@appthen/vibe-workspace 0.1.7 → 0.1.8
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/PLUGIN_DEV.md +30 -0
- package/dist/{DocxPreview-GruinkmZ.js → DocxPreview-CAmipQT3.js} +5 -5
- package/dist/{DocxPreview-GruinkmZ.js.map → DocxPreview-CAmipQT3.js.map} +1 -1
- package/dist/{DotBadge-Dm0es7Ho.js → DotBadge-CeeLzNu3.js} +3 -3
- package/dist/{DotBadge-Dm0es7Ho.js.map → DotBadge-CeeLzNu3.js.map} +1 -1
- package/dist/{ExtensionManifestSchema-BIuNTfeS.js → ExtensionManifestSchema-INV7dTEG.js} +3 -3
- package/dist/{ExtensionManifestSchema-BIuNTfeS.js.map → ExtensionManifestSchema-INV7dTEG.js.map} +1 -1
- package/dist/{FreeCanvas-BC24RbJp.js → FreeCanvas-DritKIPq.js} +2 -2
- package/dist/{FreeCanvas-BC24RbJp.js.map → FreeCanvas-DritKIPq.js.map} +1 -1
- package/dist/{ImagePreview-BUZPZ76T.js → ImagePreview-ByIQrPzb.js} +4 -4
- package/dist/{ImagePreview-BUZPZ76T.js.map → ImagePreview-ByIQrPzb.js.map} +1 -1
- package/dist/{PdfPreview-C431TVJo.js → PdfPreview-0vwF3tLn.js} +4 -4
- package/dist/{PdfPreview-C431TVJo.js.map → PdfPreview-0vwF3tLn.js.map} +1 -1
- package/dist/{PluginContext-J-PUm9Dt.js → PluginContext-uAiGNF8S.js} +2 -20
- package/dist/PluginContext-uAiGNF8S.js.map +1 -0
- package/dist/{Workbench-C3Gi8mtZ.js → Workbench-8uTfTtsq.js} +4267 -2776
- package/dist/{Workbench-C3Gi8mtZ.js.map → Workbench-8uTfTtsq.js.map} +1 -1
- package/dist/{activate-Cn14NQGw.js → activate-DVnxnmfA.js} +84 -80
- package/dist/{activate-Cn14NQGw.js.map → activate-DVnxnmfA.js.map} +1 -1
- package/dist/canvas-core/index.js +1 -1
- package/dist/coding-kit/index.js +1 -1
- package/dist/components/index.js +4 -4
- package/dist/{devWorkbench-Ifd_a8Pb.js → devWorkbench-DZ1mFC3i.js} +2 -2
- package/dist/{devWorkbench-Ifd_a8Pb.js.map → devWorkbench-DZ1mFC3i.js.map} +1 -1
- package/dist/{dialog-DK8v51ew.js → dialog-ssICQNSV.js} +2 -2
- package/dist/{dialog-DK8v51ew.js.map → dialog-ssICQNSV.js.map} +1 -1
- package/dist/{docx-preview-BdpXCqA9.js → docx-preview-lJ7EdPsl.js} +2 -2
- package/dist/{docx-preview-BdpXCqA9.js.map → docx-preview-lJ7EdPsl.js.map} +1 -1
- package/dist/extension-cli/index.js +1 -1
- package/dist/extension-dev/index.js +1 -1
- package/dist/extension-dev-workbench/index.js +4 -4
- package/dist/extension-schema/index.js +3 -3
- package/dist/{extensionRegistry-C_OUg-8s.js → extensionRegistry-D35Ld-Wa.js} +10 -7
- package/dist/{extensionRegistry-C_OUg-8s.js.map → extensionRegistry-D35Ld-Wa.js.map} +1 -1
- package/dist/index.js +17 -17
- package/dist/index.js.map +1 -1
- package/dist/{list-detail-workspace-template-BVyGyLpE.js → list-detail-workspace-template-BTrgMGPx.js} +2 -2
- package/dist/{list-detail-workspace-template-BVyGyLpE.js.map → list-detail-workspace-template-BTrgMGPx.js.map} +1 -1
- package/dist/overlay/index.js +2 -2
- package/dist/{pluginCapabilities-9gzDTIuB.js → pluginCapabilities-BkCT7QDO.js} +197 -20
- package/dist/pluginCapabilities-BkCT7QDO.js.map +1 -0
- package/dist/plugins/agent/PluginModule.js +2 -2
- package/dist/plugins/base/index.js +1 -1
- package/dist/{sheet-CdvS0URe.js → sheet-Bsq3CLW4.js} +6 -6
- package/dist/{sheet-CdvS0URe.js.map → sheet-Bsq3CLW4.js.map} +1 -1
- package/dist/{skeleton-99iI2m9p.js → skeleton-BSqTbX9l.js} +4 -4
- package/dist/{skeleton-99iI2m9p.js.map → skeleton-BSqTbX9l.js.map} +1 -1
- package/dist/types-BL0aIpQ1.js.map +1 -1
- package/dist/ui/index.js +3 -3
- package/dist/{useBinaryFileUrl-CcgcbIxT.js → useBinaryFileUrl-D11yvGuG.js} +3 -3
- package/dist/{useBinaryFileUrl-CcgcbIxT.js.map → useBinaryFileUrl-D11yvGuG.js.map} +1 -1
- package/dist/vibe-workspace/src/components/ExtensionBadgeMark.d.ts +10 -0
- package/dist/vibe-workspace/src/components/LayoutSystem.d.ts +4 -0
- package/dist/vibe-workspace/src/components/MonacoWrapper.d.ts +5 -1
- package/dist/vibe-workspace/src/components/TopBar.d.ts +2 -0
- package/dist/vibe-workspace/src/core/extensionBadges.d.ts +47 -0
- package/dist/vibe-workspace/src/core/extensionBadges.test.d.ts +1 -0
- package/dist/vibe-workspace/src/core/extensionViews.d.ts +6 -0
- package/dist/vibe-workspace/src/core/pluginCapabilities.d.ts +15 -0
- package/dist/vibe-workspace/src/hooks/useThemeLayout.d.ts +3 -0
- package/dist/vibe-workspace/src/index.d.ts +1 -0
- package/dist/vibe-workspace/src/plugins/base/types.d.ts +1 -0
- package/dist/vibe-workspace/src/plugins/conversation-network/components/right-panel/ComponentDockBar.d.ts +6 -0
- package/dist/vibe-workspace/src/plugins/conversation-network/components/right-panel/DynamicComponentZone.d.ts +5 -3
- package/dist/vibe-workspace/src/plugins/conversation-network/components/right-panel/PanelSlotCard.d.ts +6 -1
- package/dist/vibe-workspace/src/plugins/conversation-network/components/right-panel/ParticipantBar.d.ts +1 -2
- package/dist/vibe-workspace/src/plugins/conversation-network/components/right-panel/ParticipantBarItem.d.ts +18 -15
- package/dist/vibe-workspace/src/plugins/conversation-network/conversationHubShell.d.ts +14 -1
- package/dist/vibe-workspace/src/plugins/conversation-network/services/conversationHubShellResolver.d.ts +3 -1
- package/dist/vibe-workspace/src/services/authRedirect.d.ts +1 -0
- package/dist/vibe-workspace/src/services/themeService.d.ts +81 -7
- package/dist/vibe-workspace/src/workbench/WorkbenchAccountMenu.d.ts +5 -0
- package/dist/vibe-workspace.css +36 -43
- package/dist/workbench/index.js +2 -2
- package/package.json +1 -1
- package/postcss.config.js +1 -2
- package/tailwind.config.js +10 -3
- package/dist/PluginContext-J-PUm9Dt.js.map +0 -1
- package/dist/pluginCapabilities-9gzDTIuB.js.map +0 -1
- package/dist/vibe-workspace/src/AgentEmbedPage.d.ts +0 -1
- package/dist/vibe-workspace/src/plugins/work-weixin/WorkWeixinPlugin.d.ts +0 -5
- package/dist/vibe-workspace/src/plugins/work-weixin/apiService.d.ts +0 -8
- package/dist/vibe-workspace/src/plugins/work-weixin/configService.d.ts +0 -46
- package/dist/vibe-workspace/src/plugins/work-weixin/index.d.ts +0 -2
- package/dist/vibe-workspace/src/plugins/workbench-admin/WorkbenchAdminSidebar.d.ts +0 -7
- package/dist/vibe-workspace/src/plugins/workbench-admin/activate.d.ts +0 -2
- package/dist/vibe-workspace/src/plugins/workbench-admin/index.d.ts +0 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
2
2
|
import React__default, { createContext, useState, useRef, useEffect, useCallback, Suspense, useMemo, useContext } from "react";
|
|
3
3
|
import { useParams } from "react-router-dom";
|
|
4
|
-
import { L as LayoutGrid, P as Plus, R as RefreshCw, e as extensionRegistry, n as nanoid, g as getDefaultExportFromCjs, b as getAuthHeaders } from "./extensionRegistry-
|
|
5
|
-
import { C as ClientToolRegistry,
|
|
4
|
+
import { L as LayoutGrid, P as Plus, R as RefreshCw, e as extensionRegistry, n as nanoid, g as getDefaultExportFromCjs, b as getAuthHeaders } from "./extensionRegistry-D35Ld-Wa.js";
|
|
5
|
+
import { C as ClientToolRegistry, f as globalClientToolRegistry, e as getUIResourceRegistry, v as getComponentLifecycleManager, j as getRuntimeUserId, g as getRuntimeAccessToken } from "./pluginCapabilities-BkCT7QDO.js";
|
|
6
6
|
import { c as createLucideIcon, X, I as Icon, a as clsx } from "./x-DGVakEST.js";
|
|
7
7
|
import { A as ArrowLeft, B as Bell } from "./bell-D9i7ClxC.js";
|
|
8
8
|
import { C as Check, a as ChevronUp, b as Circle } from "./circle-D1lKxHx-.js";
|
|
@@ -47113,7 +47113,7 @@ class AlertRenderer extends React__default.Component {
|
|
|
47113
47113
|
"my-4 p-4 rounded-lg border flex items-start gap-3",
|
|
47114
47114
|
type === "warning" ? "bg-yellow-900/10 border-yellow-800/30 text-yellow-200" : type === "error" ? "bg-red-900/10 border-red-800/30 text-red-200" : "bg-blue-900/10 border-blue-800/30 text-blue-200"
|
|
47115
47115
|
), children: [
|
|
47116
|
-
type === "warning" ? /* @__PURE__ */ jsx(AlertCircle, { className: "w-5 h-5
|
|
47116
|
+
type === "warning" ? /* @__PURE__ */ jsx(AlertCircle, { className: "w-5 h-5 shrink-0" }) : /* @__PURE__ */ jsx(Info2, { className: "w-5 h-5 shrink-0" }),
|
|
47117
47117
|
/* @__PURE__ */ jsx("div", { className: "text-sm leading-relaxed whitespace-pre-wrap", children: content2 })
|
|
47118
47118
|
] });
|
|
47119
47119
|
}
|
|
@@ -48350,7 +48350,7 @@ const FileOperationViewer = ({ type, input, status }) => {
|
|
|
48350
48350
|
pathComponents.dir && /* @__PURE__ */ jsx("span", { className: "text-[var(--vscode-descriptionForeground)] truncate text-[11px] opacity-80 direction-rtl", title: pathComponents.dir, children: pathComponents.dir })
|
|
48351
48351
|
] })
|
|
48352
48352
|
] }),
|
|
48353
|
-
/* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2
|
|
48353
|
+
/* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2 shrink-0", children: [
|
|
48354
48354
|
stats && /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2 mr-1 text-[10px] font-mono opacity-80", children: [
|
|
48355
48355
|
stats.added > 0 && /* @__PURE__ */ jsxs("span", { className: "text-[var(--vscode-gitDecoration-addedResourceForeground)]", children: [
|
|
48356
48356
|
"+",
|
|
@@ -48782,7 +48782,7 @@ const SessionControlPanel = ({ todos, className }) => {
|
|
|
48782
48782
|
/* @__PURE__ */ jsx(CheckCircle2Icon, { className: "w-6 h-6 mb-2 opacity-20" }),
|
|
48783
48783
|
/* @__PURE__ */ jsx("span", { className: "text-[10px]", children: "No tasks yet" })
|
|
48784
48784
|
] }) : todos.map((todo) => /* @__PURE__ */ jsxs("div", { className: "flex items-start gap-2 px-3 py-1.5 border-b hover:bg-[var(--vscode-list-hoverBackground)] transition-colors group", style: { borderColor: "var(--vscode-panel-border)" }, children: [
|
|
48785
|
-
/* @__PURE__ */ jsx("div", { className: "mt-0.5
|
|
48785
|
+
/* @__PURE__ */ jsx("div", { className: "mt-0.5 shrink-0", children: todo.status === "completed" ? /* @__PURE__ */ jsx(CheckCircle2Icon, { className: "w-3.5 h-3.5", style: { color: "var(--vscode-testing-iconPassed)" } }) : todo.status === "in_progress" ? /* @__PURE__ */ jsx("div", { className: "w-3.5 h-3.5 rounded-full border-[1.5px] border-t-transparent animate-spin", style: { borderColor: "var(--vscode-progressBar-background)", borderTopColor: "transparent" } }) : /* @__PURE__ */ jsx(CircleIcon, { className: "w-3.5 h-3.5 text-[var(--vscode-input-placeholderForeground)]" }) }),
|
|
48786
48786
|
/* @__PURE__ */ jsx("div", { className: "flex-1 min-w-0", children: /* @__PURE__ */ jsx("p", { className: clsx(
|
|
48787
48787
|
"text-[11px] leading-snug break-words font-medium",
|
|
48788
48788
|
todo.status === "completed" ? "text-[var(--vscode-input-placeholderForeground)] line-through" : "text-[var(--vscode-editor-foreground)]"
|
|
@@ -48800,7 +48800,7 @@ const SessionControlPanel = ({ todos, className }) => {
|
|
|
48800
48800
|
)
|
|
48801
48801
|
] }, todo.id)) }),
|
|
48802
48802
|
activeTab === "changes" && /* @__PURE__ */ jsx("div", { className: "flex flex-col", children: mockChanges.map((change, idx) => /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2 px-3 py-1 border-b hover:bg-[var(--vscode-list-hoverBackground)] transition-colors group cursor-pointer h-7", style: { borderColor: "var(--vscode-panel-border)" }, children: [
|
|
48803
|
-
/* @__PURE__ */ jsx("div", { className: "
|
|
48803
|
+
/* @__PURE__ */ jsx("div", { className: "shrink-0 w-3 flex justify-center", children: change.type === "added" ? /* @__PURE__ */ jsx("span", { className: "text-[10px] font-bold", style: { color: "var(--vscode-testing-iconPassed)" }, children: "A" }) : change.type === "deleted" ? /* @__PURE__ */ jsx("span", { className: "text-[10px] font-bold", style: { color: "var(--vscode-testing-iconFailed)" }, children: "D" }) : /* @__PURE__ */ jsx("span", { className: "text-[10px] font-bold", style: { color: "var(--vscode-textLink-foreground)" }, children: "M" }) }),
|
|
48804
48804
|
/* @__PURE__ */ jsxs("div", { className: "flex-1 min-w-0 flex items-center justify-between gap-2", children: [
|
|
48805
48805
|
/* @__PURE__ */ jsx("span", { className: "text-[11px] text-[var(--vscode-editor-foreground)] truncate font-mono", title: change.path, children: change.path.split("/").pop() }),
|
|
48806
48806
|
/* @__PURE__ */ jsx("span", { className: "text-[10px] text-[var(--vscode-input-placeholderForeground)] truncate dir-rtl text-right flex-1 font-mono opacity-60", children: change.path })
|
|
@@ -49378,7 +49378,7 @@ class ChatInput extends React__default.Component {
|
|
|
49378
49378
|
this.state.isDragOver && /* @__PURE__ */ jsx(
|
|
49379
49379
|
"div",
|
|
49380
49380
|
{
|
|
49381
|
-
className: "absolute inset-0 z-50 rounded-lg border-2 border-dashed flex items-center justify-center
|
|
49381
|
+
className: "absolute inset-0 z-50 rounded-lg border-2 border-dashed flex items-center justify-center backdrop-blur-sm",
|
|
49382
49382
|
style: {
|
|
49383
49383
|
backgroundColor: "var(--vscode-editor-background)",
|
|
49384
49384
|
borderColor: "var(--vscode-focusBorder)",
|
|
@@ -49413,7 +49413,7 @@ class ChatInput extends React__default.Component {
|
|
|
49413
49413
|
borderColor: "var(--vscode-editorWidget-border)"
|
|
49414
49414
|
},
|
|
49415
49415
|
children: [
|
|
49416
|
-
/* @__PURE__ */ jsxs("div", { className: "px-3 py-2 border-b text-[10px] font-bold uppercase tracking-wider flex justify-between items-center
|
|
49416
|
+
/* @__PURE__ */ jsxs("div", { className: "px-3 py-2 border-b text-[10px] font-bold uppercase tracking-wider flex justify-between items-center shrink-0", style: { backgroundColor: "var(--vscode-sideBarSectionHeader-background)", borderColor: "var(--vscode-editorWidget-border)", color: "var(--vscode-sideBarTitle-foreground)" }, children: [
|
|
49417
49417
|
/* @__PURE__ */ jsx("span", { children: (activeTrigger == null ? void 0 : activeTrigger.label) || "Suggestions" }),
|
|
49418
49418
|
/* @__PURE__ */ jsx("span", { className: "px-1.5 py-0.5 rounded font-mono", style: { backgroundColor: "var(--vscode-badge-background)", color: "var(--vscode-badge-foreground)" }, children: "TAB" })
|
|
49419
49419
|
] }),
|
|
@@ -49440,7 +49440,7 @@ class ChatInput extends React__default.Component {
|
|
|
49440
49440
|
"div",
|
|
49441
49441
|
{
|
|
49442
49442
|
className: clsx(
|
|
49443
|
-
"p-1 rounded border
|
|
49443
|
+
"p-1 rounded border shrink-0",
|
|
49444
49444
|
index2 === selectedIndex ? "" : ""
|
|
49445
49445
|
),
|
|
49446
49446
|
style: {
|
|
@@ -50557,7 +50557,7 @@ export {
|
|
|
50557
50557
|
Video as ay,
|
|
50558
50558
|
Brain as az,
|
|
50559
50559
|
FileSystemContext as b,
|
|
50560
|
-
|
|
50560
|
+
Link as b$,
|
|
50561
50561
|
Mail as b0,
|
|
50562
50562
|
Webhook as b1,
|
|
50563
50563
|
Radio as b2,
|
|
@@ -50568,33 +50568,33 @@ export {
|
|
|
50568
50568
|
Boxes as b7,
|
|
50569
50569
|
Cpu as b8,
|
|
50570
50570
|
ArrowLeftRight as b9,
|
|
50571
|
-
|
|
50572
|
-
|
|
50573
|
-
|
|
50574
|
-
|
|
50575
|
-
|
|
50576
|
-
|
|
50577
|
-
|
|
50578
|
-
|
|
50579
|
-
|
|
50580
|
-
|
|
50581
|
-
|
|
50582
|
-
|
|
50583
|
-
|
|
50584
|
-
|
|
50585
|
-
|
|
50586
|
-
|
|
50587
|
-
|
|
50588
|
-
|
|
50589
|
-
|
|
50590
|
-
|
|
50591
|
-
|
|
50592
|
-
|
|
50593
|
-
|
|
50594
|
-
|
|
50595
|
-
|
|
50596
|
-
|
|
50597
|
-
|
|
50571
|
+
Stethoscope as bA,
|
|
50572
|
+
Clipboard as bB,
|
|
50573
|
+
CircleDot as bC,
|
|
50574
|
+
LayoutDashboard as bD,
|
|
50575
|
+
Library as bE,
|
|
50576
|
+
Compass as bF,
|
|
50577
|
+
History as bG,
|
|
50578
|
+
BadgeCheck as bH,
|
|
50579
|
+
UsersRound as bI,
|
|
50580
|
+
LockKeyhole as bJ,
|
|
50581
|
+
FlaskConical as bK,
|
|
50582
|
+
CirclePause as bL,
|
|
50583
|
+
Undo as bM,
|
|
50584
|
+
Redo as bN,
|
|
50585
|
+
Heading1 as bO,
|
|
50586
|
+
Heading2 as bP,
|
|
50587
|
+
Heading3 as bQ,
|
|
50588
|
+
Bold as bR,
|
|
50589
|
+
Italic as bS,
|
|
50590
|
+
Underline as bT,
|
|
50591
|
+
Strikethrough as bU,
|
|
50592
|
+
TextAlignStart as bV,
|
|
50593
|
+
TextAlignCenter as bW,
|
|
50594
|
+
TextAlignEnd as bX,
|
|
50595
|
+
List as bY,
|
|
50596
|
+
ListOrdered as bZ,
|
|
50597
|
+
Quote as b_,
|
|
50598
50598
|
KeyRound as ba,
|
|
50599
50599
|
Link2 as bb,
|
|
50600
50600
|
Share2 as bc,
|
|
@@ -50605,49 +50605,53 @@ export {
|
|
|
50605
50605
|
Pin as bh,
|
|
50606
50606
|
BellOff as bi,
|
|
50607
50607
|
MessagesSquare as bj,
|
|
50608
|
-
|
|
50609
|
-
|
|
50610
|
-
|
|
50611
|
-
|
|
50612
|
-
|
|
50613
|
-
|
|
50614
|
-
|
|
50615
|
-
|
|
50616
|
-
|
|
50617
|
-
|
|
50618
|
-
|
|
50619
|
-
|
|
50620
|
-
|
|
50621
|
-
|
|
50622
|
-
|
|
50623
|
-
|
|
50608
|
+
UserRound as bk,
|
|
50609
|
+
remarkGfm as bl,
|
|
50610
|
+
Markdown as bm,
|
|
50611
|
+
CircleX as bn,
|
|
50612
|
+
ClipboardList as bo,
|
|
50613
|
+
Ban as bp,
|
|
50614
|
+
Pencil as bq,
|
|
50615
|
+
CircleMinus as br,
|
|
50616
|
+
CircleDashed as bs,
|
|
50617
|
+
UserRoundPlus as bt,
|
|
50618
|
+
Briefcase as bu,
|
|
50619
|
+
ChartColumn as bv,
|
|
50620
|
+
PanelRightClose as bw,
|
|
50621
|
+
PanelRightOpen as bx,
|
|
50622
|
+
Info$2 as by,
|
|
50623
|
+
Paperclip as bz,
|
|
50624
50624
|
activate as c,
|
|
50625
|
-
|
|
50626
|
-
|
|
50627
|
-
|
|
50628
|
-
|
|
50629
|
-
|
|
50630
|
-
|
|
50631
|
-
|
|
50632
|
-
|
|
50633
|
-
|
|
50634
|
-
|
|
50635
|
-
|
|
50636
|
-
|
|
50637
|
-
|
|
50638
|
-
|
|
50639
|
-
|
|
50640
|
-
|
|
50641
|
-
|
|
50642
|
-
|
|
50643
|
-
|
|
50644
|
-
|
|
50645
|
-
|
|
50646
|
-
|
|
50647
|
-
|
|
50648
|
-
|
|
50649
|
-
|
|
50650
|
-
|
|
50625
|
+
TrendingUp as c0,
|
|
50626
|
+
GitBranch as c1,
|
|
50627
|
+
CloudUpload as c2,
|
|
50628
|
+
CloudDownload as c3,
|
|
50629
|
+
Square as c4,
|
|
50630
|
+
EllipsisVertical as c5,
|
|
50631
|
+
Folder as c6,
|
|
50632
|
+
Laptop as c7,
|
|
50633
|
+
Cloud as c8,
|
|
50634
|
+
SquareTerminal as c9,
|
|
50635
|
+
Earth as ca,
|
|
50636
|
+
Save as cb,
|
|
50637
|
+
FileCode as cc,
|
|
50638
|
+
Keyboard as cd,
|
|
50639
|
+
PackageCheck as ce,
|
|
50640
|
+
FileArchive as cf,
|
|
50641
|
+
AtSign as cg,
|
|
50642
|
+
ShieldOff as ch,
|
|
50643
|
+
Mic as ci,
|
|
50644
|
+
SendHorizontal as cj,
|
|
50645
|
+
Files as ck,
|
|
50646
|
+
FolderInput as cl,
|
|
50647
|
+
Scissors as cm,
|
|
50648
|
+
PenLine as cn,
|
|
50649
|
+
MapPin as co,
|
|
50650
|
+
FolderPlus as cp,
|
|
50651
|
+
LogOut as cq,
|
|
50652
|
+
House as cr,
|
|
50653
|
+
Sun as cs,
|
|
50654
|
+
Moon as ct,
|
|
50651
50655
|
Bot as d,
|
|
50652
50656
|
CircleQuestionMark as e,
|
|
50653
50657
|
ListFilter as f,
|
|
@@ -50672,4 +50676,4 @@ export {
|
|
|
50672
50676
|
ScrollText as y,
|
|
50673
50677
|
Megaphone as z
|
|
50674
50678
|
};
|
|
50675
|
-
//# sourceMappingURL=activate-
|
|
50679
|
+
//# sourceMappingURL=activate-DVnxnmfA.js.map
|