pixelize-design-library 2.3.22 → 2.4.1-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/settings.local.json +51 -0
- package/.cursor/TASK-SETUP.md +43 -0
- package/.cursor/agents/be-impl.md +37 -0
- package/.cursor/agents/fe-impl.md +39 -0
- package/.cursor/agents/task-plan.md +56 -0
- package/.cursor/agents/test-create.md +31 -0
- package/.cursor/agents/test-exec.md +26 -0
- package/.cursor/hooks/task-hint.env +1 -0
- package/.cursor/hooks/task-skill-nudge.sh +71 -0
- package/.cursor/hooks/task-slash-guard.sh +31 -0
- package/.cursor/hooks.json +13 -0
- package/.cursor/modules/account-management/MODULE.md +41 -0
- package/.cursor/modules/buttons/MODULE.md +47 -0
- package/.cursor/modules/cards/MODULE.md +55 -0
- package/.cursor/modules/charts/MODULE.md +40 -0
- package/.cursor/modules/common/MODULE.md +36 -0
- package/.cursor/modules/contact-auth/MODULE.md +19 -0
- package/.cursor/modules/data-display/MODULE.md +42 -0
- package/.cursor/modules/feedback/MODULE.md +38 -0
- package/.cursor/modules/form/MODULE.md +13 -0
- package/.cursor/modules/inputs-basic/MODULE.md +42 -0
- package/.cursor/modules/inputs-date-file/MODULE.md +67 -0
- package/.cursor/modules/inputs-select/MODULE.md +89 -0
- package/.cursor/modules/inputs-toggle/MODULE.md +24 -0
- package/.cursor/modules/kanban/MODULE.md +22 -0
- package/.cursor/modules/layout-navigation/MODULE.md +319 -0
- package/.cursor/modules/overlays/MODULE.md +82 -0
- package/.cursor/modules/playground/MODULE.md +28 -0
- package/.cursor/modules/table/MODULE.md +84 -0
- package/.cursor/modules/theme/MODULE.md +431 -0
- package/.cursor/modules/types-exports/MODULE.md +17 -0
- package/.cursor/modules/utility-ui/MODULE.md +50 -0
- package/.cursor/modules/utils-hooks/MODULE.md +35 -0
- package/.cursor/pixelize-task-statusline.sh +64 -0
- package/.cursor/plans/blocked/.gitkeep +0 -0
- package/.cursor/plans/current.md +12 -0
- package/.cursor/plans/current.theme-tokens-dark-mode.md +77 -0
- package/.cursor/plans/current.theme-tokens-dark.md +155 -0
- package/.cursor/plans/done/.gitkeep +0 -0
- package/.cursor/rules +31 -0
- package/.cursor/skills/task/SKILL.md +167 -0
- package/CLAUDE.md +148 -0
- package/README.md +77 -10
- package/__mocks__/styleMock.js +8 -0
- package/coverage/clover.xml +405 -0
- package/coverage/coverage-final.json +16 -0
- package/coverage/coverage-summary.json +50 -0
- package/coverage/lcov-report/Button/Button.tsx.html +244 -0
- package/coverage/lcov-report/Button/index.html +116 -0
- package/coverage/lcov-report/Checkbox/Checkbox.tsx.html +433 -0
- package/coverage/lcov-report/Checkbox/index.html +116 -0
- package/coverage/lcov-report/Common/ErrorMessage.tsx.html +148 -0
- package/coverage/lcov-report/Common/FormLabel.tsx.html +331 -0
- package/coverage/lcov-report/Common/HelperText.tsx.html +124 -0
- package/coverage/lcov-report/Common/index.html +146 -0
- package/coverage/lcov-report/Components/Button/Button.tsx.html +244 -0
- package/coverage/lcov-report/Components/Button/index.html +116 -0
- package/coverage/lcov-report/Components/Checkbox/Checkbox.tsx.html +433 -0
- package/coverage/lcov-report/Components/Checkbox/index.html +116 -0
- package/coverage/lcov-report/Components/Common/ErrorMessage.tsx.html +148 -0
- package/coverage/lcov-report/Components/Common/FormLabel.tsx.html +331 -0
- package/coverage/lcov-report/Components/Common/HelperText.tsx.html +124 -0
- package/coverage/lcov-report/Components/Common/index.html +146 -0
- package/coverage/lcov-report/Components/CustomModulesTable/CustomModulesTable.tsx.html +712 -0
- package/coverage/lcov-report/Components/CustomModulesTable/DeleteModuleModal.tsx.html +343 -0
- package/coverage/lcov-report/Components/CustomModulesTable/EditModuleModal.tsx.html +313 -0
- package/coverage/lcov-report/Components/CustomModulesTable/index.html +146 -0
- package/coverage/lcov-report/Components/Divider/Divider.tsx.html +133 -0
- package/coverage/lcov-report/Components/Divider/index.html +116 -0
- package/coverage/lcov-report/Components/Dropdown/DropDown.tsx.html +994 -0
- package/coverage/lcov-report/Components/Dropdown/index.html +116 -0
- package/coverage/lcov-report/Components/EmptyState/EmptyState.tsx.html +466 -0
- package/coverage/lcov-report/Components/EmptyState/index.html +116 -0
- package/coverage/lcov-report/Components/Header/HeaderActions.tsx.html +373 -0
- package/coverage/lcov-report/Components/Header/index.html +116 -0
- package/coverage/lcov-report/Components/Input/TextInput.tsx.html +487 -0
- package/coverage/lcov-report/Components/Input/index.html +116 -0
- package/coverage/lcov-report/Components/Input/textInputIconSize.ts.html +205 -0
- package/coverage/lcov-report/Components/KanbanBoard/AccountCard.tsx.html +547 -0
- package/coverage/lcov-report/Components/KanbanBoard/AccountRow.tsx.html +190 -0
- package/coverage/lcov-report/Components/KanbanBoard/KanbanActions/KanbanActions.tsx.html +247 -0
- package/coverage/lcov-report/Components/KanbanBoard/KanbanActions/index.html +116 -0
- package/coverage/lcov-report/Components/KanbanBoard/KanbanBoard.tsx.html +3598 -0
- package/coverage/lcov-report/Components/KanbanBoard/MeasuredItem.tsx.html +283 -0
- package/coverage/lcov-report/Components/KanbanBoard/index.html +161 -0
- package/coverage/lcov-report/Components/OrganizationDetails/CreateOrgModal.tsx.html +511 -0
- package/coverage/lcov-report/Components/OrganizationDetails/DeleteOrgModal.tsx.html +334 -0
- package/coverage/lcov-report/Components/OrganizationDetails/OrganizationDetails.tsx.html +1519 -0
- package/coverage/lcov-report/Components/OrganizationDetails/index.html +146 -0
- package/coverage/lcov-report/Components/RolesPermission/DeleteRoleModal.tsx.html +328 -0
- package/coverage/lcov-report/Components/RolesPermission/RolesPermission.tsx.html +1732 -0
- package/coverage/lcov-report/Components/RolesPermission/index.html +131 -0
- package/coverage/lcov-report/Components/SearchSelect/SearchSelect.tsx.html +2575 -0
- package/coverage/lcov-report/Components/SearchSelect/SelectTruncatedLabel.tsx.html +202 -0
- package/coverage/lcov-report/Components/SearchSelect/index.html +146 -0
- package/coverage/lcov-report/Components/SearchSelect/searchSelectSize.ts.html +496 -0
- package/coverage/lcov-report/Components/Select/Select.tsx.html +361 -0
- package/coverage/lcov-report/Components/Select/index.html +116 -0
- package/coverage/lcov-report/Components/SideBar/components/OtherApps.tsx.html +562 -0
- package/coverage/lcov-report/Components/SideBar/components/OverflowTooltipText.tsx.html +346 -0
- package/coverage/lcov-report/Components/SideBar/components/index.html +116 -0
- package/coverage/lcov-report/Components/SignInActivityTable/SignInActivityTable.tsx.html +490 -0
- package/coverage/lcov-report/Components/SignInActivityTable/index.html +116 -0
- package/coverage/lcov-report/Components/Table/components/TableActions.tsx.html +595 -0
- package/coverage/lcov-report/Components/Table/components/TableBody.tsx.html +2212 -0
- package/coverage/lcov-report/Components/Table/components/TableGroupRow.tsx.html +358 -0
- package/coverage/lcov-report/Components/Table/components/TableLoading.tsx.html +358 -0
- package/coverage/lcov-report/Components/Table/components/index.html +161 -0
- package/coverage/lcov-report/Components/Table/settings/ManageColumns.tsx.html +856 -0
- package/coverage/lcov-report/Components/Table/settings/index.html +116 -0
- package/coverage/lcov-report/Components/Tag/Tag.styles.tsx.html +331 -0
- package/coverage/lcov-report/Components/Tag/Tag.tsx.html +256 -0
- package/coverage/lcov-report/Components/Tag/index.html +131 -0
- package/coverage/lcov-report/Components/ToolTip/ToolTip.tsx.html +286 -0
- package/coverage/lcov-report/Components/ToolTip/index.html +116 -0
- package/coverage/lcov-report/Components/UserDetails/AddUserModal.tsx.html +709 -0
- package/coverage/lcov-report/Components/UserDetails/ChangeRoleModal.tsx.html +505 -0
- package/coverage/lcov-report/Components/UserDetails/DeactivateConfirmModal.tsx.html +379 -0
- package/coverage/lcov-report/Components/UserDetails/UserDetails.tsx.html +1900 -0
- package/coverage/lcov-report/Components/UserDetails/index.html +161 -0
- package/coverage/lcov-report/EmptyState/EmptyState.tsx.html +466 -0
- package/coverage/lcov-report/EmptyState/index.html +116 -0
- package/coverage/lcov-report/Hooks/index.html +116 -0
- package/coverage/lcov-report/Hooks/usePreferences.ts.html +421 -0
- package/coverage/lcov-report/Input/TextInput.tsx.html +487 -0
- package/coverage/lcov-report/Input/index.html +131 -0
- package/coverage/lcov-report/Input/textInputIconSize.ts.html +205 -0
- package/coverage/lcov-report/KanbanBoard.tsx.html +3481 -0
- package/coverage/lcov-report/OrganizationDetails/CreateOrgModal.tsx.html +511 -0
- package/coverage/lcov-report/OrganizationDetails/DeleteOrgModal.tsx.html +334 -0
- package/coverage/lcov-report/OrganizationDetails/OrganizationDetails.tsx.html +1519 -0
- package/coverage/lcov-report/OrganizationDetails/index.html +146 -0
- package/coverage/lcov-report/RolesPermission/DeleteRoleModal.tsx.html +328 -0
- package/coverage/lcov-report/RolesPermission/RolesPermission.tsx.html +1732 -0
- package/coverage/lcov-report/RolesPermission/index.html +116 -0
- package/coverage/lcov-report/SearchSelect/SearchSelect.tsx.html +2575 -0
- package/coverage/lcov-report/SearchSelect/SelectTruncatedLabel.tsx.html +202 -0
- package/coverage/lcov-report/SearchSelect/index.html +146 -0
- package/coverage/lcov-report/SearchSelect/searchSelectSize.ts.html +496 -0
- package/coverage/lcov-report/Table/CompactSelect.tsx.html +379 -0
- package/coverage/lcov-report/Table/Components/ActiveFilters.tsx.html +514 -0
- package/coverage/lcov-report/Table/Components/HeaderActions.tsx.html +373 -0
- package/coverage/lcov-report/Table/Components/Pagination.tsx.html +574 -0
- package/coverage/lcov-report/Table/Components/TableActions.tsx.html +574 -0
- package/coverage/lcov-report/Table/Components/TableBody.tsx.html +1027 -0
- package/coverage/lcov-report/Table/Components/TableFilters.tsx.html +397 -0
- package/coverage/lcov-report/Table/Components/TableHeader.tsx.html +1060 -0
- package/coverage/lcov-report/Table/Components/TableLoading.tsx.html +361 -0
- package/coverage/lcov-report/Table/Components/TableSearch.tsx.html +337 -0
- package/coverage/lcov-report/Table/Components/index.html +266 -0
- package/coverage/lcov-report/Table/Components/useDebounce.ts.html +178 -0
- package/coverage/lcov-report/Table/Components/useTable.ts.html +778 -0
- package/coverage/lcov-report/Table/LeftFilterPane.tsx.html +1810 -0
- package/coverage/lcov-report/Table/SelectOperationControls.tsx.html +178 -0
- package/coverage/lcov-report/Table/Table.tsx.html +1567 -0
- package/coverage/lcov-report/Table/TableProps.tsx.html +658 -0
- package/coverage/lcov-report/Table/TableSettings/ManageColumns.tsx.html +619 -0
- package/coverage/lcov-report/Table/TableSettings/TableFilters.tsx.html +229 -0
- package/coverage/lcov-report/Table/TableSettings/TableSettings.tsx.html +532 -0
- package/coverage/lcov-report/Table/TableSettings/index.html +146 -0
- package/coverage/lcov-report/Table/TableToDo.tsx.html +973 -0
- package/coverage/lcov-report/Table/TextOperationControls.tsx.html +271 -0
- package/coverage/lcov-report/Table/filterTypes.ts.html +97 -0
- package/coverage/lcov-report/Table/index.html +176 -0
- package/coverage/lcov-report/Table/settings/ManageColumns.tsx.html +856 -0
- package/coverage/lcov-report/Table/settings/index.html +116 -0
- package/coverage/lcov-report/Tag/Tag.tsx.html +256 -0
- package/coverage/lcov-report/Tag/index.html +116 -0
- package/coverage/lcov-report/Theme/buildBrandTokens.ts.html +175 -0
- package/coverage/lcov-report/Theme/chartColorsFromTheme.ts.html +214 -0
- package/coverage/lcov-report/Theme/index.html +131 -0
- package/coverage/lcov-report/Theme/useCustomTheme.ts.html +100 -0
- package/coverage/lcov-report/ToolTip/ToolTip.tsx.html +286 -0
- package/coverage/lcov-report/ToolTip/index.html +116 -0
- package/coverage/lcov-report/UserDetails/AddUserModal.tsx.html +709 -0
- package/coverage/lcov-report/UserDetails/ChangeRoleModal.tsx.html +505 -0
- package/coverage/lcov-report/UserDetails/index.html +116 -0
- package/coverage/lcov-report/Utils/functions.ts.html +106 -0
- package/coverage/lcov-report/Utils/index.html +116 -0
- package/coverage/lcov-report/Utils/table.ts.html +1189 -0
- package/coverage/lcov-report/base.css +224 -0
- package/coverage/lcov-report/block-navigation.js +87 -0
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +251 -0
- package/coverage/lcov-report/prettify.css +1 -0
- package/coverage/lcov-report/prettify.js +2 -0
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +210 -0
- package/coverage/lcov.info +981 -0
- package/dist/App.d.ts +4 -0
- package/dist/App.d.ts.map +1 -1
- package/dist/App.js +95 -0
- package/dist/Assets/defaultLogo.d.ts.map +1 -1
- package/dist/Assets/defaultLogo.js +1 -3
- package/dist/Assets/defaultLogo.tsx +26 -0
- package/dist/Components/Accordion/Accordion.d.ts.map +1 -1
- package/dist/Components/Accordion/Accordion.js +15 -12
- package/dist/Components/Accordion/accordionColors.d.ts +6 -0
- package/dist/Components/Accordion/accordionColors.d.ts.map +1 -0
- package/dist/Components/Accordion/accordionColors.js +20 -0
- package/dist/Components/AlertDialog/AlertDialog.d.ts.map +1 -1
- package/dist/Components/AlertDialog/AlertDialog.js +4 -1
- package/dist/Components/Apexcharts/ApexBarChart/ApexBarChart.d.ts.map +1 -1
- package/dist/Components/Apexcharts/ApexBarChart/ApexBarChart.js +5 -1
- package/dist/Components/Apexcharts/ApexLineChart/ApexLineChart.d.ts.map +1 -1
- package/dist/Components/Apexcharts/ApexLineChart/ApexLineChart.js +6 -4
- package/dist/Components/Apexcharts/ApexPieChart/ApexPieChart.d.ts.map +1 -1
- package/dist/Components/Apexcharts/ApexPieChart/ApexPieChart.js +5 -1
- package/dist/Components/Apexcharts/ApexPolarCharts/ApexPolarCharts.d.ts.map +1 -1
- package/dist/Components/Apexcharts/ApexPolarCharts/ApexPolarCharts.js +5 -1
- package/dist/Components/Button/Button.styles.d.ts.map +1 -1
- package/dist/Components/Button/Button.styles.js +100 -47
- package/dist/Components/ButtonGroupIcon/ButtonGroupIcon.d.ts.map +1 -1
- package/dist/Components/ButtonGroupIcon/ButtonGroupIcon.js +11 -3
- package/dist/Components/Card/PaymentCard/PaymentCard.d.ts.map +1 -1
- package/dist/Components/Card/PaymentCard/PaymentCard.js +17 -12
- package/dist/Components/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/Components/Checkbox/Checkbox.js +2 -1
- package/dist/Components/Common/ErrorComponent.d.ts.map +1 -1
- package/dist/Components/Common/ErrorComponent.js +7 -3
- package/dist/Components/Common/ErrorMessage.d.ts.map +1 -1
- package/dist/Components/Common/ErrorMessage.js +7 -1
- package/dist/Components/Common/FormLabel.d.ts.map +1 -1
- package/dist/Components/Common/FormLabel.js +7 -1
- package/dist/Components/Common/Label.d.ts.map +1 -1
- package/dist/Components/Common/Label.js +4 -2
- package/dist/Components/Common/fieldStyles.d.ts.map +1 -1
- package/dist/Components/Common/fieldStyles.js +3 -1
- package/dist/Components/CopyButton/CopyButton.d.ts.map +1 -1
- package/dist/Components/CopyButton/CopyButton.js +14 -6
- package/dist/Components/CustomModulesTable/CustomModulesTable.d.ts.map +1 -1
- package/dist/Components/CustomModulesTable/CustomModulesTable.js +9 -6
- package/dist/Components/CustomModulesTable/DeleteModuleModal.d.ts.map +1 -1
- package/dist/Components/CustomModulesTable/DeleteModuleModal.js +2 -2
- package/dist/Components/CustomModulesTable/EditModuleModal.d.ts.map +1 -1
- package/dist/Components/CustomModulesTable/EditModuleModal.js +2 -2
- package/dist/Components/DatePicker/CalendarPanel.d.ts.map +1 -1
- package/dist/Components/DatePicker/CalendarPanel.js +13 -4
- package/dist/Components/DatePicker/DatePicker.js +1 -1
- package/dist/Components/DatePicker/RangeDatePicker.d.ts.map +1 -1
- package/dist/Components/DatePicker/RangeDatePicker.js +1 -1
- package/dist/Components/DatePicker/SingleDatePicker.d.ts.map +1 -1
- package/dist/Components/DatePicker/SingleDatePicker.js +11 -9
- package/dist/Components/DatePicker/TimeOnlyPicker.d.ts.map +1 -1
- package/dist/Components/DatePicker/TimeOnlyPicker.js +5 -3
- package/dist/Components/DatePicker/TimePicker.d.ts.map +1 -1
- package/dist/Components/DatePicker/TimePicker.js +14 -2
- package/dist/Components/DatePicker/TimePickerInput.d.ts.map +1 -1
- package/dist/Components/DatePicker/TimePickerInput.js +9 -1
- package/dist/Components/Drawer/Drawer.d.ts.map +1 -1
- package/dist/Components/Drawer/Drawer.js +4 -1
- package/dist/Components/Dropdown/DropDown.js +5 -5
- package/dist/Components/Editor/Editor.d.ts.map +1 -1
- package/dist/Components/Editor/Editor.js +32 -2
- package/dist/Components/Editor/joditThemeVars.d.ts +21 -0
- package/dist/Components/Editor/joditThemeVars.d.ts.map +1 -0
- package/dist/Components/Editor/joditThemeVars.js +70 -0
- package/dist/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtp.d.ts.map +1 -1
- package/dist/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtp.js +5 -1
- package/dist/Components/EmptyState/EmptyState.js +3 -3
- package/dist/Components/FieldSelectModal/FieldSelectModal.d.ts.map +1 -1
- package/dist/Components/FieldSelectModal/FieldSelectModal.js +4 -2
- package/dist/Components/FilePreview/FilePreview.d.ts.map +1 -1
- package/dist/Components/FilePreview/FilePreview.js +7 -1
- package/dist/Components/FileUpload/FileUpload.js +4 -4
- package/dist/Components/FileUploader/FileUploader.d.ts.map +1 -1
- package/dist/Components/FileUploader/FileUploader.js +7 -2
- package/dist/Components/FilterSidebar/FilterSidebar.d.ts.map +1 -1
- package/dist/Components/FilterSidebar/FilterSidebar.js +166 -142
- package/dist/Components/FilterSidebar/filterHoverStyle.d.ts +12 -0
- package/dist/Components/FilterSidebar/filterHoverStyle.d.ts.map +1 -0
- package/dist/Components/FilterSidebar/filterHoverStyle.js +14 -0
- package/dist/Components/Form/FormWrapper.js +2 -2
- package/dist/Components/Header/Header.d.ts +17 -0
- package/dist/Components/Header/Header.d.ts.map +1 -1
- package/dist/Components/Header/Header.js +34 -6
- package/dist/Components/Header/HeaderActions.d.ts.map +1 -1
- package/dist/Components/Header/HeaderActions.js +3 -2
- package/dist/Components/Header/components/desktopMenu.d.ts.map +1 -1
- package/dist/Components/Header/components/desktopMenu.js +21 -5
- package/dist/Components/Input/Input/Input.d.ts.map +1 -1
- package/dist/Components/Input/Input/Input.js +6 -2
- package/dist/Components/Input/Switch/InputSwitch.d.ts.map +1 -1
- package/dist/Components/Input/Switch/InputSwitch.js +4 -2
- package/dist/Components/Input/TextInput.styles.d.ts.map +1 -1
- package/dist/Components/Input/TextInput.styles.js +6 -1
- package/dist/Components/InputTextArea/InputTextArea.style.d.ts.map +1 -1
- package/dist/Components/InputTextArea/InputTextArea.style.js +4 -1
- package/dist/Components/KanbanBoard/AccountCard.js +4 -4
- package/dist/Components/LazyWrapper/LazyWrapper.js +1 -2
- package/dist/Components/Modal/Modal.d.ts.map +1 -1
- package/dist/Components/Modal/Modal.js +4 -1
- package/dist/Components/MoreItems/MoreItems.d.ts.map +1 -1
- package/dist/Components/MoreItems/MoreItems.js +10 -4
- package/dist/Components/MultiSelect/MultiSelect.d.ts.map +1 -1
- package/dist/Components/MultiSelect/MultiSelect.js +5 -2
- package/dist/Components/NavigationBar/NavigationBar.d.ts.map +1 -1
- package/dist/Components/NavigationBar/NavigationBar.js +8 -2
- package/dist/Components/NoteTextArea/NoteTextArea.d.ts.map +1 -1
- package/dist/Components/NoteTextArea/NoteTextArea.js +5 -2
- package/dist/Components/Notification/Notification.d.ts.map +1 -1
- package/dist/Components/Notification/Notification.js +9 -5
- package/dist/Components/NumberInput/NumberInput.styles.d.ts.map +1 -1
- package/dist/Components/NumberInput/NumberInput.styles.js +4 -1
- package/dist/Components/OrgSwitcher/OrgSwitcher.d.ts.map +1 -1
- package/dist/Components/OrgSwitcher/OrgSwitcher.js +14 -7
- package/dist/Components/OrganizationDetails/CreateOrgModal.d.ts.map +1 -1
- package/dist/Components/OrganizationDetails/CreateOrgModal.js +1 -1
- package/dist/Components/OrganizationDetails/DeleteOrgModal.js +2 -2
- package/dist/Components/OrganizationDetails/OrganizationDetails.js +11 -11
- package/dist/Components/PdfViewer/PdfViewer.js +1 -2
- package/dist/Components/PinInput/PinInput.d.ts.map +1 -1
- package/dist/Components/PinInput/PinInput.js +5 -1
- package/dist/Components/PinInputs/PinInputs.d.ts.map +1 -1
- package/dist/Components/PinInputs/PinInputs.js +3 -1
- package/dist/Components/ProductCard/ProductCard.js +1 -1
- package/dist/Components/ProductCard/ProductPrice.d.ts.map +1 -1
- package/dist/Components/ProductCard/ProductPrice.js +7 -4
- package/dist/Components/ProductCard/ProductReview.d.ts.map +1 -1
- package/dist/Components/ProductCard/ProductReview.js +7 -3
- package/dist/Components/ProductCard/ProductTags.js +1 -1
- package/dist/Components/ProductDetails/ProductDtlPrice.d.ts.map +1 -1
- package/dist/Components/ProductDetails/ProductDtlPrice.js +4 -1
- package/dist/Components/ProductDetails/ProductImageSlider.js +4 -4
- package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewer.d.ts.map +1 -1
- package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewer.js +10 -7
- package/dist/Components/Reorder/Reorder.js +2 -1
- package/dist/Components/RolesPermission/DeleteRoleModal.d.ts.map +1 -1
- package/dist/Components/RolesPermission/DeleteRoleModal.js +4 -2
- package/dist/Components/RolesPermission/RolesPermission.js +6 -6
- package/dist/Components/SearchSelect/SearchSelect.d.ts.map +1 -1
- package/dist/Components/SearchSelect/SearchSelect.js +4 -4
- package/dist/Components/Select/Select.styles.d.ts.map +1 -1
- package/dist/Components/Select/Select.styles.js +4 -1
- package/dist/Components/SelectSearch/SelectSearch.d.ts.map +1 -1
- package/dist/Components/SelectSearch/SelectSearch.js +5 -3
- package/dist/Components/SelectV2/SelectV2.d.ts +3 -0
- package/dist/Components/SelectV2/SelectV2.d.ts.map +1 -0
- package/dist/Components/SelectV2/SelectV2.js +185 -0
- package/dist/Components/SelectV2/SelectV2Props.d.ts +67 -0
- package/dist/Components/SelectV2/SelectV2Props.d.ts.map +1 -0
- package/dist/Components/SelectV2/SelectV2Props.js +2 -0
- package/dist/Components/SideBar/SecondaryBar.d.ts.map +1 -1
- package/dist/Components/SideBar/SecondaryBar.js +14 -3
- package/dist/Components/SideBar/SideBar.d.ts.map +1 -1
- package/dist/Components/SideBar/SideBar.js +19 -5
- package/dist/Components/SideBar/components/MenuItemBox.d.ts.map +1 -1
- package/dist/Components/SideBar/components/MenuItemBox.js +13 -9
- package/dist/Components/SideBar/components/MenuPopoverContent.d.ts.map +1 -1
- package/dist/Components/SideBar/components/MenuPopoverContent.js +7 -2
- package/dist/Components/SideBar/sidebarAccentColors.d.ts +21 -0
- package/dist/Components/SideBar/sidebarAccentColors.d.ts.map +1 -0
- package/dist/Components/SideBar/sidebarAccentColors.js +36 -0
- package/dist/Components/SignInActivityTable/SignInActivityTable.d.ts.map +1 -1
- package/dist/Components/SignInActivityTable/SignInActivityTable.js +7 -6
- package/dist/Components/StageProgress/StageProgress.d.ts.map +1 -1
- package/dist/Components/StageProgress/StageProgress.js +9 -4
- package/dist/Components/StageProgress/StageProgressProps.d.ts.map +1 -1
- package/dist/Components/StageProgress/StageProgressProps.js +13 -4
- package/dist/Components/StageProgress/StepperStage.js +1 -1
- package/dist/Components/Switch/Switch.d.ts.map +1 -1
- package/dist/Components/Switch/Switch.js +5 -3
- package/dist/Components/Table/Table.d.ts.map +1 -1
- package/dist/Components/Table/Table.js +9 -9
- package/dist/Components/Table/TableProps.d.ts +1 -0
- package/dist/Components/Table/TableProps.d.ts.map +1 -1
- package/dist/Components/Table/components/HeaderActions.d.ts.map +1 -1
- package/dist/Components/Table/components/HeaderActions.js +2 -1
- package/dist/Components/Table/components/TableActions.js +1 -1
- package/dist/Components/Table/components/TableBody.d.ts.map +1 -1
- package/dist/Components/Table/components/TableBody.js +21 -15
- package/dist/Components/Table/components/TableHeader.d.ts.map +1 -1
- package/dist/Components/Table/components/TableHeader.js +7 -4
- package/dist/Components/Table/components/tableRowHoverStyle.d.ts +13 -0
- package/dist/Components/Table/components/tableRowHoverStyle.d.ts.map +1 -0
- package/dist/Components/Table/components/tableRowHoverStyle.js +26 -0
- package/dist/Components/Table/filters/CompactSelect.d.ts.map +1 -1
- package/dist/Components/Table/filters/CompactSelect.js +4 -1
- package/dist/Components/Table/filters/LeftFilterPane.d.ts.map +1 -1
- package/dist/Components/Table/filters/LeftFilterPane.js +5 -4
- package/dist/Components/Tag/Tag.styles.d.ts.map +1 -1
- package/dist/Components/Tag/Tag.styles.js +21 -8
- package/dist/Components/Timeline/Timeline.d.ts.map +1 -1
- package/dist/Components/Timeline/Timeline.js +18 -17
- package/dist/Components/Toaster/Toaster.d.ts.map +1 -1
- package/dist/Components/Toaster/Toaster.js +8 -5
- package/dist/Components/Toggle/TableToggle.js +2 -2
- package/dist/Components/ToolTip/ToolTip.d.ts.map +1 -1
- package/dist/Components/ToolTip/ToolTip.js +14 -2
- package/dist/Components/Trail/EditableCell.js +1 -1
- package/dist/Components/UpgradeButton/UpgradeButton.d.ts.map +1 -1
- package/dist/Components/UpgradeButton/UpgradeButton.js +9 -4
- package/dist/Components/UserDetails/AddUserModal.d.ts.map +1 -1
- package/dist/Components/UserDetails/AddUserModal.js +1 -1
- package/dist/Components/UserDetails/ChangeRoleModal.js +2 -2
- package/dist/Components/UserDetails/DeactivateConfirmModal.d.ts.map +1 -1
- package/dist/Components/UserDetails/DeactivateConfirmModal.js +5 -2
- package/dist/Components/UserDetails/UserDetails.d.ts.map +1 -1
- package/dist/Components/UserDetails/UserDetails.js +15 -8
- package/dist/Components/WorkspaceWindow/WorkspaceTrayPreview.d.ts.map +1 -1
- package/dist/Components/WorkspaceWindow/WorkspaceTrayPreview.js +4 -1
- package/dist/Components/WorkspaceWindow/WorkspaceWindow.d.ts +2 -2
- package/dist/Components/WorkspaceWindow/WorkspaceWindow.d.ts.map +1 -1
- package/dist/Components/WorkspaceWindow/WorkspaceWindow.js +29 -4
- package/dist/Components/WorkspaceWindow/WorkspaceWindowProps.d.ts +18 -0
- package/dist/Components/WorkspaceWindow/WorkspaceWindowProps.d.ts.map +1 -1
- package/dist/Layout.d.ts +3 -0
- package/dist/Layout.js +286 -0
- package/dist/Pages/TInput.d.ts +3 -0
- package/dist/Pages/TInput.d.ts.map +1 -0
- package/dist/Pages/TInput.js +20 -0
- package/dist/Pages/accordion.d.ts +3 -0
- package/dist/Pages/accordion.d.ts.map +1 -0
- package/dist/Pages/accordion.js +21 -0
- package/dist/Pages/alertdialog.d.ts +3 -0
- package/dist/Pages/alertdialog.d.ts.map +1 -0
- package/dist/Pages/alertdialog.js +53 -0
- package/dist/Pages/button.d.ts +3 -0
- package/dist/Pages/button.d.ts.map +1 -0
- package/dist/Pages/button.js +32 -0
- package/dist/Pages/card.d.ts +3 -0
- package/dist/Pages/card.d.ts.map +1 -0
- package/dist/Pages/card.js +102 -0
- package/dist/Pages/chart.d.ts +4 -0
- package/dist/Pages/chart.d.ts.map +1 -0
- package/dist/Pages/chart.js +25 -0
- package/dist/Pages/checkbox.d.ts +3 -0
- package/dist/Pages/checkbox.d.ts.map +1 -0
- package/dist/Pages/checkbox.js +11 -0
- package/dist/Pages/contactForm.d.ts +3 -0
- package/dist/Pages/contactForm.d.ts.map +1 -0
- package/dist/Pages/contactForm.js +15 -0
- package/dist/Pages/customModulesTable.d.ts +4 -0
- package/dist/Pages/customModulesTable.d.ts.map +1 -0
- package/dist/Pages/customModulesTable.js +25 -0
- package/dist/Pages/datePick.d.ts +3 -0
- package/dist/Pages/datePick.d.ts.map +1 -0
- package/dist/Pages/datePick.js +49 -0
- package/dist/Pages/drawer.d.ts +3 -0
- package/dist/Pages/drawer.d.ts.map +1 -0
- package/dist/Pages/drawer.js +53 -0
- package/dist/Pages/dropdown.d.ts +3 -0
- package/dist/Pages/dropdown.d.ts.map +1 -0
- package/dist/Pages/dropdown.js +21 -0
- package/dist/Pages/editor.d.ts +3 -0
- package/dist/Pages/editor.d.ts.map +1 -0
- package/dist/Pages/editor.js +13 -0
- package/dist/Pages/feedback.d.ts +2 -0
- package/dist/Pages/feedback.d.ts.map +1 -0
- package/dist/Pages/feedback.js +12 -0
- package/dist/Pages/fileUpload.d.ts +2 -0
- package/dist/Pages/fileUpload.d.ts.map +1 -0
- package/dist/Pages/fileUpload.js +36 -0
- package/dist/Pages/input.d.ts +3 -0
- package/dist/Pages/input.d.ts.map +1 -0
- package/dist/Pages/input.js +48 -0
- package/dist/Pages/kanbanboard.d.ts +3 -0
- package/dist/Pages/kanbanboard.d.ts.map +1 -0
- package/dist/Pages/kanbanboard.js +182 -0
- package/dist/Pages/modal.d.ts +3 -0
- package/dist/Pages/modal.d.ts.map +1 -0
- package/dist/Pages/modal.js +61 -0
- package/dist/Pages/multiSelect.d.ts +3 -0
- package/dist/Pages/multiSelect.d.ts.map +1 -0
- package/dist/Pages/multiSelect.js +22 -0
- package/dist/Pages/noteArea.d.ts +3 -0
- package/dist/Pages/noteArea.d.ts.map +1 -0
- package/dist/Pages/noteArea.js +26 -0
- package/dist/Pages/notification.d.ts +3 -0
- package/dist/Pages/notification.d.ts.map +1 -0
- package/dist/Pages/notification.js +37 -0
- package/dist/Pages/numberInput.d.ts +3 -0
- package/dist/Pages/numberInput.d.ts.map +1 -0
- package/dist/Pages/numberInput.js +16 -0
- package/dist/Pages/orgSwitcher.d.ts +4 -0
- package/dist/Pages/orgSwitcher.d.ts.map +1 -0
- package/dist/Pages/orgSwitcher.js +36 -0
- package/dist/Pages/organizationDetails.d.ts +4 -0
- package/dist/Pages/organizationDetails.d.ts.map +1 -0
- package/dist/Pages/organizationDetails.js +64 -0
- package/dist/Pages/photoViewer.d.ts +3 -0
- package/dist/Pages/photoViewer.d.ts.map +1 -0
- package/dist/Pages/photoViewer.js +12 -0
- package/dist/Pages/pinInputs.d.ts +3 -0
- package/dist/Pages/pinInputs.d.ts.map +1 -0
- package/dist/Pages/pinInputs.js +11 -0
- package/dist/Pages/productCaard.d.ts +3 -0
- package/dist/Pages/productCaard.d.ts.map +1 -0
- package/dist/Pages/productCaard.js +311 -0
- package/dist/Pages/productDetailCard.d.ts +3 -0
- package/dist/Pages/productDetailCard.d.ts.map +1 -0
- package/dist/Pages/productDetailCard.js +78 -0
- package/dist/Pages/productFilter.d.ts +3 -0
- package/dist/Pages/productFilter.d.ts.map +1 -0
- package/dist/Pages/productFilter.js +148 -0
- package/dist/Pages/progressbar.d.ts +3 -0
- package/dist/Pages/progressbar.d.ts.map +1 -0
- package/dist/Pages/progressbar.js +11 -0
- package/dist/Pages/radioButton.d.ts +3 -0
- package/dist/Pages/radioButton.d.ts.map +1 -0
- package/dist/Pages/radioButton.js +18 -0
- package/dist/Pages/rolesPermission.d.ts +4 -0
- package/dist/Pages/rolesPermission.d.ts.map +1 -0
- package/dist/Pages/rolesPermission.js +144 -0
- package/dist/Pages/search.d.ts +3 -0
- package/dist/Pages/search.d.ts.map +1 -0
- package/dist/Pages/search.js +21 -0
- package/dist/Pages/searchSelect.d.ts +3 -0
- package/dist/Pages/searchSelect.d.ts.map +1 -0
- package/dist/Pages/searchSelect.js +97 -0
- package/dist/Pages/select.d.ts +3 -0
- package/dist/Pages/select.d.ts.map +1 -0
- package/dist/Pages/select.js +20 -0
- package/dist/Pages/selectSearch.d.ts +3 -0
- package/dist/Pages/selectSearch.d.ts.map +1 -0
- package/dist/Pages/selectSearch.js +58 -0
- package/dist/Pages/signInActivityTable.d.ts +4 -0
- package/dist/Pages/signInActivityTable.d.ts.map +1 -0
- package/dist/Pages/signInActivityTable.js +17 -0
- package/dist/Pages/skeleton.d.ts +3 -0
- package/dist/Pages/skeleton.d.ts.map +1 -0
- package/dist/Pages/skeleton.js +12 -0
- package/dist/Pages/stageProgress.d.ts +4 -0
- package/dist/Pages/stageProgress.d.ts.map +1 -0
- package/dist/Pages/stageProgress.js +31 -0
- package/dist/Pages/switch.d.ts +3 -0
- package/dist/Pages/switch.d.ts.map +1 -0
- package/dist/Pages/switch.js +17 -0
- package/dist/Pages/table.d.ts +3 -0
- package/dist/Pages/table.d.ts.map +1 -0
- package/dist/Pages/table.js +182 -0
- package/dist/Pages/tag.d.ts +3 -0
- package/dist/Pages/tag.d.ts.map +1 -0
- package/dist/Pages/tag.js +27 -0
- package/dist/Pages/textArea.d.ts +3 -0
- package/dist/Pages/textArea.d.ts.map +1 -0
- package/dist/Pages/textArea.js +14 -0
- package/dist/Pages/tier1.d.ts +4 -0
- package/dist/Pages/tier1.d.ts.map +1 -0
- package/dist/Pages/tier1.js +86 -0
- package/dist/Pages/timeline.d.ts +3 -0
- package/dist/Pages/timeline.d.ts.map +1 -0
- package/dist/Pages/timeline.js +73 -0
- package/dist/Pages/tooltip.d.ts +3 -0
- package/dist/Pages/tooltip.d.ts.map +1 -0
- package/dist/Pages/tooltip.js +11 -0
- package/dist/Pages/toster.d.ts +3 -0
- package/dist/Pages/toster.d.ts.map +1 -0
- package/dist/Pages/toster.js +53 -0
- package/dist/Pages/upgradeButton.d.ts +4 -0
- package/dist/Pages/upgradeButton.d.ts.map +1 -0
- package/dist/Pages/upgradeButton.js +17 -0
- package/dist/Pages/userDetails.d.ts +4 -0
- package/dist/Pages/userDetails.d.ts.map +1 -0
- package/dist/Pages/userDetails.js +79 -0
- package/dist/Pages/verifyEmail.d.ts +3 -0
- package/dist/Pages/verifyEmail.d.ts.map +1 -0
- package/dist/Pages/verifyEmail.js +17 -0
- package/dist/Theme/chakra/Avatar.styles.d.ts +33 -0
- package/dist/Theme/chakra/Avatar.styles.d.ts.map +1 -0
- package/dist/Theme/chakra/Avatar.styles.js +28 -0
- package/dist/Theme/chakra/Drawer.styles.d.ts +32 -0
- package/dist/Theme/chakra/Drawer.styles.d.ts.map +1 -0
- package/dist/Theme/chakra/Drawer.styles.js +26 -0
- package/dist/Theme/chakra/Menu.styles.d.ts +70 -0
- package/dist/Theme/chakra/Menu.styles.d.ts.map +1 -0
- package/dist/Theme/chakra/Menu.styles.js +50 -0
- package/dist/Theme/chakra/Modal.styles.d.ts +32 -0
- package/dist/Theme/chakra/Modal.styles.d.ts.map +1 -0
- package/dist/Theme/chakra/Modal.styles.js +26 -0
- package/dist/Theme/chakra/Popover.styles.d.ts +37 -0
- package/dist/Theme/chakra/Popover.styles.d.ts.map +1 -0
- package/dist/Theme/chakra/Popover.styles.js +30 -0
- package/dist/Theme/chakra/Slider.styles.d.ts +31 -0
- package/dist/Theme/chakra/Slider.styles.d.ts.map +1 -0
- package/dist/Theme/chakra/Slider.styles.js +25 -0
- package/dist/Theme/chakra/Switch.styles.d.ts +31 -0
- package/dist/Theme/chakra/Switch.styles.d.ts.map +1 -0
- package/dist/Theme/chakra/Switch.styles.js +24 -0
- package/dist/Theme/chakra/Tabs.styles.d.ts +43 -0
- package/dist/Theme/chakra/Tabs.styles.d.ts.map +1 -0
- package/dist/Theme/chakra/Tabs.styles.js +41 -0
- package/dist/Theme/chakra/common.web.d.ts +171 -0
- package/dist/Theme/chakra/common.web.d.ts.map +1 -0
- package/dist/Theme/chakra/common.web.js +21 -0
- package/dist/Theme/chakra/componentStyles.d.ts +240 -0
- package/dist/Theme/chakra/componentStyles.d.ts.map +1 -0
- package/dist/Theme/chakra/componentStyles.js +150 -0
- package/dist/Theme/chakra/createBrandTheme.d.ts +18 -0
- package/dist/Theme/chakra/createBrandTheme.d.ts.map +1 -0
- package/dist/Theme/chakra/createBrandTheme.js +78 -0
- package/dist/Theme/chakra/fonts.web.d.ts +42 -0
- package/dist/Theme/chakra/fonts.web.d.ts.map +1 -0
- package/dist/Theme/chakra/fonts.web.js +15 -0
- package/dist/Theme/index.d.ts +29 -8
- package/dist/Theme/index.d.ts.map +1 -1
- package/dist/Theme/index.js +54 -22
- package/dist/Theme/provider/PixelizeThemeProvider.d.ts +46 -0
- package/dist/Theme/provider/PixelizeThemeProvider.d.ts.map +1 -0
- package/dist/Theme/provider/PixelizeThemeProvider.js +124 -0
- package/dist/Theme/provider/ThemeSwitcher.d.ts +8 -0
- package/dist/Theme/provider/ThemeSwitcher.d.ts.map +1 -0
- package/dist/Theme/provider/ThemeSwitcher.js +111 -0
- package/dist/Theme/provider/colorModeStorage.d.ts +10 -0
- package/dist/Theme/provider/colorModeStorage.d.ts.map +1 -0
- package/dist/Theme/provider/colorModeStorage.js +106 -0
- package/dist/Theme/provider/index.d.ts +6 -0
- package/dist/Theme/provider/index.d.ts.map +1 -0
- package/dist/Theme/provider/index.js +9 -0
- package/dist/Theme/provider/useThemeMode.d.ts +3 -0
- package/dist/Theme/provider/useThemeMode.d.ts.map +1 -0
- package/dist/Theme/provider/useThemeMode.js +13 -0
- package/dist/Theme/themeProps.d.ts +10 -373
- package/dist/Theme/themeProps.d.ts.map +1 -1
- package/dist/Theme/tokens/brands/emerald/palette.dark.d.ts +7 -0
- package/dist/Theme/tokens/brands/emerald/palette.dark.d.ts.map +1 -0
- package/dist/Theme/tokens/brands/emerald/palette.dark.js +13 -0
- package/dist/Theme/tokens/brands/emerald/palette.light.d.ts +375 -0
- package/dist/Theme/tokens/brands/emerald/palette.light.d.ts.map +1 -0
- package/dist/Theme/tokens/brands/emerald/palette.light.js +135 -0
- package/dist/Theme/tokens/brands/index.d.ts +28 -0
- package/dist/Theme/tokens/brands/index.d.ts.map +1 -0
- package/dist/Theme/tokens/brands/index.js +93 -0
- package/dist/Theme/tokens/brands/lavender/palette.dark.d.ts +7 -0
- package/dist/Theme/tokens/brands/lavender/palette.dark.d.ts.map +1 -0
- package/dist/Theme/tokens/brands/lavender/palette.dark.js +13 -0
- package/dist/Theme/tokens/brands/lavender/palette.light.d.ts +375 -0
- package/dist/Theme/tokens/brands/lavender/palette.light.d.ts.map +1 -0
- package/dist/Theme/tokens/brands/lavender/palette.light.js +316 -0
- package/dist/Theme/tokens/brands/meadow/palette.dark.d.ts +7 -0
- package/dist/Theme/tokens/brands/meadow/palette.dark.d.ts.map +1 -0
- package/dist/Theme/tokens/brands/meadow/palette.dark.js +13 -0
- package/dist/Theme/tokens/brands/meadow/palette.light.d.ts +375 -0
- package/dist/Theme/tokens/brands/meadow/palette.light.d.ts.map +1 -0
- package/dist/Theme/tokens/brands/meadow/palette.light.js +133 -0
- package/dist/Theme/tokens/brands/radiant/palette.dark.d.ts +7 -0
- package/dist/Theme/tokens/brands/radiant/palette.dark.d.ts.map +1 -0
- package/dist/Theme/tokens/brands/radiant/palette.dark.js +13 -0
- package/dist/Theme/tokens/brands/radiant/palette.light.d.ts +375 -0
- package/dist/Theme/tokens/brands/radiant/palette.light.d.ts.map +1 -0
- package/dist/Theme/tokens/brands/radiant/palette.light.js +135 -0
- package/dist/Theme/tokens/brands/rosewood/palette.dark.d.ts +7 -0
- package/dist/Theme/tokens/brands/rosewood/palette.dark.d.ts.map +1 -0
- package/dist/Theme/tokens/brands/rosewood/palette.dark.js +13 -0
- package/dist/Theme/tokens/brands/rosewood/palette.light.d.ts +375 -0
- package/dist/Theme/tokens/brands/rosewood/palette.light.d.ts.map +1 -0
- package/dist/Theme/tokens/brands/rosewood/palette.light.js +139 -0
- package/dist/Theme/tokens/brands/skyline/palette.dark.d.ts +7 -0
- package/dist/Theme/tokens/brands/skyline/palette.dark.d.ts.map +1 -0
- package/dist/Theme/tokens/brands/skyline/palette.dark.js +13 -0
- package/dist/Theme/tokens/brands/skyline/palette.light.d.ts +375 -0
- package/dist/Theme/tokens/brands/skyline/palette.light.d.ts.map +1 -0
- package/dist/Theme/tokens/brands/skyline/palette.light.js +133 -0
- package/dist/Theme/tokens/brands/slate/palette.dark.d.ts +7 -0
- package/dist/Theme/tokens/brands/slate/palette.dark.d.ts.map +1 -0
- package/dist/Theme/tokens/brands/slate/palette.dark.js +13 -0
- package/dist/Theme/tokens/brands/slate/palette.light.d.ts +375 -0
- package/dist/Theme/tokens/brands/slate/palette.light.d.ts.map +1 -0
- package/dist/Theme/tokens/brands/slate/palette.light.js +137 -0
- package/dist/Theme/tokens/brands/storefront/palette.dark.d.ts +7 -0
- package/dist/Theme/tokens/brands/storefront/palette.dark.d.ts.map +1 -0
- package/dist/Theme/tokens/brands/storefront/palette.dark.js +13 -0
- package/dist/Theme/tokens/brands/storefront/palette.light.d.ts +375 -0
- package/dist/Theme/tokens/brands/storefront/palette.light.d.ts.map +1 -0
- package/dist/Theme/tokens/brands/storefront/palette.light.js +127 -0
- package/dist/Theme/tokens/brands/zinc/palette.dark.d.ts +204 -0
- package/dist/Theme/tokens/brands/zinc/palette.dark.d.ts.map +1 -0
- package/dist/Theme/tokens/brands/zinc/palette.dark.js +204 -0
- package/dist/Theme/tokens/brands/zinc/palette.light.d.ts +375 -0
- package/dist/Theme/tokens/brands/zinc/palette.light.d.ts.map +1 -0
- package/dist/Theme/tokens/brands/zinc/palette.light.js +383 -0
- package/dist/Theme/tokens/builders/accentText.d.ts +56 -0
- package/dist/Theme/tokens/builders/accentText.d.ts.map +1 -0
- package/dist/Theme/tokens/builders/accentText.js +92 -0
- package/dist/Theme/tokens/builders/buildBrandTokens.d.ts +16 -0
- package/dist/Theme/tokens/builders/buildBrandTokens.d.ts.map +1 -0
- package/dist/Theme/tokens/builders/buildBrandTokens.js +33 -0
- package/dist/Theme/tokens/builders/buildDarkPalette.d.ts +23 -0
- package/dist/Theme/tokens/builders/buildDarkPalette.d.ts.map +1 -0
- package/dist/Theme/tokens/builders/buildDarkPalette.js +282 -0
- package/dist/Theme/tokens/builders/chartColorsFromTheme.d.ts +17 -0
- package/dist/Theme/tokens/builders/chartColorsFromTheme.d.ts.map +1 -0
- package/dist/Theme/tokens/builders/chartColorsFromTheme.js +26 -0
- package/dist/Theme/tokens/builders/color.d.ts +50 -0
- package/dist/Theme/tokens/builders/color.d.ts.map +1 -0
- package/dist/Theme/tokens/builders/color.js +156 -0
- package/dist/Theme/tokens/builders/index.d.ts +6 -0
- package/dist/Theme/tokens/builders/index.d.ts.map +1 -0
- package/dist/Theme/tokens/builders/index.js +21 -0
- package/dist/Theme/tokens/index.d.ts +15 -0
- package/dist/Theme/tokens/index.d.ts.map +1 -0
- package/dist/Theme/tokens/index.js +30 -0
- package/dist/Theme/tokens/primitives/breakpoints.d.ts +9 -0
- package/dist/Theme/tokens/primitives/breakpoints.d.ts.map +1 -0
- package/dist/Theme/tokens/primitives/breakpoints.js +10 -0
- package/dist/Theme/tokens/primitives/index.d.ts +10 -0
- package/dist/Theme/tokens/primitives/index.d.ts.map +1 -0
- package/dist/Theme/tokens/primitives/index.js +27 -0
- package/dist/Theme/tokens/primitives/letterSpacings.d.ts +10 -0
- package/dist/Theme/tokens/primitives/letterSpacings.d.ts.map +1 -0
- package/dist/Theme/tokens/primitives/letterSpacings.js +11 -0
- package/dist/Theme/tokens/primitives/lineHeights.d.ts +19 -0
- package/dist/Theme/tokens/primitives/lineHeights.d.ts.map +1 -0
- package/dist/Theme/tokens/primitives/lineHeights.js +20 -0
- package/dist/Theme/tokens/primitives/radii.d.ts +13 -0
- package/dist/Theme/tokens/primitives/radii.d.ts.map +1 -0
- package/dist/Theme/tokens/primitives/radii.js +14 -0
- package/dist/Theme/tokens/primitives/shadows.d.ts +16 -0
- package/dist/Theme/tokens/primitives/shadows.d.ts.map +1 -0
- package/dist/Theme/tokens/primitives/shadows.js +17 -0
- package/dist/Theme/tokens/primitives/sizes.d.ts +63 -0
- package/dist/Theme/tokens/primitives/sizes.d.ts.map +1 -0
- package/dist/Theme/tokens/primitives/sizes.js +39 -0
- package/dist/Theme/tokens/primitives/space.d.ts +34 -0
- package/dist/Theme/tokens/primitives/space.d.ts.map +1 -0
- package/dist/Theme/tokens/primitives/space.js +35 -0
- package/dist/Theme/tokens/primitives/typography.d.ts +73 -0
- package/dist/Theme/tokens/primitives/typography.d.ts.map +1 -0
- package/dist/Theme/tokens/primitives/typography.js +43 -0
- package/dist/Theme/tokens/primitives/zIndices.d.ts +17 -0
- package/dist/Theme/tokens/primitives/zIndices.d.ts.map +1 -0
- package/dist/Theme/tokens/primitives/zIndices.js +18 -0
- package/dist/Theme/tokens/types.d.ts +116 -0
- package/dist/Theme/tokens/types.d.ts.map +1 -0
- package/dist/Theme/tokens/types.js +8 -0
- package/dist/Utils/table.d.ts +9 -2
- package/dist/Utils/table.d.ts.map +1 -1
- package/dist/Utils/table.js +23 -7
- package/dist/bootstrap.d.ts +2 -0
- package/dist/bootstrap.js +16 -0
- package/dist/index.d.ts +13 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +54 -1
- package/eslint.config.js +48 -0
- package/index.html +13 -0
- package/package.json +2 -6
- package/vite.config.ts +13 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stub for CSS/SCSS imports under Jest (see `moduleNameMapper` in package.json).
|
|
3
|
+
*
|
|
4
|
+
* jest.moduleNameMapper has always referenced this file, but it did not exist — no test
|
|
5
|
+
* imported a stylesheet (even transitively) until the public-API guard began importing
|
|
6
|
+
* `src/index.ts`, which pulls in the Inter font-face CSS via the theme.
|
|
7
|
+
*/
|
|
8
|
+
module.exports = {};
|
|
@@ -0,0 +1,405 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<coverage generated="1781346355410" clover="3.2.0">
|
|
3
|
+
<project timestamp="1781346355410" name="All files">
|
|
4
|
+
<metrics statements="324" coveredstatements="262" conditionals="336" coveredconditionals="233" methods="93" coveredmethods="73" elements="753" coveredelements="568" complexity="0" loc="324" ncloc="324" packages="10" files="15" classes="15"/>
|
|
5
|
+
<package name="Components.Button">
|
|
6
|
+
<metrics statements="1" coveredstatements="1" conditionals="8" coveredconditionals="7" methods="1" coveredmethods="1"/>
|
|
7
|
+
<file name="Button.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Button/Button.tsx">
|
|
8
|
+
<metrics statements="1" coveredstatements="1" conditionals="8" coveredconditionals="7" methods="1" coveredmethods="1"/>
|
|
9
|
+
<line num="27" count="2" type="stmt"/>
|
|
10
|
+
</file>
|
|
11
|
+
</package>
|
|
12
|
+
<package name="Components.Common">
|
|
13
|
+
<metrics statements="10" coveredstatements="3" conditionals="25" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
14
|
+
<file name="ErrorMessage.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Common/ErrorMessage.tsx">
|
|
15
|
+
<metrics statements="3" coveredstatements="1" conditionals="2" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
16
|
+
<line num="5" count="1" type="stmt"/>
|
|
17
|
+
<line num="7" count="0" type="stmt"/>
|
|
18
|
+
<line num="8" count="0" type="stmt"/>
|
|
19
|
+
</file>
|
|
20
|
+
<file name="FormLabel.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Common/FormLabel.tsx">
|
|
21
|
+
<metrics statements="4" coveredstatements="1" conditionals="23" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
22
|
+
<line num="6" count="1" type="stmt"/>
|
|
23
|
+
<line num="31" count="0" type="stmt"/>
|
|
24
|
+
<line num="32" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
25
|
+
<line num="41" count="0" type="stmt"/>
|
|
26
|
+
</file>
|
|
27
|
+
<file name="HelperText.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Common/HelperText.tsx">
|
|
28
|
+
<metrics statements="3" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
29
|
+
<line num="4" count="1" type="stmt"/>
|
|
30
|
+
<line num="5" count="0" type="stmt"/>
|
|
31
|
+
<line num="6" count="0" type="stmt"/>
|
|
32
|
+
</file>
|
|
33
|
+
</package>
|
|
34
|
+
<package name="Components.Divider">
|
|
35
|
+
<metrics statements="3" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
36
|
+
<file name="Divider.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Divider/Divider.tsx">
|
|
37
|
+
<metrics statements="3" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
38
|
+
<line num="4" count="1" type="stmt"/>
|
|
39
|
+
<line num="5" count="0" type="stmt"/>
|
|
40
|
+
<line num="6" count="0" type="stmt"/>
|
|
41
|
+
</file>
|
|
42
|
+
</package>
|
|
43
|
+
<package name="Components.Header">
|
|
44
|
+
<metrics statements="14" coveredstatements="11" conditionals="16" coveredconditionals="12" methods="5" coveredmethods="2"/>
|
|
45
|
+
<file name="HeaderActions.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Header/HeaderActions.tsx">
|
|
46
|
+
<metrics statements="14" coveredstatements="11" conditionals="16" coveredconditionals="12" methods="5" coveredmethods="2"/>
|
|
47
|
+
<line num="9" count="1" type="stmt"/>
|
|
48
|
+
<line num="33" count="77" type="stmt"/>
|
|
49
|
+
<line num="35" count="77" type="stmt"/>
|
|
50
|
+
<line num="37" count="77" type="cond" truecount="2" falsecount="0"/>
|
|
51
|
+
<line num="38" count="2" type="stmt"/>
|
|
52
|
+
<line num="44" count="0" type="stmt"/>
|
|
53
|
+
<line num="51" count="77" type="cond" truecount="2" falsecount="0"/>
|
|
54
|
+
<line num="52" count="2" type="stmt"/>
|
|
55
|
+
<line num="60" count="0" type="stmt"/>
|
|
56
|
+
<line num="68" count="77" type="cond" truecount="2" falsecount="0"/>
|
|
57
|
+
<line num="69" count="2" type="stmt"/>
|
|
58
|
+
<line num="77" count="0" type="stmt"/>
|
|
59
|
+
<line num="85" count="77" type="stmt"/>
|
|
60
|
+
<line num="88" count="6" type="stmt"/>
|
|
61
|
+
</file>
|
|
62
|
+
</package>
|
|
63
|
+
<package name="Components.Input">
|
|
64
|
+
<metrics statements="5" coveredstatements="3" conditionals="4" coveredconditionals="2" methods="2" coveredmethods="1"/>
|
|
65
|
+
<file name="textInputIconSize.ts" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Input/textInputIconSize.ts">
|
|
66
|
+
<metrics statements="5" coveredstatements="3" conditionals="4" coveredconditionals="2" methods="2" coveredmethods="1"/>
|
|
67
|
+
<line num="4" count="1" type="stmt"/>
|
|
68
|
+
<line num="16" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
69
|
+
<line num="17" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
70
|
+
<line num="27" count="0" type="stmt"/>
|
|
71
|
+
<line num="28" count="0" type="stmt"/>
|
|
72
|
+
</file>
|
|
73
|
+
</package>
|
|
74
|
+
<package name="Components.KanbanBoard">
|
|
75
|
+
<metrics statements="256" coveredstatements="213" conditionals="236" coveredconditionals="185" methods="69" coveredmethods="59"/>
|
|
76
|
+
<file name="AccountCard.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/KanbanBoard/AccountCard.tsx">
|
|
77
|
+
<metrics statements="14" coveredstatements="14" conditionals="22" coveredconditionals="21" methods="8" coveredmethods="8"/>
|
|
78
|
+
<line num="17" count="1" type="stmt"/>
|
|
79
|
+
<line num="19" count="1" type="stmt"/>
|
|
80
|
+
<line num="35" count="109" type="stmt"/>
|
|
81
|
+
<line num="37" count="109" type="stmt"/>
|
|
82
|
+
<line num="38" count="54" type="stmt"/>
|
|
83
|
+
<line num="39" count="165" type="cond" truecount="2" falsecount="0"/>
|
|
84
|
+
<line num="43" count="109" type="cond" truecount="2" falsecount="0"/>
|
|
85
|
+
<line num="45" count="109" type="stmt"/>
|
|
86
|
+
<line num="46" count="2" type="stmt"/>
|
|
87
|
+
<line num="49" count="109" type="stmt"/>
|
|
88
|
+
<line num="74" count="225" type="stmt"/>
|
|
89
|
+
<line num="76" count="225" type="stmt"/>
|
|
90
|
+
<line num="124" count="1" type="stmt"/>
|
|
91
|
+
<line num="141" count="1" type="stmt"/>
|
|
92
|
+
</file>
|
|
93
|
+
<file name="AccountRow.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/KanbanBoard/AccountRow.tsx">
|
|
94
|
+
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
95
|
+
<line num="9" count="1" type="stmt"/>
|
|
96
|
+
<line num="10" count="225" type="stmt"/>
|
|
97
|
+
<line num="11" count="225" type="stmt"/>
|
|
98
|
+
</file>
|
|
99
|
+
<file name="KanbanBoard.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/KanbanBoard/KanbanBoard.tsx">
|
|
100
|
+
<metrics statements="209" coveredstatements="171" conditionals="196" coveredconditionals="153" methods="54" coveredmethods="45"/>
|
|
101
|
+
<line num="52" count="1" type="stmt"/>
|
|
102
|
+
<line num="66" count="1" type="stmt"/>
|
|
103
|
+
<line num="69" count="1" type="stmt"/>
|
|
104
|
+
<line num="71" count="1" type="stmt"/>
|
|
105
|
+
<line num="72" count="4" type="stmt"/>
|
|
106
|
+
<line num="73" count="4" type="stmt"/>
|
|
107
|
+
<line num="75" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
108
|
+
<line num="76" count="0" type="stmt"/>
|
|
109
|
+
<line num="79" count="4" type="stmt"/>
|
|
110
|
+
<line num="82" count="0" type="stmt"/>
|
|
111
|
+
<line num="90" count="4" type="stmt"/>
|
|
112
|
+
<line num="105" count="0" type="stmt"/>
|
|
113
|
+
<line num="119" count="1" type="stmt"/>
|
|
114
|
+
<line num="124" count="4" type="stmt"/>
|
|
115
|
+
<line num="140" count="1" type="stmt"/>
|
|
116
|
+
<line num="153" count="1" type="stmt"/>
|
|
117
|
+
<line num="154" count="1" type="stmt"/>
|
|
118
|
+
<line num="155" count="1" type="stmt"/>
|
|
119
|
+
<line num="156" count="1" type="stmt"/>
|
|
120
|
+
<line num="159" count="1" type="stmt"/>
|
|
121
|
+
<line num="188" count="81" type="stmt"/>
|
|
122
|
+
<line num="190" count="81" type="stmt"/>
|
|
123
|
+
<line num="191" count="81" type="stmt"/>
|
|
124
|
+
<line num="192" count="81" type="stmt"/>
|
|
125
|
+
<line num="193" count="81" type="stmt"/>
|
|
126
|
+
<line num="195" count="81" type="stmt"/>
|
|
127
|
+
<line num="196" count="35" type="cond" truecount="2" falsecount="0"/>
|
|
128
|
+
<line num="201" count="81" type="stmt"/>
|
|
129
|
+
<line num="210" count="81" type="stmt"/>
|
|
130
|
+
<line num="219" count="81" type="stmt"/>
|
|
131
|
+
<line num="220" count="51" type="cond" truecount="2" falsecount="0"/>
|
|
132
|
+
<line num="221" count="3" type="stmt"/>
|
|
133
|
+
<line num="223" count="48" type="stmt"/>
|
|
134
|
+
<line num="226" count="81" type="stmt"/>
|
|
135
|
+
<line num="227" count="81" type="stmt"/>
|
|
136
|
+
<line num="230" count="81" type="cond" truecount="3" falsecount="0"/>
|
|
137
|
+
<line num="233" count="81" type="stmt"/>
|
|
138
|
+
<line num="234" count="81" type="stmt"/>
|
|
139
|
+
<line num="235" count="81" type="stmt"/>
|
|
140
|
+
<line num="237" count="81" type="stmt"/>
|
|
141
|
+
<line num="238" count="35" type="stmt"/>
|
|
142
|
+
<line num="242" count="81" type="stmt"/>
|
|
143
|
+
<line num="249" count="81" type="stmt"/>
|
|
144
|
+
<line num="251" count="81" type="stmt"/>
|
|
145
|
+
<line num="253" count="34" type="stmt"/>
|
|
146
|
+
<line num="254" count="81" type="stmt"/>
|
|
147
|
+
<line num="256" count="81" type="stmt"/>
|
|
148
|
+
<line num="257" count="34" type="stmt"/>
|
|
149
|
+
<line num="265" count="81" type="stmt"/>
|
|
150
|
+
<line num="266" count="52" type="cond" truecount="5" falsecount="0"/>
|
|
151
|
+
<line num="267" count="48" type="stmt"/>
|
|
152
|
+
<line num="269" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
153
|
+
<line num="270" count="1" type="stmt"/>
|
|
154
|
+
<line num="272" count="3" type="stmt"/>
|
|
155
|
+
<line num="273" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
156
|
+
<line num="274" count="0" type="stmt"/>
|
|
157
|
+
<line num="276" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
158
|
+
<line num="277" count="0" type="stmt"/>
|
|
159
|
+
<line num="278" count="0" type="stmt"/>
|
|
160
|
+
<line num="280" count="3" type="stmt"/>
|
|
161
|
+
<line num="281" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
162
|
+
<line num="286" count="0" type="stmt"/>
|
|
163
|
+
<line num="287" count="0" type="stmt"/>
|
|
164
|
+
<line num="289" count="3" type="stmt"/>
|
|
165
|
+
<line num="290" count="3" type="stmt"/>
|
|
166
|
+
<line num="291" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
167
|
+
<line num="292" count="2" type="stmt"/>
|
|
168
|
+
<line num="295" count="3" type="stmt"/>
|
|
169
|
+
<line num="299" count="3" type="stmt"/>
|
|
170
|
+
<line num="309" count="81" type="stmt"/>
|
|
171
|
+
<line num="310" count="35" type="cond" truecount="2" falsecount="0"/>
|
|
172
|
+
<line num="311" count="26" type="stmt"/>
|
|
173
|
+
<line num="313" count="9" type="stmt"/>
|
|
174
|
+
<line num="314" count="9" type="stmt"/>
|
|
175
|
+
<line num="315" count="9" type="stmt"/>
|
|
176
|
+
<line num="316" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
177
|
+
<line num="317" count="9" type="stmt"/>
|
|
178
|
+
<line num="319" count="0" type="stmt"/>
|
|
179
|
+
<line num="320" count="0" type="stmt"/>
|
|
180
|
+
<line num="321" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
181
|
+
<line num="322" count="0" type="stmt"/>
|
|
182
|
+
<line num="325" count="0" type="stmt"/>
|
|
183
|
+
<line num="329" count="81" type="stmt"/>
|
|
184
|
+
<line num="331" count="6" type="stmt"/>
|
|
185
|
+
<line num="332" count="6" type="stmt"/>
|
|
186
|
+
<line num="333" count="6" type="stmt"/>
|
|
187
|
+
<line num="334" count="6" type="stmt"/>
|
|
188
|
+
<line num="339" count="6" type="cond" truecount="4" falsecount="0"/>
|
|
189
|
+
<line num="340" count="2" type="stmt"/>
|
|
190
|
+
<line num="345" count="6" type="stmt"/>
|
|
191
|
+
<line num="357" count="81" type="stmt"/>
|
|
192
|
+
<line num="360" count="81" type="stmt"/>
|
|
193
|
+
<line num="361" count="81" type="stmt"/>
|
|
194
|
+
<line num="364" count="81" type="stmt"/>
|
|
195
|
+
<line num="365" count="81" type="stmt"/>
|
|
196
|
+
<line num="368" count="81" type="stmt"/>
|
|
197
|
+
<line num="369" count="35" type="cond" truecount="2" falsecount="0"/>
|
|
198
|
+
<line num="370" count="34" type="stmt"/>
|
|
199
|
+
<line num="371" count="34" type="stmt"/>
|
|
200
|
+
<line num="373" count="1" type="stmt"/>
|
|
201
|
+
<line num="374" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
202
|
+
<line num="375" count="0" type="stmt"/>
|
|
203
|
+
<line num="376" count="0" type="stmt"/>
|
|
204
|
+
<line num="377" count="0" type="stmt"/>
|
|
205
|
+
<line num="378" count="0" type="stmt"/>
|
|
206
|
+
<line num="381" count="0" type="stmt"/>
|
|
207
|
+
<line num="382" count="0" type="stmt"/>
|
|
208
|
+
<line num="383" count="0" type="stmt"/>
|
|
209
|
+
<line num="384" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
210
|
+
<line num="385" count="0" type="stmt"/>
|
|
211
|
+
<line num="387" count="0" type="stmt"/>
|
|
212
|
+
<line num="390" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
213
|
+
<line num="395" count="81" type="stmt"/>
|
|
214
|
+
<line num="398" count="81" type="stmt"/>
|
|
215
|
+
<line num="399" count="0" type="stmt"/>
|
|
216
|
+
<line num="400" count="0" type="stmt"/>
|
|
217
|
+
<line num="401" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
218
|
+
<line num="402" count="0" type="stmt"/>
|
|
219
|
+
<line num="405" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
220
|
+
<line num="406" count="0" type="stmt"/>
|
|
221
|
+
<line num="410" count="81" type="stmt"/>
|
|
222
|
+
<line num="411" count="0" type="stmt"/>
|
|
223
|
+
<line num="412" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
224
|
+
<line num="416" count="81" type="stmt"/>
|
|
225
|
+
<line num="417" count="34" type="stmt"/>
|
|
226
|
+
<line num="418" count="34" type="cond" truecount="2" falsecount="0"/>
|
|
227
|
+
<line num="419" count="33" type="stmt"/>
|
|
228
|
+
<line num="420" count="33" type="stmt"/>
|
|
229
|
+
<line num="424" count="34" type="stmt"/>
|
|
230
|
+
<line num="425" count="34" type="stmt"/>
|
|
231
|
+
<line num="427" count="34" type="stmt"/>
|
|
232
|
+
<line num="428" count="34" type="stmt"/>
|
|
233
|
+
<line num="434" count="81" type="stmt"/>
|
|
234
|
+
<line num="435" count="2" type="stmt"/>
|
|
235
|
+
<line num="436" count="2" type="stmt"/>
|
|
236
|
+
<line num="437" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
237
|
+
<line num="438" count="0" type="stmt"/>
|
|
238
|
+
<line num="440" count="2" type="stmt"/>
|
|
239
|
+
<line num="445" count="81" type="stmt"/>
|
|
240
|
+
<line num="446" count="4" type="stmt"/>
|
|
241
|
+
<line num="447" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
242
|
+
<line num="449" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
243
|
+
<line num="450" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
244
|
+
<line num="451" count="1" type="stmt"/>
|
|
245
|
+
<line num="452" count="1" type="stmt"/>
|
|
246
|
+
<line num="457" count="1" type="stmt"/>
|
|
247
|
+
<line num="461" count="1" type="stmt"/>
|
|
248
|
+
<line num="462" count="1" type="stmt"/>
|
|
249
|
+
<line num="463" count="1" type="stmt"/>
|
|
250
|
+
<line num="466" count="2" type="stmt"/>
|
|
251
|
+
<line num="467" count="2" type="stmt"/>
|
|
252
|
+
<line num="468" count="2" type="stmt"/>
|
|
253
|
+
<line num="469" count="2" type="cond" truecount="4" falsecount="1"/>
|
|
254
|
+
<line num="471" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
255
|
+
<line num="472" count="1" type="stmt"/>
|
|
256
|
+
<line num="473" count="1" type="stmt"/>
|
|
257
|
+
<line num="474" count="1" type="stmt"/>
|
|
258
|
+
<line num="476" count="1" type="stmt"/>
|
|
259
|
+
<line num="481" count="1" type="stmt"/>
|
|
260
|
+
<line num="482" count="1" type="stmt"/>
|
|
261
|
+
<line num="491" count="1" type="stmt"/>
|
|
262
|
+
<line num="492" count="1" type="stmt"/>
|
|
263
|
+
<line num="493" count="1" type="stmt"/>
|
|
264
|
+
<line num="494" count="1" type="stmt"/>
|
|
265
|
+
<line num="496" count="1" type="stmt"/>
|
|
266
|
+
<line num="502" count="1" type="stmt"/>
|
|
267
|
+
<line num="503" count="1" type="stmt"/>
|
|
268
|
+
<line num="514" count="81" type="stmt"/>
|
|
269
|
+
<line num="515" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
270
|
+
<line num="516" count="1" type="stmt"/>
|
|
271
|
+
<line num="519" count="81" type="stmt"/>
|
|
272
|
+
<line num="531" count="81" type="stmt"/>
|
|
273
|
+
<line num="532" count="37" type="stmt"/>
|
|
274
|
+
<line num="533" count="37" type="stmt"/>
|
|
275
|
+
<line num="534" count="40" type="stmt"/>
|
|
276
|
+
<line num="536" count="37" type="stmt"/>
|
|
277
|
+
<line num="539" count="81" type="stmt"/>
|
|
278
|
+
<line num="545" count="87" type="stmt"/>
|
|
279
|
+
<line num="550" count="0" type="stmt"/>
|
|
280
|
+
<line num="551" count="0" type="stmt"/>
|
|
281
|
+
<line num="571" count="0" type="stmt"/>
|
|
282
|
+
<line num="581" count="80" type="stmt"/>
|
|
283
|
+
<line num="602" count="6" type="stmt"/>
|
|
284
|
+
<line num="603" count="0" type="stmt"/>
|
|
285
|
+
<line num="664" count="2" type="stmt"/>
|
|
286
|
+
<line num="839" count="4" type="stmt"/>
|
|
287
|
+
<line num="851" count="1" type="stmt"/>
|
|
288
|
+
<line num="908" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
289
|
+
<line num="916" count="0" type="stmt"/>
|
|
290
|
+
<line num="926" count="107" type="cond" truecount="2" falsecount="0"/>
|
|
291
|
+
<line num="934" count="107" type="stmt"/>
|
|
292
|
+
<line num="948" count="2" type="stmt"/>
|
|
293
|
+
<line num="969" count="81" type="cond" truecount="2" falsecount="0"/>
|
|
294
|
+
<line num="971" count="79" type="stmt"/>
|
|
295
|
+
<line num="972" count="79" type="stmt"/>
|
|
296
|
+
<line num="974" count="79" type="stmt"/>
|
|
297
|
+
<line num="995" count="79" type="cond" truecount="4" falsecount="0"/>
|
|
298
|
+
<line num="1008" count="1" type="stmt"/>
|
|
299
|
+
<line num="1019" count="79" type="stmt"/>
|
|
300
|
+
<line num="1022" count="87" type="cond" truecount="2" falsecount="0"/>
|
|
301
|
+
<line num="1023" count="87" type="cond" truecount="2" falsecount="0"/>
|
|
302
|
+
<line num="1024" count="4" type="stmt"/>
|
|
303
|
+
<line num="1027" count="4" type="stmt"/>
|
|
304
|
+
<line num="1049" count="83" type="stmt"/>
|
|
305
|
+
<line num="1053" count="79" type="stmt"/>
|
|
306
|
+
<line num="1054" count="395" type="stmt"/>
|
|
307
|
+
<line num="1068" count="79" type="stmt"/>
|
|
308
|
+
<line num="1106" count="1" type="stmt"/>
|
|
309
|
+
<line num="1134" count="2" type="stmt"/>
|
|
310
|
+
</file>
|
|
311
|
+
<file name="MeasuredItem.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/KanbanBoard/MeasuredItem.tsx">
|
|
312
|
+
<metrics statements="30" coveredstatements="25" conditionals="18" coveredconditionals="11" methods="6" coveredmethods="5"/>
|
|
313
|
+
<line num="9" count="1" type="stmt"/>
|
|
314
|
+
<line num="14" count="4" type="stmt"/>
|
|
315
|
+
<line num="15" count="4" type="stmt"/>
|
|
316
|
+
<line num="17" count="4" type="stmt"/>
|
|
317
|
+
<line num="18" count="4" type="stmt"/>
|
|
318
|
+
<line num="19" count="4" type="stmt"/>
|
|
319
|
+
<line num="20" count="4" type="stmt"/>
|
|
320
|
+
<line num="22" count="4" type="stmt"/>
|
|
321
|
+
<line num="23" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
322
|
+
<line num="25" count="2" type="stmt"/>
|
|
323
|
+
<line num="26" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
324
|
+
<line num="27" count="0" type="stmt"/>
|
|
325
|
+
<line num="28" count="0" type="stmt"/>
|
|
326
|
+
<line num="33" count="4" type="stmt"/>
|
|
327
|
+
<line num="34" count="2" type="stmt"/>
|
|
328
|
+
<line num="35" count="2" type="stmt"/>
|
|
329
|
+
<line num="37" count="2" type="stmt"/>
|
|
330
|
+
<line num="40" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
331
|
+
<line num="41" count="2" type="stmt"/>
|
|
332
|
+
<line num="42" count="0" type="stmt"/>
|
|
333
|
+
<line num="44" count="2" type="stmt"/>
|
|
334
|
+
<line num="46" count="0" type="stmt"/>
|
|
335
|
+
<line num="49" count="2" type="stmt"/>
|
|
336
|
+
<line num="50" count="2" type="stmt"/>
|
|
337
|
+
<line num="51" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
338
|
+
<line num="52" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
339
|
+
<line num="57" count="4" type="stmt"/>
|
|
340
|
+
<line num="58" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
341
|
+
<line num="59" count="0" type="stmt"/>
|
|
342
|
+
<line num="63" count="4" type="stmt"/>
|
|
343
|
+
</file>
|
|
344
|
+
</package>
|
|
345
|
+
<package name="Components.Select">
|
|
346
|
+
<metrics statements="13" coveredstatements="8" conditionals="26" coveredconditionals="12" methods="5" coveredmethods="3"/>
|
|
347
|
+
<file name="Select.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Select/Select.tsx">
|
|
348
|
+
<metrics statements="13" coveredstatements="8" conditionals="26" coveredconditionals="12" methods="5" coveredmethods="3"/>
|
|
349
|
+
<line num="34" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
350
|
+
<line num="35" count="2" type="stmt"/>
|
|
351
|
+
<line num="37" count="2" type="stmt"/>
|
|
352
|
+
<line num="38" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
353
|
+
<line num="39" count="2" type="stmt"/>
|
|
354
|
+
<line num="40" count="2" type="stmt"/>
|
|
355
|
+
<line num="46" count="2" type="stmt"/>
|
|
356
|
+
<line num="47" count="0" type="stmt"/>
|
|
357
|
+
<line num="48" count="0" type="stmt"/>
|
|
358
|
+
<line num="49" count="0" type="stmt"/>
|
|
359
|
+
<line num="51" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
360
|
+
<line num="52" count="0" type="stmt"/>
|
|
361
|
+
<line num="56" count="2" type="stmt"/>
|
|
362
|
+
</file>
|
|
363
|
+
</package>
|
|
364
|
+
<package name="Components.SideBar.components">
|
|
365
|
+
<metrics statements="19" coveredstatements="19" conditionals="11" coveredconditionals="7" methods="4" coveredmethods="4"/>
|
|
366
|
+
<file name="OverflowTooltipText.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/SideBar/components/OverflowTooltipText.tsx">
|
|
367
|
+
<metrics statements="19" coveredstatements="19" conditionals="11" coveredconditionals="7" methods="4" coveredmethods="4"/>
|
|
368
|
+
<line num="12" count="1" type="stmt"/>
|
|
369
|
+
<line num="19" count="72" type="stmt"/>
|
|
370
|
+
<line num="20" count="72" type="stmt"/>
|
|
371
|
+
<line num="21" count="72" type="stmt"/>
|
|
372
|
+
<line num="23" count="72" type="stmt"/>
|
|
373
|
+
<line num="24" count="34" type="stmt"/>
|
|
374
|
+
<line num="25" count="34" type="stmt"/>
|
|
375
|
+
<line num="26" count="34" type="stmt"/>
|
|
376
|
+
<line num="28" count="34" type="cond" truecount="3" falsecount="1"/>
|
|
377
|
+
<line num="29" count="34" type="stmt"/>
|
|
378
|
+
<line num="30" count="34" type="stmt"/>
|
|
379
|
+
<line num="32" count="34" type="stmt"/>
|
|
380
|
+
<line num="36" count="34" type="stmt"/>
|
|
381
|
+
<line num="38" count="34" type="stmt"/>
|
|
382
|
+
<line num="39" count="34" type="cond" truecount="1" falsecount="1"/>
|
|
383
|
+
<line num="40" count="34" type="stmt"/>
|
|
384
|
+
<line num="43" count="34" type="stmt"/>
|
|
385
|
+
<line num="46" count="72" type="cond" truecount="1" falsecount="1"/>
|
|
386
|
+
<line num="48" count="72" type="stmt"/>
|
|
387
|
+
</file>
|
|
388
|
+
</package>
|
|
389
|
+
<package name="Components.ToolTip">
|
|
390
|
+
<metrics statements="1" coveredstatements="1" conditionals="10" coveredconditionals="8" methods="1" coveredmethods="1"/>
|
|
391
|
+
<file name="ToolTip.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/ToolTip/ToolTip.tsx">
|
|
392
|
+
<metrics statements="1" coveredstatements="1" conditionals="10" coveredconditionals="8" methods="1" coveredmethods="1"/>
|
|
393
|
+
<line num="31" count="72" type="stmt"/>
|
|
394
|
+
</file>
|
|
395
|
+
</package>
|
|
396
|
+
<package name="Utils">
|
|
397
|
+
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
398
|
+
<file name="functions.ts" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Utils/functions.ts">
|
|
399
|
+
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
400
|
+
<line num="2" count="225" type="stmt"/>
|
|
401
|
+
<line num="5" count="225" type="stmt"/>
|
|
402
|
+
</file>
|
|
403
|
+
</package>
|
|
404
|
+
</project>
|
|
405
|
+
</coverage>
|