@conduction/theme 1.1.42 → 1.1.43

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 (100) hide show
  1. package/README.md +1 -0
  2. package/conduction-design-tokens/src/brand/conduction/color.tokens.json +3 -0
  3. package/conduction-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -0
  4. package/conduction-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -0
  5. package/conduction-design-tokens/src/component/conduction/card-header.tokens.json +8 -1
  6. package/conduction-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -0
  7. package/conduction-design-tokens/src/component/tilburg/search-card.tokens.json +35 -0
  8. package/conduction-design-tokens/src/component/utrecht/accordion.tokens.json +68 -0
  9. package/conduction-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -0
  10. package/conduction-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -0
  11. package/conduction-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +2 -1
  12. package/conduction-design-tokens/src/component/utrecht/select.tokens.json +47 -0
  13. package/conduction-design-tokens/src/component/utrecht/textbox.tokens.json +1 -0
  14. package/municipalities/noordwijk-design-tokens/src/font.js +8 -8
  15. package/municipalities/oude-ijsselstreek-design-tokens/LICENSE.md +17 -0
  16. package/municipalities/oude-ijsselstreek-design-tokens/README.md +3 -0
  17. package/municipalities/oude-ijsselstreek-design-tokens/documentation/color.stories.mdx +17 -0
  18. package/municipalities/oude-ijsselstreek-design-tokens/documentation/components.stories.mdx +11 -0
  19. package/municipalities/oude-ijsselstreek-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  20. package/municipalities/oude-ijsselstreek-design-tokens/documentation/readme.stories.mdx +7 -0
  21. package/municipalities/oude-ijsselstreek-design-tokens/package.json +42 -0
  22. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/color.tokens.json +142 -0
  23. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/font-size.tokens.json +50 -0
  24. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/size.tokens.json +17 -0
  25. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/typography.tokens.json +40 -0
  26. package/municipalities/oude-ijsselstreek-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  27. package/municipalities/oude-ijsselstreek-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  28. package/municipalities/oude-ijsselstreek-design-tokens/src/components/amsterdam/date-input.tokens.json +29 -0
  29. package/municipalities/oude-ijsselstreek-design-tokens/src/components/amsterdam/pagination.tokens.json +149 -0
  30. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/card-header.tokens.json +34 -0
  31. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/card-wrapper.tokens.json +33 -0
  32. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/checkbox.tokens.json +69 -0
  33. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/download-card.tokens.json +28 -0
  34. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/logo.tokens.json +40 -0
  35. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/navigation.tokens.json +88 -0
  36. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/pagination.tokens.json +95 -0
  37. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/select.tokens.json +39 -0
  38. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/table-wrapper.tokens.json +21 -0
  39. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/tabs.tokens.json +85 -0
  40. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/tooltip.tokens.json +17 -0
  41. package/municipalities/oude-ijsselstreek-design-tokens/src/components/den-haag/process-step.tokens.json +107 -0
  42. package/municipalities/oude-ijsselstreek-design-tokens/src/components/den-haag/sidenav.tokens.json +31 -0
  43. package/municipalities/oude-ijsselstreek-design-tokens/src/components/open-catalogi/rating.tokens.json +12 -0
  44. package/municipalities/oude-ijsselstreek-design-tokens/src/components/tilburg/search-card.tokens.json +35 -0
  45. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/accordion.tokens.json +68 -0
  46. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/alert.tokens.json +46 -0
  47. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge-counter.tokens.json +13 -0
  48. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge-status.tokens.json +8 -0
  49. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge.tokens.json +15 -0
  50. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/blockquote.tokens.json +27 -0
  51. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/breadcrumb.tokens.json +44 -0
  52. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/button.tokens.json +152 -0
  53. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/calendar.tokens.json +80 -0
  54. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/checkbox.tokens.json +57 -0
  55. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/code.tokens.json +26 -0
  56. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/data-list.tokens.json +28 -0
  57. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/document.tokens.json +12 -0
  58. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/accordion.tokens.json +36 -0
  59. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/alert.tokens.json +9 -0
  60. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  61. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  62. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/form-field.tokens.json +13 -0
  63. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/form-input.tokens.json +26 -0
  64. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/icon.tokens.json +7 -0
  65. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/link.tokens.json +10 -0
  66. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/page-footer.tokens.json +40 -0
  67. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/page-header.tokens.json +15 -0
  68. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/radio-button.tokens.json +14 -0
  69. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/select.tokens.json +9 -0
  70. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  71. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/table.tokens.json +37 -0
  72. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/textbox.tokens.json +26 -0
  73. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/focus.tokens.json +15 -0
  74. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-field.tokens.json +17 -0
  75. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-input.tokens.json +34 -0
  76. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-label.tokens.json +23 -0
  77. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/heading.tokens.json +49 -0
  78. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/icon.tokens.json +12 -0
  79. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/link.tokens.json +33 -0
  80. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/list.tokens.json +31 -0
  81. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page-footer.tokens.json +13 -0
  82. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page-header.tokens.json +10 -0
  83. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page.tokens.json +11 -0
  84. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/paragraph.tokens.json +25 -0
  85. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/radio-button.tokens.json +68 -0
  86. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/select.tokens.json +47 -0
  87. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/separator.tokens.json +10 -0
  88. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/skip-link.tokens.json +16 -0
  89. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/spotlight-section.tokens.json +24 -0
  90. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/surface.tokens.json +8 -0
  91. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/table.tokens.json +60 -0
  92. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/textbox.tokens.json +35 -0
  93. package/municipalities/oude-ijsselstreek-design-tokens/src/config.json +73 -0
  94. package/municipalities/oude-ijsselstreek-design-tokens/src/font/Gill Sans-bold.woff2 +0 -0
  95. package/municipalities/oude-ijsselstreek-design-tokens/src/font/Gill Sans-light.woff2 +0 -0
  96. package/municipalities/oude-ijsselstreek-design-tokens/src/font/Gill Sans.woff2 +0 -0
  97. package/municipalities/oude-ijsselstreek-design-tokens/src/font.scss +57 -0
  98. package/municipalities/oude-ijsselstreek-design-tokens/src/index.scss +8 -0
  99. package/municipalities/oude-ijsselstreek-design-tokens/style-dictionary.config.js +6 -0
  100. package/package.json +3 -2
