@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.
Files changed (107) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/README.md +45 -1
  3. package/build.js +25 -35
  4. package/dist/compact.css +2 -2
  5. package/dist/compact.d.ts +3 -3
  6. package/dist/compact.mjs +2 -2
  7. package/dist/compact.scss +2 -2
  8. package/dist/compact.theme.css +2 -2
  9. package/dist/index.css +118 -47
  10. package/dist/index.d.ts +174 -9
  11. package/dist/index.json +197 -32
  12. package/dist/index.mjs +176 -70
  13. package/dist/index.scss +118 -47
  14. package/dist/index.theme.css +118 -47
  15. package/package.json +2 -2
  16. package/src/brand/ams/aspect-ratio.tokens.json +18 -6
  17. package/src/brand/ams/border.compact.tokens.json +36 -4
  18. package/src/brand/ams/border.tokens.json +36 -4
  19. package/src/brand/ams/color.deprecated.tokens.json +3 -2
  20. package/src/brand/ams/color.tokens.json +106 -23
  21. package/src/brand/ams/cursor.tokens.json +6 -2
  22. package/src/brand/ams/focus.tokens.json +10 -1
  23. package/src/brand/ams/space.compact.tokens.json +30 -6
  24. package/src/brand/ams/space.tokens.json +24 -6
  25. package/src/brand/ams/typography.compact.tokens.json +110 -18
  26. package/src/brand/ams/typography.deprecated.compact.tokens.json +10 -4
  27. package/src/brand/ams/typography.deprecated.tokens.json +20 -8
  28. package/src/brand/ams/typography.tokens.json +131 -24
  29. package/src/common/ams/inputs.tokens.json +121 -18
  30. package/src/common/ams/links.tokens.json +72 -12
  31. package/src/components/ams/accordion.deprecated.tokens.json +29 -7
  32. package/src/components/ams/accordion.tokens.json +46 -8
  33. package/src/components/ams/action-group.tokens.json +7 -1
  34. package/src/components/ams/alert.tokens.json +83 -16
  35. package/src/components/ams/avatar.tokens.json +139 -31
  36. package/src/components/ams/badge.tokens.json +98 -21
  37. package/src/components/ams/blockquote.tokens.json +28 -6
  38. package/src/components/ams/breadcrumb.tokens.json +68 -15
  39. package/src/components/ams/button.tokens.json +176 -34
  40. package/src/components/ams/call-to-action-link.tokens.json +73 -14
  41. package/src/components/ams/card.tokens.json +60 -11
  42. package/src/components/ams/character-count.tokens.json +28 -6
  43. package/src/components/ams/checkbox.deprecated.tokens.json +23 -7
  44. package/src/components/ams/checkbox.tokens.json +154 -36
  45. package/src/components/ams/column.tokens.json +35 -5
  46. package/src/components/ams/date-input.deprecated.tokens.json +14 -8
  47. package/src/components/ams/date-input.tokens.json +92 -25
  48. package/src/components/ams/description-list.tokens.json +86 -13
  49. package/src/components/ams/dialog.tokens.json +144 -23
  50. package/src/components/ams/error-message.tokens.json +31 -6
  51. package/src/components/ams/field-set.deprecated.tokens.json +8 -1
  52. package/src/components/ams/field-set.tokens.json +69 -13
  53. package/src/components/ams/field.deprecated.tokens.json +8 -1
  54. package/src/components/ams/field.tokens.json +24 -4
  55. package/src/components/ams/figure.tokens.json +35 -7
  56. package/src/components/ams/file-input.tokens.json +143 -29
  57. package/src/components/ams/file-list.tokens.json +49 -9
  58. package/src/components/ams/grid.compact.tokens.json +7 -1
  59. package/src/components/ams/grid.tokens.json +79 -13
  60. package/src/components/ams/heading.tokens.json +91 -17
  61. package/src/components/ams/hint.tokens.json +8 -2
  62. package/src/components/ams/icon-button.tokens.json +69 -17
  63. package/src/components/ams/icon.deprecated.tokens.json +10 -4
  64. package/src/components/ams/icon.tokens.json +112 -19
  65. package/src/components/ams/image-slider.tokens.json +60 -10
  66. package/src/components/ams/image.tokens.json +3 -1
  67. package/src/components/ams/invalid-form-alert.tokens.json +7 -1
  68. package/src/components/ams/label.tokens.json +31 -7
  69. package/src/components/ams/link-list.tokens.json +106 -21
  70. package/src/components/ams/link.tokens.json +73 -15
  71. package/src/components/ams/logo.tokens.json +23 -5
  72. package/src/components/ams/mark.tokens.json +4 -1
  73. package/src/components/ams/menu.deprecated.tokens.json +12 -8
  74. package/src/components/ams/menu.tokens.json +119 -21
  75. package/src/components/ams/ordered-list.tokens.json +110 -22
  76. package/src/components/ams/page-footer.tokens.json +98 -18
  77. package/src/components/ams/page-header.compact.tokens.json +19 -3
  78. package/src/components/ams/page-header.tokens.json +214 -34
  79. package/src/components/ams/page-heading.deprecated.tokens.json +38 -8
  80. package/src/components/ams/page.tokens.json +24 -5
  81. package/src/components/ams/pagination.tokens.json +70 -14
  82. package/src/components/ams/paragraph.tokens.json +55 -11
  83. package/src/components/ams/password-input.tokens.json +92 -19
  84. package/src/components/ams/progress-list.tokens.json +372 -0
  85. package/src/components/ams/radio.tokens.json +142 -33
  86. package/src/components/ams/row.tokens.json +35 -5
  87. package/src/components/ams/search-field.tokens.json +101 -22
  88. package/src/components/ams/select.tokens.json +97 -24
  89. package/src/components/ams/skip-link.tokens.json +53 -10
  90. package/src/components/ams/spotlight.tokens.json +28 -7
  91. package/src/components/ams/standalone-link.deprecated.tokens.json +16 -10
  92. package/src/components/ams/standalone-link.tokens.json +75 -16
  93. package/src/components/ams/switch.tokens.json +57 -12
  94. package/src/components/ams/table-of-contents.deprecated.tokens.json +16 -3
  95. package/src/components/ams/table-of-contents.tokens.json +80 -15
  96. package/src/components/ams/table.tokens.json +49 -10
  97. package/src/components/ams/tabs.tokens.json +130 -17
  98. package/src/components/ams/text-area.tokens.json +97 -20
  99. package/src/components/ams/text-input.tokens.json +90 -19
  100. package/src/components/ams/time-input.deprecated.tokens.json +14 -8
  101. package/src/components/ams/time-input.tokens.json +90 -25
  102. package/src/components/ams/unordered-list.tokens.json +112 -22
  103. package/style-dictionary/dimensionToString.js +25 -0
  104. package/style-dictionary/transforms/dtcg-dimension.js +30 -0
  105. package/style-dictionary/transforms/name-custom-camel.js +27 -0
  106. package/style-dictionary/transforms/name-custom-kebab.js +27 -0
  107. 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": { "value": "{ams.aspect-ratio.1-1}" },
