@navikt/ds-react 1.0.0 → 1.0.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-react",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
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.0.0",
39
+ "@navikt/ds-icons": "^1.0.1",
40
40
  "@radix-ui/react-tabs": "1.0.0",
41
41
  "@radix-ui/react-toggle-group": "1.0.0",
42
42
  "clsx": "^1.1.1",
@@ -74,5 +74,5 @@
74
74
  "optional": true
75
75
  }
76
76
  },
77
- "gitHead": "155c556feab360fd9d3cdc4062408bd29ff17e71"
77
+ "gitHead": "058969c0f0c469f93cc818aa89a121d13e21019a"
78
78
  }
@@ -19,7 +19,7 @@ export interface ErrorMessageProps
19
19
  spacing?: boolean;
20
20
  }
21
21
 
22
- const ErrorMessage: OverridableComponent<
22
+ export const ErrorMessage: OverridableComponent<
23
23
  ErrorMessageProps,
24
24
  HTMLParagraphElement
25
25
  > = forwardRef(