@edifice.io/react 2.2.1-develop-integration-nabook.20250327193455 → 2.2.1-develop-b2school.20250404110523
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/dist/components/Combobox/Combobox.d.ts +54 -4
- package/dist/components/Combobox/Combobox.js +12 -6
- package/dist/components/Combobox/ComboboxTrigger.d.ts +30 -2
- package/dist/components/Combobox/ComboboxTrigger.js +25 -8
- package/dist/components/Dropdown/Dropdown.d.ts +6 -2
- package/dist/components/Dropdown/Dropdown.js +4 -3
- package/dist/components/Dropdown/DropdownItem.d.ts +5 -1
- package/dist/components/Dropdown/DropdownItem.js +4 -1
- package/dist/components/Dropdown/DropdownTrigger.js +5 -1
- package/dist/components/Layout/components/Header.js +1 -1
- package/dist/components/Layout/hooks/useHelp.d.ts +1 -1
- package/dist/components/Layout/hooks/useHelp.js +2 -2
- package/dist/components/List/List.d.ts +9 -1
- package/dist/components/List/List.js +9 -9
- package/dist/components/SearchBar/SearchBar.d.ts +1 -1
- package/dist/components/SearchBar/SearchBar.js +3 -1
- package/dist/editor.js +24 -20
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/useCheckable/useCheckable.js +10 -3
- package/dist/hooks/useConversation/useConversation.d.ts +1 -1
- package/dist/hooks/useConversation/useConversation.js +13 -17
- package/dist/hooks/useDropdown/useDropdown.d.ts +1 -1
- package/dist/hooks/useDropdown/useDropdown.js +3 -3
- package/dist/hooks/useWorkspaceFolders/index.d.ts +1 -0
- package/dist/hooks/useWorkspaceFolders/useWorkspaceFolders.d.ts +13 -0
- package/dist/hooks/useWorkspaceFolders/useWorkspaceFolders.js +37 -0
- package/dist/icons-apps.js +100 -102
- package/dist/icons.js +226 -210
- package/dist/index.js +26 -20
- package/dist/modals.js +18 -14
- package/dist/modules/editor/components/Editor/Editor.d.ts +3 -1
- package/dist/modules/editor/components/Editor/Editor.js +3 -2
- package/dist/modules/editor/components/NodeView/ConversationHistoryNodeView.d.ts +2 -0
- package/dist/modules/editor/components/NodeView/ConversationHistoryNodeView.js +10 -0
- package/dist/modules/editor/components/NodeView/index.d.ts +2 -1
- package/dist/modules/editor/components/Renderer/ConversationHistoryRenderer.d.ts +8 -0
- package/dist/modules/editor/components/Renderer/ConversationHistoryRenderer.js +28 -0
- package/dist/modules/editor/components/Renderer/index.d.ts +2 -1
- package/dist/modules/editor/hooks/useTipTapEditor.d.ts +6 -2
- package/dist/modules/editor/hooks/useTipTapEditor.js +2 -2
- package/dist/modules/icons/components/IconFolderAdd.d.ts +7 -0
- package/dist/modules/icons/components/IconFolderAdd.js +13 -0
- package/dist/modules/icons/components/IconFolderDelete.d.ts +7 -0
- package/dist/modules/icons/components/IconFolderDelete.js +12 -0
- package/dist/modules/icons/components/IconGroupAvatar.d.ts +7 -0
- package/dist/modules/icons/components/IconGroupAvatar.js +12 -0
- package/dist/modules/icons/components/IconMailRecall.d.ts +7 -0
- package/dist/modules/icons/components/IconMailRecall.js +13 -0
- package/dist/modules/icons/components/IconQuestionMark.d.ts +7 -0
- package/dist/modules/icons/components/IconQuestionMark.js +13 -0
- package/dist/modules/icons/components/IconReadMail.d.ts +7 -0
- package/dist/modules/icons/components/IconReadMail.js +16 -0
- package/dist/modules/icons/components/IconUndoAll.d.ts +7 -0
- package/dist/modules/icons/components/IconUndoAll.js +14 -0
- package/dist/modules/icons/components/IconUnreadMail.d.ts +7 -0
- package/dist/modules/icons/components/IconUnreadMail.js +16 -0
- package/dist/modules/icons/components/apps/index.d.ts +0 -1
- package/dist/modules/icons/components/index.d.ts +8 -0
- package/dist/modules/modals/AddAttachmentToWorkspaceModal/AddAttachmentToWorkspaceModal.d.ts +20 -0
- package/dist/modules/modals/AddAttachmentToWorkspaceModal/AddAttachmentToWorkspaceModal.js +31 -0
- package/dist/modules/modals/AddAttachmentToWorkspaceModal/components/WorkspaceFoldersTree.d.ts +5 -0
- package/dist/modules/modals/AddAttachmentToWorkspaceModal/components/WorkspaceFoldersTree.js +20 -0
- package/dist/modules/modals/AddAttachmentToWorkspaceModal/index.d.ts +1 -0
- package/dist/modules/modals/ConfirmModal/ConfirmModal.d.ts +42 -0
- package/dist/modules/modals/ConfirmModal/ConfirmModal.js +36 -0
- package/dist/modules/modals/ConfirmModal/index.d.ts +1 -0
- package/dist/modules/modals/PublishModal/hooks/usePublishModal.d.ts +2 -2
- package/dist/modules/modals/index.d.ts +2 -0
- package/package.json +6 -6
- package/dist/modules/icons/components/apps/IconNabook.d.ts +0 -7
- package/dist/modules/icons/components/apps/IconNabook.js +0 -14
package/dist/icons.js
CHANGED
|
@@ -44,111 +44,119 @@ import { default as default44 } from "./modules/icons/components/IconExternalLin
|
|
|
44
44
|
import { default as default45 } from "./modules/icons/components/IconFiles.js";
|
|
45
45
|
import { default as default46 } from "./modules/icons/components/IconFilter.js";
|
|
46
46
|
import { default as default47 } from "./modules/icons/components/IconFlag.js";
|
|
47
|
-
import { default as default48 } from "./modules/icons/components/
|
|
48
|
-
import { default as default49 } from "./modules/icons/components/
|
|
49
|
-
import { default as default50 } from "./modules/icons/components/
|
|
50
|
-
import { default as default51 } from "./modules/icons/components/
|
|
51
|
-
import { default as default52 } from "./modules/icons/components/
|
|
52
|
-
import { default as default53 } from "./modules/icons/components/
|
|
53
|
-
import { default as default54 } from "./modules/icons/components/
|
|
54
|
-
import { default as default55 } from "./modules/icons/components/
|
|
55
|
-
import { default as default56 } from "./modules/icons/components/
|
|
56
|
-
import { default as default57 } from "./modules/icons/components/
|
|
57
|
-
import { default as default58 } from "./modules/icons/components/
|
|
58
|
-
import { default as default59 } from "./modules/icons/components/
|
|
59
|
-
import { default as default60 } from "./modules/icons/components/
|
|
60
|
-
import { default as default61 } from "./modules/icons/components/
|
|
61
|
-
import { default as default62 } from "./modules/icons/components/
|
|
62
|
-
import { default as default63 } from "./modules/icons/components/
|
|
63
|
-
import { default as default64 } from "./modules/icons/components/
|
|
64
|
-
import { default as default65 } from "./modules/icons/components/
|
|
65
|
-
import { default as default66 } from "./modules/icons/components/
|
|
66
|
-
import { default as default67 } from "./modules/icons/components/
|
|
67
|
-
import { default as default68 } from "./modules/icons/components/
|
|
68
|
-
import { default as default69 } from "./modules/icons/components/
|
|
69
|
-
import { default as default70 } from "./modules/icons/components/
|
|
70
|
-
import { default as default71 } from "./modules/icons/components/
|
|
71
|
-
import { default as default72 } from "./modules/icons/components/
|
|
72
|
-
import { default as default73 } from "./modules/icons/components/
|
|
73
|
-
import { default as default74 } from "./modules/icons/components/
|
|
74
|
-
import { default as default75 } from "./modules/icons/components/
|
|
75
|
-
import { default as default76 } from "./modules/icons/components/
|
|
76
|
-
import { default as default77 } from "./modules/icons/components/
|
|
77
|
-
import { default as default78 } from "./modules/icons/components/
|
|
78
|
-
import { default as default79 } from "./modules/icons/components/
|
|
79
|
-
import { default as default80 } from "./modules/icons/components/
|
|
80
|
-
import { default as default81 } from "./modules/icons/components/
|
|
81
|
-
import { default as default82 } from "./modules/icons/components/
|
|
82
|
-
import { default as default83 } from "./modules/icons/components/
|
|
83
|
-
import { default as default84 } from "./modules/icons/components/
|
|
84
|
-
import { default as default85 } from "./modules/icons/components/
|
|
85
|
-
import { default as default86 } from "./modules/icons/components/
|
|
86
|
-
import { default as default87 } from "./modules/icons/components/
|
|
87
|
-
import { default as default88 } from "./modules/icons/components/
|
|
88
|
-
import { default as default89 } from "./modules/icons/components/
|
|
89
|
-
import { default as default90 } from "./modules/icons/components/
|
|
90
|
-
import { default as default91 } from "./modules/icons/components/
|
|
91
|
-
import { default as default92 } from "./modules/icons/components/
|
|
92
|
-
import { default as default93 } from "./modules/icons/components/
|
|
93
|
-
import { default as default94 } from "./modules/icons/components/
|
|
94
|
-
import { default as default95 } from "./modules/icons/components/
|
|
95
|
-
import { default as default96 } from "./modules/icons/components/
|
|
96
|
-
import { default as default97 } from "./modules/icons/components/
|
|
97
|
-
import { default as default98 } from "./modules/icons/components/
|
|
98
|
-
import { default as default99 } from "./modules/icons/components/
|
|
99
|
-
import { default as default100 } from "./modules/icons/components/
|
|
100
|
-
import { default as default101 } from "./modules/icons/components/
|
|
101
|
-
import { default as default102 } from "./modules/icons/components/
|
|
102
|
-
import { default as default103 } from "./modules/icons/components/
|
|
103
|
-
import { default as default104 } from "./modules/icons/components/
|
|
104
|
-
import { default as default105 } from "./modules/icons/components/
|
|
105
|
-
import { default as default106 } from "./modules/icons/components/
|
|
106
|
-
import { default as default107 } from "./modules/icons/components/
|
|
107
|
-
import { default as default108 } from "./modules/icons/components/
|
|
108
|
-
import { default as default109 } from "./modules/icons/components/
|
|
109
|
-
import { default as default110 } from "./modules/icons/components/
|
|
110
|
-
import { default as default111 } from "./modules/icons/components/
|
|
111
|
-
import { default as default112 } from "./modules/icons/components/
|
|
112
|
-
import { default as default113 } from "./modules/icons/components/
|
|
113
|
-
import { default as default114 } from "./modules/icons/components/
|
|
114
|
-
import { default as default115 } from "./modules/icons/components/
|
|
115
|
-
import { default as default116 } from "./modules/icons/components/
|
|
116
|
-
import { default as default117 } from "./modules/icons/components/
|
|
117
|
-
import { default as default118 } from "./modules/icons/components/
|
|
118
|
-
import { default as default119 } from "./modules/icons/components/
|
|
119
|
-
import { default as default120 } from "./modules/icons/components/
|
|
120
|
-
import { default as default121 } from "./modules/icons/components/
|
|
121
|
-
import { default as default122 } from "./modules/icons/components/
|
|
122
|
-
import { default as default123 } from "./modules/icons/components/
|
|
123
|
-
import { default as default124 } from "./modules/icons/components/
|
|
124
|
-
import { default as default125 } from "./modules/icons/components/
|
|
125
|
-
import { default as default126 } from "./modules/icons/components/
|
|
126
|
-
import { default as default127 } from "./modules/icons/components/
|
|
127
|
-
import { default as default128 } from "./modules/icons/components/
|
|
128
|
-
import { default as default129 } from "./modules/icons/components/
|
|
129
|
-
import { default as default130 } from "./modules/icons/components/
|
|
130
|
-
import { default as default131 } from "./modules/icons/components/
|
|
131
|
-
import { default as default132 } from "./modules/icons/components/
|
|
132
|
-
import { default as default133 } from "./modules/icons/components/
|
|
133
|
-
import { default as default134 } from "./modules/icons/components/
|
|
134
|
-
import { default as default135 } from "./modules/icons/components/
|
|
135
|
-
import { default as default136 } from "./modules/icons/components/
|
|
136
|
-
import { default as default137 } from "./modules/icons/components/
|
|
137
|
-
import { default as default138 } from "./modules/icons/components/
|
|
138
|
-
import { default as default139 } from "./modules/icons/components/
|
|
139
|
-
import { default as default140 } from "./modules/icons/components/
|
|
140
|
-
import { default as default141 } from "./modules/icons/components/
|
|
141
|
-
import { default as default142 } from "./modules/icons/components/
|
|
142
|
-
import { default as default143 } from "./modules/icons/components/
|
|
143
|
-
import { default as default144 } from "./modules/icons/components/
|
|
144
|
-
import { default as default145 } from "./modules/icons/components/
|
|
145
|
-
import { default as default146 } from "./modules/icons/components/
|
|
146
|
-
import { default as default147 } from "./modules/icons/components/
|
|
147
|
-
import { default as default148 } from "./modules/icons/components/
|
|
148
|
-
import { default as default149 } from "./modules/icons/components/
|
|
149
|
-
import { default as default150 } from "./modules/icons/components/
|
|
150
|
-
import { default as default151 } from "./modules/icons/components/
|
|
151
|
-
import { default as default152 } from "./modules/icons/components/
|
|
47
|
+
import { default as default48 } from "./modules/icons/components/IconFolderAdd.js";
|
|
48
|
+
import { default as default49 } from "./modules/icons/components/IconFolderDelete.js";
|
|
49
|
+
import { default as default50 } from "./modules/icons/components/IconFolderMove.js";
|
|
50
|
+
import { default as default51 } from "./modules/icons/components/IconFolder.js";
|
|
51
|
+
import { default as default52 } from "./modules/icons/components/IconForgoing.js";
|
|
52
|
+
import { default as default53 } from "./modules/icons/components/IconFullScreen.js";
|
|
53
|
+
import { default as default54 } from "./modules/icons/components/IconGlobe.js";
|
|
54
|
+
import { default as default55 } from "./modules/icons/components/IconGroupAvatar.js";
|
|
55
|
+
import { default as default56 } from "./modules/icons/components/IconHandMove.js";
|
|
56
|
+
import { default as default57 } from "./modules/icons/components/IconHeadphone.js";
|
|
57
|
+
import { default as default58 } from "./modules/icons/components/IconHide.js";
|
|
58
|
+
import { default as default59 } from "./modules/icons/components/IconHighlightColumn.js";
|
|
59
|
+
import { default as default60 } from "./modules/icons/components/IconHighlightRow.js";
|
|
60
|
+
import { default as default61 } from "./modules/icons/components/IconHome.js";
|
|
61
|
+
import { default as default62 } from "./modules/icons/components/IconHourglass.js";
|
|
62
|
+
import { default as default63 } from "./modules/icons/components/IconImageSizeLarge.js";
|
|
63
|
+
import { default as default64 } from "./modules/icons/components/IconImageSizeMedium.js";
|
|
64
|
+
import { default as default65 } from "./modules/icons/components/IconImageSizeSmall.js";
|
|
65
|
+
import { default as default66 } from "./modules/icons/components/IconInbox.js";
|
|
66
|
+
import { default as default67 } from "./modules/icons/components/IconInfoCircle.js";
|
|
67
|
+
import { default as default68 } from "./modules/icons/components/IconLandscape.js";
|
|
68
|
+
import { default as default69 } from "./modules/icons/components/IconLink.js";
|
|
69
|
+
import { default as default70 } from "./modules/icons/components/IconListOrder.js";
|
|
70
|
+
import { default as default71 } from "./modules/icons/components/IconLoader.js";
|
|
71
|
+
import { default as default72 } from "./modules/icons/components/IconLock.js";
|
|
72
|
+
import { default as default73 } from "./modules/icons/components/IconMailRecall.js";
|
|
73
|
+
import { default as default74 } from "./modules/icons/components/IconMail.js";
|
|
74
|
+
import { default as default75 } from "./modules/icons/components/IconMergeCells.js";
|
|
75
|
+
import { default as default76 } from "./modules/icons/components/IconMessageInfo.js";
|
|
76
|
+
import { default as default77 } from "./modules/icons/components/IconMic.js";
|
|
77
|
+
import { default as default78 } from "./modules/icons/components/IconMinus.js";
|
|
78
|
+
import { default as default79 } from "./modules/icons/components/IconMove.js";
|
|
79
|
+
import { default as default80 } from "./modules/icons/components/IconNoColors.js";
|
|
80
|
+
import { default as default81 } from "./modules/icons/components/IconOptions.js";
|
|
81
|
+
import { default as default82 } from "./modules/icons/components/IconOrderedList.js";
|
|
82
|
+
import { default as default83 } from "./modules/icons/components/IconPaperclip.js";
|
|
83
|
+
import { default as default84 } from "./modules/icons/components/IconPause.js";
|
|
84
|
+
import { default as default85 } from "./modules/icons/components/IconPinOff.js";
|
|
85
|
+
import { default as default86 } from "./modules/icons/components/IconPinOn.js";
|
|
86
|
+
import { default as default87 } from "./modules/icons/components/IconPlaceholder.js";
|
|
87
|
+
import { default as default88 } from "./modules/icons/components/IconPlayFilled.js";
|
|
88
|
+
import { default as default89 } from "./modules/icons/components/IconPlay.js";
|
|
89
|
+
import { default as default90 } from "./modules/icons/components/IconPlus.js";
|
|
90
|
+
import { default as default91 } from "./modules/icons/components/IconPointerDefault.js";
|
|
91
|
+
import { default as default92 } from "./modules/icons/components/IconPointerHand.js";
|
|
92
|
+
import { default as default93 } from "./modules/icons/components/IconPrint.js";
|
|
93
|
+
import { default as default94 } from "./modules/icons/components/IconQuestionMark.js";
|
|
94
|
+
import { default as default95 } from "./modules/icons/components/IconQuestion.js";
|
|
95
|
+
import { default as default96 } from "./modules/icons/components/IconRafterDown.js";
|
|
96
|
+
import { default as default97 } from "./modules/icons/components/IconRafterLeft.js";
|
|
97
|
+
import { default as default98 } from "./modules/icons/components/IconRafterRight.js";
|
|
98
|
+
import { default as default99 } from "./modules/icons/components/IconRafterUp.js";
|
|
99
|
+
import { default as default100 } from "./modules/icons/components/IconReaction.js";
|
|
100
|
+
import { default as default101 } from "./modules/icons/components/IconReadMail.js";
|
|
101
|
+
import { default as default102 } from "./modules/icons/components/IconRecordPause.js";
|
|
102
|
+
import { default as default103 } from "./modules/icons/components/IconRecordStop.js";
|
|
103
|
+
import { default as default104 } from "./modules/icons/components/IconRecordVideo.js";
|
|
104
|
+
import { default as default105 } from "./modules/icons/components/IconRecord.js";
|
|
105
|
+
import { default as default106 } from "./modules/icons/components/IconRedo.js";
|
|
106
|
+
import { default as default107 } from "./modules/icons/components/IconRefresh.js";
|
|
107
|
+
import { default as default108 } from "./modules/icons/components/IconReset.js";
|
|
108
|
+
import { default as default109 } from "./modules/icons/components/IconRestart.js";
|
|
109
|
+
import { default as default110 } from "./modules/icons/components/IconRestore.js";
|
|
110
|
+
import { default as default111 } from "./modules/icons/components/IconSave.js";
|
|
111
|
+
import { default as default112 } from "./modules/icons/components/IconSearch.js";
|
|
112
|
+
import { default as default113 } from "./modules/icons/components/IconSee.js";
|
|
113
|
+
import { default as default114 } from "./modules/icons/components/IconSend.js";
|
|
114
|
+
import { default as default115 } from "./modules/icons/components/IconSetBackground.js";
|
|
115
|
+
import { default as default116 } from "./modules/icons/components/IconSettings.js";
|
|
116
|
+
import { default as default117 } from "./modules/icons/components/IconShare.js";
|
|
117
|
+
import { default as default118 } from "./modules/icons/components/IconSmartphone.js";
|
|
118
|
+
import { default as default119 } from "./modules/icons/components/IconSmiley.js";
|
|
119
|
+
import { default as default120 } from "./modules/icons/components/IconSortAscendingLetters.js";
|
|
120
|
+
import { default as default121 } from "./modules/icons/components/IconSortDescendingLetters.js";
|
|
121
|
+
import { default as default122 } from "./modules/icons/components/IconSortDescending.js";
|
|
122
|
+
import { default as default123 } from "./modules/icons/components/IconSortTime.js";
|
|
123
|
+
import { default as default124 } from "./modules/icons/components/IconSpeechToText.js";
|
|
124
|
+
import { default as default125 } from "./modules/icons/components/IconSplitCells.js";
|
|
125
|
+
import { default as default126 } from "./modules/icons/components/IconSquareRoot.js";
|
|
126
|
+
import { default as default127 } from "./modules/icons/components/IconSubscript.js";
|
|
127
|
+
import { default as default128 } from "./modules/icons/components/IconSuccessFill.js";
|
|
128
|
+
import { default as default129 } from "./modules/icons/components/IconSuccessOutline.js";
|
|
129
|
+
import { default as default130 } from "./modules/icons/components/IconSuperscript.js";
|
|
130
|
+
import { default as default131 } from "./modules/icons/components/IconTable.js";
|
|
131
|
+
import { default as default132 } from "./modules/icons/components/IconTextBold.js";
|
|
132
|
+
import { default as default133 } from "./modules/icons/components/IconTextColor.js";
|
|
133
|
+
import { default as default134 } from "./modules/icons/components/IconTextHighlight.js";
|
|
134
|
+
import { default as default135 } from "./modules/icons/components/IconTextItalic.js";
|
|
135
|
+
import { default as default136 } from "./modules/icons/components/IconTextPage.js";
|
|
136
|
+
import { default as default137 } from "./modules/icons/components/IconTextSize.js";
|
|
137
|
+
import { default as default138 } from "./modules/icons/components/IconTextToSpeech.js";
|
|
138
|
+
import { default as default139 } from "./modules/icons/components/IconTextTypo.js";
|
|
139
|
+
import { default as default140 } from "./modules/icons/components/IconTextUnderline.js";
|
|
140
|
+
import { default as default141 } from "./modules/icons/components/IconTextVanilla.js";
|
|
141
|
+
import { default as default142 } from "./modules/icons/components/IconToolCenter.js";
|
|
142
|
+
import { default as default143 } from "./modules/icons/components/IconTool.js";
|
|
143
|
+
import { default as default144 } from "./modules/icons/components/IconTrendingUp.js";
|
|
144
|
+
import { default as default145 } from "./modules/icons/components/IconUndoAll.js";
|
|
145
|
+
import { default as default146 } from "./modules/icons/components/IconUndo.js";
|
|
146
|
+
import { default as default147 } from "./modules/icons/components/IconUnlink.js";
|
|
147
|
+
import { default as default148 } from "./modules/icons/components/IconUnlock.js";
|
|
148
|
+
import { default as default149 } from "./modules/icons/components/IconUnreadMail.js";
|
|
149
|
+
import { default as default150 } from "./modules/icons/components/IconUpload.js";
|
|
150
|
+
import { default as default151 } from "./modules/icons/components/IconUserSearch.js";
|
|
151
|
+
import { default as default152 } from "./modules/icons/components/IconUser.js";
|
|
152
|
+
import { default as default153 } from "./modules/icons/components/IconUsers.js";
|
|
153
|
+
import { default as default154 } from "./modules/icons/components/IconVideo.js";
|
|
154
|
+
import { default as default155 } from "./modules/icons/components/IconViewCalendar.js";
|
|
155
|
+
import { default as default156 } from "./modules/icons/components/IconViewList.js";
|
|
156
|
+
import { default as default157 } from "./modules/icons/components/IconWand.js";
|
|
157
|
+
import { default as default158 } from "./modules/icons/components/IconWrite.js";
|
|
158
|
+
import { default as default159 } from "./modules/icons/components/IconZoomIn.js";
|
|
159
|
+
import { default as default160 } from "./modules/icons/components/IconZoomOut.js";
|
|
152
160
|
export {
|
|
153
161
|
default3 as IconAdd,
|
|
154
162
|
default2 as IconAddUser,
|
|
@@ -196,109 +204,117 @@ export {
|
|
|
196
204
|
default45 as IconFiles,
|
|
197
205
|
default46 as IconFilter,
|
|
198
206
|
default47 as IconFlag,
|
|
199
|
-
|
|
200
|
-
default48 as
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
default52 as
|
|
204
|
-
default53 as
|
|
205
|
-
default54 as
|
|
206
|
-
default55 as
|
|
207
|
-
default56 as
|
|
208
|
-
default57 as
|
|
209
|
-
default58 as
|
|
210
|
-
default59 as
|
|
211
|
-
default60 as
|
|
212
|
-
default61 as
|
|
213
|
-
default62 as
|
|
214
|
-
default63 as
|
|
215
|
-
default64 as
|
|
216
|
-
default65 as
|
|
217
|
-
default66 as
|
|
218
|
-
default67 as
|
|
219
|
-
default68 as
|
|
220
|
-
default69 as
|
|
221
|
-
default70 as
|
|
222
|
-
default71 as
|
|
223
|
-
default72 as
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
default75 as
|
|
227
|
-
default76 as
|
|
228
|
-
default77 as
|
|
229
|
-
default78 as
|
|
230
|
-
default79 as
|
|
231
|
-
default80 as
|
|
232
|
-
default81 as
|
|
233
|
-
default82 as
|
|
234
|
-
default83 as
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
default86 as
|
|
238
|
-
default87 as
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
default90 as
|
|
242
|
-
default91 as
|
|
243
|
-
default92 as
|
|
244
|
-
default93 as
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
default100 as
|
|
252
|
-
default101 as
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
default106 as
|
|
258
|
-
default107 as
|
|
259
|
-
default108 as
|
|
260
|
-
default109 as
|
|
261
|
-
default110 as
|
|
262
|
-
default111 as
|
|
263
|
-
default112 as
|
|
264
|
-
default113 as
|
|
265
|
-
default114 as
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
default117 as
|
|
269
|
-
default118 as
|
|
270
|
-
default119 as
|
|
271
|
-
default120 as
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
default123 as
|
|
275
|
-
default124 as
|
|
276
|
-
default125 as
|
|
277
|
-
default126 as
|
|
278
|
-
default127 as
|
|
279
|
-
default128 as
|
|
280
|
-
default129 as
|
|
281
|
-
default130 as
|
|
282
|
-
default131 as
|
|
283
|
-
default132 as
|
|
284
|
-
default133 as
|
|
285
|
-
default134 as
|
|
286
|
-
default135 as
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
default138 as
|
|
290
|
-
default139 as
|
|
291
|
-
default140 as
|
|
292
|
-
default141 as
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
default147 as
|
|
299
|
-
default148 as
|
|
300
|
-
default149 as
|
|
301
|
-
default150 as
|
|
302
|
-
|
|
303
|
-
|
|
207
|
+
default51 as IconFolder,
|
|
208
|
+
default48 as IconFolderAdd,
|
|
209
|
+
default49 as IconFolderDelete,
|
|
210
|
+
default50 as IconFolderMove,
|
|
211
|
+
default52 as IconForgoing,
|
|
212
|
+
default53 as IconFullScreen,
|
|
213
|
+
default54 as IconGlobe,
|
|
214
|
+
default55 as IconGroupAvatar,
|
|
215
|
+
default56 as IconHandMove,
|
|
216
|
+
default57 as IconHeadphone,
|
|
217
|
+
default58 as IconHide,
|
|
218
|
+
default59 as IconHighlightColumn,
|
|
219
|
+
default60 as IconHighlightRow,
|
|
220
|
+
default61 as IconHome,
|
|
221
|
+
default62 as IconHourglass,
|
|
222
|
+
default63 as IconImageSizeLarge,
|
|
223
|
+
default64 as IconImageSizeMedium,
|
|
224
|
+
default65 as IconImageSizeSmall,
|
|
225
|
+
default66 as IconInbox,
|
|
226
|
+
default67 as IconInfoCircle,
|
|
227
|
+
default68 as IconLandscape,
|
|
228
|
+
default69 as IconLink,
|
|
229
|
+
default70 as IconListOrder,
|
|
230
|
+
default71 as IconLoader,
|
|
231
|
+
default72 as IconLock,
|
|
232
|
+
default74 as IconMail,
|
|
233
|
+
default73 as IconMailRecall,
|
|
234
|
+
default75 as IconMergeCells,
|
|
235
|
+
default76 as IconMessageInfo,
|
|
236
|
+
default77 as IconMic,
|
|
237
|
+
default78 as IconMinus,
|
|
238
|
+
default79 as IconMove,
|
|
239
|
+
default80 as IconNoColors,
|
|
240
|
+
default81 as IconOptions,
|
|
241
|
+
default82 as IconOrderedList,
|
|
242
|
+
default83 as IconPaperclip,
|
|
243
|
+
default84 as IconPause,
|
|
244
|
+
default85 as IconPinOff,
|
|
245
|
+
default86 as IconPinOn,
|
|
246
|
+
default87 as IconPlaceholder,
|
|
247
|
+
default89 as IconPlay,
|
|
248
|
+
default88 as IconPlayFilled,
|
|
249
|
+
default90 as IconPlus,
|
|
250
|
+
default91 as IconPointerDefault,
|
|
251
|
+
default92 as IconPointerHand,
|
|
252
|
+
default93 as IconPrint,
|
|
253
|
+
default95 as IconQuestion,
|
|
254
|
+
default94 as IconQuestionMark,
|
|
255
|
+
default96 as IconRafterDown,
|
|
256
|
+
default97 as IconRafterLeft,
|
|
257
|
+
default98 as IconRafterRight,
|
|
258
|
+
default99 as IconRafterUp,
|
|
259
|
+
default100 as IconReaction,
|
|
260
|
+
default101 as IconReadMail,
|
|
261
|
+
default105 as IconRecord,
|
|
262
|
+
default102 as IconRecordPause,
|
|
263
|
+
default103 as IconRecordStop,
|
|
264
|
+
default104 as IconRecordVideo,
|
|
265
|
+
default106 as IconRedo,
|
|
266
|
+
default107 as IconRefresh,
|
|
267
|
+
default108 as IconReset,
|
|
268
|
+
default109 as IconRestart,
|
|
269
|
+
default110 as IconRestore,
|
|
270
|
+
default111 as IconSave,
|
|
271
|
+
default112 as IconSearch,
|
|
272
|
+
default113 as IconSee,
|
|
273
|
+
default114 as IconSend,
|
|
274
|
+
default115 as IconSetBackground,
|
|
275
|
+
default116 as IconSettings,
|
|
276
|
+
default117 as IconShare,
|
|
277
|
+
default118 as IconSmartphone,
|
|
278
|
+
default119 as IconSmiley,
|
|
279
|
+
default120 as IconSortAscendingLetters,
|
|
280
|
+
default122 as IconSortDescending,
|
|
281
|
+
default121 as IconSortDescendingLetters,
|
|
282
|
+
default123 as IconSortTime,
|
|
283
|
+
default124 as IconSpeechToText,
|
|
284
|
+
default125 as IconSplitCells,
|
|
285
|
+
default126 as IconSquareRoot,
|
|
286
|
+
default127 as IconSubscript,
|
|
287
|
+
default128 as IconSuccessFill,
|
|
288
|
+
default129 as IconSuccessOutline,
|
|
289
|
+
default130 as IconSuperscript,
|
|
290
|
+
default131 as IconTable,
|
|
291
|
+
default132 as IconTextBold,
|
|
292
|
+
default133 as IconTextColor,
|
|
293
|
+
default134 as IconTextHighlight,
|
|
294
|
+
default135 as IconTextItalic,
|
|
295
|
+
default136 as IconTextPage,
|
|
296
|
+
default137 as IconTextSize,
|
|
297
|
+
default138 as IconTextToSpeech,
|
|
298
|
+
default139 as IconTextTypo,
|
|
299
|
+
default140 as IconTextUnderline,
|
|
300
|
+
default141 as IconTextVanilla,
|
|
301
|
+
default143 as IconTool,
|
|
302
|
+
default142 as IconToolCenter,
|
|
303
|
+
default144 as IconTrendingUp,
|
|
304
|
+
default146 as IconUndo,
|
|
305
|
+
default145 as IconUndoAll,
|
|
306
|
+
default147 as IconUnlink,
|
|
307
|
+
default148 as IconUnlock,
|
|
308
|
+
default149 as IconUnreadMail,
|
|
309
|
+
default150 as IconUpload,
|
|
310
|
+
default152 as IconUser,
|
|
311
|
+
default151 as IconUserSearch,
|
|
312
|
+
default153 as IconUsers,
|
|
313
|
+
default154 as IconVideo,
|
|
314
|
+
default155 as IconViewCalendar,
|
|
315
|
+
default156 as IconViewList,
|
|
316
|
+
default157 as IconWand,
|
|
317
|
+
default158 as IconWrite,
|
|
318
|
+
default159 as IconZoomIn,
|
|
319
|
+
default160 as IconZoomOut
|
|
304
320
|
};
|
package/dist/index.js
CHANGED
|
@@ -68,16 +68,19 @@ import { default as default67 } from "./hooks/useUpload/useUpload.js";
|
|
|
68
68
|
import { default as default68 } from "./hooks/useUploadFiles/useUploadFiles.js";
|
|
69
69
|
import { default as default69 } from "./hooks/useUser/useUser.js";
|
|
70
70
|
import { default as default70 } from "./hooks/useWorkspaceFile/useWorkspaceFile.js";
|
|
71
|
-
import { default as default71 } from "./hooks/
|
|
72
|
-
import { default as default72 } from "./hooks/
|
|
73
|
-
import { default as default73 } from "./hooks/
|
|
74
|
-
import { default as default74 } from "./
|
|
75
|
-
import { default as default75 } from "./modules/modals/
|
|
76
|
-
import { default as default76 } from "./modules/modals/
|
|
77
|
-
import { default as default77 } from "./modules/modals/
|
|
78
|
-
import { default as default78 } from "./modules/modals/
|
|
79
|
-
import { default as default79 } from "./modules/modals/
|
|
80
|
-
import { default as default80 } from "./modules/modals/
|
|
71
|
+
import { default as default71 } from "./hooks/useWorkspaceFolders/useWorkspaceFolders.js";
|
|
72
|
+
import { default as default72 } from "./hooks/useWorkspaceSearch/useWorkspaceSearch.js";
|
|
73
|
+
import { default as default73 } from "./hooks/useXitiTrackPageLoad/useXitiTrackPageLoad.js";
|
|
74
|
+
import { default as default74 } from "./hooks/useZendeskGuide/useZendeskGuide.js";
|
|
75
|
+
import { default as default75 } from "./modules/modals/AddAttachmentToWorkspaceModal/AddAttachmentToWorkspaceModal.js";
|
|
76
|
+
import { default as default76 } from "./modules/modals/ConfirmModal/ConfirmModal.js";
|
|
77
|
+
import { default as default77 } from "./modules/modals/OnboardingModal/OnboardingModal.js";
|
|
78
|
+
import { default as default78 } from "./modules/modals/PublishModal/PublishModal.js";
|
|
79
|
+
import { default as default79 } from "./modules/modals/ResourceModal/apps/BlogPublic.js";
|
|
80
|
+
import { default as default80 } from "./modules/modals/ResourceModal/hooks/useUpdateMutation.js";
|
|
81
|
+
import { default as default81 } from "./modules/modals/ShareModal/ShareModal.js";
|
|
82
|
+
import { default as default82 } from "./modules/modals/ShareModal/apps/ShareBlog.js";
|
|
83
|
+
import { default as default83 } from "./modules/modals/ShareModal/hooks/useShareMutation.js";
|
|
81
84
|
import { AccessiblePalette, DefaultPalette } from "./components/ColorPicker/ColorPalette.js";
|
|
82
85
|
import { DropzoneContext, useDropzoneContext } from "./components/Dropzone/DropzoneContext.js";
|
|
83
86
|
import { Column, Grid } from "./components/Grid/Grid.js";
|
|
@@ -107,13 +110,14 @@ import { mergeRefs, setRef } from "./utilities/refs/ref.js";
|
|
|
107
110
|
export {
|
|
108
111
|
AccessiblePalette,
|
|
109
112
|
default2 as ActionBar,
|
|
113
|
+
default75 as AddAttachmentToWorkspaceModal,
|
|
110
114
|
default3 as Alert,
|
|
111
115
|
default4 as AppHeader,
|
|
112
116
|
default5 as AppIcon,
|
|
113
117
|
default6 as Attachment,
|
|
114
118
|
default7 as Avatar,
|
|
115
119
|
default8 as Badge,
|
|
116
|
-
|
|
120
|
+
default79 as BlogPublic,
|
|
117
121
|
default9 as Breadcrumb,
|
|
118
122
|
default10 as Button,
|
|
119
123
|
default13 as Card,
|
|
@@ -122,6 +126,7 @@ export {
|
|
|
122
126
|
default16 as ColorPickerItem,
|
|
123
127
|
Column,
|
|
124
128
|
default17 as Combobox,
|
|
129
|
+
default76 as ConfirmModal,
|
|
125
130
|
DefaultPalette,
|
|
126
131
|
DndTree,
|
|
127
132
|
default18 as Dropdown,
|
|
@@ -148,19 +153,19 @@ export {
|
|
|
148
153
|
Menu,
|
|
149
154
|
MockedProvider,
|
|
150
155
|
default30 as Modal,
|
|
151
|
-
|
|
156
|
+
default77 as OnboardingModal,
|
|
152
157
|
Popover,
|
|
153
158
|
PopoverBody,
|
|
154
159
|
PopoverFooter,
|
|
155
160
|
PopoverHeader,
|
|
156
|
-
|
|
161
|
+
default78 as PublishModal,
|
|
157
162
|
default31 as Radio,
|
|
158
163
|
ResourceModal,
|
|
159
164
|
default32 as SearchBar,
|
|
160
165
|
default12 as SearchButton,
|
|
161
166
|
default33 as Select,
|
|
162
|
-
|
|
163
|
-
|
|
167
|
+
default82 as ShareBlog,
|
|
168
|
+
default81 as ShareModal,
|
|
164
169
|
default37 as SortableTree,
|
|
165
170
|
default34 as Table,
|
|
166
171
|
Tabs,
|
|
@@ -224,7 +229,7 @@ export {
|
|
|
224
229
|
default59 as useLibraryUrl,
|
|
225
230
|
default60 as useMediaLibrary,
|
|
226
231
|
default61 as useScrollToTop,
|
|
227
|
-
|
|
232
|
+
default83 as useShareMutation,
|
|
228
233
|
default62 as useTitle,
|
|
229
234
|
default63 as useToast,
|
|
230
235
|
default64 as useToggle,
|
|
@@ -232,13 +237,14 @@ export {
|
|
|
232
237
|
default66 as useTrashedResource,
|
|
233
238
|
useTreeSortable,
|
|
234
239
|
useTreeView,
|
|
235
|
-
|
|
240
|
+
default80 as useUpdateMutation,
|
|
236
241
|
default67 as useUpload,
|
|
237
242
|
default68 as useUploadFiles,
|
|
238
243
|
default69 as useUser,
|
|
239
244
|
default70 as useWorkspaceFile,
|
|
240
|
-
default71 as
|
|
241
|
-
default72 as
|
|
242
|
-
default73 as
|
|
245
|
+
default71 as useWorkspaceFolders,
|
|
246
|
+
default72 as useWorkspaceSearch,
|
|
247
|
+
default73 as useXitiTrackPageLoad,
|
|
248
|
+
default74 as useZendeskGuide,
|
|
243
249
|
wrapTreeNode
|
|
244
250
|
};
|
package/dist/modals.js
CHANGED
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
import { default as default2 } from "./modules/modals/
|
|
2
|
-
import { default as default3 } from "./modules/modals/
|
|
3
|
-
import { default as default4 } from "./modules/modals/
|
|
4
|
-
import { default as default5 } from "./modules/modals/
|
|
5
|
-
import { default as default6 } from "./modules/modals/
|
|
6
|
-
import { default as default7 } from "./modules/modals/
|
|
7
|
-
import { default as default8 } from "./modules/modals/ShareModal/
|
|
1
|
+
import { default as default2 } from "./modules/modals/AddAttachmentToWorkspaceModal/AddAttachmentToWorkspaceModal.js";
|
|
2
|
+
import { default as default3 } from "./modules/modals/ConfirmModal/ConfirmModal.js";
|
|
3
|
+
import { default as default4 } from "./modules/modals/OnboardingModal/OnboardingModal.js";
|
|
4
|
+
import { default as default5 } from "./modules/modals/PublishModal/PublishModal.js";
|
|
5
|
+
import { default as default6 } from "./modules/modals/ResourceModal/apps/BlogPublic.js";
|
|
6
|
+
import { default as default7 } from "./modules/modals/ResourceModal/hooks/useUpdateMutation.js";
|
|
7
|
+
import { default as default8 } from "./modules/modals/ShareModal/ShareModal.js";
|
|
8
|
+
import { default as default9 } from "./modules/modals/ShareModal/apps/ShareBlog.js";
|
|
9
|
+
import { default as default10 } from "./modules/modals/ShareModal/hooks/useShareMutation.js";
|
|
8
10
|
import { ResourceModal } from "./modules/modals/ResourceModal/ResourceModal.js";
|
|
9
11
|
export {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
default3 as
|
|
12
|
+
default2 as AddAttachmentToWorkspaceModal,
|
|
13
|
+
default6 as BlogPublic,
|
|
14
|
+
default3 as ConfirmModal,
|
|
15
|
+
default4 as OnboardingModal,
|
|
16
|
+
default5 as PublishModal,
|
|
13
17
|
ResourceModal,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
+
default9 as ShareBlog,
|
|
19
|
+
default8 as ShareModal,
|
|
20
|
+
default10 as useShareMutation,
|
|
21
|
+
default7 as useUpdateMutation
|
|
18
22
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { WorkspaceVisibility } from '@edifice.io/client';
|
|
2
|
-
import { Content, FocusPosition, JSONContent } from '@tiptap/react';
|
|
2
|
+
import { Content, Extensions, FocusPosition, JSONContent } from '@tiptap/react';
|
|
3
3
|
export interface EditorRef {
|
|
4
4
|
/** Get the current content. */
|
|
5
5
|
getContent: (as: 'html' | 'json' | 'plain') => undefined | string | JSONContent;
|
|
@@ -40,6 +40,8 @@ export interface EditorProps {
|
|
|
40
40
|
onContentChange?: ({ editor }: {
|
|
41
41
|
editor: any;
|
|
42
42
|
}) => void;
|
|
43
|
+
/** Extensions to add to the editor */
|
|
44
|
+
extensions?: Extensions;
|
|
43
45
|
}
|
|
44
46
|
declare const Editor: import('react').ForwardRefExoticComponent<EditorProps & import('react').RefAttributes<EditorRef>>;
|
|
45
47
|
export default Editor;
|