@conduction/theme 1.1.4 → 1.1.5

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 (162) 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/conduction-design-tokens/dist/tokens.json +8 -4
  7. package/conduction-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
  8. package/municipalities/commonground-design-tokens/dist/design-tokens.css +1 -1
  9. package/municipalities/commonground-design-tokens/dist/index.js +1 -1
  10. package/municipalities/commonground-design-tokens/dist/index.less +1 -1
  11. package/municipalities/commonground-design-tokens/dist/index.scss +1 -1
  12. package/municipalities/commonground-design-tokens/dist/tokens.json +8 -4
  13. package/municipalities/commonground-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
  14. package/municipalities/dimpact-design-tokens/dist/design-tokens.css +1 -1
  15. package/municipalities/dimpact-design-tokens/dist/index.js +1 -1
  16. package/municipalities/dimpact-design-tokens/dist/index.less +1 -1
  17. package/municipalities/dimpact-design-tokens/dist/index.scss +1 -1
  18. package/municipalities/dimpact-design-tokens/dist/tokens.json +8 -4
  19. package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
  20. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +1 -1
  21. package/municipalities/dinkelland-design-tokens/dist/index.js +1 -1
  22. package/municipalities/dinkelland-design-tokens/dist/index.less +1 -1
  23. package/municipalities/dinkelland-design-tokens/dist/index.scss +1 -1
  24. package/municipalities/dinkelland-design-tokens/dist/tokens.json +8 -4
  25. package/municipalities/dinkelland-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
  26. package/municipalities/epe-design-tokens/dist/design-tokens.css +1 -1
  27. package/municipalities/epe-design-tokens/dist/index.js +1 -1
  28. package/municipalities/epe-design-tokens/dist/index.less +1 -1
  29. package/municipalities/epe-design-tokens/dist/index.scss +1 -1
  30. package/municipalities/epe-design-tokens/dist/tokens.json +8 -4
  31. package/municipalities/epe-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
  32. package/municipalities/gouda-design-tokens/LICENSE.md +17 -0
  33. package/municipalities/gouda-design-tokens/README.md +3 -0
  34. package/municipalities/gouda-design-tokens/dist/design-tokens.css +622 -0
  35. package/municipalities/gouda-design-tokens/dist/font.css +8 -0
  36. package/municipalities/gouda-design-tokens/dist/index.css +7 -0
  37. package/municipalities/gouda-design-tokens/dist/index.js +620 -0
  38. package/municipalities/gouda-design-tokens/dist/index.json +12657 -0
  39. package/municipalities/gouda-design-tokens/dist/index.less +619 -0
  40. package/municipalities/gouda-design-tokens/dist/index.scss +619 -0
  41. package/municipalities/gouda-design-tokens/dist/tokens.json +13396 -0
  42. package/municipalities/gouda-design-tokens/documentation/color.stories.mdx +17 -0
  43. package/municipalities/gouda-design-tokens/documentation/components.stories.mdx +11 -0
  44. package/municipalities/gouda-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  45. package/municipalities/gouda-design-tokens/documentation/readme.stories.mdx +7 -0
  46. package/municipalities/gouda-design-tokens/package.json +41 -0
  47. package/municipalities/gouda-design-tokens/src/brand/gouda/color.tokens.json +96 -0
  48. package/municipalities/gouda-design-tokens/src/brand/gouda/font-size.tokens.json +17 -0
  49. package/municipalities/gouda-design-tokens/src/brand/gouda/size.tokens.json +17 -0
  50. package/municipalities/gouda-design-tokens/src/brand/gouda/typography.tokens.json +45 -0
  51. package/municipalities/gouda-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  52. package/municipalities/gouda-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  53. package/municipalities/gouda-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  54. package/municipalities/gouda-design-tokens/src/component/conduction/card-wrapper.tokens.json +30 -0
  55. package/municipalities/gouda-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  56. package/municipalities/gouda-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
  57. package/municipalities/gouda-design-tokens/src/component/conduction/logo.tokens.json +27 -0
  58. package/municipalities/gouda-design-tokens/src/component/conduction/navigation.tokens.json +79 -0
  59. package/municipalities/gouda-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
  60. package/municipalities/gouda-design-tokens/src/component/conduction/select.tokens.json +39 -0
  61. package/municipalities/gouda-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  62. package/municipalities/gouda-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
  63. package/municipalities/gouda-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  64. package/municipalities/gouda-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
  65. package/municipalities/gouda-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  66. package/municipalities/gouda-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  67. package/municipalities/gouda-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  68. package/municipalities/gouda-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  69. package/municipalities/gouda-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  70. package/municipalities/gouda-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  71. package/municipalities/gouda-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  72. package/municipalities/gouda-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  73. package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  74. package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  75. package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -0
  76. package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  77. package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  78. package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +37 -0
  79. package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  80. package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
  81. package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  82. package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  83. package/municipalities/gouda-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
  84. package/municipalities/gouda-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  85. package/municipalities/gouda-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  86. package/municipalities/gouda-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  87. package/municipalities/gouda-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  88. package/municipalities/gouda-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  89. package/municipalities/gouda-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  90. package/municipalities/gouda-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  91. package/municipalities/gouda-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  92. package/municipalities/gouda-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
  93. package/municipalities/gouda-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  94. package/municipalities/gouda-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  95. package/municipalities/gouda-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  96. package/municipalities/gouda-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
  97. package/municipalities/gouda-design-tokens/src/config.json +58 -0
  98. package/municipalities/gouda-design-tokens/src/font.js +4 -0
  99. package/municipalities/gouda-design-tokens/src/font.scss +10 -0
  100. package/municipalities/gouda-design-tokens/src/index.scss +8 -0
  101. package/municipalities/gouda-design-tokens/style-dictionary.config.js +6 -0
  102. package/municipalities/leiden-design-tokens/dist/design-tokens.css +1 -1
  103. package/municipalities/leiden-design-tokens/dist/index.js +1 -1
  104. package/municipalities/leiden-design-tokens/dist/index.less +1 -1
  105. package/municipalities/leiden-design-tokens/dist/index.scss +1 -1
  106. package/municipalities/leiden-design-tokens/dist/tokens.json +8 -4
  107. package/municipalities/leiden-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
  108. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +1 -1
  109. package/municipalities/noaberkracht-design-tokens/dist/index.js +1 -1
  110. package/municipalities/noaberkracht-design-tokens/dist/index.less +1 -1
  111. package/municipalities/noaberkracht-design-tokens/dist/index.scss +1 -1
  112. package/municipalities/noaberkracht-design-tokens/dist/tokens.json +8 -4
  113. package/municipalities/noaberkracht-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
  114. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +1 -1
  115. package/municipalities/noordwijk-design-tokens/dist/index.js +1 -1
  116. package/municipalities/noordwijk-design-tokens/dist/index.less +1 -1
  117. package/municipalities/noordwijk-design-tokens/dist/index.scss +1 -1
  118. package/municipalities/noordwijk-design-tokens/dist/tokens.json +8 -4
  119. package/municipalities/noordwijk-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
  120. package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +1 -1
  121. package/municipalities/open-webconcept-design-tokens/dist/index.js +1 -1
  122. package/municipalities/open-webconcept-design-tokens/dist/index.less +1 -1
  123. package/municipalities/open-webconcept-design-tokens/dist/index.scss +1 -1
  124. package/municipalities/open-webconcept-design-tokens/dist/tokens.json +8 -4
  125. package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
  126. package/municipalities/opencatalogi-design-tokens/dist/design-tokens.css +1 -1
  127. package/municipalities/opencatalogi-design-tokens/dist/index.js +1 -1
  128. package/municipalities/opencatalogi-design-tokens/dist/index.less +1 -1
  129. package/municipalities/opencatalogi-design-tokens/dist/index.scss +1 -1
  130. package/municipalities/opencatalogi-design-tokens/dist/tokens.json +8 -4
  131. package/municipalities/opencatalogi-design-tokens/src/components/conduction/navigation.tokens.json +8 -4
  132. package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +1 -1
  133. package/municipalities/rotterdam-design-tokens/dist/index.js +1 -1
  134. package/municipalities/rotterdam-design-tokens/dist/index.less +1 -1
  135. package/municipalities/rotterdam-design-tokens/dist/index.scss +1 -1
  136. package/municipalities/rotterdam-design-tokens/dist/tokens.json +8 -4
  137. package/municipalities/rotterdam-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
  138. package/municipalities/sloterburg-design-tokens/dist/design-tokens.css +1 -1
  139. package/municipalities/sloterburg-design-tokens/dist/index.js +1 -1
  140. package/municipalities/sloterburg-design-tokens/dist/index.less +1 -1
  141. package/municipalities/sloterburg-design-tokens/dist/index.scss +1 -1
  142. package/municipalities/sloterburg-design-tokens/dist/tokens.json +8 -4
  143. package/municipalities/sloterburg-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
  144. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +1 -1
  145. package/municipalities/tubbergen-design-tokens/dist/index.js +1 -1
  146. package/municipalities/tubbergen-design-tokens/dist/index.less +1 -1
  147. package/municipalities/tubbergen-design-tokens/dist/index.scss +1 -1
  148. package/municipalities/tubbergen-design-tokens/dist/tokens.json +8 -4
  149. package/municipalities/tubbergen-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
  150. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +1 -1
  151. package/municipalities/xxllnc-design-tokens/dist/index.js +1 -1
  152. package/municipalities/xxllnc-design-tokens/dist/index.less +1 -1
  153. package/municipalities/xxllnc-design-tokens/dist/index.scss +1 -1
  154. package/municipalities/xxllnc-design-tokens/dist/tokens.json +8 -4
  155. package/municipalities/xxllnc-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
  156. package/municipalities/zutphen-design-tokens/dist/design-tokens.css +1 -1
  157. package/municipalities/zutphen-design-tokens/dist/index.js +1 -1
  158. package/municipalities/zutphen-design-tokens/dist/index.less +1 -1
  159. package/municipalities/zutphen-design-tokens/dist/index.scss +1 -1
  160. package/municipalities/zutphen-design-tokens/dist/tokens.json +8 -4
  161. package/municipalities/zutphen-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
  162. package/package.json +3 -2
