@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
|
@@ -1,15 +1,15 @@
|
|
|
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
|
:root,
|
|
6
6
|
[data-layout-density=comfortable],
|
|
7
7
|
[data-density=comfortable] {
|
|
8
|
-
--jkl-file-padding:
|
|
9
|
-
--jkl-file-thumbnail-size:
|
|
10
|
-
--jkl-file-gap:
|
|
8
|
+
--jkl-file-padding: calc(var(--jkl-unit-10) * 3);
|
|
9
|
+
--jkl-file-thumbnail-size: calc(var(--jkl-unit-10) * 8);
|
|
10
|
+
--jkl-file-gap: calc(var(--jkl-unit-10) * 2);
|
|
11
11
|
--jkl-file-font-size: 1.25rem;
|
|
12
|
-
--jkl-file-line-height:
|
|
12
|
+
--jkl-file-line-height: calc(var(--jkl-unit-10) * 4);
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
[data-layout-density=compact],
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
--jkl-file-padding: 0.75rem;
|
|
18
18
|
--jkl-file-thumbnail-size: 2.75rem;
|
|
19
19
|
--jkl-file-gap: 0.5rem;
|
|
20
|
-
--jkl-file-font-size:
|
|
21
|
-
--jkl-file-line-height:
|
|
20
|
+
--jkl-file-font-size: calc(var(--jkl-unit-10) * 2);
|
|
21
|
+
--jkl-file-line-height: calc(var(--jkl-unit-10) * 3);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.jkl-file {
|
|
@@ -90,21 +90,45 @@
|
|
|
90
90
|
font-weight: 700;
|
|
91
91
|
letter-spacing: -0.014em;
|
|
92
92
|
}
|
|
93
|
-
|
|
94
|
-
outline:
|
|
93
|
+
.jkl-file__content:not(div):focus-visible {
|
|
94
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
95
|
+
outline-offset: 0;
|
|
95
96
|
}
|
|
96
|
-
|
|
97
97
|
@media screen and (forced-colors: active) {
|
|
98
98
|
.jkl-file__content:not(div) {
|
|
99
99
|
outline: revert;
|
|
100
100
|
border: 0.125rem solid LinkText;
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
|
-
.jkl-file__delete {
|
|
104
|
-
padding: 0 var(--jkl-
|
|
103
|
+
.jkl-file__delete.jkl-icon-button {
|
|
104
|
+
padding: 0 var(--jkl-unit-30);
|
|
105
105
|
align-items: stretch;
|
|
106
106
|
}
|
|
107
|
-
.jkl-file__delete
|
|
107
|
+
.jkl-file__delete.jkl-icon-button {
|
|
108
|
+
outline: 0;
|
|
109
|
+
border-style: none;
|
|
110
|
+
outline-style: none;
|
|
111
|
+
}
|
|
112
|
+
.jkl-file__delete.jkl-icon-button:active, .jkl-file__delete.jkl-icon-button:hover, .jkl-file__delete.jkl-icon-button:focus {
|
|
113
|
+
outline: 0;
|
|
114
|
+
outline-style: none;
|
|
115
|
+
}
|
|
116
|
+
@media screen and (forced-colors: active) {
|
|
117
|
+
.jkl-file__delete.jkl-icon-button {
|
|
118
|
+
outline: revert;
|
|
119
|
+
border-style: revert;
|
|
120
|
+
outline-style: revert;
|
|
121
|
+
}
|
|
122
|
+
.jkl-file__delete.jkl-icon-button:active, .jkl-file__delete.jkl-icon-button:hover, .jkl-file__delete.jkl-icon-button:focus {
|
|
123
|
+
outline: revert;
|
|
124
|
+
outline-style: revert;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
.jkl-file__delete.jkl-icon-button:focus-visible {
|
|
128
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
129
|
+
outline-offset: 0;
|
|
130
|
+
}
|
|
131
|
+
.jkl-file__delete.jkl-icon-button:hover {
|
|
108
132
|
background-color: var(--jkl-color-background-interactive-hover);
|
|
109
133
|
}
|
|
110
134
|
.jkl-file__thumbnail-wrapper {
|
|
@@ -145,7 +169,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-file__content:
|
|
|
145
169
|
flex-direction: column;
|
|
146
170
|
flex: 1 1 auto;
|
|
147
171
|
overflow-wrap: break-word;
|
|
148
|
-
gap: var(--jkl-
|
|
172
|
+
gap: var(--jkl-unit-10);
|
|
149
173
|
}
|
|
150
174
|
.jkl-file__title {
|
|
151
175
|
font-size: 1rem;
|
|
@@ -166,7 +190,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-file__content:
|
|
|
166
190
|
.jkl-file__description {
|
|
167
191
|
display: flex;
|
|
168
192
|
flex-wrap: nowrap;
|
|
169
|
-
gap:
|
|
193
|
+
gap: calc(var(--jkl-unit-10) * 1.5);
|
|
170
194
|
align-items: center;
|
|
171
195
|
justify-content: flex-start;
|
|
172
196
|
}
|
|
@@ -183,11 +207,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-file__content:
|
|
|
183
207
|
--jkl-file-size-hint-font-size: var(--jkl-small-font-size);
|
|
184
208
|
--jkl-file-size-hint-line-height: var(--jkl-small-line-height);
|
|
185
209
|
--jkl-file-size-hint-font-weight: var(--jkl-small-font-weight);
|
|
186
|
-
--jkl-file-input-dropzone-padding:
|
|
187
|
-
--jkl-file-input-dropzone-gap:
|
|
188
|
-
--jkl-file-cta-gap:
|
|
189
|
-
--jkl-file-cta-with-files-gap:
|
|
190
|
-
--jkl-file-list-gap:
|
|
210
|
+
--jkl-file-input-dropzone-padding: calc(var(--jkl-unit-10) * 3);
|
|
211
|
+
--jkl-file-input-dropzone-gap: calc(var(--jkl-unit-10) * 3);
|
|
212
|
+
--jkl-file-cta-gap: calc(var(--jkl-unit-10) * 3);
|
|
213
|
+
--jkl-file-cta-with-files-gap: calc(var(--jkl-unit-10) * 1.5);
|
|
214
|
+
--jkl-file-list-gap: 0.5rem;
|
|
191
215
|
}
|
|
192
216
|
|
|
193
217
|
[data-layout-density=compact],
|
|
@@ -195,10 +219,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-file__content:
|
|
|
195
219
|
--jkl-file-input-drag-font-size: var(--jkl-body-font-size);
|
|
196
220
|
--jkl-file-input-drag-line-height: var(--jkl-body-line-height);
|
|
197
221
|
--jkl-file-input-drag-font-weight: var(--jkl-body-font-weight);
|
|
198
|
-
--jkl-file-input-dropzone-padding:
|
|
199
|
-
--jkl-file-input-dropzone-gap:
|
|
200
|
-
--jkl-file-cta-gap:
|
|
201
|
-
--jkl-file-cta-with-files-gap: 0.
|
|
222
|
+
--jkl-file-input-dropzone-padding: calc(var(--jkl-unit-10) * 2);
|
|
223
|
+
--jkl-file-input-dropzone-gap: calc(var(--jkl-unit-10) * 2);
|
|
224
|
+
--jkl-file-cta-gap: calc(var(--jkl-unit-10) * 1.5);
|
|
225
|
+
--jkl-file-cta-with-files-gap: calc(var(--jkl-unit-10) * 0.5);
|
|
202
226
|
--jkl-file-list-gap: 0.5rem;
|
|
203
227
|
}
|
|
204
228
|
|
|
@@ -242,12 +266,12 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-file__content:
|
|
|
242
266
|
flex-direction: column;
|
|
243
267
|
flex-wrap: nowrap;
|
|
244
268
|
}
|
|
245
|
-
|
|
269
|
+
.jkl-file-input__call-to-action:has(:focus-visible) .jkl-button {
|
|
246
270
|
transform: scale(1.05);
|
|
247
|
-
outline:
|
|
248
|
-
outline-offset:
|
|
271
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
272
|
+
outline-offset: 3px;
|
|
249
273
|
}
|
|
250
|
-
|
|
274
|
+
.jkl-file-input__call-to-action:has(:focus-visible) .jkl-button:active {
|
|
251
275
|
transform: scale(1);
|
|
252
276
|
}
|
|
253
277
|
.jkl-file-input--has-files .jkl-file-input__call-to-action {
|
|
@@ -268,9 +292,9 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-file-input__ca
|
|
|
268
292
|
gap: var(--jkl-file-list-gap);
|
|
269
293
|
}
|
|
270
294
|
.jkl-file-input--small .jkl-file-input__dropzone {
|
|
271
|
-
padding:
|
|
272
|
-
gap:
|
|
273
|
-
margin-bottom:
|
|
295
|
+
padding: calc(var(--jkl-unit-10) * 2);
|
|
296
|
+
gap: calc(var(--jkl-unit-10) * 2);
|
|
297
|
+
margin-bottom: calc(var(--jkl-unit-10) * 2);
|
|
274
298
|
justify-content: flex-start;
|
|
275
299
|
flex-direction: row;
|
|
276
300
|
max-width: fit-content;
|
|
@@ -279,7 +303,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-file-input__ca
|
|
|
279
303
|
font-size: var(--jkl-file-size-hint-font-size);
|
|
280
304
|
line-height: var(--jkl-file-size-hint-line-height);
|
|
281
305
|
font-weight: var(--jkl-file-size-hint-font-weight);
|
|
282
|
-
gap:
|
|
306
|
+
gap: calc(var(--jkl-unit-10) * 1.5);
|
|
283
307
|
flex-direction: row;
|
|
284
308
|
justify-content: flex-start;
|
|
285
309
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-file-padding:
|
|
1
|
+
:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-file-padding:calc(var(--jkl-unit-10)*3);--jkl-file-thumbnail-size:calc(var(--jkl-unit-10)*8);--jkl-file-gap:calc(var(--jkl-unit-10)*2);--jkl-file-font-size:1.25rem;--jkl-file-line-height:calc(var(--jkl-unit-10)*4)}[data-density=compact],[data-layout-density=compact]{--jkl-file-padding:0.75rem;--jkl-file-thumbnail-size:2.75rem;--jkl-file-gap:0.5rem;--jkl-file-font-size:calc(var(--jkl-unit-10)*2);--jkl-file-line-height:calc(var(--jkl-unit-10)*3)}.jkl-file{--text-color:var(--jkl-color-text-default);color:var(--jkl-color-text-default);display:flex;flex-flow:row nowrap;font-size:1rem;font-weight:400;line-height:1.5rem;margin:0;min-width:15rem;transition-duration:.1s;transition-property:background-color,border-color,color;transition-timing-function:ease;--jkl-icon-weight:300;--jkl-icon-size:1.25rem;--jkl-icon-opsz:20;border-style:none;outline:0;outline-style:none}.jkl-file:active,.jkl-file:focus,.jkl-file:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-file{border-style:revert;outline:revert;outline-style:revert}.jkl-file:active,.jkl-file:focus,.jkl-file:hover{outline:revert;outline-style:revert}}.jkl-file__content{background-color:var(--jkl-color-background-container-high);border-radius:.125rem;box-shadow:0 0 5px 0 rgba(0,0,0,.05);color:var(--text-color);display:flex;flex-basis:100%;gap:1em;padding:var(--jkl-file-padding)}.jkl-file__content--error{background-color:var(--jkl-color-background-alert-error)}.jkl-file__content--warning{background-color:var(--jkl-color-background-alert-warning)}.jkl-file__content--error,.jkl-file__content--warning{--text-color:var(--jkl-color-text-on-alert)}.jkl-file__content--error .jkl-form-support-label,.jkl-file__content--warning .jkl-form-support-label{--color:var(--jkl-color-text-on-alert)}.jkl-file__content:not(div){color:var(--jkl-color-text-default);cursor:pointer;text-decoration:none}.jkl-file__content:not(div):hover~.jkl-file__description{--jkl-icon-weight:500;font-weight:700;letter-spacing:-.014em}.jkl-file__content:not(div):focus-visible{outline:3px solid var(--jkl-color-border-action);outline-offset:0}@media screen and (forced-colors:active){.jkl-file__content:not(div){border:.125rem solid LinkText;outline:revert}}.jkl-file__delete.jkl-icon-button{align-items:stretch;border-style:none;outline:0;outline-style:none;padding:0 var(--jkl-unit-30)}.jkl-file__delete.jkl-icon-button:active,.jkl-file__delete.jkl-icon-button:focus,.jkl-file__delete.jkl-icon-button:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-file__delete.jkl-icon-button{border-style:revert;outline:revert;outline-style:revert}.jkl-file__delete.jkl-icon-button:active,.jkl-file__delete.jkl-icon-button:focus,.jkl-file__delete.jkl-icon-button:hover{outline:revert;outline-style:revert}}.jkl-file__delete.jkl-icon-button:focus-visible{outline:3px solid var(--jkl-color-border-action);outline-offset:0}.jkl-file__delete.jkl-icon-button:hover{background-color:var(--jkl-color-background-interactive-hover)}.jkl-file__thumbnail-wrapper{position:relative}.jkl-file__thumbnail-wrapper>:nth-child(2){inset:0;margin:auto;position:absolute;width:80%}.jkl-file__thumbnail{align-items:center;border-radius:.25rem;color:var(--jkl-color-text-subdued);display:flex;flex:0 0 var(--jkl-file-thumbnail-size);height:var(--jkl-file-thumbnail-size);justify-content:center;object-fit:contain;opacity:1;transition-duration:.15s;transition-property:opacity;transition-timing-function:ease;width:var(--jkl-file-thumbnail-size)}.jkl-file__thumbnail--selected{opacity:.7}.jkl-file__thumbnail--uploading{opacity:.4}.jkl-file__thumbnail:not(img){background:var(--jkl-color-background-container-low)}.jkl-file__file-info{display:flex;flex:1 1 auto;flex-direction:column;gap:var(--jkl-unit-10);overflow-wrap:break-word}.jkl-file__title{font-size:1rem;font-weight:700;line-height:1.5rem;--jkl-icon-weight:500;--jkl-icon-size:1.25rem;--jkl-icon-opsz:20;overflow-wrap:anywhere}.jkl-file__description,.jkl-file__name{font-size:var(--jkl-file-font-size);line-height:var(--jkl-file-line-height)}.jkl-file__name{font-weight:700}.jkl-file__description{align-items:center;display:flex;flex-wrap:nowrap;gap:calc(var(--jkl-unit-10)*1.5);justify-content:flex-start}.jkl-file__support-label{margin:0}:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-file-input-drag-font-size:var(--jkl-heading-2-font-size);--jkl-file-input-drag-line-height:var(--jkl-heading-2-line-height);--jkl-file-input-drag-font-weight:var(--jkl-heading-2-font-weight);--jkl-file-size-hint-font-size:var(--jkl-small-font-size);--jkl-file-size-hint-line-height:var(--jkl-small-line-height);--jkl-file-size-hint-font-weight:var(--jkl-small-font-weight);--jkl-file-input-dropzone-padding:calc(var(--jkl-unit-10)*3);--jkl-file-input-dropzone-gap:calc(var(--jkl-unit-10)*3);--jkl-file-cta-gap:calc(var(--jkl-unit-10)*3);--jkl-file-cta-with-files-gap:calc(var(--jkl-unit-10)*1.5);--jkl-file-list-gap:0.5rem}[data-density=compact],[data-layout-density=compact]{--jkl-file-input-drag-font-size:var(--jkl-body-font-size);--jkl-file-input-drag-line-height:var(--jkl-body-line-height);--jkl-file-input-drag-font-weight:var(--jkl-body-font-weight);--jkl-file-input-dropzone-padding:calc(var(--jkl-unit-10)*2);--jkl-file-input-dropzone-gap:calc(var(--jkl-unit-10)*2);--jkl-file-cta-gap:calc(var(--jkl-unit-10)*1.5);--jkl-file-cta-with-files-gap:calc(var(--jkl-unit-10)*0.5);--jkl-file-list-gap:0.5rem}.jkl-file-input__dropzone{--border-color:var(--jkl-color-border-input);--background-color:transparent;align-items:center;background-color:var(--background-color);border:1px dashed var(--border-color);border-radius:.25rem;display:flex;flex-direction:column;flex-wrap:nowrap;gap:var(--jkl-file-input-dropzone-gap);justify-content:center;padding:var(--jkl-file-input-dropzone-padding);transition-duration:.15s;transition-property:background-color;transition-timing-function:ease}.jkl-file-input__dropzone--enter{--border-color:var(--jkl-color-border-input-focus);--background-color:var(--jkl-color-background-container-high);border-style:solid}.jkl-file-input__dropzone__drag-text{font-size:var(--jkl-file-input-drag-font-size);font-weight:var(--jkl-file-input-drag-font-weight);line-height:var(--jkl-file-input-drag-line-height)}@media (width >= 0) and (max-width:679px){.jkl-file-input__dropzone__drag-text{display:none}}.jkl-file-input__call-to-action{align-items:center;display:flex;flex-direction:column;flex-wrap:nowrap;gap:var(--jkl-file-cta-gap);justify-content:center}.jkl-file-input__call-to-action:has(:focus-visible) .jkl-button{outline:3px solid var(--jkl-color-border-action);outline-offset:3px;transform:scale(1.05)}.jkl-file-input__call-to-action:has(:focus-visible) .jkl-button:active{transform:scale(1)}.jkl-file-input--has-files .jkl-file-input__call-to-action{gap:var(--jkl-file-cta-with-files-gap)}.jkl-file-input__max-size-text{color:var(--jkl-color-text-subdued);font-size:var(--jkl-file-size-hint-font-size);font-weight:var(--jkl-file-size-hint-font-weight);line-height:var(--jkl-file-size-hint-line-height)}.jkl-file-input__files{display:flex;flex-direction:column;gap:var(--jkl-file-list-gap);list-style:none;margin:0;padding:0}.jkl-file-input--small .jkl-file-input__dropzone{flex-direction:row;gap:calc(var(--jkl-unit-10)*2);justify-content:flex-start;margin-bottom:calc(var(--jkl-unit-10)*2);max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:calc(var(--jkl-unit-10)*2)}.jkl-file-input--small .jkl-file-input__call-to-action{flex-direction:row;font-size:var(--jkl-file-size-hint-font-size);font-weight:var(--jkl-file-size-hint-font-weight);gap:calc(var(--jkl-unit-10)*1.5);justify-content:flex-start;line-height:var(--jkl-file-size-hint-line-height)}.jkl-file-input--small .jkl-file-input__max-size-text{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}
|
|
@@ -5,21 +5,21 @@
|
|
|
5
5
|
@include jkl.declare-font-variables("jkl-file-input-drag", "heading-2");
|
|
6
6
|
@include jkl.declare-font-variables("jkl-file-size-hint", "small");
|
|
7
7
|
|
|
8
|
-
--jkl-file-input-dropzone-padding: #{jkl.$
|
|
9
|
-
--jkl-file-input-dropzone-gap: #{jkl.$
|
|
10
|
-
--jkl-file-cta-gap: #{jkl.$
|
|
11
|
-
--jkl-file-cta-with-files-gap: #{jkl.$
|
|
12
|
-
--jkl-file-list-gap: #{jkl.$
|
|
8
|
+
--jkl-file-input-dropzone-padding: #{jkl.$unit-30};
|
|
9
|
+
--jkl-file-input-dropzone-gap: #{jkl.$unit-30};
|
|
10
|
+
--jkl-file-cta-gap: #{jkl.$unit-30};
|
|
11
|
+
--jkl-file-cta-with-files-gap: #{jkl.$unit-15};
|
|
12
|
+
--jkl-file-list-gap: #{jkl.$unit-10};
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
@include jkl.compact-density-variables {
|
|
16
16
|
@include jkl.declare-font-variables("jkl-file-input-drag", "body");
|
|
17
17
|
|
|
18
|
-
--jkl-file-input-dropzone-padding: #{jkl.$
|
|
19
|
-
--jkl-file-input-dropzone-gap: #{jkl.$
|
|
20
|
-
--jkl-file-cta-gap: #{jkl.$
|
|
21
|
-
--jkl-file-cta-with-files-gap: #{jkl.$
|
|
22
|
-
--jkl-file-list-gap: #{jkl.$
|
|
18
|
+
--jkl-file-input-dropzone-padding: #{jkl.$unit-20};
|
|
19
|
+
--jkl-file-input-dropzone-gap: #{jkl.$unit-20};
|
|
20
|
+
--jkl-file-cta-gap: #{jkl.$unit-15};
|
|
21
|
+
--jkl-file-cta-with-files-gap: #{jkl.$unit-05};
|
|
22
|
+
--jkl-file-list-gap: #{jkl.$unit-10};
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.jkl-file-input {
|
|
@@ -62,8 +62,7 @@
|
|
|
62
62
|
flex-direction: column;
|
|
63
63
|
flex-wrap: nowrap;
|
|
64
64
|
|
|
65
|
-
|
|
66
|
-
&:focus-within {
|
|
65
|
+
&:has(:focus-visible) {
|
|
67
66
|
.jkl-button {
|
|
68
67
|
transform: scale(1.05);
|
|
69
68
|
|
|
@@ -96,9 +95,9 @@
|
|
|
96
95
|
|
|
97
96
|
&--small {
|
|
98
97
|
.jkl-file-input__dropzone {
|
|
99
|
-
padding: jkl.$
|
|
100
|
-
gap: jkl.$
|
|
101
|
-
margin-bottom: jkl.$
|
|
98
|
+
padding: jkl.$unit-20;
|
|
99
|
+
gap: jkl.$unit-20;
|
|
100
|
+
margin-bottom: jkl.$unit-20;
|
|
102
101
|
justify-content: flex-start;
|
|
103
102
|
flex-direction: row;
|
|
104
103
|
max-width: fit-content;
|
|
@@ -107,7 +106,7 @@
|
|
|
107
106
|
.jkl-file-input__call-to-action {
|
|
108
107
|
@include jkl.use-font-variables("jkl-file-size-hint");
|
|
109
108
|
|
|
110
|
-
gap: #{jkl.$
|
|
109
|
+
gap: #{jkl.$unit-15};
|
|
111
110
|
flex-direction: row;
|
|
112
111
|
justify-content: flex-start;
|
|
113
112
|
}
|
|
@@ -1,46 +1,14 @@
|
|
|
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-icon-button-border-color: #1b1917;
|
|
8
|
-
--jkl-icon-button-focus-color: #636060;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
[data-theme=light] {
|
|
12
|
-
--jkl-icon-button-border-color: #1b1917;
|
|
13
|
-
--jkl-icon-button-focus-color: #636060;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
@media screen and (prefers-color-scheme: dark) {
|
|
17
|
-
:root {
|
|
18
|
-
--jkl-icon-button-border-color: #f9f9f9;
|
|
19
|
-
--jkl-icon-button-focus-color: #c8c5c3;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
[data-theme=dark] {
|
|
23
|
-
--jkl-icon-button-border-color: #f9f9f9;
|
|
24
|
-
--jkl-icon-button-focus-color: #c8c5c3;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
:root,
|
|
28
|
-
[data-layout-density=comfortable],
|
|
29
|
-
[data-density=comfortable] {
|
|
30
|
-
--jkl-icon-button-icon-width: 1.25rem;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
[data-layout-density=compact],
|
|
34
|
-
[data-density=compact] {
|
|
35
|
-
--jkl-icon-button-icon-width: 0.875rem;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
5
|
.jkl-icon-button {
|
|
39
6
|
background-color: transparent;
|
|
40
7
|
cursor: pointer;
|
|
41
8
|
color: inherit;
|
|
42
9
|
position: relative;
|
|
43
10
|
transition-property: box-shadow;
|
|
11
|
+
padding: 0;
|
|
44
12
|
transition-timing-function: cubic-bezier(0.6, 0.2, 0.35, 1);
|
|
45
13
|
transition-duration: 100ms;
|
|
46
14
|
}
|
|
@@ -79,19 +47,19 @@
|
|
|
79
47
|
.jkl-icon-button .jkl-icon--animated {
|
|
80
48
|
display: revert;
|
|
81
49
|
}
|
|
82
|
-
.jkl-icon-button:hover {
|
|
83
|
-
color: var(--jkl-icon-button-focus-color);
|
|
84
|
-
}
|
|
85
50
|
.jkl-icon-button:focus-visible {
|
|
86
|
-
color: var(--jkl-
|
|
87
|
-
outline:
|
|
88
|
-
outline-offset:
|
|
51
|
+
color: var(--jkl-color);
|
|
52
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
53
|
+
outline-offset: 3px;
|
|
89
54
|
}
|
|
90
55
|
@media screen and (forced-colors: active) {
|
|
91
56
|
.jkl-icon-button:focus-visible {
|
|
92
57
|
border: revert;
|
|
93
58
|
}
|
|
94
59
|
}
|
|
60
|
+
.jkl-icon-button:hover {
|
|
61
|
+
color: var(--jkl-color-text-interactive-hover);
|
|
62
|
+
}
|
|
95
63
|
@media screen and (forced-colors: active) {
|
|
96
64
|
.jkl-icon-button {
|
|
97
65
|
border: revert;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
.jkl-icon-button{background-color:transparent;border-style:none;color:inherit;cursor:pointer;outline:0;outline-style:none;padding:0;position:relative;transition-duration:.1s;transition-property:box-shadow;transition-timing-function:cubic-bezier(.6,.2,.35,1)}.jkl-icon-button:active,.jkl-icon-button:focus,.jkl-icon-button:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-icon-button{border-style:revert;outline:revert;outline-style:revert}.jkl-icon-button:active,.jkl-icon-button:focus,.jkl-icon-button:hover{outline:revert;outline-style:revert}}.jkl-icon-button .jkl-icon{align-items:center;display:flex}@media screen and (forced-colors:active){.jkl-icon-button .jkl-icon,.jkl-icon-button .jkl-icon path,.jkl-icon-button .jkl-icon svg{stroke:ButtonText}}.jkl-icon-button .jkl-icon--animated{display:revert}.jkl-icon-button:focus-visible{color:var(--jkl-color);outline:3px solid var(--jkl-color-border-action);outline-offset:3px}@media screen and (forced-colors:active){.jkl-icon-button:focus-visible{border:revert}}.jkl-icon-button:hover{color:var(--jkl-color-text-interactive-hover)}@media screen and (forced-colors:active){.jkl-icon-button{background-color:revert;border:revert}}
|
|
@@ -1,30 +1,13 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
@use "../../core/jkl";
|
|
3
3
|
|
|
4
|
-
@include jkl.light-mode-variables {
|
|
5
|
-
--jkl-icon-button-border-color: #{jkl.$color-granitt};
|
|
6
|
-
--jkl-icon-button-focus-color: #{jkl.$color-stein};
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
@include jkl.dark-mode-variables {
|
|
10
|
-
--jkl-icon-button-border-color: #{jkl.$color-snohvit};
|
|
11
|
-
--jkl-icon-button-focus-color: #{jkl.$color-svaberg};
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
@include jkl.comfortable-density-variables {
|
|
15
|
-
--jkl-icon-button-icon-width: #{jkl.rem(20px)};
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
@include jkl.compact-density-variables {
|
|
19
|
-
--jkl-icon-button-icon-width: #{jkl.rem(14px)};
|
|
20
|
-
}
|
|
21
|
-
|
|
22
4
|
.jkl-icon-button {
|
|
23
5
|
background-color: transparent;
|
|
24
6
|
cursor: pointer;
|
|
25
7
|
color: inherit;
|
|
26
8
|
position: relative;
|
|
27
9
|
transition-property: box-shadow;
|
|
10
|
+
padding: 0;
|
|
28
11
|
|
|
29
12
|
@include jkl.motion(focus, snappy);
|
|
30
13
|
@include jkl.reset-outline;
|
|
@@ -39,12 +22,8 @@
|
|
|
39
22
|
}
|
|
40
23
|
}
|
|
41
24
|
|
|
42
|
-
&:hover {
|
|
43
|
-
color: var(--jkl-icon-button-focus-color);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
25
|
&:focus-visible {
|
|
47
|
-
color: var(--jkl-
|
|
26
|
+
color: var(--jkl-color);
|
|
48
27
|
|
|
49
28
|
@include jkl.focus-outline;
|
|
50
29
|
@include jkl.forced-colors-mode {
|
|
@@ -52,6 +31,10 @@
|
|
|
52
31
|
}
|
|
53
32
|
}
|
|
54
33
|
|
|
34
|
+
&:hover {
|
|
35
|
+
color: var(--jkl-color-text-interactive-hover);
|
|
36
|
+
}
|
|
37
|
+
|
|
55
38
|
@include jkl.forced-colors-mode {
|
|
56
39
|
border: revert;
|
|
57
40
|
background-color: revert;
|
|
@@ -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-field-group {
|
|
6
6
|
outline: 0;
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
--color: var(--jkl-color-text-default);
|
|
79
79
|
}
|
|
80
80
|
.jkl-form-support-label--error .jkl-form-support-label__icon, .jkl-form-support-label--warning .jkl-form-support-label__icon, .jkl-form-support-label--success .jkl-form-support-label__icon {
|
|
81
|
-
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-
|
|
81
|
+
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-uriatqh forwards;
|
|
82
82
|
}
|
|
83
83
|
.jkl-form-support-label--sr-only {
|
|
84
84
|
border: 0 !important;
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
white-space: nowrap !important; /* 3 */
|
|
154
154
|
}
|
|
155
155
|
|
|
156
|
-
@keyframes jkl-support-icon-entrance-
|
|
156
|
+
@keyframes jkl-support-icon-entrance-uriatqh {
|
|
157
157
|
0% {
|
|
158
158
|
margin-right: 0;
|
|
159
159
|
opacity: 0;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.jkl-field-group{border-style:none;outline:0;outline-style:none}.jkl-field-group:active,.jkl-field-group:focus,.jkl-field-group:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-field-group{border-style:revert;outline:revert;outline-style:revert}.jkl-field-group:active,.jkl-field-group:focus,.jkl-field-group:hover{outline:revert;outline-style:revert}}.jkl-dormant-form-support-label{display:none;opacity:0;pointer-events:none}:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-form-support-label-font-size:var(--jkl-small-font-size);--jkl-form-support-label-line-height:var(--jkl-small-line-height);--jkl-form-support-label-font-weight:var(--jkl-small-font-weight);--jkl-form-support-label-margin:0.5rem 0 0;--jkl-form-support-label-icon-size:1.25rem;--jkl-form-support-label-icon-margin:0 -1.25rem -0.375rem 0}[data-density=compact],[data-layout-density=compact]{--jkl-form-support-label-icon-size:1.375rem;--jkl-form-support-label-icon-margin:0 -1.375rem -0.3125rem 0}.jkl-form-support-label{--color:var(--jkl-color-text-subdued);color:var(--color);display:flex;font-size:var(--jkl-form-support-label-font-size);font-weight:var(--jkl-form-support-label-font-weight);line-height:var(--jkl-form-support-label-line-height);margin:var(--jkl-form-support-label-margin);transition-delay:.15s;transition-duration:.4s;transition-property:color;transition-timing-function:ease}.jkl-form-support-label__icon,.jkl-form-support-label__icon.jkl-icon{height:var(--jkl-form-support-label-icon-size);margin:var(--jkl-form-support-label-icon-margin);opacity:0}@media screen and (forced-colors:active){.jkl-form-support-label__icon,.jkl-form-support-label__icon path,.jkl-form-support-label__icon svg,.jkl-form-support-label__icon.jkl-icon,.jkl-form-support-label__icon.jkl-icon path,.jkl-form-support-label__icon.jkl-icon svg{stroke:CanvasText;fill:Canvas}}.jkl-form-support-label--error,.jkl-form-support-label--success,.jkl-form-support-label--warning{--color:var(--jkl-color-text-default)}.jkl-form-support-label--error .jkl-form-support-label__icon,.jkl-form-support-label--success .jkl-form-support-label__icon,.jkl-form-support-label--warning .jkl-form-support-label__icon{animation:jkl-support-icon-entrance-
|
|
1
|
+
.jkl-field-group{border-style:none;outline:0;outline-style:none}.jkl-field-group:active,.jkl-field-group:focus,.jkl-field-group:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-field-group{border-style:revert;outline:revert;outline-style:revert}.jkl-field-group:active,.jkl-field-group:focus,.jkl-field-group:hover{outline:revert;outline-style:revert}}.jkl-dormant-form-support-label{display:none;opacity:0;pointer-events:none}:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-form-support-label-font-size:var(--jkl-small-font-size);--jkl-form-support-label-line-height:var(--jkl-small-line-height);--jkl-form-support-label-font-weight:var(--jkl-small-font-weight);--jkl-form-support-label-margin:0.5rem 0 0;--jkl-form-support-label-icon-size:1.25rem;--jkl-form-support-label-icon-margin:0 -1.25rem -0.375rem 0}[data-density=compact],[data-layout-density=compact]{--jkl-form-support-label-icon-size:1.375rem;--jkl-form-support-label-icon-margin:0 -1.375rem -0.3125rem 0}.jkl-form-support-label{--color:var(--jkl-color-text-subdued);color:var(--color);display:flex;font-size:var(--jkl-form-support-label-font-size);font-weight:var(--jkl-form-support-label-font-weight);line-height:var(--jkl-form-support-label-line-height);margin:var(--jkl-form-support-label-margin);transition-delay:.15s;transition-duration:.4s;transition-property:color;transition-timing-function:ease}.jkl-form-support-label__icon,.jkl-form-support-label__icon.jkl-icon{height:var(--jkl-form-support-label-icon-size);margin:var(--jkl-form-support-label-icon-margin);opacity:0}@media screen and (forced-colors:active){.jkl-form-support-label__icon,.jkl-form-support-label__icon path,.jkl-form-support-label__icon svg,.jkl-form-support-label__icon.jkl-icon,.jkl-form-support-label__icon.jkl-icon path,.jkl-form-support-label__icon.jkl-icon svg{stroke:CanvasText;fill:Canvas}}.jkl-form-support-label--error,.jkl-form-support-label--success,.jkl-form-support-label--warning{--color:var(--jkl-color-text-default)}.jkl-form-support-label--error .jkl-form-support-label__icon,.jkl-form-support-label--success .jkl-form-support-label__icon,.jkl-form-support-label--warning .jkl-form-support-label__icon{animation:jkl-support-icon-entrance-uriatqh .4s cubic-bezier(0,0,.3,1) .25s forwards}.jkl-form-support-label--sr-only{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-label-small-margin:0 0 0.25rem 0;--jkl-label-medium-margin:0 0 0.5rem 0;--jkl-label-large-margin:0 0 1rem -0.0625rem;--jkl-label-small-font-size:var(--jkl-small-font-size);--jkl-label-small-line-height:var(--jkl-small-line-height);--jkl-label-small-font-weight:var(--jkl-small-font-weight);--jkl-label-medium-font-size:var(--jkl-body-font-size);--jkl-label-medium-line-height:var(--jkl-body-line-height);--jkl-label-medium-font-weight:var(--jkl-body-font-weight);--jkl-label-large-font-size:var(--jkl-heading-2-font-size);--jkl-label-large-line-height:var(--jkl-heading-2-line-height);--jkl-label-large-font-weight:var(--jkl-heading-2-font-weight)}[data-density=compact],[data-layout-density=compact]{--jkl-label-small-margin:0 0 0.25rem 0;--jkl-label-medium-margin:0 0 0.5rem 0;--jkl-label-large-margin:0 0 0.75rem -0.0625rem}.jkl-label{color:var(--jkl-color-text-default);display:block;margin-left:0}.jkl-label--small{font-size:var(--jkl-label-small-font-size);font-weight:var(--jkl-label-small-font-weight);line-height:var(--jkl-label-small-line-height);margin:var(--jkl-label-small-margin)}.jkl-label--medium{font-size:var(--jkl-label-medium-font-size);font-weight:var(--jkl-label-medium-font-weight);line-height:var(--jkl-label-medium-line-height);margin:var(--jkl-label-medium-margin)}.jkl-label--large{font-size:var(--jkl-label-large-font-size);font-weight:var(--jkl-label-large-font-weight);line-height:var(--jkl-label-large-line-height);margin:var(--jkl-label-large-margin)}.jkl-label--sr-only{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}@keyframes jkl-support-icon-entrance-uriatqh{0%{margin-right:0;opacity:0;transform:scale(1)}30%{margin-right:.5rem}50%{opacity:1}70%{transform:scale(1.1)}85%{transform:scale(.9)}to{margin-right:.5rem;opacity:1;transform:scale(1)}}@media screen and (forced-colors:active){.jkl-text-input-action-button,.jkl-text-input-action-button path,.jkl-text-input-action-button svg{stroke:ButtonText;fill:ButtonFace}}
|
|
@@ -1,12 +1,12 @@
|
|
|
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-input-panel {
|
|
6
6
|
--outer-border-color: var(--jkl-color-border-input);
|
|
7
7
|
--outer-border-thickness: 0.0625rem;
|
|
8
8
|
--background-color: transparent;
|
|
9
|
-
|
|
9
|
+
box-shadow: inset 0 0 0 var(--outer-border-thickness) var(--outer-border-color);
|
|
10
10
|
border-radius: 4px;
|
|
11
11
|
padding-left: 1rem;
|
|
12
12
|
background-color: var(--background-color);
|
|
@@ -50,17 +50,19 @@
|
|
|
50
50
|
padding-bottom: 24px;
|
|
51
51
|
height: auto;
|
|
52
52
|
}
|
|
53
|
-
.jkl-input-panel:has(:focus-visible)
|
|
54
|
-
--
|
|
55
|
-
|
|
53
|
+
.jkl-input-panel:has(:focus-visible) {
|
|
54
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
55
|
+
outline-offset: 3px;
|
|
56
56
|
}
|
|
57
57
|
.jkl-input-panel:has(:checked) {
|
|
58
|
-
--outer-border-thickness: 0.125rem;
|
|
59
|
-
--outer-border-color: var(--jkl-color-border-action);
|
|
60
58
|
--background-color: var(--jkl-color-background-container-high);
|
|
61
59
|
}
|
|
60
|
+
.jkl-input-panel:hover {
|
|
61
|
+
--outer-border-color: var(--jkl-color-border-separator-hover);
|
|
62
|
+
--outer-border-thickness: 0.125rem;
|
|
63
|
+
}
|
|
62
64
|
|
|
63
|
-
@keyframes jkl-checkbox-checked-
|
|
65
|
+
@keyframes jkl-checkbox-checked-ue119yo {
|
|
64
66
|
0% {
|
|
65
67
|
width: 0;
|
|
66
68
|
height: 0;
|
|
@@ -123,7 +125,7 @@
|
|
|
123
125
|
}
|
|
124
126
|
}
|
|
125
127
|
.jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
|
|
126
|
-
animation: jkl-checkbox-checked-
|
|
128
|
+
animation: jkl-checkbox-checked-ue119yo 150ms ease-in-out forwards;
|
|
127
129
|
opacity: 1;
|
|
128
130
|
}
|
|
129
131
|
.jkl-checkbox-panel:has([aria-invalid=true]) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.jkl-input-panel{--outer-border-color:var(--jkl-color-border-input);--outer-border-thickness:0.0625rem;--background-color:transparent;background-color:var(--background-color);border-radius:4px;
|
|
1
|
+
.jkl-input-panel{--outer-border-color:var(--jkl-color-border-input);--outer-border-thickness:0.0625rem;--background-color:transparent;background-color:var(--background-color);border-radius:4px;box-shadow:inset 0 0 0 var(--outer-border-thickness) var(--outer-border-color);cursor:pointer;padding-left:1rem}.jkl-input-panel__input{opacity:0;position:absolute;top:-6px}.jkl-input-panel__label{align-items:center;cursor:pointer;display:grid;gap:.5rem;grid-template-columns:-webkit-min-content fit-content(30%) 1fr;grid-template-columns:min-content fit-content(30%) 1fr}.jkl-input-panel__main-label{padding-block:1.5rem}.jkl-input-panel__extra-label{align-self:stretch;margin-left:1rem;margin-right:1rem}.jkl-input-panel__extra-label>:first-child{padding-right:1rem}.jkl-input-panel__extra-label--text{align-items:center;display:flex;height:100%}.jkl-input-panel__content{cursor:default;height:0;overflow:hidden;padding-right:1.5rem}.jkl-input-panel:has([aria-expanded=true]) .jkl-input-panel__content,.jkl-input-panel__content[data-alwaysopen=true]{height:auto;padding-bottom:24px}.jkl-input-panel:has(:focus-visible){outline:3px solid var(--jkl-color-border-action);outline-offset:3px}.jkl-input-panel:has(:checked){--background-color:var(--jkl-color-background-container-high)}.jkl-input-panel:hover{--outer-border-color:var(--jkl-color-border-separator-hover);--outer-border-thickness:0.125rem}@keyframes jkl-checkbox-checked-ue119yo{0%{height:0;width:0}40%{height:0;width:18%}to{height:58%;width:18%}}.jkl-checkbox-panel{--checkbox-background-color:transparent;--checkbox-box-color:var(--jkl-color-border-action);--checkbox-check-color:var(--jkl-color-border-action)}.jkl-checkbox-panel__decorator{background-color:var(--checkbox-background-color);border:1px solid;border-color:var(--checkbox-box-color);border-radius:0;box-sizing:border-box;height:var(--jkl-checkbox-box-size);outline:none;position:relative;transition-duration:.15s;transition-property:background-color;transition-timing-function:ease;width:var(--jkl-checkbox-box-size)}@media screen and (forced-colors:active){.jkl-checkbox-panel__decorator{border:1px solid ButtonText;outline:revert}}.jkl-checkbox-panel__decorator:after{border-bottom:.125rem solid var(--checkbox-check-color);border-left-width:.125rem;border-left:0 solid var(--checkbox-check-color);border-right:.125rem solid var(--checkbox-check-color);border-top-width:.125rem;border-top:0 solid var(--checkbox-check-color);bottom:42%;content:"";display:block;height:58%;left:18%;opacity:0;position:absolute;transform:rotate(45deg);transform-origin:bottom left;transition-duration:.15s;transition-property:opacity,border-color;transition-timing-function:ease;width:18%}@media screen and (forced-colors:active){.jkl-checkbox-panel__decorator:after{border-color:ButtonText}}.jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator:after{animation:jkl-checkbox-checked-ue119yo .15s ease-in-out forwards;opacity:1}.jkl-checkbox-panel:has([aria-invalid=true]){--checkbox-background-color:var(--jkl-color-background-alert-error);--checkbox-check-color:var(--jkl-color-text-on-alert)}
|
|
@@ -1,12 +1,12 @@
|
|
|
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-input-panel {
|
|
6
6
|
--outer-border-color: var(--jkl-color-border-input);
|
|
7
7
|
--outer-border-thickness: 0.0625rem;
|
|
8
8
|
--background-color: transparent;
|
|
9
|
-
|
|
9
|
+
box-shadow: inset 0 0 0 var(--outer-border-thickness) var(--outer-border-color);
|
|
10
10
|
border-radius: 4px;
|
|
11
11
|
padding-left: 1rem;
|
|
12
12
|
background-color: var(--background-color);
|
|
@@ -50,17 +50,19 @@
|
|
|
50
50
|
padding-bottom: 24px;
|
|
51
51
|
height: auto;
|
|
52
52
|
}
|
|
53
|
-
.jkl-input-panel:has(:focus-visible)
|
|
54
|
-
--
|
|
55
|
-
|
|
53
|
+
.jkl-input-panel:has(:focus-visible) {
|
|
54
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
55
|
+
outline-offset: 3px;
|
|
56
56
|
}
|
|
57
57
|
.jkl-input-panel:has(:checked) {
|
|
58
|
-
--outer-border-thickness: 0.125rem;
|
|
59
|
-
--outer-border-color: var(--jkl-color-border-action);
|
|
60
58
|
--background-color: var(--jkl-color-background-container-high);
|
|
61
59
|
}
|
|
60
|
+
.jkl-input-panel:hover {
|
|
61
|
+
--outer-border-color: var(--jkl-color-border-separator-hover);
|
|
62
|
+
--outer-border-thickness: 0.125rem;
|
|
63
|
+
}
|
|
62
64
|
|
|
63
|
-
@keyframes jkl-dot-in-
|
|
65
|
+
@keyframes jkl-dot-in-ufmua6r {
|
|
64
66
|
0% {
|
|
65
67
|
transform: scale(0.8);
|
|
66
68
|
}
|
|
@@ -108,7 +110,7 @@
|
|
|
108
110
|
}
|
|
109
111
|
}
|
|
110
112
|
.jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
|
|
111
|
-
animation: jkl-dot-in-
|
|
113
|
+
animation: jkl-dot-in-ufmua6r 150ms ease;
|
|
112
114
|
}
|
|
113
115
|
.jkl-radio-panel:has(:checked) {
|
|
114
116
|
--radio-dot-color: var(--jkl-color-border-action);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.jkl-input-panel{--outer-border-color:var(--jkl-color-border-input);--outer-border-thickness:0.0625rem;--background-color:transparent;background-color:var(--background-color);border-radius:4px;
|
|
1
|
+
.jkl-input-panel{--outer-border-color:var(--jkl-color-border-input);--outer-border-thickness:0.0625rem;--background-color:transparent;background-color:var(--background-color);border-radius:4px;box-shadow:inset 0 0 0 var(--outer-border-thickness) var(--outer-border-color);cursor:pointer;padding-left:1rem}.jkl-input-panel__input{opacity:0;position:absolute;top:-6px}.jkl-input-panel__label{align-items:center;cursor:pointer;display:grid;gap:.5rem;grid-template-columns:-webkit-min-content fit-content(30%) 1fr;grid-template-columns:min-content fit-content(30%) 1fr}.jkl-input-panel__main-label{padding-block:1.5rem}.jkl-input-panel__extra-label{align-self:stretch;margin-left:1rem;margin-right:1rem}.jkl-input-panel__extra-label>:first-child{padding-right:1rem}.jkl-input-panel__extra-label--text{align-items:center;display:flex;height:100%}.jkl-input-panel__content{cursor:default;height:0;overflow:hidden;padding-right:1.5rem}.jkl-input-panel:has([aria-expanded=true]) .jkl-input-panel__content,.jkl-input-panel__content[data-alwaysopen=true]{height:auto;padding-bottom:24px}.jkl-input-panel:has(:focus-visible){outline:3px solid var(--jkl-color-border-action);outline-offset:3px}.jkl-input-panel:has(:checked){--background-color:var(--jkl-color-background-container-high)}.jkl-input-panel:hover{--outer-border-color:var(--jkl-color-border-separator-hover);--outer-border-thickness:0.125rem}@keyframes jkl-dot-in-ufmua6r{0%{transform:scale(.8)}to{transform:scale(1)}}.jkl-radio-panel{--radio-dot-color:transparent;--radio-ring-color:transparent}.jkl-radio-panel__decorator{background-color:var(--radio-ring-color);border:.0625rem solid var(--jkl-color-border-action);border-radius:50%;cursor:pointer;display:inline-block;height:1.5rem;position:relative;transition-duration:.15s;transition-property:background-color,outline;transition-timing-function:ease;width:1.5rem}.jkl-radio-panel__decorator:after{background-color:var(--radio-dot-color);border-radius:50%;content:"";height:1rem;left:50%;position:absolute;scale:1;top:50%;transition-duration:.15s;transition-property:transform;transition-timing-function:ease;translate:-50% -50%;width:1rem}@media screen and (forced-colors:active){.jkl-radio-panel__decorator{border:1px solid ButtonText}}.jkl-radio-panel__input:checked+.jkl-radio-panel__decorator:after{animation:jkl-dot-in-ufmua6r .15s ease}.jkl-radio-panel:has(:checked){--radio-dot-color:var(--jkl-color-border-action)}[aria-invalid=true] .jkl-radio-panel{--radio-ring-color:var(--jkl-color-background-alert-error)}[aria-invalid=true] .jkl-radio-panel:has(:checked){--radio-dot-color:var(--jkl-color-text-on-alert)}
|
|
@@ -1,12 +1,12 @@
|
|
|
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-input-panel {
|
|
6
6
|
--outer-border-color: var(--jkl-color-border-input);
|
|
7
7
|
--outer-border-thickness: 0.0625rem;
|
|
8
8
|
--background-color: transparent;
|
|
9
|
-
|
|
9
|
+
box-shadow: inset 0 0 0 var(--outer-border-thickness) var(--outer-border-color);
|
|
10
10
|
border-radius: 4px;
|
|
11
11
|
padding-left: 1rem;
|
|
12
12
|
background-color: var(--background-color);
|
|
@@ -50,12 +50,14 @@
|
|
|
50
50
|
padding-bottom: 24px;
|
|
51
51
|
height: auto;
|
|
52
52
|
}
|
|
53
|
-
.jkl-input-panel:has(:focus-visible)
|
|
54
|
-
--
|
|
55
|
-
|
|
53
|
+
.jkl-input-panel:has(:focus-visible) {
|
|
54
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
55
|
+
outline-offset: 3px;
|
|
56
56
|
}
|
|
57
57
|
.jkl-input-panel:has(:checked) {
|
|
58
|
-
--outer-border-thickness: 0.125rem;
|
|
59
|
-
--outer-border-color: var(--jkl-color-border-action);
|
|
60
58
|
--background-color: var(--jkl-color-background-container-high);
|
|
59
|
+
}
|
|
60
|
+
.jkl-input-panel:hover {
|
|
61
|
+
--outer-border-color: var(--jkl-color-border-separator-hover);
|
|
62
|
+
--outer-border-thickness: 0.125rem;
|
|
61
63
|
}
|