indicator-ui 0.1.40 → 0.1.41
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 +78 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +230 -64
- package/dist/index.js.map +1 -1
- package/dist/types/src/hooks/index.d.ts +1 -0
- package/dist/types/src/hooks/modalWindows/useBackdropModal.d.ts +1 -1
- package/dist/types/src/hooks/simpleRefWork.d.ts +1 -1
- package/dist/types/src/hooks/useAsyncState.d.ts +17 -0
- package/dist/types/src/ui/InputFields/InputFieldWrapper/types/InputFieldWrapperTypes.d.ts +1 -0
- package/dist/types/src/ui/InputFields/InputFieldWrapper/ui/InputFieldWrapper.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1637,6 +1637,84 @@
|
|
|
1637
1637
|
.InputFieldWrapper-module__inputFieldWrapper___QKhWg.InputFieldWrapper-module__display___EN4pl .InputFieldWrapper-module__helperLink___Kfen4 {
|
|
1638
1638
|
padding: 0;
|
|
1639
1639
|
}
|
|
1640
|
+
.InputFieldWrapper-module__inputFieldWrapper___QKhWg.InputFieldWrapper-module__darkTheme___lGNSp .InputFieldWrapper-module__labelText___n0EsW {
|
|
1641
|
+
font-size: 14px;
|
|
1642
|
+
line-height: 20px;
|
|
1643
|
+
color: var(--gray-iron-400);
|
|
1644
|
+
font-weight: 500;
|
|
1645
|
+
font-family: var(--golos-ui);
|
|
1646
|
+
font-stretch: normal;
|
|
1647
|
+
font-style: normal;
|
|
1648
|
+
font-variant: normal;
|
|
1649
|
+
}
|
|
1650
|
+
.InputFieldWrapper-module__inputFieldWrapper___QKhWg.InputFieldWrapper-module__darkTheme___lGNSp .InputFieldWrapper-module__labelText___n0EsW .InputFieldWrapper-module__required___SDv6c {
|
|
1651
|
+
font-size: 14px;
|
|
1652
|
+
line-height: 20px;
|
|
1653
|
+
color: var(--error-500);
|
|
1654
|
+
font-weight: 500;
|
|
1655
|
+
font-family: var(--golos-ui);
|
|
1656
|
+
font-stretch: normal;
|
|
1657
|
+
font-style: normal;
|
|
1658
|
+
font-variant: normal;
|
|
1659
|
+
}
|
|
1660
|
+
.InputFieldWrapper-module__inputFieldWrapper___QKhWg.InputFieldWrapper-module__darkTheme___lGNSp .InputFieldWrapper-module__hintText___Utfgx {
|
|
1661
|
+
font-size: 14px;
|
|
1662
|
+
line-height: 20px;
|
|
1663
|
+
color: var(--gray-iron-500);
|
|
1664
|
+
font-weight: 400;
|
|
1665
|
+
font-family: var(--golos-ui);
|
|
1666
|
+
font-stretch: normal;
|
|
1667
|
+
font-style: normal;
|
|
1668
|
+
font-variant: normal;
|
|
1669
|
+
}
|
|
1670
|
+
.InputFieldWrapper-module__inputFieldWrapper___QKhWg.InputFieldWrapper-module__darkTheme___lGNSp .InputFieldWrapper-module__hintError___v4J5W {
|
|
1671
|
+
font-size: 14px;
|
|
1672
|
+
line-height: 20px;
|
|
1673
|
+
color: var(--error-500);
|
|
1674
|
+
font-weight: 400;
|
|
1675
|
+
font-family: var(--golos-ui);
|
|
1676
|
+
font-stretch: normal;
|
|
1677
|
+
font-style: normal;
|
|
1678
|
+
font-variant: normal;
|
|
1679
|
+
}
|
|
1680
|
+
.InputFieldWrapper-module__inputFieldWrapper___QKhWg.InputFieldWrapper-module__darkTheme___lGNSp .InputFieldWrapper-module__helperLink___Kfen4 svg {
|
|
1681
|
+
width: 20px;
|
|
1682
|
+
height: 20px;
|
|
1683
|
+
flex: none;
|
|
1684
|
+
}
|
|
1685
|
+
.InputFieldWrapper-module__inputFieldWrapper___QKhWg.InputFieldWrapper-module__darkTheme___lGNSp .InputFieldWrapper-module__helperLink___Kfen4 svg * {
|
|
1686
|
+
stroke: var(--rose-500);
|
|
1687
|
+
}
|
|
1688
|
+
.InputFieldWrapper-module__inputFieldWrapper___QKhWg.InputFieldWrapper-module__darkTheme___lGNSp .InputFieldWrapper-module__helperLink___Kfen4 {
|
|
1689
|
+
font-size: 14px;
|
|
1690
|
+
line-height: 20px;
|
|
1691
|
+
color: var(--rose-500);
|
|
1692
|
+
font-weight: 400;
|
|
1693
|
+
font-family: var(--golos-ui);
|
|
1694
|
+
font-stretch: normal;
|
|
1695
|
+
font-style: normal;
|
|
1696
|
+
font-variant: normal;
|
|
1697
|
+
}
|
|
1698
|
+
.InputFieldWrapper-module__inputFieldWrapper___QKhWg.InputFieldWrapper-module__darkTheme___lGNSp.InputFieldWrapper-module__display___EN4pl .InputFieldWrapper-module__labelText___n0EsW {
|
|
1699
|
+
font-size: 14px;
|
|
1700
|
+
line-height: 20px;
|
|
1701
|
+
color: var(--gray-iron-400);
|
|
1702
|
+
font-weight: 500;
|
|
1703
|
+
font-family: var(--golos-ui);
|
|
1704
|
+
font-stretch: normal;
|
|
1705
|
+
font-style: normal;
|
|
1706
|
+
font-variant: normal;
|
|
1707
|
+
}
|
|
1708
|
+
.InputFieldWrapper-module__inputFieldWrapper___QKhWg.InputFieldWrapper-module__darkTheme___lGNSp.InputFieldWrapper-module__display___EN4pl .InputFieldWrapper-module__hintText___Utfgx {
|
|
1709
|
+
font-size: 14px;
|
|
1710
|
+
line-height: 20px;
|
|
1711
|
+
color: var(--gray-iron-500);
|
|
1712
|
+
font-weight: 400;
|
|
1713
|
+
font-family: var(--golos-ui);
|
|
1714
|
+
font-stretch: normal;
|
|
1715
|
+
font-style: normal;
|
|
1716
|
+
font-variant: normal;
|
|
1717
|
+
}
|
|
1640
1718
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
1641
1719
|
!*** 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 ***!
|
|
1642
1720
|
\*******************************************************************************************************************************************************************************************************************************************************************************************/
|