@amsterdam/design-system-tokens 3.3.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 (109) hide show
  1. package/CHANGELOG.md +61 -3
  2. package/README.md +131 -22
  3. package/build.js +11 -1
  4. package/dist/compact.css +9 -2
  5. package/dist/compact.d.ts +21 -6
  6. package/dist/compact.json +33 -18
  7. package/dist/compact.mjs +21 -13
  8. package/dist/compact.scss +9 -2
  9. package/dist/compact.theme.css +9 -2
  10. package/dist/index.css +177 -165
  11. package/dist/index.d.ts +250 -226
  12. package/dist/index.json +345 -321
  13. package/dist/index.mjs +285 -267
  14. package/dist/index.scss +177 -165
  15. package/dist/index.theme.css +177 -165
  16. package/package.json +2 -2
  17. package/src/brand/ams/aspect-ratio.tokens.json +24 -6
  18. package/src/brand/ams/border.compact.tokens.json +20 -0
  19. package/src/brand/ams/border.tokens.json +25 -0
  20. package/src/brand/ams/color.compact.tokens.json +15 -0
  21. package/src/brand/ams/color.tokens.json +37 -49
  22. package/src/brand/ams/cursor.tokens.json +9 -2
  23. package/src/brand/ams/focus.tokens.json +1 -0
  24. package/src/brand/ams/space.compact.tokens.json +16 -4
  25. package/src/brand/ams/space.tokens.json +31 -6
  26. package/src/brand/ams/typography.compact.tokens.json +36 -27
  27. package/src/brand/ams/typography.tokens.json +60 -32
  28. package/src/common/ams/inputs.tokens.json +41 -19
  29. package/src/common/ams/links.tokens.json +35 -10
  30. package/src/components/ams/accordion.tokens.json +18 -11
  31. package/src/components/ams/action-group.tokens.json +2 -2
  32. package/src/components/ams/alert.tokens.json +38 -20
  33. package/src/components/ams/avatar.tokens.json +79 -29
  34. package/src/components/ams/badge.tokens.json +60 -23
  35. package/src/components/ams/blockquote.tokens.json +14 -5
  36. package/src/components/ams/body.compact.tokens.json +12 -0
  37. package/src/components/ams/body.tokens.json +12 -0
  38. package/src/components/ams/breadcrumb.tokens.json +36 -15
  39. package/src/components/ams/button.tokens.json +74 -33
  40. package/src/components/ams/call-to-action-link.tokens.json +29 -16
  41. package/src/components/ams/card.tokens.json +30 -17
  42. package/src/components/ams/character-count.tokens.json +14 -5
  43. package/src/components/ams/checkbox.tokens.json +106 -39
  44. package/src/components/ams/column.tokens.json +10 -10
  45. package/src/components/ams/date-input.tokens.json +56 -23
  46. package/src/components/ams/description-list.tokens.json +101 -23
  47. package/src/components/ams/dialog.tokens.json +104 -28
  48. package/src/components/ams/error-message.tokens.json +13 -6
  49. package/src/components/ams/field-set.tokens.json +40 -17
  50. package/src/components/ams/field.tokens.json +18 -7
  51. package/src/components/ams/figure.tokens.json +16 -7
  52. package/src/components/ams/file-input.tokens.json +69 -30
  53. package/src/components/ams/file-list.tokens.json +20 -11
  54. package/src/components/ams/grid.compact.tokens.json +24 -2
  55. package/src/components/ams/grid.tokens.json +77 -24
  56. package/src/components/ams/heading.tokens.json +38 -36
  57. package/src/components/ams/hint.tokens.json +6 -2
  58. package/src/components/ams/icon-button.tokens.json +46 -16
  59. package/src/components/ams/icon.tokens.json +19 -23
  60. package/src/components/ams/image-slider.tokens.json +28 -16
  61. package/src/components/ams/image.tokens.json +4 -1
  62. package/src/components/ams/invalid-form-alert.tokens.json +2 -2
  63. package/src/components/ams/label.tokens.json +18 -6
  64. package/src/components/ams/link-list.tokens.json +50 -22
  65. package/src/components/ams/link.tokens.json +38 -25
  66. package/src/components/ams/logo.tokens.json +6 -2
  67. package/src/components/ams/mark.tokens.json +3 -1
  68. package/src/components/ams/menu.tokens.json +81 -28
  69. package/src/components/ams/ordered-list.tokens.json +39 -25
  70. package/src/components/ams/page-footer.tokens.json +70 -26
  71. package/src/components/ams/page-header.compact.tokens.json +2 -1
  72. package/src/components/ams/page-header.tokens.json +128 -59
  73. package/src/components/ams/page.compact.tokens.json +12 -0
  74. package/src/components/ams/page.tokens.json +5 -3
  75. package/src/components/ams/pagination.tokens.json +37 -17
  76. package/src/components/ams/paragraph.tokens.json +22 -8
  77. package/src/components/ams/password-input.tokens.json +47 -21
  78. package/src/components/ams/progress-list.tokens.json +194 -52
  79. package/src/components/ams/radio.tokens.json +97 -36
  80. package/src/components/ams/row.tokens.json +10 -10
  81. package/src/components/ams/search-field.tokens.json +57 -24
  82. package/src/components/ams/select.tokens.json +63 -23
  83. package/src/components/ams/skip-link.tokens.json +23 -12
  84. package/src/components/ams/spotlight.tokens.json +21 -7
  85. package/src/components/ams/standalone-link.tokens.json +44 -18
  86. package/src/components/ams/switch.tokens.json +40 -10
  87. package/src/components/ams/tab-navigation.tokens.json +205 -0
  88. package/src/components/ams/table-of-contents.tokens.json +38 -20
  89. package/src/components/ams/table.tokens.json +29 -10
  90. package/src/components/ams/tabs.tokens.json +39 -20
  91. package/src/components/ams/text-area.tokens.json +49 -23
  92. package/src/components/ams/text-input.tokens.json +47 -19
  93. package/src/components/ams/time-input.tokens.json +56 -21
  94. package/src/components/ams/unordered-list.tokens.json +37 -25
  95. package/style-dictionary/transforms/dtcg-font-family.js +32 -0
  96. package/src/brand/ams/color.deprecated.tokens.json +0 -13
  97. package/src/brand/ams/typography.deprecated.compact.tokens.json +0 -26
  98. package/src/brand/ams/typography.deprecated.tokens.json +0 -40
  99. package/src/components/ams/accordion.deprecated.tokens.json +0 -39
  100. package/src/components/ams/checkbox.deprecated.tokens.json +0 -59
  101. package/src/components/ams/date-input.deprecated.tokens.json +0 -38
  102. package/src/components/ams/field-set.deprecated.tokens.json +0 -16
  103. package/src/components/ams/field.deprecated.tokens.json +0 -14
  104. package/src/components/ams/icon.deprecated.tokens.json +0 -22
  105. package/src/components/ams/menu.deprecated.tokens.json +0 -36
  106. package/src/components/ams/page-heading.deprecated.tokens.json +0 -46
  107. package/src/components/ams/standalone-link.deprecated.tokens.json +0 -38
  108. package/src/components/ams/table-of-contents.deprecated.tokens.json +0 -24
  109. package/src/components/ams/time-input.deprecated.tokens.json +0 -38