5
- "background-color": { "value": "{ams.color.highlight.purple}" },
6
- "border-color": { "value": "{ams.color.highlight.purple}" },
7
- "border-style": { "value": "solid" },
8
- "border-width": { "value": "{ams.border.width.m}" },
9
- "color": { "value": "{ams.color.text.inverse}" },
10
- "font-family": { "value": "{ams.typography.font-family}" },
11
- "font-size": { "value": "{ams.typography.body-text.small.font-size}" },
12
- "font-weight": { "value": "{ams.typography.body-text.font-weight}" },
13
- "line-height": { "value": "{ams.typography.body-text.small.line-height}" },
14
- "padding-block": { "value": "{ams.space.xs}" },
15
- "padding-inline": { "value": "{ams.space.xs}" },
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": { "value": "{ams.border.width.m}" }
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": { "value": "{ams.color.highlight.azure}" },
21
- "border-color": { "value": "{ams.color.highlight.azure}" },
22
- "color": { "value": "{ams.color.text.inverse}" }
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": { "value": "{ams.color.highlight.green}" },
26
- "border-color": { "value": "{ams.color.highlight.green}" },
27
- "color": { "value": "{ams.color.text.inverse}" }
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": { "value": "{ams.color.highlight.lime}" },
31
- "border-color": { "value": "{ams.color.highlight.lime}" },
32
- "color": { "value": "{ams.color.text.default}" }
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": { "value": "{ams.color.highlight.magenta}" },
36
- "border-color": { "value": "{ams.color.highlight.magenta}" },
37
- "color": { "value": "{ams.color.text.inverse}" }
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": { "value": "{ams.color.highlight.orange}" },
41
- "border-color": { "value": "{ams.color.highlight.orange}" },
42
- "color": { "value": "{ams.color.text.default}" }
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": { "value": "{ams.color.highlight.yellow}" },
46
- "border-color": { "value": "{ams.color.highlight.yellow}" },
47
- "color": { "value": "{ams.color.text.default}" }
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": { "value": "{ams.color.feedback.success}" },
5
- "color": { "value": "{ams.color.text.inverse}" },
6
- "font-family": { "value": "{ams.typography.font-family}" },
7
- "font-size": { "value": "{ams.typography.body-text.font-size}" },
8
- "font-weight": { "value": "{ams.typography.body-text.bold.font-weight}" },
9
- "line-height": { "value": "{ams.typography.body-text.line-height}" },
10
- "padding-inline": { "value": "{ams.space.xs}" },
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": { "value": "{ams.color.feedback.info}" },
13
- "color": { "value": "{ams.color.text.inverse}" }
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": { "value": "{ams.color.highlight.lime}" },
17
- "color": { "value": "{ams.color.text.default}" }
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": { "value": "{ams.color.highlight.magenta}" },
21
- "color": { "value": "{ams.color.text.inverse}" }
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": { "value": "{ams.color.feedback.warning}" },
25
- "color": { "value": "{ams.color.text.default}" }
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": { "value": "{ams.color.highlight.purple}" },
29
- "color": { "value": "{ams.color.text.inverse}" }
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": { "value": "{ams.color.feedback.error}" },
33
- "color": { "value": "{ams.color.text.inverse}" }
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": { "value": "{ams.color.highlight.yellow}" },
37
- "color": { "value": "{ams.color.text.default}" }
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": { "value": "{ams.color.text.default}" },
5
- "font-family": { "value": "{ams.typography.font-family}" },
6
- "font-size": { "value": "{ams.typography.body-text.x-large.font-size}" },
7
- "font-weight": { "value": "{ams.typography.body-text.bold.font-weight}" },
8
- "line-height": { "value": "{ams.typography.body-text.x-large.line-height}" },
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": { "value": "{ams.color.text.inverse}" }
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": { "value": "{ams.typography.font-family}" },
5
- "font-size": { "value": "{ams.typography.body-text.font-size}" },
6
- "font-weight": { "value": "{ams.typography.body-text.font-weight}" },
7
- "line-height": { "value": "{ams.typography.body-text.line-height}" },
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
- "block-size": { "value": "1ex" },
13
- "inline-size": { "value": "1ex" },
14
- "margin-inline": { "value": "{ams.space.s}" }
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": { "value": "{ams.links.color}" },
18
- "outline-offset": { "value": "{ams.focus.outline-offset}" },
19
- "text-decoration-line": { "value": "{ams.links.subtle.text-decoration-line}" },
20
- "text-decoration-thickness": { "value": "{ams.links.text-decoration-thickness}" },
21
- "text-underline-offset": { "value": "{ams.links.text-underline-offset}" },
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": { "value": "{ams.links.hover.color}" },
24
- "text-decoration-line": { "value": "{ams.links.subtle.hover.text-decoration-line}" }
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
  }