@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
@@ -1,6 +1,14 @@
1
1
  {
2
2
  "version": 1.1,
3
3
  "tags": [
4
+ {
5
+ "name": "jump-accordion",
6
+ "description": {
7
+ "kind": "markdown",
8
+ "value": ""
9
+ },
10
+ "attributes": []
11
+ },
4
12
  {
5
13
  "name": "jump-badge",
6
14
  "description": {
@@ -191,6 +199,197 @@
191
199
  }
192
200
  ]
193
201
  },
202
+ {
203
+ "name": "jump-card-ecommerce",
204
+ "description": {
205
+ "kind": "markdown",
206
+ "value": ""
207
+ },
208
+ "attributes": [
209
+ {
210
+ "name": "add-to-waiting-list",
211
+ "description": "Indicate if the user request to be notified when te product is avaible"
212
+ },
213
+ {
214
+ "name": "added-to-cart",
215
+ "description": "Indicate if the product is added to cart"
216
+ },
217
+ {
218
+ "name": "addto-cart-text",
219
+ "description": "Indicates the button class of the add to cart / notification button"
220
+ },
221
+ {
222
+ "name": "badge",
223
+ "description": "Indicates the badge of the card"
224
+ },
225
+ {
226
+ "name": "changed-quantity",
227
+ "description": "Indicate if the quantity is change"
228
+ },
229
+ {
230
+ "name": "changed-variation",
231
+ "description": "Indicate if the variation is change"
232
+ },
233
+ {
234
+ "name": "currency",
235
+ "description": "Indicates the currency of the card"
236
+ },
237
+ {
238
+ "name": "favorite",
239
+ "description": "Indicates if the product is favorite"
240
+ },
241
+ {
242
+ "name": "has-background",
243
+ "description": "Indicate if card has background"
244
+ },
245
+ {
246
+ "name": "img",
247
+ "description": "Indicates the image's src of the card"
248
+ },
249
+ {
250
+ "name": "img-alt",
251
+ "description": "Indicates the img's alt of the card"
252
+ },
253
+ {
254
+ "name": "link",
255
+ "description": "Indicates the link of the card"
256
+ },
257
+ {
258
+ "name": "notification-text",
259
+ "description": "Indicates the notificationText of the card"
260
+ },
261
+ {
262
+ "name": "notification-url",
263
+ "description": "Indicates the notificationUrl of the card"
264
+ },
265
+ {
266
+ "name": "only-icon-button",
267
+ "description": "Indicate if card has only icon button"
268
+ },
269
+ {
270
+ "name": "out-of-stock",
271
+ "description": "Indicates if the product is outOfStock"
272
+ },
273
+ {
274
+ "name": "out-of-stock-text",
275
+ "description": "Indicates the outOfStockText of the product"
276
+ },
277
+ {
278
+ "name": "price",
279
+ "description": "Indicates the price of the card"
280
+ },
281
+ {
282
+ "name": "product-id",
283
+ "description": "Indicates the ID of the product, can be also a SKU"
284
+ },
285
+ {
286
+ "name": "product-name",
287
+ "description": "Indicates the title of the card"
288
+ },
289
+ {
290
+ "name": "quantity",
291
+ "description": "Indicates if the user can choose how much quantity of the product add to cart"
292
+ },
293
+ {
294
+ "name": "sale-price",
295
+ "description": "Indicates the sale price of the card"
296
+ },
297
+ {
298
+ "name": "subtitle",
299
+ "description": "Indicates the subtitle of the card"
300
+ },
301
+ {
302
+ "name": "video-src",
303
+ "description": "Indicates the videoSrc of the card"
304
+ },
305
+ {
306
+ "name": "waiting-list-text",
307
+ "description": "Indicates the button class of the add to cart / notification button"
308
+ }
309
+ ]
310
+ },
311
+ {
312
+ "name": "jump-filter",
313
+ "description": {
314
+ "kind": "markdown",
315
+ "value": ""
316
+ },
317
+ "attributes": [
318
+ {
319
+ "name": "direction",
320
+ "description": "",
321
+ "values": [
322
+ {
323
+ "name": "horizontal"
324
+ },
325
+ {
326
+ "name": "vertical"
327
+ }
328
+ ]
329
+ },
330
+ {
331
+ "name": "filter-button-icon",
332
+ "description": ""
333
+ },
334
+ {
335
+ "name": "filter-button-label",
336
+ "description": ""
337
+ },
338
+ {
339
+ "name": "filter-heading",
340
+ "description": ""
341
+ },
342
+ {
343
+ "name": "filters",
344
+ "description": ""
345
+ },
346
+ {
347
+ "name": "mobile-threshold",
348
+ "description": ""
349
+ }
350
+ ]
351
+ },
352
+ {
353
+ "name": "jump-filtergroup",
354
+ "description": {
355
+ "kind": "markdown",
356
+ "value": ""
357
+ },
358
+ "attributes": [
359
+ {
360
+ "name": "heading",
361
+ "description": ""
362
+ },
363
+ {
364
+ "name": "less-label",
365
+ "description": ""
366
+ },
367
+ {
368
+ "name": "max-elements",
369
+ "description": ""
370
+ },
371
+ {
372
+ "name": "name",
373
+ "description": ""
374
+ },
375
+ {
376
+ "name": "other-label",
377
+ "description": ""
378
+ },
379
+ {
380
+ "name": "variant",
381
+ "description": "",
382
+ "values": [
383
+ {
384
+ "name": "accordion"
385
+ },
386
+ {
387
+ "name": "default"
388
+ }
389
+ ]
390
+ }
391
+ ]
392
+ },
194
393
  {
195
394
  "name": "jump-icon",
196
395
  "description": {
@@ -198,9 +397,53 @@
198
397
  "value": ""
199
398
  },
200
399
  "attributes": [
400
+ {
401
+ "name": "category",
402
+ "description": "Category of the icon",
403
+ "values": [
404
+ {
405
+ "name": "brands"
406
+ },
407
+ {
408
+ "name": "duotone"
409
+ },
410
+ {
411
+ "name": "light"
412
+ },
413
+ {
414
+ "name": "regular"
415
+ },
416
+ {
417
+ "name": "sharp-light"
418
+ },
419
+ {
420
+ "name": "sharp-regular"
421
+ },
422
+ {
423
+ "name": "sharp-solid"
424
+ },
425
+ {
426
+ "name": "sharp-thin"
427
+ },
428
+ {
429
+ "name": "solid"
430
+ },
431
+ {
432
+ "name": "thin"
433
+ }
434
+ ]
435
+ },
201
436
  {
202
437
  "name": "class",
203
- "description": "Additional classes"
438
+ "description": "Class of the icon"
439
+ },
440
+ {
441
+ "name": "label",
442
+ "description": "Label for the icon"
443
+ },
444
+ {
445
+ "name": "library",
446
+ "description": "Library of the icon"
204
447
  },
205
448
  {
206
449
  "name": "name",
@@ -209,6 +452,10 @@
209
452
  {
210
453
  "name": "size",
211
454
  "description": "Size of the icon"
455
+ },
456
+ {
457
+ "name": "src",
458
+ "description": "Src of the icon"
212
459
  }
213
460
  ]
214
461
  },
@@ -221,15 +468,15 @@
221
468
  "attributes": [
222
469
  {
223
470
  "name": "last",
224
- "description": ""
471
+ "description": "Last element of the page"
225
472
  },
226
473
  {
227
474
  "name": "pag-label",
228
- "description": ""
475
+ "description": "Label of the pagination"
229
476
  },
230
477
  {
231
478
  "name": "show-first-and-last",
232
- "description": ""
479
+ "description": "Show button to navigate so first e last page"
233
480
  }
234
481
  ]
235
482
  },
@@ -242,11 +489,11 @@
242
489
  "attributes": [
243
490
  {
244
491
  "name": "el-per-page",
245
- "description": ""
492
+ "description": "Number of elements per page selected"
246
493
  },
247
494
  {
248
495
  "name": "first",
249
- "description": ""
496
+ "description": "First element of the page"
250
497
  },
251
498
  {
252
499
  "name": "label-elements-per-page",
@@ -254,7 +501,7 @@
254
501
  },
255
502
  {
256
503
  "name": "last",
257
- "description": ""
504
+ "description": "Last element of the page"
258
505
  },
259
506
  {
260
507
  "name": "pag-label",
@@ -262,11 +509,67 @@
262
509
  },
263
510
  {
264
511
  "name": "show-first-and-last",
265
- "description": ""
512
+ "description": "Show button to navigate so first e last page"
266
513
  },
267
514
  {
268
515
  "name": "total",
516
+ "description": "Total of elements"
517
+ }
518
+ ]
519
+ },
520
+ {
521
+ "name": "jump-quantity",
522
+ "description": {
523
+ "kind": "markdown",
524
+ "value": ""
525
+ },
526
+ "attributes": [
527
+ {
528
+ "name": "label",
529
+ "description": ""
530
+ },
531
+ {
532
+ "name": "max",
269
533
  "description": ""
534
+ },
535
+ {
536
+ "name": "min",
537
+ "description": ""
538
+ },
539
+ {
540
+ "name": "show-buttons",
541
+ "description": ""
542
+ },
543
+ {
544
+ "name": "step",
545
+ "description": ""
546
+ },
547
+ {
548
+ "name": "type",
549
+ "description": "",
550
+ "values": [
551
+ {
552
+ "name": "buttons"
553
+ },
554
+ {
555
+ "name": "dropdown"
556
+ },
557
+ {
558
+ "name": "input"
559
+ }
560
+ ]
561
+ },
562
+ {
563
+ "name": "variant",
564
+ "description": "",
565
+ "values": [
566
+ {
567
+ "name": "horizontal"
568
+ },
569
+ {
570
+ "name": "vertical"
571
+ }
572
+ ]
270
573
  }
271
574
  ]
272
575
  },
