Skip to content

Commit d738717

Browse files
committed
1.0.0-alpha.3
1 parent c6ecb80 commit d738717

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

dist/react-datepicker.css

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-datepicker.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/bundle.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2455,7 +2455,7 @@ exports = module.exports = __webpack_require__("../node_modules/css-loader/lib/c
24552455

24562456

24572457
// module
2458-
exports.push([module.i, "@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .date-input---1NsGG > input {\n height: 32px;\n }\n}\n.date-input-container---2ZIev {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n line-height: 20px;\n position: relative;\n}\n.date-input-container---2ZIev *,\n.date-input-container---2ZIev *:before,\n.date-input-container---2ZIev *:after {\n -webkit-box-sizing: inherit;\n -moz-box-sizing: inherit;\n box-sizing: inherit;\n}\n.date-input---1NsGG {\n width: 120px;\n}\n.date-input---1NsGG > input {\n display: block;\n width: 100%;\n line-height: inherit;\n padding: 5px 12px;\n padding-left: 30px;\n font-size: 13px;\n color: #222;\n border: 1px solid #ccc;\n border-radius: 3px;\n outline: none;\n}\n.date-input---1NsGG > input:focus {\n border-color: #0096cc;\n}\n.date-input-icon---nRcrw {\n position: absolute;\n left: 9px;\n top: 8px;\n color: #666;\n width: 14px;\n height: 14px;\n}\n", ""]);
2458+
exports.push([module.i, "@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .date-input---1NsGG > input {\n height: 32px;\n }\n}\n.date-input-container---2ZIev {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n line-height: 20px;\n position: relative;\n}\n.date-input-container---2ZIev *,\n.date-input-container---2ZIev *:before,\n.date-input-container---2ZIev *:after {\n -webkit-box-sizing: inherit;\n -moz-box-sizing: inherit;\n box-sizing: inherit;\n}\n.date-input---1NsGG {\n width: 120px;\n}\n.date-input---1NsGG > input {\n display: block;\n width: 100%;\n height: auto;\n line-height: inherit;\n padding: 5px 12px;\n padding-left: 30px;\n font-size: 13px;\n color: #222;\n border: 1px solid #ccc;\n border-radius: 3px;\n outline: none;\n}\n.date-input---1NsGG > input:focus {\n border-color: #0096cc;\n}\n.date-input-icon---nRcrw {\n position: absolute;\n left: 9px;\n top: 8px;\n color: #666;\n width: 14px;\n height: 14px;\n}\n", ""]);
24592459

24602460
// exports
24612461
exports.locals = {
@@ -2477,7 +2477,7 @@ exports = module.exports = __webpack_require__("../node_modules/css-loader/lib/c
24772477

24782478

24792479
// module
2480-
exports.push([module.i, "@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .time-input---d9S4b > input {\n height: 32px;\n }\n}\n.time-input-container---38hMI {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n line-height: 20px;\n position: relative;\n}\n.time-input-container---38hMI *,\n.time-input-container---38hMI *:before,\n.time-input-container---38hMI *:after {\n -webkit-box-sizing: inherit;\n -moz-box-sizing: inherit;\n box-sizing: inherit;\n}\n.time-input---d9S4b {\n width: 120px;\n}\n.time-input---d9S4b > input {\n display: block;\n width: 100%;\n line-height: inherit;\n padding: 5px 12px;\n padding-left: 30px;\n font-size: 13px;\n color: #222;\n border: 1px solid #ccc;\n border-radius: 3px;\n outline: none;\n}\n.time-input---d9S4b > input:focus {\n border-color: #0096cc;\n}\n.time-input-icon---CqHGW {\n position: absolute;\n left: 9px;\n top: 8px;\n color: #666;\n width: 14px;\n height: 14px;\n}\n", ""]);
2480+
exports.push([module.i, "@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .time-input---d9S4b > input {\n height: 32px;\n }\n}\n.time-input-container---38hMI {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n line-height: 20px;\n position: relative;\n}\n.time-input-container---38hMI *,\n.time-input-container---38hMI *:before,\n.time-input-container---38hMI *:after {\n -webkit-box-sizing: inherit;\n -moz-box-sizing: inherit;\n box-sizing: inherit;\n}\n.time-input---d9S4b {\n width: 120px;\n}\n.time-input---d9S4b > input {\n display: block;\n width: 100%;\n height: auto;\n line-height: inherit;\n padding: 5px 12px;\n padding-left: 30px;\n font-size: 13px;\n color: #222;\n border: 1px solid #ccc;\n border-radius: 3px;\n outline: none;\n}\n.time-input---d9S4b > input:focus {\n border-color: #0096cc;\n}\n.time-input-icon---CqHGW {\n position: absolute;\n left: 9px;\n top: 8px;\n color: #666;\n width: 14px;\n height: 14px;\n}\n", ""]);
24812481

24822482
// exports
24832483
exports.locals = {
@@ -51076,4 +51076,4 @@ _reactDom2.default.render(_react2.default.createElement(App, null), document.get
5107651076
/***/ })
5107751077

5107851078
/******/ });
51079-
//# sourceMappingURL=bundle.js.map?5a9ef0a8129599a84426
51079+
//# sourceMappingURL=bundle.js.map?b88b74f14a3802440183

docs/bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
<body>
1313
<div id="container"></div>
1414
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
15-
<script type="text/javascript" src="bundle.js?5a9ef0a8129599a84426"></script></body>
15+
<script type="text/javascript" src="bundle.js?b88b74f14a3802440183"></script></body>
1616
</html>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trendmicro/react-datepicker",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "React DatePicker Component",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)