@fibery/ui-kit 1.37.0 → 1.38.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -0
- package/config/jest/testFrameworkSetup.js +1 -1
- package/package.json +20 -16
- package/src/abbreviate-name.ts +42 -0
- package/src/actions-menu/actions-menu-item.tsx +32 -11
- package/src/actions-menu/actions-menu-props.tsx +5 -0
- package/src/actions-menu/actions-menu-sub-command-menu.tsx +7 -4
- package/src/actions-menu/actions-menu-sub-menu.tsx +9 -3
- package/src/actions-menu/actions-menu.tsx +28 -9
- package/src/actions-menu/context-actions-menu.tsx +22 -0
- package/src/actions-panel.tsx +12 -2
- package/src/animated-height-container.tsx +24 -5
- package/src/antd/ant-upload.tsx +1 -1
- package/src/antd/input.tsx +4 -0
- package/src/avatar.tsx +1 -27
- package/src/axis-header.tsx +136 -76
- package/src/box.tsx +1 -1
- package/src/breadcrumb.tsx +78 -0
- package/src/button/actions-button-compact.tsx +4 -1
- package/src/button/base-button.tsx +7 -3
- package/src/button/button-group.tsx +1 -1
- package/src/button/button.tsx +33 -1
- package/src/button/icon-button.tsx +10 -1
- package/src/button/select-button.tsx +4 -0
- package/src/card-container.tsx +10 -6
- package/src/checkbox.tsx +17 -0
- package/src/collapsible-section.tsx +3 -1
- package/src/color-picker/swatch.tsx +1 -0
- package/src/command-menu/index.tsx +3 -3
- package/src/context-menu/index.tsx +10 -1
- package/src/date-picker/autocomplete.tsx +11 -5
- package/src/date-picker/date-range-input.tsx +5 -1
- package/src/date-picker/date-range-picker-popup-content.tsx +31 -13
- package/src/date-picker/date-range-picker.tsx +6 -3
- package/src/date-picker/relative-date-picker.tsx +6 -2
- package/src/date-picker/single-date-input.tsx +5 -1
- package/src/date-picker/single-date-picker.tsx +8 -5
- package/src/date-picker/styles.ts +52 -26
- package/src/date-picker/types.ts +3 -1
- package/src/day-select/day-select.tsx +21 -75
- package/src/day-select/iso-week-day-select.tsx +1 -1
- package/src/day-select/mount-day-select.tsx +2 -2
- package/src/day-select/week-day-select.tsx +1 -5
- package/src/design-system.ts +45 -12
- package/src/dropdown-menu/index.tsx +19 -2
- package/src/emoji-picker/app-icon-picker.tsx +6 -4
- package/src/emoji-picker/emoji-picker-preview-footer.tsx +5 -1
- package/src/emoji-picker/emoji-picker.tsx +3 -0
- package/src/emoji-picker/emoji.tsx +5 -3
- package/src/emoji-picker/icon-emoji-picker.tsx +10 -1
- package/src/emoji-picker/primitives/emoji.tsx +49 -51
- package/src/emoji-picker/primitives/footer.tsx +5 -0
- package/src/emoji-picker/primitives/search.tsx +8 -0
- package/src/emoji-picker/primitives/skin-tone.tsx +12 -1
- package/src/emoji-picker/use-responsive-emoji-size.ts +11 -0
- package/src/emoji-picker/utils/emoji-set.ts +2 -1
- package/src/empty-state/empty-state.tsx +6 -0
- package/src/fibermoji-placeholder.tsx +1 -27
- package/src/field-icon.tsx +4 -1
- package/src/file-item-2.tsx +408 -0
- package/src/file-item.tsx +215 -47
- package/src/header-layout.tsx +11 -0
- package/src/html-styles.ts +21 -4
- package/src/icons/ast/ActivityFilled.ts +8 -0
- package/src/icons/ast/AiAssistantFilled.ts +8 -0
- package/src/icons/ast/Back.ts +1 -1
- package/src/icons/ast/CollapseAllHorizontal.ts +8 -0
- package/src/icons/ast/DateRange.ts +1 -1
- package/src/icons/ast/EntityCreateFilled.ts +8 -0
- package/src/icons/ast/ExpandAllHorizontal.ts +8 -0
- package/src/icons/ast/ExtensionFiles.ts +1 -1
- package/src/icons/ast/FileUpload.ts +1 -1
- package/src/icons/ast/GlobeUnpublish.ts +8 -0
- package/src/icons/ast/HomeFilled.ts +8 -0
- package/src/icons/ast/KeyboardHideDown.ts +8 -0
- package/src/icons/ast/LayoutMultiple.ts +8 -0
- package/src/icons/ast/RicheditorHistoryRedo.ts +1 -1
- package/src/icons/ast/RicheditorHistoryUndo.ts +1 -1
- package/src/icons/ast/SearchFilled.ts +8 -0
- package/src/icons/ast/SettingsFilled.ts +8 -0
- package/src/icons/ast/SlideMenuFilled.ts +8 -0
- package/src/icons/ast/SwitchToMention.ts +8 -0
- package/src/icons/ast/SwitchToText.ts +8 -0
- package/src/icons/ast/SwitchToWidget.ts +8 -0
- package/src/icons/ast/TypeDate.ts +1 -1
- package/src/icons/ast/ViewGallery.ts +8 -0
- package/src/icons/ast/index.tsx +16 -0
- package/src/icons/react/ActivityFilled.tsx +13 -0
- package/src/icons/react/AiAssistantFilled.tsx +13 -0
- package/src/icons/react/CollapseAllHorizontal.tsx +13 -0
- package/src/icons/react/EntityCreateFilled.tsx +13 -0
- package/src/icons/react/ExpandAllHorizontal.tsx +13 -0
- package/src/icons/react/GlobeUnpublish.tsx +13 -0
- package/src/icons/react/HomeFilled.tsx +13 -0
- package/src/icons/react/KeyboardHideDown.tsx +13 -0
- package/src/icons/react/LayoutMultiple.tsx +13 -0
- package/src/icons/react/SearchFilled.tsx +13 -0
- package/src/icons/react/SettingsFilled.tsx +13 -0
- package/src/icons/react/SlideMenuFilled.tsx +13 -0
- package/src/icons/react/SwitchToMention.tsx +13 -0
- package/src/icons/react/SwitchToText.tsx +13 -0
- package/src/icons/react/SwitchToWidget.tsx +13 -0
- package/src/icons/react/ViewGallery.tsx +13 -0
- package/src/icons/react/index.tsx +16 -0
- package/src/icons/svg/activity-filled.svg +4 -0
- package/src/icons/svg/ai-assistant-filled.svg +3 -0
- package/src/icons/svg/back.svg +3 -1
- package/src/icons/svg/collapse-all-horizontal.svg +3 -0
- package/src/icons/svg/date-range.svg +3 -3
- package/src/icons/svg/entity-create-filled.svg +4 -0
- package/src/icons/svg/expand-all-horizontal.svg +3 -0
- package/src/icons/svg/extension/files.svg +3 -1
- package/src/icons/svg/file-upload.svg +3 -6
- package/src/icons/svg/globe-unpublish.svg +4 -0
- package/src/icons/svg/home-filled.svg +3 -0
- package/src/icons/svg/keyboard-hide-down.svg +1 -0
- package/src/icons/svg/layout-multiple.svg +3 -0
- package/src/icons/svg/richeditor/history/redo.svg +3 -2
- package/src/icons/svg/richeditor/history/undo.svg +3 -2
- package/src/icons/svg/search-filled.svg +3 -0
- package/src/icons/svg/settings-filled.svg +3 -0
- package/src/icons/svg/slide-menu-filled.svg +1 -0
- package/src/icons/svg/switch-to-mention.svg +3 -0
- package/src/icons/svg/switch-to-text.svg +4 -0
- package/src/icons/svg/switch-to-widget.svg +4 -0
- package/src/icons/svg/type/date.svg +3 -2
- package/src/icons/svg/view-gallery.svg +4 -0
- package/src/images-gallery/images-gallery-fall-through-provider.tsx +11 -0
- package/src/images-gallery/images-gallery.tsx +257 -0
- package/src/images-gallery/zoom.tsx +123 -0
- package/src/images-gallery-2/images-gallery-2.tsx +442 -0
- package/src/images-gallery-2/slide-buttons.tsx +230 -0
- package/src/images-gallery-2/zoom.tsx +35 -0
- package/src/is-in-popup.ts +1 -1
- package/src/kbd.tsx +46 -0
- package/src/layout-styles.ts +21 -1
- package/src/lists/actions-menu-row-surface.tsx +3 -1
- package/src/lists/list-row-surface.tsx +7 -1
- package/src/mobile-keyboard-aware-popup.tsx +87 -0
- package/src/mobile-styles.ts +8 -0
- package/src/modal-menu/contexts/modal-menu-context.tsx +22 -0
- package/src/modal-menu/contexts/modal-submenu-context.tsx +16 -0
- package/src/modal-menu/index.tsx +14 -0
- package/src/modal-menu/modal-menu-content.tsx +68 -0
- package/src/modal-menu/modal-menu-group.tsx +10 -0
- package/src/modal-menu/modal-menu-item.tsx +45 -0
- package/src/modal-menu/modal-menu-label.tsx +24 -0
- package/src/modal-menu/modal-menu-root.tsx +57 -0
- package/src/modal-menu/modal-menu-separator.tsx +14 -0
- package/src/modal-menu/modal-menu-trigger.tsx +54 -0
- package/src/modal-menu/modal-submenu-content.tsx +49 -0
- package/src/modal-menu/modal-submenu-trigger.tsx +34 -0
- package/src/modal-menu/modal-submenu.tsx +17 -0
- package/src/notification-dot.tsx +16 -7
- package/src/online-users.tsx +3 -3
- package/src/palette.ts +1 -1
- package/src/platform-symbols.ts +9 -0
- package/src/platform.ts +2 -0
- package/src/popover/index.tsx +710 -0
- package/src/popover/mobile-popup-context.tsx +29 -0
- package/src/{popup → popover}/modifiers.tsx +25 -25
- package/src/{popup → popover}/popup-modifiers-context.ts +3 -3
- package/src/reactions/reaction-button.tsx +342 -135
- package/src/reactions/reaction-picker.tsx +51 -44
- package/src/reactions/reactions.tsx +11 -1
- package/src/reactions/tootltip.tsx +55 -0
- package/src/rich-text-embed-error.tsx +2 -1
- package/src/select/components/group-heading.tsx +8 -0
- package/src/select/components/menu-list-virtualized.tsx +6 -2
- package/src/select/components/option.tsx +4 -0
- package/src/select/index.tsx +8 -4
- package/src/select/select-control-settings-context.tsx +11 -2
- package/src/select/select-in-popover.tsx +30 -39
- package/src/select/styles.ts +21 -1
- package/src/tab-nav/tab-nav.tsx +36 -10
- package/src/toast/primitives.tsx +8 -1
- package/src/toggle-button/round-toggle-button.tsx +23 -0
- package/src/toggle-button/toggle-button-group.tsx +34 -0
- package/src/toggle-button/toggle-button.tsx +164 -0
- package/src/toggle.tsx +11 -3
- package/src/tooltip.tsx +29 -20
- package/src/type-badge.tsx +5 -2
- package/src/unit/styles.ts +2 -2
- package/src/unit/unit-with-tooltip.tsx +1 -1
- package/src/use-is-phone.tsx +50 -4
- package/src/use-is-support-hover.ts +1 -1
- package/src/use-on-screen-keyboard-data.tsx +66 -0
- package/src/workflow-progress-icon.tsx +16 -22
- package/src/popup/index.tsx +0 -383
- package/src/shortcut-badge.tsx +0 -29
- /package/src/{popup → popover}/popup-stack-context.tsx +0 -0
- /package/src/{popup → popover}/reference.ts +0 -0
- /package/src/{popup → popover}/styles.ts +0 -0
- /package/src/{popup → popover}/use-click-outside.ts +0 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const SlideMenuFilled: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"clipRule":"evenodd","d":"M18 5.75A2.75 2.75 0 0 0 15.25 3H4.75A2.75 2.75 0 0 0 2 5.75v8.5A2.75 2.75 0 0 0 4.75 17h10.5A2.75 2.75 0 0 0 18 14.25zM7 4.5c.69 0 1.25.56 1.25 1.25v8.5c0 .69-.56 1.25-1.25 1.25H4.75c-.69 0-1.25-.56-1.25-1.25v-8.5c0-.69.56-1.25 1.25-1.25z","fillRule":"evenodd"},"children":[]}],"metadata":""}]},"name":"slide-menu-filled"};
|
|
7
|
+
|
|
8
|
+
export default SlideMenuFilled;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const SwitchToMention: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M2 12.75A2.25 2.25 0 0 0 4.25 15h11.5A2.25 2.25 0 0 0 18 12.75v-5.5A2.25 2.25 0 0 0 15.75 5H4.25A2.25 2.25 0 0 0 2 7.25v5.5Zm1.5 0c0 .414.336.75.75.75h11.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75H4.25a.75.75 0 0 0-.75.75v5.5Zm6.75-3.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5ZM6 8.5a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1H6Z"},"children":[]}],"metadata":""}]},"name":"switch-to-mention"};
|
|
7
|
+
|
|
8
|
+
export default SwitchToMention;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const SwitchToText: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M6.75 7.25c.305 0 .581.185.696.468l3.25 8a.751.751 0 0 1-1.39.564l-.623-1.532H4.318l-.622 1.532a.751.751 0 0 1-1.39-.564l3.25-8a.75.75 0 0 1 .694-.468h.5Zm-1.823 6h3.147L6.5 9.378 4.927 13.25Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M12.14 2.2a.7.7 0 0 1 .702.713.69.69 0 0 1-.224.508l-.948.93-.117.093.316-.01h2.489c.95 0 1.786.297 2.388.851.603.556.954 1.355.954 2.326 0 .967-.354 1.77-.957 2.328-.602.558-1.44.86-2.385.86h-1.114a.785.785 0 0 1-.518-.173.663.663 0 0 1-.224-.519c0-.211.078-.393.217-.52a.743.743 0 0 1 .505-.183h1.134c.575 0 1.053-.183 1.385-.497.33-.312.533-.77.533-1.355 0-.561-.204-.988-.534-1.277-.334-.29-.814-.456-1.384-.456h-2.495l-.293-.01 1.058 1.023a.696.696 0 0 1 .214.508.698.698 0 0 1-.692.713.698.698 0 0 1-.513-.21l-.002-.001-2.087-2.143a.794.794 0 0 1 0-1.156l2.085-2.12c.137-.149.3-.223.507-.223Z"},"children":[]}],"metadata":""}]},"name":"switch-to-text"};
|
|
7
|
+
|
|
8
|
+
export default SwitchToText;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const SwitchToWidget: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{},"children":[{"type":"element","tagName":"path","properties":{"d":"M14.166 5.639a.75.75 0 0 1 .75.75v3.333a.75.75 0 0 1-.75.75H5.833a.75.75 0 0 1-.75-.75V6.389a.75.75 0 0 1 .75-.75h8.333Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M15.277 2.306a2.973 2.973 0 0 1 2.973 2.972v9.445a2.972 2.972 0 0 1-2.973 2.971H4.723a2.972 2.972 0 0 1-2.97-2.82l-.003-.152V5.278a2.973 2.973 0 0 1 2.973-2.972h10.554Zm-10.554 1.5c-.813 0-1.473.66-1.473 1.472v9.445l.008.15a1.472 1.472 0 0 0 1.465 1.321h10.554c.813 0 1.473-.658 1.473-1.471V5.277c0-.813-.66-1.472-1.473-1.472H4.723Z"},"children":[]}],"metadata":""}]},"name":"switch-to-widget"};
|
|
7
|
+
|
|
8
|
+
export default SwitchToWidget;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const TypeDate: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M15.6
|
|
6
|
+
const TypeDate: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"height":20,"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M15.6 3H14V1.804a.8.8 0 0 0-1.6 0V3H7.6V1.804a.8.8 0 0 0-1.6 0V3H4.4A2.4 2.4 0 0 0 2 5.4v9.2A2.4 2.4 0 0 0 4.4 17h11.2a2.4 2.4 0 0 0 2.4-2.4V5.4A2.4 2.4 0 0 0 15.6 3Zm.566 12.166a.8.8 0 0 0 .234-.566V9H3.6v5.6a.8.8 0 0 0 .8.8h11.2a.8.8 0 0 0 .566-.234ZM3.6 7.4h12.8v-2a.8.8 0 0 0-.8-.8H4.4a.8.8 0 0 0-.8.8v2Z"},"children":[]}],"metadata":""}]},"name":"type-date"};
|
|
7
7
|
|
|
8
8
|
export default TypeDate;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ViewGallery: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M7.5 11A1.5 1.5 0 0 1 9 12.5v2A1.5 1.5 0 0 1 7.5 16h-2A1.5 1.5 0 0 1 4 14.5v-2A1.5 1.5 0 0 1 5.5 11h2Zm7 0a1.5 1.5 0 0 1 1.5 1.5v2a1.5 1.5 0 0 1-1.5 1.5h-2a1.5 1.5 0 0 1-1.5-1.5v-2a1.5 1.5 0 0 1 1.5-1.5h2Zm-7-7A1.5 1.5 0 0 1 9 5.5v2A1.5 1.5 0 0 1 7.5 9h-2A1.5 1.5 0 0 1 4 7.5v-2A1.5 1.5 0 0 1 5.5 4h2Zm7 0A1.5 1.5 0 0 1 16 5.5v2A1.5 1.5 0 0 1 14.5 9h-2A1.5 1.5 0 0 1 11 7.5v-2A1.5 1.5 0 0 1 12.5 4h2Z"},"children":[]}],"metadata":""}]},"name":"view-gallery"};
|
|
7
|
+
|
|
8
|
+
export default ViewGallery;
|
package/src/icons/ast/index.tsx
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
export { default as Abort } from './Abort';
|
|
3
3
|
export { default as AccessTemplate } from './AccessTemplate';
|
|
4
|
+
export { default as ActivityFilled } from './ActivityFilled';
|
|
4
5
|
export { default as ActivityLog } from './ActivityLog';
|
|
5
6
|
export { default as Activity } from './Activity';
|
|
6
7
|
export { default as AddAfter } from './AddAfter';
|
|
@@ -11,6 +12,7 @@ export { default as AddGroup } from './AddGroup';
|
|
|
11
12
|
export { default as AddIntegration } from './AddIntegration';
|
|
12
13
|
export { default as AddReactions } from './AddReactions';
|
|
13
14
|
export { default as Add } from './Add';
|
|
15
|
+
export { default as AiAssistantFilled } from './AiAssistantFilled';
|
|
14
16
|
export { default as AiAssistant } from './AiAssistant';
|
|
15
17
|
export { default as AiAvatar } from './AiAvatar';
|
|
16
18
|
export { default as AiFiberyBuild } from './AiFiberyBuild';
|
|
@@ -73,6 +75,7 @@ export { default as ClockAlarm } from './ClockAlarm';
|
|
|
73
75
|
export { default as ClockForward } from './ClockForward';
|
|
74
76
|
export { default as Clock } from './Clock';
|
|
75
77
|
export { default as Close } from './Close';
|
|
78
|
+
export { default as CollapseAllHorizontal } from './CollapseAllHorizontal';
|
|
76
79
|
export { default as CollapseAll } from './CollapseAll';
|
|
77
80
|
export { default as ColorCodingFilled } from './ColorCodingFilled';
|
|
78
81
|
export { default as ColorCoding } from './ColorCoding';
|
|
@@ -104,9 +107,11 @@ export { default as DynamicFilterValue } from './DynamicFilterValue';
|
|
|
104
107
|
export { default as EditValue } from './EditValue';
|
|
105
108
|
export { default as Email } from './Email';
|
|
106
109
|
export { default as EmojiDelete } from './EmojiDelete';
|
|
110
|
+
export { default as EntityCreateFilled } from './EntityCreateFilled';
|
|
107
111
|
export { default as EntityCreate } from './EntityCreate';
|
|
108
112
|
export { default as EntityMerge } from './EntityMerge';
|
|
109
113
|
export { default as Equation } from './Equation';
|
|
114
|
+
export { default as ExpandAllHorizontal } from './ExpandAllHorizontal';
|
|
110
115
|
export { default as ExpandAll } from './ExpandAll';
|
|
111
116
|
export { default as Export } from './Export';
|
|
112
117
|
export { default as ExtensionAssignments } from './ExtensionAssignments';
|
|
@@ -140,6 +145,7 @@ export { default as Gift } from './Gift';
|
|
|
140
145
|
export { default as Github } from './Github';
|
|
141
146
|
export { default as Gitlab } from './Gitlab';
|
|
142
147
|
export { default as GlobeSimple } from './GlobeSimple';
|
|
148
|
+
export { default as GlobeUnpublish } from './GlobeUnpublish';
|
|
143
149
|
export { default as Globe } from './Globe';
|
|
144
150
|
export { default as GoTo } from './GoTo';
|
|
145
151
|
export { default as GoogleDrive } from './GoogleDrive';
|
|
@@ -150,6 +156,7 @@ export { default as Headphones } from './Headphones';
|
|
|
150
156
|
export { default as Hide } from './Hide';
|
|
151
157
|
export { default as Highlights } from './Highlights';
|
|
152
158
|
export { default as Hint } from './Hint';
|
|
159
|
+
export { default as HomeFilled } from './HomeFilled';
|
|
153
160
|
export { default as Home } from './Home';
|
|
154
161
|
export { default as ImageXmark } from './ImageXmark';
|
|
155
162
|
export { default as ImportFilled } from './ImportFilled';
|
|
@@ -167,8 +174,10 @@ export { default as ItemsTimeline } from './ItemsTimeline';
|
|
|
167
174
|
export { default as Items } from './Items';
|
|
168
175
|
export { default as Jira } from './Jira';
|
|
169
176
|
export { default as Key } from './Key';
|
|
177
|
+
export { default as KeyboardHideDown } from './KeyboardHideDown';
|
|
170
178
|
export { default as Lab } from './Lab';
|
|
171
179
|
export { default as LayoutDouble } from './LayoutDouble';
|
|
180
|
+
export { default as LayoutMultiple } from './LayoutMultiple';
|
|
172
181
|
export { default as LayoutSingle } from './LayoutSingle';
|
|
173
182
|
export { default as LeftPanel } from './LeftPanel';
|
|
174
183
|
export { default as LevelPlus } from './LevelPlus';
|
|
@@ -283,6 +292,7 @@ export { default as RightPanel } from './RightPanel';
|
|
|
283
292
|
export { default as Rows } from './Rows';
|
|
284
293
|
export { default as RuleScheduled } from './RuleScheduled';
|
|
285
294
|
export { default as SearchAdd } from './SearchAdd';
|
|
295
|
+
export { default as SearchFilled } from './SearchFilled';
|
|
286
296
|
export { default as SearchRemove } from './SearchRemove';
|
|
287
297
|
export { default as Search } from './Search';
|
|
288
298
|
export { default as SelfReferenceOff } from './SelfReferenceOff';
|
|
@@ -290,6 +300,7 @@ export { default as SelfReferenceOn } from './SelfReferenceOn';
|
|
|
290
300
|
export { default as SendArrow } from './SendArrow';
|
|
291
301
|
export { default as SendBackward } from './SendBackward';
|
|
292
302
|
export { default as SendToBack } from './SendToBack';
|
|
303
|
+
export { default as SettingsFilled } from './SettingsFilled';
|
|
293
304
|
export { default as SettingsOff } from './SettingsOff';
|
|
294
305
|
export { default as Settings } from './Settings';
|
|
295
306
|
export { default as Share } from './Share';
|
|
@@ -303,6 +314,7 @@ export { default as SimpleCompass } from './SimpleCompass';
|
|
|
303
314
|
export { default as SlackIcon } from './SlackIcon';
|
|
304
315
|
export { default as Slack } from './Slack';
|
|
305
316
|
export { default as SlideMenuClose } from './SlideMenuClose';
|
|
317
|
+
export { default as SlideMenuFilled } from './SlideMenuFilled';
|
|
306
318
|
export { default as SlideMenuOpen } from './SlideMenuOpen';
|
|
307
319
|
export { default as SlideMenu } from './SlideMenu';
|
|
308
320
|
export { default as SmartFolder } from './SmartFolder';
|
|
@@ -317,6 +329,9 @@ export { default as SpaceTemplate } from './SpaceTemplate';
|
|
|
317
329
|
export { default as Spinner } from './Spinner';
|
|
318
330
|
export { default as Success } from './Success';
|
|
319
331
|
export { default as SuggestIntegration } from './SuggestIntegration';
|
|
332
|
+
export { default as SwitchToMention } from './SwitchToMention';
|
|
333
|
+
export { default as SwitchToText } from './SwitchToText';
|
|
334
|
+
export { default as SwitchToWidget } from './SwitchToWidget';
|
|
320
335
|
export { default as TableLayout } from './TableLayout';
|
|
321
336
|
export { default as Template } from './Template';
|
|
322
337
|
export { default as TemplatesFilled } from './TemplatesFilled';
|
|
@@ -382,6 +397,7 @@ export { default as ViewDetails } from './ViewDetails';
|
|
|
382
397
|
export { default as ViewDocument } from './ViewDocument';
|
|
383
398
|
export { default as ViewFeed } from './ViewFeed';
|
|
384
399
|
export { default as ViewForm } from './ViewForm';
|
|
400
|
+
export { default as ViewGallery } from './ViewGallery';
|
|
385
401
|
export { default as ViewGantt } from './ViewGantt';
|
|
386
402
|
export { default as ViewList } from './ViewList';
|
|
387
403
|
export { default as ViewMap } from './ViewMap';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import ActivityFilledSvg from '../ast/ActivityFilled';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const ActivityFilled = forwardRef<SVGSVGElement, IconBaseProps>(function ActivityFilled(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={ActivityFilledSvg} />});
|
|
12
|
+
|
|
13
|
+
export default ActivityFilled;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import AiAssistantFilledSvg from '../ast/AiAssistantFilled';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const AiAssistantFilled = forwardRef<SVGSVGElement, IconBaseProps>(function AiAssistantFilled(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={AiAssistantFilledSvg} />});
|
|
12
|
+
|
|
13
|
+
export default AiAssistantFilled;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import CollapseAllHorizontalSvg from '../ast/CollapseAllHorizontal';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const CollapseAllHorizontal = forwardRef<SVGSVGElement, IconBaseProps>(function CollapseAllHorizontal(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={CollapseAllHorizontalSvg} />});
|
|
12
|
+
|
|
13
|
+
export default CollapseAllHorizontal;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import EntityCreateFilledSvg from '../ast/EntityCreateFilled';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const EntityCreateFilled = forwardRef<SVGSVGElement, IconBaseProps>(function EntityCreateFilled(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={EntityCreateFilledSvg} />});
|
|
12
|
+
|
|
13
|
+
export default EntityCreateFilled;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import ExpandAllHorizontalSvg from '../ast/ExpandAllHorizontal';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const ExpandAllHorizontal = forwardRef<SVGSVGElement, IconBaseProps>(function ExpandAllHorizontal(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={ExpandAllHorizontalSvg} />});
|
|
12
|
+
|
|
13
|
+
export default ExpandAllHorizontal;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import GlobeUnpublishSvg from '../ast/GlobeUnpublish';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const GlobeUnpublish = forwardRef<SVGSVGElement, IconBaseProps>(function GlobeUnpublish(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={GlobeUnpublishSvg} />});
|
|
12
|
+
|
|
13
|
+
export default GlobeUnpublish;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import HomeFilledSvg from '../ast/HomeFilled';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const HomeFilled = forwardRef<SVGSVGElement, IconBaseProps>(function HomeFilled(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={HomeFilledSvg} />});
|
|
12
|
+
|
|
13
|
+
export default HomeFilled;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import KeyboardHideDownSvg from '../ast/KeyboardHideDown';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const KeyboardHideDown = forwardRef<SVGSVGElement, IconBaseProps>(function KeyboardHideDown(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={KeyboardHideDownSvg} />});
|
|
12
|
+
|
|
13
|
+
export default KeyboardHideDown;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import LayoutMultipleSvg from '../ast/LayoutMultiple';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const LayoutMultiple = forwardRef<SVGSVGElement, IconBaseProps>(function LayoutMultiple(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={LayoutMultipleSvg} />});
|
|
12
|
+
|
|
13
|
+
export default LayoutMultiple;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import SearchFilledSvg from '../ast/SearchFilled';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const SearchFilled = forwardRef<SVGSVGElement, IconBaseProps>(function SearchFilled(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={SearchFilledSvg} />});
|
|
12
|
+
|
|
13
|
+
export default SearchFilled;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import SettingsFilledSvg from '../ast/SettingsFilled';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const SettingsFilled = forwardRef<SVGSVGElement, IconBaseProps>(function SettingsFilled(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={SettingsFilledSvg} />});
|
|
12
|
+
|
|
13
|
+
export default SettingsFilled;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import SlideMenuFilledSvg from '../ast/SlideMenuFilled';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const SlideMenuFilled = forwardRef<SVGSVGElement, IconBaseProps>(function SlideMenuFilled(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={SlideMenuFilledSvg} />});
|
|
12
|
+
|
|
13
|
+
export default SlideMenuFilled;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import SwitchToMentionSvg from '../ast/SwitchToMention';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const SwitchToMention = forwardRef<SVGSVGElement, IconBaseProps>(function SwitchToMention(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={SwitchToMentionSvg} />});
|
|
12
|
+
|
|
13
|
+
export default SwitchToMention;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import SwitchToTextSvg from '../ast/SwitchToText';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const SwitchToText = forwardRef<SVGSVGElement, IconBaseProps>(function SwitchToText(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={SwitchToTextSvg} />});
|
|
12
|
+
|
|
13
|
+
export default SwitchToText;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import SwitchToWidgetSvg from '../ast/SwitchToWidget';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const SwitchToWidget = forwardRef<SVGSVGElement, IconBaseProps>(function SwitchToWidget(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={SwitchToWidgetSvg} />});
|
|
12
|
+
|
|
13
|
+
export default SwitchToWidget;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import ViewGallerySvg from '../ast/ViewGallery';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const ViewGallery = forwardRef<SVGSVGElement, IconBaseProps>(function ViewGallery(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={ViewGallerySvg} />});
|
|
12
|
+
|
|
13
|
+
export default ViewGallery;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
export { default as Abort } from './Abort';
|
|
3
3
|
export { default as AccessTemplate } from './AccessTemplate';
|
|
4
|
+
export { default as ActivityFilled } from './ActivityFilled';
|
|
4
5
|
export { default as ActivityLog } from './ActivityLog';
|
|
5
6
|
export { default as Activity } from './Activity';
|
|
6
7
|
export { default as AddAfter } from './AddAfter';
|
|
@@ -11,6 +12,7 @@ export { default as AddGroup } from './AddGroup';
|
|
|
11
12
|
export { default as AddIntegration } from './AddIntegration';
|
|
12
13
|
export { default as AddReactions } from './AddReactions';
|
|
13
14
|
export { default as Add } from './Add';
|
|
15
|
+
export { default as AiAssistantFilled } from './AiAssistantFilled';
|
|
14
16
|
export { default as AiAssistant } from './AiAssistant';
|
|
15
17
|
export { default as AiAvatar } from './AiAvatar';
|
|
16
18
|
export { default as AiFiberyBuild } from './AiFiberyBuild';
|
|
@@ -73,6 +75,7 @@ export { default as ClockAlarm } from './ClockAlarm';
|
|
|
73
75
|
export { default as ClockForward } from './ClockForward';
|
|
74
76
|
export { default as Clock } from './Clock';
|
|
75
77
|
export { default as Close } from './Close';
|
|
78
|
+
export { default as CollapseAllHorizontal } from './CollapseAllHorizontal';
|
|
76
79
|
export { default as CollapseAll } from './CollapseAll';
|
|
77
80
|
export { default as ColorCodingFilled } from './ColorCodingFilled';
|
|
78
81
|
export { default as ColorCoding } from './ColorCoding';
|
|
@@ -104,9 +107,11 @@ export { default as DynamicFilterValue } from './DynamicFilterValue';
|
|
|
104
107
|
export { default as EditValue } from './EditValue';
|
|
105
108
|
export { default as Email } from './Email';
|
|
106
109
|
export { default as EmojiDelete } from './EmojiDelete';
|
|
110
|
+
export { default as EntityCreateFilled } from './EntityCreateFilled';
|
|
107
111
|
export { default as EntityCreate } from './EntityCreate';
|
|
108
112
|
export { default as EntityMerge } from './EntityMerge';
|
|
109
113
|
export { default as Equation } from './Equation';
|
|
114
|
+
export { default as ExpandAllHorizontal } from './ExpandAllHorizontal';
|
|
110
115
|
export { default as ExpandAll } from './ExpandAll';
|
|
111
116
|
export { default as Export } from './Export';
|
|
112
117
|
export { default as ExtensionAssignments } from './ExtensionAssignments';
|
|
@@ -140,6 +145,7 @@ export { default as Gift } from './Gift';
|
|
|
140
145
|
export { default as Github } from './Github';
|
|
141
146
|
export { default as Gitlab } from './Gitlab';
|
|
142
147
|
export { default as GlobeSimple } from './GlobeSimple';
|
|
148
|
+
export { default as GlobeUnpublish } from './GlobeUnpublish';
|
|
143
149
|
export { default as Globe } from './Globe';
|
|
144
150
|
export { default as GoTo } from './GoTo';
|
|
145
151
|
export { default as GoogleDrive } from './GoogleDrive';
|
|
@@ -150,6 +156,7 @@ export { default as Headphones } from './Headphones';
|
|
|
150
156
|
export { default as Hide } from './Hide';
|
|
151
157
|
export { default as Highlights } from './Highlights';
|
|
152
158
|
export { default as Hint } from './Hint';
|
|
159
|
+
export { default as HomeFilled } from './HomeFilled';
|
|
153
160
|
export { default as Home } from './Home';
|
|
154
161
|
export { default as ImageXmark } from './ImageXmark';
|
|
155
162
|
export { default as ImportFilled } from './ImportFilled';
|
|
@@ -167,8 +174,10 @@ export { default as ItemsTimeline } from './ItemsTimeline';
|
|
|
167
174
|
export { default as Items } from './Items';
|
|
168
175
|
export { default as Jira } from './Jira';
|
|
169
176
|
export { default as Key } from './Key';
|
|
177
|
+
export { default as KeyboardHideDown } from './KeyboardHideDown';
|
|
170
178
|
export { default as Lab } from './Lab';
|
|
171
179
|
export { default as LayoutDouble } from './LayoutDouble';
|
|
180
|
+
export { default as LayoutMultiple } from './LayoutMultiple';
|
|
172
181
|
export { default as LayoutSingle } from './LayoutSingle';
|
|
173
182
|
export { default as LeftPanel } from './LeftPanel';
|
|
174
183
|
export { default as LevelPlus } from './LevelPlus';
|
|
@@ -283,6 +292,7 @@ export { default as RightPanel } from './RightPanel';
|
|
|
283
292
|
export { default as Rows } from './Rows';
|
|
284
293
|
export { default as RuleScheduled } from './RuleScheduled';
|
|
285
294
|
export { default as SearchAdd } from './SearchAdd';
|
|
295
|
+
export { default as SearchFilled } from './SearchFilled';
|
|
286
296
|
export { default as SearchRemove } from './SearchRemove';
|
|
287
297
|
export { default as Search } from './Search';
|
|
288
298
|
export { default as SelfReferenceOff } from './SelfReferenceOff';
|
|
@@ -290,6 +300,7 @@ export { default as SelfReferenceOn } from './SelfReferenceOn';
|
|
|
290
300
|
export { default as SendArrow } from './SendArrow';
|
|
291
301
|
export { default as SendBackward } from './SendBackward';
|
|
292
302
|
export { default as SendToBack } from './SendToBack';
|
|
303
|
+
export { default as SettingsFilled } from './SettingsFilled';
|
|
293
304
|
export { default as SettingsOff } from './SettingsOff';
|
|
294
305
|
export { default as Settings } from './Settings';
|
|
295
306
|
export { default as Share } from './Share';
|
|
@@ -303,6 +314,7 @@ export { default as SimpleCompass } from './SimpleCompass';
|
|
|
303
314
|
export { default as SlackIcon } from './SlackIcon';
|
|
304
315
|
export { default as Slack } from './Slack';
|
|
305
316
|
export { default as SlideMenuClose } from './SlideMenuClose';
|
|
317
|
+
export { default as SlideMenuFilled } from './SlideMenuFilled';
|
|
306
318
|
export { default as SlideMenuOpen } from './SlideMenuOpen';
|
|
307
319
|
export { default as SlideMenu } from './SlideMenu';
|
|
308
320
|
export { default as SmartFolder } from './SmartFolder';
|
|
@@ -317,6 +329,9 @@ export { default as SpaceTemplate } from './SpaceTemplate';
|
|
|
317
329
|
export { default as Spinner } from './Spinner';
|
|
318
330
|
export { default as Success } from './Success';
|
|
319
331
|
export { default as SuggestIntegration } from './SuggestIntegration';
|
|
332
|
+
export { default as SwitchToMention } from './SwitchToMention';
|
|
333
|
+
export { default as SwitchToText } from './SwitchToText';
|
|
334
|
+
export { default as SwitchToWidget } from './SwitchToWidget';
|
|
320
335
|
export { default as TableLayout } from './TableLayout';
|
|
321
336
|
export { default as Template } from './Template';
|
|
322
337
|
export { default as TemplatesFilled } from './TemplatesFilled';
|
|
@@ -382,6 +397,7 @@ export { default as ViewDetails } from './ViewDetails';
|
|
|
382
397
|
export { default as ViewDocument } from './ViewDocument';
|
|
383
398
|
export { default as ViewFeed } from './ViewFeed';
|
|
384
399
|
export { default as ViewForm } from './ViewForm';
|
|
400
|
+
export { default as ViewGallery } from './ViewGallery';
|
|
385
401
|
export { default as ViewGantt } from './ViewGantt';
|
|
386
402
|
export { default as ViewList } from './ViewList';
|
|
387
403
|
export { default as ViewMap } from './ViewMap';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.4006 16.5C12.5919 16.5 12.6883 16.4996 12.7551 16.5498C12.808 16.5897 12.8493 16.6672 12.8537 16.7334C12.8591 16.8168 12.8127 16.8878 12.7199 17.0293C12.1393 17.9149 11.1382 18.5 10.0002 18.5C8.86236 18.4999 7.86185 17.9147 7.28144 17.0293C7.18865 16.8877 7.14221 16.8168 7.14765 16.7334C7.15209 16.6672 7.19333 16.5897 7.24628 16.5498C7.31305 16.4996 7.40939 16.5 7.60077 16.5H12.4006Z" />
|
|
3
|
+
<path d="M10.0002 2C11.5091 2 12.9664 2.5588 14.048 3.56836C15.1314 4.57954 15.7502 5.96311 15.7502 7.41699C15.7502 9.52228 16.2785 10.967 16.8674 11.9307C17.1396 12.3761 17.3513 12.692 17.508 12.9258C17.5307 12.9596 17.552 12.9919 17.5725 13.0225C17.6488 13.1367 17.7264 13.2535 17.7824 13.3545C17.8109 13.4059 17.8467 13.4759 17.8752 13.5557C17.9016 13.6298 17.9417 13.7669 17.9269 13.9355C17.9178 14.0405 17.8959 14.222 17.7922 14.4082C17.6878 14.5954 17.5438 14.7095 17.4572 14.7734C17.3402 14.8598 17.2227 14.8995 17.1584 14.918C17.0852 14.939 17.0134 14.9516 16.9533 14.96C16.8335 14.9767 16.6942 14.9851 16.549 14.9902C16.2687 15.0002 15.8801 15 15.3937 15H4.60663C4.12028 15 3.7317 15.0002 3.45136 14.9902C3.30614 14.9851 3.16688 14.9767 3.04706 14.96C2.98689 14.9516 2.91517 14.939 2.84198 14.918C2.7776 14.8994 2.66014 14.8598 2.54315 14.7734C2.45654 14.7095 2.31249 14.5953 2.20819 14.4082C2.10449 14.2221 2.08261 14.0405 2.07343 13.9355C2.05867 13.7668 2.09973 13.6298 2.12616 13.5557C2.15465 13.4758 2.19039 13.4059 2.21894 13.3545C2.27497 13.2536 2.35164 13.1367 2.42792 13.0225C2.44843 12.9917 2.47055 12.9598 2.49335 12.9258C2.6501 12.692 2.86079 12.3761 3.133 11.9307C3.72193 10.967 4.25013 9.52239 4.25019 7.41699C4.25019 5.96305 4.86989 4.57955 5.95331 3.56836C7.03492 2.55896 8.49141 2.00004 10.0002 2Z" />
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.37381 0.26212C3.24686 -0.0905013 2.74458 -0.0863003 2.6236 0.268402L2.07563 1.87504C2.04294 1.97088 1.96619 2.04537 1.86914 2.07546L0.279212 2.56834C-0.0897432 2.68271 -0.0941999 3.20111 0.272739 3.32176L1.86793 3.84624C1.96381 3.87777 2.03894 3.95278 2.07035 4.04834L2.62221 5.72743C2.74063 6.08774 3.25103 6.09189 3.37535 5.73355L3.96172 4.04334C3.99389 3.95063 4.06741 3.878 4.16077 3.84672L5.72941 3.32104C6.09351 3.19903 6.08902 2.68467 5.72285 2.56898L4.15938 2.07498C4.06487 2.04512 3.98977 1.97305 3.95631 1.88011L3.37381 0.26212ZM2.81151 15.2184C2.70572 14.9246 2.28715 14.9281 2.18633 15.2237L1.72969 16.5625C1.70245 16.6424 1.63849 16.7045 1.55762 16.7295L0.232676 17.1403C-0.074786 17.2356 -0.0784999 17.6676 0.227283 17.7681L1.55661 18.2052C1.63651 18.2315 1.69912 18.294 1.72529 18.3736L2.18517 19.7729C2.28386 20.0731 2.70919 20.0766 2.81279 19.778L3.30144 18.3695C3.32824 18.2922 3.3895 18.2317 3.46731 18.2056L4.77451 17.7675C5.07793 17.6659 5.07419 17.2372 4.76904 17.1408L3.46615 16.7291C3.38739 16.7043 3.32481 16.6442 3.29692 16.5668L2.81151 15.2184ZM11.9948 2.40429C11.6593 1.46842 10.3319 1.47958 10.0122 2.42096L8.54168 6.75071C8.41827 7.11407 8.12852 7.3965 7.76212 7.51057L3.50645 8.83545C2.53138 9.139 2.51961 10.5148 3.48934 10.835L7.76156 12.2457C8.12355 12.3652 8.40721 12.6496 8.52579 13.0119L10.0085 17.5424C10.3215 18.4987 11.6703 18.5097 11.9989 17.5587L13.5761 12.993C13.6975 12.6415 13.9751 12.3662 14.3275 12.2475L18.5303 10.8331C19.4926 10.5093 19.4807 9.14421 18.513 8.83715L14.3265 7.50873C13.9697 7.39551 13.6861 7.12227 13.5598 6.76989L11.9948 2.40429Z" />
|
|
3
|
+
</svg>
|
package/src/icons/svg/back.svg
CHANGED
|
@@ -1,2 +1,4 @@
|
|
|
1
1
|
<?xml version="1.0" standalone="no"?>
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
|
|
3
|
+
<path d="M7.46967 5.21967C7.76256 4.92678 8.23744 4.92678 8.53033 5.21967C8.82322 5.51256 8.82322 5.98744 8.53033 6.28033L5.56066 9.25H16.25C16.6642 9.25 17 9.58579 17 10C17 10.4142 16.6642 10.75 16.25 10.75H5.56066L8.53033 13.7197C8.82322 14.0126 8.82322 14.4874 8.53033 14.7803C8.23744 15.0732 7.76256 15.0732 7.46967 14.7803L3.21967 10.5303C3.07322 10.3839 3 10.1919 3 10C3 9.89831 3.02024 9.80134 3.05691 9.71291C3.09351 9.62445 3.14776 9.54158 3.21967 9.46967L7.46967 5.21967Z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.38138 13.1186C3.06896 13.4311 3.06896 13.9376 3.38138 14.25C3.6938 14.5624 4.20033 14.5624 4.51275 14.25L7.84703 10.6843C8.15953 10.3719 8.15953 9.86535 7.84703 9.55295L4.51276 5.98724C4.20034 5.67484 3.69381 5.67484 3.38139 5.98724C3.06897 6.29964 3.06897 6.80624 3.38139 7.11864L6.15003 10.1186L3.38138 13.1186ZM16.6186 7.11864C16.9311 6.80624 16.9311 6.29964 16.6186 5.98724C16.3062 5.67484 15.7997 5.67484 15.4873 5.98724L11.9157 9.55295C11.6033 9.86535 11.6033 10.3719 11.9157 10.6843L15.4873 14.25C15.7997 14.5624 16.3062 14.5624 16.6186 14.25C16.9311 13.9376 16.9311 13.4311 16.6186 13.1186L13.6127 10.1186L16.6186 7.11864Z" fill="black"/>
|
|
3
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
3
|
-
d="
|
|
4
|
-
</svg>
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.6 3H14V1.80391C14 1.59174 13.9157 1.38825 13.7657 1.23822C13.6157 1.0882 13.4122 1.00391 13.2 1.00391C12.9878 1.00391 12.7843 1.0882 12.6343 1.23822C12.4843 1.38825 12.4 1.59174 12.4 1.80391V3H7.6V1.80391C7.6 1.59174 7.51571 1.38825 7.36569 1.23822C7.21566 1.0882 7.01217 1.00391 6.8 1.00391C6.58783 1.00391 6.38434 1.0882 6.23431 1.23822C6.08429 1.38825 6 1.59174 6 1.80391V3H4.4C3.76348 3 3.15303 3.25286 2.70294 3.70294C2.25286 4.15303 2 4.76348 2 5.4V14.6C2 15.2365 2.25286 15.847 2.70294 16.2971C3.15303 16.7471 3.76348 17 4.4 17H15.6C16.2365 17 16.847 16.7471 17.2971 16.2971C17.7471 15.847 18 15.2365 18 14.6V5.4C18 4.76348 17.7471 4.15303 17.2971 3.70294C16.847 3.25286 16.2365 3 15.6 3ZM16.1657 15.1657C16.3157 15.0157 16.4 14.8122 16.4 14.6V7.4V5.4C16.4 5.18783 16.3157 4.98434 16.1657 4.83431C16.0157 4.68429 15.8122 4.6 15.6 4.6H4.4C4.18783 4.6 3.98434 4.68429 3.83431 4.83431C3.68429 4.98434 3.6 5.18783 3.6 5.4V7.4V14.6C3.6 14.8122 3.68429 15.0157 3.83431 15.1657C3.98434 15.3157 4.18783 15.4 4.4 15.4H15.6C15.8122 15.4 16.0157 15.3157 16.1657 15.1657Z" />
|
|
3
|
+
<path d="M8.78033 8.08033C9.07322 7.78744 9.07322 7.31256 8.78033 7.01967C8.48744 6.72678 8.01256 6.72678 7.71967 7.01967L5.21967 9.51967C4.92678 9.81256 4.92678 10.2874 5.21967 10.5803L7.71967 13.0803C8.01256 13.3732 8.48744 13.3732 8.78033 13.0803C9.07322 12.7874 9.07322 12.3126 8.78033 12.0197L7.56066 10.8H12.4393L11.2197 12.0197C10.9268 12.3126 10.9268 12.7874 11.2197 13.0803C11.5126 13.3732 11.9874 13.3732 12.2803 13.0803L14.7803 10.5803C15.0732 10.2874 15.0732 9.81256 14.7803 9.51967L12.2803 7.01967C11.9874 6.72678 11.5126 6.72678 11.2197 7.01967C10.9268 7.31256 10.9268 7.78744 11.2197 8.08033L12.4393 9.3H7.56066L8.78033 8.08033Z" />
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.5 2C11.8033 2 12.0773 2.18263 12.1934 2.46289C12.3094 2.74313 12.2448 3.06579 12.0303 3.28027L7.36621 7.94434C7.13186 8.17869 7.00008 8.49671 7 8.82812V11.75C7 12.4404 7.55964 13 8.25 13H11.1719C11.5033 12.9999 11.8213 12.8681 12.0557 12.6338L16.7197 7.96973C16.9342 7.75525 17.2569 7.6906 17.5371 7.80664C17.8174 7.92273 18 8.19665 18 8.5V15.25C18 16.7688 16.7688 18 15.25 18H4.75C3.23122 18 2 16.7688 2 15.25V4.75C2 3.23122 3.23122 2 4.75 2H11.5Z" />
|
|
3
|
+
<path d="M14.8506 2.625C15.5476 1.92807 16.678 1.92807 17.375 2.625C18.072 3.32197 18.0719 4.45243 17.375 5.14941L17.1504 5.37305L11.3467 11.1777C11.206 11.3184 11.0143 11.3975 10.8154 11.3975H9.35254C8.93833 11.3975 8.60254 11.0617 8.60254 10.6475V9.18457C8.60254 8.98575 8.68173 8.79493 8.82227 8.6543L14.627 2.84961L14.8506 2.625Z" />
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.84709 13.1186C8.15951 13.4311 8.15951 13.9376 7.84709 14.25C7.53467 14.5624 7.02814 14.5624 6.71572 14.25L3.38144 10.6843C3.06894 10.3719 3.06894 9.86535 3.38144 9.55295L6.71571 5.98724C7.02813 5.67484 7.53466 5.67484 7.84708 5.98724C8.1595 6.29964 8.1595 6.80624 7.84708 7.11864L5.07844 10.1186L7.84709 13.1186ZM11.9157 7.11864C11.6032 6.80624 11.6032 6.29964 11.9157 5.98724C12.2281 5.67484 12.7346 5.67484 13.047 5.98724L16.6186 9.55295C16.9311 9.86535 16.9311 10.3719 16.6186 10.6843L13.047 14.25C12.7346 14.5624 12.2281 14.5624 11.9157 14.25C11.6032 13.9376 11.6032 13.4311 11.9157 13.1186L14.9216 10.1186L11.9157 7.11864Z" fill="black"/>
|
|
3
|
+
</svg>
|
|
@@ -1,2 +1,4 @@
|
|
|
1
1
|
<?xml version="1.0" standalone="no"?>
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="Icon"
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="Icon">
|
|
3
|
+
<path d="M15.0306 6.0317C15.0305 5.33675 14.7359 4.66988 14.2126 4.17848C13.6893 3.68717 12.9792 3.41128 12.2392 3.41128C11.5917 3.41133 10.9677 3.62289 10.4712 4.00482L10.2657 4.17848L4.83937 9.27507C3.98385 10.0785 3.50287 11.1682 3.50285 12.3044C3.50285 13.4405 3.98384 14.5302 4.83937 15.3336C5.69489 16.1369 6.8554 16.5887 8.06522 16.5887L8.29124 16.5832C9.41871 16.5306 10.4891 16.0868 11.2911 15.3336L16.7174 10.2371C17.0107 9.96164 17.4865 9.96179 17.7799 10.2371C18.0734 10.5126 18.0733 10.9593 17.7799 11.2349L12.3536 16.3315C11.2874 17.3328 9.86457 17.9228 8.3656 17.9926L8.06522 18C6.45682 18 4.91417 17.3994 3.77681 16.3315C2.63944 15.2634 2 13.8148 2 12.3044C2.00001 10.7939 2.63945 9.3453 3.77681 8.27725L9.20312 3.18066L9.35771 3.04284C10.1453 2.37327 11.1718 2.00006 12.2392 2C13.3778 2 14.47 2.42468 15.2752 3.18066C16.0803 3.93673 16.5333 4.96246 16.5334 6.0317L16.5276 6.232C16.4749 7.22853 16.03 8.17385 15.2752 8.88274L9.84888 13.9793C9.43484 14.3681 8.89137 14.6082 8.31374 14.662L8.06522 14.673C7.39628 14.673 6.75462 14.4235 6.28156 13.9793C5.80849 13.5351 5.54188 12.9326 5.54188 12.3044C5.54189 11.6761 5.8085 11.0736 6.28156 10.6294L11.7079 5.53279C12.0012 5.25738 12.477 5.25753 12.7704 5.53279C13.0639 5.80834 13.0638 6.25503 12.7704 6.53061L7.34413 11.6272C7.15291 11.8068 7.04474 12.0504 7.04473 12.3044C7.04473 12.5583 7.15289 12.8019 7.34413 12.9815C7.53534 13.161 7.79486 13.2617 8.06522 13.2617L8.166 13.2571C8.39928 13.2353 8.61909 13.1385 8.78632 12.9815L14.2126 7.88492C14.6706 7.4548 14.9535 6.89084 15.0169 6.2908L15.0306 6.0317Z" class="typeIcons"/>
|
|
4
|
+
</svg>
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
<
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="M34 16L24 6L14 16" stroke="#6E7A83" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
5
|
-
<path d="M24 6V30" stroke="#6E7A83" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
1
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.0289 10.7197L10.5301 8.21967C10.2373 7.92678 9.76267 7.92678 9.46992 8.21967L6.97111 10.7197C6.67835 11.0126 6.67835 11.4874 6.97111 11.7803C7.26386 12.0732 7.73851 12.0732 8.03126 11.7803L9.25035 10.5607V14.5C9.25035 14.9142 9.58598 15.25 9.99999 15.25C10.414 15.25 10.7496 14.9142 10.7496 14.5V10.5607L11.9687 11.7803C12.2615 12.0732 12.7361 12.0732 13.0289 11.7803C13.3216 11.4874 13.3216 11.0126 13.0289 10.7197Z" />
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.74527 1.5C4.2272 1.5 2.99657 2.73123 2.99658 4.25002L2.99665 15.75C2.99665 17.2688 4.22728 18.5 5.74532 18.5H14.2479C15.766 18.5 16.9966 17.2688 16.9966 15.75V6.74668C16.9966 6.54748 16.9174 6.35646 16.7764 6.21576L12.2719 1.71909C12.1314 1.5788 11.941 1.50001 11.7424 1.50001L5.74527 1.5ZM4.49586 4.25001C4.49586 3.55965 5.05524 3 5.74527 3L10.9928 3.00001V5.91334C10.9928 6.33327 11.1595 6.736 11.4563 7.03293C11.7531 7.32986 12.1556 7.49668 12.5754 7.49668H15.4973V15.75C15.4973 16.4404 14.9379 17 14.2479 17H5.74532C5.0553 17 4.49593 16.4404 4.49593 15.75L4.49586 4.25001ZM14.4343 5.99668L12.4921 4.05783V5.91334C12.4921 5.93545 12.5009 5.95664 12.5165 5.97227C12.5321 5.9879 12.5533 5.99668 12.5754 5.99668H14.4343Z" />
|
|
6
4
|
</svg>
|
|
7
|
-
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2.21967 2.71972C2.51257 2.42688 2.98734 2.42685 3.28022 2.71972L17.7802 17.2197C18.073 17.5126 18.073 17.9874 17.7802 18.2803C17.4873 18.5731 17.0126 18.5731 16.7197 18.2803L15.0107 16.5713C13.6489 17.6964 11.9044 18.375 9.99994 18.375C5.65071 18.375 2.12497 14.8492 2.12494 10.5C2.12496 8.59551 2.80246 6.85006 3.92768 5.48828L2.21967 3.78027C1.92678 3.48738 1.92678 3.01262 2.21967 2.71972ZM3.66889 11.25C3.97008 13.8197 5.79922 15.922 8.22357 16.624C6.90471 14.7697 6.27669 12.95 6.12201 11.25H3.66889ZM12.9833 14.5439C12.6708 15.229 12.2738 15.9246 11.7763 16.624C12.5753 16.3926 13.3089 16.0081 13.9452 15.5058L12.9833 14.5439ZM7.62982 11.25C7.80357 12.855 8.4851 14.6273 9.99994 16.4795C10.8651 15.4216 11.4566 14.3889 11.8388 13.3994L9.68939 11.25H7.62982ZM6.4931 3.30957C7.97293 2.58786 9.63985 2.34018 11.2656 2.60058C12.8912 2.86104 14.3968 3.61691 15.5771 4.76464C16.7575 5.91253 17.5556 7.39677 17.8613 9.01464C18.1669 10.6325 17.9652 12.3053 17.2851 13.8047C17.114 14.1818 16.6701 14.3487 16.2929 14.1777C15.9157 14.0066 15.7488 13.5627 15.9199 13.1855C16.4725 11.9672 16.635 10.6075 16.3867 9.29296C16.1382 7.97854 15.4902 6.77244 14.5312 5.83984C13.5722 4.90742 12.3489 4.29365 11.0283 4.08203C9.70733 3.87045 8.35271 4.07178 7.15033 4.6582C6.7781 4.83955 6.32893 4.68469 6.1474 4.3125C5.96593 3.94023 6.12086 3.49112 6.4931 3.30957ZM4.99408 6.55468C4.2833 7.45529 3.80937 8.55137 3.66889 9.74999H6.10541C6.12676 9.43681 6.1626 9.12887 6.21283 8.82714C6.26217 8.53082 6.32479 8.24113 6.39838 7.95898L4.99408 6.55468ZM7.70795 8.82714C7.68297 8.99752 7.62357 9.57391 7.60931 9.74999H8.56342L7.70795 8.82714Z" />
|
|
3
|
+
</svg>
|
|
4
|
+
|