@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": "{helmond.color.grey.29}" },
7
+ "border-width": {},
8
+ "border-style": {},
9
+ "border-color": {},
10
+ "border-bottom": {},
11
+ "border-bottom-width": {},
12
+ "border-bottom-style": {},
13
+ "border-bottom-color": {},
14
+ "bottom": { "value": "-2px" },
15
+ "padding-block-start": { "value": "{helmond.size.xs}" },
16
+ "padding-block-end": { "value": "{helmond.size.xs}" },
17
+ "padding-inline-start": { "value": "{helmond.size.sm}" },
18
+ "padding-inline-end": { "value": "{helmond.size.sm}" },
19
+ "margin-inline-end": {},
20
+ "font-size": { "value": "{helmond.font-size.md}" },
21
+ "font-weight": { "value": "{helmond.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": "{helmond.color.grey.29}" },
31
+ "box-shadow": {},
32
+ "border-width": {},
33
+ "border-style": {},
34
+ "border-color": {},
35
+ "border-bottom": {},
36
+ "border-bottom-width": { "value": "{helmond.size.3xs}" },
37
+ "border-bottom-style": { "value": "solid" },
38
+ "border-bottom-color": { "value": "{helmond.color.primary}" },
39
+ "font-weight": { "value": "{helmond.typography.font-weight.bold}" },
40
+ "font-family": { "value": "{utrecht.document.font-family}" },
41
+ "hover": {
42
+ "background-color": {},
43
+ "color": { "value": "{helmond.color.grey.29}" },
44
+ "text-decoration": {}
45
+ }
46
+ },
47
+ "hover": {
48
+ "background-color": {},
49
+ "color": { "value": "{helmond.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": "{helmond.size.3xs}" },
57
+ "border-bottom-style": { "value": "solid" },
58
+ "border-bottom-color": { "value": "{helmond.color.grey.82}" }
59
+ },
60
+ "panel": {
61
+ "background-color": {},
62
+ "padding-block-start": { "value": "{helmond.size.lg}" },
63
+ "padding-block-end": { "value": "{helmond.size.lg}" },
64
+ "padding-inline-start": { "value": "{helmond.size.lg}" },
65
+ "padding-inline-end": { "value": "{helmond.size.lg}" },
66
+ "border-width": {},
67
+ "border-style": {},
68
+ "border-color": {},
69
+ "border-top": {}
70
+ }
71
+ },
72
+ "scroll-button": {
73
+ "background-color": { "value": "{helmond.color.primary}" },
74
+ "color": { "value": "{helmond.color.white.100}" },
75
+ "border-width": {},
76
+ "border-style": {},
77
+ "border-color": {},
78
+ "hover": {
79
+ "background-color": { "value": "{helmond.color.primary-hover}" },
80
+ "color": { "value": "{helmond.color.white.100}" }
81
+ }
82
+ }
83
+ }
84
+ }
85
+ }
@@ -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": "{helmond.size.lg}" },
7
+ "step-header": {
8
+ "align-items": { "value": "center" }
9
+ },
10
+ "step": {
11
+ "collapse-icon": {
12
+ "size": { "value": "16px" },
13
+ "padding": { "value": "{helmond.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": "{helmond.font-size.md}" },
33
+ "font-weight": { "value": "{helmond.typography.font-weight.bold}" },
34
+ "line-height": { "value": "{utrecht.document.line-height}" },
35
+ "current": {
36
+ "color": { "value": "{helmond.color.primary}" },
37
+ "font-size": { "value": "{utrecht.document.font-size}" },
38
+ "font-weight": { "value": "{helmond.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": "{helmond.typography.font-weight.bold}" },
45
+ "line-height": { "value": "{utrecht.document.line-height}" }
46
+ },
47
+ "not-checked": {
48
+ "color": {}
49
+ },
50
+ "warning": {
51
+ "color": { "value": "{helmond.color.alert-warning}" }
52
+ },
53
+ "error": {
54
+ "color": { "value": "{helmond.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": "{helmond.color.white.100}" },
105
+ "border-width": { "value": "{helmond.size.3xs}" },
106
+ "color": { "value": "{helmond.color.black.0}" },
107
+ "font-family": { "value": "{utrecht.heading-1.font-family}" },
108
+ "font-size": { "value": "{helmond.font-size.sm}" },
109
+ "font-weight": { "value": "400" },
110
+ "size": { "value": "{helmond.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": "{helmond.size.4xs}" },
122
+ "not-checked": {
123
+ "outline-color": { "value": "{helmond.color.grey.82}" }
124
+ },
125
+ "checked": {
126
+ "outline-color": { "value": "{helmond.color.alert-succes}" }
127
+ },
128
+ "warning": {
129
+ "outline-color": { "value": "{helmond.color.alert-warning-background}" }
130
+ },
131
+ "error": {
132
+ "outline-color": { "value": "{helmond.color.alert-error}" }
133
+ },
134
+ "default": {
135
+ "outline-color": { "value": "{helmond.color.grey.82}" }
136
+ }
137
+ },
138
+ "current": {
139
+ "border-color": { "value": "{helmond.color.primary}" },
140
+ "background-color": { "value": "{helmond.color.primary}" },
141
+ "border-width": { "value": "{helmond.size.3xs}" },
142
+ "color": { "value": "{helmond.color.white.100}" },
143
+ "nested": {
144
+ "color": { "value": "{helmond.color.primary}" }
145
+ }
146
+ },
147
+ "not-checked": {
148
+ "border-color": { "value": "{helmond.color.grey.82}" },
149
+ "background-color": { "value": "{helmond.color.white.100}" },
150
+ "border-width": { "value": "{helmond.size.3xs}" },
151
+ "color": { "value": "{helmond.color.grey.82}" }
152
+ },
153
+ "checked": {
154
+ "border-color": { "value": "{helmond.color.alert-succes-background}" },
155
+ "background-color": { "value": "{helmond.color.alert-succes-background}" },
156
+ "border-width": { "value": "{helmond.size.3xs}" },
157
+ "color": { "value": "{helmond.color.alert-succes}" }
158
+ },
159
+ "warning": {
160
+ "border-color": { "value": "{helmond.color.alert-warning-background}" },
161
+ "background-color": { "value": "{helmond.color.alert-warning-background}" },
162
+ "color": { "value": "{helmond.color.alert-warning}" },
163
+ "border-width": { "value": "{helmond.size.3xs}" },
164
+ "nested": {
165
+ "background-color": {},
166
+ "border-color": { "value": "{helmond.color.alert-warning-background}" }
167
+ }
168
+ },
169
+ "error": {
170
+ "border-color": { "value": "{helmond.color.alert-error-background}" },
171
+ "background-color": { "value": "{helmond.color.alert-error-background}" },
172
+ "color": { "value": "{helmond.color.alert-error}" },
173
+ "border-width": { "value": "{helmond.size.3xs}" }
174
+ },
175
+ "default": {
176
+ "background-color": { "value": "{helmond.color.grey.82}" },
177
+ "border-color": { "value": "{helmond.color.grey.82}" },
178
+ "color": { "value": "{helmond.color.white.100}" },
179
+ "nested": {
180
+ "color": { "value": "{helmond.color.white.100}" }
181
+ }
182
+ },
183
+ "disabled": {
184
+ "background-color": { "value": "{helmond.color.grey.82}" },
185
+ "border-color": { "value": "{helmond.color.grey.82}" },
186
+ "color": { "value": "{helmond.color.white.100}" }
187
+ }
188
+ }
189
+ }
190
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "denhaag": {
3
+ "sidenav": {
4
+ "link": {
5
+ "padding-block-end": { "value": "{helmond.size.2xs}" },
6
+ "padding-block-start": { "value": "{helmond.size.2xs}" },
7
+ "active-font-weight": { "value": "{helmond.typography.font-weight.bold}" },
8
+ "active-color": { "value": "{helmond.color.primary}" },
9
+ "hover-color": { "value": "{helmond.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": "{helmond.typography.font-weight.normal}" },
21
+ "font-size": { "value": "{helmond.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": "{helmond.size.2xs}" }
29
+ }
30
+ }
31
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "open-catalogi": {
3
+ "rating": {
4
+ "rating-bar": {
5
+ "color": { "value": "{helmond.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
+ "icon-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": "{helmond.color.white.100}" },
5
+ "border-color": { "value": "{helmond.color.white.100}" },
6
+ "border-radius": { "value": "4px" },
7
+ "border-width": { "value": "0px" },
8
+ "border-style": { "value": "solid" },
9
+ "padding-inline-start": { "value": "16px" },
10
+ "padding-inline-end": { "value": "16px" },
11
+ "padding-block-start": { "value": "30px" },
12
+ "padding-block-end": { "value": "10px" },
13
+ "transition": { "value": "all 0.3s ease-in-out" },
14
+
15
+ "icon": {
16
+ "color": { "value": "{helmond.color.black.0}" }
17
+ },
18
+ "title": {
19
+ "color": { "value": "{helmond.color.primary}" },
20
+ "font-weight": { "value": "bold" }
21
+ },
22
+ "hover": {
23
+ "background-color": { "value": "{helmond.color.lightgrey.96}" },
24
+ "border-color": { "value": "{helmond.color.white.100}" },
25
+ "box-shadow": { "value": "none" },
26
+ "title": {
27
+ "color": { "value": "{helmond.color.primary}" },
28
+ "font-weight": { "value": "bold" }
29
+ },
30
+ "icon": {
31
+ "color": { "value": "{helmond.color.black.0}" }
32
+ }
33
+ }
34
+ }
35
+ }
36
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "utrecht": {
3
+ "badge": {
4
+ "background-color": { "value": "{helmond.color.grey.47} " },
5
+ "border-radius": { "value": "10px" },
6
+ "color": { "value": "{helmond.color.white.100} " },
7
+ "font-size": { "value": "{helmond.font-size.xs}" },
8
+ "font-weight": { "value": "{helmond.typography.font-weight.bold}" },
9
+ "line-height": { "value": "1" },
10
+ "padding-block": { "value": "3px" },
11
+ "padding-inline": { "value": "7px" },
12
+ "text-transform": {}
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": "{helmond.color.grey.82}" },
8
+ "border-width": { "value": "{helmond.size.4xs}" },
9
+ "background-color": { "value": "{helmond.color.white.100}" },
10
+ "color": { "value": "{helmond.color.grey.82}" }
11
+ }
12
+ }
13
+ }
14
+ }
@@ -0,0 +1,68 @@
1
+ {
2
+ "utrecht": {
3
+ "radio-button": {
4
+ "background-color": { "value": "{helmond.color.white.100}" },
5
+ "border-color": { "value": "{helmond.color.grey.46}" },
6
+ "border-width": { "value": "{helmond.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": "{helmond.color.primary}" },
20
+ "border-width": { "value": "{helmond.size.4xs}" },
21
+ "background-color": { "value": "{helmond.color.white.100}" },
22
+ "color": { "value": "{helmond.color.primary}" },
23
+ "active": {
24
+ "border-color": { "value": "{helmond.color.primary}" },
25
+ "border-width": { "value": "{helmond.size.4xs}" },
26
+ "background-color": { "value": "{helmond.color.white.100}" },
27
+ "color": { "value": "{helmond.color.primary}" }
28
+ },
29
+ "hover": {
30
+ "border-color": { "value": "{helmond.color.primary-hover}" },
31
+ "border-width": { "value": "{helmond.size.4xs}" },
32
+ "background-color": { "value": "{helmond.color.white.100}" },
33
+ "color": { "value": "{helmond.color.primary-hover}" }
34
+ },
35
+ "focus": {
36
+ "border-color": { "value": "{helmond.color.primary}" },
37
+ "border-width": { "value": "{helmond.size.4xs}" },
38
+ "background-color": { "value": "{helmond.color.white.100}" },
39
+ "color": { "value": "{helmond.color.primary}" }
40
+ }
41
+ },
42
+ "hover": {
43
+ "border-color": { "value": "{helmond.color.grey.31}" },
44
+ "border-width": { "value": "{helmond.size.4xs}" },
45
+ "background-color": { "value": "{helmond.color.white.100}" },
46
+ "color": {}
47
+ },
48
+ "focus": {
49
+ "border-color": { "value": "{helmond.color.primary}" },
50
+ "border-width": { "value": "{helmond.size.4xs}" },
51
+ "background-color": { "value": "{helmond.color.white.100}" },
52
+ "color": { "value": "{helmond.color.primary}" }
53
+ },
54
+ "disabled": {
55
+ "border-color": { "value": "{helmond.color.grey.82}" },
56
+ "border-width": { "value": "{helmond.size.4xs}" },
57
+ "background-color": { "value": "{helmond.color.grey.97}" },
58
+ "color": { "value": "{helmond.color.grey.82}" }
59
+ },
60
+ "invalid": {
61
+ "border-color": { "value": "{helmond.color.error}" },
62
+ "border-width": { "value": "{helmond.size.4xs}" },
63
+ "background-color": { "value": "{helmond.color.white.100}" },
64
+ "color": { "value": "{helmond.color.error}" }
65
+ }
66
+ }
67
+ }
68
+ }
@@ -0,0 +1,47 @@
1
+ {
2
+ "utrecht": {
3
+ "select": {
4
+ "background-color": { "value": "{helmond.color.white.100}" },
5
+ "background-image": {
6
+ "value": "url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTQgOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjI5Mjg5MyAwLjI5Mjg5M0MwLjY4MzQxNyAtMC4wOTc2MzExIDEuMzE2NTggLTAuMDk3NjMxMSAxLjcwNzExIDAuMjkyODkzTDcgNS41ODU3OUwxMi4yOTI5IDAuMjkyODkzQzEyLjY4MzQgLTAuMDk3NjMxMSAxMy4zMTY2IC0wLjA5NzYzMTEgMTMuNzA3MSAwLjI5Mjg5M0MxNC4wOTc2IDAuNjgzNDE3IDE0LjA5NzYgMS4zMTY1OCAxMy43MDcxIDEuNzA3MTFMNy43MDcxMSA3LjcwNzExQzcuMzE2NTggOC4wOTc2MyA2LjY4MzQyIDguMDk3NjMgNi4yOTI4OSA3LjcwNzExTDAuMjkyODkzIDEuNzA3MTFDLTAuMDk3NjMxMSAxLjMxNjU4IC0wLjA5NzYzMTEgMC42ODM0MTcgMC4yOTI4OTMgMC4yOTI4OTNaIiBmaWxsPSIjY2NjY2NjIi8+PC9zdmc+')"
7
+ },
8
+ "border-block-end-width": {},
9
+ "border-bottom-width": {},
10
+ "border-color": { "value": "{helmond.color.grey.48}" },
11
+ "border-radius": { "value": "3px" },
12
+ "border-width": { "value": "{helmond.size.4xs}" },
13
+ "color": {},
14
+ "font-family": {},
15
+ "font-size": {},
16
+ "font-weight": {},
17
+ "line-height": {},
18
+ "min-block-size": {},
19
+ "max-inline-size": {},
20
+ "padding-block-end": { "value": "{helmond.size.3xs}" },
21
+ "padding-block-start": { "value": "{helmond.size.3xs}" },
22
+ "padding-inline-end": { "value": "{helmond.size.xs}" },
23
+ "padding-inline-start": { "value": "{helmond.size.xs}" },
24
+ "disabled": {
25
+ "background-color": { "value": "{helmond.color.grey.82}" },
26
+ "border-color": { "value": "{helmond.color.grey.82}" },
27
+ "color": { "value": "{helmond.color.grey.50}" }
28
+ },
29
+ "hover": {
30
+ "background-color": {},
31
+ "border-color": { "value": "{helmond.color.grey.70}" },
32
+ "color": {}
33
+ },
34
+ "focus": {
35
+ "background-color": {},
36
+ "border-color": {},
37
+ "color": {}
38
+ },
39
+ "invalid": {
40
+ "background-color": {},
41
+ "border-block-end-width": {},
42
+ "border-color": { "value": "{helmond.color.error}" },
43
+ "border-width": {}
44
+ }
45
+ }
46
+ }
47
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "utrecht": {
3
+ "spotlight-section": {
4
+ "background-color": { "value": "{helmond.color.alert-info-background}" },
5
+ "border-color": {},
6
+ "border-width": {},
7
+ "color": { "value": "{helmond.color.alert-info}" },
8
+ "padding-block-start": { "value": "{helmond.size.lg}" },
9
+ "padding-block-end": { "value": "{helmond.size.lg}" },
10
+ "padding-inline-start": { "value": "{helmond.size.lg}" },
11
+ "padding-inline-end": { "value": "{helmond.size.lg}" },
12
+ "margin-block-start": { "value": "{helmond.size.lg}" },
13
+ "margin-block-end": {},
14
+ "info": {
15
+ "background-color": { "value": "{helmond.color.alert-info-background}" },
16
+ "color": { "value": "{helmond.color.alert-info}" }
17
+ },
18
+ "warning": {
19
+ "background-color": { "value": "{helmond.color.alert-warning-background}" },
20
+ "color": { "value": "{helmond.color.alert-warning}" }
21
+ }
22
+ }
23
+ }
24
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/theme",
3
- "version": "1.1.48",
3
+ "version": "1.1.49",
4
4
  "description": "Conduction's design tokens theme",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -36,7 +36,8 @@
36
36
  "build:ede": "cd ./municipalities/ede-design-tokens && npm run build",
37
37
  "build:migrato": "cd ./municipalities/migrato-design-tokens && npm run build",
38
38
  "build:oude-ijsselstreek": "cd ./municipalities/oude-ijsselstreek-design-tokens && npm run build",
39
- "build:helmond": "cd ./municipalities/helmond-design-tokens && npm run build"
39
+ "build:helmond": "cd ./municipalities/helmond-design-tokens && npm run build",
40
+ "build:beek": "cd ./municipalities/beek-design-tokens && npm run build"
40
41
  },
41
42
  "dependencies": {
42
43
  "@nl-design-system-unstable/rotterdam-design-tokens": "^1.0.0-alpha.100",