@amsterdam/design-system-tokens 2.2.0 → 3.1.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 +32 -0
- package/README.md +8 -7
- package/dist/compact.css +1 -0
- package/dist/compact.d.ts +3 -0
- package/dist/compact.json +3 -0
- package/dist/compact.mjs +1 -0
- package/dist/compact.scss +1 -0
- package/dist/compact.theme.css +1 -0
- package/dist/index.css +81 -14
- package/dist/index.d.ts +178 -11
- package/dist/index.json +239 -72
- package/dist/index.mjs +165 -67
- package/dist/index.scss +81 -14
- package/dist/index.theme.css +81 -14
- package/package.json +3 -4
- package/src/brand/ams/color.deprecated.tokens.json +1 -1
- package/src/brand/ams/color.tokens.json +9 -4
- package/src/brand/ams/typography.tokens.json +1 -1
- package/src/components/ams/badge.tokens.json +1 -0
- package/src/components/ams/call-to-action-link.tokens.json +2 -2
- package/src/components/ams/date-input.deprecated.tokens.json +6 -0
- package/src/components/ams/date-input.tokens.json +1 -6
- package/src/components/ams/field-set.deprecated.tokens.json +9 -0
- package/src/components/ams/field-set.tokens.json +12 -1
- package/src/components/ams/field.deprecated.tokens.json +7 -0
- package/src/components/ams/field.tokens.json +6 -1
- package/src/components/ams/page-header.compact.tokens.json +3 -0
- package/src/components/ams/page-header.tokens.json +2 -1
- package/src/components/ams/paragraph.tokens.json +2 -1
- package/src/components/ams/progress-list.tokens.json +255 -0
- package/src/components/ams/time-input.deprecated.tokens.json +6 -0
- package/src/components/ams/time-input.tokens.json +1 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,38 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.1.0](https://github.com/Amsterdam/design-system/compare/design-system-tokens-v3.0.0...design-system-tokens-v3.1.0) (2026-01-28)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **Badge:** Add option to include an icon ([#2385](https://github.com/Amsterdam/design-system/issues/2385)) ([698c776](https://github.com/Amsterdam/design-system/commit/698c7762f9bc0c844598e71c45165f472d03c185))
|
|
12
|
+
* Introduce Progress List component ([#2373](https://github.com/Amsterdam/design-system/issues/2373)) ([7309159](https://github.com/Amsterdam/design-system/commit/730915911eb28dff40137ff15063cf33c21f26fc))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **DateInput, TimeInput:** Prevent focus on picker icon when input is disabled ([#2378](https://github.com/Amsterdam/design-system/issues/2378)) ([e3fff0f](https://github.com/Amsterdam/design-system/commit/e3fff0fcf7fea144663342493a83afd4e73da7e8))
|
|
18
|
+
* Relax hyphenation settings ([#2384](https://github.com/Amsterdam/design-system/issues/2384)) ([c8d3ea5](https://github.com/Amsterdam/design-system/commit/c8d3ea5439f710c85977ad2c05c7614f28c47c59))
|
|
19
|
+
|
|
20
|
+
## [3.0.0](https://github.com/Amsterdam/design-system/compare/design-system-tokens-v2.2.0...design-system-tokens-v3.0.0) (2026-01-09)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Deprecations
|
|
24
|
+
|
|
25
|
+
The following tokens will be removed in release 5.0.0:
|
|
26
|
+
|
|
27
|
+
- `ams.field-set.legend.margin-block-end`
|
|
28
|
+
- `ams.field.gap`
|
|
29
|
+
|
|
30
|
+
### Features
|
|
31
|
+
|
|
32
|
+
* Change our shade of black to improve contrast ([#2346](https://github.com/Amsterdam/design-system/issues/2346)) ([3ad6b78](https://github.com/Amsterdam/design-system/commit/3ad6b78b52d97c739a0847d212aa6715caa7b2e0))
|
|
33
|
+
* Change our shades of green to improve contrast ([#2347](https://github.com/Amsterdam/design-system/issues/2347)) ([c3f6157](https://github.com/Amsterdam/design-system/commit/c3f61573f5821bf63ffa1500f9722ac70210f8cc))
|
|
34
|
+
* **Field, Field Set:** Change spacing between elements ([#2358](https://github.com/Amsterdam/design-system/issues/2358)) ([6bcace7](https://github.com/Amsterdam/design-system/commit/6bcace7930b1e1247601380a4e5bff1c318bbbcf))
|
|
35
|
+
* **Page Header:** Add vertical space to Mega Menu in Spacious Mode ([#2298](https://github.com/Amsterdam/design-system/issues/2298)) ([3ae1729](https://github.com/Amsterdam/design-system/commit/3ae17299853fc6f35e639dfc8d9f7f97476bdbac))
|
|
36
|
+
* **Paragraph:** Balance line lengths of lead paragraphs ([#2309](https://github.com/Amsterdam/design-system/issues/2309)) ([afeab6e](https://github.com/Amsterdam/design-system/commit/afeab6ebe7da883fb984e23cd9d0661f3524bb60))
|
|
37
|
+
|
|
6
38
|
## [2.2.0](https://github.com/Amsterdam/design-system/compare/design-system-tokens-v2.1.0...design-system-tokens-v2.2.0) (2025-11-21)
|
|
7
39
|
|
|
8
40
|
|
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# Amsterdam Design System: Tokens
|
|
4
4
|
|
|
5
5
|
This package provides all design tokens from the [Amsterdam Design System](https://designsystem.amsterdam).
|
|
6
|
-
Use it to apply its visual design to your
|
|
6
|
+
Use it to apply its visual design to your websites.
|
|
7
7
|
The tokens are exported in multiple formats, including CSS custom properties and JSON, making them compatible with most, if not all, technology stacks.
|
|
8
8
|
|
|
9
9
|
**Note** that the values of the tokens in this package implement the branding of the City of Amsterdam.
|
|
@@ -57,11 +57,12 @@ import "@amsterdam/design-system-tokens/dist/index.theme.css"
|
|
|
57
57
|
</body>
|
|
58
58
|
```
|
|
59
59
|
|
|
60
|
-
### Compact
|
|
60
|
+
### Compact overrides
|
|
61
61
|
|
|
62
|
-
Our
|
|
63
|
-
|
|
64
|
-
|
|
62
|
+
Our visual style is quite spacious.
|
|
63
|
+
This works well for public websites.
|
|
64
|
+
The main stylesheet implements this ‘Spacious Mode’ as the default.
|
|
65
|
+
A compact stylesheet is available for internal websites that require a high-density layout with reduced white space and smaller text.
|
|
65
66
|
|
|
66
67
|
Note that the compact stylesheet is not independent – it only contains overrides.
|
|
67
68
|
Import it after the main stylesheet for the correct result.
|
|
@@ -154,8 +155,8 @@ Find the [list of component tokens](https://github.com/Amsterdam/design-system/t
|
|
|
154
155
|
This package allows the creation of a theme to reuse our components for a different brand.
|
|
155
156
|
This is a key feature of [NL Design System](https://nldesignsystem.nl/) of which we are part.
|
|
156
157
|
|
|
157
|
-
However, websites
|
|
158
|
-
We repeat: websites
|
|
158
|
+
However, websites for the City of Amsterdam must follow the design system as closely as possible.
|
|
159
|
+
We repeat: websites for the City of Amsterdam must follow the design system as closely as possible.
|
|
159
160
|
|
|
160
161
|
At the same time, we are aware that adopting a design system can pose challenges in practice.
|
|
161
162
|
If there is a good reason to (temporarily) adapt a component, do so by overriding the values of its appropriate tokens in a separate stylesheet.
|
package/dist/compact.css
CHANGED
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
--ams-typography-heading-3-line-height: 1.3;
|
|
29
29
|
--ams-typography-heading-4-line-height: 1.4;
|
|
30
30
|
--ams-typography-heading-5-line-height: 1.4;
|
|
31
|
+
--ams-page-header-mega-menu-padding-block: 0;
|
|
31
32
|
--ams-typography-heading-2-font-size: var(--ams-typography-body-text-x-large-font-size);
|
|
32
33
|
--ams-typography-heading-3-font-size: var(--ams-typography-body-text-large-font-size);
|
|
33
34
|
--ams-typography-heading-4-font-size: var(--ams-typography-body-text-font-size);
|
package/dist/compact.d.ts
CHANGED
package/dist/compact.json
CHANGED
package/dist/compact.mjs
CHANGED
package/dist/compact.scss
CHANGED
|
@@ -26,6 +26,7 @@ $ams-typography-heading-2-line-height: 1.3;
|
|
|
26
26
|
$ams-typography-heading-3-line-height: 1.3;
|
|
27
27
|
$ams-typography-heading-4-line-height: 1.4;
|
|
28
28
|
$ams-typography-heading-5-line-height: 1.4;
|
|
29
|
+
$ams-page-header-mega-menu-padding-block: 0;
|
|
29
30
|
$ams-typography-heading-2-font-size: $ams-typography-body-text-x-large-font-size;
|
|
30
31
|
$ams-typography-heading-3-font-size: $ams-typography-body-text-large-font-size;
|
|
31
32
|
$ams-typography-heading-4-font-size: $ams-typography-body-text-font-size;
|
package/dist/compact.theme.css
CHANGED
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
--ams-typography-heading-3-line-height: 1.3;
|
|
29
29
|
--ams-typography-heading-4-line-height: 1.4;
|
|
30
30
|
--ams-typography-heading-5-line-height: 1.4;
|
|
31
|
+
--ams-page-header-mega-menu-padding-block: 0;
|
|
31
32
|
--ams-typography-heading-2-font-size: var(--ams-typography-body-text-x-large-font-size);
|
|
32
33
|
--ams-typography-heading-3-font-size: var(--ams-typography-body-text-large-font-size);
|
|
33
34
|
--ams-typography-heading-4-font-size: var(--ams-typography-body-text-font-size);
|
package/dist/index.css
CHANGED
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
--ams-border-width-m: 0.125rem;
|
|
14
14
|
--ams-border-width-l: 0.1875rem;
|
|
15
15
|
--ams-border-width-xl: 0.25rem;
|
|
16
|
-
--ams-color-interactive-secondary: #
|
|
17
|
-
--ams-color-interactive-contrast: #
|
|
16
|
+
--ams-color-interactive-secondary: #202020; /** Use `currentColor` instead */
|
|
17
|
+
--ams-color-interactive-contrast: #202020;
|
|
18
18
|
--ams-color-interactive: #004699;
|
|
19
19
|
--ams-color-interactive-disabled: #767676;
|
|
20
20
|
--ams-color-interactive-hover: #003677;
|
|
@@ -24,17 +24,20 @@
|
|
|
24
24
|
--ams-color-background: #ffffff;
|
|
25
25
|
--ams-color-feedback-error: #ec0000;
|
|
26
26
|
--ams-color-feedback-info: #009de6;
|
|
27
|
-
--ams-color-feedback-success: #
|
|
27
|
+
--ams-color-feedback-success: #00893c;
|
|
28
28
|
--ams-color-feedback-warning: #ff9100;
|
|
29
29
|
--ams-color-highlight-azure: #009de6;
|
|
30
|
-
--ams-color-highlight-green: #
|
|
30
|
+
--ams-color-highlight-green: #00893c;
|
|
31
31
|
--ams-color-highlight-lime: #bed200;
|
|
32
32
|
--ams-color-highlight-magenta: #e50082;
|
|
33
33
|
--ams-color-highlight-orange: #ff9100;
|
|
34
34
|
--ams-color-highlight-purple: #a00078;
|
|
35
35
|
--ams-color-highlight-yellow: #ffe600;
|
|
36
|
+
--ams-color-progress-current: #00893c;
|
|
37
|
+
--ams-color-progress-completed: #00893c;
|
|
38
|
+
--ams-color-progress-upcoming: #767676;
|
|
36
39
|
--ams-color-separator: #d1d1d1;
|
|
37
|
-
--ams-color-text: #
|
|
40
|
+
--ams-color-text: #202020;
|
|
38
41
|
--ams-color-text-inverse: #ffffff;
|
|
39
42
|
--ams-color-text-secondary: #767676;
|
|
40
43
|
--ams-cursor-disabled: not-allowed;
|
|
@@ -58,7 +61,7 @@
|
|
|
58
61
|
--ams-typography-heading-font-weight: 800;
|
|
59
62
|
--ams-typography-heading-text-wrap: balance;
|
|
60
63
|
--ams-typography-font-family: 'Amsterdam Sans', Arial, sans-serif;
|
|
61
|
-
--ams-typography-hyphenate-limit-chars:
|
|
64
|
+
--ams-typography-hyphenate-limit-chars: auto;
|
|
62
65
|
--ams-typography-body-text-font-size: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem);
|
|
63
66
|
--ams-typography-body-text-font-weight: 400;
|
|
64
67
|
--ams-typography-body-text-line-height: 1.8;
|
|
@@ -91,10 +94,10 @@
|
|
|
91
94
|
--ams-button-tertiary-background-color: transparent;
|
|
92
95
|
--ams-button-tertiary-border-color: transparent;
|
|
93
96
|
--ams-button-tertiary-hover-border-color: currentColor;
|
|
94
|
-
--ams-call-to-action-link-background-color: #
|
|
95
|
-
--ams-call-to-action-link-hover-background-color: #
|
|
97
|
+
--ams-call-to-action-link-background-color: #00893c;
|
|
98
|
+
--ams-call-to-action-link-hover-background-color: #10552b;
|
|
99
|
+
--ams-date-input-disabled-calendar-picker-indicator-background-image: 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>"); /** This token will be removed in release 6.0.0 */
|
|
96
100
|
--ams-date-input-disabled-calender-picker-indicator-background-image: 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>"); /** Use the token with ‘calendar’ spelled correctly instead */
|
|
97
|
-
--ams-date-input-disabled-calendar-picker-indicator-background-image: 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>");
|
|
98
101
|
--ams-date-input-hover-calender-picker-indicator-background-image: 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>"); /** Use the token with ‘calendar’ spelled correctly instead */
|
|
99
102
|
--ams-date-input-hover-calendar-picker-indicator-background-image: 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>");
|
|
100
103
|
--ams-date-input-calender-picker-indicator-background-image: 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>"); /** Use the token with ‘calendar’ spelled correctly instead */
|
|
@@ -133,6 +136,19 @@
|
|
|
133
136
|
--ams-page-footer-spotlight-background-color: #004699;
|
|
134
137
|
--ams-page-max-inline-size: 90rem;
|
|
135
138
|
--ams-page-with-menu-max-inline-size: 120rem;
|
|
139
|
+
--ams-paragraph-large-text-wrap: balance;
|
|
140
|
+
--ams-progress-list-step-marker-shape-block-size: 1.5rem;
|
|
141
|
+
--ams-progress-list-step-marker-shape-border-style: solid;
|
|
142
|
+
--ams-progress-list-step-marker-shape-outline-style: solid;
|
|
143
|
+
--ams-progress-list-step-connector-border-inline-style: dashed;
|
|
144
|
+
--ams-progress-list-step-connector-border-inline-width: 1px;
|
|
145
|
+
--ams-progress-list-step-completed-connector-border-inline-style: solid;
|
|
146
|
+
--ams-progress-list-substeps-step-marker-shape-block-size: 0.75rem;
|
|
147
|
+
--ams-progress-list-substeps-step-marker-shape-border-style: solid;
|
|
148
|
+
--ams-progress-list-substeps-step-marker-shape-outline-style: solid;
|
|
149
|
+
--ams-progress-list-substeps-step-connector-border-inline-style: dashed;
|
|
150
|
+
--ams-progress-list-substeps-step-connector-border-inline-width: 1px;
|
|
151
|
+
--ams-progress-list-substeps-step-completed-connector-border-inline-style: solid;
|
|
136
152
|
--ams-search-field-input-cancel-button-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23004699' fill-rule='evenodd' d='M29.333 5.47 26.53 2.668 16 13.187 5.47 2.666 2.668 5.47 13.187 16 2.666 26.53l2.804 2.803L16 18.813l10.53 10.52 2.803-2.804L18.813 16z'/></svg>");
|
|
137
153
|
--ams-select-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23004699' fill-rule='evenodd' d='m16 25.757-16-16 2.91-2.9L16 19.937l13.09-13.08 2.91 2.9z'/></svg>");
|
|
138
154
|
--ams-select-disabled-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23767676' fill-rule='evenodd' d='m16 25.757-16-16 2.91-2.9L16 19.937l13.09-13.08 2.91 2.9z'/></svg>");
|
|
@@ -141,8 +157,8 @@
|
|
|
141
157
|
--ams-switch-inline-size: 3.5rem;
|
|
142
158
|
--ams-switch-thumb-block-size: 1.75rem;
|
|
143
159
|
--ams-switch-thumb-inline-size: 1.75rem;
|
|
144
|
-
--ams-time-input-disabled-calender-picker-indicator-background-image: 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>"); /** Use the token with ‘calendar’ spelled correctly instead */
|
|
145
160
|
--ams-time-input-disabled-calendar-picker-indicator-background-image: 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>");
|
|
161
|
+
--ams-time-input-disabled-calender-picker-indicator-background-image: 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>"); /** Use the token with ‘calendar’ spelled correctly instead */
|
|
146
162
|
--ams-time-input-hover-calender-picker-indicator-background-image: 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>"); /** Use the token with ‘calendar’ spelled correctly instead */
|
|
147
163
|
--ams-time-input-hover-calendar-picker-indicator-background-image: 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>");
|
|
148
164
|
--ams-time-input-calender-picker-indicator-background-image: 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>"); /** Use the token with ‘calendar’ spelled correctly instead */
|
|
@@ -241,6 +257,7 @@
|
|
|
241
257
|
--ams-badge-font-family: var(--ams-typography-font-family);
|
|
242
258
|
--ams-badge-font-size: var(--ams-typography-body-text-font-size);
|
|
243
259
|
--ams-badge-font-weight: var(--ams-typography-body-text-bold-font-weight);
|
|
260
|
+
--ams-badge-gap: var(--ams-space-xs);
|
|
244
261
|
--ams-badge-line-height: var(--ams-typography-body-text-line-height);
|
|
245
262
|
--ams-badge-padding-inline: var(--ams-space-xs);
|
|
246
263
|
--ams-badge-azure-background-color: var(--ams-color-feedback-info);
|
|
@@ -414,16 +431,22 @@
|
|
|
414
431
|
--ams-error-message-font-weight: var(--ams-typography-body-text-font-weight);
|
|
415
432
|
--ams-error-message-gap: var(--ams-space-xs);
|
|
416
433
|
--ams-error-message-line-height: var(--ams-typography-body-text-line-height);
|
|
417
|
-
--ams-field-set-
|
|
418
|
-
--ams-field-set-invalid-padding-inline-start: var(--ams-space-m);
|
|
434
|
+
--ams-field-set-legend-margin-block-end: var(--ams-space-s);
|
|
419
435
|
--ams-field-set-legend-color: var(--ams-color-text);
|
|
420
436
|
--ams-field-set-legend-font-family: var(--ams-typography-font-family);
|
|
421
437
|
--ams-field-set-legend-font-weight: var(--ams-typography-heading-font-weight);
|
|
422
438
|
--ams-field-set-legend-line-height: var(--ams-typography-heading-3-line-height);
|
|
423
|
-
--ams-field-set-legend-margin-block-end: var(--ams-space-s);
|
|
424
439
|
--ams-field-set-legend-text-wrap: var(--ams-typography-heading-text-wrap);
|
|
425
440
|
--ams-field-set-legend-in-fieldset-font-weight: var(--ams-typography-body-text-font-weight);
|
|
441
|
+
--ams-field-set-child-margin-block-end: var(--ams-space-xs);
|
|
442
|
+
--ams-field-set-child-before-error-message-margin-block-end: var(--ams-space-s);
|
|
443
|
+
--ams-field-set-child-before-field-or-field-set-margin-block-end: var(--ams-space-m);
|
|
444
|
+
--ams-field-set-child-between-fields-and-field-sets-margin-block-end: var(--ams-space-l);
|
|
445
|
+
--ams-field-set-invalid-border-inline-start: var(--ams-border-width-l) solid var(--ams-color-feedback-error);
|
|
446
|
+
--ams-field-set-invalid-padding-inline-start: var(--ams-space-m);
|
|
426
447
|
--ams-field-gap: var(--ams-space-s);
|
|
448
|
+
--ams-field-child-margin-block-end: var(--ams-space-xs);
|
|
449
|
+
--ams-field-child-before-error-message-margin-block-end: var(--ams-space-s);
|
|
427
450
|
--ams-field-invalid-border-inline-start: var(--ams-border-width-l) solid var(--ams-color-feedback-error);
|
|
428
451
|
--ams-field-invalid-padding-inline-start: var(--ams-space-m);
|
|
429
452
|
--ams-figure-gap: var(--ams-space-s);
|
|
@@ -592,6 +615,7 @@
|
|
|
592
615
|
--ams-page-header-brand-name-font-weight: var(--ams-typography-heading-font-weight);
|
|
593
616
|
--ams-page-header-brand-name-line-height: var(--ams-typography-heading-3-line-height);
|
|
594
617
|
--ams-page-header-brand-name-text-wrap: var(--ams-typography-heading-text-wrap);
|
|
618
|
+
--ams-page-header-mega-menu-padding-block: var(--ams-space-l);
|
|
595
619
|
--ams-page-header-mega-menu-button-cursor: var(--ams-cursor-interactive);
|
|
596
620
|
--ams-page-header-mega-menu-button-label-open-font-weight: var(--ams-typography-body-text-bold-font-weight);
|
|
597
621
|
--ams-page-header-menu-column-gap: var(--ams-space-l);
|
|
@@ -609,7 +633,7 @@
|
|
|
609
633
|
--ams-page-header-menu-link-text-underline-offset: var(--ams-links-text-underline-offset);
|
|
610
634
|
--ams-page-header-menu-link-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
|
|
611
635
|
--ams-page-header-navigation-column-gap: var(--ams-space-l);
|
|
612
|
-
--ams-page-header-navigation-row-gap: var(--ams-space-
|
|
636
|
+
--ams-page-header-navigation-row-gap: var(--ams-space-l);
|
|
613
637
|
--ams-page-heading-color: var(--ams-color-text);
|
|
614
638
|
--ams-page-heading-font-family: var(--ams-typography-font-family);
|
|
615
639
|
--ams-page-heading-font-size: var(--ams-typography-heading-0-font-size);
|
|
@@ -644,6 +668,46 @@
|
|
|
644
668
|
--ams-password-input-border-style: var(--ams-inputs-border-style);
|
|
645
669
|
--ams-password-input-line-height: var(--ams-inputs-line-height);
|
|
646
670
|
--ams-password-input-disabled-cursor: var(--ams-cursor-disabled);
|
|
671
|
+
--ams-progress-list-heading-2-step-marker-margin-block-start: calc((var(--ams-typography-heading-2-line-height) * var(--ams-typography-heading-2-font-size)) / 2);
|
|
672
|
+
--ams-progress-list-heading-3-step-marker-margin-block-start: calc((var(--ams-typography-heading-3-line-height) * var(--ams-typography-heading-3-font-size)) / 2);
|
|
673
|
+
--ams-progress-list-heading-4-step-marker-margin-block-start: calc((var(--ams-typography-heading-4-line-height) * var(--ams-typography-heading-4-font-size)) / 2);
|
|
674
|
+
--ams-progress-list-step-gap: var(--ams-space-m);
|
|
675
|
+
--ams-progress-list-step-medium-gap: var(--ams-space-l);
|
|
676
|
+
--ams-progress-list-step-marker-shape-background-color: var(--ams-color-background);
|
|
677
|
+
--ams-progress-list-step-marker-shape-border-color: var(--ams-color-progress-upcoming);
|
|
678
|
+
--ams-progress-list-step-marker-shape-border-width: var(--ams-border-width-m);
|
|
679
|
+
--ams-progress-list-step-marker-shape-outline-color: var(--ams-color-background);
|
|
680
|
+
--ams-progress-list-step-marker-shape-outline-width: var(--ams-border-width-m);
|
|
681
|
+
--ams-progress-list-step-connector-border-inline-color: var(--ams-color-progress-upcoming);
|
|
682
|
+
--ams-progress-list-step-heading-margin-block-end: var(--ams-space-s);
|
|
683
|
+
--ams-progress-list-step-content-margin-block-end: var(--ams-space-l);
|
|
684
|
+
--ams-progress-list-step-completed-marker-shape-background-color: var(--ams-color-progress-completed);
|
|
685
|
+
--ams-progress-list-step-completed-marker-shape-border-color: var(--ams-color-progress-completed);
|
|
686
|
+
--ams-progress-list-step-completed-connector-border-inline-color: var(--ams-color-progress-completed);
|
|
687
|
+
--ams-progress-list-step-current-marker-shape-background-color: var(--ams-color-progress-current);
|
|
688
|
+
--ams-progress-list-step-current-marker-shape-border-color: var(--ams-color-progress-current);
|
|
689
|
+
--ams-progress-list-step-current-connector-border-inline-color: var(--ams-color-progress-current);
|
|
690
|
+
--ams-progress-list-substeps-padding-block-start: var(--ams-space-m);
|
|
691
|
+
--ams-progress-list-substeps-step-indicator-margin-inline-end: var(--ams-space-m);
|
|
692
|
+
--ams-progress-list-substeps-step-indicator-medium-margin-inline-end: var(--ams-space-l);
|
|
693
|
+
--ams-progress-list-substeps-step-marker-block-size: calc(var(--ams-typography-body-text-font-size) * var(--ams-typography-body-text-line-height));
|
|
694
|
+
--ams-progress-list-substeps-step-marker-inline-size: var(--ams-progress-list-step-marker-shape-block-size);
|
|
695
|
+
--ams-progress-list-substeps-step-marker-shape-background-color: var(--ams-color-background);
|
|
696
|
+
--ams-progress-list-substeps-step-marker-shape-border-color: var(--ams-color-progress-upcoming);
|
|
697
|
+
--ams-progress-list-substeps-step-marker-shape-border-width: var(--ams-border-width-m);
|
|
698
|
+
--ams-progress-list-substeps-step-marker-shape-outline-color: var(--ams-color-background);
|
|
699
|
+
--ams-progress-list-substeps-step-marker-shape-outline-width: var(--ams-border-width-m);
|
|
700
|
+
--ams-progress-list-substeps-step-connector-background-color: var(--ams-color-background);
|
|
701
|
+
--ams-progress-list-substeps-step-connector-border-inline-color: var(--ams-color-progress-upcoming);
|
|
702
|
+
--ams-progress-list-substeps-step-connector-margin-block-start: calc(var(--ams-typography-body-text-font-size) * var(--ams-typography-body-text-line-height) / 2);
|
|
703
|
+
--ams-progress-list-substeps-step-connector-last-child-border-inline-color: var(--ams-color-background);
|
|
704
|
+
--ams-progress-list-substeps-step-content-margin-block-end: var(--ams-space-m);
|
|
705
|
+
--ams-progress-list-substeps-step-completed-marker-shape-background-color: var(--ams-color-progress-completed);
|
|
706
|
+
--ams-progress-list-substeps-step-completed-marker-shape-border-color: var(--ams-color-progress-completed);
|
|
707
|
+
--ams-progress-list-substeps-step-completed-connector-border-inline-color: var(--ams-color-progress-completed);
|
|
708
|
+
--ams-progress-list-substeps-step-current-marker-shape-background-color: var(--ams-color-progress-current);
|
|
709
|
+
--ams-progress-list-substeps-step-current-marker-shape-border-color: var(--ams-color-progress-current);
|
|
710
|
+
--ams-progress-list-substeps-last-child-content-margin-block-end: var(--ams-space-l);
|
|
647
711
|
--ams-radio-color: var(--ams-color-text);
|
|
648
712
|
--ams-radio-cursor: var(--ams-cursor-interactive);
|
|
649
713
|
--ams-radio-font-family: var(--ams-typography-font-family);
|
|
@@ -903,6 +967,9 @@
|
|
|
903
967
|
--ams-password-input-invalid-hover-border-color: var(--ams-inputs-invalid-hover-border-color);
|
|
904
968
|
--ams-password-input-invalid-hover-box-shadow: var(--ams-inputs-invalid-hover-box-shadow);
|
|
905
969
|
--ams-password-input-placeholder-color: var(--ams-inputs-placeholder-color);
|
|
970
|
+
--ams-progress-list-heading-2-step-marker-block-size: calc(var(--ams-typography-heading-2-font-size) * var(--ams-typography-heading-2-line-height));
|
|
971
|
+
--ams-progress-list-heading-3-step-marker-block-size: calc(var(--ams-typography-heading-3-font-size) * var(--ams-typography-heading-3-line-height));
|
|
972
|
+
--ams-progress-list-heading-4-step-marker-block-size: calc(var(--ams-typography-heading-4-font-size) * var(--ams-typography-heading-4-line-height));
|
|
906
973
|
--ams-radio-icon-container-block-size: calc(var(--ams-radio-font-size) * var(--ams-radio-line-height));
|
|
907
974
|
--ams-radio-icon-container-inline-size: var(--ams-radio-font-size);
|
|
908
975
|
--ams-search-field-input-background-color: var(--ams-inputs-background-color);
|
package/dist/index.d.ts
CHANGED
|
@@ -61,6 +61,11 @@ declare const tokens: {
|
|
|
61
61
|
purple: DesignToken;
|
|
62
62
|
yellow: DesignToken;
|
|
63
63
|
};
|
|
64
|
+
progress: {
|
|
65
|
+
current: DesignToken;
|
|
66
|
+
completed: DesignToken;
|
|
67
|
+
upcoming: DesignToken;
|
|
68
|
+
};
|
|
64
69
|
separator: DesignToken;
|
|
65
70
|
text: {
|
|
66
71
|
default: DesignToken;
|
|
@@ -310,6 +315,7 @@ declare const tokens: {
|
|
|
310
315
|
"font-family": DesignToken;
|
|
311
316
|
"font-size": DesignToken;
|
|
312
317
|
"font-weight": DesignToken;
|
|
318
|
+
gap: DesignToken;
|
|
313
319
|
"line-height": DesignToken;
|
|
314
320
|
"padding-inline": DesignToken;
|
|
315
321
|
azure: {
|
|
@@ -596,14 +602,14 @@ declare const tokens: {
|
|
|
596
602
|
};
|
|
597
603
|
"date-input": {
|
|
598
604
|
disabled: {
|
|
605
|
+
"calendar-picker-indicator": {
|
|
606
|
+
"background-image": DesignToken;
|
|
607
|
+
};
|
|
599
608
|
"calender-picker-indicator": {
|
|
600
609
|
"background-image": DesignToken;
|
|
601
610
|
};
|
|
602
611
|
color: DesignToken;
|
|
603
612
|
cursor: DesignToken;
|
|
604
|
-
"calendar-picker-indicator": {
|
|
605
|
-
"background-image": DesignToken;
|
|
606
|
-
};
|
|
607
613
|
};
|
|
608
614
|
hover: {
|
|
609
615
|
"calender-picker-indicator": {
|
|
@@ -719,25 +725,43 @@ declare const tokens: {
|
|
|
719
725
|
"line-height": DesignToken;
|
|
720
726
|
};
|
|
721
727
|
"field-set": {
|
|
722
|
-
invalid: {
|
|
723
|
-
"border-inline-start": DesignToken;
|
|
724
|
-
"padding-inline-start": DesignToken;
|
|
725
|
-
};
|
|
726
728
|
legend: {
|
|
729
|
+
"margin-block-end": DesignToken;
|
|
727
730
|
color: DesignToken;
|
|
728
731
|
"font-family": DesignToken;
|
|
729
732
|
"font-size": DesignToken;
|
|
730
733
|
"font-weight": DesignToken;
|
|
731
734
|
"line-height": DesignToken;
|
|
732
|
-
"margin-block-end": DesignToken;
|
|
733
735
|
"text-wrap": DesignToken;
|
|
734
736
|
"in-fieldset": {
|
|
735
737
|
"font-weight": DesignToken;
|
|
736
738
|
};
|
|
737
739
|
};
|
|
740
|
+
child: {
|
|
741
|
+
"margin-block-end": DesignToken;
|
|
742
|
+
"before-error-message": {
|
|
743
|
+
"margin-block-end": DesignToken;
|
|
744
|
+
};
|
|
745
|
+
"before-field-or-field-set": {
|
|
746
|
+
"margin-block-end": DesignToken;
|
|
747
|
+
};
|
|
748
|
+
"between-fields-and-field-sets": {
|
|
749
|
+
"margin-block-end": DesignToken;
|
|
750
|
+
};
|
|
751
|
+
};
|
|
752
|
+
invalid: {
|
|
753
|
+
"border-inline-start": DesignToken;
|
|
754
|
+
"padding-inline-start": DesignToken;
|
|
755
|
+
};
|
|
738
756
|
};
|
|
739
757
|
field: {
|
|
740
758
|
gap: DesignToken;
|
|
759
|
+
child: {
|
|
760
|
+
"margin-block-end": DesignToken;
|
|
761
|
+
"before-error-message": {
|
|
762
|
+
"margin-block-end": DesignToken;
|
|
763
|
+
};
|
|
764
|
+
};
|
|
741
765
|
invalid: {
|
|
742
766
|
"border-inline-start": DesignToken;
|
|
743
767
|
"padding-inline-start": DesignToken;
|
|
@@ -1202,6 +1226,7 @@ declare const tokens: {
|
|
|
1202
1226
|
"text-wrap": DesignToken;
|
|
1203
1227
|
};
|
|
1204
1228
|
"mega-menu": {
|
|
1229
|
+
"padding-block": DesignToken;
|
|
1205
1230
|
button: {
|
|
1206
1231
|
cursor: DesignToken;
|
|
1207
1232
|
label: {
|
|
@@ -1301,6 +1326,7 @@ declare const tokens: {
|
|
|
1301
1326
|
large: {
|
|
1302
1327
|
"font-size": DesignToken;
|
|
1303
1328
|
"line-height": DesignToken;
|
|
1329
|
+
"text-wrap": DesignToken;
|
|
1304
1330
|
};
|
|
1305
1331
|
};
|
|
1306
1332
|
"password-input": {
|
|
@@ -1334,6 +1360,147 @@ declare const tokens: {
|
|
|
1334
1360
|
color: DesignToken;
|
|
1335
1361
|
};
|
|
1336
1362
|
};
|
|
1363
|
+
"progress-list": {
|
|
1364
|
+
"heading-2": {
|
|
1365
|
+
step: {
|
|
1366
|
+
marker: {
|
|
1367
|
+
"block-size": DesignToken;
|
|
1368
|
+
"margin-block-start": DesignToken;
|
|
1369
|
+
};
|
|
1370
|
+
};
|
|
1371
|
+
};
|
|
1372
|
+
"heading-3": {
|
|
1373
|
+
step: {
|
|
1374
|
+
marker: {
|
|
1375
|
+
"block-size": DesignToken;
|
|
1376
|
+
"margin-block-start": DesignToken;
|
|
1377
|
+
};
|
|
1378
|
+
};
|
|
1379
|
+
};
|
|
1380
|
+
"heading-4": {
|
|
1381
|
+
step: {
|
|
1382
|
+
marker: {
|
|
1383
|
+
"block-size": DesignToken;
|
|
1384
|
+
"margin-block-start": DesignToken;
|
|
1385
|
+
};
|
|
1386
|
+
};
|
|
1387
|
+
};
|
|
1388
|
+
step: {
|
|
1389
|
+
gap: DesignToken;
|
|
1390
|
+
medium: {
|
|
1391
|
+
gap: DesignToken;
|
|
1392
|
+
};
|
|
1393
|
+
marker: {
|
|
1394
|
+
shape: {
|
|
1395
|
+
"block-size": DesignToken;
|
|
1396
|
+
"background-color": DesignToken;
|
|
1397
|
+
"border-color": DesignToken;
|
|
1398
|
+
"border-style": DesignToken;
|
|
1399
|
+
"border-width": DesignToken;
|
|
1400
|
+
"outline-color": DesignToken;
|
|
1401
|
+
"outline-style": DesignToken;
|
|
1402
|
+
"outline-width": DesignToken;
|
|
1403
|
+
};
|
|
1404
|
+
};
|
|
1405
|
+
connector: {
|
|
1406
|
+
"border-inline-color": DesignToken;
|
|
1407
|
+
"border-inline-style": DesignToken;
|
|
1408
|
+
"border-inline-width": DesignToken;
|
|
1409
|
+
};
|
|
1410
|
+
heading: {
|
|
1411
|
+
"margin-block-end": DesignToken;
|
|
1412
|
+
};
|
|
1413
|
+
content: {
|
|
1414
|
+
"margin-block-end": DesignToken;
|
|
1415
|
+
};
|
|
1416
|
+
completed: {
|
|
1417
|
+
marker: {
|
|
1418
|
+
shape: {
|
|
1419
|
+
"background-color": DesignToken;
|
|
1420
|
+
"border-color": DesignToken;
|
|
1421
|
+
};
|
|
1422
|
+
};
|
|
1423
|
+
connector: {
|
|
1424
|
+
"border-inline-color": DesignToken;
|
|
1425
|
+
"border-inline-style": DesignToken;
|
|
1426
|
+
};
|
|
1427
|
+
};
|
|
1428
|
+
current: {
|
|
1429
|
+
marker: {
|
|
1430
|
+
shape: {
|
|
1431
|
+
"background-color": DesignToken;
|
|
1432
|
+
"border-color": DesignToken;
|
|
1433
|
+
};
|
|
1434
|
+
};
|
|
1435
|
+
connector: {
|
|
1436
|
+
"border-inline-color": DesignToken;
|
|
1437
|
+
};
|
|
1438
|
+
};
|
|
1439
|
+
};
|
|
1440
|
+
substeps: {
|
|
1441
|
+
"padding-block-start": DesignToken;
|
|
1442
|
+
step: {
|
|
1443
|
+
indicator: {
|
|
1444
|
+
"margin-inline-end": DesignToken;
|
|
1445
|
+
medium: {
|
|
1446
|
+
"margin-inline-end": DesignToken;
|
|
1447
|
+
};
|
|
1448
|
+
};
|
|
1449
|
+
marker: {
|
|
1450
|
+
"block-size": DesignToken;
|
|
1451
|
+
"inline-size": DesignToken;
|
|
1452
|
+
shape: {
|
|
1453
|
+
"block-size": DesignToken;
|
|
1454
|
+
"background-color": DesignToken;
|
|
1455
|
+
"border-color": DesignToken;
|
|
1456
|
+
"border-style": DesignToken;
|
|
1457
|
+
"border-width": DesignToken;
|
|
1458
|
+
"outline-color": DesignToken;
|
|
1459
|
+
"outline-style": DesignToken;
|
|
1460
|
+
"outline-width": DesignToken;
|
|
1461
|
+
};
|
|
1462
|
+
};
|
|
1463
|
+
connector: {
|
|
1464
|
+
"background-color": DesignToken;
|
|
1465
|
+
"border-inline-color": DesignToken;
|
|
1466
|
+
"border-inline-style": DesignToken;
|
|
1467
|
+
"border-inline-width": DesignToken;
|
|
1468
|
+
"margin-block-start": DesignToken;
|
|
1469
|
+
"last-child": {
|
|
1470
|
+
"border-inline-color": DesignToken;
|
|
1471
|
+
};
|
|
1472
|
+
};
|
|
1473
|
+
content: {
|
|
1474
|
+
"margin-block-end": DesignToken;
|
|
1475
|
+
};
|
|
1476
|
+
completed: {
|
|
1477
|
+
marker: {
|
|
1478
|
+
shape: {
|
|
1479
|
+
"background-color": DesignToken;
|
|
1480
|
+
"border-color": DesignToken;
|
|
1481
|
+
};
|
|
1482
|
+
};
|
|
1483
|
+
connector: {
|
|
1484
|
+
"border-inline-color": DesignToken;
|
|
1485
|
+
"border-inline-style": DesignToken;
|
|
1486
|
+
};
|
|
1487
|
+
};
|
|
1488
|
+
current: {
|
|
1489
|
+
marker: {
|
|
1490
|
+
shape: {
|
|
1491
|
+
"background-color": DesignToken;
|
|
1492
|
+
"border-color": DesignToken;
|
|
1493
|
+
};
|
|
1494
|
+
};
|
|
1495
|
+
};
|
|
1496
|
+
};
|
|
1497
|
+
"last-child": {
|
|
1498
|
+
content: {
|
|
1499
|
+
"margin-block-end": DesignToken;
|
|
1500
|
+
};
|
|
1501
|
+
};
|
|
1502
|
+
};
|
|
1503
|
+
};
|
|
1337
1504
|
radio: {
|
|
1338
1505
|
color: DesignToken;
|
|
1339
1506
|
cursor: DesignToken;
|
|
@@ -1729,14 +1896,14 @@ declare const tokens: {
|
|
|
1729
1896
|
};
|
|
1730
1897
|
"time-input": {
|
|
1731
1898
|
disabled: {
|
|
1899
|
+
"calendar-picker-indicator": {
|
|
1900
|
+
"background-image": DesignToken;
|
|
1901
|
+
};
|
|
1732
1902
|
"calender-picker-indicator": {
|
|
1733
1903
|
"background-image": DesignToken;
|
|
1734
1904
|
};
|
|
1735
1905
|
color: DesignToken;
|
|
1736
1906
|
cursor: DesignToken;
|
|
1737
|
-
"calendar-picker-indicator": {
|
|
1738
|
-
"background-image": DesignToken;
|
|
1739
|
-
};
|
|
1740
1907
|
};
|
|
1741
1908
|
hover: {
|
|
1742
1909
|
"calender-picker-indicator": {
|