@jumpgroup/jump-design-system 0.2.7 → 0.3.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 (319) hide show
  1. package/dist/cjs/{index-41aaa52a.js → index-418c607f.js} +146 -2
  2. package/dist/{jump-design-system/p-20ceb40c.js.map → cjs/index-418c607f.js.map} +1 -1
  3. package/dist/cjs/jump-accordion.cjs.entry.js +22 -0
  4. package/dist/cjs/jump-accordion.cjs.entry.js.map +1 -0
  5. package/dist/cjs/jump-badge_2.cjs.entry.js +88 -0
  6. package/dist/cjs/jump-badge_2.cjs.entry.js.map +1 -0
  7. package/dist/cjs/jump-button.cjs.entry.js +3 -3
  8. package/dist/cjs/jump-button.cjs.entry.js.map +1 -1
  9. package/dist/cjs/jump-card-ecommerce.cjs.entry.js +116 -0
  10. package/dist/cjs/jump-card-ecommerce.cjs.entry.js.map +1 -0
  11. package/dist/cjs/jump-card.cjs.entry.js +4 -4
  12. package/dist/cjs/jump-card.cjs.entry.js.map +1 -1
  13. package/dist/cjs/jump-design-system.cjs.js +2 -2
  14. package/dist/cjs/jump-filter.cjs.entry.js +59 -0
  15. package/dist/cjs/jump-filter.cjs.entry.js.map +1 -0
  16. package/dist/cjs/jump-filtergroup.cjs.entry.js +119 -0
  17. package/dist/cjs/jump-filtergroup.cjs.entry.js.map +1 -0
  18. package/dist/cjs/jump-icon.cjs.entry.js +547 -2371
  19. package/dist/cjs/jump-icon.cjs.entry.js.map +1 -1
  20. package/dist/cjs/jump-pagination-table.cjs.entry.js +12 -5
  21. package/dist/cjs/jump-pagination-table.cjs.entry.js.map +1 -1
  22. package/dist/cjs/jump-pagination.cjs.entry.js +5 -4
  23. package/dist/cjs/jump-pagination.cjs.entry.js.map +1 -1
  24. package/dist/cjs/jump-tab-item.cjs.entry.js +40 -0
  25. package/dist/cjs/jump-tab-item.cjs.entry.js.map +1 -0
  26. package/dist/cjs/jump-tab-panel.cjs.entry.js +24 -0
  27. package/dist/cjs/jump-tab-panel.cjs.entry.js.map +1 -0
  28. package/dist/cjs/jump-tab.cjs.entry.js +72 -9
  29. package/dist/cjs/jump-tab.cjs.entry.js.map +1 -1
  30. package/dist/cjs/loader.cjs.js +2 -2
  31. package/dist/collection/collection-manifest.json +8 -1
  32. package/dist/collection/components/jump-accordion/jump-accordion.css +3 -0
  33. package/dist/collection/components/jump-accordion/jump-accordion.js +19 -0
  34. package/dist/collection/components/jump-accordion/jump-accordion.js.map +1 -0
  35. package/dist/collection/components/jump-accordion/test/jump-accordion.e2e.js +10 -0
  36. package/dist/collection/components/jump-accordion/test/jump-accordion.e2e.js.map +1 -0
  37. package/dist/collection/components/jump-accordion/test/jump-accordion.spec.js +18 -0
  38. package/dist/collection/components/jump-accordion/test/jump-accordion.spec.js.map +1 -0
  39. package/dist/collection/components/jump-badge/jump-badge.css +4 -10
  40. package/dist/collection/components/jump-badge/jump-badge.js +2 -1
  41. package/dist/collection/components/jump-badge/jump-badge.js.map +1 -1
  42. package/dist/collection/components/jump-badge/jump-badge.stories.js +18 -8
  43. package/dist/collection/components/jump-badge/jump-badge.stories.js.map +1 -1
  44. package/dist/collection/components/jump-button/jump-button-anchor.stories.js +38 -29
  45. package/dist/collection/components/jump-button/jump-button-anchor.stories.js.map +1 -1
  46. package/dist/collection/components/jump-button/jump-button-dimension.stories.js +4 -9
  47. package/dist/collection/components/jump-button/jump-button-dimension.stories.js.map +1 -1
  48. package/dist/collection/components/jump-button/jump-button-filled.stories.js +15 -24
  49. package/dist/collection/components/jump-button/jump-button-filled.stories.js.map +1 -1
  50. package/dist/collection/components/jump-button/jump-button-only-icon.stories.js +43 -73
  51. package/dist/collection/components/jump-button/jump-button-only-icon.stories.js.map +1 -1
  52. package/dist/collection/components/jump-button/jump-button.css +2 -1
  53. package/dist/collection/components/jump-button/jump-button.js +1 -1
  54. package/dist/collection/components/jump-button/jump-button.stories.js +199 -0
  55. package/dist/collection/components/jump-button/jump-button.stories.js.map +1 -0
  56. package/dist/collection/components/jump-card/jump-card.css +2 -2
  57. package/dist/collection/components/jump-card/jump-card.js +2 -2
  58. package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.css +179 -0
  59. package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.js +627 -0
  60. package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.js.map +1 -0
  61. package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.stories.js +211 -0
  62. package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.stories.js.map +1 -0
  63. package/dist/collection/components/jump-card-ecommerce/test/jump-card-ecommerce.e2e.js +10 -0
  64. package/dist/collection/components/jump-card-ecommerce/test/jump-card-ecommerce.e2e.js.map +1 -0
  65. package/dist/collection/components/jump-card-ecommerce/test/jump-card-ecommerce.spec.js +18 -0
  66. package/dist/collection/components/jump-card-ecommerce/test/jump-card-ecommerce.spec.js.map +1 -0
  67. package/dist/collection/components/jump-filter/jump-filter.css +8 -0
  68. package/dist/collection/components/jump-filter/jump-filter.js +212 -0
  69. package/dist/collection/components/jump-filter/jump-filter.js.map +1 -0
  70. package/dist/collection/components/jump-filter/jump-filter.stories.js +122 -0
  71. package/dist/collection/components/jump-filter/jump-filter.stories.js.map +1 -0
  72. package/dist/collection/components/jump-filtergroup/jump-filtergroup.css +17 -0
  73. package/dist/collection/components/jump-filtergroup/jump-filtergroup.js +328 -0
  74. package/dist/collection/components/jump-filtergroup/jump-filtergroup.js.map +1 -0
  75. package/dist/collection/components/jump-filtergroup/jump-filtergroup.stories.js +49 -0
  76. package/dist/collection/components/jump-filtergroup/jump-filtergroup.stories.js.map +1 -0
  77. package/dist/collection/components/jump-icon/jump-icon-custom.stories.js +67 -0
  78. package/dist/collection/components/jump-icon/jump-icon-custom.stories.js.map +1 -0
  79. package/dist/collection/components/jump-icon/jump-icon-fa-brands.stories.js +73 -0
  80. package/dist/collection/components/jump-icon/jump-icon-fa-brands.stories.js.map +1 -0
  81. package/dist/collection/components/jump-icon/jump-icon-fa-duotone.stories.js +73 -0
  82. package/dist/collection/components/jump-icon/jump-icon-fa-duotone.stories.js.map +1 -0
  83. package/dist/collection/components/jump-icon/jump-icon-fa-light.stories.js +73 -0
  84. package/dist/collection/components/jump-icon/jump-icon-fa-light.stories.js.map +1 -0
  85. package/dist/collection/components/jump-icon/jump-icon-fa-regular.stories.js +73 -0
  86. package/dist/collection/components/jump-icon/jump-icon-fa-regular.stories.js.map +1 -0
  87. package/dist/collection/components/jump-icon/jump-icon-fa-sharp-light.stories.js +73 -0
  88. package/dist/collection/components/jump-icon/jump-icon-fa-sharp-light.stories.js.map +1 -0
  89. package/dist/collection/components/jump-icon/jump-icon-fa-sharp-regular.stories.js +73 -0
  90. package/dist/collection/components/jump-icon/jump-icon-fa-sharp-regular.stories.js.map +1 -0
  91. package/dist/collection/components/jump-icon/jump-icon-fa-sharp-solid.stories.js +73 -0
  92. package/dist/collection/components/jump-icon/jump-icon-fa-sharp-solid.stories.js.map +1 -0
  93. package/dist/collection/components/jump-icon/jump-icon-fa-sharp-thin.stories.js +73 -0
  94. package/dist/collection/components/jump-icon/jump-icon-fa-sharp-thin.stories.js.map +1 -0
  95. package/dist/collection/components/jump-icon/jump-icon-fa-solid.stories.js +73 -0
  96. package/dist/collection/components/jump-icon/jump-icon-fa-solid.stories.js.map +1 -0
  97. package/dist/collection/components/jump-icon/jump-icon-fa-thin.stories.js +73 -0
  98. package/dist/collection/components/jump-icon/jump-icon-fa-thin.stories.js.map +1 -0
  99. package/dist/collection/components/jump-icon/jump-icon-lucide.stories.js +67 -0
  100. package/dist/collection/components/jump-icon/jump-icon-lucide.stories.js.map +1 -0
  101. package/dist/collection/components/jump-icon/jump-icon.css +61 -15
  102. package/dist/collection/components/jump-icon/jump-icon.js +132 -12
  103. package/dist/collection/components/jump-icon/jump-icon.js.map +1 -1
  104. package/dist/collection/components/jump-pagination/jump-pagination.js +7 -6
  105. package/dist/collection/components/jump-pagination/jump-pagination.js.map +1 -1
  106. package/dist/collection/components/jump-pagination/jump-pagination.stories.js +6 -4
  107. package/dist/collection/components/jump-pagination/jump-pagination.stories.js.map +1 -1
  108. package/dist/collection/components/jump-pagination-table/jump-pagination-table.js +16 -9
  109. package/dist/collection/components/jump-pagination-table/jump-pagination-table.js.map +1 -1
  110. package/dist/collection/components/jump-pagination-table/jump-pagination-table.stories.js +25 -7
  111. package/dist/collection/components/jump-pagination-table/jump-pagination-table.stories.js.map +1 -1
  112. package/dist/collection/components/jump-quantity/jump-quantity.css +50 -0
  113. package/dist/collection/components/jump-quantity/jump-quantity.js +219 -0
  114. package/dist/collection/components/jump-quantity/jump-quantity.js.map +1 -0
  115. package/dist/collection/components/jump-quantity/jump-quantity.stories.js +103 -0
  116. package/dist/collection/components/jump-quantity/jump-quantity.stories.js.map +1 -0
  117. package/dist/collection/components/jump-tab/jump-tab.css +12 -0
  118. package/dist/collection/components/jump-tab/jump-tab.js +107 -21
  119. package/dist/collection/components/jump-tab/jump-tab.js.map +1 -1
  120. package/dist/collection/components/jump-tab/jump-tab.stories.js +129 -0
  121. package/dist/collection/components/jump-tab/jump-tab.stories.js.map +1 -0
  122. package/dist/collection/components/jump-tab-item/jump-tab-item-boxed.stories.js +56 -0
  123. package/dist/collection/components/jump-tab-item/jump-tab-item-boxed.stories.js.map +1 -0
  124. package/dist/collection/components/jump-tab-item/jump-tab-item-inline.stories.js +56 -0
  125. package/dist/collection/components/jump-tab-item/jump-tab-item-inline.stories.js.map +1 -0
  126. package/dist/collection/components/jump-tab-item/jump-tab-item-rounded.stories.js +41 -0
  127. package/dist/collection/components/jump-tab-item/jump-tab-item-rounded.stories.js.map +1 -0
  128. package/dist/collection/components/jump-tab-item/jump-tab-item-sheet.stories.js +42 -0
  129. package/dist/collection/components/jump-tab-item/jump-tab-item-sheet.stories.js.map +1 -0
  130. package/dist/collection/components/jump-tab-item/jump-tab-item.css +109 -0
  131. package/dist/collection/components/jump-tab-item/jump-tab-item.js +172 -0
  132. package/dist/collection/components/jump-tab-item/jump-tab-item.js.map +1 -0
  133. package/dist/collection/components/jump-tab-item/test/jump-tab-item.e2e.js +10 -0
  134. package/dist/collection/components/jump-tab-item/test/jump-tab-item.e2e.js.map +1 -0
  135. package/dist/collection/components/jump-tab-item/test/jump-tab-item.spec.js +18 -0
  136. package/dist/collection/components/jump-tab-item/test/jump-tab-item.spec.js.map +1 -0
  137. package/dist/collection/components/jump-tab-panel/jump-tab-panel.css +11 -0
  138. package/dist/collection/components/jump-tab-panel/jump-tab-panel.js +63 -0
  139. package/dist/collection/components/jump-tab-panel/jump-tab-panel.js.map +1 -0
  140. package/dist/collection/components/jump-tab-panel/test/jump-tab-panel.e2e.js +10 -0
  141. package/dist/collection/components/jump-tab-panel/test/jump-tab-panel.e2e.js.map +1 -0
  142. package/dist/collection/components/jump-tab-panel/test/jump-tab-panel.spec.js +18 -0
  143. package/dist/collection/components/jump-tab-panel/test/jump-tab-panel.spec.js.map +1 -0
  144. package/dist/collection/utils/utils.js +41 -8
  145. package/dist/collection/utils/utils.js.map +1 -1
  146. package/dist/components/jump-accordion.d.ts +11 -0
  147. package/dist/components/jump-accordion.js +36 -0
  148. package/dist/components/jump-accordion.js.map +1 -0
  149. package/dist/components/jump-badge.js +1 -33
  150. package/dist/components/jump-badge.js.map +1 -1
  151. package/dist/components/jump-badge2.js +38 -0
  152. package/dist/components/jump-badge2.js.map +1 -0
  153. package/dist/components/jump-button.js +1 -65
  154. package/dist/components/jump-button.js.map +1 -1
  155. package/dist/components/jump-button2.js +69 -0
  156. package/dist/components/jump-button2.js.map +1 -0
  157. package/dist/components/jump-card-ecommerce.d.ts +11 -0
  158. package/dist/components/jump-card-ecommerce.js +180 -0
  159. package/dist/components/jump-card-ecommerce.js.map +1 -0
  160. package/dist/components/jump-card.js +3 -3
  161. package/dist/components/jump-card.js.map +1 -1
  162. package/dist/components/jump-filter.d.ts +11 -0
  163. package/dist/components/jump-filter.js +96 -0
  164. package/dist/components/jump-filter.js.map +1 -0
  165. package/dist/components/jump-filtergroup.d.ts +11 -0
  166. package/dist/components/jump-filtergroup.js +161 -0
  167. package/dist/components/jump-filtergroup.js.map +1 -0
  168. package/dist/components/jump-icon2.js +556 -2375
  169. package/dist/components/jump-icon2.js.map +1 -1
  170. package/dist/components/jump-pagination-table.js +11 -4
  171. package/dist/components/jump-pagination-table.js.map +1 -1
  172. package/dist/components/jump-pagination.js +4 -3
  173. package/dist/components/jump-pagination.js.map +1 -1
  174. package/dist/components/jump-quantity.d.ts +11 -0
  175. package/dist/components/jump-quantity.js +8 -0
  176. package/dist/components/jump-quantity.js.map +1 -0
  177. package/dist/components/jump-quantity2.js +94 -0
  178. package/dist/components/jump-quantity2.js.map +1 -0
  179. package/dist/components/jump-tab-item.d.ts +11 -0
  180. package/dist/components/jump-tab-item.js +67 -0
  181. package/dist/components/jump-tab-item.js.map +1 -0
  182. package/dist/components/jump-tab-panel.d.ts +11 -0
  183. package/dist/components/jump-tab-panel.js +41 -0
  184. package/dist/components/jump-tab-panel.js.map +1 -0
  185. package/dist/components/jump-tab.js +75 -12
  186. package/dist/components/jump-tab.js.map +1 -1
  187. package/dist/esm/{index-192aeaf1.js → index-056a0a66.js} +146 -3
  188. package/dist/esm/index-056a0a66.js.map +1 -0
  189. package/dist/esm/jump-accordion.entry.js +18 -0
  190. package/dist/esm/jump-accordion.entry.js.map +1 -0
  191. package/dist/esm/jump-badge_2.entry.js +83 -0
  192. package/dist/esm/jump-badge_2.entry.js.map +1 -0
  193. package/dist/esm/jump-button.entry.js +3 -3
  194. package/dist/esm/jump-button.entry.js.map +1 -1
  195. package/dist/esm/jump-card-ecommerce.entry.js +112 -0
  196. package/dist/esm/jump-card-ecommerce.entry.js.map +1 -0
  197. package/dist/esm/jump-card.entry.js +4 -4
  198. package/dist/esm/jump-card.entry.js.map +1 -1
  199. package/dist/esm/jump-design-system.js +3 -3
  200. package/dist/esm/jump-filter.entry.js +55 -0
  201. package/dist/esm/jump-filter.entry.js.map +1 -0
  202. package/dist/esm/jump-filtergroup.entry.js +115 -0
  203. package/dist/esm/jump-filtergroup.entry.js.map +1 -0
  204. package/dist/esm/jump-icon.entry.js +547 -2371
  205. package/dist/esm/jump-icon.entry.js.map +1 -1
  206. package/dist/esm/jump-pagination-table.entry.js +12 -5
  207. package/dist/esm/jump-pagination-table.entry.js.map +1 -1
  208. package/dist/esm/jump-pagination.entry.js +5 -4
  209. package/dist/esm/jump-pagination.entry.js.map +1 -1
  210. package/dist/esm/jump-tab-item.entry.js +36 -0
  211. package/dist/esm/jump-tab-item.entry.js.map +1 -0
  212. package/dist/esm/jump-tab-panel.entry.js +20 -0
  213. package/dist/esm/jump-tab-panel.entry.js.map +1 -0
  214. package/dist/esm/jump-tab.entry.js +72 -9
  215. package/dist/esm/jump-tab.entry.js.map +1 -1
  216. package/dist/esm/loader.js +3 -3
  217. package/dist/jump-design-system/jump-design-system.esm.js +1 -1
  218. package/dist/jump-design-system/jump-design-system.esm.js.map +1 -1
  219. package/dist/jump-design-system/p-0dc744ce.entry.js +2 -0
  220. package/dist/jump-design-system/p-0dc744ce.entry.js.map +1 -0
  221. package/dist/jump-design-system/p-357cf73d.entry.js +66 -0
  222. package/dist/jump-design-system/p-357cf73d.entry.js.map +1 -0
  223. package/dist/jump-design-system/p-58602fcb.entry.js +2 -0
  224. package/dist/jump-design-system/p-58602fcb.entry.js.map +1 -0
  225. package/dist/jump-design-system/p-58bed455.entry.js +2 -0
  226. package/dist/jump-design-system/p-58bed455.entry.js.map +1 -0
  227. package/dist/jump-design-system/p-647ec30b.entry.js +2 -0
  228. package/dist/jump-design-system/p-647ec30b.entry.js.map +1 -0
  229. package/dist/jump-design-system/p-83e6ab6e.entry.js +2 -0
  230. package/dist/jump-design-system/p-83e6ab6e.entry.js.map +1 -0
  231. package/dist/jump-design-system/p-8ec76454.entry.js +2 -0
  232. package/dist/jump-design-system/p-8ec76454.entry.js.map +1 -0
  233. package/dist/jump-design-system/p-91794ae6.js +3 -0
  234. package/dist/jump-design-system/p-91794ae6.js.map +1 -0
  235. package/dist/jump-design-system/p-afe0cca0.entry.js +2 -0
  236. package/dist/jump-design-system/p-afe0cca0.entry.js.map +1 -0
  237. package/dist/jump-design-system/p-b2ca2e96.entry.js +2 -0
  238. package/dist/jump-design-system/p-b2ca2e96.entry.js.map +1 -0
  239. package/dist/jump-design-system/p-d58e0952.entry.js +2 -0
  240. package/dist/jump-design-system/p-d58e0952.entry.js.map +1 -0
  241. package/dist/jump-design-system/p-e2318686.entry.js +2 -0
  242. package/dist/jump-design-system/p-e2318686.entry.js.map +1 -0
  243. package/dist/jump-design-system/p-ee61c223.entry.js +2 -0
  244. package/dist/jump-design-system/p-ee61c223.entry.js.map +1 -0
  245. package/dist/jump-design-system/p-f842ff46.entry.js +2 -0
  246. package/dist/jump-design-system/p-f842ff46.entry.js.map +1 -0
  247. package/dist/jump-design-system-elements.json +366 -9
  248. package/dist/types/components/jump-accordion/jump-accordion.d.ts +3 -0
  249. package/dist/types/components/jump-badge/jump-badge.stories.d.ts +1 -0
  250. package/dist/types/components/jump-button/jump-button-anchor.stories.d.ts +18 -4
  251. package/dist/types/components/jump-button/jump-button-dimension.stories.d.ts +0 -5
  252. package/dist/types/components/jump-button/jump-button-only-icon.stories.d.ts +4 -11
  253. package/dist/types/components/jump-button/jump-button.stories.d.ts +98 -0
  254. package/dist/types/components/jump-card-ecommerce/jump-card-ecommerce.d.ts +66 -0
  255. package/dist/types/components/jump-card-ecommerce/jump-card-ecommerce.stories.d.ts +123 -0
  256. package/dist/types/components/jump-filter/jump-filter.d.ts +22 -0
  257. package/dist/types/components/jump-filter/jump-filter.stories.d.ts +40 -0
  258. package/dist/types/components/jump-filtergroup/jump-filtergroup.d.ts +24 -0
  259. package/dist/types/components/jump-filtergroup/jump-filtergroup.stories.d.ts +43 -0
  260. package/dist/types/components/jump-icon/jump-icon-custom.stories.d.ts +40 -0
  261. package/dist/types/components/{jump-button/jump-button-outline.stories.d.ts → jump-icon/jump-icon-fa-brands.stories.d.ts} +19 -30
  262. package/dist/types/components/jump-icon/jump-icon-fa-duotone.stories.d.ts +45 -0
  263. package/dist/types/components/jump-icon/jump-icon-fa-light.stories.d.ts +45 -0
  264. package/dist/types/components/jump-icon/jump-icon-fa-regular.stories.d.ts +45 -0
  265. package/dist/types/components/jump-icon/jump-icon-fa-sharp-light.stories.d.ts +45 -0
  266. package/dist/types/components/jump-icon/jump-icon-fa-sharp-regular.stories.d.ts +45 -0
  267. package/dist/types/components/jump-icon/jump-icon-fa-sharp-solid.stories.d.ts +45 -0
  268. package/dist/types/components/jump-icon/jump-icon-fa-sharp-thin.stories.d.ts +45 -0
  269. package/dist/types/components/jump-icon/jump-icon-fa-solid.stories.d.ts +45 -0
  270. package/dist/types/components/jump-icon/jump-icon-fa-thin.stories.d.ts +45 -0
  271. package/dist/types/components/{jump-button/jump-button-text.stories.d.ts → jump-icon/jump-icon-lucide.stories.d.ts} +16 -16
  272. package/dist/types/components/jump-icon/jump-icon.d.ts +29 -4
  273. package/dist/types/components/jump-pagination/jump-pagination.d.ts +9 -0
  274. package/dist/types/components/jump-pagination-table/jump-pagination-table.d.ts +18 -2
  275. package/dist/types/components/jump-pagination-table/jump-pagination-table.stories.d.ts +5 -1
  276. package/dist/types/components/jump-quantity/jump-quantity.d.ts +20 -0
  277. package/dist/types/components/jump-quantity/jump-quantity.stories.d.ts +41 -0
  278. package/dist/types/components/jump-tab/jump-tab.d.ts +11 -3
  279. package/dist/types/components/jump-tab/jump-tab.stories.d.ts +27 -0
  280. package/dist/types/components/jump-tab-item/jump-tab-item-boxed.stories.d.ts +40 -0
  281. package/dist/types/components/jump-tab-item/jump-tab-item-inline.stories.d.ts +40 -0
  282. package/dist/types/components/jump-tab-item/jump-tab-item-rounded.stories.d.ts +28 -0
  283. package/dist/types/components/jump-tab-item/jump-tab-item-sheet.stories.d.ts +28 -0
  284. package/dist/types/components/jump-tab-item/jump-tab-item.d.ts +29 -0
  285. package/dist/types/components/jump-tab-panel/jump-tab-panel.d.ts +5 -0
  286. package/dist/types/components.d.ts +551 -6
  287. package/dist/types/utils/utils.d.ts +2 -0
  288. package/package.json +3 -2
  289. package/dist/cjs/index-41aaa52a.js.map +0 -1
  290. package/dist/cjs/jump-badge.cjs.entry.js +0 -24
  291. package/dist/cjs/jump-badge.cjs.entry.js.map +0 -1
  292. package/dist/collection/components/jump-button/jump-button-outline.stories.js +0 -111
  293. package/dist/collection/components/jump-button/jump-button-outline.stories.js.map +0 -1
  294. package/dist/collection/components/jump-button/jump-button-text.stories.js +0 -83
  295. package/dist/collection/components/jump-button/jump-button-text.stories.js.map +0 -1
  296. package/dist/collection/components/jump-icon/jump-icon.stories.js +0 -35
  297. package/dist/collection/components/jump-icon/jump-icon.stories.js.map +0 -1
  298. package/dist/collection/components/jump-tab/jump-tab-inline.stories.js +0 -28
  299. package/dist/collection/components/jump-tab/jump-tab-inline.stories.js.map +0 -1
  300. package/dist/esm/index-192aeaf1.js.map +0 -1
  301. package/dist/esm/jump-badge.entry.js +0 -20
  302. package/dist/esm/jump-badge.entry.js.map +0 -1
  303. package/dist/jump-design-system/p-02914b1e.entry.js +0 -2
  304. package/dist/jump-design-system/p-02914b1e.entry.js.map +0 -1
  305. package/dist/jump-design-system/p-1a533536.entry.js +0 -2
  306. package/dist/jump-design-system/p-1a533536.entry.js.map +0 -1
  307. package/dist/jump-design-system/p-20ceb40c.js +0 -3
  308. package/dist/jump-design-system/p-93d8245f.entry.js +0 -2
  309. package/dist/jump-design-system/p-93d8245f.entry.js.map +0 -1
  310. package/dist/jump-design-system/p-e69ee35f.entry.js +0 -2
  311. package/dist/jump-design-system/p-e69ee35f.entry.js.map +0 -1
  312. package/dist/jump-design-system/p-eb16952a.entry.js +0 -2
  313. package/dist/jump-design-system/p-eb16952a.entry.js.map +0 -1
  314. package/dist/jump-design-system/p-ed65e359.entry.js +0 -2
  315. package/dist/jump-design-system/p-ed65e359.entry.js.map +0 -1
  316. package/dist/jump-design-system/p-fa148b53.entry.js +0 -331
  317. package/dist/jump-design-system/p-fa148b53.entry.js.map +0 -1
  318. package/dist/types/components/jump-icon/jump-icon.stories.d.ts +0 -21
  319. package/dist/types/components/jump-tab/jump-tab-inline.stories.d.ts +0 -18
