@conduction/theme 1.0.29 → 1.0.30

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 (75) 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/dinkelland-design-tokens/dist/design-tokens.css +1 -1
  7. package/municipalities/dinkelland-design-tokens/dist/index.js +1 -1
  8. package/municipalities/dinkelland-design-tokens/dist/index.less +1 -1
  9. package/municipalities/dinkelland-design-tokens/dist/index.scss +1 -1
  10. package/municipalities/epe-design-tokens/dist/design-tokens.css +1 -1
  11. package/municipalities/epe-design-tokens/dist/index.js +1 -1
  12. package/municipalities/epe-design-tokens/dist/index.less +1 -1
  13. package/municipalities/epe-design-tokens/dist/index.scss +1 -1
  14. package/municipalities/leiden-design-tokens/dist/design-tokens.css +1 -1
  15. package/municipalities/leiden-design-tokens/dist/index.js +1 -1
  16. package/municipalities/leiden-design-tokens/dist/index.less +1 -1
  17. package/municipalities/leiden-design-tokens/dist/index.scss +1 -1
  18. package/municipalities/noaberkracht-design-tokens/LICENSE.md +17 -0
  19. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +190 -6
  20. package/municipalities/noaberkracht-design-tokens/dist/font.css +5 -1
  21. package/municipalities/noaberkracht-design-tokens/dist/index.js +190 -6
  22. package/municipalities/noaberkracht-design-tokens/dist/index.json +4795 -1169
  23. package/municipalities/noaberkracht-design-tokens/dist/index.less +190 -6
  24. package/municipalities/noaberkracht-design-tokens/dist/index.scss +190 -6
  25. package/municipalities/noaberkracht-design-tokens/dist/tokens.json +4208 -254
  26. package/municipalities/noaberkracht-design-tokens/package.json +40 -0
  27. package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/color.tokens.json +70 -0
  28. package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/font-size.tokens.json +17 -0
  29. package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/size.tokens.json +17 -0
  30. package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/typography.tokens.json +52 -0
  31. package/municipalities/noaberkracht-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  32. package/municipalities/noaberkracht-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  33. package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  34. package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
  35. package/municipalities/noaberkracht-design-tokens/src/component/conduction/select.tokens.json +30 -0
  36. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  37. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  38. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  39. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/code.tokens.json +27 -0
  40. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  41. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  42. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +44 -0
  43. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  44. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
  45. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  46. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
  47. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +44 -0
  48. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
  49. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  50. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  51. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/list.tokens.json +33 -0
  52. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  53. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  54. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  55. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  56. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  57. package/municipalities/noaberkracht-design-tokens/src/config.json +7 -0
  58. package/municipalities/noaberkracht-design-tokens/src/font/GreycliffCF.woff2 +0 -0
  59. package/municipalities/noaberkracht-design-tokens/src/font/Oceanwide.woff2 +0 -0
  60. package/municipalities/noaberkracht-design-tokens/src/font.scss +11 -0
  61. package/municipalities/noaberkracht-design-tokens/src/index.scss +8 -0
  62. package/municipalities/noaberkracht-design-tokens/style-dictionary.config.js +6 -0
  63. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +1 -1
  64. package/municipalities/noordwijk-design-tokens/dist/index.js +1 -1
  65. package/municipalities/noordwijk-design-tokens/dist/index.less +1 -1
  66. package/municipalities/noordwijk-design-tokens/dist/index.scss +1 -1
  67. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +1 -1
  68. package/municipalities/tubbergen-design-tokens/dist/index.js +1 -1
  69. package/municipalities/tubbergen-design-tokens/dist/index.less +1 -1
  70. package/municipalities/tubbergen-design-tokens/dist/index.scss +1 -1
  71. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +1 -1
  72. package/municipalities/xxllnc-design-tokens/dist/index.js +1 -1
  73. package/municipalities/xxllnc-design-tokens/dist/index.less +1 -1
  74. package/municipalities/xxllnc-design-tokens/dist/index.scss +1 -1
  75. 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,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 Thu, 24 Aug 2023 15:20:54 GMT
4
4
  */
5
5
 
6
6
  .noordwijk-theme {
@@ -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 Thu, 24 Aug 2023 15:20:53 GMT
4
4
  */
5
5
 
6
6
  export const noordwijkColorPrimary = "#2c2276";
@@ -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 Thu, 24 Aug 2023 15:20:54 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -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 Thu, 24 Aug 2023 15:20:54 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
@@ -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 Thu, 24 Aug 2023 15:20:28 GMT
4
4
  */
5
5
 
6
6
  .tubbergen-theme {
@@ -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 Thu, 24 Aug 2023 15:20:28 GMT
4
4
  */
5
5
 
6
6
  export const tubbergenColorPrimary = "#0b612d";
@@ -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 Thu, 24 Aug 2023 15:20:28 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -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 Thu, 24 Aug 2023 15:20:28 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 11:14:50 GMT
3
+ * Generated on Thu, 24 Aug 2023 15:20:16 GMT
4
4
  */
5
5
 
6
6
  .xxllnc-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 11:14:50 GMT
3
+ * Generated on Thu, 24 Aug 2023 15:20:16 GMT
4
4
  */
5
5
 
6
6
  export const xxllncColorPrimary = "#000000ad"; // Primary with 68% transparency
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 24 Aug 2023 11:14:50 GMT
3
+ // Generated on Thu, 24 Aug 2023 15:20:16 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 24 Aug 2023 11:14:50 GMT
3
+ // Generated on Thu, 24 Aug 2023 15:20:16 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/theme",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "Conduction's design tokens theme",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -16,7 +16,8 @@
16
16
  "build:tubbergen": "cd ./municipalities/tubbergen-design-tokens && npm run build",
17
17
  "build:dinkelland": "cd ./municipalities/dinkelland-design-tokens && npm run build",
18
18
  "build:epe": "cd ./municipalities/epe-design-tokens && npm run build",
19
- "build:noordwijk": "cd ./municipalities/noordwijk-design-tokens && npm run build"
19
+ "build:noordwijk": "cd ./municipalities/noordwijk-design-tokens && npm run build",
20
+ "build:noaberkracht": "cd ./municipalities/noaberkracht-design-tokens && npm run build"
20
21
 
21
22
  },
22
23
  "author": "",