@jumpgroup/jump-design-system 0.2.6 → 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 +540 -2363
  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 +5 -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 -4
  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 -51
  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 +63 -3
  102. package/dist/collection/components/jump-icon/jump-icon.js +147 -9
  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 +549 -2366
  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 +540 -2363
  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 +370 -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 +32 -3
  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 +559 -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 -25
  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-1a533536.entry.js +0 -2
  304. package/dist/jump-design-system/p-1a533536.entry.js.map +0 -1
  305. package/dist/jump-design-system/p-20ceb40c.js +0 -3
  306. package/dist/jump-design-system/p-36c7c94d.entry.js +0 -331
  307. package/dist/jump-design-system/p-36c7c94d.entry.js.map +0 -1
  308. package/dist/jump-design-system/p-700b96b4.entry.js +0 -2
  309. package/dist/jump-design-system/p-700b96b4.entry.js.map +0 -1
  310. package/dist/jump-design-system/p-93d8245f.entry.js +0 -2
  311. package/dist/jump-design-system/p-93d8245f.entry.js.map +0 -1
  312. package/dist/jump-design-system/p-9ad27c08.entry.js +0 -2
  313. package/dist/jump-design-system/p-9ad27c08.entry.js.map +0 -1
  314. package/dist/jump-design-system/p-c8244738.entry.js +0 -2
  315. package/dist/jump-design-system/p-c8244738.entry.js.map +0 -1
  316. package/dist/jump-design-system/p-eb16952a.entry.js +0 -2
  317. package/dist/jump-design-system/p-eb16952a.entry.js.map +0 -1
  318. package/dist/types/components/jump-icon/jump-icon.stories.d.ts +0 -19
  319. package/dist/types/components/jump-tab/jump-tab-inline.stories.d.ts +0 -18
