@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
@@ -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": "var(--rotterdam-color-green-tint-01)" },
9
9
  "background-color": { "value": "var(--rotterdam-color-base-white)" },
10
- "box-shadow": {}
10
+ "box-shadow": {},
11
+ "font-weight": {}
11
12
  },
12
13
  "current": {
13
14
  "color": { "value": "var(--rotterdam-color-gray-tint-11)" },
@@ -15,7 +16,8 @@
15
16
  "box-shadow": { "value": "inset 0 -4px var(--rotterdam-color-green-tint-01)" },
16
17
  "mobile": {
17
18
  "box-shadow": { "value": "inset 4px 0 var(--rotterdam-color-green-tint-01)" }
18
- }
19
+ },
20
+ "font-weight": {}
19
21
  },
20
22
  "dropdown": {
21
23
  "color": { "value": "var(--rotterdam-color-base-white)" },
@@ -26,7 +28,8 @@
26
28
  "hover": {
27
29
  "color": { "value": "var(--rotterdam-color-base-white)" },
28
30
  "background-color": { "value": "var(--rotterdam-color-base-black)" },
29
- "box-shadow": {}
31
+ "box-shadow": {},
32
+ "font-weight": {}
30
33
  },
31
34
  "current": {
32
35
  "color": { "value": "var(--rotterdam-color-base-white)" },
@@ -34,7 +37,8 @@
34
37
  "box-shadow": { "value": "inset 0 -4px var(--rotterdam-color-base-black)" },
35
38
  "mobile": {
36
39
  "box-shadow": { "value": "inset 4px 0 var(--rotterdam-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:57:20 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:40:24 GMT
4
4
  */
5
5
 
6
6
  .sloterburg-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Dec 2023 15:57:20 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:40:23 GMT
4
4
  */
5
5
 
6
6
  export const sloterburgColorPrimary = "#1b7da7";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 19 Dec 2023 15:57:20 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:40: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:57:20 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:40:24 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-border-radius: 0px;
@@ -10629,7 +10629,8 @@
10629
10629
  "hover",
10630
10630
  "box-shadow"
10631
10631
  ]
10632
- }
10632
+ },
10633
+ "font-weight": {}
10633
10634
  },
10634
10635
  "current": {
10635
10636
  "color": {
@@ -10726,7 +10727,8 @@
10726
10727
  "box-shadow"
10727
10728
  ]
10728
10729
  }
10729
- }
10730
+ },
10731
+ "font-weight": {}
10730
10732
  },
10731
10733
  "dropdown": {
10732
10734
  "color": {
@@ -10850,7 +10852,8 @@
10850
10852
  "hover",
10851
10853
  "box-shadow"
10852
10854
  ]
10853
- }
10855
+ },
10856
+ "font-weight": {}
10854
10857
  },
10855
10858
  "current": {
10856
10859
  "color": {
@@ -10951,7 +10954,8 @@
10951
10954
  "box-shadow"
10952
10955
  ]
10953
10956
  }
10954
- }
10957
+ },
10958
+ "font-weight": {}
10955
10959
  }
10956
10960
  },
10957
10961
  "item": {
@@ -7,7 +7,8 @@
7
7
  "hover": {
8
8
  "color": { "value": "{sloterburg.color.primary}" },
9
9
  "background-color": { "value": "{sloterburg.color.white.100}" },
10
- "box-shadow": { "value": "inset 0 -5px {sloterburg.color.darkgreen.23}" }
10
+ "box-shadow": { "value": "inset 0 -5px {sloterburg.color.darkgreen.23}" },
11
+ "font-weight": {}
11
12
  },
12
13
  "current": {
13
14
  "color": { "value": "{sloterburg.color.primary}" },
@@ -15,7 +16,8 @@
15
16
  "box-shadow": { "value": "inset 0 -5px {sloterburg.color.darkgreen.23}" },
16
17
  "mobile": {
17
18
  "box-shadow": { "value": "inset 5px 0 {sloterburg.color.darkgreen.23}" }
18
- }
19
+ },
20
+ "font-weight": {}
19
21
  },
