@tailor-platform/app-shell 0.24.0 → 0.25.0
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/app-shell.js +315 -306
- package/dist/index.d.ts +3 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ import { LoaderFunctionArgs } from 'react-router';
|
|
|
7
7
|
import { Params } from 'react-router';
|
|
8
8
|
import * as React_2 from 'react';
|
|
9
9
|
import { ReactNode } from 'react';
|
|
10
|
+
import { toast } from 'sonner';
|
|
10
11
|
import { useLocation } from 'react-router';
|
|
11
12
|
import { useNavigate } from 'react-router';
|
|
12
13
|
import { useParams } from 'react-router';
|
|
@@ -999,4 +1000,6 @@ export { useSearchParams }
|
|
|
999
1000
|
|
|
1000
1001
|
export declare const useTheme: () => ThemeProviderState;
|
|
1001
1002
|
|
|
1003
|
+
export declare const useToast: () => typeof toast;
|
|
1004
|
+
|
|
1002
1005
|
export { }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tailor-platform/app-shell",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./styles": "./dist/app-shell.css",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@tailwindcss/postcss": "^4.1.2",
|
|
50
|
-
"@testing-library/react": "^16.3.
|
|
50
|
+
"@testing-library/react": "^16.3.2",
|
|
51
51
|
"@testing-library/user-event": "^14.6.1",
|
|
52
52
|
"@types/node": "^22",
|
|
53
53
|
"@types/react": "^19",
|