@jumpgroup/jump-design-system 0.3.0 → 0.3.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.
Files changed (177) hide show
  1. package/dist/cjs/{index-418c607f.js → index-674508e2.js} +9 -4
  2. package/dist/cjs/index-674508e2.js.map +1 -0
  3. package/dist/cjs/jump-accordion.cjs.entry.js +1 -1
  4. package/dist/cjs/jump-badge.cjs.entry.js +27 -0
  5. package/dist/cjs/jump-badge.cjs.entry.js.map +1 -0
  6. package/dist/cjs/{jump-icon.cjs.entry.js → jump-button_2.cjs.entry.js} +35 -2
  7. package/dist/cjs/jump-button_2.cjs.entry.js.map +1 -0
  8. package/dist/cjs/jump-card-ecommerce.cjs.entry.js +31 -26
  9. package/dist/cjs/jump-card-ecommerce.cjs.entry.js.map +1 -1
  10. package/dist/cjs/jump-card.cjs.entry.js +3 -3
  11. package/dist/cjs/jump-design-system.cjs.js +2 -2
  12. package/dist/cjs/jump-filter.cjs.entry.js +3 -3
  13. package/dist/cjs/jump-filtergroup.cjs.entry.js +3 -3
  14. package/dist/cjs/jump-pagination-table.cjs.entry.js +16 -4
  15. package/dist/cjs/jump-pagination-table.cjs.entry.js.map +1 -1
  16. package/dist/cjs/jump-pagination.cjs.entry.js +18 -5
  17. package/dist/cjs/jump-pagination.cjs.entry.js.map +1 -1
  18. package/dist/cjs/{jump-badge_2.cjs.entry.js → jump-quantity.cjs.entry.js} +13 -24
  19. package/dist/cjs/jump-quantity.cjs.entry.js.map +1 -0
  20. package/dist/cjs/jump-tab-item.cjs.entry.js +4 -4
  21. package/dist/cjs/jump-tab-item.cjs.entry.js.map +1 -1
  22. package/dist/cjs/jump-tab-panel.cjs.entry.js +2 -2
  23. package/dist/cjs/jump-tab.cjs.entry.js +3 -3
  24. package/dist/cjs/jump-tab.cjs.entry.js.map +1 -1
  25. package/dist/cjs/loader.cjs.js +2 -2
  26. package/dist/collection/components/jump-badge/jump-badge.css +90 -6
  27. package/dist/collection/components/jump-badge/jump-badge.js +60 -3
  28. package/dist/collection/components/jump-badge/jump-badge.js.map +1 -1
  29. package/dist/collection/components/jump-badge/jump-badge.stories.js +79 -4
  30. package/dist/collection/components/jump-badge/jump-badge.stories.js.map +1 -1
  31. package/dist/collection/components/jump-button/jump-button.js +1 -1
  32. package/dist/collection/components/jump-card/jump-card.js +2 -2
  33. package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.css +4 -0
  34. package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.js +30 -74
  35. package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.js.map +1 -1
  36. package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.stories.js +15 -21
  37. package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.stories.js.map +1 -1
  38. package/dist/collection/components/jump-filter/jump-filter.js +2 -2
  39. package/dist/collection/components/jump-filtergroup/jump-filtergroup.js +2 -2
  40. package/dist/collection/components/jump-pagination/jump-pagination.css +1 -0
  41. package/dist/collection/components/jump-pagination/jump-pagination.js +17 -3
  42. package/dist/collection/components/jump-pagination/jump-pagination.js.map +1 -1
  43. package/dist/collection/components/jump-pagination-table/jump-pagination-table.js +15 -3
  44. package/dist/collection/components/jump-pagination-table/jump-pagination-table.js.map +1 -1
  45. package/dist/collection/components/jump-quantity/jump-quantity.css +3 -1
  46. package/dist/collection/components/jump-quantity/jump-quantity.js +32 -6
  47. package/dist/collection/components/jump-quantity/jump-quantity.js.map +1 -1
  48. package/dist/collection/components/jump-tab/jump-tab.css +2 -5
  49. package/dist/collection/components/jump-tab/jump-tab.js +1 -1
  50. package/dist/collection/components/jump-tab/jump-tab.js.map +1 -1
  51. package/dist/collection/components/jump-tab/jump-tab.stories.js +13 -13
  52. package/dist/collection/components/jump-tab/jump-tab.stories.js.map +1 -1
  53. package/dist/collection/components/jump-tab-item/jump-tab-item-boxed.stories.js +3 -5
  54. package/dist/collection/components/jump-tab-item/jump-tab-item-boxed.stories.js.map +1 -1
  55. package/dist/collection/components/jump-tab-item/jump-tab-item-inline.stories.js +3 -5
  56. package/dist/collection/components/jump-tab-item/jump-tab-item-inline.stories.js.map +1 -1
  57. package/dist/collection/components/jump-tab-item/jump-tab-item.css +34 -34
  58. package/dist/collection/components/jump-tab-item/jump-tab-item.js +3 -2
  59. package/dist/collection/components/jump-tab-item/jump-tab-item.js.map +1 -1
  60. package/dist/collection/components/jump-tab-panel/jump-tab-panel.js +1 -1
  61. package/dist/components/jump-badge2.js +9 -3
  62. package/dist/components/jump-badge2.js.map +1 -1
  63. package/dist/components/jump-button2.js +1 -1
  64. package/dist/components/jump-card-ecommerce.js +36 -39
  65. package/dist/components/jump-card-ecommerce.js.map +1 -1
  66. package/dist/components/jump-card.js +2 -2
  67. package/dist/components/jump-filter.js +2 -2
  68. package/dist/components/jump-filtergroup.js +2 -2
  69. package/dist/components/jump-pagination-table.js +22 -4
  70. package/dist/components/jump-pagination-table.js.map +1 -1
  71. package/dist/components/jump-pagination.js +26 -6
  72. package/dist/components/jump-pagination.js.map +1 -1
  73. package/dist/components/jump-quantity.js +102 -1
  74. package/dist/components/jump-quantity.js.map +1 -1
  75. package/dist/components/jump-tab-item.js +5 -4
  76. package/dist/components/jump-tab-item.js.map +1 -1
  77. package/dist/components/jump-tab-panel.js +1 -1
  78. package/dist/components/jump-tab.js +2 -2
  79. package/dist/components/jump-tab.js.map +1 -1
  80. package/dist/esm/{index-056a0a66.js → index-70f1949a.js} +9 -4
  81. package/dist/esm/index-70f1949a.js.map +1 -0
  82. package/dist/esm/jump-accordion.entry.js +1 -1
  83. package/dist/esm/jump-badge.entry.js +23 -0
  84. package/dist/esm/jump-badge.entry.js.map +1 -0
  85. package/dist/esm/{jump-icon.entry.js → jump-button_2.entry.js} +35 -3
  86. package/dist/esm/jump-button_2.entry.js.map +1 -0
  87. package/dist/esm/jump-card-ecommerce.entry.js +31 -26
  88. package/dist/esm/jump-card-ecommerce.entry.js.map +1 -1
  89. package/dist/esm/jump-card.entry.js +3 -3
  90. package/dist/esm/jump-design-system.js +3 -3
  91. package/dist/esm/jump-filter.entry.js +3 -3
  92. package/dist/esm/jump-filtergroup.entry.js +3 -3
  93. package/dist/esm/jump-pagination-table.entry.js +16 -4
  94. package/dist/esm/jump-pagination-table.entry.js.map +1 -1
  95. package/dist/esm/jump-pagination.entry.js +18 -5
  96. package/dist/esm/jump-pagination.entry.js.map +1 -1
  97. package/dist/esm/{jump-badge_2.entry.js → jump-quantity.entry.js} +14 -24
  98. package/dist/esm/jump-quantity.entry.js.map +1 -0
  99. package/dist/esm/jump-tab-item.entry.js +4 -4
  100. package/dist/esm/jump-tab-item.entry.js.map +1 -1
  101. package/dist/esm/jump-tab-panel.entry.js +2 -2
  102. package/dist/esm/jump-tab.entry.js +3 -3
  103. package/dist/esm/jump-tab.entry.js.map +1 -1
  104. package/dist/esm/loader.js +3 -3
  105. package/dist/jump-design-system/jump-design-system.esm.js +1 -1
  106. package/dist/jump-design-system/jump-design-system.esm.js.map +1 -1
  107. package/dist/jump-design-system/p-2cb7d817.entry.js +2 -0
  108. package/dist/jump-design-system/p-2cb7d817.entry.js.map +1 -0
  109. package/dist/jump-design-system/p-34a46a10.entry.js +2 -0
  110. package/dist/jump-design-system/p-34a46a10.entry.js.map +1 -0
  111. package/dist/jump-design-system/p-377a769b.entry.js +2 -0
  112. package/dist/jump-design-system/p-377a769b.entry.js.map +1 -0
  113. package/dist/jump-design-system/p-493c7f4a.entry.js +2 -0
  114. package/dist/jump-design-system/p-493c7f4a.entry.js.map +1 -0
  115. package/dist/jump-design-system/p-4d6cc90d.js +3 -0
  116. package/dist/jump-design-system/p-4d6cc90d.js.map +1 -0
  117. package/dist/jump-design-system/p-56609b82.entry.js +2 -0
  118. package/dist/jump-design-system/p-5a6fbc53.entry.js +2 -0
  119. package/dist/jump-design-system/p-5d713084.entry.js +2 -0
  120. package/dist/jump-design-system/p-7696c03d.entry.js +2 -0
  121. package/dist/jump-design-system/p-7696c03d.entry.js.map +1 -0
  122. package/dist/jump-design-system/p-8343b4f5.entry.js +2 -0
  123. package/dist/jump-design-system/p-8343b4f5.entry.js.map +1 -0
  124. package/dist/jump-design-system/{p-83e6ab6e.entry.js → p-a6fc23f7.entry.js} +2 -2
  125. package/dist/jump-design-system/{p-58602fcb.entry.js → p-c1665537.entry.js} +2 -2
  126. package/dist/jump-design-system/p-c2bc6395.entry.js +66 -0
  127. package/dist/jump-design-system/p-c2bc6395.entry.js.map +1 -0
  128. package/dist/jump-design-system/p-fafe6478.entry.js +2 -0
  129. package/dist/jump-design-system/p-fafe6478.entry.js.map +1 -0
  130. package/dist/jump-design-system-elements.json +38 -8
  131. package/dist/types/components/jump-badge/jump-badge.d.ts +13 -1
  132. package/dist/types/components/jump-badge/jump-badge.stories.d.ts +22 -1
  133. package/dist/types/components/jump-card-ecommerce/jump-card-ecommerce.d.ts +5 -6
  134. package/dist/types/components/jump-card-ecommerce/jump-card-ecommerce.stories.d.ts +0 -6
  135. package/dist/types/components/jump-quantity/jump-quantity.d.ts +4 -0
  136. package/dist/types/components/jump-tab-item/jump-tab-item-boxed.stories.d.ts +0 -1
  137. package/dist/types/components/jump-tab-item/jump-tab-item-inline.stories.d.ts +0 -1
  138. package/dist/types/components.d.ts +30 -20
  139. package/package.json +1 -1
  140. package/dist/cjs/index-418c607f.js.map +0 -1
  141. package/dist/cjs/jump-badge_2.cjs.entry.js.map +0 -1
  142. package/dist/cjs/jump-button.cjs.entry.js +0 -41
  143. package/dist/cjs/jump-button.cjs.entry.js.map +0 -1
  144. package/dist/cjs/jump-icon.cjs.entry.js.map +0 -1
  145. package/dist/components/jump-quantity2.js +0 -94
  146. package/dist/components/jump-quantity2.js.map +0 -1
  147. package/dist/esm/index-056a0a66.js.map +0 -1
  148. package/dist/esm/jump-badge_2.entry.js.map +0 -1
  149. package/dist/esm/jump-button.entry.js +0 -37
  150. package/dist/esm/jump-button.entry.js.map +0 -1
  151. package/dist/esm/jump-icon.entry.js.map +0 -1
  152. package/dist/jump-design-system/p-0dc744ce.entry.js +0 -2
  153. package/dist/jump-design-system/p-357cf73d.entry.js +0 -66
  154. package/dist/jump-design-system/p-357cf73d.entry.js.map +0 -1
  155. package/dist/jump-design-system/p-58bed455.entry.js +0 -2
  156. package/dist/jump-design-system/p-58bed455.entry.js.map +0 -1
  157. package/dist/jump-design-system/p-647ec30b.entry.js +0 -2
  158. package/dist/jump-design-system/p-647ec30b.entry.js.map +0 -1
  159. package/dist/jump-design-system/p-8ec76454.entry.js +0 -2
  160. package/dist/jump-design-system/p-8ec76454.entry.js.map +0 -1
  161. package/dist/jump-design-system/p-91794ae6.js +0 -3
  162. package/dist/jump-design-system/p-91794ae6.js.map +0 -1
  163. package/dist/jump-design-system/p-afe0cca0.entry.js +0 -2
  164. package/dist/jump-design-system/p-b2ca2e96.entry.js +0 -2
  165. package/dist/jump-design-system/p-b2ca2e96.entry.js.map +0 -1
  166. package/dist/jump-design-system/p-d58e0952.entry.js +0 -2
  167. package/dist/jump-design-system/p-d58e0952.entry.js.map +0 -1
  168. package/dist/jump-design-system/p-e2318686.entry.js +0 -2
  169. package/dist/jump-design-system/p-e2318686.entry.js.map +0 -1
  170. package/dist/jump-design-system/p-ee61c223.entry.js +0 -2
  171. package/dist/jump-design-system/p-f842ff46.entry.js +0 -2
  172. package/dist/jump-design-system/p-f842ff46.entry.js.map +0 -1
  173. /package/dist/jump-design-system/{p-afe0cca0.entry.js.map → p-56609b82.entry.js.map} +0 -0
  174. /package/dist/jump-design-system/{p-ee61c223.entry.js.map → p-5a6fbc53.entry.js.map} +0 -0
  175. /package/dist/jump-design-system/{p-0dc744ce.entry.js.map → p-5d713084.entry.js.map} +0 -0
  176. /package/dist/jump-design-system/{p-83e6ab6e.entry.js.map → p-a6fc23f7.entry.js.map} +0 -0
  177. /package/dist/jump-design-system/{p-58602fcb.entry.js.map → p-c1665537.entry.js.map} +0 -0
