@dynamic-framework/ui-react 1.19.1 → 1.20.0
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 +3 -2
- package/dist/css/dynamic-ui-non-root.min.css +2 -2
- package/dist/css/dynamic-ui-root.css +1 -1
- package/dist/css/dynamic-ui-root.min.css +1 -1
- package/dist/css/dynamic-ui.css +3 -2
- package/dist/css/dynamic-ui.min.css +2 -2
- package/dist/index.esm.js +43 -27
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +43 -27
- package/dist/index.js.map +1 -1
- package/dist/types/components/DDatePicker/DDatePicker.d.ts +4 -1
- package/dist/types/components/DDatePickerInput/DDatePickerInput.d.ts +1 -1
- package/package.json +2 -2
- package/src/style/components/_d-input-pin.scss +1 -1
- package/src/style/components/_d-select.scss +1 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* dynamic-framework 1.
|
|
2
|
+
* dynamic-framework 1.20.0
|
|
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
|
*/
|
|
@@ -8623,7 +8623,7 @@ label .d-icon {
|
|
|
8623
8623
|
flex-direction: column;
|
|
8624
8624
|
align-items: flex-start;
|
|
8625
8625
|
}
|
|
8626
|
-
.d-input-pin
|
|
8626
|
+
.d-input-pin .d-input-pin-group {
|
|
8627
8627
|
display: flex;
|
|
8628
8628
|
flex-direction: row;
|
|
8629
8629
|
gap: var(--bs-input-pin-form-gap);
|
|
@@ -10983,6 +10983,7 @@ label .d-icon {
|
|
|
10983
10983
|
}
|
|
10984
10984
|
.d-select .d-select__menu-list {
|
|
10985
10985
|
top: calc(var(--bs-input-border-width) * 2);
|
|
10986
|
+
margin: calc(var(--bs-input-border-width) * -1);
|
|
10986
10987
|
background: var(--bs-white);
|
|
10987
10988
|
border-radius: var(--bs-input-border-radius);
|
|
10988
10989
|
box-shadow: var(--bs-select-menu-shadow);
|