@madgex/design-system 2.0.7 → 2.1.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.
Files changed (58) hide show
  1. package/coverage/cobertura-coverage.xml +1 -1
  2. package/coverage/components/accordion/accordion.js.html +1 -1
  3. package/coverage/components/accordion/index.html +1 -1
  4. package/coverage/components/button/button.js.html +1 -1
  5. package/coverage/components/button/index.html +1 -1
  6. package/coverage/components/inputs/combobox/combobox.js.html +1 -1
  7. package/coverage/components/inputs/combobox/index.html +1 -1
  8. package/coverage/components/inputs/combobox/vue-components/Combobox.vue.html +1 -1
  9. package/coverage/components/inputs/combobox/vue-components/ListBoxOption.vue.html +1 -1
  10. package/coverage/components/inputs/combobox/vue-components/index.html +1 -1
  11. package/coverage/components/inputs/file-upload/file-upload.js.html +1 -1
  12. package/coverage/components/inputs/file-upload/index.html +1 -1
  13. package/coverage/components/inputs/textarea/character-count.js.html +1 -1
  14. package/coverage/components/inputs/textarea/index.html +1 -1
  15. package/coverage/components/modal/index.html +1 -1
  16. package/coverage/components/modal/modal.js.html +1 -1
  17. package/coverage/components/notification/index.html +1 -1
  18. package/coverage/components/notification/notification.js.html +1 -1
  19. package/coverage/components/popover/index.html +1 -1
  20. package/coverage/components/popover/popover.js.html +1 -1
  21. package/coverage/components/switch-state/index.html +1 -1
  22. package/coverage/components/switch-state/switch-state.js.html +1 -1
  23. package/coverage/components/tabs/index.html +1 -1
  24. package/coverage/components/tabs/tabs.js.html +1 -1
  25. package/coverage/index.html +1 -1
  26. package/coverage/js/common.js.html +1 -1
  27. package/coverage/js/fractal-scripts/combobox.js.html +1 -1
  28. package/coverage/js/fractal-scripts/index.html +1 -1
  29. package/coverage/js/fractal-scripts/notification.js.html +1 -1
  30. package/coverage/js/fractal-scripts/switch-state.js.html +1 -1
  31. package/coverage/js/index-fractal.js.html +1 -1
  32. package/coverage/js/index-polyfills.js.html +1 -1
  33. package/coverage/js/index-vue.js.html +1 -1
  34. package/coverage/js/index.html +1 -1
  35. package/coverage/js/index.js.html +1 -1
  36. package/coverage/js/polyfills/arrayPrototypeFind.js.html +1 -1
  37. package/coverage/js/polyfills/closest.js.html +1 -1
  38. package/coverage/js/polyfills/index.html +1 -1
  39. package/coverage/js/polyfills/objectAssign.js.html +1 -1
  40. package/coverage/js/polyfills/remove.js.html +1 -1
  41. package/coverage/tokens/_config.js.html +1 -1
  42. package/coverage/tokens/index.html +1 -1
  43. package/dist/_tokens/css/_tokens.css +30 -29
  44. package/dist/_tokens/js/_tokens-module.js +1955 -1948
  45. package/dist/_tokens/scss/_tokens.scss +81 -81
  46. package/dist/assets/icons.json +1 -1
  47. package/dist/css/index.css +1 -1
  48. package/dist/js/index.js +1 -1
  49. package/package.json +1 -1
  50. package/src/components/button/button.scss +1 -0
  51. package/src/components/notification/notification.scss +1 -1
  52. package/src/components/popover/popover.scss +1 -1
  53. package/src/layout/containers/01-base-containers.njk +1 -1
  54. package/src/scss/core/_containers.scss +11 -6
  55. package/src/tokens/color.json +0 -13
  56. package/src/tokens/effects.json +13 -0
  57. package/src/tokens/size.json +9 -6
  58. /package/src/tokens/{font.json → typography.json} +0 -0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 21 Apr 2021 15:56:53 GMT
3
+ * Generated on Fri, 07 May 2021 12:26:50 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1270,25 +1270,6 @@ module.exports = {
1270
1270
  ]
1271
1271
  }
1272
1272
  },
