@conduction/theme 1.0.38 → 1.0.41

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 (197) hide show
  1. package/README.md +3 -0
  2. package/conduction-design-tokens/dist/design-tokens.css +13 -1
  3. package/conduction-design-tokens/dist/index.js +13 -1
  4. package/conduction-design-tokens/dist/index.json +250 -0
  5. package/conduction-design-tokens/dist/index.less +13 -1
  6. package/conduction-design-tokens/dist/index.scss +13 -1
  7. package/conduction-design-tokens/dist/tokens.json +282 -0
  8. package/conduction-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  9. package/conduction-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  10. package/municipalities/dimpact-design-tokens/LICENSE.md +17 -0
  11. package/municipalities/dimpact-design-tokens/README.md +3 -0
  12. package/municipalities/dimpact-design-tokens/dist/design-tokens.css +423 -0
  13. package/municipalities/dimpact-design-tokens/dist/font.css +5 -0
  14. package/municipalities/dimpact-design-tokens/dist/index.css +7 -0
  15. package/municipalities/dimpact-design-tokens/dist/index.js +421 -0
  16. package/municipalities/dimpact-design-tokens/dist/index.json +8379 -0
  17. package/municipalities/dimpact-design-tokens/dist/index.less +420 -0
  18. package/municipalities/dimpact-design-tokens/dist/index.scss +420 -0
  19. package/municipalities/dimpact-design-tokens/dist/tokens.json +8931 -0
  20. package/municipalities/dimpact-design-tokens/documentation/color.stories.mdx +17 -0
  21. package/municipalities/dimpact-design-tokens/documentation/components.stories.mdx +11 -0
  22. package/municipalities/dimpact-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  23. package/municipalities/dimpact-design-tokens/documentation/readme.stories.mdx +7 -0
  24. package/municipalities/dimpact-design-tokens/package.json +37 -0
  25. package/municipalities/dimpact-design-tokens/src/brand/dimpact/color.tokens.json +75 -0
  26. package/municipalities/dimpact-design-tokens/src/brand/dimpact/font-size.tokens.json +17 -0
  27. package/municipalities/dimpact-design-tokens/src/brand/dimpact/size.tokens.json +17 -0
  28. package/municipalities/dimpact-design-tokens/src/brand/dimpact/typography.tokens.json +40 -0
  29. package/municipalities/dimpact-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  30. package/municipalities/dimpact-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  31. package/municipalities/dimpact-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  32. package/municipalities/dimpact-design-tokens/src/component/conduction/card-wrapper.tokens.json +25 -0
  33. package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json +39 -0
  34. package/municipalities/dimpact-design-tokens/src/component/conduction/pagination.tokens.json +45 -0
  35. package/municipalities/dimpact-design-tokens/src/component/conduction/select.tokens.json +30 -0
  36. package/municipalities/dimpact-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  37. package/municipalities/dimpact-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
  38. package/municipalities/dimpact-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  39. package/municipalities/dimpact-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  40. package/municipalities/dimpact-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  41. package/municipalities/dimpact-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  42. package/municipalities/dimpact-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  43. package/municipalities/dimpact-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  44. package/municipalities/dimpact-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  45. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  46. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  47. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  48. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  49. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  50. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
  51. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  52. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
  53. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  54. package/municipalities/dimpact-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
  55. package/municipalities/dimpact-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  56. package/municipalities/dimpact-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  57. package/municipalities/dimpact-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  58. package/municipalities/dimpact-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  59. package/municipalities/dimpact-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  60. package/municipalities/dimpact-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  61. package/municipalities/dimpact-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  62. package/municipalities/dimpact-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  63. package/municipalities/dimpact-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  64. package/municipalities/dimpact-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
  65. package/municipalities/dimpact-design-tokens/src/config.json +47 -0
  66. package/municipalities/dimpact-design-tokens/src/font/TisaSansPro-Regular.woff2 +0 -0
  67. package/municipalities/dimpact-design-tokens/src/font.scss +6 -0
  68. package/municipalities/dimpact-design-tokens/src/index.scss +8 -0
  69. package/municipalities/dimpact-design-tokens/style-dictionary.config.js +6 -0
  70. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +14 -1
  71. package/municipalities/dinkelland-design-tokens/dist/index.js +14 -1
  72. package/municipalities/dinkelland-design-tokens/dist/index.json +269 -0
  73. package/municipalities/dinkelland-design-tokens/dist/index.less +14 -1
  74. package/municipalities/dinkelland-design-tokens/dist/index.scss +14 -1
  75. package/municipalities/dinkelland-design-tokens/dist/tokens.json +300 -0
  76. package/municipalities/dinkelland-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  77. package/municipalities/dinkelland-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  78. package/municipalities/epe-design-tokens/dist/design-tokens.css +14 -1
  79. package/municipalities/epe-design-tokens/dist/index.js +14 -1
  80. package/municipalities/epe-design-tokens/dist/index.json +269 -0
  81. package/municipalities/epe-design-tokens/dist/index.less +14 -1
  82. package/municipalities/epe-design-tokens/dist/index.scss +14 -1
  83. package/municipalities/epe-design-tokens/dist/tokens.json +300 -0
  84. package/municipalities/epe-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  85. package/municipalities/epe-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  86. package/municipalities/leiden-design-tokens/dist/design-tokens.css +14 -1
  87. package/municipalities/leiden-design-tokens/dist/index.js +14 -1
  88. package/municipalities/leiden-design-tokens/dist/index.json +269 -0
  89. package/municipalities/leiden-design-tokens/dist/index.less +14 -1
  90. package/municipalities/leiden-design-tokens/dist/index.scss +14 -1
  91. package/municipalities/leiden-design-tokens/dist/tokens.json +300 -0
  92. package/municipalities/leiden-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  93. package/municipalities/leiden-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  94. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +13 -1
  95. package/municipalities/noaberkracht-design-tokens/dist/index.js +13 -1
  96. package/municipalities/noaberkracht-design-tokens/dist/index.json +250 -0
  97. package/municipalities/noaberkracht-design-tokens/dist/index.less +13 -1
  98. package/municipalities/noaberkracht-design-tokens/dist/index.scss +13 -1
  99. package/municipalities/noaberkracht-design-tokens/dist/tokens.json +282 -0
  100. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  101. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  102. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +15 -1
  103. package/municipalities/noordwijk-design-tokens/dist/index.js +15 -1
  104. package/municipalities/noordwijk-design-tokens/dist/index.json +290 -0
  105. package/municipalities/noordwijk-design-tokens/dist/index.less +15 -1
  106. package/municipalities/noordwijk-design-tokens/dist/index.scss +15 -1
  107. package/municipalities/noordwijk-design-tokens/dist/tokens.json +321 -0
  108. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +3 -0
  109. package/municipalities/noordwijk-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  110. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  111. package/municipalities/open-webconcept-design-tokens/LICENSE.md +17 -0
  112. package/municipalities/open-webconcept-design-tokens/README.md +3 -0
  113. package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +437 -0
  114. package/municipalities/open-webconcept-design-tokens/dist/font.css +361 -0
  115. package/municipalities/open-webconcept-design-tokens/dist/index.css +7 -0
  116. package/municipalities/open-webconcept-design-tokens/dist/index.js +435 -0
  117. package/municipalities/open-webconcept-design-tokens/dist/index.json +8655 -0
  118. package/municipalities/open-webconcept-design-tokens/dist/index.less +434 -0
  119. package/municipalities/open-webconcept-design-tokens/dist/index.scss +434 -0
  120. package/municipalities/open-webconcept-design-tokens/dist/tokens.json +9214 -0
  121. package/municipalities/open-webconcept-design-tokens/documentation/color.stories.mdx +17 -0
  122. package/municipalities/open-webconcept-design-tokens/documentation/components.stories.mdx +11 -0
  123. package/municipalities/open-webconcept-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  124. package/municipalities/open-webconcept-design-tokens/documentation/readme.stories.mdx +7 -0
  125. package/municipalities/open-webconcept-design-tokens/package.json +38 -0
  126. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/color.tokens.json +89 -0
  127. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/font-size.tokens.json +17 -0
  128. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/size.tokens.json +17 -0
  129. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/typography.tokens.json +40 -0
  130. package/municipalities/open-webconcept-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  131. package/municipalities/open-webconcept-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  132. package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  133. package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-wrapper.tokens.json +25 -0
  134. package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +39 -0
  135. package/municipalities/open-webconcept-design-tokens/src/component/conduction/pagination.tokens.json +45 -0
  136. package/municipalities/open-webconcept-design-tokens/src/component/conduction/select.tokens.json +30 -0
  137. package/municipalities/open-webconcept-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  138. package/municipalities/open-webconcept-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
  139. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  140. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  141. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  142. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  143. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  144. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  145. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  146. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  147. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  148. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  149. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  150. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  151. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
  152. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  153. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
  154. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  155. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
  156. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  157. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  158. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  159. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  160. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  161. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  162. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  163. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  164. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  165. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  166. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
  167. package/municipalities/open-webconcept-design-tokens/src/config.json +47 -0
  168. package/municipalities/open-webconcept-design-tokens/src/font.js +6 -0
  169. package/municipalities/open-webconcept-design-tokens/src/font.scss +363 -0
  170. package/municipalities/open-webconcept-design-tokens/src/index.scss +8 -0
  171. package/municipalities/open-webconcept-design-tokens/style-dictionary.config.js +6 -0
  172. package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +8 -1
  173. package/municipalities/rotterdam-design-tokens/dist/index.js +8 -1
  174. package/municipalities/rotterdam-design-tokens/dist/index.json +155 -0
  175. package/municipalities/rotterdam-design-tokens/dist/index.less +8 -1
  176. package/municipalities/rotterdam-design-tokens/dist/index.scss +8 -1
  177. package/municipalities/rotterdam-design-tokens/dist/tokens.json +192 -0
  178. package/municipalities/rotterdam-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  179. package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  180. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +14 -1
  181. package/municipalities/tubbergen-design-tokens/dist/index.js +14 -1
  182. package/municipalities/tubbergen-design-tokens/dist/index.json +269 -0
  183. package/municipalities/tubbergen-design-tokens/dist/index.less +14 -1
  184. package/municipalities/tubbergen-design-tokens/dist/index.scss +14 -1
  185. package/municipalities/tubbergen-design-tokens/dist/tokens.json +300 -0
  186. package/municipalities/tubbergen-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  187. package/municipalities/tubbergen-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  188. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +13 -1
  189. package/municipalities/xxllnc-design-tokens/dist/index.js +13 -1
  190. package/municipalities/xxllnc-design-tokens/dist/index.json +252 -0
  191. package/municipalities/xxllnc-design-tokens/dist/index.less +13 -1
  192. package/municipalities/xxllnc-design-tokens/dist/index.scss +13 -1
  193. package/municipalities/xxllnc-design-tokens/dist/tokens.json +285 -0
  194. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +3 -0
  195. package/municipalities/xxllnc-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  196. package/municipalities/xxllnc-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  197. package/package.json +4 -2
