indicator-ui 0.0.144 → 0.0.146
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 +9 -59
- package/dist/index.css.map +1 -1
- package/dist/index.js +4 -50
- package/dist/index.js.map +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/properties/large.scss +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/properties/medium.scss +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/properties/small.scss +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/properties/ultra.scss +1 -1
- package/dist/scss/ui/Tag/styles/properties/medium.scss +1 -1
- package/dist/scss/ui/Tag/styles/properties/small.scss +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
|
@@ -165,6 +165,7 @@
|
|
|
165
165
|
.Buttons-module__button___I3yLe.Buttons-module__small___x1NQN .Buttons-module__text___htxqX {
|
|
166
166
|
font-size: 14px;
|
|
167
167
|
line-height: 16px;
|
|
168
|
+
font-family: "Golos UI", sans-serif;
|
|
168
169
|
}
|
|
169
170
|
.Buttons-module__button___I3yLe.Buttons-module__medium___BZfsd {
|
|
170
171
|
padding: 9px;
|
|
@@ -180,6 +181,7 @@
|
|
|
180
181
|
.Buttons-module__button___I3yLe.Buttons-module__medium___BZfsd .Buttons-module__text___htxqX {
|
|
181
182
|
font-size: 14px;
|
|
182
183
|
line-height: 20px;
|
|
184
|
+
font-family: "Golos UI", sans-serif;
|
|
183
185
|
}
|
|
184
186
|
.Buttons-module__button___I3yLe.Buttons-module__large____KUDT {
|
|
185
187
|
padding: 11px;
|
|
@@ -195,6 +197,7 @@
|
|
|
195
197
|
.Buttons-module__button___I3yLe.Buttons-module__large____KUDT .Buttons-module__text___htxqX {
|
|
196
198
|
font-size: 16px;
|
|
197
199
|
line-height: 20px;
|
|
200
|
+
font-family: "Golos UI", sans-serif;
|
|
198
201
|
}
|
|
199
202
|
.Buttons-module__button___I3yLe.Buttons-module__ultra___zBezN {
|
|
200
203
|
padding: 17px;
|
|
@@ -210,6 +213,7 @@
|
|
|
210
213
|
.Buttons-module__button___I3yLe.Buttons-module__ultra___zBezN .Buttons-module__text___htxqX {
|
|
211
214
|
font-size: 18px;
|
|
212
215
|
line-height: 24px;
|
|
216
|
+
font-family: "Golos UI", sans-serif;
|
|
213
217
|
}
|
|
214
218
|
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN {
|
|
215
219
|
border-radius: 8px;
|
|
@@ -1578,65 +1582,6 @@
|
|
|
1578
1582
|
font-style: normal;
|
|
1579
1583
|
font-variant: normal;
|
|
1580
1584
|
}
|
|
1581
|
-
/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
1582
|
-
!*** 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 ***!
|
|
1583
|
-
\*******************************************************************************************************************************************************************************************************************************************************************************************/
|
|
1584
|
-
@font-face {
|
|
1585
|
-
font-family: "Golos UI";
|
|
1586
|
-
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");
|
|
1587
|
-
font-weight: 400;
|
|
1588
|
-
font-style: normal;
|
|
1589
|
-
}
|
|
1590
|
-
@font-face {
|
|
1591
|
-
font-family: "Golos UI";
|
|
1592
|
-
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");
|
|
1593
|
-
font-weight: 500;
|
|
1594
|
-
font-style: normal;
|
|
1595
|
-
}
|
|
1596
|
-
@font-face {
|
|
1597
|
-
font-family: "Golos UI";
|
|
1598
|
-
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");
|
|
1599
|
-
font-weight: 600;
|
|
1600
|
-
font-style: normal;
|
|
1601
|
-
}
|
|
1602
|
-
.SwitcherField-module__switcherField___R9atT {
|
|
1603
|
-
width: 36px;
|
|
1604
|
-
height: 20px;
|
|
1605
|
-
display: flex;
|
|
1606
|
-
justify-content: left;
|
|
1607
|
-
border-radius: 12px;
|
|
1608
|
-
padding: 2px;
|
|
1609
|
-
background-color: var(--gray-200);
|
|
1610
|
-
}
|
|
1611
|
-
.SwitcherField-module__switcherField___R9atT:after {
|
|
1612
|
-
flex: none;
|
|
1613
|
-
content: "";
|
|
1614
|
-
width: 16px;
|
|
1615
|
-
height: 16px;
|
|
1616
|
-
border-radius: 50%;
|
|
1617
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0588235294), 0 1px 3px 0 rgba(16, 24, 40, 0.1019607843);
|
|
1618
|
-
background-color: var(--base-white);
|
|
1619
|
-
}
|
|
1620
|
-
.SwitcherField-module__switcherField___R9atT:hover {
|
|
1621
|
-
background-color: var(--gray-300);
|
|
1622
|
-
}
|
|
1623
|
-
.SwitcherField-module__switcherField___R9atT:focus {
|
|
1624
|
-
box-shadow: 0 0 0 4px var(--gray-100);
|
|
1625
|
-
}
|
|
1626
|
-
.SwitcherField-module__switcherField___R9atT.SwitcherField-module__active___p_7P5 {
|
|
1627
|
-
justify-content: right;
|
|
1628
|
-
background-color: var(--blue-dark-500);
|
|
1629
|
-
}
|
|
1630
|
-
.SwitcherField-module__switcherField___R9atT.SwitcherField-module__active___p_7P5:hover {
|
|
1631
|
-
background-color: var(--blue-dark-600);
|
|
1632
|
-
}
|
|
1633
|
-
.SwitcherField-module__switcherField___R9atT:disabled {
|
|
1634
|
-
cursor: default;
|
|
1635
|
-
background-color: var(--gray-200);
|
|
1636
|
-
}
|
|
1637
|
-
.SwitcherField-module__switcherField___R9atT:disabled:hover {
|
|
1638
|
-
background-color: var(--gray-200);
|
|
1639
|
-
}
|
|
1640
1585
|
/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
1641
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 ***!
|
|
1642
1587
|
\*************************************************************************************************************************************************************************************************************************************************************************************/
|
|
@@ -2578,6 +2523,7 @@
|
|
|
2578
2523
|
font-size: 12px;
|
|
2579
2524
|
line-height: 14px;
|
|
2580
2525
|
font-weight: 500;
|
|
2526
|
+
font-family: "Golos UI", sans-serif;
|
|
2581
2527
|
}
|
|
2582
2528
|
.TagCount-module__tagCount___tT9Gy.TagCount-module__medium___M9VAd {
|
|
2583
2529
|
padding: 2px 5px 2px 5px;
|
|
@@ -2586,6 +2532,7 @@
|
|
|
2586
2532
|
font-size: 12px;
|
|
2587
2533
|
line-height: 16px;
|
|
2588
2534
|
font-weight: 500;
|
|
2535
|
+
font-family: "Golos UI", sans-serif;
|
|
2589
2536
|
}
|
|
2590
2537
|
.TagCount-module__tagCount___tT9Gy.TagCount-module__large___mhO1d {
|
|
2591
2538
|
padding: 0 6px 0 6px;
|
|
@@ -2594,6 +2541,7 @@
|
|
|
2594
2541
|
font-size: 12px;
|
|
2595
2542
|
line-height: 20px;
|
|
2596
2543
|
font-weight: 500;
|
|
2544
|
+
font-family: "Golos UI", sans-serif;
|
|
2597
2545
|
}
|
|
2598
2546
|
/*!***********************************************************************************************************************************************************************************************************************************************************!*\
|
|
2599
2547
|
!*** 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/Tag/styles/Tag.module.scss ***!
|
|
@@ -2669,6 +2617,7 @@
|
|
|
2669
2617
|
font-size: 12px;
|
|
2670
2618
|
line-height: 18px;
|
|
2671
2619
|
font-weight: 500;
|
|
2620
|
+
font-family: "Golos UI", sans-serif;
|
|
2672
2621
|
}
|
|
2673
2622
|
.Tag-module__tag___z87CD.Tag-module__small___ob2Q8 .Tag-module__main___M5V6V {
|
|
2674
2623
|
gap: 4px;
|
|
@@ -2686,6 +2635,7 @@
|
|
|
2686
2635
|
font-size: 14px;
|
|
2687
2636
|
line-height: 20px;
|
|
2688
2637
|
font-weight: 500;
|
|
2638
|
+
font-family: "Golos UI", sans-serif;
|
|
2689
2639
|
}
|
|
2690
2640
|
.Tag-module__tag___z87CD.Tag-module__medium___TjmGK .Tag-module__main___M5V6V {
|
|
2691
2641
|
gap: 5px;
|