globuswebcomponents 1.2.5 → 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 (474) hide show
  1. package/dist/cjs/gb-action-panel_9.cjs.entry.js +584 -0
  2. package/dist/cjs/gb-action-panel_9.cjs.entry.js.map +1 -0
  3. package/dist/cjs/gb-avatar_3.cjs.entry.js +186 -0
  4. package/dist/cjs/gb-avatar_3.cjs.entry.js.map +1 -0
  5. package/dist/cjs/gb-badge_2.cjs.entry.js +114 -0
  6. package/dist/cjs/gb-badge_2.cjs.entry.js.map +1 -0
  7. package/dist/cjs/gb-collapse-button_4.cjs.entry.js +1 -1
  8. package/dist/cjs/gb-detail-cell.cjs.entry.js +59 -0
  9. package/dist/cjs/gb-detail-cell.cjs.entry.js.map +1 -0
  10. package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js +1 -1
  11. package/dist/cjs/gb-export-dropdown-item_2.cjs.entry.js +2 -2
  12. package/dist/cjs/gb-export-dropdown.cjs.entry.js +1 -1
  13. package/dist/cjs/gb-export-sub-dropdown-item.cjs.entry.js +1 -1
  14. package/dist/cjs/gb-file-type-icon_2.cjs.entry.js +42 -0
  15. package/dist/cjs/gb-file-type-icon_2.cjs.entry.js.map +1 -0
  16. package/dist/cjs/gb-file-upload-item-base.cjs.entry.js +1 -1
  17. package/dist/cjs/gb-file-upload.cjs.entry.js +12 -12
  18. package/dist/cjs/gb-header-icon.cjs.entry.js +4 -4
  19. package/dist/cjs/gb-header.cjs.entry.js +1 -1
  20. package/dist/cjs/gb-help-dropdown.cjs.entry.js +1 -1
  21. package/dist/cjs/gb-help-tooltip_3.cjs.entry.js +14 -14
  22. package/dist/cjs/gb-horizontal-tabs.cjs.entry.js +1 -1
  23. package/dist/cjs/gb-input-dropdown-menu-item_5.cjs.entry.js +6 -6
  24. package/dist/cjs/gb-input-dropdown_3.cjs.entry.js +5 -5
  25. package/dist/cjs/gb-mega-input-field-base.cjs.entry.js +2 -2
  26. package/dist/cjs/gb-notification-content.cjs.entry.js +1 -1
  27. package/dist/cjs/gb-notification-pane.cjs.entry.js +3 -3
  28. package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
  29. package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
  30. package/dist/cjs/gb-pagination.cjs.entry.js +1 -1
  31. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  32. package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
  33. package/dist/cjs/gb-sidebar.cjs.entry.js +1 -1
  34. package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
  35. package/dist/cjs/gb-slider.cjs.entry.js +1 -1
  36. package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js +33 -5
  37. package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js.map +1 -1
  38. package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js +52 -0
  39. package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js.map +1 -0
  40. package/dist/cjs/gb-tab-button-base.cjs.entry.js +3 -3
  41. package/dist/cjs/gb-table-cell.cjs.entry.js +1 -1
  42. package/dist/cjs/gb-textarea-input-field.cjs.entry.js +4 -4
  43. package/dist/cjs/gb-toast-button.cjs.entry.js +1 -1
  44. package/dist/cjs/gb-toast.cjs.entry.js +1 -1
  45. package/dist/cjs/gb-toggle-base.cjs.entry.js +2 -2
  46. package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
  47. package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
  48. package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
  49. package/dist/cjs/gb-tooltip.cjs.entry.js +39 -0
  50. package/dist/cjs/gb-tooltip.cjs.entry.js.map +1 -0
  51. package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
  52. package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
  53. package/dist/cjs/gb-wysiwyg-tooltip.cjs.entry.js +1 -1
  54. package/dist/cjs/globuscomponents.cjs.js +1 -1
  55. package/dist/cjs/loader.cjs.js +1 -1
  56. package/dist/cjs/reusableModels-e50f3440.js.map +1 -1
  57. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  58. package/dist/collection/collection-manifest.json +2 -1
  59. package/dist/collection/components/gb-badge/gb-badge.js +26 -17
  60. package/dist/collection/components/gb-badge/gb-badge.js.map +1 -1
  61. package/dist/collection/components/gb-detail-cell/gb-detail-cell.css +29 -35
  62. package/dist/collection/components/gb-detail-cell/gb-detail-cell.js +25 -1
  63. package/dist/collection/components/gb-detail-cell/gb-detail-cell.js.map +1 -1
  64. package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.js +1 -1
  65. package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.js +1 -1
  66. package/dist/collection/components/gb-export-dropdown-item/gb-export-dropdown-item.js +1 -1
  67. package/dist/collection/components/gb-export-sub-dropdown/gb-export-sub-dropdown.js +1 -1
  68. package/dist/collection/components/gb-export-sub-dropdown-item/gb-export-sub-dropdown-item.js +1 -1
  69. package/dist/collection/components/gb-featured-icon/gb-featured-icon.css +2722 -0
  70. package/dist/collection/components/gb-featured-icon/gb-featured-icon.js +49 -0
  71. package/dist/collection/components/gb-featured-icon/gb-featured-icon.js.map +1 -0
  72. package/dist/collection/components/gb-file-type-icon/gb-file-type-icon.js +1 -1
  73. package/dist/collection/components/gb-file-upload/gb-file-upload.js +12 -12
  74. package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js +1 -1
  75. package/dist/collection/components/gb-header/gb-header.js +1 -1
  76. package/dist/collection/components/gb-header-icon/gb-header-icon.js +4 -4
  77. package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
  78. package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js +1 -1
  79. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
  80. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +3 -3
  81. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
  82. package/dist/collection/components/gb-input-field/gb-input-field.js +12 -12
  83. package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js +2 -2
  84. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  85. package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
  86. package/dist/collection/components/gb-pagination/gb-pagination.js +1 -1
  87. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  88. package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
  89. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  90. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  91. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  92. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  93. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  94. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  95. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  96. package/dist/collection/components/gb-simple-side-bar-item/gb-simple-side-bar-item.js +1 -1
  97. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  98. package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
  99. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  100. package/dist/collection/components/gb-step-base/gb-step-base.css +74 -8
  101. package/dist/collection/components/gb-step-base/gb-step-base.js +1 -1
  102. package/dist/collection/components/gb-step-base/gb-step-base.js.map +1 -1
  103. package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +607 -6
  104. package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js.map +1 -1
  105. package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -96
  106. package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js.map +1 -1
  107. 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
  108. package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js.map +1 -0
  109. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  110. package/dist/collection/components/gb-table-cell/gb-table-cell.js +1 -1
  111. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  112. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  113. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  114. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  115. package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +4 -4
  116. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  117. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  118. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  119. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  120. package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
  121. package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
  122. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  123. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
  124. package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
  125. package/dist/collection/components/gb-wysiwyg-tooltip/gb-wysiwyg-tooltip.js +1 -1
  126. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  127. package/dist/collection/models/reusableModels.js.map +1 -1
  128. package/dist/components/gb-avatar-add-button.js +1 -1
  129. package/dist/components/gb-avatar-dropdown.js +4 -4
  130. package/dist/components/gb-avatar-group.js +4 -4
  131. package/dist/components/gb-avatar-label-group.js +1 -1
  132. package/dist/components/gb-avatar-profile-photo.js +2 -2
  133. package/dist/components/gb-avatar.js +1 -1
  134. package/dist/components/gb-badge.js +1 -1
  135. package/dist/components/gb-checkbox-group-item.js +1 -1
  136. package/dist/components/gb-checkbox-group.js +3 -3
  137. package/dist/components/gb-collapse-button.js +1 -1
  138. package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
  139. package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
  140. package/dist/components/gb-detail-cell.js +9 -7
  141. package/dist/components/gb-detail-cell.js.map +1 -1
  142. package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
  143. package/dist/components/gb-export-dropdown-item.js +1 -1
  144. package/dist/components/gb-export-dropdown.js +4 -4
  145. package/dist/components/gb-export-sub-dropdown-item.js +1 -1
  146. package/dist/components/gb-export-sub-dropdown.js +1 -1
  147. package/dist/components/{gb-progress-steps.d.ts → gb-featured-icon.d.ts} +4 -4
  148. package/dist/components/gb-featured-icon.js +8 -0
  149. package/dist/components/gb-featured-icon.js.map +1 -0
  150. package/dist/components/gb-file-type-icon.js +1 -1
  151. package/dist/components/gb-file-upload-item-base.js +1 -1
  152. package/dist/components/gb-file-upload.js +16 -16
  153. package/dist/components/gb-header-icon.js +1 -1
  154. package/dist/components/gb-header.js +4 -4
  155. package/dist/components/gb-help-dropdown.js +2 -2
  156. package/dist/components/gb-help-tooltip.js +1 -1
  157. package/dist/components/gb-horizontal-tabs.js +5 -5
  158. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  159. package/dist/components/gb-input-dropdown.js +1 -1
  160. package/dist/components/gb-input-field.js +1 -1
  161. package/dist/components/gb-mega-input-field-base.js +1 -1
  162. package/dist/components/gb-notification-content.js +1 -1
  163. package/dist/components/gb-notification-pane.js +4 -4
  164. package/dist/components/gb-pagination-button-group-base.js +1 -1
  165. package/dist/components/gb-pagination-dot-group.js +1 -1
  166. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  167. package/dist/components/gb-pagination-number-base.js +1 -1
  168. package/dist/components/gb-pagination.js +15 -15
  169. package/dist/components/gb-password-button.js +1 -1
  170. package/dist/components/gb-progress-bar.js +1 -1
  171. package/dist/components/gb-progress-circle.js +1 -1
  172. package/dist/components/gb-scrollbar.js +1 -1
  173. package/dist/components/gb-sidebar.js +9 -9
  174. package/dist/components/gb-simple-side-bar-item.js +1 -1
  175. package/dist/components/gb-slider-control-handle.js +1 -1
  176. package/dist/components/gb-slider.js +3 -3
  177. package/dist/components/gb-status-indicator.js +1 -1
  178. package/dist/components/gb-step-base.js +1 -1
  179. package/dist/components/gb-stepper-horizontal-icons-centered.js +76 -8
  180. package/dist/components/gb-stepper-horizontal-icons-centered.js.map +1 -1
  181. package/dist/components/gb-stepper-horizontal-line-with-text.js +9 -13
  182. package/dist/components/gb-stepper-horizontal-line-with-text.js.map +1 -1
  183. package/dist/components/gb-stepper-vertical-icons-with-text.d.ts +11 -0
  184. package/dist/components/gb-stepper-vertical-icons-with-text.js +177 -0
  185. package/dist/components/gb-stepper-vertical-icons-with-text.js.map +1 -0
  186. package/dist/components/gb-tab-button-base.js +1 -1
  187. package/dist/components/gb-table-cell.js +1 -1
  188. package/dist/components/gb-tag-checkbox.js +1 -1
  189. package/dist/components/gb-tag-close.js +1 -1
  190. package/dist/components/gb-tag-count.js +1 -1
  191. package/dist/components/gb-tag.js +1 -1
  192. package/dist/components/gb-textarea-input-field.js +11 -11
  193. package/dist/components/gb-toast-button.js +1 -1
  194. package/dist/components/gb-toast.js +2 -2
  195. package/dist/components/gb-toggle-base.js +1 -1
  196. package/dist/components/gb-toggle.js +2 -2
  197. package/dist/components/gb-token-field-compact.js +2 -2
  198. package/dist/components/gb-token-field-compressed.js +3 -3
  199. package/dist/components/gb-tooltip.js +1 -1
  200. package/dist/components/gb-vertical-tabs.js +5 -5
  201. package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
  202. package/dist/components/gb-wysiwyg-tooltip.js +2 -2
  203. package/dist/components/{p-c854733c.js → p-0eeb4332.js} +3 -3
  204. package/dist/components/{p-c854733c.js.map → p-0eeb4332.js.map} +1 -1
  205. package/dist/components/{p-bb0742b1.js → p-0ff3490a.js} +5 -5
  206. package/dist/components/{p-bb0742b1.js.map → p-0ff3490a.js.map} +1 -1
  207. package/dist/components/{p-f3329262.js → p-136c3d93.js} +3 -3
  208. package/dist/components/{p-f3329262.js.map → p-136c3d93.js.map} +1 -1
  209. package/dist/components/{p-40c2ac9d.js → p-1384dc6b.js} +2 -2
  210. package/dist/components/{p-40c2ac9d.js.map → p-1384dc6b.js.map} +1 -1
  211. package/dist/components/{p-1cbfb269.js → p-1642dc4d.js} +2 -2
  212. package/dist/components/{p-1cbfb269.js.map → p-1642dc4d.js.map} +1 -1
  213. package/dist/components/{p-0962e3f8.js → p-186bc975.js} +2 -2
  214. package/dist/components/{p-0962e3f8.js.map → p-186bc975.js.map} +1 -1
  215. package/dist/components/{p-1a8b74e6.js → p-20e8fe14.js} +2 -2
  216. package/dist/components/{p-1a8b74e6.js.map → p-20e8fe14.js.map} +1 -1
  217. package/dist/components/{p-d7f5ec4d.js → p-21d933a4.js} +3 -3
  218. package/dist/components/{p-d7f5ec4d.js.map → p-21d933a4.js.map} +1 -1
  219. package/dist/components/{p-d1bf0535.js → p-281c83b1.js} +3 -3
  220. package/dist/components/{p-d1bf0535.js.map → p-281c83b1.js.map} +1 -1
  221. package/dist/components/{p-36cbbc63.js → p-2cf657f3.js} +7 -7
  222. package/dist/components/{p-36cbbc63.js.map → p-2cf657f3.js.map} +1 -1
  223. package/dist/components/{p-69c4723d.js → p-3e431c2d.js} +2 -2
  224. package/dist/components/{p-69c4723d.js.map → p-3e431c2d.js.map} +1 -1
  225. package/dist/components/{p-24b03ad5.js → p-437eb4d4.js} +2 -2
  226. package/dist/components/{p-24b03ad5.js.map → p-437eb4d4.js.map} +1 -1
  227. package/dist/components/p-47052b60.js.map +1 -1
  228. package/dist/components/{p-b41e41aa.js → p-4b0e7e7a.js} +2 -2
  229. package/dist/components/{p-b41e41aa.js.map → p-4b0e7e7a.js.map} +1 -1
  230. package/dist/components/{p-a6ffb75a.js → p-4b238a42.js} +2 -2
  231. package/dist/components/{p-a6ffb75a.js.map → p-4b238a42.js.map} +1 -1
  232. package/dist/components/{p-ce879a4d.js → p-4d25fbc8.js} +6 -6
  233. package/dist/components/{p-ce879a4d.js.map → p-4d25fbc8.js.map} +1 -1
  234. package/dist/components/{p-0dd34990.js → p-5521d53f.js} +2 -2
  235. package/dist/components/{p-0dd34990.js.map → p-5521d53f.js.map} +1 -1
  236. package/dist/components/{p-5d12d91a.js → p-556f59af.js} +2 -2
  237. package/dist/components/{p-5d12d91a.js.map → p-556f59af.js.map} +1 -1
  238. package/dist/components/{p-15aed73e.js → p-5643ff3d.js} +7 -7
  239. package/dist/components/{p-15aed73e.js.map → p-5643ff3d.js.map} +1 -1
  240. package/dist/components/{p-77a6ee05.js → p-5cd7f95c.js} +15 -15
  241. package/dist/components/{p-77a6ee05.js.map → p-5cd7f95c.js.map} +1 -1
  242. package/dist/components/{p-1f8d2c84.js → p-5d4c3d77.js} +5 -5
  243. package/dist/components/{p-1f8d2c84.js.map → p-5d4c3d77.js.map} +1 -1
  244. package/dist/components/{p-1242e45b.js → p-80af422b.js} +2 -2
  245. package/dist/components/{p-1242e45b.js.map → p-80af422b.js.map} +1 -1
  246. package/dist/components/p-83d4075d.js +37 -0
  247. package/dist/components/p-83d4075d.js.map +1 -0
  248. package/dist/components/{p-95ea90ff.js → p-951c9086.js} +2 -2
  249. package/dist/components/{p-95ea90ff.js.map → p-951c9086.js.map} +1 -1
  250. package/dist/components/{p-e9683fbc.js → p-97a48658.js} +3 -3
  251. package/dist/components/{p-e9683fbc.js.map → p-97a48658.js.map} +1 -1
  252. package/dist/components/{p-bc9fda30.js → p-9ba84bcc.js} +2 -2
  253. package/dist/components/{p-bc9fda30.js.map → p-9ba84bcc.js.map} +1 -1
  254. package/dist/components/{p-e6226d3c.js → p-a1b17f6f.js} +2 -2
  255. package/dist/components/{p-e6226d3c.js.map → p-a1b17f6f.js.map} +1 -1
  256. package/dist/components/{p-b429b421.js → p-a2be06b2.js} +2 -2
  257. package/dist/components/{p-b429b421.js.map → p-a2be06b2.js.map} +1 -1
  258. package/dist/components/{p-9cb7a95f.js → p-a3325cf5.js} +2 -2
  259. package/dist/components/{p-9cb7a95f.js.map → p-a3325cf5.js.map} +1 -1
  260. package/dist/components/{p-621c7531.js → p-ac35bd30.js} +23 -23
  261. package/dist/components/{p-621c7531.js.map → p-ac35bd30.js.map} +1 -1
  262. package/dist/components/{p-cb33a696.js → p-b1e7d221.js} +5 -5
  263. package/dist/components/{p-cb33a696.js.map → p-b1e7d221.js.map} +1 -1
  264. package/dist/components/{p-e51cd226.js → p-b3589e6f.js} +3 -3
  265. package/dist/components/{p-e51cd226.js.map → p-b3589e6f.js.map} +1 -1
  266. package/dist/components/{p-bc8408d2.js → p-b8fa0815.js} +2 -2
  267. package/dist/components/{p-bc8408d2.js.map → p-b8fa0815.js.map} +1 -1
  268. package/dist/components/{p-d8eebee4.js → p-ba77a6ba.js} +2 -2
  269. package/dist/components/{p-d8eebee4.js.map → p-ba77a6ba.js.map} +1 -1
  270. package/dist/components/{p-3dd8cf5d.js → p-bdc9aca1.js} +3 -3
  271. package/dist/components/{p-3dd8cf5d.js.map → p-bdc9aca1.js.map} +1 -1
  272. package/dist/components/{p-a2a6a0c0.js → p-cefe6782.js} +2 -2
  273. package/dist/components/{p-a2a6a0c0.js.map → p-cefe6782.js.map} +1 -1
  274. package/dist/components/{p-fc806c48.js → p-d19b9484.js} +21 -18
  275. package/dist/components/p-d19b9484.js.map +1 -0
  276. package/dist/components/{p-ee2b88e7.js → p-d750a266.js} +3 -3
  277. package/dist/components/{p-ee2b88e7.js.map → p-d750a266.js.map} +1 -1
  278. package/dist/components/{p-6c64c5be.js → p-d840d166.js} +2 -2
  279. package/dist/components/{p-6c64c5be.js.map → p-d840d166.js.map} +1 -1
  280. package/dist/components/{p-f01d693a.js → p-f25cd4ce.js} +10 -4
  281. package/dist/components/p-f25cd4ce.js.map +1 -0
  282. package/dist/components/test-input-tag.js +9 -9
  283. package/dist/docs.json +2597 -1407
  284. package/dist/esm/gb-action-panel_9.entry.js +572 -0
  285. package/dist/esm/gb-action-panel_9.entry.js.map +1 -0
  286. package/dist/esm/gb-avatar_3.entry.js +180 -0
  287. package/dist/esm/gb-avatar_3.entry.js.map +1 -0
  288. package/dist/esm/gb-badge_2.entry.js +109 -0
  289. package/dist/esm/gb-badge_2.entry.js.map +1 -0
  290. package/dist/esm/gb-collapse-button_4.entry.js +1 -1
  291. package/dist/esm/gb-detail-cell.entry.js +55 -0
  292. package/dist/esm/gb-detail-cell.entry.js.map +1 -0
  293. package/dist/esm/gb-dropdown-items-with-shortcut.entry.js +1 -1
  294. package/dist/esm/gb-export-dropdown-item_2.entry.js +2 -2
  295. package/dist/esm/gb-export-dropdown.entry.js +1 -1
  296. package/dist/esm/gb-export-sub-dropdown-item.entry.js +1 -1
  297. package/dist/esm/gb-file-type-icon_2.entry.js +37 -0
  298. package/dist/esm/gb-file-type-icon_2.entry.js.map +1 -0
  299. package/dist/esm/gb-file-upload-item-base.entry.js +1 -1
  300. package/dist/esm/gb-file-upload.entry.js +12 -12
  301. package/dist/esm/gb-header-icon.entry.js +4 -4
  302. package/dist/esm/gb-header.entry.js +1 -1
  303. package/dist/esm/gb-help-dropdown.entry.js +1 -1
  304. package/dist/esm/gb-help-tooltip_3.entry.js +14 -14
  305. package/dist/esm/gb-horizontal-tabs.entry.js +1 -1
  306. package/dist/esm/gb-input-dropdown-menu-item_5.entry.js +6 -6
  307. package/dist/esm/gb-input-dropdown_3.entry.js +5 -5
  308. package/dist/esm/gb-mega-input-field-base.entry.js +2 -2
  309. package/dist/esm/gb-notification-content.entry.js +1 -1
  310. package/dist/esm/gb-notification-pane.entry.js +3 -3
  311. package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
  312. package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
  313. package/dist/esm/gb-pagination.entry.js +1 -1
  314. package/dist/esm/gb-progress-circle.entry.js +1 -1
  315. package/dist/esm/gb-scrollbar.entry.js +1 -1
  316. package/dist/esm/gb-sidebar.entry.js +1 -1
  317. package/dist/esm/gb-slider-control-handle.entry.js +1 -1
  318. package/dist/esm/gb-slider.entry.js +1 -1
  319. package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js +34 -6
  320. package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js.map +1 -1
  321. package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js +48 -0
  322. package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js.map +1 -0
  323. package/dist/esm/gb-tab-button-base.entry.js +3 -3
  324. package/dist/esm/gb-table-cell.entry.js +1 -1
  325. package/dist/esm/gb-textarea-input-field.entry.js +4 -4
  326. package/dist/esm/gb-toast-button.entry.js +1 -1
  327. package/dist/esm/gb-toast.entry.js +1 -1
  328. package/dist/esm/gb-toggle-base.entry.js +2 -2
  329. package/dist/esm/gb-toggle.entry.js +1 -1
  330. package/dist/esm/gb-token-field-compact.entry.js +1 -1
  331. package/dist/esm/gb-token-field-compressed.entry.js +2 -2
  332. package/dist/esm/gb-tooltip.entry.js +35 -0
  333. package/dist/esm/gb-tooltip.entry.js.map +1 -0
  334. package/dist/esm/gb-vertical-tabs.entry.js +1 -1
  335. package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
  336. package/dist/esm/gb-wysiwyg-tooltip.entry.js +1 -1
  337. package/dist/esm/globuscomponents.js +1 -1
  338. package/dist/esm/loader.js +1 -1
  339. package/dist/esm/reusableModels-8496e911.js.map +1 -1
  340. package/dist/esm/test-input-tag.entry.js +2 -2
  341. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  342. package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
  343. package/dist/globuscomponents/{p-3f19de63.entry.js → p-07c11b6a.entry.js} +2 -2
  344. package/dist/globuscomponents/{p-5b86ff20.entry.js → p-0b536f25.entry.js} +2 -2
  345. package/dist/globuscomponents/{p-81901007.entry.js → p-152ad6f4.entry.js} +2 -2
  346. package/dist/globuscomponents/p-32d72fe9.entry.js +2 -0
  347. package/dist/globuscomponents/p-32d72fe9.entry.js.map +1 -0
  348. package/dist/globuscomponents/p-3cdcd6f7.entry.js +2 -0
  349. package/dist/globuscomponents/p-3cdcd6f7.entry.js.map +1 -0
  350. package/dist/globuscomponents/{p-5dad4863.entry.js → p-3d86b3e3.entry.js} +2 -2
  351. package/dist/globuscomponents/p-47052b60.js.map +1 -1
  352. package/dist/globuscomponents/p-4ce82d5c.entry.js +2 -0
  353. package/dist/globuscomponents/p-4ce82d5c.entry.js.map +1 -0
  354. package/dist/globuscomponents/{p-bf0f7afa.entry.js → p-4fb786bf.entry.js} +2 -2
  355. package/dist/globuscomponents/{p-0d535ff4.entry.js → p-506ccb80.entry.js} +2 -2
  356. package/dist/globuscomponents/{p-3be5f281.entry.js → p-509fd1ee.entry.js} +2 -2
  357. package/dist/globuscomponents/{p-abb3a8a5.entry.js → p-55f3e761.entry.js} +2 -2
  358. package/dist/globuscomponents/p-5654c727.entry.js +2 -0
  359. package/dist/globuscomponents/p-5654c727.entry.js.map +1 -0
  360. package/dist/globuscomponents/{p-a11be783.entry.js → p-61e0c21b.entry.js} +2 -2
  361. package/dist/globuscomponents/p-6dfc78d1.entry.js +2 -0
  362. package/dist/globuscomponents/{p-271960c2.entry.js → p-7849b0f5.entry.js} +2 -2
  363. package/dist/globuscomponents/p-79396a23.entry.js +2 -0
  364. package/dist/globuscomponents/p-79396a23.entry.js.map +1 -0
  365. package/dist/globuscomponents/{p-251c08d0.entry.js → p-7ce874e1.entry.js} +2 -2
  366. package/dist/globuscomponents/p-7f2a082e.entry.js +2 -0
  367. package/dist/globuscomponents/p-7f2a082e.entry.js.map +1 -0
  368. package/dist/globuscomponents/{p-d0b93e52.entry.js → p-8046d145.entry.js} +2 -2
  369. package/dist/globuscomponents/{p-a6ef7533.entry.js → p-8138edbe.entry.js} +2 -2
  370. package/dist/globuscomponents/p-83b49c74.entry.js +2 -0
  371. package/dist/globuscomponents/p-85c5f7c3.entry.js +2 -0
  372. package/dist/globuscomponents/{p-c7df02c6.entry.js → p-88449509.entry.js} +2 -2
  373. package/dist/globuscomponents/{p-6485f918.entry.js → p-8d13cbe1.entry.js} +2 -2
  374. package/dist/globuscomponents/{p-3e5e2103.entry.js → p-928d44b7.entry.js} +2 -2
  375. package/dist/globuscomponents/{p-64613e9e.entry.js → p-97b0d77a.entry.js} +2 -2
  376. package/dist/globuscomponents/{p-7e87553d.entry.js → p-a40ec6a5.entry.js} +2 -2
  377. package/dist/globuscomponents/{p-c9ec6b88.entry.js → p-a8fea797.entry.js} +2 -2
  378. package/dist/globuscomponents/p-a9d9a288.entry.js +2 -0
  379. package/dist/globuscomponents/p-a9d9a288.entry.js.map +1 -0
  380. package/dist/globuscomponents/{p-a129069d.entry.js → p-ac68b58a.entry.js} +2 -2
  381. package/dist/globuscomponents/{p-43f078c4.entry.js → p-c6531f74.entry.js} +2 -2
  382. package/dist/globuscomponents/{p-eaf60850.entry.js → p-c853adb0.entry.js} +2 -2
  383. package/dist/globuscomponents/{p-8a423991.entry.js → p-c8fcf2d9.entry.js} +2 -2
  384. package/dist/globuscomponents/{p-5226baf8.entry.js → p-cf861309.entry.js} +2 -2
  385. package/dist/globuscomponents/p-d308f84e.entry.js +2 -0
  386. package/dist/globuscomponents/p-d308f84e.entry.js.map +1 -0
  387. package/dist/globuscomponents/{p-c31bb571.entry.js → p-d3ea6323.entry.js} +2 -2
  388. package/dist/globuscomponents/{p-0494ffc4.entry.js → p-db2d2afe.entry.js} +2 -2
  389. package/dist/globuscomponents/{p-6e74d9c0.entry.js → p-dcded88b.entry.js} +2 -2
  390. package/dist/globuscomponents/{p-dbaf4c00.entry.js → p-dea3acae.entry.js} +2 -2
  391. package/dist/globuscomponents/{p-478599d6.entry.js → p-dea50d71.entry.js} +2 -2
  392. package/dist/globuscomponents/{p-04e7271d.entry.js → p-e17a96e5.entry.js} +2 -2
  393. package/dist/globuscomponents/{p-dd797c90.entry.js → p-e28effc4.entry.js} +2 -2
  394. package/dist/globuscomponents/{p-be2899fd.entry.js → p-e2e296c1.entry.js} +2 -2
  395. package/dist/globuscomponents/{p-c377971f.entry.js → p-e4ef70ff.entry.js} +2 -2
  396. package/dist/globuscomponents/{p-1a3512f3.entry.js → p-ee7363b2.entry.js} +2 -2
  397. package/dist/globuscomponents/{p-dd205e63.entry.js → p-fac82959.entry.js} +2 -2
  398. package/dist/types/components/gb-badge/gb-badge.d.ts +2 -2
  399. package/dist/types/components/gb-detail-cell/gb-detail-cell.d.ts +2 -1
  400. package/dist/types/components/gb-featured-icon/gb-featured-icon.d.ts +5 -0
  401. package/dist/types/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.d.ts +30 -2
  402. package/dist/types/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.d.ts +0 -5
  403. package/dist/types/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.d.ts +41 -0
  404. package/dist/types/components.d.ts +164 -69
  405. package/dist/types/models/reusableModels.d.ts +1 -0
  406. package/package.json +1 -1
  407. package/dist/cjs/gb-action-panel_16.cjs.entry.js +0 -891
  408. package/dist/cjs/gb-action-panel_16.cjs.entry.js.map +0 -1
  409. package/dist/cjs/gb-progress-bar.cjs.entry.js +0 -26
  410. package/dist/cjs/gb-progress-bar.cjs.entry.js.map +0 -1
  411. package/dist/cjs/gb-progress-steps.cjs.entry.js +0 -43
  412. package/dist/cjs/gb-progress-steps.cjs.entry.js.map +0 -1
  413. package/dist/collection/components/gb-stepper/gb-progress-steps.js.map +0 -1
  414. package/dist/components/gb-progress-steps.js +0 -86
  415. package/dist/components/gb-progress-steps.js.map +0 -1
  416. package/dist/components/p-f01d693a.js.map +0 -1
  417. package/dist/components/p-fc806c48.js.map +0 -1
  418. package/dist/esm/gb-action-panel_16.entry.js +0 -872
  419. package/dist/esm/gb-action-panel_16.entry.js.map +0 -1
  420. package/dist/esm/gb-progress-bar.entry.js +0 -22
  421. package/dist/esm/gb-progress-bar.entry.js.map +0 -1
  422. package/dist/esm/gb-progress-steps.entry.js +0 -39
  423. package/dist/esm/gb-progress-steps.entry.js.map +0 -1
  424. package/dist/globuscomponents/p-5221467e.entry.js +0 -2
  425. package/dist/globuscomponents/p-5221467e.entry.js.map +0 -1
  426. package/dist/globuscomponents/p-59badb03.entry.js +0 -2
  427. package/dist/globuscomponents/p-59badb03.entry.js.map +0 -1
  428. package/dist/globuscomponents/p-62702234.entry.js +0 -2
  429. package/dist/globuscomponents/p-62702234.entry.js.map +0 -1
  430. package/dist/globuscomponents/p-64f98080.entry.js +0 -2
  431. package/dist/globuscomponents/p-71650d61.entry.js +0 -2
  432. package/dist/globuscomponents/p-8405a0b1.entry.js +0 -2
  433. package/dist/globuscomponents/p-e7c454e0.entry.js +0 -2
  434. package/dist/globuscomponents/p-e7c454e0.entry.js.map +0 -1
  435. package/dist/types/components/gb-stepper/gb-progress-steps.d.ts +0 -25
  436. /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
  437. /package/dist/globuscomponents/{p-3f19de63.entry.js.map → p-07c11b6a.entry.js.map} +0 -0
  438. /package/dist/globuscomponents/{p-5b86ff20.entry.js.map → p-0b536f25.entry.js.map} +0 -0
  439. /package/dist/globuscomponents/{p-81901007.entry.js.map → p-152ad6f4.entry.js.map} +0 -0
  440. /package/dist/globuscomponents/{p-5dad4863.entry.js.map → p-3d86b3e3.entry.js.map} +0 -0
  441. /package/dist/globuscomponents/{p-bf0f7afa.entry.js.map → p-4fb786bf.entry.js.map} +0 -0
  442. /package/dist/globuscomponents/{p-0d535ff4.entry.js.map → p-506ccb80.entry.js.map} +0 -0
  443. /package/dist/globuscomponents/{p-3be5f281.entry.js.map → p-509fd1ee.entry.js.map} +0 -0
  444. /package/dist/globuscomponents/{p-abb3a8a5.entry.js.map → p-55f3e761.entry.js.map} +0 -0
  445. /package/dist/globuscomponents/{p-a11be783.entry.js.map → p-61e0c21b.entry.js.map} +0 -0
  446. /package/dist/globuscomponents/{p-64f98080.entry.js.map → p-6dfc78d1.entry.js.map} +0 -0
  447. /package/dist/globuscomponents/{p-271960c2.entry.js.map → p-7849b0f5.entry.js.map} +0 -0
  448. /package/dist/globuscomponents/{p-251c08d0.entry.js.map → p-7ce874e1.entry.js.map} +0 -0
  449. /package/dist/globuscomponents/{p-d0b93e52.entry.js.map → p-8046d145.entry.js.map} +0 -0
  450. /package/dist/globuscomponents/{p-a6ef7533.entry.js.map → p-8138edbe.entry.js.map} +0 -0
  451. /package/dist/globuscomponents/{p-71650d61.entry.js.map → p-83b49c74.entry.js.map} +0 -0
  452. /package/dist/globuscomponents/{p-8405a0b1.entry.js.map → p-85c5f7c3.entry.js.map} +0 -0
  453. /package/dist/globuscomponents/{p-c7df02c6.entry.js.map → p-88449509.entry.js.map} +0 -0
  454. /package/dist/globuscomponents/{p-6485f918.entry.js.map → p-8d13cbe1.entry.js.map} +0 -0
  455. /package/dist/globuscomponents/{p-3e5e2103.entry.js.map → p-928d44b7.entry.js.map} +0 -0
  456. /package/dist/globuscomponents/{p-64613e9e.entry.js.map → p-97b0d77a.entry.js.map} +0 -0
  457. /package/dist/globuscomponents/{p-7e87553d.entry.js.map → p-a40ec6a5.entry.js.map} +0 -0
  458. /package/dist/globuscomponents/{p-c9ec6b88.entry.js.map → p-a8fea797.entry.js.map} +0 -0
  459. /package/dist/globuscomponents/{p-a129069d.entry.js.map → p-ac68b58a.entry.js.map} +0 -0
  460. /package/dist/globuscomponents/{p-43f078c4.entry.js.map → p-c6531f74.entry.js.map} +0 -0
  461. /package/dist/globuscomponents/{p-eaf60850.entry.js.map → p-c853adb0.entry.js.map} +0 -0
  462. /package/dist/globuscomponents/{p-8a423991.entry.js.map → p-c8fcf2d9.entry.js.map} +0 -0
  463. /package/dist/globuscomponents/{p-5226baf8.entry.js.map → p-cf861309.entry.js.map} +0 -0
  464. /package/dist/globuscomponents/{p-c31bb571.entry.js.map → p-d3ea6323.entry.js.map} +0 -0
  465. /package/dist/globuscomponents/{p-0494ffc4.entry.js.map → p-db2d2afe.entry.js.map} +0 -0
  466. /package/dist/globuscomponents/{p-6e74d9c0.entry.js.map → p-dcded88b.entry.js.map} +0 -0
  467. /package/dist/globuscomponents/{p-dbaf4c00.entry.js.map → p-dea3acae.entry.js.map} +0 -0
  468. /package/dist/globuscomponents/{p-478599d6.entry.js.map → p-dea50d71.entry.js.map} +0 -0
  469. /package/dist/globuscomponents/{p-04e7271d.entry.js.map → p-e17a96e5.entry.js.map} +0 -0
  470. /package/dist/globuscomponents/{p-dd797c90.entry.js.map → p-e28effc4.entry.js.map} +0 -0
  471. /package/dist/globuscomponents/{p-be2899fd.entry.js.map → p-e2e296c1.entry.js.map} +0 -0
  472. /package/dist/globuscomponents/{p-c377971f.entry.js.map → p-e4ef70ff.entry.js.map} +0 -0
  473. /package/dist/globuscomponents/{p-1a3512f3.entry.js.map → p-ee7363b2.entry.js.map} +0 -0
  474. /package/dist/globuscomponents/{p-dd205e63.entry.js.map → p-fac82959.entry.js.map} +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"gb-stepper-horizontal-icons-centered.js","sourceRoot":"","sources":["../../../src/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AASnD,MAAM,OAAO,gCAAgC;;;qBAEjB,CAAC;;;;IAIzB,MAAM;QACF,OAAO,CACH,6DAAW,CACd,CAAA;IACL,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACJ","sourcesContent":["import { Component, Prop, h } from \"@stencil/core\";\r\nimport { BreakPoints, GeneralSizes } 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\n\r\nexport class GbStepperHorizontalIconsCentered {\r\n @Prop() size: GeneralSizes;\r\n @Prop() steps: number = 0;\r\n @Prop() type: 'icon' | 'featured_icon';\r\n @Prop() breakpoint: BreakPoints;\r\n\r\n render() {\r\n return (\r\n <div></div>\r\n )\r\n }\r\n}"]}
