elseware-ui 2.22.3 → 2.22.4

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.
@@ -1,4 +1,4 @@
1
1
  import { HTMLAttributes } from "react";
2
- export interface BaseComponentProps extends HTMLAttributes<HTMLDivElement> {
2
+ export interface BaseComponentProps extends Omit<HTMLAttributes<HTMLDivElement>, "children"> {
3
3
  className?: string;
4
4
  }
@@ -13,4 +13,5 @@ export type TitleBannerLevel = 1 | 2;
13
13
  export type ListBulletType = "dot" | "diamond" | "number" | "none";
14
14
  export type ListAlign = "start" | "center";
15
15
  export type ListDirection = "vertical" | "horizontal";
16
+ export type RouteTabMode = "route" | "state";
16
17
  export {};
@@ -0,0 +1,2 @@
1
+ import { ReactNode } from "react";
2
+ export declare function isRenderFn(children: ReactNode | ((activeTab: string) => ReactNode)): children is (activeTab: string) => ReactNode;
@@ -1,2 +1,3 @@
1
1
  export * from "./cn";
2
2
  export * from "./currency";
3
+ export * from "./components";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elseware-ui",
3
- "version": "2.22.3",
3
+ "version": "2.22.4",
4
4
  "private": false,
5
5
  "description": "A modern and customizable React UI component library by elseware Technology.",
6
6
  "keywords": [