1273
- "box-shadow": {
1274
- "base": {
1275
- "value": "0 2px 5px 0 #dddddd",
1276
- "original": {
1277
- "value": "0 2px 5px 0 {color.neutral.lighter.value}"
1278
- },
1279
- "name": "MdsColorBoxShadowBase",
1280
- "attributes": {
1281
- "category": "color",
1282
- "type": "box-shadow",
1283
- "item": "base"
1284
- },
1285
- "path": [
1286
- "color",
1287
- "box-shadow",
1288
- "base"
1289
- ]
1290
- }
1291
- },
1292
1273
  "branded-container": {
1293
1274
  "1": {
1294
1275
  "background": {
@@ -1355,46 +1336,6 @@ module.exports = {
1355
1336
  }
1356
1337
  },
1357
1338
  "input": {
1358
- "shadow": {
1359
- "disabled": {
1360
- "value": "0px 0px 0px 3px #b0b0b0",
1361
- "original": {
1362
- "value": "0px 0px 0px 3px {color.input.disabled.field.value}"
1363
- },
1364
- "name": "MdsColorInputShadowDisabled",
1365
- "attributes": {
1366
- "category": "color",
1367
- "type": "input",
1368
- "item": "shadow",
1369
- "subitem": "disabled"
1370
- },
1371
- "path": [
1372
- "color",
1373
- "input",
1374
- "shadow",
1375
- "disabled"
1376
- ]
1377
- },
1378
- "focus": {
1379
- "value": "0px 0px 0px 3px #5092fd",
1380
- "original": {
1381
- "value": "0px 0px 0px 3px {color.input.focus.value}"
1382
- },
1383
- "name": "MdsColorInputShadowFocus",
1384
- "attributes": {
1385
- "category": "color",
1386
- "type": "input",
1387
- "item": "shadow",
1388
- "subitem": "focus"
1389
- },
1390
- "path": [
1391
- "color",
1392
- "input",
1393
- "shadow",
1394
- "focus"
1395
- ]
1396
- }
1397
- },
1398
1339
  "checked": {
1399
1340
  "value": "#000000",
1400
1341
  "original": {
@@ -1488,6 +1429,53 @@ module.exports = {
1488
1429
  }
1489
1430
  }
1490
1431
  },
1432
+ "shadow": {
1433
+ "base": {
1434
+ "value": "0 2px 5px 0 #dddddd",
1435
+ "original": {
1436
+ "value": "0 2px 5px 0 {color.neutral.lighter.value}"
1437
+ },
1438
+ "name": "MdsShadowBase",
1439
+ "attributes": {
1440
+ "category": "shadow",
1441
+ "type": "base"
1442
+ },
1443
+ "path": [
1444
+ "shadow",
1445
+ "base"
1446
+ ]
1447
+ },
1448
+ "site-container": {
1449
+ "value": "none",
1450
+ "original": {
1451
+ "value": "none"
1452
+ },
1453
+ "name": "MdsShadowSiteContainer",
1454
+ "attributes": {
1455
+ "category": "shadow",
1456
+ "type": "site-container"
1457
+ },
1458
+ "path": [
1459
+ "shadow",
1460
+ "site-container"
1461
+ ]
1462
+ },
1463
+ "main": {
1464
+ "value": "none",
1465
+ "original": {
1466
+ "value": "none"
1467
+ },
1468
+ "name": "MdsShadowMain",
1469
+ "attributes": {
1470
+ "category": "shadow",
1471
+ "type": "main"
1472
+ },
1473
+ "path": [
1474
+ "shadow",
1475
+ "main"
1476
+ ]
1477
+ }
1478
+ },
1491
1479
  "email": {
1492
1480
  "color": {
1493
1481
  "link": {
@@ -1979,1392 +1967,792 @@ module.exports = {
1979
1967
  }
1980
1968
  }
1981
1969
  },
1982
- "font": {
1983
- "family": {
1984
- "base": {
1985
- "value": "\"Helvetica\", Arial, sans-serif",
1970
+ "size": {
1971
+ "baseline": {
1972
+ "value": "4rem",
1973
+ "original": {
1974
+ "value": "4px"
1975
+ },
1976
+ "name": "MdsSizeBaseline",
1977
+ "attributes": {
1978
+ "category": "size",
1979
+ "type": "baseline"
1980
+ },
1981
+ "path": [
1982
+ "size",
1983
+ "baseline"
1984
+ ]
1985
+ },
1986
+ "breakpoint": {
1987
+ "sm": {
1988
+ "value": "400rem",
1986
1989
  "original": {
1987
- "value": "\"Helvetica\", Arial, sans-serif"
1990
+ "value": "400px"
1988
1991
  },
1989
- "name": "MdsFontFamilyBase",
1992
+ "name": "MdsSizeBreakpointSm",
1990
1993
  "attributes": {
1991
- "category": "font",
1992
- "type": "family",
1993
- "item": "base"
1994
+ "category": "size",
1995
+ "type": "breakpoint",
1996
+ "item": "sm"
1994
1997
  },
1995
1998
  "path": [
1996
- "font",
1997
- "family",
1998
- "base"
1999
+ "size",
2000
+ "breakpoint",
2001
+ "sm"
1999
2002
  ]
2000
2003
  },
2001
- "heading": {
2002
- "1": {
2003
- "value": "\"Helvetica\", Arial, sans-serif",
2004
- "original": {
2005
- "value": "{font.family.heading.base.value}"
2006
- },
2007
- "name": "MdsFontFamilyHeading1",
2008
- "attributes": {
2009
- "category": "font",
2010
- "type": "family",
2011
- "item": "heading",
2012
- "subitem": "1"
2013
- },
2014
- "path": [
2015
- "font",
2016
- "family",
2017
- "heading",
2018
- "1"
2019
- ]
2004
+ "md": {
2005
+ "value": "600rem",
2006
+ "original": {
2007
+ "value": "600px"
2020
2008
  },
2021
- "2": {
2022
- "value": "\"Helvetica\", Arial, sans-serif",
2023
- "original": {
2024
- "value": "{font.family.heading.base.value}"
2025
- },
2026
- "name": "MdsFontFamilyHeading2",
2027
- "attributes": {
2028
- "category": "font",
2029
- "type": "family",
2030
- "item": "heading",
2031
- "subitem": "2"
2032
- },
2033
- "path": [
2034
- "font",
2035
- "family",
2036
- "heading",
2037
- "2"
2038
- ]
2009
+ "name": "MdsSizeBreakpointMd",
2010
+ "attributes": {
2011
+ "category": "size",
2012
+ "type": "breakpoint",
2013
+ "item": "md"
2039
2014
  },
2040
- "3": {
2041
- "value": "\"Helvetica\", Arial, sans-serif",
2015
+ "path": [
2016
+ "size",
2017
+ "breakpoint",
2018
+ "md"
2019
+ ]
2020
+ },
2021
+ "lg": {
2022
+ "value": "1008rem",
2023
+ "original": {
2024
+ "value": "1008px"
2025
+ },
2026
+ "name": "MdsSizeBreakpointLg",
2027
+ "attributes": {
2028
+ "category": "size",
2029
+ "type": "breakpoint",
2030
+ "item": "lg"
2031
+ },
2032
+ "path": [
2033
+ "size",
2034
+ "breakpoint",
2035
+ "lg"
2036
+ ]
2037
+ },
2038
+ "xl": {
2039
+ "value": "1280rem",
2040
+ "original": {
2041
+ "value": "1280px"
2042
+ },
2043
+ "name": "MdsSizeBreakpointXl",
2044
+ "attributes": {
2045
+ "category": "size",
2046
+ "type": "breakpoint",
2047
+ "item": "xl"
2048
+ },
2049
+ "path": [
2050
+ "size",
2051
+ "breakpoint",
2052
+ "xl"
2053
+ ]
2054
+ }
2055
+ },
2056
+ "border": {
2057
+ "width": {
2058
+ "base": {
2059
+ "value": "1rem",
2042
2060
  "original": {
2043
- "value": "{font.family.heading.base.value}"
2061
+ "value": "1px"
2044
2062
  },
2045
- "name": "MdsFontFamilyHeading3",
2063
+ "name": "MdsSizeBorderWidthBase",
2046
2064
  "attributes": {
2047
- "category": "font",
2048
- "type": "family",
2049
- "item": "heading",
2050
- "subitem": "3"
2065
+ "category": "size",
2066
+ "type": "border",
2067
+ "item": "width",
2068
+ "subitem": "base"
2051
2069
  },
2052
2070
  "path": [
2053
- "font",
2054
- "family",
2055
- "heading",
2056
- "3"
2071
+ "size",
2072
+ "border",
2073
+ "width",
2074
+ "base"
2057
2075
  ]
2058
2076
  },
2059
- "base": {
2060
- "value": "\"Helvetica\", Arial, sans-serif",
2077
+ "button": {
2078
+ "value": "1rem",
2061
2079
  "original": {
2062
- "value": "{font.family.base.value}"
2080
+ "value": "{size.border.width.base.value}"
2063
2081
  },
2064
- "name": "MdsFontFamilyHeadingBase",
2082
+ "name": "MdsSizeBorderWidthButton",
2065
2083
  "attributes": {
2066
- "category": "font",
2067
- "type": "family",
2068
- "item": "heading",
2069
- "subitem": "base"
2084
+ "category": "size",
2085
+ "type": "border",
2086
+ "item": "width",
2087
+ "subitem": "button"
2070
2088
  },
2071
2089
  "path": [
2072
- "font",
2073
- "family",
2074
- "heading",
2075
- "base"
2090
+ "size",
2091
+ "border",
2092
+ "width",
2093
+ "button"
2076
2094
  ]
2077
2095
  }
2078
2096
  },
2079
- "button": {
2097
+ "radius": {
2080
2098
  "base": {
2081
- "value": "\"Helvetica\", Arial, sans-serif",
2099
+ "value": "4rem",
2082
2100
  "original": {
2083
- "value": "{font.family.base.value}"
2101
+ "value": "4px"
2084
2102
  },
2085
- "name": "MdsFontFamilyButtonBase",
2103
+ "name": "MdsSizeBorderRadiusBase",
2086
2104
  "attributes": {
2087
- "category": "font",
2088
- "type": "family",
2089
- "item": "button",
2105
+ "category": "size",
2106
+ "type": "border",
2107
+ "item": "radius",
2090
2108
  "subitem": "base"
2091
2109
  },
2092
2110
  "path": [
2093
- "font",
2094
- "family",
2095
- "button",
2111
+ "size",
2112
+ "border",
2113
+ "radius",
2096
2114
  "base"
2097
2115
  ]
2098
- }
2099
- }
2100
- },
2101
- "weight": {
2102
- "base": {
2103
- "value": "400",
2104
- "original": {
2105
- "value": "400"
2106
- },
2107
- "name": "MdsFontWeightBase",
2108
- "attributes": {
2109
- "category": "font",
2110
- "type": "weight",
2111
- "item": "base"
2112
2116
  },
2113
- "path": [
2114
- "font",
2115
- "weight",
2116
- "base"
2117
- ]
2118
- },
2119
- "heading": {
2120
- "1": {
2121
- "value": "400",
2117
+ "button": {
2118
+ "value": "4rem",
2122
2119
  "original": {
2123
- "value": "{font.weight.heading.base.value}"
2120
+ "value": "{size.border.radius.base.value}"
2124
2121
  },
2125
- "name": "MdsFontWeightHeading1",
2122
+ "name": "MdsSizeBorderRadiusButton",
2126
2123
  "attributes": {
2127
- "category": "font",
2128
- "type": "weight",
2129
- "item": "heading",
2130
- "subitem": "1"
2124
+ "category": "size",
2125
+ "type": "border",
2126
+ "item": "radius",
2127
+ "subitem": "button"
2131
2128
  },
2132
2129
  "path": [
2133
- "font",
2134
- "weight",
2135
- "heading",
2136
- "1"
2130
+ "size",
2131
+ "border",
2132
+ "radius",
2133
+ "button"
2137
2134
  ]
2138
2135
  },
2139
- "2": {
2140
- "value": "400",
2136
+ "main": {
2137
+ "value": "0rem",
2141
2138
  "original": {
2142
- "value": "{font.weight.heading.base.value}"
2139
+ "value": "0"
2143
2140
  },
2144
- "name": "MdsFontWeightHeading2",
2141
+ "name": "MdsSizeBorderRadiusMain",
2145
2142
  "attributes": {
2146
- "category": "font",
2147
- "type": "weight",
2148
- "item": "heading",
2149
- "subitem": "2"
2143
+ "category": "size",
2144
+ "type": "border",
2145
+ "item": "radius",
2146
+ "subitem": "main"
2150
2147
  },
2151
2148
  "path": [
2152
- "font",
2153
- "weight",
2154
- "heading",
2155
- "2"
2149
+ "size",
2150
+ "border",
2151
+ "radius",
2152
+ "main"
2156
2153
  ]
2154
+ }
2155
+ }
2156
+ },
2157
+ "gutter-width": {
2158
+ "value": "20rem",
2159
+ "original": {
2160
+ "value": "20px"
2161
+ },
2162
+ "name": "MdsSizeGutterWidth",
2163
+ "attributes": {
2164
+ "category": "size",
2165
+ "type": "gutter-width"
2166
+ },
2167
+ "path": [
2168
+ "size",
2169
+ "gutter-width"
2170
+ ]
2171
+ },
2172
+ "container": {
2173
+ "width": {
2174
+ "value": "100rem",
2175
+ "original": {
2176
+ "value": "100%"
2157
2177
  },
2158
- "3": {
2159
- "value": "400",
2160
- "original": {
2161
- "value": "{font.weight.heading.base.value}"
2162
- },
2163
- "name": "MdsFontWeightHeading3",
2164
- "attributes": {
2165
- "category": "font",
2166
- "type": "weight",
2167
- "item": "heading",
2168
- "subitem": "3"
2169
- },
2170
- "path": [
2171
- "font",
2172
- "weight",
2173
- "heading",
2174
- "3"
2175
- ]
2178
+ "name": "MdsSizeContainerWidth",
2179
+ "attributes": {
2180
+ "category": "size",
2181
+ "type": "container",
2182
+ "item": "width"
2176
2183
  },
2177
- "base": {
2178
- "value": "400",
2179
- "original": {
2180
- "value": "{font.weight.base.value}"
2181
- },
2182
- "name": "MdsFontWeightHeadingBase",
2183
- "attributes": {
2184
- "category": "font",
2185
- "type": "weight",
2186
- "item": "heading",
2187
- "subitem": "base"
2188
- },
2189
- "path": [
2190
- "font",
2191
- "weight",
2192
- "heading",
2193
- "base"
2194
- ]
2195
- }
2184
+ "path": [
2185
+ "size",
2186
+ "container",
2187
+ "width"
2188
+ ]
2196
2189
  },
2197
- "button": {
2198
- "base": {
2199
- "value": "400",
2200
- "original": {
2201
- "value": "{font.weight.base.value}"
2202
- },
2203
- "name": "MdsFontWeightButtonBase",
2204
- "attributes": {
2205
- "category": "font",
2206
- "type": "weight",
2207
- "item": "button",
2208
- "subitem": "base"
2209
- },
2210
- "path": [
2211
- "font",
2212
- "weight",
2213
- "button",
2214
- "base"
2215
- ]
2216
- }
2190
+ "min-width": {
2191
+ "value": "0rem",
2192
+ "original": {
2193
+ "value": "0"
2194
+ },
2195
+ "name": "MdsSizeContainerMinWidth",
2196
+ "attributes": {
2197
+ "category": "size",
2198
+ "type": "container",
2199
+ "item": "min-width"
2200
+ },
2201
+ "path": [
2202
+ "size",
2203
+ "container",
2204
+ "min-width"
2205
+ ]
2217
2206
  },
2218
- "link": {
2219
- "base": {
2220
- "value": "inherit",
2221
- "original": {
2222
- "value": "inherit"
2223
- },
2224
- "name": "MdsFontWeightLinkBase",
2225
- "attributes": {
2226
- "category": "font",
2227
- "type": "weight",
2228
- "item": "link",
2229
- "subitem": "base"
2230
- },
2231
- "path": [
2232
- "font",
2233
- "weight",
2234
- "link",
2235
- "base"
2236
- ]
2237
- }
2207
+ "max-width": {
2208
+ "value": "100rem",
2209
+ "original": {
2210
+ "value": "100%"
2211
+ },
2212
+ "name": "MdsSizeContainerMaxWidth",
2213
+ "attributes": {
2214
+ "category": "size",
2215
+ "type": "container",
2216
+ "item": "max-width"
2217
+ },
2218
+ "path": [
2219
+ "size",
2220
+ "container",
2221
+ "max-width"
2222
+ ]
2238
2223
  }
2239
2224
  },
2240
- "size": {
2241
- "base": {
2242
- "value": "16px",
2225
+ "wrapper": {
2226
+ "width": {
2227
+ "value": "97rem",
2228
+ "original": {
2229
+ "value": "97%"
2230
+ },
2231
+ "name": "MdsSizeWrapperWidth",
2232
+ "attributes": {
2233
+ "category": "size",
2234
+ "type": "wrapper",
2235
+ "item": "width"
2236
+ },
2237
+ "path": [
2238
+ "size",
2239
+ "wrapper",
2240
+ "width"
2241
+ ]
2242
+ },
2243
+ "max-width": {
2244
+ "value": "1240rem",
2245
+ "original": {
2246
+ "value": "1240px"
2247
+ },
2248
+ "name": "MdsSizeWrapperMaxWidth",
2249
+ "attributes": {
2250
+ "category": "size",
2251
+ "type": "wrapper",
2252
+ "item": "max-width"
2253
+ },
2254
+ "path": [
2255
+ "size",
2256
+ "wrapper",
2257
+ "max-width"
2258
+ ]
2259
+ }
2260
+ },
2261
+ "surface": {
2262
+ "padding": {
2263
+ "value": "16rem",
2243
2264
  "original": {
2244
2265
  "value": "16px"
2245
2266
  },
2246
- "name": "MdsFontSizeBase",
2267
+ "name": "MdsSizeSurfacePadding",
2247
2268
  "attributes": {
2248
- "category": "font",
2249
- "type": "size",
2250
- "item": "base"
2269
+ "category": "size",
2270
+ "type": "surface",
2271
+ "item": "padding"
2251
2272
  },
2252
2273
  "path": [
2253
- "font",
2254
2274
  "size",
2255
- "base"
2275
+ "surface",
2276
+ "padding"
2256
2277
  ]
2257
2278
  }
2258
2279
  },
2259
- "type": {
2260
- "canon": {
2261
- "default": {
2262
- "size": {
2263
- "value": "28px",
2264
- "original": {
2265
- "value": "28px"
2266
- },
2267
- "name": "MdsFontTypeCanonDefaultSize",
2268
- "attributes": {
2269
- "category": "font",
2270
- "type": "type",
2271
- "item": "canon",
2272
- "subitem": "default",
2273
- "state": "size"
2274
- },
2275
- "path": [
2276
- "font",
2277
- "type",
2278
- "canon",
2279
- "default",
2280
- "size"
2281
- ]
2282
- },
2283
- "line-height": {
2284
- "value": "1.15",
2285
- "original": {
2286
- "value": "1.15"
2287
- },
2288
- "name": "MdsFontTypeCanonDefaultLineHeight",
2289
- "attributes": {
2290
- "category": "font",
2291
- "type": "type",
2292
- "item": "canon",
2293
- "subitem": "default",
2294
- "state": "line-height"
2295
- },
2296
- "path": [
2297
- "font",
2298
- "type",
2299
- "canon",
2300
- "default",
2301
- "line-height"
2302
- ]
2303
- }
2280
+ "main": {
2281
+ "max-width": {
2282
+ "value": "100rem",
2283
+ "original": {
2284
+ "value": "100%"
2304
2285
  },
2305
- "sm": {
2306
- "size": {
2307
- "value": "32px",
2308
- "original": {
2309
- "value": "32px"
2310
- },
2311
- "name": "MdsFontTypeCanonSmSize",
2312
- "attributes": {
2313
- "category": "font",
2314
- "type": "type",
2315
- "item": "canon",
2316
- "subitem": "sm",
2317
- "state": "size"
2318
- },
2319
- "path": [
2320
- "font",
2321
- "type",
2322
- "canon",
2323
- "sm",
2324
- "size"
2325
- ]
2326
- },
2327
- "line-height": {
2328
- "value": "1.13",
2329
- "original": {
2330
- "value": "1.13"
2331
- },
2332
- "name": "MdsFontTypeCanonSmLineHeight",
2333
- "attributes": {
2334
- "category": "font",
2335
- "type": "type",
2336
- "item": "canon",
2337
- "subitem": "sm",
2338
- "state": "line-height"
2339
- },
2340
- "path": [
2341
- "font",
2342
- "type",
2343
- "canon",
2344
- "sm",
2345
- "line-height"
2346
- ]
2347
- }
2286
+ "name": "MdsSizeMainMaxWidth",
2287
+ "attributes": {
2288
+ "category": "size",
2289
+ "type": "main",
2290
+ "item": "max-width"
2348
2291
  },
2349
- "md": {
2350
- "size": {
2351
- "value": "52px",
2352
- "original": {
2353
- "value": "52px"
2354
- },
2355
- "name": "MdsFontTypeCanonMdSize",
2356
- "attributes": {
2357
- "category": "font",
2358
- "type": "type",
2359
- "item": "canon",
2360
- "subitem": "md",
2361
- "state": "size"
2362
- },
2363
- "path": [
2364
- "font",
2365
- "type",
2366
- "canon",
2367
- "md",
2368
- "size"
2369
- ]
2370
- },
2371
- "line-height": {
2372
- "value": "1.08",
2373
- "original": {
2374
- "value": "1.08"
2375
- },
2376
- "name": "MdsFontTypeCanonMdLineHeight",
2377
- "attributes": {
2378
- "category": "font",
2379
- "type": "type",
2380
- "item": "canon",
2381
- "subitem": "md",
2382
- "state": "line-height"
2383
- },
2384
- "path": [
2385
- "font",
2386
- "type",
2387
- "canon",
2388
- "md",
2389
- "line-height"
2390
- ]
2391
- }
2292
+ "path": [
2293
+ "size",
2294
+ "main",
2295
+ "max-width"
2296
+ ]
2297
+ },
2298
+ "padding": {
2299
+ "value": "0rem",
2300
+ "original": {
2301
+ "value": "0"
2392
2302
  },
2393
- "lg": {
2394
- "size": {
2395
- "value": "44px",
2396
- "original": {
2397
- "value": "44px"
2398
- },
2399
- "name": "MdsFontTypeCanonLgSize",
2400
- "attributes": {
2401
- "category": "font",
2402
- "type": "type",
2403
- "item": "canon",
2404
- "subitem": "lg",
2405
- "state": "size"
2406
- },
2407
- "path": [
2408
- "font",
2409
- "type",
2410
- "canon",
2411
- "lg",
2412
- "size"
2413
- ]
2414
- },
2415
- "line-height": {
2416
- "value": "1.1",
2417
- "original": {
2418
- "value": "1.1"
2419
- },
2420
- "name": "MdsFontTypeCanonLgLineHeight",
2421
- "attributes": {
2422
- "category": "font",
2423
- "type": "type",
2424
- "item": "canon",
2425
- "subitem": "lg",
2426
- "state": "line-height"
2427
- },
2428
- "path": [
2429
- "font",
2430
- "type",
2431
- "canon",
2432
- "lg",
2433
- "line-height"
2434
- ]
2435
- }
2436
- }
2303
+ "name": "MdsSizeMainPadding",
2304
+ "attributes": {
2305
+ "category": "size",
2306
+ "type": "main",
2307
+ "item": "padding"
2308
+ },
2309
+ "path": [
2310
+ "size",
2311
+ "main",
2312
+ "padding"
2313
+ ]
2437
2314
  },
2438
- "trafalgar": {
2439
- "default": {
2440
- "size": {
2441
- "value": "20px",
2442
- "original": {
2443
- "value": "20px"
2444
- },
2445
- "name": "MdsFontTypeTrafalgarDefaultSize",
2446
- "attributes": {
2447
- "category": "font",
2448
- "type": "type",
2449
- "item": "trafalgar",
2450
- "subitem": "default",
2451
- "state": "size"
2452
- },
2453
- "path": [
2454
- "font",
2455
- "type",
2456
- "trafalgar",
2457
- "default",
2458
- "size"
2459
- ]
2460
- },
2461
- "line-height": {
2462
- "value": "1.2",
2463
- "original": {
2464
- "value": "1.2"
2465
- },
2466
- "name": "MdsFontTypeTrafalgarDefaultLineHeight",
2467
- "attributes": {
2468
- "category": "font",
2469
- "type": "type",
2470
- "item": "trafalgar",
2471
- "subitem": "default",
2472
- "state": "line-height"
2473
- },
2474
- "path": [
2475
- "font",
2476
- "type",
2477
- "trafalgar",
2478
- "default",
2479
- "line-height"
2480
- ]
2481
- }
2315
+ "margin": {
2316
+ "value": "0rem",
2317
+ "original": {
2318
+ "value": "0 auto"
2482
2319
  },
2483
- "sm": {
2484
- "size": {
2485
- "value": "24px",
2486
- "original": {
2487
- "value": "24px"
2488
- },
2489
- "name": "MdsFontTypeTrafalgarSmSize",
2490
- "attributes": {
2491
- "category": "font",
2492
- "type": "type",
2493
- "item": "trafalgar",
2494
- "subitem": "sm",
2495
- "state": "size"
2496
- },
2497
- "path": [
2498
- "font",
2499
- "type",
2500
- "trafalgar",
2501
- "sm",
2502
- "size"
2503
- ]
2504
- },
2505
- "line-height": {
2506
- "value": "1.17",
2507
- "original": {
2508
- "value": "1.17"
2509
- },
2510
- "name": "MdsFontTypeTrafalgarSmLineHeight",
2511
- "attributes": {
2512
- "category": "font",
2513
- "type": "type",
2514
- "item": "trafalgar",
2515
- "subitem": "sm",
2516
- "state": "line-height"
2517
- },
2518
- "path": [
2519
- "font",
2520
- "type",
2521
- "trafalgar",
2522
- "sm",
2523
- "line-height"
2524
- ]
2525
- }
2320
+ "name": "MdsSizeMainMargin",
2321
+ "attributes": {
2322
+ "category": "size",
2323
+ "type": "main",
2324
+ "item": "margin"
2526
2325
  },
2527
- "md": {
2528
- "size": {
2529
- "value": "36px",
2530
- "original": {
2531
- "value": "36px"
2532
- },
2533
- "name": "MdsFontTypeTrafalgarMdSize",
2534
- "attributes": {
2535
- "category": "font",
2536
- "type": "type",
2537
- "item": "trafalgar",
2538
- "subitem": "md",
2539
- "state": "size"
2540
- },
2541
- "path": [
2542
- "font",
2543
- "type",
2544
- "trafalgar",
2545
- "md",
2546
- "size"
2547
- ]
2548
- },
2549
- "line-height": {
2550
- "value": "1.12",
2551
- "original": {
2552
- "value": "1.12"
2553
- },
2554
- "name": "MdsFontTypeTrafalgarMdLineHeight",
2555
- "attributes": {
2556
- "category": "font",
2557
- "type": "type",
2558
- "item": "trafalgar",
2559
- "subitem": "md",
2560
- "state": "line-height"
2561
- },
2562
- "path": [
2563
- "font",
2564
- "type",
2565
- "trafalgar",
2566
- "md",
2567
- "line-height"
2568
- ]
2569
- }
2326
+ "path": [
2327
+ "size",
2328
+ "main",
2329
+ "margin"
2330
+ ]
2331
+ }
2332
+ },
2333
+ "icon": {
2334
+ "default": {
2335
+ "value": "1rem",
2336
+ "original": {
2337
+ "value": "1em"
2570
2338
  },
2571
- "lg": {
2572
- "size": {
2573
- "value": "32px",
2574
- "original": {
2575
- "value": "32px"
2576
- },
2577
- "name": "MdsFontTypeTrafalgarLgSize",
2578
- "attributes": {
2579
- "category": "font",
2580
- "type": "type",
2581
- "item": "trafalgar",
2582
- "subitem": "lg",
2583
- "state": "size"
2584
- },
2585
- "path": [
2586
- "font",
2587
- "type",
2588
- "trafalgar",
2589
- "lg",
2590
- "size"
2591
- ]
2592
- },
2593
- "line-height": {
2594
- "value": "1.13",
2595
- "original": {
2596
- "value": "1.13"
2597
- },
2598
- "name": "MdsFontTypeTrafalgarLgLineHeight",
2599
- "attributes": {
2600
- "category": "font",
2601
- "type": "type",
2602
- "item": "trafalgar",
2603
- "subitem": "lg",
2604
- "state": "line-height"
2605
- },
2606
- "path": [
2607
- "font",
2608
- "type",
2609
- "trafalgar",
2610
- "lg",
2611
- "line-height"
2612
- ]
2613
- }
2614
- }
2339
+ "name": "MdsSizeIconDefault",
2340
+ "attributes": {
2341
+ "category": "size",
2342
+ "type": "icon",
2343
+ "item": "default"
2344
+ },
2345
+ "path": [
2346
+ "size",
2347
+ "icon",
2348
+ "default"
2349
+ ]
2615
2350
  },
2616
- "paragon": {
2617
- "default": {
2618
- "size": {
2619
- "value": "20px",
2620
- "original": {
2621
- "value": "20px"
2622
- },
2623
- "name": "MdsFontTypeParagonDefaultSize",
2624
- "attributes": {
2625
- "category": "font",
2626
- "type": "type",
2627
- "item": "paragon",
2628
- "subitem": "default",
2629
- "state": "size"
2630
- },
2631
- "path": [
2632
- "font",
2633
- "type",
2634
- "paragon",
2635
- "default",
2636
- "size"
2637
- ]
2638
- },
2639
- "line-height": {
2640
- "value": "1.2",
2641
- "original": {
2642
- "value": "1.2"
2643
- },
2644
- "name": "MdsFontTypeParagonDefaultLineHeight",
2645
- "attributes": {
2646
- "category": "font",
2647
- "type": "type",
2648
- "item": "paragon",
2649
- "subitem": "default",
2650
- "state": "line-height"
2651
- },
2652
- "path": [
2653
- "font",
2654
- "type",
2655
- "paragon",
2656
- "default",
2657
- "line-height"
2658
- ]
2659
- }
2351
+ "sm": {
2352
+ "value": "16rem",
2353
+ "original": {
2354
+ "value": "16px"
2660
2355
  },
2661
- "sm": {
2662
- "size": {
2663
- "value": "22px",
2664
- "original": {
2665
- "value": "22px"
2666
- },
2667
- "name": "MdsFontTypeParagonSmSize",
2668
- "attributes": {
2669
- "category": "font",
2670
- "type": "type",
2671
- "item": "paragon",
2672
- "subitem": "sm",
2673
- "state": "size"
2674
- },
2675
- "path": [
2676
- "font",
2677
- "type",
2678
- "paragon",
2679
- "sm",
2680
- "size"
2681
- ]
2682
- },
2683
- "line-height": {
2684
- "value": "1.19",
2685
- "original": {
2686
- "value": "1.19"
2687
- },
2688
- "name": "MdsFontTypeParagonSmLineHeight",
2689
- "attributes": {
2690
- "category": "font",
2691
- "type": "type",
2692
- "item": "paragon",
2693
- "subitem": "sm",
2694
- "state": "line-height"
2695
- },
2696
- "path": [
2697
- "font",
2698
- "type",
2699
- "paragon",
2700
- "sm",
2701
- "line-height"
2702
- ]
2703
- }
2356
+ "name": "MdsSizeIconSm",
2357
+ "attributes": {
2358
+ "category": "size",
2359
+ "type": "icon",
2360
+ "item": "sm"
2361
+ },
2362
+ "path": [
2363
+ "size",
2364
+ "icon",
2365
+ "sm"
2366
+ ]
2367
+ },
2368
+ "md": {
2369
+ "value": "24rem",
2370
+ "original": {
2371
+ "value": "24px"
2704
2372
  },
2705
- "md": {
2706
- "size": {
2707
- "value": "28px",
2708
- "original": {
2709
- "value": "28px"
2710
- },
2711
- "name": "MdsFontTypeParagonMdSize",
2712
- "attributes": {
2713
- "category": "font",
2714
- "type": "type",
2715
- "item": "paragon",
2716
- "subitem": "md",
2717
- "state": "size"
2718
- },
2719
- "path": [
2720
- "font",
2721
- "type",
2722
- "paragon",
2723
- "md",
2724
- "size"
2725
- ]
2726
- },
2727
- "line-height": {
2728
- "value": "1.15",
2729
- "original": {
2730
- "value": "1.15"
2731
- },
2732
- "name": "MdsFontTypeParagonMdLineHeight",
2733
- "attributes": {
2734
- "category": "font",
2735
- "type": "type",
2736
- "item": "paragon",
2737
- "subitem": "md",
2738
- "state": "line-height"
2739
- },
2740
- "path": [
2741
- "font",
2742
- "type",
2743
- "paragon",
2744
- "md",
2745
- "line-height"
2746
- ]
2747
- }
2373
+ "name": "MdsSizeIconMd",
2374
+ "attributes": {
2375
+ "category": "size",
2376
+ "type": "icon",
2377
+ "item": "md"
2748
2378
  },
2749
- "lg": {
2750
- "size": {
2751
- "value": "28px",
2752
- "original": {
2753
- "value": "28px"
2754
- },
2755
- "name": "MdsFontTypeParagonLgSize",
2756
- "attributes": {
2757
- "category": "font",
2758
- "type": "type",
2759
- "item": "paragon",
2760
- "subitem": "lg",
2761
- "state": "size"
2762
- },
2763
- "path": [
2764
- "font",
2765
- "type",
2766
- "paragon",
2767
- "lg",
2768
- "size"
2769
- ]
2770
- },
2771
- "line-height": {
2772
- "value": "1.15",
2773
- "original": {
2774
- "value": "1.15"
2775
- },
2776
- "name": "MdsFontTypeParagonLgLineHeight",
2777
- "attributes": {
2778
- "category": "font",
2779
- "type": "type",
2780
- "item": "paragon",
2781
- "subitem": "lg",
2782
- "state": "line-height"
2783
- },
2784
- "path": [
2785
- "font",
2786
- "type",
2787
- "paragon",
2788
- "lg",
2789
- "line-height"
2790
- ]
2791
- }
2792
- }
2379
+ "path": [
2380
+ "size",
2381
+ "icon",
2382
+ "md"
2383
+ ]
2793
2384
  },
2794
- "double-pica": {
2795
- "default": {
2796
- "size": {
2797
- "value": "20px",
2798
- "original": {
2799
- "value": "20px"
2800
- },
2801
- "name": "MdsFontTypeDoublePicaDefaultSize",
2802
- "attributes": {
2803
- "category": "font",
2804
- "type": "type",
2805
- "item": "double-pica",
2806
- "subitem": "default",
2807
- "state": "size"
2808
- },
2809
- "path": [
2810
- "font",
2811
- "type",
2812
- "double-pica",
2813
- "default",
2814
- "size"
2815
- ]
2816
- },
2817
- "line-height": {
2818
- "value": "1.2",
2819
- "original": {
2820
- "value": "1.2"
2821
- },
2822
- "name": "MdsFontTypeDoublePicaDefaultLineHeight",
2823
- "attributes": {
2824
- "category": "font",
2825
- "type": "type",
2826
- "item": "double-pica",
2827
- "subitem": "default",
2828
- "state": "line-height"
2829
- },
2830
- "path": [
2831
- "font",
2832
- "type",
2833
- "double-pica",
2834
- "default",
2835
- "line-height"
2836
- ]
2837
- }
2385
+ "lg": {
2386
+ "value": "32rem",
2387
+ "original": {
2388
+ "value": "32px"
2838
2389
  },
2839
- "sm": {
2840
- "size": {
2841
- "value": "20px",
2842
- "original": {
2843
- "value": "20px"
2844
- },
2845
- "name": "MdsFontTypeDoublePicaSmSize",
2846
- "attributes": {
2847
- "category": "font",
2848
- "type": "type",
2849
- "item": "double-pica",
2850
- "subitem": "sm",
2851
- "state": "size"
2852
- },
2853
- "path": [
2854
- "font",
2855
- "type",
2856
- "double-pica",
2857
- "sm",
2858
- "size"
2859
- ]
2860
- },
2861
- "line-height": {
2862
- "value": "1.2",
2863
- "original": {
2864
- "value": "1.2"
2865
- },
2866
- "name": "MdsFontTypeDoublePicaSmLineHeight",
2867
- "attributes": {
2868
- "category": "font",
2869
- "type": "type",
2870
- "item": "double-pica",
2871
- "subitem": "sm",
2872
- "state": "line-height"
2873
- },
2874
- "path": [
2875
- "font",
2876
- "type",
2877
- "double-pica",
2878
- "sm",
2879
- "line-height"
2880
- ]
2881
- }
2390
+ "name": "MdsSizeIconLg",
2391
+ "attributes": {
2392
+ "category": "size",
2393
+ "type": "icon",
2394
+ "item": "lg"
2882
2395
  },
2883
- "md": {
2884
- "size": {
2885
- "value": "26px",
2886
- "original": {
2887
- "value": "26px"
2888
- },
2889
- "name": "MdsFontTypeDoublePicaMdSize",
2890
- "attributes": {
2891
- "category": "font",
2892
- "type": "type",
2893
- "item": "double-pica",
2894
- "subitem": "md",
2895
- "state": "size"
2896
- },
2897
- "path": [
2898
- "font",
2899
- "type",
2900
- "double-pica",
2901
- "md",
2902
- "size"
2903
- ]
2904
- },
2905
- "line-height": {
2906
- "value": "1.16",
2907
- "original": {
2908
- "value": "1.16"
2909
- },
2910
- "name": "MdsFontTypeDoublePicaMdLineHeight",
2911
- "attributes": {
2912
- "category": "font",
2913
- "type": "type",
2914
- "item": "double-pica",
2915
- "subitem": "md",
2916
- "state": "line-height"
2917
- },
2918
- "path": [
2919
- "font",
2920
- "type",
2921
- "double-pica",
2922
- "md",
2923
- "line-height"
2924
- ]
2925
- }
2396
+ "path": [
2397
+ "size",
2398
+ "icon",
2399
+ "lg"
2400
+ ]
2401
+ },
2402
+ "xl": {
2403
+ "value": "48rem",
2404
+ "original": {
2405
+ "value": "48px"
2406
+ },
2407
+ "name": "MdsSizeIconXl",
2408
+ "attributes": {
2409
+ "category": "size",
2410
+ "type": "icon",
2411
+ "item": "xl"
2926
2412
  },
2927
- "lg": {
2928
- "size": {
2929
- "value": "24px",
2930
- "original": {
2931
- "value": "24px"
2932
- },
2933
- "name": "MdsFontTypeDoublePicaLgSize",
2934
- "attributes": {
2935
- "category": "font",
2936
- "type": "type",
2937
- "item": "double-pica",
2938
- "subitem": "lg",
2939
- "state": "size"
2940
- },
2941
- "path": [
2942
- "font",
2943
- "type",
2944
- "double-pica",
2945
- "lg",
2946
- "size"
2947
- ]
2948
- },
2949
- "line-height": {
2950
- "value": "1.17",
2951
- "original": {
2952
- "value": "1.17"
2953
- },
2954
- "name": "MdsFontTypeDoublePicaLgLineHeight",
2955
- "attributes": {
2956
- "category": "font",
2957
- "type": "type",
2958
- "item": "double-pica",
2959
- "subitem": "lg",
2960
- "state": "line-height"
2961
- },
2962
- "path": [
2963
- "font",
2964
- "type",
2965
- "double-pica",
2966
- "lg",
2967
- "line-height"
2968
- ]
2969
- }
2970
- }
2413
+ "path": [
2414
+ "size",
2415
+ "icon",
2416
+ "xl"
2417
+ ]
2971
2418
  },
2972
- "great-primer": {
2973
- "default": {
2974
- "size": {
2975
- "value": "18px",
2976
- "original": {
2977
- "value": "18px"
2978
- },
2979
- "name": "MdsFontTypeGreatPrimerDefaultSize",
2980
- "attributes": {
2981
- "category": "font",
2982
- "type": "type",
2983
- "item": "great-primer",
2984
- "subitem": "default",
2985
- "state": "size"
2986
- },
2987
- "path": [
2988
- "font",
2989
- "type",
2990
- "great-primer",
2991
- "default",
2992
- "size"
2993
- ]
2419
+ "xxl": {
2420
+ "value": "72rem",
2421
+ "original": {
2422
+ "value": "72px"
2423
+ },
2424
+ "name": "MdsSizeIconXxl",
2425
+ "attributes": {
2426
+ "category": "size",
2427
+ "type": "icon",
2428
+ "item": "xxl"
2429
+ },
2430
+ "path": [
2431
+ "size",
2432
+ "icon",
2433
+ "xxl"
2434
+ ]
2435
+ }
2436
+ }
2437
+ },
2438
+ "font": {
2439
+ "family": {
2440
+ "base": {
2441
+ "value": "\"Helvetica\", Arial, sans-serif",
2442
+ "original": {
2443
+ "value": "\"Helvetica\", Arial, sans-serif"
2444
+ },
2445
+ "name": "MdsFontFamilyBase",
2446
+ "attributes": {
2447
+ "category": "font",
2448
+ "type": "family",
2449
+ "item": "base"
2450
+ },
2451
+ "path": [
2452
+ "font",
2453
+ "family",
2454
+ "base"
2455
+ ]
2456
+ },
2457
+ "heading": {
2458
+ "1": {
2459
+ "value": "\"Helvetica\", Arial, sans-serif",
2460
+ "original": {
2461
+ "value": "{font.family.heading.base.value}"
2994
2462
  },
2995
- "line-height": {
2996
- "value": "1.23",
2997
- "original": {
2998
- "value": "1.23"
2999
- },
3000
- "name": "MdsFontTypeGreatPrimerDefaultLineHeight",
3001
- "attributes": {
3002
- "category": "font",
3003
- "type": "type",
3004
- "item": "great-primer",
3005
- "subitem": "default",
3006
- "state": "line-height"
3007
- },
3008
- "path": [
3009
- "font",
3010
- "type",
3011
- "great-primer",
3012
- "default",
3013
- "line-height"
3014
- ]
3015
- }
2463
+ "name": "MdsFontFamilyHeading1",
2464
+ "attributes": {
2465
+ "category": "font",
2466
+ "type": "family",
2467
+ "item": "heading",
2468
+ "subitem": "1"
2469
+ },
2470
+ "path": [
2471
+ "font",
2472
+ "family",
2473
+ "heading",
2474
+ "1"
2475
+ ]
3016
2476
  },
3017
- "sm": {
3018
- "size": {
3019
- "value": "18px",
3020
- "original": {
3021
- "value": "18px"
3022
- },
3023
- "name": "MdsFontTypeGreatPrimerSmSize",
3024
- "attributes": {
3025
- "category": "font",
3026
- "type": "type",
3027
- "item": "great-primer",
3028
- "subitem": "sm",
3029
- "state": "size"
3030
- },
3031
- "path": [
3032
- "font",
3033
- "type",
3034
- "great-primer",
3035
- "sm",
3036
- "size"
3037
- ]
2477
+ "2": {
2478
+ "value": "\"Helvetica\", Arial, sans-serif",
2479
+ "original": {
2480
+ "value": "{font.family.heading.base.value}"
3038
2481
  },
3039
- "line-height": {
3040
- "value": "1.23",
3041
- "original": {
3042
- "value": "1.23"
3043
- },
3044
- "name": "MdsFontTypeGreatPrimerSmLineHeight",
3045
- "attributes": {
3046
- "category": "font",
3047
- "type": "type",
3048
- "item": "great-primer",
3049
- "subitem": "sm",
3050
- "state": "line-height"
3051
- },
3052
- "path": [
3053
- "font",
3054
- "type",
3055
- "great-primer",
3056
- "sm",
3057
- "line-height"
3058
- ]
3059
- }
2482
+ "name": "MdsFontFamilyHeading2",
2483
+ "attributes": {
2484
+ "category": "font",
2485
+ "type": "family",
2486
+ "item": "heading",
2487
+ "subitem": "2"
2488
+ },
2489
+ "path": [
2490
+ "font",
2491
+ "family",
2492
+ "heading",
2493
+ "2"
2494
+ ]
3060
2495
  },
3061
- "md": {
3062
- "size": {
3063
- "value": "21px",
3064
- "original": {
3065
- "value": "21px"
3066
- },
3067
- "name": "MdsFontTypeGreatPrimerMdSize",
3068
- "attributes": {
3069
- "category": "font",
3070
- "type": "type",
3071
- "item": "great-primer",
3072
- "subitem": "md",
3073
- "state": "size"
3074
- },
3075
- "path": [
3076
- "font",
3077
- "type",
3078
- "great-primer",
3079
- "md",
3080
- "size"
3081
- ]
2496
+ "3": {
2497
+ "value": "\"Helvetica\", Arial, sans-serif",
2498
+ "original": {
2499
+ "value": "{font.family.heading.base.value}"
3082
2500
  },
3083
- "line-height": {
3084
- "value": "1.15",
3085
- "original": {
3086
- "value": "1.15"
3087
- },
3088
- "name": "MdsFontTypeGreatPrimerMdLineHeight",
3089
- "attributes": {
3090
- "category": "font",
3091
- "type": "type",
3092
- "item": "great-primer",
3093
- "subitem": "md",
3094
- "state": "line-height"
3095
- },
3096
- "path": [
3097
- "font",
3098
- "type",
3099
- "great-primer",
3100
- "md",
3101
- "line-height"
3102
- ]
3103
- }
2501
+ "name": "MdsFontFamilyHeading3",
2502
+ "attributes": {
2503
+ "category": "font",
2504
+ "type": "family",
2505
+ "item": "heading",
2506
+ "subitem": "3"
2507
+ },
2508
+ "path": [
2509
+ "font",
2510
+ "family",
2511
+ "heading",
2512
+ "3"
2513
+ ]
3104
2514
  },
3105
- "lg": {
3106
- "size": {
3107
- "value": "20px",
3108
- "original": {
3109
- "value": "20px"
3110
- },
3111
- "name": "MdsFontTypeGreatPrimerLgSize",
3112
- "attributes": {
3113
- "category": "font",
3114
- "type": "type",
3115
- "item": "great-primer",
3116
- "subitem": "lg",
3117
- "state": "size"
3118
- },
3119
- "path": [
3120
- "font",
3121
- "type",
3122
- "great-primer",
3123
- "lg",
3124
- "size"
3125
- ]
2515
+ "base": {
2516
+ "value": "\"Helvetica\", Arial, sans-serif",
2517
+ "original": {
2518
+ "value": "{font.family.base.value}"
3126
2519
  },
3127
- "line-height": {
3128
- "value": "1.2",
3129
- "original": {
3130
- "value": "1.2"
3131
- },
3132
- "name": "MdsFontTypeGreatPrimerLgLineHeight",
3133
- "attributes": {
3134
- "category": "font",
3135
- "type": "type",
3136
- "item": "great-primer",
3137
- "subitem": "lg",
3138
- "state": "line-height"
3139
- },
3140
- "path": [
3141
- "font",
3142
- "type",
3143
- "great-primer",
3144
- "lg",
3145
- "line-height"
3146
- ]
3147
- }
2520
+ "name": "MdsFontFamilyHeadingBase",
2521
+ "attributes": {
2522
+ "category": "font",
2523
+ "type": "family",
2524
+ "item": "heading",
2525
+ "subitem": "base"
2526
+ },
2527
+ "path": [
2528
+ "font",
2529
+ "family",
2530
+ "heading",
2531
+ "base"
2532
+ ]
3148
2533
  }
3149
2534
  },
3150
- "body-copy": {
3151
- "default": {
3152
- "size": {
3153
- "value": "16px",
3154
- "original": {
3155
- "value": "16px"
3156
- },
3157
- "name": "MdsFontTypeBodyCopyDefaultSize",
3158
- "attributes": {
3159
- "category": "font",
3160
- "type": "type",
3161
- "item": "body-copy",
3162
- "subitem": "default",
3163
- "state": "size"
3164
- },
3165
- "path": [
3166
- "font",
3167
- "type",
3168
- "body-copy",
3169
- "default",
3170
- "size"
3171
- ]
2535
+ "button": {
2536
+ "base": {
2537
+ "value": "\"Helvetica\", Arial, sans-serif",
2538
+ "original": {
2539
+ "value": "{font.family.base.value}"
3172
2540
  },
3173
- "line-height": {
3174
- "value": "1.38",
3175
- "original": {
3176
- "value": "1.38"
3177
- },
3178
- "name": "MdsFontTypeBodyCopyDefaultLineHeight",
3179
- "attributes": {
3180
- "category": "font",
3181
- "type": "type",
3182
- "item": "body-copy",
3183
- "subitem": "default",
3184
- "state": "line-height"
3185
- },
3186
- "path": [
3187
- "font",
3188
- "type",
3189
- "body-copy",
3190
- "default",
3191
- "line-height"
3192
- ]
3193
- }
2541
+ "name": "MdsFontFamilyButtonBase",
2542
+ "attributes": {
2543
+ "category": "font",
2544
+ "type": "family",
2545
+ "item": "button",
2546
+ "subitem": "base"
2547
+ },
2548
+ "path": [
2549
+ "font",
2550
+ "family",
2551
+ "button",
2552
+ "base"
2553
+ ]
2554
+ }
2555
+ }
2556
+ },
2557
+ "weight": {
2558
+ "base": {
2559
+ "value": "400",
2560
+ "original": {
2561
+ "value": "400"
3194
2562
  },
3195
- "sm": {
3196
- "size": {
3197
- "value": "16px",
3198
- "original": {
3199
- "value": "16px"
3200
- },
3201
- "name": "MdsFontTypeBodyCopySmSize",
3202
- "attributes": {
3203
- "category": "font",
3204
- "type": "type",
3205
- "item": "body-copy",
3206
- "subitem": "sm",
3207
- "state": "size"
3208
- },
3209
- "path": [
3210
- "font",
3211
- "type",
3212
- "body-copy",
3213
- "sm",
3214
- "size"
3215
- ]
2563
+ "name": "MdsFontWeightBase",
2564
+ "attributes": {
2565
+ "category": "font",
2566
+ "type": "weight",
2567
+ "item": "base"
2568
+ },
2569
+ "path": [
2570
+ "font",
2571
+ "weight",
2572
+ "base"
2573
+ ]
2574
+ },
2575
+ "heading": {
2576
+ "1": {
2577
+ "value": "400",
2578
+ "original": {
2579
+ "value": "{font.weight.heading.base.value}"
3216
2580
  },
3217
- "line-height": {
3218
- "value": "1.38",
3219
- "original": {
3220
- "value": "1.38"
3221
- },
3222
- "name": "MdsFontTypeBodyCopySmLineHeight",
3223
- "attributes": {
3224
- "category": "font",
3225
- "type": "type",
3226
- "item": "body-copy",
3227
- "subitem": "sm",
3228
- "state": "line-height"
3229
- },
3230
- "path": [
3231
- "font",
3232
- "type",
3233
- "body-copy",
3234
- "sm",
3235
- "line-height"
3236
- ]
3237
- }
2581
+ "name": "MdsFontWeightHeading1",
2582
+ "attributes": {
2583
+ "category": "font",
2584
+ "type": "weight",
2585
+ "item": "heading",
2586
+ "subitem": "1"
2587
+ },
2588
+ "path": [
2589
+ "font",
2590
+ "weight",
2591
+ "heading",
2592
+ "1"
2593
+ ]
3238
2594
  },
3239
- "md": {
3240
- "size": {
3241
- "value": "18px",
3242
- "original": {
3243
- "value": "18px"
3244
- },
3245
- "name": "MdsFontTypeBodyCopyMdSize",
3246
- "attributes": {
3247
- "category": "font",
3248
- "type": "type",
3249
- "item": "body-copy",
3250
- "subitem": "md",
3251
- "state": "size"
3252
- },
3253
- "path": [
3254
- "font",
3255
- "type",
3256
- "body-copy",
3257
- "md",
3258
- "size"
3259
- ]
2595
+ "2": {
2596
+ "value": "400",
2597
+ "original": {
2598
+ "value": "{font.weight.heading.base.value}"
2599
+ },
2600
+ "name": "MdsFontWeightHeading2",
2601
+ "attributes": {
2602
+ "category": "font",
2603
+ "type": "weight",
2604
+ "item": "heading",
2605
+ "subitem": "2"
2606
+ },
2607
+ "path": [
2608
+ "font",
2609
+ "weight",
2610
+ "heading",
2611
+ "2"
2612
+ ]
2613
+ },
2614
+ "3": {
2615
+ "value": "400",
2616
+ "original": {
2617
+ "value": "{font.weight.heading.base.value}"
2618
+ },
2619
+ "name": "MdsFontWeightHeading3",
2620
+ "attributes": {
2621
+ "category": "font",
2622
+ "type": "weight",
2623
+ "item": "heading",
2624
+ "subitem": "3"
3260
2625
  },
3261
- "line-height": {
3262
- "value": "1.34",
3263
- "original": {
3264
- "value": "1.34"
3265
- },
3266
- "name": "MdsFontTypeBodyCopyMdLineHeight",
3267
- "attributes": {
3268
- "category": "font",
3269
- "type": "type",
3270
- "item": "body-copy",
3271
- "subitem": "md",
3272
- "state": "line-height"
3273
- },
3274
- "path": [
3275
- "font",
3276
- "type",
3277
- "body-copy",
3278
- "md",
3279
- "line-height"
3280
- ]
3281
- }
2626
+ "path": [
2627
+ "font",
2628
+ "weight",
2629
+ "heading",
2630
+ "3"
2631
+ ]
3282
2632
  },
3283
- "lg": {
3284
- "size": {
3285
- "value": "16px",
3286
- "original": {
3287
- "value": "16px"
3288
- },
3289
- "name": "MdsFontTypeBodyCopyLgSize",
3290
- "attributes": {
3291
- "category": "font",
3292
- "type": "type",
3293
- "item": "body-copy",
3294
- "subitem": "lg",
3295
- "state": "size"
3296
- },
3297
- "path": [
3298
- "font",
3299
- "type",
3300
- "body-copy",
3301
- "lg",
3302
- "size"
3303
- ]
2633
+ "base": {
2634
+ "value": "400",
2635
+ "original": {
2636
+ "value": "{font.weight.base.value}"
3304
2637
  },
3305
- "line-height": {
3306
- "value": "1.38",
3307
- "original": {
3308
- "value": "1.38"
3309
- },
3310
- "name": "MdsFontTypeBodyCopyLgLineHeight",
3311
- "attributes": {
3312
- "category": "font",
3313
- "type": "type",
3314
- "item": "body-copy",
3315
- "subitem": "lg",
3316
- "state": "line-height"
3317
- },
3318
- "path": [
3319
- "font",
3320
- "type",
3321
- "body-copy",
3322
- "lg",
3323
- "line-height"
3324
- ]
3325
- }
2638
+ "name": "MdsFontWeightHeadingBase",
2639
+ "attributes": {
2640
+ "category": "font",
2641
+ "type": "weight",
2642
+ "item": "heading",
2643
+ "subitem": "base"
2644
+ },
2645
+ "path": [
2646
+ "font",
2647
+ "weight",
2648
+ "heading",
2649
+ "base"
2650
+ ]
3326
2651
  }
3327
2652
  },
3328
- "body-copy-bulk": {
2653
+ "button": {
2654
+ "base": {
2655
+ "value": "400",
2656
+ "original": {
2657
+ "value": "{font.weight.base.value}"
2658
+ },
2659
+ "name": "MdsFontWeightButtonBase",
2660
+ "attributes": {
2661
+ "category": "font",
2662
+ "type": "weight",
2663
+ "item": "button",
2664
+ "subitem": "base"
2665
+ },
2666
+ "path": [
2667
+ "font",
2668
+ "weight",
2669
+ "button",
2670
+ "base"
2671
+ ]
2672
+ }
2673
+ },
2674
+ "link": {
2675
+ "base": {
2676
+ "value": "inherit",
2677
+ "original": {
2678
+ "value": "inherit"
2679
+ },
2680
+ "name": "MdsFontWeightLinkBase",
2681
+ "attributes": {
2682
+ "category": "font",
2683
+ "type": "weight",
2684
+ "item": "link",
2685
+ "subitem": "base"
2686
+ },
2687
+ "path": [
2688
+ "font",
2689
+ "weight",
2690
+ "link",
2691
+ "base"
2692
+ ]
2693
+ }
2694
+ }
2695
+ },
2696
+ "size": {
2697
+ "base": {
2698
+ "value": "16px",
2699
+ "original": {
2700
+ "value": "16px"
2701
+ },
2702
+ "name": "MdsFontSizeBase",
2703
+ "attributes": {
2704
+ "category": "font",
2705
+ "type": "size",
2706
+ "item": "base"
2707
+ },
2708
+ "path": [
2709
+ "font",
2710
+ "size",
2711
+ "base"
2712
+ ]
2713
+ }
2714
+ },
2715
+ "type": {
2716
+ "canon": {
3329
2717
  "default": {
3330
2718
  "size": {
3331
- "value": "16px",
2719
+ "value": "28px",
3332
2720
  "original": {
3333
- "value": "16px"
2721
+ "value": "28px"
3334
2722
  },
3335
- "name": "MdsFontTypeBodyCopyBulkDefaultSize",
2723
+ "name": "MdsFontTypeCanonDefaultSize",
3336
2724
  "attributes": {
3337
2725
  "category": "font",
3338
2726
  "type": "type",
3339
- "item": "body-copy-bulk",
2727
+ "item": "canon",
3340
2728
  "subitem": "default",
3341
2729
  "state": "size"
3342
2730
  },
3343
2731
  "path": [
3344
2732
  "font",
3345
2733
  "type",
3346
- "body-copy-bulk",
2734
+ "canon",
3347
2735
  "default",
3348
2736
  "size"
3349
2737
  ]
3350
2738
  },
3351
2739
  "line-height": {
3352
- "value": "1.75",
2740
+ "value": "1.15",
3353
2741
  "original": {
3354
- "value": "1.75"
2742
+ "value": "1.15"
3355
2743
  },
3356
- "name": "MdsFontTypeBodyCopyBulkDefaultLineHeight",
2744
+ "name": "MdsFontTypeCanonDefaultLineHeight",
3357
2745
  "attributes": {
3358
2746
  "category": "font",
3359
2747
  "type": "type",
3360
- "item": "body-copy-bulk",
2748
+ "item": "canon",
3361
2749
  "subitem": "default",
3362
2750
  "state": "line-height"
3363
2751
  },
3364
2752
  "path": [
3365
2753
  "font",
3366
2754
  "type",
3367
- "body-copy-bulk",
2755
+ "canon",
3368
2756
  "default",
3369
2757
  "line-height"
3370
2758
  ]
@@ -3372,43 +2760,43 @@ module.exports = {
3372
2760
  },
3373
2761
  "sm": {
3374
2762
  "size": {
3375
- "value": "16px",
2763
+ "value": "32px",
3376
2764
  "original": {
3377
- "value": "16px"
2765
+ "value": "32px"
3378
2766
  },
3379
- "name": "MdsFontTypeBodyCopyBulkSmSize",
2767
+ "name": "MdsFontTypeCanonSmSize",
3380
2768
  "attributes": {
3381
2769
  "category": "font",
3382
2770
  "type": "type",
3383
- "item": "body-copy-bulk",
2771
+ "item": "canon",
3384
2772
  "subitem": "sm",
3385
2773
  "state": "size"
3386
2774
  },
3387
2775
  "path": [
3388
2776
  "font",
3389
2777
  "type",
3390
- "body-copy-bulk",
2778
+ "canon",
3391
2779
  "sm",
3392
2780
  "size"
3393
2781
  ]
3394
2782
  },
3395
2783
  "line-height": {
3396
- "value": "1.75",
2784
+ "value": "1.13",
3397
2785
  "original": {
3398
- "value": "1.75"
2786
+ "value": "1.13"
3399
2787
  },
3400
- "name": "MdsFontTypeBodyCopyBulkSmLineHeight",
2788
+ "name": "MdsFontTypeCanonSmLineHeight",
3401
2789
  "attributes": {
3402
2790
  "category": "font",
3403
2791
  "type": "type",
3404
- "item": "body-copy-bulk",
2792
+ "item": "canon",
3405
2793
  "subitem": "sm",
3406
2794
  "state": "line-height"
3407
2795
  },
3408
2796
  "path": [
3409
2797
  "font",
3410
2798
  "type",
3411
- "body-copy-bulk",
2799
+ "canon",
3412
2800
  "sm",
3413
2801
  "line-height"
3414
2802
  ]
@@ -3416,43 +2804,43 @@ module.exports = {
3416
2804
  },
3417
2805
  "md": {
3418
2806
  "size": {
3419
- "value": "18px",
2807
+ "value": "52px",
3420
2808
  "original": {
3421
- "value": "18px"
2809
+ "value": "52px"
3422
2810
  },
3423
- "name": "MdsFontTypeBodyCopyBulkMdSize",
2811
+ "name": "MdsFontTypeCanonMdSize",
3424
2812
  "attributes": {
3425
2813
  "category": "font",
3426
2814
  "type": "type",
3427
- "item": "body-copy-bulk",
2815
+ "item": "canon",
3428
2816
  "subitem": "md",
3429
2817
  "state": "size"
3430
2818
  },
3431
2819
  "path": [
3432
2820
  "font",
3433
2821
  "type",
3434
- "body-copy-bulk",
2822
+ "canon",
3435
2823
  "md",
3436
2824
  "size"
3437
2825
  ]
3438
2826
  },
3439
2827
  "line-height": {
3440
- "value": "1.67",
2828
+ "value": "1.08",
3441
2829
  "original": {
3442
- "value": "1.67"
2830
+ "value": "1.08"
3443
2831
  },
3444
- "name": "MdsFontTypeBodyCopyBulkMdLineHeight",
2832
+ "name": "MdsFontTypeCanonMdLineHeight",
3445
2833
  "attributes": {
3446
2834
  "category": "font",
3447
2835
  "type": "type",
3448
- "item": "body-copy-bulk",
2836
+ "item": "canon",
3449
2837
  "subitem": "md",
3450
2838
  "state": "line-height"
3451
2839
  },
3452
2840
  "path": [
3453
2841
  "font",
3454
2842
  "type",
3455
- "body-copy-bulk",
2843
+ "canon",
3456
2844
  "md",
3457
2845
  "line-height"
3458
2846
  ]
@@ -3460,89 +2848,89 @@ module.exports = {
3460
2848
  },
3461
2849
  "lg": {
3462
2850
  "size": {
3463
- "value": "16px",
2851
+ "value": "44px",
3464
2852
  "original": {
3465
- "value": "16px"
2853
+ "value": "44px"
3466
2854
  },
3467
- "name": "MdsFontTypeBodyCopyBulkLgSize",
2855
+ "name": "MdsFontTypeCanonLgSize",
3468
2856
  "attributes": {
3469
2857
  "category": "font",
3470
2858
  "type": "type",
3471
- "item": "body-copy-bulk",
2859
+ "item": "canon",
3472
2860
  "subitem": "lg",
3473
2861
  "state": "size"
3474
2862
  },
3475
2863
  "path": [
3476
2864
  "font",
3477
2865
  "type",
3478
- "body-copy-bulk",
2866
+ "canon",
3479
2867
  "lg",
3480
2868
  "size"
3481
2869
  ]
3482
2870
  },
3483
2871
  "line-height": {
3484
- "value": "1.75",
2872
+ "value": "1.1",
3485
2873
  "original": {
3486
- "value": "1.75"
2874
+ "value": "1.1"
3487
2875
  },
3488
- "name": "MdsFontTypeBodyCopyBulkLgLineHeight",
2876
+ "name": "MdsFontTypeCanonLgLineHeight",
3489
2877
  "attributes": {
3490
2878
  "category": "font",
3491
2879
  "type": "type",
3492
- "item": "body-copy-bulk",
2880
+ "item": "canon",
3493
2881
  "subitem": "lg",
3494
2882
  "state": "line-height"
3495
2883
  },
3496
2884
  "path": [
3497
2885
  "font",
3498
2886
  "type",
3499
- "body-copy-bulk",
2887
+ "canon",
3500
2888
  "lg",
3501
2889
  "line-height"
3502
2890
  ]
3503
2891
  }
3504
2892
  }
3505
2893
  },
3506
- "pica": {
2894
+ "trafalgar": {
3507
2895
  "default": {
3508
2896
  "size": {
3509
- "value": "15px",
2897
+ "value": "20px",
3510
2898
  "original": {
3511
- "value": "15px"
2899
+ "value": "20px"
3512
2900
  },
3513
- "name": "MdsFontTypePicaDefaultSize",
2901
+ "name": "MdsFontTypeTrafalgarDefaultSize",
3514
2902
  "attributes": {
3515
2903
  "category": "font",
3516
2904
  "type": "type",
3517
- "item": "pica",
2905
+ "item": "trafalgar",
3518
2906
  "subitem": "default",
3519
2907
  "state": "size"
3520
2908
  },
3521
2909
  "path": [
3522
2910
  "font",
3523
2911
  "type",
3524
- "pica",
2912
+ "trafalgar",
3525
2913
  "default",
3526
2914
  "size"
3527
2915
  ]
3528
2916
  },
3529
2917
  "line-height": {
3530
- "value": "1.34",
2918
+ "value": "1.2",
3531
2919
  "original": {
3532
- "value": "1.34"
2920
+ "value": "1.2"
3533
2921
  },
3534
- "name": "MdsFontTypePicaDefaultLineHeight",
2922
+ "name": "MdsFontTypeTrafalgarDefaultLineHeight",
3535
2923
  "attributes": {
3536
2924
  "category": "font",
3537
2925
  "type": "type",
3538
- "item": "pica",
2926
+ "item": "trafalgar",
3539
2927
  "subitem": "default",
3540
2928
  "state": "line-height"
3541
2929
  },
3542
2930
  "path": [
3543
2931
  "font",
3544
2932
  "type",
3545
- "pica",
2933
+ "trafalgar",
3546
2934
  "default",
3547
2935
  "line-height"
3548
2936
  ]
@@ -3550,43 +2938,43 @@ module.exports = {
3550
2938
  },
3551
2939
  "sm": {
3552
2940
  "size": {
3553
- "value": "16px",
2941
+ "value": "24px",
3554
2942
  "original": {
3555
- "value": "16px"
2943
+ "value": "24px"
3556
2944
  },
3557
- "name": "MdsFontTypePicaSmSize",
2945
+ "name": "MdsFontTypeTrafalgarSmSize",
3558
2946
  "attributes": {
3559
2947
  "category": "font",
3560
2948
  "type": "type",
3561
- "item": "pica",
2949
+ "item": "trafalgar",
3562
2950
  "subitem": "sm",
3563
2951
  "state": "size"
3564
2952
  },
3565
2953
  "path": [
3566
2954
  "font",
3567
2955
  "type",
3568
- "pica",
2956
+ "trafalgar",
3569
2957
  "sm",
3570
2958
  "size"
3571
2959
  ]
3572
2960
  },
3573
2961
  "line-height": {
3574
- "value": "1.25",
2962
+ "value": "1.17",
3575
2963
  "original": {
3576
- "value": "1.25"
2964
+ "value": "1.17"
3577
2965
  },
3578
- "name": "MdsFontTypePicaSmLineHeight",
2966
+ "name": "MdsFontTypeTrafalgarSmLineHeight",
3579
2967
  "attributes": {
3580
2968
  "category": "font",
3581
2969
  "type": "type",
3582
- "item": "pica",
2970
+ "item": "trafalgar",
3583
2971
  "subitem": "sm",
3584
2972
  "state": "line-height"
3585
2973
  },
3586
2974
  "path": [
3587
2975
  "font",
3588
2976
  "type",
3589
- "pica",
2977
+ "trafalgar",
3590
2978
  "sm",
3591
2979
  "line-height"
3592
2980
  ]
@@ -3594,43 +2982,43 @@ module.exports = {
3594
2982
  },
3595
2983
  "md": {
3596
2984
  "size": {
3597
- "value": "18px",
2985
+ "value": "36px",
3598
2986
  "original": {
3599
- "value": "18px"
2987
+ "value": "36px"
3600
2988
  },
3601
- "name": "MdsFontTypePicaMdSize",
2989
+ "name": "MdsFontTypeTrafalgarMdSize",
3602
2990
  "attributes": {
3603
2991
  "category": "font",
3604
2992
  "type": "type",
3605
- "item": "pica",
2993
+ "item": "trafalgar",
3606
2994
  "subitem": "md",
3607
2995
  "state": "size"
3608
2996
  },
3609
2997
  "path": [
3610
2998
  "font",
3611
2999
  "type",
3612
- "pica",
3000
+ "trafalgar",
3613
3001
  "md",
3614
3002
  "size"
3615
3003
  ]
3616
3004
  },
3617
3005
  "line-height": {
3618
- "value": "1.23",
3006
+ "value": "1.12",
3619
3007
  "original": {
3620
- "value": "1.23"
3008
+ "value": "1.12"
3621
3009
  },
3622
- "name": "MdsFontTypePicaMdLineHeight",
3010
+ "name": "MdsFontTypeTrafalgarMdLineHeight",
3623
3011
  "attributes": {
3624
3012
  "category": "font",
3625
3013
  "type": "type",
3626
- "item": "pica",
3014
+ "item": "trafalgar",
3627
3015
  "subitem": "md",
3628
3016
  "state": "line-height"
3629
3017
  },
3630
3018
  "path": [
3631
3019
  "font",
3632
3020
  "type",
3633
- "pica",
3021
+ "trafalgar",
3634
3022
  "md",
3635
3023
  "line-height"
3636
3024
  ]
@@ -3638,68 +3026,68 @@ module.exports = {
3638
3026
  },
3639
3027
  "lg": {
3640
3028
  "size": {
3641
- "value": "16px",
3029
+ "value": "32px",
3642
3030
  "original": {
3643
- "value": "16px"
3031
+ "value": "32px"
3644
3032
  },
3645
- "name": "MdsFontTypePicaLgSize",
3033
+ "name": "MdsFontTypeTrafalgarLgSize",
3646
3034
  "attributes": {
3647
3035
  "category": "font",
3648
3036
  "type": "type",
3649
- "item": "pica",
3037
+ "item": "trafalgar",
3650
3038
  "subitem": "lg",
3651
3039
  "state": "size"
3652
3040
  },
3653
3041
  "path": [
3654
3042
  "font",
3655
3043
  "type",
3656
- "pica",
3044
+ "trafalgar",
3657
3045
  "lg",
3658
3046
  "size"
3659
3047
  ]
3660
3048
  },
3661
3049
  "line-height": {
3662
- "value": "1.25",
3050
+ "value": "1.13",
3663
3051
  "original": {
3664
- "value": "1.25"
3052
+ "value": "1.13"
3665
3053
  },
3666
- "name": "MdsFontTypePicaLgLineHeight",
3054
+ "name": "MdsFontTypeTrafalgarLgLineHeight",
3667
3055
  "attributes": {
3668
3056
  "category": "font",
3669
3057
  "type": "type",
3670
- "item": "pica",
3058
+ "item": "trafalgar",
3671
3059
  "subitem": "lg",
3672
3060
  "state": "line-height"
3673
3061
  },
3674
3062
  "path": [
3675
3063
  "font",
3676
3064
  "type",
3677
- "pica",
3065
+ "trafalgar",
3678
3066
  "lg",
3679
3067
  "line-height"
3680
3068
  ]
3681
3069
  }
3682
3070
  }
3683
3071
  },
3684
- "long-primer": {
3072
+ "paragon": {
3685
3073
  "default": {
3686
3074
  "size": {
3687
- "value": "15px",
3075
+ "value": "20px",
3688
3076
  "original": {
3689
- "value": "15px"
3077
+ "value": "20px"
3690
3078
  },
3691
- "name": "MdsFontTypeLongPrimerDefaultSize",
3079
+ "name": "MdsFontTypeParagonDefaultSize",
3692
3080
  "attributes": {
3693
3081
  "category": "font",
3694
3082
  "type": "type",
3695
- "item": "long-primer",
3083
+ "item": "paragon",
3696
3084
  "subitem": "default",
3697
3085
  "state": "size"
3698
3086
  },
3699
3087
  "path": [
3700
3088
  "font",
3701
3089
  "type",
3702
- "long-primer",
3090
+ "paragon",
3703
3091
  "default",
3704
3092
  "size"
3705
3093
  ]
@@ -3709,18 +3097,18 @@ module.exports = {
3709
3097
  "original": {
3710
3098
  "value": "1.2"
3711
3099
  },
3712
- "name": "MdsFontTypeLongPrimerDefaultLineHeight",
3100
+ "name": "MdsFontTypeParagonDefaultLineHeight",
3713
3101
  "attributes": {
3714
3102
  "category": "font",
3715
3103
  "type": "type",
3716
- "item": "long-primer",
3104
+ "item": "paragon",
3717
3105
  "subitem": "default",
3718
3106
  "state": "line-height"
3719
3107
  },
3720
3108
  "path": [
3721
3109
  "font",
3722
3110
  "type",
3723
- "long-primer",
3111
+ "paragon",
3724
3112
  "default",
3725
3113
  "line-height"
3726
3114
  ]
@@ -3728,43 +3116,43 @@ module.exports = {
3728
3116
  },
3729
3117
  "sm": {
3730
3118
  "size": {
3731
- "value": "15px",
3119
+ "value": "22px",
3732
3120
  "original": {
3733
- "value": "15px"
3121
+ "value": "22px"
3734
3122
  },
3735
- "name": "MdsFontTypeLongPrimerSmSize",
3123
+ "name": "MdsFontTypeParagonSmSize",
3736
3124
  "attributes": {
3737
3125
  "category": "font",
3738
3126
  "type": "type",
3739
- "item": "long-primer",
3127
+ "item": "paragon",
3740
3128
  "subitem": "sm",
3741
3129
  "state": "size"
3742
3130
  },
3743
3131
  "path": [
3744
3132
  "font",
3745
3133
  "type",
3746
- "long-primer",
3134
+ "paragon",
3747
3135
  "sm",
3748
3136
  "size"
3749
3137
  ]
3750
3138
  },
3751
3139
  "line-height": {
3752
- "value": "1.2",
3140
+ "value": "1.19",
3753
3141
  "original": {
3754
- "value": "1.2"
3142
+ "value": "1.19"
3755
3143
  },
3756
- "name": "MdsFontTypeLongPrimerSmLineHeight",
3144
+ "name": "MdsFontTypeParagonSmLineHeight",
3757
3145
  "attributes": {
3758
3146
  "category": "font",
3759
3147
  "type": "type",
3760
- "item": "long-primer",
3148
+ "item": "paragon",
3761
3149
  "subitem": "sm",
3762
3150
  "state": "line-height"
3763
3151
  },
3764
3152
  "path": [
3765
3153
  "font",
3766
3154
  "type",
3767
- "long-primer",
3155
+ "paragon",
3768
3156
  "sm",
3769
3157
  "line-height"
3770
3158
  ]
@@ -3772,43 +3160,43 @@ module.exports = {
3772
3160
  },
3773
3161
  "md": {
3774
3162
  "size": {
3775
- "value": "15px",
3163
+ "value": "28px",
3776
3164
  "original": {
3777
- "value": "15px"
3165
+ "value": "28px"
3778
3166
  },
3779
- "name": "MdsFontTypeLongPrimerMdSize",
3167
+ "name": "MdsFontTypeParagonMdSize",
3780
3168
  "attributes": {
3781
3169
  "category": "font",
3782
3170
  "type": "type",
3783
- "item": "long-primer",
3171
+ "item": "paragon",
3784
3172
  "subitem": "md",
3785
3173
  "state": "size"
3786
3174
  },
3787
3175
  "path": [
3788
3176
  "font",
3789
3177
  "type",
3790
- "long-primer",
3178
+ "paragon",
3791
3179
  "md",
3792
3180
  "size"
3793
3181
  ]
3794
3182
  },
3795
3183
  "line-height": {
3796
- "value": "1.34",
3184
+ "value": "1.15",
3797
3185
  "original": {
3798
- "value": "1.34"
3186
+ "value": "1.15"
3799
3187
  },
3800
- "name": "MdsFontTypeLongPrimerMdLineHeight",
3188
+ "name": "MdsFontTypeParagonMdLineHeight",
3801
3189
  "attributes": {
3802
3190
  "category": "font",
3803
3191
  "type": "type",
3804
- "item": "long-primer",
3192
+ "item": "paragon",
3805
3193
  "subitem": "md",
3806
3194
  "state": "line-height"
3807
3195
  },
3808
3196
  "path": [
3809
3197
  "font",
3810
3198
  "type",
3811
- "long-primer",
3199
+ "paragon",
3812
3200
  "md",
3813
3201
  "line-height"
3814
3202
  ]
@@ -3816,89 +3204,89 @@ module.exports = {
3816
3204
  },
3817
3205
  "lg": {
3818
3206
  "size": {
3819
- "value": "14px",
3207
+ "value": "28px",
3820
3208
  "original": {
3821
- "value": "14px"
3209
+ "value": "28px"
3822
3210
  },
3823
- "name": "MdsFontTypeLongPrimerLgSize",
3211
+ "name": "MdsFontTypeParagonLgSize",
3824
3212
  "attributes": {
3825
3213
  "category": "font",
3826
3214
  "type": "type",
3827
- "item": "long-primer",
3215
+ "item": "paragon",
3828
3216
  "subitem": "lg",
3829
3217
  "state": "size"
3830
3218
  },
3831
3219
  "path": [
3832
3220
  "font",
3833
3221
  "type",
3834
- "long-primer",
3222
+ "paragon",
3835
3223
  "lg",
3836
3224
  "size"
3837
3225
  ]
3838
3226
  },
3839
3227
  "line-height": {
3840
- "value": "1.29",
3228
+ "value": "1.15",
3841
3229
  "original": {
3842
- "value": "1.29"
3230
+ "value": "1.15"
3843
3231
  },
3844
- "name": "MdsFontTypeLongPrimerLgLineHeight",
3232
+ "name": "MdsFontTypeParagonLgLineHeight",
3845
3233
  "attributes": {
3846
3234
  "category": "font",
3847
3235
  "type": "type",
3848
- "item": "long-primer",
3236
+ "item": "paragon",
3849
3237
  "subitem": "lg",
3850
3238
  "state": "line-height"
3851
3239
  },
3852
3240
  "path": [
3853
3241
  "font",
3854
3242
  "type",
3855
- "long-primer",
3243
+ "paragon",
3856
3244
  "lg",
3857
3245
  "line-height"
3858
3246
  ]
3859
3247
  }
3860
3248
  }
3861
3249
  },
3862
- "brevier": {
3250
+ "double-pica": {
3863
3251
  "default": {
3864
3252
  "size": {
3865
- "value": "14px",
3253
+ "value": "20px",
3866
3254
  "original": {
3867
- "value": "14px"
3255
+ "value": "20px"
3868
3256
  },
3869
- "name": "MdsFontTypeBrevierDefaultSize",
3257
+ "name": "MdsFontTypeDoublePicaDefaultSize",
3870
3258
  "attributes": {
3871
3259
  "category": "font",
3872
3260
  "type": "type",
3873
- "item": "brevier",
3261
+ "item": "double-pica",
3874
3262
  "subitem": "default",
3875
3263
  "state": "size"
3876
3264
  },
3877
3265
  "path": [
3878
3266
  "font",
3879
3267
  "type",
3880
- "brevier",
3268
+ "double-pica",
3881
3269
  "default",
3882
3270
  "size"
3883
3271
  ]
3884
3272
  },
3885
3273
  "line-height": {
3886
- "value": "1.15",
3274
+ "value": "1.2",
3887
3275
  "original": {
3888
- "value": "1.15"
3276
+ "value": "1.2"
3889
3277
  },
3890
- "name": "MdsFontTypeBrevierDefaultLineHeight",
3278
+ "name": "MdsFontTypeDoublePicaDefaultLineHeight",
3891
3279
  "attributes": {
3892
3280
  "category": "font",
3893
3281
  "type": "type",
3894
- "item": "brevier",
3282
+ "item": "double-pica",
3895
3283
  "subitem": "default",
3896
3284
  "state": "line-height"
3897
3285
  },
3898
3286
  "path": [
3899
3287
  "font",
3900
3288
  "type",
3901
- "brevier",
3289
+ "double-pica",
3902
3290
  "default",
3903
3291
  "line-height"
3904
3292
  ]
@@ -3906,43 +3294,43 @@ module.exports = {
3906
3294
  },
3907
3295
  "sm": {
3908
3296
  "size": {
3909
- "value": "14px",
3297
+ "value": "20px",
3910
3298
  "original": {
3911
- "value": "14px"
3299
+ "value": "20px"
3912
3300
  },
3913
- "name": "MdsFontTypeBrevierSmSize",
3301
+ "name": "MdsFontTypeDoublePicaSmSize",
3914
3302
  "attributes": {
3915
3303
  "category": "font",
3916
3304
  "type": "type",
3917
- "item": "brevier",
3305
+ "item": "double-pica",
3918
3306
  "subitem": "sm",
3919
3307
  "state": "size"
3920
3308
  },
3921
3309
  "path": [
3922
3310
  "font",
3923
3311
  "type",
3924
- "brevier",
3312
+ "double-pica",
3925
3313
  "sm",
3926
3314
  "size"
3927
3315
  ]
3928
3316
  },
3929
3317
  "line-height": {
3930
- "value": "1.29",
3318
+ "value": "1.2",
3931
3319
  "original": {
3932
- "value": "1.29"
3320
+ "value": "1.2"
3933
3321
  },
3934
- "name": "MdsFontTypeBrevierSmLineHeight",
3322
+ "name": "MdsFontTypeDoublePicaSmLineHeight",
3935
3323
  "attributes": {
3936
3324
  "category": "font",
3937
3325
  "type": "type",
3938
- "item": "brevier",
3326
+ "item": "double-pica",
3939
3327
  "subitem": "sm",
3940
3328
  "state": "line-height"
3941
3329
  },
3942
3330
  "path": [
3943
3331
  "font",
3944
3332
  "type",
3945
- "brevier",
3333
+ "double-pica",
3946
3334
  "sm",
3947
3335
  "line-height"
3948
3336
  ]
@@ -3950,43 +3338,43 @@ module.exports = {
3950
3338
  },
3951
3339
  "md": {
3952
3340
  "size": {
3953
- "value": "14px",
3341
+ "value": "26px",
3954
3342
  "original": {
3955
- "value": "14px"
3343
+ "value": "26px"
3956
3344
  },
3957
- "name": "MdsFontTypeBrevierMdSize",
3345
+ "name": "MdsFontTypeDoublePicaMdSize",
3958
3346
  "attributes": {
3959
3347
  "category": "font",
3960
3348
  "type": "type",
3961
- "item": "brevier",
3349
+ "item": "double-pica",
3962
3350
  "subitem": "md",
3963
3351
  "state": "size"
3964
3352
  },
3965
3353
  "path": [
3966
3354
  "font",
3967
3355
  "type",
3968
- "brevier",
3356
+ "double-pica",
3969
3357
  "md",
3970
3358
  "size"
3971
3359
  ]
3972
3360
  },
3973
3361
  "line-height": {
3974
- "value": "1.29",
3362
+ "value": "1.16",
3975
3363
  "original": {
3976
- "value": "1.29"
3364
+ "value": "1.16"
3977
3365
  },
3978
- "name": "MdsFontTypeBrevierMdLineHeight",
3366
+ "name": "MdsFontTypeDoublePicaMdLineHeight",
3979
3367
  "attributes": {
3980
3368
  "category": "font",
3981
3369
  "type": "type",
3982
- "item": "brevier",
3370
+ "item": "double-pica",
3983
3371
  "subitem": "md",
3984
3372
  "state": "line-height"
3985
3373
  },
3986
3374
  "path": [
3987
3375
  "font",
3988
3376
  "type",
3989
- "brevier",
3377
+ "double-pica",
3990
3378
  "md",
3991
3379
  "line-height"
3992
3380
  ]
@@ -3994,89 +3382,89 @@ module.exports = {
3994
3382
  },
3995
3383
  "lg": {
3996
3384
  "size": {
3997
- "value": "13px",
3385
+ "value": "24px",
3998
3386
  "original": {
3999
- "value": "13px"
3387
+ "value": "24px"
4000
3388
  },
4001
- "name": "MdsFontTypeBrevierLgSize",
3389
+ "name": "MdsFontTypeDoublePicaLgSize",
4002
3390
  "attributes": {
4003
3391
  "category": "font",
4004
3392
  "type": "type",
4005
- "item": "brevier",
3393
+ "item": "double-pica",
4006
3394
  "subitem": "lg",
4007
3395
  "state": "size"
4008
3396
  },
4009
3397
  "path": [
4010
3398
  "font",
4011
3399
  "type",
4012
- "brevier",
3400
+ "double-pica",
4013
3401
  "lg",
4014
3402
  "size"
4015
3403
  ]
4016
3404
  },
4017
3405
  "line-height": {
4018
- "value": "1.24",
3406
+ "value": "1.17",
4019
3407
  "original": {
4020
- "value": "1.24"
3408
+ "value": "1.17"
4021
3409
  },
4022
- "name": "MdsFontTypeBrevierLgLineHeight",
3410
+ "name": "MdsFontTypeDoublePicaLgLineHeight",
4023
3411
  "attributes": {
4024
3412
  "category": "font",
4025
3413
  "type": "type",
4026
- "item": "brevier",
3414
+ "item": "double-pica",
4027
3415
  "subitem": "lg",
4028
3416
  "state": "line-height"
4029
3417
  },
4030
3418
  "path": [
4031
3419
  "font",
4032
3420
  "type",
4033
- "brevier",
3421
+ "double-pica",
4034
3422
  "lg",
4035
3423
  "line-height"
4036
3424
  ]
4037
3425
  }
4038
3426
  }
4039
3427
  },
4040
- "minion": {
3428
+ "great-primer": {
4041
3429
  "default": {
4042
3430
  "size": {
4043
- "value": "12px",
3431
+ "value": "18px",
4044
3432
  "original": {
4045
- "value": "12px"
3433
+ "value": "18px"
4046
3434
  },
4047
- "name": "MdsFontTypeMinionDefaultSize",
3435
+ "name": "MdsFontTypeGreatPrimerDefaultSize",
4048
3436
  "attributes": {
4049
3437
  "category": "font",
4050
3438
  "type": "type",
4051
- "item": "minion",
3439
+ "item": "great-primer",
4052
3440
  "subitem": "default",
4053
3441
  "state": "size"
4054
3442
  },
4055
3443
  "path": [
4056
3444
  "font",
4057
3445
  "type",
4058
- "minion",
3446
+ "great-primer",
4059
3447
  "default",
4060
3448
  "size"
4061
3449
  ]
4062
3450
  },
4063
3451
  "line-height": {
4064
- "value": "1.34",
3452
+ "value": "1.23",
4065
3453
  "original": {
4066
- "value": "1.34"
3454
+ "value": "1.23"
4067
3455
  },
4068
- "name": "MdsFontTypeMinionDefaultLineHeight",
3456
+ "name": "MdsFontTypeGreatPrimerDefaultLineHeight",
4069
3457
  "attributes": {
4070
3458
  "category": "font",
4071
3459
  "type": "type",
4072
- "item": "minion",
3460
+ "item": "great-primer",
4073
3461
  "subitem": "default",
4074
3462
  "state": "line-height"
4075
3463
  },
4076
3464
  "path": [
4077
3465
  "font",
4078
3466
  "type",
4079
- "minion",
3467
+ "great-primer",
4080
3468
  "default",
4081
3469
  "line-height"
4082
3470
  ]
@@ -4084,43 +3472,43 @@ module.exports = {
4084
3472
  },
4085
3473
  "sm": {
4086
3474
  "size": {
4087
- "value": "12px",
3475
+ "value": "18px",
4088
3476
  "original": {
4089
- "value": "12px"
3477
+ "value": "18px"
4090
3478
  },
4091
- "name": "MdsFontTypeMinionSmSize",
3479
+ "name": "MdsFontTypeGreatPrimerSmSize",
4092
3480
  "attributes": {
4093
3481
  "category": "font",
4094
3482
  "type": "type",
4095
- "item": "minion",
3483
+ "item": "great-primer",
4096
3484
  "subitem": "sm",
4097
3485
  "state": "size"
4098
3486
  },
4099
3487
  "path": [
4100
3488
  "font",
4101
3489
  "type",
4102
- "minion",
3490
+ "great-primer",
4103
3491
  "sm",
4104
3492
  "size"
4105
3493
  ]
4106
3494
  },
4107
3495
  "line-height": {
4108
- "value": "1.34",
3496
+ "value": "1.23",
4109
3497
  "original": {
4110
- "value": "1.34"
3498
+ "value": "1.23"
4111
3499
  },
4112
- "name": "MdsFontTypeMinionSmLineHeight",
3500
+ "name": "MdsFontTypeGreatPrimerSmLineHeight",
4113
3501
  "attributes": {
4114
3502
  "category": "font",
4115
3503
  "type": "type",
4116
- "item": "minion",
3504
+ "item": "great-primer",
4117
3505
  "subitem": "sm",
4118
3506
  "state": "line-height"
4119
3507
  },
4120
3508
  "path": [
4121
3509
  "font",
4122
3510
  "type",
4123
- "minion",
3511
+ "great-primer",
4124
3512
  "sm",
4125
3513
  "line-height"
4126
3514
  ]
@@ -4128,43 +3516,43 @@ module.exports = {
4128
3516
  },
4129
3517
  "md": {
4130
3518
  "size": {
4131
- "value": "13px",
3519
+ "value": "21px",
4132
3520
  "original": {
4133
- "value": "13px"
3521
+ "value": "21px"
4134
3522
  },
4135
- "name": "MdsFontTypeMinionMdSize",
3523
+ "name": "MdsFontTypeGreatPrimerMdSize",
4136
3524
  "attributes": {
4137
3525
  "category": "font",
4138
3526
  "type": "type",
4139
- "item": "minion",
3527
+ "item": "great-primer",
4140
3528
  "subitem": "md",
4141
3529
  "state": "size"
4142
3530
  },
4143
3531
  "path": [
4144
3532
  "font",
4145
3533
  "type",
4146
- "minion",
3534
+ "great-primer",
4147
3535
  "md",
4148
3536
  "size"
4149
3537
  ]
4150
3538
  },
4151
3539
  "line-height": {
4152
- "value": "1.24",
3540
+ "value": "1.15",
4153
3541
  "original": {
4154
- "value": "1.24"
3542
+ "value": "1.15"
4155
3543
  },
4156
- "name": "MdsFontTypeMinionMdLineHeight",
3544
+ "name": "MdsFontTypeGreatPrimerMdLineHeight",
4157
3545
  "attributes": {
4158
3546
  "category": "font",
4159
3547
  "type": "type",
4160
- "item": "minion",
3548
+ "item": "great-primer",
4161
3549
  "subitem": "md",
4162
3550
  "state": "line-height"
4163
3551
  },
4164
3552
  "path": [
4165
3553
  "font",
4166
3554
  "type",
4167
- "minion",
3555
+ "great-primer",
4168
3556
  "md",
4169
3557
  "line-height"
4170
3558
  ]
@@ -4172,517 +3560,1136 @@ module.exports = {
4172
3560
  },
4173
3561
  "lg": {
4174
3562
  "size": {
4175
- "value": "12px",
3563
+ "value": "20px",
4176
3564
  "original": {
4177
- "value": "12px"
3565
+ "value": "20px"
4178
3566
  },
4179
- "name": "MdsFontTypeMinionLgSize",
3567
+ "name": "MdsFontTypeGreatPrimerLgSize",
4180
3568
  "attributes": {
4181
3569
  "category": "font",
4182
3570
  "type": "type",
4183
- "item": "minion",
3571
+ "item": "great-primer",
4184
3572
  "subitem": "lg",
4185
3573
  "state": "size"
4186
3574
  },
4187
3575
  "path": [
4188
3576
  "font",
4189
3577
  "type",
4190
- "minion",
3578
+ "great-primer",
4191
3579
  "lg",
4192
3580
  "size"
4193
3581
  ]
4194
3582
  },
4195
3583
  "line-height": {
4196
- "value": "1.34",
3584
+ "value": "1.2",
4197
3585
  "original": {
4198
- "value": "1.34"
3586
+ "value": "1.2"
4199
3587
  },
4200
- "name": "MdsFontTypeMinionLgLineHeight",
3588
+ "name": "MdsFontTypeGreatPrimerLgLineHeight",
4201
3589
  "attributes": {
4202
3590
  "category": "font",
4203
3591
  "type": "type",
4204
- "item": "minion",
3592
+ "item": "great-primer",
4205
3593
  "subitem": "lg",
4206
3594
  "state": "line-height"
4207
3595
  },
4208
3596
  "path": [
4209
3597
  "font",
4210
3598
  "type",
4211
- "minion",
3599
+ "great-primer",
4212
3600
  "lg",
4213
3601
  "line-height"
4214
3602
  ]
4215
3603
  }
4216
3604
  }
4217
- }
4218
- }
4219
- },
4220
- "text": {
4221
- "transform": {
4222
- "button": {
4223
- "value": "none",
4224
- "original": {
4225
- "value": "none"
4226
- },
4227
- "name": "MdsTextTransformButton",
4228
- "attributes": {
4229
- "category": "text",
4230
- "type": "transform",
4231
- "item": "button"
4232
- },
4233
- "path": [
4234
- "text",
4235
- "transform",
4236
- "button"
4237
- ]
4238
- }
4239
- }
4240
- },
4241
- "size": {
4242
- "baseline": {
4243
- "value": "4rem",
4244
- "original": {
4245
- "value": "4px"
4246
- },
4247
- "name": "MdsSizeBaseline",
4248
- "attributes": {
4249
- "category": "size",
4250
- "type": "baseline"
4251
- },
4252
- "path": [
4253
- "size",
4254
- "baseline"
4255
- ]
4256
- },
4257
- "breakpoint": {
4258
- "sm": {
4259
- "value": "400rem",
4260
- "original": {
4261
- "value": "400px"
4262
- },
4263
- "name": "MdsSizeBreakpointSm",
4264
- "attributes": {
4265
- "category": "size",
4266
- "type": "breakpoint",
4267
- "item": "sm"
4268
- },
4269
- "path": [
4270
- "size",
4271
- "breakpoint",
4272
- "sm"
4273
- ]
4274
- },
4275
- "md": {
4276
- "value": "600rem",
4277
- "original": {
4278
- "value": "600px"
4279
- },
4280
- "name": "MdsSizeBreakpointMd",
4281
- "attributes": {
4282
- "category": "size",
4283
- "type": "breakpoint",
4284
- "item": "md"
4285
- },
4286
- "path": [
4287
- "size",
4288
- "breakpoint",
4289
- "md"
4290
- ]
4291
- },
4292
- "lg": {
4293
- "value": "1008rem",
4294
- "original": {
4295
- "value": "1008px"
4296
- },
4297
- "name": "MdsSizeBreakpointLg",
4298
- "attributes": {
4299
- "category": "size",
4300
- "type": "breakpoint",
4301
- "item": "lg"
4302
- },
4303
- "path": [
4304
- "size",
4305
- "breakpoint",
4306
- "lg"
4307
- ]
4308
3605
  },
4309
- "xl": {
4310
- "value": "1280rem",
4311
- "original": {
4312
- "value": "1280px"
4313
- },
4314
- "name": "MdsSizeBreakpointXl",
4315
- "attributes": {
4316
- "category": "size",
4317
- "type": "breakpoint",
4318
- "item": "xl"
4319
- },
4320
- "path": [
4321
- "size",
4322
- "breakpoint",
4323
- "xl"
4324
- ]
4325
- }
4326
- },
4327
- "border": {
4328
- "width": {
4329
- "base": {
4330
- "value": "1rem",
4331
- "original": {
4332
- "value": "1px"
4333
- },
4334
- "name": "MdsSizeBorderWidthBase",
4335
- "attributes": {
4336
- "category": "size",
4337
- "type": "border",
4338
- "item": "width",
4339
- "subitem": "base"
3606
+ "body-copy": {
3607
+ "default": {
3608
+ "size": {
3609
+ "value": "16px",
3610
+ "original": {
3611
+ "value": "16px"
3612
+ },
3613
+ "name": "MdsFontTypeBodyCopyDefaultSize",
3614
+ "attributes": {
3615
+ "category": "font",
3616
+ "type": "type",
3617
+ "item": "body-copy",
3618
+ "subitem": "default",
3619
+ "state": "size"
3620
+ },
3621
+ "path": [
3622
+ "font",
3623
+ "type",
3624
+ "body-copy",
3625
+ "default",
3626
+ "size"
3627
+ ]
4340
3628
  },
4341
- "path": [
4342
- "size",
4343
- "border",
4344
- "width",
4345
- "base"
4346
- ]
3629
+ "line-height": {
3630
+ "value": "1.38",
3631
+ "original": {
3632
+ "value": "1.38"
3633
+ },
3634
+ "name": "MdsFontTypeBodyCopyDefaultLineHeight",
3635
+ "attributes": {
3636
+ "category": "font",
3637
+ "type": "type",
3638
+ "item": "body-copy",
3639
+ "subitem": "default",
3640
+ "state": "line-height"
3641
+ },
3642
+ "path": [
3643
+ "font",
3644
+ "type",
3645
+ "body-copy",
3646
+ "default",
3647
+ "line-height"
3648
+ ]
3649
+ }
4347
3650
  },
4348
- "button": {
4349
- "value": "1rem",
4350
- "original": {
4351
- "value": "{size.border.width.base.value}"
4352
- },
4353
- "name": "MdsSizeBorderWidthButton",
4354
- "attributes": {
4355
- "category": "size",
4356
- "type": "border",
4357
- "item": "width",
4358
- "subitem": "button"
4359
- },
4360
- "path": [
4361
- "size",
4362
- "border",
4363
- "width",
4364
- "button"
4365
- ]
4366
- }
4367
- },
4368
- "radius": {
4369
- "base": {
4370
- "value": "4rem",
4371
- "original": {
4372
- "value": "4px"
4373
- },
4374
- "name": "MdsSizeBorderRadiusBase",
4375
- "attributes": {
4376
- "category": "size",
4377
- "type": "border",
4378
- "item": "radius",
4379
- "subitem": "base"
3651
+ "sm": {
3652
+ "size": {
3653
+ "value": "16px",
3654
+ "original": {
3655
+ "value": "16px"
3656
+ },
3657
+ "name": "MdsFontTypeBodyCopySmSize",
3658
+ "attributes": {
3659
+ "category": "font",
3660
+ "type": "type",
3661
+ "item": "body-copy",
3662
+ "subitem": "sm",
3663
+ "state": "size"
3664
+ },
3665
+ "path": [
3666
+ "font",
3667
+ "type",
3668
+ "body-copy",
3669
+ "sm",
3670
+ "size"
3671
+ ]
4380
3672
  },
4381
- "path": [
4382
- "size",
4383
- "border",
4384
- "radius",
4385
- "base"
4386
- ]
3673
+ "line-height": {
3674
+ "value": "1.38",
3675
+ "original": {
3676
+ "value": "1.38"
3677
+ },
3678
+ "name": "MdsFontTypeBodyCopySmLineHeight",
3679
+ "attributes": {
3680
+ "category": "font",
3681
+ "type": "type",
3682
+ "item": "body-copy",
3683
+ "subitem": "sm",
3684
+ "state": "line-height"
3685
+ },
3686
+ "path": [
3687
+ "font",
3688
+ "type",
3689
+ "body-copy",
3690
+ "sm",
3691
+ "line-height"
3692
+ ]
3693
+ }
4387
3694
  },
4388
- "button": {
4389
- "value": "4rem",
4390
- "original": {
4391
- "value": "{size.border.radius.base.value}"
3695
+ "md": {
3696
+ "size": {
3697
+ "value": "18px",
3698
+ "original": {
3699
+ "value": "18px"
3700
+ },
3701
+ "name": "MdsFontTypeBodyCopyMdSize",
3702
+ "attributes": {
3703
+ "category": "font",
3704
+ "type": "type",
3705
+ "item": "body-copy",
3706
+ "subitem": "md",
3707
+ "state": "size"
3708
+ },
3709
+ "path": [
3710
+ "font",
3711
+ "type",
3712
+ "body-copy",
3713
+ "md",
3714
+ "size"
3715
+ ]
4392
3716
  },
4393
- "name": "MdsSizeBorderRadiusButton",
4394
- "attributes": {
4395
- "category": "size",
4396
- "type": "border",
4397
- "item": "radius",
4398
- "subitem": "button"
3717
+ "line-height": {
3718
+ "value": "1.34",
3719
+ "original": {
3720
+ "value": "1.34"
3721
+ },
3722
+ "name": "MdsFontTypeBodyCopyMdLineHeight",
3723
+ "attributes": {
3724
+ "category": "font",
3725
+ "type": "type",
3726
+ "item": "body-copy",
3727
+ "subitem": "md",
3728
+ "state": "line-height"
3729
+ },
3730
+ "path": [
3731
+ "font",
3732
+ "type",
3733
+ "body-copy",
3734
+ "md",
3735
+ "line-height"
3736
+ ]
3737
+ }
3738
+ },
3739
+ "lg": {
3740
+ "size": {
3741
+ "value": "16px",
3742
+ "original": {
3743
+ "value": "16px"
3744
+ },
3745
+ "name": "MdsFontTypeBodyCopyLgSize",
3746
+ "attributes": {
3747
+ "category": "font",
3748
+ "type": "type",
3749
+ "item": "body-copy",
3750
+ "subitem": "lg",
3751
+ "state": "size"
3752
+ },
3753
+ "path": [
3754
+ "font",
3755
+ "type",
3756
+ "body-copy",
3757
+ "lg",
3758
+ "size"
3759
+ ]
4399
3760
  },
4400
- "path": [
4401
- "size",
4402
- "border",
4403
- "radius",
4404
- "button"
4405
- ]
3761
+ "line-height": {
3762
+ "value": "1.38",
3763
+ "original": {
3764
+ "value": "1.38"
3765
+ },
3766
+ "name": "MdsFontTypeBodyCopyLgLineHeight",
3767
+ "attributes": {
3768
+ "category": "font",
3769
+ "type": "type",
3770
+ "item": "body-copy",
3771
+ "subitem": "lg",
3772
+ "state": "line-height"
3773
+ },
3774
+ "path": [
3775
+ "font",
3776
+ "type",
3777
+ "body-copy",
3778
+ "lg",
3779
+ "line-height"
3780
+ ]
3781
+ }
4406
3782
  }
4407
- }
4408
- },
4409
- "gutter-width": {
4410
- "value": "20rem",
4411
- "original": {
4412
- "value": "20px"
4413
- },
4414
- "name": "MdsSizeGutterWidth",
4415
- "attributes": {
4416
- "category": "size",
4417
- "type": "gutter-width"
4418
- },
4419
- "path": [
4420
- "size",
4421
- "gutter-width"
4422
- ]
4423
- },
4424
- "container": {
4425
- "width": {
4426
- "value": "100rem",
4427
- "original": {
4428
- "value": "100%"
4429
- },
4430
- "name": "MdsSizeContainerWidth",
4431
- "attributes": {
4432
- "category": "size",
4433
- "type": "container",
4434
- "item": "width"
4435
- },
4436
- "path": [
4437
- "size",
4438
- "container",
4439
- "width"
4440
- ]
4441
- },
4442
- "min-width": {
4443
- "value": "0rem",
4444
- "original": {
4445
- "value": "0"
4446
- },
4447
- "name": "MdsSizeContainerMinWidth",
4448
- "attributes": {
4449
- "category": "size",
4450
- "type": "container",
4451
- "item": "min-width"
4452
- },
4453
- "path": [
4454
- "size",
4455
- "container",
4456
- "min-width"
4457
- ]
4458
3783
  },
4459
- "max-width": {
4460
- "value": "100rem",
4461
- "original": {
4462
- "value": "100%"
4463
- },
4464
- "name": "MdsSizeContainerMaxWidth",
4465
- "attributes": {
4466
- "category": "size",
4467
- "type": "container",
4468
- "item": "max-width"
4469
- },
4470
- "path": [
4471
- "size",
4472
- "container",
4473
- "max-width"
4474
- ]
4475
- }
4476
- },
4477
- "wrapper": {
4478
- "width": {
4479
- "value": "100rem",
4480
- "original": {
4481
- "value": "100%"
4482
- },
4483
- "name": "MdsSizeWrapperWidth",
4484
- "attributes": {
4485
- "category": "size",
4486
- "type": "wrapper",
4487
- "item": "width"
3784
+ "body-copy-bulk": {
3785
+ "default": {
3786
+ "size": {
3787
+ "value": "16px",
3788
+ "original": {
3789
+ "value": "16px"
3790
+ },
3791
+ "name": "MdsFontTypeBodyCopyBulkDefaultSize",
3792
+ "attributes": {
3793
+ "category": "font",
3794
+ "type": "type",
3795
+ "item": "body-copy-bulk",
3796
+ "subitem": "default",
3797
+ "state": "size"
3798
+ },
3799
+ "path": [
3800
+ "font",
3801
+ "type",
3802
+ "body-copy-bulk",
3803
+ "default",
3804
+ "size"
3805
+ ]
3806
+ },
3807
+ "line-height": {
3808
+ "value": "1.75",
3809
+ "original": {
3810
+ "value": "1.75"
3811
+ },
3812
+ "name": "MdsFontTypeBodyCopyBulkDefaultLineHeight",
3813
+ "attributes": {
3814
+ "category": "font",
3815
+ "type": "type",
3816
+ "item": "body-copy-bulk",
3817
+ "subitem": "default",
3818
+ "state": "line-height"
3819
+ },
3820
+ "path": [
3821
+ "font",
3822
+ "type",
3823
+ "body-copy-bulk",
3824
+ "default",
3825
+ "line-height"
3826
+ ]
3827
+ }
4488
3828
  },
4489
- "path": [
4490
- "size",
4491
- "wrapper",
4492
- "width"
4493
- ]
4494
- },
4495
- "max-width": {
4496
- "value": "1280rem",
4497
- "original": {
4498
- "value": "1280px"
3829
+ "sm": {
3830
+ "size": {
3831
+ "value": "16px",
3832
+ "original": {
3833
+ "value": "16px"
3834
+ },
3835
+ "name": "MdsFontTypeBodyCopyBulkSmSize",
3836
+ "attributes": {
3837
+ "category": "font",
3838
+ "type": "type",
3839
+ "item": "body-copy-bulk",
3840
+ "subitem": "sm",
3841
+ "state": "size"
3842
+ },
3843
+ "path": [
3844
+ "font",
3845
+ "type",
3846
+ "body-copy-bulk",
3847
+ "sm",
3848
+ "size"
3849
+ ]
3850
+ },
3851
+ "line-height": {
3852
+ "value": "1.75",
3853
+ "original": {
3854
+ "value": "1.75"
3855
+ },
3856
+ "name": "MdsFontTypeBodyCopyBulkSmLineHeight",
3857
+ "attributes": {
3858
+ "category": "font",
3859
+ "type": "type",
3860
+ "item": "body-copy-bulk",
3861
+ "subitem": "sm",
3862
+ "state": "line-height"
3863
+ },
3864
+ "path": [
3865
+ "font",
3866
+ "type",
3867
+ "body-copy-bulk",
3868
+ "sm",
3869
+ "line-height"
3870
+ ]
3871
+ }
4499
3872
  },
4500
- "name": "MdsSizeWrapperMaxWidth",
4501
- "attributes": {
4502
- "category": "size",
4503
- "type": "wrapper",
4504
- "item": "max-width"
3873
+ "md": {
3874
+ "size": {
3875
+ "value": "18px",
3876
+ "original": {
3877
+ "value": "18px"
3878
+ },
3879
+ "name": "MdsFontTypeBodyCopyBulkMdSize",
3880
+ "attributes": {
3881
+ "category": "font",
3882
+ "type": "type",
3883
+ "item": "body-copy-bulk",
3884
+ "subitem": "md",
3885
+ "state": "size"
3886
+ },
3887
+ "path": [
3888
+ "font",
3889
+ "type",
3890
+ "body-copy-bulk",
3891
+ "md",
3892
+ "size"
3893
+ ]
3894
+ },
3895
+ "line-height": {
3896
+ "value": "1.67",
3897
+ "original": {
3898
+ "value": "1.67"
3899
+ },
3900
+ "name": "MdsFontTypeBodyCopyBulkMdLineHeight",
3901
+ "attributes": {
3902
+ "category": "font",
3903
+ "type": "type",
3904
+ "item": "body-copy-bulk",
3905
+ "subitem": "md",
3906
+ "state": "line-height"
3907
+ },
3908
+ "path": [
3909
+ "font",
3910
+ "type",
3911
+ "body-copy-bulk",
3912
+ "md",
3913
+ "line-height"
3914
+ ]
3915
+ }
4505
3916
  },
4506
- "path": [
4507
- "size",
4508
- "wrapper",
4509
- "max-width"
4510
- ]
3917
+ "lg": {
3918
+ "size": {
3919
+ "value": "16px",
3920
+ "original": {
3921
+ "value": "16px"
3922
+ },
3923
+ "name": "MdsFontTypeBodyCopyBulkLgSize",
3924
+ "attributes": {
3925
+ "category": "font",
3926
+ "type": "type",
3927
+ "item": "body-copy-bulk",
3928
+ "subitem": "lg",
3929
+ "state": "size"
3930
+ },
3931
+ "path": [
3932
+ "font",
3933
+ "type",
3934
+ "body-copy-bulk",
3935
+ "lg",
3936
+ "size"
3937
+ ]
3938
+ },
3939
+ "line-height": {
3940
+ "value": "1.75",
3941
+ "original": {
3942
+ "value": "1.75"
3943
+ },
3944
+ "name": "MdsFontTypeBodyCopyBulkLgLineHeight",
3945
+ "attributes": {
3946
+ "category": "font",
3947
+ "type": "type",
3948
+ "item": "body-copy-bulk",
3949
+ "subitem": "lg",
3950
+ "state": "line-height"
3951
+ },
3952
+ "path": [
3953
+ "font",
3954
+ "type",
3955
+ "body-copy-bulk",
3956
+ "lg",
3957
+ "line-height"
3958
+ ]
3959
+ }
3960
+ }
4511
3961
  },
4512
- "padding": {
4513
- "value": "1.5rem",
4514
- "original": {
4515
- "value": "1.5%"
4516
- },
4517
- "name": "MdsSizeWrapperPadding",
4518
- "attributes": {
4519
- "category": "size",
4520
- "type": "wrapper",
4521
- "item": "padding"
4522
- },
4523
- "path": [
4524
- "size",
4525
- "wrapper",
4526
- "padding"
4527
- ]
4528
- }
4529
- },
4530
- "surface": {
4531
- "padding": {
4532
- "value": "16rem",
4533
- "original": {
4534
- "value": "16px"
4535
- },
4536
- "name": "MdsSizeSurfacePadding",
4537
- "attributes": {
4538
- "category": "size",
4539
- "type": "surface",
4540
- "item": "padding"
3962
+ "pica": {
3963
+ "default": {
3964
+ "size": {
3965
+ "value": "15px",
3966
+ "original": {
3967
+ "value": "15px"
3968
+ },
3969
+ "name": "MdsFontTypePicaDefaultSize",
3970
+ "attributes": {
3971
+ "category": "font",
3972
+ "type": "type",
3973
+ "item": "pica",
3974
+ "subitem": "default",
3975
+ "state": "size"
3976
+ },
3977
+ "path": [
3978
+ "font",
3979
+ "type",
3980
+ "pica",
3981
+ "default",
3982
+ "size"
3983
+ ]
3984
+ },
3985
+ "line-height": {
3986
+ "value": "1.34",
3987
+ "original": {
3988
+ "value": "1.34"
3989
+ },
3990
+ "name": "MdsFontTypePicaDefaultLineHeight",
3991
+ "attributes": {
3992
+ "category": "font",
3993
+ "type": "type",
3994
+ "item": "pica",
3995
+ "subitem": "default",
3996
+ "state": "line-height"
3997
+ },
3998
+ "path": [
3999
+ "font",
4000
+ "type",
4001
+ "pica",
4002
+ "default",
4003
+ "line-height"
4004
+ ]
4005
+ }
4541
4006
  },
4542
- "path": [
4543
- "size",
4544
- "surface",
4545
- "padding"
4546
- ]
4547
- }
4548
- },
4549
- "main": {
4550
- "padding": {
4551
- "value": "0rem",
4552
- "original": {
4553
- "value": "0"
4007
+ "sm": {
4008
+ "size": {
4009
+ "value": "16px",
4010
+ "original": {
4011
+ "value": "16px"
4012
+ },
4013
+ "name": "MdsFontTypePicaSmSize",
4014
+ "attributes": {
4015
+ "category": "font",
4016
+ "type": "type",
4017
+ "item": "pica",
4018
+ "subitem": "sm",
4019
+ "state": "size"
4020
+ },
4021
+ "path": [
4022
+ "font",
4023
+ "type",
4024
+ "pica",
4025
+ "sm",
4026
+ "size"
4027
+ ]
4028
+ },
4029
+ "line-height": {
4030
+ "value": "1.25",
4031
+ "original": {
4032
+ "value": "1.25"
4033
+ },
4034
+ "name": "MdsFontTypePicaSmLineHeight",
4035
+ "attributes": {
4036
+ "category": "font",
4037
+ "type": "type",
4038
+ "item": "pica",
4039
+ "subitem": "sm",
4040
+ "state": "line-height"
4041
+ },
4042
+ "path": [
4043
+ "font",
4044
+ "type",
4045
+ "pica",
4046
+ "sm",
4047
+ "line-height"
4048
+ ]
4049
+ }
4554
4050
  },
4555
- "name": "MdsSizeMainPadding",
4556
- "attributes": {
4557
- "category": "size",
4558
- "type": "main",
4559
- "item": "padding"
4051
+ "md": {
4052
+ "size": {
4053
+ "value": "18px",
4054
+ "original": {
4055
+ "value": "18px"
4056
+ },
4057
+ "name": "MdsFontTypePicaMdSize",
4058
+ "attributes": {
4059
+ "category": "font",
4060
+ "type": "type",
4061
+ "item": "pica",
4062
+ "subitem": "md",
4063
+ "state": "size"
4064
+ },
4065
+ "path": [
4066
+ "font",
4067
+ "type",
4068
+ "pica",
4069
+ "md",
4070
+ "size"
4071
+ ]
4072
+ },
4073
+ "line-height": {
4074
+ "value": "1.23",
4075
+ "original": {
4076
+ "value": "1.23"
4077
+ },
4078
+ "name": "MdsFontTypePicaMdLineHeight",
4079
+ "attributes": {
4080
+ "category": "font",
4081
+ "type": "type",
4082
+ "item": "pica",
4083
+ "subitem": "md",
4084
+ "state": "line-height"
4085
+ },
4086
+ "path": [
4087
+ "font",
4088
+ "type",
4089
+ "pica",
4090
+ "md",
4091
+ "line-height"
4092
+ ]
4093
+ }
4560
4094
  },
4561
- "path": [
4562
- "size",
4563
- "main",
4564
- "padding"
4565
- ]
4095
+ "lg": {
4096
+ "size": {
4097
+ "value": "16px",
4098
+ "original": {
4099
+ "value": "16px"
4100
+ },
4101
+ "name": "MdsFontTypePicaLgSize",
4102
+ "attributes": {
4103
+ "category": "font",
4104
+ "type": "type",
4105
+ "item": "pica",
4106
+ "subitem": "lg",
4107
+ "state": "size"
4108
+ },
4109
+ "path": [
4110
+ "font",
4111
+ "type",
4112
+ "pica",
4113
+ "lg",
4114
+ "size"
4115
+ ]
4116
+ },
4117
+ "line-height": {
4118
+ "value": "1.25",
4119
+ "original": {
4120
+ "value": "1.25"
4121
+ },
4122
+ "name": "MdsFontTypePicaLgLineHeight",
4123
+ "attributes": {
4124
+ "category": "font",
4125
+ "type": "type",
4126
+ "item": "pica",
4127
+ "subitem": "lg",
4128
+ "state": "line-height"
4129
+ },
4130
+ "path": [
4131
+ "font",
4132
+ "type",
4133
+ "pica",
4134
+ "lg",
4135
+ "line-height"
4136
+ ]
4137
+ }
4138
+ }
4566
4139
  },
4567
- "margin": {
4568
- "value": "0rem",
4569
- "original": {
4570
- "value": "0"
4571
- },
4572
- "name": "MdsSizeMainMargin",
4573
- "attributes": {
4574
- "category": "size",
4575
- "type": "main",
4576
- "item": "margin"
4140
+ "long-primer": {
4141
+ "default": {
4142
+ "size": {
4143
+ "value": "15px",
4144
+ "original": {
4145
+ "value": "15px"
4146
+ },
4147
+ "name": "MdsFontTypeLongPrimerDefaultSize",
4148
+ "attributes": {
4149
+ "category": "font",
4150
+ "type": "type",
4151
+ "item": "long-primer",
4152
+ "subitem": "default",
4153
+ "state": "size"
4154
+ },
4155
+ "path": [
4156
+ "font",
4157
+ "type",
4158
+ "long-primer",
4159
+ "default",
4160
+ "size"
4161
+ ]
4162
+ },
4163
+ "line-height": {
4164
+ "value": "1.2",
4165
+ "original": {
4166
+ "value": "1.2"
4167
+ },
4168
+ "name": "MdsFontTypeLongPrimerDefaultLineHeight",
4169
+ "attributes": {
4170
+ "category": "font",
4171
+ "type": "type",
4172
+ "item": "long-primer",
4173
+ "subitem": "default",
4174
+ "state": "line-height"
4175
+ },
4176
+ "path": [
4177
+ "font",
4178
+ "type",
4179
+ "long-primer",
4180
+ "default",
4181
+ "line-height"
4182
+ ]
4183
+ }
4577
4184
  },
4578
- "path": [
4579
- "size",
4580
- "main",
4581
- "margin"
4582
- ]
4583
- }
4584
- },
4585
- "icon": {
4586
- "default": {
4587
- "value": "1rem",
4588
- "original": {
4589
- "value": "1em"
4185
+ "sm": {
4186
+ "size": {
4187
+ "value": "15px",
4188
+ "original": {
4189
+ "value": "15px"
4190
+ },
4191
+ "name": "MdsFontTypeLongPrimerSmSize",
4192
+ "attributes": {
4193
+ "category": "font",
4194
+ "type": "type",
4195
+ "item": "long-primer",
4196
+ "subitem": "sm",
4197
+ "state": "size"
4198
+ },
4199
+ "path": [
4200
+ "font",
4201
+ "type",
4202
+ "long-primer",
4203
+ "sm",
4204
+ "size"
4205
+ ]
4206
+ },
4207
+ "line-height": {
4208
+ "value": "1.2",
4209
+ "original": {
4210
+ "value": "1.2"
4211
+ },
4212
+ "name": "MdsFontTypeLongPrimerSmLineHeight",
4213
+ "attributes": {
4214
+ "category": "font",
4215
+ "type": "type",
4216
+ "item": "long-primer",
4217
+ "subitem": "sm",
4218
+ "state": "line-height"
4219
+ },
4220
+ "path": [
4221
+ "font",
4222
+ "type",
4223
+ "long-primer",
4224
+ "sm",
4225
+ "line-height"
4226
+ ]
4227
+ }
4590
4228
  },
4591
- "name": "MdsSizeIconDefault",
4592
- "attributes": {
4593
- "category": "size",
4594
- "type": "icon",
4595
- "item": "default"
4229
+ "md": {
4230
+ "size": {
4231
+ "value": "15px",
4232
+ "original": {
4233
+ "value": "15px"
4234
+ },
4235
+ "name": "MdsFontTypeLongPrimerMdSize",
4236
+ "attributes": {
4237
+ "category": "font",
4238
+ "type": "type",
4239
+ "item": "long-primer",
4240
+ "subitem": "md",
4241
+ "state": "size"
4242
+ },
4243
+ "path": [
4244
+ "font",
4245
+ "type",
4246
+ "long-primer",
4247
+ "md",
4248
+ "size"
4249
+ ]
4250
+ },
4251
+ "line-height": {
4252
+ "value": "1.34",
4253
+ "original": {
4254
+ "value": "1.34"
4255
+ },
4256
+ "name": "MdsFontTypeLongPrimerMdLineHeight",
4257
+ "attributes": {
4258
+ "category": "font",
4259
+ "type": "type",
4260
+ "item": "long-primer",
4261
+ "subitem": "md",
4262
+ "state": "line-height"
4263
+ },
4264
+ "path": [
4265
+ "font",
4266
+ "type",
4267
+ "long-primer",
4268
+ "md",
4269
+ "line-height"
4270
+ ]
4271
+ }
4596
4272
  },
4597
- "path": [
4598
- "size",
4599
- "icon",
4600
- "default"
4601
- ]
4273
+ "lg": {
4274
+ "size": {
4275
+ "value": "14px",
4276
+ "original": {
4277
+ "value": "14px"
4278
+ },
4279
+ "name": "MdsFontTypeLongPrimerLgSize",
4280
+ "attributes": {
4281
+ "category": "font",
4282
+ "type": "type",
4283
+ "item": "long-primer",
4284
+ "subitem": "lg",
4285
+ "state": "size"
4286
+ },
4287
+ "path": [
4288
+ "font",
4289
+ "type",
4290
+ "long-primer",
4291
+ "lg",
4292
+ "size"
4293
+ ]
4294
+ },
4295
+ "line-height": {
4296
+ "value": "1.29",
4297
+ "original": {
4298
+ "value": "1.29"
4299
+ },
4300
+ "name": "MdsFontTypeLongPrimerLgLineHeight",
4301
+ "attributes": {
4302
+ "category": "font",
4303
+ "type": "type",
4304
+ "item": "long-primer",
4305
+ "subitem": "lg",
4306
+ "state": "line-height"
4307
+ },
4308
+ "path": [
4309
+ "font",
4310
+ "type",
4311
+ "long-primer",
4312
+ "lg",
4313
+ "line-height"
4314
+ ]
4315
+ }
4316
+ }
4602
4317
  },
4603
- "sm": {
4604
- "value": "16rem",
4605
- "original": {
4606
- "value": "16px"
4607
- },
4608
- "name": "MdsSizeIconSm",
4609
- "attributes": {
4610
- "category": "size",
4611
- "type": "icon",
4612
- "item": "sm"
4318
+ "brevier": {
4319
+ "default": {
4320
+ "size": {
4321
+ "value": "14px",
4322
+ "original": {
4323
+ "value": "14px"
4324
+ },
4325
+ "name": "MdsFontTypeBrevierDefaultSize",
4326
+ "attributes": {
4327
+ "category": "font",
4328
+ "type": "type",
4329
+ "item": "brevier",
4330
+ "subitem": "default",
4331
+ "state": "size"
4332
+ },
4333
+ "path": [
4334
+ "font",
4335
+ "type",
4336
+ "brevier",
4337
+ "default",
4338
+ "size"
4339
+ ]
4340
+ },
4341
+ "line-height": {
4342
+ "value": "1.15",
4343
+ "original": {
4344
+ "value": "1.15"
4345
+ },
4346
+ "name": "MdsFontTypeBrevierDefaultLineHeight",
4347
+ "attributes": {
4348
+ "category": "font",
4349
+ "type": "type",
4350
+ "item": "brevier",
4351
+ "subitem": "default",
4352
+ "state": "line-height"
4353
+ },
4354
+ "path": [
4355
+ "font",
4356
+ "type",
4357
+ "brevier",
4358
+ "default",
4359
+ "line-height"
4360
+ ]
4361
+ }
4613
4362
  },
4614
- "path": [
4615
- "size",
4616
- "icon",
4617
- "sm"
4618
- ]
4619
- },
4620
- "md": {
4621
- "value": "24rem",
4622
- "original": {
4623
- "value": "24px"
4363
+ "sm": {
4364
+ "size": {
4365
+ "value": "14px",
4366
+ "original": {
4367
+ "value": "14px"
4368
+ },
4369
+ "name": "MdsFontTypeBrevierSmSize",
4370
+ "attributes": {
4371
+ "category": "font",
4372
+ "type": "type",
4373
+ "item": "brevier",
4374
+ "subitem": "sm",
4375
+ "state": "size"
4376
+ },
4377
+ "path": [
4378
+ "font",
4379
+ "type",
4380
+ "brevier",
4381
+ "sm",
4382
+ "size"
4383
+ ]
4384
+ },
4385
+ "line-height": {
4386
+ "value": "1.29",
4387
+ "original": {
4388
+ "value": "1.29"
4389
+ },
4390
+ "name": "MdsFontTypeBrevierSmLineHeight",
4391
+ "attributes": {
4392
+ "category": "font",
4393
+ "type": "type",
4394
+ "item": "brevier",
4395
+ "subitem": "sm",
4396
+ "state": "line-height"
4397
+ },
4398
+ "path": [
4399
+ "font",
4400
+ "type",
4401
+ "brevier",
4402
+ "sm",
4403
+ "line-height"
4404
+ ]
4405
+ }
4624
4406
  },
4625
- "name": "MdsSizeIconMd",
4626
- "attributes": {
4627
- "category": "size",
4628
- "type": "icon",
4629
- "item": "md"
4407
+ "md": {
4408
+ "size": {
4409
+ "value": "14px",
4410
+ "original": {
4411
+ "value": "14px"
4412
+ },
4413
+ "name": "MdsFontTypeBrevierMdSize",
4414
+ "attributes": {
4415
+ "category": "font",
4416
+ "type": "type",
4417
+ "item": "brevier",
4418
+ "subitem": "md",
4419
+ "state": "size"
4420
+ },
4421
+ "path": [
4422
+ "font",
4423
+ "type",
4424
+ "brevier",
4425
+ "md",
4426
+ "size"
4427
+ ]
4428
+ },
4429
+ "line-height": {
4430
+ "value": "1.29",
4431
+ "original": {
4432
+ "value": "1.29"
4433
+ },
4434
+ "name": "MdsFontTypeBrevierMdLineHeight",
4435
+ "attributes": {
4436
+ "category": "font",
4437
+ "type": "type",
4438
+ "item": "brevier",
4439
+ "subitem": "md",
4440
+ "state": "line-height"
4441
+ },
4442
+ "path": [
4443
+ "font",
4444
+ "type",
4445
+ "brevier",
4446
+ "md",
4447
+ "line-height"
4448
+ ]
4449
+ }
4630
4450
  },
4631
- "path": [
4632
- "size",
4633
- "icon",
4634
- "md"
4635
- ]
4451
+ "lg": {
4452
+ "size": {
4453
+ "value": "13px",
4454
+ "original": {
4455
+ "value": "13px"
4456
+ },
4457
+ "name": "MdsFontTypeBrevierLgSize",
4458
+ "attributes": {
4459
+ "category": "font",
4460
+ "type": "type",
4461
+ "item": "brevier",
4462
+ "subitem": "lg",
4463
+ "state": "size"
4464
+ },
4465
+ "path": [
4466
+ "font",
4467
+ "type",
4468
+ "brevier",
4469
+ "lg",
4470
+ "size"
4471
+ ]
4472
+ },
4473
+ "line-height": {
4474
+ "value": "1.24",
4475
+ "original": {
4476
+ "value": "1.24"
4477
+ },
4478
+ "name": "MdsFontTypeBrevierLgLineHeight",
4479
+ "attributes": {
4480
+ "category": "font",
4481
+ "type": "type",
4482
+ "item": "brevier",
4483
+ "subitem": "lg",
4484
+ "state": "line-height"
4485
+ },
4486
+ "path": [
4487
+ "font",
4488
+ "type",
4489
+ "brevier",
4490
+ "lg",
4491
+ "line-height"
4492
+ ]
4493
+ }
4494
+ }
4636
4495
  },
4637
- "lg": {
4638
- "value": "32rem",
4639
- "original": {
4640
- "value": "32px"
4641
- },
4642
- "name": "MdsSizeIconLg",
4643
- "attributes": {
4644
- "category": "size",
4645
- "type": "icon",
4646
- "item": "lg"
4496
+ "minion": {
4497
+ "default": {
4498
+ "size": {
4499
+ "value": "12px",
4500
+ "original": {
4501
+ "value": "12px"
4502
+ },
4503
+ "name": "MdsFontTypeMinionDefaultSize",
4504
+ "attributes": {
4505
+ "category": "font",
4506
+ "type": "type",
4507
+ "item": "minion",
4508
+ "subitem": "default",
4509
+ "state": "size"
4510
+ },
4511
+ "path": [
4512
+ "font",
4513
+ "type",
4514
+ "minion",
4515
+ "default",
4516
+ "size"
4517
+ ]
4518
+ },
4519
+ "line-height": {
4520
+ "value": "1.34",
4521
+ "original": {
4522
+ "value": "1.34"
4523
+ },
4524
+ "name": "MdsFontTypeMinionDefaultLineHeight",
4525
+ "attributes": {
4526
+ "category": "font",
4527
+ "type": "type",
4528
+ "item": "minion",
4529
+ "subitem": "default",
4530
+ "state": "line-height"
4531
+ },
4532
+ "path": [
4533
+ "font",
4534
+ "type",
4535
+ "minion",
4536
+ "default",
4537
+ "line-height"
4538
+ ]
4539
+ }
4647
4540
  },
4648
- "path": [
4649
- "size",
4650
- "icon",
4651
- "lg"
4652
- ]
4653
- },
4654
- "xl": {
4655
- "value": "48rem",
4656
- "original": {
4657
- "value": "48px"
4541
+ "sm": {
4542
+ "size": {
4543
+ "value": "12px",
4544
+ "original": {
4545
+ "value": "12px"
4546
+ },
4547
+ "name": "MdsFontTypeMinionSmSize",
4548
+ "attributes": {
4549
+ "category": "font",
4550
+ "type": "type",
4551
+ "item": "minion",
4552
+ "subitem": "sm",
4553
+ "state": "size"
4554
+ },
4555
+ "path": [
4556
+ "font",
4557
+ "type",
4558
+ "minion",
4559
+ "sm",
4560
+ "size"
4561
+ ]
4562
+ },
4563
+ "line-height": {
4564
+ "value": "1.34",
4565
+ "original": {
4566
+ "value": "1.34"
4567
+ },
4568
+ "name": "MdsFontTypeMinionSmLineHeight",
4569
+ "attributes": {
4570
+ "category": "font",
4571
+ "type": "type",
4572
+ "item": "minion",
4573
+ "subitem": "sm",
4574
+ "state": "line-height"
4575
+ },
4576
+ "path": [
4577
+ "font",
4578
+ "type",
4579
+ "minion",
4580
+ "sm",
4581
+ "line-height"
4582
+ ]
4583
+ }
4658
4584
  },
4659
- "name": "MdsSizeIconXl",
4660
- "attributes": {
4661
- "category": "size",
4662
- "type": "icon",
4663
- "item": "xl"
4585
+ "md": {
4586
+ "size": {
4587
+ "value": "13px",
4588
+ "original": {
4589
+ "value": "13px"
4590
+ },
4591
+ "name": "MdsFontTypeMinionMdSize",
4592
+ "attributes": {
4593
+ "category": "font",
4594
+ "type": "type",
4595
+ "item": "minion",
4596
+ "subitem": "md",
4597
+ "state": "size"
4598
+ },
4599
+ "path": [
4600
+ "font",
4601
+ "type",
4602
+ "minion",
4603
+ "md",
4604
+ "size"
4605
+ ]
4606
+ },
4607
+ "line-height": {
4608
+ "value": "1.24",
4609
+ "original": {
4610
+ "value": "1.24"
4611
+ },
4612
+ "name": "MdsFontTypeMinionMdLineHeight",
4613
+ "attributes": {
4614
+ "category": "font",
4615
+ "type": "type",
4616
+ "item": "minion",
4617
+ "subitem": "md",
4618
+ "state": "line-height"
4619
+ },
4620
+ "path": [
4621
+ "font",
4622
+ "type",
4623
+ "minion",
4624
+ "md",
4625
+ "line-height"
4626
+ ]
4627
+ }
4664
4628
  },
4665
- "path": [
4666
- "size",
4667
- "icon",
4668
- "xl"
4669
- ]
4670
- },
4671
- "xxl": {
4672
- "value": "72rem",
4629
+ "lg": {
4630
+ "size": {
4631
+ "value": "12px",
4632
+ "original": {
4633
+ "value": "12px"
4634
+ },
4635
+ "name": "MdsFontTypeMinionLgSize",
4636
+ "attributes": {
4637
+ "category": "font",
4638
+ "type": "type",
4639
+ "item": "minion",
4640
+ "subitem": "lg",
4641
+ "state": "size"
4642
+ },
4643
+ "path": [
4644
+ "font",
4645
+ "type",
4646
+ "minion",
4647
+ "lg",
4648
+ "size"
4649
+ ]
4650
+ },
4651
+ "line-height": {
4652
+ "value": "1.34",
4653
+ "original": {
4654
+ "value": "1.34"
4655
+ },
4656
+ "name": "MdsFontTypeMinionLgLineHeight",
4657
+ "attributes": {
4658
+ "category": "font",
4659
+ "type": "type",
4660
+ "item": "minion",
4661
+ "subitem": "lg",
4662
+ "state": "line-height"
4663
+ },
4664
+ "path": [
4665
+ "font",
4666
+ "type",
4667
+ "minion",
4668
+ "lg",
4669
+ "line-height"
4670
+ ]
4671
+ }
4672
+ }
4673
+ }
4674
+ }
4675
+ },
4676
+ "text": {
4677
+ "transform": {
4678
+ "button": {
4679
+ "value": "none",
4673
4680
  "original": {
4674
- "value": "72px"
4681
+ "value": "none"
4675
4682
  },
4676
- "name": "MdsSizeIconXxl",
4683
+ "name": "MdsTextTransformButton",
4677
4684
  "attributes": {
4678
- "category": "size",
4679
- "type": "icon",
4680
- "item": "xxl"
4685
+ "category": "text",
4686
+ "type": "transform",
4687
+ "item": "button"
4681
4688
  },
4682
4689
  "path": [
4683
- "size",
4684
- "icon",
4685
- "xxl"
4690
+ "text",
4691
+ "transform",
4692
+ "button"
4686
4693
  ]
4687
4694
  }
4688
4695
  }