@@ -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 Tue, 19 Dec 2023 15:55:06 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:38:22 GMT
4
4
  */
5
5
 
6
6
  .leiden-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Dec 2023 15:55:06 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:38:22 GMT
4
4
  */
5
5
 
6
6
  export const leidenColorPrimary = "#d62410";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 19 Dec 2023 15:55:07 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:38:22 GMT
4
4
 
5
5
  @conduction-tooltip-z-index: 9999;
6
6
  @conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 19 Dec 2023 15:55:06 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:38:22 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-border-radius: 0px;
@@ -9783,7 +9783,8 @@
9783
9783
  "background-color"
9784
9784
  ]
9785
9785
  },
9786
- "box-shadow": {}
9786
+ "box-shadow": {},
9787
+ "font-weight": {}
9787
9788
  },
9788
9789
  "current": {
9789
9790
  "color": {
@@ -9880,7 +9881,8 @@
9880
9881
  "box-shadow"
9881
9882
  ]
9882
9883
  }
9883
- }
9884
+ },
9885
+ "font-weight": {}
9884
9886
  },
9885
9887
  "dropdown": {
9886
9888
  "color": {
@@ -9981,7 +9983,8 @@
9981
9983
  "background-color"
9982
9984
  ]
9983
9985
  },
9984
- "box-shadow": {}
9986
+ "box-shadow": {},
9987
+ "font-weight": {}
9985
9988
  },
