@conduction/theme 1.0.40 → 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 (103) hide show
  1. package/README.md +1 -0
  2. package/conduction-design-tokens/dist/design-tokens.css +1 -1
  3. package/conduction-design-tokens/dist/index.js +1 -1
  4. package/conduction-design-tokens/dist/index.less +1 -1
  5. package/conduction-design-tokens/dist/index.scss +1 -1
  6. package/municipalities/dimpact-design-tokens/LICENSE.md +17 -0
  7. package/municipalities/dimpact-design-tokens/README.md +3 -0
  8. package/municipalities/dimpact-design-tokens/dist/design-tokens.css +423 -0
  9. package/municipalities/dimpact-design-tokens/dist/font.css +5 -0
  10. package/municipalities/dimpact-design-tokens/dist/index.css +7 -0
  11. package/municipalities/dimpact-design-tokens/dist/index.js +421 -0
  12. package/municipalities/dimpact-design-tokens/dist/index.json +8379 -0
  13. package/municipalities/dimpact-design-tokens/dist/index.less +420 -0
  14. package/municipalities/dimpact-design-tokens/dist/index.scss +420 -0
  15. package/municipalities/dimpact-design-tokens/dist/tokens.json +8931 -0
  16. package/municipalities/dimpact-design-tokens/documentation/color.stories.mdx +17 -0
  17. package/municipalities/dimpact-design-tokens/documentation/components.stories.mdx +11 -0
  18. package/municipalities/dimpact-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  19. package/municipalities/dimpact-design-tokens/documentation/readme.stories.mdx +7 -0
  20. package/municipalities/dimpact-design-tokens/package.json +37 -0
  21. package/municipalities/dimpact-design-tokens/src/brand/dimpact/color.tokens.json +75 -0
  22. package/municipalities/dimpact-design-tokens/src/brand/dimpact/font-size.tokens.json +17 -0
  23. package/municipalities/dimpact-design-tokens/src/brand/dimpact/size.tokens.json +17 -0
  24. package/municipalities/dimpact-design-tokens/src/brand/dimpact/typography.tokens.json +40 -0
  25. package/municipalities/dimpact-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  26. package/municipalities/dimpact-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  27. package/municipalities/dimpact-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  28. package/municipalities/dimpact-design-tokens/src/component/conduction/card-wrapper.tokens.json +25 -0
  29. package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json +39 -0
  30. package/municipalities/dimpact-design-tokens/src/component/conduction/pagination.tokens.json +45 -0
  31. package/municipalities/dimpact-design-tokens/src/component/conduction/select.tokens.json +30 -0
  32. package/municipalities/dimpact-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  33. package/municipalities/dimpact-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
  34. package/municipalities/dimpact-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  35. package/municipalities/dimpact-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  36. package/municipalities/dimpact-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  37. package/municipalities/dimpact-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  38. package/municipalities/dimpact-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  39. package/municipalities/dimpact-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  40. package/municipalities/dimpact-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  41. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  42. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  43. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  44. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  45. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  46. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
  47. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  48. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
  49. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  50. package/municipalities/dimpact-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
  51. package/municipalities/dimpact-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  52. package/municipalities/dimpact-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  53. package/municipalities/dimpact-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  54. package/municipalities/dimpact-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  55. package/municipalities/dimpact-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  56. package/municipalities/dimpact-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  57. package/municipalities/dimpact-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  58. package/municipalities/dimpact-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  59. package/municipalities/dimpact-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  60. package/municipalities/dimpact-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
  61. package/municipalities/dimpact-design-tokens/src/config.json +47 -0
  62. package/municipalities/dimpact-design-tokens/src/font/TisaSansPro-Regular.woff2 +0 -0
  63. package/municipalities/dimpact-design-tokens/src/font.scss +6 -0
  64. package/municipalities/dimpact-design-tokens/src/index.scss +8 -0
  65. package/municipalities/dimpact-design-tokens/style-dictionary.config.js +6 -0
  66. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +1 -1
  67. package/municipalities/dinkelland-design-tokens/dist/index.js +1 -1
  68. package/municipalities/dinkelland-design-tokens/dist/index.less +1 -1
  69. package/municipalities/dinkelland-design-tokens/dist/index.scss +1 -1
  70. package/municipalities/epe-design-tokens/dist/design-tokens.css +1 -1
  71. package/municipalities/epe-design-tokens/dist/index.js +1 -1
  72. package/municipalities/epe-design-tokens/dist/index.less +1 -1
  73. package/municipalities/epe-design-tokens/dist/index.scss +1 -1
  74. package/municipalities/leiden-design-tokens/dist/design-tokens.css +1 -1
  75. package/municipalities/leiden-design-tokens/dist/index.js +1 -1
  76. package/municipalities/leiden-design-tokens/dist/index.less +1 -1
  77. package/municipalities/leiden-design-tokens/dist/index.scss +1 -1
  78. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +1 -1
  79. package/municipalities/noaberkracht-design-tokens/dist/index.js +1 -1
  80. package/municipalities/noaberkracht-design-tokens/dist/index.less +1 -1
  81. package/municipalities/noaberkracht-design-tokens/dist/index.scss +1 -1
  82. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +1 -1
  83. package/municipalities/noordwijk-design-tokens/dist/index.js +1 -1
  84. package/municipalities/noordwijk-design-tokens/dist/index.less +1 -1
  85. package/municipalities/noordwijk-design-tokens/dist/index.scss +1 -1
  86. package/municipalities/open-webconcept-design-tokens/README.md +2 -33
  87. package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +1 -1
  88. package/municipalities/open-webconcept-design-tokens/dist/index.js +1 -1
  89. package/municipalities/open-webconcept-design-tokens/dist/index.less +1 -1
  90. package/municipalities/open-webconcept-design-tokens/dist/index.scss +1 -1
  91. package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +1 -1
  92. package/municipalities/rotterdam-design-tokens/dist/index.js +1 -1
  93. package/municipalities/rotterdam-design-tokens/dist/index.less +1 -1
  94. package/municipalities/rotterdam-design-tokens/dist/index.scss +1 -1
  95. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +1 -1
  96. package/municipalities/tubbergen-design-tokens/dist/index.js +1 -1
  97. package/municipalities/tubbergen-design-tokens/dist/index.less +1 -1
  98. package/municipalities/tubbergen-design-tokens/dist/index.scss +1 -1
  99. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +1 -1
  100. package/municipalities/xxllnc-design-tokens/dist/index.js +1 -1
  101. package/municipalities/xxllnc-design-tokens/dist/index.less +1 -1
  102. package/municipalities/xxllnc-design-tokens/dist/index.scss +1 -1
  103. 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 Dimpact",
