@amsterdam/design-system-tokens 3.4.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/CHANGELOG.md +50 -3
  2. package/README.md +131 -22
  3. package/build.js +11 -1
  4. package/dist/compact.css +7 -2
  5. package/dist/compact.d.ts +17 -6
  6. package/dist/compact.json +28 -17
  7. package/dist/compact.mjs +19 -13
  8. package/dist/compact.scss +7 -2
  9. package/dist/compact.theme.css +7 -2
  10. package/dist/index.css +108 -110
  11. package/dist/index.d.ts +112 -110
  12. package/dist/index.json +218 -216
  13. package/dist/index.mjs +218 -208
  14. package/dist/index.scss +108 -110
  15. package/dist/index.theme.css +108 -110
  16. package/package.json +1 -1
  17. package/src/brand/ams/aspect-ratio.tokens.json +24 -6
  18. package/src/brand/ams/border.tokens.json +5 -0
  19. package/src/brand/ams/color.compact.tokens.json +15 -0
  20. package/src/brand/ams/color.tokens.json +37 -54
  21. package/src/brand/ams/cursor.tokens.json +9 -2
  22. package/src/brand/ams/focus.tokens.json +1 -0
  23. package/src/brand/ams/space.compact.tokens.json +16 -4
  24. package/src/brand/ams/space.tokens.json +31 -6
  25. package/src/brand/ams/typography.compact.tokens.json +36 -45
  26. package/src/brand/ams/typography.tokens.json +59 -63
  27. package/src/common/ams/inputs.tokens.json +41 -19
  28. package/src/common/ams/links.tokens.json +35 -10
  29. package/src/components/ams/accordion.tokens.json +17 -48
  30. package/src/components/ams/action-group.tokens.json +2 -2
  31. package/src/components/ams/alert.tokens.json +38 -20
  32. package/src/components/ams/avatar.tokens.json +79 -29
  33. package/src/components/ams/badge.tokens.json +60 -23
  34. package/src/components/ams/blockquote.tokens.json +14 -5
  35. package/src/components/ams/body.compact.tokens.json +12 -0
  36. package/src/components/ams/body.tokens.json +12 -0
  37. package/src/components/ams/breadcrumb.tokens.json +36 -15
  38. package/src/components/ams/button.tokens.json +74 -33
  39. package/src/components/ams/call-to-action-link.tokens.json +29 -16
  40. package/src/components/ams/card.tokens.json +30 -17
  41. package/src/components/ams/character-count.tokens.json +14 -5
  42. package/src/components/ams/checkbox.tokens.json +101 -74
  43. package/src/components/ams/column.tokens.json +10 -10
  44. package/src/components/ams/date-input.tokens.json +55 -50
  45. package/src/components/ams/description-list.tokens.json +85 -24
  46. package/src/components/ams/dialog.tokens.json +104 -28
  47. package/src/components/ams/error-message.tokens.json +13 -6
  48. package/src/components/ams/field-set.tokens.json +35 -20
  49. package/src/components/ams/field.tokens.json +13 -10
  50. package/src/components/ams/figure.tokens.json +16 -7
  51. package/src/components/ams/file-input.tokens.json +69 -31
  52. package/src/components/ams/file-list.tokens.json +20 -11
  53. package/src/components/ams/grid.compact.tokens.json +24 -2
  54. package/src/components/ams/grid.tokens.json +77 -24
  55. package/src/components/ams/heading.tokens.json +38 -36
  56. package/src/components/ams/hint.tokens.json +6 -2
  57. package/src/components/ams/icon-button.tokens.json +46 -16
  58. package/src/components/ams/icon.tokens.json +19 -39
  59. package/src/components/ams/image-slider.tokens.json +28 -16
  60. package/src/components/ams/image.tokens.json +4 -1
  61. package/src/components/ams/invalid-form-alert.tokens.json +2 -2
  62. package/src/components/ams/label.tokens.json +18 -6
  63. package/src/components/ams/link-list.tokens.json +50 -22
  64. package/src/components/ams/link.tokens.json +38 -25
  65. package/src/components/ams/logo.tokens.json +6 -2
  66. package/src/components/ams/mark.tokens.json +3 -1
  67. package/src/components/ams/menu.tokens.json +80 -55
  68. package/src/components/ams/ordered-list.tokens.json +39 -25
  69. package/src/components/ams/page-footer.tokens.json +70 -26
  70. package/src/components/ams/page-header.compact.tokens.json +2 -1
  71. package/src/components/ams/page-header.tokens.json +128 -59
  72. package/src/components/ams/page.compact.tokens.json +12 -0
  73. package/src/components/ams/page.tokens.json +5 -3
  74. package/src/components/ams/pagination.tokens.json +37 -17
  75. package/src/components/ams/paragraph.tokens.json +22 -8
  76. package/src/components/ams/password-input.tokens.json +47 -21
  77. package/src/components/ams/progress-list.tokens.json +152 -61
  78. package/src/components/ams/radio.tokens.json +97 -36
  79. package/src/components/ams/row.tokens.json +10 -10
  80. package/src/components/ams/search-field.tokens.json +57 -24
  81. package/src/components/ams/select.tokens.json +63 -25
  82. package/src/components/ams/skip-link.tokens.json +23 -12
  83. package/src/components/ams/spotlight.tokens.json +21 -7
  84. package/src/components/ams/standalone-link.tokens.json +42 -46
  85. package/src/components/ams/switch.tokens.json +23 -9
  86. package/src/components/ams/tab-navigation.tokens.json +205 -0
  87. package/src/components/ams/table-of-contents.tokens.json +38 -41
  88. package/src/components/ams/table.tokens.json +29 -10
  89. package/src/components/ams/tabs.tokens.json +36 -17
  90. package/src/components/ams/text-area.tokens.json +49 -23
  91. package/src/components/ams/text-input.tokens.json +47 -21
  92. package/src/components/ams/time-input.tokens.json +55 -50
  93. package/src/components/ams/unordered-list.tokens.json +37 -25
  94. package/style-dictionary/transforms/dtcg-font-family.js +32 -0
  95. package/src/components/ams/page-heading.tokens.json +0 -46
