@lumx/core 3.6.6-alpha.2 → 3.6.7-alpha.0
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/css/design-tokens.css +12 -12
- package/js/constants/design-tokens.js +49 -49
- package/js/constants/design-tokens.min.js +1 -1
- package/js/constants/design-tokens.min.js.map +1 -1
- package/js/constants/design-tokens.ts +23 -23
- package/lumx.css +1 -1
- package/lumx.min.css +1 -1
- package/package.json +1 -1
- package/scss/_design-tokens.scss +10 -10
- package/scss/components/button/_index.scss +11 -1
- package/scss/components/date-picker/_index.scss +6 -0
- package/scss/components/dialog/_index.scss +52 -15
- package/scss/components/dialog/_variables.scss +1 -1
- package/scss/components/message/_index.scss +4 -0
- package/scss/core/state/_mixins.scss +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 19 Mar 2024 13:36:08 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const DESIGN_TOKENS = {
|
|
@@ -1497,8 +1497,8 @@ export const DESIGN_TOKENS = {
|
|
|
1497
1497
|
D2: {
|
|
1498
1498
|
version: '0.22',
|
|
1499
1499
|
comment: 'Darkest green color',
|
|
1500
|
-
value: 'rgb(
|
|
1501
|
-
attributes: { hex: '
|
|
1500
|
+
value: 'rgb(25, 109, 88)',
|
|
1501
|
+
attributes: { hex: '196d58', rgb: { r: 25, g: 109, b: 88, a: 1 } },
|
|
1502
1502
|
},
|
|
1503
1503
|
D1: {
|
|
1504
1504
|
version: '0.22',
|
|
@@ -1609,8 +1609,8 @@ export const DESIGN_TOKENS = {
|
|
|
1609
1609
|
D2: {
|
|
1610
1610
|
version: '0.22',
|
|
1611
1611
|
comment: 'Darkest red color',
|
|
1612
|
-
value: 'rgb(
|
|
1613
|
-
attributes: { hex: '
|
|
1612
|
+
value: 'rgb(188, 9, 48)',
|
|
1613
|
+
attributes: { hex: 'bc0930', rgb: { r: 188, g: 9, b: 48, a: 1 } },
|
|
1614
1614
|
},
|
|
1615
1615
|
D1: {
|
|
1616
1616
|
version: '0.22',
|
|
@@ -1621,44 +1621,44 @@ export const DESIGN_TOKENS = {
|
|
|
1621
1621
|
N: {
|
|
1622
1622
|
version: '0.22',
|
|
1623
1623
|
comment: 'Neutral red color',
|
|
1624
|
-
value: 'rgb(223,
|
|
1625
|
-
attributes: { hex: '
|
|
1624
|
+
value: 'rgb(223, 42, 75)',
|
|
1625
|
+
attributes: { hex: 'df2a4b', rgb: { r: 223, g: 42, b: 75, a: 1 } },
|
|
1626
1626
|
},
|
|
1627
1627
|
L1: {
|
|
1628
1628
|
version: '0.22',
|
|
1629
1629
|
comment: 'Base red color with 80% opacity',
|
|
1630
|
-
value: 'rgba(223,
|
|
1631
|
-
attributes: { hex: '
|
|
1630
|
+
value: 'rgba(223, 42, 75, 0.8)',
|
|
1631
|
+
attributes: { hex: 'df2a4b', rgb: { r: 223, g: 42, b: 75, a: 0.8 } },
|
|
1632
1632
|
},
|
|
1633
1633
|
L2: {
|
|
1634
1634
|
version: '0.22',
|
|
1635
1635
|
comment: 'Base red color with 60% opacity',
|
|
1636
|
-
value: 'rgba(223,
|
|
1637
|
-
attributes: { hex: '
|
|
1636
|
+
value: 'rgba(223, 42, 75, 0.6)',
|
|
1637
|
+
attributes: { hex: 'df2a4b', rgb: { r: 223, g: 42, b: 75, a: 0.6 } },
|
|
1638
1638
|
},
|
|
1639
1639
|
L3: {
|
|
1640
1640
|
version: '0.22',
|
|
1641
1641
|
comment: 'Base red color with 40% opacity',
|
|
1642
|
-
value: 'rgba(223,
|
|
1643
|
-
attributes: { hex: '
|
|
1642
|
+
value: 'rgba(223, 42, 75, 0.4)',
|
|
1643
|
+
attributes: { hex: 'df2a4b', rgb: { r: 223, g: 42, b: 75, a: 0.4 } },
|
|
1644
1644
|
},
|
|
1645
1645
|
L4: {
|
|
1646
1646
|
version: '0.22',
|
|
1647
1647
|
comment: 'Base red color with 20% opacity',
|
|
1648
|
-
value: 'rgba(223,
|
|
1649
|
-
attributes: { hex: '
|
|
1648
|
+
value: 'rgba(223, 42, 75, 0.2)',
|
|
1649
|
+
attributes: { hex: 'df2a4b', rgb: { r: 223, g: 42, b: 75, a: 0.2 } },
|
|
1650
1650
|
},
|
|
1651
1651
|
L5: {
|
|
1652
1652
|
version: '0.22',
|
|
1653
1653
|
comment: 'Base red color with 10% opacity',
|
|
1654
|
-
value: 'rgba(223,
|
|
1655
|
-
attributes: { hex: '
|
|
1654
|
+
value: 'rgba(223, 42, 75, 0.1)',
|
|
1655
|
+
attributes: { hex: 'df2a4b', rgb: { r: 223, g: 42, b: 75, a: 0.1 } },
|
|
1656
1656
|
},
|
|
1657
1657
|
L6: {
|
|
1658
1658
|
version: '0.22',
|
|
1659
1659
|
comment: 'Base red color with 5% opacity',
|
|
1660
|
-
value: 'rgba(223,
|
|
1661
|
-
attributes: { hex: '
|
|
1660
|
+
value: 'rgba(223, 42, 75, 0.05)',
|
|
1661
|
+
attributes: { hex: 'df2a4b', rgb: { r: 223, g: 42, b: 75, a: 0.05 } },
|
|
1662
1662
|
},
|
|
1663
1663
|
},
|
|
1664
1664
|
grey: {
|
|
@@ -1765,8 +1765,8 @@ export const DESIGN_TOKENS = {
|
|
|
1765
1765
|
D2: {
|
|
1766
1766
|
version: '0.22',
|
|
1767
1767
|
comment: 'Darkest green color',
|
|
1768
|
-
value: 'rgb(
|
|
1769
|
-
attributes: { hex: '
|
|
1768
|
+
value: 'rgb(25, 109, 88)',
|
|
1769
|
+
attributes: { hex: '196d58', rgb: { r: 25, g: 109, b: 88, a: 1 } },
|
|
1770
1770
|
},
|
|
1771
1771
|
D1: {
|
|
1772
1772
|
version: '0.22',
|
|
@@ -1821,8 +1821,8 @@ export const DESIGN_TOKENS = {
|
|
|
1821
1821
|
D2: {
|
|
1822
1822
|
version: '0.22',
|
|
1823
1823
|
comment: 'Darkest green color',
|
|
1824
|
-
value: 'rgb(
|
|
1825
|
-
attributes: { hex: '
|
|
1824
|
+
value: 'rgb(25, 109, 88)',
|
|
1825
|
+
attributes: { hex: '196d58', rgb: { r: 25, g: 109, b: 88, a: 1 } },
|
|
1826
1826
|
},
|
|
1827
1827
|
D1: {
|
|
1828
1828
|
version: '0.22',
|