@equinor/eds-tokens 2.0.1 → 2.1.1
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 +10 -10
- package/build/css/index-variables.css +83 -1
- package/build/css/spacing/comfortable.css +99 -99
- package/build/css/spacing/container-space.css +8 -0
- package/build/css/spacing/generic-gap-horizontal-2xl.css +7 -0
- package/build/css/spacing/generic-gap-horizontal-2xs.css +7 -0
- package/build/css/spacing/generic-gap-horizontal-3xl.css +7 -0
- package/build/css/spacing/generic-gap-horizontal-3xs.css +7 -0
- package/build/css/spacing/generic-gap-horizontal-4xs.css +7 -0
- package/build/css/spacing/generic-gap-horizontal-lg.css +7 -0
- package/build/css/spacing/generic-gap-horizontal-md.css +7 -0
- package/build/css/spacing/generic-gap-horizontal-none.css +7 -0
- package/build/css/spacing/generic-gap-horizontal-sm.css +7 -0
- package/build/css/spacing/generic-gap-horizontal-xl.css +7 -0
- package/build/css/spacing/generic-gap-horizontal-xs.css +7 -0
- package/build/css/spacing/generic-gap-vertical-2xl.css +7 -0
- package/build/css/spacing/generic-gap-vertical-2xs.css +7 -0
- package/build/css/spacing/generic-gap-vertical-3xl.css +7 -0
- package/build/css/spacing/generic-gap-vertical-3xs.css +7 -0
- package/build/css/spacing/generic-gap-vertical-4xs.css +7 -0
- package/build/css/spacing/generic-gap-vertical-lg.css +7 -0
- package/build/css/spacing/generic-gap-vertical-md.css +7 -0
- package/build/css/spacing/generic-gap-vertical-none.css +7 -0
- package/build/css/spacing/generic-gap-vertical-sm.css +7 -0
- package/build/css/spacing/generic-gap-vertical-xl.css +7 -0
- package/build/css/spacing/generic-gap-vertical-xs.css +7 -0
- package/build/css/spacing/generic-space-horizontal-2xl.css +7 -0
- package/build/css/spacing/generic-space-horizontal-2xs.css +7 -0
- package/build/css/spacing/generic-space-horizontal-3xl.css +7 -0
- package/build/css/spacing/generic-space-horizontal-3xs.css +7 -0
- package/build/css/spacing/generic-space-horizontal-4xs.css +7 -0
- package/build/css/spacing/generic-space-horizontal-lg.css +7 -0
- package/build/css/spacing/generic-space-horizontal-md.css +7 -0
- package/build/css/spacing/generic-space-horizontal-none.css +7 -0
- package/build/css/spacing/generic-space-horizontal-sm.css +7 -0
- package/build/css/spacing/generic-space-horizontal-xl.css +7 -0
- package/build/css/spacing/generic-space-horizontal-xs.css +7 -0
- package/build/css/spacing/generic-space-vertical-2xl.css +7 -0
- package/build/css/spacing/generic-space-vertical-2xs.css +7 -0
- package/build/css/spacing/generic-space-vertical-3xl.css +7 -0
- package/build/css/spacing/generic-space-vertical-3xs.css +7 -0
- package/build/css/spacing/generic-space-vertical-4xs.css +7 -0
- package/build/css/spacing/generic-space-vertical-lg.css +7 -0
- package/build/css/spacing/generic-space-vertical-md.css +7 -0
- package/build/css/spacing/generic-space-vertical-none.css +7 -0
- package/build/css/spacing/generic-space-vertical-sm.css +7 -0
- package/build/css/spacing/generic-space-vertical-xl.css +7 -0
- package/build/css/spacing/generic-space-vertical-xs.css +7 -0
- package/build/css/spacing/page-space.css +8 -0
- package/build/css/spacing/selectable-space-lg.css +2 -2
- package/build/css/spacing/selectable-space-md.css +2 -2
- package/build/css/spacing/selectable-space-sm.css +2 -2
- package/build/css/spacing/selectable-space-xl.css +2 -2
- package/build/css/spacing/selectable-space-xs.css +3 -3
- package/build/css/spacing/semantic-spacing-gap.css +12 -0
- package/build/css/spacing/space-proportions-squared.css +11 -11
- package/build/css/spacing/space-proportions-squished.css +10 -10
- package/build/css/spacing/space-proportions-stretched.css +10 -10
- package/build/css/spacing/spacious.css +99 -99
- package/build/css/typography/font-family-header.css +97 -0
- package/build/css/typography/font-family-ui.css +97 -0
- package/build/css/typography/font-size-2xl.css +18 -0
- package/build/css/typography/font-size-3xl.css +18 -0
- package/build/css/typography/font-size-4xl.css +18 -0
- package/build/css/typography/font-size-5xl.css +18 -0
- package/build/css/typography/font-size-6xl.css +18 -0
- package/build/css/typography/font-size-lg.css +18 -0
- package/build/css/typography/font-size-md.css +18 -0
- package/build/css/typography/font-size-sm.css +18 -0
- package/build/css/typography/font-size-xl.css +18 -0
- package/build/css/typography/font-size-xs.css +18 -0
- package/build/css/typography/font-weight-bolder.css +7 -0
- package/build/css/typography/font-weight-lighter.css +7 -0
- package/build/css/typography/font-weight-normal.css +7 -0
- package/build/css/typography/line-height-default.css +7 -0
- package/build/css/typography/line-height-squished.css +7 -0
- package/build/css/typography/tracking-loose.css +7 -0
- package/build/css/typography/tracking-normal.css +7 -0
- package/build/css/typography/tracking-tight.css +7 -0
- package/build/css/typography/tracking-wide.css +7 -0
- package/build/css/typography.css +1 -412
- package/build/css/variables.css +769 -546
- package/build/css/variables.min.css +1 -1
- package/build/js/spacing/comfortable.d.ts +103 -103
- package/build/js/spacing/comfortable.js +103 -103
- package/build/js/spacing/spacious.d.ts +103 -103
- package/build/js/spacing/spacious.js +103 -103
- package/build/json/spacing/flat/comfortable.json +99 -99
- package/build/json/spacing/flat/spacious.json +99 -99
- package/build/json/spacing/nested/comfortable.json +89 -89
- package/build/json/spacing/nested/spacious.json +89 -89
- package/package.json +4 -4
- package/build/css/spacing.css +0 -20
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ Then use the CSS custom properties in your styles:
|
|
|
39
39
|
background-color: var(--eds-color-bg-neutral-surface);
|
|
40
40
|
color: var(--eds-color-text-neutral-strong);
|
|
41
41
|
border: 1px solid var(--eds-color-border-neutral-subtle);
|
|
42
|
-
padding: var(--eds-selectable-
|
|
42
|
+
padding: var(--eds-selectable-space-vertical) var(--eds-selectable-space-horizontal);
|
|
43
43
|
border-radius: var(--eds-spacing-border-radius-rounded);
|
|
44
44
|
}
|
|
45
45
|
```
|
|
@@ -195,9 +195,9 @@ Adapt to `data-selectable-space` (xs/sm/md/lg/xl) and `data-space-proportions` (
|
|
|
195
195
|
|
|
196
196
|
```css
|
|
197
197
|
.button {
|
|
198
|
-
padding-inline: var(--eds-selectable-
|
|
199
|
-
padding-block: var(--eds-selectable-
|
|
200
|
-
gap: var(--eds-selectable-gap-
|
|
198
|
+
padding-inline: var(--eds-selectable-space-horizontal);
|
|
199
|
+
padding-block: var(--eds-selectable-space-vertical);
|
|
200
|
+
gap: var(--eds-selectable-gap-vertical) var(--eds-selectable-gap-horizontal);
|
|
201
201
|
}
|
|
202
202
|
```
|
|
203
203
|
|
|
@@ -213,9 +213,9 @@ Spacing values that adapt to `data-space-proportions`:
|
|
|
213
213
|
|
|
214
214
|
```css
|
|
215
215
|
.container {
|
|
216
|
-
padding-inline: var(--eds-container-
|
|
217
|
-
padding-block: var(--eds-container-
|
|
218
|
-
gap: var(--eds-container-gap-
|
|
216
|
+
padding-inline: var(--eds-container-space-horizontal);
|
|
217
|
+
padding-block: var(--eds-container-space-vertical);
|
|
218
|
+
gap: var(--eds-container-gap-vertical) var(--eds-container-gap-horizontal);
|
|
219
219
|
}
|
|
220
220
|
```
|
|
221
221
|
|
|
@@ -225,9 +225,9 @@ Spacing values that adapt to `data-space-proportions`:
|
|
|
225
225
|
|
|
226
226
|
```css
|
|
227
227
|
.page {
|
|
228
|
-
padding-inline: var(--eds-page-
|
|
229
|
-
padding-block: var(--eds-page-
|
|
230
|
-
gap: var(--eds-page-gap-
|
|
228
|
+
padding-inline: var(--eds-page-space-horizontal);
|
|
229
|
+
padding-block: var(--eds-page-space-vertical);
|
|
230
|
+
gap: var(--eds-page-gap-vertical) var(--eds-page-gap-horizontal);
|
|
231
231
|
}
|
|
232
232
|
```
|
|
233
233
|
|
|
@@ -15,5 +15,87 @@
|
|
|
15
15
|
@import 'spacing/selectable-space-lg.css';
|
|
16
16
|
@import 'spacing/selectable-space-xl.css';
|
|
17
17
|
|
|
18
|
-
@import '
|
|
18
|
+
@import 'spacing/generic-gap-horizontal-none.css';
|
|
19
|
+
@import 'spacing/generic-gap-horizontal-4xs.css';
|
|
20
|
+
@import 'spacing/generic-gap-horizontal-3xs.css';
|
|
21
|
+
@import 'spacing/generic-gap-horizontal-2xs.css';
|
|
22
|
+
@import 'spacing/generic-gap-horizontal-xs.css';
|
|
23
|
+
@import 'spacing/generic-gap-horizontal-sm.css';
|
|
24
|
+
@import 'spacing/generic-gap-horizontal-md.css';
|
|
25
|
+
@import 'spacing/generic-gap-horizontal-lg.css';
|
|
26
|
+
@import 'spacing/generic-gap-horizontal-xl.css';
|
|
27
|
+
@import 'spacing/generic-gap-horizontal-2xl.css';
|
|
28
|
+
@import 'spacing/generic-gap-horizontal-3xl.css';
|
|
29
|
+
|
|
30
|
+
@import 'spacing/generic-gap-vertical-none.css';
|
|
31
|
+
@import 'spacing/generic-gap-vertical-4xs.css';
|
|
32
|
+
@import 'spacing/generic-gap-vertical-3xs.css';
|
|
33
|
+
@import 'spacing/generic-gap-vertical-2xs.css';
|
|
34
|
+
@import 'spacing/generic-gap-vertical-xs.css';
|
|
35
|
+
@import 'spacing/generic-gap-vertical-sm.css';
|
|
36
|
+
@import 'spacing/generic-gap-vertical-md.css';
|
|
37
|
+
@import 'spacing/generic-gap-vertical-lg.css';
|
|
38
|
+
@import 'spacing/generic-gap-vertical-xl.css';
|
|
39
|
+
@import 'spacing/generic-gap-vertical-2xl.css';
|
|
40
|
+
@import 'spacing/generic-gap-vertical-3xl.css';
|
|
41
|
+
|
|
42
|
+
@import 'spacing/generic-space-horizontal-none.css';
|
|
43
|
+
@import 'spacing/generic-space-horizontal-4xs.css';
|
|
44
|
+
@import 'spacing/generic-space-horizontal-3xs.css';
|
|
45
|
+
@import 'spacing/generic-space-horizontal-2xs.css';
|
|
46
|
+
@import 'spacing/generic-space-horizontal-xs.css';
|
|
47
|
+
@import 'spacing/generic-space-horizontal-sm.css';
|
|
48
|
+
@import 'spacing/generic-space-horizontal-md.css';
|
|
49
|
+
@import 'spacing/generic-space-horizontal-lg.css';
|
|
50
|
+
@import 'spacing/generic-space-horizontal-xl.css';
|
|
51
|
+
@import 'spacing/generic-space-horizontal-2xl.css';
|
|
52
|
+
@import 'spacing/generic-space-horizontal-3xl.css';
|
|
53
|
+
|
|
54
|
+
@import 'spacing/generic-space-vertical-none.css';
|
|
55
|
+
@import 'spacing/generic-space-vertical-4xs.css';
|
|
56
|
+
@import 'spacing/generic-space-vertical-3xs.css';
|
|
57
|
+
@import 'spacing/generic-space-vertical-2xs.css';
|
|
58
|
+
@import 'spacing/generic-space-vertical-xs.css';
|
|
59
|
+
@import 'spacing/generic-space-vertical-sm.css';
|
|
60
|
+
@import 'spacing/generic-space-vertical-md.css';
|
|
61
|
+
@import 'spacing/generic-space-vertical-lg.css';
|
|
62
|
+
@import 'spacing/generic-space-vertical-xl.css';
|
|
63
|
+
@import 'spacing/generic-space-vertical-2xl.css';
|
|
64
|
+
@import 'spacing/generic-space-vertical-3xl.css';
|
|
65
|
+
|
|
66
|
+
@import 'spacing/container-space.css';
|
|
67
|
+
@import 'spacing/page-space.css';
|
|
68
|
+
|
|
69
|
+
@import 'spacing/semantic-spacing-gap.css';
|
|
19
70
|
@import './typography.css';
|
|
71
|
+
|
|
72
|
+
/* Typography: Font Family */
|
|
73
|
+
@import 'typography/font-family-header.css';
|
|
74
|
+
@import 'typography/font-family-ui.css';
|
|
75
|
+
|
|
76
|
+
/* Typography: Font Size */
|
|
77
|
+
@import 'typography/font-size-xs.css';
|
|
78
|
+
@import 'typography/font-size-sm.css';
|
|
79
|
+
@import 'typography/font-size-md.css';
|
|
80
|
+
@import 'typography/font-size-lg.css';
|
|
81
|
+
@import 'typography/font-size-xl.css';
|
|
82
|
+
@import 'typography/font-size-2xl.css';
|
|
83
|
+
@import 'typography/font-size-3xl.css';
|
|
84
|
+
@import 'typography/font-size-4xl.css';
|
|
85
|
+
@import 'typography/font-size-5xl.css';
|
|
86
|
+
@import 'typography/font-size-6xl.css';
|
|
87
|
+
|
|
88
|
+
/* Typography: Font Weight */
|
|
89
|
+
@import 'typography/font-weight-lighter.css';
|
|
90
|
+
@import 'typography/font-weight-normal.css';
|
|
91
|
+
@import 'typography/font-weight-bolder.css';
|
|
92
|
+
|
|
93
|
+
/* Typography: Line Height */
|
|
94
|
+
@import 'typography/line-height-default.css';
|
|
95
|
+
@import 'typography/line-height-squished.css';
|
|
96
|
+
|
|
97
|
+
/* Typography: Letter Spacing */
|
|
98
|
+
@import 'typography/tracking-tight.css';
|
|
99
|
+
@import 'typography/tracking-normal.css';
|
|
100
|
+
@import 'typography/tracking-wide.css';
|
|
101
|
+
@import 'typography/tracking-loose.css';
|
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
[data-density="comfortable"] {
|
|
6
|
+
--eds-sizing-icon-xs: 0.875rem;
|
|
7
|
+
--eds-sizing-icon-sm: 1rem;
|
|
8
|
+
--eds-sizing-icon-md: 1.125rem;
|
|
9
|
+
--eds-sizing-icon-lg: 1.25rem;
|
|
10
|
+
--eds-sizing-icon-xl: 1.5rem;
|
|
11
|
+
--eds-sizing-icon-2xl: 1.75rem;
|
|
12
|
+
--eds-sizing-icon-3xl: 2rem;
|
|
13
|
+
--eds-sizing-icon-4xl: 2.313rem;
|
|
14
|
+
--eds-sizing-icon-5xl: 2.625rem;
|
|
15
|
+
--eds-sizing-icon-6xl: 3rem;
|
|
16
|
+
--eds-sizing-selectable-xs: 1rem;
|
|
17
|
+
--eds-sizing-selectable-sm: 1.25rem;
|
|
18
|
+
--eds-sizing-selectable-md: 1.5rem;
|
|
19
|
+
--eds-sizing-selectable-lg: 2.25rem;
|
|
20
|
+
--eds-sizing-selectable-xl: 2.75rem;
|
|
21
|
+
--eds-sizing-selectable-2xl: 3.25rem;
|
|
22
|
+
--eds-sizing-stroke-thin: 0.063rem;
|
|
23
|
+
--eds-sizing-stroke-thick: 0.125rem;
|
|
24
|
+
--eds-sizing-stroke-none: 0rem;
|
|
6
25
|
--eds-spacing-icon-xs-gap-horizontal: 0.344rem;
|
|
7
26
|
--eds-spacing-icon-xs-gap-vertical: 0.344rem;
|
|
8
27
|
--eds-spacing-icon-sm-gap-horizontal: 0.406rem;
|
|
@@ -26,65 +45,46 @@
|
|
|
26
45
|
--eds-spacing-border-radius-rounded: 0.188rem;
|
|
27
46
|
--eds-spacing-border-radius-pill: 62.5rem;
|
|
28
47
|
--eds-spacing-border-radius-none: 0rem;
|
|
29
|
-
--eds-spacing-inset-xs-
|
|
30
|
-
--eds-spacing-inset-xs-
|
|
31
|
-
--eds-spacing-inset-xs-
|
|
32
|
-
--eds-spacing-inset-xs-
|
|
33
|
-
--eds-spacing-inset-sm-
|
|
34
|
-
--eds-spacing-inset-sm-
|
|
35
|
-
--eds-spacing-inset-sm-
|
|
36
|
-
--eds-spacing-inset-sm-
|
|
37
|
-
--eds-spacing-inset-md-
|
|
38
|
-
--eds-spacing-inset-md-
|
|
39
|
-
--eds-spacing-inset-md-
|
|
40
|
-
--eds-spacing-inset-md-
|
|
41
|
-
--eds-spacing-inset-lg-
|
|
42
|
-
--eds-spacing-inset-lg-
|
|
43
|
-
--eds-spacing-inset-lg-
|
|
44
|
-
--eds-spacing-inset-lg-
|
|
45
|
-
--eds-spacing-inset-xl-
|
|
46
|
-
--eds-spacing-inset-xl-
|
|
47
|
-
--eds-spacing-inset-xl-
|
|
48
|
-
--eds-spacing-inset-xl-
|
|
49
|
-
--eds-spacing-
|
|
50
|
-
--eds-spacing-
|
|
51
|
-
--eds-spacing-
|
|
52
|
-
--eds-spacing-
|
|
53
|
-
--eds-spacing-
|
|
54
|
-
--eds-spacing-
|
|
55
|
-
--eds-spacing-
|
|
56
|
-
--eds-spacing-
|
|
57
|
-
--eds-spacing-
|
|
58
|
-
--eds-spacing-
|
|
59
|
-
--eds-spacing-
|
|
60
|
-
--eds-spacing-
|
|
61
|
-
--eds-spacing-
|
|
62
|
-
--eds-spacing-
|
|
63
|
-
--eds-spacing-
|
|
64
|
-
--eds-spacing-
|
|
65
|
-
--eds-spacing-
|
|
66
|
-
--eds-spacing-
|
|
67
|
-
--eds-spacing-
|
|
68
|
-
--eds-spacing-
|
|
69
|
-
--eds-sizing-icon-xs: 0.875rem;
|
|
70
|
-
--eds-sizing-icon-sm: 1rem;
|
|
71
|
-
--eds-sizing-icon-md: 1.125rem;
|
|
72
|
-
--eds-sizing-icon-lg: 1.25rem;
|
|
73
|
-
--eds-sizing-icon-xl: 1.5rem;
|
|
74
|
-
--eds-sizing-icon-2xl: 1.75rem;
|
|
75
|
-
--eds-sizing-icon-3xl: 2rem;
|
|
76
|
-
--eds-sizing-icon-4xl: 2.313rem;
|
|
77
|
-
--eds-sizing-icon-5xl: 2.625rem;
|
|
78
|
-
--eds-sizing-icon-6xl: 3rem;
|
|
79
|
-
--eds-sizing-selectable-xs: 1rem;
|
|
80
|
-
--eds-sizing-selectable-sm: 1.25rem;
|
|
81
|
-
--eds-sizing-selectable-md: 1.5rem;
|
|
82
|
-
--eds-sizing-selectable-lg: 2.25rem;
|
|
83
|
-
--eds-sizing-selectable-xl: 2.75rem;
|
|
84
|
-
--eds-sizing-selectable-2xl: 3.25rem;
|
|
85
|
-
--eds-sizing-stroke-thin: 0.063rem;
|
|
86
|
-
--eds-sizing-stroke-thick: 0.125rem;
|
|
87
|
-
--eds-sizing-stroke-none: 0rem;
|
|
48
|
+
--eds-spacing-inset-xs-horizontal: 0.375rem;
|
|
49
|
+
--eds-spacing-inset-xs-vertical-squished: 0.25rem;
|
|
50
|
+
--eds-spacing-inset-xs-vertical-squared: 0.375rem;
|
|
51
|
+
--eds-spacing-inset-xs-vertical-stretched: 0.5rem;
|
|
52
|
+
--eds-spacing-inset-sm-horizontal: 0.5rem;
|
|
53
|
+
--eds-spacing-inset-sm-vertical-squished: 0.375rem;
|
|
54
|
+
--eds-spacing-inset-sm-vertical-squared: 0.5rem;
|
|
55
|
+
--eds-spacing-inset-sm-vertical-stretched: 0.75rem;
|
|
56
|
+
--eds-spacing-inset-md-horizontal: 0.75rem;
|
|
57
|
+
--eds-spacing-inset-md-vertical-squished: 0.5rem;
|
|
58
|
+
--eds-spacing-inset-md-vertical-squared: 0.75rem;
|
|
59
|
+
--eds-spacing-inset-md-vertical-stretched: 1rem;
|
|
60
|
+
--eds-spacing-inset-lg-horizontal: 1rem;
|
|
61
|
+
--eds-spacing-inset-lg-vertical-squished: 0.75rem;
|
|
62
|
+
--eds-spacing-inset-lg-vertical-squared: 1rem;
|
|
63
|
+
--eds-spacing-inset-lg-vertical-stretched: 1.25rem;
|
|
64
|
+
--eds-spacing-inset-xl-horizontal: 1.25rem;
|
|
65
|
+
--eds-spacing-inset-xl-vertical-squished: 1rem;
|
|
66
|
+
--eds-spacing-inset-xl-vertical-squared: 1.25rem;
|
|
67
|
+
--eds-spacing-inset-xl-vertical-stretched: 1.5rem;
|
|
68
|
+
--eds-spacing-horizontal-4xs: 0.063rem;
|
|
69
|
+
--eds-spacing-horizontal-3xs: 0.125rem;
|
|
70
|
+
--eds-spacing-horizontal-2xs: 0.25rem;
|
|
71
|
+
--eds-spacing-horizontal-xs: 0.375rem;
|
|
72
|
+
--eds-spacing-horizontal-sm: 0.5rem;
|
|
73
|
+
--eds-spacing-horizontal-md: 0.75rem;
|
|
74
|
+
--eds-spacing-horizontal-lg: 1rem;
|
|
75
|
+
--eds-spacing-horizontal-xl: 1.25rem;
|
|
76
|
+
--eds-spacing-horizontal-2xl: 1.5rem;
|
|
77
|
+
--eds-spacing-horizontal-3xl: 1.75rem;
|
|
78
|
+
--eds-spacing-vertical-4xs: 0.063rem;
|
|
79
|
+
--eds-spacing-vertical-3xs: 0.125rem;
|
|
80
|
+
--eds-spacing-vertical-2xs: 0.25rem;
|
|
81
|
+
--eds-spacing-vertical-xs: 0.375rem;
|
|
82
|
+
--eds-spacing-vertical-sm: 0.5rem;
|
|
83
|
+
--eds-spacing-vertical-md: 0.75rem;
|
|
84
|
+
--eds-spacing-vertical-lg: 1rem;
|
|
85
|
+
--eds-spacing-vertical-xl: 1.25rem;
|
|
86
|
+
--eds-spacing-vertical-2xl: 1.5rem;
|
|
87
|
+
--eds-spacing-vertical-3xl: 1.75rem;
|
|
88
88
|
--eds-typography-ui-body-xs-font-size: 0.563rem;
|
|
89
89
|
--eds-typography-ui-body-xs-tracking-tight: -0.99px;
|
|
90
90
|
--eds-typography-ui-body-xs-tracking-normal: 0px;
|
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
--eds-typography-ui-body-xs-font-weight-lighter: 300;
|
|
93
93
|
--eds-typography-ui-body-xs-font-weight-normal: 400;
|
|
94
94
|
--eds-typography-ui-body-xs-font-weight-bolder: 500;
|
|
95
|
-
--eds-typography-ui-body-xs-
|
|
96
|
-
--eds-typography-ui-body-xs-
|
|
95
|
+
--eds-typography-ui-body-xs-line-height-default: 0.75rem;
|
|
96
|
+
--eds-typography-ui-body-xs-line-height-squished: 0.75rem;
|
|
97
97
|
--eds-typography-ui-body-sm-font-size: 0.656rem;
|
|
98
98
|
--eds-typography-ui-body-sm-tracking-tight: -1.15px;
|
|
99
99
|
--eds-typography-ui-body-sm-tracking-normal: 0px;
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
--eds-typography-ui-body-sm-font-weight-lighter: 300;
|
|
102
102
|
--eds-typography-ui-body-sm-font-weight-normal: 400;
|
|
103
103
|
--eds-typography-ui-body-sm-font-weight-bolder: 500;
|
|
104
|
-
--eds-typography-ui-body-sm-
|
|
105
|
-
--eds-typography-ui-body-sm-
|
|
104
|
+
--eds-typography-ui-body-sm-line-height-default: 1rem;
|
|
105
|
+
--eds-typography-ui-body-sm-line-height-squished: 0.75rem;
|
|
106
106
|
--eds-typography-ui-body-font-family: "Inter";
|
|
107
107
|
--eds-typography-ui-body-md-font-size: 0.75rem;
|
|
108
108
|
--eds-typography-ui-body-md-tracking-tight: -1.32px;
|
|
@@ -111,8 +111,8 @@
|
|
|
111
111
|
--eds-typography-ui-body-md-font-weight-lighter: 300;
|
|
112
112
|
--eds-typography-ui-body-md-font-weight-normal: 400;
|
|
113
113
|
--eds-typography-ui-body-md-font-weight-bolder: 500;
|
|
114
|
-
--eds-typography-ui-body-md-
|
|
115
|
-
--eds-typography-ui-body-md-
|
|
114
|
+
--eds-typography-ui-body-md-line-height-default: 1rem;
|
|
115
|
+
--eds-typography-ui-body-md-line-height-squished: 0.75rem;
|
|
116
116
|
--eds-typography-ui-body-lg-font-size: 0.875rem;
|
|
117
117
|
--eds-typography-ui-body-lg-tracking-tight: -1.54px;
|
|
118
118
|
--eds-typography-ui-body-lg-tracking-normal: 0px;
|
|
@@ -120,8 +120,8 @@
|
|
|
120
120
|
--eds-typography-ui-body-lg-font-weight-lighter: 300;
|
|
121
121
|
--eds-typography-ui-body-lg-font-weight-normal: 400;
|
|
122
122
|
--eds-typography-ui-body-lg-font-weight-bolder: 500;
|
|
123
|
-
--eds-typography-ui-body-lg-
|
|
124
|
-
--eds-typography-ui-body-lg-
|
|
123
|
+
--eds-typography-ui-body-lg-line-height-default: 1.25rem;
|
|
124
|
+
--eds-typography-ui-body-lg-line-height-squished: 1rem;
|
|
125
125
|
--eds-typography-ui-body-xl-font-size: 1rem;
|
|
126
126
|
--eds-typography-ui-body-xl-tracking-tight: -1.76px;
|
|
127
127
|
--eds-typography-ui-body-xl-tracking-normal: 0px;
|
|
@@ -129,8 +129,8 @@
|
|
|
129
129
|
--eds-typography-ui-body-xl-font-weight-lighter: 300;
|
|
130
130
|
--eds-typography-ui-body-xl-font-weight-normal: 400;
|
|
131
131
|
--eds-typography-ui-body-xl-font-weight-bolder: 500;
|
|
132
|
-
--eds-typography-ui-body-xl-
|
|
133
|
-
--eds-typography-ui-body-xl-
|
|
132
|
+
--eds-typography-ui-body-xl-line-height-default: 1.5rem;
|
|
133
|
+
--eds-typography-ui-body-xl-line-height-squished: 1.25rem;
|
|
134
134
|
--eds-typography-ui-body-2xl-font-size: 1.156rem;
|
|
135
135
|
--eds-typography-ui-body-2xl-tracking-tight: -1.76px;
|
|
136
136
|
--eds-typography-ui-body-2xl-tracking-normal: 0px;
|
|
@@ -138,8 +138,8 @@
|
|
|
138
138
|
--eds-typography-ui-body-2xl-font-weight-lighter: 300;
|
|
139
139
|
--eds-typography-ui-body-2xl-font-weight-normal: 400;
|
|
140
140
|
--eds-typography-ui-body-2xl-font-weight-bolder: 500;
|
|
141
|
-
--eds-typography-ui-body-2xl-
|
|
142
|
-
--eds-typography-ui-body-2xl-
|
|
141
|
+
--eds-typography-ui-body-2xl-line-height-default: 1.5rem;
|
|
142
|
+
--eds-typography-ui-body-2xl-line-height-squished: 1.25rem;
|
|
143
143
|
--eds-typography-ui-body-3xl-font-size: 1.313rem;
|
|
144
144
|
--eds-typography-ui-body-3xl-tracking-tight: -2.31px;
|
|
145
145
|
--eds-typography-ui-body-3xl-tracking-normal: 0px;
|
|
@@ -147,8 +147,8 @@
|
|
|
147
147
|
--eds-typography-ui-body-3xl-font-weight-lighter: 300;
|
|
148
148
|
--eds-typography-ui-body-3xl-font-weight-normal: 400;
|
|
149
149
|
--eds-typography-ui-body-3xl-font-weight-bolder: 500;
|
|
150
|
-
--eds-typography-ui-body-3xl-
|
|
151
|
-
--eds-typography-ui-body-3xl-
|
|
150
|
+
--eds-typography-ui-body-3xl-line-height-default: 1.75rem;
|
|
151
|
+
--eds-typography-ui-body-3xl-line-height-squished: 1.5rem;
|
|
152
152
|
--eds-typography-ui-body-4xl-font-size: 1.531rem;
|
|
153
153
|
--eds-typography-ui-body-4xl-tracking-tight: -2.695px;
|
|
154
154
|
--eds-typography-ui-body-4xl-tracking-normal: 0px;
|
|
@@ -156,8 +156,8 @@
|
|
|
156
156
|
--eds-typography-ui-body-4xl-font-weight-lighter: 300;
|
|
157
157
|
--eds-typography-ui-body-4xl-font-weight-normal: 400;
|
|
158
158
|
--eds-typography-ui-body-4xl-font-weight-bolder: 500;
|
|
159
|
-
--eds-typography-ui-body-4xl-
|
|
160
|
-
--eds-typography-ui-body-4xl-
|
|
159
|
+
--eds-typography-ui-body-4xl-line-height-default: 2rem;
|
|
160
|
+
--eds-typography-ui-body-4xl-line-height-squished: 1.75rem;
|
|
161
161
|
--eds-typography-ui-body-5xl-font-size: 1.75rem;
|
|
162
162
|
--eds-typography-ui-body-5xl-tracking-tight: -3.08px;
|
|
163
163
|
--eds-typography-ui-body-5xl-tracking-normal: 0px;
|
|
@@ -165,8 +165,8 @@
|
|
|
165
165
|
--eds-typography-ui-body-5xl-font-weight-lighter: 300;
|
|
166
166
|
--eds-typography-ui-body-5xl-font-weight-normal: 400;
|
|
167
167
|
--eds-typography-ui-body-5xl-font-weight-bolder: 500;
|
|
168
|
-
--eds-typography-ui-body-5xl-
|
|
169
|
-
--eds-typography-ui-body-5xl-
|
|
168
|
+
--eds-typography-ui-body-5xl-line-height-default: 2rem;
|
|
169
|
+
--eds-typography-ui-body-5xl-line-height-squished: 1.75rem;
|
|
170
170
|
--eds-typography-ui-body-6xl-font-size: 2rem;
|
|
171
171
|
--eds-typography-ui-body-6xl-tracking-tight: -3.52px;
|
|
172
172
|
--eds-typography-ui-body-6xl-tracking-normal: 0px;
|
|
@@ -174,8 +174,8 @@
|
|
|
174
174
|
--eds-typography-ui-body-6xl-font-weight-lighter: 300;
|
|
175
175
|
--eds-typography-ui-body-6xl-font-weight-normal: 0px;
|
|
176
176
|
--eds-typography-ui-body-6xl-font-weight-bolder: 500;
|
|
177
|
-
--eds-typography-ui-body-6xl-
|
|
178
|
-
--eds-typography-ui-body-6xl-
|
|
177
|
+
--eds-typography-ui-body-6xl-line-height-default: 2.25rem;
|
|
178
|
+
--eds-typography-ui-body-6xl-line-height-squished: 2rem;
|
|
179
179
|
--eds-typography-header-font-family: "Equinor";
|
|
180
180
|
--eds-typography-header-xs-font-size: 0.656rem;
|
|
181
181
|
--eds-typography-header-xs-tracking-tight: -0.99px;
|
|
@@ -184,8 +184,8 @@
|
|
|
184
184
|
--eds-typography-header-xs-font-weight-lighter: 300;
|
|
185
185
|
--eds-typography-header-xs-font-weight-normal: 400;
|
|
186
186
|
--eds-typography-header-xs-font-weight-bolder: 500;
|
|
187
|
-
--eds-typography-header-xs-
|
|
188
|
-
--eds-typography-header-xs-
|
|
187
|
+
--eds-typography-header-xs-line-height-default: 0.75rem;
|
|
188
|
+
--eds-typography-header-xs-line-height-squished: 0.75rem;
|
|
189
189
|
--eds-typography-header-sm-font-size: 0.75rem;
|
|
190
190
|
--eds-typography-header-sm-tracking-tight: -1.15px;
|
|
191
191
|
--eds-typography-header-sm-tracking-normal: 0px;
|
|
@@ -193,8 +193,8 @@
|
|
|
193
193
|
--eds-typography-header-sm-font-weight-lighter: 300;
|
|
194
194
|
--eds-typography-header-sm-font-weight-normal: 400;
|
|
195
195
|
--eds-typography-header-sm-font-weight-bolder: 500;
|
|
196
|
-
--eds-typography-header-sm-
|
|
197
|
-
--eds-typography-header-sm-
|
|
196
|
+
--eds-typography-header-sm-line-height-default: 1rem;
|
|
197
|
+
--eds-typography-header-sm-line-height-squished: 0.75rem;
|
|
198
198
|
--eds-typography-header-md-font-size: 0.875rem;
|
|
199
199
|
--eds-typography-header-md-tracking-tight: -1.32px;
|
|
200
200
|
--eds-typography-header-md-tracking-normal: 0px;
|
|
@@ -202,8 +202,8 @@
|
|
|
202
202
|
--eds-typography-header-md-font-weight-lighter: 300;
|
|
203
203
|
--eds-typography-header-md-font-weight-normal: 400;
|
|
204
204
|
--eds-typography-header-md-font-weight-bolder: 500;
|
|
205
|
-
--eds-typography-header-md-
|
|
206
|
-
--eds-typography-header-md-
|
|
205
|
+
--eds-typography-header-md-line-height-default: 1rem;
|
|
206
|
+
--eds-typography-header-md-line-height-squished: 0.75rem;
|
|
207
207
|
--eds-typography-header-lg-font-size: 1rem;
|
|
208
208
|
--eds-typography-header-lg-tracking-tight: -1.54px;
|
|
209
209
|
--eds-typography-header-lg-tracking-normal: 0px;
|
|
@@ -211,8 +211,8 @@
|
|
|
211
211
|
--eds-typography-header-lg-font-weight-lighter: 300;
|
|
212
212
|
--eds-typography-header-lg-font-weight-normal: 400;
|
|
213
213
|
--eds-typography-header-lg-font-weight-bolder: 500;
|
|
214
|
-
--eds-typography-header-lg-
|
|
215
|
-
--eds-typography-header-lg-
|
|
214
|
+
--eds-typography-header-lg-line-height-default: 1.25rem;
|
|
215
|
+
--eds-typography-header-lg-line-height-squished: 1rem;
|
|
216
216
|
--eds-typography-header-xl-font-size: 1.125rem;
|
|
217
217
|
--eds-typography-header-xl-tracking-tight: -1.76px;
|
|
218
218
|
--eds-typography-header-xl-tracking-normal: 0px;
|
|
@@ -220,8 +220,8 @@
|
|
|
220
220
|
--eds-typography-header-xl-font-weight-lighter: 300;
|
|
221
221
|
--eds-typography-header-xl-font-weight-normal: 400;
|
|
222
222
|
--eds-typography-header-xl-font-weight-bolder: 500;
|
|
223
|
-
--eds-typography-header-xl-
|
|
224
|
-
--eds-typography-header-xl-
|
|
223
|
+
--eds-typography-header-xl-line-height-default: 1.5rem;
|
|
224
|
+
--eds-typography-header-xl-line-height-squished: 1.25rem;
|
|
225
225
|
--eds-typography-header-2xl-font-size: 1.313rem;
|
|
226
226
|
--eds-typography-header-2xl-tracking-tight: -1.76px;
|
|
227
227
|
--eds-typography-header-2xl-tracking-normal: 0px;
|
|
@@ -229,8 +229,8 @@
|
|
|
229
229
|
--eds-typography-header-2xl-font-weight-lighter: 300;
|
|
230
230
|
--eds-typography-header-2xl-font-weight-normal: 400;
|
|
231
231
|
--eds-typography-header-2xl-font-weight-bolder: 500;
|
|
232
|
-
--eds-typography-header-2xl-
|
|
233
|
-
--eds-typography-header-2xl-
|
|
232
|
+
--eds-typography-header-2xl-line-height-default: 1.5rem;
|
|
233
|
+
--eds-typography-header-2xl-line-height-squished: 1.25rem;
|
|
234
234
|
--eds-typography-header-3xl-font-size: 1.5rem;
|
|
235
235
|
--eds-typography-header-3xl-tracking-tight: -2.31px;
|
|
236
236
|
--eds-typography-header-3xl-tracking-normal: 0px;
|
|
@@ -238,8 +238,8 @@
|
|
|
238
238
|
--eds-typography-header-3xl-font-weight-lighter: 300;
|
|
239
239
|
--eds-typography-header-3xl-font-weight-normal: 400;
|
|
240
240
|
--eds-typography-header-3xl-font-weight-bolder: 500;
|
|
241
|
-
--eds-typography-header-3xl-
|
|
242
|
-
--eds-typography-header-3xl-
|
|
241
|
+
--eds-typography-header-3xl-line-height-default: 1.75rem;
|
|
242
|
+
--eds-typography-header-3xl-line-height-squished: 1.5rem;
|
|
243
243
|
--eds-typography-header-4xl-font-size: 1.719rem;
|
|
244
244
|
--eds-typography-header-4xl-tracking-tight: -2.695px;
|
|
245
245
|
--eds-typography-header-4xl-tracking-normal: 0px;
|
|
@@ -247,8 +247,8 @@
|
|
|
247
247
|
--eds-typography-header-4xl-font-weight-lighter: 300;
|
|
248
248
|
--eds-typography-header-4xl-font-weight-normal: 400;
|
|
249
249
|
--eds-typography-header-4xl-font-weight-bolder: 500;
|
|
250
|
-
--eds-typography-header-4xl-
|
|
251
|
-
--eds-typography-header-4xl-
|
|
250
|
+
--eds-typography-header-4xl-line-height-default: 2rem;
|
|
251
|
+
--eds-typography-header-4xl-line-height-squished: 1.75rem;
|
|
252
252
|
--eds-typography-header-5xl-font-size: 1.969rem;
|
|
253
253
|
--eds-typography-header-5xl-tracking-tight: -3.08px;
|
|
254
254
|
--eds-typography-header-5xl-tracking-normal: 0px;
|
|
@@ -256,8 +256,8 @@
|
|
|
256
256
|
--eds-typography-header-5xl-font-weight-lighter: 300;
|
|
257
257
|
--eds-typography-header-5xl-font-weight-normal: 400;
|
|
258
258
|
--eds-typography-header-5xl-font-weight-bolder: 500;
|
|
259
|
-
--eds-typography-header-5xl-
|
|
260
|
-
--eds-typography-header-5xl-
|
|
259
|
+
--eds-typography-header-5xl-line-height-default: 2rem;
|
|
260
|
+
--eds-typography-header-5xl-line-height-squished: 1.75rem;
|
|
261
261
|
--eds-typography-header-6xl-font-size: 2.281rem;
|
|
262
262
|
--eds-typography-header-6xl-tracking-tight: -3.52px;
|
|
263
263
|
--eds-typography-header-6xl-tracking-normal: 0px;
|
|
@@ -265,6 +265,6 @@
|
|
|
265
265
|
--eds-typography-header-6xl-font-weight-lighter: 300;
|
|
266
266
|
--eds-typography-header-6xl-font-weight-normal: 400;
|
|
267
267
|
--eds-typography-header-6xl-font-weight-bolder: 500;
|
|
268
|
-
--eds-typography-header-6xl-
|
|
269
|
-
--eds-typography-header-6xl-
|
|
268
|
+
--eds-typography-header-6xl-line-height-default: 2.25rem;
|
|
269
|
+
--eds-typography-header-6xl-line-height-squished: 2rem;
|
|
270
270
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
:root, [data-space-proportions] {
|
|
6
|
+
--eds-container-space-horizontal: var(--eds-spacing-proportions-md-horizontal);
|
|
7
|
+
--eds-container-space-vertical: var(--eds-spacing-proportions-md-vertical);
|
|
8
|
+
}
|