beth-clarity 1.1.35 → 1.2.2

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 (133) hide show
  1. package/dist/App.d.ts +3 -0
  2. package/dist/App.d.ts.map +1 -0
  3. package/dist/clarity-design-system.es.js +492 -426
  4. package/dist/components/Accordion/Accordion.d.ts +45 -0
  5. package/dist/components/Accordion/Accordion.d.ts.map +1 -0
  6. package/dist/components/Accordion/index.d.ts +3 -0
  7. package/dist/components/Accordion/index.d.ts.map +1 -0
  8. package/dist/components/Badge/Badge.d.ts +15 -0
  9. package/dist/components/Badge/Badge.d.ts.map +1 -0
  10. package/dist/components/Badge/index.d.ts +2 -0
  11. package/dist/components/Badge/index.d.ts.map +1 -0
  12. package/dist/components/Box/Box.d.ts.map +1 -0
  13. package/dist/components/Box/index.d.ts.map +1 -0
  14. package/dist/components/Button/Button.d.ts +18 -0
  15. package/dist/components/Button/Button.d.ts.map +1 -0
  16. package/dist/components/Button/index.d.ts +3 -0
  17. package/dist/components/Button/index.d.ts.map +1 -0
  18. package/dist/components/ButtonGroup/ButtonGroup.d.ts +23 -0
  19. package/dist/components/ButtonGroup/ButtonGroup.d.ts.map +1 -0
  20. package/dist/components/ButtonGroup/index.d.ts +3 -0
  21. package/dist/components/ButtonGroup/index.d.ts.map +1 -0
  22. package/dist/components/ButtonIcon/ButtonIcon.d.ts +18 -0
  23. package/dist/components/ButtonIcon/ButtonIcon.d.ts.map +1 -0
  24. package/dist/components/ButtonIcon/index.d.ts +3 -0
  25. package/dist/components/ButtonIcon/index.d.ts.map +1 -0
  26. package/dist/components/ButtonLink/ButtonLink.d.ts +21 -0
  27. package/dist/components/ButtonLink/ButtonLink.d.ts.map +1 -0
  28. package/dist/components/ButtonLink/index.d.ts +3 -0
  29. package/dist/components/ButtonLink/index.d.ts.map +1 -0
  30. package/dist/components/Card/Card.d.ts +12 -0
  31. package/dist/components/Card/Card.d.ts.map +1 -0
  32. package/dist/components/Card/index.d.ts +2 -0
  33. package/dist/components/Card/index.d.ts.map +1 -0
  34. package/dist/components/CheckInput/CheckInput.d.ts +34 -0
  35. package/dist/components/CheckInput/CheckInput.d.ts.map +1 -0
  36. package/dist/components/CheckInput/index.d.ts +3 -0
  37. package/dist/components/CheckInput/index.d.ts.map +1 -0
  38. package/dist/components/Col/Col.d.ts +13 -0
  39. package/dist/components/Col/Col.d.ts.map +1 -0
  40. package/dist/components/Col/index.d.ts +2 -0
  41. package/dist/components/Col/index.d.ts.map +1 -0
  42. package/dist/components/Command/Command.d.ts +17 -0
  43. package/dist/components/Command/Command.d.ts.map +1 -0
  44. package/dist/components/Command/index.d.ts +2 -0
  45. package/dist/components/Command/index.d.ts.map +1 -0
  46. package/dist/components/ConfirmationDialog/ConfirmationDialog.d.ts +40 -0
  47. package/dist/components/ConfirmationDialog/ConfirmationDialog.d.ts.map +1 -0
  48. package/dist/components/ConfirmationDialog/index.d.ts +2 -0
  49. package/dist/components/ConfirmationDialog/index.d.ts.map +1 -0
  50. package/dist/components/Dropdown/Dropdown.d.ts.map +1 -0
  51. package/dist/components/Dropdown/index.d.ts.map +1 -0
  52. package/dist/components/Input/Input.d.ts +34 -0
  53. package/dist/components/Input/Input.d.ts.map +1 -0
  54. package/dist/components/Input/index.d.ts +3 -0
  55. package/dist/components/Input/index.d.ts.map +1 -0
  56. package/dist/components/InputSwitch/InputSwitch.d.ts +29 -0
  57. package/dist/components/InputSwitch/InputSwitch.d.ts.map +1 -0
  58. package/dist/components/InputSwitch/index.d.ts +3 -0
  59. package/dist/components/InputSwitch/index.d.ts.map +1 -0
  60. package/dist/components/Modal/Modal.d.ts +18 -0
  61. package/dist/components/Modal/Modal.d.ts.map +1 -0
  62. package/dist/components/Modal/index.d.ts +2 -0
  63. package/dist/components/Modal/index.d.ts.map +1 -0
  64. package/dist/components/MultiSelect/MultiSelect.d.ts +41 -0
  65. package/dist/components/MultiSelect/MultiSelect.d.ts.map +1 -0
  66. package/dist/components/MultiSelect/index.d.ts +3 -0
  67. package/dist/components/MultiSelect/index.d.ts.map +1 -0
  68. package/dist/components/Offcanvas/Offcanvas.d.ts +16 -0
  69. package/dist/components/Offcanvas/Offcanvas.d.ts.map +1 -0
  70. package/dist/components/Offcanvas/index.d.ts +2 -0
  71. package/dist/components/Offcanvas/index.d.ts.map +1 -0
  72. package/dist/components/Row/Row.d.ts +9 -0
  73. package/dist/components/Row/Row.d.ts.map +1 -0
  74. package/dist/components/Row/index.d.ts +2 -0
  75. package/dist/components/Row/index.d.ts.map +1 -0
  76. package/dist/components/Select/Select.d.ts +59 -0
  77. package/dist/components/Select/Select.d.ts.map +1 -0
  78. package/dist/components/Select/index.d.ts +3 -0
  79. package/dist/components/Select/index.d.ts.map +1 -0
  80. package/dist/components/Spinner/Spinner.d.ts +13 -0
  81. package/dist/components/Spinner/Spinner.d.ts.map +1 -0
  82. package/dist/components/Spinner/index.d.ts +3 -0
  83. package/dist/components/Spinner/index.d.ts.map +1 -0
  84. package/dist/components/Table/Table.d.ts +4 -0
  85. package/dist/components/Table/Table.d.ts.map +1 -0
  86. package/dist/components/Table/index.d.ts +3 -0
  87. package/dist/components/Table/index.d.ts.map +1 -0
  88. package/dist/components/Tabs/Tabs.d.ts +8 -0
  89. package/dist/components/Tabs/Tabs.d.ts.map +1 -0
  90. package/dist/components/Tabs/index.d.ts +2 -0
  91. package/dist/components/Tabs/index.d.ts.map +1 -0
  92. package/dist/components/Textarea/Textarea.d.ts +38 -0
  93. package/dist/components/Textarea/Textarea.d.ts.map +1 -0
  94. package/dist/components/Textarea/index.d.ts +3 -0
  95. package/dist/components/Textarea/index.d.ts.map +1 -0
  96. package/dist/components/Toast/Toast.d.ts +7 -0
  97. package/dist/components/Toast/Toast.d.ts.map +1 -0
  98. package/dist/components/Toast/index.d.ts +2 -0
  99. package/dist/components/Toast/index.d.ts.map +1 -0
  100. package/dist/components/Tooltip/Tooltip.d.ts +21 -0
  101. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
  102. package/dist/components/Tooltip/index.d.ts +3 -0
  103. package/dist/components/Tooltip/index.d.ts.map +1 -0
  104. package/dist/components/index.d.ts.map +1 -0
  105. package/dist/index.d.ts.map +1 -0
  106. package/dist/main.d.ts +1 -0
  107. package/dist/main.d.ts.map +1 -0
  108. package/dist/test/setup.d.ts +15 -0
  109. package/dist/test/setup.d.ts.map +1 -0
  110. package/dist/tokens/colors.d.ts.map +1 -0
  111. package/dist/tokens/index.d.ts.map +1 -0
  112. package/dist/tokens/spacing.d.ts.map +1 -0
  113. package/dist/tokens/typography.d.ts.map +1 -0
  114. package/dist/types/card.d.ts +12 -0
  115. package/dist/types/card.d.ts.map +1 -0
  116. package/dist/types/command.d.ts +25 -0
  117. package/dist/types/command.d.ts.map +1 -0
  118. package/dist/types/common.d.ts +2 -0
  119. package/dist/types/common.d.ts.map +1 -0
  120. package/dist/types/dropdown.d.ts +15 -0
  121. package/dist/types/dropdown.d.ts.map +1 -0
  122. package/dist/types/modal.d.ts +31 -0
  123. package/dist/types/modal.d.ts.map +1 -0
  124. package/dist/types/offcanvas.d.ts +35 -0
  125. package/dist/types/offcanvas.d.ts.map +1 -0
  126. package/dist/types/table.d.ts +51 -0
  127. package/dist/types/table.d.ts.map +1 -0
  128. package/dist/types/tabs.d.ts +21 -0
  129. package/dist/types/tabs.d.ts.map +1 -0
  130. package/dist/types/toast.d.ts +20 -0
  131. package/dist/types/toast.d.ts.map +1 -0
  132. package/dist/utils/index.d.ts.map +1 -0
  133. package/package.json +1 -1