5
+ "website": "https://www.dimpact.nl/",
6
+ "keywords": ["nl-design-system", "conduction"],
7
+ "license": "SEE LICENSE IN LICENSE.md",
8
+ "name": "@nl-design-system-unstable/open-webconcept-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,75 @@
1
+ {
2
+ "dimpact": {
3
+ "color": {
4
+ "primary": {
5
+ "value": "#00377a"
6
+ },
7
+ "primary-hover": {
8
+ "value": "#fa4494"
9
+ },
10
+ "error": { "value": "#dc3545" },
11
+ "alert-error": { "value": "#721c24" },
12
+ "alert-error-background": { "value": "#f8d7da" },
13
+ "warning": { "value": "#ffc107" },
14
+ "alert-warning": { "value": "#856404" },
15
+ "alert-warning-background": { "value": "#fff3cd" },
16
+ "succes": { "value": "#28a745" },
17
+ "alert-succes": { "value": "#155724" },
18
+ "alert-succes-background": { "value": "#d4edda" },
19
+ "info": { "value": "{dimpact.color.primary}" },
20
+ "alert-info": { "value": "#004085" },
21
+ "alert-info-background": { "value": "#cce5ff" },
22
+ "blue": {
23
+ "24": {
24
+ "value": "#00377a",
25
+ "comment": "Base/Blue"
26
+ }
27
+ },
28
+ "light-blue": {
29
+ "53": {
30
+ "value": "#26b8e6",
31
+ "comment": "Base/Light-Blue"
32
+ }
33
+ },
34
+ "pink": {
35
+ "62": {
36
+ "value": "#fa4494",
37
+ "comment": "Base/Pink"
38
+ }
39
+ },
40
+ "white": {
41
+ "100": {
42
+ "value": "#ffffff",
43
+ "comment": "Base/White"
44
+ }
45
+ },
46
+ "black": {
47
+ "0": {
48
+ "value": "#000000",
49
+ "comment": "Base/Black"
50
+ },
51
+ "60": {
52
+ "value": "#999999"
53
+ }
54
+ },
55
+ "grey": {
56
+ "29": {
57
+ "value": "#4a4a4a",
58
+ "comment": "Base/Grey"
59
+ },
60
+ "84": {
61
+ "value": "#d4d6d8"
62
+ },
63
+ "93": {
64
+ "value": "#eeeeee"
65
+ }
66
+ },
67
+ "light-grey": {
68
+ "96": {
69
+ "value": "#f5f5f5",
70
+ "comment": "Base/LightGrey"
71
+ }
72
+ }
73
+ }
74
+ }
75
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "dimpact": {
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": "18px" },
10
+ "lg": { "value": "20px" },
11
+ "xl": { "value": "24px" },
12
+ "2xl": { "value": "32px" },
13
+ "3xl": { "value": "48px" },
14
+ "4xl": { "value": "58px" }
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "dimpact": {
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,40 @@
1
+ {
2
+ "dimpact": {
3
+ "typography": {
4
+ "sans-serif": {
5
+ "font-family": {
6
+ "value": "Tisa-sans-web-pro, Monospace, Arial, sans-serif"
7
+ }
8
+ },
9
+ "monospace": {
10
+ "font-family": {
11
+ "value": "Monospace, \"Lucida Console\""
12
+ }
13
+ },
14
+ "font-weight": {
15
+ "bold": {
16
+ "value": "700"
17
+ },
18
+ "normal": {
19
+ "value": "400"
20
+ },
21
+ "light": {
22
+ "value": "100"
23
+ }
24
+ },
25
+ "scale": {
26
+ "4xs": { "value": "{dimpact.font-size.4xs}" },
27
+ "3xs": { "value": "{dimpact.font-size.3xs}" },
28
+ "2xs": { "value": "{dimpact.font-size.2xs}" },
29
+ "xs": { "value": "{dimpact.font-size.xs}" },
30
+ "sm": { "value": "{dimpact.font-size.sm}" },
31
+ "md": { "value": "{dimpact.font-size.md}" },
32
+ "lg": { "value": "{dimpact.font-size.lg}" },
33
+ "xl": { "value": "{dimpact.font-size.xl}" },
34
+ "2xl": { "value": "{dimpact.font-size.2xl}" },
35
+ "3xl": { "value": "{dimpact.font-size.3xl}" },
36
+ "4xl": { "value": "{dimpact.font-size.4xl}" }
37
+ }
38
+ }
39
+ }
40
+ }
@@ -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": "{dimpact.size.3xs}" },
6
+ "2xs": { "value": "{dimpact.size.2xs}" },
7
+ "xs": { "value": "{dimpact.size.xs}" },
8
+ "sm": { "value": "{dimpact.size.sm}" },
9
+ "md": { "value": "{dimpact.size.md}" },
10
+ "lg": { "value": "{dimpact.size.lg}" },
11
+ "xl": { "value": "{dimpact.size.xl}" },
12
+ "2xl": { "value": "{dimpact.size.2xl}" },
13
+ "3xl": { "value": "{dimpact.size.3xl}" }
14
+ },
15
+ "inline": {
16
+ "3xs": { "value": "{dimpact.size.3xs}" },
17
+ "2xs": { "value": "{dimpact.size.2xs}" },
18
+ "xs": { "value": "{dimpact.size.xs}" },
19
+ "sm": { "value": "{dimpact.size.sm}" },
20
+ "md": { "value": "{dimpact.size.md}" },
21
+ "lg": { "value": "{dimpact.size.lg}" },
22
+ "xl": { "value": "{dimpact.size.xl}" },
23
+ "2xl": { "value": "{dimpact.size.2xl}" },
24
+ "3xl": { "value": "{dimpact.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": "{dimpact.color.primary}" },
9
+ "hover": {
10
+ "background-color": {},
11
+ "border-bottom-width": {},
12
+ "border-bottom-style": {},
13
+ "border-bottom-color": {}
14
+ },
15
+ "title": {
16
+ "color": { "value": "{dimpact.color.primary}" }
17
+ },
18
+ "date": {
19
+ "color": { "value": "{dimpact.color.primary}" },
20
+ "font-size": { "value": "{dimpact.font-size.xs}" },
21
+ "font-weight": { "value": "{dimpact.typography.font-weight.light}" },
22
+ "margin-block-end": { "value": "{dimpact.size.xs}" }
23
+ }
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "conduction": {
3
+ "card-wrapper": {
4
+ "background-color": { "value": "{dimpact.color.white.100}" },
5
+ "border-color": { "value": "{dimpact.color.light-blue.53}" },
6
+ "border-style": { "value": "solid" },
7
+ "border-width": { "value": "{dimpact.size.4xs}" },
8
+ "border-bottom-color": {},
9
+ "border-bottom-style": {},
10
+ "border-bottom-width": {},
11
+ "border-radius": { "value": "6px" },
12
+ "color": { "value": "{dimpact.color.primary}" },
13
+ "hover": {
14
+ "background-color": {},
15
+ "border-bottom-color": {},
16
+ "border-bottom-style": {},
17
+ "border-bottom-width": {}
18
+ },
19
+ "padding-inline-end": { "value": "{dimpact.size.md}" },
20
+ "padding-inline-start": { "value": "{dimpact.size.md}" },
21
+ "padding-block-end": { "value": "{dimpact.size.md}" },
22
+ "padding-block-start": { "value": "{dimpact.size.md}" }
23
+ }
24
+ }
25
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "conduction": {
3
+ "primary": {
4
+ "top-nav": {
5
+ "color": { "value": "{dimpact.color.blue.24}" },
6
+ "background-color": { "value": "{dimpact.color.white.100}" },
7
+ "background-color-hover": { "value": "{dimpact.color.pink.62}" },
8
+ "background-color-active": { "value": "{dimpact.color.pink.62}" },
9
+ "box-shadow-active": { "value": "" },
10
+ "dropdown-border-radius": { "value": "{dimpact.size.md}" },
11
+
12
+ "item": {
13
+ "padding": { "value": "18px" }
14
+ },
15
+ "padding-inline-end": { "value": "16px" },
16
+ "padding-inline-start": { "value": "16px" },
17
+ "padding-block-end": { "value": "16px" },
18
+ "padding-block-start": { "value": "16px" }
19
+ }
20
+ },
21
+ "secondary": {
22
+ "top-nav": {
23
+ "color": { "value": "{dimpact.color.blue.24}" },
24
+ "background-color": { "value": "transparent" },
25
+ "background-color-hover": { "value": "{dimpact.color.grey.93}" },
26
+ "background-color-active": { "value": "unset" },
27
+ "font-size": { "value": "{dimpact.font-size.md}" },
28
+ "font-weight": { "value": "400" },
29
+ "item": {
30
+ "padding": { "value": "18px" }
31
+ },
32
+ "padding-inline-end": { "value": "16px" },
33
+ "padding-inline-start": { "value": "16px" },
34
+ "padding-block-end": { "value": "16px" },
35
+ "padding-block-start": { "value": "16px" }
36
+ }
37
+ }
38
+ }
39
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "conduction": {
3
+ "pagination": {
4
+ "container-background-color": { "value": "unset" },
5
+ "container-padding-inline-start": { "value": "0px" },
6
+ "container-padding-inline-end": { "value": "0px" },
7
+ "container-padding-block-start": { "value": "0px" },
8
+ "container-padding-block-end": { "value": "0px" },
9
+ "item-gap": { "value": "{dimpact.size.2xs}" },
10
+ "item-color": { "value": "{dimpact.color.grey.84}" },
11
+ "item-background-color": { "value": "{dimpact.color.white.100}" },
12
+ "item-border-radius": { "value": "{dimpact.size.2xs}" },
13
+ "item-padding-inline-start": { "value": "{dimpact.size.xs}" },
14
+ "item-padding-inline-end": { "value": "{dimpact.size.xs}" },
15
+ "item-padding-block-start": { "value": "{dimpact.size.xs}" },
16
+ "item-padding-block-end": { "value": "{dimpact.size.xs}" },
17
+ "item-font-size": { "value": "{utrecht.document.font-size}" },
18
+ "item-font-weight": { "value": "{dimpact.typography.font-weight.normal}" },
19
+ "item-font-family": { "value": "{utrecht.document.font-family}" },
20
+ "item-border-width": {},
21
+ "item-border-style": {},
22
+ "item-border-color": {},
23
+ "navigation-button-padding-inline-start": { "value": "{dimpact.size.xs}" },
24
+ "navigation-button-padding-inline-end": { "value": "{dimpact.size.xs}" },
25
+ "navigation-button-padding-block-start": { "value": "0px" },
26
+ "navigation-button-padding-block-end": { "value": "0px" },
27
+ "disabled-color": { "value": "{dimpact.color.grey.93}" },
28
+ "disabled-background-color": { "value": "{dimpact.color.light-grey.96}" },
29
+ "current-page-color": { "value": "{dimpact.color.primary}" },
30
+ "current-page-background-color": { "value": "{dimpact.color.white.100}" },
31
+ "current-page-font-weight": { "value": "{dimpact.typography.font-weight.bold}" },
32
+ "current-page-text-decoration": { "value": "unset" },
33
+ "current-page-border-width": {},
34
+ "current-page-border-style": {},
35
+ "current-page-border-color": {},
36
+ "page-hover-color": { "value": "{dimpact.color.primary}" },
37
+ "page-hover-background-color": { "value": "{dimpact.color.white.100}" },
38
+ "page-hover-text-decoration": { "value": "unset" },
39
+ "page-hover-text-decoration-thickness": { "value": "0px" },
40
+ "page-hover-border-width": {},
41
+ "page-hover-border-style": {},
42
+ "page-hover-border-color": {}
43
+ }
44
+ }
45
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "conduction": {
3
+ "input-select": {
4
+ "background-color": { "value": "{dimpact.color.white.100}" },
5
+ "border": { "value": "{dimpact.size.4xs} solid {dimpact.color.grey.84}" },
6
+ "border-focus": { "value": "unset" },
7
+ "border-radius": { "value": "{utrecht.form-input.border-radius}" },
8
+ "invalid-border-color": { "value": "{dimpact.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": "{dimpact.typography.sans-serif.font-family}" },
15
+ "background-color": {},
16
+ "hover": {
17
+ "font-family": { "value": "{dimpact.typography.sans-serif.font-family}" },
18
+ "color": {},
19
+ "background-color": {}
20
+ }
21
+ },
22
+ "placeholder": {
23
+ "color": {
24
+ "value": "{utrecht.form-input.placeholder.color}"
25
+ },
26
+ "font-family": { "value": "{dimpact.typography.sans-serif.font-family}" }
27
+ }
28
+ }
29
+ }
30
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "conduction": {
3
+ "table-wrapper": {
4
+ "scroll-button": {
5
+ "background-color": { "value": "{dimpact.color.white.100}" },
6
+ "color": { "value": "{dimpact.color.black.0}" },
7
+ "padding-inline-start": { "value": "{dimpact.size.sm}" },
8
+ "padding-inline-end": { "value": "{dimpact.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": "{dimpact.color.white.100}" },
16
+ "color": { "value": "{dimpact.color.primary}" }
17
+ }
18
+ }
19
+ }
20
+ }
21
+ }
@@ -0,0 +1,84 @@
1
+ {
2
+ "conduction": {
3
+ "tabs": {
4
+ "tab": {
5
+ "background-color": { "value": "transparent" },
6
+ "color": { "value": "{dimpact.color.grey.29}" },
7
+ "border-width": {},
8
+ "border-style": {},
9
+ "border-color": {},
10
+ "border-bottom": {},
11
+ "border-bottom-width": {},
12
+ "border-bottom-style": {},
13
+ "border-bottom-color": {},
14
+ "bottom": { "value": "-2px" },
15
+ "padding-block-start": { "value": "{dimpact.size.xs}" },
16
+ "padding-block-end": { "value": "{dimpact.size.xs}" },
17
+ "padding-inline-start": { "value": "{dimpact.size.sm}" },
18
+ "padding-inline-end": { "value": "{dimpact.size.sm}" },
19
+ "margin-inline-end": {},
20
+ "font-size": { "value": "{dimpact.font-size.md}" },
21
+ "font-weight": { "value": "{dimpact.typography.font-weight.normal}" },
22
+ "font-family": { "value": "{utrecht.document.font-family}" },
23
+ "max-width": { "value": "unset" },
24
+ "min-width": { "value": "160px" },
25
+ "min-height": { "value": "61px" },
26
+ "letter-spacing": {},
27
+ "text-transform": {},
28
+ "selected": {
29
+ "background-color": { "value": "transparent" },
30
+ "color": { "value": "{dimpact.color.grey.29}" },
31
+ "box-shadow": {},
32
+ "border-width": {},
33
+ "border-style": {},
34
+ "border-color": {},
35
+ "border-bottom": {},
36
+ "border-bottom-width": { "value": "{dimpact.size.3xs}" },
37
+ "border-bottom-style": { "value": "solid" },
38
+ "border-bottom-color": { "value": "{dimpact.color.pink.62}" },
39
+ "font-weight": { "value": "{dimpact.typography.font-weight.bold}" },
40
+ "font-family": { "value": "{utrecht.document.font-family}" },
41
+ "hover": {
42
+ "background-color": {},
43
+ "color": { "value": "{dimpact.color.grey.29}" },
44
+ "text-decoration": {}
45
+ }
46
+ },
47
+ "hover": {
48
+ "background-color": {},
49
+ "color": { "value": "{dimpact.color.grey.29}" },
50
+ "text-decoration": {}
51
+ },
52
+ "list": {
53
+ "padding-inline-start": { "value": "0px" },
54
+ "margin-block-end": { "value": "0px" },
55
+ "border-bottom-width": { "value": "{dimpact.size.3xs}" },
56
+ "border-bottom-style": { "value": "solid" },
57
+ "border-bottom-color": { "value": "{dimpact.color.grey.84}" }
58
+ },
59
+ "panel": {
60
+ "background-color": {},
61
+ "padding-block-start": { "value": "{dimpact.size.lg}" },
62
+ "padding-block-end": { "value": "{dimpact.size.lg}" },
63
+ "padding-inline-start": { "value": "{dimpact.size.lg}" },
64
+ "padding-inline-end": { "value": "{dimpact.size.lg}" },
65
+ "border-width": {},
66
+ "border-style": {},
67
+ "border-color": {},
68
+ "border-top": {}
69
+ }
70
+ },
71
+ "scroll-button": {
72
+ "background-color": { "value": "{dimpact.color.primary}" },
73
+ "color": { "value": "{dimpact.color.white.100}" },
74
+ "border-width": {},
75
+ "border-style": {},
76
+ "border-color": {},
77
+ "hover": {
78
+ "background-color": { "value": "{dimpact.color.primary-hover}" },
79
+ "color": { "value": "{dimpact.color.white.100}" }
80
+ }
81
+ }
82
+ }
83
+ }
84
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ "utrecht": {
3
+ "alert": {
4
+ "background-color": { "value": "{dimpact.color.alert-info-background}" },
5
+ "border-color": {},
6
+ "border-width": {},
7
+ "color": { "value": "{dimpact.color.alert-info}" },
8
+ "padding-block-start": { "value": "{dimpact.size.lg}" },
9
+ "padding-block-end": { "value": "{dimpact.size.lg}" },
10
+ "padding-inline-start": { "value": "{dimpact.size.lg}" },
11
+ "padding-inline-end": { "value": "{dimpact.size.lg}" },
12
+ "margin-block-start": {},
13
+ "margin-block-end": {},
14
+ "warning": {
15
+ "background-color": { "value": "{dimpact.color.alert-warning-background}" },
16
+ "color": { "value": "{dimpact.color.alert-warning}" },
17
+ "border-color": {},
18
+ "border-width": {}
19
+ },
20
+ "error": {
21
+ "background-color": { "value": "{dimpact.color.alert-error-background}" },
22
+ "color": { "value": "{dimpact.color.alert-error}" },
23
+ "border-color": {},
24
+ "border-width": {}
25
+ },
26
+ "ok": {
27
+ "background-color": { "value": "{dimpact.color.alert-succes-background}" },
28
+ "color": { "value": "{dimpact.color.alert-succes}" },
29
+ "border-color": {},
30
+ "border-width": {}
31
+ },
32
+ "icon": {
33
+ "color": { "value": "{dimpact.color.alert-info}" },
34
+ "error": {
35
+ "color": { "value": "{dimpact.color.alert-error}" }
36
+ },
37
+ "warning": {
38
+ "color": { "value": "{dimpact.color.alert-warning}" }
39
+ },
40
+ "ok": {
41
+ "color": { "value": "{dimpact.color.alert-succes}" }
42
+ }
43
+ }
44
+ }
45
+ }
46
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "utrecht": {
3
+ "badge-counter": {
4
+ "background-color": { "value": "{dimpact.color.pink.62}" },
5
+ "border-radius": { "value": "50%" },
6
+ "color": { "value": "{dimpact.color.white.100}" },
7
+ "font-size": { "value": "{utrecht.document.font-size}" },
8
+ "font-weight": { "value": "{dimpact.typography.font-weight.normal}" },
9
+ "padding-block": { "value": "{dimpact.size.2xs}" },
10
+ "padding-inline": { "value": "{dimpact.size.2xs}" }
11
+ }
12
+ }
13
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "utrecht": {
3
+ "blockquote": {
4
+ "background-color": {},
5
+ "color": {},
6
+ "margin-inline-start": { "value": "{dimpact.size.xl}" },
7
+ "margin-inline-end": { "value": "{dimpact.size.xl}" },
8
+ "margin-inline-block-start": {},
9
+ "margin-inline-block-end": {},
10
+ "font-size": {},
11
+ "font-style": {},
12
+ "font-family": {},
13
+ "padding-inline-start": {},
14
+ "padding-inline-end": {},
15
+ "padding-inline-block-start": {},
16
+ "padding-inline-block-end": {},
17
+ "attribution": {
18
+ "color": {},
19
+ "font-size": {}
20
+ },
21
+ "content": {
22
+ "color": { "value": "{dimpact.color.black.0}" },
23
+ "font-size": { "value": "{dimpact.font-size.md}" }
24
+ }
25
+ }
26
+ }
27
+ }