@@ -3,11 +3,15 @@
3
3
  "time-input": {
4
4
  "background-color": {
5
5
  "$value": "{ams.inputs.background-color}",
6
- "$type": "color"
6
+ "$extensions": {
7
+ "nl.amsterdam.type": "color"
8
+ }
7
9
  },
8
10
  "border-color": {
9
11
  "$value": "{ams.inputs.border-color}",
10
- "$type": "color"
12
+ "$extensions": {
13
+ "nl.amsterdam.type": "color"
14
+ }
11
15
  },
12
16
  "border-style": {
13
17
  "$value": "{ams.inputs.border-style}",
@@ -23,11 +27,15 @@
23
27
  },
24
28
  "color": {
25
29
  "$value": "{ams.inputs.color}",
26
- "$type": "color"
30
+ "$extensions": {
31
+ "nl.amsterdam.type": "color"
32
+ }
27
33
  },
28
34
  "font-family": {
29
35
  "$value": "{ams.inputs.font-family}",
30
- "$type": "fontFamily"
36
+ "$extensions": {
37
+ "nl.amsterdam.type": "fontFamily"
38
+ }
31
39
  },
32
40
  "font-size": {
33
41
  "$value": "{ams.inputs.font-size}",
@@ -37,105 +45,102 @@
37
45
  },
38
46
  "font-weight": {
39
47
  "$value": "{ams.inputs.font-weight}",
40
- "$type": "fontWeight"
48
+ "$extensions": {
49
+ "nl.amsterdam.type": "fontWeight"
50
+ }
41
51
  },
42
52
  "line-height": {
43
53
  "$value": "{ams.inputs.line-height}",
44
54
  "$extensions": {
45
- "nl.amsterdam.type": "lineHeight"
55
+ "nl.amsterdam.subtype": "lineHeight",
56
+ "nl.amsterdam.type": "number"
46
57
  }
47
58
  },
48
59
  "outline-offset": {
49
60
  "$value": "{ams.inputs.outline-offset}",
50
- "$type": "dimension",
51
61
  "$extensions": {
52
- "nl.amsterdam.subtype": "space"
62
+ "nl.amsterdam.subtype": "space",
63
+ "nl.amsterdam.type": "dimension"
53
64
  }
54
65
  },
55
66
  "padding-block": {
56
67
  "$value": "{ams.inputs.padding-block}",
57
- "$type": "dimension",
58
68
  "$extensions": {
59
- "nl.amsterdam.subtype": "space"
69
+ "nl.amsterdam.subtype": "space",
70
+ "nl.amsterdam.type": "dimension"
60
71
  }
61
72
  },
62
73
  "padding-inline": {
63
74
  "$value": "{ams.inputs.padding-inline}",
64
- "$type": "dimension",
65
75
  "$extensions": {
66
- "nl.amsterdam.subtype": "space"
76
+ "nl.amsterdam.subtype": "space",
77
+ "nl.amsterdam.type": "dimension"
67
78
  }
68
79
  },
69
80
  "disabled": {
70
81
  "color": {
71
82
  "$value": "{ams.inputs.disabled.color}",
72
- "$type": "color"
73
- },
74
- "cursor": {
75
- "$value": "{ams.cursor.disabled}"
76
- },
77
- "calendar-picker-indicator": {
78
- "$deprecated": "Will be removed in release 6.0.0.",
79
- "background-image": {
80
- "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23767676'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")"
83
+ "$extensions": {
84
+ "nl.amsterdam.type": "color"
81
85
  }
82
86
  },
83
- "calender-picker-indicator": {
84
- "background-image": {
85
- "$deprecated": "Use `ams.time-input.disabled.calendar-picker-indicator.background-image` instead. Will be removed in release 4.0.0.",
86
- "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23767676'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")"
87
+ "cursor": {
88
+ "$value": "{ams.cursor.disabled}",
89
+ "$extensions": {
90
+ "nl.amsterdam.type": "cursor"
87
91
  }
88
92
  }
89
93
  },
90
94
  "hover": {
91
95
  "box-shadow": {
92
- "$type": "shadow",
93
- "$value": "{ams.inputs.hover.box-shadow}"
94
- },
95
- "calendar-picker-indicator": {
96
- "background-image": {
97
- "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23003677'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")"
96
+ "$value": "{ams.inputs.hover.box-shadow}",
97
+ "$extensions": {
98
+ "nl.amsterdam.type": "shadow"
98
99
  }
99
100
  },
100
- "calender-picker-indicator": {
101
+ "calendar-picker-indicator": {
101
102
  "background-image": {
102
- "$deprecated": "Use `ams.time-input.hover.calendar-picker-indicator.background-image` instead. Will be removed in release 4.0.0.",
103
- "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23003677'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")"
103
+ "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23003677'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")",
104
+ "$extensions": {
105
+ "nl.amsterdam.type": "backgroundImage"
106
+ }
104
107
  }
105
108
  }
106
109
  },
107
110
  "invalid": {
108
111
  "border-color": {
109
112
  "$value": "{ams.inputs.invalid.border-color}",
110
- "$type": "color"
113
+ "$extensions": {
114
+ "nl.amsterdam.type": "color"
115
+ }
111
116
  },
112
117
  "hover": {
113
118
  "border-color": {
114
119
  "$value": "{ams.inputs.invalid.hover.border-color}",
115
- "$type": "color"
120
+ "$extensions": {
121
+ "nl.amsterdam.type": "color"
122
+ }
116
123
  },
117
124
  "box-shadow": {
118
- "$type": "shadow",
119
- "$value": "{ams.inputs.invalid.hover.box-shadow}"
125
+ "$value": "{ams.inputs.invalid.hover.box-shadow}",
126
+ "$extensions": {
127
+ "nl.amsterdam.type": "shadow"
128
+ }
120
129
  }
121
130
  }
122
131
  },
123
132
  "calendar-picker-indicator": {
124
133
  "background-image": {
125
- "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23004699'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")"
126
- },
127
- "cursor": {
128
- "$value": "{ams.cursor.interactive}"
129
- }
130
- },
131
- "calender-picker-indicator": {
132
- "background-image": {
133
- "$deprecated": "Use `ams.time-input.calendar-picker-indicator.background-image` instead. Will be removed in release 4.0.0.",
134
- "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23004699'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")"
134
+ "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23004699'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")",
135
+ "$extensions": {
136
+ "nl.amsterdam.type": "backgroundImage"
137
+ }
135
138
  },
