@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
package/README.md CHANGED
@@ -6,6 +6,7 @@ Conduction's design tokens theme
6
6
 
7
7
  - **Version 1.1 (breaking changes from 1.0.x)**
8
8
 
9
+ - 1.1.5: Added Gouda theme.
9
10
  - 1.1.4:
10
11
  - Added disabled Button tokens in all themes.
11
12
  - Updated Navigation tokens in all themes.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Dec 2023 15:54:53 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:38:09 GMT
4
4
  */
5
5
 
6
6
  .conduction-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Dec 2023 15:54:52 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:38:09 GMT
4
4
  */
5
5
 
6
6
  export const conductionColorPrimary = "#4376fc";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 19 Dec 2023 15:54:53 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:38:10 GMT
4
4
 
5
5
  @utrecht-separator-margin-block-start: 0px;
6
6
  @utrecht-separator-margin-block-end: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 19 Dec 2023 15:54:53 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:38:10 GMT
4
4
 
5
5
  $utrecht-separator-margin-block-start: 0px;
6
6
  $utrecht-separator-margin-block-end: 0px;
@@ -3052,7 +3052,8 @@
3052
3052
  "background-color"
3053
3053
  ]
3054
3054
  },
3055
- "box-shadow": {}
3055
+ "box-shadow": {},
3056
+ "font-weight": {}
3056
3057
  },
3057
3058
  "current": {
3058
3059
  "color": {
@@ -3149,7 +3150,8 @@
3149
3150
  "box-shadow"
3150
3151
  ]
3151
3152
  }
3152
- }
3153
+ },
3154
+ "font-weight": {}
3153
3155
  },
3154
3156
  "dropdown": {
3155
3157
  "color": {
@@ -3250,7 +3252,8 @@
3250
3252
  "background-color"
3251
3253
  ]
3252
3254
  },
3253
- "box-shadow": {}
3255
+ "box-shadow": {},
3256
+ "font-weight": {}
3254
3257
  },
3255
3258
  "current": {
3256
3259
  "color": {
@@ -3351,7 +3354,8 @@
3351
3354
  "box-shadow"
3352
3355
  ]
3353
3356
  }
3354
- }
3357
+ },
3358
+ "font-weight": {}
3355
3359
  }
3356
3360
  },
3357
3361
  "item": {
@@ -7,7 +7,8 @@
7
7
  "hover": {
8
8
  "color": { "value": "{conduction.color.primary}" },
9
9
  "background-color": { "value": "{conduction.color.white.100}" },
10
- "box-shadow": {}
10
+ "box-shadow": {},
11
+ "font-weight": {}
11
12
  },
12
13
  "current": {
13
14
  "color": { "value": "{conduction.color.primary}" },
@@ -15,7 +16,8 @@
15
16
  "box-shadow": { "value": "" },
16
17
  "mobile": {
17
18
  "box-shadow": { "value": "" }
18
- }
19
+ },
20
+ "font-weight": {}
19
21
  },
20
22
  "dropdown": {
21
23
  "color": { "value": "{conduction.color.grey.29}" },
@@ -26,7 +28,8 @@
26
28
  "hover": {
27
29
  "color": { "value": "{conduction.color.primary}" },
28
30
  "background-color": { "value": "{conduction.color.white.100}" },
29
- "box-shadow": {}
31
+ "box-shadow": {},
32
+ "font-weight": {}
30
33
  },
31
34
  "current": {
32
35
  "color": { "value": "{conduction.color.primary}" },
@@ -34,7 +37,8 @@
34
37
  "box-shadow": { "value": "" },
35
38
  "mobile": {
36
39
  "box-shadow": { "value": "" }
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:56 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:40:03 GMT
4
4
  */
5
5
 
6
6
  .commonground-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Dec 2023 15:56:56 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:40:03 GMT
4
4
  */
5
5
 
6
6
  export const commongroundColorPrimary = "#ffbc2c";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 19 Dec 2023 15:56:56 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:40:03 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:56 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:40:03 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-border-radius: 0px;
@@ -10005,7 +10005,8 @@
10005
10005
  "background-color"
10006
10006
  ]
10007
10007
  },
10008
- "box-shadow": {}
10008
+ "box-shadow": {},
10009
+ "font-weight": {}
10009
10010
  },
