@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/components.d.ts +1 -2
- package/dist/components.js +1 -1
- package/dist/{index-CHvN8Aah.js → index-c3D9Ti6H.js} +978 -981
- package/dist/{index-CHvN8Aah.js.map → index-c3D9Ti6H.js.map} +1 -1
- package/dist/index.d.ts +1 -2
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/tailwind.config.js +0 -2
- package/dist/tailwind.config.js.map +1 -1
- package/package.json +3 -3
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-
|
|
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";
|