@amsterdam/design-system-tokens 3.3.0 → 3.4.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 (51) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/compact.css +2 -0
  3. package/dist/compact.d.ts +4 -0
  4. package/dist/compact.json +5 -1
  5. package/dist/compact.mjs +2 -0
  6. package/dist/compact.scss +2 -0
  7. package/dist/compact.theme.css +2 -0
  8. package/dist/index.css +102 -88
  9. package/dist/index.d.ts +191 -169
  10. package/dist/index.json +245 -223
  11. package/dist/index.mjs +177 -169
  12. package/dist/index.scss +102 -88
  13. package/dist/index.theme.css +102 -88
  14. package/package.json +2 -2
  15. package/src/brand/ams/border.compact.tokens.json +20 -0
  16. package/src/brand/ams/border.tokens.json +20 -0
  17. package/src/brand/ams/color.tokens.json +5 -0
  18. package/src/brand/ams/typography.compact.tokens.json +18 -0
  19. package/src/brand/ams/typography.tokens.json +35 -3
  20. package/src/components/ams/accordion.tokens.json +38 -0
  21. package/src/components/ams/checkbox.tokens.json +40 -0
  22. package/src/components/ams/date-input.tokens.json +28 -0
  23. package/src/components/ams/description-list.tokens.json +19 -2
  24. package/src/components/ams/field-set.tokens.json +8 -0
  25. package/src/components/ams/field.tokens.json +8 -0
  26. package/src/components/ams/file-input.tokens.json +1 -0
  27. package/src/components/ams/icon.tokens.json +16 -0
  28. package/src/components/ams/menu.tokens.json +28 -0
  29. package/src/components/ams/page-header.tokens.json +1 -1
  30. package/src/components/ams/{page-heading.deprecated.tokens.json → page-heading.tokens.json} +7 -7
  31. package/src/components/ams/progress-list.tokens.json +51 -0
  32. package/src/components/ams/select.tokens.json +2 -0
  33. package/src/components/ams/standalone-link.tokens.json +30 -0
  34. package/src/components/ams/switch.tokens.json +17 -1
  35. package/src/components/ams/table-of-contents.tokens.json +21 -0
  36. package/src/components/ams/tabs.tokens.json +3 -3
  37. package/src/components/ams/text-input.tokens.json +2 -0
  38. package/src/components/ams/time-input.tokens.json +30 -0
  39. package/src/brand/ams/color.deprecated.tokens.json +0 -13
  40. package/src/brand/ams/typography.deprecated.compact.tokens.json +0 -26
  41. package/src/brand/ams/typography.deprecated.tokens.json +0 -40
  42. package/src/components/ams/accordion.deprecated.tokens.json +0 -39
  43. package/src/components/ams/checkbox.deprecated.tokens.json +0 -59
  44. package/src/components/ams/date-input.deprecated.tokens.json +0 -38
  45. package/src/components/ams/field-set.deprecated.tokens.json +0 -16
  46. package/src/components/ams/field.deprecated.tokens.json +0 -14
  47. package/src/components/ams/icon.deprecated.tokens.json +0 -22
  48. package/src/components/ams/menu.deprecated.tokens.json +0 -36
  49. package/src/components/ams/standalone-link.deprecated.tokens.json +0 -38
  50. package/src/components/ams/table-of-contents.deprecated.tokens.json +0 -24
  51. package/src/components/ams/time-input.deprecated.tokens.json +0 -38
@@ -73,16 +73,35 @@
73
73
  },
74
74
  "cursor": {
75
75
  "$value": "{ams.cursor.disabled}"
76
+ },
77
+ "calendar-picker-indicator": {
78
+ "$deprecated": "Will be removed in release 6.0.0.",
79
+ "background-image": {
80
+ "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23767676'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")"
81
+ }
82
+ },
83
+ "calender-picker-indicator": {
84
+ "background-image": {
85
+ "$deprecated": "Use `ams.time-input.disabled.calendar-picker-indicator.background-image` instead. Will be removed in release 4.0.0.",
86
+ "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23767676'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")"
87
+ }
76
88
  }
77
89
  },
78
90
  "hover": {
79
91
  "box-shadow": {
92
+ "$type": "shadow",
80
93
  "$value": "{ams.inputs.hover.box-shadow}"
81
94
  },
82
95
  "calendar-picker-indicator": {
83
96
  "background-image": {
84
97
  "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23003677'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")"
85
98
  }
99
+ },
100
+ "calender-picker-indicator": {
101
+ "background-image": {
102
+ "$deprecated": "Use `ams.time-input.hover.calendar-picker-indicator.background-image` instead. Will be removed in release 4.0.0.",
103
+ "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23003677'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")"
104
+ }
86
105
  }
