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,13 +1,15 @@
1
1
  import { h, Fragment } from "@stencil/core";
2
- export class GbProgressSteps {
2
+ export class GbstepperVerticalIconsWithText {
3
3
  constructor() {
4
4
  this.size = undefined;
5
- this.breakpoint = undefined;
6
- this.thirdStep = false;
7
- this.fourthStep = false;
8
- this.fifthStep = false;
9
- this.sixthStep = false;
10
- this.seventhStep = false;
5
+ this.connector = false;
6
+ this.type = undefined;
7
+ this.showSecondStep = false;
8
+ this.showThirdStep = false;
9
+ this.showFourthStep = false;
10
+ this.showFifthStep = false;
11
+ this.showSixthStep = false;
12
+ this.showSeventhStep = false;
11
13
  this.firstStepState = undefined;
12
14
  this.secondStepState = undefined;
13
15
  this.thirdStepState = undefined;
@@ -22,20 +24,87 @@ export class GbProgressSteps {
22
24
  this.fifthStepStatus = undefined;
23
25
  this.sixthStepStatus = undefined;
24
26
  this.seventhStepStatus = undefined;
27
+ this.firstStepLabel = '';
28
+ this.secondStepLabel = '';
29
+ this.thirdStepLabel = '';
30
+ this.fourthStepLabel = '';
31
+ this.fifthStepLabel = '';
32
+ this.sixthStepLabel = '';
33
+ this.seventhStepLabel = '';
34
+ this.firstStepSupportingText = '';
35
+ this.secondStepSupportingText = '';
36
+ this.thirdStepSupportingText = '';
37
+ this.fourthStepSupportingText = '';
38
+ this.fifthStepSupportingText = '';
39
+ this.sixthStepSupportingText = '';
40
+ this.seventhStepSupportingText = '';
25
41
  }
26
42
  render() {
27
- return (h(Fragment, null, h("div", { key: '1f616a7cf9a3ee30c58a3a123d573eff07d0bd47', class: "text_with_line" }, h("gb-step-base", { key: '69ad0eeee05260c81d1da43284b319cdf633b2af', size: this.size, type: "text_line", state: this.firstStepState, status: this.firstStepStatus }), h("gb-step-base", { key: '89c265e2b3edb9da680dfb551d619bc4ccff4bda', size: this.size, type: "text_line", state: this.secondStepState, status: this.secondStepStatus }), this.thirdStep && h("gb-step-base", { key: '4cb4b9a424de9eb1bd0e0b49606b6a77c861fab2', size: this.size, type: "text_line", state: this.thirdStepState, status: this.thirdStepStatus }), this.fourthStep && h("gb-step-base", { key: 'eb47744d8db0fd17f20488dcaf76258e62b5d3aa', size: this.size, type: "text_line", state: this.fourthStepState, status: this.fourthStepStatus }), this.fifthStep && h("gb-step-base", { key: 'db7536409f6227f8eaf71ce156a687da1393d753', size: this.size, type: "text_line", state: this.fifthStepState, status: this.fifthStepStatus }), this.sixthStep && h("gb-step-base", { key: 'f05b11cd2e4ecded7ff17fd6ba61f562c01a35e6', size: this.size, type: "text_line", state: this.sixthStepState, status: this.sixthStepStatus }), this.seventhStep && h("gb-step-base", { key: '9c338a5dbbcd2a1b8aea0069497ce5d7f031e751', size: this.size, type: "text_line", state: this.seventhStepState, status: this.seventhStepStatus }))));
43
+ const steps = [
44
+ {
45
+ state: this.firstStepState,
46
+ status: this.firstStepStatus,
47
+ label: this.firstStepLabel,
48
+ supportingText: this.firstStepSupportingText,
49
+ show: true, // Always show the first step
50
+ },
51
+ {
52
+ state: this.secondStepState,
53
+ status: this.secondStepStatus,
54
+ label: this.secondStepLabel,
55
+ supportingText: this.secondStepSupportingText,
56
+ show: this.showSecondStep,
57
+ },
58
+ {
59
+ state: this.thirdStepState,
60
+ status: this.thirdStepStatus,
61
+ label: this.thirdStepLabel,
62
+ supportingText: this.thirdStepSupportingText,
63
+ show: this.showThirdStep,
64
+ },
65
+ {
66
+ state: this.fourthStepState,
67
+ status: this.fourthStepStatus,
68
+ label: this.fourthStepLabel,
69
+ supportingText: this.fourthStepSupportingText,
70
+ show: this.showFourthStep,
71
+ },
72
+ {
73
+ state: this.fifthStepState,
74
+ status: this.fifthStepStatus,
75
+ label: this.fifthStepLabel,
76
+ supportingText: this.fifthStepSupportingText,
77
+ show: this.showFifthStep,
78
+ },
79
+ {
80
+ state: this.sixthStepState,
81
+ status: this.sixthStepStatus,
82
+ label: this.sixthStepLabel,
83
+ supportingText: this.sixthStepSupportingText,
84
+ show: this.showSixthStep,
85
+ },
86
+ {
87
+ state: this.seventhStepState,
88
+ status: this.seventhStepStatus,
89
+ label: this.seventhStepLabel,
90
+ supportingText: this.seventhStepSupportingText,
91
+ show: this.showSeventhStep,
92
+ },
93
+ ];
94
+ // Filter out steps that should be displayed
95
+ const visibleSteps = steps.filter(step => step.show);
96
+ return (h("div", { key: 'f90f9b97ae2bcce68b2936f3615b8a31d812d34f', class: "vertical_stepper_div" }, this.type === 'icon' && (h(Fragment, null, visibleSteps.map((step, index) => (h("gb-step-base", { size: this.size, type: "icon_left", state: step.state, status: step.status, connector: index === visibleSteps.length - 1 ? false : this.connector, label: step.label, "supporting-text": step.supportingText })))))));
28
97
  }
29
- static get is() { return "gb-progress-steps"; }
98
+ static get is() { return "gb-stepper-vertical-icons-with-text"; }
30
99
  static get encapsulation() { return "shadow"; }
31
100
  static get originalStyleUrls() {
32
101
  return {
33
- "$": ["gb-progress-steps.css"]
102
+ "$": ["gb-stepper-vertical-icons-with-text.css"]
34
103
  };
35
104
  }
36
105
  static get styleUrls() {
37
106
  return {
38
- "$": ["gb-progress-steps.css"]
107
+ "$": ["gb-stepper-vertical-icons-with-text.css"]
39
108
  };
40
109
  }
41
110
  static get properties() {
@@ -63,19 +132,31 @@ export class GbProgressSteps {
63
132
  "attribute": "size",
64
133
  "reflect": false
65
134
  },
66
- "breakpoint": {
135
+ "connector": {
136
+ "type": "boolean",
137
+ "mutable": false,
138
+ "complexType": {
139
+ "original": "boolean",
140
+ "resolved": "boolean",
141
+ "references": {}
142
+ },
143
+ "required": false,
144
+ "optional": false,
145
+ "docs": {
146
+ "tags": [],
147
+ "text": ""
148
+ },
149
+ "attribute": "connector",
150
+ "reflect": false,
151
+ "defaultValue": "false"
152
+ },
153
+ "type": {
67
154
  "type": "string",
68
155
  "mutable": false,
69
156
  "complexType": {
70
- "original": "BreakPoints",
71
- "resolved": "\"desktop\" | \"mobile\"",
72
- "references": {
73
- "BreakPoints": {
74
- "location": "import",
75
- "path": "../../models/reusableModels",
76
- "id": "src/models/reusableModels.ts::BreakPoints"
77
- }
78
- }
157
+ "original": "'icon' | 'featured_icon'",
158
+ "resolved": "\"featured_icon\" | \"icon\"",
159
+ "references": {}
79
160
  },
80
161
  "required": false,
81
162
  "optional": false,
@@ -83,10 +164,10 @@ export class GbProgressSteps {
83
164
  "tags": [],
84
165
  "text": ""
85
166
  },
86
- "attribute": "breakpoint",
167
+ "attribute": "type",
87
168
  "reflect": false
88
169
  },
89
- "thirdStep": {
170
+ "showSecondStep": {
90
171
  "type": "boolean",
91
172
  "mutable": false,
92
173
  "complexType": {
@@ -100,11 +181,11 @@ export class GbProgressSteps {
100
181
  "tags": [],
101
182
  "text": ""
102
183
  },
103
- "attribute": "third-step",
184
+ "attribute": "show-second-step",
104
185
  "reflect": false,
105
186
  "defaultValue": "false"
106
187
  },
107
- "fourthStep": {
188
+ "showThirdStep": {
108
189
  "type": "boolean",
109
190
  "mutable": false,
110
191
  "complexType": {
@@ -118,11 +199,11 @@ export class GbProgressSteps {
118
199
  "tags": [],
119
200
  "text": ""
120
201
  },
121
- "attribute": "fourth-step",
202
+ "attribute": "show-third-step",
122
203
  "reflect": false,
123
204
  "defaultValue": "false"
124
205
  },
125
- "fifthStep": {
206
+ "showFourthStep": {
126
207
  "type": "boolean",
127
208
  "mutable": false,
128
209
  "complexType": {
@@ -136,11 +217,11 @@ export class GbProgressSteps {
136
217
  "tags": [],
137
218
  "text": ""
138
219
  },
139
- "attribute": "fifth-step",
220
+ "attribute": "show-fourth-step",
140
221
  "reflect": false,
141
222
  "defaultValue": "false"
142
223
  },
143
- "sixthStep": {
224
+ "showFifthStep": {
144
225
  "type": "boolean",
145
226
  "mutable": false,
146
227
  "complexType": {
@@ -154,11 +235,11 @@ export class GbProgressSteps {
154
235
  "tags": [],
155
236
  "text": ""
156
237
  },
157
- "attribute": "sixth-step",
238
+ "attribute": "show-fifth-step",
158
239
  "reflect": false,
159
240
  "defaultValue": "false"
160
241
  },
161
- "seventhStep": {
242
+ "showSixthStep": {
162
243
  "type": "boolean",
163
244
  "mutable": false,
164
245
  "complexType": {
@@ -172,7 +253,25 @@ export class GbProgressSteps {
172
253
  "tags": [],
173
254
  "text": ""
174
255
  },
175
- "attribute": "seventh-step",
256
+ "attribute": "show-sixth-step",
257
+ "reflect": false,
258
+ "defaultValue": "false"
259
+ },
260
+ "showSeventhStep": {
261
+ "type": "boolean",
262
+ "mutable": false,
263
+ "complexType": {
264
+ "original": "boolean",
265
+ "resolved": "boolean",
266
+ "references": {}
267
+ },
268
+ "required": false,
269
+ "optional": false,
270
+ "docs": {
271
+ "tags": [],
272
+ "text": ""
273
+ },
274
+ "attribute": "show-seventh-step",
176
275
  "reflect": false,
177
276
  "defaultValue": "false"
178
277
  },
@@ -497,8 +596,260 @@ export class GbProgressSteps {
497
596
  },
498
597
  "attribute": "seventh-step-status",
499
598
  "reflect": false
599
+ },
600
+ "firstStepLabel": {
601
+ "type": "string",
602
+ "mutable": false,
603
+ "complexType": {
604
+ "original": "string",
605
+ "resolved": "string",
606
+ "references": {}
607
+ },
608
+ "required": false,
609
+ "optional": false,
610
+ "docs": {
611
+ "tags": [],
612
+ "text": ""
613
+ },
614
+ "attribute": "first-step-label",
615
+ "reflect": false,
616
+ "defaultValue": "''"
617
+ },
618
+ "secondStepLabel": {
619
+ "type": "string",
620
+ "mutable": false,
621
+ "complexType": {
622
+ "original": "string",
623
+ "resolved": "string",
624
+ "references": {}
625
+ },
626
+ "required": false,
627
+ "optional": false,
628
+ "docs": {
629
+ "tags": [],
630
+ "text": ""
631
+ },
632
+ "attribute": "second-step-label",
633
+ "reflect": false,
634
+ "defaultValue": "''"
635
+ },
636
+ "thirdStepLabel": {
637
+ "type": "string",
638
+ "mutable": false,
639
+ "complexType": {
640
+ "original": "string",
641
+ "resolved": "string",
642
+ "references": {}
643
+ },
644
+ "required": false,
645
+ "optional": false,
646
+ "docs": {
647
+ "tags": [],
648
+ "text": ""
649
+ },
650
+ "attribute": "third-step-label",
651
+ "reflect": false,
652
+ "defaultValue": "''"
653
+ },
654
+ "fourthStepLabel": {
655
+ "type": "string",
656
+ "mutable": false,
657
+ "complexType": {
658
+ "original": "string",
659
+ "resolved": "string",
660
+ "references": {}
661
+ },
662
+ "required": false,
663
+ "optional": false,
664
+ "docs": {
665
+ "tags": [],
666
+ "text": ""
667
+ },
668
+ "attribute": "fourth-step-label",
669
+ "reflect": false,
670
+ "defaultValue": "''"
671
+ },
672
+ "fifthStepLabel": {
673
+ "type": "string",
674
+ "mutable": false,
675
+ "complexType": {
676
+ "original": "string",
677
+ "resolved": "string",
678
+ "references": {}
679
+ },
680
+ "required": false,
681
+ "optional": false,
682
+ "docs": {
683
+ "tags": [],
684
+ "text": ""
685
+ },
686
+ "attribute": "fifth-step-label",
687
+ "reflect": false,
688
+ "defaultValue": "''"
689
+ },
690
+ "sixthStepLabel": {
691
+ "type": "string",
692
+ "mutable": false,
693
+ "complexType": {
694
+ "original": "string",
695
+ "resolved": "string",
696
+ "references": {}
697
+ },
698
+ "required": false,
699
+ "optional": false,
700
+ "docs": {
701
+ "tags": [],
702
+ "text": ""
703
+ },
704
+ "attribute": "sixth-step-label",
705
+ "reflect": false,
706
+ "defaultValue": "''"
707
+ },
708
+ "seventhStepLabel": {
709
+ "type": "string",
710
+ "mutable": false,
711
+ "complexType": {
712
+ "original": "string",
713
+ "resolved": "string",
714
+ "references": {}
715
+ },
716
+ "required": false,
717
+ "optional": false,
718
+ "docs": {
719
+ "tags": [],
720
+ "text": ""
721
+ },
722
+ "attribute": "seventh-step-label",
723
+ "reflect": false,
724
+ "defaultValue": "''"
725
+ },
726
+ "firstStepSupportingText": {
727
+ "type": "string",
728
+ "mutable": false,
729
+ "complexType": {
730
+ "original": "string",
731
+ "resolved": "string",
732
+ "references": {}
733
+ },
734
+ "required": false,
735
+ "optional": false,
736
+ "docs": {
737
+ "tags": [],
738
+ "text": ""
739
+ },
740
+ "attribute": "first-step-supporting-text",
741
+ "reflect": false,
742
+ "defaultValue": "''"
743
+ },
744
+ "secondStepSupportingText": {
745
+ "type": "string",
746
+ "mutable": false,
747
+ "complexType": {
748
+ "original": "string",
749
+ "resolved": "string",
750
+ "references": {}
751
+ },
752
+ "required": false,
753
+ "optional": false,
754
+ "docs": {
755
+ "tags": [],
756
+ "text": ""
757
+ },
758
+ "attribute": "second-step-supporting-text",
759
+ "reflect": false,
760
+ "defaultValue": "''"
761
+ },
762
+ "thirdStepSupportingText": {
763
+ "type": "string",
764
+ "mutable": false,
765
+ "complexType": {
766
+ "original": "string",
767
+ "resolved": "string",
768
+ "references": {}
769
+ },
770
+ "required": false,
771
+ "optional": false,
772
+ "docs": {
773
+ "tags": [],
774
+ "text": ""
775
+ },
776
+ "attribute": "third-step-supporting-text",
777
+ "reflect": false,
778
+ "defaultValue": "''"
779
+ },
780
+ "fourthStepSupportingText": {
781
+ "type": "string",
782
+ "mutable": false,
783
+ "complexType": {
784
+ "original": "string",
785
+ "resolved": "string",
786
+ "references": {}
787
+ },
788
+ "required": false,
789
+ "optional": false,
790
+ "docs": {
791
+ "tags": [],
792
+ "text": ""
793
+ },
794
+ "attribute": "fourth-step-supporting-text",
795
+ "reflect": false,
796
+ "defaultValue": "''"
797
+ },
798
+ "fifthStepSupportingText": {
799
+ "type": "string",
800
+ "mutable": false,
801
+ "complexType": {
802
+ "original": "string",
803
+ "resolved": "string",
804
+ "references": {}
805
+ },
806
+ "required": false,
807
+ "optional": false,
808
+ "docs": {
809
+ "tags": [],
810
+ "text": ""
811
+ },
812
+ "attribute": "fifth-step-supporting-text",
813
+ "reflect": false,
814
+ "defaultValue": "''"
815
+ },
816
+ "sixthStepSupportingText": {
817
+ "type": "string",
818
+ "mutable": false,
819
+ "complexType": {
820
+ "original": "string",
821
+ "resolved": "string",
822
+ "references": {}
823
+ },
824
+ "required": false,
825
+ "optional": false,
826
+ "docs": {
827
+ "tags": [],
828
+ "text": ""
829
+ },
830
+ "attribute": "sixth-step-supporting-text",
831
+ "reflect": false,
832
+ "defaultValue": "''"
833
+ },
834
+ "seventhStepSupportingText": {
835
+ "type": "string",
836
+ "mutable": false,
837
+ "complexType": {
838
+ "original": "string",
839
+ "resolved": "string",
840
+ "references": {}
841
+ },
842
+ "required": false,
843
+ "optional": false,
844
+ "docs": {
845
+ "tags": [],
846
+ "text": ""
847
+ },
848
+ "attribute": "seventh-step-supporting-text",
849
+ "reflect": false,
850
+ "defaultValue": "''"
500
851
  }
501
852
  };
502
853
  }
503
854
  }
504
- //# sourceMappingURL=gb-progress-steps.js.map
855
+ //# sourceMappingURL=gb-stepper-vertical-icons-with-text.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gb-stepper-vertical-icons-with-text.js","sourceRoot":"","sources":["../../../src/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Component, Prop, h, Fragment } from '@stencil/core';\r\nimport { GeneralSizes, ProgressStepStates, ProgressStepStatus } from '../../models/reusableModels';\r\n\r\n@Component({\r\n tag: 'gb-stepper-vertical-icons-with-text',\r\n styleUrl: 'gb-stepper-vertical-icons-with-text.css',\r\n shadow: true,\r\n})\r\nexport class GbstepperVerticalIconsWithText {\r\n @Prop() size: GeneralSizes;\r\n @Prop() connector: boolean = false;\r\n @Prop() type: 'icon' | 'featured_icon';\r\n @Prop() showSecondStep: boolean = false;\r\n @Prop() showThirdStep: boolean = false;\r\n @Prop() showFourthStep: boolean = false;\r\n @Prop() showFifthStep: boolean = false;\r\n @Prop() showSixthStep: boolean = false;\r\n @Prop() showSeventhStep: boolean = false;\r\n @Prop() firstStepState: ProgressStepStates;\r\n @Prop() secondStepState: ProgressStepStates;\r\n @Prop() thirdStepState: ProgressStepStates;\r\n @Prop() fourthStepState: ProgressStepStates;\r\n @Prop() fifthStepState: ProgressStepStates;\r\n @Prop() sixthStepState: ProgressStepStates;\r\n @Prop() seventhStepState: ProgressStepStates;\r\n @Prop() firstStepStatus: ProgressStepStatus;\r\n @Prop() secondStepStatus: ProgressStepStatus;\r\n @Prop() thirdStepStatus: ProgressStepStatus;\r\n @Prop() fourthStepStatus: ProgressStepStatus;\r\n @Prop() fifthStepStatus: ProgressStepStatus;\r\n @Prop() sixthStepStatus: ProgressStepStatus;\r\n @Prop() seventhStepStatus: ProgressStepStatus;\r\n @Prop() firstStepLabel: string = '';\r\n @Prop() secondStepLabel: string = '';\r\n @Prop() thirdStepLabel: string = '';\r\n @Prop() fourthStepLabel: string = '';\r\n @Prop() fifthStepLabel: string = '';\r\n @Prop() sixthStepLabel: string = '';\r\n @Prop() seventhStepLabel: string = '';\r\n @Prop() firstStepSupportingText: string = '';\r\n @Prop() secondStepSupportingText: string = '';\r\n @Prop() thirdStepSupportingText: string = '';\r\n @Prop() fourthStepSupportingText: string = '';\r\n @Prop() fifthStepSupportingText: string = '';\r\n @Prop() sixthStepSupportingText: string = '';\r\n @Prop() seventhStepSupportingText: string = '';\r\n\r\n render() {\r\n const steps = [\r\n {\r\n state: this.firstStepState,\r\n status: this.firstStepStatus,\r\n label: this.firstStepLabel,\r\n supportingText: this.firstStepSupportingText,\r\n show: true, // Always show the first step\r\n },\r\n {\r\n state: this.secondStepState,\r\n status: this.secondStepStatus,\r\n label: this.secondStepLabel,\r\n supportingText: this.secondStepSupportingText,\r\n show: this.showSecondStep,\r\n },\r\n {\r\n state: this.thirdStepState,\r\n status: this.thirdStepStatus,\r\n label: this.thirdStepLabel,\r\n supportingText: this.thirdStepSupportingText,\r\n show: this.showThirdStep,\r\n },\r\n {\r\n state: this.fourthStepState,\r\n status: this.fourthStepStatus,\r\n label: this.fourthStepLabel,\r\n supportingText: this.fourthStepSupportingText,\r\n show: this.showFourthStep,\r\n },\r\n {\r\n state: this.fifthStepState,\r\n status: this.fifthStepStatus,\r\n label: this.fifthStepLabel,\r\n supportingText: this.fifthStepSupportingText,\r\n show: this.showFifthStep,\r\n },\r\n {\r\n state: this.sixthStepState,\r\n status: this.sixthStepStatus,\r\n label: this.sixthStepLabel,\r\n supportingText: this.sixthStepSupportingText,\r\n show: this.showSixthStep,\r\n },\r\n {\r\n state: this.seventhStepState,\r\n status: this.seventhStepStatus,\r\n label: this.seventhStepLabel,\r\n supportingText: this.seventhStepSupportingText,\r\n show: this.showSeventhStep,\r\n },\r\n ];\r\n\r\n // Filter out steps that should be displayed\r\n const visibleSteps = steps.filter(step => step.show);\r\n\r\n return (\r\n <div class=\"vertical_stepper_div\">\r\n {this.type === 'icon' && (\r\n <>\r\n {visibleSteps.map((step, index) => (\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={step.state}\r\n status={step.status}\r\n connector={index === visibleSteps.length - 1 ? false : this.connector}\r\n label={step.label}\r\n supporting-text={step.supportingText}\r\n ></gb-step-base>\r\n ))}\r\n </>\r\n )}\r\n </div>\r\n );\r\n }\r\n}\r\n"]}
@@ -43,17 +43,17 @@ export class GbTabButtonBase {
43
43
  this.tabClicked.emit();
44
44
  }
45
45
  render() {
46
- return (h("div", { key: '9ca5e463d7df1035a6eb5fea0ca0b7f57ccad846', class: `tab_button_div ${this.type}
46
+ return (h("div", { key: '7d65f3d04b2cd8643c863314da3871a317dac943', class: `tab_button_div ${this.type}
47
47
  ${this.current ? 'current' : ''}
48
48
  ${this.fullWidth ? 'full_width' : ''}
49
49
  ${this.size}
50
- ${this.alignment}`, onClick: () => this.handleClick() }, h("p", { key: 'bacd7ca64f5e9bc808ebfe2ad4f86b3fe900338e', class: `${!this.current ? 'tab_text' : ''} ${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (h("gb-badge", { key: 'd34928d1dc4e59ca1f5f846a60d661ec15c5ae96', size: "sm", type: "pill_color", color: this.current && this.type === 'button_primary'
50
+ ${this.alignment}`, onClick: () => this.handleClick() }, h("p", { key: '336a4987ff3b6cd4d1b21dcdf9b9d40ab1a4a2fb', class: `${!this.current ? 'tab_text' : ''} ${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (h("gb-badge", { key: 'f8a799d2f7f86c6ce4cca27faadfc1be49b4e5e1', size: "sm", type: "pill_color", color: this.current && this.type === 'button_primary'
51
51
  ? 'information'
52
52
  : this.current && this.type === 'underline'
53
53
  ? 'information'
54
54
  : this.current && this.type === 'line'
55
55
  ? 'information'
56
- : 'gray' }, h("slot", { key: 'bf8cba14898d23755b4d566dd95319c7c7360ee8', name: "count" })))));
56
+ : 'gray' }, h("slot", { key: '67b1f1ea4fae3ff0771250296da68d2e3904a7bd', name: "count" })))));
57
57
  }
58
58
  static get is() { return "gb-tab-button-base"; }
59
59
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ export class GbTableCell {
4
4
  this.type = undefined;
5
5
  }
6
6
  render() {
7
- return (h("div", { key: 'efdb793b757a413840c7292eb5a5b577cb11e645', class: "table_cell_div" }));
7
+ return (h("div", { key: '56f8bacf3ce4f1b8120ca685cddf296ef93f1ff1', class: "table_cell_div" }));
8
8
  }
9
9
  static get is() { return "gb-table-cell"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -29,7 +29,7 @@ export class GbTag {
29
29
  }
30
30
  render() {
31
31
  const flagSwap = getAssetPath(`${this.flagSwap}`);
32
- return (h("div", { key: '9c51de6b5af7643cab79d9947e5d0f484fd5f624', class: `container ${this.size}` }, h("div", { key: 'a572a93010da3771ff96a448d986511f2400506d', class: `content ${this.size}` }, this.checkbox && h("gb-tag-checkbox", { key: '492646b0f0f346446aaf471beacdc431011f4268', size: this.size }), this.icon === 'false' && h(Fragment, null), this.icon === 'country' && (h("div", { key: 'e82b3142aec078b17e58a7346cd85e44bda464c3', class: "icon left-icon" }, h("img", { key: '586478a8cf45e800c8d173b99057fa6f07eca4c8', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: '45881837c9a12a6edf61a765fc73c47cde60ca64', class: "avatar-icon", size: "xxs", "status-icon": "false", text: true, color: "gray" }, h("slot", { key: 'e2b6fd14e5b16021d6bcf29522c888acdbc56b53', name: "initials", slot: "initials" }))), this.icon === 'dot' && (h("svg", { key: '1b396eeaeef298c2281e59b837b31db038bf60b9', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: '9bd57bb6d1182d8a77ced3fbf8eeb25e90336b36', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("div", { key: '3d75817a6bb3e6eceaa5f78b456642edd16b69cf', class: "label" }, h("slot", { key: 'f92a4c843be5638b1af8718bdf33a8c0ad4a5a82' })), this.action === 'count' && (h("gb-tag-count", { key: '20f8005df3a85b4111dd3824fec5c20423725568', size: this.size }, h("slot", { key: 'd56851c478972a2cc3b84a465175084007420c0f', slot: "count", name: "count" })))), this.action === 'X_close' && h("gb-tag-close", { key: 'c203cc662994aeb814943a1efbf06de3441fa81f', size: this.size, onClick: () => this.onTagClose() })));
32
+ return (h("div", { key: 'b50d0abdb14ea9832caa6ce0b80b7a300311e049', class: `container ${this.size}` }, h("div", { key: '6474a1062801449e81b4a162d1208d4bbb691458', class: `content ${this.size}` }, this.checkbox && h("gb-tag-checkbox", { key: '7881a36be67e98dcc6b9e21d1c109ed23db6fb66', size: this.size }), this.icon === 'false' && h(Fragment, null), this.icon === 'country' && (h("div", { key: '7bd99a0a77fe8ecd5ffe411210f3a416451dab3c', class: "icon left-icon" }, h("img", { key: '5f195e6588794355b5fa86a7597f50436edaff95', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: '4e0992e5f539317ee76e8ee73ed4a04b4d6ba7ba', class: "avatar-icon", size: "xxs", "status-icon": "false", text: true, color: "gray" }, h("slot", { key: 'edd43175f6bb2451d6f7b584d161cfed2f7d45ed', name: "initials", slot: "initials" }))), this.icon === 'dot' && (h("svg", { key: '88be94f00b56fae1064f1ade9f899912efdde708', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: '786e68877ee6ecc71a06720850de5c4ee2f4ddd5', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("div", { key: 'e23fe91a4556acaeeb0ce461097219b9eb03fcb8', class: "label" }, h("slot", { key: '730515480325db57d2cfbce173a1be86c24cbbfd' })), this.action === 'count' && (h("gb-tag-count", { key: 'ff5e0d66b9f0ba943bb42f1c06b9ce07333cc458', size: this.size }, h("slot", { key: 'c50587865b82dd25bb2646e4afcde8356dc3b44d', slot: "count", name: "count" })))), this.action === 'X_close' && h("gb-tag-close", { key: 'c7f234bff32d9e998d98749eda3af370fae72992', size: this.size, onClick: () => this.onTagClose() })));
33
33
  }
34
34
  static get is() { return "gb-tag"; }
35
35
  static get encapsulation() { return "shadow"; }
@@ -6,7 +6,7 @@ export class GbTagCheckbox {
6
6
  this.disabled = false;
7
7
  }
8
8
  render() {
9
- return (h("label", { key: 'fb7b76f294092c7feaf28efdbe069d9ee3240ea8', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, h("input", { key: 'c6d9b5c399d30272b43a940c4c9f0dc3ab0d78dc', type: "checkbox", checked: this.checked, disabled: this.disabled }), h("span", { key: '4dce2f083956c3d21578e0e1fa315971865eecc0', class: `custom-checkbox ${this.size}` }, h("svg", { key: '9c3721e5d590e436b909ce005534766e8fa9d3d5', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: 'd1a7c87ac9c5cce13a9e603149cb2a6de9bd1361', d: "M2.5 7.25C2.5 7.25 3.25 7.25 4.25 9C4.25 9 7.02941 4.41667 9.5 3.5", stroke: "white", "stroke-width": "1.71429", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
9
+ return (h("label", { key: '01e36f30f118f147ec71d4373569bdf58f44f517', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, h("input", { key: '90250e41ce92cd9ad147c3e0c9ab4cdff9feb68d', type: "checkbox", checked: this.checked, disabled: this.disabled }), h("span", { key: '27572dc2378a17b01b05ca94052fa4521cb0a25a', class: `custom-checkbox ${this.size}` }, h("svg", { key: '4e833a630ee9f0f119e36c5a9c409507acfd0af0', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: '85c3176c04f5b8aab5815e2580b2d2f52745644a', d: "M2.5 7.25C2.5 7.25 3.25 7.25 4.25 9C4.25 9 7.02941 4.41667 9.5 3.5", stroke: "white", "stroke-width": "1.71429", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
10
10
  }
11
11
  static get is() { return "gb-tag-checkbox"; }
12
12
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ export class GbTagClose {
4
4
  this.size = undefined;
5
5
  }
6
6
  render() {
7
- return (h("div", { key: '2248500c7129bc1e405d16f913b167d6666e9840', class: this.size }, h("svg", { key: 'b4381f5fd52658f32e77aab0509a78165ed703a8', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, h("path", { key: 'e1041519bd34f3f943cd9357ba025259a4a49300', d: "M7.91683 2.08328L2.0835 7.91662M2.0835 2.08328L7.91683 7.91662", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))));
7
+ return (h("div", { key: '82ca2c9f6ae62f00c2f9df3ef72538c5b3a0a140', class: this.size }, h("svg", { key: '4ad8580d55ff338d8c929c6d54f10d585b32f5bc', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, h("path", { key: '9cc3203722fa3ca9f1f32b6b60e1c8dfd191259f', d: "M7.91683 2.08328L2.0835 7.91662M2.0835 2.08328L7.91683 7.91662", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))));
8
8
  }
9
9
  static get is() { return "gb-tag-close"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ export class GbTagCount {
4
4
  this.size = undefined;
5
5
  }
6
6
  render() {
7
- return (h("div", { key: '411b8a88ada39b643062084b232fd93d162bc16d', class: this.size }, h("slot", { key: 'ceef80fa4fcfce7a91e98d1e7c7c758b16e25af7', name: "count" })));
7
+ return (h("div", { key: '5f53baaa902d397a303d34e4a9730f30365dc9d2', class: this.size }, h("slot", { key: '18bec298466290e6e688dd932f24fc26d1592657', name: "count" })));
8
8
  }
9
9
  static get is() { return "gb-tag-count"; }
10
10
  static get encapsulation() { return "shadow"; }