@navikt/ds-css 6.16.0 → 6.16.2
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/CHANGELOG.md +12 -0
- package/baseline/fonts.css +12 -12
- package/dist/component/index.css +21 -27
- package/dist/component/index.min.css +3 -3
- package/dist/component/table.css +8 -14
- package/dist/component/table.min.css +1 -1
- package/dist/components.css +8 -14
- package/dist/components.min.css +1 -1
- package/dist/global/fonts.css +12 -12
- package/dist/global/fonts.min.css +1 -1
- package/dist/global/tokens.css +2 -2
- package/dist/global/tokens.min.css +1 -1
- package/dist/index.css +21 -27
- package/dist/index.min.css +3 -3
- package/package.json +2 -2
- package/table.css +8 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @navikt/ds-css
|
|
2
2
|
|
|
3
|
+
## 6.16.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Font: Reverted change introduced in v6.14 where font locations were changed. This caused a regression where every preload-instance to old font locations no longer worked. ([#3114](https://github.com/navikt/aksel/pull/3114))
|
|
8
|
+
|
|
9
|
+
## 6.16.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Table: Fixed background-clipping when using ExpandableRow. ([#3095](https://github.com/navikt/aksel/pull/3095))
|
|
14
|
+
|
|
3
15
|
## 6.16.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/baseline/fonts.css
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
font-style: italic;
|
|
5
5
|
font-weight: 400 600;
|
|
6
6
|
font-display: swap;
|
|
7
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
7
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-italic-cyrillic_ext.woff2) format("woff2");
|
|
8
8
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
9
9
|
}
|
|
10
10
|
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
font-style: italic;
|
|
15
15
|
font-weight: 400 600;
|
|
16
16
|
font-display: swap;
|
|
17
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
17
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-italic-cyrillic.woff2) format("woff2");
|
|
18
18
|
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
19
19
|
}
|
|
20
20
|
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
font-style: italic;
|
|
25
25
|
font-weight: 400 600;
|
|
26
26
|
font-display: swap;
|
|
27
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
27
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-italic-latin_ext.woff2) format("woff2");
|
|
28
28
|
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
|
|
29
29
|
U+2C60-2C7F, U+A720-A7FF;
|
|
30
30
|
}
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
font-style: italic;
|
|
36
36
|
font-weight: 400 600;
|
|
37
37
|
font-display: swap;
|
|
38
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
38
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-italic.woff2) format("woff2");
|
|
39
39
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
|
|
40
40
|
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
41
41
|
}
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
font-style: normal;
|
|
47
47
|
font-weight: 400 600;
|
|
48
48
|
font-display: swap;
|
|
49
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
49
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-normal-cyrillic_ext.woff2) format("woff2");
|
|
50
50
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
51
51
|
}
|
|
52
52
|
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
font-style: normal;
|
|
57
57
|
font-weight: 400 600;
|
|
58
58
|
font-display: swap;
|
|
59
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
59
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-normal-cyrillic.woff2) format("woff2");
|
|
60
60
|
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
61
61
|
}
|
|
62
62
|
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
font-style: normal;
|
|
67
67
|
font-weight: 400 600;
|
|
68
68
|
font-display: swap;
|
|
69
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
69
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-normal-latin_ext.woff2) format("woff2");
|
|
70
70
|
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
|
|
71
71
|
U+2C60-2C7F, U+A720-A7FF;
|
|
72
72
|
}
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
font-style: normal;
|
|
78
78
|
font-weight: 400 600;
|
|
79
79
|
font-display: swap;
|
|
80
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
80
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-normal.woff2) format("woff2");
|
|
81
81
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
|
|
82
82
|
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
83
83
|
}
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
font-style: italic;
|
|
91
91
|
font-weight: 400 600;
|
|
92
92
|
font-display: swap;
|
|
93
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
93
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-italic-latin_ext.woff2) format("woff2");
|
|
94
94
|
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
|
|
95
95
|
U+2C60-2C7F, U+A720-A7FF;
|
|
96
96
|
}
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
font-style: italic;
|
|
102
102
|
font-weight: 400 600;
|
|
103
103
|
font-display: swap;
|
|
104
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
104
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-italic.woff2) format("woff2");
|
|
105
105
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
|
|
106
106
|
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
107
107
|
}
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
font-style: normal;
|
|
113
113
|
font-weight: 400 600;
|
|
114
114
|
font-display: swap;
|
|
115
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
115
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-normal-latin_ext.woff2) format("woff2");
|
|
116
116
|
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
|
|
117
117
|
U+2C60-2C7F, U+A720-A7FF;
|
|
118
118
|
}
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
font-style: normal;
|
|
124
124
|
font-weight: 400 600;
|
|
125
125
|
font-display: swap;
|
|
126
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
126
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-normal.woff2) format("woff2");
|
|
127
127
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
|
|
128
128
|
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
129
129
|
}
|
package/dist/component/index.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Mon, 26 Aug 2024 07:50:22 GMT
|
|
5
5
|
*/
|
|
6
6
|
:root, :host {
|
|
7
|
-
--a-version: "6.16.
|
|
7
|
+
--a-version: "6.16.2";
|
|
8
8
|
--a-spacing-1-alt: 0.375rem;
|
|
9
9
|
--a-spacing-05: 0.125rem;
|
|
10
10
|
--a-spacing-32: 8rem;
|
|
@@ -553,7 +553,7 @@ template {
|
|
|
553
553
|
font-style: italic;
|
|
554
554
|
font-weight: 400 600;
|
|
555
555
|
font-display: swap;
|
|
556
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
556
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-italic-cyrillic_ext.woff2) format("woff2");
|
|
557
557
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
558
558
|
}
|
|
559
559
|
/* cyrillic */
|
|
@@ -562,7 +562,7 @@ template {
|
|
|
562
562
|
font-style: italic;
|
|
563
563
|
font-weight: 400 600;
|
|
564
564
|
font-display: swap;
|
|
565
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
565
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-italic-cyrillic.woff2) format("woff2");
|
|
566
566
|
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
567
567
|
}
|
|
568
568
|
/* latin-ext */
|
|
@@ -571,7 +571,7 @@ template {
|
|
|
571
571
|
font-style: italic;
|
|
572
572
|
font-weight: 400 600;
|
|
573
573
|
font-display: swap;
|
|
574
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
574
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-italic-latin_ext.woff2) format("woff2");
|
|
575
575
|
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
|
|
576
576
|
U+2C60-2C7F, U+A720-A7FF;
|
|
577
577
|
}
|
|
@@ -581,7 +581,7 @@ template {
|
|
|
581
581
|
font-style: italic;
|
|
582
582
|
font-weight: 400 600;
|
|
583
583
|
font-display: swap;
|
|
584
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
584
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-italic.woff2) format("woff2");
|
|
585
585
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
|
|
586
586
|
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
587
587
|
}
|
|
@@ -591,7 +591,7 @@ template {
|
|
|
591
591
|
font-style: normal;
|
|
592
592
|
font-weight: 400 600;
|
|
593
593
|
font-display: swap;
|
|
594
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
594
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-normal-cyrillic_ext.woff2) format("woff2");
|
|
595
595
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
596
596
|
}
|
|
597
597
|
/* cyrillic */
|
|
@@ -600,7 +600,7 @@ template {
|
|
|
600
600
|
font-style: normal;
|
|
601
601
|
font-weight: 400 600;
|
|
602
602
|
font-display: swap;
|
|
603
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
603
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-normal-cyrillic.woff2) format("woff2");
|
|
604
604
|
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
605
605
|
}
|
|
606
606
|
/* latin-ext */
|
|
@@ -609,7 +609,7 @@ template {
|
|
|
609
609
|
font-style: normal;
|
|
610
610
|
font-weight: 400 600;
|
|
611
611
|
font-display: swap;
|
|
612
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
612
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-normal-latin_ext.woff2) format("woff2");
|
|
613
613
|
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
|
|
614
614
|
U+2C60-2C7F, U+A720-A7FF;
|
|
615
615
|
}
|
|
@@ -619,7 +619,7 @@ template {
|
|
|
619
619
|
font-style: normal;
|
|
620
620
|
font-weight: 400 600;
|
|
621
621
|
font-display: swap;
|
|
622
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
622
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-normal.woff2) format("woff2");
|
|
623
623
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
|
|
624
624
|
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
625
625
|
}
|
|
@@ -630,7 +630,7 @@ template {
|
|
|
630
630
|
font-style: italic;
|
|
631
631
|
font-weight: 400 600;
|
|
632
632
|
font-display: swap;
|
|
633
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
633
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-italic-latin_ext.woff2) format("woff2");
|
|
634
634
|
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
|
|
635
635
|
U+2C60-2C7F, U+A720-A7FF;
|
|
636
636
|
}
|
|
@@ -640,7 +640,7 @@ template {
|
|
|
640
640
|
font-style: italic;
|
|
641
641
|
font-weight: 400 600;
|
|
642
642
|
font-display: swap;
|
|
643
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
643
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-italic.woff2) format("woff2");
|
|
644
644
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
|
|
645
645
|
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
646
646
|
}
|
|
@@ -650,7 +650,7 @@ template {
|
|
|
650
650
|
font-style: normal;
|
|
651
651
|
font-weight: 400 600;
|
|
652
652
|
font-display: swap;
|
|
653
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
653
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-normal-latin_ext.woff2) format("woff2");
|
|
654
654
|
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
|
|
655
655
|
U+2C60-2C7F, U+A720-A7FF;
|
|
656
656
|
}
|
|
@@ -660,7 +660,7 @@ template {
|
|
|
660
660
|
font-style: normal;
|
|
661
661
|
font-weight: 400 600;
|
|
662
662
|
font-display: swap;
|
|
663
|
-
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3
|
|
663
|
+
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-normal.woff2) format("woff2");
|
|
664
664
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
|
|
665
665
|
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
666
666
|
}
|
|
@@ -6947,9 +6947,8 @@ button.navds-stepper__step {
|
|
|
6947
6947
|
border-color: transparent;
|
|
6948
6948
|
}
|
|
6949
6949
|
.navds-table__toggle-expand-cell {
|
|
6950
|
-
padding: 0
|
|
6951
|
-
|
|
6952
|
-
width: 2.5rem;
|
|
6950
|
+
padding: 0;
|
|
6951
|
+
width: 3rem;
|
|
6953
6952
|
}
|
|
6954
6953
|
.navds-table--large .navds-table__toggle-expand-cell {
|
|
6955
6954
|
padding: 0 var(--a-spacing-2);
|
|
@@ -6961,18 +6960,22 @@ button.navds-stepper__step {
|
|
|
6961
6960
|
display: grid;
|
|
6962
6961
|
place-content: center;
|
|
6963
6962
|
cursor: pointer;
|
|
6964
|
-
margin: 0;
|
|
6965
6963
|
background: transparent;
|
|
6966
6964
|
border: none;
|
|
6967
6965
|
border-radius: var(--a-border-radius-medium);
|
|
6968
6966
|
height: 2rem;
|
|
6969
6967
|
width: 2rem;
|
|
6970
6968
|
font-size: 1.5rem;
|
|
6969
|
+
margin: 0 auto;
|
|
6971
6970
|
}
|
|
6972
6971
|
.navds-table__expandable-icon {
|
|
6973
6972
|
transition: transform 150ms ease-in-out;
|
|
6974
6973
|
}
|
|
6974
|
+
.navds-table__toggle-expand-cell:hover {
|
|
6975
|
+
cursor: pointer;
|
|
6976
|
+
}
|
|
6975
6977
|
.navds-table__toggle-expand-button:hover,
|
|
6978
|
+
.navds-table__toggle-expand-cell:hover > .navds-table__toggle-expand-button,
|
|
6976
6979
|
.navds-table__expandable-row--clickable:hover .navds-table__toggle-expand-button {
|
|
6977
6980
|
background-color: var(--a-surface-hover);
|
|
6978
6981
|
}
|
|
@@ -6995,15 +6998,6 @@ button.navds-stepper__step {
|
|
|
6995
6998
|
box-shadow: var(--a-shadow-focus);
|
|
6996
6999
|
}
|
|
6997
7000
|
}
|
|
6998
|
-
.navds-table__toggle-expand-button::after {
|
|
6999
|
-
inset: 0;
|
|
7000
|
-
z-index: 1;
|
|
7001
|
-
position: absolute;
|
|
7002
|
-
content: "";
|
|
7003
|
-
height: 100%;
|
|
7004
|
-
width: 100%;
|
|
7005
|
-
cursor: pointer;
|
|
7006
|
-
}
|
|
7007
7001
|
.navds-table__expanded-row-cell {
|
|
7008
7002
|
padding: 0;
|
|
7009
7003
|
}
|