@jumpgroup/jump-design-system 0.1.9 → 0.2.1
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/dist/cjs/{index-46644e39.js → index-79e97f36.js} +25 -4
- package/dist/cjs/index-79e97f36.js.map +1 -0
- package/dist/cjs/jump-badge.cjs.entry.js +24 -0
- package/dist/cjs/jump-badge.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-button.cjs.entry.js +2 -2
- package/dist/cjs/jump-card.cjs.entry.js +34 -0
- package/dist/cjs/jump-card.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-design-system.cjs.js +3 -3
- package/dist/cjs/jump-design-system.cjs.js.map +1 -1
- package/dist/cjs/jump-icon.cjs.entry.js +1 -1
- package/dist/cjs/jump-pagination.cjs.entry.js +4 -4
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +4 -2
- package/dist/collection/components/jump-badge/jump-badge.css +25 -0
- package/dist/collection/components/jump-badge/jump-badge.js +62 -0
- package/dist/collection/components/jump-badge/jump-badge.js.map +1 -0
- package/dist/collection/components/jump-badge/jump-badge.stories.js +26 -0
- package/dist/collection/components/jump-badge/jump-badge.stories.js.map +1 -0
- package/dist/collection/components/jump-badge/test/jump-badge.e2e.js +10 -0
- package/dist/collection/components/jump-badge/test/jump-badge.e2e.js.map +1 -0
- package/dist/collection/components/jump-badge/test/jump-badge.spec.js +18 -0
- package/dist/collection/components/jump-badge/test/jump-badge.spec.js.map +1 -0
- package/dist/collection/components/jump-button/{jump-button.stories.js → jump-button-filled.stories.js} +12 -10
- package/dist/collection/components/jump-button/jump-button-filled.stories.js.map +1 -0
- package/dist/collection/components/jump-button/jump-button-outline.stories.js +376 -0
- package/dist/collection/components/jump-button/jump-button-outline.stories.js.map +1 -0
- package/dist/collection/components/jump-button/jump-button.js +1 -1
- package/dist/collection/components/jump-card/jump-card-border-radius.stories.js +114 -0
- package/dist/collection/components/jump-card/jump-card-border-radius.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-border.stories.js +113 -0
- package/dist/collection/components/jump-card/jump-card-border.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-boxed.stories.js +114 -0
- package/dist/collection/components/jump-card/jump-card-boxed.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-horizontal.stories.js +114 -0
- package/dist/collection/components/jump-card/jump-card-horizontal.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-media-rounded.stories.js +125 -0
- package/dist/collection/components/jump-card/jump-card-media-rounded.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-no-image.stories.js +112 -0
- package/dist/collection/components/jump-card/jump-card-no-image.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-shadow.stories.js +113 -0
- package/dist/collection/components/jump-card/jump-card-shadow.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-top-border-content-radius.stories.js +114 -0
- package/dist/collection/components/jump-card/jump-card-top-border-content-radius.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-video.stories.js +111 -0
- package/dist/collection/components/jump-card/jump-card-video.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card.css +99 -0
- package/dist/collection/components/jump-card/jump-card.js +232 -0
- package/dist/collection/components/jump-card/jump-card.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card.stories.js +113 -0
- package/dist/collection/components/jump-card/jump-card.stories.js.map +1 -0
- package/dist/collection/components/jump-card/test/jump-card.e2e.js +10 -0
- package/dist/collection/components/jump-card/test/jump-card.e2e.js.map +1 -0
- package/dist/collection/components/jump-card/test/jump-card.spec.js +18 -0
- package/dist/collection/components/jump-card/test/jump-card.spec.js.map +1 -0
- package/dist/collection/components/jump-pagination/jump-pagination-pages.stories.js +94 -0
- package/dist/collection/components/jump-pagination/jump-pagination-pages.stories.js.map +1 -0
- package/dist/collection/components/jump-pagination/{jump-pagination.stories.js → jump-pagination-products.stories.js} +18 -18
- package/dist/collection/components/jump-pagination/jump-pagination-products.stories.js.map +1 -0
- package/dist/collection/components/jump-pagination/jump-pagination.js +3 -3
- package/dist/components/jump-badge.d.ts +11 -0
- package/dist/components/jump-badge.js +40 -0
- package/dist/components/jump-badge.js.map +1 -0
- package/dist/components/jump-button.js +1 -1
- package/dist/components/jump-card.d.ts +11 -0
- package/dist/components/jump-card.js +59 -0
- package/dist/components/jump-card.js.map +1 -0
- package/dist/components/jump-pagination.js +3 -3
- package/dist/esm/{index-b0176170.js → index-7feee8ea.js} +25 -4
- package/dist/esm/index-7feee8ea.js.map +1 -0
- package/dist/esm/jump-badge.entry.js +20 -0
- package/dist/esm/jump-badge.entry.js.map +1 -0
- package/dist/esm/jump-button.entry.js +2 -2
- package/dist/esm/jump-card.entry.js +30 -0
- package/dist/esm/jump-card.entry.js.map +1 -0
- package/dist/esm/jump-design-system.js +4 -4
- package/dist/esm/jump-design-system.js.map +1 -1
- package/dist/esm/jump-icon.entry.js +1 -1
- package/dist/esm/jump-pagination.entry.js +4 -4
- package/dist/esm/loader.js +3 -3
- package/dist/jump-design-system/jump-design-system.esm.js +1 -1
- package/dist/jump-design-system/jump-design-system.esm.js.map +1 -1
- package/dist/jump-design-system/p-7cfed9c6.entry.js +2 -0
- package/dist/jump-design-system/p-7cfed9c6.entry.js.map +1 -0
- package/dist/jump-design-system/{p-0d2b55a8.entry.js → p-8ec7e589.entry.js} +2 -2
- package/dist/jump-design-system/p-99238e3f.entry.js +2 -0
- package/dist/jump-design-system/p-99238e3f.entry.js.map +1 -0
- package/dist/jump-design-system/{p-c34f0f2c.entry.js → p-9fd6e0a0.entry.js} +2 -2
- package/dist/jump-design-system/{p-3cbc3a68.entry.js → p-bc02e346.entry.js} +2 -2
- package/dist/jump-design-system/p-c560071a.js +3 -0
- package/dist/jump-design-system/p-c560071a.js.map +1 -0
- package/dist/jump-design-system-elements.json +78 -0
- package/dist/types/components/jump-badge/jump-badge.d.ts +11 -0
- package/dist/types/components/jump-badge/jump-badge.stories.d.ts +19 -0
- package/dist/types/components/jump-button/jump-button-outline.stories.d.ts +164 -0
- package/dist/types/components/jump-card/jump-card-border-radius.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card-border.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card-boxed.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card-horizontal.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card-media-rounded.stories.d.ts +79 -0
- package/dist/types/components/jump-card/jump-card-no-image.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card-shadow.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card-top-border-content-radius.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card-video.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card.d.ts +47 -0
- package/dist/types/components/jump-card/jump-card.stories.d.ts +77 -0
- package/dist/types/components/jump-pagination/jump-pagination-pages.stories.d.ts +69 -0
- package/dist/types/components/jump-pagination/{jump-pagination.stories.d.ts → jump-pagination-products.stories.d.ts} +0 -2
- package/dist/types/components.d.ts +130 -0
- package/package.json +1 -1
- package/readme.md +4 -3
- package/dist/cjs/index-46644e39.js.map +0 -1
- package/dist/collection/components/jump-button/jump-button.stories.js.map +0 -1
- package/dist/collection/components/jump-pagination/jump-pagination.stories.js.map +0 -1
- package/dist/esm/index-b0176170.js.map +0 -1
- package/dist/jump-design-system/p-68bce598.js +0 -3
- package/dist/jump-design-system/p-68bce598.js.map +0 -1
- /package/dist/jump-design-system/{p-0d2b55a8.entry.js.map → p-8ec7e589.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-c34f0f2c.entry.js.map → p-9fd6e0a0.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-3cbc3a68.entry.js.map → p-bc02e346.entry.js.map} +0 -0
- /package/dist/types/components/jump-button/{jump-button.stories.d.ts → jump-button-filled.stories.d.ts} +0 -0
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
horizontal: {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
control: string;
|
|
9
|
+
defaultValue: boolean;
|
|
10
|
+
};
|
|
11
|
+
dark: {
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
control: string;
|
|
15
|
+
defaultValue: boolean;
|
|
16
|
+
};
|
|
17
|
+
border: {
|
|
18
|
+
name: string;
|
|
19
|
+
control: string;
|
|
20
|
+
defaultValue: boolean;
|
|
21
|
+
};
|
|
22
|
+
shadow: {
|
|
23
|
+
name: string;
|
|
24
|
+
control: string;
|
|
25
|
+
defaultValue: boolean;
|
|
26
|
+
};
|
|
27
|
+
borderRadius: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
control: string;
|
|
31
|
+
};
|
|
32
|
+
topBorderContentRadius: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
control: string;
|
|
36
|
+
};
|
|
37
|
+
boxed: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
control: string;
|
|
41
|
+
};
|
|
42
|
+
roundedMedia: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
control: string;
|
|
46
|
+
};
|
|
47
|
+
imgSrc: {
|
|
48
|
+
name: string;
|
|
49
|
+
description: string;
|
|
50
|
+
control: string;
|
|
51
|
+
if: {
|
|
52
|
+
arg: string;
|
|
53
|
+
exists: boolean;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
imgAlt: {
|
|
57
|
+
name: string;
|
|
58
|
+
description: string;
|
|
59
|
+
control: string;
|
|
60
|
+
if: {
|
|
61
|
+
arg: string;
|
|
62
|
+
exists: boolean;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
videoSrc: {
|
|
66
|
+
name: string;
|
|
67
|
+
description: string;
|
|
68
|
+
control: string;
|
|
69
|
+
if: {
|
|
70
|
+
arg: string;
|
|
71
|
+
exists: boolean;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
export default _default;
|
|
77
|
+
export declare const CardWithoutImage: any;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
horizontal: {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
control: string;
|
|
9
|
+
defaultValue: boolean;
|
|
10
|
+
};
|
|
11
|
+
dark: {
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
control: string;
|
|
15
|
+
defaultValue: boolean;
|
|
16
|
+
};
|
|
17
|
+
border: {
|
|
18
|
+
name: string;
|
|
19
|
+
control: string;
|
|
20
|
+
defaultValue: boolean;
|
|
21
|
+
};
|
|
22
|
+
shadow: {
|
|
23
|
+
name: string;
|
|
24
|
+
control: string;
|
|
25
|
+
defaultValue: boolean;
|
|
26
|
+
};
|
|
27
|
+
borderRadius: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
control: string;
|
|
31
|
+
};
|
|
32
|
+
topBorderContentRadius: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
control: string;
|
|
36
|
+
};
|
|
37
|
+
boxed: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
control: string;
|
|
41
|
+
};
|
|
42
|
+
roundedMedia: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
control: string;
|
|
46
|
+
};
|
|
47
|
+
imgSrc: {
|
|
48
|
+
name: string;
|
|
49
|
+
description: string;
|
|
50
|
+
control: string;
|
|
51
|
+
if: {
|
|
52
|
+
arg: string;
|
|
53
|
+
exists: boolean;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
imgAlt: {
|
|
57
|
+
name: string;
|
|
58
|
+
description: string;
|
|
59
|
+
control: string;
|
|
60
|
+
if: {
|
|
61
|
+
arg: string;
|
|
62
|
+
exists: boolean;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
videoSrc: {
|
|
66
|
+
name: string;
|
|
67
|
+
description: string;
|
|
68
|
+
control: string;
|
|
69
|
+
if: {
|
|
70
|
+
arg: string;
|
|
71
|
+
exists: boolean;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
export default _default;
|
|
77
|
+
export declare const CardWithShadow: any;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
horizontal: {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
control: string;
|
|
9
|
+
defaultValue: boolean;
|
|
10
|
+
};
|
|
11
|
+
dark: {
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
control: string;
|
|
15
|
+
defaultValue: boolean;
|
|
16
|
+
};
|
|
17
|
+
border: {
|
|
18
|
+
name: string;
|
|
19
|
+
control: string;
|
|
20
|
+
defaultValue: boolean;
|
|
21
|
+
};
|
|
22
|
+
shadow: {
|
|
23
|
+
name: string;
|
|
24
|
+
control: string;
|
|
25
|
+
defaultValue: boolean;
|
|
26
|
+
};
|
|
27
|
+
borderRadius: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
control: string;
|
|
31
|
+
};
|
|
32
|
+
topBorderContentRadius: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
control: string;
|
|
36
|
+
};
|
|
37
|
+
boxed: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
control: string;
|
|
41
|
+
};
|
|
42
|
+
roundedMedia: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
control: string;
|
|
46
|
+
};
|
|
47
|
+
imgSrc: {
|
|
48
|
+
name: string;
|
|
49
|
+
description: string;
|
|
50
|
+
control: string;
|
|
51
|
+
if: {
|
|
52
|
+
arg: string;
|
|
53
|
+
exists: boolean;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
imgAlt: {
|
|
57
|
+
name: string;
|
|
58
|
+
description: string;
|
|
59
|
+
control: string;
|
|
60
|
+
if: {
|
|
61
|
+
arg: string;
|
|
62
|
+
exists: boolean;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
videoSrc: {
|
|
66
|
+
name: string;
|
|
67
|
+
description: string;
|
|
68
|
+
control: string;
|
|
69
|
+
if: {
|
|
70
|
+
arg: string;
|
|
71
|
+
exists: boolean;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
export default _default;
|
|
77
|
+
export declare const CardWithTopBorderRadius: any;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
horizontal: {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
control: string;
|
|
9
|
+
defaultValue: boolean;
|
|
10
|
+
};
|
|
11
|
+
dark: {
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
control: string;
|
|
15
|
+
defaultValue: boolean;
|
|
16
|
+
};
|
|
17
|
+
border: {
|
|
18
|
+
name: string;
|
|
19
|
+
control: string;
|
|
20
|
+
defaultValue: boolean;
|
|
21
|
+
};
|
|
22
|
+
shadow: {
|
|
23
|
+
name: string;
|
|
24
|
+
control: string;
|
|
25
|
+
defaultValue: boolean;
|
|
26
|
+
};
|
|
27
|
+
borderRadius: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
control: string;
|
|
31
|
+
};
|
|
32
|
+
topBorderContentRadius: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
control: string;
|
|
36
|
+
};
|
|
37
|
+
boxed: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
control: string;
|
|
41
|
+
};
|
|
42
|
+
roundedMedia: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
control: string;
|
|
46
|
+
};
|
|
47
|
+
imgSrc: {
|
|
48
|
+
name: string;
|
|
49
|
+
description: string;
|
|
50
|
+
control: string;
|
|
51
|
+
if: {
|
|
52
|
+
arg: string;
|
|
53
|
+
exists: boolean;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
imgAlt: {
|
|
57
|
+
name: string;
|
|
58
|
+
description: string;
|
|
59
|
+
control: string;
|
|
60
|
+
if: {
|
|
61
|
+
arg: string;
|
|
62
|
+
exists: boolean;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
videoSrc: {
|
|
66
|
+
name: string;
|
|
67
|
+
description: string;
|
|
68
|
+
control: string;
|
|
69
|
+
if: {
|
|
70
|
+
arg: string;
|
|
71
|
+
exists: boolean;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
export default _default;
|
|
77
|
+
export declare const CardVideo: any;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export declare class AppCard {
|
|
2
|
+
/**
|
|
3
|
+
* Indicates if the card is horizontal
|
|
4
|
+
*/
|
|
5
|
+
horizontal: boolean;
|
|
6
|
+
/**
|
|
7
|
+
* Indicates if the card is horizontal
|
|
8
|
+
*/
|
|
9
|
+
dark: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* Indicates if card has shadow
|
|
12
|
+
*/
|
|
13
|
+
shadow: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* Indicates if card has borders
|
|
16
|
+
*/
|
|
17
|
+
border: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Indicates if borders of the entire card are rounded
|
|
20
|
+
*/
|
|
21
|
+
borderRadius: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Indicates if border top of the body is rounded; Not compatible with boxed
|
|
24
|
+
*/
|
|
25
|
+
topBorderContentRadius: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Indicates if media has padding; Not compatible with roundedMedia
|
|
28
|
+
*/
|
|
29
|
+
boxed: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Indicates if image is rounded and there isnt a bg
|
|
32
|
+
*/
|
|
33
|
+
roundedMedia: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Indicates the imgSrc of the card
|
|
36
|
+
*/
|
|
37
|
+
imgSrc: string;
|
|
38
|
+
/**
|
|
39
|
+
* Indicates the img's alt of the card
|
|
40
|
+
*/
|
|
41
|
+
imgAlt: string;
|
|
42
|
+
/**
|
|
43
|
+
* Indicates the videoSrc of the card
|
|
44
|
+
*/
|
|
45
|
+
videoSrc: string;
|
|
46
|
+
render(): any;
|
|
47
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
horizontal: {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
control: string;
|
|
9
|
+
defaultValue: boolean;
|
|
10
|
+
};
|
|
11
|
+
dark: {
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
control: string;
|
|
15
|
+
defaultValue: boolean;
|
|
16
|
+
};
|
|
17
|
+
border: {
|
|
18
|
+
name: string;
|
|
19
|
+
control: string;
|
|
20
|
+
defaultValue: boolean;
|
|
21
|
+
};
|
|
22
|
+
shadow: {
|
|
23
|
+
name: string;
|
|
24
|
+
control: string;
|
|
25
|
+
defaultValue: boolean;
|
|
26
|
+
};
|
|
27
|
+
borderRadius: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
control: string;
|
|
31
|
+
};
|
|
32
|
+
topBorderContentRadius: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
control: string;
|
|
36
|
+
};
|
|
37
|
+
boxed: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
control: string;
|
|
41
|
+
};
|
|
42
|
+
roundedMedia: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
control: string;
|
|
46
|
+
};
|
|
47
|
+
imgSrc: {
|
|
48
|
+
name: string;
|
|
49
|
+
description: string;
|
|
50
|
+
control: string;
|
|
51
|
+
if: {
|
|
52
|
+
arg: string;
|
|
53
|
+
exists: boolean;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
imgAlt: {
|
|
57
|
+
name: string;
|
|
58
|
+
description: string;
|
|
59
|
+
control: string;
|
|
60
|
+
if: {
|
|
61
|
+
arg: string;
|
|
62
|
+
exists: boolean;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
videoSrc: {
|
|
66
|
+
name: string;
|
|
67
|
+
description: string;
|
|
68
|
+
control: string;
|
|
69
|
+
if: {
|
|
70
|
+
arg: string;
|
|
71
|
+
exists: boolean;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
export default _default;
|
|
77
|
+
export declare const Card: any;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
completeVersion: {
|
|
6
|
+
name: string;
|
|
7
|
+
control: string;
|
|
8
|
+
description: string;
|
|
9
|
+
};
|
|
10
|
+
showAdditionalChrevrons: {
|
|
11
|
+
name: string;
|
|
12
|
+
control: string;
|
|
13
|
+
description: string;
|
|
14
|
+
};
|
|
15
|
+
firstPage: {
|
|
16
|
+
name: string;
|
|
17
|
+
control: string;
|
|
18
|
+
description: string;
|
|
19
|
+
if: {
|
|
20
|
+
arg: string;
|
|
21
|
+
eq: boolean;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
currentPage: {
|
|
25
|
+
name: string;
|
|
26
|
+
control: string;
|
|
27
|
+
description: string;
|
|
28
|
+
};
|
|
29
|
+
lastPage: {
|
|
30
|
+
name: string;
|
|
31
|
+
control: string;
|
|
32
|
+
description: string;
|
|
33
|
+
if: {
|
|
34
|
+
arg: string;
|
|
35
|
+
eq: boolean;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
totalElements: {
|
|
39
|
+
name: string;
|
|
40
|
+
control: string;
|
|
41
|
+
description: string;
|
|
42
|
+
if: {
|
|
43
|
+
arg: string;
|
|
44
|
+
eq: boolean;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
labelElementsPerPage: {
|
|
48
|
+
name: string;
|
|
49
|
+
control: string;
|
|
50
|
+
description: string;
|
|
51
|
+
if: {
|
|
52
|
+
arg: string;
|
|
53
|
+
eq: boolean;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
elementsRanges: {
|
|
57
|
+
name: string;
|
|
58
|
+
control: string;
|
|
59
|
+
options: number[];
|
|
60
|
+
if: {
|
|
61
|
+
arg: string;
|
|
62
|
+
eq: boolean;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
export default _default;
|
|
68
|
+
export declare const PaginationPerPagineRidotto: any;
|
|
69
|
+
export declare const PaginationPerPagineCompleto: any;
|
|
@@ -67,5 +67,3 @@ declare const _default: {
|
|
|
67
67
|
export default _default;
|
|
68
68
|
export declare const PaginationPerProdottiRidotto: any;
|
|
69
69
|
export declare const PaginationPerProdottiCompleto: any;
|
|
70
|
-
export declare const PaginationPerPagineRidotto: any;
|
|
71
|
-
export declare const PaginationPerPagineCompleto: any;
|
|
@@ -6,6 +6,16 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
8
|
export namespace Components {
|
|
9
|
+
interface JumpBadge {
|
|
10
|
+
/**
|
|
11
|
+
* Indicates the label of the badge
|
|
12
|
+
*/
|
|
13
|
+
"label": string;
|
|
14
|
+
/**
|
|
15
|
+
* Indicates the variant of the badge
|
|
16
|
+
*/
|
|
17
|
+
"variant": 'primary'|'secondary';
|
|
18
|
+
}
|
|
9
19
|
interface JumpButton {
|
|
10
20
|
/**
|
|
11
21
|
* Indicates the value of text alternative to an element that has no visible text on the screen
|
|
@@ -68,6 +78,52 @@ export namespace Components {
|
|
|
68
78
|
*/
|
|
69
79
|
"variant": 'primary'|'secondary'|'tertiary'|'neutral';
|
|
70
80
|
}
|
|
81
|
+
interface JumpCard {
|
|
82
|
+
/**
|
|
83
|
+
* Indicates if card has borders
|
|
84
|
+
*/
|
|
85
|
+
"border": boolean;
|
|
86
|
+
/**
|
|
87
|
+
* Indicates if borders of the entire card are rounded
|
|
88
|
+
*/
|
|
89
|
+
"borderRadius": boolean;
|
|
90
|
+
/**
|
|
91
|
+
* Indicates if media has padding; Not compatible with roundedMedia
|
|
92
|
+
*/
|
|
93
|
+
"boxed": boolean;
|
|
94
|
+
/**
|
|
95
|
+
* Indicates if the card is horizontal
|
|
96
|
+
*/
|
|
97
|
+
"dark": boolean;
|
|
98
|
+
/**
|
|
99
|
+
* Indicates if the card is horizontal
|
|
100
|
+
*/
|
|
101
|
+
"horizontal": boolean;
|
|
102
|
+
/**
|
|
103
|
+
* Indicates the img's alt of the card
|
|
104
|
+
*/
|
|
105
|
+
"imgAlt": string;
|
|
106
|
+
/**
|
|
107
|
+
* Indicates the imgSrc of the card
|
|
108
|
+
*/
|
|
109
|
+
"imgSrc": string;
|
|
110
|
+
/**
|
|
111
|
+
* Indicates if image is rounded and there isnt a bg
|
|
112
|
+
*/
|
|
113
|
+
"roundedMedia": boolean;
|
|
114
|
+
/**
|
|
115
|
+
* Indicates if card has shadow
|
|
116
|
+
*/
|
|
117
|
+
"shadow": boolean;
|
|
118
|
+
/**
|
|
119
|
+
* Indicates if border top of the body is rounded; Not compatible with boxed
|
|
120
|
+
*/
|
|
121
|
+
"topBorderContentRadius": boolean;
|
|
122
|
+
/**
|
|
123
|
+
* Indicates the videoSrc of the card
|
|
124
|
+
*/
|
|
125
|
+
"videoSrc": string;
|
|
126
|
+
}
|
|
71
127
|
interface JumpIcon {
|
|
72
128
|
/**
|
|
73
129
|
* Additional classes
|
|
@@ -102,12 +158,24 @@ export namespace Components {
|
|
|
102
158
|
}
|
|
103
159
|
}
|
|
104
160
|
declare global {
|
|
161
|
+
interface HTMLJumpBadgeElement extends Components.JumpBadge, HTMLStencilElement {
|
|
162
|
+
}
|
|
163
|
+
var HTMLJumpBadgeElement: {
|
|
164
|
+
prototype: HTMLJumpBadgeElement;
|
|
165
|
+
new (): HTMLJumpBadgeElement;
|
|
166
|
+
};
|
|
105
167
|
interface HTMLJumpButtonElement extends Components.JumpButton, HTMLStencilElement {
|
|
106
168
|
}
|
|
107
169
|
var HTMLJumpButtonElement: {
|
|
108
170
|
prototype: HTMLJumpButtonElement;
|
|
109
171
|
new (): HTMLJumpButtonElement;
|
|
110
172
|
};
|
|
173
|
+
interface HTMLJumpCardElement extends Components.JumpCard, HTMLStencilElement {
|
|
174
|
+
}
|
|
175
|
+
var HTMLJumpCardElement: {
|
|
176
|
+
prototype: HTMLJumpCardElement;
|
|
177
|
+
new (): HTMLJumpCardElement;
|
|
178
|
+
};
|
|
111
179
|
interface HTMLJumpIconElement extends Components.JumpIcon, HTMLStencilElement {
|
|
112
180
|
}
|
|
113
181
|
var HTMLJumpIconElement: {
|
|
@@ -121,12 +189,24 @@ declare global {
|
|
|
121
189
|
new (): HTMLJumpPaginationElement;
|
|
122
190
|
};
|
|
123
191
|
interface HTMLElementTagNameMap {
|
|
192
|
+
"jump-badge": HTMLJumpBadgeElement;
|
|
124
193
|
"jump-button": HTMLJumpButtonElement;
|
|
194
|
+
"jump-card": HTMLJumpCardElement;
|
|
125
195
|
"jump-icon": HTMLJumpIconElement;
|
|
126
196
|
"jump-pagination": HTMLJumpPaginationElement;
|
|
127
197
|
}
|
|
128
198
|
}
|
|
129
199
|
declare namespace LocalJSX {
|
|
200
|
+
interface JumpBadge {
|
|
201
|
+
/**
|
|
202
|
+
* Indicates the label of the badge
|
|
203
|
+
*/
|
|
204
|
+
"label"?: string;
|
|
205
|
+
/**
|
|
206
|
+
* Indicates the variant of the badge
|
|
207
|
+
*/
|
|
208
|
+
"variant"?: 'primary'|'secondary';
|
|
209
|
+
}
|
|
130
210
|
interface JumpButton {
|
|
131
211
|
/**
|
|
132
212
|
* Indicates the value of text alternative to an element that has no visible text on the screen
|
|
@@ -189,6 +269,52 @@ declare namespace LocalJSX {
|
|
|
189
269
|
*/
|
|
190
270
|
"variant"?: 'primary'|'secondary'|'tertiary'|'neutral';
|
|
191
271
|
}
|
|
272
|
+
interface JumpCard {
|
|
273
|
+
/**
|
|
274
|
+
* Indicates if card has borders
|
|
275
|
+
*/
|
|
276
|
+
"border"?: boolean;
|
|
277
|
+
/**
|
|
278
|
+
* Indicates if borders of the entire card are rounded
|
|
279
|
+
*/
|
|
280
|
+
"borderRadius"?: boolean;
|
|
281
|
+
/**
|
|
282
|
+
* Indicates if media has padding; Not compatible with roundedMedia
|
|
283
|
+
*/
|
|
284
|
+
"boxed"?: boolean;
|
|
285
|
+
/**
|
|
286
|
+
* Indicates if the card is horizontal
|
|
287
|
+
*/
|
|
288
|
+
"dark"?: boolean;
|
|
289
|
+
/**
|
|
290
|
+
* Indicates if the card is horizontal
|
|
291
|
+
*/
|
|
292
|
+
"horizontal"?: boolean;
|
|
293
|
+
/**
|
|
294
|
+
* Indicates the img's alt of the card
|
|
295
|
+
*/
|
|
296
|
+
"imgAlt"?: string;
|
|
297
|
+
/**
|
|
298
|
+
* Indicates the imgSrc of the card
|
|
299
|
+
*/
|
|
300
|
+
"imgSrc"?: string;
|
|
301
|
+
/**
|
|
302
|
+
* Indicates if image is rounded and there isnt a bg
|
|
303
|
+
*/
|
|
304
|
+
"roundedMedia"?: boolean;
|
|
305
|
+
/**
|
|
306
|
+
* Indicates if card has shadow
|
|
307
|
+
*/
|
|
308
|
+
"shadow"?: boolean;
|
|
309
|
+
/**
|
|
310
|
+
* Indicates if border top of the body is rounded; Not compatible with boxed
|
|
311
|
+
*/
|
|
312
|
+
"topBorderContentRadius"?: boolean;
|
|
313
|
+
/**
|
|
314
|
+
* Indicates the videoSrc of the card
|
|
315
|
+
*/
|
|
316
|
+
"videoSrc"?: string;
|
|
317
|
+
}
|
|
192
318
|
interface JumpIcon {
|
|
193
319
|
/**
|
|
194
320
|
* Additional classes
|
|
@@ -222,7 +348,9 @@ declare namespace LocalJSX {
|
|
|
222
348
|
"totalElements"?: number;
|
|
223
349
|
}
|
|
224
350
|
interface IntrinsicElements {
|
|
351
|
+
"jump-badge": JumpBadge;
|
|
225
352
|
"jump-button": JumpButton;
|
|
353
|
+
"jump-card": JumpCard;
|
|
226
354
|
"jump-icon": JumpIcon;
|
|
227
355
|
"jump-pagination": JumpPagination;
|
|
228
356
|
}
|
|
@@ -231,7 +359,9 @@ export { LocalJSX as JSX };
|
|
|
231
359
|
declare module "@stencil/core" {
|
|
232
360
|
export namespace JSX {
|
|
233
361
|
interface IntrinsicElements {
|
|
362
|
+
"jump-badge": LocalJSX.JumpBadge & JSXBase.HTMLAttributes<HTMLJumpBadgeElement>;
|
|
234
363
|
"jump-button": LocalJSX.JumpButton & JSXBase.HTMLAttributes<HTMLJumpButtonElement>;
|
|
364
|
+
"jump-card": LocalJSX.JumpCard & JSXBase.HTMLAttributes<HTMLJumpCardElement>;
|
|
235
365
|
"jump-icon": LocalJSX.JumpIcon & JSXBase.HTMLAttributes<HTMLJumpIconElement>;
|
|
236
366
|
"jump-pagination": LocalJSX.JumpPagination & JSXBase.HTMLAttributes<HTMLJumpPaginationElement>;
|
|
237
367
|
}
|