@n8n/design-system 2.34.2 → 2.35.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.
Files changed (177) hide show
  1. package/LICENSE_EE.md +27 -0
  2. package/dist/components/AskAssistantChat/AskAssistantChat.vue.d.ts +4 -4
  3. package/dist/components/N8nActionDropdown/ActionDropdown.types.d.ts +1 -0
  4. package/dist/components/N8nActionPill/ActionPill.vue.d.ts +2 -2
  5. package/dist/components/N8nAiModelSelectorDropdown/AiModelSelectorDropdown.types.d.ts +1 -1
  6. package/dist/components/N8nChatInput/ChatInput.vue.d.ts +1 -1
  7. package/dist/components/N8nDialog/Dialog.vue.d.ts +2 -0
  8. package/dist/components/N8nDialog/DialogContent.vue.d.ts +1 -0
  9. package/dist/components/N8nDialog/DialogOverlay.vue.d.ts +1 -0
  10. package/dist/components/N8nIcon/icons.d.ts +2 -0
  11. package/dist/components/N8nSegmentControl/SegmentControl.types.d.ts +16 -0
  12. package/dist/components/{N8nRadioButtons/RadioButtons.vue.d.ts → N8nSegmentControl/SegmentControl.vue.d.ts} +5 -5
  13. package/dist/components/{N8nRadioButtons/RadioButton.vue.d.ts → N8nSegmentControl/SegmentControlItem.vue.d.ts} +6 -12
  14. package/dist/components/N8nSegmentControl/index.d.ts +3 -0
  15. package/dist/components/N8nSuggestedActions/SuggestedActions.vue.d.ts +2 -0
  16. package/dist/components/index.d.ts +2 -1
  17. package/dist/css/_tokens.scss +2 -0
  18. package/dist/css/fonts/inter.scss +14 -0
  19. package/dist/css/fonts.scss +3 -7
  20. package/dist/en-CIboFQvZ.js +2 -0
  21. package/dist/{en-BN17fhJM.js → en-Dvx8tZIA.js} +2 -0
  22. package/dist/index.js +4940 -4789
  23. package/dist/style.css +1 -1
  24. package/dist/theme.css +1 -1
  25. package/dist/types/tabs.d.ts +1 -1
  26. package/dist/v2/components/InputNumber/InputNumber.types.d.ts +7 -2
  27. package/dist/v2/components/InputNumber/InputNumber.vue.d.ts +1 -0
  28. package/package.json +69 -2
  29. package/.turbo/turbo-build.log +0 -155
  30. package/assets/.nojekyll +0 -0
  31. package/assets/images/storybook-logo-dark.png +0 -0
  32. package/assets/images/storybook-logo-light.png +0 -0
  33. package/biome.jsonc +0 -11
  34. package/chromatic.config.json +0 -4
  35. package/dist/components/N8nRadioButtons/index.d.ts +0 -2
  36. package/dist/en-eH4tuQQe.js +0 -2
  37. package/eslint.config.mjs +0 -55
  38. package/postcss.config.cjs +0 -6
  39. package/src/components/N8nIcon/custom/anthropic.svg +0 -16
  40. package/src/components/N8nIcon/custom/binary.svg +0 -1
  41. package/src/components/N8nIcon/custom/bolt-filled.svg +0 -3
  42. package/src/components/N8nIcon/custom/continue.svg +0 -1
  43. package/src/components/N8nIcon/custom/discord.svg +0 -1
  44. package/src/components/N8nIcon/custom/empty-output.svg +0 -1
  45. package/src/components/N8nIcon/custom/filled-square.svg +0 -3
  46. package/src/components/N8nIcon/custom/form.svg +0 -1
  47. package/src/components/N8nIcon/custom/grip-lines-vertical.svg +0 -4
  48. package/src/components/N8nIcon/custom/json.svg +0 -1
  49. package/src/components/N8nIcon/custom/linear.svg +0 -1
  50. package/src/components/N8nIcon/custom/lovable.svg +0 -46
  51. package/src/components/N8nIcon/custom/mcp.svg +0 -1
  52. package/src/components/N8nIcon/custom/node-dirty.svg +0 -1
  53. package/src/components/N8nIcon/custom/node-ellipsis.svg +0 -1
  54. package/src/components/N8nIcon/custom/node-execution-error.svg +0 -1
  55. package/src/components/N8nIcon/custom/node-pin.svg +0 -1
  56. package/src/components/N8nIcon/custom/node-play.svg +0 -1
  57. package/src/components/N8nIcon/custom/node-power.svg +0 -1
  58. package/src/components/N8nIcon/custom/node-success.svg +0 -1
  59. package/src/components/N8nIcon/custom/node-trash.svg +0 -1
  60. package/src/components/N8nIcon/custom/node-validation-error.svg +0 -3
  61. package/src/components/N8nIcon/custom/pop-out.svg +0 -1
  62. package/src/components/N8nIcon/custom/resolver.svg +0 -3
  63. package/src/components/N8nIcon/custom/retry.svg +0 -1
  64. package/src/components/N8nIcon/custom/run-once.svg +0 -1
  65. package/src/components/N8nIcon/custom/schema.svg +0 -6
  66. package/src/components/N8nIcon/custom/slack.svg +0 -1
  67. package/src/components/N8nIcon/custom/spinner.svg +0 -12
  68. package/src/components/N8nIcon/custom/star-filled.svg +0 -1
  69. package/src/components/N8nIcon/custom/status-canceled.svg +0 -1
  70. package/src/components/N8nIcon/custom/status-completed.svg +0 -1
  71. package/src/components/N8nIcon/custom/status-error.svg +0 -1
  72. package/src/components/N8nIcon/custom/status-new.svg +0 -1
  73. package/src/components/N8nIcon/custom/status-unknown.svg +0 -1
  74. package/src/components/N8nIcon/custom/status-waiting.svg +0 -1
  75. package/src/components/N8nIcon/custom/status-warning.svg +0 -1
  76. package/src/components/N8nIcon/custom/telegram.svg +0 -1
  77. package/src/components/N8nIcon/custom/text.svg +0 -1
  78. package/src/components/N8nIcon/custom/toolbox.svg +0 -3
  79. package/src/components/N8nIcon/custom/triangle.svg +0 -1
  80. package/src/components/N8nIcon/custom/vector-square.svg +0 -10
  81. package/src/components/N8nIcon/custom/webhook.svg +0 -1
  82. package/src/components/N8nIcon/nodes/aggregate.svg +0 -6
  83. package/src/components/N8nIcon/nodes/ai-agent.svg +0 -6
  84. package/src/components/N8nIcon/nodes/ai-transform.svg +0 -3
  85. package/src/components/N8nIcon/nodes/basic-llm-chain.svg +0 -5
  86. package/src/components/N8nIcon/nodes/calculator.svg +0 -9
  87. package/src/components/N8nIcon/nodes/call-n8n-sub-workflow-tool.svg +0 -5
  88. package/src/components/N8nIcon/nodes/character-text-splitter.svg +0 -4
  89. package/src/components/N8nIcon/nodes/chat-memory-manager.svg +0 -5
  90. package/src/components/N8nIcon/nodes/chat-trigger.svg +0 -3
  91. package/src/components/N8nIcon/nodes/code.svg +0 -4
  92. package/src/components/N8nIcon/nodes/compare-datasets.svg +0 -4
  93. package/src/components/N8nIcon/nodes/compression.svg +0 -9
  94. package/src/components/N8nIcon/nodes/contextual-compression-retriever.svg +0 -7
  95. package/src/components/N8nIcon/nodes/convert-to-file.svg +0 -6
  96. package/src/components/N8nIcon/nodes/crypto.svg +0 -4
  97. package/src/components/N8nIcon/nodes/data-table.svg +0 -6
  98. package/src/components/N8nIcon/nodes/date-and-time.svg +0 -6
  99. package/src/components/N8nIcon/nodes/default-data-loader.svg +0 -9
  100. package/src/components/N8nIcon/nodes/edit-fields.svg +0 -5
  101. package/src/components/N8nIcon/nodes/edit-image.svg +0 -5
  102. package/src/components/N8nIcon/nodes/email-trigger.svg +0 -4
  103. package/src/components/N8nIcon/nodes/error-trigger.svg +0 -5
  104. package/src/components/N8nIcon/nodes/execute-command.svg +0 -5
  105. package/src/components/N8nIcon/nodes/execute-sub-workflow.svg +0 -5
  106. package/src/components/N8nIcon/nodes/execution-data.svg +0 -9
  107. package/src/components/N8nIcon/nodes/extract-from-file.svg +0 -6
  108. package/src/components/N8nIcon/nodes/filter.svg +0 -5
  109. package/src/components/N8nIcon/nodes/form-trigger.svg +0 -6
  110. package/src/components/N8nIcon/nodes/ftp.svg +0 -6
  111. package/src/components/N8nIcon/nodes/guardrails.svg +0 -4
  112. package/src/components/N8nIcon/nodes/html.svg +0 -5
  113. package/src/components/N8nIcon/nodes/http-request.svg +0 -5
  114. package/src/components/N8nIcon/nodes/if.svg +0 -6
  115. package/src/components/N8nIcon/nodes/information-extractor.svg +0 -5
  116. package/src/components/N8nIcon/nodes/item-list-output-parser.svg +0 -8
  117. package/src/components/N8nIcon/nodes/limit.svg +0 -4
  118. package/src/components/N8nIcon/nodes/local-file-trigger.svg +0 -4
  119. package/src/components/N8nIcon/nodes/loop-over-items.svg +0 -4
  120. package/src/components/N8nIcon/nodes/manual-trigger.svg +0 -5
  121. package/src/components/N8nIcon/nodes/markdown.svg +0 -6
  122. package/src/components/N8nIcon/nodes/merge.svg +0 -5
  123. package/src/components/N8nIcon/nodes/model-selector.svg +0 -6
  124. package/src/components/N8nIcon/nodes/multiquery-retriever.svg +0 -7
  125. package/src/components/N8nIcon/nodes/n8n-trigger.svg +0 -9
  126. package/src/components/N8nIcon/nodes/n8n.svg +0 -9
  127. package/src/components/N8nIcon/nodes/no-operation.svg +0 -5
  128. package/src/components/N8nIcon/nodes/question-and-answer-chain.svg +0 -5
  129. package/src/components/N8nIcon/nodes/read-write-files-from-disk.svg +0 -9
  130. package/src/components/N8nIcon/nodes/recursive-character-text-splitter.svg +0 -4
  131. package/src/components/N8nIcon/nodes/remove-duplicates.svg +0 -6
  132. package/src/components/N8nIcon/nodes/rename-keys.svg +0 -5
  133. package/src/components/N8nIcon/nodes/respond-to-webhook.svg +0 -8
  134. package/src/components/N8nIcon/nodes/rss-feed-trigger.svg +0 -5
  135. package/src/components/N8nIcon/nodes/rss-read.svg +0 -5
  136. package/src/components/N8nIcon/nodes/schedule-trigger.svg +0 -4
  137. package/src/components/N8nIcon/nodes/send-mail.svg +0 -4
  138. package/src/components/N8nIcon/nodes/sentiment-analysis.svg +0 -9
  139. package/src/components/N8nIcon/nodes/simple-memory.svg +0 -8
  140. package/src/components/N8nIcon/nodes/simple-vector-store.svg +0 -5
  141. package/src/components/N8nIcon/nodes/sort.svg +0 -6
  142. package/src/components/N8nIcon/nodes/split-out.svg +0 -6
  143. package/src/components/N8nIcon/nodes/sse-trigger.svg +0 -5
  144. package/src/components/N8nIcon/nodes/ssh.svg +0 -6
  145. package/src/components/N8nIcon/nodes/stop-and-error.svg +0 -4
  146. package/src/components/N8nIcon/nodes/structured-output-parser.svg +0 -5
  147. package/src/components/N8nIcon/nodes/sub-workflow-trigger.svg +0 -5
  148. package/src/components/N8nIcon/nodes/summarization-chain.svg +0 -6
  149. package/src/components/N8nIcon/nodes/summarize.svg +0 -5
  150. package/src/components/N8nIcon/nodes/switch.svg +0 -8
  151. package/src/components/N8nIcon/nodes/text-classifier.svg +0 -4
  152. package/src/components/N8nIcon/nodes/think-tool.svg +0 -10
  153. package/src/components/N8nIcon/nodes/token-splitter.svg +0 -4
  154. package/src/components/N8nIcon/nodes/totp.svg +0 -6
  155. package/src/components/N8nIcon/nodes/track-time-saved.svg +0 -7
  156. package/src/components/N8nIcon/nodes/vector-store-question-answer-tool.svg +0 -5
  157. package/src/components/N8nIcon/nodes/vector-store-retriever.svg +0 -5
  158. package/src/components/N8nIcon/nodes/wait.svg +0 -3
  159. package/src/components/N8nIcon/nodes/webhook.svg +0 -8
  160. package/src/components/N8nIcon/nodes/workflow-retriever.svg +0 -5
  161. package/src/components/N8nIcon/nodes/xml.svg +0 -5
  162. package/src/components/N8nInput/Input.stories.css +0 -14
  163. package/src/components/N8nLogo/logo-icon.svg +0 -3
  164. package/src/components/N8nLogo/logo-text.svg +0 -4
  165. package/src/css/tailwind/index.css +0 -3
  166. package/src/index.ts +0 -46
  167. package/src/styleguide/colour.mdx +0 -52
  168. package/src/styleguide/css-tokens.mdx +0 -97
  169. package/src/styleguide/motion.mdx +0 -104
  170. package/src/styleguide/shadow.mdx +0 -96
  171. package/src/styleguide/spacing-size.mdx +0 -78
  172. package/src/styleguide/type.mdx +0 -91
  173. package/src/v2/components/Tree/Tree.variables.module.css +0 -7
  174. package/stylelint.config.mjs +0 -9
  175. package/tailwind.config.js +0 -8
  176. package/tsconfig.build.json +0 -27
  177. package/tsconfig.json +0 -16