@@ -278,7 +581,61 @@
278
581
  },
279
582
  "attributes": [
280
583
  {
281
- "name": "active-tab",
584
+ "name": "tab-group-name",
585
+ "description": ""
586
+ },
587
+ {
588
+ "name": "variant",
589
+ "description": "The style of the tab. The same value must be passed to all the items.\nChoosed from \"inline\", \"boxed\", \"sheet\", \"rounded\""
590
+ }
591
+ ]
592
+ },
593
+ {
594
+ "name": "jump-tab-item",
595
+ "description": {
596
+ "kind": "markdown",
597
+ "value": ""
598
+ },
599
+ "attributes": [
600
+ {
601
+ "name": "active",
602
+ "description": ""
603
+ },
604
+ {
605
+ "name": "disabled",
606
+ "description": ""
607
+ },
608
+ {
609
+ "name": "icon-name",
610
+ "description": "Name of the icon. If not provided, the icon will not be displayed"
611
+ },
612
+ {
613
+ "name": "icon-position",
614
+ "description": "Icon position, apply only if the icon is present\nChoosed from \"left\", \"top\""
615
+ },
616
+ {
617
+ "name": "identifier",
618
+ "description": "Identifier of the tab"
619
+ },
620
+ {
621
+ "name": "label",
622
+ "description": ""
623
+ }
624
+ ]
625
+ },
626
+ {
627
+ "name": "jump-tab-panel",
628
+ "description": {
629
+ "kind": "markdown",
630
+ "value": ""
631
+ },
632
+ "attributes": [
633
+ {
634
+ "name": "active",
635
+ "description": ""
636
+ },
637
+ {
638
+ "name": "identifier",
282
639
  "description": ""
283
640
  }
284
641
  ]
@@ -0,0 +1,3 @@
1
+ export declare class JumpAccordion {
2
+ render(): any;
3
+ }
@@ -17,3 +17,4 @@ declare const _default: {
17
17
  };
18
18
  export default _default;
19
19
  export declare const Badge: any;
20
+ export declare const BadgeSecondary: any;
@@ -19,11 +19,23 @@ declare const _default: {
19
19
  large: string;
20
20
  };
21
21
  };
