@navikt/ds-react 2.4.3 → 2.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-react",
3
- "version": "2.4.3",
3
+ "version": "2.5.0",
4
4
  "description": "Aksel react-components for NAV designsystem",
5
5
  "author": "Aksel | NAV designsystem team",
6
6
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@floating-ui/react": "0.17.0",
40
- "@navikt/ds-icons": "^2.4.3",
40
+ "@navikt/ds-icons": "^2.5.0",
41
41
  "@radix-ui/react-tabs": "1.0.0",
42
42
  "@radix-ui/react-toggle-group": "1.0.0",
43
43
  "clsx": "^1.2.1",
@@ -148,7 +148,8 @@ export const Loading = {
148
148
  </div>
149
149
  ),
150
150
 
151
- args: { chromatic: { delay: 300 } },
151
+ args: { chromatic: { disableSnapshot: true } },
152
+ chromatic: { disableSnapshot: true },
152
153
  };
153
154
 
154
155
  export const Icon = () => (
@@ -274,5 +275,6 @@ export const LoadingWithAs = {
274
275
  </div>
275
276
  ),
276
277
 
277
- args: { chromatic: { delay: 300 } },
278
+ args: { chromatic: { disableSnapshot: true } },
279
+ chromatic: { disableSnapshot: true },
278
280
  };