136
139
  "cursor": {
137
- "$deprecated": "Use `ams.time-input.calendar-picker-indicator.cursor` instead. Will be removed in release 4.0.0.",
138
- "$value": "{ams.cursor.interactive}"
140
+ "$value": "{ams.cursor.interactive}",
141
+ "$extensions": {
142
+ "nl.amsterdam.type": "cursor"
143
+ }
139
144
  }
140
145
  }
141
146
  }
@@ -3,11 +3,15 @@
3
3
  "unordered-list": {
4
4
  "color": {
5
5
  "$value": "{ams.color.text.default}",
6
- "$type": "color"
6
+ "$extensions": {
7
+ "nl.amsterdam.type": "color"
8
+ }
7
9
  },
8
10
  "font-family": {
9
11
  "$value": "{ams.typography.font-family}",
10
- "$type": "fontFamily"
12
+ "$extensions": {
13
+ "nl.amsterdam.type": "fontFamily"
14
+ }
11
15
  },
12
16
  "font-size": {
13
17
  "$value": "{ams.typography.body-text.font-size}",
@@ -17,29 +21,36 @@
17
21
  },
18
22
  "font-weight": {
19
23
  "$value": "{ams.typography.body-text.font-weight}",
20
- "$type": "fontWeight"
24
+ "$extensions": {
25
+ "nl.amsterdam.type": "fontWeight"
26
+ }
21
27
  },
22
28
  "gap": {
23
29
  "$value": "{ams.space.s}",
24
- "$type": "dimension",
25
30
  "$extensions": {
26
- "nl.amsterdam.subtype": "space"
31
+ "nl.amsterdam.subtype": "space",
32
+ "nl.amsterdam.type": "dimension"
27
33
  }
28
34
  },
29
35
  "line-height": {
30
36
  "$value": "{ams.typography.body-text.line-height}",
31
37
  "$extensions": {
32
- "nl.amsterdam.type": "lineHeight"
38
+ "nl.amsterdam.subtype": "lineHeight",
39
+ "nl.amsterdam.type": "number"
33
40
  }
34
41
  },
35
42
  "list-style-type": {
36
43
  "$value": "'\\2022'",
37
- "$type": "fontFamily"
44
+ "$extensions": {
45
+ "nl.amsterdam.type": "listStyleType"
46
+ }
38
47
  },
39
48
  "inverse": {
40
49
  "color": {
41
50
  "$value": "{ams.color.text.inverse}",
42
- "$type": "color"
51
+ "$extensions": {
52
+ "nl.amsterdam.type": "color"
53
+ }
43
54
  }
44
55
  },
45
56
  "small": {
@@ -52,7 +63,8 @@
52
63
  "line-height": {
53
64
  "$value": "{ams.typography.body-text.small.line-height}",
54
65
  "$extensions": {
55
- "nl.amsterdam.type": "lineHeight"
66
+ "nl.amsterdam.subtype": "lineHeight",
67
+ "nl.amsterdam.type": "number"
56
68
  }
57
69
  }
58
70
  },
@@ -62,7 +74,6 @@
62
74
  "value": 1.625,
63
75
  "unit": "rem"
64
76
  },
