@conduction/theme 1.0.54 → 1.0.55

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 (147) hide show
  1. package/README.md +1 -0
  2. package/conduction-design-tokens/dist/design-tokens.css +2 -2
  3. package/conduction-design-tokens/dist/index.js +2 -2
  4. package/conduction-design-tokens/dist/index.json +2 -2
  5. package/conduction-design-tokens/dist/index.less +2 -2
  6. package/conduction-design-tokens/dist/index.scss +2 -2
  7. package/conduction-design-tokens/dist/tokens.json +5 -3
  8. package/conduction-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  9. package/conduction-design-tokens/src/component/conduction/logo.tokens.json +1 -1
  10. package/conduction-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  11. package/municipalities/commonground-design-tokens/LICENSE.md +17 -0
  12. package/municipalities/commonground-design-tokens/README.md +3 -0
  13. package/municipalities/commonground-design-tokens/dist/design-tokens.css +482 -0
  14. package/municipalities/commonground-design-tokens/dist/font.css +5 -0
  15. package/municipalities/commonground-design-tokens/dist/index.css +7 -0
  16. package/municipalities/commonground-design-tokens/dist/index.js +480 -0
  17. package/municipalities/commonground-design-tokens/dist/index.json +9701 -0
  18. package/municipalities/commonground-design-tokens/dist/index.less +479 -0
  19. package/municipalities/commonground-design-tokens/dist/index.scss +479 -0
  20. package/municipalities/commonground-design-tokens/dist/tokens.json +10360 -0
  21. package/municipalities/commonground-design-tokens/documentation/color.stories.mdx +17 -0
  22. package/municipalities/commonground-design-tokens/documentation/components.stories.mdx +11 -0
  23. package/municipalities/commonground-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  24. package/municipalities/commonground-design-tokens/documentation/readme.stories.mdx +7 -0
  25. package/municipalities/commonground-design-tokens/package.json +37 -0
  26. package/municipalities/commonground-design-tokens/src/brand/commonground/color.tokens.json +92 -0
  27. package/municipalities/commonground-design-tokens/src/brand/commonground/font-size.tokens.json +17 -0
  28. package/municipalities/commonground-design-tokens/src/brand/commonground/size.tokens.json +17 -0
  29. package/municipalities/commonground-design-tokens/src/brand/commonground/typography.tokens.json +45 -0
  30. package/municipalities/commonground-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  31. package/municipalities/commonground-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  32. package/municipalities/commonground-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  33. package/municipalities/commonground-design-tokens/src/component/conduction/card-wrapper.tokens.json +26 -0
  34. package/municipalities/commonground-design-tokens/src/component/conduction/logo.tokens.json +20 -0
  35. package/municipalities/commonground-design-tokens/src/component/conduction/navigation.tokens.json +67 -0
  36. package/municipalities/commonground-design-tokens/src/component/conduction/pagination.tokens.json +76 -0
  37. package/municipalities/commonground-design-tokens/src/component/conduction/select.tokens.json +39 -0
  38. package/municipalities/commonground-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  39. package/municipalities/commonground-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
  40. package/municipalities/commonground-design-tokens/src/component/conduction/tooltip.tokens.json +18 -0
  41. package/municipalities/commonground-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
  42. package/municipalities/commonground-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  43. package/municipalities/commonground-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  44. package/municipalities/commonground-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  45. package/municipalities/commonground-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  46. package/municipalities/commonground-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  47. package/municipalities/commonground-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  48. package/municipalities/commonground-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  49. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  50. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  51. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -0
  52. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  53. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  54. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +35 -0
  55. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  56. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +25 -0
  57. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  58. package/municipalities/commonground-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
  59. package/municipalities/commonground-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  60. package/municipalities/commonground-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  61. package/municipalities/commonground-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  62. package/municipalities/commonground-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  63. package/municipalities/commonground-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  64. package/municipalities/commonground-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  65. package/municipalities/commonground-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  66. package/municipalities/commonground-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  67. package/municipalities/commonground-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  68. package/municipalities/commonground-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  69. package/municipalities/commonground-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  70. package/municipalities/commonground-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
  71. package/municipalities/commonground-design-tokens/src/config.json +48 -0
  72. package/municipalities/commonground-design-tokens/src/font/rijksoverheidsanswebtext-regular-webfont.b64ae9c9e044.woff2 +0 -0
  73. package/municipalities/commonground-design-tokens/src/font.scss +7 -0
  74. package/municipalities/commonground-design-tokens/src/index.scss +8 -0
  75. package/municipalities/commonground-design-tokens/style-dictionary.config.js +6 -0
  76. package/municipalities/dimpact-design-tokens/dist/design-tokens.css +1 -1
  77. package/municipalities/dimpact-design-tokens/dist/index.js +1 -1
  78. package/municipalities/dimpact-design-tokens/dist/index.less +1 -1
  79. package/municipalities/dimpact-design-tokens/dist/index.scss +1 -1
  80. package/municipalities/dimpact-design-tokens/dist/tokens.json +3 -1
  81. package/municipalities/dimpact-design-tokens/package.json +1 -1
  82. package/municipalities/dimpact-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  83. package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  84. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +1 -1
  85. package/municipalities/dinkelland-design-tokens/dist/index.js +1 -1
  86. package/municipalities/dinkelland-design-tokens/dist/index.less +1 -1
  87. package/municipalities/dinkelland-design-tokens/dist/index.scss +1 -1
  88. package/municipalities/dinkelland-design-tokens/dist/tokens.json +3 -1
  89. package/municipalities/dinkelland-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  90. package/municipalities/dinkelland-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  91. package/municipalities/epe-design-tokens/dist/design-tokens.css +1 -1
  92. package/municipalities/epe-design-tokens/dist/index.js +1 -1
  93. package/municipalities/epe-design-tokens/dist/index.less +1 -1
  94. package/municipalities/epe-design-tokens/dist/index.scss +1 -1
  95. package/municipalities/epe-design-tokens/dist/tokens.json +3 -1
  96. package/municipalities/epe-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  97. package/municipalities/epe-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  98. package/municipalities/leiden-design-tokens/dist/design-tokens.css +1 -1
  99. package/municipalities/leiden-design-tokens/dist/index.js +1 -1
  100. package/municipalities/leiden-design-tokens/dist/index.less +1 -1
  101. package/municipalities/leiden-design-tokens/dist/index.scss +1 -1
  102. package/municipalities/leiden-design-tokens/dist/tokens.json +3 -1
  103. package/municipalities/leiden-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  104. package/municipalities/leiden-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  105. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +1 -1
  106. package/municipalities/noaberkracht-design-tokens/dist/index.js +1 -1
  107. package/municipalities/noaberkracht-design-tokens/dist/index.less +1 -1
  108. package/municipalities/noaberkracht-design-tokens/dist/index.scss +1 -1
  109. package/municipalities/noaberkracht-design-tokens/dist/tokens.json +3 -1
  110. package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  111. package/municipalities/noaberkracht-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  112. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +1 -1
  113. package/municipalities/noordwijk-design-tokens/dist/index.js +1 -1
  114. package/municipalities/noordwijk-design-tokens/dist/index.less +1 -1
  115. package/municipalities/noordwijk-design-tokens/dist/index.scss +1 -1
  116. package/municipalities/noordwijk-design-tokens/dist/tokens.json +3 -1
  117. package/municipalities/noordwijk-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  118. package/municipalities/noordwijk-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  119. package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +1 -1
  120. package/municipalities/open-webconcept-design-tokens/dist/index.js +1 -1
  121. package/municipalities/open-webconcept-design-tokens/dist/index.less +1 -1
  122. package/municipalities/open-webconcept-design-tokens/dist/index.scss +1 -1
  123. package/municipalities/open-webconcept-design-tokens/dist/tokens.json +3 -1
  124. package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  125. package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  126. package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +1 -1
  127. package/municipalities/rotterdam-design-tokens/dist/index.js +1 -1
  128. package/municipalities/rotterdam-design-tokens/dist/index.less +1 -1
  129. package/municipalities/rotterdam-design-tokens/dist/index.scss +1 -1
  130. package/municipalities/rotterdam-design-tokens/dist/tokens.json +3 -1
  131. package/municipalities/rotterdam-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  132. package/municipalities/rotterdam-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  133. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +1 -1
  134. package/municipalities/tubbergen-design-tokens/dist/index.js +1 -1
  135. package/municipalities/tubbergen-design-tokens/dist/index.less +1 -1
  136. package/municipalities/tubbergen-design-tokens/dist/index.scss +1 -1
  137. package/municipalities/tubbergen-design-tokens/dist/tokens.json +3 -1
  138. package/municipalities/tubbergen-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  139. package/municipalities/tubbergen-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  140. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +1 -1
  141. package/municipalities/xxllnc-design-tokens/dist/index.js +1 -1
  142. package/municipalities/xxllnc-design-tokens/dist/index.less +1 -1
  143. package/municipalities/xxllnc-design-tokens/dist/index.scss +1 -1
  144. package/municipalities/xxllnc-design-tokens/dist/tokens.json +3 -1
  145. package/municipalities/xxllnc-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  146. package/municipalities/xxllnc-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  147. package/package.json +3 -2
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 08 Nov 2023 12:28:08 GMT
3
+ // Generated on Fri, 10 Nov 2023 14:12:42 GMT
4
4
 
