@navikt/ds-react 1.3.37 → 1.3.38

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": "1.3.37",
3
+ "version": "1.3.38",
4
4
  "description": "NAV designsystem react components",
5
5
  "author": "NAV Designsystem team",
6
6
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@floating-ui/react-dom-interactions": "0.9.2",
39
- "@navikt/ds-icons": "^1.3.37",
39
+ "@navikt/ds-icons": "^1.3.38",
40
40
  "@radix-ui/react-tabs": "1.0.0",
41
41
  "@radix-ui/react-toggle-group": "1.0.0",
42
42
  "clsx": "^1.2.1",
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import { BodyLong } from "../..";
3
- import { Grid, Cell, ContentContainer } from "../index";
2
+ import { BodyLong, Grid, Cell, ContentContainer } from "../index";
4
3
 
5
4
  export default {
6
5
  title: "ds-react/Grid",
@@ -1,7 +1,11 @@
1
1
  import { Add } from "@navikt/ds-icons";
2
2
  import React from "react";
3
- import { ConfirmationPanel as DsConfirmationPanel, Link } from "..";
4
- import { Alert as DsAlert, BodyLong } from "../..";
3
+ import {
4
+ ConfirmationPanel as DsConfirmationPanel,
5
+ Link,
6
+ Alert as DsAlert,
7
+ BodyLong,
8
+ } from "..";
5
9
  export default {
6
10
  title: "ds-react/Link",
7
11
  component: Link,
@@ -1,5 +1,5 @@
1
1
  import React, { useEffect, useState } from "react";
2
- import { BodyLong, Button, Heading } from "../..";
2
+ import { BodyLong, Button, Heading } from "..";
3
3
  import Modal from "./Modal";
4
4
 
5
5
  export default {
@@ -1,7 +1,6 @@
1
1
  import { Meta } from "@storybook/react/types-6-0";
2
2
  import React from "react";
3
- import { Alert, Button, Search } from "../..";
4
- import { Tooltip } from "../index";
3
+ import { Tooltip, Alert, Button, Search } from "..";
5
4
 
6
5
  export default {
7
6
  title: "ds-react/Tooltip",