@conduction/theme 1.0.21 → 1.0.23
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 +8 -4
- package/conduction-design-tokens/dist/design-tokens.css +1 -1
- package/conduction-design-tokens/dist/index.js +1 -1
- package/conduction-design-tokens/dist/index.less +1 -1
- package/conduction-design-tokens/dist/index.scss +1 -1
- package/conduction-design-tokens/dist/tokens.json +1 -0
- package/conduction-design-tokens/src/component/conduction/page-footer.tokens.json +2 -1
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +2 -2
- package/municipalities/dinkelland-design-tokens/dist/index.js +2 -2
- package/municipalities/dinkelland-design-tokens/dist/index.json +2 -2
- package/municipalities/dinkelland-design-tokens/dist/index.less +2 -2
- package/municipalities/dinkelland-design-tokens/dist/index.scss +2 -2
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +3 -2
- package/municipalities/dinkelland-design-tokens/src/component/conduction/page-footer.tokens.json +3 -2
- package/municipalities/epe-design-tokens/LICENSE.md +17 -0
- package/municipalities/epe-design-tokens/dist/design-tokens.css +327 -0
- package/municipalities/epe-design-tokens/dist/font.css +9 -0
- package/municipalities/epe-design-tokens/dist/index.css +7 -0
- package/municipalities/epe-design-tokens/dist/index.js +325 -0
- package/municipalities/epe-design-tokens/dist/index.json +6406 -0
- package/municipalities/epe-design-tokens/dist/index.less +324 -0
- package/municipalities/epe-design-tokens/dist/index.scss +324 -0
- package/municipalities/epe-design-tokens/dist/tokens.json +6813 -0
- package/municipalities/epe-design-tokens/package.json +40 -0
- package/municipalities/epe-design-tokens/src/brand/epe/color.tokens.json +104 -0
- package/municipalities/epe-design-tokens/src/brand/epe/font-size.tokens.json +17 -0
- package/municipalities/epe-design-tokens/src/brand/epe/size.tokens.json +17 -0
- package/municipalities/epe-design-tokens/src/brand/epe/typography.tokens.json +43 -0
- package/municipalities/epe-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/epe-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/epe-design-tokens/src/component/conduction/alert.tokens.json +9 -0
- package/municipalities/epe-design-tokens/src/component/conduction/card.tokens.json +30 -0
- package/municipalities/epe-design-tokens/src/component/conduction/form-input.tokens.json +44 -0
- package/municipalities/epe-design-tokens/src/component/conduction/icon.tokens.json +7 -0
- package/municipalities/epe-design-tokens/src/component/conduction/page-footer.tokens.json +12 -0
- package/municipalities/epe-design-tokens/src/component/conduction/page-header.tokens.json +10 -0
- package/municipalities/epe-design-tokens/src/component/conduction/select.tokens.json +15 -0
- package/municipalities/epe-design-tokens/src/component/conduction/table.tokens.json +25 -0
- package/municipalities/epe-design-tokens/src/component/conduction/textbox.tokens.json +44 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/code.tokens.json +27 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/list.tokens.json +32 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/epe-design-tokens/src/config.json +7 -0
- package/municipalities/epe-design-tokens/src/font/SourceSansVariable-Italic.woff2 +0 -0
- package/municipalities/epe-design-tokens/src/font/SourceSansVariable-Roman.woff2 +0 -0
- package/municipalities/epe-design-tokens/src/font.scss +10 -0
- package/municipalities/epe-design-tokens/src/index.scss +8 -0
- package/municipalities/epe-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +2 -2
- package/municipalities/leiden-design-tokens/dist/index.js +2 -2
- package/municipalities/leiden-design-tokens/dist/index.json +2 -2
- package/municipalities/leiden-design-tokens/dist/index.less +2 -2
- package/municipalities/leiden-design-tokens/dist/index.scss +2 -2
- package/municipalities/leiden-design-tokens/dist/tokens.json +3 -2
- package/municipalities/leiden-design-tokens/src/component/conduction/page-footer.tokens.json +3 -2
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.less +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +1 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +1 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/page-footer.tokens.json +2 -1
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +3 -3
- package/municipalities/xxllnc-design-tokens/dist/index.js +3 -3
- package/municipalities/xxllnc-design-tokens/dist/index.json +4 -4
- package/municipalities/xxllnc-design-tokens/dist/index.less +3 -3
- package/municipalities/xxllnc-design-tokens/dist/index.scss +3 -3
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +5 -4
- package/municipalities/xxllnc-design-tokens/src/component/conduction/page-footer.tokens.json +3 -2
- package/municipalities/xxllnc-design-tokens/src/component/conduction/page-header.tokens.json +1 -1
- package/package.json +3 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 18 Aug 2023 08:24:56 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.xxllnc-theme {
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
--utrecht-button-border-radius: 16px;
|
|
35
35
|
--utrecht-textbox-font-size: 15px;
|
|
36
36
|
--utrecht-textbox-border-radius: 6px;
|
|
37
|
-
--utrecht-page-header-logo-max-width:
|
|
37
|
+
--utrecht-page-header-logo-max-width: 70px;
|
|
38
38
|
--utrecht-page-footer-background-image: unset;
|
|
39
|
-
--utrecht-page-footer-logo-max-width:
|
|
39
|
+
--utrecht-page-footer-logo-max-width: 120px;
|
|
40
40
|
--utrecht-page-footer-logo-max-height: 100px;
|
|
41
41
|
--utrecht-form-input-font-size: 15px;
|
|
42
42
|
--utrecht-form-input-border-radius: 6px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 18 Aug 2023 08:24:56 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const xxllncColorPrimary = "#000000ad"; // Primary with 68% transparency
|
|
@@ -129,7 +129,7 @@ export const utrechtFormInputPaddingInlineStart = "14px";
|
|
|
129
129
|
export const utrechtFormInputPlaceholderColor = "#6d6d6d";
|
|
130
130
|
export const utrechtIconGap = "8px";
|
|
131
131
|
export const utrechtPageFooterLogoMaxHeight = "100px";
|
|
132
|
-
export const utrechtPageFooterLogoMaxWidth = "
|
|
132
|
+
export const utrechtPageFooterLogoMaxWidth = "120px";
|
|
133
133
|
export const utrechtPageFooterBackgroundColor = "#ffffff";
|
|
134
134
|
export const utrechtPageFooterBackgroundImage = "unset";
|
|
135
135
|
export const utrechtPageFooterColor = "#000000ad";
|
|
@@ -137,7 +137,7 @@ export const utrechtPageFooterPaddingInlineEnd = "14px";
|
|
|
137
137
|
export const utrechtPageFooterPaddingInlineStart = "14px";
|
|
138
138
|
export const utrechtPageFooterPaddingBlockEnd = "48px";
|
|
139
139
|
export const utrechtPageFooterPaddingBlockStart = "48px";
|
|
140
|
-
export const utrechtPageHeaderLogoMaxWidth = "
|
|
140
|
+
export const utrechtPageHeaderLogoMaxWidth = "70px";
|
|
141
141
|
export const utrechtPageHeaderBackgroundColor = "#eaeaea";
|
|
142
142
|
export const utrechtPageHeaderColor = "#28282c";
|
|
143
143
|
export const utrechtPageHeaderPaddingBlockStart = "14px";
|
|
@@ -2895,11 +2895,11 @@
|
|
|
2895
2895
|
]
|
|
2896
2896
|
},
|
|
2897
2897
|
{
|
|
2898
|
-
"value": "
|
|
2898
|
+
"value": "120px",
|
|
2899
2899
|
"filePath": "src/component/conduction/page-footer.tokens.json",
|
|
2900
2900
|
"isSource": true,
|
|
2901
2901
|
"original": {
|
|
2902
|
-
"value": "
|
|
2902
|
+
"value": "120px"
|
|
2903
2903
|
},
|
|
2904
2904
|
"name": "utrechtPageFooterLogoMaxWidth",
|
|
2905
2905
|
"attributes": {
|
|
@@ -3030,11 +3030,11 @@
|
|
|
3030
3030
|
]
|
|
3031
3031
|
},
|
|
3032
3032
|
{
|
|
3033
|
-
"value": "
|
|
3033
|
+
"value": "70px",
|
|
3034
3034
|
"filePath": "src/component/conduction/page-header.tokens.json",
|
|
3035
3035
|
"isSource": true,
|
|
3036
3036
|
"original": {
|
|
3037
|
-
"value": "
|
|
3037
|
+
"value": "70px"
|
|
3038
3038
|
},
|
|
3039
3039
|
"name": "utrechtPageHeaderLogoMaxWidth",
|
|
3040
3040
|
"attributes": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 18 Aug 2023 08:24:56 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
@utrecht-button-border-radius: 16px;
|
|
33
33
|
@utrecht-textbox-font-size: 15px;
|
|
34
34
|
@utrecht-textbox-border-radius: 6px;
|
|
35
|
-
@utrecht-page-header-logo-max-width:
|
|
35
|
+
@utrecht-page-header-logo-max-width: 70px;
|
|
36
36
|
@utrecht-page-footer-background-image: unset;
|
|
37
|
-
@utrecht-page-footer-logo-max-width:
|
|
37
|
+
@utrecht-page-footer-logo-max-width: 120px;
|
|
38
38
|
@utrecht-page-footer-logo-max-height: 100px;
|
|
39
39
|
@utrecht-form-input-font-size: 15px;
|
|
40
40
|
@utrecht-form-input-border-radius: 6px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 18 Aug 2023 08:24:56 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
@@ -32,9 +32,9 @@ $utrecht-button-border-width: 0;
|
|
|
32
32
|
$utrecht-button-border-radius: 16px;
|
|
33
33
|
$utrecht-textbox-font-size: 15px;
|
|
34
34
|
$utrecht-textbox-border-radius: 6px;
|
|
35
|
-
$utrecht-page-header-logo-max-width:
|
|
35
|
+
$utrecht-page-header-logo-max-width: 70px;
|
|
36
36
|
$utrecht-page-footer-background-image: unset;
|
|
37
|
-
$utrecht-page-footer-logo-max-width:
|
|
37
|
+
$utrecht-page-footer-logo-max-width: 120px;
|
|
38
38
|
$utrecht-page-footer-logo-max-height: 100px;
|
|
39
39
|
$utrecht-form-input-font-size: 15px;
|
|
40
40
|
$utrecht-form-input-border-radius: 6px;
|
|
@@ -2657,11 +2657,11 @@
|
|
|
2657
2657
|
]
|
|
2658
2658
|
},
|
|
2659
2659
|
"max-width": {
|
|
2660
|
-
"value": "
|
|
2660
|
+
"value": "120px",
|
|
2661
2661
|
"filePath": "src/component/conduction/page-footer.tokens.json",
|
|
2662
2662
|
"isSource": true,
|
|
2663
2663
|
"original": {
|
|
2664
|
-
"value": "
|
|
2664
|
+
"value": "120px"
|
|
2665
2665
|
},
|
|
2666
2666
|
"name": "utrechtPageFooterLogoMaxWidth",
|
|
2667
2667
|
"attributes": {
|
|
@@ -2678,6 +2678,7 @@
|
|
|
2678
2678
|
]
|
|
2679
2679
|
}
|
|
2680
2680
|
},
|
|
2681
|
+
"background-position": {},
|
|
2681
2682
|
"background-color": {
|
|
2682
2683
|
"value": "#ffffff",
|
|
2683
2684
|
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
@@ -2816,11 +2817,11 @@
|
|
|
2816
2817
|
"logo": {
|
|
2817
2818
|
"max-height": {},
|
|
2818
2819
|
"max-width": {
|
|
2819
|
-
"value": "
|
|
2820
|
+
"value": "70px",
|
|
2820
2821
|
"filePath": "src/component/conduction/page-header.tokens.json",
|
|
2821
2822
|
"isSource": true,
|
|
2822
2823
|
"original": {
|
|
2823
|
-
"value": "
|
|
2824
|
+
"value": "70px"
|
|
2824
2825
|
},
|
|
2825
2826
|
"name": "utrechtPageHeaderLogoMaxWidth",
|
|
2826
2827
|
"attributes": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conduction/theme",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.23",
|
|
4
4
|
"description": "Conduction's design tokens theme",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"build:leiden": "cd ./municipalities/leiden-design-tokens && npm run build",
|
|
15
15
|
"build:xxllnc": "cd ./municipalities/xxllnc-design-tokens && npm run build",
|
|
16
16
|
"build:tubbergen": "cd ./municipalities/tubbergen-design-tokens && npm run build",
|
|
17
|
-
"build:dinkelland": "cd ./municipalities/dinkelland-design-tokens && npm run build"
|
|
17
|
+
"build:dinkelland": "cd ./municipalities/dinkelland-design-tokens && npm run build",
|
|
18
|
+
"build:epe": "cd ./municipalities/epe-design-tokens && npm run build"
|
|
18
19
|
|
|
19
20
|
},
|
|
20
21
|
"author": "",
|