@n8n/design-system 2.6.0 → 2.7.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 +9 -9
- package/dist/design-system.css +1 -1
- package/dist/n8n-design-system.es.js +17133 -16299
- package/dist/n8n-design-system.umd.js +47 -51
- package/package.json +1 -1
- package/src/components/N8nInput/Input.stories.css +14 -0
- package/src/index.ts +0 -2
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -14,8 +14,6 @@ export { default as N8nCheckbox } from './v2/components/Checkbox/Checkbox.vue';
|
|
|
14
14
|
export type * from './v2/components/Checkbox/Checkbox.types';
|
|
15
15
|
export { default as N8nPagination2 } from './v2/components/Pagination/Pagination.vue';
|
|
16
16
|
export type * from './v2/components/Pagination/Pagination.types';
|
|
17
|
-
export { default as N8nInput2 } from './v2/components/Input/Input.vue';
|
|
18
|
-
export type * from './v2/components/Input/Input.types';
|
|
19
17
|
export { default as N8nLoading2 } from './v2/components/Loading/Loading.vue';
|
|
20
18
|
export type * from './v2/components/Loading/Loading.types';
|
|
21
19
|
export { default as N8nInputNumber2 } from './v2/components/InputNumber/InputNumber.vue';
|