5
5
  @conduction-tooltip-z-index: 9999;
6
6
  @conduction-tooltip-opacity: 1;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 08 Nov 2023 12:28:08 GMT
3
+ // Generated on Fri, 10 Nov 2023 14:12:42 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-opacity: 1;
@@ -6827,6 +6827,7 @@
6827
6827
  "border-radius"
6828
6828
  ]
6829
6829
  },
6830
+ "box-shadow": {},
6830
6831
  "color": {
6831
6832
  "value": "#0d1921",
6832
6833
  "filePath": "src/component/conduction/card-wrapper.tokens.json",
@@ -7376,7 +7377,8 @@
7376
7377
  "item",
7377
7378
  "padding"
7378
7379
  ]
7379
- }
7380
+ },
7381
+ "border-radius": {}
7380
7382
  },
7381
7383
  "padding-inline-end": {
7382
7384
  "value": "16px",
@@ -9,6 +9,7 @@
9
9
  "border-bottom-style": {},
10
10
  "border-bottom-width": {},
11
11
  "border-radius": { "value": "0px" },
12
+ "box-shadow": {},
12
13
  "color": { "value": "{utrecht.document.color}" },
13
14
  "hover": {
14
15
  "background-color": {},
@@ -30,7 +30,8 @@
30
30
  }
31
31
  },
