@conduction/theme 1.1.1 → 1.1.2

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 (107) 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/commonground-design-tokens/dist/design-tokens.css +1 -1
  7. package/municipalities/commonground-design-tokens/dist/index.js +1 -1
  8. package/municipalities/commonground-design-tokens/dist/index.less +1 -1
  9. package/municipalities/commonground-design-tokens/dist/index.scss +1 -1
  10. package/municipalities/dimpact-design-tokens/dist/design-tokens.css +1 -1
  11. package/municipalities/dimpact-design-tokens/dist/index.js +1 -1
  12. package/municipalities/dimpact-design-tokens/dist/index.less +1 -1
  13. package/municipalities/dimpact-design-tokens/dist/index.scss +1 -1
  14. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +1 -1
  15. package/municipalities/dinkelland-design-tokens/dist/index.js +1 -1
  16. package/municipalities/dinkelland-design-tokens/dist/index.less +1 -1
  17. package/municipalities/dinkelland-design-tokens/dist/index.scss +1 -1
  18. package/municipalities/epe-design-tokens/dist/design-tokens.css +1 -1
  19. package/municipalities/epe-design-tokens/dist/index.js +1 -1
  20. package/municipalities/epe-design-tokens/dist/index.less +1 -1
  21. package/municipalities/epe-design-tokens/dist/index.scss +1 -1
  22. package/municipalities/leiden-design-tokens/dist/design-tokens.css +1 -1
  23. package/municipalities/leiden-design-tokens/dist/index.js +1 -1
  24. package/municipalities/leiden-design-tokens/dist/index.less +1 -1
  25. package/municipalities/leiden-design-tokens/dist/index.scss +1 -1
  26. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +1 -1
  27. package/municipalities/noaberkracht-design-tokens/dist/index.js +1 -1
  28. package/municipalities/noaberkracht-design-tokens/dist/index.less +1 -1
  29. package/municipalities/noaberkracht-design-tokens/dist/index.scss +1 -1
  30. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +1 -1
  31. package/municipalities/noordwijk-design-tokens/dist/index.js +1 -1
  32. package/municipalities/noordwijk-design-tokens/dist/index.less +1 -1
  33. package/municipalities/noordwijk-design-tokens/dist/index.scss +1 -1
  34. package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +1 -1
  35. package/municipalities/open-webconcept-design-tokens/dist/index.js +1 -1
  36. package/municipalities/open-webconcept-design-tokens/dist/index.less +1 -1
  37. package/municipalities/open-webconcept-design-tokens/dist/index.scss +1 -1
  38. package/municipalities/opencatalogi-design-tokens/dist/design-tokens.css +1 -1
  39. package/municipalities/opencatalogi-design-tokens/dist/index.js +1 -1
  40. package/municipalities/opencatalogi-design-tokens/dist/index.less +1 -1
  41. package/municipalities/opencatalogi-design-tokens/dist/index.scss +1 -1
  42. package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +1 -1
  43. package/municipalities/rotterdam-design-tokens/dist/index.js +1 -1
  44. package/municipalities/rotterdam-design-tokens/dist/index.less +1 -1
  45. package/municipalities/rotterdam-design-tokens/dist/index.scss +1 -1
  46. package/municipalities/sloterburg-design-tokens/LICENSE.md +17 -0
  47. package/municipalities/sloterburg-design-tokens/README.md +3 -0
  48. package/municipalities/sloterburg-design-tokens/dist/design-tokens.css +290 -0
  49. package/municipalities/sloterburg-design-tokens/dist/font.css +5 -0
  50. package/municipalities/sloterburg-design-tokens/dist/index.css +7 -0
  51. package/municipalities/sloterburg-design-tokens/dist/index.js +288 -0
  52. package/municipalities/sloterburg-design-tokens/dist/index.json +5661 -0
  53. package/municipalities/sloterburg-design-tokens/dist/index.less +287 -0
  54. package/municipalities/sloterburg-design-tokens/dist/index.scss +287 -0
  55. package/municipalities/sloterburg-design-tokens/dist/tokens.json +6019 -0
  56. package/municipalities/sloterburg-design-tokens/documentation/color.stories.mdx +17 -0
  57. package/municipalities/sloterburg-design-tokens/documentation/components.stories.mdx +11 -0
  58. package/municipalities/sloterburg-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  59. package/municipalities/sloterburg-design-tokens/documentation/readme.stories.mdx +7 -0
  60. package/municipalities/sloterburg-design-tokens/package.json +40 -0
  61. package/municipalities/sloterburg-design-tokens/src/brand/sloterburg/color.tokens.json +101 -0
  62. package/municipalities/sloterburg-design-tokens/src/brand/sloterburg/font-size.tokens.json +17 -0
  63. package/municipalities/sloterburg-design-tokens/src/brand/sloterburg/size.tokens.json +17 -0
  64. package/municipalities/sloterburg-design-tokens/src/brand/sloterburg/typography.tokens.json +45 -0
  65. package/municipalities/sloterburg-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  66. package/municipalities/sloterburg-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  67. package/municipalities/sloterburg-design-tokens/src/component/conduction/logo.tokens.json +27 -0
  68. package/municipalities/sloterburg-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  69. package/municipalities/sloterburg-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  70. package/municipalities/sloterburg-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  71. package/municipalities/sloterburg-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  72. package/municipalities/sloterburg-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  73. package/municipalities/sloterburg-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  74. package/municipalities/sloterburg-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  75. package/municipalities/sloterburg-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  76. package/municipalities/sloterburg-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  77. package/municipalities/sloterburg-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  78. package/municipalities/sloterburg-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  79. package/municipalities/sloterburg-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -0
  80. package/municipalities/sloterburg-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  81. package/municipalities/sloterburg-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  82. package/municipalities/sloterburg-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +37 -0
  83. package/municipalities/sloterburg-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  84. package/municipalities/sloterburg-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
  85. package/municipalities/sloterburg-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  86. package/municipalities/sloterburg-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  87. package/municipalities/sloterburg-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  88. package/municipalities/sloterburg-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  89. package/municipalities/sloterburg-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  90. package/municipalities/sloterburg-design-tokens/src/config.json +58 -0
  91. package/municipalities/sloterburg-design-tokens/src/font/PT-Sans-Narrow.woff2 +0 -0
  92. package/municipalities/sloterburg-design-tokens/src/font.scss +6 -0
  93. package/municipalities/sloterburg-design-tokens/src/index.scss +8 -0
  94. package/municipalities/sloterburg-design-tokens/style-dictionary.config.js +6 -0
  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/municipalities/zutphen-design-tokens/dist/design-tokens.css +1 -1
  104. package/municipalities/zutphen-design-tokens/dist/index.js +1 -1
  105. package/municipalities/zutphen-design-tokens/dist/index.less +1 -1
  106. package/municipalities/zutphen-design-tokens/dist/index.scss +1 -1
  107. 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,40 @@
