@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
package/dist/css/dynamic-ui.css
CHANGED
|
@@ -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
|
*/
|
|
@@ -9387,7 +9387,7 @@ label .d-icon {
|
|
|
9387
9387
|
flex-direction: column;
|
|
9388
9388
|
align-items: flex-start;
|
|
9389
9389
|
}
|
|
9390
|
-
.d-input-pin
|
|
9390
|
+
.d-input-pin .d-input-pin-group {
|
|
9391
9391
|
display: flex;
|
|
9392
9392
|
flex-direction: row;
|
|
9393
9393
|
gap: var(--bs-input-pin-form-gap);
|
|
@@ -11747,6 +11747,7 @@ label .d-icon {
|
|
|
11747
11747
|
}
|
|
11748
11748
|
.d-select .d-select__menu-list {
|
|
11749
11749
|
top: calc(var(--bs-input-border-width) * 2);
|
|
11750
|
+
margin: calc(var(--bs-input-border-width) * -1);
|
|
11750
11751
|
background: var(--bs-white);
|
|
11751
11752
|
border-radius: var(--bs-input-border-radius);
|
|
11752
11753
|
box-shadow: var(--bs-select-menu-shadow);
|