@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: "_button_1cl8q_3",
5233
- xsmall: "_xsmall_1cl8q_54",
5234
- small: "_small_1cl8q_60",
5235
- medium: "_medium_1cl8q_66",
5236
- large: "_large_1cl8q_72",
5237
- xlarge: "_xlarge_1cl8q_78",
5238
- solid: "_solid_1cl8q_84",
5239
- subtle: "_subtle_1cl8q_99",
5240
- outline: "_outline_1cl8q_131",
5241
- ghost: "_ghost_1cl8q_154",
5242
- destructive: "_destructive_1cl8q_166",
5243
- disabled: "_disabled_1cl8q_187",
5244
- loading: "_loading_1cl8q_191",
5245
- iconOnly: "_iconOnly_1cl8q_194",
5246
- "loading-container": "_loading-container_1cl8q_199",
5247
- "button-inner": "_button-inner_1cl8q_206",
5248
- "loading-spinner": "_loading-spinner_1cl8q_223",
5249
- spin: "_spin_1cl8q_1"
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: "hidden"
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(() => [createTextVNode(" " + toDisplayString(unref(o)("aiAssistant.builder.canvas.thinking")) + " ", 1), e.showStop ? (openBlock(), createBlock(unref(N8nButton_default), {
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: "subtle",
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: "_iconWrapper_zer5w_1",
47204
- stopButton: "_stopButton_zer5w_11"
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",