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 +1 @@
1
- {"file":"gb-stepper-horizontal-icons-centered.js","mappings":"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","names":[],"sources":["src/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.css?tag=gb-stepper-horizontal-icons-centered&encapsulation=shadow","src/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.tsx"],"sourcesContent":["","import { Component, Prop, h, Fragment } from '@stencil/core';\r\nimport { BreakPoints, GeneralSizes, ProgressStepStates, ProgressStepStatus } from '../../models/reusableModels';\r\n\r\n@Component({\r\n tag: 'gb-stepper-horizontal-icons-centered',\r\n styleUrl: 'gb-stepper-horizontal-icons-centered.css',\r\n shadow: true,\r\n})\r\nexport class GbStepperVerticalIconsCentered {\r\n @Prop() size: GeneralSizes;\r\n @Prop() steps: number;\r\n @Prop() type: 'icon' | 'featured_icon';\r\n @Prop() breakpoint: BreakPoints;\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 return (\r\n <>\r\n {this.type === 'icon' && (\r\n <div class=\"icons_centered_div\">\r\n {this.breakpoint === 'mobile' && (\r\n <>\r\n {this.steps === 2 && (\r\n <>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.firstStepState}\r\n status={this.firstStepStatus}\r\n connector={true}\r\n label={this.firstStepLabel}\r\n supporting-text={this.firstStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.secondStepState}\r\n status={this.secondStepStatus}\r\n connector={false}\r\n label={this.secondStepLabel}\r\n supporting-text={this.secondStepSupportingText}\r\n ></gb-step-base>\r\n </>\r\n )}\r\n {this.steps === 3 && (\r\n <>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.firstStepState}\r\n status={this.firstStepStatus}\r\n connector={true}\r\n label={this.firstStepLabel}\r\n supporting-text={this.firstStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.secondStepState}\r\n status={this.secondStepStatus}\r\n connector={true}\r\n label={this.secondStepLabel}\r\n supporting-text={this.secondStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.thirdStepState}\r\n status={this.thirdStepStatus}\r\n connector={false}\r\n label={this.thirdStepLabel}\r\n supporting-text={this.thirdStepSupportingText}\r\n ></gb-step-base>\r\n </>\r\n )}\r\n {this.steps === 4 && (\r\n <>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.firstStepState}\r\n status={this.firstStepStatus}\r\n connector={true}\r\n label={this.firstStepLabel}\r\n supporting-text={this.firstStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.secondStepState}\r\n status={this.secondStepStatus}\r\n connector={true}\r\n label={this.secondStepLabel}\r\n supporting-text={this.secondStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.thirdStepState}\r\n status={this.thirdStepStatus}\r\n connector={true}\r\n label={this.thirdStepLabel}\r\n supporting-text={this.thirdStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.fourthStepState}\r\n status={this.fourthStepStatus}\r\n connector={false}\r\n label={this.fourthStepLabel}\r\n supporting-text={this.fourthStepSupportingText}\r\n ></gb-step-base>\r\n </>\r\n )}\r\n {this.steps === 5 && (\r\n <>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.firstStepState}\r\n status={this.firstStepStatus}\r\n connector={true}\r\n label={this.firstStepLabel}\r\n supporting-text={this.firstStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.secondStepState}\r\n status={this.secondStepStatus}\r\n connector={true}\r\n label={this.secondStepLabel}\r\n supporting-text={this.secondStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.thirdStepState}\r\n status={this.thirdStepStatus}\r\n connector={true}\r\n label={this.thirdStepLabel}\r\n supporting-text={this.thirdStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.fourthStepState}\r\n status={this.fourthStepStatus}\r\n connector={true}\r\n label={this.fourthStepLabel}\r\n supporting-text={this.fourthStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.fifthStepState}\r\n status={this.fifthStepStatus}\r\n connector={false}\r\n label={this.fifthStepLabel}\r\n supporting-text={this.fifthStepSupportingText}\r\n ></gb-step-base>\r\n </>\r\n )}\r\n {this.steps === 6 && (\r\n <>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.firstStepState}\r\n status={this.firstStepStatus}\r\n connector={true}\r\n label={this.firstStepLabel}\r\n supporting-text={this.firstStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.secondStepState}\r\n status={this.secondStepStatus}\r\n connector={true}\r\n label={this.secondStepLabel}\r\n supporting-text={this.secondStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.thirdStepState}\r\n status={this.thirdStepStatus}\r\n connector={true}\r\n label={this.thirdStepLabel}\r\n supporting-text={this.thirdStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.fourthStepState}\r\n status={this.fourthStepStatus}\r\n connector={true}\r\n label={this.fourthStepLabel}\r\n supporting-text={this.fourthStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.fifthStepState}\r\n status={this.fifthStepStatus}\r\n connector={true}\r\n label={this.fifthStepLabel}\r\n supporting-text={this.fifthStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.sixthStepState}\r\n status={this.sixthStepStatus}\r\n connector={false}\r\n label={this.sixthStepLabel}\r\n supporting-text={this.sixthStepSupportingText}\r\n ></gb-step-base>\r\n </>\r\n )}\r\n {this.steps === 7 && (\r\n <>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.firstStepState}\r\n status={this.firstStepStatus}\r\n connector={true}\r\n label={this.firstStepLabel}\r\n supporting-text={this.firstStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.secondStepState}\r\n status={this.secondStepStatus}\r\n connector={true}\r\n label={this.secondStepLabel}\r\n supporting-text={this.secondStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.thirdStepState}\r\n status={this.thirdStepStatus}\r\n connector={true}\r\n label={this.thirdStepLabel}\r\n supporting-text={this.thirdStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.fourthStepState}\r\n status={this.fourthStepStatus}\r\n connector={true}\r\n label={this.fourthStepLabel}\r\n supporting-text={this.fourthStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.fifthStepState}\r\n status={this.fifthStepStatus}\r\n connector={true}\r\n label={this.fifthStepLabel}\r\n supporting-text={this.fifthStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.sixthStepState}\r\n status={this.sixthStepStatus}\r\n connector={true}\r\n label={this.sixthStepLabel}\r\n supporting-text={this.sixthStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.seventhStepState}\r\n status={this.seventhStepStatus}\r\n connector={false}\r\n label={this.seventhStepLabel}\r\n supporting-text={this.seventhStepSupportingText}\r\n ></gb-step-base>\r\n </>\r\n )}\r\n </>\r\n )}\r\n </div>\r\n )}\r\n {/* {this.type === \"featured_icon\"} */}\r\n </>\r\n );\r\n }\r\n}\r\n"],"version":3}
1
+ {"file":"gb-stepper-horizontal-icons-centered.js","mappings":"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","names":[],"sources":["src/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.css?tag=gb-stepper-horizontal-icons-centered&encapsulation=shadow","src/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.tsx"],"sourcesContent":["","import { Component, Prop, h, Fragment } from '@stencil/core';\r\nimport { BreakPoints, GeneralSizes, ProgressStepStates, ProgressStepStatus } from '../../models/reusableModels';\r\n\r\n@Component({\r\n tag: 'gb-stepper-horizontal-icons-centered',\r\n styleUrl: 'gb-stepper-horizontal-icons-centered.css',\r\n shadow: true,\r\n})\r\nexport class GbStepperVerticalIconsCentered {\r\n @Prop() size: GeneralSizes;\r\n @Prop() steps: number;\r\n @Prop() type: 'icon' | 'featured_icon';\r\n @Prop() breakpoint: BreakPoints;\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 return (\r\n <>\r\n {this.type === 'icon' && (\r\n <div class=\"icons_centered_div\">\r\n {this.breakpoint === 'mobile' && (\r\n <>\r\n {this.steps === 2 && (\r\n <>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.firstStepState}\r\n status={this.firstStepStatus}\r\n connector={true}\r\n label={this.firstStepLabel}\r\n supporting-text={this.firstStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.secondStepState}\r\n status={this.secondStepStatus}\r\n connector={false}\r\n label={this.secondStepLabel}\r\n supporting-text={this.secondStepSupportingText}\r\n ></gb-step-base>\r\n </>\r\n )}\r\n {this.steps === 3 && (\r\n <>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.firstStepState}\r\n status={this.firstStepStatus}\r\n connector={true}\r\n label={this.firstStepLabel}\r\n supporting-text={this.firstStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.secondStepState}\r\n status={this.secondStepStatus}\r\n connector={true}\r\n label={this.secondStepLabel}\r\n supporting-text={this.secondStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.thirdStepState}\r\n status={this.thirdStepStatus}\r\n connector={false}\r\n label={this.thirdStepLabel}\r\n supporting-text={this.thirdStepSupportingText}\r\n ></gb-step-base>\r\n </>\r\n )}\r\n {this.steps === 4 && (\r\n <>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.firstStepState}\r\n status={this.firstStepStatus}\r\n connector={true}\r\n label={this.firstStepLabel}\r\n supporting-text={this.firstStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.secondStepState}\r\n status={this.secondStepStatus}\r\n connector={true}\r\n label={this.secondStepLabel}\r\n supporting-text={this.secondStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.thirdStepState}\r\n status={this.thirdStepStatus}\r\n connector={true}\r\n label={this.thirdStepLabel}\r\n supporting-text={this.thirdStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.fourthStepState}\r\n status={this.fourthStepStatus}\r\n connector={false}\r\n label={this.fourthStepLabel}\r\n supporting-text={this.fourthStepSupportingText}\r\n ></gb-step-base>\r\n </>\r\n )}\r\n {this.steps === 5 && (\r\n <>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.firstStepState}\r\n status={this.firstStepStatus}\r\n connector={true}\r\n label={this.firstStepLabel}\r\n supporting-text={this.firstStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.secondStepState}\r\n status={this.secondStepStatus}\r\n connector={true}\r\n label={this.secondStepLabel}\r\n supporting-text={this.secondStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.thirdStepState}\r\n status={this.thirdStepStatus}\r\n connector={true}\r\n label={this.thirdStepLabel}\r\n supporting-text={this.thirdStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.fourthStepState}\r\n status={this.fourthStepStatus}\r\n connector={true}\r\n label={this.fourthStepLabel}\r\n supporting-text={this.fourthStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.fifthStepState}\r\n status={this.fifthStepStatus}\r\n connector={false}\r\n label={this.fifthStepLabel}\r\n supporting-text={this.fifthStepSupportingText}\r\n ></gb-step-base>\r\n </>\r\n )}\r\n {this.steps === 6 && (\r\n <>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.firstStepState}\r\n status={this.firstStepStatus}\r\n connector={true}\r\n label={this.firstStepLabel}\r\n supporting-text={this.firstStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.secondStepState}\r\n status={this.secondStepStatus}\r\n connector={true}\r\n label={this.secondStepLabel}\r\n supporting-text={this.secondStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.thirdStepState}\r\n status={this.thirdStepStatus}\r\n connector={true}\r\n label={this.thirdStepLabel}\r\n supporting-text={this.thirdStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.fourthStepState}\r\n status={this.fourthStepStatus}\r\n connector={true}\r\n label={this.fourthStepLabel}\r\n supporting-text={this.fourthStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.fifthStepState}\r\n status={this.fifthStepStatus}\r\n connector={true}\r\n label={this.fifthStepLabel}\r\n supporting-text={this.fifthStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.sixthStepState}\r\n status={this.sixthStepStatus}\r\n connector={false}\r\n label={this.sixthStepLabel}\r\n supporting-text={this.sixthStepSupportingText}\r\n ></gb-step-base>\r\n </>\r\n )}\r\n {this.steps === 7 && (\r\n <>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.firstStepState}\r\n status={this.firstStepStatus}\r\n connector={true}\r\n label={this.firstStepLabel}\r\n supporting-text={this.firstStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.secondStepState}\r\n status={this.secondStepStatus}\r\n connector={true}\r\n label={this.secondStepLabel}\r\n supporting-text={this.secondStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.thirdStepState}\r\n status={this.thirdStepStatus}\r\n connector={true}\r\n label={this.thirdStepLabel}\r\n supporting-text={this.thirdStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.fourthStepState}\r\n status={this.fourthStepStatus}\r\n connector={true}\r\n label={this.fourthStepLabel}\r\n supporting-text={this.fourthStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.fifthStepState}\r\n status={this.fifthStepStatus}\r\n connector={true}\r\n label={this.fifthStepLabel}\r\n supporting-text={this.fifthStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.sixthStepState}\r\n status={this.sixthStepStatus}\r\n connector={true}\r\n label={this.sixthStepLabel}\r\n supporting-text={this.sixthStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={this.seventhStepState}\r\n status={this.seventhStepStatus}\r\n connector={false}\r\n label={this.seventhStepLabel}\r\n supporting-text={this.seventhStepSupportingText}\r\n ></gb-step-base>\r\n </>\r\n )}\r\n </>\r\n )}\r\n </div>\r\n )}\r\n {/* {this.type === \"featured_icon\"} */}\r\n </>\r\n );\r\n }\r\n}\r\n"],"version":3}
@@ -1,5 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h } from './p-ad960c29.js';
2
- import { d as defineCustomElement$2 } from './p-59a3b84b.js';
2
+ import { d as defineCustomElement$3 } from './p-83d4075d.js';
3
+ import { d as defineCustomElement$2 } from './p-f25cd4ce.js';
3
4
 
