@fremtind/jokul 1.4.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (258) hide show
  1. package/build/build-stats.html +1 -1
  2. package/build/cjs/components/button/Button.cjs.map +1 -1
  3. package/build/cjs/components/button/Button.d.cts +12 -0
  4. package/build/cjs/components/button/types.cjs.map +1 -1
  5. package/build/cjs/components/button/types.d.cts +1 -1
  6. package/build/cjs/components/card/CardImage.cjs.map +1 -1
  7. package/build/cjs/components/card/CardImage.d.cts +2 -1
  8. package/build/cjs/components/cookie-consent/CookieConsent.cjs +1 -1
  9. package/build/cjs/components/cookie-consent/CookieConsent.cjs.map +1 -1
  10. package/build/cjs/components/feedback/questions/SmileyQuestion.cjs +1 -1
  11. package/build/cjs/components/feedback/questions/SmileyQuestion.cjs.map +1 -1
  12. package/build/cjs/components/icon-button/IconButton.cjs.map +1 -1
  13. package/build/cjs/components/icon-button/IconButton.d.cts +3 -0
  14. package/build/cjs/core/tokens/style-dictionary/build.cjs +2 -0
  15. package/build/cjs/core/tokens/style-dictionary/build.cjs.map +1 -0
  16. package/build/cjs/core/tokens/style-dictionary/build.d.cts +0 -0
  17. package/build/cjs/core/tokens/style-dictionary/config.cjs +2 -0
  18. package/build/cjs/core/tokens/style-dictionary/config.cjs.map +1 -0
  19. package/build/cjs/core/tokens/style-dictionary/config.d.cts +4 -0
  20. package/build/cjs/core/tokens/style-dictionary/filters/index.cjs +2 -0
  21. package/build/cjs/core/tokens/style-dictionary/filters/index.cjs.map +1 -0
  22. package/build/cjs/core/tokens/style-dictionary/filters/index.d.cts +3 -0
  23. package/build/cjs/core/tokens/style-dictionary/formats/css-dynamic-color-variables.cjs +2 -0
  24. package/build/cjs/core/tokens/style-dictionary/formats/css-dynamic-color-variables.cjs.map +1 -0
  25. package/build/cjs/core/tokens/style-dictionary/formats/css-dynamic-color-variables.d.cts +3 -0
  26. package/build/cjs/core/tokens/style-dictionary/formats/css-theme-variables.cjs +2 -0
  27. package/build/cjs/core/tokens/style-dictionary/formats/css-theme-variables.cjs.map +1 -0
  28. package/build/cjs/core/tokens/style-dictionary/formats/css-theme-variables.d.cts +3 -0
  29. package/build/cjs/core/tokens/style-dictionary/formats/index.cjs +2 -0
  30. package/build/cjs/core/tokens/style-dictionary/formats/index.cjs.map +1 -0
  31. package/build/cjs/core/tokens/style-dictionary/formats/index.d.cts +6 -0
  32. package/build/cjs/core/tokens/style-dictionary/formats/javascript-esm.cjs +2 -0
  33. package/build/cjs/core/tokens/style-dictionary/formats/javascript-esm.cjs.map +1 -0
  34. package/build/cjs/core/tokens/style-dictionary/formats/javascript-esm.d.cts +3 -0
  35. package/build/cjs/core/tokens/style-dictionary/formats/scss-theme-variables.cjs +2 -0
  36. package/build/cjs/core/tokens/style-dictionary/formats/scss-theme-variables.cjs.map +1 -0
  37. package/build/cjs/core/tokens/style-dictionary/formats/scss-theme-variables.d.cts +3 -0
  38. package/build/cjs/core/tokens/style-dictionary/formats/tailwindcss-colors.cjs +2 -0
  39. package/build/cjs/core/tokens/style-dictionary/formats/tailwindcss-colors.cjs.map +1 -0
  40. package/build/cjs/core/tokens/style-dictionary/formats/tailwindcss-colors.d.cts +3 -0
  41. package/build/cjs/core/tokens/style-dictionary/register.cjs +2 -0
  42. package/build/cjs/core/tokens/style-dictionary/register.cjs.map +1 -0
  43. package/build/cjs/core/tokens/style-dictionary/register.d.cts +1 -0
  44. package/build/cjs/core/tokens/style-dictionary/transforms/index.cjs +2 -0
  45. package/build/cjs/core/tokens/style-dictionary/transforms/index.cjs.map +1 -0
  46. package/build/cjs/core/tokens/style-dictionary/transforms/index.d.cts +2 -0
  47. package/build/cjs/core/tokens/style-dictionary/transforms/strip-light-dark.cjs +2 -0
  48. package/build/cjs/core/tokens/style-dictionary/transforms/strip-light-dark.cjs.map +1 -0
  49. package/build/cjs/core/tokens/style-dictionary/transforms/strip-light-dark.d.cts +3 -0
  50. package/build/cjs/core/tokens.cjs +1 -1
  51. package/build/cjs/core/tokens.cjs.map +1 -1
  52. package/build/cjs/core/tokens.d.cts +15 -52
  53. package/build/cjs/tailwind/colors.cjs.map +1 -1
  54. package/build/cjs/tailwind/colors.d.cts +1 -2
  55. package/build/es/components/button/Button.d.ts +12 -0
  56. package/build/es/components/button/Button.js.map +1 -1
  57. package/build/es/components/button/types.d.ts +1 -1
  58. package/build/es/components/button/types.js.map +1 -1
  59. package/build/es/components/card/CardImage.d.ts +2 -1
  60. package/build/es/components/card/CardImage.js.map +1 -1
  61. package/build/es/components/cookie-consent/CookieConsent.js +1 -1
  62. package/build/es/components/cookie-consent/CookieConsent.js.map +1 -1
  63. package/build/es/components/feedback/questions/SmileyQuestion.js +1 -1
  64. package/build/es/components/feedback/questions/SmileyQuestion.js.map +1 -1
  65. package/build/es/components/icon-button/IconButton.d.ts +3 -0
  66. package/build/es/components/icon-button/IconButton.js.map +1 -1
  67. package/build/es/core/tokens/style-dictionary/build.d.ts +0 -0
  68. package/build/es/core/tokens/style-dictionary/build.js +2 -0
  69. package/build/es/core/tokens/style-dictionary/build.js.map +1 -0
  70. package/build/es/core/tokens/style-dictionary/config.d.ts +4 -0
  71. package/build/es/core/tokens/style-dictionary/config.js +2 -0
  72. package/build/es/core/tokens/style-dictionary/config.js.map +1 -0
  73. package/build/es/core/tokens/style-dictionary/filters/index.d.ts +3 -0
  74. package/build/es/core/tokens/style-dictionary/filters/index.js +2 -0
  75. package/build/es/core/tokens/style-dictionary/filters/index.js.map +1 -0
  76. package/build/es/core/tokens/style-dictionary/formats/css-dynamic-color-variables.d.ts +3 -0
  77. package/build/es/core/tokens/style-dictionary/formats/css-dynamic-color-variables.js +2 -0
  78. package/build/es/core/tokens/style-dictionary/formats/css-dynamic-color-variables.js.map +1 -0
  79. package/build/es/core/tokens/style-dictionary/formats/css-theme-variables.d.ts +3 -0
  80. package/build/es/core/tokens/style-dictionary/formats/css-theme-variables.js +2 -0
  81. package/build/es/core/tokens/style-dictionary/formats/css-theme-variables.js.map +1 -0
  82. package/build/es/core/tokens/style-dictionary/formats/index.d.ts +6 -0
  83. package/build/es/core/tokens/style-dictionary/formats/index.js +2 -0
  84. package/build/es/core/tokens/style-dictionary/formats/index.js.map +1 -0
  85. package/build/es/core/tokens/style-dictionary/formats/javascript-esm.d.ts +3 -0
  86. package/build/es/core/tokens/style-dictionary/formats/javascript-esm.js +2 -0
  87. package/build/es/core/tokens/style-dictionary/formats/javascript-esm.js.map +1 -0
  88. package/build/es/core/tokens/style-dictionary/formats/scss-theme-variables.d.ts +3 -0
  89. package/build/es/core/tokens/style-dictionary/formats/scss-theme-variables.js +2 -0
  90. package/build/es/core/tokens/style-dictionary/formats/scss-theme-variables.js.map +1 -0
  91. package/build/es/core/tokens/style-dictionary/formats/tailwindcss-colors.d.ts +3 -0
  92. package/build/es/core/tokens/style-dictionary/formats/tailwindcss-colors.js +2 -0
  93. package/build/es/core/tokens/style-dictionary/formats/tailwindcss-colors.js.map +1 -0
  94. package/build/es/core/tokens/style-dictionary/register.d.ts +1 -0
  95. package/build/es/core/tokens/style-dictionary/register.js +2 -0
  96. package/build/es/core/tokens/style-dictionary/register.js.map +1 -0
  97. package/build/es/core/tokens/style-dictionary/transforms/index.d.ts +2 -0
  98. package/build/es/core/tokens/style-dictionary/transforms/index.js +2 -0
  99. package/build/es/core/tokens/style-dictionary/transforms/index.js.map +1 -0
  100. package/build/es/core/tokens/style-dictionary/transforms/strip-light-dark.d.ts +3 -0
  101. package/build/es/core/tokens/style-dictionary/transforms/strip-light-dark.js +2 -0
  102. package/build/es/core/tokens/style-dictionary/transforms/strip-light-dark.js.map +1 -0
  103. package/build/es/core/tokens.d.ts +15 -52
  104. package/build/es/core/tokens.js +1 -1
  105. package/build/es/core/tokens.js.map +1 -1
  106. package/build/es/tailwind/colors.d.ts +1 -2
  107. package/build/es/tailwind/colors.js.map +1 -1
  108. package/package.json +3 -2
  109. package/styles/components/autosuggest/autosuggest.css +8 -6
  110. package/styles/components/breadcrumb/breadcrumb.css +4 -2
  111. package/styles/components/button/button.css +7 -2
  112. package/styles/components/button/button.min.css +1 -1
  113. package/styles/components/button/button.scss +4 -0
  114. package/styles/components/card/card.css +8 -5
  115. package/styles/components/card/card.min.css +1 -1
  116. package/styles/components/card/card.scss +6 -4
  117. package/styles/components/checkbox/checkbox.css +181 -179
  118. package/styles/components/checkbox/checkbox.min.css +1 -1
  119. package/styles/components/checkbox/checkbox.scss +189 -180
  120. package/styles/components/checkbox-panel/checkbox-panel.css +60 -54
  121. package/styles/components/checkbox-panel/checkbox-panel.min.css +3 -1
  122. package/styles/components/checkbox-panel/checkbox-panel.scss +58 -54
  123. package/styles/components/checkbox-panel/development/styles.css +4 -2
  124. package/styles/components/chip/chip.css +4 -2
  125. package/styles/components/combobox/combobox.css +6 -4
  126. package/styles/components/cookie-consent/cookie-consent.css +4 -2
  127. package/styles/components/countdown/countdown.css +34 -31
  128. package/styles/components/countdown/countdown.min.css +1 -1
  129. package/styles/components/countdown/countdown.scss +14 -12
  130. package/styles/components/datepicker/datepicker.css +8 -6
  131. package/styles/components/description-list/description-list.css +38 -34
  132. package/styles/components/description-list/description-list.min.css +1 -1
  133. package/styles/components/description-list/description-list.scss +18 -16
  134. package/styles/components/expander/expandable.css +4 -2
  135. package/styles/components/feedback/feedback.css +6 -4
  136. package/styles/components/feedback/feedback.min.css +1 -1
  137. package/styles/components/file/file.css +4 -2
  138. package/styles/components/file-input/file-input.css +217 -215
  139. package/styles/components/file-input/file-input.min.css +1 -1
  140. package/styles/components/help/help.css +4 -14
  141. package/styles/components/help/help.min.css +1 -1
  142. package/styles/components/help/help.scss +1 -16
  143. package/styles/components/icon/icon.css +128 -130
  144. package/styles/components/icon/icon.min.css +1 -1
  145. package/styles/components/icon/icon.scss +96 -92
  146. package/styles/components/icon-button/icon-button.css +51 -47
  147. package/styles/components/icon-button/icon-button.min.css +1 -1
  148. package/styles/components/icon-button/icon-button.scss +26 -24
  149. package/styles/components/image/image.css +31 -27
  150. package/styles/components/image/image.min.css +1 -1
  151. package/styles/components/image/image.scss +27 -25
  152. package/styles/components/input-group/input-group.css +6 -4
  153. package/styles/components/input-group/input-group.min.css +1 -1
  154. package/styles/components/link/link.css +4 -2
  155. package/styles/components/link-list/link-list.css +4 -2
  156. package/styles/components/list/list.css +66 -62
  157. package/styles/components/list/list.min.css +1 -1
  158. package/styles/components/list/list.scss +69 -67
  159. package/styles/components/loader/loader.css +98 -95
  160. package/styles/components/loader/loader.min.css +1 -1
  161. package/styles/components/loader/loader.scss +91 -88
  162. package/styles/components/loader/skeleton-loader.css +119 -121
  163. package/styles/components/loader/skeleton-loader.min.css +1 -1
  164. package/styles/components/loader/skeleton-loader.scss +128 -126
  165. package/styles/components/logo/logo.css +83 -83
  166. package/styles/components/logo/logo.min.css +1 -1
  167. package/styles/components/logo/logo.scss +71 -67
  168. package/styles/components/menu/_menu-divider.scss +7 -5
  169. package/styles/components/menu/_menu-item.scss +55 -53
  170. package/styles/components/menu/menu.css +121 -119
  171. package/styles/components/menu/menu.min.css +1 -1
  172. package/styles/components/menu/menu.scss +28 -24
  173. package/styles/components/message/message.css +6 -4
  174. package/styles/components/message/message.min.css +1 -1
  175. package/styles/components/modal/modal.css +104 -108
  176. package/styles/components/modal/modal.min.css +1 -1
  177. package/styles/components/modal/modal.scss +82 -79
  178. package/styles/components/nav-link/nav-link.css +66 -62
  179. package/styles/components/nav-link/nav-link.min.css +1 -1
  180. package/styles/components/nav-link/nav-link.scss +48 -46
  181. package/styles/components/pagination/development/styles.css +4 -2
  182. package/styles/components/pagination/pagination.css +4 -2
  183. package/styles/components/popover/popover.css +23 -21
  184. package/styles/components/popover/popover.min.css +1 -1
  185. package/styles/components/popover/popover.scss +14 -12
  186. package/styles/components/progress-bar/progress-bar.css +35 -32
  187. package/styles/components/progress-bar/progress-bar.min.css +1 -1
  188. package/styles/components/progress-bar/progress-bar.scss +16 -14
  189. package/styles/components/radio-button/radio-button.css +6 -4
  190. package/styles/components/radio-button/radio-button.min.css +1 -1
  191. package/styles/components/radio-panel/development/styles.css +4 -2
  192. package/styles/components/radio-panel/radio-panel.css +60 -56
  193. package/styles/components/radio-panel/radio-panel.min.css +1 -1
  194. package/styles/components/radio-panel/radio-panel.scss +55 -54
  195. package/styles/components/segmented-control/segmented-control.css +133 -136
  196. package/styles/components/segmented-control/segmented-control.min.css +1 -1
  197. package/styles/components/segmented-control/segmented-control.scss +1 -1
  198. package/styles/components/select/select.css +4 -2
  199. package/styles/components/summary-table/development/summary-table-example.css +4 -2
  200. package/styles/components/summary-table/summary-table.css +56 -54
  201. package/styles/components/summary-table/summary-table.min.css +1 -1
  202. package/styles/components/summary-table/summary-table.scss +44 -42
  203. package/styles/components/system-message/system-message.css +6 -4
  204. package/styles/components/system-message/system-message.min.css +1 -1
  205. package/styles/components/table/table.css +4 -2
  206. package/styles/components/tabs/tabs.css +125 -128
  207. package/styles/components/tabs/tabs.min.css +1 -1
  208. package/styles/components/tabs/tabs.scss +90 -93
  209. package/styles/components/tag/tag.css +4 -2
  210. package/styles/components/text-area/text-area.css +4 -2
  211. package/styles/components/text-input/text-input.css +4 -2
  212. package/styles/components/toast/toast.css +8 -6
  213. package/styles/components/toast/toast.min.css +1 -1
  214. package/styles/components/toggle-switch/toggle-switch.css +14 -12
  215. package/styles/components/tooltip/tooltip.css +4 -2
  216. package/styles/core/_layers.scss +3 -0
  217. package/styles/core/core.css +1568 -1434
  218. package/styles/core/core.min.css +2 -1
  219. package/styles/core/core.scss +5 -76
  220. package/styles/core/global/_base-class.scss +27 -0
  221. package/styles/core/global/_index.scss +2 -0
  222. package/styles/core/global/_top-layer.scss +20 -0
  223. package/styles/core/jkl/_index.scss +1 -1
  224. package/styles/core/jkl/_legacy-tokens.scss +152 -5
  225. package/styles/core/jkl/_tokens.scss +36 -152
  226. package/styles/core/jkl/_typography.scss +1 -0
  227. package/styles/core/resets/_index.scss +2 -0
  228. package/styles/core/resets/_normalize.scss +251 -0
  229. package/styles/core/resets/_reset.scss +68 -0
  230. package/styles/core/theme/_color-tokens.scss +73 -0
  231. package/styles/core/theme/_dynamic-spacing.scss +55 -0
  232. package/styles/core/theme/_index.scss +8 -0
  233. package/styles/core/theme/_legacy-color-tokens.scss +81 -0
  234. package/styles/core/theme/_legacy-tokens.scss +150 -0
  235. package/styles/core/theme/_old-vars.scss +30 -0
  236. package/styles/core/theme/_spacing-tokens.scss +30 -0
  237. package/styles/core/theme/_tokens.scss +30 -0
  238. package/styles/core/theme/_typography.scss +27 -0
  239. package/styles/core/utility/_headings.scss +31 -0
  240. package/styles/core/utility/_index.scss +4 -0
  241. package/styles/core/utility/_paragraphs.scss +18 -0
  242. package/styles/core/utility/_screen-reader.scss +11 -0
  243. package/styles/core/utility/_spacing.scss +49 -0
  244. package/styles/shared/input/shared-input-styles.css +4 -2
  245. package/styles/shared/input-panel/shared.css +4 -2
  246. package/styles/shared/track/track.css +4 -2
  247. package/styles/styles.css +1448 -1471
  248. package/styles/styles.min.css +3 -1
  249. package/styles/core/_color-tokens.scss +0 -78
  250. package/styles/core/_headings.scss +0 -29
  251. package/styles/core/_index.scss +0 -9
  252. package/styles/core/_legacy-tokens.scss +0 -38
  253. package/styles/core/_normalize.scss +0 -250
  254. package/styles/core/_paragraphs.scss +0 -16
  255. package/styles/core/_reset.scss +0 -66
  256. package/styles/core/_screen-reader.scss +0 -9
  257. package/styles/core/_spacing.scss +0 -86
  258. package/styles/core/_tokens.scss +0 -129
package/styles/styles.css CHANGED
@@ -1,12 +1,14 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Do not edit directly
4
- * Generated on Wed, 18 Dec 2024 12:25:37 GMT
3
+ * Do not edit directly, this file was auto-generated.
4
+ */
5
+ /**
6
+ * Do not edit directly, this file was auto-generated.
5
7
  */
