@conduction/theme 1.1.48 → 1.1.49

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 (108) hide show
  1. package/README.md +3 -1
  2. package/conduction-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  3. package/municipalities/beek-design-tokens/LICENSE.md +17 -0
  4. package/municipalities/beek-design-tokens/README.md +3 -0
  5. package/municipalities/beek-design-tokens/documentation/color.stories.mdx +17 -0
  6. package/municipalities/beek-design-tokens/documentation/components.stories.mdx +11 -0
  7. package/municipalities/beek-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  8. package/municipalities/beek-design-tokens/documentation/readme.stories.mdx +7 -0
  9. package/municipalities/beek-design-tokens/package.json +41 -0
  10. package/municipalities/beek-design-tokens/src/brand/beek/color.tokens.json +151 -0
  11. package/municipalities/beek-design-tokens/src/brand/beek/font-size.tokens.json +50 -0
  12. package/municipalities/beek-design-tokens/src/brand/beek/size.tokens.json +17 -0
  13. package/municipalities/beek-design-tokens/src/brand/beek/typography.tokens.json +40 -0
  14. package/municipalities/beek-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  15. package/municipalities/beek-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  16. package/municipalities/beek-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -0
  17. package/municipalities/beek-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -0
  18. package/municipalities/beek-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
  19. package/municipalities/beek-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
  20. package/municipalities/beek-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  21. package/municipalities/beek-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
  22. package/municipalities/beek-design-tokens/src/component/conduction/logo.tokens.json +35 -0
  23. package/municipalities/beek-design-tokens/src/component/conduction/navigation.tokens.json +93 -0
  24. package/municipalities/beek-design-tokens/src/component/conduction/pagination.tokens.json +96 -0
  25. package/municipalities/beek-design-tokens/src/component/conduction/select.tokens.json +39 -0
  26. package/municipalities/beek-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  27. package/municipalities/beek-design-tokens/src/component/conduction/tabs.tokens.json +85 -0
  28. package/municipalities/beek-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  29. package/municipalities/beek-design-tokens/src/component/den-haag/process-step.tokens.json +190 -0
  30. package/municipalities/beek-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -0
  31. package/municipalities/beek-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
  32. package/municipalities/beek-design-tokens/src/component/tilburg/footer.tokens.json +15 -0
  33. package/municipalities/beek-design-tokens/src/component/tilburg/header.tokens.json +12 -0
  34. package/municipalities/beek-design-tokens/src/component/tilburg/search-card.tokens.json +36 -0
  35. package/municipalities/beek-design-tokens/src/component/utrecht/accordion.tokens.json +68 -0
  36. package/municipalities/beek-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  37. package/municipalities/beek-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  38. package/municipalities/beek-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -0
  39. package/municipalities/beek-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  40. package/municipalities/beek-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  41. package/municipalities/beek-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -0
  42. package/municipalities/beek-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  43. package/municipalities/beek-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  44. package/municipalities/beek-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  45. package/municipalities/beek-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  46. package/municipalities/beek-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
  47. package/municipalities/beek-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  48. package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -0
  49. package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  50. package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  51. package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  52. package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
  53. package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  54. package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  55. package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
  56. package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
  57. package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
  58. package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
  59. package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  60. package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  61. package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  62. package/municipalities/beek-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
  63. package/municipalities/beek-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
  64. package/municipalities/beek-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
  65. package/municipalities/beek-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
  66. package/municipalities/beek-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  67. package/municipalities/beek-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  68. package/municipalities/beek-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  69. package/municipalities/beek-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  70. package/municipalities/beek-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  71. package/municipalities/beek-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  72. package/municipalities/beek-design-tokens/src/component/utrecht/page.tokens copy.json +11 -0
  73. package/municipalities/beek-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  74. package/municipalities/beek-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  75. package/municipalities/beek-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
  76. package/municipalities/beek-design-tokens/src/component/utrecht/select.tokens.json +47 -0
  77. package/municipalities/beek-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  78. package/municipalities/beek-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
  79. package/municipalities/beek-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  80. package/municipalities/beek-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  81. package/municipalities/beek-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  82. package/municipalities/beek-design-tokens/src/component/utrecht/textbox.tokens.json +35 -0
  83. package/municipalities/beek-design-tokens/src/config.json +73 -0
  84. package/municipalities/beek-design-tokens/src/font.scss +43 -0
  85. package/municipalities/beek-design-tokens/src/index.scss +8 -0
  86. package/municipalities/beek-design-tokens/style-dictionary.config.js +6 -0
  87. package/municipalities/helmond-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -0
  88. package/municipalities/helmond-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -0
  89. package/municipalities/helmond-design-tokens/src/component/conduction/card-header.tokens.json +4 -4
  90. package/municipalities/helmond-design-tokens/src/component/conduction/card-wrapper.tokens.json +12 -12
  91. package/municipalities/helmond-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  92. package/municipalities/helmond-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
  93. package/municipalities/helmond-design-tokens/src/component/conduction/logo.tokens.json +2 -2
  94. package/municipalities/helmond-design-tokens/src/component/conduction/navigation.tokens.json +88 -0
  95. package/municipalities/helmond-design-tokens/src/component/conduction/pagination.tokens.json +5 -5
  96. package/municipalities/helmond-design-tokens/src/component/conduction/tabs.tokens.json +85 -0
  97. package/municipalities/helmond-design-tokens/src/component/den-haag/process-step.tokens.json +190 -0
  98. package/municipalities/helmond-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -0
  99. package/municipalities/helmond-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
  100. package/municipalities/helmond-design-tokens/src/component/tilburg/footer.tokens.json +15 -0
  101. package/municipalities/helmond-design-tokens/src/component/tilburg/header.tokens.json +12 -0
  102. package/municipalities/helmond-design-tokens/src/component/tilburg/search-card.tokens.json +36 -0
  103. package/municipalities/helmond-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  104. package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
  105. package/municipalities/helmond-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
  106. package/municipalities/helmond-design-tokens/src/component/utrecht/select.tokens.json +47 -0
  107. package/municipalities/helmond-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  108. package/package.json +3 -2
