indicator-ui 0.0.258 → 0.0.259
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 +60 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +8 -5
- package/dist/index.js.map +1 -1
- package/dist/types/src/ui/InputFields/FlexField/types/FlexFieldTypes.d.ts +2 -0
- package/dist/types/src/ui/InputFields/FlexField/ui/FlexField.d.ts +1 -0
- package/dist/types/src/ui/InputFields/InputFieldWrapper/types/InputFieldWrapperTypes.d.ts +2 -0
- package/dist/types/src/ui/InputFields/InputFieldWrapper/ui/InputFieldWrapper.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1233,6 +1233,36 @@
|
|
|
1233
1233
|
font-style: normal;
|
|
1234
1234
|
font-variant: normal;
|
|
1235
1235
|
}
|
|
1236
|
+
.FlexField-module__flexField___bQEfy.FlexField-module__smallDisplay___y_Y9l {
|
|
1237
|
+
padding: 0;
|
|
1238
|
+
border: none;
|
|
1239
|
+
box-shadow: none;
|
|
1240
|
+
}
|
|
1241
|
+
.FlexField-module__flexField___bQEfy.FlexField-module__smallDisplay___y_Y9l .FlexField-module__inputField___ckUI1 {
|
|
1242
|
+
font-size: 16px;
|
|
1243
|
+
line-height: 24px;
|
|
1244
|
+
color: var(--gray-900);
|
|
1245
|
+
font-weight: 400;
|
|
1246
|
+
font-family: "Golos UI", sans-serif;
|
|
1247
|
+
font-stretch: normal;
|
|
1248
|
+
font-style: normal;
|
|
1249
|
+
font-variant: normal;
|
|
1250
|
+
}
|
|
1251
|
+
.FlexField-module__flexField___bQEfy.FlexField-module__largeDisplay___I3LHo {
|
|
1252
|
+
padding: 0;
|
|
1253
|
+
border: none;
|
|
1254
|
+
box-shadow: none;
|
|
1255
|
+
}
|
|
1256
|
+
.FlexField-module__flexField___bQEfy.FlexField-module__largeDisplay___I3LHo .FlexField-module__inputField___ckUI1 {
|
|
1257
|
+
font-size: 20px;
|
|
1258
|
+
line-height: 24px;
|
|
1259
|
+
color: var(--gray-900);
|
|
1260
|
+
font-weight: 400;
|
|
1261
|
+
font-family: "Golos UI", sans-serif;
|
|
1262
|
+
font-stretch: normal;
|
|
1263
|
+
font-style: normal;
|
|
1264
|
+
font-variant: normal;
|
|
1265
|
+
}
|
|
1236
1266
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
1237
1267
|
!*** 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/SelectField/styles/SelectField.module.scss ***!
|
|
1238
1268
|
\***************************************************************************************************************************************************************************************************************************************************************************************/
|
|
@@ -1447,6 +1477,7 @@
|
|
|
1447
1477
|
}
|
|
1448
1478
|
.InputFieldWrapper-module__inputFieldWrapper___QKhWg .InputFieldWrapper-module__helperLink___Kfen4 {
|
|
1449
1479
|
display: flex;
|
|
1480
|
+
width: fit-content;
|
|
1450
1481
|
padding: 0 12px;
|
|
1451
1482
|
gap: 2px;
|
|
1452
1483
|
cursor: pointer;
|
|
@@ -1469,6 +1500,35 @@
|
|
|
1469
1500
|
font-style: normal;
|
|
1470
1501
|
font-variant: normal;
|
|
1471
1502
|
}
|
|
1503
|
+
.InputFieldWrapper-module__inputFieldWrapper___QKhWg.InputFieldWrapper-module__display___EN4pl .InputFieldWrapper-module__labelText___n0EsW {
|
|
1504
|
+
padding: 0;
|
|
1505
|
+
}
|
|
1506
|
+
.InputFieldWrapper-module__inputFieldWrapper___QKhWg.InputFieldWrapper-module__display___EN4pl .InputFieldWrapper-module__labelText___n0EsW {
|
|
1507
|
+
font-size: 14px;
|
|
1508
|
+
line-height: 20px;
|
|
1509
|
+
color: var(--gray-500);
|
|
1510
|
+
font-weight: 500;
|
|
1511
|
+
font-family: "Golos UI", sans-serif;
|
|
1512
|
+
font-stretch: normal;
|
|
1513
|
+
font-style: normal;
|
|
1514
|
+
font-variant: normal;
|
|
1515
|
+
}
|
|
1516
|
+
.InputFieldWrapper-module__inputFieldWrapper___QKhWg.InputFieldWrapper-module__display___EN4pl .InputFieldWrapper-module__hintText___Utfgx {
|
|
1517
|
+
padding: 0;
|
|
1518
|
+
}
|
|
1519
|
+
.InputFieldWrapper-module__inputFieldWrapper___QKhWg.InputFieldWrapper-module__display___EN4pl .InputFieldWrapper-module__hintText___Utfgx {
|
|
1520
|
+
font-size: 14px;
|
|
1521
|
+
line-height: 20px;
|
|
1522
|
+
color: var(--gray-600);
|
|
1523
|
+
font-weight: 400;
|
|
1524
|
+
font-family: "Golos UI", sans-serif;
|
|
1525
|
+
font-stretch: normal;
|
|
1526
|
+
font-style: normal;
|
|
1527
|
+
font-variant: normal;
|
|
1528
|
+
}
|
|
1529
|
+
.InputFieldWrapper-module__inputFieldWrapper___QKhWg.InputFieldWrapper-module__display___EN4pl .InputFieldWrapper-module__helperLink___Kfen4 {
|
|
1530
|
+
padding: 0;
|
|
1531
|
+
}
|
|
1472
1532
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
1473
1533
|
!*** 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/TextareaField/styles/TextareaField.module.scss ***!
|
|
1474
1534
|
\*******************************************************************************************************************************************************************************************************************************************************************************************/
|