32
32
  "item": {
33
- "padding": { "value": "18px" }
33
+ "padding": { "value": "18px" },
34
+ "border-radius": {}
34
35
  },
35
36
  "padding-inline-end": { "value": "16px" },
36
37
  "padding-inline-start": { "value": "16px" },
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 08 Nov 2023 12:28:55 GMT
3
+ * Generated on Fri, 10 Nov 2023 14:13:27 GMT
4
4
  */
5
5
 
6
6
  .noaberkracht-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 08 Nov 2023 12:28:55 GMT
3
+ * Generated on Fri, 10 Nov 2023 14:13:27 GMT
4
4
  */
5
5
 
6
6
  export const noaberkrachtColorPrimary = "#4376fc";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 08 Nov 2023 12:28:55 GMT
3
+ // Generated on Fri, 10 Nov 2023 14:13:27 GMT
4
4
 
5
5
  @conduction-tooltip-z-index: 9999;
6
6
  @conduction-tooltip-opacity: 1;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 08 Nov 2023 12:28:55 GMT
3
+ // Generated on Fri, 10 Nov 2023 14:13:27 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-opacity: 1;
@@ -7090,6 +7090,7 @@
7090
7090
  "border-radius"
7091
7091
  ]
7092
7092
  },
7093
+ "box-shadow": {},
7093
7094
  "color": {
7094
7095
  "value": "#003790",
7095
7096
  "filePath": "src/component/conduction/card-wrapper.tokens.json",
@@ -7728,7 +7729,8 @@
7728
7729
  "item",
7729
7730
  "padding"
7730
7731
  ]
7731
- }
7732
+ },
7733
+ "border-radius": {}
7732
7734
  },