@@ -0,0 +1,85 @@
1
+ {
2
+ "conduction": {
3
+ "tabs": {
4
+ "tab": {
5
+ "background-color": { "value": "transparent" },
6
+ "color": { "value": "{beek.color.grey.29}" },
7
+ "border-width": {},
8
+ "border-style": {},
9
+ "border-color": {},
10
+ "border-bottom": {},
11
+ "border-bottom-width": { "value": "{beek.size.2xs}" },
12
+ "border-bottom-style": { "value": "solid" },
13
+ "border-bottom-color": { "value": "{beek.color.grey.82}" },
14
+ "bottom": { "value": "-2px" },
15
+ "padding-block-start": { "value": "{beek.size.xs}" },
16
+ "padding-block-end": { "value": "{beek.size.xs}" },
17
+ "padding-inline-start": { "value": "{beek.size.sm}" },
18
+ "padding-inline-end": { "value": "{beek.size.sm}" },
19
+ "margin-inline-end": {},
20
+ "font-size": { "value": "{beek.font-size.md}" },
21
+ "font-weight": { "value": "{beek.typography.font-weight.normal}" },
22
+ "font-family": { "value": "{utrecht.document.font-family}" },
23
+ "max-width": { "value": "unset" },
24
+ "min-width": { "value": "160px" },
25
+ "min-height": { "value": "61px" },
26
+ "letter-spacing": {},
27
+ "text-transform": {},
28
+ "selected": {
29
+ "background-color": { "value": "transparent" },
30
+ "color": { "value": "{beek.color.grey.29}" },
31
+ "box-shadow": {},
32
+ "border-width": {},
33
+ "border-style": {},
34
+ "border-color": {},
35
+ "border-bottom": {},
36
+ "border-bottom-width": { "value": "{beek.size.2xs}" },
37
+ "border-bottom-style": { "value": "solid" },
38
+ "border-bottom-color": { "value": "{beek.color.orange.49}" },
39
+ "font-weight": { "value": "{beek.typography.font-weight.bold}" },
40
+ "font-family": { "value": "{utrecht.document.font-family}" },
41
+ "hover": {
42
+ "background-color": {},
43
+ "color": { "value": "{beek.color.grey.29}" },
44
+ "text-decoration": {}
45
+ }
46
+ },
47
+ "hover": {
48
+ "background-color": {},
49
+ "color": { "value": "{beek.color.grey.29}" },
50
+ "text-decoration": {},
51
+ "font-weight": {}
52
+ },
53
+ "list": {
54
+ "padding-inline-start": { "value": "0px" },
55
+ "margin-block-end": { "value": "0px" },
56
+ "border-bottom-width": { "value": "{beek.size.3xs}" },
57
+ "border-bottom-style": { "value": "solid" },
58
+ "border-bottom-color": { "value": "{beek.color.grey.82}" }
59
+ },
60
+ "panel": {
61
+ "background-color": {},
62
+ "padding-block-start": { "value": "{beek.size.lg}" },
63
+ "padding-block-end": { "value": "{beek.size.lg}" },
64
+ "padding-inline-start": { "value": "{beek.size.lg}" },
65
+ "padding-inline-end": { "value": "{beek.size.lg}" },
66
+ "border-width": {},
67
+ "border-style": {},
68
+ "border-color": {},
69
+ "border-top": {}
70
+ }
71
+ },
72
+ "scroll-button": {
73
+ "background-color": { "value": "{beek.color.primary}" },
74
+ "color": { "value": "{beek.color.white.100}" },
75
+ "border-width": {},
76
+ "border-style": {},
77
+ "border-color": {},
78
+ "hover": {
79
+ "background-color": { "value": "{beek.color.primary-hover}" },
80
+ "color": { "value": "{beek.color.white.100}" }
81
+ }
82
+ }
83
+ }
84
+ }
85
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "conduction": {
3
+ "tooltip": {
4
+ "background-color": { "value": "{beek.color.black.0}" },
5
+ "color": { "value": "{beek.color.white.100}" },
6
+ "padding-block-start": { "value": "{beek.size.xs}" },
7
+ "padding-block-end": { "value": "{beek.size.xs}" },
8
+ "padding-inline-start": { "value": "{beek.size.sm}" },
9
+ "padding-inline-end": { "value": "{beek.size.sm}" },
10
+ "border-width": { "value": "0px" },
11
+ "border-style": { "value": "unset" },
12
+ "border-color": { "value": "unset" },
13
+ "border-radius": { "value": "0px" },
14
+ "z-index": { "value": "9999" }
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,190 @@
1
+ {
2
+ "denhaag": {
3
+ "process-steps": {
4
+ "font-family": { "value": "{utrecht.document.font-family}" },
5
+ "font-size": { "value": "{utrecht.document.font-size}" },
6
+ "line-height": { "value": "{beek.size.lg}" },
7
+ "step-header": {
8
+ "align-items": { "value": "center" }
9
+ },
10
+ "step": {
11
+ "collapse-icon": {
12
+ "size": { "value": "16px" },
13
+ "padding": { "value": "{beek.size.2xs}" }
14
+ },
15
+ "content": {
16
+ "margin": { "value": "12px" }
17
+ },
18
+ "padding": {
19
+ "block-end": { "value": "0" },
20
+ "block-start": { "value": "0" }
21
+ }
22
+ },
23
+ "step-meta": {
24
+ "font-size": { "value": "16px" },
25
+ "date": {
26
+ "font-size": { "value": "20px" }
27
+ }
28
+ },
29
+ "step-heading": {
30
+ "color": { "value": "{utrecht.document.color}" },
31
+ "font-family": { "value": "{utrecht.heading-1.font-family}" },
32
+ "font-size": { "value": "{beek.font-size.md}" },
33
+ "font-weight": { "value": "{beek.typography.font-weight.bold}" },
34
+ "line-height": { "value": "{utrecht.document.line-height}" },
35
+ "current": {
36
+ "color": { "value": "{beek.color.primary}" },
37
+ "font-size": { "value": "{utrecht.document.font-size}" },
38
+ "font-weight": { "value": "{beek.typography.font-weight.bold}" },
39
+ "line-height": { "value": "{utrecht.document.line-height}" }
40
+ },
41
+ "checked": {
42
+ "color": {},
43
+ "font-size": { "value": "{utrecht.document.font-size}" },
44
+ "font-weight": { "value": "{beek.typography.font-weight.bold}" },
45
+ "line-height": { "value": "{utrecht.document.line-height}" }
46
+ },
47
+ "not-checked": {
48
+ "color": {}
49
+ },
50
+ "warning": {
51
+ "color": { "value": "{beek.color.alert-warning}" }
52
+ },
53
+ "error": {
54
+ "color": { "value": "{beek.color.alert-error}" }
55
+ }
56
+ },
57
+ "step-content": {
58
+ "color": {}
59
+ },
60
+ "sub-step-marker": {
61
+ "border-color": {},
62
+ "current": {
63
+ "border-color": {}
64
+ },
65
+ "checked": {
66
+ "border-color": {}
67
+ },
68
+ "not-checked": {
69
+ "border-color": {}
70
+ },
71
+ "warning": {
72
+ "border-color": {}
73
+ }
74
+ },
75
+ "step-line": {
76
+ "stroke-width": {},
77
+ "color": {},
78
+ "checked": {
79
+ "color": {}
80
+ },
81
+ "warning": {
82
+ "color": {}
83
+ }
84
+ },
85
+ "step-metadata": {
86
+ "color": {},
87
+ "font-size": {}
88
+ },
89
+ "step-description": {
90
+ "color": {},
91
+ "font-size": {}
92
+ },
93
+ "sub-step": {},
94
+ "sub-step-heading": {
95
+ "color": {},
96
+ "font-family": {},
97
+ "font-size": {},
98
+ "font-weight": {}
99
+ },
100
+ "step-distance": { "value": "10px" }
101
+ },
102
+ "step-marker": {
103
+ "border-color": {},
104
+ "background-color": { "value": "{beek.color.white.100}" },
105
+ "border-width": { "value": "{beek.size.3xs}" },
106
+ "color": { "value": "{beek.color.black.0}" },
107
+ "font-family": { "value": "{utrecht.heading-1.font-family}" },
108
+ "font-size": { "value": "{beek.font-size.sm}" },
109
+ "font-weight": { "value": "400" },
110
+ "size": { "value": "{beek.size.xl}" },
111
+ "icon": {
112
+ "size": { "value": "20px" }
113
+ },
114
+ "nested": {
115
+ "size": { "value": "16px" },
116
+ "icon-size": { "value": "10px" }
117
+ },
118
+ "margin": { "value": "0" },
119
+ "padding": { "value": "12px" },
120
+ "connector": {
121
+ "outline-width": { "value": "{beek.size.4xs}" },
122
+ "not-checked": {
123
+ "outline-color": { "value": "{beek.color.grey.82}" }
124
+ },
125
+ "checked": {
126
+ "outline-color": { "value": "{beek.color.alert-succes}" }
127
+ },
128
+ "warning": {
129
+ "outline-color": { "value": "{beek.color.alert-warning-background}" }
130
+ },
131
+ "error": {
132
+ "outline-color": { "value": "{beek.color.alert-error}" }
133
+ },
134
+ "default": {
135
+ "outline-color": { "value": "{beek.color.grey.82}" }
136
+ }
137
+ },
138
+ "current": {
139
+ "border-color": { "value": "{beek.color.primary}" },
140
+ "background-color": { "value": "{beek.color.primary}" },
141
+ "border-width": { "value": "{beek.size.3xs}" },
142
+ "color": { "value": "{beek.color.white.100}" },
143
+ "nested": {
144
+ "color": { "value": "{beek.color.primary}" }
145
+ }
146
+ },
147
+ "not-checked": {
148
+ "border-color": { "value": "{beek.color.grey.82}" },
149
+ "background-color": { "value": "{beek.color.white.100}" },
150
+ "border-width": { "value": "{beek.size.3xs}" },
151
+ "color": { "value": "{beek.color.grey.82}" }
152
+ },
153
+ "checked": {
154
+ "border-color": { "value": "{beek.color.alert-succes-background}" },
155
+ "background-color": { "value": "{beek.color.alert-succes-background}" },
156
+ "border-width": { "value": "{beek.size.3xs}" },
157
+ "color": { "value": "{beek.color.alert-succes}" }
158
+ },
159
+ "warning": {
160
+ "border-color": { "value": "{beek.color.alert-warning-background}" },
161
+ "background-color": { "value": "{beek.color.alert-warning-background}" },
162
+ "color": { "value": "{beek.color.alert-warning}" },
163
+ "border-width": { "value": "{beek.size.3xs}" },
164
+ "nested": {
165
+ "background-color": {},
166
+ "border-color": { "value": "{beek.color.alert-warning-background}" }
167
+ }
168
+ },
169
+ "error": {
170
+ "border-color": { "value": "{beek.color.alert-error-background}" },
171
+ "background-color": { "value": "{beek.color.alert-error-background}" },
172
+ "color": { "value": "{beek.color.alert-error}" },
173
+ "border-width": { "value": "{beek.size.3xs}" }
174
+ },
175
+ "default": {
176
+ "background-color": { "value": "{beek.color.grey.82}" },
177
+ "border-color": { "value": "{beek.color.grey.82}" },
178
+ "color": { "value": "{beek.color.white.100}" },
179
+ "nested": {
180
+ "color": { "value": "{beek.color.white.100}" }
181
+ }
182
+ },
183
+ "disabled": {
184
+ "background-color": { "value": "{beek.color.grey.82}" },
185
+ "border-color": { "value": "{beek.color.grey.82}" },
186
+ "color": { "value": "{beek.color.white.100}" }
187
+ }
188
+ }
189
+ }
190
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "denhaag": {
3
+ "sidenav": {
4
+ "link": {
5
+ "padding-block-end": { "value": "{beek.size.2xs}" },
6
+ "padding-block-start": { "value": "{beek.size.2xs}" },
7
+ "active-font-weight": { "value": "{beek.typography.font-weight.bold}" },
8
+ "active-color": { "value": "{beek.color.primary}" },
9
+ "hover-color": { "value": "{beek.color.primary}" },
10
+ "color": {},
11
+ "label-gap": {}
12
+ },
13
+ "item": {
14
+ "margin-inline-end": {},
15
+ "margin-inline-start": {},
16
+ "margin-block-end": {},
17
+ "margin-block-start": {},
18
+ "line-height": {},
19
+ "height": {},
20
+ "font-weight": { "value": "{beek.typography.font-weight.normal}" },
21
+ "font-size": { "value": "{beek.font-size.md}" },
22
+ "font-family": { "value": "{utrecht.document.font-family}" }
23
+ },
24
+ "mobile-display": {},
25
+ "min-width": {},
26
+ "flex-direction": { "value": "column" },
27
+ "display": { "value": "flex" },
28
+ "row-gap": { "value": "{beek.size.2xs}" }
29
+ }
30
+ }
31
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "open-catalogi": {
3
+ "rating": {
4
+ "rating-bar": {
5
+ "color": { "value": "{beek.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,15 @@
1
+ {
2
+ "tilburg": {
3
+ "footer": {
4
+ "background-color": { "value": "{utrecht.page-footer.background-color}" },
5
+ "color": { "value": "{utrecht.page-footer.color}" },
6
+ "link": {
7
+ "text-decoration": { "value": "{utrecht.page-footer.link.text-decoration}" },
8
+ "hover": {
9
+ "text-decoration": { "value": "{utrecht.page-footer.link.hover.text-decoration}" }
10
+ }
11
+ },
12
+ "marker-color": { "value": "{utrecht.page-footer.color}" }
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "tilburg": {
3
+ "header": {
4
+ "background-color": { "value": "{utrecht.page-header.background-color}" },
5
+ "logo": {
6
+ "text-color": {
7
+ "value": "{utrecht.page-header.color}"
8
+ }
9
+ }
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "tilburg": {
3
+ "search-card": {
4
+ "background-color": { "value": "{beek.color.white.100}" },
5
+ "border-color": { "value": "{beek.color.white.100}" },
6
+ "border-radius": {},
7
+ "border-width": { "value": "{beek.size.4xs}" },
8
+ "border-style": { "value": "solid" },
9
+ "padding-inline-start": { "value": "{beek.size.md}" },
10
+ "padding-inline-end": { "value": "{beek.size.md}" },
11
+ "padding-block-start": { "value": "{beek.size.md}" },
12
+ "padding-block-end": { "value": "{beek.size.md}" },
13
+ "transition": { "value": "" },
14
+
15
+ "icon": {
16
+ "color": { "value": "{beek.color.primary}" }
17
+ },
18
+ "title": {
19
+ "color": { "value": "{beek.color.primary}" },
20
+ "font-weight": {}
21
+ },
22
+ "hover": {
23
+ "background-color": { "value": "{beek.color.white.100}" },
24
+ "border-color": { "value": "{beek.color.primary}" },
25
+ "box-shadow": { "value": "none" },
26
+ "title": {
27
+ "color": { "value": "{beek.color.grey.40}" },
28
+ "font-weight": {}
29
+ },
30
+ "icon": {
31
+ "color": { "value": "{beek.color.primary}" }
32
+ }
33
+ }
34
+ }
35
+ }
36
+ }
@@ -0,0 +1,68 @@
1
+ {
2
+ "utrecht": {
3
+ "accordion": {
4
+ "button": {
5
+ "background-color": { "value": "{beek.color.white.100}" },
6
+ "border-color": { "value": "{beek.color.black.0-10t}" },
7
+ "border-width": { "value": "{beek.size.4xs}" },
8
+ "color": { "value": "{beek.color.primary}" },
9
+ "active": {
10
+ "background-color": { "value": "{beek.color.white.100}" },
11
+ "border-color": { "value": "{beek.color.black.0-10t}" },
12
+ "color": { "value": "{beek.color.primary}" }
13
+ },
14
+ "expanded": {
15
+ "background-color": { "value": "{beek.color.white.100}" },
16
+ "border-color": { "value": "{beek.color.black.0-10t}" },
17
+ "color": { "value": "{beek.color.primary}" }
18
+ },
19
+ "focus": {
20
+ "background-color": { "value": "{beek.color.white.100}" },
21
+ "border-color": { "value": "{beek.color.black.0-10t}" },
22
+ "color": { "value": "{beek.color.primary}" }
23
+ },
24
+ "font-family": { "value": "{beek.typography.lato.font-family}" },
25
+ "font-size": { "value": "{beek.font-size.xl}" },
26
+ "font-weight": { "value": "{beek.typography.font-weight.normal}" },
27
+ "hover": {
28
+ "background-color": { "value": "{beek.color.white.100}" },
29
+ "border-color": { "value": "{beek.color.black.0-10t}" },
30
+ "color": { "value": "{beek.color.primary}" }
31
+ },
32
+ "icon": {
33
+ "margin-inline-start": { "value": "{beek.size.xs}" },
34
+ "margin-inline-end": { "value": "{beek.size.xs}" },
35
+ "margin-block-start": { "value": "{beek.size.xs}" },
36
+ "margin-block-end": { "value": "{beek.size.xs}" },
37
+ "size": {},
38
+ "background-color": {},
39
+ "fill": { "value": "{beek.color.grey.40}" }
40
+ },
41
+ "line-height": {},
42
+ "padding-block-end": { "value": "{beek.size.md}" },
43
+ "padding-block-start": { "value": "{beek.size.md}" },
44
+ "padding-inline-end": { "value": "{beek.size.md}" },
45
+ "padding-inline-start": { "value": "{beek.size.md}" }
46
+ },
47
+ "panel": {
48
+ "padding-inline-start": { "value": "{beek.size.md}" },
49
+ "padding-inline-end": { "value": "{beek.size.md}" },
50
+ "padding-block-start": { "value": "{beek.size.md}" },
51
+ "padding-block-end": { "value": "{beek.size.md}" },
52
+ "border-width": { "value": "{beek.size.4xs}" },
53
+ "border-color": { "value": "{beek.color.black.0-10t}" }
54
+ },
55
+ "section": {
56
+ "margin-block-start": {},
57
+ "margin-block-end": {},
58
+ "border-width": {},
59
+ "border-color": {},
60
+ "border-block-end-width": {}
61
+ },
62
+ "border-radius": { "value": "0px" },
63
+ "icon": {
64
+ "arrow-down": { "value": "transparent" }
65
+ }
66
+ }
67
+ }
68
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ "utrecht": {
3
+ "alert": {
4
+ "background-color": { "value": "{beek.color.alert-info-background}" },
5
+ "border-color": {},
6
+ "border-width": {},
7
+ "color": { "value": "{beek.color.alert-info}" },
8
+ "padding-block-start": { "value": "{beek.size.lg}" },
9
+ "padding-block-end": { "value": "{beek.size.lg}" },
10
+ "padding-inline-start": { "value": "{beek.size.lg}" },
11
+ "padding-inline-end": { "value": "{beek.size.lg}" },
12
+ "margin-block-start": {},
13
+ "margin-block-end": {},
14
+ "warning": {
15
+ "background-color": { "value": "{beek.color.alert-warning-background}" },
16
+ "color": { "value": "{beek.color.alert-warning}" },
17
+ "border-color": {},
18
+ "border-width": {}
19
+ },
20
+ "error": {
21
+ "background-color": { "value": "{beek.color.alert-error-background}" },
22
+ "color": { "value": "{beek.color.alert-error}" },
23
+ "border-color": {},
24
+ "border-width": {}
25
+ },
26
+ "ok": {
27
+ "background-color": { "value": "{beek.color.alert-succes-background}" },
28
+ "color": { "value": "{beek.color.alert-succes}" },
29
+ "border-color": {},
30
+ "border-width": {}
31
+ },
32
+ "icon": {
33
+ "color": { "value": "{beek.color.alert-info}" },
34
+ "error": {
35
+ "color": { "value": "{beek.color.alert-error}" }
36
+ },
37
+ "warning": {
38
+ "color": { "value": "{beek.color.alert-warning}" }
39
+ },
40
+ "ok": {
41
+ "color": { "value": "{beek.color.alert-succes}" }
42
+ }
43
+ }
44
+ }
45
+ }
46
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "utrecht": {
3
+ "badge-counter": {
4
+ "background-color": { "value": "{beek.color.primary}" },
5
+ "border-radius": { "value": "50%" },
6
+ "color": { "value": "{beek.color.white.100}" },
7
+ "font-size": { "value": "{utrecht.document.font-size}" },
8
+ "font-weight": { "value": "{beek.typography.font-weight.normal}" },
9
+ "padding-block": { "value": "{beek.size.2xs}" },
10
+ "padding-inline": { "value": "{beek.size.2xs}" }
11
+ }
12
+ }
13
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "utrecht": {
3
+ "badge-status": {
4
+ "letter-spacing": {},
5
+ "text-transform": {}
6
+ }
7
+ }
8
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "utrecht": {
3
+ "badge": {
4
+ "background-color": { "value": "{beek.color.black.0} " },
5
+ "border-radius": { "value": "0" },
6
+ "color": { "value": "{beek.color.white.100} " },
7
+ "font-size": { "value": "{beek.font-size.sm}" },
8
+ "font-weight": { "value": "{beek.typography.font-weight.normal}" },
9
+ "line-height": {},
10
+ "padding-block": { "value": "{beek.size.xs}" },
11
+ "padding-inline": { "value": "{beek.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": "{beek.size.xl}" },
7
+ "margin-inline-end": { "value": "{beek.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": "{beek.color.black.0}" },
23
+ "font-size": { "value": "{beek.font-size.md}" }
24
+ }
25
+ }
26
+ }
27
+ }
@@ -0,0 +1,44 @@
1
+ {
2
+ "utrecht": {
3
+ "breadcrumb-nav": {
4
+ "block-size": {},
5
+ "font-family": { "value": "{beek.typography.lato.font-family}" },
6
+ "font-size": { "value": "{beek.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": "{beek.color.primary}" },
17
+ "focus": {
18
+ "background-color": {},
19
+ "color": {},
20
+ "text-decoration": {}
21
+ },
22
+ "hover": {
23
+ "color": { "value": "{beek.color.primary-hover}" },
24
+ "text-decoration": {}
25
+ },
26
+ "current": {
27
+ "background-color": {},
28
+ "color": { "value": "{beek.color.grey.40}" },
29
+ "font-weight": {}
30
+ },
31
+ "disabled": {
32
+ "color": { "value": "{beek.color.grey.40}" }
33
+ }
34
+ },
35
+ "separator": {
36
+ "inline-size": {},
37
+ "color": { "value": "{beek.color.primary}" },
38
+ "icon": {
39
+ "size": { "value": "{beek.font-size.sm}" }
40
+ }
41
+ }
42
+ }
43
+ }
44
+ }