1
+ {
2
+ "version": "1.0.0-alpha.01",
3
+ "author": "Community for NL Design System",
4
+ "description": "NL Design System design tokens for Gemeente Sloterburg",
5
+ "website": "https://sloterburg.nl/",
6
+ "keywords": [
7
+ "nl-design-system",
8
+ "conduction"
9
+ ],
10
+ "license": "SEE LICENSE IN LICENSE.md",
11
+ "name": "@nl-design-system-unstable/sloterburg-design-tokens",
12
+ "private": false,
13
+ "publishConfig": {
14
+ "access": "public"
15
+ },
16
+ "repository": {
17
+ "type": "git+ssh",
18
+ "url": "git@github.com:nl-design-system/themes.git"
19
+ },
20
+ "scripts": {
21
+ "clean": "rimraf -rf dist/",
22
+ "prebuild": "npm run clean",
23
+ "watch": "npm-run-all watch:**",
24
+ "watch:style-dictionary": "chokidar --follow-symlinks --command 'npm run --ignore-scripts build' 'src/**/*.tokens.json'",
25
+ "build": "npm-run-all build:**",
26
+ "build:scss": "sass --no-source-map src/:dist/",
27
+ "build:style-dictionary": "style-dictionary build --config ./style-dictionary.config.js"
28
+ },
29
+ "devDependencies": {
30
+ "@nl-design-system-unstable/theme-toolkit": "workspace:*",
31
+ "chokidar-cli": "3.0.0",
32
+ "npm-run-all": "4.1.5",
33
+ "rimraf": "3.0.2",
34
+ "style-dictionary": "3.8.0"
35
+ },
36
+ "bugs": {
37
+ "url": "https://github.com/ConductionNL/conduction-theme/issues"
38
+ },
39
+ "homepage": "https://github.com/ConductionNL/conduction-theme#readme"
40
+ }
@@ -0,0 +1,101 @@
1
+ {
2
+ "sloterburg": {
3
+ "color": {
4
+ "primary": {
5
+ "value": "{sloterburg.color.blue.38}"
6
+ },
7
+ "primary-hover": {
8
+ "value": "{sloterburg.color.blue.38-90t}"
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": "{sloterburg.color.primary}" },
20
+ "alert-info": { "value": "#004085" },
21
+ "alert-info-background": { "value": "#cce5ff" },
22
+ "white": {
23
+ "100": {
24
+ "value": "#ffffff",
25
+ "comment": "Base/White"
26
+ }
27
+ },
28
+ "black": {
29
+ "0": {
30
+ "value": "#000000",
31
+ "comment": "Base/Black"
32
+ }
33
+ },
34
+ "blue": {
35
+ "38": {
36
+ "value": "#1b7da7",
37
+ "comment": "Base/Blue"
38
+ },
39
+ "38-90t": {
40
+ "value": "#1b7da7e6",
41
+ "comment": "Blue with 90% transparency"
42
+ }
43
+ },
44
+ "darkblue": {
45
+ "30": {
46
+ "value": "#18407f",
47
+ "comment": "Base/Darkblue"
48
+ }
49
+ },
50
+ "grey": {
51
+ "29": {
52
+ "value": "#4a4a4a"
53
+ },
54
+ "31": {
55
+ "value": "#4f4f4f"
56
+ },
57
+ "42": {
58
+ "value": "#6b6b6b"
59
+ },
60
+ "46": {
61
+ "value": "#767676"
62
+ },
63
+ "48": {
64
+ "value": "#7a7a7a"
65
+ },
66
+ "50": {
67
+ "value": "#808080",
68
+ "comment": "Base/Grey"
69
+ },
70
+ "82": {
71
+ "value": "#d1d1d1"
72
+ },
73
+ "97": {
74
+ "value": "#f7f7f7"
75
+ }
76
+ },
77
+ "lightgrey": {
78
+ "96": {
79
+ "value": "#f5f5f5",
80
+ "comment": "Base/LightGrey"
81
+ }
82
+ },
83
+ "darkgreen": {
84
+ "23": {
85
+ "value": "#357500",
86
+ "comment": "Base/Darkgreen"
87
+ },
88
+ "23-90t": {
89
+ "value": "#357500e6",
90
+ "comment": "Darkgreen with 90% transparency"
91
+ }
92
+ },
93
+ "purple": {
94
+ "28": {
95
+ "value": "#6b246c",
96
+ "comment": "Base/Purple"
97
+ }
98
+ }
99
+ }
100
+ }
101
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "sloterburg": {
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": "18px" },
11
+ "xl": { "value": "20px" },
12
+ "2xl": { "value": "25px" },
13
+ "3xl": { "value": "36px" },
14
+ "4xl": { "value": "48px" }
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "sloterburg": {
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
+ "sloterburg": {
3
+ "typography": {
4
+ "pt-sans-narrow": {
5
+ "font-family": {
6
+ "value": "\"PT Sans Narrow\", \"Noto Sans\", Arial, sans-serif"
7
+ }
8
+ },
9
+ "sans-serif": {
10
+ "font-family": {
11
+ "value": "\"Noto Sans\", 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": "{sloterburg.font-size.4xs}" },
32
+ "3xs": { "value": "{sloterburg.font-size.3xs}" },
33
+ "2xs": { "value": "{sloterburg.font-size.2xs}" },
34
+ "xs": { "value": "{sloterburg.font-size.xs}" },
35
+ "sm": { "value": "{sloterburg.font-size.sm}" },
36
+ "md": { "value": "{sloterburg.font-size.md}" },
37
+ "lg": { "value": "{sloterburg.font-size.lg}" },
38
+ "xl": { "value": "{sloterburg.font-size.xl}" },
39
+ "2xl": { "value": "{sloterburg.font-size.2xl}" },
40
+ "3xl": { "value": "{sloterburg.font-size.3xl}" },
41
+ "4xl": { "value": "{sloterburg.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": "{sloterburg.size.3xs}" },
6
+ "2xs": { "value": "{sloterburg.size.2xs}" },
7
+ "xs": { "value": "{sloterburg.size.xs}" },
8
+ "sm": { "value": "{sloterburg.size.sm}" },
9
+ "md": { "value": "{sloterburg.size.md}" },
10
+ "lg": { "value": "{sloterburg.size.lg}" },
11
+ "xl": { "value": "{sloterburg.size.xl}" },
12
+ "2xl": { "value": "{sloterburg.size.2xl}" },
13
+ "3xl": { "value": "{sloterburg.size.3xl}" }
14
+ },
15
+ "inline": {
16
+ "3xs": { "value": "{sloterburg.size.3xs}" },
17
+ "2xs": { "value": "{sloterburg.size.2xs}" },
18
+ "xs": { "value": "{sloterburg.size.xs}" },
19
+ "sm": { "value": "{sloterburg.size.sm}" },
20
+ "md": { "value": "{sloterburg.size.md}" },
21
+ "lg": { "value": "{sloterburg.size.lg}" },
22
+ "xl": { "value": "{sloterburg.size.xl}" },
23
+ "2xl": { "value": "{sloterburg.size.2xl}" },
24
+ "3xl": { "value": "{sloterburg.size.3xl}" }
25
+ }
26
+ }
27
+ }
28
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "conduction": {
3
+ "logo": {
4
+ "header": {
5
+ "inline-size": { "value": "200px" },
6
+ "block-size": { "value": "80px" },
7
+ "background-image": {
8
+ "value": "url('https://cuatro.sim-cdn.nl/sloterburg/uploads/2023-02/logo-sloterburg.svg?cb=iYeQFDAp')"
9
+ }
10
+ },
11
+ "footer": {
12
+ "inline-size": { "value": "200px" },
13
+ "block-size": { "value": "80px" },
14
+ "background-image": {
15
+ "value": "url('https://cuatro.sim-cdn.nl/sloterburg/uploads/2023-02/logo-sloterburg.svg?cb=iYeQFDAp')"
16
+ }
17
+ },
18
+ "navbar": {
19
+ "inline-size": { "value": "137px" },
20
+ "block-size": { "value": "51px" },
21
+ "background-image": {
22
+ "value": "url('https://cuatro.sim-cdn.nl/sloterburg/uploads/2023-02/logo-sloterburg.svg?cb=iYeQFDAp')"
23
+ }
24
+ }
25
+ }
26
+ }
27
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "conduction": {
3
+ "tooltip": {
4
+ "background-color": { "value": "{sloterburg.color.black.0}" },
5
+ "color": { "value": "{sloterburg.color.white.100}" },
6
+ "padding-block-start": { "value": "{sloterburg.size.xs}" },
7
+ "padding-block-end": { "value": "{sloterburg.size.xs}" },
8
+ "padding-inline-start": { "value": "{sloterburg.size.sm}" },
9
+ "padding-inline-end": { "value": "{sloterburg.size.sm}" },
10
+ "border-width": { "value": "0px" },
11
+ "border-style": { "value": "unset" },
12
+ "border-color": { "value": "unset" },
13
+ "border-radius": { "value": "0px" },
14
+ "z-index": { "value": "9999" }
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ "utrecht": {
3
+ "alert": {
4
+ "background-color": { "value": "{sloterburg.color.alert-info-background}" },
5
+ "border-color": {},
6
+ "border-width": {},
7
+ "color": { "value": "{sloterburg.color.alert-info}" },
8
+ "padding-block-start": { "value": "{sloterburg.size.lg}" },
9
+ "padding-block-end": { "value": "{sloterburg.size.lg}" },
10
+ "padding-inline-start": { "value": "{sloterburg.size.lg}" },
11
+ "padding-inline-end": { "value": "{sloterburg.size.lg}" },
12
+ "margin-block-start": {},
13
+ "margin-block-end": {},
14
+ "warning": {
15
+ "background-color": { "value": "{sloterburg.color.alert-warning-background}" },
16
+ "color": { "value": "{sloterburg.color.alert-warning}" },
17
+ "border-color": {},
18
+ "border-width": {}
19
+ },
20
+ "error": {
21
+ "background-color": { "value": "{sloterburg.color.alert-error-background}" },
22
+ "color": { "value": "{sloterburg.color.alert-error}" },
23
+ "border-color": {},
24
+ "border-width": {}
25
+ },
26
+ "ok": {
27
+ "background-color": { "value": "{sloterburg.color.alert-succes-background}" },
28
+ "color": { "value": "{sloterburg.color.alert-succes}" },
29
+ "border-color": {},
30
+ "border-width": {}
31
+ },
32
+ "icon": {
33
+ "color": { "value": "{sloterburg.color.alert-info}" },
34
+ "error": {
35
+ "color": { "value": "{sloterburg.color.alert-error}" }
36
+ },
37
+ "warning": {
38
+ "color": { "value": "{sloterburg.color.alert-warning}" }
39
+ },
40
+ "ok": {
41
+ "color": { "value": "{sloterburg.color.alert-succes}" }
42
+ }
43
+ }
44
+ }
45
+ }
46
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "utrecht": {
3
+ "badge-counter": {
4
+ "background-color": { "value": "{sloterburg.color.primary}" },
5
+ "border-radius": { "value": "50%" },
6
+ "color": { "value": "{sloterburg.color.white.100}" },
7
+ "font-size": { "value": "{utrecht.document.font-size}" },
8
+ "font-weight": { "value": "{sloterburg.typography.font-weight.normal}" },
9
+ "padding-block": { "value": "{sloterburg.size.2xs}" },
10
+ "padding-inline": { "value": "{sloterburg.size.2xs}" }
11
+ }
12
+ }
13
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "utrecht": {
3
+ "badge": {
4
+ "background-color": { "value": "{sloterburg.color.black.0} " },
5
+ "border-radius": { "value": "0" },
6
+ "color": { "value": "{sloterburg.color.white.100} " },
7
+ "font-size": { "value": "{sloterburg.font-size.sm}" },
8
+ "font-weight": { "value": "{sloterburg.typography.font-weight.normal}" },
9
+ "line-height": {},
10
+ "padding-block": { "value": "{sloterburg.size.xs}" },
11
+ "padding-inline": { "value": "{sloterburg.size.xs}" },
12
+ "text-transform": {}
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "utrecht": {
3
+ "blockquote": {
4
+ "background-color": {},
5
+ "color": {},
6
+ "margin-inline-start": { "value": "{sloterburg.size.xl}" },
7
+ "margin-inline-end": { "value": "{sloterburg.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": "{sloterburg.color.black.0}" },
23
+ "font-size": { "value": "{sloterburg.font-size.md}" }
24
+ }
25
+ }
26
+ }
27
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "utrecht": {
3
+ "breadcrumb-nav": {
4
+ "block-size": {},
5
+ "font-family": { "value": "{utrecht.document.font-family}" },
6
+ "font-size": {"value": "{sloterburg.font-size.xs}"},
7
+ "text-transform": {},
8
+ "item": {
9
+ "padding-block-start": {},
10
+ "padding-block-end": {},
11
+ "padding-inline-end": {},
12
+ "padding-inline-start": {}
13
+ },
14
+ "link": {
15
+ "background-color": {},
16
+ "color": { "value": "{sloterburg.color.primary}" },
17
+ "focus": {
18
+ "background-color": {},
19
+ "color": {}
20
+ },
21
+ "current": {
22
+ "background-color": {},
23
+ "color": { "value": "{sloterburg.color.grey.42}" }
24
+ }
25
+ },
26
+ "separator": {
27
+ "inline-size": {},
28
+ "color": { "value": "{sloterburg.color.darkblue.30}" },
29
+ "icon": {
30
+ "size": { "value": "{sloterburg.font-size.xs}" }
31
+ }
32
+ }
33
+ }
34
+ }
35
+ }
@@ -0,0 +1,152 @@
1
+ {
2
+ "utrecht": {
3
+ "button": {
4
+ "background-color": { "value": "{sloterburg.color.darkgreen.23}" },
5
+ "border-color": { "value": "{sloterburg.color.darkgreen.23}" },
6
+ "border-radius": { "value": "10px" },
7
+ "border-width": { "value": "{sloterburg.size.3xs}" },
8
+ "color": { "value": "{sloterburg.color.white.100}" },
9
+ "font-family": { "value": "{sloterburg.typography.pt-sans-narrow.font-family}" },
10
+ "font-size": { "value": "inherit" },
11
+ "font-weight": { "value": "inherit" },
12
+ "inline-size": {},
13
+ "letter-spacing": {},
14
+ "line-height": {},
15
+ "min-block-size": {},
16
+ "min-inline-size": {},
17
+ "padding-block-start": { "value": "{sloterburg.size.2xs}" },
18
+ "padding-block-end": { "value": "{sloterburg.size.2xs}" },
19
+ "padding-inline-start": { "value": "{sloterburg.size.sm}" },
20
+ "padding-inline-end": { "value": "{sloterburg.size.sm}" },
21
+ "text-transform": {},
22
+ "active": {
23
+ "background-color": {},
24
+ "border-color": {},
25
+ "color": {}
26
+ },
27
+ "icon": {
28
+ "gap": { "value": "{sloterburg.size.xs}" },
29
+ "size": {}
30
+ },
31
+ "disabled": {
32
+ "background-color": {},
33
+ "border-color": {},
34
+ "color": {}
35
+ },
36
+ "focus": {
37
+ "background-color": {},
38
+ "border-color": {},
39
+ "color": {},
40
+ "scale": {}
41
+ },
42
+ "hover": {
43
+ "background-color": { "value": "{sloterburg.color.darkgreen.23-90t}" },
44
+ "border-color": { "value": "{sloterburg.color.darkgreen.23-90t}" },
45
+ "color": { "value": "{sloterburg.color.white.100}" },
46
+ "scale": {}
47
+ },
48
+ "pressed": {
49
+ "background-color": {},
50
+ "border-color": {},
51
+ "color": {}
52
+ },
53
+ "primary-action": {
54
+ "background-color": { "value": "{sloterburg.color.primary}" },
55
+ "border-color": { "value": "{sloterburg.color.primary}" },
56
+ "border-width": { "value": "{sloterburg.size.3xs}" },
57
+ "color": { "value": "{sloterburg.color.white.100}" },
58
+ "font-weight": { "value": "inherit" },
59
+ "active": {
60
+ "background-color": {},
61
+ "border-color": {},
62
+ "color": {}
63
+ },
64
+ "disabled": {
65
+ "background-color": {},
66
+ "border-color": {},
67
+ "color": {}
68
+ },
69
+ "hover": {
70
+ "background-color": { "value": "{sloterburg.color.primary}" },
71
+ "border-color": { "value": "{sloterburg.color.primary}" },
72
+ "color": { "value": "{sloterburg.color.white.100}" },
73
+ "scale": {}
74
+ },
75
+ "focus": {
76
+ "background-color": {},
77
+ "border-color": {},
78
+ "color": {}
79
+ },
80
+ "pressed": {
81
+ "background-color": {},
82
+ "border-color": {},
83
+ "color": {}
84
+ }
85
+ },
86
+ "secondary-action": {
87
+ "background-color": { "value": "{sloterburg.color.white.100}" },
88
+ "border-color": { "value": "{sloterburg.color.primary}" },
89
+ "border-width": { "value": "{sloterburg.size.3xs}" },
90
+ "color": { "value": "{sloterburg.color.primary}" },
91
+ "font-weight": { "value": "{sloterburg.typography.font-weight.normal}" },
92
+ "active": {
93
+ "background-color": {},
94
+ "border-color": {},
95
+ "color": {}
96
+ },
97
+ "disabled": {
98
+ "background-color": {},
99
+ "border-color": {},
100
+ "color": {}
101
+ },
102
+ "hover": {
103
+ "background-color": { "value": "{sloterburg.color.white.100}" },
104
+ "border-color": { "value": "{sloterburg.color.primary-hover}" },
105
+ "color": { "value": "{sloterburg.color.primary-hover}" }
106
+ },
107
+ "focus": {
108
+ "background-color": {},
109
+ "border-color": {},
110
+ "color": {}
111
+ },
112
+ "pressed": {
113
+ "background-color": {},
114
+ "border-color": {},
115
+ "color": {}
116
+ }
117
+ },
118
+ "subtle": {
119
+ "background-color": {},
120
+ "border-color": {},
121
+ "border-width": {},
122
+ "color": {},
123
+ "font-weight": {},
124
+ "active": {
125
+ "background-color": {},
126
+ "border-color": {},
127
+ "color": {}
128
+ },
129
+ "disabled": {
130
+ "background-color": {},
131
+ "border-color": {},
132
+ "color": {}
133
+ },
134
+ "hover": {
135
+ "background-color": {},
136
+ "border-color": {},
137
+ "color": {}
138
+ },
139
+ "focus": {
140
+ "background-color": {},
141
+ "border-color": {},
142
+ "color": {}
143
+ },
144
+ "pressed": {
145
+ "background-color": {},
146
+ "border-color": {},
147
+ "color": {}
148
+ }
149
+ }
150
+ }
151
+ }
152
+ }