mainstack-design-system 1.12.6 → 1.12.7

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -10103,7 +10103,7 @@ export declare function useContainerMatchMedia({ el, query, }: {
10103
10103
 
10104
10104
  export declare function useDisclosure(props?: UseDisclosureProps): {
10105
10105
  open: boolean;
10106
- onOpenChange: (value: SetStateAction<boolean>) => void;
10106
+ onOpenChange: (value: boolean) => void;
10107
10107
  onToggle: () => void;
10108
10108
  };
10109
10109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mainstack-design-system",
3
- "version": "1.12.6",
3
+ "version": "1.12.7",
4
4
  "type": "module",
5
5
  "main": "./dist/mainstack-design-system.cjs",
6
6
  "module": "./dist/mainstack-design-system.js",