@n8n/design-system 2.5.0 → 2.6.1

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@n8n/design-system",
4
- "version": "2.5.0",
4
+ "version": "2.6.1",
5
5
  "main": "src/index.ts",
6
6
  "import": "src/index.ts",
7
7
  "license": "SEE LICENSE IN LICENSE.md",
package/src/index.ts CHANGED
@@ -16,8 +16,6 @@ export { default as N8nPagination2 } from './v2/components/Pagination/Pagination
16
16
  export type * from './v2/components/Pagination/Pagination.types';
17
17
  export { default as N8nInput2 } from './v2/components/Input/Input.vue';
18
18
  export type * from './v2/components/Input/Input.types';
19
- export { default as N8nTooltip2 } from './v2/components/Tooltip/Tooltip.vue';
20
- export type * from './v2/components/Tooltip/Tooltip.types';
21
19
  export { default as N8nLoading2 } from './v2/components/Loading/Loading.vue';
22
20
  export type * from './v2/components/Loading/Loading.types';
23
21
  export { default as N8nInputNumber2 } from './v2/components/InputNumber/InputNumber.vue';
@@ -1,2 +0,0 @@
1
- import { t as en_default } from "./en-Dl4S1HtJ.js";
2
- export { en_default as default };