@tailor-platform/app-shell 0.19.0 → 0.20.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/index.d.ts CHANGED
@@ -212,6 +212,8 @@ declare type AuthProviderProps = {
212
212
  export declare interface AuthRegister {
213
213
  }
214
214
 
215
+ export declare function CommandPalette(): JSX.Element;
216
+
215
217
  declare type CommonModuleProps = {
216
218
  /**
217
219
  * Resource associated to the module.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tailor-platform/app-shell",
3
- "version": "0.19.0",
3
+ "version": "0.20.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./styles": "./dist/app-shell.css",
@@ -25,11 +25,11 @@
25
25
  "@radix-ui/react-dropdown-menu": "^2.1.16",
26
26
  "@radix-ui/react-label": "^2.1.8",
27
27
  "@radix-ui/react-navigation-menu": "^1.2.5",
28
- "@radix-ui/react-popover": "^1.1.6",
28
+ "@radix-ui/react-popover": "^1.1.15",
29
29
  "@radix-ui/react-select": "^2.1.6",
30
30
  "@radix-ui/react-separator": "^1.1.8",
31
31
  "@radix-ui/react-slot": "^1.2.4",
32
- "@radix-ui/react-tooltip": "^1.1.8",
32
+ "@radix-ui/react-tooltip": "^1.2.8",
33
33
  "@tailor-platform/auth-browser-client": "^0.3.0",
34
34
  "@tanstack/react-table": "^8.21.2",
35
35
  "change-case": "^5.4.4",
@@ -37,9 +37,9 @@
37
37
  "clsx": "^2.1.1",
38
38
  "es-toolkit": "^1.41.0",
39
39
  "graphql": "^16.12.0",
40
- "lucide-react": "^0.487.0",
40
+ "lucide-react": "^0.562.0",
41
41
  "next-themes": "^0.4.6",
42
- "oauth4webapi": "^3.8.1",
42
+ "oauth4webapi": "^3.8.3",
43
43
  "react": "^19.2.1",
44
44
  "react-dom": "^19.2.1",
45
45
  "react-hook-form": "^7.54.2",
@@ -50,6 +50,7 @@
50
50
  "devDependencies": {
51
51
  "@tailwindcss/postcss": "^4.1.2",
52
52
  "@testing-library/react": "^16.3.0",
53
+ "@testing-library/user-event": "^14.6.1",
53
54
  "@types/node": "^22",
54
55
  "@types/react": "^19",
55
56
  "@types/react-dom": "^19",
@@ -64,7 +65,7 @@
64
65
  "vite-plugin-dts": "^4.5.0",
65
66
  "vite-plugin-externalize-deps": "^0.10.0",
66
67
  "vite-tsconfig-paths": "^5.1.4",
67
- "vitest": "^4.0.15"
68
+ "vitest": "^4.0.16"
68
69
  },
69
70
  "scripts": {
70
71
  "dev": "vite build --watch --mode development",