@conduction/theme 1.1.39 → 1.1.41

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 (80) hide show
  1. package/README.md +2 -0
  2. package/municipalities/ede-design-tokens/LICENSE.md +17 -0
  3. package/municipalities/ede-design-tokens/README.md +3 -0
  4. package/municipalities/ede-design-tokens/documentation/color.stories.mdx +17 -0
  5. package/municipalities/ede-design-tokens/documentation/components.stories.mdx +11 -0
  6. package/municipalities/ede-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  7. package/municipalities/ede-design-tokens/documentation/readme.stories.mdx +7 -0
  8. package/municipalities/ede-design-tokens/package.json +40 -0
  9. package/municipalities/ede-design-tokens/src/brand/ede/color.tokens.json +138 -0
  10. package/municipalities/ede-design-tokens/src/brand/ede/font-size.tokens.json +50 -0
  11. package/municipalities/ede-design-tokens/src/brand/ede/size.tokens.json +17 -0
  12. package/municipalities/ede-design-tokens/src/brand/ede/typography.tokens.json +40 -0
  13. package/municipalities/ede-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  14. package/municipalities/ede-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  15. package/municipalities/ede-design-tokens/src/component/conduction/card-header.tokens.json +30 -0
  16. package/municipalities/ede-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
  17. package/municipalities/ede-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  18. package/municipalities/ede-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
  19. package/municipalities/ede-design-tokens/src/component/conduction/logo.tokens.json +25 -0
  20. package/municipalities/ede-design-tokens/src/component/conduction/navigation.tokens.json +88 -0
  21. package/municipalities/ede-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
  22. package/municipalities/ede-design-tokens/src/component/conduction/select.tokens.json +39 -0
  23. package/municipalities/ede-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  24. package/municipalities/ede-design-tokens/src/component/conduction/tabs.tokens.json +85 -0
  25. package/municipalities/ede-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  26. package/municipalities/ede-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
  27. package/municipalities/ede-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
  28. package/municipalities/ede-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  29. package/municipalities/ede-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  30. package/municipalities/ede-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  31. package/municipalities/ede-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  32. package/municipalities/ede-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -0
  33. package/municipalities/ede-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  34. package/municipalities/ede-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  35. package/municipalities/ede-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  36. package/municipalities/ede-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  37. package/municipalities/ede-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
  38. package/municipalities/ede-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  39. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  40. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  41. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  42. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
  43. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  44. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  45. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
  46. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
  47. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -0
  48. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
  49. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  50. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  51. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  52. package/municipalities/ede-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
  53. package/municipalities/ede-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
  54. package/municipalities/ede-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
  55. package/municipalities/ede-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
  56. package/municipalities/ede-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  57. package/municipalities/ede-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  58. package/municipalities/ede-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  59. package/municipalities/ede-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  60. package/municipalities/ede-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  61. package/municipalities/ede-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  62. package/municipalities/ede-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  63. package/municipalities/ede-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  64. package/municipalities/ede-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
  65. package/municipalities/ede-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  66. package/municipalities/ede-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
  67. package/municipalities/ede-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  68. package/municipalities/ede-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  69. package/municipalities/ede-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  70. package/municipalities/ede-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
  71. package/municipalities/ede-design-tokens/src/config.json +73 -0
  72. package/municipalities/ede-design-tokens/src/index.scss +7 -0
  73. package/municipalities/ede-design-tokens/style-dictionary.config.js +6 -0
  74. package/municipalities/rotterdam-design-tokens/src/component/conduction/tabs.tokens.json +6 -2
  75. package/municipalities/rotterdam-design-tokens/src/component/tilburg/footer.tokens.json +8 -0
  76. package/municipalities/rotterdam-design-tokens/src/component/tilburg/header.tokens.json +7 -0
  77. package/municipalities/rotterdam-design-tokens/src/component/tilburg/logo.tokens.json +7 -0
  78. package/municipalities/rotterdam-design-tokens/src/component/tilburg/navigation.tokens.json +15 -0
  79. package/municipalities/rotterdam-design-tokens/src/component/tilburg/search-card.tokens.json +9 -0
  80. package/package.json +4 -2
