@open-inwoner/design-tokens 0.0.20 → 0.0.22
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/dist/_variables.scss
CHANGED
|
@@ -314,6 +314,44 @@ $utrecht-skip-link-focus-color: #fff;
|
|
|
314
314
|
$utrecht-skip-link-focus-text-decoration: underline;
|
|
315
315
|
$utrecht-skip-link-focus-visible-color: #fff;
|
|
316
316
|
$utrecht-skip-link-focus-visible-text-decoration: underline;
|
|
317
|
+
$utrecht-table-border-color: transparent;
|
|
318
|
+
$utrecht-table-border-width: 0;
|
|
319
|
+
$utrecht-table-font-size: 16px;
|
|
320
|
+
$utrecht-table-line-height: 24px;
|
|
321
|
+
$utrecht-table-margin-block-end: 0;
|
|
322
|
+
$utrecht-table-margin-block-start: 0;
|
|
323
|
+
$utrecht-table-caption-font-weight: 700;
|
|
324
|
+
$utrecht-table-caption-font-size: 16px;
|
|
325
|
+
$utrecht-table-caption-color: #000000;
|
|
326
|
+
$utrecht-table-caption-line-height: 130%;
|
|
327
|
+
$utrecht-table-caption-text-align: left;
|
|
328
|
+
$utrecht-table-caption-margin-block-end: 0;
|
|
329
|
+
$utrecht-table-header-font-weight: bold;
|
|
330
|
+
$utrecht-table-header-background-color: transparent;
|
|
331
|
+
$utrecht-table-header-color: #000000;
|
|
332
|
+
$utrecht-table-header-text-transform: none;
|
|
333
|
+
$utrecht-table-header-border-block-end-width: 2px;
|
|
334
|
+
$utrecht-table-header-sticky-background-color: transparent;
|
|
335
|
+
$utrecht-table-header-sticky-color: #000000;
|
|
336
|
+
$utrecht-table-header-sticky-border-block-end-width: 2px;
|
|
337
|
+
$utrecht-table-footer-background-color: #ffffff;
|
|
338
|
+
$utrecht-table-footer-color: #000000;
|
|
339
|
+
$utrecht-table-footer-sticky-color: #000000;
|
|
340
|
+
$utrecht-table-header-cell-font-size: 16px;
|
|
341
|
+
$utrecht-table-header-cell-font-weight: bold;
|
|
342
|
+
$utrecht-table-header-cell-color: #000000;
|
|
343
|
+
$utrecht-table-header-cell-text-transform: none;
|
|
344
|
+
$utrecht-table-cell-line-height: 24px;
|
|
345
|
+
$utrecht-table-cell-padding-block-end: 12px;
|
|
346
|
+
$utrecht-table-cell-padding-block-start: 12px;
|
|
347
|
+
$utrecht-table-cell-padding-inline-end: 8px;
|
|
348
|
+
$utrecht-table-cell-padding-inline-start: 8px;
|
|
349
|
+
$utrecht-table-cell-selected-color: #000000;
|
|
350
|
+
$utrecht-table-cell-icon-size: 16px;
|
|
351
|
+
$utrecht-table-row-border-block-end-width: 1px;
|
|
352
|
+
$utrecht-table-row-padding-inline-end: 8px;
|
|
353
|
+
$utrecht-table-row-padding-inline-start: 8px;
|
|
354
|
+
$utrecht-table-row-alternate-odd-background-color: #FFFFFF;
|
|
317
355
|
$utrecht-textbox-background-color: transparent;
|
|
318
356
|
$utrecht-textbox-border-block-end-width: 1px;
|
|
319
357
|
$utrecht-textbox-border-bottom-width: 1px;
|
|
@@ -454,6 +492,16 @@ $utrecht-select-font-size: $oip-text-font-size;
|
|
|
454
492
|
$utrecht-skip-link-background-color: $oip-color-accent;
|
|
455
493
|
$utrecht-skip-link-focus-background-color: $oip-color-accent;
|
|
456
494
|
$utrecht-skip-link-focus-visible-background-color: $oip-color-accent;
|
|
495
|
+
$utrecht-table-font-family: $oip-typography-sans-serif-font-family;
|
|
496
|
+
$utrecht-table-caption-font-family: $oip-typography-sans-serif-font-family;
|
|
497
|
+
$utrecht-table-header-border-block-end-color: $oip-color-gray;
|
|
498
|
+
$utrecht-table-header-sticky-border-block-end-color: $oip-color-gray;
|
|
499
|
+
$utrecht-table-footer-sticky-background-color: $oip-color-gray;
|
|
500
|
+
$utrecht-table-cell-selected-background-color: $oip-color-gray;
|
|
501
|
+
$utrecht-table-row-border-block-end-color: $oip-color-gray;
|
|
502
|
+
$utrecht-table-row-alternate-odd-color: $oip-color-fg;
|
|
503
|
+
$utrecht-table-row-alternate-even-background-color: $oip-color-gray-lightest;
|
|
504
|
+
$utrecht-table-row-alternate-even-color: $oip-color-fg;
|
|
457
505
|
$utrecht-textbox-color: $oip-color-fg;
|
|
458
506
|
$utrecht-textbox-font-family: $oip-typography-sans-serif-font-family;
|
|
459
507
|
$utrecht-textbox-font-size: $oip-text-font-size;
|
package/dist/css/index.css
CHANGED
|
@@ -316,6 +316,44 @@
|
|
|
316
316
|
--utrecht-skip-link-focus-text-decoration: underline;
|
|
317
317
|
--utrecht-skip-link-focus-visible-color: #fff;
|
|
318
318
|
--utrecht-skip-link-focus-visible-text-decoration: underline;
|
|
319
|
+
--utrecht-table-border-color: transparent;
|
|
320
|
+
--utrecht-table-border-width: 0;
|
|
321
|
+
--utrecht-table-font-size: 16px;
|
|
322
|
+
--utrecht-table-line-height: 24px;
|
|
323
|
+
--utrecht-table-margin-block-end: 0;
|
|
324
|
+
--utrecht-table-margin-block-start: 0;
|
|
325
|
+
--utrecht-table-caption-font-weight: 700;
|
|
326
|
+
--utrecht-table-caption-font-size: 16px;
|
|
327
|
+
--utrecht-table-caption-color: #000000;
|
|
328
|
+
--utrecht-table-caption-line-height: 130%;
|
|
329
|
+
--utrecht-table-caption-text-align: left;
|
|
330
|
+
--utrecht-table-caption-margin-block-end: 0;
|
|
331
|
+
--utrecht-table-header-font-weight: bold;
|
|
332
|
+
--utrecht-table-header-background-color: transparent;
|
|
333
|
+
--utrecht-table-header-color: #000000;
|
|
334
|
+
--utrecht-table-header-text-transform: none;
|
|
335
|
+
--utrecht-table-header-border-block-end-width: 2px;
|
|
336
|
+
--utrecht-table-header-sticky-background-color: transparent;
|
|
337
|
+
--utrecht-table-header-sticky-color: #000000;
|
|
338
|
+
--utrecht-table-header-sticky-border-block-end-width: 2px;
|
|
339
|
+
--utrecht-table-footer-background-color: #ffffff;
|
|
340
|
+
--utrecht-table-footer-color: #000000;
|
|
341
|
+
--utrecht-table-footer-sticky-color: #000000;
|
|
342
|
+
--utrecht-table-header-cell-font-size: 16px;
|
|
343
|
+
--utrecht-table-header-cell-font-weight: bold;
|
|
344
|
+
--utrecht-table-header-cell-color: #000000;
|
|
345
|
+
--utrecht-table-header-cell-text-transform: none;
|
|
346
|
+
--utrecht-table-cell-line-height: 24px;
|
|
347
|
+
--utrecht-table-cell-padding-block-end: 12px;
|
|
348
|
+
--utrecht-table-cell-padding-block-start: 12px;
|
|
349
|
+
--utrecht-table-cell-padding-inline-end: 8px;
|
|
350
|
+
--utrecht-table-cell-padding-inline-start: 8px;
|
|
351
|
+
--utrecht-table-cell-selected-color: #000000;
|
|
352
|
+
--utrecht-table-cell-icon-size: 16px;
|
|
353
|
+
--utrecht-table-row-border-block-end-width: 1px;
|
|
354
|
+
--utrecht-table-row-padding-inline-end: 8px;
|
|
355
|
+
--utrecht-table-row-padding-inline-start: 8px;
|
|
356
|
+
--utrecht-table-row-alternate-odd-background-color: #FFFFFF;
|
|
319
357
|
--utrecht-textbox-background-color: transparent;
|
|
320
358
|
--utrecht-textbox-border-block-end-width: 1px;
|
|
321
359
|
--utrecht-textbox-border-bottom-width: 1px;
|
|
@@ -456,6 +494,16 @@
|
|
|
456
494
|
--utrecht-skip-link-background-color: var(--oip-color-accent);
|
|
457
495
|
--utrecht-skip-link-focus-background-color: var(--oip-color-accent);
|
|
458
496
|
--utrecht-skip-link-focus-visible-background-color: var(--oip-color-accent);
|
|
497
|
+
--utrecht-table-font-family: var(--oip-typography-sans-serif-font-family);
|
|
498
|
+
--utrecht-table-caption-font-family: var(--oip-typography-sans-serif-font-family);
|
|
499
|
+
--utrecht-table-header-border-block-end-color: var(--oip-color-gray);
|
|
500
|
+
--utrecht-table-header-sticky-border-block-end-color: var(--oip-color-gray);
|
|
501
|
+
--utrecht-table-footer-sticky-background-color: var(--oip-color-gray);
|
|
502
|
+
--utrecht-table-cell-selected-background-color: var(--oip-color-gray);
|
|
503
|
+
--utrecht-table-row-border-block-end-color: var(--oip-color-gray);
|
|
504
|
+
--utrecht-table-row-alternate-odd-color: var(--oip-color-fg);
|
|
505
|
+
--utrecht-table-row-alternate-even-background-color: var(--oip-color-gray-lightest);
|
|
506
|
+
--utrecht-table-row-alternate-even-color: var(--oip-color-fg);
|
|
459
507
|
--utrecht-textbox-color: var(--oip-color-fg);
|
|
460
508
|
--utrecht-textbox-font-family: var(--oip-typography-sans-serif-font-family);
|
|
461
509
|
--utrecht-textbox-font-size: var(--oip-text-font-size);
|
package/package.json
CHANGED
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"table": {
|
|
4
|
+
"border-color": {"value": "transparent"},
|
|
5
|
+
"border-width": {"value": "0"},
|
|
6
|
+
"font-family": {"value": "{oip.typography.sans-serif.font-family}"},
|
|
7
|
+
"font-size": {"value": "16px"},
|
|
8
|
+
"line-height": {"value": "24px"},
|
|
9
|
+
"margin-block-end": {"value": "0"},
|
|
10
|
+
"margin-block-start": {"value": "0"},
|
|
11
|
+
"caption": {
|
|
12
|
+
"font-weight": {"value": "700"},
|
|
13
|
+
"font-family": {"value": "{oip.typography.sans-serif.font-family}"},
|
|
14
|
+
"font-size": {"value": "16px"},
|
|
15
|
+
"color": {"value": "#000000"},
|
|
16
|
+
"line-height": {"value": "130%"},
|
|
17
|
+
"text-align": {"value": "left"},
|
|
18
|
+
"margin-block-end": {"value": "0"}
|
|
19
|
+
},
|
|
20
|
+
"header": {
|
|
21
|
+
"font-weight": {"value": "bold"},
|
|
22
|
+
"background-color": {"value": "transparent"},
|
|
23
|
+
"color": {"value": "#000000"},
|
|
24
|
+
"text-transform": {"value": "none"},
|
|
25
|
+
"border-block-end-color": {"value": "{oip.color.gray}"},
|
|
26
|
+
"border-block-end-width": {"value": "2px"},
|
|
27
|
+
"sticky": {
|
|
28
|
+
"background-color": {"value": "transparent"},
|
|
29
|
+
"color": {"value": "#000000"},
|
|
30
|
+
"border-block-end-color": {"value": "{oip.color.gray}"},
|
|
31
|
+
"border-block-end-width": {"value": "2px"}
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"footer": {
|
|
35
|
+
"background-color": {"value": "#ffffff"},
|
|
36
|
+
"color": {"value": "#000000"},
|
|
37
|
+
"sticky": {
|
|
38
|
+
"background-color": {"value": "{oip.color.gray}"},
|
|
39
|
+
"color": {"value": "#000000"}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"header-cell": {
|
|
43
|
+
"font-size": {"value": "16px"},
|
|
44
|
+
"font-weight": {"value": "bold"},
|
|
45
|
+
"color": {"value": "#000000"},
|
|
46
|
+
"text-transform": {"value": "none"}
|
|
47
|
+
},
|
|
48
|
+
"cell": {
|
|
49
|
+
"line-height": {"value": "24px"},
|
|
50
|
+
"padding-block-end": {"value": "12px"},
|
|
51
|
+
"padding-block-start": {"value": "12px"},
|
|
52
|
+
"padding-inline-end": {"value": "8px"},
|
|
53
|
+
"padding-inline-start": {"value": "8px"},
|
|
54
|
+
"selected": {
|
|
55
|
+
"background-color": {"value": "{oip.color.gray}"},
|
|
56
|
+
"color": {"value": "#000000"}
|
|
57
|
+
},
|
|
58
|
+
"icon": {
|
|
59
|
+
"size": {"value": "16px"}
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"row": {
|
|
63
|
+
"border-block-end-color": {"value": "{oip.color.gray}"},
|
|
64
|
+
"border-block-end-width": {"value": "1px"},
|
|
65
|
+
"padding-inline-end": {"value": "8px"},
|
|
66
|
+
"padding-inline-start": {"value": "8px"},
|
|
67
|
+
"alternate-odd": {
|
|
68
|
+
"background-color": {"value": "#FFFFFF"},
|
|
69
|
+
"color": {"value": "{oip.color.fg}"}
|
|
70
|
+
},
|
|
71
|
+
"alternate-even": {
|
|
72
|
+
"background-color": {"value": "{oip.color.gray-lightest}"},
|
|
73
|
+
"color": {"value": "{oip.color.fg}"}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|