@conduction/theme 1.0.31 → 1.0.32
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 +1 -0
- package/conduction-design-tokens/dist/design-tokens.css +31 -1
- package/conduction-design-tokens/dist/index.js +31 -1
- package/conduction-design-tokens/dist/index.json +570 -0
- package/conduction-design-tokens/dist/index.less +31 -1
- package/conduction-design-tokens/dist/index.scss +31 -1
- package/conduction-design-tokens/dist/tokens.json +572 -0
- package/conduction-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +32 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +32 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +591 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +32 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +32 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +593 -0
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +3 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/epe-design-tokens/dist/design-tokens.css +33 -1
- package/municipalities/epe-design-tokens/dist/index.js +33 -1
- package/municipalities/epe-design-tokens/dist/index.json +612 -0
- package/municipalities/epe-design-tokens/dist/index.less +33 -1
- package/municipalities/epe-design-tokens/dist/index.scss +33 -1
- package/municipalities/epe-design-tokens/dist/tokens.json +614 -0
- package/municipalities/epe-design-tokens/src/brand/epe/color.tokens.json +6 -0
- package/municipalities/epe-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +32 -1
- package/municipalities/leiden-design-tokens/dist/index.js +32 -1
- package/municipalities/leiden-design-tokens/dist/index.json +591 -0
- package/municipalities/leiden-design-tokens/dist/index.less +32 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +32 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +593 -0
- package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +3 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +30 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +30 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.json +551 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.less +30 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +30 -1
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +554 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +34 -5
- package/municipalities/noordwijk-design-tokens/dist/index.js +32 -3
- package/municipalities/noordwijk-design-tokens/dist/index.json +559 -8
- package/municipalities/noordwijk-design-tokens/dist/index.less +34 -5
- package/municipalities/noordwijk-design-tokens/dist/index.scss +34 -5
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +563 -9
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +1 -1
- package/municipalities/noordwijk-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/code.tokens.json +2 -2
- package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +17 -2
- package/municipalities/rotterdam-design-tokens/dist/index.js +17 -2
- package/municipalities/rotterdam-design-tokens/dist/index.json +309 -10
- package/municipalities/rotterdam-design-tokens/dist/index.less +17 -2
- package/municipalities/rotterdam-design-tokens/dist/index.scss +17 -2
- package/municipalities/rotterdam-design-tokens/dist/tokens.json +347 -13
- package/municipalities/rotterdam-design-tokens/node_modules/.package-lock.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/LICENSE.md +17 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/README.md +3 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.js +1 -1
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.less +1 -1
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.scss +1 -1
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/package.json +38 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/_responsive.scss +24 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/brand/rotterdam/color.tokens.json +340 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/brand/rotterdam/typography.tokens.json +97 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/common/rotterdam/space.tokens.json +16 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/common/utrecht/focus.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/common/utrecht/space.tokens.json +56 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/checkbox.style.dictionary.json +12 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/open-catalogi/data-badge.json +36 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/rotterdam/button.tokens.json +9 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/rotterdam/form-fieldset.tokens.json +11 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/rotterdam/paragraph.tokens.json +10 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/rotterdam/textbox.tokens.json +14 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/badge-counter.tokens.json +12 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/button.tokens.json +110 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/code-block.tokens.json +19 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/document.tokens.json +11 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/figure.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-control.tokens.json +30 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-field-description.tokens.json +18 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-field.tokens.json +8 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-fieldset.tokens.json +32 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-select.tokens.json +16 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/heading-1.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/heading-2.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/heading-3.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/heading.tokens.json +9 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/paragraph.tokens.json +24 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/table.tokens.json +52 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/textarea.tokens.json +25 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/textbox.tokens.json +47 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/config.json +34 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/custom.scss +14 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/font/download.sh +18 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/font.scss +47 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/index.scss +17 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/rotterdam-design-tokens/package-lock.json +21 -0
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +33 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +33 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +612 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +33 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +33 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +614 -0
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +6 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +31 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +31 -1
- package/municipalities/xxllnc-design-tokens/dist/index.json +570 -0
- package/municipalities/xxllnc-design-tokens/dist/index.less +31 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +31 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +572 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/package.json +1 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"utrecht": {
|
|
3
3
|
"code": {
|
|
4
|
-
"background-color": { "value": "{noordwijk.color.
|
|
4
|
+
"background-color": { "value": "{noordwijk.color.lightgrey.92}" },
|
|
5
5
|
"color": { "value": "{noordwijk.color.black.0}" },
|
|
6
6
|
"font-family": { "value": "{noordwijk.typography.monospace.font-family}" },
|
|
7
7
|
"font-size": { "value": "inherit" },
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
|
|
11
11
|
"code-block": {
|
|
12
|
-
"background-color": { "value": "{noordwijk.color.
|
|
12
|
+
"background-color": { "value": "{noordwijk.color.lightgrey.92}" },
|
|
13
13
|
"color": { "value": "{noordwijk.color.black.0}" },
|
|
14
14
|
"font-family": { "value": "{noordwijk.typography.monospace.font-family}" },
|
|
15
15
|
"font-size": { "value": "{noordwijk.font-size.md}" },
|
|
@@ -1,11 +1,26 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Mon,
|
|
3
|
+
* Generated on Mon, 28 Aug 2023 15:01:59 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.rotterdam-theme {
|
|
7
|
+
--conduction-card-wrapper-padding-block-start: 16px;
|
|
8
|
+
--conduction-card-wrapper-padding-block-end: 16px;
|
|
9
|
+
--conduction-card-wrapper-padding-inline-start: 16px;
|
|
10
|
+
--conduction-card-wrapper-padding-inline-end: 16px;
|
|
11
|
+
--conduction-card-wrapper-color: var(--rotterdam-color-gray-tint-11);
|
|
12
|
+
--conduction-card-wrapper-border-radius: 0px;
|
|
13
|
+
--conduction-card-wrapper-background-color: var(--rotterdam-color-base-white);
|
|
14
|
+
--conduction-card-header-date-margin-block-end: 8px;
|
|
15
|
+
--conduction-card-header-date-font-weight: 400;
|
|
16
|
+
--conduction-card-header-date-font-size: 16px;
|
|
17
|
+
--conduction-card-header-date-color: var(--rotterdam-color-gray-tint-11);
|
|
18
|
+
--conduction-card-header-title-color: var(--rotterdam-color-green-tint-01);
|
|
19
|
+
--conduction-card-header-color: var(--utrecht-document-color);
|
|
7
20
|
--utrecht-page-max-inline-size: 1140px;
|
|
8
21
|
--utrecht-page-margin-inline-end: var(--utrecht-space-block-xl);
|
|
9
22
|
--utrecht-page-margin-inline-start: var(--utrecht-space-block-xl);
|
|
10
|
-
--utrecht-
|
|
23
|
+
--utrecht-action-submit-cursor: pointer;
|
|
24
|
+
--utrecht-action-disabled-cursor: not-allowed;
|
|
25
|
+
--utrecht-action-busy-cursor: wait;
|
|
11
26
|
}
|
|
@@ -1,9 +1,24 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Mon,
|
|
3
|
+
* Generated on Mon, 28 Aug 2023 15:01:59 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
export const
|
|
6
|
+
export const utrechtActionBusyCursor = "wait";
|
|
7
|
+
export const utrechtActionDisabledCursor = "not-allowed";
|
|
8
|
+
export const utrechtActionSubmitCursor = "pointer";
|
|
7
9
|
export const utrechtPageMarginInlineStart = "var(--utrecht-space-block-xl)";
|
|
8
10
|
export const utrechtPageMarginInlineEnd = "var(--utrecht-space-block-xl)";
|
|
9
11
|
export const utrechtPageMaxInlineSize = "1140px";
|
|
12
|
+
export const conductionCardHeaderColor = "var(--utrecht-document-color)";
|
|
13
|
+
export const conductionCardHeaderTitleColor = "var(--rotterdam-color-green-tint-01)";
|
|
14
|
+
export const conductionCardHeaderDateColor = "var(--rotterdam-color-gray-tint-11)";
|
|
15
|
+
export const conductionCardHeaderDateFontSize = "16px";
|
|
16
|
+
export const conductionCardHeaderDateFontWeight = "400";
|
|
17
|
+
export const conductionCardHeaderDateMarginBlockEnd = "8px";
|
|
18
|
+
export const conductionCardWrapperBackgroundColor = "var(--rotterdam-color-base-white)";
|
|
19
|
+
export const conductionCardWrapperBorderRadius = "0px";
|
|
20
|
+
export const conductionCardWrapperColor = "var(--rotterdam-color-gray-tint-11)";
|
|
21
|
+
export const conductionCardWrapperPaddingInlineEnd = "16px";
|
|
22
|
+
export const conductionCardWrapperPaddingInlineStart = "16px";
|
|
23
|
+
export const conductionCardWrapperPaddingBlockEnd = "16px";
|
|
24
|
+
export const conductionCardWrapperPaddingBlockStart = "16px";
|
|
@@ -1,23 +1,322 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"value": "var(--
|
|
4
|
-
"filePath": "src/component/conduction/
|
|
3
|
+
"value": "var(--utrecht-document-color)",
|
|
4
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
5
5
|
"isSource": true,
|
|
6
6
|
"original": {
|
|
7
|
-
"value": "var(--
|
|
7
|
+
"value": "var(--utrecht-document-color)"
|
|
8
8
|
},
|
|
9
|
-
"name": "
|
|
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": "var(--rotterdam-color-gray-tint-11)",
|
|
23
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
24
|
+
"isSource": true,
|
|
25
|
+
"original": {
|
|
26
|
+
"value": "var(--rotterdam-color-gray-tint-11)"
|
|
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": "16px",
|
|
44
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
45
|
+
"isSource": true,
|
|
46
|
+
"original": {
|
|
47
|
+
"value": "16px"
|
|
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": "400",
|
|
65
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
66
|
+
"isSource": true,
|
|
67
|
+
"original": {
|
|
68
|
+
"value": "400"
|
|
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": "8px"
|
|
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": "var(--rotterdam-color-green-tint-01)",
|
|
107
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
108
|
+
"isSource": true,
|
|
109
|
+
"original": {
|
|
110
|
+
"value": "var(--rotterdam-color-green-tint-01)"
|
|
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
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"value": "var(--rotterdam-color-base-white)",
|
|
128
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
129
|
+
"isSource": true,
|
|
130
|
+
"original": {
|
|
131
|
+
"value": "var(--rotterdam-color-base-white)"
|
|
132
|
+
},
|
|
133
|
+
"name": "conductionCardWrapperBackgroundColor",
|
|
134
|
+
"attributes": {
|
|
135
|
+
"category": "conduction",
|
|
136
|
+
"type": "card-wrapper",
|
|
137
|
+
"item": "background-color"
|
|
138
|
+
},
|
|
139
|
+
"path": [
|
|
140
|
+
"conduction",
|
|
141
|
+
"card-wrapper",
|
|
142
|
+
"background-color"
|
|
143
|
+
]
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"value": "0px",
|
|
147
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
148
|
+
"isSource": true,
|
|
149
|
+
"original": {
|
|
150
|
+
"value": "0px"
|
|
151
|
+
},
|
|
152
|
+
"name": "conductionCardWrapperBorderRadius",
|
|
153
|
+
"attributes": {
|
|
154
|
+
"category": "conduction",
|
|
155
|
+
"type": "card-wrapper",
|
|
156
|
+
"item": "border-radius"
|
|
157
|
+
},
|
|
158
|
+
"path": [
|
|
159
|
+
"conduction",
|
|
160
|
+
"card-wrapper",
|
|
161
|
+
"border-radius"
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"value": "var(--rotterdam-color-gray-tint-11)",
|
|
166
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
167
|
+
"isSource": true,
|
|
168
|
+
"original": {
|
|
169
|
+
"value": "var(--rotterdam-color-gray-tint-11)"
|
|
170
|
+
},
|
|
171
|
+
"name": "conductionCardWrapperColor",
|
|
172
|
+
"attributes": {
|
|
173
|
+
"category": "conduction",
|
|
174
|
+
"type": "card-wrapper",
|
|
175
|
+
"item": "color"
|
|
176
|
+
},
|
|
177
|
+
"path": [
|
|
178
|
+
"conduction",
|
|
179
|
+
"card-wrapper",
|
|
180
|
+
"color"
|
|
181
|
+
]
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"value": "16px",
|
|
185
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
186
|
+
"isSource": true,
|
|
187
|
+
"original": {
|
|
188
|
+
"value": "16px"
|
|
189
|
+
},
|
|
190
|
+
"name": "conductionCardWrapperPaddingBlockEnd",
|
|
191
|
+
"attributes": {
|
|
192
|
+
"category": "conduction",
|
|
193
|
+
"type": "card-wrapper",
|
|
194
|
+
"item": "padding-block-end"
|
|
195
|
+
},
|
|
196
|
+
"path": [
|
|
197
|
+
"conduction",
|
|
198
|
+
"card-wrapper",
|
|
199
|
+
"padding-block-end"
|
|
200
|
+
]
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"value": "16px",
|
|
204
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
205
|
+
"isSource": true,
|
|
206
|
+
"original": {
|
|
207
|
+
"value": "16px"
|
|
208
|
+
},
|
|
209
|
+
"name": "conductionCardWrapperPaddingBlockStart",
|
|
210
|
+
"attributes": {
|
|
211
|
+
"category": "conduction",
|
|
212
|
+
"type": "card-wrapper",
|
|
213
|
+
"item": "padding-block-start"
|
|
214
|
+
},
|
|
215
|
+
"path": [
|
|
216
|
+
"conduction",
|
|
217
|
+
"card-wrapper",
|
|
218
|
+
"padding-block-start"
|
|
219
|
+
]
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"value": "16px",
|
|
223
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
224
|
+
"isSource": true,
|
|
225
|
+
"original": {
|
|
226
|
+
"value": "16px"
|
|
227
|
+
},
|
|
228
|
+
"name": "conductionCardWrapperPaddingInlineEnd",
|
|
229
|
+
"attributes": {
|
|
230
|
+
"category": "conduction",
|
|
231
|
+
"type": "card-wrapper",
|
|
232
|
+
"item": "padding-inline-end"
|
|
233
|
+
},
|
|
234
|
+
"path": [
|
|
235
|
+
"conduction",
|
|
236
|
+
"card-wrapper",
|
|
237
|
+
"padding-inline-end"
|
|
238
|
+
]
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"value": "16px",
|
|
242
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
243
|
+
"isSource": true,
|
|
244
|
+
"original": {
|
|
245
|
+
"value": "16px"
|
|
246
|
+
},
|
|
247
|
+
"name": "conductionCardWrapperPaddingInlineStart",
|
|
248
|
+
"attributes": {
|
|
249
|
+
"category": "conduction",
|
|
250
|
+
"type": "card-wrapper",
|
|
251
|
+
"item": "padding-inline-start"
|
|
252
|
+
},
|
|
253
|
+
"path": [
|
|
254
|
+
"conduction",
|
|
255
|
+
"card-wrapper",
|
|
256
|
+
"padding-inline-start"
|
|
257
|
+
]
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"value": "wait",
|
|
261
|
+
"filePath": "src/common/utrecht/action.tokens.json",
|
|
262
|
+
"isSource": true,
|
|
263
|
+
"original": {
|
|
264
|
+
"value": "wait"
|
|
265
|
+
},
|
|
266
|
+
"name": "utrechtActionBusyCursor",
|
|
267
|
+
"attributes": {
|
|
268
|
+
"category": "utrecht",
|
|
269
|
+
"type": "action",
|
|
270
|
+
"item": "busy",
|
|
271
|
+
"subitem": "cursor"
|
|
272
|
+
},
|
|
273
|
+
"path": [
|
|
274
|
+
"utrecht",
|
|
275
|
+
"action",
|
|
276
|
+
"busy",
|
|
277
|
+
"cursor"
|
|
278
|
+
]
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"value": "not-allowed",
|
|
282
|
+
"filePath": "src/common/utrecht/action.tokens.json",
|
|
283
|
+
"isSource": true,
|
|
284
|
+
"original": {
|
|
285
|
+
"value": "not-allowed"
|
|
286
|
+
},
|
|
287
|
+
"name": "utrechtActionDisabledCursor",
|
|
288
|
+
"attributes": {
|
|
289
|
+
"category": "utrecht",
|
|
290
|
+
"type": "action",
|
|
291
|
+
"item": "disabled",
|
|
292
|
+
"subitem": "cursor"
|
|
293
|
+
},
|
|
294
|
+
"path": [
|
|
295
|
+
"utrecht",
|
|
296
|
+
"action",
|
|
297
|
+
"disabled",
|
|
298
|
+
"cursor"
|
|
299
|
+
]
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"value": "pointer",
|
|
303
|
+
"filePath": "src/common/utrecht/action.tokens.json",
|
|
304
|
+
"isSource": true,
|
|
305
|
+
"original": {
|
|
306
|
+
"value": "pointer"
|
|
307
|
+
},
|
|
308
|
+
"name": "utrechtActionSubmitCursor",
|
|
10
309
|
"attributes": {
|
|
11
310
|
"category": "utrecht",
|
|
12
|
-
"type": "
|
|
13
|
-
"item": "
|
|
14
|
-
"subitem": "
|
|
311
|
+
"type": "action",
|
|
312
|
+
"item": "submit",
|
|
313
|
+
"subitem": "cursor"
|
|
15
314
|
},
|
|
16
315
|
"path": [
|
|
17
316
|
"utrecht",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
317
|
+
"action",
|
|
318
|
+
"submit",
|
|
319
|
+
"cursor"
|
|
21
320
|
]
|
|
22
321
|
},
|
|
23
322
|
{
|
|
@@ -1,8 +1,23 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Mon,
|
|
3
|
+
// Generated on Mon, 28 Aug 2023 15:01:59 GMT
|
|
4
4
|
|
|
5
|
+
@conduction-card-wrapper-padding-block-start: 16px;
|
|
6
|
+
@conduction-card-wrapper-padding-block-end: 16px;
|
|
7
|
+
@conduction-card-wrapper-padding-inline-start: 16px;
|
|
8
|
+
@conduction-card-wrapper-padding-inline-end: 16px;
|
|
9
|
+
@conduction-card-wrapper-color: var(--rotterdam-color-gray-tint-11);
|
|
10
|
+
@conduction-card-wrapper-border-radius: 0px;
|
|
11
|
+
@conduction-card-wrapper-background-color: var(--rotterdam-color-base-white);
|
|
12
|
+
@conduction-card-header-date-margin-block-end: 8px;
|
|
13
|
+
@conduction-card-header-date-font-weight: 400;
|
|
14
|
+
@conduction-card-header-date-font-size: 16px;
|
|
15
|
+
@conduction-card-header-date-color: var(--rotterdam-color-gray-tint-11);
|
|
16
|
+
@conduction-card-header-title-color: var(--rotterdam-color-green-tint-01);
|
|
17
|
+
@conduction-card-header-color: var(--utrecht-document-color);
|
|
5
18
|
@utrecht-page-max-inline-size: 1140px;
|
|
6
19
|
@utrecht-page-margin-inline-end: var(--utrecht-space-block-xl);
|
|
7
20
|
@utrecht-page-margin-inline-start: var(--utrecht-space-block-xl);
|
|
8
|
-
@utrecht-
|
|
21
|
+
@utrecht-action-submit-cursor: pointer;
|
|
22
|
+
@utrecht-action-disabled-cursor: not-allowed;
|
|
23
|
+
@utrecht-action-busy-cursor: wait;
|
|
@@ -1,8 +1,23 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Mon,
|
|
3
|
+
// Generated on Mon, 28 Aug 2023 15:01:59 GMT
|
|
4
4
|
|
|
5
|
+
$conduction-card-wrapper-padding-block-start: 16px;
|
|
6
|
+
$conduction-card-wrapper-padding-block-end: 16px;
|
|
7
|
+
$conduction-card-wrapper-padding-inline-start: 16px;
|
|
8
|
+
$conduction-card-wrapper-padding-inline-end: 16px;
|
|
9
|
+
$conduction-card-wrapper-color: var(--rotterdam-color-gray-tint-11);
|
|
10
|
+
$conduction-card-wrapper-border-radius: 0px;
|
|
11
|
+
$conduction-card-wrapper-background-color: var(--rotterdam-color-base-white);
|
|
12
|
+
$conduction-card-header-date-margin-block-end: 8px;
|
|
13
|
+
$conduction-card-header-date-font-weight: 400;
|
|
14
|
+
$conduction-card-header-date-font-size: 16px;
|
|
15
|
+
$conduction-card-header-date-color: var(--rotterdam-color-gray-tint-11);
|
|
16
|
+
$conduction-card-header-title-color: var(--rotterdam-color-green-tint-01);
|
|
17
|
+
$conduction-card-header-color: var(--utrecht-document-color);
|
|
5
18
|
$utrecht-page-max-inline-size: 1140px;
|
|
6
19
|
$utrecht-page-margin-inline-end: var(--utrecht-space-block-xl);
|
|
7
20
|
$utrecht-page-margin-inline-start: var(--utrecht-space-block-xl);
|
|
8
|
-
$utrecht-
|
|
21
|
+
$utrecht-action-submit-cursor: pointer;
|
|
22
|
+
$utrecht-action-disabled-cursor: not-allowed;
|
|
23
|
+
$utrecht-action-busy-cursor: wait;
|