indicator-ui 0.0.20 → 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 +10 -4
- package/dist/index.css.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/scss/ui/InputFields/FlexField/styles/mixins/flexField.scss +2 -1
- package/dist/scss/ui/InputFields/InputFieldWrapper/styles/mixins/inputFieldWrapper.scss +1 -0
- package/dist/types/src/ui/InputFields/FlexField/types/FlexFieldTypes.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1171,6 +1171,7 @@
|
|
|
1171
1171
|
.FlexField-module__flexField___bQEfy {
|
|
1172
1172
|
width: 100%;
|
|
1173
1173
|
height: fit-content;
|
|
1174
|
+
min-width: 0;
|
|
1174
1175
|
display: flex;
|
|
1175
1176
|
align-items: center;
|
|
1176
1177
|
justify-content: center;
|
|
@@ -1204,7 +1205,7 @@
|
|
|
1204
1205
|
font-style: normal;
|
|
1205
1206
|
font-variant: normal;
|
|
1206
1207
|
}
|
|
1207
|
-
.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 {
|
|
1208
1209
|
font-size: 16px;
|
|
1209
1210
|
line-height: 24px;
|
|
1210
1211
|
color: var(--gray-400);
|
|
@@ -1360,6 +1361,7 @@
|
|
|
1360
1361
|
.SelectField-module__selectField___p9S2j .SelectField-module__flexField___a_gUY {
|
|
1361
1362
|
width: 100%;
|
|
1362
1363
|
height: fit-content;
|
|
1364
|
+
min-width: 0;
|
|
1363
1365
|
display: flex;
|
|
1364
1366
|
align-items: center;
|
|
1365
1367
|
justify-content: center;
|
|
@@ -1393,7 +1395,7 @@
|
|
|
1393
1395
|
font-style: normal;
|
|
1394
1396
|
font-variant: normal;
|
|
1395
1397
|
}
|
|
1396
|
-
.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 {
|
|
1397
1399
|
font-size: 16px;
|
|
1398
1400
|
line-height: 24px;
|
|
1399
1401
|
color: var(--gray-400);
|
|
@@ -1596,6 +1598,7 @@
|
|
|
1596
1598
|
}
|
|
1597
1599
|
.InputFieldWrapper-module__inputFieldWrapper___QKhWg {
|
|
1598
1600
|
width: 100%;
|
|
1601
|
+
min-width: 0;
|
|
1599
1602
|
display: flex;
|
|
1600
1603
|
flex-direction: column;
|
|
1601
1604
|
gap: 4px;
|
|
@@ -1894,6 +1897,7 @@
|
|
|
1894
1897
|
.InputField-module__flexField___aNE6o {
|
|
1895
1898
|
width: 100%;
|
|
1896
1899
|
height: fit-content;
|
|
1900
|
+
min-width: 0;
|
|
1897
1901
|
display: flex;
|
|
1898
1902
|
align-items: center;
|
|
1899
1903
|
justify-content: center;
|
|
@@ -1927,7 +1931,7 @@
|
|
|
1927
1931
|
font-style: normal;
|
|
1928
1932
|
font-variant: normal;
|
|
1929
1933
|
}
|
|
1930
|
-
.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 {
|
|
1931
1935
|
font-size: 16px;
|
|
1932
1936
|
line-height: 24px;
|
|
1933
1937
|
color: var(--gray-400);
|
|
@@ -2058,6 +2062,7 @@
|
|
|
2058
2062
|
|
|
2059
2063
|
.InputField-module__inputFieldWrapper___ao9Rs {
|
|
2060
2064
|
width: 100%;
|
|
2065
|
+
min-width: 0;
|
|
2061
2066
|
display: flex;
|
|
2062
2067
|
flex-direction: column;
|
|
2063
2068
|
gap: 4px;
|
|
@@ -2149,6 +2154,7 @@
|
|
|
2149
2154
|
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o {
|
|
2150
2155
|
width: 100%;
|
|
2151
2156
|
height: fit-content;
|
|
2157
|
+
min-width: 0;
|
|
2152
2158
|
display: flex;
|
|
2153
2159
|
align-items: center;
|
|
2154
2160
|
justify-content: center;
|
|
@@ -2182,7 +2188,7 @@
|
|
|
2182
2188
|
font-style: normal;
|
|
2183
2189
|
font-variant: normal;
|
|
2184
2190
|
}
|
|
2185
|
-
.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 {
|
|
2186
2192
|
font-size: 16px;
|
|
2187
2193
|
line-height: 24px;
|
|
2188
2194
|
color: var(--gray-400);
|