@conduction/theme 1.0.26 → 1.0.27
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 +4 -1
- package/conduction-design-tokens/dist/design-tokens.css +7 -1
- package/conduction-design-tokens/dist/index.js +7 -1
- package/conduction-design-tokens/dist/index.json +124 -0
- package/conduction-design-tokens/dist/index.less +7 -1
- package/conduction-design-tokens/dist/index.scss +7 -1
- package/conduction-design-tokens/dist/tokens.json +140 -0
- package/conduction-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +9 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +9 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +162 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +9 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +9 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +178 -2
- package/municipalities/dinkelland-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/card-wrapper.tokens.json +2 -2
- package/municipalities/epe-design-tokens/dist/design-tokens.css +15 -1
- package/municipalities/epe-design-tokens/dist/index.js +15 -1
- package/municipalities/epe-design-tokens/dist/index.json +274 -0
- package/municipalities/epe-design-tokens/dist/index.less +15 -1
- package/municipalities/epe-design-tokens/dist/index.scss +15 -1
- package/municipalities/epe-design-tokens/dist/tokens.json +284 -2
- package/municipalities/epe-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/epe-design-tokens/src/component/conduction/card-wrapper.tokens.json +2 -2
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +10 -2
- package/municipalities/leiden-design-tokens/dist/index.js +9 -1
- package/municipalities/leiden-design-tokens/dist/index.json +163 -1
- package/municipalities/leiden-design-tokens/dist/index.less +10 -2
- package/municipalities/leiden-design-tokens/dist/index.scss +10 -2
- package/municipalities/leiden-design-tokens/dist/tokens.json +179 -3
- package/municipalities/leiden-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/card-wrapper.tokens.json +3 -3
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +8 -1
- package/municipalities/noordwijk-design-tokens/dist/index.js +8 -1
- package/municipalities/noordwijk-design-tokens/dist/index.json +145 -0
- package/municipalities/noordwijk-design-tokens/dist/index.less +8 -1
- package/municipalities/noordwijk-design-tokens/dist/index.scss +8 -1
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +163 -0
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +6 -0
- package/municipalities/noordwijk-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +9 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +9 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +162 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +9 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +9 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +178 -2
- package/municipalities/tubbergen-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/card-wrapper.tokens.json +2 -2
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +8 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +8 -1
- package/municipalities/xxllnc-design-tokens/dist/index.json +143 -0
- package/municipalities/xxllnc-design-tokens/dist/index.less +8 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +8 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +159 -1
- package/municipalities/xxllnc-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -1
- package/package.json +1 -1
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 23 Aug 2023 16:57:45 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
|
+
$conduction-card-wrapper-border-radius: 0px;
|
|
9
|
+
$conduction-card-wrapper-border-width: unset;
|
|
8
10
|
$utrecht-paragraph-margin-block-end: 0;
|
|
9
11
|
$utrecht-paragraph-margin-block-start: 0;
|
|
10
12
|
$utrecht-paragraph-line-height: 1.5em;
|
|
@@ -91,8 +93,12 @@ $conduction-card-wrapper-padding-block-start: $leiden-size-sm;
|
|
|
91
93
|
$conduction-card-wrapper-padding-block-end: $leiden-size-sm;
|
|
92
94
|
$conduction-card-wrapper-padding-inline-start: $leiden-size-xl;
|
|
93
95
|
$conduction-card-wrapper-padding-inline-end: $leiden-size-xl;
|
|
94
|
-
$conduction-card-wrapper-color: $leiden-color-black-9;
|
|
95
96
|
$conduction-card-wrapper-background-color: $leiden-color-lightgrey-89;
|
|
97
|
+
$conduction-card-header-date-margin-block-end: $leiden-size-xs;
|
|
98
|
+
$conduction-card-header-date-font-weight: $leiden-typography-font-weight-light;
|
|
99
|
+
$conduction-card-header-date-font-size: $leiden-font-size-sm;
|
|
100
|
+
$conduction-card-header-date-color: $leiden-color-black-9;
|
|
101
|
+
$conduction-card-header-title-color: $leiden-color-black-9;
|
|
96
102
|
$utrecht-paragraph-font-weight: $leiden-typography-font-weight-normal;
|
|
97
103
|
$utrecht-paragraph-font-size: $leiden-font-size-md;
|
|
98
104
|
$utrecht-paragraph-font-family: $leiden-typography-sans-serif-font-family;
|
|
@@ -276,6 +282,8 @@ $leiden-typography-scale-3xs: $leiden-font-size-3xs;
|
|
|
276
282
|
$leiden-typography-scale-4xs: $leiden-font-size-4xs;
|
|
277
283
|
$leiden-color-info: $leiden-color-primary;
|
|
278
284
|
$conduction-input-select-border: 1px solid $utrecht-form-input-border-color;
|
|
285
|
+
$conduction-card-wrapper-color: $utrecht-document-color;
|
|
286
|
+
$conduction-card-header-color: $utrecht-document-color;
|
|
279
287
|
$utrecht-paragraph-color: $utrecht-document-color;
|
|
280
288
|
$utrecht-unordered-list-font-size: $utrecht-document-font-size;
|
|
281
289
|
$utrecht-ordered-list-font-size: $utrecht-document-font-size;
|
|
@@ -5753,6 +5753,146 @@
|
|
|
5753
5753
|
}
|
|
5754
5754
|
},
|
|
5755
5755
|
"conduction": {
|
|
5756
|
+
"card-header": {
|
|
5757
|
+
"background-color": {},
|
|
5758
|
+
"border-bottom-width": {},
|
|
5759
|
+
"border-bottom-style": {},
|
|
5760
|
+
"border-bottom-color": {},
|
|
5761
|
+
"color": {
|
|
5762
|
+
"value": "#0d1921",
|
|
5763
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
5764
|
+
"isSource": true,
|
|
5765
|
+
"original": {
|
|
5766
|
+
"value": "{utrecht.document.color}"
|
|
5767
|
+
},
|
|
5768
|
+
"name": "conductionCardHeaderColor",
|
|
5769
|
+
"attributes": {
|
|
5770
|
+
"category": "conduction",
|
|
5771
|
+
"type": "card-header",
|
|
5772
|
+
"item": "color"
|
|
5773
|
+
},
|
|
5774
|
+
"path": [
|
|
5775
|
+
"conduction",
|
|
5776
|
+
"card-header",
|
|
5777
|
+
"color"
|
|
5778
|
+
]
|
|
5779
|
+
},
|
|
5780
|
+
"hover": {
|
|
5781
|
+
"background-color": {},
|
|
5782
|
+
"border-bottom-width": {},
|
|
5783
|
+
"border-bottom-style": {},
|
|
5784
|
+
"border-bottom-color": {}
|
|
5785
|
+
},
|
|
5786
|
+
"title": {
|
|
5787
|
+
"color": {
|
|
5788
|
+
"value": "#0d1921",
|
|
5789
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
5790
|
+
"isSource": true,
|
|
5791
|
+
"original": {
|
|
5792
|
+
"value": "{leiden.color.black.9}"
|
|
5793
|
+
},
|
|
5794
|
+
"name": "conductionCardHeaderTitleColor",
|
|
5795
|
+
"attributes": {
|
|
5796
|
+
"category": "conduction",
|
|
5797
|
+
"type": "card-header",
|
|
5798
|
+
"item": "title",
|
|
5799
|
+
"subitem": "color"
|
|
5800
|
+
},
|
|
5801
|
+
"path": [
|
|
5802
|
+
"conduction",
|
|
5803
|
+
"card-header",
|
|
5804
|
+
"title",
|
|
5805
|
+
"color"
|
|
5806
|
+
]
|
|
5807
|
+
}
|
|
5808
|
+
},
|
|
5809
|
+
"date": {
|
|
5810
|
+
"color": {
|
|
5811
|
+
"value": "#0d1921",
|
|
5812
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
5813
|
+
"isSource": true,
|
|
5814
|
+
"original": {
|
|
5815
|
+
"value": "{leiden.color.black.9}"
|
|
5816
|
+
},
|
|
5817
|
+
"name": "conductionCardHeaderDateColor",
|
|
5818
|
+
"attributes": {
|
|
5819
|
+
"category": "conduction",
|
|
5820
|
+
"type": "card-header",
|
|
5821
|
+
"item": "date",
|
|
5822
|
+
"subitem": "color"
|
|
5823
|
+
},
|
|
5824
|
+
"path": [
|
|
5825
|
+
"conduction",
|
|
5826
|
+
"card-header",
|
|
5827
|
+
"date",
|
|
5828
|
+
"color"
|
|
5829
|
+
]
|
|
5830
|
+
},
|
|
5831
|
+
"font-size": {
|
|
5832
|
+
"value": "14px",
|
|
5833
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
5834
|
+
"isSource": true,
|
|
5835
|
+
"original": {
|
|
5836
|
+
"value": "{leiden.font-size.sm}"
|
|
5837
|
+
},
|
|
5838
|
+
"name": "conductionCardHeaderDateFontSize",
|
|
5839
|
+
"attributes": {
|
|
5840
|
+
"category": "conduction",
|
|
5841
|
+
"type": "card-header",
|
|
5842
|
+
"item": "date",
|
|
5843
|
+
"subitem": "font-size"
|
|
5844
|
+
},
|
|
5845
|
+
"path": [
|
|
5846
|
+
"conduction",
|
|
5847
|
+
"card-header",
|
|
5848
|
+
"date",
|
|
5849
|
+
"font-size"
|
|
5850
|
+
]
|
|
5851
|
+
},
|
|
5852
|
+
"font-weight": {
|
|
5853
|
+
"value": "100",
|
|
5854
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
5855
|
+
"isSource": true,
|
|
5856
|
+
"original": {
|
|
5857
|
+
"value": "{leiden.typography.font-weight.light}"
|
|
5858
|
+
},
|
|
5859
|
+
"name": "conductionCardHeaderDateFontWeight",
|
|
5860
|
+
"attributes": {
|
|
5861
|
+
"category": "conduction",
|
|
5862
|
+
"type": "card-header",
|
|
5863
|
+
"item": "date",
|
|
5864
|
+
"subitem": "font-weight"
|
|
5865
|
+
},
|
|
5866
|
+
"path": [
|
|
5867
|
+
"conduction",
|
|
5868
|
+
"card-header",
|
|
5869
|
+
"date",
|
|
5870
|
+
"font-weight"
|
|
5871
|
+
]
|
|
5872
|
+
},
|
|
5873
|
+
"margin-block-end": {
|
|
5874
|
+
"value": "8px",
|
|
5875
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
5876
|
+
"isSource": true,
|
|
5877
|
+
"original": {
|
|
5878
|
+
"value": "{leiden.size.xs}"
|
|
5879
|
+
},
|
|
5880
|
+
"name": "conductionCardHeaderDateMarginBlockEnd",
|
|
5881
|
+
"attributes": {
|
|
5882
|
+
"category": "conduction",
|
|
5883
|
+
"type": "card-header",
|
|
5884
|
+
"item": "date",
|
|
5885
|
+
"subitem": "margin-block-end"
|
|
5886
|
+
},
|
|
5887
|
+
"path": [
|
|
5888
|
+
"conduction",
|
|
5889
|
+
"card-header",
|
|
5890
|
+
"date",
|
|
5891
|
+
"margin-block-end"
|
|
5892
|
+
]
|
|
5893
|
+
}
|
|
5894
|
+
}
|
|
5895
|
+
},
|
|
5756
5896
|
"card-wrapper": {
|
|
5757
5897
|
"background-color": {
|
|
5758
5898
|
"value": "#e4e4e4",
|
|
@@ -5774,15 +5914,51 @@
|
|
|
5774
5914
|
]
|
|
5775
5915
|
},
|
|
5776
5916
|
"border-color": {},
|
|
5777
|
-
"border-width": {
|
|
5917
|
+
"border-width": {
|
|
5918
|
+
"value": "unset",
|
|
5919
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
5920
|
+
"isSource": true,
|
|
5921
|
+
"original": {
|
|
5922
|
+
"value": "unset"
|
|
5923
|
+
},
|
|
5924
|
+
"name": "conductionCardWrapperBorderWidth",
|
|
5925
|
+
"attributes": {
|
|
5926
|
+
"category": "conduction",
|
|
5927
|
+
"type": "card-wrapper",
|
|
5928
|
+
"item": "border-width"
|
|
5929
|
+
},
|
|
5930
|
+
"path": [
|
|
5931
|
+
"conduction",
|
|
5932
|
+
"card-wrapper",
|
|
5933
|
+
"border-width"
|
|
5934
|
+
]
|
|
5935
|
+
},
|
|
5778
5936
|
"border-style": {},
|
|
5779
|
-
"border-radius": {
|
|
5937
|
+
"border-radius": {
|
|
5938
|
+
"value": "0px",
|
|
5939
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
5940
|
+
"isSource": true,
|
|
5941
|
+
"original": {
|
|
5942
|
+
"value": "0px"
|
|
5943
|
+
},
|
|
5944
|
+
"name": "conductionCardWrapperBorderRadius",
|
|
5945
|
+
"attributes": {
|
|
5946
|
+
"category": "conduction",
|
|
5947
|
+
"type": "card-wrapper",
|
|
5948
|
+
"item": "border-radius"
|
|
5949
|
+
},
|
|
5950
|
+
"path": [
|
|
5951
|
+
"conduction",
|
|
5952
|
+
"card-wrapper",
|
|
5953
|
+
"border-radius"
|
|
5954
|
+
]
|
|
5955
|
+
},
|
|
5780
5956
|
"color": {
|
|
5781
5957
|
"value": "#0d1921",
|
|
5782
5958
|
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
5783
5959
|
"isSource": true,
|
|
5784
5960
|
"original": {
|
|
5785
|
-
"value": "{
|
|
5961
|
+
"value": "{utrecht.document.color}"
|
|
5786
5962
|
},
|
|
5787
5963
|
"name": "conductionCardWrapperColor",
|
|
5788
5964
|
"attributes": {
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"card-header": {
|
|
4
|
+
"background-color": {},
|
|
5
|
+
"border-bottom-width": {},
|
|
6
|
+
"border-bottom-style": {},
|
|
7
|
+
"border-bottom-color": {},
|
|
8
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
9
|
+
"hover": {
|
|
10
|
+
"background-color": {},
|
|
11
|
+
"border-bottom-width": {},
|
|
12
|
+
"border-bottom-style": {},
|
|
13
|
+
"border-bottom-color": {}
|
|
14
|
+
},
|
|
15
|
+
"title": {
|
|
16
|
+
"color": { "value": "{leiden.color.black.9}" }
|
|
17
|
+
},
|
|
18
|
+
"date": {
|
|
19
|
+
"color": { "value": "{leiden.color.black.9}" },
|
|
20
|
+
"font-size": { "value": "{leiden.font-size.sm}" },
|
|
21
|
+
"font-weight": { "value": "{leiden.typography.font-weight.light}" },
|
|
22
|
+
"margin-block-end": { "value": "{leiden.size.xs}" }
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
package/municipalities/leiden-design-tokens/src/component/conduction/card-wrapper.tokens.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"card-wrapper": {
|
|
4
4
|
"background-color": { "value": "{leiden.color.lightgrey.89}" },
|
|
5
5
|
"border-color": {},
|
|
6
|
-
"border-width": {},
|
|
6
|
+
"border-width": { "value": "unset" },
|
|
7
7
|
"border-style": {},
|
|
8
|
-
"border-radius": {},
|
|
9
|
-
"color": { "value": "{
|
|
8
|
+
"border-radius": { "value": "0px" },
|
|
9
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
10
10
|
"hover": {
|
|
11
11
|
"background-color": {}
|
|
12
12
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 23 Aug 2023 16:58:36 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.noordwijk-theme {
|
|
@@ -85,6 +85,7 @@
|
|
|
85
85
|
--noordwijk-color-grey-50: #808080; /* Base/Grey */
|
|
86
86
|
--noordwijk-color-grey-46: #757575;
|
|
87
87
|
--noordwijk-color-grey-29: #4a4a4a;
|
|
88
|
+
--noordwijk-color-light-green-24: #007c4c;
|
|
88
89
|
--noordwijk-color-alert-info-background: #cce5ff;
|
|
89
90
|
--noordwijk-color-alert-info: #004085;
|
|
90
91
|
--noordwijk-color-alert-succes-background: #d4edda;
|
|
@@ -106,6 +107,10 @@
|
|
|
106
107
|
--conduction-card-wrapper-padding-inline-end: var(--noordwijk-size-md);
|
|
107
108
|
--conduction-card-wrapper-color: var(--noordwijk-color-black-0);
|
|
108
109
|
--conduction-card-wrapper-background-color: var(--noordwijk-color-white-100);
|
|
110
|
+
--conduction-card-header-date-margin-block-end: var(--noordwijk-size-xs);
|
|
111
|
+
--conduction-card-header-date-font-weight: var(--noordwijk-typography-font-weight-light);
|
|
112
|
+
--conduction-card-header-date-font-size: var(--noordwijk-font-size-sm);
|
|
113
|
+
--conduction-card-header-date-color: var(--noordwijk-color-light-green-24);
|
|
109
114
|
--utrecht-paragraph-font-weight: var(--noordwijk-typography-font-weight-normal);
|
|
110
115
|
--utrecht-paragraph-font-size: var(--noordwijk-font-size-md);
|
|
111
116
|
--utrecht-paragraph-font-family: var(--noordwijk-typography-roboto-font-family);
|
|
@@ -281,6 +286,8 @@
|
|
|
281
286
|
--noordwijk-typography-scale-4xs: var(--noordwijk-font-size-4xs);
|
|
282
287
|
--noordwijk-color-primary-hover: var(--noordwijk-color-blue-15);
|
|
283
288
|
--noordwijk-color-primary: var(--noordwijk-color-blue-30);
|
|
289
|
+
--conduction-card-header-title-color: var(--noordwijk-color-primary);
|
|
290
|
+
--conduction-card-header-color: var(--utrecht-document-color);
|
|
284
291
|
--utrecht-paragraph-color: var(--utrecht-document-color);
|
|
285
292
|
--utrecht-unordered-list-font-size: var(--utrecht-document-font-size);
|
|
286
293
|
--utrecht-ordered-list-font-size: var(--utrecht-document-font-size);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 23 Aug 2023 16:58:35 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const noordwijkColorPrimary = "#2c2276";
|
|
@@ -17,6 +17,7 @@ export const noordwijkColorAlertSuccesBackground = "#d4edda";
|
|
|
17
17
|
export const noordwijkColorInfo = "#2c2276";
|
|
18
18
|
export const noordwijkColorAlertInfo = "#004085";
|
|
19
19
|
export const noordwijkColorAlertInfoBackground = "#cce5ff";
|
|
20
|
+
export const noordwijkColorLightGreen24 = "#007c4c";
|
|
20
21
|
export const noordwijkColorGrey29 = "#4a4a4a";
|
|
21
22
|
export const noordwijkColorGrey46 = "#757575";
|
|
22
23
|
export const noordwijkColorGrey50 = "#808080"; // Base/Grey
|
|
@@ -290,6 +291,12 @@ export const utrechtParagraphFontWeight = "300";
|
|
|
290
291
|
export const utrechtParagraphLineHeight = "1.5em";
|
|
291
292
|
export const utrechtParagraphMarginBlockStart = 0;
|
|
292
293
|
export const utrechtParagraphMarginBlockEnd = 0;
|
|
294
|
+
export const conductionCardHeaderColor = "#000000";
|
|
295
|
+
export const conductionCardHeaderTitleColor = "#2c2276";
|
|
296
|
+
export const conductionCardHeaderDateColor = "#007c4c";
|
|
297
|
+
export const conductionCardHeaderDateFontSize = "14px";
|
|
298
|
+
export const conductionCardHeaderDateFontWeight = "100";
|
|
299
|
+
export const conductionCardHeaderDateMarginBlockEnd = "8px";
|
|
293
300
|
export const conductionCardWrapperBackgroundColor = "#ffffff";
|
|
294
301
|
export const conductionCardWrapperBorderWidth = "unset";
|
|
295
302
|
export const conductionCardWrapperBorderRadius = "5px";
|
|
@@ -1,4 +1,128 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"value": "#000000",
|
|
4
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
5
|
+
"isSource": true,
|
|
6
|
+
"original": {
|
|
7
|
+
"value": "{utrecht.document.color}"
|
|
8
|
+
},
|
|
9
|
+
"name": "conductionCardHeaderColor",
|
|
10
|
+
"attributes": {
|
|
11
|
+
"category": "conduction",
|
|
12
|
+
"type": "card-header",
|
|
13
|
+
"item": "color"
|
|
14
|
+
},
|
|
15
|
+
"path": [
|
|
16
|
+
"conduction",
|
|
17
|
+
"card-header",
|
|
18
|
+
"color"
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"value": "#007c4c",
|
|
23
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
24
|
+
"isSource": true,
|
|
25
|
+
"original": {
|
|
26
|
+
"value": "{noordwijk.color.light-green.24}"
|
|
27
|
+
},
|
|
28
|
+
"name": "conductionCardHeaderDateColor",
|
|
29
|
+
"attributes": {
|
|
30
|
+
"category": "conduction",
|
|
31
|
+
"type": "card-header",
|
|
32
|
+
"item": "date",
|
|
33
|
+
"subitem": "color"
|
|
34
|
+
},
|
|
35
|
+
"path": [
|
|
36
|
+
"conduction",
|
|
37
|
+
"card-header",
|
|
38
|
+
"date",
|
|
39
|
+
"color"
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"value": "14px",
|
|
44
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
45
|
+
"isSource": true,
|
|
46
|
+
"original": {
|
|
47
|
+
"value": "{noordwijk.font-size.sm}"
|
|
48
|
+
},
|
|
49
|
+
"name": "conductionCardHeaderDateFontSize",
|
|
50
|
+
"attributes": {
|
|
51
|
+
"category": "conduction",
|
|
52
|
+
"type": "card-header",
|
|
53
|
+
"item": "date",
|
|
54
|
+
"subitem": "font-size"
|
|
55
|
+
},
|
|
56
|
+
"path": [
|
|
57
|
+
"conduction",
|
|
58
|
+
"card-header",
|
|
59
|
+
"date",
|
|
60
|
+
"font-size"
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"value": "100",
|
|
65
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
66
|
+
"isSource": true,
|
|
67
|
+
"original": {
|
|
68
|
+
"value": "{noordwijk.typography.font-weight.light}"
|
|
69
|
+
},
|
|
70
|
+
"name": "conductionCardHeaderDateFontWeight",
|
|
71
|
+
"attributes": {
|
|
72
|
+
"category": "conduction",
|
|
73
|
+
"type": "card-header",
|
|
74
|
+
"item": "date",
|
|
75
|
+
"subitem": "font-weight"
|
|
76
|
+
},
|
|
77
|
+
"path": [
|
|
78
|
+
"conduction",
|
|
79
|
+
"card-header",
|
|
80
|
+
"date",
|
|
81
|
+
"font-weight"
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"value": "8px",
|
|
86
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
87
|
+
"isSource": true,
|
|
88
|
+
"original": {
|
|
89
|
+
"value": "{noordwijk.size.xs}"
|
|
90
|
+
},
|
|
91
|
+
"name": "conductionCardHeaderDateMarginBlockEnd",
|
|
92
|
+
"attributes": {
|
|
93
|
+
"category": "conduction",
|
|
94
|
+
"type": "card-header",
|
|
95
|
+
"item": "date",
|
|
96
|
+
"subitem": "margin-block-end"
|
|
97
|
+
},
|
|
98
|
+
"path": [
|
|
99
|
+
"conduction",
|
|
100
|
+
"card-header",
|
|
101
|
+
"date",
|
|
102
|
+
"margin-block-end"
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"value": "#2c2276",
|
|
107
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
108
|
+
"isSource": true,
|
|
109
|
+
"original": {
|
|
110
|
+
"value": "{noordwijk.color.primary}"
|
|
111
|
+
},
|
|
112
|
+
"name": "conductionCardHeaderTitleColor",
|
|
113
|
+
"attributes": {
|
|
114
|
+
"category": "conduction",
|
|
115
|
+
"type": "card-header",
|
|
116
|
+
"item": "title",
|
|
117
|
+
"subitem": "color"
|
|
118
|
+
},
|
|
119
|
+
"path": [
|
|
120
|
+
"conduction",
|
|
121
|
+
"card-header",
|
|
122
|
+
"title",
|
|
123
|
+
"color"
|
|
124
|
+
]
|
|
125
|
+
},
|
|
2
126
|
{
|
|
3
127
|
"value": "#ffffff",
|
|
4
128
|
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
@@ -732,6 +856,27 @@
|
|
|
732
856
|
"96"
|
|
733
857
|
]
|
|
734
858
|
},
|
|
859
|
+
{
|
|
860
|
+
"value": "#007c4c",
|
|
861
|
+
"filePath": "src/brand/noordwijk/color.tokens.json",
|
|
862
|
+
"isSource": true,
|
|
863
|
+
"original": {
|
|
864
|
+
"value": "#007c4c"
|
|
865
|
+
},
|
|
866
|
+
"name": "noordwijkColorLightGreen24",
|
|
867
|
+
"attributes": {
|
|
868
|
+
"category": "noordwijk",
|
|
869
|
+
"type": "color",
|
|
870
|
+
"item": "light-green",
|
|
871
|
+
"subitem": "24"
|
|
872
|
+
},
|
|
873
|
+
"path": [
|
|
874
|
+
"noordwijk",
|
|
875
|
+
"color",
|
|
876
|
+
"light-green",
|
|
877
|
+
"24"
|
|
878
|
+
]
|
|
879
|
+
},
|
|
735
880
|
{
|
|
736
881
|
"value": "#ebebeb",
|
|
737
882
|
"filePath": "src/brand/noordwijk/color.tokens.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 23 Aug 2023 16:58:36 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
@noordwijk-color-grey-50: #808080; // Base/Grey
|
|
84
84
|
@noordwijk-color-grey-46: #757575;
|
|
85
85
|
@noordwijk-color-grey-29: #4a4a4a;
|
|
86
|
+
@noordwijk-color-light-green-24: #007c4c;
|
|
86
87
|
@noordwijk-color-alert-info-background: #cce5ff;
|
|
87
88
|
@noordwijk-color-alert-info: #004085;
|
|
88
89
|
@noordwijk-color-alert-succes-background: #d4edda;
|
|
@@ -104,6 +105,10 @@
|
|
|
104
105
|
@conduction-card-wrapper-padding-inline-end: @noordwijk-size-md;
|
|
105
106
|
@conduction-card-wrapper-color: @noordwijk-color-black-0;
|
|
106
107
|
@conduction-card-wrapper-background-color: @noordwijk-color-white-100;
|
|
108
|
+
@conduction-card-header-date-margin-block-end: @noordwijk-size-xs;
|
|
109
|
+
@conduction-card-header-date-font-weight: @noordwijk-typography-font-weight-light;
|
|
110
|
+
@conduction-card-header-date-font-size: @noordwijk-font-size-sm;
|
|
111
|
+
@conduction-card-header-date-color: @noordwijk-color-light-green-24;
|
|
107
112
|
@utrecht-paragraph-font-weight: @noordwijk-typography-font-weight-normal;
|
|
108
113
|
@utrecht-paragraph-font-size: @noordwijk-font-size-md;
|
|
109
114
|
@utrecht-paragraph-font-family: @noordwijk-typography-roboto-font-family;
|
|
@@ -279,6 +284,8 @@
|
|
|
279
284
|
@noordwijk-typography-scale-4xs: @noordwijk-font-size-4xs;
|
|
280
285
|
@noordwijk-color-primary-hover: @noordwijk-color-blue-15;
|
|
281
286
|
@noordwijk-color-primary: @noordwijk-color-blue-30;
|
|
287
|
+
@conduction-card-header-title-color: @noordwijk-color-primary;
|
|
288
|
+
@conduction-card-header-color: @utrecht-document-color;
|
|
282
289
|
@utrecht-paragraph-color: @utrecht-document-color;
|
|
283
290
|
@utrecht-unordered-list-font-size: @utrecht-document-font-size;
|
|
284
291
|
@utrecht-ordered-list-font-size: @utrecht-document-font-size;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 23 Aug 2023 16:58:36 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
@@ -83,6 +83,7 @@ $noordwijk-color-grey-55: #8c8c8c;
|
|
|
83
83
|
$noordwijk-color-grey-50: #808080; // Base/Grey
|
|
84
84
|
$noordwijk-color-grey-46: #757575;
|
|
85
85
|
$noordwijk-color-grey-29: #4a4a4a;
|
|
86
|
+
$noordwijk-color-light-green-24: #007c4c;
|
|
86
87
|
$noordwijk-color-alert-info-background: #cce5ff;
|
|
87
88
|
$noordwijk-color-alert-info: #004085;
|
|
88
89
|
$noordwijk-color-alert-succes-background: #d4edda;
|
|
@@ -104,6 +105,10 @@ $conduction-card-wrapper-padding-inline-start: $noordwijk-size-md;
|
|
|
104
105
|
$conduction-card-wrapper-padding-inline-end: $noordwijk-size-md;
|
|
105
106
|
$conduction-card-wrapper-color: $noordwijk-color-black-0;
|
|
106
107
|
$conduction-card-wrapper-background-color: $noordwijk-color-white-100;
|
|
108
|
+
$conduction-card-header-date-margin-block-end: $noordwijk-size-xs;
|
|
109
|
+
$conduction-card-header-date-font-weight: $noordwijk-typography-font-weight-light;
|
|
110
|
+
$conduction-card-header-date-font-size: $noordwijk-font-size-sm;
|
|
111
|
+
$conduction-card-header-date-color: $noordwijk-color-light-green-24;
|
|
107
112
|
$utrecht-paragraph-font-weight: $noordwijk-typography-font-weight-normal;
|
|
108
113
|
$utrecht-paragraph-font-size: $noordwijk-font-size-md;
|
|
109
114
|
$utrecht-paragraph-font-family: $noordwijk-typography-roboto-font-family;
|
|
@@ -279,6 +284,8 @@ $noordwijk-typography-scale-3xs: $noordwijk-font-size-3xs;
|
|
|
279
284
|
$noordwijk-typography-scale-4xs: $noordwijk-font-size-4xs;
|
|
280
285
|
$noordwijk-color-primary-hover: $noordwijk-color-blue-15;
|
|
281
286
|
$noordwijk-color-primary: $noordwijk-color-blue-30;
|
|
287
|
+
$conduction-card-header-title-color: $noordwijk-color-primary;
|
|
288
|
+
$conduction-card-header-color: $utrecht-document-color;
|
|
282
289
|
$utrecht-paragraph-color: $utrecht-document-color;
|
|
283
290
|
$utrecht-unordered-list-font-size: $utrecht-document-font-size;
|
|
284
291
|
$utrecht-ordered-list-font-size: $utrecht-document-font-size;
|