65
- "$type": "dimension",
66
77
  "$extensions": {
67
78
  "nl.amsterdam.hint": "Divide your total indentation width over margin and padding to position the marker.",
68
79
  "nl.amsterdam.subtype": "space"
@@ -76,34 +87,36 @@
76
87
  "$extensions": {
77
88
  "nl.amsterdam.hint": "The total level 1 indentation for Amsterdam is 40 pixels, or 2.5rem.",
78
89
  "nl.amsterdam.subtype": "space"
79
- },
80
- "$type": "dimension"
81
- }
90
+ }
91
+ },
92
+ "$type": "dimension"
82
93
  },
83
94
  "unordered-list": {
84
95
  "gap": {
85
96
  "$value": "{ams.space.s}",
86
- "$type": "dimension",
87
97
  "$extensions": {
88
- "nl.amsterdam.subtype": "space"
98
+ "nl.amsterdam.subtype": "space",
99
+ "nl.amsterdam.type": "dimension"
89
100
  }
90
101
  },
91
102
  "list-style-type": {
92
103
  "$value": "'\\2013'",
93
- "$type": "fontFamily"
104
+ "$extensions": {
105
+ "nl.amsterdam.type": "listStyleType"
106
+ }
94
107
  },
95
108
  "padding-block-end": {
96
109
  "$value": "{ams.space.s}",
97
- "$type": "dimension",
98
110
  "$extensions": {
99
- "nl.amsterdam.subtype": "space"
111
+ "nl.amsterdam.subtype": "space",
112
+ "nl.amsterdam.type": "dimension"
100
113
  }
101
114
  },
102
115
  "padding-block-start": {
103
116
  "$value": "{ams.space.s}",
104
- "$type": "dimension",
105
117
  "$extensions": {
106
- "nl.amsterdam.subtype": "space"
118
+ "nl.amsterdam.subtype": "space",
119
+ "nl.amsterdam.type": "dimension"
107
120
  }
108
121
  },
109
122
  "item": {
@@ -112,9 +125,8 @@
112
125
  "value": 0.875,
113
126
  "unit": "rem"
114
127
  },
115
- "$type": "dimension",
116
128
  "$extensions": {
117
- "nl.amsterdam.hint": "Indent less than the parent to start-align the child\u2019s marker with the parent text.",
129
+ "nl.amsterdam.hint": "Indent less than the parent to start-align the child’s marker with the parent text.",
118
130
  "nl.amsterdam.subtype": "space"
119
131
  }
120
132
  },
