@ctlyst.id/internal-ui 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/datepicker/components/datepicker.stories.d.ts +2 -0
- package/dist/internal-ui.cjs.development.js +5 -0
- package/dist/internal-ui.cjs.development.js.map +1 -1
- package/dist/internal-ui.cjs.production.min.js +1 -1
- package/dist/internal-ui.cjs.production.min.js.map +1 -1
- package/dist/internal-ui.esm.js +5 -0
- package/dist/internal-ui.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/internal-ui.esm.js
CHANGED
@@ -442,6 +442,11 @@ const Styles = () => {
|
|
442
442
|
display: inline-block;
|
443
443
|
margin: 0 2px;
|
444
444
|
}
|
445
|
+
.react-datepicker__header__dropdown.react-datepicker__header__dropdown--select {
|
446
|
+
font-weight: 600;
|
447
|
+
line-height: 22px;
|
448
|
+
color: #111111;
|
449
|
+
}
|
445
450
|
|
446
451
|
.react-datepicker__current-month,
|
447
452
|
.react-datepicker-time__header,
|