@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
@@ -1,61 +0,0 @@
1
- {
2
- "amsterdam": {
3
- "link": {
4
- "color": { "value": "{amsterdam.link-appearance.color}" },
5
- "font-family": { "value": "{amsterdam.typography.font-family}" },
6
- "font-weight": { "value": "{amsterdam.typography.font-weight.normal}" },
7
- "outline-offset": { "value": "{amsterdam.focus.outline-offset}" },
8
- "hover": {
9
- "color": { "value": "{amsterdam.link-appearance.hover.color}" }
10
- },
11
- "inline": {
12
- "text-decoration-line": { "value": "{amsterdam.link-appearance.regular.text-decoration-line}" },
13
- "text-decoration-thickness": { "value": "{amsterdam.link-appearance.text-decoration-thickness}" },
14
- "text-underline-offset": { "value": "{amsterdam.link-appearance.text-underline-offset}" },
15
- "font-family": { "value": "inherit" },
16
- "font-size": { "value": "inherit" },
17
- "line-height": { "value": "inherit" },
18
- "hover": {
19
- "text-decoration-thickness": {
20
- "value": "{amsterdam.link-appearance.regular.hover.text-decoration-thickness}"
21
- },
22
- "text-underline-offset": { "value": "{amsterdam.link-appearance.regular.hover.text-underline-offset}" }
23
- },
24
- "visited": {
25
- "color": { "value": "{amsterdam.color.purple}" }
26
- }
27
- },
28
- "standalone": {
29
- "font-size": { "value": "{amsterdam.typography.text-level.5.font-size}" },
30
- "line-height": { "value": "{amsterdam.typography.text-level.5.line-height}" },
31
- "text-decoration-line": { "value": "{amsterdam.link-appearance.regular.text-decoration-line}" },
32
- "text-decoration-thickness": { "value": "{amsterdam.link-appearance.text-decoration-thickness}" },
33
- "text-underline-offset": { "value": "{amsterdam.link-appearance.text-underline-offset}" },
34
- "hover": {
35
- "text-decoration-thickness": {
36
- "value": "{amsterdam.link-appearance.regular.hover.text-decoration-thickness}"
37
- },
38
- "text-underline-offset": { "value": "{amsterdam.link-appearance.regular.hover.text-underline-offset}" }
39
- }
40
- },
41
- "on-background-dark": {
42
- "color": { "value": "{amsterdam.link-appearance.on-background-dark.color}" },
43
- "hover": {
44
- "color": { "value": "{amsterdam.link-appearance.on-background-dark.color}" }
45
- },
46
- "visited": {
47
- "color": { "value": "{amsterdam.link-appearance.on-background-dark.color}" }
48
- }
49
- },
50
- "on-background-light": {
51
- "color": { "value": "{amsterdam.link-appearance.on-background-light.color}" },
52
- "hover": {
53
- "color": { "value": "{amsterdam.link-appearance.on-background-light.color}" }
54
- },
55
- "visited": {
56
- "color": { "value": "{amsterdam.link-appearance.on-background-light.color}" }
57
- }
58
- }
59
- }
60
- }
61
- }
@@ -1,10 +0,0 @@
1
- {
2
- "amsterdam": {
3
- "logo": {
4
- "height": { "value": "2.5rem" },
5
- "emblem": { "color": { "value": "{amsterdam.color.primary-red}" } },
6
- "title": { "color": { "value": "{amsterdam.color.primary-red}" } },
7
- "subsite": { "color": { "value": "{amsterdam.color.primary-black}" } }
8
- }
9
- }
10
- }
@@ -1,11 +0,0 @@
1
- {
2
- "amsterdam": {
3
- "margin": {
4
- "xs": { "value": "{amsterdam.space.grid.xs}" },
5
- "sm": { "value": "{amsterdam.space.grid.sm}" },
6
- "md": { "value": "{amsterdam.space.grid.md}" },
7
- "lg": { "value": "{amsterdam.space.grid.lg}" },
8
- "xl": { "value": "{amsterdam.space.grid.xl}" }
9
- }
10
- }
11
- }
@@ -1,7 +0,0 @@
1
- {
2
- "amsterdam": {
3
- "mark": {
4
- "background-color": { "value": "{amsterdam.color.yellow}" }
5
- }
6
- }
7
- }
@@ -1,18 +0,0 @@
1
- {
2
- "amsterdam": {
3
- "mega-menu": {
4
- "list-category": {
5
- "column-gap": {
6
- "value": "{amsterdam.space.grid.md}",
7
- "comment": "Must have the same value as `amsterdam.grid.column-gap`."
8
- },
9
- "column-width": { "value": "20rem" },
10
- "padding-block-start": { "value": "1rem" },
11
- "padding-block-end": {
12
- "value": "{amsterdam.space.grid.md}",
13
- "comment": "Must have the same value as `amsterdam.grid.row-gap.md`."
14
- }
15
- }
16
- }
17
- }
18
- }
@@ -1,12 +0,0 @@
1
- {
2
- "amsterdam": {
3
- "page-heading": {
4
- "color": { "value": "{amsterdam.color.primary-black}" },
5
- "font-family": { "value": "{amsterdam.typography.font-family}" },
6
- "font-size": { "value": "{amsterdam.typography.text-level.0.font-size}" },
7
- "font-weight": { "value": "{amsterdam.typography.font-weight.bold}" },
8
- "inverse-color": { "value": "{amsterdam.color.primary-white}" },
9
- "line-height": { "value": "{amsterdam.typography.text-level.0.font-size}" }
10
- }
11
- }
12
- }
@@ -1,24 +0,0 @@
1
- {
2
- "amsterdam": {
3
- "page-menu": {
4
- "column-gap": { "value": "2.5rem" },
5
- "row-gap": { "value": "0.5rem" },
6
- "item": {
7
- "color": { "value": "{amsterdam.link-appearance.color}" },
8
- "font-family": { "value": "{amsterdam.typography.font-family}" },
9
- "font-size": { "value": "{amsterdam.typography.text-level.6.font-size}" },
10
- "font-weight": { "value": "{amsterdam.typography.font-weight.normal}" },
11
- "gap": { "value": "0.5rem" },
12
- "line-height": { "value": "{amsterdam.typography.text-level.6.line-height}" },
13
- "outline-offset": { "value": "{amsterdam.focus.outline-offset}" },
14
- "text-decoration-line": { "value": "{amsterdam.link-appearance.subtle.text-decoration-line}" },
15
- "text-decoration-thickness": { "value": "{amsterdam.link-appearance.text-decoration-thickness}" },
16
- "text-underline-offset": { "value": "{amsterdam.link-appearance.text-underline-offset}" },
17
- "hover": {
18
- "color": { "value": "{amsterdam.link-appearance.hover.color}" },
19
- "text-decoration-line": { "value": "{amsterdam.link-appearance.subtle.hover.text-decoration-line}" }
20
- }
21
- }
22
- }
23
- }
24
- }
@@ -1,25 +0,0 @@
1
- {
2
- "amsterdam": {
3
- "pagination": {
4
- "color": { "value": "{amsterdam.link-appearance.color}" },
5
- "font-family": { "value": "{amsterdam.typography.font-family}" },
6
- "font-size": { "value": "{amsterdam.typography.text-level.5.font-size}" },
7
- "font-weight": { "value": "{amsterdam.typography.font-weight.normal}" },
8
- "line-height": { "value": "{amsterdam.typography.text-level.5.line-height}" },
9
- "button": {
10
- "outline-offset": { "value": "{amsterdam.focus.outline-offset}" },
11
- "padding-inline": { "value": "{amsterdam.space.inside.sm}" },
12
- "text-decoration-line": { "value": "{amsterdam.link-appearance.subtle.text-decoration-line}" },
13
- "text-decoration-thickness": { "value": "{amsterdam.link-appearance.text-decoration-thickness}" },
14
- "text-underline-offset": { "value": "{amsterdam.link-appearance.text-underline-offset}" },
15
- "current": {
16
- "font-weight": { "value": "{amsterdam.typography.font-weight.bold}" }
17
- },
18
- "hover": {
19
- "color": { "value": "{amsterdam.link-appearance.hover.color}" },
20
- "text-decoration-line": { "value": "{amsterdam.link-appearance.subtle.hover.text-decoration-line}" }
21
- }
22
- }
23
- }
24
- }
25
- }
@@ -1,22 +0,0 @@
1
- {
2
- "amsterdam": {
3
- "paragraph": {
4
- "color": { "value": "{amsterdam.color.primary-black}" },
5
- "font-family": { "value": "{amsterdam.typography.font-family}" },
6
- "font-weight": { "value": "{amsterdam.typography.font-weight.normal}" },
7
- "inverse-color": { "value": "{amsterdam.color.primary-white}" },
8
- "small": {
9
- "font-size": { "value": "{amsterdam.typography.text-level.6.font-size}" },
10
- "line-height": { "value": "{amsterdam.typography.text-level.6.line-height}" }
11
- },
12
- "medium": {
13
- "font-size": { "value": "{amsterdam.typography.text-level.5.font-size}" },
14
- "line-height": { "value": "{amsterdam.typography.text-level.5.line-height}" }
15
- },
16
- "large": {
17
- "font-size": { "value": "{amsterdam.typography.text-level.4.font-size}" },
18
- "line-height": { "value": "{amsterdam.typography.text-level.4.line-height}" }
19
- }
20
- }
21
- }
22
- }
@@ -1,13 +0,0 @@
1
- {
2
- "amsterdam": {
3
- "row": {
4
- "gap": {
5
- "xs": { "value": "{amsterdam.space.stack.xs}" },
6
- "sm": { "value": "{amsterdam.space.stack.sm}" },
7
- "md": { "value": "{amsterdam.space.stack.md}" },
8
- "lg": { "value": "{amsterdam.space.stack.lg}" },
9
- "xl": { "value": "{amsterdam.space.stack.xl}" }
10
- }
11
- }
12
- }
13
- }
@@ -1,45 +0,0 @@
1
- {
2
- "amsterdam": {
3
- "search-field": {
4
- "button": {
5
- "background-color": { "value": "{amsterdam.color.primary-blue}" },
6
- "color": { "value": "{amsterdam.color.primary-white}" },
7
- "outline-offset": { "value": "{amsterdam.focus.outline-offset}" },
8
- "hover": {
9
- "background-color": { "value": "{amsterdam.color.dark-blue}" }
10
- },
11
- "padding-block": { "value": "{amsterdam.space.inside.xs}" },
12
- "padding-inline": { "value": "{amsterdam.space.inside.xs}" }
13
- },
14
- "input": {
15
- "box-shadow": {
16
- "value": "inset 0 0 0 1px {amsterdam.color.primary-black}"
17
- },
18
- "color": { "value": "{amsterdam.color.primary-black}" },
19
- "font-family": { "value": "{amsterdam.typography.font-family}" },
20
- "font-size": { "value": "{amsterdam.typography.text-level.6.font-size}" },
21
- "font-weight": { "value": "{amsterdam.typography.font-weight.normal}" },
22
- "line-height": { "value": "{amsterdam.typography.text-level.6.line-height}" },
23
- "outline-offset": { "value": "{amsterdam.focus.outline-offset}" },
24
- "padding-block": { "value": "{amsterdam.space.inside.xs}" },
25
- "padding-inline": { "value": "{amsterdam.space.inside.md}" },
26
- "cancel-button": {
27
- "background-image": {
28
- "value": "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>\")"
29
- },
30
- "color": { "value": "{amsterdam.color.primary-blue}" },
31
- "height": { "value": "{amsterdam.typography.text-level.6.font-size}" },
32
- "width": { "value": "{amsterdam.typography.text-level.6.font-size}" }
33
- },
34
- "hover": {
35
- "box-shadow": {
36
- "value": "inset 0 0 0 2px {amsterdam.color.primary-black}"
37
- }
38
- },
39
- "placeholder": {
40
- "color": { "value": "{amsterdam.color.neutral-grey3}" }
41
- }
42
- }
43
- }
44
- }
45
- }
@@ -1,18 +0,0 @@
1
- {
2
- "amsterdam": {
3
- "skip-link": {
4
- "background-color": { "value": "{amsterdam.color.primary-blue}" },
5
- "color": { "value": "{amsterdam.color.primary-white}" },
6
- "font-family": { "value": "{amsterdam.typography.font-family}" },
7
- "font-weight": { "value": "{amsterdam.typography.font-weight.normal}" },
8
- "font-size": { "value": "{amsterdam.typography.text-level.6.font-size}" },
9
- "line-height": { "value": "{amsterdam.typography.text-level.6.line-height}" },
10
- "outline-offset": { "value": "{amsterdam.focus.outline-offset}" },
11
- "padding-block": { "value": "{amsterdam.space.inside.xs}" },
12
- "padding-inline": { "value": "{amsterdam.space.inside.md}" },
13
- "hover": {
14
- "background-color": { "value": "{amsterdam.color.dark-blue}" }
15
- }
16
- }
17
- }
18
- }
@@ -1,30 +0,0 @@
1
- {
2
- "amsterdam": {
3
- "spotlight": {
4
- "blue": {
5
- "background-color": { "value": "{amsterdam.color.blue}" }
6
- },
7
- "dark-blue": {
8
- "background-color": { "value": "{amsterdam.color.primary-blue}" }
9
- },
10
- "dark-green": {
11
- "background-color": { "value": "{amsterdam.color.dark-green}" }
12
- },
13
- "green": {
14
- "background-color": { "value": "{amsterdam.color.green}" }
15
- },
16
- "magenta": {
17
- "background-color": { "value": "{amsterdam.color.magenta}" }
18
- },
19
- "orange": {
20
- "background-color": { "value": "{amsterdam.color.orange}" }
21
- },
22
- "purple": {
23
- "background-color": { "value": "{amsterdam.color.purple}" }
24
- },
25
- "yellow": {
26
- "background-color": { "value": "{amsterdam.color.yellow}" }
27
- }
28
- }
29
- }
30
- }
@@ -1,24 +0,0 @@
1
- {
2
- "amsterdam": {
3
- "switch": {
4
- "font-family": { "value": "{amsterdam.typography.font-family}" },
5
- "background-color": { "value": "{amsterdam.color.neutral-grey3}" },
6
- "width": { "value": "3.5rem" },
7
- "thumb": {
8
- "background-color": { "value": "{amsterdam.color.primary-white}" },
9
- "width": { "value": "1.75rem" },
10
- "height": { "value": "1.75rem" },
11
- "hover": {
12
- "color": { "value": "{amsterdam.color.dark-blue}" }
13
- }
14
- },
15
- "checked": {
16
- "background-color": { "value": "{amsterdam.color.primary-blue}" }
17
- },
18
- "outline-offset": { "value": "{amsterdam.focus.outline-offset}" },
19
- "disabled": {
20
- "background-color": { "value": "{amsterdam.color.neutral-grey2}" }
21
- }
22
- }
23
- }
24
- }
@@ -1,22 +0,0 @@
1
- {
2
- "amsterdam": {
3
- "table": {
4
- "color": { "value": "{amsterdam.color.primary-black}" },
5
- "font-family": { "value": "{amsterdam.typography.font-family}" },
6
- "font-weight": { "value": "{amsterdam.typography.font-weight.normal}" },
7
- "font-size": { "value": "{amsterdam.typography.text-level.5.font-size}" },
8
- "line-height": { "value": "{amsterdam.typography.text-level.5.line-height}" },
9
- "caption": {
10
- "font-weight": { "value": "{amsterdam.typography.font-weight.bold}" }
11
- },
12
- "cell": {
13
- "border-bottom": { "value": "1px solid {amsterdam.color.neutral-grey1}" },
14
- "padding-block": { "value": "{amsterdam.space.inside.md}" },
15
- "padding-inline": { "value": "{amsterdam.space.inside.md}" }
16
- },
17
- "header-cell": {
18
- "font-weight": { "value": "{amsterdam.typography.font-weight.bold}" }
19
- }
20
- }
21
- }
22
- }
@@ -1,34 +0,0 @@
1
- {
2
- "amsterdam": {
3
- "tabs": {
4
- "list": {
5
- "border-bottom": { "value": ".125rem solid {amsterdam.color.primary-blue}" }
6
- },
7
- "button": {
8
- "background-color": { "value": "transparent" },
9
- "border": { "value": "none" },
10
- "color": { "value": "{amsterdam.color.primary-blue}" },
11
- "cursor": { "value": "{amsterdam.action.activate.cursor}" },
12
- "font-family": { "value": "{amsterdam.typography.font-family}" },
13
- "font-weight": { "value": "{amsterdam.typography.font-weight.normal}" },
14
- "font-size": { "value": "{amsterdam.typography.text-level.5.font-size}" },
15
- "line-height": { "value": "{amsterdam.typography.text-level.5.line-height}" },
16
- "outline-offset": { "value": "-0.25rem" },
17
- "padding-block": { "value": ".5rem" },
18
- "padding-inline": { "value": "1rem" },
19
- "hover": {
20
- "color": { "value": "{amsterdam.color.dark-blue}" },
21
- "box-shadow": { "value": "inset 0 -0.125rem 0 0 {amsterdam.color.dark-blue}" }
22
- },
23
- "selected": {
24
- "background-color": { "value": "{amsterdam.color.primary-blue}" },
25
- "color": { "value": "{amsterdam.color.primary-white}" }
26
- },
27
- "disabled": {
28
- "color": { "value": "{amsterdam.color.neutral-grey2}" },
29
- "cursor": { "value": "{amsterdam.action.disabled.cursor}" }
30
- }
31
- }
32
- }
33
- }
34
- }
@@ -1,36 +0,0 @@
1
- {
2
- "amsterdam": {
3
- "text-area": {
4
- "box-shadow": { "value": "inset 0 0 0 1px {amsterdam.color.primary-black}" },
5
- "color": { "value": "{amsterdam.color.primary-black}" },
6
- "font-family": { "value": "{amsterdam.typography.font-family}" },
7
- "font-size": { "value": "{amsterdam.typography.text-level.6.font-size}" },
8
- "font-weight": { "value": "{amsterdam.typography.font-weight.normal}" },
9
- "line-height": { "value": "{amsterdam.typography.text-level.6.line-height}" },
10
- "min-height": {
11
- "value": "calc({amsterdam.typography.text-level.6.line-height} * 1em + 2 * {amsterdam.text-area.padding-block})"
12
- },
13
- "outline-offset": { "value": "{amsterdam.focus.outline-offset}" },
14
- "padding-block": { "value": "0.5rem" },
15
- "padding-inline": { "value": "1rem" },
16
- "disabled": {
17
- "background-color": { "value": "{amsterdam.color.primary-white}" },
18
- "box-shadow": { "value": "inset 0 0 0 1px {amsterdam.color.neutral-grey2}" },
19
- "color": { "value": "{amsterdam.color.neutral-grey2}" },
20
- "cursor": { "value": "{amsterdam.action.disabled.cursor}" }
21
- },
22
- "hover": {
23
- "box-shadow": { "value": "inset 0 0 0 2px {amsterdam.color.primary-black}" }
24
- },
25
- "invalid": {
26
- "box-shadow": { "value": "inset 0 0 0 1px {amsterdam.color.primary-red}" },
27
- "hover": {
28
- "box-shadow": { "value": "inset 0 0 0 2px {amsterdam.color.primary-red}" }
29
- }
30
- },
31
- "placeholder": {
32
- "color": { "value": "{amsterdam.color.neutral-grey3}" }
33
- }
34
- }
35
- }
36
- }
@@ -1,32 +0,0 @@
1
- {
2
- "amsterdam": {
3
- "text-input": {
4
- "box-shadow": { "value": "inset 0 0 0 1px {amsterdam.color.primary-black}" },
5
- "color": { "value": "{amsterdam.color.primary-black}" },
6
- "font-family": { "value": "{amsterdam.typography.font-family}" },
7
- "font-size": { "value": "{amsterdam.typography.text-level.6.font-size}" },
8
- "font-weight": { "value": "{amsterdam.typography.font-weight.normal}" },
9
- "line-height": { "value": "{amsterdam.typography.text-level.6.line-height}" },
10
- "outline-offset": { "value": "{amsterdam.focus.outline-offset}" },
11
- "padding-block": { "value": "{amsterdam.space.inside.xs}" },
12
- "padding-inline": { "value": "{amsterdam.space.inside.md}" },
13
- "disabled": {
14
- "background-color": { "value": "{amsterdam.color.primary-white}" },
15
- "box-shadow": { "value": "inset 0 0 0 1px {amsterdam.color.neutral-grey2}" },
16
- "color": { "value": "{amsterdam.color.neutral-grey2}" }
17
- },
18
- "hover": {
19
- "box-shadow": { "value": "inset 0 0 0 2px {amsterdam.color.primary-black}" }
20
- },
21
- "invalid": {
22
- "box-shadow": { "value": "inset 0 0 0 1px {amsterdam.color.primary-red}" },
23
- "hover": {
24
- "box-shadow": { "value": "inset 0 0 0 2px {amsterdam.color.primary-red}" }
25
- }
26
- },
27
- "placeholder": {
28
- "color": { "value": "{amsterdam.color.neutral-grey3}" }
29
- }
30
- }
31
- }
32
- }
@@ -1,28 +0,0 @@
1
- {
2
- "amsterdam": {
3
- "top-task-link": {
4
- "description": {
5
- "color": { "value": "{amsterdam.color.primary-black}" },
6
- "font-family": { "value": "{amsterdam.typography.font-family}" },
7
- "font-size": { "value": "{amsterdam.typography.text-level.6.font-size}" },
8
- "font-weight": { "value": "{amsterdam.typography.font-weight.normal}" },
9
- "line-height": { "value": "{amsterdam.typography.text-level.6.line-height}" }
10
- },
11
- "label": {
12
- "color": { "value": "{amsterdam.link-appearance.color}" },
13
- "font-family": { "value": "{amsterdam.typography.font-family}" },
14
- "font-size": { "value": "{amsterdam.typography.text-level.4.font-size}" },
15
- "font-weight": { "value": "{amsterdam.typography.font-weight.bold}" },
16
- "line-height": { "value": "{amsterdam.typography.text-level.4.line-height}" },
17
- "text-decoration-line": { "value": "{amsterdam.link-appearance.subtle.text-decoration-line}" },
18
- "text-decoration-thickness": { "value": "{amsterdam.link-appearance.text-decoration-thickness}" },
19
- "text-underline-offset": { "value": "{amsterdam.link-appearance.text-underline-offset}" },
20
- "hover": {
21
- "color": { "value": "{amsterdam.color.dark-blue}" },
22
- "text-decoration-line": { "value": "{amsterdam.link-appearance.subtle.hover.text-decoration-line}" }
23
- }
24
- },
25
- "outline-offset": { "value": "{amsterdam.focus.outline-offset}" }
26
- }
27
- }
28
- }