@@ -126,9 +138,9 @@
126
138
  "$extensions": {
127
139
  "nl.amsterdam.hint": "The total level >=2 indentation for Amsterdam is 28 pixels, or 1.75rem.",
128
140
  "nl.amsterdam.subtype": "space"
129
- },
130
- "$type": "dimension"
131
- }
141
+ }
142
+ },
143
+ "$type": "dimension"
132
144
  }
133
145
  }
134
146
  }
@@ -0,0 +1,32 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
5
+
6
+ import { transformTypes } from 'style-dictionary/enums'
7
+
8
+ /**
9
+ * Transforms a DTCG fontFamily array to a CSS font-family string.
10
+ *
11
+ * The DTCG spec requires fontFamily values to be an array of strings,
12
+ * but CSS expects a comma-separated string where names containing spaces
13
+ * are quoted.
14
+ *
15
+ * @example
16
+ * // Input ($value of a token):
17
+ * ["Amsterdam Sans", "Arial", "sans-serif"]
18
+ *
19
+ * // Output (transformed token value):
20
+ * "'Amsterdam Sans', Arial, sans-serif"
21
+ * @see {@link https://www.designtokens.org/TR/2025.10/format/#font-family} DTCG fontFamily spec
22
+ */
23
+ export const dtcgFontFamily = {
24
+ filter: (token) => (token.$type ?? token.type) === 'fontFamily' && Array.isArray(token.$value ?? token.value),
25
+ name: 'dtcg/fontFamily',
26
+ transform: (token) => {
27
+ const value = token.$value ?? token.value
28
+ return value.map((name) => (name.includes(' ') ? `'${name}'` : name)).join(', ')
29
+ },
30
+ transitive: true,
31
+ type: transformTypes.value,
32
+ }
@@ -1,46 +0,0 @@
1
- {
2
- "ams": {
3
- "page-heading": {
4
- "color": {
5
- "$deprecated": "Use the Heading component with level 1 instead. Will be removed in release 4.0.0.",
6
- "$value": "{ams.color.text.default}",
7
- "$type": "color"
8
- },
9
- "font-family": {
10
- "$deprecated": "Use the Heading component with level 1 instead. Will be removed in release 4.0.0.",
11
- "$value": "{ams.typography.font-family}",
12
- "$type": "fontFamily"
13
- },
14
- "font-size": {
15
- "$deprecated": "Use the Heading component with level 1 instead. Will be removed in release 4.0.0.",
16
- "$value": "{ams.typography.heading.0.font-size}",
17
- "$extensions": {
18
- "nl.amsterdam.type": "fontSize"
19
- }
20
- },
21
- "font-weight": {
22
- "$deprecated": "Use the Heading component with level 1 instead. Will be removed in release 4.0.0.",
23
- "$value": "{ams.typography.heading.font-weight}",
24
- "$type": "fontWeight"
25
- },
26
- "line-height": {
27
- "$deprecated": "Use the Heading component with level 1 instead. Will be removed in release 4.0.0.",
28
- "$value": "{ams.typography.heading.0.line-height}",
29
- "$extensions": {
30
- "nl.amsterdam.type": "lineHeight"
31
- }
32
- },
33
- "text-wrap": {
34
- "$deprecated": "Use the Heading component with level 1 instead. Will be removed in release 4.0.0.",
35
- "$value": "{ams.typography.heading.text-wrap}"
36
- },
37
- "inverse": {
38
- "color": {
39
- "$deprecated": "Use the Heading component with level 1 instead. Will be removed in release 4.0.0.",
40
- "$value": "{ams.color.text.inverse}",
41
- "$type": "color"
42
- }
43
- }
44
- }
45
- }
46
- }