@@ -16,19 +16,57 @@
16
16
  "value": ""
17
17
  },
18
18
  "attributes": [
19
+ {
20
+ "name": "dimension",
21
+ "description": "Indicates the variant of the badge",
22
+ "values": [
23
+ {
24
+ "name": "dot"
25
+ },
26
+ {
27
+ "name": "large"
28
+ },
29
+ {
30
+ "name": "microdot"
31
+ },
32
+ {
33
+ "name": "small"
34
+ }
35
+ ]
36
+ },
19
37
  {
20
38
  "name": "label",
21
39
  "description": "Indicates the label of the badge"
22
40
  },
41
+ {
42
+ "name": "outline",
43
+ "description": "Indicates the variant of the badge"
44
+ },
45
+ {
46
+ "name": "soft",
47
+ "description": "Indicates the variant of the badge"
48
+ },
23
49
  {
24
50
  "name": "variant",
25
51
  "description": "Indicates the variant of the badge",
26
52
  "values": [
53
+ {
54
+ "name": "danger"
55
+ },
56
+ {
57
+ "name": "neutral"
58
+ },
27
59
  {
28
60
  "name": "primary"
29
61
  },
30
62
  {
31
63
  "name": "secondary"
64
+ },
65
+ {
66
+ "name": "success"
67
+ },
68
+ {
69
+ "name": "warning"
32
70
  }
33
71
  ]
34
72
  }
@@ -222,10 +260,6 @@
222
260
  "name": "badge",
223
261
  "description": "Indicates the badge of the card"
224
262
  },
