@jumpgroup/jump-design-system 0.1.9 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/dist/cjs/{index-46644e39.js → index-4b95f596.js} +11 -2
  2. package/dist/cjs/index-4b95f596.js.map +1 -0
  3. package/dist/cjs/jump-badge.cjs.entry.js +24 -0
  4. package/dist/cjs/jump-badge.cjs.entry.js.map +1 -0
  5. package/dist/cjs/jump-button.cjs.entry.js +2 -2
  6. package/dist/cjs/jump-card.cjs.entry.js +34 -0
  7. package/dist/cjs/jump-card.cjs.entry.js.map +1 -0
  8. package/dist/cjs/jump-design-system.cjs.js +3 -3
  9. package/dist/cjs/jump-design-system.cjs.js.map +1 -1
  10. package/dist/cjs/jump-icon.cjs.entry.js +1 -1
  11. package/dist/cjs/jump-pagination.cjs.entry.js +4 -4
  12. package/dist/cjs/loader.cjs.js +2 -2
  13. package/dist/collection/collection-manifest.json +3 -1
  14. package/dist/collection/components/jump-badge/jump-badge.css +25 -0
  15. package/dist/collection/components/jump-badge/jump-badge.js +62 -0
  16. package/dist/collection/components/jump-badge/jump-badge.js.map +1 -0
  17. package/dist/collection/components/jump-badge/jump-badge.stories.js +26 -0
  18. package/dist/collection/components/jump-badge/jump-badge.stories.js.map +1 -0
  19. package/dist/collection/components/jump-badge/test/jump-badge.e2e.js +10 -0
  20. package/dist/collection/components/jump-badge/test/jump-badge.e2e.js.map +1 -0
  21. package/dist/collection/components/jump-badge/test/jump-badge.spec.js +18 -0
  22. package/dist/collection/components/jump-badge/test/jump-badge.spec.js.map +1 -0
  23. package/dist/collection/components/jump-button/{jump-button.stories.js → jump-button-filled.stories.js} +12 -10
  24. package/dist/collection/components/jump-button/jump-button-filled.stories.js.map +1 -0
  25. package/dist/collection/components/jump-button/jump-button-outline.stories.js +376 -0
  26. package/dist/collection/components/jump-button/jump-button-outline.stories.js.map +1 -0
  27. package/dist/collection/components/jump-button/jump-button.js +1 -1
  28. package/dist/collection/components/jump-card/jump-card-border-radius.stories.js +114 -0
  29. package/dist/collection/components/jump-card/jump-card-border-radius.stories.js.map +1 -0
  30. package/dist/collection/components/jump-card/jump-card-border.stories.js +113 -0
  31. package/dist/collection/components/jump-card/jump-card-border.stories.js.map +1 -0
  32. package/dist/collection/components/jump-card/jump-card-boxed.stories.js +114 -0
  33. package/dist/collection/components/jump-card/jump-card-boxed.stories.js.map +1 -0
  34. package/dist/collection/components/jump-card/jump-card-horizontal.stories.js +114 -0
  35. package/dist/collection/components/jump-card/jump-card-horizontal.stories.js.map +1 -0
  36. package/dist/collection/components/jump-card/jump-card-media-rounded.stories.js +125 -0
  37. package/dist/collection/components/jump-card/jump-card-media-rounded.stories.js.map +1 -0
  38. package/dist/collection/components/jump-card/jump-card-no-image.stories.js +112 -0
  39. package/dist/collection/components/jump-card/jump-card-no-image.stories.js.map +1 -0
  40. package/dist/collection/components/jump-card/jump-card-shadow.stories.js +113 -0
  41. package/dist/collection/components/jump-card/jump-card-shadow.stories.js.map +1 -0
  42. package/dist/collection/components/jump-card/jump-card-top-border-content-radius.stories.js +114 -0
  43. package/dist/collection/components/jump-card/jump-card-top-border-content-radius.stories.js.map +1 -0
  44. package/dist/collection/components/jump-card/jump-card-video.stories.js +111 -0
  45. package/dist/collection/components/jump-card/jump-card-video.stories.js.map +1 -0
  46. package/dist/collection/components/jump-card/jump-card.css +99 -0
  47. package/dist/collection/components/jump-card/jump-card.js +232 -0
  48. package/dist/collection/components/jump-card/jump-card.js.map +1 -0
  49. package/dist/collection/components/jump-card/jump-card.stories.js +113 -0
  50. package/dist/collection/components/jump-card/jump-card.stories.js.map +1 -0
  51. package/dist/collection/components/jump-card/test/jump-card.e2e.js +10 -0
  52. package/dist/collection/components/jump-card/test/jump-card.e2e.js.map +1 -0
  53. package/dist/collection/components/jump-card/test/jump-card.spec.js +18 -0
  54. package/dist/collection/components/jump-card/test/jump-card.spec.js.map +1 -0
  55. package/dist/collection/components/jump-pagination/jump-pagination.js +3 -3
  56. package/dist/components/jump-badge.d.ts +11 -0
  57. package/dist/components/jump-badge.js +40 -0
  58. package/dist/components/jump-badge.js.map +1 -0
  59. package/dist/components/jump-button.js +1 -1
  60. package/dist/components/jump-card.d.ts +11 -0
  61. package/dist/components/jump-card.js +59 -0
  62. package/dist/components/jump-card.js.map +1 -0
  63. package/dist/components/jump-pagination.js +3 -3
  64. package/dist/esm/{index-b0176170.js → index-6fbf8ed3.js} +11 -2
  65. package/dist/esm/index-6fbf8ed3.js.map +1 -0
  66. package/dist/esm/jump-badge.entry.js +20 -0
  67. package/dist/esm/jump-badge.entry.js.map +1 -0
  68. package/dist/esm/jump-button.entry.js +2 -2
  69. package/dist/esm/jump-card.entry.js +30 -0
  70. package/dist/esm/jump-card.entry.js.map +1 -0
  71. package/dist/esm/jump-design-system.js +4 -4
  72. package/dist/esm/jump-design-system.js.map +1 -1
  73. package/dist/esm/jump-icon.entry.js +1 -1
  74. package/dist/esm/jump-pagination.entry.js +4 -4
  75. package/dist/esm/loader.js +3 -3
  76. package/dist/jump-design-system/jump-design-system.esm.js +1 -1
  77. package/dist/jump-design-system/jump-design-system.esm.js.map +1 -1
  78. package/dist/jump-design-system/p-22f19a67.entry.js +2 -0
  79. package/dist/jump-design-system/p-22f19a67.entry.js.map +1 -0
  80. package/dist/jump-design-system/{p-0d2b55a8.entry.js → p-70d78318.entry.js} +2 -2
  81. package/dist/jump-design-system/{p-68bce598.js → p-c2ab38b9.js} +3 -3
  82. package/dist/jump-design-system/p-c2ab38b9.js.map +1 -0
  83. package/dist/jump-design-system/{p-c34f0f2c.entry.js → p-db7d19d5.entry.js} +2 -2
  84. package/dist/jump-design-system/{p-3cbc3a68.entry.js → p-f1c84912.entry.js} +2 -2
  85. package/dist/jump-design-system/p-f77f001e.entry.js +2 -0
  86. package/dist/jump-design-system/p-f77f001e.entry.js.map +1 -0
  87. package/dist/jump-design-system-elements.json +78 -0
  88. package/dist/types/components/jump-badge/jump-badge.d.ts +11 -0
  89. package/dist/types/components/jump-badge/jump-badge.stories.d.ts +19 -0
  90. package/dist/types/components/jump-button/jump-button-outline.stories.d.ts +164 -0
  91. package/dist/types/components/jump-card/jump-card-border-radius.stories.d.ts +77 -0
  92. package/dist/types/components/jump-card/jump-card-border.stories.d.ts +77 -0
  93. package/dist/types/components/jump-card/jump-card-boxed.stories.d.ts +77 -0
  94. package/dist/types/components/jump-card/jump-card-horizontal.stories.d.ts +77 -0
  95. package/dist/types/components/jump-card/jump-card-media-rounded.stories.d.ts +79 -0
  96. package/dist/types/components/jump-card/jump-card-no-image.stories.d.ts +77 -0
  97. package/dist/types/components/jump-card/jump-card-shadow.stories.d.ts +77 -0
  98. package/dist/types/components/jump-card/jump-card-top-border-content-radius.stories.d.ts +77 -0
  99. package/dist/types/components/jump-card/jump-card-video.stories.d.ts +77 -0
  100. package/dist/types/components/jump-card/jump-card.d.ts +47 -0
  101. package/dist/types/components/jump-card/jump-card.stories.d.ts +77 -0
  102. package/dist/types/components.d.ts +130 -0
  103. package/package.json +1 -1
  104. package/readme.md +4 -3
  105. package/dist/cjs/index-46644e39.js.map +0 -1
  106. package/dist/collection/components/jump-button/jump-button.stories.js.map +0 -1
  107. package/dist/esm/index-b0176170.js.map +0 -1
  108. package/dist/jump-design-system/p-68bce598.js.map +0 -1
  109. /package/dist/jump-design-system/{p-0d2b55a8.entry.js.map → p-70d78318.entry.js.map} +0 -0
  110. /package/dist/jump-design-system/{p-c34f0f2c.entry.js.map → p-db7d19d5.entry.js.map} +0 -0
  111. /package/dist/jump-design-system/{p-3cbc3a68.entry.js.map → p-f1c84912.entry.js.map} +0 -0
  112. /package/dist/types/components/jump-button/{jump-button.stories.d.ts → jump-button-filled.stories.d.ts} +0 -0
@@ -0,0 +1,79 @@
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 CardImageRounded: any;
78
+ export declare const CardImageHorizontalRounded: any;
79
+ export declare const CardVideoRounded: 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 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;
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jumpgroup/jump-design-system",
3
- "version": "0.1.9",
3
+ "version": "0.2.0",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",