pixelize-design-library 2.3.21 → 2.4.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/settings.local.json +51 -0
- package/.cursor/modules/account-management/MODULE.md +18 -0
- package/.cursor/modules/buttons/MODULE.md +34 -0
- package/.cursor/modules/cards/MODULE.md +42 -0
- package/.cursor/modules/charts/MODULE.md +28 -1
- package/.cursor/modules/common/MODULE.md +23 -0
- package/.cursor/modules/contact-auth/MODULE.md +6 -0
- package/.cursor/modules/data-display/MODULE.md +22 -0
- package/.cursor/modules/feedback/MODULE.md +18 -0
- package/.cursor/modules/inputs-basic/MODULE.md +29 -0
- package/.cursor/modules/inputs-date-file/MODULE.md +37 -1
- package/.cursor/modules/inputs-select/MODULE.md +12 -0
- package/.cursor/modules/inputs-toggle/MODULE.md +5 -0
- package/.cursor/modules/kanban/MODULE.md +8 -0
- package/.cursor/modules/layout-navigation/MODULE.md +186 -20
- package/.cursor/modules/overlays/MODULE.md +39 -0
- package/.cursor/modules/playground/MODULE.md +13 -0
- package/.cursor/modules/table/MODULE.md +63 -0
- package/.cursor/modules/theme/MODULE.md +304 -5
- package/.cursor/modules/utility-ui/MODULE.md +35 -0
- package/.cursor/modules/utils-hooks/MODULE.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/CLAUDE.md +29 -3
- 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.tsx +30 -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.js +1 -1
- 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 +1 -1
- package/dist/Components/DatePicker/TimeOnlyPicker.d.ts.map +1 -1
- package/dist/Components/DatePicker/TimeOnlyPicker.js +3 -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/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 +18 -4
- 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 +3 -1
- package/dist/Components/WorkspaceWindow/WorkspaceWindow.d.ts.map +1 -1
- package/dist/Components/WorkspaceWindow/WorkspaceWindow.js +5 -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/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 +13 -0
- package/dist/Theme/chakra/componentStyles.d.ts.map +1 -0
- package/dist/Theme/chakra/componentStyles.js +88 -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 +36 -0
- package/dist/Theme/provider/PixelizeThemeProvider.d.ts.map +1 -0
- package/dist/Theme/provider/PixelizeThemeProvider.js +91 -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 +99 -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 +10 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +52 -1
- package/package.json +2 -2
|
@@ -0,0 +1,282 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.liftScale = exports.accentLightnessDelta = exports.shiftLighter = exports.reverseScale = void 0;
|
|
4
|
+
exports.buildDarkPalette = buildDarkPalette;
|
|
5
|
+
const buildBrandTokens_1 = require("./buildBrandTokens");
|
|
6
|
+
const color_1 = require("./color");
|
|
7
|
+
const accentText_1 = require("./accentText");
|
|
8
|
+
/**
|
|
9
|
+
* Derives a brand's dark palette from its light palette.
|
|
10
|
+
*
|
|
11
|
+
* Every value is computed from the brand's OWN hue, so each brand keeps its identity in
|
|
12
|
+
* dark mode instead of collapsing onto one shared grey.
|
|
13
|
+
*
|
|
14
|
+
* Three different strategies are used, because a single rule gives wrong results:
|
|
15
|
+
*
|
|
16
|
+
* - **Structural ramps** (surfaces, text, borders) are rebuilt at explicit lightness
|
|
17
|
+
* targets around the brand hue. They are NOT simply reversed: the light ramps bottom out
|
|
18
|
+
* around 35% lightness, which is nowhere near dark enough for a dark-mode canvas.
|
|
19
|
+
* - **Utility hue ramps** (red/green/…) are reversed, so index roles survive: `red.50` is a
|
|
20
|
+
* pale badge background in light and becomes a deep one in dark, while `red.900` flips to
|
|
21
|
+
* near-white for text on it.
|
|
22
|
+
* - **Brand + semantic ramps** are shifted one step lighter, preserving hue while lifting
|
|
23
|
+
* the accent to a legible lightness against a dark canvas.
|
|
24
|
+
*
|
|
25
|
+
* `white`, `black` and `transparent` are deliberately untouched — `white` is a *text* color
|
|
26
|
+
* on filled buttons (see `Button.styles.ts`), not a surface. Components that use `white` as a
|
|
27
|
+
* surface are migrated to a surface token instead.
|
|
28
|
+
*/
|
|
29
|
+
const SCALE_KEYS = [50, 100, 200, 300, 400, 500, 600, 700, 800, 900];
|
|
30
|
+
const fromTargets = (hueSource, targets, saturation) => {
|
|
31
|
+
const { h } = (0, color_1.hexToHsl)(hueSource);
|
|
32
|
+
const out = {};
|
|
33
|
+
for (const k of SCALE_KEYS) {
|
|
34
|
+
out[k] = (0, color_1.hslToHex)({ h, s: saturation, l: targets[k] });
|
|
35
|
+
}
|
|
36
|
+
return out;
|
|
37
|
+
};
|
|
38
|
+
/** Mirrors index roles: 50↔900, 100↔800, 200↔700, 300↔600, 400↔500. */
|
|
39
|
+
const reverseScale = (scale) => ({
|
|
40
|
+
50: scale[900],
|
|
41
|
+
100: scale[800],
|
|
42
|
+
200: scale[700],
|
|
43
|
+
300: scale[600],
|
|
44
|
+
400: scale[500],
|
|
45
|
+
500: scale[400],
|
|
46
|
+
600: scale[300],
|
|
47
|
+
700: scale[200],
|
|
48
|
+
800: scale[100],
|
|
49
|
+
900: scale[50],
|
|
50
|
+
});
|
|
51
|
+
exports.reverseScale = reverseScale;
|
|
52
|
+
/** Shifts a ramp one step lighter, keeping hue. Used for brand + semantic accents. */
|
|
53
|
+
const shiftLighter = (scale) => ({
|
|
54
|
+
50: (0, color_1.withLightness)(scale[50], Math.min((0, color_1.hexToHsl)(scale[50]).l + 4, 97)),
|
|
55
|
+
100: scale[50],
|
|
56
|
+
200: scale[100],
|
|
57
|
+
300: scale[200],
|
|
58
|
+
400: scale[300],
|
|
59
|
+
500: scale[400],
|
|
60
|
+
600: scale[500],
|
|
61
|
+
700: scale[600],
|
|
62
|
+
800: scale[700],
|
|
63
|
+
900: scale[800],
|
|
64
|
+
});
|
|
65
|
+
exports.shiftLighter = shiftLighter;
|
|
66
|
+
/** WCAG AA for normal text — the bar for a solid button's white label. */
|
|
67
|
+
const WHITE_LABEL_TARGET = 4.5;
|
|
68
|
+
const MAX_ACCENT_LIGHTNESS = 85;
|
|
69
|
+
const LIGHTNESS_STEP = 0.5;
|
|
70
|
+
/**
|
|
71
|
+
* How much lighter this accent can go in dark mode.
|
|
72
|
+
*
|
|
73
|
+
* An accent faces two opposing constraints: lighter reads better against a dark canvas, but
|
|
74
|
+
* worse under the white label of a solid button. There is no single rung that satisfies both
|
|
75
|
+
* for all seven brands, so this maximizes canvas contrast subject to keeping the white label
|
|
76
|
+
* legible.
|
|
77
|
+
*
|
|
78
|
+
* The floor is `min(AA, whatLightModeAlreadyShips)`: emerald and rosewood already ship white
|
|
79
|
+
* labels below AA in light mode, so demanding AA here would force their brand color to change.
|
|
80
|
+
* Dark is held to "no worse than light", never stricter.
|
|
81
|
+
*/
|
|
82
|
+
const accentLightnessDelta = (accent500, white) => {
|
|
83
|
+
const originalL = (0, color_1.hexToHsl)(accent500).l;
|
|
84
|
+
const floor = Math.min(WHITE_LABEL_TARGET, (0, color_1.contrastRatio)(white, accent500));
|
|
85
|
+
let best = originalL;
|
|
86
|
+
// Contrast against white falls monotonically as lightness rises, so stop at the first miss.
|
|
87
|
+
for (let l = originalL; l <= MAX_ACCENT_LIGHTNESS; l += LIGHTNESS_STEP) {
|
|
88
|
+
if ((0, color_1.contrastRatio)(white, (0, color_1.withLightness)(accent500, l)) < floor)
|
|
89
|
+
break;
|
|
90
|
+
best = l;
|
|
91
|
+
}
|
|
92
|
+
return best - originalL;
|
|
93
|
+
};
|
|
94
|
+
exports.accentLightnessDelta = accentLightnessDelta;
|
|
95
|
+
/** Raises every rung by the same lightness delta, preserving the ramp's shape and hue. */
|
|
96
|
+
const liftScale = (scale, delta) => {
|
|
97
|
+
const out = {};
|
|
98
|
+
for (const k of SCALE_KEYS) {
|
|
99
|
+
out[k] = (0, color_1.withLightness)(scale[k], Math.min((0, color_1.hexToHsl)(scale[k]).l + delta, 97));
|
|
100
|
+
}
|
|
101
|
+
return out;
|
|
102
|
+
};
|
|
103
|
+
exports.liftScale = liftScale;
|
|
104
|
+
/**
|
|
105
|
+
* Dark-ramp endpoints for a brand/semantic scale.
|
|
106
|
+
*
|
|
107
|
+
* `[50]`/`[100]` are the SUBTLE TINT rungs — chips, avatars, ghost hovers. On a dark canvas they
|
|
108
|
+
* must be dark, not near-white. `[800]`/`[900]` are the STRONG rungs and get read as text, so on
|
|
109
|
+
* a dark canvas they must be light. Both roles invert versus light mode.
|
|
110
|
+
*/
|
|
111
|
+
const BRAND_DARK_MIN_L = 12;
|
|
112
|
+
const BRAND_DARK_MAX_L = 93;
|
|
113
|
+
/** Rung order, used to interpolate lightness on each side of the pinned accent. */
|
|
114
|
+
const RUNG_ORDER = [50, 100, 200, 300, 400, 500, 600, 700, 800, 900];
|
|
115
|
+
const ACCENT_INDEX = RUNG_ORDER.indexOf(500);
|
|
116
|
+
/**
|
|
117
|
+
* Rebuild a scale as a proper DARK ramp: monotonically dark -> light across 50 -> 900, with `[500]`
|
|
118
|
+
* pinned to the accent.
|
|
119
|
+
*
|
|
120
|
+
* Replaces a flat lift for brand/semantic scales. A flat lift adds the same delta to every rung, so
|
|
121
|
+
* `[50]` stayed near-white (it clamps at L97) and `[600]`+ stayed DARKER than the accent — which is
|
|
122
|
+
* wrong in both directions on a dark canvas: the tint rungs painted white chips, and components
|
|
123
|
+
* that use `[600]` as text (e.g. Accordion) rendered dark-on-dark at ~1.3 contrast.
|
|
124
|
+
*
|
|
125
|
+
* Interpolating around the pinned accent (rather than using fixed lightness targets) keeps the ramp
|
|
126
|
+
* monotonic for every brand, whatever lightness that brand's accent lands on. Hue and saturation are
|
|
127
|
+
* taken from the light scale's OWN matching rung, so each brand keeps its character and its tint
|
|
128
|
+
* rungs stay as desaturated as they were designed to be.
|
|
129
|
+
*/
|
|
130
|
+
const toDarkRamp = (scale, accentHex) => {
|
|
131
|
+
const accentL = (0, color_1.hexToHsl)(accentHex).l;
|
|
132
|
+
const out = {};
|
|
133
|
+
RUNG_ORDER.forEach((key, i) => {
|
|
134
|
+
let l;
|
|
135
|
+
if (i === ACCENT_INDEX) {
|
|
136
|
+
l = accentL;
|
|
137
|
+
}
|
|
138
|
+
else if (i < ACCENT_INDEX) {
|
|
139
|
+
// 50 -> just below the accent.
|
|
140
|
+
const t = i / ACCENT_INDEX;
|
|
141
|
+
l = BRAND_DARK_MIN_L + (accentL - BRAND_DARK_MIN_L) * t;
|
|
142
|
+
}
|
|
143
|
+
else {
|
|
144
|
+
// Just above the accent -> 900.
|
|
145
|
+
const t = (i - ACCENT_INDEX) / (RUNG_ORDER.length - 1 - ACCENT_INDEX);
|
|
146
|
+
l = accentL + (BRAND_DARK_MAX_L - accentL) * t;
|
|
147
|
+
}
|
|
148
|
+
const { s } = (0, color_1.hexToHsl)(scale[key]);
|
|
149
|
+
out[key] = (0, color_1.hslToHex)({ h: (0, color_1.hexToHsl)(accentHex).h, s, l });
|
|
150
|
+
});
|
|
151
|
+
return out;
|
|
152
|
+
};
|
|
153
|
+
/** Dark accent scale: accent pinned as light as the white label allows, ramp rebuilt around it. */
|
|
154
|
+
const liftAccent = (scale, white) => {
|
|
155
|
+
const accent = (0, color_1.withLightness)(scale[500], (0, color_1.hexToHsl)(scale[500]).l + (0, exports.accentLightnessDelta)(scale[500], white));
|
|
156
|
+
return { ...toDarkRamp(scale, accent), 500: accent };
|
|
157
|
+
};
|
|
158
|
+
const liftBrand = (brand, white) => {
|
|
159
|
+
const lifted = liftAccent(brand, white);
|
|
160
|
+
return { ...lifted, opacity: (0, buildBrandTokens_1.buildPrimaryOpacity)(lifted[500]) };
|
|
161
|
+
};
|
|
162
|
+
// Lightness targets per structural ramp. Index roles match light mode; only lightness flips.
|
|
163
|
+
const SURFACE_TARGETS = {
|
|
164
|
+
50: 7, 100: 9, 200: 11, 300: 14, 400: 17, 500: 21, 600: 30, 700: 45, 800: 60, 900: 75,
|
|
165
|
+
};
|
|
166
|
+
const TEXT_TARGETS = {
|
|
167
|
+
50: 30, 100: 38, 200: 45, 300: 55, 400: 62, 500: 70, 600: 76, 700: 82, 800: 88, 900: 95,
|
|
168
|
+
};
|
|
169
|
+
const PLACEHOLDER_TARGETS = {
|
|
170
|
+
50: 25, 100: 30, 200: 35, 300: 42, 400: 48, 500: 54, 600: 60, 700: 66, 800: 72, 900: 80,
|
|
171
|
+
};
|
|
172
|
+
const BORDER_TARGETS = {
|
|
173
|
+
50: 12, 100: 15, 200: 18, 300: 21, 400: 24, 500: 27, 600: 33, 700: 42, 800: 52, 900: 62,
|
|
174
|
+
};
|
|
175
|
+
const DISABLED_TARGETS = {
|
|
176
|
+
50: 14, 100: 18, 200: 22, 300: 26, 400: 30, 500: 34, 600: 42, 700: 52, 800: 62, 900: 72,
|
|
177
|
+
};
|
|
178
|
+
const TABLE_HOVER_TARGETS = {
|
|
179
|
+
50: 9, 100: 11, 200: 13, 300: 15, 400: 17, 500: 19, 600: 24, 700: 32, 800: 42, 900: 52,
|
|
180
|
+
};
|
|
181
|
+
/**
|
|
182
|
+
* `gray[500]` is the library's de-facto muted-text token (~43 call sites), so its rung is set by
|
|
183
|
+
* contrast, not by an even ramp — and it must clear AA against the LIGHTEST named surface it can
|
|
184
|
+
* land on, not merely against the canvas. Tuning it to the canvas alone is what shipped the first
|
|
185
|
+
* two misses: L48 measured 4.18 on the canvas, then L52 cleared the canvas (4.81) but still failed
|
|
186
|
+
* on every surface above `secondary` (3.39 on `muted`). L64 clears all of them (5.66 worst case).
|
|
187
|
+
*
|
|
188
|
+
* That lands on shadcn's own answer independently: its dark `muted-foreground` is zinc-400
|
|
189
|
+
* (#a1a1aa, L65) against a near-black canvas. Ours is #a49ea9 — same lightness, brand hue kept.
|
|
190
|
+
* Rungs at/below 400 stay decorative (borders, dividers, disabled) and are not held to text AA.
|
|
191
|
+
*/
|
|
192
|
+
const GRAY_TARGETS = {
|
|
193
|
+
50: 10, 100: 14, 200: 22, 300: 32, 400: 48, 500: 64, 600: 72, 700: 79, 800: 86, 900: 93,
|
|
194
|
+
};
|
|
195
|
+
/**
|
|
196
|
+
* Named surface lightness. Elevation INVERTS versus light mode: in light, `muted`/`accent`
|
|
197
|
+
* are the strongest tints away from white; in dark, "stronger" means lighter than the canvas.
|
|
198
|
+
*
|
|
199
|
+
* The top of the ramp is deliberately compressed (accent 18->17, muted 20->18): dark elevation
|
|
200
|
+
* reads through small lightness steps plus borders, so a wide spread just looks washed out rather
|
|
201
|
+
* than layered. `light`/`tertiary` share a rung by design (they are aliases); no other pair may,
|
|
202
|
+
* or that step of elevation silently disappears.
|
|
203
|
+
*/
|
|
204
|
+
const NAMED_SURFACE_L = {
|
|
205
|
+
main: 7,
|
|
206
|
+
base: 8,
|
|
207
|
+
subtle: 10,
|
|
208
|
+
secondary: 11,
|
|
209
|
+
tableHeader: 12,
|
|
210
|
+
light: 13,
|
|
211
|
+
tertiary: 13,
|
|
212
|
+
medium: 14,
|
|
213
|
+
neutral: 15,
|
|
214
|
+
quaternary: 16,
|
|
215
|
+
accent: 17,
|
|
216
|
+
muted: 18,
|
|
217
|
+
};
|
|
218
|
+
const SURFACE_SAT = 14;
|
|
219
|
+
const TEXT_SAT = 12;
|
|
220
|
+
const PLACEHOLDER_SAT = 10;
|
|
221
|
+
const BORDER_SAT = 12;
|
|
222
|
+
const DISABLED_SAT = 8;
|
|
223
|
+
const GRAY_SAT = 6;
|
|
224
|
+
function buildDarkPalette(light) {
|
|
225
|
+
const hueSource = light.primary[500];
|
|
226
|
+
const { h } = (0, color_1.hexToHsl)(hueSource);
|
|
227
|
+
const namedSurfaces = Object.fromEntries(Object.entries(NAMED_SURFACE_L).map(([key, l]) => [
|
|
228
|
+
key,
|
|
229
|
+
(0, color_1.hslToHex)({ h, s: SURFACE_SAT, l }),
|
|
230
|
+
]));
|
|
231
|
+
const white = light.white;
|
|
232
|
+
const primary = liftBrand(light.primary, white);
|
|
233
|
+
return {
|
|
234
|
+
...light,
|
|
235
|
+
// Brand identity: hue preserved, accent lifted as far as the white label allows.
|
|
236
|
+
primary,
|
|
237
|
+
secondary: liftBrand(light.secondary, white),
|
|
238
|
+
tertiary: liftBrand(light.tertiary, white),
|
|
239
|
+
gradient: light.gradient,
|
|
240
|
+
semantic: {
|
|
241
|
+
success: liftAccent(light.semantic.success, white),
|
|
242
|
+
error: liftAccent(light.semantic.error, white),
|
|
243
|
+
warning: liftAccent(light.semantic.warning, white),
|
|
244
|
+
info: liftAccent(light.semantic.info, white),
|
|
245
|
+
},
|
|
246
|
+
// `white` stays white on purpose: it is the label color on filled buttons.
|
|
247
|
+
transparent: light.transparent,
|
|
248
|
+
black: light.black,
|
|
249
|
+
white: light.white,
|
|
250
|
+
// Utility hues keep their meaning; only the light/dark role of each index flips.
|
|
251
|
+
gray: fromTargets(hueSource, GRAY_TARGETS, GRAY_SAT),
|
|
252
|
+
red: (0, exports.reverseScale)(light.red),
|
|
253
|
+
orange: (0, exports.reverseScale)(light.orange),
|
|
254
|
+
yellow: (0, exports.reverseScale)(light.yellow),
|
|
255
|
+
green: (0, exports.reverseScale)(light.green),
|
|
256
|
+
teal: (0, exports.reverseScale)(light.teal),
|
|
257
|
+
blue: (0, exports.reverseScale)(light.blue),
|
|
258
|
+
cyan: (0, exports.reverseScale)(light.cyan),
|
|
259
|
+
purple: (0, exports.reverseScale)(light.purple),
|
|
260
|
+
pink: (0, exports.reverseScale)(light.pink),
|
|
261
|
+
backgroundColor: namedSurfaces,
|
|
262
|
+
background: fromTargets(hueSource, SURFACE_TARGETS, SURFACE_SAT),
|
|
263
|
+
text: fromTargets(hueSource, TEXT_TARGETS, TEXT_SAT),
|
|
264
|
+
header: fromTargets(hueSource, TEXT_TARGETS, TEXT_SAT + 2),
|
|
265
|
+
placeholder: fromTargets(hueSource, PLACEHOLDER_TARGETS, PLACEHOLDER_SAT),
|
|
266
|
+
border: fromTargets(hueSource, BORDER_TARGETS, BORDER_SAT),
|
|
267
|
+
boxborder: fromTargets(hueSource, BORDER_TARGETS, BORDER_SAT),
|
|
268
|
+
table: { hover: fromTargets(hueSource, TABLE_HOVER_TARGETS, BORDER_SAT) },
|
|
269
|
+
disabled: fromTargets(hueSource, DISABLED_TARGETS, DISABLED_SAT),
|
|
270
|
+
// Derived from the LIFTED accent against the dark canvas: the lift stops at the white-label
|
|
271
|
+
// floor (~4.55), which leaves primary[500] short of AA as text, so text needs its own rung.
|
|
272
|
+
accentText: (0, accentText_1.pickAccentText)(primary, namedSurfaces.main, "dark"),
|
|
273
|
+
// Sidebar is already near-black in light mode, so it needs no inversion.
|
|
274
|
+
sidebar: light.sidebar,
|
|
275
|
+
boxShadow: {
|
|
276
|
+
primary: (0, buildBrandTokens_1.buildPrimaryShadowTint)(primary[500]),
|
|
277
|
+
error: light.boxShadow.error,
|
|
278
|
+
default: "#00000080",
|
|
279
|
+
},
|
|
280
|
+
};
|
|
281
|
+
}
|
|
282
|
+
exports.default = buildDarkPalette;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { PaletteProps } from "../types";
|
|
2
|
+
export type ThemeColorPalette = PaletteProps;
|
|
3
|
+
/** Default multi-series palette for Apex charts (strings required by ApexCharts). */
|
|
4
|
+
export declare function getDefaultSeriesColors(colors: ThemeColorPalette): string[];
|
|
5
|
+
export declare function mergeChartTitleStyle(colors: ThemeColorPalette, titleStyle?: {
|
|
6
|
+
color?: string;
|
|
7
|
+
fontSize?: string;
|
|
8
|
+
fontWeight?: number | string;
|
|
9
|
+
fontFamily?: string;
|
|
10
|
+
}): {
|
|
11
|
+
color: string;
|
|
12
|
+
fontSize: string;
|
|
13
|
+
fontWeight: number | string;
|
|
14
|
+
fontFamily: string;
|
|
15
|
+
};
|
|
16
|
+
export declare function chartAxisLabelColor(colors: ThemeColorPalette): string;
|
|
17
|
+
//# sourceMappingURL=chartColorsFromTheme.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chartColorsFromTheme.d.ts","sourceRoot":"","sources":["../../../../src/Theme/tokens/builders/chartColorsFromTheme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE7C,MAAM,MAAM,iBAAiB,GAAG,YAAY,CAAC;AAE7C,qFAAqF;AACrF,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,iBAAiB,GAAG,MAAM,EAAE,CAO1E;AAED,wBAAgB,oBAAoB,CAClC,MAAM,EAAE,iBAAiB,EACzB,UAAU,CAAC,EAAE;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;WAJS,MAAM;cACH,MAAM;gBACJ,MAAM,GAAG,MAAM;gBACf,MAAM;EAUtB;AAED,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,iBAAiB,GAAG,MAAM,CAErE"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getDefaultSeriesColors = getDefaultSeriesColors;
|
|
4
|
+
exports.mergeChartTitleStyle = mergeChartTitleStyle;
|
|
5
|
+
exports.chartAxisLabelColor = chartAxisLabelColor;
|
|
6
|
+
/** Default multi-series palette for Apex charts (strings required by ApexCharts). */
|
|
7
|
+
function getDefaultSeriesColors(colors) {
|
|
8
|
+
return [
|
|
9
|
+
colors.primary[500],
|
|
10
|
+
colors.semantic.error[500],
|
|
11
|
+
colors.semantic.success[500],
|
|
12
|
+
colors.orange[500],
|
|
13
|
+
];
|
|
14
|
+
}
|
|
15
|
+
function mergeChartTitleStyle(colors, titleStyle) {
|
|
16
|
+
return {
|
|
17
|
+
fontSize: "16px",
|
|
18
|
+
fontWeight: 600,
|
|
19
|
+
fontFamily: "Arial",
|
|
20
|
+
color: colors.primary[500],
|
|
21
|
+
...titleStyle,
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
function chartAxisLabelColor(colors) {
|
|
25
|
+
return colors.gray[700];
|
|
26
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pure color math. No dependencies, no platform APIs — safe for the mobile port.
|
|
3
|
+
*
|
|
4
|
+
* Used by `buildDarkPalette` to derive dark ramps from each brand's own light colors,
|
|
5
|
+
* and to assert contrast in tests.
|
|
6
|
+
*/
|
|
7
|
+
export type Rgb = {
|
|
8
|
+
r: number;
|
|
9
|
+
g: number;
|
|
10
|
+
b: number;
|
|
11
|
+
};
|
|
12
|
+
export type Hsl = {
|
|
13
|
+
h: number;
|
|
14
|
+
s: number;
|
|
15
|
+
l: number;
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Accepts `#rgb` or `#rrggbb` only. An `#rrggbbaa` throws ON PURPOSE.
|
|
19
|
+
*
|
|
20
|
+
* The old version silently dropped the alpha and returned the fully-opaque rgb. That made
|
|
21
|
+
* `contrastRatio` score a 16%-alpha hover tint as if it were solid — a measured 4.18 for a fill that
|
|
22
|
+
* actually renders at 1.17 over the canvas, a 3.6x overstatement — with a doc comment saying "alpha
|
|
23
|
+
* ignored" that made it look handled. Alpha over an unknown backdrop has no defined luminance, so the
|
|
24
|
+
* only correct move is to refuse it: composite it first with `compositeOver`, then measure the result.
|
|
25
|
+
*/
|
|
26
|
+
export declare function hexToRgb(hex: string): Rgb;
|
|
27
|
+
/** Alpha in 0..1. `#rgb`/`#rrggbb` read as fully opaque (`a: 1`); `#rgba`/`#rrggbbaa` carry their alpha. */
|
|
28
|
+
export declare function hexToRgba(hex: string): Rgb & {
|
|
29
|
+
a: number;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Flatten a translucent foreground onto an opaque backdrop — the ONLY way to get a real color for a
|
|
33
|
+
* tint before measuring contrast. `contrastRatio(tint, canvas)` now throws; the correct call is
|
|
34
|
+
* `contrastRatio(compositeOver(tint, canvas), canvas)`.
|
|
35
|
+
*/
|
|
36
|
+
export declare function compositeOver(foreground: string, backdrop: string): string;
|
|
37
|
+
export declare function rgbToHex({ r, g, b }: Rgb): string;
|
|
38
|
+
export declare function rgbToHsl({ r, g, b }: Rgb): Hsl;
|
|
39
|
+
export declare function hslToRgb({ h, s, l }: Hsl): Rgb;
|
|
40
|
+
export declare const hexToHsl: (hex: string) => Hsl;
|
|
41
|
+
export declare const hslToHex: (hsl: Hsl) => string;
|
|
42
|
+
/** Re-lights a color while keeping its hue (and, unless overridden, its saturation). */
|
|
43
|
+
export declare function withLightness(hex: string, lightness: number, saturation?: number): string;
|
|
44
|
+
/** Linear RGB blend. `weight` is how much of `b` to take (0 → a, 1 → b). */
|
|
45
|
+
export declare function mix(a: string, b: string, weight: number): string;
|
|
46
|
+
/** WCAG 2.1 relative luminance. */
|
|
47
|
+
export declare function relativeLuminance(hex: string): number;
|
|
48
|
+
/** WCAG 2.1 contrast ratio, 1–21. AA body text needs >= 4.5. */
|
|
49
|
+
export declare function contrastRatio(a: string, b: string): number;
|
|
50
|
+
//# sourceMappingURL=color.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"color.d.ts","sourceRoot":"","sources":["../../../../src/Theme/tokens/builders/color.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,GAAG,GAAG;IAAE,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AACtD,MAAM,MAAM,GAAG,GAAG;IAAE,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAItD;;;;;;;;GAQG;AACH,wBAAgB,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAWzC;AAED,4GAA4G;AAC5G,wBAAgB,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,GAAG;IAAE,CAAC,EAAE,MAAM,CAAA;CAAE,CAQ1D;AAED;;;;GAIG;AACH,wBAAgB,aAAa,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,CAQ1E;AAED,wBAAgB,QAAQ,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,GAAG,GAAG,MAAM,CAIjD;AAED,wBAAgB,QAAQ,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,GAAG,GAAG,GAAG,CAkB9C;AAED,wBAAgB,QAAQ,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,GAAG,GAAG,GAAG,CA4B9C;AAED,eAAO,MAAM,QAAQ,GAAI,KAAK,MAAM,KAAG,GAA8B,CAAC;AACtE,eAAO,MAAM,QAAQ,GAAI,KAAK,GAAG,KAAG,MAAiC,CAAC;AAEtE,wFAAwF;AACxF,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAGzF;AAED,4EAA4E;AAC5E,wBAAgB,GAAG,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,CAShE;AAED,mCAAmC;AACnC,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAOrD;AAED,gEAAgE;AAChE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAM1D"}
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Pure color math. No dependencies, no platform APIs — safe for the mobile port.
|
|
4
|
+
*
|
|
5
|
+
* Used by `buildDarkPalette` to derive dark ramps from each brand's own light colors,
|
|
6
|
+
* and to assert contrast in tests.
|
|
7
|
+
*/
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.hslToHex = exports.hexToHsl = void 0;
|
|
10
|
+
exports.hexToRgb = hexToRgb;
|
|
11
|
+
exports.hexToRgba = hexToRgba;
|
|
12
|
+
exports.compositeOver = compositeOver;
|
|
13
|
+
exports.rgbToHex = rgbToHex;
|
|
14
|
+
exports.rgbToHsl = rgbToHsl;
|
|
15
|
+
exports.hslToRgb = hslToRgb;
|
|
16
|
+
exports.withLightness = withLightness;
|
|
17
|
+
exports.mix = mix;
|
|
18
|
+
exports.relativeLuminance = relativeLuminance;
|
|
19
|
+
exports.contrastRatio = contrastRatio;
|
|
20
|
+
const clamp = (n, min, max) => Math.min(max, Math.max(min, n));
|
|
21
|
+
/**
|
|
22
|
+
* Accepts `#rgb` or `#rrggbb` only. An `#rrggbbaa` throws ON PURPOSE.
|
|
23
|
+
*
|
|
24
|
+
* The old version silently dropped the alpha and returned the fully-opaque rgb. That made
|
|
25
|
+
* `contrastRatio` score a 16%-alpha hover tint as if it were solid — a measured 4.18 for a fill that
|
|
26
|
+
* actually renders at 1.17 over the canvas, a 3.6x overstatement — with a doc comment saying "alpha
|
|
27
|
+
* ignored" that made it look handled. Alpha over an unknown backdrop has no defined luminance, so the
|
|
28
|
+
* only correct move is to refuse it: composite it first with `compositeOver`, then measure the result.
|
|
29
|
+
*/
|
|
30
|
+
function hexToRgb(hex) {
|
|
31
|
+
let h = hex.trim().replace(/^#/, "");
|
|
32
|
+
if (h.length === 3)
|
|
33
|
+
h = h.split("").map((c) => c + c).join("");
|
|
34
|
+
if (!/^[0-9a-fA-F]{6}$/.test(h)) {
|
|
35
|
+
throw new Error(`hexToRgb needs an opaque #rgb/#rrggbb color, got "${hex}". ` +
|
|
36
|
+
`If this is an #rrggbbaa tint, composite it over its backdrop first (compositeOver).`);
|
|
37
|
+
}
|
|
38
|
+
const int = parseInt(h, 16);
|
|
39
|
+
return { r: (int >> 16) & 255, g: (int >> 8) & 255, b: int & 255 };
|
|
40
|
+
}
|
|
41
|
+
/** Alpha in 0..1. `#rgb`/`#rrggbb` read as fully opaque (`a: 1`); `#rgba`/`#rrggbbaa` carry their alpha. */
|
|
42
|
+
function hexToRgba(hex) {
|
|
43
|
+
let h = hex.trim().replace(/^#/, "");
|
|
44
|
+
if (h.length === 4)
|
|
45
|
+
h = h.split("").map((c) => c + c).join("");
|
|
46
|
+
if (h.length === 8) {
|
|
47
|
+
const a = parseInt(h.slice(6, 8), 16) / 255;
|
|
48
|
+
return { ...hexToRgb(`#${h.slice(0, 6)}`), a };
|
|
49
|
+
}
|
|
50
|
+
return { ...hexToRgb(`#${h}`), a: 1 };
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Flatten a translucent foreground onto an opaque backdrop — the ONLY way to get a real color for a
|
|
54
|
+
* tint before measuring contrast. `contrastRatio(tint, canvas)` now throws; the correct call is
|
|
55
|
+
* `contrastRatio(compositeOver(tint, canvas), canvas)`.
|
|
56
|
+
*/
|
|
57
|
+
function compositeOver(foreground, backdrop) {
|
|
58
|
+
const f = hexToRgba(foreground);
|
|
59
|
+
const b = hexToRgb(backdrop);
|
|
60
|
+
return rgbToHex({
|
|
61
|
+
r: f.r * f.a + b.r * (1 - f.a),
|
|
62
|
+
g: f.g * f.a + b.g * (1 - f.a),
|
|
63
|
+
b: f.b * f.a + b.b * (1 - f.a),
|
|
64
|
+
});
|
|
65
|
+
}
|
|
66
|
+
function rgbToHex({ r, g, b }) {
|
|
67
|
+
const to = (n) => clamp(Math.round(n), 0, 255).toString(16).padStart(2, "0");
|
|
68
|
+
return `#${to(r)}${to(g)}${to(b)}`;
|
|
69
|
+
}
|
|
70
|
+
function rgbToHsl({ r, g, b }) {
|
|
71
|
+
const rn = r / 255;
|
|
72
|
+
const gn = g / 255;
|
|
73
|
+
const bn = b / 255;
|
|
74
|
+
const max = Math.max(rn, gn, bn);
|
|
75
|
+
const min = Math.min(rn, gn, bn);
|
|
76
|
+
const l = (max + min) / 2;
|
|
77
|
+
const d = max - min;
|
|
78
|
+
if (d === 0)
|
|
79
|
+
return { h: 0, s: 0, l: l * 100 };
|
|
80
|
+
const s = l > 0.5 ? d / (2 - max - min) : d / (max + min);
|
|
81
|
+
let h;
|
|
82
|
+
if (max === rn)
|
|
83
|
+
h = ((gn - bn) / d + (gn < bn ? 6 : 0)) / 6;
|
|
84
|
+
else if (max === gn)
|
|
85
|
+
h = ((bn - rn) / d + 2) / 6;
|
|
86
|
+
else
|
|
87
|
+
h = ((rn - gn) / d + 4) / 6;
|
|
88
|
+
return { h: h * 360, s: s * 100, l: l * 100 };
|
|
89
|
+
}
|
|
90
|
+
function hslToRgb({ h, s, l }) {
|
|
91
|
+
const hn = ((h % 360) + 360) % 360 / 360;
|
|
92
|
+
const sn = clamp(s, 0, 100) / 100;
|
|
93
|
+
const ln = clamp(l, 0, 100) / 100;
|
|
94
|
+
if (sn === 0) {
|
|
95
|
+
const v = ln * 255;
|
|
96
|
+
return { r: v, g: v, b: v };
|
|
97
|
+
}
|
|
98
|
+
const q = ln < 0.5 ? ln * (1 + sn) : ln + sn - ln * sn;
|
|
99
|
+
const p = 2 * ln - q;
|
|
100
|
+
const channel = (t) => {
|
|
101
|
+
let tn = t;
|
|
102
|
+
if (tn < 0)
|
|
103
|
+
tn += 1;
|
|
104
|
+
if (tn > 1)
|
|
105
|
+
tn -= 1;
|
|
106
|
+
if (tn < 1 / 6)
|
|
107
|
+
return p + (q - p) * 6 * tn;
|
|
108
|
+
if (tn < 1 / 2)
|
|
109
|
+
return q;
|
|
110
|
+
if (tn < 2 / 3)
|
|
111
|
+
return p + (q - p) * (2 / 3 - tn) * 6;
|
|
112
|
+
return p;
|
|
113
|
+
};
|
|
114
|
+
return {
|
|
115
|
+
r: channel(hn + 1 / 3) * 255,
|
|
116
|
+
g: channel(hn) * 255,
|
|
117
|
+
b: channel(hn - 1 / 3) * 255,
|
|
118
|
+
};
|
|
119
|
+
}
|
|
120
|
+
const hexToHsl = (hex) => rgbToHsl(hexToRgb(hex));
|
|
121
|
+
exports.hexToHsl = hexToHsl;
|
|
122
|
+
const hslToHex = (hsl) => rgbToHex(hslToRgb(hsl));
|
|
123
|
+
exports.hslToHex = hslToHex;
|
|
124
|
+
/** Re-lights a color while keeping its hue (and, unless overridden, its saturation). */
|
|
125
|
+
function withLightness(hex, lightness, saturation) {
|
|
126
|
+
const { h, s } = (0, exports.hexToHsl)(hex);
|
|
127
|
+
return (0, exports.hslToHex)({ h, s: saturation !== null && saturation !== void 0 ? saturation : s, l: clamp(lightness, 0, 100) });
|
|
128
|
+
}
|
|
129
|
+
/** Linear RGB blend. `weight` is how much of `b` to take (0 → a, 1 → b). */
|
|
130
|
+
function mix(a, b, weight) {
|
|
131
|
+
const ca = hexToRgb(a);
|
|
132
|
+
const cb = hexToRgb(b);
|
|
133
|
+
const w = clamp(weight, 0, 1);
|
|
134
|
+
return rgbToHex({
|
|
135
|
+
r: ca.r + (cb.r - ca.r) * w,
|
|
136
|
+
g: ca.g + (cb.g - ca.g) * w,
|
|
137
|
+
b: ca.b + (cb.b - ca.b) * w,
|
|
138
|
+
});
|
|
139
|
+
}
|
|
140
|
+
/** WCAG 2.1 relative luminance. */
|
|
141
|
+
function relativeLuminance(hex) {
|
|
142
|
+
const { r, g, b } = hexToRgb(hex);
|
|
143
|
+
const channel = (v) => {
|
|
144
|
+
const c = v / 255;
|
|
145
|
+
return c <= 0.03928 ? c / 12.92 : Math.pow((c + 0.055) / 1.055, 2.4);
|
|
146
|
+
};
|
|
147
|
+
return 0.2126 * channel(r) + 0.7152 * channel(g) + 0.0722 * channel(b);
|
|
148
|
+
}
|
|
149
|
+
/** WCAG 2.1 contrast ratio, 1–21. AA body text needs >= 4.5. */
|
|
150
|
+
function contrastRatio(a, b) {
|
|
151
|
+
const la = relativeLuminance(a);
|
|
152
|
+
const lb = relativeLuminance(b);
|
|
153
|
+
const light = Math.max(la, lb);
|
|
154
|
+
const dark = Math.min(la, lb);
|
|
155
|
+
return (light + 0.05) / (dark + 0.05);
|
|
156
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Theme/tokens/builders/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./accentText"), exports);
|
|
18
|
+
__exportStar(require("./buildBrandTokens"), exports);
|
|
19
|
+
__exportStar(require("./buildDarkPalette"), exports);
|
|
20
|
+
__exportStar(require("./chartColorsFromTheme"), exports);
|
|
21
|
+
__exportStar(require("./color"), exports);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pixelize design tokens — the portable core of the design system.
|
|
3
|
+
*
|
|
4
|
+
* PURITY CONTRACT: nothing in this folder imports Chakra, React, or CSS. It is plain
|
|
5
|
+
* TypeScript data + pure functions, so the mobile design library can consume this
|
|
6
|
+
* folder as-is. Keep it that way — a single Chakra/CSS import here breaks the mobile port.
|
|
7
|
+
*
|
|
8
|
+
* Web-only concerns (Chakra `extendTheme`, `cssVarPrefix`, the Inter font-face CSS import)
|
|
9
|
+
* live in `Theme/chakra/` instead.
|
|
10
|
+
*/
|
|
11
|
+
export * from "./types";
|
|
12
|
+
export * from "./primitives";
|
|
13
|
+
export * from "./brands";
|
|
14
|
+
export * from "./builders";
|
|
15
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Theme/tokens/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Pixelize design tokens — the portable core of the design system.
|
|
4
|
+
*
|
|
5
|
+
* PURITY CONTRACT: nothing in this folder imports Chakra, React, or CSS. It is plain
|
|
6
|
+
* TypeScript data + pure functions, so the mobile design library can consume this
|
|
7
|
+
* folder as-is. Keep it that way — a single Chakra/CSS import here breaks the mobile port.
|
|
8
|
+
*
|
|
9
|
+
* Web-only concerns (Chakra `extendTheme`, `cssVarPrefix`, the Inter font-face CSS import)
|
|
10
|
+
* live in `Theme/chakra/` instead.
|
|
11
|
+
*/
|
|
12
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
15
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
16
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
17
|
+
}
|
|
18
|
+
Object.defineProperty(o, k2, desc);
|
|
19
|
+
}) : (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
}));
|
|
23
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
24
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
25
|
+
};
|
|
26
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
|
+
__exportStar(require("./types"), exports);
|
|
28
|
+
__exportStar(require("./primitives"), exports);
|
|
29
|
+
__exportStar(require("./brands"), exports);
|
|
30
|
+
__exportStar(require("./builders"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"breakpoints.d.ts","sourceRoot":"","sources":["../../../../src/Theme/tokens/primitives/breakpoints.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,WAAW;;;;;;CAMhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { default as space } from "./space";
|
|
2
|
+
export { default as sizes } from "./sizes";
|
|
3
|
+
export { default as radii } from "./radii";
|
|
4
|
+
export { default as shadows } from "./shadows";
|
|
5
|
+
export { default as zIndices } from "./zIndices";
|
|
6
|
+
export { default as breakpoints } from "./breakpoints";
|
|
7
|
+
export { default as lineHeights } from "./lineHeights";
|
|
8
|
+
export { default as letterSpacings } from "./letterSpacings";
|
|
9
|
+
export { default as typography, fonts, fontSizes, fontWeights } from "./typography";
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Theme/tokens/primitives/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC"}
|