@fremtind/jokul 5.0.0-next.7 → 5.0.0-next.8
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/card/Card.cjs +1 -1
- package/build/cjs/components/card/Card.cjs.map +1 -1
- package/build/cjs/components/card/index.d.cts +1 -1
- package/build/cjs/components/card/types.cjs +1 -1
- package/build/cjs/components/card/types.cjs.map +1 -1
- package/build/cjs/components/card/types.d.cts +3 -6
- package/build/cjs/tokens.cjs +1 -1
- package/build/cjs/tokens.cjs.map +1 -1
- package/build/cjs/tokens.d.cts +25 -32
- package/build/es/components/card/Card.js +1 -1
- package/build/es/components/card/Card.js.map +1 -1
- package/build/es/components/card/index.d.ts +1 -1
- package/build/es/components/card/types.d.ts +3 -6
- package/build/es/components/card/types.js +1 -1
- package/build/es/components/card/types.js.map +1 -1
- package/build/es/tokens.d.ts +25 -32
- package/build/es/tokens.js +1 -1
- package/build/es/tokens.js.map +1 -1
- package/package.json +1 -1
- package/styles/base.css +550 -562
- package/styles/base.min.css +1 -1
- package/styles/components/autosuggest/autosuggest.css +2 -2
- package/styles/components/autosuggest/autosuggest.min.css +1 -1
- package/styles/components/autosuggest/autosuggest.scss +2 -2
- package/styles/components/beta/nav-link/navlink.css +1 -1
- package/styles/components/beta/nav-link/navlink.min.css +1 -1
- package/styles/components/beta/nav-link/navlink.scss +4 -2
- package/styles/components/button/button.css +2 -2
- package/styles/components/button/button.min.css +1 -1
- package/styles/components/button/button.scss +2 -2
- package/styles/components/card/card.css +3 -5
- package/styles/components/card/card.min.css +1 -1
- package/styles/components/card/card.scss +4 -7
- package/styles/components/checkbox/checkbox.css +1 -7
- package/styles/components/checkbox/checkbox.min.css +1 -1
- package/styles/components/checkbox/checkbox.scss +2 -8
- package/styles/components/checkbox-panel/checkbox-panel.css +2 -8
- package/styles/components/checkbox-panel/checkbox-panel.min.css +1 -1
- package/styles/components/chip/chip.css +4 -4
- package/styles/components/chip/chip.min.css +1 -1
- package/styles/components/chip/chip.scss +5 -5
- package/styles/components/combobox/combobox.css +7 -8
- package/styles/components/combobox/combobox.min.css +1 -1
- package/styles/components/combobox/combobox.scss +6 -12
- package/styles/components/countdown/countdown.css +2 -2
- package/styles/components/countdown/countdown.min.css +1 -1
- package/styles/components/datepicker/_calendar-date-button.scss +6 -4
- package/styles/components/datepicker/datepicker.css +3 -3
- package/styles/components/datepicker/datepicker.min.css +1 -1
- package/styles/components/expander/expandable.css +5 -2
- package/styles/components/expander/expandable.min.css +1 -1
- package/styles/components/expander/expandable.scss +6 -2
- 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 +11 -11
- 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 +4 -4
- package/styles/components/icon/icon.css +4 -4
- package/styles/components/icon/icon.min.css +1 -1
- package/styles/components/icon/icon.scss +73 -73
- package/styles/components/icon-button/icon-button.css +1 -1
- package/styles/components/icon-button/icon-button.min.css +1 -1
- package/styles/components/icon-button/icon-button.scss +1 -1
- package/styles/components/input-group/input-group.css +2 -2
- package/styles/components/input-group/input-group.min.css +1 -1
- package/styles/components/input-panel/input-panel.css +1 -1
- package/styles/components/input-panel/input-panel.min.css +1 -1
- package/styles/components/input-panel/input-panel.scss +2 -3
- package/styles/components/link-list/link-list.css +2 -2
- package/styles/components/link-list/link-list.min.css +1 -1
- package/styles/components/link-list/link-list.scss +2 -2
- 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 +2 -2
- package/styles/components/menu/menu.css +2 -2
- package/styles/components/menu/menu.min.css +1 -1
- package/styles/components/message/message.css +3 -3
- package/styles/components/message/message.min.css +1 -1
- package/styles/components/message/message.scss +3 -6
- package/styles/components/pagination/pagination.css +2 -2
- package/styles/components/pagination/pagination.min.css +1 -1
- package/styles/components/pagination/pagination.scss +2 -2
- 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 +1 -1
- package/styles/components/radio-button/radio-button.min.css +1 -1
- package/styles/components/radio-button/radio-button.scss +1 -1
- package/styles/components/radio-panel/radio-panel.css +1 -1
- package/styles/components/radio-panel/radio-panel.min.css +1 -1
- package/styles/components/segmented-control/segmented-control.css +13 -13
- package/styles/components/segmented-control/segmented-control.min.css +1 -1
- package/styles/components/segmented-control/segmented-control.scss +2 -2
- package/styles/components/select/select.css +2 -3
- package/styles/components/select/select.min.css +1 -1
- package/styles/components/select/select.scss +14 -19
- package/styles/components/system-message/system-message.css +5 -5
- package/styles/components/system-message/system-message.min.css +1 -1
- package/styles/components/system-message/system-message.scss +119 -118
- package/styles/components/table/_table-row.scss +3 -1
- package/styles/components/table/table.css +3 -1
- package/styles/components/table/table.min.css +1 -1
- package/styles/components/tabs/tabs.css +2 -2
- package/styles/components/tabs/tabs.min.css +1 -1
- package/styles/components/tabs/tabs.scss +3 -4
- package/styles/components/tag/tag.scss +2 -1
- package/styles/components/text-area/text-area.css +4 -4
- package/styles/components/text-area/text-area.min.css +1 -1
- package/styles/components/text-input/text-input.css +4 -4
- package/styles/components/text-input/text-input.min.css +1 -1
- package/styles/components/toast/toast.css +5 -5
- package/styles/components/toast/toast.min.css +1 -1
- package/styles/components/toast/toast.scss +4 -6
- package/styles/components/toggle-switch/toggle-switch.css +4 -9
- package/styles/components/toggle-switch/toggle-switch.min.css +1 -3
- package/styles/components/toggle-switch/toggle-switch.scss +4 -9
- package/styles/components/tooltip/tooltip.css +4 -4
- package/styles/components/tooltip/tooltip.min.css +1 -1
- package/styles/components/tooltip/tooltip.scss +4 -4
- package/styles/components.css +97 -107
- package/styles/components.min.css +1 -3
- package/styles/jkl/_tokens.scss +67 -73
- package/styles/shared/input/shared-input-styles.scss +5 -9
- package/styles/tailwind.css +110 -108
- package/styles/theme/_color-scheme.scss +110 -132
- package/styles/theme/brands/dnb/_color-scheme.scss +110 -108
- package/styles/theme/brands/eika/_color-scheme.scss +110 -108
- package/styles/theme/brands/fremtind/_color-scheme.scss +110 -108
- package/styles/theme/brands/sparebank1/_color-scheme.scss +110 -108
- package/build/cjs/tailwind/colors.cjs +0 -2
- package/build/cjs/tailwind/colors.cjs.map +0 -1
- package/build/cjs/tailwind/colors.d.cts +0 -39
- package/build/es/tailwind/colors.d.ts +0 -39
- package/build/es/tailwind/colors.js +0 -2
- package/build/es/tailwind/colors.js.map +0 -1
package/styles/jkl/_tokens.scss
CHANGED
|
@@ -3,60 +3,61 @@
|
|
|
3
3
|
* Do not edit directly, this file was auto-generated.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
$color-
|
|
7
|
-
$color-
|
|
8
|
-
$color-
|
|
9
|
-
$color-
|
|
10
|
-
$color-
|
|
11
|
-
$color-
|
|
12
|
-
$color-
|
|
13
|
-
$color-
|
|
14
|
-
$color-
|
|
15
|
-
$color-
|
|
16
|
-
$color-
|
|
17
|
-
$color-accent-background-action: var(--jkl-color-accent-background-action) !default;
|
|
18
|
-
$color-accent-text-default: var(--jkl-color-accent-text-default) !default;
|
|
19
|
-
$color-accent-text-subdued: var(--jkl-color-accent-text-subdued) !default;
|
|
20
|
-
$color-accent-text-on-action: var(--jkl-color-accent-text-on-action) !default;
|
|
21
|
-
$color-accent-border-strong: var(--jkl-color-accent-border-strong) !default;
|
|
22
|
-
$color-accent-border-default: var(--jkl-color-accent-border-default) !default;
|
|
23
|
-
$color-accent-border-subdued: var(--jkl-color-accent-border-subdued) !default;
|
|
6
|
+
$color-background-page: var(--jkl-color-background-page) !default;
|
|
7
|
+
$color-background-container: var(--jkl-color-background-container) !default;
|
|
8
|
+
$color-background-container-accent: var(--jkl-color-background-container-accent) !default;
|
|
9
|
+
$color-background-contrast: var(--jkl-color-background-contrast) !default;
|
|
10
|
+
$color-text-default: var(--jkl-color-text-default) !default;
|
|
11
|
+
$color-text-subdued: var(--jkl-color-text-subdued) !default;
|
|
12
|
+
$color-text-accent: var(--jkl-color-text-accent) !default;
|
|
13
|
+
$color-text-on-contrast: var(--jkl-color-text-on-contrast) !default;
|
|
14
|
+
$color-border-default: var(--jkl-color-border-default) !default;
|
|
15
|
+
$color-border-subdued: var(--jkl-color-border-subdued) !default;
|
|
16
|
+
$color-border-strong: var(--jkl-color-border-strong) !default;
|
|
24
17
|
$color-warning-background-page: var(--jkl-color-warning-background-page) !default;
|
|
25
18
|
$color-warning-background-container: var(--jkl-color-warning-background-container) !default;
|
|
26
|
-
$color-warning-background-
|
|
19
|
+
$color-warning-background-container-accent: var(--jkl-color-warning-background-container-accent) !default;
|
|
20
|
+
$color-warning-background-contrast: var(--jkl-color-warning-background-contrast) !default;
|
|
27
21
|
$color-warning-text-default: var(--jkl-color-warning-text-default) !default;
|
|
28
22
|
$color-warning-text-subdued: var(--jkl-color-warning-text-subdued) !default;
|
|
29
|
-
$color-warning-text-
|
|
30
|
-
$color-warning-
|
|
23
|
+
$color-warning-text-accent: var(--jkl-color-warning-text-accent) !default;
|
|
24
|
+
$color-warning-text-on-contrast: var(--jkl-color-warning-text-on-contrast) !default;
|
|
31
25
|
$color-warning-border-default: var(--jkl-color-warning-border-default) !default;
|
|
32
26
|
$color-warning-border-subdued: var(--jkl-color-warning-border-subdued) !default;
|
|
27
|
+
$color-warning-border-strong: var(--jkl-color-warning-border-strong) !default;
|
|
33
28
|
$color-success-background-page: var(--jkl-color-success-background-page) !default;
|
|
34
29
|
$color-success-background-container: var(--jkl-color-success-background-container) !default;
|
|
35
|
-
$color-success-background-
|
|
30
|
+
$color-success-background-container-accent: var(--jkl-color-success-background-container-accent) !default;
|
|
31
|
+
$color-success-background-contrast: var(--jkl-color-success-background-contrast) !default;
|
|
36
32
|
$color-success-text-default: var(--jkl-color-success-text-default) !default;
|
|
37
33
|
$color-success-text-subdued: var(--jkl-color-success-text-subdued) !default;
|
|
38
|
-
$color-success-text-
|
|
39
|
-
$color-success-
|
|
34
|
+
$color-success-text-accent: var(--jkl-color-success-text-accent) !default;
|
|
35
|
+
$color-success-text-on-contrast: var(--jkl-color-success-text-on-contrast) !default;
|
|
40
36
|
$color-success-border-default: var(--jkl-color-success-border-default) !default;
|
|
41
37
|
$color-success-border-subdued: var(--jkl-color-success-border-subdued) !default;
|
|
38
|
+
$color-success-border-strong: var(--jkl-color-success-border-strong) !default;
|
|
42
39
|
$color-info-background-page: var(--jkl-color-info-background-page) !default;
|
|
43
40
|
$color-info-background-container: var(--jkl-color-info-background-container) !default;
|
|
44
|
-
$color-info-background-
|
|
41
|
+
$color-info-background-container-accent: var(--jkl-color-info-background-container-accent) !default;
|
|
42
|
+
$color-info-background-contrast: var(--jkl-color-info-background-contrast) !default;
|
|
45
43
|
$color-info-text-default: var(--jkl-color-info-text-default) !default;
|
|
46
44
|
$color-info-text-subdued: var(--jkl-color-info-text-subdued) !default;
|
|
47
|
-
$color-info-text-
|
|
48
|
-
$color-info-
|
|
45
|
+
$color-info-text-accent: var(--jkl-color-info-text-accent) !default;
|
|
46
|
+
$color-info-text-on-contrast: var(--jkl-color-info-text-on-contrast) !default;
|
|
49
47
|
$color-info-border-default: var(--jkl-color-info-border-default) !default;
|
|
50
48
|
$color-info-border-subdued: var(--jkl-color-info-border-subdued) !default;
|
|
49
|
+
$color-info-border-strong: var(--jkl-color-info-border-strong) !default;
|
|
51
50
|
$color-error-background-page: var(--jkl-color-error-background-page) !default;
|
|
52
51
|
$color-error-background-container: var(--jkl-color-error-background-container) !default;
|
|
53
|
-
$color-error-background-
|
|
52
|
+
$color-error-background-container-accent: var(--jkl-color-error-background-container-accent) !default;
|
|
53
|
+
$color-error-background-contrast: var(--jkl-color-error-background-contrast) !default;
|
|
54
54
|
$color-error-text-default: var(--jkl-color-error-text-default) !default;
|
|
55
55
|
$color-error-text-subdued: var(--jkl-color-error-text-subdued) !default;
|
|
56
|
-
$color-error-text-
|
|
57
|
-
$color-error-
|
|
56
|
+
$color-error-text-accent: var(--jkl-color-error-text-accent) !default;
|
|
57
|
+
$color-error-text-on-contrast: var(--jkl-color-error-text-on-contrast) !default;
|
|
58
58
|
$color-error-border-default: var(--jkl-color-error-border-default) !default;
|
|
59
59
|
$color-error-border-subdued: var(--jkl-color-error-border-subdued) !default;
|
|
60
|
+
$color-error-border-strong: var(--jkl-color-error-border-strong) !default;
|
|
60
61
|
$unit-0: var(--jkl-unit-0) !default;
|
|
61
62
|
$unit-10: var(--jkl-unit-10) !default;
|
|
62
63
|
$unit-15: var(--jkl-unit-15) !default;
|
|
@@ -155,106 +156,99 @@ $text-style-text-micro: var(--jkl-text-style-text-micro) !default;
|
|
|
155
156
|
|
|
156
157
|
$tokens: (
|
|
157
158
|
'color': (
|
|
158
|
-
'
|
|
159
|
-
'background': (
|
|
160
|
-
'page': $color-neutral-background-page,
|
|
161
|
-
'container': $color-neutral-background-container,
|
|
162
|
-
'action': $color-neutral-background-action
|
|
163
|
-
),
|
|
164
|
-
'text': (
|
|
165
|
-
'default': $color-neutral-text-default,
|
|
166
|
-
'subdued': $color-neutral-text-subdued,
|
|
167
|
-
'on-action': $color-neutral-text-on-action
|
|
168
|
-
),
|
|
169
|
-
'border': (
|
|
170
|
-
'strong': $color-neutral-border-strong,
|
|
171
|
-
'default': $color-neutral-border-default,
|
|
172
|
-
'subdued': $color-neutral-border-subdued
|
|
173
|
-
)
|
|
174
|
-
),
|
|
175
|
-
'accent': (
|
|
159
|
+
'@': (
|
|
176
160
|
'background': (
|
|
177
|
-
'page': $color-
|
|
178
|
-
'container': $color-
|
|
179
|
-
'
|
|
161
|
+
'page': $color-background-page,
|
|
162
|
+
'container': $color-background-container,
|
|
163
|
+
'container-accent': $color-background-container-accent,
|
|
164
|
+
'contrast': $color-background-contrast
|
|
180
165
|
),
|
|
181
166
|
'text': (
|
|
182
|
-
'default': $color-
|
|
183
|
-
'subdued': $color-
|
|
184
|
-
'
|
|
167
|
+
'default': $color-text-default,
|
|
168
|
+
'subdued': $color-text-subdued,
|
|
169
|
+
'accent': $color-text-accent,
|
|
170
|
+
'on-contrast': $color-text-on-contrast
|
|
185
171
|
),
|
|
186
172
|
'border': (
|
|
187
|
-
'
|
|
188
|
-
'
|
|
189
|
-
'
|
|
173
|
+
'default': $color-border-default,
|
|
174
|
+
'subdued': $color-border-subdued,
|
|
175
|
+
'strong': $color-border-strong
|
|
190
176
|
)
|
|
191
177
|
),
|
|
192
178
|
'warning': (
|
|
193
179
|
'background': (
|
|
194
180
|
'page': $color-warning-background-page,
|
|
195
181
|
'container': $color-warning-background-container,
|
|
196
|
-
'
|
|
182
|
+
'container-accent': $color-warning-background-container-accent,
|
|
183
|
+
'contrast': $color-warning-background-contrast
|
|
197
184
|
),
|
|
198
185
|
'text': (
|
|
199
186
|
'default': $color-warning-text-default,
|
|
200
187
|
'subdued': $color-warning-text-subdued,
|
|
201
|
-
'
|
|
188
|
+
'accent': $color-warning-text-accent,
|
|
189
|
+
'on-contrast': $color-warning-text-on-contrast
|
|
202
190
|
),
|
|
203
191
|
'border': (
|
|
204
|
-
'strong': $color-warning-border-strong,
|
|
205
192
|
'default': $color-warning-border-default,
|
|
206
|
-
'subdued': $color-warning-border-subdued
|
|
193
|
+
'subdued': $color-warning-border-subdued,
|
|
194
|
+
'strong': $color-warning-border-strong
|
|
207
195
|
)
|
|
208
196
|
),
|
|
209
197
|
'success': (
|
|
210
198
|
'background': (
|
|
211
199
|
'page': $color-success-background-page,
|
|
212
200
|
'container': $color-success-background-container,
|
|
213
|
-
'
|
|
201
|
+
'container-accent': $color-success-background-container-accent,
|
|
202
|
+
'contrast': $color-success-background-contrast
|
|
214
203
|
),
|
|
215
204
|
'text': (
|
|
216
205
|
'default': $color-success-text-default,
|
|
217
206
|
'subdued': $color-success-text-subdued,
|
|
218
|
-
'
|
|
207
|
+
'accent': $color-success-text-accent,
|
|
208
|
+
'on-contrast': $color-success-text-on-contrast
|
|
219
209
|
),
|
|
220
210
|
'border': (
|
|
221
|
-
'strong': $color-success-border-strong,
|
|
222
211
|
'default': $color-success-border-default,
|
|
223
|
-
'subdued': $color-success-border-subdued
|
|
212
|
+
'subdued': $color-success-border-subdued,
|
|
213
|
+
'strong': $color-success-border-strong
|
|
224
214
|
)
|
|
225
215
|
),
|
|
226
216
|
'info': (
|
|
227
217
|
'background': (
|
|
228
218
|
'page': $color-info-background-page,
|
|
229
219
|
'container': $color-info-background-container,
|
|
230
|
-
'
|
|
220
|
+
'container-accent': $color-info-background-container-accent,
|
|
221
|
+
'contrast': $color-info-background-contrast
|
|
231
222
|
),
|
|
232
223
|
'text': (
|
|
233
224
|
'default': $color-info-text-default,
|
|
234
225
|
'subdued': $color-info-text-subdued,
|
|
235
|
-
'
|
|
226
|
+
'accent': $color-info-text-accent,
|
|
227
|
+
'on-contrast': $color-info-text-on-contrast
|
|
236
228
|
),
|
|
237
229
|
'border': (
|
|
238
|
-
'strong': $color-info-border-strong,
|
|
239
230
|
'default': $color-info-border-default,
|
|
240
|
-
'subdued': $color-info-border-subdued
|
|
231
|
+
'subdued': $color-info-border-subdued,
|
|
232
|
+
'strong': $color-info-border-strong
|
|
241
233
|
)
|
|
242
234
|
),
|
|
243
235
|
'error': (
|
|
244
236
|
'background': (
|
|
245
237
|
'page': $color-error-background-page,
|
|
246
238
|
'container': $color-error-background-container,
|
|
247
|
-
'
|
|
239
|
+
'container-accent': $color-error-background-container-accent,
|
|
240
|
+
'contrast': $color-error-background-contrast
|
|
248
241
|
),
|
|
249
242
|
'text': (
|
|
250
243
|
'default': $color-error-text-default,
|
|
251
244
|
'subdued': $color-error-text-subdued,
|
|
252
|
-
'
|
|
245
|
+
'accent': $color-error-text-accent,
|
|
246
|
+
'on-contrast': $color-error-text-on-contrast
|
|
253
247
|
),
|
|
254
248
|
'border': (
|
|
255
|
-
'strong': $color-error-border-strong,
|
|
256
249
|
'default': $color-error-border-default,
|
|
257
|
-
'subdued': $color-error-border-subdued
|
|
250
|
+
'subdued': $color-error-border-subdued,
|
|
251
|
+
'strong': $color-error-border-strong
|
|
258
252
|
)
|
|
259
253
|
)
|
|
260
254
|
),
|
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
@use "../../jkl";
|
|
3
3
|
|
|
4
4
|
@mixin wrapper-styles {
|
|
5
|
-
--jkl-text-input-padding: var(--jkl-text-input-vertical-padding)
|
|
6
|
-
var(--jkl-text-input-horizontal-padding);
|
|
5
|
+
--jkl-text-input-padding: var(--jkl-text-input-vertical-padding) var(--jkl-text-input-horizontal-padding);
|
|
7
6
|
--jkl-text-input-vertical-padding: var(--jkl-unit-15);
|
|
8
7
|
--jkl-text-input-horizontal-padding: var(--jkl-unit-15);
|
|
9
8
|
--jkl-text-input-action-button-size: var(--jkl-unit-60);
|
|
@@ -41,9 +40,8 @@
|
|
|
41
40
|
&[data-invalid="true"]:not(:focus-within):not(:has([data-focused="true"])) {
|
|
42
41
|
--background-color: var(--jkl-color-error-background-container);
|
|
43
42
|
--text-color: var(--jkl-color-error-text-default);
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
--placeholder-color: color(from currentColor sRGB r g b / 75%);
|
|
43
|
+
--border-color: var(--jkl-color-error-border-default);
|
|
44
|
+
--placeholder-color: var(--jkl-color-error-text-subdued);
|
|
47
45
|
}
|
|
48
46
|
|
|
49
47
|
&:hover,
|
|
@@ -86,9 +84,7 @@
|
|
|
86
84
|
width: var(--jkl-text-input-action-button-size);
|
|
87
85
|
|
|
88
86
|
// Unngå for langt mellomrom mellom ikon og teksten i feltet
|
|
89
|
-
margin-inline-start: calc(
|
|
90
|
-
var(--jkl-text-input-horizontal-padding) * -1
|
|
91
|
-
);
|
|
87
|
+
margin-inline-start: calc(var(--jkl-text-input-horizontal-padding) * -1);
|
|
92
88
|
|
|
93
89
|
.jkl-icon-button__icon {
|
|
94
90
|
height: var(--jkl-text-input-action-button-icon-size);
|
|
@@ -96,7 +92,7 @@
|
|
|
96
92
|
}
|
|
97
93
|
|
|
98
94
|
&:hover {
|
|
99
|
-
color: var(--jkl-color-text-
|
|
95
|
+
color: var(--jkl-color-text-subdued);
|
|
100
96
|
|
|
101
97
|
@include jkl.forced-colors-mode {
|
|
102
98
|
border: jkl.rem(2px) inset ButtonText;
|
package/styles/tailwind.css
CHANGED
|
@@ -6,114 +6,116 @@
|
|
|
6
6
|
@theme {
|
|
7
7
|
--*: initial;
|
|
8
8
|
|
|
9
|
-
--color-
|
|
10
|
-
--color-
|
|
11
|
-
--color-
|
|
12
|
-
--color-
|
|
13
|
-
--color-
|
|
14
|
-
--color-
|
|
15
|
-
--color-
|
|
16
|
-
--color-
|
|
17
|
-
--color-
|
|
18
|
-
--color-
|
|
19
|
-
--color-
|
|
20
|
-
--color-
|
|
21
|
-
--color-
|
|
22
|
-
--color-
|
|
23
|
-
--color-
|
|
24
|
-
--color-
|
|
25
|
-
--color-
|
|
26
|
-
--color-
|
|
27
|
-
--color-
|
|
28
|
-
--color-
|
|
29
|
-
--color-
|
|
30
|
-
--color-
|
|
31
|
-
--color-
|
|
32
|
-
--color-
|
|
33
|
-
--color-
|
|
34
|
-
--color-
|
|
35
|
-
--color-
|
|
36
|
-
--color-
|
|
37
|
-
--color-
|
|
38
|
-
--color-
|
|
39
|
-
--color-
|
|
40
|
-
--color-
|
|
41
|
-
--color-
|
|
42
|
-
--color-
|
|
43
|
-
--color-
|
|
44
|
-
--color-
|
|
45
|
-
--color-warning-
|
|
46
|
-
--color-warning-
|
|
47
|
-
--color-warning-
|
|
48
|
-
--color-warning-
|
|
49
|
-
--color-warning-
|
|
50
|
-
--color-warning-
|
|
51
|
-
--color-warning-
|
|
52
|
-
--color-warning-
|
|
53
|
-
--color-
|
|
54
|
-
--color-
|
|
55
|
-
--color-
|
|
56
|
-
--color-
|
|
57
|
-
--color-
|
|
58
|
-
--color-
|
|
59
|
-
--color-
|
|
60
|
-
--color-
|
|
61
|
-
--color-
|
|
62
|
-
--color-
|
|
63
|
-
--color-success-
|
|
64
|
-
--color-success-
|
|
65
|
-
--color-success-
|
|
66
|
-
--color-success-
|
|
67
|
-
--color-success-
|
|
68
|
-
--color-success-
|
|
69
|
-
--color-success-
|
|
70
|
-
--color-success-
|
|
71
|
-
--color-success-
|
|
72
|
-
--color-success-
|
|
73
|
-
--color-success-
|
|
74
|
-
--color-success-
|
|
75
|
-
--color-
|
|
76
|
-
--color-
|
|
77
|
-
--color-
|
|
78
|
-
--color-
|
|
79
|
-
--color-
|
|
80
|
-
--color-
|
|
81
|
-
--color-info-background-
|
|
82
|
-
--color-info-background-
|
|
83
|
-
--color-info-
|
|
84
|
-
--color-info-
|
|
85
|
-
--color-info-
|
|
86
|
-
--color-info-
|
|
87
|
-
--color-info-text-
|
|
88
|
-
--color-info-text-
|
|
89
|
-
--color-info-text-
|
|
90
|
-
--color-info-text-
|
|
91
|
-
--color-info-
|
|
92
|
-
--color-info-
|
|
93
|
-
--color-info-border-
|
|
94
|
-
--color-info-border-
|
|
95
|
-
--color-info-border-
|
|
96
|
-
--color-info-border-
|
|
97
|
-
--color-
|
|
98
|
-
--color-
|
|
99
|
-
--color-error-background-
|
|
100
|
-
--color-error-background-
|
|
101
|
-
--color-error-background-container: #
|
|
102
|
-
--color-error-background-container: light-dark(#
|
|
103
|
-
--color-error-background-
|
|
104
|
-
--color-error-background-
|
|
105
|
-
--color-error-text-default: #
|
|
106
|
-
--color-error-text-default: light-dark(#
|
|
107
|
-
--color-error-text-subdued: #
|
|
108
|
-
--color-error-text-subdued: light-dark(#
|
|
109
|
-
--color-error-text-
|
|
110
|
-
--color-error-text-
|
|
111
|
-
--color-error-
|
|
112
|
-
--color-error-
|
|
113
|
-
--color-error-border-default: #
|
|
114
|
-
--color-error-border-default: light-dark(#
|
|
115
|
-
--color-error-border-subdued: #
|
|
116
|
-
--color-error-border-subdued: light-dark(#
|
|
9
|
+
--color-background-page: #F3F0ED;
|
|
10
|
+
--color-background-page: light-dark(#F3F0ED, #0E0D0C);
|
|
11
|
+
--color-background-container: #FFFFFF;
|
|
12
|
+
--color-background-container: light-dark(#FFFFFF, #3E3A36);
|
|
13
|
+
--color-background-container-accent: #E6E2DB;
|
|
14
|
+
--color-background-container-accent: light-dark(#E6E2DB, #2A2724);
|
|
15
|
+
--color-background-contrast: #1B1917;
|
|
16
|
+
--color-background-contrast: light-dark(#1B1917, #F3F0ED);
|
|
17
|
+
--color-text-default: #1B1917;
|
|
18
|
+
--color-text-default: light-dark(#1B1917, #F9F9F9);
|
|
19
|
+
--color-text-subdued: #636060;
|
|
20
|
+
--color-text-subdued: light-dark(#636060, #C8C5C3);
|
|
21
|
+
--color-text-accent: #000000;
|
|
22
|
+
--color-text-accent: light-dark(#000000, #FFFFFF);
|
|
23
|
+
--color-text-on-contrast: #F9F9F9;
|
|
24
|
+
--color-text-on-contrast: light-dark(#F9F9F9, #1B1917);
|
|
25
|
+
--color-border-default: #636060;
|
|
26
|
+
--color-border-default: light-dark(#636060, #C8C5C3);
|
|
27
|
+
--color-border-subdued: #C8C5C3;
|
|
28
|
+
--color-border-subdued: light-dark(#C8C5C3, #636060);
|
|
29
|
+
--color-border-strong: #1B1917;
|
|
30
|
+
--color-border-strong: light-dark(#1B1917, #F9F9F9);
|
|
31
|
+
--color-warning-background-page: #FFFFFF;
|
|
32
|
+
--color-warning-background-page: light-dark(#FFFFFF, #000000);
|
|
33
|
+
--color-warning-background-container: #F1DFD1;
|
|
34
|
+
--color-warning-background-container: light-dark(#F1DFD1, #61441F);
|
|
35
|
+
--color-warning-background-container-accent: #EAC7A8;
|
|
36
|
+
--color-warning-background-container-accent: light-dark(#EAC7A8, #75542B);
|
|
37
|
+
--color-warning-background-contrast: #8B6539;
|
|
38
|
+
--color-warning-background-contrast: light-dark(#8B6539, #8B6539);
|
|
39
|
+
--color-warning-text-default: #000000;
|
|
40
|
+
--color-warning-text-default: light-dark(#000000, #FFFFFF);
|
|
41
|
+
--color-warning-text-subdued: #3E3A36;
|
|
42
|
+
--color-warning-text-subdued: light-dark(#3E3A36, #DFD8CE);
|
|
43
|
+
--color-warning-text-accent: #000000;
|
|
44
|
+
--color-warning-text-accent: light-dark(#000000, #FFFFFF);
|
|
45
|
+
--color-warning-text-on-contrast: #FFFFFF;
|
|
46
|
+
--color-warning-text-on-contrast: light-dark(#FFFFFF, #000000);
|
|
47
|
+
--color-warning-border-default: #A17747;
|
|
48
|
+
--color-warning-border-default: light-dark(#A17747, #B68957);
|
|
49
|
+
--color-warning-border-subdued: #E3B07A;
|
|
50
|
+
--color-warning-border-subdued: light-dark(#E3B07A, #75542B);
|
|
51
|
+
--color-warning-border-strong: #61441F;
|
|
52
|
+
--color-warning-border-strong: light-dark(#61441F, #A17747);
|
|
53
|
+
--color-success-background-page: #FFFFFF;
|
|
54
|
+
--color-success-background-page: light-dark(#FFFFFF, #000000);
|
|
55
|
+
--color-success-background-container: #C6E6CD;
|
|
56
|
+
--color-success-background-container: light-dark(#C6E6CD, #15341E);
|
|
57
|
+
--color-success-background-container-accent: #ACD3B5;
|
|
58
|
+
--color-success-background-container-accent: light-dark(#ACD3B5, #24492E);
|
|
59
|
+
--color-success-background-contrast: #345F40;
|
|
60
|
+
--color-success-background-contrast: light-dark(#345F40, #467653);
|
|
61
|
+
--color-success-text-default: #000000;
|
|
62
|
+
--color-success-text-default: light-dark(#000000, #FFFFFF);
|
|
63
|
+
--color-success-text-subdued: #3E3A36;
|
|
64
|
+
--color-success-text-subdued: light-dark(#3E3A36, #DFD8CE);
|
|
65
|
+
--color-success-text-accent: #000000;
|
|
66
|
+
--color-success-text-accent: light-dark(#000000, #FFFFFF);
|
|
67
|
+
--color-success-text-on-contrast: #FFFFFF;
|
|
68
|
+
--color-success-text-on-contrast: light-dark(#FFFFFF, #000000);
|
|
69
|
+
--color-success-border-default: #467653;
|
|
70
|
+
--color-success-border-default: light-dark(#467653, #598D67);
|
|
71
|
+
--color-success-border-subdued: #8CBC98;
|
|
72
|
+
--color-success-border-subdued: light-dark(#8CBC98, #24492E);
|
|
73
|
+
--color-success-border-strong: #15341E;
|
|
74
|
+
--color-success-border-strong: light-dark(#15341E, #467653);
|
|
75
|
+
--color-info-background-page: #FFFFFF;
|
|
76
|
+
--color-info-background-page: light-dark(#FFFFFF, #000000);
|
|
77
|
+
--color-info-background-container: #E3E3F4;
|
|
78
|
+
--color-info-background-container: light-dark(#E3E3F4, #1E1E81);
|
|
79
|
+
--color-info-background-container-accent: #D3D3F6;
|
|
80
|
+
--color-info-background-container-accent: light-dark(#D3D3F6, #2D2DB3);
|
|
81
|
+
--color-info-background-contrast: #4646D1;
|
|
82
|
+
--color-info-background-contrast: light-dark(#4646D1, #6262DC);
|
|
83
|
+
--color-info-text-default: #000000;
|
|
84
|
+
--color-info-text-default: light-dark(#000000, #FFFFFF);
|
|
85
|
+
--color-info-text-subdued: #3E3A36;
|
|
86
|
+
--color-info-text-subdued: light-dark(#3E3A36, #DFD8CE);
|
|
87
|
+
--color-info-text-accent: #000000;
|
|
88
|
+
--color-info-text-accent: light-dark(#000000, #FFFFFF);
|
|
89
|
+
--color-info-text-on-contrast: #FFFFFF;
|
|
90
|
+
--color-info-text-on-contrast: light-dark(#FFFFFF, #000000);
|
|
91
|
+
--color-info-border-default: #6262DC;
|
|
92
|
+
--color-info-border-default: light-dark(#6262DC, #7E7EE4);
|
|
93
|
+
--color-info-border-subdued: #B7B7F0;
|
|
94
|
+
--color-info-border-subdued: light-dark(#B7B7F0, #2D2DB3);
|
|
95
|
+
--color-info-border-strong: #1E1E81;
|
|
96
|
+
--color-info-border-strong: light-dark(#1E1E81, #6262DC);
|
|
97
|
+
--color-error-background-page: #FFFFFF;
|
|
98
|
+
--color-error-background-page: light-dark(#FFFFFF, #000000);
|
|
99
|
+
--color-error-background-container: #F3DEDE;
|
|
100
|
+
--color-error-background-container: light-dark(#F3DEDE, #610F0F);
|
|
101
|
+
--color-error-background-container-accent: #F2C9C9;
|
|
102
|
+
--color-error-background-container-accent: light-dark(#F2C9C9, #891919);
|
|
103
|
+
--color-error-background-contrast: #B32424;
|
|
104
|
+
--color-error-background-contrast: light-dark(#B32424, #DF3030);
|
|
105
|
+
--color-error-text-default: #000000;
|
|
106
|
+
--color-error-text-default: light-dark(#000000, #FFFFFF);
|
|
107
|
+
--color-error-text-subdued: #3E3A36;
|
|
108
|
+
--color-error-text-subdued: light-dark(#3E3A36, #DFD8CE);
|
|
109
|
+
--color-error-text-accent: #610F0F;
|
|
110
|
+
--color-error-text-accent: light-dark(#610F0F, #F6B3B3);
|
|
111
|
+
--color-error-text-on-contrast: #FFFFFF;
|
|
112
|
+
--color-error-text-on-contrast: light-dark(#FFFFFF, #FFFFFF);
|
|
113
|
+
--color-error-border-default: #DF3030;
|
|
114
|
+
--color-error-border-default: light-dark(#DF3030, #F15D5D);
|
|
115
|
+
--color-error-border-subdued: #F6B3B3;
|
|
116
|
+
--color-error-border-subdued: light-dark(#F6B3B3, #891919);
|
|
117
|
+
--color-error-border-strong: #610F0F;
|
|
118
|
+
--color-error-border-strong: light-dark(#610F0F, #DF3030);
|
|
117
119
|
|
|
118
120
|
--spacing-0: 0rem;
|
|
119
121
|
--spacing-2: 0.125rem;
|