@conduction/theme 1.1.57 → 1.1.59

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 (73) hide show
  1. package/README.md +5 -0
  2. package/municipalities/almere-design-tokens/LICENSE.md +17 -0
  3. package/municipalities/almere-design-tokens/README.md +3 -0
  4. package/municipalities/almere-design-tokens/documentation/color.stories.mdx +17 -0
  5. package/municipalities/almere-design-tokens/documentation/components.stories.mdx +11 -0
  6. package/municipalities/almere-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  7. package/municipalities/almere-design-tokens/documentation/readme.stories.mdx +7 -0
  8. package/municipalities/almere-design-tokens/package.json +40 -0
  9. package/municipalities/almere-design-tokens/src/brand/almere/color.tokens.json +177 -0
  10. package/municipalities/almere-design-tokens/src/brand/almere/font-size.tokens.json +54 -0
  11. package/municipalities/almere-design-tokens/src/brand/almere/size.tokens.json +17 -0
  12. package/municipalities/almere-design-tokens/src/brand/almere/typography.tokens.json +43 -0
  13. package/municipalities/almere-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  14. package/municipalities/almere-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  15. package/municipalities/almere-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
  16. package/municipalities/almere-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
  17. package/municipalities/almere-design-tokens/src/component/conduction/logo.tokens.json +27 -0
  18. package/municipalities/almere-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
  19. package/municipalities/almere-design-tokens/src/component/conduction/select.tokens.json +39 -0
  20. package/municipalities/almere-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  21. package/municipalities/almere-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  22. package/municipalities/almere-design-tokens/src/component/utrecht/accordion.tokens.json +68 -0
  23. package/municipalities/almere-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  24. package/municipalities/almere-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  25. package/municipalities/almere-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -0
  26. package/municipalities/almere-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  27. package/municipalities/almere-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  28. package/municipalities/almere-design-tokens/src/component/utrecht/breadcrumb.tokens.json +45 -0
  29. package/municipalities/almere-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  30. package/municipalities/almere-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  31. package/municipalities/almere-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  32. package/municipalities/almere-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  33. package/municipalities/almere-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
  34. package/municipalities/almere-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  35. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -0
  36. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  37. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  38. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  39. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
  40. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +27 -0
  41. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  42. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
  43. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +40 -0
  44. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
  45. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
  46. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  47. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  48. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +27 -0
  49. package/municipalities/almere-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
  50. package/municipalities/almere-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
  51. package/municipalities/almere-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
  52. package/municipalities/almere-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
  53. package/municipalities/almere-design-tokens/src/component/utrecht/heading.tokens.json +58 -0
  54. package/municipalities/almere-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  55. package/municipalities/almere-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  56. package/municipalities/almere-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  57. package/municipalities/almere-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  58. package/municipalities/almere-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  59. package/municipalities/almere-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  60. package/municipalities/almere-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  61. package/municipalities/almere-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
  62. package/municipalities/almere-design-tokens/src/component/utrecht/select.tokens.json +47 -0
  63. package/municipalities/almere-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  64. package/municipalities/almere-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
  65. package/municipalities/almere-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  66. package/municipalities/almere-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  67. package/municipalities/almere-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  68. package/municipalities/almere-design-tokens/src/component/utrecht/textbox.tokens.json +35 -0
  69. package/municipalities/almere-design-tokens/src/config.json +73 -0
  70. package/municipalities/almere-design-tokens/src/font.scss +108 -0
  71. package/municipalities/almere-design-tokens/src/index.scss +8 -0
  72. package/municipalities/almere-design-tokens/style-dictionary.config.js +6 -0
  73. package/package.json +3 -2
