@conduction/theme 1.0.22 → 1.0.24

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 (99) hide show
  1. package/README.md +6 -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 +28 -10
  7. package/conduction-design-tokens/src/component/conduction/card.tokens.json +11 -0
  8. package/conduction-design-tokens/src/component/conduction/page-footer.tokens.json +2 -1
  9. package/conduction-design-tokens/src/component/conduction/table.tokens.json +10 -2
  10. package/conduction-design-tokens/src/component/utrecht/list.tokens.json +1 -0
  11. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +3 -4
  12. package/municipalities/dinkelland-design-tokens/dist/index.js +3 -4
  13. package/municipalities/dinkelland-design-tokens/dist/index.json +13 -32
  14. package/municipalities/dinkelland-design-tokens/dist/index.less +3 -4
  15. package/municipalities/dinkelland-design-tokens/dist/index.scss +3 -4
  16. package/municipalities/dinkelland-design-tokens/dist/tokens.json +30 -36
  17. package/municipalities/dinkelland-design-tokens/src/component/conduction/card.tokens.json +11 -0
  18. package/municipalities/dinkelland-design-tokens/src/component/conduction/page-footer.tokens.json +2 -1
  19. package/municipalities/dinkelland-design-tokens/src/component/conduction/table.tokens.json +3 -1
  20. package/municipalities/dinkelland-design-tokens/src/component/utrecht/page.tokens.json +2 -2
  21. package/municipalities/epe-design-tokens/LICENSE.md +17 -0
  22. package/municipalities/epe-design-tokens/dist/design-tokens.css +326 -0
  23. package/municipalities/epe-design-tokens/dist/font.css +9 -0
  24. package/municipalities/epe-design-tokens/dist/index.css +7 -0
  25. package/municipalities/epe-design-tokens/dist/index.js +324 -0
  26. package/municipalities/epe-design-tokens/dist/index.json +6387 -0
  27. package/municipalities/epe-design-tokens/dist/index.less +323 -0
  28. package/municipalities/epe-design-tokens/dist/index.scss +323 -0
  29. package/municipalities/epe-design-tokens/dist/tokens.json +6794 -0
  30. package/municipalities/epe-design-tokens/package.json +40 -0
  31. package/municipalities/epe-design-tokens/src/brand/epe/color.tokens.json +104 -0
  32. package/municipalities/epe-design-tokens/src/brand/epe/font-size.tokens.json +17 -0
  33. package/municipalities/epe-design-tokens/src/brand/epe/size.tokens.json +17 -0
  34. package/municipalities/epe-design-tokens/src/brand/epe/typography.tokens.json +43 -0
  35. package/municipalities/epe-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  36. package/municipalities/epe-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  37. package/municipalities/epe-design-tokens/src/component/conduction/alert.tokens.json +9 -0
  38. package/municipalities/epe-design-tokens/src/component/conduction/card.tokens.json +30 -0
  39. package/municipalities/epe-design-tokens/src/component/conduction/form-input.tokens.json +44 -0
  40. package/municipalities/epe-design-tokens/src/component/conduction/icon.tokens.json +7 -0
  41. package/municipalities/epe-design-tokens/src/component/conduction/page-footer.tokens.json +12 -0
  42. package/municipalities/epe-design-tokens/src/component/conduction/page-header.tokens.json +10 -0
  43. package/municipalities/epe-design-tokens/src/component/conduction/select.tokens.json +15 -0
  44. package/municipalities/epe-design-tokens/src/component/conduction/table.tokens.json +24 -0
  45. package/municipalities/epe-design-tokens/src/component/conduction/textbox.tokens.json +44 -0
  46. package/municipalities/epe-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  47. package/municipalities/epe-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  48. package/municipalities/epe-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  49. package/municipalities/epe-design-tokens/src/component/utrecht/code.tokens.json +27 -0
  50. package/municipalities/epe-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  51. package/municipalities/epe-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
  52. package/municipalities/epe-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  53. package/municipalities/epe-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  54. package/municipalities/epe-design-tokens/src/component/utrecht/list.tokens.json +33 -0
  55. package/municipalities/epe-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -0
  56. package/municipalities/epe-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  57. package/municipalities/epe-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  58. package/municipalities/epe-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  59. package/municipalities/epe-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  60. package/municipalities/epe-design-tokens/src/config.json +7 -0
  61. package/municipalities/epe-design-tokens/src/font/SourceSansVariable-Italic.woff2 +0 -0
  62. package/municipalities/epe-design-tokens/src/font/SourceSansVariable-Roman.woff2 +0 -0
  63. package/municipalities/epe-design-tokens/src/font.scss +10 -0
  64. package/municipalities/epe-design-tokens/src/index.scss +8 -0
  65. package/municipalities/epe-design-tokens/style-dictionary.config.js +6 -0
  66. package/municipalities/leiden-design-tokens/dist/design-tokens.css +21 -21
  67. package/municipalities/leiden-design-tokens/dist/index.js +22 -22
  68. package/municipalities/leiden-design-tokens/dist/index.json +13 -13
  69. package/municipalities/leiden-design-tokens/dist/index.less +21 -21
  70. package/municipalities/leiden-design-tokens/dist/index.scss +21 -21
  71. package/municipalities/leiden-design-tokens/dist/tokens.json +2202 -2180
  72. package/municipalities/leiden-design-tokens/src/component/conduction/card.tokens.json +11 -0
  73. package/municipalities/leiden-design-tokens/src/component/conduction/page-footer.tokens.json +2 -1
  74. package/municipalities/leiden-design-tokens/src/component/conduction/table.tokens.json +24 -0
  75. package/municipalities/leiden-design-tokens/src/component/utrecht/list.tokens.json +1 -0
  76. package/municipalities/leiden-design-tokens/src/component/utrecht/page.tokens.json +2 -2
  77. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +3 -4
  78. package/municipalities/tubbergen-design-tokens/dist/index.js +3 -4
  79. package/municipalities/tubbergen-design-tokens/dist/index.json +13 -32
  80. package/municipalities/tubbergen-design-tokens/dist/index.less +3 -4
  81. package/municipalities/tubbergen-design-tokens/dist/index.scss +3 -4
  82. package/municipalities/tubbergen-design-tokens/dist/tokens.json +30 -36
  83. package/municipalities/tubbergen-design-tokens/src/component/conduction/card.tokens.json +11 -0
  84. package/municipalities/tubbergen-design-tokens/src/component/conduction/page-footer.tokens.json +2 -1
  85. package/municipalities/tubbergen-design-tokens/src/component/conduction/table.tokens.json +3 -1
  86. package/municipalities/tubbergen-design-tokens/src/component/utrecht/list.tokens.json +1 -0
  87. package/municipalities/tubbergen-design-tokens/src/component/utrecht/page.tokens.json +2 -2
  88. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +21 -21
  89. package/municipalities/xxllnc-design-tokens/dist/index.js +22 -22
  90. package/municipalities/xxllnc-design-tokens/dist/index.json +13 -13
  91. package/municipalities/xxllnc-design-tokens/dist/index.less +21 -21
  92. package/municipalities/xxllnc-design-tokens/dist/index.scss +21 -21
  93. package/municipalities/xxllnc-design-tokens/dist/tokens.json +2208 -2186
  94. package/municipalities/xxllnc-design-tokens/src/component/conduction/card.tokens.json +11 -0
  95. package/municipalities/xxllnc-design-tokens/src/component/conduction/page-footer.tokens.json +2 -1
  96. package/municipalities/xxllnc-design-tokens/src/component/conduction/table.tokens.json +24 -0
  97. package/municipalities/xxllnc-design-tokens/src/component/utrecht/list.tokens.json +1 -0
  98. package/municipalities/xxllnc-design-tokens/src/component/utrecht/page.tokens.json +2 -2
  99. package/package.json +3 -2
