@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
package/src/icons/ast/index.tsx
CHANGED
|
@@ -1,441 +1,453 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
10
|
-
export {
|
|
11
|
-
export {
|
|
12
|
-
export {
|
|
13
|
-
export {
|
|
14
|
-
export {
|
|
15
|
-
export {
|
|
16
|
-
export {
|
|
17
|
-
export {
|
|
18
|
-
export {
|
|
19
|
-
export {
|
|
20
|
-
export {
|
|
21
|
-
export {
|
|
22
|
-
export {
|
|
23
|
-
export {
|
|
24
|
-
export {
|
|
25
|
-
export {
|
|
26
|
-
export {
|
|
27
|
-
export {
|
|
28
|
-
export {
|
|
29
|
-
export {
|
|
30
|
-
export {
|
|
31
|
-
export {
|
|
32
|
-
export {
|
|
33
|
-
export {
|
|
34
|
-
export {
|
|
35
|
-
export {
|
|
36
|
-
export {
|
|
37
|
-
export {
|
|
38
|
-
export {
|
|
39
|
-
export {
|
|
40
|
-
export {
|
|
41
|
-
export {
|
|
42
|
-
export {
|
|
43
|
-
export {
|
|
44
|
-
export {
|
|
45
|
-
export {
|
|
46
|
-
export {
|
|
47
|
-
export {
|
|
48
|
-
export {
|
|
49
|
-
export {
|
|
50
|
-
export {
|
|
51
|
-
export {
|
|
52
|
-
export {
|
|
53
|
-
export {
|
|
54
|
-
export {
|
|
55
|
-
export {
|
|
56
|
-
export {
|
|
57
|
-
export {
|
|
58
|
-
export {
|
|
59
|
-
export {
|
|
60
|
-
export {
|
|
61
|
-
export {
|
|
62
|
-
export {
|
|
63
|
-
export {
|
|
64
|
-
export {
|
|
65
|
-
export {
|
|
66
|
-
export {
|
|
67
|
-
export {
|
|
68
|
-
export {
|
|
69
|
-
export {
|
|
70
|
-
export {
|
|
71
|
-
export {
|
|
72
|
-
export {
|
|
73
|
-
export {
|
|
74
|
-
export {
|
|
75
|
-
export {
|
|
76
|
-
export {
|
|
77
|
-
export {
|
|
78
|
-
export {
|
|
79
|
-
export {
|
|
80
|
-
export {
|
|
81
|
-
export {
|
|
82
|
-
export {
|
|
83
|
-
export {
|
|
84
|
-
export {
|
|
85
|
-
export {
|
|
86
|
-
export {
|
|
87
|
-
export {
|
|
88
|
-
export {
|
|
89
|
-
export {
|
|
90
|
-
export {
|
|
91
|
-
export {
|
|
92
|
-
export {
|
|
93
|
-
export {
|
|
94
|
-
export {
|
|
95
|
-
export {
|
|
96
|
-
export {
|
|
97
|
-
export {
|
|
98
|
-
export {
|
|
99
|
-
export {
|
|
100
|
-
export {
|
|
101
|
-
export {
|
|
102
|
-
export {
|
|
103
|
-
export {
|
|
104
|
-
export {
|
|
105
|
-
export {
|
|
106
|
-
export {
|
|
107
|
-
export {
|
|
108
|
-
export {
|
|
109
|
-
export {
|
|
110
|
-
export {
|
|
111
|
-
export {
|
|
112
|
-
export {
|
|
113
|
-
export {
|
|
114
|
-
export {
|
|
115
|
-
export {
|
|
116
|
-
export {
|
|
117
|
-
export {
|
|
118
|
-
export {
|
|
119
|
-
export {
|
|
120
|
-
export {
|
|
121
|
-
export {
|
|
122
|
-
export {
|
|
123
|
-
export {
|
|
124
|
-
export {
|
|
125
|
-
export {
|
|
126
|
-
export {
|
|
127
|
-
export {
|
|
128
|
-
export {
|
|
129
|
-
export {
|
|
130
|
-
export {
|
|
131
|
-
export {
|
|
132
|
-
export {
|
|
133
|
-
export {
|
|
134
|
-
export {
|
|
135
|
-
export {
|
|
136
|
-
export {
|
|
137
|
-
export {
|
|
138
|
-
export {
|
|
139
|
-
export {
|
|
140
|
-
export {
|
|
141
|
-
export {
|
|
142
|
-
export {
|
|
143
|
-
export {
|
|
144
|
-
export {
|
|
145
|
-
export {
|
|
146
|
-
export {
|
|
147
|
-
export {
|
|
148
|
-
export {
|
|
149
|
-
export {
|
|
150
|
-
export {
|
|
151
|
-
export {
|
|
152
|
-
export {
|
|
153
|
-
export {
|
|
154
|
-
export {
|
|
155
|
-
export {
|
|
156
|
-
export {
|
|
157
|
-
export {
|
|
158
|
-
export {
|
|
159
|
-
export {
|
|
160
|
-
export {
|
|
161
|
-
export {
|
|
162
|
-
export {
|
|
163
|
-
export {
|
|
164
|
-
export {
|
|
165
|
-
export {
|
|
166
|
-
export {
|
|
167
|
-
export {
|
|
168
|
-
export {
|
|
169
|
-
export {
|
|
170
|
-
export {
|
|
171
|
-
export {
|
|
172
|
-
export {
|
|
173
|
-
export {
|
|
174
|
-
export {
|
|
175
|
-
export {
|
|
176
|
-
export {
|
|
177
|
-
export {
|
|
178
|
-
export {
|
|
179
|
-
export {
|
|
180
|
-
export {
|
|
181
|
-
export {
|
|
182
|
-
export {
|
|
183
|
-
export {
|
|
184
|
-
export {
|
|
185
|
-
export {
|
|
186
|
-
export {
|
|
187
|
-
export {
|
|
188
|
-
export {
|
|
189
|
-
export {
|
|
190
|
-
export {
|
|
191
|
-
export {
|
|
192
|
-
export {
|
|
193
|
-
export {
|
|
194
|
-
export {
|
|
195
|
-
export {
|
|
196
|
-
export {
|
|
197
|
-
export {
|
|
198
|
-
export {
|
|
199
|
-
export {
|
|
200
|
-
export {
|
|
201
|
-
export {
|
|
202
|
-
export {
|
|
203
|
-
export {
|
|
204
|
-
export {
|
|
205
|
-
export {
|
|
206
|
-
export {
|
|
207
|
-
export {
|
|
208
|
-
export {
|
|
209
|
-
export {
|
|
210
|
-
export {
|
|
211
|
-
export {
|
|
212
|
-
export {
|
|
213
|
-
export {
|
|
214
|
-
export {
|
|
215
|
-
export {
|
|
216
|
-
export {
|
|
217
|
-
export {
|
|
218
|
-
export {
|
|
219
|
-
export {
|
|
220
|
-
export {
|
|
221
|
-
export {
|
|
222
|
-
export {
|
|
223
|
-
export {
|
|
224
|
-
export {
|
|
225
|
-
export {
|
|
226
|
-
export {
|
|
227
|
-
export {
|
|
228
|
-
export {
|
|
229
|
-
export {
|
|
230
|
-
export {
|
|
231
|
-
export {
|
|
232
|
-
export {
|
|
233
|
-
export {
|
|
234
|
-
export {
|
|
235
|
-
export {
|
|
236
|
-
export {
|
|
237
|
-
export {
|
|
238
|
-
export {
|
|
239
|
-
export {
|
|
240
|
-
export {
|
|
241
|
-
export {
|
|
242
|
-
export {
|
|
243
|
-
export {
|
|
244
|
-
export {
|
|
245
|
-
export {
|
|
246
|
-
export {
|
|
247
|
-
export {
|
|
248
|
-
export {
|
|
249
|
-
export {
|
|
250
|
-
export {
|
|
251
|
-
export {
|
|
252
|
-
export {
|
|
253
|
-
export {
|
|
254
|
-
export {
|
|
255
|
-
export {
|
|
256
|
-
export {
|
|
257
|
-
export {
|
|
258
|
-
export {
|
|
259
|
-
export {
|
|
260
|
-
export {
|
|
261
|
-
export {
|
|
262
|
-
export {
|
|
263
|
-
export {
|
|
264
|
-
export {
|
|
265
|
-
export {
|
|
266
|
-
export {
|
|
267
|
-
export {
|
|
268
|
-
export {
|
|
269
|
-
export {
|
|
270
|
-
export {
|
|
271
|
-
export {
|
|
272
|
-
export {
|
|
273
|
-
export {
|
|
274
|
-
export {
|
|
275
|
-
export {
|
|
276
|
-
export {
|
|
277
|
-
export {
|
|
278
|
-
export {
|
|
279
|
-
export {
|
|
280
|
-
export {
|
|
281
|
-
export {
|
|
282
|
-
export {
|
|
283
|
-
export {
|
|
284
|
-
export {
|
|
285
|
-
export {
|
|
286
|
-
export {
|
|
287
|
-
export {
|
|
288
|
-
export {
|
|
289
|
-
export {
|
|
290
|
-
export {
|
|
291
|
-
export {
|
|
292
|
-
export {
|
|
293
|
-
export {
|
|
294
|
-
export {
|
|
295
|
-
export {
|
|
296
|
-
export {
|
|
297
|
-
export {
|
|
298
|
-
export {
|
|
299
|
-
export {
|
|
300
|
-
export {
|
|
301
|
-
export {
|
|
302
|
-
export {
|
|
303
|
-
export {
|
|
304
|
-
export {
|
|
305
|
-
export {
|
|
306
|
-
export {
|
|
307
|
-
export {
|
|
308
|
-
export {
|
|
309
|
-
export {
|
|
310
|
-
export {
|
|
311
|
-
export {
|
|
312
|
-
export {
|
|
313
|
-
export {
|
|
314
|
-
export {
|
|
315
|
-
export {
|
|
316
|
-
export {
|
|
317
|
-
export {
|
|
318
|
-
export {
|
|
319
|
-
export {
|
|
320
|
-
export {
|
|
321
|
-
export {
|
|
322
|
-
export {
|
|
323
|
-
export {
|
|
324
|
-
export {
|
|
325
|
-
export {
|
|
326
|
-
export {
|
|
327
|
-
export {
|
|
328
|
-
export {
|
|
329
|
-
export {
|
|
330
|
-
export {
|
|
331
|
-
export {
|
|
332
|
-
export {
|
|
333
|
-
export {
|
|
334
|
-
export {
|
|
335
|
-
export {
|
|
336
|
-
export {
|
|
337
|
-
export {
|
|
338
|
-
export {
|
|
339
|
-
export {
|
|
340
|
-
export {
|
|
341
|
-
export {
|
|
342
|
-
export {
|
|
343
|
-
export {
|
|
344
|
-
export {
|
|
345
|
-
export {
|
|
346
|
-
export {
|
|
347
|
-
export {
|
|
348
|
-
export {
|
|
349
|
-
export {
|
|
350
|
-
export {
|
|
351
|
-
export {
|
|
352
|
-
export {
|
|
353
|
-
export {
|
|
354
|
-
export {
|
|
355
|
-
export {
|
|
356
|
-
export {
|
|
357
|
-
export {
|
|
358
|
-
export {
|
|
359
|
-
export {
|
|
360
|
-
export {
|
|
361
|
-
export {
|
|
362
|
-
export {
|
|
363
|
-
export {
|
|
364
|
-
export {
|
|
365
|
-
export {
|
|
366
|
-
export {
|
|
367
|
-
export {
|
|
368
|
-
export {
|
|
369
|
-
export {
|
|
370
|
-
export {
|
|
371
|
-
export {
|
|
372
|
-
export {
|
|
373
|
-
export {
|
|
374
|
-
export {
|
|
375
|
-
export {
|
|
376
|
-
export {
|
|
377
|
-
export {
|
|
378
|
-
export {
|
|
379
|
-
export {
|
|
380
|
-
export {
|
|
381
|
-
export {
|
|
382
|
-
export {
|
|
383
|
-
export {
|
|
384
|
-
export {
|
|
385
|
-
export {
|
|
386
|
-
export {
|
|
387
|
-
export {
|
|
388
|
-
export {
|
|
389
|
-
export {
|
|
390
|
-
export {
|
|
391
|
-
export {
|
|
392
|
-
export {
|
|
393
|
-
export {
|
|
394
|
-
export {
|
|
395
|
-
export {
|
|
396
|
-
export {
|
|
397
|
-
export {
|
|
398
|
-
export {
|
|
399
|
-
export {
|
|
400
|
-
export {
|
|
401
|
-
export {
|
|
402
|
-
export {
|
|
403
|
-
export {
|
|
404
|
-
export {
|
|
405
|
-
export {
|
|
406
|
-
export {
|
|
407
|
-
export {
|
|
408
|
-
export {
|
|
409
|
-
export {
|
|
410
|
-
export {
|
|
411
|
-
export {
|
|
412
|
-
export {
|
|
413
|
-
export {
|
|
414
|
-
export {
|
|
415
|
-
export {
|
|
416
|
-
export {
|
|
417
|
-
export {
|
|
418
|
-
export {
|
|
419
|
-
export {
|
|
420
|
-
export {
|
|
421
|
-
export {
|
|
422
|
-
export {
|
|
423
|
-
export {
|
|
424
|
-
export {
|
|
425
|
-
export {
|
|
426
|
-
export {
|
|
427
|
-
export {
|
|
428
|
-
export {
|
|
429
|
-
export {
|
|
430
|
-
export {
|
|
431
|
-
export {
|
|
432
|
-
export {
|
|
433
|
-
export {
|
|
434
|
-
export {
|
|
435
|
-
export {
|
|
436
|
-
export {
|
|
437
|
-
export {
|
|
438
|
-
export {
|
|
439
|
-
export {
|
|
440
|
-
export {
|
|
441
|
-
export {
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated. Do not edit manually.
|
|
3
|
+
*
|
|
4
|
+
* @see import("../../../scripts/generate-icons.mjs")
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
export {default as Abort} from "./Abort";
|
|
8
|
+
export {default as AccessTemplate} from "./AccessTemplate";
|
|
9
|
+
export {default as ActivityFilled} from "./ActivityFilled";
|
|
10
|
+
export {default as ActivityLog} from "./ActivityLog";
|
|
11
|
+
export {default as Activity} from "./Activity";
|
|
12
|
+
export {default as AddAfter} from "./AddAfter";
|
|
13
|
+
export {default as AddBefore} from "./AddBefore";
|
|
14
|
+
export {default as AddCompact} from "./AddCompact";
|
|
15
|
+
export {default as AddDatabase} from "./AddDatabase";
|
|
16
|
+
export {default as AddGroup} from "./AddGroup";
|
|
17
|
+
export {default as AddIntegration} from "./AddIntegration";
|
|
18
|
+
export {default as AddReactions} from "./AddReactions";
|
|
19
|
+
export {default as Add} from "./Add";
|
|
20
|
+
export {default as AiAssistantFilled} from "./AiAssistantFilled";
|
|
21
|
+
export {default as AiAssistant} from "./AiAssistant";
|
|
22
|
+
export {default as AiAvatar} from "./AiAvatar";
|
|
23
|
+
export {default as AiFiberyBuild} from "./AiFiberyBuild";
|
|
24
|
+
export {default as AiSearch} from "./AiSearch";
|
|
25
|
+
export {default as AlertTriangle} from "./AlertTriangle";
|
|
26
|
+
export {default as Anthropic} from "./Anthropic";
|
|
27
|
+
export {default as AppDetails} from "./AppDetails";
|
|
28
|
+
export {default as AppStoreOneColor} from "./AppStoreOneColor";
|
|
29
|
+
export {default as AppStore} from "./AppStore";
|
|
30
|
+
export {default as AppTemplates} from "./AppTemplates";
|
|
31
|
+
export {default as AppWebhooks} from "./AppWebhooks";
|
|
32
|
+
export {default as AppWiki} from "./AppWiki";
|
|
33
|
+
export {default as App} from "./App";
|
|
34
|
+
export {default as AppearanceAuto} from "./AppearanceAuto";
|
|
35
|
+
export {default as AppearanceDark} from "./AppearanceDark";
|
|
36
|
+
export {default as AppearanceLight} from "./AppearanceLight";
|
|
37
|
+
export {default as Apple} from "./Apple";
|
|
38
|
+
export {default as ArrowBarDown} from "./ArrowBarDown";
|
|
39
|
+
export {default as ArrowBarLeft} from "./ArrowBarLeft";
|
|
40
|
+
export {default as ArrowBarRight} from "./ArrowBarRight";
|
|
41
|
+
export {default as ArrowBarUp} from "./ArrowBarUp";
|
|
42
|
+
export {default as ArrowBottom} from "./ArrowBottom";
|
|
43
|
+
export {default as ArrowCollapseVertical} from "./ArrowCollapseVertical";
|
|
44
|
+
export {default as ArrowCollapse} from "./ArrowCollapse";
|
|
45
|
+
export {default as ArrowForward} from "./ArrowForward";
|
|
46
|
+
export {default as ArrowLeft} from "./ArrowLeft";
|
|
47
|
+
export {default as ArrowRight} from "./ArrowRight";
|
|
48
|
+
export {default as ArrowTop} from "./ArrowTop";
|
|
49
|
+
export {default as ArrowUpCircle} from "./ArrowUpCircle";
|
|
50
|
+
export {default as ArrowsRightLeft} from "./ArrowsRightLeft";
|
|
51
|
+
export {default as AskForInput} from "./AskForInput";
|
|
52
|
+
export {default as Asterisk} from "./Asterisk";
|
|
53
|
+
export {default as Atom} from "./Atom";
|
|
54
|
+
export {default as AutomationsCancelled} from "./AutomationsCancelled";
|
|
55
|
+
export {default as AutomationsDisabled} from "./AutomationsDisabled";
|
|
56
|
+
export {default as AutomationsError} from "./AutomationsError";
|
|
57
|
+
export {default as AutomationsInProgress} from "./AutomationsInProgress";
|
|
58
|
+
export {default as AutomationsNotStarted} from "./AutomationsNotStarted";
|
|
59
|
+
export {default as AutomationsSuccess} from "./AutomationsSuccess";
|
|
60
|
+
export {default as Back} from "./Back";
|
|
61
|
+
export {default as BacklogIcon} from "./BacklogIcon";
|
|
62
|
+
export {default as BatchActionsIcon} from "./BatchActionsIcon";
|
|
63
|
+
export {default as BellCircle} from "./BellCircle";
|
|
64
|
+
export {default as BellFilled} from "./BellFilled";
|
|
65
|
+
export {default as BellOff} from "./BellOff";
|
|
66
|
+
export {default as BellRinging} from "./BellRinging";
|
|
67
|
+
export {default as BellX} from "./BellX";
|
|
68
|
+
export {default as Bolt} from "./Bolt";
|
|
69
|
+
export {default as BringForward} from "./BringForward";
|
|
70
|
+
export {default as BringToFront} from "./BringToFront";
|
|
71
|
+
export {default as Cards} from "./Cards";
|
|
72
|
+
export {default as ChatAi} from "./ChatAi";
|
|
73
|
+
export {default as ChatBubble} from "./ChatBubble";
|
|
74
|
+
export {default as ChatFloat} from "./ChatFloat";
|
|
75
|
+
export {default as ChatSidebar} from "./ChatSidebar";
|
|
76
|
+
export {default as Chat} from "./Chat";
|
|
77
|
+
export {default as CheckCircleFilled} from "./CheckCircleFilled";
|
|
78
|
+
export {default as CheckCircle} from "./CheckCircle";
|
|
79
|
+
export {default as Checked} from "./Checked";
|
|
80
|
+
export {default as Clean} from "./Clean";
|
|
81
|
+
export {default as ClearInputFilled} from "./ClearInputFilled";
|
|
82
|
+
export {default as ClearValue} from "./ClearValue";
|
|
83
|
+
export {default as Clear} from "./Clear";
|
|
84
|
+
export {default as ClockAlarm} from "./ClockAlarm";
|
|
85
|
+
export {default as ClockForward} from "./ClockForward";
|
|
86
|
+
export {default as Clock} from "./Clock";
|
|
87
|
+
export {default as Close} from "./Close";
|
|
88
|
+
export {default as CollapseAllHorizontal} from "./CollapseAllHorizontal";
|
|
89
|
+
export {default as CollapseAll} from "./CollapseAll";
|
|
90
|
+
export {default as ColorCodingFilled} from "./ColorCodingFilled";
|
|
91
|
+
export {default as ColorCoding} from "./ColorCoding";
|
|
92
|
+
export {default as Columns2} from "./Columns2";
|
|
93
|
+
export {default as Columns4} from "./Columns4";
|
|
94
|
+
export {default as Columns} from "./Columns";
|
|
95
|
+
export {default as CommentBubble} from "./CommentBubble";
|
|
96
|
+
export {default as Copy} from "./Copy";
|
|
97
|
+
export {default as Create} from "./Create";
|
|
98
|
+
export {default as CreditsFilled} from "./CreditsFilled";
|
|
99
|
+
export {default as CrossCircle} from "./CrossCircle";
|
|
100
|
+
export {default as Crosshair} from "./Crosshair";
|
|
101
|
+
export {default as Csv} from "./Csv";
|
|
102
|
+
export {default as DatabaseOff} from "./DatabaseOff";
|
|
103
|
+
export {default as DatabaseStroke} from "./DatabaseStroke";
|
|
104
|
+
export {default as Database} from "./Database";
|
|
105
|
+
export {default as DateRange} from "./DateRange";
|
|
106
|
+
export {default as Delete} from "./Delete";
|
|
107
|
+
export {default as Demo} from "./Demo";
|
|
108
|
+
export {default as Dependency} from "./Dependency";
|
|
109
|
+
export {default as Dividers} from "./Dividers";
|
|
110
|
+
export {default as Document} from "./Document";
|
|
111
|
+
export {default as DoubleArrowLeft} from "./DoubleArrowLeft";
|
|
112
|
+
export {default as DoubleArrowRight} from "./DoubleArrowRight";
|
|
113
|
+
export {default as DoubleLine} from "./DoubleLine";
|
|
114
|
+
export {default as DragBlockHandleSingle} from "./DragBlockHandleSingle";
|
|
115
|
+
export {default as DragBlockHandle} from "./DragBlockHandle";
|
|
116
|
+
export {default as DragHandle} from "./DragHandle";
|
|
117
|
+
export {default as Duplicate} from "./Duplicate";
|
|
118
|
+
export {default as DynamicFilterValue} from "./DynamicFilterValue";
|
|
119
|
+
export {default as EditValue} from "./EditValue";
|
|
120
|
+
export {default as Email} from "./Email";
|
|
121
|
+
export {default as EmojiDelete} from "./EmojiDelete";
|
|
122
|
+
export {default as EntityCreateFilled} from "./EntityCreateFilled";
|
|
123
|
+
export {default as EntityCreate} from "./EntityCreate";
|
|
124
|
+
export {default as EntityMerge} from "./EntityMerge";
|
|
125
|
+
export {default as Equation} from "./Equation";
|
|
126
|
+
export {default as ExpandAllHorizontal} from "./ExpandAllHorizontal";
|
|
127
|
+
export {default as ExpandAll} from "./ExpandAll";
|
|
128
|
+
export {default as Export} from "./Export";
|
|
129
|
+
export {default as ExtensionAssignments} from "./ExtensionAssignments";
|
|
130
|
+
export {default as ExtensionAvatar} from "./ExtensionAvatar";
|
|
131
|
+
export {default as ExtensionComments} from "./ExtensionComments";
|
|
132
|
+
export {default as ExtensionFiles} from "./ExtensionFiles";
|
|
133
|
+
export {default as ExtensionReferences} from "./ExtensionReferences";
|
|
134
|
+
export {default as ExtensionWorkflow} from "./ExtensionWorkflow";
|
|
135
|
+
export {default as Eye} from "./Eye";
|
|
136
|
+
export {default as FavoritesChecked} from "./FavoritesChecked";
|
|
137
|
+
export {default as FavoritesOff} from "./FavoritesOff";
|
|
138
|
+
export {default as Favorites} from "./Favorites";
|
|
139
|
+
export {default as FiberyDesktopApp} from "./FiberyDesktopApp";
|
|
140
|
+
export {default as FiberyMono} from "./FiberyMono";
|
|
141
|
+
export {default as FieldUnit} from "./FieldUnit";
|
|
142
|
+
export {default as Fields} from "./Fields";
|
|
143
|
+
export {default as Figma} from "./Figma";
|
|
144
|
+
export {default as FileArchive} from "./FileArchive";
|
|
145
|
+
export {default as FileBroken} from "./FileBroken";
|
|
146
|
+
export {default as FileCounter} from "./FileCounter";
|
|
147
|
+
export {default as FileDocument} from "./FileDocument";
|
|
148
|
+
export {default as FileDownload} from "./FileDownload";
|
|
149
|
+
export {default as FileImage} from "./FileImage";
|
|
150
|
+
export {default as FileMultiple} from "./FileMultiple";
|
|
151
|
+
export {default as FileOther} from "./FileOther";
|
|
152
|
+
export {default as FilePresentation} from "./FilePresentation";
|
|
153
|
+
export {default as FileTable} from "./FileTable";
|
|
154
|
+
export {default as FileUpload} from "./FileUpload";
|
|
155
|
+
export {default as FileVideo} from "./FileVideo";
|
|
156
|
+
export {default as Filter} from "./Filter";
|
|
157
|
+
export {default as FitToScreen} from "./FitToScreen";
|
|
158
|
+
export {default as FocusModeOff} from "./FocusModeOff";
|
|
159
|
+
export {default as FocusMode} from "./FocusMode";
|
|
160
|
+
export {default as FolderFavorite} from "./FolderFavorite";
|
|
161
|
+
export {default as Folder} from "./Folder";
|
|
162
|
+
export {default as FormWithCover} from "./FormWithCover";
|
|
163
|
+
export {default as FormWithoutCover} from "./FormWithoutCover";
|
|
164
|
+
export {default as FullscreenModeOffIcon} from "./FullscreenModeOffIcon";
|
|
165
|
+
export {default as FullscreenModeOnIcon} from "./FullscreenModeOnIcon";
|
|
166
|
+
export {default as FullscreenModeOn} from "./FullscreenModeOn";
|
|
167
|
+
export {default as Gift} from "./Gift";
|
|
168
|
+
export {default as Github} from "./Github";
|
|
169
|
+
export {default as Gitlab} from "./Gitlab";
|
|
170
|
+
export {default as GlobeSimple} from "./GlobeSimple";
|
|
171
|
+
export {default as GlobeUnpublish} from "./GlobeUnpublish";
|
|
172
|
+
export {default as Globe} from "./Globe";
|
|
173
|
+
export {default as GoTo} from "./GoTo";
|
|
174
|
+
export {default as GoogleDrive} from "./GoogleDrive";
|
|
175
|
+
export {default as GoogleMap} from "./GoogleMap";
|
|
176
|
+
export {default as GraduationCapFilled} from "./GraduationCapFilled";
|
|
177
|
+
export {default as HeadphonesAi} from "./HeadphonesAi";
|
|
178
|
+
export {default as Headphones} from "./Headphones";
|
|
179
|
+
export {default as Hide} from "./Hide";
|
|
180
|
+
export {default as Highlights} from "./Highlights";
|
|
181
|
+
export {default as Hint} from "./Hint";
|
|
182
|
+
export {default as HomeFilled} from "./HomeFilled";
|
|
183
|
+
export {default as Home} from "./Home";
|
|
184
|
+
export {default as ImageXmark} from "./ImageXmark";
|
|
185
|
+
export {default as ImportFilled} from "./ImportFilled";
|
|
186
|
+
export {default as Import} from "./Import";
|
|
187
|
+
export {default as InfoCircleFilled} from "./InfoCircleFilled";
|
|
188
|
+
export {default as InfoCircle} from "./InfoCircle";
|
|
189
|
+
export {default as Integration} from "./Integration";
|
|
190
|
+
export {default as IntegrationsFilled} from "./IntegrationsFilled";
|
|
191
|
+
export {default as IntegrationsIntegrationDiscourseColor} from "./IntegrationsIntegrationDiscourseColor";
|
|
192
|
+
export {default as IntegrationsIntegrationIntercomColor} from "./IntegrationsIntegrationIntercomColor";
|
|
193
|
+
export {default as IntegrationsIntegrationSlackColor} from "./IntegrationsIntegrationSlackColor";
|
|
194
|
+
export {default as IntegrationsIntegrationZendeskColor} from "./IntegrationsIntegrationZendeskColor";
|
|
195
|
+
export {default as Intercom} from "./Intercom";
|
|
196
|
+
export {default as InvitePeople} from "./InvitePeople";
|
|
197
|
+
export {default as ItemsTimeline} from "./ItemsTimeline";
|
|
198
|
+
export {default as Items} from "./Items";
|
|
199
|
+
export {default as Jira} from "./Jira";
|
|
200
|
+
export {default as Key} from "./Key";
|
|
201
|
+
export {default as KeyboardHideDown} from "./KeyboardHideDown";
|
|
202
|
+
export {default as Lab} from "./Lab";
|
|
203
|
+
export {default as LayoutDouble} from "./LayoutDouble";
|
|
204
|
+
export {default as LayoutMultiple} from "./LayoutMultiple";
|
|
205
|
+
export {default as LayoutSingle} from "./LayoutSingle";
|
|
206
|
+
export {default as LeftPanel} from "./LeftPanel";
|
|
207
|
+
export {default as LevelPlus} from "./LevelPlus";
|
|
208
|
+
export {default as Levels} from "./Levels";
|
|
209
|
+
export {default as LineDivider} from "./LineDivider";
|
|
210
|
+
export {default as LineJump} from "./LineJump";
|
|
211
|
+
export {default as Link} from "./Link";
|
|
212
|
+
export {default as LocationEdit} from "./LocationEdit";
|
|
213
|
+
export {default as LockOutline} from "./LockOutline";
|
|
214
|
+
export {default as Lock} from "./Lock";
|
|
215
|
+
export {default as Logout} from "./Logout";
|
|
216
|
+
export {default as Loom} from "./Loom";
|
|
217
|
+
export {default as LoupeZoomIn} from "./LoupeZoomIn";
|
|
218
|
+
export {default as LoupeZoomOut} from "./LoupeZoomOut";
|
|
219
|
+
export {default as LoupeZoom} from "./LoupeZoom";
|
|
220
|
+
export {default as ManyPeople} from "./ManyPeople";
|
|
221
|
+
export {default as MapMode} from "./MapMode";
|
|
222
|
+
export {default as Markdown} from "./Markdown";
|
|
223
|
+
export {default as MenuCollapser} from "./MenuCollapser";
|
|
224
|
+
export {default as Mermaid} from "./Mermaid";
|
|
225
|
+
export {default as MessagePlusSquare} from "./MessagePlusSquare";
|
|
226
|
+
export {default as MessagePlus} from "./MessagePlus";
|
|
227
|
+
export {default as Milestones} from "./Milestones";
|
|
228
|
+
export {default as Minus} from "./Minus";
|
|
229
|
+
export {default as Miro} from "./Miro";
|
|
230
|
+
export {default as MirrorOff} from "./MirrorOff";
|
|
231
|
+
export {default as MirrorOn} from "./MirrorOn";
|
|
232
|
+
export {default as Mixpanel} from "./Mixpanel";
|
|
233
|
+
export {default as Monitor} from "./Monitor";
|
|
234
|
+
export {default as MoreCompact} from "./MoreCompact";
|
|
235
|
+
export {default as More} from "./More";
|
|
236
|
+
export {default as MoveBottom} from "./MoveBottom";
|
|
237
|
+
export {default as MoveLeft} from "./MoveLeft";
|
|
238
|
+
export {default as MoveRight} from "./MoveRight";
|
|
239
|
+
export {default as MoveSpace} from "./MoveSpace";
|
|
240
|
+
export {default as MoveTop} from "./MoveTop";
|
|
241
|
+
export {default as NetworkAdd} from "./NetworkAdd";
|
|
242
|
+
export {default as Network} from "./Network";
|
|
243
|
+
export {default as NoBorder} from "./NoBorder";
|
|
244
|
+
export {default as NoFill} from "./NoFill";
|
|
245
|
+
export {default as Notifications} from "./Notifications";
|
|
246
|
+
export {default as ObjChild} from "./ObjChild";
|
|
247
|
+
export {default as ObjM2M} from "./ObjM2M";
|
|
248
|
+
export {default as ObjO2O} from "./ObjO2O";
|
|
249
|
+
export {default as ObjParent} from "./ObjParent";
|
|
250
|
+
export {default as ObjSelf} from "./ObjSelf";
|
|
251
|
+
export {default as OnSchedule} from "./OnSchedule";
|
|
252
|
+
export {default as OpenAi} from "./OpenAi";
|
|
253
|
+
export {default as OpenAsPage} from "./OpenAsPage";
|
|
254
|
+
export {default as PageRegularMode} from "./PageRegularMode";
|
|
255
|
+
export {default as PageWideMode} from "./PageWideMode";
|
|
256
|
+
export {default as PanelAdd} from "./PanelAdd";
|
|
257
|
+
export {default as Pencil} from "./Pencil";
|
|
258
|
+
export {default as PeopleCheck} from "./PeopleCheck";
|
|
259
|
+
export {default as People} from "./People";
|
|
260
|
+
export {default as Photo} from "./Photo";
|
|
261
|
+
export {default as PinFilled} from "./PinFilled";
|
|
262
|
+
export {default as Pin} from "./Pin";
|
|
263
|
+
export {default as Popup} from "./Popup";
|
|
264
|
+
export {default as Posts} from "./Posts";
|
|
265
|
+
export {default as PresentPlay} from "./PresentPlay";
|
|
266
|
+
export {default as PresentStop} from "./PresentStop";
|
|
267
|
+
export {default as Print} from "./Print";
|
|
268
|
+
export {default as PrivateItems} from "./PrivateItems";
|
|
269
|
+
export {default as Question} from "./Question";
|
|
270
|
+
export {default as QuickFilterPersonal} from "./QuickFilterPersonal";
|
|
271
|
+
export {default as QuickFilter} from "./QuickFilter";
|
|
272
|
+
export {default as ReadOnly} from "./ReadOnly";
|
|
273
|
+
export {default as Refresh} from "./Refresh";
|
|
274
|
+
export {default as RemovePeople} from "./RemovePeople";
|
|
275
|
+
export {default as Remove} from "./Remove";
|
|
276
|
+
export {default as Reply} from "./Reply";
|
|
277
|
+
export {default as ResetPassword} from "./ResetPassword";
|
|
278
|
+
export {default as Restore} from "./Restore";
|
|
279
|
+
export {default as RicheditorActionsMore} from "./RicheditorActionsMore";
|
|
280
|
+
export {default as RicheditorBlockCallout} from "./RicheditorBlockCallout";
|
|
281
|
+
export {default as RicheditorBlockCode} from "./RicheditorBlockCode";
|
|
282
|
+
export {default as RicheditorBlockEmbed} from "./RicheditorBlockEmbed";
|
|
283
|
+
export {default as RicheditorBlockEntity} from "./RicheditorBlockEntity";
|
|
284
|
+
export {default as RicheditorBlockFile} from "./RicheditorBlockFile";
|
|
285
|
+
export {default as RicheditorBlockH1} from "./RicheditorBlockH1";
|
|
286
|
+
export {default as RicheditorBlockH2} from "./RicheditorBlockH2";
|
|
287
|
+
export {default as RicheditorBlockH3} from "./RicheditorBlockH3";
|
|
288
|
+
export {default as RicheditorBlockH4} from "./RicheditorBlockH4";
|
|
289
|
+
export {default as RicheditorBlockMention} from "./RicheditorBlockMention";
|
|
290
|
+
export {default as RicheditorBlockParagraph} from "./RicheditorBlockParagraph";
|
|
291
|
+
export {default as RicheditorBlockQuote} from "./RicheditorBlockQuote";
|
|
292
|
+
export {default as RicheditorChecklistCreate} from "./RicheditorChecklistCreate";
|
|
293
|
+
export {default as RicheditorCommentCreate} from "./RicheditorCommentCreate";
|
|
294
|
+
export {default as RicheditorEntityLinkCreate} from "./RicheditorEntityLinkCreate";
|
|
295
|
+
export {default as RicheditorHistoryRedo} from "./RicheditorHistoryRedo";
|
|
296
|
+
export {default as RicheditorHistoryUndo} from "./RicheditorHistoryUndo";
|
|
297
|
+
export {default as RicheditorImageAlignCenter} from "./RicheditorImageAlignCenter";
|
|
298
|
+
export {default as RicheditorImageAlignLeft} from "./RicheditorImageAlignLeft";
|
|
299
|
+
export {default as RicheditorImageAlignRight} from "./RicheditorImageAlignRight";
|
|
300
|
+
export {default as RicheditorImageUpload} from "./RicheditorImageUpload";
|
|
301
|
+
export {default as RicheditorImageWrapCenter} from "./RicheditorImageWrapCenter";
|
|
302
|
+
export {default as RicheditorImageWrapLeft} from "./RicheditorImageWrapLeft";
|
|
303
|
+
export {default as RicheditorImageWrapRight} from "./RicheditorImageWrapRight";
|
|
304
|
+
export {default as RicheditorImageZoom} from "./RicheditorImageZoom";
|
|
305
|
+
export {default as RicheditorLinkCreate} from "./RicheditorLinkCreate";
|
|
306
|
+
export {default as RicheditorLinkedhighlightCreate} from "./RicheditorLinkedhighlightCreate";
|
|
307
|
+
export {default as RicheditorListBullet} from "./RicheditorListBullet";
|
|
308
|
+
export {default as RicheditorListIndent} from "./RicheditorListIndent";
|
|
309
|
+
export {default as RicheditorListOrdered} from "./RicheditorListOrdered";
|
|
310
|
+
export {default as RicheditorListUnindent} from "./RicheditorListUnindent";
|
|
311
|
+
export {default as RicheditorMarkCode} from "./RicheditorMarkCode";
|
|
312
|
+
export {default as RicheditorMarkEm} from "./RicheditorMarkEm";
|
|
313
|
+
export {default as RicheditorMarkHighlight} from "./RicheditorMarkHighlight";
|
|
314
|
+
export {default as RicheditorMarkStrike} from "./RicheditorMarkStrike";
|
|
315
|
+
export {default as RicheditorMarkStrong} from "./RicheditorMarkStrong";
|
|
316
|
+
export {default as RicheditorMarkTextBackgroundColor} from "./RicheditorMarkTextBackgroundColor";
|
|
317
|
+
export {default as RicheditorMarkUnderline} from "./RicheditorMarkUnderline";
|
|
318
|
+
export {default as RicheditorOpenLink} from "./RicheditorOpenLink";
|
|
319
|
+
export {default as RicheditorTableCreate} from "./RicheditorTableCreate";
|
|
320
|
+
export {default as RicheditorUnlink} from "./RicheditorUnlink";
|
|
321
|
+
export {default as RicheditorVideoUpload} from "./RicheditorVideoUpload";
|
|
322
|
+
export {default as RightPanel} from "./RightPanel";
|
|
323
|
+
export {default as Rows} from "./Rows";
|
|
324
|
+
export {default as RuleScheduled} from "./RuleScheduled";
|
|
325
|
+
export {default as SearchAdd} from "./SearchAdd";
|
|
326
|
+
export {default as SearchFilled} from "./SearchFilled";
|
|
327
|
+
export {default as SearchRemove} from "./SearchRemove";
|
|
328
|
+
export {default as Search} from "./Search";
|
|
329
|
+
export {default as SelfReferenceOff} from "./SelfReferenceOff";
|
|
330
|
+
export {default as SelfReferenceOn} from "./SelfReferenceOn";
|
|
331
|
+
export {default as SendArrow} from "./SendArrow";
|
|
332
|
+
export {default as SendBackward} from "./SendBackward";
|
|
333
|
+
export {default as SendToBack} from "./SendToBack";
|
|
334
|
+
export {default as SettingsFilled} from "./SettingsFilled";
|
|
335
|
+
export {default as SettingsOff} from "./SettingsOff";
|
|
336
|
+
export {default as Settings} from "./Settings";
|
|
337
|
+
export {default as Share} from "./Share";
|
|
338
|
+
export {default as Shared} from "./Shared";
|
|
339
|
+
export {default as ShieldKeyhole} from "./ShieldKeyhole";
|
|
340
|
+
export {default as ShowAuthor} from "./ShowAuthor";
|
|
341
|
+
export {default as SidebarFieldsOpened} from "./SidebarFieldsOpened";
|
|
342
|
+
export {default as SidebarFields} from "./SidebarFields";
|
|
343
|
+
export {default as Sidebar} from "./Sidebar";
|
|
344
|
+
export {default as SimpleCompass} from "./SimpleCompass";
|
|
345
|
+
export {default as SlackIcon} from "./SlackIcon";
|
|
346
|
+
export {default as Slack} from "./Slack";
|
|
347
|
+
export {default as SlideMenuClose} from "./SlideMenuClose";
|
|
348
|
+
export {default as SlideMenuFilled} from "./SlideMenuFilled";
|
|
349
|
+
export {default as SlideMenuOpen} from "./SlideMenuOpen";
|
|
350
|
+
export {default as SlideMenu} from "./SlideMenu";
|
|
351
|
+
export {default as SmartFolder} from "./SmartFolder";
|
|
352
|
+
export {default as SortOnBottom} from "./SortOnBottom";
|
|
353
|
+
export {default as SortOnTop} from "./SortOnTop";
|
|
354
|
+
export {default as Sort} from "./Sort";
|
|
355
|
+
export {default as SpaceApp} from "./SpaceApp";
|
|
356
|
+
export {default as SpaceGenerate} from "./SpaceGenerate";
|
|
357
|
+
export {default as SpaceList} from "./SpaceList";
|
|
358
|
+
export {default as SpaceScratch} from "./SpaceScratch";
|
|
359
|
+
export {default as SpaceTemplate} from "./SpaceTemplate";
|
|
360
|
+
export {default as Spinner} from "./Spinner";
|
|
361
|
+
export {default as Success} from "./Success";
|
|
362
|
+
export {default as SuggestIntegration} from "./SuggestIntegration";
|
|
363
|
+
export {default as SwitchToMention} from "./SwitchToMention";
|
|
364
|
+
export {default as SwitchToText} from "./SwitchToText";
|
|
365
|
+
export {default as SwitchToWidget} from "./SwitchToWidget";
|
|
366
|
+
export {default as TableLayout} from "./TableLayout";
|
|
367
|
+
export {default as Template} from "./Template";
|
|
368
|
+
export {default as TemplatesFilled} from "./TemplatesFilled";
|
|
369
|
+
export {default as Templates} from "./Templates";
|
|
370
|
+
export {default as Terminal} from "./Terminal";
|
|
371
|
+
export {default as TextNoWrap} from "./TextNoWrap";
|
|
372
|
+
export {default as TextToolAlignBottom} from "./TextToolAlignBottom";
|
|
373
|
+
export {default as TextToolAlignMiddle} from "./TextToolAlignMiddle";
|
|
374
|
+
export {default as TextToolAlignTop} from "./TextToolAlignTop";
|
|
375
|
+
export {default as TextWrap} from "./TextWrap";
|
|
376
|
+
export {default as ThumbsDown} from "./ThumbsDown";
|
|
377
|
+
export {default as ThumbsUp} from "./ThumbsUp";
|
|
378
|
+
export {default as Toc} from "./Toc";
|
|
379
|
+
export {default as Twitter} from "./Twitter";
|
|
380
|
+
export {default as TypeBoolean} from "./TypeBoolean";
|
|
381
|
+
export {default as TypeButton} from "./TypeButton";
|
|
382
|
+
export {default as TypeCheckbox} from "./TypeCheckbox";
|
|
383
|
+
export {default as TypeDate} from "./TypeDate";
|
|
384
|
+
export {default as TypeEmail} from "./TypeEmail";
|
|
385
|
+
export {default as TypeEmoji} from "./TypeEmoji";
|
|
386
|
+
export {default as TypeFormula} from "./TypeFormula";
|
|
387
|
+
export {default as TypeFunction} from "./TypeFunction";
|
|
388
|
+
export {default as TypeId} from "./TypeId";
|
|
389
|
+
export {default as TypeLocation} from "./TypeLocation";
|
|
390
|
+
export {default as TypeLookup} from "./TypeLookup";
|
|
391
|
+
export {default as TypeMoney} from "./TypeMoney";
|
|
392
|
+
export {default as TypeMultiSelect} from "./TypeMultiSelect";
|
|
393
|
+
export {default as TypeNumber} from "./TypeNumber";
|
|
394
|
+
export {default as TypePercent} from "./TypePercent";
|
|
395
|
+
export {default as TypePhone} from "./TypePhone";
|
|
396
|
+
export {default as TypeRelation} from "./TypeRelation";
|
|
397
|
+
export {default as TypeRichText} from "./TypeRichText";
|
|
398
|
+
export {default as TypeRule} from "./TypeRule";
|
|
399
|
+
export {default as TypeSingleSelect} from "./TypeSingleSelect";
|
|
400
|
+
export {default as TypeText} from "./TypeText";
|
|
401
|
+
export {default as TypeUrl} from "./TypeUrl";
|
|
402
|
+
export {default as UnitsAvatar} from "./UnitsAvatar";
|
|
403
|
+
export {default as UnitsCollection} from "./UnitsCollection";
|
|
404
|
+
export {default as UnitsCounter} from "./UnitsCounter";
|
|
405
|
+
export {default as UnitsDate} from "./UnitsDate";
|
|
406
|
+
export {default as UnitsDbBadgeAbbr} from "./UnitsDbBadgeAbbr";
|
|
407
|
+
export {default as UnitsDbBadgeFull} from "./UnitsDbBadgeFull";
|
|
408
|
+
export {default as UnitsDbIcon} from "./UnitsDbIcon";
|
|
409
|
+
export {default as UnitsFieldIconButton} from "./UnitsFieldIconButton";
|
|
410
|
+
export {default as UnitsField} from "./UnitsField";
|
|
411
|
+
export {default as UnitsInput} from "./UnitsInput";
|
|
412
|
+
export {default as UnitsProgressBar} from "./UnitsProgressBar";
|
|
413
|
+
export {default as UnitsRichText} from "./UnitsRichText";
|
|
414
|
+
export {default as UnitsSnippet} from "./UnitsSnippet";
|
|
415
|
+
export {default as Unlink} from "./Unlink";
|
|
416
|
+
export {default as UnlockFilled} from "./UnlockFilled";
|
|
417
|
+
export {default as UnlockOutline} from "./UnlockOutline";
|
|
418
|
+
export {default as Upgrade} from "./Upgrade";
|
|
419
|
+
export {default as UsbFlashDrive} from "./UsbFlashDrive";
|
|
420
|
+
export {default as UserCheck} from "./UserCheck";
|
|
421
|
+
export {default as UserGroupRemove} from "./UserGroupRemove";
|
|
422
|
+
export {default as UserGroup} from "./UserGroup";
|
|
423
|
+
export {default as UserRole} from "./UserRole";
|
|
424
|
+
export {default as UserX} from "./UserX";
|
|
425
|
+
export {default as ValueEdit} from "./ValueEdit";
|
|
426
|
+
export {default as ViewAi} from "./ViewAi";
|
|
427
|
+
export {default as ViewBoard} from "./ViewBoard";
|
|
428
|
+
export {default as ViewCalendar} from "./ViewCalendar";
|
|
429
|
+
export {default as ViewCanvas} from "./ViewCanvas";
|
|
430
|
+
export {default as ViewChart} from "./ViewChart";
|
|
431
|
+
export {default as ViewDashboard} from "./ViewDashboard";
|
|
432
|
+
export {default as ViewDetails} from "./ViewDetails";
|
|
433
|
+
export {default as ViewDocument} from "./ViewDocument";
|
|
434
|
+
export {default as ViewEmbed} from "./ViewEmbed";
|
|
435
|
+
export {default as ViewFeed} from "./ViewFeed";
|
|
436
|
+
export {default as ViewForm} from "./ViewForm";
|
|
437
|
+
export {default as ViewGallery} from "./ViewGallery";
|
|
438
|
+
export {default as ViewGantt} from "./ViewGantt";
|
|
439
|
+
export {default as ViewList} from "./ViewList";
|
|
440
|
+
export {default as ViewMap} from "./ViewMap";
|
|
441
|
+
export {default as ViewPage} from "./ViewPage";
|
|
442
|
+
export {default as ViewTable} from "./ViewTable";
|
|
443
|
+
export {default as ViewTimeline} from "./ViewTimeline";
|
|
444
|
+
export {default as Views} from "./Views";
|
|
445
|
+
export {default as WarningTriangleFilled} from "./WarningTriangleFilled";
|
|
446
|
+
export {default as WarningTriangle} from "./WarningTriangle";
|
|
447
|
+
export {default as Warning} from "./Warning";
|
|
448
|
+
export {default as Webhooks} from "./Webhooks";
|
|
449
|
+
export {default as Windows} from "./Windows";
|
|
450
|
+
export {default as WorkspaceMap} from "./WorkspaceMap";
|
|
451
|
+
export {default as Youtube} from "./Youtube";
|
|
452
|
+
export {default as ZoomIn} from "./ZoomIn";
|
|
453
|
+
export {default as ZoomOut} from "./ZoomOut";
|