@amsterdam/design-system-tokens 0.6.1 → 0.7.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 (109) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/build.js +1 -1
  3. package/dist/compact.css +14 -14
  4. package/dist/compact.d.ts +4 -4
  5. package/dist/compact.json +3 -3
  6. package/dist/compact.mjs +14 -14
  7. package/dist/compact.scss +14 -14
  8. package/dist/compact.theme.css +15 -15
  9. package/dist/index.css +581 -581
  10. package/dist/index.d.ts +29 -27
  11. package/dist/index.json +28 -26
  12. package/dist/index.mjs +581 -581
  13. package/dist/index.scss +581 -581
  14. package/dist/index.theme.css +582 -582
  15. package/package.json +1 -1
  16. package/src/brand/{amsterdam → ams}/color.tokens.json +1 -1
  17. package/src/brand/{amsterdam → ams}/proportion.tokens.json +1 -1
  18. package/src/brand/{amsterdam → ams}/space.compact.tokens.json +1 -1
  19. package/src/brand/{amsterdam → ams}/space.tokens.json +1 -1
  20. package/src/brand/{amsterdam/typography.compact.tokens.json → ams/text.compact.tokens.json} +3 -3
  21. package/src/brand/{amsterdam/typography.tokens.json → ams/text.tokens.json} +3 -3
  22. package/src/common/{amsterdam → ams}/action.tokens.json +1 -1
  23. package/src/common/{amsterdam → ams}/border.tokens.json +1 -1
  24. package/src/common/{amsterdam → ams}/focus.tokens.json +1 -1
  25. package/src/common/{amsterdam → ams}/hyphenation.tokens.json +1 -1
  26. package/src/common/{amsterdam → ams}/link-appearance.tokens.json +5 -5
  27. package/src/components/ams/accordion.tokens.json +25 -0
  28. package/src/components/ams/alert.tokens.json +29 -0
  29. package/src/components/ams/aspect-ratio.tokens.json +12 -0
  30. package/src/components/ams/badge.tokens.json +43 -0
  31. package/src/components/ams/blockquote.tokens.json +12 -0
  32. package/src/components/ams/breadcrumb.tokens.json +26 -0
  33. package/src/components/ams/button.tokens.json +59 -0
  34. package/src/components/ams/card.tokens.json +17 -0
  35. package/src/components/ams/checkbox.tokens.json +75 -0
  36. package/src/components/ams/column.tokens.json +13 -0
  37. package/src/components/{amsterdam → ams}/dialog.tokens.json +7 -7
  38. package/src/components/ams/fieldset.tokens.json +13 -0
  39. package/src/components/ams/form-label.tokens.json +11 -0
  40. package/src/components/ams/gap.tokens.json +11 -0
  41. package/src/components/ams/grid.compact.tokens.json +7 -0
  42. package/src/components/ams/grid.tokens.json +25 -0
  43. package/src/components/ams/header.tokens.json +14 -0
  44. package/src/components/ams/heading.tokens.json +36 -0
  45. package/src/components/ams/icon-button.tokens.json +37 -0
  46. package/src/components/ams/icon.tokens.json +22 -0
  47. package/src/components/ams/link-list.tokens.json +45 -0
  48. package/src/components/ams/link.tokens.json +61 -0
  49. package/src/components/ams/logo.tokens.json +10 -0
  50. package/src/components/ams/margin.tokens.json +11 -0
  51. package/src/components/ams/mark.tokens.json +7 -0
  52. package/src/components/ams/mega-menu.tokens.json +18 -0
  53. package/src/components/{amsterdam → ams}/ordered-list.tokens.json +7 -7
  54. package/src/components/ams/page-heading.tokens.json +12 -0
  55. package/src/components/ams/page-menu.tokens.json +24 -0
  56. package/src/components/ams/pagination.tokens.json +25 -0
  57. package/src/components/ams/paragraph.tokens.json +22 -0
  58. package/src/components/{amsterdam → ams}/radio.tokens.json +14 -14
  59. package/src/components/ams/row.tokens.json +13 -0
  60. package/src/components/{amsterdam → ams}/screen.tokens.json +1 -1
  61. package/src/components/ams/search-field.tokens.json +45 -0
  62. package/src/components/ams/skip-link.tokens.json +18 -0
  63. package/src/components/ams/spotlight.tokens.json +30 -0
  64. package/src/components/ams/switch.tokens.json +24 -0
  65. package/src/components/ams/table.tokens.json +22 -0
  66. package/src/components/ams/tabs.tokens.json +34 -0
  67. package/src/components/ams/text-area.tokens.json +36 -0
  68. package/src/components/ams/text-input.tokens.json +32 -0
  69. package/src/components/ams/top-task-link.tokens.json +28 -0
  70. package/src/components/{amsterdam → ams}/unordered-list.tokens.json +7 -7
  71. package/src/components/amsterdam/accordion.tokens.json +0 -25
  72. package/src/components/amsterdam/alert.tokens.json +0 -29
  73. package/src/components/amsterdam/aspect-ratio.tokens.json +0 -12
  74. package/src/components/amsterdam/badge.tokens.json +0 -43
  75. package/src/components/amsterdam/blockquote.tokens.json +0 -12
  76. package/src/components/amsterdam/breadcrumb.tokens.json +0 -26
  77. package/src/components/amsterdam/button.tokens.json +0 -59
  78. package/src/components/amsterdam/card.tokens.json +0 -17
  79. package/src/components/amsterdam/checkbox.tokens.json +0 -75
  80. package/src/components/amsterdam/column.tokens.json +0 -13
  81. package/src/components/amsterdam/fieldset.tokens.json +0 -13
  82. package/src/components/amsterdam/form-label.tokens.json +0 -11
  83. package/src/components/amsterdam/gap.tokens.json +0 -11
  84. package/src/components/amsterdam/grid.compact.tokens.json +0 -7
  85. package/src/components/amsterdam/grid.tokens.json +0 -25
  86. package/src/components/amsterdam/header.tokens.json +0 -14
  87. package/src/components/amsterdam/heading.tokens.json +0 -34
  88. package/src/components/amsterdam/icon-button.tokens.json +0 -37
  89. package/src/components/amsterdam/icon.tokens.json +0 -22
  90. package/src/components/amsterdam/link-list.tokens.json +0 -45
  91. package/src/components/amsterdam/link.tokens.json +0 -61
  92. package/src/components/amsterdam/logo.tokens.json +0 -10
  93. package/src/components/amsterdam/margin.tokens.json +0 -11
  94. package/src/components/amsterdam/mark.tokens.json +0 -7
  95. package/src/components/amsterdam/mega-menu.tokens.json +0 -18
  96. package/src/components/amsterdam/page-heading.tokens.json +0 -12
  97. package/src/components/amsterdam/page-menu.tokens.json +0 -24
  98. package/src/components/amsterdam/pagination.tokens.json +0 -25
  99. package/src/components/amsterdam/paragraph.tokens.json +0 -22
  100. package/src/components/amsterdam/row.tokens.json +0 -13
  101. package/src/components/amsterdam/search-field.tokens.json +0 -45
  102. package/src/components/amsterdam/skip-link.tokens.json +0 -18
  103. package/src/components/amsterdam/spotlight.tokens.json +0 -30
  104. package/src/components/amsterdam/switch.tokens.json +0 -24
  105. package/src/components/amsterdam/table.tokens.json +0 -22
  106. package/src/components/amsterdam/tabs.tokens.json +0 -34
  107. package/src/components/amsterdam/text-area.tokens.json +0 -36
  108. package/src/components/amsterdam/text-input.tokens.json +0 -32
  109. package/src/components/amsterdam/top-task-link.tokens.json +0 -28
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.6.1",
2
+ "version": "0.7.0",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Design tokens for components for the City of Amsterdam based on the NL Design System architecture",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
@@ -1,5 +1,5 @@
1
1
  {
2
- "amsterdam": {
2
+ "ams": {
3
3
  "color": {
4
4
  "primary-black": { "value": "#000000" },
5
5
  "primary-white": { "value": "#FFFFFF" },
@@ -1,5 +1,5 @@
1
1
  {
2
- "amsterdam": {
2
+ "ams": {
3
3
  "proportion": {
4
4
  "x-tall": { "value": "9 / 16" },
5
5
  "tall": { "value": "4 / 5" },
@@ -1,5 +1,5 @@
1
1
  {
2
- "amsterdam": {
2
+ "ams": {
3
3
  "space": {
4
4
  "grid": {
5
5
  "xs": { "value": "clamp(0.25rem, calc(0.390625vw - 0.015625rem), 0.625rem)" },
@@ -1,5 +1,5 @@
1
1
  {
2
- "amsterdam": {
2
+ "ams": {
3
3
  "space": {
4
4
  "grid": {
5
5
  "xs": { "value": "clamp(0.25rem, calc(0.78125vw + 0.09375rem), 0.875rem)" },
@@ -1,7 +1,7 @@
1
1
  {
2
- "amsterdam": {
3
- "typography": {
4
- "text-level": {
2
+ "ams": {
3
+ "text": {
4
+ "level": {
5
5
  "0": {
6
6
  "font-size": { "value": "clamp(1.891rem, calc(1.927vw + 1.506rem), 3.433rem)" }
7
7
  },
@@ -1,12 +1,12 @@
1
1
  {
2
- "amsterdam": {
3
- "typography": {
2
+ "ams": {
3
+ "text": {
4
4
  "font-family": { "value": "'Amsterdam Sans', Arial, sans-serif" },
5
5
  "font-weight": {
6
6
  "normal": { "value": 400 },
7
7
  "bold": { "value": 800 }
8
8
  },
9
- "text-level": {
9
+ "level": {
10
10
  "0": {
11
11
  "font-size": { "value": "clamp(2.432rem, calc(2.683vw + 1.895rem), 4.578rem)" },
12
12
  "line-height": { "value": "1.15" }
@@ -1,5 +1,5 @@
1
1
  {
2
- "amsterdam": {
2
+ "ams": {
3
3
  "action": {
4
4
  "activate": { "cursor": { "value": "pointer" } },
5
5
  "busy": { "cursor": { "value": "wait" } },
@@ -1,5 +1,5 @@
1
1
  {
2
- "amsterdam": {
2
+ "ams": {
3
3
  "border-width": {
4
4
  "sm": { "value": "1px" },
5
5
  "md": { "value": "2px" },
@@ -1,5 +1,5 @@
1
1
  {
2
- "amsterdam": {
2
+ "ams": {
3
3
  "focus": {
4
4
  "outline-offset": { "value": "2px" }
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "amsterdam": {
2
+ "ams": {
3
3
  "hyphenation": {
4
4
  "hyphenate-limit-chars": { "value": "12 8 4" },
5
5
  "hyphens": { "value": "auto" },
@@ -1,17 +1,17 @@
1
1
  {
2
- "amsterdam": {
2
+ "ams": {
3
3
  "link-appearance": {
4
- "color": { "value": "{amsterdam.color.primary-blue}" },
4
+ "color": { "value": "{ams.color.primary-blue}" },
5
5
  "text-decoration-thickness": { "value": "0.125rem" },
6
6
  "text-underline-offset": { "value": "0.375rem" },
7
7
  "hover": {
8
- "color": { "value": "{amsterdam.color.dark-blue}" }
8
+ "color": { "value": "{ams.color.dark-blue}" }
9
9
  },
10
10
  "on-background-dark": {
11
- "color": { "value": "{amsterdam.color.primary-white}" }
11
+ "color": { "value": "{ams.color.primary-white}" }
12
12
  },
13
13
  "on-background-light": {
14
- "color": { "value": "{amsterdam.color.primary-black}" }
14
+ "color": { "value": "{ams.color.primary-black}" }
15
15
  },
16
16
  "regular": {
17
17
  "text-decoration-line": { "value": "underline" },
@@ -0,0 +1,25 @@
1
+ {
2
+ "ams": {
3
+ "accordion": {
4
+ "button": {
5
+ "color": { "value": "{ams.color.primary-blue}" },
6
+ "font-family": { "value": "{ams.text.font-family}" },
7
+ "font-size": { "value": "{ams.text.level.5.font-size}" },
8
+ "font-weight": { "value": "{ams.text.font-weight.bold}" },
9
+ "line-height": { "value": "{ams.text.level.5.line-height}" },
10
+ "padding-block": { "value": "{ams.space.inside.sm}" },
11
+ "padding-inline": { "value": "{ams.space.inside.md}" },
12
+ "focus": {
13
+ "outline-offset": { "value": "{ams.focus.outline-offset}" }
14
+ },
15
+ "hover": {
16
+ "box-shadow": { "value": "inset 0 0 0 2px {ams.color.neutral-grey3}" }
17
+ }
18
+ },
19
+ "panel": {
20
+ "padding-block": { "value": "{ams.space.inside.md}" },
21
+ "padding-inline": { "value": "{ams.space.inside.md}" }
22
+ }
23
+ }
24
+ }
25
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "ams": {
3
+ "alert": {
4
+ "border-width": { "value": "4px" },
5
+ "border-style": { "value": "solid" },
6
+ "gap": { "value": "1rem" },
7
+ "padding-block": { "value": "{ams.space.inside.md}" },
8
+ "padding-inline": { "value": "{ams.space.inside.lg}" },
9
+ "error": {
10
+ "border-color": { "value": "{ams.color.primary-red}" }
11
+ },
12
+ "info": {
13
+ "border-color": { "value": "{ams.color.primary-blue}" }
14
+ },
15
+ "success": {
16
+ "border-color": { "value": "{ams.color.dark-green}" }
17
+ },
18
+ "warning": {
19
+ "border-color": { "value": "{ams.color.orange}" }
20
+ },
21
+ "close": {
22
+ "fill": { "value": "{ams.color.primary-black}" },
23
+ "hover": {
24
+ "fill": { "value": "{ams.color.primary-blue}" }
25
+ }
26
+ }
27
+ }
28
+ }
29
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "ams": {
3
+ "aspect-ratio": {
4
+ "x-tall": { "value": "{ams.proportion.x-tall}" },
5
+ "tall": { "value": "{ams.proportion.tall}" },
6
+ "square": { "value": "{ams.proportion.square}" },
7
+ "wide": { "value": "{ams.proportion.wide}" },
8
+ "x-wide": { "value": "{ams.proportion.x-wide}" },
9
+ "2x-wide": { "value": "{ams.proportion.2x-wide}" }
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "ams": {
3
+ "badge": {
4
+ "font-family": { "value": "{ams.text.font-family}" },
5
+ "font-size": { "value": "{ams.text.level.5.font-size}" },
6
+ "font-weight": { "value": "{ams.text.font-weight.bold}" },
7
+ "line-height": { "value": "{ams.text.level.5.line-height}" },
8
+ "padding-inline": { "value": "{ams.space.inside.xs}" },
9
+ "blue": {
10
+ "background-color": { "value": "{ams.color.blue}" },
11
+ "color": { "value": "{ams.color.primary-black}" }
12
+ },
13
+ "dark-blue": {
14
+ "background-color": { "value": "{ams.color.primary-blue}" },
15
+ "color": { "value": "{ams.color.primary-white}" }
16
+ },
17
+ "dark-green": {
18
+ "background-color": { "value": "{ams.color.dark-green}" },
19
+ "color": { "value": "{ams.color.primary-white}" }
20
+ },
21
+ "green": {
22
+ "background-color": { "value": "{ams.color.green}" },
23
+ "color": { "value": "{ams.color.primary-black}" }
24
+ },
25
+ "magenta": {
26
+ "background-color": { "value": "{ams.color.magenta}" },
27
+ "color": { "value": "{ams.color.primary-white}" }
28
+ },
29
+ "orange": {
30
+ "background-color": { "value": "{ams.color.orange}" },
31
+ "color": { "value": "{ams.color.primary-black}" }
32
+ },
33
+ "purple": {
34
+ "background-color": { "value": "{ams.color.purple}" },
35
+ "color": { "value": "{ams.color.primary-white}" }
36
+ },
37
+ "yellow": {
38
+ "background-color": { "value": "{ams.color.yellow}" },
39
+ "color": { "value": "{ams.color.primary-black}" }
40
+ }
41
+ }
42
+ }
43
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "ams": {
3
+ "blockquote": {
4
+ "color": { "value": "{ams.color.primary-black}" },
5
+ "font-family": { "value": "{ams.text.font-family}" },
6
+ "font-size": { "value": "{ams.text.level.3.font-size}" },
7
+ "font-weight": { "value": "{ams.text.font-weight.bold}" },
8
+ "line-height": { "value": "{ams.text.level.3.line-height}" },
9
+ "inverse-color": { "value": "{ams.color.primary-white}" }
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "ams": {
3
+ "breadcrumb": {
4
+ "font-family": { "value": "{ams.text.font-family}" },
5
+ "font-size": { "value": "{ams.text.level.6.font-size}" },
6
+ "font-weight": { "value": "{ams.text.font-weight.normal}" },
7
+ "line-height": { "value": "{ams.text.level.6.line-height}" },
8
+ "separator": {
9
+ "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>\")"
11
+ }
12
+ },
13
+ "item-link": {
14
+ "color": { "value": "{ams.link-appearance.color}" },
15
+ "outline-offset": { "value": "{ams.focus.outline-offset}" },
16
+ "text-decoration-line": { "value": "{ams.link-appearance.subtle.text-decoration-line}" },
17
+ "text-decoration-thickness": { "value": "{ams.link-appearance.text-decoration-thickness}" },
18
+ "text-underline-offset": { "value": "{ams.link-appearance.text-underline-offset}" },
19
+ "hover": {
20
+ "color": { "value": "{ams.color.dark-blue}" },
21
+ "text-decoration-line": { "value": "{ams.link-appearance.subtle.hover.text-decoration-line}" }
22
+ }
23
+ }
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,59 @@
1
+ {
2
+ "ams": {
3
+ "button": {
4
+ "cursor": { "value": "{ams.action.activate.cursor}" },
5
+ "font-family": { "value": "{ams.text.font-family}" },
6
+ "font-size": { "value": "{ams.text.level.5.font-size}" },
7
+ "line-height": { "value": "{ams.text.level.5.line-height}" },
8
+ "gap": { "value": "1rem" },
9
+ "padding-block": { "value": "{ams.space.inside.xs}" },
10
+ "padding-inline": { "value": "{ams.space.inside.md}" },
11
+ "outline-offset": { "value": "{ams.focus.outline-offset}" },
12
+ "disabled": {
13
+ "cursor": { "value": "{ams.action.disabled.cursor}" }
14
+ },
15
+ "primary": {
16
+ "background-color": { "value": "{ams.color.primary-blue}" },
17
+ "box-shadow": { "value": "inset 0 0 0 2px {ams.color.primary-blue}" },
18
+ "color": { "value": "{ams.color.primary-white}" },
19
+ "disabled": {
20
+ "background-color": { "value": "{ams.color.neutral-grey2}" },
21
+ "box-shadow": { "value": "inset 0 0 0 2px {ams.color.neutral-grey2}" }
22
+ },
23
+ "hover": {
24
+ "background-color": { "value": "{ams.color.dark-blue}" },
25
+ "box-shadow": { "value": "inset 0 0 0 2px {ams.color.dark-blue}" }
26
+ }
27
+ },
28
+ "secondary": {
29
+ "background-color": { "value": "{ams.color.primary-white}" },
30
+ "color": { "value": "{ams.color.primary-blue}" },
31
+ "box-shadow": { "value": "inset 0 0 0 2px {ams.color.primary-blue}" },
32
+ "hover": {
33
+ "box-shadow": { "value": "inset 0 0 0 3px {ams.color.dark-blue}" },
34
+ "color": { "value": "{ams.color.dark-blue}" }
35
+ },
36
+ "disabled": {
37
+ "background-color": { "value": "{ams.color.primary-white}" },
38
+ "box-shadow": { "value": "inset 0 0 0 2px {ams.color.neutral-grey2}" },
39
+ "color": { "value": "{ams.color.neutral-grey2}" }
40
+ },
41
+ "focus": {
42
+ "box-shadow": { "value": "inset 0 0 0 2px {ams.color.primary-blue}" }
43
+ }
44
+ },
45
+ "tertiary": {
46
+ "background-color": { "value": "transparent" },
47
+ "color": { "value": "{ams.color.primary-blue}" },
48
+ "hover": {
49
+ "box-shadow": { "value": "inset 0 0 0 2px {ams.color.dark-blue}" },
50
+ "color": { "value": "{ams.color.dark-blue}" }
51
+ },
52
+ "disabled": {
53
+ "background-color": { "value": "transparent" },
54
+ "color": { "value": "{ams.color.neutral-grey2}" }
55
+ }
56
+ }
57
+ }
58
+ }
59
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "ams": {
3
+ "card": {
4
+ "link": {
5
+ "color": { "value": "{ams.link-appearance.color}" },
6
+ "text-decoration-line": { "value": "{ams.link-appearance.subtle.text-decoration-line}" },
7
+ "text-decoration-thickness": { "value": "{ams.link-appearance.text-decoration-thickness}" },
8
+ "text-underline-offset": { "value": "{ams.link-appearance.text-underline-offset}" },
9
+ "hover": {
10
+ "color": { "value": "{ams.link-appearance.hover.color}" },
11
+ "text-decoration-line": { "value": "{ams.link-appearance.subtle.hover.text-decoration-line}" }
12
+ }
13
+ },
14
+ "outline-offset": { "value": "{ams.focus.outline-offset}" }
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,75 @@
1
+ {
2
+ "ams": {
3
+ "checkbox": {
4
+ "color": { "value": "{ams.color.primary-black}" },
5
+ "font-family": { "value": "{ams.text.font-family}" },
6
+ "font-size": { "value": "{ams.text.level.5.font-size}" },
7
+ "font-weight": { "value": "{ams.text.font-weight.normal}" },
8
+ "line-height": { "value": "{ams.text.level.5.line-height}" },
9
+ "outline-offset": { "value": "{ams.focus.outline-offset}" },
10
+ "checkmark": {
11
+ "border-color": { "value": "{ams.color.primary-blue}" },
12
+ "checked": {
13
+ "background-color": { "value": "{ams.color.primary-blue}" },
14
+ "background-image": {
15
+ "value": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M12.216 27.016 0 14.168l2.91-2.77 9.346 9.837L29.129 4 32 6.8z'/%3E%3C/svg%3E\")"
16
+ },
17
+ "hover": {
18
+ "background-color": { "value": "{ams.color.dark-blue}" }
19
+ }
20
+ },
21
+ "disabled": {
22
+ "border-color": { "value": "{ams.color.neutral-grey3}" },
23
+ "checked": {
24
+ "background-color": { "value": "{ams.color.neutral-grey3}" },
25
+ "hover": {
26
+ "background-color": { "value": "{ams.color.neutral-grey3}" }
27
+ }
28
+ },
29
+ "indeterminate": {
30
+ "background-color": { "value": "{ams.color.neutral-grey3}" },
31
+ "hover": {
32
+ "background-color": { "value": "{ams.color.neutral-grey3}" }
33
+ }
34
+ }
35
+ },
36
+ "hover": {
37
+ "border-color": { "value": "{ams.color.dark-blue}" }
38
+ },
39
+ "invalid": {
40
+ "border-color": { "value": "{ams.color.primary-red}" },
41
+ "checked": {
42
+ "background-color": { "value": "{ams.color.primary-red}" },
43
+ "hover": {
44
+ "background-color": { "value": "{ams.color.primary-red}" }
45
+ }
46
+ },
47
+ "hover": {
48
+ "border-color": { "value": "{ams.color.primary-red}" }
49
+ },
50
+ "indeterminate": {
51
+ "background-color": { "value": "{ams.color.primary-red}" },
52
+ "hover": {
53
+ "background-color": { "value": "{ams.color.primary-red}" }
54
+ }
55
+ }
56
+ },
57
+ "indeterminate": {
58
+ "background-color": { "value": "{ams.color.primary-blue}" },
59
+ "background-image": {
60
+ "value": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='white'%3E%3Cpath fill-rule='evenodd' d='M0 13.714h32v4H0z'/%3E%3C/svg%3E\")"
61
+ },
62
+ "hover": {
63
+ "background-color": { "value": "{ams.color.dark-blue}" }
64
+ }
65
+ }
66
+ },
67
+ "disabled": {
68
+ "color": { "value": "{ams.color.neutral-grey3}" }
69
+ },
70
+ "hover": {
71
+ "color": { "value": "{ams.color.dark-blue}" }
72
+ }
73
+ }
74
+ }
75
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "ams": {
3
+ "column": {
4
+ "gap": {
5
+ "xs": { "value": "{ams.space.grid.xs}" },
6
+ "sm": { "value": "{ams.space.grid.sm}" },
7
+ "md": { "value": "{ams.space.grid.md}" },
8
+ "lg": { "value": "{ams.space.grid.lg}" },
9
+ "xl": { "value": "{ams.space.grid.xl}" }
10
+ }
11
+ }
12
+ }
13
+ }
@@ -1,15 +1,15 @@
1
1
  {
2
- "amsterdam": {
2
+ "ams": {
3
3
  "dialog": {
4
- "background-color": { "value": "{amsterdam.color.primary-white}" },
4
+ "background-color": { "value": "{ams.color.primary-white}" },
5
5
  "border": { "value": "0" },
6
6
  "max-inline-size": { "value": "min(87.69vw, 45rem)" },
7
7
  "title": {
8
- "color": { "value": "{amsterdam.color.primary-black}" },
9
- "font-family": { "value": "{amsterdam.typography.font-family}" },
10
- "font-size": { "value": "{amsterdam.typography.text-level.5.font-size}" },
11
- "font-weight": { "value": "{amsterdam.typography.font-weight.bold}" },
12
- "line-height": { "value": "{amsterdam.typography.text-level.5.line-height}" }
8
+ "color": { "value": "{ams.color.primary-black}" },
9
+ "font-family": { "value": "{ams.text.font-family}" },
10
+ "font-size": { "value": "{ams.text.level.5.font-size}" },
11
+ "font-weight": { "value": "{ams.text.font-weight.bold}" },
12
+ "line-height": { "value": "{ams.text.level.5.line-height}" }
13
13
  },
14
14
  "form": {
15
15
  "gap": { "value": "1.5rem" },
@@ -0,0 +1,13 @@
1
+ {
2
+ "ams": {
3
+ "fieldset": {
4
+ "legend": {
5
+ "color": { "value": "{ams.color.primary-black}" },
6
+ "font-family": { "value": "{ams.text.font-family}" },
7
+ "font-size": { "value": "{ams.text.level.4.font-size}" },
8
+ "font-weight": { "value": "{ams.text.font-weight.bold}" },
9
+ "line-height": { "value": "{ams.text.level.4.line-height}" }
10
+ }
11
+ }
12
+ }
13
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "ams": {
3
+ "form-label": {
4
+ "color": { "value": "{ams.color.primary-black}" },
5
+ "font-family": { "value": "{ams.text.font-family}" },
6
+ "font-size": { "value": "{ams.text.level.4.font-size}" },
7
+ "font-weight": { "value": "{ams.text.font-weight.bold}" },
8
+ "line-height": { "value": "{ams.text.level.4.line-height}" }
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "ams": {
3
+ "gap": {
4
+ "xs": { "value": "{ams.space.grid.xs}" },
5
+ "sm": { "value": "{ams.space.grid.sm}" },
6
+ "md": { "value": "{ams.space.grid.md}" },
7
+ "lg": { "value": "{ams.space.grid.lg}" },
8
+ "xl": { "value": "{ams.space.grid.xl}" }
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "ams": {
3
+ "grid": {
4
+ "padding-inline": { "value": "{ams.space.grid.md}" }
5
+ }
6
+ }
7
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "ams": {
3
+ "grid": {
4
+ "column-count": { "value": "4" },
5
+ "column-gap": { "value": "{ams.space.grid.md}" },
6
+ "padding-block": {
7
+ "sm": { "value": "{ams.space.grid.sm}" },
8
+ "md": { "value": "{ams.space.grid.md}" },
9
+ "lg": { "value": "{ams.space.grid.lg}" }
10
+ },
11
+ "padding-inline": { "value": "{ams.space.grid.lg}" },
12
+ "row-gap": {
13
+ "sm": { "value": "{ams.space.grid.sm}" },
14
+ "md": { "value": "{ams.space.grid.md}" },
15
+ "lg": { "value": "{ams.space.grid.lg}" }
16
+ },
17
+ "medium": {
18
+ "column-count": { "value": "8" }
19
+ },
20
+ "wide": {
21
+ "column-count": { "value": "12" }
22
+ }
23
+ }
24
+ }
25
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "ams": {
3
+ "header": {
4
+ "column-gap": {
5
+ "value": "{ams.space.grid.md}",
6
+ "comment": "Must have the same value as `ams.grid.column-gap`."
7
+ },
8
+ "padding-block": { "value": "{ams.space.inside.md}" },
9
+ "logo-link": {
10
+ "outline-offset": { "value": "{ams.focus.outline-offset}" }
11
+ }
12
+ }
13
+ }
14
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "ams": {
3
+ "heading": {
4
+ "color": { "value": "{ams.color.primary-black}" },
5
+ "font-family": { "value": "{ams.text.font-family}" },
6
+ "font-weight": { "value": "{ams.text.font-weight.bold}" },
7
+ "inverse-color": { "value": "{ams.color.primary-white}" },
8
+ "level": {
9
+ "1": {
10
+ "font-size": { "value": "{ams.text.level.1.font-size}" },
11
+ "line-height": { "value": "{ams.text.level.1.line-height}" }
12
+ },
13
+ "2": {
14
+ "font-size": { "value": "{ams.text.level.2.font-size}" },
15
+ "line-height": { "value": "{ams.text.level.2.line-height}" }
16
+ },
17
+ "3": {
18
+ "font-size": { "value": "{ams.text.level.3.font-size}" },
19
+ "line-height": { "value": "{ams.text.level.3.line-height}" }
20
+ },
21
+ "4": {
22
+ "font-size": { "value": "{ams.text.level.4.font-size}" },
23
+ "line-height": { "value": "{ams.text.level.4.line-height}" }
24
+ },
25
+ "5": {
26
+ "font-size": { "value": "{ams.text.level.5.font-size}" },
27
+ "line-height": { "value": "{ams.text.level.5.line-height}" }
28
+ },
29
+ "6": {
30
+ "font-size": { "value": "{ams.text.level.6.font-size}" },
31
+ "line-height": { "value": "{ams.text.level.6.line-height}" }
32
+ }
33
+ }
34
+ }
35
+ }
36
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "ams": {
3
+ "icon-button": {
4
+ "color": { "value": "{ams.color.primary-blue}" },
5
+ "outline-offset": { "value": "{ams.focus.outline-offset}" },
6
+ "hover": {
7
+ "background-color": { "value": "rgba(0, 70, 153, 0.125)" },
8
+ "color": { "value": "{ams.color.dark-blue}" }
9
+ },
10
+ "disabled": {
11
+ "color": { "value": "{ams.color.neutral-grey2}" }
12
+ },
13
+ "on-background-light": {
14
+ "color": { "value": "{ams.color.primary-black}" },
15
+ "hover": {
16
+ "background-color": { "value": "rgba(0, 0, 0, 0.125)" },
17
+ "color": { "value": "{ams.color.primary-black}" }
18
+ },
19
+ "disabled": {
20
+ "color": { "value": "{ams.color.neutral-grey2}" }
21
+ }
22
+ },
23
+ "on-background-dark": {
24
+ "background-color": { "value": "{ams.color.primary-blue}" },
25
+ "color": { "value": "{ams.color.primary-white}" },
26
+ "hover": {
27
+ "background-color": { "value": "{ams.color.dark-blue}" },
28
+ "color": { "value": "{ams.color.primary-white}" }
29
+ },
30
+ "disabled": {
31
+ "color": { "value": "{ams.color.primary-white}" },
32
+ "background-color": { "value": "{ams.color.neutral-grey2}" }
33
+ }
34
+ }
35
+ }
36
+ }
37
+ }