@conduction/theme 1.1.42 → 1.1.44

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 (100) hide show
  1. package/README.md +2 -0
  2. package/conduction-design-tokens/src/brand/conduction/color.tokens.json +3 -0
  3. package/conduction-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -0
  4. package/conduction-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -0
  5. package/conduction-design-tokens/src/component/conduction/card-header.tokens.json +8 -1
  6. package/conduction-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -0
  7. package/conduction-design-tokens/src/component/tilburg/search-card.tokens.json +35 -0
  8. package/conduction-design-tokens/src/component/utrecht/accordion.tokens.json +68 -0
  9. package/conduction-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -0
  10. package/conduction-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -0
  11. package/conduction-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +2 -1
  12. package/conduction-design-tokens/src/component/utrecht/select.tokens.json +47 -0
  13. package/conduction-design-tokens/src/component/utrecht/textbox.tokens.json +1 -0
  14. package/municipalities/noordwijk-design-tokens/src/font.js +8 -8
  15. package/municipalities/oude-ijsselstreek-design-tokens/LICENSE.md +17 -0
  16. package/municipalities/oude-ijsselstreek-design-tokens/README.md +3 -0
  17. package/municipalities/oude-ijsselstreek-design-tokens/documentation/color.stories.mdx +17 -0
  18. package/municipalities/oude-ijsselstreek-design-tokens/documentation/components.stories.mdx +11 -0
  19. package/municipalities/oude-ijsselstreek-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  20. package/municipalities/oude-ijsselstreek-design-tokens/documentation/readme.stories.mdx +7 -0
  21. package/municipalities/oude-ijsselstreek-design-tokens/package.json +42 -0
  22. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/color.tokens.json +142 -0
  23. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/font-size.tokens.json +50 -0
  24. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/size.tokens.json +17 -0
  25. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/typography.tokens.json +40 -0
  26. package/municipalities/oude-ijsselstreek-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  27. package/municipalities/oude-ijsselstreek-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  28. package/municipalities/oude-ijsselstreek-design-tokens/src/components/amsterdam/date-input.tokens.json +29 -0
  29. package/municipalities/oude-ijsselstreek-design-tokens/src/components/amsterdam/pagination.tokens.json +149 -0
  30. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/card-header.tokens.json +34 -0
  31. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/card-wrapper.tokens.json +33 -0
  32. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/checkbox.tokens.json +69 -0
  33. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/download-card.tokens.json +28 -0
  34. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/logo.tokens.json +38 -0
  35. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/navigation.tokens.json +88 -0
  36. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/pagination.tokens.json +95 -0
  37. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/select.tokens.json +39 -0
  38. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/table-wrapper.tokens.json +21 -0
  39. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/tabs.tokens.json +85 -0
  40. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/tooltip.tokens.json +17 -0
  41. package/municipalities/oude-ijsselstreek-design-tokens/src/components/den-haag/process-step.tokens.json +107 -0
  42. package/municipalities/oude-ijsselstreek-design-tokens/src/components/den-haag/sidenav.tokens.json +31 -0
  43. package/municipalities/oude-ijsselstreek-design-tokens/src/components/open-catalogi/rating.tokens.json +12 -0
  44. package/municipalities/oude-ijsselstreek-design-tokens/src/components/tilburg/search-card.tokens.json +35 -0
  45. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/accordion.tokens.json +68 -0
  46. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/alert.tokens.json +46 -0
  47. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge-counter.tokens.json +13 -0
  48. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge-status.tokens.json +8 -0
  49. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge.tokens.json +15 -0
  50. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/blockquote.tokens.json +27 -0
  51. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/breadcrumb.tokens.json +44 -0
  52. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/button.tokens.json +152 -0
  53. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/calendar.tokens.json +80 -0
  54. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/checkbox.tokens.json +57 -0
  55. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/code.tokens.json +26 -0
  56. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/data-list.tokens.json +28 -0
  57. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/document.tokens.json +12 -0
  58. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/accordion.tokens.json +36 -0
  59. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/alert.tokens.json +9 -0
  60. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  61. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  62. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/form-field.tokens.json +13 -0
  63. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/form-input.tokens.json +26 -0
  64. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/icon.tokens.json +7 -0
  65. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/link.tokens.json +10 -0
  66. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/page-footer.tokens.json +40 -0
  67. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/page-header.tokens.json +15 -0
  68. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/radio-button.tokens.json +14 -0
  69. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/select.tokens.json +9 -0
  70. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  71. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/table.tokens.json +37 -0
  72. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/textbox.tokens.json +26 -0
  73. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/focus.tokens.json +15 -0
  74. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-field.tokens.json +17 -0
  75. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-input.tokens.json +34 -0
  76. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-label.tokens.json +23 -0
  77. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/heading.tokens.json +49 -0
  78. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/icon.tokens.json +12 -0
  79. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/link.tokens.json +33 -0
  80. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/list.tokens.json +31 -0
  81. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page-footer.tokens.json +13 -0
  82. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page-header.tokens.json +10 -0
  83. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page.tokens.json +11 -0
  84. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/paragraph.tokens.json +25 -0
  85. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/radio-button.tokens.json +68 -0
  86. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/select.tokens.json +47 -0
  87. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/separator.tokens.json +10 -0
  88. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/skip-link.tokens.json +16 -0
  89. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/spotlight-section.tokens.json +24 -0
  90. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/surface.tokens.json +8 -0
  91. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/table.tokens.json +60 -0
  92. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/textbox.tokens.json +35 -0
  93. package/municipalities/oude-ijsselstreek-design-tokens/src/config.json +73 -0
  94. package/municipalities/oude-ijsselstreek-design-tokens/src/font/Gill Sans-bold.woff2 +0 -0
  95. package/municipalities/oude-ijsselstreek-design-tokens/src/font/Gill Sans-light.woff2 +0 -0
  96. package/municipalities/oude-ijsselstreek-design-tokens/src/font/Gill Sans.woff2 +0 -0
  97. package/municipalities/oude-ijsselstreek-design-tokens/src/font.scss +57 -0
  98. package/municipalities/oude-ijsselstreek-design-tokens/src/index.scss +8 -0
  99. package/municipalities/oude-ijsselstreek-design-tokens/style-dictionary.config.js +6 -0
  100. package/package.json +3 -2
