@geneui/components 3.0.0-next-48d0ef7-31102024 → 3.0.0-next-d9fa1ce-06112024
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/Button.js +43 -0
- package/Loader.js +3 -3
- package/components/atoms/Button/Button.d.ts +64 -0
- package/components/atoms/Button/index.d.ts +1 -0
- package/components/atoms/Loader/Loader.d.ts +4 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
package/Button.js
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import React__default, { forwardRef } from 'react';
|
|
2
|
+
import { c as classNames } from './index-ce02421b.js';
|
|
3
|
+
import { s as styleInject } from './style-inject.es-746bb8ed.js';
|
|
4
|
+
import Loader from './Loader.js';
|
|
5
|
+
|
|
6
|
+
var css_248z = ".button{align-items:center;border-style:var(--guit-ref-border-style-solid);border-width:var(--guit-ref-border-width-thin);cursor:pointer;display:inline-flex;justify-content:center;min-width:-webkit-max-content;min-width:max-content;position:relative;-webkit-user-select:none;user-select:none}.button:not(.button_type_outline){border-color:var(--guit-ref-color-transparent-neutral-0-0)}.button_icon_before{flex-direction:row}.button_icon_after{flex-direction:row-reverse}.button_color_primary.button_type_fill{background-color:var(--guit-sem-color-background-brand-2);color:var(--guit-sem-color-foreground-inverse)}.button_color_primary.button_type_fill:hover{background-color:var(--guit-sem-color-background-brand-2-hover)}.button_color_primary.button_type_fill:active{background-color:var(--guit-sem-color-background-brand-2-pressed)}.button_color_primary.button_type_fill:disabled{background-color:var(--guit-sem-color-background-disabled)}.button_color_primary.button_type_outline{border-color:var(--guit-sem-color-border-brand);color:var(--guit-sem-color-foreground-brand)}.button_color_primary.button_type_outline:hover{background-color:var(--guit-sem-color-background-brand-1-hover)}.button_color_primary.button_type_outline:active{background-color:var(--guit-sem-color-background-brand-1-pressed)}.button_color_primary.button_type_outline:disabled{border-color:var(--guit-sem-color-border-disabled-1)}.button_color_primary.button_type_text{color:var(--guit-sem-color-foreground-brand)}.button_color_primary.button_type_text:hover{background-color:var(--guit-sem-color-background-brand-1-hover)}.button_color_primary.button_type_text:active{background-color:var(--guit-sem-color-background-brand-1-pressed)}.button_color_secondary.button_type_fill{background-color:var(--guit-sem-color-background-neutral-2);color:var(--guit-sem-color-foreground-neutral-2)}.button_color_secondary.button_type_fill:hover{background-color:var(--guit-sem-color-background-neutral-2-hover)}.button_color_secondary.button_type_fill:active{background-color:var(--guit-sem-color-background-neutral-2-pressed)}.button_color_secondary.button_type_fill:disabled{background-color:var(--guit-sem-color-background-disabled)}.button_color_secondary.button_type_outline{background-color:var(--guit-sem-color-background-transparent-1);border-color:var(--guit-sem-color-border-neutral-2);color:var(--guit-sem-color-foreground-neutral-2)}.button_color_secondary.button_type_outline:hover{background-color:var(--guit-sem-color-background-transparent-1-hover)}.button_color_secondary.button_type_outline:active{background-color:var(--guit-sem-color-background-transparent-1-pressed)}.button_color_secondary.button_type_outline:disabled{border-color:var(--guit-sem-color-border-disabled-1)}.button_color_secondary.button_type_text{background-color:var(--guit-sem-color-background-transparent-1);color:var(--guit-sem-color-foreground-neutral-2)}.button_color_secondary.button_type_text:hover{background-color:var(--guit-sem-color-background-transparent-1-hover)}.button_color_secondary.button_type_text:active{background-color:var(--guit-sem-color-background-transparent-1-pressed)}.button_color_danger.button_type_fill{background-color:var(--guit-sem-color-background-error-2);color:var(--guit-sem-color-foreground-inverse)}.button_color_danger.button_type_fill:hover{background-color:var(--guit-sem-color-background-error-2-hover)}.button_color_danger.button_type_fill:active{background-color:var(--guit-sem-color-background-error-2-pressed)}.button_color_danger.button_type_fill:disabled{background-color:var(--guit-sem-color-background-disabled)}.button_color_danger.button_type_outline{border-color:var(--guit-sem-color-border-error);color:var(--guit-sem-color-foreground-error)}.button_color_danger.button_type_outline:hover{background-color:var(--guit-sem-color-background-error-1-hover)}.button_color_danger.button_type_outline:active{background-color:var(--guit-sem-color-background-error-1-pressed)}.button_color_danger.button_type_outline:disabled{border-color:var(--guit-sem-color-border-disabled-1)}.button_color_danger.button_type_text{background-color:var(--guit-sem-color-background-transparent-1);color:var(--guit-sem-color-foreground-error)}.button_color_danger.button_type_text:hover{background-color:var(--guit-sem-color-background-error-1-hover)}.button_color_danger.button_type_text:active{background-color:var(--guit-sem-color-background-error-1-pressed)}.button_color_success.button_type_fill{background-color:var(--guit-sem-color-background-success-2);color:var(--guit-sem-color-foreground-neutral-2-notheme)}.button_color_success.button_type_fill:hover{background-color:var(--guit-sem-color-background-success-2-hover)}.button_color_success.button_type_fill:active{background-color:var(--guit-sem-color-background-success-2-pressed)}.button_color_success.button_type_fill:disabled{background-color:var(--guit-sem-color-background-disabled)}.button_color_success.button_type_outline{border-color:var(--guit-sem-color-border-success);color:var(--guit-sem-color-foreground-success)}.button_color_success.button_type_outline:hover{background-color:var(--guit-sem-color-background-success-1-hover)}.button_color_success.button_type_outline:active{background-color:var(--guit-sem-color-background-success-1-pressed)}.button_color_success.button_type_outline:disabled{border-color:var(--guit-sem-color-border-disabled-1)}.button_color_success.button_type_text{background-color:var(--guit-sem-color-background-transparent-1);color:var(--guit-sem-color-foreground-success)}.button_color_success.button_type_text:hover{background-color:var(--guit-sem-color-background-success-1-hover)}.button_color_success.button_type_text:active{background-color:var(--guit-sem-color-background-success-1-pressed)}.button_color_inverse.button_type_fill{background-color:var(--guit-sem-color-background-inverse);color:var(--guit-sem-color-foreground-neutral-2)}.button_color_inverse.button_type_fill:hover{background-color:var(--guit-sem-color-background-inverse-hover)}.button_color_inverse.button_type_fill:active{background-color:var(--guit-sem-color-background-inverse-pressed)}.button_color_inverse.button_type_fill:disabled{background-color:var(--guit-sem-color-background-disabled)}.button_color_inverse.button_type_outline{background-color:var(--guit-sem-color-background-transparent-1);border-color:var(--guit-sem-color-border-inverse);color:var(--guit-sem-color-foreground-inverse)}.button_color_inverse.button_type_outline:hover{background-color:var(--guit-sem-color-background-transparent-1-hover)}.button_color_inverse.button_type_outline:active{background-color:var(--guit-sem-color-background-transparent-1-pressed)}.button_color_inverse.button_type_outline:disabled{border-color:var(--guit-sem-color-border-inverse-disabled);color:var(--guit-sem-color-foreground-inverse-disabled)}.button_color_inverse.button_type_text{background-color:var(--guit-sem-color-background-transparent-1);color:var(--guit-sem-color-foreground-inverse)}.button_color_inverse.button_type_text:hover{background-color:var(--guit-sem-color-background-transparent-1-hover)}.button_color_inverse.button_type_text:active{background-color:var(--guit-sem-color-background-transparent-1-pressed)}.button_color_inverse.button_type_text:disabled{color:var(--guit-sem-color-foreground-inverse-disabled)}.button_color_transparent.button_type_fill{background-color:var(--guit-sem-color-background-transparent-inverse-2);color:var(--guit-sem-color-foreground-inverse)}.button_color_transparent.button_type_fill:hover{background-color:var(--guit-sem-color-background-transparent-inverse-2-hover)}.button_color_transparent.button_type_fill:active{background-color:var(--guit-sem-color-background-transparent-inverse-2-pressed)}.button_color_transparent.button_type_fill:disabled{background-color:var(--guit-sem-color-background-disabled)}.button_color_transparent.button_type_outline{border-color:var(--guit-sem-color-border-inverse);color:var(--guit-sem-color-foreground-inverse)}.button_color_transparent.button_type_outline:hover{background-color:var(--guit-sem-color-background-transparent-inverse-2-hover)}.button_color_transparent.button_type_outline:active{background-color:var(--guit-sem-color-background-transparent-inverse-2-pressed)}.button_color_transparent.button_type_outline:disabled{border-color:var(--guit-sem-color-border-inverse-disabled);color:var(--guit-sem-color-foreground-disabled)}.button_color_transparent.button_type_text{background-color:var(--guit-sem-color-background-transparent-inverse-1);color:var(--guit-sem-color-foreground-inverse)}.button_color_transparent.button_type_text:hover{background-color:var(--guit-sem-color-background-transparent-inverse-2-hover)}.button_color_transparent.button_type_text:active{background-color:var(--guit-sem-color-background-transparent-inverse-2-pressed)}.button_color_transparent.button_type_text:disabled{color:var(--guit-sem-color-foreground-disabled)}.button_size_large{border-radius:var(--guit-ref-radius-2xsmall);gap:var(--guit-ref-spacing-xsmall);height:var(--guit-sem-dimension-height-large)}.button_size_large:not(.button_icon_only){padding-bottom:var(--guit-ref-spacing-small);padding-top:var(--guit-ref-spacing-small)}.button_size_large:not(.button_icon_before,.button_size_large.button_icon_after,.button_icon_only){min-width:var(--guit-sem-dimension-width-2xlarge);padding-inline-end:var(--guit-ref-spacing-large);padding-inline-start:var(--guit-ref-spacing-large)}.button_size_large.button_icon_after,.button_size_large.button_icon_before{min-width:var(--guit-sem-dimension-width-5xlarge)}.button_size_large.button_icon_before{padding-inline-end:var(--guit-ref-spacing-large);padding-inline-start:var(--guit-ref-spacing-medium)}.button_size_large.button_icon_after{padding-inline-end:var(--guit-ref-spacing-medium);padding-inline-start:var(--guit-ref-spacing-large)}.button_size_large.button_icon_only{min-width:var(--guit-sem-dimension-width-large);padding:var(--guit-ref-spacing-small)}.button_size_medium{border-radius:var(--guit-ref-radius-3xsmall);gap:var(--guit-ref-spacing-xsmall);height:var(--guit-sem-dimension-height-medium)}.button_size_medium:not(.button_icon_only){padding-bottom:var(--guit-ref-spacing-2xsmall);padding-top:var(--guit-ref-spacing-2xsmall)}.button_size_medium:not(.button_icon_before,.button_size_medium.button_icon_after,.button_icon_only){min-width:var(--guit-sem-dimension-width-2xlarge);padding-inline-end:var(--guit-ref-spacing-medium);padding-inline-start:var(--guit-ref-spacing-medium)}.button_size_medium.button_icon_after,.button_size_medium.button_icon_before{min-width:var(--guit-sem-dimension-width-3xlarge)}.button_size_medium.button_icon_before{padding-inline-end:var(--guit-ref-spacing-medium);padding-inline-start:var(--guit-ref-spacing-xsmall)}.button_size_medium.button_icon_after{padding-inline-end:var(--guit-ref-spacing-xsmall);padding-inline-start:var(--guit-ref-spacing-medium)}.button_size_medium.button_icon_only{min-width:var(--guit-sem-dimension-width-medium);padding:var(--guit-ref-spacing-2xsmall)}.button_size_small{border-radius:var(--guit-ref-radius-3xsmall);gap:var(--guit-ref-spacing-2xsmall);height:var(--guit-sem-dimension-height-small)}.button_size_small:not(.button_icon_only){padding-bottom:var(--guit-ref-spacing-4xsmall);padding-top:var(--guit-ref-spacing-4xsmall)}.button_size_small:not(.button_icon_before,.button_size_small.button_icon_after,.button_icon_only){min-width:var(--guit-sem-dimension-width-2xlarge);padding-inline-end:var(--guit-ref-spacing-medium);padding-inline-start:var(--guit-ref-spacing-medium)}.button_size_small.button_icon_after,.button_size_small.button_icon_before{min-width:var(--guit-sem-dimension-width-3xlarge)}.button_size_small.button_icon_before{padding-inline-end:var(--guit-ref-spacing-medium);padding-inline-start:var(--guit-ref-spacing-xsmall)}.button_size_small.button_icon_after{padding-inline-end:var(--guit-ref-spacing-xsmall);padding-inline-start:var(--guit-ref-spacing-medium)}.button_size_small.button_icon_only{min-width:var(--guit-sem-dimension-width-small);padding:var(--guit-ref-spacing-4xsmall)}.button_size_XSmall{border-radius:var(--guit-ref-radius-4xsmall);height:var(--guit-sem-dimension-height-small-nudge)}.button_size_XSmall.button_icon_only{min-width:var(--guit-sem-dimension-width-small-nudge);padding:var(--guit-ref-spacing-4xsmall)}.button_fullWidth{width:100%}.button_loading .button__loader{visibility:visible}.button_loading .button__icon,.button_loading .button__text{visibility:hidden}.button.disabled,.button:disabled{color:var(--guit-sem-color-foreground-disabled);pointer-events:none}.button__text{font-family:var(--guit-sem-font-label-medium-default-semibold-font-family);font-size:var(--guit-sem-font-label-medium-default-semibold-font-size);font-weight:var(--guit-sem-font-label-medium-default-semibold-font-weight);line-height:var(--guit-sem-font-label-medium-default-semibold-line-height)}.button__icon{flex:0 0 auto}.button__loader{align-items:center;border-radius:inherit;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;visibility:hidden;width:100%}";
|
|
7
|
+
styleInject(css_248z);
|
|
8
|
+
|
|
9
|
+
const iconSizes = {
|
|
10
|
+
large: 20,
|
|
11
|
+
medium: 20,
|
|
12
|
+
small: 20,
|
|
13
|
+
XSmall: 16
|
|
14
|
+
};
|
|
15
|
+
const loadingTypes = {
|
|
16
|
+
primary: { fill: "inverse", outline: "brand", text: "brand" },
|
|
17
|
+
secondary: { fill: "neutral", outline: "neutral", text: "neutral" },
|
|
18
|
+
danger: { fill: "inverse", outline: "neutral", text: "neutral" },
|
|
19
|
+
success: { fill: "neutral", outline: "neutral", text: "neutral" },
|
|
20
|
+
inverse: { fill: "neutral", outline: "inverse", text: "inverse" },
|
|
21
|
+
transparent: { fill: "inverse", outline: "inverse", text: "inverse" }
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* Button initiates an action or event. Use buttons for key actions like submitting a form, saving changes, or advancing to the next step.
|
|
25
|
+
*/
|
|
26
|
+
const Button = forwardRef(({ appearance = "primary", disabled, fullWidth, name, size = "medium", displayType = "fill", text, Icon, onClick, className, iconAfter, isLoading }, ref) => {
|
|
27
|
+
const isSizeXS = size === "XSmall";
|
|
28
|
+
const isTextDisplayForXS = (appearance === "primary" || appearance === "danger" || appearance === "success") && isSizeXS;
|
|
29
|
+
return (React__default.createElement("button", { ref: ref, name: name, type: "button", onClick: onClick, disabled: disabled, className: classNames(`button button_size_${size}
|
|
30
|
+
button_color_${appearance}
|
|
31
|
+
button_type_${isTextDisplayForXS ? "text" : displayType}`, className, {
|
|
32
|
+
button_fullWidth: fullWidth,
|
|
33
|
+
button_icon_before: !iconAfter && Icon && text,
|
|
34
|
+
button_icon_after: iconAfter && Icon && text,
|
|
35
|
+
button_icon_only: (!text || isSizeXS) && Icon,
|
|
36
|
+
button_loading: isLoading
|
|
37
|
+
}) },
|
|
38
|
+
isLoading && (React__default.createElement(Loader, { size: "smallNudge", className: "button__loader", appearance: loadingTypes[appearance][displayType] })),
|
|
39
|
+
Icon && React__default.createElement(Icon, { size: iconSizes[size], className: "button__icon" }),
|
|
40
|
+
text && !isSizeXS && React__default.createElement("span", { className: "button__text" }, text)));
|
|
41
|
+
});
|
|
42
|
+
|
|
43
|
+
export { Button as default };
|
package/Loader.js
CHANGED
|
@@ -7,15 +7,15 @@ styleInject(css_248z);
|
|
|
7
7
|
/**
|
|
8
8
|
*Loading spinner is a visual indicator that informs users an operation is in progress. Typically displayed as a rotating icon or circular animation, it signals that the system is working on a task, such as loading data or processing a request, and that the user should wait until the process is complete.
|
|
9
9
|
*/
|
|
10
|
-
const Loader = ({ isLoading = true, text, textPosition = "after", size = "medium", appearance = "brand", children =
|
|
10
|
+
const Loader = ({ isLoading = true, text, textPosition = "after", size = "medium", appearance = "brand", children, className = "" }) => {
|
|
11
11
|
if (isLoading) {
|
|
12
|
-
return (React__default.createElement("span", { className: `loader loader_direction_${textPosition} loader_size_${size} loader_color_${appearance}` },
|
|
12
|
+
return (React__default.createElement("span", { className: `loader loader_direction_${textPosition} loader_size_${size} loader_color_${appearance} ${className}` },
|
|
13
13
|
React__default.createElement("span", { className: "loader__spinnerWrapper" },
|
|
14
14
|
React__default.createElement("svg", { className: "loader__spinner", viewBox: "0 0 50 50" },
|
|
15
15
|
React__default.createElement("circle", { className: "loader__spinnerPath", cx: "25", cy: "25", r: "22", fill: "none", strokeWidth: "5" }))),
|
|
16
16
|
text && React__default.createElement("span", { className: `loader__text loader__textColor_${appearance}` }, text)));
|
|
17
17
|
}
|
|
18
|
-
return children;
|
|
18
|
+
return React__default.createElement(React__default.Fragment, null, children);
|
|
19
19
|
};
|
|
20
20
|
|
|
21
21
|
export { Loader as default };
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import React, { FC, MouseEvent } from "react";
|
|
2
|
+
import { IconProps } from "@geneui/icons";
|
|
3
|
+
import "./Button.scss";
|
|
4
|
+
interface IButtonProps {
|
|
5
|
+
/**
|
|
6
|
+
* Specifies the name of the `button`, which can be useful for form submission to identify which button was clicked.
|
|
7
|
+
*/
|
|
8
|
+
name?: string;
|
|
9
|
+
/**
|
|
10
|
+
* Size <br>
|
|
11
|
+
* Possible values: `large | medium | small`
|
|
12
|
+
*/
|
|
13
|
+
size?: "large" | "medium" | "small" | "XSmall";
|
|
14
|
+
/**
|
|
15
|
+
* If `true`, the `button` will stretch to occupy the full width of its container.
|
|
16
|
+
*/
|
|
17
|
+
fullWidth?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Indicates whether the `button` is `disabled`, preventing user interaction, focus, click etc...
|
|
20
|
+
*/
|
|
21
|
+
disabled?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Affect form styling point of view. <br>
|
|
24
|
+
* Possible values: `fill | outline | text`
|
|
25
|
+
*/
|
|
26
|
+
displayType?: "fill" | "outline" | "text";
|
|
27
|
+
/**
|
|
28
|
+
* Indicates the action meaning. <br>
|
|
29
|
+
* Possible values: `primary | secondary | danger | success | inverse | transparent`
|
|
30
|
+
*/
|
|
31
|
+
appearance?: "primary" | "secondary" | "danger" | "success" | "inverse" | "transparent";
|
|
32
|
+
/**
|
|
33
|
+
* The text will shown as content of the `button`.
|
|
34
|
+
*/
|
|
35
|
+
text?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The `Icon` prop accepts a React Functional Component that will be displayed alongside the button text.
|
|
38
|
+
*/
|
|
39
|
+
Icon?: FC<IconProps>;
|
|
40
|
+
/**
|
|
41
|
+
* A callback function that is called when the `button` is clicked or entered. <br>
|
|
42
|
+
* It receives an argument containing the event object, which can be a mouse or keyboard event.
|
|
43
|
+
*/
|
|
44
|
+
onClick: (event: MouseEvent<HTMLButtonElement>) => void;
|
|
45
|
+
/**
|
|
46
|
+
* Icon position <br>
|
|
47
|
+
* If the prop is `true` the `Icon` will be shown after the `text` otherwise before the `text`.
|
|
48
|
+
*/
|
|
49
|
+
iconAfter?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
* The prop responsible for showing the loading spinner if passed `true`. The default value is `false`
|
|
52
|
+
*/
|
|
53
|
+
isLoading?: boolean;
|
|
54
|
+
/**
|
|
55
|
+
* Additional class for the parent element.<br>
|
|
56
|
+
* This prop should be used to set placement properties for the element relative to its parent using BEM conventions.
|
|
57
|
+
*/
|
|
58
|
+
className?: string;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Button initiates an action or event. Use buttons for key actions like submitting a form, saving changes, or advancing to the next step.
|
|
62
|
+
*/
|
|
63
|
+
declare const Button: React.ForwardRefExoticComponent<IButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
64
|
+
export { IButtonProps, Button as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { IButtonProps, default } from "./Button";
|
|
@@ -28,6 +28,10 @@ interface ILoaderProps {
|
|
|
28
28
|
* Possible values: `below | after`
|
|
29
29
|
*/
|
|
30
30
|
textPosition?: "below" | "after";
|
|
31
|
+
/**
|
|
32
|
+
* Additional className
|
|
33
|
+
*/
|
|
34
|
+
className?: string;
|
|
31
35
|
}
|
|
32
36
|
/**
|
|
33
37
|
*Loading spinner is a visual indicator that informs users an operation is in progress. Typically displayed as a rotating icon or circular animation, it signals that the system is working on a task, such as loading data or processing a request, and that the user should wait until the process is complete.
|
package/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export { default as Loader, ILoaderProps } from "./components/atoms/Loader";
|
|
|
5
5
|
export { default as Pill, IPillProps } from "./components/atoms/Pill";
|
|
6
6
|
export { default as Divider, IDividerProps } from "./components/atoms/Divider";
|
|
7
7
|
export { default as Info, IInfoProps } from "./components/atoms/Info";
|
|
8
|
+
export { default as Button, IButtonProps } from "./components/atoms/Button";
|
|
8
9
|
export { default as Tooltip } from "./components/molecules/Tooltip";
|
|
9
10
|
export { default as GeneUIProvider, GeneUIDesignSystemContext, IGeneUIDesignSystemContext, IGeneUIProviderProps } from "./components/providers/GeneUIProvider";
|
|
10
11
|
export { default as useDebounce } from "./hooks/useDebounceCallback";
|
package/index.js
CHANGED
|
@@ -5,6 +5,7 @@ export { default as Loader } from './Loader.js';
|
|
|
5
5
|
export { default as Pill } from './Pill.js';
|
|
6
6
|
export { default as Divider } from './Divider.js';
|
|
7
7
|
export { default as Info } from './Info.js';
|
|
8
|
+
export { default as Button } from './Button.js';
|
|
8
9
|
export { default as Tooltip } from './Tooltip.js';
|
|
9
10
|
export { GeneUIDesignSystemContext, default as GeneUIProvider } from './GeneUIProvider.js';
|
|
10
11
|
export { u as useDebounce, a as useEllipsisDetection } from './useEllipsisDetection-46d712b6.js';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geneui/components",
|
|
3
3
|
"description": "The Gene UI components library designed for BI tools",
|
|
4
|
-
"version": "3.0.0-next-
|
|
4
|
+
"version": "3.0.0-next-d9fa1ce-06112024",
|
|
5
5
|
"author": "SoftConstruct",
|
|
6
6
|
"homepage": "https://github.com/softconstruct/gene-ui-components#readme",
|
|
7
7
|
"repository": {
|