@n8n/design-system 2.9.0 → 2.9.2
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.
|
@@ -5229,24 +5229,24 @@ var Icon_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineCom
|
|
|
5229
5229
|
]));
|
|
5230
5230
|
}
|
|
5231
5231
|
}), [["__cssModules", { $style: {
|
|
5232
|
-
button: "
|
|
5233
|
-
xsmall: "
|
|
5234
|
-
small: "
|
|
5235
|
-
medium: "
|
|
5236
|
-
large: "
|
|
5237
|
-
xlarge: "
|
|
5238
|
-
solid: "
|
|
5239
|
-
subtle: "
|
|
5240
|
-
outline: "
|
|
5241
|
-
ghost: "
|
|
5242
|
-
destructive: "
|
|
5243
|
-
disabled: "
|
|
5244
|
-
loading: "
|
|
5245
|
-
iconOnly: "
|
|
5246
|
-
"loading-container": "_loading-
|
|
5247
|
-
"button-inner": "_button-
|
|
5248
|
-
"loading-spinner": "_loading-
|
|
5249
|
-
spin: "
|
|
5232
|
+
button: "_button_wudly_3",
|
|
5233
|
+
xsmall: "_xsmall_wudly_55",
|
|
5234
|
+
small: "_small_wudly_61",
|
|
5235
|
+
medium: "_medium_wudly_67",
|
|
5236
|
+
large: "_large_wudly_73",
|
|
5237
|
+
xlarge: "_xlarge_wudly_79",
|
|
5238
|
+
solid: "_solid_wudly_85",
|
|
5239
|
+
subtle: "_subtle_wudly_103",
|
|
5240
|
+
outline: "_outline_wudly_138",
|
|
5241
|
+
ghost: "_ghost_wudly_164",
|
|
5242
|
+
destructive: "_destructive_wudly_179",
|
|
5243
|
+
disabled: "_disabled_wudly_203",
|
|
5244
|
+
loading: "_loading_wudly_207",
|
|
5245
|
+
iconOnly: "_iconOnly_wudly_210",
|
|
5246
|
+
"loading-container": "_loading-container_wudly_218",
|
|
5247
|
+
"button-inner": "_button-inner_wudly_225",
|
|
5248
|
+
"loading-spinner": "_loading-spinner_wudly_242",
|
|
5249
|
+
spin: "_spin_wudly_1"
|
|
5250
5250
|
} }]]), N8nButton_default = Button_default, Text_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
5251
5251
|
name: "N8nText",
|
|
5252
5252
|
__name: "Text",
|
|
@@ -27006,7 +27006,7 @@ var _hoisted_1$58 = [
|
|
|
27006
27006
|
style: e.autosize ? {
|
|
27007
27007
|
...W7.value,
|
|
27008
27008
|
resize: "none",
|
|
27009
|
-
overflow: "
|
|
27009
|
+
overflow: "auto"
|
|
27010
27010
|
} : void 0
|
|
27011
27011
|
}, $.value, {
|
|
27012
27012
|
onInput: L7,
|
|
@@ -47188,20 +47188,21 @@ var N8nAvatar_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @_
|
|
|
47188
47188
|
let i = n, { t: o } = useI18n(), s = useCssModule();
|
|
47189
47189
|
return (n, l) => (openBlock(), createBlock(unref(CanvasPill_default), null, {
|
|
47190
47190
|
icon: withCtx(() => [createElementVNode("div", { class: normalizeClass(unref(s).iconWrapper) }, [createVNode(AssistantIcon_default, { theme: "blank" })], 2)]),
|
|
47191
|
-
default: withCtx(() => [
|
|
47191
|
+
default: withCtx(() => [createElementVNode("div", { class: normalizeClass(unref(s).wrapper) }, [createTextVNode(toDisplayString(unref(o)("aiAssistant.builder.canvas.thinking")) + " ", 1), e.showStop ? (openBlock(), createBlock(unref(N8nButton_default), {
|
|
47192
47192
|
key: 0,
|
|
47193
47193
|
class: normalizeClass(unref(s).stopButton),
|
|
47194
47194
|
label: "Stop",
|
|
47195
|
-
variant: "
|
|
47195
|
+
variant: "ghost",
|
|
47196
47196
|
size: "xsmall",
|
|
47197
47197
|
onClick: l[0] ||= (e) => i("stop")
|
|
47198
|
-
}, null, 8, ["class"])) : createCommentVNode("", !0)]),
|
|
47198
|
+
}, null, 8, ["class"])) : createCommentVNode("", !0)], 2)]),
|
|
47199
47199
|
_: 1
|
|
47200
47200
|
}));
|
|
47201
47201
|
}
|
|
47202
47202
|
}), [["__cssModules", { $style: {
|
|
47203
|
-
iconWrapper: "
|
|
47204
|
-
|
|
47203
|
+
iconWrapper: "_iconWrapper_n5kb1_1",
|
|
47204
|
+
wrapper: "_wrapper_n5kb1_11",
|
|
47205
|
+
stopButton: "_stopButton_n5kb1_16"
|
|
47205
47206
|
} }]]), CanvasCollaborationPill_default = /* @__PURE__ */ defineComponent({
|
|
47206
47207
|
name: "N8nCanvasCollaborationPill",
|
|
47207
47208
|
__name: "CanvasCollaborationPill",
|