globuswebcomponents 1.2.6 → 1.2.7

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 (418) hide show
  1. package/dist/cjs/{gb-action-panel_8.cjs.entry.js → gb-action-panel_9.cjs.entry.js} +85 -10
  2. package/dist/cjs/gb-action-panel_9.cjs.entry.js.map +1 -0
  3. package/dist/cjs/gb-avatar_3.cjs.entry.js +1 -1
  4. package/dist/cjs/gb-badge_2.cjs.entry.js +18 -15
  5. package/dist/cjs/gb-badge_2.cjs.entry.js.map +1 -1
  6. package/dist/cjs/gb-collapse-button_4.cjs.entry.js +1 -1
  7. package/dist/cjs/gb-detail-cell.cjs.entry.js +2 -1
  8. package/dist/cjs/gb-detail-cell.cjs.entry.js.map +1 -1
  9. package/dist/cjs/gb-file-type-icon_2.cjs.entry.js +2 -2
  10. package/dist/cjs/gb-file-upload-item-base.cjs.entry.js +1 -1
  11. package/dist/cjs/gb-file-upload.cjs.entry.js +12 -12
  12. package/dist/cjs/gb-header-icon.cjs.entry.js +4 -4
  13. package/dist/cjs/gb-header.cjs.entry.js +1 -1
  14. package/dist/cjs/gb-help-dropdown.cjs.entry.js +1 -1
  15. package/dist/cjs/gb-help-tooltip_3.cjs.entry.js +14 -14
  16. package/dist/cjs/gb-horizontal-tabs.cjs.entry.js +1 -1
  17. package/dist/cjs/gb-input-dropdown-menu-item_5.cjs.entry.js +6 -6
  18. package/dist/cjs/gb-input-dropdown_3.cjs.entry.js +5 -5
  19. package/dist/cjs/gb-mega-input-field-base.cjs.entry.js +2 -2
  20. package/dist/cjs/gb-notification-content.cjs.entry.js +1 -1
  21. package/dist/cjs/gb-notification-pane.cjs.entry.js +3 -3
  22. package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
  23. package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
  24. package/dist/cjs/gb-pagination.cjs.entry.js +1 -1
  25. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  26. package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
  27. package/dist/cjs/gb-sidebar.cjs.entry.js +1 -1
  28. package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
  29. package/dist/cjs/gb-slider.cjs.entry.js +1 -1
  30. package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js +1 -1
  31. package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js +52 -0
  32. package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js.map +1 -0
  33. package/dist/cjs/gb-tab-button-base.cjs.entry.js +3 -3
  34. package/dist/cjs/gb-table-cell.cjs.entry.js +1 -1
  35. package/dist/cjs/gb-textarea-input-field.cjs.entry.js +4 -4
  36. package/dist/cjs/gb-toast-button.cjs.entry.js +1 -1
  37. package/dist/cjs/gb-toast.cjs.entry.js +1 -1
  38. package/dist/cjs/gb-toggle-base.cjs.entry.js +2 -2
  39. package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
  40. package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
  41. package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
  42. package/dist/cjs/gb-tooltip.cjs.entry.js +1 -1
  43. package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
  44. package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
  45. package/dist/cjs/gb-wysiwyg-tooltip.cjs.entry.js +1 -1
  46. package/dist/cjs/globuscomponents.cjs.js +1 -1
  47. package/dist/cjs/loader.cjs.js +1 -1
  48. package/dist/cjs/reusableModels-e50f3440.js.map +1 -1
  49. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  50. package/dist/collection/collection-manifest.json +2 -1
  51. package/dist/collection/components/gb-badge/gb-badge.js +26 -17
  52. package/dist/collection/components/gb-badge/gb-badge.js.map +1 -1
  53. package/dist/collection/components/gb-detail-cell/gb-detail-cell.js +25 -1
  54. package/dist/collection/components/gb-detail-cell/gb-detail-cell.js.map +1 -1
  55. package/dist/collection/components/gb-featured-icon/gb-featured-icon.css +2722 -0
  56. package/dist/collection/components/gb-featured-icon/gb-featured-icon.js +49 -0
  57. package/dist/collection/components/gb-featured-icon/gb-featured-icon.js.map +1 -0
  58. package/dist/collection/components/gb-file-type-icon/gb-file-type-icon.js +1 -1
  59. package/dist/collection/components/gb-file-upload/gb-file-upload.js +12 -12
  60. package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js +1 -1
  61. package/dist/collection/components/gb-header/gb-header.js +1 -1
  62. package/dist/collection/components/gb-header-icon/gb-header-icon.js +4 -4
  63. package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
  64. package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js +1 -1
  65. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
  66. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +3 -3
  67. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
  68. package/dist/collection/components/gb-input-field/gb-input-field.js +12 -12
  69. package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js +2 -2
  70. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  71. package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
  72. package/dist/collection/components/gb-pagination/gb-pagination.js +1 -1
  73. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  74. package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
  75. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  76. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  77. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  78. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  79. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  80. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  81. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  82. package/dist/collection/components/gb-simple-side-bar-item/gb-simple-side-bar-item.js +1 -1
  83. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  84. package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
  85. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  86. package/dist/collection/components/gb-step-base/gb-step-base.css +74 -8
  87. package/dist/collection/components/gb-step-base/gb-step-base.js +1 -1
  88. package/dist/collection/components/gb-step-base/gb-step-base.js.map +1 -1
  89. package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +1 -1
  90. package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -1
  91. package/dist/collection/components/{gb-stepper/gb-progress-steps.js → gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js} +384 -33
  92. package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js.map +1 -0
  93. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  94. package/dist/collection/components/gb-table-cell/gb-table-cell.js +1 -1
  95. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  96. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  97. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  98. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  99. package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +4 -4
  100. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  101. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  102. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  103. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  104. package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
  105. package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
  106. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  107. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
  108. package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
  109. package/dist/collection/components/gb-wysiwyg-tooltip/gb-wysiwyg-tooltip.js +1 -1
  110. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  111. package/dist/collection/models/reusableModels.js.map +1 -1
  112. package/dist/components/gb-avatar-add-button.js +1 -1
  113. package/dist/components/gb-avatar-dropdown.js +3 -3
  114. package/dist/components/gb-avatar-group.js +4 -4
  115. package/dist/components/gb-avatar-label-group.js +1 -1
  116. package/dist/components/gb-avatar-profile-photo.js +2 -2
  117. package/dist/components/gb-avatar.js +1 -1
  118. package/dist/components/gb-badge.js +1 -1
  119. package/dist/components/gb-checkbox-group-item.js +1 -1
  120. package/dist/components/gb-checkbox-group.js +3 -3
  121. package/dist/components/gb-collapse-button.js +1 -1
  122. package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
  123. package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
  124. package/dist/components/gb-detail-cell.js +8 -6
  125. package/dist/components/gb-detail-cell.js.map +1 -1
  126. package/dist/components/{gb-progress-steps.d.ts → gb-featured-icon.d.ts} +4 -4
  127. package/dist/components/gb-featured-icon.js +8 -0
  128. package/dist/components/gb-featured-icon.js.map +1 -0
  129. package/dist/components/gb-file-type-icon.js +1 -1
  130. package/dist/components/gb-file-upload-item-base.js +1 -1
  131. package/dist/components/gb-file-upload.js +16 -16
  132. package/dist/components/gb-header-icon.js +1 -1
  133. package/dist/components/gb-header.js +4 -4
  134. package/dist/components/gb-help-dropdown.js +1 -1
  135. package/dist/components/gb-help-tooltip.js +1 -1
  136. package/dist/components/gb-horizontal-tabs.js +5 -5
  137. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  138. package/dist/components/gb-input-dropdown.js +1 -1
  139. package/dist/components/gb-input-field.js +1 -1
  140. package/dist/components/gb-mega-input-field-base.js +1 -1
  141. package/dist/components/gb-notification-content.js +1 -1
  142. package/dist/components/gb-notification-pane.js +4 -4
  143. package/dist/components/gb-pagination-button-group-base.js +1 -1
  144. package/dist/components/gb-pagination-dot-group.js +1 -1
  145. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  146. package/dist/components/gb-pagination-number-base.js +1 -1
  147. package/dist/components/gb-pagination.js +15 -15
  148. package/dist/components/gb-password-button.js +1 -1
  149. package/dist/components/gb-progress-bar.js +1 -1
  150. package/dist/components/gb-progress-circle.js +1 -1
  151. package/dist/components/gb-scrollbar.js +1 -1
  152. package/dist/components/gb-sidebar.js +9 -9
  153. package/dist/components/gb-simple-side-bar-item.js +1 -1
  154. package/dist/components/gb-slider-control-handle.js +1 -1
  155. package/dist/components/gb-slider.js +3 -3
  156. package/dist/components/gb-status-indicator.js +1 -1
  157. package/dist/components/gb-step-base.js +1 -1
  158. package/dist/components/gb-stepper-horizontal-icons-centered.js +9 -3
  159. package/dist/components/gb-stepper-horizontal-icons-centered.js.map +1 -1
  160. package/dist/components/gb-stepper-horizontal-line-with-text.js +9 -3
  161. package/dist/components/gb-stepper-horizontal-line-with-text.js.map +1 -1
  162. package/dist/components/gb-stepper-vertical-icons-with-text.d.ts +11 -0
  163. package/dist/components/gb-stepper-vertical-icons-with-text.js +177 -0
  164. package/dist/components/gb-stepper-vertical-icons-with-text.js.map +1 -0
  165. package/dist/components/gb-tab-button-base.js +1 -1
  166. package/dist/components/gb-table-cell.js +1 -1
  167. package/dist/components/gb-tag-checkbox.js +1 -1
  168. package/dist/components/gb-tag-close.js +1 -1
  169. package/dist/components/gb-tag-count.js +1 -1
  170. package/dist/components/gb-tag.js +1 -1
  171. package/dist/components/gb-textarea-input-field.js +11 -11
  172. package/dist/components/gb-toast-button.js +1 -1
  173. package/dist/components/gb-toast.js +2 -2
  174. package/dist/components/gb-toggle-base.js +1 -1
  175. package/dist/components/gb-toggle.js +2 -2
  176. package/dist/components/gb-token-field-compact.js +2 -2
  177. package/dist/components/gb-token-field-compressed.js +3 -3
  178. package/dist/components/gb-tooltip.js +1 -1
  179. package/dist/components/gb-vertical-tabs.js +5 -5
  180. package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
  181. package/dist/components/gb-wysiwyg-tooltip.js +2 -2
  182. package/dist/components/{p-eba9acdd.js → p-0eeb4332.js} +3 -3
  183. package/dist/components/{p-eba9acdd.js.map → p-0eeb4332.js.map} +1 -1
  184. package/dist/components/{p-ef553424.js → p-0ff3490a.js} +5 -5
  185. package/dist/components/{p-ef553424.js.map → p-0ff3490a.js.map} +1 -1
  186. package/dist/components/{p-963e7320.js → p-136c3d93.js} +3 -3
  187. package/dist/components/{p-963e7320.js.map → p-136c3d93.js.map} +1 -1
  188. package/dist/components/{p-97119701.js → p-1384dc6b.js} +2 -2
  189. package/dist/components/{p-97119701.js.map → p-1384dc6b.js.map} +1 -1
  190. package/dist/components/{p-0a49c6d1.js → p-1642dc4d.js} +2 -2
  191. package/dist/components/{p-0a49c6d1.js.map → p-1642dc4d.js.map} +1 -1
  192. package/dist/components/{p-126bde4a.js → p-186bc975.js} +2 -2
  193. package/dist/components/{p-126bde4a.js.map → p-186bc975.js.map} +1 -1
  194. package/dist/components/{p-b0e59a21.js → p-21d933a4.js} +3 -3
  195. package/dist/components/{p-b0e59a21.js.map → p-21d933a4.js.map} +1 -1
  196. package/dist/components/{p-e3eb2ce3.js → p-281c83b1.js} +3 -3
  197. package/dist/components/{p-e3eb2ce3.js.map → p-281c83b1.js.map} +1 -1
  198. package/dist/components/{p-be3e7579.js → p-2cf657f3.js} +7 -7
  199. package/dist/components/{p-be3e7579.js.map → p-2cf657f3.js.map} +1 -1
  200. package/dist/components/{p-aba635ba.js → p-437eb4d4.js} +2 -2
  201. package/dist/components/{p-aba635ba.js.map → p-437eb4d4.js.map} +1 -1
  202. package/dist/components/p-47052b60.js.map +1 -1
  203. package/dist/components/{p-e6d5a0f2.js → p-4b0e7e7a.js} +2 -2
  204. package/dist/components/{p-e6d5a0f2.js.map → p-4b0e7e7a.js.map} +1 -1
  205. package/dist/components/{p-0aa729d9.js → p-4d25fbc8.js} +6 -6
  206. package/dist/components/{p-0aa729d9.js.map → p-4d25fbc8.js.map} +1 -1
  207. package/dist/components/{p-daba4b90.js → p-5521d53f.js} +2 -2
  208. package/dist/components/{p-daba4b90.js.map → p-5521d53f.js.map} +1 -1
  209. package/dist/components/{p-d37a2068.js → p-556f59af.js} +2 -2
  210. package/dist/components/{p-d37a2068.js.map → p-556f59af.js.map} +1 -1
  211. package/dist/components/{p-5d09af2f.js → p-5643ff3d.js} +7 -7
  212. package/dist/components/{p-5d09af2f.js.map → p-5643ff3d.js.map} +1 -1
  213. package/dist/components/{p-700a6e03.js → p-5cd7f95c.js} +15 -15
  214. package/dist/components/{p-700a6e03.js.map → p-5cd7f95c.js.map} +1 -1
  215. package/dist/components/{p-d1324ad4.js → p-5d4c3d77.js} +5 -5
  216. package/dist/components/{p-d1324ad4.js.map → p-5d4c3d77.js.map} +1 -1
  217. package/dist/components/{p-71208c57.js → p-80af422b.js} +2 -2
  218. package/dist/components/{p-71208c57.js.map → p-80af422b.js.map} +1 -1
  219. package/dist/components/p-83d4075d.js +37 -0
  220. package/dist/components/p-83d4075d.js.map +1 -0
  221. package/dist/components/{p-4f69dd6f.js → p-951c9086.js} +2 -2
  222. package/dist/components/{p-4f69dd6f.js.map → p-951c9086.js.map} +1 -1
  223. package/dist/components/{p-ad68442a.js → p-9ba84bcc.js} +2 -2
  224. package/dist/components/{p-ad68442a.js.map → p-9ba84bcc.js.map} +1 -1
  225. package/dist/components/{p-4672b70a.js → p-a1b17f6f.js} +2 -2
  226. package/dist/components/{p-4672b70a.js.map → p-a1b17f6f.js.map} +1 -1
  227. package/dist/components/{p-fa81ca8a.js → p-a2be06b2.js} +2 -2
  228. package/dist/components/{p-fa81ca8a.js.map → p-a2be06b2.js.map} +1 -1
  229. package/dist/components/{p-4e873264.js → p-a3325cf5.js} +2 -2
  230. package/dist/components/{p-4e873264.js.map → p-a3325cf5.js.map} +1 -1
  231. package/dist/components/{p-ac243694.js → p-ac35bd30.js} +23 -23
  232. package/dist/components/{p-ac243694.js.map → p-ac35bd30.js.map} +1 -1
  233. package/dist/components/{p-9c37c0a3.js → p-b1e7d221.js} +5 -5
  234. package/dist/components/{p-9c37c0a3.js.map → p-b1e7d221.js.map} +1 -1
  235. package/dist/components/{p-991163a1.js → p-b3589e6f.js} +3 -3
  236. package/dist/components/{p-991163a1.js.map → p-b3589e6f.js.map} +1 -1
  237. package/dist/components/{p-fdf0e98f.js → p-b8fa0815.js} +2 -2
  238. package/dist/components/{p-fdf0e98f.js.map → p-b8fa0815.js.map} +1 -1
  239. package/dist/components/{p-6dbd44aa.js → p-ba77a6ba.js} +2 -2
  240. package/dist/components/{p-6dbd44aa.js.map → p-ba77a6ba.js.map} +1 -1
  241. package/dist/components/{p-9b52ef36.js → p-bdc9aca1.js} +3 -3
  242. package/dist/components/{p-9b52ef36.js.map → p-bdc9aca1.js.map} +1 -1
  243. package/dist/components/{p-a2433136.js → p-cefe6782.js} +2 -2
  244. package/dist/components/{p-a2433136.js.map → p-cefe6782.js.map} +1 -1
  245. package/dist/components/{p-0e201b7b.js → p-d19b9484.js} +21 -18
  246. package/dist/components/p-d19b9484.js.map +1 -0
  247. package/dist/components/{p-19870f69.js → p-d750a266.js} +3 -3
  248. package/dist/components/{p-19870f69.js.map → p-d750a266.js.map} +1 -1
  249. package/dist/components/{p-a93aea3f.js → p-d840d166.js} +2 -2
  250. package/dist/components/{p-a93aea3f.js.map → p-d840d166.js.map} +1 -1
  251. package/dist/components/{p-59a3b84b.js → p-f25cd4ce.js} +10 -4
  252. package/dist/components/p-f25cd4ce.js.map +1 -0
  253. package/dist/components/test-input-tag.js +9 -9
  254. package/dist/docs.json +1772 -1265
  255. package/dist/esm/{gb-action-panel_8.entry.js → gb-action-panel_9.entry.js} +84 -10
  256. package/dist/esm/gb-action-panel_9.entry.js.map +1 -0
  257. package/dist/esm/gb-avatar_3.entry.js +1 -1
  258. package/dist/esm/gb-badge_2.entry.js +18 -15
  259. package/dist/esm/gb-badge_2.entry.js.map +1 -1
  260. package/dist/esm/gb-collapse-button_4.entry.js +1 -1
  261. package/dist/esm/gb-detail-cell.entry.js +2 -1
  262. package/dist/esm/gb-detail-cell.entry.js.map +1 -1
  263. package/dist/esm/gb-file-type-icon_2.entry.js +2 -2
  264. package/dist/esm/gb-file-upload-item-base.entry.js +1 -1
  265. package/dist/esm/gb-file-upload.entry.js +12 -12
  266. package/dist/esm/gb-header-icon.entry.js +4 -4
  267. package/dist/esm/gb-header.entry.js +1 -1
  268. package/dist/esm/gb-help-dropdown.entry.js +1 -1
  269. package/dist/esm/gb-help-tooltip_3.entry.js +14 -14
  270. package/dist/esm/gb-horizontal-tabs.entry.js +1 -1
  271. package/dist/esm/gb-input-dropdown-menu-item_5.entry.js +6 -6
  272. package/dist/esm/gb-input-dropdown_3.entry.js +5 -5
  273. package/dist/esm/gb-mega-input-field-base.entry.js +2 -2
  274. package/dist/esm/gb-notification-content.entry.js +1 -1
  275. package/dist/esm/gb-notification-pane.entry.js +3 -3
  276. package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
  277. package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
  278. package/dist/esm/gb-pagination.entry.js +1 -1
  279. package/dist/esm/gb-progress-circle.entry.js +1 -1
  280. package/dist/esm/gb-scrollbar.entry.js +1 -1
  281. package/dist/esm/gb-sidebar.entry.js +1 -1
  282. package/dist/esm/gb-slider-control-handle.entry.js +1 -1
  283. package/dist/esm/gb-slider.entry.js +1 -1
  284. package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js +1 -1
  285. package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js +48 -0
  286. package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js.map +1 -0
  287. package/dist/esm/gb-tab-button-base.entry.js +3 -3
  288. package/dist/esm/gb-table-cell.entry.js +1 -1
  289. package/dist/esm/gb-textarea-input-field.entry.js +4 -4
  290. package/dist/esm/gb-toast-button.entry.js +1 -1
  291. package/dist/esm/gb-toast.entry.js +1 -1
  292. package/dist/esm/gb-toggle-base.entry.js +2 -2
  293. package/dist/esm/gb-toggle.entry.js +1 -1
  294. package/dist/esm/gb-token-field-compact.entry.js +1 -1
  295. package/dist/esm/gb-token-field-compressed.entry.js +2 -2
  296. package/dist/esm/gb-tooltip.entry.js +1 -1
  297. package/dist/esm/gb-vertical-tabs.entry.js +1 -1
  298. package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
  299. package/dist/esm/gb-wysiwyg-tooltip.entry.js +1 -1
  300. package/dist/esm/globuscomponents.js +1 -1
  301. package/dist/esm/loader.js +1 -1
  302. package/dist/esm/reusableModels-8496e911.js.map +1 -1
  303. package/dist/esm/test-input-tag.entry.js +2 -2
  304. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  305. package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
  306. package/dist/globuscomponents/{p-92eebcdd.entry.js → p-07c11b6a.entry.js} +2 -2
  307. package/dist/globuscomponents/{p-39b50763.entry.js → p-0b536f25.entry.js} +2 -2
  308. package/dist/globuscomponents/{p-b78c6a38.entry.js → p-152ad6f4.entry.js} +2 -2
  309. package/dist/globuscomponents/p-32d72fe9.entry.js +2 -0
  310. package/dist/globuscomponents/p-32d72fe9.entry.js.map +1 -0
  311. package/dist/globuscomponents/{p-b379f4f7.entry.js → p-3cdcd6f7.entry.js} +2 -2
  312. package/dist/globuscomponents/p-3cdcd6f7.entry.js.map +1 -0
  313. package/dist/globuscomponents/{p-0e7af6e9.entry.js → p-3d86b3e3.entry.js} +2 -2
  314. package/dist/globuscomponents/p-47052b60.js.map +1 -1
  315. package/dist/globuscomponents/{p-5e36cc76.entry.js → p-4ce82d5c.entry.js} +2 -2
  316. package/dist/globuscomponents/{p-63294eef.entry.js → p-506ccb80.entry.js} +2 -2
  317. package/dist/globuscomponents/{p-8b13c17a.entry.js → p-509fd1ee.entry.js} +2 -2
  318. package/dist/globuscomponents/{p-f846efc2.entry.js → p-55f3e761.entry.js} +2 -2
  319. package/dist/globuscomponents/{p-d1d8a272.entry.js → p-5654c727.entry.js} +2 -2
  320. package/dist/globuscomponents/p-5654c727.entry.js.map +1 -0
  321. package/dist/globuscomponents/{p-4b744b46.entry.js → p-61e0c21b.entry.js} +2 -2
  322. package/dist/globuscomponents/p-6dfc78d1.entry.js +2 -0
  323. package/dist/globuscomponents/{p-890b0211.entry.js → p-7849b0f5.entry.js} +2 -2
  324. package/dist/globuscomponents/{p-10540ede.entry.js → p-79396a23.entry.js} +2 -2
  325. package/dist/globuscomponents/{p-ab927143.entry.js → p-7ce874e1.entry.js} +2 -2
  326. package/dist/globuscomponents/{p-3ea94077.entry.js → p-7f2a082e.entry.js} +2 -2
  327. package/dist/globuscomponents/p-7f2a082e.entry.js.map +1 -0
  328. package/dist/globuscomponents/{p-2ea9204d.entry.js → p-8046d145.entry.js} +2 -2
  329. package/dist/globuscomponents/p-83b49c74.entry.js +2 -0
  330. package/dist/globuscomponents/p-85c5f7c3.entry.js +2 -0
  331. package/dist/globuscomponents/{p-3756c709.entry.js → p-88449509.entry.js} +2 -2
  332. package/dist/globuscomponents/{p-ade85332.entry.js → p-8d13cbe1.entry.js} +2 -2
  333. package/dist/globuscomponents/{p-73b386b6.entry.js → p-928d44b7.entry.js} +2 -2
  334. package/dist/globuscomponents/{p-9cfe1808.entry.js → p-97b0d77a.entry.js} +2 -2
  335. package/dist/globuscomponents/{p-422c4b81.entry.js → p-a8fea797.entry.js} +2 -2
  336. package/dist/globuscomponents/{p-0c0b23be.entry.js → p-a9d9a288.entry.js} +2 -2
  337. package/dist/globuscomponents/{p-52046c5b.entry.js → p-ac68b58a.entry.js} +2 -2
  338. package/dist/globuscomponents/{p-803afe75.entry.js → p-c6531f74.entry.js} +2 -2
  339. package/dist/globuscomponents/{p-24ae12b3.entry.js → p-c853adb0.entry.js} +2 -2
  340. package/dist/globuscomponents/{p-b242feb2.entry.js → p-cf861309.entry.js} +2 -2
  341. package/dist/globuscomponents/{p-be847103.entry.js → p-d308f84e.entry.js} +2 -2
  342. package/dist/globuscomponents/{p-09d69caf.entry.js → p-d3ea6323.entry.js} +2 -2
  343. package/dist/globuscomponents/{p-ef4c9eae.entry.js → p-db2d2afe.entry.js} +2 -2
  344. package/dist/globuscomponents/{p-014e330f.entry.js → p-dcded88b.entry.js} +2 -2
  345. package/dist/globuscomponents/{p-09ff54af.entry.js → p-dea3acae.entry.js} +2 -2
  346. package/dist/globuscomponents/{p-bfd4487b.entry.js → p-dea50d71.entry.js} +2 -2
  347. package/dist/globuscomponents/{p-63922309.entry.js → p-e17a96e5.entry.js} +2 -2
  348. package/dist/globuscomponents/{p-c1f02f05.entry.js → p-e28effc4.entry.js} +2 -2
  349. package/dist/globuscomponents/{p-4374fa66.entry.js → p-e2e296c1.entry.js} +2 -2
  350. package/dist/globuscomponents/{p-1b3f51cf.entry.js → p-e4ef70ff.entry.js} +2 -2
  351. package/dist/globuscomponents/{p-4b8091b7.entry.js → p-ee7363b2.entry.js} +2 -2
  352. package/dist/globuscomponents/{p-113a4925.entry.js → p-fac82959.entry.js} +2 -2
  353. package/dist/types/components/gb-badge/gb-badge.d.ts +2 -2
  354. package/dist/types/components/gb-detail-cell/gb-detail-cell.d.ts +2 -1
  355. package/dist/types/components/gb-featured-icon/gb-featured-icon.d.ts +5 -0
  356. package/dist/types/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.d.ts +41 -0
  357. package/dist/types/components.d.ts +108 -59
  358. package/dist/types/models/reusableModels.d.ts +1 -0
  359. package/package.json +1 -1
  360. package/dist/cjs/gb-action-panel_8.cjs.entry.js.map +0 -1
  361. package/dist/cjs/gb-progress-steps.cjs.entry.js +0 -43
  362. package/dist/cjs/gb-progress-steps.cjs.entry.js.map +0 -1
  363. package/dist/collection/components/gb-stepper/gb-progress-steps.js.map +0 -1
  364. package/dist/components/gb-progress-steps.js +0 -86
  365. package/dist/components/gb-progress-steps.js.map +0 -1
  366. package/dist/components/p-0e201b7b.js.map +0 -1
  367. package/dist/components/p-59a3b84b.js.map +0 -1
  368. package/dist/esm/gb-action-panel_8.entry.js.map +0 -1
  369. package/dist/esm/gb-progress-steps.entry.js +0 -39
  370. package/dist/esm/gb-progress-steps.entry.js.map +0 -1
  371. package/dist/globuscomponents/p-2ed5ef00.entry.js +0 -2
  372. package/dist/globuscomponents/p-2ed5ef00.entry.js.map +0 -1
  373. package/dist/globuscomponents/p-3ea94077.entry.js.map +0 -1
  374. package/dist/globuscomponents/p-661738fa.entry.js +0 -2
  375. package/dist/globuscomponents/p-9b9b636c.entry.js +0 -2
  376. package/dist/globuscomponents/p-b379f4f7.entry.js.map +0 -1
  377. package/dist/globuscomponents/p-d1d8a272.entry.js.map +0 -1
  378. package/dist/globuscomponents/p-eb230891.entry.js +0 -2
  379. package/dist/types/components/gb-stepper/gb-progress-steps.d.ts +0 -25
  380. /package/dist/collection/components/{gb-stepper/gb-progress-steps.css → gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.css} +0 -0
  381. /package/dist/globuscomponents/{p-92eebcdd.entry.js.map → p-07c11b6a.entry.js.map} +0 -0
  382. /package/dist/globuscomponents/{p-39b50763.entry.js.map → p-0b536f25.entry.js.map} +0 -0
  383. /package/dist/globuscomponents/{p-b78c6a38.entry.js.map → p-152ad6f4.entry.js.map} +0 -0
  384. /package/dist/globuscomponents/{p-0e7af6e9.entry.js.map → p-3d86b3e3.entry.js.map} +0 -0
  385. /package/dist/globuscomponents/{p-5e36cc76.entry.js.map → p-4ce82d5c.entry.js.map} +0 -0
  386. /package/dist/globuscomponents/{p-63294eef.entry.js.map → p-506ccb80.entry.js.map} +0 -0
  387. /package/dist/globuscomponents/{p-8b13c17a.entry.js.map → p-509fd1ee.entry.js.map} +0 -0
  388. /package/dist/globuscomponents/{p-f846efc2.entry.js.map → p-55f3e761.entry.js.map} +0 -0
  389. /package/dist/globuscomponents/{p-4b744b46.entry.js.map → p-61e0c21b.entry.js.map} +0 -0
  390. /package/dist/globuscomponents/{p-eb230891.entry.js.map → p-6dfc78d1.entry.js.map} +0 -0
  391. /package/dist/globuscomponents/{p-890b0211.entry.js.map → p-7849b0f5.entry.js.map} +0 -0
  392. /package/dist/globuscomponents/{p-10540ede.entry.js.map → p-79396a23.entry.js.map} +0 -0
  393. /package/dist/globuscomponents/{p-ab927143.entry.js.map → p-7ce874e1.entry.js.map} +0 -0
  394. /package/dist/globuscomponents/{p-2ea9204d.entry.js.map → p-8046d145.entry.js.map} +0 -0
  395. /package/dist/globuscomponents/{p-9b9b636c.entry.js.map → p-83b49c74.entry.js.map} +0 -0
  396. /package/dist/globuscomponents/{p-661738fa.entry.js.map → p-85c5f7c3.entry.js.map} +0 -0
  397. /package/dist/globuscomponents/{p-3756c709.entry.js.map → p-88449509.entry.js.map} +0 -0
  398. /package/dist/globuscomponents/{p-ade85332.entry.js.map → p-8d13cbe1.entry.js.map} +0 -0
  399. /package/dist/globuscomponents/{p-73b386b6.entry.js.map → p-928d44b7.entry.js.map} +0 -0
  400. /package/dist/globuscomponents/{p-9cfe1808.entry.js.map → p-97b0d77a.entry.js.map} +0 -0
  401. /package/dist/globuscomponents/{p-422c4b81.entry.js.map → p-a8fea797.entry.js.map} +0 -0
  402. /package/dist/globuscomponents/{p-0c0b23be.entry.js.map → p-a9d9a288.entry.js.map} +0 -0
  403. /package/dist/globuscomponents/{p-52046c5b.entry.js.map → p-ac68b58a.entry.js.map} +0 -0
  404. /package/dist/globuscomponents/{p-803afe75.entry.js.map → p-c6531f74.entry.js.map} +0 -0
  405. /package/dist/globuscomponents/{p-24ae12b3.entry.js.map → p-c853adb0.entry.js.map} +0 -0
  406. /package/dist/globuscomponents/{p-b242feb2.entry.js.map → p-cf861309.entry.js.map} +0 -0
  407. /package/dist/globuscomponents/{p-be847103.entry.js.map → p-d308f84e.entry.js.map} +0 -0
  408. /package/dist/globuscomponents/{p-09d69caf.entry.js.map → p-d3ea6323.entry.js.map} +0 -0
  409. /package/dist/globuscomponents/{p-ef4c9eae.entry.js.map → p-db2d2afe.entry.js.map} +0 -0
  410. /package/dist/globuscomponents/{p-014e330f.entry.js.map → p-dcded88b.entry.js.map} +0 -0
  411. /package/dist/globuscomponents/{p-09ff54af.entry.js.map → p-dea3acae.entry.js.map} +0 -0
  412. /package/dist/globuscomponents/{p-bfd4487b.entry.js.map → p-dea50d71.entry.js.map} +0 -0
  413. /package/dist/globuscomponents/{p-63922309.entry.js.map → p-e17a96e5.entry.js.map} +0 -0
  414. /package/dist/globuscomponents/{p-c1f02f05.entry.js.map → p-e28effc4.entry.js.map} +0 -0
  415. /package/dist/globuscomponents/{p-4374fa66.entry.js.map → p-e2e296c1.entry.js.map} +0 -0
  416. /package/dist/globuscomponents/{p-1b3f51cf.entry.js.map → p-e4ef70ff.entry.js.map} +0 -0
  417. /package/dist/globuscomponents/{p-4b8091b7.entry.js.map → p-ee7363b2.entry.js.map} +0 -0
  418. /package/dist/globuscomponents/{p-113a4925.entry.js.map → p-fac82959.entry.js.map} +0 -0
