@fremtind/jokul 5.0.4 → 5.1.0
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/build/build-stats.html +1 -1
- package/build/cjs/components/combobox/Combobox.cjs +1 -1
- package/build/cjs/components/combobox/Combobox.cjs.map +1 -1
- package/build/cjs/components/expander/types.d.cts +1 -1
- package/build/cjs/components/help/Help.cjs +1 -1
- package/build/cjs/components/help/Help.cjs.map +1 -1
- package/build/cjs/components/icon/icons/ErrorIcon.cjs +1 -1
- package/build/cjs/components/icon/icons/ErrorIcon.cjs.map +1 -1
- package/build/cjs/components/menu/Menu.cjs +1 -1
- package/build/cjs/components/menu/Menu.cjs.map +1 -1
- package/build/cjs/components/popover/Popover.cjs +1 -1
- package/build/cjs/components/popover/Popover.cjs.map +1 -1
- package/build/cjs/components/popover/types.d.cts +10 -0
- package/build/cjs/components/radio-button/RadioButton.cjs.map +1 -1
- package/build/cjs/components/select/Select.cjs +1 -1
- package/build/cjs/components/select/Select.cjs.map +1 -1
- package/build/cjs/components/system-message/SystemMessage.cjs +1 -1
- package/build/cjs/components/system-message/SystemMessage.cjs.map +1 -1
- package/build/cjs/components/typography/Text.cjs +1 -1
- package/build/cjs/components/typography/Text.cjs.map +1 -1
- package/build/cjs/components/typography/Title.cjs +1 -1
- package/build/cjs/components/typography/Title.cjs.map +1 -1
- package/build/cjs/components/typography/types.d.cts +17 -0
- package/build/cjs/tokens.cjs +1 -1
- package/build/cjs/tokens.cjs.map +1 -1
- package/build/cjs/tokens.d.cts +1 -0
- package/build/es/components/combobox/Combobox.js +1 -1
- package/build/es/components/combobox/Combobox.js.map +1 -1
- package/build/es/components/expander/types.d.ts +1 -1
- package/build/es/components/help/Help.js +1 -1
- package/build/es/components/help/Help.js.map +1 -1
- package/build/es/components/icon/icons/ErrorIcon.js +1 -1
- package/build/es/components/icon/icons/ErrorIcon.js.map +1 -1
- package/build/es/components/menu/Menu.js +1 -1
- package/build/es/components/menu/Menu.js.map +1 -1
- package/build/es/components/popover/Popover.js +1 -1
- package/build/es/components/popover/Popover.js.map +1 -1
- package/build/es/components/popover/types.d.ts +10 -0
- package/build/es/components/radio-button/RadioButton.js.map +1 -1
- package/build/es/components/select/Select.js +1 -1
- package/build/es/components/select/Select.js.map +1 -1
- package/build/es/components/system-message/SystemMessage.js +1 -1
- package/build/es/components/system-message/SystemMessage.js.map +1 -1
- package/build/es/components/typography/Text.js +1 -1
- package/build/es/components/typography/Text.js.map +1 -1
- package/build/es/components/typography/Title.js +1 -1
- package/build/es/components/typography/Title.js.map +1 -1
- package/build/es/components/typography/types.d.ts +17 -0
- package/build/es/tokens.d.ts +1 -0
- package/build/es/tokens.js +1 -1
- package/build/es/tokens.js.map +1 -1
- package/package.json +4 -2
- package/src/tokens/metadata/color.metadata.dark.json +165 -0
- package/src/tokens/metadata/color.metadata.light.json +165 -0
- package/src/tokens/metadata/color.metadata.saturated.dark.json +165 -0
- package/src/tokens/metadata/color.metadata.saturated.light.json +165 -0
- package/styles/base.css +2 -8
- package/styles/base.min.css +1 -1
- package/styles/components/beta/nav-link/navlink.css +2 -1
- package/styles/components/beta/nav-link/navlink.min.css +1 -1
- package/styles/components/checkbox/checkbox.css +9 -5
- package/styles/components/checkbox/checkbox.min.css +1 -1
- package/styles/components/checkbox/checkbox.scss +7 -4
- package/styles/components/checkbox-panel/checkbox-panel.css +27 -5
- package/styles/components/checkbox-panel/checkbox-panel.min.css +1 -1
- package/styles/components/combobox/combobox.css +4 -7
- package/styles/components/combobox/combobox.min.css +1 -1
- package/styles/components/combobox/combobox.scss +11 -10
- package/styles/components/countdown/countdown.css +2 -2
- package/styles/components/countdown/countdown.min.css +1 -1
- package/styles/components/feedback/feedback.css +2 -2
- package/styles/components/feedback/feedback.min.css +1 -1
- package/styles/components/file-input/file-input.css +13 -13
- package/styles/components/file-input/file-input.min.css +1 -1
- package/styles/components/help/help.css +2 -2
- package/styles/components/help/help.min.css +1 -1
- package/styles/components/help/help.scss +2 -2
- package/styles/components/icon/_base-styles.scss +2 -2
- package/styles/components/icon/icon.css +2 -1
- package/styles/components/icon/icon.min.css +1 -1
- package/styles/components/input-group/_labels.scss +22 -4
- package/styles/components/input-group/input-group.css +15 -3
- package/styles/components/input-group/input-group.min.css +1 -1
- package/styles/components/input-panel/input-panel.css +18 -0
- package/styles/components/input-panel/input-panel.min.css +1 -1
- package/styles/components/input-panel/input-panel.scss +24 -1
- package/styles/components/link/link.css +4 -4
- package/styles/components/link/link.min.css +1 -1
- package/styles/components/link/link.scss +2 -3
- package/styles/components/link-list/link-list.css +2 -1
- package/styles/components/link-list/link-list.min.css +1 -1
- package/styles/components/list/list.css +2 -1
- package/styles/components/list/list.min.css +1 -1
- package/styles/components/loader/loader.css +6 -6
- package/styles/components/loader/loader.min.css +1 -1
- package/styles/components/loader/skeleton-loader.css +3 -3
- package/styles/components/loader/skeleton-loader.min.css +1 -1
- package/styles/components/menu/_menu-item.scss +1 -1
- package/styles/components/menu/menu.css +3 -2
- package/styles/components/menu/menu.min.css +1 -1
- package/styles/components/menu/menu.scss +2 -1
- package/styles/components/message/message.css +2 -2
- package/styles/components/message/message.min.css +1 -1
- package/styles/components/number-input/number-input.css +2 -2
- package/styles/components/number-input/number-input.min.css +1 -1
- package/styles/components/progress-bar/progress-bar.css +1 -1
- package/styles/components/progress-bar/progress-bar.min.css +1 -1
- package/styles/components/radio-button/radio-button.css +8 -3
- package/styles/components/radio-button/radio-button.min.css +1 -1
- package/styles/components/radio-button/radio-button.scss +7 -3
- package/styles/components/radio-panel/radio-panel.css +18 -0
- package/styles/components/radio-panel/radio-panel.min.css +1 -1
- package/styles/components/search/search.css +3 -2
- package/styles/components/search/search.min.css +1 -1
- package/styles/components/segmented-control/segmented-control.css +26 -7
- package/styles/components/segmented-control/segmented-control.min.css +1 -1
- package/styles/components/select/select.css +4 -11
- package/styles/components/select/select.min.css +1 -1
- package/styles/components/select/select.scss +19 -19
- package/styles/components/system-message/system-message.css +2 -2
- package/styles/components/system-message/system-message.min.css +1 -1
- package/styles/components/text-area/text-area.css +2 -2
- package/styles/components/text-area/text-area.min.css +1 -1
- package/styles/components/text-input/text-input.css +2 -2
- package/styles/components/text-input/text-input.min.css +1 -1
- package/styles/components/toast/toast.css +4 -4
- package/styles/components/toast/toast.min.css +1 -1
- package/styles/components/toggle-switch/toggle-switch.css +3 -0
- package/styles/components/toggle-switch/toggle-switch.min.css +1 -1
- package/styles/components/toggle-switch/toggle-switch.scss +3 -0
- package/styles/components/tooltip/tooltip.css +1 -0
- package/styles/components/tooltip/tooltip.min.css +1 -1
- package/styles/components/tooltip/tooltip.scss +1 -0
- package/styles/components/typography/text.css +6 -0
- package/styles/components/typography/text.min.css +1 -1
- package/styles/components/typography/text.scss +9 -1
- package/styles/components/typography/title.css +3 -0
- package/styles/components/typography/title.min.css +1 -1
- package/styles/components/typography/title.scss +5 -1
- package/styles/components.css +119 -71
- package/styles/components.min.css +1 -1
- package/styles/jkl/_tokens.scss +3 -1
- package/styles/jkl/_typography.scss +1 -3
- package/styles/shared/input/shared-input-styles.scss +5 -3
- package/styles/theme/_fonts.scss +1 -9
- package/styles/theme/_tokens.scss +2 -1
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$type": "number",
|
|
3
|
+
"color": {
|
|
4
|
+
"background": {
|
|
5
|
+
"page": {
|
|
6
|
+
"luminance": {
|
|
7
|
+
"$description": "Relative luminance (WCAG) of background.page",
|
|
8
|
+
"$value": 0.0041
|
|
9
|
+
},
|
|
10
|
+
"lightness": {
|
|
11
|
+
"$description": "OKLCh lightness (L, 0–100) of background.page",
|
|
12
|
+
"$value": 16.0
|
|
13
|
+
},
|
|
14
|
+
"chroma": {
|
|
15
|
+
"$description": "OKLCh chroma (C) of background.page",
|
|
16
|
+
"$value": 0.0027
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"container": {
|
|
20
|
+
"luminance": {
|
|
21
|
+
"$description": "Relative luminance (WCAG) of background.container",
|
|
22
|
+
"$value": 0.0167
|
|
23
|
+
},
|
|
24
|
+
"lightness": {
|
|
25
|
+
"$description": "OKLCh lightness (L, 0–100) of background.container",
|
|
26
|
+
"$value": 25.6
|
|
27
|
+
},
|
|
28
|
+
"chroma": {
|
|
29
|
+
"$description": "OKLCh chroma (C) of background.container",
|
|
30
|
+
"$value": 0.0064
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"container-accent": {
|
|
34
|
+
"luminance": {
|
|
35
|
+
"$description": "Relative luminance (WCAG) of background.container-accent",
|
|
36
|
+
"$value": 0.0366
|
|
37
|
+
},
|
|
38
|
+
"lightness": {
|
|
39
|
+
"$description": "OKLCh lightness (L, 0–100) of background.container-accent",
|
|
40
|
+
"$value": 33.4
|
|
41
|
+
},
|
|
42
|
+
"chroma": {
|
|
43
|
+
"$description": "OKLCh chroma (C) of background.container-accent",
|
|
44
|
+
"$value": 0.0114
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"contrast": {
|
|
48
|
+
"luminance": {
|
|
49
|
+
"$description": "Relative luminance (WCAG) of background.contrast",
|
|
50
|
+
"$value": 0.8749
|
|
51
|
+
},
|
|
52
|
+
"lightness": {
|
|
53
|
+
"$description": "OKLCh lightness (L, 0–100) of background.contrast",
|
|
54
|
+
"$value": 95.7
|
|
55
|
+
},
|
|
56
|
+
"chroma": {
|
|
57
|
+
"$description": "OKLCh chroma (C) of background.contrast",
|
|
58
|
+
"$value": 0.0051
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"text": {
|
|
63
|
+
"default": {
|
|
64
|
+
"luminance": {
|
|
65
|
+
"$description": "Relative luminance (WCAG) of text.default",
|
|
66
|
+
"$value": 1.0
|
|
67
|
+
},
|
|
68
|
+
"lightness": {
|
|
69
|
+
"$description": "OKLCh lightness (L, 0–100) of text.default",
|
|
70
|
+
"$value": 100.0
|
|
71
|
+
},
|
|
72
|
+
"chroma": {
|
|
73
|
+
"$description": "OKLCh chroma (C) of text.default",
|
|
74
|
+
"$value": 0.0001
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"subdued": {
|
|
78
|
+
"luminance": {
|
|
79
|
+
"$description": "Relative luminance (WCAG) of text.subdued",
|
|
80
|
+
"$value": 0.5615
|
|
81
|
+
},
|
|
82
|
+
"lightness": {
|
|
83
|
+
"$description": "OKLCh lightness (L, 0–100) of text.subdued",
|
|
84
|
+
"$value": 82.5
|
|
85
|
+
},
|
|
86
|
+
"chroma": {
|
|
87
|
+
"$description": "OKLCh chroma (C) of text.subdued",
|
|
88
|
+
"$value": 0.0043
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"accent": {
|
|
92
|
+
"luminance": {
|
|
93
|
+
"$description": "Relative luminance (WCAG) of text.accent",
|
|
94
|
+
"$value": 1.0
|
|
95
|
+
},
|
|
96
|
+
"lightness": {
|
|
97
|
+
"$description": "OKLCh lightness (L, 0–100) of text.accent",
|
|
98
|
+
"$value": 100.0
|
|
99
|
+
},
|
|
100
|
+
"chroma": {
|
|
101
|
+
"$description": "OKLCh chroma (C) of text.accent",
|
|
102
|
+
"$value": 0.0001
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"on-contrast": {
|
|
106
|
+
"luminance": {
|
|
107
|
+
"$description": "Relative luminance (WCAG) of text.on-contrast",
|
|
108
|
+
"$value": 0.0041
|
|
109
|
+
},
|
|
110
|
+
"lightness": {
|
|
111
|
+
"$description": "OKLCh lightness (L, 0–100) of text.on-contrast",
|
|
112
|
+
"$value": 16.0
|
|
113
|
+
},
|
|
114
|
+
"chroma": {
|
|
115
|
+
"$description": "OKLCh chroma (C) of text.on-contrast",
|
|
116
|
+
"$value": 0.0027
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"border": {
|
|
121
|
+
"default": {
|
|
122
|
+
"luminance": {
|
|
123
|
+
"$description": "Relative luminance (WCAG) of border.default",
|
|
124
|
+
"$value": 0.5615
|
|
125
|
+
},
|
|
126
|
+
"lightness": {
|
|
127
|
+
"$description": "OKLCh lightness (L, 0–100) of border.default",
|
|
128
|
+
"$value": 82.5
|
|
129
|
+
},
|
|
130
|
+
"chroma": {
|
|
131
|
+
"$description": "OKLCh chroma (C) of border.default",
|
|
132
|
+
"$value": 0.0043
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
"subdued": {
|
|
136
|
+
"luminance": {
|
|
137
|
+
"$description": "Relative luminance (WCAG) of border.subdued",
|
|
138
|
+
"$value": 0.1186
|
|
139
|
+
},
|
|
140
|
+
"lightness": {
|
|
141
|
+
"$description": "OKLCh lightness (L, 0–100) of border.subdued",
|
|
142
|
+
"$value": 49.2
|
|
143
|
+
},
|
|
144
|
+
"chroma": {
|
|
145
|
+
"$description": "OKLCh chroma (C) of border.subdued",
|
|
146
|
+
"$value": 0.0038
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"strong": {
|
|
150
|
+
"luminance": {
|
|
151
|
+
"$description": "Relative luminance (WCAG) of border.strong",
|
|
152
|
+
"$value": 1.0
|
|
153
|
+
},
|
|
154
|
+
"lightness": {
|
|
155
|
+
"$description": "OKLCh lightness (L, 0–100) of border.strong",
|
|
156
|
+
"$value": 100.0
|
|
157
|
+
},
|
|
158
|
+
"chroma": {
|
|
159
|
+
"$description": "OKLCh chroma (C) of border.strong",
|
|
160
|
+
"$value": 0.0001
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
}
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$type": "number",
|
|
3
|
+
"color": {
|
|
4
|
+
"background": {
|
|
5
|
+
"page": {
|
|
6
|
+
"luminance": {
|
|
7
|
+
"$description": "Relative luminance (WCAG) of background.page",
|
|
8
|
+
"$value": 0.8749
|
|
9
|
+
},
|
|
10
|
+
"lightness": {
|
|
11
|
+
"$description": "OKLCh lightness (L, 0–100) of background.page",
|
|
12
|
+
"$value": 95.7
|
|
13
|
+
},
|
|
14
|
+
"chroma": {
|
|
15
|
+
"$description": "OKLCh chroma (C) of background.page",
|
|
16
|
+
"$value": 0.0051
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"container": {
|
|
20
|
+
"luminance": {
|
|
21
|
+
"$description": "Relative luminance (WCAG) of background.container",
|
|
22
|
+
"$value": 1.0
|
|
23
|
+
},
|
|
24
|
+
"lightness": {
|
|
25
|
+
"$description": "OKLCh lightness (L, 0–100) of background.container",
|
|
26
|
+
"$value": 100.0
|
|
27
|
+
},
|
|
28
|
+
"chroma": {
|
|
29
|
+
"$description": "OKLCh chroma (C) of background.container",
|
|
30
|
+
"$value": 0.0001
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"container-accent": {
|
|
34
|
+
"luminance": {
|
|
35
|
+
"$description": "Relative luminance (WCAG) of background.container-accent",
|
|
36
|
+
"$value": 0.7423
|
|
37
|
+
},
|
|
38
|
+
"lightness": {
|
|
39
|
+
"$description": "OKLCh lightness (L, 0–100) of background.container-accent",
|
|
40
|
+
"$value": 90.6
|
|
41
|
+
},
|
|
42
|
+
"chroma": {
|
|
43
|
+
"$description": "OKLCh chroma (C) of background.container-accent",
|
|
44
|
+
"$value": 0.0108
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"contrast": {
|
|
48
|
+
"luminance": {
|
|
49
|
+
"$description": "Relative luminance (WCAG) of background.contrast",
|
|
50
|
+
"$value": 0.0167
|
|
51
|
+
},
|
|
52
|
+
"lightness": {
|
|
53
|
+
"$description": "OKLCh lightness (L, 0–100) of background.contrast",
|
|
54
|
+
"$value": 25.6
|
|
55
|
+
},
|
|
56
|
+
"chroma": {
|
|
57
|
+
"$description": "OKLCh chroma (C) of background.contrast",
|
|
58
|
+
"$value": 0.0064
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"text": {
|
|
63
|
+
"default": {
|
|
64
|
+
"luminance": {
|
|
65
|
+
"$description": "Relative luminance (WCAG) of text.default",
|
|
66
|
+
"$value": 0.0041
|
|
67
|
+
},
|
|
68
|
+
"lightness": {
|
|
69
|
+
"$description": "OKLCh lightness (L, 0–100) of text.default",
|
|
70
|
+
"$value": 16.0
|
|
71
|
+
},
|
|
72
|
+
"chroma": {
|
|
73
|
+
"$description": "OKLCh chroma (C) of text.default",
|
|
74
|
+
"$value": 0.0027
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"subdued": {
|
|
78
|
+
"luminance": {
|
|
79
|
+
"$description": "Relative luminance (WCAG) of text.subdued",
|
|
80
|
+
"$value": 0.1186
|
|
81
|
+
},
|
|
82
|
+
"lightness": {
|
|
83
|
+
"$description": "OKLCh lightness (L, 0–100) of text.subdued",
|
|
84
|
+
"$value": 49.2
|
|
85
|
+
},
|
|
86
|
+
"chroma": {
|
|
87
|
+
"$description": "OKLCh chroma (C) of text.subdued",
|
|
88
|
+
"$value": 0.0038
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"accent": {
|
|
92
|
+
"luminance": {
|
|
93
|
+
"$description": "Relative luminance (WCAG) of text.accent",
|
|
94
|
+
"$value": 0.0041
|
|
95
|
+
},
|
|
96
|
+
"lightness": {
|
|
97
|
+
"$description": "OKLCh lightness (L, 0–100) of text.accent",
|
|
98
|
+
"$value": 16.0
|
|
99
|
+
},
|
|
100
|
+
"chroma": {
|
|
101
|
+
"$description": "OKLCh chroma (C) of text.accent",
|
|
102
|
+
"$value": 0.0027
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"on-contrast": {
|
|
106
|
+
"luminance": {
|
|
107
|
+
"$description": "Relative luminance (WCAG) of text.on-contrast",
|
|
108
|
+
"$value": 1.0
|
|
109
|
+
},
|
|
110
|
+
"lightness": {
|
|
111
|
+
"$description": "OKLCh lightness (L, 0–100) of text.on-contrast",
|
|
112
|
+
"$value": 100.0
|
|
113
|
+
},
|
|
114
|
+
"chroma": {
|
|
115
|
+
"$description": "OKLCh chroma (C) of text.on-contrast",
|
|
116
|
+
"$value": 0.0001
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"border": {
|
|
121
|
+
"default": {
|
|
122
|
+
"luminance": {
|
|
123
|
+
"$description": "Relative luminance (WCAG) of border.default",
|
|
124
|
+
"$value": 0.1186
|
|
125
|
+
},
|
|
126
|
+
"lightness": {
|
|
127
|
+
"$description": "OKLCh lightness (L, 0–100) of border.default",
|
|
128
|
+
"$value": 49.2
|
|
129
|
+
},
|
|
130
|
+
"chroma": {
|
|
131
|
+
"$description": "OKLCh chroma (C) of border.default",
|
|
132
|
+
"$value": 0.0038
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
"subdued": {
|
|
136
|
+
"luminance": {
|
|
137
|
+
"$description": "Relative luminance (WCAG) of border.subdued",
|
|
138
|
+
"$value": 0.5615
|
|
139
|
+
},
|
|
140
|
+
"lightness": {
|
|
141
|
+
"$description": "OKLCh lightness (L, 0–100) of border.subdued",
|
|
142
|
+
"$value": 82.5
|
|
143
|
+
},
|
|
144
|
+
"chroma": {
|
|
145
|
+
"$description": "OKLCh chroma (C) of border.subdued",
|
|
146
|
+
"$value": 0.0043
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"strong": {
|
|
150
|
+
"luminance": {
|
|
151
|
+
"$description": "Relative luminance (WCAG) of border.strong",
|
|
152
|
+
"$value": 0.0041
|
|
153
|
+
},
|
|
154
|
+
"lightness": {
|
|
155
|
+
"$description": "OKLCh lightness (L, 0–100) of border.strong",
|
|
156
|
+
"$value": 16.0
|
|
157
|
+
},
|
|
158
|
+
"chroma": {
|
|
159
|
+
"$description": "OKLCh chroma (C) of border.strong",
|
|
160
|
+
"$value": 0.0027
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
}
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$type": "number",
|
|
3
|
+
"color": {
|
|
4
|
+
"background": {
|
|
5
|
+
"page": {
|
|
6
|
+
"luminance": {
|
|
7
|
+
"$description": "Relative luminance (WCAG) of background.page",
|
|
8
|
+
"$value": 0.0041
|
|
9
|
+
},
|
|
10
|
+
"lightness": {
|
|
11
|
+
"$description": "OKLCh lightness (L, 0–100) of background.page",
|
|
12
|
+
"$value": 16.0
|
|
13
|
+
},
|
|
14
|
+
"chroma": {
|
|
15
|
+
"$description": "OKLCh chroma (C) of background.page",
|
|
16
|
+
"$value": 0.0027
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"container": {
|
|
20
|
+
"luminance": {
|
|
21
|
+
"$description": "Relative luminance (WCAG) of background.container",
|
|
22
|
+
"$value": 0.0626
|
|
23
|
+
},
|
|
24
|
+
"lightness": {
|
|
25
|
+
"$description": "OKLCh lightness (L, 0–100) of background.container",
|
|
26
|
+
"$value": 39.1
|
|
27
|
+
},
|
|
28
|
+
"chroma": {
|
|
29
|
+
"$description": "OKLCh chroma (C) of background.container",
|
|
30
|
+
"$value": 0.0524
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"container-accent": {
|
|
34
|
+
"luminance": {
|
|
35
|
+
"$description": "Relative luminance (WCAG) of background.container-accent",
|
|
36
|
+
"$value": 0.0962
|
|
37
|
+
},
|
|
38
|
+
"lightness": {
|
|
39
|
+
"$description": "OKLCh lightness (L, 0–100) of background.container-accent",
|
|
40
|
+
"$value": 45.2
|
|
41
|
+
},
|
|
42
|
+
"chroma": {
|
|
43
|
+
"$description": "OKLCh chroma (C) of background.container-accent",
|
|
44
|
+
"$value": 0.0612
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"contrast": {
|
|
48
|
+
"luminance": {
|
|
49
|
+
"$description": "Relative luminance (WCAG) of background.contrast",
|
|
50
|
+
"$value": 0.6255
|
|
51
|
+
},
|
|
52
|
+
"lightness": {
|
|
53
|
+
"$description": "OKLCh lightness (L, 0–100) of background.contrast",
|
|
54
|
+
"$value": 84.0
|
|
55
|
+
},
|
|
56
|
+
"chroma": {
|
|
57
|
+
"$description": "OKLCh chroma (C) of background.contrast",
|
|
58
|
+
"$value": 0.138
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"text": {
|
|
63
|
+
"default": {
|
|
64
|
+
"luminance": {
|
|
65
|
+
"$description": "Relative luminance (WCAG) of text.default",
|
|
66
|
+
"$value": 0.8835
|
|
67
|
+
},
|
|
68
|
+
"lightness": {
|
|
69
|
+
"$description": "OKLCh lightness (L, 0–100) of text.default",
|
|
70
|
+
"$value": 95.4
|
|
71
|
+
},
|
|
72
|
+
"chroma": {
|
|
73
|
+
"$description": "OKLCh chroma (C) of text.default",
|
|
74
|
+
"$value": 0.0449
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"subdued": {
|
|
78
|
+
"luminance": {
|
|
79
|
+
"$description": "Relative luminance (WCAG) of text.subdued",
|
|
80
|
+
"$value": 0.5615
|
|
81
|
+
},
|
|
82
|
+
"lightness": {
|
|
83
|
+
"$description": "OKLCh lightness (L, 0–100) of text.subdued",
|
|
84
|
+
"$value": 82.5
|
|
85
|
+
},
|
|
86
|
+
"chroma": {
|
|
87
|
+
"$description": "OKLCh chroma (C) of text.subdued",
|
|
88
|
+
"$value": 0.018
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"accent": {
|
|
92
|
+
"luminance": {
|
|
93
|
+
"$description": "Relative luminance (WCAG) of text.accent",
|
|
94
|
+
"$value": 0.6255
|
|
95
|
+
},
|
|
96
|
+
"lightness": {
|
|
97
|
+
"$description": "OKLCh lightness (L, 0–100) of text.accent",
|
|
98
|
+
"$value": 84.0
|
|
99
|
+
},
|
|
100
|
+
"chroma": {
|
|
101
|
+
"$description": "OKLCh chroma (C) of text.accent",
|
|
102
|
+
"$value": 0.138
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"on-contrast": {
|
|
106
|
+
"luminance": {
|
|
107
|
+
"$description": "Relative luminance (WCAG) of text.on-contrast",
|
|
108
|
+
"$value": 0.0041
|
|
109
|
+
},
|
|
110
|
+
"lightness": {
|
|
111
|
+
"$description": "OKLCh lightness (L, 0–100) of text.on-contrast",
|
|
112
|
+
"$value": 16.0
|
|
113
|
+
},
|
|
114
|
+
"chroma": {
|
|
115
|
+
"$description": "OKLCh chroma (C) of text.on-contrast",
|
|
116
|
+
"$value": 0.0027
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"border": {
|
|
121
|
+
"default": {
|
|
122
|
+
"luminance": {
|
|
123
|
+
"$description": "Relative luminance (WCAG) of border.default",
|
|
124
|
+
"$value": 0.6255
|
|
125
|
+
},
|
|
126
|
+
"lightness": {
|
|
127
|
+
"$description": "OKLCh lightness (L, 0–100) of border.default",
|
|
128
|
+
"$value": 84.0
|
|
129
|
+
},
|
|
130
|
+
"chroma": {
|
|
131
|
+
"$description": "OKLCh chroma (C) of border.default",
|
|
132
|
+
"$value": 0.138
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
"subdued": {
|
|
136
|
+
"luminance": {
|
|
137
|
+
"$description": "Relative luminance (WCAG) of border.subdued",
|
|
138
|
+
"$value": 0.0962
|
|
139
|
+
},
|
|
140
|
+
"lightness": {
|
|
141
|
+
"$description": "OKLCh lightness (L, 0–100) of border.subdued",
|
|
142
|
+
"$value": 45.2
|
|
143
|
+
},
|
|
144
|
+
"chroma": {
|
|
145
|
+
"$description": "OKLCh chroma (C) of border.subdued",
|
|
146
|
+
"$value": 0.0612
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"strong": {
|
|
150
|
+
"luminance": {
|
|
151
|
+
"$description": "Relative luminance (WCAG) of border.strong",
|
|
152
|
+
"$value": 0.8835
|
|
153
|
+
},
|
|
154
|
+
"lightness": {
|
|
155
|
+
"$description": "OKLCh lightness (L, 0–100) of border.strong",
|
|
156
|
+
"$value": 95.4
|
|
157
|
+
},
|
|
158
|
+
"chroma": {
|
|
159
|
+
"$description": "OKLCh chroma (C) of border.strong",
|
|
160
|
+
"$value": 0.0449
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
}
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$type": "number",
|
|
3
|
+
"color": {
|
|
4
|
+
"background": {
|
|
5
|
+
"page": {
|
|
6
|
+
"luminance": {
|
|
7
|
+
"$description": "Relative luminance (WCAG) of background.page",
|
|
8
|
+
"$value": 0.8749
|
|
9
|
+
},
|
|
10
|
+
"lightness": {
|
|
11
|
+
"$description": "OKLCh lightness (L, 0–100) of background.page",
|
|
12
|
+
"$value": 95.7
|
|
13
|
+
},
|
|
14
|
+
"chroma": {
|
|
15
|
+
"$description": "OKLCh chroma (C) of background.page",
|
|
16
|
+
"$value": 0.0051
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"container": {
|
|
20
|
+
"luminance": {
|
|
21
|
+
"$description": "Relative luminance (WCAG) of background.container",
|
|
22
|
+
"$value": 0.7629
|
|
23
|
+
},
|
|
24
|
+
"lightness": {
|
|
25
|
+
"$description": "OKLCh lightness (L, 0–100) of background.container",
|
|
26
|
+
"$value": 90.9
|
|
27
|
+
},
|
|
28
|
+
"chroma": {
|
|
29
|
+
"$description": "OKLCh chroma (C) of background.container",
|
|
30
|
+
"$value": 0.047
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"container-accent": {
|
|
34
|
+
"luminance": {
|
|
35
|
+
"$description": "Relative luminance (WCAG) of background.container-accent",
|
|
36
|
+
"$value": 0.5779
|
|
37
|
+
},
|
|
38
|
+
"lightness": {
|
|
39
|
+
"$description": "OKLCh lightness (L, 0–100) of background.container-accent",
|
|
40
|
+
"$value": 82.8
|
|
41
|
+
},
|
|
42
|
+
"chroma": {
|
|
43
|
+
"$description": "OKLCh chroma (C) of background.container-accent",
|
|
44
|
+
"$value": 0.0509
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"contrast": {
|
|
48
|
+
"luminance": {
|
|
49
|
+
"$description": "Relative luminance (WCAG) of background.contrast",
|
|
50
|
+
"$value": 0.134
|
|
51
|
+
},
|
|
52
|
+
"lightness": {
|
|
53
|
+
"$description": "OKLCh lightness (L, 0–100) of background.contrast",
|
|
54
|
+
"$value": 49.9
|
|
55
|
+
},
|
|
56
|
+
"chroma": {
|
|
57
|
+
"$description": "OKLCh chroma (C) of background.contrast",
|
|
58
|
+
"$value": 0.1201
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"text": {
|
|
63
|
+
"default": {
|
|
64
|
+
"luminance": {
|
|
65
|
+
"$description": "Relative luminance (WCAG) of text.default",
|
|
66
|
+
"$value": 0.0411
|
|
67
|
+
},
|
|
68
|
+
"lightness": {
|
|
69
|
+
"$description": "OKLCh lightness (L, 0–100) of text.default",
|
|
70
|
+
"$value": 33.5
|
|
71
|
+
},
|
|
72
|
+
"chroma": {
|
|
73
|
+
"$description": "OKLCh chroma (C) of text.default",
|
|
74
|
+
"$value": 0.1008
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"subdued": {
|
|
78
|
+
"luminance": {
|
|
79
|
+
"$description": "Relative luminance (WCAG) of text.subdued",
|
|
80
|
+
"$value": 0.1186
|
|
81
|
+
},
|
|
82
|
+
"lightness": {
|
|
83
|
+
"$description": "OKLCh lightness (L, 0–100) of text.subdued",
|
|
84
|
+
"$value": 49.2
|
|
85
|
+
},
|
|
86
|
+
"chroma": {
|
|
87
|
+
"$description": "OKLCh chroma (C) of text.subdued",
|
|
88
|
+
"$value": 0.025
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"accent": {
|
|
92
|
+
"luminance": {
|
|
93
|
+
"$description": "Relative luminance (WCAG) of text.accent",
|
|
94
|
+
"$value": 0.134
|
|
95
|
+
},
|
|
96
|
+
"lightness": {
|
|
97
|
+
"$description": "OKLCh lightness (L, 0–100) of text.accent",
|
|
98
|
+
"$value": 49.9
|
|
99
|
+
},
|
|
100
|
+
"chroma": {
|
|
101
|
+
"$description": "OKLCh chroma (C) of text.accent",
|
|
102
|
+
"$value": 0.1201
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"on-contrast": {
|
|
106
|
+
"luminance": {
|
|
107
|
+
"$description": "Relative luminance (WCAG) of text.on-contrast",
|
|
108
|
+
"$value": 1.0
|
|
109
|
+
},
|
|
110
|
+
"lightness": {
|
|
111
|
+
"$description": "OKLCh lightness (L, 0–100) of text.on-contrast",
|
|
112
|
+
"$value": 100.0
|
|
113
|
+
},
|
|
114
|
+
"chroma": {
|
|
115
|
+
"$description": "OKLCh chroma (C) of text.on-contrast",
|
|
116
|
+
"$value": 0.0001
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"border": {
|
|
121
|
+
"default": {
|
|
122
|
+
"luminance": {
|
|
123
|
+
"$description": "Relative luminance (WCAG) of border.default",
|
|
124
|
+
"$value": 0.134
|
|
125
|
+
},
|
|
126
|
+
"lightness": {
|
|
127
|
+
"$description": "OKLCh lightness (L, 0–100) of border.default",
|
|
128
|
+
"$value": 49.9
|
|
129
|
+
},
|
|
130
|
+
"chroma": {
|
|
131
|
+
"$description": "OKLCh chroma (C) of border.default",
|
|
132
|
+
"$value": 0.1201
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
"subdued": {
|
|
136
|
+
"luminance": {
|
|
137
|
+
"$description": "Relative luminance (WCAG) of border.subdued",
|
|
138
|
+
"$value": 0.5779
|
|
139
|
+
},
|
|
140
|
+
"lightness": {
|
|
141
|
+
"$description": "OKLCh lightness (L, 0–100) of border.subdued",
|
|
142
|
+
"$value": 82.8
|
|
143
|
+
},
|
|
144
|
+
"chroma": {
|
|
145
|
+
"$description": "OKLCh chroma (C) of border.subdued",
|
|
146
|
+
"$value": 0.0509
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"strong": {
|
|
150
|
+
"luminance": {
|
|
151
|
+
"$description": "Relative luminance (WCAG) of border.strong",
|
|
152
|
+
"$value": 0.0411
|
|
153
|
+
},
|
|
154
|
+
"lightness": {
|
|
155
|
+
"$description": "OKLCh lightness (L, 0–100) of border.strong",
|
|
156
|
+
"$value": 33.5
|
|
157
|
+
},
|
|
158
|
+
"chroma": {
|
|
159
|
+
"$description": "OKLCh chroma (C) of border.strong",
|
|
160
|
+
"$value": 0.1008
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
}
|
package/styles/base.css
CHANGED
|
@@ -274,13 +274,6 @@
|
|
|
274
274
|
font-style: normal;
|
|
275
275
|
src: url("/fonts/InterVariable.woff2") format("woff2");
|
|
276
276
|
}
|
|
277
|
-
@font-face {
|
|
278
|
-
font-family: "Jokul Mono";
|
|
279
|
-
font-display: fallback;
|
|
280
|
-
font-weight: 400;
|
|
281
|
-
font-style: normal;
|
|
282
|
-
src: url("/fonts/InterVariable.woff2") format("woff2");
|
|
283
|
-
}
|
|
284
277
|
@font-face {
|
|
285
278
|
font-family: "Jokul Icons";
|
|
286
279
|
font-weight: 300 400;
|
|
@@ -627,7 +620,8 @@
|
|
|
627
620
|
--jkl-font-weight-bold: 530;
|
|
628
621
|
--jkl-font-family-regular: "Jokul", "Adjusted Arial Fallback", arial, sans-serif;
|
|
629
622
|
--jkl-font-family-display: "Jokul Display", "Adjusted Arial Display Fallback", arial, sans-serif;
|
|
630
|
-
--jkl-font-family-mono:
|
|
623
|
+
--jkl-font-family-mono: monospace;
|
|
624
|
+
--jkl-font-family-icons: "Jokul Icons", "Jokul Icons Fallback", monospace;
|
|
631
625
|
--jkl-line-height-flush: 1;
|
|
632
626
|
--jkl-line-height-tight: 1.3;
|
|
633
627
|
--jkl-line-height-relaxed: 1.6;
|