package/README.md CHANGED
@@ -6,6 +6,12 @@ Conduction's design tokens theme
6
6
 
7
7
  - **Version 1**
8
8
 
9
+ - 1.0.24:
10
+ - Updated page tokens in all themes.
11
+ - Updated list tokens in all themes.
12
+ - Updated table tokens in all themes.
13
+ - Updated card tokens in all themes.
14
+ - 1.0.23: Added Epe theme.
9
15
  - 1.0.22: Updated footer and header logo's for xxllnc, Leiden and Dinkelland themes.
10
16
  - 1.0.21:
11
17
  - Added custom header and footer logo code to all themes.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 16 Aug 2023 08:40:40 GMT
3
+ * Generated on Fri, 18 Aug 2023 12:11:16 GMT
4
4
  */
5
5
 
6
6
  .conduction-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 16 Aug 2023 08:40:40 GMT
3
+ * Generated on Fri, 18 Aug 2023 12:11:16 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 Wed, 16 Aug 2023 08:40:40 GMT
3
+ // Generated on Fri, 18 Aug 2023 12:11:16 GMT
4
4
 
5
5
  @utrecht-paragraph-margin-block-end: 0;
6
6
  @utrecht-paragraph-margin-block-start: 0;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 16 Aug 2023 08:40:40 GMT