7733
7735
  "padding-inline-end": {
7734
7736
  "value": "16px",
@@ -9,6 +9,7 @@
9
9
  "border-bottom-style": {},
10
10
  "border-bottom-width": {},
11
11
  "border-radius": { "value": "22px" },
12
+ "box-shadow": {},
12
13
  "color": { "value": "{noaberkracht.color.blue.22}" },
13
14
  "hover": {
14
15
  "background-color": {},
@@ -30,7 +30,8 @@
30
30
  }
31
31
  },
32
32
  "item": {
33
- "padding": { "value": "18px" }
33
+ "padding": { "value": "18px" },
34
+ "border-radius": {}
34
35
  },
35
36
  "padding-inline-end": { "value": "16px" },
36
37
  "padding-inline-start": { "value": "16px" },
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 08 Nov 2023 12:28:47 GMT
3
+ * Generated on Fri, 10 Nov 2023 14:13:19 GMT
4
4
  */
5
5
 
6
6
  .noordwijk-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 08 Nov 2023 12:28:47 GMT
3
+ * Generated on Fri, 10 Nov 2023 14:13:19 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 Wed, 08 Nov 2023 12:28:47 GMT
3
+ // Generated on Fri, 10 Nov 2023 14:13:20 GMT
4
4
 
5
5
  @conduction-tooltip-z-index: 9999;
6
6
  @conduction-tooltip-opacity: 1;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 08 Nov 2023 12:28:47 GMT
3
+ // Generated on Fri, 10 Nov 2023 14:13:19 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-opacity: 1;
@@ -7437,6 +7437,7 @@
7437
7437
  "border-radius"
7438
7438
  ]
7439
7439
  },
7440
+ "box-shadow": {},
7440
7441
  "color": {
7441
7442
  "value": "#000000",
7442
7443
  "filePath": "src/component/conduction/card-wrapper.tokens.json",
@@ -8031,7 +8032,8 @@
8031
8032
  "item",
8032
8033
  "padding"
8033
8034
  ]
8034
- }
8035
+ },
8036
+ "border-radius": {}
8035
8037
  },
8036
8038
  "padding-inline-end": {
8037
8039
  "value": "16px",
@@ -9,6 +9,7 @@
9
9
  "border-bottom-style": {},
10
10
  "border-bottom-width": {},
11
11
  "border-radius": { "value": "5px" },
12
+ "box-shadow": {},
12
13
  "color": { "value": "{noordwijk.color.black.0}" },
13
14
  "hover": {
14
15
  "background-color": {},
@@ -30,7 +30,8 @@
30
30
  }
31
31
  },
32
32
  "item": {
33
- "padding": { "value": "18px" }
33
+ "padding": { "value": "18px" },
34
+ "border-radius": {}
34
35
  },
35
36
  "padding-inline-end": { "value": "16px" },
36
37
  "padding-inline-start": { "value": "16px" },
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 08 Nov 2023 12:29:57 GMT
3
+ * Generated on Fri, 10 Nov 2023 14:14:27 GMT
4
4
  */
5
5
 
6
6
  .open-webconcept-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 08 Nov 2023 12:29:57 GMT
3
+ * Generated on Fri, 10 Nov 2023 14:14:27 GMT
4
4
  */
5
5
 
6
6
  export const openWebconceptColorPrimary = "#1abc9c";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 08 Nov 2023 12:29:57 GMT
3
+ // Generated on Fri, 10 Nov 2023 14:14:27 GMT
4
4
 
5
5
  @conduction-tooltip-z-index: 9999;
6
6
  @conduction-tooltip-opacity: 1;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 08 Nov 2023 12:29:57 GMT
3
+ // Generated on Fri, 10 Nov 2023 14:14:27 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-opacity: 1;
@@ -7159,6 +7159,7 @@
7159
7159
  "border-radius"
7160
7160
  ]
7161
7161
  },
7162
+ "box-shadow": {},
7162
7163
  "color": {
7163
7164
  "value": "#555555",
7164
7165
  "filePath": "src/component/conduction/card-wrapper.tokens.json",
@@ -7618,7 +7619,8 @@
7618
7619
  "item",
7619
7620
  "padding"
7620
7621
  ]
7621
- }
7622
+ },
7623
+ "border-radius": {}
7622
7624
  },