9986
9989
  "current": {
9987
9990
  "color": {
@@ -10035,7 +10038,8 @@
10035
10038
  "box-shadow": {},
10036
10039
  "mobile": {
10037
10040
  "box-shadow": {}
10038
- }
10041
+ },
10042
+ "font-weight": {}
10039
10043
  }
10040
10044
  },
10041
10045
  "item": {
@@ -7,7 +7,8 @@
7
7
  "hover": {
8
8
  "color": { "value": "{leiden.color.blue.27}" },
9
9
  "background-color": { "value": "{leiden.color.black.9}" },
10
- "box-shadow": {}
10
+ "box-shadow": {},
11
+ "font-weight": {}
11
12
  },
12
13
  "current": {
13
14
  "color": { "value": "{leiden.color.white.100}" },
@@ -15,7 +16,8 @@
15
16
  "box-shadow": { "value": "inset 0 -4px {leiden.color.white.100}" },
16
17
  "mobile": {
17
18
  "box-shadow": { "value": "inset 4px 0 {leiden.color.white.100}" }
18
- }
19
+ },
20
+ "font-weight": {}
19
21
  },
20
22
  "dropdown": {
21
23
  "color": { "value": "{leiden.color.blue.27}" },
@@ -26,7 +28,8 @@
26
28
  "hover": {
27
29
  "color": { "value": "{leiden.color.black.9}" },
28
30
  "background-color": { "value": "{leiden.color.white.100}" },
29
- "box-shadow": {}
31
+ "box-shadow": {},
32
+ "font-weight": {}
30
33
  },
31
34
  "current": {
32
35
  "color": { "value": "{leiden.color.primary}" },
@@ -34,7 +37,8 @@
34
37
  "box-shadow": {},
35
38
  "mobile": {
36
39
  "box-shadow": {}
37
- }
40
+ },
41
+ "font-weight": {}
38
42
  }
