@n8n/design-system 2.0.0 → 2.1.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 +8 -8
- package/dist/design-system.css +1 -1
- package/dist/n8n-design-system.es.js +15740 -15361
- package/dist/n8n-design-system.umd.js +36 -36
- package/package.json +1 -1
- package/src/components/N8nIcon/custom/resolver.svg +3 -0
- package/src/index.ts +2 -0
package/package.json
CHANGED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none">
|
|
2
|
+
<path d="M23.0877 0H13.9944L16.8048 8.75784H25.8982L18.5411 13.9805L21.3523 22.788C26.0879 19.3383 27.6352 14.1173 25.899 8.75784L23.0877 0ZM2.09058 8.75784H11.1839L13.9944 0H4.90182L2.09058 8.75784C0.353512 14.1173 1.90165 19.3383 6.63727 22.788L9.44769 13.9805L2.09058 8.75784ZM6.63727 22.788L13.9944 28L21.3515 22.788L13.9944 17.4896L6.63727 22.788Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
package/src/index.ts
CHANGED
|
@@ -20,4 +20,6 @@ export { default as N8nLoading2 } from './v2/components/Loading/Loading.vue';
|
|
|
20
20
|
export type * from './v2/components/Loading/Loading.types';
|
|
21
21
|
export { default as N8nInputNumber2 } from './v2/components/InputNumber/InputNumber.vue';
|
|
22
22
|
export type * from './v2/components/InputNumber/InputNumber.types';
|
|
23
|
+
export { default as N8nPopover2 } from './v2/components/Popover/Popover.vue';
|
|
24
|
+
export type * from './v2/components/Popover/Popover.types';
|
|
23
25
|
export { locale };
|