@mozaic-ds/vue 0.19.0 → 1.0.0-rc.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 +12 -11
- package/dist/mozaic-vue.adeo.umd.js +26592 -7880
- package/dist/mozaic-vue.common.js +26592 -7880
- package/dist/mozaic-vue.common.js.map +1 -1
- package/dist/mozaic-vue.css +1 -1
- package/dist/mozaic-vue.umd.js +26592 -7880
- package/dist/mozaic-vue.umd.js.map +1 -1
- package/dist/mozaic-vue.umd.min.js +3 -1
- package/dist/mozaic-vue.umd.min.js.map +1 -1
- package/package.json +5 -5
- package/src/components/datatable/MDataTable.vue +163 -288
- package/src/components/datatable/MDataTableTop.vue +35 -0
- package/src/components/icon/MIcon.vue +1 -2
- package/src/tokens/adeo/android/colors.xml +42 -38
- package/src/tokens/adeo/css/_variables.scss +42 -38
- package/src/tokens/adeo/css/root.scss +26 -22
- package/src/tokens/adeo/ios/StyleDictionaryColor.h +4 -0
- package/src/tokens/adeo/ios/StyleDictionaryColor.m +42 -38
- package/src/tokens/adeo/ios/StyleDictionaryColor.swift +42 -38
- package/src/tokens/adeo/js/tokens.js +42 -38
- package/src/tokens/adeo/js/tokensObject.js +144 -60
- package/src/tokens/adeo/scss/_tokens.scss +50 -42
- package/dist/fonts/LeroyMerlinSans-Web-Italic.1b652c01.woff2 +0 -0
- package/dist/fonts/LeroyMerlinSans-Web-Italic.e1daa96d.woff +0 -0
- package/dist/fonts/LeroyMerlinSans-Web-Light.abc49f3e.woff +0 -0
- package/dist/fonts/LeroyMerlinSans-Web-Light.fbea6009.woff2 +0 -0
- package/dist/fonts/LeroyMerlinSans-Web-LightItalic.01eca0b6.woff +0 -0
- package/dist/fonts/LeroyMerlinSans-Web-LightItalic.b0c55b75.woff2 +0 -0
- package/dist/fonts/LeroyMerlinSans-Web-Regular.ad6adbe4.woff +0 -0
- package/dist/fonts/LeroyMerlinSans-Web-Regular.fbf22a5a.woff2 +0 -0
- package/dist/fonts/LeroyMerlinSans-Web-SemiBold.a1cbb92f.woff +0 -0
- package/dist/fonts/LeroyMerlinSans-Web-SemiBold.a6ab3422.woff2 +0 -0
- package/dist/fonts/LeroyMerlinSans-Web-SemiBoldItalic.6bdb2efc.woff2 +0 -0
- package/dist/fonts/LeroyMerlinSans-Web-SemiBoldItalic.93f14f9f.woff +0 -0
- package/src/components/icon/icons.js +0 -18887
|
@@ -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": {
|
|
@@ -3240,7 +3240,7 @@ module.exports = {
|
|
|
3240
3240
|
},
|
|
3241
3241
|
"solid-danger": {
|
|
3242
3242
|
"background": {
|
|
3243
|
-
"value": "#
|
|
3243
|
+
"value": "#c61112",
|
|
3244
3244
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/button.json",
|
|
3245
3245
|
"isSource": true,
|
|
3246
3246
|
"original": {
|
|
@@ -4015,7 +4015,7 @@ module.exports = {
|
|
|
4015
4015
|
]
|
|
4016
4016
|
},
|
|
4017
4017
|
"border": {
|
|
4018
|
-
"value": "#
|
|
4018
|
+
"value": "#c61112",
|
|
4019
4019
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/button.json",
|
|
4020
4020
|
"isSource": true,
|
|
4021
4021
|
"original": {
|
|
@@ -4036,7 +4036,7 @@ module.exports = {
|
|
|
4036
4036
|
]
|
|
4037
4037
|
},
|
|
4038
4038
|
"font": {
|
|
4039
|
-
"value": "#
|
|
4039
|
+
"value": "#c61112",
|
|
4040
4040
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/button.json",
|
|
4041
4041
|
"isSource": true,
|
|
4042
4042
|
"original": {
|
|
@@ -4058,7 +4058,7 @@ module.exports = {
|
|
|
4058
4058
|
},
|
|
4059
4059
|
"focus": {
|
|
4060
4060
|
"border": {
|
|
4061
|
-
"value": "#
|
|
4061
|
+
"value": "#8c0003",
|
|
4062
4062
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
4063
4063
|
"isSource": true,
|
|
4064
4064
|
"original": {
|
|
@@ -4131,7 +4131,7 @@ module.exports = {
|
|
|
4131
4131
|
},
|
|
4132
4132
|
"active": {
|
|
4133
4133
|
"background": {
|
|
4134
|
-
"value": "#
|
|
4134
|
+
"value": "#f8bcbb",
|
|
4135
4135
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
4136
4136
|
"isSource": true,
|
|
4137
4137
|
"original": {
|
|
@@ -4156,7 +4156,7 @@ module.exports = {
|
|
|
4156
4156
|
},
|
|
4157
4157
|
"hover": {
|
|
4158
4158
|
"background": {
|
|
4159
|
-
"value": "#
|
|
4159
|
+
"value": "#fdeaea",
|
|
4160
4160
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
4161
4161
|
"isSource": true,
|
|
4162
4162
|
"original": {
|
|
@@ -4703,7 +4703,7 @@ module.exports = {
|
|
|
4703
4703
|
},
|
|
4704
4704
|
"solid-danger": {
|
|
4705
4705
|
"background": {
|
|
4706
|
-
"value": "#
|
|
4706
|
+
"value": "#c61112",
|
|
4707
4707
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
4708
4708
|
"isSource": true,
|
|
4709
4709
|
"original": {
|
|
@@ -4724,7 +4724,7 @@ module.exports = {
|
|
|
4724
4724
|
]
|
|
4725
4725
|
},
|
|
4726
4726
|
"border": {
|
|
4727
|
-
"value": "#
|
|
4727
|
+
"value": "#c61112",
|
|
4728
4728
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
4729
4729
|
"isSource": true,
|
|
4730
4730
|
"original": {
|
|
@@ -5049,7 +5049,7 @@ module.exports = {
|
|
|
5049
5049
|
]
|
|
5050
5050
|
},
|
|
5051
5051
|
"border": {
|
|
5052
|
-
"value": "#
|
|
5052
|
+
"value": "#c61112",
|
|
5053
5053
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
5054
5054
|
"isSource": true,
|
|
5055
5055
|
"original": {
|
|
@@ -5070,7 +5070,7 @@ module.exports = {
|
|
|
5070
5070
|
]
|
|
5071
5071
|
},
|
|
5072
5072
|
"text": {
|
|
5073
|
-
"value": "#
|
|
5073
|
+
"value": "#c61112",
|
|
5074
5074
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
5075
5075
|
"isSource": true,
|
|
5076
5076
|
"original": {
|
|
@@ -5134,11 +5134,11 @@ module.exports = {
|
|
|
5134
5134
|
},
|
|
5135
5135
|
"font": {
|
|
5136
5136
|
"primary-01": {
|
|
5137
|
-
"value": "#
|
|
5137
|
+
"value": "#007f8c",
|
|
5138
5138
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/font.json",
|
|
5139
5139
|
"isSource": true,
|
|
5140
5140
|
"original": {
|
|
5141
|
-
"value": "{color.primary-01.
|
|
5141
|
+
"value": "{color.primary-01.600.value}"
|
|
5142
5142
|
},
|
|
5143
5143
|
"name": "ColorFontPrimary01",
|
|
5144
5144
|
"attributes": {
|
|
@@ -6019,11 +6019,11 @@ module.exports = {
|
|
|
6019
6019
|
]
|
|
6020
6020
|
},
|
|
6021
6021
|
"hover": {
|
|
6022
|
-
"value": "#
|
|
6022
|
+
"value": "#004e57",
|
|
6023
6023
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6024
6024
|
"isSource": true,
|
|
6025
6025
|
"original": {
|
|
6026
|
-
"value": "{color.primary-01.
|
|
6026
|
+
"value": "{color.primary-01.800.value}"
|
|
6027
6027
|
},
|
|
6028
6028
|
"name": "ColorLinkPrimaryHover",
|
|
6029
6029
|
"attributes": {
|
|
@@ -6149,7 +6149,7 @@ module.exports = {
|
|
|
6149
6149
|
},
|
|
6150
6150
|
"danger": {
|
|
6151
6151
|
"base": {
|
|
6152
|
-
"value": "#
|
|
6152
|
+
"value": "#c61112",
|
|
6153
6153
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/link.json",
|
|
6154
6154
|
"isSource": true,
|
|
6155
6155
|
"original": {
|
|
@@ -6170,7 +6170,7 @@ module.exports = {
|
|
|
6170
6170
|
]
|
|
6171
6171
|
},
|
|
6172
6172
|
"visited": {
|
|
6173
|
-
"value": "#
|
|
6173
|
+
"value": "#8c0003",
|
|
6174
6174
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6175
6175
|
"isSource": true,
|
|
6176
6176
|
"original": {
|
|
@@ -6191,7 +6191,7 @@ module.exports = {
|
|
|
6191
6191
|
]
|
|
6192
6192
|
},
|
|
6193
6193
|
"active": {
|
|
6194
|
-
"value": "#
|
|
6194
|
+
"value": "#8c0003",
|
|
6195
6195
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6196
6196
|
"isSource": true,
|
|
6197
6197
|
"original": {
|
|
@@ -6233,11 +6233,11 @@ module.exports = {
|
|
|
6233
6233
|
]
|
|
6234
6234
|
},
|
|
6235
6235
|
"hover": {
|
|
6236
|
-
"value": "#
|
|
6236
|
+
"value": "#530000",
|
|
6237
6237
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6238
6238
|
"isSource": true,
|
|
6239
6239
|
"original": {
|
|
6240
|
-
"value": "{color.secondary-red.
|
|
6240
|
+
"value": "{color.secondary-red.800.value}"
|
|
6241
6241
|
},
|
|
6242
6242
|
"name": "ColorLinkDangerHover",
|
|
6243
6243
|
"attributes": {
|
|
@@ -6317,6 +6317,27 @@ module.exports = {
|
|
|
6317
6317
|
"information",
|
|
6318
6318
|
"border"
|
|
6319
6319
|
]
|
|
6320
|
+
},
|
|
6321
|
+
"icon": {
|
|
6322
|
+
"value": "#007bb4",
|
|
6323
|
+
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
|
|
6324
|
+
"isSource": true,
|
|
6325
|
+
"original": {
|
|
6326
|
+
"value": "{color.info.600.value}"
|
|
6327
|
+
},
|
|
6328
|
+
"name": "ColorNotificationInformationIcon",
|
|
6329
|
+
"attributes": {
|
|
6330
|
+
"category": "color",
|
|
6331
|
+
"type": "notification",
|
|
6332
|
+
"item": "information",
|
|
6333
|
+
"subitem": "icon"
|
|
6334
|
+
},
|
|
6335
|
+
"path": [
|
|
6336
|
+
"color",
|
|
6337
|
+
"notification",
|
|
6338
|
+
"information",
|
|
6339
|
+
"icon"
|
|
6340
|
+
]
|
|
6320
6341
|
}
|
|
6321
6342
|
},
|
|
6322
6343
|
"success": {
|
|
@@ -6361,6 +6382,27 @@ module.exports = {
|
|
|
6361
6382
|
"success",
|
|
6362
6383
|
"border"
|
|
6363
6384
|
]
|
|
6385
|
+
},
|
|
6386
|
+
"icon": {
|
|
6387
|
+
"value": "#188803",
|
|
6388
|
+
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
|
|
6389
|
+
"isSource": true,
|
|
6390
|
+
"original": {
|
|
6391
|
+
"value": "{color.success.600.value}"
|
|
6392
|
+
},
|
|
6393
|
+
"name": "ColorNotificationSuccessIcon",
|
|
6394
|
+
"attributes": {
|
|
6395
|
+
"category": "color",
|
|
6396
|
+
"type": "notification",
|
|
6397
|
+
"item": "success",
|
|
6398
|
+
"subitem": "icon"
|
|
6399
|
+
},
|
|
6400
|
+
"path": [
|
|
6401
|
+
"color",
|
|
6402
|
+
"notification",
|
|
6403
|
+
"success",
|
|
6404
|
+
"icon"
|
|
6405
|
+
]
|
|
6364
6406
|
}
|
|
6365
6407
|
},
|
|
6366
6408
|
"warning": {
|
|
@@ -6405,6 +6447,27 @@ module.exports = {
|
|
|
6405
6447
|
"warning",
|
|
6406
6448
|
"border"
|
|
6407
6449
|
]
|
|
6450
|
+
},
|
|
6451
|
+
"icon": {
|
|
6452
|
+
"value": "#c65200",
|
|
6453
|
+
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
|
|
6454
|
+
"isSource": true,
|
|
6455
|
+
"original": {
|
|
6456
|
+
"value": "{color.warning.600.value}"
|
|
6457
|
+
},
|
|
6458
|
+
"name": "ColorNotificationWarningIcon",
|
|
6459
|
+
"attributes": {
|
|
6460
|
+
"category": "color",
|
|
6461
|
+
"type": "notification",
|
|
6462
|
+
"item": "warning",
|
|
6463
|
+
"subitem": "icon"
|
|
6464
|
+
},
|
|
6465
|
+
"path": [
|
|
6466
|
+
"color",
|
|
6467
|
+
"notification",
|
|
6468
|
+
"warning",
|
|
6469
|
+
"icon"
|
|
6470
|
+
]
|
|
6408
6471
|
}
|
|
6409
6472
|
},
|
|
6410
6473
|
"danger": {
|
|
@@ -6449,6 +6512,27 @@ module.exports = {
|
|
|
6449
6512
|
"danger",
|
|
6450
6513
|
"border"
|
|
6451
6514
|
]
|
|
6515
|
+
},
|
|
6516
|
+
"icon": {
|
|
6517
|
+
"value": "#c61112",
|
|
6518
|
+
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
|
|
6519
|
+
"isSource": true,
|
|
6520
|
+
"original": {
|
|
6521
|
+
"value": "{color.danger.600.value}"
|
|
6522
|
+
},
|
|
6523
|
+
"name": "ColorNotificationDangerIcon",
|
|
6524
|
+
"attributes": {
|
|
6525
|
+
"category": "color",
|
|
6526
|
+
"type": "notification",
|
|
6527
|
+
"item": "danger",
|
|
6528
|
+
"subitem": "icon"
|
|
6529
|
+
},
|
|
6530
|
+
"path": [
|
|
6531
|
+
"color",
|
|
6532
|
+
"notification",
|
|
6533
|
+
"danger",
|
|
6534
|
+
"icon"
|
|
6535
|
+
]
|
|
6452
6536
|
}
|
|
6453
6537
|
}
|
|
6454
6538
|
},
|
|
@@ -6599,7 +6683,7 @@ module.exports = {
|
|
|
6599
6683
|
]
|
|
6600
6684
|
},
|
|
6601
6685
|
"full": {
|
|
6602
|
-
"value": "#
|
|
6686
|
+
"value": "#ea7315",
|
|
6603
6687
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/star.json",
|
|
6604
6688
|
"isSource": true,
|
|
6605
6689
|
"original": {
|
|
@@ -6618,7 +6702,7 @@ module.exports = {
|
|
|
6618
6702
|
]
|
|
6619
6703
|
},
|
|
6620
6704
|
"hover": {
|
|
6621
|
-
"value": "#
|
|
6705
|
+
"value": "#f4b27e",
|
|
6622
6706
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/star.json",
|
|
6623
6707
|
"isSource": true,
|
|
6624
6708
|
"original": {
|
|
@@ -6696,11 +6780,11 @@ module.exports = {
|
|
|
6696
6780
|
]
|
|
6697
6781
|
},
|
|
6698
6782
|
"hover": {
|
|
6699
|
-
"value": "#
|
|
6783
|
+
"value": "#004e57",
|
|
6700
6784
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tabs.json",
|
|
6701
6785
|
"isSource": true,
|
|
6702
6786
|
"original": {
|
|
6703
|
-
"value": "{color.primary-01.
|
|
6787
|
+
"value": "{color.primary-01.800.value}"
|
|
6704
6788
|
},
|
|
6705
6789
|
"name": "ColorTabsHover",
|
|
6706
6790
|
"attributes": {
|
|
@@ -6734,7 +6818,7 @@ module.exports = {
|
|
|
6734
6818
|
]
|
|
6735
6819
|
},
|
|
6736
6820
|
"active": {
|
|
6737
|
-
"value": "#
|
|
6821
|
+
"value": "#007f8c",
|
|
6738
6822
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tabs.json",
|
|
6739
6823
|
"isSource": true,
|
|
6740
6824
|
"original": {
|