@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.
- package/CHANGELOG.md +61 -3
- package/README.md +131 -22
- package/build.js +11 -1
- package/dist/compact.css +9 -2
- package/dist/compact.d.ts +21 -6
- package/dist/compact.json +33 -18
- package/dist/compact.mjs +21 -13
- package/dist/compact.scss +9 -2
- package/dist/compact.theme.css +9 -2
- package/dist/index.css +177 -165
- package/dist/index.d.ts +250 -226
- package/dist/index.json +345 -321
- package/dist/index.mjs +285 -267
- package/dist/index.scss +177 -165
- package/dist/index.theme.css +177 -165
- package/package.json +2 -2
- package/src/brand/ams/aspect-ratio.tokens.json +24 -6
- package/src/brand/ams/border.compact.tokens.json +20 -0
- package/src/brand/ams/border.tokens.json +25 -0
- package/src/brand/ams/color.compact.tokens.json +15 -0
- package/src/brand/ams/color.tokens.json +37 -49
- package/src/brand/ams/cursor.tokens.json +9 -2
- package/src/brand/ams/focus.tokens.json +1 -0
- package/src/brand/ams/space.compact.tokens.json +16 -4
- package/src/brand/ams/space.tokens.json +31 -6
- package/src/brand/ams/typography.compact.tokens.json +36 -27
- package/src/brand/ams/typography.tokens.json +60 -32
- package/src/common/ams/inputs.tokens.json +41 -19
- package/src/common/ams/links.tokens.json +35 -10
- package/src/components/ams/accordion.tokens.json +18 -11
- package/src/components/ams/action-group.tokens.json +2 -2
- package/src/components/ams/alert.tokens.json +38 -20
- package/src/components/ams/avatar.tokens.json +79 -29
- package/src/components/ams/badge.tokens.json +60 -23
- package/src/components/ams/blockquote.tokens.json +14 -5
- package/src/components/ams/body.compact.tokens.json +12 -0
- package/src/components/ams/body.tokens.json +12 -0
- package/src/components/ams/breadcrumb.tokens.json +36 -15
- package/src/components/ams/button.tokens.json +74 -33
- package/src/components/ams/call-to-action-link.tokens.json +29 -16
- package/src/components/ams/card.tokens.json +30 -17
- package/src/components/ams/character-count.tokens.json +14 -5
- package/src/components/ams/checkbox.tokens.json +106 -39
- package/src/components/ams/column.tokens.json +10 -10
- package/src/components/ams/date-input.tokens.json +56 -23
- package/src/components/ams/description-list.tokens.json +101 -23
- package/src/components/ams/dialog.tokens.json +104 -28
- package/src/components/ams/error-message.tokens.json +13 -6
- package/src/components/ams/field-set.tokens.json +40 -17
- package/src/components/ams/field.tokens.json +18 -7
- package/src/components/ams/figure.tokens.json +16 -7
- package/src/components/ams/file-input.tokens.json +69 -30
- package/src/components/ams/file-list.tokens.json +20 -11
- package/src/components/ams/grid.compact.tokens.json +24 -2
- package/src/components/ams/grid.tokens.json +77 -24
- package/src/components/ams/heading.tokens.json +38 -36
- package/src/components/ams/hint.tokens.json +6 -2
- package/src/components/ams/icon-button.tokens.json +46 -16
- package/src/components/ams/icon.tokens.json +19 -23
- package/src/components/ams/image-slider.tokens.json +28 -16
- package/src/components/ams/image.tokens.json +4 -1
- package/src/components/ams/invalid-form-alert.tokens.json +2 -2
- package/src/components/ams/label.tokens.json +18 -6
- package/src/components/ams/link-list.tokens.json +50 -22
- package/src/components/ams/link.tokens.json +38 -25
- package/src/components/ams/logo.tokens.json +6 -2
- package/src/components/ams/mark.tokens.json +3 -1
- package/src/components/ams/menu.tokens.json +81 -28
- package/src/components/ams/ordered-list.tokens.json +39 -25
- package/src/components/ams/page-footer.tokens.json +70 -26
- package/src/components/ams/page-header.compact.tokens.json +2 -1
- package/src/components/ams/page-header.tokens.json +128 -59
- package/src/components/ams/page.compact.tokens.json +12 -0
- package/src/components/ams/page.tokens.json +5 -3
- package/src/components/ams/pagination.tokens.json +37 -17
- package/src/components/ams/paragraph.tokens.json +22 -8
- package/src/components/ams/password-input.tokens.json +47 -21
- package/src/components/ams/progress-list.tokens.json +194 -52
- package/src/components/ams/radio.tokens.json +97 -36
- package/src/components/ams/row.tokens.json +10 -10
- package/src/components/ams/search-field.tokens.json +57 -24
- package/src/components/ams/select.tokens.json +63 -23
- package/src/components/ams/skip-link.tokens.json +23 -12
- package/src/components/ams/spotlight.tokens.json +21 -7
- package/src/components/ams/standalone-link.tokens.json +44 -18
- package/src/components/ams/switch.tokens.json +40 -10
- package/src/components/ams/tab-navigation.tokens.json +205 -0
- package/src/components/ams/table-of-contents.tokens.json +38 -20
- package/src/components/ams/table.tokens.json +29 -10
- package/src/components/ams/tabs.tokens.json +39 -20
- package/src/components/ams/text-area.tokens.json +49 -23
- package/src/components/ams/text-input.tokens.json +47 -19
- package/src/components/ams/time-input.tokens.json +56 -21
- package/src/components/ams/unordered-list.tokens.json +37 -25
- package/style-dictionary/transforms/dtcg-font-family.js +32 -0
- package/src/brand/ams/color.deprecated.tokens.json +0 -13
- package/src/brand/ams/typography.deprecated.compact.tokens.json +0 -26
- package/src/brand/ams/typography.deprecated.tokens.json +0 -40
- package/src/components/ams/accordion.deprecated.tokens.json +0 -39
- package/src/components/ams/checkbox.deprecated.tokens.json +0 -59
- package/src/components/ams/date-input.deprecated.tokens.json +0 -38
- package/src/components/ams/field-set.deprecated.tokens.json +0 -16
- package/src/components/ams/field.deprecated.tokens.json +0 -14
- package/src/components/ams/icon.deprecated.tokens.json +0 -22
- package/src/components/ams/menu.deprecated.tokens.json +0 -36
- package/src/components/ams/page-heading.deprecated.tokens.json +0 -46
- package/src/components/ams/standalone-link.deprecated.tokens.json +0 -38
- package/src/components/ams/table-of-contents.deprecated.tokens.json +0 -24
- package/src/components/ams/time-input.deprecated.tokens.json +0 -38
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "4.0.0",
|
|
3
3
|
"author": "Design System Team, City of Amsterdam <designsystem@amsterdam.nl>",
|
|
4
4
|
"description": "All design tokens from the Amsterdam Design System. Use it to apply its visual design to your website or application.",
|
|
5
5
|
"homepage": "https://designsystem.amsterdam",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"change-case": "5.4.4",
|
|
27
27
|
"chokidar-cli": "3.0.0",
|
|
28
|
-
"style-dictionary": "5.
|
|
28
|
+
"style-dictionary": "5.4.0"
|
|
29
29
|
},
|
|
30
30
|
"scripts": {
|
|
31
31
|
"clean": "rimraf dist/",
|
|
@@ -2,22 +2,40 @@
|
|
|
2
2
|
"ams": {
|
|
3
3
|
"aspect-ratio": {
|
|
4
4
|
"9-16": {
|
|
5
|
-
"$value": "9 / 16"
|
|
5
|
+
"$value": "9 / 16",
|
|
6
|
+
"$extensions": {
|
|
7
|
+
"nl.amsterdam.type": "aspectRatio"
|
|
8
|
+
}
|
|
6
9
|
},
|
|
7
10
|
"3-4": {
|
|
8
|
-
"$value": "3 / 4"
|
|
11
|
+
"$value": "3 / 4",
|
|
12
|
+
"$extensions": {
|
|
13
|
+
"nl.amsterdam.type": "aspectRatio"
|
|
14
|
+
}
|
|
9
15
|
},
|
|
10
16
|
"1-1": {
|
|
11
|
-
"$value": "1 / 1"
|
|
17
|
+
"$value": "1 / 1",
|
|
18
|
+
"$extensions": {
|
|
19
|
+
"nl.amsterdam.type": "aspectRatio"
|
|
20
|
+
}
|
|
12
21
|
},
|
|
13
22
|
"4-3": {
|
|
14
|
-
"$value": "4 / 3"
|
|
23
|
+
"$value": "4 / 3",
|
|
24
|
+
"$extensions": {
|
|
25
|
+
"nl.amsterdam.type": "aspectRatio"
|
|
26
|
+
}
|
|
15
27
|
},
|
|
16
28
|
"16-9": {
|
|
17
|
-
"$value": "16 / 9"
|
|
29
|
+
"$value": "16 / 9",
|
|
30
|
+
"$extensions": {
|
|
31
|
+
"nl.amsterdam.type": "aspectRatio"
|
|
32
|
+
}
|
|
18
33
|
},
|
|
19
34
|
"16-5": {
|
|
20
|
-
"$value": "16 / 5"
|
|
35
|
+
"$value": "16 / 5",
|
|
36
|
+
"$extensions": {
|
|
37
|
+
"nl.amsterdam.type": "aspectRatio"
|
|
38
|
+
}
|
|
21
39
|
}
|
|
22
40
|
}
|
|
23
41
|
}
|
|
@@ -37,6 +37,26 @@
|
|
|
37
37
|
"$extensions": {
|
|
38
38
|
"nl.amsterdam.type": "borderWidth"
|
|
39
39
|
}
|
|
40
|
+
},
|
|
41
|
+
"negative": {
|
|
42
|
+
"m": {
|
|
43
|
+
"$value": {
|
|
44
|
+
"value": -0.0625,
|
|
45
|
+
"unit": "rem"
|
|
46
|
+
},
|
|
47
|
+
"$extensions": {
|
|
48
|
+
"nl.amsterdam.type": "borderWidth"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"xl": {
|
|
52
|
+
"$value": {
|
|
53
|
+
"value": -0.1875,
|
|
54
|
+
"unit": "rem"
|
|
55
|
+
},
|
|
56
|
+
"$extensions": {
|
|
57
|
+
"nl.amsterdam.type": "borderWidth"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
40
60
|
}
|
|
41
61
|
}
|
|
42
62
|
}
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"value": 0.0625,
|
|
8
8
|
"unit": "rem"
|
|
9
9
|
},
|
|
10
|
+
"$description": "1px equivalent. For subtle borders like hover reinforcement.",
|
|
10
11
|
"$extensions": {
|
|
11
12
|
"nl.amsterdam.type": "borderWidth"
|
|
12
13
|
}
|
|
@@ -16,6 +17,7 @@
|
|
|
16
17
|
"value": 0.125,
|
|
17
18
|
"unit": "rem"
|
|
18
19
|
},
|
|
20
|
+
"$description": "2px equivalent. The default border width for inputs and containers.",
|
|
19
21
|
"$extensions": {
|
|
20
22
|
"nl.amsterdam.type": "borderWidth"
|
|
21
23
|
}
|
|
@@ -25,6 +27,7 @@
|
|
|
25
27
|
"value": 0.1875,
|
|
26
28
|
"unit": "rem"
|
|
27
29
|
},
|
|
30
|
+
"$description": "3px equivalent.",
|
|
28
31
|
"$extensions": {
|
|
29
32
|
"nl.amsterdam.type": "borderWidth"
|
|
30
33
|
}
|
|
@@ -34,9 +37,31 @@
|
|
|
34
37
|
"value": 0.25,
|
|
35
38
|
"unit": "rem"
|
|
36
39
|
},
|
|
40
|
+
"$description": "4px equivalent. For strong emphasis like active tab indicators.",
|
|
37
41
|
"$extensions": {
|
|
38
42
|
"nl.amsterdam.type": "borderWidth"
|
|
39
43
|
}
|
|
44
|
+
},
|
|
45
|
+
"negative": {
|
|
46
|
+
"$description": "Negative values of border widths, used to offset elements inward by the border thickness.",
|
|
47
|
+
"m": {
|
|
48
|
+
"$value": {
|
|
49
|
+
"value": -0.125,
|
|
50
|
+
"unit": "rem"
|
|
51
|
+
},
|
|
52
|
+
"$extensions": {
|
|
53
|
+
"nl.amsterdam.type": "borderWidth"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"xl": {
|
|
57
|
+
"$value": {
|
|
58
|
+
"value": -0.25,
|
|
59
|
+
"unit": "rem"
|
|
60
|
+
},
|
|
61
|
+
"$extensions": {
|
|
62
|
+
"nl.amsterdam.type": "borderWidth"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
40
65
|
}
|
|
41
66
|
}
|
|
42
67
|
}
|
|
@@ -2,121 +2,109 @@
|
|
|
2
2
|
"ams": {
|
|
3
3
|
"color": {
|
|
4
4
|
"background": {
|
|
5
|
-
"
|
|
6
|
-
|
|
5
|
+
"body": {
|
|
6
|
+
"$value": "#ffffff"
|
|
7
|
+
},
|
|
8
|
+
"default": {
|
|
9
|
+
"$value": "#ffffff",
|
|
10
|
+
"$description": "The default background colour for form controls and smaller surfaces."
|
|
11
|
+
}
|
|
7
12
|
},
|
|
8
13
|
"feedback": {
|
|
9
14
|
"error": {
|
|
10
|
-
"$value": "#ec0000"
|
|
11
|
-
"$type": "color"
|
|
15
|
+
"$value": "#ec0000"
|
|
12
16
|
},
|
|
13
17
|
"info": {
|
|
14
|
-
"$value": "#009de6"
|
|
15
|
-
"$type": "color"
|
|
18
|
+
"$value": "#009de6"
|
|
16
19
|
},
|
|
17
20
|
"success": {
|
|
18
|
-
"$value": "#00893c"
|
|
19
|
-
"$type": "color"
|
|
21
|
+
"$value": "#00893c"
|
|
20
22
|
},
|
|
21
23
|
"warning": {
|
|
22
|
-
"$value": "#ff9100"
|
|
23
|
-
"$type": "color"
|
|
24
|
+
"$value": "#ff9100"
|
|
24
25
|
}
|
|
25
26
|
},
|
|
26
27
|
"highlight": {
|
|
28
|
+
"$description": "Accent colours for visual distinction, not for interactive elements.",
|
|
27
29
|
"azure": {
|
|
28
|
-
"$value": "#009de6"
|
|
29
|
-
"$type": "color"
|
|
30
|
+
"$value": "#009de6"
|
|
30
31
|
},
|
|
31
32
|
"green": {
|
|
32
|
-
"$value": "#00893c"
|
|
33
|
-
"$type": "color"
|
|
33
|
+
"$value": "#00893c"
|
|
34
34
|
},
|
|
35
35
|
"lime": {
|
|
36
|
-
"$value": "#bed200"
|
|
37
|
-
"$type": "color"
|
|
36
|
+
"$value": "#bed200"
|
|
38
37
|
},
|
|
39
38
|
"magenta": {
|
|
40
|
-
"$value": "#e50082"
|
|
41
|
-
"$type": "color"
|
|
39
|
+
"$value": "#e50082"
|
|
42
40
|
},
|
|
43
41
|
"orange": {
|
|
44
|
-
"$value": "#ff9100"
|
|
45
|
-
"$type": "color"
|
|
42
|
+
"$value": "#ff9100"
|
|
46
43
|
},
|
|
47
44
|
"purple": {
|
|
48
|
-
"$value": "#a00078"
|
|
49
|
-
"$type": "color"
|
|
45
|
+
"$value": "#a00078"
|
|
50
46
|
},
|
|
51
47
|
"yellow": {
|
|
52
|
-
"$value": "#ffe600"
|
|
53
|
-
"$type": "color"
|
|
48
|
+
"$value": "#ffe600"
|
|
54
49
|
}
|
|
55
50
|
},
|
|
56
51
|
"interactive": {
|
|
52
|
+
"$description": "Colours for interactive elements like links and buttons.",
|
|
57
53
|
"contrast": {
|
|
58
54
|
"$value": "#202020",
|
|
59
|
-
"$
|
|
55
|
+
"$description": "For interactive elements on coloured backgrounds where the default blue lacks sufficient contrast."
|
|
60
56
|
},
|
|
61
57
|
"default": {
|
|
62
|
-
"$value": "#004699"
|
|
63
|
-
"$type": "color"
|
|
58
|
+
"$value": "#004699"
|
|
64
59
|
},
|
|
65
60
|
"disabled": {
|
|
66
|
-
"$value": "#767676"
|
|
67
|
-
"$type": "color"
|
|
61
|
+
"$value": "#767676"
|
|
68
62
|
},
|
|
69
63
|
"hover": {
|
|
70
|
-
"$value": "#003677"
|
|
71
|
-
"$type": "color"
|
|
64
|
+
"$value": "#003677"
|
|
72
65
|
},
|
|
73
66
|
"invalid": {
|
|
74
67
|
"default": {
|
|
75
|
-
"$value": "#ec0000"
|
|
76
|
-
"$type": "color"
|
|
68
|
+
"$value": "#ec0000"
|
|
77
69
|
},
|
|
78
70
|
"hover": {
|
|
79
|
-
"$value": "#b70000"
|
|
80
|
-
"$type": "color"
|
|
71
|
+
"$value": "#b70000"
|
|
81
72
|
}
|
|
82
73
|
},
|
|
83
74
|
"inverse": {
|
|
84
75
|
"$value": "#ffffff",
|
|
85
|
-
"$
|
|
76
|
+
"$description": "For interactive elements on dark backgrounds."
|
|
86
77
|
}
|
|
87
78
|
},
|
|
88
79
|
"progress": {
|
|
80
|
+
"$description": "Colours for progress indicators like step lists.",
|
|
89
81
|
"current": {
|
|
90
|
-
"$value": "#00893c"
|
|
91
|
-
"$type": "color"
|
|
82
|
+
"$value": "#00893c"
|
|
92
83
|
},
|
|
93
84
|
"completed": {
|
|
94
|
-
"$value": "#00893c"
|
|
95
|
-
"$type": "color"
|
|
85
|
+
"$value": "#00893c"
|
|
96
86
|
},
|
|
97
87
|
"upcoming": {
|
|
98
|
-
"$value": "#767676"
|
|
99
|
-
"$type": "color"
|
|
88
|
+
"$value": "#767676"
|
|
100
89
|
}
|
|
101
90
|
},
|
|
102
91
|
"separator": {
|
|
103
92
|
"$value": "#d1d1d1",
|
|
104
|
-
"$
|
|
93
|
+
"$description": "For row borders in tables."
|
|
105
94
|
},
|
|
106
95
|
"text": {
|
|
107
96
|
"default": {
|
|
108
|
-
"$value": "#202020"
|
|
109
|
-
"$type": "color"
|
|
97
|
+
"$value": "#202020"
|
|
110
98
|
},
|
|
111
99
|
"inverse": {
|
|
112
|
-
"$value": "#ffffff"
|
|
113
|
-
"$type": "color"
|
|
100
|
+
"$value": "#ffffff"
|
|
114
101
|
},
|
|
115
102
|
"secondary": {
|
|
116
103
|
"$value": "#767676",
|
|
117
|
-
"$
|
|
104
|
+
"$description": "For supporting text that is less prominent than the default, e.g. metadata."
|
|
118
105
|
}
|
|
119
106
|
}
|
|
120
107
|
}
|
|
121
|
-
}
|
|
108
|
+
},
|
|
109
|
+
"$type": "color"
|
|
122
110
|
}
|
|
@@ -2,10 +2,17 @@
|
|
|
2
2
|
"ams": {
|
|
3
3
|
"cursor": {
|
|
4
4
|
"disabled": {
|
|
5
|
-
"$value": "not-allowed"
|
|
5
|
+
"$value": "not-allowed",
|
|
6
|
+
"$extensions": {
|
|
7
|
+
"nl.amsterdam.type": "cursor"
|
|
8
|
+
}
|
|
6
9
|
},
|
|
7
10
|
"interactive": {
|
|
8
|
-
"$value": "pointer"
|
|
11
|
+
"$value": "pointer",
|
|
12
|
+
"$description": "All interactive elements in their default state that lack a cursor style.",
|
|
13
|
+
"$extensions": {
|
|
14
|
+
"nl.amsterdam.type": "cursor"
|
|
15
|
+
}
|
|
9
16
|
}
|
|
10
17
|
}
|
|
11
18
|
}
|
|
@@ -17,19 +17,31 @@
|
|
|
17
17
|
},
|
|
18
18
|
"m": {
|
|
19
19
|
"$value": "clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem)",
|
|
20
|
-
"$
|
|
20
|
+
"$extensions": {
|
|
21
|
+
"nl.amsterdam.type": "dimension",
|
|
22
|
+
"nl.amsterdam.subtype": "space"
|
|
23
|
+
}
|
|
21
24
|
},
|
|
22
25
|
"l": {
|
|
23
26
|
"$value": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
24
|
-
"$
|
|
27
|
+
"$extensions": {
|
|
28
|
+
"nl.amsterdam.type": "dimension",
|
|
29
|
+
"nl.amsterdam.subtype": "space"
|
|
30
|
+
}
|
|
25
31
|
},
|
|
26
32
|
"xl": {
|
|
27
33
|
"$value": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
28
|
-
"$
|
|
34
|
+
"$extensions": {
|
|
35
|
+
"nl.amsterdam.type": "dimension",
|
|
36
|
+
"nl.amsterdam.subtype": "space"
|
|
37
|
+
}
|
|
29
38
|
},
|
|
30
39
|
"2xl": {
|
|
31
40
|
"$value": "clamp(2rem, 1.7143rem + 1.4286vw, 3rem)",
|
|
32
|
-
"$
|
|
41
|
+
"$extensions": {
|
|
42
|
+
"nl.amsterdam.type": "dimension",
|
|
43
|
+
"nl.amsterdam.subtype": "space"
|
|
44
|
+
}
|
|
33
45
|
}
|
|
34
46
|
}
|
|
35
47
|
}
|
|
@@ -1,29 +1,54 @@
|
|
|
1
1
|
{
|
|
2
2
|
"ams": {
|
|
3
3
|
"space": {
|
|
4
|
+
"$description": "A responsive spacing scale. All values scale fluidly between 320px and 1600px viewports.",
|
|
4
5
|
"xs": {
|
|
5
6
|
"$value": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
|
|
6
|
-
"$
|
|
7
|
+
"$description": "Scales from 4px to 6px.",
|
|
8
|
+
"$extensions": {
|
|
9
|
+
"nl.amsterdam.type": "dimension",
|
|
10
|
+
"nl.amsterdam.subtype": "space"
|
|
11
|
+
}
|
|
7
12
|
},
|
|
8
13
|
"s": {
|
|
9
14
|
"$value": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
10
|
-
"$
|
|
15
|
+
"$description": "Scales from 8px to 12px.",
|
|
16
|
+
"$extensions": {
|
|
17
|
+
"nl.amsterdam.type": "dimension",
|
|
18
|
+
"nl.amsterdam.subtype": "space"
|
|
19
|
+
}
|
|
11
20
|
},
|
|
12
21
|
"m": {
|
|
13
22
|
"$value": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
14
|
-
"$
|
|
23
|
+
"$description": "Scales from 16px to 24px.",
|
|
24
|
+
"$extensions": {
|
|
25
|
+
"nl.amsterdam.type": "dimension",
|
|
26
|
+
"nl.amsterdam.subtype": "space"
|
|
27
|
+
}
|
|
15
28
|
},
|
|
16
29
|
"l": {
|
|
17
30
|
"$value": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
18
|
-
"$
|
|
31
|
+
"$description": "Scales from 24px to 36px.",
|
|
32
|
+
"$extensions": {
|
|
33
|
+
"nl.amsterdam.type": "dimension",
|
|
34
|
+
"nl.amsterdam.subtype": "space"
|
|
35
|
+
}
|
|
19
36
|
},
|
|
20
37
|
"xl": {
|
|
21
38
|
"$value": "clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)",
|
|
22
|
-
"$
|
|
39
|
+
"$description": "Scales from 36px to 60px.",
|
|
40
|
+
"$extensions": {
|
|
41
|
+
"nl.amsterdam.type": "dimension",
|
|
42
|
+
"nl.amsterdam.subtype": "space"
|
|
43
|
+
}
|
|
23
44
|
},
|
|
24
45
|
"2xl": {
|
|
25
46
|
"$value": "clamp(3rem, 2.25rem + 3.75vw, 5.625rem)",
|
|
26
|
-
"$
|
|
47
|
+
"$description": "Scales from 48px to 90px.",
|
|
48
|
+
"$extensions": {
|
|
49
|
+
"nl.amsterdam.type": "dimension",
|
|
50
|
+
"nl.amsterdam.subtype": "space"
|
|
51
|
+
}
|
|
27
52
|
}
|
|
28
53
|
}
|
|
29
54
|
}
|
|
@@ -10,10 +10,11 @@
|
|
|
10
10
|
"$type": "dimension"
|
|
11
11
|
},
|
|
12
12
|
"line-height": {
|
|
13
|
-
"$value":
|
|
13
|
+
"$value": 1.5,
|
|
14
14
|
"$extensions": {
|
|
15
|
-
"nl.amsterdam.
|
|
16
|
-
}
|
|
15
|
+
"nl.amsterdam.subtype": "lineHeight"
|
|
16
|
+
},
|
|
17
|
+
"$type": "number"
|
|
17
18
|
},
|
|
18
19
|
"small": {
|
|
19
20
|
"font-size": {
|
|
@@ -24,10 +25,11 @@
|
|
|
24
25
|
"$type": "dimension"
|
|
25
26
|
},
|
|
26
27
|
"line-height": {
|
|
27
|
-
"$value":
|
|
28
|
+
"$value": 1.4,
|
|
28
29
|
"$extensions": {
|
|
29
|
-
"nl.amsterdam.
|
|
30
|
-
}
|
|
30
|
+
"nl.amsterdam.subtype": "lineHeight"
|
|
31
|
+
},
|
|
32
|
+
"$type": "number"
|
|
31
33
|
}
|
|
32
34
|
},
|
|
33
35
|
"large": {
|
|
@@ -38,10 +40,11 @@
|
|
|
38
40
|
}
|
|
39
41
|
},
|
|
40
42
|
"line-height": {
|
|
41
|
-
"$value":
|
|
43
|
+
"$value": 1.4,
|
|
42
44
|
"$extensions": {
|
|
43
|
-
"nl.amsterdam.
|
|
44
|
-
}
|
|
45
|
+
"nl.amsterdam.subtype": "lineHeight"
|
|
46
|
+
},
|
|
47
|
+
"$type": "number"
|
|
45
48
|
}
|
|
46
49
|
},
|
|
47
50
|
"x-large": {
|
|
@@ -52,10 +55,11 @@
|
|
|
52
55
|
}
|
|
53
56
|
},
|
|
54
57
|
"line-height": {
|
|
55
|
-
"$value":
|
|
58
|
+
"$value": 1.3,
|
|
56
59
|
"$extensions": {
|
|
57
|
-
"nl.amsterdam.
|
|
58
|
-
}
|
|
60
|
+
"nl.amsterdam.subtype": "lineHeight"
|
|
61
|
+
},
|
|
62
|
+
"$type": "number"
|
|
59
63
|
}
|
|
60
64
|
}
|
|
61
65
|
},
|
|
@@ -68,10 +72,11 @@
|
|
|
68
72
|
}
|
|
69
73
|
},
|
|
70
74
|
"line-height": {
|
|
71
|
-
"$value":
|
|
75
|
+
"$value": 1.2,
|
|
72
76
|
"$extensions": {
|
|
73
|
-
"nl.amsterdam.
|
|
74
|
-
}
|
|
77
|
+
"nl.amsterdam.subtype": "lineHeight"
|
|
78
|
+
},
|
|
79
|
+
"$type": "number"
|
|
75
80
|
}
|
|
76
81
|
},
|
|
77
82
|
"2": {
|
|
@@ -82,10 +87,11 @@
|
|
|
82
87
|
}
|
|
83
88
|
},
|
|
84
89
|
"line-height": {
|
|
85
|
-
"$value":
|
|
90
|
+
"$value": 1.3,
|
|
86
91
|
"$extensions": {
|
|
87
|
-
"nl.amsterdam.
|
|
88
|
-
}
|
|
92
|
+
"nl.amsterdam.subtype": "lineHeight"
|
|
93
|
+
},
|
|
94
|
+
"$type": "number"
|
|
89
95
|
}
|
|
90
96
|
},
|
|
91
97
|
"3": {
|
|
@@ -96,10 +102,11 @@
|
|
|
96
102
|
}
|
|
97
103
|
},
|
|
98
104
|
"line-height": {
|
|
99
|
-
"$value":
|
|
105
|
+
"$value": 1.3,
|
|
100
106
|
"$extensions": {
|
|
101
|
-
"nl.amsterdam.
|
|
102
|
-
}
|
|
107
|
+
"nl.amsterdam.subtype": "lineHeight"
|
|
108
|
+
},
|
|
109
|
+
"$type": "number"
|
|
103
110
|
}
|
|
104
111
|
},
|
|
105
112
|
"4": {
|
|
@@ -110,10 +117,11 @@
|
|
|
110
117
|
}
|
|
111
118
|
},
|
|
112
119
|
"line-height": {
|
|
113
|
-
"$value":
|
|
120
|
+
"$value": 1.4,
|
|
114
121
|
"$extensions": {
|
|
115
|
-
"nl.amsterdam.
|
|
116
|
-
}
|
|
122
|
+
"nl.amsterdam.subtype": "lineHeight"
|
|
123
|
+
},
|
|
124
|
+
"$type": "number"
|
|
117
125
|
}
|
|
118
126
|
},
|
|
119
127
|
"5": {
|
|
@@ -124,10 +132,11 @@
|
|
|
124
132
|
}
|
|
125
133
|
},
|
|
126
134
|
"line-height": {
|
|
127
|
-
"$value":
|
|
135
|
+
"$value": 1.4,
|
|
128
136
|
"$extensions": {
|
|
129
|
-
"nl.amsterdam.
|
|
130
|
-
}
|
|
137
|
+
"nl.amsterdam.subtype": "lineHeight"
|
|
138
|
+
},
|
|
139
|
+
"$type": "number"
|
|
131
140
|
}
|
|
132
141
|
}
|
|
133
142
|
}
|