3
+ // Generated on Fri, 18 Aug 2023 12:11:16 GMT
4
4
 
5
5
  $utrecht-paragraph-margin-block-end: 0;
6
6
  $utrecht-paragraph-margin-block-start: 0;
@@ -2313,6 +2313,17 @@
2313
2313
  "color"
2314
2314
  ]
2315
2315
  },
2316
+ "header": {
2317
+ "border-block-end": {},
2318
+ "color": {},
2319
+ "hover": {
2320
+ "border-block-end": {},
2321
+ "color": {}
2322
+ }
2323
+ },
2324
+ "hover": {
2325
+ "background-color": {}
2326
+ },
2316
2327
  "padding-inline-end": {
2317
2328
  "value": "18px",
2318
2329
  "filePath": "src/component/conduction/card.tokens.json",
@@ -2741,6 +2752,7 @@
2741
2752
  ]
2742
2753
  }
2743
2754
  },
2755
+ "background-position": {},
2744
2756
  "background-color": {
2745
2757
  "value": "#f5f5f5",
2746
2758
  "filePath": "src/component/utrecht/page-footer.tokens.json",
@@ -3040,6 +3052,7 @@
3040
3052
  "border-block-end-width"
3041
3053
  ]
3042
3054
  },
3055
+ "font-family": {},
3043
3056
  "font-weight": {
3044
3057
  "value": "700",
3045
3058
  "filePath": "src/component/utrecht/table.tokens.json",
@@ -3129,7 +3142,8 @@
3129
3142
  "hover",
3130
3143
  "background-color"
3131
3144
  ]
3132
- }
3145
+ },
3146
+ "color": {}
3133
3147
  },
3134
3148
  "border-block-end-color": {
3135
3149
  "value": "#d1d1d1",
@@ -3184,6 +3198,19 @@
3184
3198
  "color": {}
3185
3199
  }
3186
3200
  },
3201
+ "body": {
3202
+ "border": {}
3203
+ },
3204
+ "caption": {
3205
+ "font-style": {},
3206
+ "font-weight": {},
3207
+ "font-family": {},
3208
+ "font-size": {},
3209
+ "color": {},
3210
+ "line-height": {},
3211
+ "text-align": {},
3212
+ "margin-block-end": {}
3213
+ },
3187
3214
  "border-color": {},
3188
3215
  "border-width": {},
3189
3216
  "font-family": {
@@ -3263,15 +3290,6 @@
3263
3290
  "margin-block-start"
3264
3291
  ]
3265
3292
  },