@@ -0,0 +1,88 @@
1
+ {
2
+ "conduction": {
3
+ "primary": {
4
+ "top-nav": {
5
+ "color": { "value": "{ede.color.blue.42}" },
6
+ "background-color": { "value": "{ede.color.white.100}" },
7
+ "list": {
8
+ "border-color": {},
9
+ "border-style": {},
10
+ "border-width": {}
11
+ },
12
+ "hover": {
13
+ "color": { "value": "{ede.color.blue.32}" },
14
+ "background-color": { "value": "{ede.color.white.100}" },
15
+ "box-shadow": {},
16
+ "font-weight": {}
17
+ },
18
+ "current": {
19
+ "color": { "value": "{ede.color.blue.32}" },
20
+ "background-color": { "value": "{ede.color.white.100}" },
21
+ "box-shadow": { "value": "unset" },
22
+ "mobile": {
23
+ "box-shadow": { "value": "unset" }
24
+ },
25
+ "font-weight": {}
26
+ },
27
+ "dropdown": {
28
+ "color": { "value": "{ede.color.blue.42}" },
29
+ "background-color": { "value": "{ede.color.white.100}" },
30
+ "border-width": {},
31
+ "border-style": {},
32
+ "border-color": {},
33
+ "hover": {
34
+ "color": { "value": "{ede.color.blue.32}" },
35
+ "background-color": { "value": "{ede.color.white.100}" },
36
+ "box-shadow": {},
37
+ "font-weight": {}
38
+ },
39
+ "current": {
40
+ "color": { "value": "{ede.color.blue.32}" },
41
+ "background-color": { "value": "{ede.color.white.100}" },
42
+ "box-shadow": { "value": "unset" },
43
+ "mobile": {
44
+ "box-shadow": { "value": "unset" }
45
+ },
46
+ "font-weight": {}
47
+ }
48
+ },
49
+ "item": {
50
+ "padding": { "value": "18px" },
51
+ "border-radius": {},
52
+ "border-color": {},
53
+ "border-style": {},
54
+ "border-width": {},
55
+ "transition": {}
56
+ },
57
+ "padding-inline-end": { "value": "16px" },
58
+ "padding-inline-start": { "value": "16px" },
59
+ "padding-block-end": { "value": "16px" },
60
+ "padding-block-start": { "value": "16px" }
61
+ }
62
+ },
63
+ "secondary": {
64
+ "top-nav": {
65
+ "color": { "value": "{ede.color.grey.29}" },
66
+ "background-color": { "value": "transparent" },
67
+ "hover": {
68
+ "color": { "value": "{ede.color.primary}" },
69
+ "background-color": { "value": "{ede.color.white.100}" }
70
+ },
71
+ "current": {
72
+ "color": { "value": "{ede.color.primary}" },
73
+ "background-color": { "value": "{ede.color.white.100}" },
74
+ "box-shadow": { "value": "unset" }
75
+ },
76
+ "font-size": { "value": "{ede.font-size.md}" },
77
+ "font-weight": { "value": "400" },
78
+ "item": {
79
+ "padding": { "value": "18px" }
80
+ },
81
+ "padding-inline-end": { "value": "16px" },
82
+ "padding-inline-start": { "value": "16px" },
83
+ "padding-block-end": { "value": "16px" },
84
+ "padding-block-start": { "value": "16px" }
85
+ }
86
+ }
87
+ }
88
+ }
@@ -0,0 +1,95 @@
1
+ {
2
+ "conduction": {
3
+ "pagination": {
4
+ "container": {
5
+ "background-color": { "value": "unset" },
6
+ "padding-inline-start": { "value": "0px" },
7
+ "padding-inline-end": { "value": "0px" },
8
+ "padding-block-start": { "value": "0px" },
9
+ "padding-block-end": { "value": "0px" }
10
+ },
11
+ "item": {
12
+ "gap": { "value": "{ede.size.2xs}" },
13
+ "color": { "value": "{ede.color.black.0}" },
14
+ "background-color": { "value": "transparent" },
15
+ "padding-inline-start": { "value": "{ede.size.xs}" },
16
+ "padding-inline-end": { "value": "{ede.size.xs}" },
17
+ "padding-block-start": { "value": "{ede.size.xs}" },
18
+ "padding-block-end": { "value": "{ede.size.xs}" },
19
+ "font-size": { "value": "{utrecht.document.font-size}" },
20
+ "font-weight": { "value": "{ede.typography.font-weight.normal}" },
21
+ "font-family": { "value": "{utrecht.document.font-family}" },
22
+ "border-width": {},
23
+ "border-style": {},
24
+ "border-color": {},
25
+ "border-bottom-width": {},
26
+ "border-bottom-style": {},
27
+ "border-bottom-color": {},
28
+ "border-radius": { "value": "{ede.size.2xs}" }
29
+ },
30
+ "navigation-button": {
31
+ "color": { "value": "{ede.color.blue.42}" },
32
+ "background-color": { "value": "transparent" },
33
+ "border-width": {},
34
+ "border-style": {},
35
+ "border-color": {},
36
+ "border-bottom-width": {},
37
+ "border-bottom-style": {},
38
+ "border-bottom-color": {},
39
+ "border-radius": {},
40
+ "padding-inline-start": { "value": "0px" },
41
+ "padding-inline-end": { "value": "0px" },
42
+ "padding-block-start": { "value": "0px" },
43
+ "padding-block-end": { "value": "0px" },
44
+ "disabled": {
45
+ "color": { "value": "{ede.color.grey.57}" },
46
+ "background-color": { "value": "transparent" },
47
+ "border-width": {},
48
+ "border-style": {},
49
+ "border-color": {},
50
+ "border-bottom-width": {},
51
+ "border-bottom-style": {},
52
+ "border-bottom-color": {},
53
+ "border-radius": {}
54
+ },
55
+ "hover": {
56
+ "color": { "value": "{ede.color.primary-hover}" },
57
+ "background-color": { "value": "transparent" },
58
+ "border-width": {},
59
+ "border-style": {},
60
+ "border-color": {},
61
+ "border-bottom-width": {},
62
+ "border-bottom-style": {},
63
+ "border-bottom-color": {},
64
+ "border-radius": {}
65
+ }
66
+ },
67
+ "current-page": {
68
+ "color": { "value": "{ede.color.blue.42}" },
69
+ "background-color": { "value": "transparent" },
70
+ "font-weight": { "value": "{ede.typography.font-weight.bold}" },
71
+ "text-decoration": { "value": "unset" },
72
+ "border-width": {},
73
+ "border-style": {},
74
+ "border-color": {},
75
+ "border-bottom-width": {},
76
+ "border-bottom-style": {},
77
+ "border-bottom-color": {}
78
+ },
79
+ "page": {
80
+ "hover": {
81
+ "color": { "value": "{ede.color.primary-hover}" },
82
+ "background-color": { "value": "transparent" },
83
+ "text-decoration": { "value": "unset" },
84
+ "text-decoration-thickness": { "value": "0px" },
85
+ "border-width": {},
86
+ "border-style": {},
87
+ "border-color": {},
88
+ "border-bottom-width": {},
89
+ "border-bottom-style": {},
90
+ "border-bottom-color": {}
91
+ }
92
+ }
93
+ }
94
+ }
95
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "conduction": {
3
+ "input-select": {
4
+ "background-color": { "value": "{ede.color.white.100}" },
5
+ "border": { "value": "{ede.size.4xs} solid {ede.color.grey.48}" },
6
+ "border-focus": { "value": "unset" },
7
+ "border-radius": { "value": "{utrecht.form-input.border-radius}" },
8
+ "invalid-border-color": { "value": "{ede.color.error}" },
9
+ "padding-block-end": { "value": 0 },
10
+ "padding-block-start": { "value": 0 },
11
+ "hover": {},
12
+ "focus": {},
13
+ "list-option": {
14
+ "font-family": { "value": "{ede.typography.arial.font-family}" },
15
+ "background-color": {},
16
+ "color": {},
17
+ "hover": {
18
+ "font-family": { "value": "{ede.typography.arial.font-family}" },
19
+ "background-color": {},
20
+ "color": {}
21
+ },
22
+ "selected": {
23
+ "background-color": {},
24
+ "color": {}
25
+ },
26
+ "focus": {
27
+ "background-color": {},
28
+ "color": {}
29
+ }
30
+ },
31
+ "placeholder": {
32
+ "color": {
33
+ "value": "{utrecht.form-input.placeholder.color}"
34
+ },
35
+ "font-family": { "value": "{ede.typography.arial.font-family}" }
36
+ }
37
+ }
38
+ }
39
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "conduction": {
3
+ "table-wrapper": {
4
+ "scroll-button": {
5
+ "background-color": { "value": "{ede.color.white.100}" },
6
+ "color": { "value": "{ede.color.black.0}" },
7
+ "padding-inline-start": { "value": "{ede.size.sm}" },
8
+ "padding-inline-end": { "value": "{ede.size.sm}" },
9
+ "padding-block-start": {},
10
+ "padding-block-end": {},
11
+ "border-width": {},
12
+ "border-style": {},
13
+ "border-color": {},
14
+ "hover": {
15
+ "background-color": { "value": "{ede.color.white.100}" },
16
+ "color": { "value": "{ede.color.primary}" }
17
+ }
18
+ }
19
+ }
20
+ }
21
+ }
@@ -0,0 +1,85 @@
1
+ {
2
+ "conduction": {
3
+ "tabs": {
4
+ "tab": {
5
+ "background-color": { "value": "transparent" },
6
+ "color": { "value": "{ede.color.grey.29}" },
7
+ "border-width": {},
8
+ "border-style": {},
9
+ "border-color": {},
10
+ "border-bottom": {},
11
+ "border-bottom-width": {},
12
+ "border-bottom-style": {},
13
+ "border-bottom-color": {},
14
+ "bottom": { "value": "-2px" },
15
+ "padding-block-start": { "value": "{ede.size.xs}" },
16
+ "padding-block-end": { "value": "{ede.size.xs}" },
17
+ "padding-inline-start": { "value": "{ede.size.sm}" },
18
+ "padding-inline-end": { "value": "{ede.size.sm}" },
19
+ "margin-inline-end": {},
20
+ "font-size": { "value": "{ede.font-size.md}" },
21
+ "font-weight": { "value": "{ede.typography.font-weight.normal}" },
22
+ "font-family": { "value": "{utrecht.document.font-family}" },
23
+ "max-width": { "value": "unset" },
24
+ "min-width": { "value": "160px" },
25
+ "min-height": { "value": "61px" },
26
+ "letter-spacing": {},
27
+ "text-transform": {},
28
+ "selected": {
29
+ "background-color": { "value": "transparent" },
30
+ "color": { "value": "{ede.color.grey.29}" },
31
+ "box-shadow": {},
32
+ "border-width": {},
33
+ "border-style": {},
34
+ "border-color": {},
35
+ "border-bottom": {},
36
+ "border-bottom-width": { "value": "{ede.size.3xs}" },
37
+ "border-bottom-style": { "value": "solid" },
38
+ "border-bottom-color": { "value": "{ede.color.primary}" },
39
+ "font-weight": { "value": "{ede.typography.font-weight.bold}" },
40
+ "font-family": { "value": "{utrecht.document.font-family}" },
41
+ "hover": {
42
+ "background-color": {},
43
+ "color": { "value": "{ede.color.grey.29}" },
44
+ "text-decoration": {}
45
+ }
46
+ },
47
+ "hover": {
48
+ "background-color": {},
49
+ "color": { "value": "{ede.color.grey.29}" },
50
+ "text-decoration": {},
51
+ "font-weight": {}
52
+ },
53
+ "list": {
54
+ "padding-inline-start": { "value": "0px" },
55
+ "margin-block-end": { "value": "0px" },
56
+ "border-bottom-width": { "value": "{ede.size.3xs}" },
57
+ "border-bottom-style": { "value": "solid" },
58
+ "border-bottom-color": { "value": "{ede.color.grey.82}" }
59
+ },
60
+ "panel": {
61
+ "background-color": {},
62
+ "padding-block-start": { "value": "{ede.size.lg}" },
63
+ "padding-block-end": { "value": "{ede.size.lg}" },
64
+ "padding-inline-start": { "value": "{ede.size.lg}" },
65
+ "padding-inline-end": { "value": "{ede.size.lg}" },
66
+ "border-width": {},
67
+ "border-style": {},
68
+ "border-color": {},
69
+ "border-top": {}
70
+ }
71
+ },
72
+ "scroll-button": {
73
+ "background-color": { "value": "{ede.color.primary}" },
74
+ "color": { "value": "{ede.color.white.100}" },
75
+ "border-width": {},
76
+ "border-style": {},
77
+ "border-color": {},
78
+ "hover": {
79
+ "background-color": { "value": "{ede.color.primary-hover}" },
80
+ "color": { "value": "{ede.color.white.100}" }
81
+ }
82
+ }
83
+ }
84
+ }
85
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "conduction": {
3
+ "tooltip": {
4
+ "background-color": { "value": "{ede.color.black.0}" },
5
+ "color": { "value": "{ede.color.white.100}" },
6
+ "padding-block-start": { "value": "{ede.size.xs}" },
7
+ "padding-block-end": { "value": "{ede.size.xs}" },
8
+ "padding-inline-start": { "value": "{ede.size.sm}" },
9
+ "padding-inline-end": { "value": "{ede.size.sm}" },
10
+ "border-width": { "value": "0px" },
11
+ "border-style": { "value": "unset" },
12
+ "border-color": { "value": "unset" },
13
+ "border-radius": { "value": "0px" },
14
+ "z-index": { "value": "9999" }
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,107 @@
1
+ {
2
+ "denhaag": {
3
+ "process-steps": {
4
+ "font-family": { "value": "{utrecht.document.font-family}" },
5
+ "font-size": { "value": "{utrecht.document.font-size}" },
6
+ "line-height": {},
7
+ "step-heading": {
8
+ "color": { "value": "{utrecht.document.color}" },
9
+ "font-family": { "value": "{utrecht.heading-1.font-family}" },
10
+ "font-size": { "value": "{ede.font-size.lg}" },
11
+ "font-weight": { "value": "{ede.typography.font-weight.bold}" },
12
+ "current": {
13
+ "color": {}
14
+ },
15
+ "checked": {
16
+ "color": {}
17
+ },
18
+ "not-checked": {
19
+ "color": {}
20
+ },
21
+ "warning": {
22
+ "color": {}
23
+ }
24
+ },
25
+ "sub-step-marker": {
26
+ "border-color": {},
27
+ "current": {
28
+ "border-color": {}
29
+ },
30
+ "checked": {
31
+ "border-color": {}
32
+ },
33
+ "not-checked": {
34
+ "border-color": {}
35
+ },
36
+ "warning": {
37
+ "border-color": {}
38
+ }
39
+ },
40
+ "step-line": {
41
+ "stroke-width": {},
42
+ "color": {},
43
+ "checked": {
44
+ "color": {}
45
+ },
46
+ "warning": {
47
+ "color": {}
48
+ }
49
+ },
50
+ "step-metadata": {
51
+ "color": {},
52
+ "font-size": {}
53
+ },
54
+ "step-description": {
55
+ "color": {},
56
+ "font-size": {}
57
+ },
58
+ "sub-step": {},
59
+ "sub-step-heading": {
60
+ "color": {},
61
+ "font-family": {},
62
+ "font-size": {},
63
+ "font-weight": {}
64
+ },
65
+ "step-distance": { "value": "10px" }
66
+ },
67
+ "step-marker": {
68
+ "border-color": {},
69
+ "background-color": { "value": "{ede.color.white.100}" },
70
+ "border-width": {},
71
+ "color": { "value": "{ede.color.black.0}" },
72
+ "font-size": {},
73
+ "font-weight": {},
74
+ "size": { "value": "30px" },
75
+ "current": {
76
+ "border-color": {},
77
+ "background-color": { "value": "{ede.color.alert-info-background}" },
78
+ "border-width": { "value": "5px" },
79
+ "color": { "value": "{ede.color.alert-info}" }
80
+ },
81
+ "not-checked": {
82
+ "border-color": {},
83
+ "background-color": { "value": "{ede.color.white.100}" },
84
+ "border-width": { "value": "3px" },
85
+ "color": { "value": "{ede.color.black.0}" }
86
+ },
87
+ "checked": {
88
+ "border-color": {},
89
+ "background-color": { "value": "{ede.color.alert-succes-background}" },
90
+ "border-width": { "value": "3px" },
91
+ "color": { "value": "{ede.color.succes}" }
92
+ },
93
+ "warning": {
94
+ "border-color": {},
95
+ "background-color": { "value": "{ede.color.alert-warning-background}" },
96
+ "color": { "value": "{ede.color.warning}" },
97
+ "border-width": { "value": "{ede.size.4xs}" }
98
+ },
99
+ "error": {
100
+ "border-color": {},
101
+ "background-color": { "value": "{ede.color.alert-error-background}" },
102
+ "color": { "value": "{ede.color.error}" },
103
+ "border-width": { "value": "{ede.size.4xs}" }
104
+ }
105
+ }
106
+ }
107
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "open-catalogi": {
3
+ "rating": {
4
+ "rating-bar": {
5
+ "color": { "value": "{ede.color.primary}" },
6
+ "background-color": {}
7
+ },
8
+ "font-size": { "value": "{utrecht.document.font-size}" },
9
+ "font-family": { "value": "{utrecht.document.font-family}" }
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ "utrecht": {
3
+ "alert": {
4
+ "background-color": { "value": "{ede.color.alert-info-background}" },
5
+ "border-color": { "value": "{ede.color.alert-info}" },
6
+ "border-width": { "value": "{ede.size.3xs}" },
7
+ "color": { "value": "{ede.color.alert-info}" },
8
+ "padding-block-start": { "value": "{ede.size.lg}" },
9
+ "padding-block-end": { "value": "{ede.size.lg}" },
10
+ "padding-inline-start": { "value": "{ede.size.lg}" },
11
+ "padding-inline-end": { "value": "{ede.size.lg}" },
12
+ "margin-block-start": {},
13
+ "margin-block-end": {},
14
+ "warning": {
15
+ "background-color": { "value": "{ede.color.alert-warning-background}" },
16
+ "color": { "value": "{ede.color.alert-warning}" },
17
+ "border-color": { "value": "{ede.color.alert-warning}" },
18
+ "border-width": { "value": "{ede.size.3xs}" }
19
+ },
20
+ "error": {
21
+ "background-color": { "value": "{ede.color.alert-error-background}" },
22
+ "color": { "value": "{ede.color.alert-error}" },
23
+ "border-color": { "value": "{ede.color.alert-error}" },
24
+ "border-width": { "value": "{ede.size.3xs}" }
25
+ },
26
+ "ok": {
27
+ "background-color": { "value": "{ede.color.alert-succes-background}" },
28
+ "color": { "value": "{ede.color.alert-succes}" },
29
+ "border-color": { "value": "{ede.color.alert-succes}" },
30
+ "border-width": { "value": "{ede.size.3xs}" }
31
+ },
32
+ "icon": {
33
+ "color": { "value": "{ede.color.alert-info}" },
34
+ "error": {
35
+ "color": { "value": "{ede.color.alert-error}" }
36
+ },
37
+ "warning": {
38
+ "color": { "value": "{ede.color.alert-warning}" }
39
+ },
40
+ "ok": {
41
+ "color": { "value": "{ede.color.alert-succes}" }
42
+ }
43
+ }
44
+ }
45
+ }
46
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "utrecht": {
3
+ "badge-counter": {
4
+ "background-color": { "value": "{ede.color.primary}" },
5
+ "border-radius": { "value": "50%" },
6
+ "color": { "value": "{ede.color.white.100}" },
7
+ "font-size": { "value": "{utrecht.document.font-size}" },
8
+ "font-weight": { "value": "{ede.typography.font-weight.normal}" },
9
+ "padding-block": { "value": "{ede.size.2xs}" },
10
+ "padding-inline": { "value": "{ede.size.2xs}" }
11
+ }
12
+ }
13
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "utrecht": {
3
+ "badge": {
4
+ "background-color": { "value": "{ede.color.black.0} " },
5
+ "border-radius": { "value": "0" },
6
+ "color": { "value": "{ede.color.white.100} " },
7
+ "font-size": { "value": "{ede.font-size.sm}" },
8
+ "font-weight": { "value": "{ede.typography.font-weight.normal}" },
9
+ "line-height": {},
10
+ "padding-block": { "value": "{ede.size.xs}" },
11
+ "padding-inline": { "value": "{ede.size.xs}" },
12
+ "text-transform": {}
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "utrecht": {
3
+ "blockquote": {
4
+ "background-color": {},
5
+ "color": {},
6
+ "margin-inline-start": { "value": "{ede.size.xl}" },
7
+ "margin-inline-end": { "value": "{ede.size.xl}" },
8
+ "margin-inline-block-start": {},
9
+ "margin-inline-block-end": {},
10
+ "font-size": {},
11
+ "font-style": {},
12
+ "font-family": {},
13
+ "padding-inline-start": {},
14
+ "padding-inline-end": {},
15
+ "padding-inline-block-start": {},
16
+ "padding-inline-block-end": {},
17
+ "attribution": {
18
+ "color": {},
19
+ "font-size": {}
20
+ },
21
+ "content": {
22
+ "color": { "value": "{ede.color.black.0}" },
23
+ "font-size": { "value": "{ede.font-size.md}" }
24
+ }
25
+ }
26
+ }
27
+ }
@@ -0,0 +1,44 @@
1
+ {
2
+ "utrecht": {
3
+ "breadcrumb-nav": {
4
+ "block-size": {},
5
+ "font-family": { "value": "{utrecht.document.font-family}" },
6
+ "font-size": {},
7
+ "text-transform": {},
8
+ "item": {
9
+ "padding-block-start": {},
10
+ "padding-block-end": {},
11
+ "padding-inline-end": { "value": "6px" },
12
+ "padding-inline-start": { "value": "6px" }
13
+ },
14
+ "link": {
15
+ "background-color": {},
16
+ "color": { "value": "{ede.color.primary}" },
17
+ "focus": {
18
+ "background-color": {},
19
+ "color": {},
20
+ "text-decoration": {}
21
+ },
22
+ "hover": {
23
+ "color": { "value": "{ede.color.primary-hover}" },
24
+ "text-decoration": {}
25
+ },
26
+ "current": {
27
+ "background-color": {},
28
+ "color": { "value": "{ede.color.grey.29}" },
29
+ "font-weight": {}
30
+ },
31
+ "disabled": {
32
+ "color": { "value": "{ede.color.grey.29}" }
33
+ }
34
+ },
35
+ "separator": {
36
+ "inline-size": {},
37
+ "color": { "value": "{ede.color.grey.53}" },
38
+ "icon": {
39
+ "size": { "value": "{ede.font-size.sm}" }
40
+ }
41
+ }
42
+ }
43
+ }
44
+ }