@n8n/design-system 2.22.0 → 2.24.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 +12 -15
- package/dist/design-system.css +1 -1
- package/dist/en-CddpS_8k.js +2 -0
- package/dist/{en-Bi7fwnFT.js → en-cusRXFgs.js} +16 -0
- package/dist/n8n-design-system.es.js +33288 -14630
- package/dist/n8n-design-system.umd.js +246 -36
- package/package.json +1 -1
- package/src/index.ts +2 -0
- package/dist/en-DvkYRIDi.js +0 -2
|
@@ -103,6 +103,22 @@ var e = {
|
|
|
103
103
|
"collapsiblePanel.expand": "Expand",
|
|
104
104
|
"collapsiblePanel.dragToReorder": "Drag to reorder",
|
|
105
105
|
"collapsiblePanel.delete": "Delete",
|
|
106
|
+
"markdownEditor.bold": "Bold",
|
|
107
|
+
"markdownEditor.italic": "Italic",
|
|
108
|
+
"markdownEditor.strikethrough": "Strikethrough",
|
|
109
|
+
"markdownEditor.bulletList": "Bullet list",
|
|
110
|
+
"markdownEditor.taskList": "Task list",
|
|
111
|
+
"markdownEditor.codeBlock": "Code block",
|
|
112
|
+
"markdownEditor.blockquote": "Blockquote",
|
|
113
|
+
"markdownEditor.undo": "Undo",
|
|
114
|
+
"markdownEditor.redo": "Redo",
|
|
115
|
+
"markdownEditor.text": "Text",
|
|
116
|
+
"markdownEditor.heading1": "Heading 1",
|
|
117
|
+
"markdownEditor.heading2": "Heading 2",
|
|
118
|
+
"markdownEditor.heading3": "Heading 3",
|
|
119
|
+
"markdownEditor.rawMarkdownView": "Raw markdown",
|
|
120
|
+
"markdownEditor.formattedMarkdownView": "Formatted view",
|
|
121
|
+
"markdownEditor.slashCommandMenuLabel": "Markdown commands",
|
|
106
122
|
"aiAssistant.textMessage.restoreVersion": "Restore version",
|
|
107
123
|
"aiAssistant.versionCard.restoreModal.title": "Restore to this version?",
|
|
108
124
|
"aiAssistant.versionCard.restoreModal.description": "Your current version will be saved in version history for {pruneTime}.",
|