3266
- "caption": {
3267
- "font-weight": {},
3268
- "font-family": {},
3269
- "font-size": {},
3270
- "color": {},
3271
- "line-height": {},
3272
- "text-align": {},
3273
- "margin-block-end": {}
3274
- },
3275
3293
  "header-cell": {
3276
3294
  "font-size": {
3277
3295
  "value": "18px",
@@ -6,6 +6,17 @@
6
6
  "border-radius": { "value": "16px" },
7
7
  "border-width": { "value": "unset" },
8
8
  "color": { "value": "{conduction.color.black.0}" },
9
+ "header": {
10
+ "border-block-end": {},
11
+ "color": {},
12
+ "hover": {
13
+ "border-block-end": {},
14
+ "color": {}
15
+ }
16
+ },
17
+ "hover": {
18
+ "background-color": {}
19
+ },
9
20
  "padding-inline-end": { "value": "{conduction.size.md}" },
10
21
  "padding-inline-start": { "value": "{conduction.size.md}" },
11
22
  "padding-block-end": { "value": "{conduction.size.md}" },
@@ -5,7 +5,8 @@
5
5
  "logo": {
6
6
  "max-height": { "value": "100px" },
7
7
  "max-width": { "value": "100px" }
8
- }
8
+ },
9
+ "background-position": {}
9
10
  }
10
11
  }
11
12
  }
@@ -4,12 +4,20 @@
4
4
  "background-color": { "value": "{conduction.color.white.100}" },
5
5
  "header": {
6
6
  "border-block-end-color": { "value": "{conduction.color.grey.82}" },
7
- "border-block-end-width": { "value": "{conduction.size.4xs}" }
7
+ "border-block-end-width": { "value": "{conduction.size.4xs}" },
8
+ "font-family": {}
8
9
  },
9
10
  "row": {
10
11
  "hover": {
11
- "background-color": { "value": "{conduction.color.grey.97}" }
12
+ "background-color": { "value": "{conduction.color.grey.97}" },
13
+ "color": {}
12
14
  }
15
+ },
16
+ "body": {
17
+ "border": {}
18
+ },
19
+ "caption": {
20
+ "font-style": {}
13
21
  }
14
22
  }
15
23
  }
@@ -24,6 +24,7 @@
24
24
  "margin-block-end": { "value": "{conduction.size.xs}" },
25
25
  "padding-inline-start": { "value": "1ch" }
26
26
  },