4
5
  const gbStepperHorizontalLineWithTextCss = ".text_with_line{display:flex;width:100%;align-items:stretch;gap:var(--spacing-4)}gb-step-base{width:100%}";
5
6
  const GbStepperHorizontalLineWithTextStyle0 = gbStepperHorizontalLineWithTextCss;
@@ -41,7 +42,7 @@ const GbStepperHorizontalLineWithText$1 = /*@__PURE__*/ proxyCustomElement(class
41
42
  this.seventhStepSupportingText = '';
42
43
  }
43
44
  render() {
44
- return (h("div", { key: 'eaaf067e3b47a9ee0155f94dbf9c1421f3a3287a', class: "text_with_line" }, h("gb-step-base", { key: '6be5b7c018032ac6efcbc85f9509d1120f8b02f9', size: this.size, type: "text_line", state: this.firstStepState, status: this.firstStepStatus, label: this.firstStepLabel, "supporting-text": this.firstStepSupportingText }), h("gb-step-base", { key: '2fe3cfdb6b03d058a20c3b7d0968082483c560bf', size: this.size, type: "text_line", state: this.secondStepState, status: this.secondStepStatus, label: this.secondStepLabel, "supporting-text": this.secondStepSupportingText }), this.thirdStepLabel && (h("gb-step-base", { key: '4923758afca3cba757fe26f8c205e42d6ed48443', size: this.size, type: "text_line", state: this.thirdStepState, status: this.thirdStepStatus, label: this.thirdStepLabel, "supporting-text": this.thirdStepSupportingText })), this.fourthStepLabel && (h("gb-step-base", { key: '3f8ae099cf31bac203bcc8ff235e4a8046e564f3', size: this.size, type: "text_line", state: this.fourthStepState, status: this.fourthStepStatus, label: this.fourthStepLabel, "supporting-text": this.fourthStepSupportingText })), this.fifthStepLabel && (h("gb-step-base", { key: '57e5df0ea6270ecc914ef7ae63b5bd6f2fff6785', size: this.size, type: "text_line", state: this.fifthStepState, status: this.fifthStepStatus, label: this.fifthStepLabel, "supporting-text": this.fifthStepSupportingText })), this.sixthStepLabel && (h("gb-step-base", { key: '7c74224eae3a7b8f4d10595767c5f2b6205cc06a', size: this.size, type: "text_line", state: this.sixthStepState, status: this.sixthStepStatus, label: this.sixthStepLabel, "supporting-text": this.sixthStepSupportingText })), this.seventhStepLabel && (h("gb-step-base", { key: '2f73c2c04605edd6feaae919509b057efeef294d', size: this.size, type: "text_line", state: this.seventhStepState, status: this.seventhStepStatus, label: this.seventhStepLabel, "supporting-text": this.seventhStepSupportingText }))));
45
+ return (h("div", { key: 'd5d55dcf2b3fd6eb490454f626fa1437ce3a9bb5', class: "text_with_line" }, h("gb-step-base", { key: '3aa7fdf4bac2d396a55d9053502e6a722bb9c32d', size: this.size, type: "text_line", state: this.firstStepState, status: this.firstStepStatus, label: this.firstStepLabel, "supporting-text": this.firstStepSupportingText }), h("gb-step-base", { key: '9a41053cc8a5a3378892227ff0974ae0b9f630f5', size: this.size, type: "text_line", state: this.secondStepState, status: this.secondStepStatus, label: this.secondStepLabel, "supporting-text": this.secondStepSupportingText }), this.thirdStepLabel && (h("gb-step-base", { key: 'a83b60767616ebe867ed8f65fc9f93c16bfacb12', size: this.size, type: "text_line", state: this.thirdStepState, status: this.thirdStepStatus, label: this.thirdStepLabel, "supporting-text": this.thirdStepSupportingText })), this.fourthStepLabel && (h("gb-step-base", { key: '01f51b17609051e4a2169b481e3ee69e7cdf549a', size: this.size, type: "text_line", state: this.fourthStepState, status: this.fourthStepStatus, label: this.fourthStepLabel, "supporting-text": this.fourthStepSupportingText })), this.fifthStepLabel && (h("gb-step-base", { key: '5103cbdef0ef0a6cd10a7a8b2f3d07dffc16db71', size: this.size, type: "text_line", state: this.fifthStepState, status: this.fifthStepStatus, label: this.fifthStepLabel, "supporting-text": this.fifthStepSupportingText })), this.sixthStepLabel && (h("gb-step-base", { key: 'f56e749801091724a6e11a01196cce4cc824b5e2', size: this.size, type: "text_line", state: this.sixthStepState, status: this.sixthStepStatus, label: this.sixthStepLabel, "supporting-text": this.sixthStepSupportingText })), this.seventhStepLabel && (h("gb-step-base", { key: '8d226c469af37f8f6cb180e68894f2fa14a213e6', size: this.size, type: "text_line", state: this.seventhStepState, status: this.seventhStepStatus, label: this.seventhStepLabel, "supporting-text": this.seventhStepSupportingText }))));
45
46
  }