@@ -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,91 +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"
91
+ "$extensions": {
92
+ "nl.amsterdam.type": "color"
93
+ }
62
94
  },
63
95
  "gap": {
64
96
  "$value": "{ams.space.s}",
65
- "$type": "dimension",
66
97
  "$extensions": {
67
- "nl.amsterdam.subtype": "space"
98
+ "nl.amsterdam.subtype": "space",
99
+ "nl.amsterdam.type": "dimension"
68
100
  }
69
101
  },
70
102
  "outline-offset": {
71
103
  "$value": "{ams.focus.outline-offset}",
72
- "$type": "dimension",
73
104
  "$extensions": {
74
- "nl.amsterdam.subtype": "space"
105
+ "nl.amsterdam.subtype": "space",
106
+ "nl.amsterdam.type": "dimension"
75
107
  }
76
108
  },
77
109
  "padding-block": {
78
110
  "$value": "{ams.space.s}",
79
- "$type": "dimension",
80
111
  "$extensions": {
81
- "nl.amsterdam.subtype": "space"
112
+ "nl.amsterdam.subtype": "space",
113
+ "nl.amsterdam.type": "dimension"
82
114
  }
83
115
  },
84
116
  "padding-inline": {
85
117
  "$value": "{ams.space.s}",
86
- "$type": "dimension",
87
118
  "$extensions": {
88
- "nl.amsterdam.subtype": "space"
119
+ "nl.amsterdam.subtype": "space",
120
+ "nl.amsterdam.type": "dimension"
89
121
  }
90
122
  },
91
123
  "text-decoration-line": {
92
- "$value": "{ams.links.subtle.text-decoration-line}"
124
+ "$value": "{ams.links.subtle.text-decoration-line}",
125
+ "$extensions": {
126
+ "nl.amsterdam.type": "textDecorationLine"
127
+ }
93
128
  },
94
129
  "text-decoration-thickness": {
95
130
  "$value": "{ams.links.text-decoration-thickness}",
96
- "$type": "dimension"
131
+ "$extensions": {
132
+ "nl.amsterdam.subtype": "space",
133
+ "nl.amsterdam.type": "dimension"
134
+ }
97
135
  },
98
136
  "text-underline-offset": {
99
137
  "$value": "{ams.links.text-underline-offset}",
100
- "$type": "dimension",
101
138
  "$extensions": {
102
- "nl.amsterdam.subtype": "space"
139
+ "nl.amsterdam.subtype": "space",
140
+ "nl.amsterdam.type": "dimension"
103
141
  }
104
142
  },
105
143
  "hover": {
106
144
  "color": {
107
145
  "$value": "{ams.links.inverse.hover.color}",
108
- "$type": "color"
146
+ "$extensions": {
147
+ "nl.amsterdam.type": "color"
148
+ }
109
149
  },
110
150
  "text-decoration-line": {
111
- "$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
+ }
112
155
  }
113
156
  },
114
157
  "wide": {
115
158
  "gap": {
116
- "$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",
117
161
  "$type": "dimension",
118
162
  "$extensions": {
119
163
  "nl.amsterdam.subtype": "space"
120
164
  }
121
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
+ }
122
175
  }
123
176
  },
124
177
  "list": {
125
178
  "gap": {
126
179
  "$value": "{ams.space.m}",
127
- "$type": "dimension",
128
180
  "$extensions": {
129
- "nl.amsterdam.subtype": "space"
181
+ "nl.amsterdam.subtype": "space",
182
+ "nl.amsterdam.type": "dimension"
130
183
  }
131
184
  }
132
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
  }