@rolster/react-components 19.1.9 → 19.1.10
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/cjs/assets/{index-CoA-HvvU.css → index-BaDqtd9t.css} +21 -14
- package/dist/es/assets/{index-CoA-HvvU.css → index-BaDqtd9t.css} +21 -14
- package/dist/esm/components/atoms/CheckBox/CheckBox.css +1 -1
- package/dist/esm/components/atoms/CheckBox/CheckBox.css.map +1 -1
- package/dist/esm/components/atoms/InputDecimal/InputDecimal.css +1 -1
- package/dist/esm/components/atoms/InputDecimal/InputDecimal.css.map +1 -1
- package/dist/esm/components/atoms/InputMoney/InputMoney.css +1 -1
- package/dist/esm/components/atoms/InputMoney/InputMoney.css.map +1 -1
- package/dist/esm/components/molecules/LabelCheckBox/LabelCheckBox.css +6 -4
- package/dist/esm/components/molecules/LabelCheckBox/LabelCheckBox.css.map +1 -1
- package/dist/esm/components/molecules/LabelRadioButton/LabelRadioButton.css +6 -4
- package/dist/esm/components/molecules/LabelRadioButton/LabelRadioButton.css.map +1 -1
- package/dist/esm/components/molecules/LabelSwitch/LabelSwitch.css +6 -3
- package/dist/esm/components/molecules/LabelSwitch/LabelSwitch.css.map +1 -1
- package/package.json +1 -1
|
@@ -660,9 +660,9 @@
|
|
|
660
660
|
} /*# sourceMappingURL=ButtonOption.css.map */
|
|
661
661
|
|
|
662
662
|
.rls-checkbox {
|
|
663
|
-
--rlc-icon-dimension: var(--rls-sizing-x10);
|
|
664
663
|
--rlc-icon-color: transparent;
|
|
665
664
|
--pvt-dimension: var(--rlc-checkbox-dimension, var(--rls-sizing-x12));
|
|
665
|
+
--rlc-icon-dimension: calc(var(--pvt-dimension) - 2rem);
|
|
666
666
|
--pvt-component-background: transparent;
|
|
667
667
|
position: relative;
|
|
668
668
|
display: flex;
|
|
@@ -833,7 +833,7 @@
|
|
|
833
833
|
} /*# sourceMappingURL=Input.css.map */
|
|
834
834
|
|
|
835
835
|
.rls-input-decimal {
|
|
836
|
-
--rlc-amount-height:
|
|
836
|
+
--rlc-amount-height: var(--rlc-input-height);
|
|
837
837
|
--rlc-amount-align-items: center;
|
|
838
838
|
--rlc-tabular-text-font-size: var(--rls-input-font-size);
|
|
839
839
|
--rlc-tabular-text-char-width: 5.25rem;
|
|
@@ -843,7 +843,7 @@
|
|
|
843
843
|
} /*# sourceMappingURL=InputDecimal.css.map */
|
|
844
844
|
|
|
845
845
|
.rls-input-money {
|
|
846
|
-
--rlc-amount-height:
|
|
846
|
+
--rlc-amount-height: var(--rlc-input-height);
|
|
847
847
|
--rlc-amount-align-items: center;
|
|
848
848
|
--rlc-tabular-text-font-size: var(--rls-input-font-size);
|
|
849
849
|
--rlc-tabular-text-char-width: 5.25rem;
|
|
@@ -1515,11 +1515,14 @@
|
|
|
1515
1515
|
--rlc-label-checkbox-font-size,
|
|
1516
1516
|
var(--rls-label-font-size)
|
|
1517
1517
|
);
|
|
1518
|
+
--pvt-label-letter-spacing: var(
|
|
1519
|
+
--rlc-label-checkbox-letter-spacing,
|
|
1520
|
+
var(--rls-label-letter-spacing)
|
|
1521
|
+
);
|
|
1518
1522
|
--rlc-checkbox-dimension: var(--pvt-dimension);
|
|
1519
1523
|
--rlc-checkbox-cursor: pointer;
|
|
1520
1524
|
--rlc-ballot-padding: 0rem;
|
|
1521
1525
|
--pvt-text-opacity: 1;
|
|
1522
|
-
--pvt-text-height: var(--rls-sizing-x12);
|
|
1523
1526
|
--pvt-text-overflow: hidden;
|
|
1524
1527
|
--pvt-text-white-space: nowrap;
|
|
1525
1528
|
--pvt-text-text-overflow: ellipsis;
|
|
@@ -1538,7 +1541,6 @@
|
|
|
1538
1541
|
--pvt-text-text-overflow: initial;
|
|
1539
1542
|
--pvt-text-overflow: initial;
|
|
1540
1543
|
--pvt-text-white-space: initial;
|
|
1541
|
-
--pvt-text-height: auto;
|
|
1542
1544
|
}
|
|
1543
1545
|
.rls-label-checkbox__component {
|
|
1544
1546
|
width: var(--pvt-dimension);
|
|
@@ -1548,8 +1550,8 @@
|
|
|
1548
1550
|
flex: 1 1 auto;
|
|
1549
1551
|
font-size: var(--pvt-label-font-size);
|
|
1550
1552
|
font-weight: var(--rls-font-weight-medium);
|
|
1551
|
-
letter-spacing: var(--
|
|
1552
|
-
line-height: var(--
|
|
1553
|
+
letter-spacing: var(--pvt-label-letter-spacing);
|
|
1554
|
+
line-height: var(--rlc-label-checkbox-line-height, var(--rls-sizing-x12));
|
|
1553
1555
|
color: var(--rlc-label-checkbox-font-color, var(--rls-app-color-500));
|
|
1554
1556
|
user-select: none;
|
|
1555
1557
|
opacity: var(--pvt-text-opacity);
|
|
@@ -1571,11 +1573,14 @@
|
|
|
1571
1573
|
--rlc-label-radiobutton-font-size,
|
|
1572
1574
|
var(--rls-label-font-size)
|
|
1573
1575
|
);
|
|
1576
|
+
--pvt-label-letter-spacing: var(
|
|
1577
|
+
--rlc-label-radiobutton-letter-spacing,
|
|
1578
|
+
var(--rls-label-letter-spacing)
|
|
1579
|
+
);
|
|
1574
1580
|
--rlc-radiobutton-dimension: var(--pvt-dimension);
|
|
1575
1581
|
--rlc-radiobutton-cursor: pointer;
|
|
1576
1582
|
--rlc-ballot-padding: 0rem;
|
|
1577
1583
|
--pvt-text-opacity: 1;
|
|
1578
|
-
--pvt-text-height: var(--rls-sizing-x12);
|
|
1579
1584
|
--pvt-text-overflow: hidden;
|
|
1580
1585
|
--pvt-text-white-space: nowrap;
|
|
1581
1586
|
--pvt-text-text-overflow: ellipsis;
|
|
@@ -1594,7 +1599,6 @@
|
|
|
1594
1599
|
--pvt-text-text-overflow: initial;
|
|
1595
1600
|
--pvt-text-overflow: initial;
|
|
1596
1601
|
--pvt-text-white-space: initial;
|
|
1597
|
-
--pvt-text-height: auto;
|
|
1598
1602
|
}
|
|
1599
1603
|
.rls-label-radiobutton__component {
|
|
1600
1604
|
width: var(--pvt-dimension);
|
|
@@ -1604,8 +1608,8 @@
|
|
|
1604
1608
|
flex: 1 1 auto;
|
|
1605
1609
|
font-size: var(--pvt-label-font-size);
|
|
1606
1610
|
font-weight: var(--rls-font-weight-medium);
|
|
1607
|
-
letter-spacing: var(--
|
|
1608
|
-
line-height: var(--
|
|
1611
|
+
letter-spacing: var(--pvt-label-letter-spacing);
|
|
1612
|
+
line-height: var(--rlc-label-radiobutton-line-height, var(--rls-sizing-x12));
|
|
1609
1613
|
color: var(--rlc-label-radiobutton-font-color, var(--rls-app-color-500));
|
|
1610
1614
|
user-select: none;
|
|
1611
1615
|
opacity: var(--pvt-text-opacity);
|
|
@@ -1625,8 +1629,11 @@
|
|
|
1625
1629
|
--rlc-label-switch-font-size,
|
|
1626
1630
|
var(--rls-label-font-size)
|
|
1627
1631
|
);
|
|
1632
|
+
--pvt-label-letter-spacing: var(
|
|
1633
|
+
--rlc-label-switch-letter-spacing,
|
|
1634
|
+
var(--rls-label-letter-spacing)
|
|
1635
|
+
);
|
|
1628
1636
|
--pvt-text-opacity: 1;
|
|
1629
|
-
--pvt-text-height: var(--rls-sizing-x12);
|
|
1630
1637
|
--pvt-text-overflow: hidden;
|
|
1631
1638
|
--pvt-text-white-space: nowrap;
|
|
1632
1639
|
--pvt-text-text-overflow: ellipsis;
|
|
@@ -1655,8 +1662,8 @@
|
|
|
1655
1662
|
flex: 1 1 auto;
|
|
1656
1663
|
font-size: var(--pvt-label-font-size);
|
|
1657
1664
|
font-weight: var(--rls-font-weight-medium);
|
|
1658
|
-
letter-spacing: var(--
|
|
1659
|
-
line-height: var(--
|
|
1665
|
+
letter-spacing: var(--pvt-label-letter-spacing);
|
|
1666
|
+
line-height: var(--rlc-label-switch-line-height, var(--rls-sizing-x12));
|
|
1660
1667
|
color: var(--rlc-label-switch-font-color, var(--rls-app-color-500));
|
|
1661
1668
|
user-select: none;
|
|
1662
1669
|
opacity: var(--pvt-text-opacity);
|
|
@@ -660,9 +660,9 @@
|
|
|
660
660
|
} /*# sourceMappingURL=ButtonOption.css.map */
|
|
661
661
|
|
|
662
662
|
.rls-checkbox {
|
|
663
|
-
--rlc-icon-dimension: var(--rls-sizing-x10);
|
|
664
663
|
--rlc-icon-color: transparent;
|
|
665
664
|
--pvt-dimension: var(--rlc-checkbox-dimension, var(--rls-sizing-x12));
|
|
665
|
+
--rlc-icon-dimension: calc(var(--pvt-dimension) - 2rem);
|
|
666
666
|
--pvt-component-background: transparent;
|
|
667
667
|
position: relative;
|
|
668
668
|
display: flex;
|
|
@@ -833,7 +833,7 @@
|
|
|
833
833
|
} /*# sourceMappingURL=Input.css.map */
|
|
834
834
|
|
|
835
835
|
.rls-input-decimal {
|
|
836
|
-
--rlc-amount-height:
|
|
836
|
+
--rlc-amount-height: var(--rlc-input-height);
|
|
837
837
|
--rlc-amount-align-items: center;
|
|
838
838
|
--rlc-tabular-text-font-size: var(--rls-input-font-size);
|
|
839
839
|
--rlc-tabular-text-char-width: 5.25rem;
|
|
@@ -843,7 +843,7 @@
|
|
|
843
843
|
} /*# sourceMappingURL=InputDecimal.css.map */
|
|
844
844
|
|
|
845
845
|
.rls-input-money {
|
|
846
|
-
--rlc-amount-height:
|
|
846
|
+
--rlc-amount-height: var(--rlc-input-height);
|
|
847
847
|
--rlc-amount-align-items: center;
|
|
848
848
|
--rlc-tabular-text-font-size: var(--rls-input-font-size);
|
|
849
849
|
--rlc-tabular-text-char-width: 5.25rem;
|
|
@@ -1515,11 +1515,14 @@
|
|
|
1515
1515
|
--rlc-label-checkbox-font-size,
|
|
1516
1516
|
var(--rls-label-font-size)
|
|
1517
1517
|
);
|
|
1518
|
+
--pvt-label-letter-spacing: var(
|
|
1519
|
+
--rlc-label-checkbox-letter-spacing,
|
|
1520
|
+
var(--rls-label-letter-spacing)
|
|
1521
|
+
);
|
|
1518
1522
|
--rlc-checkbox-dimension: var(--pvt-dimension);
|
|
1519
1523
|
--rlc-checkbox-cursor: pointer;
|
|
1520
1524
|
--rlc-ballot-padding: 0rem;
|
|
1521
1525
|
--pvt-text-opacity: 1;
|
|
1522
|
-
--pvt-text-height: var(--rls-sizing-x12);
|
|
1523
1526
|
--pvt-text-overflow: hidden;
|
|
1524
1527
|
--pvt-text-white-space: nowrap;
|
|
1525
1528
|
--pvt-text-text-overflow: ellipsis;
|
|
@@ -1538,7 +1541,6 @@
|
|
|
1538
1541
|
--pvt-text-text-overflow: initial;
|
|
1539
1542
|
--pvt-text-overflow: initial;
|
|
1540
1543
|
--pvt-text-white-space: initial;
|
|
1541
|
-
--pvt-text-height: auto;
|
|
1542
1544
|
}
|
|
1543
1545
|
.rls-label-checkbox__component {
|
|
1544
1546
|
width: var(--pvt-dimension);
|
|
@@ -1548,8 +1550,8 @@
|
|
|
1548
1550
|
flex: 1 1 auto;
|
|
1549
1551
|
font-size: var(--pvt-label-font-size);
|
|
1550
1552
|
font-weight: var(--rls-font-weight-medium);
|
|
1551
|
-
letter-spacing: var(--
|
|
1552
|
-
line-height: var(--
|
|
1553
|
+
letter-spacing: var(--pvt-label-letter-spacing);
|
|
1554
|
+
line-height: var(--rlc-label-checkbox-line-height, var(--rls-sizing-x12));
|
|
1553
1555
|
color: var(--rlc-label-checkbox-font-color, var(--rls-app-color-500));
|
|
1554
1556
|
user-select: none;
|
|
1555
1557
|
opacity: var(--pvt-text-opacity);
|
|
@@ -1571,11 +1573,14 @@
|
|
|
1571
1573
|
--rlc-label-radiobutton-font-size,
|
|
1572
1574
|
var(--rls-label-font-size)
|
|
1573
1575
|
);
|
|
1576
|
+
--pvt-label-letter-spacing: var(
|
|
1577
|
+
--rlc-label-radiobutton-letter-spacing,
|
|
1578
|
+
var(--rls-label-letter-spacing)
|
|
1579
|
+
);
|
|
1574
1580
|
--rlc-radiobutton-dimension: var(--pvt-dimension);
|
|
1575
1581
|
--rlc-radiobutton-cursor: pointer;
|
|
1576
1582
|
--rlc-ballot-padding: 0rem;
|
|
1577
1583
|
--pvt-text-opacity: 1;
|
|
1578
|
-
--pvt-text-height: var(--rls-sizing-x12);
|
|
1579
1584
|
--pvt-text-overflow: hidden;
|
|
1580
1585
|
--pvt-text-white-space: nowrap;
|
|
1581
1586
|
--pvt-text-text-overflow: ellipsis;
|
|
@@ -1594,7 +1599,6 @@
|
|
|
1594
1599
|
--pvt-text-text-overflow: initial;
|
|
1595
1600
|
--pvt-text-overflow: initial;
|
|
1596
1601
|
--pvt-text-white-space: initial;
|
|
1597
|
-
--pvt-text-height: auto;
|
|
1598
1602
|
}
|
|
1599
1603
|
.rls-label-radiobutton__component {
|
|
1600
1604
|
width: var(--pvt-dimension);
|
|
@@ -1604,8 +1608,8 @@
|
|
|
1604
1608
|
flex: 1 1 auto;
|
|
1605
1609
|
font-size: var(--pvt-label-font-size);
|
|
1606
1610
|
font-weight: var(--rls-font-weight-medium);
|
|
1607
|
-
letter-spacing: var(--
|
|
1608
|
-
line-height: var(--
|
|
1611
|
+
letter-spacing: var(--pvt-label-letter-spacing);
|
|
1612
|
+
line-height: var(--rlc-label-radiobutton-line-height, var(--rls-sizing-x12));
|
|
1609
1613
|
color: var(--rlc-label-radiobutton-font-color, var(--rls-app-color-500));
|
|
1610
1614
|
user-select: none;
|
|
1611
1615
|
opacity: var(--pvt-text-opacity);
|
|
@@ -1625,8 +1629,11 @@
|
|
|
1625
1629
|
--rlc-label-switch-font-size,
|
|
1626
1630
|
var(--rls-label-font-size)
|
|
1627
1631
|
);
|
|
1632
|
+
--pvt-label-letter-spacing: var(
|
|
1633
|
+
--rlc-label-switch-letter-spacing,
|
|
1634
|
+
var(--rls-label-letter-spacing)
|
|
1635
|
+
);
|
|
1628
1636
|
--pvt-text-opacity: 1;
|
|
1629
|
-
--pvt-text-height: var(--rls-sizing-x12);
|
|
1630
1637
|
--pvt-text-overflow: hidden;
|
|
1631
1638
|
--pvt-text-white-space: nowrap;
|
|
1632
1639
|
--pvt-text-text-overflow: ellipsis;
|
|
@@ -1655,8 +1662,8 @@
|
|
|
1655
1662
|
flex: 1 1 auto;
|
|
1656
1663
|
font-size: var(--pvt-label-font-size);
|
|
1657
1664
|
font-weight: var(--rls-font-weight-medium);
|
|
1658
|
-
letter-spacing: var(--
|
|
1659
|
-
line-height: var(--
|
|
1665
|
+
letter-spacing: var(--pvt-label-letter-spacing);
|
|
1666
|
+
line-height: var(--rlc-label-switch-line-height, var(--rls-sizing-x12));
|
|
1660
1667
|
color: var(--rlc-label-switch-font-color, var(--rls-app-color-500));
|
|
1661
1668
|
user-select: none;
|
|
1662
1669
|
opacity: var(--pvt-text-opacity);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.rls-checkbox {
|
|
2
|
-
--rlc-icon-dimension: var(--rls-sizing-x10);
|
|
3
2
|
--rlc-icon-color: transparent;
|
|
4
3
|
--pvt-dimension: var(--rlc-checkbox-dimension, var(--rls-sizing-x12));
|
|
4
|
+
--rlc-icon-dimension: calc(var(--pvt-dimension) - 2rem);
|
|
5
5
|
--pvt-component-background: transparent;
|
|
6
6
|
position: relative;
|
|
7
7
|
display: flex;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../src/components/atoms/CheckBox/CheckBox.scss"],"names":[],"mappings":"AAOA,cACE,
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../src/components/atoms/CheckBox/CheckBox.scss"],"names":[],"mappings":"AAOA,cACE,8BACA,sEACA,wDACA,wCAEA,kBACA,aACA,2BACA,4BACA,uBACA,mBACA,sBACA,aACA,mCACA,yBACA,mCACA,mDAEA,oBACE,2CAGF,uBACE,2CACA,uDAEA,yCACA,qCAGF,wBACE,WACA,oBACA,oCACA,YAEA,8CACE","file":"CheckBox.css"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../src/components/atoms/InputDecimal/InputDecimal.scss"],"names":[],"mappings":"AAOA,mBACE,
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../src/components/atoms/InputDecimal/InputDecimal.scss"],"names":[],"mappings":"AAOA,mBACE,6CACA,iCACA,yDACA,uCAEA,kBACA,WACA","file":"InputDecimal.css"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../src/components/atoms/InputMoney/InputMoney.scss"],"names":[],"mappings":"AAOA,iBACE,
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../src/components/atoms/InputMoney/InputMoney.scss"],"names":[],"mappings":"AAOA,iBACE,6CACA,iCACA,yDACA,uCAEA,kBACA,WACA","file":"InputMoney.css"}
|
|
@@ -4,11 +4,14 @@
|
|
|
4
4
|
--rlc-label-checkbox-font-size,
|
|
5
5
|
var(--rls-label-font-size)
|
|
6
6
|
);
|
|
7
|
+
--pvt-label-letter-spacing: var(
|
|
8
|
+
--rlc-label-checkbox-letter-spacing,
|
|
9
|
+
var(--rls-label-letter-spacing)
|
|
10
|
+
);
|
|
7
11
|
--rlc-checkbox-dimension: var(--pvt-dimension);
|
|
8
12
|
--rlc-checkbox-cursor: pointer;
|
|
9
13
|
--rlc-ballot-padding: 0rem;
|
|
10
14
|
--pvt-text-opacity: 1;
|
|
11
|
-
--pvt-text-height: var(--rls-sizing-x12);
|
|
12
15
|
--pvt-text-overflow: hidden;
|
|
13
16
|
--pvt-text-white-space: nowrap;
|
|
14
17
|
--pvt-text-text-overflow: ellipsis;
|
|
@@ -27,7 +30,6 @@
|
|
|
27
30
|
--pvt-text-text-overflow: initial;
|
|
28
31
|
--pvt-text-overflow: initial;
|
|
29
32
|
--pvt-text-white-space: initial;
|
|
30
|
-
--pvt-text-height: auto;
|
|
31
33
|
}
|
|
32
34
|
.rls-label-checkbox__component {
|
|
33
35
|
width: var(--pvt-dimension);
|
|
@@ -37,8 +39,8 @@
|
|
|
37
39
|
flex: 1 1 auto;
|
|
38
40
|
font-size: var(--pvt-label-font-size);
|
|
39
41
|
font-weight: var(--rls-font-weight-medium);
|
|
40
|
-
letter-spacing: var(--
|
|
41
|
-
line-height: var(--
|
|
42
|
+
letter-spacing: var(--pvt-label-letter-spacing);
|
|
43
|
+
line-height: var(--rlc-label-checkbox-line-height, var(--rls-sizing-x12));
|
|
42
44
|
color: var(--rlc-label-checkbox-font-color, var(--rls-app-color-500));
|
|
43
45
|
user-select: none;
|
|
44
46
|
opacity: var(--pvt-text-opacity);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../src/components/molecules/LabelCheckBox/LabelCheckBox.scss"],"names":[],"mappings":"AAOA,oBACE,4EACA,yFAKA,+CACA,+BACA,2BAEA,sBACA,
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../src/components/molecules/LabelCheckBox/LabelCheckBox.scss"],"names":[],"mappings":"AAOA,oBACE,4EACA,yFAKA,wGAKA,+CACA,+BACA,2BAEA,sBACA,4BACA,+BACA,mCAEA,aACA,gCACA,mBAEA,8BACE,wBAEA,oBAGF,6BACE,2BAGF,8BACE,kCACA,6BACA,gCAGF,+BACE,2BACA,cAGF,0BACE,cACA,qCACA,0CACA,+CACA,yEACA,qEACA,iBACA,gCACA,gBAEA,4BACE,eACA,iBACA,sBACA","file":"LabelCheckBox.css"}
|
|
@@ -7,11 +7,14 @@
|
|
|
7
7
|
--rlc-label-radiobutton-font-size,
|
|
8
8
|
var(--rls-label-font-size)
|
|
9
9
|
);
|
|
10
|
+
--pvt-label-letter-spacing: var(
|
|
11
|
+
--rlc-label-radiobutton-letter-spacing,
|
|
12
|
+
var(--rls-label-letter-spacing)
|
|
13
|
+
);
|
|
10
14
|
--rlc-radiobutton-dimension: var(--pvt-dimension);
|
|
11
15
|
--rlc-radiobutton-cursor: pointer;
|
|
12
16
|
--rlc-ballot-padding: 0rem;
|
|
13
17
|
--pvt-text-opacity: 1;
|
|
14
|
-
--pvt-text-height: var(--rls-sizing-x12);
|
|
15
18
|
--pvt-text-overflow: hidden;
|
|
16
19
|
--pvt-text-white-space: nowrap;
|
|
17
20
|
--pvt-text-text-overflow: ellipsis;
|
|
@@ -30,7 +33,6 @@
|
|
|
30
33
|
--pvt-text-text-overflow: initial;
|
|
31
34
|
--pvt-text-overflow: initial;
|
|
32
35
|
--pvt-text-white-space: initial;
|
|
33
|
-
--pvt-text-height: auto;
|
|
34
36
|
}
|
|
35
37
|
.rls-label-radiobutton__component {
|
|
36
38
|
width: var(--pvt-dimension);
|
|
@@ -40,8 +42,8 @@
|
|
|
40
42
|
flex: 1 1 auto;
|
|
41
43
|
font-size: var(--pvt-label-font-size);
|
|
42
44
|
font-weight: var(--rls-font-weight-medium);
|
|
43
|
-
letter-spacing: var(--
|
|
44
|
-
line-height: var(--
|
|
45
|
+
letter-spacing: var(--pvt-label-letter-spacing);
|
|
46
|
+
line-height: var(--rlc-label-radiobutton-line-height, var(--rls-sizing-x12));
|
|
45
47
|
color: var(--rlc-label-radiobutton-font-color, var(--rls-app-color-500));
|
|
46
48
|
user-select: none;
|
|
47
49
|
opacity: var(--pvt-text-opacity);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../src/components/molecules/LabelRadioButton/LabelRadioButton.scss"],"names":[],"mappings":"AAOA,uBACE,iFAKA,4FAKA,kDACA,kCACA,2BAEA,sBACA,
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../src/components/molecules/LabelRadioButton/LabelRadioButton.scss"],"names":[],"mappings":"AAOA,uBACE,iFAKA,4FAKA,2GAKA,kDACA,kCACA,2BAEA,sBACA,4BACA,+BACA,mCAEA,aACA,gCACA,mBAEA,iCACE,wBAEA,oBAGF,gCACE,2BAGF,iCACE,kCACA,6BACA,gCAGF,kCACE,2BACA,cAGF,6BACE,cACA,qCACA,0CACA,+CACA,4EAIA,wEACA,iBACA,gCACA,gBAEA,+BACE,eACA,iBACA,sBACA","file":"LabelRadioButton.css"}
|
|
@@ -5,8 +5,11 @@
|
|
|
5
5
|
--rlc-label-switch-font-size,
|
|
6
6
|
var(--rls-label-font-size)
|
|
7
7
|
);
|
|
8
|
+
--pvt-label-letter-spacing: var(
|
|
9
|
+
--rlc-label-switch-letter-spacing,
|
|
10
|
+
var(--rls-label-letter-spacing)
|
|
11
|
+
);
|
|
8
12
|
--pvt-text-opacity: 1;
|
|
9
|
-
--pvt-text-height: var(--rls-sizing-x12);
|
|
10
13
|
--pvt-text-overflow: hidden;
|
|
11
14
|
--pvt-text-white-space: nowrap;
|
|
12
15
|
--pvt-text-text-overflow: ellipsis;
|
|
@@ -35,8 +38,8 @@
|
|
|
35
38
|
flex: 1 1 auto;
|
|
36
39
|
font-size: var(--pvt-label-font-size);
|
|
37
40
|
font-weight: var(--rls-font-weight-medium);
|
|
38
|
-
letter-spacing: var(--
|
|
39
|
-
line-height: var(--
|
|
41
|
+
letter-spacing: var(--pvt-label-letter-spacing);
|
|
42
|
+
line-height: var(--rlc-label-switch-line-height, var(--rls-sizing-x12));
|
|
40
43
|
color: var(--rlc-label-switch-font-color, var(--rls-app-color-500));
|
|
41
44
|
user-select: none;
|
|
42
45
|
opacity: var(--pvt-text-opacity);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../src/components/molecules/LabelSwitch/LabelSwitch.scss"],"names":[],"mappings":"AAOA,kBACE,6BACA,2BAEA,uFAKA,sBACA,
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../src/components/molecules/LabelSwitch/LabelSwitch.scss"],"names":[],"mappings":"AAOA,kBACE,6BACA,2BAEA,uFAKA,sGAKA,sBACA,4BACA,+BACA,mCAEA,aACA,gCACA,mBAEA,4BACE,wBAEA,oBAGF,2BACE,2BAGF,4BACE,kCACA,6BACA,gCACA,wBAGF,6BACE,yDACA,cAGF,wBACE,cACA,qCACA,0CACA,+CACA,uEACA,mEACA,iBACA,gCACA,gBAEA,0BACE,eACA,iBACA,sBACA","file":"LabelSwitch.css"}
|