@conduction/theme 1.0.29 → 1.0.31
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.
- package/README.md +3 -1
- package/conduction-design-tokens/dist/design-tokens.css +2 -1
- package/conduction-design-tokens/dist/index.js +2 -1
- package/conduction-design-tokens/dist/index.json +19 -0
- package/conduction-design-tokens/dist/index.less +2 -1
- package/conduction-design-tokens/dist/index.scss +2 -1
- package/conduction-design-tokens/dist/tokens.json +22 -0
- package/conduction-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +2 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +2 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +19 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +2 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +2 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +22 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/epe-design-tokens/dist/design-tokens.css +2 -1
- package/municipalities/epe-design-tokens/dist/index.js +2 -1
- package/municipalities/epe-design-tokens/dist/index.json +19 -0
- package/municipalities/epe-design-tokens/dist/index.less +2 -1
- package/municipalities/epe-design-tokens/dist/index.scss +2 -1
- package/municipalities/epe-design-tokens/dist/tokens.json +22 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +2 -1
- package/municipalities/leiden-design-tokens/dist/index.js +2 -1
- package/municipalities/leiden-design-tokens/dist/index.json +19 -0
- package/municipalities/leiden-design-tokens/dist/index.less +2 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +2 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +22 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/noaberkracht-design-tokens/LICENSE.md +17 -0
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +191 -6
- package/municipalities/noaberkracht-design-tokens/dist/font.css +5 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +191 -6
- package/municipalities/noaberkracht-design-tokens/dist/index.json +4814 -1169
- package/municipalities/noaberkracht-design-tokens/dist/index.less +191 -6
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +191 -6
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +4230 -254
- package/municipalities/noaberkracht-design-tokens/package.json +40 -0
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/color.tokens.json +70 -0
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/font-size.tokens.json +17 -0
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/size.tokens.json +17 -0
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/typography.tokens.json +52 -0
- package/municipalities/noaberkracht-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/noaberkracht-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/select.tokens.json +30 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/code.tokens.json +27 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +44 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +44 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/list.tokens.json +33 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/noaberkracht-design-tokens/src/config.json +7 -0
- package/municipalities/noaberkracht-design-tokens/src/font/GreycliffCF.woff2 +0 -0
- package/municipalities/noaberkracht-design-tokens/src/font/Oceanwide.woff2 +0 -0
- package/municipalities/noaberkracht-design-tokens/src/font.scss +11 -0
- package/municipalities/noaberkracht-design-tokens/src/index.scss +8 -0
- package/municipalities/noaberkracht-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +2 -1
- package/municipalities/noordwijk-design-tokens/dist/index.js +2 -1
- package/municipalities/noordwijk-design-tokens/dist/index.json +19 -0
- package/municipalities/noordwijk-design-tokens/dist/index.less +2 -1
- package/municipalities/noordwijk-design-tokens/dist/index.scss +2 -1
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +22 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +2 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +2 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +19 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +2 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +2 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +22 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +2 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +2 -1
- package/municipalities/xxllnc-design-tokens/dist/index.json +19 -0
- package/municipalities/xxllnc-design-tokens/dist/index.less +2 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +2 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +22 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -6,7 +6,9 @@ Conduction's design tokens theme
|
|
|
6
6
|
|
|
7
7
|
- **Version 1**
|
|
8
8
|
|
|
9
|
-
- 1.0.
|
|
9
|
+
- 1.0.31: Added surface tokens to all themes.
|
|
10
|
+
- 1.0.30: Added Noaberkracht theme.
|
|
11
|
+
- 1.0.29:
|
|
10
12
|
- Added extra select tokens to all themes.
|
|
11
13
|
- Updated table tokens in noordwijk theme.
|
|
12
14
|
- Updated card-header tokens in epe theme.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 25 Aug 2023 13:31:42 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.conduction-theme {
|
|
@@ -90,6 +90,7 @@
|
|
|
90
90
|
--conduction-color-error: #dc3545;
|
|
91
91
|
--conduction-color-primary-hover: #2e5ed9;
|
|
92
92
|
--conduction-color-primary: #4376fc;
|
|
93
|
+
--utrecht-surface-background-color: var(--conduction-color-white-98);
|
|
93
94
|
--utrecht-paragraph-font-weight: var(--conduction-typography-font-weight-normal);
|
|
94
95
|
--utrecht-paragraph-font-size: var(--conduction-font-size-md);
|
|
95
96
|
--utrecht-paragraph-font-family: var(--conduction-typography-sans-serif-font-family);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 25 Aug 2023 13:31:42 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const conductionColorPrimary = "#4376fc";
|
|
@@ -306,3 +306,4 @@ export const utrechtParagraphFontWeight = "400";
|
|
|
306
306
|
export const utrechtParagraphLineHeight = "1.5em";
|
|
307
307
|
export const utrechtParagraphMarginBlockStart = 0;
|
|
308
308
|
export const utrechtParagraphMarginBlockEnd = 0;
|
|
309
|
+
export const utrechtSurfaceBackgroundColor = "#fafafa";
|
|
@@ -5190,6 +5190,25 @@
|
|
|
5190
5190
|
"xs"
|
|
5191
5191
|
]
|
|
5192
5192
|
},
|
|
5193
|
+
{
|
|
5194
|
+
"value": "#fafafa",
|
|
5195
|
+
"filePath": "src/component/utrecht/surface.tokens.json",
|
|
5196
|
+
"isSource": true,
|
|
5197
|
+
"original": {
|
|
5198
|
+
"value": "{conduction.color.white.98}"
|
|
5199
|
+
},
|
|
5200
|
+
"name": "utrechtSurfaceBackgroundColor",
|
|
5201
|
+
"attributes": {
|
|
5202
|
+
"category": "utrecht",
|
|
5203
|
+
"type": "surface",
|
|
5204
|
+
"item": "background-color"
|
|
5205
|
+
},
|
|
5206
|
+
"path": [
|
|
5207
|
+
"utrecht",
|
|
5208
|
+
"surface",
|
|
5209
|
+
"background-color"
|
|
5210
|
+
]
|
|
5211
|
+
},
|
|
5193
5212
|
{
|
|
5194
5213
|
"value": "#ffffff",
|
|
5195
5214
|
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 25 Aug 2023 13:31:42 GMT
|
|
4
4
|
|
|
5
5
|
@utrecht-paragraph-margin-block-end: 0;
|
|
6
6
|
@utrecht-paragraph-margin-block-start: 0;
|
|
@@ -88,6 +88,7 @@
|
|
|
88
88
|
@conduction-color-error: #dc3545;
|
|
89
89
|
@conduction-color-primary-hover: #2e5ed9;
|
|
90
90
|
@conduction-color-primary: #4376fc;
|
|
91
|
+
@utrecht-surface-background-color: @conduction-color-white-98;
|
|
91
92
|
@utrecht-paragraph-font-weight: @conduction-typography-font-weight-normal;
|
|
92
93
|
@utrecht-paragraph-font-size: @conduction-font-size-md;
|
|
93
94
|
@utrecht-paragraph-font-family: @conduction-typography-sans-serif-font-family;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 25 Aug 2023 13:31:42 GMT
|
|
4
4
|
|
|
5
5
|
$utrecht-paragraph-margin-block-end: 0;
|
|
6
6
|
$utrecht-paragraph-margin-block-start: 0;
|
|
@@ -88,6 +88,7 @@ $conduction-color-alert-error: #721c24;
|
|
|
88
88
|
$conduction-color-error: #dc3545;
|
|
89
89
|
$conduction-color-primary-hover: #2e5ed9;
|
|
90
90
|
$conduction-color-primary: #4376fc;
|
|
91
|
+
$utrecht-surface-background-color: $conduction-color-white-98;
|
|
91
92
|
$utrecht-paragraph-font-weight: $conduction-typography-font-weight-normal;
|
|
92
93
|
$utrecht-paragraph-font-size: $conduction-font-size-md;
|
|
93
94
|
$utrecht-paragraph-font-family: $conduction-typography-sans-serif-font-family;
|
|
@@ -6470,6 +6470,28 @@
|
|
|
6470
6470
|
"font-weight": {},
|
|
6471
6471
|
"line-height": {}
|
|
6472
6472
|
}
|
|
6473
|
+
},
|
|
6474
|
+
"surface": {
|
|
6475
|
+
"background-color": {
|
|
6476
|
+
"value": "#fafafa",
|
|
6477
|
+
"filePath": "src/component/utrecht/surface.tokens.json",
|
|
6478
|
+
"isSource": true,
|
|
6479
|
+
"original": {
|
|
6480
|
+
"value": "{conduction.color.white.98}"
|
|
6481
|
+
},
|
|
6482
|
+
"name": "utrechtSurfaceBackgroundColor",
|
|
6483
|
+
"attributes": {
|
|
6484
|
+
"category": "utrecht",
|
|
6485
|
+
"type": "surface",
|
|
6486
|
+
"item": "background-color"
|
|
6487
|
+
},
|
|
6488
|
+
"path": [
|
|
6489
|
+
"utrecht",
|
|
6490
|
+
"surface",
|
|
6491
|
+
"background-color"
|
|
6492
|
+
]
|
|
6493
|
+
},
|
|
6494
|
+
"color": {}
|
|
6473
6495
|
}
|
|
6474
6496
|
}
|
|
6475
6497
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 25 Aug 2023 13:32:11 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.dinkelland-theme {
|
|
@@ -120,6 +120,7 @@
|
|
|
120
120
|
--conduction-card-header-date-font-size: var(--dinkelland-font-size-sm);
|
|
121
121
|
--conduction-card-header-date-color: var(--dinkelland-color-black-0);
|
|
122
122
|
--conduction-card-header-title-color: var(--dinkelland-color-black-0);
|
|
123
|
+
--utrecht-surface-background-color: var(--dinkelland-color-white-100);
|
|
123
124
|
--utrecht-paragraph-font-weight: var(--dinkelland-typography-font-weight-normal);
|
|
124
125
|
--utrecht-paragraph-font-size: var(--dinkelland-font-size-md);
|
|
125
126
|
--utrecht-paragraph-font-family: var(--dinkelland-typography-lato-font-family);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 25 Aug 2023 13:32:11 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const dinkellandColorPrimary = "#006cb9";
|
|
@@ -314,6 +314,7 @@ export const utrechtParagraphFontWeight = "400";
|
|
|
314
314
|
export const utrechtParagraphLineHeight = "1.5em";
|
|
315
315
|
export const utrechtParagraphMarginBlockStart = 0;
|
|
316
316
|
export const utrechtParagraphMarginBlockEnd = 0;
|
|
317
|
+
export const utrechtSurfaceBackgroundColor = "#ffffff";
|
|
317
318
|
export const conductionCardHeaderColor = "#333333";
|
|
318
319
|
export const conductionCardHeaderTitleColor = "#000000";
|
|
319
320
|
export const conductionCardHeaderDateColor = "#000000";
|
|
@@ -5782,6 +5782,25 @@
|
|
|
5782
5782
|
"xs"
|
|
5783
5783
|
]
|
|
5784
5784
|
},
|
|
5785
|
+
{
|
|
5786
|
+
"value": "#ffffff",
|
|
5787
|
+
"filePath": "src/component/utrecht/surface.tokens.json",
|
|
5788
|
+
"isSource": true,
|
|
5789
|
+
"original": {
|
|
5790
|
+
"value": "{dinkelland.color.white.100}"
|
|
5791
|
+
},
|
|
5792
|
+
"name": "utrechtSurfaceBackgroundColor",
|
|
5793
|
+
"attributes": {
|
|
5794
|
+
"category": "utrecht",
|
|
5795
|
+
"type": "surface",
|
|
5796
|
+
"item": "background-color"
|
|
5797
|
+
},
|
|
5798
|
+
"path": [
|
|
5799
|
+
"utrecht",
|
|
5800
|
+
"surface",
|
|
5801
|
+
"background-color"
|
|
5802
|
+
]
|
|
5803
|
+
},
|
|
5785
5804
|
{
|
|
5786
5805
|
"value": "#ffffff",
|
|
5787
5806
|
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 25 Aug 2023 13:32:11 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
@@ -118,6 +118,7 @@
|
|
|
118
118
|
@conduction-card-header-date-font-size: @dinkelland-font-size-sm;
|
|
119
119
|
@conduction-card-header-date-color: @dinkelland-color-black-0;
|
|
120
120
|
@conduction-card-header-title-color: @dinkelland-color-black-0;
|
|
121
|
+
@utrecht-surface-background-color: @dinkelland-color-white-100;
|
|
121
122
|
@utrecht-paragraph-font-weight: @dinkelland-typography-font-weight-normal;
|
|
122
123
|
@utrecht-paragraph-font-size: @dinkelland-font-size-md;
|
|
123
124
|
@utrecht-paragraph-font-family: @dinkelland-typography-lato-font-family;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 25 Aug 2023 13:32:11 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
@@ -118,6 +118,7 @@ $conduction-card-header-date-font-weight: $dinkelland-typography-font-weight-lig
|
|
|
118
118
|
$conduction-card-header-date-font-size: $dinkelland-font-size-sm;
|
|
119
119
|
$conduction-card-header-date-color: $dinkelland-color-black-0;
|
|
120
120
|
$conduction-card-header-title-color: $dinkelland-color-black-0;
|
|
121
|
+
$utrecht-surface-background-color: $dinkelland-color-white-100;
|
|
121
122
|
$utrecht-paragraph-font-weight: $dinkelland-typography-font-weight-normal;
|
|
122
123
|
$utrecht-paragraph-font-size: $dinkelland-font-size-md;
|
|
123
124
|
$utrecht-paragraph-font-family: $dinkelland-typography-lato-font-family;
|
|
@@ -6623,6 +6623,28 @@
|
|
|
6623
6623
|
"font-weight": {},
|
|
6624
6624
|
"line-height": {}
|
|
6625
6625
|
}
|
|
6626
|
+
},
|
|
6627
|
+
"surface": {
|
|
6628
|
+
"background-color": {
|
|
6629
|
+
"value": "#ffffff",
|
|
6630
|
+
"filePath": "src/component/utrecht/surface.tokens.json",
|
|
6631
|
+
"isSource": true,
|
|
6632
|
+
"original": {
|
|
6633
|
+
"value": "{dinkelland.color.white.100}"
|
|
6634
|
+
},
|
|
6635
|
+
"name": "utrechtSurfaceBackgroundColor",
|
|
6636
|
+
"attributes": {
|
|
6637
|
+
"category": "utrecht",
|
|
6638
|
+
"type": "surface",
|
|
6639
|
+
"item": "background-color"
|
|
6640
|
+
},
|
|
6641
|
+
"path": [
|
|
6642
|
+
"utrecht",
|
|
6643
|
+
"surface",
|
|
6644
|
+
"background-color"
|
|
6645
|
+
]
|
|
6646
|
+
},
|
|
6647
|
+
"color": {}
|
|
6626
6648
|
}
|
|
6627
6649
|
},
|
|
6628
6650
|
"conduction": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 25 Aug 2023 13:32:18 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.epe-theme {
|
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
--conduction-card-header-hover-border-bottom-width: var(--epe-size-4xs);
|
|
132
132
|
--conduction-card-header-border-bottom-color: var(--epe-color-yellow-42);
|
|
133
133
|
--conduction-card-header-border-bottom-width: var(--epe-size-4xs);
|
|
134
|
+
--utrecht-surface-background-color: var(--epe-color-white-100);
|
|
134
135
|
--utrecht-paragraph-font-weight: var(--epe-typography-font-weight-normal);
|
|
135
136
|
--utrecht-paragraph-font-size: var(--epe-font-size-md);
|
|
136
137
|
--utrecht-paragraph-font-family: var(--epe-typography-source-sans-font-family);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 25 Aug 2023 13:32:18 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const epeColorPrimary = "#01699d";
|
|
@@ -302,6 +302,7 @@ export const utrechtParagraphFontWeight = "400";
|
|
|
302
302
|
export const utrechtParagraphLineHeight = "1.5em";
|
|
303
303
|
export const utrechtParagraphMarginBlockStart = 0;
|
|
304
304
|
export const utrechtParagraphMarginBlockEnd = 0;
|
|
305
|
+
export const utrechtSurfaceBackgroundColor = "#ffffff";
|
|
305
306
|
export const conductionCardHeaderBorderBottomWidth = "1px";
|
|
306
307
|
export const conductionCardHeaderBorderBottomStyle = "solid";
|
|
307
308
|
export const conductionCardHeaderBorderBottomColor = "#d6a100";
|
|
@@ -5765,6 +5765,25 @@
|
|
|
5765
5765
|
"xs"
|
|
5766
5766
|
]
|
|
5767
5767
|
},
|
|
5768
|
+
{
|
|
5769
|
+
"value": "#ffffff",
|
|
5770
|
+
"filePath": "src/component/utrecht/surface.tokens.json",
|
|
5771
|
+
"isSource": true,
|
|
5772
|
+
"original": {
|
|
5773
|
+
"value": "{epe.color.white.100}"
|
|
5774
|
+
},
|
|
5775
|
+
"name": "utrechtSurfaceBackgroundColor",
|
|
5776
|
+
"attributes": {
|
|
5777
|
+
"category": "utrecht",
|
|
5778
|
+
"type": "surface",
|
|
5779
|
+
"item": "background-color"
|
|
5780
|
+
},
|
|
5781
|
+
"path": [
|
|
5782
|
+
"utrecht",
|
|
5783
|
+
"surface",
|
|
5784
|
+
"background-color"
|
|
5785
|
+
]
|
|
5786
|
+
},
|
|
5768
5787
|
{
|
|
5769
5788
|
"value": "#ffffff",
|
|
5770
5789
|
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 25 Aug 2023 13:32:18 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
@@ -129,6 +129,7 @@
|
|
|
129
129
|
@conduction-card-header-hover-border-bottom-width: @epe-size-4xs;
|
|
130
130
|
@conduction-card-header-border-bottom-color: @epe-color-yellow-42;
|
|
131
131
|
@conduction-card-header-border-bottom-width: @epe-size-4xs;
|
|
132
|
+
@utrecht-surface-background-color: @epe-color-white-100;
|
|
132
133
|
@utrecht-paragraph-font-weight: @epe-typography-font-weight-normal;
|
|
133
134
|
@utrecht-paragraph-font-size: @epe-font-size-md;
|
|
134
135
|
@utrecht-paragraph-font-family: @epe-typography-source-sans-font-family;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 25 Aug 2023 13:32:18 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
@@ -129,6 +129,7 @@ $conduction-card-header-hover-border-bottom-color: $epe-color-blue-31;
|
|
|
129
129
|
$conduction-card-header-hover-border-bottom-width: $epe-size-4xs;
|
|
130
130
|
$conduction-card-header-border-bottom-color: $epe-color-yellow-42;
|
|
131
131
|
$conduction-card-header-border-bottom-width: $epe-size-4xs;
|
|
132
|
+
$utrecht-surface-background-color: $epe-color-white-100;
|
|
132
133
|
$utrecht-paragraph-font-weight: $epe-typography-font-weight-normal;
|
|
133
134
|
$utrecht-paragraph-font-size: $epe-font-size-md;
|
|
134
135
|
$utrecht-paragraph-font-family: $epe-typography-source-sans-font-family;
|
|
@@ -6380,6 +6380,28 @@
|
|
|
6380
6380
|
"font-weight": {},
|
|
6381
6381
|
"line-height": {}
|
|
6382
6382
|
}
|
|
6383
|
+
},
|
|
6384
|
+
"surface": {
|
|
6385
|
+
"background-color": {
|
|
6386
|
+
"value": "#ffffff",
|
|
6387
|
+
"filePath": "src/component/utrecht/surface.tokens.json",
|
|
6388
|
+
"isSource": true,
|
|
6389
|
+
"original": {
|
|
6390
|
+
"value": "{epe.color.white.100}"
|
|
6391
|
+
},
|
|
6392
|
+
"name": "utrechtSurfaceBackgroundColor",
|
|
6393
|
+
"attributes": {
|
|
6394
|
+
"category": "utrecht",
|
|
6395
|
+
"type": "surface",
|
|
6396
|
+
"item": "background-color"
|
|
6397
|
+
},
|
|
6398
|
+
"path": [
|
|
6399
|
+
"utrecht",
|
|
6400
|
+
"surface",
|
|
6401
|
+
"background-color"
|
|
6402
|
+
]
|
|
6403
|
+
},
|
|
6404
|
+
"color": {}
|
|
6383
6405
|
}
|
|
6384
6406
|
},
|
|
6385
6407
|
"conduction": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 25 Aug 2023 13:31:49 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.leiden-theme {
|
|
@@ -104,6 +104,7 @@
|
|
|
104
104
|
--conduction-card-header-date-font-size: var(--leiden-font-size-sm);
|
|
105
105
|
--conduction-card-header-date-color: var(--leiden-color-black-9);
|
|
106
106
|
--conduction-card-header-title-color: var(--leiden-color-black-9);
|
|
107
|
+
--utrecht-surface-background-color: var(--leiden-color-white-100);
|
|
107
108
|
--utrecht-paragraph-font-weight: var(--leiden-typography-font-weight-normal);
|
|
108
109
|
--utrecht-paragraph-font-size: var(--leiden-font-size-md);
|
|
109
110
|
--utrecht-paragraph-font-family: var(--leiden-typography-sans-serif-font-family);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 25 Aug 2023 13:31:49 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const leidenColorPrimary = "#d62410";
|
|
@@ -272,6 +272,7 @@ export const utrechtParagraphFontWeight = "400";
|
|
|
272
272
|
export const utrechtParagraphLineHeight = "1.5em";
|
|
273
273
|
export const utrechtParagraphMarginBlockStart = 0;
|
|
274
274
|
export const utrechtParagraphMarginBlockEnd = 0;
|
|
275
|
+
export const utrechtSurfaceBackgroundColor = "#ffffff";
|
|
275
276
|
export const conductionCardHeaderColor = "#0d1921";
|
|
276
277
|
export const conductionCardHeaderTitleColor = "#0d1921";
|
|
277
278
|
export const conductionCardHeaderDateColor = "#0d1921";
|
|
@@ -5062,6 +5062,25 @@
|
|
|
5062
5062
|
"xs"
|
|
5063
5063
|
]
|
|
5064
5064
|
},
|
|
5065
|
+
{
|
|
5066
|
+
"value": "#ffffff",
|
|
5067
|
+
"filePath": "src/component/utrecht/surface.tokens.json",
|
|
5068
|
+
"isSource": true,
|
|
5069
|
+
"original": {
|
|
5070
|
+
"value": "{leiden.color.white.100}"
|
|
5071
|
+
},
|
|
5072
|
+
"name": "utrechtSurfaceBackgroundColor",
|
|
5073
|
+
"attributes": {
|
|
5074
|
+
"category": "utrecht",
|
|
5075
|
+
"type": "surface",
|
|
5076
|
+
"item": "background-color"
|
|
5077
|
+
},
|
|
5078
|
+
"path": [
|
|
5079
|
+
"utrecht",
|
|
5080
|
+
"surface",
|
|
5081
|
+
"background-color"
|
|
5082
|
+
]
|
|
5083
|
+
},
|
|
5065
5084
|
{
|
|
5066
5085
|
"value": "#e4e4e4",
|
|
5067
5086
|
"filePath": "src/component/utrecht/table.tokens.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 25 Aug 2023 13:31:49 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
@@ -102,6 +102,7 @@
|
|
|
102
102
|
@conduction-card-header-date-font-size: @leiden-font-size-sm;
|
|
103
103
|
@conduction-card-header-date-color: @leiden-color-black-9;
|
|
104
104
|
@conduction-card-header-title-color: @leiden-color-black-9;
|
|
105
|
+
@utrecht-surface-background-color: @leiden-color-white-100;
|
|
105
106
|
@utrecht-paragraph-font-weight: @leiden-typography-font-weight-normal;
|
|
106
107
|
@utrecht-paragraph-font-size: @leiden-font-size-md;
|
|
107
108
|
@utrecht-paragraph-font-family: @leiden-typography-sans-serif-font-family;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 25 Aug 2023 13:31:49 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
@@ -102,6 +102,7 @@ $conduction-card-header-date-font-weight: $leiden-typography-font-weight-light;
|
|
|
102
102
|
$conduction-card-header-date-font-size: $leiden-font-size-sm;
|
|
103
103
|
$conduction-card-header-date-color: $leiden-color-black-9;
|
|
104
104
|
$conduction-card-header-title-color: $leiden-color-black-9;
|
|
105
|
+
$utrecht-surface-background-color: $leiden-color-white-100;
|
|
105
106
|
$utrecht-paragraph-font-weight: $leiden-typography-font-weight-normal;
|
|
106
107
|
$utrecht-paragraph-font-size: $leiden-font-size-md;
|
|
107
108
|
$utrecht-paragraph-font-family: $leiden-typography-sans-serif-font-family;
|
|
@@ -5750,6 +5750,28 @@
|
|
|
5750
5750
|
"font-weight": {},
|
|
5751
5751
|
"line-height": {}
|
|
5752
5752
|
}
|
|
5753
|
+
},
|
|
5754
|
+
"surface": {
|
|
5755
|
+
"background-color": {
|
|
5756
|
+
"value": "#ffffff",
|
|
5757
|
+
"filePath": "src/component/utrecht/surface.tokens.json",
|
|
5758
|
+
"isSource": true,
|
|
5759
|
+
"original": {
|
|
5760
|
+
"value": "{leiden.color.white.100}"
|
|
5761
|
+
},
|
|
5762
|
+
"name": "utrechtSurfaceBackgroundColor",
|
|
5763
|
+
"attributes": {
|
|
5764
|
+
"category": "utrecht",
|
|
5765
|
+
"type": "surface",
|
|
5766
|
+
"item": "background-color"
|
|
5767
|
+
},
|
|
5768
|
+
"path": [
|
|
5769
|
+
"utrecht",
|
|
5770
|
+
"surface",
|
|
5771
|
+
"background-color"
|
|
5772
|
+
]
|
|
5773
|
+
},
|
|
5774
|
+
"color": {}
|
|
5753
5775
|
}
|
|
5754
5776
|
},
|
|
5755
5777
|
"conduction": {
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Auteursrecht Noaberkracht
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 Noaberkracht
|
|
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 Noaberkracht.
|
|
8
|
+
|
|
9
|
+
Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van Noaberkracht 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 Noaberkracht.
|