@conduction/theme 1.0.29 → 1.0.31

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 (97) hide show
  1. package/README.md +3 -1
  2. package/conduction-design-tokens/dist/design-tokens.css +2 -1
  3. package/conduction-design-tokens/dist/index.js +2 -1
  4. package/conduction-design-tokens/dist/index.json +19 -0
  5. package/conduction-design-tokens/dist/index.less +2 -1
  6. package/conduction-design-tokens/dist/index.scss +2 -1
  7. package/conduction-design-tokens/dist/tokens.json +22 -0
  8. package/conduction-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  9. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +2 -1
  10. package/municipalities/dinkelland-design-tokens/dist/index.js +2 -1
  11. package/municipalities/dinkelland-design-tokens/dist/index.json +19 -0
  12. package/municipalities/dinkelland-design-tokens/dist/index.less +2 -1
  13. package/municipalities/dinkelland-design-tokens/dist/index.scss +2 -1
  14. package/municipalities/dinkelland-design-tokens/dist/tokens.json +22 -0
  15. package/municipalities/dinkelland-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  16. package/municipalities/epe-design-tokens/dist/design-tokens.css +2 -1
  17. package/municipalities/epe-design-tokens/dist/index.js +2 -1
  18. package/municipalities/epe-design-tokens/dist/index.json +19 -0
  19. package/municipalities/epe-design-tokens/dist/index.less +2 -1
  20. package/municipalities/epe-design-tokens/dist/index.scss +2 -1
  21. package/municipalities/epe-design-tokens/dist/tokens.json +22 -0
  22. package/municipalities/epe-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  23. package/municipalities/leiden-design-tokens/dist/design-tokens.css +2 -1
  24. package/municipalities/leiden-design-tokens/dist/index.js +2 -1
  25. package/municipalities/leiden-design-tokens/dist/index.json +19 -0
  26. package/municipalities/leiden-design-tokens/dist/index.less +2 -1
  27. package/municipalities/leiden-design-tokens/dist/index.scss +2 -1
  28. package/municipalities/leiden-design-tokens/dist/tokens.json +22 -0
  29. package/municipalities/leiden-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  30. package/municipalities/noaberkracht-design-tokens/LICENSE.md +17 -0
  31. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +191 -6
  32. package/municipalities/noaberkracht-design-tokens/dist/font.css +5 -1
  33. package/municipalities/noaberkracht-design-tokens/dist/index.js +191 -6
  34. package/municipalities/noaberkracht-design-tokens/dist/index.json +4814 -1169
  35. package/municipalities/noaberkracht-design-tokens/dist/index.less +191 -6
  36. package/municipalities/noaberkracht-design-tokens/dist/index.scss +191 -6
  37. package/municipalities/noaberkracht-design-tokens/dist/tokens.json +4230 -254
  38. package/municipalities/noaberkracht-design-tokens/package.json +40 -0
  39. package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/color.tokens.json +70 -0
  40. package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/font-size.tokens.json +17 -0
  41. package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/size.tokens.json +17 -0
  42. package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/typography.tokens.json +52 -0
  43. package/municipalities/noaberkracht-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  44. package/municipalities/noaberkracht-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  45. package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  46. package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
  47. package/municipalities/noaberkracht-design-tokens/src/component/conduction/select.tokens.json +30 -0
  48. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  49. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  50. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  51. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/code.tokens.json +27 -0
  52. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  53. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  54. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +44 -0
  55. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  56. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
  57. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  58. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
  59. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +44 -0
  60. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
  61. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  62. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  63. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/list.tokens.json +33 -0
  64. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  65. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  66. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  67. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  68. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  69. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  70. package/municipalities/noaberkracht-design-tokens/src/config.json +7 -0
  71. package/municipalities/noaberkracht-design-tokens/src/font/GreycliffCF.woff2 +0 -0
  72. package/municipalities/noaberkracht-design-tokens/src/font/Oceanwide.woff2 +0 -0
  73. package/municipalities/noaberkracht-design-tokens/src/font.scss +11 -0
  74. package/municipalities/noaberkracht-design-tokens/src/index.scss +8 -0
  75. package/municipalities/noaberkracht-design-tokens/style-dictionary.config.js +6 -0
  76. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +2 -1
  77. package/municipalities/noordwijk-design-tokens/dist/index.js +2 -1
  78. package/municipalities/noordwijk-design-tokens/dist/index.json +19 -0
  79. package/municipalities/noordwijk-design-tokens/dist/index.less +2 -1
  80. package/municipalities/noordwijk-design-tokens/dist/index.scss +2 -1
  81. package/municipalities/noordwijk-design-tokens/dist/tokens.json +22 -0
  82. package/municipalities/noordwijk-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  83. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +2 -1
  84. package/municipalities/tubbergen-design-tokens/dist/index.js +2 -1
  85. package/municipalities/tubbergen-design-tokens/dist/index.json +19 -0
  86. package/municipalities/tubbergen-design-tokens/dist/index.less +2 -1
  87. package/municipalities/tubbergen-design-tokens/dist/index.scss +2 -1
  88. package/municipalities/tubbergen-design-tokens/dist/tokens.json +22 -0
  89. package/municipalities/tubbergen-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  90. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +2 -1
  91. package/municipalities/xxllnc-design-tokens/dist/index.js +2 -1
  92. package/municipalities/xxllnc-design-tokens/dist/index.json +19 -0
  93. package/municipalities/xxllnc-design-tokens/dist/index.less +2 -1
  94. package/municipalities/xxllnc-design-tokens/dist/index.scss +2 -1
  95. package/municipalities/xxllnc-design-tokens/dist/tokens.json +22 -0
  96. package/municipalities/xxllnc-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  97. package/package.json +3 -2
