@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.
Files changed (99) hide show
  1. package/dist/assets/css/styles.css +1 -1
  2. package/dist/index.cjs.js +175 -14
  3. package/dist/index.esm.js +170 -20
  4. package/dist/types/components/autocomplete/AutoComplete.d.ts +13 -0
  5. package/dist/types/components/autocomplete/AutoComplete.d.ts.map +1 -0
  6. package/dist/types/components/autocomplete/AutoComplete.types.d.ts +8 -0
  7. package/dist/types/components/autocomplete/AutoComplete.types.d.ts.map +1 -0
  8. package/dist/types/components/autocomplete/index.d.ts +3 -0
  9. package/dist/types/components/autocomplete/index.d.ts.map +1 -0
  10. package/dist/types/components/button/Button.d.ts +12 -5
  11. package/dist/types/components/button/Button.d.ts.map +1 -1
  12. package/dist/types/components/button/Button.types.d.ts +10 -20
  13. package/dist/types/components/button/Button.types.d.ts.map +1 -1
  14. package/dist/types/components/button/index.d.ts +2 -2
  15. package/dist/types/components/button/index.d.ts.map +1 -1
  16. package/dist/types/components/card/Card.d.ts +13 -0
  17. package/dist/types/components/card/Card.d.ts.map +1 -0
  18. package/dist/types/components/card/Card.types.d.ts +15 -0
  19. package/dist/types/components/card/Card.types.d.ts.map +1 -0
  20. package/dist/types/components/card/index.d.ts +3 -0
  21. package/dist/types/components/card/index.d.ts.map +1 -0
  22. package/dist/types/components/header/Header.d.ts +5 -0
  23. package/dist/types/components/header/Header.d.ts.map +1 -0
  24. package/dist/types/components/header/Header.types.d.ts +27 -0
  25. package/dist/types/components/header/Header.types.d.ts.map +1 -0
  26. package/dist/types/components/header/_internal/config-menu/ConfigMenu.d.ts +4 -0
  27. package/dist/types/components/header/_internal/config-menu/ConfigMenu.d.ts.map +1 -0
  28. package/dist/types/components/header/_internal/config-menu/ConfigMenu.types.d.ts +9 -0
  29. package/dist/types/components/header/_internal/config-menu/ConfigMenu.types.d.ts.map +1 -0
  30. package/dist/types/components/header/_internal/notification-button/NotificationButton.d.ts +7 -0
  31. package/dist/types/components/header/_internal/notification-button/NotificationButton.d.ts.map +1 -0
  32. package/dist/types/components/header/index.d.ts +3 -0
  33. package/dist/types/components/header/index.d.ts.map +1 -0
  34. package/dist/types/components/input/Input.d.ts +14 -0
  35. package/dist/types/components/input/Input.d.ts.map +1 -0
  36. package/dist/types/components/input/Input.types.d.ts +8 -0
  37. package/dist/types/components/input/Input.types.d.ts.map +1 -0
  38. package/dist/types/components/input/index.d.ts +3 -0
  39. package/dist/types/components/input/index.d.ts.map +1 -0
  40. package/dist/types/components/{Menu → menu}/Menu.d.ts.map +1 -1
  41. package/dist/types/components/{Menu → menu}/Menu.types.d.ts +1 -1
  42. package/dist/types/components/{Menu → menu}/Menu.types.d.ts.map +1 -1
  43. package/dist/types/components/{menu-nav-list → menu/_internal/menu-nav-list}/MenuNavList.d.ts +1 -2
  44. package/dist/types/components/menu/_internal/menu-nav-list/MenuNavList.d.ts.map +1 -0
  45. package/dist/types/components/menu/_internal/menu-nav-list/MenuNavList.styles.d.ts.map +1 -0
  46. package/dist/types/components/menu/_internal/menu-nav-list/MenuNavList.types.d.ts.map +1 -0
  47. package/dist/types/components/{menu-nav-list → menu/_internal/menu-nav-list}/index.d.ts +1 -0
  48. package/dist/types/components/menu/_internal/menu-nav-list/index.d.ts.map +1 -0
  49. package/dist/types/components/menu/sidebar-items.d.ts +3 -0
  50. package/dist/types/components/{Menu → menu}/sidebar-items.d.ts.map +1 -1
  51. package/dist/types/components/phone/Phone.d.ts +1 -20
  52. package/dist/types/components/phone/Phone.d.ts.map +1 -1
  53. package/dist/types/components/phone/Phone.types.d.ts +21 -0
  54. package/dist/types/components/phone/Phone.types.d.ts.map +1 -0
  55. package/dist/types/components/phone/index.d.ts +1 -0
  56. package/dist/types/components/phone/index.d.ts.map +1 -1
  57. package/dist/types/components/select/Select.d.ts +14 -0
  58. package/dist/types/components/select/Select.d.ts.map +1 -0
  59. package/dist/types/components/select/Select.types.d.ts +8 -0
  60. package/dist/types/components/select/Select.types.d.ts.map +1 -0
  61. package/dist/types/components/select/index.d.ts +3 -0
  62. package/dist/types/components/select/index.d.ts.map +1 -0
  63. package/dist/types/components/theme-picker/ThemePicker.d.ts +14 -0
  64. package/dist/types/components/theme-picker/ThemePicker.d.ts.map +1 -0
  65. package/dist/types/components/theme-picker/ThemePicker.types.d.ts +21 -0
  66. package/dist/types/components/theme-picker/ThemePicker.types.d.ts.map +1 -0
  67. package/dist/types/components/theme-picker/index.d.ts +3 -0
  68. package/dist/types/components/theme-picker/index.d.ts.map +1 -0
  69. package/dist/types/components/upload-file/UploadFile.d.ts.map +1 -0
  70. package/dist/types/components/upload-file/UploadFile.types.d.ts.map +1 -0
  71. package/dist/types/components/upload-file/index.d.ts.map +1 -0
  72. package/dist/types/index.d.ts +9 -2
  73. package/dist/types/index.d.ts.map +1 -1
  74. package/package.json +1 -1
  75. package/dist/assets/output-Ck0ffzyL.css +0 -73
  76. package/dist/types/components/Menu/sidebar-items.d.ts +0 -3
  77. package/dist/types/components/UploadFile/UploadFile.d.ts.map +0 -1
  78. package/dist/types/components/UploadFile/UploadFile.types.d.ts.map +0 -1
  79. package/dist/types/components/UploadFile/index.d.ts.map +0 -1
  80. package/dist/types/components/index.d.ts +0 -4
  81. package/dist/types/components/index.d.ts.map +0 -1
  82. package/dist/types/components/menu-nav-list/MenuNavList.d.ts.map +0 -1
  83. package/dist/types/components/menu-nav-list/MenuNavList.styles.d.ts.map +0 -1
  84. package/dist/types/components/menu-nav-list/MenuNavList.types.d.ts.map +0 -1
  85. package/dist/types/components/menu-nav-list/index.d.ts.map +0 -1
  86. package/dist/types/components/menuprueba/MenuPrueba.d.ts +0 -4
  87. package/dist/types/components/menuprueba/MenuPrueba.d.ts.map +0 -1
  88. package/dist/types/components/menuprueba/MenuPrueba.types.d.ts +0 -23
  89. package/dist/types/components/menuprueba/MenuPrueba.types.d.ts.map +0 -1
  90. package/dist/types/components/menuprueba/index.d.ts +0 -3
  91. package/dist/types/components/menuprueba/index.d.ts.map +0 -1
  92. /package/dist/types/components/{Menu → menu}/Menu.d.ts +0 -0
  93. /package/dist/types/components/{menu-nav-list → menu/_internal/menu-nav-list}/MenuNavList.styles.d.ts +0 -0
  94. /package/dist/types/components/{menu-nav-list → menu/_internal/menu-nav-list}/MenuNavList.types.d.ts +0 -0
  95. /package/dist/types/components/{Menu → menu}/index.d.ts +0 -0
  96. /package/dist/types/components/{Menu → menu}/index.d.ts.map +0 -0
  97. /package/dist/types/components/{UploadFile → upload-file}/UploadFile.d.ts +0 -0
  98. /package/dist/types/components/{UploadFile → upload-file}/UploadFile.types.d.ts +0 -0
  99. /package/dist/types/components/{UploadFile → upload-file}/index.d.ts +0 -0
