@madgex/design-system 2.0.7 → 2.0.8

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