@@ -0,0 +1,66 @@
1
+ import { EventEmitter } from '../../stencil-public-runtime';
2
+ export declare class JumpCardEcommerce {
3
+ JumpCardEcommerce: HTMLElement;
4
+ /** Indicate if card has only icon button*/
5
+ onlyIconButton: boolean;
6
+ /** Indicate if card has background*/
7
+ hasBackground: boolean;
8
+ /** Indicates the badge of the card*/
9
+ badge: string;
10
+ /** Indicates if the product is favorite */
11
+ favorite: boolean;
12
+ /** Indicates the link of the card*/
13
+ link: string;
14
+ /** Indicates the image's src of the card*/
15
+ img: string;
16
+ /** Indicates the img's alt of the card*/
17
+ imgAlt: string;
18
+ /** Indicates the videoSrc of the card*/
19
+ videoSrc: string;
20
+ /** Indicate if the product is added to cart*/
21
+ addedToCart: boolean;
22
+ /** Indicates the notificationUrl of the card*/
23
+ notificationUrl: string;
24
+ /** Indicates the notificationText of the card*/
25
+ notificationText: string;
26
+ /** Indicates the title of the card*/
27
+ productName: string;
28
+ /** Indicates the subtitle of the card*/
29
+ subtitle: string;
30
+ /** Indicates the ID of the product, can be also a SKU*/
31
+ productId: string;
32
+ /** Indicates the price of the card */
33
+ price: number;
34
+ /** Indicates the sale price of the card */
35
+ salePrice: number;
36
+ /** Indicates the currency of the card */
37
+ currency: string;
38
+ /** Indicates if the product is outOfStock */
39
+ outOfStock: boolean;
40
+ /** Indicates the outOfStockText of the product*/
41
+ outOfStockText: string;
42
+ /** Indicates the button class of the add to cart / notification button */
43
+ addtoCartText: string;
44
+ /** Indicates the button class of the add to cart / notification button */
45
+ waitingListText: string;
46
+ /** Indicate if the user request to be notified when te product is avaible*/
47
+ addToWaitingList: boolean;
48
+ /** Indicates if the user can choose how much quantity of the product add to cart */
49
+ quantity: boolean;
50
+ /** Indicate if the quantity is change*/
51
+ changedQuantity: boolean;
52
+ /** Indicate if the variation is change*/
53
+ changedVariation: boolean;
54
+ toggleFavorite: EventEmitter;
55
+ productAddToCart: EventEmitter;
56
+ productWaitingList: EventEmitter;
57
+ changeQuantity: EventEmitter;
58
+ changeVariation: EventEmitter;
59
+ componentWillLoad(): void;
60
+ onToggleFavorite(): void;
61
+ addProductToCart(): void;
62
+ waitingList(): void;
63
+ changeQuantityProduct(event: Event): void;
64
+ changeVariationBody(event: Event): void;
65
+ render(): any;
66
+ }
@@ -0,0 +1,123 @@
1
+ declare const _default: {
2
+ title: string;
3
+ tags: string[];
4
+ argTypes: {
5
+ hasBackground: {
6
+ name: string;
7
+ description: string;
8
+ control: string;
9
+ };
10
+ onlyIconButton: {
11
+ name: string;
12
+ description: string;
13
+ control: string;
14
+ };
15
+ badge: {
16
+ name: string;
17
+ description: string;
18
+ control: string;
19
+ };
20
+ favorite: {
21
+ name: string;
22
+ description: string;
23
+ control: string;
24
+ };
25
+ link: {
26
+ name: string;
27
+ description: string;
28
+ control: string;
29
+ };
30
+ img: {
31
+ name: string;
32
+ description: string;
33
+ control: string;
34
+ defaultValue: string;
35
+ if: {
36
+ arg: string;
37
+ exists: boolean;
38
+ };
39
+ };
40
+ imgAlt: {
41
+ name: string;
42
+ description: string;
43
+ control: string;
44
+ if: {
45
+ arg: string;
46
+ exists: boolean;
47
+ };
48
+ };
49
+ videoSrc: {
50
+ name: string;
51
+ description: string;
52
+ control: string;
53
+ if: {
54
+ arg: string;
55
+ exists: boolean;
56
+ };
57
+ };
58
+ notificationUrl: {
59
+ name: string;
60
+ description: string;
61
+ control: string;
62
+ };
63
+ notificationText: {
64
+ name: string;
65
+ description: string;
66
+ control: string;
67
+ };
68
+ productName: {
69
+ name: string;
70
+ description: string;
71
+ control: string;
72
+ };
73
+ subtitle: {
74
+ name: string;
75
+ description: string;
76
+ control: string;
77
+ };
78
+ productId: {
79
+ name: string;
80
+ description: string;
81
+ control: string;
82
+ };
83
+ price: {
84
+ name: string;
85
+ description: string;
86
+ control: string;
87
+ };
88
+ salePrice: {
89
+ name: string;
90
+ description: string;
91
+ control: string;
92
+ };
93
+ outOfStock: {
94
+ name: string;
95
+ description: string;
96
+ control: string;
97
+ defaultValue: boolean;
98
+ };
99
+ outOfStockText: {
100
+ name: string;
101
+ description: string;
102
+ control: string;
103
+ };
104
+ addtoCartText: {
105
+ name: string;
106
+ description: string;
107
+ control: string;
108
+ };
109
+ waitingListText: {
110
+ name: string;
111
+ description: string;
112
+ control: string;
113
+ };
114
+ quantity: {
115
+ name: string;
116
+ description: string;
117
+ control: string;
118
+ defaultValue: boolean;
119
+ };
120
+ };
121
+ };
122
+ export default _default;
123
+ export declare const Card: any;
@@ -0,0 +1,22 @@
1
+ export declare class JumpFilter {
2
+ direction: 'horizontal' | 'vertical';
3
+ filterHeading: string;
4
+ filterButtonLabel: string;
5
+ filterButtonIcon: string;
6
+ mobileThreshold: number;
7
+ filters: any;
8
+ activeFilters: number;
9
+ showMobileFilters: boolean;
10
+ isMobile: boolean;
11
+ mobileToggle: HTMLElement | null;
12
+ filtersDrawer: HTMLElement;
13
+ filterChangeHandler(event: CustomEvent): void;
14
+ handleResize(): void;
15
+ /**
16
+ * Get the active filters from the component
17
+ */
18
+ getFilters(): Promise<any>;
19
+ componentDidLoad(): void;
20
+ toggleMobileFilters(): void;
21
+ render(): any;
22
+ }
@@ -0,0 +1,40 @@
1
+ declare const _default: {
2
+ title: string;
3
+ tags: string[];
4
+ argTypes: {
5
+ direction: {
6
+ control: {
7
+ type: string;
8
+ options: string[];
9
+ };
10
+ };
11
+ filterHeading: {
12
+ control: {
13
+ type: string;
14
+ description: string;
15
+ };
16
+ };
17
+ filterButtonLabel: {
18
+ control: {
19
+ type: string;
20
+ };
21
+ };
22
+ filterButtonIcon: {
23
+ control: {
24
+ type: string;
25
+ };
26
+ };
27
+ mobileThreshold: {
28
+ control: {
29
+ type: string;
30
+ };
31
+ defaultValue: number;
32
+ };
33
+ };
34
+ };
35
+ export default _default;
36
+ export declare const Default: any;
37
+ export declare const WithSelectFilter: any;
38
+ export declare const WithCheckboxFilter: any;
39
+ export declare const WithMixedFilters: any;
40
+ export declare const WithMoreFilters: any;
@@ -0,0 +1,24 @@
1
+ export declare class JumpFiltergroup {
2
+ name: string;
3
+ heading: string;
4
+ otherLabel: string;
5
+ lessLabel: string;
6
+ maxElements: number;
7
+ variant: 'accordion' | 'default';
8
+ values: string[];
9
+ value: string;
10
+ slotItems: any;
11
+ inputs: any;
12
+ showMore: boolean;
13
+ change: any;
14
+ slotItemsWrapper: HTMLSlotElement;
15
+ getValues(): Promise<string[]>;
16
+ getActiveAmount(): Promise<number>;
17
+ getInputs(): Promise<any>;
18
+ getName(): Promise<string>;
19
+ toggleHiddenItems(): void;
20
+ handleShowMore(): void;
21
+ handleChange(event: Event): void;
22
+ componentDidLoad(): void;
23
+ render(): any;
24
+ }
@@ -0,0 +1,43 @@
1
+ declare const _default: {
2
+ title: string;
3
+ tags: string[];
4
+ argTypes: {
5
+ name: {
6
+ control: {
7
+ type: string;
8
+ description: string;
9
+ defaultValue: string;
10
+ };
11
+ };
12
+ title: {
13
+ control: {
14
+ type: string;
15
+ description: string;
16
+ defaultValue: string;
17
+ };
18
+ };
19
+ otherLabel: {
20
+ control: {
21
+ type: string;
22
+ description: string;
23
+ defaultValue: string;
24
+ };
25
+ };
26
+ lessLabel: {
27
+ control: {
28
+ type: string;
29
+ description: string;
30
+ defaultValue: string;
31
+ };
32
+ };
33
+ maxElements: {
34
+ control: {
35
+ type: string;
36
+ description: string;
37
+ };
38
+ defaultValue: number;
39
+ };
40
+ };
41
+ };
42
+ export default _default;
43
+ export declare const Default: any;
@@ -0,0 +1,40 @@
1
+ declare const _default: {
2
+ title: string;
3
+ tags: string[];
4
+ argTypes: {
5
+ library: {
6
+ name: string;
7
+ control: string;
8
+ options: {
9
+ custom: string;
10
+ };
11
+ defaultValue: string;
12
+ description: string;
13
+ };
14
+ size: {
15
+ name: string;
16
+ control: string;
17
+ options: {
18
+ inherit: string;
19
+ small: string;
20
+ medium: string;
21
+ large: string;
22
+ };
23
+ defaultValue: string;
24
+ description: string;
25
+ };
26
+ label: {
27
+ name: string;
28
+ control: string;
29
+ description: string;
30
+ };
31
+ src: {
32
+ name: string;
33
+ control: string;
34
+ description: string;
35
+ };
36
+ };
37
+ };
38
+ export default _default;
39
+ export declare const IconDefault: any;
40
+ export declare const IconInherit: any;
@@ -2,55 +2,44 @@ declare const _default: {
2
2
  title: string;
3
3
  tags: string[];
4
4
  argTypes: {
5
- variant: {
5
+ library: {
6
6
  name: string;
7
- description: string;
8
7
  control: string;
9
8
  options: string[];
9
+ defaultValue: string;
10
+ description: string;
10
11
  };
11
- size: {
12
+ category: {
12
13
  name: string;
13
- description: string;
14
14
  control: string;
15
15
  options: string[];
16
- labels: {
17
- small: string;
18
- medium: string;
19
- large: string;
20
- };
21
- };
22
- pill: {
23
- name: string;
24
16
  description: string;
25
- control: string;
26
17
  };
27
- disabled: {
18
+ name: {
28
19
  name: string;
29
- description: string;
30
20
  control: string;
31
- };
32
- full: {
33
- name: string;
21
+ defaultValue: string;
34
22
  description: string;
35
- control: string;
36
23
  };
37
- text: {
24
+ size: {
38
25
  name: string;
39
- description: string;
40
26
  control: string;
27
+ options: {
28
+ inherit: string;
29
+ small: string;
30
+ medium: string;
31
+ large: string;
32
+ };
33
+ defaultValue: string;
34
+ description: string;
41
35
  };
42
- id: {
36
+ label: {
43
37
  name: string;
44
- description: string;
45
38
  control: string;
39
+ description: string;
46
40
  };
47
41
  };
48
42
  };
49
43
  export default _default;
50
- export declare const OutlinePrimary: any;
51
- export declare const OutlineSecondary: any;
52
- export declare const OutlineGrey: any;
53
- export declare const OutlineWhite: any;
54
- export declare const outlinePill: any;
55
- export declare const withIcon: any;
56
- export declare const Disabled: any;
44
+ export declare const IconDefault: any;
45
+ export declare const IconInherit: any;
@@ -0,0 +1,45 @@
1
+ declare const _default: {
2
+ title: string;
3
+ tags: string[];
4
+ argTypes: {
5
+ library: {
6
+ name: string;
7
+ control: string;
8
+ options: string[];
9
+ defaultValue: string;
10
+ description: string;
11
+ };
12
+ category: {
13
+ name: string;
14
+ control: string;
15
+ options: string[];
16
+ description: string;
17
+ };
18
+ name: {
19
+ name: string;
20
+ control: string;
21
+ defaultValue: string;
22
+ description: string;
23
+ };
24
+ size: {
25
+ name: string;
26
+ control: string;
27
+ options: {
28
+ inherit: string;
29
+ small: string;
30
+ medium: string;
31
+ large: string;
32
+ };
33
+ defaultValue: string;
34
+ description: string;
35
+ };
36
+ label: {
37
+ name: string;
38
+ control: string;
39
+ description: string;
40
+ };
41
+ };
42
+ };
43
+ export default _default;
44
+ export declare const IconDefault: any;
45
+ export declare const IconInherit: any;
@@ -0,0 +1,45 @@
1
+ declare const _default: {
2
+ title: string;
3
+ tags: string[];
4
+ argTypes: {
5
+ library: {
6
+ name: string;
7
+ control: string;
8
+ options: string[];
9
+ defaultValue: string;
10
+ description: string;
11
+ };
12
+ category: {
13
+ name: string;
14
+ control: string;
15
+ options: string[];
16
+ description: string;
17
+ };
18
+ name: {
19
+ name: string;
20
+ control: string;
21
+ defaultValue: string;
22
+ description: string;
23
+ };
24
+ size: {
25
+ name: string;
26
+ control: string;
27
+ options: {
28
+ inherit: string;
29
+ small: string;
30
+ medium: string;
31
+ large: string;
32
+ };
33
+ defaultValue: string;
34
+ description: string;
35
+ };
36
+ label: {
37
+ name: string;
38
+ control: string;
39
+ description: string;
40
+ };
41
+ };
42
+ };
43
+ export default _default;
44
+ export declare const IconDefault: any;
45
+ export declare const IconInherit: any;
@@ -0,0 +1,45 @@
1
+ declare const _default: {
2
+ title: string;
3
+ tags: string[];
4
+ argTypes: {
5
+ library: {
6
+ name: string;
7
+ control: string;
8
+ options: string[];
9
+ defaultValue: string;
10
+ description: string;
11
+ };
12
+ category: {
13
+ name: string;
14
+ control: string;
15
+ options: string[];
16
+ description: string;
17
+ };
18
+ name: {
19
+ name: string;
20
+ control: string;
21
+ defaultValue: string;
22
+ description: string;
23
+ };
24
+ size: {
25
+ name: string;
26
+ control: string;
27
+ options: {
28
+ inherit: string;
29
+ small: string;
30
+ medium: string;
31
+ large: string;
32
+ };
33
+ defaultValue: string;
34
+ description: string;
35
+ };
36
+ label: {
37
+ name: string;
38
+ control: string;
39
+ description: string;
40
+ };
41
+ };
42
+ };
43
+ export default _default;
44
+ export declare const IconDefault: any;
45
+ export declare const IconInherit: any;
@@ -0,0 +1,45 @@
1
+ declare const _default: {
2
+ title: string;
3
+ tags: string[];
4
+ argTypes: {
5
+ library: {
6
+ name: string;
7
+ control: string;
8
+ options: string[];
9
+ defaultValue: string;
10
+ description: string;
11
+ };
12
+ category: {
13
+ name: string;
14
+ control: string;
15
+ options: string[];
16
+ description: string;
17
+ };
18
+ name: {
19
+ name: string;
20
+ control: string;
21
+ defaultValue: string;
22
+ description: string;
23
+ };
24
+ size: {
25
+ name: string;
26
+ control: string;
27
+ options: {
28
+ inherit: string;
29
+ small: string;
30
+ medium: string;
31
+ large: string;
32
+ };
33
+ defaultValue: string;
34
+ description: string;
35
+ };
36
+ label: {
37
+ name: string;
38
+ control: string;
39
+ description: string;
40
+ };
41
+ };
42
+ };
43
+ export default _default;
44
+ export declare const IconDefault: any;
45
+ export declare const IconInherit: any;
@@ -0,0 +1,45 @@
1
+ declare const _default: {
2
+ title: string;
3
+ tags: string[];
4
+ argTypes: {
5
+ library: {
6
+ name: string;
7
+ control: string;
8
+ options: string[];
9
+ defaultValue: string;
10
+ description: string;
11
+ };
12
+ category: {
13
+ name: string;
14
+ control: string;
15
+ options: string[];
16
+ description: string;
17
+ };
18
+ name: {
19
+ name: string;
20
+ control: string;
21
+ defaultValue: string;
22
+ description: string;
23
+ };
24
+ size: {
25
+ name: string;
26
+ control: string;
27
+ options: {
28
+ inherit: string;
29
+ small: string;
30
+ medium: string;
31
+ large: string;
32
+ };
33
+ defaultValue: string;
34
+ description: string;
35
+ };
36
+ label: {
37
+ name: string;
38
+ control: string;
39
+ description: string;
40
+ };
41
+ };
42
+ };
43
+ export default _default;
44
+ export declare const IconDefault: any;
45
+ export declare const IconInherit: any;