39
43
  },
40
44
  "item": {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Dec 2023 15:56:15 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:39:32 GMT
4
4
  */
5
5
 
6
6
  .noaberkracht-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Dec 2023 15:56:15 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:39:32 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 Tue, 19 Dec 2023 15:56:15 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:39:32 GMT
4
4
 
5
5
  @conduction-tooltip-z-index: 9999;
6
6
  @conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 19 Dec 2023 15:56:15 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:39:32 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-border-radius: 0px;
@@ -10048,7 +10048,8 @@
10048
10048
  "background-color"
10049
10049
  ]
10050
10050
  },
10051
- "box-shadow": {}
10051
+ "box-shadow": {},
10052
+ "font-weight": {}
10052
10053
  },
10053
10054
  "current": {
10054
10055
  "color": {
@@ -10145,7 +10146,8 @@
10145
10146
  "box-shadow"
10146
10147
  ]
10147
10148
  }
10148
- }
10149
+ },
10150
+ "font-weight": {}
10149
10151
  },
10150
10152
  "dropdown": {
10151
10153
  "color": {
@@ -10335,7 +10337,8 @@
10335
10337
  "hover",
10336
10338
  "box-shadow"
10337
10339
  ]
10338
- }
10340
+ },
10341
+ "font-weight": {}
10339
10342
  },
10340
10343
  "current": {
10341
10344
  "color": {
@@ -10436,7 +10439,8 @@
10436
10439
  "box-shadow"
10437
10440
  ]
10438
10441
  }
10439
- }
10442
+ },
10443
+ "font-weight": {}
10440
10444
  }
10441
10445
  },
10442
10446
  "item": {
@@ -7,7 +7,8 @@
7
7
  "hover": {
8
8
  "color": { "value": "{noaberkracht.color.white.100}" },
9
9
  "background-color": { "value": "{noaberkracht.color.blue.59}" },
10
- "box-shadow": {}
10
+ "box-shadow": {},
11
+ "font-weight": {}
11
12
  },
12
13
  "current": {
13
14
  "color": { "value": "{noaberkracht.color.white.100}" },
@@ -15,7 +16,8 @@
15
16
  "box-shadow": { "value": "inset 0 -4px {noaberkracht.color.yellow.47}" },
16
17
  "mobile": {
17
18
  "box-shadow": { "value": "inset 4px 0 {noaberkracht.color.yellow.47}" }
18
- }
19
+ },
20
+ "font-weight": {}
19
21
  },
