@fremtind/jokul 3.5.3 → 3.6.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.
- package/build/_commonjsHelpers-C37NGDzP.cjs +2 -0
- package/build/_commonjsHelpers-C37NGDzP.cjs.map +1 -0
- package/build/_commonjsHelpers-CXUWDbkB.js +2 -0
- package/build/_commonjsHelpers-CXUWDbkB.js.map +1 -0
- package/build/build-stats.html +1 -1
- package/build/cjs/components/autosuggest/BaseAutosuggest.cjs +1 -1
- package/build/cjs/components/autosuggest/BaseAutosuggest.cjs.map +1 -1
- package/build/cjs/components/datepicker/DatePicker.cjs +1 -1
- package/build/cjs/components/datepicker/DatePicker.cjs.map +1 -1
- package/build/cjs/components/datepicker/internal/Calendar.cjs +1 -1
- package/build/cjs/components/datepicker/internal/Calendar.cjs.map +1 -1
- package/build/cjs/components/datepicker/internal/useCalendar.cjs +1 -1
- package/build/cjs/components/datepicker/internal/useCalendar.cjs.map +1 -1
- package/build/cjs/components/datepicker/internal/utils.cjs +1 -1
- package/build/cjs/components/datepicker/internal/utils.cjs.map +1 -1
- package/build/cjs/core/tokens/build-tailwind-4.cjs +2 -0
- package/build/cjs/core/tokens/build-tailwind-4.cjs.map +1 -0
- package/build/cjs/core/tokens/build-tailwind-4.d.cts +1 -0
- package/build/es/components/autosuggest/BaseAutosuggest.js +1 -1
- package/build/es/components/autosuggest/BaseAutosuggest.js.map +1 -1
- package/build/es/components/datepicker/DatePicker.js +1 -1
- package/build/es/components/datepicker/DatePicker.js.map +1 -1
- package/build/es/components/datepicker/internal/Calendar.js +1 -1
- package/build/es/components/datepicker/internal/Calendar.js.map +1 -1
- package/build/es/components/datepicker/internal/useCalendar.js +1 -1
- package/build/es/components/datepicker/internal/useCalendar.js.map +1 -1
- package/build/es/components/datepicker/internal/utils.js +1 -1
- package/build/es/components/datepicker/internal/utils.js.map +1 -1
- package/build/es/core/tokens/build-tailwind-4.d.ts +1 -0
- package/build/es/core/tokens/build-tailwind-4.js +2 -0
- package/build/es/core/tokens/build-tailwind-4.js.map +1 -0
- package/build/utils-CcE6HjQp.js +2 -0
- package/build/utils-CcE6HjQp.js.map +1 -0
- package/build/utils-DxmZDrR9.cjs +2 -0
- package/build/utils-DxmZDrR9.cjs.map +1 -0
- package/package.json +2 -2
- package/styles/components/checkbox/checkbox.css +4 -4
- package/styles/components/checkbox/checkbox.min.css +1 -1
- package/styles/components/checkbox/development/public/fonts/webfonts.css +115 -0
- package/styles/components/checkbox/development/public/fonts/webfonts.min.css +1 -0
- package/styles/components/checkbox-panel/checkbox-panel.css +6 -6
- package/styles/components/checkbox-panel/checkbox-panel.min.css +1 -1
- package/styles/components/countdown/countdown.css +2 -2
- package/styles/components/countdown/countdown.min.css +1 -1
- package/styles/components/feedback/feedback.css +2 -2
- package/styles/components/feedback/feedback.min.css +1 -1
- package/styles/components/file-input/development/public/fonts/_index.scss +1 -0
- package/styles/components/file-input/development/public/fonts/webfonts.css +108 -0
- package/styles/components/file-input/development/public/fonts/webfonts.min.css +1 -0
- package/styles/components/file-input/development/public/fonts/webfonts.scss +137 -0
- package/styles/components/file-input/file-input.css +9 -9
- package/styles/components/file-input/file-input.min.css +1 -1
- package/styles/components/input-group/input-group.css +2 -2
- package/styles/components/input-group/input-group.min.css +1 -1
- package/styles/components/loader/loader.css +6 -6
- package/styles/components/loader/loader.min.css +1 -1
- package/styles/components/loader/skeleton-loader.css +3 -3
- package/styles/components/loader/skeleton-loader.min.css +1 -1
- package/styles/components/menu/development/public/fonts/_index.scss +1 -0
- package/styles/components/menu/development/public/fonts/webfonts.css +108 -0
- package/styles/components/menu/development/public/fonts/webfonts.min.css +1 -0
- package/styles/components/menu/development/public/fonts/webfonts.scss +137 -0
- package/styles/components/message/message.css +2 -2
- package/styles/components/message/message.min.css +1 -1
- package/styles/components/progress-bar/progress-bar.css +1 -1
- package/styles/components/progress-bar/progress-bar.min.css +1 -1
- package/styles/components/radio-button/development/public/fonts/_index.scss +1 -0
- package/styles/components/radio-button/development/public/fonts/webfonts.css +115 -0
- package/styles/components/radio-button/development/public/fonts/webfonts.min.css +1 -0
- package/styles/components/radio-button/development/public/fonts/webfonts.scss +145 -0
- package/styles/components/radio-button/radio-button.css +2 -2
- package/styles/components/radio-button/radio-button.min.css +1 -1
- package/styles/components/radio-panel/radio-panel.css +2 -2
- package/styles/components/radio-panel/radio-panel.min.css +1 -1
- package/styles/components/segmented-control/segmented-control.css +4 -4
- package/styles/components/segmented-control/segmented-control.min.css +1 -1
- package/styles/components/system-message/system-message.css +2 -2
- package/styles/components/system-message/system-message.min.css +1 -1
- package/styles/components/text-input/development/public/fonts/_index.scss +1 -0
- package/styles/components/text-input/development/public/fonts/webfonts.css +115 -0
- package/styles/components/text-input/development/public/fonts/webfonts.min.css +1 -0
- package/styles/components/text-input/development/public/fonts/webfonts.scss +145 -0
- package/styles/components/toast/toast.css +4 -4
- package/styles/components/toast/toast.min.css +1 -1
- package/styles/components/toggle-switch/development/public/fonts/_index.scss +1 -0
- package/styles/components/toggle-switch/development/public/fonts/webfonts.css +115 -0
- package/styles/components/toggle-switch/development/public/fonts/webfonts.min.css +1 -0
- package/styles/components/toggle-switch/development/public/fonts/webfonts.scss +145 -0
- package/styles/styles.css +34 -34
- package/styles/styles.min.css +2 -2
- package/styles/components/autosuggest/_index.scss +0 -2
- package/styles/components/autosuggest/autosuggest.scss +0 -87
- package/styles/components/breadcrumb/_index.scss +0 -2
- package/styles/components/breadcrumb/breadcrumb.scss +0 -38
- package/styles/components/button/_index.scss +0 -2
- package/styles/components/button/button.scss +0 -169
- package/styles/components/card/_index.scss +0 -3
- package/styles/components/card/card.scss +0 -105
- package/styles/components/checkbox/_index.scss +0 -1
- package/styles/components/checkbox/checkbox.scss +0 -248
- package/styles/components/checkbox-panel/_index.scss +0 -1
- package/styles/components/checkbox-panel/checkbox-panel.scss +0 -95
- package/styles/components/checkbox-panel/development/styles.scss +0 -27
- package/styles/components/chip/_index.scss +0 -2
- package/styles/components/chip/chip.scss +0 -104
- package/styles/components/combobox/_index.scss +0 -6
- package/styles/components/combobox/combobox.scss +0 -238
- package/styles/components/cookie-consent/_index.scss +0 -5
- package/styles/components/cookie-consent/cookie-consent.scss +0 -31
- package/styles/components/countdown/_index.scss +0 -1
- package/styles/components/countdown/countdown.scss +0 -25
- package/styles/components/datepicker/_calendar-date-button.scss +0 -85
- package/styles/components/datepicker/_calendar-navigation-dropdown.scss +0 -52
- package/styles/components/datepicker/_calendar-navigation.scss +0 -12
- package/styles/components/datepicker/_calendar-table.scss +0 -27
- package/styles/components/datepicker/_calendar.scss +0 -36
- package/styles/components/datepicker/_index.scss +0 -6
- package/styles/components/datepicker/datepicker.scss +0 -47
- package/styles/components/description-list/_index.scss +0 -1
- package/styles/components/description-list/description-list.scss +0 -58
- package/styles/components/expander/_index.scss +0 -4
- package/styles/components/expander/expandable.scss +0 -141
- package/styles/components/feedback/_index.scss +0 -10
- package/styles/components/feedback/feedback.scss +0 -113
- package/styles/components/file/_index.scss +0 -3
- package/styles/components/file/file.scss +0 -164
- package/styles/components/file-input/_index.scss +0 -5
- package/styles/components/file-input/file-input.scss +0 -130
- package/styles/components/flex/_index.scss +0 -1
- package/styles/components/flex/flex.scss +0 -252
- package/styles/components/help/_index.scss +0 -2
- package/styles/components/help/help.scss +0 -47
- package/styles/components/icon/_base-styles.scss +0 -21
- package/styles/components/icon/_index.scss +0 -1
- package/styles/components/icon/development/internal/icons-example-grid.scss +0 -13
- package/styles/components/icon/icon.scss +0 -139
- package/styles/components/icon-button/_index.scss +0 -1
- package/styles/components/icon-button/icon-button.scss +0 -38
- package/styles/components/image/_index.scss +0 -1
- package/styles/components/image/development/style.scss +0 -9
- package/styles/components/image/image.scss +0 -37
- package/styles/components/image/stories/styles.scss +0 -9
- package/styles/components/input-group/_field-group.scss +0 -5
- package/styles/components/input-group/_index.scss +0 -3
- package/styles/components/input-group/_labels.scss +0 -159
- package/styles/components/input-group/input-group.scss +0 -11
- package/styles/components/input-panel/input-panel.scss +0 -84
- package/styles/components/link/_index.scss +0 -1
- package/styles/components/link/link.scss +0 -62
- package/styles/components/link-list/_index.scss +0 -2
- package/styles/components/link-list/link-list.scss +0 -94
- package/styles/components/list/_index.scss +0 -1
- package/styles/components/list/list.scss +0 -98
- package/styles/components/loader/_index.scss +0 -2
- package/styles/components/loader/development/styles.scss +0 -11
- package/styles/components/loader/loader.scss +0 -139
- package/styles/components/loader/skeleton-loader.scss +0 -137
- package/styles/components/logo/_index.scss +0 -1
- package/styles/components/logo/development/styles.scss +0 -9
- package/styles/components/logo/logo.scss +0 -90
- package/styles/components/menu/_index.scss +0 -1
- package/styles/components/menu/_menu-divider.scss +0 -10
- package/styles/components/menu/_menu-item.scss +0 -71
- package/styles/components/menu/menu.scss +0 -40
- package/styles/components/message/_index.scss +0 -2
- package/styles/components/message/message.scss +0 -187
- package/styles/components/modal/_index.scss +0 -3
- package/styles/components/modal/modal.scss +0 -107
- package/styles/components/nav-link/_index.scss +0 -1
- package/styles/components/nav-link/nav-link.scss +0 -66
- package/styles/components/pagination/_index.scss +0 -5
- package/styles/components/pagination/development/styles.scss +0 -35
- package/styles/components/pagination/pagination.scss +0 -49
- package/styles/components/popover/_index.scss +0 -1
- package/styles/components/popover/popover.scss +0 -19
- package/styles/components/progress-bar/_index.scss +0 -1
- package/styles/components/progress-bar/progress-bar.scss +0 -27
- package/styles/components/radio-button/_index.scss +0 -2
- package/styles/components/radio-button/radio-button.scss +0 -219
- package/styles/components/radio-panel/_index.scss +0 -1
- package/styles/components/radio-panel/development/styles.scss +0 -27
- package/styles/components/radio-panel/radio-panel.scss +0 -82
- package/styles/components/segmented-control/_index.scss +0 -3
- package/styles/components/segmented-control/segmented-control.scss +0 -99
- package/styles/components/select/_index.scss +0 -3
- package/styles/components/select/select.scss +0 -299
- package/styles/components/summary-table/_index.scss +0 -1
- package/styles/components/summary-table/development/summary-table-example.scss +0 -10
- package/styles/components/summary-table/summary-table.scss +0 -49
- package/styles/components/system-message/_index.scss +0 -2
- package/styles/components/system-message/system-message.scss +0 -177
- package/styles/components/table/_index.scss +0 -6
- package/styles/components/table/_table-caption.scss +0 -7
- package/styles/components/table/_table-cell.scss +0 -86
- package/styles/components/table/_table-head.scss +0 -36
- package/styles/components/table/_table-header.scss +0 -65
- package/styles/components/table/_table-pagination.scss +0 -126
- package/styles/components/table/_table-row.scss +0 -177
- package/styles/components/table/table.scss +0 -53
- package/styles/components/table-of-contents/_index.scss +0 -1
- package/styles/components/tabs/_index.scss +0 -1
- package/styles/components/tabs/tabs.scss +0 -114
- package/styles/components/tag/_index.scss +0 -3
- package/styles/components/tag/tag.scss +0 -65
- package/styles/components/text-area/_index.scss +0 -4
- package/styles/components/text-area/text-area.scss +0 -111
- package/styles/components/text-input/_index.scss +0 -4
- package/styles/components/text-input/text-input.scss +0 -43
- package/styles/components/toast/_index.scss +0 -4
- package/styles/components/toast/toast.scss +0 -219
- package/styles/components/toggle-switch/_index.scss +0 -2
- package/styles/components/toggle-switch/_toggle-slider.scss +0 -123
- package/styles/components/toggle-switch/toggle-switch.scss +0 -137
- package/styles/components/tooltip/_index.scss +0 -3
- package/styles/components/tooltip/popuptip.scss +0 -5
- package/styles/components/tooltip/tooltip.scss +0 -87
- package/styles/components-beta/description-list/_index.scss +0 -1
- package/styles/components-beta/description-list/description-list.scss +0 -80
- package/styles/components-beta/link-list/_index.scss +0 -2
- package/styles/components-beta/link-list/link-list.scss +0 -81
- package/styles/components-beta/nav-link/_index.scss +0 -1
- package/styles/components-beta/nav-link/navlink.scss +0 -66
- package/styles/components-beta/search/_index.scss +0 -4
- package/styles/components-beta/search/search-with-submit-button.scss +0 -37
- package/styles/components-beta/search/search.scss +0 -106
- package/styles/components-beta/select/_index.scss +0 -3
- package/styles/components-beta/select/select.scss +0 -128
- package/styles/components-beta/table-of-contents/_index.scss +0 -2
- package/styles/components-beta/table-of-contents/table-of-contents.scss +0 -88
- package/styles/core/_layers.scss +0 -3
- package/styles/core/core.scss +0 -6
- package/styles/core/global/_base-class.scss +0 -36
- package/styles/core/global/_index.scss +0 -2
- package/styles/core/global/_top-layer.scss +0 -20
- package/styles/core/jkl/_colors.scss +0 -26
- package/styles/core/jkl/_convert.scss +0 -102
- package/styles/core/jkl/_helpers.scss +0 -26
- package/styles/core/jkl/_index.scss +0 -18
- package/styles/core/jkl/_motion.scss +0 -63
- package/styles/core/jkl/_navigation.scss +0 -9
- package/styles/core/jkl/_ornaments.scss +0 -28
- package/styles/core/jkl/_reset.scss +0 -45
- package/styles/core/jkl/_responsive-units.scss +0 -30
- package/styles/core/jkl/_screenreader.scss +0 -59
- package/styles/core/jkl/_screens.scss +0 -135
- package/styles/core/jkl/_shadows.scss +0 -25
- package/styles/core/jkl/_spacing.scss +0 -149
- package/styles/core/jkl/_theme.scss +0 -119
- package/styles/core/jkl/_tokens.scss +0 -58
- package/styles/core/jkl/_typography.scss +0 -269
- package/styles/core/jkl/_underline.scss +0 -16
- package/styles/core/jkl/_z-index.scss +0 -23
- package/styles/core/jkl/legacy/_dynamic-colors.scss +0 -40
- package/styles/core/jkl/legacy/_index.scss +0 -2
- package/styles/core/jkl/legacy/_tokens.scss +0 -396
- package/styles/core/resets/_index.scss +0 -2
- package/styles/core/resets/_normalize.scss +0 -251
- package/styles/core/resets/_reset.scss +0 -68
- package/styles/core/theme/_color-tokens.scss +0 -73
- package/styles/core/theme/_dynamic-spacing.scss +0 -55
- package/styles/core/theme/_index.scss +0 -8
- package/styles/core/theme/_legacy-color-tokens.scss +0 -81
- package/styles/core/theme/_legacy-tokens.scss +0 -159
- package/styles/core/theme/_old-vars.scss +0 -30
- package/styles/core/theme/_spacing-tokens.scss +0 -32
- package/styles/core/theme/_tokens.scss +0 -32
- package/styles/core/theme/_typography.scss +0 -27
- package/styles/core/utility/_headings.scss +0 -31
- package/styles/core/utility/_index.scss +0 -4
- package/styles/core/utility/_paragraphs.scss +0 -18
- package/styles/core/utility/_screen-reader.scss +0 -11
- package/styles/core/utility/_spacing.scss +0 -49
- package/styles/hooks/stories/styles.scss +0 -78
- package/styles/shared/input/shared-input-styles.scss +0 -181
- package/styles/shared/track/track.scss +0 -27
- package/styles/styles.scss +0 -52
- /package/styles/{fonts → components/checkbox/development/public/fonts}/_index.scss +0 -0
- /package/styles/{fonts → components/checkbox/development/public/fonts}/webfonts.scss +0 -0
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "Fremtind Grotesk";
|
|
3
|
+
font-display: fallback;
|
|
4
|
+
font-weight: 400;
|
|
5
|
+
font-style: normal;
|
|
6
|
+
src: url("/fonts/FremtindGrotesk-Regular-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-Regular-Web.woff") format("woff");
|
|
7
|
+
}
|
|
8
|
+
@font-face {
|
|
9
|
+
font-family: "Adjusted Arial Fallback";
|
|
10
|
+
font-weight: 400;
|
|
11
|
+
font-style: normal;
|
|
12
|
+
src: local(arial);
|
|
13
|
+
size-adjust: 104%;
|
|
14
|
+
ascent-override: 82%;
|
|
15
|
+
descent-override: normal;
|
|
16
|
+
line-gap-override: 32%;
|
|
17
|
+
}
|
|
18
|
+
@font-face {
|
|
19
|
+
font-family: "Fremtind Grotesk";
|
|
20
|
+
font-display: fallback;
|
|
21
|
+
font-weight: 700;
|
|
22
|
+
font-style: normal;
|
|
23
|
+
src: url("/fonts/FremtindGrotesk-Bold-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-Bold-Web.woff") format("woff");
|
|
24
|
+
}
|
|
25
|
+
@font-face {
|
|
26
|
+
font-family: "Adjusted Arial Fallback";
|
|
27
|
+
font-weight: 700;
|
|
28
|
+
font-style: normal;
|
|
29
|
+
src: local(arial);
|
|
30
|
+
size-adjust: 108%;
|
|
31
|
+
ascent-override: 83%;
|
|
32
|
+
descent-override: normal;
|
|
33
|
+
line-gap-override: 28%;
|
|
34
|
+
}
|
|
35
|
+
@font-face {
|
|
36
|
+
font-family: "Fremtind Grotesk";
|
|
37
|
+
font-display: fallback;
|
|
38
|
+
font-weight: 400;
|
|
39
|
+
font-style: italic;
|
|
40
|
+
src: url("/fonts/FremtindGrotesk-Italic-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-Italic-Web.woff") format("woff");
|
|
41
|
+
}
|
|
42
|
+
@font-face {
|
|
43
|
+
font-family: "Adjusted Arial Fallback";
|
|
44
|
+
font-weight: 400;
|
|
45
|
+
font-style: italic;
|
|
46
|
+
src: local(arial);
|
|
47
|
+
size-adjust: 106%;
|
|
48
|
+
ascent-override: 83%;
|
|
49
|
+
descent-override: normal;
|
|
50
|
+
line-gap-override: 28%;
|
|
51
|
+
}
|
|
52
|
+
@font-face {
|
|
53
|
+
font-family: "Fremtind Grotesk";
|
|
54
|
+
font-display: fallback;
|
|
55
|
+
font-weight: 700;
|
|
56
|
+
font-style: italic;
|
|
57
|
+
src: url("/fonts/FremtindGrotesk-BoldItalic-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-BoldItalic-Web.woff") format("woff");
|
|
58
|
+
}
|
|
59
|
+
@font-face {
|
|
60
|
+
font-family: "Adjusted Arial Fallback";
|
|
61
|
+
font-weight: 700;
|
|
62
|
+
font-style: italic;
|
|
63
|
+
src: local(arial);
|
|
64
|
+
size-adjust: 108%;
|
|
65
|
+
ascent-override: 83%;
|
|
66
|
+
descent-override: normal;
|
|
67
|
+
line-gap-override: 28%;
|
|
68
|
+
}
|
|
69
|
+
@font-face {
|
|
70
|
+
font-family: "Fremtind Grotesk Display";
|
|
71
|
+
font-display: fallback;
|
|
72
|
+
font-weight: 400;
|
|
73
|
+
font-style: normal;
|
|
74
|
+
src: url("/fonts/FremtindGrotesk-Display-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-Display-Web.woff") format("woff");
|
|
75
|
+
}
|
|
76
|
+
@font-face {
|
|
77
|
+
font-family: "Adjusted Arial Display Fallback";
|
|
78
|
+
font-weight: 400;
|
|
79
|
+
font-style: normal;
|
|
80
|
+
src: local(arial);
|
|
81
|
+
size-adjust: 102%;
|
|
82
|
+
ascent-override: 76%;
|
|
83
|
+
descent-override: normal;
|
|
84
|
+
line-gap-override: 40%;
|
|
85
|
+
}
|
|
86
|
+
@font-face {
|
|
87
|
+
font-family: "Fremtind Grotesk Mono";
|
|
88
|
+
font-display: fallback;
|
|
89
|
+
font-weight: 400;
|
|
90
|
+
font-style: normal;
|
|
91
|
+
src: url("/fonts/FremtindGroteskMono-Regular-Web.woff2") format("woff2"), url("/fonts/FremtindGroteskMono-Regular-Web.woff") format("woff");
|
|
92
|
+
}
|
|
93
|
+
@font-face {
|
|
94
|
+
font-family: "Adjusted Courier New Fallback";
|
|
95
|
+
font-weight: 400;
|
|
96
|
+
font-style: normal;
|
|
97
|
+
src: local(courier new);
|
|
98
|
+
size-adjust: 100%;
|
|
99
|
+
ascent-override: 83%;
|
|
100
|
+
descent-override: normal;
|
|
101
|
+
line-gap-override: 27%;
|
|
102
|
+
}
|
|
103
|
+
@font-face {
|
|
104
|
+
font-family: "Fremtind Material Symbols";
|
|
105
|
+
font-weight: 300 500;
|
|
106
|
+
font-style: normal;
|
|
107
|
+
src: url("/fonts/Fremtind-Material-Symbols.woff2") format("woff2");
|
|
108
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@font-face{font-display:fallback;font-family:Fremtind Grotesk;font-style:normal;font-weight:400;src:url(/fonts/FremtindGrotesk-Regular-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-Regular-Web.woff) format("woff")}@font-face{ascent-override:82%;descent-override:normal;font-family:Adjusted Arial Fallback;font-style:normal;font-weight:400;line-gap-override:32%;size-adjust:104%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk;font-style:normal;font-weight:700;src:url(/fonts/FremtindGrotesk-Bold-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-Bold-Web.woff) format("woff")}@font-face{ascent-override:83%;descent-override:normal;font-family:Adjusted Arial Fallback;font-style:normal;font-weight:700;line-gap-override:28%;size-adjust:108%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk;font-style:italic;font-weight:400;src:url(/fonts/FremtindGrotesk-Italic-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-Italic-Web.woff) format("woff")}@font-face{ascent-override:83%;descent-override:normal;font-family:Adjusted Arial Fallback;font-style:italic;font-weight:400;line-gap-override:28%;size-adjust:106%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk;font-style:italic;font-weight:700;src:url(/fonts/FremtindGrotesk-BoldItalic-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-BoldItalic-Web.woff) format("woff")}@font-face{ascent-override:83%;descent-override:normal;font-family:Adjusted Arial Fallback;font-style:italic;font-weight:700;line-gap-override:28%;size-adjust:108%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk Display;font-style:normal;font-weight:400;src:url(/fonts/FremtindGrotesk-Display-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-Display-Web.woff) format("woff")}@font-face{ascent-override:76%;descent-override:normal;font-family:Adjusted Arial Display Fallback;font-style:normal;font-weight:400;line-gap-override:40%;size-adjust:102%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk Mono;font-style:normal;font-weight:400;src:url(/fonts/FremtindGroteskMono-Regular-Web.woff2) format("woff2"),url(/fonts/FremtindGroteskMono-Regular-Web.woff) format("woff")}@font-face{ascent-override:83%;descent-override:normal;font-family:Adjusted Courier New Fallback;font-style:normal;font-weight:400;line-gap-override:27%;size-adjust:100%;src:local(courier new)}@font-face{font-family:Fremtind Material Symbols;font-style:normal;font-weight:300 500;src:url(/fonts/Fremtind-Material-Symbols.woff2) format("woff2")}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
|
|
3
|
+
$webfonts-dir: "/fonts" !default;
|
|
4
|
+
|
|
5
|
+
@font-face {
|
|
6
|
+
font-family: "Fremtind Grotesk";
|
|
7
|
+
font-display: fallback;
|
|
8
|
+
font-weight: 400;
|
|
9
|
+
font-style: normal;
|
|
10
|
+
src: url("#{$webfonts-dir}/FremtindGrotesk-Regular-Web.woff2")
|
|
11
|
+
format("woff2"),
|
|
12
|
+
url("#{$webfonts-dir}/FremtindGrotesk-Regular-Web.woff") format("woff");
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@font-face {
|
|
16
|
+
font-family: "Adjusted Arial Fallback";
|
|
17
|
+
font-weight: 400;
|
|
18
|
+
font-style: normal;
|
|
19
|
+
src: local(arial);
|
|
20
|
+
size-adjust: 104%;
|
|
21
|
+
ascent-override: 82%;
|
|
22
|
+
descent-override: normal;
|
|
23
|
+
line-gap-override: 32%;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
@font-face {
|
|
27
|
+
font-family: "Fremtind Grotesk";
|
|
28
|
+
font-display: fallback;
|
|
29
|
+
font-weight: 700;
|
|
30
|
+
font-style: normal;
|
|
31
|
+
src: url("#{$webfonts-dir}/FremtindGrotesk-Bold-Web.woff2") format("woff2"),
|
|
32
|
+
url("#{$webfonts-dir}/FremtindGrotesk-Bold-Web.woff") format("woff");
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
@font-face {
|
|
36
|
+
font-family: "Adjusted Arial Fallback";
|
|
37
|
+
font-weight: 700;
|
|
38
|
+
font-style: normal;
|
|
39
|
+
src: local(arial);
|
|
40
|
+
size-adjust: 108%;
|
|
41
|
+
ascent-override: 83%;
|
|
42
|
+
descent-override: normal;
|
|
43
|
+
line-gap-override: 28%;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: "Fremtind Grotesk";
|
|
48
|
+
font-display: fallback;
|
|
49
|
+
font-weight: 400;
|
|
50
|
+
font-style: italic;
|
|
51
|
+
src: url("#{$webfonts-dir}/FremtindGrotesk-Italic-Web.woff2")
|
|
52
|
+
format("woff2"),
|
|
53
|
+
url("#{$webfonts-dir}/FremtindGrotesk-Italic-Web.woff") format("woff");
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: "Adjusted Arial Fallback";
|
|
58
|
+
font-weight: 400;
|
|
59
|
+
font-style: italic;
|
|
60
|
+
src: local(arial);
|
|
61
|
+
size-adjust: 106%;
|
|
62
|
+
ascent-override: 83%;
|
|
63
|
+
descent-override: normal;
|
|
64
|
+
line-gap-override: 28%;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
@font-face {
|
|
68
|
+
font-family: "Fremtind Grotesk";
|
|
69
|
+
font-display: fallback;
|
|
70
|
+
font-weight: 700;
|
|
71
|
+
font-style: italic;
|
|
72
|
+
src: url("#{$webfonts-dir}/FremtindGrotesk-BoldItalic-Web.woff2")
|
|
73
|
+
format("woff2"),
|
|
74
|
+
url("#{$webfonts-dir}/FremtindGrotesk-BoldItalic-Web.woff")
|
|
75
|
+
format("woff");
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
@font-face {
|
|
79
|
+
font-family: "Adjusted Arial Fallback";
|
|
80
|
+
font-weight: 700;
|
|
81
|
+
font-style: italic;
|
|
82
|
+
src: local(arial);
|
|
83
|
+
size-adjust: 108%;
|
|
84
|
+
ascent-override: 83%;
|
|
85
|
+
descent-override: normal;
|
|
86
|
+
line-gap-override: 28%;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
@font-face {
|
|
90
|
+
font-family: "Fremtind Grotesk Display";
|
|
91
|
+
font-display: fallback;
|
|
92
|
+
font-weight: 400;
|
|
93
|
+
font-style: normal;
|
|
94
|
+
src: url("#{$webfonts-dir}/FremtindGrotesk-Display-Web.woff2")
|
|
95
|
+
format("woff2"),
|
|
96
|
+
url("#{$webfonts-dir}/FremtindGrotesk-Display-Web.woff") format("woff");
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
@font-face {
|
|
100
|
+
font-family: "Adjusted Arial Display Fallback";
|
|
101
|
+
font-weight: 400;
|
|
102
|
+
font-style: normal;
|
|
103
|
+
src: local(arial);
|
|
104
|
+
size-adjust: 102%;
|
|
105
|
+
ascent-override: 76%;
|
|
106
|
+
descent-override: normal;
|
|
107
|
+
line-gap-override: 40%;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
@font-face {
|
|
111
|
+
font-family: "Fremtind Grotesk Mono";
|
|
112
|
+
font-display: fallback;
|
|
113
|
+
font-weight: 400;
|
|
114
|
+
font-style: normal;
|
|
115
|
+
src: url("#{$webfonts-dir}/FremtindGroteskMono-Regular-Web.woff2")
|
|
116
|
+
format("woff2"),
|
|
117
|
+
url("#{$webfonts-dir}/FremtindGroteskMono-Regular-Web.woff")
|
|
118
|
+
format("woff");
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
@font-face {
|
|
122
|
+
font-family: "Adjusted Courier New Fallback";
|
|
123
|
+
font-weight: 400;
|
|
124
|
+
font-style: normal;
|
|
125
|
+
src: local(courier new);
|
|
126
|
+
size-adjust: 100%;
|
|
127
|
+
ascent-override: 83%;
|
|
128
|
+
descent-override: normal;
|
|
129
|
+
line-gap-override: 27%;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
@font-face {
|
|
133
|
+
font-family: "Fremtind Material Symbols";
|
|
134
|
+
font-weight: 300 500;
|
|
135
|
+
font-style: normal;
|
|
136
|
+
src: url("#{$webfonts-dir}/Fremtind-Material-Symbols.woff2") format("woff2");
|
|
137
|
+
}
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
--background-color: var(--jkl-color-background-alert-success);
|
|
175
175
|
}
|
|
176
176
|
.jkl-message--dismissed {
|
|
177
|
-
animation: jkl-dismiss-
|
|
177
|
+
animation: jkl-dismiss-uk0xpcn 400ms ease-in-out forwards;
|
|
178
178
|
transition: visibility 0ms 400ms;
|
|
179
179
|
visibility: hidden;
|
|
180
180
|
}
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
@keyframes jkl-dismiss-
|
|
197
|
+
@keyframes jkl-dismiss-uk0xpcn {
|
|
198
198
|
from {
|
|
199
199
|
opacity: 1;
|
|
200
200
|
transform: translate3d(0, 0, 0);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-message-content-font-size:var(--jkl-body-font-size);--jkl-message-content-line-height:var(--jkl-body-line-height);--jkl-message-content-font-weight:var(--jkl-body-font-weight);--jkl-message-title-font-size:var(--jkl-heading-4-font-size);--jkl-message-title-line-height:var(--jkl-heading-4-line-height);--jkl-message-title-font-weight:var(--jkl-heading-4-font-weight);--jkl-message-icon-size:1.5rem;--jkl-message-icon-left:1rem;--jkl-message-icon-top:1.5rem;--jkl-message-title-margin:0 0 calc(var(--jkl-unit-10)*0.5) 0;--jkl-message-dismiss-button-size:2.75rem;--jkl-message-gap:calc(var(--jkl-unit-10)*1.5);--jkl-message-padding:calc(var(--jkl-unit-10)*2) calc(var(--jkl-unit-10)*1.5)}@media (min-width:680px){:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-message-gap:calc(var(--jkl-unit-10)*2);--jkl-message-padding:calc(var(--jkl-unit-10)*3) calc(var(--jkl-unit-10)*2)}}[data-density=compact],[data-layout-density=compact]{--jkl-message-content-font-size:var(--jkl-small-font-size);--jkl-message-content-line-height:var(--jkl-small-line-height);--jkl-message-content-font-weight:var(--jkl-small-font-weight);--jkl-message-title-font-size:var(--jkl-heading-5-font-size);--jkl-message-title-line-height:var(--jkl-heading-5-line-height);--jkl-message-title-font-weight:var(--jkl-heading-5-font-weight);--jkl-message-icon-size:1.25rem;--jkl-message-icon-left:0.375rem;--jkl-message-icon-top:0.875rem;--jkl-message-dismiss-button-size:2rem;--jkl-message-gap:0.5rem;--jkl-message-padding:calc(var(--jkl-unit-10)*1.5) 0.5rem}.jkl-message{--background-color:var(--jkl-color-background-alert-neutral);--text-color:var(--jkl-color-text-on-alert);align-items:start;background-color:var(--background-color);border-radius:.25rem;box-sizing:border-box;color:var(--text-color);display:grid;grid-template-areas:"icon content dismiss";grid-template-columns:auto 1fr auto;max-width:35rem;padding:var(--jkl-message-padding);width:100%}.jkl-message__icon{grid-area:icon;margin-right:var(--jkl-message-gap);width:var(--jkl-message-icon-size)}@media screen and (forced-colors:active){.jkl-message__icon,.jkl-message__icon path,.jkl-message__icon svg{stroke:CanvasText}}.jkl-message__content{grid-area:content}.jkl-message__message{font-size:var(--jkl-message-content-font-size);font-weight:var(--jkl-message-content-font-weight);line-height:var(--jkl-message-content-line-height);margin-top:-.125rem}.jkl-message__title{font-size:var(--jkl-message-title-font-size);font-weight:var(--jkl-message-title-font-weight);line-height:var(--jkl-message-title-line-height);margin:var(--jkl-message-title-margin)}.jkl-message__title~.jkl-message__message{margin-top:0}.jkl-message__dismiss-button{background-color:initial;border-style:none;color:inherit;cursor:pointer;display:grid;grid-area:dismiss;justify-self:end;outline:0;outline-style:none;padding:0;place-content:center;position:relative}.jkl-message__dismiss-button:active,.jkl-message__dismiss-button:focus,.jkl-message__dismiss-button:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-message__dismiss-button{border-style:revert}.jkl-message__dismiss-button,.jkl-message__dismiss-button:active,.jkl-message__dismiss-button:focus,.jkl-message__dismiss-button:hover{outline:revert;outline-style:revert}.jkl-message__dismiss-button,.jkl-message__dismiss-button path,.jkl-message__dismiss-button svg{stroke:ButtonText}.jkl-message__dismiss-button{background-color:ButtonFace}}.jkl-message__dismiss-button:after{content:"";display:block;height:var(--jkl-message-dismiss-button-size);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:var(--jkl-message-dismiss-button-size)}.jkl-message__dismiss-button:hover{color:var(--jkl-color-text-interactive-hover)}@media screen and (forced-colors:active){.jkl-message__dismiss-button:hover,.jkl-message__dismiss-button:hover path,.jkl-message__dismiss-button:hover svg{stroke:ButtonText}}.jkl-message__dismiss-button:focus-visible{outline:3px solid var(--jkl-color-border-action);outline-offset:3px}.jkl-message--full{max-width:100%}.jkl-message--info{--background-color:var(--jkl-color-background-alert-info)}.jkl-message--warning{--background-color:var(--jkl-color-background-alert-warning)}.jkl-message--error{--background-color:var(--jkl-color-background-alert-error)}.jkl-message--success{--background-color:var(--jkl-color-background-alert-success)}.jkl-message--dismissed{animation:jkl-dismiss-
|
|
1
|
+
:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-message-content-font-size:var(--jkl-body-font-size);--jkl-message-content-line-height:var(--jkl-body-line-height);--jkl-message-content-font-weight:var(--jkl-body-font-weight);--jkl-message-title-font-size:var(--jkl-heading-4-font-size);--jkl-message-title-line-height:var(--jkl-heading-4-line-height);--jkl-message-title-font-weight:var(--jkl-heading-4-font-weight);--jkl-message-icon-size:1.5rem;--jkl-message-icon-left:1rem;--jkl-message-icon-top:1.5rem;--jkl-message-title-margin:0 0 calc(var(--jkl-unit-10)*0.5) 0;--jkl-message-dismiss-button-size:2.75rem;--jkl-message-gap:calc(var(--jkl-unit-10)*1.5);--jkl-message-padding:calc(var(--jkl-unit-10)*2) calc(var(--jkl-unit-10)*1.5)}@media (min-width:680px){:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-message-gap:calc(var(--jkl-unit-10)*2);--jkl-message-padding:calc(var(--jkl-unit-10)*3) calc(var(--jkl-unit-10)*2)}}[data-density=compact],[data-layout-density=compact]{--jkl-message-content-font-size:var(--jkl-small-font-size);--jkl-message-content-line-height:var(--jkl-small-line-height);--jkl-message-content-font-weight:var(--jkl-small-font-weight);--jkl-message-title-font-size:var(--jkl-heading-5-font-size);--jkl-message-title-line-height:var(--jkl-heading-5-line-height);--jkl-message-title-font-weight:var(--jkl-heading-5-font-weight);--jkl-message-icon-size:1.25rem;--jkl-message-icon-left:0.375rem;--jkl-message-icon-top:0.875rem;--jkl-message-dismiss-button-size:2rem;--jkl-message-gap:0.5rem;--jkl-message-padding:calc(var(--jkl-unit-10)*1.5) 0.5rem}.jkl-message{--background-color:var(--jkl-color-background-alert-neutral);--text-color:var(--jkl-color-text-on-alert);align-items:start;background-color:var(--background-color);border-radius:.25rem;box-sizing:border-box;color:var(--text-color);display:grid;grid-template-areas:"icon content dismiss";grid-template-columns:auto 1fr auto;max-width:35rem;padding:var(--jkl-message-padding);width:100%}.jkl-message__icon{grid-area:icon;margin-right:var(--jkl-message-gap);width:var(--jkl-message-icon-size)}@media screen and (forced-colors:active){.jkl-message__icon,.jkl-message__icon path,.jkl-message__icon svg{stroke:CanvasText}}.jkl-message__content{grid-area:content}.jkl-message__message{font-size:var(--jkl-message-content-font-size);font-weight:var(--jkl-message-content-font-weight);line-height:var(--jkl-message-content-line-height);margin-top:-.125rem}.jkl-message__title{font-size:var(--jkl-message-title-font-size);font-weight:var(--jkl-message-title-font-weight);line-height:var(--jkl-message-title-line-height);margin:var(--jkl-message-title-margin)}.jkl-message__title~.jkl-message__message{margin-top:0}.jkl-message__dismiss-button{background-color:initial;border-style:none;color:inherit;cursor:pointer;display:grid;grid-area:dismiss;justify-self:end;outline:0;outline-style:none;padding:0;place-content:center;position:relative}.jkl-message__dismiss-button:active,.jkl-message__dismiss-button:focus,.jkl-message__dismiss-button:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-message__dismiss-button{border-style:revert}.jkl-message__dismiss-button,.jkl-message__dismiss-button:active,.jkl-message__dismiss-button:focus,.jkl-message__dismiss-button:hover{outline:revert;outline-style:revert}.jkl-message__dismiss-button,.jkl-message__dismiss-button path,.jkl-message__dismiss-button svg{stroke:ButtonText}.jkl-message__dismiss-button{background-color:ButtonFace}}.jkl-message__dismiss-button:after{content:"";display:block;height:var(--jkl-message-dismiss-button-size);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:var(--jkl-message-dismiss-button-size)}.jkl-message__dismiss-button:hover{color:var(--jkl-color-text-interactive-hover)}@media screen and (forced-colors:active){.jkl-message__dismiss-button:hover,.jkl-message__dismiss-button:hover path,.jkl-message__dismiss-button:hover svg{stroke:ButtonText}}.jkl-message__dismiss-button:focus-visible{outline:3px solid var(--jkl-color-border-action);outline-offset:3px}.jkl-message--full{max-width:100%}.jkl-message--info{--background-color:var(--jkl-color-background-alert-info)}.jkl-message--warning{--background-color:var(--jkl-color-background-alert-warning)}.jkl-message--error{--background-color:var(--jkl-color-background-alert-error)}.jkl-message--success{--background-color:var(--jkl-color-background-alert-success)}.jkl-message--dismissed{animation:jkl-dismiss-uk0xpcn .4s ease-in-out forwards;transition:visibility 0s .4s;visibility:hidden}@media screen and (forced-colors:active){.jkl-message{border:2px solid CanvasText}.jkl-message--info{border-style:dotted}.jkl-message--warning{border-style:dashed}.jkl-message--error{border-style:double;border-width:4px}}@keyframes jkl-dismiss-uk0xpcn{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-50%,0)}}.jkl-form-error-message{padding-bottom:calc(var(--jkl-unit-10)*5)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@layer jokul.components{.jkl-progress-bar{--track-color:var(--jkl-color-border-separator);--bar-color:var(--jkl-color-border-input-focus);--bar-height:0.25rem;background-color:var(--track-color);border-radius:6.25rem;height:var(--bar-height);overflow:hidden;width:100%}.jkl-progress-bar__tracker{background-color:var(--bar-color);display:block;height:var(--bar-height)}@media screen and (forced-colors:active){.jkl-progress-bar{background-color:Canvas}.jkl-progress-bar__tracker{background-color:CanvasText}}.jkl-progress-bar__tracker{transition-duration:.15s;transition-property:width;transition-timing-function:ease}@keyframes jkl-downcount-
|
|
1
|
+
@layer jokul.components{.jkl-progress-bar{--track-color:var(--jkl-color-border-separator);--bar-color:var(--jkl-color-border-input-focus);--bar-height:0.25rem;background-color:var(--track-color);border-radius:6.25rem;height:var(--bar-height);overflow:hidden;width:100%}.jkl-progress-bar__tracker{background-color:var(--bar-color);display:block;height:var(--bar-height)}@media screen and (forced-colors:active){.jkl-progress-bar{background-color:Canvas}.jkl-progress-bar__tracker{background-color:CanvasText}}.jkl-progress-bar__tracker{transition-duration:.15s;transition-property:width;transition-timing-function:ease}@keyframes jkl-downcount-ufy8bvq{0%{width:100%}to{width:0}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward "webfonts";
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "Fremtind Grotesk";
|
|
3
|
+
font-display: fallback;
|
|
4
|
+
font-weight: 400;
|
|
5
|
+
font-style: normal;
|
|
6
|
+
src: url("/fonts/FremtindGrotesk-Regular-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-Regular-Web.woff") format("woff");
|
|
7
|
+
}
|
|
8
|
+
@font-face {
|
|
9
|
+
font-family: "Adjusted Arial Fallback";
|
|
10
|
+
font-weight: 400;
|
|
11
|
+
font-style: normal;
|
|
12
|
+
src: local(arial);
|
|
13
|
+
size-adjust: 104%;
|
|
14
|
+
ascent-override: 82%;
|
|
15
|
+
descent-override: normal;
|
|
16
|
+
line-gap-override: 32%;
|
|
17
|
+
}
|
|
18
|
+
@font-face {
|
|
19
|
+
font-family: "Fremtind Grotesk";
|
|
20
|
+
font-display: fallback;
|
|
21
|
+
font-weight: 700;
|
|
22
|
+
font-style: normal;
|
|
23
|
+
src: url("/fonts/FremtindGrotesk-Bold-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-Bold-Web.woff") format("woff");
|
|
24
|
+
}
|
|
25
|
+
@font-face {
|
|
26
|
+
font-family: "Adjusted Arial Fallback";
|
|
27
|
+
font-weight: 700;
|
|
28
|
+
font-style: normal;
|
|
29
|
+
src: local(arial);
|
|
30
|
+
size-adjust: 108%;
|
|
31
|
+
ascent-override: 83%;
|
|
32
|
+
descent-override: normal;
|
|
33
|
+
line-gap-override: 28%;
|
|
34
|
+
}
|
|
35
|
+
@font-face {
|
|
36
|
+
font-family: "Fremtind Grotesk";
|
|
37
|
+
font-display: fallback;
|
|
38
|
+
font-weight: 400;
|
|
39
|
+
font-style: italic;
|
|
40
|
+
src: url("/fonts/FremtindGrotesk-Italic-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-Italic-Web.woff") format("woff");
|
|
41
|
+
}
|
|
42
|
+
@font-face {
|
|
43
|
+
font-family: "Adjusted Arial Fallback";
|
|
44
|
+
font-weight: 400;
|
|
45
|
+
font-style: italic;
|
|
46
|
+
src: local(arial);
|
|
47
|
+
size-adjust: 106%;
|
|
48
|
+
ascent-override: 83%;
|
|
49
|
+
descent-override: normal;
|
|
50
|
+
line-gap-override: 28%;
|
|
51
|
+
}
|
|
52
|
+
@font-face {
|
|
53
|
+
font-family: "Fremtind Grotesk";
|
|
54
|
+
font-display: fallback;
|
|
55
|
+
font-weight: 700;
|
|
56
|
+
font-style: italic;
|
|
57
|
+
src: url("/fonts/FremtindGrotesk-BoldItalic-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-BoldItalic-Web.woff") format("woff");
|
|
58
|
+
}
|
|
59
|
+
@font-face {
|
|
60
|
+
font-family: "Adjusted Arial Fallback";
|
|
61
|
+
font-weight: 700;
|
|
62
|
+
font-style: italic;
|
|
63
|
+
src: local(arial);
|
|
64
|
+
size-adjust: 108%;
|
|
65
|
+
ascent-override: 83%;
|
|
66
|
+
descent-override: normal;
|
|
67
|
+
line-gap-override: 28%;
|
|
68
|
+
}
|
|
69
|
+
@font-face {
|
|
70
|
+
font-family: "Fremtind Grotesk Display";
|
|
71
|
+
font-display: fallback;
|
|
72
|
+
font-weight: 400;
|
|
73
|
+
font-style: normal;
|
|
74
|
+
src: url("/fonts/FremtindGrotesk-Display-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-Display-Web.woff") format("woff");
|
|
75
|
+
}
|
|
76
|
+
@font-face {
|
|
77
|
+
font-family: "Adjusted Arial Display Fallback";
|
|
78
|
+
font-weight: 400;
|
|
79
|
+
font-style: normal;
|
|
80
|
+
src: local(arial);
|
|
81
|
+
size-adjust: 102%;
|
|
82
|
+
ascent-override: 76%;
|
|
83
|
+
descent-override: normal;
|
|
84
|
+
line-gap-override: 40%;
|
|
85
|
+
}
|
|
86
|
+
@font-face {
|
|
87
|
+
font-family: "Fremtind Grotesk Mono";
|
|
88
|
+
font-display: fallback;
|
|
89
|
+
font-weight: 400;
|
|
90
|
+
font-style: normal;
|
|
91
|
+
src: url("/fonts/FremtindGroteskMono-Regular-Web.woff2") format("woff2"), url("/fonts/FremtindGroteskMono-Regular-Web.woff") format("woff");
|
|
92
|
+
}
|
|
93
|
+
@font-face {
|
|
94
|
+
font-family: "Adjusted Courier New Fallback";
|
|
95
|
+
font-weight: 400;
|
|
96
|
+
font-style: normal;
|
|
97
|
+
src: local(courier new);
|
|
98
|
+
size-adjust: 100%;
|
|
99
|
+
ascent-override: 83%;
|
|
100
|
+
descent-override: normal;
|
|
101
|
+
line-gap-override: 27%;
|
|
102
|
+
}
|
|
103
|
+
@font-face {
|
|
104
|
+
font-family: "Fremtind Material Symbols";
|
|
105
|
+
font-weight: 300 400;
|
|
106
|
+
font-style: normal;
|
|
107
|
+
src: url("/fonts/Fremtind-Material-Symbols.woff2") format("woff2");
|
|
108
|
+
}
|
|
109
|
+
@font-face {
|
|
110
|
+
font-family: "Fremtind Material Symbols Fallback";
|
|
111
|
+
src: local(courier new);
|
|
112
|
+
font-weight: 300 400;
|
|
113
|
+
font-style: normal;
|
|
114
|
+
size-adjust: 0%;
|
|
115
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@font-face{font-display:fallback;font-family:Fremtind Grotesk;font-style:normal;font-weight:400;src:url(/fonts/FremtindGrotesk-Regular-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-Regular-Web.woff) format("woff")}@font-face{ascent-override:82%;descent-override:normal;font-family:Adjusted Arial Fallback;font-style:normal;font-weight:400;line-gap-override:32%;size-adjust:104%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk;font-style:normal;font-weight:700;src:url(/fonts/FremtindGrotesk-Bold-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-Bold-Web.woff) format("woff")}@font-face{ascent-override:83%;descent-override:normal;font-family:Adjusted Arial Fallback;font-style:normal;font-weight:700;line-gap-override:28%;size-adjust:108%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk;font-style:italic;font-weight:400;src:url(/fonts/FremtindGrotesk-Italic-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-Italic-Web.woff) format("woff")}@font-face{ascent-override:83%;descent-override:normal;font-family:Adjusted Arial Fallback;font-style:italic;font-weight:400;line-gap-override:28%;size-adjust:106%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk;font-style:italic;font-weight:700;src:url(/fonts/FremtindGrotesk-BoldItalic-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-BoldItalic-Web.woff) format("woff")}@font-face{ascent-override:83%;descent-override:normal;font-family:Adjusted Arial Fallback;font-style:italic;font-weight:700;line-gap-override:28%;size-adjust:108%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk Display;font-style:normal;font-weight:400;src:url(/fonts/FremtindGrotesk-Display-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-Display-Web.woff) format("woff")}@font-face{ascent-override:76%;descent-override:normal;font-family:Adjusted Arial Display Fallback;font-style:normal;font-weight:400;line-gap-override:40%;size-adjust:102%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk Mono;font-style:normal;font-weight:400;src:url(/fonts/FremtindGroteskMono-Regular-Web.woff2) format("woff2"),url(/fonts/FremtindGroteskMono-Regular-Web.woff) format("woff")}@font-face{ascent-override:83%;descent-override:normal;font-family:Adjusted Courier New Fallback;font-style:normal;font-weight:400;line-gap-override:27%;size-adjust:100%;src:local(courier new)}@font-face{font-family:Fremtind Material Symbols;font-style:normal;font-weight:300 400;src:url(/fonts/Fremtind-Material-Symbols.woff2) format("woff2")}@font-face{font-family:Fremtind Material Symbols Fallback;font-style:normal;font-weight:300 400;size-adjust:0%;src:local(courier new)}
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
|
|
3
|
+
$webfonts-dir: "/fonts" !default;
|
|
4
|
+
|
|
5
|
+
@font-face {
|
|
6
|
+
font-family: "Fremtind Grotesk";
|
|
7
|
+
font-display: fallback;
|
|
8
|
+
font-weight: 400;
|
|
9
|
+
font-style: normal;
|
|
10
|
+
src: url("#{$webfonts-dir}/FremtindGrotesk-Regular-Web.woff2")
|
|
11
|
+
format("woff2"),
|
|
12
|
+
url("#{$webfonts-dir}/FremtindGrotesk-Regular-Web.woff") format("woff");
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@font-face {
|
|
16
|
+
font-family: "Adjusted Arial Fallback";
|
|
17
|
+
font-weight: 400;
|
|
18
|
+
font-style: normal;
|
|
19
|
+
src: local(arial);
|
|
20
|
+
size-adjust: 104%;
|
|
21
|
+
ascent-override: 82%;
|
|
22
|
+
descent-override: normal;
|
|
23
|
+
line-gap-override: 32%;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
@font-face {
|
|
27
|
+
font-family: "Fremtind Grotesk";
|
|
28
|
+
font-display: fallback;
|
|
29
|
+
font-weight: 700;
|
|
30
|
+
font-style: normal;
|
|
31
|
+
src: url("#{$webfonts-dir}/FremtindGrotesk-Bold-Web.woff2") format("woff2"),
|
|
32
|
+
url("#{$webfonts-dir}/FremtindGrotesk-Bold-Web.woff") format("woff");
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
@font-face {
|
|
36
|
+
font-family: "Adjusted Arial Fallback";
|
|
37
|
+
font-weight: 700;
|
|
38
|
+
font-style: normal;
|
|
39
|
+
src: local(arial);
|
|
40
|
+
size-adjust: 108%;
|
|
41
|
+
ascent-override: 83%;
|
|
42
|
+
descent-override: normal;
|
|
43
|
+
line-gap-override: 28%;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: "Fremtind Grotesk";
|
|
48
|
+
font-display: fallback;
|
|
49
|
+
font-weight: 400;
|
|
50
|
+
font-style: italic;
|
|
51
|
+
src: url("#{$webfonts-dir}/FremtindGrotesk-Italic-Web.woff2")
|
|
52
|
+
format("woff2"),
|
|
53
|
+
url("#{$webfonts-dir}/FremtindGrotesk-Italic-Web.woff") format("woff");
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: "Adjusted Arial Fallback";
|
|
58
|
+
font-weight: 400;
|
|
59
|
+
font-style: italic;
|
|
60
|
+
src: local(arial);
|
|
61
|
+
size-adjust: 106%;
|
|
62
|
+
ascent-override: 83%;
|
|
63
|
+
descent-override: normal;
|
|
64
|
+
line-gap-override: 28%;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
@font-face {
|
|
68
|
+
font-family: "Fremtind Grotesk";
|
|
69
|
+
font-display: fallback;
|
|
70
|
+
font-weight: 700;
|
|
71
|
+
font-style: italic;
|
|
72
|
+
src: url("#{$webfonts-dir}/FremtindGrotesk-BoldItalic-Web.woff2")
|
|
73
|
+
format("woff2"),
|
|
74
|
+
url("#{$webfonts-dir}/FremtindGrotesk-BoldItalic-Web.woff")
|
|
75
|
+
format("woff");
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
@font-face {
|
|
79
|
+
font-family: "Adjusted Arial Fallback";
|
|
80
|
+
font-weight: 700;
|
|
81
|
+
font-style: italic;
|
|
82
|
+
src: local(arial);
|
|
83
|
+
size-adjust: 108%;
|
|
84
|
+
ascent-override: 83%;
|
|
85
|
+
descent-override: normal;
|
|
86
|
+
line-gap-override: 28%;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
@font-face {
|
|
90
|
+
font-family: "Fremtind Grotesk Display";
|
|
91
|
+
font-display: fallback;
|
|
92
|
+
font-weight: 400;
|
|
93
|
+
font-style: normal;
|
|
94
|
+
src: url("#{$webfonts-dir}/FremtindGrotesk-Display-Web.woff2")
|
|
95
|
+
format("woff2"),
|
|
96
|
+
url("#{$webfonts-dir}/FremtindGrotesk-Display-Web.woff") format("woff");
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
@font-face {
|
|
100
|
+
font-family: "Adjusted Arial Display Fallback";
|
|
101
|
+
font-weight: 400;
|
|
102
|
+
font-style: normal;
|
|
103
|
+
src: local(arial);
|
|
104
|
+
size-adjust: 102%;
|
|
105
|
+
ascent-override: 76%;
|
|
106
|
+
descent-override: normal;
|
|
107
|
+
line-gap-override: 40%;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
@font-face {
|
|
111
|
+
font-family: "Fremtind Grotesk Mono";
|
|
112
|
+
font-display: fallback;
|
|
113
|
+
font-weight: 400;
|
|
114
|
+
font-style: normal;
|
|
115
|
+
src: url("#{$webfonts-dir}/FremtindGroteskMono-Regular-Web.woff2")
|
|
116
|
+
format("woff2"),
|
|
117
|
+
url("#{$webfonts-dir}/FremtindGroteskMono-Regular-Web.woff")
|
|
118
|
+
format("woff");
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
@font-face {
|
|
122
|
+
font-family: "Adjusted Courier New Fallback";
|
|
123
|
+
font-weight: 400;
|
|
124
|
+
font-style: normal;
|
|
125
|
+
src: local(courier new);
|
|
126
|
+
size-adjust: 100%;
|
|
127
|
+
ascent-override: 83%;
|
|
128
|
+
descent-override: normal;
|
|
129
|
+
line-gap-override: 27%;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
@font-face {
|
|
133
|
+
font-family: "Fremtind Material Symbols";
|
|
134
|
+
font-weight: 300 400;
|
|
135
|
+
font-style: normal;
|
|
136
|
+
src: url("#{$webfonts-dir}/Fremtind-Material-Symbols.woff2") format("woff2");
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
@font-face {
|
|
140
|
+
font-family: "Fremtind Material Symbols Fallback";
|
|
141
|
+
src: local(courier new);
|
|
142
|
+
font-weight: 300 400;
|
|
143
|
+
font-style: normal;
|
|
144
|
+
size-adjust: 0%;
|
|
145
|
+
}
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
--jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
@keyframes jkl-dot-in-
|
|
47
|
+
@keyframes jkl-dot-in-uhm7bez {
|
|
48
48
|
0% {
|
|
49
49
|
transform: scale(0.8);
|
|
50
50
|
}
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
}
|
|
91
91
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
92
92
|
--dot-color: var(--jkl-color-border-action);
|
|
93
|
-
animation: jkl-dot-in-
|
|
93
|
+
animation: jkl-dot-in-uhm7bez 150ms ease;
|
|
94
94
|
}
|
|
95
95
|
@media screen and (forced-colors: active) {
|
|
96
96
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-radio-button-height:3rem;--jkl-radio-button-line-height:2rem;--jkl-radio-button-size:1.5rem;--jkl-radio-button-text-margin:0.5rem 0;--jkl-radio-button-text-transform:translate3d(0,0.0625rem,0);--jkl-radio-button-dot-margin:0.75rem 0.5rem 0.75rem 0;--jkl-radio-button-dot-size:1rem;--jkl-radio-button-label-font-size:var(--jkl-body-font-size);--jkl-radio-button-label-line-height:var(--jkl-body-line-height);--jkl-radio-button-label-font-weight:var(--jkl-body-font-weight)}@media (width >= 0) and (max-width:679px){:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-radio-button-height:2.5rem;--jkl-radio-button-line-height:1.75rem;--jkl-radio-button-size:1.5rem;--jkl-radio-button-text-margin:0.5rem 0;--jkl-radio-button-text-transform:translateZ(0);--jkl-radio-button-dot-margin:0.625rem 0.5rem 0.625rem 0;--jkl-radio-button-dot-size:1rem}}[data-density=compact],[data-layout-density=compact]{--jkl-radio-button-height:1.75rem;--jkl-radio-button-line-height:1.5rem;--jkl-radio-button-size:1.125rem;--jkl-radio-button-text-margin:calc(var(--jkl-unit-10)*0.5) 0;--jkl-radio-button-text-transform:translateZ(0);--jkl-radio-button-dot-margin:0.4375rem 0.5rem 0.4375rem 0;--jkl-radio-button-dot-size:0.625rem;--jkl-radio-button-label-font-size:var(--jkl-small-font-size);--jkl-radio-button-label-line-height:var(--jkl-small-line-height);--jkl-radio-button-label-font-weight:var(--jkl-small-font-weight)}@keyframes jkl-dot-in-
|
|
1
|
+
:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-radio-button-height:3rem;--jkl-radio-button-line-height:2rem;--jkl-radio-button-size:1.5rem;--jkl-radio-button-text-margin:0.5rem 0;--jkl-radio-button-text-transform:translate3d(0,0.0625rem,0);--jkl-radio-button-dot-margin:0.75rem 0.5rem 0.75rem 0;--jkl-radio-button-dot-size:1rem;--jkl-radio-button-label-font-size:var(--jkl-body-font-size);--jkl-radio-button-label-line-height:var(--jkl-body-line-height);--jkl-radio-button-label-font-weight:var(--jkl-body-font-weight)}@media (width >= 0) and (max-width:679px){:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-radio-button-height:2.5rem;--jkl-radio-button-line-height:1.75rem;--jkl-radio-button-size:1.5rem;--jkl-radio-button-text-margin:0.5rem 0;--jkl-radio-button-text-transform:translateZ(0);--jkl-radio-button-dot-margin:0.625rem 0.5rem 0.625rem 0;--jkl-radio-button-dot-size:1rem}}[data-density=compact],[data-layout-density=compact]{--jkl-radio-button-height:1.75rem;--jkl-radio-button-line-height:1.5rem;--jkl-radio-button-size:1.125rem;--jkl-radio-button-text-margin:calc(var(--jkl-unit-10)*0.5) 0;--jkl-radio-button-text-transform:translateZ(0);--jkl-radio-button-dot-margin:0.4375rem 0.5rem 0.4375rem 0;--jkl-radio-button-dot-size:0.625rem;--jkl-radio-button-label-font-size:var(--jkl-small-font-size);--jkl-radio-button-label-line-height:var(--jkl-small-line-height);--jkl-radio-button-label-font-weight:var(--jkl-small-font-weight)}@keyframes jkl-dot-in-uhm7bez{0%{transform:scale(.8)}to{transform:scale(1)}}.jkl-radio-button{--ring-color:var(--jkl-color-border-action);--dot-color:#0000;--background-color:#0000;--text-color:var(--jkl-color-text-default);border-style:none;color:var(--text-color);display:flex;min-height:var(--jkl-radio-button-height);position:relative}.jkl-radio-button,.jkl-radio-button:active,.jkl-radio-button:focus,.jkl-radio-button:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-radio-button{border-style:revert}.jkl-radio-button,.jkl-radio-button:active,.jkl-radio-button:focus,.jkl-radio-button:hover{outline:revert;outline-style:revert}}.jkl-radio-button__input{left:calc(var(--jkl-radio-button-size)*-.5);opacity:0;position:absolute;top:var(--jkl-radio-button-size)}.jkl-radio-button__input:checked+.jkl-radio-button__label>.jkl-radio-button__dot:after{--dot-color:var(--jkl-color-border-action);animation:jkl-dot-in-uhm7bez .15s ease}@media screen and (forced-colors:active){.jkl-radio-button__input:checked+.jkl-radio-button__label>.jkl-radio-button__dot:after{background-color:ButtonText}}.jkl-radio-button--error .jkl-radio-button__input:checked+.jkl-radio-button__label>.jkl-radio-button__dot:after{--background-color:var(--jkl-color-background-alert-error);--dot-color:var(--jkl-color-text-on-alert)}.jkl-radio-button__input:focus-visible+.jkl-radio-button__label{--background-color:var(--jkl-color-background-input-focus)}.jkl-radio-button__input:focus-visible+.jkl-radio-button__label>.jkl-radio-button__dot{outline:3px solid var(--jkl-color-border-action);outline-offset:3px}.jkl-radio-button--error .jkl-radio-button__input:focus-visible+.jkl-radio-button__label{--background-color:var(--jkl-color-background-alert-error);--dot-color:var(--jkl-color-text-on-alert)}.jkl-radio-button__label{align-items:flex-start;cursor:pointer;display:flex;font-size:var(--jkl-radio-button-label-font-size);font-weight:var(--jkl-radio-button-label-font-weight);line-height:var(--jkl-radio-button-label-line-height)}.jkl-radio-button__label:hover>.jkl-radio-button__dot{outline:1px solid var(--ring-color)}.jkl-radio-button__label:active>.jkl-radio-button__dot .jkl-radio-button__label:after{scale:.9}.jkl-radio-button__dot{background-color:var(--background-color);border:.0625rem solid var(--ring-color);border-radius:50%;box-sizing:border-box;display:inline-block;flex-shrink:0;height:var(--jkl-radio-button-size);margin:var(--jkl-radio-button-dot-margin);position:relative;transition-duration:.15s;transition-property:background-color,outline;transition-timing-function:ease;width:var(--jkl-radio-button-size)}.jkl-radio-button__dot:after{background-color:var(--dot-color);border-radius:50%;content:"";height:var(--jkl-radio-button-dot-size);left:50%;position:absolute;scale:1;top:50%;transition-duration:.15s;transition-property:transform;transition-timing-function:ease;translate:-50% -50%;width:var(--jkl-radio-button-dot-size)}@media screen and (forced-colors:active){.jkl-radio-button__dot{border:1px solid ButtonText;outline:revert}}.jkl-radio-button__text{display:inline-block;margin:var(--jkl-radio-button-text-margin);transform:var(--jkl-radio-button-text-transform)}.jkl-radio-button--error{--background-color:var(--jkl-color-background-alert-error)}.jkl-radio-button--inline{display:inline-flex;margin-right:1.5rem;margin-top:unset}.jkl-radio-button+.jkl-form-support-label{margin-bottom:.5rem;margin-left:calc(var(--jkl-radio-button-size) + .5rem);margin-top:-.375rem}
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
@layer jokul.components {
|
|
80
|
-
@keyframes jkl-dot-in-
|
|
80
|
+
@keyframes jkl-dot-in-ucrmoyf {
|
|
81
81
|
0% {
|
|
82
82
|
transform: scale(0.8);
|
|
83
83
|
}
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
.jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
|
|
128
|
-
animation: jkl-dot-in-
|
|
128
|
+
animation: jkl-dot-in-ucrmoyf 150ms ease;
|
|
129
129
|
}
|
|
130
130
|
.jkl-radio-panel:has(:checked) {
|
|
131
131
|
--radio-dot-color: var(--jkl-color-border-action);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@layer components{.jkl-input-panel{--outer-border-color:var(--jkl-color-border-input);--outer-border-thickness:0.0625rem;--background-color:#0000;background-color:var(--background-color);border-radius:4px;box-shadow:inset 0 0 0 var(--outer-border-thickness) var(--outer-border-color);display:flex;flex-direction:column;interpolate-size:allow-keywords;transition-duration:.15s;transition-property:box-shadow;transition-timing-function:ease}.jkl-input-panel__header{align-items:center;cursor:pointer;display:grid;gap:.5rem;grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content;padding:var(--jkl-spacing-s) var(--jkl-spacing-m);position:relative}.jkl-input-panel__header__amount{align-items:center;display:flex;font-size:var(--jkl-checkbox-font-size);font-weight:var(--jkl-checkbox-font-weight);height:100%;line-height:var(--jkl-checkbox-line-height)}.jkl-input-panel__header .jkl-checkbox,.jkl-input-panel__header .jkl-radio-button,.jkl-input-panel__header label{position:unset}.jkl-input-panel__header label:after{block-size:100%;content:"";inline-size:100%;left:0;position:absolute;top:0}.jkl-input-panel__description{height:0;overflow:hidden;padding-inline:var(--jkl-spacing-m);-webkit-padding-after:var(--jkl-spacing-none);font-size:var(--jkl-checkbox-font-size);font-weight:var(--jkl-checkbox-font-weight);line-height:normal;line-height:var(--jkl-checkbox-line-height);padding-block-end:var(--jkl-spacing-none);transition-duration:.15s;transition-property:height;transition-timing-function:ease}.jkl-input-panel:has(:focus-visible){outline:3px solid var(--jkl-color-border-action);outline-offset:3px}.jkl-input-panel:has(:checked),.jkl-input-panel:not([data-always-open]),.jkl-input-panel[data-always-open=true]{--background-color:var(--jkl-color-background-container-high)}.jkl-input-panel:has(:checked) .jkl-input-panel__description,.jkl-input-panel:not([data-always-open]) .jkl-input-panel__description,.jkl-input-panel[data-always-open=true] .jkl-input-panel__description{height:auto;-webkit-padding-after:var(--jkl-spacing-s);padding-block-end:var(--jkl-spacing-s)}.jkl-input-panel:has(input:hover){--outer-border-color:var(--jkl-color-border-separator-hover);--outer-border-thickness:0.125rem;cursor:pointer}}@layer jokul.components{@keyframes jkl-dot-in-
|
|
1
|
+
@layer components{.jkl-input-panel{--outer-border-color:var(--jkl-color-border-input);--outer-border-thickness:0.0625rem;--background-color:#0000;background-color:var(--background-color);border-radius:4px;box-shadow:inset 0 0 0 var(--outer-border-thickness) var(--outer-border-color);display:flex;flex-direction:column;interpolate-size:allow-keywords;transition-duration:.15s;transition-property:box-shadow;transition-timing-function:ease}.jkl-input-panel__header{align-items:center;cursor:pointer;display:grid;gap:.5rem;grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content;padding:var(--jkl-spacing-s) var(--jkl-spacing-m);position:relative}.jkl-input-panel__header__amount{align-items:center;display:flex;font-size:var(--jkl-checkbox-font-size);font-weight:var(--jkl-checkbox-font-weight);height:100%;line-height:var(--jkl-checkbox-line-height)}.jkl-input-panel__header .jkl-checkbox,.jkl-input-panel__header .jkl-radio-button,.jkl-input-panel__header label{position:unset}.jkl-input-panel__header label:after{block-size:100%;content:"";inline-size:100%;left:0;position:absolute;top:0}.jkl-input-panel__description{height:0;overflow:hidden;padding-inline:var(--jkl-spacing-m);-webkit-padding-after:var(--jkl-spacing-none);font-size:var(--jkl-checkbox-font-size);font-weight:var(--jkl-checkbox-font-weight);line-height:normal;line-height:var(--jkl-checkbox-line-height);padding-block-end:var(--jkl-spacing-none);transition-duration:.15s;transition-property:height;transition-timing-function:ease}.jkl-input-panel:has(:focus-visible){outline:3px solid var(--jkl-color-border-action);outline-offset:3px}.jkl-input-panel:has(:checked),.jkl-input-panel:not([data-always-open]),.jkl-input-panel[data-always-open=true]{--background-color:var(--jkl-color-background-container-high)}.jkl-input-panel:has(:checked) .jkl-input-panel__description,.jkl-input-panel:not([data-always-open]) .jkl-input-panel__description,.jkl-input-panel[data-always-open=true] .jkl-input-panel__description{height:auto;-webkit-padding-after:var(--jkl-spacing-s);padding-block-end:var(--jkl-spacing-s)}.jkl-input-panel:has(input:hover){--outer-border-color:var(--jkl-color-border-separator-hover);--outer-border-thickness:0.125rem;cursor:pointer}}@layer jokul.components{@keyframes jkl-dot-in-ucrmoyf{0%{transform:scale(.8)}to{transform:scale(1)}}.jkl-radio-panel{--radio-dot-color:#0000;--radio-ring-color:#0000}.jkl-radio-panel__decorator{background-color:var(--radio-ring-color);border:.0625rem solid var(--jkl-color-border-action);border-radius:50%;cursor:pointer;display:inline-block;height:1.5rem;position:relative;transition-duration:.15s;transition-property:background-color,outline;transition-timing-function:ease;width:1.5rem}.jkl-radio-panel__decorator:after{background-color:var(--radio-dot-color);border-radius:50%;content:"";height:1rem;left:50%;position:absolute;scale:1;top:50%;transition-duration:.15s;transition-property:transform;transition-timing-function:ease;translate:-50% -50%;width:1rem}@media screen and (forced-colors:active){.jkl-radio-panel__decorator{border:1px solid ButtonText}}.jkl-radio-panel__input:checked+.jkl-radio-panel__decorator:after{animation:jkl-dot-in-ucrmoyf .15s ease}.jkl-radio-panel:has(:checked){--radio-dot-color:var(--jkl-color-border-action)}[aria-invalid=true] .jkl-radio-panel{--radio-ring-color:var(--jkl-color-background-alert-error)}[aria-invalid=true] .jkl-radio-panel:has(:checked){--radio-dot-color:var(--jkl-color-text-on-alert)}}
|