@ostack.tech/ui 0.2.0 → 0.2.1

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.
@@ -2,8 +2,8 @@ import { type ComponentPropsWithoutRef } from "react";
2
2
  import { type RootProps } from "./Root.tsx";
3
3
  /** Properties of the root element component. */
4
4
  export interface RootElementProps extends ComponentPropsWithoutRef<"div">, Pick<RootProps, "asChild" | "errorBoundaryProps"> {
5
- /** Whether the root element is rendered inside another root element. */
6
- isInRoot?: boolean;
5
+ /** Whether to wrap children in an error boundary. */
6
+ includeErrorBoundary: boolean;
7
7
  }
8
8
  /** Root element. */
9
9
  export declare const RootElement: import("react").ForwardRefExoticComponent<RootElementProps & import("react").RefAttributes<HTMLDivElement>>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ostack.tech/ui",
3
3
  "description": "ostack/UI component library.",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "homepage": "https://ui.ostack.tech/",
6
6
  "author": {
7
7
  "name": "Opensoft",