@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
@@ -3089,22 +3089,22 @@
3089
3089
  ]
3090
3090
  },
3091
3091
  {
3092
- "value": "1140px",
3092
+ "value": "24px",
3093
3093
  "filePath": "src/component/utrecht/page.tokens.json",
3094
3094
  "isSource": true,
3095
3095
  "original": {
3096
- "value": "1140px"
3096
+ "value": "{xxllnc.size.lg}"
3097
3097
  },
3098
- "name": "utrechtPageMaxInlineSize",
3098
+ "name": "utrechtPageMarginInlineEnd",
3099
3099
  "attributes": {
3100
3100
  "category": "utrecht",
3101
3101
  "type": "page",
3102
- "item": "max-inline-size"
3102
+ "item": "margin-inline-end"
3103
3103
  },
3104
3104
  "path": [
3105
3105
  "utrecht",
3106
3106
  "page",
3107
- "max-inline-size"
3107
+ "margin-inline-end"
3108
3108
  ]
3109
3109
  },
3110
3110
  {
@@ -3114,35 +3114,35 @@
3114
3114
  "original": {
3115
3115
  "value": "{xxllnc.size.lg}"
3116
3116
  },
3117
- "name": "utrechtPagePaddingInlineEnd",
3117
+ "name": "utrechtPageMarginInlineStart",
3118
3118
  "attributes": {
3119
3119
  "category": "utrecht",
3120
3120
  "type": "page",
3121
- "item": "padding-inline-end"
3121
+ "item": "margin-inline-start"
3122
3122
  },
3123
3123
  "path": [
3124
3124
  "utrecht",
3125
3125
  "page",
3126
- "padding-inline-end"
3126
+ "margin-inline-start"
3127
3127
  ]
3128
3128
  },
3129
3129
  {
3130
- "value": "24px",
3130
+ "value": "1140px",
3131
3131
  "filePath": "src/component/utrecht/page.tokens.json",
3132
3132
  "isSource": true,
3133
3133
  "original": {
3134
- "value": "{xxllnc.size.lg}"
3134
+ "value": "1140px"
3135
3135
  },
3136
- "name": "utrechtPagePaddingInlineStart",
3136
+ "name": "utrechtPageMaxInlineSize",
3137
3137
  "attributes": {
3138
3138
  "category": "utrecht",
3139
3139
  "type": "page",
3140
- "item": "padding-inline-start"
3140
+ "item": "max-inline-size"
3141
3141
  },
3142
3142
  "path": [
3143
3143
  "utrecht",
3144
3144
  "page",
3145
- "padding-inline-start"
3145
+ "max-inline-size"
3146
3146
  ]
3147
3147
  },