20
22
  "dropdown": {
21
23
  "color": { "value": "{sloterburg.color.primary}" },
@@ -26,7 +28,8 @@
26
28
  "hover": {
27
29
  "color": { "value": "{sloterburg.color.white.100}" },
28
30
  "background-color": { "value": "{sloterburg.color.purple.28}" },
29
- "box-shadow": { "value": "inset 0 -5px {sloterburg.color.purple.28}" }
31
+ "box-shadow": { "value": "inset 0 -5px {sloterburg.color.purple.28}" },
32
+ "font-weight": {}
30
33
  },
31
34
  "current": {
32
35
  "color": { "value": "{sloterburg.color.white.100}" },
@@ -34,7 +37,8 @@
34
37
  "box-shadow": { "value": "inset 0 -5px {sloterburg.color.purple.28}" },
35
38
  "mobile": {
36
39
  "box-shadow": { "value": "inset 5px 0 {sloterburg.color.purple.28}" }
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:55:37 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:38:43 GMT
4
4
  */
5
5
 
6
6
  .tubbergen-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Dec 2023 15:55:37 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:38:43 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 Tue, 19 Dec 2023 15:55:38 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:38:44 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:38 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:38:43 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-border-radius: 0px;
@@ -10674,7 +10674,8 @@
10674
10674
  "background-color"
10675
10675
  ]
10676
10676
  },
10677
- "box-shadow": {}
10677
+ "box-shadow": {},
10678
+ "font-weight": {}
10678
10679
  },
10679
10680
  "current": {
10680
10681
  "color": {
@@ -10770,7 +10771,8 @@
10770
10771
  "mobile",
10771
10772
  "box-shadow"
10772
10773
  ]
10773
- }
10774
+ },
10775
+ "font-weight": {}
10774
10776
  }
10775
10777
  },
10776
10778
  "dropdown": {
@@ -10782,7 +10784,8 @@
10782
10784
  "hover": {
10783
10785
  "color": {},
10784
10786
  "background-color": {},
10785
- "box-shadow": {}
10787
+ "box-shadow": {},
10788
+ "font-weight": {}
10786
10789
  },
10787
10790
  "current": {
10788
10791
  "color": {
@@ -10882,7 +10885,8 @@
10882
10885
  "mobile",
10883
10886
  "box-shadow"
10884
10887
  ]
10885
- }
10888
+ },
10889
+ "font-weight": {}
10886
10890
  }
10887
10891
  }
10888
10892
  },
@@ -7,14 +7,16 @@
7
7
  "hover": {
8
8
  "color": { "value": "{tubbergen.color.primary}" },
9
9
  "background-color": { "value": "{tubbergen.color.white.100}" },
10
- "box-shadow": {}
10
+ "box-shadow": {},
11
+ "font-weight": {}
11
12
  },
12
13
  "current": {
13
14
  "color": { "value": "{tubbergen.color.primary}" },
14
15
  "background-color": { "value": "unset" },
15
16
  "box-shadow": { "value": "inset 0 -4px {tubbergen.color.primary}" },
16
17
  "mobile": {
17
- "box-shadow": { "value": "inset 4px 0 {tubbergen.color.primary}" }
18
+ "box-shadow": { "value": "inset 4px 0 {tubbergen.color.primary}" },
19
+ "font-weight": {}
18
20
  }
19
21
  },
20
22
  "dropdown": {
@@ -26,14 +28,16 @@
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": "{tubbergen.color.primary}" },
33
36
  "background-color": { "value": "unset" },
34
37
  "box-shadow": { "value": "inset 0 -4px {tubbergen.color.primary}" },
35
38
  "mobile": {
36
- "box-shadow": { "value": "inset 4px 0 {tubbergen.color.primary}" }
39
+ "box-shadow": { "value": "inset 4px 0 {tubbergen.color.primary}" },
40
+ "font-weight": {}
37
41
  }
38
42
  }
39
43
  },
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Dec 2023 15:55:23 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:38:33 GMT
4
4
  */
5
5
 
6
6
  .xxllnc-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Dec 2023 15:55:22 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:38:33 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 Tue, 19 Dec 2023 15:55:23 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:38:33 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:23 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:38:33 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-border-radius: 0px;
@@ -10008,7 +10008,8 @@
10008
10008
  "background-color"
10009
10009
  ]
10010
10010
  },
10011
- "box-shadow": {}
10011
+ "box-shadow": {},
10012
+ "font-weight": {}
10012
10013
  },
10013
10014
  "current": {
10014
10015
  "color": {
@@ -10060,7 +10061,8 @@
10060
10061
  "box-shadow": {},
10061
10062
  "mobile": {
10062
10063
  "box-shadow": {}
10063
- }
10064
+ },
10065
+ "font-weight": {}
10064
10066
  },
10065
10067
  "dropdown": {
10066
10068
  "color": {
@@ -10161,7 +10163,8 @@
10161
10163
  "background-color"
10162
10164
  ]
10163
10165
  },
10164
- "box-shadow": {}
10166
+ "box-shadow": {},
10167
+ "font-weight": {}
10165
10168
  },
10166
10169
  "current": {
10167
10170
  "color": {
@@ -10215,7 +10218,8 @@
10215
10218
  "box-shadow": {},
10216
10219
  "mobile": {
10217
10220
  "box-shadow": {}
10218
- }
10221
+ },
10222
+ "font-weight": {}
10219
10223
  }
10220
10224
  },
