@fremtind/jokul 0.37.10 → 0.37.12
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/button/Button.cjs +1 -1
- package/build/cjs/components/button/Button.cjs.map +1 -1
- package/build/cjs/components/expander/ExpandablePanel.cjs +1 -1
- package/build/cjs/components/expander/ExpandablePanel.cjs.map +1 -1
- package/build/cjs/components/expander/ExpandablePanelContent.cjs +1 -1
- package/build/cjs/components/expander/ExpandablePanelContent.cjs.map +1 -1
- package/build/cjs/components/expander/Expander.cjs +1 -1
- package/build/cjs/components/expander/Expander.cjs.map +1 -1
- package/build/cjs/components/expander/context.cjs +1 -1
- package/build/cjs/components/expander/context.cjs.map +1 -1
- package/build/cjs/components/expander/types.d.cts +1 -0
- package/build/cjs/components/message/Message.cjs +1 -1
- package/build/cjs/components/message/Message.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/text-input/BaseTextInput.cjs +1 -1
- package/build/cjs/components/text-input/BaseTextInput.cjs.map +1 -1
- package/build/cjs/components/text-input/BaseTextInput.d.cts +1 -1
- package/build/cjs/components/toast/Toast.cjs +1 -1
- package/build/cjs/components/toast/Toast.cjs.map +1 -1
- package/build/cjs/core/tokens.cjs +1 -1
- package/build/cjs/core/tokens.cjs.map +1 -1
- package/build/cjs/core/tokens.d.cts +32 -15
- package/build/es/components/button/Button.js +1 -1
- package/build/es/components/button/Button.js.map +1 -1
- package/build/es/components/expander/ExpandablePanel.js +1 -1
- package/build/es/components/expander/ExpandablePanel.js.map +1 -1
- package/build/es/components/expander/ExpandablePanelContent.js +1 -1
- package/build/es/components/expander/ExpandablePanelContent.js.map +1 -1
- package/build/es/components/expander/Expander.js +1 -1
- package/build/es/components/expander/Expander.js.map +1 -1
- package/build/es/components/expander/context.js +1 -1
- package/build/es/components/expander/context.js.map +1 -1
- package/build/es/components/expander/types.d.ts +1 -0
- package/build/es/components/message/Message.js +1 -1
- package/build/es/components/message/Message.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/text-input/BaseTextInput.d.ts +1 -1
- package/build/es/components/text-input/BaseTextInput.js +1 -1
- package/build/es/components/text-input/BaseTextInput.js.map +1 -1
- package/build/es/components/toast/Toast.js +1 -1
- package/build/es/components/toast/Toast.js.map +1 -1
- package/build/es/core/tokens.d.ts +32 -15
- package/build/es/core/tokens.js +1 -1
- package/build/es/core/tokens.js.map +1 -1
- package/package.json +2 -2
- package/styles/components/accordion/accordion.css +2 -2
- package/styles/components/accordion/accordion.min.css +1 -1
- package/styles/components/autosuggest/autosuggest.css +1 -1
- package/styles/components/breadcrumb/breadcrumb.css +5 -1
- package/styles/components/breadcrumb/breadcrumb.min.css +1 -1
- package/styles/components/breadcrumb/breadcrumb.scss +7 -3
- package/styles/components/button/button.css +14 -14
- package/styles/components/button/button.min.css +1 -1
- package/styles/components/button/button.scss +13 -13
- package/styles/components/card/_nav-card.scss +1 -1
- package/styles/components/card/card.css +12 -12
- package/styles/components/card/card.min.css +1 -1
- package/styles/components/card/card.scss +8 -8
- package/styles/components/checkbox/checkbox.css +12 -13
- package/styles/components/checkbox/checkbox.min.css +1 -1
- package/styles/components/checkbox/checkbox.scss +6 -11
- package/styles/components/chip/chip.css +15 -15
- package/styles/components/chip/chip.min.css +1 -1
- package/styles/components/chip/chip.scss +16 -16
- package/styles/components/combobox/combobox.css +24 -26
- package/styles/components/combobox/combobox.min.css +1 -1
- package/styles/components/combobox/combobox.scss +28 -36
- package/styles/components/cookie-consent/cookie-consent.css +11 -11
- package/styles/components/cookie-consent/cookie-consent.min.css +1 -1
- package/styles/components/cookie-consent/cookie-consent.scss +11 -11
- package/styles/components/datepicker/_calendar-date-button.scss +5 -8
- package/styles/components/datepicker/_calendar-navigation-dropdown.scss +3 -6
- package/styles/components/datepicker/_calendar-navigation.scss +3 -6
- package/styles/components/datepicker/_calendar-table.scss +1 -1
- package/styles/components/datepicker/_calendar.scss +9 -23
- package/styles/components/datepicker/datepicker.css +25 -57
- package/styles/components/datepicker/datepicker.min.css +1 -1
- package/styles/components/description-list/description-list.css +1 -1
- package/styles/components/expander/deprecated/expander.css +3 -3
- package/styles/components/expander/deprecated/expander.min.css +1 -1
- package/styles/components/expander/expandable.css +50 -13
- package/styles/components/expander/expandable.min.css +1 -1
- package/styles/components/expander/expandable.scss +39 -11
- package/styles/components/feedback/feedback.css +4 -4
- package/styles/components/feedback/feedback.min.css +1 -1
- package/styles/components/feedback/feedback.scss +2 -2
- package/styles/components/file-input/_file.scss +19 -15
- package/styles/components/file-input/file-input.css +56 -32
- package/styles/components/file-input/file-input.min.css +1 -1
- package/styles/components/file-input/file-input.scss +15 -16
- package/styles/components/icon/icon.css +1 -1
- package/styles/components/icon-button/icon-button.css +8 -40
- package/styles/components/icon-button/icon-button.min.css +1 -1
- package/styles/components/icon-button/icon-button.scss +6 -23
- package/styles/components/image/image.css +1 -1
- package/styles/components/input-group/input-group.css +3 -3
- package/styles/components/input-group/input-group.min.css +1 -1
- package/styles/components/input-panel/checkbox-panel.css +11 -9
- package/styles/components/input-panel/checkbox-panel.min.css +1 -1
- package/styles/components/input-panel/radio-panel.css +11 -9
- package/styles/components/input-panel/radio-panel.min.css +1 -1
- package/styles/components/input-panel/shared.css +9 -7
- package/styles/components/input-panel/shared.min.css +1 -1
- package/styles/components/input-panel/shared.scss +9 -7
- package/styles/components/link/link.css +5 -6
- 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 +5 -5
- package/styles/components/link-list/link-list.min.css +1 -1
- package/styles/components/link-list/link-list.scss +4 -4
- package/styles/components/list/list.css +3 -3
- package/styles/components/list/list.min.css +1 -1
- package/styles/components/list/list.scss +3 -3
- package/styles/components/loader/loader.css +7 -7
- package/styles/components/loader/loader.min.css +1 -1
- package/styles/components/loader/skeleton-loader.css +6 -6
- package/styles/components/loader/skeleton-loader.min.css +1 -1
- package/styles/components/logo/logo.css +1 -1
- package/styles/components/menu/_menu-item.scss +4 -4
- package/styles/components/menu/menu.css +4 -4
- package/styles/components/menu/menu.min.css +1 -1
- package/styles/components/message/message.css +20 -18
- package/styles/components/message/message.min.css +1 -1
- package/styles/components/message/message.scss +18 -16
- package/styles/components/modal/modal.css +12 -12
- package/styles/components/modal/modal.min.css +1 -1
- package/styles/components/modal/modal.scss +11 -11
- package/styles/components/pagination/pagination.css +3 -3
- package/styles/components/pagination/pagination.min.css +1 -1
- package/styles/components/pagination/pagination.scss +1 -1
- package/styles/components/popover/popover.css +1 -1
- package/styles/components/progress-bar/progress-bar.css +3 -3
- package/styles/components/progress-bar/progress-bar.min.css +1 -1
- package/styles/components/radio-button/radio-button.css +6 -6
- package/styles/components/radio-button/radio-button.min.css +1 -1
- package/styles/components/radio-button/radio-button.scss +4 -4
- package/styles/components/select/select.css +19 -17
- package/styles/components/select/select.min.css +1 -1
- package/styles/components/select/select.scss +20 -19
- package/styles/components/summary-table/summary-table.css +1 -1
- package/styles/components/system-message/system-message.css +22 -15
- package/styles/components/system-message/system-message.min.css +1 -1
- package/styles/components/system-message/system-message.scss +22 -18
- package/styles/components/table/_table-header.scss +2 -2
- package/styles/components/table/_table-pagination.scss +5 -5
- package/styles/components/table/table.css +7 -7
- package/styles/components/table/table.min.css +1 -1
- package/styles/components/tabs/tabs.css +9 -9
- package/styles/components/tabs/tabs.min.css +1 -1
- package/styles/components/tabs/tabs.scss +7 -7
- package/styles/components/tag/tag.css +5 -5
- package/styles/components/tag/tag.min.css +1 -1
- package/styles/components/tag/tag.scss +4 -4
- package/styles/components/text-input/text-input.css +46 -54
- package/styles/components/text-input/text-input.min.css +1 -1
- package/styles/components/text-input/text-input.scss +50 -65
- package/styles/components/toast/toast.css +14 -14
- package/styles/components/toast/toast.min.css +1 -1
- package/styles/components/toast/toast.scss +10 -10
- package/styles/components/toggle-switch/toggle-switch.css +5 -5
- package/styles/components/toggle-switch/toggle-switch.min.css +1 -1
- package/styles/components/toggle-switch/toggle-switch.scss +2 -2
- package/styles/components/tooltip/tooltip.css +4 -4
- package/styles/components/tooltip/tooltip.min.css +1 -1
- package/styles/components/tooltip/tooltip.scss +3 -3
- package/styles/core/_color-tokens.scss +1 -1
- package/styles/core/_legacy-tokens.scss +13 -1
- package/styles/core/_tokens.scss +16 -1
- package/styles/core/core.css +31 -4
- package/styles/core/core.min.css +1 -1
- package/styles/core/jkl/_legacy-tokens.scss +13 -1
- package/styles/core/jkl/_ornaments.scss +1 -1
- package/styles/core/jkl/_spacing.scss +22 -22
- package/styles/core/jkl/_tokens.scss +16 -13
- package/styles/styles.css +371 -394
- package/styles/styles.min.css +1 -1
- package/styles/vind/vind.css +4 -4
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
justify-content: center;
|
|
31
31
|
align-items: center;
|
|
32
32
|
background-color: transparent;
|
|
33
|
-
color: var(--jkl-
|
|
33
|
+
color: var(--jkl-color);
|
|
34
34
|
width: jkl.rem(40px);
|
|
35
35
|
height: jkl.rem(40px);
|
|
36
36
|
|
|
@@ -40,11 +40,8 @@
|
|
|
40
40
|
color: var(--jkl-calendar-navigation-arrow-focus-color);
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
outline: jkl.rem(2px) solid var(--jkl-calendar-focus-color);
|
|
46
|
-
outline-offset: jkl.rem(-2px);
|
|
47
|
-
}
|
|
43
|
+
&:focus-visible {
|
|
44
|
+
@include jkl.focus-outline($offset: -2px);
|
|
48
45
|
}
|
|
49
46
|
|
|
50
47
|
&:disabled {
|
|
@@ -1,41 +1,27 @@
|
|
|
1
1
|
@use "../../core/jkl";
|
|
2
2
|
|
|
3
|
-
@include jkl.light-mode-variables {
|
|
4
|
-
--jkl-calendar-text-color: #{jkl.$color-granitt};
|
|
5
|
-
--jkl-calendar-background-color: #{jkl.$color-hvit};
|
|
6
|
-
--jkl-calendar-border-color: #{jkl.$color-granitt};
|
|
7
|
-
--jkl-calendar-focus-color: #{jkl.$color-granitt};
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
@include jkl.dark-mode-variables {
|
|
11
|
-
--jkl-calendar-text-color: #{jkl.$color-snohvit};
|
|
12
|
-
--jkl-calendar-background-color: #{jkl.$color-skifer};
|
|
13
|
-
--jkl-calendar-border-color: #{jkl.$color-snohvit};
|
|
14
|
-
--jkl-calendar-focus-color: #{jkl.$color-snohvit};
|
|
15
|
-
}
|
|
16
|
-
|
|
17
3
|
@include jkl.comfortable-density-variables {
|
|
18
|
-
--jkl-calendar-padding: var(--jkl-
|
|
19
|
-
var(--jkl-
|
|
20
|
-
--jkl-calendar-gap: var(--jkl-
|
|
4
|
+
--jkl-calendar-padding: var(--jkl-unit-15) var(--jkl-unit-20)
|
|
5
|
+
var(--jkl-unit-20);
|
|
6
|
+
--jkl-calendar-gap: var(--jkl-unit-15);
|
|
21
7
|
|
|
22
8
|
// Custom tweaks for iPhone SE
|
|
23
9
|
@include jkl.screen-to(375px) {
|
|
24
|
-
--jkl-calendar-padding: var(--jkl-
|
|
25
|
-
var(--jkl-
|
|
10
|
+
--jkl-calendar-padding: var(--jkl-unit-05) var(--jkl-unit-10)
|
|
11
|
+
var(--jkl-unit-20);
|
|
26
12
|
}
|
|
27
13
|
}
|
|
28
14
|
|
|
29
15
|
@include jkl.compact-density-variables {
|
|
30
|
-
--jkl-calendar-padding: var(--jkl-
|
|
31
|
-
var(--jkl-
|
|
16
|
+
--jkl-calendar-padding: var(--jkl-unit-05) var(--jkl-unit-10)
|
|
17
|
+
var(--jkl-unit-20);
|
|
32
18
|
--jkl-calendar-gap: 0;
|
|
33
19
|
}
|
|
34
20
|
|
|
35
21
|
.jkl-calendar {
|
|
36
22
|
display: block;
|
|
37
|
-
background-color: var(--jkl-
|
|
38
|
-
color: var(--jkl-
|
|
23
|
+
background-color: var(--jkl-color-background-container-high);
|
|
24
|
+
color: var(--jkl-color);
|
|
39
25
|
|
|
40
26
|
&__padding {
|
|
41
27
|
display: flex;
|
|
@@ -1,64 +1,34 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 18 Dec 2024 12:25:37 GMT
|
|
4
4
|
*/
|
|
5
|
-
@media screen and (prefers-color-scheme: light) {
|
|
6
|
-
:root {
|
|
7
|
-
--jkl-calendar-text-color: #1b1917;
|
|
8
|
-
--jkl-calendar-background-color: #ffffff;
|
|
9
|
-
--jkl-calendar-border-color: #1b1917;
|
|
10
|
-
--jkl-calendar-focus-color: #1b1917;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
[data-theme=light] {
|
|
14
|
-
--jkl-calendar-text-color: #1b1917;
|
|
15
|
-
--jkl-calendar-background-color: #ffffff;
|
|
16
|
-
--jkl-calendar-border-color: #1b1917;
|
|
17
|
-
--jkl-calendar-focus-color: #1b1917;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
@media screen and (prefers-color-scheme: dark) {
|
|
21
|
-
:root {
|
|
22
|
-
--jkl-calendar-text-color: #f9f9f9;
|
|
23
|
-
--jkl-calendar-background-color: #313030;
|
|
24
|
-
--jkl-calendar-border-color: #f9f9f9;
|
|
25
|
-
--jkl-calendar-focus-color: #f9f9f9;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
[data-theme=dark] {
|
|
29
|
-
--jkl-calendar-text-color: #f9f9f9;
|
|
30
|
-
--jkl-calendar-background-color: #313030;
|
|
31
|
-
--jkl-calendar-border-color: #f9f9f9;
|
|
32
|
-
--jkl-calendar-focus-color: #f9f9f9;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
5
|
:root,
|
|
36
6
|
[data-layout-density=comfortable],
|
|
37
7
|
[data-density=comfortable] {
|
|
38
|
-
--jkl-calendar-padding: var(--jkl-
|
|
39
|
-
var(--jkl-
|
|
40
|
-
--jkl-calendar-gap: var(--jkl-
|
|
8
|
+
--jkl-calendar-padding: var(--jkl-unit-15) var(--jkl-unit-20)
|
|
9
|
+
var(--jkl-unit-20);
|
|
10
|
+
--jkl-calendar-gap: var(--jkl-unit-15);
|
|
41
11
|
}
|
|
42
12
|
@media (width >= 0) and (max-width: 374px) {
|
|
43
13
|
:root,
|
|
44
14
|
[data-layout-density=comfortable],
|
|
45
15
|
[data-density=comfortable] {
|
|
46
|
-
--jkl-calendar-padding: var(--jkl-
|
|
47
|
-
var(--jkl-
|
|
16
|
+
--jkl-calendar-padding: var(--jkl-unit-05) var(--jkl-unit-10)
|
|
17
|
+
var(--jkl-unit-20);
|
|
48
18
|
}
|
|
49
19
|
}
|
|
50
20
|
|
|
51
21
|
[data-layout-density=compact],
|
|
52
22
|
[data-density=compact] {
|
|
53
|
-
--jkl-calendar-padding: var(--jkl-
|
|
54
|
-
var(--jkl-
|
|
23
|
+
--jkl-calendar-padding: var(--jkl-unit-05) var(--jkl-unit-10)
|
|
24
|
+
var(--jkl-unit-20);
|
|
55
25
|
--jkl-calendar-gap: 0;
|
|
56
26
|
}
|
|
57
27
|
|
|
58
28
|
.jkl-calendar {
|
|
59
29
|
display: block;
|
|
60
|
-
background-color: var(--jkl-
|
|
61
|
-
color: var(--jkl-
|
|
30
|
+
background-color: var(--jkl-color-background-container-high);
|
|
31
|
+
color: var(--jkl-color);
|
|
62
32
|
}
|
|
63
33
|
.jkl-calendar__padding {
|
|
64
34
|
display: flex;
|
|
@@ -114,7 +84,7 @@
|
|
|
114
84
|
justify-content: center;
|
|
115
85
|
align-items: center;
|
|
116
86
|
background-color: transparent;
|
|
117
|
-
color: var(--jkl-
|
|
87
|
+
color: var(--jkl-color);
|
|
118
88
|
width: 2.5rem;
|
|
119
89
|
height: 2.5rem;
|
|
120
90
|
}
|
|
@@ -141,11 +111,10 @@
|
|
|
141
111
|
.jkl-calendar-navigation__arrow:hover {
|
|
142
112
|
color: var(--jkl-calendar-navigation-arrow-focus-color);
|
|
143
113
|
}
|
|
144
|
-
|
|
145
|
-
outline:
|
|
146
|
-
outline-offset: -
|
|
114
|
+
.jkl-calendar-navigation__arrow:focus-visible {
|
|
115
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
116
|
+
outline-offset: -2px;
|
|
147
117
|
}
|
|
148
|
-
|
|
149
118
|
.jkl-calendar-navigation__arrow:disabled {
|
|
150
119
|
color: var(--jkl-calendar-disabled-day-color);
|
|
151
120
|
}
|
|
@@ -202,17 +171,16 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-navig
|
|
|
202
171
|
color: var(--jkl-select-text-color);
|
|
203
172
|
background-color: var(--jkl-select-open-background-color);
|
|
204
173
|
}
|
|
205
|
-
|
|
206
|
-
outline:
|
|
207
|
-
outline-offset:
|
|
174
|
+
.jkl-calendar-navigation-dropdown__select:focus-visible {
|
|
175
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
176
|
+
outline-offset: 3px;
|
|
208
177
|
}
|
|
209
|
-
|
|
210
178
|
.jkl-calendar-navigation-dropdown__chevron {
|
|
211
179
|
margin-left: calc(var(--chevron-size) * -1);
|
|
212
180
|
pointer-events: none;
|
|
213
181
|
}
|
|
214
182
|
.jkl-calendar-navigation-dropdown + .jkl-calendar-navigation-dropdown {
|
|
215
|
-
margin-inline-start: var(--jkl-
|
|
183
|
+
margin-inline-start: var(--jkl-unit-10);
|
|
216
184
|
}
|
|
217
185
|
|
|
218
186
|
.jkl-calendar-table th {
|
|
@@ -222,7 +190,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-navig
|
|
|
222
190
|
--jkl-icon-weight: 300;
|
|
223
191
|
--jkl-icon-size: 1.25rem;
|
|
224
192
|
--jkl-icon-opsz: 20;
|
|
225
|
-
padding-bottom: var(--jkl-
|
|
193
|
+
padding-bottom: var(--jkl-unit-10);
|
|
226
194
|
}
|
|
227
195
|
.jkl-calendar-table td {
|
|
228
196
|
text-align: center;
|
|
@@ -317,10 +285,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-navig
|
|
|
317
285
|
width: var(--jkl-calendar-date-size);
|
|
318
286
|
border-radius: 50%;
|
|
319
287
|
background-color: transparent;
|
|
320
|
-
color: var(--jkl-
|
|
288
|
+
color: var(--jkl-color);
|
|
321
289
|
margin: var(--jkl-calendar-date-margin);
|
|
322
290
|
padding: 0;
|
|
323
|
-
padding-top: 0.
|
|
291
|
+
padding-top: calc(var(--jkl-unit-10) * 0.25);
|
|
324
292
|
transition-timing-function: ease-out;
|
|
325
293
|
transition-duration: 75ms;
|
|
326
294
|
transition-property: color, background-color, box-shadow;
|
|
@@ -368,14 +336,14 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-navig
|
|
|
368
336
|
cursor: pointer;
|
|
369
337
|
}
|
|
370
338
|
.jkl-calendar-date-button[aria-pressed=true]:hover {
|
|
371
|
-
color: var(--jkl-
|
|
339
|
+
color: var(--jkl-color);
|
|
372
340
|
}
|
|
373
341
|
.jkl-calendar-date-button:disabled {
|
|
374
342
|
color: var(--jkl-calendar-disabled-day-color);
|
|
375
343
|
}
|
|
376
|
-
|
|
377
|
-
outline:
|
|
378
|
-
outline-offset:
|
|
344
|
+
.jkl-calendar-date-button:focus-visible {
|
|
345
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
346
|
+
outline-offset: 3px;
|
|
379
347
|
}
|
|
380
348
|
|
|
381
349
|
@media screen and (prefers-color-scheme: light) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@media screen and (prefers-color-scheme:light){:root{--jkl-calendar-text-color:#1b1917;--jkl-calendar-background-color:#fff;--jkl-calendar-border-color:#1b1917;--jkl-calendar-focus-color:#1b1917}}[data-theme=light]{--jkl-calendar-text-color:#1b1917;--jkl-calendar-background-color:#fff;--jkl-calendar-border-color:#1b1917;--jkl-calendar-focus-color:#1b1917}@media screen and (prefers-color-scheme:dark){:root{--jkl-calendar-text-color:#f9f9f9;--jkl-calendar-background-color:#313030;--jkl-calendar-border-color:#f9f9f9;--jkl-calendar-focus-color:#f9f9f9}}[data-theme=dark]{--jkl-calendar-text-color:#f9f9f9;--jkl-calendar-background-color:#313030;--jkl-calendar-border-color:#f9f9f9;--jkl-calendar-focus-color:#f9f9f9}:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-calendar-padding:var(--jkl-spacing-12) var(--jkl-spacing-16) var(--jkl-spacing-16);--jkl-calendar-gap:var(--jkl-spacing-12)}@media (width >= 0) and (max-width:374px){:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-calendar-padding:var(--jkl-spacing-4) var(--jkl-spacing-8) var(--jkl-spacing-16)}}[data-density=compact],[data-layout-density=compact]{--jkl-calendar-padding:var(--jkl-spacing-4) var(--jkl-spacing-8) var(--jkl-spacing-16);--jkl-calendar-gap:0}.jkl-calendar{background-color:var(--jkl-calendar-background-color);color:var(--jkl-calendar-text-color);display:block}.jkl-calendar__padding{box-sizing:border-box;display:flex;flex-direction:column;gap:var(--jkl-calendar-gap)}@media screen and (forced-colors:active){.jkl-calendar__padding{border:1px solid CanvasText}}@media screen and (prefers-color-scheme:light){:root{--jkl-calendar-disabled-day-color:#c8c5c3;--jkl-calendar-navigation-arrow-focus-color:#636060}}[data-theme=light]{--jkl-calendar-navigation-arrow-focus-color:#636060}@media screen and (prefers-color-scheme:dark){:root{--jkl-calendar-disabled-day-color:#636060;--jkl-calendar-navigation-arrow-focus-color:#c8c5c3}}[data-theme=dark]{--jkl-calendar-navigation-arrow-focus-color:#c8c5c3}.jkl-calendar-navigation{align-items:center;border:0;box-sizing:border-box;display:flex;justify-content:space-between;margin:0;padding:0;width:100%}.jkl-calendar-navigation__arrow{align-items:center;background-color:transparent;border-style:none;color:var(--jkl-calendar-text-color);cursor:pointer;display:inline-flex;height:2.5rem;justify-content:center;margin:0 0 0 -.5rem;outline:0;outline-style:none;padding:0;position:relative;width:2.5rem}.jkl-calendar-navigation__arrow:active,.jkl-calendar-navigation__arrow:focus,.jkl-calendar-navigation__arrow:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-calendar-navigation__arrow{border-style:revert;outline:revert;outline-style:revert}.jkl-calendar-navigation__arrow:active,.jkl-calendar-navigation__arrow:focus,.jkl-calendar-navigation__arrow:hover{outline:revert;outline-style:revert}}.jkl-calendar-navigation__arrow:hover{color:var(--jkl-calendar-navigation-arrow-focus-color)}html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-navigation__arrow:focus{outline:.125rem solid var(--jkl-calendar-focus-color);outline-offset:-.125rem}.jkl-calendar-navigation__arrow:disabled{color:var(--jkl-calendar-disabled-day-color)}.jkl-calendar-navigation-dropdown{--chevron-size:1.5rem;align-items:center;display:inline-flex}.jkl-calendar-navigation-dropdown>*{cursor:pointer}.jkl-calendar-navigation-dropdown__select{-webkit-appearance:none;appearance:none;font-size:1rem;font-weight:400;line-height:1.5rem;--jkl-icon-weight:300;--jkl-icon-size:1.25rem;--jkl-icon-opsz:20;background-color:transparent;border:none;border-radius:0;border-style:none;color:inherit;font-weight:700;height:2.5rem;margin:0;outline:0;outline-style:none;padding:0;padding-inline-end:var(--chevron-size);text-align:end;text-align-last:end}.jkl-calendar-navigation-dropdown__select:active,.jkl-calendar-navigation-dropdown__select:focus,.jkl-calendar-navigation-dropdown__select:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-calendar-navigation-dropdown__select{border-style:revert;outline:revert;outline-style:revert}.jkl-calendar-navigation-dropdown__select:active,.jkl-calendar-navigation-dropdown__select:focus,.jkl-calendar-navigation-dropdown__select:hover{outline:revert;outline-style:revert}}.jkl-calendar-navigation-dropdown__select option{background-color:var(--jkl-select-open-background-color);color:var(--jkl-select-text-color)}html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-navigation-dropdown__select:focus{outline:.125rem solid var(--jkl-calendar-focus-color);outline-offset:1px}.jkl-calendar-navigation-dropdown__chevron{margin-left:calc(var(--chevron-size)*-1);pointer-events:none}.jkl-calendar-navigation-dropdown+.jkl-calendar-navigation-dropdown{margin-inline-start:var(--jkl-spacing-8)}.jkl-calendar-table th{font-size:1rem;font-weight:400;line-height:1.5rem;--jkl-icon-weight:300;--jkl-icon-size:1.25rem;--jkl-icon-opsz:20;padding-bottom:var(--jkl-spacing-8)}.jkl-calendar-table td{text-align:center}.jkl-calendar-table td+td,.jkl-calendar-table th+th{padding-left:.25rem}.jkl-calendar-table tr+tr>td{padding-top:.25rem}@media screen and (prefers-color-scheme:light){:root{--jkl-calendar-adjacent-month-color:#636060;--jkl-calendar-disabled-day-color:#c8c5c3;--jkl-calendar-active-day-color:#fff;--jkl-calendar-hover-date-background-color:#ece9e5;--jkl-calendar-selected-date-background-color:#1b1917}}[data-theme=light]{--jkl-calendar-adjacent-month-color:#636060;--jkl-calendar-disabled-day-color:#c8c5c3;--jkl-calendar-active-day-color:#fff;--jkl-calendar-hover-date-background-color:#ece9e5;--jkl-calendar-selected-date-background-color:#1b1917}@media screen and (prefers-color-scheme:dark){:root{--jkl-calendar-adjacent-month-color:#c8c5c3;--jkl-calendar-disabled-day-color:#636060;--jkl-calendar-active-day-color:#000;--jkl-calendar-hover-date-background-color:#636060;--jkl-calendar-selected-date-background-color:#f9f9f9}}[data-theme=dark]{--jkl-calendar-adjacent-month-color:#c8c5c3;--jkl-calendar-disabled-day-color:#636060;--jkl-calendar-active-day-color:#000;--jkl-calendar-hover-date-background-color:#636060;--jkl-calendar-selected-date-background-color:#f9f9f9}:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-calendar-date-size:2.375rem;--jkl-calendar-date-font-size:var(--jkl-body-font-size);--jkl-calendar-date-line-height:var(--jkl-body-line-height);--jkl-calendar-date-font-weight:var(--jkl-body-font-weight)}@media (width >= 0) and (max-width:679px){:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-calendar-date-size:2.25rem;--jkl-calendar-date-font-size:var(--jkl-small-font-size);--jkl-calendar-date-line-height:var(--jkl-small-line-height);--jkl-calendar-date-font-weight:var(--jkl-small-font-weight)}}@media (width >= 0) and (max-width:374px){:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-calendar-date-size:2rem}}[data-density=compact],[data-layout-density=compact]{--jkl-calendar-date-size:2rem;--jkl-calendar-date-font-size:var(--jkl-small-font-size);--jkl-calendar-date-line-height:var(--jkl-small-line-height);--jkl-calendar-date-font-weight:var(--jkl-small-font-weight)}.jkl-calendar-date-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:transparent;border-radius:50%;border-style:none;box-sizing:border-box;color:var(--jkl-calendar-text-color);display:inline-flex;font-size:var(--jkl-calendar-date-font-size);font-weight:var(--jkl-calendar-date-font-weight);height:var(--jkl-calendar-date-size);justify-content:center;line-height:var(--jkl-calendar-date-line-height);margin:var(--jkl-calendar-date-margin);outline:0;outline-style:none;padding:.125rem 0 0;position:relative;transition-duration:75ms;transition-property:color,background-color,box-shadow;transition-timing-function:ease-out;width:var(--jkl-calendar-date-size)}.jkl-calendar-date-button:active,.jkl-calendar-date-button:focus,.jkl-calendar-date-button:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-calendar-date-button{border-style:revert;outline:revert;outline-style:revert}.jkl-calendar-date-button:active,.jkl-calendar-date-button:focus,.jkl-calendar-date-button:hover{outline:revert;outline-style:revert}}.jkl-calendar-date-button[data-adjacent=true]{font-size:1rem;font-weight:400;line-height:1.5rem;--jkl-icon-weight:300;--jkl-icon-size:1.25rem;--jkl-icon-opsz:20;color:var(--jkl-calendar-adjacent-month-color);padding:0}.jkl-calendar-date-button[aria-current=date]{font-weight:700}.jkl-calendar-date-button:hover:not(:disabled){background-color:var(--jkl-calendar-hover-date-background-color);cursor:pointer}.jkl-calendar-date-button[aria-pressed=true]{background-color:var(--jkl-calendar-selected-date-background-color);color:var(--jkl-calendar-active-day-color);cursor:pointer}.jkl-calendar-date-button[aria-pressed=true]:hover{color:var(--jkl-calendar-text-color)}.jkl-calendar-date-button:disabled{color:var(--jkl-calendar-disabled-day-color)}html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-button:focus{outline:.125rem solid var(--jkl-calendar-focus-color);outline-offset:.125rem}@media screen and (prefers-color-scheme:light){:root{--jkl-datepicker-focus-color:#1b1917}}[data-theme=light]{--jkl-datepicker-focus-color:#1b1917}@media screen and (prefers-color-scheme:dark){:root{--jkl-datepicker-focus-color:#f9f9f9}}[data-theme=dark]{--jkl-datepicker-focus-color:#f9f9f9}.jkl-datepicker{align-items:flex-start;border-style:none;display:flex;flex-direction:column;outline:0;outline-style:none;position:relative}.jkl-datepicker:active,.jkl-datepicker:focus,.jkl-datepicker:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-datepicker{border-style:revert;outline:revert;outline-style:revert}.jkl-datepicker:active,.jkl-datepicker:focus,.jkl-datepicker:hover{outline:revert;outline-style:revert}}.jkl-datepicker__input-wrapper{display:contents;position:relative}.jkl-datepicker .jkl-datepicker__input{padding-bottom:calc(var(--jkl-text-input-vertical-padding) - .08em);padding-top:calc(var(--jkl-text-input-vertical-padding) + .08em)}.jkl-datepicker__calendar-wrapper{left:0;position:absolute;top:calc(100% + .875rem);z-index:7000}.jkl-datepicker--open .jkl-text-input-wrapper{border-color:var(--jkl-text-input-focus-color);box-shadow:inset 0 0 0 .0625rem var(--jkl-text-input-focus-color),0 0 0 .0625rem var(--jkl-text-input-focus-color)}@media (width >= 0) and (max-width:679px){.jkl-datepicker__calendar-wrapper{left:-1.15rem}}@media (width >= 0) and (max-width:374px){.jkl-datepicker__calendar-wrapper{left:-2.5rem}}
|
|
1
|
+
:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-calendar-padding:var(--jkl-unit-15) var(--jkl-unit-20) var(--jkl-unit-20);--jkl-calendar-gap:var(--jkl-unit-15)}@media (width >= 0) and (max-width:374px){:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-calendar-padding:var(--jkl-unit-05) var(--jkl-unit-10) var(--jkl-unit-20)}}[data-density=compact],[data-layout-density=compact]{--jkl-calendar-padding:var(--jkl-unit-05) var(--jkl-unit-10) var(--jkl-unit-20);--jkl-calendar-gap:0}.jkl-calendar{background-color:var(--jkl-color-background-container-high);color:var(--jkl-color);display:block}.jkl-calendar__padding{box-sizing:border-box;display:flex;flex-direction:column;gap:var(--jkl-calendar-gap)}@media screen and (forced-colors:active){.jkl-calendar__padding{border:1px solid CanvasText}}@media screen and (prefers-color-scheme:light){:root{--jkl-calendar-disabled-day-color:#c8c5c3;--jkl-calendar-navigation-arrow-focus-color:#636060}}[data-theme=light]{--jkl-calendar-navigation-arrow-focus-color:#636060}@media screen and (prefers-color-scheme:dark){:root{--jkl-calendar-disabled-day-color:#636060;--jkl-calendar-navigation-arrow-focus-color:#c8c5c3}}[data-theme=dark]{--jkl-calendar-navigation-arrow-focus-color:#c8c5c3}.jkl-calendar-navigation{align-items:center;border:0;box-sizing:border-box;display:flex;justify-content:space-between;margin:0;padding:0;width:100%}.jkl-calendar-navigation__arrow{align-items:center;background-color:transparent;border-style:none;color:var(--jkl-color);cursor:pointer;display:inline-flex;height:2.5rem;justify-content:center;margin:0 0 0 -.5rem;outline:0;outline-style:none;padding:0;position:relative;width:2.5rem}.jkl-calendar-navigation__arrow:active,.jkl-calendar-navigation__arrow:focus,.jkl-calendar-navigation__arrow:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-calendar-navigation__arrow{border-style:revert;outline:revert;outline-style:revert}.jkl-calendar-navigation__arrow:active,.jkl-calendar-navigation__arrow:focus,.jkl-calendar-navigation__arrow:hover{outline:revert;outline-style:revert}}.jkl-calendar-navigation__arrow:hover{color:var(--jkl-calendar-navigation-arrow-focus-color)}.jkl-calendar-navigation__arrow:focus-visible{outline:3px solid var(--jkl-color-border-action);outline-offset:-2px}.jkl-calendar-navigation__arrow:disabled{color:var(--jkl-calendar-disabled-day-color)}.jkl-calendar-navigation-dropdown{--chevron-size:1.5rem;align-items:center;display:inline-flex}.jkl-calendar-navigation-dropdown>*{cursor:pointer}.jkl-calendar-navigation-dropdown__select{-webkit-appearance:none;appearance:none;font-size:1rem;font-weight:400;line-height:1.5rem;--jkl-icon-weight:300;--jkl-icon-size:1.25rem;--jkl-icon-opsz:20;background-color:transparent;border:none;border-radius:0;border-style:none;color:inherit;font-weight:700;height:2.5rem;margin:0;outline:0;outline-style:none;padding:0;padding-inline-end:var(--chevron-size);text-align:end;text-align-last:end}.jkl-calendar-navigation-dropdown__select:active,.jkl-calendar-navigation-dropdown__select:focus,.jkl-calendar-navigation-dropdown__select:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-calendar-navigation-dropdown__select{border-style:revert;outline:revert;outline-style:revert}.jkl-calendar-navigation-dropdown__select:active,.jkl-calendar-navigation-dropdown__select:focus,.jkl-calendar-navigation-dropdown__select:hover{outline:revert;outline-style:revert}}.jkl-calendar-navigation-dropdown__select option{background-color:var(--jkl-select-open-background-color);color:var(--jkl-select-text-color)}.jkl-calendar-navigation-dropdown__select:focus-visible{outline:3px solid var(--jkl-color-border-action);outline-offset:3px}.jkl-calendar-navigation-dropdown__chevron{margin-left:calc(var(--chevron-size)*-1);pointer-events:none}.jkl-calendar-navigation-dropdown+.jkl-calendar-navigation-dropdown{margin-inline-start:var(--jkl-unit-10)}.jkl-calendar-table th{font-size:1rem;font-weight:400;line-height:1.5rem;--jkl-icon-weight:300;--jkl-icon-size:1.25rem;--jkl-icon-opsz:20;padding-bottom:var(--jkl-unit-10)}.jkl-calendar-table td{text-align:center}.jkl-calendar-table td+td,.jkl-calendar-table th+th{padding-left:.25rem}.jkl-calendar-table tr+tr>td{padding-top:.25rem}@media screen and (prefers-color-scheme:light){:root{--jkl-calendar-adjacent-month-color:#636060;--jkl-calendar-disabled-day-color:#c8c5c3;--jkl-calendar-active-day-color:#fff;--jkl-calendar-hover-date-background-color:#ece9e5;--jkl-calendar-selected-date-background-color:#1b1917}}[data-theme=light]{--jkl-calendar-adjacent-month-color:#636060;--jkl-calendar-disabled-day-color:#c8c5c3;--jkl-calendar-active-day-color:#fff;--jkl-calendar-hover-date-background-color:#ece9e5;--jkl-calendar-selected-date-background-color:#1b1917}@media screen and (prefers-color-scheme:dark){:root{--jkl-calendar-adjacent-month-color:#c8c5c3;--jkl-calendar-disabled-day-color:#636060;--jkl-calendar-active-day-color:#000;--jkl-calendar-hover-date-background-color:#636060;--jkl-calendar-selected-date-background-color:#f9f9f9}}[data-theme=dark]{--jkl-calendar-adjacent-month-color:#c8c5c3;--jkl-calendar-disabled-day-color:#636060;--jkl-calendar-active-day-color:#000;--jkl-calendar-hover-date-background-color:#636060;--jkl-calendar-selected-date-background-color:#f9f9f9}:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-calendar-date-size:2.375rem;--jkl-calendar-date-font-size:var(--jkl-body-font-size);--jkl-calendar-date-line-height:var(--jkl-body-line-height);--jkl-calendar-date-font-weight:var(--jkl-body-font-weight)}@media (width >= 0) and (max-width:679px){:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-calendar-date-size:2.25rem;--jkl-calendar-date-font-size:var(--jkl-small-font-size);--jkl-calendar-date-line-height:var(--jkl-small-line-height);--jkl-calendar-date-font-weight:var(--jkl-small-font-weight)}}@media (width >= 0) and (max-width:374px){:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-calendar-date-size:2rem}}[data-density=compact],[data-layout-density=compact]{--jkl-calendar-date-size:2rem;--jkl-calendar-date-font-size:var(--jkl-small-font-size);--jkl-calendar-date-line-height:var(--jkl-small-line-height);--jkl-calendar-date-font-weight:var(--jkl-small-font-weight)}.jkl-calendar-date-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:transparent;border-radius:50%;border-style:none;box-sizing:border-box;color:var(--jkl-color);display:inline-flex;font-size:var(--jkl-calendar-date-font-size);font-weight:var(--jkl-calendar-date-font-weight);height:var(--jkl-calendar-date-size);justify-content:center;line-height:var(--jkl-calendar-date-line-height);margin:var(--jkl-calendar-date-margin);outline:0;outline-style:none;padding:0;padding-top:calc(var(--jkl-unit-10)*.25);position:relative;transition-duration:75ms;transition-property:color,background-color,box-shadow;transition-timing-function:ease-out;width:var(--jkl-calendar-date-size)}.jkl-calendar-date-button:active,.jkl-calendar-date-button:focus,.jkl-calendar-date-button:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-calendar-date-button{border-style:revert;outline:revert;outline-style:revert}.jkl-calendar-date-button:active,.jkl-calendar-date-button:focus,.jkl-calendar-date-button:hover{outline:revert;outline-style:revert}}.jkl-calendar-date-button[data-adjacent=true]{font-size:1rem;font-weight:400;line-height:1.5rem;--jkl-icon-weight:300;--jkl-icon-size:1.25rem;--jkl-icon-opsz:20;color:var(--jkl-calendar-adjacent-month-color);padding:0}.jkl-calendar-date-button[aria-current=date]{font-weight:700}.jkl-calendar-date-button:hover:not(:disabled){background-color:var(--jkl-calendar-hover-date-background-color);cursor:pointer}.jkl-calendar-date-button[aria-pressed=true]{background-color:var(--jkl-calendar-selected-date-background-color);color:var(--jkl-calendar-active-day-color);cursor:pointer}.jkl-calendar-date-button[aria-pressed=true]:hover{color:var(--jkl-color)}.jkl-calendar-date-button:disabled{color:var(--jkl-calendar-disabled-day-color)}.jkl-calendar-date-button:focus-visible{outline:3px solid var(--jkl-color-border-action);outline-offset:3px}@media screen and (prefers-color-scheme:light){:root{--jkl-datepicker-focus-color:#1b1917}}[data-theme=light]{--jkl-datepicker-focus-color:#1b1917}@media screen and (prefers-color-scheme:dark){:root{--jkl-datepicker-focus-color:#f9f9f9}}[data-theme=dark]{--jkl-datepicker-focus-color:#f9f9f9}.jkl-datepicker{align-items:flex-start;border-style:none;display:flex;flex-direction:column;outline:0;outline-style:none;position:relative}.jkl-datepicker:active,.jkl-datepicker:focus,.jkl-datepicker:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-datepicker{border-style:revert;outline:revert;outline-style:revert}.jkl-datepicker:active,.jkl-datepicker:focus,.jkl-datepicker:hover{outline:revert;outline-style:revert}}.jkl-datepicker__input-wrapper{display:contents;position:relative}.jkl-datepicker .jkl-datepicker__input{padding-bottom:calc(var(--jkl-text-input-vertical-padding) - .08em);padding-top:calc(var(--jkl-text-input-vertical-padding) + .08em)}.jkl-datepicker__calendar-wrapper{left:0;position:absolute;top:calc(100% + .875rem);z-index:7000}.jkl-datepicker--open .jkl-text-input-wrapper{border-color:var(--jkl-text-input-focus-color);box-shadow:inset 0 0 0 .0625rem var(--jkl-text-input-focus-color),0 0 0 .0625rem var(--jkl-text-input-focus-color)}@media (width >= 0) and (max-width:679px){.jkl-datepicker__calendar-wrapper{left:-1.15rem}}@media (width >= 0) and (max-width:374px){.jkl-datepicker__calendar-wrapper{left:-2.5rem}}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 18 Dec 2024 12:25:37 GMT
|
|
4
4
|
*/
|
|
5
5
|
.jkl-old-expander {
|
|
6
6
|
--color: var(--jkl-color-text-interactive);
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
}
|
|
39
39
|
.jkl-old-expander:focus-visible {
|
|
40
40
|
border: none;
|
|
41
|
-
outline:
|
|
42
|
-
outline-offset:
|
|
41
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
42
|
+
outline-offset: 3px;
|
|
43
43
|
}
|
|
44
44
|
.jkl-old-expander:focus-visible .jkl-old-expander__arrow {
|
|
45
45
|
transform: translateY(0.1875rem);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.jkl-old-expander{--color:var(--jkl-color-text-interactive);background-color:transparent;border-style:none;color:var(--color);cursor:pointer;list-style:none;min-width:unset;outline:0;outline-style:none;padding:0;position:relative;transition:transform .1s cubic-bezier(.6,.2,.35,1),border .1s cubic-bezier(.6,.2,.35,1)}.jkl-old-expander:active,.jkl-old-expander:focus,.jkl-old-expander:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-old-expander{border-style:revert;outline:revert;outline-style:revert}.jkl-old-expander:active,.jkl-old-expander:focus,.jkl-old-expander:hover{outline:revert;outline-style:revert}}.jkl-old-expander::-webkit-details-marker{display:none}.jkl-old-expander:focus-visible{border:none;outline:
|
|
1
|
+
.jkl-old-expander{--color:var(--jkl-color-text-interactive);background-color:transparent;border-style:none;color:var(--color);cursor:pointer;list-style:none;min-width:unset;outline:0;outline-style:none;padding:0;position:relative;transition:transform .1s cubic-bezier(.6,.2,.35,1),border .1s cubic-bezier(.6,.2,.35,1)}.jkl-old-expander:active,.jkl-old-expander:focus,.jkl-old-expander:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-old-expander{border-style:revert;outline:revert;outline-style:revert}.jkl-old-expander:active,.jkl-old-expander:focus,.jkl-old-expander:hover{outline:revert;outline-style:revert}}.jkl-old-expander::-webkit-details-marker{display:none}.jkl-old-expander:focus-visible{border:none;outline:3px solid var(--jkl-color-border-action);outline-offset:3px}.jkl-old-expander:focus-visible .jkl-old-expander__arrow{transform:translateY(.1875rem)}.jkl-old-expander:focus-visible,.jkl-old-expander:hover{--color:var(--jkl-color-text-interactive-hover)}.jkl-old-expander--expanded{--jkl-icon-weight:500;font-weight:700;letter-spacing:-.014em}.jkl-old-expander--icon-only .jkl-old-expander__arrow{margin:.25rem .5rem}.jkl-old-expander .jkl-old-expander__arrow{display:inline-block;margin-bottom:-.15em;margin-left:.125rem;transition-duration:.15s;transition-property:transform;transition-timing-function:ease}@media screen and (forced-colors:active){.jkl-old-expander,.jkl-old-expander:after{border-left-style:none;border-right-style:none;border-top-style:none}}.jkl-expand-section__content-wrapper{transition-duration:.15s;transition-property:height;transition-timing-function:ease}.jkl-expand-section__content{height:auto;padding:1rem 0 2.5rem}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 18 Dec 2024 12:25:37 GMT
|
|
4
4
|
*/
|
|
5
5
|
.jkl-expandable {
|
|
6
|
-
--border-radius: 0.25rem;
|
|
7
6
|
background-color: var(--jkl-color-background-container-low);
|
|
8
7
|
border-radius: var(--border-radius);
|
|
9
8
|
box-sizing: border-box;
|
|
@@ -26,22 +25,39 @@
|
|
|
26
25
|
border: 1px solid var(--jkl-color-border-separator);
|
|
27
26
|
background-color: transparent;
|
|
28
27
|
border-radius: 0;
|
|
28
|
+
border-radius: var(--border-top-left-radius) var(--border-top-right-radius) var(--border-bottom-right-radius) var(--border-bottom-left-radius);
|
|
29
|
+
}
|
|
30
|
+
.jkl-expandable__wrapper {
|
|
31
|
+
--border-radius: 0.25rem;
|
|
32
|
+
--outline-offset: 3px;
|
|
33
|
+
position: relative;
|
|
29
34
|
}
|
|
30
|
-
.jkl-
|
|
35
|
+
.jkl-expandable__wrapper + .jkl-expandable__wrapper .jkl-expandable--stroke {
|
|
31
36
|
border-top: none;
|
|
32
37
|
}
|
|
33
|
-
.jkl-
|
|
34
|
-
border-top-left-radius: var(--border-radius);
|
|
35
|
-
border-top-right-radius: var(--border-radius);
|
|
38
|
+
.jkl-expandable__wrapper:first-child {
|
|
39
|
+
--border-top-left-radius: var(--border-radius);
|
|
40
|
+
--border-top-right-radius: var(--border-radius);
|
|
36
41
|
}
|
|
37
|
-
.jkl-
|
|
38
|
-
border-bottom-left-radius: var(--border-radius);
|
|
39
|
-
border-bottom-right-radius: var(--border-radius);
|
|
42
|
+
.jkl-expandable__wrapper:last-child {
|
|
43
|
+
--border-bottom-left-radius: var(--border-radius);
|
|
44
|
+
--border-bottom-right-radius: var(--border-radius);
|
|
40
45
|
}
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
46
|
+
.jkl-expandable__wrapper:has(:focus-visible):has(.jkl-expandable--stroke) {
|
|
47
|
+
--outline-offset: -1px;
|
|
48
|
+
}
|
|
49
|
+
.jkl-expandable__wrapper:has(:focus-visible) .jkl-expandable__focus-container {
|
|
50
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
51
|
+
outline-offset: 3px;
|
|
52
|
+
outline-offset: var(--outline-offset);
|
|
53
|
+
}
|
|
54
|
+
.jkl-expandable__wrapper:has(:focus-visible):first-child:last-child {
|
|
55
|
+
--outline-offset: 3px;
|
|
56
|
+
}
|
|
57
|
+
.jkl-expandable__focus-container {
|
|
58
|
+
border-radius: var(--border-radius);
|
|
59
|
+
position: absolute;
|
|
60
|
+
inset: 0;
|
|
45
61
|
}
|
|
46
62
|
|
|
47
63
|
.jkl-expander {
|
|
@@ -53,6 +69,7 @@
|
|
|
53
69
|
width: 100%;
|
|
54
70
|
padding: 1rem;
|
|
55
71
|
cursor: pointer;
|
|
72
|
+
color: var(--jkl-color);
|
|
56
73
|
display: flex;
|
|
57
74
|
gap: 0.5rem;
|
|
58
75
|
align-items: center;
|
|
@@ -85,4 +102,24 @@
|
|
|
85
102
|
.jkl-expander:hover {
|
|
86
103
|
background-color: var(--jkl-color-background-interactive-hover);
|
|
87
104
|
}
|
|
105
|
+
}
|
|
106
|
+
.jkl-expander {
|
|
107
|
+
outline: 0;
|
|
108
|
+
border-style: none;
|
|
109
|
+
outline-style: none;
|
|
110
|
+
}
|
|
111
|
+
.jkl-expander:active, .jkl-expander:hover, .jkl-expander:focus {
|
|
112
|
+
outline: 0;
|
|
113
|
+
outline-style: none;
|
|
114
|
+
}
|
|
115
|
+
@media screen and (forced-colors: active) {
|
|
116
|
+
.jkl-expander {
|
|
117
|
+
outline: revert;
|
|
118
|
+
border-style: revert;
|
|
119
|
+
outline-style: revert;
|
|
120
|
+
}
|
|
121
|
+
.jkl-expander:active, .jkl-expander:hover, .jkl-expander:focus {
|
|
122
|
+
outline: revert;
|
|
123
|
+
outline-style: revert;
|
|
124
|
+
}
|
|
88
125
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.jkl-expandable{
|
|
1
|
+
.jkl-expandable{background-color:var(--jkl-color-background-container-low);border-radius:var(--border-radius);box-sizing:border-box;overflow:hidden;width:100%}.jkl-expandable__content[data-expanded=true]{height:auto}.jkl-expandable__content[data-expanded=false]{height:0}.jkl-expandable[data-visible-content=true] .jkl-expander{border-bottom:1px solid transparent}.jkl-expandable__content-wrapper{padding:1rem}.jkl-expandable--stroke{background-color:transparent;border:1px solid var(--jkl-color-border-separator);border-radius:0;border-radius:var(--border-top-left-radius) var(--border-top-right-radius) var(--border-bottom-right-radius) var(--border-bottom-left-radius)}.jkl-expandable__wrapper{--border-radius:0.25rem;--outline-offset:3px;position:relative}.jkl-expandable__wrapper+.jkl-expandable__wrapper .jkl-expandable--stroke{border-top:none}.jkl-expandable__wrapper:first-child{--border-top-left-radius:var(--border-radius);--border-top-right-radius:var(--border-radius)}.jkl-expandable__wrapper:last-child{--border-bottom-left-radius:var(--border-radius);--border-bottom-right-radius:var(--border-radius)}.jkl-expandable__wrapper:has(:focus-visible):has(.jkl-expandable--stroke){--outline-offset:-1px}.jkl-expandable__wrapper:has(:focus-visible) .jkl-expandable__focus-container{outline:3px solid var(--jkl-color-border-action);outline-offset:3px;outline-offset:var(--outline-offset)}.jkl-expandable__wrapper:has(:focus-visible):first-child:last-child{--outline-offset:3px}.jkl-expandable__focus-container{border-radius:var(--border-radius);inset:0;position:absolute}.jkl-expander{align-items:center;-webkit-appearance:none;appearance:none;background:none;border:none;box-sizing:border-box;color:var(--jkl-color);cursor:pointer;display:flex;gap:.5rem;list-style:none;padding:1rem;text-align:left;width:100%}.jkl-expander::-webkit-details-marker{display:none}.jkl-expander__label{flex-grow:1}.jkl-expander__chevron{text-align:right;transform:rotate(0turn);transition-property:transform;-webkit-user-select:none;user-select:none}.jkl-expander--open .jkl-expander__label{--jkl-icon-weight:500;font-weight:700;letter-spacing:-.014em}.jkl-expander--open .jkl-expander__chevron{transform:rotate(-.5turn);transition-duration:.1s;transition-timing-function:ease}@media (hover:hover){.jkl-expander:hover{background-color:var(--jkl-color-background-interactive-hover)}}.jkl-expander{border-style:none;outline:0;outline-style:none}.jkl-expander:active,.jkl-expander:focus,.jkl-expander:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-expander{border-style:revert;outline:revert;outline-style:revert}.jkl-expander:active,.jkl-expander:focus,.jkl-expander:hover{outline:revert;outline-style:revert}}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
@use "../../core/jkl";
|
|
2
2
|
|
|
3
3
|
.jkl-expandable {
|
|
4
|
-
--border-radius: #{jkl.rem(4px)};
|
|
5
|
-
|
|
6
4
|
background-color: var(--jkl-color-background-container-low);
|
|
7
5
|
border-radius: var(--border-radius);
|
|
8
6
|
box-sizing: border-box;
|
|
@@ -30,28 +28,55 @@
|
|
|
30
28
|
background-color: transparent;
|
|
31
29
|
|
|
32
30
|
border-radius: 0;
|
|
31
|
+
border-radius: var(--border-top-left-radius)
|
|
32
|
+
var(--border-top-right-radius) var(--border-bottom-right-radius)
|
|
33
|
+
var(--border-bottom-left-radius);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&__wrapper {
|
|
37
|
+
--border-radius: #{jkl.rem(4px)};
|
|
38
|
+
--outline-offset: 3px;
|
|
39
|
+
|
|
40
|
+
position: relative;
|
|
33
41
|
|
|
34
42
|
& + & {
|
|
35
43
|
// Matches every expandable that follows directly after another
|
|
36
|
-
|
|
44
|
+
.jkl-expandable--stroke {
|
|
45
|
+
border-top: none;
|
|
46
|
+
}
|
|
37
47
|
}
|
|
38
48
|
|
|
39
49
|
&:first-child {
|
|
40
|
-
border-top-left-radius: var(--border-radius);
|
|
41
|
-
border-top-right-radius: var(--border-radius);
|
|
50
|
+
--border-top-left-radius: var(--border-radius);
|
|
51
|
+
--border-top-right-radius: var(--border-radius);
|
|
42
52
|
}
|
|
43
53
|
|
|
44
54
|
&:last-child {
|
|
45
|
-
border-bottom-left-radius: var(--border-radius);
|
|
46
|
-
border-bottom-right-radius: var(--border-radius);
|
|
55
|
+
--border-bottom-left-radius: var(--border-radius);
|
|
56
|
+
--border-bottom-right-radius: var(--border-radius);
|
|
47
57
|
}
|
|
48
|
-
}
|
|
49
58
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
59
|
+
&:has(:focus-visible) {
|
|
60
|
+
&:has(.jkl-expandable--stroke) {
|
|
61
|
+
--outline-offset: -1px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.jkl-expandable__focus-container {
|
|
65
|
+
@include jkl.focus-outline;
|
|
66
|
+
outline-offset: var(--outline-offset);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
&:has(:focus-visible):first-child:last-child {
|
|
71
|
+
--outline-offset: 3px;
|
|
53
72
|
}
|
|
54
73
|
}
|
|
74
|
+
|
|
75
|
+
&__focus-container {
|
|
76
|
+
border-radius: var(--border-radius);
|
|
77
|
+
position: absolute;
|
|
78
|
+
inset: 0;
|
|
79
|
+
}
|
|
55
80
|
}
|
|
56
81
|
|
|
57
82
|
.jkl-expander {
|
|
@@ -63,6 +88,7 @@
|
|
|
63
88
|
width: 100%;
|
|
64
89
|
padding: jkl.rem(16px);
|
|
65
90
|
cursor: pointer;
|
|
91
|
+
color: var(--jkl-color);
|
|
66
92
|
|
|
67
93
|
display: flex;
|
|
68
94
|
gap: jkl.rem(8px);
|
|
@@ -102,4 +128,6 @@
|
|
|
102
128
|
background-color: var(--jkl-color-background-interactive-hover);
|
|
103
129
|
}
|
|
104
130
|
}
|
|
131
|
+
|
|
132
|
+
@include jkl.reset-outline;
|
|
105
133
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 18 Dec 2024 12:25:37 GMT
|
|
4
4
|
*/
|
|
5
|
-
@keyframes jkl-show-
|
|
5
|
+
@keyframes jkl-show-u1kcp5r {
|
|
6
6
|
from {
|
|
7
7
|
transform: translate3d(0, 0.5rem, 0);
|
|
8
8
|
opacity: 0;
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
}
|
|
23
23
|
.jkl-feedback__step-counter {
|
|
24
24
|
color: var(--jkl-color-text-subdued);
|
|
25
|
-
margin-bottom:
|
|
25
|
+
margin-bottom: calc(var(--jkl-unit-10) * 2);
|
|
26
26
|
font-size: 1.125rem;
|
|
27
27
|
line-height: 1.75rem;
|
|
28
28
|
font-weight: 400;
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
.jkl-feedback__fade-in {
|
|
40
|
-
animation: jkl-show-
|
|
40
|
+
animation: jkl-show-u1kcp5r 0.25s ease-out;
|
|
41
41
|
}
|
|
42
42
|
.jkl-feedback__buttons {
|
|
43
43
|
display: flex;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@keyframes jkl-show-
|
|
1
|
+
@keyframes jkl-show-u1kcp5r{0%{opacity:0;transform:translate3d(0,.5rem,0)}}.jkl-feedback{max-width:34.375rem}.jkl-feedback__submit-wrapper{transition-duration:.25s;transition-property:height;transition-timing-function:ease;width:100%}.jkl-feedback__submit-wrapper--hidden{display:none}.jkl-feedback__step-counter{color:var(--jkl-color-text-subdued);font-size:1.125rem;font-weight:400;line-height:1.75rem;margin-bottom:calc(var(--jkl-unit-10)*2);--jkl-icon-weight:300}@media (min-width:680px){.jkl-feedback__step-counter{font-size:1.25rem;font-weight:400;line-height:2rem;--jkl-icon-weight:300}}.jkl-feedback__fade-in{animation:jkl-show-u1kcp5r .25s ease-out}.jkl-feedback__buttons{display:flex}.jkl-feedback-smileys{display:flex;flex-wrap:nowrap;gap:.75rem;justify-content:space-between;margin-top:.5rem;max-width:22.5rem;width:100%}.jkl-feedback-smiley-option{color:var(--jkl-color-text-subdued);cursor:pointer;display:inline-block;height:2.5rem;position:relative;transform:translateZ(0);transition-duration:.15s;transition-property:transform,color;transition-timing-function:ease;width:2.5rem}@media screen and (forced-colors:active){.jkl-feedback-smiley-option,.jkl-feedback-smiley-option path,.jkl-feedback-smiley-option svg{stroke:ButtonFace;fill:ButtonText}}.jkl-feedback-smiley-option:after,.jkl-feedback-smiley-option:before{border-radius:50%;content:"";opacity:0;position:absolute;transition-duration:.15s;transition-property:opacity;transition-timing-function:ease}.jkl-feedback-smiley-option:after{box-shadow:0 0 0 .125rem currentColor;inset:-.125rem -.125rem -.125rem -.125rem}.jkl-feedback-smiley-option:before{box-shadow:0 .125rem 1.875rem rgba(0,0,0,.1);inset:0}.jkl-feedback-smiley-option:hover{color:var(--jkl-color-text-default)}input:checked+.jkl-feedback-smiley-option{color:var(--jkl-color-text-default);transform:translate3d(0,-20%,0)}input:checked+.jkl-feedback-smiley-option:before{opacity:1}html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus+.jkl-feedback-smiley-option:after{opacity:1}
|
|
@@ -28,7 +28,7 @@ $_show-animation-name: jkl-show-#{string.unique-id()};
|
|
|
28
28
|
|
|
29
29
|
&__step-counter {
|
|
30
30
|
color: var(--jkl-color-text-subdued);
|
|
31
|
-
margin-bottom: jkl.$
|
|
31
|
+
margin-bottom: jkl.$unit-20;
|
|
32
32
|
@include jkl.text-style("body");
|
|
33
33
|
}
|
|
34
34
|
|
|
@@ -42,7 +42,7 @@ $_show-animation-name: jkl-show-#{string.unique-id()};
|
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.jkl-feedback-smileys {
|
|
45
|
-
margin-top: jkl.$
|
|
45
|
+
margin-top: jkl.$unit-10;
|
|
46
46
|
display: flex;
|
|
47
47
|
justify-content: space-between;
|
|
48
48
|
width: 100%;
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
@use "../../core/jkl/colors";
|
|
3
3
|
|
|
4
4
|
@include jkl.comfortable-density-variables {
|
|
5
|
-
--jkl-file-padding: #{jkl.$
|
|
6
|
-
--jkl-file-thumbnail-size: #{jkl
|
|
7
|
-
--jkl-file-gap: #{jkl.$
|
|
5
|
+
--jkl-file-padding: #{jkl.$unit-30};
|
|
6
|
+
--jkl-file-thumbnail-size: #{jkl.$unit-80};
|
|
7
|
+
--jkl-file-gap: #{jkl.$unit-20};
|
|
8
8
|
--jkl-file-font-size: #{jkl.rem(20px)};
|
|
9
|
-
--jkl-file-line-height: #{jkl
|
|
9
|
+
--jkl-file-line-height: #{jkl.$unit-40};
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
@include jkl.compact-density-variables {
|
|
13
13
|
--jkl-file-padding: #{jkl.$spacing-12};
|
|
14
14
|
--jkl-file-thumbnail-size: #{jkl.rem(44px)};
|
|
15
|
-
--jkl-file-gap: #{jkl.$
|
|
16
|
-
--jkl-file-font-size: #{jkl
|
|
17
|
-
--jkl-file-line-height: #{jkl
|
|
15
|
+
--jkl-file-gap: #{jkl.$unit-10};
|
|
16
|
+
--jkl-file-font-size: #{jkl.$unit-20};
|
|
17
|
+
--jkl-file-line-height: #{jkl.$unit-30};
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.jkl-file {
|
|
@@ -75,10 +75,8 @@
|
|
|
75
75
|
@include jkl.no-grow-bold;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
outline: jkl.rem(2px) solid var(--jkl-color-border-input-focus);
|
|
81
|
-
}
|
|
78
|
+
&:focus-visible {
|
|
79
|
+
@include jkl.focus-outline($offset: 0);
|
|
82
80
|
}
|
|
83
81
|
|
|
84
82
|
@include jkl.forced-colors-mode {
|
|
@@ -87,10 +85,16 @@
|
|
|
87
85
|
}
|
|
88
86
|
}
|
|
89
87
|
|
|
90
|
-
&__delete {
|
|
91
|
-
padding: 0 var(--jkl-
|
|
88
|
+
&__delete.jkl-icon-button {
|
|
89
|
+
padding: 0 var(--jkl-unit-30);
|
|
92
90
|
align-items: stretch;
|
|
93
91
|
|
|
92
|
+
@include jkl.reset-outline;
|
|
93
|
+
|
|
94
|
+
&:focus-visible {
|
|
95
|
+
@include jkl.focus-outline($offset: 0);
|
|
96
|
+
}
|
|
97
|
+
|
|
94
98
|
&:hover {
|
|
95
99
|
background-color: var(--jkl-color-background-interactive-hover);
|
|
96
100
|
}
|
|
@@ -140,7 +144,7 @@
|
|
|
140
144
|
flex-direction: column;
|
|
141
145
|
flex: 1 1 auto;
|
|
142
146
|
overflow-wrap: break-word;
|
|
143
|
-
gap: var(--jkl-
|
|
147
|
+
gap: var(--jkl-unit-10);
|
|
144
148
|
}
|
|
145
149
|
|
|
146
150
|
&__title {
|
|
@@ -161,7 +165,7 @@
|
|
|
161
165
|
&__description {
|
|
162
166
|
display: flex;
|
|
163
167
|
flex-wrap: nowrap;
|
|
164
|
-
gap: jkl.$
|
|
168
|
+
gap: jkl.$unit-15;
|
|
165
169
|
align-items: center;
|
|
166
170
|
justify-content: flex-start;
|
|
167
171
|
}
|