siesa-ui-kit 1.0.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.
- package/README.md +54 -28
- package/dist/ButtonTest.d.ts +6 -0
- package/dist/ButtonTest.d.ts.map +1 -0
- package/dist/components/Alert/Alert.d.ts +23 -0
- package/dist/components/Alert/Alert.d.ts.map +1 -0
- package/dist/components/Alert/Alert.types.d.ts +46 -0
- package/dist/components/Alert/Alert.types.d.ts.map +1 -0
- package/dist/components/Avatar/Avatar.d.ts +41 -0
- package/dist/components/Avatar/Avatar.d.ts.map +1 -0
- package/dist/components/Avatar/Avatar.types.d.ts +46 -0
- package/dist/components/Avatar/Avatar.types.d.ts.map +1 -0
- package/dist/components/Badge/Badge.d.ts +42 -0
- package/dist/components/Badge/Badge.d.ts.map +1 -0
- package/dist/components/Badge/Badge.types.d.ts +32 -0
- package/dist/components/Badge/Badge.types.d.ts.map +1 -0
- package/dist/components/Button/Button.d.ts +84 -0
- package/dist/components/Button/Button.d.ts.map +1 -0
- package/dist/components/Button/Button.types.d.ts +162 -0
- package/dist/components/Button/Button.types.d.ts.map +1 -0
- package/dist/components/Button/icons.d.ts +26 -0
- package/dist/components/Button/icons.d.ts.map +1 -0
- package/{src/components/Button/index.ts → dist/components/Button/index.d.ts} +4 -3
- package/dist/components/Button/index.d.ts.map +1 -0
- package/dist/components/Checkbox/Checkbox.d.ts +31 -0
- package/dist/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/dist/components/Checkbox/Checkbox.types.d.ts +53 -0
- package/dist/components/Checkbox/Checkbox.types.d.ts.map +1 -0
- package/dist/components/DescriptionList/DescriptionList.d.ts +38 -0
- package/dist/components/DescriptionList/DescriptionList.d.ts.map +1 -0
- package/dist/components/DescriptionList/DescriptionList.types.d.ts +27 -0
- package/dist/components/DescriptionList/DescriptionList.types.d.ts.map +1 -0
- package/dist/components/Divider/Divider.d.ts +33 -0
- package/dist/components/Divider/Divider.d.ts.map +1 -0
- package/dist/components/Divider/Divider.types.d.ts +22 -0
- package/dist/components/Divider/Divider.types.d.ts.map +1 -0
- package/dist/components/Dropdown/Dropdown.d.ts +66 -0
- package/dist/components/Dropdown/Dropdown.d.ts.map +1 -0
- package/dist/components/Dropdown/Dropdown.types.d.ts +124 -0
- package/dist/components/Dropdown/Dropdown.types.d.ts.map +1 -0
- package/dist/components/Dropdown/icons.d.ts +10 -0
- package/dist/components/Dropdown/icons.d.ts.map +1 -0
- package/{src/components/Dropdown/index.ts → dist/components/Dropdown/index.d.ts} +4 -8
- package/dist/components/Dropdown/index.d.ts.map +1 -0
- package/dist/components/Input/Input.d.ts +40 -0
- package/dist/components/Input/Input.d.ts.map +1 -0
- package/dist/components/Input/Input.types.d.ts +71 -0
- package/dist/components/Input/Input.types.d.ts.map +1 -0
- package/dist/components/Input/icons.d.ts +15 -0
- package/dist/components/Input/icons.d.ts.map +1 -0
- package/{src/components/Input/index.ts → dist/components/Input/index.d.ts} +3 -2
- package/dist/components/Input/index.d.ts.map +1 -0
- package/dist/components/Navbar/Navbar.d.ts +63 -0
- package/dist/components/Navbar/Navbar.d.ts.map +1 -0
- package/dist/components/Navbar/Navbar.types.d.ts +194 -0
- package/dist/components/Navbar/Navbar.types.d.ts.map +1 -0
- package/dist/components/Navbar/icons.d.ts +12 -0
- package/dist/components/Navbar/icons.d.ts.map +1 -0
- package/dist/components/Navbar/index.d.ts +4 -0
- package/dist/components/Navbar/index.d.ts.map +1 -0
- package/dist/components/NavigationBar/NavigationBar.d.ts +75 -0
- package/dist/components/NavigationBar/NavigationBar.d.ts.map +1 -0
- package/dist/components/NavigationBar/NavigationBar.types.d.ts +63 -0
- package/dist/components/NavigationBar/NavigationBar.types.d.ts.map +1 -0
- package/{src/components/NavigationBar/index.ts → dist/components/NavigationBar/index.d.ts} +3 -2
- package/dist/components/NavigationBar/index.d.ts.map +1 -0
- package/dist/components/NavigationRail/NavigationRail.d.ts +7 -0
- package/dist/components/NavigationRail/NavigationRail.d.ts.map +1 -0
- package/dist/components/NavigationRail/NavigationRail.types.d.ts +92 -0
- package/dist/components/NavigationRail/NavigationRail.types.d.ts.map +1 -0
- package/{src/components/NavigationRail/index.ts → dist/components/NavigationRail/index.d.ts} +3 -2
- package/dist/components/NavigationRail/index.d.ts.map +1 -0
- package/dist/components/Notification/Notification.d.ts +52 -0
- package/dist/components/Notification/Notification.d.ts.map +1 -0
- package/dist/components/Notification/Notification.types.d.ts +138 -0
- package/dist/components/Notification/Notification.types.d.ts.map +1 -0
- package/{src/components/Notification/index.ts → dist/components/Notification/index.d.ts} +3 -3
- package/dist/components/Notification/index.d.ts.map +1 -0
- package/dist/components/POSConvention/POSConvention.d.ts +55 -0
- package/dist/components/POSConvention/POSConvention.d.ts.map +1 -0
- package/{src/components/POSConvention/POSConvention.types.ts → dist/components/POSConvention/POSConvention.types.d.ts} +37 -38
- package/dist/components/POSConvention/POSConvention.types.d.ts.map +1 -0
- package/dist/components/POSConvention/icons.d.ts +21 -0
- package/dist/components/POSConvention/icons.d.ts.map +1 -0
- package/{src/components/POSConvention/index.ts → dist/components/POSConvention/index.d.ts} +4 -3
- package/dist/components/POSConvention/index.d.ts.map +1 -0
- package/dist/components/POSLocationButton/POSLocationButton.d.ts +73 -0
- package/dist/components/POSLocationButton/POSLocationButton.d.ts.map +1 -0
- package/dist/components/POSLocationButton/POSLocationButton.types.d.ts +75 -0
- package/dist/components/POSLocationButton/POSLocationButton.types.d.ts.map +1 -0
- package/dist/components/POSLocationButton/icons.d.ts +37 -0
- package/dist/components/POSLocationButton/icons.d.ts.map +1 -0
- package/dist/components/POSLocationButton/index.d.ts +4 -0
- package/dist/components/POSLocationButton/index.d.ts.map +1 -0
- package/dist/components/POSNumberButton/POSNumberButton.d.ts +61 -0
- package/dist/components/POSNumberButton/POSNumberButton.d.ts.map +1 -0
- package/dist/components/POSNumberButton/POSNumberButton.types.d.ts +43 -0
- package/dist/components/POSNumberButton/POSNumberButton.types.d.ts.map +1 -0
- package/{src/components/POSNumberButton/index.ts → dist/components/POSNumberButton/index.d.ts} +3 -3
- package/dist/components/POSNumberButton/index.d.ts.map +1 -0
- package/dist/components/POSProductButton/POSProductButton.d.ts +59 -0
- package/dist/components/POSProductButton/POSProductButton.d.ts.map +1 -0
- package/dist/components/POSProductButton/POSProductButton.types.d.ts +40 -0
- package/dist/components/POSProductButton/POSProductButton.types.d.ts.map +1 -0
- package/{src/components/POSProductButton/index.ts → dist/components/POSProductButton/index.d.ts} +3 -2
- package/dist/components/POSProductButton/index.d.ts.map +1 -0
- package/dist/components/POSProductCard/POSProductCard.d.ts +68 -0
- package/dist/components/POSProductCard/POSProductCard.d.ts.map +1 -0
- package/dist/components/POSProductCard/POSProductCard.types.d.ts +67 -0
- package/dist/components/POSProductCard/POSProductCard.types.d.ts.map +1 -0
- package/dist/components/POSProductCard/icons.d.ts +10 -0
- package/dist/components/POSProductCard/icons.d.ts.map +1 -0
- package/{src/components/POSProductCard/index.ts → dist/components/POSProductCard/index.d.ts} +3 -2
- package/dist/components/POSProductCard/index.d.ts.map +1 -0
- package/dist/components/POSProductSidebarItems/POSProductSidebarItems.d.ts +57 -0
- package/dist/components/POSProductSidebarItems/POSProductSidebarItems.d.ts.map +1 -0
- package/dist/components/POSProductSidebarItems/POSProductSidebarItems.types.d.ts +85 -0
- package/dist/components/POSProductSidebarItems/POSProductSidebarItems.types.d.ts.map +1 -0
- package/dist/components/POSProductSidebarItems/icons.d.ts +9 -0
- package/dist/components/POSProductSidebarItems/icons.d.ts.map +1 -0
- package/{src/components/POSProductSidebarItems/index.ts → dist/components/POSProductSidebarItems/index.d.ts} +4 -3
- package/dist/components/POSProductSidebarItems/index.d.ts.map +1 -0
- package/dist/components/POSTable/POSTable.d.ts +75 -0
- package/dist/components/POSTable/POSTable.d.ts.map +1 -0
- package/dist/components/POSTable/POSTable.types.d.ts +71 -0
- package/dist/components/POSTable/POSTable.types.d.ts.map +1 -0
- package/dist/components/POSTable/index.d.ts +3 -0
- package/dist/components/POSTable/index.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.d.ts +29 -0
- package/dist/components/Pagination/Pagination.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.types.d.ts +79 -0
- package/dist/components/Pagination/Pagination.types.d.ts.map +1 -0
- package/dist/components/Pagination/icons.d.ts +18 -0
- package/dist/components/Pagination/icons.d.ts.map +1 -0
- package/{src/components/Pagination/index.ts → dist/components/Pagination/index.d.ts} +4 -3
- package/dist/components/Pagination/index.d.ts.map +1 -0
- package/dist/components/Quantity/Quantity.d.ts +38 -0
- package/dist/components/Quantity/Quantity.d.ts.map +1 -0
- package/dist/components/Quantity/Quantity.types.d.ts +59 -0
- package/dist/components/Quantity/Quantity.types.d.ts.map +1 -0
- package/dist/components/Radio/Radio.d.ts +45 -0
- package/dist/components/Radio/Radio.d.ts.map +1 -0
- package/dist/components/Radio/Radio.types.d.ts +115 -0
- package/dist/components/Radio/Radio.types.d.ts.map +1 -0
- package/dist/components/Select/Select.d.ts +37 -0
- package/dist/components/Select/Select.d.ts.map +1 -0
- package/dist/components/Select/Select.types.d.ts +124 -0
- package/dist/components/Select/Select.types.d.ts.map +1 -0
- package/dist/components/Select/icons.d.ts +16 -0
- package/dist/components/Select/icons.d.ts.map +1 -0
- package/{src/components/Select/index.ts → dist/components/Select/index.d.ts} +4 -3
- package/dist/components/Select/index.d.ts.map +1 -0
- package/dist/components/Switch/Switch.d.ts +46 -0
- package/dist/components/Switch/Switch.d.ts.map +1 -0
- package/dist/components/Switch/Switch.types.d.ts +58 -0
- package/dist/components/Switch/Switch.types.d.ts.map +1 -0
- package/dist/components/Table/Table.d.ts +64 -0
- package/dist/components/Table/Table.d.ts.map +1 -0
- package/dist/components/Table/Table.types.d.ts +173 -0
- package/dist/components/Table/Table.types.d.ts.map +1 -0
- package/dist/components/Table/index.d.ts +3 -0
- package/dist/components/Table/index.d.ts.map +1 -0
- package/dist/components/Tabs/Tabs.d.ts +76 -0
- package/dist/components/Tabs/Tabs.d.ts.map +1 -0
- package/dist/components/Tabs/Tabs.types.d.ts +107 -0
- package/dist/components/Tabs/Tabs.types.d.ts.map +1 -0
- package/dist/components/Tabs/icons.d.ts +45 -0
- package/dist/components/Tabs/icons.d.ts.map +1 -0
- package/dist/components/Tabs/index.d.ts +4 -0
- package/dist/components/Tabs/index.d.ts.map +1 -0
- package/dist/components/Textarea/Textarea.d.ts +38 -0
- package/dist/components/Textarea/Textarea.d.ts.map +1 -0
- package/dist/components/Textarea/Textarea.types.d.ts +46 -0
- package/dist/components/Textarea/Textarea.types.d.ts.map +1 -0
- package/dist/context/ThemeContext.d.ts +46 -0
- package/dist/context/ThemeContext.d.ts.map +1 -0
- package/{src/context/index.ts → dist/context/index.d.ts} +2 -1
- package/dist/context/index.d.ts.map +1 -0
- package/{src/index.ts → dist/index.d.ts} +26 -39
- package/dist/index.d.ts.map +1 -0
- package/dist/siesa-ui-kit.cjs +420 -0
- package/dist/siesa-ui-kit.cjs.map +1 -0
- package/dist/siesa-ui-kit.mjs +1360 -0
- package/dist/siesa-ui-kit.mjs.map +1 -0
- package/dist/views/ListView/ListView.d.ts +47 -0
- package/dist/views/ListView/ListView.d.ts.map +1 -0
- package/dist/views/ListView/ListView.types.d.ts +177 -0
- package/dist/views/ListView/ListView.types.d.ts.map +1 -0
- package/dist/views/ListView/icons.d.ts +60 -0
- package/dist/views/ListView/icons.d.ts.map +1 -0
- package/dist/views/ListView/index.d.ts +3 -0
- package/dist/views/ListView/index.d.ts.map +1 -0
- package/dist/views/LoginView/LoginView.d.ts +36 -0
- package/dist/views/LoginView/LoginView.d.ts.map +1 -0
- package/dist/views/LoginView/LoginView.types.d.ts +46 -0
- package/dist/views/LoginView/LoginView.types.d.ts.map +1 -0
- package/dist/views/LoginView/icons.d.ts +18 -0
- package/dist/views/LoginView/icons.d.ts.map +1 -0
- package/{src/components/LoginView/index.ts → dist/views/LoginView/index.d.ts} +4 -3
- package/dist/views/LoginView/index.d.ts.map +1 -0
- package/dist/views/ProductsView/ProductsView.d.ts +56 -0
- package/dist/views/ProductsView/ProductsView.d.ts.map +1 -0
- package/dist/views/ProductsView/ProductsView.types.d.ts +184 -0
- package/dist/views/ProductsView/ProductsView.types.d.ts.map +1 -0
- package/dist/views/ProductsView/icons.d.ts +12 -0
- package/dist/views/ProductsView/icons.d.ts.map +1 -0
- package/dist/views/ProductsView/index.d.ts +3 -0
- package/dist/views/ProductsView/index.d.ts.map +1 -0
- package/dist/views/RecoverPasswordView/RecoverPasswordView.d.ts +34 -0
- package/dist/views/RecoverPasswordView/RecoverPasswordView.d.ts.map +1 -0
- package/dist/views/RecoverPasswordView/RecoverPasswordView.types.d.ts +50 -0
- package/dist/views/RecoverPasswordView/RecoverPasswordView.types.d.ts.map +1 -0
- package/dist/views/RecoverPasswordView/icons.d.ts +9 -0
- package/dist/views/RecoverPasswordView/icons.d.ts.map +1 -0
- package/{src/views/RecoverPasswordView/index.ts → dist/views/RecoverPasswordView/index.d.ts} +3 -2
- package/dist/views/RecoverPasswordView/index.d.ts.map +1 -0
- package/dist/views/SignUpView/SignUpView.d.ts +38 -0
- package/dist/views/SignUpView/SignUpView.d.ts.map +1 -0
- package/dist/views/SignUpView/SignUpView.types.d.ts +51 -0
- package/dist/views/SignUpView/SignUpView.types.d.ts.map +1 -0
- package/dist/views/SignUpView/icons.d.ts +18 -0
- package/dist/views/SignUpView/icons.d.ts.map +1 -0
- package/{src/components/SignUpView/index.ts → dist/views/SignUpView/index.d.ts} +4 -3
- package/dist/views/SignUpView/index.d.ts.map +1 -0
- package/dist/views/TableLayoutView/TableLayoutView.d.ts +46 -0
- package/dist/views/TableLayoutView/TableLayoutView.d.ts.map +1 -0
- package/dist/views/TableLayoutView/TableLayoutView.types.d.ts +170 -0
- package/dist/views/TableLayoutView/TableLayoutView.types.d.ts.map +1 -0
- package/dist/views/TableLayoutView/icons.d.ts +27 -0
- package/dist/views/TableLayoutView/icons.d.ts.map +1 -0
- package/dist/views/TableLayoutView/index.d.ts +3 -0
- package/dist/views/TableLayoutView/index.d.ts.map +1 -0
- package/package.json +31 -22
- package/bin/install.cjs +0 -502
- package/bin/prepare-publish.cjs +0 -28
- package/bin/restore-folders.cjs +0 -28
- package/claude/agents/siesa-ui-kit-specialist.md +0 -2401
- package/claude/prompts/component-template.md +0 -121
- package/claude/settings.local.json +0 -61
- package/docs/border-radius.md +0 -1261
- package/docs/colors.md +0 -832
- package/docs/dark-mode-guide.md +0 -1426
- package/docs/filters.md +0 -1243
- package/docs/icons.md +0 -1283
- package/docs/shadows.md +0 -1377
- package/docs/spacing.md +0 -1684
- package/docs/typography.md +0 -1268
- package/postcss.config.cjs +0 -6
- package/public/,Business Logo.png +0 -0
- package/public/.Siesa Logo.png +0 -0
- package/public/bg_siesa.png +0 -0
- package/public/siesa_logo_mobile.png +0 -0
- package/public/vite.svg +0 -1
- package/src/App.css +0 -42
- package/src/App.tsx +0 -8
- package/src/ButtonTest.tsx +0 -147
- package/src/assets/fonts/README.md +0 -261
- package/src/assets/fonts/SiesaBT/SiesaBT-Bold.otf +0 -0
- package/src/assets/fonts/SiesaBT/SiesaBT-Light.otf +0 -0
- package/src/assets/fonts/SiesaBT/SiesaBT-Regular.otf +0 -0
- package/src/assets/react.svg +0 -1
- package/src/components/Alert/Alert.stories.tsx +0 -332
- package/src/components/Alert/Alert.tsx +0 -106
- package/src/components/Alert/Alert.types.ts +0 -54
- package/src/components/Avatar/Avatar.stories.tsx +0 -494
- package/src/components/Avatar/Avatar.tsx +0 -143
- package/src/components/Avatar/Avatar.types.ts +0 -53
- package/src/components/Badge/Badge.stories.tsx +0 -339
- package/src/components/Badge/Badge.tsx +0 -278
- package/src/components/Badge/Badge.types.ts +0 -58
- package/src/components/Button/Button.stories.tsx +0 -950
- package/src/components/Button/Button.tsx +0 -337
- package/src/components/Button/Button.types.ts +0 -180
- package/src/components/Button/icons.tsx +0 -87
- package/src/components/Checkbox/Checkbox.stories.tsx +0 -453
- package/src/components/Checkbox/Checkbox.tsx +0 -208
- package/src/components/Checkbox/Checkbox.types.ts +0 -61
- package/src/components/DescriptionList/DescriptionList.stories.tsx +0 -250
- package/src/components/DescriptionList/DescriptionList.tsx +0 -96
- package/src/components/DescriptionList/DescriptionList.types.ts +0 -29
- package/src/components/Divider/Divider.stories.tsx +0 -263
- package/src/components/Divider/Divider.tsx +0 -80
- package/src/components/Divider/Divider.types.ts +0 -24
- package/src/components/Dropdown/Dropdown.stories.tsx +0 -552
- package/src/components/Dropdown/Dropdown.tsx +0 -422
- package/src/components/Dropdown/Dropdown.types.ts +0 -146
- package/src/components/Dropdown/README.md +0 -266
- package/src/components/Dropdown/icons.tsx +0 -72
- package/src/components/Input/Input.stories.tsx +0 -583
- package/src/components/Input/Input.tsx +0 -204
- package/src/components/Input/Input.types.ts +0 -80
- package/src/components/Input/icons.tsx +0 -145
- package/src/components/LoginView/LoginView.stories.tsx +0 -148
- package/src/components/LoginView/LoginView.tsx +0 -426
- package/src/components/LoginView/LoginView.types.ts +0 -52
- package/src/components/LoginView/README.md +0 -396
- package/src/components/LoginView/icons.tsx +0 -85
- package/src/components/Navbar/Navbar.stories.tsx +0 -810
- package/src/components/Navbar/Navbar.tsx +0 -755
- package/src/components/Navbar/Navbar.types.ts +0 -219
- package/src/components/Navbar/README.md +0 -279
- package/src/components/Navbar/icons.tsx +0 -102
- package/src/components/Navbar/index.ts +0 -8
- package/src/components/NavigationBar/NavigationBar.stories.tsx +0 -406
- package/src/components/NavigationBar/NavigationBar.tsx +0 -246
- package/src/components/NavigationBar/NavigationBar.types.ts +0 -74
- package/src/components/NavigationBar/README.md +0 -469
- package/src/components/NavigationRail/NavigationRail.stories.tsx +0 -417
- package/src/components/NavigationRail/NavigationRail.tsx +0 -418
- package/src/components/NavigationRail/NavigationRail.types.ts +0 -109
- package/src/components/NavigationRail/README.md +0 -224
- package/src/components/Notification/Notification.stories.tsx +0 -513
- package/src/components/Notification/Notification.tsx +0 -145
- package/src/components/Notification/Notification.types.ts +0 -142
- package/src/components/Notification/README.md +0 -409
- package/src/components/POSConvention/POSConvention.stories.tsx +0 -235
- package/src/components/POSConvention/POSConvention.tsx +0 -129
- package/src/components/POSConvention/README.md +0 -123
- package/src/components/POSConvention/icons.tsx +0 -45
- package/src/components/POSLocationButton/POSLocationButton.stories.tsx +0 -531
- package/src/components/POSLocationButton/POSLocationButton.tsx +0 -247
- package/src/components/POSLocationButton/POSLocationButton.types.ts +0 -87
- package/src/components/POSLocationButton/README.md +0 -253
- package/src/components/POSLocationButton/icons.tsx +0 -120
- package/src/components/POSLocationButton/index.ts +0 -14
- package/src/components/POSNumberButton/POSNumberButton.stories.tsx +0 -415
- package/src/components/POSNumberButton/POSNumberButton.tsx +0 -179
- package/src/components/POSNumberButton/POSNumberButton.types.ts +0 -51
- package/src/components/POSNumberButton/README.md +0 -321
- package/src/components/POSProductButton/POSProductButton.stories.tsx +0 -318
- package/src/components/POSProductButton/POSProductButton.tsx +0 -152
- package/src/components/POSProductButton/POSProductButton.types.ts +0 -46
- package/src/components/POSProductButton/README.md +0 -269
- package/src/components/POSProductCard/POSProductCard.stories.tsx +0 -642
- package/src/components/POSProductCard/POSProductCard.tsx +0 -208
- package/src/components/POSProductCard/POSProductCard.types.ts +0 -76
- package/src/components/POSProductCard/README.md +0 -179
- package/src/components/POSProductCard/icons.tsx +0 -26
- package/src/components/POSProductSidebarItems/POSProductSidebarItems.stories.tsx +0 -753
- package/src/components/POSProductSidebarItems/POSProductSidebarItems.tsx +0 -332
- package/src/components/POSProductSidebarItems/POSProductSidebarItems.types.ts +0 -119
- package/src/components/POSProductSidebarItems/README.md +0 -198
- package/src/components/POSProductSidebarItems/icons.tsx +0 -21
- package/src/components/POSTable/POSTable.stories.tsx +0 -737
- package/src/components/POSTable/POSTable.tsx +0 -401
- package/src/components/POSTable/POSTable.types.ts +0 -83
- package/src/components/POSTable/README.md +0 -286
- package/src/components/POSTable/index.ts +0 -7
- package/src/components/Pagination/Pagination.stories.tsx +0 -555
- package/src/components/Pagination/Pagination.tsx +0 -286
- package/src/components/Pagination/Pagination.types.ts +0 -93
- package/src/components/Pagination/README.md +0 -298
- package/src/components/Pagination/icons.tsx +0 -47
- package/src/components/Quantity/Quantity.stories.tsx +0 -457
- package/src/components/Quantity/Quantity.tsx +0 -289
- package/src/components/Quantity/Quantity.types.ts +0 -70
- package/src/components/Radio/Radio.stories.tsx +0 -523
- package/src/components/Radio/Radio.tsx +0 -170
- package/src/components/Radio/Radio.types.ts +0 -122
- package/src/components/Select/README.md +0 -299
- package/src/components/Select/Select.stories.tsx +0 -673
- package/src/components/Select/Select.tsx +0 -454
- package/src/components/Select/Select.types.ts +0 -148
- package/src/components/Select/icons.tsx +0 -50
- package/src/components/SignUpView/SignUpView.stories.tsx +0 -129
- package/src/components/SignUpView/SignUpView.tsx +0 -503
- package/src/components/SignUpView/SignUpView.types.ts +0 -58
- package/src/components/SignUpView/icons.tsx +0 -71
- package/src/components/Switch/README.md +0 -112
- package/src/components/Switch/Switch.stories.tsx +0 -550
- package/src/components/Switch/Switch.tsx +0 -246
- package/src/components/Switch/Switch.types.ts +0 -67
- package/src/components/Table/README.md +0 -369
- package/src/components/Table/Table.stories.tsx +0 -805
- package/src/components/Table/Table.tsx +0 -688
- package/src/components/Table/Table.types.ts +0 -204
- package/src/components/Table/index.ts +0 -9
- package/src/components/Tabs/README.md +0 -201
- package/src/components/Tabs/Tabs.stories.tsx +0 -580
- package/src/components/Tabs/Tabs.tsx +0 -356
- package/src/components/Tabs/Tabs.types.ts +0 -127
- package/src/components/Tabs/icons.tsx +0 -129
- package/src/components/Tabs/index.ts +0 -11
- package/src/components/Textarea/Textarea.stories.tsx +0 -535
- package/src/components/Textarea/Textarea.tsx +0 -188
- package/src/components/Textarea/Textarea.types.ts +0 -54
- package/src/context/ThemeContext.tsx +0 -99
- package/src/index.css +0 -29
- package/src/main.tsx +0 -10
- package/src/views/ProductsView/ProductsView.stories.tsx +0 -344
- package/src/views/ProductsView/ProductsView.tsx +0 -480
- package/src/views/ProductsView/ProductsView.types.ts +0 -238
- package/src/views/ProductsView/README.md +0 -312
- package/src/views/ProductsView/icons.tsx +0 -38
- package/src/views/ProductsView/index.ts +0 -8
- package/src/views/RecoverPasswordView/README.md +0 -269
- package/src/views/RecoverPasswordView/RecoverPasswordView.stories.tsx +0 -131
- package/src/views/RecoverPasswordView/RecoverPasswordView.tsx +0 -376
- package/src/views/RecoverPasswordView/RecoverPasswordView.types.ts +0 -56
- package/src/views/RecoverPasswordView/icons.tsx +0 -17
- package/src/views/TableLayoutView/README.md +0 -268
- package/src/views/TableLayoutView/TableLayoutView.stories.tsx +0 -235
- package/src/views/TableLayoutView/TableLayoutView.tsx +0 -461
- package/src/views/TableLayoutView/TableLayoutView.types.ts +0 -209
- package/src/views/TableLayoutView/icons.tsx +0 -113
- package/src/views/TableLayoutView/index.ts +0 -6
- package/storybook/main.ts +0 -20
- package/storybook/preview.tsx +0 -84
- package/storybook/vitest.setup.ts +0 -7
- package/tailwind.config.js +0 -128
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Props del componente LoginView
|
|
3
|
+
*/
|
|
4
|
+
export interface LoginViewProps {
|
|
5
|
+
/**
|
|
6
|
+
* Handler para el submit del formulario de login
|
|
7
|
+
* @param email - Email ingresado por el usuario
|
|
8
|
+
* @param password - Contraseña ingresada por el usuario
|
|
9
|
+
*/
|
|
10
|
+
onSubmit?: (email: string, password: string) => void;
|
|
11
|
+
/**
|
|
12
|
+
* Handler para el click en "Olvidé mi Contraseña"
|
|
13
|
+
*/
|
|
14
|
+
onForgotPassword?: () => void;
|
|
15
|
+
/**
|
|
16
|
+
* Handler para el click en "¿No tienes una cuenta?"
|
|
17
|
+
*/
|
|
18
|
+
onSignUp?: () => void;
|
|
19
|
+
/**
|
|
20
|
+
* Estado de carga del botón de submit
|
|
21
|
+
* @default false
|
|
22
|
+
*/
|
|
23
|
+
isLoading?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Mensaje de error general para mostrar en el formulario
|
|
26
|
+
*/
|
|
27
|
+
errorMessage?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Clases CSS adicionales para el contenedor
|
|
30
|
+
*/
|
|
31
|
+
className?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Si se muestra el fondo decorativo con imagen
|
|
34
|
+
* @default true
|
|
35
|
+
*/
|
|
36
|
+
showBackground?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* Variante de visualización
|
|
39
|
+
* - 'responsive': Se adapta según el viewport (default)
|
|
40
|
+
* - 'mobile': Siempre se muestra como mobile sin efectos de card
|
|
41
|
+
* - 'desktop': Siempre se muestra como desktop con card
|
|
42
|
+
* @default 'responsive'
|
|
43
|
+
*/
|
|
44
|
+
variant?: 'responsive' | 'mobile' | 'desktop';
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=LoginView.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LoginView.types.d.ts","sourceRoot":"","sources":["../../../src/views/LoginView/LoginView.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAErD;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAE9B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IAEtB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,YAAY,GAAG,QAAQ,GAAG,SAAS,CAAC;CAC/C"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* Icono de sobre (envelope) para el input de email
|
|
4
|
+
*/
|
|
5
|
+
export declare const EnvelopeIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
6
|
+
/**
|
|
7
|
+
* Icono de candado cerrado (lock) para el input de contraseña
|
|
8
|
+
*/
|
|
9
|
+
export declare const LockClosedIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
10
|
+
/**
|
|
11
|
+
* Icono de ojo (eye) para mostrar/ocultar contraseña
|
|
12
|
+
*/
|
|
13
|
+
export declare const EyeIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
14
|
+
/**
|
|
15
|
+
* Logo de Siesa
|
|
16
|
+
*/
|
|
17
|
+
export declare const SiesaLogo: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
18
|
+
//# sourceMappingURL=icons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/views/LoginView/icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAUhE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAalE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAc3D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CA2B7D,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
export { LoginView } from './LoginView';
|
|
2
|
-
export type { LoginViewProps } from './LoginView.types';
|
|
3
|
-
export { EnvelopeIcon, LockClosedIcon, EyeIcon, SiesaLogo } from './icons';
|
|
1
|
+
export { LoginView } from './LoginView';
|
|
2
|
+
export type { LoginViewProps } from './LoginView.types';
|
|
3
|
+
export { EnvelopeIcon, LockClosedIcon, EyeIcon, SiesaLogo } from './icons';
|
|
4
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/views/LoginView/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ProductsViewProps } from './ProductsView.types';
|
|
3
|
+
/**
|
|
4
|
+
* ProductsView - Vista de selección de productos para sistema POS
|
|
5
|
+
*
|
|
6
|
+
* Vista completa para sistemas POS que permite:
|
|
7
|
+
* - Seleccionar categorías de productos
|
|
8
|
+
* - Ver y agregar productos al pedido
|
|
9
|
+
* - Gestionar items del pedido (cantidad, eliminar)
|
|
10
|
+
* - Ver resumen con subtotal, impuestos y total
|
|
11
|
+
* - Confirmar pedido
|
|
12
|
+
*
|
|
13
|
+
* **Composición:**
|
|
14
|
+
* - Navbar superior con navegación y usuario
|
|
15
|
+
* - Área de contenido con 3 columnas:
|
|
16
|
+
* - Columna 1: Sidebar de categorías (POSProductButton)
|
|
17
|
+
* - Columna 2: Grid de productos (POSProductCard)
|
|
18
|
+
* - Columna 3: Sidebar de pedido (POSProductSidebarItems)
|
|
19
|
+
*
|
|
20
|
+
* **Responsive:**
|
|
21
|
+
* - Mobile (< 768px): Layout vertical adaptativo
|
|
22
|
+
* - Desktop (≥ 768px): Layout de 3 columnas según Figma
|
|
23
|
+
*
|
|
24
|
+
* **Dark Mode:**
|
|
25
|
+
* - Soporte completo con tokens del sistema
|
|
26
|
+
* - Fondos, textos y bordes adaptativos
|
|
27
|
+
*
|
|
28
|
+
* Mejores prácticas implementadas:
|
|
29
|
+
* - Orden de modificadores: {responsive}:{dark}:{state}:{utility}
|
|
30
|
+
* - Dark mode con estrategia 'class' (darkMode: 'class')
|
|
31
|
+
* - Tokens de color consistentes con la documentación
|
|
32
|
+
* - Type safety con TypeScript estricto
|
|
33
|
+
* - Responsive design con breakpoints
|
|
34
|
+
* - Composición con componentes del sistema
|
|
35
|
+
*
|
|
36
|
+
* @see docs/colors.md - Sistema de colores
|
|
37
|
+
* @see docs/typography.md - Sistema tipográfico
|
|
38
|
+
* @see docs/spacing.md - Sistema de espaciado
|
|
39
|
+
* @see src/components/POSProductButton - Botón de categoría
|
|
40
|
+
* @see src/components/POSProductCard - Card de producto
|
|
41
|
+
* @see src/components/POSProductSidebarItems - Item de pedido
|
|
42
|
+
*
|
|
43
|
+
* @example
|
|
44
|
+
* ```tsx
|
|
45
|
+
* <ProductsView
|
|
46
|
+
* tableTitle="Mesa 1"
|
|
47
|
+
* categories={categories}
|
|
48
|
+
* products={products}
|
|
49
|
+
* orderItems={orderItems}
|
|
50
|
+
* onAddProduct={(id) => console.log('Agregar', id)}
|
|
51
|
+
* onConfirmOrder={() => console.log('Confirmar')}
|
|
52
|
+
* />
|
|
53
|
+
* ```
|
|
54
|
+
*/
|
|
55
|
+
export declare const ProductsView: React.FC<ProductsViewProps>;
|
|
56
|
+
//# sourceMappingURL=ProductsView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProductsView.d.ts","sourceRoot":"","sources":["../../../src/views/ProductsView/ProductsView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAY9D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmDG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA4ZpD,CAAC"}
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* Categoría de producto
|
|
4
|
+
*/
|
|
5
|
+
export interface ProductCategory {
|
|
6
|
+
id: string;
|
|
7
|
+
label: string;
|
|
8
|
+
image: string;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Producto individual
|
|
12
|
+
*/
|
|
13
|
+
export interface Product {
|
|
14
|
+
id: string;
|
|
15
|
+
name: string;
|
|
16
|
+
price: string;
|
|
17
|
+
image: string;
|
|
18
|
+
categoryId: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Item en el carrito/pedido
|
|
22
|
+
*/
|
|
23
|
+
export interface OrderItem {
|
|
24
|
+
productId: string;
|
|
25
|
+
productName: string;
|
|
26
|
+
categoryLabel: string;
|
|
27
|
+
categoryColor?: 'lime' | 'red' | 'orange' | 'amber' | 'yellow' | 'green' | 'emerald' | 'teal' | 'cyan' | 'sky' | 'blue' | 'indigo' | 'violet' | 'purple' | 'fuchsia' | 'pink' | 'rose' | 'zinc' | 'primary';
|
|
28
|
+
productRef: string;
|
|
29
|
+
price: string;
|
|
30
|
+
quantity: number;
|
|
31
|
+
descriptionItems?: Array<{
|
|
32
|
+
description: string;
|
|
33
|
+
price: string;
|
|
34
|
+
}>;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Menú disponible
|
|
38
|
+
*/
|
|
39
|
+
export interface Menu {
|
|
40
|
+
id: string;
|
|
41
|
+
label: string;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Props del componente ProductsView
|
|
45
|
+
*/
|
|
46
|
+
export interface ProductsViewProps {
|
|
47
|
+
/**
|
|
48
|
+
* Título del header (ej: "Mesa 1")
|
|
49
|
+
* @default "Mesa 1"
|
|
50
|
+
*/
|
|
51
|
+
tableTitle?: string;
|
|
52
|
+
/**
|
|
53
|
+
* Label del botón de cambiar mesa
|
|
54
|
+
* @default "Cambiar Mesa"
|
|
55
|
+
*/
|
|
56
|
+
changeTableLabel?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Título de la sección de menús
|
|
59
|
+
* @default "Menús"
|
|
60
|
+
*/
|
|
61
|
+
menusTitle?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Lista de menús disponibles
|
|
64
|
+
*/
|
|
65
|
+
menus?: Menu[];
|
|
66
|
+
/**
|
|
67
|
+
* ID del menú seleccionado actualmente
|
|
68
|
+
*/
|
|
69
|
+
selectedMenuId?: string;
|
|
70
|
+
/**
|
|
71
|
+
* Handler cuando se selecciona un menú
|
|
72
|
+
*/
|
|
73
|
+
onMenuSelect?: (menuId: string) => void;
|
|
74
|
+
/**
|
|
75
|
+
* Handler cuando se hace clic en cambiar mesa
|
|
76
|
+
*/
|
|
77
|
+
onChangeTable?: () => void;
|
|
78
|
+
/**
|
|
79
|
+
* Título de la sección de categorías
|
|
80
|
+
* @default "Categoría"
|
|
81
|
+
*/
|
|
82
|
+
categoryTitle?: string;
|
|
83
|
+
/**
|
|
84
|
+
* Lista de categorías de productos
|
|
85
|
+
*/
|
|
86
|
+
categories?: ProductCategory[];
|
|
87
|
+
/**
|
|
88
|
+
* ID de la categoría seleccionada actualmente
|
|
89
|
+
*/
|
|
90
|
+
selectedCategoryId?: string;
|
|
91
|
+
/**
|
|
92
|
+
* Handler cuando se selecciona una categoría
|
|
93
|
+
*/
|
|
94
|
+
onCategorySelect?: (categoryId: string) => void;
|
|
95
|
+
/**
|
|
96
|
+
* Título de la sección de productos
|
|
97
|
+
* @default "Productos"
|
|
98
|
+
*/
|
|
99
|
+
productsTitle?: string;
|
|
100
|
+
/**
|
|
101
|
+
* Lista de productos a mostrar
|
|
102
|
+
*/
|
|
103
|
+
products?: Product[];
|
|
104
|
+
/**
|
|
105
|
+
* Handler cuando se agrega un producto
|
|
106
|
+
*/
|
|
107
|
+
onAddProduct?: (productId: string) => void;
|
|
108
|
+
/**
|
|
109
|
+
* Tab activo en el sidebar ("products" | "client")
|
|
110
|
+
* @default "products"
|
|
111
|
+
*/
|
|
112
|
+
activeTab?: 'products' | 'client';
|
|
113
|
+
/**
|
|
114
|
+
* Handler cuando se cambia de tab
|
|
115
|
+
*/
|
|
116
|
+
onTabChange?: (tab: 'products' | 'client') => void;
|
|
117
|
+
/**
|
|
118
|
+
* Items del pedido actual
|
|
119
|
+
*/
|
|
120
|
+
orderItems?: OrderItem[];
|
|
121
|
+
/**
|
|
122
|
+
* Handler cuando cambia la cantidad de un item
|
|
123
|
+
*/
|
|
124
|
+
onOrderItemQuantityChange?: (itemId: string, quantity: number) => void;
|
|
125
|
+
/**
|
|
126
|
+
* Handler cuando se elimina un item del pedido
|
|
127
|
+
*/
|
|
128
|
+
onOrderItemDelete?: (itemId: string) => void;
|
|
129
|
+
/**
|
|
130
|
+
* Subtotal del pedido
|
|
131
|
+
*/
|
|
132
|
+
subtotal?: string;
|
|
133
|
+
/**
|
|
134
|
+
* Impuestos del pedido
|
|
135
|
+
*/
|
|
136
|
+
taxes?: string;
|
|
137
|
+
/**
|
|
138
|
+
* Total del pedido
|
|
139
|
+
*/
|
|
140
|
+
total?: string;
|
|
141
|
+
/**
|
|
142
|
+
* Label del botón confirmar
|
|
143
|
+
* @default "Confirmar Pedido"
|
|
144
|
+
*/
|
|
145
|
+
confirmLabel?: string;
|
|
146
|
+
/**
|
|
147
|
+
* Handler cuando se confirma el pedido
|
|
148
|
+
*/
|
|
149
|
+
onConfirmOrder?: () => void;
|
|
150
|
+
/**
|
|
151
|
+
* Estado de carga
|
|
152
|
+
* @default false
|
|
153
|
+
*/
|
|
154
|
+
isLoading?: boolean;
|
|
155
|
+
/**
|
|
156
|
+
* Mensaje de error (si existe)
|
|
157
|
+
*/
|
|
158
|
+
errorMessage?: string;
|
|
159
|
+
/**
|
|
160
|
+
* Icono/avatar del usuario (opcional)
|
|
161
|
+
*/
|
|
162
|
+
userAvatar?: string;
|
|
163
|
+
/**
|
|
164
|
+
* Nombre del usuario
|
|
165
|
+
*/
|
|
166
|
+
userName?: string;
|
|
167
|
+
/**
|
|
168
|
+
* Rol del usuario
|
|
169
|
+
*/
|
|
170
|
+
userRole?: string;
|
|
171
|
+
/**
|
|
172
|
+
* Logo del negocio
|
|
173
|
+
*/
|
|
174
|
+
businessLogo?: string | ReactNode;
|
|
175
|
+
/**
|
|
176
|
+
* Logo de Siesa
|
|
177
|
+
*/
|
|
178
|
+
siesaLogo?: string | ReactNode;
|
|
179
|
+
/**
|
|
180
|
+
* Clases CSS adicionales
|
|
181
|
+
*/
|
|
182
|
+
className?: string;
|
|
183
|
+
}
|
|
184
|
+
//# sourceMappingURL=ProductsView.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProductsView.types.d.ts","sourceRoot":"","sources":["../../../src/views/ProductsView/ProductsView.types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* Iconos para ProductsView
|
|
4
|
+
* Basados en Heroicons Micro (16x16px)
|
|
5
|
+
*/
|
|
6
|
+
export declare const ArrowLeftIcon: React.FC<{
|
|
7
|
+
className?: string;
|
|
8
|
+
}>;
|
|
9
|
+
export declare const CheckIcon: React.FC<{
|
|
10
|
+
className?: string;
|
|
11
|
+
}>;
|
|
12
|
+
//# sourceMappingURL=icons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/views/ProductsView/icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;;GAGG;AAEH,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAc1D,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CActD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/views/ProductsView/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,YAAY,EACV,iBAAiB,EACjB,eAAe,EACf,OAAO,EACP,SAAS,EACT,IAAI,GACL,MAAM,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { RecoverPasswordViewProps } from './RecoverPasswordView.types';
|
|
3
|
+
/**
|
|
4
|
+
* RecoverPasswordView - Vista de recuperación de contraseña del sistema Siesa
|
|
5
|
+
*
|
|
6
|
+
* Vista completa para restablecer contraseña que incluye:
|
|
7
|
+
* - Logo de Siesa
|
|
8
|
+
* - Campo de email para enviar instrucciones
|
|
9
|
+
* - Botón para regresar al login
|
|
10
|
+
* - Fondo decorativo opcional
|
|
11
|
+
*
|
|
12
|
+
* Mejores prácticas implementadas:
|
|
13
|
+
* - Orden de modificadores: {responsive}:{dark}:{state}:{utility}
|
|
14
|
+
* - Dark mode con estrategia 'class' (darkMode: 'class')
|
|
15
|
+
* - Tokens de color consistentes con la documentación
|
|
16
|
+
* - Type safety con TypeScript estricto
|
|
17
|
+
* - Accesibilidad con ARIA labels y manejo de formulario semántico
|
|
18
|
+
* - Validación de email básica
|
|
19
|
+
*
|
|
20
|
+
* @see docs/colors.md - Sistema de colores
|
|
21
|
+
* @see docs/typography.md - Sistema tipográfico
|
|
22
|
+
* @see docs/spacing.md - Sistema de espaciado
|
|
23
|
+
* @see docs/shadows.md - Sistema de sombras
|
|
24
|
+
*
|
|
25
|
+
* @example
|
|
26
|
+
* ```tsx
|
|
27
|
+
* <RecoverPasswordView
|
|
28
|
+
* onSubmit={(email) => console.log('Recover password for', email)}
|
|
29
|
+
* onBackToLogin={() => console.log('Back to login')}
|
|
30
|
+
* />
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
export declare const RecoverPasswordView: React.FC<RecoverPasswordViewProps>;
|
|
34
|
+
//# sourceMappingURL=RecoverPasswordView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RecoverPasswordView.d.ts","sourceRoot":"","sources":["../../../src/views/RecoverPasswordView/RecoverPasswordView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAG5E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAoVlE,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Props del componente RecoverPasswordView
|
|
3
|
+
*
|
|
4
|
+
* @see docs/colors.md - Sistema de colores
|
|
5
|
+
* @see docs/typography.md - Sistema tipográfico
|
|
6
|
+
* @see docs/spacing.md - Sistema de espaciado
|
|
7
|
+
* @see docs/shadows.md - Sistema de sombras
|
|
8
|
+
*/
|
|
9
|
+
export interface RecoverPasswordViewProps {
|
|
10
|
+
/**
|
|
11
|
+
* Función que se ejecuta al enviar el formulario
|
|
12
|
+
* @param email - Email ingresado por el usuario
|
|
13
|
+
*/
|
|
14
|
+
onSubmit?: (email: string) => void;
|
|
15
|
+
/**
|
|
16
|
+
* Función que se ejecuta al hacer clic en "Iniciar Sesión"
|
|
17
|
+
*/
|
|
18
|
+
onBackToLogin?: () => void;
|
|
19
|
+
/**
|
|
20
|
+
* Si el formulario está en estado de carga
|
|
21
|
+
* @default false
|
|
22
|
+
*/
|
|
23
|
+
isLoading?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Mensaje de error general a mostrar
|
|
26
|
+
*/
|
|
27
|
+
errorMessage?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Mensaje de éxito a mostrar (cuando el email fue enviado)
|
|
30
|
+
*/
|
|
31
|
+
successMessage?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Clases CSS adicionales para el contenedor principal
|
|
34
|
+
*/
|
|
35
|
+
className?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Si se muestra el fondo decorativo (imagen de fondo)
|
|
38
|
+
* @default true
|
|
39
|
+
*/
|
|
40
|
+
showBackground?: boolean;
|
|
41
|
+
/**
|
|
42
|
+
* Variante de visualización
|
|
43
|
+
* - responsive: Adapta automáticamente según viewport (default)
|
|
44
|
+
* - mobile: Fuerza visualización móvil (full width, sin card)
|
|
45
|
+
* - desktop: Fuerza visualización desktop (card centrado)
|
|
46
|
+
* @default 'responsive'
|
|
47
|
+
*/
|
|
48
|
+
variant?: 'responsive' | 'mobile' | 'desktop';
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=RecoverPasswordView.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RecoverPasswordView.types.d.ts","sourceRoot":"","sources":["../../../src/views/RecoverPasswordView/RecoverPasswordView.types.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAEnC;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAE3B;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,YAAY,GAAG,QAAQ,GAAG,SAAS,CAAC;CAC/C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/views/RecoverPasswordView/icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;;GAGG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAUzD,CAAC"}
|
package/{src/views/RecoverPasswordView/index.ts → dist/views/RecoverPasswordView/index.d.ts}
RENAMED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
export { RecoverPasswordView } from './RecoverPasswordView';
|
|
2
|
-
export type { RecoverPasswordViewProps } from './RecoverPasswordView.types';
|
|
1
|
+
export { RecoverPasswordView } from './RecoverPasswordView';
|
|
2
|
+
export type { RecoverPasswordViewProps } from './RecoverPasswordView.types';
|
|
3
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/views/RecoverPasswordView/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,YAAY,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { SignUpViewProps } from './SignUpView.types';
|
|
3
|
+
/**
|
|
4
|
+
* SignUpView - Vista de registro del sistema Siesa
|
|
5
|
+
*
|
|
6
|
+
* Vista completa de registro con formulario que incluye:
|
|
7
|
+
* - Logo de Siesa
|
|
8
|
+
* - Campos de nombre, email y contraseña
|
|
9
|
+
* - Botón de registro
|
|
10
|
+
* - Link para iniciar sesión
|
|
11
|
+
* - Texto de términos y condiciones
|
|
12
|
+
* - Fondo decorativo opcional
|
|
13
|
+
*
|
|
14
|
+
* Mejores prácticas implementadas:
|
|
15
|
+
* - Orden de modificadores: {responsive}:{dark}:{state}:{utility}
|
|
16
|
+
* - Dark mode con estrategia 'class' (darkMode: 'class')
|
|
17
|
+
* - Tokens de color consistentes con la documentación
|
|
18
|
+
* - Type safety con TypeScript estricto
|
|
19
|
+
* - Accesibilidad con ARIA labels y manejo de formulario semántico
|
|
20
|
+
* - Validación de email básica
|
|
21
|
+
*
|
|
22
|
+
* @see docs/colors.md - Sistema de colores
|
|
23
|
+
* @see docs/typography.md - Sistema tipográfico
|
|
24
|
+
* @see docs/spacing.md - Sistema de espaciado
|
|
25
|
+
* @see docs/shadows.md - Sistema de sombras
|
|
26
|
+
*
|
|
27
|
+
* @example
|
|
28
|
+
* ```tsx
|
|
29
|
+
* <SignUpView
|
|
30
|
+
* onSubmit={(name, email, password) => console.log('Sign up', name, email, password)}
|
|
31
|
+
* onSignIn={() => console.log('Go to sign in')}
|
|
32
|
+
* onTermsClick={() => console.log('View terms')}
|
|
33
|
+
* onPrivacyClick={() => console.log('View privacy')}
|
|
34
|
+
* />
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
37
|
+
export declare const SignUpView: React.FC<SignUpViewProps>;
|
|
38
|
+
//# sourceMappingURL=SignUpView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SignUpView.d.ts","sourceRoot":"","sources":["../../../src/views/SignUpView/SignUpView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAG1D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA+chD,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Props del componente SignUpView
|
|
3
|
+
*/
|
|
4
|
+
export interface SignUpViewProps {
|
|
5
|
+
/**
|
|
6
|
+
* Handler para el submit del formulario de registro
|
|
7
|
+
* @param name - Nombre ingresado por el usuario
|
|
8
|
+
* @param email - Email ingresado por el usuario
|
|
9
|
+
* @param password - Contraseña ingresada por el usuario
|
|
10
|
+
*/
|
|
11
|
+
onSubmit?: (name: string, email: string, password: string) => void;
|
|
12
|
+
/**
|
|
13
|
+
* Handler para el click en "Ya tengo una cuenta"
|
|
14
|
+
*/
|
|
15
|
+
onSignIn?: () => void;
|
|
16
|
+
/**
|
|
17
|
+
* Handler para el click en "Condiciones de Uso"
|
|
18
|
+
*/
|
|
19
|
+
onTermsClick?: () => void;
|
|
20
|
+
/**
|
|
21
|
+
* Handler para el click en "Políticas de Privacidad"
|
|
22
|
+
*/
|
|
23
|
+
onPrivacyClick?: () => void;
|
|
24
|
+
/**
|
|
25
|
+
* Estado de carga del botón de submit
|
|
26
|
+
* @default false
|
|
27
|
+
*/
|
|
28
|
+
isLoading?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Mensaje de error general para mostrar en el formulario
|
|
31
|
+
*/
|
|
32
|
+
errorMessage?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Clases CSS adicionales para el contenedor
|
|
35
|
+
*/
|
|
36
|
+
className?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Si se muestra el fondo decorativo con imagen
|
|
39
|
+
* @default true
|
|
40
|
+
*/
|
|
41
|
+
showBackground?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* Variante de visualización
|
|
44
|
+
* - 'responsive': Se adapta según el viewport (default)
|
|
45
|
+
* - 'mobile': Siempre se muestra como mobile sin efectos de card
|
|
46
|
+
* - 'desktop': Siempre se muestra como desktop con card
|
|
47
|
+
* @default 'responsive'
|
|
48
|
+
*/
|
|
49
|
+
variant?: 'responsive' | 'mobile' | 'desktop';
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=SignUpView.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SignUpView.types.d.ts","sourceRoot":"","sources":["../../../src/views/SignUpView/SignUpView.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAEnE;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IAEtB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAE1B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAE5B;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,YAAY,GAAG,QAAQ,GAAG,SAAS,CAAC;CAC/C"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* Icono de círculo de usuario para el input de nombre
|
|
4
|
+
*/
|
|
5
|
+
export declare const UserCircleIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
6
|
+
/**
|
|
7
|
+
* Icono de sobre (envelope) para el input de email
|
|
8
|
+
*/
|
|
9
|
+
export declare const EnvelopeIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
10
|
+
/**
|
|
11
|
+
* Icono de candado cerrado (lock) para el input de contraseña
|
|
12
|
+
*/
|
|
13
|
+
export declare const LockClosedIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
14
|
+
/**
|
|
15
|
+
* Icono de ojo (eye) para mostrar/ocultar contraseña
|
|
16
|
+
*/
|
|
17
|
+
export declare const EyeIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
18
|
+
//# sourceMappingURL=icons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/views/SignUpView/icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAalE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAUhE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAalE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAc3D,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
export { SignUpView } from './SignUpView';
|
|
2
|
-
export type { SignUpViewProps } from './SignUpView.types';
|
|
3
|
-
export { UserCircleIcon, EnvelopeIcon, LockClosedIcon, EyeIcon } from './icons';
|
|
1
|
+
export { SignUpView } from './SignUpView';
|
|
2
|
+
export type { SignUpViewProps } from './SignUpView.types';
|
|
3
|
+
export { UserCircleIcon, EnvelopeIcon, LockClosedIcon, EyeIcon } from './icons';
|
|
4
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/views/SignUpView/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,cAAc,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC"}
|