@navikt/ds-react 4.1.0 → 4.1.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/_docs.json CHANGED
@@ -6765,7 +6765,7 @@
6765
6765
  },
6766
6766
  "width": {
6767
6767
  "defaultValue": null,
6768
- "description": "When not infering width from children, you must specify width",
6768
+ "description": "When not inferring width from children, you must specify width",
6769
6769
  "name": "width",
6770
6770
  "parent": {
6771
6771
  "fileName": "src/skeleton/Skeleton.tsx",
@@ -10,7 +10,7 @@ export interface SkeletonProps extends React.HTMLAttributes<HTMLDivElement> {
10
10
  */
11
11
  height?: number | string;
12
12
  /**
13
- * When not infering width from children, you must specify width
13
+ * When not inferring width from children, you must specify width
14
14
  */
15
15
  width?: number | string;
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-react",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Aksel react-components for NAV designsystem",
5
5
  "author": "Aksel | NAV designsystem team",
6
6
  "license": "MIT",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@floating-ui/react": "0.24.1",
41
- "@navikt/aksel-icons": "^4.1.0",
41
+ "@navikt/aksel-icons": "^4.1.1",
42
42
  "@radix-ui/react-tabs": "1.0.0",
43
43
  "@radix-ui/react-toggle-group": "1.0.0",
44
44
  "clsx": "^1.2.1",
@@ -12,7 +12,7 @@ export interface SkeletonProps extends React.HTMLAttributes<HTMLDivElement> {
12
12
  */
13
13
  height?: number | string;
14
14
  /**
15
- * When not infering width from children, you must specify width
15
+ * When not inferring width from children, you must specify width
16
16
  */
17
17
  width?: number | string;
18
18
  }