@loja-integrada/admin-components 1.0.0-beta.0 → 1.0.1

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 (227) hide show
  1. package/README.md +17 -0
  2. package/dist/chunk-22FGINA5.js +9 -0
  3. package/dist/chunk-24UC33BJ.js +8 -0
  4. package/dist/chunk-2H2JX2FG.js +5 -0
  5. package/dist/chunk-3OHDGUPG.js +7 -0
  6. package/dist/chunk-63ACUGSG.js +7 -0
  7. package/dist/chunk-767NPRMO.js +10 -0
  8. package/dist/chunk-AZI2H7OT.js +9 -0
  9. package/dist/chunk-BW2HQVCT.js +7 -0
  10. package/dist/chunk-DBWOW4GL.js +1 -0
  11. package/dist/chunk-DIFKNF3L.js +1 -0
  12. package/dist/chunk-FLXTIRDF.js +10 -0
  13. package/dist/chunk-GWT7XT76.js +7 -0
  14. package/dist/chunk-IA7GSQNX.js +1 -0
  15. package/dist/chunk-IPSRY3RR.js +9 -0
  16. package/dist/chunk-K5XL557B.js +9 -0
  17. package/dist/chunk-KEVA65S5.js +10 -0
  18. package/dist/chunk-L6H2NDVS.js +3 -0
  19. package/dist/chunk-LJS4TVL3.js +10 -0
  20. package/dist/chunk-LTHYFCE7.js +7 -0
  21. package/dist/chunk-N73XF5FY.js +10 -0
  22. package/dist/chunk-NHDLQM42.js +10 -0
  23. package/dist/chunk-QNBPXACD.js +8 -0
  24. package/dist/chunk-RGSYU4MA.js +7 -0
  25. package/dist/chunk-RL2XPX57.js +7 -0
  26. package/dist/chunk-RPTUERXQ.js +8 -0
  27. package/dist/chunk-WEYSRHTX.js +6 -0
  28. package/dist/chunk-WEZVMEBK.js +7 -0
  29. package/dist/chunk-YDYMRCXH.js +8 -0
  30. package/dist/chunk-YTHY4XI2.js +9 -0
  31. package/dist/components/Button/Button.d.ts +3 -7
  32. package/dist/components/Button/index.d.ts +1 -6
  33. package/dist/components/Button/index.js +4 -3
  34. package/dist/components/DataTable/DataTable.d.ts +74 -0
  35. package/dist/components/DataTable/index.d.ts +1 -0
  36. package/dist/components/DataTable/index.js +6 -0
  37. package/dist/components/Icon/Icon.d.ts +1 -98
  38. package/dist/components/Icon/index.d.ts +1 -3
  39. package/dist/components/Icon/index.js +3 -1
  40. package/dist/components/IconCircular/IconCircular.d.ts +4 -7
  41. package/dist/components/IconCircular/index.d.ts +1 -4
  42. package/dist/components/IconCircular/index.js +4 -3
  43. package/dist/components/LoadingPlaceholder/LoadingPlaceholder.d.ts +9 -0
  44. package/dist/components/LoadingPlaceholder/index.d.ts +1 -0
  45. package/dist/components/LoadingPlaceholder/index.js +2 -0
  46. package/dist/components/Modal/Modal.d.ts +54 -0
  47. package/dist/components/Modal/index.css +1 -0
  48. package/dist/components/Modal/index.d.ts +1 -0
  49. package/dist/components/Modal/index.js +5 -0
  50. package/dist/components/SidebarFixed/SidebarFixed.d.ts +34 -0
  51. package/dist/components/SidebarFixed/index.d.ts +1 -0
  52. package/dist/components/SidebarFixed/index.js +5 -0
  53. package/dist/components/Table/Table.d.ts +10 -0
  54. package/dist/components/Table/index.d.ts +1 -0
  55. package/dist/components/Table/index.js +2 -0
  56. package/dist/components/Tabs/Tabs.d.ts +21 -0
  57. package/dist/components/Tabs/TabsItem.d.ts +34 -0
  58. package/dist/components/Tabs/index.d.ts +1 -0
  59. package/dist/components/Tabs/index.js +2 -0
  60. package/dist/components/index.css +1 -0
  61. package/dist/components/index.d.ts +9 -0
  62. package/dist/components/index.js +15 -0
  63. package/dist/forms/Checkbox/Checkbox.d.ts +28 -0
  64. package/dist/forms/Checkbox/index.d.ts +1 -0
  65. package/dist/forms/Checkbox/index.js +3 -0
  66. package/dist/forms/Input/Input.d.ts +41 -0
  67. package/dist/forms/Input/index.d.ts +1 -0
  68. package/dist/forms/Input/index.js +4 -0
  69. package/dist/forms/InputHelpText/InputHelpText.d.ts +17 -0
  70. package/dist/forms/InputHelpText/index.d.ts +1 -0
  71. package/dist/forms/InputHelpText/index.js +2 -0
  72. package/dist/forms/InputLabel/InputLabel.d.ts +29 -0
  73. package/dist/forms/InputLabel/index.d.ts +1 -0
  74. package/dist/forms/InputLabel/index.js +2 -0
  75. package/dist/forms/InputMask/InputMask.d.ts +20 -0
  76. package/dist/forms/InputMask/index.d.ts +1 -0
  77. package/dist/forms/InputMask/index.js +5 -0
  78. package/dist/forms/InputMask/maskDate.d.ts +7 -0
  79. package/dist/forms/InputMask/utils.d.ts +6 -0
  80. package/dist/forms/index.d.ts +5 -0
  81. package/dist/forms/index.js +7 -0
  82. package/dist/icons-path/Adjust.d.ts +1 -0
  83. package/dist/icons-path/AngleDiagonal.d.ts +1 -0
  84. package/dist/icons-path/AngleDown.d.ts +1 -0
  85. package/dist/icons-path/AngleHeight.d.ts +1 -0
  86. package/dist/icons-path/AngleLeft.d.ts +1 -0
  87. package/dist/icons-path/AngleRight.d.ts +1 -0
  88. package/dist/icons-path/AngleWidth.d.ts +1 -0
  89. package/dist/icons-path/App.d.ts +1 -0
  90. package/dist/icons-path/Arrow.d.ts +1 -0
  91. package/dist/icons-path/ArrowLeft.d.ts +1 -0
  92. package/dist/icons-path/ArrowRight.d.ts +1 -0
  93. package/dist/icons-path/Back.d.ts +1 -0
  94. package/dist/icons-path/Ban.d.ts +1 -0
  95. package/dist/icons-path/BarcodeRead.d.ts +1 -0
  96. package/dist/icons-path/Bell.d.ts +1 -0
  97. package/dist/icons-path/Blog.d.ts +1 -0
  98. package/dist/icons-path/Bullhorn.d.ts +1 -0
  99. package/dist/icons-path/Calculator.d.ts +1 -0
  100. package/dist/icons-path/CalendarAlt.d.ts +1 -0
  101. package/dist/icons-path/Camera.d.ts +1 -0
  102. package/dist/icons-path/Check.d.ts +1 -0
  103. package/dist/icons-path/CheckCircle.d.ts +1 -0
  104. package/dist/icons-path/Clock.d.ts +1 -0
  105. package/dist/icons-path/Clockwise.d.ts +1 -0
  106. package/dist/icons-path/Close.d.ts +1 -0
  107. package/dist/icons-path/Cog.d.ts +1 -0
  108. package/dist/icons-path/Copy.d.ts +1 -0
  109. package/dist/icons-path/CreditCard.d.ts +1 -0
  110. package/dist/icons-path/DashedCircle.d.ts +1 -0
  111. package/dist/icons-path/DefaultCursor.d.ts +1 -0
  112. package/dist/icons-path/Desktop.d.ts +1 -0
  113. package/dist/icons-path/Discount.d.ts +1 -0
  114. package/dist/icons-path/DotsThree.d.ts +1 -0
  115. package/dist/icons-path/Download.d.ts +1 -0
  116. package/dist/icons-path/Edit.d.ts +1 -0
  117. package/dist/icons-path/Envelope.d.ts +1 -0
  118. package/dist/icons-path/Exchange.d.ts +1 -0
  119. package/dist/icons-path/ExchangeY.d.ts +1 -0
  120. package/dist/icons-path/Exclamation.d.ts +1 -0
  121. package/dist/icons-path/ExclamationCircle.d.ts +1 -0
  122. package/dist/icons-path/ExclamationTriangle.d.ts +1 -0
  123. package/dist/icons-path/ExternalLink.d.ts +1 -0
  124. package/dist/icons-path/Eye.d.ts +1 -0
  125. package/dist/icons-path/EyeSlash.d.ts +1 -0
  126. package/dist/icons-path/Filter.d.ts +1 -0
  127. package/dist/icons-path/HalfBack.d.ts +1 -0
  128. package/dist/icons-path/Hashtag.d.ts +1 -0
  129. package/dist/icons-path/Home.d.ts +1 -0
  130. package/dist/icons-path/IconSolidEnviali.d.ts +1 -0
  131. package/dist/icons-path/IconSolidLI.d.ts +1 -0
  132. package/dist/icons-path/IdentificationBadge.d.ts +1 -0
  133. package/dist/icons-path/Image.d.ts +1 -0
  134. package/dist/icons-path/InfoCircle.d.ts +1 -0
  135. package/dist/icons-path/Lightbulb.d.ts +1 -0
  136. package/dist/icons-path/Link.d.ts +1 -0
  137. package/dist/icons-path/ListItems.d.ts +1 -0
  138. package/dist/icons-path/Loading.d.ts +1 -0
  139. package/dist/icons-path/Minus.d.ts +1 -0
  140. package/dist/icons-path/MinusCircle.d.ts +1 -0
  141. package/dist/icons-path/MinusCircleSolid.d.ts +1 -0
  142. package/dist/icons-path/Mobile.d.ts +1 -0
  143. package/dist/icons-path/MoneyBill.d.ts +1 -0
  144. package/dist/icons-path/Move.d.ts +1 -0
  145. package/dist/icons-path/Nav.d.ts +1 -0
  146. package/dist/icons-path/Order.d.ts +1 -0
  147. package/dist/icons-path/Pagali.d.ts +1 -0
  148. package/dist/icons-path/PaperList.d.ts +1 -0
  149. package/dist/icons-path/PieChart.d.ts +1 -0
  150. package/dist/icons-path/Pix.d.ts +1 -0
  151. package/dist/icons-path/Plus.d.ts +1 -0
  152. package/dist/icons-path/PlusCircle.d.ts +1 -0
  153. package/dist/icons-path/Print.d.ts +1 -0
  154. package/dist/icons-path/Product.d.ts +1 -0
  155. package/dist/icons-path/QuestionCircle.d.ts +1 -0
  156. package/dist/icons-path/Reload.d.ts +1 -0
  157. package/dist/icons-path/Rocket.d.ts +1 -0
  158. package/dist/icons-path/Search.d.ts +1 -0
  159. package/dist/icons-path/ShoppingCart.d.ts +1 -0
  160. package/dist/icons-path/SortDown.d.ts +1 -0
  161. package/dist/icons-path/Store.d.ts +1 -0
  162. package/dist/icons-path/Sync.d.ts +1 -0
  163. package/dist/icons-path/ThinAngleRight.d.ts +1 -0
  164. package/dist/icons-path/TimesCircle.d.ts +1 -0
  165. package/dist/icons-path/Trash.d.ts +1 -0
  166. package/dist/icons-path/Trophy.d.ts +1 -0
  167. package/dist/icons-path/Truck.d.ts +1 -0
  168. package/dist/icons-path/Tv.d.ts +1 -0
  169. package/dist/icons-path/Upload.d.ts +1 -0
  170. package/dist/icons-path/UsdCircle.d.ts +1 -0
  171. package/dist/icons-path/User.d.ts +1 -0
  172. package/dist/icons-path/WhatsApp.d.ts +1 -0
  173. package/dist/icons-path/index.d.ts +94 -0
  174. package/dist/icons-path/index.js +1 -0
  175. package/dist/index.css +1 -0
  176. package/dist/index.d.ts +5 -7
  177. package/dist/index.js +31 -5
  178. package/dist/indicators/Alert/Alert.d.ts +47 -0
  179. package/dist/indicators/Alert/index.d.ts +1 -0
  180. package/dist/indicators/Alert/index.js +5 -0
  181. package/dist/indicators/Badge/Badge.d.ts +29 -0
  182. package/dist/indicators/Badge/index.d.ts +1 -0
  183. package/dist/indicators/Badge/index.js +2 -0
  184. package/dist/indicators/Tag/Tag.d.ts +32 -0
  185. package/dist/indicators/Tag/index.css +1 -0
  186. package/dist/indicators/Tag/index.d.ts +1 -0
  187. package/dist/indicators/Tag/index.js +16 -0
  188. package/dist/indicators/Tooltip/Tooltip.d.ts +54 -0
  189. package/dist/indicators/Tooltip/index.css +1 -0
  190. package/dist/indicators/Tooltip/index.d.ts +1 -0
  191. package/dist/indicators/Tooltip/index.js +1 -0
  192. package/dist/indicators/index.css +1 -0
  193. package/dist/indicators/index.d.ts +4 -0
  194. package/dist/indicators/index.js +20 -0
  195. package/dist/layout/ActionBar/ActionBar.d.ts +15 -0
  196. package/dist/layout/ActionBar/index.d.ts +1 -0
  197. package/dist/layout/ActionBar/index.js +7 -0
  198. package/dist/layout/Box/Box.d.ts +68 -0
  199. package/dist/layout/Box/index.d.ts +1 -0
  200. package/dist/layout/Box/index.js +4 -0
  201. package/dist/layout/Container/Container.d.ts +15 -0
  202. package/dist/layout/Container/index.d.ts +1 -0
  203. package/dist/layout/Container/index.js +3 -0
  204. package/dist/layout/constants.d.ts +4 -0
  205. package/dist/layout/index.d.ts +3 -0
  206. package/dist/layout/index.js +10 -0
  207. package/dist/lib/utils.d.ts +5 -0
  208. package/dist/navigation/Breadcrumb/Breadcrumb.d.ts +43 -0
  209. package/dist/navigation/Breadcrumb/index.d.ts +1 -0
  210. package/dist/navigation/Breadcrumb/index.js +6 -0
  211. package/dist/navigation/HelpLink/HelpLink.d.ts +30 -0
  212. package/dist/navigation/HelpLink/index.d.ts +1 -0
  213. package/dist/navigation/HelpLink/index.js +5 -0
  214. package/dist/navigation/Stepper/Stepper.d.ts +29 -0
  215. package/dist/navigation/Stepper/index.d.ts +1 -0
  216. package/dist/navigation/Stepper/index.js +7 -0
  217. package/dist/navigation/index.d.ts +2 -0
  218. package/dist/navigation/index.js +7 -0
  219. package/package.json +114 -20
  220. package/dist/chunk-7RSXJRXE.js +0 -7
  221. package/dist/chunk-YV57ZIX5.js +0 -7
  222. package/dist/chunk-YXT4UVSS.js +0 -6
  223. package/dist/components/Button/Button.js +0 -3
  224. package/dist/components/Icon/Icon.js +0 -1
  225. package/dist/components/IconCircular/IconCircular.js +0 -3
  226. /package/dist/{chunk-AYBQ5B4L.js → chunk-27G6ETZK.js} +0 -0
  227. /package/dist/{chunk-QCTWLTAA.js → chunk-AKA4VSQF.js} +0 -0
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { MaskedInputProps as ReactMaskedInputProps } from 'react-text-mask';
3
+ import { InputProps } from '../Input';
4
+ import { formatValuePatterns } from './utils';
5
+ declare const InputMask: React.ForwardRefExoticComponent<InputMaskProps & React.RefAttributes<HTMLInputElement>>;
6
+ interface InputMaskProps extends InputProps {
7
+ /**
8
+ * Predefined masks. When used, will replace passed `mask` attr
9
+ * @default 'onlyAlphanumeric'
10
+ * */
11
+ formatValue?: keyof typeof formatValuePatterns;
12
+ mask?: ReactMaskedInputProps['mask'];
13
+ guide?: ReactMaskedInputProps['guide'];
14
+ placeholderChar?: ReactMaskedInputProps['placeholderChar'];
15
+ keepCharPositions?: ReactMaskedInputProps['keepCharPositions'];
16
+ pipe?: ReactMaskedInputProps['pipe'];
17
+ showMask?: ReactMaskedInputProps['showMask'];
18
+ }
19
+ type InputMaskType = ReactMaskedInputProps['mask'];
20
+ export { formatValuePatterns, InputMask, type InputMaskProps, type InputMaskType };
@@ -0,0 +1 @@
1
+ export * from './InputMask';
@@ -0,0 +1,5 @@
1
+ export { b as InputMask, a as formatValuePatterns } from '../../chunk-IPSRY3RR.js';
2
+ import '../../chunk-LJS4TVL3.js';
3
+ import '../../chunk-WEZVMEBK.js';
4
+ import '../../chunk-3OHDGUPG.js';
5
+ import '../../chunk-WEYSRHTX.js';
@@ -0,0 +1,7 @@
1
+ export default function createAutoCorrectedDatePipe(dateFormat?: string, { minYear, maxYear }?: {
2
+ minYear?: number | undefined;
3
+ maxYear?: number | undefined;
4
+ }): (conformedValue: any) => false | {
5
+ value: any;
6
+ indexesOfPipedChars: any;
7
+ };
@@ -0,0 +1,6 @@
1
+ import { MaskedInputProps } from 'react-text-mask';
2
+ interface IPatterns extends MaskedInputProps {
3
+ inputMode?: 'text' | 'decimal';
4
+ }
5
+ export declare const formatValuePatterns: Record<string, IPatterns>;
6
+ export {};
@@ -0,0 +1,5 @@
1
+ export * from './Checkbox';
2
+ export * from './Input';
3
+ export * from './InputHelpText';
4
+ export * from './InputLabel';
5
+ export * from './InputMask';
@@ -0,0 +1,7 @@
1
+ import '../chunk-IA7GSQNX.js';
2
+ export { b as InputMask, a as formatValuePatterns } from '../chunk-IPSRY3RR.js';
3
+ export { a as Input } from '../chunk-LJS4TVL3.js';
4
+ export { a as InputLabel } from '../chunk-WEZVMEBK.js';
5
+ export { a as Checkbox } from '../chunk-22FGINA5.js';
6
+ export { a as InputHelpText } from '../chunk-3OHDGUPG.js';
7
+ import '../chunk-WEYSRHTX.js';
@@ -0,0 +1 @@
1
+ export declare const Adjust: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const AngleDiagonal: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const AngleDown: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const AngleHeight: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const AngleLeft: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const AngleRight: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const AngleWidth: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const App: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Arrow: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const ArrowLeft: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const ArrowRight: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Back: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Ban: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const BarcodeRead: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Bell: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Blog: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Bullhorn: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Calculator: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const CalendarAlt: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Camera: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Check: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const CheckCircle: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Clock: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Clockwise: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Close: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Cog: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Copy: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const CreditCard: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const DashedCircle: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const DefaultCursor: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Desktop: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Discount: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const DotsThree: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Download: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Edit: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Envelope: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Exchange: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const ExchangeY: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Exclamation: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const ExclamationCircle: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const ExclamationTriangle: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const ExternalLink: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Eye: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const EyeSlash: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Filter: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const HalfBack: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Hashtag: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Home: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const IconSolidEnviali: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const IconSolidLI: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const IdentificationBadge: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Image: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const InfoCircle: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Lightbulb: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Link: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const ListItems: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Loading: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Minus: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const MinusCircle: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const MinusCircleSolid: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Mobile: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const MoneyBill: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Move: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Nav: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Order: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Pagali: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const PaperList: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const PieChart: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Pix: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Plus: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const PlusCircle: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Print: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Product: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const QuestionCircle: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Reload: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Rocket: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Search: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const ShoppingCart: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const SortDown: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Store: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Sync: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const ThinAngleRight: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const TimesCircle: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Trash: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Trophy: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Truck: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Tv: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Upload: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const UsdCircle: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const User: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const WhatsApp: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,94 @@
1
+ export declare const icons: {
2
+ adjust: () => import("react/jsx-runtime").JSX.Element;
3
+ angleDiagonal: () => import("react/jsx-runtime").JSX.Element;
4
+ angleDown: () => import("react/jsx-runtime").JSX.Element;
5
+ angleHeight: () => import("react/jsx-runtime").JSX.Element;
6
+ angleLeft: () => import("react/jsx-runtime").JSX.Element;
7
+ angleRight: () => import("react/jsx-runtime").JSX.Element;
8
+ angleWidth: () => import("react/jsx-runtime").JSX.Element;
9
+ app: () => import("react/jsx-runtime").JSX.Element;
10
+ arrow: () => import("react/jsx-runtime").JSX.Element;
11
+ arrowLeft: () => import("react/jsx-runtime").JSX.Element;
12
+ arrowRight: () => import("react/jsx-runtime").JSX.Element;
13
+ back: () => import("react/jsx-runtime").JSX.Element;
14
+ ban: () => import("react/jsx-runtime").JSX.Element;
15
+ barcodeRead: () => import("react/jsx-runtime").JSX.Element;
16
+ bell: () => import("react/jsx-runtime").JSX.Element;
17
+ blog: () => import("react/jsx-runtime").JSX.Element;
18
+ bullhorn: () => import("react/jsx-runtime").JSX.Element;
19
+ calculator: () => import("react/jsx-runtime").JSX.Element;
20
+ calendarAlt: () => import("react/jsx-runtime").JSX.Element;
21
+ camera: () => import("react/jsx-runtime").JSX.Element;
22
+ check: () => import("react/jsx-runtime").JSX.Element;
23
+ checkCircle: () => import("react/jsx-runtime").JSX.Element;
24
+ clock: () => import("react/jsx-runtime").JSX.Element;
25
+ close: () => import("react/jsx-runtime").JSX.Element;
26
+ cog: () => import("react/jsx-runtime").JSX.Element;
27
+ copy: () => import("react/jsx-runtime").JSX.Element;
28
+ creditcard: () => import("react/jsx-runtime").JSX.Element;
29
+ discount: () => import("react/jsx-runtime").JSX.Element;
30
+ desktop: () => import("react/jsx-runtime").JSX.Element;
31
+ download: () => import("react/jsx-runtime").JSX.Element;
32
+ edit: () => import("react/jsx-runtime").JSX.Element;
33
+ exchange: () => import("react/jsx-runtime").JSX.Element;
34
+ exclamation: () => import("react/jsx-runtime").JSX.Element;
35
+ exclamationCircle: () => import("react/jsx-runtime").JSX.Element;
36
+ exclamationTriangle: () => import("react/jsx-runtime").JSX.Element;
37
+ externalLink: () => import("react/jsx-runtime").JSX.Element;
38
+ eye: () => import("react/jsx-runtime").JSX.Element;
39
+ eyeSlash: () => import("react/jsx-runtime").JSX.Element;
40
+ filter: () => import("react/jsx-runtime").JSX.Element;
41
+ halfBack: () => import("react/jsx-runtime").JSX.Element;
42
+ home: () => import("react/jsx-runtime").JSX.Element;
43
+ iconSolidEnviali: () => import("react/jsx-runtime").JSX.Element;
44
+ iconSolidLI: () => import("react/jsx-runtime").JSX.Element;
45
+ image: () => import("react/jsx-runtime").JSX.Element;
46
+ infoCircle: () => import("react/jsx-runtime").JSX.Element;
47
+ lightbulb: () => import("react/jsx-runtime").JSX.Element;
48
+ link: () => import("react/jsx-runtime").JSX.Element;
49
+ loading: () => import("react/jsx-runtime").JSX.Element;
50
+ minus: () => import("react/jsx-runtime").JSX.Element;
51
+ mobile: () => import("react/jsx-runtime").JSX.Element;
52
+ moneyBill: () => import("react/jsx-runtime").JSX.Element;
53
+ move: () => import("react/jsx-runtime").JSX.Element;
54
+ nav: () => import("react/jsx-runtime").JSX.Element;
55
+ order: () => import("react/jsx-runtime").JSX.Element;
56
+ pagali: () => import("react/jsx-runtime").JSX.Element;
57
+ paperList: () => import("react/jsx-runtime").JSX.Element;
58
+ pieChart: () => import("react/jsx-runtime").JSX.Element;
59
+ pix: () => import("react/jsx-runtime").JSX.Element;
60
+ plus: () => import("react/jsx-runtime").JSX.Element;
61
+ plusCircle: () => import("react/jsx-runtime").JSX.Element;
62
+ print: () => import("react/jsx-runtime").JSX.Element;
63
+ product: () => import("react/jsx-runtime").JSX.Element;
64
+ questionCircle: () => import("react/jsx-runtime").JSX.Element;
65
+ reload: () => import("react/jsx-runtime").JSX.Element;
66
+ rocket: () => import("react/jsx-runtime").JSX.Element;
67
+ search: () => import("react/jsx-runtime").JSX.Element;
68
+ shoppingCart: () => import("react/jsx-runtime").JSX.Element;
69
+ sortDown: () => import("react/jsx-runtime").JSX.Element;
70
+ sync: () => import("react/jsx-runtime").JSX.Element;
71
+ thinAngleRight: () => import("react/jsx-runtime").JSX.Element;
72
+ times: () => import("react/jsx-runtime").JSX.Element;
73
+ timesCircle: () => import("react/jsx-runtime").JSX.Element;
74
+ trash: () => import("react/jsx-runtime").JSX.Element;
75
+ truck: () => import("react/jsx-runtime").JSX.Element;
76
+ tv: () => import("react/jsx-runtime").JSX.Element;
77
+ upload: () => import("react/jsx-runtime").JSX.Element;
78
+ usdCircle: () => import("react/jsx-runtime").JSX.Element;
79
+ user: () => import("react/jsx-runtime").JSX.Element;
80
+ whatsapp: () => import("react/jsx-runtime").JSX.Element;
81
+ clockwise: () => import("react/jsx-runtime").JSX.Element;
82
+ defaultCursor: () => import("react/jsx-runtime").JSX.Element;
83
+ envelope: () => import("react/jsx-runtime").JSX.Element;
84
+ exchangeY: () => import("react/jsx-runtime").JSX.Element;
85
+ hashtag: () => import("react/jsx-runtime").JSX.Element;
86
+ identificationBadge: () => import("react/jsx-runtime").JSX.Element;
87
+ listItems: () => import("react/jsx-runtime").JSX.Element;
88
+ store: () => import("react/jsx-runtime").JSX.Element;
89
+ trophy: () => import("react/jsx-runtime").JSX.Element;
90
+ dashedCircle: () => import("react/jsx-runtime").JSX.Element;
91
+ minusCircle: () => import("react/jsx-runtime").JSX.Element;
92
+ minusCircleSolid: () => import("react/jsx-runtime").JSX.Element;
93
+ dotsThree: () => import("react/jsx-runtime").JSX.Element;
94
+ };
@@ -0,0 +1 @@
1
+ export { a as icons } from '../chunk-2H2JX2FG.js';
package/dist/index.css ADDED
@@ -0,0 +1 @@
1
+ .ReactModal__Overlay--after-open{@apply opacity-100;}.ReactModal__Overlay--before-close{@apply opacity-0;}.tippy-box{@apply relative bg-inverted-1 text-base-1 rounded text-f7 outline-0 transition-all;}.tippy-box[data-animation=fade][data-state=hidden]{@apply opacity-0;}.tippy-box [data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box[data-placement^=top]>.tippy-arrow{@apply bottom-0;}.tippy-box[data-placement^=top]>.tippy-arrow:before{@apply -bottom-2 left-0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{@apply top-0;}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{@apply -top-2 left-0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{@apply right-0;}.tippy-box[data-placement^=left]>.tippy-arrow:before{@apply -right-2;border-width:8px 0 8px 8px;border-left-color:initial;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{@apply left-0;}.tippy-box[data-placement^=right]>.tippy-arrow:before{@apply -left-2;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-box .tippy-arrow{@apply text-inverted-1 w-4 h-4;}.tippy-box .tippy-arrow:before{@apply absolute border-transparent border-solid;content:""}.tippy-box .tippy-content{@apply relative py-3 px-2 z-1;}
package/dist/index.d.ts CHANGED
@@ -1,7 +1,5 @@
1
- export { Button, ButtonProps } from './components/Button/Button.js';
2
- export { Icon, IconProps } from './components/Icon/Icon.js';
3
- export { IconCircular, IconCircularProps } from './components/IconCircular/IconCircular.js';
4
- import 'class-variance-authority/types';
5
- import 'class-variance-authority';
6
- import 'react';
7
- import 'react/jsx-runtime';
1
+ export * from './components';
2
+ export * from './forms';
3
+ export * from './indicators';
4
+ export * from './layout';
5
+ export * from './navigation';
package/dist/index.js CHANGED
@@ -1,6 +1,32 @@
1
- import './chunk-QCTWLTAA.js';
2
- export { a as Button } from './chunk-7RSXJRXE.js';
3
- import './chunk-AYBQ5B4L.js';
4
- export { a as IconCircular } from './chunk-YV57ZIX5.js';
1
+ import './chunk-IA7GSQNX.js';
2
+ export { b as InputMask, a as formatValuePatterns } from './chunk-IPSRY3RR.js';
3
+ export { a as Input } from './chunk-LJS4TVL3.js';
4
+ export { a as InputLabel } from './chunk-WEZVMEBK.js';
5
+ import './chunk-AKA4VSQF.js';
6
+ import './chunk-DBWOW4GL.js';
7
+ import './chunk-27G6ETZK.js';
8
+ export { a as ActionBar } from './chunk-AZI2H7OT.js';
9
+ export { b as Box, d as BoxContent, c as BoxHeader, a as BoxSeparator } from './chunk-K5XL557B.js';
10
+ export { a as Container, b as ContainerHeader } from './chunk-24UC33BJ.js';
11
+ import './chunk-L6H2NDVS.js';
12
+ export { a as Alert } from './chunk-QNBPXACD.js';
13
+ export { a as Badge } from './chunk-YDYMRCXH.js';
14
+ export { a as Tag } from './chunk-NHDLQM42.js';
15
+ import './chunk-DIFKNF3L.js';
16
+ export { a as IconCircular } from './chunk-BW2HQVCT.js';
17
+ export { a as Button } from './chunk-YTHY4XI2.js';
18
+ export { a as Tooltip } from './chunk-GWT7XT76.js';
19
+ export { a as Breadcrumb } from './chunk-767NPRMO.js';
20
+ export { a as HelpLink } from './chunk-N73XF5FY.js';
21
+ export { a as DataTable } from './chunk-KEVA65S5.js';
22
+ export { a as LoadingPlaceholder } from './chunk-LTHYFCE7.js';
23
+ export { a as Modal } from './chunk-FLXTIRDF.js';
24
+ export { b as SidebarFixed, a as SidebarFixedComponent } from './chunk-RGSYU4MA.js';
5
25
  import './chunk-LTWCICTK.js';
6
- export { e as Icon } from './chunk-YXT4UVSS.js';
26
+ export { a as Icon } from './chunk-RPTUERXQ.js';
27
+ import './chunk-2H2JX2FG.js';
28
+ export { a as Table, d as TableBody, h as TableCaption, g as TableCell, e as TableFooter, c as TableHead, b as TableHeader, f as TableRow } from './chunk-RL2XPX57.js';
29
+ export { a as Tabs } from './chunk-63ACUGSG.js';
30
+ export { a as Checkbox } from './chunk-22FGINA5.js';
31
+ export { a as InputHelpText } from './chunk-3OHDGUPG.js';
32
+ import './chunk-WEYSRHTX.js';
@@ -0,0 +1,47 @@
1
+ import React from 'react';
2
+ import { IconProps } from '@/components/Icon/';
3
+ type alertVariantsOptions = 'success' | 'warning' | 'danger' | 'info' | 'primary';
4
+ export interface AlertProps {
5
+ /** Alert color
6
+ * @default info
7
+ * */
8
+ variant?: alertVariantsOptions;
9
+ /** Alert is visible
10
+ * @default true
11
+ */
12
+ isOpen?: boolean;
13
+ /**
14
+ * Alert main text
15
+ */
16
+ title: string | React.ReactNode;
17
+ /**
18
+ * Alert text below title
19
+ */
20
+ subtitle?: string | React.ReactNode;
21
+ /**
22
+ * Function to close alert (also activate `showClose`)
23
+ */
24
+ onClose?: () => void;
25
+ /** Show button close
26
+ * @default false
27
+ */
28
+ showClose?: boolean;
29
+ /** Hide alert icon
30
+ * @default false
31
+ */
32
+ hideIcon?: boolean;
33
+ /**
34
+ * Custom icon
35
+ */
36
+ customIcon?: IconProps['icon'];
37
+ /**
38
+ * Action for the alert, like button and hiperlinks
39
+ * */
40
+ actions?: React.ReactNode;
41
+ /**
42
+ * Custom className for the Alert container
43
+ * */
44
+ className?: string;
45
+ }
46
+ export declare const Alert: React.MemoExoticComponent<({ variant, isOpen, title, subtitle, actions, showClose, onClose, hideIcon, customIcon, className, }: AlertProps) => import("react/jsx-runtime").JSX.Element | null>;
47
+ export {};
@@ -0,0 +1 @@
1
+ export * from './Alert';
@@ -0,0 +1,5 @@
1
+ export { a as Alert } from '../../chunk-QNBPXACD.js';
2
+ import '../../chunk-LTWCICTK.js';
3
+ import '../../chunk-RPTUERXQ.js';
4
+ import '../../chunk-2H2JX2FG.js';
5
+ import '../../chunk-WEYSRHTX.js';