22
- disabled: {
22
+ href: {
23
23
  name: string;
24
24
  description: string;
25
25
  control: string;
26
26
  };
27
+ target: {
28
+ name: string;
29
+ description: string;
30
+ control: string;
31
+ options: string[];
32
+ labels: {
33
+ _self: string;
34
+ _blank: string;
35
+ _parent: string;
36
+ _top: string;
37
+ };
38
+ };
27
39
  text: {
28
40
  name: string;
29
41
  description: string;
@@ -34,11 +46,13 @@ declare const _default: {
34
46
  description: string;
35
47
  control: string;
36
48
  };
49
+ disabled: {
50
+ name: string;
51
+ description: string;
52
+ control: string;
53
+ };
37
54
  };
38
55
  };
39
56
  export default _default;
40
57
  export declare const LinkPrimary: any;
41
- export declare const LinkSecondary: any;
42
- export declare const LinkNeutral: any;
43
- export declare const LinkWhite: any;
44
58
  export declare const LinkWithIcon: any;
@@ -24,11 +24,6 @@ declare const _default: {
24
24
  description: string;
25
25
  control: string;
26
26
  };
27
- text: {
28
- name: string;
29
- description: string;
30
- control: string;
31
- };
32
27
  id: {
33
28
  name: string;
34
29
  description: string;
@@ -29,12 +29,12 @@ declare const _default: {
29
29
  description: string;
30
30
  control: string;
31
31
  };
32
- disabled: {
32
+ id: {
33
33
  name: string;
34
34
  description: string;
35
35
  control: string;
36
36
  };
37
- id: {
37
+ disabled: {
38
38
  name: string;
39
39
  description: string;
40
40
  control: string;
@@ -42,12 +42,5 @@ declare const _default: {
42
42
  };
43
43
  };
44
44
  export default _default;
45
- export declare const Primary: any;
46
- export declare const Secondary: any;
47
- export declare const Neutral: any;
48
- export declare const White: any;
49
- export declare const Pill: any;
50
- export declare const noBackground: any;
51
- export declare const outline: any;
52
- export declare const outlinePill: any;
53
- export declare const Disabled: any;
45
+ export declare const onlyIcon: any;
46
+ export declare const withBackground: any;
@@ -0,0 +1,98 @@
1
+ declare const _default: {
2
+ title: string;
3
+ tags: string[];
4
+ argTypes: {
5
+ variant: {
6
+ name: string;
7
+ description: string;
8
+ control: string;
9
+ options: string[];
10
+ };
11
+ outline: {
12
+ name: string;
13
+ description: string;
14
+ control: string;
15
+ };
16
+ size: {
17
+ name: string;
18
+ description: string;
19
+ control: string;
20
+ options: string[];
21
+ labels: {
22
+ small: string;
23
+ medium: string;
24
+ large: string;
25
+ };
26
+ };
27
+ pill: {
28
+ name: string;
29
+ description: string;
30
+ control: string;
31
+ };
32
+ name: {
33
+ name: string;
34
+ description: string;
35
+ control: string;
36
+ };
37
+ value: {
38
+ name: string;
39
+ description: string;
40
+ control: string;
41
+ };
42
+ ariaLabel: {
43
+ name: string;
44
+ description: string;
45
+ control: string;
46
+ };
47
+ text: {
48
+ name: string;
49
+ description: string;
50
+ control: string;
51
+ };
52
+ onlyIcon: {
53
+ name: string;
54
+ description: string;
55
+ control: string;
56
+ };
57
+ full: {
58
+ name: string;
59
+ description: string;
60
+ control: string;
61
+ };
62
+ href: {
63
+ name: string;
64
+ description: string;
65
+ control: string;
66
+ };
67
+ target: {
68
+ name: string;
69
+ description: string;
70
+ control: string;
71
+ options: string[];
72
+ labels: {
73
+ _self: string;
74
+ _blank: string;
75
+ _parent: string;
76
+ _top: string;
77
+ };
78
+ };
79
+ id: {
80
+ name: string;
81
+ description: string;
82
+ control: string;
83
+ };
84
+ disabled: {
85
+ name: string;
86
+ description: string;
87
+ control: string;
88
+ };
89
+ };
90
+ };
91
+ export default _default;
92
+ export declare const ButtonWithIcon: any;
93
+ export declare const ButtonWithoutIcon: any;
94
+ export declare const Outline: any;
95
+ export declare const Pill: any;
96
+ export declare const Text: any;
97
+ export declare const Disabled: any;
98
+ export declare const CustomButton: any;
@@ -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
+ }