20
22
  "dropdown": {
21
23
  "color": { "value": "{noaberkracht.color.white.100}" },
@@ -26,7 +28,8 @@
26
28
  "hover": {
27
29
  "color": { "value": "{noaberkracht.color.white.100}" },
28
30
  "background-color": { "value": "{noaberkracht.color.blue.59}" },
29
- "box-shadow": { "value": "inset 0 -4px {noaberkracht.color.yellow.47}" }
31
+ "box-shadow": { "value": "inset 0 -4px {noaberkracht.color.yellow.47}" },
32
+ "font-weight": {}
30
33
  },
31
34
  "current": {
32
35
  "color": { "value": "{noaberkracht.color.white.100}" },
@@ -34,7 +37,8 @@
34
37
  "box-shadow": { "value": "inset 0 -4px {noaberkracht.color.yellow.47}" },
35
38
  "mobile": {
36
39
  "box-shadow": { "value": "inset 4px 0 {noaberkracht.color.yellow.47}" }
37
- }
40
+ },
41
+ "font-weight": {}
38
42
  }
39
43
  },
40
44
  "item": {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Dec 2023 15:56:06 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:39:23 GMT
4
4
  */
5
5
 
6
6
  .noordwijk-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Dec 2023 15:56:06 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:39:23 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 Tue, 19 Dec 2023 15:56:06 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:39:24 GMT
4
4
 
5
5
  @conduction-tooltip-z-index: 9999;
6
6
  @conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 19 Dec 2023 15:56:06 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:39:23 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-border-radius: 0px;
@@ -10331,7 +10331,8 @@
10331
10331
  "hover",
10332
10332
  "box-shadow"
10333
10333
  ]
10334
- }
10334
+ },
10335
+ "font-weight": {}
10335
10336
  },
10336
10337
  "current": {
10337
10338
  "color": {
@@ -10428,7 +10429,8 @@
10428
10429
  "box-shadow"
10429
10430
  ]
10430
10431
  }
10431
- }
10432
+ },
10433
+ "font-weight": {}
10432
10434
  },
10433
10435
  "dropdown": {
10434
10436
  "color": {
@@ -10552,7 +10554,8 @@
10552
10554
  "hover",
10553
10555
  "box-shadow"
10554
10556
  ]
10555
- }
10557
+ },
10558
+ "font-weight": {}
10556
10559
  },
10557
10560
  "current": {
10558
10561
  "color": {
@@ -10653,7 +10656,8 @@
10653
10656
  "box-shadow"
10654
10657
  ]
10655
10658
  }
10656
- }
10659
+ },
10660
+ "font-weight": {}
10657
10661
  }
10658
10662
  },
10659
10663
  "item": {
@@ -7,7 +7,8 @@
7
7
  "hover": {
8
8
  "color": { "value": "{noordwijk.color.blue.30}" },
9
9
  "background-color": { "value": "{noordwijk.color.white.100}" },
10
- "box-shadow": { "value": "inset 0 -4px {noordwijk.color.light-blue.58}" }
10
+ "box-shadow": { "value": "inset 0 -4px {noordwijk.color.light-blue.58}" },
11
+ "font-weight": {}
11
12
  },
12
13
  "current": {
13
14
  "color": { "value": "{noordwijk.color.blue.30}" },
@@ -15,7 +16,8 @@
15
16
  "box-shadow": { "value": "inset 0 -4px {noordwijk.color.light-blue.58}" },
16
17
  "mobile": {
17
18
  "box-shadow": { "value": "inset 4px 0 {noordwijk.color.light-blue.58}" }
18
- }
19
+ },
20
+ "font-weight": {}
19
21
  },