10010
10011
  "current": {
10011
10012
  "color": {
@@ -10102,7 +10103,8 @@
10102
10103
  "box-shadow"
10103
10104
  ]
10104
10105
  }
10105
- }
10106
+ },
10107
+ "font-weight": {}
10106
10108
  },
10107
10109
  "dropdown": {
10108
10110
  "color": {
@@ -10203,7 +10205,8 @@
10203
10205
  "background-color"
10204
10206
  ]
10205
10207
  },
10206
- "box-shadow": {}
10208
+ "box-shadow": {},
10209
+ "font-weight": {}
10207
10210
  },
10208
10211
  "current": {
10209
10212
  "color": {
@@ -10304,7 +10307,8 @@
10304
10307
  "box-shadow"
10305
10308
  ]
10306
10309
  }
10307
- }
10310
+ },
10311
+ "font-weight": {}
10308
10312
  }
10309
10313
  },
10310
10314
  "item": {
@@ -7,7 +7,8 @@
7
7
  "hover": {
8
8
  "color": { "value": "{commonground.color.black.0}" },
9
9
  "background-color": { "value": "{commonground.color.yellow.64}" },
10
- "box-shadow": {}
10
+ "box-shadow": {},
11
+ "font-weight": {}
11
12
  },
12
13
  "current": {
13
14
  "color": { "value": "{commonground.color.black.0}" },
@@ -15,7 +16,8 @@
15
16
  "box-shadow": { "value": "inset 0px 0px 0px 2px {commonground.color.black.0}" },
16
17
  "mobile": {
17
18
  "box-shadow": { "value": "" }
18
- }
19
+ },
20
+ "font-weight": {}
19
21
  },
20
22
  "dropdown": {
21
23
  "color": { "value": "{commonground.color.black.0}" },
@@ -26,7 +28,8 @@
26
28
  "hover": {
27
29
  "color": { "value": "{commonground.color.black.0}" },
28
30
  "background-color": { "value": "{commonground.color.yellow.64}" },
29
- "box-shadow": {}
31
+ "box-shadow": {},
32
+ "font-weight": {}
30
33
  },
31
34
  "current": {
32
35
  "color": { "value": "{commonground.color.black.0}" },
@@ -34,7 +37,8 @@
34
37
  "box-shadow": { "value": "inset 0px 0px 0px 2px {commonground.color.black.0}" },
35
38
  "mobile": {
36
39
  "box-shadow": { "value": "" }
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:43 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:39:56 GMT
4
4
  */
5
5
 
6
6
  .dimpact-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Dec 2023 15:56:43 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:39:56 GMT
4
4
  */
5
5
 
6
6
  export const dimpactColorPrimary = "#00377a";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 19 Dec 2023 15:56:44 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:39:56 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:44 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:39:56 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-border-radius: 0px;
@@ -9795,7 +9795,8 @@
9795
9795
  "background-color"
9796
9796
  ]
9797
9797
  },
9798
- "box-shadow": {}
9798
+ "box-shadow": {},
9799
+ "font-weight": {}
9799
9800
  },
9800
9801
  "current": {
9801
9802
  "color": {
@@ -9892,7 +9893,8 @@
9892
9893
  "box-shadow"
9893
9894
  ]
9894
9895
  }
9895
- }
9896
+ },
9897
+ "font-weight": {}
9896
9898
  },