3148
3148
  {
@@ -1,13 +1,10 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 16 Aug 2023 08:40:54 GMT
3
+ // Generated on Fri, 18 Aug 2023 12:11:32 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
7
7
  @conduction-input-select-border-focus: unset;
8
- @utrecht-table-header-cell-text-transform: unset;
9
- @utrecht-table-header-text-transform: unset;
10
- @utrecht-table-margin-block-end: 0;
11
8
  @utrecht-paragraph-margin-block-end: 0;
12
9
  @utrecht-paragraph-margin-block-start: 0;
13
10
  @utrecht-paragraph-line-height: 1.5em;
@@ -32,6 +29,9 @@
32
29
  @utrecht-button-border-radius: 16px;
33
30
  @utrecht-textbox-font-size: 15px;
34
31
  @utrecht-textbox-border-radius: 6px;
32
+ @utrecht-table-header-cell-text-transform: unset;
33
+ @utrecht-table-margin-block-end: 0;
34
+ @utrecht-table-header-text-transform: unset;
35
35
  @utrecht-page-header-logo-max-width: 70px;
36
36
  @utrecht-page-footer-background-image: unset;
37
37
  @utrecht-page-footer-logo-max-width: 120px;
@@ -99,22 +99,11 @@
99
99
  @conduction-input-select-border-radius: @utrecht-form-input-border-radius;
100
100
  @conduction-input-select-border: 1px solid @xxllnc-color-grey-92;
101
101
  @conduction-input-select-background-color: @xxllnc-color-white-100;
102
- @utrecht-table-row-border-block-end-width: @xxllnc-size-4xs;
103
- @utrecht-table-row-border-block-end-color: @xxllnc-color-lightgrey-96;
104
- @utrecht-table-cell-padding-inline-start: @xxllnc-size-md;
105
- @utrecht-table-cell-padding-inline-end: @xxllnc-size-md;
106
- @utrecht-table-cell-padding-block-start: @xxllnc-size-md;
107
- @utrecht-table-cell-padding-block-end: @xxllnc-size-md;
108
- @utrecht-table-header-cell-font-weight: @xxllnc-typography-font-weight-bold;
109
- @utrecht-table-header-font-weight: @xxllnc-typography-font-weight-bold;
110
- @utrecht-table-margin-block-start: @xxllnc-size-md;
111
- @utrecht-table-border-width: @xxllnc-size-4xs;
112
- @utrecht-table-border-color: @xxllnc-color-lightgrey-96;
113
102
  @utrecht-paragraph-font-weight: @xxllnc-typography-font-weight-normal;
114
103
  @utrecht-paragraph-font-size: @xxllnc-font-size-md;
115
104
  @utrecht-paragraph-font-family: @xxllnc-typography-sans-serif-font-family;
116
- @utrecht-page-padding-inline-end: @xxllnc-size-lg;
117
- @utrecht-page-padding-inline-start: @xxllnc-size-lg;
105
+ @utrecht-page-margin-inline-end: @xxllnc-size-lg;
106
+ @utrecht-page-margin-inline-start: @xxllnc-size-lg;
118
107
  @utrecht-unordered-list-marker-color: @xxllnc-color-primary;
119
108
  @utrecht-unordered-list-item-margin-block-end: @xxllnc-size-xs;
120
109
  @utrecht-unordered-list-item-margin-block-start: @xxllnc-size-xs;
@@ -208,6 +197,17 @@
208
197
  @utrecht-textbox-border-width: @xxllnc-size-4xs;
209
198
  @utrecht-textbox-border-color: @xxllnc-color-black-0-22t;
210
199
  @utrecht-textbox-background-color: @xxllnc-color-white-100-0t;
200
+ @utrecht-table-cell-padding-inline-start: @xxllnc-size-md;
201
+ @utrecht-table-cell-padding-inline-end: @xxllnc-size-md;
202
+ @utrecht-table-cell-padding-block-start: @xxllnc-size-md;
203
+ @utrecht-table-cell-padding-block-end: @xxllnc-size-md;
204
+ @utrecht-table-header-cell-font-weight: @xxllnc-typography-font-weight-bold;
205
+ @utrecht-table-margin-block-start: @xxllnc-size-md;
206
+ @utrecht-table-border-width: @xxllnc-size-4xs;
207
+ @utrecht-table-border-color: @xxllnc-color-lightgrey-96;
208
+ @utrecht-table-row-border-block-end-width: @xxllnc-size-4xs;
209
+ @utrecht-table-row-border-block-end-color: @xxllnc-color-lightgrey-96;
210
+ @utrecht-table-header-font-weight: @xxllnc-typography-font-weight-bold;
211
211
  @utrecht-page-header-padding-block-end: @xxllnc-size-sm;
212
212
  @utrecht-page-header-padding-block-start: @xxllnc-size-sm;
213
213
  @utrecht-page-header-color: @xxllnc-color-black-16;
@@ -281,14 +281,14 @@
281
281
  @xxllnc-color-alert-info-background: @xxllnc-color-grey-92;
282
282
  @xxllnc-color-alert-info: @xxllnc-color-black-16;
283
283
  @xxllnc-color-info: @xxllnc-color-primary;
284
+ @utrecht-paragraph-color: @utrecht-document-color;
285
+ @utrecht-unordered-list-font-size: @utrecht-document-font-size;
286
+ @utrecht-ordered-list-font-size: @utrecht-document-font-size;
284
287
  @utrecht-table-header-cell-color: @utrecht-document-color;
285
288
  @utrecht-table-header-cell-font-size: @utrecht-document-font-size;
286
- @utrecht-table-header-color: @utrecht-document-color;
287
289
  @utrecht-table-font-size: @utrecht-document-font-size;
288
290
  @utrecht-table-font-family: @utrecht-document-font-family;
289
- @utrecht-paragraph-color: @utrecht-document-color;
290
- @utrecht-unordered-list-font-size: @utrecht-document-font-size;
291
- @utrecht-ordered-list-font-size: @utrecht-document-font-size;
291
+ @utrecht-table-header-color: @utrecht-document-color;
292
292
  @utrecht-alert-color: @xxllnc-color-alert-info;
293
293
  @utrecht-alert-background-color: @xxllnc-color-alert-info-background;
294
294
  @utrecht-alert-icon-color: @xxllnc-color-alert-info;
@@ -1,13 +1,10 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 16 Aug 2023 08:40:54 GMT
3
+ // Generated on Fri, 18 Aug 2023 12:11:32 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
7
7
  $conduction-input-select-border-focus: unset;
8
- $utrecht-table-header-cell-text-transform: unset;
9
- $utrecht-table-header-text-transform: unset;
10
- $utrecht-table-margin-block-end: 0;
11
8
  $utrecht-paragraph-margin-block-end: 0;
12
9
  $utrecht-paragraph-margin-block-start: 0;
13
10
  $utrecht-paragraph-line-height: 1.5em;
@@ -32,6 +29,9 @@ $utrecht-button-border-width: 0;
32
29
  $utrecht-button-border-radius: 16px;
33
30
  $utrecht-textbox-font-size: 15px;
34
31
  $utrecht-textbox-border-radius: 6px;
32
+ $utrecht-table-header-cell-text-transform: unset;
33
+ $utrecht-table-margin-block-end: 0;
34
+ $utrecht-table-header-text-transform: unset;
35
35
  $utrecht-page-header-logo-max-width: 70px;
36
36
  $utrecht-page-footer-background-image: unset;
37
37
  $utrecht-page-footer-logo-max-width: 120px;
@@ -99,22 +99,11 @@ $conduction-input-select-invalid-border-color: $xxllnc-color-error;
99
99
  $conduction-input-select-border-radius: $utrecht-form-input-border-radius;
100
100
  $conduction-input-select-border: 1px solid $xxllnc-color-grey-92;
101
101
  $conduction-input-select-background-color: $xxllnc-color-white-100;
102
- $utrecht-table-row-border-block-end-width: $xxllnc-size-4xs;
103
- $utrecht-table-row-border-block-end-color: $xxllnc-color-lightgrey-96;
104
- $utrecht-table-cell-padding-inline-start: $xxllnc-size-md;
105
- $utrecht-table-cell-padding-inline-end: $xxllnc-size-md;
106
- $utrecht-table-cell-padding-block-start: $xxllnc-size-md;
107
- $utrecht-table-cell-padding-block-end: $xxllnc-size-md;
108
- $utrecht-table-header-cell-font-weight: $xxllnc-typography-font-weight-bold;
109
- $utrecht-table-header-font-weight: $xxllnc-typography-font-weight-bold;
110
- $utrecht-table-margin-block-start: $xxllnc-size-md;
111
- $utrecht-table-border-width: $xxllnc-size-4xs;
112
- $utrecht-table-border-color: $xxllnc-color-lightgrey-96;
113
102
  $utrecht-paragraph-font-weight: $xxllnc-typography-font-weight-normal;
114
103
  $utrecht-paragraph-font-size: $xxllnc-font-size-md;
115
104
  $utrecht-paragraph-font-family: $xxllnc-typography-sans-serif-font-family;
116
- $utrecht-page-padding-inline-end: $xxllnc-size-lg;
117
- $utrecht-page-padding-inline-start: $xxllnc-size-lg;
105
+ $utrecht-page-margin-inline-end: $xxllnc-size-lg;
106
+ $utrecht-page-margin-inline-start: $xxllnc-size-lg;
118
107
  $utrecht-unordered-list-marker-color: $xxllnc-color-primary;
119
108
  $utrecht-unordered-list-item-margin-block-end: $xxllnc-size-xs;
120
109
  $utrecht-unordered-list-item-margin-block-start: $xxllnc-size-xs;
@@ -208,6 +197,17 @@ $utrecht-textbox-color: $xxllnc-color-grey-43;
208
197
  $utrecht-textbox-border-width: $xxllnc-size-4xs;
209
198
  $utrecht-textbox-border-color: $xxllnc-color-black-0-22t;
210
199
  $utrecht-textbox-background-color: $xxllnc-color-white-100-0t;
200
+ $utrecht-table-cell-padding-inline-start: $xxllnc-size-md;
201
+ $utrecht-table-cell-padding-inline-end: $xxllnc-size-md;
202
+ $utrecht-table-cell-padding-block-start: $xxllnc-size-md;
203
+ $utrecht-table-cell-padding-block-end: $xxllnc-size-md;
204
+ $utrecht-table-header-cell-font-weight: $xxllnc-typography-font-weight-bold;
205
+ $utrecht-table-margin-block-start: $xxllnc-size-md;
206
+ $utrecht-table-border-width: $xxllnc-size-4xs;
207
+ $utrecht-table-border-color: $xxllnc-color-lightgrey-96;
208
+ $utrecht-table-row-border-block-end-width: $xxllnc-size-4xs;
209
+ $utrecht-table-row-border-block-end-color: $xxllnc-color-lightgrey-96;
210
+ $utrecht-table-header-font-weight: $xxllnc-typography-font-weight-bold;
211
211
  $utrecht-page-header-padding-block-end: $xxllnc-size-sm;
212
212
  $utrecht-page-header-padding-block-start: $xxllnc-size-sm;
213
213
  $utrecht-page-header-color: $xxllnc-color-black-16;
@@ -281,14 +281,14 @@ $xxllnc-typography-scale-4xs: $xxllnc-font-size-4xs;
281
281
  $xxllnc-color-alert-info-background: $xxllnc-color-grey-92;
282
282
  $xxllnc-color-alert-info: $xxllnc-color-black-16;
283
283
  $xxllnc-color-info: $xxllnc-color-primary;
284
+ $utrecht-paragraph-color: $utrecht-document-color;
285
+ $utrecht-unordered-list-font-size: $utrecht-document-font-size;
286
+ $utrecht-ordered-list-font-size: $utrecht-document-font-size;
284
287
  $utrecht-table-header-cell-color: $utrecht-document-color;
285
288
  $utrecht-table-header-cell-font-size: $utrecht-document-font-size;
286
- $utrecht-table-header-color: $utrecht-document-color;
287
289
  $utrecht-table-font-size: $utrecht-document-font-size;
288
290
  $utrecht-table-font-family: $utrecht-document-font-family;
289
- $utrecht-paragraph-color: $utrecht-document-color;
290
- $utrecht-unordered-list-font-size: $utrecht-document-font-size;
291
- $utrecht-ordered-list-font-size: $utrecht-document-font-size;
291
+ $utrecht-table-header-color: $utrecht-document-color;
292
292
  $utrecht-alert-color: $xxllnc-color-alert-info;
293
293
  $utrecht-alert-background-color: $xxllnc-color-alert-info-background;
294
294
  $utrecht-alert-icon-color: $xxllnc-color-alert-info;