@conduction/theme 1.0.16 → 1.0.18
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 +6 -0
- package/municipalities/tubbergen-design-tokens/LICENSE.md +17 -0
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +332 -0
- package/municipalities/tubbergen-design-tokens/dist/font.css +115 -0
- package/municipalities/tubbergen-design-tokens/dist/index.css +7 -0
- package/municipalities/tubbergen-design-tokens/dist/index.js +330 -0
- package/municipalities/tubbergen-design-tokens/dist/index.json +6509 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +329 -0
- package/municipalities/tubbergen-design-tokens/dist/index.scss +329 -0
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +6896 -0
- package/municipalities/tubbergen-design-tokens/package.json +37 -0
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +95 -0
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/font-size.tokens.json +17 -0
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/size.tokens.json +17 -0
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/typography.tokens.json +47 -0
- package/municipalities/tubbergen-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/tubbergen-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/card.tokens.json +15 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/select.tokens.json +15 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/table.tokens.json +22 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/code.tokens.json +27 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/list.tokens.json +32 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/page-footer.tokens.json +16 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
- package/municipalities/tubbergen-design-tokens/src/config.json +7 -0
- package/municipalities/tubbergen-design-tokens/src/font.scss +149 -0
- package/municipalities/tubbergen-design-tokens/src/index.scss +8 -0
- package/municipalities/tubbergen-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +7 -7
- package/municipalities/xxllnc-design-tokens/dist/index.js +8 -8
- package/municipalities/xxllnc-design-tokens/dist/index.json +10 -10
- package/municipalities/xxllnc-design-tokens/dist/index.less +7 -7
- package/municipalities/xxllnc-design-tokens/dist/index.scss +7 -7
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +10 -10
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +3 -3
- package/municipalities/xxllnc.css +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 10 Aug 2023 09:52:10 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
@@ -81,12 +81,10 @@
|
|
|
81
81
|
@xxllnc-color-white-100-0t: #ffffff; // White with 0% transparency
|
|
82
82
|
@xxllnc-color-white-100: #ffffff; // Base/White
|
|
83
83
|
@xxllnc-color-white-95: #f1f1f1;
|
|
84
|
-
@xxllnc-color-alert-info-background: #d4edda;
|
|
85
|
-
@xxllnc-color-alert-info: #155724;
|
|
86
84
|
@xxllnc-color-alert-succes-background: #d4edda;
|
|
87
85
|
@xxllnc-color-alert-succes: #155724;
|
|
88
86
|
@xxllnc-color-succes: #28a745;
|
|
89
|
-
@xxllnc-color-alert-warning-background: #
|
|
87
|
+
@xxllnc-color-alert-warning-background: #fff3cd;
|
|
90
88
|
@xxllnc-color-alert-warning: #856404;
|
|
91
89
|
@xxllnc-color-warning: #ffc107;
|
|
92
90
|
@xxllnc-color-alert-error-background: #f8d7da;
|
|
@@ -228,7 +226,6 @@
|
|
|
228
226
|
@utrecht-alert-icon-warning-color: @xxllnc-color-alert-warning;
|
|
229
227
|
@utrecht-alert-icon-gap: @xxllnc-size-xs;
|
|
230
228
|
@utrecht-alert-icon-error-color: @xxllnc-color-alert-error;
|
|
231
|
-
@utrecht-alert-icon-color: @xxllnc-color-alert-info;
|
|
232
229
|
@utrecht-alert-ok-color: @xxllnc-color-alert-succes;
|
|
233
230
|
@utrecht-alert-ok-background-color: @xxllnc-color-alert-succes-background;
|
|
234
231
|
@utrecht-alert-error-color: @xxllnc-color-alert-error;
|
|
@@ -239,8 +236,6 @@
|
|
|
239
236
|
@utrecht-alert-padding-inline-start: @xxllnc-size-lg;
|
|
240
237
|
@utrecht-alert-padding-block-end: @xxllnc-size-lg;
|
|
241
238
|
@utrecht-alert-padding-block-start: @xxllnc-size-lg;
|
|
242
|
-
@utrecht-alert-color: @xxllnc-color-alert-info;
|
|
243
|
-
@utrecht-alert-background-color: @xxllnc-color-alert-info-background;
|
|
244
239
|
@utrecht-card-padding-block-start: @xxllnc-size-md;
|
|
245
240
|
@utrecht-card-padding-block-end: @xxllnc-size-md;
|
|
246
241
|
@utrecht-card-padding-inline-start: @xxllnc-size-md;
|
|
@@ -276,6 +271,8 @@
|
|
|
276
271
|
@xxllnc-typography-scale-2xs: @xxllnc-font-size-2xs;
|
|
277
272
|
@xxllnc-typography-scale-3xs: @xxllnc-font-size-3xs;
|
|
278
273
|
@xxllnc-typography-scale-4xs: @xxllnc-font-size-4xs;
|
|
274
|
+
@xxllnc-color-alert-info-background: @xxllnc-color-grey-92;
|
|
275
|
+
@xxllnc-color-alert-info: @xxllnc-color-black-16;
|
|
279
276
|
@xxllnc-color-info: @xxllnc-color-primary;
|
|
280
277
|
@utrecht-table-header-cell-color: @utrecht-document-color;
|
|
281
278
|
@utrecht-table-header-cell-font-size: @utrecht-document-font-size;
|
|
@@ -285,3 +282,6 @@
|
|
|
285
282
|
@utrecht-paragraph-color: @utrecht-document-color;
|
|
286
283
|
@utrecht-unordered-list-font-size: @utrecht-document-font-size;
|
|
287
284
|
@utrecht-ordered-list-font-size: @utrecht-document-font-size;
|
|
285
|
+
@utrecht-alert-icon-color: @xxllnc-color-alert-info;
|
|
286
|
+
@utrecht-alert-color: @xxllnc-color-alert-info;
|
|
287
|
+
@utrecht-alert-background-color: @xxllnc-color-alert-info-background;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 10 Aug 2023 09:52:10 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
@@ -81,12 +81,10 @@ $xxllnc-color-black-16: #28282c; // Base/Black
|
|
|
81
81
|
$xxllnc-color-white-100-0t: #ffffff; // White with 0% transparency
|
|
82
82
|
$xxllnc-color-white-100: #ffffff; // Base/White
|
|
83
83
|
$xxllnc-color-white-95: #f1f1f1;
|
|
84
|
-
$xxllnc-color-alert-info-background: #d4edda;
|
|
85
|
-
$xxllnc-color-alert-info: #155724;
|
|
86
84
|
$xxllnc-color-alert-succes-background: #d4edda;
|
|
87
85
|
$xxllnc-color-alert-succes: #155724;
|
|
88
86
|
$xxllnc-color-succes: #28a745;
|
|
89
|
-
$xxllnc-color-alert-warning-background: #
|
|
87
|
+
$xxllnc-color-alert-warning-background: #fff3cd;
|
|
90
88
|
$xxllnc-color-alert-warning: #856404;
|
|
91
89
|
$xxllnc-color-warning: #ffc107;
|
|
92
90
|
$xxllnc-color-alert-error-background: #f8d7da;
|
|
@@ -228,7 +226,6 @@ $utrecht-alert-icon-ok-color: $xxllnc-color-alert-succes;
|
|
|
228
226
|
$utrecht-alert-icon-warning-color: $xxllnc-color-alert-warning;
|
|
229
227
|
$utrecht-alert-icon-gap: $xxllnc-size-xs;
|
|
230
228
|
$utrecht-alert-icon-error-color: $xxllnc-color-alert-error;
|
|
231
|
-
$utrecht-alert-icon-color: $xxllnc-color-alert-info;
|
|
232
229
|
$utrecht-alert-ok-color: $xxllnc-color-alert-succes;
|
|
233
230
|
$utrecht-alert-ok-background-color: $xxllnc-color-alert-succes-background;
|
|
234
231
|
$utrecht-alert-error-color: $xxllnc-color-alert-error;
|
|
@@ -239,8 +236,6 @@ $utrecht-alert-padding-inline-end: $xxllnc-size-lg;
|
|
|
239
236
|
$utrecht-alert-padding-inline-start: $xxllnc-size-lg;
|
|
240
237
|
$utrecht-alert-padding-block-end: $xxllnc-size-lg;
|
|
241
238
|
$utrecht-alert-padding-block-start: $xxllnc-size-lg;
|
|
242
|
-
$utrecht-alert-color: $xxllnc-color-alert-info;
|
|
243
|
-
$utrecht-alert-background-color: $xxllnc-color-alert-info-background;
|
|
244
239
|
$utrecht-card-padding-block-start: $xxllnc-size-md;
|
|
245
240
|
$utrecht-card-padding-block-end: $xxllnc-size-md;
|
|
246
241
|
$utrecht-card-padding-inline-start: $xxllnc-size-md;
|
|
@@ -276,6 +271,8 @@ $xxllnc-typography-scale-xs: $xxllnc-font-size-xs;
|
|
|
276
271
|
$xxllnc-typography-scale-2xs: $xxllnc-font-size-2xs;
|
|
277
272
|
$xxllnc-typography-scale-3xs: $xxllnc-font-size-3xs;
|
|
278
273
|
$xxllnc-typography-scale-4xs: $xxllnc-font-size-4xs;
|
|
274
|
+
$xxllnc-color-alert-info-background: $xxllnc-color-grey-92;
|
|
275
|
+
$xxllnc-color-alert-info: $xxllnc-color-black-16;
|
|
279
276
|
$xxllnc-color-info: $xxllnc-color-primary;
|
|
280
277
|
$utrecht-table-header-cell-color: $utrecht-document-color;
|
|
281
278
|
$utrecht-table-header-cell-font-size: $utrecht-document-font-size;
|
|
@@ -285,3 +282,6 @@ $utrecht-table-font-family: $utrecht-document-font-family;
|
|
|
285
282
|
$utrecht-paragraph-color: $utrecht-document-color;
|
|
286
283
|
$utrecht-unordered-list-font-size: $utrecht-document-font-size;
|
|
287
284
|
$utrecht-ordered-list-font-size: $utrecht-document-font-size;
|
|
285
|
+
$utrecht-alert-icon-color: $xxllnc-color-alert-info;
|
|
286
|
+
$utrecht-alert-color: $xxllnc-color-alert-info;
|
|
287
|
+
$utrecht-alert-background-color: $xxllnc-color-alert-info-background;
|
|
@@ -139,11 +139,11 @@
|
|
|
139
139
|
]
|
|
140
140
|
},
|
|
141
141
|
"alert-warning-background": {
|
|
142
|
-
"value": "#
|
|
142
|
+
"value": "#fff3cd",
|
|
143
143
|
"filePath": "src/brand/xxllnc/color.tokens.json",
|
|
144
144
|
"isSource": true,
|
|
145
145
|
"original": {
|
|
146
|
-
"value": "#
|
|
146
|
+
"value": "#fff3cd"
|
|
147
147
|
},
|
|
148
148
|
"name": "xxllncColorAlertWarningBackground",
|
|
149
149
|
"attributes": {
|
|
@@ -234,11 +234,11 @@
|
|
|
234
234
|
]
|
|
235
235
|
},
|
|
236
236
|
"alert-info": {
|
|
237
|
-
"value": "#
|
|
237
|
+
"value": "#28282c",
|
|
238
238
|
"filePath": "src/brand/xxllnc/color.tokens.json",
|
|
239
239
|
"isSource": true,
|
|
240
240
|
"original": {
|
|
241
|
-
"value": "
|
|
241
|
+
"value": "{xxllnc.color.black.16}"
|
|
242
242
|
},
|
|
243
243
|
"name": "xxllncColorAlertInfo",
|
|
244
244
|
"attributes": {
|
|
@@ -253,11 +253,11 @@
|
|
|
253
253
|
]
|
|
254
254
|
},
|
|
255
255
|
"alert-info-background": {
|
|
256
|
-
"value": "#
|
|
256
|
+
"value": "#eaeaea",
|
|
257
257
|
"filePath": "src/brand/xxllnc/color.tokens.json",
|
|
258
258
|
"isSource": true,
|
|
259
259
|
"original": {
|
|
260
|
-
"value": "
|
|
260
|
+
"value": "{xxllnc.color.grey.92}"
|
|
261
261
|
},
|
|
262
262
|
"name": "xxllncColorAlertInfoBackground",
|
|
263
263
|
"attributes": {
|
|
@@ -1968,7 +1968,7 @@
|
|
|
1968
1968
|
},
|
|
1969
1969
|
"alert": {
|
|
1970
1970
|
"background-color": {
|
|
1971
|
-
"value": "#
|
|
1971
|
+
"value": "#eaeaea",
|
|
1972
1972
|
"filePath": "src/component/utrecht/alert.tokens.json",
|
|
1973
1973
|
"isSource": true,
|
|
1974
1974
|
"original": {
|
|
@@ -1989,7 +1989,7 @@
|
|
|
1989
1989
|
"border-color": {},
|
|
1990
1990
|
"border-width": {},
|
|
1991
1991
|
"color": {
|
|
1992
|
-
"value": "#
|
|
1992
|
+
"value": "#28282c",
|
|
1993
1993
|
"filePath": "src/component/utrecht/alert.tokens.json",
|
|
1994
1994
|
"isSource": true,
|
|
1995
1995
|
"original": {
|
|
@@ -2087,7 +2087,7 @@
|
|
|
2087
2087
|
"margin-block-end": {},
|
|
2088
2088
|
"warning": {
|
|
2089
2089
|
"background-color": {
|
|
2090
|
-
"value": "#
|
|
2090
|
+
"value": "#fff3cd",
|
|
2091
2091
|
"filePath": "src/component/utrecht/alert.tokens.json",
|
|
2092
2092
|
"isSource": true,
|
|
2093
2093
|
"original": {
|
|
@@ -2225,7 +2225,7 @@
|
|
|
2225
2225
|
},
|
|
2226
2226
|
"icon": {
|
|
2227
2227
|
"color": {
|
|
2228
|
-
"value": "#
|
|
2228
|
+
"value": "#28282c",
|
|
2229
2229
|
"filePath": "src/component/utrecht/alert.tokens.json",
|
|
2230
2230
|
"isSource": true,
|
|
2231
2231
|
"original": {
|
|
@@ -16,15 +16,15 @@
|
|
|
16
16
|
|
|
17
17
|
"warning": { "value": "#ffc107" },
|
|
18
18
|
"alert-warning": { "value": "#856404" },
|
|
19
|
-
"alert-warning-background": { "value": "#
|
|
19
|
+
"alert-warning-background": { "value": "#fff3cd" },
|
|
20
20
|
|
|
21
21
|
"succes": { "value": "#28a745" },
|
|
22
22
|
"alert-succes": { "value": "#155724" },
|
|
23
23
|
"alert-succes-background": { "value": "#d4edda" },
|
|
24
24
|
|
|
25
25
|
"info": { "value": "{xxllnc.color.primary}" },
|
|
26
|
-
"alert-info": { "value": "
|
|
27
|
-
"alert-info-background": { "value": "
|
|
26
|
+
"alert-info": { "value": "{xxllnc.color.black.16}" },
|
|
27
|
+
"alert-info-background": { "value": "{xxllnc.color.grey.92}" },
|
|
28
28
|
|
|
29
29
|
"white": {
|
|
30
30
|
"100": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
|
|
47
47
|
--xxllnc-color-warning: #ffc107;
|
|
48
48
|
--xxllnc-color-alert-warning: #856404;
|
|
49
|
-
--xxllnc-color-alert-warning-background: #
|
|
49
|
+
--xxllnc-color-alert-warning-background: #fff3cd;
|
|
50
50
|
|
|
51
51
|
--xxllnc-color-success: #28a745;
|
|
52
52
|
--xxllnc-color-alert-success: #155724;
|