indicator-ui 0.0.159 → 0.0.161
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/index.css +10 -11
- package/dist/index.css.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/types/src/ui/CheckboxMark/ui/CheckboxMark.d.ts +1 -1
- package/dist/types/src/ui/InputFields/DateTimeRangeField/types/DateTimeRangeFieldTypes.d.ts +1 -1
- package/dist/types/src/ui/InputFields/InputField/types/InputFieldTypes.d.ts +18 -21
- package/package.json +1 -1
- package/dist/scss/ui/InputFields/SelectField/styles/mixins/index.scss +0 -1
- package/dist/scss/ui/InputFields/SelectField/styles/mixins/selectField.scss +0 -64
package/dist/index.css
CHANGED
|
@@ -1601,14 +1601,6 @@
|
|
|
1601
1601
|
font-weight: 600;
|
|
1602
1602
|
font-style: normal;
|
|
1603
1603
|
}
|
|
1604
|
-
@keyframes SelectField-module__show-animation___Ee3LS {
|
|
1605
|
-
from {
|
|
1606
|
-
opacity: 0;
|
|
1607
|
-
}
|
|
1608
|
-
to {
|
|
1609
|
-
opacity: 1;
|
|
1610
|
-
}
|
|
1611
|
-
}
|
|
1612
1604
|
.SelectField-module__selectField___p9S2j {
|
|
1613
1605
|
width: 100%;
|
|
1614
1606
|
position: relative;
|
|
@@ -1616,9 +1608,9 @@
|
|
|
1616
1608
|
.SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d {
|
|
1617
1609
|
width: 100%;
|
|
1618
1610
|
position: absolute;
|
|
1619
|
-
z-index: 1;
|
|
1620
1611
|
}
|
|
1621
1612
|
.SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d .SelectField-module__selectModalWindow___w55Pm {
|
|
1613
|
+
z-index: 10;
|
|
1622
1614
|
animation: SelectField-module__show-animation___Ee3LS ease-out forwards 200ms;
|
|
1623
1615
|
width: 100%;
|
|
1624
1616
|
height: fit-content;
|
|
@@ -1668,6 +1660,15 @@
|
|
|
1668
1660
|
.SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d .SelectField-module__selectModalWindow___w55Pm .SelectField-module__selectFieldOptionsItem___hQMC7.SelectField-module__active___a3j2T svg * {
|
|
1669
1661
|
stroke: var(--blue-dark-500);
|
|
1670
1662
|
}
|
|
1663
|
+
|
|
1664
|
+
@keyframes SelectField-module__show-animation___Ee3LS {
|
|
1665
|
+
from {
|
|
1666
|
+
opacity: 0;
|
|
1667
|
+
}
|
|
1668
|
+
to {
|
|
1669
|
+
opacity: 1;
|
|
1670
|
+
}
|
|
1671
|
+
}
|
|
1671
1672
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
1672
1673
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/InputFields/InputFieldWrapper/styles/InputFieldWrapper.module.scss ***!
|
|
1673
1674
|
\***************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
@@ -3099,7 +3100,6 @@
|
|
|
3099
3100
|
@keyframes SlideTransition-module__enterAnimation___WGsZW {
|
|
3100
3101
|
from {
|
|
3101
3102
|
transform: scaleY(0);
|
|
3102
|
-
display: none;
|
|
3103
3103
|
}
|
|
3104
3104
|
to {
|
|
3105
3105
|
transform: scaleY(1);
|
|
@@ -3111,7 +3111,6 @@
|
|
|
3111
3111
|
}
|
|
3112
3112
|
to {
|
|
3113
3113
|
transform: scaleY(0);
|
|
3114
|
-
display: none;
|
|
3115
3114
|
}
|
|
3116
3115
|
}
|
|
3117
3116
|
/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
|