27
+
27
28
  "marker": {
28
29
  "color": { "value": "{conduction.color.primary}" }
29
30
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 16 Aug 2023 08:41:08 GMT
3
+ * Generated on Fri, 18 Aug 2023 12:11:47 GMT
4
4
  */
5
5
 
6
6
  .dinkelland-theme {
@@ -37,7 +37,6 @@
37
37
  --utrecht-table-header-cell-text-transform: unset;
38
38
  --utrecht-table-margin-block-end: 0;
39
39
  --utrecht-table-header-text-transform: unset;
40
- --utrecht-table-border-collapse: collapse;
41
40
  --utrecht-page-header-logo-max-width: 150px;
42
41
  --utrecht-page-footer-background-image: url(https://www.dinkelland.nl/sites/all/themes/dinkelland/dist/assets/img/footer-bg.svg);
43
42
  --utrecht-page-footer-background-color: unset;
@@ -115,8 +114,8 @@
115
114
  --utrecht-paragraph-font-weight: var(--dinkelland-typography-font-weight-normal);
116
115
  --utrecht-paragraph-font-size: var(--dinkelland-font-size-md);
117
116
  --utrecht-paragraph-font-family: var(--dinkelland-typography-lato-font-family);
118
- --utrecht-page-padding-inline-end: var(--dinkelland-size-lg);
119
- --utrecht-page-padding-inline-start: var(--dinkelland-size-lg);
117
+ --utrecht-page-margin-inline-end: var(--dinkelland-size-lg);
118
+ --utrecht-page-margin-inline-start: var(--dinkelland-size-lg);
120
119
  --utrecht-unordered-list-item-margin-block-end: var(--dinkelland-size-xs);
121
120
  --utrecht-unordered-list-item-margin-block-start: var(--dinkelland-size-xs);
122
121
  --utrecht-unordered-list-margin-block-start: var(--dinkelland-size-md);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 16 Aug 2023 08:41:08 GMT
3
+ * Generated on Fri, 18 Aug 2023 12:11:47 GMT
4
4
  */
5
5
 
6
6
  export const dinkellandColorPrimary = "#006cb9";
@@ -150,7 +150,6 @@ export const utrechtPageHeaderBackgroundColor = "#ffffff";
150
150
  export const utrechtPageHeaderColor = "#333333";
151
151
  export const utrechtPageHeaderPaddingBlockStart = "14px";
152
152
  export const utrechtPageHeaderPaddingBlockEnd = "14px";
153
- export const utrechtTableBorderCollapse = "collapse";
154
153
  export const utrechtTableBackgroundColor = "#ffffff";
155
154
  export const utrechtTableHeaderBorderBlockEndColor = "#e5f0f8";
156
155
  export const utrechtTableHeaderBorderBlockEndWidth = "1px";
@@ -313,8 +312,8 @@ export const utrechtUnorderedListItemMarginBlockStart = "8px";
313
312
  export const utrechtUnorderedListItemMarginBlockEnd = "8px";
314
313
  export const utrechtUnorderedListItemPaddingInlineStart = "1ch";
315
314
  export const utrechtUnorderedListMarkerColor = "#333333";
316
- export const utrechtPagePaddingInlineStart = "24px";
317
- export const utrechtPagePaddingInlineEnd = "24px";
315
+ export const utrechtPageMarginInlineStart = "24px";
316
+ export const utrechtPageMarginInlineEnd = "24px";
318
317
  export const utrechtPageMaxInlineSize = "1140px";
319
318
  export const utrechtParagraphColor = "#333333";
320
319
  export const utrechtParagraphFontFamily = "\"Lato\", Arial, sans-serif";
@@ -5005,22 +5005,22 @@
5005
5005
  ]
5006
5006
  },
5007
5007
  {
5008
- "value": "1140px",
5008
+ "value": "24px",
5009
5009
  "filePath": "src/component/utrecht/page.tokens.json",
5010
5010
  "isSource": true,
5011
5011
  "original": {
5012
- "value": "1140px"
5012
+ "value": "{dinkelland.size.lg}"
5013
5013
  },
5014
- "name": "utrechtPageMaxInlineSize",
5014
+ "name": "utrechtPageMarginInlineEnd",
5015
5015
  "attributes": {
5016
5016
  "category": "utrecht",
5017
5017
  "type": "page",
5018
- "item": "max-inline-size"
5018
+ "item": "margin-inline-end"
5019
5019
  },
5020
5020
  "path": [
5021
5021
  "utrecht",
5022
5022
  "page",
5023
- "max-inline-size"
5023
+ "margin-inline-end"
5024
5024
  ]
5025
5025
  },
5026
5026
  {
@@ -5030,35 +5030,35 @@
5030
5030
  "original": {
5031
5031
  "value": "{dinkelland.size.lg}"
5032
5032
  },
5033
- "name": "utrechtPagePaddingInlineEnd",
5033
+ "name": "utrechtPageMarginInlineStart",
5034
5034
  "attributes": {
5035
5035
  "category": "utrecht",
5036
5036
  "type": "page",
5037
- "item": "padding-inline-end"
5037
+ "item": "margin-inline-start"
5038
5038
  },
5039
5039
  "path": [
5040
5040
  "utrecht",
5041
5041
  "page",
5042
- "padding-inline-end"
5042
+ "margin-inline-start"
5043
5043
  ]
5044
5044
  },
5045
5045
  {
5046
- "value": "24px",
5046
+ "value": "1140px",
5047
5047
  "filePath": "src/component/utrecht/page.tokens.json",
5048
5048
  "isSource": true,
5049
5049
  "original": {
5050
- "value": "{dinkelland.size.lg}"
5050
+ "value": "1140px"
5051
5051
  },
5052
- "name": "utrechtPagePaddingInlineStart",
5052
+ "name": "utrechtPageMaxInlineSize",
5053
5053
  "attributes": {
5054
5054
  "category": "utrecht",
5055
5055
  "type": "page",
5056
- "item": "padding-inline-start"
5056
+ "item": "max-inline-size"
5057
5057
  },
5058
5058
  "path": [
5059
5059
  "utrecht",
5060
5060
  "page",
5061
- "padding-inline-start"
5061
+ "max-inline-size"
5062
5062
  ]
5063
5063
  },
5064
5064
  {
@@ -5612,25 +5612,6 @@
5612
5612
  "border"
5613
5613
  ]
5614
5614
  },