@@ -0,0 +1,45 @@
1
+ import { default as React, ReactNode } from 'react';
2
+ import { SystemVariant } from '../../types/common';
3
+ type ProductName = 'elisa' | 'dora' | 'hub' | 'selena' | 'duda' | 'gray';
4
+ type ColorTone = '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900';
5
+ export interface AccordionProps {
6
+ variant?: SystemVariant;
7
+ product?: ProductName;
8
+ tone?: ColorTone;
9
+ hoverTone?: ColorTone;
10
+ defaultActiveKey?: string | string[];
11
+ alwaysOpen?: boolean;
12
+ flush?: boolean;
13
+ className?: string;
14
+ children: ReactNode;
15
+ onSelect?: (eventKey: string | null, event: React.SyntheticEvent) => void;
16
+ }
17
+ export interface AccordionItemProps {
18
+ eventKey: string;
19
+ disabled?: boolean;
20
+ className?: string;
21
+ children: ReactNode;
22
+ }
23
+ export interface AccordionHeaderProps {
24
+ className?: string;
25
+ children: ReactNode;
26
+ onClick?: (event: React.MouseEvent) => void;
27
+ }
28
+ export interface AccordionBodyProps {
29
+ className?: string;
30
+ children: ReactNode;
31
+ }
32
+ export declare const Accordion: React.FC<AccordionProps> & {
33
+ Item: React.FC<AccordionItemProps>;
34
+ Header: React.FC<AccordionHeaderProps & {
35
+ eventKey?: string;
36
+ disabled?: boolean;
37
+ isActive?: boolean;
38
+ }>;
39
+ Body: React.FC<AccordionBodyProps & {
40
+ eventKey?: string;
41
+ isActive?: boolean;
42
+ }>;
43
+ };
44
+ export {};
45
+ //# sourceMappingURL=Accordion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../src/components/Accordion/Accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAuC,SAAS,EAAE,MAAM,OAAO,CAAC;AAC9E,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,iBAAiB,CAAC;AAEzB,KAAK,WAAW,GAAG,OAAO,GAAG,MAAM,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC;AACzE,KAAK,SAAS,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;AAyBvF,MAAM,WAAW,cAAc;IAC7B,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACrC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,EAAE,KAAK,EAAE,KAAK,CAAC,cAAc,KAAK,IAAI,CAAC;CAC3E;AAGD,MAAM,WAAW,kBAAkB;IACjC,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,SAAS,CAAC;CACrB;AAGD,MAAM,WAAW,oBAAoB;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,KAAK,IAAI,CAAC;CAC7C;AAGD,MAAM,WAAW,kBAAkB;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,SAAS,CAAC;CACrB;AAyMD,eAAO,MAAM,SAAS;;;mBAtE8C,MAAM;mBAAa,OAAO;mBAAa,OAAO;;;mBA6ClD,MAAM;mBAAa,OAAO;;CA6BxF,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Accordion } from './Accordion';
2
+ export type { AccordionProps, AccordionItemProps } from './Accordion';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Accordion/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { default as React } from 'react';
2
+ import { SystemVariant } from '../../types/common';
3
+ export interface BadgeProps {
4
+ variant?: SystemVariant;
5
+ size?: 'small' | 'medium' | 'large';
6
+ bgColor?: string;
7
+ textColor?: string;
8
+ children: React.ReactNode;
9
+ className?: string;
10
+ rounded?: boolean;
11
+ outlined?: boolean;
12
+ }
13
+ export declare const Badge: React.FC<BadgeProps>;
14
+ export default Badge;
15
+ //# sourceMappingURL=Badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,aAAa,CAAC;AAErB,MAAM,WAAW,UAAU;IACzB,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAqDtC,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Badge, type BadgeProps } from './Badge';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Box.d.ts","sourceRoot":"","sources":["../../../src/components/Box/Box.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Box/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,KAAK,QAAQ,EAAE,MAAM,OAAO,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { default as React } from 'react';
2
+ import { SystemVariant } from '../../types/common';
3
+ export type ButtonVariant = SystemVariant | 'primary' | 'secondary' | 'primary-outline' | 'secondary-outline' | 'danger-outline' | 'success-outline' | 'warning-outline' | 'primary-background-gradient';
4
+ export interface ButtonProps {
5
+ variant?: ButtonVariant;
6
+ size?: 'small' | 'medium' | 'large';
7
+ disabled?: boolean;
8
+ loading?: boolean;
9
+ children: React.ReactNode;
10
+ onClick?: (event: React.MouseEvent<HTMLButtonElement>) => void;
11
+ type?: 'button' | 'submit' | 'reset';
12
+ className?: string;
13
+ title?: string;
14
+ customColor?: string;
15
+ customColorHover?: string;
16
+ }
17
+ export declare const Button: React.FC<ButtonProps>;
18
+ //# sourceMappingURL=Button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,cAAc,CAAC;AAEtB,MAAM,MAAM,aAAa,GACrB,aAAa,GACb,SAAS,GACT,WAAW,GACX,iBAAiB,GAAG,mBAAmB,GAAG,gBAAgB,GAAG,iBAAiB,GAAG,iBAAiB,GAClG,6BAA6B,CAAC;AAElC,MAAM,WAAW,WAAW;IAC1B,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAC/D,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAkDxC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Button } from './Button';
2
+ export type { ButtonProps } from './Button';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC"}
@@ -0,0 +1,23 @@
1
+ import { default as React } from 'react';
2
+ import { SystemVariant } from '../../types/common';
3
+ type ButtonGroupSize = 'small' | 'medium' | 'large';
4
+ export interface ButtonGroupItem {
5
+ id: string | number;
6
+ label: string;
7
+ disabled?: boolean;
8
+ icon?: React.ReactNode;
9
+ }
10
+ export interface ButtonGroupProps {
11
+ variant?: SystemVariant;
12
+ size?: ButtonGroupSize;
13
+ filled?: boolean;
14
+ items: ButtonGroupItem[];
15
+ value?: string | number | (string | number)[];
16
+ multiple?: boolean;
17
+ disabled?: boolean;
18
+ onChange?: (value: string | number | (string | number)[]) => void;
19
+ className?: string;
20
+ }
21
+ export declare const ButtonGroup: React.FC<ButtonGroupProps>;
22
+ export {};
23
+ //# sourceMappingURL=ButtonGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonGroup.d.ts","sourceRoot":"","sources":["../../../src/components/ButtonGroup/ButtonGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,mBAAmB,CAAC;AAE3B,KAAK,eAAe,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEpD,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB;AAED,MAAM,WAAW,gBAAgB;IAC/B,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,eAAe,EAAE,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;IAC9C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,KAAK,IAAI,CAAC;IAClE,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAwFlD,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { ButtonGroup } from './ButtonGroup';
2
+ export type { ButtonGroupProps, ButtonGroupItem } from './ButtonGroup';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ButtonGroup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { default as React } from 'react';
2
+ export type ButtonIconVariant = 'primary' | 'secondary' | 'danger' | 'success' | 'warning' | 'ghost' | 'primary-outline' | 'secondary-outline' | 'danger-outline' | 'success-outline' | 'warning-outline';
3
+ export interface ButtonIconProps {
4
+ variant?: ButtonIconVariant;
5
+ size?: 'small' | 'medium' | 'large';
6
+ disabled?: boolean;
7
+ loading?: boolean;
8
+ children: React.ReactNode;
9
+ onClick?: (event: React.MouseEvent<HTMLButtonElement>) => void;
10
+ type?: 'button' | 'submit' | 'reset';
11
+ className?: string;
12
+ 'aria-label'?: string;
13
+ title?: string;
14
+ customColor?: string;
15
+ customColorHover?: string;
16
+ }
17
+ export declare const ButtonIcon: React.FC<ButtonIconProps>;
18
+ //# sourceMappingURL=ButtonIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonIcon.d.ts","sourceRoot":"","sources":["../../../src/components/ButtonIcon/ButtonIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,kBAAkB,CAAC;AAE1B,MAAM,MAAM,iBAAiB,GACzB,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GACpE,iBAAiB,GAAG,mBAAmB,GAAG,gBAAgB,GAAG,iBAAiB,GAAG,iBAAiB,CAAC;AAEvG,MAAM,WAAW,eAAe;IAC9B,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAC/D,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAiDhD,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { ButtonIcon } from './ButtonIcon';
2
+ export type { ButtonIconProps } from './ButtonIcon';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ButtonIcon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC"}
@@ -0,0 +1,21 @@
1
+ import { default as React } from 'react';
2
+ import { SystemVariant } from '../../types/common';
3
+ type ProductName = 'elisa' | 'dora' | 'hub' | 'selena' | 'duda' | 'gray';
4
+ type ColorTone = '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900';
5
+ export interface ButtonLinkProps {
6
+ variant?: SystemVariant;
7
+ product?: ProductName;
8
+ tone?: ColorTone;
9
+ hoverTone?: ColorTone;
10
+ size?: 'small' | 'medium' | 'large';
11
+ disabled?: boolean;
12
+ children: React.ReactNode;
13
+ onClick?: (event: React.MouseEvent<HTMLButtonElement | HTMLAnchorElement>) => void;
14
+ href?: string;
15
+ target?: '_blank' | '_self' | '_parent' | '_top';
16
+ rel?: string;
17
+ className?: string;
18
+ }
19
+ export declare const ButtonLink: React.FC<ButtonLinkProps>;
20
+ export {};
21
+ //# sourceMappingURL=ButtonLink.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonLink.d.ts","sourceRoot":"","sources":["../../../src/components/ButtonLink/ButtonLink.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,kBAAkB,CAAC;AAE1B,KAAK,WAAW,GAAG,OAAO,GAAG,MAAM,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC;AACzE,KAAK,SAAS,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;AAEvF,MAAM,WAAW,eAAe;IAC9B,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,KAAK,IAAI,CAAC;IACnF,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;IACjD,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA+EhD,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { ButtonLink } from './ButtonLink';
2
+ export type { ButtonLinkProps } from './ButtonLink';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ButtonLink/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { CardSubComponentProps, CardFooterProps, CardProps } from '../../types/card';
3
+ export type { CardProps };
4
+ declare const Header: React.FC<CardSubComponentProps>;
5
+ declare const Content: React.FC<CardSubComponentProps>;
6
+ declare const Footer: React.FC<CardFooterProps>;
7
+ export declare const Card: React.FC<CardProps> & {
8
+ Header: typeof Header;
9
+ Content: typeof Content;
10
+ Footer: typeof Footer;
11
+ };
12
+ //# sourceMappingURL=Card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../src/components/Card/Card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,YAAY,CAAC;AACpB,OAAO,EAAE,qBAAqB,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAC1E,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,YAAY,EAAE,SAAS,EAAE,CAAC;AAE1B,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAM3C,CAAC;AAGF,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAI5C,CAAC;AAGF,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAQrC,CAAC;AAGF,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAAC,GAAG;IACvC,MAAM,EAAE,OAAO,MAAM,CAAC;IACtB,OAAO,EAAE,OAAO,OAAO,CAAC;IACxB,MAAM,EAAE,OAAO,MAAM,CAAC;CAOvB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Card, type CardProps } from './Card';
2
+ //# 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,KAAK,SAAS,EAAE,MAAM,QAAQ,CAAC"}
@@ -0,0 +1,34 @@
1
+ import { default as React } from 'react';
2
+ import { SystemVariant } from '../../types/common';
3
+ type HelperConfig = {
4
+ content: React.ReactNode;
5
+ plain?: boolean;
6
+ variant?: SystemVariant;
7
+ bgColor?: string;
8
+ textColor?: string;
9
+ };
10
+ export interface CheckInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'size' | 'type'> {
11
+ /** Tipo do input */
12
+ type: 'checkbox' | 'radio';
13
+ /** Variante de cor */
14
+ variant?: SystemVariant;
15
+ /** Tamanho do input */
16
+ size?: 'small' | 'medium' | 'large';
17
+ /** Label do input */
18
+ label?: string;
19
+ /** Texto de ajuda (exibido abaixo do input) */
20
+ helperText?: string;
21
+ /** Ícone de ajuda; ao clicar, exibe tooltip com conteúdo livre */
22
+ helper?: boolean | HelperConfig;
23
+ /** Posição do ícone de ajuda */
24
+ helperPosition?: 'top-right' | 'middle-right' | 'bottom-right' | 'top-left' | 'middle-left' | 'bottom-left';
25
+ /** Estado de erro */
26
+ error?: boolean;
27
+ /** Mensagem de erro */
28
+ errorMessage?: string;
29
+ /** Posição do label */
30
+ labelPosition?: 'left' | 'right';
31
+ }
32
+ export declare const CheckInput: React.ForwardRefExoticComponent<CheckInputProps & React.RefAttributes<HTMLInputElement>>;
33
+ export {};
34
+ //# sourceMappingURL=CheckInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckInput.d.ts","sourceRoot":"","sources":["../../../src/components/CheckInput/CheckInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,kBAAkB,CAAC;AAG1B,KAAK,YAAY,GAAG;IAClB,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,WAAW,eAAgB,SAAQ,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzG,oBAAoB;IACpB,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC;IAC3B,sBAAsB;IACtB,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,uBAAuB;IACvB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,qBAAqB;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,+CAA+C;IAC/C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,kEAAkE;IAClE,MAAM,CAAC,EAAE,OAAO,GAAG,YAAY,CAAC;IAChC,gCAAgC;IAChC,cAAc,CAAC,EAAE,WAAW,GAAG,cAAc,GAAG,cAAc,GAAG,UAAU,GAAG,aAAa,GAAG,aAAa,CAAC;IAC5G,qBAAqB;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,uBAAuB;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,uBAAuB;IACvB,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CAClC;AAED,eAAO,MAAM,UAAU,0FA8JrB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { CheckInput } from './CheckInput';
2
+ export type { CheckInputProps } from './CheckInput';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/CheckInput/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { default as React } from 'react';
2
+ export interface ColProps extends React.HTMLAttributes<HTMLDivElement> {
3
+ xs?: number | 'auto';
4
+ sm?: number | 'auto';
5
+ md?: number | 'auto';
6
+ lg?: number | 'auto';
7
+ xl?: number | 'auto';
8
+ xxl?: number | 'auto';
9
+ offset?: Partial<Record<'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl', number>>;
10
+ as?: keyof JSX.IntrinsicElements;
11
+ }
12
+ export declare const Col: React.FC<ColProps>;
13
+ //# sourceMappingURL=Col.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Col.d.ts","sourceRoot":"","sources":["../../../src/components/Col/Col.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,QAAS,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACpE,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC;IAC3E,EAAE,CAAC,EAAE,MAAM,GAAG,CAAC,iBAAiB,CAAC;CAClC;AAKD,eAAO,MAAM,GAAG,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CA6ClC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Col } from './Col';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Col/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { default as React } from 'react';
2
+ import { CommandProps, CommandDialogProps, CommandEmptyProps, CommandInputProps, CommandButtonProps } from '../../types/command';
3
+ export declare const Command: React.FC<CommandProps & {
4
+ emptyText?: string;
5
+ inputPlaceholder?: string;
6
+ }> & {
7
+ Button: React.FC<CommandButtonProps>;
8
+ Dialog: React.FC<CommandDialogProps>;
9
+ Input: React.FC<CommandInputProps>;
10
+ List: React.FC<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>;
11
+ Empty: React.FC<CommandEmptyProps>;
12
+ Group: React.FC<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>;
13
+ Item: React.FC<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>;
14
+ Separator: React.FC<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>;
15
+ Shortcut: React.FC<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref">>;
16
+ };
17
+ //# sourceMappingURL=Command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Command.d.ts","sourceRoot":"","sources":["../../../src/components/Command/Command.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0E,MAAM,OAAO,CAAC;AAE/F,OAAO,KAAK,EAEV,YAAY,EACZ,kBAAkB,EAClB,iBAAiB,EAEjB,iBAAiB,EAKjB,kBAAkB,EACnB,MAAM,iBAAiB,CAAC;AACzB,OAAO,eAAe,CAAC;AAmPvB,eAAO,MAAM,OAAO;gBAvNqC,MAAM;uBAAqB,MAAM;;;;;;;;;;;CAiOxF,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './Command';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Command/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
@@ -0,0 +1,40 @@
1
+ import { default as React } from 'react';
2
+ import { SystemVariant } from '../../types/common';
3
+ type DialogVariant = SystemVariant;
4
+ interface ConfirmationDialogProps {
5
+ isOpen?: boolean;
6
+ onClose?: () => void;
7
+ onConfirm?: () => void;
8
+ variant?: DialogVariant;
9
+ children: React.ReactNode;
10
+ blockScroll?: boolean;
11
+ }
12
+ interface TriggerProps {
13
+ children: React.ReactElement;
14
+ }
15
+ interface CloseProps {
16
+ children: React.ReactElement;
17
+ }
18
+ interface ConfirmProps {
19
+ children: React.ReactElement;
20
+ }
21
+ interface SubComponentProps {
22
+ children?: React.ReactNode;
23
+ className?: string;
24
+ }
25
+ declare const Header: React.FC<SubComponentProps>;
26
+ declare const Content: React.FC<SubComponentProps>;
27
+ declare const Footer: React.FC<SubComponentProps>;
28
+ declare const Trigger: React.FC<TriggerProps>;
29
+ declare const Close: React.FC<CloseProps>;
30
+ declare const Confirm: React.FC<ConfirmProps>;
31
+ export declare const ConfirmationDialog: React.FC<ConfirmationDialogProps> & {
32
+ Header: typeof Header;
33
+ Content: typeof Content;
34
+ Footer: typeof Footer;
35
+ Trigger: typeof Trigger;
36
+ Close: typeof Close;
37
+ Confirm: typeof Confirm;
38
+ };
39
+ export {};
40
+ //# sourceMappingURL=ConfirmationDialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfirmationDialog.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmationDialog/ConfirmationDialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuF,MAAM,OAAO,CAAC;AAC5G,OAAO,0BAA0B,CAAC;AAElC,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAGnD,KAAK,aAAa,GAAG,aAAa,CAAC;AASnC,UAAU,uBAAuB;IAC/B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,UAAU,YAAY;IACpB,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC;CAC9B;AAED,UAAU,UAAU;IAClB,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC;CAC9B;AAED,UAAU,YAAY;IACpB,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC;CAC9B;AAED,UAAU,iBAAiB;IACzB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAcD,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAIvC,CAAC;AAGF,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAExC,CAAC;AAGF,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAEvC,CAAC;AAGF,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAQnC,CAAC;AAGF,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAQ/B,CAAC;AAGF,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAQnC,CAAC;AAKF,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAAC,GAAG;IACnE,MAAM,EAAE,OAAO,MAAM,CAAC;IACtB,OAAO,EAAE,OAAO,OAAO,CAAC;IACxB,MAAM,EAAE,OAAO,MAAM,CAAC;IACtB,OAAO,EAAE,OAAO,OAAO,CAAC;IACxB,KAAK,EAAE,OAAO,KAAK,CAAC;IACpB,OAAO,EAAE,OAAO,OAAO,CAAC;CA0EvB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './ConfirmationDialog';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmationDialog/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../src/components/Dropdown/Dropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAOZ,WAAW,EACZ,MAAM,OAAO,CAAC;AACf,OAAO,gBAAgB,CAAC;AACxB,OAAO,EACL,aAAa,EACb,iBAAiB,EAClB,MAAM,sBAAsB,CAAC;AAsB9B,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAapD,CAAC;AAEF,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAOpD,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAEjD,CAAC;AAEF,QAAA,MAAM,IAAI,GAAI,CAAC,SAAS,WAAW,oCAAoC,iBAAiB,CAAC,CAAC,CAAC,4CAQ1F,CAAC;AAEF,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAEtB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAAC,GAAG;IAC/C,OAAO,EAAE,OAAO,OAAO,CAAC;IACxB,OAAO,EAAE,OAAO,OAAO,CAAC;IACxB,IAAI,EAAE,OAAO,IAAI,CAAC;IAClB,IAAI,EAAE,OAAO,IAAI,CAAC;IAClB,SAAS,EAAE,OAAO,SAAS,CAAC;CA2F7B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Dropdown/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
@@ -0,0 +1,34 @@
1
+ import { default as React } from 'react';
2
+ type SystemVariant = 'primary' | 'secondary';
3
+ type HelperConfig = {
4
+ content: React.ReactNode;
5
+ plain?: boolean;
6
+ variant?: SystemVariant;
7
+ bgColor?: string;
8
+ textColor?: string;
9
+ };
10
+ export interface InputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'size'> {
11
+ /** Variante de cor */
12
+ variant?: SystemVariant;
13
+ /** Tamanho do input */
14
+ size?: 'small' | 'medium' | 'large';
15
+ /** Label do input */
16
+ label?: string;
17
+ /** Label acessível alternativa (aria-label) */
18
+ ariaLabel?: string;
19
+ /** Estado de erro */
20
+ error?: boolean;
21
+ /** Mensagem de erro */
22
+ errorMessage?: string;
23
+ /** Ícone no início */
24
+ startIcon?: React.ReactNode;
25
+ /** Ícone no final */
26
+ endIcon?: React.ReactNode;
27
+ /** Ícone de ajuda; ao clicar, exibe tooltip com conteúdo livre */
28
+ helper?: boolean | HelperConfig;
29
+ /** Posição do ícone de ajuda */
30
+ helperPosition?: 'top-right' | 'middle-right' | 'bottom-right' | 'top-left' | 'middle-left' | 'bottom-left';
31
+ }
32
+ export declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>;
33
+ export {};
34
+ //# sourceMappingURL=Input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,aAAa,CAAC;AAKrB,KAAK,aAAa,GAAG,SAAS,GAAG,WAAW,CAAC;AAE7C,KAAK,YAAY,GAAG;IAClB,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,WAAW,UAAW,SAAQ,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC3F,uBAAuB;IACvB,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,uBAAuB;IACvB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,qBAAqB;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,+CAA+C;IAC/C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,uBAAuB;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,sBAAsB;IACtB,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,qBAAqB;IACrB,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,kEAAkE;IAClE,MAAM,CAAC,EAAE,OAAO,GAAG,YAAY,CAAC;IAChC,gCAAgC;IAChC,cAAc,CAAC,EAAE,WAAW,GAAG,cAAc,GAAG,cAAc,GAAG,UAAU,GAAG,aAAa,GAAG,aAAa,CAAC;CAC7G;AAED,eAAO,MAAM,KAAK,qFAqNhB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Input } from './Input';
2
+ export type { InputProps } from './Input';
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,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,29 @@
1
+ import { default as React } from 'react';
2
+ import { SystemVariant } from '../../types/common';
3
+ type HelperConfig = {
4
+ content: React.ReactNode;
5
+ plain?: boolean;
6
+ variant?: SystemVariant;
7
+ bgColor?: string;
8
+ textColor?: string;
9
+ };
10
+ export interface InputSwitchProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'size' | 'type'> {
11
+ variant?: SystemVariant;
12
+ /** Tamanho do switch */
13
+ size?: 'small' | 'medium' | 'large';
14
+ /** Label do switch */
15
+ label?: string;
16
+ /** Ícone de ajuda; ao clicar, exibe tooltip com conteúdo livre */
17
+ helper?: boolean | HelperConfig;
18
+ /** Posição do ícone de ajuda */
19
+ helperPosition?: 'top-right' | 'middle-right' | 'bottom-right' | 'top-left' | 'middle-left' | 'bottom-left';
20
+ /** Estado de erro */
21
+ error?: boolean;
22
+ /** Mensagem de erro */
23
+ errorMessage?: string;
24
+ /** Posição do label */
25
+ labelPosition?: 'left' | 'right';
26
+ }
27
+ export declare const InputSwitch: React.ForwardRefExoticComponent<InputSwitchProps & React.RefAttributes<HTMLInputElement>>;
28
+ export {};
29
+ //# sourceMappingURL=InputSwitch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InputSwitch.d.ts","sourceRoot":"","sources":["../../../src/components/InputSwitch/InputSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,mBAAmB,CAAC;AAE3B,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,KAAK,YAAY,GAAG;IAClB,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1G,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,wBAAwB;IACxB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,sBAAsB;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kEAAkE;IAClE,MAAM,CAAC,EAAE,OAAO,GAAG,YAAY,CAAC;IAChC,gCAAgC;IAChC,cAAc,CAAC,EAAE,WAAW,GAAG,cAAc,GAAG,cAAc,GAAG,UAAU,GAAG,aAAa,GAAG,aAAa,CAAC;IAC5G,qBAAqB;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,uBAAuB;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,uBAAuB;IACvB,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CAClC;AAED,eAAO,MAAM,WAAW,2FAsItB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { InputSwitch } from './InputSwitch';
2
+ export type { InputSwitchProps } from './InputSwitch';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/InputSwitch/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { default as React } from 'react';
2
+ import { ModalProps, ModalSubComponentProps, ModalTriggerProps, ModalCloseProps } from '../../types/modal';
3
+ declare const Header: React.FC<ModalSubComponentProps & {
4
+ title?: string;
5
+ }>;
6
+ declare const Content: React.FC<ModalSubComponentProps>;
7
+ declare const Footer: React.FC<ModalSubComponentProps>;
8
+ declare const Trigger: React.FC<ModalTriggerProps>;
9
+ declare const Close: React.FC<ModalCloseProps>;
10
+ export declare const Modal: React.FC<ModalProps> & {
11
+ Header: typeof Header;
12
+ Content: typeof Content;
13
+ Footer: typeof Footer;
14
+ Trigger: typeof Trigger;
15
+ Close: typeof Close;
16
+ };
17
+ export {};
18
+ //# sourceMappingURL=Modal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/Modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuF,MAAM,OAAO,CAAC;AAC5G,OAAO,aAAa,CAAC;AACrB,OAAO,EAEL,UAAU,EACV,sBAAsB,EACtB,iBAAiB,EACjB,eAAe,EAChB,MAAM,mBAAmB,CAAC;AAc3B,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,CA6BjE,CAAC;AAGF,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAI7C,CAAC;AAGF,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAK5C,CAAC;AAGF,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAOxC,CAAC;AAGF,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAQpC,CAAC;AAIF,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAAC,GAAG;IACzC,MAAM,EAAE,OAAO,MAAM,CAAC;IACtB,OAAO,EAAE,OAAO,OAAO,CAAC;IACxB,MAAM,EAAE,OAAO,MAAM,CAAC;IACtB,OAAO,EAAE,OAAO,OAAO,CAAC;IACxB,KAAK,EAAE,OAAO,KAAK,CAAC;CAwEnB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Modal } from './Modal';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,41 @@
1
+ import { default as React } from 'react';
2
+ export type SystemVariant = 'primary' | 'secondary';
3
+ export type MultiSelectVariant = SystemVariant;
4
+ type HelperConfig = {
5
+ content: React.ReactNode;
6
+ plain?: boolean;
7
+ variant?: SystemVariant;
8
+ bgColor?: string;
9
+ textColor?: string;
10
+ };
11
+ export interface MultiSelectOption {
12
+ value: string | number;
13
+ label: string;
14
+ disabled?: boolean;
15
+ }
16
+ export interface MultiSelectProps {
17
+ options?: MultiSelectOption[];
18
+ value?: (string | number)[];
19
+ onChange?: (values: (string | number)[]) => void;
20
+ placeholder?: string;
21
+ label?: string;
22
+ /** Ícone de ajuda; ao clicar, exibe tooltip com conteúdo livre */
23
+ helper?: boolean | HelperConfig;
24
+ /** Posição do ícone de ajuda */
25
+ helperPosition?: 'top-right' | 'middle-right' | 'bottom-right' | 'top-left' | 'middle-left' | 'bottom-left';
26
+ error?: boolean;
27
+ errorMessage?: string;
28
+ disabled?: boolean;
29
+ variant?: MultiSelectVariant;
30
+ size?: 'small' | 'medium' | 'large';
31
+ maxSelectedLabels?: number;
32
+ selectionLimit?: number;
33
+ className?: string;
34
+ id?: string;
35
+ name?: string;
36
+ required?: boolean;
37
+ 'data-testid'?: string;
38
+ }
39
+ export declare const MultiSelect: React.ForwardRefExoticComponent<MultiSelectProps & React.RefAttributes<HTMLDivElement>>;
40
+ export {};
41
+ //# sourceMappingURL=MultiSelect.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MultiSelect.d.ts","sourceRoot":"","sources":["../../../src/components/MultiSelect/MultiSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,mBAAmB,CAAC;AAE3B,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,WAAW,CAAC;AAEpD,MAAM,MAAM,kBAAkB,GAAG,aAAa,CAAC;AAE/C,KAAK,YAAY,GAAG;IAClB,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,gBAAgB;IAC/B,OAAO,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAC9B,KAAK,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;IAC5B,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,KAAK,IAAI,CAAC;IACjD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kEAAkE;IAClE,MAAM,CAAC,EAAE,OAAO,GAAG,YAAY,CAAC;IAChC,gCAAgC;IAChC,cAAc,CAAC,EAAE,WAAW,GAAG,cAAc,GAAG,cAAc,GAAG,UAAU,GAAG,aAAa,GAAG,aAAa,CAAC;IAC5G,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,WAAW,yFAkXtB,CAAC"}