@navikt/ds-react 1.3.0 → 1.3.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.3.
|
|
3
|
+
"version": "1.3.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.3.
|
|
39
|
+
"@navikt/ds-icons": "^1.3.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": "
|
|
77
|
+
"gitHead": "6f3aa4690f40c80f49551bd91a0d908c9815476c"
|
|
78
78
|
}
|
|
@@ -53,7 +53,10 @@ export const Open = () => {
|
|
|
53
53
|
|
|
54
54
|
return (
|
|
55
55
|
<HelpText ref={ref} title="show tooltip" strategy="fixed">
|
|
56
|
-
|
|
56
|
+
Incididunt laborum eiusmod ullamco id aliquip officia ex irure aliqua
|
|
57
|
+
laboris id ea do nisi. Ex esse ad duis culpa non aliquip exercitation eu
|
|
58
|
+
culpa cupidatat nisi. Deserunt voluptate consectetur cillum elit qui ad
|
|
59
|
+
voluptate pariatur.
|
|
57
60
|
</HelpText>
|
|
58
61
|
);
|
|
59
62
|
};
|