46
47
  static get style() { return GbStepperHorizontalLineWithTextStyle0; }
47
48
  }, [1, "gb-stepper-horizontal-line-with-text", {
@@ -80,13 +81,18 @@ function defineCustomElement$1() {
80
81
  if (typeof customElements === "undefined") {
81
82
  return;
82
83
  }
83
- const components = ["gb-stepper-horizontal-line-with-text", "gb-step-base"];
84
+ const components = ["gb-stepper-horizontal-line-with-text", "gb-featured-icon", "gb-step-base"];
84
85
  components.forEach(tagName => { switch (tagName) {
85
86
  case "gb-stepper-horizontal-line-with-text":
86
87
  if (!customElements.get(tagName)) {
87
88
  customElements.define(tagName, GbStepperHorizontalLineWithText$1);
88
89
  }
89
90
  break;
91
+ case "gb-featured-icon":
92
+ if (!customElements.get(tagName)) {
93
+ defineCustomElement$3();
94
+ }
95
+ break;
90
96
  case "gb-step-base":
91
97
  if (!customElements.get(tagName)) {
92
98
  defineCustomElement$2();
@@ -1 +1 @@
1
- {"file":"gb-stepper-horizontal-line-with-text.js","mappings":";;;AAAA,MAAM,kCAAkC,GAAG,2GAA2G,CAAC;AACvJ,8CAAe,kCAAkC;;MCOpCA,iCAA+B;;;;;;;;;;;;;;;;;;;;;8BAiBT,EAAE;+BACD,EAAE;8BACH,EAAE;+BACD,EAAE;8BACH,EAAE;8BACF,EAAE;gCACA,EAAE;uCACK,EAAE;wCACD,EAAE;uCACH,EAAE;wCACD,EAAE;uCACH,EAAE;uCACF,EAAE;yCACA,EAAE;;IAE9C,MAAM;QACJ,QACE,4DAAK,KAAK,EAAC,gBAAgB,IACzB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B,EAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,eAAe,EAC3B,MAAM,EAAE,IAAI,CAAC,gBAAgB,EAC7B,KAAK,EAAE,IAAI,CAAC,eAAe,qBACV,IAAI,CAAC,wBAAwB,GAChC,EACf,IAAI,CAAC,cAAc,KAClB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B,CACjB,EACA,IAAI,CAAC,eAAe,KACnB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,eAAe,EAC3B,MAAM,EAAE,IAAI,CAAC,gBAAgB,EAC7B,KAAK,EAAE,IAAI,CAAC,eAAe,qBACV,IAAI,CAAC,wBAAwB,GAChC,CACjB,EACA,IAAI,CAAC,cAAc,KAClB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B,CACjB,EACA,IAAI,CAAC,cAAc,KAClB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B,CACjB,EACA,IAAI,CAAC,gBAAgB,KACpB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,gBAAgB,EAC5B,MAAM,EAAE,IAAI,CAAC,iBAAiB,EAC9B,KAAK,EAAE,IAAI,CAAC,gBAAgB,qBACX,IAAI,CAAC,yBAAyB,GACjC,CACjB,CACG,EACN;KACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":["GbStepperHorizontalLineWithText"],"sources":["src/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.css?tag=gb-stepper-horizontal-line-with-text&encapsulation=shadow","src/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.tsx"],"sourcesContent":[".text_with_line{\r\n display: flex;\r\n width: 100%;\r\n align-items: stretch;\r\n gap: var(--spacing-4);\r\n}\r\n\r\ngb-step-base{\r\n width: 100%;\r\n}","import { Component, Prop, h } from '@stencil/core';\r\nimport { BreakPoints, GeneralSizes, ProgressStepStates, ProgressStepStatus } from '../../models/reusableModels';\r\n\r\n@Component({\r\n tag: 'gb-stepper-horizontal-line-with-text',\r\n styleUrl: 'gb-stepper-horizontal-line-with-text.css',\r\n shadow: true,\r\n})\r\nexport class GbStepperHorizontalLineWithText {\r\n @Prop() size: GeneralSizes;\r\n @Prop() breakpoint: BreakPoints;\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 return (\r\n <div class=\"text_with_line\">\r\n <gb-step-base\r\n size={this.size}\r\n type=\"text_line\"\r\n state={this.firstStepState}\r\n status={this.firstStepStatus}\r\n label={this.firstStepLabel}\r\n supporting-text={this.firstStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"text_line\"\r\n state={this.secondStepState}\r\n status={this.secondStepStatus}\r\n label={this.secondStepLabel}\r\n supporting-text={this.secondStepSupportingText}\r\n ></gb-step-base>\r\n {this.thirdStepLabel && (\r\n <gb-step-base\r\n size={this.size}\r\n type=\"text_line\"\r\n state={this.thirdStepState}\r\n status={this.thirdStepStatus}\r\n label={this.thirdStepLabel}\r\n supporting-text={this.thirdStepSupportingText}\r\n ></gb-step-base>\r\n )}\r\n {this.fourthStepLabel && (\r\n <gb-step-base\r\n size={this.size}\r\n type=\"text_line\"\r\n state={this.fourthStepState}\r\n status={this.fourthStepStatus}\r\n label={this.fourthStepLabel}\r\n supporting-text={this.fourthStepSupportingText}\r\n ></gb-step-base>\r\n )}\r\n {this.fifthStepLabel && (\r\n <gb-step-base\r\n size={this.size}\r\n type=\"text_line\"\r\n state={this.fifthStepState}\r\n status={this.fifthStepStatus}\r\n label={this.fifthStepLabel}\r\n supporting-text={this.fifthStepSupportingText}\r\n ></gb-step-base>\r\n )}\r\n {this.sixthStepLabel && (\r\n <gb-step-base\r\n size={this.size}\r\n type=\"text_line\"\r\n state={this.sixthStepState}\r\n status={this.sixthStepStatus}\r\n label={this.sixthStepLabel}\r\n supporting-text={this.sixthStepSupportingText}\r\n ></gb-step-base>\r\n )}\r\n {this.seventhStepLabel && (\r\n <gb-step-base\r\n size={this.size}\r\n type=\"text_line\"\r\n state={this.seventhStepState}\r\n status={this.seventhStepStatus}\r\n label={this.seventhStepLabel}\r\n supporting-text={this.seventhStepSupportingText}\r\n ></gb-step-base>\r\n )}\r\n </div>\r\n );\r\n }\r\n}\r\n"],"version":3}
1
+ {"file":"gb-stepper-horizontal-line-with-text.js","mappings":";;;;AAAA,MAAM,kCAAkC,GAAG,2GAA2G,CAAC;AACvJ,8CAAe,kCAAkC;;MCOpCA,iCAA+B;;;;;;;;;;;;;;;;;;;;;8BAiBT,EAAE;+BACD,EAAE;8BACH,EAAE;+BACD,EAAE;8BACH,EAAE;8BACF,EAAE;gCACA,EAAE;uCACK,EAAE;wCACD,EAAE;uCACH,EAAE;wCACD,EAAE;uCACH,EAAE;uCACF,EAAE;yCACA,EAAE;;IAE9C,MAAM;QACJ,QACE,4DAAK,KAAK,EAAC,gBAAgB,IACzB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B,EAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,eAAe,EAC3B,MAAM,EAAE,IAAI,CAAC,gBAAgB,EAC7B,KAAK,EAAE,IAAI,CAAC,eAAe,qBACV,IAAI,CAAC,wBAAwB,GAChC,EACf,IAAI,CAAC,cAAc,KAClB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B,CACjB,EACA,IAAI,CAAC,eAAe,KACnB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,eAAe,EAC3B,MAAM,EAAE,IAAI,CAAC,gBAAgB,EAC7B,KAAK,EAAE,IAAI,CAAC,eAAe,qBACV,IAAI,CAAC,wBAAwB,GAChC,CACjB,EACA,IAAI,CAAC,cAAc,KAClB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B,CACjB,EACA,IAAI,CAAC,cAAc,KAClB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B,CACjB,EACA,IAAI,CAAC,gBAAgB,KACpB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,gBAAgB,EAC5B,MAAM,EAAE,IAAI,CAAC,iBAAiB,EAC9B,KAAK,EAAE,IAAI,CAAC,gBAAgB,qBACX,IAAI,CAAC,yBAAyB,GACjC,CACjB,CACG,EACN;KACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":["GbStepperHorizontalLineWithText"],"sources":["src/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.css?tag=gb-stepper-horizontal-line-with-text&encapsulation=shadow","src/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.tsx"],"sourcesContent":[".text_with_line{\r\n display: flex;\r\n width: 100%;\r\n align-items: stretch;\r\n gap: var(--spacing-4);\r\n}\r\n\r\ngb-step-base{\r\n width: 100%;\r\n}","import { Component, Prop, h } from '@stencil/core';\r\nimport { BreakPoints, GeneralSizes, ProgressStepStates, ProgressStepStatus } from '../../models/reusableModels';\r\n\r\n@Component({\r\n tag: 'gb-stepper-horizontal-line-with-text',\r\n styleUrl: 'gb-stepper-horizontal-line-with-text.css',\r\n shadow: true,\r\n})\r\nexport class GbStepperHorizontalLineWithText {\r\n @Prop() size: GeneralSizes;\r\n @Prop() breakpoint: BreakPoints;\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 return (\r\n <div class=\"text_with_line\">\r\n <gb-step-base\r\n size={this.size}\r\n type=\"text_line\"\r\n state={this.firstStepState}\r\n status={this.firstStepStatus}\r\n label={this.firstStepLabel}\r\n supporting-text={this.firstStepSupportingText}\r\n ></gb-step-base>\r\n <gb-step-base\r\n size={this.size}\r\n type=\"text_line\"\r\n state={this.secondStepState}\r\n status={this.secondStepStatus}\r\n label={this.secondStepLabel}\r\n supporting-text={this.secondStepSupportingText}\r\n ></gb-step-base>\r\n {this.thirdStepLabel && (\r\n <gb-step-base\r\n size={this.size}\r\n type=\"text_line\"\r\n state={this.thirdStepState}\r\n status={this.thirdStepStatus}\r\n label={this.thirdStepLabel}\r\n supporting-text={this.thirdStepSupportingText}\r\n ></gb-step-base>\r\n )}\r\n {this.fourthStepLabel && (\r\n <gb-step-base\r\n size={this.size}\r\n type=\"text_line\"\r\n state={this.fourthStepState}\r\n status={this.fourthStepStatus}\r\n label={this.fourthStepLabel}\r\n supporting-text={this.fourthStepSupportingText}\r\n ></gb-step-base>\r\n )}\r\n {this.fifthStepLabel && (\r\n <gb-step-base\r\n size={this.size}\r\n type=\"text_line\"\r\n state={this.fifthStepState}\r\n status={this.fifthStepStatus}\r\n label={this.fifthStepLabel}\r\n supporting-text={this.fifthStepSupportingText}\r\n ></gb-step-base>\r\n )}\r\n {this.sixthStepLabel && (\r\n <gb-step-base\r\n size={this.size}\r\n type=\"text_line\"\r\n state={this.sixthStepState}\r\n status={this.sixthStepStatus}\r\n label={this.sixthStepLabel}\r\n supporting-text={this.sixthStepSupportingText}\r\n ></gb-step-base>\r\n )}\r\n {this.seventhStepLabel && (\r\n <gb-step-base\r\n size={this.size}\r\n type=\"text_line\"\r\n state={this.seventhStepState}\r\n status={this.seventhStepStatus}\r\n label={this.seventhStepLabel}\r\n supporting-text={this.seventhStepSupportingText}\r\n ></gb-step-base>\r\n )}\r\n </div>\r\n );\r\n }\r\n}\r\n"],"version":3}
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface GbStepperVerticalIconsWithText extends Components.GbStepperVerticalIconsWithText, HTMLElement {}
4
+ export const GbStepperVerticalIconsWithText: {
5
+ prototype: GbStepperVerticalIconsWithText;
6
+ new (): GbStepperVerticalIconsWithText;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1,177 @@
1
+ import { p as proxyCustomElement, H, h, F as Fragment } from './p-ad960c29.js';
2
+ import { d as defineCustomElement$3 } from './p-83d4075d.js';
3
+ import { d as defineCustomElement$2 } from './p-f25cd4ce.js';
4
+
5
+ const gbStepperVerticalIconsWithTextCss = "";
6
+ const GbStepperVerticalIconsWithTextStyle0 = gbStepperVerticalIconsWithTextCss;
7
+
8
+ const GbstepperVerticalIconsWithText = /*@__PURE__*/ proxyCustomElement(class GbstepperVerticalIconsWithText extends H {
9
+ constructor() {
10
+ super();
11
+ this.__registerHost();
12
+ this.__attachShadow();
13
+ this.size = undefined;
14
+ this.connector = false;
15
+ this.type = undefined;
16
+ this.showSecondStep = false;
17
+ this.showThirdStep = false;
18
+ this.showFourthStep = false;
19
+ this.showFifthStep = false;
20
+ this.showSixthStep = false;
21
+ this.showSeventhStep = false;
22
+ this.firstStepState = undefined;
23
+ this.secondStepState = undefined;
24
+ this.thirdStepState = undefined;
25
+ this.fourthStepState = undefined;
26
+ this.fifthStepState = undefined;
27
+ this.sixthStepState = undefined;
28
+ this.seventhStepState = undefined;
29
+ this.firstStepStatus = undefined;
30
+ this.secondStepStatus = undefined;
31
+ this.thirdStepStatus = undefined;
32
+ this.fourthStepStatus = undefined;
33
+ this.fifthStepStatus = undefined;
34
+ this.sixthStepStatus = undefined;
35
+ this.seventhStepStatus = undefined;
36
+ this.firstStepLabel = '';
37
+ this.secondStepLabel = '';
38
+ this.thirdStepLabel = '';
39
+ this.fourthStepLabel = '';
40
+ this.fifthStepLabel = '';
41
+ this.sixthStepLabel = '';
42
+ this.seventhStepLabel = '';
43
+ this.firstStepSupportingText = '';
44
+ this.secondStepSupportingText = '';
45
+ this.thirdStepSupportingText = '';
46
+ this.fourthStepSupportingText = '';
47
+ this.fifthStepSupportingText = '';
48
+ this.sixthStepSupportingText = '';
49
+ this.seventhStepSupportingText = '';
50
+ }
51
+ render() {
52
+ const steps = [
53
+ {
54
+ state: this.firstStepState,
55
+ status: this.firstStepStatus,
56
+ label: this.firstStepLabel,
57
+ supportingText: this.firstStepSupportingText,
58
+ show: true, // Always show the first step
59
+ },
60
+ {
61
+ state: this.secondStepState,
62
+ status: this.secondStepStatus,
63
+ label: this.secondStepLabel,
64
+ supportingText: this.secondStepSupportingText,
65
+ show: this.showSecondStep,
66
+ },
67
+ {
68
+ state: this.thirdStepState,
69
+ status: this.thirdStepStatus,
70
+ label: this.thirdStepLabel,
71
+ supportingText: this.thirdStepSupportingText,
72
+ show: this.showThirdStep,
73
+ },
74
+ {
75
+ state: this.fourthStepState,
76
+ status: this.fourthStepStatus,
77
+ label: this.fourthStepLabel,
78
+ supportingText: this.fourthStepSupportingText,
79
+ show: this.showFourthStep,
80
+ },
81
+ {
82
+ state: this.fifthStepState,
83
+ status: this.fifthStepStatus,
84
+ label: this.fifthStepLabel,
85
+ supportingText: this.fifthStepSupportingText,
86
+ show: this.showFifthStep,
87
+ },
88
+ {
89
+ state: this.sixthStepState,
90
+ status: this.sixthStepStatus,
91
+ label: this.sixthStepLabel,
92
+ supportingText: this.sixthStepSupportingText,
93
+ show: this.showSixthStep,
94
+ },
95
+ {
96
+ state: this.seventhStepState,
97
+ status: this.seventhStepStatus,
98
+ label: this.seventhStepLabel,
99
+ supportingText: this.seventhStepSupportingText,
100
+ show: this.showSeventhStep,
101
+ },
102
+ ];
103
+ // Filter out steps that should be displayed
104
+ const visibleSteps = steps.filter(step => step.show);
105
+ 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 })))))));
106
+ }
107
+ static get style() { return GbStepperVerticalIconsWithTextStyle0; }
108
+ }, [1, "gb-stepper-vertical-icons-with-text", {
109
+ "size": [1],
110
+ "connector": [4],
111
+ "type": [1],
112
+ "showSecondStep": [4, "show-second-step"],
113
+ "showThirdStep": [4, "show-third-step"],
114
+ "showFourthStep": [4, "show-fourth-step"],
115
+ "showFifthStep": [4, "show-fifth-step"],
116
+ "showSixthStep": [4, "show-sixth-step"],
117
+ "showSeventhStep": [4, "show-seventh-step"],
118
+ "firstStepState": [1, "first-step-state"],
119
+ "secondStepState": [1, "second-step-state"],
120
+ "thirdStepState": [1, "third-step-state"],
121
+ "fourthStepState": [1, "fourth-step-state"],
122
+ "fifthStepState": [1, "fifth-step-state"],
123
+ "sixthStepState": [1, "sixth-step-state"],
124
+ "seventhStepState": [1, "seventh-step-state"],
125
+ "firstStepStatus": [1, "first-step-status"],
126
+ "secondStepStatus": [1, "second-step-status"],
127
+ "thirdStepStatus": [1, "third-step-status"],
128
+ "fourthStepStatus": [1, "fourth-step-status"],
129
+ "fifthStepStatus": [1, "fifth-step-status"],
130
+ "sixthStepStatus": [1, "sixth-step-status"],
131
+ "seventhStepStatus": [1, "seventh-step-status"],
132
+ "firstStepLabel": [1, "first-step-label"],
133
+ "secondStepLabel": [1, "second-step-label"],
134
+ "thirdStepLabel": [1, "third-step-label"],
135
+ "fourthStepLabel": [1, "fourth-step-label"],
136
+ "fifthStepLabel": [1, "fifth-step-label"],
137
+ "sixthStepLabel": [1, "sixth-step-label"],
138
+ "seventhStepLabel": [1, "seventh-step-label"],
139
+ "firstStepSupportingText": [1, "first-step-supporting-text"],
140
+ "secondStepSupportingText": [1, "second-step-supporting-text"],
141
+ "thirdStepSupportingText": [1, "third-step-supporting-text"],
142
+ "fourthStepSupportingText": [1, "fourth-step-supporting-text"],
143
+ "fifthStepSupportingText": [1, "fifth-step-supporting-text"],
144
+ "sixthStepSupportingText": [1, "sixth-step-supporting-text"],
145
+ "seventhStepSupportingText": [1, "seventh-step-supporting-text"]
146
+ }]);
147
+ function defineCustomElement$1() {
148
+ if (typeof customElements === "undefined") {
149
+ return;
150
+ }
151
+ const components = ["gb-stepper-vertical-icons-with-text", "gb-featured-icon", "gb-step-base"];
152
+ components.forEach(tagName => { switch (tagName) {
153
+ case "gb-stepper-vertical-icons-with-text":
154
+ if (!customElements.get(tagName)) {
155
+ customElements.define(tagName, GbstepperVerticalIconsWithText);
156
+ }
157
+ break;
158
+ case "gb-featured-icon":
159
+ if (!customElements.get(tagName)) {
160
+ defineCustomElement$3();
161
+ }
162
+ break;
163
+ case "gb-step-base":
164
+ if (!customElements.get(tagName)) {
165
+ defineCustomElement$2();
166
+ }
167
+ break;
168
+ } });
169
+ }
170
+ defineCustomElement$1();
171
+
172
+ const GbStepperVerticalIconsWithText = GbstepperVerticalIconsWithText;
173
+ const defineCustomElement = defineCustomElement$1;
174
+
175
+ export { GbStepperVerticalIconsWithText, defineCustomElement };
176
+
177
+ //# sourceMappingURL=gb-stepper-vertical-icons-with-text.js.map
@@ -0,0 +1 @@
1
+ {"file":"gb-stepper-vertical-icons-with-text.js","mappings":"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","names":[],"sources":["src/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.css?tag=gb-stepper-vertical-icons-with-text&encapsulation=shadow","src/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.tsx"],"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"],"version":3}
@@ -1,4 +1,4 @@
1
- import { G as GbTabButtonBase$1, d as defineCustomElement$1 } from './p-be3e7579.js';
1
+ import { G as GbTabButtonBase$1, d as defineCustomElement$1 } from './p-2cf657f3.js';
2
2
 