87
106
  },
88
107
  "invalid": {
@@ -96,6 +115,7 @@
96
115
  "$type": "color"
97
116
  },
98
117
  "box-shadow": {
118
+ "$type": "shadow",
99
119
  "$value": "{ams.inputs.invalid.hover.box-shadow}"
100
120
  }
101
121
  }
@@ -107,6 +127,16 @@
107
127
  "cursor": {
108
128
  "$value": "{ams.cursor.interactive}"
109
129
  }
130
+ },
131
+ "calender-picker-indicator": {
132
+ "background-image": {
133
+ "$deprecated": "Use `ams.time-input.calendar-picker-indicator.background-image` instead. Will be removed in release 4.0.0.",
134
+ "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23004699'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")"
135
+ },
136
+ "cursor": {
137
+ "$deprecated": "Use `ams.time-input.calendar-picker-indicator.cursor` instead. Will be removed in release 4.0.0.",
138
+ "$value": "{ams.cursor.interactive}"
139
+ }
110
140
  }
111
141
  }
112
142
  }
@@ -1,13 +0,0 @@
1
- {
2
- "ams": {
3
- "color": {
4
- "interactive": {
5
- "secondary": {
6
- "$deprecated": "Use `currentColor` instead",
7
- "$value": "#202020",
8
- "$type": "color"
9
- }
10
- }
11
- }
12
- }
13
- }
@@ -1,26 +0,0 @@
1
- {
2
- "ams": {
3
- "typography": {
4
- "heading": {
5
- "0": {
6
- "font-size": {
7
- "$deprecated": "Use `ams.typography.heading.1.font-size` instead.",
8
- "$value": "clamp(2.1645rem, 2.072rem + 0.4626vw, 2.4883rem)",
9
- "$extensions": {
10
- "nl.amsterdam.type": "fontSize"
11
- }
12
- }
13
- },
14
- "6": {
15
- "font-size": {
16
- "$deprecated": "Use `ams.typography.heading.5.font-size` instead.",
17
- "$value": "{ams.typography.body-text.small.font-size}",
18
- "$extensions": {
19
- "nl.amsterdam.type": "fontSize"
20
- }
21
- }
22
- }
23
- }
24
- }
25
- }
26
- }
@@ -1,40 +0,0 @@
1
- {
2
- "ams": {
3
- "typography": {
4
- "heading": {
5
- "0": {
6
- "font-size": {
7
- "$deprecated": "Use `ams.typography.heading.1.font-size` instead.",
8
- "$value": "clamp(2.435rem, 2.0409rem + 1.9709vw, 3.8147rem)",
9
- "$extensions": {
10
- "nl.amsterdam.type": "fontSize"
11
- }
12
- },
13
- "line-height": {
14
- "$deprecated": "Use `ams.typography.heading.1.line-height` instead.",
15
- "$value": "1.1",
16
- "$extensions": {
17
- "nl.amsterdam.type": "lineHeight"
18
- }
19
- }
20
- },
21
- "6": {
22
- "font-size": {
23
- "$deprecated": "Use `ams.typography.heading.5.font-size` instead.",
24
- "$value": "{ams.typography.body-text.small.font-size}",
25
- "$extensions": {
26
- "nl.amsterdam.type": "fontSize"
27
- }
28
- },
29
- "line-height": {
30
- "$deprecated": "Use `ams.typography.heading.5.line-height` instead.",
31
- "$value": "1.4",
32
- "$extensions": {
33
- "nl.amsterdam.type": "lineHeight"
34
- }
35
- }
36
- }
37
- }
38
- }
39
- }
40
- }
@@ -1,39 +0,0 @@
1
- {
2
- "ams": {
3
- "accordion": {
4
- "button": {
5
- "font-family": {
6
- "$value": "{ams.typography.font-family}",
7
- "$type": "fontFamily"
8
- },
9
- "font-size": {
10
- "$value": "{ams.typography.heading.3.font-size}",
11
- "$extensions": {
12
- "nl.amsterdam.type": "fontSize"
13
- }
14
- },
15
- "font-weight": {
16
- "$value": "{ams.typography.heading.font-weight}",
17
- "$type": "fontWeight"
18
- },
19
- "line-height": {
20
- "$value": "{ams.typography.heading.3.line-height}",
21
- "$extensions": {
22
- "nl.amsterdam.type": "lineHeight"
23
- }
24
- },
25
- "text-wrap": {
26
- "$value": "{ams.typography.heading.text-wrap}"
27
- }
28
- },
29
- "panel": {
30
- "padding-block": {
31
- "$value": "0"
32
- },
33
- "padding-inline": {
34
- "$value": "0"
35
- }
36
- }
37
- }
38
- }
39
- }
@@ -1,59 +0,0 @@
1
- {
2
- "ams": {
3
- "checkbox": {
4
- "hover": {
5
- "text-decoration-thickness": {
6
- "$deprecated": "Use `ams.checkbox.text-decoration-thickness` instead",
7
- "$value": "{ams.border.width.m}",
8
- "$type": "dimension"
9
- }
10
- },
11
- "rectangle": {
12
- "checked": {
13
- "disabled": {
14
- "hover": {
15
- "fill": {
16
- "$value": "{ams.color.interactive.disabled}",
17
- "$type": "color"
18
- }
19
- }
20
- },
21
- "hover": {
22
- "disabled-invalid": {
23
- "fill": {
24
- "$value": "{ams.color.interactive.disabled}",
25
- "$type": "color"
26
- }
27
- }
28
- }
29
- },
30
- "hover": {
31
- "disabled-invalid": {
32
- "stroke": {
33
- "$value": "{ams.color.interactive.disabled}",
34
- "$type": "color"
35
- }
36
- }
37
- },
38
- "indeterminate": {
39
- "disabled": {
40
- "hover": {
41
- "fill": {
42
- "$value": "{ams.color.interactive.disabled}",
43
- "$type": "color"
44
- }
45
- }
46
- },
47
- "hover": {
48
- "disabled-invalid": {
49
- "fill": {
50
- "$value": "{ams.color.interactive.disabled}",
51
- "$type": "color"
52
- }
53
- }
54
- }
55
- }
56
- }
57
- }
58
- }
59
- }
@@ -1,38 +0,0 @@
1
- {
2
- "ams": {
3
- "date-input": {
4
- "disabled": {
5
- "calendar-picker-indicator": {
6
- "background-image": {
7
- "$deprecated": "This token will be removed in release 6.0.0",
8
- "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23767676'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")"
9
- }
10
- },
11
- "calender-picker-indicator": {
12
- "background-image": {
13
- "$deprecated": "Use `ams.date-input.disabled.calendar-picker-indicator.background-image` instead",
14
- "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23767676'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")"
15
- }
16
- }
17
- },
18
- "hover": {
19
- "calender-picker-indicator": {
20
- "background-image": {
21
- "$deprecated": "Use `ams.date-input.hover.calendar-picker-indicator.background-image` instead",
22
- "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23003677'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")"
23
- }
24
- }
25
- },
26
- "calender-picker-indicator": {
27
- "background-image": {
28
- "$deprecated": "Use `ams.date-input.calendar-picker-indicator.background-image` instead",
29
- "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23004699'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")"
30
- },
31
- "cursor": {
32
- "$deprecated": "Use `ams.date-input.calendar-picker-indicator.cursor` instead",
33
- "$value": "{ams.cursor.interactive}"
34
- }
35
- }
36
- }
37
- }
38
- }
@@ -1,16 +0,0 @@
1
- {
2
- "ams": {
3
- "field-set": {
4
- "legend": {
5
- "margin-block-end": {
6
- "$deprecated": "This token will be removed in release 5.0.0",
7
- "$value": "{ams.space.s}",
8
- "$type": "dimension",
9
- "$extensions": {
10
- "nl.amsterdam.subtype": "space"
11
- }
12
- }
13
- }
14
- }
15
- }
16
- }
@@ -1,14 +0,0 @@
1
- {
2
- "ams": {
3
- "field": {
4
- "gap": {
5
- "$deprecated": "This token will be removed in release 5.0.0",
6
- "$value": "{ams.space.s}",
7
- "$type": "dimension",
8
- "$extensions": {
9
- "nl.amsterdam.subtype": "space"
10
- }
11
- }
12
- }
13
- }
14
- }
@@ -1,22 +0,0 @@
1
- {
2
- "ams": {
3
- "icon": {
4
- "heading-0": {
5
- "font-size": {
6
- "$deprecated": "Use `ams.typography.heading.1.font-size` instead.",
7
- "$value": "{ams.typography.heading.0.font-size}",
8
- "$extensions": {
9
- "nl.amsterdam.type": "fontSize"
10
- }
11
- },
12
- "line-height": {
13
- "$deprecated": "Use `ams.typography.heading.1.line-height` instead.",
14
- "$value": "{ams.typography.heading.0.line-height}",
15
- "$extensions": {
16
- "nl.amsterdam.type": "lineHeight"
17
- }
18
- }
19
- }
20
- }
21
- }
22
- }
@@ -1,36 +0,0 @@
1
- {
2
- "ams": {
3
- "menu": {
4
- "link": {
5
- "contrast": {
6
- "color": {
7
- "$deprecated": "The menu has a dark background now, so this is no longer needed.",
8
- "$value": "{ams.links.contrast.color}",
9
- "$type": "color"
10
- },
11
- "hover": {
12
- "color": {
13
- "$deprecated": "The menu has a dark background now, so this is no longer needed.",
14
- "$value": "{ams.links.contrast.hover.color}",
15
- "$type": "color"
16
- }
17
- }
18
- },
19
- "inverse": {
20
- "color": {
21
- "$deprecated": "The menu has a dark background now, so this is no longer needed.",
22
- "$value": "{ams.links.inverse.color}",
23
- "$type": "color"
24
- },
25
- "hover": {
26
- "color": {
27
- "$deprecated": "The menu has a dark background now, so this is no longer needed.",
28
- "$value": "{ams.links.inverse.hover.color}",
29
- "$type": "color"
30
- }
31
- }
32
- }
33
- }
34
- }
35
- }
36
- }
@@ -1,38 +0,0 @@
1
- {
2
- "ams": {
3
- "standalone-link": {
4
- "hover": {
5
- "text-decoration-thickness": {
6
- "$deprecated": "Use `ams.standalone-link.text-decoration-thickness` instead",
7
- "$value": "{ams.links.hover.text-decoration-thickness}",
8
- "$type": "dimension"
9
- },
10
- "text-underline-offset": {
11
- "$deprecated": "Use `ams.standalone-link.text-underline-offset` instead",
12
- "$value": "{ams.links.hover.text-underline-offset}",
13
- "$type": "dimension",
14
- "$extensions": {
15
- "nl.amsterdam.subtype": "space"
16
- }
17
- }
18
- },
19
- "with-icon": {
20
- "text-decoration-line": {
21
- "$deprecated": "Use `ams.standalone-link.text-decoration-line` instead",
22
- "$value": "{ams.links.subtle.text-decoration-line}"
23
- },
24
- "text-decoration-thickness": {
25
- "$deprecated": "Use `ams.standalone-link.text-decoration-thickness` instead",
26
- "$value": "{ams.links.text-decoration-thickness}",
27
- "$type": "dimension"
28
- },
29
- "hover": {
30
- "text-decoration-line": {
31
- "$deprecated": "Use `ams.standalone-link.hover.text-decoration-line` instead",
32
- "$value": "{ams.links.subtle.hover.text-decoration-line}"
33
- }
34
- }
35
- }
36
- }
37
- }
38
- }
@@ -1,24 +0,0 @@
1
- {
2
- "ams": {
3
- "table-of-contents": {
4
- "heading": {
5
- "font-weight": {
6
- "$value": "{ams.typography.heading.font-weight}",
7
- "$type": "fontWeight"
8
- },
9
- "font-size": {
10
- "$value": "{ams.typography.heading.4.font-size}",
11
- "$extensions": {
12
- "nl.amsterdam.type": "fontSize"
13
- }
14
- },
15
- "line-height": {
16
- "$value": "{ams.typography.heading.4.line-height}",
17
- "$extensions": {
18
- "nl.amsterdam.type": "lineHeight"
19
- }
20
- }
21
- }
22
- }
23
- }
24
- }
@@ -1,38 +0,0 @@
1
- {
2
- "ams": {
3
- "time-input": {
4
- "disabled": {
5
- "calendar-picker-indicator": {
6
- "$deprecated": "This token will be removed in release 6.0.0",
7
- "background-image": {
8
- "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23767676'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")"
9
- }
10
- },
11
- "calender-picker-indicator": {
12
- "background-image": {
13
- "$deprecated": "Use `ams.time-input.disabled.calendar-picker-indicator.background-image` instead",
14
- "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23767676'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")"
15
- }
16
- }
17
- },
18
- "hover": {
19
- "calender-picker-indicator": {
20
- "background-image": {
21
- "$deprecated": "Use `ams.time-input.hover.calendar-picker-indicator.background-image` instead",
22
- "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23003677'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")"
23
- }
24
- }
25
- },
26
- "calender-picker-indicator": {
27
- "background-image": {
28
- "$deprecated": "Use `ams.time-input.calendar-picker-indicator.background-image` instead",
29
- "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23004699'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")"
30
- },
31
- "cursor": {
32
- "$deprecated": "Use `ams.time-input.calendar-picker-indicator.cursor` instead",
33
- "$value": "{ams.cursor.interactive}"
34
- }
35
- }
36
- }
37
- }
38
- }