@aitronos/freddy-plugins 0.1.3 → 0.1.5

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 (26) hide show
  1. package/dist/aitronos-lib.es.js +20 -0
  2. package/dist/icons/index.d.ts +20 -0
  3. package/package.json +6 -4
  4. package/dist/stories/IconGallery.stories.d.ts +0 -24
  5. package/dist/stories/helpers/IconGallery.vue.d.ts +0 -2
  6. package/dist/stories/icons/IconAitronos.stories.d.ts +0 -38
  7. package/dist/stories/icons/IconApplePay.stories.d.ts +0 -38
  8. package/dist/stories/icons/IconArrowDown.stories.d.ts +0 -38
  9. package/dist/stories/icons/IconArrowLeft.stories.d.ts +0 -38
  10. package/dist/stories/icons/IconArrowUp.stories.d.ts +0 -38
  11. package/dist/stories/icons/IconBuildings.stories.d.ts +0 -38
  12. package/dist/stories/icons/IconCalendarWithTickInside.stories.d.ts +0 -38
  13. package/dist/stories/icons/IconCardPay.stories.d.ts +0 -38
  14. package/dist/stories/icons/IconChangeLog.stories.d.ts +0 -38
  15. package/dist/stories/icons/IconCheckCircleFill.stories.d.ts +0 -38
  16. package/dist/stories/icons/IconCheckRounded.stories.d.ts +0 -38
  17. package/dist/stories/icons/IconChevronDown.stories.d.ts +0 -38
  18. package/dist/stories/icons/IconChevronLeft.stories.d.ts +0 -38
  19. package/dist/stories/icons/IconChevronRight.stories.d.ts +0 -38
  20. package/dist/stories/icons/IconChevronUp.stories.d.ts +0 -38
  21. package/dist/stories/icons/IconCircle.stories.d.ts +0 -38
  22. package/dist/stories/icons/IconClock.stories.d.ts +0 -38
  23. package/dist/stories/icons/IconClose.stories.d.ts +0 -38
  24. package/dist/stories/icons/IconCloseButton.stories.d.ts +0 -38
  25. package/dist/stories/icons/IconCloudUpload.stories.d.ts +0 -38
  26. package/dist/stories/icons/IconPlus.stories.d.ts +0 -38
@@ -398,6 +398,26 @@ const r5 = /* @__PURE__ */ n(o5, [["render", n5]]), l5 = /* @__PURE__ */ Object.
398
398
  }
399
399
  };
400
400
  export {
401
+ V as IconAitronos,
402
+ g as IconApplePay,
403
+ L as IconArrowDown,
404
+ j as IconArrowLeft,
405
+ O as IconArrowUp,
406
+ A as IconBuildings,
407
+ G as IconCalendarWithTickInside,
408
+ J as IconCardPay,
409
+ C1 as IconChangeLog,
410
+ r1 as IconCheckCircleFill,
411
+ _1 as IconCheckRounded,
412
+ f1 as IconChevronDown,
413
+ h1 as IconChevronLeft,
414
+ k1 as IconChevronRight,
415
+ y1 as IconChevronUp,
416
+ O1 as IconCircle,
417
+ A1 as IconClock,
418
+ G1 as IconClose,
419
+ J1 as IconCloseButton,
420
+ C5 as IconCloudUpload,
401
421
  r5 as IconPlus,
402
422
  i5 as default
403
423
  };
@@ -1 +1,21 @@
1
+ export { default as IconAitronos } from './IconAitronos.vue';
2
+ export { default as IconClose } from './IconClose.vue';
3
+ export { default as IconClock } from './IconClock.vue';
4
+ export { default as IconCircle } from './IconCircle.vue';
5
+ export { default as IconChevronUp } from './IconChevronUp.vue';
6
+ export { default as IconChevronRight } from './IconChevronRight.vue';
7
+ export { default as IconChevronLeft } from './IconChevronLeft.vue';
8
+ export { default as IconChevronDown } from './IconChevronDown.vue';
9
+ export { default as IconCheckRounded } from './IconCheckRounded.vue';
10
+ export { default as IconCheckCircleFill } from './IconCheckCircleFill.vue';
11
+ export { default as IconChangeLog } from './IconChangeLog.vue';
12
+ export { default as IconCardPay } from './IconCardPay.vue';
13
+ export { default as IconCalendarWithTickInside } from './IconCalendarWithTickInside.vue';
14
+ export { default as IconBuildings } from './IconBuildings.vue';
15
+ export { default as IconArrowUp } from './IconArrowUp.vue';
16
+ export { default as IconArrowLeft } from './IconArrowLeft.vue';
17
+ export { default as IconArrowDown } from './IconArrowDown.vue';
18
+ export { default as IconApplePay } from './IconApplePay.vue';
1
19
  export { default as IconPlus } from './IconPlus.vue';
20
+ export { default as IconCloseButton } from './IconCloseButton.vue';
21
+ export { default as IconCloudUpload } from './IconCloudUpload.vue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aitronos/freddy-plugins",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -13,20 +13,19 @@
13
13
  "dev": "vite",
14
14
  "build": "npm run clean && vue-tsc -b && vite build",
15
15
  "preview": "vite preview",
16
+ "clean": "rimraf dist",
16
17
  "changeset": "changeset",
17
18
  "version-packages": "yarn changeset version",
18
19
  "release": "yarn build && changeset publish",
19
20
  "generate:intro": "node src/scripts/generate-intro-mdx.js",
20
21
  "prepublishOnly": "yarn build",
21
22
  "publish:package": "yarn npm publish --access public",
22
- "clean": "rm -rf dist",
23
- "storybook": " storybook dev -p 6006",
23
+ "storybook": "yarn fetch:versions && storybook dev -p 6006",
24
24
  "fetch:versions": "node src/scripts/get-versions.js",
25
25
  "build-storybook": "storybook build",
26
26
  "generate:icon-stories": "node src/scripts/generate-icon-stories.js"
27
27
  },
28
28
  "dependencies": {
29
- "storybook": "^8.6.12",
30
29
  "vue": "^3.5.13"
31
30
  },
32
31
  "devDependencies": {
@@ -48,7 +47,10 @@
48
47
  "changesets": "^1.0.2",
49
48
  "concurrently": "^9.1.2",
50
49
  "playwright": "^1.51.1",
50
+ "rimraf": "^6.0.1",
51
+ "rollup-plugin-visualizer": "^5.14.0",
51
52
  "sass-embedded": "^1.86.3",
53
+ "storybook": "^8.6.12",
52
54
  "typescript": "^5.8.3",
53
55
  "vite": "^6.2.0",
54
56
  "vite-plugin-dts": "^4.5.3",
@@ -1,24 +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
- };
5
- export default _default;
6
- export declare const AllIcons: () => {
7
- components: {
8
- IconGallery: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
9
- };
10
- tags: string[];
11
- argTypes: {
12
- size: {
13
- control: string;
14
- options: string[];
15
- };
16
- backgroundColor: {
17
- control: string;
18
- };
19
- };
20
- args: {
21
- primary: boolean;
22
- };
23
- template: string;
24
- };
@@ -1,2 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
2
- export default _default;
@@ -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
- IconAitronos: 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
- IconApplePay: 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
- IconArrowDown: 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
- IconArrowLeft: 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
- 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
- };