@delightui/components 0.1.67 → 0.1.69

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
@@ -2386,7 +2386,7 @@ type SlideOutPanelProps = Omit<ModalProps, 'size' | 'header' | 'footer' | 'compo
2386
2386
  direction?: SlideOutPanelDirectionEnum;
2387
2387
  };
2388
2388
 
2389
- declare const SlideOutPanel: (props: SlideOutPanelProps) => React$1.JSX.Element;
2389
+ declare const SlideOutPanel: (props: SlideOutPanelProps) => React__default.JSX.Element;
2390
2390
 
2391
2391
  type ThemeContextType = {
2392
2392
  theme: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delightui/components",
3
- "version": "0.1.67",
3
+ "version": "0.1.69",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "vite",