@@ -0,0 +1,142 @@
1
+ {
2
+ "oude-ijsselstreek": {
3
+ "color": {
4
+ "primary": {
5
+ "value": "{oude-ijsselstreek.color.dark-blue.16}"
6
+ },
7
+ "primary-hover": {
8
+ "value": "{oude-ijsselstreek.color.blue.34}"
9
+ },
10
+ "error": { "value": "#dc3545" },
11
+ "alert-error": { "value": "#721c24" },
12
+ "alert-error-background": { "value": "#f8d7da" },
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": "{oude-ijsselstreek.color.primary}" },
20
+ "alert-info": { "value": "{oude-ijsselstreek.color.orange.15}" },
21
+ "alert-info-background": { "value": "{oude-ijsselstreek.color.orange.88}" },
22
+ "dark-blue": {
23
+ "9": {
24
+ "value": "#081026"
25
+ },
26
+ "16": {
27
+ "value": "#0f1d43",
28
+ "comment": "Base/Dark Blue"
29
+ }
30
+ },
31
+ "blue": {
32
+ "34": {
33
+ "value": "#006bad",
34
+ "comment": "Base/Blue"
35
+ },
36
+ "93": {
37
+ "value": "#e1e8fa"
38
+ }
39
+ },
40
+ "orange": {
41
+ "15": {
42
+ "value": "#451b07"
43
+ },
44
+ "61": {
45
+ "value": "#ec7e4b",
46
+ "comment": "Base/Orange"
47
+ },
48
+ "88": {
49
+ "value": "#f8d7c8"
50
+ }
51
+ },
52
+ "green": {
53
+ "16": {
54
+ "value": "#025130"
55
+ },
56
+ "26": {
57
+ "value": "#018352",
58
+ "comment": "Base/Green"
59
+ },
60
+ "32": {
61
+ "value": "#00a365"
62
+ }
63
+ },
64
+ "grey": {
65
+ "27": {
66
+ "value": "#444444"
67
+ },
68
+ "29": {
69
+ "value": "#4a4a4a"
70
+ },
71
+ "31": {
72
+ "value": "#4f4f4f"
73
+ },
74
+ "46": {
75
+ "value": "#767676"
76
+ },
77
+ "48": {
78
+ "value": "#7a7a7a"
79
+ },
80
+ "50": {
81
+ "value": "#808080",
82
+ "comment": "Base/Grey"
83
+ },
84
+ "70": {
85
+ "value": "#b3b3b3"
86
+ },
87
+ "82": {
88
+ "value": "#d1d1d1"
89
+ },
90
+ "87": {
91
+ "value": "#dddddd"
92
+ },
93
+ "90": {
94
+ "value": "#e6e6e6"
95
+ },
96
+ "95": {
97
+ "value": "#f2f2f2"
98
+ },
99
+ "97": {
100
+ "value": "#f7f7f7"
101
+ }
102
+ },
103
+ "lightgrey": {
104
+ "93": {
105
+ "value": "#eceeef"
106
+ },
107
+ "94": {
108
+ "value": "#f2eeed"
109
+ },
110
+ "96": {
111
+ "value": "#f5f5f5",
112
+ "comment": "Base/LightGrey"
113
+ }
114
+ },
115
+ "white": {
116
+ "98": {
117
+ "value": "#fafafa"
118
+ },
119
+ "100": {
120
+ "value": "#ffffff",
121
+ "comment": "Base/White"
122
+ }
123
+ },
124
+ "black": {
125
+ "0": {
126
+ "value": "#000000",
127
+ "comment": "Base/Black"
128
+ },
129
+ "0-60t": {
130
+ "value": "#00000099",
131
+ "comment": "Black with 60% transparency"
132
+ },
133
+ "12": {
134
+ "value": "#1f1f1f"
135
+ },
136
+ "30": {
137
+ "value": "#4d4d4d"
138
+ }
139
+ }
140
+ }
141
+ }
142
+ }
@@ -0,0 +1,50 @@
1
+ {
2
+ "oude-ijsselstreek": {
3
+ "font-size": {
4
+ "4xs": {
5
+ "value": "0.5rem",
6
+ "comment": "8px"
7
+ },
8
+ "3xs": {
9
+ "value": "0.625rem",
10
+ "comment": "10px"
11
+ },
12
+ "2xs": {
13
+ "value": "0.625rem",
14
+ "comment": "12px"
15
+ },
16
+ "xs": {
17
+ "value": "0.875rem",
18
+ "comment": "14px"
19
+ },
20
+ "sm": {
21
+ "value": "1rem",
22
+ "comment": "16px"
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.375rem",
34
+ "comment": "22px"
35
+ },
36
+ "2xl": {
37
+ "value": "1.875rem",
38
+ "comment": "30px"
39
+ },
40
+ "3xl": {
41
+ "value": "2.625rem",
42
+ "comment": "42px"
43
+ },
44
+ "4xl": {
45
+ "value": "3.625rem",
46
+ "comment": "58px"
47
+ }
48
+ }
49
+ }
50
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "oude-ijsselstreek": {
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
+ "oude-ijsselstreek": {
3
+ "typography": {
4
+ "sans-serif": {
5
+ "font-family": {
6
+ "value": "\"Gill Sans\", monospace"
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": "500"
20
+ },
21
+ "light": {
22
+ "value": "400"
23
+ }
24
+ },
25
+ "scale": {
26
+ "4xs": { "value": "{oude-ijsselstreek.font-size.4xs}" },
27
+ "3xs": { "value": "{oude-ijsselstreek.font-size.3xs}" },
28
+ "2xs": { "value": "{oude-ijsselstreek.font-size.2xs}" },
29
+ "xs": { "value": "{oude-ijsselstreek.font-size.xs}" },
30
+ "sm": { "value": "{oude-ijsselstreek.font-size.sm}" },
31
+ "md": { "value": "{oude-ijsselstreek.font-size.md}" },
32
+ "lg": { "value": "{oude-ijsselstreek.font-size.lg}" },
33
+ "xl": { "value": "{oude-ijsselstreek.font-size.xl}" },
34
+ "2xl": { "value": "{oude-ijsselstreek.font-size.2xl}" },
35
+ "3xl": { "value": "{oude-ijsselstreek.font-size.3xl}" },
36
+ "4xl": { "value": "{oude-ijsselstreek.font-size.4xl}" }
37
+ }
38
+ }
39
+ }
40
+ }
@@ -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": "{oude-ijsselstreek.size.3xs}" },
6
+ "2xs": { "value": "{oude-ijsselstreek.size.2xs}" },
7
+ "xs": { "value": "{oude-ijsselstreek.size.xs}" },
8
+ "sm": { "value": "{oude-ijsselstreek.size.sm}" },
9
+ "md": { "value": "{oude-ijsselstreek.size.md}" },
10
+ "lg": { "value": "{oude-ijsselstreek.size.lg}" },
11
+ "xl": { "value": "{oude-ijsselstreek.size.xl}" },
12
+ "2xl": { "value": "{oude-ijsselstreek.size.2xl}" },
13
+ "3xl": { "value": "{oude-ijsselstreek.size.3xl}" }
14
+ },
15
+ "inline": {
16
+ "3xs": { "value": "{oude-ijsselstreek.size.3xs}" },
17
+ "2xs": { "value": "{oude-ijsselstreek.size.2xs}" },
18
+ "xs": { "value": "{oude-ijsselstreek.size.xs}" },
19
+ "sm": { "value": "{oude-ijsselstreek.size.sm}" },
20
+ "md": { "value": "{oude-ijsselstreek.size.md}" },
21
+ "lg": { "value": "{oude-ijsselstreek.size.lg}" },
22
+ "xl": { "value": "{oude-ijsselstreek.size.xl}" },
23
+ "2xl": { "value": "{oude-ijsselstreek.size.2xl}" },
24
+ "3xl": { "value": "{oude-ijsselstreek.size.3xl}" }
25
+ }
26
+ }
27
+ }
28
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "ams": {
3
+ "date-input": {
4
+ "background-color": { "value": "{utrecht.textbox.background-color}" },
5
+ "box-shadow": { "value": "" },
6
+ "color": { "value": "{utrecht.textbox.color}" },
7
+ "font-family": { "value": "{utrecht.textbox.font-family}" },
8
+ "font-size": { "value": "{utrecht.textbox.font-size}" },
9
+ "font-weight": { "value": "{utrecht.textbox.font-weight}" },
10
+ "line-height": { "value": "{utrecht.textbox.line-height}" },
11
+ "min-block-size": {},
12
+ "min-inline-size": {},
13
+ "outline-offset": {},
14
+ "padding-block": { "value": "{oude-ijsselstreek.size.xs}" },
15
+ "padding-inline": { "value": "{oude-ijsselstreek.size.xs}" },
16
+ "calender-picker-indicator-background-image": {
17
+ "value": "url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJXaW5kb3dUZXh0IiBkPSJNMjAgM2gtMVYxaC0ydjJIN1YxSDV2Mkg0Yy0xLjEgMC0yIC45LTIgMnYxNmMwIDEuMS45IDIgMiAyaDE2YzEuMSAwIDItLjkgMi0yVjVjMC0xLjEtLjktMi0yLTJ6bTAgMThINFY4aDE2djEzeiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L3N2Zz4=')"
18
+ },
19
+ "hover-calender-picker-indicator-background-image": {
20
+ "value": "url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJXaW5kb3dUZXh0IiBkPSJNMjAgM2gtMVYxaC0ydjJIN1YxSDV2Mkg0Yy0xLjEgMC0yIC45LTIgMnYxNmMwIDEuMS45IDIgMiAyaDE2YzEuMSAwIDItLjkgMi0yVjVjMC0xLjEtLjktMi0yLTJ6bTAgMThINFY4aDE2djEzeiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L3N2Zz4=')"
21
+ },
22
+ "border-color": { "value": "{utrecht.textbox.border-color}" },
23
+ "border-style": { "value": "solid" },
24
+ "border-width": { "value": "{utrecht.textbox.border-width}" },
25
+ "border-radius": { "value": "{utrecht.textbox.border-radius}" },
26
+ "margin-block": {}
27
+ }
28
+ }
29
+ }
@@ -0,0 +1,149 @@
1
+ {
2
+ "ams": {
3
+ "pagination": {
4
+ "background-color": { "value": "{oude-ijsselstreek.color.lightgrey.93}" },
5
+ "padding-block-start": { "value": "{oude-ijsselstreek.size.xs}" },
6
+ "padding-block-end": { "value": "{oude-ijsselstreek.size.xs}" },
7
+ "padding-inline-start": { "value": "{oude-ijsselstreek.size.xs}" },
8
+ "padding-inline-end": { "value": "{oude-ijsselstreek.size.xs}" },
9
+ "color": { "value": "{oude-ijsselstreek.color.primary}" },
10
+ "gap": { "value": "{oude-ijsselstreek.size.2xs}" },
11
+ "font-size": { "value": "{utrecht.document.font-size}" },
12
+ "font-family": { "value": "{utrecht.document.font-family}" },
13
+ "line-height": {},
14
+ "icon": {
15
+ "color": { "value": "{oude-ijsselstreek.color.primary}" }
16
+ },
17
+ "button": {
18
+ "background-color": { "value": "{oude-ijsselstreek.color.white.98}" },
19
+ "border-color": {},
20
+ "border-radius": { "value": "0px" },
21
+ "border-width": {},
22
+ "color": { "value": "{oude-ijsselstreek.color.primary}" },
23
+ "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.normal}" },
24
+ "min-block-size": {},
25
+ "min-inline-size": {},
26
+ "padding-inline-start": { "value": "17.1px" },
27
+ "padding-inline-end": { "value": "17.1px" },
28
+ "padding-inline": { "value": "17.1px" },
29
+ "padding-block-start": { "value": "6.3px" },
30
+ "padding-block-end": { "value": "6.3px" },
31
+ "padding-block": { "value": "6.3px" },
32
+ "text-decoration": { "value": "none" },
33
+ "text-decoration-thickness": {},
34
+ "active": {
35
+ "background-color": {},
36
+ "border-color": {},
37
+ "color": {},
38
+ "text-decoration": { "value": "underline" },
39
+ "text-decoration-thickness": {}
40
+ },
41
+ "current": {
42
+ "background-color": { "value": "{oude-ijsselstreek.color.primary}" },
43
+ "border-color": {},
44
+ "color": { "value": "{oude-ijsselstreek.color.white.98}" },
45
+ "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.normal}" },
46
+ "text-decoration": { "value": "underline" },
47
+ "text-decoration-thickness": {}
48
+ },
49
+ "focus": {
50
+ "background-color": {},
51
+ "color": {},
52
+ "text-decoration": { "value": "underline" },
53
+ "text-decoration-thickness": {}
54
+ },
55
+ "hover": {
56
+ "background-color": { "value": "{oude-ijsselstreek.color.blue.93}" },
57
+ "border-color": {},
58
+ "color": { "value": "{oude-ijsselstreek.color.primary}" },
59
+ "text-decoration": { "value": "underline" },
60
+ "text-decoration-thickness": { "value": "1.8px" }
61
+ }
62
+ },
63
+ "navigation-button": {
64
+ "background-color": { "value": "{oude-ijsselstreek.color.white.98}" },
65
+ "border-color": {},
66
+ "border-radius": { "value": "0px" },
67
+ "border-width": {},
68
+ "color": { "value": "{oude-ijsselstreek.color.primary}" },
69
+ "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.normal}" },
70
+ "min-block-size": {},
71
+ "min-inline-size": {},
72
+ "padding-block-end": { "value": "{oude-ijsselstreek.size.xs}" },
73
+ "padding-block-start": { "value": "{oude-ijsselstreek.size.xs}" },
74
+ "padding-inline-end": { "value": "{oude-ijsselstreek.size.xs}" },
75
+ "padding-inline-start": { "value": "{oude-ijsselstreek.size.xs}" },
76
+ "text-decoration": { "value": "none" },
77
+ "hover": {
78
+ "background-color": { "value": "{oude-ijsselstreek.color.blue.93}" },
79
+ "border-color": {},
80
+ "border-radius": { "value": "0px" },
81
+ "border-width": {},
82
+ "color": { "value": "{oude-ijsselstreek.color.white.98}" },
83
+ "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.normal}" },
84
+ "min-block-size": {},
85
+ "min-inline-size": {},
86
+ "padding-block-end": { "value": "{oude-ijsselstreek.size.xs}" },
87
+ "padding-block-start": { "value": "{oude-ijsselstreek.size.xs}" },
88
+ "padding-inline-end": { "value": "{oude-ijsselstreek.size.xs}" },
89
+ "padding-inline-start": { "value": "{oude-ijsselstreek.size.xs}" },
90
+ "text-decoration": { "value": "underline" },
91
+ "text-decoration-thickness": { "value": "1.8px" }
92
+ }
93
+ },
94
+ "description": {
95
+ "color": {},
96
+ "font-weight": {}
97
+ },
98
+ "ellipses": {
99
+ "color": {},
100
+ "font-weight": {},
101
+ "padding-block-end": { "value": "{oude-ijsselstreek.size.xs}" },
102
+ "padding-block-start": { "value": "{oude-ijsselstreek.size.xs}" },
103
+ "padding-inline-end": { "value": "{oude-ijsselstreek.size.xs}" },
104
+ "padding-inline-start": { "value": "{oude-ijsselstreek.size.xs}" }
105
+ },
106
+ "relative-link": {
107
+ "background-color": {},
108
+ "border-color": {},
109
+ "border-radius": {},
110
+ "border-width": {},
111
+ "color": {},
112
+ "font-weight": {},
113
+ "min-block-size": {},
114
+ "min-inline-size": {},
115
+ "padding-block-end": {},
116
+ "padding-block-start": {},
117
+ "padding-inline-end": {},
118
+ "padding-inline-start": {},
119
+ "text-decoration": {},
120
+ "active": {
121
+ "background-color": {},
122
+ "border-color": {},
123
+ "color": {},
124
+ "text-decoration": {}
125
+ },
126
+ "disabled": {
127
+ "background-color": {},
128
+ "border-color": {},
129
+ "color": {}
130
+ },
131
+ "focus": {
132
+ "background-color": {},
133
+ "color": {},
134
+ "text-decoration": {}
135
+ },
136
+ "hover": {
137
+ "background-color": {},
138
+ "border-color": {},
139
+ "color": {},
140
+ "text-decoration": {}
141
+ },
142
+ "icon": {
143
+ "margin-inline": {},
144
+ "size": {}
145
+ }
146
+ }
147
+ }
148
+ }
149
+ }
@@ -0,0 +1,34 @@
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": "{oude-ijsselstreek.color.primary-hover}" },
17
+ "text-decoration": { "value": "none" },
18
+ "text-underline-offset": { "value": "5px" },
19
+ "hover": {
20
+ "color": { "value": "{oude-ijsselstreek.color.primary}" },
21
+ "text-decoration": {},
22
+ "text-underline-offset": {}
23
+ }
24
+ },
25
+ "date": {
26
+ "color": { "value": "{oude-ijsselstreek.color.black.0}" },
27
+ "font-size": { "value": "{oude-ijsselstreek.font-size.sm}" },
28
+ "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.light}" },
29
+ "font-style": {},
30
+ "margin-block-end": { "value": "{oude-ijsselstreek.size.xs}" }
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "conduction": {
3
+ "card-wrapper": {
4
+ "background-color": { "value": "{oude-ijsselstreek.color.lightgrey.94}" },
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": "0px" },
12
+ "transition": {},
13
+ "box-shadow": {},
14
+ "color": { "value": "{oude-ijsselstreek.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-start": { "value": "{oude-ijsselstreek.size.sm}" },
28
+ "padding-inline-end": { "value": "{oude-ijsselstreek.size.sm}" },
29
+ "padding-block-start": { "value": "{oude-ijsselstreek.size.sm}" },
30
+ "padding-block-end": { "value": "{oude-ijsselstreek.size.sm}" }
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,69 @@
1
+ {
2
+ "conduction": {
3
+ "input-checkbox": {
4
+ "color": { "value": "{oude-ijsselstreek.color.white.100}" },
5
+ "border-width": { "value": "{oude-ijsselstreek.size.4xs}" },
6
+ "border-style": { "value": "solid" },
7
+ "border-color": { "value": "{oude-ijsselstreek.color.grey.46}" },
8
+ "border-radius": { "value": "3px" },
9
+ "box-shadow": {},
10
+ "hover": {
11
+ "color": { "value": "{oude-ijsselstreek.color.white.100}" },
12
+ "border-width": { "value": "{oude-ijsselstreek.size.4xs}" },
13
+ "border-style": { "value": "solid" },
14
+ "border-color": { "value": "{oude-ijsselstreek.color.grey.31}" },
15
+ "border-radius": { "value": "3px" },
16
+ "box-shadow": {}
17
+ },
18
+ "checked": {
19
+ "color": { "value": "{oude-ijsselstreek.color.primary}" },
20
+ "border-width": { "value": "{oude-ijsselstreek.size.4xs}" },
21
+ "border-style": { "value": "solid" },
22
+ "border-color": { "value": "{oude-ijsselstreek.color.primary}" },
23
+ "border-radius": { "value": "3px" },
24
+ "box-shadow": {},
25
+ "checkmark-url": {},
26
+ "hover": {
27
+ "color": { "value": "{oude-ijsselstreek.color.primary-hover}" },
28
+ "border-width": { "value": "{oude-ijsselstreek.size.4xs}" },
29
+ "border-style": { "value": "solid" },
30
+ "border-color": { "value": "{oude-ijsselstreek.color.primary-hover}" },
31
+ "border-radius": { "value": "3px" },
32
+ "box-shadow": {}
33
+ }
34
+ },
35
+ "disabled": {
36
+ "color": { "value": "{oude-ijsselstreek.color.grey.82}" },
37
+ "border-width": { "value": "{oude-ijsselstreek.size.4xs}" },
38
+ "border-style": { "value": "solid" },
39
+ "border-color": { "value": "{oude-ijsselstreek.color.grey.82}" },
40
+ "border-radius": { "value": "3px" },
41
+ "box-shadow": {},
42
+ "hover": {
43
+ "color": { "value": "{oude-ijsselstreek.color.grey.82}" },
44
+ "border-width": { "value": "{oude-ijsselstreek.size.4xs}" },
45
+ "border-style": { "value": "solid" },
46
+ "border-color": { "value": "{oude-ijsselstreek.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": "{oude-ijsselstreek.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": "{oude-ijsselstreek.font-size.md}" },
8
+ "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.bold}" },
9
+ "font-family": { "value": "{oude-ijsselstreek.typography.sans-serif.font-family}" },
10
+ "margin-inline-end": { "value": "{oude-ijsselstreek.size.sm}" }
11
+ },
12
+ "border-width": { "value": "{oude-ijsselstreek.size.4xs}" },
13
+ "border-style": { "value": "solid" },
14
+ "border-color": { "value": "{oude-ijsselstreek.color.grey.82}" },
15
+ "border-radius": { "value": "{oude-ijsselstreek.size.3xs}" },
16
+ "icon": {
17
+ "gap": {
18
+ "value": "{oude-ijsselstreek.size.xs}"
19
+ },
20
+ "color": {}
21
+ },
22
+ "padding-inline-end": { "value": "{oude-ijsselstreek.size.md}" },
23
+ "padding-inline-start": { "value": "{oude-ijsselstreek.size.md}" },
24
+ "padding-block-end": { "value": "{oude-ijsselstreek.size.md}" },
25
+ "padding-block-start": { "value": "{oude-ijsselstreek.size.md}" }
26
+ }
27
+ }
28
+ }