225
- {
226
- "name": "changed-quantity",
227
- "description": "Indicate if the quantity is change"
228
- },
229
263
  {
230
264
  "name": "changed-variation",
231
265
  "description": "Indicate if the variation is change"
@@ -286,10 +320,6 @@
286
320
  "name": "product-name",
287
321
  "description": "Indicates the title of the card"
288
322
  },
289
- {
290
- "name": "quantity",
291
- "description": "Indicates if the user can choose how much quantity of the product add to cart"
292
- },
293
323
  {
294
324
  "name": "sale-price",
295
325
  "description": "Indicates the sale price of the card"
@@ -6,6 +6,18 @@ export declare class AppBadge {
6
6
  /**
7
7
  * Indicates the variant of the badge
8
8
  */
9
- variant: 'primary' | 'secondary';
9
+ variant: 'primary' | 'secondary' | 'neutral' | 'warning' | 'success' | 'danger';
10
+ /**
11
+ * Indicates the variant of the badge
12
+ */
13
+ dimension: 'large' | 'small' | 'dot' | 'microdot';
14
+ /**
15
+ * Indicates the variant of the badge
16
+ */
17
+ soft: boolean;
18
+ /**
19
+ * Indicates the variant of the badge
20
+ */
21
+ outline: boolean;
10
22
  render(): any;
11
23
  }
@@ -13,8 +13,29 @@ declare const _default: {
13
13
  control: string;
14
14
  options: string[];
15
15
  };
16
+ outline: {
17
+ name: string;
18
+ description: string;
19
+ control: string;
20
+ };
21
+ soft: {
22
+ name: string;
23
+ description: string;
24
+ control: string;
25
+ };
26
+ dimension: {
27
+ name: string;
28
+ description: string;
29
+ control: string;
30
+ options: string[];
31
+ };
16
32
  };