@@ -1,78 +0,0 @@
1
- import { Meta } from '@storybook/addon-docs/blocks';
2
-
3
- <Meta title="Style guide/Spacing & Size" />
4
-
5
- # Spacing & Size
6
-
7
- Our spacing scale is built to keep visual rhythm consistent across components, with step names (`5xs` to `5xl`) that map to fixed pixel values.
8
-
9
- Use adjacent steps when adjusting layouts so spacing feels intentional instead of drifting into one-off values.
10
- The height scale complements spacing and gives controls a shared size language, so buttons, inputs, and panels align naturally.
11
-
12
- ## Spacing
13
-
14
- | Name | Size (px) | Visualization |
15
- | ---- | --------- | ------------------------------------------------------------------------------ |
16
- | 5xs | 2px | <span class="spacing-size spacing" style={{ width: 'var(--spacing--5xs)' }} /> |
17
- | 4xs | 4px | <span class="spacing-size spacing" style={{ width: 'var(--spacing--4xs)' }} /> |
18
- | 3xs | 6px | <span class="spacing-size spacing" style={{ width: 'var(--spacing--3xs)' }} /> |
19
- | 2xs | 8px | <span class="spacing-size spacing" style={{ width: 'var(--spacing--2xs)' }} /> |
20
- | xs | 12px | <span class="spacing-size spacing" style={{ width: 'var(--spacing--xs)' }} /> |
21
- | sm | 16px | <span class="spacing-size spacing" style={{ width: 'var(--spacing--sm)' }} /> |
22
- | md | 20px | <span class="spacing-size spacing" style={{ width: 'var(--spacing--md)' }} /> |
23
- | lg | 24px | <span class="spacing-size spacing" style={{ width: 'var(--spacing--lg)' }} /> |
24
- | xl | 32px | <span class="spacing-size spacing" style={{ width: 'var(--spacing--xl)' }} /> |
25
- | 2xl | 48px | <span class="spacing-size spacing" style={{ width: 'var(--spacing--2xl)' }} /> |
26
- | 3xl | 64px | <span class="spacing-size spacing" style={{ width: 'var(--spacing--3xl)' }} /> |
27
- | 4xl | 128px | <span class="spacing-size spacing" style={{ width: 'var(--spacing--4xl)' }} /> |
28
- | 5xl | 256px | <span class="spacing-size spacing" style={{ width: 'var(--spacing--5xl)' }} /> |
29
-
30
- ## Height
31
-
32
- | Name | Size (px) | Visualization |
33
- | ---- | --------- | ----------------------------------------------------------------------------- |
34
- | 5xs | 8px | <span class="spacing-size height" style={{ height: 'var(--height--5xs)' }} /> |
35
- | 4xs | 12px | <span class="spacing-size height" style={{ height: 'var(--height--4xs)' }} /> |
36
- | 3xs | 16px | <span class="spacing-size height" style={{ height: 'var(--height--3xs)' }} /> |
37
- | 2xs | 20px | <span class="spacing-size height" style={{ height: 'var(--height--2xs)' }} /> |
38
- | xs | 24px | <span class="spacing-size height" style={{ height: 'var(--height--xs)' }} /> |
39
- | sm | 28px | <span class="spacing-size height" style={{ height: 'var(--height--sm)' }} /> |
40
- | md | 32px | <span class="spacing-size height" style={{ height: 'var(--height--md)' }} /> |
41
- | lg | 36px | <span class="spacing-size height" style={{ height: 'var(--height--lg)' }} /> |
42
- | xl | 40px | <span class="spacing-size height" style={{ height: 'var(--height--xl)' }} /> |
43
- | 2xl | 48px | <span class="spacing-size height" style={{ height: 'var(--height--2xl)' }} /> |
44
- | 3xl | 56px | <span class="spacing-size height" style={{ height: 'var(--height--3xl)' }} /> |
45
- | 4xl | 64px | <span class="spacing-size height" style={{ height: 'var(--height--4xl)' }} /> |
46
- | 5xl | 96px | <span class="spacing-size height" style={{ height: 'var(--height--5xl)' }} /> |
47
-
48
- ### Negative Values
49
-
50
- To get negative values, use the `calc()` function like so:
51
-
52
- ```css
53
- .box {
54
- margin-inline: calc(var(--spacing--xs) * -1); /* -12px */
55
- }
56
- ```
57
-
58
- <style>
59
- {`
60
-
61
- .spacing-size {
62
- display: inline-block;
63
- margin:var(--spacing--4xs);
64
- background: var(--color--mint-500);
65
- border-radius: var(--radius--4xs);
66
- }
67
-
68
- .spacing-size.height {
69
- aspect-ratio:1/1;
70
- min-width: 2px;
71
- }
72
-
73
- .spacing-size.spacing {
74
- min-width: 2px;
75
- height:var(--spacing--xs);
76
- }
77
- `}
78
- </style>
@@ -1,91 +0,0 @@
1
- import { Meta, Typeset } from '@storybook/addon-docs/blocks';
2
-
3
- <Meta title="Style guide/Type" />
4
-
5
- export const typography = {
6
- type: {
7
- primary: 'InterVariable, sans-serif',
8
- monospace: "CommitMono, ui-monospace, Menlo, Consolas, 'DejaVu Sans Mono', monospace",
9
- },
10
- weight: {
11
- regular: '400',
12
- medium: '500',
13
- bold: '600',
14
- },
15
- size: {
16
- s1: 8,
17
- s2: 10,
18
- s3: 12,
19
- s4: 13,
20
- s5: 14,
21
- m1: 16,
22
- m2: 18,
23
- m3: 20,
24
- l1: 28,
25
- },
26
- };
27
-
28
- export const SampleText = 'The quick brown fox jumps over the lazy dog.';
29
-
30
- # Type
31
-
32
- **Font:** InterVariable
33
-
34
- **Weights:** 400 (regular), 500 (medium), 600 (bold)
35
-
36
- <Typeset
37
- fontSizes={[
38
- typography.size.s1,
39
- typography.size.s2,
40
- typography.size.s3,
41
- typography.size.s4,
42
- typography.size.s5,
43
- typography.size.m1,
44
- typography.size.m2,
45
- typography.size.m3,
46
- typography.size.l1,
47
- ]}
48
- fontWeight={typography.weight.bold}
49
- sampleText={SampleText}
50
- fontFamily={typography.type.primary}
51
- />
52
-
53
- ---
54
-
55
- **Font:** CommitMono
56
-
57
- **Weights:** 400 (regular), 600 (bold)
58
-
59
- <Typeset
60
- fontSizes={[
61
- typography.size.s1,
62
- typography.size.s2,
63
- typography.size.s3,
64
- typography.size.s4,
65
- typography.size.s5,
66
- typography.size.m1,
67
- typography.size.m2,
68
- typography.size.m3,
69
- typography.size.l1,
70
- ]}
71
- fontWeight={typography.weight.bold}
72
- sampleText={SampleText}
73
- fontFamily={typography.type.monospace}
74
- />
75
-
76
- ## Usage
77
-
78
- When rendering text inside the app, use `<Heading />` or `<Text />` and stick to the style and size set.
79
- Both of them share the same size and weight options.
80
-
81
- | Step | Size | Letter spacing | Line height |
82
- | ---- | ----------------------- | --------------------------------- | ------------------------ |
83
- | 4xs | `var(--font-size--4xs)` | `var(--letter-spacing--wide)` | `var(--line-height--xs)` |
84
- | 3xs | `var(--font-size--3xs)` | `var(--letter-spacing--normal)` | `var(--line-height--sm)` |
85
- | 2xs | `var(--font-size--2xs)` | `var(--letter-spacing--normal)` | `var(--line-height--md)` |
86
- | xs | `var(--font-size--xs)` | `var(--letter-spacing--normal)` | `var(--line-height--md)` |
87
- | sm | `var(--font-size--sm)` | `var(--letter-spacing--normal)` | `var(--line-height--lg)` |
88
- | md | `var(--font-size--md)` | `var(--letter-spacing--normal)` | `var(--line-height--lg)` |
89
- | lg | `var(--font-size--lg)` | `var(--letter-spacing--tight)` | `var(--line-height--xl)` |
90
- | xl | `var(--font-size--xl)` | `var(--letter-spacing--tighter)` | `var(--line-height--xl)` |
91
- | 2xl | `var(--font-size--2xl)` | `var(--letter-spacing--tightest)` | `var(--line-height--xl)` |
@@ -1,7 +0,0 @@
1
- .root {
2
- --tree-item-height: var(--spacing--xl);
3
- --tree-icon-size: var(--spacing--lg);
4
- --tree-item-padding-block: var(--spacing--4xs);
5
- --tree-item-padding-inline: var(--tree-item-padding-block);
6
- --tree-indent-unit: calc(var(--tree-item-padding-inline) + var(--tree-icon-size));
7
- }
@@ -1,9 +0,0 @@
1
- import { baseConfig } from '@n8n/stylelint-config/base';
2
-
3
- export default {
4
- ...baseConfig,
5
- rules: {
6
- ...baseConfig.rules,
7
- '@n8n/css-var-naming': [true, { severity: 'error' }],
8
- },
9
- };
@@ -1,8 +0,0 @@
1
- module.exports = {
2
- content: ['./src/**/*.{vue,js,ts}'],
3
- darkMode: ['selector', '[data-theme="dark"]'],
4
- theme: {
5
- extend: {},
6
- },
7
- plugins: [],
8
- };
@@ -1,27 +0,0 @@
1
- {
2
- "extends": "@n8n/typescript-config/tsconfig.frontend.json",
3
- "compilerOptions": {
4
- "noEmit": false,
5
- "declaration": true,
6
- "emitDeclarationOnly": true,
7
- "outDir": "dist",
8
- "rootDir": "src",
9
- "moduleResolution": "bundler",
10
- "noUnusedLocals": false,
11
- "noUnusedParameters": false,
12
- "types": ["vite/client", "unplugin-icons/types/vue", "vue-router"],
13
- "paths": {
14
- "@n8n/design-system*": ["./src*"]
15
- }
16
- },
17
- "include": ["src/**/*.ts", "src/**/*.vue"],
18
- "exclude": [
19
- "src/**/*.test.ts",
20
- "src/**/*.spec.ts",
21
- "src/**/*.stories.*",
22
- "src/**/__tests__/**",
23
- "src/styleguide/**",
24
- "src/icons/lucide/vite.ts",
25
- "src/components/N8nBreadcrumbs/AsyncLoadingCacheDemo.vue"
26
- ]
27
- }
package/tsconfig.json DELETED
@@ -1,16 +0,0 @@
1
- {
2
- "extends": "@n8n/typescript-config/tsconfig.frontend.json",
3
- "compilerOptions": {
4
- "rootDirs": [".", "../composables/src"],
5
- "noEmit": true,
6
- "moduleResolution": "bundler",
7
- "types": ["vite/client", "unplugin-icons/types/vue", "vitest/globals"],
8
- "paths": {
9
- "@n8n/design-system*": ["./src*"],
10
- "@n8n/composables*": ["../composables/src*"],
11
- "@n8n/frontend-utils*": ["../frontend-utils/src*"],
12
- "@n8n/utils*": ["../../../@n8n/utils/src*"]
13
- }
14
- },
15
- "include": ["src/**/*.ts", "src/**/*.vue"]
16
- }