@harnessio/ui 0.5.10 → 0.5.11

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
@@ -2052,7 +2052,6 @@ declare const Drawer_2: {
2052
2052
  Trigger: ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLButtonElement>>;
2053
2053
  Content: ForwardRefExoticComponent<Omit<Omit<DialogContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>, "ref"> & {
2054
2054
  size?: DrawerContentVariantsSize;
2055
- hideClose?: boolean;
2056
2055
  overlayClassName?: string;
2057
2056
  forceWithOverlay?: boolean;
2058
2057
  } & RefAttributes<HTMLDivElement>>;
@@ -2077,7 +2076,6 @@ declare const Drawer_2: {
2077
2076
 
2078
2077
  declare type DrawerContentProps = ComponentPropsWithoutRef<typeof Drawer.Content> & {
2079
2078
  size?: DrawerContentVariantsSize;
2080
- hideClose?: boolean;
2081
2079
  overlayClassName?: string;
2082
2080
  forceWithOverlay?: boolean;
2083
2081
  };
@@ -2093,6 +2091,7 @@ declare type DrawerContentVariantsSize = VariantProps<typeof drawerContentVarian
2093
2091
 
2094
2092
  declare type DrawerHeaderBaseProps = Omit<HTMLAttributes<HTMLDivElement>, 'children'> & {
2095
2093
  children: ReactNode;
2094
+ hideClose?: boolean;
2096
2095
  };
2097
2096
 
2098
2097
  declare type DrawerHeaderIconOnlyProps = {
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { i as s } from "./index-Bvr23CG5.js";
2
- import { i as e } from "./index-CHvN8Aah.js";
2
+ import { i as e } from "./index-c3D9Ti6H.js";
3
3
  import { i as a } from "./index-D6BuUbRP.js";
4
4
  import { i as m } from "./index-BhO-bCC5.js";
5
5
  import { i as f } from "./index-yGuTXfMI.js";