indicator-ui 0.0.145 → 0.0.147
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 +0 -59
- package/dist/index.css.map +1 -1
- package/dist/index.js +8 -54
- package/dist/index.js.map +1 -1
- package/dist/types/src/ui/FormBuilder/lib/formBuilder.d.ts +1 -1
- package/dist/types/src/ui/InputFields/FlexField/types/FlexFieldTypes.d.ts +1 -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 +1 -0
- package/dist/types/src/ui/InputFields/InputFieldWrapper/ui/InputFieldWrapper.d.ts +1 -1
- package/dist/types/src/ui/InputFields/SwitcherField/types/SwitcherFieldTypes.d.ts +3 -3
- package/dist/types/src/ui/InputFields/SwitcherField/ui/SwitcherField.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1582,65 +1582,6 @@
|
|
|
1582
1582
|
font-style: normal;
|
|
1583
1583
|
font-variant: normal;
|
|
1584
1584
|
}
|
|
1585
|
-
/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
1586
|
-
!*** 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/SwitcherField/styles/SwitcherField.module.scss ***!
|
|
1587
|
-
\*******************************************************************************************************************************************************************************************************************************************************************************************/
|
|
1588
|
-
@font-face {
|
|
1589
|
-
font-family: "Golos UI";
|
|
1590
|
-
src: local("Golos UI"), url(fonts/golos-ui_regular.28e502dbcc83c91565af.ttf) format("truetype"), url(fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2) format("woff2"), url(fonts/golos-ui_regular.144142fba245a224ac28.woff) format("woff");
|
|
1591
|
-
font-weight: 400;
|
|
1592
|
-
font-style: normal;
|
|
1593
|
-
}
|
|
1594
|
-
@font-face {
|
|
1595
|
-
font-family: "Golos UI";
|
|
1596
|
-
src: local("Golos UI"), url(fonts/golos-ui_medium.727b1fef51a9bac82009.ttf) format("truetype"), url(fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2) format("woff2"), url(fonts/golos-ui_medium.f9db984fc119d6aeca90.woff) format("woff");
|
|
1597
|
-
font-weight: 500;
|
|
1598
|
-
font-style: normal;
|
|
1599
|
-
}
|
|
1600
|
-
@font-face {
|
|
1601
|
-
font-family: "Golos UI";
|
|
1602
|
-
src: local("Golos UI"), url(fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf) format("truetype"), url(fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2) format("woff2"), url(fonts/golos-ui_bold.e1122033a14151d7ea54.woff) format("woff");
|
|
1603
|
-
font-weight: 600;
|
|
1604
|
-
font-style: normal;
|
|
1605
|
-
}
|
|
1606
|
-
.SwitcherField-module__switcherField___R9atT {
|
|
1607
|
-
width: 36px;
|
|
1608
|
-
height: 20px;
|
|
1609
|
-
display: flex;
|
|
1610
|
-
justify-content: left;
|
|
1611
|
-
border-radius: 12px;
|
|
1612
|
-
padding: 2px;
|
|
1613
|
-
background-color: var(--gray-200);
|
|
1614
|
-
}
|
|
1615
|
-
.SwitcherField-module__switcherField___R9atT:after {
|
|
1616
|
-
flex: none;
|
|
1617
|
-
content: "";
|
|
1618
|
-
width: 16px;
|
|
1619
|
-
height: 16px;
|
|
1620
|
-
border-radius: 50%;
|
|
1621
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0588235294), 0 1px 3px 0 rgba(16, 24, 40, 0.1019607843);
|
|
1622
|
-
background-color: var(--base-white);
|
|
1623
|
-
}
|
|
1624
|
-
.SwitcherField-module__switcherField___R9atT:hover {
|
|
1625
|
-
background-color: var(--gray-300);
|
|
1626
|
-
}
|
|
1627
|
-
.SwitcherField-module__switcherField___R9atT:focus {
|
|
1628
|
-
box-shadow: 0 0 0 4px var(--gray-100);
|
|
1629
|
-
}
|
|
1630
|
-
.SwitcherField-module__switcherField___R9atT.SwitcherField-module__active___p_7P5 {
|
|
1631
|
-
justify-content: right;
|
|
1632
|
-
background-color: var(--blue-dark-500);
|
|
1633
|
-
}
|
|
1634
|
-
.SwitcherField-module__switcherField___R9atT.SwitcherField-module__active___p_7P5:hover {
|
|
1635
|
-
background-color: var(--blue-dark-600);
|
|
1636
|
-
}
|
|
1637
|
-
.SwitcherField-module__switcherField___R9atT:disabled {
|
|
1638
|
-
cursor: default;
|
|
1639
|
-
background-color: var(--gray-200);
|
|
1640
|
-
}
|
|
1641
|
-
.SwitcherField-module__switcherField___R9atT:disabled:hover {
|
|
1642
|
-
background-color: var(--gray-200);
|
|
1643
|
-
}
|
|
1644
1585
|
/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
1645
1586
|
!*** 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/RadioField/styles/RadioField.module.scss ***!
|
|
1646
1587
|
\*************************************************************************************************************************************************************************************************************************************************************************************/
|