@instincthub/react-ui 0.0.5 → 0.0.7
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 +4 -3
- package/dist/src/assets/css/bootstrap/display.css +21 -0
- package/dist/src/assets/css/bootstrap/readme/display.md +20 -0
- package/dist/src/assets/css/forms/input-fields.css +3 -2
- package/dist/src/assets/css/main.css +3 -3
- package/dist/src/assets/css/modals/modal-updates.css +6 -3
- package/dist/src/assets/css/modals/modal.css +1 -1
- package/dist/src/assets/css/navbar/sidenav.css +8 -0
- package/dist/src/assets/css/ui/content-viewer.css +1 -0
- package/dist/src/assets/css/ui/create-button.css +140 -0
- package/dist/src/assets/css/ui/pagination.css +359 -0
- package/dist/src/assets/css/ui/ui-index.css +2 -0
- package/dist/src/components/auth/LoginForm.js +1 -1
- package/dist/src/components/auth/ReactClientProviders.js +1 -1
- package/dist/src/components/forms/CheckBoxes.js +2 -0
- package/dist/src/components/forms/CheckBoxes.js.map +1 -0
- package/dist/src/components/forms/ChipsInput.js +1 -1
- package/dist/src/components/forms/FileField.js +2 -0
- package/dist/src/components/forms/FileField.js.map +1 -0
- package/dist/src/components/forms/FilterArray.js +1 -1
- package/dist/src/components/forms/FilterObjects.js +1 -1
- package/dist/src/components/forms/SearchField.js +1 -1
- package/dist/src/components/forms/SearchObjectsFromDB.js +1 -1
- package/dist/src/components/forms/TextArea.js +1 -1
- package/dist/src/components/forms/TextArea.js.map +1 -1
- package/dist/src/components/lib/auth/actions.js +1 -1
- package/dist/src/components/lib/auth/dbRequestst.js +1 -1
- package/dist/src/components/lib/auth/dbRequestst.js.map +1 -1
- package/dist/src/components/lib/convertArrayToObject.js +2 -0
- package/dist/src/components/lib/convertArrayToObject.js.map +1 -0
- package/dist/src/components/lib/createSubscription.js +2 -0
- package/dist/src/components/lib/createSubscription.js.map +1 -0
- package/dist/src/components/lib/elementIsVisibleInViewport.js +2 -0
- package/dist/src/components/lib/elementIsVisibleInViewport.js.map +1 -0
- package/dist/src/components/lib/fileToBase64.js +2 -0
- package/dist/src/components/lib/fileToBase64.js.map +1 -0
- package/dist/src/components/lib/formError.js +2 -0
- package/dist/src/components/lib/formError.js.map +1 -0
- package/dist/src/components/lib/getPriceObjects.js +2 -0
- package/dist/src/components/lib/getPriceObjects.js.map +1 -0
- package/dist/src/components/lib/helpFunction.js +1 -1
- package/dist/src/components/lib/helpFunction.js.map +1 -1
- package/dist/src/components/lib/index.js +1 -1
- package/dist/src/components/lib/index.js.map +1 -1
- package/dist/src/components/lib/modals/modals.js +1 -1
- package/dist/src/components/lib/modals/modals.js.map +1 -1
- package/dist/src/components/lib/paystack.js.map +1 -1
- package/dist/src/components/lib/permissions.js +1 -1
- package/dist/src/components/lib/permissions.js.map +1 -1
- package/dist/src/components/lib/queryParameters/index.js +2 -0
- package/dist/src/components/lib/queryParameters/index.js.map +1 -0
- package/dist/src/components/lib/redux/index.js +1 -1
- package/dist/src/components/lib/redux/rootReducer.js +1 -1
- package/dist/src/components/lib/redux/rootReducer.js.map +1 -1
- package/dist/src/components/lib/redux/slices/authSlice/selectors.js +2 -0
- package/dist/src/components/lib/redux/slices/authSlice/selectors.js.map +1 -0
- package/dist/src/components/lib/redux/slices/generics/arraySlice.js +2 -0
- package/dist/src/components/lib/redux/slices/generics/arraySlice.js.map +1 -0
- package/dist/src/components/lib/redux/slices/generics/objectSlice.js +2 -0
- package/dist/src/components/lib/redux/slices/generics/objectSlice.js.map +1 -0
- package/dist/src/components/lib/redux/slices/generics/selectors.js +2 -0
- package/dist/src/components/lib/redux/slices/generics/selectors.js.map +1 -0
- package/dist/src/components/navbar/ChannelListAvatar.js +1 -1
- package/dist/src/components/navbar/SideNavbar.js +1 -1
- package/dist/src/components/status/DeleteConfirmationModal.js +1 -1
- package/dist/src/components/status/ModalExamples.js +1 -1
- package/dist/src/components/status/MultiPurposeModal.js +1 -1
- package/dist/src/components/status/ReactTimeTracker.js +1 -1
- package/dist/src/components/ui/ComponentLists.js +2 -0
- package/dist/src/components/ui/ComponentLists.js.map +1 -0
- package/dist/src/components/ui/create-button/CreateButton.js +2 -0
- package/dist/src/components/ui/create-button/CreateButton.js.map +1 -0
- package/dist/src/components/ui/create-button/CreateButtonExample.js +2 -0
- package/dist/src/components/ui/create-button/CreateButtonExample.js.map +1 -0
- package/dist/src/components/ui/editor/CustomTextEditor.js +1 -1
- package/dist/src/components/ui/pagination/Pagination.js +2 -0
- package/dist/src/components/ui/pagination/Pagination.js.map +1 -0
- package/dist/src/components/ui/pagination/PaginationDemo.js +2 -0
- package/dist/src/components/ui/pagination/PaginationDemo.js.map +1 -0
- package/dist/src/components/ui/tables/IHubTableServer.js +1 -1
- package/dist/src/index.js +1 -1
- package/dist/src/types/components/auth/LoginForm.d.ts +3 -1
- package/dist/src/types/components/auth/index.d.ts +5 -0
- package/dist/src/types/components/forms/CheckBoxes.d.ts +33 -6
- package/dist/src/types/components/forms/CheckboxesField.d.ts +24 -1
- package/dist/src/types/components/forms/FileField.d.ts +8 -4
- package/dist/src/types/components/forms/FilterArray.d.ts +12 -2
- package/dist/src/types/components/forms/FilterObjects.d.ts +11 -3
- package/dist/src/types/components/forms/SearchField.d.ts +16 -0
- package/dist/src/types/components/forms/SearchObjectsFromDB.d.ts +3 -3
- package/dist/src/types/components/forms/TextArea.d.ts +12 -0
- package/dist/src/types/components/forms/index.d.ts +49 -0
- package/dist/src/types/components/lib/auth/dbRequestst.d.ts +2 -0
- package/dist/src/types/components/lib/convertArrayToObject.d.ts +30 -0
- package/dist/src/types/components/lib/helpFunction.d.ts +4 -0
- package/dist/src/types/components/lib/index.d.ts +7 -6
- package/dist/src/types/components/lib/modals/modals.d.ts +2 -1
- package/dist/src/types/components/lib/permissions.d.ts +12 -1
- package/dist/src/types/components/lib/queryParameters/index.d.ts +103 -0
- package/dist/src/types/components/lib/redux/rootReducer.d.ts +2 -0
- package/dist/src/types/components/lib/redux/slices/generics/arraySlice.d.ts +20 -0
- package/dist/src/types/components/lib/redux/slices/generics/index.d.ts +2 -0
- package/dist/src/types/components/lib/redux/slices/generics/objectSlice.d.ts +12 -0
- package/dist/src/types/components/lib/redux/slices/generics/selectors.d.ts +3 -0
- package/dist/src/types/components/lib/redux/slices/index.d.ts +2 -0
- package/dist/src/types/components/lib/redux/slices/selectors.d.ts +5 -0
- package/dist/src/types/components/lib/redux/store.d.ts +6 -0
- package/dist/src/types/components/navbar/index.d.ts +5 -0
- package/dist/src/types/components/status/MultiPurposeModal.d.ts +27 -10
- package/dist/src/types/components/status/index.d.ts +11 -0
- package/dist/src/types/components/tabs/index.d.ts +3 -0
- package/dist/src/types/components/theme/index.d.ts +6 -0
- package/dist/src/types/components/ui/create-button/CreateButton.d.ts +54 -0
- package/dist/src/types/components/ui/create-button/CreateButtonExample.d.ts +3 -0
- package/dist/src/types/components/ui/editor/CustomTextEditor.d.ts +7 -3
- package/dist/src/types/components/ui/index.d.ts +16 -0
- package/dist/src/types/components/ui/pagination/Pagination.d.ts +8 -0
- package/dist/src/types/components/ui/pagination/PaginationDemo.d.ts +3 -0
- package/dist/src/types/index.d.ts +9 -3
- package/dist/src/types/types/index.d.ts +42 -5
- package/dist/src/types/types/navbar.d.ts +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +10 -2
- package/dist/src/components/ComponentLists.js +0 -2
- package/dist/src/components/ComponentLists.js.map +0 -1
- /package/dist/src/types/components/{ComponentLists.d.ts → ui/ComponentLists.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instincthub/react-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "InstinctHub React UI components and assets in TypeScript",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"module": "dist/src/index.mjs",
|
|
@@ -34,6 +34,11 @@
|
|
|
34
34
|
"require": "./dist/src/components/lib/index.js",
|
|
35
35
|
"types": "./dist/src/types/components/lib/index.d.ts"
|
|
36
36
|
},
|
|
37
|
+
"./lib/*": {
|
|
38
|
+
"import": "./dist/src/components/lib/*",
|
|
39
|
+
"require": "./dist/src/components/lib/*",
|
|
40
|
+
"types": "./dist/src/types/components/lib/*"
|
|
41
|
+
},
|
|
37
42
|
"./redux": {
|
|
38
43
|
"import": "./dist/src/components/lib/redux/index.js",
|
|
39
44
|
"require": "./dist/src/components/lib/redux/index.js",
|
|
@@ -58,7 +63,10 @@
|
|
|
58
63
|
"link-ui": "npm unlink @instincthub/react-ui && rm -rf dist && rollup -c && npm link",
|
|
59
64
|
"unlink-ui-linux": "npm unlink @instincthub/react-ui",
|
|
60
65
|
"link-ui-win": "npm unlink @instincthub/react-ui && rmdir /s /q dist && rollup -c && npm link",
|
|
61
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
66
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
67
|
+
"yalc-link-ui": "rm -rf dist && rollup -c && yalc publish",
|
|
68
|
+
"yalc-link-ui-win": "rmdir /s /q dist && rollup -c && yalc publish",
|
|
69
|
+
"yalc-update-ui": "rmdir /s /q dist && rollup -c && yalc push"
|
|
62
70
|
},
|
|
63
71
|
"dependencies": {
|
|
64
72
|
"@tiptap/extension-character-count": "^2.11.5",
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{slicedToArray as o}from"../../_virtual/_rollupPluginBabelHelpers.js";import{jsxs as e,jsx as t}from"react/jsx-runtime";var n=function(){var n=[{name:"ActionDropdown",description:"Dropdown component for actions",category:"Forms",repo_path:"src/components/forms/ActionDropdown.tsx"},{name:"AnimatedBox",description:"Animated container component",category:"Forms",repo_path:"src/components/forms/AnimatedBox.tsx"},{name:"PasswordField",description:"Secure password input field",category:"Forms",repo_path:"src/components/forms/PasswordField.tsx"},{name:"DateInput",description:"Date selection input field",category:"Forms",repo_path:"src/components/forms/DateInput.tsx"},{name:"DateTimeInput",description:"Date and time selection input field",category:"Forms",repo_path:"src/components/forms/DateTimeInput.tsx"},{name:"DropFile",description:"File drag and drop component",category:"Forms",repo_path:"src/components/forms/DropFile.tsx"},{name:"EmailList",description:"Email list display component",category:"Forms",repo_path:"src/components/forms/EmailList.tsx"},{name:"FilterArray",description:"Array filtering component",category:"Forms",repo_path:"src/components/forms/FilterArray.tsx"},{name:"FilterBy",description:"Filtering component with criteria",category:"Forms",repo_path:"src/components/forms/FilterBy.tsx"},{name:"FilterObjects",description:"Object filtering component",category:"Forms",repo_path:"src/components/forms/FilterObjects.tsx"},{name:"FormError",description:"Form error display component",category:"Forms",repo_path:"src/components/forms/FormError.tsx"},{name:"HandleError",description:"Error handling component",category:"Forms",repo_path:"src/components/forms/HandleError.tsx"},{name:"Logout",description:"Logout functionality component",category:"Forms",repo_path:"src/components/forms/Logout.tsx"},{name:"MessageDisplay",description:"Message display component",category:"Forms",repo_path:"src/components/forms/MessageDisplay.tsx"},{name:"MultipleEmail",description:"Multiple email input component",category:"Forms",repo_path:"src/components/forms/MultipleEmail.tsx"},{name:"PageLoading",description:"Page loading indicator component",category:"Forms",repo_path:"src/components/forms/PageLoading.tsx"},{name:"PhoneNumberInput",description:"Phone number input with formatting",category:"Forms",repo_path:"src/components/forms/PhoneNumberInput.tsx"},{name:"RadioField",description:"Radio button input field",category:"Forms",repo_path:"src/components/forms/RadioField.tsx"},{name:"RadioSimple",description:"Simplified radio button component",category:"Forms",repo_path:"src/components/forms/RadioSimple.tsx"},{name:"ReactTimeAgo",description:"Time ago display component",category:"Forms",repo_path:"src/components/forms/ReactTimeAgo.tsx"},{name:"ReadTermsAndCondition",description:"Terms and conditions acceptance component",category:"Forms",repo_path:"src/components/forms/ReadTermsAndCondition.tsx"},{name:"SearchField",description:"Search input field component",category:"Forms",repo_path:"src/components/forms/SearchField.tsx"},{name:"SearchFieldDB",description:"Database search field component",category:"Forms",repo_path:"src/components/forms/SearchFieldDB.tsx"},{name:"StepProgressBar",description:"Step progress indicator component",category:"Forms",repo_path:"src/components/forms/StepProgressBar.tsx"},{name:"SubmitButton",description:"Form submission button component",category:"Forms",repo_path:"src/components/forms/SubmitButton.tsx"},{name:"Tables",description:"Table display component",category:"Forms",repo_path:"src/components/forms/Tables.tsx"},{name:"TextArea",description:"Multi-line text input component",category:"Forms",repo_path:"src/components/forms/TextArea.tsx"},{name:"TextField",description:"Text input field component",category:"Forms",repo_path:"src/components/forms/TextField.tsx"},{name:"Tooltip",description:"Tooltip display component",category:"Forms",repo_path:"src/components/forms/Tooltip.tsx"},{name:"UnsplashRandomImage",description:"Random image from Unsplash component",category:"Forms",repo_path:"src/components/forms/UnsplashRandomImage.tsx"},{name:"DownloadAsExcel",description:"Excel download functionality component",category:"Forms",repo_path:"src/components/forms/DownloadAsExcel.tsx"},{name:"THeadSortBtn",description:"Table header sort button component",category:"Forms",repo_path:"src/components/forms/THeadSortBtn.tsx"},{name:"THeadSortList",description:"Table header sort list component",category:"Forms",repo_path:"src/components/forms/THeadSortList.tsx"},{name:"TBodyNoData",description:"Table body empty state component",category:"Forms",repo_path:"src/components/forms/TBodyNoData.tsx"},{name:"FileUploader",description:"File upload component",category:"Forms",repo_path:"src/components/forms/uploads/FileUploader.tsx"},{name:"IhubFileUploader",description:"InstinctHub file upload component",category:"Forms",repo_path:"src/components/forms/uploads/IhubFileUploader.tsx"},{name:"ActionCallbackDropdown",description:"Action callback dropdown component",category:"Forms",repo_path:"src/components/forms/ActionCallbackDropdown.tsx"},{name:"InputNumber",description:"InputNumber component for numerical input",category:"Form",repo_path:"src/components/forms/InputNumber.tsx"},{name:"InputText",description:"InputText component for text input",category:"Form",repo_path:"src/components/forms/InputText.tsx"},{name:"InputTextarea",description:"InputTextarea component for text input",category:"Form",repo_path:"src/components/forms/InputTextarea.tsx"},{name:"SearchObjectsFromDB",description:"SearchObjectsFromDB component for searching objects from database",category:"Form",repo_path:"src/components/forms/SearchObjectsFromDB.tsx"},{name:"ToggleButton",description:"ToggleButton component for changing state.",category:"Form",repo_path:"src/components/forms/ToggleButton.tsx"},{name:"DateInputPicker",description:"DateInputPicker component for picking date and time.",category:"Form",repo_path:"src/components/forms/DateInputPicker.tsx"},{name:"ChipsInput",description:"ChipsInput is used to enter multiple values on an input field.",category:"Form",repo_path:"src/components/forms/ChipsInput.tsx"},{name:"RadioButton",description:"RadioButton is used to enter single value on an input field.",category:"Form",repo_path:"src/components/forms/radio-btn/RadioButton.tsx"},{name:"RadioGroup",description:"RadioGroup is used to select each from group value on an input field.",category:"Form",repo_path:"src/components/forms/radio-btn/RadioGroup.tsx"},{name:"InputAmount",description:"InputAmount is used to enter amount on an input field.",category:"Form",repo_path:"src/components/forms/InputAmount.tsx"},{name:"IsUsernameEmailTaken",description:"Username/email availability checker",category:"Auth",repo_path:"src/components/auth/IsUsernameEmailTaken.tsx"},{name:"ClientDetector",description:"Client device detection component",category:"Auth",repo_path:"src/components/auth/ClientDetector.tsx"},{name:"PasswordsMatch",description:"Password matching validation component",category:"Auth",repo_path:"src/components/auth/PasswordsMatch.tsx"},{name:"FromInstinctHub",description:"From InstinctHub component",category:"Auth",repo_path:"src/components/auth/FromInstinctHub.tsx"},{name:"LoginForm",description:"Login form component",category:"Auth",repo_path:"src/components/auth/LoginForm.tsx"},{name:"ChannelListAvatar",description:"Channel list avatar component",category:"Navbar",repo_path:"src/components/navbar/ChannelListAvatar.tsx"},{name:"MenuDropdown",description:"Menu dropdown component",category:"Navbar",repo_path:"src/components/navbar/MenuDropdown.tsx"},{name:"Breadcrumb",description:"Breadcrumb component",category:"Navbar",repo_path:"src/components/navbar/Breadcrumb.tsx"},{name:"ResponsiveNavbar",description:"Responsive navbar component",category:"Navbar",repo_path:"src/components/navbar/ResponsiveNavbar.tsx"},{name:"SideNavbar",description:"Side navbar component",category:"Navbar",repo_path:"src/components/navbar/SideNavbar.tsx"},{name:"CustomTextEditor",description:"Custom text editor component",category:"UI",repo_path:"src/components/ui/editor/CustomTextEditor.tsx"},{name:"ContentViewer",description:"Content viewer component",category:"UI",repo_path:"src/components/ui/viewer/ContentViewer.tsx"},{name:"ContentViewOrEdit",description:"Content view or edit component",category:"UI",repo_path:"src/components/ui/viewer/ContentViewOrEdit.tsx"},{name:"CodeDisplay",description:"Code display component",category:"UI",repo_path:"src/components/ui/viewer/CodeDisplay.tsx"},{name:"IHubTable",description:"InstinctHub table component",category:"UI",repo_path:"src/components/ui/tables/IHubTable.tsx"},{name:"IHubTableServer",description:"InstinctHub server table component",category:"UI",repo_path:"src/components/ui/tables/IHubTableServer.tsx"},{name:"OrDivider",description:"Or divider component",category:"UI",repo_path:"src/components/ui/OrDivider.tsx"},{name:"Card",description:"Card component",category:"UI",repo_path:"src/components/ui/cards/Card.tsx"},{name:"CardList",description:"Card list component",category:"UI",repo_path:"src/components/ui/cards/CardList.tsx"},{name:"CardGrid",description:"Card grid component",category:"UI",repo_path:"src/components/ui/cards/CardGrid.tsx"},{name:"HorizontalCard",description:"Horizontal card component",category:"UI",repo_path:"src/components/ui/cards/HorizontalCard.tsx"},{name:"FeatureCard",description:"Feature card component",category:"UI",repo_path:"src/components/ui/cards/FeatureCard.tsx"},{name:"MediaCard",description:"Media card component",category:"UI",repo_path:"src/components/ui/cards/MediaCard.tsx"},{name:"PricingCard",description:"Pricing card component",category:"UI",repo_path:"src/components/ui/cards/PricingCard.tsx"},{name:"ProfileCard",description:"Profile card component",category:"UI",repo_path:"src/components/ui/cards/ProfileCard.tsx"},{name:"RandomGradientImage",description:"Random gradient image component",category:"UI",repo_path:"src/components/ui/images/RandomGradientImage.tsx"},{name:"Dialog",description:"A reusable dialog component",category:"UI",repo_path:"src/components/ui/dialogs/Dialog.tsx"},{name:"Badge",description:"A reusable Badge component",category:"UI",repo_path:"src/components/ui/Badge.tsx"},{name:"Action",description:"A reusable Action component",category:"UI",repo_path:"src/components/ui/Action.tsx"},{name:"Dropdown",description:"A reusable Dropdown component",category:"UI",repo_path:"src/components/ui/Dropdown.tsx"},{name:"ColorPicker",description:"A reusable ColorPicker component",category:"UI",repo_path:"src/components/ui/ColorPicker.tsx"},{name:"ChangeStyleVariable",description:"Style variable changer component",category:"Theme",repo_path:"src/components/theme/ChangeStyleVariable.tsx"},{name:"DarkModeProvider",description:"Dark mode provider component",category:"Theme",repo_path:"src/components/theme/DarkModeProvider.tsx"},{name:"LoadingAnimate",description:"Loading animation component",category:"Theme",repo_path:"src/components/theme/LoadingAnimate.tsx"},{name:"SessionProviders",description:"Session providers component",category:"Theme",repo_path:"src/components/theme/SessionProviders.tsx"},{name:"SessionExpiresLogout",description:"Session expiration logout component",category:"Theme",repo_path:"src/components/theme/signout/SessionExpiresLogout.tsx"},{name:"SignOutSession",description:"Sign out session component",category:"Theme",repo_path:"src/components/theme/signout/SignOutSession.tsx"},{name:"TimeTracker",description:"Time tracking component",category:"Status",repo_path:"src/components/status/ReactTimeTracker.tsx"},{name:"SessionHandleProvider",description:"Session handling provider component",category:"Status",repo_path:"src/components/status/SessionHandleProvider.tsx"},{name:"Error500",description:"500 error display component",category:"Status",repo_path:"src/components/status/Error500.tsx"},{name:"ErrorState",description:"Error state display component",category:"Status",repo_path:"src/components/status/ErrorState.tsx"},{name:"ReactTimeTracker",description:"React time tracking component",category:"Status",repo_path:"src/components/status/ReactTimeTracker.tsx"},{name:"DeleteConfirmationModal",description:"Delete confirmation modal component",category:"Status",repo_path:"src/components/status/DeleteConfirmationModal.tsx"},{name:"CopyToClipboard",description:"Copy to clipboard functionality component",category:"Status",repo_path:"src/components/status/CopyToClipBoard.tsx"},{name:"MultiPurposeModal",description:"Multi-purpose modal component",category:"Status",repo_path:"src/components/status/MultiPurposeModal.tsx"},{name:"ModalExamples",description:"Modal examples component",category:"Status",repo_path:"src/components/status/ModalExamples.tsx"},{name:"NotFound",description:"Not found component",category:"Status",repo_path:"src/components/status/NotFound.tsx"},{name:"Unauthorized",description:"Unauthorized component",category:"Status",repo_path:"src/components/status/Unauthorized.tsx"},{name:"Tabs",description:"Tab navigation component",category:"Tabs",repo_path:"src/components/tabs/Tabs.tsx"},{name:"VeriticalTabs",description:"Vertical tab navigation component",category:"Tabs",repo_path:"src/components/tabs/VerticalTabs.tsx"},{name:"TabContent",description:"Tab content display component",category:"Tabs",repo_path:"src/components/tabs/TabContent.tsx"}].reduce((function(o,e){return o[e.category]||(o[e.category]=[]),o[e.category].push(e),o}),{}),r="https://github.com/instincthub/instincthub-react-ui/blob/main/";return e("div",{className:"ihub-component-lists",children:[t("h1",{className:"ihub-component-lists-title",children:"InstinctHub React UI Components"}),t("p",{className:"ihub-component-lists-description",children:"A comprehensive list of all available components in the InstinctHub React UI library."}),Object.entries(n).map((function(n){var a=o(n,2),s=a[0],c=a[1];return e("div",{className:"ihub-component-category",children:[t("h2",{className:"ihub-component-category-title",children:s}),t("div",{className:"ihub-component-grid",children:c.map((function(o){return e("div",{className:"ihub-component-card",children:[t("h3",{className:"ihub-component-name",children:o.name}),t("p",{className:"ihub-component-description",children:o.description}),t("a",{href:"".concat(r).concat(o.repo_path),target:"_blank",rel:"noopener noreferrer",className:"ihub-component-link",onClick:function(e){e.preventDefault(),window.open("".concat(r).concat(o.repo_path),"_blank","noopener,noreferrer")},children:"View in Repository"})]},o.name)}))})]},s)}))]})};export{n as default};
|
|
2
|
-
//# sourceMappingURL=ComponentLists.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ComponentLists.js","sources":["../../../src/components/ComponentLists.tsx"],"sourcesContent":["import React from \"react\";\r\n\r\ninterface ComponentInfo {\r\n name: string;\r\n description: string;\r\n category: string;\r\n repo_path: string;\r\n}\r\n\r\nconst ComponentLists = () => {\r\n const components: ComponentInfo[] = [\r\n // Forms\r\n {\r\n name: \"ActionDropdown\",\r\n description: \"Dropdown component for actions\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/ActionDropdown.tsx\",\r\n },\r\n {\r\n name: \"AnimatedBox\",\r\n description: \"Animated container component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/AnimatedBox.tsx\",\r\n },\r\n {\r\n name: \"PasswordField\",\r\n description: \"Secure password input field\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/PasswordField.tsx\",\r\n },\r\n {\r\n name: \"DateInput\",\r\n description: \"Date selection input field\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/DateInput.tsx\",\r\n },\r\n {\r\n name: \"DateTimeInput\",\r\n description: \"Date and time selection input field\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/DateTimeInput.tsx\",\r\n },\r\n {\r\n name: \"DropFile\",\r\n description: \"File drag and drop component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/DropFile.tsx\",\r\n },\r\n {\r\n name: \"EmailList\",\r\n description: \"Email list display component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/EmailList.tsx\",\r\n },\r\n {\r\n name: \"FilterArray\",\r\n description: \"Array filtering component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/FilterArray.tsx\",\r\n },\r\n {\r\n name: \"FilterBy\",\r\n description: \"Filtering component with criteria\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/FilterBy.tsx\",\r\n },\r\n {\r\n name: \"FilterObjects\",\r\n description: \"Object filtering component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/FilterObjects.tsx\",\r\n },\r\n {\r\n name: \"FormError\",\r\n description: \"Form error display component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/FormError.tsx\",\r\n },\r\n {\r\n name: \"HandleError\",\r\n description: \"Error handling component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/HandleError.tsx\",\r\n },\r\n {\r\n name: \"Logout\",\r\n description: \"Logout functionality component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/Logout.tsx\",\r\n },\r\n {\r\n name: \"MessageDisplay\",\r\n description: \"Message display component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/MessageDisplay.tsx\",\r\n },\r\n {\r\n name: \"MultipleEmail\",\r\n description: \"Multiple email input component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/MultipleEmail.tsx\",\r\n },\r\n {\r\n name: \"PageLoading\",\r\n description: \"Page loading indicator component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/PageLoading.tsx\",\r\n },\r\n {\r\n name: \"PhoneNumberInput\",\r\n description: \"Phone number input with formatting\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/PhoneNumberInput.tsx\",\r\n },\r\n {\r\n name: \"RadioField\",\r\n description: \"Radio button input field\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/RadioField.tsx\",\r\n },\r\n {\r\n name: \"RadioSimple\",\r\n description: \"Simplified radio button component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/RadioSimple.tsx\",\r\n },\r\n {\r\n name: \"ReactTimeAgo\",\r\n description: \"Time ago display component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/ReactTimeAgo.tsx\",\r\n },\r\n {\r\n name: \"ReadTermsAndCondition\",\r\n description: \"Terms and conditions acceptance component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/ReadTermsAndCondition.tsx\",\r\n },\r\n {\r\n name: \"SearchField\",\r\n description: \"Search input field component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/SearchField.tsx\",\r\n },\r\n {\r\n name: \"SearchFieldDB\",\r\n description: \"Database search field component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/SearchFieldDB.tsx\",\r\n },\r\n {\r\n name: \"StepProgressBar\",\r\n description: \"Step progress indicator component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/StepProgressBar.tsx\",\r\n },\r\n {\r\n name: \"SubmitButton\",\r\n description: \"Form submission button component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/SubmitButton.tsx\",\r\n },\r\n {\r\n name: \"Tables\",\r\n description: \"Table display component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/Tables.tsx\",\r\n },\r\n {\r\n name: \"TextArea\",\r\n description: \"Multi-line text input component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/TextArea.tsx\",\r\n },\r\n {\r\n name: \"TextField\",\r\n description: \"Text input field component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/TextField.tsx\",\r\n },\r\n {\r\n name: \"Tooltip\",\r\n description: \"Tooltip display component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/Tooltip.tsx\",\r\n },\r\n {\r\n name: \"UnsplashRandomImage\",\r\n description: \"Random image from Unsplash component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/UnsplashRandomImage.tsx\",\r\n },\r\n {\r\n name: \"DownloadAsExcel\",\r\n description: \"Excel download functionality component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/DownloadAsExcel.tsx\",\r\n },\r\n {\r\n name: \"THeadSortBtn\",\r\n description: \"Table header sort button component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/THeadSortBtn.tsx\",\r\n },\r\n {\r\n name: \"THeadSortList\",\r\n description: \"Table header sort list component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/THeadSortList.tsx\",\r\n },\r\n {\r\n name: \"TBodyNoData\",\r\n description: \"Table body empty state component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/TBodyNoData.tsx\",\r\n },\r\n {\r\n name: \"FileUploader\",\r\n description: \"File upload component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/uploads/FileUploader.tsx\",\r\n },\r\n {\r\n name: \"IhubFileUploader\",\r\n description: \"InstinctHub file upload component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/uploads/IhubFileUploader.tsx\",\r\n },\r\n {\r\n name: \"ActionCallbackDropdown\",\r\n description: \"Action callback dropdown component\",\r\n category: \"Forms\",\r\n repo_path: \"src/components/forms/ActionCallbackDropdown.tsx\",\r\n },\r\n {\r\n name: \"InputNumber\",\r\n description: \"InputNumber component for numerical input\",\r\n category: \"Form\",\r\n repo_path: \"src/components/forms/InputNumber.tsx\",\r\n },\r\n {\r\n name: \"InputText\",\r\n description: \"InputText component for text input\",\r\n category: \"Form\",\r\n repo_path: \"src/components/forms/InputText.tsx\",\r\n },\r\n {\r\n name: \"InputTextarea\",\r\n description: \"InputTextarea component for text input\",\r\n category: \"Form\",\r\n repo_path: \"src/components/forms/InputTextarea.tsx\",\r\n },\r\n {\r\n name: \"SearchObjectsFromDB\",\r\n description:\r\n \"SearchObjectsFromDB component for searching objects from database\",\r\n category: \"Form\",\r\n repo_path: \"src/components/forms/SearchObjectsFromDB.tsx\",\r\n },\r\n {\r\n name: \"ToggleButton\",\r\n description: \"ToggleButton component for changing state.\",\r\n category: \"Form\",\r\n repo_path: \"src/components/forms/ToggleButton.tsx\",\r\n },\r\n {\r\n name: \"DateInputPicker\",\r\n description: \"DateInputPicker component for picking date and time.\",\r\n category: \"Form\",\r\n repo_path: \"src/components/forms/DateInputPicker.tsx\",\r\n },\r\n {\r\n name: \"ChipsInput\",\r\n description:\r\n \"ChipsInput is used to enter multiple values on an input field.\",\r\n category: \"Form\",\r\n repo_path: \"src/components/forms/ChipsInput.tsx\",\r\n },\r\n {\r\n name: \"RadioButton\",\r\n description:\r\n \"RadioButton is used to enter single value on an input field.\",\r\n category: \"Form\",\r\n repo_path: \"src/components/forms/radio-btn/RadioButton.tsx\",\r\n },\r\n {\r\n name: \"RadioGroup\",\r\n description:\r\n \"RadioGroup is used to select each from group value on an input field.\",\r\n category: \"Form\",\r\n repo_path: \"src/components/forms/radio-btn/RadioGroup.tsx\",\r\n },\r\n {\r\n name: \"InputAmount\",\r\n description: \"InputAmount is used to enter amount on an input field.\",\r\n category: \"Form\",\r\n repo_path: \"src/components/forms/InputAmount.tsx\",\r\n },\r\n\r\n // Auth\r\n {\r\n name: \"IsUsernameEmailTaken\",\r\n description: \"Username/email availability checker\",\r\n category: \"Auth\",\r\n repo_path: \"src/components/auth/IsUsernameEmailTaken.tsx\",\r\n },\r\n {\r\n name: \"ClientDetector\",\r\n description: \"Client device detection component\",\r\n category: \"Auth\",\r\n repo_path: \"src/components/auth/ClientDetector.tsx\",\r\n },\r\n {\r\n name: \"PasswordsMatch\",\r\n description: \"Password matching validation component\",\r\n category: \"Auth\",\r\n repo_path: \"src/components/auth/PasswordsMatch.tsx\",\r\n },\r\n {\r\n name: \"FromInstinctHub\",\r\n description: \"From InstinctHub component\",\r\n category: \"Auth\",\r\n repo_path: \"src/components/auth/FromInstinctHub.tsx\",\r\n },\r\n {\r\n name: \"LoginForm\",\r\n description: \"Login form component\",\r\n category: \"Auth\",\r\n repo_path: \"src/components/auth/LoginForm.tsx\",\r\n },\r\n\r\n // Navbar\r\n {\r\n name: \"ChannelListAvatar\",\r\n description: \"Channel list avatar component\",\r\n category: \"Navbar\",\r\n repo_path: \"src/components/navbar/ChannelListAvatar.tsx\",\r\n },\r\n {\r\n name: \"MenuDropdown\",\r\n description: \"Menu dropdown component\",\r\n category: \"Navbar\",\r\n repo_path: \"src/components/navbar/MenuDropdown.tsx\",\r\n },\r\n {\r\n name: \"Breadcrumb\",\r\n description: \"Breadcrumb component\",\r\n category: \"Navbar\",\r\n repo_path: \"src/components/navbar/Breadcrumb.tsx\",\r\n },\r\n {\r\n name: \"ResponsiveNavbar\",\r\n description: \"Responsive navbar component\",\r\n category: \"Navbar\",\r\n repo_path: \"src/components/navbar/ResponsiveNavbar.tsx\",\r\n },\r\n {\r\n name: \"SideNavbar\",\r\n description: \"Side navbar component\",\r\n category: \"Navbar\",\r\n repo_path: \"src/components/navbar/SideNavbar.tsx\",\r\n },\r\n\r\n // UI\r\n {\r\n name: \"CustomTextEditor\",\r\n description: \"Custom text editor component\",\r\n category: \"UI\",\r\n repo_path: \"src/components/ui/editor/CustomTextEditor.tsx\",\r\n },\r\n {\r\n name: \"ContentViewer\",\r\n description: \"Content viewer component\",\r\n category: \"UI\",\r\n repo_path: \"src/components/ui/viewer/ContentViewer.tsx\",\r\n },\r\n {\r\n name: \"ContentViewOrEdit\",\r\n description: \"Content view or edit component\",\r\n category: \"UI\",\r\n repo_path: \"src/components/ui/viewer/ContentViewOrEdit.tsx\",\r\n },\r\n {\r\n name: \"CodeDisplay\",\r\n description: \"Code display component\",\r\n category: \"UI\",\r\n repo_path: \"src/components/ui/viewer/CodeDisplay.tsx\",\r\n },\r\n {\r\n name: \"IHubTable\",\r\n description: \"InstinctHub table component\",\r\n category: \"UI\",\r\n repo_path: \"src/components/ui/tables/IHubTable.tsx\",\r\n },\r\n {\r\n name: \"IHubTableServer\",\r\n description: \"InstinctHub server table component\",\r\n category: \"UI\",\r\n repo_path: \"src/components/ui/tables/IHubTableServer.tsx\",\r\n },\r\n {\r\n name: \"OrDivider\",\r\n description: \"Or divider component\",\r\n category: \"UI\",\r\n repo_path: \"src/components/ui/OrDivider.tsx\",\r\n },\r\n {\r\n name: \"Card\",\r\n description: \"Card component\",\r\n category: \"UI\",\r\n repo_path: \"src/components/ui/cards/Card.tsx\",\r\n },\r\n {\r\n name: \"CardList\",\r\n description: \"Card list component\",\r\n category: \"UI\",\r\n repo_path: \"src/components/ui/cards/CardList.tsx\",\r\n },\r\n {\r\n name: \"CardGrid\",\r\n description: \"Card grid component\",\r\n category: \"UI\",\r\n repo_path: \"src/components/ui/cards/CardGrid.tsx\",\r\n },\r\n {\r\n name: \"HorizontalCard\",\r\n description: \"Horizontal card component\",\r\n category: \"UI\",\r\n repo_path: \"src/components/ui/cards/HorizontalCard.tsx\",\r\n },\r\n {\r\n name: \"FeatureCard\",\r\n description: \"Feature card component\",\r\n category: \"UI\",\r\n repo_path: \"src/components/ui/cards/FeatureCard.tsx\",\r\n },\r\n {\r\n name: \"MediaCard\",\r\n description: \"Media card component\",\r\n category: \"UI\",\r\n repo_path: \"src/components/ui/cards/MediaCard.tsx\",\r\n },\r\n {\r\n name: \"PricingCard\",\r\n description: \"Pricing card component\",\r\n category: \"UI\",\r\n repo_path: \"src/components/ui/cards/PricingCard.tsx\",\r\n },\r\n {\r\n name: \"ProfileCard\",\r\n description: \"Profile card component\",\r\n category: \"UI\",\r\n repo_path: \"src/components/ui/cards/ProfileCard.tsx\",\r\n },\r\n {\r\n name: \"RandomGradientImage\",\r\n description: \"Random gradient image component\",\r\n category: \"UI\",\r\n repo_path: \"src/components/ui/images/RandomGradientImage.tsx\",\r\n },\r\n {\r\n name: \"Dialog\",\r\n description: \"A reusable dialog component\",\r\n category: \"UI\",\r\n repo_path: \"src/components/ui/dialogs/Dialog.tsx\",\r\n },\r\n {\r\n name: \"Badge\",\r\n description: \"A reusable Badge component\",\r\n category: \"UI\",\r\n repo_path: \"src/components/ui/Badge.tsx\",\r\n },\r\n {\r\n name: \"Action\",\r\n description: \"A reusable Action component\",\r\n category: \"UI\",\r\n repo_path: \"src/components/ui/Action.tsx\",\r\n },\r\n {\r\n name: \"Dropdown\",\r\n description: \"A reusable Dropdown component\",\r\n category: \"UI\",\r\n repo_path: \"src/components/ui/Dropdown.tsx\",\r\n },\r\n {\r\n name: \"ColorPicker\",\r\n description: \"A reusable ColorPicker component\",\r\n category: \"UI\",\r\n repo_path: \"src/components/ui/ColorPicker.tsx\",\r\n },\r\n\r\n // Theme\r\n {\r\n name: \"ChangeStyleVariable\",\r\n description: \"Style variable changer component\",\r\n category: \"Theme\",\r\n repo_path: \"src/components/theme/ChangeStyleVariable.tsx\",\r\n },\r\n {\r\n name: \"DarkModeProvider\",\r\n description: \"Dark mode provider component\",\r\n category: \"Theme\",\r\n repo_path: \"src/components/theme/DarkModeProvider.tsx\",\r\n },\r\n {\r\n name: \"LoadingAnimate\",\r\n description: \"Loading animation component\",\r\n category: \"Theme\",\r\n repo_path: \"src/components/theme/LoadingAnimate.tsx\",\r\n },\r\n {\r\n name: \"SessionProviders\",\r\n description: \"Session providers component\",\r\n category: \"Theme\",\r\n repo_path: \"src/components/theme/SessionProviders.tsx\",\r\n },\r\n {\r\n name: \"SessionExpiresLogout\",\r\n description: \"Session expiration logout component\",\r\n category: \"Theme\",\r\n repo_path: \"src/components/theme/signout/SessionExpiresLogout.tsx\",\r\n },\r\n {\r\n name: \"SignOutSession\",\r\n description: \"Sign out session component\",\r\n category: \"Theme\",\r\n repo_path: \"src/components/theme/signout/SignOutSession.tsx\",\r\n },\r\n\r\n // Status\r\n {\r\n name: \"TimeTracker\",\r\n description: \"Time tracking component\",\r\n category: \"Status\",\r\n repo_path: \"src/components/status/ReactTimeTracker.tsx\",\r\n },\r\n {\r\n name: \"SessionHandleProvider\",\r\n description: \"Session handling provider component\",\r\n category: \"Status\",\r\n repo_path: \"src/components/status/SessionHandleProvider.tsx\",\r\n },\r\n {\r\n name: \"Error500\",\r\n description: \"500 error display component\",\r\n category: \"Status\",\r\n repo_path: \"src/components/status/Error500.tsx\",\r\n },\r\n {\r\n name: \"ErrorState\",\r\n description: \"Error state display component\",\r\n category: \"Status\",\r\n repo_path: \"src/components/status/ErrorState.tsx\",\r\n },\r\n {\r\n name: \"ReactTimeTracker\",\r\n description: \"React time tracking component\",\r\n category: \"Status\",\r\n repo_path: \"src/components/status/ReactTimeTracker.tsx\",\r\n },\r\n {\r\n name: \"DeleteConfirmationModal\",\r\n description: \"Delete confirmation modal component\",\r\n category: \"Status\",\r\n repo_path: \"src/components/status/DeleteConfirmationModal.tsx\",\r\n },\r\n {\r\n name: \"CopyToClipboard\",\r\n description: \"Copy to clipboard functionality component\",\r\n category: \"Status\",\r\n repo_path: \"src/components/status/CopyToClipBoard.tsx\",\r\n },\r\n {\r\n name: \"MultiPurposeModal\",\r\n description: \"Multi-purpose modal component\",\r\n category: \"Status\",\r\n repo_path: \"src/components/status/MultiPurposeModal.tsx\",\r\n },\r\n {\r\n name: \"ModalExamples\",\r\n description: \"Modal examples component\",\r\n category: \"Status\",\r\n repo_path: \"src/components/status/ModalExamples.tsx\",\r\n },\r\n {\r\n name: \"NotFound\",\r\n description: \"Not found component\",\r\n category: \"Status\",\r\n repo_path: \"src/components/status/NotFound.tsx\",\r\n },\r\n {\r\n name: \"Unauthorized\",\r\n description: \"Unauthorized component\",\r\n category: \"Status\",\r\n repo_path: \"src/components/status/Unauthorized.tsx\",\r\n },\r\n\r\n // Tabs\r\n {\r\n name: \"Tabs\",\r\n description: \"Tab navigation component\",\r\n category: \"Tabs\",\r\n repo_path: \"src/components/tabs/Tabs.tsx\",\r\n },\r\n {\r\n name: \"VeriticalTabs\",\r\n description: \"Vertical tab navigation component\",\r\n category: \"Tabs\",\r\n repo_path: \"src/components/tabs/VerticalTabs.tsx\",\r\n },\r\n {\r\n name: \"TabContent\",\r\n description: \"Tab content display component\",\r\n category: \"Tabs\",\r\n repo_path: \"src/components/tabs/TabContent.tsx\",\r\n },\r\n ];\r\n\r\n // Group components by category\r\n const groupedComponents = components.reduce((acc, component) => {\r\n if (!acc[component.category]) {\r\n acc[component.category] = [];\r\n }\r\n acc[component.category].push(component);\r\n return acc;\r\n }, {} as Record<string, ComponentInfo[]>);\r\n\r\n const baseRepoUrl =\r\n \"https://github.com/instincthub/instincthub-react-ui/blob/main/\";\r\n\r\n return (\r\n <div className=\"ihub-component-lists\">\r\n <h1 className=\"ihub-component-lists-title\">\r\n InstinctHub React UI Components\r\n </h1>\r\n <p className=\"ihub-component-lists-description\">\r\n A comprehensive list of all available components in the InstinctHub\r\n React UI library.\r\n </p>\r\n\r\n {Object.entries(groupedComponents).map(\r\n ([category, categoryComponents]) => (\r\n <div key={category} className=\"ihub-component-category\">\r\n <h2 className=\"ihub-component-category-title\">{category}</h2>\r\n <div className=\"ihub-component-grid\">\r\n {categoryComponents.map((component) => (\r\n <div key={component.name} className=\"ihub-component-card\">\r\n <h3 className=\"ihub-component-name\">{component.name}</h3>\r\n <p className=\"ihub-component-description\">\r\n {component.description}\r\n </p>\r\n <a\r\n href={`${baseRepoUrl}${component.repo_path}`}\r\n target=\"_blank\"\r\n rel=\"noopener noreferrer\"\r\n className=\"ihub-component-link\"\r\n onClick={(e) => {\r\n e.preventDefault();\r\n window.open(\r\n `${baseRepoUrl}${component.repo_path}`,\r\n \"_blank\",\r\n \"noopener,noreferrer\"\r\n );\r\n }}\r\n >\r\n View in Repository\r\n </a>\r\n </div>\r\n ))}\r\n </div>\r\n </div>\r\n )\r\n )}\r\n </div>\r\n );\r\n};\r\n\r\nexport default ComponentLists;\r\n"],"names":["ComponentLists","groupedComponents","name","description","category","repo_path","reduce","acc","component","push","baseRepoUrl","_jsxs","className","children","_jsx","Object","entries","map","_ref","_ref2","_slicedToArray","categoryComponents","href","concat","target","rel","onClick","e","preventDefault","window","open"],"mappings":"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"}
|
|
File without changes
|