@hybr1d-tech/charizard 0.7.111 → 0.7.113
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/hybr1d-ui.js +2116 -2136
- package/dist/hybr1d-ui.umd.cjs +18 -18
- package/dist/index.d.ts +0 -15
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2510,8 +2510,6 @@ export declare function Skeleton({ className, ...props }: SkeletonProps): JSX_2.
|
|
|
2510
2510
|
|
|
2511
2511
|
declare type SkeletonProps = React.HTMLAttributes<HTMLDivElement>;
|
|
2512
2512
|
|
|
2513
|
-
export declare function Status({ status, children }: StatusProps): JSX_2.Element;
|
|
2514
|
-
|
|
2515
2513
|
export declare enum STATUS_MAP {
|
|
2516
2514
|
SUCCESS = "success",
|
|
2517
2515
|
INFO = "info",
|
|
@@ -2520,14 +2518,6 @@ export declare enum STATUS_MAP {
|
|
|
2520
2518
|
DEFAULT = "default"
|
|
2521
2519
|
}
|
|
2522
2520
|
|
|
2523
|
-
export declare enum STATUS_STATUS {
|
|
2524
|
-
DISABLED = "disabled",
|
|
2525
|
-
ENABLED = "enabled",
|
|
2526
|
-
INFO = "info",
|
|
2527
|
-
WARNING = "warning",
|
|
2528
|
-
NODATA = "no-data"
|
|
2529
|
-
}
|
|
2530
|
-
|
|
2531
2521
|
export declare const statusMap: {
|
|
2532
2522
|
neutral: {
|
|
2533
2523
|
bg: string;
|
|
@@ -2555,11 +2545,6 @@ export declare const statusMap: {
|
|
|
2555
2545
|
};
|
|
2556
2546
|
};
|
|
2557
2547
|
|
|
2558
|
-
declare interface StatusProps {
|
|
2559
|
-
status?: STATUS_STATUS;
|
|
2560
|
-
children: React_2.ReactNode;
|
|
2561
|
-
}
|
|
2562
|
-
|
|
2563
2548
|
export declare function SVG({ path, width, height, spanClassName, svgClassName, customSpanStyles, customSvgStyles, handleClick, }: SVGProps): JSX_2.Element;
|
|
2564
2549
|
|
|
2565
2550
|
export declare type SVGProps = {
|