@fremtind/jokul 5.0.0-next.4 → 5.0.0-next.6
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/README.md +4 -9
- package/build/build-stats.html +1 -1
- package/package.json +1 -1
- package/src/fonts/Fremtind-Material-Symbols.woff2 +0 -0
- package/src/fonts/InterVariable-Italic.woff2 +0 -0
- package/src/fonts/InterVariable.woff2 +0 -0
- package/styles/base.css +22 -70
- package/styles/base.min.css +1 -1
- package/styles/components/beta/nav-link/navlink.css +1 -1
- package/styles/components/beta/nav-link/navlink.min.css +1 -1
- package/styles/components/checkbox/checkbox.css +1 -1
- package/styles/components/checkbox/checkbox.min.css +1 -1
- package/styles/components/checkbox-panel/checkbox-panel.css +1 -1
- package/styles/components/checkbox-panel/checkbox-panel.min.css +1 -1
- package/styles/components/countdown/countdown.css +2 -2
- package/styles/components/countdown/countdown.min.css +1 -1
- package/styles/components/feedback/feedback.css +2 -2
- package/styles/components/feedback/feedback.min.css +1 -1
- package/styles/components/file-input/file-input.css +10 -10
- package/styles/components/file-input/file-input.min.css +1 -1
- package/styles/components/icon/_base-styles.scss +1 -1
- package/styles/components/icon/icon.css +1 -1
- package/styles/components/icon/icon.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/link/link.css +1 -1
- package/styles/components/link/link.min.css +1 -1
- package/styles/components/link-list/link-list.css +1 -1
- package/styles/components/link-list/link-list.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/radio-button/radio-button.css +1 -1
- package/styles/components/radio-button/radio-button.min.css +1 -1
- package/styles/components/search/search.css +2 -2
- package/styles/components/search/search.min.css +1 -1
- package/styles/components/search/search.scss +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.css +32 -32
- package/styles/components.min.css +1 -1
- package/styles/jkl/_typography.scss +4 -4
- package/styles/theme/_fonts.scss +20 -58
- package/styles/theme/_index.scss +1 -1
- package/styles/theme/brands/{jokul → fremtind}/_color-scheme.scss +1 -1
- package/styles/theme/brands/fremtind/_fonts.scss +30 -0
- package/build/cjs/core/tokens.cjs +0 -2
- package/build/cjs/core/tokens.cjs.map +0 -1
- package/build/cjs/core/tokens.d.cts +0 -593
- package/build/es/core/tokens.d.ts +0 -593
- package/build/es/core/tokens.js +0 -2
- package/build/es/core/tokens.js.map +0 -1
- package/styles/core/jkl/_tokens.scss +0 -59
- package/styles/core/jkl/legacy/_dynamic-colors.scss +0 -40
- package/styles/core/jkl/legacy/_tokens.scss +0 -742
- package/styles/core/theme/_color-tokens.scss +0 -73
- package/styles/core/theme/_legacy-color-tokens.scss +0 -81
- package/styles/core/theme/_legacy-tokens.scss +0 -279
- package/styles/core/theme/_spacing-tokens.scss +0 -33
- package/styles/core/theme/_tokens.scss +0 -33
- package/styles/theme/brands/jokul/_fonts.scss +0 -46
- /package/styles/theme/brands/{jokul → fremtind}/_index.scss +0 -0
|
@@ -70,11 +70,11 @@ $_valid-font-family-values: (
|
|
|
70
70
|
"Jokul",
|
|
71
71
|
"Jokul Display",
|
|
72
72
|
"Jokul Mono",
|
|
73
|
-
"Jokul
|
|
73
|
+
"Jokul Icons"
|
|
74
74
|
);
|
|
75
75
|
|
|
76
76
|
/// Hjelper sette riktig remse med fallback-fonts for Jokul, Jokul Display, og Jokul Mono.
|
|
77
|
-
/// @param {"Jokul" | "Jokul Mono" | "Jokul Display" | "Jokul
|
|
77
|
+
/// @param {"Jokul" | "Jokul Mono" | "Jokul Display" | "Jokul Icons"} $font - Regular justerer seg automatisk til italic og bold basert på font-style og font-weight. Display og Mono er adskilte fontfamilier.
|
|
78
78
|
/// @output - Ønsket fontfamilie med justert fallbackfont.
|
|
79
79
|
@mixin use-font-family($font) {
|
|
80
80
|
@if not list.index($_valid-font-family-values, $font) {
|
|
@@ -85,9 +85,9 @@ $_valid-font-family-values: (
|
|
|
85
85
|
font-family: var(--jkl-font-family-mono);
|
|
86
86
|
} @else if $font == "Jokul Display" {
|
|
87
87
|
font-family: var(--jkl-font-family-display);
|
|
88
|
-
} @else if $font == "Jokul
|
|
88
|
+
} @else if $font == "Jokul Icons" {
|
|
89
89
|
font-family:
|
|
90
|
-
"Jokul
|
|
90
|
+
"Jokul Icons", "Jokul Icons Fallback",
|
|
91
91
|
monospace;
|
|
92
92
|
} @else {
|
|
93
93
|
font-family: var(--jkl-font-family-regular);
|
package/styles/theme/_fonts.scss
CHANGED
|
@@ -11,17 +11,6 @@ $webfonts-dir: "/fonts" !default;
|
|
|
11
11
|
src: url("#{$webfonts-dir}/InterVariable.woff2") format("woff2");
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
@font-face {
|
|
15
|
-
font-family: "Adjusted Arial Fallback";
|
|
16
|
-
font-weight: 400;
|
|
17
|
-
font-style: normal;
|
|
18
|
-
src: local(arial);
|
|
19
|
-
size-adjust: 104%;
|
|
20
|
-
ascent-override: 82%;
|
|
21
|
-
descent-override: normal;
|
|
22
|
-
line-gap-override: 32%;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
14
|
@font-face {
|
|
26
15
|
font-family: Jokul;
|
|
27
16
|
font-display: fallback;
|
|
@@ -31,47 +20,44 @@ $webfonts-dir: "/fonts" !default;
|
|
|
31
20
|
}
|
|
32
21
|
|
|
33
22
|
@font-face {
|
|
34
|
-
font-family: "
|
|
35
|
-
font-
|
|
23
|
+
font-family: "Jokul Display";
|
|
24
|
+
font-display: fallback;
|
|
25
|
+
font-weight: 400;
|
|
36
26
|
font-style: normal;
|
|
37
|
-
src:
|
|
38
|
-
size-adjust: 108%;
|
|
39
|
-
ascent-override: 83%;
|
|
40
|
-
descent-override: normal;
|
|
41
|
-
line-gap-override: 28%;
|
|
27
|
+
src: url("#{$webfonts-dir}/InterVariable.woff2") format("woff2");
|
|
42
28
|
}
|
|
43
29
|
|
|
44
30
|
@font-face {
|
|
45
|
-
font-family: Jokul;
|
|
31
|
+
font-family: "Jokul Mono";
|
|
46
32
|
font-display: fallback;
|
|
47
33
|
font-weight: 400;
|
|
48
|
-
font-style:
|
|
34
|
+
font-style: normal;
|
|
49
35
|
src: url("#{$webfonts-dir}/InterVariable.woff2") format("woff2");
|
|
50
36
|
}
|
|
51
37
|
|
|
38
|
+
@font-face {
|
|
39
|
+
font-family: "Jokul Icons";
|
|
40
|
+
font-weight: 300 400;
|
|
41
|
+
font-style: normal;
|
|
42
|
+
src: url("#{$webfonts-dir}/Fremtind-Material-Symbols.woff2")
|
|
43
|
+
format("woff2");
|
|
44
|
+
}
|
|
45
|
+
|
|
52
46
|
@font-face {
|
|
53
47
|
font-family: "Adjusted Arial Fallback";
|
|
54
48
|
font-weight: 400;
|
|
55
|
-
font-style:
|
|
49
|
+
font-style: normal;
|
|
56
50
|
src: local(arial);
|
|
57
|
-
size-adjust:
|
|
58
|
-
ascent-override:
|
|
51
|
+
size-adjust: 104%;
|
|
52
|
+
ascent-override: 82%;
|
|
59
53
|
descent-override: normal;
|
|
60
|
-
line-gap-override:
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
@font-face {
|
|
64
|
-
font-family: Jokul;
|
|
65
|
-
font-display: fallback;
|
|
66
|
-
font-weight: 700;
|
|
67
|
-
font-style: italic;
|
|
68
|
-
src: url("#{$webfonts-dir}/InterVariable.woff2") format("woff2");
|
|
54
|
+
line-gap-override: 32%;
|
|
69
55
|
}
|
|
70
56
|
|
|
71
57
|
@font-face {
|
|
72
58
|
font-family: "Adjusted Arial Fallback";
|
|
73
59
|
font-weight: 700;
|
|
74
|
-
font-style:
|
|
60
|
+
font-style: normal;
|
|
75
61
|
src: local(arial);
|
|
76
62
|
size-adjust: 108%;
|
|
77
63
|
ascent-override: 83%;
|
|
@@ -79,14 +65,6 @@ $webfonts-dir: "/fonts" !default;
|
|
|
79
65
|
line-gap-override: 28%;
|
|
80
66
|
}
|
|
81
67
|
|
|
82
|
-
@font-face {
|
|
83
|
-
font-family: "Jokul Display";
|
|
84
|
-
font-display: fallback;
|
|
85
|
-
font-weight: 400;
|
|
86
|
-
font-style: normal;
|
|
87
|
-
src: url("#{$webfonts-dir}/InterVariable.woff2") format("woff2");
|
|
88
|
-
}
|
|
89
|
-
|
|
90
68
|
@font-face {
|
|
91
69
|
font-family: "Adjusted Arial Display Fallback";
|
|
92
70
|
font-weight: 400;
|
|
@@ -98,14 +76,6 @@ $webfonts-dir: "/fonts" !default;
|
|
|
98
76
|
line-gap-override: 40%;
|
|
99
77
|
}
|
|
100
78
|
|
|
101
|
-
@font-face {
|
|
102
|
-
font-family: "Jokul Mono";
|
|
103
|
-
font-display: fallback;
|
|
104
|
-
font-weight: 400;
|
|
105
|
-
font-style: normal;
|
|
106
|
-
src: url("#{$webfonts-dir}/InterVariable.woff2") format("woff2");
|
|
107
|
-
}
|
|
108
|
-
|
|
109
79
|
@font-face {
|
|
110
80
|
font-family: "Adjusted Courier New Fallback";
|
|
111
81
|
font-weight: 400;
|
|
@@ -118,15 +88,7 @@ $webfonts-dir: "/fonts" !default;
|
|
|
118
88
|
}
|
|
119
89
|
|
|
120
90
|
@font-face {
|
|
121
|
-
font-family: "Jokul
|
|
122
|
-
font-weight: 300 400;
|
|
123
|
-
font-style: normal;
|
|
124
|
-
src: url("#{$webfonts-dir}/Fremtind-Material-Symbols.woff2")
|
|
125
|
-
format("woff2");
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
@font-face {
|
|
129
|
-
font-family: "Jokul Material Symbols Fallback";
|
|
91
|
+
font-family: "Jokul Icons Fallback";
|
|
130
92
|
src: local(courier new);
|
|
131
93
|
font-weight: 300 400;
|
|
132
94
|
font-style: normal;
|
package/styles/theme/_index.scss
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
@layer jokul.theme {
|
|
7
|
-
[data-brand="
|
|
7
|
+
[data-brand="fremtind"] {
|
|
8
8
|
/* stylelint-disable declaration-block-no-duplicate-custom-properties -- fallback and light-dark() declarations are intentionally paired. */
|
|
9
9
|
--jkl-color-neutral-background-page: #F4F2EF;
|
|
10
10
|
--jkl-color-neutral-background-page: light-dark(#F4F2EF, #1B1917);
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
$webfonts-dir-fremtind: "/fonts/brands/fremtind" !default;
|
|
7
|
+
|
|
8
|
+
@layer jokul.theme {
|
|
9
|
+
@font-face {
|
|
10
|
+
font-family: "Inter";
|
|
11
|
+
font-display: fallback;
|
|
12
|
+
font-weight: 400;
|
|
13
|
+
font-style: normal;
|
|
14
|
+
src: url("#{$webfonts-dir-fremtind}/InterVariable.woff2") format("woff2");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@font-face {
|
|
18
|
+
font-family: "Inter";
|
|
19
|
+
font-display: fallback;
|
|
20
|
+
font-weight: 700;
|
|
21
|
+
font-style: normal;
|
|
22
|
+
src: url("#{$webfonts-dir-fremtind}/InterVariable.woff2") format("woff2");
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
[data-brand="fremtind"] {
|
|
26
|
+
--jkl-font-family-regular: Inter, 'Adjusted Arial Fallback', arial, sans-serif;
|
|
27
|
+
--jkl-font-family-display: Inter, 'Adjusted Arial Display Fallback', arial, sans-serif;
|
|
28
|
+
--jkl-font-family-mono: monospace, -apple-system, blinkmacsystemfont;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";module.exports={border:{width:{1:"0.0625rem",2:"0.125rem",3:"0.1875rem"},radius:{none:"0",xs:"0.25rem",s:"0.5rem",m:"0.75rem",l:"1rem",full:"9999px"}},breakpoint:{small:"0",medium:"680px",large:"1200px",xl:"1600px"},color:{brand:{snohvit:"#F9F9F9",varde:"#E0DBD4",granitt:"#1B1917",hvit:"#FFFFFF",svart:"#000000",skifer:"#313030",fjellgra:"#444141",stein:"#636060",svaberg:"#C8C5C3",dis:"#ECE9E5",sand:"#F4F2EF"},functional:{info:"#D3D3F6",infoDark:"#A9A9CA",success:"#ACD3B5",successDark:"#94B79B",warning:"#EFDD9E",warningDark:"#DECC8D",error:"#F6B3B3",errorDark:"#DE9E9E"},background:{page:{light:"#F4F2EF",dark:"#1B1917"},pageVariant:{light:"#F9F9F9",dark:"#1B1917"},container:{light:"#F9F9F9",dark:"#313030"},containerLow:{light:"#ECE9E5",dark:"#000000"},containerHigh:{light:"#FFFFFF",dark:"#313030"},containerInverted:{light:"#1B1917",dark:"#F9F9F9"},containerSubdued:{light:"#C8C5C3",dark:"#636060"},input:{base:{light:"transparent",dark:"transparent"},focus:{light:"#FFFFFF",dark:"#313030"}},action:{light:"#1B1917",dark:"#F9F9F9"},interactive:{light:"transparent",dark:"transparent"},interactiveHover:{light:"#ECE9E5",dark:"#444141"},interactiveSelected:{light:"#E0DBD4",dark:"#636060"},alert:{neutral:{light:"#E0DBD4",dark:"#E0DBD4"},info:{light:"#D3D3F6",dark:"#A9A9CA"},success:{light:"#ACD3B5",dark:"#94B79B"},warning:{light:"#EFDD9E",dark:"#DECC8D"},error:{light:"#F6B3B3",dark:"#DE9E9E"}}},text:{default:{light:"#1B1917",dark:"#F9F9F9"},subdued:{light:"#636060",dark:"#C8C5C3"},inverted:{light:"#F9F9F9",dark:"#1B1917"},onAction:{light:"#F9F9F9",dark:"#1B1917"},interactive:{light:"#1B1917",dark:"#F9F9F9"},interactiveHover:{light:"#636060",dark:"#C8C5C3"},onAlert:{light:"#1B1917",dark:"#1B1917"},onAlertSubdued:{light:"#444141",dark:"#444141"}},border:{action:{light:"#1B1917",dark:"#F9F9F9"},input:{light:"#636060",dark:"#C8C5C3"},inputFocus:{light:"#1B1917",dark:"#F9F9F9"},separator:{light:"#C8C5C3",dark:"#636060"},separatorStrong:{light:"#636060",dark:"#C8C5C3"},separatorHover:{light:"#1B1917",dark:"#F9F9F9"},subdued:{light:"#C8C5C3",dark:"#636060"}}},motion:{timing:{energetic:"75ms",snappy:"100ms",productive:"150ms",expressive:"250ms",lazy:"400ms"},easing:{standard:"ease",entrance:"ease-out",exit:"ease-in",easeInBounceOut:"cubic-bezier(0, 0, 0.375, 1.17)",focus:"cubic-bezier(0.6, 0.2, 0.35, 1)"}},spacing:{0:"0rem",2:"0.125rem",4:"0.25rem",8:"0.5rem",12:"0.75rem",16:"1rem",24:"1.5rem",32:"2rem",40:"2.5rem",64:"4rem",104:"6.5rem",168:"10.5rem"},semanticSpacing:{none:"0","2xs":"0.25rem",xs:"0.5rem",s:"1rem",m:"1.5rem",l:"2.5rem",xl:"4rem","2xl":"6.5rem"},icon:{weight:{normal:"300",bold:"400"}},typography:{weight:{normal:"400",bold:"700"},font:{weight:{normal:"400",bold:"700"},size:{1:"var(--jkl-font-size-1)",2:"var(--jkl-font-size-2)",3:"var(--jkl-font-size-3)",4:"var(--jkl-font-size-4)",5:"var(--jkl-font-size-5)",6:"var(--jkl-font-size-6)",7:"var(--jkl-font-size-7)",8:"var(--jkl-font-size-8)",9:"var(--jkl-font-size-9)",10:"var(--jkl-font-size-10)",16:"1rem",18:"1.125rem",20:"1.25rem",21:"1.3125rem",23:"1.4375rem",25:"1.5625rem",26:"1.625rem",28:"1.75rem",30:"1.875rem",36:"2.25rem",44:"2.75rem",56:"3.5rem"}},line:{height:{24:"1.5rem",28:"1.75rem",32:"2rem",36:"2.25rem",40:"2.5rem",44:"2.75rem",52:"3.25rem",64:"4rem",flush:"var(--jkl-line-height-flush)",tight:"var(--jkl-line-height-tight)",relaxed:"var(--jkl-line-height-relaxed)"}},style:{title:{small:{fontSize:"var(--jkl-font-size-8)",lineHeight:"var(--jkl-line-height-tight)",fontWeight:"400"},base:{fontSize:"var(--jkl-font-size-8)",lineHeight:"var(--jkl-line-height-tight)",fontWeight:"400"}},titleSmall:{small:{fontSize:"var(--jkl-font-size-7)",lineHeight:"var(--jkl-line-height-tight)",fontWeight:"400"},base:{fontSize:"var(--jkl-font-size-7)",lineHeight:"var(--jkl-line-height-tight)",fontWeight:"400"}},heading_1:{small:{fontSize:"var(--jkl-font-size-8)",lineHeight:"var(--jkl-line-height-tight)",fontWeight:"400"},base:{fontSize:"var(--jkl-font-size-8)",lineHeight:"var(--jkl-line-height-tight)",fontWeight:"400"}},heading_2:{small:{fontSize:"var(--jkl-font-size-7)",lineHeight:"var(--jkl-line-height-tight)",fontWeight:"400"},base:{fontSize:"var(--jkl-font-size-7)",lineHeight:"var(--jkl-line-height-tight)",fontWeight:"400"}},heading_3:{small:{fontSize:"var(--jkl-font-size-6)",lineHeight:"var(--jkl-line-height-tight)",fontWeight:"700"},base:{fontSize:"var(--jkl-font-size-6)",lineHeight:"var(--jkl-line-height-tight)",fontWeight:"700"}},heading_4:{small:{fontSize:"var(--jkl-font-size-5)",lineHeight:"var(--jkl-line-height-tight)",fontWeight:"700"},base:{fontSize:"var(--jkl-font-size-5)",lineHeight:"var(--jkl-line-height-tight)",fontWeight:"700"}},heading_5:{small:{fontSize:"var(--jkl-font-size-4)",lineHeight:"var(--jkl-line-height-tight)",fontWeight:"700"},base:{fontSize:"var(--jkl-font-size-4)",lineHeight:"var(--jkl-line-height-tight)",fontWeight:"700"}},paragraphLarge:{small:{fontSize:"var(--jkl-font-size-5)",lineHeight:"var(--jkl-line-height-relaxed)",fontWeight:"400"},base:{fontSize:"var(--jkl-font-size-5)",lineHeight:"var(--jkl-line-height-relaxed)",fontWeight:"400"}},paragraphMedium:{small:{fontSize:"var(--jkl-font-size-3)",lineHeight:"var(--jkl-line-height-relaxed)",fontWeight:"400"},base:{fontSize:"var(--jkl-font-size-3)",lineHeight:"var(--jkl-line-height-relaxed)",fontWeight:"400"}},paragraphSmall:{small:{fontSize:"var(--jkl-font-size-2)",lineHeight:"var(--jkl-line-height-relaxed)",fontWeight:"400"},base:{fontSize:"var(--jkl-font-size-2)",lineHeight:"var(--jkl-line-height-relaxed)",fontWeight:"400"}},textLarge:{small:{fontSize:"var(--jkl-font-size-5)",lineHeight:"var(--jkl-line-height-tight)",fontWeight:"400"},base:{fontSize:"var(--jkl-font-size-5)",lineHeight:"var(--jkl-line-height-tight)",fontWeight:"400"}},textMedium:{small:{fontSize:"var(--jkl-font-size-3)",lineHeight:"var(--jkl-line-height-tight)",fontWeight:"400"},base:{fontSize:"var(--jkl-font-size-3)",lineHeight:"var(--jkl-line-height-tight)",fontWeight:"400"}},textSmall:{small:{fontSize:"var(--jkl-font-size-2)",lineHeight:"var(--jkl-line-height-tight)",fontWeight:"400"},base:{fontSize:"var(--jkl-font-size-2)",lineHeight:"var(--jkl-line-height-tight)",fontWeight:"400"}},textMicro:{small:{fontSize:"var(--jkl-font-size-1)",lineHeight:"var(--jkl-line-height-tight)",fontWeight:"400"},base:{fontSize:"var(--jkl-font-size-1)",lineHeight:"var(--jkl-line-height-tight)",fontWeight:"400"}},body:{small:{fontSize:"1.125rem",lineHeight:"1.75rem",fontWeight:"400"},base:{fontSize:"1.25rem",lineHeight:"2rem",fontWeight:"400"}},small:{small:{fontSize:"1rem",lineHeight:"1.5rem",fontWeight:"400"},base:{fontSize:"1rem",lineHeight:"1.5rem",fontWeight:"400"}}},title:{small:{fontSize:"2.25rem",lineHeight:"2.75rem",fontWeight:"400"},base:{fontSize:"3.5rem",lineHeight:"4rem",fontWeight:"400"}},titleSmall:{small:{fontSize:"1.875rem",lineHeight:"2.25rem",fontWeight:"400"},base:{fontSize:"2.75rem",lineHeight:"3.25rem",fontWeight:"400"}},heading_1:{small:{fontSize:"1.625rem",lineHeight:"2rem",fontWeight:"400"},base:{fontSize:"2.25rem",lineHeight:"2.75rem",fontWeight:"400"}},heading_2:{small:{fontSize:"1.4375rem",lineHeight:"2rem",fontWeight:"400"},base:{fontSize:"1.75rem",lineHeight:"2.5rem",fontWeight:"400"}},heading_3:{small:{fontSize:"1.3125rem",lineHeight:"1.75rem",fontWeight:"700"},base:{fontSize:"1.5625rem",lineHeight:"2rem",fontWeight:"700"}},heading_4:{small:{fontSize:"1.125rem",lineHeight:"1.5rem",fontWeight:"700"},base:{fontSize:"1.3125rem",lineHeight:"1.75rem",fontWeight:"700"}},heading_5:{small:{fontSize:"1rem",lineHeight:"1.5rem",fontWeight:"700"},base:{fontSize:"1rem",lineHeight:"1.5rem",fontWeight:"700"}},body:{small:{fontSize:"1.125rem",lineHeight:"1.75rem",fontWeight:"400"},base:{fontSize:"1.25rem",lineHeight:"2rem",fontWeight:"400"}},small:{small:{fontSize:"1rem",lineHeight:"1.5rem",fontWeight:"400"},base:{fontSize:"1rem",lineHeight:"1.5rem",fontWeight:"400"}}}};
|
|
2
|
-
//# sourceMappingURL=tokens.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tokens.cjs","sources":["../../../src/core/tokens.ts"],"sourcesContent":["/**\n * Do not edit directly, this file was auto-generated.\n */\n\nexport default {\"border\":{\"width\":{\"1\":\"0.0625rem\",\"2\":\"0.125rem\",\"3\":\"0.1875rem\"},\"radius\":{\"none\":\"0\",\"xs\":\"0.25rem\",\"s\":\"0.5rem\",\"m\":\"0.75rem\",\"l\":\"1rem\",\"full\":\"9999px\"}},\"breakpoint\":{\"small\":\"0\",\"medium\":\"680px\",\"large\":\"1200px\",\"xl\":\"1600px\"},\"color\":{\"brand\":{\"snohvit\":\"#F9F9F9\",\"varde\":\"#E0DBD4\",\"granitt\":\"#1B1917\",\"hvit\":\"#FFFFFF\",\"svart\":\"#000000\",\"skifer\":\"#313030\",\"fjellgra\":\"#444141\",\"stein\":\"#636060\",\"svaberg\":\"#C8C5C3\",\"dis\":\"#ECE9E5\",\"sand\":\"#F4F2EF\"},\"functional\":{\"info\":\"#D3D3F6\",\"infoDark\":\"#A9A9CA\",\"success\":\"#ACD3B5\",\"successDark\":\"#94B79B\",\"warning\":\"#EFDD9E\",\"warningDark\":\"#DECC8D\",\"error\":\"#F6B3B3\",\"errorDark\":\"#DE9E9E\"},\"background\":{\"page\":{\"light\":\"#F4F2EF\",\"dark\":\"#1B1917\"},\"pageVariant\":{\"light\":\"#F9F9F9\",\"dark\":\"#1B1917\"},\"container\":{\"light\":\"#F9F9F9\",\"dark\":\"#313030\"},\"containerLow\":{\"light\":\"#ECE9E5\",\"dark\":\"#000000\"},\"containerHigh\":{\"light\":\"#FFFFFF\",\"dark\":\"#313030\"},\"containerInverted\":{\"light\":\"#1B1917\",\"dark\":\"#F9F9F9\"},\"containerSubdued\":{\"light\":\"#C8C5C3\",\"dark\":\"#636060\"},\"input\":{\"base\":{\"light\":\"transparent\",\"dark\":\"transparent\"},\"focus\":{\"light\":\"#FFFFFF\",\"dark\":\"#313030\"}},\"action\":{\"light\":\"#1B1917\",\"dark\":\"#F9F9F9\"},\"interactive\":{\"light\":\"transparent\",\"dark\":\"transparent\"},\"interactiveHover\":{\"light\":\"#ECE9E5\",\"dark\":\"#444141\"},\"interactiveSelected\":{\"light\":\"#E0DBD4\",\"dark\":\"#636060\"},\"alert\":{\"neutral\":{\"light\":\"#E0DBD4\",\"dark\":\"#E0DBD4\"},\"info\":{\"light\":\"#D3D3F6\",\"dark\":\"#A9A9CA\"},\"success\":{\"light\":\"#ACD3B5\",\"dark\":\"#94B79B\"},\"warning\":{\"light\":\"#EFDD9E\",\"dark\":\"#DECC8D\"},\"error\":{\"light\":\"#F6B3B3\",\"dark\":\"#DE9E9E\"}}},\"text\":{\"default\":{\"light\":\"#1B1917\",\"dark\":\"#F9F9F9\"},\"subdued\":{\"light\":\"#636060\",\"dark\":\"#C8C5C3\"},\"inverted\":{\"light\":\"#F9F9F9\",\"dark\":\"#1B1917\"},\"onAction\":{\"light\":\"#F9F9F9\",\"dark\":\"#1B1917\"},\"interactive\":{\"light\":\"#1B1917\",\"dark\":\"#F9F9F9\"},\"interactiveHover\":{\"light\":\"#636060\",\"dark\":\"#C8C5C3\"},\"onAlert\":{\"light\":\"#1B1917\",\"dark\":\"#1B1917\"},\"onAlertSubdued\":{\"light\":\"#444141\",\"dark\":\"#444141\"}},\"border\":{\"action\":{\"light\":\"#1B1917\",\"dark\":\"#F9F9F9\"},\"input\":{\"light\":\"#636060\",\"dark\":\"#C8C5C3\"},\"inputFocus\":{\"light\":\"#1B1917\",\"dark\":\"#F9F9F9\"},\"separator\":{\"light\":\"#C8C5C3\",\"dark\":\"#636060\"},\"separatorStrong\":{\"light\":\"#636060\",\"dark\":\"#C8C5C3\"},\"separatorHover\":{\"light\":\"#1B1917\",\"dark\":\"#F9F9F9\"},\"subdued\":{\"light\":\"#C8C5C3\",\"dark\":\"#636060\"}}},\"motion\":{\"timing\":{\"energetic\":\"75ms\",\"snappy\":\"100ms\",\"productive\":\"150ms\",\"expressive\":\"250ms\",\"lazy\":\"400ms\"},\"easing\":{\"standard\":\"ease\",\"entrance\":\"ease-out\",\"exit\":\"ease-in\",\"easeInBounceOut\":\"cubic-bezier(0, 0, 0.375, 1.17)\",\"focus\":\"cubic-bezier(0.6, 0.2, 0.35, 1)\"}},\"spacing\":{\"0\":\"0rem\",\"2\":\"0.125rem\",\"4\":\"0.25rem\",\"8\":\"0.5rem\",\"12\":\"0.75rem\",\"16\":\"1rem\",\"24\":\"1.5rem\",\"32\":\"2rem\",\"40\":\"2.5rem\",\"64\":\"4rem\",\"104\":\"6.5rem\",\"168\":\"10.5rem\"},\"semanticSpacing\":{\"none\":\"0\",\"2xs\":\"0.25rem\",\"xs\":\"0.5rem\",\"s\":\"1rem\",\"m\":\"1.5rem\",\"l\":\"2.5rem\",\"xl\":\"4rem\",\"2xl\":\"6.5rem\"},\"icon\":{\"weight\":{\"normal\":\"300\",\"bold\":\"400\"}},\"typography\":{\"weight\":{\"normal\":\"400\",\"bold\":\"700\"},\"font\":{\"weight\":{\"normal\":\"400\",\"bold\":\"700\"},\"size\":{\"1\":\"var(--jkl-font-size-1)\",\"2\":\"var(--jkl-font-size-2)\",\"3\":\"var(--jkl-font-size-3)\",\"4\":\"var(--jkl-font-size-4)\",\"5\":\"var(--jkl-font-size-5)\",\"6\":\"var(--jkl-font-size-6)\",\"7\":\"var(--jkl-font-size-7)\",\"8\":\"var(--jkl-font-size-8)\",\"9\":\"var(--jkl-font-size-9)\",\"10\":\"var(--jkl-font-size-10)\",\"16\":\"1rem\",\"18\":\"1.125rem\",\"20\":\"1.25rem\",\"21\":\"1.3125rem\",\"23\":\"1.4375rem\",\"25\":\"1.5625rem\",\"26\":\"1.625rem\",\"28\":\"1.75rem\",\"30\":\"1.875rem\",\"36\":\"2.25rem\",\"44\":\"2.75rem\",\"56\":\"3.5rem\"}},\"line\":{\"height\":{\"24\":\"1.5rem\",\"28\":\"1.75rem\",\"32\":\"2rem\",\"36\":\"2.25rem\",\"40\":\"2.5rem\",\"44\":\"2.75rem\",\"52\":\"3.25rem\",\"64\":\"4rem\",\"flush\":\"var(--jkl-line-height-flush)\",\"tight\":\"var(--jkl-line-height-tight)\",\"relaxed\":\"var(--jkl-line-height-relaxed)\"}},\"style\":{\"title\":{\"small\":{\"fontSize\":\"var(--jkl-font-size-8)\",\"lineHeight\":\"var(--jkl-line-height-tight)\",\"fontWeight\":\"400\"},\"base\":{\"fontSize\":\"var(--jkl-font-size-8)\",\"lineHeight\":\"var(--jkl-line-height-tight)\",\"fontWeight\":\"400\"}},\"titleSmall\":{\"small\":{\"fontSize\":\"var(--jkl-font-size-7)\",\"lineHeight\":\"var(--jkl-line-height-tight)\",\"fontWeight\":\"400\"},\"base\":{\"fontSize\":\"var(--jkl-font-size-7)\",\"lineHeight\":\"var(--jkl-line-height-tight)\",\"fontWeight\":\"400\"}},\"heading_1\":{\"small\":{\"fontSize\":\"var(--jkl-font-size-8)\",\"lineHeight\":\"var(--jkl-line-height-tight)\",\"fontWeight\":\"400\"},\"base\":{\"fontSize\":\"var(--jkl-font-size-8)\",\"lineHeight\":\"var(--jkl-line-height-tight)\",\"fontWeight\":\"400\"}},\"heading_2\":{\"small\":{\"fontSize\":\"var(--jkl-font-size-7)\",\"lineHeight\":\"var(--jkl-line-height-tight)\",\"fontWeight\":\"400\"},\"base\":{\"fontSize\":\"var(--jkl-font-size-7)\",\"lineHeight\":\"var(--jkl-line-height-tight)\",\"fontWeight\":\"400\"}},\"heading_3\":{\"small\":{\"fontSize\":\"var(--jkl-font-size-6)\",\"lineHeight\":\"var(--jkl-line-height-tight)\",\"fontWeight\":\"700\"},\"base\":{\"fontSize\":\"var(--jkl-font-size-6)\",\"lineHeight\":\"var(--jkl-line-height-tight)\",\"fontWeight\":\"700\"}},\"heading_4\":{\"small\":{\"fontSize\":\"var(--jkl-font-size-5)\",\"lineHeight\":\"var(--jkl-line-height-tight)\",\"fontWeight\":\"700\"},\"base\":{\"fontSize\":\"var(--jkl-font-size-5)\",\"lineHeight\":\"var(--jkl-line-height-tight)\",\"fontWeight\":\"700\"}},\"heading_5\":{\"small\":{\"fontSize\":\"var(--jkl-font-size-4)\",\"lineHeight\":\"var(--jkl-line-height-tight)\",\"fontWeight\":\"700\"},\"base\":{\"fontSize\":\"var(--jkl-font-size-4)\",\"lineHeight\":\"var(--jkl-line-height-tight)\",\"fontWeight\":\"700\"}},\"paragraphLarge\":{\"small\":{\"fontSize\":\"var(--jkl-font-size-5)\",\"lineHeight\":\"var(--jkl-line-height-relaxed)\",\"fontWeight\":\"400\"},\"base\":{\"fontSize\":\"var(--jkl-font-size-5)\",\"lineHeight\":\"var(--jkl-line-height-relaxed)\",\"fontWeight\":\"400\"}},\"paragraphMedium\":{\"small\":{\"fontSize\":\"var(--jkl-font-size-3)\",\"lineHeight\":\"var(--jkl-line-height-relaxed)\",\"fontWeight\":\"400\"},\"base\":{\"fontSize\":\"var(--jkl-font-size-3)\",\"lineHeight\":\"var(--jkl-line-height-relaxed)\",\"fontWeight\":\"400\"}},\"paragraphSmall\":{\"small\":{\"fontSize\":\"var(--jkl-font-size-2)\",\"lineHeight\":\"var(--jkl-line-height-relaxed)\",\"fontWeight\":\"400\"},\"base\":{\"fontSize\":\"var(--jkl-font-size-2)\",\"lineHeight\":\"var(--jkl-line-height-relaxed)\",\"fontWeight\":\"400\"}},\"textLarge\":{\"small\":{\"fontSize\":\"var(--jkl-font-size-5)\",\"lineHeight\":\"var(--jkl-line-height-tight)\",\"fontWeight\":\"400\"},\"base\":{\"fontSize\":\"var(--jkl-font-size-5)\",\"lineHeight\":\"var(--jkl-line-height-tight)\",\"fontWeight\":\"400\"}},\"textMedium\":{\"small\":{\"fontSize\":\"var(--jkl-font-size-3)\",\"lineHeight\":\"var(--jkl-line-height-tight)\",\"fontWeight\":\"400\"},\"base\":{\"fontSize\":\"var(--jkl-font-size-3)\",\"lineHeight\":\"var(--jkl-line-height-tight)\",\"fontWeight\":\"400\"}},\"textSmall\":{\"small\":{\"fontSize\":\"var(--jkl-font-size-2)\",\"lineHeight\":\"var(--jkl-line-height-tight)\",\"fontWeight\":\"400\"},\"base\":{\"fontSize\":\"var(--jkl-font-size-2)\",\"lineHeight\":\"var(--jkl-line-height-tight)\",\"fontWeight\":\"400\"}},\"textMicro\":{\"small\":{\"fontSize\":\"var(--jkl-font-size-1)\",\"lineHeight\":\"var(--jkl-line-height-tight)\",\"fontWeight\":\"400\"},\"base\":{\"fontSize\":\"var(--jkl-font-size-1)\",\"lineHeight\":\"var(--jkl-line-height-tight)\",\"fontWeight\":\"400\"}},\"body\":{\"small\":{\"fontSize\":\"1.125rem\",\"lineHeight\":\"1.75rem\",\"fontWeight\":\"400\"},\"base\":{\"fontSize\":\"1.25rem\",\"lineHeight\":\"2rem\",\"fontWeight\":\"400\"}},\"small\":{\"small\":{\"fontSize\":\"1rem\",\"lineHeight\":\"1.5rem\",\"fontWeight\":\"400\"},\"base\":{\"fontSize\":\"1rem\",\"lineHeight\":\"1.5rem\",\"fontWeight\":\"400\"}}},\"title\":{\"small\":{\"fontSize\":\"2.25rem\",\"lineHeight\":\"2.75rem\",\"fontWeight\":\"400\"},\"base\":{\"fontSize\":\"3.5rem\",\"lineHeight\":\"4rem\",\"fontWeight\":\"400\"}},\"titleSmall\":{\"small\":{\"fontSize\":\"1.875rem\",\"lineHeight\":\"2.25rem\",\"fontWeight\":\"400\"},\"base\":{\"fontSize\":\"2.75rem\",\"lineHeight\":\"3.25rem\",\"fontWeight\":\"400\"}},\"heading_1\":{\"small\":{\"fontSize\":\"1.625rem\",\"lineHeight\":\"2rem\",\"fontWeight\":\"400\"},\"base\":{\"fontSize\":\"2.25rem\",\"lineHeight\":\"2.75rem\",\"fontWeight\":\"400\"}},\"heading_2\":{\"small\":{\"fontSize\":\"1.4375rem\",\"lineHeight\":\"2rem\",\"fontWeight\":\"400\"},\"base\":{\"fontSize\":\"1.75rem\",\"lineHeight\":\"2.5rem\",\"fontWeight\":\"400\"}},\"heading_3\":{\"small\":{\"fontSize\":\"1.3125rem\",\"lineHeight\":\"1.75rem\",\"fontWeight\":\"700\"},\"base\":{\"fontSize\":\"1.5625rem\",\"lineHeight\":\"2rem\",\"fontWeight\":\"700\"}},\"heading_4\":{\"small\":{\"fontSize\":\"1.125rem\",\"lineHeight\":\"1.5rem\",\"fontWeight\":\"700\"},\"base\":{\"fontSize\":\"1.3125rem\",\"lineHeight\":\"1.75rem\",\"fontWeight\":\"700\"}},\"heading_5\":{\"small\":{\"fontSize\":\"1rem\",\"lineHeight\":\"1.5rem\",\"fontWeight\":\"700\"},\"base\":{\"fontSize\":\"1rem\",\"lineHeight\":\"1.5rem\",\"fontWeight\":\"700\"}},\"body\":{\"small\":{\"fontSize\":\"1.125rem\",\"lineHeight\":\"1.75rem\",\"fontWeight\":\"400\"},\"base\":{\"fontSize\":\"1.25rem\",\"lineHeight\":\"2rem\",\"fontWeight\":\"400\"}},\"small\":{\"small\":{\"fontSize\":\"1rem\",\"lineHeight\":\"1.5rem\",\"fontWeight\":\"400\"},\"base\":{\"fontSize\":\"1rem\",\"lineHeight\":\"1.5rem\",\"fontWeight\":\"400\"}}}};\n"],"names":["border","width","radius","none","xs","s","m","l","full","breakpoint","small","medium","large","xl","color","brand","snohvit","varde","granitt","hvit","svart","skifer","fjellgra","stein","svaberg","dis","sand","functional","info","infoDark","success","successDark","warning","warningDark","error","errorDark","background","page","light","dark","pageVariant","container","containerLow","containerHigh","containerInverted","containerSubdued","input","base","focus","action","interactive","interactiveHover","interactiveSelected","alert","neutral","text","default","subdued","inverted","onAction","onAlert","onAlertSubdued","inputFocus","separator","separatorStrong","separatorHover","motion","timing","energetic","snappy","productive","expressive","lazy","easing","standard","entrance","exit","easeInBounceOut","spacing","semanticSpacing","icon","weight","normal","bold","typography","font","size","line","height","flush","tight","relaxed","style","title","fontSize","lineHeight","fontWeight","titleSmall","heading_1","heading_2","heading_3","heading_4","heading_5","paragraphLarge","paragraphMedium","paragraphSmall","textLarge","textMedium","textSmall","textMicro","body"],"mappings":"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"}
|