1
+ {"version":3,"file":"gb-stepper-horizontal-icons-centered.js","sourceRoot":"","sources":["../../../src/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAQ7D,MAAM,OAAO,8BAA8B;;;;;;;;;;;;;;;;;;;;8BAmBR,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,OAAO,CACL,kBACG,IAAI,CAAC,IAAI,KAAK,MAAM,IAAI,CACvB,4DAAK,KAAK,EAAC,oBAAoB,IAC5B,IAAI,CAAC,UAAU,KAAK,QAAQ,IAAI,CAC/B;YACG,IAAI,CAAC,KAAK,KAAK,CAAC,IAAI,CACnB;gBACE,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,SAAS,EAAE,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B;gBAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,eAAe,EAC3B,MAAM,EAAE,IAAI,CAAC,gBAAgB,EAC7B,SAAS,EAAE,KAAK,EAChB,KAAK,EAAE,IAAI,CAAC,eAAe,qBACV,IAAI,CAAC,wBAAwB,GAChC,CACf,CACJ;YACA,IAAI,CAAC,KAAK,KAAK,CAAC,IAAI,CACnB;gBACE,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,SAAS,EAAE,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B;gBAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,eAAe,EAC3B,MAAM,EAAE,IAAI,CAAC,gBAAgB,EAC7B,SAAS,EAAE,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,eAAe,qBACV,IAAI,CAAC,wBAAwB,GAChC;gBAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,SAAS,EAAE,KAAK,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B,CACf,CACJ;YACA,IAAI,CAAC,KAAK,KAAK,CAAC,IAAI,CACnB;gBACE,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,SAAS,EAAE,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B;gBAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,eAAe,EAC3B,MAAM,EAAE,IAAI,CAAC,gBAAgB,EAC7B,SAAS,EAAE,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,eAAe,qBACV,IAAI,CAAC,wBAAwB,GAChC;gBAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,SAAS,EAAE,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B;gBAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,eAAe,EAC3B,MAAM,EAAE,IAAI,CAAC,gBAAgB,EAC7B,SAAS,EAAE,KAAK,EAChB,KAAK,EAAE,IAAI,CAAC,eAAe,qBACV,IAAI,CAAC,wBAAwB,GAChC,CACf,CACJ;YACA,IAAI,CAAC,KAAK,KAAK,CAAC,IAAI,CACnB;gBACE,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,SAAS,EAAE,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B;gBAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,eAAe,EAC3B,MAAM,EAAE,IAAI,CAAC,gBAAgB,EAC7B,SAAS,EAAE,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,eAAe,qBACV,IAAI,CAAC,wBAAwB,GAChC;gBAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,SAAS,EAAE,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B;gBAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,eAAe,EAC3B,MAAM,EAAE,IAAI,CAAC,gBAAgB,EAC7B,SAAS,EAAE,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,eAAe,qBACV,IAAI,CAAC,wBAAwB,GAChC;gBAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,SAAS,EAAE,KAAK,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B,CACf,CACJ;YACA,IAAI,CAAC,KAAK,KAAK,CAAC,IAAI,CACnB;gBACE,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,SAAS,EAAE,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B;gBAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,eAAe,EAC3B,MAAM,EAAE,IAAI,CAAC,gBAAgB,EAC7B,SAAS,EAAE,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,eAAe,qBACV,IAAI,CAAC,wBAAwB,GAChC;gBAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,SAAS,EAAE,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B;gBAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,eAAe,EAC3B,MAAM,EAAE,IAAI,CAAC,gBAAgB,EAC7B,SAAS,EAAE,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,eAAe,qBACV,IAAI,CAAC,wBAAwB,GAChC;gBAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,SAAS,EAAE,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B;gBAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,SAAS,EAAE,KAAK,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B,CACf,CACJ;YACA,IAAI,CAAC,KAAK,KAAK,CAAC,IAAI,CACnB;gBACE,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,SAAS,EAAE,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B;gBAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,eAAe,EAC3B,MAAM,EAAE,IAAI,CAAC,gBAAgB,EAC7B,SAAS,EAAE,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,eAAe,qBACV,IAAI,CAAC,wBAAwB,GAChC;gBAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,SAAS,EAAE,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B;gBAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,eAAe,EAC3B,MAAM,EAAE,IAAI,CAAC,gBAAgB,EAC7B,SAAS,EAAE,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,eAAe,qBACV,IAAI,CAAC,wBAAwB,GAChC;gBAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,SAAS,EAAE,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B;gBAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,cAAc,EAC1B,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,SAAS,EAAE,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,cAAc,qBACT,IAAI,CAAC,uBAAuB,GAC/B;gBAChB,qEACE,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,WAAW,EAChB,KAAK,EAAE,IAAI,CAAC,gBAAgB,EAC5B,MAAM,EAAE,IAAI,CAAC,iBAAiB,EAC9B,SAAS,EAAE,KAAK,EAChB,KAAK,EAAE,IAAI,CAAC,gBAAgB,qBACX,IAAI,CAAC,yBAAyB,GACjC,CACf,CACJ,CACA,CACJ,CACG,CACP,CAEA,CACJ,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","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"]}
@@ -3,11 +3,6 @@ export class GbStepperHorizontalLineWithText {
3
3
  constructor() {
4
4
  this.size = undefined;
5
5
  this.breakpoint = undefined;
6
- this.thirdStep = false;
7
- this.fourthStep = false;
8
- this.fifthStep = false;
9
- this.sixthStep = false;
10
- this.seventhStep = false;
11
6
  this.firstStepState = undefined;
12
7
  this.secondStepState = undefined;
13
8
  this.thirdStepState = undefined;
@@ -38,7 +33,7 @@ export class GbStepperHorizontalLineWithText {
38
33
  this.seventhStepSupportingText = '';
39
34
  }
40
35
  render() {
41
- return (h("div", { key: 'df4e057f5703bccbc63423b397d7ff26d5a16c3a', class: "text_with_line" }, h("gb-step-base", { key: '66629c4d997aeb724a798a004cf59742bca1341c', size: this.size, type: "text_line", state: this.firstStepState, status: this.firstStepStatus, label: this.firstStepLabel, "supporting-text": this.firstStepSupportingText }), h("gb-step-base", { key: 'd28ec226c43a04eec75c9b498ed59ef650c16b0d', size: this.size, type: "text_line", state: this.secondStepState, status: this.secondStepStatus, label: this.secondStepLabel, "supporting-text": this.secondStepSupportingText }), this.thirdStep && (h("gb-step-base", { key: '881fc12c915c34e50c0fc02c8af1ac1c3259ce0d', size: this.size, type: "text_line", state: this.thirdStepState, status: this.thirdStepStatus, label: this.thirdStepLabel, "supporting-text": this.thirdStepSupportingText })), this.fourthStep && (h("gb-step-base", { key: 'bfa2867318a07de616e9d6a2cf337eaafe225649', size: this.size, type: "text_line", state: this.fourthStepState, status: this.fourthStepStatus, label: this.fourthStepLabel, "supporting-text": this.fourthStepSupportingText })), this.fifthStep && (h("gb-step-base", { key: '0f27966b49bb38fc4299492597bc826be09c14b7', size: this.size, type: "text_line", state: this.fifthStepState, status: this.fifthStepStatus, label: this.fifthStepLabel, "supporting-text": this.fifthStepSupportingText })), this.sixthStep && (h("gb-step-base", { key: '08b97d29917ca895dcbc5f1baeb1013d30234747', size: this.size, type: "text_line", state: this.sixthStepState, status: this.sixthStepStatus, label: this.sixthStepLabel, "supporting-text": this.sixthStepSupportingText })), this.seventhStep && (h("gb-step-base", { key: '11811df563eccf0ba8e14f5c8f0476c1c2cd16db', size: this.size, type: "text_line", state: this.seventhStepState, status: this.seventhStepStatus, label: this.seventhStepLabel, "supporting-text": this.seventhStepSupportingText }))));
36
+ 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 }))));
42
37
  }
