@conduction/theme 1.0.54 → 1.0.56

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 (203) hide show
  1. package/README.md +5 -0
  2. package/conduction-design-tokens/dist/design-tokens.css +64 -2
  3. package/conduction-design-tokens/dist/index.js +64 -2
  4. package/conduction-design-tokens/dist/index.json +1384 -100
  5. package/conduction-design-tokens/dist/index.less +64 -2
  6. package/conduction-design-tokens/dist/index.scss +64 -2
  7. package/conduction-design-tokens/dist/tokens.json +1406 -85
  8. package/conduction-design-tokens/src/brand/conduction/color.tokens.json +6 -0
  9. package/conduction-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  10. package/conduction-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  11. package/conduction-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  12. package/conduction-design-tokens/src/component/conduction/logo.tokens.json +1 -1
  13. package/conduction-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  14. package/conduction-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  15. package/municipalities/commonground-design-tokens/LICENSE.md +17 -0
  16. package/municipalities/commonground-design-tokens/README.md +3 -0
  17. package/municipalities/commonground-design-tokens/dist/design-tokens.css +544 -0
  18. package/municipalities/commonground-design-tokens/dist/font.css +5 -0
  19. package/municipalities/commonground-design-tokens/dist/index.css +7 -0
  20. package/municipalities/commonground-design-tokens/dist/index.js +542 -0
  21. package/municipalities/commonground-design-tokens/dist/index.json +10985 -0
  22. package/municipalities/commonground-design-tokens/dist/index.less +541 -0
  23. package/municipalities/commonground-design-tokens/dist/index.scss +541 -0
  24. package/municipalities/commonground-design-tokens/dist/tokens.json +11679 -0
  25. package/municipalities/commonground-design-tokens/documentation/color.stories.mdx +17 -0
  26. package/municipalities/commonground-design-tokens/documentation/components.stories.mdx +11 -0
  27. package/municipalities/commonground-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  28. package/municipalities/commonground-design-tokens/documentation/readme.stories.mdx +7 -0
  29. package/municipalities/commonground-design-tokens/package.json +37 -0
  30. package/municipalities/commonground-design-tokens/src/brand/commonground/color.tokens.json +98 -0
  31. package/municipalities/commonground-design-tokens/src/brand/commonground/font-size.tokens.json +17 -0
  32. package/municipalities/commonground-design-tokens/src/brand/commonground/size.tokens.json +17 -0
  33. package/municipalities/commonground-design-tokens/src/brand/commonground/typography.tokens.json +45 -0
  34. package/municipalities/commonground-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  35. package/municipalities/commonground-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  36. package/municipalities/commonground-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  37. package/municipalities/commonground-design-tokens/src/component/conduction/card-wrapper.tokens.json +26 -0
  38. package/municipalities/commonground-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  39. package/municipalities/commonground-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  40. package/municipalities/commonground-design-tokens/src/component/conduction/logo.tokens.json +20 -0
  41. package/municipalities/commonground-design-tokens/src/component/conduction/navigation.tokens.json +67 -0
  42. package/municipalities/commonground-design-tokens/src/component/conduction/pagination.tokens.json +76 -0
  43. package/municipalities/commonground-design-tokens/src/component/conduction/select.tokens.json +39 -0
  44. package/municipalities/commonground-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  45. package/municipalities/commonground-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
  46. package/municipalities/commonground-design-tokens/src/component/conduction/tooltip.tokens.json +18 -0
  47. package/municipalities/commonground-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
  48. package/municipalities/commonground-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  49. package/municipalities/commonground-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  50. package/municipalities/commonground-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  51. package/municipalities/commonground-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  52. package/municipalities/commonground-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  53. package/municipalities/commonground-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  54. package/municipalities/commonground-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  55. package/municipalities/commonground-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  56. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  57. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  58. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -0
  59. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  60. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  61. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +35 -0
  62. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  63. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +25 -0
  64. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  65. package/municipalities/commonground-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
  66. package/municipalities/commonground-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  67. package/municipalities/commonground-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  68. package/municipalities/commonground-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  69. package/municipalities/commonground-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  70. package/municipalities/commonground-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  71. package/municipalities/commonground-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  72. package/municipalities/commonground-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  73. package/municipalities/commonground-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  74. package/municipalities/commonground-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  75. package/municipalities/commonground-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  76. package/municipalities/commonground-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  77. package/municipalities/commonground-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
  78. package/municipalities/commonground-design-tokens/src/config.json +48 -0
  79. package/municipalities/commonground-design-tokens/src/font/rijksoverheidsanswebtext-regular-webfont.b64ae9c9e044.woff2 +0 -0
  80. package/municipalities/commonground-design-tokens/src/font.scss +7 -0
  81. package/municipalities/commonground-design-tokens/src/index.scss +8 -0
  82. package/municipalities/commonground-design-tokens/style-dictionary.config.js +6 -0
  83. package/municipalities/dimpact-design-tokens/dist/design-tokens.css +64 -1
  84. package/municipalities/dimpact-design-tokens/dist/index.js +64 -1
  85. package/municipalities/dimpact-design-tokens/dist/index.json +1305 -0
  86. package/municipalities/dimpact-design-tokens/dist/index.less +64 -1
  87. package/municipalities/dimpact-design-tokens/dist/index.scss +64 -1
  88. package/municipalities/dimpact-design-tokens/dist/tokens.json +1364 -22
  89. package/municipalities/dimpact-design-tokens/package.json +1 -1
  90. package/municipalities/dimpact-design-tokens/src/brand/dimpact/color.tokens.json +9 -0
  91. package/municipalities/dimpact-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  92. package/municipalities/dimpact-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  93. package/municipalities/dimpact-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  94. package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  95. package/municipalities/dimpact-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  96. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +63 -1
  97. package/municipalities/dinkelland-design-tokens/dist/index.js +63 -1
  98. package/municipalities/dinkelland-design-tokens/dist/index.json +1284 -0
  99. package/municipalities/dinkelland-design-tokens/dist/index.less +63 -1
  100. package/municipalities/dinkelland-design-tokens/dist/index.scss +63 -1
  101. package/municipalities/dinkelland-design-tokens/dist/tokens.json +1354 -33
  102. package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +6 -0
  103. package/municipalities/dinkelland-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  104. package/municipalities/dinkelland-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  105. package/municipalities/dinkelland-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  106. package/municipalities/dinkelland-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  107. package/municipalities/dinkelland-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  108. package/municipalities/epe-design-tokens/dist/design-tokens.css +64 -1
  109. package/municipalities/epe-design-tokens/dist/index.js +64 -1
  110. package/municipalities/epe-design-tokens/dist/index.json +1305 -0
  111. package/municipalities/epe-design-tokens/dist/index.less +64 -1
  112. package/municipalities/epe-design-tokens/dist/index.scss +64 -1
  113. package/municipalities/epe-design-tokens/dist/tokens.json +1365 -23
  114. package/municipalities/epe-design-tokens/src/brand/epe/color.tokens.json +9 -0
  115. package/municipalities/epe-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  116. package/municipalities/epe-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  117. package/municipalities/epe-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  118. package/municipalities/epe-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  119. package/municipalities/epe-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  120. package/municipalities/leiden-design-tokens/dist/design-tokens.css +64 -1
  121. package/municipalities/leiden-design-tokens/dist/index.js +64 -1
  122. package/municipalities/leiden-design-tokens/dist/index.json +1305 -0
  123. package/municipalities/leiden-design-tokens/dist/index.less +64 -1
  124. package/municipalities/leiden-design-tokens/dist/index.scss +64 -1
  125. package/municipalities/leiden-design-tokens/dist/tokens.json +1370 -28
  126. package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +9 -0
  127. package/municipalities/leiden-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  128. package/municipalities/leiden-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  129. package/municipalities/leiden-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  130. package/municipalities/leiden-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  131. package/municipalities/leiden-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  132. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +64 -1
  133. package/municipalities/noaberkracht-design-tokens/dist/index.js +64 -1
  134. package/municipalities/noaberkracht-design-tokens/dist/index.json +1305 -0
  135. package/municipalities/noaberkracht-design-tokens/dist/index.less +64 -1
  136. package/municipalities/noaberkracht-design-tokens/dist/index.scss +64 -1
  137. package/municipalities/noaberkracht-design-tokens/dist/tokens.json +1368 -24
  138. package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/color.tokens.json +11 -0
  139. package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  140. package/municipalities/noaberkracht-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  141. package/municipalities/noaberkracht-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  142. package/municipalities/noaberkracht-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  143. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  144. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +62 -1
  145. package/municipalities/noordwijk-design-tokens/dist/index.js +62 -1
  146. package/municipalities/noordwijk-design-tokens/dist/index.json +1263 -0
  147. package/municipalities/noordwijk-design-tokens/dist/index.less +62 -1
  148. package/municipalities/noordwijk-design-tokens/dist/index.scss +62 -1
  149. package/municipalities/noordwijk-design-tokens/dist/tokens.json +1349 -49
  150. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +3 -0
  151. package/municipalities/noordwijk-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  152. package/municipalities/noordwijk-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  153. package/municipalities/noordwijk-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  154. package/municipalities/noordwijk-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  155. package/municipalities/noordwijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  156. package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +63 -1
  157. package/municipalities/open-webconcept-design-tokens/dist/index.js +63 -1
  158. package/municipalities/open-webconcept-design-tokens/dist/index.json +1284 -0
  159. package/municipalities/open-webconcept-design-tokens/dist/index.less +63 -1
  160. package/municipalities/open-webconcept-design-tokens/dist/index.scss +63 -1
  161. package/municipalities/open-webconcept-design-tokens/dist/tokens.json +1355 -34
  162. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/color.tokens.json +6 -0
  163. package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  164. package/municipalities/open-webconcept-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  165. package/municipalities/open-webconcept-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  166. package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  167. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  168. package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +61 -1
  169. package/municipalities/rotterdam-design-tokens/dist/index.js +61 -1
  170. package/municipalities/rotterdam-design-tokens/dist/index.json +1242 -0
  171. package/municipalities/rotterdam-design-tokens/dist/index.less +61 -1
  172. package/municipalities/rotterdam-design-tokens/dist/index.scss +61 -1
  173. package/municipalities/rotterdam-design-tokens/dist/tokens.json +1280 -1
  174. package/municipalities/rotterdam-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  175. package/municipalities/rotterdam-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  176. package/municipalities/rotterdam-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  177. package/municipalities/rotterdam-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  178. package/municipalities/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -0
  179. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +63 -1
  180. package/municipalities/tubbergen-design-tokens/dist/index.js +63 -1
  181. package/municipalities/tubbergen-design-tokens/dist/index.json +1284 -0
  182. package/municipalities/tubbergen-design-tokens/dist/index.less +63 -1
  183. package/municipalities/tubbergen-design-tokens/dist/index.scss +63 -1
  184. package/municipalities/tubbergen-design-tokens/dist/tokens.json +1357 -36
  185. package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +6 -0
  186. package/municipalities/tubbergen-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  187. package/municipalities/tubbergen-design-tokens/src/component/conduction/checkbox.tokens.json +70 -0
  188. package/municipalities/tubbergen-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  189. package/municipalities/tubbergen-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  190. package/municipalities/tubbergen-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  191. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +65 -1
  192. package/municipalities/xxllnc-design-tokens/dist/index.js +65 -1
  193. package/municipalities/xxllnc-design-tokens/dist/index.json +1324 -0
  194. package/municipalities/xxllnc-design-tokens/dist/index.less +65 -1
  195. package/municipalities/xxllnc-design-tokens/dist/index.scss +65 -1
  196. package/municipalities/xxllnc-design-tokens/dist/tokens.json +1388 -28
  197. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +9 -0
  198. package/municipalities/xxllnc-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  199. package/municipalities/xxllnc-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  200. package/municipalities/xxllnc-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  201. package/municipalities/xxllnc-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  202. package/municipalities/xxllnc-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  203. package/package.json +3 -2
