@abgov/design-tokens 1.3.0 → 1.4.0-dev.1

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.
@@ -0,0 +1,54 @@
1
+ {
2
+ "accordion-color-bg-heading": {
3
+ "value": "{color.greyscale.100}",
4
+ "type": "color"
5
+ },
6
+ "accordion-color-bg-content": {
7
+ "value": "{color.greyscale.white}",
8
+ "type": "color"
9
+ },
10
+ "accordion-color-heading": {
11
+ "value": "{color.text.default}",
12
+ "type": "color"
13
+ },
14
+ "accordion-border": {
15
+ "value": {
16
+ "color": "{color.greyscale.200}",
17
+ "width": "{borderWidth.s}",
18
+ "style": "solid"
19
+ },
20
+ "type": "border"
21
+ },
22
+ "accordion-border-radius": {
23
+ "value": "{borderRadius.m}",
24
+ "type": "borderRadius"
25
+ },
26
+ "accordion-padding-heading": {
27
+ "value": "{space.s} {space.m}",
28
+ "type": "spacing"
29
+ },
30
+ "accordion-padding-content-wide": {
31
+ "value": "{space.l} {space.l} {space.xl} 56px",
32
+ "type": "spacing"
33
+ },
34
+ "accordion-padding-content-narrow": {
35
+ "value": "{space.l}",
36
+ "type": "spacing"
37
+ },
38
+ "accordion-color-bg-heading-hover": {
39
+ "value": "{color.greyscale.200}",
40
+ "type": "color"
41
+ },
42
+ "accordion-color-heading-hover": {
43
+ "value": "{color.text.default}",
44
+ "type": "color"
45
+ },
46
+ "accordion-heading-s": {
47
+ "value": "{typography.heading.s}",
48
+ "type": "other"
49
+ },
50
+ "accordion-heading-m": {
51
+ "value": "{typography.heading.m}",
52
+ "type": "other"
53
+ }
54
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "button-border-radius": {
3
+ "value": "{borderRadius.m}",
4
+ "type": "borderRadius"
5
+ },
6
+ "button-padding-lr": {
7
+ "value": "{space.s}",
8
+ "type": "spacing"
9
+ },
10
+ "button-padding-lr-compact": {
11
+ "value": "{space.xs}",
12
+ "type": "spacing"
13
+ },
14
+ "button-height": {
15
+ "value": "42px",
16
+ "type": "sizing"
17
+ },
18
+ "button-height-compact": {
19
+ "value": "32px",
20
+ "type": "sizing"
21
+ },
22
+ "button-text": {
23
+ "value": "{typography.button.default}",
24
+ "type": "other"
25
+ }
26
+ }
@@ -0,0 +1,122 @@
1
+ {
2
+ "callout-border-radius": {
3
+ "value": "{borderRadius.none}",
4
+ "type": "borderRadius"
5
+ },
6
+ "callout-border-width": {
7
+ "value": "0px",
8
+ "type": "borderWidth"
9
+ },
10
+ "callout-l-icon-size": {
11
+ "value": "{iconSize.m}",
12
+ "type": "sizing"
13
+ },
14
+ "callout-l-content-padding": {
15
+ "value": "{space.l}",
16
+ "type": "spacing"
17
+ },
18
+ "callout-l-content-gap": {
19
+ "value": "{space.m}",
20
+ "type": "spacing"
21
+ },
22
+ "callout-l-statusbar-padding": {
23
+ "value": "{space.l} {space.s}",
24
+ "type": "spacing"
25
+ },
26
+ "callout-m-icon-size": {
27
+ "value": "{iconSize.s}",
28
+ "type": "sizing"
29
+ },
30
+ "callout-m-content-padding": {
31
+ "value": "{space.s}",
32
+ "type": "spacing"
33
+ },
34
+ "callout-m-content-gap": {
35
+ "value": "{space.2xs}",
36
+ "type": "spacing"
37
+ },
38
+ "callout-m-statusbar-padding": {
39
+ "value": "{space.s} {space.2xs}",
40
+ "type": "spacing"
41
+ },
42
+ "callout-info-color-bg-content": {
43
+ "value": "{color.greyscale.100}",
44
+ "type": "color"
45
+ },
46
+ "callout-info-color-bg-statusbar": {
47
+ "value": "{color.information.default}",
48
+ "type": "color"
49
+ },
50
+ "callout-info-icon-color": {
51
+ "value": "{color.greyscale.white}",
52
+ "type": "color"
53
+ },
54
+ "callout-info-border-color": {
55
+ "value": "none",
56
+ "type": "color"
57
+ },
58
+ "callout-warning-color-bg-content": {
59
+ "value": "{color.greyscale.100}",
60
+ "type": "color"
61
+ },
62
+ "callout-warning-color-bg-statusbar": {
63
+ "value": "{color.warning.default}",
64
+ "type": "color"
65
+ },
66
+ "callout-warning-icon-color": {
67
+ "value": "{color.greyscale.black}",
68
+ "type": "color"
69
+ },
70
+ "callout-warning-border-color": {
71
+ "value": "none",
72
+ "type": "color"
73
+ },
74
+ "callout-success-color-bg-content": {
75
+ "value": "{color.greyscale.100}",
76
+ "type": "color"
77
+ },
78
+ "callout-success-color-bg-statusbar": {
79
+ "value": "{color.success.default}",
80
+ "type": "color"
81
+ },
82
+ "callout-success-icon-color": {
83
+ "value": "{color.greyscale.white}",
84
+ "type": "color"
85
+ },
86
+ "callout-success-border-color": {
87
+ "value": "none",
88
+ "type": "color"
89
+ },
90
+ "callout-emergency-color-bg-content": {
91
+ "value": "{color.greyscale.100}",
92
+ "type": "color"
93
+ },
94
+ "callout-emergency-color-bg-statusbar": {
95
+ "value": "{color.emergency.default}",
96
+ "type": "color"
97
+ },
98
+ "callout-emergency-icon-color": {
99
+ "value": "{color.greyscale.white}",
100
+ "type": "color"
101
+ },
102
+ "callout-emergency-border-color": {
103
+ "value": "none",
104
+ "type": "color"
105
+ },
106
+ "callout-l-heading": {
107
+ "value": "{typography.heading.m}",
108
+ "type": "other"
109
+ },
110
+ "callout-l-text-size": {
111
+ "value": "{typography.body.m}",
112
+ "type": "other"
113
+ },
114
+ "callout-m-heading-size": {
115
+ "value": "{typography.heading.xs}",
116
+ "type": "other"
117
+ },
118
+ "callout-m-text-size": {
119
+ "value": "{typography.body.s}",
120
+ "type": "other"
121
+ }
122
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "container-border-radius": {
3
+ "value": "{borderRadius.m}",
4
+ "type": "borderRadius"
5
+ },
6
+ "container-border": {
7
+ "value": {
8
+ "color": "{color.greyscale.200}",
9
+ "width": "{borderWidth.s}",
10
+ "style": "solid"
11
+ },
12
+ "type": "border"
13
+ },
14
+ "container-padding": {
15
+ "value": "{space.l}",
16
+ "type": "spacing"
17
+ }
18
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ "side-menu-group-color-bg": {
3
+ "value": "{color.greyscale.white}",
4
+ "type": "color"
5
+ },
6
+ "side-menu-group-padding": {
7
+ "value": "{space.m} {space.none} {space.l} {space.none}",
8
+ "type": "spacing"
9
+ },
10
+ "side-menu-parent-padding": {
11
+ "value": "{space.none}",
12
+ "type": "spacing"
13
+ },
14
+ "side-menu-group-border-radius": {
15
+ "value": "{borderRadius.none}",
16
+ "type": "borderRadius"
17
+ },
18
+ "side-menu-child-border-width": {
19
+ "value": "4px",
20
+ "type": "borderWidth"
21
+ },
22
+ "side-menu-parent-color-bg-hover": {
23
+ "value": "#CEDFEE",
24
+ "type": "color"
25
+ },
26
+ "side-menu-child-color-bg-hover": {
27
+ "value": "{color.information.background}",
28
+ "type": "color"
29
+ },
30
+ "side-menu-child-color-bg-selected": {
31
+ "value": "{color.information.background}",
32
+ "type": "color"
33
+ },
34
+ "side-menu-child-color-text-selected": {
35
+ "value": "{color.text.default}",
36
+ "type": "color"
37
+ },
38
+ "goa-side-menu-parent-text": {
39
+ "value": "{typography.body.m}",
40
+ "type": "other"
41
+ },
42
+ "goa-side-menu-parent-text-active": {
43
+ "value": "{typography.body.m}",
44
+ "type": "other"
45
+ }
46
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "table-color-heading": {
3
+ "value": "{color.text.secondary}",
4
+ "type": "color"
5
+ },
6
+ "table-color-border-heading": {
7
+ "value": "{color.greyscale.600}",
8
+ "type": "color"
9
+ }
10
+ }