6
8
  @media screen and (prefers-color-scheme: light) {
7
9
  :root {
8
10
  --jkl-autosuggest-text-color: #1b1917;
9
- --jkl-autosuggest-menu-background-color: #ffffff;
11
+ --jkl-autosuggest-menu-background-color: #fff;
10
12
  --jkl-autosuggest-focus-color: #1b1917;
11
13
  --jkl-autosuggest-error-text-color: #1b1917;
12
14
  --jkl-autosuggest-error-placeholder-color: #636060;
@@ -16,7 +18,7 @@
16
18
  }
17
19
  [data-theme=light] {
18
20
  --jkl-autosuggest-text-color: #1b1917;
19
- --jkl-autosuggest-menu-background-color: #ffffff;
21
+ --jkl-autosuggest-menu-background-color: #fff;
20
22
  --jkl-autosuggest-focus-color: #1b1917;
21
23
  --jkl-autosuggest-error-text-color: #1b1917;
22
24
  --jkl-autosuggest-error-placeholder-color: #636060;
@@ -27,7 +29,7 @@
27
29
  @media screen and (prefers-color-scheme: dark) {
28
30
  :root {
29
31
  --jkl-autosuggest-text-color: #f9f9f9;
30
- --jkl-autosuggest-menu-background-color: #000000;
32
+ --jkl-autosuggest-menu-background-color: #000;
31
33
  --jkl-autosuggest-focus-color: #f9f9f9;
32
34
  --jkl-autosuggest-error-text-color: #1b1917;
33
35
  --jkl-autosuggest-error-placeholder-color: #636060;
@@ -37,7 +39,7 @@
37
39
  }
38
40
  [data-theme=dark] {
39
41
  --jkl-autosuggest-text-color: #f9f9f9;
40
- --jkl-autosuggest-menu-background-color: #000000;
42
+ --jkl-autosuggest-menu-background-color: #000;
41
43
  --jkl-autosuggest-focus-color: #f9f9f9;
42
44
  --jkl-autosuggest-error-text-color: #1b1917;
43
45
  --jkl-autosuggest-error-placeholder-color: #636060;
@@ -337,192 +339,188 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input-wra
337
339
  margin: -0.125rem 0.25rem;
338
340
  }
339
341
 
340
- @media screen and (prefers-color-scheme: light) {
341
- :root {
342
+ @layer jokul.theme {
343
+ @media screen and (prefers-color-scheme: light) {
344
+ :root {
345
+ --jkl-icon-grade: 0;
346
+ }
347
+ }
348
+ [data-theme=light] {
342
349
  --jkl-icon-grade: 0;
343
350
  }
344
- }
345
- [data-theme=light] {
346
- --jkl-icon-grade: 0;
347
- }
348
-
349
- @media screen and (prefers-color-scheme: dark) {
350
- :root {
351
+ @media screen and (prefers-color-scheme: dark) {
352
+ :root {
353
+ --jkl-icon-grade: -25;
354
+ }
355
+ }
356
+ [data-theme=dark] {
351
357
  --jkl-icon-grade: -25;
352
358
  }
353
359
  }
354
- [data-theme=dark] {
355
- --jkl-icon-grade: -25;
356
- }
357
-
358
- .jkl-icon {
359
- --jkl-icon-fill: 0;
360
- font-family: "Fremtind Material Symbols", "Fremtind Material Symbols Fallback", sans-serif;
361
- font-variation-settings: "FILL" var(--jkl-icon-fill, 0), "GRAD" var(--jkl-icon-grade, 0), "opsz" var(--jkl-icon-opsz, 24);
362
- font-feature-settings: "liga";
363
- -webkit-font-feature-settings: "liga";
364
- font-size: var(--jkl-icon-size, 1.5rem);
365
- font-weight: var(--jkl-icon-weight, 300);
366
- line-height: 1;
367
- display: inline-block;
368
- -webkit-font-smoothing: antialiased;
369
- transition-timing-function: ease;
370
- transition-duration: 150ms;
371
- transition-property: font-variation-settings, transform;
372
- }
373
- .jkl-icon--bold {
374
- --jkl-icon-weight: 400;
375
- }
376
- .jkl-icon--filled {
377
- --jkl-icon-fill: 1;
378
- }
379
- .jkl-icon--medium {
380
- --jkl-icon-opsz: 24;
381
- --jkl-icon-size: 1.5rem;
382
- }
383
- .jkl-icon--small {
384
- --jkl-icon-opsz: 20;
385
- --jkl-icon-size: 1.25rem;
386
- }
387
- .jkl-icon--inherit {
388
- --jkl-icon-opsz: 20;
389
- --jkl-icon-size: 1.2em;
390
- }
391
- .jkl-icon--animated {
392
- display: block;
393
- }
394
-
395
- .jkl-icon-red-cross {
396
- --red-cross-circle: var(--jkl-color-background-alert-error);
397
- --red-cross-path: #1b1917;
398
- width: 1.5rem;
399
- height: 1.5rem;
400
- }
401
- .jkl-icon-red-cross path {
402
- fill: var(--red-cross-path);
403
- }
404
- .jkl-icon-red-cross circle {
405
- fill: var(--red-cross-circle);
406
- }
407
-
408
- .jkl-icon-green-check {
409
- --green-check-circle: var(--jkl-color-background-alert-success);
410
- --green-check-path: #1b1917;
411
- width: 1.5rem;
412
- height: 1.5rem;
413
- }
414
- .jkl-icon-green-check path {
415
- fill: var(--green-check-path);
416
- }
417
- .jkl-icon-green-check circle {
418
- fill: var(--green-check-circle);
419
- }
420
-
421
- .jkl-animated-horizontal-arrows,
422
- .jkl-animated-vertical-arrows {
423
- overflow: hidden;
424
- width: var(--jkl-icon-size, 1.5rem);
425
- height: var(--jkl-icon-size, 1.5rem);
426
- }
427
- .jkl-animated-horizontal-arrows__slider,
428
- .jkl-animated-vertical-arrows__slider {
429
- display: flex;
430
- transition-timing-function: ease;
431
- transition-duration: 250ms;
432
- transition-delay: calc(250ms * 0.3333333333);
433
- transition-property: transform;
434
- }
435
- .jkl-animated-horizontal-arrows__arrow,
436
- .jkl-animated-vertical-arrows__arrow {
437
- flex-shrink: 0;
438
- }
439
-
440
- .jkl-animated-vertical-arrows__slider {
441
- flex-direction: column;
442
- height: calc(var(--jkl-icon-size, 1.5rem) * 2);
443
- }
444
- .jkl-animated-vertical-arrows__slider[data-show=up] {
445
- transform: translate3d(0, 0, 0);
446
- }
447
- .jkl-animated-vertical-arrows__slider[data-show=down] {
448
- transform: translate3d(0, -50%, 0);
449
- }
450
-
451
- .jkl-animated-horizontal-arrows__slider {
452
- flex-direction: row;
453
- width: calc(var(--jkl-icon-size, 1.5rem) * 2);
454
- }
455
- .jkl-animated-horizontal-arrows__slider[data-show=left] {
456
- transform: translate3d(0, 0, 0);
457
- }
458
- .jkl-animated-horizontal-arrows__slider[data-show=right] {
459
- transform: translate3d(-50%, 0, 0);
460
- }
461
-
462
- .jkl-icons-animated__plus {
463
- transition-timing-function: cubic-bezier(0, 0, 0.375, 1.17);
464
- transition-duration: 250ms;
465
- transition-property: transform;
466
- transform-origin: 50% 50%;
467
- }
468
- .jkl-icons-animated__plus--plus {
469
- transform: rotate(0);
470
- }
471
- .jkl-icons-animated__plus--close {
472
- transform: rotate(135deg);
473
- }
474
-
475
- .jkl-icon-button {
476
- background-color: transparent;
477
- cursor: pointer;
478
- color: inherit;
479
- position: relative;
480
- transition-property: box-shadow;
481
- padding: 0;
482
- transition-timing-function: cubic-bezier(0.6, 0.2, 0.35, 1);
483
- transition-duration: 100ms;
484
- }
485
- .jkl-icon-button {
486
- outline: 0;
487
- border-style: none;
488
- outline-style: none;
489
- }
490
- .jkl-icon-button:active, .jkl-icon-button:hover, .jkl-icon-button:focus {
491
- outline: 0;
492
- outline-style: none;
360
+ @layer jokul.components {
361
+ .jkl-icon {
362
+ --jkl-icon-fill: 0;
363
+ font-family: "Fremtind Material Symbols", "Fremtind Material Symbols Fallback", sans-serif;
364
+ font-variation-settings: "FILL" var(--jkl-icon-fill, 0), "GRAD" var(--jkl-icon-grade, 0), "opsz" var(--jkl-icon-opsz, 24);
365
+ font-feature-settings: "liga";
366
+ -webkit-font-feature-settings: "liga";
367
+ font-size: var(--jkl-icon-size, 1.5rem);
368
+ font-weight: var(--jkl-icon-weight, 300);
369
+ line-height: 1;
370
+ display: inline-block;
371
+ -webkit-font-smoothing: antialiased;
372
+ transition-timing-function: ease;
373
+ transition-duration: 150ms;
374
+ transition-property: font-variation-settings, transform;
375
+ }
376
+ .jkl-icon--bold {
377
+ --jkl-icon-weight: 400;
378
+ }
379
+ .jkl-icon--filled {
380
+ --jkl-icon-fill: 1;
381
+ }
382
+ .jkl-icon--medium {
383
+ --jkl-icon-opsz: 24;
384
+ --jkl-icon-size: 1.5rem;
385
+ }
386
+ .jkl-icon--small {
387
+ --jkl-icon-opsz: 20;
388
+ --jkl-icon-size: 1.25rem;
389
+ }
390
+ .jkl-icon--inherit {
391
+ --jkl-icon-opsz: 20;
392
+ --jkl-icon-size: 1.2em;
393
+ }
394
+ .jkl-icon--animated {
395
+ display: block;
396
+ }
397
+ .jkl-icon-red-cross {
398
+ --red-cross-circle: var(--jkl-color-background-alert-error);
399
+ --red-cross-path: #1B1917;
400
+ width: 1.5rem;
401
+ height: 1.5rem;
402
+ }
403
+ .jkl-icon-red-cross path {
404
+ fill: var(--red-cross-path);
405
+ }
406
+ .jkl-icon-red-cross circle {
407
+ fill: var(--red-cross-circle);
408
+ }
409
+ .jkl-icon-green-check {
410
+ --green-check-circle: var(--jkl-color-background-alert-success);
411
+ --green-check-path: #1B1917;
412
+ width: 1.5rem;
413
+ height: 1.5rem;
414
+ }
415
+ .jkl-icon-green-check path {
416
+ fill: var(--green-check-path);
417
+ }
418
+ .jkl-icon-green-check circle {
419
+ fill: var(--green-check-circle);
420
+ }
421
+ .jkl-animated-horizontal-arrows,
422
+ .jkl-animated-vertical-arrows {
423
+ overflow: hidden;
424
+ width: var(--jkl-icon-size, 1.5rem);
425
+ height: var(--jkl-icon-size, 1.5rem);
426
+ }
427
+ .jkl-animated-horizontal-arrows__slider,
428
+ .jkl-animated-vertical-arrows__slider {
429
+ display: flex;
430
+ transition-timing-function: ease;
431
+ transition-duration: 250ms;
432
+ transition-delay: calc(250ms * 0.3333333333);
433
+ transition-property: transform;
434
+ }
435
+ .jkl-animated-horizontal-arrows__arrow,
436
+ .jkl-animated-vertical-arrows__arrow {
437
+ flex-shrink: 0;
438
+ }
439
+ .jkl-animated-vertical-arrows__slider {
440
+ flex-direction: column;
441
+ height: calc(var(--jkl-icon-size, 1.5rem) * 2);
442
+ }
443
+ .jkl-animated-vertical-arrows__slider[data-show=up] {
444
+ transform: translate3d(0, 0, 0);
445
+ }
446
+ .jkl-animated-vertical-arrows__slider[data-show=down] {
447
+ transform: translate3d(0, -50%, 0);
448
+ }
449
+ .jkl-animated-horizontal-arrows__slider {
450
+ flex-direction: row;
451
+ width: calc(var(--jkl-icon-size, 1.5rem) * 2);
452
+ }
453
+ .jkl-animated-horizontal-arrows__slider[data-show=left] {
454
+ transform: translate3d(0, 0, 0);
455
+ }
456
+ .jkl-animated-horizontal-arrows__slider[data-show=right] {
457
+ transform: translate3d(-50%, 0, 0);
458
+ }
459
+ .jkl-icons-animated__plus {
460
+ transition-timing-function: cubic-bezier(0, 0, 0.375, 1.17);
461
+ transition-duration: 250ms;
462
+ transition-property: transform;
463
+ transform-origin: 50% 50%;
464
+ }
465
+ .jkl-icons-animated__plus--plus {
466
+ transform: rotate(0);
467
+ }
468
+ .jkl-icons-animated__plus--close {
469
+ transform: rotate(135deg);
470
+ }
493
471
  }
494
- @media screen and (forced-colors: active) {
472
+ @layer jokul.components {
495
473
  .jkl-icon-button {
496
- outline: revert;
497
- border-style: revert;
498
- outline-style: revert;
474
+ background-color: transparent;
475
+ cursor: pointer;
476
+ color: inherit;
477
+ position: relative;
478
+ transition-property: box-shadow;
479
+ padding: 0;
480
+ transition-timing-function: cubic-bezier(0.6, 0.2, 0.35, 1);
481
+ transition-duration: 100ms;
482
+ }
483
+ .jkl-icon-button {
484
+ outline: 0;
485
+ border-style: none;
486
+ outline-style: none;
499
487
  }
500
488
  .jkl-icon-button:active, .jkl-icon-button:hover, .jkl-icon-button:focus {
501
- outline: revert;
502
- outline-style: revert;
489
+ outline: 0;
490
+ outline-style: none;
491
+ }
492
+ @media screen and (forced-colors: active) {
493
+ .jkl-icon-button {
494
+ outline: revert;
495
+ border-style: revert;
496
+ outline-style: revert;
497
+ }
498
+ .jkl-icon-button:active, .jkl-icon-button:hover, .jkl-icon-button:focus {
499
+ outline: revert;
500
+ outline-style: revert;
501
+ }
502
+ }
503
+ .jkl-icon-button .jkl-icon {
504
+ display: flex;
505
+ align-items: center;
503
506
  }
504
- }
505
- .jkl-icon-button .jkl-icon {
506
- display: flex;
507
- align-items: center;
508
- }
509
- .jkl-icon-button .jkl-icon--animated {
510
- display: revert;
511
- }
512
- .jkl-icon-button:focus-visible {
513
- outline: 3px solid var(--jkl-color-border-action);
514
- outline-offset: 3px;
515
- }
516
- .jkl-icon-button:hover {
517
- color: var(--jkl-color-text-interactive-hover);
518
- }
519
- @media screen and (forced-colors: active) {
520
- .jkl-icon-button {
521
- border: none;
522
- background: none;
507
+ .jkl-icon-button .jkl-icon--animated {
508
+ display: revert;
509
+ }
510
+ .jkl-icon-button:focus-visible {
511
+ outline: 3px solid var(--jkl-color-border-action);
512
+ outline-offset: 3px;
513
+ }
514
+ .jkl-icon-button:hover {
515
+ color: var(--jkl-color-text-interactive-hover);
516
+ }
517
+ @media screen and (forced-colors: active) {
518
+ .jkl-icon-button {
519
+ border: none;
520
+ background: none;
521
+ }
523
522
  }
524
523
  }
525
-
526
524
  .jkl-field-group {
527
525
  outline: 0;
528
526
  border-style: none;
@@ -599,7 +597,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input-wra
599
597
  --color: var(--jkl-color-text-default);
600
598
  }
601
599
  .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 {
602
- animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-uodaewq forwards;
600
+ animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-u0wcewa forwards;
603
601
  }
604
602
  .jkl-form-support-label--sr-only {
605
603
  border: 0 !important;
@@ -674,7 +672,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input-wra
674
672
  white-space: nowrap !important; /* 3 */
675
673
  }
676
674
 
677
- @keyframes jkl-support-icon-entrance-uodaewq {
675
+ @keyframes jkl-support-icon-entrance-u0wcewa {
678
676
  0% {
679
677
  margin-right: 0;
680
678
  opacity: 0;
@@ -971,6 +969,9 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
971
969
  transition-duration: 150ms;
972
970
  transition-property: background-color;
973
971
  }
972
+ .jkl-button:has(.jkl-button__text) {
973
+ min-width: 9.5ch;
974
+ }
974
975
  .jkl-button:has(.jkl-icon:first-child) {
975
976
  padding-inline-start: var(--jkl-button-padding-icon);
976
977
  }
@@ -1055,244 +1056,241 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1055
1056
  padding-inline: calc(var(--jkl-button-teritary-padding-icon) * 2) var(--jkl-button-teritary-padding-icon);
1056
1057
  }
1057
1058
 
1058
- .jkl-loader {
1059
- display: flex;
1060
- }
1061
- .jkl-loader--inline {
1062
- display: inline-flex;
1063
- }
1064
- .jkl-loader__dot {
1065
- display: block;
1066
- transform-origin: center;
1067
- background-color: currentColor;
1068
- height: 0.9em;
1069
- width: 0.9em;
1070
- animation: 2500ms linear infinite;
1071
- }
1072
- .jkl-loader__dot--left {
1073
- animation-name: jkl-loader-left-spin-uodaex8;
1074
- margin-right: 1.71em;
1075
- }
1076
- .jkl-loader__dot--middle {
1077
- animation-name: jkl-loader-middle-spin-uodaexb;
1078
- margin-right: 1.9em;
1079
- }
1080
- .jkl-loader__dot--right {
1081
- animation-name: jkl-loader-right-spin-uodaext;
1082
- }
1083
- @media screen and (forced-colors: active) {
1059
+ @layer jokul.components {
1060
+ .jkl-loader {
1061
+ display: flex;
1062
+ }
1063
+ .jkl-loader--inline {
1064
+ display: inline-flex;
1065
+ }
1084
1066
  .jkl-loader__dot {
1085
- background-color: CanvasText;
1067
+ display: block;
1068
+ transform-origin: center;
1069
+ background-color: currentColor;
1070
+ height: 0.9em;
1071
+ width: 0.9em;
1072
+ animation: 2500ms linear infinite;
1073
+ }
1074
+ .jkl-loader__dot--left {
1075
+ animation-name: jkl-loader-left-spin-u0wcex6;
1076
+ margin-right: 1.71em;
1077
+ }
1078
+ .jkl-loader__dot--middle {
1079
+ animation-name: jkl-loader-middle-spin-u0wcexf;
1080
+ margin-right: 1.9em;
1081
+ }
1082
+ .jkl-loader__dot--right {
1083
+ animation-name: jkl-loader-right-spin-u0wcexw;
1084
+ }
1085
+ @media screen and (forced-colors: active) {
1086
+ .jkl-loader__dot {
1087
+ background-color: CanvasText;
1088
+ }
1089
+ }
1090
+ .jkl-button .jkl-loader > .jkl-loader__dot, .jkl-loader--medium > .jkl-loader__dot {
1091
+ height: 0.35em;
1092
+ width: 0.35em;
1093
+ }
1094
+ .jkl-button .jkl-loader > .jkl-loader__dot--left, .jkl-loader--medium > .jkl-loader__dot--left {
1095
+ margin-right: 0.585em;
1096
+ }
1097
+ .jkl-button .jkl-loader > .jkl-loader__dot--middle, .jkl-loader--medium > .jkl-loader__dot--middle {
1098
+ margin-right: 0.65em;
1099
+ }
1100
+ .jkl-loader--small > .jkl-loader__dot {
1101
+ height: 0.25em;
1102
+ width: 0.25em;
1103
+ }
1104
+ .jkl-loader--small > .jkl-loader__dot--left {
1105
+ margin-right: 0.27em;
1106
+ }
1107
+ .jkl-loader--small > .jkl-loader__dot--middle {
1108
+ margin-right: 0.3em;
1109
+ }
1110
+ @keyframes jkl-loader-left-spin-u0wcex6 {
1111
+ 0% {
1112
+ transform: rotate(0) scale(0);
1113
+ }
1114
+ 30% {
1115
+ transform: rotate(90deg) scale(1);
1116
+ }
1117
+ 70% {
1118
+ transform: rotate(180deg) scale(0);
1119
+ }
1120
+ 100% {
1121
+ transform: rotate(180deg) scale(0);
1122
+ }
1123
+ }
1124
+ @keyframes jkl-loader-middle-spin-u0wcexf {
1125
+ 0% {
1126
+ transform: rotate(20deg) scale(0);
1127
+ }
1128
+ 10% {
1129
+ transform: rotate(20deg) scale(0);
1130
+ }
1131
+ 40% {
1132
+ transform: rotate(110deg) scale(1.4);
1133
+ }
1134
+ 85% {
1135
+ transform: rotate(200deg) scale(0);
1136
+ }
1137
+ 100% {
1138
+ transform: rotate(200deg) scale(0);
1139
+ }
1140
+ }
1141
+ @keyframes jkl-loader-right-spin-u0wcexw {
1142
+ 0% {
1143
+ transform: rotate(40deg) scale(0);
1144
+ }
1145
+ 20% {
1146
+ transform: rotate(40deg) scale(0);
1147
+ }
1148
+ 50% {
1149
+ transform: rotate(130deg) scale(1);
1150
+ }
1151
+ 100% {
1152
+ transform: rotate(220deg) scale(0);
1153
+ }
1154
+ }
1155
+ }
1156
+ @layer jokul.components {
1157
+ @media screen and (prefers-color-scheme: light) {
1158
+ :root {
1159
+ --jkl-skeleton-element-color: #e0dbd4;
1160
+ --jkl-skeleton-sweeper-color: #f9f9f9;
1161
+ }
1162
+ }
1163
+ [data-theme=light] {
1164
+ --jkl-skeleton-element-color: #e0dbd4;
1165
+ --jkl-skeleton-sweeper-color: #f9f9f9;
1086
1166
  }
1087
- }
1088
- .jkl-button .jkl-loader > .jkl-loader__dot, .jkl-loader--medium > .jkl-loader__dot {
1089
- height: 0.35em;
1090
- width: 0.35em;
1091
- }
1092
- .jkl-button .jkl-loader > .jkl-loader__dot--left, .jkl-loader--medium > .jkl-loader__dot--left {
1093
- margin-right: 0.585em;
1094
- }
1095
- .jkl-button .jkl-loader > .jkl-loader__dot--middle, .jkl-loader--medium > .jkl-loader__dot--middle {
1096
- margin-right: 0.65em;
1097
- }
1098
- .jkl-loader--small > .jkl-loader__dot {
1099
- height: 0.25em;
1100
- width: 0.25em;
1101
- }
1102
- .jkl-loader--small > .jkl-loader__dot--left {
1103
- margin-right: 0.27em;
1104
- }
1105
- .jkl-loader--small > .jkl-loader__dot--middle {
1106
- margin-right: 0.3em;
1107
- }
1108
-
1109
- @keyframes jkl-loader-left-spin-uodaex8 {
1110
- 0% {
1111
- transform: rotate(0) scale(0);
1167
+ @media screen and (prefers-color-scheme: dark) {
1168
+ :root {
1169
+ --jkl-skeleton-element-color: #636060;
1170
+ --jkl-skeleton-sweeper-color: #1b1917;
1171
+ }
1112
1172
  }
1113
- 30% {
1114
- transform: rotate(90deg) scale(1);
1173
+ [data-theme=dark] {
1174
+ --jkl-skeleton-element-color: #636060;
1175
+ --jkl-skeleton-sweeper-color: #1b1917;
1115
1176
  }
1116
- 70% {
1117
- transform: rotate(180deg) scale(0);
1177
+ .jkl-skeleton-animation {
1178
+ --jkl-skeleton-sweep-duration: 3s;
1179
+ position: relative;
1180
+ overflow: hidden;
1118
1181
  }
1119
- 100% {
1120
- transform: rotate(180deg) scale(0);
1182
+ .jkl-skeleton-animation::after {
1183
+ content: " ";
1184
+ position: absolute;
1185
+ top: 0;
1186
+ bottom: 0;
1187
+ width: 12.5rem;
1188
+ background: linear-gradient(89.17deg, rgba(249, 249, 249, 0) 0.8%, var(--jkl-skeleton-sweeper-color) 50.09%, rgba(249, 249, 249, 0) 96.31%);
1189
+ animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-u0wcey6;
1190
+ }
1191
+ @media (width >= 0) and (max-width: 679px) {
1192
+ .jkl-skeleton-animation {
1193
+ width: 9.375rem;
1194
+ }
1195
+ }
1196
+ @media screen and (prefers-reduced-motion: reduce) {
1197
+ .jkl-skeleton-animation::after {
1198
+ background: none;
1199
+ }
1200
+ }
1201
+ @media screen and (forced-colors: active) {
1202
+ .jkl-skeleton-animation::after {
1203
+ animation: none;
1204
+ }
1205
+ }
1206
+ .jkl-skeleton-animation--compact::after {
1207
+ width: 9.375rem;
1121
1208
  }
1122
- }
1123
- @keyframes jkl-loader-middle-spin-uodaexb {
1124
- 0% {
1125
- transform: rotate(20deg) scale(0);
1209
+ .jkl-skeleton-element {
1210
+ border-radius: 0.125rem;
1211
+ background-color: var(--jkl-skeleton-element-color);
1126
1212
  }
1127
- 10% {
1128
- transform: rotate(20deg) scale(0);
1213
+ .jkl-skeleton-element--circle {
1214
+ border-radius: 50%;
1129
1215
  }
1130
- 40% {
1131
- transform: rotate(110deg) scale(1.4);
1216
+ @media screen and (forced-colors: active) {
1217
+ .jkl-skeleton-element {
1218
+ border: 1px solid CanvasText;
1219
+ animation: 2s ease infinite jkl-blink-u0wceys;
1220
+ }
1132
1221
  }
1133
- 85% {
1134
- transform: rotate(200deg) scale(0);
1222
+ .jkl-skeleton-input {
1223
+ display: flex;
1224
+ flex-direction: column;
1225
+ gap: 0.75rem;
1135
1226
  }
1136
- 100% {
1137
- transform: rotate(200deg) scale(0);
1227
+ .jkl-skeleton-input__checkbox {
1228
+ display: flex;
1229
+ flex-direction: row;
1230
+ flex-wrap: nowrap;
1231
+ gap: 0.5rem;
1138
1232
  }
1139
- }
1140
- @keyframes jkl-loader-right-spin-uodaext {
1141
- 0% {
1142
- transform: rotate(40deg) scale(0);
1233
+ @media (width >= 0) and (max-width: 679px) {
1234
+ .jkl-skeleton-input {
1235
+ gap: 0.5rem;
1236
+ }
1143
1237
  }
1144
- 20% {
1145
- transform: rotate(40deg) scale(0);
1238
+ .jkl-skeleton-input--compact::after {
1239
+ gap: 0.5rem;
1146
1240
  }
1147
- 50% {
1148
- transform: rotate(130deg) scale(1);
1241
+ .jkl-skeleton-table {
1242
+ display: flex;
1243
+ flex-direction: column;
1149
1244
  }
1150
- 100% {
1151
- transform: rotate(220deg) scale(0);
1245
+ .jkl-skeleton-table__header, .jkl-skeleton-table__row {
1246
+ display: flex;
1247
+ flex-direction: row;
1248
+ justify-content: space-between;
1249
+ border-bottom: solid 1px var(--jkl-skeleton-element-color);
1152
1250
  }
1153
- }
1154
- @media screen and (prefers-color-scheme: light) {
1155
- :root {
1156
- --jkl-skeleton-element-color: #e0dbd4;
1157
- --jkl-skeleton-sweeper-color: #f9f9f9;
1251
+ .jkl-skeleton-table__header {
1252
+ padding: 0.75rem 0.5rem;
1158
1253
  }
1159
- }
1160
- [data-theme=light] {
1161
- --jkl-skeleton-element-color: #e0dbd4;
1162
- --jkl-skeleton-sweeper-color: #f9f9f9;
1163
- }
1164
-
1165
- @media screen and (prefers-color-scheme: dark) {
1166
- :root {
1167
- --jkl-skeleton-element-color: #636060;
1168
- --jkl-skeleton-sweeper-color: #1b1917;
1254
+ .jkl-skeleton-table__row {
1255
+ padding: 1rem 0.5rem;
1169
1256
  }
1170
- }
1171
- [data-theme=dark] {
1172
- --jkl-skeleton-element-color: #636060;
1173
- --jkl-skeleton-sweeper-color: #1b1917;
1174
- }
1175
-
1176
- .jkl-skeleton-animation {
1177
- --jkl-skeleton-sweep-duration: 3s;
1178
- position: relative;
1179
- overflow: hidden;
1180
- }
1181
- .jkl-skeleton-animation::after {
1182
- content: " ";
1183
- position: absolute;
1184
- top: 0;
1185
- bottom: 0;
1186
- width: 12.5rem;
1187
- background: linear-gradient(89.17deg, rgba(249, 249, 249, 0) 0.8%, var(--jkl-skeleton-sweeper-color) 50.09%, rgba(249, 249, 249, 0) 96.31%);
1188
- animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-uodaeyb;
1189
- }
1190
- @media (width >= 0) and (max-width: 679px) {
1191
- .jkl-skeleton-animation {
1192
- width: 9.375rem;
1257
+ @media (width >= 0) and (max-width: 679px) {
1258
+ .jkl-skeleton-table__header {
1259
+ padding: 0.5rem 0.25rem;
1260
+ }
1261
+ .jkl-skeleton-table__row {
1262
+ padding: 0.75rem 0.25rem;
1263
+ }
1193
1264
  }
1194
- }
1195
- @media screen and (prefers-reduced-motion: reduce) {
1196
- .jkl-skeleton-animation::after {
1197
- background: none;
1265
+ .jkl-skeleton-table--compact::after__header {
1266
+ padding: 0.5rem 0.25rem;
1198
1267
  }
1199
- }
1200
- @media screen and (forced-colors: active) {
1201
- .jkl-skeleton-animation::after {
1202
- animation: none;
1268
+ .jkl-skeleton-table--compact::after__row {
1269
+ padding: 0.75rem 0.25rem;
1203
1270
  }
1204
- }
1205
- .jkl-skeleton-animation--compact::after {
1206
- width: 9.375rem;
1207
- }
1208
-
1209
- .jkl-skeleton-element {
1210
- border-radius: 0.125rem;
1211
- background-color: var(--jkl-skeleton-element-color);
1212
- }
1213
- .jkl-skeleton-element--circle {
1214
- border-radius: 50%;
1215
- }
1216
- @media screen and (forced-colors: active) {
1217
- .jkl-skeleton-element {
1218
- border: 1px solid CanvasText;
1219
- animation: 2s ease infinite jkl-blink-uodaeyp;
1220
- }
1221
- }
1222
-
1223
- .jkl-skeleton-input {
1224
- display: flex;
1225
- flex-direction: column;
1226
- gap: 0.75rem;
1227
- }
1228
- .jkl-skeleton-input__checkbox {
1229
- display: flex;
1230
- flex-direction: row;
1231
- flex-wrap: nowrap;
1232
- gap: 0.5rem;
1233
- }
1234
- @media (width >= 0) and (max-width: 679px) {
1235
- .jkl-skeleton-input {
1236
- gap: 0.5rem;
1237
- }
1238
- }
1239
- .jkl-skeleton-input--compact::after {
1240
- gap: 0.5rem;
1241
- }
1242
-
1243
- .jkl-skeleton-table {
1244
- display: flex;
1245
- flex-direction: column;
1246
- }
1247
- .jkl-skeleton-table__header, .jkl-skeleton-table__row {
1248
- display: flex;
1249
- flex-direction: row;
1250
- justify-content: space-between;
1251
- border-bottom: solid 1px var(--jkl-skeleton-element-color);
1252
- }
1253
- .jkl-skeleton-table__header {
1254
- padding: 0.75rem 0.5rem;
1255
- }
1256
- .jkl-skeleton-table__row {
1257
- padding: 1rem 0.5rem;
1258
- }
1259
- @media (width >= 0) and (max-width: 679px) {
1260
- .jkl-skeleton-table__header {
1261
- padding: 0.5rem 0.25rem;
1262
- }
1263
- .jkl-skeleton-table__row {
1264
- padding: 0.75rem 0.25rem;
1265
- }
1266
- }
1267
- .jkl-skeleton-table--compact::after__header {
1268
- padding: 0.5rem 0.25rem;
1269
- }
1270
- .jkl-skeleton-table--compact::after__row {
1271
- padding: 0.75rem 0.25rem;
1272
- }
1273
- @media screen and (forced-colors: active) {
1274
- .jkl-skeleton-table {
1275
- animation: 2s ease-in-out infinite jkl-blink-uodaeyp;
1276
- }
1277
- }
1278
-
1279
- @keyframes jkl-sweep-uodaeyb {
1280
- 0% {
1281
- transform: translateX(calc(0vw - 200px));
1282
- }
1283
- 80%, 100% {
1284
- transform: translateX(calc(100vw + 400px));
1285
- }
1286
- }
1287
- @keyframes jkl-blink-uodaeyp {
1288
- 0% {
1289
- opacity: 1;
1290
- }
1291
- 40%, 50% {
1292
- opacity: 0.3;
1293
- }
1294
- 70%, 100% {
1295
- opacity: 1;
1271
+ @media screen and (forced-colors: active) {
1272
+ .jkl-skeleton-table {
1273
+ animation: 2s ease-in-out infinite jkl-blink-u0wceys;
1274
+ }
1275
+ }
1276
+ @keyframes jkl-sweep-u0wcey6 {
1277
+ 0% {
1278
+ transform: translateX(calc(0vw - 200px));
1279
+ }
1280
+ 80%, 100% {
1281
+ transform: translateX(calc(100vw + 400px));
1282
+ }
1283
+ }
1284
+ @keyframes jkl-blink-u0wceys {
1285
+ 0% {
1286
+ opacity: 1;
1287
+ }
1288
+ 40%, 50% {
1289
+ opacity: 0.3;
1290
+ }
1291
+ 70%, 100% {
1292
+ opacity: 1;
1293
+ }
1296
1294
  }
1297
1295
  }
1298
1296
  .jkl-card {
@@ -1367,9 +1365,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1367
1365
  }
1368
1366
 
1369
1367
  .jkl-card-image {
1370
- --margin: calc(
1371
- var(--padding, 0) * -1
1372
- );
1368
+ --margin: calc(var(--padding, 0) * -1);
1373
1369
  width: calc(100% + 2 * var(--padding, 0));
1374
1370
  aspect-ratio: var(--image-aspect-ratio, 3/2);
1375
1371
  margin-inline: var(--margin, 0);
@@ -1380,34 +1376,38 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1380
1376
  .jkl-card-image--bottom {
1381
1377
  margin-bottom: var(--margin, 0);
1382
1378
  }
1383
-
1384
- .jkl-image {
1385
- display: block;
1386
- overflow: hidden;
1387
- position: relative;
1388
- }
1389
- .jkl-image__placeholder {
1390
- filter: blur(20px);
1391
- }
1392
- .jkl-image__image {
1393
- transition-timing-function: ease;
1394
- transition-duration: 400ms;
1395
- transition-property: opacity;
1396
- opacity: 1;
1397
- }
1398
- .jkl-image__image, .jkl-image__placeholder {
1399
- width: 100%;
1400
- height: 100%;
1401
- position: absolute;
1402
- top: 50%;
1403
- left: 50%;
1404
- transform: translate3d(-50%, -50%, 0);
1405
- object-fit: cover;
1406
- }
1407
- .jkl-image--loading .jkl-image__image {
1408
- opacity: 0;
1379
+ .jkl-card-image--full {
1380
+ margin-block: var(--margin, 0);
1409
1381
  }
1410
1382
 
1383
+ @layer jokul.components {
1384
+ .jkl-image {
1385
+ display: block;
1386
+ overflow: hidden;
1387
+ position: relative;
1388
+ }
1389
+ .jkl-image__placeholder {
1390
+ filter: blur(20px);
1391
+ }
1392
+ .jkl-image__image {
1393
+ transition-timing-function: ease;
1394
+ transition-duration: 400ms;
1395
+ transition-property: opacity;
1396
+ opacity: 1;
1397
+ }
1398
+ .jkl-image__image, .jkl-image__placeholder {
1399
+ width: 100%;
1400
+ height: 100%;
1401
+ position: absolute;
1402
+ top: 50%;
1403
+ left: 50%;
1404
+ transform: translate3d(-50%, -50%, 0);
1405
+ object-fit: cover;
1406
+ }
1407
+ .jkl-image--loading .jkl-image__image {
1408
+ opacity: 0;
1409
+ }
1410
+ }
1411
1411
  :root,
1412
1412
  [data-layout-density=comfortable],
1413
1413
  [data-density=comfortable] {
@@ -1471,194 +1471,193 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1471
1471
  }
1472
1472
  }
1473
1473
 
1474
- :root,
1475
- [data-layout-density=comfortable],
1476
- [data-density=comfortable] {
1477
- --jkl-checkbox-font-size: var(--jkl-body-font-size);
1478
- --jkl-checkbox-line-height: var(--jkl-body-line-height);
1479
- --jkl-checkbox-font-weight: var(--jkl-body-font-weight);
1480
- --jkl-checkbox-height: 3rem;
1481
- --jkl-checkbox-box-size: 1.5rem;
1482
- --jkl-checkbox-line-height: 2rem;
1483
- }
1484
- @media (width >= 0) and (max-width: 679px) {
1474
+ @layer jokul.components {
1485
1475
  :root,
1486
1476
  [data-layout-density=comfortable],
1487
1477
  [data-density=comfortable] {
1488
- --jkl-checkbox-height: 2.5rem;
1478
+ --jkl-checkbox-font-size: var(--jkl-body-font-size);
1479
+ --jkl-checkbox-line-height: var(--jkl-body-line-height);
1480
+ --jkl-checkbox-font-weight: var(--jkl-body-font-weight);
1481
+ --jkl-checkbox-height: 3rem;
1489
1482
  --jkl-checkbox-box-size: 1.5rem;
1490
- --jkl-checkbox-line-height: 1.75rem;
1483
+ --jkl-checkbox-line-height: 2rem;
1491
1484
  }
1492
- }
1493
-
1494
- [data-layout-density=compact],
1495
- [data-density=compact] {
1496
- --jkl-checkbox-font-size: var(--jkl-small-font-size);
1497
- --jkl-checkbox-line-height: var(--jkl-small-line-height);
1498
- --jkl-checkbox-font-weight: var(--jkl-small-font-weight);
1499
- --jkl-checkbox-height: 1.75rem;
1500
- --jkl-checkbox-box-size: 1.125rem;
1501
- --jkl-checkbox-line-height: 1.5rem;
1502
- }
1503
-
1504
- @keyframes jkl-checkbox-checked-uodaez5 {
1505
- 0% {
1506
- width: 0;
1507
- height: 0;
1485
+ @media (width >= 0) and (max-width: 679px) {
1486
+ :root,
1487
+ [data-layout-density=comfortable],
1488
+ [data-density=comfortable] {
1489
+ --jkl-checkbox-height: 2.5rem;
1490
+ --jkl-checkbox-box-size: 1.5rem;
1491
+ --jkl-checkbox-line-height: 1.75rem;
1492
+ }
1508
1493
  }
1509
- 40% {
1510
- width: 18%;
1511
- height: 0;
1494
+ [data-layout-density=compact],
1495
+ [data-density=compact] {
1496
+ --jkl-checkbox-font-size: var(--jkl-small-font-size);
1497
+ --jkl-checkbox-line-height: var(--jkl-small-line-height);
1498
+ --jkl-checkbox-font-weight: var(--jkl-small-font-weight);
1499
+ --jkl-checkbox-height: 1.75rem;
1500
+ --jkl-checkbox-box-size: 1.125rem;
1501
+ --jkl-checkbox-line-height: 1.5rem;
1502
+ }
1503
+ @keyframes jkl-checkbox-checked-u0wcezi {
1504
+ 0% {
1505
+ width: 0;
1506
+ height: 0;
1507
+ }
1508
+ 40% {
1509
+ width: 18%;
1510
+ height: 0;
1511
+ }
1512
+ 100% {
1513
+ width: 18%;
1514
+ height: 58%;
1515
+ }
1516
+ }
1517
+ @keyframes jkl-checkbox-indeterminate-u0wcezp {
1518
+ 0% {
1519
+ width: 0;
1520
+ }
1521
+ 100% {
1522
+ width: 66%;
1523
+ }
1524
+ }
1525
+ .jkl-checkbox {
1526
+ --box-color: var(--jkl-color-border-action);
1527
+ --check-color: var(--jkl-color-border-action);
1528
+ --text-color: var(--jkl-color-text-default);
1529
+ --background-color: transparent;
1530
+ font-size: var(--jkl-checkbox-font-size);
1531
+ line-height: var(--jkl-checkbox-line-height);
1532
+ font-weight: var(--jkl-checkbox-font-weight);
1533
+ display: flex;
1534
+ flex-wrap: wrap;
1535
+ min-height: var(--jkl-checkbox-height);
1536
+ color: var(--text-color);
1537
+ position: relative;
1512
1538
  }
1513
- 100% {
1514
- width: 18%;
1515
- height: 58%;
1539
+ .jkl-checkbox__input {
1540
+ position: absolute;
1541
+ opacity: 0;
1542
+ top: var(--jkl-checkbox-box-size);
1543
+ left: calc(-0.5 * var(--jkl-checkbox-box-size));
1516
1544
  }
1517
- }
1518
- @keyframes jkl-checkbox-indeterminate-uodaeza {
1519
- 0% {
1520
- width: 0;
1545
+ .jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
1546
+ animation: jkl-checkbox-checked-u0wcezi 150ms ease-in-out forwards;
1547
+ opacity: 1;
1521
1548
  }
1522
- 100% {
1523
- width: 66%;
1549
+ .jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
1550
+ animation: jkl-checkbox-indeterminate-u0wcezp 150ms ease-in-out forwards;
1551
+ opacity: 1;
1552
+ }
1553
+ .jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
1554
+ color: var(--jkl-checkbox-focus-color);
1555
+ }
1556
+ .jkl-checkbox__input:focus-visible + .jkl-checkbox__label > .jkl-checkbox__mark {
1557
+ outline: 3px solid var(--jkl-color-border-action);
1558
+ outline-offset: 3px;
1559
+ }
1560
+ .jkl-checkbox__input:disabled + .jkl-checkbox__label {
1561
+ color: var(--jkl-checkbox-disabled-color);
1562
+ }
1563
+ .jkl-checkbox__input:active {
1564
+ --background-color: var(--jkl-color-background-input-focus);
1565
+ }
1566
+ .jkl-checkbox__label {
1567
+ display: flex;
1568
+ min-width: 0;
1569
+ max-width: 100%;
1570
+ cursor: pointer;
1571
+ flex-shrink: 0;
1572
+ }
1573
+ .jkl-checkbox__label:hover .jkl-checkbox__mark, .jkl-checkbox__label:active .jkl-checkbox__mark {
1574
+ outline: 1px solid var(--box-color);
1575
+ }
1576
+ .jkl-checkbox__text {
1577
+ margin: calc((var(--jkl-checkbox-height) - var(--jkl-checkbox-line-height)) * 0.5) 0;
1578
+ translate: 0 0.0625rem;
1579
+ transition-timing-function: ease;
1580
+ transition-duration: 150ms;
1581
+ transition-property: color;
1524
1582
  }
1525
- }
1526
- .jkl-checkbox {
1527
- --box-color: var(--jkl-color-border-action);
1528
- --check-color: var(--jkl-color-border-action);
1529
- --text-color: var(--jkl-color-text-default);
1530
- --background-color: transparent;
1531
- font-size: var(--jkl-checkbox-font-size);
1532
- line-height: var(--jkl-checkbox-line-height);
1533
- font-weight: var(--jkl-checkbox-font-weight);
1534
- display: flex;
1535
- flex-wrap: wrap;
1536
- min-height: var(--jkl-checkbox-height);
1537
- color: var(--text-color);
1538
- position: relative;
1539
- }
1540
- .jkl-checkbox__input {
1541
- position: absolute;
1542
- opacity: 0;
1543
- top: var(--jkl-checkbox-box-size);
1544
- left: calc(-0.5 * var(--jkl-checkbox-box-size));
1545
- }
1546
- .jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
1547
- animation: jkl-checkbox-checked-uodaez5 150ms ease-in-out forwards;
1548
- opacity: 1;
1549
- }
1550
- .jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
1551
- animation: jkl-checkbox-indeterminate-uodaeza 150ms ease-in-out forwards;
1552
- opacity: 1;
1553
- }
1554
- .jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
1555
- color: var(--jkl-checkbox-focus-color);
1556
- }
1557
- .jkl-checkbox__input:focus-visible + .jkl-checkbox__label > .jkl-checkbox__mark {
1558
- outline: 3px solid var(--jkl-color-border-action);
1559
- outline-offset: 3px;
1560
- }
1561
- .jkl-checkbox__input:disabled + .jkl-checkbox__label {
1562
- color: var(--jkl-checkbox-disabled-color);
1563
- }
1564
- .jkl-checkbox__input:active {
1565
- --background-color: var(--jkl-color-background-input-focus);
1566
- }
1567
- .jkl-checkbox__label {
1568
- display: flex;
1569
- min-width: 0;
1570
- max-width: 100%;
1571
- cursor: pointer;
1572
- flex-shrink: 0;
1573
- }
1574
- .jkl-checkbox__label:hover .jkl-checkbox__mark, .jkl-checkbox__label:active .jkl-checkbox__mark {
1575
- outline: 1px solid var(--box-color);
1576
- }
1577
- .jkl-checkbox__text {
1578
- margin: calc((var(--jkl-checkbox-height) - var(--jkl-checkbox-line-height)) * 0.5) 0;
1579
- translate: 0 0.0625rem;
1580
- transition-timing-function: ease;
1581
- transition-duration: 150ms;
1582
- transition-property: color;
1583
- }
1584
- .jkl-checkbox__mark {
1585
- box-sizing: border-box;
1586
- position: relative;
1587
- height: var(--jkl-checkbox-box-size);
1588
- width: var(--jkl-checkbox-box-size);
1589
- margin-block: calc((var(--jkl-checkbox-height) - var(--jkl-checkbox-box-size)) * 0.5);
1590
- margin-inline-end: var(--jkl-unit-10);
1591
- align-self: flex-start;
1592
- flex-shrink: 0;
1593
- outline: none;
1594
- border-radius: 0;
1595
- border: 1px solid;
1596
- border-color: var(--box-color);
1597
- background-color: var(--background-color);
1598
- transition-timing-function: ease;
1599
- transition-duration: 150ms;
1600
- transition-property: background-color;
1601
- }
1602
- @media screen and (forced-colors: active) {
1603
1583
  .jkl-checkbox__mark {
1604
- outline: revert;
1605
- border: 1px solid ButtonText;
1584
+ box-sizing: border-box;
1585
+ position: relative;
1586
+ height: var(--jkl-checkbox-box-size);
1587
+ width: var(--jkl-checkbox-box-size);
1588
+ margin-block: calc((var(--jkl-checkbox-height) - var(--jkl-checkbox-box-size)) * 0.5);
1589
+ margin-inline-end: var(--jkl-unit-10);
1590
+ align-self: flex-start;
1591
+ flex-shrink: 0;
1592
+ outline: none;
1593
+ border-radius: 0;
1594
+ border: 1px solid;
1595
+ border-color: var(--box-color);
1596
+ background-color: var(--background-color);
1597
+ transition-timing-function: ease;
1598
+ transition-duration: 150ms;
1599
+ transition-property: background-color;
1600
+ }
1601
+ @media screen and (forced-colors: active) {
1602
+ .jkl-checkbox__mark {
1603
+ outline: revert;
1604
+ border: 1px solid ButtonText;
1605
+ }
1606
1606
  }
1607
- }
1608
- .jkl-checkbox__check-mark::after {
1609
- content: "";
1610
- position: absolute;
1611
- transform-origin: bottom left;
1612
- bottom: 42%;
1613
- left: 18%;
1614
- display: block;
1615
- width: 18%;
1616
- height: 58%;
1617
- transform: rotate(45deg);
1618
- border: solid 0.125rem var(--check-color);
1619
- border-left-width: 0;
1620
- border-top-width: 0;
1621
- opacity: 0;
1622
- transition-timing-function: ease;
1623
- transition-duration: 150ms;
1624
- transition-property: opacity, border-color;
1625
- }
1626
- @media screen and (forced-colors: active) {
1627
1607
  .jkl-checkbox__check-mark::after {
1628
- border-color: ButtonText;
1608
+ content: "";
1609
+ position: absolute;
1610
+ transform-origin: bottom left;
1611
+ bottom: 42%;
1612
+ left: 18%;
1613
+ display: block;
1614
+ width: 18%;
1615
+ height: 58%;
1616
+ transform: rotate(45deg);
1617
+ border: solid 0.125rem var(--check-color);
1618
+ border-left-width: 0;
1619
+ border-top-width: 0;
1620
+ opacity: 0;
1621
+ transition-timing-function: ease;
1622
+ transition-duration: 150ms;
1623
+ transition-property: opacity, border-color;
1624
+ }
1625
+ @media screen and (forced-colors: active) {
1626
+ .jkl-checkbox__check-mark::after {
1627
+ border-color: ButtonText;
1628
+ }
1629
1629
  }
1630
- }
1631
- .jkl-checkbox__indeterminate-mark::after {
1632
- --width: 66%;
1633
- --thickness: 0.125rem;
1634
- content: "";
1635
- position: absolute;
1636
- bottom: calc(50% - var(--thickness) / 2);
1637
- left: calc((100% - var(--width)) / 2);
1638
- display: block;
1639
- width: var(--width);
1640
- border-bottom: solid var(--thickness) var(--check-color);
1641
- opacity: 0;
1642
- transition-timing-function: ease;
1643
- transition-duration: 150ms;
1644
- transition-property: opacity, border-color;
1645
- }
1646
- @media screen and (forced-colors: active) {
1647
1630
  .jkl-checkbox__indeterminate-mark::after {
1648
- border-color: ButtonText;
1631
+ --width: 66%;
1632
+ --thickness: 0.125rem;
1633
+ content: "";
1634
+ position: absolute;
1635
+ bottom: calc(50% - var(--thickness) / 2);
1636
+ left: calc((100% - var(--width)) / 2);
1637
+ display: block;
1638
+ width: var(--width);
1639
+ border-bottom: solid var(--thickness) var(--check-color);
1640
+ opacity: 0;
1641
+ transition-timing-function: ease;
1642
+ transition-duration: 150ms;
1643
+ transition-property: opacity, border-color;
1644
+ }
1645
+ @media screen and (forced-colors: active) {
1646
+ .jkl-checkbox__indeterminate-mark::after {
1647
+ border-color: ButtonText;
1648
+ }
1649
+ }
1650
+ .jkl-checkbox--inline {
1651
+ display: inline-flex;
1652
+ }
1653
+ .jkl-checkbox--inline:not(:last-of-type) {
1654
+ margin-right: calc(var(--jkl-unit-10) * 3);
1655
+ }
1656
+ .jkl-checkbox--error {
1657
+ --background-color: var(--jkl-color-background-alert-error);
1658
+ --check-color: var(--jkl-color-text-on-alert);
1649
1659
  }
1650
1660
  }
1651
- .jkl-checkbox--inline {
1652
- display: inline-flex;
1653
- }
1654
- .jkl-checkbox--inline:not(:last-of-type) {
1655
- margin-right: calc(var(--jkl-unit-10) * 3);
1656
- }
1657
- .jkl-checkbox--error {
1658
- --background-color: var(--jkl-color-background-alert-error);
1659
- --check-color: var(--jkl-color-text-on-alert);
1660
- }
1661
-
1662
1661
  .jkl-input-panel {
1663
1662
  --outer-border-color: var(--jkl-color-border-input);
1664
1663
  --outer-border-thickness: 0.0625rem;
@@ -1719,7 +1718,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1719
1718
  --outer-border-thickness: 0.125rem;
1720
1719
  }
1721
1720
 
1722
- @keyframes jkl-checkbox-checked-uodaf02 {
1721
+ @keyframes jkl-checkbox-checked-u0wcf02 {
1723
1722
  0% {
1724
1723
  width: 0;
1725
1724
  height: 0;
@@ -1733,63 +1732,66 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1733
1732
  height: 58%;
1734
1733
  }
1735
1734
  }
1736
- .jkl-checkbox-panel {
1737
- --checkbox-background-color: transparent;
1738
- --checkbox-box-color: var(--jkl-color-border-action);
1739
- --checkbox-check-color: var(--jkl-color-border-action);
1740
- }
1741
- .jkl-checkbox-panel__decorator {
1742
- box-sizing: border-box;
1743
- height: var(--jkl-checkbox-box-size);
1744
- width: var(--jkl-checkbox-box-size);
1745
- position: relative;
1746
- outline: none;
1747
- border-radius: 0;
1748
- border: 1px solid;
1749
- border-color: var(--checkbox-box-color);
1750
- background-color: var(--checkbox-background-color);
1751
- transition-timing-function: ease;
1752
- transition-duration: 150ms;
1753
- transition-property: background-color;
1754
- }
1755
- @media screen and (forced-colors: active) {
1735
+ @layer jokul.components {
1736
+ .jkl-checkbox-panel {
1737
+ --checkbox-background-color: transparent;
1738
+ --checkbox-box-color: var(--jkl-color-border-action);
1739
+ --checkbox-check-color: var(--jkl-color-border-action);
1740
+ }
1756
1741
  .jkl-checkbox-panel__decorator {
1757
- outline: revert;
1758
- border: 1px solid ButtonText;
1742
+ box-sizing: border-box;
1743
+ height: var(--jkl-checkbox-box-size);
1744
+ width: var(--jkl-checkbox-box-size);
1745
+ position: relative;
1746
+ outline: none;
1747
+ border-radius: 0;
1748
+ border: 1px solid;
1749
+ border-color: var(--checkbox-box-color);
1750
+ background-color: var(--checkbox-background-color);
1751
+ transition-timing-function: ease;
1752
+ transition-duration: 150ms;
1753
+ transition-property: background-color;
1754
+ }
1755
+ @media screen and (forced-colors: active) {
1756
+ .jkl-checkbox-panel__decorator {
1757
+ outline: revert;
1758
+ border: 1px solid ButtonText;
1759
+ }
1759
1760
  }
1760
- }
1761
- .jkl-checkbox-panel__decorator::after {
1762
- content: "";
1763
- position: absolute;
1764
- transform-origin: bottom left;
1765
- bottom: 42%;
1766
- left: 18%;
1767
- display: block;
1768
- width: 18%;
1769
- height: 58%;
1770
- transform: rotate(45deg);
1771
- border: solid 0.125rem var(--checkbox-check-color);
1772
- border-left-width: 0;
1773
- border-top-width: 0;
1774
- opacity: 0;
1775
- transition-timing-function: ease;
1776
- transition-duration: 150ms;
1777
- transition-property: opacity, border-color;
1778
- }
1779
- @media screen and (forced-colors: active) {
1780
1761
  .jkl-checkbox-panel__decorator::after {
1781
- border-color: ButtonText;
1762
+ content: "";
1763
+ position: absolute;
1764
+ transform-origin: bottom left;
1765
+ bottom: 42%;
1766
+ left: 18%;
1767
+ display: block;
1768
+ width: 18%;
1769
+ height: 58%;
1770
+ transform: rotate(45deg);
1771
+ border: solid 0.125rem var(--checkbox-check-color);
1772
+ border-left-width: 0;
1773
+ border-top-width: 0;
1774
+ opacity: 0;
1775
+ transition-timing-function: ease;
1776
+ transition-duration: 150ms;
1777
+ transition-property: opacity, border-color;
1778
+ }
1779
+ @media screen and (forced-colors: active) {
1780
+ .jkl-checkbox-panel__decorator::after {
1781
+ border-color: ButtonText;
1782
+ }
1783
+ }
1784
+ .jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
1785
+ animation: jkl-checkbox-checked-u0wcf02 150ms ease-in-out forwards;
1786
+ opacity: 1;
1787
+ }
1788
+ .jkl-checkbox-panel:has([aria-invalid=true]) {
1789
+ --checkbox-background-color: var(
1790
+ --jkl-color-background-alert-error
1791
+ );
1792
+ --checkbox-check-color: var(--jkl-color-text-on-alert);
1782
1793
  }
1783
1794
  }
1784
- .jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
1785
- animation: jkl-checkbox-checked-uodaf02 150ms ease-in-out forwards;
1786
- opacity: 1;
1787
- }
1788
- .jkl-checkbox-panel:has([aria-invalid=true]) {
1789
- --checkbox-background-color: var(--jkl-color-background-alert-error);
1790
- --checkbox-check-color: var(--jkl-color-text-on-alert);
1791
- }
1792
-
1793
1795
  [data-layout-density=compact],
1794
1796
  [data-density=compact] {
1795
1797
  --padding-inline-s: 0.5rem;
@@ -1898,7 +1900,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1898
1900
  --jkl-combobox-text-color: #636060;
1899
1901
  --jkl-combobox-background-color: transparent;
1900
1902
  --jkl-combobox-open-color: #1b1917;
1901
- --jkl-combobox-open-background-color: #ffffff;
1903
+ --jkl-combobox-open-background-color: #fff;
1902
1904
  --jkl-combobox-focus-color: #1b1917;
1903
1905
  --jkl-combobox-error-background-color: #f6b3b3;
1904
1906
  --jkl-combobox-error-text-color: #636060;
@@ -1916,7 +1918,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1916
1918
  --jkl-combobox-text-color: #636060;
1917
1919
  --jkl-combobox-background-color: transparent;
1918
1920
  --jkl-combobox-open-color: #1b1917;
1919
- --jkl-combobox-open-background-color: #ffffff;
1921
+ --jkl-combobox-open-background-color: #fff;
1920
1922
  --jkl-combobox-focus-color: #1b1917;
1921
1923
  --jkl-combobox-error-background-color: #f6b3b3;
1922
1924
  --jkl-combobox-error-text-color: #636060;
@@ -2277,221 +2279,216 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
2277
2279
  --jkl-list-text-color: #f9f9f9;
2278
2280
  }
2279
2281
 
2280
- .jkl-list {
2281
- list-style-type: "•";
2282
- padding-left: calc(var(--jkl-unit-10) * 2);
2283
- margin: 0;
2284
- }
2285
- .jkl-list > .jkl-list__item > .jkl-list {
2286
- margin: 0.5rem 0;
2287
- }
2288
- .jkl-list:has(.jkl-list__item--iconed) {
2289
- padding: 0;
2290
- }
2291
- .jkl-list--ordered {
2292
- padding-left: revert;
2293
- }
2294
- .jkl-list--ordered > .jkl-list__item {
2295
- padding-left: revert;
2296
- list-style: decimal;
2297
- }
2298
- .jkl-list--ordered .jkl-list--ordered > .jkl-list__item {
2299
- list-style: lower-alpha;
2300
- }
2301
- .jkl-list__item {
2302
- color: var(--jkl-list-text-color);
2303
- padding-left: calc(var(--jkl-unit-10) * 1.5);
2304
- }
2305
- .jkl-list__item::marker {
2306
- color: var(--jkl-list-text-color);
2307
- }
2308
- .jkl-list__item--iconed {
2309
- display: flex;
2310
- list-style: none;
2311
- position: relative;
2312
- padding-left: 0;
2313
- }
2314
- .jkl-list__item--iconed::before {
2315
- text-indent: -9999px;
2316
- background-size: contain;
2317
- width: 1em;
2318
- height: 1em;
2319
- flex-shrink: 0;
2320
- margin-right: 0.5em;
2321
- margin-top: 0.2em;
2322
- }
2323
- .jkl-list__item--check::before {
2324
- content: "✓";
2325
- content: "✓"/"";
2326
- alt: " ";
2327
- background-image: var(--jkl-list-marker-check);
2328
- }
2329
- .jkl-list__item--cross::before {
2330
- content: "❌";
2331
- content: "❌"/"";
2332
- alt: " ";
2333
- background-image: var(--jkl-list-marker-cross);
2334
- }
2335
- @media screen and (forced-colors: active) {
2336
- .jkl-list .jkl-list__item--check::before {
2337
- background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9.5' cy='9.5' r='9.5' fill='CanvasText'/%3E%3Cpath d='M4.75 11l2.35 2.36 7.84-7.84' stroke='Canvas' stroke-width='1.5'/%3E%3C/svg%3E%0A");
2282
+ @layer jokul.components {
2283
+ .jkl-list {
2284
+ list-style-type: "•";
2285
+ padding-left: calc(var(--jkl-unit-10) * 2);
2286
+ margin: 0;
2338
2287
  }
2339
- .jkl-list .jkl-list__item--cross::before {
2340
- background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9.5' cy='9.5' r='8.75' fill='CanvasText'/%3E%3Cpath fill='Canvas' d='M5.54 12.68l7.14-7.1.84.85-7.13 7.09z'/%3E%3Cpath fill='Canvas' d='M12.67 13.47l-7.13-7.1.85-.83 7.13 7.1z'/%3E%3C/svg%3E%0A");
2288
+ .jkl-list > .jkl-list__item > .jkl-list {
2289
+ margin: 0.5rem 0;
2341
2290
  }
2342
- }
2343
-
2344
- :root,
2345
- [data-layout-density=comfortable],
2346
- [data-density=comfortable] {
2347
- --jkl-modal-body-font-size: var(--jkl-body-font-size);
2348
- --jkl-modal-body-line-height: var(--jkl-body-line-height);
2349
- --jkl-modal-body-font-weight: var(--jkl-body-font-weight);
2350
- --jkl-modal-title-font-size: var(--jkl-heading-3-font-size);
2351
- --jkl-modal-title-line-height: var(--jkl-heading-3-line-height);
2352
- --jkl-modal-title-font-weight: var(--jkl-heading-3-font-weight);
2353
- --jkl-modal-padding: calc(var(--jkl-unit-10) * 5);
2354
- --jkl-modal-min-width: 13.75rem;
2355
- --jkl-modal-max-width: 41.25rem;
2356
- --jkl-modal-header-margin: 0 0 calc(var(--jkl-unit-10) * 2);
2357
- --jkl-modal-actions-margin: calc(var(--jkl-unit-10) * 5) 0 0 0;
2358
- }
2359
- @media (width >= 0) and (max-width: 679px) {
2291
+ .jkl-list:has(.jkl-list__item--iconed) {
2292
+ padding: 0;
2293
+ }
2294
+ .jkl-list--ordered {
2295
+ padding-left: revert;
2296
+ }
2297
+ .jkl-list--ordered > .jkl-list__item {
2298
+ padding-left: revert;
2299
+ list-style: decimal;
2300
+ }
2301
+ .jkl-list--ordered .jkl-list--ordered > .jkl-list__item {
2302
+ list-style: lower-alpha;
2303
+ }
2304
+ .jkl-list__item {
2305
+ color: var(--jkl-list-text-color);
2306
+ padding-left: calc(var(--jkl-unit-10) * 1.5);
2307
+ }
2308
+ .jkl-list__item::marker {
2309
+ color: var(--jkl-list-text-color);
2310
+ }
2311
+ .jkl-list__item--iconed {
2312
+ display: flex;
2313
+ list-style: none;
2314
+ position: relative;
2315
+ padding-left: 0;
2316
+ }
2317
+ .jkl-list__item--iconed::before {
2318
+ text-indent: -9999px;
2319
+ background-size: contain;
2320
+ width: 1em;
2321
+ height: 1em;
2322
+ flex-shrink: 0;
2323
+ margin-right: 0.5em;
2324
+ margin-top: 0.2em;
2325
+ }
2326
+ .jkl-list__item--check::before {
2327
+ content: "✓";
2328
+ content: "✓"/"";
2329
+ alt: " ";
2330
+ background-image: var(--jkl-list-marker-check);
2331
+ }
2332
+ .jkl-list__item--cross::before {
2333
+ content: "❌";
2334
+ content: "❌"/"";
2335
+ alt: " ";
2336
+ background-image: var(--jkl-list-marker-cross);
2337
+ }
2338
+ @media screen and (forced-colors: active) {
2339
+ .jkl-list .jkl-list__item--check::before {
2340
+ background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9.5' cy='9.5' r='9.5' fill='CanvasText'/%3E%3Cpath d='M4.75 11l2.35 2.36 7.84-7.84' stroke='Canvas' stroke-width='1.5'/%3E%3C/svg%3E%0A");
2341
+ }
2342
+ .jkl-list .jkl-list__item--cross::before {
2343
+ background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9.5' cy='9.5' r='8.75' fill='CanvasText'/%3E%3Cpath fill='Canvas' d='M5.54 12.68l7.14-7.1.84.85-7.13 7.09z'/%3E%3Cpath fill='Canvas' d='M12.67 13.47l-7.13-7.1.85-.83 7.13 7.1z'/%3E%3C/svg%3E%0A");
2344
+ }
2345
+ }
2346
+ }
2347
+ @layer jokul.components {
2360
2348
  :root,
2361
2349
  [data-layout-density=comfortable],
2362
2350
  [data-density=comfortable] {
2363
- --jkl-modal-padding: calc(var(--jkl-unit-10) * 4);
2364
- --jkl-modal-header-margin: 0 0 calc(var(--jkl-unit-10) * 1.5);
2365
- --jkl-modal-actions-margin: calc(var(--jkl-unit-10) * 4) 0 0 0;
2351
+ --jkl-modal-body-font-size: var(--jkl-body-font-size);
2352
+ --jkl-modal-body-line-height: var(--jkl-body-line-height);
2353
+ --jkl-modal-body-font-weight: var(--jkl-body-font-weight);
2354
+ --jkl-modal-title-font-size: var(--jkl-heading-3-font-size);
2355
+ --jkl-modal-title-line-height: var(--jkl-heading-3-line-height);
2356
+ --jkl-modal-title-font-weight: var(--jkl-heading-3-font-weight);
2357
+ --jkl-modal-padding: calc(var(--jkl-unit-10) * 5);
2358
+ --jkl-modal-min-width: 13.75rem;
2359
+ --jkl-modal-max-width: 41.25rem;
2360
+ --jkl-modal-header-margin: 0 0 calc(var(--jkl-unit-10) * 2);
2361
+ --jkl-modal-actions-margin: calc(var(--jkl-unit-10) * 5) 0 0 0;
2362
+ }
2363
+ @media (width >= 0) and (max-width: 679px) {
2364
+ :root,
2365
+ [data-layout-density=comfortable],
2366
+ [data-density=comfortable] {
2367
+ --jkl-modal-padding: calc(var(--jkl-unit-10) * 4);
2368
+ --jkl-modal-header-margin: 0 0 calc(var(--jkl-unit-10) * 1.5);
2369
+ --jkl-modal-actions-margin: calc(var(--jkl-unit-10) * 4) 0 0 0;
2370
+ }
2366
2371
  }
2367
- }
2368
-
2369
- [data-layout-density=compact],
2370
- [data-density=compact] {
2371
- --jkl-modal-body-font-size: var(--jkl-small-font-size);
2372
- --jkl-modal-body-line-height: var(--jkl-small-line-height);
2373
- --jkl-modal-body-font-weight: var(--jkl-small-font-weight);
2374
- --jkl-modal-title-font-size: var(--jkl-heading-4-font-size);
2375
- --jkl-modal-title-line-height: var(--jkl-heading-4-line-height);
2376
- --jkl-modal-title-font-weight: var(--jkl-heading-4-font-weight);
2377
- --jkl-modal-padding: calc(var(--jkl-unit-10) * 3);
2378
- --jkl-modal-header-margin: 0 0 0.5rem;
2379
- --jkl-modal-actions-margin: calc(var(--jkl-unit-10) * 3) 0 0 0;
2380
- --jkl-modal-min-width: 13.75rem;
2381
- }
2382
-
2383
- .jkl-modal-container,
2384
- .jkl-modal-overlay {
2385
- position: fixed;
2386
- inset: 0;
2387
- }
2388
-
2389
- .jkl-modal-container {
2390
- z-index: 9000;
2391
- display: flex;
2392
- }
2393
- .jkl-modal-container[aria-hidden=true] {
2394
- display: none;
2395
- }
2396
-
2397
- .jkl-modal-overlay {
2398
- background-color: rgba(27, 25, 23, 0.8);
2399
- }
2400
-
2401
- .jkl-modal {
2402
- margin: auto;
2403
- z-index: 9000;
2404
- position: relative;
2405
- background-color: var(--jkl-color-background-container-high);
2406
- border-radius: 0.125rem;
2407
- box-shadow: 0 0.25rem 0.75rem rgba(37, 42, 49, 0.03);
2408
- width: 100%;
2409
- min-width: var(--jkl-modal-min-width);
2410
- max-width: var(--jkl-modal-max-width);
2411
- max-height: 90vh;
2412
- overflow: auto;
2413
- padding: var(--jkl-modal-padding);
2414
- display: flex;
2415
- flex-direction: column;
2416
- }
2417
- @media screen and (forced-colors: active) {
2418
- .jkl-modal {
2419
- border-color: CanvasText;
2372
+ [data-layout-density=compact],
2373
+ [data-density=compact] {
2374
+ --jkl-modal-body-font-size: var(--jkl-small-font-size);
2375
+ --jkl-modal-body-line-height: var(--jkl-small-line-height);
2376
+ --jkl-modal-body-font-weight: var(--jkl-small-font-weight);
2377
+ --jkl-modal-title-font-size: var(--jkl-heading-4-font-size);
2378
+ --jkl-modal-title-line-height: var(--jkl-heading-4-line-height);
2379
+ --jkl-modal-title-font-weight: var(--jkl-heading-4-font-weight);
2380
+ --jkl-modal-padding: calc(var(--jkl-unit-10) * 3);
2381
+ --jkl-modal-header-margin: 0 0 0.5rem;
2382
+ --jkl-modal-actions-margin: calc(var(--jkl-unit-10) * 3) 0 0 0;
2383
+ --jkl-modal-min-width: 13.75rem;
2384
+ }
2385
+ .jkl-modal-container,
2386
+ .jkl-modal-overlay {
2387
+ position: fixed;
2388
+ inset: 0;
2389
+ }
2390
+ .jkl-modal-container {
2391
+ z-index: 9000;
2392
+ display: flex;
2393
+ }
2394
+ .jkl-modal-container[aria-hidden=true] {
2395
+ display: none;
2396
+ }
2397
+ .jkl-modal-overlay {
2398
+ background-color: rgba(27, 25, 23, 0.8);
2420
2399
  }
2421
- }
2422
- @media (width >= 0) and (max-width: 679px) {
2423
2400
  .jkl-modal {
2424
- margin: auto calc(var(--jkl-unit-10) * 3);
2401
+ margin: auto;
2402
+ z-index: 9000;
2403
+ position: relative;
2404
+ background-color: var(--jkl-color-background-container-high);
2405
+ border-radius: 0.125rem;
2406
+ box-shadow: 0 0.25rem 0.75rem rgba(37, 42, 49, 0.03);
2407
+ width: 100%;
2408
+ min-width: var(--jkl-modal-min-width);
2409
+ max-width: var(--jkl-modal-max-width);
2410
+ max-height: 90vh;
2411
+ overflow: auto;
2412
+ padding: var(--jkl-modal-padding);
2413
+ display: flex;
2414
+ flex-direction: column;
2415
+ }
2416
+ @media screen and (forced-colors: active) {
2417
+ .jkl-modal {
2418
+ border-color: CanvasText;
2419
+ }
2420
+ }
2421
+ @media (width >= 0) and (max-width: 679px) {
2422
+ .jkl-modal {
2423
+ margin: auto calc(var(--jkl-unit-10) * 3);
2424
+ }
2425
+ }
2426
+ .jkl-modal-header {
2427
+ display: flex;
2428
+ flex-direction: row;
2429
+ justify-content: space-between;
2430
+ align-items: center;
2431
+ margin: var(--jkl-modal-header-margin);
2432
+ gap: var(--jkl-modal-gap);
2433
+ }
2434
+ .jkl-modal-body {
2435
+ font-size: var(--jkl-modal-body-font-size);
2436
+ line-height: var(--jkl-modal-body-line-height);
2437
+ font-weight: var(--jkl-modal-body-font-weight);
2438
+ }
2439
+ .jkl-modal-title {
2440
+ font-size: var(--jkl-modal-title-font-size);
2441
+ line-height: var(--jkl-modal-title-line-height);
2442
+ font-weight: var(--jkl-modal-title-font-weight);
2425
2443
  }
2426
- }
2427
-
2428
- .jkl-modal-header {
2429
- display: flex;
2430
- flex-direction: row;
2431
- justify-content: space-between;
2432
- align-items: center;
2433
- margin: var(--jkl-modal-header-margin);
2434
- gap: var(--jkl-modal-gap);
2435
- }
2436
-
2437
- .jkl-modal-body {
2438
- font-size: var(--jkl-modal-body-font-size);
2439
- line-height: var(--jkl-modal-body-line-height);
2440
- font-weight: var(--jkl-modal-body-font-weight);
2441
- }
2442
-
2443
- .jkl-modal-title {
2444
- font-size: var(--jkl-modal-title-font-size);
2445
- line-height: var(--jkl-modal-title-line-height);
2446
- font-weight: var(--jkl-modal-title-font-weight);
2447
- }
2448
-
2449
- .jkl-modal-actions {
2450
- margin: var(--jkl-modal-actions-margin);
2451
- display: flex;
2452
- flex-direction: column;
2453
- gap: calc(var(--jkl-unit-10) * 2);
2454
- }
2455
- @media (min-width: 680px) {
2456
2444
  .jkl-modal-actions {
2457
- flex-direction: row;
2445
+ margin: var(--jkl-modal-actions-margin);
2446
+ display: flex;
2447
+ flex-direction: column;
2448
+ gap: calc(var(--jkl-unit-10) * 2);
2449
+ }
2450
+ @media (min-width: 60ch) {
2451
+ .jkl-modal-actions {
2452
+ flex-direction: row;
2453
+ align-self: flex-end;
2454
+ }
2458
2455
  }
2459
2456
  }
2460
-
2461
- .jkl-countdown {
2462
- --track-color: var(--jkl-color-border-separator);
2463
- --bar-color: var(--jkl-color-border-input-focus);
2464
- --bar-height: 0.25rem;
2465
- background-color: var(--track-color);
2466
- border-radius: 6.25rem;
2467
- height: var(--bar-height);
2468
- width: 100%;
2469
- overflow: hidden;
2470
- }
2471
- .jkl-countdown__tracker {
2472
- display: block;
2473
- height: var(--bar-height);
2474
- background-color: var(--bar-color);
2475
- }
2476
- @media screen and (forced-colors: active) {
2457
+ @layer jokul.components {
2477
2458
  .jkl-countdown {
2478
- background-color: Canvas;
2459
+ --track-color: var(--jkl-color-border-separator);
2460
+ --bar-color: var(--jkl-color-border-input-focus);
2461
+ --bar-height: 0.25rem;
2462
+ background-color: var(--track-color);
2463
+ border-radius: 6.25rem;
2464
+ height: var(--bar-height);
2465
+ width: 100%;
2466
+ overflow: hidden;
2479
2467
  }
2480
2468
  .jkl-countdown__tracker {
2481
- background-color: CanvasText;
2469
+ display: block;
2470
+ height: var(--bar-height);
2471
+ background-color: var(--bar-color);
2482
2472
  }
2483
- }
2484
- .jkl-countdown__tracker {
2485
- animation: jkl-downcount-uodaf0a var(--duration) linear forwards;
2486
- animation-play-state: var(--play-state, running);
2487
- }
2488
-
2489
- @keyframes jkl-downcount-uodaf0a {
2490
- from {
2491
- width: 100%;
2473
+ @media screen and (forced-colors: active) {
2474
+ .jkl-countdown {
2475
+ background-color: Canvas;
2476
+ }
2477
+ .jkl-countdown__tracker {
2478
+ background-color: CanvasText;
2479
+ }
2492
2480
  }
2493
- to {
2494
- width: 0%;
2481
+ .jkl-countdown__tracker {
2482
+ animation: jkl-downcount-u0wcf10 var(--duration) linear forwards;
2483
+ animation-play-state: var(--play-state, running);
2484
+ }
2485
+ @keyframes jkl-downcount-u0wcf10 {
2486
+ from {
2487
+ width: 100%;
2488
+ }
2489
+ to {
2490
+ width: 0%;
2491
+ }
2495
2492
  }
2496
2493
  }
2497
2494
  :root,
@@ -2700,7 +2697,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
2700
2697
  :root {
2701
2698
  --jkl-calendar-adjacent-month-color: #636060;
2702
2699
  --jkl-calendar-disabled-day-color: #c8c5c3;
2703
- --jkl-calendar-active-day-color: #ffffff;
2700
+ --jkl-calendar-active-day-color: #fff;
2704
2701
  --jkl-calendar-hover-date-background-color: #ece9e5;
2705
2702
  --jkl-calendar-selected-date-background-color: #1b1917;
2706
2703
  }
@@ -2708,7 +2705,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
2708
2705
  [data-theme=light] {
2709
2706
  --jkl-calendar-adjacent-month-color: #636060;
2710
2707
  --jkl-calendar-disabled-day-color: #c8c5c3;
2711
- --jkl-calendar-active-day-color: #ffffff;
2708
+ --jkl-calendar-active-day-color: #fff;
2712
2709
  --jkl-calendar-hover-date-background-color: #ece9e5;
2713
2710
  --jkl-calendar-selected-date-background-color: #1b1917;
2714
2711
  }
@@ -2717,7 +2714,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
2717
2714
  :root {
2718
2715
  --jkl-calendar-adjacent-month-color: #c8c5c3;
2719
2716
  --jkl-calendar-disabled-day-color: #636060;
2720
- --jkl-calendar-active-day-color: #000000;
2717
+ --jkl-calendar-active-day-color: #000;
2721
2718
  --jkl-calendar-hover-date-background-color: #636060;
2722
2719
  --jkl-calendar-selected-date-background-color: #f9f9f9;
2723
2720
  }
@@ -2725,7 +2722,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
2725
2722
  [data-theme=dark] {
2726
2723
  --jkl-calendar-adjacent-month-color: #c8c5c3;
2727
2724
  --jkl-calendar-disabled-day-color: #636060;
2728
- --jkl-calendar-active-day-color: #000000;
2725
+ --jkl-calendar-active-day-color: #000;
2729
2726
  --jkl-calendar-hover-date-background-color: #636060;
2730
2727
  --jkl-calendar-selected-date-background-color: #f9f9f9;
2731
2728
  }
@@ -2908,70 +2905,70 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
2908
2905
  }
2909
2906
  }
2910
2907
 
2911
- @media screen and (prefers-color-scheme: light) {
2912
- :root {
2913
- --jkl-datepicker-box-shadow: rgb(49 48 48 / 20%);
2914
- }
2915
- }
2916
- [data-theme=light] {
2917
- --jkl-datepicker-box-shadow: rgb(49 48 48 / 20%);
2918
- }
2919
-
2920
- @media screen and (prefers-color-scheme: dark) {
2921
- :root {
2922
- --jkl-datepicker-box-shadow: rgb(0 0 0 / 50%);
2923
- }
2924
- }
2925
- [data-theme=dark] {
2926
- --jkl-datepicker-box-shadow: rgb(0 0 0 / 50%);
2927
- }
2928
-
2929
- .jkl-popover {
2930
- padding: var(--popover-padding, 0);
2931
- z-index: 10000;
2932
- box-shadow: 0 4px 20px 0 var(--jkl-datepicker-box-shadow);
2933
- background-color: var(--jkl-color-background-container-high);
2934
- }
2935
-
2936
- .jkl-description-list__term {
2937
- font-weight: 700;
2938
- margin-bottom: 0.25rem;
2939
- }
2940
- .jkl-description-list__term:not(:first-child) {
2941
- margin-top: 0.75rem;
2942
- }
2943
- .jkl-description-list__detail {
2944
- margin-left: 0;
2945
- }
2946
- .jkl-description-list__detail + .jkl-description-list__detail {
2947
- margin-top: 0.25rem;
2948
- }
2949
- @media (min-width: 680px) {
2950
- .jkl-description-list {
2951
- display: grid;
2952
- grid-template-columns: auto 1fr;
2953
- grid-template-columns: fit-content(40%) 1fr;
2908
+ @layer jokul.components {
2909
+ @media screen and (prefers-color-scheme: light) {
2910
+ :root {
2911
+ --jkl-datepicker-box-shadow: rgb(49 48 48 / 20%);
2912
+ }
2954
2913
  }
2955
- .jkl-description-list .jkl-description-list__term {
2956
- grid-column-start: 1;
2957
- margin: 0;
2958
- overflow-wrap: break-word;
2914
+ [data-theme=light] {
2915
+ --jkl-datepicker-box-shadow: rgb(49 48 48 / 20%);
2959
2916
  }
2960
- .jkl-description-list .jkl-description-list__term:not(:first-of-type) {
2961
- margin-top: 0.5rem;
2917
+ @media screen and (prefers-color-scheme: dark) {
2918
+ :root {
2919
+ --jkl-datepicker-box-shadow: rgb(0 0 0 / 50%);
2920
+ }
2962
2921
  }
2963
- .jkl-description-list .jkl-description-list__detail {
2964
- margin-left: 1.5rem;
2965
- grid-column-start: 2;
2922
+ [data-theme=dark] {
2923
+ --jkl-datepicker-box-shadow: rgb(0 0 0 / 50%);
2966
2924
  }
2967
- .jkl-description-list .jkl-description-list__detail + .jkl-description-list__detail {
2968
- margin-top: 0.5rem;
2925
+ .jkl-popover {
2926
+ padding: var(--popover-padding, 0);
2927
+ z-index: 10000;
2928
+ box-shadow: 0 4px 20px 0 var(--jkl-datepicker-box-shadow);
2929
+ background-color: var(--jkl-color-background-container-high);
2969
2930
  }
2970
- .jkl-description-list .jkl-description-list__term + .jkl-description-list__detail:not(:first-of-type) {
2971
- margin-top: 0.5rem;
2931
+ }
2932
+ @layer jokul.components {
2933
+ .jkl-description-list__term {
2934
+ font-weight: 700;
2935
+ margin-bottom: 0.25rem;
2936
+ }
2937
+ .jkl-description-list__term:not(:first-child) {
2938
+ margin-top: 0.75rem;
2939
+ }
2940
+ .jkl-description-list__detail {
2941
+ margin-left: 0;
2942
+ }
2943
+ .jkl-description-list__detail + .jkl-description-list__detail {
2944
+ margin-top: 0.25rem;
2945
+ }
2946
+ @media (min-width: 680px) {
2947
+ .jkl-description-list {
2948
+ display: grid;
2949
+ grid-template-columns: auto 1fr;
2950
+ grid-template-columns: fit-content(40%) 1fr;
2951
+ }
2952
+ .jkl-description-list .jkl-description-list__term {
2953
+ grid-column-start: 1;
2954
+ margin: 0;
2955
+ overflow-wrap: break-word;
2956
+ }
2957
+ .jkl-description-list .jkl-description-list__term:not(:first-of-type) {
2958
+ margin-top: 0.5rem;
2959
+ }
2960
+ .jkl-description-list .jkl-description-list__detail {
2961
+ margin-left: 1.5rem;
2962
+ grid-column-start: 2;
2963
+ }
2964
+ .jkl-description-list .jkl-description-list__detail + .jkl-description-list__detail {
2965
+ margin-top: 0.5rem;
2966
+ }
2967
+ .jkl-description-list .jkl-description-list__term + .jkl-description-list__detail:not(:first-of-type) {
2968
+ margin-top: 0.5rem;
2969
+ }
2972
2970
  }
2973
2971
  }
2974
-
2975
2972
  .jkl-expandable {
2976
2973
  background-color: var(--jkl-color-background-container-low);
2977
2974
  border: 1px solid transparent;
@@ -3099,7 +3096,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
3099
3096
  }
3100
3097
  }
3101
3098
 
3102
- @keyframes jkl-show-uodaf12 {
3099
+ @keyframes jkl-show-u0wcf17 {
3103
3100
  from {
3104
3101
  transform: translate3d(0, 0.5rem, 0);
3105
3102
  opacity: 0;
@@ -3134,7 +3131,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
3134
3131
  }
3135
3132
  }
3136
3133
  .jkl-feedback__fade-in {
3137
- animation: jkl-show-uodaf12 0.25s ease-out;
3134
+ animation: jkl-show-u0wcf17 0.25s ease-out;
3138
3135
  }
3139
3136
  .jkl-feedback__buttons {
3140
3137
  display: flex;
@@ -3376,7 +3373,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
3376
3373
  --background-color: var(--jkl-color-background-alert-success);
3377
3374
  }
3378
3375
  .jkl-message--dismissed {
3379
- animation: jkl-dismiss-uodaf15 400ms ease-in-out forwards;
3376
+ animation: jkl-dismiss-u0wcf23 400ms ease-in-out forwards;
3380
3377
  transition: visibility 0ms 400ms;
3381
3378
  visibility: hidden;
3382
3379
  }
@@ -3396,7 +3393,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
3396
3393
  }
3397
3394
  }
3398
3395
 
3399
- @keyframes jkl-dismiss-uodaf15 {
3396
+ @keyframes jkl-dismiss-u0wcf23 {
3400
3397
  from {
3401
3398
  opacity: 1;
3402
3399
  transform: translate3d(0, 0, 0);
@@ -3453,7 +3450,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
3453
3450
  --jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
3454
3451
  }
3455
3452
 
3456
- @keyframes jkl-dot-in-uodaf20 {
3453
+ @keyframes jkl-dot-in-u0wcf2y {
3457
3454
  0% {
3458
3455
  transform: scale(0.8);
3459
3456
  }
@@ -3499,7 +3496,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
3499
3496
  }
3500
3497
  .jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
3501
3498
  --dot-color: var(--jkl-color-border-action);
3502
- animation: jkl-dot-in-uodaf20 150ms ease;
3499
+ animation: jkl-dot-in-u0wcf2y 150ms ease;
3503
3500
  }
3504
3501
  @media screen and (forced-colors: active) {
3505
3502
  .jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
@@ -3955,290 +3952,287 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area-wrap
3955
3952
  font-size: var(--jkl-small-font-size);
3956
3953
  }
3957
3954
 
3958
- @media screen and (prefers-color-scheme: light) {
3959
- :root {
3955
+ @layer jokul.components {
3956
+ @media screen and (prefers-color-scheme: light) {
3957
+ :root {
3958
+ --jkl-logo-color: #1b1917;
3959
+ }
3960
+ }
3961
+ [data-theme=light] {
3960
3962
  --jkl-logo-color: #1b1917;
3961
3963
  }
3962
- }
3963
- [data-theme=light] {
3964
- --jkl-logo-color: #1b1917;
3965
- }
3966
-
3967
- @media screen and (prefers-color-scheme: dark) {
3968
- :root {
3964
+ @media screen and (prefers-color-scheme: dark) {
3965
+ :root {
3966
+ --jkl-logo-color: #f9f9f9;
3967
+ }
3968
+ }
3969
+ [data-theme=dark] {
3969
3970
  --jkl-logo-color: #f9f9f9;
3970
3971
  }
3971
- }
3972
- [data-theme=dark] {
3973
- --jkl-logo-color: #f9f9f9;
3974
- }
3975
-
3976
- .jkl-logo {
3977
- color: var(--jkl-logo-color);
3978
- }
3979
- @media screen and (forced-colors: active) {
3980
3972
  .jkl-logo {
3981
- stroke: CanvasText;
3982
- fill: CanvasText;
3973
+ color: var(--jkl-logo-color);
3983
3974
  }
3984
- .jkl-logo svg, .jkl-logo path {
3985
- stroke: CanvasText;
3986
- fill: CanvasText;
3975
+ @media screen and (forced-colors: active) {
3976
+ .jkl-logo {
3977
+ stroke: CanvasText;
3978
+ fill: CanvasText;
3979
+ }
3980
+ .jkl-logo svg, .jkl-logo path {
3981
+ stroke: CanvasText;
3982
+ fill: CanvasText;
3983
+ }
3984
+ }
3985
+ .jkl-logo__F {
3986
+ transform-origin: 30px 132px; /* Is connected to the viewbox of the logo, change at your own risk */
3987
+ }
3988
+ .jkl-logo__F-line {
3989
+ transform-origin: 34.3px; /* Must be the same as the line x1 origin, change at your own risk */
3990
+ }
3991
+ .jkl-logo__remtind {
3992
+ opacity: 1;
3993
+ }
3994
+ .jkl-logo--symbol-only .jkl-logo__F {
3995
+ transform: rotate(45deg);
3996
+ }
3997
+ .jkl-logo--symbol-only .jkl-logo__F-line {
3998
+ transform: scaleX(1.5);
3999
+ }
4000
+ .jkl-logo--symbol-only .jkl-logo__remtind {
4001
+ transition-delay: 0ms;
4002
+ opacity: 0;
4003
+ transform: translateX(-5%);
4004
+ }
4005
+ .jkl-logo--animated .jkl-logo__F {
4006
+ transition: transform 250ms 75ms cubic-bezier(0.5, 0, 0.62, 1);
4007
+ }
4008
+ .jkl-logo--animated .jkl-logo__F-line {
4009
+ transition: transform 250ms ease-in;
4010
+ }
4011
+ .jkl-logo--animated .jkl-logo__remtind {
4012
+ transition: opacity 250ms 75ms ease-in, transform 250ms ease;
4013
+ }
4014
+ .jkl-logo--centered.jkl-logo--symbol-only .jkl-logo__F {
4015
+ transform: translateX(35%) rotate(45deg);
3987
4016
  }
3988
- }
3989
- .jkl-logo__F {
3990
- transform-origin: 30px 132px; /* Is connected to the viewbox of the logo, change at your own risk */
3991
- }
3992
- .jkl-logo__F-line {
3993
- transform-origin: 34.3px; /* Must be the same as the line x1 origin, change at your own risk */
3994
- }
3995
- .jkl-logo__remtind {
3996
- opacity: 1;
3997
- }
3998
- .jkl-logo--symbol-only .jkl-logo__F {
3999
- transform: rotate(45deg);
4000
- }
4001
- .jkl-logo--symbol-only .jkl-logo__F-line {
4002
- transform: scaleX(1.5);
4003
- }
4004
- .jkl-logo--symbol-only .jkl-logo__remtind {
4005
- transition-delay: 0ms;
4006
- opacity: 0;
4007
- transform: translateX(-5%);
4008
- }
4009
- .jkl-logo--animated .jkl-logo__F {
4010
- transition: transform 250ms 75ms cubic-bezier(0.5, 0, 0.62, 1);
4011
- }
4012
- .jkl-logo--animated .jkl-logo__F-line {
4013
- transition: transform 250ms ease-in;
4014
- }
4015
- .jkl-logo--animated .jkl-logo__remtind {
4016
- transition: opacity 250ms 75ms ease-in, transform 250ms ease;
4017
- }
4018
-
4019
- .jkl-logo--centered.jkl-logo--symbol-only .jkl-logo__F {
4020
- transform: translateX(35%) rotate(45deg);
4021
- }
4022
-
4023
- .jkl-logo-stamp {
4024
- color: var(--logo-stamp-color);
4025
- }
4026
- @media screen and (forced-colors: active) {
4027
4017
  .jkl-logo-stamp {
4028
- stroke: CanvasText;
4029
- fill: CanvasText;
4018
+ color: var(--logo-stamp-color);
4019
+ }
4020
+ @media screen and (forced-colors: active) {
4021
+ .jkl-logo-stamp {
4022
+ stroke: CanvasText;
4023
+ fill: CanvasText;
4024
+ }
4025
+ .jkl-logo-stamp svg, .jkl-logo-stamp path {
4026
+ stroke: CanvasText;
4027
+ fill: CanvasText;
4028
+ }
4029
+ }
4030
+ .jkl-logo-stamp--animated .jkl-logo-stamp__text {
4031
+ transform-origin: 256px 256px;
4032
+ transition-timing-function: cubic-bezier(0.75, 0, 0, 1);
4033
+ transition-duration: 150ms;
4034
+ transition-property: transform;
4035
+ }
4036
+ .jkl-logo-stamp--animated[data-rotate=true] .jkl-logo-stamp__text {
4037
+ transition-duration: 1500ms;
4038
+ transform: rotate(360deg);
4039
+ }
4040
+ }
4041
+ @layer jokul.components {
4042
+ :root,
4043
+ [data-layout-density=comfortable],
4044
+ [data-density=comfortable] {
4045
+ --jkl-menu-item-height: 3rem;
4046
+ --jkl-menu-item-padding: 0.5rem calc(var(--jkl-unit-10) * 3);
4047
+ --jkl-menu-item-font-size: var(--jkl-body-font-size);
4048
+ --jkl-menu-item-line-height: var(--jkl-body-line-height);
4049
+ --jkl-menu-item-font-weight: var(--jkl-body-font-weight);
4030
4050
  }
4031
- .jkl-logo-stamp svg, .jkl-logo-stamp path {
4032
- stroke: CanvasText;
4033
- fill: CanvasText;
4051
+ [data-layout-density=compact],
4052
+ [data-density=compact] {
4053
+ --jkl-menu-item-height: jkl.rem(32px);
4054
+ --jkl-menu-item-padding: calc(var(--jkl-unit-10) * 0.5) calc(var(--jkl-unit-10) * 1.5);
4055
+ --jkl-menu-item-font-size: var(--jkl-small-font-size);
4056
+ --jkl-menu-item-line-height: var(--jkl-small-line-height);
4057
+ --jkl-menu-item-font-weight: var(--jkl-small-font-weight);
4034
4058
  }
4035
- }
4036
- .jkl-logo-stamp--animated .jkl-logo-stamp__text {
4037
- transform-origin: 256px 256px;
4038
- transition-timing-function: cubic-bezier(0.75, 0, 0, 1);
4039
- transition-duration: 150ms;
4040
- transition-property: transform;
4041
- }
4042
- .jkl-logo-stamp--animated[data-rotate=true] .jkl-logo-stamp__text {
4043
- transition-duration: 1500ms;
4044
- transform: rotate(360deg);
4045
- }
4046
-
4047
- :root,
4048
- [data-layout-density=comfortable],
4049
- [data-density=comfortable] {
4050
- --jkl-menu-item-height: 3rem;
4051
- --jkl-menu-item-padding: 0.5rem calc(var(--jkl-unit-10) * 3);
4052
- --jkl-menu-item-font-size: var(--jkl-body-font-size);
4053
- --jkl-menu-item-line-height: var(--jkl-body-line-height);
4054
- --jkl-menu-item-font-weight: var(--jkl-body-font-weight);
4055
- }
4056
-
4057
- [data-layout-density=compact],
4058
- [data-density=compact] {
4059
- --jkl-menu-item-height: jkl.rem(32px);
4060
- --jkl-menu-item-padding: calc(var(--jkl-unit-10) * 0.5) calc(var(--jkl-unit-10) * 1.5);
4061
- --jkl-menu-item-font-size: var(--jkl-small-font-size);
4062
- --jkl-menu-item-line-height: var(--jkl-small-line-height);
4063
- --jkl-menu-item-font-weight: var(--jkl-small-font-weight);
4064
- }
4065
-
4066
- .jkl-menu-item {
4067
- --background-color: var(--jkl-color-background-interactive);
4068
- background-color: var(--background-color);
4069
- color: var(--jkl-color-text-default);
4070
- cursor: pointer;
4071
- text-decoration: none;
4072
- box-sizing: border-box;
4073
- user-select: none;
4074
- font-size: var(--jkl-menu-item-font-size);
4075
- line-height: var(--jkl-menu-item-line-height);
4076
- font-weight: var(--jkl-menu-item-font-weight);
4077
- display: flex;
4078
- align-items: center;
4079
- gap: 0.5rem;
4080
- width: 100%;
4081
- height: var(--jkl-menu-item-height);
4082
- padding: var(--jkl-menu-item-padding);
4083
- }
4084
- .jkl-menu-item {
4085
- outline: 0;
4086
- border-style: none;
4087
- outline-style: none;
4088
- }
4089
- .jkl-menu-item:active, .jkl-menu-item:hover, .jkl-menu-item:focus {
4090
- outline: 0;
4091
- outline-style: none;
4092
- }
4093
- @media screen and (forced-colors: active) {
4094
4059
  .jkl-menu-item {
4095
- outline: revert;
4096
- border-style: revert;
4097
- outline-style: revert;
4060
+ --background-color: var(--jkl-color-background-interactive);
4061
+ background-color: var(--background-color);
4062
+ color: var(--jkl-color-text-default);
4063
+ cursor: pointer;
4064
+ text-decoration: none;
4065
+ box-sizing: border-box;
4066
+ user-select: none;
4067
+ font-size: var(--jkl-menu-item-font-size);
4068
+ line-height: var(--jkl-menu-item-line-height);
4069
+ font-weight: var(--jkl-menu-item-font-weight);
4070
+ display: flex;
4071
+ align-items: center;
4072
+ gap: 0.5rem;
4073
+ width: 100%;
4074
+ height: var(--jkl-menu-item-height);
4075
+ padding: var(--jkl-menu-item-padding);
4076
+ }
4077
+ .jkl-menu-item {
4078
+ outline: 0;
4079
+ border-style: none;
4080
+ outline-style: none;
4098
4081
  }
4099
4082
  .jkl-menu-item:active, .jkl-menu-item:hover, .jkl-menu-item:focus {
4100
- outline: revert;
4101
- outline-style: revert;
4083
+ outline: 0;
4084
+ outline-style: none;
4085
+ }
4086
+ @media screen and (forced-colors: active) {
4087
+ .jkl-menu-item {
4088
+ outline: revert;
4089
+ border-style: revert;
4090
+ outline-style: revert;
4091
+ }
4092
+ .jkl-menu-item:active, .jkl-menu-item:hover, .jkl-menu-item:focus {
4093
+ outline: revert;
4094
+ outline-style: revert;
4095
+ }
4096
+ }
4097
+ .jkl-menu-item__content {
4098
+ display: flex;
4099
+ gap: calc(var(--jkl-unit-10) * 0.5);
4100
+ justify-content: flex-start;
4101
+ overflow: hidden;
4102
+ white-space: nowrap;
4103
+ text-overflow: ellipsis;
4104
+ flex-grow: 1;
4105
+ flex-shrink: 1;
4106
+ max-width: 100%;
4107
+ }
4108
+ .jkl-menu-item__icon {
4109
+ display: flex;
4110
+ align-items: center;
4111
+ flex-shrink: 0;
4112
+ }
4113
+ .jkl-menu-item__arrow {
4114
+ display: flex;
4115
+ align-items: center;
4116
+ }
4117
+ .jkl-menu-item__chevron {
4118
+ flex-shrink: 0;
4119
+ }
4120
+ .jkl-menu-item:hover, .jkl-menu-item:focus-visible {
4121
+ --background-color: var(--jkl-color-background-interactive-hover);
4102
4122
  }
4103
4123
  }
4104
- .jkl-menu-item__content {
4105
- display: flex;
4106
- gap: calc(var(--jkl-unit-10) * 0.5);
4107
- justify-content: flex-start;
4108
- overflow: hidden;
4109
- white-space: nowrap;
4110
- text-overflow: ellipsis;
4111
- flex-grow: 1;
4112
- flex-shrink: 1;
4113
- max-width: 100%;
4114
- }
4115
- .jkl-menu-item__icon {
4116
- display: flex;
4117
- align-items: center;
4118
- flex-shrink: 0;
4119
- }
4120
- .jkl-menu-item__arrow {
4121
- display: flex;
4122
- align-items: center;
4123
- }
4124
- .jkl-menu-item__chevron {
4125
- flex-shrink: 0;
4126
- }
4127
- .jkl-menu-item:hover, .jkl-menu-item:focus-visible {
4128
- --background-color: var(--jkl-color-background-interactive-hover);
4129
- }
4130
-
4131
- .jkl-menu-divider {
4132
- width: 100%;
4133
- margin-block: 0;
4134
- border: none;
4135
- border-bottom: 0.0625rem solid var(--jkl-color-border-separator);
4124
+ @layer jokul.components {
4125
+ .jkl-menu-divider {
4126
+ width: 100%;
4127
+ margin-block: 0;
4128
+ border: none;
4129
+ border-bottom: 0.0625rem solid var(--jkl-color-border-separator);
4130
+ }
4136
4131
  }
4137
-
4138
- @media screen and (prefers-color-scheme: light) {
4139
- :root {
4132
+ @layer jokul.components {
4133
+ @media screen and (prefers-color-scheme: light) {
4134
+ :root {
4135
+ --jkl-menu-border-color: transparent;
4136
+ }
4137
+ }
4138
+ [data-theme=light] {
4140
4139
  --jkl-menu-border-color: transparent;
4141
4140
  }
4142
- }
4143
- [data-theme=light] {
4144
- --jkl-menu-border-color: transparent;
4145
- }
4146
-
4147
- @media screen and (prefers-color-scheme: dark) {
4148
- :root {
4149
- --jkl-menu-border-color: #f9f9f9;
4141
+ @media screen and (prefers-color-scheme: dark) {
4142
+ :root {
4143
+ --jkl-menu-border-color: #f9f9f9;
4144
+ }
4145
+ }
4146
+ [data-theme=dark] {
4147
+ --jkl-menu-border-color: #f9f9f9;
4148
+ }
4149
+ .jkl-menu {
4150
+ background-color: var(--jkl-color-background-container-high);
4151
+ width: 100%;
4152
+ max-width: 21rem;
4153
+ display: flex;
4154
+ flex-direction: column;
4155
+ align-items: flex-start;
4156
+ flex-wrap: nowrap;
4157
+ box-shadow: 0 0.25rem 1.25rem rgba(49, 48, 48, 0.2);
4158
+ border-radius: 0.125rem;
4159
+ border: 2px solid var(--jkl-menu-border-color);
4160
+ z-index: 7000;
4161
+ }
4162
+ .jkl-menu:focus-visible {
4163
+ outline: none;
4164
+ }
4165
+ .jkl-menu .jkl-menu[data-placement=bottom-start] {
4166
+ box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 0, rgba(0, 0, 0, 0.14) -1px 2px 2px 0, rgba(0, 0, 0, 0.12) 3px 1px 5px 0;
4150
4167
  }
4151
4168
  }
4152
- [data-theme=dark] {
4153
- --jkl-menu-border-color: #f9f9f9;
4154
- }
4155
-
4156
- .jkl-menu {
4157
- background-color: var(--jkl-color-background-container-high);
4158
- width: 100%;
4159
- max-width: 21rem;
4160
- display: flex;
4161
- flex-direction: column;
4162
- align-items: flex-start;
4163
- flex-wrap: nowrap;
4164
- box-shadow: 0 0.25rem 1.25rem rgba(49, 48, 48, 0.2);
4165
- border-radius: 0.125rem;
4166
- border: 2px solid var(--jkl-menu-border-color);
4167
- z-index: 7000;
4168
- }
4169
- .jkl-menu:focus-visible {
4170
- outline: none;
4171
- }
4172
- .jkl-menu .jkl-menu[data-placement=bottom-start] {
4173
- box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 0, rgba(0, 0, 0, 0.14) -1px 2px 2px 0, rgba(0, 0, 0, 0.12) 3px 1px 5px 0;
4174
- }
4175
-
4176
- .jkl-nav-link {
4177
- color: var(--jkl-color-text-default);
4178
- box-sizing: border-box;
4179
- font-weight: 400;
4180
- text-decoration: none;
4181
- position: relative;
4182
- padding-right: 0.15rem;
4183
- margin-right: -0.15rem;
4184
- }
4185
- .jkl-nav-link {
4186
- outline: 0;
4187
- border-style: none;
4188
- outline-style: none;
4189
- }
4190
- .jkl-nav-link:active, .jkl-nav-link:hover, .jkl-nav-link:focus {
4191
- outline: 0;
4192
- outline-style: none;
4193
- }
4194
- @media screen and (forced-colors: active) {
4169
+ @layer jokul.components {
4195
4170
  .jkl-nav-link {
4196
- outline: revert;
4197
- border-style: revert;
4198
- outline-style: revert;
4171
+ color: var(--jkl-color-text-default);
4172
+ box-sizing: border-box;
4173
+ font-weight: 400;
4174
+ text-decoration: none;
4175
+ position: relative;
4176
+ padding-right: 0.15rem;
4177
+ margin-right: -0.15rem;
4178
+ }
4179
+ .jkl-nav-link {
4180
+ outline: 0;
4181
+ border-style: none;
4182
+ outline-style: none;
4199
4183
  }
4200
4184
  .jkl-nav-link:active, .jkl-nav-link:hover, .jkl-nav-link:focus {
4201
- outline: revert;
4202
- outline-style: revert;
4185
+ outline: 0;
4186
+ outline-style: none;
4187
+ }
4188
+ @media screen and (forced-colors: active) {
4189
+ .jkl-nav-link {
4190
+ outline: revert;
4191
+ border-style: revert;
4192
+ outline-style: revert;
4193
+ }
4194
+ .jkl-nav-link:active, .jkl-nav-link:hover, .jkl-nav-link:focus {
4195
+ outline: revert;
4196
+ outline-style: revert;
4197
+ }
4198
+ }
4199
+ .jkl-nav-link:hover:not(:focus) {
4200
+ color: var(--jkl-color-text-subdued);
4201
+ }
4202
+ .jkl-nav-link:focus-visible {
4203
+ outline: 3px solid var(--jkl-color-border-action);
4204
+ outline-offset: 0;
4205
+ }
4206
+ .jkl-nav-link:focus-visible .jkl-nav-link__icon, .jkl-nav-link:hover:not(:focus) .jkl-nav-link__icon {
4207
+ transform: translateX(0.3rem);
4208
+ }
4209
+ .jkl-nav-link__icon {
4210
+ margin-inline-start: 0.1em;
4211
+ margin-block-start: -0.1em;
4212
+ vertical-align: middle;
4213
+ transition-timing-function: ease;
4214
+ transition-duration: 150ms;
4215
+ transition-property: transform;
4216
+ }
4217
+ .jkl-nav-link--active {
4218
+ --jkl-icon-weight: 400;
4219
+ font-weight: 700;
4220
+ letter-spacing: -0.014em;
4221
+ }
4222
+ .jkl-nav-link--back {
4223
+ padding-right: 0;
4224
+ margin-right: 0;
4225
+ padding-left: 0.15rem;
4226
+ margin-left: -0.15rem;
4227
+ }
4228
+ .jkl-nav-link--back .jkl-nav-link__icon {
4229
+ margin-inline: 0 0.1em;
4230
+ }
4231
+ .jkl-nav-link--back:focus-visible .jkl-nav-link__icon, .jkl-nav-link--back:hover:not(:focus) .jkl-nav-link__icon {
4232
+ padding-left: 0;
4233
+ transform: translateX(-0.3rem);
4203
4234
  }
4204
4235
  }
4205
- .jkl-nav-link:hover:not(:focus) {
4206
- color: var(--jkl-color-text-subdued);
4207
- }
4208
- .jkl-nav-link:focus-visible {
4209
- outline: 3px solid var(--jkl-color-border-action);
4210
- outline-offset: 0;
4211
- }
4212
- .jkl-nav-link:focus-visible .jkl-nav-link__icon, .jkl-nav-link:hover:not(:focus) .jkl-nav-link__icon {
4213
- transform: translateX(0.3rem);
4214
- }
4215
- .jkl-nav-link__icon {
4216
- margin-inline-start: 0.1em;
4217
- margin-block-start: -0.1em;
4218
- vertical-align: middle;
4219
- transition-timing-function: ease;
4220
- transition-duration: 150ms;
4221
- transition-property: transform;
4222
- }
4223
- .jkl-nav-link--active {
4224
- --jkl-icon-weight: 400;
4225
- font-weight: 700;
4226
- letter-spacing: -0.014em;
4227
- }
4228
- .jkl-nav-link--back {
4229
- padding-right: 0;
4230
- margin-right: 0;
4231
- padding-left: 0.15rem;
4232
- margin-left: -0.15rem;
4233
- }
4234
- .jkl-nav-link--back .jkl-nav-link__icon {
4235
- margin-inline: 0 0.1em;
4236
- }
4237
- .jkl-nav-link--back:focus-visible .jkl-nav-link__icon, .jkl-nav-link--back:hover:not(:focus) .jkl-nav-link__icon {
4238
- padding-left: 0;
4239
- transform: translateX(-0.3rem);
4240
- }
4241
-
4242
4236
  .jkl-pagination {
4243
4237
  display: flex;
4244
4238
  }
@@ -4561,103 +4555,105 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
4561
4555
  }
4562
4556
  }
4563
4557
 
4564
- .jkl-progress-bar {
4565
- --track-color: var(--jkl-color-border-separator);
4566
- --bar-color: var(--jkl-color-border-input-focus);
4567
- --bar-height: 0.25rem;
4568
- background-color: var(--track-color);
4569
- border-radius: 6.25rem;
4570
- height: var(--bar-height);
4571
- width: 100%;
4572
- overflow: hidden;
4573
- }
4574
- .jkl-progress-bar__tracker {
4575
- display: block;
4576
- height: var(--bar-height);
4577
- background-color: var(--bar-color);
4578
- }
4579
- @media screen and (forced-colors: active) {
4558
+ @layer jokul.components {
4580
4559
  .jkl-progress-bar {
4581
- background-color: Canvas;
4560
+ --track-color: var(--jkl-color-border-separator);
4561
+ --bar-color: var(--jkl-color-border-input-focus);
4562
+ --bar-height: 0.25rem;
4563
+ background-color: var(--track-color);
4564
+ border-radius: 6.25rem;
4565
+ height: var(--bar-height);
4566
+ width: 100%;
4567
+ overflow: hidden;
4582
4568
  }
4583
4569
  .jkl-progress-bar__tracker {
4584
- background-color: CanvasText;
4570
+ display: block;
4571
+ height: var(--bar-height);
4572
+ background-color: var(--bar-color);
4585
4573
  }
4586
- }
4587
- .jkl-progress-bar__tracker {
4588
- transition-property: width;
4589
- transition-timing-function: ease;
4590
- transition-duration: 150ms;
4591
- }
4592
-
4593
- @keyframes jkl-downcount-uodaf2r {
4594
- from {
4595
- width: 100%;
4574
+ @media screen and (forced-colors: active) {
4575
+ .jkl-progress-bar {
4576
+ background-color: Canvas;
4577
+ }
4578
+ .jkl-progress-bar__tracker {
4579
+ background-color: CanvasText;
4580
+ }
4596
4581
  }
4597
- to {
4598
- width: 0%;
4582
+ .jkl-progress-bar__tracker {
4583
+ transition-property: width;
4584
+ transition-timing-function: ease;
4585
+ transition-duration: 150ms;
4586
+ }
4587
+ @keyframes jkl-downcount-u0wcf3k {
4588
+ from {
4589
+ width: 100%;
4590
+ }
4591
+ to {
4592
+ width: 0%;
4593
+ }
4594
+ }
4595
+ }
4596
+ @layer jokul.components {
4597
+ @keyframes jkl-dot-in-u0wcf44 {
4598
+ 0% {
4599
+ transform: scale(0.8);
4600
+ }
4601
+ 100% {
4602
+ transform: scale(1);
4603
+ }
4604
+ }
4605
+ .jkl-radio-panel {
4606
+ --radio-dot-color: transparent;
4607
+ --radio-ring-color: transparent;
4608
+ /* The ring */
4599
4609
  }
4600
- }
4601
- @keyframes jkl-dot-in-uodaf3n {
4602
- 0% {
4603
- transform: scale(0.8);
4610
+ .jkl-radio-panel__decorator {
4611
+ cursor: pointer;
4612
+ display: inline-block;
4613
+ position: relative;
4614
+ height: 1.5rem;
4615
+ width: 1.5rem;
4616
+ border-radius: 50%;
4617
+ border: 0.0625rem solid var(--jkl-color-border-action);
4618
+ background-color: var(--radio-ring-color);
4619
+ transition-property: background-color, outline;
4620
+ transition-timing-function: ease;
4621
+ transition-duration: 150ms;
4622
+ /* The dot */
4604
4623
  }
4605
- 100% {
4606
- transform: scale(1);
4624
+ .jkl-radio-panel__decorator::after {
4625
+ content: "";
4626
+ position: absolute;
4627
+ left: 50%;
4628
+ top: 50%;
4629
+ translate: -50% -50%;
4630
+ scale: 1;
4631
+ height: 1rem;
4632
+ width: 1rem;
4633
+ border-radius: 50%;
4634
+ background-color: var(--radio-dot-color);
4635
+ transition-property: transform;
4636
+ transition-timing-function: ease;
4637
+ transition-duration: 150ms;
4607
4638
  }
4608
- }
4609
- .jkl-radio-panel {
4610
- --radio-dot-color: transparent;
4611
- --radio-ring-color: transparent;
4612
- /* The ring */
4613
- }
4614
- .jkl-radio-panel__decorator {
4615
- cursor: pointer;
4616
- display: inline-block;
4617
- position: relative;
4618
- height: 1.5rem;
4619
- width: 1.5rem;
4620
- border-radius: 50%;
4621
- border: 0.0625rem solid var(--jkl-color-border-action);
4622
- background-color: var(--radio-ring-color);
4623
- transition-property: background-color, outline;
4624
- transition-timing-function: ease;
4625
- transition-duration: 150ms;
4626
- /* The dot */
4627
- }
4628
- .jkl-radio-panel__decorator::after {
4629
- content: "";
4630
- position: absolute;
4631
- left: 50%;
4632
- top: 50%;
4633
- translate: -50% -50%;
4634
- scale: 1;
4635
- height: 1rem;
4636
- width: 1rem;
4637
- border-radius: 50%;
4638
- background-color: var(--radio-dot-color);
4639
- transition-property: transform;
4640
- transition-timing-function: ease;
4641
- transition-duration: 150ms;
4642
- }
4643
- @media screen and (forced-colors: active) {
4644
- .jkl-radio-panel__decorator {
4645
- border: 1px solid ButtonText;
4639
+ @media screen and (forced-colors: active) {
4640
+ .jkl-radio-panel__decorator {
4641
+ border: 1px solid ButtonText;
4642
+ }
4643
+ }
4644
+ .jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
4645
+ animation: jkl-dot-in-u0wcf44 150ms ease;
4646
+ }
4647
+ .jkl-radio-panel:has(:checked) {
4648
+ --radio-dot-color: var(--jkl-color-border-action);
4649
+ }
4650
+ [aria-invalid=true] .jkl-radio-panel {
4651
+ --radio-ring-color: var(--jkl-color-background-alert-error);
4652
+ }
4653
+ [aria-invalid=true] .jkl-radio-panel:has(:checked) {
4654
+ --radio-dot-color: var(--jkl-color-text-on-alert);
4646
4655
  }
4647
4656
  }
4648
- .jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
4649
- animation: jkl-dot-in-uodaf3n 150ms ease;
4650
- }
4651
- .jkl-radio-panel:has(:checked) {
4652
- --radio-dot-color: var(--jkl-color-border-action);
4653
- }
4654
- [aria-invalid=true] .jkl-radio-panel {
4655
- --radio-ring-color: var(--jkl-color-background-alert-error);
4656
- }
4657
- [aria-invalid=true] .jkl-radio-panel:has(:checked) {
4658
- --radio-dot-color: var(--jkl-color-text-on-alert);
4659
- }
4660
-
4661
4657
  :root,
4662
4658
  [data-layout-density=comfortable],
4663
4659
  [data-density=comfortable] {
@@ -4716,7 +4712,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
4716
4712
  .jkl-segmented-control .jkl-segmented-control-item:hover {
4717
4713
  background-color: var(--jkl-color-background-interactive-hover);
4718
4714
  border-color: var(--jkl-color-border-separator-hover);
4719
- z-index: 1;
4715
+ z-index: 2;
4720
4716
  }
4721
4717
  .jkl-segmented-control .jkl-segmented-control-item:has(input:checked) {
4722
4718
  background-color: var(--jkl-color-background-container-high);
@@ -4748,64 +4744,63 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
4748
4744
  border-start-end-radius: var(--jkl-segmented-controls-border-radius);
4749
4745
  }
4750
4746
 
4751
- @media screen and (prefers-color-scheme: light) {
4752
- :root {
4747
+ @layer jokul.components {
4748
+ @media screen and (prefers-color-scheme: light) {
4749
+ :root {
4750
+ --jkl-summary-table-border-color: #1b1917;
4751
+ }
4752
+ }
4753
+ [data-theme=light] {
4753
4754
  --jkl-summary-table-border-color: #1b1917;
4754
4755
  }
4755
- }
4756
- [data-theme=light] {
4757
- --jkl-summary-table-border-color: #1b1917;
4758
- }
4759
-
4760
- @media screen and (prefers-color-scheme: dark) {
4761
- :root {
4756
+ @media screen and (prefers-color-scheme: dark) {
4757
+ :root {
4758
+ --jkl-summary-table-border-color: #c8c5c3;
4759
+ }
4760
+ }
4761
+ [data-theme=dark] {
4762
4762
  --jkl-summary-table-border-color: #c8c5c3;
4763
4763
  }
4764
+ .jkl-summary-table {
4765
+ display: flex;
4766
+ flex-direction: column;
4767
+ overflow-wrap: anywhere;
4768
+ width: 100%;
4769
+ }
4770
+ .jkl-summary-table tr {
4771
+ display: flex;
4772
+ justify-content: space-between;
4773
+ padding-bottom: 0.5rem;
4774
+ }
4775
+ .jkl-summary-table th,
4776
+ .jkl-summary-table td {
4777
+ flex-basis: 50%;
4778
+ padding-right: 1rem;
4779
+ }
4780
+ .jkl-summary-table th:first-child,
4781
+ .jkl-summary-table td:first-child {
4782
+ text-align: left;
4783
+ }
4784
+ .jkl-summary-table th:last-child,
4785
+ .jkl-summary-table td:last-child {
4786
+ text-align: right;
4787
+ padding-right: 0;
4788
+ }
4789
+ .jkl-summary-table > tbody th {
4790
+ font-weight: 400;
4791
+ }
4792
+ .jkl-summary-table > tfoot {
4793
+ border-top: 0.0625rem solid #1b1917;
4794
+ border-top: 0.0625rem solid var(--jkl-summary-table-border-color);
4795
+ border-bottom: 0.0625rem solid #1b1917;
4796
+ border-bottom: 0.0625rem solid var(--jkl-summary-table-border-color);
4797
+ padding-top: 0.5rem;
4798
+ }
4799
+ .jkl-summary-table > tfoot th,
4800
+ .jkl-summary-table > tfoot td {
4801
+ font-weight: 700;
4802
+ }
4764
4803
  }
4765
- [data-theme=dark] {
4766
- --jkl-summary-table-border-color: #c8c5c3;
4767
- }
4768
-
4769
- .jkl-summary-table {
4770
- display: flex;
4771
- flex-direction: column;
4772
- overflow-wrap: anywhere;
4773
- width: 100%;
4774
- }
4775
- .jkl-summary-table tr {
4776
- display: flex;
4777
- justify-content: space-between;
4778
- padding-bottom: 0.5rem;
4779
- }
4780
- .jkl-summary-table th,
4781
- .jkl-summary-table td {
4782
- flex-basis: 50%;
4783
- padding-right: 1rem;
4784
- }
4785
- .jkl-summary-table th:first-child,
4786
- .jkl-summary-table td:first-child {
4787
- text-align: left;
4788
- }
4789
- .jkl-summary-table th:last-child,
4790
- .jkl-summary-table td:last-child {
4791
- text-align: right;
4792
- padding-right: 0;
4793
- }
4794
- .jkl-summary-table > tbody th {
4795
- font-weight: 400;
4796
- }
4797
- .jkl-summary-table > tfoot {
4798
- border-top: 0.0625rem solid #1b1917;
4799
- border-top: 0.0625rem solid var(--jkl-summary-table-border-color);
4800
- border-bottom: 0.0625rem solid #1b1917;
4801
- border-bottom: 0.0625rem solid var(--jkl-summary-table-border-color);
4802
- padding-top: 0.5rem;
4803
- }
4804
- .jkl-summary-table > tfoot th,
4805
- .jkl-summary-table > tfoot td {
4806
- font-weight: 700;
4807
- }
4808
-
4809
4804
  :root,
4810
4805
  [data-layout-density=comfortable],
4811
4806
  [data-density=comfortable] {
@@ -4949,7 +4944,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
4949
4944
  margin-bottom: 0;
4950
4945
  }
4951
4946
  .jkl-system-message--dismissed {
4952
- animation: jkl-dismiss-uodaf40 400ms forwards;
4947
+ animation: jkl-dismiss-u0wcf45 400ms forwards;
4953
4948
  transition: block 400ms 400ms;
4954
4949
  }
4955
4950
  .jkl-system-message--info {
@@ -4980,7 +4975,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
4980
4975
  }
4981
4976
  }
4982
4977
 
4983
- @keyframes jkl-dismiss-uodaf40 {
4978
+ @keyframes jkl-dismiss-u0wcf45 {
4984
4979
  from {
4985
4980
  opacity: 1;
4986
4981
  transform: translateY(0);
@@ -5556,144 +5551,138 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
5556
5551
  }
5557
5552
  }
5558
5553
 
5559
- :root,
5560
- [data-layout-density=comfortable],
5561
- [data-density=comfortable] {
5562
- --jkl-tab-padding: var(--jkl-unit-10) var(--jkl-unit-50) var(--jkl-unit-15)
5563
- var(--jkl-unit-02);
5564
- --jkl-tab-padding-inline-end: var(--jkl-unit-50);
5565
- --jkl-tab-font-size: var(--jkl-body-font-size);
5566
- --jkl-tab-line-height: var(--jkl-body-line-height);
5567
- --jkl-tab-font-weight: var(--jkl-body-font-weight);
5568
- }
5569
- @media (width >= 0) and (max-width: 679px) {
5554
+ @layer jokul.components {
5570
5555
  :root,
5571
5556
  [data-layout-density=comfortable],
5572
5557
  [data-density=comfortable] {
5573
- --jkl-tab-padding: var(--jkl-unit-10) var(--jkl-unit-30)
5574
- var(--jkl-unit-15) var(--jkl-unit-02);
5575
- --jkl-tab-padding-inline-end: var(--jkl-unit-30);
5558
+ --jkl-tab-padding: var(--jkl-unit-10) var(--jkl-unit-50) var(--jkl-unit-15) var(--jkl-unit-02);
5559
+ --jkl-tab-padding-inline-end: var(--jkl-unit-50);
5560
+ --jkl-tab-font-size: var(--jkl-body-font-size);
5561
+ --jkl-tab-line-height: var(--jkl-body-line-height);
5562
+ --jkl-tab-font-weight: var(--jkl-body-font-weight);
5563
+ }
5564
+ @media (width >= 0) and (max-width: 679px) {
5565
+ :root,
5566
+ [data-layout-density=comfortable],
5567
+ [data-density=comfortable] {
5568
+ --jkl-tab-padding: var(--jkl-unit-10) var(--jkl-unit-30) var(--jkl-unit-15) var(--jkl-unit-02);
5569
+ --jkl-tab-padding-inline-end: var(--jkl-unit-30);
5570
+ }
5571
+ }
5572
+ [data-layout-density=compact],
5573
+ [data-density=compact] {
5574
+ --jkl-tab-font-size: var(--jkl-small-font-size);
5575
+ --jkl-tab-line-height: var(--jkl-small-line-height);
5576
+ --jkl-tab-font-weight: var(--jkl-small-font-weight);
5577
+ --jkl-tab-padding: var(--jkl-unit-02) var(--jkl-unit-40) var(--jkl-unit-05) 0;
5578
+ --jkl-tab-padding-inline-end: var(--jkl-unit-40);
5579
+ }
5580
+ .jkl-tabs {
5581
+ width: 100%;
5576
5582
  }
5577
- }
5578
-
5579
- [data-layout-density=compact],
5580
- [data-density=compact] {
5581
- --jkl-tab-font-size: var(--jkl-small-font-size);
5582
- --jkl-tab-line-height: var(--jkl-small-line-height);
5583
- --jkl-tab-font-weight: var(--jkl-small-font-weight);
5584
- --jkl-tab-padding: var(--jkl-unit-02) var(--jkl-unit-40) var(--jkl-unit-05)
5585
- 0;
5586
- --jkl-tab-padding-inline-end: var(--jkl-unit-40);
5587
- }
5588
-
5589
- .jkl-tabs {
5590
- width: 100%;
5591
- }
5592
-
5593
- .jkl-tablist {
5594
- --text-color: var(--jkl-color-text-interactive);
5595
- --line-color: var(--jkl-color-border-separator);
5596
- --indicator-color: var(--jkl-color-border-separator-hover);
5597
- scroll-snap-type: x proximity;
5598
- overflow: scroll hidden;
5599
- scrollbar-width: none;
5600
- position: relative;
5601
- display: inline-flex;
5602
- flex-direction: row;
5603
- padding: 0;
5604
- margin: 0;
5605
- border-bottom: 1px solid var(--line-color);
5606
- width: fit-content;
5607
- max-width: 100%;
5608
- }
5609
- @media screen and (forced-colors: active) {
5610
5583
  .jkl-tablist {
5611
- border-color: GrayText;
5584
+ --text-color: var(--jkl-color-text-interactive);
5585
+ --line-color: var(--jkl-color-border-separator);
5586
+ --indicator-color: var(--jkl-color-border-separator-hover);
5587
+ scroll-snap-type: x proximity;
5588
+ overflow: scroll hidden;
5589
+ scrollbar-width: none;
5590
+ position: relative;
5591
+ display: inline-flex;
5592
+ flex-direction: row;
5593
+ padding: 0;
5594
+ margin: 0;
5595
+ border-bottom: 1px solid var(--line-color);
5596
+ width: fit-content;
5597
+ max-width: 100%;
5612
5598
  }
5613
- }
5614
- .jkl-tablist::-webkit-scrollbar {
5615
- display: none;
5616
- }
5617
- @supports (position-anchor: --active-tab) {
5618
- .jkl-tablist::after {
5619
- content: "";
5620
- position: absolute;
5621
- position-anchor: --active-tab;
5622
- height: 2px;
5623
- width: calc(anchor-size(inline) - var(--jkl-tab-padding-inline-end));
5624
- inset-block-start: calc(anchor(end) - 2px);
5625
- inset-inline-start: calc(anchor(--active-tab start));
5626
- background-color: var(--indicator-color);
5627
- transition-timing-function: ease;
5628
- transition-duration: 400ms;
5599
+ @media screen and (forced-colors: active) {
5600
+ .jkl-tablist {
5601
+ border-color: GrayText;
5602
+ }
5603
+ }
5604
+ .jkl-tablist::-webkit-scrollbar {
5605
+ display: none;
5606
+ }
5607
+ @supports (position-anchor: --active-tab) {
5608
+ .jkl-tablist::after {
5609
+ content: "";
5610
+ position: absolute;
5611
+ position-anchor: --active-tab;
5612
+ height: 2px;
5613
+ width: calc(anchor-size(inline) - var(--jkl-tab-padding-inline-end));
5614
+ inset-block-start: calc(anchor(end) - 2px);
5615
+ inset-inline-start: calc(anchor(--active-tab start));
5616
+ background-color: var(--indicator-color);
5617
+ transition-timing-function: ease;
5618
+ transition-duration: 400ms;
5619
+ }
5629
5620
  }
5630
- }
5631
-
5632
- .jkl-tab {
5633
- font-size: var(--jkl-tab-font-size);
5634
- line-height: var(--jkl-tab-line-height);
5635
- font-weight: var(--jkl-tab-font-weight);
5636
- color: var(--text-color);
5637
- padding: var(--jkl-tab-padding);
5638
- border: none;
5639
- background-color: transparent;
5640
- cursor: pointer;
5641
- position: relative;
5642
- scroll-margin-inline-start: var(--jkl-unit-20);
5643
- scroll-snap-align: start;
5644
- text-decoration: none;
5645
- white-space: nowrap;
5646
- }
5647
- .jkl-tab {
5648
- outline: 0;
5649
- border-style: none;
5650
- outline-style: none;
5651
- }
5652
- .jkl-tab:active, .jkl-tab:hover, .jkl-tab:focus {
5653
- outline: 0;
5654
- outline-style: none;
5655
- }
5656
- @media screen and (forced-colors: active) {
5657
5621
  .jkl-tab {
5658
- outline: revert;
5659
- border-style: revert;
5660
- outline-style: revert;
5622
+ font-size: var(--jkl-tab-font-size);
5623
+ line-height: var(--jkl-tab-line-height);
5624
+ font-weight: var(--jkl-tab-font-weight);
5625
+ color: var(--text-color);
5626
+ padding: var(--jkl-tab-padding);
5627
+ border: none;
5628
+ background-color: transparent;
5629
+ cursor: pointer;
5630
+ position: relative;
5631
+ scroll-margin-inline-start: var(--jkl-unit-20);
5632
+ scroll-snap-align: start;
5633
+ text-decoration: none;
5634
+ white-space: nowrap;
5635
+ }
5636
+ .jkl-tab {
5637
+ outline: 0;
5638
+ border-style: none;
5639
+ outline-style: none;
5661
5640
  }
5662
5641
  .jkl-tab:active, .jkl-tab:hover, .jkl-tab:focus {
5663
- outline: revert;
5664
- outline-style: revert;
5642
+ outline: 0;
5643
+ outline-style: none;
5644
+ }
5645
+ @media screen and (forced-colors: active) {
5646
+ .jkl-tab {
5647
+ outline: revert;
5648
+ border-style: revert;
5649
+ outline-style: revert;
5650
+ }
5651
+ .jkl-tab:active, .jkl-tab:hover, .jkl-tab:focus {
5652
+ outline: revert;
5653
+ outline-style: revert;
5654
+ }
5655
+ }
5656
+ .jkl-tab:hover {
5657
+ --text-color: var(--jkl-color-text-interactive-hover);
5658
+ }
5659
+ .jkl-tab:focus-visible {
5660
+ outline: 3px solid var(--jkl-color-border-action);
5661
+ outline-offset: -2px;
5665
5662
  }
5666
- }
5667
- .jkl-tab:hover {
5668
- --text-color: var(--jkl-color-text-interactive-hover);
5669
- }
5670
- .jkl-tab:focus-visible {
5671
- outline: 3px solid var(--jkl-color-border-action);
5672
- outline-offset: -2px;
5673
- }
5674
- .jkl-tab[aria-selected=true] {
5675
- anchor-name: --active-tab;
5676
- --jkl-icon-weight: 400;
5677
- font-weight: 700;
5678
- letter-spacing: -0.014em;
5679
- }
5680
- @supports not (position-anchor: --active-tab) {
5681
5663
  .jkl-tab[aria-selected=true] {
5682
- position: relative;
5664
+ anchor-name: --active-tab;
5665
+ --jkl-icon-weight: 400;
5666
+ font-weight: 700;
5667
+ letter-spacing: -0.014em;
5683
5668
  }
5684
- .jkl-tab[aria-selected=true]::after {
5685
- content: "";
5686
- position: absolute;
5687
- height: 2px;
5688
- width: calc(100% - var(--jkl-tab-padding-inline-end));
5689
- inset-block-end: 0;
5690
- inset-inline-start: 0;
5691
- background-color: var(--indicator-color);
5692
- transition-timing-function: ease;
5693
- transition-duration: 400ms;
5669
+ @supports not (position-anchor: --active-tab) {
5670
+ .jkl-tab[aria-selected=true] {
5671
+ position: relative;
5672
+ }
5673
+ .jkl-tab[aria-selected=true]::after {
5674
+ content: "";
5675
+ position: absolute;
5676
+ height: 2px;
5677
+ width: calc(100% - var(--jkl-tab-padding-inline-end));
5678
+ inset-block-end: 0;
5679
+ inset-inline-start: 0;
5680
+ background-color: var(--indicator-color);
5681
+ transition-timing-function: ease;
5682
+ transition-duration: 400ms;
5683
+ }
5694
5684
  }
5695
5685
  }
5696
-
5697
5686
  :root,
5698
5687
  [data-layout-density=comfortable],
5699
5688
  [data-density=comfortable] {
@@ -5880,14 +5869,14 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
5880
5869
 
5881
5870
  .jkl-toast[data-animation=entering],
5882
5871
  .jkl-toast[data-animation=queued] {
5883
- animation: jkl-entering-uodaf48 200ms ease-out forwards;
5872
+ animation: jkl-entering-u0wcf4g 200ms ease-out forwards;
5884
5873
  }
5885
5874
 
5886
5875
  .jkl-toast[data-animation=exiting] {
5887
- animation: jkl-exiting-uodaf4s 150ms ease-in forwards;
5876
+ animation: jkl-exiting-u0wcf50 150ms ease-in forwards;
5888
5877
  }
5889
5878
 
5890
- @keyframes jkl-entering-uodaf48 {
5879
+ @keyframes jkl-entering-u0wcf4g {
5891
5880
  from {
5892
5881
  opacity: 0;
5893
5882
  transform: translate3d(0, 50%, 0);
@@ -5897,7 +5886,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
5897
5886
  transform: translate3d(0, 0, 0);
5898
5887
  }
5899
5888
  }
5900
- @keyframes jkl-exiting-uodaf4s {
5889
+ @keyframes jkl-exiting-u0wcf50 {
5901
5890
  from {
5902
5891
  opacity: 1;
5903
5892
  transform: translate3d(0, 0, 0);
@@ -5912,18 +5901,18 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
5912
5901
  --jkl-slider-bg: #e0dbd4;
5913
5902
  --jkl-slider-pill: #f9f9f9;
5914
5903
  --jkl-slider-pill-text: #1b1917;
5915
- --jkl-slider-pill-text--active: #000000;
5916
- --jkl-slider-focus-color: #000000;
5917
- --jkl-slider-hover-color: #000000;
5904
+ --jkl-slider-pill-text--active: #000;
5905
+ --jkl-slider-focus-color: #000;
5906
+ --jkl-slider-hover-color: #000;
5918
5907
  }
5919
5908
  }
5920
5909
  [data-theme=light] {
5921
5910
  --jkl-slider-bg: #e0dbd4;
5922
5911
  --jkl-slider-pill: #f9f9f9;
5923
5912
  --jkl-slider-pill-text: #1b1917;
5924
- --jkl-slider-pill-text--active: #000000;
5925
- --jkl-slider-focus-color: #000000;
5926
- --jkl-slider-hover-color: #000000;
5913
+ --jkl-slider-pill-text--active: #000;
5914
+ --jkl-slider-focus-color: #000;
5915
+ --jkl-slider-hover-color: #000;
5927
5916
  }
5928
5917
 
5929
5918
  @media screen and (prefers-color-scheme: dark) {
@@ -5931,18 +5920,18 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
5931
5920
  --jkl-slider-bg: #444141;
5932
5921
  --jkl-slider-pill: #1b1917;
5933
5922
  --jkl-slider-pill-text: #f9f9f9;
5934
- --jkl-slider-pill-text--active: #ffffff;
5923
+ --jkl-slider-pill-text--active: #fff;
5935
5924
  --jkl-slider-focus-color: #c8c5c3;
5936
- --jkl-slider-hover-color: #ffffff;
5925
+ --jkl-slider-hover-color: #fff;
5937
5926
  }
5938
5927
  }
5939
5928
  [data-theme=dark] {
5940
5929
  --jkl-slider-bg: #444141;
5941
5930
  --jkl-slider-pill: #1b1917;
5942
5931
  --jkl-slider-pill-text: #f9f9f9;
5943
- --jkl-slider-pill-text--active: #ffffff;
5932
+ --jkl-slider-pill-text--active: #fff;
5944
5933
  --jkl-slider-focus-color: #c8c5c3;
5945
- --jkl-slider-hover-color: #ffffff;
5934
+ --jkl-slider-hover-color: #fff;
5946
5935
  }
5947
5936
 
5948
5937
  :root,
@@ -6215,10 +6204,6 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-toggle-slider:
6215
6204
  }
6216
6205
 
6217
6206
  .jkl-help-popover {
6218
- transition-timing-function: ease;
6219
- transition-duration: 150ms;
6220
- opacity: 0;
6221
- transition: opacity, overlay allow-discrete, display allow-discrete;
6222
6207
  max-width: 40ch;
6223
6208
  padding: var(--jkl-unit-30);
6224
6209
  margin: var(--jkl-unit-05);
@@ -6261,12 +6246,4 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-toggle-slider:
6261
6246
  .jkl-help-popover[data-position=right] {
6262
6247
  position-area: right center;
6263
6248
  position-try: right, left, top, bottom;
6264
- }
6265
- .jkl-help-popover:popover-open {
6266
- opacity: 1;
6267
- }
6268
- @starting-style {
6269
- .jkl-help-popover:popover-open {
6270
- opacity: 0;
6271
- }
6272
6249
  }