17
33
  };
18
34
  export default _default;
19
35
  export declare const Badge: any;
20
- export declare const BadgeSecondary: any;
36
+ export declare const IconBadge: any;
37
+ export declare const Outline: any;
38
+ export declare const Soft: any;
39
+ export declare const Small: any;
40
+ export declare const Dot: any;
41
+ export declare const MicroDot: any;
@@ -1,6 +1,7 @@
1
1
  import { EventEmitter } from '../../stencil-public-runtime';
2
2
  export declare class JumpCardEcommerce {
3
3
  JumpCardEcommerce: HTMLElement;
4
+ jumpQuantityEl: any;
4
5
  /** Indicate if card has only icon button*/
5
6
  onlyIconButton: boolean;
6
7
  /** Indicate if card has background*/
@@ -45,22 +46,20 @@ export declare class JumpCardEcommerce {
45
46
  waitingListText: string;
46
47
  /** Indicate if the user request to be notified when te product is avaible*/
47
48
  addToWaitingList: boolean;
48
- /** Indicates if the user can choose how much quantity of the product add to cart */
49
- quantity: boolean;
50
- /** Indicate if the quantity is change*/
51
- changedQuantity: boolean;
52
49
  /** Indicate if the variation is change*/
53
50
  changedVariation: boolean;
51
+ quantity: number;
54
52
  toggleFavorite: EventEmitter;
55
53
  productAddToCart: EventEmitter;
56
54
  productWaitingList: EventEmitter;
57
- changeQuantity: EventEmitter;
58
55
  changeVariation: EventEmitter;
59
56
  componentWillLoad(): void;
57
+ componentDidLoad(): void;
58
+ disconnectedCallback(): void;
59
+ onQuantityChange(e: any): void;
60
60
  onToggleFavorite(): void;
61
61
  addProductToCart(): void;
62
62
  waitingList(): void;
63
- changeQuantityProduct(event: Event): void;
64
63
  changeVariationBody(event: Event): void;
65
64
  render(): any;
66
65
  }
@@ -111,12 +111,6 @@ declare const _default: {
111
111
  description: string;
112
112
  control: string;
113
113
  };
114
- quantity: {
115
- name: string;
116
- description: string;
117
- control: string;
118
- defaultValue: boolean;
119
- };
120
114
  };