3
3
  const GbTabButtonBase = GbTabButtonBase$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -11,7 +11,7 @@ const GbTableCell$1 = /*@__PURE__*/ proxyCustomElement(class GbTableCell extends
11
11
  this.type = undefined;
12
12
  }
13
13
  render() {
14
- return (h("div", { key: '9b1f5df52a2bdfe6e91bf72e3351155df4b182d9', class: "table_cell_div" }));
14
+ return (h("div", { key: '56f8bacf3ce4f1b8120ca685cddf296ef93f1ff1', class: "table_cell_div" }));
15
15
  }
16
16
  static get style() { return GbTableCellStyle0; }
17
17
  }, [1, "gb-table-cell", {
@@ -1,4 +1,4 @@
1
- import { G as GbTagCheckbox$1, d as defineCustomElement$1 } from './p-fdf0e98f.js';
1
+ import { G as GbTagCheckbox$1, d as defineCustomElement$1 } from './p-b8fa0815.js';
2
2
 
3
3
  const GbTagCheckbox = GbTagCheckbox$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { G as GbTagClose$1, d as defineCustomElement$1 } from './p-4f69dd6f.js';
1
+ import { G as GbTagClose$1, d as defineCustomElement$1 } from './p-951c9086.js';
2
2
 
3
3
  const GbTagClose = GbTagClose$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { G as GbTagCount$1, d as defineCustomElement$1 } from './p-a2433136.js';
1
+ import { G as GbTagCount$1, d as defineCustomElement$1 } from './p-cefe6782.js';
2
2
 
3
3
  const GbTagCount = GbTagCount$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { G as GbTag$1, d as defineCustomElement$1 } from './p-5d09af2f.js';
1
+ import { G as GbTag$1, d as defineCustomElement$1 } from './p-5643ff3d.js';
2
2
 
3
3
  const GbTag = GbTag$1;
4
4
  const defineCustomElement = defineCustomElement$1;