@conduction/theme 1.1.41 → 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.
Files changed (77) hide show
  1. package/README.md +1 -0
  2. package/municipalities/migrato-design-tokens/LICENSE.md +17 -0
  3. package/municipalities/migrato-design-tokens/README.md +3 -0
  4. package/municipalities/migrato-design-tokens/package.json +40 -0
  5. package/municipalities/migrato-design-tokens/src/brand/conduction/color.tokens.json +150 -0
  6. package/municipalities/migrato-design-tokens/src/brand/conduction/font-size.tokens.json +50 -0
  7. package/municipalities/migrato-design-tokens/src/brand/conduction/size.tokens.json +17 -0
  8. package/municipalities/migrato-design-tokens/src/brand/conduction/typography.tokens.json +45 -0
  9. package/municipalities/migrato-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  10. package/municipalities/migrato-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  11. package/municipalities/migrato-design-tokens/src/component/conduction/card-header.tokens.json +27 -0
  12. package/municipalities/migrato-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
  13. package/municipalities/migrato-design-tokens/src/component/conduction/checkbox.tokens.json +71 -0
  14. package/municipalities/migrato-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
  15. package/municipalities/migrato-design-tokens/src/component/conduction/logo.tokens.json +25 -0
  16. package/municipalities/migrato-design-tokens/src/component/conduction/navigation.tokens.json +88 -0
  17. package/municipalities/migrato-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
  18. package/municipalities/migrato-design-tokens/src/component/conduction/select.tokens.json +39 -0
  19. package/municipalities/migrato-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  20. package/municipalities/migrato-design-tokens/src/component/conduction/tabs.tokens.json +85 -0
  21. package/municipalities/migrato-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  22. package/municipalities/migrato-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
  23. package/municipalities/migrato-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
  24. package/municipalities/migrato-design-tokens/src/component/tilburg/footer.tokens.json +8 -0
  25. package/municipalities/migrato-design-tokens/src/component/tilburg/header.tokens.json +7 -0
  26. package/municipalities/migrato-design-tokens/src/component/tilburg/logo.tokens.json +7 -0
  27. package/municipalities/migrato-design-tokens/src/component/tilburg/navigation.tokens.json +15 -0
  28. package/municipalities/migrato-design-tokens/src/component/tilburg/search-card.tokens.json +9 -0
  29. package/municipalities/migrato-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  30. package/municipalities/migrato-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  31. package/municipalities/migrato-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  32. package/municipalities/migrato-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  33. package/municipalities/migrato-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -0
  34. package/municipalities/migrato-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  35. package/municipalities/migrato-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  36. package/municipalities/migrato-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  37. package/municipalities/migrato-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  38. package/municipalities/migrato-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
  39. package/municipalities/migrato-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  40. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +10 -0
  41. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  42. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  43. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
  44. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  45. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  46. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
  47. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +39 -0
  48. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -0
  49. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
  50. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  51. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  52. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  53. package/municipalities/migrato-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
  54. package/municipalities/migrato-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
  55. package/municipalities/migrato-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
  56. package/municipalities/migrato-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
  57. package/municipalities/migrato-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  58. package/municipalities/migrato-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  59. package/municipalities/migrato-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  60. package/municipalities/migrato-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  61. package/municipalities/migrato-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  62. package/municipalities/migrato-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  63. package/municipalities/migrato-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  64. package/municipalities/migrato-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  65. package/municipalities/migrato-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
  66. package/municipalities/migrato-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  67. package/municipalities/migrato-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
  68. package/municipalities/migrato-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  69. package/municipalities/migrato-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  70. package/municipalities/migrato-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  71. package/municipalities/migrato-design-tokens/src/component/utrecht/textbox.tokens.json +34 -0
  72. package/municipalities/migrato-design-tokens/src/config.json +73 -0
  73. package/municipalities/migrato-design-tokens/src/font/eau_sans_book.otf +0 -0
  74. package/municipalities/migrato-design-tokens/src/font.scss +6 -0
  75. package/municipalities/migrato-design-tokens/src/index.scss +8 -0
  76. package/municipalities/migrato-design-tokens/style-dictionary.config.js +6 -0
  77. package/package.json +3 -2
package/README.md CHANGED
@@ -6,6 +6,7 @@ Conduction's design tokens theme
6
6
 
7
7
  - **Version 1.1 (breaking changes from 1.0.x)**
8
8
 
9
+ - 1.1.42: Added Migrato theme.
9
10
  - 1.1.41: Added Ede theme.
10
11
  - 1.1.40: Added Tilburg tokens to Rotterdam theme.
11
12
  - 1.1.39: Added v1 version of BCT theme.