5615
- {
5616
- "value": "collapse",
5617
- "filePath": "src/component/conduction/table.tokens.json",
5618
- "isSource": true,
5619
- "original": {
5620
- "value": "collapse"
5621
- },
5622
- "name": "utrechtTableBorderCollapse",
5623
- "attributes": {
5624
- "category": "utrecht",
5625
- "type": "table",
5626
- "item": "border-collapse"
5627
- },
5628
- "path": [
5629
- "utrecht",
5630
- "table",
5631
- "border-collapse"
5632
- ]
5633
- },
5634
5615
  {
5635
5616
  "value": "18px",
5636
5617
  "filePath": "src/component/utrecht/table.tokens.json",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 16 Aug 2023 08:41:09 GMT
3
+ // Generated on Fri, 18 Aug 2023 12:11:47 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -35,7 +35,6 @@
35
35
  @utrecht-table-header-cell-text-transform: unset;
36
36
  @utrecht-table-margin-block-end: 0;
37
37
  @utrecht-table-header-text-transform: unset;
38
- @utrecht-table-border-collapse: collapse;
39
38
  @utrecht-page-header-logo-max-width: 150px;
40
39
  @utrecht-page-footer-background-image: url(https://www.dinkelland.nl/sites/all/themes/dinkelland/dist/assets/img/footer-bg.svg);
41
40
  @utrecht-page-footer-background-color: unset;
@@ -113,8 +112,8 @@
113
112
  @utrecht-paragraph-font-weight: @dinkelland-typography-font-weight-normal;
114
113
  @utrecht-paragraph-font-size: @dinkelland-font-size-md;
115
114
  @utrecht-paragraph-font-family: @dinkelland-typography-lato-font-family;
116
- @utrecht-page-padding-inline-end: @dinkelland-size-lg;
117
- @utrecht-page-padding-inline-start: @dinkelland-size-lg;
115
+ @utrecht-page-margin-inline-end: @dinkelland-size-lg;
116
+ @utrecht-page-margin-inline-start: @dinkelland-size-lg;
118
117
  @utrecht-unordered-list-item-margin-block-end: @dinkelland-size-xs;
119
118
  @utrecht-unordered-list-item-margin-block-start: @dinkelland-size-xs;
120
119
  @utrecht-unordered-list-margin-block-start: @dinkelland-size-md;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 16 Aug 2023 08:41:09 GMT
3
+ // Generated on Fri, 18 Aug 2023 12:11:47 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
@@ -35,7 +35,6 @@ $utrecht-text-box-border-radius: 0px;
35
35
  $utrecht-table-header-cell-text-transform: unset;
36
36
  $utrecht-table-margin-block-end: 0;
37
37
  $utrecht-table-header-text-transform: unset;
38
- $utrecht-table-border-collapse: collapse;
39
38
  $utrecht-page-header-logo-max-width: 150px;
40
39
  $utrecht-page-footer-background-image: url(https://www.dinkelland.nl/sites/all/themes/dinkelland/dist/assets/img/footer-bg.svg);
41
40
  $utrecht-page-footer-background-color: unset;
@@ -113,8 +112,8 @@ $conduction-input-select-background-color: $dinkelland-color-white-100;
113
112
  $utrecht-paragraph-font-weight: $dinkelland-typography-font-weight-normal;
114
113
  $utrecht-paragraph-font-size: $dinkelland-font-size-md;
115
114
  $utrecht-paragraph-font-family: $dinkelland-typography-lato-font-family;
116
- $utrecht-page-padding-inline-end: $dinkelland-size-lg;
117
- $utrecht-page-padding-inline-start: $dinkelland-size-lg;
115
+ $utrecht-page-margin-inline-end: $dinkelland-size-lg;
116
+ $utrecht-page-margin-inline-start: $dinkelland-size-lg;
118
117
  $utrecht-unordered-list-item-margin-block-end: $dinkelland-size-xs;
119
118
  $utrecht-unordered-list-item-margin-block-start: $dinkelland-size-xs;
120
119
  $utrecht-unordered-list-margin-block-start: $dinkelland-size-md;
@@ -2394,6 +2394,17 @@
2394
2394
  "color"
2395
2395
  ]
2396
2396
  },
2397
+ "header": {
2398
+ "border-block-end": {},
2399
+ "color": {},
2400
+ "hover": {
2401
+ "border-block-end": {},
2402
+ "color": {}
2403
+ }
2404
+ },
2405
+ "hover": {
2406
+ "background-color": {}
2407
+ },
2397
2408
  "padding-inline-end": {
2398
2409
  "value": "30px",
2399
2410
  "filePath": "src/component/conduction/card.tokens.json",
@@ -2840,6 +2851,7 @@
2840
2851
  ]
2841
2852
  }
