@n8n/design-system 2.13.1 → 2.13.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.
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @n8n/design-system@2.13.
|
|
2
|
+
> @n8n/design-system@2.13.2 build /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
[36mrolldown-vite v7.3.1 [32mbuilding client environment for production...[36m[39m
|
|
@@ -55,7 +55,7 @@ dist/design-system.css 149.99 kB │ gzip: 24.28 kB
|
|
|
55
55
|
dist/en-BJExinQh.js 0.08 kB │ gzip: 0.08 kB
|
|
56
56
|
dist/en-stb6CFyD.js 6.43 kB │ gzip: 2.14 kB
|
|
57
57
|
dist/compact-CWM3h4JV.js 660.25 kB │ gzip: 87.39 kB
|
|
58
|
-
dist/n8n-design-system.es.js 2,061.
|
|
58
|
+
dist/n8n-design-system.es.js 2,061.65 kB │ gzip: 499.92 kB
|
|
59
59
|
[2K
|
|
60
60
|
rendering chunks...
|
|
61
61
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
@@ -102,5 +102,5 @@ rendering chunks...
|
|
|
102
102
|
69 | --button--shadow: 0 0 0 1px var(--color--warning--tint-1);[39m
|
|
103
103
|
computing gzip size...
|
|
104
104
|
dist/design-system.css 149.99 kB │ gzip: 24.28 kB
|
|
105
|
-
dist/n8n-design-system.umd.js 2,119.73 kB │ gzip: 523.
|
|
106
|
-
[32m✓ built in
|
|
105
|
+
dist/n8n-design-system.umd.js 2,119.73 kB │ gzip: 523.54 kB
|
|
106
|
+
[32m✓ built in 22.16s[39m
|
|
@@ -35132,9 +35132,9 @@ var N8nScrollArea_default$1 = /* @__PURE__ */ __plugin_vue_export_helper_default
|
|
|
35132
35132
|
let e = I7.value[I7.value.length - 1];
|
|
35133
35133
|
return !e || e.type !== "thinking-group";
|
|
35134
35134
|
}), Z7 = computed(() => !Y7.value), Q7 = computed(() => {
|
|
35135
|
-
if (p.streaming || !p.messages?.length
|
|
35136
|
-
let e =
|
|
35137
|
-
return e.role
|
|
35135
|
+
if (p.streaming || !p.messages?.length) return !1;
|
|
35136
|
+
let e = p.messages.findLastIndex(isWorkflowUpdatedMessage);
|
|
35137
|
+
return e === -1 || !I7.value.length || p.messages.some((n, i) => i > e && n.role === "user") ? !1 : I7.value[I7.value.length - 1].role !== "user";
|
|
35138
35138
|
});
|
|
35139
35139
|
function $7(e) {
|
|
35140
35140
|
return e?.type === "event" && e?.eventName === "end-session";
|