@@ -0,0 +1,17 @@
1
+ import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
2
+ import tokens from "../dist/tokens.json";
3
+ import { ColorSearch } from "@nl-design-system-unstable/theme-toolkit/src/ColorSearch";
4
+ import { ColorTable } from "@nl-design-system-unstable/theme-toolkit/src/ColorTable";
5
+ import config from "../src/config.json";
6
+
7
+ <Meta title={`${config.name}/Color`} />
8
+
9
+ # Color
10
+
11
+ ## Find a color
12
+
13
+ <ColorSearch tokens={tokens[config.prefix]["color"]}></ColorSearch>
14
+
15
+ ## Color palette
16
+
17
+ <ColorTable tokens={tokens[config.prefix]["color"]}></ColorTable>
@@ -0,0 +1,11 @@
1
+ import { Meta, Story } from "@storybook/addon-docs";
2
+ import { ComponentStories } from "@nl-design-system-unstable/theme-toolkit/src/ComponentStories";
3
+ import config from "../src/config.json";
4
+
5
+ <Meta title={`${config.name}`} />
6
+
7
+ # Components
8
+
9
+ <Story name="Components">
10
+ <ComponentStories config={config} />
11
+ </Story>
@@ -0,0 +1,14 @@
1
+ import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
2
+ import { DesignTokensTable } from "@nl-design-system-unstable/theme-toolkit/src/DesignTokensTable";
3
+ import tokens from "../dist/index.json";
4
+ import config from "../src/config.json";
5
+
6
+ <Meta title={`${config.name}/Design Tokens`} />
7
+
8
+ # Design Tokens
9
+
10
+ <DesignTokensTable tokens={tokens.filter((token) => token.path[0] !== config.prefix)}></DesignTokensTable>
11
+
12
+ ## Proprietary Design Tokens
13
+
14
+ <DesignTokensTable tokens={tokens.filter((token) => token.path[0] === config.prefix)}></DesignTokensTable>
@@ -0,0 +1,7 @@
1
+ import { Meta, Description } from "@storybook/addon-docs";
2
+ import markdown from "../README.md";
3
+ import config from "../src/config.json";
4
+
5
+ <Meta title={`${config.name}/README`} />
6
+
7
+ <Description>{markdown}</Description>
@@ -0,0 +1,37 @@
1
+ {
2
+ "version": "1.0.0-alpha.1",
3
+ "author": "Community for NL Design System",
4
+ "description": "NL Design System design tokens for CommonGround",
5
+ "website": "https://commonground.nl/",
6
+ "keywords": ["nl-design-system", "conduction"],
7
+ "license": "SEE LICENSE IN LICENSE.md",
8
+ "name": "@nl-design-system-unstable/commonground-design-tokens",
9
+ "private": false,
10
+ "publishConfig": {
11
+ "access": "public"
12
+ },
13
+ "repository": {
14
+ "type": "git+ssh",
15
+ "url": "git@github.com:nl-design-system/themes.git"
16
+ },
17
+ "scripts": {
18
+ "clean": "rimraf -rf dist/",
19
+ "prebuild": "npm run clean",
20
+ "watch": "npm-run-all watch:**",
21
+ "watch:style-dictionary": "chokidar --follow-symlinks --command 'npm run --ignore-scripts build' 'src/**/*.tokens.json'",
22
+ "build": "npm-run-all build:**",
23
+ "build:scss": "sass --no-source-map src/:dist/",
24
+ "build:style-dictionary": "style-dictionary build --config ./style-dictionary.config.js"
25
+ },
26
+ "devDependencies": {
27
+ "@nl-design-system-unstable/theme-toolkit": "workspace:*",
28
+ "chokidar-cli": "3.0.0",
29
+ "npm-run-all": "4.1.5",
30
+ "rimraf": "3.0.2",
31
+ "style-dictionary": "3.8.0"
32
+ },
33
+ "bugs": {
34
+ "url": "https://github.com/ConductionNL/conduction-theme/issues"
35
+ },
36
+ "homepage": "https://github.com/ConductionNL/conduction-theme#readme"
37
+ }
@@ -0,0 +1,98 @@
1
+ {
2
+ "commonground": {
3
+ "color": {
4
+ "primary": { "value": "{commonground.color.yellow.59}" },
5
+ "primary-hover": { "value": "#ffae00" },
6
+ "error": { "value": "#dc3545" },
7
+ "alert-error": { "value": "#721c24" },
8
+ "alert-error-background": { "value": "#f8d7da" },
9
+ "warning": { "value": "#ffc107" },
10
+ "alert-warning": { "value": "#856404" },
11
+ "alert-warning-background": { "value": "#fff3cd" },
12
+ "succes": { "value": "#28a745" },
13
+ "alert-succes": { "value": "#155724" },
14
+ "alert-succes-background": { "value": "#d4edda" },
15
+ "info": {},
16
+ "alert-info": { "value": "#004085" },
17
+ "alert-info-background": { "value": "#cce5ff" },
18
+ "white": {
19
+ "100": {
20
+ "value": "#ffffff",
21
+ "comment": "Base/White"
22
+ }
23
+ },
24
+ "black": {
25
+ "0": {
26
+ "value": "#000000",
27
+ "comment": "Base/Black"
28
+ },
29
+ "0-6t": {
30
+ "value": "#0000000f",
31
+ "comment": "Black with 6% transparency"
32
+ },
33
+ "0-11t": {
34
+ "value": "#0000001c",
35
+ "comment": "Black with 11% transparency"
36
+ },
37
+ "0-55t": {
38
+ "value": "#0000008c",
39
+ "comment": "Black with 55% transparency"
40
+ }
41
+ },
42
+ "yellow": {
43
+ "59": {
44
+ "value": "#ffbc2c",
45
+ "comment": "Base/Yellow"
46
+ },
47
+ "64": {
48
+ "value": "#ffc446"
49
+ }
50
+ },
51
+ "grey": {
52
+ "29": {
53
+ "value": "#4a4a4a",
54
+ "comment": "Base/Grey"
55
+ },
56
+ "31": {
57
+ "value": "#4f4f4f"
58
+ },
59
+ "46": {
60
+ "value": "#767676"
61
+ },
62
+ "58": {
63
+ "value": "#949494"
64
+ },
65
+ "65": {
66
+ "value": "#a5a5a5"
67
+ },
68
+ "82": {
69
+ "value": "#d1d1d1"
70
+ },
71
+ "97": {
72
+ "value": "#f7f7f7"
73
+ }
74
+ },
75
+ "lightgrey": {
76
+ "96": {
77
+ "value": "#f5f5f5",
78
+ "comment": "Base/LightGrey"
79
+ },
80
+ "98": {
81
+ "value": "#fafafa"
82
+ },
83
+ "89": {
84
+ "value": "#e4e4e4"
85
+ }
86
+ },
87
+ "blue": {
88
+ "26": {
89
+ "value": "#2e4057",
90
+ "comment": "Base/Blue"
91
+ },
92
+ "29": {
93
+ "value": "#334761"
94
+ }
95
+ }
96
+ }
97
+ }
98
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "commonground": {
3
+ "font-size": {
4
+ "4xs": { "value": "5px" },
5
+ "3xs": { "value": "8px" },
6
+ "2xs": { "value": "10px" },
7
+ "xs": { "value": "12px" },
8
+ "sm": { "value": "14px" },
9
+ "md": { "value": "16px" },
10
+ "lg": { "value": "20px" },
11
+ "xl": { "value": "24px" },
12
+ "2xl": { "value": "30px" },
13
+ "3xl": { "value": "48px" },
14
+ "4xl": { "value": "58px" }
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "commonground": {
3
+ "size": {
4
+ "4xs": { "value": "1px" },
5
+ "3xs": { "value": "2px" },
6
+ "2xs": { "value": "4px" },
7
+ "xs": { "value": "8px" },
8
+ "sm": { "value": "14px" },
9
+ "md": { "value": "18px" },
10
+ "lg": { "value": "24px" },
11
+ "xl": { "value": "32px" },
12
+ "2xl": { "value": "48px" },
13
+ "3xl": { "value": "72px" },
14
+ "4xl": { "value": "96px" }
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "commonground": {
3
+ "typography": {
4
+ "rijksoverheid-sans": {
5
+ "font-family": {
6
+ "value": "\"Rijksoverheid Sans\", Monospace, \"Noto Sans\", Arial, sans-serif"
7
+ }
8
+ },
9
+ "sans-serif": {
10
+ "font-family": {
11
+ "value": "\"Rijksoverheid Sans\", Monospace, Arial, sans-serif"
12
+ }
13
+ },
14
+ "monospace": {
15
+ "font-family": {
16
+ "value": "Monospace, \"Lucida Console\""
17
+ }
18
+ },
19
+ "font-weight": {
20
+ "bold": {
21
+ "value": "700"
22
+ },
23
+ "normal": {
24
+ "value": "400"
25
+ },
26
+ "light": {
27
+ "value": "100"
28
+ }
29
+ },
30
+ "scale": {
31
+ "4xs": { "value": "{commonground.font-size.4xs}" },
32
+ "3xs": { "value": "{commonground.font-size.3xs}" },
33
+ "2xs": { "value": "{commonground.font-size.2xs}" },
34
+ "xs": { "value": "{commonground.font-size.xs}" },
35
+ "sm": { "value": "{commonground.font-size.sm}" },
36
+ "md": { "value": "{commonground.font-size.md}" },
37
+ "lg": { "value": "{commonground.font-size.lg}" },
38
+ "xl": { "value": "{commonground.font-size.xl}" },
39
+ "2xl": { "value": "{commonground.font-size.2xl}" },
40
+ "3xl": { "value": "{commonground.font-size.3xl}" },
41
+ "4xl": { "value": "{commonground.font-size.4xl}" }
42
+ }
43
+ }
44
+ }
45
+ }
@@ -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": "{commonground.size.3xs}" },
6
+ "2xs": { "value": "{commonground.size.2xs}" },
7
+ "xs": { "value": "{commonground.size.xs}" },
8
+ "sm": { "value": "{commonground.size.sm}" },
9
+ "md": { "value": "{commonground.size.md}" },
10
+ "lg": { "value": "{commonground.size.lg}" },
11
+ "xl": { "value": "{commonground.size.xl}" },
12
+ "2xl": { "value": "{commonground.size.2xl}" },
13
+ "3xl": { "value": "{commonground.size.3xl}" }
14
+ },
15
+ "inline": {
16
+ "3xs": { "value": "{commonground.size.3xs}" },
17
+ "2xs": { "value": "{commonground.size.2xs}" },
18
+ "xs": { "value": "{commonground.size.xs}" },
19
+ "sm": { "value": "{commonground.size.sm}" },
20
+ "md": { "value": "{commonground.size.md}" },
21
+ "lg": { "value": "{commonground.size.lg}" },
22
+ "xl": { "value": "{commonground.size.xl}" },
23
+ "2xl": { "value": "{commonground.size.2xl}" },
24
+ "3xl": { "value": "{commonground.size.3xl}" }
25
+ }
26
+ }
27
+ }
28
+ }
@@ -0,0 +1,26 @@
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": "{commonground.color.blue.26}" }
17
+ },
18
+ "date": {
19
+ "color": { "value": "{commonground.color.black.0-55t}" },
20
+ "font-size": { "value": "{commonground.font-size.xs}" },
21
+ "font-weight": { "value": "{commonground.typography.font-weight.light}" },
22
+ "margin-block-end": { "value": "{commonground.size.xs}" }
23
+ }
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "conduction": {
3
+ "card-wrapper": {
4
+ "background-color": { "value": "{commonground.color.white.100}" },
5
+ "border-color": {},
6
+ "border-style": {},
7
+ "border-width": {},
8
+ "border-bottom-color": {},
9
+ "border-bottom-style": {},
10
+ "border-bottom-width": {},
11
+ "border-radius": { "value": "6px" },
12
+ "box-shadow": { "value": "{commonground.color.black.0-11t} 0px 0px 0px 1px" },
13
+ "color": { "value": "{commonground.color.black.0}" },
14
+ "hover": {
15
+ "background-color": {},
16
+ "border-bottom-color": {},
17
+ "border-bottom-style": {},
18
+ "border-bottom-width": {}
19
+ },
20
+ "padding-inline-end": { "value": "{commonground.size.lg}" },
21
+ "padding-inline-start": { "value": "{commonground.size.lg}" },
22
+ "padding-block-end": { "value": "20px" },
23
+ "padding-block-start": { "value": "20px" }
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,69 @@
1
+ {
2
+ "conduction": {
3
+ "input-checkbox": {
4
+ "color": { "value": "{commonground.color.white.100}" },
5
+ "border-width": { "value": "{commonground.size.4xs}" },
6
+ "border-style": { "value": "solid" },
7
+ "border-color": { "value": "{commonground.color.grey.46}" },
8
+ "border-radius": { "value": "3px" },
9
+ "box-shadow": {},
10
+ "hover": {
11
+ "color": { "value": "{commonground.color.white.100}" },
12
+ "border-width": { "value": "{commonground.size.4xs}" },
13
+ "border-style": { "value": "solid" },
14
+ "border-color": { "value": "{commonground.color.grey.31}" },
15
+ "border-radius": { "value": "3px" },
16
+ "box-shadow": {}
17
+ },
18
+ "checked": {
19
+ "color": { "value": "{commonground.color.primary}" },
20
+ "border-width": { "value": "{commonground.size.4xs}" },
21
+ "border-style": { "value": "solid" },
22
+ "border-color": { "value": "{commonground.color.primary}" },
23
+ "border-radius": { "value": "3px" },
24
+ "box-shadow": {},
25
+ "checkmark-url": {},
26
+ "hover": {
27
+ "color": { "value": "{commonground.color.primary-hover}" },
28
+ "border-width": { "value": "{commonground.size.4xs}" },
29
+ "border-style": { "value": "solid" },
30
+ "border-color": { "value": "{commonground.color.primary-hover}" },
31
+ "border-radius": { "value": "3px" },
32
+ "box-shadow": {}
33
+ }
34
+ },
35
+ "disabled": {
36
+ "color": { "value": "{commonground.color.grey.82}" },
37
+ "border-width": { "value": "{commonground.size.4xs}" },
38
+ "border-style": { "value": "solid" },
39
+ "border-color": { "value": "{commonground.color.grey.82}" },
40
+ "border-radius": { "value": "3px" },
41
+ "box-shadow": {},
42
+ "hover": {
43
+ "color": { "value": "{commonground.color.grey.82}" },
44
+ "border-width": { "value": "{commonground.size.4xs}" },
45
+ "border-style": { "value": "solid" },
46
+ "border-color": { "value": "{commonground.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": "{commonground.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,23 @@
1
+ {
2
+ "conduction": {
3
+ "download-card": {
4
+ "background-color": {},
5
+ "title": {
6
+ "color": { "value": "{utrecht.document.color}" },
7
+ "font-size": { "value": "{commonground.font-size.lg}" },
8
+ "font-weight": { "value": "{commonground.typography.font-weight.bold}" },
9
+ "font-family": { "value": "{commonground.typography.rijksoverheid-sans.font-family}" },
10
+ "margin-inline-end": { "value": "{commonground.size.sm}" }
11
+ },
12
+ "border-width": { "value": "{commonground.size.4xs}" },
13
+ "border-style": { "value": "solid" },
14
+ "border-color": { "value": "{commonground.color.grey.82}" },
15
+ "border-radius": { "value": "6px" },
16
+ "icon-gap": { "value": "{commonground.size.xs}" },
17
+ "padding-inline-end": { "value": "{commonground.size.md}" },
18
+ "padding-inline-start": { "value": "{commonground.size.md}" },
19
+ "padding-block-end": { "value": "{commonground.size.md}" },
20
+ "padding-block-start": { "value": "{commonground.size.md}" }
21
+ }
22
+ }
23
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "conduction": {
3
+ "logo": {
4
+ "header": {
5
+ "inline-size": { "value": "47px" },
6
+ "block-size": { "value": "47px" },
7
+ "background-image": {
8
+ "value": "url('https://commonground.nl/file/embed/ca48ca97-b475-4318-bb7b-14cb552770c9/cg_small.png')"
9
+ }
10
+ },
11
+ "footer": {
12
+ "inline-size": { "value": "75px" },
13
+ "block-size": { "value": "75px" },
14
+ "background-image": {
15
+ "value": "url('https://commonground.nl/file/embed/ca48ca97-b475-4318-bb7b-14cb552770c9/cg_small.png')"
16
+ }
17
+ }
18
+ }
19
+ }
20
+ }
@@ -0,0 +1,67 @@
1
+ {
2
+ "conduction": {
3
+ "primary": {
4
+ "top-nav": {
5
+ "color": { "value": "{commonground.color.black.0}" },
6
+ "background-color": { "value": "{commonground.color.primary}" },
7
+ "hover": {
8
+ "color": { "value": "{commonground.color.black.0}" },
9
+ "background-color": { "value": "{commonground.color.yellow.64}" },
10
+ "box-shadow": {}
11
+ },
12
+ "current": {
13
+ "color": { "value": "{commonground.color.black.0}" },
14
+ "background-color": { "value": "{commonground.color.primary}" },
15
+ "box-shadow": { "value": "inset 0px 0px 0px 2px {commonground.color.black.0}" },
16
+ "mobile": {
17
+ "box-shadow": { "value": "" }
18
+ }
19
+ },
20
+ "dropdown": {
21
+ "color": { "value": "{commonground.color.black.0}" },
22
+ "background-color": { "value": "{commonground.color.primary}" },
23
+ "border-width": {},
24
+ "border-style": {},
25
+ "border-color": {},
26
+ "hover": {
27
+ "color": { "value": "{commonground.color.black.0}" },
28
+ "background-color": { "value": "{commonground.color.yellow.64}" },
29
+ "box-shadow": {}
30
+ }
31
+ },
32
+ "item": {
33
+ "padding": { "value": "18px" },
34
+ "border-radius": { "value": "{commonground.size.2xs}" }
35
+ },
36
+ "padding-inline-end": { "value": "16px" },
37
+ "padding-inline-start": { "value": "16px" },
38
+ "padding-block-end": { "value": "16px" },
39
+ "padding-block-start": { "value": "16px" }
40
+ }
41
+ },
42
+ "secondary": {
43
+ "top-nav": {
44
+ "color": { "value": "{commonground.color.black.0}" },
45
+ "background-color": { "value": "transparent" },
46
+ "hover": {
47
+ "color": { "value": "{commonground.color.black.0}" },
48
+ "background-color": { "value": "{commonground.color.yellow.64}" }
49
+ },
50
+ "current": {
51
+ "color": { "value": "{commonground.color.white.100}" },
52
+ "background-color": { "value": "{commonground.color.primary}" },
53
+ "box-shadow": { "value": "" }
54
+ },
55
+ "font-size": { "value": "{commonground.font-size.md}" },
56
+ "font-weight": { "value": "400" },
57
+ "item": {
58
+ "padding": { "value": "18px" }
59
+ },
60
+ "padding-inline-end": { "value": "16px" },
61
+ "padding-inline-start": { "value": "16px" },
62
+ "padding-block-end": { "value": "16px" },
63
+ "padding-block-start": { "value": "16px" }
64
+ }
65
+ }
66
+ }
67
+ }
@@ -0,0 +1,76 @@
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": "{commonground.size.2xs}" },
13
+ "color": { "value": "{commonground.color.black.0}" },
14
+ "background-color": { "value": "{commonground.color.white.100}" },
15
+ "padding-inline-start": { "value": "{commonground.size.xs}" },
16
+ "padding-inline-end": { "value": "{commonground.size.xs}" },
17
+ "padding-block-start": { "value": "{commonground.size.xs}" },
18
+ "padding-block-end": { "value": "{commonground.size.xs}" },
19
+ "font-size": { "value": "{utrecht.document.font-size}" },
20
+ "font-weight": { "value": "{commonground.typography.font-weight.normal}" },
21
+ "font-family": { "value": "{utrecht.document.font-family}" },
22
+ "border-width": {},
23
+ "border-style": {},
24
+ "border-color": {},
25
+ "border-radius": { "value": "{commonground.size.2xs}" }
26
+ },
27
+ "navigation-button": {
28
+ "color": { "value": "{commonground.color.white.100}" },
29
+ "background-color": { "value": "{commonground.color.primary}" },
30
+ "border-color": {},
31
+ "border-radius": {},
32
+ "border-width": {},
33
+ "padding-inline-start": { "value": "{commonground.size.xs}" },
34
+ "padding-inline-end": { "value": "{commonground.size.xs}" },
35
+ "padding-block-start": { "value": "0px" },
36
+ "padding-block-end": { "value": "0px" },
37
+ "disabled": {
38
+ "color": { "value": "{commonground.color.white.100}" },
39
+ "background-color": { "value": "{commonground.color.grey.82}" },
40
+ "border-width": {},
41
+ "border-style": {},
42
+ "border-color": {},
43
+ "border-radius": {}
44
+ },
45
+ "hover": {
46
+ "color": { "value": "{commonground.color.white.100}" },
47
+ "background-color": { "value": "{commonground.color.primary-hover}" },
48
+ "border-width": {},
49
+ "border-style": {},
50
+ "border-color": {},
51
+ "border-radius": {}
52
+ }
53
+ },
54
+ "current-page": {
55
+ "color": { "value": "{commonground.color.white.100}" },
56
+ "background-color": { "value": "{commonground.color.primary}" },
57
+ "font-weight": { "value": "{commonground.typography.font-weight.bold}" },
58
+ "text-decoration": { "value": "unset" },
59
+ "border-width": {},
60
+ "border-style": {},
61
+ "border-color": {}
62
+ },
63
+ "page": {
64
+ "hover": {
65
+ "color": { "value": "{commonground.color.primary}" },
66
+ "background-color": { "value": "{commonground.color.white.100}" },
67
+ "text-decoration": { "value": "unset" },
68
+ "text-decoration-thickness": { "value": "0px" },
69
+ "border-width": {},
70
+ "border-style": {},
71
+ "border-color": {}
72
+ }
73
+ }
74
+ }
75
+ }
76
+ }