indicator-ui 0.0.21 → 0.0.22
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 +4 -4
- package/dist/index.css.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/scss/ui/InputFields/FlexField/styles/mixins/flexField.scss +1 -1
- package/dist/types/src/ui/InputFields/FlexField/types/FlexFieldTypes.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1205,7 +1205,7 @@
|
|
|
1205
1205
|
font-style: normal;
|
|
1206
1206
|
font-variant: normal;
|
|
1207
1207
|
}
|
|
1208
|
-
.FlexField-module__flexField___bQEfy .FlexField-module__inputField___ckUI1::placeholder {
|
|
1208
|
+
.FlexField-module__flexField___bQEfy .FlexField-module__inputField___ckUI1::placeholder, .FlexField-module__flexField___bQEfy .FlexField-module__inputField___ckUI1 .FlexField-module__placeholder___LYS5Z {
|
|
1209
1209
|
font-size: 16px;
|
|
1210
1210
|
line-height: 24px;
|
|
1211
1211
|
color: var(--gray-400);
|
|
@@ -1395,7 +1395,7 @@
|
|
|
1395
1395
|
font-style: normal;
|
|
1396
1396
|
font-variant: normal;
|
|
1397
1397
|
}
|
|
1398
|
-
.SelectField-module__selectField___p9S2j .SelectField-module__flexField___a_gUY .SelectField-module__inputField___R6ZBR::placeholder {
|
|
1398
|
+
.SelectField-module__selectField___p9S2j .SelectField-module__flexField___a_gUY .SelectField-module__inputField___R6ZBR::placeholder, .SelectField-module__selectField___p9S2j .SelectField-module__flexField___a_gUY .SelectField-module__inputField___R6ZBR .SelectField-module__placeholder___biEam {
|
|
1399
1399
|
font-size: 16px;
|
|
1400
1400
|
line-height: 24px;
|
|
1401
1401
|
color: var(--gray-400);
|
|
@@ -1931,7 +1931,7 @@
|
|
|
1931
1931
|
font-style: normal;
|
|
1932
1932
|
font-variant: normal;
|
|
1933
1933
|
}
|
|
1934
|
-
.InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH::placeholder {
|
|
1934
|
+
.InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH::placeholder, .InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH .InputField-module__placeholder___ybb3Y {
|
|
1935
1935
|
font-size: 16px;
|
|
1936
1936
|
line-height: 24px;
|
|
1937
1937
|
color: var(--gray-400);
|
|
@@ -2188,7 +2188,7 @@
|
|
|
2188
2188
|
font-style: normal;
|
|
2189
2189
|
font-variant: normal;
|
|
2190
2190
|
}
|
|
2191
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH::placeholder {
|
|
2191
|
+
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH::placeholder, .InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH .InputField-module__placeholder___ybb3Y {
|
|
2192
2192
|
font-size: 16px;
|
|
2193
2193
|
line-height: 24px;
|
|
2194
2194
|
color: var(--gray-400);
|