@fremtind/jokul 0.37.7 → 0.37.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +59 -13
- package/styles/components/button/button.css +2 -2
- package/styles/components/button/button.min.css +1 -1
- package/styles/components/checkbox/checkbox.css +4 -4
- package/styles/components/checkbox/checkbox.min.css +1 -1
- package/styles/components/feedback/feedback.css +2 -2
- package/styles/components/feedback/feedback.min.css +1 -1
- package/styles/components/input-group/input-group.css +2 -2
- package/styles/components/input-group/input-group.min.css +1 -1
- package/styles/components/input-panel/checkbox-panel.css +2 -2
- package/styles/components/input-panel/checkbox-panel.min.css +1 -1
- package/styles/components/input-panel/radio-panel.css +2 -2
- package/styles/components/input-panel/radio-panel.min.css +1 -1
- package/styles/components/loader/loader.css +6 -6
- package/styles/components/loader/loader.min.css +1 -1
- package/styles/components/loader/skeleton-loader.css +5 -5
- package/styles/components/loader/skeleton-loader.min.css +1 -1
- package/styles/components/message/message.css +2 -2
- package/styles/components/message/message.min.css +1 -1
- package/styles/components/progress-bar/progress-bar.css +2 -2
- package/styles/components/progress-bar/progress-bar.min.css +1 -1
- package/styles/components/radio-button/radio-button.css +2 -2
- package/styles/components/radio-button/radio-button.min.css +1 -1
- package/styles/components/system-message/system-message.css +2 -2
- package/styles/components/system-message/system-message.min.css +1 -1
- package/styles/components/toast/toast.css +4 -4
- package/styles/components/toast/toast.min.css +1 -1
- package/styles/core/jkl/_convert.scss +1 -1
- package/styles/styles.css +37 -37
- package/styles/styles.min.css +1 -1
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fremtind/jokul",
|
|
3
|
-
"version": "0.37.
|
|
3
|
+
"version": "0.37.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -41,7 +41,11 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"./core/tokens.less": "./src/core/tokens.less",
|
|
44
|
-
"./core
|
|
44
|
+
"./styles/core": "./styles/core/core.scss",
|
|
45
|
+
"./styles/core/jkl": "./styles/core/jkl/_index.scss",
|
|
46
|
+
"./styles/fonts": "./styles/fonts/_index.scss",
|
|
47
|
+
"./styles/vind": "./styles/vind/_index.scss",
|
|
48
|
+
"./styles": "./styles/styles.scss",
|
|
45
49
|
"./styles/*": "./styles/*",
|
|
46
50
|
"./hooks": {
|
|
47
51
|
"import": {
|
|
@@ -73,6 +77,7 @@
|
|
|
73
77
|
"default": "./build/cjs/components/index.cjs"
|
|
74
78
|
}
|
|
75
79
|
},
|
|
80
|
+
"./styles/components/accordion": "./styles/components/accordion/_index.scss",
|
|
76
81
|
"./components/accordion": {
|
|
77
82
|
"import": {
|
|
78
83
|
"types": "./build/es/components/accordion/index.d.ts",
|
|
@@ -83,6 +88,7 @@
|
|
|
83
88
|
"default": "./build/cjs/components/accordion/index.cjs"
|
|
84
89
|
}
|
|
85
90
|
},
|
|
91
|
+
"./styles/components/autosuggest": "./styles/components/autosuggest/_index.scss",
|
|
86
92
|
"./components/autosuggest": {
|
|
87
93
|
"import": {
|
|
88
94
|
"types": "./build/es/components/autosuggest/index.d.ts",
|
|
@@ -93,6 +99,7 @@
|
|
|
93
99
|
"default": "./build/cjs/components/autosuggest/index.cjs"
|
|
94
100
|
}
|
|
95
101
|
},
|
|
102
|
+
"./styles/components/breadcrumb": "./styles/components/breadcrumb/_index.scss",
|
|
96
103
|
"./components/breadcrumb": {
|
|
97
104
|
"import": {
|
|
98
105
|
"types": "./build/es/components/breadcrumb/index.d.ts",
|
|
@@ -103,6 +110,7 @@
|
|
|
103
110
|
"default": "./build/cjs/components/breadcrumb/index.cjs"
|
|
104
111
|
}
|
|
105
112
|
},
|
|
113
|
+
"./styles/components/button": "./styles/components/button/_index.scss",
|
|
106
114
|
"./components/button": {
|
|
107
115
|
"import": {
|
|
108
116
|
"types": "./build/es/components/button/index.d.ts",
|
|
@@ -113,6 +121,7 @@
|
|
|
113
121
|
"default": "./build/cjs/components/button/index.cjs"
|
|
114
122
|
}
|
|
115
123
|
},
|
|
124
|
+
"./styles/components/card": "./styles/components/card/_index.scss",
|
|
116
125
|
"./components/card": {
|
|
117
126
|
"import": {
|
|
118
127
|
"types": "./build/es/components/card/index.d.ts",
|
|
@@ -123,6 +132,7 @@
|
|
|
123
132
|
"default": "./build/cjs/components/card/index.cjs"
|
|
124
133
|
}
|
|
125
134
|
},
|
|
135
|
+
"./styles/components/checkbox": "./styles/components/checkbox/_index.scss",
|
|
126
136
|
"./components/checkbox": {
|
|
127
137
|
"import": {
|
|
128
138
|
"types": "./build/es/components/checkbox/index.d.ts",
|
|
@@ -133,6 +143,18 @@
|
|
|
133
143
|
"default": "./build/cjs/components/checkbox/index.cjs"
|
|
134
144
|
}
|
|
135
145
|
},
|
|
146
|
+
"./styles/components/chip": "./styles/components/chip/_index.scss",
|
|
147
|
+
"./components/chip": {
|
|
148
|
+
"import": {
|
|
149
|
+
"types": "./build/es/components/chip/index.d.ts",
|
|
150
|
+
"default": "./build/es/components/chip/index.js"
|
|
151
|
+
},
|
|
152
|
+
"require": {
|
|
153
|
+
"types": "./build/cjs/components/chip/index.d.cts",
|
|
154
|
+
"default": "./build/cjs/components/chip/index.cjs"
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
"./styles/components/combobox": "./styles/components/combobox/_index.scss",
|
|
136
158
|
"./components/combobox": {
|
|
137
159
|
"import": {
|
|
138
160
|
"types": "./build/es/components/combobox/index.d.ts",
|
|
@@ -143,6 +165,7 @@
|
|
|
143
165
|
"default": "./build/cjs/components/combobox/index.cjs"
|
|
144
166
|
}
|
|
145
167
|
},
|
|
168
|
+
"./styles/components/cookie-consent": "./styles/components/cookie-consent/_index.scss",
|
|
146
169
|
"./components/cookie-consent": {
|
|
147
170
|
"import": {
|
|
148
171
|
"types": "./build/es/components/cookie-consent/index.d.ts",
|
|
@@ -153,6 +176,7 @@
|
|
|
153
176
|
"default": "./build/cjs/components/cookie-consent/index.cjs"
|
|
154
177
|
}
|
|
155
178
|
},
|
|
179
|
+
"./styles/components/datepicker": "./styles/components/datepicker/_index.scss",
|
|
156
180
|
"./components/datepicker": {
|
|
157
181
|
"import": {
|
|
158
182
|
"types": "./build/es/components/datepicker/index.d.ts",
|
|
@@ -163,6 +187,7 @@
|
|
|
163
187
|
"default": "./build/cjs/components/datepicker/index.cjs"
|
|
164
188
|
}
|
|
165
189
|
},
|
|
190
|
+
"./styles/components/description-list": "./styles/components/description-list/_index.scss",
|
|
166
191
|
"./components/description-list": {
|
|
167
192
|
"import": {
|
|
168
193
|
"types": "./build/es/components/description-list/index.d.ts",
|
|
@@ -173,6 +198,7 @@
|
|
|
173
198
|
"default": "./build/cjs/components/description-list/index.cjs"
|
|
174
199
|
}
|
|
175
200
|
},
|
|
201
|
+
"./styles/components/expander": "./styles/components/expander/_index.scss",
|
|
176
202
|
"./components/expander": {
|
|
177
203
|
"import": {
|
|
178
204
|
"types": "./build/es/components/expander/index.d.ts",
|
|
@@ -183,6 +209,7 @@
|
|
|
183
209
|
"default": "./build/cjs/components/expander/index.cjs"
|
|
184
210
|
}
|
|
185
211
|
},
|
|
212
|
+
"./styles/components/feedback": "./styles/components/feedback/_index.scss",
|
|
186
213
|
"./components/feedback": {
|
|
187
214
|
"import": {
|
|
188
215
|
"types": "./build/es/components/feedback/index.d.ts",
|
|
@@ -193,6 +220,7 @@
|
|
|
193
220
|
"default": "./build/cjs/components/feedback/index.cjs"
|
|
194
221
|
}
|
|
195
222
|
},
|
|
223
|
+
"./styles/components/file-input": "./styles/components/file-input/_index.scss",
|
|
196
224
|
"./components/file-input": {
|
|
197
225
|
"import": {
|
|
198
226
|
"types": "./build/es/components/file-input/index.d.ts",
|
|
@@ -203,6 +231,7 @@
|
|
|
203
231
|
"default": "./build/cjs/components/file-input/index.cjs"
|
|
204
232
|
}
|
|
205
233
|
},
|
|
234
|
+
"./styles/components/flex": "./styles/components/flex/_index.scss",
|
|
206
235
|
"./components/flex": {
|
|
207
236
|
"import": {
|
|
208
237
|
"types": "./build/es/components/flex/index.d.ts",
|
|
@@ -213,6 +242,7 @@
|
|
|
213
242
|
"default": "./build/cjs/components/flex/index.cjs"
|
|
214
243
|
}
|
|
215
244
|
},
|
|
245
|
+
"./styles/components/icon": "./styles/components/icon/_index.scss",
|
|
216
246
|
"./components/icon": {
|
|
217
247
|
"import": {
|
|
218
248
|
"types": "./build/es/components/icon/index.d.ts",
|
|
@@ -223,6 +253,7 @@
|
|
|
223
253
|
"default": "./build/cjs/components/icon/index.cjs"
|
|
224
254
|
}
|
|
225
255
|
},
|
|
256
|
+
"./styles/components/icon-button": "./styles/components/icon-button/_index.scss",
|
|
226
257
|
"./components/icon-button": {
|
|
227
258
|
"import": {
|
|
228
259
|
"types": "./build/es/components/icon-button/index.d.ts",
|
|
@@ -233,6 +264,7 @@
|
|
|
233
264
|
"default": "./build/cjs/components/icon-button/index.cjs"
|
|
234
265
|
}
|
|
235
266
|
},
|
|
267
|
+
"./styles/components/image": "./styles/components/image/_index.scss",
|
|
236
268
|
"./components/image": {
|
|
237
269
|
"import": {
|
|
238
270
|
"types": "./build/es/components/image/index.d.ts",
|
|
@@ -243,6 +275,7 @@
|
|
|
243
275
|
"default": "./build/cjs/components/image/index.cjs"
|
|
244
276
|
}
|
|
245
277
|
},
|
|
278
|
+
"./styles/components/input-group": "./styles/components/input-group/_index.scss",
|
|
246
279
|
"./components/input-group": {
|
|
247
280
|
"import": {
|
|
248
281
|
"types": "./build/es/components/input-group/index.d.ts",
|
|
@@ -253,6 +286,7 @@
|
|
|
253
286
|
"default": "./build/cjs/components/input-group/index.cjs"
|
|
254
287
|
}
|
|
255
288
|
},
|
|
289
|
+
"./styles/components/input-panel": "./styles/components/input-panel/_index.scss",
|
|
256
290
|
"./components/input-panel": {
|
|
257
291
|
"import": {
|
|
258
292
|
"types": "./build/es/components/input-panel/index.d.ts",
|
|
@@ -263,6 +297,7 @@
|
|
|
263
297
|
"default": "./build/cjs/components/input-panel/index.cjs"
|
|
264
298
|
}
|
|
265
299
|
},
|
|
300
|
+
"./styles/components/link": "./styles/components/link/_index.scss",
|
|
266
301
|
"./components/link": {
|
|
267
302
|
"import": {
|
|
268
303
|
"types": "./build/es/components/link/index.d.ts",
|
|
@@ -273,6 +308,7 @@
|
|
|
273
308
|
"default": "./build/cjs/components/link/index.cjs"
|
|
274
309
|
}
|
|
275
310
|
},
|
|
311
|
+
"./styles/components/link-list": "./styles/components/link-list/_index.scss",
|
|
276
312
|
"./components/link-list": {
|
|
277
313
|
"import": {
|
|
278
314
|
"types": "./build/es/components/link-list/index.d.ts",
|
|
@@ -283,6 +319,7 @@
|
|
|
283
319
|
"default": "./build/cjs/components/link-list/index.cjs"
|
|
284
320
|
}
|
|
285
321
|
},
|
|
322
|
+
"./styles/components/list": "./styles/components/list/_index.scss",
|
|
286
323
|
"./components/list": {
|
|
287
324
|
"import": {
|
|
288
325
|
"types": "./build/es/components/list/index.d.ts",
|
|
@@ -293,6 +330,7 @@
|
|
|
293
330
|
"default": "./build/cjs/components/list/index.cjs"
|
|
294
331
|
}
|
|
295
332
|
},
|
|
333
|
+
"./styles/components/loader": "./styles/components/loader/_index.scss",
|
|
296
334
|
"./components/loader": {
|
|
297
335
|
"import": {
|
|
298
336
|
"types": "./build/es/components/loader/index.d.ts",
|
|
@@ -303,6 +341,7 @@
|
|
|
303
341
|
"default": "./build/cjs/components/loader/index.cjs"
|
|
304
342
|
}
|
|
305
343
|
},
|
|
344
|
+
"./styles/components/logo": "./styles/components/logo/_index.scss",
|
|
306
345
|
"./components/logo": {
|
|
307
346
|
"import": {
|
|
308
347
|
"types": "./build/es/components/logo/index.d.ts",
|
|
@@ -313,6 +352,7 @@
|
|
|
313
352
|
"default": "./build/cjs/components/logo/index.cjs"
|
|
314
353
|
}
|
|
315
354
|
},
|
|
355
|
+
"./styles/components/menu": "./styles/components/menu/_index.scss",
|
|
316
356
|
"./components/menu": {
|
|
317
357
|
"import": {
|
|
318
358
|
"types": "./build/es/components/menu/index.d.ts",
|
|
@@ -323,6 +363,7 @@
|
|
|
323
363
|
"default": "./build/cjs/components/menu/index.cjs"
|
|
324
364
|
}
|
|
325
365
|
},
|
|
366
|
+
"./styles/components/message": "./styles/components/message/_index.scss",
|
|
326
367
|
"./components/message": {
|
|
327
368
|
"import": {
|
|
328
369
|
"types": "./build/es/components/message/index.d.ts",
|
|
@@ -333,6 +374,7 @@
|
|
|
333
374
|
"default": "./build/cjs/components/message/index.cjs"
|
|
334
375
|
}
|
|
335
376
|
},
|
|
377
|
+
"./styles/components/modal": "./styles/components/modal/_index.scss",
|
|
336
378
|
"./components/modal": {
|
|
337
379
|
"import": {
|
|
338
380
|
"types": "./build/es/components/modal/index.d.ts",
|
|
@@ -343,6 +385,7 @@
|
|
|
343
385
|
"default": "./build/cjs/components/modal/index.cjs"
|
|
344
386
|
}
|
|
345
387
|
},
|
|
388
|
+
"./styles/components/pagination": "./styles/components/pagination/_index.scss",
|
|
346
389
|
"./components/pagination": {
|
|
347
390
|
"import": {
|
|
348
391
|
"types": "./build/es/components/pagination/index.d.ts",
|
|
@@ -353,6 +396,7 @@
|
|
|
353
396
|
"default": "./build/cjs/components/pagination/index.cjs"
|
|
354
397
|
}
|
|
355
398
|
},
|
|
399
|
+
"./styles/components/popover": "./styles/components/popover/_index.scss",
|
|
356
400
|
"./components/popover": {
|
|
357
401
|
"import": {
|
|
358
402
|
"types": "./build/es/components/popover/index.d.ts",
|
|
@@ -363,6 +407,7 @@
|
|
|
363
407
|
"default": "./build/cjs/components/popover/index.cjs"
|
|
364
408
|
}
|
|
365
409
|
},
|
|
410
|
+
"./styles/components/progress-bar": "./styles/components/progress-bar/_index.scss",
|
|
366
411
|
"./components/progress-bar": {
|
|
367
412
|
"import": {
|
|
368
413
|
"types": "./build/es/components/progress-bar/index.d.ts",
|
|
@@ -373,6 +418,7 @@
|
|
|
373
418
|
"default": "./build/cjs/components/progress-bar/index.cjs"
|
|
374
419
|
}
|
|
375
420
|
},
|
|
421
|
+
"./styles/components/radio-button": "./styles/components/radio-button/_index.scss",
|
|
376
422
|
"./components/radio-button": {
|
|
377
423
|
"import": {
|
|
378
424
|
"types": "./build/es/components/radio-button/index.d.ts",
|
|
@@ -383,6 +429,7 @@
|
|
|
383
429
|
"default": "./build/cjs/components/radio-button/index.cjs"
|
|
384
430
|
}
|
|
385
431
|
},
|
|
432
|
+
"./styles/components/select": "./styles/components/select/_index.scss",
|
|
386
433
|
"./components/select": {
|
|
387
434
|
"import": {
|
|
388
435
|
"types": "./build/es/components/select/index.d.ts",
|
|
@@ -393,6 +440,7 @@
|
|
|
393
440
|
"default": "./build/cjs/components/select/index.cjs"
|
|
394
441
|
}
|
|
395
442
|
},
|
|
443
|
+
"./styles/components/summary-table": "./styles/components/summary-table/_index.scss",
|
|
396
444
|
"./components/summary-table": {
|
|
397
445
|
"import": {
|
|
398
446
|
"types": "./build/es/components/summary-table/index.d.ts",
|
|
@@ -403,6 +451,7 @@
|
|
|
403
451
|
"default": "./build/cjs/components/summary-table/index.cjs"
|
|
404
452
|
}
|
|
405
453
|
},
|
|
454
|
+
"./styles/components/system-message": "./styles/components/system-message/_index.scss",
|
|
406
455
|
"./components/system-message": {
|
|
407
456
|
"import": {
|
|
408
457
|
"types": "./build/es/components/system-message/index.d.ts",
|
|
@@ -413,6 +462,7 @@
|
|
|
413
462
|
"default": "./build/cjs/components/system-message/index.cjs"
|
|
414
463
|
}
|
|
415
464
|
},
|
|
465
|
+
"./styles/components/table": "./styles/components/table/_index.scss",
|
|
416
466
|
"./components/table": {
|
|
417
467
|
"import": {
|
|
418
468
|
"types": "./build/es/components/table/index.d.ts",
|
|
@@ -423,6 +473,7 @@
|
|
|
423
473
|
"default": "./build/cjs/components/table/index.cjs"
|
|
424
474
|
}
|
|
425
475
|
},
|
|
476
|
+
"./styles/components/tabs": "./styles/components/tabs/_index.scss",
|
|
426
477
|
"./components/tabs": {
|
|
427
478
|
"import": {
|
|
428
479
|
"types": "./build/es/components/tabs/index.d.ts",
|
|
@@ -433,6 +484,7 @@
|
|
|
433
484
|
"default": "./build/cjs/components/tabs/index.cjs"
|
|
434
485
|
}
|
|
435
486
|
},
|
|
487
|
+
"./styles/components/tag": "./styles/components/tag/_index.scss",
|
|
436
488
|
"./components/tag": {
|
|
437
489
|
"import": {
|
|
438
490
|
"types": "./build/es/components/tag/index.d.ts",
|
|
@@ -443,6 +495,7 @@
|
|
|
443
495
|
"default": "./build/cjs/components/tag/index.cjs"
|
|
444
496
|
}
|
|
445
497
|
},
|
|
498
|
+
"./styles/components/text-input": "./styles/components/text-input/_index.scss",
|
|
446
499
|
"./components/text-input": {
|
|
447
500
|
"import": {
|
|
448
501
|
"types": "./build/es/components/text-input/index.d.ts",
|
|
@@ -453,6 +506,7 @@
|
|
|
453
506
|
"default": "./build/cjs/components/text-input/index.cjs"
|
|
454
507
|
}
|
|
455
508
|
},
|
|
509
|
+
"./styles/components/toast": "./styles/components/toast/_index.scss",
|
|
456
510
|
"./components/toast": {
|
|
457
511
|
"import": {
|
|
458
512
|
"types": "./build/es/components/toast/index.d.ts",
|
|
@@ -463,6 +517,7 @@
|
|
|
463
517
|
"default": "./build/cjs/components/toast/index.cjs"
|
|
464
518
|
}
|
|
465
519
|
},
|
|
520
|
+
"./styles/components/toggle-switch": "./styles/components/toggle-switch/_index.scss",
|
|
466
521
|
"./components/toggle-switch": {
|
|
467
522
|
"import": {
|
|
468
523
|
"types": "./build/es/components/toggle-switch/index.d.ts",
|
|
@@ -473,6 +528,7 @@
|
|
|
473
528
|
"default": "./build/cjs/components/toggle-switch/index.cjs"
|
|
474
529
|
}
|
|
475
530
|
},
|
|
531
|
+
"./styles/components/tooltip": "./styles/components/tooltip/_index.scss",
|
|
476
532
|
"./components/tooltip": {
|
|
477
533
|
"import": {
|
|
478
534
|
"types": "./build/es/components/tooltip/index.d.ts",
|
|
@@ -482,16 +538,6 @@
|
|
|
482
538
|
"types": "./build/cjs/components/tooltip/index.d.cts",
|
|
483
539
|
"default": "./build/cjs/components/tooltip/index.cjs"
|
|
484
540
|
}
|
|
485
|
-
},
|
|
486
|
-
"./components/chip": {
|
|
487
|
-
"import": {
|
|
488
|
-
"types": "./build/es/components/chip/index.d.ts",
|
|
489
|
-
"default": "./build/es/components/chip/index.js"
|
|
490
|
-
},
|
|
491
|
-
"require": {
|
|
492
|
-
"types": "./build/cjs/components/chip/index.d.cts",
|
|
493
|
-
"default": "./build/cjs/components/chip/index.cjs"
|
|
494
|
-
}
|
|
495
541
|
}
|
|
496
542
|
},
|
|
497
543
|
"scripts": {
|
|
@@ -556,5 +602,5 @@
|
|
|
556
602
|
"@babel/preset-react"
|
|
557
603
|
]
|
|
558
604
|
},
|
|
559
|
-
"gitHead": "
|
|
605
|
+
"gitHead": "42a3e269ce785b658e225fdf86c275f7df3d99f9"
|
|
560
606
|
}
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
height: 1rem;
|
|
136
136
|
}
|
|
137
137
|
html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
138
|
-
animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-
|
|
138
|
+
animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-u9pua6n;
|
|
139
139
|
}
|
|
140
140
|
:not([data-touchnavigation]) .jkl-button--primary:hover, :not([data-touchnavigation]) .jkl-button--secondary:hover, :not([data-touchnavigation]) .jkl-button--tertiary:hover {
|
|
141
141
|
scale: 1.05;
|
|
@@ -179,7 +179,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
179
179
|
--background-color: var(--jkl-color-background-interactive-hover);
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
@keyframes jkl-tertiary-flash-
|
|
182
|
+
@keyframes jkl-tertiary-flash-u9pua6n {
|
|
183
183
|
0% {
|
|
184
184
|
opacity: 0.5;
|
|
185
185
|
scale: 1;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-button-padding-block:0.5rem;--jkl-button-padding-text:1.5rem;--jkl-button-padding-icon:1rem;--jkl-button-padding-icon-button:0.5rem;--jkl-button-padding-tertiary-inline:0.25rem;--jkl-button-padding-ghost-inline:0.5rem;--jkl-button-font-size:1.125rem;--jkl-button-line-height:1.75rem}@media (min-width:680px){:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-button-font-size:1.25rem;--jkl-button-line-height:2rem}}[data-density=compact],[data-layout-density=compact]{--jkl-button-padding-block:0.25rem;--jkl-button-padding-text:0.75rem;--jkl-button-padding-icon:0.5rem;--jkl-button-padding-icon-button:0.25rem;--jkl-button-padding-tertiary-inline:0.125rem;--jkl-button-padding-ghost-inline:0.25rem;--jkl-button-font-size:1rem;--jkl-button-line-height:1.5rem}@media (min-width:680px){[data-density=compact],[data-layout-density=compact]{--jkl-button-font-size:1rem;--jkl-button-line-height:1.5rem;--jkl-button-icon-weight:500}}.jkl-button{--jkl-icon-weight:var(--jkl-button-icon-weight,initial);--text-color:var(--jkl-color-text-default);--background-color:transparent;--border-radius:0;--border-width:0.0625rem;background-color:var(--background-color);border:unset;color:var(--text-color);cursor:pointer;display:inline-block;font-size:var(--jkl-button-font-size);font-weight:700;line-height:var(--jkl-button-line-height);text-decoration:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border-radius:var(--border-radius);max-width:100%;overflow:hidden;padding-block:var(--jkl-button-padding-block);padding-inline:var(--jkl-button-padding-text);position:relative;transition-duration:.15s;transition-property:scale;transition-timing-function:ease}.jkl-button:has(.jkl-icon:first-child){padding-inline-start:var(--jkl-button-padding-icon)}.jkl-button:has(.jkl-icon:last-child){padding-inline-end:var(--jkl-button-padding-icon)}.jkl-button:has(.jkl-icon:first-child):has(.jkl-icon:last-child){padding-inline:var(--jkl-button-padding-icon-button)}.jkl-button__label{align-items:center;display:flex;flex-direction:row;gap:.125rem;pointer-events:none;transition-duration:.25s;transition-property:translate;transition-timing-function:ease;width:100%}.jkl-button__loader{left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transition-duration:.25s;transition-property:opacity,translate;transition-timing-function:ease;translate:-50% 350%}.jkl-button__text{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.jkl-button[data-loading=true] .jkl-button__label{translate:0 -120%}.jkl-button[data-loading=true] .jkl-button__loader{opacity:1;translate:-50% -50%}.jkl-button:focus-visible{outline:2px solid var(--jkl-color-border-action);outline-offset:2px}.jkl-button:before{background-color:var(--text-color);border-radius:9999px;content:"";display:block;height:1rem;left:var(--jkl-touch-xcoord,50%);opacity:0;pointer-events:none;position:absolute;top:var(--jkl-touch-ycoord,50%);transform-origin:center;translate:-100%,-100%;width:1rem}html[data-touchnavigation] .jkl-button.jkl-button--pressed:before{animation:jkl-tertiary-flash-
|
|
1
|
+
:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-button-padding-block:0.5rem;--jkl-button-padding-text:1.5rem;--jkl-button-padding-icon:1rem;--jkl-button-padding-icon-button:0.5rem;--jkl-button-padding-tertiary-inline:0.25rem;--jkl-button-padding-ghost-inline:0.5rem;--jkl-button-font-size:1.125rem;--jkl-button-line-height:1.75rem}@media (min-width:680px){:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-button-font-size:1.25rem;--jkl-button-line-height:2rem}}[data-density=compact],[data-layout-density=compact]{--jkl-button-padding-block:0.25rem;--jkl-button-padding-text:0.75rem;--jkl-button-padding-icon:0.5rem;--jkl-button-padding-icon-button:0.25rem;--jkl-button-padding-tertiary-inline:0.125rem;--jkl-button-padding-ghost-inline:0.25rem;--jkl-button-font-size:1rem;--jkl-button-line-height:1.5rem}@media (min-width:680px){[data-density=compact],[data-layout-density=compact]{--jkl-button-font-size:1rem;--jkl-button-line-height:1.5rem;--jkl-button-icon-weight:500}}.jkl-button{--jkl-icon-weight:var(--jkl-button-icon-weight,initial);--text-color:var(--jkl-color-text-default);--background-color:transparent;--border-radius:0;--border-width:0.0625rem;background-color:var(--background-color);border:unset;color:var(--text-color);cursor:pointer;display:inline-block;font-size:var(--jkl-button-font-size);font-weight:700;line-height:var(--jkl-button-line-height);text-decoration:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border-radius:var(--border-radius);max-width:100%;overflow:hidden;padding-block:var(--jkl-button-padding-block);padding-inline:var(--jkl-button-padding-text);position:relative;transition-duration:.15s;transition-property:scale;transition-timing-function:ease}.jkl-button:has(.jkl-icon:first-child){padding-inline-start:var(--jkl-button-padding-icon)}.jkl-button:has(.jkl-icon:last-child){padding-inline-end:var(--jkl-button-padding-icon)}.jkl-button:has(.jkl-icon:first-child):has(.jkl-icon:last-child){padding-inline:var(--jkl-button-padding-icon-button)}.jkl-button__label{align-items:center;display:flex;flex-direction:row;gap:.125rem;pointer-events:none;transition-duration:.25s;transition-property:translate;transition-timing-function:ease;width:100%}.jkl-button__loader{left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transition-duration:.25s;transition-property:opacity,translate;transition-timing-function:ease;translate:-50% 350%}.jkl-button__text{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.jkl-button[data-loading=true] .jkl-button__label{translate:0 -120%}.jkl-button[data-loading=true] .jkl-button__loader{opacity:1;translate:-50% -50%}.jkl-button:focus-visible{outline:2px solid var(--jkl-color-border-action);outline-offset:2px}.jkl-button:before{background-color:var(--text-color);border-radius:9999px;content:"";display:block;height:1rem;left:var(--jkl-touch-xcoord,50%);opacity:0;pointer-events:none;position:absolute;top:var(--jkl-touch-ycoord,50%);transform-origin:center;translate:-100%,-100%;width:1rem}html[data-touchnavigation] .jkl-button.jkl-button--pressed:before{animation:jkl-tertiary-flash-u9pua6n .25s cubic-bezier(.6,.2,.35,1)}:not([data-touchnavigation]) .jkl-button--primary:hover,:not([data-touchnavigation]) .jkl-button--secondary:hover,:not([data-touchnavigation]) .jkl-button--tertiary:hover{scale:1.05;transform-origin:center}.jkl-button--primary,.jkl-button--secondary{--border-radius:999px}.jkl-button--primary{--background-color:var(--jkl-color-background-action);--text-color:var(--jkl-color-text-on-action)}.jkl-button--secondary:after{border:var(--border-width) solid var(--text-color);border-radius:var(--border-radius);content:"";inset:0;position:absolute}.jkl-button--tertiary,.jkl-button--tertiary:has(.jkl-icon:first-child),.jkl-button--tertiary:has(.jkl-icon:last-child){padding-inline:var(--jkl-button-padding-tertiary-inline)}.jkl-button--tertiary:after,.jkl-button--tertiary:has(.jkl-icon:first-child):after,.jkl-button--tertiary:has(.jkl-icon:last-child):after{border-bottom:var(--border-width) solid var(--text-color);border-radius:var(--border-radius);content:"";inset:0;position:absolute}.jkl-button--tertiary:focus-visible,.jkl-button--tertiary:has(.jkl-icon:first-child):focus-visible,.jkl-button--tertiary:has(.jkl-icon:first-child):hover,.jkl-button--tertiary:has(.jkl-icon:last-child):focus-visible,.jkl-button--tertiary:has(.jkl-icon:last-child):hover,.jkl-button--tertiary:hover{--border-width:0.125rem}.jkl-button--ghost,.jkl-button--ghost:has(.jkl-icon:first-child),.jkl-button--ghost:has(.jkl-icon:last-child){border-radius:.25rem;padding-inline:var(--jkl-button-padding-ghost-inline);transition-duration:.15s;transition-property:background-color;transition-timing-function:ease}.jkl-button--ghost:has(.jkl-icon:first-child):hover,.jkl-button--ghost:has(.jkl-icon:last-child):hover,.jkl-button--ghost:hover{--background-color:var(--jkl-color-background-interactive-hover)}@keyframes jkl-tertiary-flash-u9pua6n{0%{opacity:.5;scale:1}to{opacity:0;scale:8}}
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
--jkl-checkbox-line-height: 1.5rem;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
@keyframes jkl-checkbox-checked-
|
|
35
|
+
@keyframes jkl-checkbox-checked-u1el2ud {
|
|
36
36
|
0% {
|
|
37
37
|
width: 0;
|
|
38
38
|
height: 0;
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
height: 58%;
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
|
-
@keyframes jkl-checkbox-indeterminate-
|
|
49
|
+
@keyframes jkl-checkbox-indeterminate-u1el2v8 {
|
|
50
50
|
0% {
|
|
51
51
|
width: 0;
|
|
52
52
|
}
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
top: -6px;
|
|
75
75
|
}
|
|
76
76
|
.jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
|
|
77
|
-
animation: jkl-checkbox-checked-
|
|
77
|
+
animation: jkl-checkbox-checked-u1el2ud 150ms ease-in-out forwards;
|
|
78
78
|
opacity: 1;
|
|
79
79
|
}
|
|
80
80
|
.jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
|
|
81
|
-
animation: jkl-checkbox-indeterminate-
|
|
81
|
+
animation: jkl-checkbox-indeterminate-u1el2v8 150ms ease-in-out forwards;
|
|
82
82
|
opacity: 1;
|
|
83
83
|
}
|
|
84
84
|
.jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-checkbox-font-size:var(--jkl-body-font-size);--jkl-checkbox-line-height:var(--jkl-body-line-height);--jkl-checkbox-font-weight:var(--jkl-body-font-weight);--jkl-checkbox-height:3rem;--jkl-checkbox-box-size:1.5rem;--jkl-checkbox-line-height:2rem}@media (width >= 0) and (max-width:679px){:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-checkbox-height:2.5rem;--jkl-checkbox-box-size:1.5rem;--jkl-checkbox-line-height:1.75rem}}[data-density=compact],[data-layout-density=compact]{--jkl-checkbox-font-size:var(--jkl-small-font-size);--jkl-checkbox-line-height:var(--jkl-small-line-height);--jkl-checkbox-font-weight:var(--jkl-small-font-weight);--jkl-checkbox-height:1.75rem;--jkl-checkbox-box-size:1.125rem;--jkl-checkbox-line-height:1.5rem}@keyframes jkl-checkbox-checked-
|
|
1
|
+
:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-checkbox-font-size:var(--jkl-body-font-size);--jkl-checkbox-line-height:var(--jkl-body-line-height);--jkl-checkbox-font-weight:var(--jkl-body-font-weight);--jkl-checkbox-height:3rem;--jkl-checkbox-box-size:1.5rem;--jkl-checkbox-line-height:2rem}@media (width >= 0) and (max-width:679px){:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-checkbox-height:2.5rem;--jkl-checkbox-box-size:1.5rem;--jkl-checkbox-line-height:1.75rem}}[data-density=compact],[data-layout-density=compact]{--jkl-checkbox-font-size:var(--jkl-small-font-size);--jkl-checkbox-line-height:var(--jkl-small-line-height);--jkl-checkbox-font-weight:var(--jkl-small-font-weight);--jkl-checkbox-height:1.75rem;--jkl-checkbox-box-size:1.125rem;--jkl-checkbox-line-height:1.5rem}@keyframes jkl-checkbox-checked-u1el2ud{0%{height:0;width:0}40%{height:0;width:18%}to{height:58%;width:18%}}@keyframes jkl-checkbox-indeterminate-u1el2v8{0%{width:0}to{width:66%}}.jkl-checkbox{--box-color:var(--jkl-color-border-action);--check-color:var(--jkl-color-border-action);--text-color:var(--jkl-color-text-default);--background-color:transparent;color:var(--text-color);display:flex;flex-wrap:wrap;font-size:var(--jkl-checkbox-font-size);font-weight:var(--jkl-checkbox-font-weight);line-height:var(--jkl-checkbox-line-height);min-height:var(--jkl-checkbox-height);position:relative}.jkl-checkbox__input{opacity:0;position:absolute;top:-6px}.jkl-checkbox__input:checked+.jkl-checkbox__label .jkl-checkbox__check-mark:after{animation:jkl-checkbox-checked-u1el2ud .15s ease-in-out forwards;opacity:1}.jkl-checkbox__input:indeterminate:not(:checked)+.jkl-checkbox__label .jkl-checkbox__indeterminate-mark:after{animation:jkl-checkbox-indeterminate-u1el2v8 .15s ease-in-out forwards;opacity:1}.jkl-checkbox__input:focus-visible+.jkl-checkbox__label{color:var(--jkl-checkbox-focus-color)}.jkl-checkbox__input:focus-visible+.jkl-checkbox__label>.jkl-checkbox__mark{--background-color:var(--jkl-color-background-input-focus);outline:2px solid var(--jkl-color-border-action);outline-offset:2px}.jkl-checkbox__input:disabled+.jkl-checkbox__label{color:var(--jkl-checkbox-disabled-color)}.jkl-checkbox__label{cursor:pointer;display:flex;flex-shrink:0;max-width:100%;min-width:0}.jkl-checkbox__label:active .jkl-checkbox__mark,.jkl-checkbox__label:hover .jkl-checkbox__mark{outline:1px solid var(--box-color)}.jkl-checkbox__label:active{--background-color:var(--jkl-color-background-input-focus)}.jkl-checkbox__text{margin:calc((var(--jkl-checkbox-height) - var(--jkl-checkbox-line-height))*.5) 0;transition-duration:.15s;transition-property:color;transition-timing-function:ease;translate:0 .0625rem}.jkl-checkbox__mark{align-self:flex-start;background-color:var(--background-color);border:1px solid;border-color:var(--box-color);border-radius:0;box-sizing:border-box;flex-shrink:0;height:var(--jkl-checkbox-box-size);margin-block:calc((var(--jkl-checkbox-height) - var(--jkl-checkbox-box-size))*.5);margin-inline-end:var(--jkl-spacing-8);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__mark{border:1px solid ButtonText;outline:revert}}.jkl-checkbox__check-mark:after{border-bottom:.125rem solid var(--check-color);border-left-width:.125rem;border-left:0 solid var(--check-color);border-right:.125rem solid var(--check-color);border-top-width:.125rem;border-top:0 solid var(--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__check-mark:after{border-color:ButtonText}}.jkl-checkbox__indeterminate-mark:after{--width:66%;--thickness:0.125rem;border-bottom:solid var(--thickness) var(--check-color);bottom:calc(50% - var(--thickness)/2);content:"";display:block;left:calc((100% - var(--width))/2);opacity:0;position:absolute;transition-duration:.15s;transition-property:opacity,border-color;transition-timing-function:ease;width:var(--width)}@media screen and (forced-colors:active){.jkl-checkbox__indeterminate-mark:after{border-color:ButtonText}}.jkl-checkbox--inline{display:inline-flex}.jkl-checkbox--inline:not(:last-of-type){margin-right:1.5rem}.jkl-checkbox--error{--background-color:var(--jkl-color-background-alert-error);--check-color:var(--jkl-color-text-on-alert)}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not edit directly
|
|
3
3
|
* Generated on Mon, 28 Oct 2024 14:22:00 GMT
|
|
4
4
|
*/
|
|
5
|
-
@keyframes jkl-show-
|
|
5
|
+
@keyframes jkl-show-uxj5dkp {
|
|
6
6
|
from {
|
|
7
7
|
transform: translate3d(0, 0.5rem, 0);
|
|
8
8
|
opacity: 0;
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
.jkl-feedback__fade-in {
|
|
40
|
-
animation: jkl-show-
|
|
40
|
+
animation: jkl-show-uxj5dkp 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-uxj5dkp{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:1rem;--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-uxj5dkp .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}
|
|
@@ -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-ui6j96n 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-ui6j96n {
|
|
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-ui6j96n .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-ui6j96n{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}}
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
--background-color: var(--jkl-color-background-container-high);
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
@keyframes jkl-checkbox-checked-
|
|
63
|
+
@keyframes jkl-checkbox-checked-u2biihe {
|
|
64
64
|
0% {
|
|
65
65
|
width: 0;
|
|
66
66
|
height: 0;
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
.jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
|
|
126
|
-
animation: jkl-checkbox-checked-
|
|
126
|
+
animation: jkl-checkbox-checked-u2biihe 150ms ease-in-out forwards;
|
|
127
127
|
opacity: 1;
|
|
128
128
|
}
|
|
129
129
|
.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;cursor:pointer;outline:var(--outer-border-thickness) solid var(--outer-border-color);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),.jkl-input-panel:hover{--outer-border-thickness:0.125rem;--outer-border-color:var(--jkl-color-border-separator-hover)}.jkl-input-panel:has(:checked){--outer-border-thickness:0.125rem;--outer-border-color:var(--jkl-color-border-action);--background-color:var(--jkl-color-background-container-high)}@keyframes jkl-checkbox-checked-
|
|
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;cursor:pointer;outline:var(--outer-border-thickness) solid var(--outer-border-color);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),.jkl-input-panel:hover{--outer-border-thickness:0.125rem;--outer-border-color:var(--jkl-color-border-separator-hover)}.jkl-input-panel:has(:checked){--outer-border-thickness:0.125rem;--outer-border-color:var(--jkl-color-border-action);--background-color:var(--jkl-color-background-container-high)}@keyframes jkl-checkbox-checked-u2biihe{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-u2biihe .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)}
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
--background-color: var(--jkl-color-background-container-high);
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
@keyframes jkl-dot-in-
|
|
63
|
+
@keyframes jkl-dot-in-u4mb7ll {
|
|
64
64
|
0% {
|
|
65
65
|
transform: scale(0.8);
|
|
66
66
|
}
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
.jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
|
|
111
|
-
animation: jkl-dot-in-
|
|
111
|
+
animation: jkl-dot-in-u4mb7ll 150ms ease;
|
|
112
112
|
}
|
|
113
113
|
.jkl-radio-panel:has(:checked) {
|
|
114
114
|
--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;cursor:pointer;outline:var(--outer-border-thickness) solid var(--outer-border-color);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),.jkl-input-panel:hover{--outer-border-thickness:0.125rem;--outer-border-color:var(--jkl-color-border-separator-hover)}.jkl-input-panel:has(:checked){--outer-border-thickness:0.125rem;--outer-border-color:var(--jkl-color-border-action);--background-color:var(--jkl-color-background-container-high)}@keyframes jkl-dot-in-
|
|
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;cursor:pointer;outline:var(--outer-border-thickness) solid var(--outer-border-color);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),.jkl-input-panel:hover{--outer-border-thickness:0.125rem;--outer-border-color:var(--jkl-color-border-separator-hover)}.jkl-input-panel:has(:checked){--outer-border-thickness:0.125rem;--outer-border-color:var(--jkl-color-border-action);--background-color:var(--jkl-color-background-container-high)}@keyframes jkl-dot-in-u4mb7ll{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-u4mb7ll .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)}
|