@edifice.io/react 2.2.1 → 2.2.2-develop-b2school.20250404170224
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 +4 -3
- 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 +102 -100
- package/dist/icons.js +226 -210
- package/dist/index.d.ts +1 -0
- package/dist/index.js +46 -20
- package/dist/modals.js +16 -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/IconNabook.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconNabook.js +14 -0
- package/dist/modules/icons/components/apps/index.d.ts +1 -0
- package/dist/modules/icons/components/index.d.ts +8 -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 +1 -0
- package/dist/modules/multimedia/WorkspaceFolders/WorkspaceFolders.d.ts +8 -0
- package/dist/modules/multimedia/WorkspaceFolders/WorkspaceFolders.js +20 -0
- package/dist/modules/multimedia/WorkspaceFolders/index.d.ts +1 -0
- package/dist/modules/multimedia/index.d.ts +1 -0
- package/dist/multimedia.js +3 -1
- package/package.json +6 -6
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.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -68,16 +68,27 @@ 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/ShareModal/
|
|
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/ConfirmModal/ConfirmModal.js";
|
|
76
|
+
import { default as default76 } from "./modules/modals/OnboardingModal/OnboardingModal.js";
|
|
77
|
+
import { default as default77 } from "./modules/modals/PublishModal/PublishModal.js";
|
|
78
|
+
import { default as default78 } from "./modules/modals/ResourceModal/apps/BlogPublic.js";
|
|
79
|
+
import { default as default79 } from "./modules/modals/ResourceModal/hooks/useUpdateMutation.js";
|
|
80
|
+
import { default as default80 } from "./modules/modals/ShareModal/ShareModal.js";
|
|
81
|
+
import { default as default81 } from "./modules/modals/ShareModal/apps/ShareBlog.js";
|
|
82
|
+
import { default as default82 } from "./modules/modals/ShareModal/hooks/useShareMutation.js";
|
|
83
|
+
import { default as default83 } from "./modules/multimedia/AudioRecorder/AudioRecorder.js";
|
|
84
|
+
import { default as default84 } from "./modules/multimedia/Embed/Embed.js";
|
|
85
|
+
import { default as default85 } from "./modules/multimedia/ImageEditor/components/ImageEditor.js";
|
|
86
|
+
import { default as default86 } from "./modules/multimedia/ImagePicker/ImagePicker.js";
|
|
87
|
+
import { default as default87 } from "./modules/multimedia/MediaLibrary/MediaLibrary.js";
|
|
88
|
+
import { default as default88 } from "./modules/multimedia/VideoEmbed/VideoEmbed.js";
|
|
89
|
+
import { default as default89 } from "./modules/multimedia/VideoRecorder/VideoRecorder.js";
|
|
90
|
+
import { default as default90 } from "./modules/multimedia/Workspace/Workspace.js";
|
|
91
|
+
import { default as default91 } from "./modules/multimedia/WorkspaceFolders/WorkspaceFolders.js";
|
|
81
92
|
import { AccessiblePalette, DefaultPalette } from "./components/ColorPicker/ColorPalette.js";
|
|
82
93
|
import { DropzoneContext, useDropzoneContext } from "./components/Dropzone/DropzoneContext.js";
|
|
83
94
|
import { Column, Grid } from "./components/Grid/Grid.js";
|
|
@@ -94,6 +105,8 @@ import { TreeNode } from "./components/TreeView/TreeNode.js";
|
|
|
94
105
|
import { TreeNodeFolderWrapper, addNode, arrayUnique, deleteNode, findNodeById, findParentNode, findPathById, findTreeNode, getAncestors, hasChildren, modifyNode, moveNode, updateNode, wrapTreeNode } from "./components/TreeView/utilities/treeview.js";
|
|
95
106
|
import { useCheckable } from "./hooks/useCheckable/useCheckable.js";
|
|
96
107
|
import { ResourceModal } from "./modules/modals/ResourceModal/ResourceModal.js";
|
|
108
|
+
import { ExternalLinker } from "./modules/multimedia/Linker/ExternalLinker/ExternalLinker.js";
|
|
109
|
+
import { InternalLinker } from "./modules/multimedia/Linker/InternalLinker/InternalLinker.js";
|
|
97
110
|
import { EdificeClientProvider } from "./providers/EdificeClientProvider/EdificeClientProvider.js";
|
|
98
111
|
import { EdificeClientContext } from "./providers/EdificeClientProvider/EdificeClientProvider.context.js";
|
|
99
112
|
import { useEdificeClient } from "./providers/EdificeClientProvider/EdificeClientProvider.hook.js";
|
|
@@ -111,9 +124,10 @@ export {
|
|
|
111
124
|
default4 as AppHeader,
|
|
112
125
|
default5 as AppIcon,
|
|
113
126
|
default6 as Attachment,
|
|
127
|
+
default83 as AudioRecorder,
|
|
114
128
|
default7 as Avatar,
|
|
115
129
|
default8 as Badge,
|
|
116
|
-
|
|
130
|
+
default78 as BlogPublic,
|
|
117
131
|
default9 as Breadcrumb,
|
|
118
132
|
default10 as Button,
|
|
119
133
|
default13 as Card,
|
|
@@ -122,6 +136,7 @@ export {
|
|
|
122
136
|
default16 as ColorPickerItem,
|
|
123
137
|
Column,
|
|
124
138
|
default17 as Combobox,
|
|
139
|
+
default75 as ConfirmModal,
|
|
125
140
|
DefaultPalette,
|
|
126
141
|
DndTree,
|
|
127
142
|
default18 as Dropdown,
|
|
@@ -131,36 +146,42 @@ export {
|
|
|
131
146
|
EdificeClientProvider,
|
|
132
147
|
EdificeThemeContext,
|
|
133
148
|
EdificeThemeProvider,
|
|
149
|
+
default84 as Embed,
|
|
134
150
|
default20 as EmptyScreen,
|
|
151
|
+
ExternalLinker,
|
|
135
152
|
default22 as FormControl,
|
|
136
153
|
default21 as FormText,
|
|
137
154
|
Grid,
|
|
138
155
|
default23 as Heading,
|
|
139
156
|
default11 as IconButton,
|
|
140
157
|
default24 as Image,
|
|
158
|
+
default85 as ImageEditor,
|
|
159
|
+
default86 as ImagePicker,
|
|
141
160
|
default25 as Input,
|
|
161
|
+
InternalLinker,
|
|
142
162
|
default26 as Label,
|
|
143
163
|
Layout,
|
|
144
164
|
List,
|
|
145
165
|
default27 as Loading,
|
|
146
166
|
default28 as LoadingScreen,
|
|
147
167
|
default29 as Logo,
|
|
168
|
+
default87 as MediaLibrary,
|
|
148
169
|
Menu,
|
|
149
170
|
MockedProvider,
|
|
150
171
|
default30 as Modal,
|
|
151
|
-
|
|
172
|
+
default76 as OnboardingModal,
|
|
152
173
|
Popover,
|
|
153
174
|
PopoverBody,
|
|
154
175
|
PopoverFooter,
|
|
155
176
|
PopoverHeader,
|
|
156
|
-
|
|
177
|
+
default77 as PublishModal,
|
|
157
178
|
default31 as Radio,
|
|
158
179
|
ResourceModal,
|
|
159
180
|
default32 as SearchBar,
|
|
160
181
|
default12 as SearchButton,
|
|
161
182
|
default33 as Select,
|
|
162
|
-
|
|
163
|
-
|
|
183
|
+
default81 as ShareBlog,
|
|
184
|
+
default80 as ShareModal,
|
|
164
185
|
default37 as SortableTree,
|
|
165
186
|
default34 as Table,
|
|
166
187
|
Tabs,
|
|
@@ -171,7 +192,11 @@ export {
|
|
|
171
192
|
TreeNode,
|
|
172
193
|
TreeNodeFolderWrapper,
|
|
173
194
|
default39 as TreeView,
|
|
195
|
+
default88 as VideoEmbed,
|
|
196
|
+
default89 as VideoRecorder,
|
|
174
197
|
default40 as VisuallyHidden,
|
|
198
|
+
default90 as Workspace,
|
|
199
|
+
default91 as WorkspaceFolders,
|
|
175
200
|
addNode,
|
|
176
201
|
arrayUnique,
|
|
177
202
|
buildTree,
|
|
@@ -224,7 +249,7 @@ export {
|
|
|
224
249
|
default59 as useLibraryUrl,
|
|
225
250
|
default60 as useMediaLibrary,
|
|
226
251
|
default61 as useScrollToTop,
|
|
227
|
-
|
|
252
|
+
default82 as useShareMutation,
|
|
228
253
|
default62 as useTitle,
|
|
229
254
|
default63 as useToast,
|
|
230
255
|
default64 as useToggle,
|
|
@@ -232,13 +257,14 @@ export {
|
|
|
232
257
|
default66 as useTrashedResource,
|
|
233
258
|
useTreeSortable,
|
|
234
259
|
useTreeView,
|
|
235
|
-
|
|
260
|
+
default79 as useUpdateMutation,
|
|
236
261
|
default67 as useUpload,
|
|
237
262
|
default68 as useUploadFiles,
|
|
238
263
|
default69 as useUser,
|
|
239
264
|
default70 as useWorkspaceFile,
|
|
240
|
-
default71 as
|
|
241
|
-
default72 as
|
|
242
|
-
default73 as
|
|
265
|
+
default71 as useWorkspaceFolders,
|
|
266
|
+
default72 as useWorkspaceSearch,
|
|
267
|
+
default73 as useXitiTrackPageLoad,
|
|
268
|
+
default74 as useZendeskGuide,
|
|
243
269
|
wrapTreeNode
|
|
244
270
|
};
|