@conduction/theme 1.0.54 → 1.0.55

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 (147) hide show
  1. package/README.md +1 -0
  2. package/conduction-design-tokens/dist/design-tokens.css +2 -2
  3. package/conduction-design-tokens/dist/index.js +2 -2
  4. package/conduction-design-tokens/dist/index.json +2 -2
  5. package/conduction-design-tokens/dist/index.less +2 -2
  6. package/conduction-design-tokens/dist/index.scss +2 -2
  7. package/conduction-design-tokens/dist/tokens.json +5 -3
  8. package/conduction-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  9. package/conduction-design-tokens/src/component/conduction/logo.tokens.json +1 -1
  10. package/conduction-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  11. package/municipalities/commonground-design-tokens/LICENSE.md +17 -0
  12. package/municipalities/commonground-design-tokens/README.md +3 -0
  13. package/municipalities/commonground-design-tokens/dist/design-tokens.css +482 -0
  14. package/municipalities/commonground-design-tokens/dist/font.css +5 -0
  15. package/municipalities/commonground-design-tokens/dist/index.css +7 -0
  16. package/municipalities/commonground-design-tokens/dist/index.js +480 -0
  17. package/municipalities/commonground-design-tokens/dist/index.json +9701 -0
  18. package/municipalities/commonground-design-tokens/dist/index.less +479 -0
  19. package/municipalities/commonground-design-tokens/dist/index.scss +479 -0
  20. package/municipalities/commonground-design-tokens/dist/tokens.json +10360 -0
  21. package/municipalities/commonground-design-tokens/documentation/color.stories.mdx +17 -0
  22. package/municipalities/commonground-design-tokens/documentation/components.stories.mdx +11 -0
  23. package/municipalities/commonground-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  24. package/municipalities/commonground-design-tokens/documentation/readme.stories.mdx +7 -0
  25. package/municipalities/commonground-design-tokens/package.json +37 -0
  26. package/municipalities/commonground-design-tokens/src/brand/commonground/color.tokens.json +92 -0
  27. package/municipalities/commonground-design-tokens/src/brand/commonground/font-size.tokens.json +17 -0
  28. package/municipalities/commonground-design-tokens/src/brand/commonground/size.tokens.json +17 -0
  29. package/municipalities/commonground-design-tokens/src/brand/commonground/typography.tokens.json +45 -0
  30. package/municipalities/commonground-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  31. package/municipalities/commonground-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  32. package/municipalities/commonground-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  33. package/municipalities/commonground-design-tokens/src/component/conduction/card-wrapper.tokens.json +26 -0
  34. package/municipalities/commonground-design-tokens/src/component/conduction/logo.tokens.json +20 -0
  35. package/municipalities/commonground-design-tokens/src/component/conduction/navigation.tokens.json +67 -0
  36. package/municipalities/commonground-design-tokens/src/component/conduction/pagination.tokens.json +76 -0
  37. package/municipalities/commonground-design-tokens/src/component/conduction/select.tokens.json +39 -0
  38. package/municipalities/commonground-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  39. package/municipalities/commonground-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
  40. package/municipalities/commonground-design-tokens/src/component/conduction/tooltip.tokens.json +18 -0
  41. package/municipalities/commonground-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
  42. package/municipalities/commonground-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  43. package/municipalities/commonground-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  44. package/municipalities/commonground-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  45. package/municipalities/commonground-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  46. package/municipalities/commonground-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  47. package/municipalities/commonground-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  48. package/municipalities/commonground-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  49. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  50. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  51. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -0
  52. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  53. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  54. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +35 -0
  55. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  56. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +25 -0
  57. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  58. package/municipalities/commonground-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
  59. package/municipalities/commonground-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  60. package/municipalities/commonground-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  61. package/municipalities/commonground-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  62. package/municipalities/commonground-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  63. package/municipalities/commonground-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  64. package/municipalities/commonground-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  65. package/municipalities/commonground-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  66. package/municipalities/commonground-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  67. package/municipalities/commonground-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  68. package/municipalities/commonground-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  69. package/municipalities/commonground-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  70. package/municipalities/commonground-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
  71. package/municipalities/commonground-design-tokens/src/config.json +48 -0
  72. package/municipalities/commonground-design-tokens/src/font/rijksoverheidsanswebtext-regular-webfont.b64ae9c9e044.woff2 +0 -0
  73. package/municipalities/commonground-design-tokens/src/font.scss +7 -0
  74. package/municipalities/commonground-design-tokens/src/index.scss +8 -0
  75. package/municipalities/commonground-design-tokens/style-dictionary.config.js +6 -0
  76. package/municipalities/dimpact-design-tokens/dist/design-tokens.css +1 -1
  77. package/municipalities/dimpact-design-tokens/dist/index.js +1 -1
  78. package/municipalities/dimpact-design-tokens/dist/index.less +1 -1
  79. package/municipalities/dimpact-design-tokens/dist/index.scss +1 -1
  80. package/municipalities/dimpact-design-tokens/dist/tokens.json +3 -1
  81. package/municipalities/dimpact-design-tokens/package.json +1 -1
  82. package/municipalities/dimpact-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  83. package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  84. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +1 -1
  85. package/municipalities/dinkelland-design-tokens/dist/index.js +1 -1
  86. package/municipalities/dinkelland-design-tokens/dist/index.less +1 -1
  87. package/municipalities/dinkelland-design-tokens/dist/index.scss +1 -1
  88. package/municipalities/dinkelland-design-tokens/dist/tokens.json +3 -1
  89. package/municipalities/dinkelland-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  90. package/municipalities/dinkelland-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  91. package/municipalities/epe-design-tokens/dist/design-tokens.css +1 -1
  92. package/municipalities/epe-design-tokens/dist/index.js +1 -1
  93. package/municipalities/epe-design-tokens/dist/index.less +1 -1
  94. package/municipalities/epe-design-tokens/dist/index.scss +1 -1
  95. package/municipalities/epe-design-tokens/dist/tokens.json +3 -1
  96. package/municipalities/epe-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  97. package/municipalities/epe-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  98. package/municipalities/leiden-design-tokens/dist/design-tokens.css +1 -1
  99. package/municipalities/leiden-design-tokens/dist/index.js +1 -1
  100. package/municipalities/leiden-design-tokens/dist/index.less +1 -1
  101. package/municipalities/leiden-design-tokens/dist/index.scss +1 -1
  102. package/municipalities/leiden-design-tokens/dist/tokens.json +3 -1
  103. package/municipalities/leiden-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  104. package/municipalities/leiden-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  105. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +1 -1
  106. package/municipalities/noaberkracht-design-tokens/dist/index.js +1 -1
  107. package/municipalities/noaberkracht-design-tokens/dist/index.less +1 -1
  108. package/municipalities/noaberkracht-design-tokens/dist/index.scss +1 -1
  109. package/municipalities/noaberkracht-design-tokens/dist/tokens.json +3 -1
  110. package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  111. package/municipalities/noaberkracht-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  112. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +1 -1
  113. package/municipalities/noordwijk-design-tokens/dist/index.js +1 -1
  114. package/municipalities/noordwijk-design-tokens/dist/index.less +1 -1
  115. package/municipalities/noordwijk-design-tokens/dist/index.scss +1 -1
  116. package/municipalities/noordwijk-design-tokens/dist/tokens.json +3 -1
  117. package/municipalities/noordwijk-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  118. package/municipalities/noordwijk-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  119. package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +1 -1
  120. package/municipalities/open-webconcept-design-tokens/dist/index.js +1 -1
  121. package/municipalities/open-webconcept-design-tokens/dist/index.less +1 -1
  122. package/municipalities/open-webconcept-design-tokens/dist/index.scss +1 -1
  123. package/municipalities/open-webconcept-design-tokens/dist/tokens.json +3 -1
  124. package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  125. package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  126. package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +1 -1
  127. package/municipalities/rotterdam-design-tokens/dist/index.js +1 -1
  128. package/municipalities/rotterdam-design-tokens/dist/index.less +1 -1
  129. package/municipalities/rotterdam-design-tokens/dist/index.scss +1 -1
  130. package/municipalities/rotterdam-design-tokens/dist/tokens.json +3 -1
  131. package/municipalities/rotterdam-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  132. package/municipalities/rotterdam-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  133. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +1 -1
  134. package/municipalities/tubbergen-design-tokens/dist/index.js +1 -1
  135. package/municipalities/tubbergen-design-tokens/dist/index.less +1 -1
  136. package/municipalities/tubbergen-design-tokens/dist/index.scss +1 -1
  137. package/municipalities/tubbergen-design-tokens/dist/tokens.json +3 -1
  138. package/municipalities/tubbergen-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  139. package/municipalities/tubbergen-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  140. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +1 -1
  141. package/municipalities/xxllnc-design-tokens/dist/index.js +1 -1
  142. package/municipalities/xxllnc-design-tokens/dist/index.less +1 -1
  143. package/municipalities/xxllnc-design-tokens/dist/index.scss +1 -1
  144. package/municipalities/xxllnc-design-tokens/dist/tokens.json +3 -1
  145. package/municipalities/xxllnc-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  146. package/municipalities/xxllnc-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  147. 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,92 @@
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
+ "58": {
57
+ "value": "#949494"
58
+ },
59
+ "65": {
60
+ "value": "#a5a5a5"
61
+ },
62
+ "82": {
63
+ "value": "#d1d1d1"
64
+ },
65
+ "97": {
66
+ "value": "#f7f7f7"
67
+ }
68
+ },
69
+ "lightgrey": {
70
+ "96": {
71
+ "value": "#f5f5f5",
72
+ "comment": "Base/LightGrey"
73
+ },
74
+ "98": {
75
+ "value": "#fafafa"
76
+ },
77
+ "89": {
78
+ "value": "#e4e4e4"
79
+ }
80
+ },
81
+ "blue": {
82
+ "26": {
83
+ "value": "#2e4057",
84
+ "comment": "Base/Blue"
85
+ },
86
+ "29": {
87
+ "value": "#334761"
88
+ }
89
+ }
90
+ }
91
+ }
92
+ }
@@ -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,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
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "conduction": {
3
+ "input-select": {
4
+ "background-color": { "value": "{commonground.color.white.100}" },
5
+ "border": { "value": "{commonground.size.4xs} solid {commonground.color.grey.65}" },
6
+ "border-focus": { "value": "unset" },
7
+ "border-radius": { "value": "{utrecht.form-input.border-radius}" },
8
+ "invalid-border-color": { "value": "{commonground.color.error}" },
9
+ "padding-block-end": { "value": 0 },
10
+ "padding-block-start": { "value": 0 },
11
+ "hover": {},
12
+ "focus": {},
13
+ "list-option": {
14
+ "font-family": { "value": "{commonground.typography.sans-serif.font-family}" },
15
+ "background-color": {},
16
+ "color": {},
17
+ "hover": {
18
+ "font-family": { "value": "{commonground.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": "{commonground.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": "{commonground.color.white.100}" },
6
+ "color": { "value": "{commonground.color.black.0}" },
7
+ "padding-inline-start": { "value": "{commonground.size.sm}" },
8
+ "padding-inline-end": { "value": "{commonground.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": "{commonground.color.white.100}" },
16
+ "color": { "value": "{commonground.color.primary}" }
17
+ }
18
+ }
19
+ }
20
+ }
21
+ }