@conduction/theme 1.0.24 → 1.0.26

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 (165) hide show
  1. package/README.md +7 -0
  2. package/conduction-design-tokens/README.md +3 -0
  3. package/conduction-design-tokens/dist/design-tokens.css +66 -67
  4. package/conduction-design-tokens/dist/index.js +70 -71
  5. package/conduction-design-tokens/dist/index.json +168 -187
  6. package/conduction-design-tokens/dist/index.less +66 -67
  7. package/conduction-design-tokens/dist/index.scss +66 -67
  8. package/conduction-design-tokens/dist/tokens.json +1956 -1981
  9. package/conduction-design-tokens/src/component/conduction/{card.tokens.json → card-wrapper.tokens.json} +5 -12
  10. package/municipalities/dinkelland-design-tokens/README.md +3 -0
  11. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +74 -76
  12. package/municipalities/dinkelland-design-tokens/dist/index.js +80 -82
  13. package/municipalities/dinkelland-design-tokens/dist/index.json +153 -191
  14. package/municipalities/dinkelland-design-tokens/dist/index.less +74 -76
  15. package/municipalities/dinkelland-design-tokens/dist/index.scss +74 -76
  16. package/municipalities/dinkelland-design-tokens/dist/tokens.json +2198 -2241
  17. package/municipalities/dinkelland-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
  18. package/municipalities/epe-design-tokens/README.md +3 -0
  19. package/municipalities/epe-design-tokens/dist/design-tokens.css +66 -73
  20. package/municipalities/epe-design-tokens/dist/index.js +75 -82
  21. package/municipalities/epe-design-tokens/dist/index.json +151 -298
  22. package/municipalities/epe-design-tokens/dist/index.less +66 -73
  23. package/municipalities/epe-design-tokens/dist/index.scss +66 -73
  24. package/municipalities/epe-design-tokens/dist/tokens.json +2134 -2281
  25. package/municipalities/epe-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
  26. package/municipalities/leiden-design-tokens/README.md +3 -0
  27. package/municipalities/leiden-design-tokens/dist/design-tokens.css +60 -61
  28. package/municipalities/leiden-design-tokens/dist/index.js +66 -67
  29. package/municipalities/leiden-design-tokens/dist/index.json +143 -162
  30. package/municipalities/leiden-design-tokens/dist/index.less +60 -61
  31. package/municipalities/leiden-design-tokens/dist/index.scss +60 -61
  32. package/municipalities/leiden-design-tokens/dist/tokens.json +1872 -1897
  33. package/municipalities/leiden-design-tokens/src/component/conduction/{card.tokens.json → card-wrapper.tokens.json} +4 -11
  34. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +129 -0
  35. package/municipalities/noaberkracht-design-tokens/dist/font.css +5 -0
  36. package/municipalities/noaberkracht-design-tokens/dist/index.css +7 -0
  37. package/municipalities/noaberkracht-design-tokens/dist/index.js +127 -0
  38. package/municipalities/noaberkracht-design-tokens/dist/index.json +2458 -0
  39. package/municipalities/noaberkracht-design-tokens/dist/index.less +126 -0
  40. package/municipalities/noaberkracht-design-tokens/dist/index.scss +126 -0
  41. package/municipalities/noaberkracht-design-tokens/dist/tokens.json +2570 -0
  42. package/municipalities/noordwijk-design-tokens/LICENSE.md +17 -0
  43. package/municipalities/noordwijk-design-tokens/README.md +3 -0
  44. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +309 -0
  45. package/municipalities/noordwijk-design-tokens/dist/font.css +318 -0
  46. package/municipalities/noordwijk-design-tokens/dist/index.css +7 -0
  47. package/municipalities/noordwijk-design-tokens/dist/index.js +307 -0
  48. package/municipalities/noordwijk-design-tokens/dist/index.json +6004 -0
  49. package/municipalities/noordwijk-design-tokens/dist/index.less +306 -0
  50. package/municipalities/noordwijk-design-tokens/dist/index.scss +306 -0
  51. package/municipalities/noordwijk-design-tokens/dist/tokens.json +6420 -0
  52. package/municipalities/noordwijk-design-tokens/package.json +40 -0
  53. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +99 -0
  54. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/font-size.tokens.json +17 -0
  55. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/size.tokens.json +17 -0
  56. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/typography.tokens.json +47 -0
  57. package/municipalities/noordwijk-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  58. package/municipalities/noordwijk-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  59. package/municipalities/noordwijk-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
  60. package/municipalities/noordwijk-design-tokens/src/component/conduction/select.tokens.json +15 -0
  61. package/municipalities/noordwijk-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  62. package/municipalities/noordwijk-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  63. package/municipalities/noordwijk-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  64. package/municipalities/noordwijk-design-tokens/src/component/utrecht/code.tokens.json +27 -0
  65. package/municipalities/noordwijk-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  66. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  67. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +44 -0
  68. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  69. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +11 -0
  70. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  71. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
  72. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +44 -0
  73. package/municipalities/noordwijk-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
  74. package/municipalities/noordwijk-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  75. package/municipalities/noordwijk-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  76. package/municipalities/noordwijk-design-tokens/src/component/utrecht/list.tokens.json +33 -0
  77. package/municipalities/noordwijk-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  78. package/municipalities/noordwijk-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  79. package/municipalities/noordwijk-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  80. package/municipalities/noordwijk-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  81. package/municipalities/noordwijk-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  82. package/municipalities/noordwijk-design-tokens/src/config.json +7 -0
  83. package/municipalities/noordwijk-design-tokens/src/font.scss +385 -0
  84. package/municipalities/noordwijk-design-tokens/src/index.scss +8 -0
  85. package/municipalities/noordwijk-design-tokens/style-dictionary.config.js +6 -0
  86. package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +11 -0
  87. package/municipalities/rotterdam-design-tokens/dist/font.css +1 -0
  88. package/municipalities/rotterdam-design-tokens/dist/index.css +7 -0
  89. package/municipalities/rotterdam-design-tokens/dist/index.js +9 -0
  90. package/municipalities/rotterdam-design-tokens/dist/index.json +80 -0
  91. package/municipalities/rotterdam-design-tokens/dist/index.less +8 -0
  92. package/municipalities/rotterdam-design-tokens/dist/index.scss +8 -0
  93. package/municipalities/rotterdam-design-tokens/dist/tokens.json +90 -0
  94. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/custom.css +33 -0
  95. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/design-tokens.css +305 -0
  96. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/font/download.sh +18 -0
  97. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/font.css +36 -0
  98. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.css +33 -0
  99. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.js +303 -0
  100. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.json +6415 -0
  101. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.less +302 -0
  102. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.scss +302 -0
  103. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/tokens.json +6868 -0
  104. package/municipalities/tubbergen-design-tokens/README.md +3 -0
  105. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +74 -76
  106. package/municipalities/tubbergen-design-tokens/dist/index.js +80 -82
  107. package/municipalities/tubbergen-design-tokens/dist/index.json +153 -191
  108. package/municipalities/tubbergen-design-tokens/dist/index.less +74 -76
  109. package/municipalities/tubbergen-design-tokens/dist/index.scss +74 -76
  110. package/municipalities/tubbergen-design-tokens/dist/tokens.json +2200 -2243
  111. package/municipalities/tubbergen-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
  112. package/municipalities/xxllnc-design-tokens/README.md +3 -0
  113. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +64 -65
  114. package/municipalities/xxllnc-design-tokens/dist/index.js +66 -67
  115. package/municipalities/xxllnc-design-tokens/dist/index.json +162 -181
  116. package/municipalities/xxllnc-design-tokens/dist/index.less +64 -65
  117. package/municipalities/xxllnc-design-tokens/dist/index.scss +64 -65
  118. package/municipalities/xxllnc-design-tokens/dist/tokens.json +1885 -1910
  119. package/municipalities/xxllnc-design-tokens/src/component/conduction/{card.tokens.json → card-wrapper.tokens.json} +5 -12
  120. package/package.json +3 -2
  121. package/municipalities/dinkelland-design-tokens/src/component/conduction/card.tokens.json +0 -26
  122. package/municipalities/epe-design-tokens/src/component/conduction/card.tokens.json +0 -30
  123. package/municipalities/tubbergen-design-tokens/src/component/conduction/card.tokens.json +0 -26
  124. /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
  125. /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
  126. /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
  127. /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
  128. /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
  129. /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
  130. /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
  131. /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
  132. /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
  133. /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
  134. /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
  135. /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
  136. /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
  137. /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
  138. /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
  139. /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
  140. /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
  141. /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
  142. /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
  143. /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
  144. /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
  145. /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
  146. /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
  147. /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
  148. /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
  149. /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
  150. /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
  151. /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
  152. /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
  153. /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
  154. /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
  155. /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
  156. /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
  157. /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
  158. /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
  159. /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
  160. /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
  161. /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
  162. /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
  163. /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
  164. /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
  165. /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
