pixelize-design-library 2.3.22 → 2.4.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/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 +34 -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 +32 -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 +56 -0
- package/.cursor/modules/inputs-select/MODULE.md +27 -0
- package/.cursor/modules/inputs-toggle/MODULE.md +18 -0
- package/.cursor/modules/kanban/MODULE.md +22 -0
- package/.cursor/modules/layout-navigation/MODULE.md +269 -0
- package/.cursor/modules/overlays/MODULE.md +69 -0
- package/.cursor/modules/playground/MODULE.md +28 -0
- package/.cursor/modules/table/MODULE.md +78 -0
- package/.cursor/modules/theme/MODULE.md +314 -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.map +1 -1
- 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/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/index.d.ts +10 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +52 -1
- package/eslint.config.js +48 -0
- package/index.html +13 -0
- package/package.json +1 -5
- package/vite.config.ts +13 -0
|
@@ -0,0 +1,375 @@
|
|
|
1
|
+
declare const palette: {
|
|
2
|
+
gradient: {
|
|
3
|
+
from: string;
|
|
4
|
+
to: string;
|
|
5
|
+
};
|
|
6
|
+
primary: {
|
|
7
|
+
50: string;
|
|
8
|
+
100: string;
|
|
9
|
+
200: string;
|
|
10
|
+
300: string;
|
|
11
|
+
400: string;
|
|
12
|
+
500: string;
|
|
13
|
+
600: string;
|
|
14
|
+
700: string;
|
|
15
|
+
800: string;
|
|
16
|
+
900: string;
|
|
17
|
+
opacity: {
|
|
18
|
+
4: string;
|
|
19
|
+
8: string;
|
|
20
|
+
16: string;
|
|
21
|
+
24: string;
|
|
22
|
+
32: string;
|
|
23
|
+
40: string;
|
|
24
|
+
48: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
secondary: {
|
|
28
|
+
50: string;
|
|
29
|
+
100: string;
|
|
30
|
+
200: string;
|
|
31
|
+
300: string;
|
|
32
|
+
400: string;
|
|
33
|
+
500: string;
|
|
34
|
+
600: string;
|
|
35
|
+
700: string;
|
|
36
|
+
800: string;
|
|
37
|
+
900: string;
|
|
38
|
+
opacity: {
|
|
39
|
+
4: string;
|
|
40
|
+
8: string;
|
|
41
|
+
16: string;
|
|
42
|
+
24: string;
|
|
43
|
+
32: string;
|
|
44
|
+
40: string;
|
|
45
|
+
48: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
tertiary: {
|
|
49
|
+
50: string;
|
|
50
|
+
100: string;
|
|
51
|
+
200: string;
|
|
52
|
+
300: string;
|
|
53
|
+
400: string;
|
|
54
|
+
500: string;
|
|
55
|
+
600: string;
|
|
56
|
+
700: string;
|
|
57
|
+
800: string;
|
|
58
|
+
900: string;
|
|
59
|
+
opacity: {
|
|
60
|
+
4: string;
|
|
61
|
+
8: string;
|
|
62
|
+
16: string;
|
|
63
|
+
24: string;
|
|
64
|
+
32: string;
|
|
65
|
+
40: string;
|
|
66
|
+
48: string;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
transparent: string;
|
|
70
|
+
black: string;
|
|
71
|
+
white: string;
|
|
72
|
+
semantic: {
|
|
73
|
+
success: {
|
|
74
|
+
50: string;
|
|
75
|
+
100: string;
|
|
76
|
+
200: string;
|
|
77
|
+
300: string;
|
|
78
|
+
400: string;
|
|
79
|
+
500: string;
|
|
80
|
+
600: string;
|
|
81
|
+
700: string;
|
|
82
|
+
800: string;
|
|
83
|
+
900: string;
|
|
84
|
+
};
|
|
85
|
+
error: {
|
|
86
|
+
50: string;
|
|
87
|
+
100: string;
|
|
88
|
+
200: string;
|
|
89
|
+
300: string;
|
|
90
|
+
400: string;
|
|
91
|
+
500: string;
|
|
92
|
+
600: string;
|
|
93
|
+
700: string;
|
|
94
|
+
800: string;
|
|
95
|
+
900: string;
|
|
96
|
+
};
|
|
97
|
+
warning: {
|
|
98
|
+
50: string;
|
|
99
|
+
100: string;
|
|
100
|
+
200: string;
|
|
101
|
+
300: string;
|
|
102
|
+
400: string;
|
|
103
|
+
500: string;
|
|
104
|
+
600: string;
|
|
105
|
+
700: string;
|
|
106
|
+
800: string;
|
|
107
|
+
900: string;
|
|
108
|
+
};
|
|
109
|
+
info: {
|
|
110
|
+
50: string;
|
|
111
|
+
100: string;
|
|
112
|
+
200: string;
|
|
113
|
+
300: string;
|
|
114
|
+
400: string;
|
|
115
|
+
500: string;
|
|
116
|
+
600: string;
|
|
117
|
+
700: string;
|
|
118
|
+
800: string;
|
|
119
|
+
900: string;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
gray: {
|
|
123
|
+
50: string;
|
|
124
|
+
100: string;
|
|
125
|
+
200: string;
|
|
126
|
+
300: string;
|
|
127
|
+
400: string;
|
|
128
|
+
500: string;
|
|
129
|
+
600: string;
|
|
130
|
+
700: string;
|
|
131
|
+
800: string;
|
|
132
|
+
900: string;
|
|
133
|
+
};
|
|
134
|
+
red: {
|
|
135
|
+
50: string;
|
|
136
|
+
100: string;
|
|
137
|
+
200: string;
|
|
138
|
+
300: string;
|
|
139
|
+
400: string;
|
|
140
|
+
500: string;
|
|
141
|
+
600: string;
|
|
142
|
+
700: string;
|
|
143
|
+
800: string;
|
|
144
|
+
900: string;
|
|
145
|
+
};
|
|
146
|
+
orange: {
|
|
147
|
+
50: string;
|
|
148
|
+
100: string;
|
|
149
|
+
200: string;
|
|
150
|
+
300: string;
|
|
151
|
+
400: string;
|
|
152
|
+
500: string;
|
|
153
|
+
600: string;
|
|
154
|
+
700: string;
|
|
155
|
+
800: string;
|
|
156
|
+
900: string;
|
|
157
|
+
};
|
|
158
|
+
yellow: {
|
|
159
|
+
50: string;
|
|
160
|
+
100: string;
|
|
161
|
+
200: string;
|
|
162
|
+
300: string;
|
|
163
|
+
400: string;
|
|
164
|
+
500: string;
|
|
165
|
+
600: string;
|
|
166
|
+
700: string;
|
|
167
|
+
800: string;
|
|
168
|
+
900: string;
|
|
169
|
+
};
|
|
170
|
+
green: {
|
|
171
|
+
50: string;
|
|
172
|
+
100: string;
|
|
173
|
+
200: string;
|
|
174
|
+
300: string;
|
|
175
|
+
400: string;
|
|
176
|
+
500: string;
|
|
177
|
+
600: string;
|
|
178
|
+
700: string;
|
|
179
|
+
800: string;
|
|
180
|
+
900: string;
|
|
181
|
+
};
|
|
182
|
+
teal: {
|
|
183
|
+
50: string;
|
|
184
|
+
100: string;
|
|
185
|
+
200: string;
|
|
186
|
+
300: string;
|
|
187
|
+
400: string;
|
|
188
|
+
500: string;
|
|
189
|
+
600: string;
|
|
190
|
+
700: string;
|
|
191
|
+
800: string;
|
|
192
|
+
900: string;
|
|
193
|
+
};
|
|
194
|
+
blue: {
|
|
195
|
+
50: string;
|
|
196
|
+
100: string;
|
|
197
|
+
200: string;
|
|
198
|
+
300: string;
|
|
199
|
+
400: string;
|
|
200
|
+
500: string;
|
|
201
|
+
600: string;
|
|
202
|
+
700: string;
|
|
203
|
+
800: string;
|
|
204
|
+
900: string;
|
|
205
|
+
};
|
|
206
|
+
cyan: {
|
|
207
|
+
50: string;
|
|
208
|
+
100: string;
|
|
209
|
+
200: string;
|
|
210
|
+
300: string;
|
|
211
|
+
400: string;
|
|
212
|
+
500: string;
|
|
213
|
+
600: string;
|
|
214
|
+
700: string;
|
|
215
|
+
800: string;
|
|
216
|
+
900: string;
|
|
217
|
+
};
|
|
218
|
+
purple: {
|
|
219
|
+
50: string;
|
|
220
|
+
100: string;
|
|
221
|
+
200: string;
|
|
222
|
+
300: string;
|
|
223
|
+
400: string;
|
|
224
|
+
500: string;
|
|
225
|
+
600: string;
|
|
226
|
+
700: string;
|
|
227
|
+
800: string;
|
|
228
|
+
900: string;
|
|
229
|
+
};
|
|
230
|
+
pink: {
|
|
231
|
+
50: string;
|
|
232
|
+
100: string;
|
|
233
|
+
200: string;
|
|
234
|
+
300: string;
|
|
235
|
+
400: string;
|
|
236
|
+
500: string;
|
|
237
|
+
600: string;
|
|
238
|
+
700: string;
|
|
239
|
+
800: string;
|
|
240
|
+
900: string;
|
|
241
|
+
};
|
|
242
|
+
backgroundColor: {
|
|
243
|
+
main: string;
|
|
244
|
+
secondary: string;
|
|
245
|
+
tertiary: string;
|
|
246
|
+
quaternary: string;
|
|
247
|
+
light: string;
|
|
248
|
+
medium: string;
|
|
249
|
+
accent: string;
|
|
250
|
+
subtle: string;
|
|
251
|
+
muted: string;
|
|
252
|
+
neutral: string;
|
|
253
|
+
base: string;
|
|
254
|
+
tableHeader: string;
|
|
255
|
+
};
|
|
256
|
+
background: {
|
|
257
|
+
50: string;
|
|
258
|
+
100: string;
|
|
259
|
+
200: string;
|
|
260
|
+
300: string;
|
|
261
|
+
400: string;
|
|
262
|
+
500: string;
|
|
263
|
+
600: string;
|
|
264
|
+
700: string;
|
|
265
|
+
800: string;
|
|
266
|
+
900: string;
|
|
267
|
+
};
|
|
268
|
+
text: {
|
|
269
|
+
50: string;
|
|
270
|
+
100: string;
|
|
271
|
+
200: string;
|
|
272
|
+
300: string;
|
|
273
|
+
400: string;
|
|
274
|
+
500: string;
|
|
275
|
+
600: string;
|
|
276
|
+
700: string;
|
|
277
|
+
800: string;
|
|
278
|
+
900: string;
|
|
279
|
+
};
|
|
280
|
+
header: {
|
|
281
|
+
50: string;
|
|
282
|
+
100: string;
|
|
283
|
+
200: string;
|
|
284
|
+
300: string;
|
|
285
|
+
400: string;
|
|
286
|
+
500: string;
|
|
287
|
+
600: string;
|
|
288
|
+
700: string;
|
|
289
|
+
800: string;
|
|
290
|
+
900: string;
|
|
291
|
+
};
|
|
292
|
+
placeholder: {
|
|
293
|
+
50: string;
|
|
294
|
+
100: string;
|
|
295
|
+
200: string;
|
|
296
|
+
300: string;
|
|
297
|
+
400: string;
|
|
298
|
+
500: string;
|
|
299
|
+
600: string;
|
|
300
|
+
700: string;
|
|
301
|
+
800: string;
|
|
302
|
+
900: string;
|
|
303
|
+
};
|
|
304
|
+
boxShadow: {
|
|
305
|
+
primary: string;
|
|
306
|
+
error: string;
|
|
307
|
+
default: string;
|
|
308
|
+
};
|
|
309
|
+
sidebar: {
|
|
310
|
+
background: {
|
|
311
|
+
50: string;
|
|
312
|
+
100: string;
|
|
313
|
+
200: string;
|
|
314
|
+
300: string;
|
|
315
|
+
400: string;
|
|
316
|
+
500: string;
|
|
317
|
+
600: string;
|
|
318
|
+
700: string;
|
|
319
|
+
800: string;
|
|
320
|
+
900: string;
|
|
321
|
+
};
|
|
322
|
+
};
|
|
323
|
+
boxborder: {
|
|
324
|
+
50: string;
|
|
325
|
+
100: string;
|
|
326
|
+
200: string;
|
|
327
|
+
300: string;
|
|
328
|
+
400: string;
|
|
329
|
+
500: string;
|
|
330
|
+
600: string;
|
|
331
|
+
700: string;
|
|
332
|
+
800: string;
|
|
333
|
+
900: string;
|
|
334
|
+
};
|
|
335
|
+
border: {
|
|
336
|
+
50: string;
|
|
337
|
+
100: string;
|
|
338
|
+
200: string;
|
|
339
|
+
300: string;
|
|
340
|
+
400: string;
|
|
341
|
+
500: string;
|
|
342
|
+
600: string;
|
|
343
|
+
700: string;
|
|
344
|
+
800: string;
|
|
345
|
+
900: string;
|
|
346
|
+
};
|
|
347
|
+
table: {
|
|
348
|
+
hover: {
|
|
349
|
+
50: string;
|
|
350
|
+
100: string;
|
|
351
|
+
200: string;
|
|
352
|
+
300: string;
|
|
353
|
+
400: string;
|
|
354
|
+
500: string;
|
|
355
|
+
600: string;
|
|
356
|
+
700: string;
|
|
357
|
+
800: string;
|
|
358
|
+
900: string;
|
|
359
|
+
};
|
|
360
|
+
};
|
|
361
|
+
disabled: {
|
|
362
|
+
50: string;
|
|
363
|
+
100: string;
|
|
364
|
+
200: string;
|
|
365
|
+
300: string;
|
|
366
|
+
400: string;
|
|
367
|
+
500: string;
|
|
368
|
+
600: string;
|
|
369
|
+
700: string;
|
|
370
|
+
800: string;
|
|
371
|
+
900: string;
|
|
372
|
+
};
|
|
373
|
+
};
|
|
374
|
+
export default palette;
|
|
375
|
+
//# sourceMappingURL=palette.light.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"palette.light.d.ts","sourceRoot":"","sources":["../../../../../src/Theme/tokens/brands/lavender/palette.light.ts"],"names":[],"mappings":"AA4SA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BZ,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,316 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const buildBrandTokens_1 = require("../../builders/buildBrandTokens");
|
|
4
|
+
const PRIMARY_500 = "#8B3FC8";
|
|
5
|
+
const SECONDARY_ANCHOR = "#1e0f30";
|
|
6
|
+
const primary = {
|
|
7
|
+
50: "#f7edfc",
|
|
8
|
+
100: "#eacff7",
|
|
9
|
+
200: "#d4a0ef",
|
|
10
|
+
300: "#bc70e6",
|
|
11
|
+
400: "#a552db",
|
|
12
|
+
500: PRIMARY_500,
|
|
13
|
+
600: "#7632b0",
|
|
14
|
+
700: "#5e2789",
|
|
15
|
+
800: "#481d69",
|
|
16
|
+
900: "#33154c",
|
|
17
|
+
opacity: (0, buildBrandTokens_1.buildPrimaryOpacity)(PRIMARY_500),
|
|
18
|
+
};
|
|
19
|
+
const secondary = {
|
|
20
|
+
50: "#ede8f5",
|
|
21
|
+
100: "#d4c8e8",
|
|
22
|
+
200: "#b3a0d4",
|
|
23
|
+
300: "#8a6aaa",
|
|
24
|
+
400: "#6b4d8a",
|
|
25
|
+
500: SECONDARY_ANCHOR,
|
|
26
|
+
600: "#180b26",
|
|
27
|
+
700: "#12081c",
|
|
28
|
+
800: "#0d0514",
|
|
29
|
+
900: "#08030b",
|
|
30
|
+
opacity: (0, buildBrandTokens_1.buildPrimaryOpacity)(SECONDARY_ANCHOR),
|
|
31
|
+
};
|
|
32
|
+
const tertiary = { ...secondary };
|
|
33
|
+
const semantic = {
|
|
34
|
+
success: {
|
|
35
|
+
50: "#e9f8ef",
|
|
36
|
+
100: "#bbe9cc",
|
|
37
|
+
200: "#9adeb4",
|
|
38
|
+
300: "#6ccf92",
|
|
39
|
+
400: "#4fc67d",
|
|
40
|
+
500: "#23b85c",
|
|
41
|
+
600: "#20a754",
|
|
42
|
+
700: "#198341",
|
|
43
|
+
800: "#136533",
|
|
44
|
+
900: "#0f4d27",
|
|
45
|
+
},
|
|
46
|
+
error: {
|
|
47
|
+
50: "#feedeb",
|
|
48
|
+
100: "#fbc6c2",
|
|
49
|
+
200: "#f9aaa4",
|
|
50
|
+
300: "#f6837b",
|
|
51
|
+
400: "#f56b61",
|
|
52
|
+
500: "#f2463a",
|
|
53
|
+
600: "#dc4035",
|
|
54
|
+
700: "#ac3229",
|
|
55
|
+
800: "#852720",
|
|
56
|
+
900: "#661d18",
|
|
57
|
+
},
|
|
58
|
+
warning: {
|
|
59
|
+
50: "#fff4ef",
|
|
60
|
+
100: "#ffddce",
|
|
61
|
+
200: "#ffccb7",
|
|
62
|
+
300: "#ffb596",
|
|
63
|
+
400: "#ffa781",
|
|
64
|
+
500: "#ff9162",
|
|
65
|
+
600: "#e88459",
|
|
66
|
+
700: "#b56746",
|
|
67
|
+
800: "#8c5036",
|
|
68
|
+
900: "#6b3d29",
|
|
69
|
+
},
|
|
70
|
+
info: {
|
|
71
|
+
50: "#eff9fc",
|
|
72
|
+
100: "#cdedf5",
|
|
73
|
+
200: "#b5e4f0",
|
|
74
|
+
300: "#94d7e9",
|
|
75
|
+
400: "#7fd0e5",
|
|
76
|
+
500: "#5fc4de",
|
|
77
|
+
600: "#56b2ea",
|
|
78
|
+
700: "#438b9e",
|
|
79
|
+
800: "#346c78",
|
|
80
|
+
900: "#28525d",
|
|
81
|
+
},
|
|
82
|
+
};
|
|
83
|
+
const gray = {
|
|
84
|
+
50: "#f9f7fb",
|
|
85
|
+
100: "#f0eaf6",
|
|
86
|
+
200: "#e4d9f0",
|
|
87
|
+
300: "#cdbde3",
|
|
88
|
+
400: "#a897cc",
|
|
89
|
+
// Retuned to clear AA with a safe >=4.6 margin (not the bare 4.5 cutoff — a value that
|
|
90
|
+
// clears AA by <0.02 is treated as failing, see Wave D QA follow-up) against every
|
|
91
|
+
// backgroundColor surface it's actually rendered on (main/secondary/light/subtle —
|
|
92
|
+
// verified via usage grep). muted/accent/tertiary/etc. have 0-1 live call sites today and
|
|
93
|
+
// none pair them with gray[500] text; going dark enough to also clear those would push
|
|
94
|
+
// past gray[600]'s own lightness and break the ramp order.
|
|
95
|
+
500: "#746499",
|
|
96
|
+
600: "#5e527a",
|
|
97
|
+
700: "#4a4060",
|
|
98
|
+
800: "#342d45",
|
|
99
|
+
900: "#221e2e",
|
|
100
|
+
};
|
|
101
|
+
// These global color scales stay unchanged — they are
|
|
102
|
+
// utility palettes, not theme-specific
|
|
103
|
+
const red = {
|
|
104
|
+
50: "#feedeb", 100: "#fbc6c2", 200: "#f9aaa4", 300: "#f6837b",
|
|
105
|
+
400: "#f56b61", 500: "#f2463a", 600: "#dc4035", 700: "#ac3229",
|
|
106
|
+
800: "#852720", 900: "#661d18",
|
|
107
|
+
};
|
|
108
|
+
const orange = {
|
|
109
|
+
50: "#fff4ef", 100: "#ffddce", 200: "#ffccb7", 300: "#ffb596",
|
|
110
|
+
400: "#ffa781", 500: "#ff9162", 600: "#e88459", 700: "#b56746",
|
|
111
|
+
800: "#8c5036", 900: "#6b3d29",
|
|
112
|
+
};
|
|
113
|
+
const yellow = {
|
|
114
|
+
50: "#fefbec", 100: "#fdf1c5", 200: "#fbeba9", 300: "#fae281",
|
|
115
|
+
400: "#f9dc69", 500: "#f7d343", 600: "#e1c03d", 700: "#af9630",
|
|
116
|
+
800: "#887425", 900: "#68591c",
|
|
117
|
+
};
|
|
118
|
+
const green = {
|
|
119
|
+
50: "#e9f8ef", 100: "#bbe9cc", 200: "#9adeb4", 300: "#6ccf92",
|
|
120
|
+
400: "#4fc67d", 500: "#23b85c", 600: "#20a754", 700: "#198341",
|
|
121
|
+
800: "#136533", 900: "#0f4d27",
|
|
122
|
+
};
|
|
123
|
+
const teal = {
|
|
124
|
+
50: "#eff9fc", 100: "#cdedf5", 200: "#b5e4f0", 300: "#94d7e9",
|
|
125
|
+
400: "#7fd0e5", 500: "#5fc4de", 600: "#56b2ea", 700: "#438b9e",
|
|
126
|
+
800: "#346c78", 900: "#28525d",
|
|
127
|
+
};
|
|
128
|
+
const blue = {
|
|
129
|
+
50: "#ebf8ff", 100: "#bee3f8", 200: "#90cdf4", 300: "#63b3ed",
|
|
130
|
+
400: "#4299e1", 500: "#3182ce", 600: "#2b6cb0", 700: "#2c5282",
|
|
131
|
+
800: "#2a4365", 900: "#1a365d",
|
|
132
|
+
};
|
|
133
|
+
const cyan = {
|
|
134
|
+
50: "#edfdfd", 100: "#c4f1f9", 200: "#9decf9", 300: "#76e4f7",
|
|
135
|
+
400: "#0bc5ea", 500: "#00b5d8", 600: "#00a3c4", 700: "#0987a0",
|
|
136
|
+
800: "#086f83", 900: "#065666",
|
|
137
|
+
};
|
|
138
|
+
const purple = {
|
|
139
|
+
50: "#faf5ff", 100: "#e9d8fd", 200: "#d6bcfa", 300: "#b794f4",
|
|
140
|
+
400: "#9f7aea", 500: "#805ad5", 600: "#6b46c1", 700: "#553c9a",
|
|
141
|
+
800: "#44337a", 900: "#322659",
|
|
142
|
+
};
|
|
143
|
+
const pink = {
|
|
144
|
+
50: "#fff5f7", 100: "#fed7e2", 200: "#fbb6ce", 300: "#f687b3",
|
|
145
|
+
400: "#ed64a6", 500: "#d53f8c", 600: "#b83280", 700: "#97266d",
|
|
146
|
+
800: "#702459", 900: "#521b41",
|
|
147
|
+
};
|
|
148
|
+
const backgroundColor = {
|
|
149
|
+
main: "#f9f7fc",
|
|
150
|
+
secondary: "#f2edf8",
|
|
151
|
+
tertiary: "#ebe3f4",
|
|
152
|
+
quaternary: "#e2d8ef",
|
|
153
|
+
light: "#fdfcfe",
|
|
154
|
+
medium: "#e8e0f2",
|
|
155
|
+
accent: "#e0d5ed",
|
|
156
|
+
subtle: "#f5f1fa",
|
|
157
|
+
muted: "#d8cde8",
|
|
158
|
+
neutral: "#e8e2f2",
|
|
159
|
+
base: "#fbfafd",
|
|
160
|
+
tableHeader: "#f2edf8",
|
|
161
|
+
};
|
|
162
|
+
const background = {
|
|
163
|
+
50: "#ffffff",
|
|
164
|
+
100: "#fdfcfe",
|
|
165
|
+
200: "#f8f5fc",
|
|
166
|
+
300: "#f2edf8",
|
|
167
|
+
400: "#ede6f4",
|
|
168
|
+
500: "#e7def0",
|
|
169
|
+
600: "#d2c8de",
|
|
170
|
+
700: "#a59ab0",
|
|
171
|
+
800: "#7c7386",
|
|
172
|
+
900: "#5e5867",
|
|
173
|
+
};
|
|
174
|
+
const text = {
|
|
175
|
+
50: "#f0eef5",
|
|
176
|
+
100: "#d4cee6",
|
|
177
|
+
200: "#bcb4d9",
|
|
178
|
+
300: "#9890c4",
|
|
179
|
+
400: "#8278b5",
|
|
180
|
+
500: "#5f5490",
|
|
181
|
+
600: "#564c83",
|
|
182
|
+
700: "#433b66",
|
|
183
|
+
800: "#332d4f",
|
|
184
|
+
900: "#26213c",
|
|
185
|
+
};
|
|
186
|
+
const header = {
|
|
187
|
+
50: "#edeaf4",
|
|
188
|
+
100: "#cdc8e2",
|
|
189
|
+
200: "#b4aed4",
|
|
190
|
+
300: "#9488be",
|
|
191
|
+
400: "#7e70b2",
|
|
192
|
+
500: "#5e5196",
|
|
193
|
+
600: "#564a89",
|
|
194
|
+
700: "#433a6b",
|
|
195
|
+
800: "#332d52",
|
|
196
|
+
900: "#26223f",
|
|
197
|
+
};
|
|
198
|
+
const placeholder = {
|
|
199
|
+
50: "#f2f0f7",
|
|
200
|
+
100: "#d8d3ea",
|
|
201
|
+
200: "#c4bde0",
|
|
202
|
+
300: "#a89ed0",
|
|
203
|
+
400: "#9690c5",
|
|
204
|
+
500: "#7a72b0",
|
|
205
|
+
600: "#6f68a0",
|
|
206
|
+
700: "#56507d",
|
|
207
|
+
800: "#423e60",
|
|
208
|
+
900: "#322f4a",
|
|
209
|
+
};
|
|
210
|
+
const boxShadow = {
|
|
211
|
+
primary: (0, buildBrandTokens_1.buildPrimaryShadowTint)(PRIMARY_500),
|
|
212
|
+
error: "#F2463A47",
|
|
213
|
+
default: "#00000033",
|
|
214
|
+
};
|
|
215
|
+
const sidebar = {
|
|
216
|
+
background: {
|
|
217
|
+
50: "#e9eaf0",
|
|
218
|
+
100: "#d4d6e0",
|
|
219
|
+
200: "#212747",
|
|
220
|
+
300: "#7d84a2",
|
|
221
|
+
400: "#525b83",
|
|
222
|
+
500: "#161B32",
|
|
223
|
+
600: "#12162a",
|
|
224
|
+
700: "#0e1221",
|
|
225
|
+
800: "#0a0d19",
|
|
226
|
+
900: "#060911",
|
|
227
|
+
},
|
|
228
|
+
};
|
|
229
|
+
const boxborder = {
|
|
230
|
+
50: "#fefefe",
|
|
231
|
+
100: "#f5f3f9",
|
|
232
|
+
200: "#ece8f3",
|
|
233
|
+
300: "#e3deed",
|
|
234
|
+
400: "#dad4e8",
|
|
235
|
+
500: "#d1c9e2",
|
|
236
|
+
600: "#bdb5cf",
|
|
237
|
+
700: "#918ba1",
|
|
238
|
+
800: "#6d6879",
|
|
239
|
+
900: "#52505b",
|
|
240
|
+
};
|
|
241
|
+
const border = {
|
|
242
|
+
50: "#fefefe",
|
|
243
|
+
100: "#f6f4f9",
|
|
244
|
+
200: "#ede9f4",
|
|
245
|
+
300: "#e5dfef",
|
|
246
|
+
400: "#dcd5e9",
|
|
247
|
+
500: "#d3cbe3",
|
|
248
|
+
600: "#beb7d0",
|
|
249
|
+
700: "#938da3",
|
|
250
|
+
800: "#6f6a7c",
|
|
251
|
+
900: "#54505e",
|
|
252
|
+
};
|
|
253
|
+
const table = {
|
|
254
|
+
hover: {
|
|
255
|
+
50: "#fefefe",
|
|
256
|
+
100: "#faf8fd",
|
|
257
|
+
200: "#f5f1fb",
|
|
258
|
+
300: "#f0ebf8",
|
|
259
|
+
400: "#ebe5f5",
|
|
260
|
+
500: "#e5dff2",
|
|
261
|
+
600: "#d0cadf",
|
|
262
|
+
700: "#a49faf",
|
|
263
|
+
800: "#7c7886",
|
|
264
|
+
900: "#5d5a65",
|
|
265
|
+
},
|
|
266
|
+
};
|
|
267
|
+
const disabled = {
|
|
268
|
+
50: "#f5f3f9",
|
|
269
|
+
100: "#eae6f4",
|
|
270
|
+
200: "#dfd9ef",
|
|
271
|
+
300: "#d0c8e8",
|
|
272
|
+
400: "#c5bce2",
|
|
273
|
+
500: "#b5aadb",
|
|
274
|
+
600: "#a59bc7",
|
|
275
|
+
700: "#807898",
|
|
276
|
+
800: "#625d75",
|
|
277
|
+
900: "#4b4759",
|
|
278
|
+
};
|
|
279
|
+
// Two-tone brand gradient (violet → pink). Each theme overrides with its own pair.
|
|
280
|
+
// `to` stop retuned so white gradient-button text (onGradient, accentText.ts) clears AA — the
|
|
281
|
+
// original let white drop to 3.53 there (`from` already passed at 5.76, unchanged).
|
|
282
|
+
// Nudged one step further (4.511 -> 4.609): the first pass cleared AA by <0.02, too thin a
|
|
283
|
+
// margin to trust against rounding/rendering variance.
|
|
284
|
+
const gradient = { from: "#8B3FC8", to: "#df187a" };
|
|
285
|
+
const palette = {
|
|
286
|
+
gradient,
|
|
287
|
+
primary,
|
|
288
|
+
secondary,
|
|
289
|
+
tertiary,
|
|
290
|
+
transparent: "transparent",
|
|
291
|
+
black: "#000",
|
|
292
|
+
white: "#fff",
|
|
293
|
+
semantic,
|
|
294
|
+
gray,
|
|
295
|
+
red,
|
|
296
|
+
orange,
|
|
297
|
+
yellow,
|
|
298
|
+
green,
|
|
299
|
+
teal,
|
|
300
|
+
blue,
|
|
301
|
+
cyan,
|
|
302
|
+
purple,
|
|
303
|
+
pink,
|
|
304
|
+
backgroundColor,
|
|
305
|
+
background,
|
|
306
|
+
text,
|
|
307
|
+
header,
|
|
308
|
+
placeholder,
|
|
309
|
+
boxShadow,
|
|
310
|
+
sidebar,
|
|
311
|
+
boxborder,
|
|
312
|
+
border,
|
|
313
|
+
table,
|
|
314
|
+
disabled,
|
|
315
|
+
};
|
|
316
|
+
exports.default = palette;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dark palette for the meadow brand, derived from its own light palette so the brand hue
|
|
3
|
+
* carries through. Override individual tokens here if this brand needs a bespoke dark value.
|
|
4
|
+
*/
|
|
5
|
+
declare const palette: import("../..").PaletteProps;
|
|
6
|
+
export default palette;
|
|
7
|
+
//# sourceMappingURL=palette.dark.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"palette.dark.d.ts","sourceRoot":"","sources":["../../../../../src/Theme/tokens/brands/meadow/palette.dark.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,QAAA,MAAM,OAAO,8BAA0B,CAAC;AAExC,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const buildDarkPalette_1 = require("../../builders/buildDarkPalette");
|
|
7
|
+
const palette_light_1 = __importDefault(require("./palette.light"));
|
|
8
|
+
/**
|
|
9
|
+
* Dark palette for the meadow brand, derived from its own light palette so the brand hue
|
|
10
|
+
* carries through. Override individual tokens here if this brand needs a bespoke dark value.
|
|
11
|
+
*/
|
|
12
|
+
const palette = (0, buildDarkPalette_1.buildDarkPalette)(palette_light_1.default);
|
|
13
|
+
exports.default = palette;
|