@aitronos/freddy-plugins 0.1.2 → 0.1.3
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/README.md +62 -0
- package/dist/aitronos-lib.es.js +384 -19
- package/dist/freddy-plugins.css +1 -0
- package/dist/icons/IconApplePay.vue.d.ts +2 -0
- package/dist/icons/IconArrowDown.vue.d.ts +2 -0
- package/dist/icons/IconArrowLeft.vue.d.ts +2 -0
- package/dist/icons/IconArrowUp.vue.d.ts +2 -0
- package/dist/icons/IconBuildings.vue.d.ts +2 -0
- package/dist/icons/IconCalendarWithTickInside.vue.d.ts +2 -0
- package/dist/icons/IconCardPay.vue.d.ts +2 -0
- package/dist/icons/IconChangeLog.vue.d.ts +2 -0
- package/dist/icons/IconCheckCircleFill.vue.d.ts +2 -0
- package/dist/icons/IconCheckRounded.vue.d.ts +2 -0
- package/dist/icons/IconChevronDown.vue.d.ts +2 -0
- package/dist/icons/IconChevronLeft.vue.d.ts +2 -0
- package/dist/icons/IconChevronRight.vue.d.ts +2 -0
- package/dist/icons/IconChevronUp.vue.d.ts +2 -0
- package/dist/icons/IconCircle.vue.d.ts +2 -0
- package/dist/icons/IconClock.vue.d.ts +2 -0
- package/dist/icons/IconClose.vue.d.ts +2 -0
- package/dist/icons/IconCloseButton.vue.d.ts +2 -0
- package/dist/icons/IconCloudUpload.vue.d.ts +2 -0
- package/dist/icons/IconPlus.vue.d.ts +2 -0
- package/dist/icons/index.d.ts +1 -1
- package/dist/stories/IconGallery.stories.d.ts +24 -0
- package/dist/stories/helpers/IconGallery.vue.d.ts +2 -0
- package/dist/stories/icons/IconAitronos.stories.d.ts +38 -0
- package/dist/stories/icons/IconApplePay.stories.d.ts +38 -0
- package/dist/stories/icons/IconArrowDown.stories.d.ts +38 -0
- package/dist/stories/icons/IconArrowLeft.stories.d.ts +38 -0
- package/dist/stories/icons/IconArrowUp.stories.d.ts +38 -0
- package/dist/stories/icons/IconBuildings.stories.d.ts +38 -0
- package/dist/stories/icons/IconCalendarWithTickInside.stories.d.ts +38 -0
- package/dist/stories/icons/IconCardPay.stories.d.ts +38 -0
- package/dist/stories/icons/IconChangeLog.stories.d.ts +38 -0
- package/dist/stories/icons/IconCheckCircleFill.stories.d.ts +38 -0
- package/dist/stories/icons/IconCheckRounded.stories.d.ts +38 -0
- package/dist/stories/icons/IconChevronDown.stories.d.ts +38 -0
- package/dist/stories/icons/IconChevronLeft.stories.d.ts +38 -0
- package/dist/stories/icons/IconChevronRight.stories.d.ts +38 -0
- package/dist/stories/icons/IconChevronUp.stories.d.ts +38 -0
- package/dist/stories/icons/IconCircle.stories.d.ts +38 -0
- package/dist/stories/icons/IconClock.stories.d.ts +38 -0
- package/dist/stories/icons/IconClose.stories.d.ts +38 -0
- package/dist/stories/icons/IconCloseButton.stories.d.ts +38 -0
- package/dist/stories/icons/IconCloudUpload.stories.d.ts +38 -0
- package/dist/stories/icons/IconPlus.stories.d.ts +38 -0
- package/package.json +32 -7
- package/dist/aitronos-lib.umd.js +0 -1
- /package/dist/icons/{IconAdd.vue.d.ts → IconAitronos.vue.d.ts} +0 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
tags: string[];
|
|
5
|
+
argTypes: {
|
|
6
|
+
color: {
|
|
7
|
+
control: string;
|
|
8
|
+
options: string[];
|
|
9
|
+
description: string;
|
|
10
|
+
};
|
|
11
|
+
stroke: {
|
|
12
|
+
control: string;
|
|
13
|
+
options: string[];
|
|
14
|
+
description: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
parameters: {
|
|
18
|
+
docs: {
|
|
19
|
+
description: {
|
|
20
|
+
story: string;
|
|
21
|
+
};
|
|
22
|
+
source: {
|
|
23
|
+
code: string;
|
|
24
|
+
language: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
30
|
+
export declare const Default: (args: any) => {
|
|
31
|
+
components: {
|
|
32
|
+
IconChevronRight: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
33
|
+
};
|
|
34
|
+
setup(): {
|
|
35
|
+
args: any;
|
|
36
|
+
};
|
|
37
|
+
template: string;
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4
|
+
tags: string[];
|
|
5
|
+
argTypes: {
|
|
6
|
+
color: {
|
|
7
|
+
control: string;
|
|
8
|
+
options: string[];
|
|
9
|
+
description: string;
|
|
10
|
+
};
|
|
11
|
+
stroke: {
|
|
12
|
+
control: string;
|
|
13
|
+
options: string[];
|
|
14
|
+
description: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
parameters: {
|
|
18
|
+
docs: {
|
|
19
|
+
description: {
|
|
20
|
+
story: string;
|
|
21
|
+
};
|
|
22
|
+
source: {
|
|
23
|
+
code: string;
|
|
24
|
+
language: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
30
|
+
export declare const Default: (args: any) => {
|
|
31
|
+
components: {
|
|
32
|
+
IconChevronUp: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
33
|
+
};
|
|
34
|
+
setup(): {
|
|
35
|
+
args: any;
|
|
36
|
+
};
|
|
37
|
+
template: string;
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
4
|
+
tags: string[];
|
|
5
|
+
argTypes: {
|
|
6
|
+
color: {
|
|
7
|
+
control: string;
|
|
8
|
+
options: string[];
|
|
9
|
+
description: string;
|
|
10
|
+
};
|
|
11
|
+
stroke: {
|
|
12
|
+
control: string;
|
|
13
|
+
options: string[];
|
|
14
|
+
description: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
parameters: {
|
|
18
|
+
docs: {
|
|
19
|
+
description: {
|
|
20
|
+
story: string;
|
|
21
|
+
};
|
|
22
|
+
source: {
|
|
23
|
+
code: string;
|
|
24
|
+
language: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
30
|
+
export declare const Default: (args: any) => {
|
|
31
|
+
components: {
|
|
32
|
+
IconCircle: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
33
|
+
};
|
|
34
|
+
setup(): {
|
|
35
|
+
args: any;
|
|
36
|
+
};
|
|
37
|
+
template: string;
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4
|
+
tags: string[];
|
|
5
|
+
argTypes: {
|
|
6
|
+
color: {
|
|
7
|
+
control: string;
|
|
8
|
+
options: string[];
|
|
9
|
+
description: string;
|
|
10
|
+
};
|
|
11
|
+
stroke: {
|
|
12
|
+
control: string;
|
|
13
|
+
options: string[];
|
|
14
|
+
description: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
parameters: {
|
|
18
|
+
docs: {
|
|
19
|
+
description: {
|
|
20
|
+
story: string;
|
|
21
|
+
};
|
|
22
|
+
source: {
|
|
23
|
+
code: string;
|
|
24
|
+
language: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
30
|
+
export declare const Default: (args: any) => {
|
|
31
|
+
components: {
|
|
32
|
+
IconClock: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
33
|
+
};
|
|
34
|
+
setup(): {
|
|
35
|
+
args: any;
|
|
36
|
+
};
|
|
37
|
+
template: string;
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4
|
+
tags: string[];
|
|
5
|
+
argTypes: {
|
|
6
|
+
color: {
|
|
7
|
+
control: string;
|
|
8
|
+
options: string[];
|
|
9
|
+
description: string;
|
|
10
|
+
};
|
|
11
|
+
stroke: {
|
|
12
|
+
control: string;
|
|
13
|
+
options: string[];
|
|
14
|
+
description: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
parameters: {
|
|
18
|
+
docs: {
|
|
19
|
+
description: {
|
|
20
|
+
story: string;
|
|
21
|
+
};
|
|
22
|
+
source: {
|
|
23
|
+
code: string;
|
|
24
|
+
language: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
30
|
+
export declare const Default: (args: any) => {
|
|
31
|
+
components: {
|
|
32
|
+
IconClose: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
33
|
+
};
|
|
34
|
+
setup(): {
|
|
35
|
+
args: any;
|
|
36
|
+
};
|
|
37
|
+
template: string;
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4
|
+
tags: string[];
|
|
5
|
+
argTypes: {
|
|
6
|
+
color: {
|
|
7
|
+
control: string;
|
|
8
|
+
options: string[];
|
|
9
|
+
description: string;
|
|
10
|
+
};
|
|
11
|
+
stroke: {
|
|
12
|
+
control: string;
|
|
13
|
+
options: string[];
|
|
14
|
+
description: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
parameters: {
|
|
18
|
+
docs: {
|
|
19
|
+
description: {
|
|
20
|
+
story: string;
|
|
21
|
+
};
|
|
22
|
+
source: {
|
|
23
|
+
code: string;
|
|
24
|
+
language: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
30
|
+
export declare const Default: (args: any) => {
|
|
31
|
+
components: {
|
|
32
|
+
IconCloseButton: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
33
|
+
};
|
|
34
|
+
setup(): {
|
|
35
|
+
args: any;
|
|
36
|
+
};
|
|
37
|
+
template: string;
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4
|
+
tags: string[];
|
|
5
|
+
argTypes: {
|
|
6
|
+
color: {
|
|
7
|
+
control: string;
|
|
8
|
+
options: string[];
|
|
9
|
+
description: string;
|
|
10
|
+
};
|
|
11
|
+
stroke: {
|
|
12
|
+
control: string;
|
|
13
|
+
options: string[];
|
|
14
|
+
description: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
parameters: {
|
|
18
|
+
docs: {
|
|
19
|
+
description: {
|
|
20
|
+
story: string;
|
|
21
|
+
};
|
|
22
|
+
source: {
|
|
23
|
+
code: string;
|
|
24
|
+
language: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
30
|
+
export declare const Default: (args: any) => {
|
|
31
|
+
components: {
|
|
32
|
+
IconCloudUpload: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
33
|
+
};
|
|
34
|
+
setup(): {
|
|
35
|
+
args: any;
|
|
36
|
+
};
|
|
37
|
+
template: string;
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4
|
+
tags: string[];
|
|
5
|
+
argTypes: {
|
|
6
|
+
color: {
|
|
7
|
+
control: string;
|
|
8
|
+
options: string[];
|
|
9
|
+
description: string;
|
|
10
|
+
};
|
|
11
|
+
stroke: {
|
|
12
|
+
control: string;
|
|
13
|
+
options: string[];
|
|
14
|
+
description: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
parameters: {
|
|
18
|
+
docs: {
|
|
19
|
+
description: {
|
|
20
|
+
story: string;
|
|
21
|
+
};
|
|
22
|
+
source: {
|
|
23
|
+
code: string;
|
|
24
|
+
language: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
30
|
+
export declare const Default: (args: any) => {
|
|
31
|
+
components: {
|
|
32
|
+
IconPlus: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
33
|
+
};
|
|
34
|
+
setup(): {
|
|
35
|
+
args: any;
|
|
36
|
+
};
|
|
37
|
+
template: string;
|
|
38
|
+
};
|
package/package.json
CHANGED
|
@@ -1,33 +1,58 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aitronos/freddy-plugins",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
|
+
"sideEffects": false,
|
|
8
9
|
"files": [
|
|
9
10
|
"dist"
|
|
10
11
|
],
|
|
11
12
|
"scripts": {
|
|
12
13
|
"dev": "vite",
|
|
13
|
-
"build": "vue-tsc -b && vite build",
|
|
14
|
+
"build": "npm run clean && vue-tsc -b && vite build",
|
|
14
15
|
"preview": "vite preview",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
16
|
+
"changeset": "changeset",
|
|
17
|
+
"version-packages": "yarn changeset version",
|
|
18
|
+
"release": "yarn build && changeset publish",
|
|
19
|
+
"generate:intro": "node src/scripts/generate-intro-mdx.js",
|
|
17
20
|
"prepublishOnly": "yarn build",
|
|
18
|
-
"publish:package": "yarn npm publish --access public"
|
|
21
|
+
"publish:package": "yarn npm publish --access public",
|
|
22
|
+
"clean": "rm -rf dist",
|
|
23
|
+
"storybook": " storybook dev -p 6006",
|
|
24
|
+
"fetch:versions": "node src/scripts/get-versions.js",
|
|
25
|
+
"build-storybook": "storybook build",
|
|
26
|
+
"generate:icon-stories": "node src/scripts/generate-icon-stories.js"
|
|
19
27
|
},
|
|
20
28
|
"dependencies": {
|
|
29
|
+
"storybook": "^8.6.12",
|
|
21
30
|
"vue": "^3.5.13"
|
|
22
31
|
},
|
|
23
32
|
"devDependencies": {
|
|
33
|
+
"@changesets/cli": "^2.28.1",
|
|
34
|
+
"@chromatic-com/storybook": "3",
|
|
35
|
+
"@storybook/addon-docs": "^8.6.12",
|
|
36
|
+
"@storybook/addon-essentials": "8.6.12",
|
|
37
|
+
"@storybook/addon-onboarding": "8.6.12",
|
|
38
|
+
"@storybook/blocks": "8.6.12",
|
|
39
|
+
"@storybook/experimental-addon-test": "8.6.12",
|
|
40
|
+
"@storybook/test": "8.6.12",
|
|
41
|
+
"@storybook/vue3": "8.6.12",
|
|
42
|
+
"@storybook/vue3-vite": "8.6.12",
|
|
43
|
+
"@types/node": "^22.14.0",
|
|
24
44
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
45
|
+
"@vitest/browser": "^3.1.1",
|
|
46
|
+
"@vitest/coverage-v8": "^3.1.1",
|
|
25
47
|
"@vue/tsconfig": "^0.7.0",
|
|
48
|
+
"changesets": "^1.0.2",
|
|
26
49
|
"concurrently": "^9.1.2",
|
|
27
|
-
"
|
|
28
|
-
"
|
|
50
|
+
"playwright": "^1.51.1",
|
|
51
|
+
"sass-embedded": "^1.86.3",
|
|
52
|
+
"typescript": "^5.8.3",
|
|
29
53
|
"vite": "^6.2.0",
|
|
30
54
|
"vite-plugin-dts": "^4.5.3",
|
|
55
|
+
"vitest": "^3.1.1",
|
|
31
56
|
"vue-tsc": "^2.2.4"
|
|
32
57
|
},
|
|
33
58
|
"packageManager": "yarn@4.7.0"
|
package/dist/aitronos-lib.umd.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(e,o){typeof exports=="object"&&typeof module<"u"?module.exports=o(require("vue")):typeof define=="function"&&define.amd?define(["vue"],o):(e=typeof globalThis<"u"?globalThis:e||self,e["freddy-plugins"]=o(e.Vue))})(this,function(e){"use strict";const o=(i,t)=>{const n=i.__vccOpts||i;for(const[l,u]of t)n[l]=u;return n},r={},d={width:"100%",height:"100%",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function c(i,t){return e.openBlock(),e.createElementBlock("svg",d,t[0]||(t[0]=[e.createElementVNode("path",{d:"M6.99996 1.66666V12.3333M12.3333 6.99999L1.66663 6.99999",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)]))}const s=Object.assign({"./icons/IconAdd.vue":Object.freeze(Object.defineProperty({__proto__:null,default:o(r,[["render",c]])},Symbol.toStringTag,{value:"Module"}))});return{install(i){for(const t in s){const n=s[t].default;n!=null&&n.name&&i.component(n.name,n)}}}});
|
|
File without changes
|