@@ -1,8 +1,15 @@
1
- import React from "react";
2
- import type { CustomButtonProps } from "./Button.types";
1
+ import type React from "react";
2
+ import type { ButtonProps } from "./Button.types";
3
3
  /**
4
- * Button component with HeroUI styling
5
- * Provides a consistent interface for button interactions across the application
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 ButtonPrueba: React.FC<CustomButtonProps>;
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":"AAEA,OAAO,KAAoB,MAAM,OAAO,CAAC;AACzC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAExD;;;GAGG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAkCpD,CAAC"}
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 { ReactNode } from "react";
3
- export interface CustomButtonProps extends Omit<ButtonProps, "startContent" | "endContent" | "isLoading" | "isDisabled"> {
4
- /** The content of the button */
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
- /** The border radius of the button */
6
+ variant?: "solid" | "bordered" | "light" | "flat" | "faded";
19
7
  radius?: "none" | "sm" | "md" | "lg" | "full";
20
- /** Whether the button should take full width */
21
- fullWidth?: boolean;
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;AACjD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,WAAW,iBAChB,SAAQ,IAAI,CACX,WAAW,EACX,cAAc,GAAG,YAAY,GAAG,WAAW,GAAG,YAAY,CAC1D;IACD,gCAAgC;IAChC,QAAQ,EAAE,SAAS,CAAC;IACpB,iDAAiD;IACjD,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,+CAA+C;IAC/C,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,6CAA6C;IAC7C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,6CAA6C;IAC7C,OAAO,CAAC,EACL,OAAO,GACP,UAAU,GACV,OAAO,GACP,MAAM,GACN,OAAO,GACP,QAAQ,GACR,OAAO,CAAC;IACX,oCAAoC;IACpC,KAAK,CAAC,EACH,SAAS,GACT,SAAS,GACT,WAAW,GACX,SAAS,GACT,SAAS,GACT,QAAQ,CAAC;IACZ,6BAA6B;IAC7B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,sCAAsC;IACtC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;IAC9C,gDAAgD;IAChD,SAAS,CAAC,EAAE,OAAO,CAAC;CACpB"}
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 { ButtonPrueba } from "./Button.js";
2
- export type { CustomButtonProps } from "./Button.types.js";
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,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,YAAY,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC"}
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,3 @@
1
+ export { Card, default } from "./Card";
2
+ export type { CardProps } from "./Card.types";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -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,5 @@
1
+ import type React from "react";
2
+ import type { HeaderProps } from "./Header.types";
3
+ import "./Header.scss";
4
+ export declare const HeaderComponent: React.FC<HeaderProps>;
5
+ //# sourceMappingURL=Header.d.ts.map
@@ -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,4 @@
1
+ import type React from "react";
2
+ import type { ConfigMenuProps } from "./ConfigMenu.types";
3
+ export declare const ConfigMenu: React.FC<ConfigMenuProps>;
4
+ //# sourceMappingURL=ConfigMenu.d.ts.map
@@ -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,9 @@
1
+ import type { HeaderOptions } from "../../Header.types";
2
+ export interface ConfigMenuProps {
3
+ options: HeaderOptions[];
4
+ onLogout?: () => void;
5
+ translations?: {
6
+ logout?: string;
7
+ };
8
+ }
9
+ //# sourceMappingURL=ConfigMenu.types.d.ts.map
@@ -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
@@ -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,3 @@
1
+ export { HeaderComponent } from "./Header";
2
+ export type { HeaderProps, HeaderOptions } from "./Header.types";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -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,3 @@
1
+ export { Input, default } from "./Input";
2
+ export type { InputProps } from "./Input.types";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -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;AAEvD;;;;;;;;GAQG;AACH,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAsLtD,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,4 +1,4 @@
1
- import type { MenuNavListItem } from "../menu-nav-list/MenuNavList.types";
1
+ import type { MenuNavListItem } from "./_internal/menu-nav-list/MenuNavList.types";
2
2
  export interface MenuComponentProps {
3
3
  commerceInfo: {
4
4
  logo: string;
@@ -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,oCAAoC,CAAC;AAE1E,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"}
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"}
@@ -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"}
@@ -1,2 +1,3 @@
1
1
  export type { MenuNavListProps, MenuNavListItem, EnumMenuNavListItem, } from "./MenuNavList.types";
2
+ export { MenuNavList } from "./MenuNavList";
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -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"}
@@ -0,0 +1,3 @@
1
+ import { type MenuNavListItem } from "./_internal/menu-nav-list/MenuNavList.types";
2
+ export declare const SIDEBAR_MENU_ITEMS: MenuNavListItem[];
3
+ //# sourceMappingURL=sidebar-items.d.ts.map
@@ -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,oCAAoC,CAAC;AAE5C,eAAO,MAAM,YAAY,EAAE,eAAe,EAwHzC,CAAC"}
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
- export interface PhoneTranslations {
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;AAiD/B,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;AAWD,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;AAED,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAwM3C,CAAC;AAEF,eAAe,KAAK,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,2 +1,3 @@
1
1
  export { Phone } from "./Phone";
2
+ export type { PhoneInputProps, PhoneTranslations } from "./Phone.types";
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/phone/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC"}
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,3 @@
1
+ export { Select, default } from "./Select";
2
+ export type { SelectProps } from "./Select.types";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -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,3 @@
1
+ export { ThemePicker, default } from "./ThemePicker";
2
+ export type { ThemePickerProps, ThemeOption } from "./ThemePicker.types";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -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"}
@@ -1,9 +1,16 @@
1
1
  import "./styles/globals.css";
2
- export * from "./components/button";
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/UploadFile";
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;AAE9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AAExC,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beweco/aurora-ui",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "description": "Bewe Aurora UI Component Library",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.esm.js",