20
22
  "dropdown": {
21
23
  "color": { "value": "{noordwijk.color.black.15}" },
@@ -26,7 +28,8 @@
26
28
  "hover": {
27
29
  "color": { "value": "{noordwijk.color.black.15}" },
28
30
  "background-color": { "value": "{noordwijk.color.light-blue.96}" },
29
- "box-shadow": { "value": "none" }
31
+ "box-shadow": { "value": "none" },
32
+ "font-weight": {}
30
33
  },
31
34
  "current": {
32
35
  "color": { "value": "{noordwijk.color.blue.30}" },
@@ -34,7 +37,8 @@
34
37
  "box-shadow": { "value": "inset 0 -4px {noordwijk.color.light-blue.58}" },
35
38
  "mobile": {
36
39
  "box-shadow": { "value": "inset 4px 0 {noordwijk.color.light-blue.58}" }
37
- }
40
+ },
41
+ "font-weight": {}
38
42
  }
39
43
  },
40
44
  "item": {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Dec 2023 15:56:35 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:39:49 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 Tue, 19 Dec 2023 15:56:35 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:39:49 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 Tue, 19 Dec 2023 15:56:36 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:39:49 GMT
4
4
 
5
5
  @conduction-tooltip-z-index: 9999;
6
6
  @conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 19 Dec 2023 15:56:35 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:39:49 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-border-radius: 0px;
@@ -10073,7 +10073,8 @@
10073
10073
  "background-color"
10074
10074
  ]
10075
10075
  },
10076
- "box-shadow": {}
10076
+ "box-shadow": {},
10077
+ "font-weight": {}
10077
10078
  },
10078
10079
  "current": {
10079
10080
  "color": {
@@ -10170,7 +10171,8 @@
10170
10171
  "box-shadow"
10171
10172
  ]
10172
10173
  }
10173
- }
10174
+ },
10175
+ "font-weight": {}
10174
10176
  },
10175
10177
  "dropdown": {
10176
10178
  "color": {},
@@ -10181,7 +10183,8 @@
10181
10183
  "hover": {
10182
10184
  "color": {},
10183
10185
  "background-color": {},
10184
- "box-shadow": {}
10186
+ "box-shadow": {},
10187
+ "font-weight": {}
10185
10188
  },
10186
10189
  "current": {
10187
10190
  "color": {
@@ -10282,7 +10285,8 @@
10282
10285
  "box-shadow"
10283
10286
  ]
10284
10287
  }
10285
- }
10288
+ },
10289
+ "font-weight": {}
10286
10290
  }
10287
10291
  },
10288
10292
  "item": {
@@ -7,7 +7,8 @@
7
7
  "hover": {
8
8
  "color": { "value": "{open-webconcept.color.black.27}" },
9
9
  "background-color": { "value": "{open-webconcept.color.grey.93}" },
10
- "box-shadow": {}
10
+ "box-shadow": {},
11
+ "font-weight": {}
11
12
  },
12
13
  "current": {
13
14
  "color": { "value": "{open-webconcept.color.black.27}" },
@@ -15,7 +16,8 @@
15
16
  "box-shadow": { "value": "inset 0 -4px {open-webconcept.color.primary}" },
16
17
  "mobile": {
17
18
  "box-shadow": { "value": "inset 4px 0 {open-webconcept.color.primary}" }
18
- }
19
+ },
20
+ "font-weight": {}
19
21
  },
20
22
  "dropdown": {
21
23
  "color": {},
@@ -26,7 +28,8 @@
26
28
  "hover": {
27
29
  "color": {},
28
30
  "background-color": {},
29
- "box-shadow": {}
31
+ "box-shadow": {},
32
+ "font-weight": {}
30
33
  },
31
34
  "current": {
32
35
  "color": { "value": "{open-webconcept.color.black.27}" },
@@ -34,7 +37,8 @@
34
37
  "box-shadow": { "value": "inset 0 -4px {open-webconcept.color.primary}" },
35
38
  "mobile": {
36
39
  "box-shadow": { "value": "inset 4px 0 {open-webconcept.color.primary}" }
37
- }
40
+ },
41
+ "font-weight": {}
38
42
  }
39
43
  },