10221
10225
  "item": {
@@ -7,7 +7,8 @@
7
7
  "hover": {
8
8
  "color": { "value": "{xxllnc.color.black.23}" },
9
9
  "background-color": { "value": "{xxllnc.color.black.12-6-7t}" },
10
- "box-shadow": {}
10
+ "box-shadow": {},
11
+ "font-weight": {}
11
12
  },
12
13
  "current": {
13
14
  "color": { "value": "{xxllnc.color.black.23}" },
@@ -15,7 +16,8 @@
15
16
  "box-shadow": {},
16
17
  "mobile": {
17
18
  "box-shadow": {}
18
- }
19
+ },
20
+ "font-weight": {}
19
21
  },
20
22
  "dropdown": {
21
23
  "color": { "value": "{xxllnc.color.black.23}" },
@@ -26,7 +28,8 @@
26
28
  "hover": {
27
29
  "color": { "value": "{xxllnc.color.black.23}" },
28
30
  "background-color": { "value": "{xxllnc.color.black.12-6-7t}" },
29
- "box-shadow": {}
31
+ "box-shadow": {},
32
+ "font-weight": {}
30
33
  },
31
34
  "current": {
32
35
  "color": { "value": "{xxllnc.color.black.23}" },
@@ -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:57:13 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:40:17 GMT
4
4
  */
5
5
 
6
6
  .zutphen-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Dec 2023 15:57:12 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:40:17 GMT
4
4
  */
5
5
 
6
6
  export const zutphenColorPrimary = "#063a96";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 19 Dec 2023 15:57:13 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:40:17 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:57:13 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:40:17 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-border-radius: 0px;
@@ -10314,7 +10314,8 @@
10314
10314
  "background-color"
10315
10315
  ]
10316
10316
  },
10317
- "box-shadow": {}
10317
+ "box-shadow": {},
10318
+ "font-weight": {}
10318
10319
  },
10319
10320
  "current": {
10320
10321
  "color": {
@@ -10411,7 +10412,8 @@
10411
10412
  "box-shadow"
10412
10413
  ]
10413
10414
  }
10414
- }
10415
+ },
10416
+ "font-weight": {}
10415
10417
  },
10416
10418
  "dropdown": {
10417
10419
  "color": {},
@@ -10422,7 +10424,8 @@
10422
10424
  "hover": {
10423
10425
  "color": {},
10424
10426
  "background-color": {},
10425
- "box-shadow": {}
10427
+ "box-shadow": {},
10428
+ "font-weight": {}
10426
10429
  },
10427
10430
  "current": {
10428
10431
  "color": {
@@ -10523,7 +10526,8 @@
10523
10526
  "box-shadow"
10524
10527
  ]
10525
10528
  }
10526
- }
10529
+ },
10530
+ "font-weight": {}
10527
10531
  }
10528
10532
  },
10529
10533
  "item": {
@@ -7,7 +7,8 @@
7
7
  "hover": {
8
8
  "color": { "value": "{zutphen.color.primary}" },
9
9
  "background-color": { "value": "{zutphen.color.white.100}" },
10
- "box-shadow": {}
10
+ "box-shadow": {},
11
+ "font-weight": {}
11
12
  },
12
13
  "current": {
13
14
  "color": { "value": "{zutphen.color.primary}" },
@@ -15,7 +16,8 @@
15
16
  "box-shadow": { "value": "inset 0 -4px {zutphen.color.primary}" },
16
17
  "mobile": {
17
18
  "box-shadow": { "value": "inset 4px 0 {zutphen.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": "{zutphen.color.primary}" },
@@ -34,7 +37,8 @@
34
37
  "box-shadow": { "value": "inset 0 -4px {zutphen.color.primary}" },
35
38
  "mobile": {
36
39
  "box-shadow": { "value": "inset 4px 0 {zutphen.color.primary}" }
37
- }
40
+ },
41
+ "font-weight": {}
38
42
  }
39
43
  },
40
44
  "item": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/theme",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Conduction's design tokens theme",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -23,7 +23,8 @@
23
23
  "build:commonground": "cd ./municipalities/commonground-design-tokens && npm run build",
24
24
  "build:opencatalogi": "cd ./municipalities/opencatalogi-design-tokens && npm run build",
25
25
  "build:zutphen": "cd ./municipalities/zutphen-design-tokens && npm run build",
26
- "build:sloterburg": "cd ./municipalities/sloterburg-design-tokens && npm run build"
26
+ "build:sloterburg": "cd ./municipalities/sloterburg-design-tokens && npm run build",
27
+ "build:gouda": "cd ./municipalities/gouda-design-tokens && npm run build"
27
28
  },
28
29
  "dependencies": { "@nl-design-system-unstable/rotterdam-design-tokens": "^1.0.0-alpha.100" },
29
30
  "author": "",