@flamingo-stack/openframe-frontend-core 0.0.197 → 0.0.199
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/{chunk-IMDXOVYD.cjs → chunk-332L6IO7.cjs} +73 -93
- package/dist/chunk-332L6IO7.cjs.map +1 -0
- package/dist/chunk-4CWSZPXH.cjs.map +1 -1
- package/dist/{chunk-GIQZAYY5.js → chunk-5URU5DHE.js} +74 -94
- package/dist/chunk-5URU5DHE.js.map +1 -0
- package/dist/chunk-OII2IERE.cjs.map +1 -1
- package/dist/chunk-UC43NICZ.cjs.map +1 -1
- package/dist/chunk-V2FNIPZJ.cjs.map +1 -1
- package/dist/chunk-VJTFBYVG.cjs.map +1 -1
- package/dist/chunk-VRHGVLSL.cjs.map +1 -1
- package/dist/chunk-WZW7C7TF.cjs.map +1 -1
- package/dist/chunk-XQFFGR6U.cjs.map +1 -1
- package/dist/components/chart.d.ts +14 -7
- package/dist/components/chart.d.ts.map +1 -1
- package/dist/components/chat/chat-input.d.ts.map +1 -1
- package/dist/components/chat/chat-message-enhanced.d.ts.map +1 -1
- package/dist/components/chat/chat-message-skeleton.d.ts.map +1 -1
- package/dist/components/chat/types/component.types.d.ts +4 -0
- package/dist/components/chat/types/component.types.d.ts.map +1 -1
- package/dist/components/features/index.cjs +2 -2
- package/dist/components/features/index.cjs.map +1 -1
- package/dist/components/features/index.js +1 -1
- package/dist/components/icons/index.cjs.map +1 -1
- package/dist/components/icons-v2-generated/index.cjs.map +1 -1
- package/dist/components/index.cjs +2 -2
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/navigation/index.cjs +2 -2
- package/dist/components/navigation/index.cjs.map +1 -1
- package/dist/components/navigation/index.js +1 -1
- package/dist/components/platform/ScriptArguments.d.ts.map +1 -1
- package/dist/components/resizable.d.ts +1 -1
- package/dist/components/toast/index.cjs.map +1 -1
- package/dist/components/ui/file-manager/index.cjs.map +1 -1
- package/dist/components/ui/index.cjs +2 -2
- package/dist/components/ui/index.cjs.map +1 -1
- package/dist/components/ui/index.js +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/tailwind.config.cjs +10 -7
- package/dist/tailwind.config.cjs.map +1 -1
- package/dist/tailwind.config.js +10 -7
- package/dist/tailwind.config.js.map +1 -1
- package/package.json +1 -1
- package/src/components/chat/.chat-input.md +0 -1
- package/src/components/chat/chat-container.tsx +3 -3
- package/src/components/chat/chat-input.tsx +38 -51
- package/src/components/chat/chat-message-enhanced.tsx +21 -22
- package/src/components/chat/chat-message-list.tsx +6 -6
- package/src/components/chat/chat-message-skeleton.tsx +9 -10
- package/src/components/chat/types/component.types.ts +4 -0
- package/src/components/platform/ScriptArguments.tsx +7 -6
- package/tailwind.config.ts +4 -0
- package/dist/chunk-GIQZAYY5.js.map +0 -1
- package/dist/chunk-IMDXOVYD.cjs.map +0 -1
|
@@ -109,6 +109,7 @@ import {
|
|
|
109
109
|
PenEditIcon,
|
|
110
110
|
PencilIcon,
|
|
111
111
|
PlayIcon,
|
|
112
|
+
PlusCircleIcon,
|
|
112
113
|
PlusIcon,
|
|
113
114
|
PowershellLogoIcon,
|
|
114
115
|
PythonLogoIcon,
|
|
@@ -4102,7 +4103,7 @@ init_button2();
|
|
|
4102
4103
|
|
|
4103
4104
|
// src/components/plus-circle-icon.tsx
|
|
4104
4105
|
import { jsx as jsx22, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
4105
|
-
function
|
|
4106
|
+
function PlusCircleIcon2({ className, whiteOverlay = false, iconSize = 24, ...props }) {
|
|
4106
4107
|
return /* @__PURE__ */ jsxs18(
|
|
4107
4108
|
"svg",
|
|
4108
4109
|
{
|
|
@@ -4265,7 +4266,7 @@ var ChatHeader = React11.forwardRef(
|
|
|
4265
4266
|
{
|
|
4266
4267
|
ref,
|
|
4267
4268
|
className: cn(
|
|
4268
|
-
"relative mx-auto w-full max-w-
|
|
4269
|
+
"relative mx-auto w-full max-w-ods-content-narrow",
|
|
4269
4270
|
className
|
|
4270
4271
|
),
|
|
4271
4272
|
...props,
|
|
@@ -4280,7 +4281,7 @@ var ChatHeader = React11.forwardRef(
|
|
|
4280
4281
|
leftIcon: /* @__PURE__ */ jsx24(Chevron02LeftIcon, { size: 24, className: "text-ods-text-primary" }),
|
|
4281
4282
|
className: cn(
|
|
4282
4283
|
cardClasses,
|
|
4283
|
-
"absolute -
|
|
4284
|
+
"absolute top-0 right-full mr-[var(--spacing-system-s)] hover:bg-ods-bg-hover"
|
|
4284
4285
|
)
|
|
4285
4286
|
}
|
|
4286
4287
|
),
|
|
@@ -4313,7 +4314,7 @@ var ChatHeader = React11.forwardRef(
|
|
|
4313
4314
|
onClick: onNewChat,
|
|
4314
4315
|
variant: "transparent",
|
|
4315
4316
|
size: "small-legacy",
|
|
4316
|
-
leftIcon: /* @__PURE__ */ jsx24(
|
|
4317
|
+
leftIcon: /* @__PURE__ */ jsx24(PlusCircleIcon2, { className: "w-5 h-5", whiteOverlay: true }),
|
|
4317
4318
|
className: "text-ods-text-primary hover:bg-ods-bg-hover",
|
|
4318
4319
|
children: "New Chat"
|
|
4319
4320
|
}
|
|
@@ -4377,7 +4378,7 @@ var ChatFooter = React11.forwardRef(
|
|
|
4377
4378
|
className
|
|
4378
4379
|
),
|
|
4379
4380
|
...props,
|
|
4380
|
-
children: /* @__PURE__ */ jsx24("div", { className: "mx-auto w-full max-w-
|
|
4381
|
+
children: /* @__PURE__ */ jsx24("div", { className: "mx-auto w-full max-w-ods-content-narrow", children })
|
|
4381
4382
|
}
|
|
4382
4383
|
);
|
|
4383
4384
|
}
|
|
@@ -4700,7 +4701,9 @@ var ChatInput = forwardRef18(
|
|
|
4700
4701
|
sending = false,
|
|
4701
4702
|
awaitingResponse = false,
|
|
4702
4703
|
placeholder = "Enter your Request...",
|
|
4703
|
-
|
|
4704
|
+
// Accepted for back-compat; consumed and discarded so the prop never
|
|
4705
|
+
// falls through to the underlying <textarea> as an unknown DOM attr.
|
|
4706
|
+
reserveAvatarOffset: _reserveAvatarOffset,
|
|
4704
4707
|
disabled = false,
|
|
4705
4708
|
autoFocus = false,
|
|
4706
4709
|
...inputProps
|
|
@@ -4896,73 +4899,51 @@ var ChatInput = forwardRef18(
|
|
|
4896
4899
|
setIsStopping(false);
|
|
4897
4900
|
}
|
|
4898
4901
|
}, [onStop, isStopping]);
|
|
4899
|
-
if (awaitingResponse) {
|
|
4900
|
-
return /* @__PURE__ */ jsxs23(
|
|
4901
|
-
"div",
|
|
4902
|
-
{
|
|
4903
|
-
className: cn(
|
|
4904
|
-
"mx-auto w-full max-w-3xl items-end gap-6",
|
|
4905
|
-
reserveAvatarOffset ? "grid grid-cols-[32px_1fr]" : "grid grid-cols-[1fr]",
|
|
4906
|
-
"flex-shrink-0",
|
|
4907
|
-
className
|
|
4908
|
-
),
|
|
4909
|
-
children: [
|
|
4910
|
-
reserveAvatarOffset && /* @__PURE__ */ jsx28("div", { className: "invisible h-8 w-8", "aria-hidden": true }),
|
|
4911
|
-
/* @__PURE__ */ jsxs23("div", { className: "relative flex items-center justify-center gap-2 rounded-md bg-ods-card border border-ods-border px-3 py-3 transition-colors", children: [
|
|
4912
|
-
/* @__PURE__ */ jsx28(ChatTypingIndicator, { size: "sm", dotClassName: "bg-ods-text-primary" }),
|
|
4913
|
-
/* @__PURE__ */ jsx28("p", { className: "text-h4 text-ods-text-secondary", children: "Waiting for Technician Response" })
|
|
4914
|
-
] })
|
|
4915
|
-
]
|
|
4916
|
-
}
|
|
4917
|
-
);
|
|
4918
|
-
}
|
|
4919
4902
|
const isStopMode = sending && !!onStop;
|
|
4920
4903
|
const sendDisabled = sending || disabled || !value.trim();
|
|
4921
|
-
return /* @__PURE__ */
|
|
4904
|
+
return /* @__PURE__ */ jsx28(
|
|
4922
4905
|
"div",
|
|
4923
4906
|
{
|
|
4924
4907
|
className: cn(
|
|
4925
|
-
"mx-auto w-full max-w-
|
|
4926
|
-
reserveAvatarOffset ? "grid grid-cols-[32px_1fr]" : "grid grid-cols-[1fr]",
|
|
4927
|
-
"flex-shrink-0",
|
|
4908
|
+
"mx-auto w-full max-w-ods-content-narrow flex-shrink-0",
|
|
4928
4909
|
className
|
|
4929
4910
|
),
|
|
4930
|
-
children: [
|
|
4931
|
-
|
|
4932
|
-
/* @__PURE__ */
|
|
4933
|
-
|
|
4934
|
-
|
|
4935
|
-
|
|
4936
|
-
|
|
4937
|
-
|
|
4938
|
-
|
|
4939
|
-
|
|
4940
|
-
|
|
4941
|
-
|
|
4942
|
-
|
|
4943
|
-
|
|
4944
|
-
|
|
4945
|
-
|
|
4946
|
-
|
|
4947
|
-
|
|
4948
|
-
|
|
4949
|
-
|
|
4950
|
-
|
|
4951
|
-
|
|
4952
|
-
|
|
4953
|
-
|
|
4954
|
-
|
|
4955
|
-
|
|
4956
|
-
|
|
4957
|
-
|
|
4958
|
-
|
|
4959
|
-
|
|
4960
|
-
|
|
4961
|
-
|
|
4962
|
-
|
|
4963
|
-
|
|
4964
|
-
|
|
4965
|
-
]
|
|
4911
|
+
children: awaitingResponse ? /* @__PURE__ */ jsxs23("div", { className: "relative flex items-center justify-center gap-[var(--spacing-system-xs)] rounded-md bg-ods-card border border-ods-border px-[var(--spacing-system-s)] py-[var(--spacing-system-s)] transition-colors", children: [
|
|
4912
|
+
/* @__PURE__ */ jsx28(ChatTypingIndicator, { size: "sm", dotClassName: "bg-ods-text-primary" }),
|
|
4913
|
+
/* @__PURE__ */ jsx28("p", { className: "text-h4 text-ods-text-secondary", children: "Waiting for Technician Response" })
|
|
4914
|
+
] }) : /* @__PURE__ */ jsxs23("div", { className: "relative", children: [
|
|
4915
|
+
/* @__PURE__ */ jsx28(
|
|
4916
|
+
SlashCommandSuggestions,
|
|
4917
|
+
{
|
|
4918
|
+
commands: slashPrefix !== null ? slashSuggestions : [],
|
|
4919
|
+
highlightedIdx,
|
|
4920
|
+
onHover: setHighlightedIdx,
|
|
4921
|
+
onSelect: acceptSuggestion,
|
|
4922
|
+
resolveSourceIcon: slashCommands?.resolveSourceIcon,
|
|
4923
|
+
onAction: slashCommands?.onAction
|
|
4924
|
+
}
|
|
4925
|
+
),
|
|
4926
|
+
/* @__PURE__ */ jsx28(
|
|
4927
|
+
Textarea,
|
|
4928
|
+
{
|
|
4929
|
+
ref: textareaRef,
|
|
4930
|
+
value,
|
|
4931
|
+
onChange: handleChange,
|
|
4932
|
+
onKeyDown: handleKeyDown,
|
|
4933
|
+
placeholder: disabled ? "Connection lost. Waiting to reconnect..." : placeholder,
|
|
4934
|
+
disabled: sending || disabled,
|
|
4935
|
+
rows: 1,
|
|
4936
|
+
endIcon: isStopMode ? /* @__PURE__ */ jsx28(StopCircleIcon, { size: 20 }) : /* @__PURE__ */ jsx28(Send01Icon, { size: 20 }),
|
|
4937
|
+
endIconAsButton: true,
|
|
4938
|
+
endIconButtonProps: {
|
|
4939
|
+
onClick: isStopMode ? handleStop : handleSubmit,
|
|
4940
|
+
disabled: isStopMode ? isStopping : sendDisabled,
|
|
4941
|
+
"aria-label": isStopMode ? "Stop generation" : "Send message"
|
|
4942
|
+
},
|
|
4943
|
+
...inputProps
|
|
4944
|
+
}
|
|
4945
|
+
)
|
|
4946
|
+
] })
|
|
4966
4947
|
}
|
|
4967
4948
|
);
|
|
4968
4949
|
}
|
|
@@ -5213,7 +5194,7 @@ var ChatMessageEnhanced = forwardRef20(
|
|
|
5213
5194
|
variant: "round",
|
|
5214
5195
|
className: cn(
|
|
5215
5196
|
"flex-shrink-0",
|
|
5216
|
-
|
|
5197
|
+
isMingo ? "bg-ods-flamingo-cyan" : "bg-ods-flamingo-pink"
|
|
5217
5198
|
)
|
|
5218
5199
|
};
|
|
5219
5200
|
};
|
|
@@ -5224,20 +5205,20 @@ var ChatMessageEnhanced = forwardRef20(
|
|
|
5224
5205
|
{
|
|
5225
5206
|
ref,
|
|
5226
5207
|
className: cn(
|
|
5227
|
-
"
|
|
5208
|
+
"relative py-[var(--spacing-system-s)]",
|
|
5228
5209
|
className
|
|
5229
5210
|
),
|
|
5230
5211
|
...props,
|
|
5231
5212
|
children: [
|
|
5232
|
-
showAvatar &&
|
|
5213
|
+
showAvatar && !isSystem && !isUser && /* @__PURE__ */ jsx30("div", { className: "absolute -left-16 top-[var(--spacing-system-s)]", children: assistantIcon && !avatar ? /* @__PURE__ */ jsx30("div", { className: "flex items-center justify-center w-12 h-12 rounded-full bg-ods-accent", children: assistantIcon }) : /* @__PURE__ */ jsx30(
|
|
5233
5214
|
SquareAvatar,
|
|
5234
5215
|
{
|
|
5235
5216
|
...avatarProps,
|
|
5236
5217
|
className: cn(avatarProps.className, "w-12 h-12")
|
|
5237
5218
|
}
|
|
5238
|
-
)),
|
|
5239
|
-
/* @__PURE__ */ jsxs25("div", { className: "flex flex-
|
|
5240
|
-
/* @__PURE__ */ jsxs25("div", { className: "flex items-center justify-between gap-
|
|
5219
|
+
) }),
|
|
5220
|
+
/* @__PURE__ */ jsxs25("div", { className: "flex flex-col gap-[var(--spacing-system-xxs)] min-w-0", children: [
|
|
5221
|
+
/* @__PURE__ */ jsxs25("div", { className: "flex items-center justify-between gap-[var(--spacing-system-xxs)]", children: [
|
|
5241
5222
|
/* @__PURE__ */ jsxs25("span", { className: cn(
|
|
5242
5223
|
"text-h3 !font-mono !font-medium flex-1",
|
|
5243
5224
|
authorType === "system" ? "text-ods-open-yellow" : authorType === "admin" ? "text-ods-open-yellow" : authorType === "mingo" ? "text-ods-flamingo-cyan" : authorType === "fae" ? "text-ods-flamingo-pink" : "text-ods-text-secondary"
|
|
@@ -5375,16 +5356,16 @@ function ChatMessageSkeleton({
|
|
|
5375
5356
|
"div",
|
|
5376
5357
|
{
|
|
5377
5358
|
className: cn(
|
|
5378
|
-
"
|
|
5359
|
+
"relative",
|
|
5379
5360
|
!isUser && "bg-ods-card/50 rounded-lg px-4 -mx-4",
|
|
5380
5361
|
className
|
|
5381
5362
|
),
|
|
5382
5363
|
children: [
|
|
5383
|
-
showAvatar && /* @__PURE__ */ jsx31("div", { className: cn(
|
|
5384
|
-
"
|
|
5385
|
-
|
|
5364
|
+
showAvatar && !isUser && /* @__PURE__ */ jsx31("div", { className: cn(
|
|
5365
|
+
"absolute -left-16 top-[var(--spacing-system-s)] w-12 h-12 rounded-full animate-pulse",
|
|
5366
|
+
isMingo ? "bg-gradient-to-br from-cyan-400/30 to-cyan-600/30" : "bg-gradient-to-br from-pink-400/30 to-pink-600/30"
|
|
5386
5367
|
) }),
|
|
5387
|
-
/* @__PURE__ */ jsxs26("div", { className: "flex flex-
|
|
5368
|
+
/* @__PURE__ */ jsxs26("div", { className: "flex flex-col gap-1 min-w-0", children: [
|
|
5388
5369
|
/* @__PURE__ */ jsxs26("div", { className: "flex items-center justify-between pr-2", children: [
|
|
5389
5370
|
/* @__PURE__ */ jsx31("div", { className: "h-5 w-16 bg-ods-border rounded animate-pulse" }),
|
|
5390
5371
|
/* @__PURE__ */ jsx31("div", { className: "h-4 w-12 bg-ods-border rounded animate-pulse" })
|
|
@@ -5420,7 +5401,7 @@ function ChatMessageListSkeleton({
|
|
|
5420
5401
|
"scrollbar-thin scrollbar-track-transparent scrollbar-thumb-ods-border/30 hover:scrollbar-thumb-ods-text-secondary/30",
|
|
5421
5402
|
className
|
|
5422
5403
|
),
|
|
5423
|
-
children: /* @__PURE__ */ jsxs26("div", { className: cn("mx-auto flex w-full max-w-
|
|
5404
|
+
children: /* @__PURE__ */ jsxs26("div", { className: cn("mx-auto flex w-full max-w-ods-content-narrow flex-col pb-[var(--spacing-system-xs)] min-w-0", contentClassName ?? "px-[var(--spacing-system-m)]"), style: { minHeight: "100%" }, children: [
|
|
5424
5405
|
/* @__PURE__ */ jsx31("div", { className: "flex-1" }),
|
|
5425
5406
|
/* @__PURE__ */ jsx31("div", { className: "space-y-6", children: messages.map((message) => /* @__PURE__ */ jsx31(
|
|
5426
5407
|
ChatMessageSkeleton,
|
|
@@ -5770,8 +5751,8 @@ var ChatMessageList = forwardRef21(
|
|
|
5770
5751
|
{
|
|
5771
5752
|
ref: setContentRef,
|
|
5772
5753
|
className: cn(
|
|
5773
|
-
"mx-auto flex w-full max-w-
|
|
5774
|
-
contentClassName
|
|
5754
|
+
"mx-auto flex w-full max-w-ods-content-narrow flex-col pb-[var(--spacing-system-xs)] min-w-0",
|
|
5755
|
+
contentClassName ?? "px-[var(--spacing-system-m)]"
|
|
5775
5756
|
),
|
|
5776
5757
|
style: { minHeight: "100%" },
|
|
5777
5758
|
children: [
|
|
@@ -5806,8 +5787,8 @@ var ChatMessageList = forwardRef21(
|
|
|
5806
5787
|
"div",
|
|
5807
5788
|
{
|
|
5808
5789
|
className: cn(
|
|
5809
|
-
"mx-auto w-full max-w-
|
|
5810
|
-
contentClassName
|
|
5790
|
+
"mx-auto w-full max-w-ods-content-narrow flex items-center gap-[var(--spacing-system-xxs)] py-[var(--spacing-system-xs)]",
|
|
5791
|
+
contentClassName ?? "px-[var(--spacing-system-m)]"
|
|
5811
5792
|
),
|
|
5812
5793
|
style: { color: "var(--color-text-muted)" },
|
|
5813
5794
|
role: "status",
|
|
@@ -5820,8 +5801,8 @@ var ChatMessageList = forwardRef21(
|
|
|
5820
5801
|
),
|
|
5821
5802
|
pendingApprovals && pendingApprovals.length > 0 && /* @__PURE__ */ jsx33("div", { className: cn(
|
|
5822
5803
|
"border-t border-ods-border bg-ods-bg/95 backdrop-blur-sm",
|
|
5823
|
-
"mx-auto w-full max-w-
|
|
5824
|
-
contentClassName
|
|
5804
|
+
"mx-auto w-full max-w-ods-content-narrow",
|
|
5805
|
+
contentClassName ?? "px-[var(--spacing-system-m)]"
|
|
5825
5806
|
), children: /* @__PURE__ */ jsx33(
|
|
5826
5807
|
MemoizedChatMessageEnhanced,
|
|
5827
5808
|
{
|
|
@@ -11632,9 +11613,8 @@ var ScriptInfoSection = ({
|
|
|
11632
11613
|
ScriptInfoSection.displayName = "ScriptInfoSection";
|
|
11633
11614
|
|
|
11634
11615
|
// src/components/platform/ScriptArguments.tsx
|
|
11635
|
-
|
|
11616
|
+
import { Trash2 } from "lucide-react";
|
|
11636
11617
|
init_button2();
|
|
11637
|
-
import { PlusCircle as PlusCircle2, Trash2 } from "lucide-react";
|
|
11638
11618
|
import { jsx as jsx74, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
11639
11619
|
var ScriptArguments = ({
|
|
11640
11620
|
arguments: args,
|
|
@@ -11727,12 +11707,12 @@ var ScriptArguments = ({
|
|
|
11727
11707
|
Button,
|
|
11728
11708
|
{
|
|
11729
11709
|
type: "button",
|
|
11730
|
-
variant: "
|
|
11731
|
-
|
|
11710
|
+
variant: "outline",
|
|
11711
|
+
size: "small",
|
|
11732
11712
|
onClick: handleAdd,
|
|
11733
11713
|
disabled,
|
|
11734
|
-
|
|
11735
|
-
|
|
11714
|
+
className: "self-start",
|
|
11715
|
+
leftIcon: /* @__PURE__ */ jsx74(PlusCircleIcon, { className: "text-ods-text-secondary" }),
|
|
11736
11716
|
children: addButtonLabel
|
|
11737
11717
|
}
|
|
11738
11718
|
) })
|
|
@@ -13884,13 +13864,13 @@ var CommunityIcon = MessageSquare;
|
|
|
13884
13864
|
var CompareIcon = GitCompare;
|
|
13885
13865
|
|
|
13886
13866
|
// src/components/icons-block.tsx
|
|
13887
|
-
import { Sun, Moon, CheckCircle as CheckCircle3, Github as Github2, PlusCircle as
|
|
13867
|
+
import { Sun, Moon, CheckCircle as CheckCircle3, Github as Github2, PlusCircle as PlusCircle2 } from "lucide-react";
|
|
13888
13868
|
import { jsx as jsx99, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
13889
13869
|
var SunIcon = Sun;
|
|
13890
13870
|
var MoonIcon = Moon;
|
|
13891
13871
|
var CheckCircleIcon2 = CheckCircle3;
|
|
13892
13872
|
var GitHubIcon2 = Github2;
|
|
13893
|
-
var
|
|
13873
|
+
var PlusCircleIcon3 = PlusCircle2;
|
|
13894
13874
|
var OpenmspLogo2 = () => /* @__PURE__ */ jsx99("div", { children: "Logo" });
|
|
13895
13875
|
var availableIcons = [
|
|
13896
13876
|
VendorDirectoryIcon,
|
|
@@ -13903,7 +13883,7 @@ var availableIcons = [
|
|
|
13903
13883
|
MoonIcon,
|
|
13904
13884
|
CheckCircleIcon2,
|
|
13905
13885
|
GitHubIcon2,
|
|
13906
|
-
|
|
13886
|
+
PlusCircleIcon3,
|
|
13907
13887
|
OpenmspLogo2
|
|
13908
13888
|
];
|
|
13909
13889
|
function ResponsiveIconsBlock({ loading = false }) {
|
|
@@ -34485,4 +34465,4 @@ export {
|
|
|
34485
34465
|
TMCG_SOCIAL_PLATFORMS,
|
|
34486
34466
|
assets
|
|
34487
34467
|
};
|
|
34488
|
-
//# sourceMappingURL=chunk-
|
|
34468
|
+
//# sourceMappingURL=chunk-5URU5DHE.js.map
|