@fibery/ui-kit 2.0.0 → 2.1.0
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/CHANGELOG.md +13 -0
- package/{eslint.config.mjs → esfint.config.mjs} +1 -1
- package/jest.config.cjs +36 -0
- package/package.json +17 -54
- package/scripts/generate-icons.mjs +42 -34
- package/src/@types/css.d.ts +1 -0
- package/src/a11y-color.test.ts +62 -55
- package/src/a11y-color.ts +40 -37
- package/src/actions-menu/actions-menu-checkbox-item.tsx +74 -0
- package/src/actions-menu/actions-menu-item.tsx +1 -1
- package/src/actions-menu/actions-menu.tsx +3 -3
- package/src/actions-menu/contexts/actions-menu-context.tsx +1 -0
- package/src/actions-menu/index.tsx +1 -0
- package/src/ai/model.tsx +1 -1
- package/src/ai/temperature.tsx +1 -1
- package/src/animated-height-container.tsx +2 -2
- package/src/animated-number.tsx +2 -2
- package/src/antd/AutoComplete.d.ts +1 -0
- package/src/antd/{AutoComplete.js → AutoComplete.ts} +1 -1
- package/src/antd/Tabs.js +2 -2
- package/src/antd/ant-upload.tsx +4 -4
- package/src/antd/input-number.tsx +2 -2
- package/src/antd/input.tsx +2 -2
- package/src/antd/styles.ts +8 -8
- package/src/antd/utils.tsx +12 -23
- package/src/app-icon-with-fallback.tsx +32 -9
- package/src/app-icon.tsx +21 -8
- package/src/appIcons.json +1227 -1227
- package/src/avatar.tsx +50 -8
- package/src/axis-header.tsx +2 -2
- package/src/banner/banner-action.tsx +23 -0
- package/src/banner/banner-context.tsx +4 -0
- package/src/banner/banner-variant.ts +1 -0
- package/src/banner/banner.tsx +101 -0
- package/src/box.tsx +13 -18
- package/src/breadcrumb.tsx +14 -11
- package/src/button/base-button.tsx +2 -2
- package/src/button/make-button-colors.ts +14 -14
- package/src/canvas-colors.ts +133 -0
- package/src/card-container.tsx +1 -1
- package/src/checkbox-multi-select.tsx +4 -4
- package/src/checkbox.tsx +23 -11
- package/src/collapsible-section.tsx +1 -1
- package/src/color-filter.test.ts +155 -0
- package/src/color-filter.ts +156 -0
- package/src/color-picker/ColorPickerOrLoader.js +1 -1
- package/src/color-picker/{SliderPointer.js → SliderPointer.tsx} +3 -2
- package/src/color-picker/index.js +7 -4
- package/src/color-picker/swatch.tsx +5 -4
- package/src/color-utils.test.ts +246 -116
- package/src/color-utils.ts +156 -144
- package/src/command-menu/index.tsx +1 -1
- package/src/context-menu/index.tsx +4 -0
- package/src/date-picker/autocomplete.tsx +1 -0
- package/src/date-picker/date-range-picker-popup-content.tsx +1 -1
- package/src/date-picker/date-range-picker.tsx +2 -2
- package/src/date-picker/fake-date-input.tsx +10 -4
- package/src/date-picker/relative-date-picker.tsx +35 -3
- package/src/date-picker/single-date-picker.tsx +23 -12
- package/src/date-picker/styles.ts +12 -12
- package/src/date-picker/types.ts +2 -0
- package/src/design-system/alpha.ts +6 -12
- package/src/design-system/animation.ts +24 -5
- package/src/design-system/colors-css.test.ts +1 -9
- package/src/design-system/colors-css.ts +5 -5
- package/src/design-system/colors-js.test.ts +167 -153
- package/src/design-system/colors-js.ts +30 -85
- package/src/design-system/colors.test.ts +5 -5
- package/src/design-system/colors.ts +896 -540
- package/src/design-system/layout.ts +2 -1
- package/src/design-system/theme.test.ts +13 -68
- package/src/design-system/theme.ts +24 -73
- package/src/design-system/vars.test.ts +64 -1677
- package/src/design-system/vars.ts +43 -29
- package/src/design-system.ts +4 -4
- package/src/dnd.tsx +1 -1
- package/src/{utils-dom.ts → dom-utils.ts} +19 -0
- package/src/dot.tsx +2 -2
- package/src/dropdown-menu/index.tsx +4 -0
- package/src/emoji-picker/app-icon-picker.tsx +2 -1
- package/src/emoji-picker/emoji-picker-content-with-color.tsx +4 -1
- package/src/emoji-picker/emoji-picker.tsx +3 -0
- package/src/emoji-picker/icon-emoji-picker.tsx +1 -1
- package/src/emoji-picker/primitives/emoji.tsx +15 -2
- package/src/emoji-picker/primitives/grid.tsx +100 -104
- package/src/emoji.tsx +1 -0
- package/src/favorites-icon.tsx +1 -1
- package/src/fibermoji-placeholder.tsx +6 -1
- package/src/file-item/add-query-param.ts +13 -0
- package/src/file-item/file-menu-items.tsx +2 -1
- package/src/file-item/file-preview-actions.tsx +14 -2
- package/src/file-item.tsx +308 -265
- package/src/flags.ts +3 -0
- package/src/header-layout.tsx +9 -2
- package/src/html-styles.ts +3 -3
- package/src/hue-shift.test.ts +17 -4
- package/src/icons/Icon.tsx +5 -2
- package/src/icons/ast/Abort.ts +8 -4
- package/src/icons/ast/AccessTemplate.ts +8 -4
- package/src/icons/ast/Activity.ts +8 -4
- package/src/icons/ast/ActivityFilled.ts +8 -4
- package/src/icons/ast/ActivityLog.ts +8 -4
- package/src/icons/ast/Add.ts +8 -4
- package/src/icons/ast/AddAfter.ts +8 -4
- package/src/icons/ast/AddBefore.ts +8 -4
- package/src/icons/ast/AddCompact.ts +8 -4
- package/src/icons/ast/AddDatabase.ts +8 -4
- package/src/icons/ast/AddGroup.ts +8 -4
- package/src/icons/ast/AddIntegration.ts +8 -4
- package/src/icons/ast/AddReactions.ts +8 -4
- package/src/icons/ast/AiAssistant.ts +8 -4
- package/src/icons/ast/AiAssistantFilled.ts +8 -4
- package/src/icons/ast/AiAvatar.ts +8 -4
- package/src/icons/ast/AiFiberyBuild.ts +8 -4
- package/src/icons/ast/AiSearch.ts +8 -4
- package/src/icons/ast/AlertTriangle.ts +8 -4
- package/src/icons/ast/Anthropic.ts +8 -4
- package/src/icons/ast/App.ts +8 -4
- package/src/icons/ast/AppDetails.ts +8 -4
- package/src/icons/ast/AppStore.ts +8 -4
- package/src/icons/ast/AppStoreOneColor.ts +8 -4
- package/src/icons/ast/AppTemplates.ts +8 -4
- package/src/icons/ast/AppWebhooks.ts +8 -4
- package/src/icons/ast/AppWiki.ts +8 -4
- package/src/icons/ast/AppearanceAuto.ts +8 -4
- package/src/icons/ast/AppearanceDark.ts +8 -4
- package/src/icons/ast/AppearanceLight.ts +8 -4
- package/src/icons/ast/Apple.ts +8 -4
- package/src/icons/ast/ArrowBarDown.ts +12 -0
- package/src/icons/ast/ArrowBarLeft.ts +8 -4
- package/src/icons/ast/ArrowBarRight.ts +8 -4
- package/src/icons/ast/ArrowBarUp.ts +12 -0
- package/src/icons/ast/ArrowBottom.ts +8 -4
- package/src/icons/ast/ArrowCollapse.ts +8 -4
- package/src/icons/ast/ArrowCollapseVertical.ts +8 -4
- package/src/icons/ast/ArrowForward.ts +8 -4
- package/src/icons/ast/ArrowLeft.ts +8 -4
- package/src/icons/ast/ArrowRight.ts +8 -4
- package/src/icons/ast/ArrowTop.ts +8 -4
- package/src/icons/ast/ArrowUpCircle.ts +8 -4
- package/src/icons/ast/ArrowsRightLeft.ts +8 -4
- package/src/icons/ast/AskForInput.ts +8 -4
- package/src/icons/ast/Asterisk.ts +8 -4
- package/src/icons/ast/Atom.ts +8 -4
- package/src/icons/ast/AutomationsCancelled.ts +8 -4
- package/src/icons/ast/AutomationsDisabled.ts +8 -4
- package/src/icons/ast/AutomationsError.ts +8 -4
- package/src/icons/ast/AutomationsInProgress.ts +8 -4
- package/src/icons/ast/AutomationsNotStarted.ts +8 -4
- package/src/icons/ast/AutomationsSuccess.ts +8 -4
- package/src/icons/ast/Back.ts +8 -4
- package/src/icons/ast/BacklogIcon.ts +8 -4
- package/src/icons/ast/BatchActionsIcon.ts +8 -4
- package/src/icons/ast/BellCircle.ts +8 -4
- package/src/icons/ast/BellFilled.ts +8 -4
- package/src/icons/ast/BellOff.ts +8 -4
- package/src/icons/ast/BellRinging.ts +8 -4
- package/src/icons/ast/BellX.ts +8 -4
- package/src/icons/ast/Bolt.ts +8 -4
- package/src/icons/ast/BringForward.ts +8 -4
- package/src/icons/ast/BringToFront.ts +8 -4
- package/src/icons/ast/Cards.ts +8 -4
- package/src/icons/ast/Chat.ts +8 -4
- package/src/icons/ast/ChatAi.ts +8 -4
- package/src/icons/ast/ChatBubble.ts +8 -4
- package/src/icons/ast/ChatFloat.ts +8 -4
- package/src/icons/ast/ChatSidebar.ts +8 -4
- package/src/icons/ast/CheckCircle.ts +8 -4
- package/src/icons/ast/CheckCircleFilled.ts +8 -4
- package/src/icons/ast/Checked.ts +8 -4
- package/src/icons/ast/Clean.ts +8 -4
- package/src/icons/ast/Clear.ts +8 -4
- package/src/icons/ast/ClearInputFilled.ts +8 -4
- package/src/icons/ast/ClearValue.ts +8 -4
- package/src/icons/ast/Clock.ts +8 -4
- package/src/icons/ast/ClockAlarm.ts +8 -4
- package/src/icons/ast/ClockForward.ts +8 -4
- package/src/icons/ast/Close.ts +8 -4
- package/src/icons/ast/CollapseAll.ts +8 -4
- package/src/icons/ast/CollapseAllHorizontal.ts +8 -4
- package/src/icons/ast/ColorCoding.ts +8 -4
- package/src/icons/ast/ColorCodingFilled.ts +8 -4
- package/src/icons/ast/Columns.ts +8 -4
- package/src/icons/ast/Columns2.ts +8 -4
- package/src/icons/ast/Columns4.ts +8 -4
- package/src/icons/ast/CommentBubble.ts +8 -4
- package/src/icons/ast/Copy.ts +8 -4
- package/src/icons/ast/Create.ts +8 -4
- package/src/icons/ast/CreditsFilled.ts +8 -4
- package/src/icons/ast/CrossCircle.ts +8 -4
- package/src/icons/ast/Crosshair.ts +8 -4
- package/src/icons/ast/Csv.ts +8 -4
- package/src/icons/ast/Database.ts +8 -4
- package/src/icons/ast/DatabaseOff.ts +8 -4
- package/src/icons/ast/DatabaseStroke.ts +8 -4
- package/src/icons/ast/DateRange.ts +8 -4
- package/src/icons/ast/Delete.ts +8 -4
- package/src/icons/ast/Demo.ts +8 -4
- package/src/icons/ast/Dependency.ts +8 -4
- package/src/icons/ast/Dividers.ts +8 -4
- package/src/icons/ast/Document.ts +8 -4
- package/src/icons/ast/DoubleArrowLeft.ts +8 -4
- package/src/icons/ast/DoubleArrowRight.ts +8 -4
- package/src/icons/ast/DoubleLine.ts +8 -4
- package/src/icons/ast/DragBlockHandle.ts +8 -4
- package/src/icons/ast/DragBlockHandleSingle.ts +8 -4
- package/src/icons/ast/DragHandle.ts +8 -4
- package/src/icons/ast/Duplicate.ts +8 -4
- package/src/icons/ast/DynamicFilterValue.ts +8 -4
- package/src/icons/ast/EditValue.ts +8 -4
- package/src/icons/ast/Email.ts +8 -4
- package/src/icons/ast/EmojiDelete.ts +8 -4
- package/src/icons/ast/EntityCreate.ts +8 -4
- package/src/icons/ast/EntityCreateFilled.ts +8 -4
- package/src/icons/ast/EntityMerge.ts +8 -4
- package/src/icons/ast/Equation.ts +8 -4
- package/src/icons/ast/ExpandAll.ts +8 -4
- package/src/icons/ast/ExpandAllHorizontal.ts +8 -4
- package/src/icons/ast/Export.ts +8 -4
- package/src/icons/ast/ExtensionAssignments.ts +8 -4
- package/src/icons/ast/ExtensionAvatar.ts +8 -4
- package/src/icons/ast/ExtensionComments.ts +8 -4
- package/src/icons/ast/ExtensionFiles.ts +8 -4
- package/src/icons/ast/ExtensionReferences.ts +8 -4
- package/src/icons/ast/ExtensionWorkflow.ts +8 -4
- package/src/icons/ast/Eye.ts +8 -4
- package/src/icons/ast/Favorites.ts +8 -4
- package/src/icons/ast/FavoritesChecked.ts +8 -4
- package/src/icons/ast/FavoritesOff.ts +8 -4
- package/src/icons/ast/FiberyDesktopApp.ts +8 -4
- package/src/icons/ast/FiberyMono.ts +8 -4
- package/src/icons/ast/FieldUnit.ts +8 -4
- package/src/icons/ast/Fields.ts +8 -4
- package/src/icons/ast/Figma.ts +8 -4
- package/src/icons/ast/FileArchive.ts +8 -4
- package/src/icons/ast/FileBroken.ts +8 -4
- package/src/icons/ast/FileCounter.ts +8 -4
- package/src/icons/ast/FileDocument.ts +8 -4
- package/src/icons/ast/FileDownload.ts +8 -4
- package/src/icons/ast/FileImage.ts +8 -4
- package/src/icons/ast/FileMultiple.ts +8 -4
- package/src/icons/ast/FileOther.ts +8 -4
- package/src/icons/ast/FilePresentation.ts +8 -4
- package/src/icons/ast/FileTable.ts +8 -4
- package/src/icons/ast/FileUpload.ts +8 -4
- package/src/icons/ast/FileVideo.ts +8 -4
- package/src/icons/ast/Filter.ts +8 -4
- package/src/icons/ast/FitToScreen.ts +8 -4
- package/src/icons/ast/FocusMode.ts +8 -4
- package/src/icons/ast/FocusModeOff.ts +8 -4
- package/src/icons/ast/Folder.ts +8 -4
- package/src/icons/ast/FolderFavorite.ts +12 -0
- package/src/icons/ast/FormWithCover.ts +8 -4
- package/src/icons/ast/FormWithoutCover.ts +8 -4
- package/src/icons/ast/FullscreenModeOffIcon.ts +8 -4
- package/src/icons/ast/FullscreenModeOn.ts +8 -4
- package/src/icons/ast/FullscreenModeOnIcon.ts +8 -4
- package/src/icons/ast/Gift.ts +8 -4
- package/src/icons/ast/Github.ts +8 -4
- package/src/icons/ast/Gitlab.ts +8 -4
- package/src/icons/ast/Globe.ts +8 -4
- package/src/icons/ast/GlobeSimple.ts +8 -4
- package/src/icons/ast/GlobeUnpublish.ts +8 -4
- package/src/icons/ast/GoTo.ts +8 -4
- package/src/icons/ast/GoogleDrive.ts +8 -4
- package/src/icons/ast/GoogleMap.ts +8 -4
- package/src/icons/ast/GraduationCapFilled.ts +8 -4
- package/src/icons/ast/Headphones.ts +8 -4
- package/src/icons/ast/HeadphonesAi.ts +8 -4
- package/src/icons/ast/Hide.ts +8 -4
- package/src/icons/ast/Highlights.ts +8 -4
- package/src/icons/ast/Hint.ts +8 -4
- package/src/icons/ast/Home.ts +8 -4
- package/src/icons/ast/HomeFilled.ts +8 -4
- package/src/icons/ast/ImageXmark.ts +8 -4
- package/src/icons/ast/Import.ts +8 -4
- package/src/icons/ast/ImportFilled.ts +8 -4
- package/src/icons/ast/InfoCircle.ts +8 -4
- package/src/icons/ast/InfoCircleFilled.ts +8 -4
- package/src/icons/ast/Integration.ts +8 -4
- package/src/icons/ast/IntegrationsFilled.ts +8 -4
- package/src/icons/ast/IntegrationsIntegrationDiscourseColor.ts +8 -4
- package/src/icons/ast/IntegrationsIntegrationIntercomColor.ts +8 -4
- package/src/icons/ast/IntegrationsIntegrationSlackColor.ts +8 -4
- package/src/icons/ast/IntegrationsIntegrationZendeskColor.ts +8 -4
- package/src/icons/ast/Intercom.ts +12 -0
- package/src/icons/ast/InvitePeople.ts +8 -4
- package/src/icons/ast/Items.ts +8 -4
- package/src/icons/ast/ItemsTimeline.ts +8 -4
- package/src/icons/ast/Jira.ts +8 -4
- package/src/icons/ast/Key.ts +8 -4
- package/src/icons/ast/KeyboardHideDown.ts +8 -4
- package/src/icons/ast/Lab.ts +8 -4
- package/src/icons/ast/LayoutDouble.ts +8 -4
- package/src/icons/ast/LayoutMultiple.ts +8 -4
- package/src/icons/ast/LayoutSingle.ts +8 -4
- package/src/icons/ast/LeftPanel.ts +8 -4
- package/src/icons/ast/LevelPlus.ts +8 -4
- package/src/icons/ast/Levels.ts +8 -4
- package/src/icons/ast/LineDivider.ts +8 -4
- package/src/icons/ast/LineJump.ts +8 -4
- package/src/icons/ast/Link.ts +8 -4
- package/src/icons/ast/LocationEdit.ts +8 -4
- package/src/icons/ast/Lock.ts +8 -4
- package/src/icons/ast/LockOutline.ts +8 -4
- package/src/icons/ast/Logout.ts +8 -4
- package/src/icons/ast/Loom.ts +8 -4
- package/src/icons/ast/LoupeZoom.ts +8 -4
- package/src/icons/ast/LoupeZoomIn.ts +8 -4
- package/src/icons/ast/LoupeZoomOut.ts +8 -4
- package/src/icons/ast/ManyPeople.ts +8 -4
- package/src/icons/ast/MapMode.ts +8 -4
- package/src/icons/ast/Markdown.ts +8 -4
- package/src/icons/ast/MenuCollapser.ts +8 -4
- package/src/icons/ast/Mermaid.ts +8 -4
- package/src/icons/ast/MessagePlus.ts +8 -4
- package/src/icons/ast/MessagePlusSquare.ts +8 -4
- package/src/icons/ast/Milestones.ts +8 -4
- package/src/icons/ast/Minus.ts +8 -4
- package/src/icons/ast/Miro.ts +8 -4
- package/src/icons/ast/MirrorOff.ts +8 -4
- package/src/icons/ast/MirrorOn.ts +8 -4
- package/src/icons/ast/Mixpanel.ts +8 -4
- package/src/icons/ast/Monitor.ts +8 -4
- package/src/icons/ast/More.ts +8 -4
- package/src/icons/ast/MoreCompact.ts +8 -4
- package/src/icons/ast/MoveBottom.ts +8 -4
- package/src/icons/ast/MoveLeft.ts +8 -4
- package/src/icons/ast/MoveRight.ts +8 -4
- package/src/icons/ast/MoveSpace.ts +8 -4
- package/src/icons/ast/MoveTop.ts +8 -4
- package/src/icons/ast/Network.ts +8 -4
- package/src/icons/ast/NetworkAdd.ts +8 -4
- package/src/icons/ast/NoBorder.ts +8 -4
- package/src/icons/ast/NoFill.ts +8 -4
- package/src/icons/ast/Notifications.ts +8 -4
- package/src/icons/ast/ObjChild.ts +8 -4
- package/src/icons/ast/ObjM2M.ts +8 -4
- package/src/icons/ast/ObjO2O.ts +8 -4
- package/src/icons/ast/ObjParent.ts +8 -4
- package/src/icons/ast/ObjSelf.ts +8 -4
- package/src/icons/ast/OnSchedule.ts +8 -4
- package/src/icons/ast/OpenAi.ts +8 -4
- package/src/icons/ast/OpenAsPage.ts +8 -4
- package/src/icons/ast/PageRegularMode.ts +8 -4
- package/src/icons/ast/PageWideMode.ts +8 -4
- package/src/icons/ast/PanelAdd.ts +8 -4
- package/src/icons/ast/Pencil.ts +8 -4
- package/src/icons/ast/People.ts +8 -4
- package/src/icons/ast/PeopleCheck.ts +8 -4
- package/src/icons/ast/Photo.ts +8 -4
- package/src/icons/ast/Pin.ts +8 -4
- package/src/icons/ast/PinFilled.ts +8 -4
- package/src/icons/ast/Popup.ts +8 -4
- package/src/icons/ast/Posts.ts +8 -4
- package/src/icons/ast/PresentPlay.ts +8 -4
- package/src/icons/ast/PresentStop.ts +8 -4
- package/src/icons/ast/Print.ts +8 -4
- package/src/icons/ast/PrivateItems.ts +8 -4
- package/src/icons/ast/Question.ts +8 -4
- package/src/icons/ast/QuickFilter.ts +8 -4
- package/src/icons/ast/QuickFilterPersonal.ts +8 -4
- package/src/icons/ast/ReadOnly.ts +8 -4
- package/src/icons/ast/Refresh.ts +8 -4
- package/src/icons/ast/Remove.ts +8 -4
- package/src/icons/ast/RemovePeople.ts +8 -4
- package/src/icons/ast/Reply.ts +8 -4
- package/src/icons/ast/ResetPassword.ts +8 -4
- package/src/icons/ast/Restore.ts +8 -4
- package/src/icons/ast/RicheditorActionsMore.ts +8 -4
- package/src/icons/ast/RicheditorBlockCallout.ts +8 -4
- package/src/icons/ast/RicheditorBlockCode.ts +8 -4
- package/src/icons/ast/RicheditorBlockEmbed.ts +8 -4
- package/src/icons/ast/RicheditorBlockEntity.ts +8 -4
- package/src/icons/ast/RicheditorBlockFile.ts +8 -4
- package/src/icons/ast/RicheditorBlockH1.ts +8 -4
- package/src/icons/ast/RicheditorBlockH2.ts +8 -4
- package/src/icons/ast/RicheditorBlockH3.ts +8 -4
- package/src/icons/ast/RicheditorBlockH4.ts +8 -4
- package/src/icons/ast/RicheditorBlockMention.ts +8 -4
- package/src/icons/ast/RicheditorBlockParagraph.ts +8 -4
- package/src/icons/ast/RicheditorBlockQuote.ts +8 -4
- package/src/icons/ast/RicheditorChecklistCreate.ts +8 -4
- package/src/icons/ast/RicheditorCommentCreate.ts +8 -4
- package/src/icons/ast/RicheditorEntityLinkCreate.ts +8 -4
- package/src/icons/ast/RicheditorHistoryRedo.ts +8 -4
- package/src/icons/ast/RicheditorHistoryUndo.ts +8 -4
- package/src/icons/ast/RicheditorImageAlignCenter.ts +8 -4
- package/src/icons/ast/RicheditorImageAlignLeft.ts +8 -4
- package/src/icons/ast/RicheditorImageAlignRight.ts +8 -4
- package/src/icons/ast/RicheditorImageUpload.ts +8 -4
- package/src/icons/ast/RicheditorImageWrapCenter.ts +8 -4
- package/src/icons/ast/RicheditorImageWrapLeft.ts +8 -4
- package/src/icons/ast/RicheditorImageWrapRight.ts +8 -4
- package/src/icons/ast/RicheditorImageZoom.ts +8 -4
- package/src/icons/ast/RicheditorLinkCreate.ts +8 -4
- package/src/icons/ast/RicheditorLinkedhighlightCreate.ts +8 -4
- package/src/icons/ast/RicheditorListBullet.ts +8 -4
- package/src/icons/ast/RicheditorListIndent.ts +8 -4
- package/src/icons/ast/RicheditorListOrdered.ts +8 -4
- package/src/icons/ast/RicheditorListUnindent.ts +8 -4
- package/src/icons/ast/RicheditorMarkCode.ts +8 -4
- package/src/icons/ast/RicheditorMarkEm.ts +8 -4
- package/src/icons/ast/RicheditorMarkHighlight.ts +8 -4
- package/src/icons/ast/RicheditorMarkStrike.ts +8 -4
- package/src/icons/ast/RicheditorMarkStrong.ts +8 -4
- package/src/icons/ast/RicheditorMarkTextBackgroundColor.ts +8 -4
- package/src/icons/ast/RicheditorMarkUnderline.ts +8 -4
- package/src/icons/ast/RicheditorOpenLink.ts +8 -4
- package/src/icons/ast/RicheditorTableCreate.ts +8 -4
- package/src/icons/ast/RicheditorUnlink.ts +8 -4
- package/src/icons/ast/RicheditorVideoUpload.ts +8 -4
- package/src/icons/ast/RightPanel.ts +8 -4
- package/src/icons/ast/Rows.ts +8 -4
- package/src/icons/ast/RuleScheduled.ts +8 -4
- package/src/icons/ast/Search.ts +8 -4
- package/src/icons/ast/SearchAdd.ts +8 -4
- package/src/icons/ast/SearchFilled.ts +8 -4
- package/src/icons/ast/SearchRemove.ts +8 -4
- package/src/icons/ast/SelfReferenceOff.ts +8 -4
- package/src/icons/ast/SelfReferenceOn.ts +8 -4
- package/src/icons/ast/SendArrow.ts +8 -4
- package/src/icons/ast/SendBackward.ts +8 -4
- package/src/icons/ast/SendToBack.ts +8 -4
- package/src/icons/ast/Settings.ts +8 -4
- package/src/icons/ast/SettingsFilled.ts +8 -4
- package/src/icons/ast/SettingsOff.ts +8 -4
- package/src/icons/ast/Share.ts +8 -4
- package/src/icons/ast/Shared.ts +8 -4
- package/src/icons/ast/ShieldKeyhole.ts +8 -4
- package/src/icons/ast/ShowAuthor.ts +8 -4
- package/src/icons/ast/Sidebar.ts +8 -4
- package/src/icons/ast/SidebarFields.ts +8 -4
- package/src/icons/ast/SidebarFieldsOpened.ts +8 -4
- package/src/icons/ast/SimpleCompass.ts +8 -4
- package/src/icons/ast/Slack.ts +8 -4
- package/src/icons/ast/SlackIcon.ts +8 -4
- package/src/icons/ast/SlideMenu.ts +8 -4
- package/src/icons/ast/SlideMenuClose.ts +8 -4
- package/src/icons/ast/SlideMenuFilled.ts +8 -4
- package/src/icons/ast/SlideMenuOpen.ts +8 -4
- package/src/icons/ast/SmartFolder.ts +8 -4
- package/src/icons/ast/Sort.ts +8 -4
- package/src/icons/ast/SortOnBottom.ts +8 -4
- package/src/icons/ast/SortOnTop.ts +8 -4
- package/src/icons/ast/SpaceApp.ts +8 -4
- package/src/icons/ast/SpaceGenerate.ts +8 -4
- package/src/icons/ast/SpaceList.ts +8 -4
- package/src/icons/ast/SpaceScratch.ts +8 -4
- package/src/icons/ast/SpaceTemplate.ts +8 -4
- package/src/icons/ast/Spinner.ts +8 -4
- package/src/icons/ast/Success.ts +8 -4
- package/src/icons/ast/SuggestIntegration.ts +8 -4
- package/src/icons/ast/SwitchToMention.ts +8 -4
- package/src/icons/ast/SwitchToText.ts +8 -4
- package/src/icons/ast/SwitchToWidget.ts +8 -4
- package/src/icons/ast/TableLayout.ts +8 -4
- package/src/icons/ast/Template.ts +8 -4
- package/src/icons/ast/Templates.ts +8 -4
- package/src/icons/ast/TemplatesFilled.ts +8 -4
- package/src/icons/ast/Terminal.ts +8 -4
- package/src/icons/ast/TextNoWrap.ts +8 -4
- package/src/icons/ast/TextToolAlignBottom.ts +8 -4
- package/src/icons/ast/TextToolAlignMiddle.ts +8 -4
- package/src/icons/ast/TextToolAlignTop.ts +8 -4
- package/src/icons/ast/TextWrap.ts +8 -4
- package/src/icons/ast/ThumbsDown.ts +8 -4
- package/src/icons/ast/ThumbsUp.ts +8 -4
- package/src/icons/ast/Toc.ts +12 -0
- package/src/icons/ast/Twitter.ts +8 -4
- package/src/icons/ast/TypeBoolean.ts +8 -4
- package/src/icons/ast/TypeButton.ts +8 -4
- package/src/icons/ast/TypeCheckbox.ts +8 -4
- package/src/icons/ast/TypeDate.ts +8 -4
- package/src/icons/ast/TypeEmail.ts +8 -4
- package/src/icons/ast/TypeEmoji.ts +8 -4
- package/src/icons/ast/TypeFormula.ts +8 -4
- package/src/icons/ast/TypeFunction.ts +8 -4
- package/src/icons/ast/TypeId.ts +8 -4
- package/src/icons/ast/TypeLocation.ts +8 -4
- package/src/icons/ast/TypeLookup.ts +8 -4
- package/src/icons/ast/TypeMoney.ts +8 -4
- package/src/icons/ast/TypeMultiSelect.ts +8 -4
- package/src/icons/ast/TypeNumber.ts +8 -4
- package/src/icons/ast/TypePercent.ts +8 -4
- package/src/icons/ast/TypePhone.ts +8 -4
- package/src/icons/ast/TypeRelation.ts +8 -4
- package/src/icons/ast/TypeRichText.ts +8 -4
- package/src/icons/ast/TypeRule.ts +8 -4
- package/src/icons/ast/TypeSingleSelect.ts +8 -4
- package/src/icons/ast/TypeText.ts +8 -4
- package/src/icons/ast/TypeUrl.ts +8 -4
- package/src/icons/ast/UnitsAvatar.ts +8 -4
- package/src/icons/ast/UnitsCollection.ts +8 -4
- package/src/icons/ast/UnitsCounter.ts +8 -4
- package/src/icons/ast/UnitsDate.ts +8 -4
- package/src/icons/ast/UnitsDbBadgeAbbr.ts +8 -4
- package/src/icons/ast/UnitsDbBadgeFull.ts +8 -4
- package/src/icons/ast/UnitsDbIcon.ts +8 -4
- package/src/icons/ast/UnitsField.ts +8 -4
- package/src/icons/ast/UnitsFieldIconButton.ts +8 -4
- package/src/icons/ast/UnitsInput.ts +8 -4
- package/src/icons/ast/UnitsProgressBar.ts +8 -4
- package/src/icons/ast/UnitsRichText.ts +8 -4
- package/src/icons/ast/UnitsSnippet.ts +8 -4
- package/src/icons/ast/Unlink.ts +8 -4
- package/src/icons/ast/UnlockFilled.ts +8 -4
- package/src/icons/ast/UnlockOutline.ts +8 -4
- package/src/icons/ast/Upgrade.ts +8 -4
- package/src/icons/ast/UsbFlashDrive.ts +8 -4
- package/src/icons/ast/UserCheck.ts +8 -4
- package/src/icons/ast/UserGroup.ts +8 -4
- package/src/icons/ast/UserGroupRemove.ts +8 -4
- package/src/icons/ast/UserRole.ts +8 -4
- package/src/icons/ast/UserX.ts +8 -4
- package/src/icons/ast/ValueEdit.ts +8 -4
- package/src/icons/ast/ViewAi.ts +8 -4
- package/src/icons/ast/ViewBoard.ts +8 -4
- package/src/icons/ast/ViewCalendar.ts +8 -4
- package/src/icons/ast/ViewCanvas.ts +8 -4
- package/src/icons/ast/ViewChart.ts +8 -4
- package/src/icons/ast/ViewDashboard.ts +8 -4
- package/src/icons/ast/ViewDetails.ts +8 -4
- package/src/icons/ast/ViewDocument.ts +8 -4
- package/src/icons/ast/ViewEmbed.ts +12 -0
- package/src/icons/ast/ViewFeed.ts +8 -4
- package/src/icons/ast/ViewForm.ts +8 -4
- package/src/icons/ast/ViewGallery.ts +8 -4
- package/src/icons/ast/ViewGantt.ts +8 -4
- package/src/icons/ast/ViewList.ts +8 -4
- package/src/icons/ast/ViewMap.ts +8 -4
- package/src/icons/ast/ViewPage.ts +8 -4
- package/src/icons/ast/ViewTable.ts +8 -4
- package/src/icons/ast/ViewTimeline.ts +8 -4
- package/src/icons/ast/Views.ts +8 -4
- package/src/icons/ast/Warning.ts +8 -4
- package/src/icons/ast/WarningTriangle.ts +8 -4
- package/src/icons/ast/WarningTriangleFilled.ts +8 -4
- package/src/icons/ast/Webhooks.ts +12 -0
- package/src/icons/ast/Windows.ts +8 -4
- package/src/icons/ast/WorkspaceMap.ts +8 -4
- package/src/icons/ast/Youtube.ts +8 -4
- package/src/icons/ast/ZoomIn.ts +8 -4
- package/src/icons/ast/ZoomOut.ts +8 -4
- package/src/icons/ast/index.tsx +453 -441
- package/src/icons/react/Abort.tsx +10 -5
- package/src/icons/react/AccessTemplate.tsx +10 -5
- package/src/icons/react/Activity.tsx +10 -5
- package/src/icons/react/ActivityFilled.tsx +10 -5
- package/src/icons/react/ActivityLog.tsx +10 -5
- package/src/icons/react/Add.tsx +10 -5
- package/src/icons/react/AddAfter.tsx +10 -5
- package/src/icons/react/AddBefore.tsx +10 -5
- package/src/icons/react/AddCompact.tsx +10 -5
- package/src/icons/react/AddDatabase.tsx +10 -5
- package/src/icons/react/AddGroup.tsx +10 -5
- package/src/icons/react/AddIntegration.tsx +10 -5
- package/src/icons/react/AddReactions.tsx +10 -5
- package/src/icons/react/AiAssistant.tsx +10 -5
- package/src/icons/react/AiAssistantFilled.tsx +10 -5
- package/src/icons/react/AiAvatar.tsx +10 -5
- package/src/icons/react/AiFiberyBuild.tsx +10 -5
- package/src/icons/react/AiSearch.tsx +10 -5
- package/src/icons/react/AlertTriangle.tsx +10 -5
- package/src/icons/react/Anthropic.tsx +10 -5
- package/src/icons/react/App.tsx +10 -5
- package/src/icons/react/AppDetails.tsx +10 -5
- package/src/icons/react/AppStore.tsx +10 -5
- package/src/icons/react/AppStoreOneColor.tsx +10 -5
- package/src/icons/react/AppTemplates.tsx +10 -5
- package/src/icons/react/AppWebhooks.tsx +10 -5
- package/src/icons/react/AppWiki.tsx +10 -5
- package/src/icons/react/AppearanceAuto.tsx +10 -5
- package/src/icons/react/AppearanceDark.tsx +10 -5
- package/src/icons/react/AppearanceLight.tsx +10 -5
- package/src/icons/react/Apple.tsx +10 -5
- package/src/icons/react/ArrowBarDown.tsx +18 -0
- package/src/icons/react/ArrowBarLeft.tsx +10 -5
- package/src/icons/react/ArrowBarRight.tsx +10 -5
- package/src/icons/react/ArrowBarUp.tsx +18 -0
- package/src/icons/react/ArrowBottom.tsx +10 -5
- package/src/icons/react/ArrowCollapse.tsx +10 -5
- package/src/icons/react/ArrowCollapseVertical.tsx +10 -5
- package/src/icons/react/ArrowForward.tsx +10 -5
- package/src/icons/react/ArrowLeft.tsx +10 -5
- package/src/icons/react/ArrowRight.tsx +10 -5
- package/src/icons/react/ArrowTop.tsx +10 -5
- package/src/icons/react/ArrowUpCircle.tsx +10 -5
- package/src/icons/react/ArrowsRightLeft.tsx +10 -5
- package/src/icons/react/AskForInput.tsx +10 -5
- package/src/icons/react/Asterisk.tsx +10 -5
- package/src/icons/react/Atom.tsx +10 -5
- package/src/icons/react/AutomationsCancelled.tsx +10 -5
- package/src/icons/react/AutomationsDisabled.tsx +10 -5
- package/src/icons/react/AutomationsError.tsx +10 -5
- package/src/icons/react/AutomationsInProgress.tsx +10 -5
- package/src/icons/react/AutomationsNotStarted.tsx +10 -5
- package/src/icons/react/AutomationsSuccess.tsx +10 -5
- package/src/icons/react/Back.tsx +10 -5
- package/src/icons/react/BacklogIcon.tsx +10 -5
- package/src/icons/react/BatchActionsIcon.tsx +10 -5
- package/src/icons/react/BellCircle.tsx +10 -5
- package/src/icons/react/BellFilled.tsx +10 -5
- package/src/icons/react/BellOff.tsx +10 -5
- package/src/icons/react/BellRinging.tsx +10 -5
- package/src/icons/react/BellX.tsx +10 -5
- package/src/icons/react/Bolt.tsx +10 -5
- package/src/icons/react/BringForward.tsx +10 -5
- package/src/icons/react/BringToFront.tsx +10 -5
- package/src/icons/react/Cards.tsx +10 -5
- package/src/icons/react/Chat.tsx +10 -5
- package/src/icons/react/ChatAi.tsx +10 -5
- package/src/icons/react/ChatBubble.tsx +10 -5
- package/src/icons/react/ChatFloat.tsx +10 -5
- package/src/icons/react/ChatSidebar.tsx +10 -5
- package/src/icons/react/CheckCircle.tsx +10 -5
- package/src/icons/react/CheckCircleFilled.tsx +10 -5
- package/src/icons/react/Checked.tsx +10 -5
- package/src/icons/react/Clean.tsx +10 -5
- package/src/icons/react/Clear.tsx +10 -5
- package/src/icons/react/ClearInputFilled.tsx +10 -5
- package/src/icons/react/ClearValue.tsx +10 -5
- package/src/icons/react/Clock.tsx +10 -5
- package/src/icons/react/ClockAlarm.tsx +10 -5
- package/src/icons/react/ClockForward.tsx +10 -5
- package/src/icons/react/Close.tsx +10 -5
- package/src/icons/react/CollapseAll.tsx +10 -5
- package/src/icons/react/CollapseAllHorizontal.tsx +10 -5
- package/src/icons/react/ColorCoding.tsx +10 -5
- package/src/icons/react/ColorCodingFilled.tsx +10 -5
- package/src/icons/react/Columns.tsx +10 -5
- package/src/icons/react/Columns2.tsx +10 -5
- package/src/icons/react/Columns4.tsx +10 -5
- package/src/icons/react/CommentBubble.tsx +10 -5
- package/src/icons/react/Copy.tsx +10 -5
- package/src/icons/react/Create.tsx +10 -5
- package/src/icons/react/CreditsFilled.tsx +10 -5
- package/src/icons/react/CrossCircle.tsx +10 -5
- package/src/icons/react/Crosshair.tsx +10 -5
- package/src/icons/react/Csv.tsx +10 -5
- package/src/icons/react/Database.tsx +10 -5
- package/src/icons/react/DatabaseOff.tsx +10 -5
- package/src/icons/react/DatabaseStroke.tsx +10 -5
- package/src/icons/react/DateRange.tsx +10 -5
- package/src/icons/react/Delete.tsx +10 -5
- package/src/icons/react/Demo.tsx +10 -5
- package/src/icons/react/Dependency.tsx +10 -5
- package/src/icons/react/Dividers.tsx +10 -5
- package/src/icons/react/Document.tsx +10 -5
- package/src/icons/react/DoubleArrowLeft.tsx +10 -5
- package/src/icons/react/DoubleArrowRight.tsx +10 -5
- package/src/icons/react/DoubleLine.tsx +10 -5
- package/src/icons/react/DragBlockHandle.tsx +10 -5
- package/src/icons/react/DragBlockHandleSingle.tsx +10 -5
- package/src/icons/react/DragHandle.tsx +10 -5
- package/src/icons/react/Duplicate.tsx +10 -5
- package/src/icons/react/DynamicFilterValue.tsx +10 -5
- package/src/icons/react/EditValue.tsx +10 -5
- package/src/icons/react/Email.tsx +10 -5
- package/src/icons/react/EmojiDelete.tsx +10 -5
- package/src/icons/react/EntityCreate.tsx +10 -5
- package/src/icons/react/EntityCreateFilled.tsx +10 -5
- package/src/icons/react/EntityMerge.tsx +10 -5
- package/src/icons/react/Equation.tsx +10 -5
- package/src/icons/react/ExpandAll.tsx +10 -5
- package/src/icons/react/ExpandAllHorizontal.tsx +10 -5
- package/src/icons/react/Export.tsx +10 -5
- package/src/icons/react/ExtensionAssignments.tsx +10 -5
- package/src/icons/react/ExtensionAvatar.tsx +10 -5
- package/src/icons/react/ExtensionComments.tsx +10 -5
- package/src/icons/react/ExtensionFiles.tsx +10 -5
- package/src/icons/react/ExtensionReferences.tsx +10 -5
- package/src/icons/react/ExtensionWorkflow.tsx +10 -5
- package/src/icons/react/Eye.tsx +10 -5
- package/src/icons/react/Favorites.tsx +10 -5
- package/src/icons/react/FavoritesChecked.tsx +10 -5
- package/src/icons/react/FavoritesOff.tsx +10 -5
- package/src/icons/react/FiberyDesktopApp.tsx +10 -5
- package/src/icons/react/FiberyMono.tsx +10 -5
- package/src/icons/react/FieldUnit.tsx +10 -5
- package/src/icons/react/Fields.tsx +10 -5
- package/src/icons/react/Figma.tsx +10 -5
- package/src/icons/react/FileArchive.tsx +10 -5
- package/src/icons/react/FileBroken.tsx +10 -5
- package/src/icons/react/FileCounter.tsx +10 -5
- package/src/icons/react/FileDocument.tsx +10 -5
- package/src/icons/react/FileDownload.tsx +10 -5
- package/src/icons/react/FileImage.tsx +10 -5
- package/src/icons/react/FileMultiple.tsx +10 -5
- package/src/icons/react/FileOther.tsx +10 -5
- package/src/icons/react/FilePresentation.tsx +10 -5
- package/src/icons/react/FileTable.tsx +10 -5
- package/src/icons/react/FileUpload.tsx +10 -5
- package/src/icons/react/FileVideo.tsx +10 -5
- package/src/icons/react/Filter.tsx +10 -5
- package/src/icons/react/FitToScreen.tsx +10 -5
- package/src/icons/react/FocusMode.tsx +10 -5
- package/src/icons/react/FocusModeOff.tsx +10 -5
- package/src/icons/react/Folder.tsx +10 -5
- package/src/icons/react/FolderFavorite.tsx +18 -0
- package/src/icons/react/FormWithCover.tsx +10 -5
- package/src/icons/react/FormWithoutCover.tsx +10 -5
- package/src/icons/react/FullscreenModeOffIcon.tsx +10 -5
- package/src/icons/react/FullscreenModeOn.tsx +10 -5
- package/src/icons/react/FullscreenModeOnIcon.tsx +10 -5
- package/src/icons/react/Gift.tsx +10 -5
- package/src/icons/react/Github.tsx +10 -5
- package/src/icons/react/Gitlab.tsx +10 -5
- package/src/icons/react/Globe.tsx +10 -5
- package/src/icons/react/GlobeSimple.tsx +10 -5
- package/src/icons/react/GlobeUnpublish.tsx +10 -5
- package/src/icons/react/GoTo.tsx +10 -5
- package/src/icons/react/GoogleDrive.tsx +10 -5
- package/src/icons/react/GoogleMap.tsx +10 -5
- package/src/icons/react/GraduationCapFilled.tsx +10 -5
- package/src/icons/react/Headphones.tsx +10 -5
- package/src/icons/react/HeadphonesAi.tsx +10 -5
- package/src/icons/react/Hide.tsx +10 -5
- package/src/icons/react/Highlights.tsx +10 -5
- package/src/icons/react/Hint.tsx +10 -5
- package/src/icons/react/Home.tsx +10 -5
- package/src/icons/react/HomeFilled.tsx +10 -5
- package/src/icons/react/ImageXmark.tsx +10 -5
- package/src/icons/react/Import.tsx +10 -5
- package/src/icons/react/ImportFilled.tsx +10 -5
- package/src/icons/react/InfoCircle.tsx +10 -5
- package/src/icons/react/InfoCircleFilled.tsx +10 -5
- package/src/icons/react/Integration.tsx +10 -5
- package/src/icons/react/IntegrationsFilled.tsx +10 -5
- package/src/icons/react/IntegrationsIntegrationDiscourseColor.tsx +10 -5
- package/src/icons/react/IntegrationsIntegrationIntercomColor.tsx +10 -5
- package/src/icons/react/IntegrationsIntegrationSlackColor.tsx +10 -5
- package/src/icons/react/IntegrationsIntegrationZendeskColor.tsx +10 -5
- package/src/icons/react/Intercom.tsx +18 -0
- package/src/icons/react/InvitePeople.tsx +10 -5
- package/src/icons/react/Items.tsx +10 -5
- package/src/icons/react/ItemsTimeline.tsx +10 -5
- package/src/icons/react/Jira.tsx +10 -5
- package/src/icons/react/Key.tsx +10 -5
- package/src/icons/react/KeyboardHideDown.tsx +10 -5
- package/src/icons/react/Lab.tsx +10 -5
- package/src/icons/react/LayoutDouble.tsx +10 -5
- package/src/icons/react/LayoutMultiple.tsx +10 -5
- package/src/icons/react/LayoutSingle.tsx +10 -5
- package/src/icons/react/LeftPanel.tsx +10 -5
- package/src/icons/react/LevelPlus.tsx +10 -5
- package/src/icons/react/Levels.tsx +10 -5
- package/src/icons/react/LineDivider.tsx +10 -5
- package/src/icons/react/LineJump.tsx +10 -5
- package/src/icons/react/Link.tsx +10 -5
- package/src/icons/react/LocationEdit.tsx +10 -5
- package/src/icons/react/Lock.tsx +10 -5
- package/src/icons/react/LockOutline.tsx +10 -5
- package/src/icons/react/Logout.tsx +10 -5
- package/src/icons/react/Loom.tsx +10 -5
- package/src/icons/react/LoupeZoom.tsx +10 -5
- package/src/icons/react/LoupeZoomIn.tsx +10 -5
- package/src/icons/react/LoupeZoomOut.tsx +10 -5
- package/src/icons/react/ManyPeople.tsx +10 -5
- package/src/icons/react/MapMode.tsx +10 -5
- package/src/icons/react/Markdown.tsx +10 -5
- package/src/icons/react/MenuCollapser.tsx +10 -5
- package/src/icons/react/Mermaid.tsx +10 -5
- package/src/icons/react/MessagePlus.tsx +10 -5
- package/src/icons/react/MessagePlusSquare.tsx +10 -5
- package/src/icons/react/Milestones.tsx +10 -5
- package/src/icons/react/Minus.tsx +10 -5
- package/src/icons/react/Miro.tsx +10 -5
- package/src/icons/react/MirrorOff.tsx +10 -5
- package/src/icons/react/MirrorOn.tsx +10 -5
- package/src/icons/react/Mixpanel.tsx +10 -5
- package/src/icons/react/Monitor.tsx +10 -5
- package/src/icons/react/More.tsx +10 -5
- package/src/icons/react/MoreCompact.tsx +10 -5
- package/src/icons/react/MoveBottom.tsx +10 -5
- package/src/icons/react/MoveLeft.tsx +10 -5
- package/src/icons/react/MoveRight.tsx +10 -5
- package/src/icons/react/MoveSpace.tsx +10 -5
- package/src/icons/react/MoveTop.tsx +10 -5
- package/src/icons/react/Network.tsx +10 -5
- package/src/icons/react/NetworkAdd.tsx +10 -5
- package/src/icons/react/NoBorder.tsx +10 -5
- package/src/icons/react/NoFill.tsx +10 -5
- package/src/icons/react/Notifications.tsx +10 -5
- package/src/icons/react/ObjChild.tsx +10 -5
- package/src/icons/react/ObjM2M.tsx +10 -5
- package/src/icons/react/ObjO2O.tsx +10 -5
- package/src/icons/react/ObjParent.tsx +10 -5
- package/src/icons/react/ObjSelf.tsx +10 -5
- package/src/icons/react/OnSchedule.tsx +10 -5
- package/src/icons/react/OpenAi.tsx +10 -5
- package/src/icons/react/OpenAsPage.tsx +10 -5
- package/src/icons/react/PageRegularMode.tsx +10 -5
- package/src/icons/react/PageWideMode.tsx +10 -5
- package/src/icons/react/PanelAdd.tsx +10 -5
- package/src/icons/react/Pencil.tsx +10 -5
- package/src/icons/react/People.tsx +10 -5
- package/src/icons/react/PeopleCheck.tsx +10 -5
- package/src/icons/react/Photo.tsx +10 -5
- package/src/icons/react/Pin.tsx +10 -5
- package/src/icons/react/PinFilled.tsx +10 -5
- package/src/icons/react/Popup.tsx +10 -5
- package/src/icons/react/Posts.tsx +10 -5
- package/src/icons/react/PresentPlay.tsx +10 -5
- package/src/icons/react/PresentStop.tsx +10 -5
- package/src/icons/react/Print.tsx +10 -5
- package/src/icons/react/PrivateItems.tsx +10 -5
- package/src/icons/react/Question.tsx +10 -5
- package/src/icons/react/QuickFilter.tsx +10 -5
- package/src/icons/react/QuickFilterPersonal.tsx +10 -5
- package/src/icons/react/ReadOnly.tsx +10 -5
- package/src/icons/react/Refresh.tsx +10 -5
- package/src/icons/react/Remove.tsx +10 -5
- package/src/icons/react/RemovePeople.tsx +10 -5
- package/src/icons/react/Reply.tsx +10 -5
- package/src/icons/react/ResetPassword.tsx +10 -5
- package/src/icons/react/Restore.tsx +10 -5
- package/src/icons/react/RicheditorActionsMore.tsx +10 -5
- package/src/icons/react/RicheditorBlockCallout.tsx +10 -5
- package/src/icons/react/RicheditorBlockCode.tsx +10 -5
- package/src/icons/react/RicheditorBlockEmbed.tsx +10 -5
- package/src/icons/react/RicheditorBlockEntity.tsx +10 -5
- package/src/icons/react/RicheditorBlockFile.tsx +10 -5
- package/src/icons/react/RicheditorBlockH1.tsx +10 -5
- package/src/icons/react/RicheditorBlockH2.tsx +10 -5
- package/src/icons/react/RicheditorBlockH3.tsx +10 -5
- package/src/icons/react/RicheditorBlockH4.tsx +10 -5
- package/src/icons/react/RicheditorBlockMention.tsx +10 -5
- package/src/icons/react/RicheditorBlockParagraph.tsx +10 -5
- package/src/icons/react/RicheditorBlockQuote.tsx +10 -5
- package/src/icons/react/RicheditorChecklistCreate.tsx +10 -5
- package/src/icons/react/RicheditorCommentCreate.tsx +10 -5
- package/src/icons/react/RicheditorEntityLinkCreate.tsx +10 -5
- package/src/icons/react/RicheditorHistoryRedo.tsx +10 -5
- package/src/icons/react/RicheditorHistoryUndo.tsx +10 -5
- package/src/icons/react/RicheditorImageAlignCenter.tsx +10 -5
- package/src/icons/react/RicheditorImageAlignLeft.tsx +10 -5
- package/src/icons/react/RicheditorImageAlignRight.tsx +10 -5
- package/src/icons/react/RicheditorImageUpload.tsx +10 -5
- package/src/icons/react/RicheditorImageWrapCenter.tsx +10 -5
- package/src/icons/react/RicheditorImageWrapLeft.tsx +10 -5
- package/src/icons/react/RicheditorImageWrapRight.tsx +10 -5
- package/src/icons/react/RicheditorImageZoom.tsx +10 -5
- package/src/icons/react/RicheditorLinkCreate.tsx +10 -5
- package/src/icons/react/RicheditorLinkedhighlightCreate.tsx +10 -5
- package/src/icons/react/RicheditorListBullet.tsx +10 -5
- package/src/icons/react/RicheditorListIndent.tsx +10 -5
- package/src/icons/react/RicheditorListOrdered.tsx +10 -5
- package/src/icons/react/RicheditorListUnindent.tsx +10 -5
- package/src/icons/react/RicheditorMarkCode.tsx +10 -5
- package/src/icons/react/RicheditorMarkEm.tsx +10 -5
- package/src/icons/react/RicheditorMarkHighlight.tsx +10 -5
- package/src/icons/react/RicheditorMarkStrike.tsx +10 -5
- package/src/icons/react/RicheditorMarkStrong.tsx +10 -5
- package/src/icons/react/RicheditorMarkTextBackgroundColor.tsx +10 -5
- package/src/icons/react/RicheditorMarkUnderline.tsx +10 -5
- package/src/icons/react/RicheditorOpenLink.tsx +10 -5
- package/src/icons/react/RicheditorTableCreate.tsx +10 -5
- package/src/icons/react/RicheditorUnlink.tsx +10 -5
- package/src/icons/react/RicheditorVideoUpload.tsx +10 -5
- package/src/icons/react/RightPanel.tsx +10 -5
- package/src/icons/react/Rows.tsx +10 -5
- package/src/icons/react/RuleScheduled.tsx +10 -5
- package/src/icons/react/Search.tsx +10 -5
- package/src/icons/react/SearchAdd.tsx +10 -5
- package/src/icons/react/SearchFilled.tsx +10 -5
- package/src/icons/react/SearchRemove.tsx +10 -5
- package/src/icons/react/SelfReferenceOff.tsx +10 -5
- package/src/icons/react/SelfReferenceOn.tsx +10 -5
- package/src/icons/react/SendArrow.tsx +10 -5
- package/src/icons/react/SendBackward.tsx +10 -5
- package/src/icons/react/SendToBack.tsx +10 -5
- package/src/icons/react/Settings.tsx +10 -5
- package/src/icons/react/SettingsFilled.tsx +10 -5
- package/src/icons/react/SettingsOff.tsx +10 -5
- package/src/icons/react/Share.tsx +10 -5
- package/src/icons/react/Shared.tsx +10 -5
- package/src/icons/react/ShieldKeyhole.tsx +10 -5
- package/src/icons/react/ShowAuthor.tsx +10 -5
- package/src/icons/react/Sidebar.tsx +10 -5
- package/src/icons/react/SidebarFields.tsx +10 -5
- package/src/icons/react/SidebarFieldsOpened.tsx +10 -5
- package/src/icons/react/SimpleCompass.tsx +10 -5
- package/src/icons/react/Slack.tsx +10 -5
- package/src/icons/react/SlackIcon.tsx +10 -5
- package/src/icons/react/SlideMenu.tsx +10 -5
- package/src/icons/react/SlideMenuClose.tsx +10 -5
- package/src/icons/react/SlideMenuFilled.tsx +10 -5
- package/src/icons/react/SlideMenuOpen.tsx +10 -5
- package/src/icons/react/SmartFolder.tsx +10 -5
- package/src/icons/react/Sort.tsx +10 -5
- package/src/icons/react/SortOnBottom.tsx +10 -5
- package/src/icons/react/SortOnTop.tsx +10 -5
- package/src/icons/react/SpaceApp.tsx +10 -5
- package/src/icons/react/SpaceGenerate.tsx +10 -5
- package/src/icons/react/SpaceList.tsx +10 -5
- package/src/icons/react/SpaceScratch.tsx +10 -5
- package/src/icons/react/SpaceTemplate.tsx +10 -5
- package/src/icons/react/Spinner.tsx +10 -5
- package/src/icons/react/Success.tsx +10 -5
- package/src/icons/react/SuggestIntegration.tsx +10 -5
- package/src/icons/react/SwitchToMention.tsx +10 -5
- package/src/icons/react/SwitchToText.tsx +10 -5
- package/src/icons/react/SwitchToWidget.tsx +10 -5
- package/src/icons/react/TableLayout.tsx +10 -5
- package/src/icons/react/Template.tsx +10 -5
- package/src/icons/react/Templates.tsx +10 -5
- package/src/icons/react/TemplatesFilled.tsx +10 -5
- package/src/icons/react/Terminal.tsx +10 -5
- package/src/icons/react/TextNoWrap.tsx +10 -5
- package/src/icons/react/TextToolAlignBottom.tsx +10 -5
- package/src/icons/react/TextToolAlignMiddle.tsx +10 -5
- package/src/icons/react/TextToolAlignTop.tsx +10 -5
- package/src/icons/react/TextWrap.tsx +10 -5
- package/src/icons/react/ThumbsDown.tsx +10 -5
- package/src/icons/react/ThumbsUp.tsx +10 -5
- package/src/icons/react/Toc.tsx +18 -0
- package/src/icons/react/Twitter.tsx +10 -5
- package/src/icons/react/TypeBoolean.tsx +10 -5
- package/src/icons/react/TypeButton.tsx +10 -5
- package/src/icons/react/TypeCheckbox.tsx +10 -5
- package/src/icons/react/TypeDate.tsx +10 -5
- package/src/icons/react/TypeEmail.tsx +10 -5
- package/src/icons/react/TypeEmoji.tsx +10 -5
- package/src/icons/react/TypeFormula.tsx +10 -5
- package/src/icons/react/TypeFunction.tsx +10 -5
- package/src/icons/react/TypeId.tsx +10 -5
- package/src/icons/react/TypeLocation.tsx +10 -5
- package/src/icons/react/TypeLookup.tsx +10 -5
- package/src/icons/react/TypeMoney.tsx +10 -5
- package/src/icons/react/TypeMultiSelect.tsx +10 -5
- package/src/icons/react/TypeNumber.tsx +10 -5
- package/src/icons/react/TypePercent.tsx +10 -5
- package/src/icons/react/TypePhone.tsx +10 -5
- package/src/icons/react/TypeRelation.tsx +10 -5
- package/src/icons/react/TypeRichText.tsx +10 -5
- package/src/icons/react/TypeRule.tsx +10 -5
- package/src/icons/react/TypeSingleSelect.tsx +10 -5
- package/src/icons/react/TypeText.tsx +10 -5
- package/src/icons/react/TypeUrl.tsx +10 -5
- package/src/icons/react/UnitsAvatar.tsx +10 -5
- package/src/icons/react/UnitsCollection.tsx +10 -5
- package/src/icons/react/UnitsCounter.tsx +10 -5
- package/src/icons/react/UnitsDate.tsx +10 -5
- package/src/icons/react/UnitsDbBadgeAbbr.tsx +10 -5
- package/src/icons/react/UnitsDbBadgeFull.tsx +10 -5
- package/src/icons/react/UnitsDbIcon.tsx +10 -5
- package/src/icons/react/UnitsField.tsx +10 -5
- package/src/icons/react/UnitsFieldIconButton.tsx +10 -5
- package/src/icons/react/UnitsInput.tsx +10 -5
- package/src/icons/react/UnitsProgressBar.tsx +10 -5
- package/src/icons/react/UnitsRichText.tsx +10 -5
- package/src/icons/react/UnitsSnippet.tsx +10 -5
- package/src/icons/react/Unlink.tsx +10 -5
- package/src/icons/react/UnlockFilled.tsx +10 -5
- package/src/icons/react/UnlockOutline.tsx +10 -5
- package/src/icons/react/Upgrade.tsx +10 -5
- package/src/icons/react/UsbFlashDrive.tsx +10 -5
- package/src/icons/react/UserCheck.tsx +10 -5
- package/src/icons/react/UserGroup.tsx +10 -5
- package/src/icons/react/UserGroupRemove.tsx +10 -5
- package/src/icons/react/UserRole.tsx +10 -5
- package/src/icons/react/UserX.tsx +10 -5
- package/src/icons/react/ValueEdit.tsx +10 -5
- package/src/icons/react/ViewAi.tsx +10 -5
- package/src/icons/react/ViewBoard.tsx +10 -5
- package/src/icons/react/ViewCalendar.tsx +10 -5
- package/src/icons/react/ViewCanvas.tsx +10 -5
- package/src/icons/react/ViewChart.tsx +10 -5
- package/src/icons/react/ViewDashboard.tsx +10 -5
- package/src/icons/react/ViewDetails.tsx +10 -5
- package/src/icons/react/ViewDocument.tsx +10 -5
- package/src/icons/react/ViewEmbed.tsx +18 -0
- package/src/icons/react/ViewFeed.tsx +10 -5
- package/src/icons/react/ViewForm.tsx +10 -5
- package/src/icons/react/ViewGallery.tsx +10 -5
- package/src/icons/react/ViewGantt.tsx +10 -5
- package/src/icons/react/ViewList.tsx +10 -5
- package/src/icons/react/ViewMap.tsx +10 -5
- package/src/icons/react/ViewPage.tsx +10 -5
- package/src/icons/react/ViewTable.tsx +10 -5
- package/src/icons/react/ViewTimeline.tsx +10 -5
- package/src/icons/react/Views.tsx +10 -5
- package/src/icons/react/Warning.tsx +10 -5
- package/src/icons/react/WarningTriangle.tsx +10 -5
- package/src/icons/react/WarningTriangleFilled.tsx +10 -5
- package/src/icons/react/Webhooks.tsx +18 -0
- package/src/icons/react/Windows.tsx +10 -5
- package/src/icons/react/WorkspaceMap.tsx +10 -5
- package/src/icons/react/Youtube.tsx +10 -5
- package/src/icons/react/ZoomIn.tsx +10 -5
- package/src/icons/react/ZoomOut.tsx +10 -5
- package/src/icons/react/index.tsx +453 -441
- package/src/icons/svg/add-database.svg +1 -1
- package/src/icons/svg/add-integration.svg +1 -1
- package/src/icons/svg/arrow-bar-down.svg +4 -0
- package/src/icons/svg/arrow-bar-up.svg +4 -0
- package/src/icons/svg/arrows-right-left.svg +1 -1
- package/src/icons/svg/chat-bubble.svg +1 -1
- package/src/icons/svg/chat-float.svg +1 -1
- package/src/icons/svg/chat-sidebar.svg +3 -3
- package/src/icons/svg/clean.svg +1 -1
- package/src/icons/svg/create.svg +1 -1
- package/src/icons/svg/folder-favorite.svg +3 -0
- package/src/icons/svg/intercom.svg +3 -0
- package/src/icons/svg/items-timeline.svg +1 -1
- package/src/icons/svg/key.svg +1 -1
- package/src/icons/svg/network-add.svg +1 -1
- package/src/icons/svg/print.svg +1 -1
- package/src/icons/svg/richeditor/list/indent.svg +7 -2
- package/src/icons/svg/richeditor/list/unindent.svg +7 -2
- package/src/icons/svg/richeditor/mark/underline.svg +2 -2
- package/src/icons/svg/success.svg +1 -1
- package/src/icons/svg/suggest-integration.svg +1 -1
- package/src/icons/svg/toc.svg +5 -0
- package/src/icons/svg/view-embed.svg +3 -0
- package/src/icons/svg/warning-triangle.svg +1 -1
- package/src/icons/svg/webhooks.svg +5 -0
- package/src/icons/svg/windows.svg +1 -1
- package/src/icons/types.ts +2 -0
- package/src/images-gallery/images-gallery.tsx +91 -16
- package/src/images-gallery/slide-buttons.tsx +5 -9
- package/src/integration-compact-info-button.tsx +10 -6
- package/src/lists/actions-menu-row-surface.tsx +2 -1
- package/src/loaders.tsx +2 -2
- package/src/loading-sausage.tsx +4 -4
- package/src/logo.tsx +14 -13
- package/src/mobile-keyboard-aware-popup.tsx +1 -1
- package/src/modal-menu/index.tsx +1 -0
- package/src/modal-menu/modal-menu-checkbox-item.tsx +50 -0
- package/src/modal-menu/modal-menu-content.tsx +1 -1
- package/src/modal-menu/modal-menu-separator.tsx +1 -1
- package/src/modal-menu/modal-submenu-content.tsx +3 -1
- package/src/new-badge.tsx +2 -2
- package/src/number-input/edit-unit-styles.ts +3 -3
- package/src/online-users.tsx +53 -54
- package/src/open-popover-tracker.tsx +73 -0
- package/src/palette-generator.test.ts +145 -147
- package/src/palette-generator.ts +24 -34
- package/src/palettes/_.test.ts +226 -0
- package/src/palettes/_.ts +66 -23
- package/src/palettes/diff-colors.ts +253 -0
- package/src/palettes/inspect.canvas-colors.test.ts +257 -0
- package/src/palettes/inspect.defs.colors.neutral-arch.test.ts +2291 -0
- package/src/palettes/inspect.defs.colors.neutral-user.test.ts +2291 -0
- package/src/palettes/inspect.defs.colors.warm-arch.test.ts +2291 -0
- package/src/palettes/inspect.defs.colors.warm-user.test.ts +2291 -0
- package/src/palettes/inspect.neutral-arch.test.ts +191 -0
- package/src/palettes/inspect.neutral-user.test.ts +191 -0
- package/src/palettes/inspect.warm-arch.test.ts +191 -0
- package/src/palettes/inspect.warm-user.test.ts +191 -0
- package/src/palettes/neutral-arch.ts +37 -0
- package/src/palettes/neutral-user.ts +37 -0
- package/src/palettes/{slate-arch.ts → neutral.ts} +19 -33
- package/src/palettes/warm-arch.ts +2 -187
- package/src/palettes/warm-user.ts +2 -187
- package/src/palettes/warm.ts +157 -0
- package/src/popover/index.tsx +124 -212
- package/src/popover/mobile-popover.tsx +4 -2
- package/src/popover/popup-modifiers-context.ts +4 -4
- package/src/preference-setting.test.ts +223 -0
- package/src/preference-setting.ts +71 -0
- package/src/pretty-size.test.ts +18 -0
- package/src/pretty-size.ts +23 -0
- package/src/reactions/reaction-button.tsx +4 -4
- package/src/reactions/reaction-picker.tsx +2 -2
- package/src/rich-text-embed-error.tsx +3 -1
- package/src/root-theme-provider.test.tsx +25 -20
- package/src/scale-generator.ts +2 -2
- package/src/select/components/clear-indicator.tsx +1 -1
- package/src/select/components/drop-down-indicator.tsx +2 -2
- package/src/select/components/group-heading.tsx +3 -3
- package/src/select/components/menu-list-virtualized.tsx +1 -1
- package/src/select/components/option.tsx +1 -1
- package/src/select/index.tsx +39 -38
- package/src/select/select-in-popover.tsx +34 -202
- package/src/select/select.tsx +6 -4
- package/src/select/styles.ts +3 -0
- package/src/static-palettes.ts +3 -5
- package/src/tab-nav/tab-nav.tsx +61 -17
- package/src/thematic-color-picker.tsx +158 -234
- package/src/thematic-constants.tsx +0 -1
- package/src/thematic-controls.tsx +118 -9
- package/src/thematic-scales.tsx +66 -86
- package/src/thematic-state.ts +62 -45
- package/src/thematic.tsx +379 -244
- package/src/theme-provider.test.tsx +70 -67
- package/src/theme-provider.tsx +51 -34
- package/src/theme-settings.ts +12 -44
- package/src/theme-styles.ts +36 -23
- package/src/themed-ink.tsx +26 -0
- package/src/toast/toast-action.tsx +2 -2
- package/src/toggle-button/round-toggle-button.tsx +2 -1
- package/src/toggle-button/toggle-button.tsx +51 -38
- package/src/toggle-on-off.tsx +7 -7
- package/src/tooltip-if-overflown.tsx +3 -3
- package/src/tree-utils.test.ts +166 -0
- package/src/tree-utils.ts +107 -0
- package/src/type-badge-box.tsx +2 -2
- package/src/type-badge.tsx +9 -10
- package/src/unit/maybe-unit-value.tsx +1 -1
- package/src/unit/types.ts +1 -1
- package/src/workflow-progress-icon.tsx +1 -1
- package/src/actions-menu/actions-menu-open-state-tracker.tsx +0 -66
- package/src/design-system/alpha.test.ts +0 -59
- package/src/design-system.test.ts +0 -47
- package/src/error-alert/error-alert-action.tsx +0 -12
- package/src/error-alert/error-alert.tsx +0 -71
- package/src/file-item/use-register-in-image-gallery.tsx +0 -70
- package/src/file-item-2.tsx +0 -357
- package/src/palettes/slate-arch.colors-snapshot.test.ts +0 -1689
- package/src/palettes/slate-user.colors-snapshot.test.ts +0 -1689
- package/src/palettes/slate-user.ts +0 -187
- package/src/palettes/warm-arch.colors-snapshot.test.ts +0 -1689
- package/src/palettes/warm-user.colors-snapshot.test.ts +0 -1689
- /package/src/number-input/{decimal.test.js → decimal.test.ts} +0 -0
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
import {warmUserPalette} from "./warm-user";
|
|
2
|
+
import {palette} from "./_";
|
|
3
|
+
|
|
4
|
+
test("inspect", () =>
|
|
5
|
+
expect(palette(warmUserPalette)).toMatchInlineSnapshot(`
|
|
6
|
+
{
|
|
7
|
+
"accent": [
|
|
8
|
+
null,
|
|
9
|
+
"#fafcfd | hsl(200 43% 99%) | oklch(0.99 0 229) ",
|
|
10
|
+
"#f9fcfd | hsl(195 50% 98%) | oklch(0.99 0 220) ",
|
|
11
|
+
"#eef7f9 | hsl(191 48% 95%) | oklch(0.97 0.01 213) ",
|
|
12
|
+
"#e4f1f6 | hsl(197 50% 93%) | oklch(0.95 0.02 223) ",
|
|
13
|
+
"#d5e9f0 | hsl(196 47% 89%) | oklch(0.92 0.02 221) ",
|
|
14
|
+
"#c2dee8 | hsl(196 45% 84%) | oklch(0.88 0.03 221) ",
|
|
15
|
+
"#a6cedb | hsl(195 42% 75%) | oklch(0.83 0.05 220) ",
|
|
16
|
+
"#84bcce | hsl(195 43% 66%) | oklch(0.76 0.06 220) ",
|
|
17
|
+
"#008aa9 | hsl(191 100% 33%) | oklch(0.59 0.11 221) ",
|
|
18
|
+
"#007e9f | hsl(192 100% 31%) | oklch(0.55 0.1 224) ",
|
|
19
|
+
"#006f8b | hsl(192 100% 27%) | oklch(0.5 0.09 223) ",
|
|
20
|
+
"#002a36 | hsl(193 100% 11%) | oklch(0.26 0.05 222) ",
|
|
21
|
+
],
|
|
22
|
+
"accentDark": [
|
|
23
|
+
null,
|
|
24
|
+
"#10191c | hsl(195 27% 9%) | oklch(0.21 0.01 220) ",
|
|
25
|
+
"#0d2026 | hsl(194 49% 10%) | oklch(0.23 0.03 221) ",
|
|
26
|
+
"#082c36 | hsl(193 74% 12%) | oklch(0.27 0.04 220) ",
|
|
27
|
+
"#01333f | hsl(192 97% 13%) | oklch(0.3 0.05 219) ",
|
|
28
|
+
"#043a48 | hsl(192 89% 15%) | oklch(0.32 0.06 221) ",
|
|
29
|
+
"#074453 | hsl(192 84% 18%) | oklch(0.36 0.06 220) ",
|
|
30
|
+
"#00556b | hsl(192 100% 21%) | oklch(0.42 0.08 223) ",
|
|
31
|
+
"#006a87 | hsl(193 100% 26%) | oklch(0.49 0.09 225) ",
|
|
32
|
+
"#0088aa | hsl(192 100% 33%) | oklch(0.58 0.11 224) ",
|
|
33
|
+
"#1698b7 | hsl(192 79% 40%) | oklch(0.63 0.11 220) ",
|
|
34
|
+
"#7cbdd2 | hsl(195 49% 65%) | oklch(0.76 0.07 220) ",
|
|
35
|
+
"#e8f4f8 | hsl(195 53% 94%) | oklch(0.96 0.01 220) ",
|
|
36
|
+
],
|
|
37
|
+
"base": [
|
|
38
|
+
null,
|
|
39
|
+
"#fffbf4 | hsl(38 100% 98%) | oklch(0.99 0.01 82) ",
|
|
40
|
+
"#fdf6ef | hsl(30 78% 96%) | oklch(0.98 0.01 68) ",
|
|
41
|
+
"#faf4ec | hsl(34 58% 95%) | oklch(0.97 0.01 75) ",
|
|
42
|
+
"#f3ece5 | hsl(30 37% 93%) | oklch(0.95 0.01 68) ",
|
|
43
|
+
"#ede7e0 | hsl(32 27% 90%) | oklch(0.93 0.01 72) ",
|
|
44
|
+
"#e8e2db | hsl(32 22% 88%) | oklch(0.92 0.01 72) ",
|
|
45
|
+
"#e1dad3 | hsl(30 19% 85%) | oklch(0.89 0.01 68) ",
|
|
46
|
+
"#ccc6bf | hsl(32 11% 77%) | oklch(0.83 0.01 72) ",
|
|
47
|
+
"#a39d96 | hsl(32 7% 61%) | oklch(0.7 0.01 72) ",
|
|
48
|
+
"#7d7770 | hsl(32 5% 46%) | oklch(0.57 0.01 72) ",
|
|
49
|
+
"#635e57 | hsl(35 6% 36%) | oklch(0.48 0.01 77) ",
|
|
50
|
+
"#1b1611 | hsl(30 23% 9%) | oklch(0.2 0.01 67) ",
|
|
51
|
+
],
|
|
52
|
+
"baseDark": [
|
|
53
|
+
null,
|
|
54
|
+
"#1a1614 | hsl(20 13% 9%) | oklch(0.2 0.01 48) ",
|
|
55
|
+
"#201b19 | hsl(17 12% 11%) | oklch(0.23 0.01 43) ",
|
|
56
|
+
"#272321 | hsl(20 8% 14%) | oklch(0.26 0.01 48) ",
|
|
57
|
+
"#2d2826 | hsl(17 8% 16%) | oklch(0.28 0.01 43) ",
|
|
58
|
+
"#322d2b | hsl(17 8% 18%) | oklch(0.3 0.01 43) ",
|
|
59
|
+
"#373230 | hsl(17 7% 20%) | oklch(0.32 0.01 43) ",
|
|
60
|
+
"#413c3a | hsl(17 6% 24%) | oklch(0.36 0.01 43) ",
|
|
61
|
+
"#56504e | hsl(15 5% 32%) | oklch(0.44 0.01 39) ",
|
|
62
|
+
"#756f6d | hsl(15 4% 44%) | oklch(0.55 0.01 39) ",
|
|
63
|
+
"#847e7c | hsl(15 3% 50%) | oklch(0.6 0.01 39) ",
|
|
64
|
+
"#a69f9d | hsl(13 5% 63%) | oklch(0.71 0.01 37) ",
|
|
65
|
+
"#e0d4ce | hsl(20 22% 84%) | oklch(0.88 0.02 49) ",
|
|
66
|
+
],
|
|
67
|
+
"black": "#1f1a18 | hsl(17 13% 11%) | oklch(0.22 0.01 43) ",
|
|
68
|
+
"blackA": [
|
|
69
|
+
null,
|
|
70
|
+
"#00000003 | hsl(none 0% 0% / 0.01) | oklch(0 0 none / 0.01) ",
|
|
71
|
+
"#00000008 | hsl(none 0% 0% / 0.03) | oklch(0 0 none / 0.03) ",
|
|
72
|
+
"#0000000d | hsl(none 0% 0% / 0.05) | oklch(0 0 none / 0.05) ",
|
|
73
|
+
"#00000012 | hsl(none 0% 0% / 0.07) | oklch(0 0 none / 0.07) ",
|
|
74
|
+
"#00000017 | hsl(none 0% 0% / 0.09) | oklch(0 0 none / 0.09) ",
|
|
75
|
+
"#0000001c | hsl(none 0% 0% / 0.11) | oklch(0 0 none / 0.11) ",
|
|
76
|
+
"#00000024 | hsl(none 0% 0% / 0.14) | oklch(0 0 none / 0.14) ",
|
|
77
|
+
"#00000038 | hsl(none 0% 0% / 0.22) | oklch(0 0 none / 0.22) ",
|
|
78
|
+
"#00000070 | hsl(none 0% 0% / 0.44) | oklch(0 0 none / 0.44) ",
|
|
79
|
+
"#0000007a | hsl(none 0% 0% / 0.48) | oklch(0 0 none / 0.48) ",
|
|
80
|
+
"#00000091 | hsl(none 0% 0% / 0.57) | oklch(0 0 none / 0.57) ",
|
|
81
|
+
"#000000e8 | hsl(none 0% 0% / 0.91) | oklch(0 0 none / 0.91) ",
|
|
82
|
+
],
|
|
83
|
+
"key": "warm-user",
|
|
84
|
+
"red": [
|
|
85
|
+
null,
|
|
86
|
+
"#fefbfb | hsl(0 60% 99%) | oklch(0.99 0 17) ",
|
|
87
|
+
"#fffafa | hsl(0 100% 99%) | oklch(0.99 0.01 17) ",
|
|
88
|
+
"#fff1f0 | hsl(4 100% 97%) | oklch(0.97 0.02 22) ",
|
|
89
|
+
"#ffe8e7 | hsl(2 100% 95%) | oklch(0.95 0.03 21) ",
|
|
90
|
+
"#fddcdb | hsl(2 89% 93%) | oklch(0.92 0.04 20) ",
|
|
91
|
+
"#facbca | hsl(1 83% 89%) | oklch(0.88 0.05 20) ",
|
|
92
|
+
"#f4b3b2 | hsl(1 75% 83%) | oklch(0.83 0.08 20) ",
|
|
93
|
+
"#ed9696 | hsl(0 71% 76%) | oklch(0.76 0.11 20) ",
|
|
94
|
+
"#d33e4b | hsl(355 63% 54%) | oklch(0.59 0.18 20) ",
|
|
95
|
+
"#c8233b | hsl(351 70% 46%) | oklch(0.54 0.2 20) ",
|
|
96
|
+
"#af2436 | hsl(352 66% 41%) | oklch(0.5 0.17 20) ",
|
|
97
|
+
"#450b11 | hsl(354 72% 16%) | oklch(0.26 0.09 20) ",
|
|
98
|
+
],
|
|
99
|
+
"redDark": [
|
|
100
|
+
null,
|
|
101
|
+
"#211313 | hsl(0 27% 10%) | oklch(0.21 0.02 19) ",
|
|
102
|
+
"#2f1314 | hsl(358 42% 13%) | oklch(0.23 0.05 19) ",
|
|
103
|
+
"#431619 | hsl(356 51% 17%) | oklch(0.27 0.07 19) ",
|
|
104
|
+
"#50151b | hsl(354 58% 20%) | oklch(0.3 0.09 19) ",
|
|
105
|
+
"#5b1a20 | hsl(354 56% 23%) | oklch(0.32 0.09 19) ",
|
|
106
|
+
"#682127 | hsl(355 52% 27%) | oklch(0.36 0.1 19) ",
|
|
107
|
+
"#881b2a | hsl(352 67% 32%) | oklch(0.41 0.14 19) ",
|
|
108
|
+
"#af092f | hsl(346 90% 36%) | oklch(0.48 0.19 19) ",
|
|
109
|
+
"#d53247 | hsl(352 66% 52%) | oklch(0.58 0.2 19) ",
|
|
110
|
+
"#e14e5b | hsl(355 71% 59%) | oklch(0.63 0.18 19) ",
|
|
111
|
+
"#f49293 | hsl(359 82% 76%) | oklch(0.76 0.12 20) ",
|
|
112
|
+
"#ffeceb | hsl(3 100% 96%) | oklch(0.96 0.02 21) ",
|
|
113
|
+
],
|
|
114
|
+
"teal": [
|
|
115
|
+
null,
|
|
116
|
+
"#fbfcfc | hsl(180 14% 99%) | oklch(0.99 0 197) ",
|
|
117
|
+
"#fafcfc | hsl(180 25% 98%) | oklch(0.99 0 197) ",
|
|
118
|
+
"#eff7f5 | hsl(165 33% 95%) | oklch(0.97 0.01 180) ",
|
|
119
|
+
"#e5f2ef | hsl(166 33% 92%) | oklch(0.95 0.01 181) ",
|
|
120
|
+
"#d6eae6 | hsl(168 32% 88%) | oklch(0.92 0.02 183) ",
|
|
121
|
+
"#c4e0d9 | hsl(165 31% 82%) | oklch(0.88 0.03 179) ",
|
|
122
|
+
"#a9d0c8 | hsl(168 29% 74%) | oklch(0.83 0.04 181) ",
|
|
123
|
+
"#87bfb3 | hsl(167 30% 64%) | oklch(0.76 0.06 180) ",
|
|
124
|
+
"#00907e | hsl(173 100% 28%) | oklch(0.59 0.11 180) ",
|
|
125
|
+
"#008472 | hsl(172 100% 26%) | oklch(0.55 0.1 179) ",
|
|
126
|
+
"#007465 | hsl(172 100% 23%) | oklch(0.5 0.09 180) ",
|
|
127
|
+
"#002c25 | hsl(170 100% 9%) | oklch(0.26 0.05 179) ",
|
|
128
|
+
],
|
|
129
|
+
"tealDark": [
|
|
130
|
+
null,
|
|
131
|
+
"#101917 | hsl(167 22% 8%) | oklch(0.2 0.01 180) ",
|
|
132
|
+
"#0e211d | hsl(167 40% 9%) | oklch(0.23 0.03 179) ",
|
|
133
|
+
"#0b2e28 | hsl(170 61% 11%) | oklch(0.27 0.04 180) ",
|
|
134
|
+
"#05352e | hsl(171 83% 11%) | oklch(0.3 0.05 180) ",
|
|
135
|
+
"#083d35 | hsl(171 77% 14%) | oklch(0.32 0.05 180) ",
|
|
136
|
+
"#0e473f | hsl(172 67% 17%) | oklch(0.36 0.06 181) ",
|
|
137
|
+
"#00594d | hsl(172 100% 17%) | oklch(0.42 0.08 180) ",
|
|
138
|
+
"#007061 | hsl(172 100% 22%) | oklch(0.49 0.09 179) ",
|
|
139
|
+
"#008f7d | hsl(172 100% 28%) | oklch(0.58 0.11 180) ",
|
|
140
|
+
"#259d8c | hsl(172 62% 38%) | oklch(0.63 0.1 181) ",
|
|
141
|
+
"#80c0b4 | hsl(169 34% 63%) | oklch(0.76 0.07 181) ",
|
|
142
|
+
"#e9f4f2 | hsl(169 33% 94%) | oklch(0.96 0.01 184) ",
|
|
143
|
+
],
|
|
144
|
+
"white": "#fffdfa | hsl(36 100% 99%) | oklch(0.99 0 78) ",
|
|
145
|
+
"whiteA": [
|
|
146
|
+
null,
|
|
147
|
+
"#fffffe00 | hsl(60 100% 100% / 0) | oklch(1 0 106 / 0) ",
|
|
148
|
+
"#fffffe03 | hsl(60 100% 100% / 0.01) | oklch(1 0 106 / 0.01) ",
|
|
149
|
+
"#fffffe08 | hsl(60 100% 100% / 0.03) | oklch(1 0 106 / 0.03) ",
|
|
150
|
+
"#fffffe0f | hsl(60 100% 100% / 0.06) | oklch(1 0 106 / 0.06) ",
|
|
151
|
+
"#fffffe17 | hsl(60 100% 100% / 0.09) | oklch(1 0 106 / 0.09) ",
|
|
152
|
+
"#fffffe1f | hsl(60 100% 100% / 0.12) | oklch(1 0 106 / 0.12) ",
|
|
153
|
+
"#fffffe2e | hsl(60 100% 100% / 0.18) | oklch(1 0 106 / 0.18) ",
|
|
154
|
+
"#fffffe40 | hsl(60 100% 100% / 0.25) | oklch(1 0 106 / 0.25) ",
|
|
155
|
+
"#fffffe63 | hsl(60 100% 100% / 0.39) | oklch(1 0 106 / 0.39) ",
|
|
156
|
+
"#fffffe73 | hsl(60 100% 100% / 0.45) | oklch(1 0 106 / 0.45) ",
|
|
157
|
+
"#fffffe96 | hsl(60 100% 100% / 0.59) | oklch(1 0 106 / 0.59) ",
|
|
158
|
+
"#fffffeeb | hsl(60 100% 100% / 0.92) | oklch(1 0 106 / 0.92) ",
|
|
159
|
+
],
|
|
160
|
+
"yellow": [
|
|
161
|
+
null,
|
|
162
|
+
"#fdfcf7 | hsl(50 60% 98%) | oklch(0.99 0.01 97) ",
|
|
163
|
+
"#fffce4 | hsl(53 100% 95%) | oklch(0.99 0.03 101) ",
|
|
164
|
+
"#fffacf | hsl(54 100% 91%) | oklch(0.98 0.06 102) ",
|
|
165
|
+
"#fff7b9 | hsl(53 100% 86%) | oklch(0.97 0.08 102) ",
|
|
166
|
+
"#fff2a0 | hsl(52 100% 81%) | oklch(0.95 0.1 100) ",
|
|
167
|
+
"#f8e787 | hsl(51 89% 75%) | oklch(0.92 0.12 99) ",
|
|
168
|
+
"#e9d568 | hsl(51 75% 66%) | oklch(0.87 0.13 99) ",
|
|
169
|
+
"#dec200 | hsl(52 100% 44%) | oklch(0.81 0.17 99) ",
|
|
170
|
+
"#f7d900 | hsl(53 100% 48%) | oklch(0.88 0.18 99) ",
|
|
171
|
+
"#edd000 | hsl(53 100% 46%) | oklch(0.86 0.18 99) ",
|
|
172
|
+
"#827100 | hsl(52 100% 25%) | oklch(0.55 0.11 99) ",
|
|
173
|
+
"#2f2a0e | hsl(51 54% 12%) | oklch(0.28 0.04 99) ",
|
|
174
|
+
],
|
|
175
|
+
"yellowDark": [
|
|
176
|
+
null,
|
|
177
|
+
"#181400 | hsl(50 100% 5%) | oklch(0.19 0.04 100) ",
|
|
178
|
+
"#221c00 | hsl(49 100% 7%) | oklch(0.23 0.05 98) ",
|
|
179
|
+
"#2b2400 | hsl(50 100% 8%) | oklch(0.26 0.05 98) ",
|
|
180
|
+
"#2f2800 | hsl(51 100% 9%) | oklch(0.28 0.06 99) ",
|
|
181
|
+
"#3a3200 | hsl(52 100% 11%) | oklch(0.32 0.07 100) ",
|
|
182
|
+
"#453b00 | hsl(51 100% 14%) | oklch(0.35 0.07 99) ",
|
|
183
|
+
"#554900 | hsl(52 100% 17%) | oklch(0.41 0.08 98) ",
|
|
184
|
+
"#6e5f00 | hsl(52 100% 22%) | oklch(0.49 0.1 98) ",
|
|
185
|
+
"#f8d800 | hsl(52 100% 49%) | oklch(0.88 0.18 98) ",
|
|
186
|
+
"#ffec4e | hsl(54 100% 65%) | oklch(0.93 0.17 102) ",
|
|
187
|
+
"#e3c600 | hsl(52 100% 45%) | oklch(0.83 0.17 99) ",
|
|
188
|
+
"#fff9cf | hsl(52 100% 91%) | oklch(0.98 0.05 101) ",
|
|
189
|
+
],
|
|
190
|
+
}
|
|
191
|
+
`));
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import {ThemePalette} from "../palette-generator";
|
|
2
|
+
import {neutralBase} from "./neutral";
|
|
3
|
+
|
|
4
|
+
export const neutralArchPalette: ThemePalette = {
|
|
5
|
+
...neutralBase,
|
|
6
|
+
key: "neutral-arch",
|
|
7
|
+
accent: [
|
|
8
|
+
null,
|
|
9
|
+
"#FEFBFA",
|
|
10
|
+
"#FEFBF9",
|
|
11
|
+
"#FDF3EE",
|
|
12
|
+
"#FAEBE3",
|
|
13
|
+
"#F7E0D3",
|
|
14
|
+
"#F1D1C0",
|
|
15
|
+
"#E8BCA3",
|
|
16
|
+
"#DEA281",
|
|
17
|
+
"#BF5B0F",
|
|
18
|
+
"#B54A00",
|
|
19
|
+
"#9E4300",
|
|
20
|
+
"#3E1700",
|
|
21
|
+
],
|
|
22
|
+
accentDark: [
|
|
23
|
+
null,
|
|
24
|
+
"#1D1511",
|
|
25
|
+
"#281911",
|
|
26
|
+
"#392012",
|
|
27
|
+
"#432412",
|
|
28
|
+
"#4C2A16",
|
|
29
|
+
"#58321C",
|
|
30
|
+
"#713A18",
|
|
31
|
+
"#91450F",
|
|
32
|
+
"#B3602C",
|
|
33
|
+
"#C07345",
|
|
34
|
+
"#DAA487",
|
|
35
|
+
"#FAEFE9",
|
|
36
|
+
],
|
|
37
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import {ThemePalette} from "../palette-generator";
|
|
2
|
+
import {neutralBase} from "./neutral";
|
|
3
|
+
|
|
4
|
+
export const neutralUserPalette: ThemePalette = {
|
|
5
|
+
...neutralBase,
|
|
6
|
+
key: "neutral-user",
|
|
7
|
+
accent: [
|
|
8
|
+
null,
|
|
9
|
+
"#fbfcfe",
|
|
10
|
+
"#fafcff",
|
|
11
|
+
"#f1f5fe",
|
|
12
|
+
"#e8effd",
|
|
13
|
+
"#dbe5fa",
|
|
14
|
+
"#cad9f6",
|
|
15
|
+
"#b2c7f0",
|
|
16
|
+
"#96b1e9",
|
|
17
|
+
"#4978d4",
|
|
18
|
+
"#3869cc",
|
|
19
|
+
"#345eb2",
|
|
20
|
+
"#102246",
|
|
21
|
+
],
|
|
22
|
+
accentDark: [
|
|
23
|
+
null,
|
|
24
|
+
"#131720",
|
|
25
|
+
"#151c2d",
|
|
26
|
+
"#1a2642",
|
|
27
|
+
"#1c2b4f",
|
|
28
|
+
"#223259",
|
|
29
|
+
"#293b66",
|
|
30
|
+
"#2d4786",
|
|
31
|
+
"#3258ae",
|
|
32
|
+
"#4b74d2",
|
|
33
|
+
"#5f85dd",
|
|
34
|
+
"#97b1ed",
|
|
35
|
+
"#ecf1fd",
|
|
36
|
+
],
|
|
37
|
+
};
|
|
@@ -1,7 +1,24 @@
|
|
|
1
1
|
import {ThemePalette} from "../palette-generator";
|
|
2
2
|
|
|
3
|
-
export const
|
|
4
|
-
|
|
3
|
+
export const neutralBase: Omit<ThemePalette, "accent" | "accentDark" | "key"> = {
|
|
4
|
+
// warm-dark no-applied:
|
|
5
|
+
// "white": "rgb(255,252,247)",
|
|
6
|
+
// "black": "rgb(5,4,4)",
|
|
7
|
+
// "whiteA": [
|
|
8
|
+
// null,
|
|
9
|
+
// "rgba(255,255,254,0)",
|
|
10
|
+
// "rgba(255,255,254,0.01)",
|
|
11
|
+
// "rgba(255,255,254,0.03)",
|
|
12
|
+
// "rgba(255,255,254,0.06)",
|
|
13
|
+
// "rgba(255,255,254,0.09)",
|
|
14
|
+
// "rgba(255,255,254,0.12)",
|
|
15
|
+
// "rgba(255,255,254,0.18)",
|
|
16
|
+
// "rgba(255,255,254,0.25)",
|
|
17
|
+
// "rgba(255,255,254,0.39)",
|
|
18
|
+
// "rgba(255,255,254,0.45)",
|
|
19
|
+
// "rgba(255,255,254,0.59)",
|
|
20
|
+
// "rgba(255,255,254,0.92)"
|
|
21
|
+
// ],
|
|
5
22
|
white: "rgb(255,255,255)",
|
|
6
23
|
whiteA: [
|
|
7
24
|
null,
|
|
@@ -49,21 +66,6 @@ export const slateArchPalette: ThemePalette = {
|
|
|
49
66
|
"rgb(94,94,94)",
|
|
50
67
|
"rgb(23,23,23)",
|
|
51
68
|
],
|
|
52
|
-
accent: [
|
|
53
|
-
null,
|
|
54
|
-
"rgb(254,251,250)",
|
|
55
|
-
"rgb(254,251,249)",
|
|
56
|
-
"rgb(253,243,238)",
|
|
57
|
-
"rgb(250,235,227)",
|
|
58
|
-
"rgb(247,224,211)",
|
|
59
|
-
"rgb(241,209,192)",
|
|
60
|
-
"rgb(232,188,163)",
|
|
61
|
-
"rgb(222,162,129)",
|
|
62
|
-
"rgb(191,91,15)",
|
|
63
|
-
"rgb(181,74,0)",
|
|
64
|
-
"rgb(158,67,0)",
|
|
65
|
-
"rgb(62,23,0)",
|
|
66
|
-
],
|
|
67
69
|
red: [
|
|
68
70
|
null,
|
|
69
71
|
"rgb(254,251,251)",
|
|
@@ -109,7 +111,6 @@ export const slateArchPalette: ThemePalette = {
|
|
|
109
111
|
"rgb(129,113,0)",
|
|
110
112
|
"rgb(46,42,14)",
|
|
111
113
|
],
|
|
112
|
-
|
|
113
114
|
baseDark: [
|
|
114
115
|
null,
|
|
115
116
|
"rgb(23,23,23)",
|
|
@@ -125,21 +126,6 @@ export const slateArchPalette: ThemePalette = {
|
|
|
125
126
|
"rgb(161,161,161)",
|
|
126
127
|
"rgb(237,237,237)",
|
|
127
128
|
],
|
|
128
|
-
accentDark: [
|
|
129
|
-
null,
|
|
130
|
-
"rgb(29,21,17)",
|
|
131
|
-
"rgb(40,25,17)",
|
|
132
|
-
"rgb(57,32,18)",
|
|
133
|
-
"rgb(67,36,18)",
|
|
134
|
-
"rgb(76,42,22)",
|
|
135
|
-
"rgb(88,50,28)",
|
|
136
|
-
"rgb(113,58,24)",
|
|
137
|
-
"rgb(145,69,15)",
|
|
138
|
-
"rgb(179,96,44)",
|
|
139
|
-
"rgb(192,115,69)",
|
|
140
|
-
"rgb(218,164,135)",
|
|
141
|
-
"rgb(250,239,233)",
|
|
142
|
-
],
|
|
143
129
|
redDark: [
|
|
144
130
|
null,
|
|
145
131
|
"rgb(33,19,19)",
|
|
@@ -1,54 +1,9 @@
|
|
|
1
1
|
import {ThemePalette} from "../palette-generator";
|
|
2
|
+
import {warmBase} from "./warm";
|
|
2
3
|
|
|
3
4
|
export const warmArchPalette: ThemePalette = {
|
|
5
|
+
...warmBase,
|
|
4
6
|
key: "warm-arch",
|
|
5
|
-
white: "rgb(255,253,250)",
|
|
6
|
-
whiteA: [
|
|
7
|
-
null,
|
|
8
|
-
"rgba(255,255,254,0)",
|
|
9
|
-
"rgba(255,255,254,0.01)",
|
|
10
|
-
"rgba(255,255,254,0.03)",
|
|
11
|
-
"rgba(255,255,254,0.06)",
|
|
12
|
-
"rgba(255,255,254,0.09)",
|
|
13
|
-
"rgba(255,255,254,0.12)",
|
|
14
|
-
"rgba(255,255,254,0.18)",
|
|
15
|
-
"rgba(255,255,254,0.25)",
|
|
16
|
-
"rgba(255,255,254,0.39)",
|
|
17
|
-
"rgba(255,255,254,0.45)",
|
|
18
|
-
"rgba(255,255,254,0.59)",
|
|
19
|
-
"rgba(255,255,254,0.92)",
|
|
20
|
-
],
|
|
21
|
-
black: "rgb(31,26,24)",
|
|
22
|
-
blackA: [
|
|
23
|
-
null,
|
|
24
|
-
"rgba(0,0,0,0.01)",
|
|
25
|
-
"rgba(0,0,0,0.03)",
|
|
26
|
-
"rgba(0,0,0,0.05)",
|
|
27
|
-
"rgba(0,0,0,0.07)",
|
|
28
|
-
"rgba(0,0,0,0.09)",
|
|
29
|
-
"rgba(0,0,0,0.11)",
|
|
30
|
-
"rgba(0,0,0,0.14)",
|
|
31
|
-
"rgba(0,0,0,0.22)",
|
|
32
|
-
"rgba(0,0,0,0.44)",
|
|
33
|
-
"rgba(0,0,0,0.48)",
|
|
34
|
-
"rgba(0,0,0,0.57)",
|
|
35
|
-
"rgba(0,0,0,0.91)",
|
|
36
|
-
],
|
|
37
|
-
base: [
|
|
38
|
-
null,
|
|
39
|
-
"rgb(255,251,244)",
|
|
40
|
-
"rgb(253,246,239)",
|
|
41
|
-
"rgb(250,244,236)",
|
|
42
|
-
"rgb(243,236,229)",
|
|
43
|
-
"rgb(237,231,224)",
|
|
44
|
-
"rgb(232,226,219)",
|
|
45
|
-
"rgb(225,218,211)",
|
|
46
|
-
"rgb(204,198,191)",
|
|
47
|
-
"rgb(163,157,150)",
|
|
48
|
-
"rgb(125,119,112)",
|
|
49
|
-
"rgb(99,94,87)",
|
|
50
|
-
"rgb(27,22,17)",
|
|
51
|
-
],
|
|
52
7
|
accent: [
|
|
53
8
|
null,
|
|
54
9
|
"rgb(254,251,249)",
|
|
@@ -64,101 +19,6 @@ export const warmArchPalette: ThemePalette = {
|
|
|
64
19
|
"rgb(152,74,0)",
|
|
65
20
|
"rgb(63,23,0)",
|
|
66
21
|
],
|
|
67
|
-
red: [
|
|
68
|
-
null,
|
|
69
|
-
"rgb(254,251,251)",
|
|
70
|
-
"rgb(255,250,250)",
|
|
71
|
-
"rgb(255,241,240)",
|
|
72
|
-
"rgb(255,232,231)",
|
|
73
|
-
"rgb(253,220,219)",
|
|
74
|
-
"rgb(250,203,202)",
|
|
75
|
-
"rgb(244,179,178)",
|
|
76
|
-
"rgb(237,150,150)",
|
|
77
|
-
"rgb(211,62,75)",
|
|
78
|
-
"rgb(200,35,59)",
|
|
79
|
-
"rgb(175,36,54)",
|
|
80
|
-
"rgb(69,11,17)",
|
|
81
|
-
],
|
|
82
|
-
teal: [
|
|
83
|
-
null,
|
|
84
|
-
"rgb(251,252,252)",
|
|
85
|
-
"rgb(250,252,252)",
|
|
86
|
-
"rgb(239,247,245)",
|
|
87
|
-
"rgb(229,242,239)",
|
|
88
|
-
"rgb(214,234,230)",
|
|
89
|
-
"rgb(196,224,217)",
|
|
90
|
-
"rgb(169,208,200)",
|
|
91
|
-
"rgb(135,191,179)",
|
|
92
|
-
"rgb(0,144,126)",
|
|
93
|
-
"rgb(0,132,114)",
|
|
94
|
-
"rgb(0,116,101)",
|
|
95
|
-
"rgb(0,44,37)",
|
|
96
|
-
],
|
|
97
|
-
yellow: [
|
|
98
|
-
null,
|
|
99
|
-
"rgb(253,252,247)",
|
|
100
|
-
"rgb(255,252,228)",
|
|
101
|
-
"rgb(255,250,207)",
|
|
102
|
-
"rgb(255,247,185)",
|
|
103
|
-
"rgb(255,242,160)",
|
|
104
|
-
"rgb(248,231,135)",
|
|
105
|
-
"rgb(233,213,104)",
|
|
106
|
-
"rgb(222,194,0)",
|
|
107
|
-
"rgb(247,217,0)",
|
|
108
|
-
"rgb(237,208,0)",
|
|
109
|
-
"rgb(130,113,0)",
|
|
110
|
-
"rgb(47,42,14)",
|
|
111
|
-
],
|
|
112
|
-
// warm-light-arch ⬆
|
|
113
|
-
// FIXME drop or apply conditionally
|
|
114
|
-
// ⬇ warm-dark-arch
|
|
115
|
-
// "white": "rgb(255,252,247)",
|
|
116
|
-
// "whiteA": [
|
|
117
|
-
// null,
|
|
118
|
-
// "rgba(255,255,254,0)",
|
|
119
|
-
// "rgba(255,255,254,0.01)",
|
|
120
|
-
// "rgba(255,255,254,0.03)",
|
|
121
|
-
// "rgba(255,255,254,0.06)",
|
|
122
|
-
// "rgba(255,255,254,0.09)",
|
|
123
|
-
// "rgba(255,255,254,0.12)",
|
|
124
|
-
// "rgba(255,255,254,0.18)",
|
|
125
|
-
// "rgba(255,255,254,0.25)",
|
|
126
|
-
// "rgba(255,255,254,0.39)",
|
|
127
|
-
// "rgba(255,255,254,0.45)",
|
|
128
|
-
// "rgba(255,255,254,0.59)",
|
|
129
|
-
// "rgba(255,255,254,0.92)"
|
|
130
|
-
// ],
|
|
131
|
-
// "black": "rgb(5,4,4)",
|
|
132
|
-
// "blackA": [
|
|
133
|
-
// null,
|
|
134
|
-
// "rgba(0,0,0,0.01)",
|
|
135
|
-
// "rgba(0,0,0,0.03)",
|
|
136
|
-
// "rgba(0,0,0,0.05)",
|
|
137
|
-
// "rgba(0,0,0,0.07)",
|
|
138
|
-
// "rgba(0,0,0,0.09)",
|
|
139
|
-
// "rgba(0,0,0,0.11)",
|
|
140
|
-
// "rgba(0,0,0,0.14)",
|
|
141
|
-
// "rgba(0,0,0,0.22)",
|
|
142
|
-
// "rgba(0,0,0,0.44)",
|
|
143
|
-
// "rgba(0,0,0,0.48)",
|
|
144
|
-
// "rgba(0,0,0,0.57)",
|
|
145
|
-
// "rgba(0,0,0,0.91)"
|
|
146
|
-
// ],
|
|
147
|
-
baseDark: [
|
|
148
|
-
null,
|
|
149
|
-
"rgb(26,22,20)",
|
|
150
|
-
"rgb(32,27,25)",
|
|
151
|
-
"rgb(39,35,33)",
|
|
152
|
-
"rgb(45,40,38)",
|
|
153
|
-
"rgb(50,45,43)",
|
|
154
|
-
"rgb(55,50,48)",
|
|
155
|
-
"rgb(65,60,58)",
|
|
156
|
-
"rgb(86,80,78)",
|
|
157
|
-
"rgb(117,111,109)",
|
|
158
|
-
"rgb(132,126,124)",
|
|
159
|
-
"rgb(166,159,157)",
|
|
160
|
-
"rgb(224,212,206)",
|
|
161
|
-
],
|
|
162
22
|
accentDark: [
|
|
163
23
|
null,
|
|
164
24
|
"rgb(30,21,15)",
|
|
@@ -174,49 +34,4 @@ export const warmArchPalette: ThemePalette = {
|
|
|
174
34
|
"rgb(228,160,122)",
|
|
175
35
|
"rgb(252,238,231)",
|
|
176
36
|
],
|
|
177
|
-
redDark: [
|
|
178
|
-
null,
|
|
179
|
-
"rgb(33,19,19)",
|
|
180
|
-
"rgb(47,19,20)",
|
|
181
|
-
"rgb(67,22,25)",
|
|
182
|
-
"rgb(80,21,27)",
|
|
183
|
-
"rgb(91,26,32)",
|
|
184
|
-
"rgb(104,33,39)",
|
|
185
|
-
"rgb(136,27,42)",
|
|
186
|
-
"rgb(175,9,47)",
|
|
187
|
-
"rgb(213,50,71)",
|
|
188
|
-
"rgb(225,78,91)",
|
|
189
|
-
"rgb(244,146,147)",
|
|
190
|
-
"rgb(255,236,235)",
|
|
191
|
-
],
|
|
192
|
-
tealDark: [
|
|
193
|
-
null,
|
|
194
|
-
"rgb(16,25,23)",
|
|
195
|
-
"rgb(14,33,29)",
|
|
196
|
-
"rgb(11,46,40)",
|
|
197
|
-
"rgb(5,53,46)",
|
|
198
|
-
"rgb(8,61,53)",
|
|
199
|
-
"rgb(14,71,63)",
|
|
200
|
-
"rgb(0,89,77)",
|
|
201
|
-
"rgb(0,112,97)",
|
|
202
|
-
"rgb(0,143,125)",
|
|
203
|
-
"rgb(37,157,140)",
|
|
204
|
-
"rgb(128,192,180)",
|
|
205
|
-
"rgb(233,244,242)",
|
|
206
|
-
],
|
|
207
|
-
yellowDark: [
|
|
208
|
-
null,
|
|
209
|
-
"rgb(24,20,0)",
|
|
210
|
-
"rgb(34,28,0)",
|
|
211
|
-
"rgb(43,36,0)",
|
|
212
|
-
"rgb(47,40,0)",
|
|
213
|
-
"rgb(58,50,0)",
|
|
214
|
-
"rgb(69,59,0)",
|
|
215
|
-
"rgb(85,73,0)",
|
|
216
|
-
"rgb(110,95,0)",
|
|
217
|
-
"rgb(248,216,0)",
|
|
218
|
-
"rgb(255,236,78)",
|
|
219
|
-
"rgb(227,198,0)",
|
|
220
|
-
"rgb(255,249,207)",
|
|
221
|
-
],
|
|
222
37
|
};
|