@conduction/theme 1.1.40 → 1.1.42
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 +2 -0
- package/conduction-design-tokens/src/component/conduction/tabs.tokens.json +2 -6
- package/municipalities/ede-design-tokens/LICENSE.md +17 -0
- package/municipalities/ede-design-tokens/README.md +3 -0
- package/municipalities/ede-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/ede-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/ede-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/ede-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/ede-design-tokens/package.json +40 -0
- package/municipalities/ede-design-tokens/src/brand/ede/color.tokens.json +138 -0
- package/municipalities/ede-design-tokens/src/brand/ede/font-size.tokens.json +50 -0
- package/municipalities/ede-design-tokens/src/brand/ede/size.tokens.json +17 -0
- package/municipalities/ede-design-tokens/src/brand/ede/typography.tokens.json +40 -0
- package/municipalities/ede-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/ede-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/ede-design-tokens/src/component/conduction/card-header.tokens.json +30 -0
- package/municipalities/ede-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
- package/municipalities/ede-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/ede-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
- package/municipalities/ede-design-tokens/src/component/conduction/logo.tokens.json +25 -0
- package/municipalities/ede-design-tokens/src/component/conduction/navigation.tokens.json +88 -0
- package/municipalities/ede-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
- package/municipalities/ede-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/ede-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/ede-design-tokens/src/component/conduction/tabs.tokens.json +85 -0
- package/municipalities/ede-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
- package/municipalities/ede-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
- package/municipalities/ede-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/ede-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/ede-design-tokens/src/config.json +73 -0
- package/municipalities/ede-design-tokens/src/index.scss +7 -0
- package/municipalities/ede-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/migrato-design-tokens/LICENSE.md +17 -0
- package/municipalities/migrato-design-tokens/README.md +3 -0
- package/municipalities/migrato-design-tokens/package.json +40 -0
- package/municipalities/migrato-design-tokens/src/brand/conduction/color.tokens.json +150 -0
- package/municipalities/migrato-design-tokens/src/brand/conduction/font-size.tokens.json +50 -0
- package/municipalities/migrato-design-tokens/src/brand/conduction/size.tokens.json +17 -0
- package/municipalities/migrato-design-tokens/src/brand/conduction/typography.tokens.json +45 -0
- package/municipalities/migrato-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/migrato-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/migrato-design-tokens/src/component/conduction/card-header.tokens.json +27 -0
- package/municipalities/migrato-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
- package/municipalities/migrato-design-tokens/src/component/conduction/checkbox.tokens.json +71 -0
- package/municipalities/migrato-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
- package/municipalities/migrato-design-tokens/src/component/conduction/logo.tokens.json +25 -0
- package/municipalities/migrato-design-tokens/src/component/conduction/navigation.tokens.json +88 -0
- package/municipalities/migrato-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
- package/municipalities/migrato-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/migrato-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/migrato-design-tokens/src/component/conduction/tabs.tokens.json +85 -0
- package/municipalities/migrato-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
- package/municipalities/migrato-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
- package/municipalities/migrato-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
- package/municipalities/migrato-design-tokens/src/component/tilburg/footer.tokens.json +8 -0
- package/municipalities/migrato-design-tokens/src/component/tilburg/header.tokens.json +7 -0
- package/municipalities/migrato-design-tokens/src/component/tilburg/logo.tokens.json +7 -0
- package/municipalities/migrato-design-tokens/src/component/tilburg/navigation.tokens.json +15 -0
- package/municipalities/migrato-design-tokens/src/component/tilburg/search-card.tokens.json +9 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +10 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +39 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/textbox.tokens.json +34 -0
- package/municipalities/migrato-design-tokens/src/config.json +73 -0
- package/municipalities/migrato-design-tokens/src/font/eau_sans_book.otf +0 -0
- package/municipalities/migrato-design-tokens/src/font.scss +6 -0
- package/municipalities/migrato-design-tokens/src/index.scss +8 -0
- package/municipalities/migrato-design-tokens/style-dictionary.config.js +6 -0
- package/package.json +5 -2
- package/conduction-design-tokens/src/component/tilburg/footer.tokens.json +0 -8
- package/conduction-design-tokens/src/component/tilburg/header.tokens.json +0 -7
- package/conduction-design-tokens/src/component/tilburg/logo.tokens.json +0 -7
- package/conduction-design-tokens/src/component/tilburg/navigation.tokens.json +0 -15
- package/conduction-design-tokens/src/component/tilburg/search-card.tokens.json +0 -9
package/README.md
CHANGED
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"border-bottom-width": {},
|
|
12
12
|
"border-bottom-style": {},
|
|
13
13
|
"border-bottom-color": {},
|
|
14
|
-
"button-bottom": { "value": "0px" },
|
|
15
14
|
"bottom": { "value": "-2px" },
|
|
16
15
|
"padding-block-start": { "value": "{conduction.size.xs}" },
|
|
17
16
|
"padding-block-end": { "value": "{conduction.size.xs}" },
|
|
@@ -42,8 +41,7 @@
|
|
|
42
41
|
"hover": {
|
|
43
42
|
"background-color": {},
|
|
44
43
|
"color": { "value": "{conduction.color.grey.29}" },
|
|
45
|
-
"text-decoration": {}
|
|
46
|
-
"font-weight": { "value": "{conduction.typography.font-weight.bold}" }
|
|
44
|
+
"text-decoration": {}
|
|
47
45
|
}
|
|
48
46
|
},
|
|
49
47
|
"hover": {
|
|
@@ -53,9 +51,7 @@
|
|
|
53
51
|
"font-weight": {}
|
|
54
52
|
},
|
|
55
53
|
"list": {
|
|
56
|
-
"padding-inline-start": { "value": "
|
|
57
|
-
"padding-inline-end": { "value": "2px" },
|
|
58
|
-
"margin-inline-end": { "value": "unset" },
|
|
54
|
+
"padding-inline-start": { "value": "0px" },
|
|
59
55
|
"margin-block-end": { "value": "0px" },
|
|
60
56
|
"border-bottom-width": { "value": "{conduction.size.3xs}" },
|
|
61
57
|
"border-bottom-style": { "value": "solid" },
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Auteursrecht gemeente Ede
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 gemeente Ede
|
|
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 gemeente Ede.
|
|
8
|
+
|
|
9
|
+
Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van gemeente Ede 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 gemeente Ede.
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
|
|
2
|
+
import tokens from "../dist/tokens.json";
|
|
3
|
+
import { ColorSearch } from "@nl-design-system-unstable/theme-toolkit/src/ColorSearch";
|
|
4
|
+
import { ColorTable } from "@nl-design-system-unstable/theme-toolkit/src/ColorTable";
|
|
5
|
+
import config from "../src/config.json";
|
|
6
|
+
|
|
7
|
+
<Meta title={`${config.name}/Color`} />
|
|
8
|
+
|
|
9
|
+
# Color
|
|
10
|
+
|
|
11
|
+
## Find a color
|
|
12
|
+
|
|
13
|
+
<ColorSearch tokens={tokens[config.prefix]["color"]}></ColorSearch>
|
|
14
|
+
|
|
15
|
+
## Color palette
|
|
16
|
+
|
|
17
|
+
<ColorTable tokens={tokens[config.prefix]["color"]}></ColorTable>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Meta, Story } from "@storybook/addon-docs";
|
|
2
|
+
import { ComponentStories } from "@nl-design-system-unstable/theme-toolkit/src/ComponentStories";
|
|
3
|
+
import config from "../src/config.json";
|
|
4
|
+
|
|
5
|
+
<Meta title={`${config.name}`} />
|
|
6
|
+
|
|
7
|
+
# Components
|
|
8
|
+
|
|
9
|
+
<Story name="Components">
|
|
10
|
+
<ComponentStories config={config} />
|
|
11
|
+
</Story>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
|
|
2
|
+
import { DesignTokensTable } from "@nl-design-system-unstable/theme-toolkit/src/DesignTokensTable";
|
|
3
|
+
import tokens from "../dist/index.json";
|
|
4
|
+
import config from "../src/config.json";
|
|
5
|
+
|
|
6
|
+
<Meta title={`${config.name}/Design Tokens`} />
|
|
7
|
+
|
|
8
|
+
# Design Tokens
|
|
9
|
+
|
|
10
|
+
<DesignTokensTable tokens={tokens.filter((token) => token.path[0] !== config.prefix)}></DesignTokensTable>
|
|
11
|
+
|
|
12
|
+
## Proprietary Design Tokens
|
|
13
|
+
|
|
14
|
+
<DesignTokensTable tokens={tokens.filter((token) => token.path[0] === config.prefix)}></DesignTokensTable>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0-alpha.1",
|
|
3
|
+
"author": "Community for NL Design System",
|
|
4
|
+
"description": "NL Design System design tokens for conduction",
|
|
5
|
+
"website": "https://www.conduction.nl/",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"nl-design-system",
|
|
8
|
+
"conduction"
|
|
9
|
+
],
|
|
10
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
11
|
+
"name": "@conduction/theme",
|
|
12
|
+
"private": false,
|
|
13
|
+
"publishConfig": {
|
|
14
|
+
"access": "public"
|
|
15
|
+
},
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "git+https://github.com/ConductionNL/conduction-theme.git"
|
|
19
|
+
},
|
|
20
|
+
"scripts": {
|
|
21
|
+
"clean": "rimraf -rf dist/",
|
|
22
|
+
"prebuild": "npm run clean",
|
|
23
|
+
"watch": "npm-run-all watch:**",
|
|
24
|
+
"watch:style-dictionary": "chokidar --follow-symlinks --command 'npm run --ignore-scripts build' 'src/**/*.tokens.json'",
|
|
25
|
+
"build": "npm-run-all build:**",
|
|
26
|
+
"build:scss": "sass --no-source-map src/:dist/",
|
|
27
|
+
"build:style-dictionary": "style-dictionary build --config ./style-dictionary.config.js"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@nl-design-system-unstable/theme-toolkit": "workspace:*",
|
|
31
|
+
"chokidar-cli": "3.0.0",
|
|
32
|
+
"npm-run-all": "4.1.5",
|
|
33
|
+
"rimraf": "3.0.2",
|
|
34
|
+
"style-dictionary": "3.8.0"
|
|
35
|
+
},
|
|
36
|
+
"bugs": {
|
|
37
|
+
"url": "https://github.com/ConductionNL/conduction-theme/issues"
|
|
38
|
+
},
|
|
39
|
+
"homepage": "https://github.com/ConductionNL/conduction-theme#readme"
|
|
40
|
+
}
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ede": {
|
|
3
|
+
"color": {
|
|
4
|
+
"primary": {
|
|
5
|
+
"value": "{ede.color.blue.48}"
|
|
6
|
+
},
|
|
7
|
+
"primary-hover": {
|
|
8
|
+
"value": "{ede.color.blue.38}"
|
|
9
|
+
},
|
|
10
|
+
"error": { "value": "#dc3545" },
|
|
11
|
+
"alert-error": { "value": "#d3272f" },
|
|
12
|
+
"alert-error-background": { "value": "#fceeee" },
|
|
13
|
+
"warning": { "value": "#ffc107" },
|
|
14
|
+
"alert-warning": { "value": "#856404" },
|
|
15
|
+
"alert-warning-background": { "value": "#fff3cd" },
|
|
16
|
+
"succes": { "value": "#28a745" },
|
|
17
|
+
"alert-succes": { "value": "#155724" },
|
|
18
|
+
"alert-succes-background": { "value": "#d4edda" },
|
|
19
|
+
"info": { "value": "{ede.color.primary}" },
|
|
20
|
+
"alert-info": { "value": "{ede.color.red.49}" },
|
|
21
|
+
"alert-info-background": { "value": "{ede.color.red.96}" },
|
|
22
|
+
"blue": {
|
|
23
|
+
"32": {
|
|
24
|
+
"value": "#29417a"
|
|
25
|
+
},
|
|
26
|
+
"38": {
|
|
27
|
+
"value": "#304e91"
|
|
28
|
+
},
|
|
29
|
+
"42": {
|
|
30
|
+
"value": "#3656a1"
|
|
31
|
+
},
|
|
32
|
+
"48": {
|
|
33
|
+
"value": "#4170b3",
|
|
34
|
+
"comment": "Base/Blue"
|
|
35
|
+
},
|
|
36
|
+
"96": {
|
|
37
|
+
"value": "#f0f4f9"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"red": {
|
|
41
|
+
"49": {
|
|
42
|
+
"value": "#d3272f"
|
|
43
|
+
},
|
|
44
|
+
"96": {
|
|
45
|
+
"value": "#fceeee"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"grey": {
|
|
49
|
+
"27": {
|
|
50
|
+
"value": "#444444"
|
|
51
|
+
},
|
|
52
|
+
"29": {
|
|
53
|
+
"value": "#4a4a4a"
|
|
54
|
+
},
|
|
55
|
+
"31": {
|
|
56
|
+
"value": "#4f4f4f"
|
|
57
|
+
},
|
|
58
|
+
"33": {
|
|
59
|
+
"value": "#545454"
|
|
60
|
+
},
|
|
61
|
+
"46": {
|
|
62
|
+
"value": "#767676"
|
|
63
|
+
},
|
|
64
|
+
"48": {
|
|
65
|
+
"value": "#7a7a7a"
|
|
66
|
+
},
|
|
67
|
+
"50": {
|
|
68
|
+
"value": "#808080",
|
|
69
|
+
"comment": "Base/Grey"
|
|
70
|
+
},
|
|
71
|
+
"53": {
|
|
72
|
+
"value": "#888888"
|
|
73
|
+
},
|
|
74
|
+
"57": {
|
|
75
|
+
"value": "#919191"
|
|
76
|
+
},
|
|
77
|
+
"66": {
|
|
78
|
+
"value": "#a9a9a9"
|
|
79
|
+
},
|
|
80
|
+
"82": {
|
|
81
|
+
"value": "#d1d1d1"
|
|
82
|
+
},
|
|
83
|
+
"87": {
|
|
84
|
+
"value": "#dddddd"
|
|
85
|
+
},
|
|
86
|
+
"90": {
|
|
87
|
+
"value": "#e6e6e6"
|
|
88
|
+
},
|
|
89
|
+
"95": {
|
|
90
|
+
"value": "#f2f2f2"
|
|
91
|
+
},
|
|
92
|
+
"97": {
|
|
93
|
+
"value": "#f7f7f7"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"lightgrey": {
|
|
97
|
+
"90": {
|
|
98
|
+
"value": "#e6e6e6"
|
|
99
|
+
},
|
|
100
|
+
"94": {
|
|
101
|
+
"value": "#f0f0f0",
|
|
102
|
+
"comment": "Base/LightGrey"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"white": {
|
|
106
|
+
"96": {
|
|
107
|
+
"value": "#f5f5f5"
|
|
108
|
+
},
|
|
109
|
+
"98": {
|
|
110
|
+
"value": "#fafafa"
|
|
111
|
+
},
|
|
112
|
+
"100": {
|
|
113
|
+
"value": "#ffffff",
|
|
114
|
+
"comment": "Base/White"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"black": {
|
|
118
|
+
"0": {
|
|
119
|
+
"value": "#000000",
|
|
120
|
+
"comment": "Base/Black"
|
|
121
|
+
},
|
|
122
|
+
"0-60t": {
|
|
123
|
+
"value": "#00000099",
|
|
124
|
+
"comment": "Black with 60% transparency"
|
|
125
|
+
},
|
|
126
|
+
"6": {
|
|
127
|
+
"value": "#101010"
|
|
128
|
+
},
|
|
129
|
+
"20": {
|
|
130
|
+
"value": "#333333"
|
|
131
|
+
},
|
|
132
|
+
"30": {
|
|
133
|
+
"value": "#4d4d4d"
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ede": {
|
|
3
|
+
"font-size": {
|
|
4
|
+
"4xs": {
|
|
5
|
+
"value": "0.313rem",
|
|
6
|
+
"comment": "5px"
|
|
7
|
+
},
|
|
8
|
+
"3xs": {
|
|
9
|
+
"value": "0.5rem",
|
|
10
|
+
"comment": "8px"
|
|
11
|
+
},
|
|
12
|
+
"2xs": {
|
|
13
|
+
"value": "0.625rem",
|
|
14
|
+
"comment": "10px"
|
|
15
|
+
},
|
|
16
|
+
"xs": {
|
|
17
|
+
"value": "0.75rem",
|
|
18
|
+
"comment": "12px"
|
|
19
|
+
},
|
|
20
|
+
"sm": {
|
|
21
|
+
"value": "0.875rem",
|
|
22
|
+
"comment": "14px"
|
|
23
|
+
},
|
|
24
|
+
"md": {
|
|
25
|
+
"value": "1rem",
|
|
26
|
+
"comment": "16px"
|
|
27
|
+
},
|
|
28
|
+
"lg": {
|
|
29
|
+
"value": "1.166rem",
|
|
30
|
+
"comment": "19px"
|
|
31
|
+
},
|
|
32
|
+
"xl": {
|
|
33
|
+
"value": "1.666rem",
|
|
34
|
+
"comment": "27px"
|
|
35
|
+
},
|
|
36
|
+
"2xl": {
|
|
37
|
+
"value": "2.222rem",
|
|
38
|
+
"comment": "36px"
|
|
39
|
+
},
|
|
40
|
+
"3xl": {
|
|
41
|
+
"value": "3rem",
|
|
42
|
+
"comment": "48px"
|
|
43
|
+
},
|
|
44
|
+
"4xl": {
|
|
45
|
+
"value": "3.625rem",
|
|
46
|
+
"comment": "58px"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ede": {
|
|
3
|
+
"size": {
|
|
4
|
+
"4xs": { "value": "1px" },
|
|
5
|
+
"3xs": { "value": "2px" },
|
|
6
|
+
"2xs": { "value": "4px" },
|
|
7
|
+
"xs": { "value": "8px" },
|
|
8
|
+
"sm": { "value": "14px" },
|
|
9
|
+
"md": { "value": "18px" },
|
|
10
|
+
"lg": { "value": "24px" },
|
|
11
|
+
"xl": { "value": "32px" },
|
|
12
|
+
"2xl": { "value": "48px" },
|
|
13
|
+
"3xl": { "value": "72px" },
|
|
14
|
+
"4xl": { "value": "96px" }
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ede": {
|
|
3
|
+
"typography": {
|
|
4
|
+
"arial": {
|
|
5
|
+
"font-family": {
|
|
6
|
+
"value": "Arial, sans-serif"
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
"monospace": {
|
|
10
|
+
"font-family": {
|
|
11
|
+
"value": "Monospace, \"Lucida Console\""
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"font-weight": {
|
|
15
|
+
"bold": {
|
|
16
|
+
"value": "700"
|
|
17
|
+
},
|
|
18
|
+
"normal": {
|
|
19
|
+
"value": "400"
|
|
20
|
+
},
|
|
21
|
+
"light": {
|
|
22
|
+
"value": "100"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"scale": {
|
|
26
|
+
"4xs": { "value": "{ede.font-size.4xs}" },
|
|
27
|
+
"3xs": { "value": "{ede.font-size.3xs}" },
|
|
28
|
+
"2xs": { "value": "{ede.font-size.2xs}" },
|
|
29
|
+
"xs": { "value": "{ede.font-size.xs}" },
|
|
30
|
+
"sm": { "value": "{ede.font-size.sm}" },
|
|
31
|
+
"md": { "value": "{ede.font-size.md}" },
|
|
32
|
+
"lg": { "value": "{ede.font-size.lg}" },
|
|
33
|
+
"xl": { "value": "{ede.font-size.xl}" },
|
|
34
|
+
"2xl": { "value": "{ede.font-size.2xl}" },
|
|
35
|
+
"3xl": { "value": "{ede.font-size.3xl}" },
|
|
36
|
+
"4xl": { "value": "{ede.font-size.4xl}" }
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"space": {
|
|
4
|
+
"block": {
|
|
5
|
+
"3xs": { "value": "{ede.size.3xs}" },
|
|
6
|
+
"2xs": { "value": "{ede.size.2xs}" },
|
|
7
|
+
"xs": { "value": "{ede.size.xs}" },
|
|
8
|
+
"sm": { "value": "{ede.size.sm}" },
|
|
9
|
+
"md": { "value": "{ede.size.md}" },
|
|
10
|
+
"lg": { "value": "{ede.size.lg}" },
|
|
11
|
+
"xl": { "value": "{ede.size.xl}" },
|
|
12
|
+
"2xl": { "value": "{ede.size.2xl}" },
|
|
13
|
+
"3xl": { "value": "{ede.size.3xl}" }
|
|
14
|
+
},
|
|
15
|
+
"inline": {
|
|
16
|
+
"3xs": { "value": "{ede.size.3xs}" },
|
|
17
|
+
"2xs": { "value": "{ede.size.2xs}" },
|
|
18
|
+
"xs": { "value": "{ede.size.xs}" },
|
|
19
|
+
"sm": { "value": "{ede.size.sm}" },
|
|
20
|
+
"md": { "value": "{ede.size.md}" },
|
|
21
|
+
"lg": { "value": "{ede.size.lg}" },
|
|
22
|
+
"xl": { "value": "{ede.size.xl}" },
|
|
23
|
+
"2xl": { "value": "{ede.size.2xl}" },
|
|
24
|
+
"3xl": { "value": "{ede.size.3xl}" }
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"card-header": {
|
|
4
|
+
"background-color": {},
|
|
5
|
+
"border-bottom-width": {},
|
|
6
|
+
"border-bottom-style": {},
|
|
7
|
+
"border-bottom-color": {},
|
|
8
|
+
"color": { "value": "{ede.color.blue.42}" },
|
|
9
|
+
"hover": {
|
|
10
|
+
"background-color": {},
|
|
11
|
+
"border-bottom-width": {},
|
|
12
|
+
"border-bottom-style": {},
|
|
13
|
+
"border-bottom-color": {}
|
|
14
|
+
},
|
|
15
|
+
"title": {
|
|
16
|
+
"color": { "value": "{ede.color.blue.42}" },
|
|
17
|
+
"hover": {
|
|
18
|
+
"color": { "value": "{ede.color.blue.42}" }
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"date": {
|
|
22
|
+
"color": { "value": "{ede.color.blue.42}" },
|
|
23
|
+
"font-size": { "value": "{ede.font-size.sm}" },
|
|
24
|
+
"font-weight": { "value": "{ede.typography.font-weight.light}" },
|
|
25
|
+
"font-style": {},
|
|
26
|
+
"margin-block-end": { "value": "{ede.size.xs}" }
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"card-wrapper": {
|
|
4
|
+
"background-color": { "value": "{ede.color.white.100}" },
|
|
5
|
+
"border-color": {},
|
|
6
|
+
"border-style": {},
|
|
7
|
+
"border-width": {},
|
|
8
|
+
"border-bottom-color": {},
|
|
9
|
+
"border-bottom-style": {},
|
|
10
|
+
"border-bottom-width": {},
|
|
11
|
+
"border-radius": { "value": "0" },
|
|
12
|
+
"transition": {},
|
|
13
|
+
"box-shadow": {},
|
|
14
|
+
"color": { "value": "{ede.color.black.20}" },
|
|
15
|
+
"hover": {
|
|
16
|
+
"background-color": {},
|
|
17
|
+
"color": {},
|
|
18
|
+
"border-color": {},
|
|
19
|
+
"border-style": {},
|
|
20
|
+
"border-width": {},
|
|
21
|
+
"border-bottom-color": {},
|
|
22
|
+
"border-bottom-style": {},
|
|
23
|
+
"border-bottom-width": {},
|
|
24
|
+
"border-radius": {},
|
|
25
|
+
"box-shadow": {}
|
|
26
|
+
},
|
|
27
|
+
"padding-inline-end": { "value": "{ede.size.md}" },
|
|
28
|
+
"padding-inline-start": { "value": "{ede.size.md}" },
|
|
29
|
+
"padding-block-end": { "value": "{ede.size.md}" },
|
|
30
|
+
"padding-block-start": { "value": "{ede.size.md}" }
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"input-checkbox": {
|
|
4
|
+
"color": { "value": "{ede.color.white.100}" },
|
|
5
|
+
"border-width": { "value": "{ede.size.4xs}" },
|
|
6
|
+
"border-style": { "value": "solid" },
|
|
7
|
+
"border-color": { "value": "{ede.color.grey.46}" },
|
|
8
|
+
"border-radius": { "value": "3px" },
|
|
9
|
+
"box-shadow": {},
|
|
10
|
+
"hover": {
|
|
11
|
+
"color": { "value": "{ede.color.white.100}" },
|
|
12
|
+
"border-width": { "value": "{ede.size.4xs}" },
|
|
13
|
+
"border-style": { "value": "solid" },
|
|
14
|
+
"border-color": { "value": "{ede.color.grey.31}" },
|
|
15
|
+
"border-radius": { "value": "3px" },
|
|
16
|
+
"box-shadow": {}
|
|
17
|
+
},
|
|
18
|
+
"checked": {
|
|
19
|
+
"color": { "value": "{ede.color.primary}" },
|
|
20
|
+
"border-width": { "value": "{ede.size.4xs}" },
|
|
21
|
+
"border-style": { "value": "solid" },
|
|
22
|
+
"border-color": { "value": "{ede.color.primary}" },
|
|
23
|
+
"border-radius": { "value": "3px" },
|
|
24
|
+
"box-shadow": {},
|
|
25
|
+
"checkmark-url": {},
|
|
26
|
+
"hover": {
|
|
27
|
+
"color": { "value": "{ede.color.primary-hover}" },
|
|
28
|
+
"border-width": { "value": "{ede.size.4xs}" },
|
|
29
|
+
"border-style": { "value": "solid" },
|
|
30
|
+
"border-color": { "value": "{ede.color.primary-hover}" },
|
|
31
|
+
"border-radius": { "value": "3px" },
|
|
32
|
+
"box-shadow": {}
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"disabled": {
|
|
36
|
+
"color": { "value": "{ede.color.grey.82}" },
|
|
37
|
+
"border-width": { "value": "{ede.size.4xs}" },
|
|
38
|
+
"border-style": { "value": "solid" },
|
|
39
|
+
"border-color": { "value": "{ede.color.grey.82}" },
|
|
40
|
+
"border-radius": { "value": "3px" },
|
|
41
|
+
"box-shadow": {},
|
|
42
|
+
"hover": {
|
|
43
|
+
"color": { "value": "{ede.color.grey.82}" },
|
|
44
|
+
"border-width": { "value": "{ede.size.4xs}" },
|
|
45
|
+
"border-style": { "value": "solid" },
|
|
46
|
+
"border-color": { "value": "{ede.color.grey.82}" },
|
|
47
|
+
"border-radius": { "value": "3px" },
|
|
48
|
+
"box-shadow": {}
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"focus": {
|
|
52
|
+
"outline-width": { "value": "2px" },
|
|
53
|
+
"outline-style": { "value": "solid" },
|
|
54
|
+
"outline-color": { "value": "{ede.color.black.0}" },
|
|
55
|
+
"outline-offset": { "value": "2px" }
|
|
56
|
+
},
|
|
57
|
+
"label": {
|
|
58
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
59
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
60
|
+
"font-weight": {},
|
|
61
|
+
"font-family": { "value": "{utrecht.document.font-family}" },
|
|
62
|
+
"container": {
|
|
63
|
+
"padding": { "value": "3px" },
|
|
64
|
+
"margin": { "value": "3px" }
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"download-card": {
|
|
4
|
+
"background-color": {},
|
|
5
|
+
"title": {
|
|
6
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
7
|
+
"font-size": { "value": "{ede.font-size.md}" },
|
|
8
|
+
"font-weight": { "value": "{ede.typography.font-weight.bold}" },
|
|
9
|
+
"font-family": { "value": "{ede.typography.arial.font-family}" },
|
|
10
|
+
"margin-inline-end": { "value": "{ede.size.sm}" }
|
|
11
|
+
},
|
|
12
|
+
"border-width": { "value": "{ede.size.4xs}" },
|
|
13
|
+
"border-style": { "value": "solid" },
|
|
14
|
+
"border-color": { "value": "{ede.color.grey.82}" },
|
|
15
|
+
"border-radius": { "value": "{ede.size.3xs}" },
|
|
16
|
+
"icon": {
|
|
17
|
+
"gap": {
|
|
18
|
+
"value": "{ede.size.xs}"
|
|
19
|
+
},
|
|
20
|
+
"color": {}
|
|
21
|
+
},
|
|
22
|
+
"padding-inline-end": { "value": "{ede.size.md}" },
|
|
23
|
+
"padding-inline-start": { "value": "{ede.size.md}" },
|
|
24
|
+
"padding-block-end": { "value": "{ede.size.md}" },
|
|
25
|
+
"padding-block-start": { "value": "{ede.size.md}" }
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|