@amsterdam/design-system-tokens 3.0.0 → 3.2.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.
- package/CHANGELOG.md +24 -0
- package/README.md +45 -1
- package/build.js +25 -35
- package/dist/compact.css +2 -2
- package/dist/compact.d.ts +3 -3
- package/dist/compact.mjs +2 -2
- package/dist/compact.scss +2 -2
- package/dist/compact.theme.css +2 -2
- package/dist/index.css +118 -47
- package/dist/index.d.ts +174 -9
- package/dist/index.json +197 -32
- package/dist/index.mjs +176 -70
- package/dist/index.scss +118 -47
- package/dist/index.theme.css +118 -47
- package/package.json +2 -2
- package/src/brand/ams/aspect-ratio.tokens.json +18 -6
- package/src/brand/ams/border.compact.tokens.json +36 -4
- package/src/brand/ams/border.tokens.json +36 -4
- package/src/brand/ams/color.deprecated.tokens.json +3 -2
- package/src/brand/ams/color.tokens.json +106 -23
- package/src/brand/ams/cursor.tokens.json +6 -2
- package/src/brand/ams/focus.tokens.json +10 -1
- package/src/brand/ams/space.compact.tokens.json +30 -6
- package/src/brand/ams/space.tokens.json +24 -6
- package/src/brand/ams/typography.compact.tokens.json +110 -18
- package/src/brand/ams/typography.deprecated.compact.tokens.json +10 -4
- package/src/brand/ams/typography.deprecated.tokens.json +20 -8
- package/src/brand/ams/typography.tokens.json +131 -24
- package/src/common/ams/inputs.tokens.json +121 -18
- package/src/common/ams/links.tokens.json +72 -12
- package/src/components/ams/accordion.deprecated.tokens.json +29 -7
- package/src/components/ams/accordion.tokens.json +46 -8
- package/src/components/ams/action-group.tokens.json +7 -1
- package/src/components/ams/alert.tokens.json +83 -16
- package/src/components/ams/avatar.tokens.json +139 -31
- package/src/components/ams/badge.tokens.json +98 -21
- package/src/components/ams/blockquote.tokens.json +28 -6
- package/src/components/ams/breadcrumb.tokens.json +68 -15
- package/src/components/ams/button.tokens.json +176 -34
- package/src/components/ams/call-to-action-link.tokens.json +73 -14
- package/src/components/ams/card.tokens.json +60 -11
- package/src/components/ams/character-count.tokens.json +28 -6
- package/src/components/ams/checkbox.deprecated.tokens.json +23 -7
- package/src/components/ams/checkbox.tokens.json +154 -36
- package/src/components/ams/column.tokens.json +35 -5
- package/src/components/ams/date-input.deprecated.tokens.json +14 -8
- package/src/components/ams/date-input.tokens.json +92 -25
- package/src/components/ams/description-list.tokens.json +86 -13
- package/src/components/ams/dialog.tokens.json +144 -23
- package/src/components/ams/error-message.tokens.json +31 -6
- package/src/components/ams/field-set.deprecated.tokens.json +8 -1
- package/src/components/ams/field-set.tokens.json +69 -13
- package/src/components/ams/field.deprecated.tokens.json +8 -1
- package/src/components/ams/field.tokens.json +24 -4
- package/src/components/ams/figure.tokens.json +35 -7
- package/src/components/ams/file-input.tokens.json +143 -29
- package/src/components/ams/file-list.tokens.json +49 -9
- package/src/components/ams/grid.compact.tokens.json +7 -1
- package/src/components/ams/grid.tokens.json +79 -13
- package/src/components/ams/heading.tokens.json +91 -17
- package/src/components/ams/hint.tokens.json +8 -2
- package/src/components/ams/icon-button.tokens.json +69 -17
- package/src/components/ams/icon.deprecated.tokens.json +10 -4
- package/src/components/ams/icon.tokens.json +112 -19
- package/src/components/ams/image-slider.tokens.json +60 -10
- package/src/components/ams/image.tokens.json +3 -1
- package/src/components/ams/invalid-form-alert.tokens.json +7 -1
- package/src/components/ams/label.tokens.json +31 -7
- package/src/components/ams/link-list.tokens.json +106 -21
- package/src/components/ams/link.tokens.json +73 -15
- package/src/components/ams/logo.tokens.json +23 -5
- package/src/components/ams/mark.tokens.json +4 -1
- package/src/components/ams/menu.deprecated.tokens.json +12 -8
- package/src/components/ams/menu.tokens.json +119 -21
- package/src/components/ams/ordered-list.tokens.json +110 -22
- package/src/components/ams/page-footer.tokens.json +98 -18
- package/src/components/ams/page-header.compact.tokens.json +19 -3
- package/src/components/ams/page-header.tokens.json +214 -34
- package/src/components/ams/page-heading.deprecated.tokens.json +38 -8
- package/src/components/ams/page.tokens.json +24 -5
- package/src/components/ams/pagination.tokens.json +70 -14
- package/src/components/ams/paragraph.tokens.json +55 -11
- package/src/components/ams/password-input.tokens.json +92 -19
- package/src/components/ams/progress-list.tokens.json +372 -0
- package/src/components/ams/radio.tokens.json +142 -33
- package/src/components/ams/row.tokens.json +35 -5
- package/src/components/ams/search-field.tokens.json +101 -22
- package/src/components/ams/select.tokens.json +97 -24
- package/src/components/ams/skip-link.tokens.json +53 -10
- package/src/components/ams/spotlight.tokens.json +28 -7
- package/src/components/ams/standalone-link.deprecated.tokens.json +16 -10
- package/src/components/ams/standalone-link.tokens.json +75 -16
- package/src/components/ams/switch.tokens.json +57 -12
- package/src/components/ams/table-of-contents.deprecated.tokens.json +16 -3
- package/src/components/ams/table-of-contents.tokens.json +80 -15
- package/src/components/ams/table.tokens.json +49 -10
- package/src/components/ams/tabs.tokens.json +130 -17
- package/src/components/ams/text-area.tokens.json +97 -20
- package/src/components/ams/text-input.tokens.json +90 -19
- package/src/components/ams/time-input.deprecated.tokens.json +14 -8
- package/src/components/ams/time-input.tokens.json +90 -25
- package/src/components/ams/unordered-list.tokens.json +112 -22
- package/style-dictionary/dimensionToString.js +25 -0
- package/style-dictionary/transforms/dtcg-dimension.js +30 -0
- package/style-dictionary/transforms/name-custom-camel.js +27 -0
- package/style-dictionary/transforms/name-custom-kebab.js +27 -0
- package/style-dictionary/transforms/shadow-dtcg-dimension-normalize.js +50 -0
|
@@ -1,50 +1,158 @@
|
|
|
1
1
|
{
|
|
2
2
|
"ams": {
|
|
3
3
|
"avatar": {
|
|
4
|
-
"aspect-ratio": {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"
|
|
4
|
+
"aspect-ratio": {
|
|
5
|
+
"$value": "{ams.aspect-ratio.1-1}"
|
|
6
|
+
},
|
|
7
|
+
"background-color": {
|
|
8
|
+
"$value": "{ams.color.highlight.purple}",
|
|
9
|
+
"$type": "color"
|
|
10
|
+
},
|
|
11
|
+
"border-color": {
|
|
12
|
+
"$value": "{ams.color.highlight.purple}",
|
|
13
|
+
"$type": "color"
|
|
14
|
+
},
|
|
15
|
+
"border-style": {
|
|
16
|
+
"$value": "solid",
|
|
17
|
+
"$extensions": {
|
|
18
|
+
"nl.amsterdam.type": "borderStyle"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"border-width": {
|
|
22
|
+
"$value": "{ams.border.width.m}",
|
|
23
|
+
"$extensions": {
|
|
24
|
+
"nl.amsterdam.type": "borderWidth"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"color": {
|
|
28
|
+
"$value": "{ams.color.text.inverse}",
|
|
29
|
+
"$type": "color"
|
|
30
|
+
},
|
|
31
|
+
"font-family": {
|
|
32
|
+
"$value": "{ams.typography.font-family}",
|
|
33
|
+
"$type": "fontFamily"
|
|
34
|
+
},
|
|
35
|
+
"font-size": {
|
|
36
|
+
"$value": "{ams.typography.body-text.small.font-size}",
|
|
37
|
+
"$extensions": {
|
|
38
|
+
"nl.amsterdam.type": "fontSize"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"font-weight": {
|
|
42
|
+
"$value": "{ams.typography.body-text.font-weight}",
|
|
43
|
+
"$type": "fontWeight"
|
|
44
|
+
},
|
|
45
|
+
"line-height": {
|
|
46
|
+
"$value": "{ams.typography.body-text.small.line-height}",
|
|
47
|
+
"$extensions": {
|
|
48
|
+
"nl.amsterdam.type": "lineHeight"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"padding-block": {
|
|
52
|
+
"$value": "{ams.space.xs}",
|
|
53
|
+
"$type": "dimension",
|
|
54
|
+
"$extensions": {
|
|
55
|
+
"nl.amsterdam.subtype": "space"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"padding-inline": {
|
|
59
|
+
"$value": "{ams.space.xs}",
|
|
60
|
+
"$type": "dimension",
|
|
61
|
+
"$extensions": {
|
|
62
|
+
"nl.amsterdam.subtype": "space"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
16
65
|
"forced-colors": {
|
|
17
|
-
"border-width": {
|
|
66
|
+
"border-width": {
|
|
67
|
+
"$value": "{ams.border.width.m}",
|
|
68
|
+
"$extensions": {
|
|
69
|
+
"nl.amsterdam.type": "borderWidth"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
18
72
|
},
|
|
19
73
|
"azure": {
|
|
20
|
-
"background-color": {
|
|
21
|
-
|
|
22
|
-
|
|
74
|
+
"background-color": {
|
|
75
|
+
"$value": "{ams.color.highlight.azure}",
|
|
76
|
+
"$type": "color"
|
|
77
|
+
},
|
|
78
|
+
"border-color": {
|
|
79
|
+
"$value": "{ams.color.highlight.azure}",
|
|
80
|
+
"$type": "color"
|
|
81
|
+
},
|
|
82
|
+
"color": {
|
|
83
|
+
"$value": "{ams.color.text.inverse}",
|
|
84
|
+
"$type": "color"
|
|
85
|
+
}
|
|
23
86
|
},
|
|
24
87
|
"green": {
|
|
25
|
-
"background-color": {
|
|
26
|
-
|
|
27
|
-
|
|
88
|
+
"background-color": {
|
|
89
|
+
"$value": "{ams.color.highlight.green}",
|
|
90
|
+
"$type": "color"
|
|
91
|
+
},
|
|
92
|
+
"border-color": {
|
|
93
|
+
"$value": "{ams.color.highlight.green}",
|
|
94
|
+
"$type": "color"
|
|
95
|
+
},
|
|
96
|
+
"color": {
|
|
97
|
+
"$value": "{ams.color.text.inverse}",
|
|
98
|
+
"$type": "color"
|
|
99
|
+
}
|
|
28
100
|
},
|
|
29
101
|
"lime": {
|
|
30
|
-
"background-color": {
|
|
31
|
-
|
|
32
|
-
|
|
102
|
+
"background-color": {
|
|
103
|
+
"$value": "{ams.color.highlight.lime}",
|
|
104
|
+
"$type": "color"
|
|
105
|
+
},
|
|
106
|
+
"border-color": {
|
|
107
|
+
"$value": "{ams.color.highlight.lime}",
|
|
108
|
+
"$type": "color"
|
|
109
|
+
},
|
|
110
|
+
"color": {
|
|
111
|
+
"$value": "{ams.color.text.default}",
|
|
112
|
+
"$type": "color"
|
|
113
|
+
}
|
|
33
114
|
},
|
|
34
115
|
"magenta": {
|
|
35
|
-
"background-color": {
|
|
36
|
-
|
|
37
|
-
|
|
116
|
+
"background-color": {
|
|
117
|
+
"$value": "{ams.color.highlight.magenta}",
|
|
118
|
+
"$type": "color"
|
|
119
|
+
},
|
|
120
|
+
"border-color": {
|
|
121
|
+
"$value": "{ams.color.highlight.magenta}",
|
|
122
|
+
"$type": "color"
|
|
123
|
+
},
|
|
124
|
+
"color": {
|
|
125
|
+
"$value": "{ams.color.text.inverse}",
|
|
126
|
+
"$type": "color"
|
|
127
|
+
}
|
|
38
128
|
},
|
|
39
129
|
"orange": {
|
|
40
|
-
"background-color": {
|
|
41
|
-
|
|
42
|
-
|
|
130
|
+
"background-color": {
|
|
131
|
+
"$value": "{ams.color.highlight.orange}",
|
|
132
|
+
"$type": "color"
|
|
133
|
+
},
|
|
134
|
+
"border-color": {
|
|
135
|
+
"$value": "{ams.color.highlight.orange}",
|
|
136
|
+
"$type": "color"
|
|
137
|
+
},
|
|
138
|
+
"color": {
|
|
139
|
+
"$value": "{ams.color.text.default}",
|
|
140
|
+
"$type": "color"
|
|
141
|
+
}
|
|
43
142
|
},
|
|
44
143
|
"yellow": {
|
|
45
|
-
"background-color": {
|
|
46
|
-
|
|
47
|
-
|
|
144
|
+
"background-color": {
|
|
145
|
+
"$value": "{ams.color.highlight.yellow}",
|
|
146
|
+
"$type": "color"
|
|
147
|
+
},
|
|
148
|
+
"border-color": {
|
|
149
|
+
"$value": "{ams.color.highlight.yellow}",
|
|
150
|
+
"$type": "color"
|
|
151
|
+
},
|
|
152
|
+
"color": {
|
|
153
|
+
"$value": "{ams.color.text.default}",
|
|
154
|
+
"$type": "color"
|
|
155
|
+
}
|
|
48
156
|
}
|
|
49
157
|
}
|
|
50
158
|
}
|
|
@@ -1,40 +1,117 @@
|
|
|
1
1
|
{
|
|
2
2
|
"ams": {
|
|
3
3
|
"badge": {
|
|
4
|
-
"background-color": {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
"background-color": {
|
|
5
|
+
"$value": "{ams.color.feedback.success}",
|
|
6
|
+
"$type": "color"
|
|
7
|
+
},
|
|
8
|
+
"color": {
|
|
9
|
+
"$value": "{ams.color.text.inverse}",
|
|
10
|
+
"$type": "color"
|
|
11
|
+
},
|
|
12
|
+
"font-family": {
|
|
13
|
+
"$value": "{ams.typography.font-family}",
|
|
14
|
+
"$type": "fontFamily"
|
|
15
|
+
},
|
|
16
|
+
"font-size": {
|
|
17
|
+
"$value": "{ams.typography.body-text.font-size}",
|
|
18
|
+
"$extensions": {
|
|
19
|
+
"nl.amsterdam.type": "fontSize"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"font-weight": {
|
|
23
|
+
"$value": "{ams.typography.body-text.bold.font-weight}",
|
|
24
|
+
"$type": "fontWeight"
|
|
25
|
+
},
|
|
26
|
+
"gap": {
|
|
27
|
+
"$value": "{ams.space.xs}",
|
|
28
|
+
"$type": "dimension",
|
|
29
|
+
"$extensions": {
|
|
30
|
+
"nl.amsterdam.subtype": "space"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"line-height": {
|
|
34
|
+
"$value": "{ams.typography.body-text.line-height}",
|
|
35
|
+
"$extensions": {
|
|
36
|
+
"nl.amsterdam.type": "lineHeight"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"padding-inline": {
|
|
40
|
+
"$value": "{ams.space.xs}",
|
|
41
|
+
"$type": "dimension",
|
|
42
|
+
"$extensions": {
|
|
43
|
+
"nl.amsterdam.subtype": "space"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
11
46
|
"azure": {
|
|
12
|
-
"background-color": {
|
|
13
|
-
|
|
47
|
+
"background-color": {
|
|
48
|
+
"$value": "{ams.color.feedback.info}",
|
|
49
|
+
"$type": "color"
|
|
50
|
+
},
|
|
51
|
+
"color": {
|
|
52
|
+
"$value": "{ams.color.text.inverse}",
|
|
53
|
+
"$type": "color"
|
|
54
|
+
}
|
|
14
55
|
},
|
|
15
56
|
"lime": {
|
|
16
|
-
"background-color": {
|
|
17
|
-
|
|
57
|
+
"background-color": {
|
|
58
|
+
"$value": "{ams.color.highlight.lime}",
|
|
59
|
+
"$type": "color"
|
|
60
|
+
},
|
|
61
|
+
"color": {
|
|
62
|
+
"$value": "{ams.color.text.default}",
|
|
63
|
+
"$type": "color"
|
|
64
|
+
}
|
|
18
65
|
},
|
|
19
66
|
"magenta": {
|
|
20
|
-
"background-color": {
|
|
21
|
-
|
|
67
|
+
"background-color": {
|
|
68
|
+
"$value": "{ams.color.highlight.magenta}",
|
|
69
|
+
"$type": "color"
|
|
70
|
+
},
|
|
71
|
+
"color": {
|
|
72
|
+
"$value": "{ams.color.text.inverse}",
|
|
73
|
+
"$type": "color"
|
|
74
|
+
}
|
|
22
75
|
},
|
|
23
76
|
"orange": {
|
|
24
|
-
"background-color": {
|
|
25
|
-
|
|
77
|
+
"background-color": {
|
|
78
|
+
"$value": "{ams.color.feedback.warning}",
|
|
79
|
+
"$type": "color"
|
|
80
|
+
},
|
|
81
|
+
"color": {
|
|
82
|
+
"$value": "{ams.color.text.default}",
|
|
83
|
+
"$type": "color"
|
|
84
|
+
}
|
|
26
85
|
},
|
|
27
86
|
"purple": {
|
|
28
|
-
"background-color": {
|
|
29
|
-
|
|
87
|
+
"background-color": {
|
|
88
|
+
"$value": "{ams.color.highlight.purple}",
|
|
89
|
+
"$type": "color"
|
|
90
|
+
},
|
|
91
|
+
"color": {
|
|
92
|
+
"$value": "{ams.color.text.inverse}",
|
|
93
|
+
"$type": "color"
|
|
94
|
+
}
|
|
30
95
|
},
|
|
31
96
|
"red": {
|
|
32
|
-
"background-color": {
|
|
33
|
-
|
|
97
|
+
"background-color": {
|
|
98
|
+
"$value": "{ams.color.feedback.error}",
|
|
99
|
+
"$type": "color"
|
|
100
|
+
},
|
|
101
|
+
"color": {
|
|
102
|
+
"$value": "{ams.color.text.inverse}",
|
|
103
|
+
"$type": "color"
|
|
104
|
+
}
|
|
34
105
|
},
|
|
35
106
|
"yellow": {
|
|
36
|
-
"background-color": {
|
|
37
|
-
|
|
107
|
+
"background-color": {
|
|
108
|
+
"$value": "{ams.color.highlight.yellow}",
|
|
109
|
+
"$type": "color"
|
|
110
|
+
},
|
|
111
|
+
"color": {
|
|
112
|
+
"$value": "{ams.color.text.default}",
|
|
113
|
+
"$type": "color"
|
|
114
|
+
}
|
|
38
115
|
}
|
|
39
116
|
}
|
|
40
117
|
}
|
|
@@ -1,13 +1,35 @@
|
|
|
1
1
|
{
|
|
2
2
|
"ams": {
|
|
3
3
|
"blockquote": {
|
|
4
|
-
"color": {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"
|
|
4
|
+
"color": {
|
|
5
|
+
"$value": "{ams.color.text.default}",
|
|
6
|
+
"$type": "color"
|
|
7
|
+
},
|
|
8
|
+
"font-family": {
|
|
9
|
+
"$value": "{ams.typography.font-family}",
|
|
10
|
+
"$type": "fontFamily"
|
|
11
|
+
},
|
|
12
|
+
"font-size": {
|
|
13
|
+
"$value": "{ams.typography.body-text.x-large.font-size}",
|
|
14
|
+
"$extensions": {
|
|
15
|
+
"nl.amsterdam.type": "fontSize"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"font-weight": {
|
|
19
|
+
"$value": "{ams.typography.body-text.bold.font-weight}",
|
|
20
|
+
"$type": "fontWeight"
|
|
21
|
+
},
|
|
22
|
+
"line-height": {
|
|
23
|
+
"$value": "{ams.typography.body-text.x-large.line-height}",
|
|
24
|
+
"$extensions": {
|
|
25
|
+
"nl.amsterdam.type": "lineHeight"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
9
28
|
"inverse": {
|
|
10
|
-
"color": {
|
|
29
|
+
"color": {
|
|
30
|
+
"$value": "{ams.color.text.inverse}",
|
|
31
|
+
"$type": "color"
|
|
32
|
+
}
|
|
11
33
|
}
|
|
12
34
|
}
|
|
13
35
|
}
|
|
@@ -1,27 +1,80 @@
|
|
|
1
1
|
{
|
|
2
2
|
"ams": {
|
|
3
3
|
"breadcrumb": {
|
|
4
|
-
"font-family": {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
"font-family": {
|
|
5
|
+
"$value": "{ams.typography.font-family}",
|
|
6
|
+
"$type": "fontFamily"
|
|
7
|
+
},
|
|
8
|
+
"font-size": {
|
|
9
|
+
"$value": "{ams.typography.body-text.font-size}",
|
|
10
|
+
"$extensions": {
|
|
11
|
+
"nl.amsterdam.type": "fontSize"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"font-weight": {
|
|
15
|
+
"$value": "{ams.typography.body-text.font-weight}",
|
|
16
|
+
"$type": "fontWeight"
|
|
17
|
+
},
|
|
18
|
+
"line-height": {
|
|
19
|
+
"$value": "{ams.typography.body-text.line-height}",
|
|
20
|
+
"$extensions": {
|
|
21
|
+
"nl.amsterdam.type": "lineHeight"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
8
24
|
"separator": {
|
|
9
25
|
"background-image": {
|
|
10
|
-
"value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23000000' fill-rule='evenodd' d='m9.757 32-2.9-2.91L19.937 16 6.857 2.91 9.757 0l16 16z'/></svg>\")"
|
|
26
|
+
"$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23000000' fill-rule='evenodd' d='m9.757 32-2.9-2.91L19.937 16 6.857 2.91 9.757 0l16 16z'/></svg>\")"
|
|
27
|
+
},
|
|
28
|
+
"block-size": {
|
|
29
|
+
"$value": "1ex",
|
|
30
|
+
"$type": "dimension"
|
|
11
31
|
},
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
32
|
+
"inline-size": {
|
|
33
|
+
"$value": "1ex",
|
|
34
|
+
"$type": "dimension"
|
|
35
|
+
},
|
|
36
|
+
"margin-inline": {
|
|
37
|
+
"$value": "{ams.space.s}",
|
|
38
|
+
"$type": "dimension",
|
|
39
|
+
"$extensions": {
|
|
40
|
+
"nl.amsterdam.subtype": "space"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
15
43
|
},
|
|
16
44
|
"link": {
|
|
17
|
-
"color": {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
45
|
+
"color": {
|
|
46
|
+
"$value": "{ams.links.color}",
|
|
47
|
+
"$type": "color"
|
|
48
|
+
},
|
|
49
|
+
"outline-offset": {
|
|
50
|
+
"$value": "{ams.focus.outline-offset}",
|
|
51
|
+
"$type": "dimension",
|
|
52
|
+
"$extensions": {
|
|
53
|
+
"nl.amsterdam.subtype": "space"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"text-decoration-line": {
|
|
57
|
+
"$value": "{ams.links.subtle.text-decoration-line}"
|
|
58
|
+
},
|
|
59
|
+
"text-decoration-thickness": {
|
|
60
|
+
"$value": "{ams.links.text-decoration-thickness}",
|
|
61
|
+
"$type": "dimension"
|
|
62
|
+
},
|
|
63
|
+
"text-underline-offset": {
|
|
64
|
+
"$value": "{ams.links.text-underline-offset}",
|
|
65
|
+
"$type": "dimension",
|
|
66
|
+
"$extensions": {
|
|
67
|
+
"nl.amsterdam.subtype": "space"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
22
70
|
"hover": {
|
|
23
|
-
"color": {
|
|
24
|
-
|
|
71
|
+
"color": {
|
|
72
|
+
"$value": "{ams.links.hover.color}",
|
|
73
|
+
"$type": "color"
|
|
74
|
+
},
|
|
75
|
+
"text-decoration-line": {
|
|
76
|
+
"$value": "{ams.links.subtle.hover.text-decoration-line}"
|
|
77
|
+
}
|
|
25
78
|
}
|
|
26
79
|
}
|
|
27
80
|
}
|