@treeal/ds 0.1.0

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 (143) hide show
  1. package/README.md +48 -0
  2. package/dist/assets/style.css +1 -0
  3. package/dist/components/Alert/Alert.d.ts +19 -0
  4. package/dist/components/Alert/Alert.d.ts.map +1 -0
  5. package/dist/components/Alert/index.d.ts +3 -0
  6. package/dist/components/Alert/index.d.ts.map +1 -0
  7. package/dist/components/BaseCheckRadio/BaseCheckRadio.d.ts +14 -0
  8. package/dist/components/BaseCheckRadio/BaseCheckRadio.d.ts.map +1 -0
  9. package/dist/components/BaseCheckRadio/index.d.ts +3 -0
  10. package/dist/components/BaseCheckRadio/index.d.ts.map +1 -0
  11. package/dist/components/Button/Button.d.ts +21 -0
  12. package/dist/components/Button/Button.d.ts.map +1 -0
  13. package/dist/components/Button/index.d.ts +3 -0
  14. package/dist/components/Button/index.d.ts.map +1 -0
  15. package/dist/components/Header/Header.d.ts +28 -0
  16. package/dist/components/Header/Header.d.ts.map +1 -0
  17. package/dist/components/Header/index.d.ts +3 -0
  18. package/dist/components/Header/index.d.ts.map +1 -0
  19. package/dist/components/Input/Input.d.ts +21 -0
  20. package/dist/components/Input/Input.d.ts.map +1 -0
  21. package/dist/components/Input/index.d.ts +3 -0
  22. package/dist/components/Input/index.d.ts.map +1 -0
  23. package/dist/components/Modal/Modal.d.ts +17 -0
  24. package/dist/components/Modal/Modal.d.ts.map +1 -0
  25. package/dist/components/Modal/index.d.ts +3 -0
  26. package/dist/components/Modal/index.d.ts.map +1 -0
  27. package/dist/components/Nav/Nav.d.ts +48 -0
  28. package/dist/components/Nav/Nav.d.ts.map +1 -0
  29. package/dist/components/Nav/index.d.ts +3 -0
  30. package/dist/components/Nav/index.d.ts.map +1 -0
  31. package/dist/components/Pagination/Pagination.d.ts +14 -0
  32. package/dist/components/Pagination/Pagination.d.ts.map +1 -0
  33. package/dist/components/Pagination/index.d.ts +3 -0
  34. package/dist/components/Pagination/index.d.ts.map +1 -0
  35. package/dist/components/Steps/Steps.d.ts +14 -0
  36. package/dist/components/Steps/Steps.d.ts.map +1 -0
  37. package/dist/components/Steps/index.d.ts +3 -0
  38. package/dist/components/Steps/index.d.ts.map +1 -0
  39. package/dist/components/Upload/Upload.d.ts +33 -0
  40. package/dist/components/Upload/Upload.d.ts.map +1 -0
  41. package/dist/components/Upload/index.d.ts +3 -0
  42. package/dist/components/Upload/index.d.ts.map +1 -0
  43. package/dist/components/index.d.ts +25 -0
  44. package/dist/components/index.d.ts.map +1 -0
  45. package/dist/index.cjs.js +2 -0
  46. package/dist/index.cjs.js.map +1 -0
  47. package/dist/index.cjs10.js +2 -0
  48. package/dist/index.cjs10.js.map +1 -0
  49. package/dist/index.cjs11.js +2 -0
  50. package/dist/index.cjs11.js.map +1 -0
  51. package/dist/index.cjs12.js +2 -0
  52. package/dist/index.cjs12.js.map +1 -0
  53. package/dist/index.cjs13.js +2 -0
  54. package/dist/index.cjs13.js.map +1 -0
  55. package/dist/index.cjs14.js +2 -0
  56. package/dist/index.cjs14.js.map +1 -0
  57. package/dist/index.cjs15.js +2 -0
  58. package/dist/index.cjs15.js.map +1 -0
  59. package/dist/index.cjs16.js +2 -0
  60. package/dist/index.cjs16.js.map +1 -0
  61. package/dist/index.cjs17.js +2 -0
  62. package/dist/index.cjs17.js.map +1 -0
  63. package/dist/index.cjs18.js +2 -0
  64. package/dist/index.cjs18.js.map +1 -0
  65. package/dist/index.cjs19.js +2 -0
  66. package/dist/index.cjs19.js.map +1 -0
  67. package/dist/index.cjs2.js +2 -0
  68. package/dist/index.cjs2.js.map +1 -0
  69. package/dist/index.cjs20.js +2 -0
  70. package/dist/index.cjs20.js.map +1 -0
  71. package/dist/index.cjs21.js +2 -0
  72. package/dist/index.cjs21.js.map +1 -0
  73. package/dist/index.cjs22.js +2 -0
  74. package/dist/index.cjs22.js.map +1 -0
  75. package/dist/index.cjs23.js +2 -0
  76. package/dist/index.cjs23.js.map +1 -0
  77. package/dist/index.cjs3.js +2 -0
  78. package/dist/index.cjs3.js.map +1 -0
  79. package/dist/index.cjs4.js +2 -0
  80. package/dist/index.cjs4.js.map +1 -0
  81. package/dist/index.cjs5.js +2 -0
  82. package/dist/index.cjs5.js.map +1 -0
  83. package/dist/index.cjs6.js +2 -0
  84. package/dist/index.cjs6.js.map +1 -0
  85. package/dist/index.cjs7.js +2 -0
  86. package/dist/index.cjs7.js.map +1 -0
  87. package/dist/index.cjs8.js +2 -0
  88. package/dist/index.cjs8.js.map +1 -0
  89. package/dist/index.cjs9.js +2 -0
  90. package/dist/index.cjs9.js.map +1 -0
  91. package/dist/index.esm.js +27 -0
  92. package/dist/index.esm.js.map +1 -0
  93. package/dist/index.esm10.js +238 -0
  94. package/dist/index.esm10.js.map +1 -0
  95. package/dist/index.esm11.js +177 -0
  96. package/dist/index.esm11.js.map +1 -0
  97. package/dist/index.esm12.js +93 -0
  98. package/dist/index.esm12.js.map +1 -0
  99. package/dist/index.esm13.js +222 -0
  100. package/dist/index.esm13.js.map +1 -0
  101. package/dist/index.esm14.js +26 -0
  102. package/dist/index.esm14.js.map +1 -0
  103. package/dist/index.esm15.js +34 -0
  104. package/dist/index.esm15.js.map +1 -0
  105. package/dist/index.esm16.js +64 -0
  106. package/dist/index.esm16.js.map +1 -0
  107. package/dist/index.esm17.js +64 -0
  108. package/dist/index.esm17.js.map +1 -0
  109. package/dist/index.esm18.js +42 -0
  110. package/dist/index.esm18.js.map +1 -0
  111. package/dist/index.esm19.js +26 -0
  112. package/dist/index.esm19.js.map +1 -0
  113. package/dist/index.esm2.js +98 -0
  114. package/dist/index.esm2.js.map +1 -0
  115. package/dist/index.esm20.js +24 -0
  116. package/dist/index.esm20.js.map +1 -0
  117. package/dist/index.esm21.js +52 -0
  118. package/dist/index.esm21.js.map +1 -0
  119. package/dist/index.esm22.js +26 -0
  120. package/dist/index.esm22.js.map +1 -0
  121. package/dist/index.esm23.js +106 -0
  122. package/dist/index.esm23.js.map +1 -0
  123. package/dist/index.esm3.js +62 -0
  124. package/dist/index.esm3.js.map +1 -0
  125. package/dist/index.esm4.js +115 -0
  126. package/dist/index.esm4.js.map +1 -0
  127. package/dist/index.esm5.js +69 -0
  128. package/dist/index.esm5.js.map +1 -0
  129. package/dist/index.esm6.js +37 -0
  130. package/dist/index.esm6.js.map +1 -0
  131. package/dist/index.esm7.js +182 -0
  132. package/dist/index.esm7.js.map +1 -0
  133. package/dist/index.esm8.js +69 -0
  134. package/dist/index.esm8.js.map +1 -0
  135. package/dist/index.esm9.js +78 -0
  136. package/dist/index.esm9.js.map +1 -0
  137. package/dist/tokens/colors.d.ts +122 -0
  138. package/dist/tokens/colors.d.ts.map +1 -0
  139. package/dist/tokens/index.d.ts +5 -0
  140. package/dist/tokens/index.d.ts.map +1 -0
  141. package/dist/tokens/typography.d.ts +66 -0
  142. package/dist/tokens/typography.d.ts.map +1 -0
  143. package/package.json +55 -0
