@conduction/theme 1.1.24 → 1.1.26

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 (104) hide show
  1. package/README.md +2 -0
  2. package/conduction-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
  3. package/conduction-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
  4. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
  5. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
  6. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
  7. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
  8. package/municipalities/dinkelland-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
  9. package/municipalities/dinkelland-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
  10. package/municipalities/epe-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
  11. package/municipalities/epe-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
  12. package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
  13. package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
  14. package/municipalities/leiden-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
  15. package/municipalities/leiden-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
  16. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
  17. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
  18. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
  19. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
  20. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/color.tokens.json +0 -1
  21. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
  22. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
  23. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/extra-tokens/page-header.tokens.json +5 -1
  24. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/extra-tokens/skip-link.tokens.json +4 -1
  25. package/municipalities/roosendaal-design-tokens/LICENSE.md +17 -0
  26. package/municipalities/roosendaal-design-tokens/README.md +3 -0
  27. package/municipalities/roosendaal-design-tokens/documentation/color.stories.mdx +17 -0
  28. package/municipalities/roosendaal-design-tokens/documentation/components.stories.mdx +11 -0
  29. package/municipalities/roosendaal-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  30. package/municipalities/roosendaal-design-tokens/documentation/readme.stories.mdx +7 -0
  31. package/municipalities/roosendaal-design-tokens/package.json +42 -0
  32. package/municipalities/roosendaal-design-tokens/src/brand/roosendaal/color.tokens.json +122 -0
  33. package/municipalities/roosendaal-design-tokens/src/brand/roosendaal/font-size.tokens.json +50 -0
  34. package/municipalities/roosendaal-design-tokens/src/brand/roosendaal/size.tokens.json +17 -0
  35. package/municipalities/roosendaal-design-tokens/src/brand/roosendaal/typography.tokens.json +53 -0
  36. package/municipalities/roosendaal-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  37. package/municipalities/roosendaal-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  38. package/municipalities/roosendaal-design-tokens/src/component/conduction/card-header.tokens.json +29 -0
  39. package/municipalities/roosendaal-design-tokens/src/component/conduction/card-wrapper.tokens.json +30 -0
  40. package/municipalities/roosendaal-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  41. package/municipalities/roosendaal-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
  42. package/municipalities/roosendaal-design-tokens/src/component/conduction/logo.tokens.json +27 -0
  43. package/municipalities/roosendaal-design-tokens/src/component/conduction/navigation.tokens.json +79 -0
  44. package/municipalities/roosendaal-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
  45. package/municipalities/roosendaal-design-tokens/src/component/conduction/select.tokens.json +39 -0
  46. package/municipalities/roosendaal-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  47. package/municipalities/roosendaal-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
  48. package/municipalities/roosendaal-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  49. package/municipalities/roosendaal-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
  50. package/municipalities/roosendaal-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  51. package/municipalities/roosendaal-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  52. package/municipalities/roosendaal-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  53. package/municipalities/roosendaal-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  54. package/municipalities/roosendaal-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  55. package/municipalities/roosendaal-design-tokens/src/component/utrecht/button.tokens.json +153 -0
  56. package/municipalities/roosendaal-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  57. package/municipalities/roosendaal-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  58. package/municipalities/roosendaal-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  59. package/municipalities/roosendaal-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  60. package/municipalities/roosendaal-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  61. package/municipalities/roosendaal-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  62. package/municipalities/roosendaal-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -0
  63. package/municipalities/roosendaal-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  64. package/municipalities/roosendaal-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
  65. package/municipalities/roosendaal-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -0
  66. package/municipalities/roosendaal-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
  67. package/municipalities/roosendaal-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +20 -0
  68. package/municipalities/roosendaal-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  69. package/municipalities/roosendaal-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
  70. package/municipalities/roosendaal-design-tokens/src/component/utrecht/form-input.tokens.json +45 -0
  71. package/municipalities/roosendaal-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  72. package/municipalities/roosendaal-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  73. package/municipalities/roosendaal-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  74. package/municipalities/roosendaal-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  75. package/municipalities/roosendaal-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  76. package/municipalities/roosendaal-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  77. package/municipalities/roosendaal-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  78. package/municipalities/roosendaal-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  79. package/municipalities/roosendaal-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
  80. package/municipalities/roosendaal-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  81. package/municipalities/roosendaal-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
  82. package/municipalities/roosendaal-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  83. package/municipalities/roosendaal-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  84. package/municipalities/roosendaal-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  85. package/municipalities/roosendaal-design-tokens/src/component/utrecht/textbox.tokens.json +45 -0
  86. package/municipalities/roosendaal-design-tokens/src/config.json +58 -0
  87. package/municipalities/roosendaal-design-tokens/src/font/MuseoSans.woff2 +0 -0
  88. package/municipalities/roosendaal-design-tokens/src/font/MuseoSansBolder.woff2 +0 -0
  89. package/municipalities/roosendaal-design-tokens/src/font.scss +10 -0
  90. package/municipalities/roosendaal-design-tokens/src/index.scss +8 -0
  91. package/municipalities/roosendaal-design-tokens/style-dictionary.config.js +6 -0
  92. package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
  93. package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
  94. package/municipalities/sloterburg-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
  95. package/municipalities/sloterburg-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
  96. package/municipalities/tubbergen-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
  97. package/municipalities/tubbergen-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
  98. package/municipalities/xxllnc-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
  99. package/municipalities/xxllnc-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
  100. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
  101. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
  102. package/municipalities/zutphen-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
  103. package/municipalities/zutphen-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
  104. package/package.json +3 -2