43
38
  static get is() { return "gb-stepper-horizontal-line-with-text"; }
44
39
  static get encapsulation() { return "shadow"; }
@@ -100,96 +95,6 @@ export class GbStepperHorizontalLineWithText {
100
95
  "attribute": "breakpoint",
101
96
  "reflect": false
102
97
  },
103
- "thirdStep": {
104
- "type": "boolean",
105
- "mutable": false,
106
- "complexType": {
107
- "original": "boolean",
108
- "resolved": "boolean",
109
- "references": {}
110
- },
111
- "required": false,
112
- "optional": false,
113
- "docs": {
114
- "tags": [],
115
- "text": ""
116
- },
117
- "attribute": "third-step",
118
- "reflect": false,
119
- "defaultValue": "false"
120
- },
121
- "fourthStep": {
122
- "type": "boolean",
123
- "mutable": false,
124
- "complexType": {
125
- "original": "boolean",
126
- "resolved": "boolean",
127
- "references": {}
128
- },
129
- "required": false,
130
- "optional": false,
131
- "docs": {
132
- "tags": [],
133
- "text": ""
134
- },
135
- "attribute": "fourth-step",
136
- "reflect": false,
137
- "defaultValue": "false"
138
- },
139
- "fifthStep": {
140
- "type": "boolean",
141
- "mutable": false,
142
- "complexType": {
143
- "original": "boolean",
144
- "resolved": "boolean",
145
- "references": {}
146
- },
147
- "required": false,
148
- "optional": false,
149
- "docs": {
150
- "tags": [],
151
- "text": ""
152
- },
153
- "attribute": "fifth-step",
154
- "reflect": false,
155
- "defaultValue": "false"
156
- },
157
- "sixthStep": {
158
- "type": "boolean",
159
- "mutable": false,
160
- "complexType": {
161
- "original": "boolean",
162
- "resolved": "boolean",
163
- "references": {}
164
- },
165
- "required": false,
166
- "optional": false,
167
- "docs": {
168
- "tags": [],
169
- "text": ""
170
- },
171
- "attribute": "sixth-step",
172
- "reflect": false,
173
- "defaultValue": "false"
174
- },
175
- "seventhStep": {
176
- "type": "boolean",
177
- "mutable": false,
178
- "complexType": {
179
- "original": "boolean",
180
- "resolved": "boolean",
181
- "references": {}
182
- },
183
- "required": false,
184
- "optional": false,
185
- "docs": {
186
- "tags": [],
187
- "text": ""
188
- },
189
- "attribute": "seventh-step",
190
- "reflect": false,
191
- "defaultValue": "false"
192
- },
193
98
  "firstStepState": {
194
99
  "type": "string",
195
100
  "mutable": false,
@@ -1 +1 @@
1
- {"version":3,"file":"gb-stepper-horizontal-line-with-text.js","sourceRoot":"","sources":["../../../src/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.tsx"],"names":[],"mappings":"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","sourcesContent":["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() thirdStep: boolean = false;\r\n @Prop() fourthStep: boolean = false;\r\n @Prop() fifthStep: boolean = false;\r\n @Prop() sixthStep: boolean = false;\r\n @Prop() seventhStep: 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 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.thirdStep && (\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.fourthStep && (\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.fifthStep && (\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.sixthStep && (\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.seventhStep && (\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"]}
1
+ {"version":3,"file":"gb-stepper-horizontal-line-with-text.js","sourceRoot":"","sources":["../../../src/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.tsx"],"names":[],"mappings":"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","sourcesContent":["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"]}