package/README.md ADDED
@@ -0,0 +1,48 @@
1
+ # Treeal Design System
2
+
3
+ React + TypeScript component library generated from the Treeal Figma file
4
+ (`VekfomfsZU4q2iaY1j4VXP` · node `3107:5509` · BtnsBase).
5
+
6
+ ## Tokens
7
+
8
+ All values come directly from Figma variables — do not edit by hand.
9
+
10
+ | Token | Value | Usage |
11
+ |---|---|---|
12
+ | `colors.brand.secondary.base` | `#0F6C13` | Outline border & text |
13
+ | `colors.brand.primary.base` | `#203224` | Secondary bg; Fill text |
14
+ | `colors.brand.tertiary.base` | `#E7DA10` | Fill background |
15
+ | `colors.default.white` | `#FFFFFF` | Secondary text |
16
+ | `colors.default.textDark` | `#524E69` | Disabled text |
17
+ | `colors.default.disabled` | `#EFEEF2` | Disabled background |
18
+ | `colors.message.info.base` | `#2472BA` | Text variant text |
19
+ | `typography.fontFamily.button` | `Clash Grotesk Variable` | All button labels |
20
+
21
+ ## Button
22
+
23
+ ```tsx
24
+ import { Button } from '@treeal/design-system/components/Button';
25
+
26
+ <Button variant="fill" size="md" iconLeft={<Icon />}>
27
+ Label
28
+ </Button>
29
+ ```
30
+
31
+ ### Props
32
+
33
+ | Prop | Type | Default | Description |
34
+ |---|---|---|---|
35
+ | `variant` | `'outline' \| 'fill' \| 'secondary' \| 'text'` | `'outline'` | Visual style |
36
+ | `size` | `'sm' \| 'md'` | `'sm'` | `sm` = 36 px height · `md` = 48 px height |
37
+ | `iconLeft` | `ReactNode` | — | Leading icon (24×24 px slot) |
38
+ | `iconRight` | `ReactNode` | — | Trailing icon (24×24 px slot) |
39
+ | `disabled` | `boolean` | `false` | Renders disabled visual + HTML disabled |
40
+
41
+ All standard `<button>` HTML attributes are also forwarded.
42
+
43
+ ## Storybook
44
+
45
+ ```bash
46
+ npm install
47
+ npm run storybook
48
+ ```
@@ -0,0 +1 @@
1
+ ._alert_p4b5i_21{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:6px;border:1px solid;box-shadow:0 1px 12px #191b2326;max-width:600px;width:100%;box-sizing:border-box}._typeDefault_p4b5i_36{background:#f9f8fc;border-color:#dce5de}._typeInfo_p4b5i_37{background:#f4f9ff;border-color:#c9e2fe}._typeSuccess_p4b5i_38{background:#f5fbf7;border-color:#cae7d5}._typeWarning_p4b5i_39{background:#fff9e9;border-color:#ffdb90}._typeError_p4b5i_40{background:#fff8f6;border-color:#ffcabf}._iconSlot_p4b5i_44{display:flex;align-items:flex-start;flex-shrink:0;width:20px;height:20px}._textContent_p4b5i_54{display:flex;flex-direction:column;gap:2px;flex:1 0 0;min-width:0;line-height:1.3}._title_p4b5i_63{font-family:Clash Grotesk Variable,sans-serif;font-weight:600;font-size:16px;line-height:1.3;letter-spacing:0;margin:0}._titleDefault_p4b5i_72{color:#524e69}._titleInfo_p4b5i_73{color:#2472ba}._titleSuccess_p4b5i_74{color:#2c7d56}._titleWarning_p4b5i_75{color:#a36a00}._titleError_p4b5i_76{color:#de0000}._message_p4b5i_78{font-family:Clash Grotesk Variable,sans-serif;font-weight:400;font-size:14px;line-height:1.3;letter-spacing:0;color:#524e69;margin:0}._rightSlot_p4b5i_90{display:flex;flex-direction:row;align-items:center;align-self:stretch;gap:8px;flex-shrink:0}._actionBtn_p4b5i_101{display:flex;align-items:center;justify-content:center;gap:6px;background:#e7da10;border:none;border-radius:12px;min-height:36px;padding:6px 12px;font-family:Clash Grotesk Variable,sans-serif;font-weight:600;font-size:16px;line-height:1.5;color:#203224;cursor:pointer;white-space:nowrap;transition:opacity .15s ease;flex-shrink:0}._actionBtn_p4b5i_101:hover{opacity:.88}._actionBtn_p4b5i_101:active{opacity:.75}._closeBtn_p4b5i_127{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:transparent;border:none;cursor:pointer;padding:0;color:#524e69;flex-shrink:0;transition:background .15s ease}._closeBtn_p4b5i_127:hover{background:#0000000f}._base_106pz_9{position:relative;width:20px;height:20px;flex-shrink:0;cursor:pointer}._checkDefault_106pz_18,._radioDefault_106pz_19{width:20px;height:20px;background:#fff;border:1px solid #DCE5DE;display:flex;align-items:center;justify-content:center;box-sizing:border-box;cursor:pointer}._checkDefault_106pz_18{border-radius:4px}._radioDefault_106pz_19{border-radius:100px}._checkChecked_106pz_40,._radioChecked_106pz_41{width:20px;height:20px;background:#203224;border:1px solid #DCE5DE;display:flex;align-items:center;justify-content:center;box-sizing:border-box;cursor:pointer;box-shadow:0 1px 2px #1018280f,0 1px 3px #1018281a}._checkChecked_106pz_40{border-radius:4px}._radioChecked_106pz_41{border-radius:100px}._checkIcon_106pz_64{width:12px;height:12px;position:relative;display:flex;align-items:center;justify-content:center}._checkIcon_106pz_64:after{content:"";display:block;width:5px;height:9px;border:2px solid #FFFFFF;border-top:none;border-left:none;transform:rotate(45deg) translate(-1px,-2px)}._radioIcon_106pz_86{width:12px;height:12px;display:flex;align-items:center;justify-content:center}._radioIcon_106pz_86:after{content:"";display:block;width:6px;height:6px;border-radius:50%;background:#fff}._toggleWrapper_106pz_105{display:flex;flex-direction:column;align-items:flex-start;cursor:pointer}._toggleTrack_106pz_113{position:relative;width:36px;height:20px;border-radius:100px;background:#9490ac;border:1px solid #DCE5DE;box-sizing:border-box;transition:background .2s ease,border-color .2s ease;box-shadow:0 1px 2px #1018280f,0 1px 3px #1018281a}._toggleTrack_106pz_113:after{content:"";position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:#fff;transition:transform .2s ease;box-shadow:0 1px 2px #1018280f}._toggleChecked_106pz_140 ._toggleTrack_106pz_113{background:#203224;border-color:#203224}._toggleChecked_106pz_140 ._toggleTrack_106pz_113:after{transform:translate(16px)}._button_1hwro_8{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;padding-top:6px;padding-bottom:6px;font-family:Clash Grotesk Variable,sans-serif;font-weight:600;font-size:16px;line-height:1.5;letter-spacing:0;text-align:center;white-space:nowrap;cursor:pointer;border:none;background:transparent;box-sizing:border-box;transition:opacity .15s ease}._button_1hwro_8:focus-visible{outline:2px solid #0F6C13;outline-offset:2px}._sm_1hwro_40{gap:6px;min-height:36px;padding-left:12px;padding-right:12px}._md_1hwro_48{gap:8px;min-height:48px;padding-left:16px;padding-right:16px}._outline_1hwro_58{background:transparent;border:1px solid #0F6C13;color:#0f6c13;border-radius:12px}._outline_1hwro_58:hover:not(:disabled){background:#0f6c130f}._outline_1hwro_58:active:not(:disabled){background:#0f6c131f}._fill_1hwro_74{background:#e7da10;color:#203224;border-radius:12px}._fill_1hwro_74:hover:not(:disabled){background:#d4c80f}._fill_1hwro_74:active:not(:disabled){background:#bdb10d}._secondary_1hwro_89{background:#203224;color:#fff;border-radius:12px}._secondary_1hwro_89:hover:not(:disabled){background:#2c4433}._secondary_1hwro_89:active:not(:disabled){background:#162319}._text_1hwro_104{background:transparent;color:#2472ba;border-radius:8px}._text_1hwro_104:hover:not(:disabled){background:#2472ba0f}._text_1hwro_104:active:not(:disabled){background:#2472ba1f}._disabled_1hwro_119,._button_1hwro_8:disabled{background:#efeef2;color:#524e69;border-radius:12px;cursor:not-allowed;pointer-events:none}._label_1hwro_130{flex:1 0 0;min-width:1px;min-height:1px}._icon_1hwro_136{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center}._header_1jw5v_25{display:flex;align-items:center;gap:32px;padding:8px 16px;background:#fff;border-bottom:1px solid #DCE5DE;width:100%;box-sizing:border-box}._variantDefault_1jw5v_36,._variantMobile_1jw5v_37{height:64px}._variantMobileOpen_1jw5v_38{flex-direction:column;align-items:flex-start;height:auto;padding-top:12px;padding-bottom:12px;gap:16px}._pageTitle_1jw5v_49{flex:1 0 0;font-family:Clash Display Variable,sans-serif;font-weight:600;line-height:1.25;letter-spacing:0;color:#524e69;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}._pageTitleDesktop_1jw5v_63{font-size:21px}._pageTitleMobile_1jw5v_64{font-size:18px}._actions_1jw5v_68{display:flex;align-items:center;gap:16px;flex-shrink:0;height:100%}._actionsMobileOpen_1jw5v_76{flex-direction:column;align-items:flex-start;width:100%;height:auto;gap:16px}._workspace_1jw5v_86{display:flex;align-items:center;gap:12px;background:#f3f3f3;border-radius:6px;padding:0 12px;height:100%;cursor:pointer;border:none;flex-shrink:0;box-sizing:border-box;transition:background .15s ease}._workspace_1jw5v_86:hover{background:#ebebeb}._workspaceFull_1jw5v_104{width:100%;height:48px;flex:1 0 0}._workspaceLeft_1jw5v_110{display:flex;align-items:center;gap:6px;flex:1 0 0;min-width:0}._statusDot_1jw5v_118{width:12px;height:12px;border-radius:50%;background:#5ba980;flex-shrink:0}._workspaceCol_1jw5v_126{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}._workspaceAccount_1jw5v_134{font-family:Clash Grotesk Variable,sans-serif;font-weight:600;font-size:10px;line-height:1.3;color:#524e69;white-space:nowrap;margin:0}._workspaceName_1jw5v_144{font-family:Clash Grotesk Variable,sans-serif;font-weight:600;font-size:14px;line-height:1.3;color:#203224;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}._workspaceArrow_1jw5v_156{display:flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0;color:#524e69}._bellBtn_1jw5v_168{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:transparent;border:none;cursor:pointer;padding:0;color:#524e69;flex-shrink:0;transition:background .15s ease}._bellBtn_1jw5v_168:hover{background:#0000000f}._menuBtn_1jw5v_188{display:flex;align-items:center;gap:4px;padding:12px 16px;background:transparent;border:none;border-radius:4px;cursor:pointer;font-family:Clash Grotesk Variable,sans-serif;font-weight:600;font-size:16px;line-height:1.3;color:#203224;flex-shrink:0;transition:background .15s ease}._menuBtn_1jw5v_188:hover{background:#0000000d}._menuIcon_1jw5v_208{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}._navUser_1jw5v_219{display:flex;align-items:center;gap:6px;flex-shrink:0;height:36px}._avatar_1jw5v_227{width:36px;height:36px;border-radius:50%;background:#0f6c13;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}._avatarImg_1jw5v_239{width:100%;height:100%;object-fit:cover;border-radius:50%;pointer-events:none;display:block}._avatarInitials_1jw5v_248{font-family:Clash Grotesk Variable,sans-serif;font-weight:600;font-size:13px;color:#fff}._userText_1jw5v_255{display:flex;flex-direction:column;align-items:flex-start;white-space:nowrap}._userName_1jw5v_262{font-family:Clash Grotesk Variable,sans-serif;font-weight:600;font-size:14px;line-height:1.43;color:#203224;margin:0}._userRole_1jw5v_271{font-family:Clash Grotesk Variable,sans-serif;font-weight:600;font-size:10px;line-height:1.3;color:#524e69;margin:0}._ctaBtn_1jw5v_282{display:flex;align-items:center;justify-content:center;width:100%;min-height:36px;padding:6px 12px;background:#e7da10;border:none;border-radius:12px;font-family:Clash Grotesk Variable,sans-serif;font-weight:600;font-size:16px;line-height:1.5;color:#203224;cursor:pointer;box-sizing:border-box;transition:opacity .15s ease}._ctaBtn_1jw5v_282:hover{opacity:.88}._ctaBtn_1jw5v_282:active{opacity:.75}._mainActions_1jw5v_307{display:flex;align-items:center;gap:16px;width:100%}._wrapper_1iytr_9{display:flex;flex-direction:column;align-items:flex-start;gap:6px;width:100%}._labelRow_1iytr_19{display:flex;align-items:center;gap:4px;width:100%}._label_1iytr_19{flex:1 0 0;font-family:Clash Grotesk Variable,sans-serif;font-weight:600;font-size:14px;line-height:1.43;letter-spacing:0;color:#203224}._labelDisabled_1iytr_37{color:#524e69}._labelIcon_1iytr_41{width:18px;height:18px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#9490ac}._field_1iytr_53{display:flex;align-items:center;gap:8px;padding:12px;width:100%;border-radius:6px;border:1px solid #DCE5DE;background:#fff;box-sizing:border-box;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}._hover_1iytr_70,._field_1iytr_53:hover{border-color:#9490ac}._active_1iytr_77,._field_1iytr_53:focus-within{border-color:#9490ac;box-shadow:0 0 0 2px #efeef2;outline:none}._disabled_1iytr_85{background:#efeef2;border-color:#dce5de;cursor:not-allowed}._disabled_1iytr_85:hover,._disabled_1iytr_85:focus-within{border-color:#dce5de;box-shadow:none}._error_1iytr_98{border-color:#ff3a29}._error_1iytr_98:hover,._error_1iytr_98:focus-within{border-color:#ff3a29;box-shadow:none}._icon_1iytr_110{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#9490ac}._input_1iytr_122{flex:1 0 0;min-width:100px;min-height:24px;height:24px;font-family:Clash Grotesk Variable,sans-serif;font-weight:400;font-size:16px;line-height:1.3;letter-spacing:0;color:#524e69;background:transparent;border:none;outline:none;padding:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._input_1iytr_122::placeholder{color:#9490ac}._input_1iytr_122:disabled{color:#524e69;cursor:not-allowed}._message_1iytr_155{display:flex;align-items:flex-start;gap:4px;width:100%;height:20px;font-family:Clash Grotesk Variable,sans-serif;font-weight:400;font-size:14px;line-height:1.3;letter-spacing:0;color:#524e69}._messageError_1iytr_170{color:#ff3a29}._overlay_rzwii_24{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:flex-end;justify-content:center;z-index:1000;animation:_overlayIn_rzwii_1 .2s ease forwards}@keyframes _overlayIn_rzwii_1{0%{opacity:0}to{opacity:1}}._modal_rzwii_43{background:#fff;border-radius:16px 16px 0 0;width:100%;max-width:393px;display:flex;flex-direction:column;gap:32px;padding:24px 24px 32px;box-sizing:border-box;animation:_slideUp_rzwii_1 .25s ease forwards}@keyframes _slideUp_rzwii_1{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}._heading_rzwii_64{display:flex;flex-direction:column;gap:8px;color:#524e69;width:100%}._title_rzwii_72{font-family:Clash Display Variable,sans-serif;font-weight:600;font-size:21px;line-height:1.25;letter-spacing:0;margin:0}._description_rzwii_81{font-family:Clash Grotesk Variable,sans-serif;font-weight:400;font-size:16px;line-height:1.3;letter-spacing:0;margin:0}._body_rzwii_92{display:flex;flex-direction:column;gap:8px;width:100%}._actions_rzwii_101{display:flex;flex-direction:column;gap:16px;width:100%}._btns_rzwii_108{display:flex;gap:16px;width:100%}._btnSecondary_rzwii_115{flex:1 1 0;min-height:48px;padding:6px 16px;background:#203224;border:none;border-radius:12px;font-family:Clash Grotesk Variable,sans-serif;font-weight:600;font-size:16px;line-height:1.5;color:#fff;cursor:pointer;transition:opacity .15s ease;box-sizing:border-box;overflow:hidden}._btnSecondary_rzwii_115:hover{opacity:.88}._btnSecondary_rzwii_115:active{opacity:.75}._btnPrimary_rzwii_137{flex:1 1 0;min-height:48px;padding:6px 16px;background:#e7da10;border:none;border-radius:12px;font-family:Clash Grotesk Variable,sans-serif;font-weight:600;font-size:16px;line-height:1.5;color:#203224;cursor:pointer;transition:opacity .15s ease;box-sizing:border-box;overflow:hidden}._btnPrimary_rzwii_137:hover{opacity:.88}._btnPrimary_rzwii_137:active{opacity:.75}._nav_53r24_22{display:flex;flex-direction:column;height:100%;box-sizing:border-box;overflow:hidden}._navOpen_53r24_32,._navClosed_53r24_33{background:#f5f5f5}._navOpen_53r24_32{width:216px}._navClosed_53r24_33{width:80px}._navMobile_53r24_42{background:#203224;width:216px}._header_53r24_51{display:flex;align-items:center;flex-shrink:0}._headerOpen_53r24_58{padding:16px;gap:8px}._headerClosed_53r24_64{height:64px;flex-direction:column;justify-content:center;padding:16px 12px 16px 20px;gap:0}._headerMobile_53r24_73{border-bottom:1px solid #DCE5DE;padding:12px 16px;gap:8px;justify-content:space-between}._logoIcon_53r24_80{flex-shrink:0;display:flex;align-items:center;justify-content:center}._logoFull_53r24_87{flex:1 1 0;display:flex;align-items:center}._headerTitle_53r24_93{font-family:Clash Grotesk Variable,sans-serif;font-weight:600;font-size:16px;line-height:1.5;color:#fff;margin:0}._headerActions_53r24_102{display:flex;align-items:center;gap:8px}._bellBtn_53r24_108{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;cursor:pointer;padding:0;border-radius:4px;color:#fff;flex-shrink:0}._bellBtn_53r24_108:hover{background:#ffffff1a}._links_53r24_129{flex:1 1 0;overflow-y:auto;display:flex;flex-direction:column}._linksOpen_53r24_136{padding:16px;gap:24px}._linksClosed_53r24_137{padding:16px 8px;gap:16px}._linksMobile_53r24_138{padding:0;gap:0}._section_53r24_142{display:flex;flex-direction:column}._sectionTitle_53r24_147{font-family:Clash Grotesk Variable,sans-serif;font-weight:600;font-size:14px;line-height:1.3;color:#9490ac;padding-bottom:8px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._sectionItems_53r24_160{display:flex;flex-direction:column;gap:4px}._item_53r24_168{display:flex;align-items:center;text-decoration:none;cursor:pointer;border:none;background:transparent;width:100%;box-sizing:border-box;transition:background .15s ease}._itemOpen_53r24_181{gap:8px;padding:12px 16px;border-radius:4px}._itemOpen_53r24_181:hover{background:#0000000d}._itemOpenActive_53r24_191{background:#e7da10;border-radius:6px}._itemOpenActive_53r24_191:hover{background:#e7da10}._itemClosed_53r24_201{justify-content:center;padding:12px;border-radius:4px}._itemClosed_53r24_201:hover{background:#0000000d}._itemClosedActive_53r24_211{background:#e7da10;border-radius:6px;justify-content:center}._itemClosedActive_53r24_211:hover{background:#e7da10}._itemMobile_53r24_222{gap:8px;padding:12px 16px}._itemMobile_53r24_222:hover{background:#ffffff14}._itemMobileActive_53r24_231{background:#e7da1026}._itemIcon_53r24_237{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}._itemIconDark_53r24_246{color:#524e69}._itemIconLight_53r24_247{color:#fff}._itemLabel_53r24_251{font-family:Clash Grotesk Variable,sans-serif;font-weight:400;font-size:16px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 0 0;text-align:left}._itemLabelDefault_53r24_263{color:#524e69}._itemLabelActive_53r24_264{color:#203224}._itemLabelMobile_53r24_265{color:#524e69}._chevron_53r24_269{display:flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0;color:#9490ac}._footer_53r24_283{flex-shrink:0}._collapseBtn_53r24_289{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;background:transparent;border:none;border-top:1px solid #DCE5DE;cursor:pointer;font-family:Clash Grotesk Variable,sans-serif;font-weight:400;font-size:14px;line-height:1.3;color:#9490ac;box-sizing:border-box;transition:background .15s ease}._collapseBtn_53r24_289:hover{background:#0000000a}._collapseBtnClosed_53r24_310{justify-content:center}._collapseBtnIcon_53r24_314{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;color:#9490ac}._footerMobile_53r24_326{border-top:1px solid #DCE5DE;padding:16px;display:flex;flex-direction:column;gap:8px}._ctaBtn_53r24_335{display:flex;align-items:center;justify-content:center;background:#e7da10;border-radius:12px;min-height:36px;padding:6px 16px;border:none;cursor:pointer;font-family:Clash Grotesk Variable,sans-serif;font-weight:600;font-size:14px;line-height:1.3;color:#203224;width:100%;box-sizing:border-box;transition:opacity .15s ease}._ctaBtn_53r24_335:hover{opacity:.9}._workspace_53r24_358{display:flex;align-items:center;gap:8px;background:#f3f3f3;border-radius:6px;height:48px;padding:0 12px;cursor:pointer;border:none;width:100%;box-sizing:border-box}._workspaceIcon_53r24_372{width:28px;height:28px;border-radius:4px;background:#e7da10;flex-shrink:0;display:flex;align-items:center;justify-content:center}._workspaceLabel_53r24_383{font-family:Clash Grotesk Variable,sans-serif;font-weight:400;font-size:13px;line-height:1.3;color:#203224;flex:1 0 0;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._avatarRow_53r24_397{display:flex;align-items:center;gap:8px}._avatar_53r24_397{width:36px;height:36px;border-radius:50%;background:#0f6c13;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}._avatarInitials_53r24_415{font-family:Clash Grotesk Variable,sans-serif;font-weight:600;font-size:13px;color:#fff}._avatarInfo_53r24_422{display:flex;flex-direction:column;gap:1px;flex:1 0 0;min-width:0}._avatarName_53r24_430{font-family:Clash Grotesk Variable,sans-serif;font-weight:600;font-size:13px;line-height:1.3;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._avatarRole_53r24_441{font-family:Clash Grotesk Variable,sans-serif;font-weight:400;font-size:11px;line-height:1.3;color:#ffffffa6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._pagination_olot7_11{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}._item_olot7_20{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:4px;overflow:hidden;font-family:Roboto,sans-serif;font-weight:400;font-variation-settings:"'wdth' 100";letter-spacing:0;text-align:center;white-space:nowrap;line-height:1;background:transparent;border:none;padding:0;margin:0;cursor:pointer;-webkit-user-select:none;user-select:none;box-sizing:border-box;transition:background .12s ease,opacity .12s ease}._item_olot7_20:focus-visible{outline:2px solid #0F6C13;outline-offset:1px}._xs_olot7_55{width:20px;height:20px;font-size:12px;line-height:14px}._md_olot7_63{width:32px;height:32px;font-size:16px;line-height:18px}._lg_olot7_71{width:40px;height:40px;font-size:18px;line-height:20px}._active_olot7_81{background:#0f6c13;color:#fff;cursor:default}._inactive_olot7_88{border:1px solid #CED4DA;color:#101113}._inactive_olot7_88:hover{background:#ced4da33}._inactive_olot7_88:active{background:#ced4da59}._dots_olot7_102{color:#101113;cursor:default;border:none;background:transparent}._control_olot7_110{border:1px solid #CED4DA;color:#101113}._control_olot7_110:hover{background:#ced4da33}._control_olot7_110:active{background:#ced4da59}._control_olot7_110:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}._steps_xg6k6_20{display:flex;align-items:stretch;width:100%;isolation:isolate}._item_xg6k6_30{flex:1 0 0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 20px;min-height:62px;position:relative;box-sizing:border-box;cursor:default;transition:background .15s ease}._typeStart_xg6k6_51{clip-path:polygon(0 0,calc(100% - 16px) 0,100% 50%,calc(100% - 16px) 100%,0 100%);margin-right:-16px}._typeStep_xg6k6_66{clip-path:polygon(16px 0,calc(100% - 16px) 0,100% 50%,calc(100% - 16px) 100%,0 100%,16px 50%);margin-right:-16px}._typeEnd_xg6k6_82{clip-path:polygon(16px 0,100% 0,100% 100%,0 100%,16px 50%)}._stateDefault_xg6k6_94{background:#e0deed}._stateHover_xg6k6_95{background:#e7da10}._stateActive_xg6k6_96{background:#0f6c13}._stateComplete_xg6k6_97{background:#203224}._textDark_xg6k6_101{color:#203224}._textLight_xg6k6_102{color:#fff}._label_xg6k6_106{font-family:Clash Grotesk Variable,sans-serif;font-weight:600;font-size:14px;line-height:1.3;letter-spacing:0;white-space:nowrap;text-align:center;margin:0}._num_xg6k6_119{font-family:Clash Display Variable,sans-serif;font-weight:600;font-size:21px;line-height:1.25;letter-spacing:0;white-space:nowrap;text-align:center;margin:0}._checkIcon_xg6k6_132{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}._minified_xg6k6_143{display:flex;align-items:center;width:100%}._minDot_xg6k6_150{border-radius:50%;flex-shrink:0;transition:all .2s ease}._minDefault_xg6k6_156{width:8px;height:8px;background:#e0deed}._minActive_xg6k6_162{width:12px;height:12px;background:#0f6c13;box-shadow:0 0 0 3px #0f6c132e}._minComplete_xg6k6_169{width:8px;height:8px;background:#203224}._minConnector_xg6k6_176{flex:1 1 0;height:2px;min-width:8px;transition:background .2s ease}._minConnectorDefault_xg6k6_183,._minConnectorActive_xg6k6_184{background:#e0deed}._minConnectorComplete_xg6k6_185{background:#203224}._dropzone_19kgn_8{display:flex;align-items:center;width:100%;border:1px dashed #D0D5DD;border-radius:8px;background:#fff;overflow:hidden;cursor:pointer;box-sizing:border-box;transition:background .15s ease,border-color .15s ease,border-style .15s ease}._dropzoneMd_19kgn_22{flex-direction:row;gap:16px;padding:16px}._dropzoneLg_19kgn_29{flex-direction:column;justify-content:center;gap:12px;height:165px;padding:24px}._dropzone_19kgn_8:hover,._dropzoneDragging_19kgn_39{background:#dbe8ff;border-color:#2970ff;border-style:solid}._dropzoneIconMd_19kgn_48{width:32px;height:32px;flex-shrink:0;position:relative}._dropzoneIconLg_19kgn_56{width:96px;height:64px;flex-shrink:0;position:relative;filter:drop-shadow(0px 8px 8px rgba(0,0,0,.03)) drop-shadow(0px 20px 24px rgba(0,0,0,.08))}._dropzoneContent_19kgn_67{display:flex;flex-direction:column;gap:4px;flex:1 0 0;min-width:0}._dropzoneLg_19kgn_29 ._dropzoneContent_19kgn_67{align-items:center;flex:unset}._dropzoneTitleRow_19kgn_81{display:flex;align-items:center;gap:4px;flex-shrink:0}._dropzoneTitle_19kgn_81{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.6;letter-spacing:0;color:#101828;white-space:nowrap;margin:0}._dropzoneBrowse_19kgn_99{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.6;letter-spacing:0;color:#154fef;white-space:nowrap;background:none;border:none;padding:0;cursor:pointer;text-decoration:none}._dropzoneSubtitle_19kgn_114{font-family:Inter,sans-serif;font-weight:400;font-size:10px;line-height:1.6;letter-spacing:0;color:#667085;white-space:nowrap;margin:0;width:100%}._fileList_19kgn_128{display:flex;flex-direction:column;gap:8px;width:100%}._fileItem_19kgn_137{display:flex;gap:16px;padding:16px;background:#fff;border:1px solid #EAECF0;border-radius:8px;width:100%;box-sizing:border-box;overflow:hidden}._fileItemLg_19kgn_150{align-items:flex-start}._fileItemMd_19kgn_155{align-items:center}._fileBadge_19kgn_161{width:32px;height:32px;flex-shrink:0;background:#b2c9ff;border:4px solid #DBE8FF;border-radius:999px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}._fileContent_19kgn_176{display:flex;flex-direction:column;gap:4px;flex:1 0 0;min-width:0;min-height:1px;justify-content:center}._fileHeader_19kgn_186{display:flex;align-items:flex-start;gap:12px;width:100%}._fileTexts_19kgn_193{display:flex;flex-direction:column;gap:4px;flex:1 0 0;min-width:0;justify-content:center}._fileName_19kgn_202{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.6;letter-spacing:0;color:#101828;margin:0;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._fileSize_19kgn_216{font-family:Inter,sans-serif;font-weight:400;font-size:10px;line-height:1.6;letter-spacing:0;color:#667085;margin:0;width:100%}._actions_19kgn_229{display:flex;align-items:center;gap:4px;flex-shrink:0}._actionBtn_19kgn_236{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#fff;border:1px solid #EAECF0;border-radius:4px;overflow:hidden;cursor:pointer;padding:0;flex-shrink:0;color:#475467;transition:background .1s ease}._actionBtn_19kgn_236:hover{background:#f8fafc}._progressRow_19kgn_259{display:flex;align-items:center;gap:8px;width:100%;flex-shrink:0}._progressTrack_19kgn_267{flex:1 0 0;height:4px;background:#eaecf0;border-radius:999px;min-width:1px;overflow:hidden;position:relative}._progressFill_19kgn_277{position:absolute;top:0;left:0;height:100%;border-radius:999px;background:linear-gradient(to right,#2970ff,#0040c1);transition:width .3s ease}._progressLabel_19kgn_288{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.6;color:#101828;white-space:nowrap;flex-shrink:0;margin:0}._spinner_19kgn_301{width:24px;height:24px;flex-shrink:0;border:2px solid #DBE8FF;border-top-color:#2970ff;border-radius:50%;animation:_spin_19kgn_301 .7s linear infinite}@keyframes _spin_19kgn_301{to{transform:rotate(360deg)}}._wrapper_19kgn_317{display:flex;flex-direction:column;gap:12px;align-items:flex-start;width:100%}
@@ -0,0 +1,19 @@
1
+ export type AlertType = 'Default' | 'Info' | 'Success' | 'Warning' | 'Error';
2
+ export interface AlertProps {
3
+ type?: AlertType;
4
+ title?: string;
5
+ message: string;
6
+ /** Show icon on the left */
7
+ addonLeft?: boolean;
8
+ /** Show close (×) button on the right */
9
+ closeIcon?: boolean;
10
+ /** Show action button */
11
+ actions?: boolean;
12
+ /** Label for the action button (defaults to "Ação") */
13
+ actionLabel?: string;
14
+ onClose?: () => void;
15
+ onAction?: () => void;
16
+ className?: string;
17
+ }
18
+ export declare function Alert({ type, title, message, addonLeft, closeIcon, actions, actionLabel, onClose, onAction, className, }: AlertProps): import("react/jsx-runtime").JSX.Element;
19
+ //# sourceMappingURL=Alert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../components/Alert/Alert.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;AAE7E,MAAM,WAAW,UAAU;IACzB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,4BAA4B;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,yCAAyC;IACzC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,yBAAyB;IACzB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,uDAAuD;IACvD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAiGD,wBAAgB,KAAK,CAAC,EACpB,IAAgB,EAChB,KAAK,EACL,OAAO,EACP,SAAgB,EAChB,SAAgB,EAChB,OAAe,EACf,WAAoB,EACpB,OAAO,EACP,QAAQ,EACR,SAAS,GACV,EAAE,UAAU,2CAwDZ"}
@@ -0,0 +1,3 @@
1
+ export { Alert } from './Alert';
2
+ export type { AlertProps, AlertType } from './Alert';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/Alert/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,14 @@
1
+ export type CheckRadioType = 'Check' | 'Radio' | 'Toggle';
2
+ export type CheckRadioStatus = 'Default' | 'Checked';
3
+ export interface BaseCheckRadioProps {
4
+ type?: CheckRadioType;
5
+ status?: CheckRadioStatus;
6
+ /** Accessible label for the control. */
7
+ 'aria-label'?: string;
8
+ /** Associates the control with a visible label element. */
9
+ 'aria-labelledby'?: string;
10
+ onChange?: (checked: boolean) => void;
11
+ className?: string;
12
+ }
13
+ export declare function BaseCheckRadio({ type, status, onChange, className, 'aria-label': ariaLabel, 'aria-labelledby': ariaLabelledby, }: BaseCheckRadioProps): import("react/jsx-runtime").JSX.Element;
14
+ //# sourceMappingURL=BaseCheckRadio.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BaseCheckRadio.d.ts","sourceRoot":"","sources":["../../../components/BaseCheckRadio/BaseCheckRadio.tsx"],"names":[],"mappings":"AAGA,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,OAAO,GAAG,QAAQ,CAAC;AAC1D,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,SAAS,CAAC;AAErD,MAAM,WAAW,mBAAmB;IAClC,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,wCAAwC;IACxC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,2DAA2D;IAC3D,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,cAAc,CAAC,EAC7B,IAAc,EACd,MAAkB,EAClB,QAAQ,EACR,SAAS,EACT,YAAY,EAAE,SAAS,EACvB,iBAAiB,EAAE,cAAc,GAClC,EAAE,mBAAmB,2CAqErB"}
@@ -0,0 +1,3 @@
1
+ export { BaseCheckRadio } from './BaseCheckRadio';
2
+ export type { BaseCheckRadioProps, CheckRadioType, CheckRadioStatus } from './BaseCheckRadio';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/BaseCheckRadio/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,YAAY,EAAE,mBAAmB,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ export type ButtonVariant = 'outline' | 'fill' | 'secondary' | 'text';
3
+ export type ButtonSize = 'sm' | 'md';
4
+ export interface ButtonProps extends Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, 'children'> {
5
+ /** Visual variant. Defaults to 'outline'. */
6
+ variant?: ButtonVariant;
7
+ /**
8
+ * Size of the button.
9
+ * - sm → min-height 36px (Figma size="36")
10
+ * - md → min-height 48px (Figma size="48")
11
+ * Defaults to 'sm'.
12
+ */
13
+ size?: ButtonSize;
14
+ /** Node rendered before the label. Sized to 24×24 px by the stylesheet. */
15
+ iconLeft?: React.ReactNode;
16
+ /** Node rendered after the label. Sized to 24×24 px by the stylesheet. */
17
+ iconRight?: React.ReactNode;
18
+ children: React.ReactNode;
19
+ }
20
+ export declare function Button({ variant, size, iconLeft, iconRight, disabled, className, children, ...props }: ButtonProps): import("react/jsx-runtime").JSX.Element;
21
+ //# sourceMappingURL=Button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../components/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,MAAM,GAAG,WAAW,GAAG,MAAM,CAAC;AACtE,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,CAAC;AAErC,MAAM,WAAW,WACf,SAAQ,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,UAAU,CAAC;IACvE,6CAA6C;IAC7C,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB;;;;;OAKG;IACH,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,2EAA2E;IAC3E,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,0EAA0E;IAC1E,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,wBAAgB,MAAM,CAAC,EACrB,OAAmB,EACnB,IAAW,EACX,QAAQ,EACR,SAAS,EACT,QAAQ,EACR,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,WAAW,2CAyBb"}
@@ -0,0 +1,3 @@
1
+ export { Button } from './Button';
2
+ export type { ButtonProps, ButtonVariant, ButtonSize } from './Button';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/Button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC"}
@@ -0,0 +1,28 @@
1
+ export type HeaderVariant = 'Default' | 'Mobile' | 'MobileOpen';
2
+ export interface HeaderProps {
3
+ variant?: HeaderVariant;
4
+ /** Page / section title shown on the left */
5
+ pageTitle?: string;
6
+ /** Workspace display name (e.g. "Best Buy Eletronics") */
7
+ workspaceName?: string;
8
+ /** Workspace account label (defaults to "Conta Atual") */
9
+ workspaceAccount?: string;
10
+ /** Logged-in user display name */
11
+ userName?: string;
12
+ /** Logged-in user role / subtitle */
13
+ userRole?: string;
14
+ /** Avatar image URL — falls back to initials */
15
+ userAvatar?: string;
16
+ /** Called when the Mobile hamburger "Menu" button is clicked */
17
+ onMenuToggle?: () => void;
18
+ /** Called when the bell notification button is clicked */
19
+ onNotifications?: () => void;
20
+ /** Primary CTA in MobileOpen expanded panel */
21
+ primaryAction?: {
22
+ label: string;
23
+ onClick: () => void;
24
+ };
25
+ className?: string;
26
+ }
27
+ export declare function Header({ variant, pageTitle, workspaceName, workspaceAccount, userName, userRole, userAvatar, onMenuToggle, onNotifications, primaryAction, className, }: HeaderProps): import("react/jsx-runtime").JSX.Element;
28
+ //# sourceMappingURL=Header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../components/Header/Header.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,QAAQ,GAAG,YAAY,CAAC;AAEhE,MAAM,WAAW,WAAW;IAC1B,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,6CAA6C;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0DAA0D;IAC1D,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,0DAA0D;IAC1D,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kCAAkC;IAClC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qCAAqC;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gDAAgD;IAChD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gEAAgE;IAChE,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,0DAA0D;IAC1D,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,+CAA+C;IAC/C,aAAa,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,IAAI,CAAA;KAAE,CAAC;IACvD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAyGD,wBAAgB,MAAM,CAAC,EACrB,OAAmB,EACnB,SAA8B,EAC9B,aAAa,EACb,gBAAgB,EAChB,QAAQ,EACR,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,eAAe,EACf,aAAa,EACb,SAAS,GACV,EAAE,WAAW,2CA6Gb"}
@@ -0,0 +1,3 @@
1
+ export { Header } from './Header';
2
+ export type { HeaderProps, HeaderVariant } from './Header';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/Header/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC"}
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ export type InputState = 'Default' | 'Hover' | 'Active' | 'Disabled' | 'Error';
3
+ export interface InputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'onChange'> {
4
+ /** Visual/interaction state. Defaults to 'Default'. */
5
+ state?: InputState;
6
+ /** Label text rendered above the field. */
7
+ label?: string;
8
+ placeholder?: string;
9
+ /** Helper or error message rendered below the field. */
10
+ message?: string;
11
+ /** Info icon rendered beside the label. */
12
+ iconLabel?: React.ReactNode;
13
+ /** Icon rendered inside the field, left side (24×24 slot). */
14
+ iconLeft?: React.ReactNode;
15
+ /** Icon rendered inside the field, right side (24×24 slot). */
16
+ iconRight?: React.ReactNode;
17
+ value?: string;
18
+ onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
19
+ }
20
+ export declare function Input({ state, label, placeholder, message, iconLabel, iconLeft, iconRight, value, onChange, id: idProp, className, ...props }: InputProps): import("react/jsx-runtime").JSX.Element;
21
+ //# sourceMappingURL=Input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../components/Input/Input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgB,MAAM,OAAO,CAAC;AAGrC,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,CAAC;AAE/E,MAAM,WAAW,UACf,SAAQ,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,UAAU,CAAC;IACrE,uDAAuD;IACvD,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,2CAA2C;IAC3C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,wDAAwD;IACxD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,2CAA2C;IAC3C,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,8DAA8D;IAC9D,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,+DAA+D;IAC/D,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;CAC7D;AAED,wBAAgB,KAAK,CAAC,EACpB,KAAiB,EACjB,KAAK,EACL,WAAW,EACX,OAAO,EACP,SAAS,EACT,QAAQ,EACR,SAAS,EACT,KAAK,EACL,QAAQ,EACR,EAAE,EAAE,MAAM,EACV,SAAS,EACT,GAAG,KAAK,EACT,EAAE,UAAU,2CA0EZ"}
@@ -0,0 +1,3 @@
1
+ export { Input } from './Input';
2
+ export type { InputProps, InputState } from './Input';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/Input/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ export interface ModalAction {
3
+ label: string;
4
+ onClick: () => void;
5
+ }
6
+ export interface ModalProps {
7
+ isOpen: boolean;
8
+ title: string;
9
+ description?: string;
10
+ /** Customizable modal body content (e.g. radio/checkbox option list) */
11
+ children?: React.ReactNode;
12
+ onClose: () => void;
13
+ primaryAction?: ModalAction;
14
+ secondaryAction?: ModalAction;
15
+ }
16
+ export declare function Modal({ isOpen, title, description, children, onClose, primaryAction, secondaryAction, }: ModalProps): import("react/jsx-runtime").JSX.Element | null;
17
+ //# sourceMappingURL=Modal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../components/Modal/Modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiC,MAAM,OAAO,CAAC;AAKtD,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,wEAAwE;IACxE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B,eAAe,CAAC,EAAE,WAAW,CAAC;CAC/B;AAID,wBAAgB,KAAK,CAAC,EACpB,MAAM,EACN,KAAK,EACL,WAAW,EACX,QAAQ,EACR,OAAO,EACP,aAAa,EACb,eAAe,GAChB,EAAE,UAAU,kDAsFZ"}
@@ -0,0 +1,3 @@
1
+ export { Modal } from './Modal';
2
+ export type { ModalProps, ModalAction } from './Modal';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/Modal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,48 @@
1
+ import React from 'react';
2
+ export interface NavItem {
3
+ id: string;
4
+ label: string;
5
+ icon: React.ReactNode;
6
+ href?: string;
7
+ onClick?: () => void;
8
+ }
9
+ export interface NavSection {
10
+ title?: string;
11
+ items: NavItem[];
12
+ }
13
+ export interface NavMobileFooter {
14
+ ctaLabel?: string;
15
+ onCtaClick?: () => void;
16
+ workspaceName?: string;
17
+ workspaceIcon?: React.ReactNode;
18
+ onWorkspaceClick?: () => void;
19
+ userName?: string;
20
+ userRole?: string;
21
+ userAvatarUrl?: string;
22
+ userInitials?: string;
23
+ }
24
+ export interface NavProps {
25
+ /** Visual type of the nav */
26
+ type: 'open' | 'closed' | 'mobile';
27
+ /** Navigation sections with items */
28
+ sections: NavSection[];
29
+ /** Currently active item id */
30
+ activeId?: string;
31
+ /** Called when an item is clicked (receives item.id) */
32
+ onItemClick?: (id: string) => void;
33
+ /** Called when collapse/expand button is clicked (Open/Closed only) */
34
+ onCollapseToggle?: () => void;
35
+ /** Bell icon click handler (Mobile only) */
36
+ onBellClick?: () => void;
37
+ /** Mobile header title (defaults to "Menu") */
38
+ mobileTitle?: string;
39
+ /** Mobile footer data */
40
+ mobileFooter?: NavMobileFooter;
41
+ /** Logo for the Open type (full logo) */
42
+ logo?: React.ReactNode;
43
+ /** Small logo icon shown in Closed + Mobile headers */
44
+ logoIcon?: React.ReactNode;
45
+ className?: string;
46
+ }
47
+ export declare function Nav({ type, sections, activeId, onItemClick, onCollapseToggle, onBellClick, mobileTitle, mobileFooter, logo, logoIcon, className, }: NavProps): import("react/jsx-runtime").JSX.Element;
48
+ //# sourceMappingURL=Nav.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Nav.d.ts","sourceRoot":"","sources":["../../../components/Nav/Nav.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,MAAM,WAAW,OAAO;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,UAAU;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,OAAO,EAAE,CAAC;CAClB;AAED,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,QAAQ;IACvB,6BAA6B;IAC7B,IAAI,EAAE,MAAM,GAAG,QAAQ,GAAG,QAAQ,CAAC;IACnC,qCAAqC;IACrC,QAAQ,EAAE,UAAU,EAAE,CAAC;IACvB,+BAA+B;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,wDAAwD;IACxD,WAAW,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,uEAAuE;IACvE,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,4CAA4C;IAC5C,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,+CAA+C;IAC/C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yBAAyB;IACzB,YAAY,CAAC,EAAE,eAAe,CAAC;IAC/B,yCAAyC;IACzC,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,uDAAuD;IACvD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AA8JD,wBAAgB,GAAG,CAAC,EAClB,IAAI,EACJ,QAAQ,EACR,QAAQ,EACR,WAAW,EACX,gBAAgB,EAChB,WAAW,EACX,WAAoB,EACpB,YAAY,EACZ,IAAI,EACJ,QAAQ,EACR,SAAS,GACV,EAAE,QAAQ,2CA2MV"}
@@ -0,0 +1,3 @@
1
+ export { Nav } from './Nav';
2
+ export type { NavProps, NavItem, NavSection, NavMobileFooter } from './Nav';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/Nav/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,OAAO,CAAC"}
@@ -0,0 +1,14 @@
1
+ export type PaginationSize = 'xs' | 'md' | 'lg';
2
+ export interface PaginationProps {
3
+ sizes?: PaginationSize;
4
+ currentPage?: number;
5
+ totalPages?: number;
6
+ /** Show previous / next chevron buttons */
7
+ withControls?: boolean;
8
+ /** Show first / last double-chevron buttons */
9
+ withEdges?: boolean;
10
+ onChange?: (page: number) => void;
11
+ className?: string;
12
+ }
13
+ export declare function Pagination({ sizes, currentPage, totalPages, withControls, withEdges, onChange, className, }: PaginationProps): import("react/jsx-runtime").JSX.Element;
14
+ //# sourceMappingURL=Pagination.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../components/Pagination/Pagination.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,cAAc,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEhD,MAAM,WAAW,eAAe;IAC9B,KAAK,CAAC,EAAE,cAAc,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,2CAA2C;IAC3C,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,+CAA+C;IAC/C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AA+ED,wBAAgB,UAAU,CAAC,EACzB,KAAY,EACZ,WAAe,EACf,UAAe,EACf,YAAoB,EACpB,SAAiB,EACjB,QAAQ,EACR,SAAS,GACV,EAAE,eAAe,2CA+FjB"}
@@ -0,0 +1,3 @@
1
+ export { Pagination } from './Pagination';
2
+ export type { PaginationProps, PaginationSize } from './Pagination';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/Pagination/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC"}
@@ -0,0 +1,14 @@
1
+ export interface StepItem {
2
+ label: string;
3
+ description?: string;
4
+ }
5
+ export interface StepsProps {
6
+ steps: StepItem[];
7
+ /** 0-based index of the currently active step */
8
+ current: number;
9
+ /** Compact dot version — for mobile or tight spaces */
10
+ minified?: boolean;
11
+ className?: string;
12
+ }
13
+ export declare function Steps({ steps, current, minified, className }: StepsProps): import("react/jsx-runtime").JSX.Element;
14
+ //# sourceMappingURL=Steps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Steps.d.ts","sourceRoot":"","sources":["../../../components/Steps/Steps.tsx"],"names":[],"mappings":"AAKA,MAAM,WAAW,QAAQ;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,iDAAiD;IACjD,OAAO,EAAE,MAAM,CAAC;IAChB,uDAAuD;IACvD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAsFD,wBAAgB,KAAK,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,QAAgB,EAAE,SAAS,EAAE,EAAE,UAAU,2CAqEhF"}
@@ -0,0 +1,3 @@
1
+ export { Steps } from './Steps';
2
+ export type { StepsProps, StepItem } from './Steps';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/Steps/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,33 @@
1
+ export type UploadSize = 'MD' | 'LG';
2
+ export type UploadType = 'single' | 'multiple';
3
+ export type UploadStatus = 'default' | 'active';
4
+ export type UploadFileState = 'loading' | 'loaded' | 'error';
5
+ export type UploadIndicator = 'loader' | 'progress-bar';
6
+ export interface UploadFile {
7
+ id: string;
8
+ name: string;
9
+ size: string;
10
+ /** 0–100 */
11
+ progress: number;
12
+ state: UploadFileState;
13
+ /** 'loader' shows spinner · 'progress-bar' shows progress (LG only) */
14
+ indicator?: UploadIndicator;
15
+ }
16
+ export interface UploadProps {
17
+ size?: UploadSize;
18
+ type?: UploadType;
19
+ /** 'default' = drop area only · 'active' = files listed */
20
+ status?: UploadStatus;
21
+ files?: UploadFile[];
22
+ onDrop?: (files: File[]) => void;
23
+ onRemove?: (id: string) => void;
24
+ onEdit?: (id: string) => void;
25
+ onPreview?: (id: string) => void;
26
+ /** Native accept attribute, e.g. ".pdf,.png,.jpg" */
27
+ accept?: string;
28
+ /** Max file size in bytes */
29
+ maxSize?: number;
30
+ className?: string;
31
+ }
32
+ export declare function Upload({ size, type, status, files, onDrop, onRemove, onEdit, onPreview, accept, className, }: UploadProps): import("react/jsx-runtime").JSX.Element;
33
+ //# sourceMappingURL=Upload.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Upload.d.ts","sourceRoot":"","sources":["../../../components/Upload/Upload.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,CAAC;AACrC,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,UAAU,CAAC;AAC/C,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,QAAQ,CAAC;AAChD,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAC;AAC7D,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG,cAAc,CAAC;AAExD,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,YAAY;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,eAAe,CAAC;IACvB,uEAAuE;IACvE,SAAS,CAAC,EAAE,eAAe,CAAC;CAC7B;AAED,MAAM,WAAW,WAAW;IAC1B,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,2DAA2D;IAC3D,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,KAAK,CAAC,EAAE,UAAU,EAAE,CAAC;IACrB,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,KAAK,IAAI,CAAC;IACjC,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,MAAM,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9B,SAAS,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,qDAAqD;IACrD,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,6BAA6B;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAyKD,wBAAgB,MAAM,CAAC,EACrB,IAAW,EACX,IAAiB,EACjB,MAAkB,EAClB,KAAU,EACV,MAAM,EACN,QAAQ,EACR,MAAM,EACN,SAAS,EACT,MAAM,EACN,SAAS,GACV,EAAE,WAAW,2CAoHb"}
@@ -0,0 +1,3 @@
1
+ export { Upload } from './Upload';
2
+ export type { UploadProps, UploadFile, UploadSize, UploadType, UploadStatus, UploadFileState, UploadIndicator, } from './Upload';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/Upload/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EACV,WAAW,EACX,UAAU,EACV,UAAU,EACV,UAAU,EACV,YAAY,EACZ,eAAe,EACf,eAAe,GAChB,MAAM,UAAU,CAAC"}
@@ -0,0 +1,25 @@
1
+ export { Alert } from './Alert';
2
+ export type { AlertProps, AlertType } from './Alert';
3
+ export { BaseCheckRadio } from './BaseCheckRadio';
4
+ export type { BaseCheckRadioProps, CheckRadioType, CheckRadioStatus } from './BaseCheckRadio';
5
+ export { Button } from './Button';
6
+ export type { ButtonProps, ButtonVariant, ButtonSize } from './Button';
7
+ export { Header } from './Header';
8
+ export type { HeaderProps, HeaderVariant } from './Header';
9
+ export { Input } from './Input';
10
+ export type { InputProps, InputState } from './Input';
11
+ export { Modal } from './Modal';
12
+ export type { ModalProps, ModalAction } from './Modal';
13
+ export { Nav } from './Nav';
14
+ export type { NavProps, NavItem, NavSection, NavMobileFooter } from './Nav';
15
+ export { Pagination } from './Pagination';
16
+ export type { PaginationProps, PaginationSize } from './Pagination';
17
+ export { Steps } from './Steps';
18
+ export type { StepsProps, StepItem } from './Steps';
19
+ export { Upload } from './Upload';
20
+ export type { UploadProps, UploadFile, UploadSize, UploadType, UploadStatus, UploadFileState } from './Upload';
21
+ export { colors } from '../tokens/colors';
22
+ export type { Colors } from '../tokens/colors';
23
+ export { typography } from '../tokens/typography';
24
+ export type { Typography } from '../tokens/typography';
25
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAiB,SAAS,CAAC;AAC3C,YAAY,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAErD,OAAO,EAAE,cAAc,EAAE,MAAQ,kBAAkB,CAAC;AACpD,YAAY,EAAE,mBAAmB,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAE9F,OAAO,EAAE,MAAM,EAAE,MAAgB,UAAU,CAAC;AAC5C,YAAY,EAAE,WAAW,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAEvE,OAAO,EAAE,MAAM,EAAE,MAAgB,UAAU,CAAC;AAC5C,YAAY,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAE3D,OAAO,EAAE,KAAK,EAAE,MAAiB,SAAS,CAAC;AAC3C,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAEtD,OAAO,EAAE,KAAK,EAAE,MAAiB,SAAS,CAAC;AAC3C,YAAY,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEvD,OAAO,EAAE,GAAG,EAAE,MAAmB,OAAO,CAAC;AACzC,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,OAAO,CAAC;AAE5E,OAAO,EAAE,UAAU,EAAE,MAAY,cAAc,CAAC;AAChD,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAEpE,OAAO,EAAE,KAAK,EAAE,MAAiB,SAAS,CAAC;AAC3C,YAAY,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAEpD,OAAO,EAAE,MAAM,EAAE,MAAgB,UAAU,CAAC;AAC5C,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAI/G,OAAO,EAAE,MAAM,EAAE,MAAW,kBAAkB,CAAC;AAC/C,YAAY,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE/C,OAAO,EAAE,UAAU,EAAE,MAAW,sBAAsB,CAAC;AACvD,YAAY,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC"}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index.cjs2.js"),o=require("./index.cjs3.js"),r=require("./index.cjs4.js"),t=require("./index.cjs5.js"),a=require("./index.cjs6.js"),n=require("./index.cjs7.js"),i=require("./index.cjs8.js"),s=require("./index.cjs9.js"),u=require("./index.cjs10.js"),c=require("./index.cjs11.js"),p=require("./index.cjs12.js"),l=require("./index.cjs13.js");exports.colors=e.colors;exports.typography=o.typography;exports.Alert=r.Alert;exports.BaseCheckRadio=t.BaseCheckRadio;exports.Button=a.Button;exports.Header=n.Header;exports.Input=i.Input;exports.Modal=s.Modal;exports.Nav=u.Nav;exports.Pagination=c.Pagination;exports.Steps=p.Steps;exports.Upload=l.Upload;
2
+ //# sourceMappingURL=index.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),a=require("./index.cjs23.js");function x(){return e.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none","aria-hidden":"true",children:e.jsx("path",{d:"M6 12l4-4-4-4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}function k(){return e.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none","aria-hidden":"true",children:e.jsx("path",{d:"M13 15l-5-5 5-5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}function b(){return e.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none","aria-hidden":"true",children:e.jsx("path",{d:"M7 15l5-5-5-5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}function g(){return e.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[e.jsx("path",{d:"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"}),e.jsx("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"})]})}function j(){return e.jsxs("svg",{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none","aria-hidden":"true",children:[e.jsx("rect",{width:"32",height:"32",rx:"6",fill:"#0F6C13"}),e.jsx("path",{d:"M8 24 L16 8 L24 24",stroke:"#E7DA10",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M11 19h10",stroke:"#E7DA10",strokeWidth:"2",strokeLinecap:"round"})]})}function L({item:l,isActive:i,onClick:d}){const n=[a.default.item,a.default.itemOpen,i?a.default.itemOpenActive:""].filter(Boolean).join(" "),o=[a.default.itemLabel,i?a.default.itemLabelActive:a.default.itemLabelDefault].join(" ");return e.jsxs("button",{type:"button",className:n,onClick:d,"aria-current":i?"page":void 0,children:[e.jsx("span",{className:[a.default.itemIcon,a.default.itemIconDark].join(" "),children:l.icon}),e.jsx("span",{className:o,children:l.label})]})}function M({item:l,isActive:i,onClick:d}){const n=[a.default.item,a.default.itemClosed,i?a.default.itemClosedActive:""].filter(Boolean).join(" ");return e.jsx("button",{type:"button",className:n,onClick:d,"aria-label":l.label,"aria-current":i?"page":void 0,title:l.label,children:e.jsx("span",{className:[a.default.itemIcon,a.default.itemIconDark].join(" "),children:l.icon})})}function w({item:l,isActive:i,onClick:d}){const n=[a.default.item,a.default.itemMobile,i?a.default.itemMobileActive:""].filter(Boolean).join(" ");return e.jsxs("button",{type:"button",className:n,onClick:d,"aria-current":i?"page":void 0,children:[e.jsx("span",{className:[a.default.itemIcon,a.default.itemIconLight].join(" "),children:l.icon}),e.jsx("span",{className:[a.default.itemLabel,a.default.itemLabelMobile].join(" "),children:l.label}),e.jsx("span",{className:a.default.chevron,children:e.jsx(x,{})})]})}function B({type:l,sections:i,activeId:d,onItemClick:n,onCollapseToggle:o,onBellClick:v,mobileTitle:p="Menu",mobileFooter:s,logo:f,logoIcon:N,className:m}){const u=N??e.jsx(j,{}),h=[a.default.nav,l==="open"?a.default.navOpen:"",l==="closed"?a.default.navClosed:"",l==="mobile"?a.default.navMobile:"",m].filter(Boolean).join(" ");return l==="open"?e.jsxs("nav",{className:h,"aria-label":"Main navigation",children:[e.jsxs("div",{className:[a.default.header,a.default.headerOpen].join(" "),children:[e.jsx("div",{className:a.default.logoIcon,children:u}),f&&e.jsx("div",{className:a.default.logoFull,children:f})]}),e.jsx("div",{className:[a.default.links,a.default.linksOpen].join(" "),children:i.map((r,c)=>e.jsxs("div",{className:a.default.section,children:[r.title&&e.jsx("p",{className:a.default.sectionTitle,children:r.title}),e.jsx("div",{className:a.default.sectionItems,children:r.items.map(t=>e.jsx(L,{item:t,isActive:t.id===d,onClick:()=>n==null?void 0:n(t.id)},t.id))})]},c))}),e.jsx("div",{className:a.default.footer,children:e.jsxs("button",{type:"button",className:a.default.collapseBtn,onClick:o,children:[e.jsx("span",{className:a.default.collapseBtnIcon,children:e.jsx(k,{})}),"Recolher menu"]})})]}):l==="closed"?e.jsxs("nav",{className:h,"aria-label":"Main navigation",children:[e.jsx("div",{className:[a.default.header,a.default.headerClosed].join(" "),children:e.jsx("div",{className:a.default.logoIcon,children:u})}),e.jsx("div",{className:[a.default.links,a.default.linksClosed].join(" "),children:i.map((r,c)=>e.jsx("div",{className:a.default.section,children:e.jsx("div",{className:a.default.sectionItems,children:r.items.map(t=>e.jsx(M,{item:t,isActive:t.id===d,onClick:()=>n==null?void 0:n(t.id)},t.id))})},c))}),e.jsx("div",{className:a.default.footer,children:e.jsx("button",{type:"button",className:[a.default.collapseBtn,a.default.collapseBtnClosed].join(" "),onClick:o,"aria-label":"Expand menu",title:"Expandir menu",children:e.jsx("span",{className:a.default.collapseBtnIcon,children:e.jsx(b,{})})})})]}):e.jsxs("nav",{className:h,"aria-label":"Main navigation",children:[e.jsxs("div",{className:[a.default.header,a.default.headerMobile].join(" "),children:[e.jsx("div",{className:a.default.logoIcon,children:u}),e.jsx("h2",{className:a.default.headerTitle,children:p}),e.jsx("div",{className:a.default.headerActions,children:e.jsx("button",{type:"button",className:a.default.bellBtn,onClick:v,"aria-label":"Notifications",children:e.jsx(g,{})})})]}),e.jsx("div",{className:[a.default.links,a.default.linksMobile].join(" "),children:i.map((r,c)=>e.jsx("div",{className:a.default.section,children:e.jsx("div",{className:a.default.sectionItems,children:r.items.map(t=>e.jsx(w,{item:t,isActive:t.id===d,onClick:()=>n==null?void 0:n(t.id)},t.id))})},c))}),s&&e.jsxs("div",{className:a.default.footerMobile,children:[s.ctaLabel&&e.jsx("button",{type:"button",className:a.default.ctaBtn,onClick:s.onCtaClick,children:s.ctaLabel}),s.workspaceName&&e.jsxs("button",{type:"button",className:a.default.workspace,onClick:s.onWorkspaceClick,children:[e.jsx("div",{className:a.default.workspaceIcon,children:s.workspaceIcon??e.jsx(j,{})}),e.jsx("span",{className:a.default.workspaceLabel,children:s.workspaceName}),e.jsx("span",{style:{color:"#9490AC",display:"flex"},children:e.jsx(x,{})})]}),(s.userName||s.userInitials)&&e.jsxs("div",{className:a.default.avatarRow,children:[e.jsx("div",{className:a.default.avatar,children:s.userAvatarUrl?e.jsx("img",{src:s.userAvatarUrl,alt:s.userName??"",style:{width:"100%",height:"100%",objectFit:"cover"}}):e.jsx("span",{className:a.default.avatarInitials,children:s.userInitials??"?"})}),e.jsxs("div",{className:a.default.avatarInfo,children:[s.userName&&e.jsx("span",{className:a.default.avatarName,children:s.userName}),s.userRole&&e.jsx("span",{className:a.default.avatarRole,children:s.userRole})]})]})]})]})}exports.Nav=B;
2
+ //# sourceMappingURL=index.cjs10.js.map