@obosbbl/grunnmuren-react 1.14.0-beta.0 → 1.14.0-beta.2
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/dist/hooks/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const usePrefersReducedMotion: (defaultState?: boolean) => boolean;
|
|
1
|
+
export declare const usePrefersReducedMotion: (defaultState?: boolean) => boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useScreenMaxWidthMd: (defaultState: boolean) => boolean;
|
|
1
|
+
export declare const useScreenMaxWidthMd: (defaultState: boolean) => boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@obosbbl/grunnmuren-react",
|
|
3
|
-
"version": "1.14.0-beta.
|
|
3
|
+
"version": "1.14.0-beta.2",
|
|
4
4
|
"description": "OBOS Grunnmuren design system React components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
],
|
|
18
18
|
"types": "./dist/index.d.ts",
|
|
19
19
|
"devDependencies": {
|
|
20
|
+
"@react-hookz/web": "23.0.0",
|
|
20
21
|
"@storybook/addon-controls": "7.0.12",
|
|
21
22
|
"@storybook/addon-docs": "7.0.12",
|
|
22
23
|
"@storybook/addon-styling": "1.0.8",
|
|
@@ -42,7 +43,6 @@
|
|
|
42
43
|
"@react-hook/merged-ref": "1.3.2",
|
|
43
44
|
"clsx": "1.2.1",
|
|
44
45
|
"react-collapsed": "4.0.2",
|
|
45
|
-
"react-use": "17.4.0",
|
|
46
46
|
"@obosbbl/grunnmuren-icons": "^0.6.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|