@delightui/components 0.1.67 → 0.1.68
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/cjs/components/organisms/SlideOutPanel/SlideOutPanel.d.ts +2 -1
- package/dist/cjs/components/organisms/SlideOutPanel/SlideOutPanelExample.d.ts +2 -1
- package/dist/cjs/library.css +219 -0
- package/dist/cjs/library.js +1 -1
- package/dist/cjs/library.js.map +1 -1
- package/dist/esm/components/organisms/SlideOutPanel/SlideOutPanel.d.ts +2 -1
- package/dist/esm/components/organisms/SlideOutPanel/SlideOutPanelExample.d.ts +2 -1
- package/dist/esm/library.css +219 -0
- package/dist/esm/library.js +2 -2
- package/dist/esm/library.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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) =>
|
|
2389
|
+
declare const SlideOutPanel: (props: SlideOutPanelProps) => React__default.JSX.Element;
|
|
2390
2390
|
|
|
2391
2391
|
type ThemeContextType = {
|
|
2392
2392
|
theme: string;
|