@madgex/design-system 1.58.4 → 1.59.1
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/README.md +1 -1
- package/coverage/cobertura-coverage.xml +12 -5
- package/coverage/components/accordion/accordion.js.html +1 -1
- package/coverage/components/accordion/index.html +1 -1
- package/coverage/components/inputs/combobox/combobox.js.html +1 -1
- package/coverage/components/inputs/combobox/index.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/Combobox.vue.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/ListBoxOption.vue.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/index.html +1 -1
- package/coverage/components/inputs/file-upload/file-upload.js.html +27 -18
- package/coverage/components/inputs/file-upload/index.html +9 -9
- package/coverage/components/inputs/multi-select/index.html +1 -1
- package/coverage/components/inputs/multi-select/multi-select.js.html +1 -1
- package/coverage/components/inputs/multi-select/vue-components/MultiSelect.vue.html +1 -1
- package/coverage/components/inputs/multi-select/vue-components/MultiSelectCheckbox.vue.html +1 -1
- package/coverage/components/inputs/multi-select/vue-components/MultiSelectCheckboxGroup.vue.html +1 -1
- package/coverage/components/inputs/multi-select/vue-components/index.html +1 -1
- package/coverage/components/inputs/textarea/character-count.js.html +1 -1
- package/coverage/components/inputs/textarea/index.html +1 -1
- package/coverage/components/modal/index.html +1 -1
- package/coverage/components/modal/modal.js.html +1 -1
- package/coverage/components/notification/index.html +1 -1
- package/coverage/components/notification/notification.js.html +1 -1
- package/coverage/components/popover/index.html +1 -1
- package/coverage/components/popover/popover.js.html +1 -1
- package/coverage/components/switch-state/index.html +1 -1
- package/coverage/components/switch-state/switch-state.js.html +1 -1
- package/coverage/components/tabs/index.html +1 -1
- package/coverage/components/tabs/tabs.js.html +1 -1
- package/coverage/index.html +13 -13
- package/coverage/js/common.js.html +1 -1
- package/coverage/js/fractal-scripts/combobox.js.html +1 -1
- package/coverage/js/fractal-scripts/index.html +1 -1
- package/coverage/js/fractal-scripts/notification.js.html +1 -1
- package/coverage/js/fractal-scripts/switch-state.js.html +1 -1
- package/coverage/js/index-fractal.js.html +1 -1
- package/coverage/js/index-polyfills.js.html +1 -1
- package/coverage/js/index-vue.js.html +1 -1
- package/coverage/js/index.html +1 -1
- package/coverage/js/index.js.html +1 -1
- package/coverage/js/polyfills/closest.js.html +1 -1
- package/coverage/js/polyfills/index.html +1 -1
- package/coverage/js/polyfills/remove.js.html +1 -1
- package/coverage/tokens/_config.js.html +1 -1
- package/coverage/tokens/index.html +1 -1
- package/dist/_tokens/css/_tokens.css +23 -1
- package/dist/_tokens/js/_tokens-module.js +492 -1
- package/dist/_tokens/scss/_tokens.scss +73 -1
- package/dist/assets/icons.json +1 -1
- package/dist/js/index.js +1 -1
- package/docs/01-index.njk +1 -1
- package/docs/tokens/colour.njk +29 -32
- package/docs/tokens/email.njk +94 -0
- package/fractal-theme/assets/css/styles.css +21 -0
- package/fractal.js +0 -1
- package/package.json +1 -1
- package/src/components/inputs/file-upload/file-upload.js +13 -10
- package/src/tokens/email.json +96 -0
|
@@ -90,7 +90,7 @@ import comboboxScript from './fractal-scripts/combobox';
|
|
|
90
90
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
91
91
|
Code coverage generated by
|
|
92
92
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
93
|
-
at
|
|
93
|
+
at Fri Sep 18 2020 10:56:25 GMT+0100 (British Summer Time)
|
|
94
94
|
</div>
|
|
95
95
|
</div>
|
|
96
96
|
<script src="../prettify.js"></script>
|
|
@@ -72,7 +72,7 @@ import './polyfills/remove';
|
|
|
72
72
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
73
73
|
Code coverage generated by
|
|
74
74
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
75
|
-
at
|
|
75
|
+
at Fri Sep 18 2020 10:56:25 GMT+0100 (British Summer Time)
|
|
76
76
|
</div>
|
|
77
77
|
</div>
|
|
78
78
|
<script src="../prettify.js"></script>
|
|
@@ -108,7 +108,7 @@ import MdsMultiSelect from '../components/inputs/multi-select/multi-select';
|
|
|
108
108
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
109
109
|
Code coverage generated by
|
|
110
110
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
111
|
-
at
|
|
111
|
+
at Fri Sep 18 2020 10:56:25 GMT+0100 (British Summer Time)
|
|
112
112
|
</div>
|
|
113
113
|
</div>
|
|
114
114
|
<script src="../prettify.js"></script>
|
package/coverage/js/index.html
CHANGED
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
155
155
|
Code coverage generated by
|
|
156
156
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
157
|
-
at
|
|
157
|
+
at Fri Sep 18 2020 10:56:25 GMT+0100 (British Summer Time)
|
|
158
158
|
</div>
|
|
159
159
|
</div>
|
|
160
160
|
<script src="../prettify.js"></script>
|
|
@@ -138,7 +138,7 @@ import characterCount from '../components/inputs/textarea/character-count';
|
|
|
138
138
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
139
139
|
Code coverage generated by
|
|
140
140
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
141
|
-
at
|
|
141
|
+
at Fri Sep 18 2020 10:56:25 GMT+0100 (British Summer Time)
|
|
142
142
|
</div>
|
|
143
143
|
</div>
|
|
144
144
|
<script src="../prettify.js"></script>
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
112
112
|
Code coverage generated by
|
|
113
113
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
114
|
-
at
|
|
114
|
+
at Fri Sep 18 2020 10:56:25 GMT+0100 (British Summer Time)
|
|
115
115
|
</div>
|
|
116
116
|
</div>
|
|
117
117
|
<script src="../../prettify.js"></script>
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
110
110
|
Code coverage generated by
|
|
111
111
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
112
|
-
at
|
|
112
|
+
at Fri Sep 18 2020 10:56:25 GMT+0100 (British Summer Time)
|
|
113
113
|
</div>
|
|
114
114
|
</div>
|
|
115
115
|
<script src="../../prettify.js"></script>
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
85
85
|
Code coverage generated by
|
|
86
86
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
87
|
-
at
|
|
87
|
+
at Fri Sep 18 2020 10:56:25 GMT+0100 (British Summer Time)
|
|
88
88
|
</div>
|
|
89
89
|
</div>
|
|
90
90
|
<script src="../../prettify.js"></script>
|
|
@@ -552,7 +552,7 @@ const config = <span class="cstat-no" title="statement not covered" >{</span>
|
|
|
552
552
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
553
553
|
Code coverage generated by
|
|
554
554
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
555
|
-
at
|
|
555
|
+
at Fri Sep 18 2020 10:56:25 GMT+0100 (British Summer Time)
|
|
556
556
|
</div>
|
|
557
557
|
</div>
|
|
558
558
|
<script src="../prettify.js"></script>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
95
95
|
Code coverage generated by
|
|
96
96
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
97
|
-
at
|
|
97
|
+
at Fri Sep 18 2020 10:56:25 GMT+0100 (British Summer Time)
|
|
98
98
|
</div>
|
|
99
99
|
</div>
|
|
100
100
|
<script src="../prettify.js"></script>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 18 Sep 2020 09:56:51 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -75,6 +75,28 @@
|
|
|
75
75
|
--mds-color-input-focus: #5092fd;
|
|
76
76
|
--mds-color-input-disabled-label: rgba(84, 84, 84, 0.5);
|
|
77
77
|
--mds-color-input-disabled-field: rgba(176, 176, 176, 0.5);
|
|
78
|
+
--mds-email-color-link-base: #1b75bb;
|
|
79
|
+
--mds-email-color-link-hover: #15598e;
|
|
80
|
+
--mds-email-color-button-bg-base: #fa7c1e;
|
|
81
|
+
--mds-email-color-button-bg-hover: #fb9950;
|
|
82
|
+
--mds-email-color-button-text-base: #ffffff;
|
|
83
|
+
--mds-email-color-button-text-hover: #ffffff;
|
|
84
|
+
--mds-email-color-button-border-base: rgba(0, 0, 0, 0);
|
|
85
|
+
--mds-email-color-button-border-top: rgba(0, 0, 0, 0);
|
|
86
|
+
--mds-email-color-button-border-right: rgba(0, 0, 0, 0);
|
|
87
|
+
--mds-email-color-button-border-bottom: rgba(0, 0, 0, 0);
|
|
88
|
+
--mds-email-color-button-border-left: rgba(0, 0, 0, 0);
|
|
89
|
+
--mds-email-color-button-border-hover-base: rgba(0, 0, 0, 0);
|
|
90
|
+
--mds-email-color-button-border-hover-top: rgba(0, 0, 0, 0);
|
|
91
|
+
--mds-email-color-button-border-hover-right: rgba(0, 0, 0, 0);
|
|
92
|
+
--mds-email-color-button-border-hover-bottom: rgba(0, 0, 0, 0);
|
|
93
|
+
--mds-email-color-button-border-hover-left: rgba(0, 0, 0, 0);
|
|
94
|
+
--mds-email-font-family-heading-1: "Helvetica", Arial, sans-serif;
|
|
95
|
+
--mds-email-font-family-heading-2: "Helvetica", Arial, sans-serif;
|
|
96
|
+
--mds-email-font-family-heading-3: "Helvetica", Arial, sans-serif;
|
|
97
|
+
--mds-email-font-family-heading-base: "Helvetica", Arial, sans-serif;
|
|
98
|
+
--mds-email-size-button-border-radius: 4px;
|
|
99
|
+
--mds-email-size-button-border-width: 1px;
|
|
78
100
|
--mds-font-family-base: "Helvetica", Arial, sans-serif;
|
|
79
101
|
--mds-font-family-heading-1: "Helvetica", Arial, sans-serif;
|
|
80
102
|
--mds-font-family-heading-2: "Helvetica", Arial, sans-serif;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 18 Sep 2020 09:56:52 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -1373,6 +1373,497 @@ module.exports = {
|
|
|
1373
1373
|
}
|
|
1374
1374
|
}
|
|
1375
1375
|
},
|
|
1376
|
+
"email": {
|
|
1377
|
+
"color": {
|
|
1378
|
+
"link": {
|
|
1379
|
+
"base": {
|
|
1380
|
+
"value": "#1b75bb",
|
|
1381
|
+
"original": {
|
|
1382
|
+
"value": "{color.link.base.value}"
|
|
1383
|
+
},
|
|
1384
|
+
"name": "MdsEmailColorLinkBase",
|
|
1385
|
+
"attributes": {
|
|
1386
|
+
"category": "email",
|
|
1387
|
+
"type": "color",
|
|
1388
|
+
"item": "link",
|
|
1389
|
+
"subitem": "base"
|
|
1390
|
+
},
|
|
1391
|
+
"path": [
|
|
1392
|
+
"email",
|
|
1393
|
+
"color",
|
|
1394
|
+
"link",
|
|
1395
|
+
"base"
|
|
1396
|
+
]
|
|
1397
|
+
},
|
|
1398
|
+
"hover": {
|
|
1399
|
+
"value": "#15598e",
|
|
1400
|
+
"original": {
|
|
1401
|
+
"value": "{color.link.hover.value}"
|
|
1402
|
+
},
|
|
1403
|
+
"name": "MdsEmailColorLinkHover",
|
|
1404
|
+
"attributes": {
|
|
1405
|
+
"category": "email",
|
|
1406
|
+
"type": "color",
|
|
1407
|
+
"item": "link",
|
|
1408
|
+
"subitem": "hover"
|
|
1409
|
+
},
|
|
1410
|
+
"path": [
|
|
1411
|
+
"email",
|
|
1412
|
+
"color",
|
|
1413
|
+
"link",
|
|
1414
|
+
"hover"
|
|
1415
|
+
]
|
|
1416
|
+
}
|
|
1417
|
+
},
|
|
1418
|
+
"button": {
|
|
1419
|
+
"bg": {
|
|
1420
|
+
"base": {
|
|
1421
|
+
"value": "#fa7c1e",
|
|
1422
|
+
"original": {
|
|
1423
|
+
"value": "{color.button.bg.base.value}"
|
|
1424
|
+
},
|
|
1425
|
+
"name": "MdsEmailColorButtonBgBase",
|
|
1426
|
+
"attributes": {
|
|
1427
|
+
"category": "email",
|
|
1428
|
+
"type": "color",
|
|
1429
|
+
"item": "button",
|
|
1430
|
+
"subitem": "bg",
|
|
1431
|
+
"state": "base"
|
|
1432
|
+
},
|
|
1433
|
+
"path": [
|
|
1434
|
+
"email",
|
|
1435
|
+
"color",
|
|
1436
|
+
"button",
|
|
1437
|
+
"bg",
|
|
1438
|
+
"base"
|
|
1439
|
+
]
|
|
1440
|
+
},
|
|
1441
|
+
"hover": {
|
|
1442
|
+
"value": "#fb9950",
|
|
1443
|
+
"original": {
|
|
1444
|
+
"value": "{color.button.bg.hover.value}"
|
|
1445
|
+
},
|
|
1446
|
+
"name": "MdsEmailColorButtonBgHover",
|
|
1447
|
+
"attributes": {
|
|
1448
|
+
"category": "email",
|
|
1449
|
+
"type": "color",
|
|
1450
|
+
"item": "button",
|
|
1451
|
+
"subitem": "bg",
|
|
1452
|
+
"state": "hover"
|
|
1453
|
+
},
|
|
1454
|
+
"path": [
|
|
1455
|
+
"email",
|
|
1456
|
+
"color",
|
|
1457
|
+
"button",
|
|
1458
|
+
"bg",
|
|
1459
|
+
"hover"
|
|
1460
|
+
]
|
|
1461
|
+
}
|
|
1462
|
+
},
|
|
1463
|
+
"text": {
|
|
1464
|
+
"base": {
|
|
1465
|
+
"value": "#ffffff",
|
|
1466
|
+
"original": {
|
|
1467
|
+
"value": "{color.button.text.base.value}"
|
|
1468
|
+
},
|
|
1469
|
+
"name": "MdsEmailColorButtonTextBase",
|
|
1470
|
+
"attributes": {
|
|
1471
|
+
"category": "email",
|
|
1472
|
+
"type": "color",
|
|
1473
|
+
"item": "button",
|
|
1474
|
+
"subitem": "text",
|
|
1475
|
+
"state": "base"
|
|
1476
|
+
},
|
|
1477
|
+
"path": [
|
|
1478
|
+
"email",
|
|
1479
|
+
"color",
|
|
1480
|
+
"button",
|
|
1481
|
+
"text",
|
|
1482
|
+
"base"
|
|
1483
|
+
]
|
|
1484
|
+
},
|
|
1485
|
+
"hover": {
|
|
1486
|
+
"value": "#ffffff",
|
|
1487
|
+
"original": {
|
|
1488
|
+
"value": "{color.button.text.hover.value}"
|
|
1489
|
+
},
|
|
1490
|
+
"name": "MdsEmailColorButtonTextHover",
|
|
1491
|
+
"attributes": {
|
|
1492
|
+
"category": "email",
|
|
1493
|
+
"type": "color",
|
|
1494
|
+
"item": "button",
|
|
1495
|
+
"subitem": "text",
|
|
1496
|
+
"state": "hover"
|
|
1497
|
+
},
|
|
1498
|
+
"path": [
|
|
1499
|
+
"email",
|
|
1500
|
+
"color",
|
|
1501
|
+
"button",
|
|
1502
|
+
"text",
|
|
1503
|
+
"hover"
|
|
1504
|
+
]
|
|
1505
|
+
}
|
|
1506
|
+
},
|
|
1507
|
+
"border": {
|
|
1508
|
+
"base": {
|
|
1509
|
+
"value": "#000000",
|
|
1510
|
+
"original": {
|
|
1511
|
+
"value": "{color.button.border.base.value}"
|
|
1512
|
+
},
|
|
1513
|
+
"name": "MdsEmailColorButtonBorderBase",
|
|
1514
|
+
"attributes": {
|
|
1515
|
+
"category": "email",
|
|
1516
|
+
"type": "color",
|
|
1517
|
+
"item": "button",
|
|
1518
|
+
"subitem": "border",
|
|
1519
|
+
"state": "base"
|
|
1520
|
+
},
|
|
1521
|
+
"path": [
|
|
1522
|
+
"email",
|
|
1523
|
+
"color",
|
|
1524
|
+
"button",
|
|
1525
|
+
"border",
|
|
1526
|
+
"base"
|
|
1527
|
+
]
|
|
1528
|
+
},
|
|
1529
|
+
"top": {
|
|
1530
|
+
"value": "#000000",
|
|
1531
|
+
"original": {
|
|
1532
|
+
"value": "{color.button.border.top.value}"
|
|
1533
|
+
},
|
|
1534
|
+
"name": "MdsEmailColorButtonBorderTop",
|
|
1535
|
+
"attributes": {
|
|
1536
|
+
"category": "email",
|
|
1537
|
+
"type": "color",
|
|
1538
|
+
"item": "button",
|
|
1539
|
+
"subitem": "border",
|
|
1540
|
+
"state": "top"
|
|
1541
|
+
},
|
|
1542
|
+
"path": [
|
|
1543
|
+
"email",
|
|
1544
|
+
"color",
|
|
1545
|
+
"button",
|
|
1546
|
+
"border",
|
|
1547
|
+
"top"
|
|
1548
|
+
]
|
|
1549
|
+
},
|
|
1550
|
+
"right": {
|
|
1551
|
+
"value": "#000000",
|
|
1552
|
+
"original": {
|
|
1553
|
+
"value": "{color.button.border.right.value}"
|
|
1554
|
+
},
|
|
1555
|
+
"name": "MdsEmailColorButtonBorderRight",
|
|
1556
|
+
"attributes": {
|
|
1557
|
+
"category": "email",
|
|
1558
|
+
"type": "color",
|
|
1559
|
+
"item": "button",
|
|
1560
|
+
"subitem": "border",
|
|
1561
|
+
"state": "right"
|
|
1562
|
+
},
|
|
1563
|
+
"path": [
|
|
1564
|
+
"email",
|
|
1565
|
+
"color",
|
|
1566
|
+
"button",
|
|
1567
|
+
"border",
|
|
1568
|
+
"right"
|
|
1569
|
+
]
|
|
1570
|
+
},
|
|
1571
|
+
"bottom": {
|
|
1572
|
+
"value": "#000000",
|
|
1573
|
+
"original": {
|
|
1574
|
+
"value": "{color.button.border.bottom.value}"
|
|
1575
|
+
},
|
|
1576
|
+
"name": "MdsEmailColorButtonBorderBottom",
|
|
1577
|
+
"attributes": {
|
|
1578
|
+
"category": "email",
|
|
1579
|
+
"type": "color",
|
|
1580
|
+
"item": "button",
|
|
1581
|
+
"subitem": "border",
|
|
1582
|
+
"state": "bottom"
|
|
1583
|
+
},
|
|
1584
|
+
"path": [
|
|
1585
|
+
"email",
|
|
1586
|
+
"color",
|
|
1587
|
+
"button",
|
|
1588
|
+
"border",
|
|
1589
|
+
"bottom"
|
|
1590
|
+
]
|
|
1591
|
+
},
|
|
1592
|
+
"left": {
|
|
1593
|
+
"value": "#000000",
|
|
1594
|
+
"original": {
|
|
1595
|
+
"value": "{color.button.border.left.value}"
|
|
1596
|
+
},
|
|
1597
|
+
"name": "MdsEmailColorButtonBorderLeft",
|
|
1598
|
+
"attributes": {
|
|
1599
|
+
"category": "email",
|
|
1600
|
+
"type": "color",
|
|
1601
|
+
"item": "button",
|
|
1602
|
+
"subitem": "border",
|
|
1603
|
+
"state": "left"
|
|
1604
|
+
},
|
|
1605
|
+
"path": [
|
|
1606
|
+
"email",
|
|
1607
|
+
"color",
|
|
1608
|
+
"button",
|
|
1609
|
+
"border",
|
|
1610
|
+
"left"
|
|
1611
|
+
]
|
|
1612
|
+
},
|
|
1613
|
+
"hover": {
|
|
1614
|
+
"base": {
|
|
1615
|
+
"value": "#000000",
|
|
1616
|
+
"original": {
|
|
1617
|
+
"value": "{color.button.border.hover.base.value}"
|
|
1618
|
+
},
|
|
1619
|
+
"name": "MdsEmailColorButtonBorderHoverBase",
|
|
1620
|
+
"attributes": {
|
|
1621
|
+
"category": "email",
|
|
1622
|
+
"type": "color",
|
|
1623
|
+
"item": "button",
|
|
1624
|
+
"subitem": "border",
|
|
1625
|
+
"state": "hover"
|
|
1626
|
+
},
|
|
1627
|
+
"path": [
|
|
1628
|
+
"email",
|
|
1629
|
+
"color",
|
|
1630
|
+
"button",
|
|
1631
|
+
"border",
|
|
1632
|
+
"hover",
|
|
1633
|
+
"base"
|
|
1634
|
+
]
|
|
1635
|
+
},
|
|
1636
|
+
"top": {
|
|
1637
|
+
"value": "#000000",
|
|
1638
|
+
"original": {
|
|
1639
|
+
"value": "{color.button.border.hover.top.value}"
|
|
1640
|
+
},
|
|
1641
|
+
"name": "MdsEmailColorButtonBorderHoverTop",
|
|
1642
|
+
"attributes": {
|
|
1643
|
+
"category": "email",
|
|
1644
|
+
"type": "color",
|
|
1645
|
+
"item": "button",
|
|
1646
|
+
"subitem": "border",
|
|
1647
|
+
"state": "hover"
|
|
1648
|
+
},
|
|
1649
|
+
"path": [
|
|
1650
|
+
"email",
|
|
1651
|
+
"color",
|
|
1652
|
+
"button",
|
|
1653
|
+
"border",
|
|
1654
|
+
"hover",
|
|
1655
|
+
"top"
|
|
1656
|
+
]
|
|
1657
|
+
},
|
|
1658
|
+
"right": {
|
|
1659
|
+
"value": "#000000",
|
|
1660
|
+
"original": {
|
|
1661
|
+
"value": "{color.button.border.hover.right.value}"
|
|
1662
|
+
},
|
|
1663
|
+
"name": "MdsEmailColorButtonBorderHoverRight",
|
|
1664
|
+
"attributes": {
|
|
1665
|
+
"category": "email",
|
|
1666
|
+
"type": "color",
|
|
1667
|
+
"item": "button",
|
|
1668
|
+
"subitem": "border",
|
|
1669
|
+
"state": "hover"
|
|
1670
|
+
},
|
|
1671
|
+
"path": [
|
|
1672
|
+
"email",
|
|
1673
|
+
"color",
|
|
1674
|
+
"button",
|
|
1675
|
+
"border",
|
|
1676
|
+
"hover",
|
|
1677
|
+
"right"
|
|
1678
|
+
]
|
|
1679
|
+
},
|
|
1680
|
+
"bottom": {
|
|
1681
|
+
"value": "#000000",
|
|
1682
|
+
"original": {
|
|
1683
|
+
"value": "{color.button.border.hover.bottom.value}"
|
|
1684
|
+
},
|
|
1685
|
+
"name": "MdsEmailColorButtonBorderHoverBottom",
|
|
1686
|
+
"attributes": {
|
|
1687
|
+
"category": "email",
|
|
1688
|
+
"type": "color",
|
|
1689
|
+
"item": "button",
|
|
1690
|
+
"subitem": "border",
|
|
1691
|
+
"state": "hover"
|
|
1692
|
+
},
|
|
1693
|
+
"path": [
|
|
1694
|
+
"email",
|
|
1695
|
+
"color",
|
|
1696
|
+
"button",
|
|
1697
|
+
"border",
|
|
1698
|
+
"hover",
|
|
1699
|
+
"bottom"
|
|
1700
|
+
]
|
|
1701
|
+
},
|
|
1702
|
+
"left": {
|
|
1703
|
+
"value": "#000000",
|
|
1704
|
+
"original": {
|
|
1705
|
+
"value": "{color.button.border.hover.left.value}"
|
|
1706
|
+
},
|
|
1707
|
+
"name": "MdsEmailColorButtonBorderHoverLeft",
|
|
1708
|
+
"attributes": {
|
|
1709
|
+
"category": "email",
|
|
1710
|
+
"type": "color",
|
|
1711
|
+
"item": "button",
|
|
1712
|
+
"subitem": "border",
|
|
1713
|
+
"state": "hover"
|
|
1714
|
+
},
|
|
1715
|
+
"path": [
|
|
1716
|
+
"email",
|
|
1717
|
+
"color",
|
|
1718
|
+
"button",
|
|
1719
|
+
"border",
|
|
1720
|
+
"hover",
|
|
1721
|
+
"left"
|
|
1722
|
+
]
|
|
1723
|
+
}
|
|
1724
|
+
}
|
|
1725
|
+
}
|
|
1726
|
+
}
|
|
1727
|
+
},
|
|
1728
|
+
"font": {
|
|
1729
|
+
"family": {
|
|
1730
|
+
"heading": {
|
|
1731
|
+
"1": {
|
|
1732
|
+
"value": "\"Helvetica\", Arial, sans-serif",
|
|
1733
|
+
"original": {
|
|
1734
|
+
"value": "{font.family.heading.1.value}"
|
|
1735
|
+
},
|
|
1736
|
+
"name": "MdsEmailFontFamilyHeading1",
|
|
1737
|
+
"attributes": {
|
|
1738
|
+
"category": "email",
|
|
1739
|
+
"type": "font",
|
|
1740
|
+
"item": "family",
|
|
1741
|
+
"subitem": "heading",
|
|
1742
|
+
"state": "1"
|
|
1743
|
+
},
|
|
1744
|
+
"path": [
|
|
1745
|
+
"email",
|
|
1746
|
+
"font",
|
|
1747
|
+
"family",
|
|
1748
|
+
"heading",
|
|
1749
|
+
"1"
|
|
1750
|
+
]
|
|
1751
|
+
},
|
|
1752
|
+
"2": {
|
|
1753
|
+
"value": "\"Helvetica\", Arial, sans-serif",
|
|
1754
|
+
"original": {
|
|
1755
|
+
"value": "{font.family.heading.2.value}"
|
|
1756
|
+
},
|
|
1757
|
+
"name": "MdsEmailFontFamilyHeading2",
|
|
1758
|
+
"attributes": {
|
|
1759
|
+
"category": "email",
|
|
1760
|
+
"type": "font",
|
|
1761
|
+
"item": "family",
|
|
1762
|
+
"subitem": "heading",
|
|
1763
|
+
"state": "2"
|
|
1764
|
+
},
|
|
1765
|
+
"path": [
|
|
1766
|
+
"email",
|
|
1767
|
+
"font",
|
|
1768
|
+
"family",
|
|
1769
|
+
"heading",
|
|
1770
|
+
"2"
|
|
1771
|
+
]
|
|
1772
|
+
},
|
|
1773
|
+
"3": {
|
|
1774
|
+
"value": "\"Helvetica\", Arial, sans-serif",
|
|
1775
|
+
"original": {
|
|
1776
|
+
"value": "{font.family.heading.3.value}"
|
|
1777
|
+
},
|
|
1778
|
+
"name": "MdsEmailFontFamilyHeading3",
|
|
1779
|
+
"attributes": {
|
|
1780
|
+
"category": "email",
|
|
1781
|
+
"type": "font",
|
|
1782
|
+
"item": "family",
|
|
1783
|
+
"subitem": "heading",
|
|
1784
|
+
"state": "3"
|
|
1785
|
+
},
|
|
1786
|
+
"path": [
|
|
1787
|
+
"email",
|
|
1788
|
+
"font",
|
|
1789
|
+
"family",
|
|
1790
|
+
"heading",
|
|
1791
|
+
"3"
|
|
1792
|
+
]
|
|
1793
|
+
},
|
|
1794
|
+
"base": {
|
|
1795
|
+
"value": "\"Helvetica\", Arial, sans-serif",
|
|
1796
|
+
"original": {
|
|
1797
|
+
"value": "{font.family.heading.base.value}"
|
|
1798
|
+
},
|
|
1799
|
+
"name": "MdsEmailFontFamilyHeadingBase",
|
|
1800
|
+
"attributes": {
|
|
1801
|
+
"category": "email",
|
|
1802
|
+
"type": "font",
|
|
1803
|
+
"item": "family",
|
|
1804
|
+
"subitem": "heading",
|
|
1805
|
+
"state": "base"
|
|
1806
|
+
},
|
|
1807
|
+
"path": [
|
|
1808
|
+
"email",
|
|
1809
|
+
"font",
|
|
1810
|
+
"family",
|
|
1811
|
+
"heading",
|
|
1812
|
+
"base"
|
|
1813
|
+
]
|
|
1814
|
+
}
|
|
1815
|
+
}
|
|
1816
|
+
}
|
|
1817
|
+
},
|
|
1818
|
+
"size": {
|
|
1819
|
+
"button": {
|
|
1820
|
+
"border": {
|
|
1821
|
+
"radius": {
|
|
1822
|
+
"value": "4rem",
|
|
1823
|
+
"original": {
|
|
1824
|
+
"value": "{size.button.border.radius.value}"
|
|
1825
|
+
},
|
|
1826
|
+
"name": "MdsEmailSizeButtonBorderRadius",
|
|
1827
|
+
"attributes": {
|
|
1828
|
+
"category": "email",
|
|
1829
|
+
"type": "size",
|
|
1830
|
+
"item": "button",
|
|
1831
|
+
"subitem": "border",
|
|
1832
|
+
"state": "radius"
|
|
1833
|
+
},
|
|
1834
|
+
"path": [
|
|
1835
|
+
"email",
|
|
1836
|
+
"size",
|
|
1837
|
+
"button",
|
|
1838
|
+
"border",
|
|
1839
|
+
"radius"
|
|
1840
|
+
]
|
|
1841
|
+
},
|
|
1842
|
+
"width": {
|
|
1843
|
+
"value": "1rem",
|
|
1844
|
+
"original": {
|
|
1845
|
+
"value": "{size.button.border.width.value}"
|
|
1846
|
+
},
|
|
1847
|
+
"name": "MdsEmailSizeButtonBorderWidth",
|
|
1848
|
+
"attributes": {
|
|
1849
|
+
"category": "email",
|
|
1850
|
+
"type": "size",
|
|
1851
|
+
"item": "button",
|
|
1852
|
+
"subitem": "border",
|
|
1853
|
+
"state": "width"
|
|
1854
|
+
},
|
|
1855
|
+
"path": [
|
|
1856
|
+
"email",
|
|
1857
|
+
"size",
|
|
1858
|
+
"button",
|
|
1859
|
+
"border",
|
|
1860
|
+
"width"
|
|
1861
|
+
]
|
|
1862
|
+
}
|
|
1863
|
+
}
|
|
1864
|
+
}
|
|
1865
|
+
}
|
|
1866
|
+
},
|
|
1376
1867
|
"font": {
|
|
1377
1868
|
"family": {
|
|
1378
1869
|
"base": {
|