7623
7625
  "padding-inline-end": {
7624
7626
  "value": "16px",
@@ -9,6 +9,7 @@
9
9
  "border-bottom-style": {},
10
10
  "border-bottom-width": {},
11
11
  "border-radius": { "value": "usnet" },
12
+ "box-shadow": {},
12
13
  "color": { "value": "{open-webconcept.color.black.33}" },
13
14
  "hover": {
14
15
  "background-color": {},
@@ -30,7 +30,8 @@
30
30
  }
31
31
  },
32
32
  "item": {
33
- "padding": { "value": "18px" }
33
+ "padding": { "value": "18px" },
34
+ "border-radius": {}
34
35
  },
35
36
  "padding-inline-end": { "value": "16px" },
36
37
  "padding-inline-start": { "value": "16px" },
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 08 Nov 2023 12:29:49 GMT
3
+ * Generated on Fri, 10 Nov 2023 14:14:20 GMT
4
4
  */
5
5
 
6
6
  .rotterdam-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 08 Nov 2023 12:29:49 GMT
3
+ * Generated on Fri, 10 Nov 2023 14:14:20 GMT
4
4
  */
5
5
 
6
6
  export const conductionCardHeaderColor = "var(--utrecht-document-color)";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 08 Nov 2023 12:29:49 GMT
3
+ // Generated on Fri, 10 Nov 2023 14:14:20 GMT
4
4
 
5
5
  @utrecht-page-max-inline-size: 1140px;
6
6
  @utrecht-page-margin-inline-end: var(--utrecht-space-block-xl);
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 08 Nov 2023 12:29:49 GMT
3
+ // Generated on Fri, 10 Nov 2023 14:14:20 GMT
4
4
 
5
5
  $utrecht-page-max-inline-size: 1140px;
6
6
  $utrecht-page-margin-inline-end: var(--utrecht-space-block-xl);
@@ -239,6 +239,7 @@
239
239
  "border-radius"
240
240
  ]
241
241
  },
242
+ "box-shadow": {},
242
243
  "color": {
243
244
  "value": "var(--rotterdam-color-gray-tint-11)",
244
245
  "filePath": "src/component/conduction/card-wrapper.tokens.json",
@@ -848,7 +849,8 @@
848
849
  "item",
849
850
  "padding"
850
851
  ]
851
- }
852
+ },
853
+ "border-radius": {}
852
854
  },
853
855
  "padding-inline-end": {
854
856
  "value": "16px",
@@ -9,6 +9,7 @@
9
9
  "border-bottom-style": { "value": "solid" },
10
10
  "border-bottom-width": { "value": "4px" },
11
11
  "border-radius": { "value": "0px" },
12
+ "box-shadow": {},
12
13
  "color": { "value": "var(--rotterdam-color-gray-tint-11)" },
13
14
  "hover": {
14
15
  "background-color": {},
@@ -30,7 +30,8 @@
30
30
  }
31
31
  },
32
32
  "item": {
33
- "padding": { "value": "18px" }
33
+ "padding": { "value": "18px" },
34
+ "border-radius": {}
34
35
  },
35
36
  "padding-inline-end": { "value": "16px" },
36
37
  "padding-inline-start": { "value": "16px" },
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 08 Nov 2023 12:28:24 GMT
3
+ * Generated on Fri, 10 Nov 2023 14:12:57 GMT
4
4
  */
5
5
 
6
6
  .tubbergen-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 08 Nov 2023 12:28:24 GMT
3
+ * Generated on Fri, 10 Nov 2023 14:12:57 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 Wed, 08 Nov 2023 12:28:24 GMT
3
+ // Generated on Fri, 10 Nov 2023 14:12:57 GMT
4
4
 
5
5
  @conduction-tooltip-z-index: 9999;
6
6
  @conduction-tooltip-opacity: 1;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 08 Nov 2023 12:28:24 GMT
3
+ // Generated on Fri, 10 Nov 2023 14:12:57 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-opacity: 1;
@@ -7739,6 +7739,7 @@
7739
7739
  "border-radius"
7740
7740
  ]
7741
7741
  },
