@fremtind/jokul 5.0.0-next.3 → 5.0.0-next.4
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/package.json +1 -1
- package/styles/base.css +362 -207
- package/styles/base.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/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/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/segmented-control/segmented-control.css +2 -2
- 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.css +24 -24
- package/styles/components.min.css +1 -1
- package/styles/theme/_index.scss +4 -6
- package/styles/theme/_tokens.scss +3 -3
- package/styles/theme/brands/dnb/_fonts.scss +3 -3
- package/styles/theme/brands/dnb/_index.scss +2 -0
- package/styles/theme/brands/eika/_fonts.scss +3 -3
- package/styles/theme/brands/eika/_index.scss +2 -0
- package/styles/theme/brands/jokul/_fonts.scss +3 -3
- package/styles/theme/brands/jokul/_index.scss +2 -0
- package/styles/theme/brands/sparebank1/_fonts.scss +3 -3
- package/styles/theme/brands/sparebank1/_index.scss +2 -0
package/package.json
CHANGED
package/styles/base.css
CHANGED
|
@@ -601,6 +601,147 @@
|
|
|
601
601
|
color-scheme: dark;
|
|
602
602
|
}
|
|
603
603
|
}
|
|
604
|
+
/**
|
|
605
|
+
* Do not edit directly, this file was auto-generated.
|
|
606
|
+
*/
|
|
607
|
+
@layer jokul.theme {
|
|
608
|
+
:root,
|
|
609
|
+
[data-size],
|
|
610
|
+
[data-size=medium] {
|
|
611
|
+
--jkl-unit-10: 8px;
|
|
612
|
+
--jkl-unit-base: 8px;
|
|
613
|
+
--jkl-font-size-1: 14px;
|
|
614
|
+
--jkl-font-size-2: 16px;
|
|
615
|
+
--jkl-font-size-3: 18px;
|
|
616
|
+
--jkl-font-size-4: 20px;
|
|
617
|
+
--jkl-font-size-5: 24px;
|
|
618
|
+
--jkl-font-size-6: 28px;
|
|
619
|
+
--jkl-font-size-7: 32px;
|
|
620
|
+
--jkl-font-size-8: 40px;
|
|
621
|
+
--jkl-font-size-9: 48px;
|
|
622
|
+
--jkl-font-size-10: 56px;
|
|
623
|
+
}
|
|
624
|
+
[data-size=small] {
|
|
625
|
+
--jkl-unit-10: 5px;
|
|
626
|
+
--jkl-unit-base: 5px;
|
|
627
|
+
--jkl-font-size-1: 12px;
|
|
628
|
+
--jkl-font-size-2: 14px;
|
|
629
|
+
--jkl-font-size-3: 16px;
|
|
630
|
+
--jkl-font-size-4: 18px;
|
|
631
|
+
--jkl-font-size-5: 20px;
|
|
632
|
+
--jkl-font-size-6: 24px;
|
|
633
|
+
--jkl-font-size-7: 28px;
|
|
634
|
+
--jkl-font-size-8: 32px;
|
|
635
|
+
--jkl-font-size-9: 40px;
|
|
636
|
+
--jkl-font-size-10: 48px;
|
|
637
|
+
}
|
|
638
|
+
[data-size=large] {
|
|
639
|
+
--jkl-unit-10: 11px;
|
|
640
|
+
--jkl-unit-base: 11px;
|
|
641
|
+
--jkl-font-size-1: 14px;
|
|
642
|
+
--jkl-font-size-2: 16px;
|
|
643
|
+
--jkl-font-size-3: 18px;
|
|
644
|
+
--jkl-font-size-4: 20px;
|
|
645
|
+
--jkl-font-size-5: 24px;
|
|
646
|
+
--jkl-font-size-6: 28px;
|
|
647
|
+
--jkl-font-size-7: 32px;
|
|
648
|
+
--jkl-font-size-8: 40px;
|
|
649
|
+
--jkl-font-size-9: 48px;
|
|
650
|
+
--jkl-font-size-10: 56px;
|
|
651
|
+
}
|
|
652
|
+
}
|
|
653
|
+
/**
|
|
654
|
+
* Do not edit directly, this file was auto-generated.
|
|
655
|
+
*/
|
|
656
|
+
@layer jokul.theme {
|
|
657
|
+
:root,
|
|
658
|
+
[data-size],
|
|
659
|
+
[data-theme] {
|
|
660
|
+
--jkl-unit-0: 0;
|
|
661
|
+
--jkl-spacing-0: 0rem;
|
|
662
|
+
--jkl-spacing-2: 0.125rem;
|
|
663
|
+
--jkl-spacing-4: 0.25rem;
|
|
664
|
+
--jkl-spacing-8: 0.5rem;
|
|
665
|
+
--jkl-spacing-12: 0.75rem;
|
|
666
|
+
--jkl-spacing-16: 1rem;
|
|
667
|
+
--jkl-spacing-24: 1.5rem;
|
|
668
|
+
--jkl-spacing-32: 2rem;
|
|
669
|
+
--jkl-spacing-40: 2.5rem;
|
|
670
|
+
--jkl-spacing-64: 4rem;
|
|
671
|
+
--jkl-spacing-104: 6.5rem;
|
|
672
|
+
--jkl-spacing-168: 10.5rem;
|
|
673
|
+
--jkl-spacing-none: 0;
|
|
674
|
+
--jkl-border-width-1: 0.0625rem;
|
|
675
|
+
--jkl-border-width-2: 0.125rem;
|
|
676
|
+
--jkl-border-width-3: 0.1875rem;
|
|
677
|
+
--jkl-border-radius-none: 0;
|
|
678
|
+
--jkl-border-radius-xs: 0.25rem;
|
|
679
|
+
--jkl-border-radius-s: 0.5rem;
|
|
680
|
+
--jkl-border-radius-m: 0.75rem;
|
|
681
|
+
--jkl-border-radius-l: 1rem;
|
|
682
|
+
--jkl-border-radius-full: 9999px;
|
|
683
|
+
--jkl-breakpoint-small: 0;
|
|
684
|
+
--jkl-breakpoint-medium: 680px;
|
|
685
|
+
--jkl-breakpoint-large: 1200px;
|
|
686
|
+
--jkl-breakpoint-xl: 1600px;
|
|
687
|
+
--jkl-motion-timing-energetic: 75ms;
|
|
688
|
+
--jkl-motion-timing-snappy: 100ms;
|
|
689
|
+
--jkl-motion-timing-productive: 150ms;
|
|
690
|
+
--jkl-motion-timing-polite: 200ms;
|
|
691
|
+
--jkl-motion-timing-expressive: 250ms;
|
|
692
|
+
--jkl-motion-timing-lazy: 400ms;
|
|
693
|
+
--jkl-motion-easing-standard: ease;
|
|
694
|
+
--jkl-motion-easing-entrance: ease-out;
|
|
695
|
+
--jkl-motion-easing-exit: ease-in;
|
|
696
|
+
--jkl-motion-easing-ease-in-bounce-out: cubic-bezier(0, 0, 0.375, 1.17);
|
|
697
|
+
--jkl-motion-easing-focus: cubic-bezier(0.6, 0.2, 0.35, 1);
|
|
698
|
+
--jkl-font-weight-normal: 400;
|
|
699
|
+
--jkl-font-weight-bold: 700;
|
|
700
|
+
--jkl-font-family-regular: "Jokul", "Adjusted Arial Fallback", arial, sans-serif;
|
|
701
|
+
--jkl-font-family-display: "Jokul Display", "Adjusted Arial Display Fallback", arial, sans-serif;
|
|
702
|
+
--jkl-font-family-mono: "Jokul Mono", "Adjusted Courier New Fallback", -apple-system, blinkmacsystemfont, monospace;
|
|
703
|
+
--jkl-line-height-flush: 1;
|
|
704
|
+
--jkl-line-height-tight: 1.3;
|
|
705
|
+
--jkl-line-height-relaxed: 1.6;
|
|
706
|
+
--jkl-unit-15: calc(var(--jkl-unit-base) * 1.5);
|
|
707
|
+
--jkl-unit-20: calc(var(--jkl-unit-base) * 2);
|
|
708
|
+
--jkl-unit-25: calc(var(--jkl-unit-base) * 2.5);
|
|
709
|
+
--jkl-unit-30: calc(var(--jkl-unit-base) * 3);
|
|
710
|
+
--jkl-unit-35: calc(var(--jkl-unit-base) * 3.5);
|
|
711
|
+
--jkl-unit-40: calc(var(--jkl-unit-base) * 4);
|
|
712
|
+
--jkl-unit-50: calc(var(--jkl-unit-base) * 5);
|
|
713
|
+
--jkl-unit-60: calc(var(--jkl-unit-base) * 6);
|
|
714
|
+
--jkl-unit-70: calc(var(--jkl-unit-base) * 7);
|
|
715
|
+
--jkl-unit-80: calc(var(--jkl-unit-base) * 8);
|
|
716
|
+
--jkl-unit-90: calc(var(--jkl-unit-base) * 9);
|
|
717
|
+
--jkl-unit-100: calc(var(--jkl-unit-base) * 10);
|
|
718
|
+
--jkl-unit-130: calc(var(--jkl-unit-base) * 13);
|
|
719
|
+
--jkl-unit-210: calc(var(--jkl-unit-base) * 21);
|
|
720
|
+
--jkl-unit-02: calc(var(--jkl-unit-base) * 0.25);
|
|
721
|
+
--jkl-unit-05: calc(var(--jkl-unit-base) * 0.5);
|
|
722
|
+
--jkl-spacing-2xs: var(--jkl-spacing-4);
|
|
723
|
+
--jkl-spacing-xs: var(--jkl-spacing-8);
|
|
724
|
+
--jkl-spacing-s: var(--jkl-spacing-16);
|
|
725
|
+
--jkl-spacing-m: var(--jkl-spacing-24);
|
|
726
|
+
--jkl-spacing-l: var(--jkl-spacing-40);
|
|
727
|
+
--jkl-spacing-xl: var(--jkl-spacing-64);
|
|
728
|
+
--jkl-spacing-2xl: var(--jkl-spacing-104);
|
|
729
|
+
--jkl-text-style-title: var(--jkl-font-weight-normal) var(--jkl-font-size-10)/var(--jkl-line-height-tight) var(--jkl-font-family-regular);
|
|
730
|
+
--jkl-text-style-title-small: var(--jkl-font-weight-normal) var(--jkl-font-size-9)/var(--jkl-line-height-tight) var(--jkl-font-family-regular);
|
|
731
|
+
--jkl-text-style-heading-1: var(--jkl-font-weight-normal) var(--jkl-font-size-8)/var(--jkl-line-height-tight) var(--jkl-font-family-regular);
|
|
732
|
+
--jkl-text-style-heading-2: var(--jkl-font-weight-normal) var(--jkl-font-size-7)/var(--jkl-line-height-tight) var(--jkl-font-family-regular);
|
|
733
|
+
--jkl-text-style-heading-3: var(--jkl-font-weight-bold) var(--jkl-font-size-6)/var(--jkl-line-height-tight) var(--jkl-font-family-regular);
|
|
734
|
+
--jkl-text-style-heading-4: var(--jkl-font-weight-bold) var(--jkl-font-size-5)/var(--jkl-line-height-tight) var(--jkl-font-family-regular);
|
|
735
|
+
--jkl-text-style-heading-5: var(--jkl-font-weight-bold) var(--jkl-font-size-4)/var(--jkl-line-height-tight) var(--jkl-font-family-regular);
|
|
736
|
+
--jkl-text-style-paragraph-large: var(--jkl-font-weight-normal) var(--jkl-font-size-5)/var(--jkl-line-height-relaxed) var(--jkl-font-family-regular);
|
|
737
|
+
--jkl-text-style-paragraph-medium: var(--jkl-font-weight-normal) var(--jkl-font-size-3)/var(--jkl-line-height-relaxed) var(--jkl-font-family-regular);
|
|
738
|
+
--jkl-text-style-paragraph-small: var(--jkl-font-weight-normal) var(--jkl-font-size-2)/var(--jkl-line-height-relaxed) var(--jkl-font-family-regular);
|
|
739
|
+
--jkl-text-style-text-large: var(--jkl-font-weight-normal) var(--jkl-font-size-5)/var(--jkl-line-height-tight) var(--jkl-font-family-regular);
|
|
740
|
+
--jkl-text-style-text-medium: var(--jkl-font-weight-normal) var(--jkl-font-size-3)/var(--jkl-line-height-tight) var(--jkl-font-family-regular);
|
|
741
|
+
--jkl-text-style-text-small: var(--jkl-font-weight-normal) var(--jkl-font-size-2)/var(--jkl-line-height-tight) var(--jkl-font-family-regular);
|
|
742
|
+
--jkl-text-style-text-micro: var(--jkl-font-weight-normal) var(--jkl-font-size-1)/var(--jkl-line-height-tight) var(--jkl-font-family-regular);
|
|
743
|
+
}
|
|
744
|
+
}
|
|
604
745
|
/**
|
|
605
746
|
* Do not edit directly, this file was auto-generated.
|
|
606
747
|
*/
|
|
@@ -718,6 +859,44 @@
|
|
|
718
859
|
/* stylelint-enable declaration-block-no-duplicate-custom-properties */
|
|
719
860
|
}
|
|
720
861
|
}
|
|
862
|
+
/**
|
|
863
|
+
* Do not edit directly, this file was auto-generated.
|
|
864
|
+
*/
|
|
865
|
+
@layer jokul.theme {
|
|
866
|
+
@font-face {
|
|
867
|
+
font-family: "DNB Sans";
|
|
868
|
+
font-display: fallback;
|
|
869
|
+
font-weight: 400;
|
|
870
|
+
font-style: normal;
|
|
871
|
+
src: url("/fonts/brands/dnb/DNB-Regular.woff2") format("woff2");
|
|
872
|
+
}
|
|
873
|
+
@font-face {
|
|
874
|
+
font-family: "DNB Sans";
|
|
875
|
+
font-display: fallback;
|
|
876
|
+
font-weight: 500;
|
|
877
|
+
font-style: normal;
|
|
878
|
+
src: url("/fonts/brands/dnb/DNB-Medium.woff2") format("woff2");
|
|
879
|
+
}
|
|
880
|
+
@font-face {
|
|
881
|
+
font-family: "DNB Sans";
|
|
882
|
+
font-display: fallback;
|
|
883
|
+
font-weight: 700;
|
|
884
|
+
font-style: normal;
|
|
885
|
+
src: url("/fonts/brands/dnb/DNB-Bold.woff2") format("woff2");
|
|
886
|
+
}
|
|
887
|
+
@font-face {
|
|
888
|
+
font-family: "DNB Mono";
|
|
889
|
+
font-display: fallback;
|
|
890
|
+
font-weight: 400;
|
|
891
|
+
font-style: normal;
|
|
892
|
+
src: url("/fonts/brands/dnb/DNBMono-Regular.woff2") format("woff2");
|
|
893
|
+
}
|
|
894
|
+
[data-brand=dnb] {
|
|
895
|
+
--jkl-font-family-regular: "DNB Sans", "Adjusted Arial Fallback", arial, sans-serif;
|
|
896
|
+
--jkl-font-family-display: "DNB Sans", "Adjusted Arial Display Fallback", arial, sans-serif;
|
|
897
|
+
--jkl-font-family-mono: "DNB Mono", "Adjusted Courier New Fallback", -apple-system, blinkmacsystemfont, monospace;
|
|
898
|
+
}
|
|
899
|
+
}
|
|
721
900
|
/**
|
|
722
901
|
* Do not edit directly, this file was auto-generated.
|
|
723
902
|
*/
|
|
@@ -835,6 +1014,44 @@
|
|
|
835
1014
|
/* stylelint-enable declaration-block-no-duplicate-custom-properties */
|
|
836
1015
|
}
|
|
837
1016
|
}
|
|
1017
|
+
/**
|
|
1018
|
+
* Do not edit directly, this file was auto-generated.
|
|
1019
|
+
*/
|
|
1020
|
+
@layer jokul.theme {
|
|
1021
|
+
@font-face {
|
|
1022
|
+
font-family: "Open Sans";
|
|
1023
|
+
font-display: fallback;
|
|
1024
|
+
font-weight: 300;
|
|
1025
|
+
font-style: normal;
|
|
1026
|
+
src: url("/fonts/brands/eika/OpenSans-Light.woff2") format("woff2");
|
|
1027
|
+
}
|
|
1028
|
+
@font-face {
|
|
1029
|
+
font-family: "Open Sans";
|
|
1030
|
+
font-display: fallback;
|
|
1031
|
+
font-weight: 400;
|
|
1032
|
+
font-style: normal;
|
|
1033
|
+
src: url("/fonts/brands/eika/OpenSans-Regular.woff2") format("woff2");
|
|
1034
|
+
}
|
|
1035
|
+
@font-face {
|
|
1036
|
+
font-family: "Open Sans";
|
|
1037
|
+
font-display: fallback;
|
|
1038
|
+
font-weight: 600;
|
|
1039
|
+
font-style: normal;
|
|
1040
|
+
src: url("/fonts/brands/eika/OpenSans-SemiBold.woff2") format("woff2");
|
|
1041
|
+
}
|
|
1042
|
+
@font-face {
|
|
1043
|
+
font-family: "Open Sans";
|
|
1044
|
+
font-display: fallback;
|
|
1045
|
+
font-weight: 700;
|
|
1046
|
+
font-style: normal;
|
|
1047
|
+
src: url("/fonts/brands/eika/OpenSans-Bold.woff2") format("woff2");
|
|
1048
|
+
}
|
|
1049
|
+
[data-brand=eika] {
|
|
1050
|
+
--jkl-font-family-regular: "Open Sans", "Adjusted Arial Fallback", arial, sans-serif;
|
|
1051
|
+
--jkl-font-family-display: "Open Sans", "Adjusted Arial Display Fallback", arial, sans-serif;
|
|
1052
|
+
--jkl-font-family-mono: "Adjusted Courier New Fallback", -apple-system, blinkmacsystemfont, monospace;
|
|
1053
|
+
}
|
|
1054
|
+
}
|
|
838
1055
|
/**
|
|
839
1056
|
* Do not edit directly, this file was auto-generated.
|
|
840
1057
|
*/
|
|
@@ -956,179 +1173,148 @@
|
|
|
956
1173
|
* Do not edit directly, this file was auto-generated.
|
|
957
1174
|
*/
|
|
958
1175
|
@layer jokul.theme {
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
--jkl-font-size-2: 16px;
|
|
966
|
-
--jkl-font-size-3: 18px;
|
|
967
|
-
--jkl-font-size-4: 20px;
|
|
968
|
-
--jkl-font-size-5: 24px;
|
|
969
|
-
--jkl-font-size-6: 28px;
|
|
970
|
-
--jkl-font-size-7: 32px;
|
|
971
|
-
--jkl-font-size-8: 40px;
|
|
972
|
-
--jkl-font-size-9: 48px;
|
|
973
|
-
--jkl-font-size-10: 56px;
|
|
1176
|
+
@font-face {
|
|
1177
|
+
font-family: "SpareBank1 Sans";
|
|
1178
|
+
font-display: fallback;
|
|
1179
|
+
font-weight: 400;
|
|
1180
|
+
font-style: normal;
|
|
1181
|
+
src: url("/fonts/brands/sparebank1/SpareBank1-Regular-Web.woff2") format("woff2");
|
|
974
1182
|
}
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
--jkl-font-size-4: 18px;
|
|
982
|
-
--jkl-font-size-5: 20px;
|
|
983
|
-
--jkl-font-size-6: 24px;
|
|
984
|
-
--jkl-font-size-7: 28px;
|
|
985
|
-
--jkl-font-size-8: 32px;
|
|
986
|
-
--jkl-font-size-9: 40px;
|
|
987
|
-
--jkl-font-size-10: 48px;
|
|
1183
|
+
@font-face {
|
|
1184
|
+
font-family: "SpareBank1 Sans";
|
|
1185
|
+
font-display: fallback;
|
|
1186
|
+
font-weight: 500;
|
|
1187
|
+
font-style: normal;
|
|
1188
|
+
src: url("/fonts/brands/sparebank1/SpareBank1-Medium-Web.woff2") format("woff2");
|
|
988
1189
|
}
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
--jkl-font-size-4: 20px;
|
|
996
|
-
--jkl-font-size-5: 24px;
|
|
997
|
-
--jkl-font-size-6: 28px;
|
|
998
|
-
--jkl-font-size-7: 32px;
|
|
999
|
-
--jkl-font-size-8: 40px;
|
|
1000
|
-
--jkl-font-size-9: 48px;
|
|
1001
|
-
--jkl-font-size-10: 56px;
|
|
1190
|
+
@font-face {
|
|
1191
|
+
font-family: "SpareBank1 Title";
|
|
1192
|
+
font-display: fallback;
|
|
1193
|
+
font-weight: 500;
|
|
1194
|
+
font-style: normal;
|
|
1195
|
+
src: url("/fonts/brands/sparebank1/SpareBank1-Title-Medium-Web.woff2") format("woff2");
|
|
1002
1196
|
}
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
@layer jokul.theme {
|
|
1008
|
-
:root,
|
|
1009
|
-
[data-size],
|
|
1010
|
-
[data-theme] {
|
|
1011
|
-
--jkl-unit-0: 0;
|
|
1012
|
-
--jkl-spacing-0: 0rem;
|
|
1013
|
-
--jkl-spacing-2: 0.125rem;
|
|
1014
|
-
--jkl-spacing-4: 0.25rem;
|
|
1015
|
-
--jkl-spacing-8: 0.5rem;
|
|
1016
|
-
--jkl-spacing-12: 0.75rem;
|
|
1017
|
-
--jkl-spacing-16: 1rem;
|
|
1018
|
-
--jkl-spacing-24: 1.5rem;
|
|
1019
|
-
--jkl-spacing-32: 2rem;
|
|
1020
|
-
--jkl-spacing-40: 2.5rem;
|
|
1021
|
-
--jkl-spacing-64: 4rem;
|
|
1022
|
-
--jkl-spacing-104: 6.5rem;
|
|
1023
|
-
--jkl-spacing-168: 10.5rem;
|
|
1024
|
-
--jkl-spacing-none: 0;
|
|
1025
|
-
--jkl-border-width-1: 0.0625rem;
|
|
1026
|
-
--jkl-border-width-2: 0.125rem;
|
|
1027
|
-
--jkl-border-width-3: 0.1875rem;
|
|
1028
|
-
--jkl-border-radius-none: 0;
|
|
1029
|
-
--jkl-border-radius-xs: 0.25rem;
|
|
1030
|
-
--jkl-border-radius-s: 0.5rem;
|
|
1031
|
-
--jkl-border-radius-m: 0.75rem;
|
|
1032
|
-
--jkl-border-radius-l: 1rem;
|
|
1033
|
-
--jkl-border-radius-full: 9999px;
|
|
1034
|
-
--jkl-breakpoint-small: 0;
|
|
1035
|
-
--jkl-breakpoint-medium: 680px;
|
|
1036
|
-
--jkl-breakpoint-large: 1200px;
|
|
1037
|
-
--jkl-breakpoint-xl: 1600px;
|
|
1038
|
-
--jkl-motion-timing-energetic: 75ms;
|
|
1039
|
-
--jkl-motion-timing-snappy: 100ms;
|
|
1040
|
-
--jkl-motion-timing-productive: 150ms;
|
|
1041
|
-
--jkl-motion-timing-polite: 200ms;
|
|
1042
|
-
--jkl-motion-timing-expressive: 250ms;
|
|
1043
|
-
--jkl-motion-timing-lazy: 400ms;
|
|
1044
|
-
--jkl-motion-easing-standard: ease;
|
|
1045
|
-
--jkl-motion-easing-entrance: ease-out;
|
|
1046
|
-
--jkl-motion-easing-exit: ease-in;
|
|
1047
|
-
--jkl-motion-easing-ease-in-bounce-out: cubic-bezier(0, 0, 0.375, 1.17);
|
|
1048
|
-
--jkl-motion-easing-focus: cubic-bezier(0.6, 0.2, 0.35, 1);
|
|
1049
|
-
--jkl-font-weight-normal: 400;
|
|
1050
|
-
--jkl-font-weight-bold: 700;
|
|
1051
|
-
--jkl-font-family-regular: "Jokul", "Adjusted Arial Fallback", Arial, sans-serif;
|
|
1052
|
-
--jkl-font-family-display: "Jokul Display", "Adjusted Arial Display Fallback", Arial, sans-serif;
|
|
1053
|
-
--jkl-font-family-mono: "Jokul Mono", "Adjusted Courier New Fallback", -apple-system, BlinkMacSystemFont, monospace;
|
|
1054
|
-
--jkl-line-height-flush: 1;
|
|
1055
|
-
--jkl-line-height-tight: 1.3;
|
|
1056
|
-
--jkl-line-height-relaxed: 1.6;
|
|
1057
|
-
--jkl-unit-15: calc(var(--jkl-unit-base) * 1.5);
|
|
1058
|
-
--jkl-unit-20: calc(var(--jkl-unit-base) * 2);
|
|
1059
|
-
--jkl-unit-25: calc(var(--jkl-unit-base) * 2.5);
|
|
1060
|
-
--jkl-unit-30: calc(var(--jkl-unit-base) * 3);
|
|
1061
|
-
--jkl-unit-35: calc(var(--jkl-unit-base) * 3.5);
|
|
1062
|
-
--jkl-unit-40: calc(var(--jkl-unit-base) * 4);
|
|
1063
|
-
--jkl-unit-50: calc(var(--jkl-unit-base) * 5);
|
|
1064
|
-
--jkl-unit-60: calc(var(--jkl-unit-base) * 6);
|
|
1065
|
-
--jkl-unit-70: calc(var(--jkl-unit-base) * 7);
|
|
1066
|
-
--jkl-unit-80: calc(var(--jkl-unit-base) * 8);
|
|
1067
|
-
--jkl-unit-90: calc(var(--jkl-unit-base) * 9);
|
|
1068
|
-
--jkl-unit-100: calc(var(--jkl-unit-base) * 10);
|
|
1069
|
-
--jkl-unit-130: calc(var(--jkl-unit-base) * 13);
|
|
1070
|
-
--jkl-unit-210: calc(var(--jkl-unit-base) * 21);
|
|
1071
|
-
--jkl-unit-02: calc(var(--jkl-unit-base) * 0.25);
|
|
1072
|
-
--jkl-unit-05: calc(var(--jkl-unit-base) * 0.5);
|
|
1073
|
-
--jkl-spacing-2xs: var(--jkl-spacing-4);
|
|
1074
|
-
--jkl-spacing-xs: var(--jkl-spacing-8);
|
|
1075
|
-
--jkl-spacing-s: var(--jkl-spacing-16);
|
|
1076
|
-
--jkl-spacing-m: var(--jkl-spacing-24);
|
|
1077
|
-
--jkl-spacing-l: var(--jkl-spacing-40);
|
|
1078
|
-
--jkl-spacing-xl: var(--jkl-spacing-64);
|
|
1079
|
-
--jkl-spacing-2xl: var(--jkl-spacing-104);
|
|
1080
|
-
--jkl-text-style-title: var(--jkl-font-weight-normal) var(--jkl-font-size-10)/var(--jkl-line-height-tight) var(--jkl-font-family-regular);
|
|
1081
|
-
--jkl-text-style-title-small: var(--jkl-font-weight-normal) var(--jkl-font-size-9)/var(--jkl-line-height-tight) var(--jkl-font-family-regular);
|
|
1082
|
-
--jkl-text-style-heading-1: var(--jkl-font-weight-normal) var(--jkl-font-size-8)/var(--jkl-line-height-tight) var(--jkl-font-family-regular);
|
|
1083
|
-
--jkl-text-style-heading-2: var(--jkl-font-weight-normal) var(--jkl-font-size-7)/var(--jkl-line-height-tight) var(--jkl-font-family-regular);
|
|
1084
|
-
--jkl-text-style-heading-3: var(--jkl-font-weight-bold) var(--jkl-font-size-6)/var(--jkl-line-height-tight) var(--jkl-font-family-regular);
|
|
1085
|
-
--jkl-text-style-heading-4: var(--jkl-font-weight-bold) var(--jkl-font-size-5)/var(--jkl-line-height-tight) var(--jkl-font-family-regular);
|
|
1086
|
-
--jkl-text-style-heading-5: var(--jkl-font-weight-bold) var(--jkl-font-size-4)/var(--jkl-line-height-tight) var(--jkl-font-family-regular);
|
|
1087
|
-
--jkl-text-style-paragraph-large: var(--jkl-font-weight-normal) var(--jkl-font-size-5)/var(--jkl-line-height-relaxed) var(--jkl-font-family-regular);
|
|
1088
|
-
--jkl-text-style-paragraph-medium: var(--jkl-font-weight-normal) var(--jkl-font-size-3)/var(--jkl-line-height-relaxed) var(--jkl-font-family-regular);
|
|
1089
|
-
--jkl-text-style-paragraph-small: var(--jkl-font-weight-normal) var(--jkl-font-size-2)/var(--jkl-line-height-relaxed) var(--jkl-font-family-regular);
|
|
1090
|
-
--jkl-text-style-text-large: var(--jkl-font-weight-normal) var(--jkl-font-size-5)/var(--jkl-line-height-tight) var(--jkl-font-family-regular);
|
|
1091
|
-
--jkl-text-style-text-medium: var(--jkl-font-weight-normal) var(--jkl-font-size-3)/var(--jkl-line-height-tight) var(--jkl-font-family-regular);
|
|
1092
|
-
--jkl-text-style-text-small: var(--jkl-font-weight-normal) var(--jkl-font-size-2)/var(--jkl-line-height-tight) var(--jkl-font-family-regular);
|
|
1093
|
-
--jkl-text-style-text-micro: var(--jkl-font-weight-normal) var(--jkl-font-size-1)/var(--jkl-line-height-tight) var(--jkl-font-family-regular);
|
|
1197
|
+
[data-brand=sparebank1] {
|
|
1198
|
+
--jkl-font-family-regular: "SpareBank1 Sans", "Adjusted Arial Fallback", arial, sans-serif;
|
|
1199
|
+
--jkl-font-family-display: "SpareBank1 Title", "Adjusted Arial Display Fallback", arial, sans-serif;
|
|
1200
|
+
--jkl-font-family-mono: "Adjusted Courier New Fallback", -apple-system, blinkmacsystemfont, monospace;
|
|
1094
1201
|
}
|
|
1095
1202
|
}
|
|
1096
1203
|
/**
|
|
1097
1204
|
* Do not edit directly, this file was auto-generated.
|
|
1098
1205
|
*/
|
|
1099
1206
|
@layer jokul.theme {
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
--jkl-
|
|
1130
|
-
--jkl-
|
|
1131
|
-
--jkl-
|
|
1207
|
+
[data-brand=jokul] {
|
|
1208
|
+
/* stylelint-disable declaration-block-no-duplicate-custom-properties -- fallback and light-dark() declarations are intentionally paired. */
|
|
1209
|
+
--jkl-color-neutral-background-page: #F4F2EF;
|
|
1210
|
+
--jkl-color-neutral-background-page: light-dark(#F4F2EF, #1B1917);
|
|
1211
|
+
--jkl-color-neutral-background-container: #F9F9F9;
|
|
1212
|
+
--jkl-color-neutral-background-container: light-dark(#F9F9F9, #313030);
|
|
1213
|
+
--jkl-color-neutral-background-action: #1B1917;
|
|
1214
|
+
--jkl-color-neutral-background-action: light-dark(#1B1917, #F9F9F9);
|
|
1215
|
+
--jkl-color-neutral-text-default: #1B1917;
|
|
1216
|
+
--jkl-color-neutral-text-default: light-dark(#1B1917, #F9F9F9);
|
|
1217
|
+
--jkl-color-neutral-text-subdued: #636060;
|
|
1218
|
+
--jkl-color-neutral-text-subdued: light-dark(#636060, #C8C5C3);
|
|
1219
|
+
--jkl-color-neutral-text-on-action: #F9F9F9;
|
|
1220
|
+
--jkl-color-neutral-text-on-action: light-dark(#F9F9F9, #1B1917);
|
|
1221
|
+
--jkl-color-neutral-border-strong: #1B1917;
|
|
1222
|
+
--jkl-color-neutral-border-strong: light-dark(#1B1917, #F9F9F9);
|
|
1223
|
+
--jkl-color-neutral-border-default: #636060;
|
|
1224
|
+
--jkl-color-neutral-border-default: light-dark(#636060, #C8C5C3);
|
|
1225
|
+
--jkl-color-neutral-border-subdued: #C8C5C3;
|
|
1226
|
+
--jkl-color-neutral-border-subdued: light-dark(#C8C5C3, #636060);
|
|
1227
|
+
--jkl-color-accent-background-page: #F4F2EF;
|
|
1228
|
+
--jkl-color-accent-background-page: light-dark(#F4F2EF, #1B1917);
|
|
1229
|
+
--jkl-color-accent-background-container: #F9F9F9;
|
|
1230
|
+
--jkl-color-accent-background-container: light-dark(#F9F9F9, #313030);
|
|
1231
|
+
--jkl-color-accent-background-action: #1B1917;
|
|
1232
|
+
--jkl-color-accent-background-action: light-dark(#1B1917, #F9F9F9);
|
|
1233
|
+
--jkl-color-accent-text-default: #1B1917;
|
|
1234
|
+
--jkl-color-accent-text-default: light-dark(#1B1917, #F9F9F9);
|
|
1235
|
+
--jkl-color-accent-text-subdued: #636060;
|
|
1236
|
+
--jkl-color-accent-text-subdued: light-dark(#636060, #C8C5C3);
|
|
1237
|
+
--jkl-color-accent-text-on-action: #F9F9F9;
|
|
1238
|
+
--jkl-color-accent-text-on-action: light-dark(#F9F9F9, #1B1917);
|
|
1239
|
+
--jkl-color-accent-border-strong: #1B1917;
|
|
1240
|
+
--jkl-color-accent-border-strong: light-dark(#1B1917, #F9F9F9);
|
|
1241
|
+
--jkl-color-accent-border-default: #636060;
|
|
1242
|
+
--jkl-color-accent-border-default: light-dark(#636060, #C8C5C3);
|
|
1243
|
+
--jkl-color-accent-border-subdued: #C8C5C3;
|
|
1244
|
+
--jkl-color-accent-border-subdued: light-dark(#C8C5C3, #636060);
|
|
1245
|
+
--jkl-color-warning-background-page: #FCF7E8;
|
|
1246
|
+
--jkl-color-warning-background-page: light-dark(#FCF7E8, #392B10);
|
|
1247
|
+
--jkl-color-warning-background-container: #F7EBC2;
|
|
1248
|
+
--jkl-color-warning-background-container: light-dark(#F7EBC2, #5A4519);
|
|
1249
|
+
--jkl-color-warning-background-action: #B98900;
|
|
1250
|
+
--jkl-color-warning-background-action: light-dark(#B98900, #E4B63A);
|
|
1251
|
+
--jkl-color-warning-text-default: #5B4200;
|
|
1252
|
+
--jkl-color-warning-text-default: light-dark(#5B4200, #FFF5D9);
|
|
1253
|
+
--jkl-color-warning-text-subdued: #8B6B22;
|
|
1254
|
+
--jkl-color-warning-text-subdued: light-dark(#8B6B22, #EEDFAE);
|
|
1255
|
+
--jkl-color-warning-text-on-action: #1B1917;
|
|
1256
|
+
--jkl-color-warning-text-on-action: light-dark(#1B1917, #1B1917);
|
|
1257
|
+
--jkl-color-warning-border-strong: #B98900;
|
|
1258
|
+
--jkl-color-warning-border-strong: light-dark(#B98900, #E4B63A);
|
|
1259
|
+
--jkl-color-warning-border-default: #B98900;
|
|
1260
|
+
--jkl-color-warning-border-default: light-dark(#B98900, #E4B63A);
|
|
1261
|
+
--jkl-color-warning-border-subdued: #DECC8D;
|
|
1262
|
+
--jkl-color-warning-border-subdued: light-dark(#DECC8D, #8B6B22);
|
|
1263
|
+
--jkl-color-success-background-page: #EEF7F0;
|
|
1264
|
+
--jkl-color-success-background-page: light-dark(#EEF7F0, #173122);
|
|
1265
|
+
--jkl-color-success-background-container: #D7EADB;
|
|
1266
|
+
--jkl-color-success-background-container: light-dark(#D7EADB, #234530);
|
|
1267
|
+
--jkl-color-success-background-action: #2E8C4A;
|
|
1268
|
+
--jkl-color-success-background-action: light-dark(#2E8C4A, #67B479);
|
|
1269
|
+
--jkl-color-success-text-default: #1E5D31;
|
|
1270
|
+
--jkl-color-success-text-default: light-dark(#1E5D31, #F1FBF3);
|
|
1271
|
+
--jkl-color-success-text-subdued: #507A5B;
|
|
1272
|
+
--jkl-color-success-text-subdued: light-dark(#507A5B, #C9DDCE);
|
|
1273
|
+
--jkl-color-success-text-on-action: #F9F9F9;
|
|
1274
|
+
--jkl-color-success-text-on-action: light-dark(#F9F9F9, #1B1917);
|
|
1275
|
+
--jkl-color-success-border-strong: #2E8C4A;
|
|
1276
|
+
--jkl-color-success-border-strong: light-dark(#2E8C4A, #67B479);
|
|
1277
|
+
--jkl-color-success-border-default: #2E8C4A;
|
|
1278
|
+
--jkl-color-success-border-default: light-dark(#2E8C4A, #67B479);
|
|
1279
|
+
--jkl-color-success-border-subdued: #94B79B;
|
|
1280
|
+
--jkl-color-success-border-subdued: light-dark(#94B79B, #507A5B);
|
|
1281
|
+
--jkl-color-info-background-page: #EEF5FE;
|
|
1282
|
+
--jkl-color-info-background-page: light-dark(#EEF5FE, #162A40);
|
|
1283
|
+
--jkl-color-info-background-container: #DDEBFB;
|
|
1284
|
+
--jkl-color-info-background-container: light-dark(#DDEBFB, #264261);
|
|
1285
|
+
--jkl-color-info-background-action: #4AA3F0;
|
|
1286
|
+
--jkl-color-info-background-action: light-dark(#4AA3F0, #7EBEF4);
|
|
1287
|
+
--jkl-color-info-text-default: #1B3B60;
|
|
1288
|
+
--jkl-color-info-text-default: light-dark(#1B3B60, #F5FAFF);
|
|
1289
|
+
--jkl-color-info-text-subdued: #4E6C8E;
|
|
1290
|
+
--jkl-color-info-text-subdued: light-dark(#4E6C8E, #D7E9F8);
|
|
1291
|
+
--jkl-color-info-text-on-action: #F9F9F9;
|
|
1292
|
+
--jkl-color-info-text-on-action: light-dark(#F9F9F9, #1B1917);
|
|
1293
|
+
--jkl-color-info-border-strong: #4AA3F0;
|
|
1294
|
+
--jkl-color-info-border-strong: light-dark(#4AA3F0, #7EBEF4);
|
|
1295
|
+
--jkl-color-info-border-default: #4AA3F0;
|
|
1296
|
+
--jkl-color-info-border-default: light-dark(#4AA3F0, #7EBEF4);
|
|
1297
|
+
--jkl-color-info-border-subdued: #A9A9CA;
|
|
1298
|
+
--jkl-color-info-border-subdued: light-dark(#A9A9CA, #4E6C8E);
|
|
1299
|
+
--jkl-color-error-background-page: #FDEEEE;
|
|
1300
|
+
--jkl-color-error-background-page: light-dark(#FDEEEE, #3A1C1C);
|
|
1301
|
+
--jkl-color-error-background-container: #F8D1D1;
|
|
1302
|
+
--jkl-color-error-background-container: light-dark(#F8D1D1, #5B2828);
|
|
1303
|
+
--jkl-color-error-background-action: #E84B3C;
|
|
1304
|
+
--jkl-color-error-background-action: light-dark(#E84B3C, #F27B70);
|
|
1305
|
+
--jkl-color-error-text-default: #7B1F18;
|
|
1306
|
+
--jkl-color-error-text-default: light-dark(#7B1F18, #FFF1EF);
|
|
1307
|
+
--jkl-color-error-text-subdued: #A14E46;
|
|
1308
|
+
--jkl-color-error-text-subdued: light-dark(#A14E46, #F1C8C4);
|
|
1309
|
+
--jkl-color-error-text-on-action: #F9F9F9;
|
|
1310
|
+
--jkl-color-error-text-on-action: light-dark(#F9F9F9, #1B1917);
|
|
1311
|
+
--jkl-color-error-border-strong: #E84B3C;
|
|
1312
|
+
--jkl-color-error-border-strong: light-dark(#E84B3C, #F27B70);
|
|
1313
|
+
--jkl-color-error-border-default: #E84B3C;
|
|
1314
|
+
--jkl-color-error-border-default: light-dark(#E84B3C, #F27B70);
|
|
1315
|
+
--jkl-color-error-border-subdued: #DE9E9E;
|
|
1316
|
+
--jkl-color-error-border-subdued: light-dark(#DE9E9E, #A14E46);
|
|
1317
|
+
/* stylelint-enable declaration-block-no-duplicate-custom-properties */
|
|
1132
1318
|
}
|
|
1133
1319
|
}
|
|
1134
1320
|
/**
|
|
@@ -1136,68 +1322,37 @@
|
|
|
1136
1322
|
*/
|
|
1137
1323
|
@layer jokul.theme {
|
|
1138
1324
|
@font-face {
|
|
1139
|
-
font-family: "
|
|
1325
|
+
font-family: "Inter";
|
|
1140
1326
|
font-display: fallback;
|
|
1141
1327
|
font-weight: 300;
|
|
1142
1328
|
font-style: normal;
|
|
1143
|
-
src: url("/fonts/brands/
|
|
1329
|
+
src: url("/fonts/brands/jokul/InterVariable.woff2") format("woff2");
|
|
1144
1330
|
}
|
|
1145
1331
|
@font-face {
|
|
1146
|
-
font-family: "
|
|
1332
|
+
font-family: "Inter";
|
|
1147
1333
|
font-display: fallback;
|
|
1148
1334
|
font-weight: 400;
|
|
1149
1335
|
font-style: normal;
|
|
1150
|
-
src: url("/fonts/brands/
|
|
1336
|
+
src: url("/fonts/brands/jokul/InterVariable.woff2") format("woff2");
|
|
1151
1337
|
}
|
|
1152
1338
|
@font-face {
|
|
1153
|
-
font-family: "
|
|
1339
|
+
font-family: "Inter";
|
|
1154
1340
|
font-display: fallback;
|
|
1155
1341
|
font-weight: 600;
|
|
1156
1342
|
font-style: normal;
|
|
1157
|
-
src: url("/fonts/brands/
|
|
1343
|
+
src: url("/fonts/brands/jokul/InterVariable.woff2") format("woff2");
|
|
1158
1344
|
}
|
|
1159
1345
|
@font-face {
|
|
1160
|
-
font-family: "
|
|
1346
|
+
font-family: "Inter";
|
|
1161
1347
|
font-display: fallback;
|
|
1162
1348
|
font-weight: 700;
|
|
1163
1349
|
font-style: normal;
|
|
1164
|
-
src: url("/fonts/brands/
|
|
1165
|
-
}
|
|
1166
|
-
[data-brand=eika] {
|
|
1167
|
-
--jkl-font-family-regular: "Open Sans", "Adjusted Arial Fallback", Arial, sans-serif;
|
|
1168
|
-
--jkl-font-family-display: "Open Sans", "Adjusted Arial Display Fallback", Arial, sans-serif;
|
|
1169
|
-
--jkl-font-family-mono: "Adjusted Courier New Fallback", -apple-system, BlinkMacSystemFont, monospace;
|
|
1170
|
-
}
|
|
1171
|
-
}
|
|
1172
|
-
/**
|
|
1173
|
-
* Do not edit directly, this file was auto-generated.
|
|
1174
|
-
*/
|
|
1175
|
-
@layer jokul.theme {
|
|
1176
|
-
@font-face {
|
|
1177
|
-
font-family: "SpareBank1 Sans";
|
|
1178
|
-
font-display: fallback;
|
|
1179
|
-
font-weight: 400;
|
|
1180
|
-
font-style: normal;
|
|
1181
|
-
src: url("/fonts/brands/sparebank1/SpareBank1-Regular-Web.woff2") format("woff2");
|
|
1182
|
-
}
|
|
1183
|
-
@font-face {
|
|
1184
|
-
font-family: "SpareBank1 Sans";
|
|
1185
|
-
font-display: fallback;
|
|
1186
|
-
font-weight: 500;
|
|
1187
|
-
font-style: normal;
|
|
1188
|
-
src: url("/fonts/brands/sparebank1/SpareBank1-Medium-Web.woff2") format("woff2");
|
|
1350
|
+
src: url("/fonts/brands/jokul/InterVariable.woff2") format("woff2");
|
|
1189
1351
|
}
|
|
1190
|
-
|
|
1191
|
-
font-family: "
|
|
1192
|
-
font-display:
|
|
1193
|
-
font-
|
|
1194
|
-
font-style: normal;
|
|
1195
|
-
src: url("/fonts/brands/sparebank1/SpareBank1-Title-Medium-Web.woff2") format("woff2");
|
|
1196
|
-
}
|
|
1197
|
-
[data-brand=sparebank1] {
|
|
1198
|
-
--jkl-font-family-regular: "SpareBank1 Sans", "Adjusted Arial Fallback", Arial, sans-serif;
|
|
1199
|
-
--jkl-font-family-display: "SpareBank1 Title", "Adjusted Arial Display Fallback", Arial, sans-serif;
|
|
1200
|
-
--jkl-font-family-mono: "Adjusted Courier New Fallback", -apple-system, BlinkMacSystemFont, monospace;
|
|
1352
|
+
[data-brand=jokul] {
|
|
1353
|
+
--jkl-font-family-regular: Inter, "Adjusted Arial Fallback", arial, sans-serif;
|
|
1354
|
+
--jkl-font-family-display: Inter, "Adjusted Arial Display Fallback", arial, sans-serif;
|
|
1355
|
+
--jkl-font-family-mono: monospace, -apple-system, blinkmacsystemfont;
|
|
1201
1356
|
}
|
|
1202
1357
|
}
|
|
1203
1358
|
@layer jokul.global {
|