@fibery/ui-kit 4.2.0 → 5.0.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 +25 -0
- package/package.json +10 -12
- package/src/antd/input-number.tsx +4 -4
- package/src/antd/input.tsx +1 -1
- package/src/apca.lc-low.test.ts +1 -3
- package/src/apca.test.ts +42 -43
- package/src/apca.ts +38 -39
- package/src/app-icon-with-fallback.tsx +6 -2
- package/src/avatar-colors.ts +71 -0
- package/src/avatar.tsx +2 -10
- package/src/banner/banner.tsx +1 -2
- package/src/box.tsx +26 -16
- package/src/button/back-button.tsx +2 -2
- package/src/button/make-button-colors.ts +13 -13
- package/src/button/select-button.tsx +2 -2
- package/src/canvas-colors.ts +71 -118
- package/src/checkbox.tsx +3 -3
- package/src/collapsible-section.tsx +3 -3
- package/src/color-filter.test.ts +13 -0
- package/src/color-filter.ts +26 -3
- package/src/color-utils.ts +9 -2
- package/src/command-menu/nested-command-menu.tsx +2 -2
- package/src/date-picker/date-range-picker-popup-content.tsx +3 -2
- package/src/date-picker/date-range-picker.tsx +23 -1
- package/src/date-picker/relative-date-picker.tsx +3 -2
- package/src/date-picker/single-date-picker-popup-content.tsx +3 -2
- package/src/date-picker/single-date-picker.tsx +19 -2
- package/src/design-system/alpha-coefficients.ts +235 -0
- package/src/design-system/alpha.ts +10 -1
- package/src/design-system/colors-enum.dark.neutral.test.ts +168 -168
- package/src/design-system/colors-enum.dark.warm.test.ts +168 -168
- package/src/design-system/colors-enum.light.neutral.test.ts +168 -168
- package/src/design-system/colors-enum.light.warm.test.ts +168 -168
- package/src/design-system/colors.ts +231 -154
- package/src/design-system/fns.avatarPlaceholder.dark.neutral.test.ts +52 -0
- package/src/design-system/fns.avatarPlaceholder.dark.warm.test.ts +52 -0
- package/src/design-system/fns.avatarPlaceholder.light.neutral.test.ts +52 -0
- package/src/design-system/fns.avatarPlaceholder.light.warm.test.ts +52 -0
- package/src/design-system/fns.enum.ts +2 -0
- package/src/design-system/fns.icon.ts +1 -1
- package/src/design-system/fns.ts +43 -13
- package/src/design-system/theme.test.ts +4 -6
- package/src/design-system/theme.ts +22 -13
- package/src/design-system/vars.test.ts +2 -2
- package/src/design-system/vars.ts +3 -3
- package/src/design-system.ts +3 -1
- package/src/dot.tsx +1 -0
- package/src/double-apply.ts +2 -2
- package/src/emoji-picker/primitives/footer.tsx +1 -1
- package/src/emoji-picker/utils/frequently.ts +1 -1
- package/src/favorites-icon.tsx +2 -2
- package/src/fibermoji-placeholder.tsx +23 -56
- package/src/fibery-brand-logo.tsx +82 -0
- package/src/field-container.tsx +2 -2
- package/src/field-type-icon.tsx +18 -18
- package/src/file-item/file-menu-items.tsx +1 -1
- package/src/file-item/file-preview-actions.tsx +1 -1
- package/src/format-date-from-now.ts +10 -5
- package/src/header-layout.tsx +41 -24
- package/src/highlight-colors.test.ts +1 -1
- package/src/highlight-colors.ts +27 -0
- package/src/icons/ast/appearance-auto.ts +1 -1
- package/src/icons/ast/architect.ts +12 -0
- package/src/icons/ast/arrow-back.ts +12 -0
- package/src/icons/ast/arrow-down.ts +12 -0
- package/src/icons/ast/{send-arrow.ts → arrow-send.ts} +3 -3
- package/src/icons/ast/arrow-up.ts +12 -0
- package/src/icons/ast/avatar.ts +12 -0
- package/src/icons/ast/backlog.ts +12 -0
- package/src/icons/ast/{check-circle-filled.ts → circle-check-filled.ts} +3 -3
- package/src/icons/ast/{check-circle.ts → circle-check.ts} +3 -3
- package/src/icons/ast/{error-circle-filled.ts → circle-cross-filled.ts} +3 -3
- package/src/icons/ast/circle-cross.ts +12 -0
- package/src/icons/ast/{info-circle-filled.ts → circle-info-filled.ts} +3 -3
- package/src/icons/ast/{info-circle.ts → circle-info.ts} +3 -3
- package/src/icons/ast/circle-pause.ts +12 -0
- package/src/icons/ast/circle-play.ts +12 -0
- package/src/icons/ast/comments.ts +12 -0
- package/src/icons/ast/credits-filled.ts +1 -1
- package/src/icons/ast/{add-database.ts → database-add.ts} +3 -3
- package/src/icons/ast/database-outline.ts +12 -0
- package/src/icons/ast/eye-off.ts +12 -0
- package/src/icons/ast/favorites-filled.ts +12 -0
- package/src/icons/ast/{switch-to-mention.ts → field-units-large.ts} +3 -3
- package/src/icons/ast/files.ts +12 -0
- package/src/icons/ast/{smart-folder.ts → folder-smart.ts} +3 -3
- package/src/icons/ast/fullscreen-mode-off.ts +12 -0
- package/src/icons/ast/fullscreen-mode-on.ts +1 -1
- package/src/icons/ast/{add-group.ts → group-add.ts} +3 -3
- package/src/icons/ast/{image-xmark.ts → image-error.ts} +3 -3
- package/src/icons/ast/index.tsx +132 -217
- package/src/icons/ast/{add-integration.ts → integration-add.ts} +3 -3
- package/src/icons/ast/integration-discourse.ts +12 -0
- package/src/icons/ast/integration-fibery.ts +12 -0
- package/src/icons/ast/integration-figma.ts +12 -0
- package/src/icons/ast/integration-github.ts +12 -0
- package/src/icons/ast/integration-gitlab.ts +12 -0
- package/src/icons/ast/integration-google-drive.ts +12 -0
- package/src/icons/ast/integration-google-map.ts +12 -0
- package/src/icons/ast/integration-intercom.ts +12 -0
- package/src/icons/ast/integration-jira.ts +12 -0
- package/src/icons/ast/integration-loom.ts +12 -0
- package/src/icons/ast/integration-miro.ts +12 -0
- package/src/icons/ast/integration-mixpanel.ts +12 -0
- package/src/icons/ast/integration-slack.ts +12 -0
- package/src/icons/ast/{suggest-integration.ts → integration-suggest.ts} +3 -3
- package/src/icons/ast/integration-twitter.ts +12 -0
- package/src/icons/ast/integration-unsplash.ts +12 -0
- package/src/icons/ast/integration-youtube.ts +12 -0
- package/src/icons/ast/integration-zendesk.ts +12 -0
- package/src/icons/ast/limits.ts +12 -0
- package/src/icons/ast/lock-filled.ts +12 -0
- package/src/icons/ast/lock.ts +1 -1
- package/src/icons/ast/move-down.ts +12 -0
- package/src/icons/ast/move-up.ts +12 -0
- package/src/icons/ast/open-in-panel.ts +12 -0
- package/src/icons/ast/open-link.ts +12 -0
- package/src/icons/ast/people-all.ts +12 -0
- package/src/icons/ast/people-group-remove.ts +12 -0
- package/src/icons/ast/people-group.ts +12 -0
- package/src/icons/ast/{invite-people.ts → people-invite.ts} +3 -3
- package/src/icons/ast/{remove-people.ts → people-remove.ts} +3 -3
- package/src/icons/ast/people-role.ts +12 -0
- package/src/icons/ast/people-x.ts +12 -0
- package/src/icons/ast/plus.ts +12 -0
- package/src/icons/ast/preferences.ts +12 -0
- package/src/icons/ast/propagate.ts +12 -0
- package/src/icons/ast/{add-reactions.ts → reactions-add.ts} +3 -3
- package/src/icons/ast/redo.ts +12 -0
- package/src/icons/ast/references.ts +12 -0
- package/src/icons/ast/richeditor-block-callout.ts +1 -1
- package/src/icons/ast/richeditor-block-code.ts +1 -1
- package/src/icons/ast/richeditor-block-embed.ts +1 -1
- package/src/icons/ast/richeditor-block-entity.ts +1 -1
- package/src/icons/ast/richeditor-block-file.ts +1 -1
- package/src/icons/ast/richeditor-block-h1.ts +1 -1
- package/src/icons/ast/richeditor-block-h2.ts +1 -1
- package/src/icons/ast/richeditor-block-h3.ts +1 -1
- package/src/icons/ast/richeditor-block-h4.ts +1 -1
- package/src/icons/ast/richeditor-block-mention.ts +1 -1
- package/src/icons/ast/richeditor-block-paragraph.ts +1 -1
- package/src/icons/ast/richeditor-block-quote.ts +1 -1
- package/src/icons/ast/richeditor-checklist-create.ts +1 -1
- package/src/icons/ast/richeditor-image-align-center.ts +1 -1
- package/src/icons/ast/richeditor-image-align-left.ts +1 -1
- package/src/icons/ast/richeditor-image-align-right.ts +1 -1
- package/src/icons/ast/richeditor-image.ts +12 -0
- package/src/icons/ast/richeditor-linkedhighlight-create.ts +1 -1
- package/src/icons/ast/richeditor-list-bullet.ts +1 -1
- package/src/icons/ast/richeditor-list-indent.ts +1 -1
- package/src/icons/ast/richeditor-list-ordered.ts +1 -1
- package/src/icons/ast/richeditor-list-unindent.ts +1 -1
- package/src/icons/ast/richeditor-mark-code.ts +1 -1
- package/src/icons/ast/richeditor-mark-em.ts +1 -1
- package/src/icons/ast/richeditor-mark-highlight.ts +1 -1
- package/src/icons/ast/richeditor-mark-strike.ts +1 -1
- package/src/icons/ast/richeditor-mark-strong.ts +1 -1
- package/src/icons/ast/richeditor-mark-text-background-color.ts +1 -1
- package/src/icons/ast/richeditor-mark-underline.ts +1 -1
- package/src/icons/ast/richeditor-table-create.ts +1 -1
- package/src/icons/ast/richeditor-video-upload.ts +1 -1
- package/src/icons/ast/{bolt.ts → rule.ts} +3 -3
- package/src/icons/ast/simple-compass.ts +1 -1
- package/src/icons/ast/space-add.ts +12 -0
- package/src/icons/ast/{move-space.ts → space-move.ts} +3 -3
- package/src/icons/ast/type-button.ts +1 -1
- package/src/icons/ast/type-checkbox.ts +1 -1
- package/src/icons/ast/type-date.ts +1 -1
- package/src/icons/ast/type-email.ts +1 -1
- package/src/icons/ast/type-emoji.ts +1 -1
- package/src/icons/ast/type-formula.ts +1 -1
- package/src/icons/ast/type-location.ts +1 -1
- package/src/icons/ast/type-lookup.ts +1 -1
- package/src/icons/ast/type-money.ts +1 -1
- package/src/icons/ast/type-multi-select.ts +1 -1
- package/src/icons/ast/type-number.ts +1 -1
- package/src/icons/ast/type-percent.ts +1 -1
- package/src/icons/ast/type-phone.ts +1 -1
- package/src/icons/ast/type-relation.ts +1 -1
- package/src/icons/ast/type-rich-text.ts +1 -1
- package/src/icons/ast/type-single-select.ts +1 -1
- package/src/icons/ast/type-text.ts +1 -1
- package/src/icons/ast/undo.ts +12 -0
- package/src/icons/ast/units-avatar.ts +1 -1
- package/src/icons/ast/units-collection.ts +1 -1
- package/src/icons/ast/units-counter.ts +1 -1
- package/src/icons/ast/units-date.ts +1 -1
- package/src/icons/ast/units-field-icon-button.ts +1 -1
- package/src/icons/ast/units-field.ts +1 -1
- package/src/icons/ast/units-input.ts +1 -1
- package/src/icons/ast/units-normal.ts +12 -0
- package/src/icons/ast/units-progress-bar.ts +1 -1
- package/src/icons/ast/units-rich-text.ts +1 -1
- package/src/icons/ast/units-snippet.ts +1 -1
- package/src/icons/ast/unlock.ts +12 -0
- package/src/icons/ast/{clear-value.ts → value-clear.ts} +3 -3
- package/src/icons/ast/view-app.ts +12 -0
- package/src/icons/ast/workflow.ts +12 -0
- package/src/icons/react/{anthropic.tsx → architect.tsx} +5 -5
- package/src/icons/react/arrow-back.tsx +18 -0
- package/src/icons/react/arrow-down.tsx +18 -0
- package/src/icons/react/arrow-send.tsx +18 -0
- package/src/icons/react/{app-wiki.tsx → arrow-up.tsx} +5 -5
- package/src/icons/react/avatar.tsx +18 -0
- package/src/icons/react/backlog.tsx +18 -0
- package/src/icons/react/circle-check-filled.tsx +18 -0
- package/src/icons/react/{add-database.tsx → circle-check.tsx} +5 -5
- package/src/icons/react/circle-cross-filled.tsx +18 -0
- package/src/icons/react/circle-cross.tsx +18 -0
- package/src/icons/react/circle-info-filled.tsx +18 -0
- package/src/icons/react/circle-info.tsx +18 -0
- package/src/icons/react/circle-pause.tsx +18 -0
- package/src/icons/react/circle-play.tsx +18 -0
- package/src/icons/react/comments.tsx +18 -0
- package/src/icons/react/database-add.tsx +18 -0
- package/src/icons/react/database-outline.tsx +18 -0
- package/src/icons/react/{chat-ai.tsx → eye-off.tsx} +5 -5
- package/src/icons/react/favorites-filled.tsx +18 -0
- package/src/icons/react/field-units-large.tsx +18 -0
- package/src/icons/react/{apple.tsx → files.tsx} +5 -5
- package/src/icons/react/folder-smart.tsx +18 -0
- package/src/icons/react/fullscreen-mode-off.tsx +18 -0
- package/src/icons/react/{app-store.tsx → group-add.tsx} +5 -5
- package/src/icons/react/image-error.tsx +18 -0
- package/src/icons/react/index.tsx +132 -217
- package/src/icons/react/{add-integration.tsx → integration-add.tsx} +5 -5
- package/src/icons/react/integration-discourse.tsx +18 -0
- package/src/icons/react/integration-fibery.tsx +18 -0
- package/src/icons/react/integration-figma.tsx +18 -0
- package/src/icons/react/integration-github.tsx +18 -0
- package/src/icons/react/integration-gitlab.tsx +18 -0
- package/src/icons/react/integration-google-drive.tsx +18 -0
- package/src/icons/react/integration-google-map.tsx +18 -0
- package/src/icons/react/{automations-disabled.tsx → integration-intercom.tsx} +5 -5
- package/src/icons/react/integration-jira.tsx +18 -0
- package/src/icons/react/integration-loom.tsx +18 -0
- package/src/icons/react/integration-miro.tsx +18 -0
- package/src/icons/react/{extension-references.tsx → integration-mixpanel.tsx} +5 -5
- package/src/icons/react/integration-slack.tsx +18 -0
- package/src/icons/react/integration-suggest.tsx +18 -0
- package/src/icons/react/integration-twitter.tsx +18 -0
- package/src/icons/react/integration-unsplash.tsx +18 -0
- package/src/icons/react/integration-youtube.tsx +18 -0
- package/src/icons/react/integration-zendesk.tsx +18 -0
- package/src/icons/react/{notifications.tsx → limits.tsx} +5 -5
- package/src/icons/react/lock-filled.tsx +18 -0
- package/src/icons/react/{add-group.tsx → move-down.tsx} +5 -5
- package/src/icons/react/move-up.tsx +18 -0
- package/src/icons/react/open-in-panel.tsx +18 -0
- package/src/icons/react/{ai-search.tsx → open-link.tsx} +5 -5
- package/src/icons/react/people-all.tsx +18 -0
- package/src/icons/react/people-group-remove.tsx +18 -0
- package/src/icons/react/people-group.tsx +18 -0
- package/src/icons/react/{add-reactions.tsx → people-invite.tsx} +5 -5
- package/src/icons/react/people-remove.tsx +18 -0
- package/src/icons/react/people-role.tsx +18 -0
- package/src/icons/react/people-x.tsx +18 -0
- package/src/icons/react/{chat.tsx → plus.tsx} +5 -5
- package/src/icons/react/preferences.tsx +18 -0
- package/src/icons/react/propagate.tsx +18 -0
- package/src/icons/react/reactions-add.tsx +18 -0
- package/src/icons/react/{csv.tsx → redo.tsx} +5 -5
- package/src/icons/react/references.tsx +18 -0
- package/src/icons/react/richeditor-block-callout.tsx +1 -1
- package/src/icons/react/richeditor-block-code.tsx +1 -1
- package/src/icons/react/richeditor-block-embed.tsx +1 -1
- package/src/icons/react/richeditor-block-entity.tsx +1 -1
- package/src/icons/react/richeditor-block-file.tsx +1 -1
- package/src/icons/react/richeditor-block-h1.tsx +1 -1
- package/src/icons/react/richeditor-block-h2.tsx +1 -1
- package/src/icons/react/richeditor-block-h3.tsx +1 -1
- package/src/icons/react/richeditor-block-h4.tsx +1 -1
- package/src/icons/react/richeditor-block-mention.tsx +1 -1
- package/src/icons/react/richeditor-block-paragraph.tsx +1 -1
- package/src/icons/react/richeditor-block-quote.tsx +1 -1
- package/src/icons/react/richeditor-checklist-create.tsx +1 -1
- package/src/icons/react/richeditor-image-align-center.tsx +1 -1
- package/src/icons/react/richeditor-image-align-left.tsx +1 -1
- package/src/icons/react/richeditor-image-align-right.tsx +1 -1
- package/src/icons/react/richeditor-image.tsx +18 -0
- package/src/icons/react/richeditor-linkedhighlight-create.tsx +1 -1
- package/src/icons/react/richeditor-list-bullet.tsx +1 -1
- package/src/icons/react/richeditor-list-indent.tsx +1 -1
- package/src/icons/react/richeditor-list-ordered.tsx +1 -1
- package/src/icons/react/richeditor-list-unindent.tsx +1 -1
- package/src/icons/react/richeditor-mark-code.tsx +1 -1
- package/src/icons/react/richeditor-mark-em.tsx +1 -1
- package/src/icons/react/richeditor-mark-highlight.tsx +1 -1
- package/src/icons/react/richeditor-mark-strike.tsx +1 -1
- package/src/icons/react/richeditor-mark-strong.tsx +1 -1
- package/src/icons/react/richeditor-mark-text-background-color.tsx +1 -1
- package/src/icons/react/richeditor-mark-underline.tsx +1 -1
- package/src/icons/react/richeditor-table-create.tsx +1 -1
- package/src/icons/react/richeditor-video-upload.tsx +1 -1
- package/src/icons/react/{back.tsx → rule.tsx} +5 -5
- package/src/icons/react/{ai-avatar.tsx → space-add.tsx} +5 -5
- package/src/icons/react/space-move.tsx +18 -0
- package/src/icons/react/type-button.tsx +1 -1
- package/src/icons/react/type-checkbox.tsx +1 -1
- package/src/icons/react/type-date.tsx +1 -1
- package/src/icons/react/type-email.tsx +1 -1
- package/src/icons/react/type-emoji.tsx +1 -1
- package/src/icons/react/type-formula.tsx +1 -1
- package/src/icons/react/type-location.tsx +1 -1
- package/src/icons/react/type-lookup.tsx +1 -1
- package/src/icons/react/type-money.tsx +1 -1
- package/src/icons/react/type-multi-select.tsx +1 -1
- package/src/icons/react/type-number.tsx +1 -1
- package/src/icons/react/type-percent.tsx +1 -1
- package/src/icons/react/type-phone.tsx +1 -1
- package/src/icons/react/type-relation.tsx +1 -1
- package/src/icons/react/type-rich-text.tsx +1 -1
- package/src/icons/react/type-single-select.tsx +1 -1
- package/src/icons/react/type-text.tsx +1 -1
- package/src/icons/react/{bolt.tsx → undo.tsx} +5 -5
- package/src/icons/react/units-avatar.tsx +1 -1
- package/src/icons/react/units-collection.tsx +1 -1
- package/src/icons/react/units-counter.tsx +1 -1
- package/src/icons/react/units-date.tsx +1 -1
- package/src/icons/react/units-field-icon-button.tsx +1 -1
- package/src/icons/react/units-field.tsx +1 -1
- package/src/icons/react/units-input.tsx +1 -1
- package/src/icons/react/units-normal.tsx +18 -0
- package/src/icons/react/units-progress-bar.tsx +1 -1
- package/src/icons/react/units-rich-text.tsx +1 -1
- package/src/icons/react/units-snippet.tsx +1 -1
- package/src/icons/react/unlock.tsx +18 -0
- package/src/icons/react/value-clear.tsx +18 -0
- package/src/icons/react/view-app.tsx +18 -0
- package/src/icons/react/workflow.tsx +18 -0
- package/src/icons/svg/appearance-auto.svg +1 -1
- package/src/icons/svg/{arrow-bottom.svg → arrow-down.svg} +1 -1
- package/src/icons/svg/arrow-forward.svg +1 -1
- package/src/icons/svg/arrow-left.svg +1 -1
- package/src/icons/svg/arrow-right.svg +1 -1
- package/src/icons/svg/{arrow-top.svg → arrow-up.svg} +1 -1
- package/src/icons/svg/asterisk.svg +2 -2
- package/src/icons/svg/{automations-error.svg → circle-cross.svg} +1 -1
- package/src/icons/svg/{automations-not-started.svg → circle-pause.svg} +1 -1
- package/src/icons/svg/{automations-in-progress.svg → circle-play.svg} +1 -1
- package/src/icons/svg/collapse-all-horizontal.svg +1 -1
- package/src/icons/svg/collapse-all.svg +1 -1
- package/src/icons/svg/credits-filled.svg +1 -1
- package/src/icons/svg/entity-create.svg +1 -1
- package/src/icons/svg/expand-all-horizontal.svg +1 -1
- package/src/icons/svg/fullscreen-mode-on.svg +2 -3
- package/src/icons/svg/go-to.svg +1 -1
- package/src/icons/svg/integration-unsplash.svg +3 -0
- package/src/icons/svg/layout-double.svg +1 -1
- package/src/icons/svg/layout-single.svg +1 -1
- package/src/icons/svg/limits.svg +3 -0
- package/src/icons/svg/lock-filled.svg +4 -0
- package/src/icons/svg/lock.svg +5 -4
- package/src/icons/svg/page-regular-mode.svg +3 -3
- package/src/icons/svg/page-wide-mode.svg +3 -3
- package/src/icons/svg/{user-group.svg → people-group.svg} +1 -1
- package/src/icons/svg/{user-role.svg → people-role.svg} +1 -1
- package/src/icons/svg/{richeditor/list/indent.svg → richeditor-list-indent.svg} +1 -1
- package/src/icons/svg/richeditor-mark-code.svg +5 -0
- package/src/icons/svg/richeditor-mark-em.svg +3 -0
- package/src/icons/svg/richeditor-mark-highlight.svg +3 -0
- package/src/icons/svg/richeditor-mark-strike.svg +3 -0
- package/src/icons/svg/richeditor-mark-strong.svg +3 -0
- package/src/icons/svg/simple-compass.svg +2 -2
- package/src/icons/svg/space-app.svg +1 -1
- package/src/icons/svg/space-generate.svg +1 -1
- package/src/icons/svg/space-scratch.svg +1 -1
- package/src/icons/svg/space-template.svg +1 -1
- package/src/icons/svg/value-edit.svg +1 -1
- package/src/icons/svg/view-app.svg +6 -0
- package/src/icons/svg/view-gantt.svg +3 -3
- package/src/icons/svg/warning-triangle-filled.svg +1 -1
- package/src/images-gallery/slide-buttons.tsx +3 -3
- package/src/indicator.tsx +87 -0
- package/src/mobile-drawer.tsx +104 -0
- package/src/number-input/types.ts +1 -1
- package/src/palettes/common.ts +3 -3
- package/src/palettes/diff-colors.test.ts +134 -0
- package/src/palettes/diff-colors.ts +135 -1
- package/src/palettes/inspect.canvas-colors.test.ts +63 -63
- package/src/palettes/inspect.defs.colors.neutral-arch.test.ts +196 -64
- package/src/palettes/inspect.defs.colors.neutral-user.test.ts +196 -64
- package/src/palettes/inspect.defs.colors.warm-arch.test.ts +196 -64
- package/src/palettes/inspect.defs.colors.warm-user.test.ts +196 -64
- package/src/palettes/show-colors.test.ts +3 -3
- package/src/palettes/testkit.test.ts +6 -0
- package/src/palettes/testkit.ts +78 -22
- package/src/phone.ts +27 -0
- package/src/reactions/reaction-picker.tsx +3 -3
- package/src/rich-text-embed-error.tsx +2 -2
- package/src/root-theme-provider.test.tsx +2 -3
- package/src/select/select-in-popover.tsx +41 -25
- package/src/select/util.ts +1 -1
- package/src/thematic.tsx +10 -9
- package/src/theme-provider.test.tsx +18 -18
- package/src/theme-provider.tsx +3 -7
- package/src/theme-settings-core.ts +118 -0
- package/src/theme-settings.ts +2 -117
- package/src/theme-snapshots.test.ts +6 -7
- package/src/theming.build.ts +21 -15
- package/src/theming.generated.css +2162 -2034
- package/src/theming.generated.ts +2701 -2549
- package/src/toast/toast.tsx +1 -1
- package/src/toggle-button/round-toggle-button.tsx +28 -4
- package/src/toggle-button/toggle-button.tsx +72 -24
- package/src/toggle-on-off.tsx +0 -9
- package/src/use-is-phone.tsx +3 -27
- package/vitest.config.ts +1 -0
- package/src/icons/ast/ai-avatar.ts +0 -12
- package/src/icons/ast/ai-search.ts +0 -12
- package/src/icons/ast/anthropic.ts +0 -12
- package/src/icons/ast/app-details.ts +0 -12
- package/src/icons/ast/app-store-one-color.ts +0 -12
- package/src/icons/ast/app-store.ts +0 -12
- package/src/icons/ast/app-templates.ts +0 -12
- package/src/icons/ast/app-webhooks.ts +0 -12
- package/src/icons/ast/app-wiki.ts +0 -12
- package/src/icons/ast/apple.ts +0 -12
- package/src/icons/ast/arrow-bottom.ts +0 -12
- package/src/icons/ast/arrow-top.ts +0 -12
- package/src/icons/ast/automations-cancelled.ts +0 -12
- package/src/icons/ast/automations-disabled.ts +0 -12
- package/src/icons/ast/automations-error.ts +0 -12
- package/src/icons/ast/automations-in-progress.ts +0 -12
- package/src/icons/ast/automations-not-started.ts +0 -12
- package/src/icons/ast/automations-success.ts +0 -12
- package/src/icons/ast/back.ts +0 -12
- package/src/icons/ast/backlog-icon.ts +0 -12
- package/src/icons/ast/batch-actions-icon.ts +0 -12
- package/src/icons/ast/bell-filled.ts +0 -12
- package/src/icons/ast/chat-ai.ts +0 -12
- package/src/icons/ast/chat.ts +0 -12
- package/src/icons/ast/clean.ts +0 -12
- package/src/icons/ast/color-coding-filled.ts +0 -12
- package/src/icons/ast/create.ts +0 -12
- package/src/icons/ast/cross-circle.ts +0 -12
- package/src/icons/ast/csv.ts +0 -12
- package/src/icons/ast/database-off.ts +0 -12
- package/src/icons/ast/database-stroke.ts +0 -12
- package/src/icons/ast/demo.ts +0 -12
- package/src/icons/ast/dependency.ts +0 -12
- package/src/icons/ast/dividers.ts +0 -12
- package/src/icons/ast/document.ts +0 -12
- package/src/icons/ast/double-arrow-left.ts +0 -12
- package/src/icons/ast/double-arrow-right.ts +0 -12
- package/src/icons/ast/double-line.ts +0 -12
- package/src/icons/ast/drag-block-handle-single.ts +0 -12
- package/src/icons/ast/edit-value.ts +0 -12
- package/src/icons/ast/extension-assignments.ts +0 -12
- package/src/icons/ast/extension-avatar.ts +0 -12
- package/src/icons/ast/extension-comments.ts +0 -12
- package/src/icons/ast/extension-files.ts +0 -12
- package/src/icons/ast/extension-references.ts +0 -12
- package/src/icons/ast/extension-workflow.ts +0 -12
- package/src/icons/ast/favorites-checked.ts +0 -12
- package/src/icons/ast/fibery-desktop-app.ts +0 -12
- package/src/icons/ast/field-unit.ts +0 -12
- package/src/icons/ast/figma.ts +0 -12
- package/src/icons/ast/file-broken.ts +0 -12
- package/src/icons/ast/fullscreen-mode-off-icon.ts +0 -12
- package/src/icons/ast/fullscreen-mode-on-icon.ts +0 -12
- package/src/icons/ast/gauge.ts +0 -12
- package/src/icons/ast/github.ts +0 -12
- package/src/icons/ast/gitlab.ts +0 -12
- package/src/icons/ast/globe.ts +0 -12
- package/src/icons/ast/google-drive.ts +0 -12
- package/src/icons/ast/google-map.ts +0 -12
- package/src/icons/ast/hide.ts +0 -12
- package/src/icons/ast/integrations-integration-discourse-color.ts +0 -12
- package/src/icons/ast/integrations-integration-intercom-color.ts +0 -12
- package/src/icons/ast/integrations-integration-slack-color.ts +0 -12
- package/src/icons/ast/integrations-integration-zendesk-color.ts +0 -12
- package/src/icons/ast/intercom.ts +0 -12
- package/src/icons/ast/jira.ts +0 -12
- package/src/icons/ast/left-panel.ts +0 -12
- package/src/icons/ast/level-plus.ts +0 -12
- package/src/icons/ast/lock-outline.ts +0 -12
- package/src/icons/ast/loom.ts +0 -12
- package/src/icons/ast/loupe-zoom.ts +0 -12
- package/src/icons/ast/many-people.ts +0 -12
- package/src/icons/ast/message-plus-square.ts +0 -12
- package/src/icons/ast/miro.ts +0 -12
- package/src/icons/ast/mixpanel.ts +0 -12
- package/src/icons/ast/move-bottom.ts +0 -12
- package/src/icons/ast/move-top.ts +0 -12
- package/src/icons/ast/network-add.ts +0 -12
- package/src/icons/ast/network.ts +0 -12
- package/src/icons/ast/notifications.ts +0 -12
- package/src/icons/ast/open-ai.ts +0 -12
- package/src/icons/ast/open-as-page.ts +0 -12
- package/src/icons/ast/popup.ts +0 -12
- package/src/icons/ast/posts.ts +0 -12
- package/src/icons/ast/quick-filter-personal.ts +0 -12
- package/src/icons/ast/quick-filter.ts +0 -12
- package/src/icons/ast/reply.ts +0 -12
- package/src/icons/ast/restore.ts +0 -12
- package/src/icons/ast/richeditor-actions-more.ts +0 -12
- package/src/icons/ast/richeditor-comment-create.ts +0 -12
- package/src/icons/ast/richeditor-entity-link-create.ts +0 -12
- package/src/icons/ast/richeditor-history-redo.ts +0 -12
- package/src/icons/ast/richeditor-history-undo.ts +0 -12
- package/src/icons/ast/richeditor-image-upload.ts +0 -12
- package/src/icons/ast/richeditor-image-wrap-center.ts +0 -12
- package/src/icons/ast/richeditor-image-wrap-left.ts +0 -12
- package/src/icons/ast/richeditor-image-wrap-right.ts +0 -12
- package/src/icons/ast/richeditor-image-zoom.ts +0 -12
- package/src/icons/ast/richeditor-link-create.ts +0 -12
- package/src/icons/ast/richeditor-open-link.ts +0 -12
- package/src/icons/ast/richeditor-unlink.ts +0 -12
- package/src/icons/ast/right-panel.ts +0 -12
- package/src/icons/ast/rule-scheduled.ts +0 -12
- package/src/icons/ast/settings-off.ts +0 -12
- package/src/icons/ast/shared.ts +0 -12
- package/src/icons/ast/sidebar-fields-opened.ts +0 -12
- package/src/icons/ast/sidebar-fields.ts +0 -12
- package/src/icons/ast/sidebar.ts +0 -12
- package/src/icons/ast/slack-icon.ts +0 -12
- package/src/icons/ast/slack.ts +0 -12
- package/src/icons/ast/slide-menu-close.ts +0 -12
- package/src/icons/ast/slide-menu-open.ts +0 -12
- package/src/icons/ast/sort-on-bottom.ts +0 -12
- package/src/icons/ast/sort-on-top.ts +0 -12
- package/src/icons/ast/space-list.ts +0 -12
- package/src/icons/ast/success.ts +0 -12
- package/src/icons/ast/template.ts +0 -12
- package/src/icons/ast/thumbs-down.ts +0 -12
- package/src/icons/ast/thumbs-up.ts +0 -12
- package/src/icons/ast/twitter.ts +0 -12
- package/src/icons/ast/type-boolean.ts +0 -12
- package/src/icons/ast/type-function.ts +0 -12
- package/src/icons/ast/type-id.ts +0 -12
- package/src/icons/ast/type-rule.ts +0 -12
- package/src/icons/ast/type-url.ts +0 -12
- package/src/icons/ast/units-db-badge-abbr.ts +0 -12
- package/src/icons/ast/units-db-badge-full.ts +0 -12
- package/src/icons/ast/units-db-icon.ts +0 -12
- package/src/icons/ast/unlock-outline.ts +0 -12
- package/src/icons/ast/upgrade.ts +0 -12
- package/src/icons/ast/user-check.ts +0 -12
- package/src/icons/ast/user-group-remove.ts +0 -12
- package/src/icons/ast/user-group.ts +0 -12
- package/src/icons/ast/user-role.ts +0 -12
- package/src/icons/ast/user-x.ts +0 -12
- package/src/icons/ast/windows.ts +0 -12
- package/src/icons/ast/workspace-map.ts +0 -12
- package/src/icons/ast/youtube.ts +0 -12
- package/src/icons/ast/zoom-in.ts +0 -12
- package/src/icons/ast/zoom-out.ts +0 -12
- package/src/icons/react/app-details.tsx +0 -18
- package/src/icons/react/app-store-one-color.tsx +0 -18
- package/src/icons/react/app-templates.tsx +0 -18
- package/src/icons/react/app-webhooks.tsx +0 -18
- package/src/icons/react/arrow-bottom.tsx +0 -18
- package/src/icons/react/arrow-top.tsx +0 -18
- package/src/icons/react/automations-cancelled.tsx +0 -18
- package/src/icons/react/automations-error.tsx +0 -18
- package/src/icons/react/automations-in-progress.tsx +0 -18
- package/src/icons/react/automations-not-started.tsx +0 -18
- package/src/icons/react/automations-success.tsx +0 -18
- package/src/icons/react/backlog-icon.tsx +0 -18
- package/src/icons/react/batch-actions-icon.tsx +0 -18
- package/src/icons/react/bell-filled.tsx +0 -18
- package/src/icons/react/check-circle-filled.tsx +0 -18
- package/src/icons/react/check-circle.tsx +0 -18
- package/src/icons/react/clean.tsx +0 -18
- package/src/icons/react/clear-value.tsx +0 -18
- package/src/icons/react/color-coding-filled.tsx +0 -18
- package/src/icons/react/create.tsx +0 -18
- package/src/icons/react/cross-circle.tsx +0 -18
- package/src/icons/react/database-off.tsx +0 -18
- package/src/icons/react/database-stroke.tsx +0 -18
- package/src/icons/react/demo.tsx +0 -18
- package/src/icons/react/dependency.tsx +0 -18
- package/src/icons/react/dividers.tsx +0 -18
- package/src/icons/react/document.tsx +0 -18
- package/src/icons/react/double-arrow-left.tsx +0 -18
- package/src/icons/react/double-arrow-right.tsx +0 -18
- package/src/icons/react/double-line.tsx +0 -18
- package/src/icons/react/drag-block-handle-single.tsx +0 -18
- package/src/icons/react/edit-value.tsx +0 -18
- package/src/icons/react/error-circle-filled.tsx +0 -18
- package/src/icons/react/extension-assignments.tsx +0 -18
- package/src/icons/react/extension-avatar.tsx +0 -18
- package/src/icons/react/extension-comments.tsx +0 -18
- package/src/icons/react/extension-files.tsx +0 -18
- package/src/icons/react/extension-workflow.tsx +0 -18
- package/src/icons/react/favorites-checked.tsx +0 -18
- package/src/icons/react/fibery-desktop-app.tsx +0 -18
- package/src/icons/react/field-unit.tsx +0 -18
- package/src/icons/react/figma.tsx +0 -18
- package/src/icons/react/file-broken.tsx +0 -18
- package/src/icons/react/fullscreen-mode-off-icon.tsx +0 -18
- package/src/icons/react/fullscreen-mode-on-icon.tsx +0 -18
- package/src/icons/react/gauge.tsx +0 -18
- package/src/icons/react/github.tsx +0 -18
- package/src/icons/react/gitlab.tsx +0 -18
- package/src/icons/react/globe.tsx +0 -18
- package/src/icons/react/google-drive.tsx +0 -18
- package/src/icons/react/google-map.tsx +0 -18
- package/src/icons/react/hide.tsx +0 -18
- package/src/icons/react/image-xmark.tsx +0 -18
- package/src/icons/react/info-circle-filled.tsx +0 -18
- package/src/icons/react/info-circle.tsx +0 -18
- package/src/icons/react/integrations-integration-discourse-color.tsx +0 -18
- package/src/icons/react/integrations-integration-intercom-color.tsx +0 -18
- package/src/icons/react/integrations-integration-slack-color.tsx +0 -18
- package/src/icons/react/integrations-integration-zendesk-color.tsx +0 -18
- package/src/icons/react/intercom.tsx +0 -18
- package/src/icons/react/invite-people.tsx +0 -18
- package/src/icons/react/jira.tsx +0 -18
- package/src/icons/react/left-panel.tsx +0 -18
- package/src/icons/react/level-plus.tsx +0 -18
- package/src/icons/react/lock-outline.tsx +0 -18
- package/src/icons/react/loom.tsx +0 -18
- package/src/icons/react/loupe-zoom.tsx +0 -18
- package/src/icons/react/many-people.tsx +0 -18
- package/src/icons/react/message-plus-square.tsx +0 -18
- package/src/icons/react/miro.tsx +0 -18
- package/src/icons/react/mixpanel.tsx +0 -18
- package/src/icons/react/move-bottom.tsx +0 -18
- package/src/icons/react/move-space.tsx +0 -18
- package/src/icons/react/move-top.tsx +0 -18
- package/src/icons/react/network-add.tsx +0 -18
- package/src/icons/react/network.tsx +0 -18
- package/src/icons/react/open-ai.tsx +0 -18
- package/src/icons/react/open-as-page.tsx +0 -18
- package/src/icons/react/popup.tsx +0 -18
- package/src/icons/react/posts.tsx +0 -18
- package/src/icons/react/quick-filter-personal.tsx +0 -18
- package/src/icons/react/quick-filter.tsx +0 -18
- package/src/icons/react/remove-people.tsx +0 -18
- package/src/icons/react/reply.tsx +0 -18
- package/src/icons/react/restore.tsx +0 -18
- package/src/icons/react/richeditor-actions-more.tsx +0 -18
- package/src/icons/react/richeditor-comment-create.tsx +0 -18
- package/src/icons/react/richeditor-entity-link-create.tsx +0 -18
- package/src/icons/react/richeditor-history-redo.tsx +0 -18
- package/src/icons/react/richeditor-history-undo.tsx +0 -18
- package/src/icons/react/richeditor-image-upload.tsx +0 -18
- package/src/icons/react/richeditor-image-wrap-center.tsx +0 -18
- package/src/icons/react/richeditor-image-wrap-left.tsx +0 -18
- package/src/icons/react/richeditor-image-wrap-right.tsx +0 -18
- package/src/icons/react/richeditor-image-zoom.tsx +0 -18
- package/src/icons/react/richeditor-link-create.tsx +0 -18
- package/src/icons/react/richeditor-open-link.tsx +0 -18
- package/src/icons/react/richeditor-unlink.tsx +0 -18
- package/src/icons/react/right-panel.tsx +0 -18
- package/src/icons/react/rule-scheduled.tsx +0 -18
- package/src/icons/react/send-arrow.tsx +0 -18
- package/src/icons/react/settings-off.tsx +0 -18
- package/src/icons/react/shared.tsx +0 -18
- package/src/icons/react/sidebar-fields-opened.tsx +0 -18
- package/src/icons/react/sidebar-fields.tsx +0 -18
- package/src/icons/react/sidebar.tsx +0 -18
- package/src/icons/react/slack-icon.tsx +0 -18
- package/src/icons/react/slack.tsx +0 -18
- package/src/icons/react/slide-menu-close.tsx +0 -18
- package/src/icons/react/slide-menu-open.tsx +0 -18
- package/src/icons/react/smart-folder.tsx +0 -18
- package/src/icons/react/sort-on-bottom.tsx +0 -18
- package/src/icons/react/sort-on-top.tsx +0 -18
- package/src/icons/react/space-list.tsx +0 -18
- package/src/icons/react/success.tsx +0 -18
- package/src/icons/react/suggest-integration.tsx +0 -18
- package/src/icons/react/switch-to-mention.tsx +0 -18
- package/src/icons/react/template.tsx +0 -18
- package/src/icons/react/thumbs-down.tsx +0 -18
- package/src/icons/react/thumbs-up.tsx +0 -18
- package/src/icons/react/twitter.tsx +0 -18
- package/src/icons/react/type-boolean.tsx +0 -18
- package/src/icons/react/type-function.tsx +0 -18
- package/src/icons/react/type-id.tsx +0 -18
- package/src/icons/react/type-rule.tsx +0 -18
- package/src/icons/react/type-url.tsx +0 -18
- package/src/icons/react/units-db-badge-abbr.tsx +0 -18
- package/src/icons/react/units-db-badge-full.tsx +0 -18
- package/src/icons/react/units-db-icon.tsx +0 -18
- package/src/icons/react/unlock-outline.tsx +0 -18
- package/src/icons/react/upgrade.tsx +0 -18
- package/src/icons/react/user-check.tsx +0 -18
- package/src/icons/react/user-group-remove.tsx +0 -18
- package/src/icons/react/user-group.tsx +0 -18
- package/src/icons/react/user-role.tsx +0 -18
- package/src/icons/react/user-x.tsx +0 -18
- package/src/icons/react/windows.tsx +0 -18
- package/src/icons/react/workspace-map.tsx +0 -18
- package/src/icons/react/youtube.tsx +0 -18
- package/src/icons/react/zoom-in.tsx +0 -18
- package/src/icons/react/zoom-out.tsx +0 -18
- package/src/icons/svg/ai-avatar.svg +0 -3
- package/src/icons/svg/ai-search.svg +0 -3
- package/src/icons/svg/anthropic.svg +0 -3
- package/src/icons/svg/app-store-one-color.svg +0 -4
- package/src/icons/svg/app-store.svg +0 -4
- package/src/icons/svg/app-webhooks.svg +0 -2
- package/src/icons/svg/app-wiki.svg +0 -2
- package/src/icons/svg/apple.svg +0 -4
- package/src/icons/svg/automations-cancelled.svg +0 -3
- package/src/icons/svg/automations-disabled.svg +0 -3
- package/src/icons/svg/automations-success.svg +0 -3
- package/src/icons/svg/batch-actions-icon.svg +0 -4
- package/src/icons/svg/bell-filled.svg +0 -4
- package/src/icons/svg/chat-ai.svg +0 -5
- package/src/icons/svg/chat.svg +0 -3
- package/src/icons/svg/clean.svg +0 -6
- package/src/icons/svg/color-coding-filled.svg +0 -3
- package/src/icons/svg/create.svg +0 -3
- package/src/icons/svg/cross-circle.svg +0 -4
- package/src/icons/svg/csv.svg +0 -3
- package/src/icons/svg/database-off.svg +0 -3
- package/src/icons/svg/demo.svg +0 -2
- package/src/icons/svg/dependency.svg +0 -3
- package/src/icons/svg/document.svg +0 -4
- package/src/icons/svg/double-arrow-left.svg +0 -2
- package/src/icons/svg/double-arrow-right.svg +0 -2
- package/src/icons/svg/double-line.svg +0 -3
- package/src/icons/svg/drag-block-handle-single.svg +0 -5
- package/src/icons/svg/edit-value.svg +0 -5
- package/src/icons/svg/extension/assignments.svg +0 -7
- package/src/icons/svg/file-broken.svg +0 -3
- package/src/icons/svg/fullscreen-mode-on-icon.svg +0 -3
- package/src/icons/svg/gauge.svg +0 -5
- package/src/icons/svg/globe.svg +0 -3
- package/src/icons/svg/integrations/integration-slack-color.svg +0 -10
- package/src/icons/svg/intercom.svg +0 -3
- package/src/icons/svg/left-panel.svg +0 -11
- package/src/icons/svg/level-plus.svg +0 -4
- package/src/icons/svg/lock-outline.svg +0 -5
- package/src/icons/svg/loupe-zoom.svg +0 -3
- package/src/icons/svg/message-plus-square.svg +0 -4
- package/src/icons/svg/network-add.svg +0 -5
- package/src/icons/svg/notifications.svg +0 -2
- package/src/icons/svg/open-ai.svg +0 -3
- package/src/icons/svg/open-as-page.svg +0 -3
- package/src/icons/svg/posts.svg +0 -3
- package/src/icons/svg/quick-filter-personal.svg +0 -3
- package/src/icons/svg/quick-filter.svg +0 -3
- package/src/icons/svg/reply.svg +0 -2
- package/src/icons/svg/restore.svg +0 -2
- package/src/icons/svg/richeditor/actions/more.svg +0 -2
- package/src/icons/svg/richeditor/comment/create.svg +0 -5
- package/src/icons/svg/richeditor/entity-link/create.svg +0 -2
- package/src/icons/svg/richeditor/image/wrap-center.svg +0 -2
- package/src/icons/svg/richeditor/image/wrap-left.svg +0 -2
- package/src/icons/svg/richeditor/image/wrap-right.svg +0 -2
- package/src/icons/svg/richeditor/image/zoom.svg +0 -5
- package/src/icons/svg/richeditor/link/create.svg +0 -9
- package/src/icons/svg/richeditor/mark/code.svg +0 -5
- package/src/icons/svg/richeditor/mark/em.svg +0 -3
- package/src/icons/svg/richeditor/mark/highlight.svg +0 -3
- package/src/icons/svg/richeditor/mark/strike.svg +0 -3
- package/src/icons/svg/richeditor/mark/strong.svg +0 -3
- package/src/icons/svg/richeditor/unlink.svg +0 -10
- package/src/icons/svg/right-panel.svg +0 -11
- package/src/icons/svg/rule-scheduled.svg +0 -5
- package/src/icons/svg/settings-off.svg +0 -4
- package/src/icons/svg/shared.svg +0 -7
- package/src/icons/svg/sidebar-fields-opened.svg +0 -3
- package/src/icons/svg/sidebar-fields.svg +0 -6
- package/src/icons/svg/sidebar.svg +0 -2
- package/src/icons/svg/slack-icon.svg +0 -3
- package/src/icons/svg/slide-menu-close.svg +0 -4
- package/src/icons/svg/slide-menu-open.svg +0 -4
- package/src/icons/svg/sort-on-bottom.svg +0 -4
- package/src/icons/svg/sort-on-top.svg +0 -4
- package/src/icons/svg/space-list.svg +0 -4
- package/src/icons/svg/success.svg +0 -4
- package/src/icons/svg/template.svg +0 -3
- package/src/icons/svg/thumbs-down.svg +0 -3
- package/src/icons/svg/thumbs-up.svg +0 -3
- package/src/icons/svg/type/boolean.svg +0 -2
- package/src/icons/svg/type/function.svg +0 -2
- package/src/icons/svg/type/id.svg +0 -3
- package/src/icons/svg/type/rule.svg +0 -2
- package/src/icons/svg/type/url.svg +0 -9
- package/src/icons/svg/units/db-badge-abbr.svg +0 -4
- package/src/icons/svg/units/db-badge-full.svg +0 -4
- package/src/icons/svg/units/db-icon.svg +0 -4
- package/src/icons/svg/upgrade.svg +0 -2
- package/src/icons/svg/user-check.svg +0 -3
- package/src/icons/svg/windows.svg +0 -15
- package/src/icons/svg/workspace-map.svg +0 -3
- package/src/icons/svg/zoom-out.svg +0 -7
- package/src/notification-dot.tsx +0 -23
- /package/src/icons/svg/{dividers.svg → architect.svg} +0 -0
- /package/src/icons/svg/{back.svg → arrow-back.svg} +0 -0
- /package/src/icons/svg/{send-arrow.svg → arrow-send.svg} +0 -0
- /package/src/icons/svg/{extension/avatar.svg → avatar.svg} +0 -0
- /package/src/icons/svg/{backlog-icon.svg → backlog.svg} +0 -0
- /package/src/icons/svg/{check-circle-filled.svg → circle-check-filled.svg} +0 -0
- /package/src/icons/svg/{check-circle.svg → circle-check.svg} +0 -0
- /package/src/icons/svg/{error-circle-filled.svg → circle-cross-filled.svg} +0 -0
- /package/src/icons/svg/{info-circle-filled.svg → circle-info-filled.svg} +0 -0
- /package/src/icons/svg/{info-circle.svg → circle-info.svg} +0 -0
- /package/src/icons/svg/{extension/comments.svg → comments.svg} +0 -0
- /package/src/icons/svg/{add-database.svg → database-add.svg} +0 -0
- /package/src/icons/svg/{database-stroke.svg → database-outline.svg} +0 -0
- /package/src/icons/svg/{hide.svg → eye-off.svg} +0 -0
- /package/src/icons/svg/{favorites-checked.svg → favorites-filled.svg} +0 -0
- /package/src/icons/svg/{switch-to-mention.svg → field-units-large.svg} +0 -0
- /package/src/icons/svg/{extension/files.svg → files.svg} +0 -0
- /package/src/icons/svg/{smart-folder.svg → folder-smart.svg} +0 -0
- /package/src/icons/svg/{fullscreen-mode-off-icon.svg → fullscreen-mode-off.svg} +0 -0
- /package/src/icons/svg/{add-group.svg → group-add.svg} +0 -0
- /package/src/icons/svg/{image-xmark.svg → image-error.svg} +0 -0
- /package/src/icons/svg/{add-integration.svg → integration-add.svg} +0 -0
- /package/src/icons/svg/{integrations/integration-discourse-color.svg → integration-discourse.svg} +0 -0
- /package/src/icons/svg/{fibery-desktop-app.svg → integration-fibery.svg} +0 -0
- /package/src/icons/svg/{figma.svg → integration-figma.svg} +0 -0
- /package/src/icons/svg/{github.svg → integration-github.svg} +0 -0
- /package/src/icons/svg/{gitlab.svg → integration-gitlab.svg} +0 -0
- /package/src/icons/svg/{google-drive.svg → integration-google-drive.svg} +0 -0
- /package/src/icons/svg/{google-map.svg → integration-google-map.svg} +0 -0
- /package/src/icons/svg/{integrations/integration-intercom-color.svg → integration-intercom.svg} +0 -0
- /package/src/icons/svg/{jira.svg → integration-jira.svg} +0 -0
- /package/src/icons/svg/{loom.svg → integration-loom.svg} +0 -0
- /package/src/icons/svg/{miro.svg → integration-miro.svg} +0 -0
- /package/src/icons/svg/{mixpanel.svg → integration-mixpanel.svg} +0 -0
- /package/src/icons/svg/{slack.svg → integration-slack.svg} +0 -0
- /package/src/icons/svg/{suggest-integration.svg → integration-suggest.svg} +0 -0
- /package/src/icons/svg/{twitter.svg → integration-twitter.svg} +0 -0
- /package/src/icons/svg/{youtube.svg → integration-youtube.svg} +0 -0
- /package/src/icons/svg/{integrations/integration-zendesk-color.svg → integration-zendesk.svg} +0 -0
- /package/src/icons/svg/{move-bottom.svg → move-down.svg} +0 -0
- /package/src/icons/svg/{move-top.svg → move-up.svg} +0 -0
- /package/src/icons/svg/{popup.svg → open-in-panel.svg} +0 -0
- /package/src/icons/svg/{richeditor/open-link.svg → open-link.svg} +0 -0
- /package/src/icons/svg/{many-people.svg → people-all.svg} +0 -0
- /package/src/icons/svg/{user-group-remove.svg → people-group-remove.svg} +0 -0
- /package/src/icons/svg/{invite-people.svg → people-invite.svg} +0 -0
- /package/src/icons/svg/{remove-people.svg → people-remove.svg} +0 -0
- /package/src/icons/svg/{user-x.svg → people-x.svg} +0 -0
- /package/src/icons/svg/{zoom-in.svg → plus.svg} +0 -0
- /package/src/icons/svg/{app-details.svg → preferences.svg} +0 -0
- /package/src/icons/svg/{network.svg → propagate.svg} +0 -0
- /package/src/icons/svg/{add-reactions.svg → reactions-add.svg} +0 -0
- /package/src/icons/svg/{richeditor/history/redo.svg → redo.svg} +0 -0
- /package/src/icons/svg/{extension/references.svg → references.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/callout.svg → richeditor-block-callout.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/code.svg → richeditor-block-code.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/embed.svg → richeditor-block-embed.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/entity.svg → richeditor-block-entity.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/file.svg → richeditor-block-file.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/h1.svg → richeditor-block-h1.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/h2.svg → richeditor-block-h2.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/h3.svg → richeditor-block-h3.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/h4.svg → richeditor-block-h4.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/mention.svg → richeditor-block-mention.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/paragraph.svg → richeditor-block-paragraph.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/quote.svg → richeditor-block-quote.svg} +0 -0
- /package/src/icons/svg/{richeditor/checklist/create.svg → richeditor-checklist-create.svg} +0 -0
- /package/src/icons/svg/{richeditor/image/align-center.svg → richeditor-image-align-center.svg} +0 -0
- /package/src/icons/svg/{richeditor/image/align-left.svg → richeditor-image-align-left.svg} +0 -0
- /package/src/icons/svg/{richeditor/image/align-right.svg → richeditor-image-align-right.svg} +0 -0
- /package/src/icons/svg/{richeditor/image/upload.svg → richeditor-image.svg} +0 -0
- /package/src/icons/svg/{richeditor/linkedhighlight/create.svg → richeditor-linkedhighlight-create.svg} +0 -0
- /package/src/icons/svg/{richeditor/list/bullet.svg → richeditor-list-bullet.svg} +0 -0
- /package/src/icons/svg/{richeditor/list/ordered.svg → richeditor-list-ordered.svg} +0 -0
- /package/src/icons/svg/{richeditor/list/unindent.svg → richeditor-list-unindent.svg} +0 -0
- /package/src/icons/svg/{richeditor/mark/text-background-color.svg → richeditor-mark-text-background-color.svg} +0 -0
- /package/src/icons/svg/{richeditor/mark/underline.svg → richeditor-mark-underline.svg} +0 -0
- /package/src/icons/svg/{richeditor/table/create.svg → richeditor-table-create.svg} +0 -0
- /package/src/icons/svg/{richeditor/video/upload.svg → richeditor-video-upload.svg} +0 -0
- /package/src/icons/svg/{bolt.svg → rule.svg} +0 -0
- /package/src/icons/svg/{app-templates.svg → space-add.svg} +0 -0
- /package/src/icons/svg/{move-space.svg → space-move.svg} +0 -0
- /package/src/icons/svg/{type/button.svg → type-button.svg} +0 -0
- /package/src/icons/svg/{type/checkbox.svg → type-checkbox.svg} +0 -0
- /package/src/icons/svg/{type/date.svg → type-date.svg} +0 -0
- /package/src/icons/svg/{type/email.svg → type-email.svg} +0 -0
- /package/src/icons/svg/{type/emoji.svg → type-emoji.svg} +0 -0
- /package/src/icons/svg/{type/formula.svg → type-formula.svg} +0 -0
- /package/src/icons/svg/{type/location.svg → type-location.svg} +0 -0
- /package/src/icons/svg/{type/lookup.svg → type-lookup.svg} +0 -0
- /package/src/icons/svg/{type/money.svg → type-money.svg} +0 -0
- /package/src/icons/svg/{type/multi-select.svg → type-multi-select.svg} +0 -0
- /package/src/icons/svg/{type/number.svg → type-number.svg} +0 -0
- /package/src/icons/svg/{type/percent.svg → type-percent.svg} +0 -0
- /package/src/icons/svg/{type/phone.svg → type-phone.svg} +0 -0
- /package/src/icons/svg/{type/relation.svg → type-relation.svg} +0 -0
- /package/src/icons/svg/{type/rich-text.svg → type-rich-text.svg} +0 -0
- /package/src/icons/svg/{type/single-select.svg → type-single-select.svg} +0 -0
- /package/src/icons/svg/{type/text.svg → type-text.svg} +0 -0
- /package/src/icons/svg/{richeditor/history/undo.svg → undo.svg} +0 -0
- /package/src/icons/svg/{units/avatar.svg → units-avatar.svg} +0 -0
- /package/src/icons/svg/{units/collection.svg → units-collection.svg} +0 -0
- /package/src/icons/svg/{units/counter.svg → units-counter.svg} +0 -0
- /package/src/icons/svg/{units/date.svg → units-date.svg} +0 -0
- /package/src/icons/svg/{units/field-icon-button.svg → units-field-icon-button.svg} +0 -0
- /package/src/icons/svg/{units/field.svg → units-field.svg} +0 -0
- /package/src/icons/svg/{units/input.svg → units-input.svg} +0 -0
- /package/src/icons/svg/{field-unit.svg → units-normal.svg} +0 -0
- /package/src/icons/svg/{units/progress-bar.svg → units-progress-bar.svg} +0 -0
- /package/src/icons/svg/{units/rich-text.svg → units-rich-text.svg} +0 -0
- /package/src/icons/svg/{units/snippet.svg → units-snippet.svg} +0 -0
- /package/src/icons/svg/{unlock-outline.svg → unlock.svg} +0 -0
- /package/src/icons/svg/{clear-value.svg → value-clear.svg} +0 -0
- /package/src/icons/svg/{extension/workflow.svg → workflow.svg} +0 -0
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
3
|
+
*
|
|
4
4
|
* @see import("../../../scripts/generate-icons.mjs")
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
export {default as
|
|
8
|
-
export {default as ZoomIn} from "./zoom-in";
|
|
9
|
-
export {default as Youtube} from "./youtube";
|
|
10
|
-
export {default as WorkspaceMap} from "./workspace-map";
|
|
11
|
-
export {default as Windows} from "./windows";
|
|
7
|
+
export {default as Workflow} from "./workflow";
|
|
12
8
|
export {default as Webhooks} from "./webhooks";
|
|
13
9
|
export {default as Warning} from "./warning";
|
|
14
10
|
export {default as WarningTriangle} from "./warning-triangle";
|
|
@@ -31,22 +27,44 @@ export {default as ViewChart} from "./view-chart";
|
|
|
31
27
|
export {default as ViewCanvas} from "./view-canvas";
|
|
32
28
|
export {default as ViewCalendar} from "./view-calendar";
|
|
33
29
|
export {default as ViewBoard} from "./view-board";
|
|
30
|
+
export {default as ViewApp} from "./view-app";
|
|
34
31
|
export {default as ViewAi} from "./view-ai";
|
|
35
32
|
export {default as ValueEdit} from "./value-edit";
|
|
36
|
-
export {default as
|
|
37
|
-
export {default as UserRole} from "./user-role";
|
|
38
|
-
export {default as UserGroup} from "./user-group";
|
|
39
|
-
export {default as UserGroupRemove} from "./user-group-remove";
|
|
40
|
-
export {default as UserCheck} from "./user-check";
|
|
33
|
+
export {default as ValueClear} from "./value-clear";
|
|
41
34
|
export {default as UsbFlashDrive} from "./usb-flash-drive";
|
|
42
|
-
export {default as
|
|
43
|
-
export {default as UnlockOutline} from "./unlock-outline";
|
|
35
|
+
export {default as Unlock} from "./unlock";
|
|
44
36
|
export {default as UnlockFilled} from "./unlock-filled";
|
|
45
37
|
export {default as Unlink} from "./unlink";
|
|
46
|
-
export {default as
|
|
38
|
+
export {default as UnitsSnippet} from "./units-snippet";
|
|
39
|
+
export {default as UnitsRichText} from "./units-rich-text";
|
|
40
|
+
export {default as UnitsProgressBar} from "./units-progress-bar";
|
|
41
|
+
export {default as UnitsNormal} from "./units-normal";
|
|
42
|
+
export {default as UnitsInput} from "./units-input";
|
|
43
|
+
export {default as UnitsField} from "./units-field";
|
|
44
|
+
export {default as UnitsFieldIconButton} from "./units-field-icon-button";
|
|
45
|
+
export {default as UnitsDate} from "./units-date";
|
|
46
|
+
export {default as UnitsCounter} from "./units-counter";
|
|
47
|
+
export {default as UnitsCollection} from "./units-collection";
|
|
48
|
+
export {default as UnitsAvatar} from "./units-avatar";
|
|
49
|
+
export {default as Undo} from "./undo";
|
|
50
|
+
export {default as TypeText} from "./type-text";
|
|
51
|
+
export {default as TypeSingleSelect} from "./type-single-select";
|
|
52
|
+
export {default as TypeRichText} from "./type-rich-text";
|
|
53
|
+
export {default as TypeRelation} from "./type-relation";
|
|
54
|
+
export {default as TypePhone} from "./type-phone";
|
|
55
|
+
export {default as TypePercent} from "./type-percent";
|
|
56
|
+
export {default as TypeNumber} from "./type-number";
|
|
57
|
+
export {default as TypeMultiSelect} from "./type-multi-select";
|
|
58
|
+
export {default as TypeMoney} from "./type-money";
|
|
59
|
+
export {default as TypeLookup} from "./type-lookup";
|
|
60
|
+
export {default as TypeLocation} from "./type-location";
|
|
61
|
+
export {default as TypeFormula} from "./type-formula";
|
|
62
|
+
export {default as TypeEmoji} from "./type-emoji";
|
|
63
|
+
export {default as TypeEmail} from "./type-email";
|
|
64
|
+
export {default as TypeDate} from "./type-date";
|
|
65
|
+
export {default as TypeCheckbox} from "./type-checkbox";
|
|
66
|
+
export {default as TypeButton} from "./type-button";
|
|
47
67
|
export {default as Toc} from "./toc";
|
|
48
|
-
export {default as ThumbsUp} from "./thumbs-up";
|
|
49
|
-
export {default as ThumbsDown} from "./thumbs-down";
|
|
50
68
|
export {default as TextWrap} from "./text-wrap";
|
|
51
69
|
export {default as TextToolAlignTop} from "./text-tool-align-top";
|
|
52
70
|
export {default as TextToolAlignMiddle} from "./text-tool-align-middle";
|
|
@@ -55,173 +73,191 @@ export {default as TextNoWrap} from "./text-no-wrap";
|
|
|
55
73
|
export {default as Terminal} from "./terminal";
|
|
56
74
|
export {default as Templates} from "./templates";
|
|
57
75
|
export {default as TemplatesFilled} from "./templates-filled";
|
|
58
|
-
export {default as Template} from "./template";
|
|
59
76
|
export {default as TableLayout} from "./table-layout";
|
|
60
77
|
export {default as SwitchToWidget} from "./switch-to-widget";
|
|
61
78
|
export {default as SwitchToText} from "./switch-to-text";
|
|
62
|
-
export {default as SwitchToMention} from "./switch-to-mention";
|
|
63
|
-
export {default as SuggestIntegration} from "./suggest-integration";
|
|
64
|
-
export {default as Success} from "./success";
|
|
65
79
|
export {default as Spinner} from "./spinner";
|
|
66
80
|
export {default as SpaceTemplate} from "./space-template";
|
|
67
81
|
export {default as SpaceScratch} from "./space-scratch";
|
|
68
|
-
export {default as
|
|
82
|
+
export {default as SpaceMove} from "./space-move";
|
|
69
83
|
export {default as SpaceGenerate} from "./space-generate";
|
|
70
84
|
export {default as SpaceApp} from "./space-app";
|
|
85
|
+
export {default as SpaceAdd} from "./space-add";
|
|
71
86
|
export {default as Sort} from "./sort";
|
|
72
|
-
export {default as SortOnTop} from "./sort-on-top";
|
|
73
|
-
export {default as SortOnBottom} from "./sort-on-bottom";
|
|
74
|
-
export {default as SmartFolder} from "./smart-folder";
|
|
75
87
|
export {default as SlideMenu} from "./slide-menu";
|
|
76
|
-
export {default as SlideMenuOpen} from "./slide-menu-open";
|
|
77
88
|
export {default as SlideMenuFilled} from "./slide-menu-filled";
|
|
78
|
-
export {default as SlideMenuClose} from "./slide-menu-close";
|
|
79
|
-
export {default as Slack} from "./slack";
|
|
80
|
-
export {default as SlackIcon} from "./slack-icon";
|
|
81
89
|
export {default as SimpleCompass} from "./simple-compass";
|
|
82
|
-
export {default as Sidebar} from "./sidebar";
|
|
83
|
-
export {default as SidebarFields} from "./sidebar-fields";
|
|
84
|
-
export {default as SidebarFieldsOpened} from "./sidebar-fields-opened";
|
|
85
90
|
export {default as ShowAuthor} from "./show-author";
|
|
86
91
|
export {default as ShieldKeyhole} from "./shield-keyhole";
|
|
87
|
-
export {default as Shared} from "./shared";
|
|
88
92
|
export {default as Share} from "./share";
|
|
89
93
|
export {default as Settings} from "./settings";
|
|
90
|
-
export {default as SettingsOff} from "./settings-off";
|
|
91
94
|
export {default as SettingsFilled} from "./settings-filled";
|
|
92
95
|
export {default as SendToBack} from "./send-to-back";
|
|
93
96
|
export {default as SendBackward} from "./send-backward";
|
|
94
|
-
export {default as SendArrow} from "./send-arrow";
|
|
95
97
|
export {default as SelfReferenceOn} from "./self-reference-on";
|
|
96
98
|
export {default as SelfReferenceOff} from "./self-reference-off";
|
|
97
99
|
export {default as Search} from "./search";
|
|
98
100
|
export {default as SearchRemove} from "./search-remove";
|
|
99
101
|
export {default as SearchFilled} from "./search-filled";
|
|
100
102
|
export {default as SearchAdd} from "./search-add";
|
|
101
|
-
export {default as
|
|
103
|
+
export {default as Rule} from "./rule";
|
|
102
104
|
export {default as Rows} from "./rows";
|
|
103
|
-
export {default as
|
|
104
|
-
export {default as
|
|
105
|
+
export {default as RicheditorVideoUpload} from "./richeditor-video-upload";
|
|
106
|
+
export {default as RicheditorTableCreate} from "./richeditor-table-create";
|
|
107
|
+
export {default as RicheditorMarkUnderline} from "./richeditor-mark-underline";
|
|
108
|
+
export {default as RicheditorMarkTextBackgroundColor} from "./richeditor-mark-text-background-color";
|
|
109
|
+
export {default as RicheditorMarkStrong} from "./richeditor-mark-strong";
|
|
110
|
+
export {default as RicheditorMarkStrike} from "./richeditor-mark-strike";
|
|
111
|
+
export {default as RicheditorMarkHighlight} from "./richeditor-mark-highlight";
|
|
112
|
+
export {default as RicheditorMarkEm} from "./richeditor-mark-em";
|
|
113
|
+
export {default as RicheditorMarkCode} from "./richeditor-mark-code";
|
|
114
|
+
export {default as RicheditorListUnindent} from "./richeditor-list-unindent";
|
|
115
|
+
export {default as RicheditorListOrdered} from "./richeditor-list-ordered";
|
|
116
|
+
export {default as RicheditorListIndent} from "./richeditor-list-indent";
|
|
117
|
+
export {default as RicheditorListBullet} from "./richeditor-list-bullet";
|
|
118
|
+
export {default as RicheditorLinkedhighlightCreate} from "./richeditor-linkedhighlight-create";
|
|
119
|
+
export {default as RicheditorImage} from "./richeditor-image";
|
|
120
|
+
export {default as RicheditorImageAlignRight} from "./richeditor-image-align-right";
|
|
121
|
+
export {default as RicheditorImageAlignLeft} from "./richeditor-image-align-left";
|
|
122
|
+
export {default as RicheditorImageAlignCenter} from "./richeditor-image-align-center";
|
|
123
|
+
export {default as RicheditorChecklistCreate} from "./richeditor-checklist-create";
|
|
124
|
+
export {default as RicheditorBlockQuote} from "./richeditor-block-quote";
|
|
125
|
+
export {default as RicheditorBlockParagraph} from "./richeditor-block-paragraph";
|
|
126
|
+
export {default as RicheditorBlockMention} from "./richeditor-block-mention";
|
|
127
|
+
export {default as RicheditorBlockH4} from "./richeditor-block-h4";
|
|
128
|
+
export {default as RicheditorBlockH3} from "./richeditor-block-h3";
|
|
129
|
+
export {default as RicheditorBlockH2} from "./richeditor-block-h2";
|
|
130
|
+
export {default as RicheditorBlockH1} from "./richeditor-block-h1";
|
|
131
|
+
export {default as RicheditorBlockFile} from "./richeditor-block-file";
|
|
132
|
+
export {default as RicheditorBlockEntity} from "./richeditor-block-entity";
|
|
133
|
+
export {default as RicheditorBlockEmbed} from "./richeditor-block-embed";
|
|
134
|
+
export {default as RicheditorBlockCode} from "./richeditor-block-code";
|
|
135
|
+
export {default as RicheditorBlockCallout} from "./richeditor-block-callout";
|
|
105
136
|
export {default as ResetPassword} from "./reset-password";
|
|
106
|
-
export {default as Reply} from "./reply";
|
|
107
137
|
export {default as Remove} from "./remove";
|
|
108
|
-
export {default as RemovePeople} from "./remove-people";
|
|
109
138
|
export {default as Refresh} from "./refresh";
|
|
139
|
+
export {default as References} from "./references";
|
|
140
|
+
export {default as Redo} from "./redo";
|
|
110
141
|
export {default as ReadOnly} from "./read-only";
|
|
111
|
-
export {default as
|
|
112
|
-
export {default as QuickFilterPersonal} from "./quick-filter-personal";
|
|
142
|
+
export {default as ReactionsAdd} from "./reactions-add";
|
|
113
143
|
export {default as Question} from "./question";
|
|
144
|
+
export {default as Propagate} from "./propagate";
|
|
114
145
|
export {default as PrivateItems} from "./private-items";
|
|
115
146
|
export {default as Print} from "./print";
|
|
116
147
|
export {default as PresentStop} from "./present-stop";
|
|
117
148
|
export {default as PresentPlay} from "./present-play";
|
|
118
|
-
export {default as
|
|
119
|
-
export {default as
|
|
149
|
+
export {default as Preferences} from "./preferences";
|
|
150
|
+
export {default as Plus} from "./plus";
|
|
120
151
|
export {default as Pin} from "./pin";
|
|
121
152
|
export {default as PinFilled} from "./pin-filled";
|
|
122
153
|
export {default as Photo} from "./photo";
|
|
123
154
|
export {default as People} from "./people";
|
|
155
|
+
export {default as PeopleX} from "./people-x";
|
|
156
|
+
export {default as PeopleRole} from "./people-role";
|
|
157
|
+
export {default as PeopleRemove} from "./people-remove";
|
|
158
|
+
export {default as PeopleInvite} from "./people-invite";
|
|
159
|
+
export {default as PeopleGroup} from "./people-group";
|
|
160
|
+
export {default as PeopleGroupRemove} from "./people-group-remove";
|
|
124
161
|
export {default as PeopleEdit} from "./people-edit";
|
|
125
162
|
export {default as PeopleCheck} from "./people-check";
|
|
163
|
+
export {default as PeopleAll} from "./people-all";
|
|
126
164
|
export {default as Pencil} from "./pencil";
|
|
127
165
|
export {default as PanelAdd} from "./panel-add";
|
|
128
166
|
export {default as PageWideMode} from "./page-wide-mode";
|
|
129
167
|
export {default as PageRegularMode} from "./page-regular-mode";
|
|
130
|
-
export {default as
|
|
131
|
-
export {default as
|
|
168
|
+
export {default as OpenLink} from "./open-link";
|
|
169
|
+
export {default as OpenInPanel} from "./open-in-panel";
|
|
132
170
|
export {default as OnSchedule} from "./on-schedule";
|
|
133
171
|
export {default as ObjSelf} from "./obj-self";
|
|
134
172
|
export {default as ObjParent} from "./obj-parent";
|
|
135
173
|
export {default as ObjO2O} from "./obj-o2o";
|
|
136
174
|
export {default as ObjM2M} from "./obj-m2m";
|
|
137
175
|
export {default as ObjChild} from "./obj-child";
|
|
138
|
-
export {default as Notifications} from "./notifications";
|
|
139
176
|
export {default as NoFill} from "./no-fill";
|
|
140
177
|
export {default as NoBorder} from "./no-border";
|
|
141
|
-
export {default as
|
|
142
|
-
export {default as NetworkAdd} from "./network-add";
|
|
143
|
-
export {default as MoveTop} from "./move-top";
|
|
144
|
-
export {default as MoveSpace} from "./move-space";
|
|
178
|
+
export {default as MoveUp} from "./move-up";
|
|
145
179
|
export {default as MoveRight} from "./move-right";
|
|
146
180
|
export {default as MoveLeft} from "./move-left";
|
|
147
|
-
export {default as
|
|
181
|
+
export {default as MoveDown} from "./move-down";
|
|
148
182
|
export {default as More} from "./more";
|
|
149
183
|
export {default as MoreCompact} from "./more-compact";
|
|
150
184
|
export {default as Monitor} from "./monitor";
|
|
151
|
-
export {default as Mixpanel} from "./mixpanel";
|
|
152
185
|
export {default as MirrorOn} from "./mirror-on";
|
|
153
186
|
export {default as MirrorOff} from "./mirror-off";
|
|
154
|
-
export {default as Miro} from "./miro";
|
|
155
187
|
export {default as Minus} from "./minus";
|
|
156
188
|
export {default as Milestones} from "./milestones";
|
|
157
189
|
export {default as MessagePlus} from "./message-plus";
|
|
158
|
-
export {default as MessagePlusSquare} from "./message-plus-square";
|
|
159
190
|
export {default as Mermaid} from "./mermaid";
|
|
160
191
|
export {default as MenuCollapser} from "./menu-collapser";
|
|
161
192
|
export {default as Markdown} from "./markdown";
|
|
162
193
|
export {default as MapMode} from "./map-mode";
|
|
163
|
-
export {default as ManyPeople} from "./many-people";
|
|
164
|
-
export {default as LoupeZoom} from "./loupe-zoom";
|
|
165
194
|
export {default as LoupeZoomOut} from "./loupe-zoom-out";
|
|
166
195
|
export {default as LoupeZoomIn} from "./loupe-zoom-in";
|
|
167
|
-
export {default as Loom} from "./loom";
|
|
168
196
|
export {default as Logout} from "./logout";
|
|
169
197
|
export {default as Lock} from "./lock";
|
|
170
|
-
export {default as
|
|
198
|
+
export {default as LockFilled} from "./lock-filled";
|
|
171
199
|
export {default as LocationEdit} from "./location-edit";
|
|
172
200
|
export {default as Link} from "./link";
|
|
173
201
|
export {default as LineJump} from "./line-jump";
|
|
174
202
|
export {default as LineDivider} from "./line-divider";
|
|
203
|
+
export {default as Limits} from "./limits";
|
|
175
204
|
export {default as Levels} from "./levels";
|
|
176
|
-
export {default as LevelPlus} from "./level-plus";
|
|
177
|
-
export {default as LeftPanel} from "./left-panel";
|
|
178
205
|
export {default as LayoutSingle} from "./layout-single";
|
|
179
206
|
export {default as LayoutMultiple} from "./layout-multiple";
|
|
180
207
|
export {default as LayoutDouble} from "./layout-double";
|
|
181
208
|
export {default as Lab} from "./lab";
|
|
182
209
|
export {default as KeyboardHideDown} from "./keyboard-hide-down";
|
|
183
210
|
export {default as Key} from "./key";
|
|
184
|
-
export {default as Jira} from "./jira";
|
|
185
211
|
export {default as Items} from "./items";
|
|
186
212
|
export {default as ItemsTimeline} from "./items-timeline";
|
|
187
|
-
export {default as InvitePeople} from "./invite-people";
|
|
188
|
-
export {default as Intercom} from "./intercom";
|
|
189
213
|
export {default as IntegrationsFilled} from "./integrations-filled";
|
|
190
214
|
export {default as Integration} from "./integration";
|
|
191
|
-
export {default as
|
|
192
|
-
export {default as
|
|
215
|
+
export {default as IntegrationZendesk} from "./integration-zendesk";
|
|
216
|
+
export {default as IntegrationYoutube} from "./integration-youtube";
|
|
217
|
+
export {default as IntegrationUnsplash} from "./integration-unsplash";
|
|
218
|
+
export {default as IntegrationTwitter} from "./integration-twitter";
|
|
219
|
+
export {default as IntegrationSuggest} from "./integration-suggest";
|
|
220
|
+
export {default as IntegrationSlack} from "./integration-slack";
|
|
221
|
+
export {default as IntegrationMixpanel} from "./integration-mixpanel";
|
|
222
|
+
export {default as IntegrationMiro} from "./integration-miro";
|
|
223
|
+
export {default as IntegrationLoom} from "./integration-loom";
|
|
224
|
+
export {default as IntegrationJira} from "./integration-jira";
|
|
225
|
+
export {default as IntegrationIntercom} from "./integration-intercom";
|
|
226
|
+
export {default as IntegrationGoogleMap} from "./integration-google-map";
|
|
227
|
+
export {default as IntegrationGoogleDrive} from "./integration-google-drive";
|
|
228
|
+
export {default as IntegrationGitlab} from "./integration-gitlab";
|
|
229
|
+
export {default as IntegrationGithub} from "./integration-github";
|
|
230
|
+
export {default as IntegrationFigma} from "./integration-figma";
|
|
231
|
+
export {default as IntegrationFibery} from "./integration-fibery";
|
|
232
|
+
export {default as IntegrationDiscourse} from "./integration-discourse";
|
|
233
|
+
export {default as IntegrationAdd} from "./integration-add";
|
|
193
234
|
export {default as Import} from "./import";
|
|
194
235
|
export {default as ImportFilled} from "./import-filled";
|
|
195
|
-
export {default as
|
|
236
|
+
export {default as ImageError} from "./image-error";
|
|
196
237
|
export {default as Home} from "./home";
|
|
197
238
|
export {default as HomeFilled} from "./home-filled";
|
|
198
239
|
export {default as Hint} from "./hint";
|
|
199
240
|
export {default as Highlights} from "./highlights";
|
|
200
|
-
export {default as Hide} from "./hide";
|
|
201
241
|
export {default as Headphones} from "./headphones";
|
|
202
242
|
export {default as HeadphonesAi} from "./headphones-ai";
|
|
243
|
+
export {default as GroupAdd} from "./group-add";
|
|
203
244
|
export {default as GraduationCapFilled} from "./graduation-cap-filled";
|
|
204
|
-
export {default as GoogleMap} from "./google-map";
|
|
205
|
-
export {default as GoogleDrive} from "./google-drive";
|
|
206
245
|
export {default as GoTo} from "./go-to";
|
|
207
|
-
export {default as Globe} from "./globe";
|
|
208
246
|
export {default as GlobeUnpublish} from "./globe-unpublish";
|
|
209
247
|
export {default as GlobeSimple} from "./globe-simple";
|
|
210
|
-
export {default as Gitlab} from "./gitlab";
|
|
211
|
-
export {default as Github} from "./github";
|
|
212
248
|
export {default as Gift} from "./gift";
|
|
213
|
-
export {default as Gauge} from "./gauge";
|
|
214
249
|
export {default as FullscreenModeOn} from "./fullscreen-mode-on";
|
|
215
|
-
export {default as
|
|
216
|
-
export {default as FullscreenModeOffIcon} from "./fullscreen-mode-off-icon";
|
|
250
|
+
export {default as FullscreenModeOff} from "./fullscreen-mode-off";
|
|
217
251
|
export {default as FormWithoutCover} from "./form-without-cover";
|
|
218
252
|
export {default as FormWithCover} from "./form-with-cover";
|
|
219
253
|
export {default as Folder} from "./folder";
|
|
254
|
+
export {default as FolderSmart} from "./folder-smart";
|
|
220
255
|
export {default as FolderFavorite} from "./folder-favorite";
|
|
221
256
|
export {default as FocusMode} from "./focus-mode";
|
|
222
257
|
export {default as FocusModeOff} from "./focus-mode-off";
|
|
223
258
|
export {default as FitToScreen} from "./fit-to-screen";
|
|
224
259
|
export {default as Filter} from "./filter";
|
|
260
|
+
export {default as Files} from "./files";
|
|
225
261
|
export {default as FileVideo} from "./file-video";
|
|
226
262
|
export {default as FileUpload} from "./file-upload";
|
|
227
263
|
export {default as FileTable} from "./file-table";
|
|
@@ -232,57 +268,42 @@ export {default as FileImage} from "./file-image";
|
|
|
232
268
|
export {default as FileDownload} from "./file-download";
|
|
233
269
|
export {default as FileDocument} from "./file-document";
|
|
234
270
|
export {default as FileCounter} from "./file-counter";
|
|
235
|
-
export {default as FileBroken} from "./file-broken";
|
|
236
271
|
export {default as FileArchive} from "./file-archive";
|
|
237
|
-
export {default as Figma} from "./figma";
|
|
238
272
|
export {default as Fields} from "./fields";
|
|
239
|
-
export {default as
|
|
273
|
+
export {default as FieldUnitsLarge} from "./field-units-large";
|
|
240
274
|
export {default as FiberyMono} from "./fibery-mono";
|
|
241
|
-
export {default as FiberyDesktopApp} from "./fibery-desktop-app";
|
|
242
275
|
export {default as Favorites} from "./favorites";
|
|
243
276
|
export {default as FavoritesOff} from "./favorites-off";
|
|
244
|
-
export {default as
|
|
277
|
+
export {default as FavoritesFilled} from "./favorites-filled";
|
|
245
278
|
export {default as Eye} from "./eye";
|
|
279
|
+
export {default as EyeOff} from "./eye-off";
|
|
246
280
|
export {default as Export} from "./export";
|
|
247
281
|
export {default as ExpandAll} from "./expand-all";
|
|
248
282
|
export {default as ExpandAllHorizontal} from "./expand-all-horizontal";
|
|
249
|
-
export {default as ErrorCircleFilled} from "./error-circle-filled";
|
|
250
283
|
export {default as Equation} from "./equation";
|
|
251
284
|
export {default as EntityMerge} from "./entity-merge";
|
|
252
285
|
export {default as EntityCreate} from "./entity-create";
|
|
253
286
|
export {default as EntityCreateFilled} from "./entity-create-filled";
|
|
254
287
|
export {default as EmojiDelete} from "./emoji-delete";
|
|
255
288
|
export {default as Email} from "./email";
|
|
256
|
-
export {default as EditValue} from "./edit-value";
|
|
257
289
|
export {default as DynamicFilterValue} from "./dynamic-filter-value";
|
|
258
290
|
export {default as Duplicate} from "./duplicate";
|
|
259
291
|
export {default as DragHandle} from "./drag-handle";
|
|
260
292
|
export {default as DragBlockHandle} from "./drag-block-handle";
|
|
261
|
-
export {default as DragBlockHandleSingle} from "./drag-block-handle-single";
|
|
262
|
-
export {default as DoubleLine} from "./double-line";
|
|
263
|
-
export {default as DoubleArrowRight} from "./double-arrow-right";
|
|
264
|
-
export {default as DoubleArrowLeft} from "./double-arrow-left";
|
|
265
|
-
export {default as Document} from "./document";
|
|
266
|
-
export {default as Dividers} from "./dividers";
|
|
267
|
-
export {default as Dependency} from "./dependency";
|
|
268
|
-
export {default as Demo} from "./demo";
|
|
269
293
|
export {default as Delete} from "./delete";
|
|
270
294
|
export {default as DateRange} from "./date-range";
|
|
271
295
|
export {default as Database} from "./database";
|
|
272
|
-
export {default as
|
|
273
|
-
export {default as
|
|
274
|
-
export {default as Csv} from "./csv";
|
|
296
|
+
export {default as DatabaseOutline} from "./database-outline";
|
|
297
|
+
export {default as DatabaseAdd} from "./database-add";
|
|
275
298
|
export {default as Crosshair} from "./crosshair";
|
|
276
|
-
export {default as CrossCircle} from "./cross-circle";
|
|
277
299
|
export {default as CreditsFilled} from "./credits-filled";
|
|
278
|
-
export {default as Create} from "./create";
|
|
279
300
|
export {default as Copy} from "./copy";
|
|
301
|
+
export {default as Comments} from "./comments";
|
|
280
302
|
export {default as CommentBubble} from "./comment-bubble";
|
|
281
303
|
export {default as Columns} from "./columns";
|
|
282
304
|
export {default as Columns4} from "./columns-4";
|
|
283
305
|
export {default as Columns2} from "./columns-2";
|
|
284
306
|
export {default as ColorCoding} from "./color-coding";
|
|
285
|
-
export {default as ColorCodingFilled} from "./color-coding-filled";
|
|
286
307
|
export {default as CollapseAll} from "./collapse-all";
|
|
287
308
|
export {default as CollapseAllHorizontal} from "./collapse-all-horizontal";
|
|
288
309
|
export {default as Close} from "./close";
|
|
@@ -290,74 +311,56 @@ export {default as Clock} from "./clock";
|
|
|
290
311
|
export {default as ClockForward} from "./clock-forward";
|
|
291
312
|
export {default as ClockAlarm} from "./clock-alarm";
|
|
292
313
|
export {default as Clear} from "./clear";
|
|
293
|
-
export {default as ClearValue} from "./clear-value";
|
|
294
314
|
export {default as ClearInputFilled} from "./clear-input-filled";
|
|
295
|
-
export {default as
|
|
315
|
+
export {default as CirclePlay} from "./circle-play";
|
|
316
|
+
export {default as CirclePause} from "./circle-pause";
|
|
317
|
+
export {default as CircleInfo} from "./circle-info";
|
|
318
|
+
export {default as CircleInfoFilled} from "./circle-info-filled";
|
|
319
|
+
export {default as CircleCross} from "./circle-cross";
|
|
320
|
+
export {default as CircleCrossFilled} from "./circle-cross-filled";
|
|
321
|
+
export {default as CircleCheck} from "./circle-check";
|
|
322
|
+
export {default as CircleCheckFilled} from "./circle-check-filled";
|
|
296
323
|
export {default as Checked} from "./checked";
|
|
297
|
-
export {default as CheckCircle} from "./check-circle";
|
|
298
|
-
export {default as CheckCircleFilled} from "./check-circle-filled";
|
|
299
|
-
export {default as Chat} from "./chat";
|
|
300
324
|
export {default as ChatSidebar} from "./chat-sidebar";
|
|
301
325
|
export {default as ChatFloat} from "./chat-float";
|
|
302
326
|
export {default as ChatBubble} from "./chat-bubble";
|
|
303
|
-
export {default as ChatAi} from "./chat-ai";
|
|
304
327
|
export {default as Cards} from "./cards";
|
|
305
328
|
export {default as BringToFront} from "./bring-to-front";
|
|
306
329
|
export {default as BringForward} from "./bring-forward";
|
|
307
|
-
export {default as Bolt} from "./bolt";
|
|
308
330
|
export {default as BellX} from "./bell-x";
|
|
309
331
|
export {default as BellRinging} from "./bell-ringing";
|
|
310
332
|
export {default as BellOff} from "./bell-off";
|
|
311
|
-
export {default as BellFilled} from "./bell-filled";
|
|
312
333
|
export {default as BellCircle} from "./bell-circle";
|
|
313
|
-
export {default as
|
|
314
|
-
export {default as
|
|
315
|
-
export {default as Back} from "./back";
|
|
316
|
-
export {default as AutomationsSuccess} from "./automations-success";
|
|
317
|
-
export {default as AutomationsNotStarted} from "./automations-not-started";
|
|
318
|
-
export {default as AutomationsInProgress} from "./automations-in-progress";
|
|
319
|
-
export {default as AutomationsError} from "./automations-error";
|
|
320
|
-
export {default as AutomationsDisabled} from "./automations-disabled";
|
|
321
|
-
export {default as AutomationsCancelled} from "./automations-cancelled";
|
|
334
|
+
export {default as Backlog} from "./backlog";
|
|
335
|
+
export {default as Avatar} from "./avatar";
|
|
322
336
|
export {default as Atom} from "./atom";
|
|
323
337
|
export {default as Asterisk} from "./asterisk";
|
|
324
338
|
export {default as AskForInput} from "./ask-for-input";
|
|
325
339
|
export {default as ArrowsRightLeft} from "./arrows-right-left";
|
|
340
|
+
export {default as ArrowUp} from "./arrow-up";
|
|
326
341
|
export {default as ArrowUpCircle} from "./arrow-up-circle";
|
|
327
|
-
export {default as
|
|
342
|
+
export {default as ArrowSend} from "./arrow-send";
|
|
328
343
|
export {default as ArrowRight} from "./arrow-right";
|
|
329
344
|
export {default as ArrowLeft} from "./arrow-left";
|
|
330
345
|
export {default as ArrowForward} from "./arrow-forward";
|
|
346
|
+
export {default as ArrowDown} from "./arrow-down";
|
|
331
347
|
export {default as ArrowCollapse} from "./arrow-collapse";
|
|
332
348
|
export {default as ArrowCollapseVertical} from "./arrow-collapse-vertical";
|
|
333
|
-
export {default as ArrowBottom} from "./arrow-bottom";
|
|
334
349
|
export {default as ArrowBarUp} from "./arrow-bar-up";
|
|
335
350
|
export {default as ArrowBarRight} from "./arrow-bar-right";
|
|
336
351
|
export {default as ArrowBarLeft} from "./arrow-bar-left";
|
|
337
352
|
export {default as ArrowBarDown} from "./arrow-bar-down";
|
|
338
|
-
export {default as
|
|
353
|
+
export {default as ArrowBack} from "./arrow-back";
|
|
354
|
+
export {default as Architect} from "./architect";
|
|
339
355
|
export {default as AppearanceLight} from "./appearance-light";
|
|
340
356
|
export {default as AppearanceDark} from "./appearance-dark";
|
|
341
357
|
export {default as AppearanceAuto} from "./appearance-auto";
|
|
342
358
|
export {default as App} from "./app";
|
|
343
|
-
export {default as AppWiki} from "./app-wiki";
|
|
344
|
-
export {default as AppWebhooks} from "./app-webhooks";
|
|
345
|
-
export {default as AppTemplates} from "./app-templates";
|
|
346
|
-
export {default as AppStore} from "./app-store";
|
|
347
|
-
export {default as AppStoreOneColor} from "./app-store-one-color";
|
|
348
|
-
export {default as AppDetails} from "./app-details";
|
|
349
|
-
export {default as Anthropic} from "./anthropic";
|
|
350
359
|
export {default as AlertTriangle} from "./alert-triangle";
|
|
351
|
-
export {default as AiSearch} from "./ai-search";
|
|
352
360
|
export {default as AiFiberyBuild} from "./ai-fibery-build";
|
|
353
|
-
export {default as AiAvatar} from "./ai-avatar";
|
|
354
361
|
export {default as AiAssistant} from "./ai-assistant";
|
|
355
362
|
export {default as AiAssistantFilled} from "./ai-assistant-filled";
|
|
356
363
|
export {default as Add} from "./add";
|
|
357
|
-
export {default as AddReactions} from "./add-reactions";
|
|
358
|
-
export {default as AddIntegration} from "./add-integration";
|
|
359
|
-
export {default as AddGroup} from "./add-group";
|
|
360
|
-
export {default as AddDatabase} from "./add-database";
|
|
361
364
|
export {default as AddCompact} from "./add-compact";
|
|
362
365
|
export {default as AddBefore} from "./add-before";
|
|
363
366
|
export {default as AddAfter} from "./add-after";
|
|
@@ -366,91 +369,3 @@ export {default as ActivityLog} from "./activity-log";
|
|
|
366
369
|
export {default as ActivityFilled} from "./activity-filled";
|
|
367
370
|
export {default as AccessTemplate} from "./access-template";
|
|
368
371
|
export {default as Abort} from "./abort";
|
|
369
|
-
export {default as UnitsSnippet} from "./units-snippet";
|
|
370
|
-
export {default as UnitsRichText} from "./units-rich-text";
|
|
371
|
-
export {default as UnitsProgressBar} from "./units-progress-bar";
|
|
372
|
-
export {default as UnitsInput} from "./units-input";
|
|
373
|
-
export {default as UnitsField} from "./units-field";
|
|
374
|
-
export {default as UnitsFieldIconButton} from "./units-field-icon-button";
|
|
375
|
-
export {default as UnitsDbIcon} from "./units-db-icon";
|
|
376
|
-
export {default as UnitsDbBadgeFull} from "./units-db-badge-full";
|
|
377
|
-
export {default as UnitsDbBadgeAbbr} from "./units-db-badge-abbr";
|
|
378
|
-
export {default as UnitsDate} from "./units-date";
|
|
379
|
-
export {default as UnitsCounter} from "./units-counter";
|
|
380
|
-
export {default as UnitsCollection} from "./units-collection";
|
|
381
|
-
export {default as UnitsAvatar} from "./units-avatar";
|
|
382
|
-
export {default as TypeUrl} from "./type-url";
|
|
383
|
-
export {default as TypeText} from "./type-text";
|
|
384
|
-
export {default as TypeSingleSelect} from "./type-single-select";
|
|
385
|
-
export {default as TypeRule} from "./type-rule";
|
|
386
|
-
export {default as TypeRichText} from "./type-rich-text";
|
|
387
|
-
export {default as TypeRelation} from "./type-relation";
|
|
388
|
-
export {default as TypePhone} from "./type-phone";
|
|
389
|
-
export {default as TypePercent} from "./type-percent";
|
|
390
|
-
export {default as TypeNumber} from "./type-number";
|
|
391
|
-
export {default as TypeMultiSelect} from "./type-multi-select";
|
|
392
|
-
export {default as TypeMoney} from "./type-money";
|
|
393
|
-
export {default as TypeLookup} from "./type-lookup";
|
|
394
|
-
export {default as TypeLocation} from "./type-location";
|
|
395
|
-
export {default as TypeId} from "./type-id";
|
|
396
|
-
export {default as TypeFunction} from "./type-function";
|
|
397
|
-
export {default as TypeFormula} from "./type-formula";
|
|
398
|
-
export {default as TypeEmoji} from "./type-emoji";
|
|
399
|
-
export {default as TypeEmail} from "./type-email";
|
|
400
|
-
export {default as TypeDate} from "./type-date";
|
|
401
|
-
export {default as TypeCheckbox} from "./type-checkbox";
|
|
402
|
-
export {default as TypeButton} from "./type-button";
|
|
403
|
-
export {default as TypeBoolean} from "./type-boolean";
|
|
404
|
-
export {default as RicheditorUnlink} from "./richeditor-unlink";
|
|
405
|
-
export {default as RicheditorOpenLink} from "./richeditor-open-link";
|
|
406
|
-
export {default as IntegrationsIntegrationZendeskColor} from "./integrations-integration-zendesk-color";
|
|
407
|
-
export {default as IntegrationsIntegrationSlackColor} from "./integrations-integration-slack-color";
|
|
408
|
-
export {default as IntegrationsIntegrationIntercomColor} from "./integrations-integration-intercom-color";
|
|
409
|
-
export {default as IntegrationsIntegrationDiscourseColor} from "./integrations-integration-discourse-color";
|
|
410
|
-
export {default as ExtensionWorkflow} from "./extension-workflow";
|
|
411
|
-
export {default as ExtensionReferences} from "./extension-references";
|
|
412
|
-
export {default as ExtensionFiles} from "./extension-files";
|
|
413
|
-
export {default as ExtensionComments} from "./extension-comments";
|
|
414
|
-
export {default as ExtensionAvatar} from "./extension-avatar";
|
|
415
|
-
export {default as ExtensionAssignments} from "./extension-assignments";
|
|
416
|
-
export {default as RicheditorVideoUpload} from "./richeditor-video-upload";
|
|
417
|
-
export {default as RicheditorTableCreate} from "./richeditor-table-create";
|
|
418
|
-
export {default as RicheditorMarkUnderline} from "./richeditor-mark-underline";
|
|
419
|
-
export {default as RicheditorMarkTextBackgroundColor} from "./richeditor-mark-text-background-color";
|
|
420
|
-
export {default as RicheditorMarkStrong} from "./richeditor-mark-strong";
|
|
421
|
-
export {default as RicheditorMarkStrike} from "./richeditor-mark-strike";
|
|
422
|
-
export {default as RicheditorMarkHighlight} from "./richeditor-mark-highlight";
|
|
423
|
-
export {default as RicheditorMarkEm} from "./richeditor-mark-em";
|
|
424
|
-
export {default as RicheditorMarkCode} from "./richeditor-mark-code";
|
|
425
|
-
export {default as RicheditorLinkedhighlightCreate} from "./richeditor-linkedhighlight-create";
|
|
426
|
-
export {default as RicheditorLinkCreate} from "./richeditor-link-create";
|
|
427
|
-
export {default as RicheditorImageZoom} from "./richeditor-image-zoom";
|
|
428
|
-
export {default as RicheditorImageWrapRight} from "./richeditor-image-wrap-right";
|
|
429
|
-
export {default as RicheditorImageWrapLeft} from "./richeditor-image-wrap-left";
|
|
430
|
-
export {default as RicheditorImageWrapCenter} from "./richeditor-image-wrap-center";
|
|
431
|
-
export {default as RicheditorImageUpload} from "./richeditor-image-upload";
|
|
432
|
-
export {default as RicheditorImageAlignRight} from "./richeditor-image-align-right";
|
|
433
|
-
export {default as RicheditorImageAlignLeft} from "./richeditor-image-align-left";
|
|
434
|
-
export {default as RicheditorImageAlignCenter} from "./richeditor-image-align-center";
|
|
435
|
-
export {default as RicheditorEntityLinkCreate} from "./richeditor-entity-link-create";
|
|
436
|
-
export {default as RicheditorCommentCreate} from "./richeditor-comment-create";
|
|
437
|
-
export {default as RicheditorListUnindent} from "./richeditor-list-unindent";
|
|
438
|
-
export {default as RicheditorListOrdered} from "./richeditor-list-ordered";
|
|
439
|
-
export {default as RicheditorListIndent} from "./richeditor-list-indent";
|
|
440
|
-
export {default as RicheditorListBullet} from "./richeditor-list-bullet";
|
|
441
|
-
export {default as RicheditorBlockQuote} from "./richeditor-block-quote";
|
|
442
|
-
export {default as RicheditorBlockParagraph} from "./richeditor-block-paragraph";
|
|
443
|
-
export {default as RicheditorBlockMention} from "./richeditor-block-mention";
|
|
444
|
-
export {default as RicheditorBlockH4} from "./richeditor-block-h4";
|
|
445
|
-
export {default as RicheditorBlockH3} from "./richeditor-block-h3";
|
|
446
|
-
export {default as RicheditorBlockH2} from "./richeditor-block-h2";
|
|
447
|
-
export {default as RicheditorBlockH1} from "./richeditor-block-h1";
|
|
448
|
-
export {default as RicheditorBlockFile} from "./richeditor-block-file";
|
|
449
|
-
export {default as RicheditorBlockEntity} from "./richeditor-block-entity";
|
|
450
|
-
export {default as RicheditorBlockEmbed} from "./richeditor-block-embed";
|
|
451
|
-
export {default as RicheditorBlockCode} from "./richeditor-block-code";
|
|
452
|
-
export {default as RicheditorBlockCallout} from "./richeditor-block-callout";
|
|
453
|
-
export {default as RicheditorHistoryUndo} from "./richeditor-history-undo";
|
|
454
|
-
export {default as RicheditorHistoryRedo} from "./richeditor-history-redo";
|
|
455
|
-
export {default as RicheditorChecklistCreate} from "./richeditor-checklist-create";
|
|
456
|
-
export {default as RicheditorActionsMore} from "./richeditor-actions-more";
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
|
-
* @see import("../svg/add
|
|
4
|
+
* @see import("../svg/integration-add.svg")
|
|
5
5
|
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import {forwardRef} from "react";
|
|
9
|
-
import
|
|
9
|
+
import IntegrationAddSvg from "../ast/integration-add";
|
|
10
10
|
import {Icon} from "../icon";
|
|
11
11
|
import type {IconBaseProps} from "../types";
|
|
12
12
|
|
|
13
|
-
const
|
|
13
|
+
const IntegrationAdd = forwardRef<SVGSVGElement, IconBaseProps>(function IntegrationAdd(
|
|
14
14
|
props: IconBaseProps,
|
|
15
15
|
ref: React.Ref<SVGSVGElement>
|
|
16
|
-
) {return <Icon {...props} className={props.className} ref={ref} icon={
|
|
16
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={IntegrationAddSvg} />});
|
|
17
17
|
|
|
18
|
-
export default
|
|
18
|
+
export default IntegrationAdd;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated. Do not edit manually.
|
|
3
|
+
*
|
|
4
|
+
* @see import("../svg/integration-discourse.svg")
|
|
5
|
+
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import {forwardRef} from "react";
|
|
9
|
+
import IntegrationDiscourseSvg from "../ast/integration-discourse";
|
|
10
|
+
import {Icon} from "../icon";
|
|
11
|
+
import type {IconBaseProps} from "../types";
|
|
12
|
+
|
|
13
|
+
const IntegrationDiscourse = forwardRef<SVGSVGElement, IconBaseProps>(function IntegrationDiscourse(
|
|
14
|
+
props: IconBaseProps,
|
|
15
|
+
ref: React.Ref<SVGSVGElement>
|
|
16
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={IntegrationDiscourseSvg} />});
|
|
17
|
+
|
|
18
|
+
export default IntegrationDiscourse;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated. Do not edit manually.
|
|
3
|
+
*
|
|
4
|
+
* @see import("../svg/integration-fibery.svg")
|
|
5
|
+
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import {forwardRef} from "react";
|
|
9
|
+
import IntegrationFiberySvg from "../ast/integration-fibery";
|
|
10
|
+
import {Icon} from "../icon";
|
|
11
|
+
import type {IconBaseProps} from "../types";
|
|
12
|
+
|
|
13
|
+
const IntegrationFibery = forwardRef<SVGSVGElement, IconBaseProps>(function IntegrationFibery(
|
|
14
|
+
props: IconBaseProps,
|
|
15
|
+
ref: React.Ref<SVGSVGElement>
|
|
16
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={IntegrationFiberySvg} />});
|
|
17
|
+
|
|
18
|
+
export default IntegrationFibery;
|