@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,53 @@
1
+ {
2
+ "roosendaal": {
3
+ "typography": {
4
+ "sans-serif": {
5
+ "font-family": {
6
+ "value": "\"Source Sans\", Arial, Helvetica, sans-serif"
7
+ }
8
+ },
9
+ "museosans": {
10
+ "font-family": {
11
+ "value": "\"MuseoSans\", Monospace, Arial, Helvetica, sans-serif"
12
+ }
13
+ },
14
+ "museosansbolder": {
15
+ "font-family": {
16
+ "value": "\"MuseoSansBolder\", Monospace, Arial, Helvetica, sans-serif"
17
+ }
18
+ },
19
+ "monospace": {
20
+ "font-family": {
21
+ "value": "Monospace, \"Lucida Console\""
22
+ }
23
+ },
24
+ "font-weight": {
25
+ "bolder": {
26
+ "value": "900"
27
+ },
28
+ "bold": {
29
+ "value": "700"
30
+ },
31
+ "normal": {
32
+ "value": "400"
33
+ },
34
+ "light": {
35
+ "value": "100"
36
+ }
37
+ },
38
+ "scale": {
39
+ "4xs": { "value": "{roosendaal.font-size.4xs}" },
40
+ "3xs": { "value": "{roosendaal.font-size.3xs}" },
41
+ "2xs": { "value": "{roosendaal.font-size.2xs}" },
42
+ "xs": { "value": "{roosendaal.font-size.xs}" },
43
+ "sm": { "value": "{roosendaal.font-size.sm}" },
44
+ "md": { "value": "{roosendaal.font-size.md}" },
45
+ "lg": { "value": "{roosendaal.font-size.lg}" },
46
+ "xl": { "value": "{roosendaal.font-size.xl}" },
47
+ "2xl": { "value": "{roosendaal.font-size.2xl}" },
48
+ "3xl": { "value": "{roosendaal.font-size.3xl}" },
49
+ "4xl": { "value": "{roosendaal.font-size.4xl}" }
50
+ }
51
+ }
52
+ }
53
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "utrecht": {
3
+ "action": {
4
+ "busy": { "cursor": { "value": "wait" } },
5
+ "disabled": { "cursor": { "value": "not-allowed" } },
6
+ "submit": { "cursor": { "value": "pointer" } }
7
+ }
8
+ }
9
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "utrecht": {
3
+ "space": {
4
+ "block": {
5
+ "3xs": { "value": "{roosendaal.size.3xs}" },
6
+ "2xs": { "value": "{roosendaal.size.2xs}" },
7
+ "xs": { "value": "{roosendaal.size.xs}" },
8
+ "sm": { "value": "{roosendaal.size.sm}" },
9
+ "md": { "value": "{roosendaal.size.md}" },
10
+ "lg": { "value": "{roosendaal.size.lg}" },
11
+ "xl": { "value": "{roosendaal.size.xl}" },
12
+ "2xl": { "value": "{roosendaal.size.2xl}" },
13
+ "3xl": { "value": "{roosendaal.size.3xl}" }
14
+ },
15
+ "inline": {
16
+ "3xs": { "value": "{roosendaal.size.3xs}" },
17
+ "2xs": { "value": "{roosendaal.size.2xs}" },
18
+ "xs": { "value": "{roosendaal.size.xs}" },
19
+ "sm": { "value": "{roosendaal.size.sm}" },
20
+ "md": { "value": "{roosendaal.size.md}" },
21
+ "lg": { "value": "{roosendaal.size.lg}" },
22
+ "xl": { "value": "{roosendaal.size.xl}" },
23
+ "2xl": { "value": "{roosendaal.size.2xl}" },
24
+ "3xl": { "value": "{roosendaal.size.3xl}" }
25
+ }
26
+ }
27
+ }
28
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "conduction": {
3
+ "card-header": {
4
+ "background-color": {},
5
+ "border-bottom-width": {},
6
+ "border-bottom-style": {},
7
+ "border-bottom-color": {},
8
+ "color": { "value": "{utrecht.document.color}" },
9
+ "hover": {
10
+ "background-color": {},
11
+ "border-bottom-width": {},
12
+ "border-bottom-style": {},
13
+ "border-bottom-color": {}
14
+ },
15
+ "title": {
16
+ "color": { "value": "{roosendaal.color.green.35}" },
17
+ "hover": {
18
+ "color": { "value": "{roosendaal.color.green.15}" }
19
+ }
20
+ },
21
+ "date": {
22
+ "color": { "value": "{roosendaal.color.black.3}" },
23
+ "font-size": { "value": "{roosendaal.font-size.sm}" },
24
+ "font-weight": { "value": "{roosendaal.typography.font-weight.light}" },
25
+ "margin-block-end": { "value": "{roosendaal.size.xs}" }
26
+ }
27
+ }
28
+ }
29
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "conduction": {
3
+ "card-wrapper": {
4
+ "background-color": { "value": "{roosendaal.color.white.100}" },
5
+ "border-color": {},
6
+ "border-style": {},
7
+ "border-width": {},
8
+ "border-bottom-color": { "value": "{roosendaal.color.grey.95}" },
9
+ "border-bottom-style": { "value": "solid" },
10
+ "border-bottom-width": { "value": "3px" },
11
+ "border-radius": { "value": "0" },
12
+ "box-shadow": {},
13
+ "color": { "value": "{roosendaal.color.black.3}" },
14
+ "hover": {
15
+ "background-color": { "value": "{roosendaal.color.grey.89}" },
16
+ "color": { "value": "{roosendaal.color.black.0}" },
17
+ "border-color": {},
18
+ "border-style": {},
19
+ "border-width": {},
20
+ "border-bottom-color": { "value": "{roosendaal.color.grey.95}" },
21
+ "border-bottom-style": { "value": "solid" },
22
+ "border-bottom-width": { "value": "3px" }
23
+ },
24
+ "padding-inline-end": { "value": "{roosendaal.size.md}" },
25
+ "padding-inline-start": { "value": "{roosendaal.size.md}" },
26
+ "padding-block-end": { "value": "{roosendaal.size.md}" },
27
+ "padding-block-start": { "value": "{roosendaal.size.md}" }
28
+ }
29
+ }
30
+ }
@@ -0,0 +1,69 @@
1
+ {
2
+ "conduction": {
3
+ "input-checkbox": {
4
+ "color": { "value": "{roosendaal.color.white.100}" },
5
+ "border-width": { "value": "{roosendaal.size.4xs}" },
6
+ "border-style": { "value": "solid" },
7
+ "border-color": { "value": "{roosendaal.color.grey.46}" },
8
+ "border-radius": { "value": "3px" },
9
+ "box-shadow": {},
10
+ "hover": {
11
+ "color": { "value": "{roosendaal.color.white.100}" },
12
+ "border-width": { "value": "{roosendaal.size.4xs}" },
13
+ "border-style": { "value": "solid" },
14
+ "border-color": { "value": "{roosendaal.color.grey.31}" },
15
+ "border-radius": { "value": "3px" },
16
+ "box-shadow": {}
17
+ },
18
+ "checked": {
19
+ "color": { "value": "{roosendaal.color.primary}" },
20
+ "border-width": { "value": "{roosendaal.size.4xs}" },
21
+ "border-style": { "value": "solid" },
22
+ "border-color": { "value": "{roosendaal.color.primary}" },
23
+ "border-radius": { "value": "3px" },
24
+ "box-shadow": {},
25
+ "checkmark-url": {},
26
+ "hover": {
27
+ "color": { "value": "{roosendaal.color.primary-hover}" },
28
+ "border-width": { "value": "{roosendaal.size.4xs}" },
29
+ "border-style": { "value": "solid" },
30
+ "border-color": { "value": "{roosendaal.color.primary-hover}" },
31
+ "border-radius": { "value": "3px" },
32
+ "box-shadow": {}
33
+ }
34
+ },
35
+ "disabled": {
36
+ "color": { "value": "{roosendaal.color.grey.82}" },
37
+ "border-width": { "value": "{roosendaal.size.4xs}" },
38
+ "border-style": { "value": "solid" },
39
+ "border-color": { "value": "{roosendaal.color.grey.82}" },
40
+ "border-radius": { "value": "3px" },
41
+ "box-shadow": {},
42
+ "hover": {
43
+ "color": { "value": "{roosendaal.color.grey.82}" },
44
+ "border-width": { "value": "{roosendaal.size.4xs}" },
45
+ "border-style": { "value": "solid" },
46
+ "border-color": { "value": "{roosendaal.color.grey.82}" },
47
+ "border-radius": { "value": "3px" },
48
+ "box-shadow": {}
49
+ }
50
+ },
51
+ "focus": {
52
+ "outline-width": { "value": "2px" },
53
+ "outline-style": { "value": "solid" },
54
+ "outline-color": { "value": "{roosendaal.color.black.0}" },
55
+ "outline-offset": { "value": "2px" }
56
+ },
57
+ "label": {
58
+ "color": { "value": "{utrecht.document.color}" },
59
+ "font-size": { "value": "{utrecht.document.font-size}" },
60
+ "font-weight": {},
61
+ "font-family": { "value": "{utrecht.document.font-family}" },
62
+ "container": {
63
+ "padding": { "value": "3px" },
64
+ "margin": { "value": "3px" }
65
+ }
66
+ }
67
+ }
68
+ }
69
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "conduction": {
3
+ "download-card": {
4
+ "background-color": {},
5
+ "title": {
6
+ "color": { "value": "{utrecht.document.color}" },
7
+ "font-size": { "value": "{roosendaal.font-size.md}" },
8
+ "font-weight": { "value": "{roosendaal.typography.font-weight.bold}" },
9
+ "font-family": { "value": "{roosendaal.typography.museosans.font-family}" },
10
+ "margin-inline-end": { "value": "{roosendaal.size.sm}" }
11
+ },
12
+ "border-width": { "value": "{roosendaal.size.4xs}" },
13
+ "border-style": { "value": "solid" },
14
+ "border-color": { "value": "{roosendaal.color.grey.82}" },
15
+ "border-radius": { "value": "{roosendaal.size.3xs}" },
16
+ "icon": {
17
+ "gap": {
18
+ "value": "{roosendaal.size.xs}"
19
+ },
20
+ "color": {}
21
+ },
22
+ "padding-inline-end": { "value": "{roosendaal.size.md}" },
23
+ "padding-inline-start": { "value": "{roosendaal.size.md}" },
24
+ "padding-block-end": { "value": "{roosendaal.size.md}" },
25
+ "padding-block-start": { "value": "{roosendaal.size.md}" }
26
+ }
27
+ }
28
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "conduction": {
3
+ "logo": {
4
+ "header": {
5
+ "inline-size": { "value": "215px" },
6
+ "block-size": { "value": "70px" },
7
+ "background-image": {
8
+ "value": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='312.3' height='100.9' viewBox='0 0 312.3 100.9' aria-labelledby='site-logo-title site-logo-desc' class='logo__svg logo__svg--roosendaal' role='img'%3E%3Ctitle id='site-logo-title'%3EGemeente Roosendaal%3C/title%3E%3Cdesc id='site-logo-desc'%3ELogo dat naar de hoofdpagina leidt%3C/desc%3E%3Cpath role='presentation' fill='%23DC2F34' d='M16.9,89.5c9.4,0,16.9-2.5,16.9-5.5c0-3-7.6-5.4-16.9-5.3C7.6,78.7,0,81.2,0,84.2C0,87.1,7.6,89.6,16.9,89.5 L16.9,89.5z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M25.8,36.6C32,36.6,37,35,37,33c0-1.9-5-3.5-11.2-3.5c-6.2,0-11.2,1.7-11.2,3.6C14.7,35,19.7,36.6,25.8,36.6 L25.8,36.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M16.3,59.6c7.1,0,12.8-1.8,12.8-4.1c0-2.2-5.7-4.1-12.8-4.1c-7.1,0-12.8,1.9-12.8,4.1 C3.5,57.8,9.2,59.6,16.3,59.6L16.3,59.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M41.4,19.1c4.8,0,8.6-1.1,8.6-2.5c0-1.4-3.9-2.5-8.6-2.5c-4.8,0-8.6,1.1-8.6,2.4C32.8,17.9,36.6,19.1,41.4,19.1 L41.4,19.1z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M64.8,4.8c-3.7,0-6.6,0.8-6.6,1.7c0,0.9,2.9,1.7,6.6,1.7c3.7,0,6.6-0.8,6.6-1.7C71.4,5.6,68.5,4.8,64.8,4.8 L64.8,4.8z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M86.1,2.2c2.7,0.1,4.8-0.4,4.8-1.1c0-0.6-2.2-1.1-4.8-1.1c-2.7,0-4.8,0.4-4.8,1.1C81.4,1.7,83.5,2.2,86.1,2.2 L86.1,2.2z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M102,44.3c0-4.6-0.1-4.6-4.5-5.3v-1H109c3.5,0,13.2,0,13.2,8.4c0,5.3-3.5,7.1-7.1,7.6l8.6,15.4h-5.4l-8.3-14.5 h-2.9v14.5H102V44.3L102,44.3z M107.1,52.6h2.7c3,0,7.4-0.9,7.4-6c0-5-3-6.5-6.8-6.5c-3.2,0-3.2,0.9-3.2,4.2V52.6L107.1,52.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M126.3,58.5c0-7.8,3.2-11.3,10.1-11.3c6.8,0,10.1,4.6,10.1,11.3c0,7.6-3.2,11.4-10.1,11.4 C128.8,69.8,126.3,65,126.3,58.5L126.3,58.5z M136.4,68.3c4.6,0,5-5.1,5-9.8c0-4.3-0.4-9.7-5-9.7c-4.6,0-5,5.6-5,9.7 C131.4,62.4,131.8,68.3,136.4,68.3L136.4,68.3z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M150,58.5c0-7.8,3.3-11.3,10.1-11.3c6.8,0,10.1,4.6,10.1,11.3c0,7.6-3.2,11.4-10.1,11.4 C152.6,69.8,150,65,150,58.5L150,58.5z M160.1,68.3c4.5,0,5-5.1,5-9.8c0-4.3-0.4-9.7-5-9.7c-4.6,0-4.9,5.6-4.9,9.7 C155.2,62.4,155.5,68.3,160.1,68.3L160.1,68.3z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M187.3,51.4c-0.7-0.5-2.9-2.2-5.5-2.2c-1.5,0-3.3,0.5-3.3,2.5c0,4.5,10.2,4.5,10.2,11.7c0,4.5-3.8,6.4-8.4,6.4 c-2.8,0-4.9-0.5-6-0.8v-3.7c1.4,0.9,3.6,2.5,6.2,2.5c3,0,4-1.5,4-3.2c0-4.5-10.2-4.8-10.2-11.3c0-3.4,2.2-6.2,7.8-6.2 c2.4,0,4.5,0.6,5.3,0.8V51.4L187.3,51.4z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M210.1,68.6c-0.9,0.3-3.4,1.2-6.5,1.2c-7.2,0-11.5-4.3-11.5-12.2c0-7.3,3.6-10.5,9.9-10.5c8,0,8.6,5.7,8.6,8.9 h-13.3c0,4.7,2,11.3,8.5,11.3c1.9,0,3.6-0.4,4.4-0.8V68.6L210.1,68.6z M205.8,54.2c0-1.1-0.1-5.4-4.2-5.4c-3.5,0-4.5,3.6-4.5,5.4 H205.8L205.8,54.2z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M215.6,53.6c0-3.2-0.8-4-3.8-4v-0.9l8.4-1.5v5.9h0.1c0.7-1.7,3.2-5.9,7.8-5.9c4.2,0,5.6,2.9,5.6,6.5v15.7h-4.7 V57.2c0-3.7,0-7-3.1-7c-3.1,0-5.8,4.3-5.8,7.7v11.4h-4.7V53.6L215.6,53.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M253.9,66.8c-1.2,1.1-3.1,3.1-6.5,3.1c-6.1,0-8.4-5-8.4-10.9c0-5.9,2.4-11.7,8.6-11.7c3.8,0,5.3,2,6.2,3.5h0.1 v-7.6c0-3.4-0.8-4.2-3.5-4.3v-0.9l8.2-1.1v32.7h-4.7V66.8L253.9,66.8z M253.9,57.1c0-2.6-0.5-7.4-5-7.4c-4.3,0-4.8,5.3-4.8,8.6 c0,3.6,0.4,9.1,4.8,9.1c4.5,0,4.9-5.8,4.9-8.3V57.1L253.9,57.1z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M275.4,66.6c-0.8,1-2.4,3.2-6,3.2c-3.7,0-6.3-2.6-6.3-5.3c0-6.6,9.3-7.1,12.2-7.2v-2.4c0-3,0-6.1-3-6.1 c-3,0-3.2,2.7-3.2,4.7h-5.5c0.5-3.1,2-6.3,8.8-6.3c6.6,0,7.6,3.3,7.6,8v14.2h-4.7V66.6L275.4,66.6z M275.4,59 c-1.7,0.1-7.1,0.3-7.1,4.8c0,2.1,1.1,3.6,2.8,3.6c2.7,0,4.3-2.5,4.3-5.6V59L275.4,59z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M296.6,66.6c-0.9,1-2.5,3.2-6.1,3.2c-3.7,0-6.3-2.6-6.3-5.3c0-6.6,9.3-7.1,12.3-7.2v-2.4c0-3,0-6.1-3-6.1 c-3.1,0-3.3,2.7-3.3,4.7h-5.5c0.5-3.1,2.1-6.3,8.8-6.3c6.7,0,7.7,3.3,7.7,8v14.2h-4.7V66.6L296.6,66.6z M296.6,59 c-1.7,0.1-7.2,0.3-7.2,4.8c0,2.1,1.1,3.6,2.8,3.6c2.7,0,4.4-2.5,4.4-5.6V59L296.6,59z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M307.7,43.1c0-3.4-0.8-4.2-3.5-4.3v-0.9l8.2-1.1v32.7h-4.7V43.1L307.7,43.1z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M66,100.9C11,30.1,101.5,1.2,101.5,1.2s-94.8,27-44.2,99.6H66L66,100.9z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M144.9,34.4c-1.1,0.4-3.4,1-5.6,1c-5.5,0-7.2-3.5-7.2-8.9c0-5,1.6-8.4,7.1-8.4c3.7,0,5.3,1.7,5.5,3.7h-3 c-0.1-0.9-0.7-2.6-2.9-2.6c-3.5,0-3.9,4.3-3.9,7.5c0,4.1,1,7.6,4.9,7.6c1,0,1.7-0.1,2.4-0.4v-5c0-2.3-0.4-2.2-2.5-2.7v-0.5h5.3V34.4 L144.9,34.4z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M157.5,34.7c-0.5,0.1-1.8,0.6-3.5,0.6c-3.9,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.2-5.7c4.3,0,4.7,3.1,4.7,4.8h-7.1 c0,2.4,1,6,4.5,6c1,0,2-0.3,2.4-0.4V34.7L157.5,34.7z M155.2,27c0-0.6-0.1-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H155.2L155.2,27z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M160.2,26.7c0-1.7-0.4-2.2-1.9-2.2V24l4.4-0.8v3h0.1c0.4-0.9,1.6-3,3.8-3c2.3,0,2.9,1.7,3.1,2.8l0,0 c0.6-0.9,1.5-2.8,3.7-2.8c3.2,0,3.2,3,3.2,4.7v7.3h-2.5v-6.8c0-1.6,0-3.4-1.6-3.4c-1.9,0-2.8,2.6-2.8,4.4v5.8h-2.5v-6.5 c0-2,0-3.8-1.7-3.8c-1.7,0-2.8,2.3-2.8,4.1v6.1h-2.4V26.7L160.2,26.7z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M188.9,34.7c-0.5,0.1-1.8,0.6-3.5,0.6c-3.8,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.3-5.7c4.3,0,4.6,3.1,4.6,4.8h-7.1 c0,2.4,1,6,4.5,6c1.1,0,1.9-0.3,2.4-0.4V34.7L188.9,34.7z M186.6,27c0-0.6-0.1-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H186.6L186.6,27z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M200.2,34.7c-0.5,0.1-1.8,0.6-3.5,0.6c-3.8,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.3-5.7c4.3,0,4.6,3.1,4.6,4.8h-7.1 c0,2.4,1,6,4.5,6c1.1,0,1.9-0.3,2.4-0.4V34.7L200.2,34.7z M197.9,27c0-0.6,0-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H197.9L197.9,27z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M203.1,26.7c0-1.7-0.4-2.2-2-2.2V24l4.5-0.8v3.2l0,0c0.4-0.9,1.7-3.2,4.2-3.2c2.3,0,3,1.7,3,3.5v8.4h-2.5v-6.5 c0-2,0-3.8-1.7-3.8c-1.7,0-3,2.3-3,4.1v6.1h-2.5V26.7L203.1,26.7z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M222.6,35.2c-0.6,0.1-1.1,0.1-1.7,0.1c-2.5,0-3.8-0.4-3.8-3.2v-7.7h-2v-1h2v-1.9l2.5-2.2v4.2h3.2v1h-3.2v7.3 c0,1.7,0.1,2.5,2,2.5c0.3,0,0.6,0,0.9-0.1V35.2L222.6,35.2z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M233.6,34.7c-0.4,0.1-1.8,0.6-3.5,0.6c-3.8,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.3-5.7c4.3,0,4.6,3.1,4.6,4.8h-7.1 c0,2.4,1,6,4.5,6c1,0,1.9-0.3,2.3-0.4V34.7L233.6,34.7z M231.4,27c0-0.6-0.1-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H231.4L231.4,27z'%3E%3C/path%3E%3C/svg%3E\")"
9
+ }
10
+ },
11
+ "footer": {
12
+ "inline-size": {},
13
+ "block-size": {},
14
+ "background-image": {
15
+ "value": ""
16
+ }
17
+ },
18
+ "navbar": {
19
+ "inline-size": { "value": "165px" },
20
+ "block-size": { "value": "53px" },
21
+ "background-image": {
22
+ "value": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='312.3' height='100.9' viewBox='0 0 312.3 100.9' aria-labelledby='site-logo-title site-logo-desc' class='logo__svg logo__svg--roosendaal' role='img'%3E%3Ctitle id='site-logo-title'%3EGemeente Roosendaal%3C/title%3E%3Cdesc id='site-logo-desc'%3ELogo dat naar de hoofdpagina leidt%3C/desc%3E%3Cpath role='presentation' fill='%23DC2F34' d='M16.9,89.5c9.4,0,16.9-2.5,16.9-5.5c0-3-7.6-5.4-16.9-5.3C7.6,78.7,0,81.2,0,84.2C0,87.1,7.6,89.6,16.9,89.5 L16.9,89.5z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M25.8,36.6C32,36.6,37,35,37,33c0-1.9-5-3.5-11.2-3.5c-6.2,0-11.2,1.7-11.2,3.6C14.7,35,19.7,36.6,25.8,36.6 L25.8,36.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M16.3,59.6c7.1,0,12.8-1.8,12.8-4.1c0-2.2-5.7-4.1-12.8-4.1c-7.1,0-12.8,1.9-12.8,4.1 C3.5,57.8,9.2,59.6,16.3,59.6L16.3,59.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M41.4,19.1c4.8,0,8.6-1.1,8.6-2.5c0-1.4-3.9-2.5-8.6-2.5c-4.8,0-8.6,1.1-8.6,2.4C32.8,17.9,36.6,19.1,41.4,19.1 L41.4,19.1z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M64.8,4.8c-3.7,0-6.6,0.8-6.6,1.7c0,0.9,2.9,1.7,6.6,1.7c3.7,0,6.6-0.8,6.6-1.7C71.4,5.6,68.5,4.8,64.8,4.8 L64.8,4.8z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M86.1,2.2c2.7,0.1,4.8-0.4,4.8-1.1c0-0.6-2.2-1.1-4.8-1.1c-2.7,0-4.8,0.4-4.8,1.1C81.4,1.7,83.5,2.2,86.1,2.2 L86.1,2.2z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M102,44.3c0-4.6-0.1-4.6-4.5-5.3v-1H109c3.5,0,13.2,0,13.2,8.4c0,5.3-3.5,7.1-7.1,7.6l8.6,15.4h-5.4l-8.3-14.5 h-2.9v14.5H102V44.3L102,44.3z M107.1,52.6h2.7c3,0,7.4-0.9,7.4-6c0-5-3-6.5-6.8-6.5c-3.2,0-3.2,0.9-3.2,4.2V52.6L107.1,52.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M126.3,58.5c0-7.8,3.2-11.3,10.1-11.3c6.8,0,10.1,4.6,10.1,11.3c0,7.6-3.2,11.4-10.1,11.4 C128.8,69.8,126.3,65,126.3,58.5L126.3,58.5z M136.4,68.3c4.6,0,5-5.1,5-9.8c0-4.3-0.4-9.7-5-9.7c-4.6,0-5,5.6-5,9.7 C131.4,62.4,131.8,68.3,136.4,68.3L136.4,68.3z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M150,58.5c0-7.8,3.3-11.3,10.1-11.3c6.8,0,10.1,4.6,10.1,11.3c0,7.6-3.2,11.4-10.1,11.4 C152.6,69.8,150,65,150,58.5L150,58.5z M160.1,68.3c4.5,0,5-5.1,5-9.8c0-4.3-0.4-9.7-5-9.7c-4.6,0-4.9,5.6-4.9,9.7 C155.2,62.4,155.5,68.3,160.1,68.3L160.1,68.3z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M187.3,51.4c-0.7-0.5-2.9-2.2-5.5-2.2c-1.5,0-3.3,0.5-3.3,2.5c0,4.5,10.2,4.5,10.2,11.7c0,4.5-3.8,6.4-8.4,6.4 c-2.8,0-4.9-0.5-6-0.8v-3.7c1.4,0.9,3.6,2.5,6.2,2.5c3,0,4-1.5,4-3.2c0-4.5-10.2-4.8-10.2-11.3c0-3.4,2.2-6.2,7.8-6.2 c2.4,0,4.5,0.6,5.3,0.8V51.4L187.3,51.4z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M210.1,68.6c-0.9,0.3-3.4,1.2-6.5,1.2c-7.2,0-11.5-4.3-11.5-12.2c0-7.3,3.6-10.5,9.9-10.5c8,0,8.6,5.7,8.6,8.9 h-13.3c0,4.7,2,11.3,8.5,11.3c1.9,0,3.6-0.4,4.4-0.8V68.6L210.1,68.6z M205.8,54.2c0-1.1-0.1-5.4-4.2-5.4c-3.5,0-4.5,3.6-4.5,5.4 H205.8L205.8,54.2z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M215.6,53.6c0-3.2-0.8-4-3.8-4v-0.9l8.4-1.5v5.9h0.1c0.7-1.7,3.2-5.9,7.8-5.9c4.2,0,5.6,2.9,5.6,6.5v15.7h-4.7 V57.2c0-3.7,0-7-3.1-7c-3.1,0-5.8,4.3-5.8,7.7v11.4h-4.7V53.6L215.6,53.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M253.9,66.8c-1.2,1.1-3.1,3.1-6.5,3.1c-6.1,0-8.4-5-8.4-10.9c0-5.9,2.4-11.7,8.6-11.7c3.8,0,5.3,2,6.2,3.5h0.1 v-7.6c0-3.4-0.8-4.2-3.5-4.3v-0.9l8.2-1.1v32.7h-4.7V66.8L253.9,66.8z M253.9,57.1c0-2.6-0.5-7.4-5-7.4c-4.3,0-4.8,5.3-4.8,8.6 c0,3.6,0.4,9.1,4.8,9.1c4.5,0,4.9-5.8,4.9-8.3V57.1L253.9,57.1z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M275.4,66.6c-0.8,1-2.4,3.2-6,3.2c-3.7,0-6.3-2.6-6.3-5.3c0-6.6,9.3-7.1,12.2-7.2v-2.4c0-3,0-6.1-3-6.1 c-3,0-3.2,2.7-3.2,4.7h-5.5c0.5-3.1,2-6.3,8.8-6.3c6.6,0,7.6,3.3,7.6,8v14.2h-4.7V66.6L275.4,66.6z M275.4,59 c-1.7,0.1-7.1,0.3-7.1,4.8c0,2.1,1.1,3.6,2.8,3.6c2.7,0,4.3-2.5,4.3-5.6V59L275.4,59z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M296.6,66.6c-0.9,1-2.5,3.2-6.1,3.2c-3.7,0-6.3-2.6-6.3-5.3c0-6.6,9.3-7.1,12.3-7.2v-2.4c0-3,0-6.1-3-6.1 c-3.1,0-3.3,2.7-3.3,4.7h-5.5c0.5-3.1,2.1-6.3,8.8-6.3c6.7,0,7.7,3.3,7.7,8v14.2h-4.7V66.6L296.6,66.6z M296.6,59 c-1.7,0.1-7.2,0.3-7.2,4.8c0,2.1,1.1,3.6,2.8,3.6c2.7,0,4.4-2.5,4.4-5.6V59L296.6,59z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M307.7,43.1c0-3.4-0.8-4.2-3.5-4.3v-0.9l8.2-1.1v32.7h-4.7V43.1L307.7,43.1z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M66,100.9C11,30.1,101.5,1.2,101.5,1.2s-94.8,27-44.2,99.6H66L66,100.9z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M144.9,34.4c-1.1,0.4-3.4,1-5.6,1c-5.5,0-7.2-3.5-7.2-8.9c0-5,1.6-8.4,7.1-8.4c3.7,0,5.3,1.7,5.5,3.7h-3 c-0.1-0.9-0.7-2.6-2.9-2.6c-3.5,0-3.9,4.3-3.9,7.5c0,4.1,1,7.6,4.9,7.6c1,0,1.7-0.1,2.4-0.4v-5c0-2.3-0.4-2.2-2.5-2.7v-0.5h5.3V34.4 L144.9,34.4z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M157.5,34.7c-0.5,0.1-1.8,0.6-3.5,0.6c-3.9,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.2-5.7c4.3,0,4.7,3.1,4.7,4.8h-7.1 c0,2.4,1,6,4.5,6c1,0,2-0.3,2.4-0.4V34.7L157.5,34.7z M155.2,27c0-0.6-0.1-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H155.2L155.2,27z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M160.2,26.7c0-1.7-0.4-2.2-1.9-2.2V24l4.4-0.8v3h0.1c0.4-0.9,1.6-3,3.8-3c2.3,0,2.9,1.7,3.1,2.8l0,0 c0.6-0.9,1.5-2.8,3.7-2.8c3.2,0,3.2,3,3.2,4.7v7.3h-2.5v-6.8c0-1.6,0-3.4-1.6-3.4c-1.9,0-2.8,2.6-2.8,4.4v5.8h-2.5v-6.5 c0-2,0-3.8-1.7-3.8c-1.7,0-2.8,2.3-2.8,4.1v6.1h-2.4V26.7L160.2,26.7z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M188.9,34.7c-0.5,0.1-1.8,0.6-3.5,0.6c-3.8,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.3-5.7c4.3,0,4.6,3.1,4.6,4.8h-7.1 c0,2.4,1,6,4.5,6c1.1,0,1.9-0.3,2.4-0.4V34.7L188.9,34.7z M186.6,27c0-0.6-0.1-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H186.6L186.6,27z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M200.2,34.7c-0.5,0.1-1.8,0.6-3.5,0.6c-3.8,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.3-5.7c4.3,0,4.6,3.1,4.6,4.8h-7.1 c0,2.4,1,6,4.5,6c1.1,0,1.9-0.3,2.4-0.4V34.7L200.2,34.7z M197.9,27c0-0.6,0-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H197.9L197.9,27z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M203.1,26.7c0-1.7-0.4-2.2-2-2.2V24l4.5-0.8v3.2l0,0c0.4-0.9,1.7-3.2,4.2-3.2c2.3,0,3,1.7,3,3.5v8.4h-2.5v-6.5 c0-2,0-3.8-1.7-3.8c-1.7,0-3,2.3-3,4.1v6.1h-2.5V26.7L203.1,26.7z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M222.6,35.2c-0.6,0.1-1.1,0.1-1.7,0.1c-2.5,0-3.8-0.4-3.8-3.2v-7.7h-2v-1h2v-1.9l2.5-2.2v4.2h3.2v1h-3.2v7.3 c0,1.7,0.1,2.5,2,2.5c0.3,0,0.6,0,0.9-0.1V35.2L222.6,35.2z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M233.6,34.7c-0.4,0.1-1.8,0.6-3.5,0.6c-3.8,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.3-5.7c4.3,0,4.6,3.1,4.6,4.8h-7.1 c0,2.4,1,6,4.5,6c1,0,1.9-0.3,2.3-0.4V34.7L233.6,34.7z M231.4,27c0-0.6-0.1-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H231.4L231.4,27z'%3E%3C/path%3E%3C/svg%3E\")"
23
+ }
24
+ }
25
+ }
26
+ }
27
+ }
@@ -0,0 +1,79 @@
1
+ {
2
+ "conduction": {
3
+ "primary": {
4
+ "top-nav": {
5
+ "color": { "value": "{roosendaal.color.black.3}" },
6
+ "background-color": { "value": "{roosendaal.color.white.100}" },
7
+ "hover": {
8
+ "color": { "value": "{roosendaal.color.black.3}" },
9
+ "background-color": { "value": "{roosendaal.color.green.95}" },
10
+ "box-shadow": {},
11
+ "font-weight": {}
12
+ },
13
+ "current": {
14
+ "color": { "value": "{roosendaal.color.black.3}" },
15
+ "background-color": { "value": "unset" },
16
+ "box-shadow": { "value": "inset 0 -4px {roosendaal.color.primary}" },
17
+ "mobile": {
18
+ "box-shadow": { "value": "inset 4px 0 {roosendaal.color.primary}" }
19
+ },
20
+ "font-weight": {}
21
+ },
22
+ "dropdown": {
23
+ "color": {},
24
+ "background-color": {},
25
+ "border-width": {},
26
+ "border-style": {},
27
+ "border-color": {},
28
+ "hover": {
29
+ "color": {},
30
+ "background-color": {},
31
+ "box-shadow": {},
32
+ "font-weight": {}
33
+ },
34
+ "current": {
35
+ "color": { "value": "{roosendaal.color.black.3}" },
36
+ "background-color": { "value": "unset" },
37
+ "box-shadow": { "value": "inset 0 -4px {roosendaal.color.primary}" },
38
+ "mobile": {
39
+ "box-shadow": { "value": "inset 4px 0 {roosendaal.color.primary}" }
40
+ },
41
+ "font-weight": {}
42
+ }
43
+ },
44
+ "item": {
45
+ "padding": { "value": "18px" },
46
+ "border-radius": {}
47
+ },
48
+ "padding-inline-end": { "value": "16px" },
49
+ "padding-inline-start": { "value": "16px" },
50
+ "padding-block-end": { "value": "16px" },
51
+ "padding-block-start": { "value": "16px" }
52
+ }
53
+ },
54
+ "secondary": {
55
+ "top-nav": {
56
+ "color": { "value": "{roosendaal.color.black.3}" },
57
+ "background-color": { "value": "transparent" },
58
+ "hover": {
59
+ "color": { "value": "{roosendaal.color.black.3}" },
60
+ "background-color": { "value": "{roosendaal.color.green.95}" }
61
+ },
62
+ "current": {
63
+ "color": { "value": "{roosendaal.color.black.3}" },
64
+ "background-color": { "value": "unset" },
65
+ "box-shadow": { "value": "inset 0 -4px {roosendaal.color.primary}" }
66
+ },
67
+ "font-size": { "value": "{roosendaal.font-size.md}" },
68
+ "font-weight": { "value": "400" },
69
+ "item": {
70
+ "padding": { "value": "18px" }
71
+ },
72
+ "padding-inline-end": { "value": "16px" },
73
+ "padding-inline-start": { "value": "16px" },
74
+ "padding-block-end": { "value": "16px" },
75
+ "padding-block-start": { "value": "16px" }
76
+ }
77
+ }
78
+ }
79
+ }
@@ -0,0 +1,95 @@
1
+ {
2
+ "conduction": {
3
+ "pagination": {
4
+ "container": {
5
+ "background-color": { "value": "unset" },
6
+ "padding-inline-start": { "value": "0px" },
7
+ "padding-inline-end": { "value": "0px" },
8
+ "padding-block-start": { "value": "0px" },
9
+ "padding-block-end": { "value": "0px" }
10
+ },
11
+ "item": {
12
+ "gap": { "value": "{roosendaal.size.2xs}" },
13
+ "color": { "value": "{roosendaal.color.white.98}" },
14
+ "background-color": { "value": "{roosendaal.color.primary}" },
15
+ "padding-inline-start": { "value": "{roosendaal.size.sm}" },
16
+ "padding-inline-end": { "value": "{roosendaal.size.sm}" },
17
+ "padding-block-start": { "value": "{roosendaal.size.xs}" },
18
+ "padding-block-end": { "value": "{roosendaal.size.xs}" },
19
+ "font-size": { "value": "{utrecht.document.font-size}" },
20
+ "font-weight": { "value": "{roosendaal.typography.font-weight.normal}" },
21
+ "font-family": { "value": "{utrecht.document.font-family}" },
22
+ "border-width": {},
23
+ "border-style": {},
24
+ "border-color": {},
25
+ "border-bottom-width": {},
26
+ "border-bottom-style": {},
27
+ "border-bottom-color": {},
28
+ "border-radius": { "value": "0px" }
29
+ },
30
+ "navigation-button": {
31
+ "color": { "value": "{roosendaal.color.white.98}" },
32
+ "background-color": { "value": "{roosendaal.color.primary}" },
33
+ "border-width": {},
34
+ "border-style": {},
35
+ "border-color": {},
36
+ "border-bottom-width": {},
37
+ "border-bottom-style": {},
38
+ "border-bottom-color": {},
39
+ "border-radius": { "value": "0px" },
40
+ "padding-inline-start": { "value": "{roosendaal.size.sm}" },
41
+ "padding-inline-end": { "value": "{roosendaal.size.sm}" },
42
+ "padding-block-start": { "value": "{roosendaal.size.xs}" },
43
+ "padding-block-end": { "value": "{roosendaal.size.xs}" },
44
+ "disabled": {
45
+ "color": { "value": "{roosendaal.color.white.98}" },
46
+ "background-color": { "value": "{roosendaal.color.grey.82}" },
47
+ "border-width": {},
48
+ "border-style": {},
49
+ "border-color": {},
50
+ "border-bottom-width": {},
51
+ "border-bottom-style": {},
52
+ "border-bottom-color": {},
53
+ "border-radius": { "value": "0px" }
54
+ },
55
+ "hover": {
56
+ "color": { "value": "{roosendaal.color.white.98}" },
57
+ "background-color": { "value": "{roosendaal.color.primary-hover}" },
58
+ "border-width": {},
59
+ "border-style": {},
60
+ "border-color": {},
61
+ "border-bottom-width": {},
62
+ "border-bottom-style": {},
63
+ "border-bottom-color": {},
64
+ "border-radius": { "value": "0px" }
65
+ }
66
+ },
67
+ "current-page": {
68
+ "color": { "value": "{roosendaal.color.white.98}" },
69
+ "background-color": { "value": "{roosendaal.color.green.19}" },
70
+ "font-weight": { "value": "{roosendaal.typography.font-weight.normal}" },
71
+ "text-decoration": { "value": "none" },
72
+ "border-width": {},
73
+ "border-style": {},
74
+ "border-color": {},
75
+ "border-bottom-width": {},
76
+ "border-bottom-style": {},
77
+ "border-bottom-color": {}
78
+ },
79
+ "page": {
80
+ "hover": {
81
+ "color": { "value": "{roosendaal.color.white.98}" },
82
+ "background-color": { "value": "{roosendaal.color.primary-hover}" },
83
+ "text-decoration": { "value": "underline" },
84
+ "text-decoration-thickness": { "value": "3px" },
85
+ "border-width": {},
86
+ "border-style": {},
87
+ "border-color": {},
88
+ "border-bottom-width": {},
89
+ "border-bottom-style": {},
90
+ "border-bottom-color": {}
91
+ }
92
+ }
93
+ }
94
+ }
95
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "conduction": {
3
+ "input-select": {
4
+ "background-color": { "value": "{roosendaal.color.white.100}" },
5
+ "border": { "value": "{roosendaal.size.4xs} solid {roosendaal.color.grey.48}" },
6
+ "border-focus": { "value": "unset" },
7
+ "border-radius": { "value": "{utrecht.form-input.border-radius}" },
8
+ "invalid-border-color": { "value": "{roosendaal.color.error}" },
9
+ "padding-block-end": { "value": "6px" },
10
+ "padding-block-start": { "value": "6px" },
11
+ "hover": {},
12
+ "focus": {},
13
+ "list-option": {
14
+ "font-family": { "value": "{roosendaal.typography.sans-serif.font-family}" },
15
+ "background-color": {},
16
+ "color": {},
17
+ "hover": {
18
+ "font-family": { "value": "{roosendaal.typography.sans-serif.font-family}" },
19
+ "background-color": {},
20
+ "color": {}
21
+ },
22
+ "selected": {
23
+ "background-color": {},
24
+ "color": {}
25
+ },
26
+ "focus": {
27
+ "background-color": {},
28
+ "color": {}
29
+ }
30
+ },
31
+ "placeholder": {
32
+ "color": {
33
+ "value": "{utrecht.form-input.placeholder.color}"
34
+ },
35
+ "font-family": { "value": "{roosendaal.typography.sans-serif.font-family}" }
36
+ }
37
+ }
38
+ }
39
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "conduction": {
3
+ "table-wrapper": {
4
+ "scroll-button": {
5
+ "background-color": { "value": "{roosendaal.color.white.100}" },
6
+ "color": { "value": "{roosendaal.color.black.3}" },
7
+ "padding-inline-start": { "value": "{roosendaal.size.sm}" },
8
+ "padding-inline-end": { "value": "{roosendaal.size.sm}" },
9
+ "padding-block-start": {},
10
+ "padding-block-end": {},
11
+ "border-width": {},
12
+ "border-style": {},
13
+ "border-color": {},
14
+ "hover": {
15
+ "background-color": { "value": "{roosendaal.color.white.100}" },
16
+ "color": { "value": "{roosendaal.color.primary}" }
17
+ }
18
+ }
19
+ }
20
+ }
21
+ }
@@ -0,0 +1,84 @@
1
+ {
2
+ "conduction": {
3
+ "tabs": {
4
+ "tab": {
5
+ "background-color": { "value": "transparent" },
6
+ "color": { "value": "{roosendaal.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": "{roosendaal.size.xs}" },
16
+ "padding-block-end": { "value": "{roosendaal.size.xs}" },
17
+ "padding-inline-start": { "value": "{roosendaal.size.sm}" },
18
+ "padding-inline-end": { "value": "{roosendaal.size.sm}" },
19
+ "margin-inline-end": {},
20
+ "font-size": { "value": "{roosendaal.font-size.md}" },
21
+ "font-weight": { "value": "{roosendaal.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": "{roosendaal.color.grey.29}" },
31
+ "box-shadow": {},
32
+ "border-width": {},
33
+ "border-style": {},
34
+ "border-color": {},
35
+ "border-bottom": {},
36
+ "border-bottom-width": { "value": "{roosendaal.size.3xs}" },
37
+ "border-bottom-style": { "value": "solid" },
38
+ "border-bottom-color": { "value": "{roosendaal.color.primary}" },
39
+ "font-weight": { "value": "{roosendaal.typography.font-weight.bold}" },
40
+ "font-family": { "value": "{utrecht.document.font-family}" },
41
+ "hover": {
42
+ "background-color": {},
43
+ "color": { "value": "{roosendaal.color.grey.29}" },
44
+ "text-decoration": {}
45
+ }
46
+ },
47
+ "hover": {
48
+ "background-color": {},
49
+ "color": { "value": "{roosendaal.color.grey.29}" },
50
+ "text-decoration": {}
51
+ },
52
+ "list": {
53
+ "padding-inline-start": { "value": "0px" },
54
+ "margin-block-end": { "value": "0px" },
55
+ "border-bottom-width": { "value": "{roosendaal.size.3xs}" },
56
+ "border-bottom-style": { "value": "solid" },
57
+ "border-bottom-color": { "value": "{roosendaal.color.grey.82}" }
58
+ },
59
+ "panel": {
60
+ "background-color": {},
61
+ "padding-block-start": { "value": "{roosendaal.size.lg}" },
62
+ "padding-block-end": { "value": "{roosendaal.size.lg}" },
63
+ "padding-inline-start": { "value": "{roosendaal.size.lg}" },
64
+ "padding-inline-end": { "value": "{roosendaal.size.lg}" },
65
+ "border-width": {},
66
+ "border-style": {},
67
+ "border-color": {},
68
+ "border-top": {}
69
+ }
70
+ },
71
+ "scroll-button": {
72
+ "background-color": { "value": "{roosendaal.color.primary}" },
73
+ "color": { "value": "{roosendaal.color.white.100}" },
74
+ "border-width": {},
75
+ "border-style": {},
76
+ "border-color": {},
77
+ "hover": {
78
+ "background-color": { "value": "{roosendaal.color.primary-hover}" },
79
+ "color": { "value": "{roosendaal.color.white.100}" }
80
+ }
81
+ }
82
+ }
83
+ }
84
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "conduction": {
3
+ "tooltip": {
4
+ "background-color": { "value": "{roosendaal.color.black.0}" },
5
+ "color": { "value": "{roosendaal.color.white.100}" },
6
+ "padding-block-start": { "value": "{roosendaal.size.xs}" },
7
+ "padding-block-end": { "value": "{roosendaal.size.xs}" },
8
+ "padding-inline-start": { "value": "{roosendaal.size.sm}" },
9
+ "padding-inline-end": { "value": "{roosendaal.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
+ }