@crystaldesign/quick-config 26.2.0-rc.9 → 26.3.0-beta.10

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": "@crystaldesign/quick-config",
3
- "version": "26.2.0-rc.9",
3
+ "version": "26.3.0-beta.10",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "storybook": "storybook dev -p 6006",
@@ -35,5 +35,5 @@
35
35
  "module": "build/esm/index.js",
36
36
  "types": "./build/types/quick-config/src/index.d.ts",
37
37
  "main": "build/cjs/index.js",
38
- "gitHead": "2e72240b3a0707dc3e133705346b1a09a521424f"
38
+ "gitHead": "acf578d8821720e01b13cd77b1989f64ad9c93f0"
39
39
  }
@@ -1,9 +0,0 @@
1
- import { UserSelection } from '../../../types';
2
- export interface UseQuickConfigStorageResult {
3
- /** Stored selections for the given configId (recomputed when configId changes) */
4
- storedSelections: Record<string, UserSelection[]> | null;
5
- /** Persists selections to localStorage */
6
- persistSelections: (selections: Record<string, UserSelection[]>) => void;
7
- }
8
- export declare function useQuickConfigStorage(configId: string): UseQuickConfigStorageResult;
9
- //# sourceMappingURL=useQuickConfigStorage.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useQuickConfigStorage.d.ts","sourceRoot":"","sources":["../../../../../../../src/Components/QuickConfig/hooks/useQuickConfigStorage.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAU/C,MAAM,WAAW,2BAA2B;IAC1C,kFAAkF;IAClF,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,EAAE,CAAC,GAAG,IAAI,CAAC;IACzD,0CAA0C;IAC1C,iBAAiB,EAAE,CAAC,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,EAAE,CAAC,KAAK,IAAI,CAAC;CAC1E;AA8BD,wBAAgB,qBAAqB,CAAC,QAAQ,EAAE,MAAM,GAAG,2BAA2B,CAkBnF"}