@navikt/ds-css 6.10.0 → 6.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -47,6 +47,6 @@
47
47
  .navds-form-progress__stepper {
48
48
  border: 2px solid var(--a-border-subtle);
49
49
  border-radius: var(--a-border-radius-large);
50
- padding: var(--a-spacing-2) var(--a-spacing-4) 0;
50
+ padding: var(--a-spacing-2) var(--a-spacing-4);
51
51
  margin-top: var(--a-spacing-1);
52
52
  }
package/list.css CHANGED
@@ -15,15 +15,7 @@
15
15
  }
16
16
 
17
17
  .navds-list li {
18
- margin-block-end: var(--a-spacing-4);
19
- }
20
-
21
- .navds-list--small li {
22
- margin-block-end: var(--a-spacing-3);
23
- }
24
-
25
- .navds-list--nested li {
26
- margin-block-end: var(--a-spacing-3);
18
+ margin-block-end: var(--a-spacing-2);
27
19
  }
28
20
 
29
21
  .navds-list:last-child > ul > li:last-child,
@@ -50,25 +42,25 @@
50
42
  .navds-list .navds-list__item-marker--bullet {
51
43
  display: flex;
52
44
  align-items: center;
53
- height: var(--a-font-line-height-large);
45
+ height: var(--a-font-line-height-xlarge);
54
46
  grid-column: 1 / 2;
55
47
  color: var(--ac-list-marker-ul-color, var(--ac-list-marker-color, var(--a-icon-default)));
56
48
  }
57
49
 
58
50
  .navds-list--small .navds-list__item-marker--bullet {
59
- height: var(--a-font-line-height-medium);
51
+ height: var(--a-font-line-height-large);
60
52
  }
61
53
 
62
54
  .navds-list__item-marker--icon {
63
55
  color: var(--ac-list-marker-icon-color, var(--ac-list-marker-color, var(--a-icon-default)));
64
56
  display: flex;
65
57
  align-items: center;
66
- height: var(--a-font-line-height-large);
58
+ height: var(--a-font-line-height-xlarge);
67
59
  padding-block-end: 1px;
68
60
  }
69
61
 
70
62
  .navds-list--small .navds-list__item-marker--icon {
71
- height: var(--a-font-line-height-medium);
63
+ height: var(--a-font-line-height-large);
72
64
  }
73
65
 
74
66
  .navds-list__item-marker--icon svg {
@@ -93,10 +85,10 @@
93
85
  font-weight: var(--a-font-weight-bold);
94
86
  font-size: var(--a-font-size-large);
95
87
  color: var(--ac-list-marker-ol-color, var(--ac-list-marker-color, var(--a-icon-default)));
96
- line-height: var(--a-font-line-height-large);
88
+ line-height: var(--a-font-line-height-xlarge);
97
89
  }
98
90
 
99
91
  .navds-list--small ol li::marker {
100
92
  font-size: var(--a-font-size-small);
101
- line-height: var(--a-font-line-height-medium);
93
+ line-height: var(--a-font-line-height-large);
102
94
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-css",
3
- "version": "6.10.0",
3
+ "version": "6.11.0",
4
4
  "description": "CSS for NAV Designsystem",
5
5
  "author": "Aksel | NAV designsystem team",
6
6
  "keywords": [
@@ -27,7 +27,7 @@
27
27
  "css:get-version": "node config/get-version.js"
28
28
  },
29
29
  "devDependencies": {
30
- "@navikt/ds-tokens": "^6.10.0",
30
+ "@navikt/ds-tokens": "^6.11.0",
31
31
  "cssnano": "6.0.0",
32
32
  "fast-glob": "3.2.11",
33
33
  "lodash": "4.17.21",
package/pagination.css CHANGED
@@ -1,3 +1,7 @@
1
+ .navds-pagination {
2
+ position: relative;
3
+ }
4
+
1
5
  .navds-pagination__list {
2
6
  margin: 0;
3
7
  padding: 0;