@navikt/ds-css 0.18.0 → 0.18.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-css",
3
- "version": "0.18.0",
3
+ "version": "0.18.1",
4
4
  "private": false,
5
5
  "description": "Css for NAV Designsystem components",
6
6
  "author": "NAV Designsystem team",
@@ -28,5 +28,5 @@
28
28
  "postcss-combine-duplicated-selectors": "10.0.3",
29
29
  "postcss-import": "^14.0.2"
30
30
  },
31
- "gitHead": "17f35836538a5956def85cefe08ba956c71ba3b2"
31
+ "gitHead": "c1a97b0b5e1bd237493d5bc70636052c16bb4471"
32
32
  }
package/read-more.css CHANGED
@@ -31,7 +31,7 @@
31
31
  }
32
32
 
33
33
  .navds-read-more + .ReactCollapse--collapse {
34
- transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1);
34
+ transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
35
35
  padding-top: var(--navds-spacing-2);
36
36
  }
37
37
 
package/tooltip.css CHANGED
@@ -17,8 +17,8 @@
17
17
  border-radius: var(--navds-border-radius-small);
18
18
  padding: 0 var(--navds-spacing-2);
19
19
  align-items: center;
20
- filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.05))
21
- drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
20
+ filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1))
21
+ drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
22
22
  display: flex;
23
23
  flex-direction: column;
24
24
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);