9897
9899
  "dropdown": {
9898
9900
  "color": {},
@@ -9903,7 +9905,8 @@
9903
9905
  "hover": {
9904
9906
  "color": {},
9905
9907
  "background-color": {},
9906
- "box-shadow": {}
9908
+ "box-shadow": {},
9909
+ "font-weight": {}
9907
9910
  },
9908
9911
  "current": {
9909
9912
  "color": {
@@ -10004,7 +10007,8 @@
10004
10007
  "box-shadow"
10005
10008
  ]
10006
10009
  }
10007
- }
10010
+ },
10011
+ "font-weight": {}
10008
10012
  }
10009
10013
  },
10010
10014
  "item": {
@@ -7,7 +7,8 @@
7
7
  "hover": {
8
8
  "color": { "value": "{dimpact.color.white.100}" },
9
9
  "background-color": { "value": "{dimpact.color.pink.62}" },
10
- "box-shadow": {}
10
+ "box-shadow": {},
11
+ "font-weight": {}
11
12
  },
12
13
  "current": {
13
14
  "color": { "value": "{dimpact.color.white.100}" },
@@ -15,7 +16,8 @@
15
16
  "box-shadow": { "value": "" },
16
17
  "mobile": {
17
18
  "box-shadow": { "value": "" }
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": "{dimpact.color.white.100}" },
@@ -34,7 +37,8 @@
34
37
  "box-shadow": { "value": "" },
35
38
  "mobile": {
36
39
  "box-shadow": { "value": "" }
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:46 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:38:58 GMT
4
4
  */
5
5
 
6
6
  .dinkelland-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Dec 2023 15:55:46 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:38:58 GMT
4
4
  */
5
5
 
6
6
  export const dinkellandColorPrimary = "#006cb9";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 19 Dec 2023 15:55:46 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:38:58 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:46 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:38:58 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-border-radius: 0px;
@@ -10608,7 +10608,8 @@
10608
10608
  "background-color"
10609
10609
  ]
10610
10610
  },
10611
- "box-shadow": {}
10611
+ "box-shadow": {},
10612
+ "font-weight": {}
10612
10613
  },
10613
10614
  "current": {
10614
10615
  "color": {
@@ -10705,7 +10706,8 @@
10705
10706
  "box-shadow"
10706
10707
  ]
10707
10708
  }
10708
- }
10709
+ },
10710
+ "font-weight": {}
10709
10711
  },
10710
10712
  "dropdown": {
10711
10713
  "color": {},
@@ -10716,7 +10718,8 @@
10716
10718
  "hover": {
10717
10719
  "color": {},
10718
10720
  "background-color": {},
10719
- "box-shadow": {}
10721
+ "box-shadow": {},
10722
+ "font-weight": {}
10720
10723
  },
10721
10724
  "current": {
10722
10725
  "color": {
@@ -10817,7 +10820,8 @@
10817
10820
  "box-shadow"
10818
10821
  ]
10819
10822
  }
10820
- }
10823
+ },
10824
+ "font-weight": {}
10821
10825
  }
10822
10826
  },
10823
10827
  "item": {
@@ -7,7 +7,8 @@
7
7
  "hover": {
8
8
  "color": { "value": "{dinkelland.color.primary}" },
9
9
  "background-color": { "value": "{dinkelland.color.white.100}" },
10
- "box-shadow": {}
10
+ "box-shadow": {},
11
+ "font-weight": {}
11
12
  },
12
13
  "current": {
13
14
  "color": { "value": "{dinkelland.color.primary}" },
@@ -15,7 +16,8 @@
15
16
  "box-shadow": { "value": "inset 0 -4px {dinkelland.color.primary}" },
16
17
  "mobile": {
17
18
  "box-shadow": { "value": "inset 4px 0 {dinkelland.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": "{dinkelland.color.primary}" },
@@ -34,7 +37,8 @@
34
37
  "box-shadow": { "value": "inset 0 -4px {dinkelland.color.primary}" },
35
38
  "mobile": {
36
39
  "box-shadow": { "value": "inset 4px 0 {dinkelland.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:55:55 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:39:12 GMT
4
4
  */
5
5
 
6
6
  .epe-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Dec 2023 15:55:55 GMT
3
+ * Generated on Wed, 20 Dec 2023 15:39:12 GMT
4
4
  */
5
5
 
6
6
  export const epeColorPrimary = "#01699d";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 19 Dec 2023 15:55:55 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:39:12 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:55 GMT
3
+ // Generated on Wed, 20 Dec 2023 15:39:12 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-border-radius: 0px;
@@ -10505,7 +10505,8 @@
10505
10505
  "background-color"
10506
10506
  ]
10507
10507
  },
10508
- "box-shadow": {}
10508
+ "box-shadow": {},
10509
+ "font-weight": {}
10509
10510
  },
10510
10511
  "current": {
10511
10512
  "color": {
@@ -10602,7 +10603,8 @@
10602
10603
  "box-shadow"
10603
10604
  ]
10604
10605
  }
10605
- }
10606
+ },
10607
+ "font-weight": {}
10606
10608
  },
