@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,84 +3,97 @@
3
3
  "link": {
4
4
  "color": {
5
5
  "$value": "{ams.links.color}",
6
- "$type": "color"
6
+ "$extensions": {
7
+ "nl.amsterdam.type": "color"
8
+ }
7
9
  },
8
10
  "font-family": {
9
- "$value": "inherit",
10
- "$type": "fontFamily"
11
+ "$value": "inherit"
11
12
  },
12
13
  "font-size": {
13
- "$value": "inherit",
14
- "$extensions": {
15
- "nl.amsterdam.type": "fontSize"
16
- }
14
+ "$value": "inherit"
17
15
  },
18
16
  "font-weight": {
19
17
  "$value": "{ams.typography.body-text.font-weight}",
20
- "$type": "fontWeight"
21
- },
22
- "line-height": {
23
- "$value": "inherit",
24
18
  "$extensions": {
25
- "nl.amsterdam.type": "lineHeight"
19
+ "nl.amsterdam.type": "fontWeight"
26
20
  }
27
21
  },
22
+ "line-height": {
23
+ "$value": "inherit"
24
+ },
28
25
  "outline-offset": {
29
26
  "$value": "{ams.focus.outline-offset}",
30
- "$type": "dimension",
31
27
  "$extensions": {
32
- "nl.amsterdam.subtype": "space"
28
+ "nl.amsterdam.subtype": "space",
29
+ "nl.amsterdam.type": "dimension"
33
30
  }
34
31
  },
35
32
  "text-decoration-thickness": {
36
33
  "$value": "{ams.links.text-decoration-thickness}",
37
- "$type": "dimension"
34
+ "$extensions": {
35
+ "nl.amsterdam.subtype": "space",
36
+ "nl.amsterdam.type": "dimension"
37
+ }
38
38
  },
39
39
  "text-underline-offset": {
40
40
  "$value": "{ams.links.text-underline-offset}",
41
- "$type": "dimension",
42
41
  "$extensions": {
43
- "nl.amsterdam.subtype": "space"
42
+ "nl.amsterdam.subtype": "space",
43
+ "nl.amsterdam.type": "dimension"
44
44
  }
45
45
  },
46
46
  "hover": {
47
47
  "color": {
48
48
  "$value": "{ams.links.hover.color}",
49
- "$type": "color"
49
+ "$extensions": {
50
+ "nl.amsterdam.type": "color"
51
+ }
50
52
  },
51
53
  "text-decoration-thickness": {
52
54
  "$value": "{ams.links.hover.text-decoration-thickness}",
53
- "$type": "dimension"
55
+ "$extensions": {
56
+ "nl.amsterdam.subtype": "space",
57
+ "nl.amsterdam.type": "dimension"
58
+ }
54
59
  },
55
60
  "text-underline-offset": {
56
61
  "$value": "{ams.links.hover.text-underline-offset}",
57
- "$type": "dimension",
58
62
  "$extensions": {
59
- "nl.amsterdam.subtype": "space"
63
+ "nl.amsterdam.subtype": "space",
64
+ "nl.amsterdam.type": "dimension"
60
65
  }
61
66
  }
62
67
  },
63
68
  "contrast": {
64
69
  "color": {
65
70
  "$value": "{ams.links.contrast.color}",
66
- "$type": "color"
71
+ "$extensions": {
72
+ "nl.amsterdam.type": "color"
73
+ }
67
74
  },
68
75
  "hover": {
69
76
  "color": {
70
77
  "$value": "{ams.links.contrast.hover.color}",
71
- "$type": "color"
78
+ "$extensions": {
79
+ "nl.amsterdam.type": "color"
80
+ }
72
81
  }
73
82
  }
74
83
  },
75
84
  "inverse": {
76
85
  "color": {
77
86
  "$value": "{ams.links.inverse.color}",
78
- "$type": "color"
87
+ "$extensions": {
88
+ "nl.amsterdam.type": "color"
89
+ }
79
90
  },
80
91
  "hover": {
81
92
  "color": {
82
93
  "$value": "{ams.links.inverse.hover.color}",
83
- "$type": "color"
94
+ "$extensions": {
95
+ "nl.amsterdam.type": "color"
96
+ }
84
97
  }
85
98
  }
86
99
  }
@@ -3,7 +3,9 @@
3
3
  "logo": {
4
4
  "block-size": {
5
5
  "$value": "{ams.space.xl}",
6
- "$type": "dimension"
6
+ "$extensions": {
7
+ "nl.amsterdam.type": "dimension"
8
+ }
7
9
  },
8
10
  "min-block-size": {
9
11
  "$value": {
@@ -21,7 +23,9 @@
21
23
  "subsite": {
22
24
  "color": {
23
25
  "$value": "{ams.color.text.default}",
24
- "$type": "color"
26
+ "$extensions": {
27
+ "nl.amsterdam.type": "color"
28
+ }
25
29
  }
26
30
  },
27
31
  "title": {
@@ -3,7 +3,9 @@
3
3
  "mark": {
4
4
  "background-color": {
5
5
  "$value": "{ams.color.highlight.yellow}",
6
- "$type": "color"
6
+ "$extensions": {
7
+ "nl.amsterdam.type": "color"
8
+ }
7
9
  }
8
10
  }
9
11
  }
@@ -3,11 +3,15 @@
3
3
  "menu": {
4
4
  "background-color": {
5
5
  "$value": "{ams.color.interactive.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,22 +21,48 @@
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
  "line-height": {
23
29
  "$value": "{ams.typography.body-text.line-height}",
24
30
  "$extensions": {
25
- "nl.amsterdam.type": "lineHeight"
31
+ "nl.amsterdam.subtype": "lineHeight",
32
+ "nl.amsterdam.type": "number"
26
33
  }
27
34
  },
28
35
  "padding-block": {
29
36
  "$value": "{ams.space.m}",
30
- "$type": "dimension",
31
37
  "$extensions": {
32
- "nl.amsterdam.subtype": "space"
38
+ "nl.amsterdam.subtype": "space",
39
+ "nl.amsterdam.type": "dimension"
33
40
  }
34
41
  },
35
42
  "wide": {
43
+ "max-inline-size": {
44
+ "$deprecated": "Use `ams.menu.vi-wide.max-inline-size` instead. Will be removed on or after 2026-10-20.",
45
+ "$value": "initial",
46
+ "$type": "dimension"
47
+ },
48
+ "padding-block": {
49
+ "$deprecated": "Use `ams.menu.vi-wide.padding-block` instead. Will be removed on or after 2026-10-20.",
50
+ "$value": "initial",
51
+ "$type": "dimension",
52
+ "$extensions": {
53
+ "nl.amsterdam.subtype": "space"
54
+ }
55
+ },
56
+ "padding-inline": {
57
+ "$deprecated": "Use `ams.menu.vi-wide.padding-inline` instead. Will be removed on or after 2026-10-20.",
58
+ "$value": "initial",
59
+ "$type": "dimension",
60
+ "$extensions": {
61
+ "nl.amsterdam.subtype": "space"
62
+ }
63
+ }
64
+ },
65
+ "vi-wide": {
36
66
  "max-inline-size": {
37
67
  "$value": {
38
68
  "value": 8,
@@ -42,119 +72,114 @@
42
72
  },
43
73
  "padding-block": {
44
74
  "$value": "calc({ams.logo.block-size} + 2 * {ams.page-header.padding-block}) {ams.space.m}",
45
- "$type": "dimension",
46
75
  "$extensions": {
47
- "nl.amsterdam.subtype": "space"
76
+ "nl.amsterdam.subtype": "space",
77
+ "nl.amsterdam.type": "dimension"
48
78
  }
49
79
  },
50
80
  "padding-inline": {
51
81
  "$value": "{ams.space.s}",
52
- "$type": "dimension",
53
82
  "$extensions": {
54
- "nl.amsterdam.subtype": "space"
83
+ "nl.amsterdam.subtype": "space",
84
+ "nl.amsterdam.type": "dimension"
55
85
  }
56
86
  }
57
87
  },
58
88
  "link": {
59
89
  "color": {
60
90
  "$value": "{ams.links.inverse.color}",
61
- "$type": "color"
62
- },
63
- "contrast": {
64
- "color": {
65
- "$deprecated": "The menu has a dark background now, so this is no longer needed. Will be removed in release 4.0.0.",
66
- "$value": "{ams.links.contrast.color}",
67
- "$type": "color"
68
- },
69
- "hover": {
70
- "color": {
71
- "$deprecated": "The menu has a dark background now, so this is no longer needed. Will be removed in release 4.0.0.",
72
- "$value": "{ams.links.contrast.hover.color}",
73
- "$type": "color"
74
- }
75
- }
76
- },
77
- "inverse": {
78
- "color": {
79
- "$deprecated": "The menu has a dark background now, so this is no longer needed. Will be removed in release 4.0.0.",
80
- "$value": "{ams.links.inverse.color}",
81
- "$type": "color"
82
- },
83
- "hover": {
84
- "color": {
85
- "$deprecated": "The menu has a dark background now, so this is no longer needed. Will be removed in release 4.0.0.",
86
- "$value": "{ams.links.inverse.hover.color}",
87
- "$type": "color"
88
- }
91
+ "$extensions": {
92
+ "nl.amsterdam.type": "color"
89
93
  }
90
94
  },
91
95
  "gap": {
92
96
  "$value": "{ams.space.s}",
93
- "$type": "dimension",
94
97
  "$extensions": {
95
- "nl.amsterdam.subtype": "space"
98
+ "nl.amsterdam.subtype": "space",
99
+ "nl.amsterdam.type": "dimension"
96
100
  }
97
101
  },
98
102
  "outline-offset": {
99
103
  "$value": "{ams.focus.outline-offset}",
100
- "$type": "dimension",
101
104
  "$extensions": {
102
- "nl.amsterdam.subtype": "space"
105
+ "nl.amsterdam.subtype": "space",
106
+ "nl.amsterdam.type": "dimension"
103
107
  }
104
108
  },
105
109
  "padding-block": {
106
110
  "$value": "{ams.space.s}",
107
- "$type": "dimension",
108
111
  "$extensions": {
109
- "nl.amsterdam.subtype": "space"
112
+ "nl.amsterdam.subtype": "space",
113
+ "nl.amsterdam.type": "dimension"
110
114
  }
111
115
  },
112
116
  "padding-inline": {
113
117
  "$value": "{ams.space.s}",
114
- "$type": "dimension",
115
118
  "$extensions": {
116
- "nl.amsterdam.subtype": "space"
119
+ "nl.amsterdam.subtype": "space",
120
+ "nl.amsterdam.type": "dimension"
117
121
  }
118
122
  },
119
123
  "text-decoration-line": {
120
- "$value": "{ams.links.subtle.text-decoration-line}"
124
+ "$value": "{ams.links.subtle.text-decoration-line}",
125
+ "$extensions": {
126
+ "nl.amsterdam.type": "textDecorationLine"
127
+ }
121
128
  },
122
129
  "text-decoration-thickness": {
123
130
  "$value": "{ams.links.text-decoration-thickness}",
124
- "$type": "dimension"
131
+ "$extensions": {
132
+ "nl.amsterdam.subtype": "space",
133
+ "nl.amsterdam.type": "dimension"
134
+ }
125
135
  },
126
136
  "text-underline-offset": {
127
137
  "$value": "{ams.links.text-underline-offset}",
128
- "$type": "dimension",
129
138
  "$extensions": {
130
- "nl.amsterdam.subtype": "space"
139
+ "nl.amsterdam.subtype": "space",
140
+ "nl.amsterdam.type": "dimension"
131
141
  }
132
142
  },
133
143
  "hover": {
134
144
  "color": {
135
145
  "$value": "{ams.links.inverse.hover.color}",
136
- "$type": "color"
146
+ "$extensions": {
147
+ "nl.amsterdam.type": "color"
148
+ }
137
149
  },
138
150
  "text-decoration-line": {
139
- "$value": "{ams.links.subtle.hover.text-decoration-line}"
151
+ "$value": "{ams.links.subtle.hover.text-decoration-line}",
152
+ "$extensions": {
153
+ "nl.amsterdam.type": "textDecorationLine"
154
+ }
140
155
  }
141
156
  },
142
157
  "wide": {
143
158
  "gap": {
144
- "$value": "{ams.space.xs}",
159
+ "$deprecated": "Use `ams.menu.link.vi-wide.gap` instead. Will be removed on or after 2026-10-20.",
160
+ "$value": "initial",
145
161
  "$type": "dimension",
146
162
  "$extensions": {
147
163
  "nl.amsterdam.subtype": "space"
148
164
  }
149
165
  }
166
+ },
167
+ "vi-wide": {
168
+ "gap": {
169
+ "$value": "{ams.space.xs}",
170
+ "$extensions": {
171
+ "nl.amsterdam.subtype": "space",
172
+ "nl.amsterdam.type": "dimension"
173
+ }
174
+ }
150
175
  }
151
176
  },
152
177
  "list": {
153
178
  "gap": {
154
179
  "$value": "{ams.space.m}",
155
- "$type": "dimension",
156
180
  "$extensions": {
157
- "nl.amsterdam.subtype": "space"
181
+ "nl.amsterdam.subtype": "space",
182
+ "nl.amsterdam.type": "dimension"
158
183
  }
159
184
  }
160
185
  }
@@ -3,11 +3,15 @@
3
3
  "ordered-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,23 +21,29 @@
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
- "$value": "decimal"
43
+ "$value": "decimal",
44
+ "$extensions": {
45
+ "nl.amsterdam.type": "listStyleType"
46
+ }
37
47
  },
38
48
  "small": {
39
49
  "font-size": {
@@ -45,14 +55,17 @@
45
55
  "line-height": {
46
56
  "$value": "{ams.typography.body-text.small.line-height}",
47
57
  "$extensions": {
48
- "nl.amsterdam.type": "lineHeight"
58
+ "nl.amsterdam.subtype": "lineHeight",
59
+ "nl.amsterdam.type": "number"
49
60
  }
50
61
  }
51
62
  },
52
63
  "inverse": {
53
64
  "color": {
54
65
  "$value": "{ams.color.text.inverse}",
55
- "$type": "color"
66
+ "$extensions": {
67
+ "nl.amsterdam.type": "color"
68
+ }
56
69
  }
57
70
  },
58
71
  "item": {
@@ -61,7 +74,6 @@
61
74
  "value": 2.25,
62
75
  "unit": "rem"
63
76
  },
64
- "$type": "dimension",
65
77
  "$extensions": {
66
78
  "nl.amsterdam.hint": "Divide your total indentation width over margin and padding to position the marker.",
67
79
  "nl.amsterdam.subtype": "space"
@@ -75,33 +87,36 @@
75
87
  "$extensions": {
76
88
  "nl.amsterdam.hint": "The total level 1 indentation for Amsterdam is 40 pixels, or 2.5rem.",
77
89
  "nl.amsterdam.subtype": "space"
78
- },
79
- "$type": "dimension"
80
- }
90
+ }
91
+ },
92
+ "$type": "dimension"
81
93
  },
82
94
  "ordered-list": {
83
95
  "gap": {
84
96
  "$value": "{ams.space.s}",
85
- "$type": "dimension",
86
97
  "$extensions": {
87
- "nl.amsterdam.subtype": "space"
98
+ "nl.amsterdam.subtype": "space",
99
+ "nl.amsterdam.type": "dimension"
88
100
  }
89
101
  },
90
102
  "list-style-type": {
91
- "$value": "lower-alpha"
103
+ "$value": "lower-alpha",
104
+ "$extensions": {
105
+ "nl.amsterdam.type": "listStyleType"
106
+ }
92
107
  },
93
108
  "padding-block-end": {
94
109
  "$value": "{ams.space.s}",
95
- "$type": "dimension",
96
110
  "$extensions": {
97
- "nl.amsterdam.subtype": "space"
111
+ "nl.amsterdam.subtype": "space",
112
+ "nl.amsterdam.type": "dimension"
98
113
  }
99
114
  },
100
115
  "padding-block-start": {
101
116
  "$value": "{ams.space.s}",
102
- "$type": "dimension",
103
117
  "$extensions": {
104
- "nl.amsterdam.subtype": "space"
118
+ "nl.amsterdam.subtype": "space",
119
+ "nl.amsterdam.type": "dimension"
105
120
  }
106
121
  },
107
122
  "item": {
@@ -110,9 +125,8 @@
110
125
  "value": 1.5,
111
126
  "unit": "rem"
112
127
  },
113
- "$type": "dimension",
114
128
  "$extensions": {
115
- "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.",
116
130
  "nl.amsterdam.subtype": "space"
117
131
  }
118
132
  },
@@ -124,9 +138,9 @@
124
138
  "$extensions": {
125
139
  "nl.amsterdam.hint": "The total level >=2 indentation for Amsterdam is 28 pixels, or 1.75rem.",
126
140
  "nl.amsterdam.subtype": "space"
127
- },
128
- "$type": "dimension"
129
- }
141
+ }
142
+ },
143
+ "$type": "dimension"
130
144
  }
131
145
  }
132
146
  }