@banyan_cloud/roots 2.0.11 → 2.0.13

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.
@@ -23,6 +23,6 @@ export declare const BaseCell: import("react").ForwardRefExoticComponent<{
23
23
  attrs?: import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement> | import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
24
24
  radius?: "none" | "default" | "round" | "ellipse";
25
25
  } & {
26
- component2: ReactElement;
26
+ component2: ReactElement | string;
27
27
  } & import("react").RefAttributes<RefObject<HTMLElement>>>;
28
28
  export default BaseCell;
@@ -65,7 +65,7 @@ export type BaseCellProps<T extends keyof JSX.IntrinsicElements, TComponent2 ext
65
65
  */
66
66
  radius?: RadiusTypes;
67
67
  } & (TComponent2 extends true ? {
68
- component2: ReactElement;
68
+ component2: ReactElement | string;
69
69
  } : {
70
70
  component2?: ReactElement | undefined;
71
71
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@banyan_cloud/roots",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
4
4
  "description": "Design System Library which drives the Banyan Cloud products",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",