@fremtind/jokul 2.0.0 → 2.1.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/build-stats.html +1 -1
- package/build/cjs/components/description-list/index.cjs +1 -1
- package/build/cjs/components/description-list/index.d.cts +3 -0
- package/build/cjs/components/nav-link/index.cjs +1 -1
- package/build/cjs/components/nav-link/index.d.cts +2 -0
- package/build/cjs/components/toast/Toast.cjs +1 -1
- package/build/cjs/components/toast/Toast.cjs.map +1 -1
- package/build/cjs/components/toggle-switch/ToggleSlider.cjs.map +1 -1
- package/build/cjs/components/toggle-switch/ToggleSlider.d.cts +3 -0
- package/build/cjs/components-beta/description-list/DescriptionList.cjs +2 -0
- package/build/cjs/components-beta/description-list/DescriptionList.cjs.map +1 -0
- package/build/cjs/components-beta/description-list/DescriptionList.d.cts +6 -0
- package/build/cjs/components-beta/description-list/DescriptionListItem.cjs +2 -0
- package/build/cjs/components-beta/description-list/DescriptionListItem.cjs.map +1 -0
- package/build/cjs/components-beta/description-list/DescriptionListItem.d.cts +3 -0
- package/build/cjs/components-beta/description-list/index.cjs +2 -0
- package/build/cjs/components-beta/description-list/index.cjs.map +1 -0
- package/build/cjs/components-beta/description-list/index.d.cts +3 -0
- package/build/cjs/components-beta/description-list/types.cjs +2 -0
- package/build/cjs/components-beta/description-list/types.cjs.map +1 -0
- package/build/cjs/components-beta/description-list/types.d.cts +18 -0
- package/build/cjs/components-beta/nav-link/NavLink.cjs +2 -0
- package/build/cjs/components-beta/nav-link/NavLink.cjs.map +1 -0
- package/build/cjs/components-beta/nav-link/NavLink.d.cts +5 -0
- package/build/cjs/components-beta/nav-link/index.cjs +2 -0
- package/build/cjs/components-beta/nav-link/index.cjs.map +1 -0
- package/build/cjs/components-beta/nav-link/index.d.cts +1 -0
- package/build/cjs/components-beta/nav-link/types.cjs +2 -0
- package/build/cjs/components-beta/nav-link/types.cjs.map +1 -0
- package/build/cjs/components-beta/nav-link/types.d.cts +6 -0
- package/build/es/components/description-list/index.d.ts +3 -0
- package/build/es/components/description-list/index.js +1 -1
- package/build/es/components/nav-link/index.d.ts +2 -0
- package/build/es/components/nav-link/index.js +1 -1
- package/build/es/components/toast/Toast.js +1 -1
- package/build/es/components/toast/Toast.js.map +1 -1
- package/build/es/components/toggle-switch/ToggleSlider.d.ts +3 -0
- package/build/es/components/toggle-switch/ToggleSlider.js.map +1 -1
- package/build/es/components-beta/description-list/DescriptionList.d.ts +6 -0
- package/build/es/components-beta/description-list/DescriptionList.js +2 -0
- package/build/es/components-beta/description-list/DescriptionList.js.map +1 -0
- package/build/es/components-beta/description-list/DescriptionListItem.d.ts +3 -0
- package/build/es/components-beta/description-list/DescriptionListItem.js +2 -0
- package/build/es/components-beta/description-list/DescriptionListItem.js.map +1 -0
- package/build/es/components-beta/description-list/index.d.ts +3 -0
- package/build/es/components-beta/description-list/index.js +2 -0
- package/build/es/components-beta/description-list/index.js.map +1 -0
- package/build/es/components-beta/description-list/types.d.ts +18 -0
- package/build/es/components-beta/description-list/types.js +2 -0
- package/build/es/components-beta/description-list/types.js.map +1 -0
- package/build/es/components-beta/nav-link/NavLink.d.ts +5 -0
- package/build/es/components-beta/nav-link/NavLink.js +2 -0
- package/build/es/components-beta/nav-link/NavLink.js.map +1 -0
- package/build/es/components-beta/nav-link/index.d.ts +1 -0
- package/build/es/components-beta/nav-link/index.js +2 -0
- package/build/es/components-beta/nav-link/index.js.map +1 -0
- package/build/es/components-beta/nav-link/types.d.ts +6 -0
- package/build/es/components-beta/nav-link/types.js +2 -0
- package/build/es/components-beta/nav-link/types.js.map +1 -0
- package/package.json +1 -1
- package/styles/components/checkbox/checkbox.css +4 -4
- package/styles/components/checkbox/checkbox.min.css +1 -1
- package/styles/components/checkbox-panel/checkbox-panel.css +189 -2
- package/styles/components/checkbox-panel/checkbox-panel.min.css +1 -1
- package/styles/components/checkbox-panel/checkbox-panel.scss +1 -0
- 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/file-input.css +11 -11
- 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 +5 -5
- package/styles/components/loader/skeleton-loader.min.css +1 -1
- package/styles/components/message/message.css +2 -2
- package/styles/components/message/message.min.css +1 -1
- package/styles/components/progress-bar/progress-bar.css +1 -1
- package/styles/components/progress-bar/progress-bar.min.css +1 -1
- package/styles/components/radio-button/radio-button.css +2 -2
- package/styles/components/radio-button/radio-button.min.css +1 -1
- package/styles/components/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/toast/toast.css +4 -4
- package/styles/components/toast/toast.min.css +1 -1
- package/styles/components-beta/description-list/_index.scss +1 -0
- package/styles/components-beta/description-list/description-list.css +67 -0
- package/styles/components-beta/description-list/description-list.min.css +1 -0
- package/styles/components-beta/description-list/description-list.scss +80 -0
- package/styles/components-beta/nav-link/_index.scss +1 -0
- package/styles/components-beta/nav-link/navlink.css +69 -0
- package/styles/components-beta/nav-link/navlink.min.css +1 -0
- package/styles/components-beta/nav-link/navlink.scss +66 -0
- package/styles/styles.css +162 -36
- package/styles/styles.min.css +2 -2
- package/styles/styles.scss +2 -0
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
@use "../../core/jkl/index" as jkl;
|
|
2
|
+
|
|
3
|
+
.jkl-navlink--beta {
|
|
4
|
+
--border-radius: 4px;
|
|
5
|
+
--separator: 1px solid var(--jkl-color-border-separator);
|
|
6
|
+
|
|
7
|
+
display: grid;
|
|
8
|
+
grid-template-columns: 1fr auto;
|
|
9
|
+
align-items: center;
|
|
10
|
+
column-gap: 2em;
|
|
11
|
+
color: inherit;
|
|
12
|
+
text-decoration: none;
|
|
13
|
+
background-color: var(--jkl-color-background-container-low);
|
|
14
|
+
padding: var(--jkl-spacing-s);
|
|
15
|
+
border-radius: 0;
|
|
16
|
+
|
|
17
|
+
@include jkl.text-style("body");
|
|
18
|
+
|
|
19
|
+
@include jkl.motion("easeInBounceOut", "productive");
|
|
20
|
+
transition-property: background-color;
|
|
21
|
+
|
|
22
|
+
.title,
|
|
23
|
+
.description {
|
|
24
|
+
grid-column: 1;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&:has(.description) {
|
|
28
|
+
.title {
|
|
29
|
+
font-weight: bold;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&::after {
|
|
34
|
+
content: "arrow_forward" / "";
|
|
35
|
+
font-family: "Fremtind Material Symbols";
|
|
36
|
+
align-self: center;
|
|
37
|
+
grid-column: 2;
|
|
38
|
+
grid-row: 1 / span 999;
|
|
39
|
+
translate: 0;
|
|
40
|
+
|
|
41
|
+
@include jkl.motion("easeInBounceOut", "productive");
|
|
42
|
+
transition-property: translate;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&:hover, &:focus-visible {
|
|
46
|
+
background-color: var(--jkl-color-background-interactive-selected);
|
|
47
|
+
|
|
48
|
+
&::after {
|
|
49
|
+
translate: 4px 0;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
&:first-of-type {
|
|
54
|
+
border-start-start-radius: var(--border-radius);
|
|
55
|
+
border-start-end-radius: var(--border-radius);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
&:last-of-type {
|
|
59
|
+
border-end-start-radius: var(--border-radius);
|
|
60
|
+
border-end-end-radius: var(--border-radius);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
&:has( + .jkl-navlink--beta) {
|
|
64
|
+
border-block-end: var(--separator);
|
|
65
|
+
}
|
|
66
|
+
}
|
package/styles/styles.css
CHANGED
|
@@ -597,7 +597,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input-wra
|
|
|
597
597
|
--color: var(--jkl-color-text-default);
|
|
598
598
|
}
|
|
599
599
|
.jkl-form-support-label--error .jkl-form-support-label__icon, .jkl-form-support-label--warning .jkl-form-support-label__icon, .jkl-form-support-label--success .jkl-form-support-label__icon {
|
|
600
|
-
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-
|
|
600
|
+
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-uggmtha forwards;
|
|
601
601
|
}
|
|
602
602
|
.jkl-form-support-label--sr-only {
|
|
603
603
|
border: 0 !important;
|
|
@@ -685,7 +685,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input-wra
|
|
|
685
685
|
text-wrap: pretty;
|
|
686
686
|
}
|
|
687
687
|
|
|
688
|
-
@keyframes jkl-support-icon-entrance-
|
|
688
|
+
@keyframes jkl-support-icon-entrance-uggmtha {
|
|
689
689
|
0% {
|
|
690
690
|
margin-right: 0;
|
|
691
691
|
opacity: 0;
|
|
@@ -1085,15 +1085,15 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1085
1085
|
animation: 2500ms linear infinite;
|
|
1086
1086
|
}
|
|
1087
1087
|
.jkl-loader__dot--left {
|
|
1088
|
-
animation-name: jkl-loader-left-spin-
|
|
1088
|
+
animation-name: jkl-loader-left-spin-uggmthg;
|
|
1089
1089
|
margin-right: 1.71em;
|
|
1090
1090
|
}
|
|
1091
1091
|
.jkl-loader__dot--middle {
|
|
1092
|
-
animation-name: jkl-loader-middle-spin-
|
|
1092
|
+
animation-name: jkl-loader-middle-spin-uggmti4;
|
|
1093
1093
|
margin-right: 1.9em;
|
|
1094
1094
|
}
|
|
1095
1095
|
.jkl-loader__dot--right {
|
|
1096
|
-
animation-name: jkl-loader-right-spin-
|
|
1096
|
+
animation-name: jkl-loader-right-spin-uggmtit;
|
|
1097
1097
|
}
|
|
1098
1098
|
@media screen and (forced-colors: active) {
|
|
1099
1099
|
.jkl-loader__dot {
|
|
@@ -1120,7 +1120,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1120
1120
|
.jkl-loader--small > .jkl-loader__dot--middle {
|
|
1121
1121
|
margin-right: 0.3em;
|
|
1122
1122
|
}
|
|
1123
|
-
@keyframes jkl-loader-left-spin-
|
|
1123
|
+
@keyframes jkl-loader-left-spin-uggmthg {
|
|
1124
1124
|
0% {
|
|
1125
1125
|
transform: rotate(0) scale(0);
|
|
1126
1126
|
}
|
|
@@ -1134,7 +1134,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1134
1134
|
transform: rotate(180deg) scale(0);
|
|
1135
1135
|
}
|
|
1136
1136
|
}
|
|
1137
|
-
@keyframes jkl-loader-middle-spin-
|
|
1137
|
+
@keyframes jkl-loader-middle-spin-uggmti4 {
|
|
1138
1138
|
0% {
|
|
1139
1139
|
transform: rotate(20deg) scale(0);
|
|
1140
1140
|
}
|
|
@@ -1151,7 +1151,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1151
1151
|
transform: rotate(200deg) scale(0);
|
|
1152
1152
|
}
|
|
1153
1153
|
}
|
|
1154
|
-
@keyframes jkl-loader-right-spin-
|
|
1154
|
+
@keyframes jkl-loader-right-spin-uggmtit {
|
|
1155
1155
|
0% {
|
|
1156
1156
|
transform: rotate(40deg) scale(0);
|
|
1157
1157
|
}
|
|
@@ -1199,7 +1199,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1199
1199
|
bottom: 0;
|
|
1200
1200
|
width: 12.5rem;
|
|
1201
1201
|
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%);
|
|
1202
|
-
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-
|
|
1202
|
+
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-uggmtje;
|
|
1203
1203
|
}
|
|
1204
1204
|
@media (width >= 0) and (max-width: 679px) {
|
|
1205
1205
|
.jkl-skeleton-animation {
|
|
@@ -1229,7 +1229,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1229
1229
|
@media screen and (forced-colors: active) {
|
|
1230
1230
|
.jkl-skeleton-element {
|
|
1231
1231
|
border: 1px solid CanvasText;
|
|
1232
|
-
animation: 2s ease infinite jkl-blink-
|
|
1232
|
+
animation: 2s ease infinite jkl-blink-uggmtjs;
|
|
1233
1233
|
}
|
|
1234
1234
|
}
|
|
1235
1235
|
.jkl-skeleton-input {
|
|
@@ -1283,10 +1283,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1283
1283
|
}
|
|
1284
1284
|
@media screen and (forced-colors: active) {
|
|
1285
1285
|
.jkl-skeleton-table {
|
|
1286
|
-
animation: 2s ease-in-out infinite jkl-blink-
|
|
1286
|
+
animation: 2s ease-in-out infinite jkl-blink-uggmtjs;
|
|
1287
1287
|
}
|
|
1288
1288
|
}
|
|
1289
|
-
@keyframes jkl-sweep-
|
|
1289
|
+
@keyframes jkl-sweep-uggmtje {
|
|
1290
1290
|
0% {
|
|
1291
1291
|
transform: translateX(calc(0vw - 200px));
|
|
1292
1292
|
}
|
|
@@ -1294,7 +1294,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1294
1294
|
transform: translateX(calc(100vw + 400px));
|
|
1295
1295
|
}
|
|
1296
1296
|
}
|
|
1297
|
-
@keyframes jkl-blink-
|
|
1297
|
+
@keyframes jkl-blink-uggmtjs {
|
|
1298
1298
|
0% {
|
|
1299
1299
|
opacity: 1;
|
|
1300
1300
|
}
|
|
@@ -1514,7 +1514,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1514
1514
|
--jkl-checkbox-box-size: 1.125rem;
|
|
1515
1515
|
--jkl-checkbox-line-height: 1.5rem;
|
|
1516
1516
|
}
|
|
1517
|
-
@keyframes jkl-checkbox-checked-
|
|
1517
|
+
@keyframes jkl-checkbox-checked-uggmtju {
|
|
1518
1518
|
0% {
|
|
1519
1519
|
width: 0;
|
|
1520
1520
|
height: 0;
|
|
@@ -1528,7 +1528,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1528
1528
|
height: 58%;
|
|
1529
1529
|
}
|
|
1530
1530
|
}
|
|
1531
|
-
@keyframes jkl-checkbox-indeterminate-
|
|
1531
|
+
@keyframes jkl-checkbox-indeterminate-uggmtk8 {
|
|
1532
1532
|
0% {
|
|
1533
1533
|
width: 0;
|
|
1534
1534
|
}
|
|
@@ -1557,11 +1557,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1557
1557
|
left: calc(-0.5 * var(--jkl-checkbox-box-size));
|
|
1558
1558
|
}
|
|
1559
1559
|
.jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
|
|
1560
|
-
animation: jkl-checkbox-checked-
|
|
1560
|
+
animation: jkl-checkbox-checked-uggmtju 150ms ease-in-out forwards;
|
|
1561
1561
|
opacity: 1;
|
|
1562
1562
|
}
|
|
1563
1563
|
.jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
|
|
1564
|
-
animation: jkl-checkbox-indeterminate-
|
|
1564
|
+
animation: jkl-checkbox-indeterminate-uggmtk8 150ms ease-in-out forwards;
|
|
1565
1565
|
opacity: 1;
|
|
1566
1566
|
}
|
|
1567
1567
|
.jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
|
|
@@ -1732,7 +1732,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1732
1732
|
--outer-border-thickness: 0.125rem;
|
|
1733
1733
|
}
|
|
1734
1734
|
|
|
1735
|
-
@keyframes jkl-checkbox-checked-
|
|
1735
|
+
@keyframes jkl-checkbox-checked-uggmtl6 {
|
|
1736
1736
|
0% {
|
|
1737
1737
|
width: 0;
|
|
1738
1738
|
height: 0;
|
|
@@ -1796,7 +1796,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1796
1796
|
}
|
|
1797
1797
|
}
|
|
1798
1798
|
.jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
|
|
1799
|
-
animation: jkl-checkbox-checked-
|
|
1799
|
+
animation: jkl-checkbox-checked-uggmtl6 150ms ease-in-out forwards;
|
|
1800
1800
|
opacity: 1;
|
|
1801
1801
|
}
|
|
1802
1802
|
.jkl-checkbox-panel:has([aria-invalid=true]) {
|
|
@@ -2493,10 +2493,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
2493
2493
|
}
|
|
2494
2494
|
}
|
|
2495
2495
|
.jkl-countdown__tracker {
|
|
2496
|
-
animation: jkl-downcount-
|
|
2496
|
+
animation: jkl-downcount-uggmtle var(--duration) linear forwards;
|
|
2497
2497
|
animation-play-state: var(--play-state, running);
|
|
2498
2498
|
}
|
|
2499
|
-
@keyframes jkl-downcount-
|
|
2499
|
+
@keyframes jkl-downcount-uggmtle {
|
|
2500
2500
|
from {
|
|
2501
2501
|
width: 100%;
|
|
2502
2502
|
}
|
|
@@ -2983,6 +2983,68 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
2983
2983
|
}
|
|
2984
2984
|
}
|
|
2985
2985
|
}
|
|
2986
|
+
.jkl-description-list--beta {
|
|
2987
|
+
--spacing: 0;
|
|
2988
|
+
container: description-list/inline-size;
|
|
2989
|
+
display: grid;
|
|
2990
|
+
grid-template-columns: 1fr;
|
|
2991
|
+
column-gap: 1em;
|
|
2992
|
+
}
|
|
2993
|
+
.jkl-description-list--beta[data-alignment=justified] {
|
|
2994
|
+
--spacing: var(--jkl-spacing-xs);
|
|
2995
|
+
grid-template-columns: 1fr max-content;
|
|
2996
|
+
}
|
|
2997
|
+
.jkl-description-list--beta[data-alignment=justified] .title,
|
|
2998
|
+
.jkl-description-list--beta[data-alignment=justified] .value {
|
|
2999
|
+
grid-row: 1;
|
|
3000
|
+
}
|
|
3001
|
+
.jkl-description-list--beta[data-alignment=justified] .value {
|
|
3002
|
+
text-align: end;
|
|
3003
|
+
}
|
|
3004
|
+
.jkl-description-list--beta[data-alignment=horizontal] {
|
|
3005
|
+
--spacing: var(--jkl-spacing-xs);
|
|
3006
|
+
grid-template-columns: max-content 1fr;
|
|
3007
|
+
}
|
|
3008
|
+
.jkl-description-list--beta[data-alignment=vertical] {
|
|
3009
|
+
--spacing: var(--jkl-spacing-s);
|
|
3010
|
+
}
|
|
3011
|
+
.jkl-description-list--beta .jkl-description-list-item--beta {
|
|
3012
|
+
display: grid;
|
|
3013
|
+
grid-template-columns: subgrid;
|
|
3014
|
+
grid-column: 1/-1;
|
|
3015
|
+
}
|
|
3016
|
+
@container description-list (width < 30ch) {
|
|
3017
|
+
.jkl-description-list--beta .jkl-description-list-item--beta {
|
|
3018
|
+
grid-template-columns: 1fr;
|
|
3019
|
+
--spacing: var(--jkl-spacing-s);
|
|
3020
|
+
}
|
|
3021
|
+
.jkl-description-list--beta .jkl-description-list-item--beta .title,
|
|
3022
|
+
.jkl-description-list--beta .jkl-description-list-item--beta .value {
|
|
3023
|
+
grid-row: unset;
|
|
3024
|
+
}
|
|
3025
|
+
.jkl-description-list--beta .jkl-description-list-item--beta .value {
|
|
3026
|
+
text-align: start;
|
|
3027
|
+
}
|
|
3028
|
+
}
|
|
3029
|
+
.jkl-description-list--beta .jkl-description-list-item--beta:not(:last-of-type) {
|
|
3030
|
+
margin-block-end: var(--spacing);
|
|
3031
|
+
}
|
|
3032
|
+
.jkl-description-list--beta .jkl-description-list-item--beta .title {
|
|
3033
|
+
font-weight: bold;
|
|
3034
|
+
}
|
|
3035
|
+
.jkl-description-list--beta .jkl-description-list-item--beta dd {
|
|
3036
|
+
margin-inline-start: 0;
|
|
3037
|
+
}
|
|
3038
|
+
.jkl-description-list--beta .jkl-description-list-item--beta dd.support-text {
|
|
3039
|
+
grid-column: 1/-1;
|
|
3040
|
+
color: var(--jkl-color-text-subdued);
|
|
3041
|
+
}
|
|
3042
|
+
.jkl-description-list--beta[data-separators=true] > *:not(:last-of-type) {
|
|
3043
|
+
--spacing: var(--jkl-spacing-s);
|
|
3044
|
+
border-block-end: 1px solid var(--jkl-color-border-separator);
|
|
3045
|
+
padding-block-end: var(--spacing);
|
|
3046
|
+
}
|
|
3047
|
+
|
|
2986
3048
|
.jkl-expandable {
|
|
2987
3049
|
background-color: var(--jkl-color-background-container-low);
|
|
2988
3050
|
border: 1px solid transparent;
|
|
@@ -3110,7 +3172,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
3110
3172
|
}
|
|
3111
3173
|
}
|
|
3112
3174
|
|
|
3113
|
-
@keyframes jkl-show-
|
|
3175
|
+
@keyframes jkl-show-uggmtlg {
|
|
3114
3176
|
from {
|
|
3115
3177
|
transform: translate3d(0, 0.5rem, 0);
|
|
3116
3178
|
opacity: 0;
|
|
@@ -3145,7 +3207,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
3145
3207
|
}
|
|
3146
3208
|
}
|
|
3147
3209
|
.jkl-feedback__fade-in {
|
|
3148
|
-
animation: jkl-show-
|
|
3210
|
+
animation: jkl-show-uggmtlg 0.25s ease-out;
|
|
3149
3211
|
}
|
|
3150
3212
|
.jkl-feedback__buttons {
|
|
3151
3213
|
display: flex;
|
|
@@ -3387,7 +3449,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3387
3449
|
--background-color: var(--jkl-color-background-alert-success);
|
|
3388
3450
|
}
|
|
3389
3451
|
.jkl-message--dismissed {
|
|
3390
|
-
animation: jkl-dismiss-
|
|
3452
|
+
animation: jkl-dismiss-uggmtlv 400ms ease-in-out forwards;
|
|
3391
3453
|
transition: visibility 0ms 400ms;
|
|
3392
3454
|
visibility: hidden;
|
|
3393
3455
|
}
|
|
@@ -3407,7 +3469,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3407
3469
|
}
|
|
3408
3470
|
}
|
|
3409
3471
|
|
|
3410
|
-
@keyframes jkl-dismiss-
|
|
3472
|
+
@keyframes jkl-dismiss-uggmtlv {
|
|
3411
3473
|
from {
|
|
3412
3474
|
opacity: 1;
|
|
3413
3475
|
transform: translate3d(0, 0, 0);
|
|
@@ -3464,7 +3526,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3464
3526
|
--jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
|
|
3465
3527
|
}
|
|
3466
3528
|
|
|
3467
|
-
@keyframes jkl-dot-in-
|
|
3529
|
+
@keyframes jkl-dot-in-uggmtm8 {
|
|
3468
3530
|
0% {
|
|
3469
3531
|
transform: scale(0.8);
|
|
3470
3532
|
}
|
|
@@ -3510,7 +3572,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3510
3572
|
}
|
|
3511
3573
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
3512
3574
|
--dot-color: var(--jkl-color-border-action);
|
|
3513
|
-
animation: jkl-dot-in-
|
|
3575
|
+
animation: jkl-dot-in-uggmtm8 150ms ease;
|
|
3514
3576
|
}
|
|
3515
3577
|
@media screen and (forced-colors: active) {
|
|
3516
3578
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
@@ -4247,6 +4309,70 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area-wrap
|
|
|
4247
4309
|
transform: translateX(-0.3rem);
|
|
4248
4310
|
}
|
|
4249
4311
|
}
|
|
4312
|
+
.jkl-navlink--beta {
|
|
4313
|
+
--border-radius: 4px;
|
|
4314
|
+
--separator: 1px solid var(--jkl-color-border-separator);
|
|
4315
|
+
display: grid;
|
|
4316
|
+
grid-template-columns: 1fr auto;
|
|
4317
|
+
align-items: center;
|
|
4318
|
+
column-gap: 2em;
|
|
4319
|
+
color: inherit;
|
|
4320
|
+
text-decoration: none;
|
|
4321
|
+
background-color: var(--jkl-color-background-container-low);
|
|
4322
|
+
padding: var(--jkl-spacing-s);
|
|
4323
|
+
border-radius: 0;
|
|
4324
|
+
font-size: 1.125rem;
|
|
4325
|
+
line-height: 1.75rem;
|
|
4326
|
+
font-weight: 400;
|
|
4327
|
+
--jkl-icon-weight: 300;
|
|
4328
|
+
transition-timing-function: cubic-bezier(0, 0, 0.375, 1.17);
|
|
4329
|
+
transition-duration: 150ms;
|
|
4330
|
+
transition-property: background-color;
|
|
4331
|
+
}
|
|
4332
|
+
@media (min-width: 680px) {
|
|
4333
|
+
.jkl-navlink--beta {
|
|
4334
|
+
font-size: 1.25rem;
|
|
4335
|
+
line-height: 2rem;
|
|
4336
|
+
font-weight: 400;
|
|
4337
|
+
--jkl-icon-weight: 300;
|
|
4338
|
+
}
|
|
4339
|
+
}
|
|
4340
|
+
.jkl-navlink--beta .title,
|
|
4341
|
+
.jkl-navlink--beta .description {
|
|
4342
|
+
grid-column: 1;
|
|
4343
|
+
}
|
|
4344
|
+
.jkl-navlink--beta:has(.description) .title {
|
|
4345
|
+
font-weight: bold;
|
|
4346
|
+
}
|
|
4347
|
+
.jkl-navlink--beta::after {
|
|
4348
|
+
content: "arrow_forward"/"";
|
|
4349
|
+
font-family: "Fremtind Material Symbols";
|
|
4350
|
+
align-self: center;
|
|
4351
|
+
grid-column: 2;
|
|
4352
|
+
grid-row: 1/span 999;
|
|
4353
|
+
translate: 0;
|
|
4354
|
+
transition-timing-function: cubic-bezier(0, 0, 0.375, 1.17);
|
|
4355
|
+
transition-duration: 150ms;
|
|
4356
|
+
transition-property: translate;
|
|
4357
|
+
}
|
|
4358
|
+
.jkl-navlink--beta:hover, .jkl-navlink--beta:focus-visible {
|
|
4359
|
+
background-color: var(--jkl-color-background-interactive-selected);
|
|
4360
|
+
}
|
|
4361
|
+
.jkl-navlink--beta:hover::after, .jkl-navlink--beta:focus-visible::after {
|
|
4362
|
+
translate: 4px 0;
|
|
4363
|
+
}
|
|
4364
|
+
.jkl-navlink--beta:first-of-type {
|
|
4365
|
+
border-start-start-radius: var(--border-radius);
|
|
4366
|
+
border-start-end-radius: var(--border-radius);
|
|
4367
|
+
}
|
|
4368
|
+
.jkl-navlink--beta:last-of-type {
|
|
4369
|
+
border-end-start-radius: var(--border-radius);
|
|
4370
|
+
border-end-end-radius: var(--border-radius);
|
|
4371
|
+
}
|
|
4372
|
+
.jkl-navlink--beta:has(+ .jkl-navlink--beta) {
|
|
4373
|
+
border-block-end: var(--separator);
|
|
4374
|
+
}
|
|
4375
|
+
|
|
4250
4376
|
.jkl-pagination {
|
|
4251
4377
|
display: flex;
|
|
4252
4378
|
}
|
|
@@ -4598,7 +4724,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
4598
4724
|
transition-timing-function: ease;
|
|
4599
4725
|
transition-duration: 150ms;
|
|
4600
4726
|
}
|
|
4601
|
-
@keyframes jkl-downcount-
|
|
4727
|
+
@keyframes jkl-downcount-uggmtmo {
|
|
4602
4728
|
from {
|
|
4603
4729
|
width: 100%;
|
|
4604
4730
|
}
|
|
@@ -4608,7 +4734,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
4608
4734
|
}
|
|
4609
4735
|
}
|
|
4610
4736
|
@layer jokul.components {
|
|
4611
|
-
@keyframes jkl-dot-in-
|
|
4737
|
+
@keyframes jkl-dot-in-uggmtnh {
|
|
4612
4738
|
0% {
|
|
4613
4739
|
transform: scale(0.8);
|
|
4614
4740
|
}
|
|
@@ -4656,7 +4782,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
4656
4782
|
}
|
|
4657
4783
|
}
|
|
4658
4784
|
.jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
|
|
4659
|
-
animation: jkl-dot-in-
|
|
4785
|
+
animation: jkl-dot-in-uggmtnh 150ms ease;
|
|
4660
4786
|
}
|
|
4661
4787
|
.jkl-radio-panel:has(:checked) {
|
|
4662
4788
|
--radio-dot-color: var(--jkl-color-border-action);
|
|
@@ -4958,7 +5084,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
4958
5084
|
margin-bottom: 0;
|
|
4959
5085
|
}
|
|
4960
5086
|
.jkl-system-message--dismissed {
|
|
4961
|
-
animation: jkl-dismiss-
|
|
5087
|
+
animation: jkl-dismiss-uggmto0 400ms forwards;
|
|
4962
5088
|
transition: block 400ms 400ms;
|
|
4963
5089
|
}
|
|
4964
5090
|
.jkl-system-message--info {
|
|
@@ -4989,7 +5115,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
4989
5115
|
}
|
|
4990
5116
|
}
|
|
4991
5117
|
|
|
4992
|
-
@keyframes jkl-dismiss-
|
|
5118
|
+
@keyframes jkl-dismiss-uggmto0 {
|
|
4993
5119
|
from {
|
|
4994
5120
|
opacity: 1;
|
|
4995
5121
|
transform: translateY(0);
|
|
@@ -5883,14 +6009,14 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
5883
6009
|
|
|
5884
6010
|
.jkl-toast[data-animation=entering],
|
|
5885
6011
|
.jkl-toast[data-animation=queued] {
|
|
5886
|
-
animation: jkl-entering-
|
|
6012
|
+
animation: jkl-entering-uggmtoa 200ms ease-out forwards;
|
|
5887
6013
|
}
|
|
5888
6014
|
|
|
5889
6015
|
.jkl-toast[data-animation=exiting] {
|
|
5890
|
-
animation: jkl-exiting-
|
|
6016
|
+
animation: jkl-exiting-uggmtp6 150ms ease-in forwards;
|
|
5891
6017
|
}
|
|
5892
6018
|
|
|
5893
|
-
@keyframes jkl-entering-
|
|
6019
|
+
@keyframes jkl-entering-uggmtoa {
|
|
5894
6020
|
from {
|
|
5895
6021
|
opacity: 0;
|
|
5896
6022
|
transform: translate3d(0, 50%, 0);
|
|
@@ -5900,7 +6026,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
5900
6026
|
transform: translate3d(0, 0, 0);
|
|
5901
6027
|
}
|
|
5902
6028
|
}
|
|
5903
|
-
@keyframes jkl-exiting-
|
|
6029
|
+
@keyframes jkl-exiting-uggmtp6 {
|
|
5904
6030
|
from {
|
|
5905
6031
|
opacity: 1;
|
|
5906
6032
|
transform: translate3d(0, 0, 0);
|