@@ -0,0 +1,12 @@
1
+ {
2
+ "open-catalogi": {
3
+ "rating": {
4
+ "rating-bar": {
5
+ "color": { "value": "{roosendaal.color.primary}" },
6
+ "background-color": {}
7
+ },
8
+ "font-size": { "value": "{utrecht.document.font-size}" },
9
+ "font-family": { "value": "{utrecht.document.font-family}" }
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ "utrecht": {
3
+ "alert": {
4
+ "background-color": { "value": "{roosendaal.color.alert-info-background}" },
5
+ "border-color": { "value": "{roosendaal.color.alert-info}" },
6
+ "border-width": { "value": "{roosendaal.size.4xs}" },
7
+ "color": { "value": "{roosendaal.color.alert-info}" },
8
+ "padding-block-start": { "value": "{roosendaal.size.lg}" },
9
+ "padding-block-end": { "value": "{roosendaal.size.lg}" },
10
+ "padding-inline-start": { "value": "{roosendaal.size.lg}" },
11
+ "padding-inline-end": { "value": "{roosendaal.size.lg}" },
12
+ "margin-block-start": {},
13
+ "margin-block-end": {},
14
+ "warning": {
15
+ "background-color": { "value": "{roosendaal.color.alert-warning-background}" },
16
+ "color": { "value": "{roosendaal.color.alert-warning}" },
17
+ "border-color": { "value": "{roosendaal.color.alert-warning}" },
18
+ "border-width": { "value": "{roosendaal.size.4xs}" }
19
+ },
20
+ "error": {
21
+ "background-color": { "value": "{roosendaal.color.alert-error-background}" },
22
+ "color": { "value": "{roosendaal.color.alert-error}" },
23
+ "border-color": { "value": "{roosendaal.color.red.52}" },
24
+ "border-width": { "value": "{roosendaal.size.4xs}" }
25
+ },
26
+ "ok": {
27
+ "background-color": { "value": "{roosendaal.color.alert-succes-background}" },
28
+ "color": { "value": "{roosendaal.color.alert-succes}" },
29
+ "border-color": { "value": "{roosendaal.color.alert-succes}" },
30
+ "border-width": { "value": "{roosendaal.size.4xs}" }
31
+ },
32
+ "icon": {
33
+ "color": { "value": "{roosendaal.color.alert-info}" },
34
+ "error": {
35
+ "color": { "value": "{roosendaal.color.alert-error}" }
36
+ },
37
+ "warning": {
38
+ "color": { "value": "{roosendaal.color.alert-warning}" }
39
+ },
40
+ "ok": {
41
+ "color": { "value": "{roosendaal.color.alert-succes}" }
42
+ }
43
+ }
44
+ }
45
+ }
46
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "utrecht": {
3
+ "badge-counter": {
4
+ "background-color": { "value": "{roosendaal.color.primary}" },
5
+ "border-radius": { "value": "50%" },
6
+ "color": { "value": "{roosendaal.color.white.100}" },
7
+ "font-size": { "value": "{utrecht.document.font-size}" },
8
+ "font-weight": { "value": "{roosendaal.typography.font-weight.normal}" },
9
+ "padding-block": { "value": "{roosendaal.size.2xs}" },
10
+ "padding-inline": { "value": "{roosendaal.size.2xs}" }
11
+ }
12
+ }
13
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "utrecht": {
3
+ "badge": {
4
+ "background-color": { "value": "{roosendaal.color.black.0} " },
5
+ "border-radius": { "value": "0" },
6
+ "color": { "value": "{roosendaal.color.white.100} " },
7
+ "font-size": { "value": "{roosendaal.font-size.sm}" },
8
+ "font-weight": { "value": "{roosendaal.typography.font-weight.normal}" },
9
+ "line-height": {},
10
+ "padding-block": { "value": "{roosendaal.size.xs}" },
11
+ "padding-inline": { "value": "{roosendaal.size.xs}" },
12
+ "text-transform": {}
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "utrecht": {
3
+ "blockquote": {
4
+ "background-color": {},
5
+ "color": {},
6
+ "margin-inline-start": { "value": "{roosendaal.size.xl}" },
7
+ "margin-inline-end": { "value": "{roosendaal.size.xl}" },
8
+ "margin-inline-block-start": {},
9
+ "margin-inline-block-end": {},
10
+ "font-size": {},
11
+ "font-style": {},
12
+ "font-family": {},
13
+ "padding-inline-start": {},
14
+ "padding-inline-end": {},
15
+ "padding-inline-block-start": {},
16
+ "padding-inline-block-end": {},
17
+ "attribution": {
18
+ "color": {},
19
+ "font-size": {}
20
+ },
21
+ "content": {
22
+ "color": { "value": "{roosendaal.color.black.0}" },
23
+ "font-size": { "value": "{roosendaal.font-size.md}" }
24
+ }
25
+ }
26
+ }
27
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "utrecht": {
3
+ "breadcrumb-nav": {
4
+ "block-size": {},
5
+ "font-family": { "value": "{utrecht.document.font-family}" },
6
+ "font-size": { "value": "{roosendaal.font-size.sm}" },
7
+ "text-transform": {},
8
+ "item": {
9
+ "padding-block-start": {},
10
+ "padding-block-end": {},
11
+ "padding-inline-end": {},
12
+ "padding-inline-start": {}
13
+ },
14
+ "link": {
15
+ "background-color": {},
16
+ "color": { "value": "{roosendaal.color.white.100}" },
17
+ "focus": {
18
+ "background-color": {},
19
+ "color": {}
20
+ },
21
+ "current": {
22
+ "background-color": {},
23
+ "color": { "value": "{roosendaal.color.white.100}" }
24
+ }
25
+ },
26
+ "separator": {
27
+ "inline-size": {},
28
+ "color": { "value": "{roosendaal.color.white.100}" },
29
+ "icon": {
30
+ "size": { "value": "{roosendaal.font-size.sm}" }
31
+ }
32
+ }
33
+ }
34
+ }
35
+ }
@@ -0,0 +1,153 @@
1
+ {
2
+ "utrecht": {
3
+ "button": {
4
+ "background-color": { "value": "{roosendaal.color.primary}" },
5
+ "border-color": {},
6
+ "border-radius": { "value": "0px" },
7
+ "border-width": {},
8
+ "color": { "value": "{roosendaal.color.white.100}" },
9
+ "font-family": { "value": "{roosendaal.typography.sans-serif.font-family}" },
10
+ "font-size": { "value": "{roosendaal.size.lg}" },
11
+ "font-weight": { "value": "inherit" },
12
+ "inline-size": {},
13
+ "letter-spacing": {},
14
+ "line-height": {},
15
+ "min-block-size": {},
16
+ "min-inline-size": {},
17
+ "padding-block-start": { "value": "11.2px" },
18
+ "padding-block-end": { "value": "11.2px" },
19
+ "padding-inline-start": { "value": "20.8px" },
20
+ "padding-inline-end": { "value": "20.8px" },
21
+ "text-transform": {},
22
+ "active": {
23
+ "background-color": {},
24
+ "border-color": {},
25
+ "color": {}
26
+ },
27
+ "icon": {
28
+ "gap": { "value": "{roosendaal.size.xs}" },
29
+ "size": {}
30
+ },
31
+ "disabled": {
32
+ "background-color": { "value": "{roosendaal.color.grey.82}" },
33
+ "border-color": { "value": "{roosendaal.color.grey.82}" },
34
+ "color": { "value": "{roosendaal.color.grey.50}" }
35
+ },
36
+ "focus": {
37
+ "background-color": {},
38
+ "border-color": {},
39
+ "color": {},
40
+ "scale": {}
41
+ },
42
+ "hover": {
43
+ "background-color": { "value": "{roosendaal.color.primary-hover}" },
44
+ "border-color": { "value": "{roosendaal.color.primary-hover}" },
45
+ "color": { "value": "{roosendaal.color.white.100}" },
46
+ "scale": {}
47
+ },
48
+ "pressed": {
49
+ "background-color": {},
50
+ "border-color": {},
51
+ "color": {}
52
+ },
53
+ "primary-action": {
54
+ "background-color": { "value": "{roosendaal.color.primary}" },
55
+ "border-color": {},
56
+ "border-width": {},
57
+ "color": { "value": "{roosendaal.color.white.100}" },
58
+ "font-weight": { "value": "inherit" },
59
+ "active": {
60
+ "background-color": { "value": "{roosendaal.color.primary-hover}" },
61
+ "border-color": {},
62
+ "color": { "value": "{roosendaal.color.white.100}" }
63
+ },
64
+ "disabled": {
65
+ "background-color": { "value": "{roosendaal.color.grey.82}" },
66
+ "border-color": { "value": "{roosendaal.color.grey.82}" },
67
+ "color": { "value": "{roosendaal.color.grey.50}" }
68
+ },
69
+ "hover": {
70
+ "background-color": { "value": "{roosendaal.color.primary-hover}" },
71
+ "border-color": {},
72
+ "color": { "value": "{roosendaal.color.white.100}" },
73
+ "scale": {}
74
+ },
75
+ "focus": {
76
+ "background-color": {},
77
+ "border-color": {},
78
+ "color": {}
79
+ },
80
+ "pressed": {
81
+ "background-color": {},
82
+ "border-color": {},
83
+ "color": {}
84
+ }
85
+ },
86
+ "secondary-action": {
87
+ "background-color": { "value": "{roosendaal.color.grey.95}" },
88
+ "border-color": {},
89
+ "border-width": {},
90
+ "color": { "value": "{roosendaal.color.green.19}" },
91
+ "font-weight": { "value": "{roosendaal.typography.font-weight.normal}" },
92
+ "active": {
93
+ "background-color": {},
94
+ "border-color": {},
95
+ "color": {}
96
+ },
97
+ "disabled": {
98
+ "background-color": { "value": "{roosendaal.color.grey.82}" },
99
+ "border-color": { "value": "{roosendaal.color.grey.82}" },
100
+ "color": { "value": "{roosendaal.color.grey.50}" }
101
+ },
102
+ "hover": {
103
+ "background-color": { "value": "{roosendaal.color.green.19}" },
104
+ "border-color": {},
105
+ "color": { "value": "{roosendaal.color.grey.95}" }
106
+ },
107
+ "focus": {
108
+ "background-color": {},
109
+ "border-color": {},
110
+ "color": {}
111
+ },
112
+ "pressed": {
113
+ "background-color": {},
114
+ "border-color": {},
115
+ "color": {}
116
+ }
117
+ },
118
+ "subtle": {
119
+ "background-color": { "value": "{roosendaal.color.primary}" },
120
+ "border-color": {},
121
+ "border-width": {},
122
+ "color": { "value": "{roosendaal.color.white.100}" },
123
+ "font-weight": { "value": "inherit" },
124
+ "active": {
125
+ "background-color": {},
126
+ "border-color": {},
127
+ "color": {}
128
+ },
129
+ "disabled": {
130
+ "background-color": { "value": "{roosendaal.color.grey.82}" },
131
+ "border-color": { "value": "{roosendaal.color.grey.82}" },
132
+ "color": { "value": "{roosendaal.color.grey.50}" }
133
+ },
134
+ "hover": {
135
+ "background-color": { "value": "{roosendaal.color.primary}" },
136
+ "border-color": {},
137
+ "color": { "value": "{roosendaal.color.white.100}" },
138
+ "scale": {}
139
+ },
140
+ "focus": {
141
+ "background-color": {},
142
+ "border-color": {},
143
+ "color": {}
144
+ },
145
+ "pressed": {
146
+ "background-color": {},
147
+ "border-color": {},
148
+ "color": {}
149
+ }
150
+ }
151
+ }
152
+ }
153
+ }
@@ -0,0 +1,80 @@
1
+ {
2
+ "utrecht": {
3
+ "calendar": {
4
+ "width": {},
5
+ "background-color": {},
6
+ "table": {
7
+ "padding-block-start": {},
8
+ "padding-block-end": {},
9
+ "weeks-item": {
10
+ "width": { "value": "44px" },
11
+ "padding-block-start": { "value": "{roosendaal.size.2xs}" },
12
+ "padding-block-end": { "value": "10px" },
13
+ "line-height": { "value": "{roosendaal.size.lg}" }
14
+ },
15
+ "days-item-day": {
16
+ "size": { "value": "44px" },
17
+ "color": { "value": "{roosendaal.color.black.0}" },
18
+ "border-width": { "value": "{roosendaal.size.3xs}" },
19
+ "border-color": { "value": "transparent" },
20
+ "hover": {
21
+ "background-color": {},
22
+ "color": { "value": "{roosendaal.color.primary}" },
23
+ "border-color": { "value": "{roosendaal.color.black.0}" }
24
+ },
25
+ "focus": {
26
+ "background-color": {},
27
+ "color": {},
28
+ "border-color": { "value": "transparent" }
29
+ },
30
+ "active": {
31
+ "background-color": {},
32
+ "color": {},
33
+ "border-color": { "value": "transparent" }
34
+ },
35
+ "out-of-the-month": {
36
+ "background-color": {},
37
+ "color": { "value": "{roosendaal.color.grey.82}" },
38
+ "border-color": { "value": "transparent" }
39
+ },
40
+ "is-today": {
41
+ "background-color": { "value": "{roosendaal.color.green.95}" },
42
+ "color": { "value": "{roosendaal.color.primary}" },
43
+ "border-color": { "value": "{roosendaal.color.green.19}" },
44
+ "font-weight": { "value": "{roosendaal.typography.font-weight.bold}" }
45
+ },
46
+ "emphasis": {
47
+ "background-color": {},
48
+ "color": {},
49
+ "border-color": { "value": "transparent" },
50
+ "font-weight": {}
51
+ },
52
+ "selected": {
53
+ "background-color": { "value": "{roosendaal.color.green.19}" },
54
+ "color": { "value": "{roosendaal.color.white.100}" },
55
+ "border-color": {},
56
+ "font-weight": { "value": "{roosendaal.typography.font-weight.bold}" }
57
+ },
58
+ "disabled": {
59
+ "background-color": {},
60
+ "color": {},
61
+ "border-color": {}
62
+ }
63
+ }
64
+ },
65
+ "navigation": {
66
+ "background-color": {},
67
+ "color": { "value": "{roosendaal.color.green.19}" },
68
+ "padding-block-start": { "value": "{roosendaal.size.3xs}" },
69
+ "padding-block-end": { "value": "{roosendaal.size.3xs}" },
70
+ "label": {
71
+ "min-inline-size": { "value": "200px" },
72
+ "color": { "value": "{roosendaal.color.black.0}" }
73
+ }
74
+ },
75
+ "icon": {
76
+ "size": { "value": "{roosendaal.size.lg}" }
77
+ }
78
+ }
79
+ }
80
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "utrecht": {
3
+ "checkbox": {
4
+ "background-color": {},
5
+ "border-color": {},
6
+ "border-radius": { "value": "3px" },
7
+ "border-width": { "value": "{roosendaal.size.4xs}" },
8
+ "color": { "value": "{roosendaal.color.white.100}" },
9
+ "size": { "value": "{roosendaal.size.lg}" },
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": "{roosendaal.color.grey.31}" },
21
+ "border-width": { "value": "{roosendaal.size.4xs}" },
22
+ "background-color": {},
23
+ "color": { "value": "{roosendaal.color.white.100}" }
24
+ },
25
+ "focus": {
26
+ "border-color": {},
27
+ "border-width": {},
28
+ "background-color": {},
29
+ "color": {}
30
+ },
31
+ "disabled": {
32
+ "border-color": { "value": "{roosendaal.color.grey.82}" },
33
+ "border-width": { "value": "{roosendaal.size.4xs}" },
34
+ "background-color": { "value": "{roosendaal.color.grey.82}" },
35
+ "color": { "value": "{roosendaal.color.grey.82}" }
36
+ },
37
+ "checked": {
38
+ "border-color": { "value": "{roosendaal.color.primary}" },
39
+ "border-width": { "value": "{roosendaal.size.4xs}" },
40
+ "background-color": { "value": "{roosendaal.color.primary}" },
41
+ "color": { "value": "{roosendaal.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": "{roosendaal.color.lightgrey.96}" },
5
+ "color": { "value": "{roosendaal.color.black.0}" },
6
+ "font-family": { "value": "{roosendaal.typography.monospace.font-family}" },
7
+ "font-size": { "value": "inherit" },
8
+ "line-height": {}
9
+ },
10
+ "code-block": {
11
+ "background-color": { "value": "{roosendaal.color.lightgrey.96}" },
12
+ "color": { "value": "{roosendaal.color.black.0}" },
13
+ "font-family": { "value": "{roosendaal.typography.monospace.font-family}" },
14
+ "font-size": { "value": "{roosendaal.font-size.md}" },
15
+ "line-height": { "value": "{roosendaal.size.lg}" },
16
+ "margin-block-start": { "value": "{roosendaal.size.md}" },
17
+ "margin-block-end": { "value": "{roosendaal.size.md}" },
18
+ "margin-inline-start": { "value": 0 },
19
+ "margin-inline-end": { "value": 0 },
20
+ "padding-block-start": { "value": "{roosendaal.size.md}" },
21
+ "padding-block-end": { "value": "{roosendaal.size.md}" },
22
+ "padding-inline-start": { "value": "{roosendaal.size.md}" },
23
+ "padding-inline-end": { "value": "{roosendaal.size.md}" }
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "utrecht": {
3
+ "document": {
4
+ "background-color": { "value": "{roosendaal.color.white.100}" },
5
+ "color": { "value": "{roosendaal.color.black.3}" },
6
+ "font-family": { "value": "{roosendaal.typography.sans-serif.font-family}" },
7
+ "font-size": { "value": "{roosendaal.font-size.md}" },
8
+ "font-weight": {},
9
+ "line-height": {}
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "utrecht": {
3
+ "alert": {
4
+ "icon": {
5
+ "gap": { "value": "{roosendaal.size.xs}" }
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,22 @@
1
+ {
2
+ "utrecht": {
3
+ "breadcrumb-nav": {
4
+ "background-color": { "value": "{roosendaal.color.green.19}" },
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
+ "disabled": {
12
+ "background-color": {},
13
+ "color": { "value": "{roosendaal.color.white.100}" }
14
+ },
15
+ "hover": {
16
+ "background-color": {},
17
+ "color": { "value": "{roosendaal.color.primary-hover}" }
18
+ }
19
+ }
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "utrecht": {
3
+ "icon": {
4
+ "gap": { "value": "{roosendaal.size.xs}" }
5
+ }
6
+ }
7
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "utrecht": {
3
+ "page-footer": {
4
+ "font-size": {},
5
+ "font-family": {},
6
+ "min-height": {},
7
+ "logo": {
8
+ "max-height": {},
9
+ "max-width": {}
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": { "value": "{roosendaal.typography.museosansbolder.font-family}" },
22
+ "font-weight": { "value": "{roosendaal.typography.font-weight.bolder}" }
23
+ },
24
+ "link": {
25
+ "color": {},
26
+ "text-decoration": { "value": "underline" },
27
+ "text-decoration-color": { "value": "inherit" },
28
+ "text-decoration-thickness": { "value": "{roosendaal.size.4xs}" },
29
+ "text-underline-offset": { "value": "{roosendaal.size.3xs}" },
30
+ "hover": {
31
+ "color": { "value": "{roosendaal.color.green.82}" },
32
+ "text-decoration": { "value": "underline" },
33
+ "text-decoration-thickness": { "value": "2.4px" }
34
+ }
35
+ }
36
+ }
37
+ }
38
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "utrecht": {
3
+ "page-header": {
4
+ "logo": {
5
+ "max-height": {},
6
+ "max-width": { "value": "150px" }
7
+ },
8
+ "border-block-start": { "value": "10px solid {roosendaal.color.red.52}" },
9
+ "border-block-end": {},
10
+ "border-inline-start": { "value": "10px solid {roosendaal.color.red.52}" },
11
+ "border-inline-end": { "value": "10px solid {roosendaal.color.red.52}" }
12
+ }
13
+ }
14
+ }
@@ -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": "{roosendaal.color.grey.82}" },
8
+ "border-width": { "value": "{roosendaal.size.4xs}" },
9
+ "background-color": { "value": "{roosendaal.color.white.100}" },
10
+ "color": { "value": "{roosendaal.color.grey.82}" }
11
+ }
12
+ }
13
+ }
14
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "utrecht": {
3
+ "skip-link": {
4
+ "font-weight": {},
5
+ "font-size": { "value": "{roosendaal.font-size.lg}" },
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": "242px" },
13
+ "inset-inline-start": { "value": "{roosendaal.size.md}" },
14
+ "box-shadow-width": {},
15
+ "border-width": { "value": "3px" },
16
+ "border-style": { "value": "solid" },
17
+ "border-color": { "value": "{roosendaal.color.red.52}" }
18
+ }
19
+ }
20
+ }