@smart-factor/gem-ui-components 0.0.160 → 0.0.162

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.
@@ -5,5 +5,5 @@ export declare const withResponseFallback: <TData>(response: {
5
5
  response?: TData;
6
6
  };
7
7
  }, fallback: TData) => TData;
8
- export declare const useContextual: <TQuery, TData>(queryKey: string, query: TQuery, queryFn: () => Promise<TData>, options?: ContextualQueryOptions<TData>) => import('@tanstack/react-query').UseQueryResult<TData, Error>;
8
+ export declare const useContextual: <TQuery, TData>(queryKey: string, query: TQuery, queryFn: () => Promise<TData>, options?: ContextualQueryOptions<TData>) => import('@tanstack/react-query').UseQueryResult<import('@tanstack/query-core').NoInfer<TData>, Error>;
9
9
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-factor/gem-ui-components",
3
- "version": "0.0.160",
3
+ "version": "0.0.162",
4
4
  "private": false,
5
5
  "description": "Gem UI Components",
6
6
  "type": "module",
@@ -65,7 +65,7 @@
65
65
  "@storybook/react-vite": "^8.6.9",
66
66
  "@storybook/test": "^8.6.9",
67
67
  "@svgdotjs/svg.js": "^3.2.4",
68
- "@tanstack/react-query": "5.75.2",
68
+ "@tanstack/react-query": "5.90.21",
69
69
  "@testing-library/react": "^16.2.0",
70
70
  "@testing-library/user-event": "^14.6.1",
71
71
  "@types/js-cookie": "^3.0.6",
@@ -107,10 +107,13 @@
107
107
  "@emotion/styled": "^11.14.0",
108
108
  "@hookform/resolvers": "^4.1.2",
109
109
  "@posthog/react": "^1.0.0",
110
+ "@tanstack/query-persist-client-core": "^5.75.2",
111
+ "@tanstack/query-sync-storage-persister": "^5.75.2",
110
112
  "axios": "^1.8.4",
111
113
  "dayjs": "^1.11.13",
112
114
  "http-proxy-middleware": "^3.0.3",
113
115
  "husky": "^9.1.7",
116
+ "idb": "^8.0.3",
114
117
  "js-base64": "^3.7.7",
115
118
  "js-cookie": "^3.0.5",
116
119
  "lint-staged": "^15.5.0",