@beweco/aurora-ui 0.0.10 → 0.0.12
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/assets/css/styles.css +1 -1
- package/dist/index.cjs.js +175 -14
- package/dist/index.esm.js +170 -20
- package/dist/types/components/autocomplete/AutoComplete.d.ts +13 -0
- package/dist/types/components/autocomplete/AutoComplete.d.ts.map +1 -0
- package/dist/types/components/autocomplete/AutoComplete.types.d.ts +8 -0
- package/dist/types/components/autocomplete/AutoComplete.types.d.ts.map +1 -0
- package/dist/types/components/autocomplete/index.d.ts +3 -0
- package/dist/types/components/autocomplete/index.d.ts.map +1 -0
- package/dist/types/components/button/Button.d.ts +12 -5
- package/dist/types/components/button/Button.d.ts.map +1 -1
- package/dist/types/components/button/Button.types.d.ts +10 -20
- package/dist/types/components/button/Button.types.d.ts.map +1 -1
- package/dist/types/components/button/index.d.ts +2 -2
- package/dist/types/components/button/index.d.ts.map +1 -1
- package/dist/types/components/card/Card.d.ts +13 -0
- package/dist/types/components/card/Card.d.ts.map +1 -0
- package/dist/types/components/card/Card.types.d.ts +15 -0
- package/dist/types/components/card/Card.types.d.ts.map +1 -0
- package/dist/types/components/card/index.d.ts +3 -0
- package/dist/types/components/card/index.d.ts.map +1 -0
- package/dist/types/components/header/Header.d.ts +5 -0
- package/dist/types/components/header/Header.d.ts.map +1 -0
- package/dist/types/components/header/Header.types.d.ts +27 -0
- package/dist/types/components/header/Header.types.d.ts.map +1 -0
- package/dist/types/components/header/_internal/config-menu/ConfigMenu.d.ts +4 -0
- package/dist/types/components/header/_internal/config-menu/ConfigMenu.d.ts.map +1 -0
- package/dist/types/components/header/_internal/config-menu/ConfigMenu.types.d.ts +9 -0
- package/dist/types/components/header/_internal/config-menu/ConfigMenu.types.d.ts.map +1 -0
- package/dist/types/components/header/_internal/notification-button/NotificationButton.d.ts +7 -0
- package/dist/types/components/header/_internal/notification-button/NotificationButton.d.ts.map +1 -0
- package/dist/types/components/header/index.d.ts +3 -0
- package/dist/types/components/header/index.d.ts.map +1 -0
- package/dist/types/components/input/Input.d.ts +14 -0
- package/dist/types/components/input/Input.d.ts.map +1 -0
- package/dist/types/components/input/Input.types.d.ts +8 -0
- package/dist/types/components/input/Input.types.d.ts.map +1 -0
- package/dist/types/components/input/index.d.ts +3 -0
- package/dist/types/components/input/index.d.ts.map +1 -0
- package/dist/types/components/{Menu → menu}/Menu.d.ts.map +1 -1
- package/dist/types/components/{Menu → menu}/Menu.types.d.ts +1 -1
- package/dist/types/components/{Menu → menu}/Menu.types.d.ts.map +1 -1
- package/dist/types/components/{menu-nav-list → menu/_internal/menu-nav-list}/MenuNavList.d.ts +1 -2
- package/dist/types/components/menu/_internal/menu-nav-list/MenuNavList.d.ts.map +1 -0
- package/dist/types/components/menu/_internal/menu-nav-list/MenuNavList.styles.d.ts.map +1 -0
- package/dist/types/components/menu/_internal/menu-nav-list/MenuNavList.types.d.ts.map +1 -0
- package/dist/types/components/{menu-nav-list → menu/_internal/menu-nav-list}/index.d.ts +1 -0
- package/dist/types/components/menu/_internal/menu-nav-list/index.d.ts.map +1 -0
- package/dist/types/components/menu/sidebar-items.d.ts +3 -0
- package/dist/types/components/{Menu → menu}/sidebar-items.d.ts.map +1 -1
- package/dist/types/components/phone/Phone.d.ts +1 -20
- package/dist/types/components/phone/Phone.d.ts.map +1 -1
- package/dist/types/components/phone/Phone.types.d.ts +21 -0
- package/dist/types/components/phone/Phone.types.d.ts.map +1 -0
- package/dist/types/components/phone/index.d.ts +1 -0
- package/dist/types/components/phone/index.d.ts.map +1 -1
- package/dist/types/components/select/Select.d.ts +14 -0
- package/dist/types/components/select/Select.d.ts.map +1 -0
- package/dist/types/components/select/Select.types.d.ts +8 -0
- package/dist/types/components/select/Select.types.d.ts.map +1 -0
- package/dist/types/components/select/index.d.ts +3 -0
- package/dist/types/components/select/index.d.ts.map +1 -0
- package/dist/types/components/theme-picker/ThemePicker.d.ts +14 -0
- package/dist/types/components/theme-picker/ThemePicker.d.ts.map +1 -0
- package/dist/types/components/theme-picker/ThemePicker.types.d.ts +21 -0
- package/dist/types/components/theme-picker/ThemePicker.types.d.ts.map +1 -0
- package/dist/types/components/theme-picker/index.d.ts +3 -0
- package/dist/types/components/theme-picker/index.d.ts.map +1 -0
- package/dist/types/components/upload-file/UploadFile.d.ts.map +1 -0
- package/dist/types/components/upload-file/UploadFile.types.d.ts.map +1 -0
- package/dist/types/components/upload-file/index.d.ts.map +1 -0
- package/dist/types/index.d.ts +9 -2
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/assets/output-Ck0ffzyL.css +0 -73
- package/dist/types/components/Menu/sidebar-items.d.ts +0 -3
- package/dist/types/components/UploadFile/UploadFile.d.ts.map +0 -1
- package/dist/types/components/UploadFile/UploadFile.types.d.ts.map +0 -1
- package/dist/types/components/UploadFile/index.d.ts.map +0 -1
- package/dist/types/components/index.d.ts +0 -4
- package/dist/types/components/index.d.ts.map +0 -1
- package/dist/types/components/menu-nav-list/MenuNavList.d.ts.map +0 -1
- package/dist/types/components/menu-nav-list/MenuNavList.styles.d.ts.map +0 -1
- package/dist/types/components/menu-nav-list/MenuNavList.types.d.ts.map +0 -1
- package/dist/types/components/menu-nav-list/index.d.ts.map +0 -1
- package/dist/types/components/menuprueba/MenuPrueba.d.ts +0 -4
- package/dist/types/components/menuprueba/MenuPrueba.d.ts.map +0 -1
- package/dist/types/components/menuprueba/MenuPrueba.types.d.ts +0 -23
- package/dist/types/components/menuprueba/MenuPrueba.types.d.ts.map +0 -1
- package/dist/types/components/menuprueba/index.d.ts +0 -3
- package/dist/types/components/menuprueba/index.d.ts.map +0 -1
- /package/dist/types/components/{Menu → menu}/Menu.d.ts +0 -0
- /package/dist/types/components/{menu-nav-list → menu/_internal/menu-nav-list}/MenuNavList.styles.d.ts +0 -0
- /package/dist/types/components/{menu-nav-list → menu/_internal/menu-nav-list}/MenuNavList.types.d.ts +0 -0
- /package/dist/types/components/{Menu → menu}/index.d.ts +0 -0
- /package/dist/types/components/{Menu → menu}/index.d.ts.map +0 -0
- /package/dist/types/components/{UploadFile → upload-file}/UploadFile.d.ts +0 -0
- /package/dist/types/components/{UploadFile → upload-file}/UploadFile.types.d.ts +0 -0
- /package/dist/types/components/{UploadFile → upload-file}/index.d.ts +0 -0
|
@@ -1,8 +1,15 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type {
|
|
1
|
+
import type React from "react";
|
|
2
|
+
import type { ButtonProps } from "./Button.types";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
5
|
-
*
|
|
4
|
+
* Botón genérico basado en HeroUI siguiendo las reglas de diseño BeweOS.
|
|
5
|
+
*
|
|
6
|
+
* Reglas aplicadas:
|
|
7
|
+
* - Variant: Solid, Bordered, Light, Flat, Faded
|
|
8
|
+
* - Size: sm, md, lg
|
|
9
|
+
* - StartContent: On, Off
|
|
10
|
+
* - isLoading: On, Off
|
|
11
|
+
* - Radius: md (por defecto)
|
|
12
|
+
* - isIconOnly: True, False
|
|
6
13
|
*/
|
|
7
|
-
export declare const
|
|
14
|
+
export declare const Button: React.FC<ButtonProps>;
|
|
8
15
|
//# sourceMappingURL=Button.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/components/button/Button.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/components/button/Button.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD;;;;;;;;;;GAUG;AACH,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAwBxC,CAAC"}
|
|
@@ -1,23 +1,13 @@
|
|
|
1
|
-
import type { ButtonProps } from "@heroui/react";
|
|
2
|
-
import type
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
children: ReactNode;
|
|
6
|
-
/** Icon to display at the start of the button */
|
|
7
|
-
startIcon?: ReactNode;
|
|
8
|
-
/** Icon to display at the end of the button */
|
|
9
|
-
endIcon?: ReactNode;
|
|
10
|
-
/** Whether the button is in loading state */
|
|
11
|
-
loading?: boolean;
|
|
12
|
-
/** The visual style variant of the button */
|
|
13
|
-
variant?: "solid" | "bordered" | "light" | "flat" | "faded" | "shadow" | "ghost";
|
|
14
|
-
/** The color theme of the button */
|
|
15
|
-
color?: "default" | "primary" | "secondary" | "success" | "warning" | "danger";
|
|
16
|
-
/** The size of the button */
|
|
1
|
+
import type { ButtonProps as HeroUIButtonProps } from "@heroui/react";
|
|
2
|
+
import type React from "react";
|
|
3
|
+
export type ButtonProps = Omit<HeroUIButtonProps, "color" | "size" | "variant" | "radius"> & {
|
|
4
|
+
color?: "primary" | "default" | "secondary" | "success" | "warning" | "danger";
|
|
17
5
|
size?: "sm" | "md" | "lg";
|
|
18
|
-
|
|
6
|
+
variant?: "solid" | "bordered" | "light" | "flat" | "faded";
|
|
19
7
|
radius?: "none" | "sm" | "md" | "lg" | "full";
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
8
|
+
startContent?: React.ReactNode;
|
|
9
|
+
endContent?: React.ReactNode;
|
|
10
|
+
isLoading?: boolean;
|
|
11
|
+
isIconOnly?: boolean;
|
|
12
|
+
};
|
|
23
13
|
//# sourceMappingURL=Button.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.types.d.ts","sourceRoot":"","sources":["../../../../src/components/button/Button.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"Button.types.d.ts","sourceRoot":"","sources":["../../../../src/components/button/Button.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,IAAI,iBAAiB,EAAE,MAAM,eAAe,CAAC;AACtE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,MAAM,WAAW,GAAG,IAAI,CAC7B,iBAAiB,EACjB,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,CACvC,GAAG;IACH,KAAK,CAAC,EACH,SAAS,GACT,SAAS,GACT,WAAW,GACX,SAAS,GACT,SAAS,GACT,QAAQ,CAAC;IACZ,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,OAAO,CAAC,EAAE,OAAO,GAAG,UAAU,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC;IAC5D,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;IAC9C,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export type {
|
|
1
|
+
export { Button } from "./Button.js";
|
|
2
|
+
export type { ButtonProps } from "./Button.types.js";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,YAAY,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { CardProps } from "./Card.types";
|
|
2
|
+
/**
|
|
3
|
+
* Card genérica siguiendo las reglas de diseño BeweOS basada en HeroUI.
|
|
4
|
+
*
|
|
5
|
+
* Reglas aplicadas:
|
|
6
|
+
* - Shadow: none, sm, md, lg (configurable)
|
|
7
|
+
* - Radius: sm (por defecto, configurable)
|
|
8
|
+
* - Padding configurable (sm, md, lg)
|
|
9
|
+
* - Hereda de HeroUI Card con personalización BeweOS
|
|
10
|
+
*/
|
|
11
|
+
export declare const Card: ({ children, className, shadow, radius, padding, ...props }: CardProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export default Card;
|
|
13
|
+
//# sourceMappingURL=Card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../../src/components/card/Card.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C;;;;;;;;GAQG;AACH,eAAO,MAAM,IAAI,GAAI,4DAOlB,SAAS,4CAeX,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { CardProps as HeroUICardProps } from "@heroui/react";
|
|
2
|
+
import type { ReactNode } from "react";
|
|
3
|
+
export interface CardProps extends Omit<HeroUICardProps, "shadow" | "radius"> {
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
className?: string;
|
|
6
|
+
shadow?: "none" | "sm" | "md" | "lg";
|
|
7
|
+
radius?: "none" | "sm" | "md" | "lg";
|
|
8
|
+
padding?: "sm" | "md" | "lg";
|
|
9
|
+
}
|
|
10
|
+
export declare const paddingClasses: {
|
|
11
|
+
readonly sm: "p-4";
|
|
12
|
+
readonly md: "p-6";
|
|
13
|
+
readonly lg: "p-8";
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Card.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Card.types.d.ts","sourceRoot":"","sources":["../../../../src/components/card/Card.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,IAAI,eAAe,EAAE,MAAM,eAAe,CAAC;AAClE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,WAAW,SAAU,SAAQ,IAAI,CAAC,eAAe,EAAE,QAAQ,GAAG,QAAQ,CAAC;IAC5E,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACrC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACrC,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7B;AAED,eAAO,MAAM,cAAc;;;;CAIjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/card/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAC;AACvC,YAAY,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../src/components/header/Header.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD,OAAO,eAAe,CAAC;AAKvB,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CA0BjD,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export interface HeaderProps {
|
|
2
|
+
/**
|
|
3
|
+
* The translations for the header.
|
|
4
|
+
*/
|
|
5
|
+
translations?: {
|
|
6
|
+
logout?: string;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* The number of notifications to display in the badge.
|
|
10
|
+
*/
|
|
11
|
+
notificationCount?: number;
|
|
12
|
+
/**
|
|
13
|
+
* The options for the configuration header.
|
|
14
|
+
*/
|
|
15
|
+
options: HeaderOptions[];
|
|
16
|
+
/**
|
|
17
|
+
* The function to call when the menu is clicked.
|
|
18
|
+
*/
|
|
19
|
+
onMenuClick?: () => void;
|
|
20
|
+
onLogout?: () => void;
|
|
21
|
+
}
|
|
22
|
+
export interface HeaderOptions {
|
|
23
|
+
label: string;
|
|
24
|
+
icon?: string;
|
|
25
|
+
href: string;
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=Header.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Header.types.d.ts","sourceRoot":"","sources":["../../../../src/components/header/Header.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC3B;;OAEG;IACH,YAAY,CAAC,EAAE;QACd,MAAM,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,OAAO,EAAE,aAAa,EAAE,CAAC;IAEzB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,aAAa;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACb"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfigMenu.d.ts","sourceRoot":"","sources":["../../../../../../src/components/header/_internal/config-menu/ConfigMenu.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAE1D,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAgDhD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfigMenu.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/header/_internal/config-menu/ConfigMenu.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,MAAM,WAAW,eAAe;IAC/B,OAAO,EAAE,aAAa,EAAE,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,YAAY,CAAC,EAAE;QACd,MAAM,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;CACF"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type React from "react";
|
|
2
|
+
import "./NotificationButton.scss";
|
|
3
|
+
export interface NotificationButtonProps {
|
|
4
|
+
notificationCount?: number;
|
|
5
|
+
}
|
|
6
|
+
export declare const NotificationButton: React.FC<NotificationButtonProps>;
|
|
7
|
+
//# sourceMappingURL=NotificationButton.d.ts.map
|
package/dist/types/components/header/_internal/notification-button/NotificationButton.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/header/_internal/notification-button/NotificationButton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,2BAA2B,CAAC;AAEnC,MAAM,WAAW,uBAAuB;IACvC,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAehE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/header/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAC3C,YAAY,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type React from "react";
|
|
2
|
+
import type { InputProps } from "./Input.types";
|
|
3
|
+
/**
|
|
4
|
+
* Input genérico reutilizable basado en HeroUI siguiendo las reglas de diseño BeweOS.
|
|
5
|
+
*
|
|
6
|
+
* Reglas aplicadas:
|
|
7
|
+
* - Variant: Bordered (por defecto)
|
|
8
|
+
* - labelPlacement: Outside
|
|
9
|
+
* - Size: sm, md, lg (configurable)
|
|
10
|
+
* - Radius configurable
|
|
11
|
+
*/
|
|
12
|
+
export declare const Input: React.FC<InputProps>;
|
|
13
|
+
export default Input;
|
|
14
|
+
//# sourceMappingURL=Input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../src/components/input/Input.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEhD;;;;;;;;GAQG;AACH,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CA4BtC,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { InputProps as HeroUIInputProps } from "@heroui/react";
|
|
2
|
+
export type InputProps = Omit<HeroUIInputProps, "size" | "variant" | "radius"> & {
|
|
3
|
+
label?: string;
|
|
4
|
+
size?: "sm" | "md" | "lg";
|
|
5
|
+
variant?: "flat" | "bordered" | "faded" | "underlined";
|
|
6
|
+
radius?: "none" | "sm" | "md" | "lg" | "full";
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=Input.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Input.types.d.ts","sourceRoot":"","sources":["../../../../src/components/input/Input.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,IAAI,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEpE,MAAM,MAAM,UAAU,GAAG,IAAI,CAC5B,gBAAgB,EAChB,MAAM,GAAG,SAAS,GAAG,QAAQ,CAC7B,GAAG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,YAAY,CAAC;IACvD,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;CAC9C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AACzC,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Menu.d.ts","sourceRoot":"","sources":["../../../../src/components/menu/Menu.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAC3C,OAAO,aAAa,CAAC;AAGrB,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"Menu.d.ts","sourceRoot":"","sources":["../../../../src/components/menu/Menu.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAC3C,OAAO,aAAa,CAAC;AAGrB,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAGvD;;;;;;;;GAQG;AACH,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAsLtD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Menu.types.d.ts","sourceRoot":"","sources":["../../../../src/components/menu/Menu.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Menu.types.d.ts","sourceRoot":"","sources":["../../../../src/components/menu/Menu.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AAEnF,MAAM,WAAW,kBAAkB;IAClC,YAAY,EAAE;QACb,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;KACb,CAAC;IACF,QAAQ,EAAE;QACT,MAAM,EAAE,MAAM,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;KACb,CAAC;IACF,UAAU,EAAE;QACX,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,WAAW,CAAC,EAAE;QACb,KAAK,EAAE,MAAM,CAAC;QACd,WAAW,EAAE,MAAM,CAAC;QACpB,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,SAAS,EAAE;QACV,KAAK,EAAE,eAAe,EAAE,CAAC;QACzB,WAAW,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,mBAAmB,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CAC9C"}
|
package/dist/types/components/{menu-nav-list → menu/_internal/menu-nav-list}/MenuNavList.d.ts
RENAMED
|
@@ -19,6 +19,5 @@ import type { MenuNavListProps } from "./MenuNavList.types";
|
|
|
19
19
|
*
|
|
20
20
|
* @forwardRef
|
|
21
21
|
*/
|
|
22
|
-
declare const MenuNavList: React.ForwardRefExoticComponent<Omit<MenuNavListProps, "ref"> & React.RefAttributes<HTMLElement>>;
|
|
23
|
-
export default MenuNavList;
|
|
22
|
+
export declare const MenuNavList: React.ForwardRefExoticComponent<Omit<MenuNavListProps, "ref"> & React.RefAttributes<HTMLElement>>;
|
|
24
23
|
//# sourceMappingURL=MenuNavList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MenuNavList.d.ts","sourceRoot":"","sources":["../../../../../../src/components/menu/_internal/menu-nav-list/MenuNavList.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAG5D;;;;;;;;;;;;;;;;;;GAkBG;AACH,eAAO,MAAM,WAAW,mGAuWvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MenuNavList.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/menu/_internal/menu-nav-list/MenuNavList.styles.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAE5D,KAAK,cAAc,GAAG,gBAAgB,CAAC,gBAAgB,CAAC,CAAC;AACzD,KAAK,WAAW,GAAG,gBAAgB,CAAC,aAAa,CAAC,CAAC;AAYnD,eAAO,MAAM,iBAAiB,GAC7B,aAAa,OAAO,GAAG,SAAS,EAChC,qBAAoB,cAAmB,KACrC,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAmBlC,CAAC;AAEH,eAAO,MAAM,cAAc,GAC1B,aAAa,OAAO,GAAG,SAAS,EAChC,kBAAiB,WAAgB,KAC/B,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CASlC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MenuNavList.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/menu/_internal/menu-nav-list/MenuNavList.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AACvE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,oBAAY,mBAAmB;IAC9B,IAAI,SAAS;CACb;AAED,MAAM,MAAM,eAAe,GAAG;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,mBAAmB,CAAC,IAAI,CAAC;IAChC,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,KAAK,CAAC,EAAE,eAAe,EAAE,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAClC,YAAY,CAAC,eAAe,CAAC,EAC7B,UAAU,CACV,GAAG;IACH,KAAK,EAAE,eAAe,EAAE,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,mBAAmB,CAAC,YAAY,CAAC,CAAC;IACnD,UAAU,CAAC,EAAE,YAAY,CAAC,YAAY,CAAC,CAAC;IACxC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACjC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/menu/_internal/menu-nav-list/index.ts"],"names":[],"mappings":"AAAA,YAAY,EACX,gBAAgB,EAChB,eAAe,EACf,mBAAmB,GACnB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar-items.d.ts","sourceRoot":"","sources":["../../../../src/components/menu/sidebar-items.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEN,KAAK,eAAe,EACpB,MAAM,
|
|
1
|
+
{"version":3,"file":"sidebar-items.d.ts","sourceRoot":"","sources":["../../../../src/components/menu/sidebar-items.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEN,KAAK,eAAe,EACpB,MAAM,6CAA6C,CAAC;AAErD,eAAO,MAAM,kBAAkB,EAAE,eAAe,EAwH/C,CAAC"}
|
|
@@ -1,24 +1,5 @@
|
|
|
1
1
|
import type React from "react";
|
|
2
|
-
|
|
3
|
-
label?: string;
|
|
4
|
-
placeholder?: string;
|
|
5
|
-
searchPlaceholder?: string;
|
|
6
|
-
selectCountryAriaLabel?: string;
|
|
7
|
-
expandListAriaLabel?: string;
|
|
8
|
-
noCountriesFound?: string;
|
|
9
|
-
}
|
|
10
|
-
export interface PhoneInputProps {
|
|
11
|
-
label?: string;
|
|
12
|
-
required?: boolean;
|
|
13
|
-
error?: boolean;
|
|
14
|
-
errorText?: string;
|
|
15
|
-
value?: string;
|
|
16
|
-
onChange?: (value: string) => void;
|
|
17
|
-
onBlur?: () => void;
|
|
18
|
-
disabled?: boolean;
|
|
19
|
-
name?: string;
|
|
20
|
-
translations?: PhoneTranslations;
|
|
21
|
-
}
|
|
2
|
+
import type { PhoneInputProps } from "./Phone.types";
|
|
22
3
|
export declare const Phone: React.FC<PhoneInputProps>;
|
|
23
4
|
export default Phone;
|
|
24
5
|
//# sourceMappingURL=Phone.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Phone.d.ts","sourceRoot":"","sources":["../../../../src/components/phone/Phone.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Phone.d.ts","sourceRoot":"","sources":["../../../../src/components/phone/Phone.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,eAAe,EAAqB,MAAM,eAAe,CAAC;AAyDxE,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAwM3C,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export interface PhoneTranslations {
|
|
2
|
+
label?: string;
|
|
3
|
+
placeholder?: string;
|
|
4
|
+
searchPlaceholder?: string;
|
|
5
|
+
selectCountryAriaLabel?: string;
|
|
6
|
+
expandListAriaLabel?: string;
|
|
7
|
+
noCountriesFound?: string;
|
|
8
|
+
}
|
|
9
|
+
export interface PhoneInputProps {
|
|
10
|
+
label?: string;
|
|
11
|
+
required?: boolean;
|
|
12
|
+
error?: boolean;
|
|
13
|
+
errorText?: string;
|
|
14
|
+
value?: string;
|
|
15
|
+
onChange?: (value: string) => void;
|
|
16
|
+
onBlur?: () => void;
|
|
17
|
+
disabled?: boolean;
|
|
18
|
+
name?: string;
|
|
19
|
+
translations?: PhoneTranslations;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=Phone.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Phone.types.d.ts","sourceRoot":"","sources":["../../../../src/components/phone/Phone.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,eAAe;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,iBAAiB,CAAC;CACjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/phone/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/phone/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type React from "react";
|
|
2
|
+
import type { SelectProps } from "./Select.types";
|
|
3
|
+
/**
|
|
4
|
+
* Select genérico reutilizable basado en HeroUI siguiendo las reglas de diseño BeweOS.
|
|
5
|
+
*
|
|
6
|
+
* Reglas aplicadas:
|
|
7
|
+
* - Variant: Bordered (por defecto)
|
|
8
|
+
* - Radius: md (por defecto)
|
|
9
|
+
* - labelPlacement: Outside
|
|
10
|
+
* - Size: sm, md, lg (configurable)
|
|
11
|
+
*/
|
|
12
|
+
export declare const Select: React.FC<SelectProps>;
|
|
13
|
+
export default Select;
|
|
14
|
+
//# sourceMappingURL=Select.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../../src/components/select/Select.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD;;;;;;;;GAQG;AACH,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAkCxC,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { SelectProps as HeroUISelectProps } from "@heroui/react";
|
|
2
|
+
export type SelectProps = Omit<HeroUISelectProps, "size" | "variant" | "radius"> & {
|
|
3
|
+
label?: string;
|
|
4
|
+
size?: "sm" | "md" | "lg";
|
|
5
|
+
variant?: "flat" | "bordered" | "faded" | "underlined";
|
|
6
|
+
radius?: "none" | "sm" | "md" | "lg" | "full";
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=Select.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Select.types.d.ts","sourceRoot":"","sources":["../../../../src/components/select/Select.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,IAAI,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAEtE,MAAM,MAAM,WAAW,GAAG,IAAI,CAC7B,iBAAiB,EACjB,MAAM,GAAG,SAAS,GAAG,QAAQ,CAC7B,GAAG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,YAAY,CAAC;IACvD,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;CAC9C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/select/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAC3C,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type React from "react";
|
|
2
|
+
import type { ThemePickerProps } from "./ThemePicker.types";
|
|
3
|
+
/**
|
|
4
|
+
* Selector de tema visual con preview interactivo siguiendo las reglas de diseño BeweOS.
|
|
5
|
+
*
|
|
6
|
+
* Reglas aplicadas:
|
|
7
|
+
* - Soporte completo de traducciones mediante props
|
|
8
|
+
* - Sin dependencias de sistemas i18n específicos
|
|
9
|
+
* - Dark mode compatible
|
|
10
|
+
* - Uso exclusivo de Tailwind CSS
|
|
11
|
+
*/
|
|
12
|
+
export declare const ThemePicker: React.FC<ThemePickerProps>;
|
|
13
|
+
export default ThemePicker;
|
|
14
|
+
//# sourceMappingURL=ThemePicker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThemePicker.d.ts","sourceRoot":"","sources":["../../../../src/components/theme-picker/ThemePicker.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAEX,gBAAgB,EAEhB,MAAM,qBAAqB,CAAC;AAQ7B;;;;;;;;GAQG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAwFlD,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type React from "react";
|
|
2
|
+
export interface ThemePickerTranslations {
|
|
3
|
+
lightTheme?: string;
|
|
4
|
+
darkTheme?: string;
|
|
5
|
+
}
|
|
6
|
+
export interface ThemePickerProps {
|
|
7
|
+
value: "light" | "dark";
|
|
8
|
+
onChange: (theme: "light" | "dark") => void;
|
|
9
|
+
className?: string;
|
|
10
|
+
translations?: ThemePickerTranslations;
|
|
11
|
+
}
|
|
12
|
+
export interface ThemeOption {
|
|
13
|
+
key: "light" | "dark";
|
|
14
|
+
label: string;
|
|
15
|
+
cardClass: string;
|
|
16
|
+
previewClass: string;
|
|
17
|
+
labelClass: string;
|
|
18
|
+
radioColor: "primary" | "default" | "secondary" | "success" | "warning" | "danger";
|
|
19
|
+
previewContent: React.ReactNode;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=ThemePicker.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThemePicker.types.d.ts","sourceRoot":"","sources":["../../../../src/components/theme-picker/ThemePicker.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,MAAM,WAAW,uBAAuB;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,gBAAgB;IAChC,KAAK,EAAE,OAAO,GAAG,MAAM,CAAC;IACxB,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,KAAK,IAAI,CAAC;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,uBAAuB,CAAC;CACvC;AAED,MAAM,WAAW,WAAW;IAC3B,GAAG,EAAE,OAAO,GAAG,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EACP,SAAS,GACT,SAAS,GACT,WAAW,GACX,SAAS,GACT,SAAS,GACT,QAAQ,CAAC;IACZ,cAAc,EAAE,KAAK,CAAC,SAAS,CAAC;CAChC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/theme-picker/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AACrD,YAAY,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UploadFile.d.ts","sourceRoot":"","sources":["../../../../src/components/upload-file/UploadFile.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EACX,eAAe,EAEf,MAAM,oBAAoB,CAAC;AAkiB5B;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA0UhD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UploadFile.types.d.ts","sourceRoot":"","sources":["../../../../src/components/upload-file/UploadFile.types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/upload-file/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EACX,eAAe,EACf,sBAAsB,EACtB,UAAU,GACV,MAAM,oBAAoB,CAAC"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
import "./styles/globals.css";
|
|
2
|
-
export * from "
|
|
2
|
+
export * from "@heroui/react";
|
|
3
|
+
export * from "./components/autocomplete";
|
|
3
4
|
export * from "./components/icon";
|
|
4
5
|
export * from "./components/menu";
|
|
5
6
|
export * from "./components/phone";
|
|
6
|
-
export * from "./components/
|
|
7
|
+
export * from "./components/theme-picker";
|
|
8
|
+
export * from "./components/upload-file";
|
|
9
|
+
export * from "./components/header";
|
|
10
|
+
export { Button, type ButtonProps } from "./components/button";
|
|
11
|
+
export { Card, type CardProps } from "./components/card";
|
|
12
|
+
export { Input, type InputProps } from "./components/input";
|
|
13
|
+
export { Select, type SelectProps } from "./components/select";
|
|
7
14
|
export { themeColors } from "./styles/colors.default";
|
|
8
15
|
export * from "./providers/theme";
|
|
9
16
|
export * from "./contexts/theme";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,sBAAsB,CAAC;AAU9B,cAAc,eAAe,CAAC;AAI9B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AAGpC,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAG/D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC"}
|