@@ -0,0 +1,21 @@
1
+ {
2
+ "utrecht": {
3
+ "breadcrumb-nav": {
4
+ "background-color": { "value": "{oude-ijsselstreek.color.primary}" },
5
+ "border-radius": { "value": "0px" },
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": { "value": "400" },
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": "{oude-ijsselstreek.color.succes}" },
6
+ "warning-color": { "value": "{oude-ijsselstreek.color.warning}" },
7
+ "invalid-color": { "value": "{oude-ijsselstreek.color.error}" },
8
+ "margin-block-end": { "value": "12px" },
9
+ "margin-block-start": { "value": "12px" }
10
+ }
11
+ }
12
+ }
13
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "utrecht": {
3
+ "form-input": {
4
+ "background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
5
+ "line-height": {},
6
+ "placeholder": {
7
+ "color": { "value": "{oude-ijsselstreek.color.grey.46}" }
8
+ },
9
+ "disabled": {
10
+ "background-color": { "value": "{oude-ijsselstreek.color.grey.90}" }
11
+ },
12
+ "focus": {
13
+ "background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
14
+ "border-color": {},
15
+ "color": {}
16
+ },
17
+ "invalid": {
18
+ "background-color": {},
19
+ "color": {}
20
+ },
21
+ "read-only": {
22
+ "background-color": { "value": "{oude-ijsselstreek.color.grey.95}" }
23
+ }
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "utrecht": {
3
+ "icon": {
4
+ "gap": { "value": "{oude-ijsselstreek.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": {},
21
+ "font-family": {}
22
+ },
23
+ "link": {
24
+ "color": {},
25
+ "text-decoration": { "value": "underline" },
26
+ "text-decoration-color": {},
27
+ "text-decoration-thickness": { "value": "1px" },
28
+ "text-underline-offset": {},
29
+ "text-decoration-skip-ink": { "value": "auto" },
30
+ "hover": {
31
+ "color": { "value": "{oude-ijsselstreek.color.green.32}" },
32
+ "text-decoration": { "value": "underline" },
33
+ "text-decoration-thickness": { "value": "2.4px" },
34
+ "font-weight": {},
35
+ "text-decoration-skip-ink": { "value": "auto" }
36
+ }
37
+ }
38
+ }
39
+ }
40
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "utrecht": {
3
+ "page-header": {
4
+ "logo": {
5
+ "max-height": {},
6
+ "max-width": { "value": "150px" }
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": "{oude-ijsselstreek.color.grey.82}" },
8
+ "border-width": { "value": "{oude-ijsselstreek.size.4xs}" },
9
+ "background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
10
+ "color": { "value": "{oude-ijsselstreek.color.grey.82}" }
11
+ }
12
+ }
13
+ }
14
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "utrecht": {
3
+ "select": {
4
+ "hover": {
5
+ "border-width": { "value": "{oude-ijsselstreek.size.3xs}" }
6
+ }
7
+ }
8
+ }
9
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "utrecht": {
3
+ "skip-link": {
4
+ "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.normal}" },
5
+ "font-size": { "value": "24px" },
6
+ "outline-style": {},
7
+ "outline-color": {},
8
+ "border-radius": {},
9
+ "focus": {
10
+ "text-decoration": { "value": "{utrecht.skip-link.text-decoration}" }
11
+ },
12
+ "inset-block-start": { "value": "85px" },
13
+ "inset-inline-start": { "value": "16px" },
14
+ "box-shadow-width": {},
15
+ "border-width": { "value": "3px" },
16
+ "border-style": { "value": "solid" },
17
+ "border-color": { "value": "{oude-ijsselstreek.color.orange.61}" },
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": "{oude-ijsselstreek.color.white.100}" },
6
+ "header": {
7
+ "border-block-end-color": { "value": "{oude-ijsselstreek.color.grey.82}" },
8
+ "border-block-end-width": { "value": "{oude-ijsselstreek.size.4xs}" },
9
+ "font-family": {}
10
+ },
11
+ "header-cell": {
12
+ "border-inline-end-width": {},
13
+ "border-inline-end-style": {},
14
+ "border-inline-end-color": {}
15
+ },
16
+ "cell": {
17
+ "border-inline-end-width": {},
18
+ "border-inline-end-style": {},
19
+ "border-inline-end-color": {}
20
+ },
21
+ "row": {
22
+ "hover": {
23
+ "background-color": { "value": "{oude-ijsselstreek.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,26 @@
1
+ {
2
+ "utrecht": {
3
+ "textbox": {
4
+ "background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
5
+ "line-height": {},
6
+ "placeholder": {
7
+ "color": { "value": "{oude-ijsselstreek.color.grey.46}" }
8
+ },
9
+ "disabled": {
10
+ "background-color": { "value": "{oude-ijsselstreek.color.grey.90}" }
11
+ },
12
+ "focus": {
13
+ "background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
14
+ "border-color": {},
15
+ "color": {}
16
+ },
17
+ "invalid": {
18
+ "background-color": {},
19
+ "color": {}
20
+ },
21
+ "read-only": {
22
+ "background-color": { "value": "{oude-ijsselstreek.color.grey.95}" }
23
+ }
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "utrecht": {
3
+ "focus": {
4
+ "background-color": {},
5
+ "color": {},
6
+ "outline-color": {},
7
+ "outline-offset": { "value": "2.5px" },
8
+ "outline-style": {},
9
+ "outline-width": {},
10
+ "inverse": {
11
+ "outline-color": {}
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": "{oude-ijsselstreek.size.2xs}" },
6
+ "max-inline-size": {},
7
+ "invalid": {
8
+ "border-inline-start-color": { "value": "{oude-ijsselstreek.color.error}" },
9
+ "border-inline-start-width": { "value": "3px" },
10
+ "padding-inline-start": { "value": "12px" }
11
+ },
12
+ "label": {
13
+ "margin-block-end": {}
14
+ }
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "utrecht": {
3
+ "form-input": {
4
+ "border-bottom-width": {},
5
+ "border-color": { "value": "{oude-ijsselstreek.color.grey.48}" },
6
+ "border-radius": { "value": "3px" },
7
+ "border-width": { "value": "{oude-ijsselstreek.size.4xs}" },
8
+ "color": { "value": "{oude-ijsselstreek.color.grey.29}" },
9
+ "font-family": { "value": "{oude-ijsselstreek.typography.sans-serif.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": "{oude-ijsselstreek.size.xs}" },
17
+ "padding-block-start": { "value": "{oude-ijsselstreek.size.xs}" },
18
+ "padding-inline-end": { "value": "{oude-ijsselstreek.size.sm}" },
19
+ "padding-inline-start": { "value": "{oude-ijsselstreek.size.sm}" },
20
+ "disabled": {
21
+ "border-color": { "value": "{oude-ijsselstreek.color.grey.87}" },
22
+ "color": {}
23
+ },
24
+ "invalid": {
25
+ "border-color": { "value": "{oude-ijsselstreek.color.error}" },
26
+ "border-width": { "value": "{oude-ijsselstreek.size.4xs}" }
27
+ },
28
+ "read-only": {
29
+ "border-color": { "value": "{oude-ijsselstreek.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,49 @@
1
+ {
2
+ "utrecht": {
3
+ "heading-1": {
4
+ "color": { "value": "{oude-ijsselstreek.color.dark-blue.9}" },
5
+ "font-family": { "value": "{oude-ijsselstreek.typography.sans-serif.font-family}" },
6
+ "font-size": { "value": "{oude-ijsselstreek.font-size.3xl}" },
7
+ "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.bold}" },
8
+ "line-height": {},
9
+ "margin-block-end": { "value": "{oude-ijsselstreek.size.2xl}" },
10
+ "margin-block-start": { "value": "{oude-ijsselstreek.size.md}" }
11
+ },
12
+ "heading-2": {
13
+ "color": { "value": "{oude-ijsselstreek.color.dark-blue.9}" },
14
+ "font-family": { "value": "{oude-ijsselstreek.typography.sans-serif.font-family}" },
15
+ "font-size": { "value": "{oude-ijsselstreek.font-size.2xl}" },
16
+ "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.bold}" },
17
+ "line-height": {},
18
+ "margin-block-end": { "value": "{oude-ijsselstreek.size.2xl}" },
19
+ "margin-block-start": { "value": "{oude-ijsselstreek.size.md}" }
20
+ },
21
+ "heading-3": {
22
+ "color": { "value": "{oude-ijsselstreek.color.dark-blue.9}" },
23
+ "font-family": { "value": "{oude-ijsselstreek.typography.sans-serif.font-family}" },
24
+ "font-size": { "value": "{oude-ijsselstreek.font-size.xl}" },
25
+ "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.normal}" },
26
+ "line-height": {},
27
+ "margin-block-end": { "value": "{oude-ijsselstreek.size.xl}" },
28
+ "margin-block-start": { "value": "{oude-ijsselstreek.size.md}" }
29
+ },
30
+ "heading-4": {
31
+ "color": { "value": "{oude-ijsselstreek.color.dark-blue.9}" },
32
+ "font-family": { "value": "{oude-ijsselstreek.typography.sans-serif.font-family}" },
33
+ "font-size": { "value": "{oude-ijsselstreek.font-size.lg}" },
34
+ "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.normal}" },
35
+ "line-height": {},
36
+ "margin-block-end": { "value": "{oude-ijsselstreek.size.lg}" },
37
+ "margin-block-start": { "value": "{oude-ijsselstreek.size.md}" }
38
+ },
39
+ "heading-5": {
40
+ "color": { "value": "{oude-ijsselstreek.color.dark-blue.9}" },
41
+ "font-family": { "value": "{oude-ijsselstreek.typography.sans-serif.font-family}" },
42
+ "font-size": { "value": "{oude-ijsselstreek.font-size.md}" },
43
+ "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.light}" },
44
+ "line-height": {},
45
+ "margin-block-end": { "value": "{oude-ijsselstreek.size.lg}" },
46
+ "margin-block-start": { "value": "{oude-ijsselstreek.size.md}" }
47
+ }
48
+ }
49
+ }
@@ -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": "{oude-ijsselstreek.color.primary}" },
5
+ "text-decoration": { "value": "underline" },
6
+ "text-decoration-color": { "value": "unset" },
7
+ "text-decoration-thickness": { "value": "{oude-ijsselstreek.size.4xs}" },
8
+ "text-underline-offset": { "value": "{oude-ijsselstreek.size.3xs}" },
9
+ "active": {
10
+ "color": {}
11
+ },
12
+ "focus": {
13
+ "color": {},
14
+ "text-decoration": {},
15
+ "text-decoration-thickness": {}
16
+ },
17
+ "hover": {
18
+ "color": { "value": "{oude-ijsselstreek.color.primary-hover}" },
19
+ "text-decoration": { "value": "underline" },
20
+ "text-decoration-thickness": { "value": "2.4px" }
21
+ },
22
+ "placeholder": {
23
+ "color": {}
24
+ },
25
+ "visited": {
26
+ "color": { "value": "{oude-ijsselstreek.color.primary}" }
27
+ },
28
+ "icon": {
29
+ "size": { "value": "{oude-ijsselstreek.size.md}" }
30
+ }
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "utrecht": {
3
+ "ordered-list": {
4
+ "font-size": { "value": "{utrecht.document.font-size}" },
5
+ "line-height": {},
6
+ "margin-block-start": { "value": "{oude-ijsselstreek.size.sm}" },
7
+ "margin-block-end": { "value": "{oude-ijsselstreek.size.sm}" },
8
+ "padding-inline-start": { "value": "{oude-ijsselstreek.size.xl}" },
9
+ "item": {
10
+ "margin-block-start": { "value": "{oude-ijsselstreek.size.2xs}" },
11
+ "margin-block-end": { "value": "{oude-ijsselstreek.size.2xs}" },
12
+ "padding-inline-start": { "value": "1ch" }
13
+ }
14
+ },
15
+ "unordered-list": {
16
+ "font-size": { "value": "{utrecht.document.font-size}" },
17
+ "line-height": {},
18
+ "margin-block-start": { "value": "{oude-ijsselstreek.size.md}" },
19
+ "margin-block-end": { "value": 0 },
20
+ "padding-inline-start": { "value": "2ch" },
21
+ "item": {
22
+ "margin-block-start": { "value": "{oude-ijsselstreek.size.xs}" },
23
+ "margin-block-end": { "value": "{oude-ijsselstreek.size.xs}" },
24
+ "padding-inline-start": { "value": "1ch" }
25
+ },
26
+ "marker": {
27
+ "color": { "value": "{oude-ijsselstreek.color.black.12}" }
28
+ }
29
+ }
30
+ }
31
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "utrecht": {
3
+ "page-footer": {
4
+ "background-color": { "value": "{oude-ijsselstreek.color.primary}" },
5
+ "background-image": { "value": "unset" },
6
+ "color": { "value": "{oude-ijsselstreek.color.white.98}" },
7
+ "padding-inline-end": { "value": "{oude-ijsselstreek.size.sm}" },
8
+ "padding-inline-start": { "value": "{oude-ijsselstreek.size.sm}" },
9
+ "padding-block-end": { "value": "{oude-ijsselstreek.size.2xl}" },
10
+ "padding-block-start": { "value": "{oude-ijsselstreek.size.2xl}" }
11
+ }
12
+ }
13
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "utrecht": {
3
+ "page-header": {
4
+ "background-color": { "value": "{oude-ijsselstreek.color.lightgrey.94}" },
5
+ "color": { "value": "{oude-ijsselstreek.color.black.12}" },
6
+ "padding-block-start": { "value": "{oude-ijsselstreek.size.sm}" },
7
+ "padding-block-end": { "value": "{oude-ijsselstreek.size.sm}" }
8
+ }
9
+ }
10
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "utrecht": {
3
+ "page": {
4
+ "background-color": {},
5
+ "color": {},
6
+ "margin-inline-start": { "value": "{oude-ijsselstreek.size.lg}" },
7
+ "margin-inline-end": { "value": "{oude-ijsselstreek.size.lg}" },
8
+ "max-inline-size": { "value": "1140px" }
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "utrecht": {
3
+ "paragraph": {
4
+ "color": { "value": "{utrecht.document.color}" },
5
+ "font-family": { "value": "{oude-ijsselstreek.typography.sans-serif.font-family}" },
6
+ "font-size": { "value": "{oude-ijsselstreek.font-size.md}" },
7
+ "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.normal}" },
8
+ "line-height": { "value": "1.7" },
9
+ "margin-block-start": { "value": 0 },
10
+ "margin-block-end": { "value": 0 },
11
+ "lead": {
12
+ "color": {},
13
+ "font-size": {},
14
+ "font-weight": {},
15
+ "line-height": {}
16
+ },
17
+ "small": {
18
+ "color": {},
19
+ "font-size": {},
20
+ "font-weight": {},
21
+ "line-height": {}
22
+ }
23
+ }
24
+ }
25
+ }
@@ -0,0 +1,68 @@
1
+ {
2
+ "utrecht": {
3
+ "radio-button": {
4
+ "background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
5
+ "border-color": { "value": "{oude-ijsselstreek.color.primary}" },
6
+ "border-width": { "value": "{oude-ijsselstreek.size.4xs}" },
7
+ "size": {},
8
+ "margin-block-start": {},
9
+ "icon": {
10
+ "size": { "value": "5px" }
11
+ },
12
+ "active": {
13
+ "border-color": {},
14
+ "border-width": {},
15
+ "background-color": {},
16
+ "color": {}
17
+ },
18
+ "checked": {
19
+ "border-color": { "value": "{oude-ijsselstreek.color.primary}" },
20
+ "border-width": { "value": "{oude-ijsselstreek.size.4xs}" },
21
+ "background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
22
+ "color": { "value": "{oude-ijsselstreek.color.primary}" },
23
+ "active": {
24
+ "border-color": { "value": "{oude-ijsselstreek.color.primary}" },
25
+ "border-width": { "value": "{oude-ijsselstreek.size.4xs}" },
26
+ "background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
27
+ "color": { "value": "{oude-ijsselstreek.color.primary}" }
28
+ },
29
+ "hover": {
30
+ "border-color": { "value": "{oude-ijsselstreek.color.primary}" },
31
+ "border-width": { "value": "{oude-ijsselstreek.size.3xs}" },
32
+ "background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
33
+ "color": { "value": "{oude-ijsselstreek.color.primary}" }
34
+ },
35
+ "focus": {
36
+ "border-color": { "value": "{oude-ijsselstreek.color.primary}" },
37
+ "border-width": { "value": "{oude-ijsselstreek.size.3xs}" },
38
+ "background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
39
+ "color": { "value": "{oude-ijsselstreek.color.primary}" }
40
+ }
41
+ },
42
+ "hover": {
43
+ "border-color": { "value": "{oude-ijsselstreek.color.grey.31}" },
44
+ "border-width": { "value": "{oude-ijsselstreek.size.3xs}" },
45
+ "background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
46
+ "color": {}
47
+ },
48
+ "focus": {
49
+ "border-color": { "value": "{oude-ijsselstreek.color.primary}" },
50
+ "border-width": { "value": "{oude-ijsselstreek.size.3xs}" },
51
+ "background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
52
+ "color": { "value": "{oude-ijsselstreek.color.primary}" }
53
+ },
54
+ "disabled": {
55
+ "border-color": { "value": "{oude-ijsselstreek.color.grey.82}" },
56
+ "border-width": { "value": "{oude-ijsselstreek.size.4xs}" },
57
+ "background-color": { "value": "{oude-ijsselstreek.color.grey.97}" },
58
+ "color": { "value": "{oude-ijsselstreek.color.grey.82}" }
59
+ },
60
+ "invalid": {
61
+ "border-color": { "value": "{oude-ijsselstreek.color.error}" },
62
+ "border-width": { "value": "{oude-ijsselstreek.size.4xs}" },
63
+ "background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
64
+ "color": { "value": "{oude-ijsselstreek.color.error}" }
65
+ }
66
+ }
67
+ }
68
+ }