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