@navikt/ds-css 0.18.23 → 0.18.26

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/link-panel.css CHANGED
@@ -12,7 +12,7 @@
12
12
  display: flex;
13
13
  align-items: center;
14
14
  justify-content: space-between;
15
- gap: var(--navds-spacing-2);
15
+ gap: var(--navds-spacing-4);
16
16
  }
17
17
 
18
18
  .navds-link-panel:hover .navds-link-panel__title {
@@ -42,5 +42,5 @@
42
42
  }
43
43
 
44
44
  .navds-link-panel__description {
45
- margin-top: var(--navds-spacing-2);
45
+ margin-top: var(--navds-spacing-1);
46
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-css",
3
- "version": "0.18.23",
3
+ "version": "0.18.26",
4
4
  "description": "Css for NAV Designsystem components",
5
5
  "author": "NAV Designsystem team",
6
6
  "keywords": [
@@ -27,5 +27,5 @@
27
27
  "postcss-combine-duplicated-selectors": "10.0.3",
28
28
  "postcss-import": "^14.0.2"
29
29
  },
30
- "gitHead": "0826fcf332a3499c610d8d2035fbd542c9ed0433"
30
+ "gitHead": "43251ae7c36ecc5f62a431326adbffe4970c38ff"
31
31
  }
package/read-more.css CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
  .navds-read-more + .ReactCollapse--collapse {
34
34
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
35
- padding-top: var(--navds-spacing-2);
35
+ padding-top: var(--navds-spacing-1);
36
36
  }
37
37
 
38
38
  .navds-read-more:not(.navds-read-more--open) + .ReactCollapse--collapse {
@@ -40,19 +40,9 @@
40
40
  }
41
41
 
42
42
  .navds-read-more__content {
43
- display: flex;
44
- align-items: stretch;
45
- gap: 10px;
46
- padding: 0 var(--navds-spacing-1);
47
- }
48
-
49
- .navds-read-more__content::before {
50
- content: "";
51
- display: block;
52
- width: 2px;
53
- background-color: rgba(38 38 38 / 0.36);
54
- margin: 0 7px;
55
- flex-shrink: 0;
43
+ border-left: 2px solid rgba(38 38 38 / 0.36);
44
+ margin-left: 11px;
45
+ padding-left: 15px;
56
46
  }
57
47
 
58
48
  .navds-read-more__expand-icon {
package/table.css CHANGED
@@ -148,7 +148,7 @@
148
148
  }
149
149
 
150
150
  .navds-table__header-cell--align-right .navds-table__sort-button {
151
- justify-content: end;
151
+ justify-content: flex-end;
152
152
  }
153
153
 
154
154
  .navds-table__header-cell--align-center .navds-table__sort-button {