@dynamic-framework/ui-react 1.36.1 → 1.36.2
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 +73 -9
- 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 +73 -9
- package/dist/css/dynamic-ui.min.css +2 -2
- package/dist/index.esm.js +15 -15
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +15 -15
- package/dist/index.js.map +1 -1
- package/package.json +3 -1
- package/src/style/abstracts/variables/_forms.scss +2 -2
- package/src/style/abstracts/variables/_z-index.scss +24 -0
- package/src/style/components/_d-icon.scss +1 -1
- package/src/style/components/_d-select.scss +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* dynamic-framework 1.36.
|
|
2
|
+
* dynamic-framework 1.36.2
|
|
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
|
*/
|
|
@@ -3745,7 +3745,7 @@ textarea.form-control-lg {
|
|
|
3745
3745
|
background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
|
|
3746
3746
|
background-repeat: no-repeat;
|
|
3747
3747
|
background-position: right 1rem center;
|
|
3748
|
-
background-size:
|
|
3748
|
+
background-size: 20px;
|
|
3749
3749
|
border: var(--bs-border-width) solid var(--bs-border-color);
|
|
3750
3750
|
border-radius: var(--bs-border-radius-sm);
|
|
3751
3751
|
box-shadow: none;
|
|
@@ -4266,7 +4266,7 @@ textarea.form-control-lg {
|
|
|
4266
4266
|
--bs-form-select-bg-icon: var(--bs-form-feedback-icon-valid);
|
|
4267
4267
|
padding-right: 5.5rem;
|
|
4268
4268
|
background-position: right 1rem center, center right 3rem;
|
|
4269
|
-
background-size:
|
|
4269
|
+
background-size: 20px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
|
|
4270
4270
|
}
|
|
4271
4271
|
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
|
|
4272
4272
|
border-color: var(--bs-form-valid-border-color);
|
|
@@ -4356,7 +4356,7 @@ textarea.form-control-lg {
|
|
|
4356
4356
|
--bs-form-select-bg-icon: var(--bs-form-feedback-icon-invalid);
|
|
4357
4357
|
padding-right: 5.5rem;
|
|
4358
4358
|
background-position: right 1rem center, center right 3rem;
|
|
4359
|
-
background-size:
|
|
4359
|
+
background-size: 20px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
|
|
4360
4360
|
}
|
|
4361
4361
|
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
|
|
4362
4362
|
border-color: var(--bs-form-invalid-border-color);
|
|
@@ -8142,7 +8142,7 @@ body {
|
|
|
8142
8142
|
--bs-input-disabled-bg: var(--bs-gray-100);
|
|
8143
8143
|
--bs-input-disabled-color: var(--bs-body-color);
|
|
8144
8144
|
--bs-input-group-sm-icon-size: 1rem;
|
|
8145
|
-
--bs-input-group-lg-icon-size: 1.
|
|
8145
|
+
--bs-input-group-lg-icon-size: 1.5rem;
|
|
8146
8146
|
border: var(--bs-input-border-width) solid var(--bs-input-border-color);
|
|
8147
8147
|
border-radius: var(--bs-input-border-radius);
|
|
8148
8148
|
}
|
|
@@ -9601,7 +9601,7 @@ label .d-icon {
|
|
|
9601
9601
|
.d-icon {
|
|
9602
9602
|
--bs-icon-color: var(--bs-icon-component-color, inherit);
|
|
9603
9603
|
--bs-icon-bg-color: var(--bs-icon-component-bg-color, inherit);
|
|
9604
|
-
--bs-icon-size: var(--bs-icon-component-size, var(--bs-ref-spacer-
|
|
9604
|
+
--bs-icon-size: var(--bs-icon-component-size, var(--bs-ref-spacer-5));
|
|
9605
9605
|
--bs-icon-padding: var(--bs-icon-component-padding, 0);
|
|
9606
9606
|
--bs-icon-loading-duration: var(--bs-icon-component-loading-duration, 1.8);
|
|
9607
9607
|
display: inline-flex !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -11667,7 +11667,7 @@ react-datepicker__navigation
|
|
|
11667
11667
|
--bs-select-option-is-checkbox-font-size: var(--bs-body-font-size);
|
|
11668
11668
|
--bs-select-option-is-checkbox-font-weight: var(--bs-fw-normal);
|
|
11669
11669
|
--bs-select-option-is-checkbox-color: var(--bs-gray-900);
|
|
11670
|
-
--bs-select-option-has-icon-icon-size: var(--bs-ref-spacer-
|
|
11670
|
+
--bs-select-option-has-icon-icon-size: var(--bs-ref-spacer-5);
|
|
11671
11671
|
--bs-select-multi-value-padding: 0 var(--bs-ref-spacer-1) 0 var(--bs-select-gap);
|
|
11672
11672
|
--bs-select-multi-value-margin-right: var(--bs-select-gap);
|
|
11673
11673
|
--bs-select-multi-value-background: var(--bs-secondary-100);
|
|
@@ -11679,8 +11679,8 @@ react-datepicker__navigation
|
|
|
11679
11679
|
--bs-select-indicator-separator-width: 1px;
|
|
11680
11680
|
--bs-select-indicator-separator-margin: var(--bs-ref-spacer-0) var(--bs-ref-spacer-1);
|
|
11681
11681
|
--bs-select-indicator-separator-color: var(--bs-transparent);
|
|
11682
|
-
--bs-select-indicator-width: var(--bs-ref-spacer-
|
|
11683
|
-
--bs-select-indicator-height: var(--bs-ref-spacer-
|
|
11682
|
+
--bs-select-indicator-width: var(--bs-ref-spacer-5);
|
|
11683
|
+
--bs-select-indicator-height: var(--bs-ref-spacer-5);
|
|
11684
11684
|
}
|
|
11685
11685
|
.d-select:focus-within .input-group {
|
|
11686
11686
|
border-color: var(--bs-input-focus-border-color);
|
|
@@ -17669,6 +17669,70 @@ react-datepicker__navigation
|
|
|
17669
17669
|
z-index: 3 !important;
|
|
17670
17670
|
}
|
|
17671
17671
|
|
|
17672
|
+
.z-4 {
|
|
17673
|
+
z-index: 4 !important;
|
|
17674
|
+
}
|
|
17675
|
+
|
|
17676
|
+
.z-5 {
|
|
17677
|
+
z-index: 5 !important;
|
|
17678
|
+
}
|
|
17679
|
+
|
|
17680
|
+
.z-6 {
|
|
17681
|
+
z-index: 6 !important;
|
|
17682
|
+
}
|
|
17683
|
+
|
|
17684
|
+
.z-7 {
|
|
17685
|
+
z-index: 7 !important;
|
|
17686
|
+
}
|
|
17687
|
+
|
|
17688
|
+
.z-8 {
|
|
17689
|
+
z-index: 8 !important;
|
|
17690
|
+
}
|
|
17691
|
+
|
|
17692
|
+
.z-9 {
|
|
17693
|
+
z-index: 9 !important;
|
|
17694
|
+
}
|
|
17695
|
+
|
|
17696
|
+
.z-10 {
|
|
17697
|
+
z-index: 10 !important;
|
|
17698
|
+
}
|
|
17699
|
+
|
|
17700
|
+
.z-20 {
|
|
17701
|
+
z-index: 20 !important;
|
|
17702
|
+
}
|
|
17703
|
+
|
|
17704
|
+
.z-30 {
|
|
17705
|
+
z-index: 30 !important;
|
|
17706
|
+
}
|
|
17707
|
+
|
|
17708
|
+
.z-40 {
|
|
17709
|
+
z-index: 40 !important;
|
|
17710
|
+
}
|
|
17711
|
+
|
|
17712
|
+
.z-50 {
|
|
17713
|
+
z-index: 50 !important;
|
|
17714
|
+
}
|
|
17715
|
+
|
|
17716
|
+
.z-60 {
|
|
17717
|
+
z-index: 60 !important;
|
|
17718
|
+
}
|
|
17719
|
+
|
|
17720
|
+
.z-70 {
|
|
17721
|
+
z-index: 70 !important;
|
|
17722
|
+
}
|
|
17723
|
+
|
|
17724
|
+
.z-80 {
|
|
17725
|
+
z-index: 80 !important;
|
|
17726
|
+
}
|
|
17727
|
+
|
|
17728
|
+
.z-90 {
|
|
17729
|
+
z-index: 90 !important;
|
|
17730
|
+
}
|
|
17731
|
+
|
|
17732
|
+
.z-100 {
|
|
17733
|
+
z-index: 100 !important;
|
|
17734
|
+
}
|
|
17735
|
+
|
|
17672
17736
|
.overlay-0 {
|
|
17673
17737
|
--bs-overlay: 0;
|
|
17674
17738
|
}
|