@mozaic-ds/vue 0.24.0 → 0.25.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/dist/mozaic-vue.adeo.css +8 -8
- package/dist/mozaic-vue.adeo.umd.js +55 -55
- package/dist/mozaic-vue.common.js +56 -57
- package/dist/mozaic-vue.css +1 -1
- package/dist/mozaic-vue.umd.js +56 -57
- package/dist/mozaic-vue.umd.min.js +2 -3
- package/package.json +2 -2
- package/src/tokens/adeo/android/colors.xml +47 -43
- package/src/tokens/adeo/css/_variables.scss +47 -43
- package/src/tokens/adeo/css/root.scss +32 -28
- package/src/tokens/adeo/ios/StyleDictionaryColor.h +4 -0
- package/src/tokens/adeo/ios/StyleDictionaryColor.m +47 -43
- package/src/tokens/adeo/ios/StyleDictionaryColor.swift +47 -43
- package/src/tokens/adeo/js/tokens.js +47 -43
- package/src/tokens/adeo/js/tokensObject.js +155 -71
- package/src/tokens/adeo/scss/_tokens.scss +55 -47
- package/dist/mozaic-vue.common.js.map +0 -1
- package/dist/mozaic-vue.umd.js.map +0 -1
- package/dist/mozaic-vue.umd.min.js.map +0 -1
|
@@ -1458,11 +1458,11 @@ module.exports = {
|
|
|
1458
1458
|
},
|
|
1459
1459
|
"secondary-red": {
|
|
1460
1460
|
"100": {
|
|
1461
|
-
"value": "#
|
|
1461
|
+
"value": "#fdeaea",
|
|
1462
1462
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1463
1463
|
"isSource": true,
|
|
1464
1464
|
"original": {
|
|
1465
|
-
"value": "#
|
|
1465
|
+
"value": "#FDEAEA"
|
|
1466
1466
|
},
|
|
1467
1467
|
"name": "ColorSecondaryRed100",
|
|
1468
1468
|
"attributes": {
|
|
@@ -1477,11 +1477,11 @@ module.exports = {
|
|
|
1477
1477
|
]
|
|
1478
1478
|
},
|
|
1479
1479
|
"200": {
|
|
1480
|
-
"value": "#
|
|
1480
|
+
"value": "#f8bcbb",
|
|
1481
1481
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1482
1482
|
"isSource": true,
|
|
1483
1483
|
"original": {
|
|
1484
|
-
"value": "#
|
|
1484
|
+
"value": "#F8BCBB"
|
|
1485
1485
|
},
|
|
1486
1486
|
"name": "ColorSecondaryRed200",
|
|
1487
1487
|
"attributes": {
|
|
@@ -1496,11 +1496,11 @@ module.exports = {
|
|
|
1496
1496
|
]
|
|
1497
1497
|
},
|
|
1498
1498
|
"300": {
|
|
1499
|
-
"value": "#
|
|
1499
|
+
"value": "#f38d8c",
|
|
1500
1500
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1501
1501
|
"isSource": true,
|
|
1502
1502
|
"original": {
|
|
1503
|
-
"value": "#
|
|
1503
|
+
"value": "#F38D8C"
|
|
1504
1504
|
},
|
|
1505
1505
|
"name": "ColorSecondaryRed300",
|
|
1506
1506
|
"attributes": {
|
|
@@ -1515,11 +1515,11 @@ module.exports = {
|
|
|
1515
1515
|
]
|
|
1516
1516
|
},
|
|
1517
1517
|
"400": {
|
|
1518
|
-
"value": "#
|
|
1518
|
+
"value": "#ef5f5c",
|
|
1519
1519
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1520
1520
|
"isSource": true,
|
|
1521
1521
|
"original": {
|
|
1522
|
-
"value": "#
|
|
1522
|
+
"value": "#EF5F5C"
|
|
1523
1523
|
},
|
|
1524
1524
|
"name": "ColorSecondaryRed400",
|
|
1525
1525
|
"attributes": {
|
|
@@ -1534,11 +1534,11 @@ module.exports = {
|
|
|
1534
1534
|
]
|
|
1535
1535
|
},
|
|
1536
1536
|
"500": {
|
|
1537
|
-
"value": "#
|
|
1537
|
+
"value": "#ea302d",
|
|
1538
1538
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1539
1539
|
"isSource": true,
|
|
1540
1540
|
"original": {
|
|
1541
|
-
"value": "#
|
|
1541
|
+
"value": "#EA302D"
|
|
1542
1542
|
},
|
|
1543
1543
|
"name": "ColorSecondaryRed500",
|
|
1544
1544
|
"attributes": {
|
|
@@ -1553,11 +1553,11 @@ module.exports = {
|
|
|
1553
1553
|
]
|
|
1554
1554
|
},
|
|
1555
1555
|
"600": {
|
|
1556
|
-
"value": "#
|
|
1556
|
+
"value": "#c61112",
|
|
1557
1557
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1558
1558
|
"isSource": true,
|
|
1559
1559
|
"original": {
|
|
1560
|
-
"value": "#
|
|
1560
|
+
"value": "#C61112"
|
|
1561
1561
|
},
|
|
1562
1562
|
"name": "ColorSecondaryRed600",
|
|
1563
1563
|
"attributes": {
|
|
@@ -1572,11 +1572,11 @@ module.exports = {
|
|
|
1572
1572
|
]
|
|
1573
1573
|
},
|
|
1574
1574
|
"700": {
|
|
1575
|
-
"value": "#
|
|
1575
|
+
"value": "#8c0003",
|
|
1576
1576
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1577
1577
|
"isSource": true,
|
|
1578
1578
|
"original": {
|
|
1579
|
-
"value": "#
|
|
1579
|
+
"value": "#8C0003"
|
|
1580
1580
|
},
|
|
1581
1581
|
"name": "ColorSecondaryRed700",
|
|
1582
1582
|
"attributes": {
|
|
@@ -1591,11 +1591,11 @@ module.exports = {
|
|
|
1591
1591
|
]
|
|
1592
1592
|
},
|
|
1593
1593
|
"800": {
|
|
1594
|
-
"value": "#
|
|
1594
|
+
"value": "#530000",
|
|
1595
1595
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1596
1596
|
"isSource": true,
|
|
1597
1597
|
"original": {
|
|
1598
|
-
"value": "#
|
|
1598
|
+
"value": "#530000"
|
|
1599
1599
|
},
|
|
1600
1600
|
"name": "ColorSecondaryRed800",
|
|
1601
1601
|
"attributes": {
|
|
@@ -1610,11 +1610,11 @@ module.exports = {
|
|
|
1610
1610
|
]
|
|
1611
1611
|
},
|
|
1612
1612
|
"900": {
|
|
1613
|
-
"value": "#
|
|
1613
|
+
"value": "#2d0000",
|
|
1614
1614
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1615
1615
|
"isSource": true,
|
|
1616
1616
|
"original": {
|
|
1617
|
-
"value": "#
|
|
1617
|
+
"value": "#2D0000"
|
|
1618
1618
|
},
|
|
1619
1619
|
"name": "ColorSecondaryRed900",
|
|
1620
1620
|
"attributes": {
|
|
@@ -1631,11 +1631,11 @@ module.exports = {
|
|
|
1631
1631
|
},
|
|
1632
1632
|
"secondary-orange": {
|
|
1633
1633
|
"100": {
|
|
1634
|
-
"value": "#
|
|
1634
|
+
"value": "#fdf1e8",
|
|
1635
1635
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1636
1636
|
"isSource": true,
|
|
1637
1637
|
"original": {
|
|
1638
|
-
"value": "#
|
|
1638
|
+
"value": "#FDF1E8"
|
|
1639
1639
|
},
|
|
1640
1640
|
"name": "ColorSecondaryOrange100",
|
|
1641
1641
|
"attributes": {
|
|
@@ -1650,11 +1650,11 @@ module.exports = {
|
|
|
1650
1650
|
]
|
|
1651
1651
|
},
|
|
1652
1652
|
"200": {
|
|
1653
|
-
"value": "#
|
|
1653
|
+
"value": "#f8d2b3",
|
|
1654
1654
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1655
1655
|
"isSource": true,
|
|
1656
1656
|
"original": {
|
|
1657
|
-
"value": "#
|
|
1657
|
+
"value": "#F8D2B3"
|
|
1658
1658
|
},
|
|
1659
1659
|
"name": "ColorSecondaryOrange200",
|
|
1660
1660
|
"attributes": {
|
|
@@ -1669,11 +1669,11 @@ module.exports = {
|
|
|
1669
1669
|
]
|
|
1670
1670
|
},
|
|
1671
1671
|
"300": {
|
|
1672
|
-
"value": "#
|
|
1672
|
+
"value": "#f4b27e",
|
|
1673
1673
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1674
1674
|
"isSource": true,
|
|
1675
1675
|
"original": {
|
|
1676
|
-
"value": "#
|
|
1676
|
+
"value": "#F4B27E"
|
|
1677
1677
|
},
|
|
1678
1678
|
"name": "ColorSecondaryOrange300",
|
|
1679
1679
|
"attributes": {
|
|
@@ -1688,11 +1688,11 @@ module.exports = {
|
|
|
1688
1688
|
]
|
|
1689
1689
|
},
|
|
1690
1690
|
"400": {
|
|
1691
|
-
"value": "#
|
|
1691
|
+
"value": "#ef934a",
|
|
1692
1692
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1693
1693
|
"isSource": true,
|
|
1694
1694
|
"original": {
|
|
1695
|
-
"value": "#
|
|
1695
|
+
"value": "#EF934A"
|
|
1696
1696
|
},
|
|
1697
1697
|
"name": "ColorSecondaryOrange400",
|
|
1698
1698
|
"attributes": {
|
|
@@ -1707,11 +1707,11 @@ module.exports = {
|
|
|
1707
1707
|
]
|
|
1708
1708
|
},
|
|
1709
1709
|
"500": {
|
|
1710
|
-
"value": "#
|
|
1710
|
+
"value": "#ea7315",
|
|
1711
1711
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1712
1712
|
"isSource": true,
|
|
1713
1713
|
"original": {
|
|
1714
|
-
"value": "#
|
|
1714
|
+
"value": "#EA7315"
|
|
1715
1715
|
},
|
|
1716
1716
|
"name": "ColorSecondaryOrange500",
|
|
1717
1717
|
"attributes": {
|
|
@@ -1726,11 +1726,11 @@ module.exports = {
|
|
|
1726
1726
|
]
|
|
1727
1727
|
},
|
|
1728
1728
|
"600": {
|
|
1729
|
-
"value": "#
|
|
1729
|
+
"value": "#c65200",
|
|
1730
1730
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1731
1731
|
"isSource": true,
|
|
1732
1732
|
"original": {
|
|
1733
|
-
"value": "#
|
|
1733
|
+
"value": "#C65200"
|
|
1734
1734
|
},
|
|
1735
1735
|
"name": "ColorSecondaryOrange600",
|
|
1736
1736
|
"attributes": {
|
|
@@ -1745,11 +1745,11 @@ module.exports = {
|
|
|
1745
1745
|
]
|
|
1746
1746
|
},
|
|
1747
1747
|
"700": {
|
|
1748
|
-
"value": "#
|
|
1748
|
+
"value": "#8c3500",
|
|
1749
1749
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1750
1750
|
"isSource": true,
|
|
1751
1751
|
"original": {
|
|
1752
|
-
"value": "#
|
|
1752
|
+
"value": "#8C3500"
|
|
1753
1753
|
},
|
|
1754
1754
|
"name": "ColorSecondaryOrange700",
|
|
1755
1755
|
"attributes": {
|
|
@@ -1764,11 +1764,11 @@ module.exports = {
|
|
|
1764
1764
|
]
|
|
1765
1765
|
},
|
|
1766
1766
|
"800": {
|
|
1767
|
-
"value": "#
|
|
1767
|
+
"value": "#531b00",
|
|
1768
1768
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1769
1769
|
"isSource": true,
|
|
1770
1770
|
"original": {
|
|
1771
|
-
"value": "#
|
|
1771
|
+
"value": "#531B00"
|
|
1772
1772
|
},
|
|
1773
1773
|
"name": "ColorSecondaryOrange800",
|
|
1774
1774
|
"attributes": {
|
|
@@ -1783,11 +1783,11 @@ module.exports = {
|
|
|
1783
1783
|
]
|
|
1784
1784
|
},
|
|
1785
1785
|
"900": {
|
|
1786
|
-
"value": "#
|
|
1786
|
+
"value": "#360e00",
|
|
1787
1787
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1788
1788
|
"isSource": true,
|
|
1789
1789
|
"original": {
|
|
1790
|
-
"value": "#
|
|
1790
|
+
"value": "#360E00"
|
|
1791
1791
|
},
|
|
1792
1792
|
"name": "ColorSecondaryOrange900",
|
|
1793
1793
|
"attributes": {
|
|
@@ -3280,7 +3280,7 @@ module.exports = {
|
|
|
3280
3280
|
},
|
|
3281
3281
|
"solid-danger": {
|
|
3282
3282
|
"background": {
|
|
3283
|
-
"value": "#
|
|
3283
|
+
"value": "#c61112",
|
|
3284
3284
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/button.json",
|
|
3285
3285
|
"isSource": true,
|
|
3286
3286
|
"original": {
|
|
@@ -4055,7 +4055,7 @@ module.exports = {
|
|
|
4055
4055
|
]
|
|
4056
4056
|
},
|
|
4057
4057
|
"border": {
|
|
4058
|
-
"value": "#
|
|
4058
|
+
"value": "#c61112",
|
|
4059
4059
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/button.json",
|
|
4060
4060
|
"isSource": true,
|
|
4061
4061
|
"original": {
|
|
@@ -4076,7 +4076,7 @@ module.exports = {
|
|
|
4076
4076
|
]
|
|
4077
4077
|
},
|
|
4078
4078
|
"font": {
|
|
4079
|
-
"value": "#
|
|
4079
|
+
"value": "#c61112",
|
|
4080
4080
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/button.json",
|
|
4081
4081
|
"isSource": true,
|
|
4082
4082
|
"original": {
|
|
@@ -4098,7 +4098,7 @@ module.exports = {
|
|
|
4098
4098
|
},
|
|
4099
4099
|
"focus": {
|
|
4100
4100
|
"border": {
|
|
4101
|
-
"value": "#
|
|
4101
|
+
"value": "#8c0003",
|
|
4102
4102
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
4103
4103
|
"isSource": true,
|
|
4104
4104
|
"original": {
|
|
@@ -4171,7 +4171,7 @@ module.exports = {
|
|
|
4171
4171
|
},
|
|
4172
4172
|
"active": {
|
|
4173
4173
|
"background": {
|
|
4174
|
-
"value": "#
|
|
4174
|
+
"value": "#f8bcbb",
|
|
4175
4175
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
4176
4176
|
"isSource": true,
|
|
4177
4177
|
"original": {
|
|
@@ -4196,7 +4196,7 @@ module.exports = {
|
|
|
4196
4196
|
},
|
|
4197
4197
|
"hover": {
|
|
4198
4198
|
"background": {
|
|
4199
|
-
"value": "#
|
|
4199
|
+
"value": "#fdeaea",
|
|
4200
4200
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
4201
4201
|
"isSource": true,
|
|
4202
4202
|
"original": {
|
|
@@ -4871,7 +4871,7 @@ module.exports = {
|
|
|
4871
4871
|
},
|
|
4872
4872
|
"solid-danger": {
|
|
4873
4873
|
"background": {
|
|
4874
|
-
"value": "#
|
|
4874
|
+
"value": "#c61112",
|
|
4875
4875
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
4876
4876
|
"isSource": true,
|
|
4877
4877
|
"original": {
|
|
@@ -4892,7 +4892,7 @@ module.exports = {
|
|
|
4892
4892
|
]
|
|
4893
4893
|
},
|
|
4894
4894
|
"border": {
|
|
4895
|
-
"value": "#
|
|
4895
|
+
"value": "#c61112",
|
|
4896
4896
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
4897
4897
|
"isSource": true,
|
|
4898
4898
|
"original": {
|
|
@@ -5217,7 +5217,7 @@ module.exports = {
|
|
|
5217
5217
|
]
|
|
5218
5218
|
},
|
|
5219
5219
|
"border": {
|
|
5220
|
-
"value": "#
|
|
5220
|
+
"value": "#c61112",
|
|
5221
5221
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
5222
5222
|
"isSource": true,
|
|
5223
5223
|
"original": {
|
|
@@ -5238,7 +5238,7 @@ module.exports = {
|
|
|
5238
5238
|
]
|
|
5239
5239
|
},
|
|
5240
5240
|
"text": {
|
|
5241
|
-
"value": "#
|
|
5241
|
+
"value": "#c61112",
|
|
5242
5242
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
5243
5243
|
"isSource": true,
|
|
5244
5244
|
"original": {
|
|
@@ -5302,11 +5302,11 @@ module.exports = {
|
|
|
5302
5302
|
},
|
|
5303
5303
|
"font": {
|
|
5304
5304
|
"primary-01": {
|
|
5305
|
-
"value": "#
|
|
5305
|
+
"value": "#007f8c",
|
|
5306
5306
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/font.json",
|
|
5307
5307
|
"isSource": true,
|
|
5308
5308
|
"original": {
|
|
5309
|
-
"value": "{color.primary-01.
|
|
5309
|
+
"value": "{color.primary-01.600.value}"
|
|
5310
5310
|
},
|
|
5311
5311
|
"name": "ColorFontPrimary01",
|
|
5312
5312
|
"attributes": {
|
|
@@ -6258,11 +6258,11 @@ module.exports = {
|
|
|
6258
6258
|
]
|
|
6259
6259
|
},
|
|
6260
6260
|
"hover": {
|
|
6261
|
-
"value": "#
|
|
6261
|
+
"value": "#004e57",
|
|
6262
6262
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6263
6263
|
"isSource": true,
|
|
6264
6264
|
"original": {
|
|
6265
|
-
"value": "{color.primary-01.
|
|
6265
|
+
"value": "{color.primary-01.800.value}"
|
|
6266
6266
|
},
|
|
6267
6267
|
"name": "ColorLinkPrimaryHover",
|
|
6268
6268
|
"attributes": {
|
|
@@ -6388,7 +6388,7 @@ module.exports = {
|
|
|
6388
6388
|
},
|
|
6389
6389
|
"danger": {
|
|
6390
6390
|
"base": {
|
|
6391
|
-
"value": "#
|
|
6391
|
+
"value": "#c61112",
|
|
6392
6392
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/link.json",
|
|
6393
6393
|
"isSource": true,
|
|
6394
6394
|
"original": {
|
|
@@ -6409,7 +6409,7 @@ module.exports = {
|
|
|
6409
6409
|
]
|
|
6410
6410
|
},
|
|
6411
6411
|
"visited": {
|
|
6412
|
-
"value": "#
|
|
6412
|
+
"value": "#8c0003",
|
|
6413
6413
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6414
6414
|
"isSource": true,
|
|
6415
6415
|
"original": {
|
|
@@ -6430,7 +6430,7 @@ module.exports = {
|
|
|
6430
6430
|
]
|
|
6431
6431
|
},
|
|
6432
6432
|
"active": {
|
|
6433
|
-
"value": "#
|
|
6433
|
+
"value": "#8c0003",
|
|
6434
6434
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6435
6435
|
"isSource": true,
|
|
6436
6436
|
"original": {
|
|
@@ -6472,11 +6472,11 @@ module.exports = {
|
|
|
6472
6472
|
]
|
|
6473
6473
|
},
|
|
6474
6474
|
"hover": {
|
|
6475
|
-
"value": "#
|
|
6475
|
+
"value": "#530000",
|
|
6476
6476
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6477
6477
|
"isSource": true,
|
|
6478
6478
|
"original": {
|
|
6479
|
-
"value": "{color.secondary-red.
|
|
6479
|
+
"value": "{color.secondary-red.800.value}"
|
|
6480
6480
|
},
|
|
6481
6481
|
"name": "ColorLinkDangerHover",
|
|
6482
6482
|
"attributes": {
|
|
@@ -6688,6 +6688,27 @@ module.exports = {
|
|
|
6688
6688
|
"information",
|
|
6689
6689
|
"border"
|
|
6690
6690
|
]
|
|
6691
|
+
},
|
|
6692
|
+
"icon": {
|
|
6693
|
+
"value": "#007bb4",
|
|
6694
|
+
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
|
|
6695
|
+
"isSource": true,
|
|
6696
|
+
"original": {
|
|
6697
|
+
"value": "{color.info.600.value}"
|
|
6698
|
+
},
|
|
6699
|
+
"name": "ColorNotificationInformationIcon",
|
|
6700
|
+
"attributes": {
|
|
6701
|
+
"category": "color",
|
|
6702
|
+
"type": "notification",
|
|
6703
|
+
"item": "information",
|
|
6704
|
+
"subitem": "icon"
|
|
6705
|
+
},
|
|
6706
|
+
"path": [
|
|
6707
|
+
"color",
|
|
6708
|
+
"notification",
|
|
6709
|
+
"information",
|
|
6710
|
+
"icon"
|
|
6711
|
+
]
|
|
6691
6712
|
}
|
|
6692
6713
|
},
|
|
6693
6714
|
"success": {
|
|
@@ -6732,6 +6753,27 @@ module.exports = {
|
|
|
6732
6753
|
"success",
|
|
6733
6754
|
"border"
|
|
6734
6755
|
]
|
|
6756
|
+
},
|
|
6757
|
+
"icon": {
|
|
6758
|
+
"value": "#188803",
|
|
6759
|
+
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
|
|
6760
|
+
"isSource": true,
|
|
6761
|
+
"original": {
|
|
6762
|
+
"value": "{color.success.600.value}"
|
|
6763
|
+
},
|
|
6764
|
+
"name": "ColorNotificationSuccessIcon",
|
|
6765
|
+
"attributes": {
|
|
6766
|
+
"category": "color",
|
|
6767
|
+
"type": "notification",
|
|
6768
|
+
"item": "success",
|
|
6769
|
+
"subitem": "icon"
|
|
6770
|
+
},
|
|
6771
|
+
"path": [
|
|
6772
|
+
"color",
|
|
6773
|
+
"notification",
|
|
6774
|
+
"success",
|
|
6775
|
+
"icon"
|
|
6776
|
+
]
|
|
6735
6777
|
}
|
|
6736
6778
|
},
|
|
6737
6779
|
"warning": {
|
|
@@ -6776,6 +6818,27 @@ module.exports = {
|
|
|
6776
6818
|
"warning",
|
|
6777
6819
|
"border"
|
|
6778
6820
|
]
|
|
6821
|
+
},
|
|
6822
|
+
"icon": {
|
|
6823
|
+
"value": "#c65200",
|
|
6824
|
+
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
|
|
6825
|
+
"isSource": true,
|
|
6826
|
+
"original": {
|
|
6827
|
+
"value": "{color.warning.600.value}"
|
|
6828
|
+
},
|
|
6829
|
+
"name": "ColorNotificationWarningIcon",
|
|
6830
|
+
"attributes": {
|
|
6831
|
+
"category": "color",
|
|
6832
|
+
"type": "notification",
|
|
6833
|
+
"item": "warning",
|
|
6834
|
+
"subitem": "icon"
|
|
6835
|
+
},
|
|
6836
|
+
"path": [
|
|
6837
|
+
"color",
|
|
6838
|
+
"notification",
|
|
6839
|
+
"warning",
|
|
6840
|
+
"icon"
|
|
6841
|
+
]
|
|
6779
6842
|
}
|
|
6780
6843
|
},
|
|
6781
6844
|
"danger": {
|
|
@@ -6820,6 +6883,27 @@ module.exports = {
|
|
|
6820
6883
|
"danger",
|
|
6821
6884
|
"border"
|
|
6822
6885
|
]
|
|
6886
|
+
},
|
|
6887
|
+
"icon": {
|
|
6888
|
+
"value": "#c61112",
|
|
6889
|
+
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
|
|
6890
|
+
"isSource": true,
|
|
6891
|
+
"original": {
|
|
6892
|
+
"value": "{color.danger.600.value}"
|
|
6893
|
+
},
|
|
6894
|
+
"name": "ColorNotificationDangerIcon",
|
|
6895
|
+
"attributes": {
|
|
6896
|
+
"category": "color",
|
|
6897
|
+
"type": "notification",
|
|
6898
|
+
"item": "danger",
|
|
6899
|
+
"subitem": "icon"
|
|
6900
|
+
},
|
|
6901
|
+
"path": [
|
|
6902
|
+
"color",
|
|
6903
|
+
"notification",
|
|
6904
|
+
"danger",
|
|
6905
|
+
"icon"
|
|
6906
|
+
]
|
|
6823
6907
|
}
|
|
6824
6908
|
}
|
|
6825
6909
|
},
|
|
@@ -7389,7 +7473,7 @@ module.exports = {
|
|
|
7389
7473
|
]
|
|
7390
7474
|
},
|
|
7391
7475
|
"hover": {
|
|
7392
|
-
"value": "#
|
|
7476
|
+
"value": "#f4b27e",
|
|
7393
7477
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/star.json",
|
|
7394
7478
|
"isSource": true,
|
|
7395
7479
|
"original": {
|
|
@@ -7433,11 +7517,11 @@ module.exports = {
|
|
|
7433
7517
|
},
|
|
7434
7518
|
"current": {
|
|
7435
7519
|
"background": {
|
|
7436
|
-
"value": "#
|
|
7520
|
+
"value": "#00919f",
|
|
7437
7521
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/stepper.json",
|
|
7438
7522
|
"isSource": true,
|
|
7439
7523
|
"original": {
|
|
7440
|
-
"value": "{color.primary-01.
|
|
7524
|
+
"value": "{color.primary-01.500.value}"
|
|
7441
7525
|
},
|
|
7442
7526
|
"name": "ColorStepperItemCurrentBackground",
|
|
7443
7527
|
"attributes": {
|
|
@@ -7460,11 +7544,11 @@ module.exports = {
|
|
|
7460
7544
|
"link": {
|
|
7461
7545
|
"hover": {
|
|
7462
7546
|
"text": {
|
|
7463
|
-
"value": "#
|
|
7547
|
+
"value": "#00919f",
|
|
7464
7548
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/stepper.json",
|
|
7465
7549
|
"isSource": true,
|
|
7466
7550
|
"original": {
|
|
7467
|
-
"value": "{color.primary-01.
|
|
7551
|
+
"value": "{color.primary-01.500.value}"
|
|
7468
7552
|
},
|
|
7469
7553
|
"name": "ColorStepperLinkHoverText",
|
|
7470
7554
|
"attributes": {
|
|
@@ -7529,11 +7613,11 @@ module.exports = {
|
|
|
7529
7613
|
},
|
|
7530
7614
|
"current": {
|
|
7531
7615
|
"background": {
|
|
7532
|
-
"value": "#
|
|
7616
|
+
"value": "#00919f",
|
|
7533
7617
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/stepper.json",
|
|
7534
7618
|
"isSource": true,
|
|
7535
7619
|
"original": {
|
|
7536
|
-
"value": "{color.primary-01.
|
|
7620
|
+
"value": "{color.primary-01.500.value}"
|
|
7537
7621
|
},
|
|
7538
7622
|
"name": "ColorStepperIndicatorCurrentBackground",
|
|
7539
7623
|
"attributes": {
|
|
@@ -7552,11 +7636,11 @@ module.exports = {
|
|
|
7552
7636
|
]
|
|
7553
7637
|
},
|
|
7554
7638
|
"border": {
|
|
7555
|
-
"value": "#
|
|
7639
|
+
"value": "#00919f",
|
|
7556
7640
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/stepper.json",
|
|
7557
7641
|
"isSource": true,
|
|
7558
7642
|
"original": {
|
|
7559
|
-
"value": "{color.primary-01.
|
|
7643
|
+
"value": "{color.primary-01.500.value}"
|
|
7560
7644
|
},
|
|
7561
7645
|
"name": "ColorStepperIndicatorCurrentBorder",
|
|
7562
7646
|
"attributes": {
|
|
@@ -7577,11 +7661,11 @@ module.exports = {
|
|
|
7577
7661
|
}
|
|
7578
7662
|
},
|
|
7579
7663
|
"icon": {
|
|
7580
|
-
"value": "#
|
|
7664
|
+
"value": "#00919f",
|
|
7581
7665
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/stepper.json",
|
|
7582
7666
|
"isSource": true,
|
|
7583
7667
|
"original": {
|
|
7584
|
-
"value": "{color.primary-01.
|
|
7668
|
+
"value": "{color.primary-01.500.value}"
|
|
7585
7669
|
},
|
|
7586
7670
|
"name": "ColorStepperIcon",
|
|
7587
7671
|
"attributes": {
|
|
@@ -7596,11 +7680,11 @@ module.exports = {
|
|
|
7596
7680
|
]
|
|
7597
7681
|
},
|
|
7598
7682
|
"title": {
|
|
7599
|
-
"value": "#
|
|
7683
|
+
"value": "#00919f",
|
|
7600
7684
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/stepper.json",
|
|
7601
7685
|
"isSource": true,
|
|
7602
7686
|
"original": {
|
|
7603
|
-
"value": "{color.primary-01.
|
|
7687
|
+
"value": "{color.primary-01.500.value}"
|
|
7604
7688
|
},
|
|
7605
7689
|
"name": "ColorStepperTitle",
|
|
7606
7690
|
"attributes": {
|
|
@@ -7674,11 +7758,11 @@ module.exports = {
|
|
|
7674
7758
|
]
|
|
7675
7759
|
},
|
|
7676
7760
|
"hover": {
|
|
7677
|
-
"value": "#
|
|
7761
|
+
"value": "#004e57",
|
|
7678
7762
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tabs.json",
|
|
7679
7763
|
"isSource": true,
|
|
7680
7764
|
"original": {
|
|
7681
|
-
"value": "{color.primary-01.
|
|
7765
|
+
"value": "{color.primary-01.800.value}"
|
|
7682
7766
|
},
|
|
7683
7767
|
"name": "ColorTabsHover",
|
|
7684
7768
|
"attributes": {
|
|
@@ -7712,7 +7796,7 @@ module.exports = {
|
|
|
7712
7796
|
]
|
|
7713
7797
|
},
|
|
7714
7798
|
"active": {
|
|
7715
|
-
"value": "#
|
|
7799
|
+
"value": "#007f8c",
|
|
7716
7800
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tabs.json",
|
|
7717
7801
|
"isSource": true,
|
|
7718
7802
|
"original": {
|