@@ -0,0 +1,35 @@
1
+ {
2
+ "utrecht": {
3
+ "breadcrumb": {
4
+ "block-size": {},
5
+ "font-family": { "value": "{utrecht.document.font-family}" },
6
+ "font-size": {},
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": "{dimpact.color.primary}" },
17
+ "focus": {
18
+ "background-color": {},
19
+ "color": {}
20
+ },
21
+ "current": {
22
+ "background-color": {},
23
+ "color": { "value": "{dimpact.color.grey.29}" }
24
+ }
25
+ },
26
+ "separator": {
27
+ "inline-size": {},
28
+ "icon": {
29
+ "color": { "value": "{dimpact.color.black.0}" },
30
+ "size": { "value": "{dimpact.font-size.sm}" }
31
+ }
32
+ }
33
+ }
34
+ }
35
+ }
@@ -0,0 +1,152 @@
1
+ {
2
+ "utrecht": {
3
+ "button": {
4
+ "background-color": { "value": "{dimpact.color.primary}" },
5
+ "border-color": { "value": "{dimpact.color.primary}" },
6
+ "border-radius": { "value": "3px" },
7
+ "border-width": { "value": "{dimpact.size.3xs}" },
8
+ "color": { "value": "{dimpact.color.white.100}" },
9
+ "font-family": { "value": "{dimpact.typography.sans-serif.font-family}" },
10
+ "font-size": { "value": "inherit" },
11
+ "font-weight": { "value": "inherit" },
12
+ "inline-size": {},
13
+ "letter-spacing": {},
14
+ "line-height": {},
15
+ "min-block-size": {},
16
+ "min-inline-size": {},
17
+ "padding-block-start": { "value": "{dimpact.size.2xs}" },
18
+ "padding-block-end": { "value": "{dimpact.size.2xs}" },
19
+ "padding-inline-start": { "value": "{dimpact.size.sm}" },
20
+ "padding-inline-end": { "value": "{dimpact.size.sm}" },
21
+ "text-transform": {},
22
+ "active": {
23
+ "background-color": {},
24
+ "border-color": {},
25
+ "color": {}
26
+ },
27
+ "icon": {
28
+ "gap": { "value": "{dimpact.size.xs}" },
29
+ "size": {}
30
+ },
31
+ "disabled": {
32
+ "background-color": {},
33
+ "border-color": {},
34
+ "color": {}
35
+ },
36
+ "focus": {
37
+ "background-color": {},
38
+ "border-color": {},
39
+ "color": {},
40
+ "scale": {}
41
+ },
42
+ "hover": {
43
+ "background-color": { "value": "{dimpact.color.primary-hover}" },
44
+ "border-color": { "value": "{dimpact.color.primary-hover}" },
45
+ "color": { "value": "{dimpact.color.white.100}" },
46
+ "scale": {}
47
+ },
48
+ "pressed": {
49
+ "background-color": {},
50
+ "border-color": {},
51
+ "color": {}
52
+ },
53
+ "primary-action": {
54
+ "background-color": { "value": "{dimpact.color.primary}" },
55
+ "border-color": { "value": "{dimpact.color.primary}" },
56
+ "border-width": { "value": "{dimpact.size.3xs}" },
57
+ "color": { "value": "{dimpact.color.white.100}" },
58
+ "font-weight": { "value": "inherit" },
59
+ "active": {
60
+ "background-color": {},
61
+ "border-color": {},
62
+ "color": {}
63
+ },
64
+ "disabled": {
65
+ "background-color": {},
66
+ "border-color": {},
67
+ "color": {}
68
+ },
69
+ "hover": {
70
+ "background-color": { "value": "{dimpact.color.primary}" },
71
+ "border-color": { "value": "{dimpact.color.primary}" },
72
+ "color": { "value": "{dimpact.color.white.100}" },
73
+ "scale": {}
74
+ },
75
+ "focus": {
76
+ "background-color": {},
77
+ "border-color": {},
78
+ "color": {}
79
+ },
80
+ "pressed": {
81
+ "background-color": {},
82
+ "border-color": {},
83
+ "color": {}
84
+ }
85
+ },
86
+ "secondary-action": {
87
+ "background-color": { "value": "{dimpact.color.white.100}" },
88
+ "border-color": { "value": "{dimpact.color.primary}" },
89
+ "border-width": { "value": "{dimpact.size.3xs}" },
90
+ "color": { "value": "{dimpact.color.primary}" },
91
+ "font-weight": { "value": "{dimpact.typography.font-weight.normal}" },
92
+ "active": {
93
+ "background-color": {},
94
+ "border-color": {},
95
+ "color": {}
96
+ },
97
+ "disabled": {
98
+ "background-color": {},
99
+ "border-color": {},
100
+ "color": {}
101
+ },
102
+ "hover": {
103
+ "background-color": { "value": "{dimpact.color.white.100}" },
104
+ "border-color": { "value": "{dimpact.color.primary-hover}" },
105
+ "color": { "value": "{dimpact.color.primary-hover}" }
106
+ },
107
+ "focus": {
108
+ "background-color": {},
109
+ "border-color": {},
110
+ "color": {}
111
+ },
112
+ "pressed": {
113
+ "background-color": {},
114
+ "border-color": {},
115
+ "color": {}
116
+ }
117
+ },
118
+ "subtle": {
119
+ "background-color": {},
120
+ "border-color": {},
121
+ "border-width": {},
122
+ "color": {},
123
+ "font-weight": {},
124
+ "active": {
125
+ "background-color": {},
126
+ "border-color": {},
127
+ "color": {}
128
+ },
129
+ "disabled": {
130
+ "background-color": {},
131
+ "border-color": {},
132
+ "color": {}
133
+ },
134
+ "hover": {
135
+ "background-color": {},
136
+ "border-color": {},
137
+ "color": {}
138
+ },
139
+ "focus": {
140
+ "background-color": {},
141
+ "border-color": {},
142
+ "color": {}
143
+ },
144
+ "pressed": {
145
+ "background-color": {},
146
+ "border-color": {},
147
+ "color": {}
148
+ }
149
+ }
150
+ }
151
+ }
152
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "utrecht": {
3
+ "code": {
4
+ "background-color": { "value": "{dimpact.color.light-grey.96}" },
5
+ "color": { "value": "{dimpact.color.black.0}" },
6
+ "font-family": { "value": "{dimpact.typography.monospace.font-family}" },
7
+ "font-size": { "value": "inherit" },
8
+ "line-height": {}
9
+ },
10
+ "code-block": {
11
+ "background-color": { "value": "{dimpact.color.light-grey.96}" },
12
+ "color": { "value": "{dimpact.color.black.0}" },
13
+ "font-family": { "value": "{dimpact.typography.monospace.font-family}" },
14
+ "font-size": { "value": "{dimpact.font-size.md}" },
15
+ "line-height": { "value": "{dimpact.size.lg}" },
16
+ "margin-block-start": { "value": "{dimpact.size.md}" },
17
+ "margin-block-end": { "value": "{dimpact.size.md}" },
18
+ "margin-inline-start": { "value": 0 },
19
+ "margin-inline-end": { "value": 0 },
20
+ "padding-block-start": { "value": "{dimpact.size.md}" },
21
+ "padding-block-end": { "value": "{dimpact.size.md}" },
22
+ "padding-inline-start": { "value": "{dimpact.size.md}" },
23
+ "padding-inline-end": { "value": "{dimpact.size.md}" }
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "utrecht": {
3
+ "document": {
4
+ "background-color": {},
5
+ "color": { "value": "{dimpact.color.primary}" },
6
+ "font-family": { "value": "{dimpact.typography.sans-serif.font-family}" },
7
+ "font-size": { "value": "{dimpact.font-size.md}" },
8
+ "font-weight": {},
9
+ "line-height": {}
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "utrecht": {
3
+ "alert": {
4
+ "icon": {
5
+ "gap": { "value": "{dimpact.size.xs}" }
6
+ }
7
+ }
8
+ }
9
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "utrecht": {
3
+ "badge-counter": {
4
+ "font-family": { "value": "{utrecht.document.font-family}" },
5
+ "font-style": {},
6
+ "text-decoration": { "value": "none" },
7
+ "min-block-size": {},
8
+ "min-inline-size": {}
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "utrecht": {
3
+ "breadcrumb": {
4
+ "background-color": { "value": "{dimpact.color.white.100}" },
5
+ "padding-inline-start": { "value": "0" },
6
+ "padding-inline-end": { "value": "0" },
7
+ "padding-block-start": { "value": "12px" },
8
+ "padding-block-end": { "value": "12px" },
9
+ "link": {
10
+ "disabled": {
11
+ "background-color": {},
12
+ "color": { "value": "{dimpact.color.grey.29}" }
13
+ },
14
+ "hover": {
15
+ "background-color": {},
16
+ "color": { "value": "{dimpact.color.primary-hover}" }
17
+ }
18
+ }
19
+ }
20
+ }
21
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "utrecht": {
3
+ "form-input": {
4
+ "background-color": { "value": "{dimpact.color.white.100}" },
5
+ "line-height": {},
6
+ "placeholder": {
7
+ "color": { "value": "{dimpact.color.black.60}" }
8
+ },
9
+ "disabled": {
10
+ "background-color": {}
11
+ },
12
+ "focus": {
13
+ "background-color": { "value": "{dimpact.color.white.100}" },
14
+ "border-color": {},
15
+ "color": {}
16
+ },
17
+ "invalid": {
18
+ "background-color": {},
19
+ "color": {}
20
+ },
21
+ "read-only": {
22
+ "background-color": {}
23
+ }
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "utrecht": {
3
+ "icon": {
4
+ "gap": { "value": "{dimpact.size.xs}" }
5
+ }
6
+ }
7
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "utrecht": {
3
+ "page-footer": {
4
+ "min-height": {},
5
+ "logo": {
6
+ "max-height": { "value": "100px" },
7
+ "max-width": { "value": "160px" }
8
+ },
9
+ "background-position": {}
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "utrecht": {
3
+ "page-header": {
4
+ "logo": {
5
+ "max-height": {},
6
+ "max-width": { "value": "150px" }
7
+ }
8
+ }
9
+ }
10
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "utrecht": {
3
+ "table": {
4
+ "background-color": {},
5
+ "header": {
6
+ "border-block-end-color": {},
7
+ "border-block-end-width": {},
8
+ "font-family": {}
9
+ },
10
+ "row": {
11
+ "hover": {
12
+ "background-color": {},
13
+ "color": {}
14
+ }
15
+ },
16
+ "body": {
17
+ "border": {}
18
+ },
19
+ "caption": {
20
+ "font-style": {}
21
+ }
22
+ }
23
+ }
24
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "utrecht": {
3
+ "textbox": {
4
+ "background-color": { "value": "{dimpact.color.white.100}" },
5
+ "line-height": {},
6
+ "placeholder": {
7
+ "color": { "value": "{dimpact.color.black.60}" }
8
+ },
9
+ "disabled": {
10
+ "background-color": {}
11
+ },
12
+ "focus": {
13
+ "background-color": { "value": "{dimpact.color.white.100}" },
14
+ "border-color": {},
15
+ "color": {}
16
+ },
17
+ "invalid": {
18
+ "background-color": {},
19
+ "color": {}
20
+ },
21
+ "read-only": {
22
+ "background-color": {}
23
+ }
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "utrecht": {
3
+ "form-input": {
4
+ "border-bottom-width": {},
5
+ "border-color": { "value": "{dimpact.color.grey.84}" },
6
+ "border-radius": { "value": "5px" },
7
+ "border-width": { "value": "{dimpact.size.4xs}" },
8
+ "color": { "value": "{dimpact.color.primary}" },
9
+ "font-family": { "value": "{dimpact.typography.sans-serif.font-family}" },
10
+ "font-size": { "value": "15px" },
11
+ "min-inline-height": {},
12
+ "max-inline-size": {},
13
+ "padding-block-end": { "value": "{dimpact.size.xs}" },
14
+ "padding-block-start": { "value": "{dimpact.size.xs}" },
15
+ "padding-inline-end": { "value": "{dimpact.size.sm}" },
16
+ "padding-inline-start": { "value": "{dimpact.size.sm}" },
17
+ "disabled": {
18
+ "border-color": {},
19
+ "color": {}
20
+ },
21
+ "invalid": {
22
+ "border-color": {},
23
+ "border-width": {}
24
+ },
25
+ "read-only": {
26
+ "border-color": {},
27
+ "color": {}
28
+ }
29
+ }
30
+ }
31
+ }
@@ -0,0 +1,49 @@
1
+ {
2
+ "utrecht": {
3
+ "heading-1": {
4
+ "color": { "value": "{dimpact.color.pink.62}" },
5
+ "font-family": { "value": "{dimpact.typography.sans-serif.font-family}" },
6
+ "font-size": { "value": "{dimpact.font-size.3xl}" },
7
+ "font-weight": { "value": "{dimpact.typography.font-weight.bold}" },
8
+ "line-height": {},
9
+ "margin-block-end": { "value": "{dimpact.size.2xl}" },
10
+ "margin-block-start": { "value": "{dimpact.size.md}" }
11
+ },
12
+ "heading-2": {
13
+ "color": { "value": "{dimpact.color.pink.62}" },
14
+ "font-family": { "value": "{dimpact.typography.sans-serif.font-family}" },
15
+ "font-size": { "value": "{dimpact.font-size.2xl}" },
16
+ "font-weight": { "value": "{dimpact.typography.font-weight.bold}" },
17
+ "line-height": {},
18
+ "margin-block-end": { "value": "{dimpact.size.2xl}" },
19
+ "margin-block-start": { "value": "{dimpact.size.md}" }
20
+ },
21
+ "heading-3": {
22
+ "color": { "value": "{dimpact.color.pink.62}" },
23
+ "font-family": { "value": "{dimpact.typography.sans-serif.font-family}" },
24
+ "font-size": { "value": "{dimpact.font-size.xl}" },
25
+ "font-weight": { "value": "{dimpact.typography.font-weight.normal}" },
26
+ "line-height": {},
27
+ "margin-block-end": { "value": "{dimpact.size.xl}" },
28
+ "margin-block-start": { "value": "{dimpact.size.md}" }
29
+ },
30
+ "heading-4": {
31
+ "color": { "value": "{dimpact.color.pink.62}" },
32
+ "font-family": { "value": "{dimpact.typography.sans-serif.font-family}" },
33
+ "font-size": { "value": "{dimpact.font-size.lg}" },
34
+ "font-weight": { "value": "{dimpact.typography.font-weight.normal}" },
35
+ "line-height": {},
36
+ "margin-block-end": { "value": "{dimpact.size.lg}" },
37
+ "margin-block-start": { "value": "{dimpact.size.md}" }
38
+ },
39
+ "heading-5": {
40
+ "color": { "value": "{dimpact.color.pink.62}" },
41
+ "font-family": { "value": "{dimpact.typography.sans-serif.font-family}" },
42
+ "font-size": { "value": "{dimpact.font-size.md}" },
43
+ "font-weight": { "value": "{dimpact.typography.font-weight.light}" },
44
+ "line-height": {},
45
+ "margin-block-end": { "value": "{dimpact.size.lg}" },
46
+ "margin-block-start": { "value": "{dimpact.size.md}" }
47
+ }
48
+ }
49
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "utrecht": {
3
+ "icon": {
4
+ "color": {},
5
+ "size": {},
6
+ "inset-block-start": {},
7
+ "baseline": {
8
+ "inset-block-start": {}
9
+ }
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "utrecht": {
3
+ "link": {
4
+ "color": { "value": "{dimpact.color.primary}" },
5
+ "text-decoration": { "value": "underline" },
6
+ "text-decoration-color": { "value": "unset" },
7
+ "text-decoration-thickness": { "value": "{dimpact.size.4xs}" },
8
+ "text-underline-offset": { "value": "{dimpact.size.3xs}" },
9
+ "active": {
10
+ "color": {}
11
+ },
12
+ "focus": {
13
+ "color": {},
14
+ "text-decoration": {},
15
+ "text-decoration-thickness": {}
16
+ },
17
+ "hover": {
18
+ "color": { "value": "{dimpact.color.primary-hover}" },
19
+ "text-decoration": { "value": "underline" },
20
+ "text-decoration-thickness": { "value": "{dimpact.size.4xs}" }
21
+ },
22
+ "placeholder": {
23
+ "color": {}
24
+ },
25
+ "visited": {
26
+ "color": { "value": "{dimpact.color.primary}" }
27
+ },
28
+ "icon": {
29
+ "size": { "value": "{dimpact.size.md}" }
30
+ }
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "utrecht": {
3
+ "ordered-list": {
4
+ "font-size": { "value": "{utrecht.document.font-size}" },
5
+ "line-height": {},
6
+ "margin-block-start": { "value": "{dimpact.size.sm}" },
7
+ "margin-block-end": { "value": "{dimpact.size.sm}" },
8
+ "padding-inline-start": { "value": "{dimpact.size.xl}" },
9
+ "item": {
10
+ "margin-block-start": { "value": "{dimpact.size.2xs}" },
11
+ "margin-block-end": { "value": "{dimpact.size.2xs}" },
12
+ "padding-inline-start": { "value": "1ch" }
13
+ }
14
+ },
15
+ "unordered-list": {
16
+ "font-size": { "value": "{utrecht.document.font-size}" },
17
+ "line-height": {},
18
+ "margin-block-start": { "value": "{dimpact.size.md}" },
19
+ "margin-block-end": { "value": 0 },
20
+ "padding-inline-start": { "value": "2ch" },
21
+ "item": {
22
+ "margin-block-start": { "value": "{dimpact.size.xs}" },
23
+ "margin-block-end": { "value": "{dimpact.size.xs}" },
24
+ "padding-inline-start": { "value": "1ch" }
25
+ },
26
+ "marker": {
27
+ "color": { "value": "{dimpact.color.primary}" }
28
+ }
29
+ }
30
+ }
31
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "utrecht": {
3
+ "page-footer": {
4
+ "background-color": { "value": "{dimpact.color.primary}" },
5
+ "background-image": { "value": "unset" },
6
+ "color": { "value": "{dimpact.color.white.100}" },
7
+ "padding-inline-end": { "value": "{dimpact.size.sm}" },
8
+ "padding-inline-start": { "value": "{dimpact.size.sm}" },
9
+ "padding-block-end": { "value": "{dimpact.size.2xl}" },
10
+ "padding-block-start": { "value": "{dimpact.size.2xl}" }
11
+ }
12
+ }
13
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "utrecht": {
3
+ "page-header": {
4
+ "background-color": { "value": "{dimpact.color.light-blue.53}" },
5
+ "color": { "value": "{dimpact.color.white.100}" },
6
+ "padding-block-start": { "value": "{dimpact.size.sm}" },
7
+ "padding-block-end": { "value": "{dimpact.size.sm}" }
8
+ }
9
+ }
10
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "utrecht": {
3
+ "page": {
4
+ "background-color": {},
5
+ "color": {},
6
+ "margin-inline-start": { "value": "{dimpact.size.lg}" },
7
+ "margin-inline-end": { "value": "{dimpact.size.lg}" },
8
+ "max-inline-size": { "value": "1140px" }
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "utrecht": {
3
+ "surface": {
4
+ "background-color": { "value": "{dimpact.color.white.100}" },
5
+ "color": {}
6
+ }
7
+ }
8
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "utrecht": {
3
+ "table": {
4
+ "border-color": { "value": "{dimpact.color.grey.93}" },
5
+ "border-width": { "value": "{dimpact.size.4xs}" },
6
+ "font-family": { "value": "{utrecht.document.font-family}" },
7
+ "font-size": { "value": "{utrecht.document.font-size}" },
8
+ "line-height": {},
9
+ "margin-block-end": { "value": 0 },
10
+ "margin-block-start": { "value": "{dimpact.size.md}" },
11
+ "caption": {
12
+ "font-weight": {},
13
+ "font-family": {},
14
+ "font-size": {},
15
+ "color": {},
16
+ "line-height": {},
17
+ "text-align": {},
18
+ "margin-block-end": {}
19
+ },
20
+ "header": {
21
+ "font-weight": { "value": "{dimpact.typography.font-weight.bold}" },
22
+ "background-color": {},
23
+ "color": { "value": "{utrecht.document.color}" },
24
+ "text-transform": { "value": "unset" },
25
+ "border-block-end-color": {},
26
+ "border-block-end-width": {}
27
+ },
28
+ "header-cell": {
29
+ "font-size": { "value": "{utrecht.document.font-size}" },
30
+ "font-weight": { "value": "{dimpact.typography.font-weight.bold}" },
31
+ "color": { "value": "{utrecht.document.color}" },
32
+ "text-transform": { "value": "unset" }
33
+ },
34
+ "cell": {
35
+ "line-height": {},
36
+ "padding-block-end": { "value": "{dimpact.size.md}" },
37
+ "padding-block-start": { "value": "{dimpact.size.md}" },
38
+ "padding-inline-end": { "value": "{dimpact.size.md}" },
39
+ "padding-inline-start": { "value": "{dimpact.size.md}" },
40
+ "icon": {
41
+ "size": {}
42
+ }
43
+ },
44
+ "row": {
45
+ "border-block-end-color": { "value": "{dimpact.color.grey.93}" },
46
+ "border-block-end-width": { "value": "{dimpact.size.4xs}" },
47
+ "padding-inline-end": {},
48
+ "padding-inline-start": {},
49
+ "alternate-odd": {
50
+ "background-color": {},
51
+ "color": {}
52
+ },
53
+ "alternate-even": {
54
+ "background-color": {},
55
+ "color": {}
56
+ }
57
+ }
58
+ }
59
+ }
60
+ }