@n8n/design-system 2.3.0 → 2.4.0
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 +11 -11
- package/dist/design-system.css +1 -1
- package/dist/en-DcMbzJDO.js +2 -0
- package/dist/{en-D-D4Ol9N.js → en-Dl4S1HtJ.js} +10 -2
- package/dist/n8n-design-system.es.js +5109 -2356
- package/dist/n8n-design-system.umd.js +34 -52
- package/package.json +1 -1
- package/src/components/N8nLogo/logo-icon.svg +2 -2
- package/src/components/N8nLogo/logo-text.svg +3 -5
- package/src/index.ts +4 -0
- package/tsconfig.json +2 -1
- package/dist/en-DIkeR_FB.js +0 -2
|
@@ -43,6 +43,9 @@ var en_default = {
|
|
|
43
43
|
"assistantChat.builder.generatedNodes": "Generated workflow nodes",
|
|
44
44
|
"assistantChat.builder.toolRunning": "Tool still running",
|
|
45
45
|
"assistantChat.builder.toolError": "Some tool calls have failed. Agent will retry these.",
|
|
46
|
+
"assistantChat.thinking.workflowGenerated": "Workflow generated",
|
|
47
|
+
"assistantChat.thinking.thinking": "Thinking",
|
|
48
|
+
"assistantChat.thinking.processing": "Processing",
|
|
46
49
|
"assistantChat.errorParsingMarkdown": "Error parsing markdown content",
|
|
47
50
|
"assistantChat.aiAssistantLabel": "n8n AI",
|
|
48
51
|
"assistantChat.aiAssistantBetaLabel": "Beta",
|
|
@@ -62,6 +65,7 @@ var en_default = {
|
|
|
62
65
|
"assistantChat.characterLimit": "You've reached the {limit} character limit",
|
|
63
66
|
"aiAssistant.builder.canvas.thinking": "Working...",
|
|
64
67
|
"aiAssistant.builder.streamAbortedMessage": "Task aborted",
|
|
68
|
+
"collaboration.canvas.editing": "{user} is currently editing",
|
|
65
69
|
"inlineAskAssistantButton.asked": "Asked",
|
|
66
70
|
"iconPicker.button.defaultToolTip": "Choose icon",
|
|
67
71
|
"iconPicker.tabs.icons": "Icons",
|
|
@@ -79,10 +83,14 @@ var en_default = {
|
|
|
79
83
|
"promptInput.monthlyCredits": "Monthly credits: <b>{count}</b> (1 credit = 1 message)",
|
|
80
84
|
"promptInput.creditsRenew": "Credits renew on: <b>{date}</b>",
|
|
81
85
|
"promptInput.creditsExpire": "Unused credits expire {date}",
|
|
86
|
+
"collapsiblePanel.collapse": "Collapse",
|
|
87
|
+
"collapsiblePanel.expand": "Expand",
|
|
88
|
+
"collapsiblePanel.dragToReorder": "Drag to reorder",
|
|
89
|
+
"collapsiblePanel.delete": "Delete",
|
|
82
90
|
"aiAssistant.textMessage.restoreVersion": "Restore version",
|
|
83
91
|
"aiAssistant.versionCard.restoreModal.title": "Restore to this version?",
|
|
84
|
-
"aiAssistant.versionCard.restoreModal.description": "
|
|
85
|
-
"aiAssistant.versionCard.restoreModal.descriptionNoLimit": "
|
|
92
|
+
"aiAssistant.versionCard.restoreModal.description": "Your current version will be saved in version history for {pruneTime}.",
|
|
93
|
+
"aiAssistant.versionCard.restoreModal.descriptionNoLimit": "Your current version will be saved in version history.",
|
|
86
94
|
"aiAssistant.versionCard.restoreModal.hour": "{count} hour",
|
|
87
95
|
"aiAssistant.versionCard.restoreModal.hours": "{count} hours",
|
|
88
96
|
"aiAssistant.versionCard.restoreModal.day": "{count} day",
|