indicator-ui 0.0.19 → 0.0.21
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 +8 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/properties/medium.scss +2 -2
- package/dist/scss/ui/InputFields/FlexField/styles/mixins/flexField.scss +1 -0
- package/dist/scss/ui/InputFields/InputFieldWrapper/styles/mixins/inputFieldWrapper.scss +1 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -160,8 +160,8 @@
|
|
|
160
160
|
}
|
|
161
161
|
.Buttons-module__button___I3yLe.Buttons-module__medium___BZfsd .Buttons-module__icon___U2AOU svg {
|
|
162
162
|
flex: none;
|
|
163
|
-
width:
|
|
164
|
-
height:
|
|
163
|
+
width: 20px;
|
|
164
|
+
height: 20px;
|
|
165
165
|
}
|
|
166
166
|
.Buttons-module__button___I3yLe.Buttons-module__medium___BZfsd .Buttons-module__text___htxqX {
|
|
167
167
|
padding: 0 8px;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|