@@ -0,0 +1,57 @@
1
+ {
2
+ "utrecht": {
3
+ "checkbox": {
4
+ "background-color": { "value": "{almere.color.white.100}" },
5
+ "border-color": { "value": "{almere.color.yellow.64}" },
6
+ "border-radius": { "value": "3px" },
7
+ "border-width": { "value": "{almere.size.2xs}" },
8
+ "color": { "value": "{almere.color.white.100}" },
9
+ "size": { "value": "24px" },
10
+ "icon": {
11
+ "size": {}
12
+ },
13
+ "active": {
14
+ "border-color": {},
15
+ "border-width": {},
16
+ "background-color": {},
17
+ "color": {}
18
+ },
19
+ "hover": {
20
+ "border-color": { "value": "{almere.color.yellow.64}" },
21
+ "border-width": { "value": "{almere.size.2xs}" },
22
+ "background-color": {},
23
+ "color": { "value": "{almere.color.white.100}" }
24
+ },
25
+ "focus": {
26
+ "border-color": {},
27
+ "border-width": {},
28
+ "background-color": {},
29
+ "color": {}
30
+ },
31
+ "disabled": {
32
+ "border-color": { "value": "{almere.color.grey.82}" },
33
+ "border-width": { "value": "{almere.size.2xs}" },
34
+ "background-color": { "value": "{almere.color.grey.82}" },
35
+ "color": { "value": "{almere.color.grey.82}" }
36
+ },
37
+ "checked": {
38
+ "border-color": { "value": "{almere.color.yellow.64}" },
39
+ "border-width": { "value": "{almere.size.2xs}" },
40
+ "background-color": { "value": "{almere.color.yellow.64}" },
41
+ "color": { "value": "{almere.color.primary}" }
42
+ },
43
+ "indeterminate": {
44
+ "border-color": {},
45
+ "border-width": {},
46
+ "background-color": {},
47
+ "color": {}
48
+ },
49
+ "invalid": {
50
+ "border-color": {},
51
+ "border-width": {},
52
+ "background-color": {},
53
+ "color": {}
54
+ }
55
+ }
56
+ }
57
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "utrecht": {
3
+ "code": {
4
+ "background-color": { "value": "{almere.color.lightgrey.96}" },
5
+ "color": { "value": "{almere.color.black.0}" },
6
+ "font-family": { "value": "{almere.typography.monospace.font-family}" },
7
+ "font-size": { "value": "inherit" },
8
+ "line-height": {}
9
+ },
10
+ "code-block": {
11
+ "background-color": { "value": "{almere.color.lightgrey.96}" },
12
+ "color": { "value": "{almere.color.black.0}" },
13
+ "font-family": { "value": "{almere.typography.monospace.font-family}" },
14
+ "font-size": { "value": "{almere.font-size.md}" },
15
+ "line-height": { "value": "{almere.size.lg}" },
16
+ "margin-block-start": { "value": "{almere.size.md}" },
17
+ "margin-block-end": { "value": "{almere.size.md}" },
18
+ "margin-inline-start": { "value": 0 },
19
+ "margin-inline-end": { "value": 0 },
20
+ "padding-block-start": { "value": "{almere.size.md}" },
21
+ "padding-block-end": { "value": "{almere.size.md}" },
22
+ "padding-inline-start": { "value": "{almere.size.md}" },
23
+ "padding-inline-end": { "value": "{almere.size.md}" }
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "utrecht": {
3
+ "data-list": {
4
+ "margin-block-end": { "value": "16px" },
5
+ "margin-block-start": { "value": "16px" },
6
+ "item-key": {
7
+ "color": {},
8
+ "font-size": {},
9
+ "font-weight": { "value": "{almere.typography.font-weight.bold}" },
10
+ "line-height": {}
11
+ },
12
+ "item-value": {
13
+ "font-size": {},
14
+ "line-height": {}
15
+ },
16
+ "rows": {
17
+ "item": {
18
+ "margin-block-start": { "value": "16px" },
19
+ "padding-block-end": {},
20
+ "padding-block-start": {}
21
+ },
22
+ "item-value": {
23
+ "margin-block-start": { "value": "8px" }
24
+ }
25
+ }
26
+ }
27
+ }
28
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "utrecht": {
3
+ "document": {
4
+ "background-color": { "value": "{almere.color.white.100}" },
5
+ "color": { "value": "{almere.color.black.0}" },
6
+ "font-family": { "value": "{almere.typography.barlow.font-family}" },
7
+ "font-size": { "value": "{almere.font-size.md}" },
8
+ "font-weight": {},
9
+ "line-height": {}
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "utrecht": {
3
+ "accordion": {
4
+ "button": {
5
+ "border-radius": { "value": "5px" },
6
+ "border-top-left-radius": {},
7
+ "border-top-right-radius": {},
8
+ "border-bottom-left-radius": {},
9
+ "border-bottom-right-radius": {},
10
+ "active": {
11
+ "border-bottom": {
12
+ "left-radius": { "value": "0px" },
13
+ "right-radius": { "value": "0px" },
14
+ "width": { "value": "1px" },
15
+ "color": { "value": "{almere.color.yellow.64}" },
16
+ "style": { "value": "solid" }
17
+ }
18
+ }
19
+ },
20
+ "panel": {
21
+ "border-radius": {},
22
+ "border-top": {
23
+ "left-radius": {},
24
+ "right-radius": {},
25
+ "width": {},
26
+ "color": {},
27
+ "style": {}
28
+ },
29
+ "border-bottom-left-radius": { "value": "5px" },
30
+ "border-bottom-right-radius": { "value": "5px" },
31
+ "background-color": {},
32
+ "line-height": {}
33
+ }
34
+ }
35
+ }
36
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "utrecht": {
3
+ "alert": {
4
+ "icon": {
5
+ "gap": { "value": "1.5rem" }
6
+ }
7
+ }
8
+ }
9
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "utrecht": {
3
+ "badge-counter": {
4
+ "font-family": { "value": "{utrecht.document.font-family}" },
5
+ "font-style": {},
6
+ "text-decoration": { "value": "none" },
7
+ "min-block-size": {},
8
+ "min-inline-size": {}
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "utrecht": {
3
+ "breadcrumb-nav": {
4
+ "background-color": { "value": "{almere.color.white.100}" },
5
+ "border-radius": { "value": "3px" },
6
+ "padding-inline-start": { "value": "0" },
7
+ "padding-inline-end": { "value": "0" },
8
+ "padding-block-start": { "value": "12px" },
9
+ "padding-block-end": { "value": "12px" },
10
+ "link": {
11
+ "font-weight": {},
12
+ "disabled": {
13
+ "background-color": {}
14
+ },
15
+ "hover": {
16
+ "background-color": {}
17
+ }
18
+ }
19
+ }
20
+ }
21
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "utrecht": {
3
+ "form-field": {
4
+ "description": {
5
+ "valid-color": { "value": "{almere.color.succes}" },
6
+ "warning-color": { "value": "{almere.color.warning}" },
7
+ "invalid-color": { "value": "{almere.color.error}" },
8
+ "margin-block-end": { "value": "12px" },
9
+ "margin-block-start": { "value": "12px" }
10
+ }
11
+ }
12
+ }
13
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "utrecht": {
3
+ "form-control": {
4
+ "background-color": { "value": "{almere.color.white.100}" },
5
+ "line-height": {},
6
+ "placeholder": {
7
+ "color": { "value": "{almere.color.grey.46}" }
8
+ },
9
+ "disabled": {
10
+ "background-color": { "value": "{almere.color.blue.96}" }
11
+ },
12
+ "focus": {
13
+ "background-color": { "value": "{almere.color.white.100}" },
14
+ "border-color": { "value": "{almere.color.green.51}" },
15
+ "border-width": { "value": "3px" },
16
+ "color": {}
17
+ },
18
+ "invalid": {
19
+ "background-color": {},
20
+ "color": {}
21
+ },
22
+ "read-only": {
23
+ "background-color": { "value": "{almere.color.grey.95}" }
24
+ }
25
+ }
26
+ }
27
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "utrecht": {
3
+ "icon": {
4
+ "gap": { "value": "{almere.size.xs}" }
5
+ }
6
+ }
7
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "utrecht": {
3
+ "link": {
4
+ "hover": {
5
+ "font-weight": {},
6
+ "text-decoration-color": {}
7
+ }
8
+ }
9
+ }
10
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "utrecht": {
3
+ "page-footer": {
4
+ "font-size": {},
5
+ "font-family": {},
6
+ "min-height": {},
7
+ "logo": {
8
+ "max-height": { "value": "100px" },
9
+ "max-width": { "value": "100px" }
10
+ },
11
+ "background-size": {},
12
+ "background-position": {},
13
+ "mobile": {
14
+ "background-position": {}
15
+ },
16
+ "icon": {
17
+ "color": {}
18
+ },
19
+ "heading": {
20
+ "color": { "value": "{almere.color.black.0}" },
21
+ "font-family": {},
22
+ "font-weight": { "value": "{almere.typography.font-weight.bold}" },
23
+ "font-size": { "value": "{almere.font-size.md}" }
24
+ },
25
+ "link": {
26
+ "color": {},
27
+ "text-decoration": { "value": "underline" },
28
+ "text-decoration-color": { "value": "unset" },
29
+ "text-decoration-thickness": { "value": "{almere.size.4xs}" },
30
+ "text-underline-offset": { "value": "1px" },
31
+ "hover": {
32
+ "color": { "value": "{almere.color.black.30}" },
33
+ "text-decoration": { "value": "underline" },
34
+ "text-decoration-thickness": { "value": "{almere.size.4xs}" },
35
+ "font-weight": {}
36
+ }
37
+ }
38
+ }
39
+ }
40
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "utrecht": {
3
+ "page-header": {
4
+ "logo": {
5
+ "max-height": { "value": "98px" },
6
+ "max-width": {}
7
+ },
8
+ "border-block-start": {},
9
+ "border-block-end": {},
10
+ "border-inline-start": {},
11
+ "border-inline-end": {},
12
+ "display": { "value": "block" }
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "utrecht": {
3
+ "radio-button": {
4
+ "min-block-size": { "value": "16px" },
5
+ "min-inline-size": { "value": "16px" },
6
+ "checked-disabled": {
7
+ "border-color": { "value": "{almere.color.grey.82}" },
8
+ "border-width": { "value": "{almere.size.4xs}" },
9
+ "background-color": { "value": "{almere.color.white.100}" },
10
+ "color": { "value": "{almere.color.grey.82}" }
11
+ }
12
+ }
13
+ }
14
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "utrecht": {
3
+ "skip-link": {
4
+ "font-weight": { "value": "{almere.typography.font-weight.bold}" },
5
+ "font-size": { "value": "14px" },
6
+ "outline-style": { "value": "none" },
7
+ "outline-color": {},
8
+ "border-radius": {},
9
+ "focus": {
10
+ "text-decoration": { "value": "{utrecht.skip-link.text-decoration}" }
11
+ },
12
+ "inset-block-start": {},
13
+ "inset-inline-start": {},
14
+ "box-shadow-width": {},
15
+ "border-width": {},
16
+ "border-style": {},
17
+ "border-color": {},
18
+ "border-bottom-width": {},
19
+ "border-bottom-style": {},
20
+ "border-bottom-color": {},
21
+ "width": {}
22
+ }
23
+ }
24
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "utrecht": {
3
+ "table": {
4
+ "border-collapse": { "value": "collapse" },
5
+ "background-color": { "value": "{almere.color.white.100}" },
6
+ "header": {
7
+ "border-block-end-color": { "value": "{almere.color.blue.61}" },
8
+ "border-block-end-width": { "value": "{almere.size.4xs}" },
9
+ "font-family": {}
10
+ },
11
+ "header-cell": {
12
+ "border-inline-end-width": { "value": "{almere.size.4xs}" },
13
+ "border-inline-end-style": { "value": "solid" },
14
+ "border-inline-end-color": { "value": "{almere.color.blue.61}" }
15
+ },
16
+ "cell": {
17
+ "border-inline-end-width": { "value": "{almere.size.4xs}" },
18
+ "border-inline-end-style": { "value": "solid" },
19
+ "border-inline-end-color": { "value": "{almere.color.blue.61}" }
20
+ },
21
+ "row": {
22
+ "hover": {
23
+ "background-color": { "value": "{almere.color.grey.97}" },
24
+ "color": {}
25
+ }
26
+ },
27
+ "body": {
28
+ "border": {},
29
+ "border-block-end-color": {},
30
+ "border-block-end-width": {}
31
+ },
32
+ "caption": {
33
+ "font-style": {}
34
+ }
35
+ }
36
+ }
37
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "utrecht": {
3
+ "textbox": {
4
+ "background-color": { "value": "{almere.color.white.100}" },
5
+ "line-height": {},
6
+ "placeholder": {
7
+ "color": { "value": "{almere.color.grey.46}" }
8
+ },
9
+ "disabled": {
10
+ "background-color": { "value": "{almere.color.blue.96}" }
11
+ },
12
+ "focus": {
13
+ "background-color": { "value": "{almere.color.white.100}" },
14
+ "border-color": { "value": "{almere.color.green.51}" },
15
+ "border-width": { "value": "3px" },
16
+ "color": {}
17
+ },
18
+ "invalid": {
19
+ "background-color": {},
20
+ "color": {}
21
+ },
22
+ "read-only": {
23
+ "background-color": { "value": "{almere.color.grey.95}" }
24
+ }
25
+ }
26
+ }
27
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "utrecht": {
3
+ "focus": {
4
+ "background-color": {},
5
+ "color": {},
6
+ "outline-color": { "value": "{almere.color.white.100}" },
7
+ "outline-offset": { "value": "1px" },
8
+ "outline-style": { "value": "solid" },
9
+ "outline-width": { "value": "1px" },
10
+ "inverse": {
11
+ "outline-color": { "value": "{almere.color.white.100}" }
12
+ }
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "utrecht": {
3
+ "form-field": {
4
+ "margin-block-start": { "value": "13px" },
5
+ "margin-block-end": { "value": "{almere.size.2xs}" },
6
+ "max-inline-size": {},
7
+ "invalid": {
8
+ "border-inline-start-color": { "value": "{almere.color.error}" },
9
+ "border-inline-start-width": { "value": "0px" },
10
+ "padding-inline-start": { "value": "0px" }
11
+ },
12
+ "label": {
13
+ "margin-block-end": {}
14
+ }
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "utrecht": {
3
+ "form-control": {
4
+ "border-bottom-width": {},
5
+ "border-color": { "value": "{almere.color.grey.48}" },
6
+ "border-radius": { "value": "10px" },
7
+ "border-width": { "value": "{almere.size.4xs}" },
8
+ "color": { "value": "{almere.color.grey.29}" },
9
+ "font-family": { "value": "{almere.typography.barlow.font-family}" },
10
+ "font-size": {
11
+ "value": "0.938rem",
12
+ "comment": "15px"
13
+ },
14
+ "min-inline-height": {},
15
+ "max-inline-size": {},
16
+ "padding-block-end": { "value": "15px" },
17
+ "padding-block-start": { "value": "15px" },
18
+ "padding-inline-end": { "value": "30px" },
19
+ "padding-inline-start": { "value": "30px" },
20
+ "disabled": {
21
+ "border-color": { "value": "{almere.color.grey.87}" },
22
+ "color": {}
23
+ },
24
+ "invalid": {
25
+ "border-color": { "value": "{almere.color.error}" },
26
+ "border-width": { "value": "3px" }
27
+ },
28
+ "read-only": {
29
+ "border-color": { "value": "{almere.color.grey.48}" },
30
+ "color": {}
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "utrecht": {
3
+ "form-label": {
4
+ "color": { "value": "{utrecht.document.color}" },
5
+ "font-weight": {},
6
+ "font-size": { "value": "{utrecht.document.font-size}" },
7
+ "checkbox": {
8
+ "color": {},
9
+ "font-weight": {}
10
+ },
11
+ "checked": {
12
+ "font-weight": {}
13
+ },
14
+ "disabled": {
15
+ "color": {}
16
+ },
17
+ "radio": {
18
+ "color": {},
19
+ "font-weight": {}
20
+ }
21
+ }
22
+ }
23
+ }
@@ -0,0 +1,58 @@
1
+ {
2
+ "utrecht": {
3
+ "heading-1": {
4
+ "color": {},
5
+ "font-family": { "value": "{almere.typography.barlow.font-family}" },
6
+ "font-size": { "value": "{almere.font-size.4xl}" },
7
+ "font-weight": { "value": "{almere.typography.font-weight.bold}" },
8
+ "line-height": {},
9
+ "margin-block-end": { "value": "{almere.size.2xl}" },
10
+ "margin-block-start": { "value": "{almere.size.md}" }
11
+ },
12
+ "heading-2": {
13
+ "color": {},
14
+ "font-family": { "value": "{almere.typography.barlow.font-family}" },
15
+ "font-size": { "value": "{almere.font-size.3xl}" },
16
+ "font-weight": { "value": "{almere.typography.font-weight.bold}" },
17
+ "line-height": {},
18
+ "margin-block-end": { "value": "{almere.size.2xl}" },
19
+ "margin-block-start": { "value": "{almere.size.md}" }
20
+ },
21
+ "heading-3": {
22
+ "color": {},
23
+ "font-family": { "value": "{almere.typography.barlow.font-family}" },
24
+ "font-size": { "value": "{almere.font-size.2xl}" },
25
+ "font-weight": { "value": "{almere.typography.font-weight.bold}" },
26
+ "line-height": {},
27
+ "margin-block-end": { "value": "{almere.size.xl}" },
28
+ "margin-block-start": { "value": "{almere.size.md}" }
29
+ },
30
+ "heading-4": {
31
+ "color": {},
32
+ "font-family": { "value": "{almere.typography.barlow.font-family}" },
33
+ "font-size": { "value": "{almere.font-size.lg}" },
34
+ "font-weight": { "value": "{almere.typography.font-weight.semibold}" },
35
+ "line-height": {},
36
+ "margin-block-end": { "value": "{almere.size.lg}" },
37
+ "margin-block-start": { "value": "{almere.size.md}" }
38
+ },
39
+ "heading-5": {
40
+ "color": {},
41
+ "font-family": { "value": "{almere.typography.barlow.font-family}" },
42
+ "font-size": { "value": "{almere.font-size.sm}" },
43
+ "font-weight": { "value": "{almere.typography.font-weight.bold}" },
44
+ "line-height": { "value": "21px" },
45
+ "margin-block-end": { "value": "{almere.size.lg}" },
46
+ "margin-block-start": { "value": "{almere.size.md}" }
47
+ },
48
+ "heading-6": {
49
+ "color": {},
50
+ "font-family": { "value": "{almere.typography.barlow.font-family}" },
51
+ "font-size": { "value": "{almere.font-size.xs}" },
52
+ "font-weight": { "value": "{almere.typography.font-weight.bold}" },
53
+ "line-height": { "value": "21px" },
54
+ "margin-block-end": { "value": "{almere.size.lg}" },
55
+ "margin-block-start": { "value": "{almere.size.md}" }
56
+ }
57
+ }
58
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "utrecht": {
3
+ "icon": {
4
+ "color": {},
5
+ "size": {},
6
+ "inset-block-start": {},
7
+ "baseline": {
8
+ "inset-block-start": {}
9
+ }
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "utrecht": {
3
+ "link": {
4
+ "color": { "value": "{almere.color.black.0}" },
5
+ "text-decoration": { "value": "none" },
6
+ "text-decoration-color": { "value": "unset" },
7
+ "text-decoration-thickness": { "value": 0 },
8
+ "text-underline-offset": { "value": "{almere.size.4xs}" },
9
+ "active": {
10
+ "color": {}
11
+ },
12
+ "focus": {
13
+ "color": {},
14
+ "text-decoration": {},
15
+ "text-decoration-thickness": {}
16
+ },
17
+ "hover": {
18
+ "color": { "value": "{almere.color.black.0}" },
19
+ "text-decoration": { "value": "underline" },
20
+ "text-decoration-thickness": { "value": "{almere.size.4xs}" }
21
+ },
22
+ "placeholder": {
23
+ "color": {}
24
+ },
25
+ "visited": {
26
+ "color": { "value": "{almere.color.black.0}" }
27
+ },
28
+ "icon": {
29
+ "size": { "value": "{almere.size.md}" }
30
+ }
31
+ }
32
+ }
33
+ }