@n8n/design-system 2.9.0 → 2.9.1

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_179d8_3",
5233
+ xsmall: "_xsmall_179d8_54",
5234
+ small: "_small_179d8_60",
5235
+ medium: "_medium_179d8_66",
5236
+ large: "_large_179d8_72",
5237
+ xlarge: "_xlarge_179d8_78",
5238
+ solid: "_solid_179d8_84",
5239
+ subtle: "_subtle_179d8_99",
5240
+ outline: "_outline_179d8_131",
5241
+ ghost: "_ghost_179d8_154",
5242
+ destructive: "_destructive_179d8_166",
5243
+ disabled: "_disabled_179d8_187",
5244
+ loading: "_loading_179d8_191",
5245
+ iconOnly: "_iconOnly_179d8_194",
5246
+ "loading-container": "_loading-container_179d8_202",
5247
+ "button-inner": "_button-inner_179d8_209",
5248
+ "loading-spinner": "_loading-spinner_179d8_226",
5249
+ spin: "_spin_179d8_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",
@@ -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",