2842
2853
  },
2854
+ "background-position": {},
2843
2855
  "background-color": {
2844
2856
  "value": "unset",
2845
2857
  "filePath": "src/component/utrecht/page-footer.tokens.json",
@@ -3077,25 +3089,6 @@
3077
3089
  }
3078
3090
  },
3079
3091
  "table": {
3080
- "border-collapse": {
3081
- "value": "collapse",
3082
- "filePath": "src/component/conduction/table.tokens.json",
3083
- "isSource": true,
3084
- "original": {
3085
- "value": "collapse"
3086
- },
3087
- "name": "utrechtTableBorderCollapse",
3088
- "attributes": {
3089
- "category": "utrecht",
3090
- "type": "table",
3091
- "item": "border-collapse"
3092
- },
3093
- "path": [
3094
- "utrecht",
3095
- "table",
3096
- "border-collapse"
3097
- ]
3098
- },
3099
3092
  "background-color": {
3100
3093
  "value": "#ffffff",
3101
3094
  "filePath": "src/component/conduction/table.tokens.json",
@@ -3413,6 +3406,16 @@
3413
3406
  ]
3414
3407
  }
3415
3408
  },
3409
+ "caption": {
3410
+ "font-style": {},
3411
+ "font-weight": {},
3412
+ "font-family": {},
3413
+ "font-size": {},
3414
+ "color": {},
3415
+ "line-height": {},
3416
+ "text-align": {},
3417
+ "margin-block-end": {}
3418
+ },
3416
3419
  "border-color": {},
3417
3420
  "border-width": {},
3418
3421
  "font-family": {
@@ -3492,15 +3495,6 @@
3492
3495
  "margin-block-start"
3493
3496
  ]
3494
3497
  },
