@fremtind/jokul 0.37.11 → 0.37.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/build-stats.html +1 -1
- package/build/cjs/core/tokens.cjs +1 -1
- package/build/cjs/core/tokens.cjs.map +1 -1
- package/build/cjs/core/tokens.d.cts +32 -15
- package/build/es/core/tokens.d.ts +32 -15
- package/build/es/core/tokens.js +1 -1
- package/build/es/core/tokens.js.map +1 -1
- package/package.json +2 -2
- package/styles/components/accordion/accordion.css +1 -1
- package/styles/components/autosuggest/autosuggest.css +1 -1
- package/styles/components/breadcrumb/breadcrumb.css +1 -1
- package/styles/components/breadcrumb/breadcrumb.scss +3 -3
- package/styles/components/button/button.css +12 -12
- package/styles/components/button/button.min.css +1 -1
- package/styles/components/button/button.scss +13 -13
- package/styles/components/card/_nav-card.scss +1 -1
- package/styles/components/card/card.css +10 -10
- package/styles/components/card/card.min.css +1 -1
- package/styles/components/card/card.scss +8 -8
- package/styles/components/checkbox/checkbox.css +7 -7
- package/styles/components/checkbox/checkbox.min.css +1 -1
- package/styles/components/checkbox/checkbox.scss +2 -2
- package/styles/components/chip/chip.css +13 -13
- package/styles/components/chip/chip.min.css +1 -1
- package/styles/components/chip/chip.scss +16 -16
- package/styles/components/combobox/combobox.css +15 -12
- package/styles/components/combobox/combobox.min.css +1 -1
- package/styles/components/combobox/combobox.scss +16 -18
- package/styles/components/cookie-consent/cookie-consent.css +11 -11
- package/styles/components/cookie-consent/cookie-consent.min.css +1 -1
- package/styles/components/cookie-consent/cookie-consent.scss +11 -11
- package/styles/components/datepicker/_calendar-date-button.scss +1 -1
- package/styles/components/datepicker/_calendar-navigation-dropdown.scss +1 -1
- package/styles/components/datepicker/_calendar-table.scss +1 -1
- package/styles/components/datepicker/_calendar.scss +7 -7
- package/styles/components/datepicker/datepicker.css +11 -11
- package/styles/components/datepicker/datepicker.min.css +1 -1
- package/styles/components/description-list/description-list.css +1 -1
- package/styles/components/expander/deprecated/expander.css +1 -1
- package/styles/components/expander/expandable.css +1 -1
- package/styles/components/feedback/feedback.css +4 -4
- package/styles/components/feedback/feedback.min.css +1 -1
- package/styles/components/feedback/feedback.scss +2 -2
- package/styles/components/file-input/_file.scss +13 -15
- package/styles/components/file-input/file-input.css +32 -32
- package/styles/components/file-input/file-input.min.css +1 -1
- package/styles/components/file-input/file-input.scss +14 -14
- package/styles/components/icon/icon.css +1 -1
- package/styles/components/icon-button/icon-button.css +1 -1
- package/styles/components/image/image.css +1 -1
- package/styles/components/input-group/input-group.css +3 -3
- package/styles/components/input-group/input-group.min.css +1 -1
- package/styles/components/input-panel/checkbox-panel.css +3 -3
- package/styles/components/input-panel/checkbox-panel.min.css +1 -1
- package/styles/components/input-panel/radio-panel.css +3 -3
- package/styles/components/input-panel/radio-panel.min.css +1 -1
- package/styles/components/input-panel/shared.css +1 -1
- package/styles/components/link/link.css +1 -1
- package/styles/components/link-list/link-list.css +4 -4
- package/styles/components/link-list/link-list.min.css +1 -1
- package/styles/components/link-list/link-list.scss +3 -3
- package/styles/components/list/list.css +3 -3
- package/styles/components/list/list.min.css +1 -1
- package/styles/components/list/list.scss +3 -3
- package/styles/components/loader/loader.css +7 -7
- package/styles/components/loader/loader.min.css +1 -1
- package/styles/components/loader/skeleton-loader.css +6 -6
- package/styles/components/loader/skeleton-loader.min.css +1 -1
- package/styles/components/logo/logo.css +1 -1
- package/styles/components/menu/_menu-item.scss +4 -4
- package/styles/components/menu/menu.css +4 -4
- package/styles/components/menu/menu.min.css +1 -1
- package/styles/components/message/message.css +10 -10
- package/styles/components/message/message.min.css +1 -1
- package/styles/components/message/message.scss +8 -8
- package/styles/components/modal/modal.css +12 -12
- package/styles/components/modal/modal.min.css +1 -1
- package/styles/components/modal/modal.scss +11 -11
- package/styles/components/pagination/pagination.css +1 -1
- package/styles/components/popover/popover.css +1 -1
- package/styles/components/progress-bar/progress-bar.css +3 -3
- package/styles/components/progress-bar/progress-bar.min.css +1 -1
- package/styles/components/radio-button/radio-button.css +4 -4
- package/styles/components/radio-button/radio-button.min.css +1 -1
- package/styles/components/radio-button/radio-button.scss +4 -4
- package/styles/components/select/select.css +12 -12
- package/styles/components/select/select.min.css +1 -1
- package/styles/components/select/select.scss +14 -14
- package/styles/components/summary-table/summary-table.css +1 -1
- package/styles/components/system-message/system-message.css +3 -3
- package/styles/components/system-message/system-message.min.css +1 -1
- package/styles/components/table/_table-header.scss +2 -2
- package/styles/components/table/_table-pagination.scss +5 -5
- package/styles/components/table/table.css +7 -7
- package/styles/components/table/table.min.css +1 -1
- package/styles/components/tabs/tabs.css +8 -8
- package/styles/components/tabs/tabs.min.css +1 -1
- package/styles/components/tabs/tabs.scss +7 -7
- package/styles/components/tag/tag.css +5 -5
- package/styles/components/tag/tag.min.css +1 -1
- package/styles/components/tag/tag.scss +4 -4
- package/styles/components/text-input/text-input.css +1 -1
- package/styles/components/toast/toast.css +14 -14
- package/styles/components/toast/toast.min.css +1 -1
- package/styles/components/toast/toast.scss +10 -10
- package/styles/components/toggle-switch/toggle-switch.css +3 -3
- package/styles/components/toggle-switch/toggle-switch.min.css +1 -1
- package/styles/components/toggle-switch/toggle-switch.scss +2 -2
- package/styles/components/tooltip/tooltip.css +3 -3
- package/styles/components/tooltip/tooltip.min.css +1 -1
- package/styles/components/tooltip/tooltip.scss +3 -3
- package/styles/core/_color-tokens.scss +1 -1
- package/styles/core/_legacy-tokens.scss +13 -1
- package/styles/core/_tokens.scss +16 -1
- package/styles/core/core.css +31 -4
- package/styles/core/core.min.css +1 -1
- package/styles/core/jkl/_legacy-tokens.scss +13 -1
- package/styles/core/jkl/_spacing.scss +22 -22
- package/styles/core/jkl/_tokens.scss +16 -13
- package/styles/styles.css +172 -170
- package/styles/styles.min.css +1 -1
- package/styles/vind/vind.css +4 -4
package/styles/styles.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Wed, 18 Dec 2024 12:25:37 GMT
|
|
5
5
|
*/
|
|
6
6
|
:root,
|
|
7
7
|
[data-layout-density=comfortable],
|
|
@@ -1095,7 +1095,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
1095
1095
|
--color: var(--jkl-color-text-default);
|
|
1096
1096
|
}
|
|
1097
1097
|
.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 {
|
|
1098
|
-
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-
|
|
1098
|
+
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-uhnyeai forwards;
|
|
1099
1099
|
}
|
|
1100
1100
|
.jkl-form-support-label--sr-only {
|
|
1101
1101
|
border: 0 !important;
|
|
@@ -1170,7 +1170,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
1170
1170
|
white-space: nowrap !important; /* 3 */
|
|
1171
1171
|
}
|
|
1172
1172
|
|
|
1173
|
-
@keyframes jkl-support-icon-entrance-
|
|
1173
|
+
@keyframes jkl-support-icon-entrance-uhnyeai {
|
|
1174
1174
|
0% {
|
|
1175
1175
|
margin-right: 0;
|
|
1176
1176
|
opacity: 0;
|
|
@@ -1208,13 +1208,13 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
1208
1208
|
:root,
|
|
1209
1209
|
[data-layout-density=comfortable],
|
|
1210
1210
|
[data-density=comfortable] {
|
|
1211
|
-
--content-padding:
|
|
1211
|
+
--content-padding: calc(var(--jkl-unit-10) * 2);
|
|
1212
1212
|
}
|
|
1213
1213
|
@media (width >= 0) and (max-width: 679px) {
|
|
1214
1214
|
:root,
|
|
1215
1215
|
[data-layout-density=comfortable],
|
|
1216
1216
|
[data-density=comfortable] {
|
|
1217
|
-
--content-padding:
|
|
1217
|
+
--content-padding: calc(var(--jkl-unit-10) * 1.5);
|
|
1218
1218
|
}
|
|
1219
1219
|
}
|
|
1220
1220
|
|
|
@@ -1494,10 +1494,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1494
1494
|
[data-layout-density=comfortable],
|
|
1495
1495
|
[data-density=comfortable] {
|
|
1496
1496
|
--jkl-button-padding-block: 0.5rem;
|
|
1497
|
-
--jkl-button-padding-text:
|
|
1498
|
-
--jkl-button-padding-icon:
|
|
1497
|
+
--jkl-button-padding-text: calc(var(--jkl-unit-10) * 3);
|
|
1498
|
+
--jkl-button-padding-icon: calc(var(--jkl-unit-10) * 2);
|
|
1499
1499
|
--jkl-button-padding-icon-button: 0.5rem;
|
|
1500
|
-
--jkl-button-padding-tertiary-inline: 0.
|
|
1500
|
+
--jkl-button-padding-tertiary-inline: calc(var(--jkl-unit-10) * 0.5);
|
|
1501
1501
|
--jkl-button-padding-ghost-inline: 0.5rem;
|
|
1502
1502
|
--jkl-button-font-size: 1.125rem;
|
|
1503
1503
|
--jkl-button-line-height: 1.75rem;
|
|
@@ -1513,12 +1513,12 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1513
1513
|
|
|
1514
1514
|
[data-layout-density=compact],
|
|
1515
1515
|
[data-density=compact] {
|
|
1516
|
-
--jkl-button-padding-block: 0.
|
|
1517
|
-
--jkl-button-padding-text:
|
|
1516
|
+
--jkl-button-padding-block: calc(var(--jkl-unit-10) * 0.5);
|
|
1517
|
+
--jkl-button-padding-text: calc(var(--jkl-unit-10) * 1.5);
|
|
1518
1518
|
--jkl-button-padding-icon: 0.5rem;
|
|
1519
|
-
--jkl-button-padding-icon-button: 0.
|
|
1520
|
-
--jkl-button-padding-tertiary-inline: 0.
|
|
1521
|
-
--jkl-button-padding-ghost-inline: 0.
|
|
1519
|
+
--jkl-button-padding-icon-button: calc(var(--jkl-unit-10) * 0.5);
|
|
1520
|
+
--jkl-button-padding-tertiary-inline: calc(var(--jkl-unit-10) * 0.25);
|
|
1521
|
+
--jkl-button-padding-ghost-inline: calc(var(--jkl-unit-10) * 0.5);
|
|
1522
1522
|
--jkl-button-font-size: 1rem;
|
|
1523
1523
|
--jkl-button-line-height: 1.5rem;
|
|
1524
1524
|
}
|
|
@@ -1575,7 +1575,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1575
1575
|
display: flex;
|
|
1576
1576
|
flex-direction: row;
|
|
1577
1577
|
align-items: center;
|
|
1578
|
-
gap: 0.
|
|
1578
|
+
gap: calc(var(--jkl-unit-10) * 0.25);
|
|
1579
1579
|
pointer-events: none;
|
|
1580
1580
|
}
|
|
1581
1581
|
.jkl-button__loader {
|
|
@@ -1623,7 +1623,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1623
1623
|
height: 1rem;
|
|
1624
1624
|
}
|
|
1625
1625
|
html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
1626
|
-
animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-
|
|
1626
|
+
animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-uhnyeb9;
|
|
1627
1627
|
}
|
|
1628
1628
|
:not([data-touchnavigation]) .jkl-button--primary:hover, :not([data-touchnavigation]) .jkl-button--secondary:hover, :not([data-touchnavigation]) .jkl-button--tertiary:hover {
|
|
1629
1629
|
scale: 1.05;
|
|
@@ -1667,7 +1667,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1667
1667
|
--background-color: var(--jkl-color-background-interactive-hover);
|
|
1668
1668
|
}
|
|
1669
1669
|
|
|
1670
|
-
@keyframes jkl-tertiary-flash-
|
|
1670
|
+
@keyframes jkl-tertiary-flash-uhnyeb9 {
|
|
1671
1671
|
0% {
|
|
1672
1672
|
opacity: 0.5;
|
|
1673
1673
|
scale: 1;
|
|
@@ -1692,15 +1692,15 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1692
1692
|
animation: 2500ms linear infinite;
|
|
1693
1693
|
}
|
|
1694
1694
|
.jkl-loader__dot--left {
|
|
1695
|
-
animation-name: jkl-loader-left-spin-
|
|
1695
|
+
animation-name: jkl-loader-left-spin-uhnyebe;
|
|
1696
1696
|
margin-right: 1.71em;
|
|
1697
1697
|
}
|
|
1698
1698
|
.jkl-loader__dot--middle {
|
|
1699
|
-
animation-name: jkl-loader-middle-spin-
|
|
1699
|
+
animation-name: jkl-loader-middle-spin-uhnyec4;
|
|
1700
1700
|
margin-right: 1.9em;
|
|
1701
1701
|
}
|
|
1702
1702
|
.jkl-loader__dot--right {
|
|
1703
|
-
animation-name: jkl-loader-right-spin-
|
|
1703
|
+
animation-name: jkl-loader-right-spin-uhnyecf;
|
|
1704
1704
|
}
|
|
1705
1705
|
@media screen and (forced-colors: active) {
|
|
1706
1706
|
.jkl-loader__dot {
|
|
@@ -1728,7 +1728,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1728
1728
|
margin-right: 0.3em;
|
|
1729
1729
|
}
|
|
1730
1730
|
|
|
1731
|
-
@keyframes jkl-loader-left-spin-
|
|
1731
|
+
@keyframes jkl-loader-left-spin-uhnyebe {
|
|
1732
1732
|
0% {
|
|
1733
1733
|
transform: rotate(0) scale(0);
|
|
1734
1734
|
}
|
|
@@ -1742,7 +1742,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1742
1742
|
transform: rotate(180deg) scale(0);
|
|
1743
1743
|
}
|
|
1744
1744
|
}
|
|
1745
|
-
@keyframes jkl-loader-middle-spin-
|
|
1745
|
+
@keyframes jkl-loader-middle-spin-uhnyec4 {
|
|
1746
1746
|
0% {
|
|
1747
1747
|
transform: rotate(20deg) scale(0);
|
|
1748
1748
|
}
|
|
@@ -1759,7 +1759,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1759
1759
|
transform: rotate(200deg) scale(0);
|
|
1760
1760
|
}
|
|
1761
1761
|
}
|
|
1762
|
-
@keyframes jkl-loader-right-spin-
|
|
1762
|
+
@keyframes jkl-loader-right-spin-uhnyecf {
|
|
1763
1763
|
0% {
|
|
1764
1764
|
transform: rotate(40deg) scale(0);
|
|
1765
1765
|
}
|
|
@@ -1807,7 +1807,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1807
1807
|
bottom: 0;
|
|
1808
1808
|
width: 12.5rem;
|
|
1809
1809
|
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%);
|
|
1810
|
-
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-
|
|
1810
|
+
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-uhnyede;
|
|
1811
1811
|
}
|
|
1812
1812
|
@media (width >= 0) and (max-width: 679px) {
|
|
1813
1813
|
.jkl-skeleton-animation {
|
|
@@ -1838,7 +1838,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1838
1838
|
@media screen and (forced-colors: active) {
|
|
1839
1839
|
.jkl-skeleton-element {
|
|
1840
1840
|
border: 1px solid CanvasText;
|
|
1841
|
-
animation: 2s ease infinite jkl-blink-
|
|
1841
|
+
animation: 2s ease infinite jkl-blink-uhnyedx;
|
|
1842
1842
|
}
|
|
1843
1843
|
}
|
|
1844
1844
|
|
|
@@ -1894,11 +1894,11 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1894
1894
|
}
|
|
1895
1895
|
@media screen and (forced-colors: active) {
|
|
1896
1896
|
.jkl-skeleton-table {
|
|
1897
|
-
animation: 2s ease-in-out infinite jkl-blink-
|
|
1897
|
+
animation: 2s ease-in-out infinite jkl-blink-uhnyedx;
|
|
1898
1898
|
}
|
|
1899
1899
|
}
|
|
1900
1900
|
|
|
1901
|
-
@keyframes jkl-sweep-
|
|
1901
|
+
@keyframes jkl-sweep-uhnyede {
|
|
1902
1902
|
0% {
|
|
1903
1903
|
transform: translateX(calc(0vw - 200px));
|
|
1904
1904
|
}
|
|
@@ -1906,7 +1906,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1906
1906
|
transform: translateX(calc(100vw + 400px));
|
|
1907
1907
|
}
|
|
1908
1908
|
}
|
|
1909
|
-
@keyframes jkl-blink-
|
|
1909
|
+
@keyframes jkl-blink-uhnyedx {
|
|
1910
1910
|
0% {
|
|
1911
1911
|
opacity: 1;
|
|
1912
1912
|
}
|
|
@@ -2085,7 +2085,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
2085
2085
|
}
|
|
2086
2086
|
.jkl-nav-card__tag-wrapper {
|
|
2087
2087
|
display: flex;
|
|
2088
|
-
gap:
|
|
2088
|
+
gap: calc(var(--jkl-unit-10) * 1.5) calc(var(--jkl-unit-10) * 3);
|
|
2089
2089
|
flex-wrap: wrap;
|
|
2090
2090
|
}
|
|
2091
2091
|
.jkl-nav-card:hover {
|
|
@@ -2165,10 +2165,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2165
2165
|
}
|
|
2166
2166
|
|
|
2167
2167
|
.jkl-card {
|
|
2168
|
-
--padding-s: var(--jkl-
|
|
2169
|
-
--padding-m: var(--jkl-
|
|
2170
|
-
--padding-l: var(--jkl-
|
|
2171
|
-
--padding-xl: var(--jkl-
|
|
2168
|
+
--padding-s: var(--jkl-unit-05);
|
|
2169
|
+
--padding-m: var(--jkl-unit-15);
|
|
2170
|
+
--padding-l: var(--jkl-unit-20);
|
|
2171
|
+
--padding-xl: var(--jkl-unit-30);
|
|
2172
2172
|
--border-radius: 0.25rem;
|
|
2173
2173
|
--border-color: transparent;
|
|
2174
2174
|
--border-width: 0.0625rem;
|
|
@@ -2196,10 +2196,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2196
2196
|
}
|
|
2197
2197
|
@media (min-width: 680px) {
|
|
2198
2198
|
.jkl-card {
|
|
2199
|
-
--padding-s: var(--jkl-
|
|
2200
|
-
--padding-m: var(--jkl-
|
|
2201
|
-
--padding-l: var(--jkl-
|
|
2202
|
-
--padding-xl: var(--jkl-
|
|
2199
|
+
--padding-s: var(--jkl-unit-10);
|
|
2200
|
+
--padding-m: var(--jkl-unit-20);
|
|
2201
|
+
--padding-l: var(--jkl-unit-30);
|
|
2202
|
+
--padding-xl: var(--jkl-unit-40);
|
|
2203
2203
|
}
|
|
2204
2204
|
}
|
|
2205
2205
|
.jkl-card[data-padding=s] {
|
|
@@ -2280,14 +2280,14 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2280
2280
|
:root,
|
|
2281
2281
|
[data-layout-density=comfortable],
|
|
2282
2282
|
[data-density=comfortable] {
|
|
2283
|
-
--jkl-tag-padding: var(--jkl-
|
|
2284
|
-
--jkl-tag-gap: var(--jkl-
|
|
2283
|
+
--jkl-tag-padding: var(--jkl-unit-05) var(--jkl-unit-10);
|
|
2284
|
+
--jkl-tag-gap: var(--jkl-unit-05);
|
|
2285
2285
|
}
|
|
2286
2286
|
|
|
2287
2287
|
[data-layout-density=compact],
|
|
2288
2288
|
[data-density=compact] {
|
|
2289
|
-
--jkl-tag-padding: 0 var(--jkl-
|
|
2290
|
-
--jkl-tag-gap: var(--jkl-
|
|
2289
|
+
--jkl-tag-padding: 0 var(--jkl-unit-05);
|
|
2290
|
+
--jkl-tag-gap: var(--jkl-unit-02);
|
|
2291
2291
|
}
|
|
2292
2292
|
|
|
2293
2293
|
.jkl-tag {
|
|
@@ -2370,7 +2370,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2370
2370
|
--jkl-checkbox-line-height: 1.5rem;
|
|
2371
2371
|
}
|
|
2372
2372
|
|
|
2373
|
-
@keyframes jkl-checkbox-checked-
|
|
2373
|
+
@keyframes jkl-checkbox-checked-uhnyeej {
|
|
2374
2374
|
0% {
|
|
2375
2375
|
width: 0;
|
|
2376
2376
|
height: 0;
|
|
@@ -2384,7 +2384,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2384
2384
|
height: 58%;
|
|
2385
2385
|
}
|
|
2386
2386
|
}
|
|
2387
|
-
@keyframes jkl-checkbox-indeterminate-
|
|
2387
|
+
@keyframes jkl-checkbox-indeterminate-uhnyeet {
|
|
2388
2388
|
0% {
|
|
2389
2389
|
width: 0;
|
|
2390
2390
|
}
|
|
@@ -2412,11 +2412,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2412
2412
|
top: -6px;
|
|
2413
2413
|
}
|
|
2414
2414
|
.jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
|
|
2415
|
-
animation: jkl-checkbox-checked-
|
|
2415
|
+
animation: jkl-checkbox-checked-uhnyeej 150ms ease-in-out forwards;
|
|
2416
2416
|
opacity: 1;
|
|
2417
2417
|
}
|
|
2418
2418
|
.jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
|
|
2419
|
-
animation: jkl-checkbox-indeterminate-
|
|
2419
|
+
animation: jkl-checkbox-indeterminate-uhnyeet 150ms ease-in-out forwards;
|
|
2420
2420
|
opacity: 1;
|
|
2421
2421
|
}
|
|
2422
2422
|
.jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
|
|
@@ -2455,7 +2455,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2455
2455
|
height: var(--jkl-checkbox-box-size);
|
|
2456
2456
|
width: var(--jkl-checkbox-box-size);
|
|
2457
2457
|
margin-block: calc((var(--jkl-checkbox-height) - var(--jkl-checkbox-box-size)) * 0.5);
|
|
2458
|
-
margin-inline-end: var(--jkl-
|
|
2458
|
+
margin-inline-end: var(--jkl-unit-10);
|
|
2459
2459
|
align-self: flex-start;
|
|
2460
2460
|
flex-shrink: 0;
|
|
2461
2461
|
outline: none;
|
|
@@ -2520,7 +2520,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2520
2520
|
display: inline-flex;
|
|
2521
2521
|
}
|
|
2522
2522
|
.jkl-checkbox--inline:not(:last-of-type) {
|
|
2523
|
-
margin-right:
|
|
2523
|
+
margin-right: calc(var(--jkl-unit-10) * 3);
|
|
2524
2524
|
}
|
|
2525
2525
|
.jkl-checkbox--error {
|
|
2526
2526
|
--background-color: var(--jkl-color-background-alert-error);
|
|
@@ -2530,25 +2530,25 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2530
2530
|
[data-layout-density=compact],
|
|
2531
2531
|
[data-density=compact] {
|
|
2532
2532
|
--padding-inline-s: 0.5rem;
|
|
2533
|
-
--padding-inline-l:
|
|
2534
|
-
--padding-icon-s: 0.
|
|
2533
|
+
--padding-inline-l: calc(var(--jkl-unit-10) * 1.5);
|
|
2534
|
+
--padding-icon-s: calc(var(--jkl-unit-10) * 0.5);
|
|
2535
2535
|
--padding-icon-l: 0.5rem;
|
|
2536
|
-
--height-l:
|
|
2537
|
-
--height-s:
|
|
2538
|
-
--gap-s: 0.
|
|
2539
|
-
--gap-l: 0.
|
|
2536
|
+
--height-l: calc(var(--jkl-unit-10) * 4);
|
|
2537
|
+
--height-s: calc(var(--jkl-unit-10) * 3);
|
|
2538
|
+
--gap-s: calc(var(--jkl-unit-10) * 0.25);
|
|
2539
|
+
--gap-l: calc(var(--jkl-unit-10) * 0.5);
|
|
2540
2540
|
}
|
|
2541
2541
|
|
|
2542
2542
|
:root,
|
|
2543
2543
|
[data-layout-density=comfortable],
|
|
2544
2544
|
[data-density=comfortable] {
|
|
2545
|
-
--padding-inline-s:
|
|
2546
|
-
--padding-inline-l:
|
|
2545
|
+
--padding-inline-s: calc(var(--jkl-unit-10) * 1.5);
|
|
2546
|
+
--padding-inline-l: calc(var(--jkl-unit-10) * 2);
|
|
2547
2547
|
--padding-icon-s: 0.5rem;
|
|
2548
|
-
--padding-icon-l:
|
|
2549
|
-
--height-l:
|
|
2550
|
-
--height-s:
|
|
2551
|
-
--gap-s: 0.
|
|
2548
|
+
--padding-icon-l: calc(var(--jkl-unit-10) * 1.5);
|
|
2549
|
+
--height-l: calc(var(--jkl-unit-10) * 5);
|
|
2550
|
+
--height-s: calc(var(--jkl-unit-10) * 4);
|
|
2551
|
+
--gap-s: calc(var(--jkl-unit-10) * 0.5);
|
|
2552
2552
|
--gap-l: 0.5rem;
|
|
2553
2553
|
}
|
|
2554
2554
|
|
|
@@ -2702,14 +2702,15 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2702
2702
|
--jkl-combobox-line-height: var(--jkl-body-line-height);
|
|
2703
2703
|
--jkl-combobox-font-weight: var(--jkl-body-font-weight);
|
|
2704
2704
|
--jkl-combobox-button-padding: 0.5rem 0.375rem 0.5rem
|
|
2705
|
-
|
|
2706
|
-
--jkl-combobox-button-active-value-padding: 0.5rem 0.375rem
|
|
2705
|
+
/* her har vi en random 6px verdi også*/ calc(var(--jkl-unit-10) * 1.5);
|
|
2706
|
+
--jkl-combobox-button-active-value-padding: 0.5rem 0.375rem
|
|
2707
|
+
0.5rem 0.5rem;
|
|
2707
2708
|
--jkl-combobox-input-height: 3rem;
|
|
2708
2709
|
--jkl-combobox-actions-right: 0.5rem;
|
|
2709
2710
|
--jkl-combobox-actions-top: 0.75rem;
|
|
2710
2711
|
--jkl-combobox-search-input-padding: var(--jkl-combobox-button-padding);
|
|
2711
|
-
--jkl-combobox-native-padding: 0
|
|
2712
|
-
--jkl-combobox-option-padding: 0.5rem
|
|
2712
|
+
--jkl-combobox-native-padding: 0 calc(var(--jkl-unit-10) * 5) 0 0.5rem;
|
|
2713
|
+
--jkl-combobox-option-padding: 0.5rem calc(var(--jkl-unit-10) * 1.5);
|
|
2713
2714
|
--jkl-combobox-option-line-height: 2rem;
|
|
2714
2715
|
--jkl-combobox-input-padding: 3.75rem;
|
|
2715
2716
|
--jkl-combobox-search-input-height: 1.75rem;
|
|
@@ -2727,17 +2728,18 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2727
2728
|
--jkl-combobox-font-size: var(--jkl-small-font-size);
|
|
2728
2729
|
--jkl-combobox-line-height: var(--jkl-small-line-height);
|
|
2729
2730
|
--jkl-combobox-font-weight: var(--jkl-small-font-weight);
|
|
2730
|
-
--jkl-combobox-button-padding: 0.
|
|
2731
|
+
--jkl-combobox-button-padding: calc(var(--jkl-unit-10) * 0.5) 1.875rem calc(var(--jkl-unit-10) * 0.5)
|
|
2731
2732
|
0.5rem;
|
|
2732
|
-
--jkl-combobox-button-active-value-padding: 0.
|
|
2733
|
+
--jkl-combobox-button-active-value-padding: calc(var(--jkl-unit-10) * 0.5) 1.875rem
|
|
2734
|
+
calc(var(--jkl-unit-10) * 0.5) 0.5rem;
|
|
2733
2735
|
--jkl-combobox-input-height: 2rem;
|
|
2734
2736
|
--jkl-combobox-actions-right: 0;
|
|
2735
2737
|
--jkl-combobox-actions-top: 0.375rem;
|
|
2736
|
-
--jkl-combobox-search-input-padding: 0.
|
|
2737
|
-
--jkl-combobox-native-padding:
|
|
2738
|
-
--jkl-combobox-option-padding: 0.
|
|
2738
|
+
--jkl-combobox-search-input-padding: calc(var(--jkl-unit-10) * 0.5) 0.5rem;
|
|
2739
|
+
--jkl-combobox-native-padding: calc(var(--jkl-unit-10) * 3) calc(var(--jkl-unit-10) * 0.5) calc(var(--jkl-unit-10) * 0.5);
|
|
2740
|
+
--jkl-combobox-option-padding: calc(var(--jkl-unit-10) * 0.5) 0.5rem;
|
|
2739
2741
|
--jkl-combobox-option-line-height: 1.5rem;
|
|
2740
|
-
--jkl-combobox-input-padding:
|
|
2742
|
+
--jkl-combobox-input-padding: calc(var(--jkl-unit-10) * 1.5);
|
|
2741
2743
|
--jkl-combobox-search-input-height: 1.25rem;
|
|
2742
2744
|
}
|
|
2743
2745
|
|
|
@@ -2905,7 +2907,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2905
2907
|
display: flex;
|
|
2906
2908
|
position: absolute;
|
|
2907
2909
|
right: var(--jkl-combobox-actions-right);
|
|
2908
|
-
gap: 0.
|
|
2910
|
+
gap: calc(var(--jkl-unit-10) * 0.5);
|
|
2909
2911
|
top: var(--jkl-combobox-actions-top);
|
|
2910
2912
|
}
|
|
2911
2913
|
.jkl-combobox__chips {
|
|
@@ -2974,7 +2976,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2974
2976
|
left: 0;
|
|
2975
2977
|
right: 0;
|
|
2976
2978
|
width: 100%;
|
|
2977
|
-
padding:
|
|
2979
|
+
padding: calc(var(--jkl-unit-10) * 5) calc(var(--jkl-unit-10) * 5) 1.875rem calc(var(--jkl-unit-10) * 5);
|
|
2978
2980
|
min-width: 20rem;
|
|
2979
2981
|
max-width: 41.25rem;
|
|
2980
2982
|
background-color: var(--jkl-background-color);
|
|
@@ -2995,10 +2997,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2995
2997
|
}
|
|
2996
2998
|
@media (width >= 0) and (max-width: 679px) {
|
|
2997
2999
|
.jkl-cookie-consent-modal__content {
|
|
2998
|
-
top:
|
|
2999
|
-
margin:
|
|
3000
|
-
max-width: calc(100% -
|
|
3001
|
-
padding:
|
|
3000
|
+
top: calc(var(--jkl-unit-10) * 5);
|
|
3001
|
+
margin: calc(var(--jkl-unit-10) * 3);
|
|
3002
|
+
max-width: calc(100% - calc(var(--jkl-unit-10) * 3) - calc(var(--jkl-unit-10) * 3));
|
|
3003
|
+
padding: calc(var(--jkl-unit-10) * 3);
|
|
3002
3004
|
}
|
|
3003
3005
|
}
|
|
3004
3006
|
@media screen and (forced-colors: active) {
|
|
@@ -3007,7 +3009,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3007
3009
|
}
|
|
3008
3010
|
}
|
|
3009
3011
|
.jkl-cookie-consent-modal__checklist.jkl-list {
|
|
3010
|
-
margin-block:
|
|
3012
|
+
margin-block: calc(var(--jkl-unit-10) * 2);
|
|
3011
3013
|
}
|
|
3012
3014
|
.jkl-cookie-consent-modal__info-text {
|
|
3013
3015
|
font-size: 1rem;
|
|
@@ -3018,7 +3020,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3018
3020
|
--jkl-icon-opsz: 20;
|
|
3019
3021
|
}
|
|
3020
3022
|
.jkl-cookie-consent-modal__header {
|
|
3021
|
-
margin-bottom:
|
|
3023
|
+
margin-bottom: calc(var(--jkl-unit-10) * 3);
|
|
3022
3024
|
font-size: 1.3125rem;
|
|
3023
3025
|
line-height: 1.75rem;
|
|
3024
3026
|
font-weight: 700;
|
|
@@ -3036,13 +3038,13 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3036
3038
|
}
|
|
3037
3039
|
.jkl-cookie-consent-modal__checkbox {
|
|
3038
3040
|
margin-bottom: 0.5rem;
|
|
3039
|
-
margin-top:
|
|
3041
|
+
margin-top: calc(var(--jkl-unit-10) * 3);
|
|
3040
3042
|
}
|
|
3041
3043
|
.jkl-cookie-consent-modal__button-group {
|
|
3042
|
-
margin-top:
|
|
3044
|
+
margin-top: calc(var(--jkl-unit-10) * 5);
|
|
3043
3045
|
}
|
|
3044
3046
|
.jkl-cookie-consent-modal__button-group > :not(:first-child) {
|
|
3045
|
-
margin-left:
|
|
3047
|
+
margin-left: calc(var(--jkl-unit-10) * 3);
|
|
3046
3048
|
}
|
|
3047
3049
|
|
|
3048
3050
|
/*
|
|
@@ -3078,7 +3080,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3078
3080
|
|
|
3079
3081
|
.jkl-list {
|
|
3080
3082
|
list-style-type: "•";
|
|
3081
|
-
padding-left:
|
|
3083
|
+
padding-left: calc(var(--jkl-unit-10) * 2);
|
|
3082
3084
|
margin: 0;
|
|
3083
3085
|
}
|
|
3084
3086
|
.jkl-list > .jkl-list__item > .jkl-list {
|
|
@@ -3099,7 +3101,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3099
3101
|
}
|
|
3100
3102
|
.jkl-list__item {
|
|
3101
3103
|
color: var(--jkl-list-text-color);
|
|
3102
|
-
padding-left:
|
|
3104
|
+
padding-left: calc(var(--jkl-unit-10) * 1.5);
|
|
3103
3105
|
}
|
|
3104
3106
|
.jkl-list__item::marker {
|
|
3105
3107
|
color: var(--jkl-list-text-color);
|
|
@@ -3143,23 +3145,23 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3143
3145
|
:root,
|
|
3144
3146
|
[data-layout-density=comfortable],
|
|
3145
3147
|
[data-density=comfortable] {
|
|
3146
|
-
--jkl-calendar-padding: var(--jkl-
|
|
3147
|
-
var(--jkl-
|
|
3148
|
-
--jkl-calendar-gap: var(--jkl-
|
|
3148
|
+
--jkl-calendar-padding: var(--jkl-unit-15) var(--jkl-unit-20)
|
|
3149
|
+
var(--jkl-unit-20);
|
|
3150
|
+
--jkl-calendar-gap: var(--jkl-unit-15);
|
|
3149
3151
|
}
|
|
3150
3152
|
@media (width >= 0) and (max-width: 374px) {
|
|
3151
3153
|
:root,
|
|
3152
3154
|
[data-layout-density=comfortable],
|
|
3153
3155
|
[data-density=comfortable] {
|
|
3154
|
-
--jkl-calendar-padding: var(--jkl-
|
|
3155
|
-
var(--jkl-
|
|
3156
|
+
--jkl-calendar-padding: var(--jkl-unit-05) var(--jkl-unit-10)
|
|
3157
|
+
var(--jkl-unit-20);
|
|
3156
3158
|
}
|
|
3157
3159
|
}
|
|
3158
3160
|
|
|
3159
3161
|
[data-layout-density=compact],
|
|
3160
3162
|
[data-density=compact] {
|
|
3161
|
-
--jkl-calendar-padding: var(--jkl-
|
|
3162
|
-
var(--jkl-
|
|
3163
|
+
--jkl-calendar-padding: var(--jkl-unit-05) var(--jkl-unit-10)
|
|
3164
|
+
var(--jkl-unit-20);
|
|
3163
3165
|
--jkl-calendar-gap: 0;
|
|
3164
3166
|
}
|
|
3165
3167
|
|
|
@@ -3318,7 +3320,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3318
3320
|
pointer-events: none;
|
|
3319
3321
|
}
|
|
3320
3322
|
.jkl-calendar-navigation-dropdown + .jkl-calendar-navigation-dropdown {
|
|
3321
|
-
margin-inline-start: var(--jkl-
|
|
3323
|
+
margin-inline-start: var(--jkl-unit-10);
|
|
3322
3324
|
}
|
|
3323
3325
|
|
|
3324
3326
|
.jkl-calendar-table th {
|
|
@@ -3328,7 +3330,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3328
3330
|
--jkl-icon-weight: 300;
|
|
3329
3331
|
--jkl-icon-size: 1.25rem;
|
|
3330
3332
|
--jkl-icon-opsz: 20;
|
|
3331
|
-
padding-bottom: var(--jkl-
|
|
3333
|
+
padding-bottom: var(--jkl-unit-10);
|
|
3332
3334
|
}
|
|
3333
3335
|
.jkl-calendar-table td {
|
|
3334
3336
|
text-align: center;
|
|
@@ -3426,7 +3428,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3426
3428
|
color: var(--jkl-color);
|
|
3427
3429
|
margin: var(--jkl-calendar-date-margin);
|
|
3428
3430
|
padding: 0;
|
|
3429
|
-
padding-top: 0.
|
|
3431
|
+
padding-top: calc(var(--jkl-unit-10) * 0.25);
|
|
3430
3432
|
transition-timing-function: ease-out;
|
|
3431
3433
|
transition-duration: 75ms;
|
|
3432
3434
|
transition-property: color, background-color, box-shadow;
|
|
@@ -3797,7 +3799,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3797
3799
|
padding: 1rem 0 2.5rem 0;
|
|
3798
3800
|
}
|
|
3799
3801
|
|
|
3800
|
-
@keyframes jkl-show-
|
|
3802
|
+
@keyframes jkl-show-uhnyefp {
|
|
3801
3803
|
from {
|
|
3802
3804
|
transform: translate3d(0, 0.5rem, 0);
|
|
3803
3805
|
opacity: 0;
|
|
@@ -3817,7 +3819,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3817
3819
|
}
|
|
3818
3820
|
.jkl-feedback__step-counter {
|
|
3819
3821
|
color: var(--jkl-color-text-subdued);
|
|
3820
|
-
margin-bottom:
|
|
3822
|
+
margin-bottom: calc(var(--jkl-unit-10) * 2);
|
|
3821
3823
|
font-size: 1.125rem;
|
|
3822
3824
|
line-height: 1.75rem;
|
|
3823
3825
|
font-weight: 400;
|
|
@@ -3832,7 +3834,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3832
3834
|
}
|
|
3833
3835
|
}
|
|
3834
3836
|
.jkl-feedback__fade-in {
|
|
3835
|
-
animation: jkl-show-
|
|
3837
|
+
animation: jkl-show-uhnyefp 0.25s ease-out;
|
|
3836
3838
|
}
|
|
3837
3839
|
.jkl-feedback__buttons {
|
|
3838
3840
|
display: flex;
|
|
@@ -3913,17 +3915,17 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3913
3915
|
--jkl-message-icon-size: 1.5rem;
|
|
3914
3916
|
--jkl-message-icon-left: 1rem;
|
|
3915
3917
|
--jkl-message-icon-top: 1.5rem;
|
|
3916
|
-
--jkl-message-title-margin: 0 0 0.
|
|
3918
|
+
--jkl-message-title-margin: 0 0 calc(var(--jkl-unit-10) * 0.5) 0;
|
|
3917
3919
|
--jkl-message-dismiss-button-size: 2.75rem;
|
|
3918
|
-
--jkl-message-gap:
|
|
3919
|
-
--jkl-message-padding:
|
|
3920
|
+
--jkl-message-gap: calc(var(--jkl-unit-10) * 1.5);
|
|
3921
|
+
--jkl-message-padding: calc(var(--jkl-unit-10) * 2) calc(var(--jkl-unit-10) * 1.5);
|
|
3920
3922
|
}
|
|
3921
3923
|
@media (min-width: 680px) {
|
|
3922
3924
|
:root,
|
|
3923
3925
|
[data-layout-density=comfortable],
|
|
3924
3926
|
[data-density=comfortable] {
|
|
3925
|
-
--jkl-message-gap:
|
|
3926
|
-
--jkl-message-padding:
|
|
3927
|
+
--jkl-message-gap: calc(var(--jkl-unit-10) * 2);
|
|
3928
|
+
--jkl-message-padding: calc(var(--jkl-unit-10) * 3) calc(var(--jkl-unit-10) * 2);
|
|
3927
3929
|
}
|
|
3928
3930
|
}
|
|
3929
3931
|
|
|
@@ -3940,7 +3942,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3940
3942
|
--jkl-message-icon-top: 0.875rem;
|
|
3941
3943
|
--jkl-message-dismiss-button-size: 2rem;
|
|
3942
3944
|
--jkl-message-gap: 0.5rem;
|
|
3943
|
-
--jkl-message-padding:
|
|
3945
|
+
--jkl-message-padding: calc(var(--jkl-unit-10) * 1.5) 0.5rem;
|
|
3944
3946
|
}
|
|
3945
3947
|
|
|
3946
3948
|
.jkl-message {
|
|
@@ -4074,7 +4076,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4074
4076
|
--background-color: var(--jkl-color-background-alert-success);
|
|
4075
4077
|
}
|
|
4076
4078
|
.jkl-message--dismissed {
|
|
4077
|
-
animation: jkl-dismiss-
|
|
4079
|
+
animation: jkl-dismiss-uhnyegm 400ms ease-in-out forwards;
|
|
4078
4080
|
transition: visibility 0ms 400ms;
|
|
4079
4081
|
visibility: hidden;
|
|
4080
4082
|
}
|
|
@@ -4094,7 +4096,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4094
4096
|
}
|
|
4095
4097
|
}
|
|
4096
4098
|
|
|
4097
|
-
@keyframes jkl-dismiss-
|
|
4099
|
+
@keyframes jkl-dismiss-uhnyegm {
|
|
4098
4100
|
from {
|
|
4099
4101
|
opacity: 1;
|
|
4100
4102
|
transform: translate3d(0, 0, 0);
|
|
@@ -4105,7 +4107,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4105
4107
|
}
|
|
4106
4108
|
}
|
|
4107
4109
|
.jkl-form-error-message {
|
|
4108
|
-
padding-bottom:
|
|
4110
|
+
padding-bottom: calc(var(--jkl-unit-10) * 5);
|
|
4109
4111
|
}
|
|
4110
4112
|
|
|
4111
4113
|
:root,
|
|
@@ -4141,7 +4143,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4141
4143
|
--jkl-radio-button-height: 1.75rem;
|
|
4142
4144
|
--jkl-radio-button-line-height: 1.5rem;
|
|
4143
4145
|
--jkl-radio-button-size: 1.125rem;
|
|
4144
|
-
--jkl-radio-button-text-margin: 0.
|
|
4146
|
+
--jkl-radio-button-text-margin: calc(var(--jkl-unit-10) * 0.5) 0;
|
|
4145
4147
|
--jkl-radio-button-text-transform: translate3d(0, 0, 0);
|
|
4146
4148
|
--jkl-radio-button-dot-margin: 0.4375rem 0.5rem 0.4375rem 0;
|
|
4147
4149
|
--jkl-radio-button-dot-size: 0.625rem;
|
|
@@ -4150,7 +4152,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4150
4152
|
--jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
|
|
4151
4153
|
}
|
|
4152
4154
|
|
|
4153
|
-
@keyframes jkl-dot-in-
|
|
4155
|
+
@keyframes jkl-dot-in-uhnyeh0 {
|
|
4154
4156
|
0% {
|
|
4155
4157
|
transform: scale(0.8);
|
|
4156
4158
|
}
|
|
@@ -4195,7 +4197,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4195
4197
|
}
|
|
4196
4198
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
4197
4199
|
--dot-color: var(--jkl-color-border-action);
|
|
4198
|
-
animation: jkl-dot-in-
|
|
4200
|
+
animation: jkl-dot-in-uhnyeh0 150ms ease;
|
|
4199
4201
|
}
|
|
4200
4202
|
@media screen and (forced-colors: active) {
|
|
4201
4203
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
@@ -4347,7 +4349,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4347
4349
|
--outer-border-thickness: 0.125rem;
|
|
4348
4350
|
}
|
|
4349
4351
|
|
|
4350
|
-
@keyframes jkl-dot-in-
|
|
4352
|
+
@keyframes jkl-dot-in-uhnyehp {
|
|
4351
4353
|
0% {
|
|
4352
4354
|
transform: scale(0.8);
|
|
4353
4355
|
}
|
|
@@ -4395,7 +4397,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4395
4397
|
}
|
|
4396
4398
|
}
|
|
4397
4399
|
.jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
|
|
4398
|
-
animation: jkl-dot-in-
|
|
4400
|
+
animation: jkl-dot-in-uhnyehp 150ms ease;
|
|
4399
4401
|
}
|
|
4400
4402
|
.jkl-radio-panel:has(:checked) {
|
|
4401
4403
|
--radio-dot-color: var(--jkl-color-border-action);
|
|
@@ -4407,7 +4409,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4407
4409
|
--radio-dot-color: var(--jkl-color-text-on-alert);
|
|
4408
4410
|
}
|
|
4409
4411
|
|
|
4410
|
-
@keyframes jkl-checkbox-checked-
|
|
4412
|
+
@keyframes jkl-checkbox-checked-uhnyei8 {
|
|
4411
4413
|
0% {
|
|
4412
4414
|
width: 0;
|
|
4413
4415
|
height: 0;
|
|
@@ -4470,7 +4472,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4470
4472
|
}
|
|
4471
4473
|
}
|
|
4472
4474
|
.jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
|
|
4473
|
-
animation: jkl-checkbox-checked-
|
|
4475
|
+
animation: jkl-checkbox-checked-uhnyei8 150ms ease-in-out forwards;
|
|
4474
4476
|
opacity: 1;
|
|
4475
4477
|
}
|
|
4476
4478
|
.jkl-checkbox-panel:has([aria-invalid=true]) {
|
|
@@ -4481,12 +4483,12 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4481
4483
|
:root,
|
|
4482
4484
|
[data-layout-density=comfortable],
|
|
4483
4485
|
[data-density=comfortable] {
|
|
4484
|
-
--jkl-link-list-padding: var(--jkl-
|
|
4486
|
+
--jkl-link-list-padding: var(--jkl-unit-10);
|
|
4485
4487
|
}
|
|
4486
4488
|
|
|
4487
4489
|
[data-layout-density=compact],
|
|
4488
4490
|
[data-density=compact] {
|
|
4489
|
-
--jkl-link-list-padding: var(--jkl-
|
|
4491
|
+
--jkl-link-list-padding: var(--jkl-unit-05);
|
|
4490
4492
|
}
|
|
4491
4493
|
|
|
4492
4494
|
.jkl-link-list {
|
|
@@ -4517,7 +4519,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4517
4519
|
display: flex;
|
|
4518
4520
|
justify-content: space-between;
|
|
4519
4521
|
align-items: first baseline;
|
|
4520
|
-
gap: var(--jkl-
|
|
4522
|
+
gap: var(--jkl-unit-20);
|
|
4521
4523
|
padding: var(--jkl-link-list-padding) 0;
|
|
4522
4524
|
border-top: 0.0625rem solid var(--border-color);
|
|
4523
4525
|
width: 100%;
|
|
@@ -4652,7 +4654,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4652
4654
|
[data-layout-density=comfortable],
|
|
4653
4655
|
[data-density=comfortable] {
|
|
4654
4656
|
--jkl-menu-item-height: 3rem;
|
|
4655
|
-
--jkl-menu-item-padding: 0.5rem
|
|
4657
|
+
--jkl-menu-item-padding: 0.5rem calc(var(--jkl-unit-10) * 3);
|
|
4656
4658
|
--jkl-menu-item-font-size: var(--jkl-body-font-size);
|
|
4657
4659
|
--jkl-menu-item-line-height: var(--jkl-body-line-height);
|
|
4658
4660
|
--jkl-menu-item-font-weight: var(--jkl-body-font-weight);
|
|
@@ -4661,7 +4663,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4661
4663
|
[data-layout-density=compact],
|
|
4662
4664
|
[data-density=compact] {
|
|
4663
4665
|
--jkl-menu-item-height: jkl.rem(32px);
|
|
4664
|
-
--jkl-menu-item-padding: 0.
|
|
4666
|
+
--jkl-menu-item-padding: calc(var(--jkl-unit-10) * 0.5) calc(var(--jkl-unit-10) * 1.5);
|
|
4665
4667
|
--jkl-menu-item-font-size: var(--jkl-small-font-size);
|
|
4666
4668
|
--jkl-menu-item-line-height: var(--jkl-small-line-height);
|
|
4667
4669
|
--jkl-menu-item-font-weight: var(--jkl-small-font-weight);
|
|
@@ -4707,7 +4709,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4707
4709
|
}
|
|
4708
4710
|
.jkl-menu-item__content {
|
|
4709
4711
|
display: flex;
|
|
4710
|
-
gap: 0.
|
|
4712
|
+
gap: calc(var(--jkl-unit-10) * 0.5);
|
|
4711
4713
|
justify-content: flex-start;
|
|
4712
4714
|
overflow: hidden;
|
|
4713
4715
|
white-space: nowrap;
|
|
@@ -4786,19 +4788,19 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4786
4788
|
--jkl-modal-title-font-size: var(--jkl-heading-3-font-size);
|
|
4787
4789
|
--jkl-modal-title-line-height: var(--jkl-heading-3-line-height);
|
|
4788
4790
|
--jkl-modal-title-font-weight: var(--jkl-heading-3-font-weight);
|
|
4789
|
-
--jkl-modal-padding:
|
|
4791
|
+
--jkl-modal-padding: calc(var(--jkl-unit-10) * 5);
|
|
4790
4792
|
--jkl-modal-min-width: 13.75rem;
|
|
4791
4793
|
--jkl-modal-max-width: 41.25rem;
|
|
4792
|
-
--jkl-modal-header-margin: 0 0
|
|
4793
|
-
--jkl-modal-actions-margin:
|
|
4794
|
+
--jkl-modal-header-margin: 0 0 calc(var(--jkl-unit-10) * 3);
|
|
4795
|
+
--jkl-modal-actions-margin: calc(var(--jkl-unit-10) * 5) 0 0 0;
|
|
4794
4796
|
}
|
|
4795
4797
|
@media (width >= 0) and (max-width: 679px) {
|
|
4796
4798
|
:root,
|
|
4797
4799
|
[data-layout-density=comfortable],
|
|
4798
4800
|
[data-density=comfortable] {
|
|
4799
|
-
--jkl-modal-padding:
|
|
4800
|
-
--jkl-modal-header-margin: 0 0
|
|
4801
|
-
--jkl-modal-actions-margin:
|
|
4801
|
+
--jkl-modal-padding: calc(var(--jkl-unit-10) * 4);
|
|
4802
|
+
--jkl-modal-header-margin: 0 0 calc(var(--jkl-unit-10) * 2);
|
|
4803
|
+
--jkl-modal-actions-margin: calc(var(--jkl-unit-10) * 4) 0 0 0;
|
|
4802
4804
|
}
|
|
4803
4805
|
}
|
|
4804
4806
|
|
|
@@ -4810,9 +4812,9 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4810
4812
|
--jkl-modal-title-font-size: var(--jkl-heading-4-font-size);
|
|
4811
4813
|
--jkl-modal-title-line-height: var(--jkl-heading-4-line-height);
|
|
4812
4814
|
--jkl-modal-title-font-weight: var(--jkl-heading-4-font-weight);
|
|
4813
|
-
--jkl-modal-padding:
|
|
4814
|
-
--jkl-modal-header-margin: 0 0
|
|
4815
|
-
--jkl-modal-actions-margin:
|
|
4815
|
+
--jkl-modal-padding: calc(var(--jkl-unit-10) * 3);
|
|
4816
|
+
--jkl-modal-header-margin: 0 0 calc(var(--jkl-unit-10) * 1.5);
|
|
4817
|
+
--jkl-modal-actions-margin: calc(var(--jkl-unit-10) * 3) 0 0 0;
|
|
4816
4818
|
--jkl-modal-min-width: 13.75rem;
|
|
4817
4819
|
}
|
|
4818
4820
|
|
|
@@ -4857,7 +4859,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4857
4859
|
}
|
|
4858
4860
|
@media (width >= 0) and (max-width: 679px) {
|
|
4859
4861
|
.jkl-modal {
|
|
4860
|
-
margin: auto
|
|
4862
|
+
margin: auto calc(var(--jkl-unit-10) * 3);
|
|
4861
4863
|
}
|
|
4862
4864
|
}
|
|
4863
4865
|
|
|
@@ -4886,7 +4888,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4886
4888
|
margin: var(--jkl-modal-actions-margin);
|
|
4887
4889
|
display: flex;
|
|
4888
4890
|
flex-direction: row;
|
|
4889
|
-
gap:
|
|
4891
|
+
gap: calc(var(--jkl-unit-10) * 2);
|
|
4890
4892
|
}
|
|
4891
4893
|
|
|
4892
4894
|
.jkl-pagination {
|
|
@@ -4935,14 +4937,14 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4935
4937
|
|
|
4936
4938
|
[data-layout-density=compact],
|
|
4937
4939
|
[data-density=compact] {
|
|
4938
|
-
--jkl-select-input-height:
|
|
4939
|
-
--jkl-select-arrow-right: 0.
|
|
4940
|
-
--jkl-select-button-padding: 0.
|
|
4940
|
+
--jkl-select-input-height: calc(var(--jkl-unit-10) * 4);
|
|
4941
|
+
--jkl-select-arrow-right: calc(var(--jkl-unit-10) * 0.5);
|
|
4942
|
+
--jkl-select-button-padding: calc(var(--jkl-unit-10) * 0.5) calc(var(--jkl-unit-10) * 4) calc(var(--jkl-unit-10) * 0.5)
|
|
4941
4943
|
0.5rem;
|
|
4942
|
-
--jkl-select-search-input-padding: 0.
|
|
4943
|
-
--jkl-select-native-padding: 0.
|
|
4944
|
-
0.
|
|
4945
|
-
--jkl-select-option-padding: 0.
|
|
4944
|
+
--jkl-select-search-input-padding: calc(var(--jkl-unit-10) * 0.5) 0.5rem;
|
|
4945
|
+
--jkl-select-native-padding: calc(var(--jkl-unit-10) * 0.5) calc(var(--jkl-unit-10) * 3) calc(var(--jkl-unit-10) * 0.5)
|
|
4946
|
+
calc(var(--jkl-unit-10) * 0.5);
|
|
4947
|
+
--jkl-select-option-padding: calc(var(--jkl-unit-10) * 0.5) 0.5rem;
|
|
4946
4948
|
--jkl-select-font-size: var(--jkl-small-font-size);
|
|
4947
4949
|
--jkl-select-line-height: var(--jkl-small-line-height);
|
|
4948
4950
|
--jkl-select-font-weight: var(--jkl-small-font-weight);
|
|
@@ -4951,13 +4953,13 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4951
4953
|
:root,
|
|
4952
4954
|
[data-layout-density=comfortable],
|
|
4953
4955
|
[data-density=comfortable] {
|
|
4954
|
-
--jkl-select-input-height:
|
|
4956
|
+
--jkl-select-input-height: calc(var(--jkl-unit-10) * 6);
|
|
4955
4957
|
--jkl-select-arrow-right: 0.5rem;
|
|
4956
4958
|
--jkl-select-button-padding: 0.5rem 2.25rem 0.5rem
|
|
4957
|
-
|
|
4959
|
+
calc(var(--jkl-unit-10) * 1.5);
|
|
4958
4960
|
--jkl-select-search-input-padding: var(--jkl-select-button-padding);
|
|
4959
|
-
--jkl-select-native-padding: 0
|
|
4960
|
-
--jkl-select-option-padding: 0.5rem
|
|
4961
|
+
--jkl-select-native-padding: 0 calc(var(--jkl-unit-10) * 5) 0 0.5rem;
|
|
4962
|
+
--jkl-select-option-padding: 0.5rem calc(var(--jkl-unit-10) * 1.5);
|
|
4961
4963
|
--jkl-select-font-size: var(--jkl-body-font-size);
|
|
4962
4964
|
--jkl-select-line-height: var(--jkl-body-line-height);
|
|
4963
4965
|
--jkl-select-font-weight: var(--jkl-body-font-weight);
|
|
@@ -5247,11 +5249,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5247
5249
|
}
|
|
5248
5250
|
|
|
5249
5251
|
.jkl-countdown__tracker {
|
|
5250
|
-
animation: jkl-downcount-
|
|
5252
|
+
animation: jkl-downcount-uhnyeiz var(--duration) linear forwards;
|
|
5251
5253
|
animation-play-state: var(--play-state, running);
|
|
5252
5254
|
}
|
|
5253
5255
|
|
|
5254
|
-
@keyframes jkl-downcount-
|
|
5256
|
+
@keyframes jkl-downcount-uhnyeiz {
|
|
5255
5257
|
from {
|
|
5256
5258
|
width: 100%;
|
|
5257
5259
|
}
|
|
@@ -5459,7 +5461,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5459
5461
|
margin-bottom: 0;
|
|
5460
5462
|
}
|
|
5461
5463
|
.jkl-system-message--dismissed {
|
|
5462
|
-
animation: jkl-dismiss-
|
|
5464
|
+
animation: jkl-dismiss-uhnyejl 400ms ease-in forwards;
|
|
5463
5465
|
transition: visibility 0ms 400ms;
|
|
5464
5466
|
visibility: hidden;
|
|
5465
5467
|
}
|
|
@@ -5491,7 +5493,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5491
5493
|
}
|
|
5492
5494
|
}
|
|
5493
5495
|
|
|
5494
|
-
@keyframes jkl-dismiss-
|
|
5496
|
+
@keyframes jkl-dismiss-uhnyejl {
|
|
5495
5497
|
from {
|
|
5496
5498
|
opacity: 1;
|
|
5497
5499
|
transform: translate3d(0, 0, 0);
|
|
@@ -5695,8 +5697,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5695
5697
|
transition-duration: 75ms;
|
|
5696
5698
|
transition-property: opacity;
|
|
5697
5699
|
display: inline-block;
|
|
5698
|
-
margin-bottom: 0.
|
|
5699
|
-
margin-left: 0.
|
|
5700
|
+
margin-bottom: calc(var(--jkl-unit-10) * 0.25);
|
|
5701
|
+
margin-left: calc(var(--jkl-unit-10) * 0.5);
|
|
5700
5702
|
vertical-align: middle;
|
|
5701
5703
|
opacity: 0;
|
|
5702
5704
|
width: 1.2em;
|
|
@@ -5715,14 +5717,14 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5715
5717
|
|
|
5716
5718
|
.jkl-table-pagination {
|
|
5717
5719
|
display: flex;
|
|
5718
|
-
gap:
|
|
5720
|
+
gap: calc(var(--jkl-unit-10) * 2);
|
|
5719
5721
|
flex-direction: column;
|
|
5720
5722
|
width: 100%;
|
|
5721
5723
|
}
|
|
5722
5724
|
@media (min-width: 680px) {
|
|
5723
5725
|
.jkl-table-pagination {
|
|
5724
5726
|
flex-direction: row;
|
|
5725
|
-
gap:
|
|
5727
|
+
gap: calc(var(--jkl-unit-10) * 1.5);
|
|
5726
5728
|
justify-content: space-between;
|
|
5727
5729
|
}
|
|
5728
5730
|
}
|
|
@@ -5741,7 +5743,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5741
5743
|
white-space: nowrap;
|
|
5742
5744
|
}
|
|
5743
5745
|
.jkl-table-pagination__picker--page {
|
|
5744
|
-
padding-inline-end:
|
|
5746
|
+
padding-inline-end: calc(var(--jkl-unit-10) * 3);
|
|
5745
5747
|
width: min(12rem, 100%);
|
|
5746
5748
|
}
|
|
5747
5749
|
@media (min-width: 680px) {
|
|
@@ -5761,7 +5763,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5761
5763
|
flex-direction: column;
|
|
5762
5764
|
justify-content: center;
|
|
5763
5765
|
flex-wrap: wrap;
|
|
5764
|
-
gap:
|
|
5766
|
+
gap: calc(var(--jkl-unit-10) * 2);
|
|
5765
5767
|
}
|
|
5766
5768
|
@media (min-width: 680px) {
|
|
5767
5769
|
.jkl-table-pagination__nav {
|
|
@@ -6064,8 +6066,8 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6064
6066
|
:root,
|
|
6065
6067
|
[data-layout-density=comfortable],
|
|
6066
6068
|
[data-density=comfortable] {
|
|
6067
|
-
--jkl-tab-padding: var(--jkl-
|
|
6068
|
-
var(--jkl-
|
|
6069
|
+
--jkl-tab-padding: var(--jkl-unit-10) var(--jkl-unit-50) var(--jkl-unit-15)
|
|
6070
|
+
var(--jkl-unit-02);
|
|
6069
6071
|
--jkl-tab-font-size: var(--jkl-body-font-size);
|
|
6070
6072
|
--jkl-tab-line-height: var(--jkl-body-line-height);
|
|
6071
6073
|
--jkl-tab-font-weight: var(--jkl-body-font-weight);
|
|
@@ -6074,8 +6076,8 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6074
6076
|
:root,
|
|
6075
6077
|
[data-layout-density=comfortable],
|
|
6076
6078
|
[data-density=comfortable] {
|
|
6077
|
-
--jkl-tab-padding: var(--jkl-
|
|
6078
|
-
var(--jkl-
|
|
6079
|
+
--jkl-tab-padding: var(--jkl-unit-10) var(--jkl-unit-30)
|
|
6080
|
+
var(--jkl-unit-15) var(--jkl-unit-02);
|
|
6079
6081
|
}
|
|
6080
6082
|
}
|
|
6081
6083
|
|
|
@@ -6084,8 +6086,8 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6084
6086
|
--jkl-tab-font-size: var(--jkl-small-font-size);
|
|
6085
6087
|
--jkl-tab-line-height: var(--jkl-small-line-height);
|
|
6086
6088
|
--jkl-tab-font-weight: var(--jkl-small-font-weight);
|
|
6087
|
-
--jkl-tab-padding: var(--jkl-
|
|
6088
|
-
|
|
6089
|
+
--jkl-tab-padding: var(--jkl-unit-02) var(--jkl-unit-40) var(--jkl-unit-05)
|
|
6090
|
+
0;
|
|
6089
6091
|
}
|
|
6090
6092
|
|
|
6091
6093
|
.jkl-tabs {
|
|
@@ -6141,7 +6143,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6141
6143
|
background-color: transparent;
|
|
6142
6144
|
cursor: pointer;
|
|
6143
6145
|
position: relative;
|
|
6144
|
-
scroll-margin-inline-start: var(--jkl-
|
|
6146
|
+
scroll-margin-inline-start: var(--jkl-unit-20);
|
|
6145
6147
|
scroll-snap-align: start;
|
|
6146
6148
|
text-decoration: none;
|
|
6147
6149
|
white-space: nowrap;
|
|
@@ -6182,13 +6184,13 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6182
6184
|
:root,
|
|
6183
6185
|
[data-layout-density=comfortable],
|
|
6184
6186
|
[data-density=comfortable] {
|
|
6185
|
-
--jkl-toast-padding:
|
|
6187
|
+
--jkl-toast-padding: calc(var(--jkl-unit-10) * 2);
|
|
6186
6188
|
}
|
|
6187
6189
|
@media (width >= 0) and (max-width: 679px) {
|
|
6188
6190
|
:root,
|
|
6189
6191
|
[data-layout-density=comfortable],
|
|
6190
6192
|
[data-density=comfortable] {
|
|
6191
|
-
--jkl-toast-padding:
|
|
6193
|
+
--jkl-toast-padding: calc(var(--jkl-unit-10) * 1.5);
|
|
6192
6194
|
}
|
|
6193
6195
|
}
|
|
6194
6196
|
|
|
@@ -6203,7 +6205,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6203
6205
|
display: flex;
|
|
6204
6206
|
justify-content: center;
|
|
6205
6207
|
position: fixed;
|
|
6206
|
-
bottom:
|
|
6208
|
+
bottom: calc(var(--jkl-unit-10) * 3);
|
|
6207
6209
|
right: 0;
|
|
6208
6210
|
left: 0;
|
|
6209
6211
|
width: 100%;
|
|
@@ -6215,11 +6217,11 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6215
6217
|
display: flex;
|
|
6216
6218
|
flex-direction: column;
|
|
6217
6219
|
align-items: center;
|
|
6218
|
-
gap:
|
|
6220
|
+
gap: calc(var(--jkl-unit-10) * 2);
|
|
6219
6221
|
}
|
|
6220
6222
|
.jkl-toast-region--left {
|
|
6221
6223
|
justify-content: flex-start;
|
|
6222
|
-
left:
|
|
6224
|
+
left: calc(var(--jkl-unit-10) * 3);
|
|
6223
6225
|
}
|
|
6224
6226
|
|
|
6225
6227
|
.jkl-toast {
|
|
@@ -6262,7 +6264,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6262
6264
|
}
|
|
6263
6265
|
.jkl-toast__progress {
|
|
6264
6266
|
grid-area: progress;
|
|
6265
|
-
margin-bottom:
|
|
6267
|
+
margin-bottom: calc(var(--jkl-unit-10) * 2);
|
|
6266
6268
|
margin-inline: calc(-1 * var(--jkl-toast-padding));
|
|
6267
6269
|
}
|
|
6268
6270
|
.jkl-toast__progress .jkl-countdown {
|
|
@@ -6272,8 +6274,8 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6272
6274
|
}
|
|
6273
6275
|
.jkl-toast__icon {
|
|
6274
6276
|
grid-area: icon;
|
|
6275
|
-
width:
|
|
6276
|
-
margin-right:
|
|
6277
|
+
width: calc(var(--jkl-unit-10) * 3);
|
|
6278
|
+
margin-right: calc(var(--jkl-unit-10) * 2);
|
|
6277
6279
|
}
|
|
6278
6280
|
@media screen and (forced-colors: active) {
|
|
6279
6281
|
.jkl-toast__icon {
|
|
@@ -6290,7 +6292,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6290
6292
|
margin-top: -0.125rem;
|
|
6291
6293
|
}
|
|
6292
6294
|
.jkl-toast__title {
|
|
6293
|
-
margin: 0 0 0.
|
|
6295
|
+
margin: 0 0 calc(var(--jkl-unit-10) * 0.5) 0;
|
|
6294
6296
|
font-size: 1.125rem;
|
|
6295
6297
|
line-height: 1.5rem;
|
|
6296
6298
|
font-weight: 700;
|
|
@@ -6372,14 +6374,14 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6372
6374
|
|
|
6373
6375
|
.jkl-toast[data-animation=entering],
|
|
6374
6376
|
.jkl-toast[data-animation=queued] {
|
|
6375
|
-
animation: jkl-entering-
|
|
6377
|
+
animation: jkl-entering-uhnyeke 200ms ease-out forwards;
|
|
6376
6378
|
}
|
|
6377
6379
|
|
|
6378
6380
|
.jkl-toast[data-animation=exiting] {
|
|
6379
|
-
animation: jkl-exiting-
|
|
6381
|
+
animation: jkl-exiting-uhnyekx 150ms ease-in forwards;
|
|
6380
6382
|
}
|
|
6381
6383
|
|
|
6382
|
-
@keyframes jkl-entering-
|
|
6384
|
+
@keyframes jkl-entering-uhnyeke {
|
|
6383
6385
|
from {
|
|
6384
6386
|
opacity: 0;
|
|
6385
6387
|
transform: translate3d(0, 50%, 0);
|
|
@@ -6389,7 +6391,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6389
6391
|
transform: translate3d(0, 0, 0);
|
|
6390
6392
|
}
|
|
6391
6393
|
}
|
|
6392
|
-
@keyframes jkl-exiting-
|
|
6394
|
+
@keyframes jkl-exiting-uhnyekx {
|
|
6393
6395
|
from {
|
|
6394
6396
|
opacity: 1;
|
|
6395
6397
|
transform: translate3d(0, 0, 0);
|
|
@@ -6562,7 +6564,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-toggle-slider:
|
|
|
6562
6564
|
--jkl-toggle-switch-width: 3rem;
|
|
6563
6565
|
--jkl-toggle-switch-knob-size: 1.25rem;
|
|
6564
6566
|
--jkl-toggle-switch-indicator-spacing: 0;
|
|
6565
|
-
--jkl-toggle-switch-help-label-spacing: var(--jkl-
|
|
6567
|
+
--jkl-toggle-switch-help-label-spacing: var(--jkl-unit-02);
|
|
6566
6568
|
}
|
|
6567
6569
|
|
|
6568
6570
|
[data-layout-density=compact],
|
|
@@ -6595,7 +6597,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-toggle-slider:
|
|
|
6595
6597
|
display: flex;
|
|
6596
6598
|
flex-direction: row-reverse;
|
|
6597
6599
|
align-items: center;
|
|
6598
|
-
gap: var(--jkl-
|
|
6600
|
+
gap: var(--jkl-unit-10);
|
|
6599
6601
|
touch-action: none;
|
|
6600
6602
|
font-size: var(--jkl-toggle-font-size);
|
|
6601
6603
|
line-height: var(--jkl-toggle-line-height);
|