@@ -6,6 +6,8 @@
6
6
  */
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
8
  export namespace Components {
9
+ interface JumpAccordion {
10
+ }
9
11
  interface JumpBadge {
10
12
  /**
11
13
  * Indicates the label of the badge
@@ -128,11 +130,149 @@ export namespace Components {
128
130
  */
129
131
  "videoSrc": string;
130
132
  }
133
+ interface JumpCardEcommerce {
134
+ /**
135
+ * Indicate if the user request to be notified when te product is avaible
136
+ */
137
+ "addToWaitingList": boolean;
138
+ /**
139
+ * Indicate if the product is added to cart
140
+ */
141
+ "addedToCart": boolean;
142
+ /**
143
+ * Indicates the button class of the add to cart / notification button
144
+ */
145
+ "addtoCartText": string;
146
+ /**
147
+ * Indicates the badge of the card
148
+ */
149
+ "badge": string;
150
+ /**
151
+ * Indicate if the quantity is change
152
+ */
153
+ "changedQuantity": boolean;
154
+ /**
155
+ * Indicate if the variation is change
156
+ */
157
+ "changedVariation": boolean;
158
+ /**
159
+ * Indicates the currency of the card
160
+ */
161
+ "currency": string;
162
+ /**
163
+ * Indicates if the product is favorite
164
+ */
165
+ "favorite": boolean;
166
+ /**
167
+ * Indicate if card has background
168
+ */
169
+ "hasBackground": boolean;
170
+ /**
171
+ * Indicates the image's src of the card
172
+ */
173
+ "img": string;
174
+ /**
175
+ * Indicates the img's alt of the card
176
+ */
177
+ "imgAlt": string;
178
+ /**
179
+ * Indicates the link of the card
180
+ */
181
+ "link": string;
182
+ /**
183
+ * Indicates the notificationText of the card
184
+ */
185
+ "notificationText": string;
186
+ /**
187
+ * Indicates the notificationUrl of the card
188
+ */
189
+ "notificationUrl": string;
190
+ /**
191
+ * Indicate if card has only icon button
192
+ */
193
+ "onlyIconButton": boolean;
194
+ /**
195
+ * Indicates if the product is outOfStock
196
+ */
197
+ "outOfStock": boolean;
198
+ /**
199
+ * Indicates the outOfStockText of the product
200
+ */
201
+ "outOfStockText": string;
202
+ /**
203
+ * Indicates the price of the card
204
+ */
205
+ "price": number;
206
+ /**
207
+ * Indicates the ID of the product, can be also a SKU
208
+ */
209
+ "productId": string;
210
+ /**
211
+ * Indicates the title of the card
212
+ */
213
+ "productName": string;
214
+ /**
215
+ * Indicates if the user can choose how much quantity of the product add to cart
216
+ */
217
+ "quantity": boolean;
218
+ /**
219
+ * Indicates the sale price of the card
220
+ */
221
+ "salePrice": number;
222
+ /**
223
+ * Indicates the subtitle of the card
224
+ */
225
+ "subtitle": string;
226
+ /**
227
+ * Indicates the videoSrc of the card
228
+ */
229
+ "videoSrc": string;
230
+ /**
231
+ * Indicates the button class of the add to cart / notification button
232
+ */
233
+ "waitingListText": string;
234
+ }
235
+ interface JumpFilter {
236
+ "direction": 'horizontal' | 'vertical';
237
+ "filterButtonIcon": string;
238
+ "filterButtonLabel": string;
239
+ "filterHeading": string;
240
+ "filters": any;
241
+ /**
242
+ * Get the active filters from the component
243
+ */
244
+ "getFilters": () => Promise<any>;
245
+ "mobileThreshold": number;
246
+ }
247
+ interface JumpFiltergroup {
248
+ "getActiveAmount": () => Promise<number>;
249
+ "getInputs": () => Promise<any>;
250
+ "getName": () => Promise<string>;
251
+ "getValues": () => Promise<string[]>;
252
+ "heading": string;
253
+ "lessLabel": string;
254
+ "maxElements": number;
255
+ "name": string;
256
+ "otherLabel": string;
257
+ "variant": 'accordion' | 'default';
258
+ }
131
259
  interface JumpIcon {
132
260
  /**
133
- * Additional classes
261
+ * Category of the icon
262
+ */
263
+ "category": 'solid' | 'sharp-light' | 'sharp-regular' | 'sharp-solid' | 'sharp-thin' | 'brands' | 'regular' | 'light' | 'thin' | 'duotone';
264
+ /**
265
+ * Class of the icon
134
266
  */
135
267
  "class": string;
268
+ /**
269
+ * Label for the icon
270
+ */
271
+ "label": string;
272
+ /**
273
+ * Library of the icon
274
+ */
275
+ "library": string;
136
276
  /**
137
277
  * Name of the icon
138
278
  */
@@ -141,32 +281,101 @@ export namespace Components {
141
281
  * Size of the icon
142
282
  */
143
283
  "size": string;
284
+ /**
285
+ * Src of the icon
286
+ */
287
+ "src": string;
144
288
  }
145
289
  interface JumpPagination {
290
+ /**
291
+ * Last element of the page
292
+ */
146
293
  "last": number;
294
+ /**
295
+ * Label of the pagination
296
+ */
147
297
  "pagLabel": string;
298
+ /**
299
+ * Show button to navigate so first e last page
300
+ */
148
301
  "showFirstAndLast": boolean;
149
302
  }
150
303
  interface JumpPaginationTable {
304
+ /**
305
+ * Number of elements per page selected
306
+ */
151
307
  "elPerPage": number;
152
308
  /**
153
309
  * Values for the elements per page select
154
310
  */
155
311
  "elementsRanges": Array<number>;
312
+ /**
313
+ * First element of the page
314
+ */
156
315
  "first": number;
157
316
  /**
158
317
  * Label for the elements per page select
159
318
  */
160
319
  "labelElementsPerPage": string;
320
+ /**
321
+ * Last element of the page
322
+ */
161
323
  "last": number;
162
324
  "pagLabel": string;
325
+ /**
326
+ * Show button to navigate so first e last page
327
+ */
163
328
  "showFirstAndLast": boolean;
329
+ /**
330
+ * Total of elements
331
+ */
164
332
  "total": number;
165
333
  }
334
+ interface JumpQuantity {
335
+ "label": string;
336
+ "max": number;
337
+ "min": number;
338
+ "showButtons": boolean;
339
+ "step": number;
340
+ "type": 'buttons' | 'dropdown' | 'input';
341
+ "variant": 'vertical' | 'horizontal';
342
+ }
166
343
  interface JumpTab {
167
- "activeTab": string;
168
- "tabNames": Array<string>;
344
+ "tabGroupName": string;
345
+ /**
346
+ * The style of the tab. The same value must be passed to all the items. Choosed from "inline", "boxed", "sheet", "rounded"
347
+ */
348
+ "variant": string;
349
+ }
350
+ interface JumpTabItem {
351
+ "active": boolean;
352
+ "disabled": boolean;
353
+ /**
354
+ * Name of the icon. If not provided, the icon will not be displayed
355
+ */
356
+ "iconName": string;
357
+ /**
358
+ * Icon position, apply only if the icon is present Choosed from "left", "top"
359
+ */
360
+ "iconPosition": string;
361
+ /**
362
+ * Identifier of the tab
363
+ */
364
+ "identifier": string;
365
+ "label": string;
169
366
  }
367
+ interface JumpTabPanel {
368
+ "active": boolean;
369
+ "identifier": string;
370
+ }
371
+ }
372
+ export interface JumpCardEcommerceCustomEvent<T> extends CustomEvent<T> {
373
+ detail: T;
374
+ target: HTMLJumpCardEcommerceElement;
375
+ }
376
+ export interface JumpFiltergroupCustomEvent<T> extends CustomEvent<T> {
377
+ detail: T;
378
+ target: HTMLJumpFiltergroupElement;
170
379
  }
171
380
  export interface JumpPaginationCustomEvent<T> extends CustomEvent<T> {
172
381
  detail: T;
@@ -176,7 +385,25 @@ export interface JumpPaginationTableCustomEvent<T> extends CustomEvent<T> {
176
385
  detail: T;
177
386
  target: HTMLJumpPaginationTableElement;
178
387
  }
388
+ export interface JumpQuantityCustomEvent<T> extends CustomEvent<T> {
389
+ detail: T;
390
+ target: HTMLJumpQuantityElement;
391
+ }
392
+ export interface JumpTabCustomEvent<T> extends CustomEvent<T> {
393
+ detail: T;
394
+ target: HTMLJumpTabElement;
395
+ }
396
+ export interface JumpTabItemCustomEvent<T> extends CustomEvent<T> {
397
+ detail: T;
398
+ target: HTMLJumpTabItemElement;
399
+ }
179
400
  declare global {
401
+ interface HTMLJumpAccordionElement extends Components.JumpAccordion, HTMLStencilElement {
402
+ }
403
+ var HTMLJumpAccordionElement: {
404
+ prototype: HTMLJumpAccordionElement;
405
+ new (): HTMLJumpAccordionElement;
406
+ };
180
407
  interface HTMLJumpBadgeElement extends Components.JumpBadge, HTMLStencilElement {
181
408
  }
182
409
  var HTMLJumpBadgeElement: {
@@ -195,6 +422,50 @@ declare global {
195
422
  prototype: HTMLJumpCardElement;
196
423
  new (): HTMLJumpCardElement;
197
424
  };
425
+ interface HTMLJumpCardEcommerceElementEventMap {
426
+ "jump-toggle-favorite": any;
427
+ "jump-add-to-cart": any;
428
+ "jump-add-to-waiting-list": any;
429
+ "jump-change-quantity": any;
430
+ "jump-change-variation": any;
431
+ }
432
+ interface HTMLJumpCardEcommerceElement extends Components.JumpCardEcommerce, HTMLStencilElement {
433
+ addEventListener<K extends keyof HTMLJumpCardEcommerceElementEventMap>(type: K, listener: (this: HTMLJumpCardEcommerceElement, ev: JumpCardEcommerceCustomEvent<HTMLJumpCardEcommerceElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
434
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
435
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
436
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
437
+ removeEventListener<K extends keyof HTMLJumpCardEcommerceElementEventMap>(type: K, listener: (this: HTMLJumpCardEcommerceElement, ev: JumpCardEcommerceCustomEvent<HTMLJumpCardEcommerceElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
438
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
439
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
440
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
441
+ }
442
+ var HTMLJumpCardEcommerceElement: {
443
+ prototype: HTMLJumpCardEcommerceElement;
444
+ new (): HTMLJumpCardEcommerceElement;
445
+ };
446
+ interface HTMLJumpFilterElement extends Components.JumpFilter, HTMLStencilElement {
447
+ }
448
+ var HTMLJumpFilterElement: {
449
+ prototype: HTMLJumpFilterElement;
450
+ new (): HTMLJumpFilterElement;
451
+ };
452
+ interface HTMLJumpFiltergroupElementEventMap {
453
+ "jump-filterchange": any;
454
+ }
455
+ interface HTMLJumpFiltergroupElement extends Components.JumpFiltergroup, HTMLStencilElement {
456
+ addEventListener<K extends keyof HTMLJumpFiltergroupElementEventMap>(type: K, listener: (this: HTMLJumpFiltergroupElement, ev: JumpFiltergroupCustomEvent<HTMLJumpFiltergroupElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
457
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
458
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
459
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
460
+ removeEventListener<K extends keyof HTMLJumpFiltergroupElementEventMap>(type: K, listener: (this: HTMLJumpFiltergroupElement, ev: JumpFiltergroupCustomEvent<HTMLJumpFiltergroupElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
461
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
462
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
463
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
464
+ }
465
+ var HTMLJumpFiltergroupElement: {
466
+ prototype: HTMLJumpFiltergroupElement;
467
+ new (): HTMLJumpFiltergroupElement;
468
+ };
198
469
  interface HTMLJumpIconElement extends Components.JumpIcon, HTMLStencilElement {
199
470
  }
200
471
  var HTMLJumpIconElement: {
@@ -236,23 +507,83 @@ declare global {
236
507
  prototype: HTMLJumpPaginationTableElement;
237
508
  new (): HTMLJumpPaginationTableElement;
238
509
  };
510
+ interface HTMLJumpQuantityElementEventMap {
511
+ "jump-change": any;
512
+ }
513
+ interface HTMLJumpQuantityElement extends Components.JumpQuantity, HTMLStencilElement {
514
+ addEventListener<K extends keyof HTMLJumpQuantityElementEventMap>(type: K, listener: (this: HTMLJumpQuantityElement, ev: JumpQuantityCustomEvent<HTMLJumpQuantityElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
515
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
516
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
517
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
518
+ removeEventListener<K extends keyof HTMLJumpQuantityElementEventMap>(type: K, listener: (this: HTMLJumpQuantityElement, ev: JumpQuantityCustomEvent<HTMLJumpQuantityElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
519
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
520
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
521
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
522
+ }
523
+ var HTMLJumpQuantityElement: {
524
+ prototype: HTMLJumpQuantityElement;
525
+ new (): HTMLJumpQuantityElement;
526
+ };
527
+ interface HTMLJumpTabElementEventMap {
528
+ "jump-change-activetab": any;
529
+ }
239
530
  interface HTMLJumpTabElement extends Components.JumpTab, HTMLStencilElement {
531
+ addEventListener<K extends keyof HTMLJumpTabElementEventMap>(type: K, listener: (this: HTMLJumpTabElement, ev: JumpTabCustomEvent<HTMLJumpTabElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
532
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
533
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
534
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
535
+ removeEventListener<K extends keyof HTMLJumpTabElementEventMap>(type: K, listener: (this: HTMLJumpTabElement, ev: JumpTabCustomEvent<HTMLJumpTabElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
536
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
537
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
538
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
240
539
  }
241
540
  var HTMLJumpTabElement: {
242
541
  prototype: HTMLJumpTabElement;
243
542
  new (): HTMLJumpTabElement;
244
543
  };
544
+ interface HTMLJumpTabItemElementEventMap {
545
+ "jump-change-active-tab": any;
546
+ }
547
+ interface HTMLJumpTabItemElement extends Components.JumpTabItem, HTMLStencilElement {
548
+ addEventListener<K extends keyof HTMLJumpTabItemElementEventMap>(type: K, listener: (this: HTMLJumpTabItemElement, ev: JumpTabItemCustomEvent<HTMLJumpTabItemElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
549
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
550
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
551
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
552
+ removeEventListener<K extends keyof HTMLJumpTabItemElementEventMap>(type: K, listener: (this: HTMLJumpTabItemElement, ev: JumpTabItemCustomEvent<HTMLJumpTabItemElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
553
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
554
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
555
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
556
+ }
557
+ var HTMLJumpTabItemElement: {
558
+ prototype: HTMLJumpTabItemElement;
559
+ new (): HTMLJumpTabItemElement;
560
+ };
561
+ interface HTMLJumpTabPanelElement extends Components.JumpTabPanel, HTMLStencilElement {
562
+ }
563
+ var HTMLJumpTabPanelElement: {
564
+ prototype: HTMLJumpTabPanelElement;
565
+ new (): HTMLJumpTabPanelElement;
566
+ };
245
567
  interface HTMLElementTagNameMap {
568
+ "jump-accordion": HTMLJumpAccordionElement;
246
569
  "jump-badge": HTMLJumpBadgeElement;
247
570
  "jump-button": HTMLJumpButtonElement;
248
571
  "jump-card": HTMLJumpCardElement;
572
+ "jump-card-ecommerce": HTMLJumpCardEcommerceElement;
573
+ "jump-filter": HTMLJumpFilterElement;
574
+ "jump-filtergroup": HTMLJumpFiltergroupElement;
249
575
  "jump-icon": HTMLJumpIconElement;
250
576
  "jump-pagination": HTMLJumpPaginationElement;
251
577
  "jump-pagination-table": HTMLJumpPaginationTableElement;
578
+ "jump-quantity": HTMLJumpQuantityElement;
252
579
  "jump-tab": HTMLJumpTabElement;
580
+ "jump-tab-item": HTMLJumpTabItemElement;
581
+ "jump-tab-panel": HTMLJumpTabPanelElement;
253
582
  }
254
583
  }
255
584
  declare namespace LocalJSX {
585
+ interface JumpAccordion {
586
+ }
256
587
  interface JumpBadge {
257
588
  /**
258
589
  * Indicates the label of the badge
@@ -375,11 +706,147 @@ declare namespace LocalJSX {
375
706
  */
376
707
  "videoSrc"?: string;
377
708
  }
709
+ interface JumpCardEcommerce {
710
+ /**
711
+ * Indicate if the user request to be notified when te product is avaible
712
+ */
713
+ "addToWaitingList"?: boolean;
714
+ /**
715
+ * Indicate if the product is added to cart
716
+ */
717
+ "addedToCart"?: boolean;
718
+ /**
719
+ * Indicates the button class of the add to cart / notification button
720
+ */
721
+ "addtoCartText"?: string;
722
+ /**
723
+ * Indicates the badge of the card
724
+ */
725
+ "badge"?: string;
726
+ /**
727
+ * Indicate if the quantity is change
728
+ */
729
+ "changedQuantity"?: boolean;
730
+ /**
731
+ * Indicate if the variation is change
732
+ */
733
+ "changedVariation"?: boolean;
734
+ /**
735
+ * Indicates the currency of the card
736
+ */
737
+ "currency"?: string;
738
+ /**
739
+ * Indicates if the product is favorite
740
+ */
741
+ "favorite"?: boolean;
742
+ /**
743
+ * Indicate if card has background
744
+ */
745
+ "hasBackground"?: boolean;
746
+ /**
747
+ * Indicates the image's src of the card
748
+ */
749
+ "img"?: string;
750
+ /**
751
+ * Indicates the img's alt of the card
752
+ */
753
+ "imgAlt"?: string;
754
+ /**
755
+ * Indicates the link of the card
756
+ */
757
+ "link"?: string;
758
+ /**
759
+ * Indicates the notificationText of the card
760
+ */
761
+ "notificationText"?: string;
762
+ /**
763
+ * Indicates the notificationUrl of the card
764
+ */
765
+ "notificationUrl"?: string;
766
+ "onJump-add-to-cart"?: (event: JumpCardEcommerceCustomEvent<any>) => void;
767
+ "onJump-add-to-waiting-list"?: (event: JumpCardEcommerceCustomEvent<any>) => void;
768
+ "onJump-change-quantity"?: (event: JumpCardEcommerceCustomEvent<any>) => void;
769
+ "onJump-change-variation"?: (event: JumpCardEcommerceCustomEvent<any>) => void;
770
+ "onJump-toggle-favorite"?: (event: JumpCardEcommerceCustomEvent<any>) => void;
771
+ /**
772
+ * Indicate if card has only icon button
773
+ */
774
+ "onlyIconButton"?: boolean;
775
+ /**
776
+ * Indicates if the product is outOfStock
777
+ */
778
+ "outOfStock"?: boolean;
779
+ /**
780
+ * Indicates the outOfStockText of the product
781
+ */
782
+ "outOfStockText"?: string;
783
+ /**
784
+ * Indicates the price of the card
785
+ */
786
+ "price"?: number;
787
+ /**
788
+ * Indicates the ID of the product, can be also a SKU
789
+ */
790
+ "productId"?: string;
791
+ /**
792
+ * Indicates the title of the card
793
+ */
794
+ "productName"?: string;
795
+ /**
796
+ * Indicates if the user can choose how much quantity of the product add to cart
797
+ */
798
+ "quantity"?: boolean;
799
+ /**
800
+ * Indicates the sale price of the card
801
+ */
802
+ "salePrice"?: number;
803
+ /**
804
+ * Indicates the subtitle of the card
805
+ */
806
+ "subtitle"?: string;
807
+ /**
808
+ * Indicates the videoSrc of the card
809
+ */
810
+ "videoSrc"?: string;
811
+ /**
812
+ * Indicates the button class of the add to cart / notification button
813
+ */
814
+ "waitingListText"?: string;
815
+ }
816
+ interface JumpFilter {
817
+ "direction"?: 'horizontal' | 'vertical';
818
+ "filterButtonIcon"?: string;
819
+ "filterButtonLabel"?: string;
820
+ "filterHeading"?: string;
821
+ "filters"?: any;
822
+ "mobileThreshold"?: number;
823
+ }
824
+ interface JumpFiltergroup {
825
+ "heading"?: string;
826
+ "lessLabel"?: string;
827
+ "maxElements"?: number;
828
+ "name"?: string;
829
+ "onJump-filterchange"?: (event: JumpFiltergroupCustomEvent<any>) => void;
830
+ "otherLabel"?: string;
831
+ "variant"?: 'accordion' | 'default';
832
+ }
378
833
  interface JumpIcon {
379
834
  /**
380
- * Additional classes
835
+ * Category of the icon
836
+ */
837
+ "category"?: 'solid' | 'sharp-light' | 'sharp-regular' | 'sharp-solid' | 'sharp-thin' | 'brands' | 'regular' | 'light' | 'thin' | 'duotone';
838
+ /**
839
+ * Class of the icon
381
840
  */
382
841
  "class"?: string;
842
+ /**
843
+ * Label for the icon
844
+ */
845
+ "label"?: string;
846
+ /**
847
+ * Library of the icon
848
+ */
849
+ "library"?: string;
383
850
  /**
384
851
  * Name of the icon
385
852
  */
@@ -388,56 +855,134 @@ declare namespace LocalJSX {
388
855
  * Size of the icon
389
856
  */
390
857
  "size"?: string;
858
+ /**
859
+ * Src of the icon
860
+ */
861
+ "src"?: string;
391
862
  }
392
863
  interface JumpPagination {
864
+ /**
865
+ * Last element of the page
866
+ */
393
867
  "last"?: number;
394
868
  "onJump-change-page"?: (event: JumpPaginationCustomEvent<any>) => void;
869
+ /**
870
+ * Label of the pagination
871
+ */
395
872
  "pagLabel"?: string;
873
+ /**
874
+ * Show button to navigate so first e last page
875
+ */
396
876
  "showFirstAndLast"?: boolean;
397
877
  }
398
878
  interface JumpPaginationTable {
879
+ /**
880
+ * Number of elements per page selected
881
+ */
399
882
  "elPerPage"?: number;
400
883
  /**
401
884
  * Values for the elements per page select
402
885
  */
403
886
  "elementsRanges"?: Array<number>;
887
+ /**
888
+ * First element of the page
889
+ */
404
890
  "first"?: number;
405
891
  /**
406
892
  * Label for the elements per page select
407
893
  */
408
894
  "labelElementsPerPage"?: string;
895
+ /**
896
+ * Last element of the page
897
+ */
409
898
  "last"?: number;
410
899
  "onJump-change-el-per-page"?: (event: JumpPaginationTableCustomEvent<any>) => void;
411
900
  "onJump-change-page"?: (event: JumpPaginationTableCustomEvent<any>) => void;
412
901
  "pagLabel"?: string;
902
+ /**
903
+ * Show button to navigate so first e last page
904
+ */
413
905
  "showFirstAndLast"?: boolean;
906
+ /**
907
+ * Total of elements
908
+ */
414
909
  "total"?: number;
415
910
  }
911
+ interface JumpQuantity {
912
+ "label"?: string;
913
+ "max"?: number;
914
+ "min"?: number;
915
+ "onJump-change"?: (event: JumpQuantityCustomEvent<any>) => void;
916
+ "showButtons"?: boolean;
917
+ "step"?: number;
918
+ "type"?: 'buttons' | 'dropdown' | 'input';
919
+ "variant"?: 'vertical' | 'horizontal';
920
+ }
416
921
  interface JumpTab {
417
- "activeTab"?: string;
418
- "tabNames"?: Array<string>;
922
+ "onJump-change-activetab"?: (event: JumpTabCustomEvent<any>) => void;
923
+ "tabGroupName"?: string;
924
+ /**
925
+ * The style of the tab. The same value must be passed to all the items. Choosed from "inline", "boxed", "sheet", "rounded"
926
+ */
927
+ "variant"?: string;
928
+ }
929
+ interface JumpTabItem {
930
+ "active"?: boolean;
931
+ "disabled"?: boolean;
932
+ /**
933
+ * Name of the icon. If not provided, the icon will not be displayed
934
+ */
935
+ "iconName"?: string;
936
+ /**
937
+ * Icon position, apply only if the icon is present Choosed from "left", "top"
938
+ */
939
+ "iconPosition"?: string;
940
+ /**
941
+ * Identifier of the tab
942
+ */
943
+ "identifier"?: string;
944
+ "label"?: string;
945
+ "onJump-change-active-tab"?: (event: JumpTabItemCustomEvent<any>) => void;
946
+ }
947
+ interface JumpTabPanel {
948
+ "active"?: boolean;
949
+ "identifier"?: string;
419
950
  }
420
951
  interface IntrinsicElements {
952
+ "jump-accordion": JumpAccordion;
421
953
  "jump-badge": JumpBadge;
422
954
  "jump-button": JumpButton;
423
955
  "jump-card": JumpCard;
956
+ "jump-card-ecommerce": JumpCardEcommerce;
957
+ "jump-filter": JumpFilter;
958
+ "jump-filtergroup": JumpFiltergroup;
424
959
  "jump-icon": JumpIcon;
425
960
  "jump-pagination": JumpPagination;
426
961
  "jump-pagination-table": JumpPaginationTable;
962
+ "jump-quantity": JumpQuantity;
427
963
  "jump-tab": JumpTab;
964
+ "jump-tab-item": JumpTabItem;
965
+ "jump-tab-panel": JumpTabPanel;
428
966
  }
429
967
  }
430
968
  export { LocalJSX as JSX };
431
969
  declare module "@stencil/core" {
432
970
  export namespace JSX {
433
971
  interface IntrinsicElements {
972
+ "jump-accordion": LocalJSX.JumpAccordion & JSXBase.HTMLAttributes<HTMLJumpAccordionElement>;
434
973
  "jump-badge": LocalJSX.JumpBadge & JSXBase.HTMLAttributes<HTMLJumpBadgeElement>;
435
974
  "jump-button": LocalJSX.JumpButton & JSXBase.HTMLAttributes<HTMLJumpButtonElement>;
436
975
  "jump-card": LocalJSX.JumpCard & JSXBase.HTMLAttributes<HTMLJumpCardElement>;
976
+ "jump-card-ecommerce": LocalJSX.JumpCardEcommerce & JSXBase.HTMLAttributes<HTMLJumpCardEcommerceElement>;
977
+ "jump-filter": LocalJSX.JumpFilter & JSXBase.HTMLAttributes<HTMLJumpFilterElement>;
978
+ "jump-filtergroup": LocalJSX.JumpFiltergroup & JSXBase.HTMLAttributes<HTMLJumpFiltergroupElement>;
437
979
  "jump-icon": LocalJSX.JumpIcon & JSXBase.HTMLAttributes<HTMLJumpIconElement>;
438
980
  "jump-pagination": LocalJSX.JumpPagination & JSXBase.HTMLAttributes<HTMLJumpPaginationElement>;
439
981
  "jump-pagination-table": LocalJSX.JumpPaginationTable & JSXBase.HTMLAttributes<HTMLJumpPaginationTableElement>;
982
+ "jump-quantity": LocalJSX.JumpQuantity & JSXBase.HTMLAttributes<HTMLJumpQuantityElement>;
440
983
  "jump-tab": LocalJSX.JumpTab & JSXBase.HTMLAttributes<HTMLJumpTabElement>;
984
+ "jump-tab-item": LocalJSX.JumpTabItem & JSXBase.HTMLAttributes<HTMLJumpTabItemElement>;
985
+ "jump-tab-panel": LocalJSX.JumpTabPanel & JSXBase.HTMLAttributes<HTMLJumpTabPanelElement>;
441
986
  }
442
987
  }
443
988
  }