@6thbridge/hexa 0.0.0-pr86-175 → 0.0.0-pr86-177
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.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -410,6 +410,7 @@ type DrawerPropsType = {
|
|
|
410
410
|
footer?: React$1.ReactNode;
|
|
411
411
|
hideCloseButton?: boolean;
|
|
412
412
|
full?: boolean;
|
|
413
|
+
containerRelative?: boolean;
|
|
413
414
|
contentClassName?: string;
|
|
414
415
|
drawerContentClassName?: string;
|
|
415
416
|
headerClassName?: string;
|
|
@@ -421,7 +422,7 @@ type DrawerPropsType = {
|
|
|
421
422
|
onCloseAutoFocus?: (e: Event) => void;
|
|
422
423
|
modal?: boolean;
|
|
423
424
|
};
|
|
424
|
-
declare const Drawer: ({ trigger, children, open, onOpenChange, hideCloseButton, full, footer, title, description, contentClassName, headerClassName, titleClassName, descriptionClassName, footerClassName, asChild, onOpenAutoFocus, drawerContentClassName, onCloseAutoFocus, id, modal, }: Omit<DrawerRootType, "value"> & DrawerPropsType) => React$1.JSX.Element;
|
|
425
|
+
declare const Drawer: ({ trigger, children, open, onOpenChange, hideCloseButton, full, footer, title, description, contentClassName, headerClassName, titleClassName, descriptionClassName, footerClassName, asChild, onOpenAutoFocus, drawerContentClassName, onCloseAutoFocus, id, modal, containerRelative, }: Omit<DrawerRootType, "value"> & DrawerPropsType) => React$1.JSX.Element;
|
|
425
426
|
|
|
426
427
|
type LocaleOption = {
|
|
427
428
|
key: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -410,6 +410,7 @@ type DrawerPropsType = {
|
|
|
410
410
|
footer?: React$1.ReactNode;
|
|
411
411
|
hideCloseButton?: boolean;
|
|
412
412
|
full?: boolean;
|
|
413
|
+
containerRelative?: boolean;
|
|
413
414
|
contentClassName?: string;
|
|
414
415
|
drawerContentClassName?: string;
|
|
415
416
|
headerClassName?: string;
|
|
@@ -421,7 +422,7 @@ type DrawerPropsType = {
|
|
|
421
422
|
onCloseAutoFocus?: (e: Event) => void;
|
|
422
423
|
modal?: boolean;
|
|
423
424
|
};
|
|
424
|
-
declare const Drawer: ({ trigger, children, open, onOpenChange, hideCloseButton, full, footer, title, description, contentClassName, headerClassName, titleClassName, descriptionClassName, footerClassName, asChild, onOpenAutoFocus, drawerContentClassName, onCloseAutoFocus, id, modal, }: Omit<DrawerRootType, "value"> & DrawerPropsType) => React$1.JSX.Element;
|
|
425
|
+
declare const Drawer: ({ trigger, children, open, onOpenChange, hideCloseButton, full, footer, title, description, contentClassName, headerClassName, titleClassName, descriptionClassName, footerClassName, asChild, onOpenAutoFocus, drawerContentClassName, onCloseAutoFocus, id, modal, containerRelative, }: Omit<DrawerRootType, "value"> & DrawerPropsType) => React$1.JSX.Element;
|
|
425
426
|
|
|
426
427
|
type LocaleOption = {
|
|
427
428
|
key: string;
|