7742
+ "box-shadow": {},
7742
7743
  "color": {
7743
7744
  "value": "#333333",
7744
7745
  "filePath": "src/component/conduction/card-wrapper.tokens.json",
@@ -8198,7 +8199,8 @@
8198
8199
  "item",
8199
8200
  "padding"
8200
8201
  ]
8201
- }
8202
+ },
8203
+ "border-radius": {}
8202
8204
  },
8203
8205
  "padding-inline-end": {
8204
8206
  "value": "16px",
@@ -9,6 +9,7 @@
9
9
  "border-bottom-style": {},
10
10
  "border-bottom-width": {},
11
11
  "border-radius": { "value": "0px" },
12
+ "box-shadow": {},
12
13
  "color": { "value": "{utrecht.document.color}" },
13
14
  "hover": {
14
15
  "background-color": {},
@@ -30,7 +30,8 @@
30
30
  }
31
31
  },
32
32
  "item": {
33
- "padding": { "value": "18px" }
33
+ "padding": { "value": "18px" },
34
+ "border-radius": {}
34
35
  },
35
36
  "padding-inline-end": { "value": "16px" },
36
37
  "padding-inline-start": { "value": "16px" },
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 08 Nov 2023 12:28:16 GMT
3
+ * Generated on Fri, 10 Nov 2023 14:12:50 GMT
4
4
  */
5
5
 
6
6
  .xxllnc-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 08 Nov 2023 12:28:16 GMT
3
+ * Generated on Fri, 10 Nov 2023 14:12:50 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 Wed, 08 Nov 2023 12:28:16 GMT
3
+ // Generated on Fri, 10 Nov 2023 14:12:50 GMT
4
4
 
5
5
  @conduction-tooltip-z-index: 9999;
6
6
  @conduction-tooltip-opacity: 1;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 08 Nov 2023 12:28:16 GMT
3
+ // Generated on Fri, 10 Nov 2023 14:12:50 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-opacity: 1;
@@ -7034,6 +7034,7 @@
7034
7034
  "border-radius"
7035
7035
  ]
7036
7036
  },
7037
+ "box-shadow": {},
7037
7038
  "color": {
7038
7039
  "value": "#f1f1f1",
7039
7040
  "filePath": "src/component/conduction/card-wrapper.tokens.json",
@@ -7538,7 +7539,8 @@
7538
7539
  "item",
7539
7540
  "padding"
7540
7541
  ]
7541
- }
7542
+ },
7543
+ "border-radius": {}
7542
7544
  },
7543
7545
  "padding-inline-end": {
7544
7546
  "value": "16px",
@@ -9,6 +9,7 @@
9
9
  "border-bottom-style": {},
10
10
  "border-bottom-width": {},
11
11
  "border-radius": { "value": "{xxllnc.size.md}" },
12
+ "box-shadow": {},
12
13
  "color": { "value": "{xxllnc.color.white.95}" },
13
14
  "hover": {
14
15
  "background-color": {},
@@ -30,7 +30,8 @@
30
30
  }
31
31
  },
32
32
  "item": {
33
- "padding": { "value": "18px" }
33
+ "padding": { "value": "18px" },
34
+ "border-radius": {}
34
35
  },
35
36
  "padding-inline-end": { "value": "16px" },
36
37
  "padding-inline-start": { "value": "16px" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/theme",
3
- "version": "1.0.54",
3
+ "version": "1.0.55",
4
4
  "description": "Conduction's design tokens theme",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -19,7 +19,8 @@
19
19
  "build:noaberkracht": "cd ./municipalities/noaberkracht-design-tokens && npm run build",
20
20
  "build:rotterdam": "cd ./municipalities/rotterdam-design-tokens && npm run build-all",
21
21
  "build:open-webconcept": "cd ./municipalities/open-webconcept-design-tokens && npm run build",
22
- "build:dimpact": "cd ./municipalities/dimpact-design-tokens && npm run build"
22
+ "build:dimpact": "cd ./municipalities/dimpact-design-tokens && npm run build",
23
+ "build:commonground": "cd ./municipalities/commonground-design-tokens && npm run build"
23
24
  },
24
25
  "dependencies": { "@nl-design-system-unstable/rotterdam-design-tokens": "^1.0.0-alpha.100" },
25
26
  "author": "",