10607
10609
  "dropdown": {
10608
10610
  "color": {},
@@ -10613,7 +10615,8 @@
10613
10615
  "hover": {
10614
10616
  "color": {},
10615
10617
  "background-color": {},
10616
- "box-shadow": {}
10618
+ "box-shadow": {},
10619
+ "font-weight": {}
10617
10620
  },
10618
10621
  "current": {
10619
10622
  "color": {
@@ -10714,7 +10717,8 @@
10714
10717
  "box-shadow"
10715
10718
  ]
10716
10719
  }
10717
- }
10720
+ },
10721
+ "font-weight": {}
10718
10722
  }
10719
10723
  },
10720
10724
  "item": {
@@ -7,7 +7,8 @@
7
7
  "hover": {
8
8
  "color": { "value": "{epe.color.primary}" },
9
9
  "background-color": { "value": "{epe.color.white.100}" },
10
- "box-shadow": {}
10
+ "box-shadow": {},
11
+ "font-weight": {}
11
12
  },
12
13
  "current": {
13
14
  "color": { "value": "{epe.color.primary}" },
@@ -15,7 +16,8 @@
15
16
  "box-shadow": { "value": "inset 0 -4px {epe.color.primary}" },
16
17
  "mobile": {
17
18
  "box-shadow": { "value": "inset 4px 0 {epe.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": "{epe.color.primary}" },
@@ -34,7 +37,8 @@
34
37
  "box-shadow": { "value": "inset 0 -4px {epe.color.primary}" },
35
38
  "mobile": {
36
39
  "box-shadow": { "value": "inset 4px 0 {epe.color.primary}" }
37
- }
40
+ },
41
+ "font-weight": {}
38
42
  }
39
43
  },
40
44
  "item": {
@@ -0,0 +1,17 @@
1
+ # Auteursrecht Gemeente Gouda
2
+
3
+ Copyright (c) 2023 Gemeente Gouda
4
+
5
+ ## Logo en huisstijl
6
+
7
+ Op het huisstijl en logo zijn auteursrechten van toepassing. Het gebruik van logo en huisstijl is alleen toegestaan voor gebruik door Gemeente Gouda.
8
+
9
+ Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van Gemeente Gouda gebruiken en je ontwerpt een eigen huisstijl.
10
+
11
+ ## Lettertype
12
+
13
+ Lettertypes die worden gebruikt voor de huisstijl zijn niet allemaal gratis en open source. Let op dat bij gebruik van die bijgeleverde lettertypes je een (betaalde) licentie regelt. Pas anders de configuratie aan om minder of andere lettertypes te gebruiken.
14
+
15
+ ## Toestemming
16
+
17
+ Wanneer je het logo of de huisstijl wilt gebruiken kun je voor toestemming contact opnemen met Gemeente Gouda.
@@ -0,0 +1,3 @@
1
+ # NL Design System design tokens Gemeente Gouda
2
+
3
+ These tokens have been obtained by analysing the [website of Gemeente Gouda](https://www.gouda.nl/).