@n8n/design-system 2.33.0 → 2.33.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @n8n/design-system@2.33.0 build /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system
2
+ > @n8n/design-system@2.33.2 build /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system
3
3
  > vite build
4
4
 
5
5
  vite v8.0.2 building client environment for production...
@@ -12,19 +12,12 @@ dist/en-CilgL5Ll.js 11.17 kB │ gzip: 3.22 kB
12
12
  dist/node-icons-Cn_NF7qq.js 50.40 kB │ gzip: 8.42 kB
13
13
  dist/lucideIconData-D_Sr0JOU.js 312.38 kB │ gzip: 51.96 kB
14
14
  dist/emojiData-B2DmDStL.js 335.28 kB │ gzip: 56.50 kB
15
- dist/n8n-design-system.es.js 2,793.57 kB │ gzip: 752.59 kB
15
+ dist/n8n-design-system.es.js 2,794.32 kB │ gzip: 752.72 kB
16
16
 
17
- [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
18
- - unplugin-icons (52%)
19
- - svg-loader (21%)
20
- - vite:vue (19%)
21
- - vite:css (6%)
22
- See https://rolldown.rs/options/checks#plugintimings for more details.
23
- 
24
17
  
25
18
  rendering chunks...
26
19
  computing gzip size...
27
20
  dist/design-system.css 321.92 kB │ gzip: 40.66 kB
28
- dist/n8n-design-system.umd.js 2,837.26 kB │ gzip: 794.60 kB
21
+ dist/n8n-design-system.umd.js 2,838.07 kB │ gzip: 794.68 kB
29
22
 
30
- ✓ built in 13.41s
23
+ ✓ built in 16.50s
@@ -51280,6 +51280,34 @@ var mx = /* @__PURE__ */ Y(/* @__PURE__ */ y({
51280
51280
  animated: "",
51281
51281
  variant: "text"
51282
51282
  }, null, 8, ["class"]))), 128))]),
51283
+ "item-label": K((e) => [e.item.data?.tooltip ? (z(), u(W(Cg), {
51284
+ key: 0,
51285
+ content: e.item.data.tooltip,
51286
+ placement: "left"
51287
+ }, {
51288
+ default: K(() => [_(W(Kc), {
51289
+ class: N(e.ui?.class),
51290
+ color: e.item.disabled ? "text-xlight" : "text-dark",
51291
+ size: "medium"
51292
+ }, {
51293
+ default: K(() => [g(U(e.item.label), 1)]),
51294
+ _: 2
51295
+ }, 1032, ["class", "color"])]),
51296
+ _: 2
51297
+ }, 1032, ["content"])) : (z(), u(W(Kc), {
51298
+ key: 1,
51299
+ class: N(e.ui?.class),
51300
+ title: e.item.label.length >= 20 ? e.item.label : void 0,
51301
+ color: e.item.disabled ? "text-xlight" : "text-dark",
51302
+ size: "medium"
51303
+ }, {
51304
+ default: K(() => [g(U(e.item.label), 1)]),
51305
+ _: 2
51306
+ }, 1032, [
51307
+ "class",
51308
+ "title",
51309
+ "color"
51310
+ ]))]),
51283
51311
  "item-trailing": K((e) => [e.item.data?.type === "external-link" ? (z(), u(W(Gr), {
51284
51312
  key: 0,
51285
51313
  icon: "external-link",
@@ -90598,22 +90626,8 @@ var kdt = Z6.create({
90598
90626
  ]),
90599
90627
  style: F(a.value),
90600
90628
  "data-test-id": "n8n-markdown-editor"
90601
- }, [o.value && W(m) ? (z(), u(Gdt, {
90629
+ }, [h.value ? (z(), f("div", {
90602
90630
  key: 0,
90603
- editor: W(m),
90604
- disabled: r.disabled || r.readonly,
90605
- "is-raw-mode": h.value,
90606
- mode: s.value,
90607
- variant: r.variant,
90608
- "onUpdate:isRawMode": x
90609
- }, null, 8, [
90610
- "editor",
90611
- "disabled",
90612
- "is-raw-mode",
90613
- "mode",
90614
- "variant"
90615
- ])) : d("", !0), h.value ? (z(), f("div", {
90616
- key: 1,
90617
90631
  class: N([e.$style.content, c.value ? e.$style.padTop : ""])
90618
90632
  }, [p("textarea", {
90619
90633
  ref_key: "rawEditor",
@@ -90629,10 +90643,24 @@ var kdt = Z6.create({
90629
90643
  onFocus: C,
90630
90644
  onBlur: w
90631
90645
  }, null, 46, Kdt)], 2)) : (z(), u(W(_rt), {
90632
- key: 2,
90646
+ key: 1,
90633
90647
  editor: W(m),
90634
90648
  class: N([e.$style.content, c.value ? e.$style.padTop : ""])
90635
- }, null, 8, ["editor", "class"]))], 6));
90649
+ }, null, 8, ["editor", "class"])), o.value && W(m) ? (z(), u(Gdt, {
90650
+ key: 2,
90651
+ editor: W(m),
90652
+ disabled: r.disabled || r.readonly,
90653
+ "is-raw-mode": h.value,
90654
+ mode: s.value,
90655
+ variant: r.variant,
90656
+ "onUpdate:isRawMode": x
90657
+ }, null, 8, [
90658
+ "editor",
90659
+ "disabled",
90660
+ "is-raw-mode",
90661
+ "mode",
90662
+ "variant"
90663
+ ])) : d("", !0)], 6));
90636
90664
  }
90637
90665
  }), [["__cssModules", { $style: {
90638
90666
  disabled: "_disabled_1a08k_3",