121
115
  };
122
116
  export default _default;
@@ -12,6 +12,10 @@ export declare class JumpQuantity {
12
12
  value: any;
13
13
  inputEl: HTMLInputElement;
14
14
  onValueChange(newValue: any, oldValue: any): void;
15
+ /**
16
+ * Get the current value
17
+ */
18
+ getValue(): Promise<any>;
15
19
  componentWillLoad(): void;
16
20
  formResetCallback(): void;
17
21
  handleChange(event: any): void;
@@ -15,7 +15,6 @@ declare const _default: {
15
15
  iconName: {
16
16
  name: string;
17
17
  control: string;
18
- options: string[];
19
18
  description: string;
20
19
  };
21
20
  iconPosition: {
@@ -15,7 +15,6 @@ declare const _default: {
15
15
  iconName: {
16
16
  name: string;
17
17
  control: string;
18
- options: string[];
19
18
  description: string;
20
19
  };
21
20
  iconPosition: {
@@ -9,6 +9,10 @@ export namespace Components {
9
9
  interface JumpAccordion {
10
10
  }
11
11
  interface JumpBadge {
12
+ /**
13
+ * Indicates the variant of the badge
14
+ */
15
+ "dimension": 'large'|'small'|'dot'|'microdot';
12
16
  /**
13
17
  * Indicates the label of the badge
14
18
  */
@@ -16,7 +20,15 @@ export namespace Components {
16
20
  /**
17
21
  * Indicates the variant of the badge
18
22
  */
19
- "variant": 'primary'|'secondary';
23
+ "outline": boolean;
24
+ /**
25
+ * Indicates the variant of the badge
26
+ */
27
+ "soft": boolean;
28
+ /**
29
+ * Indicates the variant of the badge
30
+ */
31
+ "variant": 'primary'|'secondary'|'neutral'|'warning'|'success'|'danger';
20
32
  }
21
33
  interface JumpButton {
22
34
  /**
@@ -147,10 +159,6 @@ export namespace Components {
147
159
  * Indicates the badge of the card
148
160
  */
149
161
  "badge": string;
150
- /**
151
- * Indicate if the quantity is change
152
- */
153
- "changedQuantity": boolean;
154
162
  /**
155
163
  * Indicate if the variation is change
156
164
  */
@@ -211,10 +219,6 @@ export namespace Components {
211
219
  * Indicates the title of the card
212
220
  */
213
221
  "productName": string;
214
- /**
215
- * Indicates if the user can choose how much quantity of the product add to cart
216
- */
217
- "quantity": boolean;
218
222
  /**
219
223
  * Indicates the sale price of the card
220
224
  */
@@ -332,6 +336,10 @@ export namespace Components {
332
336
  "total": number;
333
337
  }
334
338
  interface JumpQuantity {
339
+ /**
340
+ * Get the current value
341
+ */
342
+ "getValue": () => Promise<any>;
335
343
  "label": string;
336
344
  "max": number;
337
345
  "min": number;
@@ -426,7 +434,6 @@ declare global {
426
434
  "jump-toggle-favorite": any;
427
435
  "jump-add-to-cart": any;
428
436
  "jump-add-to-waiting-list": any;
429
- "jump-change-quantity": any;
430
437
  "jump-change-variation": any;
431
438
  }
432
439
  interface HTMLJumpCardEcommerceElement extends Components.JumpCardEcommerce, HTMLStencilElement {
@@ -585,6 +592,10 @@ declare namespace LocalJSX {
585
592
  interface JumpAccordion {
586
593
  }
587
594
  interface JumpBadge {
595
+ /**
596
+ * Indicates the variant of the badge
597
+ */
598
+ "dimension"?: 'large'|'small'|'dot'|'microdot';
588
599
  /**
589
600
  * Indicates the label of the badge
590
601
  */
@@ -592,7 +603,15 @@ declare namespace LocalJSX {
592
603
  /**
593
604
  * Indicates the variant of the badge
594
605
  */
595
- "variant"?: 'primary'|'secondary';
606
+ "outline"?: boolean;
607
+ /**
608
+ * Indicates the variant of the badge
609
+ */
610
+ "soft"?: boolean;
611
+ /**
612
+ * Indicates the variant of the badge
613
+ */
614
+ "variant"?: 'primary'|'secondary'|'neutral'|'warning'|'success'|'danger';
596
615
  }
597
616
  interface JumpButton {
598
617
  /**
@@ -723,10 +742,6 @@ declare namespace LocalJSX {
723
742
  * Indicates the badge of the card
724
743
  */
725
744
  "badge"?: string;
726
- /**
727
- * Indicate if the quantity is change
728
- */
729
- "changedQuantity"?: boolean;
730
745
  /**
731
746
  * Indicate if the variation is change
732
747
  */
@@ -765,7 +780,6 @@ declare namespace LocalJSX {
765
780
  "notificationUrl"?: string;
766
781
  "onJump-add-to-cart"?: (event: JumpCardEcommerceCustomEvent<any>) => void;
767
782
  "onJump-add-to-waiting-list"?: (event: JumpCardEcommerceCustomEvent<any>) => void;
768
- "onJump-change-quantity"?: (event: JumpCardEcommerceCustomEvent<any>) => void;
769
783
  "onJump-change-variation"?: (event: JumpCardEcommerceCustomEvent<any>) => void;
770
784
  "onJump-toggle-favorite"?: (event: JumpCardEcommerceCustomEvent<any>) => void;
771
785
  /**
@@ -792,10 +806,6 @@ declare namespace LocalJSX {
792
806
  * Indicates the title of the card
793
807
  */
794
808
  "productName"?: string;
795
- /**
796
- * Indicates if the user can choose how much quantity of the product add to cart
797
- */
798
- "quantity"?: boolean;
799
809
  /**
800
810
  * Indicates the sale price of the card
801
811
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jumpgroup/jump-design-system",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",