@@ -0,0 +1,40 @@
1
+ {
2
+ "version": "1.0.0-alpha.1",
3
+ "author": "Community for NL Design System",
4
+ "description": "NL Design System design tokens for Gemeente Noordwijk",
5
+ "website": "https://noordwijk.nl/",
6
+ "keywords": [
7
+ "nl-design-system",
8
+ "conduction"
9
+ ],
10
+ "license": "SEE LICENSE IN LICENSE.md",
11
+ "name": "@conduction/noordwijk-design-tokens",
12
+ "private": false,
13
+ "publishConfig": {
14
+ "access": "public"
15
+ },
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "git+https://github.com/ConductionNL/conduction-theme.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,99 @@
1
+ {
2
+ "noordwijk": {
3
+ "color": {
4
+ "primary": {
5
+ "value": "{noordwijk.color.blue.30}"
6
+ },
7
+ "primary-hover": {
8
+ "value": "{noordwijk.color.blue.15}"
9
+ },
10
+
11
+ "error": { "value": "#dc3545" },
12
+ "alert-error": { "value": "#721c24" },
13
+ "alert-error-background": { "value": "#f8d7da" },
14
+
15
+ "warning": { "value": "#ffc107" },
16
+ "alert-warning": { "value": "#856404" },
17
+ "alert-warning-background": { "value": "#fff3cd" },
18
+
19
+ "succes": { "value": "#28a745" },
20
+ "alert-succes": { "value": "#155724" },
21
+ "alert-succes-background": { "value": "#d4edda" },
22
+
23
+ "info": { "value": "{noordwijk.color.primary}" },
24
+ "alert-info": { "value": "#004085" },
25
+ "alert-info-background": { "value": "#cce5ff" },
26
+
27
+ "grey": {
28
+ "29": {
29
+ "value": "#4a4a4a"
30
+ },
31
+ "46": {
32
+ "value": "#757575"
33
+ },
34
+ "50": {
35
+ "value": "#808080",
36
+ "comment": "Base/Grey"
37
+ },
38
+ "55": {
39
+ "value": "#8c8c8c"
40
+ },
41
+ "82": {
42
+ "value": "#d1d1d1"
43
+ },
44
+ "97": {
45
+ "value": "#f7f7f7"
46
+ }
47
+ },
48
+
49
+ "light-grey": {
50
+ "96": {
51
+ "value": "#f5f5f5",
52
+ "comment": "Base/LightGrey"
53
+ },
54
+ "92": {
55
+ "value": "#ebebeb"
56
+ }
57
+ },
58
+
59
+ "light-blue": {
60
+ "51": {
61
+ "value": "#4685be"
62
+ },
63
+ "58": {
64
+ "value": "#6096c7"
65
+ },
66
+ "96": {
67
+ "value": "#f2f7fa"
68
+ }
69
+ },
70
+
71
+ "blue": {
72
+ "15": {
73
+ "value": "#16113b"
74
+ },
75
+ "30": {
76
+ "value": "#2c2276",
77
+ "comment": "Base/Blue"
78
+ }
79
+ },
80
+
81
+ "white": {
82
+ "98": {
83
+ "value": "#fafafa"
84
+ },
85
+ "100": {
86
+ "value": "#ffffff",
87
+ "comment": "Base/White"
88
+ }
89
+ },
90
+
91
+ "black": {
92
+ "0": {
93
+ "value": "#000000",
94
+ "comment": "Base/Black"
95
+ }
96
+ }
97
+ }
98
+ }
99
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "noordwijk": {
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": "24px" },
12
+ "2xl": { "value": "32px" },
13
+ "3xl": { "value": "48px" },
14
+ "4xl": { "value": "58px" }
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "noordwijk": {
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,47 @@
1
+ {
2
+ "noordwijk": {
3
+ "typography": {
4
+ "roboto": {
5
+ "font-family": {
6
+ "value": "\"Roboto\", Arial, sans-serif"
7
+ }
8
+ },
9
+ "roboto-slab": {
10
+ "font-family": {
11
+ "value": "\"Roboto Slab\", Arial, sans-serif"
12
+ }
13
+ },
14
+ "monospace": {
15
+ "font-family": {
16
+ "value": "Monospace, \"Lucida Console\""
17
+ }
18
+ },
19
+
20
+ "font-weight": {
21
+ "bold": {
22
+ "value": "700"
23
+ },
24
+ "normal": {
25
+ "value": "300"
26
+ },
27
+ "light": {
28
+ "value": "100"
29
+ }
30
+ },
31
+
32
+ "scale": {
33
+ "4xs": { "value": "{noordwijk.font-size.4xs}" },
34
+ "3xs": { "value": "{noordwijk.font-size.3xs}" },
35
+ "2xs": { "value": "{noordwijk.font-size.2xs}" },
36
+ "xs": { "value": "{noordwijk.font-size.xs}" },
37
+ "sm": { "value": "{noordwijk.font-size.sm}" },
38
+ "md": { "value": "{noordwijk.font-size.md}" },
39
+ "lg": { "value": "{noordwijk.font-size.lg}" },
40
+ "xl": { "value": "{noordwijk.font-size.xl}" },
41
+ "2xl": { "value": "{noordwijk.font-size.2xl}" },
42
+ "3xl": { "value": "{noordwijk.font-size.3xl}" },
43
+ "4xl": { "value": "{noordwijk.font-size.4xl}" }
44
+ }
45
+ }
46
+ }
47
+ }
@@ -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": "{noordwijk.size.3xs}" },
6
+ "2xs": { "value": "{noordwijk.size.2xs}" },
7
+ "xs": { "value": "{noordwijk.size.xs}" },
8
+ "sm": { "value": "{noordwijk.size.sm}" },
9
+ "md": { "value": "{noordwijk.size.md}" },
10
+ "lg": { "value": "{noordwijk.size.lg}" },
11
+ "xl": { "value": "{noordwijk.size.xl}" },
12
+ "2xl": { "value": "{noordwijk.size.2xl}" },
13
+ "3xl": { "value": "{noordwijk.size.3xl}" }
14
+ },
15
+ "inline": {
16
+ "3xs": { "value": "{noordwijk.size.3xs}" },
17
+ "2xs": { "value": "{noordwijk.size.2xs}" },
18
+ "xs": { "value": "{noordwijk.size.xs}" },
19
+ "sm": { "value": "{noordwijk.size.sm}" },
20
+ "md": { "value": "{noordwijk.size.md}" },
21
+ "lg": { "value": "{noordwijk.size.lg}" },
22
+ "xl": { "value": "{noordwijk.size.xl}" },
23
+ "2xl": { "value": "{noordwijk.size.2xl}" },
24
+ "3xl": { "value": "{noordwijk.size.3xl}" }
25
+ }
26
+ }
27
+ }
28
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "conduction": {
3
+ "card-wrapper": {
4
+ "background-color": { "value": "{noordwijk.color.white.100}" },
5
+ "border-color": {},
6
+ "border-width": { "value": "unset" },
7
+ "border-style": {},
8
+ "border-radius": { "value": "5px" },
9
+ "color": { "value": "{noordwijk.color.black.0}" },
10
+ "hover": {
11
+ "background-color": {}
12
+ },
13
+ "padding-inline-end": { "value": "{noordwijk.size.md}" },
14
+ "padding-inline-start": { "value": "{noordwijk.size.md}" },
15
+ "padding-block-end": { "value": "{noordwijk.size.md}" },
16
+ "padding-block-start": { "value": "{noordwijk.size.md}" }
17
+ }
18
+ }
19
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "conduction": {
3
+ "input-select": {
4
+ "background-color": { "value": "{noordwijk.color.white.100}" },
5
+ "border": { "value": "{noordwijk.size.4xs} solid {noordwijk.color.grey.46}" },
6
+ "border-focus": { "value": "unset" },
7
+ "border-radius": { "value": "{utrecht.form-input.border-radius}" },
8
+ "invalid-border-color": { "value": "{noordwijk.color.error}" },
9
+ "padding-block-end": { "value": 0 },
10
+ "padding-block-start": { "value": 0 },
11
+ "hover": {},
12
+ "focus": {}
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ "utrecht": {
3
+ "alert": {
4
+ "background-color": { "value": "{noordwijk.color.alert-info-background}" },
5
+ "border-color": {},
6
+ "border-width": {},
7
+ "color": { "value": "{noordwijk.color.alert-info}" },
8
+ "padding-block-start": { "value": "{noordwijk.size.lg}" },
9
+ "padding-block-end": { "value": "{noordwijk.size.lg}" },
10
+ "padding-inline-start": { "value": "{noordwijk.size.lg}" },
11
+ "padding-inline-end": { "value": "{noordwijk.size.lg}" },
12
+ "margin-block-start": {},
13
+ "margin-block-end": {},
14
+ "warning": {
15
+ "background-color": { "value": "{noordwijk.color.alert-warning-background}" },
16
+ "color": { "value": "{noordwijk.color.alert-warning}" },
17
+ "border-color": {},
18
+ "border-width": {}
19
+ },
20
+ "error": {
21
+ "background-color": { "value": "{noordwijk.color.alert-error-background}" },
22
+ "color": { "value": "{noordwijk.color.alert-error}" },
23
+ "border-color": {},
24
+ "border-width": {}
25
+ },
26
+ "ok": {
27
+ "background-color": { "value": "{noordwijk.color.alert-succes-background}" },
28
+ "color": { "value": "{noordwijk.color.alert-succes}" },
29
+ "border-color": {},
30
+ "border-width": {}
31
+ },
32
+ "icon": {
33
+ "color": { "value": "{noordwijk.color.alert-info}" },
34
+ "error": {
35
+ "color": { "value": "{noordwijk.color.alert-error}" }
36
+ },
37
+ "warning": {
38
+ "color": { "value": "{noordwijk.color.alert-warning}" }
39
+ },
40
+ "ok": {
41
+ "color": { "value": "{noordwijk.color.alert-succes}" }
42
+ }
43
+ }
44
+ }
45
+ }
46
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "utrecht": {
3
+ "blockquote": {
4
+ "background-color": {},
5
+ "color": {},
6
+ "margin-inline-start": { "value": "{noordwijk.size.xl}" },
7
+ "margin-inline-end": { "value": "{noordwijk.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": "{noordwijk.color.black.0}" },
23
+ "font-size": { "value": "{noordwijk.font-size.md}" }
24
+ }
25
+ }
26
+ }
27
+ }
@@ -0,0 +1,152 @@
1
+ {
2
+ "utrecht": {
3
+ "button": {
4
+ "background-color": { "value": "{noordwijk.color.light-blue.58}" },
5
+ "border-color": { "value": "{noordwijk.color.light-blue.58}" },
6
+ "border-radius": { "value": "5px" },
7
+ "border-width": { "value": "{noordwijk.size.3xs}" },
8
+ "color": { "value": "{noordwijk.color.white.100}" },
9
+ "font-family": { "value": "{noordwijk.typography.roboto-slab.font-family}" },
10
+ "font-size": { "value": "inherit" },
11
+ "font-weight": { "value": "500" },
12
+ "inline-size": {},
13
+ "letter-spacing": {},
14
+ "line-height": {},
15
+ "min-block-size": {},
16
+ "min-inline-size": {},
17
+ "padding-block-start": { "value": "{noordwijk.size.2xs}" },
18
+ "padding-block-end": { "value": "{noordwijk.size.2xs}" },
19
+ "padding-inline-start": { "value": "{noordwijk.size.sm}" },
20
+ "padding-inline-end": { "value": "{noordwijk.size.sm}" },
21
+ "text-transform": {},
22
+ "active": {
23
+ "background-color": {},
24
+ "border-color": {},
25
+ "color": {}
26
+ },
27
+ "icon": {
28
+ "gap": { "value": "{noordwijk.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": "{noordwijk.color.light-blue.51}" },
44
+ "border-color": { "value": "{noordwijk.color.light-blue.51}" },
45
+ "color": { "value": "{noordwijk.color.white.100}" },
46
+ "scale": {}
47
+ },
48
+ "pressed": {
49
+ "background-color": {},
50
+ "border-color": {},
51
+ "color": {}
52
+ },
53
+ "primary-action": {
54
+ "background-color": { "value": "{noordwijk.color.primary}" },
55
+ "border-color": { "value": "{noordwijk.color.primary}" },
56
+ "border-width": { "value": "{noordwijk.size.3xs}" },
57
+ "color": { "value": "{noordwijk.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": "{noordwijk.color.primary}" },
71
+ "border-color": { "value": "{noordwijk.color.primary}" },
72
+ "color": { "value": "{noordwijk.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": "{noordwijk.color.white.100}" },
88
+ "border-color": { "value": "{noordwijk.color.primary}" },
89
+ "border-width": { "value": "{noordwijk.size.3xs}" },
90
+ "color": { "value": "{noordwijk.color.primary}" },
91
+ "font-weight": { "value": "{noordwijk.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": "{noordwijk.color.white.100}" },
104
+ "border-color": { "value": "{noordwijk.color.primary-hover}" },
105
+ "color": { "value": "{noordwijk.color.primary-hover}" }
106
+ },
107
+ "focus": {
108
+ "background-color": {},
109
+ "border-color": {},
110
+ "color": {}
111
+ },
112
+ "pressed": {
113
+ "background-color": {},
114
+ "border-color": {},
115
+ "color": {}
116
+ }
117
+ },
118
+ "subtle": {
119
+ "background-color": {},
120
+ "border-color": {},
121
+ "border-width": {},
122
+ "color": {},
123
+ "font-weight": {},
124
+ "active": {
125
+ "background-color": {},
126
+ "border-color": {},
127
+ "color": {}
128
+ },
129
+ "disabled": {
130
+ "background-color": {},
131
+ "border-color": {},
132
+ "color": {}
133
+ },
134
+ "hover": {
135
+ "background-color": {},
136
+ "border-color": {},
137
+ "color": {}
138
+ },
139
+ "focus": {
140
+ "background-color": {},
141
+ "border-color": {},
142
+ "color": {}
143
+ },
144
+ "pressed": {
145
+ "background-color": {},
146
+ "border-color": {},
147
+ "color": {}
148
+ }
149
+ }
150
+ }
151
+ }
152
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "utrecht": {
3
+ "code": {
4
+ "background-color": { "value": "{noordwijk.color.light-grey.92}" },
5
+ "color": { "value": "{noordwijk.color.black.0}" },
6
+ "font-family": { "value": "{noordwijk.typography.monospace.font-family}" },
7
+ "font-size": { "value": "inherit" },
8
+ "line-height": {}
9
+ },
10
+
11
+ "code-block": {
12
+ "background-color": { "value": "{noordwijk.color.light-grey.92}" },
13
+ "color": { "value": "{noordwijk.color.black.0}" },
14
+ "font-family": { "value": "{noordwijk.typography.monospace.font-family}" },
15
+ "font-size": { "value": "{noordwijk.font-size.md}" },
16
+ "line-height": { "value": "{noordwijk.size.lg}" },
17
+ "margin-block-start": { "value": "{noordwijk.size.md}" },
18
+ "margin-block-end": { "value": "{noordwijk.size.md}" },
19
+ "margin-inline-start": { "value": 0 },
20
+ "margin-inline-end": { "value": 0 },
21
+ "padding-block-start": { "value": "{noordwijk.size.md}" },
22
+ "padding-block-end": { "value": "{noordwijk.size.md}" },
23
+ "padding-inline-start": { "value": "{noordwijk.size.md}" },
24
+ "padding-inline-end": { "value": "{noordwijk.size.md}" }
25
+ }
26
+ }
27
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "utrecht": {
3
+ "document": {
4
+ "background-color": { "value": "{noordwijk.color.light-blue.96}" },
5
+ "color": { "value": "{noordwijk.color.black.0}" },
6
+ "font-family": { "value": "{noordwijk.typography.roboto.font-family}" },
7
+ "font-size": { "value": "{noordwijk.font-size.md}" },
8
+ "font-weight": {},
9
+ "line-height": {}
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "utrecht": {
3
+ "alert": {
4
+ "icon": {
5
+ "gap": { "value": "{noordwijk.size.xs}" }
6
+ }
7
+ }
8
+ }
9
+ }
@@ -0,0 +1,44 @@
1
+ {
2
+ "utrecht": {
3
+ "form-input": {
4
+ "background-color": { "value": "{noordwijk.color.white.100}" },
5
+ "border-bottom-width": {},
6
+ "border-color": { "value": "{noordwijk.color.grey.55}" },
7
+ "border-radius": {},
8
+ "border-width": { "value": "{noordwijk.size.4xs}" },
9
+ "color": { "value": "{noordwijk.color.grey.29}" },
10
+ "font-family": { "value": "{noordwijk.typography.roboto.font-family}" },
11
+ "font-size": { "value": "15px" },
12
+ "line-height": {},
13
+ "max-inline-size": {},
14
+ "padding-block-end": { "value": "{noordwijk.size.xs}" },
15
+ "padding-block-start": { "value": "{noordwijk.size.xs}" },
16
+ "padding-inline-end": { "value": "{noordwijk.size.sm}" },
17
+ "padding-inline-start": { "value": "{noordwijk.size.sm}" },
18
+ "placeholder": {
19
+ "color": { "value": "{noordwijk.color.grey.46}" }
20
+ },
21
+ "disabled": {
22
+ "background-color": {},
23
+ "border-color": {},
24
+ "color": {}
25
+ },
26
+ "focus": {
27
+ "background-color": { "value": "{noordwijk.color.white.100}" },
28
+ "border-color": {},
29
+ "color": {}
30
+ },
31
+ "invalid": {
32
+ "background-color": {},
33
+ "border-color": {},
34
+ "border-width": {},
35
+ "color": {}
36
+ },
37
+ "read-only": {
38
+ "background-color": {},
39
+ "border-color": {},
40
+ "color": {}
41
+ }
42
+ }
43
+ }
44
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "utrecht": {
3
+ "icon": {
4
+ "gap": { "value": "{noordwijk.size.xs}" }
5
+ }
6
+ }
7
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "utrecht": {
3
+ "page-footer": {
4
+ "min-height": {},
5
+ "logo": {
6
+ "max-width": { "value": "150px" }
7
+ },
8
+ "background-position": {}
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "utrecht": {
3
+ "page-header": {
4
+ "logo": {
5
+ "max-height": {},
6
+ "max-width": { "value": "120px" }
7
+ }
8
+ }
9
+ }
10
+ }