40
44
  "item": {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Dec 2023 15:57:05 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:40:10 GMT
4
4
  */
5
5
 
6
6
  .opencatalogi-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Dec 2023 15:57:04 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:40:10 GMT
4
4
  */
5
5
 
6
6
  export const conductionCardHeaderColor = "#404B4F";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 19 Dec 2023 15:57:05 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:40:10 GMT
4
4
 
5
5
  @rotterdam-textbox-hover-border-width: 2px;
6
6
  @rotterdam-paragraph-small-line-height: 20px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 19 Dec 2023 15:57:05 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:40:10 GMT
4
4
 
5
5
  $rotterdam-textbox-hover-border-width: 2px;
6
6
  $rotterdam-paragraph-small-line-height: 20px;
@@ -1839,7 +1839,8 @@
1839
1839
  "background-color"
1840
1840
  ]
1841
1841
  },
1842
- "box-shadow": {}
1842
+ "box-shadow": {},
1843
+ "font-weight": {}
1843
1844
  },
1844
1845
  "current": {
1845
1846
  "color": {
@@ -1936,7 +1937,8 @@
1936
1937
  "box-shadow"
1937
1938
  ]
1938
1939
  }
1939
- }
1940
+ },
1941
+ "font-weight": {}
1940
1942
  },
1941
1943
  "dropdown": {
1942
1944
  "color": {
@@ -2037,7 +2039,8 @@
2037
2039
  "background-color"
2038
2040
  ]
2039
2041
  },
2040
- "box-shadow": {}
2042
+ "box-shadow": {},
2043
+ "font-weight": {}
2041
2044
  },
2042
2045
  "current": {
2043
2046
  "color": {
@@ -2138,7 +2141,8 @@
2138
2141
  "box-shadow"
2139
2142
  ]
2140
2143
  }
2141
- }
2144
+ },
2145
+ "font-weight": {}
2142
2146
  }
2143
2147
  },
2144
2148
  "item": {
@@ -7,7 +7,8 @@
7
7
  "hover": {
8
8
  "color": { "value": "{opencatalogi.color.green.tint-01}" },
9
9
  "background-color": { "value": "{opencatalogi.color.base.white}" },
10
- "box-shadow": {}
10
+ "box-shadow": {},
11
+ "font-weight": {}
11
12
  },
12
13
  "current": {
13
14
  "color": { "value": "{opencatalogi.color.gray.tint-11}" },
@@ -15,7 +16,8 @@
15
16
  "box-shadow": { "value": "inset 0 -4px {opencatalogi.color.green.tint-01}" },
16
17
  "mobile": {
17
18
  "box-shadow": { "value": "inset 4px 0 {opencatalogi.color.green.tint-01}" }
18
- }
19
+ },
20
+ "font-weight": {}
19
21
  },
20
22
  "dropdown": {
21
23
  "color": { "value": "{opencatalogi.color.base.white}" },
@@ -26,7 +28,8 @@
26
28
  "hover": {
27
29
  "color": { "value": "{opencatalogi.color.base.white}" },
28
30
  "background-color": { "value": "{opencatalogi.color.base.black}" },
29
- "box-shadow": {}
31
+ "box-shadow": {},
32
+ "font-weight": {}
30
33
  },
31
34
  "current": {
32
35
  "color": { "value": "{opencatalogi.color.base.white}" },
@@ -34,7 +37,8 @@
34
37
  "box-shadow": { "value": "inset 0 -4px {opencatalogi.color.base.black}" },
35
38
  "mobile": {
36
39
  "box-shadow": { "value": "inset 4px 0 {opencatalogi.color.base.black}" }
37
- }
40
+ },
41
+ "font-weight": {}
38
42
  }
39
43
  },
40
44
  "item": {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Dec 2023 15:56:27 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:39:42 GMT
4
4
  */
5
5
 
6
6
  .rotterdam-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Dec 2023 15:56:27 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:39:42 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 Tue, 19 Dec 2023 15:56:27 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:39:42 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 Tue, 19 Dec 2023 15:56:27 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:39:42 GMT
4
4
 
5
5
  $utrecht-page-max-inline-size: 1140px;
6
6
  $utrecht-page-margin-inline-end: var(--utrecht-space-block-xl);