@dynamic-framework/ui-react 1.32.2 → 1.32.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/css/dynamic-ui-non-root.css +6 -1
- package/dist/css/dynamic-ui-non-root.min.css +2 -2
- package/dist/css/dynamic-ui-root.css +2 -2
- package/dist/css/dynamic-ui-root.min.css +2 -2
- package/dist/css/dynamic-ui.css +7 -2
- package/dist/css/dynamic-ui.min.css +2 -2
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/types/components/index.d.ts +2 -2
- package/package.json +2 -2
- package/src/style/base/_nav.scss +3 -1
- package/src/style/components/_d-datepicker.scss +5 -0
- package/src/style/root/_root.scss +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* dynamic-framework 1.32.
|
|
2
|
+
* dynamic-framework 1.32.3
|
|
3
3
|
* bootstrap ^5.3.3
|
|
4
4
|
* license https://github.com/dynamic-framework/dynamic-ui/blob/master/libraries/dynamic-ui-react/LICENSE.md
|
|
5
5
|
*/
|
|
@@ -10890,6 +10890,11 @@ label .d-icon {
|
|
|
10890
10890
|
vertical-align: -0.125em;
|
|
10891
10891
|
}
|
|
10892
10892
|
|
|
10893
|
+
.react-datepicker-wrapper {
|
|
10894
|
+
width: 100%;
|
|
10895
|
+
margin-inline: auto;
|
|
10896
|
+
}
|
|
10897
|
+
|
|
10893
10898
|
.react-datepicker {
|
|
10894
10899
|
--bs-datepicker-font-family: var(--bs-font-sans-serif);
|
|
10895
10900
|
--bs-datepicker-border: 0px;
|