@@ -0,0 +1,10 @@
1
+ {
2
+ "utrecht": {
3
+ "page-header": {
4
+ "logo": {
5
+ "max-height": {},
6
+ "max-width": { "value": "130px" }
7
+ }
8
+ }
9
+ }
10
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "utrecht": {
3
+ "table": {
4
+ "background-color": {},
5
+ "header": {
6
+ "border-block-end-color": {},
7
+ "border-block-end-width": {},
8
+ "font-family": {}
9
+ },
10
+ "row": {
11
+ "hover": {
12
+ "background-color": {},
13
+ "color": {}
14
+ }
15
+ },
16
+ "body": {
17
+ "border": {}
18
+ },
19
+ "caption": {
20
+ "font-style": {}
21
+ }
22
+ }
23
+ }
24
+ }
@@ -0,0 +1,44 @@
1
+ {
2
+ "utrecht": {
3
+ "textbox": {
4
+ "background-color": { "value": "{noaberkracht.color.white.100}" },
5
+ "border-bottom-width": {},
6
+ "border-color": { "value": "{noaberkracht.color.blue.22}" },
7
+ "border-radius": { "value": "9999px" },
8
+ "border-width": { "value": "{noaberkracht.size.4xs}" },
9
+ "color": { "value": "{noaberkracht.color.blue.22}" },
10
+ "font-family": { "value": "{noaberkracht.typography.greycliff-cf.font-family}" },
11
+ "font-size": { "value": "14px" },
12
+ "line-height": {},
13
+ "max-inline-size": {},
14
+ "padding-block-end": { "value": "{noaberkracht.size.xs}" },
15
+ "padding-block-start": { "value": "{noaberkracht.size.xs}" },
16
+ "padding-inline-end": { "value": "{noaberkracht.size.md}" },
17
+ "padding-inline-start": { "value": "{noaberkracht.size.md}" },
18
+ "placeholder": {
19
+ "color": { "value": "{noaberkracht.color.blue.22}" }
20
+ },
21
+ "disabled": {
22
+ "background-color": {},
23
+ "border-color": {},
24
+ "color": {}
25
+ },
26
+ "focus": {
27
+ "background-color": { "value": "{noaberkracht.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,53 @@
1
+ {
2
+ "utrecht": {
3
+ "heading-1": {
4
+ "color": { "value": "{noaberkracht.color.blue.22}" },
5
+ "font-family": { "value": "{noaberkracht.typography.oceanwide.font-family}" },
6
+ "font-size": { "value": "{noaberkracht.font-size.2xl}" },
7
+ "font-weight": { "value": "{noaberkracht.typography.font-weight.bold}" },
8
+ "line-height": {},
9
+ "margin-block-end": { "value": "{noaberkracht.size.2xl}" },
10
+ "margin-block-start": { "value": "{noaberkracht.size.md}" }
11
+ },
12
+
13
+ "heading-2": {
14
+ "color": { "value": "{noaberkracht.color.blue.22}" },
15
+ "font-family": { "value": "{noaberkracht.typography.oceanwide.font-family}" },
16
+ "font-size": { "value": "{noaberkracht.font-size.xl}" },
17
+ "font-weight": { "value": "{noaberkracht.typography.font-weight.bold}" },
18
+ "line-height": {},
19
+ "margin-block-end": { "value": "{noaberkracht.size.2xl}" },
20
+ "margin-block-start": { "value": "{noaberkracht.size.md}" }
21
+ },
22
+
23
+ "heading-3": {
24
+ "color": { "value": "{noaberkracht.color.blue.22}" },
25
+ "font-family": { "value": "{noaberkracht.typography.oceanwide.font-family}" },
26
+ "font-size": { "value": "{noaberkracht.font-size.lg}" },
27
+ "font-weight": { "value": "{noaberkracht.typography.font-weight.normal}" },
28
+ "line-height": {},
29
+ "margin-block-end": { "value": "{noaberkracht.size.xl}" },
30
+ "margin-block-start": { "value": "{noaberkracht.size.md}" }
31
+ },
32
+
33
+ "heading-4": {
34
+ "color": { "value": "{noaberkracht.color.blue.22}" },
35
+ "font-family": { "value": "{noaberkracht.typography.oceanwide.font-family}" },
36
+ "font-size": { "value": "{noaberkracht.font-size.md}" },
37
+ "font-weight": { "value": "{noaberkracht.typography.font-weight.normal}" },
38
+ "line-height": {},
39
+ "margin-block-end": { "value": "{noaberkracht.size.lg}" },
40
+ "margin-block-start": { "value": "{noaberkracht.size.md}" }
41
+ },
42
+
43
+ "heading-5": {
44
+ "color": { "value": "{noaberkracht.color.blue.22}" },
45
+ "font-family": { "value": "{noaberkracht.typography.oceanwide.font-family}" },
46
+ "font-size": { "value": "{noaberkracht.font-size.sm}" },
47
+ "font-weight": { "value": "{noaberkracht.typography.font-weight.light}" },
48
+ "line-height": {},
49
+ "margin-block-end": { "value": "{noaberkracht.size.lg}" },
50
+ "margin-block-start": { "value": "{noaberkracht.size.md}" }
51
+ }
52
+ }
53
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "utrecht": {
3
+ "icon": {
4
+ "color": {},
5
+ "size": {},
6
+ "inset-block-start": {},
7
+ "baseline": {
8
+ "inset-block-start": {}
9
+ }
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "utrecht": {
3
+ "link": {
4
+ "color": { "value": "{noaberkracht.color.blue.22}" },
5
+ "text-decoration": { "value": "underline" },
6
+ "text-decoration-color": { "value": "{noaberkracht.color.blue.22}" },
7
+ "text-decoration-thickness": { "value": "{noaberkracht.size.4xs}" },
8
+ "text-underline-offset": { "value": "{noaberkracht.size.3xs}" },
9
+ "active": {
10
+ "color": {}
11
+ },
12
+ "focus": {
13
+ "color": {},
14
+ "text-decoration": {},
15
+ "text-decoration-thickness": {}
16
+ },
17
+ "hover": {
18
+ "color": { "value": "{noaberkracht.color.blue.22}" },
19
+ "text-decoration": {},
20
+ "text-decoration-thickness": { "value": "{noaberkracht.size.4xs}" }
21
+ },
22
+ "placeholder": {
23
+ "color": {}
24
+ },
25
+ "visited": {
26
+ "color": { "value": "{noaberkracht.color.blue.22}" }
27
+ },
28
+ "icon": {
29
+ "size": { "value": "{noaberkracht.size.sm}" }
30
+ }
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "utrecht": {
3
+ "ordered-list": {
4
+ "font-size": { "value": "{utrecht.document.font-size}" },
5
+ "line-height": {},
6
+ "margin-block-start": { "value": "{noaberkracht.size.sm}" },
7
+ "margin-block-end": { "value": "{noaberkracht.size.sm}" },
8
+ "padding-inline-start": { "value": "{noaberkracht.size.xl}" },
9
+ "item": {
10
+ "margin-block-start": { "value": "{noaberkracht.size.2xs}" },
11
+ "margin-block-end": { "value": "{noaberkracht.size.2xs}" },
12
+ "padding-inline-start": { "value": "1ch" }
13
+ }
14
+ },
15
+
16
+ "unordered-list": {
17
+ "font-size": { "value": "{utrecht.document.font-size}" },
18
+ "line-height": {},
19
+ "margin-block-start": { "value": "{noaberkracht.size.md}" },
20
+ "margin-block-end": { "value": 0 },
21
+ "padding-inline-start": { "value": "2ch" },
22
+ "item": {
23
+ "margin-block-start": { "value": "{noaberkracht.size.xs}" },
24
+ "margin-block-end": { "value": "{noaberkracht.size.xs}" },
25
+ "padding-inline-start": { "value": "1ch" }
26
+ },
27
+
28
+ "marker": {
29
+ "color": { "value": "{noaberkracht.color.blue.22}" }
30
+ }
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "utrecht": {
3
+ "page-footer": {
4
+ "background-color": { "value": "{noaberkracht.color.yellow.47}" },
5
+ "background-image": { "value": "unset" },
6
+ "color": { "value": "{noaberkracht.color.white.100}" },
7
+ "padding-inline-end": { "value": "{noaberkracht.size.sm}" },
8
+ "padding-inline-start": { "value": "{noaberkracht.size.sm}" },
9
+ "padding-block-end": { "value": "{noaberkracht.size.2xl}" },
10
+ "padding-block-start": { "value": "{noaberkracht.size.2xl}" }
11
+ }
12
+ }
13
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "utrecht": {
3
+ "page-header": {
4
+ "background-color": { "value": "{noaberkracht.color.blue.31-60t}" },
5
+ "color": { "value": "{noaberkracht.color.white.100}" },
6
+ "padding-block-start": { "value": "{noaberkracht.size.sm}" },
7
+ "padding-block-end": { "value": "{noaberkracht.size.sm}" }
8
+ }
9
+ }
10
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "utrecht": {
3
+ "page": {
4
+ "background-color": {},
5
+ "color": {},
6
+ "margin-inline-start": { "value": "{noaberkracht.size.lg}" },
7
+ "margin-inline-end": { "value": "{noaberkracht.size.lg}" },
8
+ "max-inline-size": { "value": "1140px" }
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "utrecht": {
3
+ "paragraph": {
4
+ "color": { "value": "{utrecht.document.color}" },
5
+ "font-family": { "value": "{noaberkracht.typography.greycliff-cf.font-family}" },
6
+ "font-size": { "value": "{noaberkracht.font-size.sm}" },
7
+ "font-weight": { "value": "{noaberkracht.typography.font-weight.normal}" },
8
+ "line-height": { "value": "1.5em" },
9
+ "margin-block-start": { "value": 0 },
10
+ "margin-block-end": { "value": 0 },
11
+ "lead": {
12
+ "color": {},
13
+ "font-size": {},
14
+ "font-weight": {},
15
+ "line-height": {}
16
+ },
17
+ "small": {
18
+ "color": {},
19
+ "font-size": {},
20
+ "font-weight": {},
21
+ "line-height": {}
22
+ }
23
+ }
24
+ }
25
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "utrecht": {
3
+ "surface": {
4
+ "background-color": { "value": "{noaberkracht.color.white.98}" },
5
+ "color": {}
6
+ }
7
+ }
8
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "utrecht": {
3
+ "table": {
4
+ "border-color": { "value": "{noaberkracht.color.lightgrey.96}" },
5
+ "border-width": { "value": "{noaberkracht.size.4xs}" },
6
+ "font-family": { "value": "{utrecht.document.font-family}" },
7
+ "font-size": { "value": "{utrecht.document.font-size}" },
8
+ "line-height": {},
9
+ "margin-block-end": { "value": 0 },
10
+ "margin-block-start": { "value": "{noaberkracht.size.md}" },
11
+ "caption": {
12
+ "font-weight": {},
13
+ "font-family": {},
14
+ "font-size": {},
15
+ "color": {},
16
+ "line-height": {},
17
+ "text-align": {},
18
+ "margin-block-end": {}
19
+ },
20
+ "header": {
21
+ "font-weight": { "value": "{noaberkracht.typography.font-weight.bold}" },
22
+ "background-color": {},
23
+ "color": { "value": "{utrecht.document.color}" },
24
+ "text-transform": { "value": "unset" },
25
+ "border-block-end-color": {},
26
+ "border-block-end-width": {}
27
+ },
28
+ "header-cell": {
29
+ "font-size": { "value": "{utrecht.document.font-size}" },
30
+ "font-weight": { "value": "{noaberkracht.typography.font-weight.bold}" },
31
+ "color": { "value": "{utrecht.document.color}" },
32
+ "text-transform": { "value": "unset" }
33
+ },
34
+ "cell": {
35
+ "line-height": {},
36
+ "padding-block-end": { "value": "{noaberkracht.size.md}" },
37
+ "padding-block-start": { "value": "{noaberkracht.size.md}" },
38
+ "padding-inline-end": { "value": "{noaberkracht.size.md}" },
39
+ "padding-inline-start": { "value": "{noaberkracht.size.md}" },
40
+ "icon": {
41
+ "size": {}
42
+ }
43
+ },
44
+ "row": {
45
+ "border-block-end-color": { "value": "{noaberkracht.color.lightgrey.96}" },
46
+ "border-block-end-width": { "value": "{noaberkracht.size.4xs}" },
47
+ "padding-inline-end": {},
48
+ "padding-inline-start": {},
49
+ "alternate-odd": {
50
+ "background-color": {},
51
+ "color": {}
52
+ },
53
+ "alternate-even": {
54
+ "background-color": {},
55
+ "color": {}
56
+ }
57
+ }
58
+ }
59
+ }
60
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "fullName": "Noaberkracht",
3
+ "name": "Noaberkracht",
4
+ "prefix": "noaberkracht",
5
+ "npm": "@conduction/noaberkracht-design-tokens",
6
+ "stories": ["react-utrecht-link--default"]
7
+ }
@@ -0,0 +1,11 @@
1
+ /* Place any @font-face definitions here */
2
+
3
+ @font-face {
4
+ font-family: "greycliff-cf";
5
+ src: url("../src/font/GreycliffCF.woff2") format("woff2");
6
+ }
7
+
8
+ @font-face {
9
+ font-family: "Oceanwide";
10
+ src: url("../src/font/Oceanwide.woff2") format("woff2");
11
+ }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license SEE LICENSE.md
3
+ * Copyright (c) 2021 NL Design System Community
4
+ * All rights reserved
5
+ */
6
+
7
+ @import "./design-tokens.css";
8
+ @import "./font.css";
@@ -0,0 +1,6 @@
1
+ const config = require('./src/config.json');
2
+ const { createConfig } = require('../../style-dictionary-config');
3
+
4
+ module.exports = createConfig({
5
+ selector: `.${config.prefix}-theme`,
6
+ });
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 11:15:21 GMT
3
+ * Generated on Fri, 25 Aug 2023 13:32:25 GMT
4
4
  */
5
5
 
6
6
  .noordwijk-theme {
@@ -116,6 +116,7 @@
116
116
  --conduction-card-header-date-font-weight: var(--noordwijk-typography-font-weight-light);
117
117
  --conduction-card-header-date-font-size: var(--noordwijk-font-size-sm);
118
118
  --conduction-card-header-date-color: var(--noordwijk-color-light-green-24);
119
+ --utrecht-surface-background-color: var(--noordwijk-color-light-blue-96);
119
120
  --utrecht-paragraph-font-weight: var(--noordwijk-typography-font-weight-normal);
120
121
  --utrecht-paragraph-font-size: var(--noordwijk-font-size-md);
121
122
  --utrecht-paragraph-font-family: var(--noordwijk-typography-roboto-font-family);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 11:15:21 GMT
3
+ * Generated on Fri, 25 Aug 2023 13:32:25 GMT
4
4
  */
5
5
 
6
6
  export const noordwijkColorPrimary = "#2c2276";
@@ -287,6 +287,7 @@ export const utrechtParagraphFontWeight = "300";
287
287
  export const utrechtParagraphLineHeight = "1.5em";
288
288
  export const utrechtParagraphMarginBlockStart = 0;
289
289
  export const utrechtParagraphMarginBlockEnd = 0;
290
+ export const utrechtSurfaceBackgroundColor = "#f2f7fa";
290
291
  export const conductionCardHeaderColor = "#000000";
291
292
  export const conductionCardHeaderTitleColor = "#2c2276";
292
293
  export const conductionCardHeaderDateColor = "#007c4c";
@@ -5501,6 +5501,25 @@
5501
5501
  "xs"
5502
5502
  ]
5503
5503
  },
5504
+ {
5505
+ "value": "#f2f7fa",
5506
+ "filePath": "src/component/utrecht/surface.tokens.json",
5507
+ "isSource": true,
5508
+ "original": {
5509
+ "value": "{noordwijk.color.light-blue.96}"
5510
+ },
5511
+ "name": "utrechtSurfaceBackgroundColor",
5512
+ "attributes": {
5513
+ "category": "utrecht",
5514
+ "type": "surface",
5515
+ "item": "background-color"
5516
+ },
5517
+ "path": [
5518
+ "utrecht",
5519
+ "surface",
5520
+ "background-color"
5521
+ ]
5522
+ },
5504
5523
  {
5505
5524
  "value": "#ffffff",
5506
5525
  "filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 24 Aug 2023 11:15:21 GMT
3
+ // Generated on Fri, 25 Aug 2023 13:32:25 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -114,6 +114,7 @@
114
114
  @conduction-card-header-date-font-weight: @noordwijk-typography-font-weight-light;
115
115
  @conduction-card-header-date-font-size: @noordwijk-font-size-sm;
116
116
  @conduction-card-header-date-color: @noordwijk-color-light-green-24;
117
+ @utrecht-surface-background-color: @noordwijk-color-light-blue-96;
117
118
  @utrecht-paragraph-font-weight: @noordwijk-typography-font-weight-normal;
118
119
  @utrecht-paragraph-font-size: @noordwijk-font-size-md;
119
120
  @utrecht-paragraph-font-family: @noordwijk-typography-roboto-font-family;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 24 Aug 2023 11:15:21 GMT
3
+ // Generated on Fri, 25 Aug 2023 13:32:25 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
@@ -114,6 +114,7 @@ $conduction-card-header-date-margin-block-end: $noordwijk-size-xs;
114
114
  $conduction-card-header-date-font-weight: $noordwijk-typography-font-weight-light;
115
115
  $conduction-card-header-date-font-size: $noordwijk-font-size-sm;
116
116
  $conduction-card-header-date-color: $noordwijk-color-light-green-24;
117
+ $utrecht-surface-background-color: $noordwijk-color-light-blue-96;
117
118
  $utrecht-paragraph-font-weight: $noordwijk-typography-font-weight-normal;
118
119
  $utrecht-paragraph-font-size: $noordwijk-font-size-md;
119
120
  $utrecht-paragraph-font-family: $noordwijk-typography-roboto-font-family;
@@ -6064,6 +6064,28 @@
6064
6064
  "font-weight": {},
6065
6065
  "line-height": {}
6066
6066
  }
6067
+ },
6068
+ "surface": {
6069
+ "background-color": {
6070
+ "value": "#f2f7fa",
6071
+ "filePath": "src/component/utrecht/surface.tokens.json",
6072
+ "isSource": true,
6073
+ "original": {
6074
+ "value": "{noordwijk.color.light-blue.96}"
6075
+ },
6076
+ "name": "utrechtSurfaceBackgroundColor",
6077
+ "attributes": {
6078
+ "category": "utrecht",
6079
+ "type": "surface",
6080
+ "item": "background-color"
6081
+ },
6082
+ "path": [
6083
+ "utrecht",
6084
+ "surface",
6085
+ "background-color"
6086
+ ]
6087
+ },
6088
+ "color": {}
6067
6089
  }
6068
6090
  },
6069
6091
  "conduction": {
@@ -0,0 +1,8 @@
1
+ {
2
+ "utrecht": {
3
+ "surface": {
4
+ "background-color": { "value": "{noordwijk.color.light-blue.96}" },
5
+ "color": {}
6
+ }
7
+ }
8
+ }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 11:14:58 GMT
3
+ * Generated on Fri, 25 Aug 2023 13:32:03 GMT
4
4
  */
5
5
 
6
6
  .tubbergen-theme {
@@ -120,6 +120,7 @@
120
120
  --conduction-card-header-date-margin-block-end: var(--tubbergen-size-xs);
121
121
  --conduction-card-header-date-font-weight: var(--tubbergen-typography-font-weight-light);
122
122
  --conduction-card-header-date-font-size: var(--tubbergen-font-size-sm);
123
+ --utrecht-surface-background-color: var(--tubbergen-color-white-100);
123
124
  --utrecht-paragraph-font-weight: var(--tubbergen-typography-font-weight-normal);
124
125
  --utrecht-paragraph-font-size: var(--tubbergen-font-size-md);
125
126
  --utrecht-paragraph-font-family: var(--tubbergen-typography-lato-font-family);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 11:14:57 GMT
3
+ * Generated on Fri, 25 Aug 2023 13:32:03 GMT
4
4
  */
5
5
 
6
6
  export const tubbergenColorPrimary = "#0b612d";
@@ -316,6 +316,7 @@ export const utrechtParagraphFontWeight = "400";
316
316
  export const utrechtParagraphLineHeight = "1.5em";
317
317
  export const utrechtParagraphMarginBlockStart = 0;
318
318
  export const utrechtParagraphMarginBlockEnd = 0;
319
+ export const utrechtSurfaceBackgroundColor = "#ffffff";
319
320
  export const conductionCardHeaderColor = "#333333";
320
321
  export const conductionCardHeaderTitleColor = "#333333";
321
322
  export const conductionCardHeaderDateColor = "#333333";
@@ -5826,6 +5826,25 @@
5826
5826
  "xs"
5827
5827
  ]
5828
5828
  },
5829
+ {
5830
+ "value": "#ffffff",
5831
+ "filePath": "src/component/utrecht/surface.tokens.json",
5832
+ "isSource": true,
5833
+ "original": {
5834
+ "value": "{tubbergen.color.white.100}"
5835
+ },
5836
+ "name": "utrechtSurfaceBackgroundColor",
5837
+ "attributes": {
5838
+ "category": "utrecht",
5839
+ "type": "surface",
5840
+ "item": "background-color"
5841
+ },
5842
+ "path": [
5843
+ "utrecht",
5844
+ "surface",
5845
+ "background-color"
5846
+ ]
5847
+ },
5829
5848
  {
5830
5849
  "value": "#ffffff",
5831
5850
  "filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 24 Aug 2023 11:14:58 GMT
3
+ // Generated on Fri, 25 Aug 2023 13:32:04 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -118,6 +118,7 @@
118
118
  @conduction-card-header-date-margin-block-end: @tubbergen-size-xs;
119
119
  @conduction-card-header-date-font-weight: @tubbergen-typography-font-weight-light;
120
120
  @conduction-card-header-date-font-size: @tubbergen-font-size-sm;
121
+ @utrecht-surface-background-color: @tubbergen-color-white-100;
121
122
  @utrecht-paragraph-font-weight: @tubbergen-typography-font-weight-normal;
122
123
  @utrecht-paragraph-font-size: @tubbergen-font-size-md;
123
124
  @utrecht-paragraph-font-family: @tubbergen-typography-lato-font-family;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 24 Aug 2023 11:14:58 GMT
3
+ // Generated on Fri, 25 Aug 2023 13:32:04 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
@@ -118,6 +118,7 @@ $conduction-card-wrapper-background-color: $tubbergen-color-green-89;
118
118
  $conduction-card-header-date-margin-block-end: $tubbergen-size-xs;
119
119
  $conduction-card-header-date-font-weight: $tubbergen-typography-font-weight-light;
120
120
  $conduction-card-header-date-font-size: $tubbergen-font-size-sm;
121
+ $utrecht-surface-background-color: $tubbergen-color-white-100;
121
122
  $utrecht-paragraph-font-weight: $tubbergen-typography-font-weight-normal;
122
123
  $utrecht-paragraph-font-size: $tubbergen-font-size-md;
123
124
  $utrecht-paragraph-font-family: $tubbergen-typography-lato-font-family;
@@ -6669,6 +6669,28 @@
6669
6669
  "font-weight": {},
6670
6670
  "line-height": {}
6671
6671
  }
6672
+ },
6673
+ "surface": {
6674
+ "background-color": {
6675
+ "value": "#ffffff",
6676
+ "filePath": "src/component/utrecht/surface.tokens.json",
6677
+ "isSource": true,
6678
+ "original": {
6679
+ "value": "{tubbergen.color.white.100}"
6680
+ },
6681
+ "name": "utrechtSurfaceBackgroundColor",
6682
+ "attributes": {
6683
+ "category": "utrecht",
6684
+ "type": "surface",
6685
+ "item": "background-color"
6686
+ },
6687
+ "path": [
6688
+ "utrecht",
6689
+ "surface",
6690
+ "background-color"
6691
+ ]
6692
+ },
6693
+ "color": {}
6672
6694
  }
6673
6695
  },
6674
6696
  "conduction": {