@conduction/theme 1.0.15 → 1.0.17
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 +7 -3
- package/conduction-design-tokens/dist/design-tokens.css +7 -3
- package/conduction-design-tokens/dist/index.js +7 -3
- package/conduction-design-tokens/dist/index.json +88 -4
- package/conduction-design-tokens/dist/index.less +7 -3
- package/conduction-design-tokens/dist/index.scss +7 -3
- package/conduction-design-tokens/dist/tokens.json +88 -8
- package/conduction-design-tokens/src/component/utrecht/button.tokens.json +6 -6
- package/conduction-design-tokens/src/config.json +1 -1
- package/municipalities/leiden-design-tokens/LICENSE.md +17 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +283 -0
- package/municipalities/leiden-design-tokens/dist/font.css +1 -0
- package/municipalities/leiden-design-tokens/dist/index.css +7 -0
- package/municipalities/leiden-design-tokens/dist/index.js +281 -0
- package/municipalities/leiden-design-tokens/dist/index.json +5470 -0
- package/municipalities/leiden-design-tokens/dist/index.less +280 -0
- package/municipalities/leiden-design-tokens/dist/index.scss +280 -0
- package/municipalities/leiden-design-tokens/dist/tokens.json +5852 -0
- package/municipalities/leiden-design-tokens/package.json +40 -0
- package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +63 -0
- package/municipalities/leiden-design-tokens/src/brand/leiden/font-size.tokens.json +17 -0
- package/municipalities/leiden-design-tokens/src/brand/leiden/size.tokens.json +17 -0
- package/municipalities/leiden-design-tokens/src/brand/leiden/typography.tokens.json +42 -0
- package/municipalities/leiden-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/leiden-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/card.tokens.json +15 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/select.tokens.json +15 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/blockquote.tokes.json +27 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/code.tokens.json +27 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/list.tokens.json +32 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
- package/municipalities/leiden-design-tokens/src/config.json +7 -0
- package/municipalities/leiden-design-tokens/src/font.scss +1 -0
- package/municipalities/leiden-design-tokens/src/index.scss +11 -0
- package/municipalities/leiden-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/leiden.css +61 -40
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +16 -15
- package/municipalities/xxllnc-design-tokens/dist/index.js +17 -16
- package/municipalities/xxllnc-design-tokens/dist/index.json +55 -38
- package/municipalities/xxllnc-design-tokens/dist/index.less +16 -15
- package/municipalities/xxllnc-design-tokens/dist/index.scss +16 -15
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +184 -170
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +3 -3
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/paragraph.tokens.json +2 -2
- package/municipalities/xxllnc.css +1 -1
- package/package.json +1 -1
- package/theme.css +4 -4
- /package/municipalities/xxllnc-design-tokens/src/component/utrecht/{footer.tokens.json → page-footer.tokens.json} +0 -0
package/README.md
CHANGED
|
@@ -4,7 +4,11 @@ Conduction's design tokens theme
|
|
|
4
4
|
## Changelog
|
|
5
5
|
|
|
6
6
|
- **Version 1**
|
|
7
|
-
- 1.0.
|
|
7
|
+
- 1.0.17:
|
|
8
|
+
- removed gitignore.
|
|
9
|
+
- fixed alert warning colors in xxllnc theme.
|
|
10
|
+
- 1.0.16: added Leiden theme as JSON format.
|
|
11
|
+
- 1.0.15: added Conduction theme as JSON format.
|
|
8
12
|
- 1.0.14: added xxllnc theme as JSON format.
|
|
9
13
|
- 1.0.13: added secondary button styling for all themes.
|
|
10
14
|
- 1.0.12: implemented Select Single styling in xxllnc and Leiden
|
|
@@ -12,10 +16,10 @@ Conduction's design tokens theme
|
|
|
12
16
|
- 1.0.10:
|
|
13
17
|
- Added document-backgroundcolor to all themes.
|
|
14
18
|
- Added buttonIconGap token to Conduction and Leiden themes.
|
|
15
|
-
- Added formField, cards and
|
|
19
|
+
- Added formField, cards and Conduction overwrite tokens to Conduction and Leiden themes.
|
|
16
20
|
- Added link-text-decoration tokens to xxllnc theme.
|
|
17
21
|
- 1.0.9: Added buttonIconGap token to xxllnc theme.
|
|
18
|
-
- 1.0.8: Added formField, cards and
|
|
22
|
+
- 1.0.8: Added formField, cards and Conduction overwrite tokens to xxllnc theme.
|
|
19
23
|
- 1.0.7: Added button tokens to all themes.
|
|
20
24
|
- 1.0.6: Added xxllnc theme.
|
|
21
25
|
- 1.0.5: Added page-max-inline size to Conduction theme.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Wed, 09 Aug 2023
|
|
3
|
+
* Generated on Wed, 09 Aug 2023 14:24:45 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.conduction-theme {
|
|
@@ -25,10 +25,8 @@
|
|
|
25
25
|
--utrecht-code-block-margin-inline-start: 0;
|
|
26
26
|
--utrecht-code-font-size: inherit;
|
|
27
27
|
--utrecht-button-primary-action-font-weight: inherit;
|
|
28
|
-
--utrecht-button-primary-action-border-width: 0;
|
|
29
28
|
--utrecht-button-font-weight: inherit;
|
|
30
29
|
--utrecht-button-font-size: inherit;
|
|
31
|
-
--utrecht-button-border-width: 0;
|
|
32
30
|
--utrecht-button-border-radius: 3px;
|
|
33
31
|
--utrecht-table-header-cell-text-transform: unset;
|
|
34
32
|
--utrecht-table-margin-block-end: 0;
|
|
@@ -196,10 +194,14 @@
|
|
|
196
194
|
--utrecht-button-secondary-action-border-color: var(--conduction-color-primary);
|
|
197
195
|
--utrecht-button-secondary-action-background-color: var(--conduction-color-white-100);
|
|
198
196
|
--utrecht-button-primary-action-hover-color: var(--conduction-color-white-100);
|
|
197
|
+
--utrecht-button-primary-action-hover-border-color: var(--conduction-color-primary);
|
|
199
198
|
--utrecht-button-primary-action-hover-background-color: var(--conduction-color-primary);
|
|
200
199
|
--utrecht-button-primary-action-color: var(--conduction-color-white-100);
|
|
200
|
+
--utrecht-button-primary-action-border-width: var(--conduction-size-3xs);
|
|
201
|
+
--utrecht-button-primary-action-border-color: var(--conduction-color-primary);
|
|
201
202
|
--utrecht-button-primary-action-background-color: var(--conduction-color-primary);
|
|
202
203
|
--utrecht-button-hover-color: var(--conduction-color-white-100);
|
|
204
|
+
--utrecht-button-hover-border-color: var(--conduction-color-primary-hover);
|
|
203
205
|
--utrecht-button-hover-background-color: var(--conduction-color-primary-hover);
|
|
204
206
|
--utrecht-button-icon-gap: var(--conduction-size-xs);
|
|
205
207
|
--utrecht-button-padding-inline-end: var(--conduction-size-sm);
|
|
@@ -208,6 +210,8 @@
|
|
|
208
210
|
--utrecht-button-padding-block-start: var(--conduction-size-2xs);
|
|
209
211
|
--utrecht-button-font-family: var(--conduction-typography-sans-serif-font-family);
|
|
210
212
|
--utrecht-button-color: var(--conduction-color-white-100);
|
|
213
|
+
--utrecht-button-border-width: var(--conduction-size-3xs);
|
|
214
|
+
--utrecht-button-border-color: var(--conduction-color-primary);
|
|
211
215
|
--utrecht-button-background-color: var(--conduction-color-primary);
|
|
212
216
|
--utrecht-blockquote-content-font-size: var(--conduction-font-size-md);
|
|
213
217
|
--utrecht-blockquote-content-color: var(--conduction-color-black-0);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Wed, 09 Aug 2023
|
|
3
|
+
* Generated on Wed, 09 Aug 2023 14:24:45 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const conductionColorPrimary = "#4376fc";
|
|
@@ -144,8 +144,9 @@ export const utrechtBlockquoteMarginInlineEnd = "32px";
|
|
|
144
144
|
export const utrechtBlockquoteContentColor = "#000000";
|
|
145
145
|
export const utrechtBlockquoteContentFontSize = "18px";
|
|
146
146
|
export const utrechtButtonBackgroundColor = "#4376fc";
|
|
147
|
+
export const utrechtButtonBorderColor = "#4376fc";
|
|
147
148
|
export const utrechtButtonBorderRadius = "3px";
|
|
148
|
-
export const utrechtButtonBorderWidth =
|
|
149
|
+
export const utrechtButtonBorderWidth = "2px";
|
|
149
150
|
export const utrechtButtonColor = "#ffffff";
|
|
150
151
|
export const utrechtButtonFontFamily = "\"Noto Sans\", Arial, sans-serif";
|
|
151
152
|
export const utrechtButtonFontSize = "inherit";
|
|
@@ -156,12 +157,15 @@ export const utrechtButtonPaddingInlineStart = "14px";
|
|
|
156
157
|
export const utrechtButtonPaddingInlineEnd = "14px";
|
|
157
158
|
export const utrechtButtonIconGap = "8px";
|
|
158
159
|
export const utrechtButtonHoverBackgroundColor = "#2e5ed9";
|
|
160
|
+
export const utrechtButtonHoverBorderColor = "#2e5ed9";
|
|
159
161
|
export const utrechtButtonHoverColor = "#ffffff";
|
|
160
162
|
export const utrechtButtonPrimaryActionBackgroundColor = "#4376fc";
|
|
161
|
-
export const
|
|
163
|
+
export const utrechtButtonPrimaryActionBorderColor = "#4376fc";
|
|
164
|
+
export const utrechtButtonPrimaryActionBorderWidth = "2px";
|
|
162
165
|
export const utrechtButtonPrimaryActionColor = "#ffffff";
|
|
163
166
|
export const utrechtButtonPrimaryActionFontWeight = "inherit";
|
|
164
167
|
export const utrechtButtonPrimaryActionHoverBackgroundColor = "#4376fc";
|
|
168
|
+
export const utrechtButtonPrimaryActionHoverBorderColor = "#4376fc";
|
|
165
169
|
export const utrechtButtonPrimaryActionHoverColor = "#ffffff";
|
|
166
170
|
export const utrechtButtonSecondaryActionBackgroundColor = "#ffffff";
|
|
167
171
|
export const utrechtButtonSecondaryActionBorderColor = "#4376fc";
|
|
@@ -1883,6 +1883,25 @@
|
|
|
1883
1883
|
"background-color"
|
|
1884
1884
|
]
|
|
1885
1885
|
},
|
|
1886
|
+
{
|
|
1887
|
+
"value": "#4376fc",
|
|
1888
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
1889
|
+
"isSource": true,
|
|
1890
|
+
"original": {
|
|
1891
|
+
"value": "{conduction.color.primary}"
|
|
1892
|
+
},
|
|
1893
|
+
"name": "utrechtButtonBorderColor",
|
|
1894
|
+
"attributes": {
|
|
1895
|
+
"category": "utrecht",
|
|
1896
|
+
"type": "button",
|
|
1897
|
+
"item": "border-color"
|
|
1898
|
+
},
|
|
1899
|
+
"path": [
|
|
1900
|
+
"utrecht",
|
|
1901
|
+
"button",
|
|
1902
|
+
"border-color"
|
|
1903
|
+
]
|
|
1904
|
+
},
|
|
1886
1905
|
{
|
|
1887
1906
|
"value": "3px",
|
|
1888
1907
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -1903,11 +1922,11 @@
|
|
|
1903
1922
|
]
|
|
1904
1923
|
},
|
|
1905
1924
|
{
|
|
1906
|
-
"value":
|
|
1925
|
+
"value": "2px",
|
|
1907
1926
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
1908
1927
|
"isSource": true,
|
|
1909
1928
|
"original": {
|
|
1910
|
-
"value":
|
|
1929
|
+
"value": "{conduction.size.3xs}"
|
|
1911
1930
|
},
|
|
1912
1931
|
"name": "utrechtButtonBorderWidth",
|
|
1913
1932
|
"attributes": {
|
|
@@ -2018,6 +2037,27 @@
|
|
|
2018
2037
|
"background-color"
|
|
2019
2038
|
]
|
|
2020
2039
|
},
|
|
2040
|
+
{
|
|
2041
|
+
"value": "#2e5ed9",
|
|
2042
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
2043
|
+
"isSource": true,
|
|
2044
|
+
"original": {
|
|
2045
|
+
"value": "{conduction.color.primary-hover}"
|
|
2046
|
+
},
|
|
2047
|
+
"name": "utrechtButtonHoverBorderColor",
|
|
2048
|
+
"attributes": {
|
|
2049
|
+
"category": "utrecht",
|
|
2050
|
+
"type": "button",
|
|
2051
|
+
"item": "hover",
|
|
2052
|
+
"subitem": "border-color"
|
|
2053
|
+
},
|
|
2054
|
+
"path": [
|
|
2055
|
+
"utrecht",
|
|
2056
|
+
"button",
|
|
2057
|
+
"hover",
|
|
2058
|
+
"border-color"
|
|
2059
|
+
]
|
|
2060
|
+
},
|
|
2021
2061
|
{
|
|
2022
2062
|
"value": "#ffffff",
|
|
2023
2063
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -2158,11 +2198,32 @@
|
|
|
2158
2198
|
]
|
|
2159
2199
|
},
|
|
2160
2200
|
{
|
|
2161
|
-
"value":
|
|
2201
|
+
"value": "#4376fc",
|
|
2162
2202
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
2163
2203
|
"isSource": true,
|
|
2164
2204
|
"original": {
|
|
2165
|
-
"value":
|
|
2205
|
+
"value": "{conduction.color.primary}"
|
|
2206
|
+
},
|
|
2207
|
+
"name": "utrechtButtonPrimaryActionBorderColor",
|
|
2208
|
+
"attributes": {
|
|
2209
|
+
"category": "utrecht",
|
|
2210
|
+
"type": "button",
|
|
2211
|
+
"item": "primary-action",
|
|
2212
|
+
"subitem": "border-color"
|
|
2213
|
+
},
|
|
2214
|
+
"path": [
|
|
2215
|
+
"utrecht",
|
|
2216
|
+
"button",
|
|
2217
|
+
"primary-action",
|
|
2218
|
+
"border-color"
|
|
2219
|
+
]
|
|
2220
|
+
},
|
|
2221
|
+
{
|
|
2222
|
+
"value": "2px",
|
|
2223
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
2224
|
+
"isSource": true,
|
|
2225
|
+
"original": {
|
|
2226
|
+
"value": "{conduction.size.3xs}"
|
|
2166
2227
|
},
|
|
2167
2228
|
"name": "utrechtButtonPrimaryActionBorderWidth",
|
|
2168
2229
|
"attributes": {
|
|
@@ -2243,6 +2304,29 @@
|
|
|
2243
2304
|
"background-color"
|
|
2244
2305
|
]
|
|
2245
2306
|
},
|
|
2307
|
+
{
|
|
2308
|
+
"value": "#4376fc",
|
|
2309
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
2310
|
+
"isSource": true,
|
|
2311
|
+
"original": {
|
|
2312
|
+
"value": "{conduction.color.primary}"
|
|
2313
|
+
},
|
|
2314
|
+
"name": "utrechtButtonPrimaryActionHoverBorderColor",
|
|
2315
|
+
"attributes": {
|
|
2316
|
+
"category": "utrecht",
|
|
2317
|
+
"type": "button",
|
|
2318
|
+
"item": "primary-action",
|
|
2319
|
+
"subitem": "hover",
|
|
2320
|
+
"state": "border-color"
|
|
2321
|
+
},
|
|
2322
|
+
"path": [
|
|
2323
|
+
"utrecht",
|
|
2324
|
+
"button",
|
|
2325
|
+
"primary-action",
|
|
2326
|
+
"hover",
|
|
2327
|
+
"border-color"
|
|
2328
|
+
]
|
|
2329
|
+
},
|
|
2246
2330
|
{
|
|
2247
2331
|
"value": "#ffffff",
|
|
2248
2332
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Wed, 09 Aug 2023
|
|
3
|
+
// Generated on Wed, 09 Aug 2023 14:24:45 GMT
|
|
4
4
|
|
|
5
5
|
@utrecht-textbox-font-size: 15px;
|
|
6
6
|
@utrecht-textbox-border-radius: 3px;
|
|
@@ -23,10 +23,8 @@
|
|
|
23
23
|
@utrecht-code-block-margin-inline-start: 0;
|
|
24
24
|
@utrecht-code-font-size: inherit;
|
|
25
25
|
@utrecht-button-primary-action-font-weight: inherit;
|
|
26
|
-
@utrecht-button-primary-action-border-width: 0;
|
|
27
26
|
@utrecht-button-font-weight: inherit;
|
|
28
27
|
@utrecht-button-font-size: inherit;
|
|
29
|
-
@utrecht-button-border-width: 0;
|
|
30
28
|
@utrecht-button-border-radius: 3px;
|
|
31
29
|
@utrecht-table-header-cell-text-transform: unset;
|
|
32
30
|
@utrecht-table-margin-block-end: 0;
|
|
@@ -194,10 +192,14 @@
|
|
|
194
192
|
@utrecht-button-secondary-action-border-color: @conduction-color-primary;
|
|
195
193
|
@utrecht-button-secondary-action-background-color: @conduction-color-white-100;
|
|
196
194
|
@utrecht-button-primary-action-hover-color: @conduction-color-white-100;
|
|
195
|
+
@utrecht-button-primary-action-hover-border-color: @conduction-color-primary;
|
|
197
196
|
@utrecht-button-primary-action-hover-background-color: @conduction-color-primary;
|
|
198
197
|
@utrecht-button-primary-action-color: @conduction-color-white-100;
|
|
198
|
+
@utrecht-button-primary-action-border-width: @conduction-size-3xs;
|
|
199
|
+
@utrecht-button-primary-action-border-color: @conduction-color-primary;
|
|
199
200
|
@utrecht-button-primary-action-background-color: @conduction-color-primary;
|
|
200
201
|
@utrecht-button-hover-color: @conduction-color-white-100;
|
|
202
|
+
@utrecht-button-hover-border-color: @conduction-color-primary-hover;
|
|
201
203
|
@utrecht-button-hover-background-color: @conduction-color-primary-hover;
|
|
202
204
|
@utrecht-button-icon-gap: @conduction-size-xs;
|
|
203
205
|
@utrecht-button-padding-inline-end: @conduction-size-sm;
|
|
@@ -206,6 +208,8 @@
|
|
|
206
208
|
@utrecht-button-padding-block-start: @conduction-size-2xs;
|
|
207
209
|
@utrecht-button-font-family: @conduction-typography-sans-serif-font-family;
|
|
208
210
|
@utrecht-button-color: @conduction-color-white-100;
|
|
211
|
+
@utrecht-button-border-width: @conduction-size-3xs;
|
|
212
|
+
@utrecht-button-border-color: @conduction-color-primary;
|
|
209
213
|
@utrecht-button-background-color: @conduction-color-primary;
|
|
210
214
|
@utrecht-blockquote-content-font-size: @conduction-font-size-md;
|
|
211
215
|
@utrecht-blockquote-content-color: @conduction-color-black-0;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Wed, 09 Aug 2023
|
|
3
|
+
// Generated on Wed, 09 Aug 2023 14:24:45 GMT
|
|
4
4
|
|
|
5
5
|
$utrecht-textbox-font-size: 15px;
|
|
6
6
|
$utrecht-textbox-border-radius: 3px;
|
|
@@ -23,10 +23,8 @@ $utrecht-code-block-margin-inline-end: 0;
|
|
|
23
23
|
$utrecht-code-block-margin-inline-start: 0;
|
|
24
24
|
$utrecht-code-font-size: inherit;
|
|
25
25
|
$utrecht-button-primary-action-font-weight: inherit;
|
|
26
|
-
$utrecht-button-primary-action-border-width: 0;
|
|
27
26
|
$utrecht-button-font-weight: inherit;
|
|
28
27
|
$utrecht-button-font-size: inherit;
|
|
29
|
-
$utrecht-button-border-width: 0;
|
|
30
28
|
$utrecht-button-border-radius: 3px;
|
|
31
29
|
$utrecht-table-header-cell-text-transform: unset;
|
|
32
30
|
$utrecht-table-margin-block-end: 0;
|
|
@@ -194,10 +192,14 @@ $utrecht-button-secondary-action-border-width: $conduction-size-3xs;
|
|
|
194
192
|
$utrecht-button-secondary-action-border-color: $conduction-color-primary;
|
|
195
193
|
$utrecht-button-secondary-action-background-color: $conduction-color-white-100;
|
|
196
194
|
$utrecht-button-primary-action-hover-color: $conduction-color-white-100;
|
|
195
|
+
$utrecht-button-primary-action-hover-border-color: $conduction-color-primary;
|
|
197
196
|
$utrecht-button-primary-action-hover-background-color: $conduction-color-primary;
|
|
198
197
|
$utrecht-button-primary-action-color: $conduction-color-white-100;
|
|
198
|
+
$utrecht-button-primary-action-border-width: $conduction-size-3xs;
|
|
199
|
+
$utrecht-button-primary-action-border-color: $conduction-color-primary;
|
|
199
200
|
$utrecht-button-primary-action-background-color: $conduction-color-primary;
|
|
200
201
|
$utrecht-button-hover-color: $conduction-color-white-100;
|
|
202
|
+
$utrecht-button-hover-border-color: $conduction-color-primary-hover;
|
|
201
203
|
$utrecht-button-hover-background-color: $conduction-color-primary-hover;
|
|
202
204
|
$utrecht-button-icon-gap: $conduction-size-xs;
|
|
203
205
|
$utrecht-button-padding-inline-end: $conduction-size-sm;
|
|
@@ -206,6 +208,8 @@ $utrecht-button-padding-block-end: $conduction-size-2xs;
|
|
|
206
208
|
$utrecht-button-padding-block-start: $conduction-size-2xs;
|
|
207
209
|
$utrecht-button-font-family: $conduction-typography-sans-serif-font-family;
|
|
208
210
|
$utrecht-button-color: $conduction-color-white-100;
|
|
211
|
+
$utrecht-button-border-width: $conduction-size-3xs;
|
|
212
|
+
$utrecht-button-border-color: $conduction-color-primary;
|
|
209
213
|
$utrecht-button-background-color: $conduction-color-primary;
|
|
210
214
|
$utrecht-blockquote-content-font-size: $conduction-font-size-md;
|
|
211
215
|
$utrecht-blockquote-content-color: $conduction-color-black-0;
|
|
@@ -2981,7 +2981,25 @@
|
|
|
2981
2981
|
"background-color"
|
|
2982
2982
|
]
|
|
2983
2983
|
},
|
|
2984
|
-
"border-color": {
|
|
2984
|
+
"border-color": {
|
|
2985
|
+
"value": "#4376fc",
|
|
2986
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
2987
|
+
"isSource": true,
|
|
2988
|
+
"original": {
|
|
2989
|
+
"value": "{conduction.color.primary}"
|
|
2990
|
+
},
|
|
2991
|
+
"name": "utrechtButtonBorderColor",
|
|
2992
|
+
"attributes": {
|
|
2993
|
+
"category": "utrecht",
|
|
2994
|
+
"type": "button",
|
|
2995
|
+
"item": "border-color"
|
|
2996
|
+
},
|
|
2997
|
+
"path": [
|
|
2998
|
+
"utrecht",
|
|
2999
|
+
"button",
|
|
3000
|
+
"border-color"
|
|
3001
|
+
]
|
|
3002
|
+
},
|
|
2985
3003
|
"border-radius": {
|
|
2986
3004
|
"value": "3px",
|
|
2987
3005
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -3002,11 +3020,11 @@
|
|
|
3002
3020
|
]
|
|
3003
3021
|
},
|
|
3004
3022
|
"border-width": {
|
|
3005
|
-
"value":
|
|
3023
|
+
"value": "2px",
|
|
3006
3024
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3007
3025
|
"isSource": true,
|
|
3008
3026
|
"original": {
|
|
3009
|
-
"value":
|
|
3027
|
+
"value": "{conduction.size.3xs}"
|
|
3010
3028
|
},
|
|
3011
3029
|
"name": "utrechtButtonBorderWidth",
|
|
3012
3030
|
"attributes": {
|
|
@@ -3240,7 +3258,27 @@
|
|
|
3240
3258
|
"background-color"
|
|
3241
3259
|
]
|
|
3242
3260
|
},
|
|
3243
|
-
"border-color": {
|
|
3261
|
+
"border-color": {
|
|
3262
|
+
"value": "#2e5ed9",
|
|
3263
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3264
|
+
"isSource": true,
|
|
3265
|
+
"original": {
|
|
3266
|
+
"value": "{conduction.color.primary-hover}"
|
|
3267
|
+
},
|
|
3268
|
+
"name": "utrechtButtonHoverBorderColor",
|
|
3269
|
+
"attributes": {
|
|
3270
|
+
"category": "utrecht",
|
|
3271
|
+
"type": "button",
|
|
3272
|
+
"item": "hover",
|
|
3273
|
+
"subitem": "border-color"
|
|
3274
|
+
},
|
|
3275
|
+
"path": [
|
|
3276
|
+
"utrecht",
|
|
3277
|
+
"button",
|
|
3278
|
+
"hover",
|
|
3279
|
+
"border-color"
|
|
3280
|
+
]
|
|
3281
|
+
},
|
|
3244
3282
|
"color": {
|
|
3245
3283
|
"value": "#ffffff",
|
|
3246
3284
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -3291,13 +3329,33 @@
|
|
|
3291
3329
|
"background-color"
|
|
3292
3330
|
]
|
|
3293
3331
|
},
|
|
3294
|
-
"border-color": {
|
|
3332
|
+
"border-color": {
|
|
3333
|
+
"value": "#4376fc",
|
|
3334
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3335
|
+
"isSource": true,
|
|
3336
|
+
"original": {
|
|
3337
|
+
"value": "{conduction.color.primary}"
|
|
3338
|
+
},
|
|
3339
|
+
"name": "utrechtButtonPrimaryActionBorderColor",
|
|
3340
|
+
"attributes": {
|
|
3341
|
+
"category": "utrecht",
|
|
3342
|
+
"type": "button",
|
|
3343
|
+
"item": "primary-action",
|
|
3344
|
+
"subitem": "border-color"
|
|
3345
|
+
},
|
|
3346
|
+
"path": [
|
|
3347
|
+
"utrecht",
|
|
3348
|
+
"button",
|
|
3349
|
+
"primary-action",
|
|
3350
|
+
"border-color"
|
|
3351
|
+
]
|
|
3352
|
+
},
|
|
3295
3353
|
"border-width": {
|
|
3296
|
-
"value":
|
|
3354
|
+
"value": "2px",
|
|
3297
3355
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3298
3356
|
"isSource": true,
|
|
3299
3357
|
"original": {
|
|
3300
|
-
"value":
|
|
3358
|
+
"value": "{conduction.size.3xs}"
|
|
3301
3359
|
},
|
|
3302
3360
|
"name": "utrechtButtonPrimaryActionBorderWidth",
|
|
3303
3361
|
"attributes": {
|
|
@@ -3389,7 +3447,29 @@
|
|
|
3389
3447
|
"background-color"
|
|
3390
3448
|
]
|
|
3391
3449
|
},
|
|
3392
|
-
"border-color": {
|
|
3450
|
+
"border-color": {
|
|
3451
|
+
"value": "#4376fc",
|
|
3452
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3453
|
+
"isSource": true,
|
|
3454
|
+
"original": {
|
|
3455
|
+
"value": "{conduction.color.primary}"
|
|
3456
|
+
},
|
|
3457
|
+
"name": "utrechtButtonPrimaryActionHoverBorderColor",
|
|
3458
|
+
"attributes": {
|
|
3459
|
+
"category": "utrecht",
|
|
3460
|
+
"type": "button",
|
|
3461
|
+
"item": "primary-action",
|
|
3462
|
+
"subitem": "hover",
|
|
3463
|
+
"state": "border-color"
|
|
3464
|
+
},
|
|
3465
|
+
"path": [
|
|
3466
|
+
"utrecht",
|
|
3467
|
+
"button",
|
|
3468
|
+
"primary-action",
|
|
3469
|
+
"hover",
|
|
3470
|
+
"border-color"
|
|
3471
|
+
]
|
|
3472
|
+
},
|
|
3393
3473
|
"color": {
|
|
3394
3474
|
"value": "#ffffff",
|
|
3395
3475
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"utrecht": {
|
|
3
3
|
"button": {
|
|
4
4
|
"background-color": { "value": "{conduction.color.primary}" },
|
|
5
|
-
"border-color": {},
|
|
5
|
+
"border-color": { "value": "{conduction.color.primary}" },
|
|
6
6
|
"border-radius": { "value": "3px" },
|
|
7
|
-
"border-width": { "value":
|
|
7
|
+
"border-width": { "value": "{conduction.size.3xs}" },
|
|
8
8
|
"color": { "value": "{conduction.color.white.100}" },
|
|
9
9
|
"font-family": { "value": "{conduction.typography.sans-serif.font-family}" },
|
|
10
10
|
"font-size": { "value": "inherit" },
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"hover": {
|
|
43
43
|
"background-color": { "value": "{conduction.color.primary-hover}" },
|
|
44
|
-
"border-color": {},
|
|
44
|
+
"border-color": { "value": "{conduction.color.primary-hover}" },
|
|
45
45
|
"color": { "value": "{conduction.color.white.100}" },
|
|
46
46
|
"scale": {}
|
|
47
47
|
},
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
},
|
|
53
53
|
"primary-action": {
|
|
54
54
|
"background-color": { "value": "{conduction.color.primary}" },
|
|
55
|
-
"border-color": {},
|
|
56
|
-
"border-width": { "value":
|
|
55
|
+
"border-color": { "value": "{conduction.color.primary}" },
|
|
56
|
+
"border-width": { "value": "{conduction.size.3xs}" },
|
|
57
57
|
"color": { "value": "{conduction.color.white.100}" },
|
|
58
58
|
"font-weight": { "value": "inherit" },
|
|
59
59
|
"active": {
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
},
|
|
69
69
|
"hover": {
|
|
70
70
|
"background-color": { "value": "{conduction.color.primary}" },
|
|
71
|
-
"border-color": {},
|
|
71
|
+
"border-color": { "value": "{conduction.color.primary}" },
|
|
72
72
|
"color": { "value": "{conduction.color.white.100}" },
|
|
73
73
|
"scale": {}
|
|
74
74
|
},
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Auteursrecht Gemeente Leiden
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 Gemeente Leiden
|
|
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 Leiden.
|
|
8
|
+
|
|
9
|
+
Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van Gemeente Leiden 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 Leiden.
|