@@ -1,13 +1,15 @@
1
1
  import { h, Fragment } from "@stencil/core";
2
- export class GbProgressSteps {
2
+ export class GbstepperVerticalIconsWithText {
3
3
  constructor() {
4
4
  this.size = undefined;
5
- this.breakpoint = undefined;
6
- this.thirdStep = false;
7
- this.fourthStep = false;
8
- this.fifthStep = false;
9
- this.sixthStep = false;
10
- this.seventhStep = false;
5
+ this.connector = false;
6
+ this.type = undefined;
7
+ this.showSecondStep = false;
8
+ this.showThirdStep = false;
9
+ this.showFourthStep = false;
10
+ this.showFifthStep = false;
11
+ this.showSixthStep = false;
12
+ this.showSeventhStep = false;
11
13
  this.firstStepState = undefined;
12
14
  this.secondStepState = undefined;
13
15
  this.thirdStepState = undefined;
@@ -22,20 +24,87 @@ export class GbProgressSteps {
22
24
  this.fifthStepStatus = undefined;
23
25
  this.sixthStepStatus = undefined;
24
26
  this.seventhStepStatus = undefined;
27
+ this.firstStepLabel = '';
28
+ this.secondStepLabel = '';
29
+ this.thirdStepLabel = '';
30
+ this.fourthStepLabel = '';
31
+ this.fifthStepLabel = '';
32
+ this.sixthStepLabel = '';
33
+ this.seventhStepLabel = '';
34
+ this.firstStepSupportingText = '';
35
+ this.secondStepSupportingText = '';
36
+ this.thirdStepSupportingText = '';
37
+ this.fourthStepSupportingText = '';
38
+ this.fifthStepSupportingText = '';
39
+ this.sixthStepSupportingText = '';
40
+ this.seventhStepSupportingText = '';
25
41
  }
26
42
  render() {
27
- return (h(Fragment, null, h("div", { key: '1e64e673da23bc9daa8b6f176bd291ec343483da', class: "text_with_line" }, h("gb-step-base", { key: '63d1d36d4babf61da5594a90d790ade14bd0df7d', size: this.size, type: "text_line", state: this.firstStepState, status: this.firstStepStatus }), h("gb-step-base", { key: '81c5c8979a368501b2a6c173f2135942b00d3dcc', size: this.size, type: "text_line", state: this.secondStepState, status: this.secondStepStatus }), this.thirdStep && h("gb-step-base", { key: '3da911e4609d9a3241d5764c2af8dc22adf58453', size: this.size, type: "text_line", state: this.thirdStepState, status: this.thirdStepStatus }), this.fourthStep && h("gb-step-base", { key: '8671b3f5709c2c69807c18509002d6c486dfeafe', size: this.size, type: "text_line", state: this.fourthStepState, status: this.fourthStepStatus }), this.fifthStep && h("gb-step-base", { key: '3b01676749bff5801f6e89da8467b82dc9d08dfa', size: this.size, type: "text_line", state: this.fifthStepState, status: this.fifthStepStatus }), this.sixthStep && h("gb-step-base", { key: 'b4ccc8b3af0aea902597e6675773410b91e6a50b', size: this.size, type: "text_line", state: this.sixthStepState, status: this.sixthStepStatus }), this.seventhStep && h("gb-step-base", { key: '802423c6a2c8e294e8f78b50537b28fbf457c230', size: this.size, type: "text_line", state: this.seventhStepState, status: this.seventhStepStatus }))));
43
+ const steps = [
44
+ {
45
+ state: this.firstStepState,
46
+ status: this.firstStepStatus,
47
+ label: this.firstStepLabel,
48
+ supportingText: this.firstStepSupportingText,
49
+ show: true, // Always show the first step
50
+ },
51
+ {
52
+ state: this.secondStepState,
53
+ status: this.secondStepStatus,
54
+ label: this.secondStepLabel,
55
+ supportingText: this.secondStepSupportingText,
56
+ show: this.showSecondStep,
57
+ },
58
+ {
59
+ state: this.thirdStepState,
60
+ status: this.thirdStepStatus,
61
+ label: this.thirdStepLabel,
62
+ supportingText: this.thirdStepSupportingText,
63
+ show: this.showThirdStep,
64
+ },
65
+ {
66
+ state: this.fourthStepState,
67
+ status: this.fourthStepStatus,
68
+ label: this.fourthStepLabel,
69
+ supportingText: this.fourthStepSupportingText,
70
+ show: this.showFourthStep,
71
+ },
72
+ {
73
+ state: this.fifthStepState,
74
+ status: this.fifthStepStatus,
75
+ label: this.fifthStepLabel,
76
+ supportingText: this.fifthStepSupportingText,
77
+ show: this.showFifthStep,
78
+ },
79
+ {
80
+ state: this.sixthStepState,
81
+ status: this.sixthStepStatus,
82
+ label: this.sixthStepLabel,
83
+ supportingText: this.sixthStepSupportingText,
84
+ show: this.showSixthStep,
85
+ },
86
+ {
87
+ state: this.seventhStepState,
88
+ status: this.seventhStepStatus,
89
+ label: this.seventhStepLabel,
90
+ supportingText: this.seventhStepSupportingText,
91
+ show: this.showSeventhStep,
92
+ },
93
+ ];
94
+ // Filter out steps that should be displayed
95
+ const visibleSteps = steps.filter(step => step.show);
96
+ return (h("div", { key: 'f90f9b97ae2bcce68b2936f3615b8a31d812d34f', class: "vertical_stepper_div" }, this.type === 'icon' && (h(Fragment, null, visibleSteps.map((step, index) => (h("gb-step-base", { size: this.size, type: "icon_left", state: step.state, status: step.status, connector: index === visibleSteps.length - 1 ? false : this.connector, label: step.label, "supporting-text": step.supportingText })))))));
28
97
  }
29
- static get is() { return "gb-progress-steps"; }
98
+ static get is() { return "gb-stepper-vertical-icons-with-text"; }
30
99
  static get encapsulation() { return "shadow"; }
31
100
  static get originalStyleUrls() {
32
101
  return {
33
- "$": ["gb-progress-steps.css"]
102
+ "$": ["gb-stepper-vertical-icons-with-text.css"]
34
103
  };
35
104
  }
36
105
  static get styleUrls() {
37
106
  return {
38
- "$": ["gb-progress-steps.css"]
107
+ "$": ["gb-stepper-vertical-icons-with-text.css"]
39
108
  };
40
109
  }
41
110
  static get properties() {
@@ -63,19 +132,31 @@ export class GbProgressSteps {
63
132
  "attribute": "size",
64
133
  "reflect": false
65
134
  },
66
- "breakpoint": {
135
+ "connector": {
136
+ "type": "boolean",
137
+ "mutable": false,
138
+ "complexType": {
139
+ "original": "boolean",
140
+ "resolved": "boolean",
141
+ "references": {}
142
+ },
143
+ "required": false,
144
+ "optional": false,
145
+ "docs": {
146
+ "tags": [],
147
+ "text": ""
148
+ },
149
+ "attribute": "connector",
150
+ "reflect": false,
151
+ "defaultValue": "false"
152
+ },
153
+ "type": {
67
154
  "type": "string",
68
155
  "mutable": false,
69
156
  "complexType": {
70
- "original": "BreakPoints",
71
- "resolved": "\"desktop\" | \"mobile\"",
72
- "references": {
73
- "BreakPoints": {
74
- "location": "import",
75
- "path": "../../models/reusableModels",
76
- "id": "src/models/reusableModels.ts::BreakPoints"
77
- }
78
- }
157
+ "original": "'icon' | 'featured_icon'",
158
+ "resolved": "\"featured_icon\" | \"icon\"",
159
+ "references": {}
79
160
  },
80
161
  "required": false,
81
162
  "optional": false,
@@ -83,10 +164,10 @@ export class GbProgressSteps {
83
164
  "tags": [],
84
165
  "text": ""
85
166
  },
86
- "attribute": "breakpoint",
167
+ "attribute": "type",
87
168
  "reflect": false
88
169
  },
89
- "thirdStep": {
170
+ "showSecondStep": {
90
171
  "type": "boolean",
91
172
  "mutable": false,
92
173
  "complexType": {
@@ -100,11 +181,11 @@ export class GbProgressSteps {
100
181
  "tags": [],
101
182
  "text": ""
102
183
  },
103
- "attribute": "third-step",
184
+ "attribute": "show-second-step",
104
185
  "reflect": false,
105
186
  "defaultValue": "false"
106
187
  },
107
- "fourthStep": {
188
+ "showThirdStep": {
108
189
  "type": "boolean",
109
190
  "mutable": false,
110
191
  "complexType": {
@@ -118,11 +199,11 @@ export class GbProgressSteps {
118
199
  "tags": [],
119
200
  "text": ""
120
201
  },
121
- "attribute": "fourth-step",
202
+ "attribute": "show-third-step",
122
203
  "reflect": false,
123
204
  "defaultValue": "false"
124
205
  },
125
- "fifthStep": {
206
+ "showFourthStep": {
126
207
  "type": "boolean",
127
208
  "mutable": false,
128
209
  "complexType": {
@@ -136,11 +217,11 @@ export class GbProgressSteps {
136
217
  "tags": [],
137
218
  "text": ""
138
219
  },
139
- "attribute": "fifth-step",
220
+ "attribute": "show-fourth-step",
140
221
  "reflect": false,
141
222
  "defaultValue": "false"
142
223
  },
143
- "sixthStep": {
224
+ "showFifthStep": {
144
225
  "type": "boolean",
145
226
  "mutable": false,
146
227
  "complexType": {
@@ -154,11 +235,11 @@ export class GbProgressSteps {
154
235
  "tags": [],
155
236
  "text": ""
156
237
  },
157
- "attribute": "sixth-step",
238
+ "attribute": "show-fifth-step",
158
239
  "reflect": false,
159
240
  "defaultValue": "false"
160
241
  },
161
- "seventhStep": {
242
+ "showSixthStep": {
162
243
  "type": "boolean",
163
244
  "mutable": false,
164
245
  "complexType": {
@@ -172,7 +253,25 @@ export class GbProgressSteps {
172
253
  "tags": [],
173
254
  "text": ""
174
255
  },
175
- "attribute": "seventh-step",
256
+ "attribute": "show-sixth-step",
257
+ "reflect": false,
258
+ "defaultValue": "false"
259
+ },
260
+ "showSeventhStep": {
261
+ "type": "boolean",
262
+ "mutable": false,
263
+ "complexType": {
264
+ "original": "boolean",
265
+ "resolved": "boolean",
266
+ "references": {}
267
+ },
268
+ "required": false,
269
+ "optional": false,
270
+ "docs": {
271
+ "tags": [],
272
+ "text": ""
273
+ },
274
+ "attribute": "show-seventh-step",
176
275
  "reflect": false,
177
276
  "defaultValue": "false"
178
277
  },
@@ -497,8 +596,260 @@ export class GbProgressSteps {
497
596
  },
498
597
  "attribute": "seventh-step-status",
499
598
  "reflect": false
599
+ },
600
+ "firstStepLabel": {
601
+ "type": "string",
602
+ "mutable": false,
603
+ "complexType": {
604
+ "original": "string",
605
+ "resolved": "string",
606
+ "references": {}
607
+ },
608
+ "required": false,
609
+ "optional": false,
610
+ "docs": {
611
+ "tags": [],
612
+ "text": ""
613
+ },
614
+ "attribute": "first-step-label",
615
+ "reflect": false,
616
+ "defaultValue": "''"
617
+ },
618
+ "secondStepLabel": {
619
+ "type": "string",
620
+ "mutable": false,
621
+ "complexType": {
622
+ "original": "string",
623
+ "resolved": "string",
624
+ "references": {}
625
+ },
626
+ "required": false,
627
+ "optional": false,
628
+ "docs": {
629
+ "tags": [],
630
+ "text": ""
631
+ },
632
+ "attribute": "second-step-label",
633
+ "reflect": false,
634
+ "defaultValue": "''"
635
+ },
636
+ "thirdStepLabel": {
637
+ "type": "string",
638
+ "mutable": false,
639
+ "complexType": {
640
+ "original": "string",
641
+ "resolved": "string",
642
+ "references": {}
643
+ },
644
+ "required": false,
645
+ "optional": false,
646
+ "docs": {
647
+ "tags": [],
648
+ "text": ""
649
+ },
650
+ "attribute": "third-step-label",
651
+ "reflect": false,
652
+ "defaultValue": "''"
653
+ },
654
+ "fourthStepLabel": {
655
+ "type": "string",
656
+ "mutable": false,
657
+ "complexType": {
658
+ "original": "string",
659
+ "resolved": "string",
660
+ "references": {}
661
+ },
662
+ "required": false,
663
+ "optional": false,
664
+ "docs": {
665
+ "tags": [],
666
+ "text": ""
667
+ },
668
+ "attribute": "fourth-step-label",
669
+ "reflect": false,
670
+ "defaultValue": "''"
671
+ },
672
+ "fifthStepLabel": {
673
+ "type": "string",
674
+ "mutable": false,
675
+ "complexType": {
676
+ "original": "string",
677
+ "resolved": "string",
678
+ "references": {}
679
+ },
680
+ "required": false,
681
+ "optional": false,
682
+ "docs": {
683
+ "tags": [],
684
+ "text": ""
685
+ },
686
+ "attribute": "fifth-step-label",
687
+ "reflect": false,
688
+ "defaultValue": "''"
689
+ },
690
+ "sixthStepLabel": {
691
+ "type": "string",
692
+ "mutable": false,
693
+ "complexType": {
694
+ "original": "string",
695
+ "resolved": "string",
696
+ "references": {}
697
+ },
698
+ "required": false,
699
+ "optional": false,
700
+ "docs": {
701
+ "tags": [],
702
+ "text": ""
703
+ },
704
+ "attribute": "sixth-step-label",
705
+ "reflect": false,
706
+ "defaultValue": "''"
707
+ },
708
+ "seventhStepLabel": {
709
+ "type": "string",
710
+ "mutable": false,
711
+ "complexType": {
712
+ "original": "string",
713
+ "resolved": "string",
714
+ "references": {}
715
+ },
716
+ "required": false,
717
+ "optional": false,
718
+ "docs": {
719
+ "tags": [],
720
+ "text": ""
721
+ },
722
+ "attribute": "seventh-step-label",
723
+ "reflect": false,
724
+ "defaultValue": "''"
725
+ },
726
+ "firstStepSupportingText": {
727
+ "type": "string",
728
+ "mutable": false,
729
+ "complexType": {
730
+ "original": "string",
731
+ "resolved": "string",
732
+ "references": {}
733
+ },
734
+ "required": false,
735
+ "optional": false,
736
+ "docs": {
737
+ "tags": [],
738
+ "text": ""
739
+ },
740
+ "attribute": "first-step-supporting-text",
741
+ "reflect": false,
742
+ "defaultValue": "''"
743
+ },
744
+ "secondStepSupportingText": {
745
+ "type": "string",
746
+ "mutable": false,
747
+ "complexType": {
748
+ "original": "string",
749
+ "resolved": "string",
750
+ "references": {}
751
+ },
752
+ "required": false,
753
+ "optional": false,
754
+ "docs": {
755
+ "tags": [],
756
+ "text": ""
757
+ },
758
+ "attribute": "second-step-supporting-text",
759
+ "reflect": false,
760
+ "defaultValue": "''"
761
+ },
762
+ "thirdStepSupportingText": {
763
+ "type": "string",
764
+ "mutable": false,
765
+ "complexType": {
766
+ "original": "string",
767
+ "resolved": "string",
768
+ "references": {}
769
+ },
770
+ "required": false,
771
+ "optional": false,
772
+ "docs": {
773
+ "tags": [],
774
+ "text": ""
775
+ },
776
+ "attribute": "third-step-supporting-text",
777
+ "reflect": false,
778
+ "defaultValue": "''"
779
+ },
780
+ "fourthStepSupportingText": {
781
+ "type": "string",
782
+ "mutable": false,
783
+ "complexType": {
784
+ "original": "string",
785
+ "resolved": "string",
786
+ "references": {}
787
+ },
788
+ "required": false,
789
+ "optional": false,
790
+ "docs": {
791
+ "tags": [],
792
+ "text": ""
793
+ },
794
+ "attribute": "fourth-step-supporting-text",
795
+ "reflect": false,
796
+ "defaultValue": "''"
797
+ },
798
+ "fifthStepSupportingText": {
799
+ "type": "string",
800
+ "mutable": false,
801
+ "complexType": {
802
+ "original": "string",
803
+ "resolved": "string",
804
+ "references": {}
805
+ },
806
+ "required": false,
807
+ "optional": false,
808
+ "docs": {
809
+ "tags": [],
810
+ "text": ""
811
+ },
812
+ "attribute": "fifth-step-supporting-text",
813
+ "reflect": false,
814
+ "defaultValue": "''"
815
+ },
816
+ "sixthStepSupportingText": {
817
+ "type": "string",
818
+ "mutable": false,
819
+ "complexType": {
820
+ "original": "string",
821
+ "resolved": "string",
822
+ "references": {}
823
+ },
824
+ "required": false,
825
+ "optional": false,
826
+ "docs": {
827
+ "tags": [],
828
+ "text": ""
829
+ },
830
+ "attribute": "sixth-step-supporting-text",
831
+ "reflect": false,
832
+ "defaultValue": "''"
833
+ },
834
+ "seventhStepSupportingText": {
835
+ "type": "string",
836
+ "mutable": false,
837
+ "complexType": {
838
+ "original": "string",
839
+ "resolved": "string",
840
+ "references": {}
841
+ },
842
+ "required": false,
843
+ "optional": false,
844
+ "docs": {
845
+ "tags": [],
846
+ "text": ""
847
+ },
848
+ "attribute": "seventh-step-supporting-text",
849
+ "reflect": false,
850
+ "defaultValue": "''"
500
851
  }
501
852
  };
502
853
  }
503
854
  }
504
- //# sourceMappingURL=gb-progress-steps.js.map
855
+ //# sourceMappingURL=gb-stepper-vertical-icons-with-text.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gb-stepper-vertical-icons-with-text.js","sourceRoot":"","sources":["../../../src/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Component, Prop, h, Fragment } from '@stencil/core';\r\nimport { GeneralSizes, ProgressStepStates, ProgressStepStatus } from '../../models/reusableModels';\r\n\r\n@Component({\r\n tag: 'gb-stepper-vertical-icons-with-text',\r\n styleUrl: 'gb-stepper-vertical-icons-with-text.css',\r\n shadow: true,\r\n})\r\nexport class GbstepperVerticalIconsWithText {\r\n @Prop() size: GeneralSizes;\r\n @Prop() connector: boolean = false;\r\n @Prop() type: 'icon' | 'featured_icon';\r\n @Prop() showSecondStep: boolean = false;\r\n @Prop() showThirdStep: boolean = false;\r\n @Prop() showFourthStep: boolean = false;\r\n @Prop() showFifthStep: boolean = false;\r\n @Prop() showSixthStep: boolean = false;\r\n @Prop() showSeventhStep: boolean = false;\r\n @Prop() firstStepState: ProgressStepStates;\r\n @Prop() secondStepState: ProgressStepStates;\r\n @Prop() thirdStepState: ProgressStepStates;\r\n @Prop() fourthStepState: ProgressStepStates;\r\n @Prop() fifthStepState: ProgressStepStates;\r\n @Prop() sixthStepState: ProgressStepStates;\r\n @Prop() seventhStepState: ProgressStepStates;\r\n @Prop() firstStepStatus: ProgressStepStatus;\r\n @Prop() secondStepStatus: ProgressStepStatus;\r\n @Prop() thirdStepStatus: ProgressStepStatus;\r\n @Prop() fourthStepStatus: ProgressStepStatus;\r\n @Prop() fifthStepStatus: ProgressStepStatus;\r\n @Prop() sixthStepStatus: ProgressStepStatus;\r\n @Prop() seventhStepStatus: ProgressStepStatus;\r\n @Prop() firstStepLabel: string = '';\r\n @Prop() secondStepLabel: string = '';\r\n @Prop() thirdStepLabel: string = '';\r\n @Prop() fourthStepLabel: string = '';\r\n @Prop() fifthStepLabel: string = '';\r\n @Prop() sixthStepLabel: string = '';\r\n @Prop() seventhStepLabel: string = '';\r\n @Prop() firstStepSupportingText: string = '';\r\n @Prop() secondStepSupportingText: string = '';\r\n @Prop() thirdStepSupportingText: string = '';\r\n @Prop() fourthStepSupportingText: string = '';\r\n @Prop() fifthStepSupportingText: string = '';\r\n @Prop() sixthStepSupportingText: string = '';\r\n @Prop() seventhStepSupportingText: string = '';\r\n\r\n render() {\r\n const steps = [\r\n {\r\n state: this.firstStepState,\r\n status: this.firstStepStatus,\r\n label: this.firstStepLabel,\r\n supportingText: this.firstStepSupportingText,\r\n show: true, // Always show the first step\r\n },\r\n {\r\n state: this.secondStepState,\r\n status: this.secondStepStatus,\r\n label: this.secondStepLabel,\r\n supportingText: this.secondStepSupportingText,\r\n show: this.showSecondStep,\r\n },\r\n {\r\n state: this.thirdStepState,\r\n status: this.thirdStepStatus,\r\n label: this.thirdStepLabel,\r\n supportingText: this.thirdStepSupportingText,\r\n show: this.showThirdStep,\r\n },\r\n {\r\n state: this.fourthStepState,\r\n status: this.fourthStepStatus,\r\n label: this.fourthStepLabel,\r\n supportingText: this.fourthStepSupportingText,\r\n show: this.showFourthStep,\r\n },\r\n {\r\n state: this.fifthStepState,\r\n status: this.fifthStepStatus,\r\n label: this.fifthStepLabel,\r\n supportingText: this.fifthStepSupportingText,\r\n show: this.showFifthStep,\r\n },\r\n {\r\n state: this.sixthStepState,\r\n status: this.sixthStepStatus,\r\n label: this.sixthStepLabel,\r\n supportingText: this.sixthStepSupportingText,\r\n show: this.showSixthStep,\r\n },\r\n {\r\n state: this.seventhStepState,\r\n status: this.seventhStepStatus,\r\n label: this.seventhStepLabel,\r\n supportingText: this.seventhStepSupportingText,\r\n show: this.showSeventhStep,\r\n },\r\n ];\r\n\r\n // Filter out steps that should be displayed\r\n const visibleSteps = steps.filter(step => step.show);\r\n\r\n return (\r\n <div class=\"vertical_stepper_div\">\r\n {this.type === 'icon' && (\r\n <>\r\n {visibleSteps.map((step, index) => (\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={step.state}\r\n status={step.status}\r\n connector={index === visibleSteps.length - 1 ? false : this.connector}\r\n label={step.label}\r\n supporting-text={step.supportingText}\r\n ></gb-step-base>\r\n ))}\r\n </>\r\n )}\r\n </div>\r\n );\r\n }\r\n}\r\n"]}
@@ -43,17 +43,17 @@ export class GbTabButtonBase {
43
43
  this.tabClicked.emit();
44
44
  }
45
45
  render() {
46
- return (h("div", { key: 'e127f399f311d0f21dbb8b02ac2b811d249ca543', class: `tab_button_div ${this.type}
46
+ return (h("div", { key: '7d65f3d04b2cd8643c863314da3871a317dac943', class: `tab_button_div ${this.type}
47
47
  ${this.current ? 'current' : ''}
48
48
  ${this.fullWidth ? 'full_width' : ''}
49
49
  ${this.size}
50
- ${this.alignment}`, onClick: () => this.handleClick() }, h("p", { key: '06f500a45260e3ced8e4aca34bf88e79a15a2321', class: `${!this.current ? 'tab_text' : ''} ${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (h("gb-badge", { key: '25b74a59c6b09c9daf3f8dcac71c6e4a5cbe1c90', size: "sm", type: "pill_color", color: this.current && this.type === 'button_primary'
50
+ ${this.alignment}`, onClick: () => this.handleClick() }, h("p", { key: '336a4987ff3b6cd4d1b21dcdf9b9d40ab1a4a2fb', class: `${!this.current ? 'tab_text' : ''} ${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (h("gb-badge", { key: 'f8a799d2f7f86c6ce4cca27faadfc1be49b4e5e1', size: "sm", type: "pill_color", color: this.current && this.type === 'button_primary'
51
51
  ? 'information'
52
52
  : this.current && this.type === 'underline'
53
53
  ? 'information'
54
54
  : this.current && this.type === 'line'
55
55
  ? 'information'
56
- : 'gray' }, h("slot", { key: 'fd7a0648f14c0b6ebab8f0598e406cbfb15ff781', name: "count" })))));
56
+ : 'gray' }, h("slot", { key: '67b1f1ea4fae3ff0771250296da68d2e3904a7bd', name: "count" })))));
57
57
  }
58
58
  static get is() { return "gb-tab-button-base"; }
59
59
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ export class GbTableCell {
4
4
  this.type = undefined;
5
5
  }
6
6
  render() {
7
- return (h("div", { key: '9b1f5df52a2bdfe6e91bf72e3351155df4b182d9', class: "table_cell_div" }));
7
+ return (h("div", { key: '56f8bacf3ce4f1b8120ca685cddf296ef93f1ff1', class: "table_cell_div" }));
8
8
  }
9
9
  static get is() { return "gb-table-cell"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -29,7 +29,7 @@ export class GbTag {
29
29
  }
30
30
  render() {
31
31
  const flagSwap = getAssetPath(`${this.flagSwap}`);
32
- return (h("div", { key: 'a08477bc9dd07fbe039980d8ddcc29cc50a00b8a', class: `container ${this.size}` }, h("div", { key: '9baa9887be3558879f16fee1198e157518fa332d', class: `content ${this.size}` }, this.checkbox && h("gb-tag-checkbox", { key: '1f618dfa6f0da46fd7fd2030225a0e95b391865d', size: this.size }), this.icon === 'false' && h(Fragment, null), this.icon === 'country' && (h("div", { key: 'a72ee6542d1ab496e2d35c2bd70cfaa060ca5edd', class: "icon left-icon" }, h("img", { key: 'b2e686b2d9dd63be3afd9c251ee4e8b01f117b8c', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: 'e47f3adb2954f09dfc0d8e855952847b17f2912d', class: "avatar-icon", size: "xxs", "status-icon": "false", text: true, color: "gray" }, h("slot", { key: '95fb7e08a9b82c139b798de2e020028cdc20db98', name: "initials", slot: "initials" }))), this.icon === 'dot' && (h("svg", { key: '0f6628a34432cb71183c32c3e36d65113c0939e6', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: 'dc6d4dc1db801d7cec830f7a1b43bd7d92a662bb', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("div", { key: '1d8ecd062b757203260972485cc76f00ed5181f3', class: "label" }, h("slot", { key: '02080a926e6bd2736ff832078561b929d104b1ad' })), this.action === 'count' && (h("gb-tag-count", { key: 'daa4827cadf25fc46d6ca98d9af7d536f2890eb4', size: this.size }, h("slot", { key: '7e1c8fdfe51b6c235ad06439e59cdd92ee6b713a', slot: "count", name: "count" })))), this.action === 'X_close' && h("gb-tag-close", { key: 'ff8d84a89868c9272b6514c922148c24dcd1f2f0', size: this.size, onClick: () => this.onTagClose() })));
32
+ return (h("div", { key: 'b50d0abdb14ea9832caa6ce0b80b7a300311e049', class: `container ${this.size}` }, h("div", { key: '6474a1062801449e81b4a162d1208d4bbb691458', class: `content ${this.size}` }, this.checkbox && h("gb-tag-checkbox", { key: '7881a36be67e98dcc6b9e21d1c109ed23db6fb66', size: this.size }), this.icon === 'false' && h(Fragment, null), this.icon === 'country' && (h("div", { key: '7bd99a0a77fe8ecd5ffe411210f3a416451dab3c', class: "icon left-icon" }, h("img", { key: '5f195e6588794355b5fa86a7597f50436edaff95', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: '4e0992e5f539317ee76e8ee73ed4a04b4d6ba7ba', class: "avatar-icon", size: "xxs", "status-icon": "false", text: true, color: "gray" }, h("slot", { key: 'edd43175f6bb2451d6f7b584d161cfed2f7d45ed', name: "initials", slot: "initials" }))), this.icon === 'dot' && (h("svg", { key: '88be94f00b56fae1064f1ade9f899912efdde708', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: '786e68877ee6ecc71a06720850de5c4ee2f4ddd5', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("div", { key: 'e23fe91a4556acaeeb0ce461097219b9eb03fcb8', class: "label" }, h("slot", { key: '730515480325db57d2cfbce173a1be86c24cbbfd' })), this.action === 'count' && (h("gb-tag-count", { key: 'ff5e0d66b9f0ba943bb42f1c06b9ce07333cc458', size: this.size }, h("slot", { key: 'c50587865b82dd25bb2646e4afcde8356dc3b44d', slot: "count", name: "count" })))), this.action === 'X_close' && h("gb-tag-close", { key: 'c7f234bff32d9e998d98749eda3af370fae72992', size: this.size, onClick: () => this.onTagClose() })));
33
33
  }
34
34
  static get is() { return "gb-tag"; }
35
35
  static get encapsulation() { return "shadow"; }
@@ -6,7 +6,7 @@ export class GbTagCheckbox {
6
6
  this.disabled = false;
7
7
  }
8
8
  render() {
9
- return (h("label", { key: '31a2737c7e57fb716876ff9e1e46d8913d89c437', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, h("input", { key: '353258dd056318740eab676fbc5a0a026f3e0d8c', type: "checkbox", checked: this.checked, disabled: this.disabled }), h("span", { key: '46733e93669bc09b27dff8d620fbc06878617e66', class: `custom-checkbox ${this.size}` }, h("svg", { key: '94ebafe0e9a3eeffe0285d3f2679bb9b4f09016b', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: 'd7d5a52a8a41ec0ef038ab7508f5fc639e5c2549', d: "M2.5 7.25C2.5 7.25 3.25 7.25 4.25 9C4.25 9 7.02941 4.41667 9.5 3.5", stroke: "white", "stroke-width": "1.71429", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
9
+ return (h("label", { key: '01e36f30f118f147ec71d4373569bdf58f44f517', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, h("input", { key: '90250e41ce92cd9ad147c3e0c9ab4cdff9feb68d', type: "checkbox", checked: this.checked, disabled: this.disabled }), h("span", { key: '27572dc2378a17b01b05ca94052fa4521cb0a25a', class: `custom-checkbox ${this.size}` }, h("svg", { key: '4e833a630ee9f0f119e36c5a9c409507acfd0af0', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: '85c3176c04f5b8aab5815e2580b2d2f52745644a', d: "M2.5 7.25C2.5 7.25 3.25 7.25 4.25 9C4.25 9 7.02941 4.41667 9.5 3.5", stroke: "white", "stroke-width": "1.71429", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
10
10
  }
11
11
  static get is() { return "gb-tag-checkbox"; }
12
12
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ export class GbTagClose {
4
4
  this.size = undefined;
5
5
  }
6
6
  render() {
7
- return (h("div", { key: 'deb939e15b5f42a6639d5f1bb0af397d4bc33acb', class: this.size }, h("svg", { key: '899b3fe4aead28221d71306996895fe3b933beef', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, h("path", { key: '584282ecd67e4acfde590faa3f81461ed81f8fc0', d: "M7.91683 2.08328L2.0835 7.91662M2.0835 2.08328L7.91683 7.91662", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))));
7
+ return (h("div", { key: '82ca2c9f6ae62f00c2f9df3ef72538c5b3a0a140', class: this.size }, h("svg", { key: '4ad8580d55ff338d8c929c6d54f10d585b32f5bc', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, h("path", { key: '9cc3203722fa3ca9f1f32b6b60e1c8dfd191259f', d: "M7.91683 2.08328L2.0835 7.91662M2.0835 2.08328L7.91683 7.91662", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))));
8
8
  }
9
9
  static get is() { return "gb-tag-close"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ export class GbTagCount {
4
4
  this.size = undefined;
5
5
  }
6
6
  render() {
7
- return (h("div", { key: 'f2944ba15989f6081b157606bea88b76f7a93a0d', class: this.size }, h("slot", { key: '49e4eb911c3758c06c87743c27f6ca031518e34e', name: "count" })));
7
+ return (h("div", { key: '5f53baaa902d397a303d34e4a9730f30365dc9d2', class: this.size }, h("slot", { key: '18bec298466290e6e688dd932f24fc26d1592657', name: "count" })));
8
8
  }
9
9
  static get is() { return "gb-tag-count"; }
10
10
  static get encapsulation() { return "shadow"; }