@@ -0,0 +1,17 @@
1
+ # Auteursrecht Migrato
2
+
3
+ Copyright (c) 2023 Migrato
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 Migrato.
8
+
9
+ Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van Migrato 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 Migrato.
@@ -0,0 +1,3 @@
1
+ # NL Design System design tokens Migrato
2
+
3
+ These tokens have been obtained by analysing the [website of Migrato](https://migrato.nl/).
@@ -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 Migrato",
5
+ "website": "https://migrato.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,150 @@
1
+ {
2
+ "migrato": {
3
+ "color": {
4
+ "primary": {
5
+ "value": "{migrato.color.green.34}"
6
+ },
7
+ "primary-hover": {
8
+ "value": "{migrato.color.green.34}"
9
+ },
10
+ "error": { "value": "#dc3545" },
11
+ "alert-error": { "value": "#c02b0a" },
12
+ "alert-error-background": { "value": "#fff9f9" },
13
+ "warning": { "value": "#ffc107" },
14
+ "alert-warning": { "value": "#d37300" },
15
+ "alert-warning-background": { "value": "#ffffec" },
16
+ "succes": { "value": "#28a745" },
17
+ "alert-succes": { "value": "#63660a" },
18
+ "alert-succes-background": { "value": "#fffff9" },
19
+ "info": { "value": "{migrato.color.primary}" },
20
+ "alert-info": { "value": "#4e4f6b" },
21
+ "alert-info-background": { "value": "#fafaff" },
22
+ "blue": {
23
+ "52": {
24
+ "value": "#2e5ed9"
25
+ },
26
+ "63": {
27
+ "value": "#4376fc"
28
+ },
29
+ "95": {
30
+ "value": "#e6edff"
31
+ }
32
+ },
33
+ "green": {
34
+ "33": {
35
+ "value": "#5d8d19",
36
+ "comment": "Button"
37
+ },
38
+ "34": {
39
+ "value": "#769c11",
40
+ "comment": "Base/Green"
41
+ },
42
+ "46": {
43
+ "value": "#7faf3b",
44
+ "comment": "Button-hover"
45
+ }
46
+ },
47
+ "orange": {
48
+ "47-90t": {
49
+ "value": "#ef8b00e6"
50
+ },
51
+ "47": {
52
+ "value": "#ef8b00"
53
+ },
54
+ "52": {
55
+ "value": "#F18719",
56
+ "comment": "Base/Orange"
57
+ }
58
+ },
59
+ "grey": {
60
+ "20": {
61
+ "value": "#333333"
62
+ },
63
+ "22": {
64
+ "value": "#393939"
65
+ },
66
+ "27": {
67
+ "value": "#444444"
68
+ },
69
+ "29": {
70
+ "value": "#4a4a4a"
71
+ },
72
+ "31": {
73
+ "value": "#4f4f4f"
74
+ },
75
+ "46": {
76
+ "value": "#767676"
77
+ },
78
+ "48": {
79
+ "value": "#7a7a7a"
80
+ },
81
+ "50": {
82
+ "value": "#808080",
83
+ "comment": "Base/Grey"
84
+ },
85
+ "57": {
86
+ "value": "#919191"
87
+ },
88
+ "67": {
89
+ "value": "#aaaaaa"
90
+ },
91
+ "71": {
92
+ "value": "#b4b4b4"
93
+ },
94
+ "75": {
95
+ "value": "#bfbfbf"
96
+ },
97
+ "82": {
98
+ "value": "#d1d1d1"
99
+ },
100
+ "87": {
101
+ "value": "#dddddd"
102
+ },
103
+ "90": {
104
+ "value": "#e6e6e6"
105
+ },
106
+ "95": {
107
+ "value": "#f2f2f2"
108
+ },
109
+ "97": {
110
+ "value": "#f7f7f7"
111
+ }
112
+ },
113
+ "lightgrey": {
114
+ "88": {
115
+ "value": "#e1e1e1",
116
+ "comment": "Base/LightGrey"
117
+ },
118
+ "96": {
119
+ "value": "#f5f5f5",
120
+ "comment": "Base/LightGrey"
121
+ },
122
+ "97": {
123
+ "value": "#f8f8f8"
124
+ }
125
+ },
126
+ "white": {
127
+ "98": {
128
+ "value": "#fafafa"
129
+ },
130
+ "100": {
131
+ "value": "#ffffff",
132
+ "comment": "Base/White"
133
+ }
134
+ },
135
+ "black": {
136
+ "0": {
137
+ "value": "#000000",
138
+ "comment": "Base/Black"
139
+ },
140
+ "0-60t": {
141
+ "value": "#00000099",
142
+ "comment": "Black with 60% transparency"
143
+ },
144
+ "30": {
145
+ "value": "#4d4d4d"
146
+ }
147
+ }
148
+ }
149
+ }
150
+ }
@@ -0,0 +1,50 @@
1
+ {
2
+ "migrato": {
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": "1.125rem",
26
+ "comment": "18px"
27
+ },
28
+ "lg": {
29
+ "value": "1.25rem",
30
+ "comment": "20px"
31
+ },
32
+ "xl": {
33
+ "value": "1.5rem",
34
+ "comment": "24px"
35
+ },
36
+ "2xl": {
37
+ "value": "2rem",
38
+ "comment": "32px"
39
+ },
40
+ "3xl": {
41
+ "value": "2.813rem",
42
+ "comment": "45px"
43
+ },
44
+ "4xl": {
45
+ "value": "3.625rem",
46
+ "comment": "58px"
47
+ }
48
+ }
49
+ }
50
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "migrato": {
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,45 @@
1
+ {
2
+ "migrato": {
3
+ "typography": {
4
+ "eau-sans": {
5
+ "font-family": {
6
+ "value": "\"Eau Sans\", Arial, sans-serif"
7
+ }
8
+ },
9
+ "sans-serif": {
10
+ "font-family": {
11
+ "value": "sans-serif"
12
+ }
13
+ },
14
+ "monospace": {
15
+ "font-family": {
16
+ "value": "Monospace, \"Lucida Console\""
17
+ }
18
+ },
19
+ "font-weight": {
20
+ "bold": {
21
+ "value": "700"
22
+ },
23
+ "normal": {
24
+ "value": "400"
25
+ },
26
+ "light": {
27
+ "value": "100"
28
+ }
29
+ },
30
+ "scale": {
31
+ "4xs": { "value": "{migrato.font-size.4xs}" },
32
+ "3xs": { "value": "{migrato.font-size.3xs}" },
33
+ "2xs": { "value": "{migrato.font-size.2xs}" },
34
+ "xs": { "value": "{migrato.font-size.xs}" },
35
+ "sm": { "value": "{migrato.font-size.sm}" },
36
+ "md": { "value": "{migrato.font-size.md}" },
37
+ "lg": { "value": "{migrato.font-size.lg}" },
38
+ "xl": { "value": "{migrato.font-size.xl}" },
39
+ "2xl": { "value": "{migrato.font-size.2xl}" },
40
+ "3xl": { "value": "{migrato.font-size.3xl}" },
41
+ "4xl": { "value": "{migrato.font-size.4xl}" }
42
+ }
43
+ }
44
+ }
45
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "utrecht": {
3
+ "action": {
4
+ "busy": { "cursor": { "value": "wait" } },
5
+ "disabled": { "cursor": { "value": "not-allowed" } },
6
+ "submit": { "cursor": { "value": "pointer" } }
7
+ }
8
+ }
9
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "utrecht": {
3
+ "space": {
4
+ "block": {
5
+ "3xs": { "value": "{migrato.size.3xs}" },
6
+ "2xs": { "value": "{migrato.size.2xs}" },
7
+ "xs": { "value": "{migrato.size.xs}" },
8
+ "sm": { "value": "{migrato.size.sm}" },
9
+ "md": { "value": "{migrato.size.md}" },
10
+ "lg": { "value": "{migrato.size.lg}" },
11
+ "xl": { "value": "{migrato.size.xl}" },
12
+ "2xl": { "value": "{migrato.size.2xl}" },
13
+ "3xl": { "value": "{migrato.size.3xl}" }
14
+ },
15
+ "inline": {
16
+ "3xs": { "value": "{migrato.size.3xs}" },
17
+ "2xs": { "value": "{migrato.size.2xs}" },
18
+ "xs": { "value": "{migrato.size.xs}" },
19
+ "sm": { "value": "{migrato.size.sm}" },
20
+ "md": { "value": "{migrato.size.md}" },
21
+ "lg": { "value": "{migrato.size.lg}" },
22
+ "xl": { "value": "{migrato.size.xl}" },
23
+ "2xl": { "value": "{migrato.size.2xl}" },
24
+ "3xl": { "value": "{migrato.size.3xl}" }
25
+ }
26
+ }
27
+ }
28
+ }
@@ -0,0 +1,27 @@
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": "{migrato.color.green.46}" }
17
+ },
18
+ "date": {
19
+ "color": { "value": "{migrato.color.black.0}" },
20
+ "font-size": { "value": "{migrato.font-size.sm}" },
21
+ "font-weight": { "value": "{migrato.typography.font-weight.light}" },
22
+ "font-style": {},
23
+ "margin-block-end": { "value": "{migrato.size.xs}" }
24
+ }
25
+ }
26
+ }
27
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "conduction": {
3
+ "card-wrapper": {
4
+ "background-color": { "value": "{migrato.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": "{migrato.size.md}" },
12
+ "transition": {},
13
+ "box-shadow": { "value": "0 0 25px 0 #d1d1d1" },
14
+ "color": { "value": "{migrato.color.black.0}" },
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": "{migrato.size.md}" },
28
+ "padding-inline-start": { "value": "{migrato.size.md}" },
29
+ "padding-block-end": { "value": "{migrato.size.md}" },
30
+ "padding-block-start": { "value": "{migrato.size.md}" }
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,71 @@
1
+ {
2
+ "conduction": {
3
+ "input-checkbox": {
4
+ "color": { "value": "{migrato.color.white.100}" },
5
+ "border-width": { "value": "{migrato.size.4xs}" },
6
+ "border-style": { "value": "solid" },
7
+ "border-color": { "value": "{migrato.color.grey.46}" },
8
+ "border-radius": { "value": "3px" },
9
+ "box-shadow": {},
10
+ "hover": {
11
+ "color": { "value": "{migrato.color.white.100}" },
12
+ "border-width": { "value": "{migrato.size.4xs}" },
13
+ "border-style": { "value": "solid" },
14
+ "border-color": { "value": "{migrato.color.grey.31}" },
15
+ "border-radius": { "value": "3px" },
16
+ "box-shadow": {}
17
+ },
18
+ "checked": {
19
+ "color": {},
20
+ "border-width": { "value": "{migrato.size.4xs}" },
21
+ "border-style": { "value": "solid" },
22
+ "border-color": {},
23
+ "border-radius": { "value": "3px" },
24
+ "box-shadow": {},
25
+ "checkmark-url": {},
26
+
27
+ "hover": {
28
+ "color": {},
29
+ "border-width": { "value": "{migrato.size.4xs}" },
30
+ "border-style": { "value": "solid" },
31
+ "border-color": {},
32
+ "border-radius": { "value": "3px" },
33
+ "box-shadow": {}
34
+
35
+ }
36
+ },
37
+ "disabled": {
38
+ "color": { "value": "{migrato.color.grey.82}" },
39
+ "border-width": { "value": "{migrato.size.4xs}" },
40
+ "border-style": { "value": "solid" },
41
+ "border-color": { "value": "{migrato.color.grey.82}" },
42
+ "border-radius": { "value": "3px" },
43
+ "box-shadow": {},
44
+ "hover": {
45
+ "color": { "value": "{migrato.color.grey.82}" },
46
+ "border-width": { "value": "{migrato.size.4xs}" },
47
+ "border-style": { "value": "solid" },
48
+ "border-color": { "value": "{migrato.color.grey.82}" },
49
+ "border-radius": { "value": "3px" },
50
+ "box-shadow": {}
51
+ }
52
+ },
53
+ "focus": {
54
+ "outline-width": { "value": "2px" },
55
+ "outline-style": { "value": "solid" },
56
+ "outline-color": { "value": "{migrato.color.black.0}" },
57
+ "outline-offset": { "value": "2px" }
58
+ },
59
+ "label": {
60
+ "color": { "value": "{utrecht.document.color}" },
61
+ "font-size": { "value": "{utrecht.document.font-size}" },
62
+ "font-weight": {},
63
+ "font-family": { "value": "{utrecht.document.font-family}" },
64
+ "container": {
65
+ "padding": { "value": "3px" },
66
+ "margin": { "value": "3px" }
67
+ }
68
+ }
69
+ }
70
+ }
71
+ }
@@ -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": "{migrato.font-size.md}" },
8
+ "font-weight": { "value": "{migrato.typography.font-weight.bold}" },
9
+ "font-family": { "value": "{migrato.typography.eau-sans.font-family}" },
10
+ "margin-inline-end": { "value": "{migrato.size.sm}" }
11
+ },
12
+ "border-width": { "value": "{migrato.size.4xs}" },
13
+ "border-style": { "value": "solid" },
14
+ "border-color": { "value": "{migrato.color.grey.82}" },
15
+ "border-radius": { "value": "{migrato.size.3xs}" },
16
+ "icon": {
17
+ "gap": {
18
+ "value": "{migrato.size.xs}"
19
+ },
20
+ "color": {}
21
+ },
22
+ "padding-inline-end": { "value": "{migrato.size.md}" },
23
+ "padding-inline-start": { "value": "{migrato.size.md}" },
24
+ "padding-block-end": { "value": "{migrato.size.md}" },
25
+ "padding-block-start": { "value": "{migrato.size.md}" }
26
+ }
27
+ }
28
+ }