@aitronos/freddy-plugins 0.1.4 → 0.1.6

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 (48) hide show
  1. package/dist/aitronos-lib.es.js +20 -0
  2. package/dist/icons/icons/IconAitronos.vue +33 -0
  3. package/dist/icons/icons/IconApplePay.vue +14 -0
  4. package/dist/icons/icons/IconArrowDown.vue +15 -0
  5. package/dist/icons/icons/IconArrowLeft.vue +15 -0
  6. package/dist/icons/icons/IconArrowUp.vue +16 -0
  7. package/dist/icons/icons/IconBuildings.vue +15 -0
  8. package/dist/icons/icons/IconCalendarWithTickInside.vue +15 -0
  9. package/dist/icons/icons/IconCardPay.vue +15 -0
  10. package/dist/icons/icons/IconChangeLog.vue +15 -0
  11. package/dist/icons/icons/IconCheckCircleFill.vue +11 -0
  12. package/dist/icons/icons/IconCheckRounded.vue +17 -0
  13. package/dist/icons/icons/IconChevronDown.vue +35 -0
  14. package/dist/icons/icons/IconChevronLeft.vue +49 -0
  15. package/dist/icons/icons/IconChevronRight.vue +44 -0
  16. package/dist/icons/icons/IconChevronUp.vue +16 -0
  17. package/dist/icons/icons/IconCircle.vue +20 -0
  18. package/dist/icons/icons/IconClock.vue +15 -0
  19. package/dist/icons/icons/IconClose.vue +145 -0
  20. package/dist/icons/icons/IconCloseButton.vue +15 -0
  21. package/dist/icons/icons/IconCloudUpload.vue +17 -0
  22. package/dist/icons/icons/IconPlus.vue +17 -0
  23. package/dist/icons/icons/index.ts +21 -0
  24. package/dist/icons/index.d.ts +20 -0
  25. package/package.json +18 -6
  26. package/dist/stories/IconGallery.stories.d.ts +0 -24
  27. package/dist/stories/helpers/IconGallery.vue.d.ts +0 -2
  28. package/dist/stories/icons/IconAitronos.stories.d.ts +0 -38
  29. package/dist/stories/icons/IconApplePay.stories.d.ts +0 -38
  30. package/dist/stories/icons/IconArrowDown.stories.d.ts +0 -38
  31. package/dist/stories/icons/IconArrowLeft.stories.d.ts +0 -38
  32. package/dist/stories/icons/IconArrowUp.stories.d.ts +0 -38
  33. package/dist/stories/icons/IconBuildings.stories.d.ts +0 -38
  34. package/dist/stories/icons/IconCalendarWithTickInside.stories.d.ts +0 -38
  35. package/dist/stories/icons/IconCardPay.stories.d.ts +0 -38
  36. package/dist/stories/icons/IconChangeLog.stories.d.ts +0 -38
  37. package/dist/stories/icons/IconCheckCircleFill.stories.d.ts +0 -38
  38. package/dist/stories/icons/IconCheckRounded.stories.d.ts +0 -38
  39. package/dist/stories/icons/IconChevronDown.stories.d.ts +0 -38
  40. package/dist/stories/icons/IconChevronLeft.stories.d.ts +0 -38
  41. package/dist/stories/icons/IconChevronRight.stories.d.ts +0 -38
  42. package/dist/stories/icons/IconChevronUp.stories.d.ts +0 -38
  43. package/dist/stories/icons/IconCircle.stories.d.ts +0 -38
  44. package/dist/stories/icons/IconClock.stories.d.ts +0 -38
  45. package/dist/stories/icons/IconClose.stories.d.ts +0 -38
  46. package/dist/stories/icons/IconCloseButton.stories.d.ts +0 -38
  47. package/dist/stories/icons/IconCloudUpload.stories.d.ts +0 -38
  48. package/dist/stories/icons/IconPlus.stories.d.ts +0 -38
@@ -1,38 +0,0 @@
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
- IconArrowUp: 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
- };
@@ -1,38 +0,0 @@
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
- IconBuildings: 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
- };
@@ -1,38 +0,0 @@
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
- IconCalendarWithTickInside: 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
- };
@@ -1,38 +0,0 @@
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
- IconCardPay: 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
- };
@@ -1,38 +0,0 @@
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
- IconChangeLog: 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
- };
@@ -1,38 +0,0 @@
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
- IconCheckCircleFill: 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
- };
@@ -1,38 +0,0 @@
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
- IconCheckRounded: 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
- };
@@ -1,38 +0,0 @@
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
- IconChevronDown: 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
- };
@@ -1,38 +0,0 @@
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
- IconChevronLeft: 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
- };
@@ -1,38 +0,0 @@
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
- };
@@ -1,38 +0,0 @@
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
- };
@@ -1,38 +0,0 @@
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
- };
@@ -1,38 +0,0 @@
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
- };
@@ -1,38 +0,0 @@
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
- };
@@ -1,38 +0,0 @@
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
- };
@@ -1,38 +0,0 @@
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
- };
@@ -1,38 +0,0 @@
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
- };