3495
- "caption": {
3496
- "font-weight": {},
3497
- "font-family": {},
3498
- "font-size": {},
3499
- "color": {},
3500
- "line-height": {},
3501
- "text-align": {},
3502
- "margin-block-end": {}
3503
- },
3504
3498
  "header-cell": {
3505
3499
  "font-size": {
3506
3500
  "value": "16px",
@@ -6591,42 +6585,42 @@
6591
6585
  "page": {
6592
6586
  "background-color": {},
6593
6587
  "color": {},
6594
- "padding-inline-start": {
6588
+ "margin-inline-start": {
6595
6589
  "value": "24px",
6596
6590
  "filePath": "src/component/utrecht/page.tokens.json",
6597
6591
  "isSource": true,
6598
6592
  "original": {
6599
6593
  "value": "{dinkelland.size.lg}"
6600
6594
  },
6601
- "name": "utrechtPagePaddingInlineStart",
6595
+ "name": "utrechtPageMarginInlineStart",
6602
6596
  "attributes": {
6603
6597
  "category": "utrecht",
6604
6598
  "type": "page",
6605
- "item": "padding-inline-start"
6599
+ "item": "margin-inline-start"
6606
6600
  },
6607
6601
  "path": [
6608
6602
  "utrecht",
6609
6603
  "page",
6610
- "padding-inline-start"
6604
+ "margin-inline-start"
6611
6605
  ]
6612
6606
  },
6613
- "padding-inline-end": {
6607
+ "margin-inline-end": {
6614
6608
  "value": "24px",
6615
6609
  "filePath": "src/component/utrecht/page.tokens.json",
6616
6610
  "isSource": true,
6617
6611
  "original": {
6618
6612
  "value": "{dinkelland.size.lg}"
6619
6613
  },
6620
- "name": "utrechtPagePaddingInlineEnd",
6614
+ "name": "utrechtPageMarginInlineEnd",
6621
6615
  "attributes": {
6622
6616
  "category": "utrecht",
6623
6617
  "type": "page",
6624
- "item": "padding-inline-end"
6618
+ "item": "margin-inline-end"
6625
6619
  },
6626
6620
  "path": [
6627
6621
  "utrecht",
6628
6622
  "page",
6629
- "padding-inline-end"
6623
+ "margin-inline-end"
6630
6624
  ]
6631
6625
  },
6632
6626
  "max-inline-size": {
@@ -6,6 +6,17 @@
6
6
  "border-radius": { "value": "0px" },
7
7
  "border-width": { "value": "unset" },
8
8
  "color": { "value": "{utrecht.document.color}" },
9
+ "header": {
10
+ "border-block-end": {},
11
+ "color": {},
12
+ "hover": {
13
+ "border-block-end": {},
14
+ "color": {}
15
+ }
16
+ },
17
+ "hover": {
18
+ "background-color": {}
19
+ },
9
20
  "padding-inline-end": { "value": "30px" },
10
21
  "padding-inline-start": { "value": "30px" },
11
22
  "padding-block-end": { "value": "30px" },
@@ -5,7 +5,8 @@
5
5
  "logo": {
6
6
  "max-height": { "value": "100px" },
7
7
  "max-width": { "value": "250px" }
8
- }
8
+ },
9
+ "background-position": {}
9
10
  }
10
11
  }
11
12
  }
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "utrecht": {
3
3
  "table": {
4
- "border-collapse": { "value": "collapse" },
5
4
  "background-color": { "value": "{dinkelland.color.white.100}" },
6
5
  "header": {
7
6
  "border-block-end-color": { "value": "{dinkelland.color.blue.94}" },
@@ -16,6 +15,9 @@
16
15
  },
17
16
  "body": {
18
17
  "border": { "value": "{dinkelland.size.4xs} solid {dinkelland.color.blue.94}" }
18
+ },
19
+ "caption": {
20
+ "font-style": {}
19
21
  }
20
22
  }
21
23
  }
@@ -3,8 +3,8 @@
3
3
  "page": {
4
4
  "background-color": {},
5
5
  "color": {},
6
- "padding-inline-start": { "value": "{dinkelland.size.lg}" },
7
- "padding-inline-end": { "value": "{dinkelland.size.lg}" },
6
+ "margin-inline-start": { "value": "{dinkelland.size.lg}" },
7
+ "margin-inline-end": { "value": "{dinkelland.size.lg}" },
8
8
  "max-inline-size": { "value": "1140px" }
9
9
  }
10
10
  }
@@ -0,0 +1,17 @@
1
+ # Auteursrecht Gemeente Epe
2
+
3
+ Copyright (c) 2023 Gemeente Epe
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 Epe.
8
+
9
+ Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van Gemeente Epe 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 Epe.