globuswebcomponents 1.2.6 → 1.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (418) hide show
  1. package/dist/cjs/{gb-action-panel_8.cjs.entry.js → gb-action-panel_9.cjs.entry.js} +85 -10
  2. package/dist/cjs/gb-action-panel_9.cjs.entry.js.map +1 -0
  3. package/dist/cjs/gb-avatar_3.cjs.entry.js +1 -1
  4. package/dist/cjs/gb-badge_2.cjs.entry.js +18 -15
  5. package/dist/cjs/gb-badge_2.cjs.entry.js.map +1 -1
  6. package/dist/cjs/gb-collapse-button_4.cjs.entry.js +1 -1
  7. package/dist/cjs/gb-detail-cell.cjs.entry.js +2 -1
  8. package/dist/cjs/gb-detail-cell.cjs.entry.js.map +1 -1
  9. package/dist/cjs/gb-file-type-icon_2.cjs.entry.js +2 -2
  10. package/dist/cjs/gb-file-upload-item-base.cjs.entry.js +1 -1
  11. package/dist/cjs/gb-file-upload.cjs.entry.js +12 -12
  12. package/dist/cjs/gb-header-icon.cjs.entry.js +4 -4
  13. package/dist/cjs/gb-header.cjs.entry.js +1 -1
  14. package/dist/cjs/gb-help-dropdown.cjs.entry.js +1 -1
  15. package/dist/cjs/gb-help-tooltip_3.cjs.entry.js +14 -14
  16. package/dist/cjs/gb-horizontal-tabs.cjs.entry.js +1 -1
  17. package/dist/cjs/gb-input-dropdown-menu-item_5.cjs.entry.js +6 -6
  18. package/dist/cjs/gb-input-dropdown_3.cjs.entry.js +5 -5
  19. package/dist/cjs/gb-mega-input-field-base.cjs.entry.js +2 -2
  20. package/dist/cjs/gb-notification-content.cjs.entry.js +1 -1
  21. package/dist/cjs/gb-notification-pane.cjs.entry.js +3 -3
  22. package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
  23. package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
  24. package/dist/cjs/gb-pagination.cjs.entry.js +1 -1
  25. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  26. package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
  27. package/dist/cjs/gb-sidebar.cjs.entry.js +1 -1
  28. package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
  29. package/dist/cjs/gb-slider.cjs.entry.js +1 -1
  30. package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js +1 -1
  31. package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js +52 -0
  32. package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js.map +1 -0
  33. package/dist/cjs/gb-tab-button-base.cjs.entry.js +3 -3
  34. package/dist/cjs/gb-table-cell.cjs.entry.js +1 -1
  35. package/dist/cjs/gb-textarea-input-field.cjs.entry.js +4 -4
  36. package/dist/cjs/gb-toast-button.cjs.entry.js +1 -1
  37. package/dist/cjs/gb-toast.cjs.entry.js +1 -1
  38. package/dist/cjs/gb-toggle-base.cjs.entry.js +2 -2
  39. package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
  40. package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
  41. package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
  42. package/dist/cjs/gb-tooltip.cjs.entry.js +1 -1
  43. package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
  44. package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
  45. package/dist/cjs/gb-wysiwyg-tooltip.cjs.entry.js +1 -1
  46. package/dist/cjs/globuscomponents.cjs.js +1 -1
  47. package/dist/cjs/loader.cjs.js +1 -1
  48. package/dist/cjs/reusableModels-e50f3440.js.map +1 -1
  49. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  50. package/dist/collection/collection-manifest.json +2 -1
  51. package/dist/collection/components/gb-badge/gb-badge.js +26 -17
  52. package/dist/collection/components/gb-badge/gb-badge.js.map +1 -1
  53. package/dist/collection/components/gb-detail-cell/gb-detail-cell.js +25 -1
  54. package/dist/collection/components/gb-detail-cell/gb-detail-cell.js.map +1 -1
  55. package/dist/collection/components/gb-featured-icon/gb-featured-icon.css +2722 -0
  56. package/dist/collection/components/gb-featured-icon/gb-featured-icon.js +49 -0
  57. package/dist/collection/components/gb-featured-icon/gb-featured-icon.js.map +1 -0
  58. package/dist/collection/components/gb-file-type-icon/gb-file-type-icon.js +1 -1
  59. package/dist/collection/components/gb-file-upload/gb-file-upload.js +12 -12
  60. package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js +1 -1
  61. package/dist/collection/components/gb-header/gb-header.js +1 -1
  62. package/dist/collection/components/gb-header-icon/gb-header-icon.js +4 -4
  63. package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
  64. package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js +1 -1
  65. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
  66. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +3 -3
  67. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
  68. package/dist/collection/components/gb-input-field/gb-input-field.js +12 -12
  69. package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js +2 -2
  70. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  71. package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
  72. package/dist/collection/components/gb-pagination/gb-pagination.js +1 -1
  73. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  74. package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
  75. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  76. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  77. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  78. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  79. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  80. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  81. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  82. package/dist/collection/components/gb-simple-side-bar-item/gb-simple-side-bar-item.js +1 -1
  83. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  84. package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
  85. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  86. package/dist/collection/components/gb-step-base/gb-step-base.css +74 -8
  87. package/dist/collection/components/gb-step-base/gb-step-base.js +1 -1
  88. package/dist/collection/components/gb-step-base/gb-step-base.js.map +1 -1
  89. package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +1 -1
  90. package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -1
  91. package/dist/collection/components/{gb-stepper/gb-progress-steps.js → gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js} +384 -33
  92. package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js.map +1 -0
  93. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  94. package/dist/collection/components/gb-table-cell/gb-table-cell.js +1 -1
  95. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  96. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  97. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  98. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  99. package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +4 -4
  100. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  101. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  102. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  103. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  104. package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
  105. package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
  106. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  107. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
  108. package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
  109. package/dist/collection/components/gb-wysiwyg-tooltip/gb-wysiwyg-tooltip.js +1 -1
  110. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  111. package/dist/collection/models/reusableModels.js.map +1 -1
  112. package/dist/components/gb-avatar-add-button.js +1 -1
  113. package/dist/components/gb-avatar-dropdown.js +3 -3
  114. package/dist/components/gb-avatar-group.js +4 -4
  115. package/dist/components/gb-avatar-label-group.js +1 -1
  116. package/dist/components/gb-avatar-profile-photo.js +2 -2
  117. package/dist/components/gb-avatar.js +1 -1
  118. package/dist/components/gb-badge.js +1 -1
  119. package/dist/components/gb-checkbox-group-item.js +1 -1
  120. package/dist/components/gb-checkbox-group.js +3 -3
  121. package/dist/components/gb-collapse-button.js +1 -1
  122. package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
  123. package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
  124. package/dist/components/gb-detail-cell.js +8 -6
  125. package/dist/components/gb-detail-cell.js.map +1 -1
  126. package/dist/components/{gb-progress-steps.d.ts → gb-featured-icon.d.ts} +4 -4
  127. package/dist/components/gb-featured-icon.js +8 -0
  128. package/dist/components/gb-featured-icon.js.map +1 -0
  129. package/dist/components/gb-file-type-icon.js +1 -1
  130. package/dist/components/gb-file-upload-item-base.js +1 -1
  131. package/dist/components/gb-file-upload.js +16 -16
  132. package/dist/components/gb-header-icon.js +1 -1
  133. package/dist/components/gb-header.js +4 -4
  134. package/dist/components/gb-help-dropdown.js +1 -1
  135. package/dist/components/gb-help-tooltip.js +1 -1
  136. package/dist/components/gb-horizontal-tabs.js +5 -5
  137. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  138. package/dist/components/gb-input-dropdown.js +1 -1
  139. package/dist/components/gb-input-field.js +1 -1
  140. package/dist/components/gb-mega-input-field-base.js +1 -1
  141. package/dist/components/gb-notification-content.js +1 -1
  142. package/dist/components/gb-notification-pane.js +4 -4
  143. package/dist/components/gb-pagination-button-group-base.js +1 -1
  144. package/dist/components/gb-pagination-dot-group.js +1 -1
  145. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  146. package/dist/components/gb-pagination-number-base.js +1 -1
  147. package/dist/components/gb-pagination.js +15 -15
  148. package/dist/components/gb-password-button.js +1 -1
  149. package/dist/components/gb-progress-bar.js +1 -1
  150. package/dist/components/gb-progress-circle.js +1 -1
  151. package/dist/components/gb-scrollbar.js +1 -1
  152. package/dist/components/gb-sidebar.js +9 -9
  153. package/dist/components/gb-simple-side-bar-item.js +1 -1
  154. package/dist/components/gb-slider-control-handle.js +1 -1
  155. package/dist/components/gb-slider.js +3 -3
  156. package/dist/components/gb-status-indicator.js +1 -1
  157. package/dist/components/gb-step-base.js +1 -1
  158. package/dist/components/gb-stepper-horizontal-icons-centered.js +9 -3
  159. package/dist/components/gb-stepper-horizontal-icons-centered.js.map +1 -1
  160. package/dist/components/gb-stepper-horizontal-line-with-text.js +9 -3
  161. package/dist/components/gb-stepper-horizontal-line-with-text.js.map +1 -1
  162. package/dist/components/gb-stepper-vertical-icons-with-text.d.ts +11 -0
  163. package/dist/components/gb-stepper-vertical-icons-with-text.js +177 -0
  164. package/dist/components/gb-stepper-vertical-icons-with-text.js.map +1 -0
  165. package/dist/components/gb-tab-button-base.js +1 -1
  166. package/dist/components/gb-table-cell.js +1 -1
  167. package/dist/components/gb-tag-checkbox.js +1 -1
  168. package/dist/components/gb-tag-close.js +1 -1
  169. package/dist/components/gb-tag-count.js +1 -1
  170. package/dist/components/gb-tag.js +1 -1
  171. package/dist/components/gb-textarea-input-field.js +11 -11
  172. package/dist/components/gb-toast-button.js +1 -1
  173. package/dist/components/gb-toast.js +2 -2
  174. package/dist/components/gb-toggle-base.js +1 -1
  175. package/dist/components/gb-toggle.js +2 -2
  176. package/dist/components/gb-token-field-compact.js +2 -2
  177. package/dist/components/gb-token-field-compressed.js +3 -3
  178. package/dist/components/gb-tooltip.js +1 -1
  179. package/dist/components/gb-vertical-tabs.js +5 -5
  180. package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
  181. package/dist/components/gb-wysiwyg-tooltip.js +2 -2
  182. package/dist/components/{p-eba9acdd.js → p-0eeb4332.js} +3 -3
  183. package/dist/components/{p-eba9acdd.js.map → p-0eeb4332.js.map} +1 -1
  184. package/dist/components/{p-ef553424.js → p-0ff3490a.js} +5 -5
  185. package/dist/components/{p-ef553424.js.map → p-0ff3490a.js.map} +1 -1
  186. package/dist/components/{p-963e7320.js → p-136c3d93.js} +3 -3
  187. package/dist/components/{p-963e7320.js.map → p-136c3d93.js.map} +1 -1
  188. package/dist/components/{p-97119701.js → p-1384dc6b.js} +2 -2
  189. package/dist/components/{p-97119701.js.map → p-1384dc6b.js.map} +1 -1
  190. package/dist/components/{p-0a49c6d1.js → p-1642dc4d.js} +2 -2
  191. package/dist/components/{p-0a49c6d1.js.map → p-1642dc4d.js.map} +1 -1
  192. package/dist/components/{p-126bde4a.js → p-186bc975.js} +2 -2
  193. package/dist/components/{p-126bde4a.js.map → p-186bc975.js.map} +1 -1
  194. package/dist/components/{p-b0e59a21.js → p-21d933a4.js} +3 -3
  195. package/dist/components/{p-b0e59a21.js.map → p-21d933a4.js.map} +1 -1
  196. package/dist/components/{p-e3eb2ce3.js → p-281c83b1.js} +3 -3
  197. package/dist/components/{p-e3eb2ce3.js.map → p-281c83b1.js.map} +1 -1
  198. package/dist/components/{p-be3e7579.js → p-2cf657f3.js} +7 -7
  199. package/dist/components/{p-be3e7579.js.map → p-2cf657f3.js.map} +1 -1
  200. package/dist/components/{p-aba635ba.js → p-437eb4d4.js} +2 -2
  201. package/dist/components/{p-aba635ba.js.map → p-437eb4d4.js.map} +1 -1
  202. package/dist/components/p-47052b60.js.map +1 -1
  203. package/dist/components/{p-e6d5a0f2.js → p-4b0e7e7a.js} +2 -2
  204. package/dist/components/{p-e6d5a0f2.js.map → p-4b0e7e7a.js.map} +1 -1
  205. package/dist/components/{p-0aa729d9.js → p-4d25fbc8.js} +6 -6
  206. package/dist/components/{p-0aa729d9.js.map → p-4d25fbc8.js.map} +1 -1
  207. package/dist/components/{p-daba4b90.js → p-5521d53f.js} +2 -2
  208. package/dist/components/{p-daba4b90.js.map → p-5521d53f.js.map} +1 -1
  209. package/dist/components/{p-d37a2068.js → p-556f59af.js} +2 -2
  210. package/dist/components/{p-d37a2068.js.map → p-556f59af.js.map} +1 -1
  211. package/dist/components/{p-5d09af2f.js → p-5643ff3d.js} +7 -7
  212. package/dist/components/{p-5d09af2f.js.map → p-5643ff3d.js.map} +1 -1
  213. package/dist/components/{p-700a6e03.js → p-5cd7f95c.js} +15 -15
  214. package/dist/components/{p-700a6e03.js.map → p-5cd7f95c.js.map} +1 -1
  215. package/dist/components/{p-d1324ad4.js → p-5d4c3d77.js} +5 -5
  216. package/dist/components/{p-d1324ad4.js.map → p-5d4c3d77.js.map} +1 -1
  217. package/dist/components/{p-71208c57.js → p-80af422b.js} +2 -2
  218. package/dist/components/{p-71208c57.js.map → p-80af422b.js.map} +1 -1
  219. package/dist/components/p-83d4075d.js +37 -0
  220. package/dist/components/p-83d4075d.js.map +1 -0
  221. package/dist/components/{p-4f69dd6f.js → p-951c9086.js} +2 -2
  222. package/dist/components/{p-4f69dd6f.js.map → p-951c9086.js.map} +1 -1
  223. package/dist/components/{p-ad68442a.js → p-9ba84bcc.js} +2 -2
  224. package/dist/components/{p-ad68442a.js.map → p-9ba84bcc.js.map} +1 -1
  225. package/dist/components/{p-4672b70a.js → p-a1b17f6f.js} +2 -2
  226. package/dist/components/{p-4672b70a.js.map → p-a1b17f6f.js.map} +1 -1
  227. package/dist/components/{p-fa81ca8a.js → p-a2be06b2.js} +2 -2
  228. package/dist/components/{p-fa81ca8a.js.map → p-a2be06b2.js.map} +1 -1
  229. package/dist/components/{p-4e873264.js → p-a3325cf5.js} +2 -2
  230. package/dist/components/{p-4e873264.js.map → p-a3325cf5.js.map} +1 -1
  231. package/dist/components/{p-ac243694.js → p-ac35bd30.js} +23 -23
  232. package/dist/components/{p-ac243694.js.map → p-ac35bd30.js.map} +1 -1
  233. package/dist/components/{p-9c37c0a3.js → p-b1e7d221.js} +5 -5
  234. package/dist/components/{p-9c37c0a3.js.map → p-b1e7d221.js.map} +1 -1
  235. package/dist/components/{p-991163a1.js → p-b3589e6f.js} +3 -3
  236. package/dist/components/{p-991163a1.js.map → p-b3589e6f.js.map} +1 -1
  237. package/dist/components/{p-fdf0e98f.js → p-b8fa0815.js} +2 -2
  238. package/dist/components/{p-fdf0e98f.js.map → p-b8fa0815.js.map} +1 -1
  239. package/dist/components/{p-6dbd44aa.js → p-ba77a6ba.js} +2 -2
  240. package/dist/components/{p-6dbd44aa.js.map → p-ba77a6ba.js.map} +1 -1
  241. package/dist/components/{p-9b52ef36.js → p-bdc9aca1.js} +3 -3
  242. package/dist/components/{p-9b52ef36.js.map → p-bdc9aca1.js.map} +1 -1
  243. package/dist/components/{p-a2433136.js → p-cefe6782.js} +2 -2
  244. package/dist/components/{p-a2433136.js.map → p-cefe6782.js.map} +1 -1
  245. package/dist/components/{p-0e201b7b.js → p-d19b9484.js} +21 -18
  246. package/dist/components/p-d19b9484.js.map +1 -0
  247. package/dist/components/{p-19870f69.js → p-d750a266.js} +3 -3
  248. package/dist/components/{p-19870f69.js.map → p-d750a266.js.map} +1 -1
  249. package/dist/components/{p-a93aea3f.js → p-d840d166.js} +2 -2
  250. package/dist/components/{p-a93aea3f.js.map → p-d840d166.js.map} +1 -1
  251. package/dist/components/{p-59a3b84b.js → p-f25cd4ce.js} +10 -4
  252. package/dist/components/p-f25cd4ce.js.map +1 -0
  253. package/dist/components/test-input-tag.js +9 -9
  254. package/dist/docs.json +1772 -1265
  255. package/dist/esm/{gb-action-panel_8.entry.js → gb-action-panel_9.entry.js} +84 -10
  256. package/dist/esm/gb-action-panel_9.entry.js.map +1 -0
  257. package/dist/esm/gb-avatar_3.entry.js +1 -1
  258. package/dist/esm/gb-badge_2.entry.js +18 -15
  259. package/dist/esm/gb-badge_2.entry.js.map +1 -1
  260. package/dist/esm/gb-collapse-button_4.entry.js +1 -1
  261. package/dist/esm/gb-detail-cell.entry.js +2 -1
  262. package/dist/esm/gb-detail-cell.entry.js.map +1 -1
  263. package/dist/esm/gb-file-type-icon_2.entry.js +2 -2
  264. package/dist/esm/gb-file-upload-item-base.entry.js +1 -1
  265. package/dist/esm/gb-file-upload.entry.js +12 -12
  266. package/dist/esm/gb-header-icon.entry.js +4 -4
  267. package/dist/esm/gb-header.entry.js +1 -1
  268. package/dist/esm/gb-help-dropdown.entry.js +1 -1
  269. package/dist/esm/gb-help-tooltip_3.entry.js +14 -14
  270. package/dist/esm/gb-horizontal-tabs.entry.js +1 -1
  271. package/dist/esm/gb-input-dropdown-menu-item_5.entry.js +6 -6
  272. package/dist/esm/gb-input-dropdown_3.entry.js +5 -5
  273. package/dist/esm/gb-mega-input-field-base.entry.js +2 -2
  274. package/dist/esm/gb-notification-content.entry.js +1 -1
  275. package/dist/esm/gb-notification-pane.entry.js +3 -3
  276. package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
  277. package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
  278. package/dist/esm/gb-pagination.entry.js +1 -1
  279. package/dist/esm/gb-progress-circle.entry.js +1 -1
  280. package/dist/esm/gb-scrollbar.entry.js +1 -1
  281. package/dist/esm/gb-sidebar.entry.js +1 -1
  282. package/dist/esm/gb-slider-control-handle.entry.js +1 -1
  283. package/dist/esm/gb-slider.entry.js +1 -1
  284. package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js +1 -1
  285. package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js +48 -0
  286. package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js.map +1 -0
  287. package/dist/esm/gb-tab-button-base.entry.js +3 -3
  288. package/dist/esm/gb-table-cell.entry.js +1 -1
  289. package/dist/esm/gb-textarea-input-field.entry.js +4 -4
  290. package/dist/esm/gb-toast-button.entry.js +1 -1
  291. package/dist/esm/gb-toast.entry.js +1 -1
  292. package/dist/esm/gb-toggle-base.entry.js +2 -2
  293. package/dist/esm/gb-toggle.entry.js +1 -1
  294. package/dist/esm/gb-token-field-compact.entry.js +1 -1
  295. package/dist/esm/gb-token-field-compressed.entry.js +2 -2
  296. package/dist/esm/gb-tooltip.entry.js +1 -1
  297. package/dist/esm/gb-vertical-tabs.entry.js +1 -1
  298. package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
  299. package/dist/esm/gb-wysiwyg-tooltip.entry.js +1 -1
  300. package/dist/esm/globuscomponents.js +1 -1
  301. package/dist/esm/loader.js +1 -1
  302. package/dist/esm/reusableModels-8496e911.js.map +1 -1
  303. package/dist/esm/test-input-tag.entry.js +2 -2
  304. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  305. package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
  306. package/dist/globuscomponents/{p-92eebcdd.entry.js → p-07c11b6a.entry.js} +2 -2
  307. package/dist/globuscomponents/{p-39b50763.entry.js → p-0b536f25.entry.js} +2 -2
  308. package/dist/globuscomponents/{p-b78c6a38.entry.js → p-152ad6f4.entry.js} +2 -2
  309. package/dist/globuscomponents/p-32d72fe9.entry.js +2 -0
  310. package/dist/globuscomponents/p-32d72fe9.entry.js.map +1 -0
  311. package/dist/globuscomponents/{p-b379f4f7.entry.js → p-3cdcd6f7.entry.js} +2 -2
  312. package/dist/globuscomponents/p-3cdcd6f7.entry.js.map +1 -0
  313. package/dist/globuscomponents/{p-0e7af6e9.entry.js → p-3d86b3e3.entry.js} +2 -2
  314. package/dist/globuscomponents/p-47052b60.js.map +1 -1
  315. package/dist/globuscomponents/{p-5e36cc76.entry.js → p-4ce82d5c.entry.js} +2 -2
  316. package/dist/globuscomponents/{p-63294eef.entry.js → p-506ccb80.entry.js} +2 -2
  317. package/dist/globuscomponents/{p-8b13c17a.entry.js → p-509fd1ee.entry.js} +2 -2
  318. package/dist/globuscomponents/{p-f846efc2.entry.js → p-55f3e761.entry.js} +2 -2
  319. package/dist/globuscomponents/{p-d1d8a272.entry.js → p-5654c727.entry.js} +2 -2
  320. package/dist/globuscomponents/p-5654c727.entry.js.map +1 -0
  321. package/dist/globuscomponents/{p-4b744b46.entry.js → p-61e0c21b.entry.js} +2 -2
  322. package/dist/globuscomponents/p-6dfc78d1.entry.js +2 -0
  323. package/dist/globuscomponents/{p-890b0211.entry.js → p-7849b0f5.entry.js} +2 -2
  324. package/dist/globuscomponents/{p-10540ede.entry.js → p-79396a23.entry.js} +2 -2
  325. package/dist/globuscomponents/{p-ab927143.entry.js → p-7ce874e1.entry.js} +2 -2
  326. package/dist/globuscomponents/{p-3ea94077.entry.js → p-7f2a082e.entry.js} +2 -2
  327. package/dist/globuscomponents/p-7f2a082e.entry.js.map +1 -0
  328. package/dist/globuscomponents/{p-2ea9204d.entry.js → p-8046d145.entry.js} +2 -2
  329. package/dist/globuscomponents/p-83b49c74.entry.js +2 -0
  330. package/dist/globuscomponents/p-85c5f7c3.entry.js +2 -0
  331. package/dist/globuscomponents/{p-3756c709.entry.js → p-88449509.entry.js} +2 -2
  332. package/dist/globuscomponents/{p-ade85332.entry.js → p-8d13cbe1.entry.js} +2 -2
  333. package/dist/globuscomponents/{p-73b386b6.entry.js → p-928d44b7.entry.js} +2 -2
  334. package/dist/globuscomponents/{p-9cfe1808.entry.js → p-97b0d77a.entry.js} +2 -2
  335. package/dist/globuscomponents/{p-422c4b81.entry.js → p-a8fea797.entry.js} +2 -2
  336. package/dist/globuscomponents/{p-0c0b23be.entry.js → p-a9d9a288.entry.js} +2 -2
  337. package/dist/globuscomponents/{p-52046c5b.entry.js → p-ac68b58a.entry.js} +2 -2
  338. package/dist/globuscomponents/{p-803afe75.entry.js → p-c6531f74.entry.js} +2 -2
  339. package/dist/globuscomponents/{p-24ae12b3.entry.js → p-c853adb0.entry.js} +2 -2
  340. package/dist/globuscomponents/{p-b242feb2.entry.js → p-cf861309.entry.js} +2 -2
  341. package/dist/globuscomponents/{p-be847103.entry.js → p-d308f84e.entry.js} +2 -2
  342. package/dist/globuscomponents/{p-09d69caf.entry.js → p-d3ea6323.entry.js} +2 -2
  343. package/dist/globuscomponents/{p-ef4c9eae.entry.js → p-db2d2afe.entry.js} +2 -2
  344. package/dist/globuscomponents/{p-014e330f.entry.js → p-dcded88b.entry.js} +2 -2
  345. package/dist/globuscomponents/{p-09ff54af.entry.js → p-dea3acae.entry.js} +2 -2
  346. package/dist/globuscomponents/{p-bfd4487b.entry.js → p-dea50d71.entry.js} +2 -2
  347. package/dist/globuscomponents/{p-63922309.entry.js → p-e17a96e5.entry.js} +2 -2
  348. package/dist/globuscomponents/{p-c1f02f05.entry.js → p-e28effc4.entry.js} +2 -2
  349. package/dist/globuscomponents/{p-4374fa66.entry.js → p-e2e296c1.entry.js} +2 -2
  350. package/dist/globuscomponents/{p-1b3f51cf.entry.js → p-e4ef70ff.entry.js} +2 -2
  351. package/dist/globuscomponents/{p-4b8091b7.entry.js → p-ee7363b2.entry.js} +2 -2
  352. package/dist/globuscomponents/{p-113a4925.entry.js → p-fac82959.entry.js} +2 -2
  353. package/dist/types/components/gb-badge/gb-badge.d.ts +2 -2
  354. package/dist/types/components/gb-detail-cell/gb-detail-cell.d.ts +2 -1
  355. package/dist/types/components/gb-featured-icon/gb-featured-icon.d.ts +5 -0
  356. package/dist/types/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.d.ts +41 -0
  357. package/dist/types/components.d.ts +108 -59
  358. package/dist/types/models/reusableModels.d.ts +1 -0
  359. package/package.json +1 -1
  360. package/dist/cjs/gb-action-panel_8.cjs.entry.js.map +0 -1
  361. package/dist/cjs/gb-progress-steps.cjs.entry.js +0 -43
  362. package/dist/cjs/gb-progress-steps.cjs.entry.js.map +0 -1
  363. package/dist/collection/components/gb-stepper/gb-progress-steps.js.map +0 -1
  364. package/dist/components/gb-progress-steps.js +0 -86
  365. package/dist/components/gb-progress-steps.js.map +0 -1
  366. package/dist/components/p-0e201b7b.js.map +0 -1
  367. package/dist/components/p-59a3b84b.js.map +0 -1
  368. package/dist/esm/gb-action-panel_8.entry.js.map +0 -1
  369. package/dist/esm/gb-progress-steps.entry.js +0 -39
  370. package/dist/esm/gb-progress-steps.entry.js.map +0 -1
  371. package/dist/globuscomponents/p-2ed5ef00.entry.js +0 -2
  372. package/dist/globuscomponents/p-2ed5ef00.entry.js.map +0 -1
  373. package/dist/globuscomponents/p-3ea94077.entry.js.map +0 -1
  374. package/dist/globuscomponents/p-661738fa.entry.js +0 -2
  375. package/dist/globuscomponents/p-9b9b636c.entry.js +0 -2
  376. package/dist/globuscomponents/p-b379f4f7.entry.js.map +0 -1
  377. package/dist/globuscomponents/p-d1d8a272.entry.js.map +0 -1
  378. package/dist/globuscomponents/p-eb230891.entry.js +0 -2
  379. package/dist/types/components/gb-stepper/gb-progress-steps.d.ts +0 -25
  380. /package/dist/collection/components/{gb-stepper/gb-progress-steps.css → gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.css} +0 -0
  381. /package/dist/globuscomponents/{p-92eebcdd.entry.js.map → p-07c11b6a.entry.js.map} +0 -0
  382. /package/dist/globuscomponents/{p-39b50763.entry.js.map → p-0b536f25.entry.js.map} +0 -0
  383. /package/dist/globuscomponents/{p-b78c6a38.entry.js.map → p-152ad6f4.entry.js.map} +0 -0
  384. /package/dist/globuscomponents/{p-0e7af6e9.entry.js.map → p-3d86b3e3.entry.js.map} +0 -0
  385. /package/dist/globuscomponents/{p-5e36cc76.entry.js.map → p-4ce82d5c.entry.js.map} +0 -0
  386. /package/dist/globuscomponents/{p-63294eef.entry.js.map → p-506ccb80.entry.js.map} +0 -0
  387. /package/dist/globuscomponents/{p-8b13c17a.entry.js.map → p-509fd1ee.entry.js.map} +0 -0
  388. /package/dist/globuscomponents/{p-f846efc2.entry.js.map → p-55f3e761.entry.js.map} +0 -0
  389. /package/dist/globuscomponents/{p-4b744b46.entry.js.map → p-61e0c21b.entry.js.map} +0 -0
  390. /package/dist/globuscomponents/{p-eb230891.entry.js.map → p-6dfc78d1.entry.js.map} +0 -0
  391. /package/dist/globuscomponents/{p-890b0211.entry.js.map → p-7849b0f5.entry.js.map} +0 -0
  392. /package/dist/globuscomponents/{p-10540ede.entry.js.map → p-79396a23.entry.js.map} +0 -0
  393. /package/dist/globuscomponents/{p-ab927143.entry.js.map → p-7ce874e1.entry.js.map} +0 -0
  394. /package/dist/globuscomponents/{p-2ea9204d.entry.js.map → p-8046d145.entry.js.map} +0 -0
  395. /package/dist/globuscomponents/{p-9b9b636c.entry.js.map → p-83b49c74.entry.js.map} +0 -0
  396. /package/dist/globuscomponents/{p-661738fa.entry.js.map → p-85c5f7c3.entry.js.map} +0 -0
  397. /package/dist/globuscomponents/{p-3756c709.entry.js.map → p-88449509.entry.js.map} +0 -0
  398. /package/dist/globuscomponents/{p-ade85332.entry.js.map → p-8d13cbe1.entry.js.map} +0 -0
  399. /package/dist/globuscomponents/{p-73b386b6.entry.js.map → p-928d44b7.entry.js.map} +0 -0
  400. /package/dist/globuscomponents/{p-9cfe1808.entry.js.map → p-97b0d77a.entry.js.map} +0 -0
  401. /package/dist/globuscomponents/{p-422c4b81.entry.js.map → p-a8fea797.entry.js.map} +0 -0
  402. /package/dist/globuscomponents/{p-0c0b23be.entry.js.map → p-a9d9a288.entry.js.map} +0 -0
  403. /package/dist/globuscomponents/{p-52046c5b.entry.js.map → p-ac68b58a.entry.js.map} +0 -0
  404. /package/dist/globuscomponents/{p-803afe75.entry.js.map → p-c6531f74.entry.js.map} +0 -0
  405. /package/dist/globuscomponents/{p-24ae12b3.entry.js.map → p-c853adb0.entry.js.map} +0 -0
  406. /package/dist/globuscomponents/{p-b242feb2.entry.js.map → p-cf861309.entry.js.map} +0 -0
  407. /package/dist/globuscomponents/{p-be847103.entry.js.map → p-d308f84e.entry.js.map} +0 -0
  408. /package/dist/globuscomponents/{p-09d69caf.entry.js.map → p-d3ea6323.entry.js.map} +0 -0
  409. /package/dist/globuscomponents/{p-ef4c9eae.entry.js.map → p-db2d2afe.entry.js.map} +0 -0
  410. /package/dist/globuscomponents/{p-014e330f.entry.js.map → p-dcded88b.entry.js.map} +0 -0
  411. /package/dist/globuscomponents/{p-09ff54af.entry.js.map → p-dea3acae.entry.js.map} +0 -0
  412. /package/dist/globuscomponents/{p-bfd4487b.entry.js.map → p-dea50d71.entry.js.map} +0 -0
  413. /package/dist/globuscomponents/{p-63922309.entry.js.map → p-e17a96e5.entry.js.map} +0 -0
  414. /package/dist/globuscomponents/{p-c1f02f05.entry.js.map → p-e28effc4.entry.js.map} +0 -0
  415. /package/dist/globuscomponents/{p-4374fa66.entry.js.map → p-e2e296c1.entry.js.map} +0 -0
  416. /package/dist/globuscomponents/{p-1b3f51cf.entry.js.map → p-e4ef70ff.entry.js.map} +0 -0
  417. /package/dist/globuscomponents/{p-4b8091b7.entry.js.map → p-ee7363b2.entry.js.map} +0 -0
  418. /package/dist/globuscomponents/{p-113a4925.entry.js.map → p-fac82959.entry.js.map} +0 -0
@@ -274,23 +274,23 @@ export class GbInputField {
274
274
  // this.inputElement.removeEventListener('input', this.handleTagInput.bind(this));
275
275
  // }
276
276
  render() {
277
- return (h("div", { key: '56dd048eaf2085d3899127fcff42f2a35f3d0c87', class: `input_container` }, h("div", { key: '81826f30a009a3af718460e3c15cd76163c73b54', class: `input_with_label` }, this.showLabel && h("p", { key: '3424d0190cec817421720d244a75b3c6f9ca1eac', class: "label text-sm-medium" }, this.label.charAt(0).toUpperCase() + this.label.slice(1).toLowerCase()), this.type === 'default' && [
278
- h("div", { key: 'c0e7e372b84d9b20bf001f67a349b54d9086aad2', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("input", { key: 'f653f796a6be97c56df2949f9874fedbf1884985', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), h(Fragment, null, this.showValidation && (h("svg", { key: '3570facca44b52163a79ed7f5ab2ae9172c4eb48', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: "tick" }, h("path", { key: '1dde6d570f3e7d0bf3aaafc7b6666398d58bf567', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: 'd5a63b0f9f7cb329d96e7d9620fc3bbe9224b594', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))),
277
+ return (h("div", { key: '29ac054598ea6ab6a01780e31376ad0d6249cc4d', class: `input_container` }, h("div", { key: '2388f506e00ff40074f1995c02f2f74909971e92', class: `input_with_label` }, this.showLabel && h("p", { key: '51910130485d3649cbf8da708d9555f1c8a07c06', class: "label text-sm-medium" }, this.label.charAt(0).toUpperCase() + this.label.slice(1).toLowerCase()), this.type === 'default' && [
278
+ h("div", { key: '3727853029fdf7a92b0996a86405c43326a5076d', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("input", { key: 'c4edd5c630bc5d12492d5594f880a8ccf795e6b8', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), h(Fragment, null, this.showValidation && (h("svg", { key: 'c896fabf65b7fd27b2fea86d03cf731a5f61d832', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: "tick" }, h("path", { key: '38849008fbf36061aace9ef97c83bd664d50ebc9', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '1d1c86857afd9d47d22cb6f2067a9c77dcafb2a2', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))),
279
279
  ], this.type === 'icon_leading' && [
280
- h("div", { key: '877f6417a09e86f44bea4f7d451102336fbed043', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: 'b390a69a778c75488e772e8f67cc930e093b7161', class: `icon ${this.size} ${this.state}`, innerHTML: this.leadingIconSvg }), h("input", { key: '47e424ce64ab1380b46a320c87c58f789cd9344e', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value, ref: el => (this.inputRef = el) }), h(Fragment, null, this.showValidation && !this.destructive && (h("svg", { key: 'ef04d6feba74a3db868029c76e99f0664c2c76c8', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: "tick" }, h("path", { key: '43bb3a48780cf84cc922b964cc69c7f259d15ff2', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '0aa149d4e95fd75a3c2bf480f528ced63c4078d2', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.showCloseButton && !this.destructive && (h("gb-button", { key: '091fe7e03b9b92c2bb8e65321299be1b17885494', size: this.size, hierarchy: "tertiary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/cancel-01.svg", onClick: () => this.clearInput(), class: `input_close_button ${this.size}` })))),
280
+ h("div", { key: '5d947a127321f776f61c0c890c2688c5df1a3474', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '9b67733fbaf19e35ebcc0bc924b03fb7a6efd7e9', class: `icon ${this.size} ${this.state}`, innerHTML: this.leadingIconSvg }), h("input", { key: '8a80dad1975d4b64ee93b9857b3dfc56e21c1d0d', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value, ref: el => (this.inputRef = el) }), h(Fragment, null, this.showValidation && !this.destructive && (h("svg", { key: '328cc21c74fec2d4af21f4205ed63575674c453a', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: "tick" }, h("path", { key: '26bc1b9e8965dc176f15aec4eef9fc8c9494f06a', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: 'af230908b40b3fd4560b196b80832f9ae71c96f1', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.showCloseButton && !this.destructive && (h("gb-button", { key: '9a68e217c9ade3e39478e328e58522129e8f28b8', size: this.size, hierarchy: "tertiary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/cancel-01.svg", onClick: () => this.clearInput(), class: `input_close_button ${this.size}` })))),
281
281
  ], this.type === 'leading_dropdown' && [
282
- h("div", { key: '52e45779daf2c5cd8f8a95d55a2d2a120288cac5', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '1570c447ed047cd18595a84cb27b4f821d92aa8f', class: `leading_dropdown_dropdown`, onClick: () => (this.showDropdown = !this.showDropdown) }, this.showCountryIcon && (h("div", { key: 'a8de009338752c31a39036f7220827f3801480d9', class: `country_icon` }, h("img", { key: 'dd50ecb6221314442490ae6e9836d139cfa642e4', src: "build/assets/NG.svg", alt: "" }))), h("div", { key: '93824ffec2a3e3569b365b34c0338a1eda245c67', class: `dropdown_text` }, h("p", { key: '3c1bdf39ceee5939a097fcc041412b914bee6a7f', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, this.selectedItem)), h("div", { key: '588659b587fc8e618dc4545c5d5e2032aa6160b0', class: `dropdown_arrow` }, h("svg", { key: '1cb4b2b863b59832e32841e0510349cdddac9f94', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '637ec5660b3087081ebec9376424ca0903698629', d: "M15 7.50004C15 7.50004 11.3176 12.5 9.99996 12.5C8.68237 12.5 5 7.5 5 7.5", stroke: "#4B5565", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" })))), h("div", { key: 'b6f05d5199e0b07942af6d5dab40d45ab29cd277', class: `leading_dropdown_text_input` }, h("input", { key: '1b29b96dfa75f086620b57f590ac74316b09ac71', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showValidation && !this.destructive && (h("svg", { key: '5eeb2e5071877130ab88e71e66c15ab142821ad8', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '482d977e50f397ba40d4afc0a41b44970fb9a298', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '04e8dbf9c3796842cecb211b95af94a53d077f34', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))),
283
- h(Fragment, null, this.showDropdown && (h("div", { key: '266d7d4f63163a8eceb88ce3c5aacaaaf1e23311', class: `dropdown_menu ${this.type} ${this.size} ${this.menuPosition}`, ref: el => (this.dropdownRef = el) }, this.options.map(option => (h("gb-input-dropdown-menu-item", { type: "default", state: StateEnum.Default, selected: this.isItemSelected(option), onClick: () => this.handleItemSelect(option) }, h("p", { slot: "name" }, option))))))),
282
+ h("div", { key: 'b088ca9d07eb665669865ce06ef53dcc14df7fec', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '970922d864e7fc0c558d84d85b8bafb7371fa38c', class: `leading_dropdown_dropdown`, onClick: () => (this.showDropdown = !this.showDropdown) }, this.showCountryIcon && (h("div", { key: '184216e8f384cb3e5aa71a99eeb2f368cfdf3254', class: `country_icon` }, h("img", { key: 'c05bc57e7c7c509931f49336d45ffc5990c0f2c1', src: "build/assets/NG.svg", alt: "" }))), h("div", { key: 'e666349a8a2879d7cac8c9490cbb91ab15a4fb00', class: `dropdown_text` }, h("p", { key: 'be85d9d34ea99c83ceb1c0bacbda25f7ff6440c2', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, this.selectedItem)), h("div", { key: '59fe70fbc61664d004672c72e28a08090f3b136c', class: `dropdown_arrow` }, h("svg", { key: 'f448c82fa9b4b8d2edff7d00ded35a48c364d799', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'a12542d67daa3aaf84682d92b25e03f5ef1a9db5', d: "M15 7.50004C15 7.50004 11.3176 12.5 9.99996 12.5C8.68237 12.5 5 7.5 5 7.5", stroke: "#4B5565", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" })))), h("div", { key: 'f927c039b6c7736de10beb64ec34bb434041d106', class: `leading_dropdown_text_input` }, h("input", { key: 'b1e1a9150726c7e7c545fb71e893a43c435cc0c5', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showValidation && !this.destructive && (h("svg", { key: 'c2b7f85f159f15c5b16c034bf7409cf39d98585a', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '6af079136a22e56b8e2ae5b0802b10595419e080', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: 'b51b86234194aa5c6f0a1162e6f426e61e283ef6', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))),
283
+ h(Fragment, null, this.showDropdown && (h("div", { key: 'b207066d0c094b7db4dad7a8e5666c69f9c50bd8', class: `dropdown_menu ${this.type} ${this.size} ${this.menuPosition}`, ref: el => (this.dropdownRef = el) }, this.options.map(option => (h("gb-input-dropdown-menu-item", { type: "default", state: StateEnum.Default, selected: this.isItemSelected(option), onClick: () => this.handleItemSelect(option) }, h("p", { slot: "name" }, option))))))),
284
284
  ], this.type === 'trailing_dropdown' && [
285
- h("div", { key: '1346becf6c39ccf8afab75f90b5364bcbc0e1cf5', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '8e01bbe03239279a0136f44969ff9a08ef476383', class: `trailing_dropdown_content` }, h("p", { key: '854714f8a4fa79ef4a74ec92716a28dff7ffef96', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, "$"), h("input", { key: '190e81e92b4f64d000ba3db9f57bb8be410320af', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showHelpIcon && (h("div", { key: '0660048785c6d0614095938d31f0d5981f86c55e', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("div", { key: '351038511c212d4e0cf84db6237930d070c32afa', class: `trailing_dropdown_dropdown`, onClick: () => (this.showDropdown = !this.showDropdown) }, h("div", { key: 'bbeaa245b6154dd4cc23fa1a50338d10f9fc2481', class: `dropdown_text` }, h("p", { key: 'd4538ba3195e608856ca7fd57a148f9b376d62ec', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, this.selectedItem)), h("div", { key: '094a3982033d463abf3c60aa672679bfa7c2ed33', class: `dropdown_arrow` }, h("svg", { key: 'df7ca8fb5633110bc3478f9695cd96256de54ab9', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'b6902f3f0db63b9393d114c75564ce1018e634c4', d: "M15 7.50004C15 7.50004 11.3176 12.5 9.99996 12.5C8.68237 12.5 5 7.5 5 7.5", stroke: "#4B5565", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" }))))),
286
- h(Fragment, null, this.showDropdown && (h("div", { key: '4805f3a30f14ef0db51735b491ff3726f3f6876f', class: `dropdown_menu ${this.type} ${this.size} ${this.menuPosition}`, ref: el => (this.dropdownRef = el) }, this.options.map(option => (h("gb-input-dropdown-menu-item", { type: "default", state: StateEnum.Default, selected: this.isItemSelected(option), onClick: () => this.handleItemSelect(option) }, h("p", { slot: "name" }, option))))))),
285
+ h("div", { key: '3e7d2800303261121766fe2d5c841117876cca12', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '25175d17388157eadeef2f96dce9ef4674dadfcf', class: `trailing_dropdown_content` }, h("p", { key: '0d54453fb75a41c1fe41ebee3d5616edae432499', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, "$"), h("input", { key: '955a9253e1f06abe721ea069beb5f80105273b04', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showHelpIcon && (h("div", { key: '8cdb2b11a6dd022b5f815d8351da854feb231145', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("div", { key: '623a85e17aed9fa27b2175a40568f3b5593703b6', class: `trailing_dropdown_dropdown`, onClick: () => (this.showDropdown = !this.showDropdown) }, h("div", { key: 'bc35fc79f6129e254ff090087831923e0a1c022d', class: `dropdown_text` }, h("p", { key: 'a4b830f68fd20f87fa0927a480ab553e130ce18b', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, this.selectedItem)), h("div", { key: '89164c89138950d948ac2cb3d8e31987c216a7bf', class: `dropdown_arrow` }, h("svg", { key: '36264ff8baa9ac94a8d29bf5c3938156696044ae', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '3dc8f1db2f0c7dc6b206264f2fed3898c9a16d09', d: "M15 7.50004C15 7.50004 11.3176 12.5 9.99996 12.5C8.68237 12.5 5 7.5 5 7.5", stroke: "#4B5565", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" }))))),
286
+ h(Fragment, null, this.showDropdown && (h("div", { key: '933410d541bc357de1fb2453c5c209e85eabc259', class: `dropdown_menu ${this.type} ${this.size} ${this.menuPosition}`, ref: el => (this.dropdownRef = el) }, this.options.map(option => (h("gb-input-dropdown-menu-item", { type: "default", state: StateEnum.Default, selected: this.isItemSelected(option), onClick: () => this.handleItemSelect(option) }, h("p", { slot: "name" }, option))))))),
287
287
  ], this.type === 'leading_text' && [
288
- h("div", { key: '25dc5f25f0146b354b6aa2b892fe2fb9ff33adef', class: "leading_text_input" }, h("div", { key: 'e6b61c5e9ebf18606e153e4b90ab2fa72d85c0c3', class: `add_on` }, h("slot", { key: '3668e2daef46933cf250de8b9b013344c7624f12', name: "text" })), h("div", { key: '41c2f1afd914a9ab840538fc59cebb2489892294', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("input", { key: 'd10490ec6f813d4adf9afdfa6d3d6959773924c0', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showValidation && !this.destructive && (h("svg", { key: '759730b3151d80c488c390d04ad832d8bccdbd35', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'e4cbbbb2eef1d171682098278d273d413f96127e', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '4455c2b84c563b9bcfcd4b2afc6103f9a14e15ca', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))),
289
- ], this.type === 'payment_input' && (h("div", { key: '32c68c559be710dec81a01205b0280025dfc1029', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("svg", { key: '35c96126693a946267a925bf8ba9dfa8966eb4a5', xmlns: "http://www.w3.org/2000/svg", width: "23", height: "14", viewBox: "0 0 23 14", fill: "none" }, h("path", { key: '4e3d14b5bcd97a290a4336c7cdc266dd97b4ac34', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C9.99493 12.8275 8.45902 13.43 6.78069 13.43C3.03582 13.43 0 10.4303 0 6.72997C0 3.02966 3.03582 0.0299683 6.78069 0.0299683C8.45902 0.0299683 9.99493 0.632466 11.179 1.63051C12.363 0.632466 13.8989 0.0299683 15.5773 0.0299683C19.3221 0.0299683 22.358 3.02966 22.358 6.72997C22.358 10.4303 19.3221 13.43 15.5773 13.43C13.8989 13.43 12.363 12.8275 11.179 11.8294Z", fill: "#ED0006" }), h("path", { key: '493e7e4a6d60bc37188dd497a2a236ba64d2dadc', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C12.6369 10.6005 13.5614 8.77192 13.5614 6.72997C13.5614 4.68801 12.6369 2.85941 11.179 1.63051C12.363 0.632465 13.8989 0.0299683 15.5772 0.0299683C19.3221 0.0299683 22.3579 3.02966 22.3579 6.72997C22.3579 10.4303 19.3221 13.43 15.5772 13.43C13.8989 13.43 12.363 12.8275 11.179 11.8294Z", fill: "#F9A000" }), h("path", { key: 'ef614ab22d710784b392320a9acbca9d4f3792b6', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C12.6369 10.6005 13.5614 8.77193 13.5614 6.72999C13.5614 4.68805 12.6369 2.85946 11.179 1.63055C9.72109 2.85946 8.79663 4.68805 8.79663 6.72999C8.79663 8.77193 9.72109 10.6005 11.179 11.8294Z", fill: "#FF5E00" })), h("input", { key: 'b1e931e49217b96e702a810035c652fb69cfe1eb', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), h(Fragment, null, this.showValidation && !this.destructive && (h("svg", { key: 'ad58e642ccaa34c3806c4c56b1d62ace3d17e067', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '102c512f51643f1d4b91d0c667c3e649e8e6304a', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: 'aac04d3d905efabff4bfca2b5874917682ad39cf', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))))), this.type === 'trailing_button' && (h("div", { key: 'cd22dfaee55f031003fdee91475efca6d0ae06cf', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '2d7aa3c4c3db6e4bf0bd1925a891bfab7bc99c3d', class: `trailing_button_text_input ${this.size}` }, h("input", { key: 'b63559a62d9aad1210efed92bb4511da7d4b07c2', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), ref: el => (this.inputRef = el), value: this.value }), this.showValidation && !this.destructive && (h("svg", { key: '20875fa5eac299fc627f5cd7599d6ff28838e458', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '302af79359ce5d34ee20fdc94baa36950f241f6f', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: 'f16f5096371f5e85f5cc308d884fc0ab3a67be22', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("gb-button", { key: 'a19571cb09b29614d1d4b123ce3b18004cf26566', size: "lg", hierarchy: "tertiary_gray", icon: "only", state: this.state === 'disabled' ? 'disabled' : 'default', "icon-leading": true, "icon-leading-swap": "assets/copy-01.svg", onClick: () => this.copyToClipboard() }))), this.type === 'password' && (h("div", { key: 'b8e5d96826a632445a8995ba6f7e3f3d1e895ce3', class: `password_input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '0cf72810e73bdda76701b2a717e3ce1009ae5f93', class: `password_content` }, h("input", { key: 'bc0c8fe2e13305db85f77c2d89df28aa2de57e6d', class: `content text-md-regular ${this.type} ${this.state}`, type: this.isPasswordVisible ? 'text' : 'password', placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event) }), this.showValidation && !this.destructive && (h("svg", { key: 'cba7e12a07632a5825af14a8dd282a67123be6b4', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '36599b7b2d3c237afb47080375bfda359e37b53f', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '9c9cedabe94d9df1b43edd6e8627bfb7dfa1e06d', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("div", { key: '2b9a9adcb9f82a2d3687ec4db91d1d32da53aba8', class: `dropdown` }, h("gb-password-button", { key: '14288a16d32203ddc05cf8c40f12b429c4fa414a', onClick: () => this.togglePasswordVisibility() })))), this.type === 'password_icon_leading' && (h("div", { key: '3abf94d3fd90da414d3c34e5410915e875bbc7ed', class: `password_icon_leading_input input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '5e9cf945eee7cf936ba1481f9a9884dd1445743a', class: `password_icon_leading_content` }, h("svg", { key: 'c2ff077d1bde96221471bbf40033528de24b24e0', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'dc7b67cc1c805c3a9d538e01ab108bac381321fc', d: "M12.0759 12.1667C11.6617 12.1667 11.3259 12.5025 11.3259 12.9167C11.3259 13.3309 11.6617 13.6667 12.0759 13.6667V12.1667ZM12.0833 13.6667C12.4976 13.6667 12.8333 13.3309 12.8333 12.9167C12.8333 12.5025 12.4976 12.1667 12.0833 12.1667V13.6667ZM7.91668 12.1667C7.50246 12.1667 7.16668 12.5025 7.16668 12.9167C7.16668 13.3309 7.50246 13.6667 7.91668 13.6667V12.1667ZM7.92415 13.6667C8.33836 13.6667 8.67415 13.3309 8.67415 12.9167C8.67415 12.5025 8.33836 12.1667 7.92415 12.1667V13.6667ZM16.4435 10.1294L17.1868 10.0293L16.4435 10.1294ZM13.7003 7.58258L13.7347 6.83337L13.7003 7.58258ZM13.7003 18.2508L13.7347 19L13.7003 18.2508ZM16.4435 15.704L15.7002 15.6039L16.4435 15.704ZM6.29973 7.58258L6.33417 8.33179L6.29973 7.58258ZM3.55652 10.1294L2.81323 10.0293L3.55652 10.1294ZM6.29973 18.2508L6.33417 17.5015L6.29973 18.2508ZM3.55652 15.704L4.29981 15.6039L3.55652 15.704ZM5.50001 7.5C5.50001 7.91422 5.8358 8.25 6.25001 8.25C6.66422 8.25 7.00001 7.91422 7.00001 7.5H5.50001ZM13 7.5C13 7.91422 13.3358 8.25 13.75 8.25C14.1642 8.25 14.5 7.91422 14.5 7.5H13ZM12.0759 13.6667H12.0833V12.1667H12.0759V13.6667ZM7.91668 13.6667H7.92415V12.1667H7.91668V13.6667ZM10 17.5833C8.69057 17.5833 7.50287 17.5553 6.33417 17.5015L6.26528 19C7.45761 19.0548 8.66829 19.0833 10 19.0833V17.5833ZM13.6659 17.5015C12.4972 17.5553 11.3094 17.5833 10 17.5833V19.0833C11.3317 19.0833 12.5424 19.0548 13.7347 19L13.6659 17.5015ZM17.1868 15.804C17.3105 14.8853 17.4167 13.9152 17.4167 12.9167H15.9167C15.9167 13.8142 15.8211 14.7058 15.7002 15.6039L17.1868 15.804ZM17.4167 12.9167C17.4167 11.9181 17.3105 10.948 17.1868 10.0293L15.7002 10.2295C15.8211 11.1275 15.9167 12.0192 15.9167 12.9167H17.4167ZM10 8.25C11.3095 8.25 12.4972 8.27806 13.6659 8.33179L13.7347 6.83337C12.5424 6.77856 11.3317 6.75 10 6.75V8.25ZM6.33417 8.33179C7.50287 8.27806 8.69057 8.25 10 8.25V6.75C8.66829 6.75 7.45761 6.77856 6.26528 6.83337L6.33417 8.33179ZM2.81323 10.0293C2.68953 10.948 2.58334 11.9181 2.58334 12.9167H4.08334C4.08334 12.0192 4.1789 11.1275 4.29981 10.2295L2.81323 10.0293ZM2.58334 12.9167C2.58334 13.9152 2.68953 14.8853 2.81323 15.804L4.29981 15.6039C4.1789 14.7058 4.08334 13.8142 4.08334 12.9167H2.58334ZM17.1868 10.0293C16.9527 8.29067 15.5122 6.91509 13.7347 6.83337L13.6659 8.33179C14.6943 8.37907 15.5595 9.18437 15.7002 10.2295L17.1868 10.0293ZM13.7347 19C15.5122 18.9183 16.9527 17.5427 17.1868 15.804L15.7002 15.6039C15.5595 16.649 14.6943 17.4543 13.6659 17.5015L13.7347 19ZM6.26528 6.83337C4.48781 6.91508 3.04732 8.29067 2.81323 10.0293L4.29981 10.2295C4.44052 9.18437 5.30576 8.37907 6.33417 8.33179L6.26528 6.83337ZM6.33417 17.5015C5.30576 17.4543 4.44052 16.649 4.29981 15.6039L2.81323 15.804C3.04732 17.5427 4.48782 18.9183 6.26528 19L6.33417 17.5015ZM7.00001 7.5V5.41667H5.50001V7.5H7.00001ZM13 5.41667V7.5H14.5V5.41667H13ZM10 2.41667C11.6569 2.41667 13 3.75981 13 5.41667H14.5C14.5 2.93139 12.4853 0.916668 10 0.916668V2.41667ZM7.00001 5.41667C7.00001 3.75981 8.34316 2.41667 10 2.41667V0.916668C7.51473 0.916668 5.50001 2.93139 5.50001 5.41667H7.00001Z", fill: "#4B5565" })), h("input", { key: '7db1841c5c73e3ca492c718f779bd4ee834b8418', class: `content text-md-regular ${this.type} ${this.state}`, type: this.isPasswordVisible ? 'text' : 'password', placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event) })), this.showValidation && !this.destructive && (h("svg", { key: 'eacd8a700d91bfa10899b6197172c4fa8a7474ad', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '29c73d6e50b9c85a2d0f4863be67874ee6b61820', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '2bc516befb7b6484a0c2d2ff199a6ea286cb335b', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), h("gb-password-button", { key: 'a39be84210d05003baaf2f0915e3c4c0f79984ee', onClick: () => this.togglePasswordVisibility() }))), this.type === 'count' && [
290
- h("div", { key: '7aafffb6a0e78209a86da3819978b69bc72d84eb', class: `count_input` }, h("div", { key: '3cb6addc1755ca6afadc4eb266cb8825c5530d18', class: `count_text_input ${this.destructive ? 'destructive' : ''} ${this.state}` }, h("input", { key: '813c2e6f422b13c5cb8afdaaa1537a84c97c2414', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showHelpIcon && (h("div", { key: '313d3860dc09949dc671427a14d44840c72958e2', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("div", { key: '197cb8638dc3c07a2eebfaf64e82cce8202d2516', class: `action ${this.state}` }, h("gb-button", { key: 'b40dc1fc77bd2960b716b5493e0325d126eddff1', size: "xl", state: this.state === 'disabled' ? 'disabled' : 'default', hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/minus_sign.svg" }), h("div", { key: '9e5931618b82442d4a5dfacabe35301c8b4652e2', class: "vertical_line" }), h("gb-button", { key: '055442a012848391798eb08c227d20a87149b232', size: "xl", state: this.state === 'disabled' ? 'disabled' : 'default', hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/plus_sign.svg" }))),
291
- ], this.type === 'tags' && (h("div", { key: 'b00101ef1fb096f1d622efdfe9b2560c3165aa47', class: `input_group ${this.state}`, ref: el => (this.inputGroupElement = el), onClick: () => this.handleWrapperClick() }, h("div", { key: '144bba7eaddbd0f38bb1fc2107ca4b0d8bdd7252', class: `input_like_parent ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}`, onClick: () => (this.dropdownOpen = !this.dropdownOpen) }, h("div", { key: '296280361854689d6be63815833990e1615efc17', class: `results_display ${this.state === 'disabled' ? 'disabled' : ''}`, ref: el => (this.resultsDisplayElement = el) }, this.value.length === 0 ? (h(Fragment, null, this.selectedItems.map((item, index) => (h(Fragment, null, typeof item === 'object' ? (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index) }, h("h1", { class: "text-xxs-semi-bold", slot: "initials" }, item.objectName.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", null, item.objectName.split(' ')[0]))) : (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index) }, h("p", null, item)))))))) : (h(Fragment, null, this.value.map((val, index) => (h(Fragment, null, typeof val === 'object' ? (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index) }, h("h1", { class: "text-xxs-semi-bold", slot: "initials" }, val.objectName.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", null, val.objectName.split(' ')[0]))) : (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index) }, h("p", null, val)))))))), h("span", { key: '05e2d8a633badb7cb06aeb0bdb1d6ebb170c8c9f', class: "hidden-span", ref: el => (this.hiddenSpan = el) }, this.inputValue || ' '), h("div", { key: 'ab9116a6b8cc84568df3b5d83ca68d91c6ddcc8d', class: "input_field" }, h("input", { key: '424973a2e26dad5ef66a3ae7f816dca7e4f69388', id: this.idOfInput, class: `input_like text-md-regular ${this.state}`, type: "text",
288
+ h("div", { key: 'a3ee73e5f6b324ce92b1ae7e074072d5fc7d95d2', class: "leading_text_input" }, h("div", { key: 'a8f17e55f5de9692f0af8e39f37d87e5631d06a6', class: `add_on` }, h("slot", { key: '18999dcb889760c6384a289c4ad58529f9518bf5', name: "text" })), h("div", { key: '1fa1a3cc15d457278c39dfc5be9180b8275251f1', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("input", { key: 'cbb930834a825c38bb61063419fdd5b5491de321', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showValidation && !this.destructive && (h("svg", { key: '46d1c0db1ce3270fce9bbde4ab567f133773e466', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '7490f5f62ac7f9dccb7e49daa445f1a4375a89f9', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '6f153cf76bc643f7aabef57e8d76c796174bef80', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))),
289
+ ], this.type === 'payment_input' && (h("div", { key: '044554f642893b542774053ca18412567c7365ae', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("svg", { key: '38a1a816d499cdc9bca313c816d29f727e06ea1d', xmlns: "http://www.w3.org/2000/svg", width: "23", height: "14", viewBox: "0 0 23 14", fill: "none" }, h("path", { key: '3070a0d49ec6c6a41f78b91a655a3975ed47d7d3', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C9.99493 12.8275 8.45902 13.43 6.78069 13.43C3.03582 13.43 0 10.4303 0 6.72997C0 3.02966 3.03582 0.0299683 6.78069 0.0299683C8.45902 0.0299683 9.99493 0.632466 11.179 1.63051C12.363 0.632466 13.8989 0.0299683 15.5773 0.0299683C19.3221 0.0299683 22.358 3.02966 22.358 6.72997C22.358 10.4303 19.3221 13.43 15.5773 13.43C13.8989 13.43 12.363 12.8275 11.179 11.8294Z", fill: "#ED0006" }), h("path", { key: 'c6e90af3bf26507fececd4275c30975f4eff7a8b', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C12.6369 10.6005 13.5614 8.77192 13.5614 6.72997C13.5614 4.68801 12.6369 2.85941 11.179 1.63051C12.363 0.632465 13.8989 0.0299683 15.5772 0.0299683C19.3221 0.0299683 22.3579 3.02966 22.3579 6.72997C22.3579 10.4303 19.3221 13.43 15.5772 13.43C13.8989 13.43 12.363 12.8275 11.179 11.8294Z", fill: "#F9A000" }), h("path", { key: '9aab3a8f196e1abf4cc9b90c18bf3b8bc59a42de', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C12.6369 10.6005 13.5614 8.77193 13.5614 6.72999C13.5614 4.68805 12.6369 2.85946 11.179 1.63055C9.72109 2.85946 8.79663 4.68805 8.79663 6.72999C8.79663 8.77193 9.72109 10.6005 11.179 11.8294Z", fill: "#FF5E00" })), h("input", { key: '480a762feab348669e557d87315c9779f3c64ca5', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), h(Fragment, null, this.showValidation && !this.destructive && (h("svg", { key: '4af94b5215a9d1f7d45cc1a4f93643314566e74a', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '1a953b481a0a369af4d76b766661b3d895400cbf', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '726372c4fb05ce21d8af5c06fa90204a2f65e3b3', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))))), this.type === 'trailing_button' && (h("div", { key: 'f8f95d385a1134fb22349c7a591466c8d673306d', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '27f850b947b71df5e19d2015948046b80dcd80ed', class: `trailing_button_text_input ${this.size}` }, h("input", { key: 'bf39903398fd9f2a2e80478916523382b45ae6b2', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), ref: el => (this.inputRef = el), value: this.value }), this.showValidation && !this.destructive && (h("svg", { key: '62904b23b997f99fcb0ffefda2a4b13e61773088', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '9de67d93f013b3f5dfa6fecc7a41a4c178e1730e', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '71d473b53e47ed2e94814efaddb57ed3029e36d3', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("gb-button", { key: '6b0fbf99e022f00daae5a3cb6efce2865d0f6092', size: "lg", hierarchy: "tertiary_gray", icon: "only", state: this.state === 'disabled' ? 'disabled' : 'default', "icon-leading": true, "icon-leading-swap": "assets/copy-01.svg", onClick: () => this.copyToClipboard() }))), this.type === 'password' && (h("div", { key: 'dcc71633716f3b00001b5726cd0bae3c22416a04', class: `password_input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '0022fb4b29962bf18230eb49cabfc1551d088c95', class: `password_content` }, h("input", { key: '2ab7dc0e05493e9a57203380c51b51f02f0ba62e', class: `content text-md-regular ${this.type} ${this.state}`, type: this.isPasswordVisible ? 'text' : 'password', placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event) }), this.showValidation && !this.destructive && (h("svg", { key: 'de9abed75f5264e17164f107fd2351a1332da4ac', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '4793daea6137c364effecb6b07cf7978bd9e3e99', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: 'b503768e9a4180f9dafd0bb992338c7001d1fed9', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("div", { key: 'aea5f93aaf06e0072c0e485407951f12cb49bf7e', class: `dropdown` }, h("gb-password-button", { key: '5a5097fd97dfc36cf48629efdd04c1d34da9fa46', onClick: () => this.togglePasswordVisibility() })))), this.type === 'password_icon_leading' && (h("div", { key: 'babcc414c3bfcdf6d038034c4fb41790248437d0', class: `password_icon_leading_input input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '9ca18b62dd38e663380b9ef12f3c0212620f96b8', class: `password_icon_leading_content` }, h("svg", { key: '7cdddc6d2446c5c5f53b3363ea5a498982d0e748', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '4c80fd82f2b0eae94af6c95e7a9480089f905e43', d: "M12.0759 12.1667C11.6617 12.1667 11.3259 12.5025 11.3259 12.9167C11.3259 13.3309 11.6617 13.6667 12.0759 13.6667V12.1667ZM12.0833 13.6667C12.4976 13.6667 12.8333 13.3309 12.8333 12.9167C12.8333 12.5025 12.4976 12.1667 12.0833 12.1667V13.6667ZM7.91668 12.1667C7.50246 12.1667 7.16668 12.5025 7.16668 12.9167C7.16668 13.3309 7.50246 13.6667 7.91668 13.6667V12.1667ZM7.92415 13.6667C8.33836 13.6667 8.67415 13.3309 8.67415 12.9167C8.67415 12.5025 8.33836 12.1667 7.92415 12.1667V13.6667ZM16.4435 10.1294L17.1868 10.0293L16.4435 10.1294ZM13.7003 7.58258L13.7347 6.83337L13.7003 7.58258ZM13.7003 18.2508L13.7347 19L13.7003 18.2508ZM16.4435 15.704L15.7002 15.6039L16.4435 15.704ZM6.29973 7.58258L6.33417 8.33179L6.29973 7.58258ZM3.55652 10.1294L2.81323 10.0293L3.55652 10.1294ZM6.29973 18.2508L6.33417 17.5015L6.29973 18.2508ZM3.55652 15.704L4.29981 15.6039L3.55652 15.704ZM5.50001 7.5C5.50001 7.91422 5.8358 8.25 6.25001 8.25C6.66422 8.25 7.00001 7.91422 7.00001 7.5H5.50001ZM13 7.5C13 7.91422 13.3358 8.25 13.75 8.25C14.1642 8.25 14.5 7.91422 14.5 7.5H13ZM12.0759 13.6667H12.0833V12.1667H12.0759V13.6667ZM7.91668 13.6667H7.92415V12.1667H7.91668V13.6667ZM10 17.5833C8.69057 17.5833 7.50287 17.5553 6.33417 17.5015L6.26528 19C7.45761 19.0548 8.66829 19.0833 10 19.0833V17.5833ZM13.6659 17.5015C12.4972 17.5553 11.3094 17.5833 10 17.5833V19.0833C11.3317 19.0833 12.5424 19.0548 13.7347 19L13.6659 17.5015ZM17.1868 15.804C17.3105 14.8853 17.4167 13.9152 17.4167 12.9167H15.9167C15.9167 13.8142 15.8211 14.7058 15.7002 15.6039L17.1868 15.804ZM17.4167 12.9167C17.4167 11.9181 17.3105 10.948 17.1868 10.0293L15.7002 10.2295C15.8211 11.1275 15.9167 12.0192 15.9167 12.9167H17.4167ZM10 8.25C11.3095 8.25 12.4972 8.27806 13.6659 8.33179L13.7347 6.83337C12.5424 6.77856 11.3317 6.75 10 6.75V8.25ZM6.33417 8.33179C7.50287 8.27806 8.69057 8.25 10 8.25V6.75C8.66829 6.75 7.45761 6.77856 6.26528 6.83337L6.33417 8.33179ZM2.81323 10.0293C2.68953 10.948 2.58334 11.9181 2.58334 12.9167H4.08334C4.08334 12.0192 4.1789 11.1275 4.29981 10.2295L2.81323 10.0293ZM2.58334 12.9167C2.58334 13.9152 2.68953 14.8853 2.81323 15.804L4.29981 15.6039C4.1789 14.7058 4.08334 13.8142 4.08334 12.9167H2.58334ZM17.1868 10.0293C16.9527 8.29067 15.5122 6.91509 13.7347 6.83337L13.6659 8.33179C14.6943 8.37907 15.5595 9.18437 15.7002 10.2295L17.1868 10.0293ZM13.7347 19C15.5122 18.9183 16.9527 17.5427 17.1868 15.804L15.7002 15.6039C15.5595 16.649 14.6943 17.4543 13.6659 17.5015L13.7347 19ZM6.26528 6.83337C4.48781 6.91508 3.04732 8.29067 2.81323 10.0293L4.29981 10.2295C4.44052 9.18437 5.30576 8.37907 6.33417 8.33179L6.26528 6.83337ZM6.33417 17.5015C5.30576 17.4543 4.44052 16.649 4.29981 15.6039L2.81323 15.804C3.04732 17.5427 4.48782 18.9183 6.26528 19L6.33417 17.5015ZM7.00001 7.5V5.41667H5.50001V7.5H7.00001ZM13 5.41667V7.5H14.5V5.41667H13ZM10 2.41667C11.6569 2.41667 13 3.75981 13 5.41667H14.5C14.5 2.93139 12.4853 0.916668 10 0.916668V2.41667ZM7.00001 5.41667C7.00001 3.75981 8.34316 2.41667 10 2.41667V0.916668C7.51473 0.916668 5.50001 2.93139 5.50001 5.41667H7.00001Z", fill: "#4B5565" })), h("input", { key: '5b799878c7c0fb1e59b0eb2e48f2c96a998a5a61', class: `content text-md-regular ${this.type} ${this.state}`, type: this.isPasswordVisible ? 'text' : 'password', placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event) })), this.showValidation && !this.destructive && (h("svg", { key: '65155b5a873197a9307d12902a9465a3c2ef7483', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '192f055e0ae2e1c6d6c1799f930897861ceecd89', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: 'f2eb128f8a7d0dd410ba09e02b45679dc94d48d8', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), h("gb-password-button", { key: '675495a19a9ff8f94809eef1385ce138cc213f31', onClick: () => this.togglePasswordVisibility() }))), this.type === 'count' && [
290
+ h("div", { key: '1aa9b28af785baf724190a3514d9d363cd780d6d', class: `count_input` }, h("div", { key: 'b1d576a6ccb5a392f4a91c13ce205f6bd8d848e9', class: `count_text_input ${this.destructive ? 'destructive' : ''} ${this.state}` }, h("input", { key: '5fa779f656950bebf0686d4a9cd9dfb477b763b2', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showHelpIcon && (h("div", { key: 'ed9695b5388c64663338d6366e5ccb06f8ec882b', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("div", { key: '417af6f8b93f88235ff7d2b0baa5210bde5114bc', class: `action ${this.state}` }, h("gb-button", { key: '11f0f79219b2cf3c9a098535e13f8d6dd9ed662f', size: "xl", state: this.state === 'disabled' ? 'disabled' : 'default', hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/minus_sign.svg" }), h("div", { key: 'fd0d93d4b2d37dc16819b84719a8b5d687210893', class: "vertical_line" }), h("gb-button", { key: '3aae1d171c90add52279b6c500fd076da6193c8c', size: "xl", state: this.state === 'disabled' ? 'disabled' : 'default', hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/plus_sign.svg" }))),
291
+ ], this.type === 'tags' && (h("div", { key: 'b2d95aad29c0e585cbb97df9b5a133ed33b055ab', class: `input_group ${this.state}`, ref: el => (this.inputGroupElement = el), onClick: () => this.handleWrapperClick() }, h("div", { key: '60bd9de66649c35d5eae20fdc4bb55c4b34b4286', class: `input_like_parent ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}`, onClick: () => (this.dropdownOpen = !this.dropdownOpen) }, h("div", { key: 'cbee9f49f83a54a3fcb9a02294965d10ac94b736', class: `results_display ${this.state === 'disabled' ? 'disabled' : ''}`, ref: el => (this.resultsDisplayElement = el) }, this.value.length === 0 ? (h(Fragment, null, this.selectedItems.map((item, index) => (h(Fragment, null, typeof item === 'object' ? (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index) }, h("h1", { class: "text-xxs-semi-bold", slot: "initials" }, item.objectName.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", null, item.objectName.split(' ')[0]))) : (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index) }, h("p", null, item)))))))) : (h(Fragment, null, this.value.map((val, index) => (h(Fragment, null, typeof val === 'object' ? (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index) }, h("h1", { class: "text-xxs-semi-bold", slot: "initials" }, val.objectName.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", null, val.objectName.split(' ')[0]))) : (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index) }, h("p", null, val)))))))), h("span", { key: 'bd8ca6f304bd1bfdff42c320fabcbdb3f2218b02', class: "hidden-span", ref: el => (this.hiddenSpan = el) }, this.inputValue || ' '), h("div", { key: 'b1773ccf7d0c1e2ed1e55f4c7b1c5d60c784f890', class: "input_field" }, h("input", { key: 'f6f3f1a5085f1064c24fdfce95338a807fcbe556', id: this.idOfInput, class: `input_like text-md-regular ${this.state}`, type: "text",
292
292
  // placeholder={this.placeholder && this.selectedStaff.length === 0 ? this.placeholder : ''}
293
- value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.exportSelectedStaff(), onInput: event => this.handleTagInput(event) })))), this.showDropdown && (h("div", { key: '3c677029a3ccb45547f2fa057f99572051d47cce', class: `tags_dropdown_menu ${this.show ? 'show' : ''} ${this.menuPosition}` }, this.results.map(item => (h("gb-input-dropdown-menu-item", { type: "checkbox", "supporting-text": true, state: StateEnum.Default, onClick: () => this.selectDropdownItem(item), selected: this.isTagItemSelected(item) }, typeof item === 'object'
293
+ value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.exportSelectedStaff(), onInput: event => this.handleTagInput(event) })))), this.showDropdown && (h("div", { key: '0f201d43f3f6d74e983543672c48e83370ea0792', class: `tags_dropdown_menu ${this.show ? 'show' : ''} ${this.menuPosition}` }, this.results.map(item => (h("gb-input-dropdown-menu-item", { type: "checkbox", "supporting-text": true, state: StateEnum.Default, onClick: () => this.selectDropdownItem(item), selected: this.isTagItemSelected(item) }, typeof item === 'object'
294
294
  ? [h("p", { slot: "name" }, item.objectName), h("p", { slot: "supporting_text" }, item.objectValue)]
295
295
  : typeof item !== 'object' && h("p", { slot: "name" }, item))))))))), this.showHintText && h(Fragment, null, !this.destructive ? h("p", { class: "hint_text text-sm-regular" }, this.hintText) : h("p", { class: "error_text text-sm-regular" }, this.errorText))));
296
296
  }
@@ -16,10 +16,10 @@ export class GbMegaInputFieldBase {
16
16
  }
17
17
  }
18
18
  render() {
19
- return (h("div", { key: 'a9f7f1113bc7a6a99d1f9d74dd3fea636875fb49', class: {
19
+ return (h("div", { key: '8122a275e31e15d1bd75a026f1275239c5d126e3', class: {
20
20
  [this.size]: true,
21
21
  disabled: this.state === 'disabled'
22
- } }, h("input", { key: '6874620a5f4421fb9ae6e6898418afb902eae5aa', class: {
22
+ } }, h("input", { key: 'a616021f636f503841fa7e4009e80482ef2e9b36', class: {
23
23
  [this.size]: true,
24
24
  disabled: this.state === 'disabled'
25
25
  }, type: "text", maxlength: "1", placeholder: "0", value: this.inputValue, onInput: (event) => this.handleInput(event) })));
@@ -8,7 +8,7 @@ export class GbNotificationContent {
8
8
  }
9
9
  render() {
10
10
  const iconSrc = getAssetPath(`${this.icon}`);
11
- return (h("div", { key: 'a927a7d2b89d6bb3e5c89384c5b8abec2d5c1180', class: "notification_container" }, h("div", { key: 'c7086bc508aa861f5196b914d78dee8345e5b72d', class: "notification_title" }, this.icon && (h("div", { key: '460556aa305ea58ae38e1cc69c8a0c96d1c5c8da', class: "icon" }, h("img", { key: '6881e4f60e61dd628b0459cbd095b12ed67da6af', src: iconSrc, alt: "Icon" }))), h("label", { key: '3ebad3c8da7bb1c685bb4a7efeea262afb38ad78' }, this.label), h("span", { key: 'b7a820b8c2e991ef3c1fa436871829093675cfbf', class: "time" }, this.time)), h("div", { key: '57037e2c460e03d64bfe6d3d7a0002d8633fdc6f', class: "supporting_text" }, h("p", { key: 'a3b197e0aec9c12f42759254188dfda23e73e5ec', class: "text-sm-regular" }, this.supportingText))));
11
+ return (h("div", { key: 'dbeb9064f9b700e73ff3bb5f95e4eb73c85ad281', class: "notification_container" }, h("div", { key: 'f353f2126c495b466e2f0610ab2c9c1360e1b602', class: "notification_title" }, this.icon && (h("div", { key: '4643f5a06aedff2967f763af7595b1c06ef70037', class: "icon" }, h("img", { key: '255b4d1cab389e4ecdc26aac96251fc35ed86284', src: iconSrc, alt: "Icon" }))), h("label", { key: '1ebadfeee256e1ee4e0ae465428c55c9007704b3' }, this.label), h("span", { key: 'b0af60434a2eda64749695e3acc42524ee9c0c22', class: "time" }, this.time)), h("div", { key: '835e696df9d71310defbb229992fcad14b58b50c', class: "supporting_text" }, h("p", { key: '69c62ba26d72545216c0de2ee2fc6b6b18d488d5', class: "text-sm-regular" }, this.supportingText))));
12
12
  }
13
13
  static get is() { return "gb-notification-content"; }
14
14
  static get encapsulation() { return "shadow"; }
@@ -51,9 +51,9 @@ export class GbNotificationPane {
51
51
  render() {
52
52
  const patternSrc = getAssetPath(`assets/notification_background_pattern.svg`);
53
53
  const illustrationSrc = getAssetPath(`assets/notification_illustration.svg`);
54
- return (h("div", { key: '3cf2e8f89a7ba5218e56553b916ab6deab5a9dd1', class: "notification_pane_div" }, this.state === 'empty' && [
55
- h("div", { key: 'ed5b42c65100404df57221dfb98e7a39df67efb8', class: `container` }, h("div", { key: 'e2ae0a2fa63d2d4476054781f4814d359ca3b2a0', class: "frame" }, h("img", { key: '5fb509d8671f70afa0b84a27113cd75231eaac78', src: patternSrc, alt: "", class: "empty_state_pattern" }), h("div", { key: '34b3b4d21c1547fb4830b0c8d78142c9739e580f', class: "empty_state" }, h("div", { key: 'f18b8f6e7bfd2bb1170c2c80ce177d2819418f2a', class: "content" }, h("img", { key: 'ecaac23522d2d9979cd77c98ea5881a74c677344', src: illustrationSrc, alt: "bell-icon", class: "bell_icon" }), h("div", { key: '3ffd7ac7c086c03e6fb4d1410860ce86d898aafa', class: "text" }, h("slot", { key: 'feec04201f26ece9eef017f72722d77c157c493a', name: "label" }), h("slot", { key: 'a4a08b7c89310f8cfe2951c131b2291b10046e14', name: "supporting_text" })))))),
56
- h("div", { key: '8b65379bf5f98868d01152dbfacebd6916c3a4ce', class: `button` }, h("gb-button", { key: 'd40c0741e13d763008921ba94a1d996c61cf6ead', size: "sm", hierarchy: "tertiary_color", icon: "default", state: "disabled", "icon-leading": true, "icon-leading-swap": "assets/blush_brush.svg" }, h("p", { key: 'fd7ee2d9d52b20c4ea9ed62b771e95fcaba697c4' }, "Mark all as read"))),
54
+ return (h("div", { key: '5ca0484ea23af34794c2792ecebd9cc1a64e6353', class: "notification_pane_div" }, this.state === 'empty' && [
55
+ h("div", { key: '1d82a5e6c9696aae9cf23fb3549e896caad7670c', class: `container` }, h("div", { key: '9964ca41b9dc259e4eddc55eb738ee6cc1a22848', class: "frame" }, h("img", { key: '19b54c2a33c26c6ce0952c6d9e1e491ed74a8829', src: patternSrc, alt: "", class: "empty_state_pattern" }), h("div", { key: '38362a638ed9fbe04a43f6fba40b0b5b8d509ffa', class: "empty_state" }, h("div", { key: 'ba34afd53e7667d2274b82648cb7b1475dbe7e06', class: "content" }, h("img", { key: '539bce1362467243c30320d1872aa7fdeb7a9aaa', src: illustrationSrc, alt: "bell-icon", class: "bell_icon" }), h("div", { key: '7d28c5a5090aee0c3b7605c468030a05f5892265', class: "text" }, h("slot", { key: '5c04a2d614a188eeb7a8a8e16bcd7f4c5e87ef14', name: "label" }), h("slot", { key: '21bb2fd02f840aa30c4f698889f9e596147308cf', name: "supporting_text" })))))),
56
+ h("div", { key: 'f1fcf3c2a67a42766e8d182cb58b907e99513be6', class: `button` }, h("gb-button", { key: 'ae820423e1f4f1c0b21edad2f3be0589b064a3e1', size: "sm", hierarchy: "tertiary_color", icon: "default", state: "disabled", "icon-leading": true, "icon-leading-swap": "assets/blush_brush.svg" }, h("p", { key: '4110ea43ba984c18bfe00099f4af692548b9b758' }, "Mark all as read"))),
57
57
  ], this.state === 'notification_dropdown' && (h(Fragment, null, this.notifications.length > 0 ? (h("div", { class: "notification_dropdown" }, h("div", { class: `content_wrapper` }, this.notifications.map(notification => (h("gb-notification-content", { label: notification.label, time: notification.time, "supporting-text": notification.desc, icon: notification.icon })))), h("gb-button", { size: "sm", hierarchy: "tertiary_color", icon: "default", "icon-leading": true, "icon-leading-swap": "assets/blush_brush.svg" }, h("p", null, "Mark all as read")))) : [h("div", { class: `container` }, h("div", { class: "frame" }, h("img", { src: patternSrc, alt: "", class: "empty_state_pattern" }), h("div", { class: "empty_state" }, h("div", { class: "content" }, h("img", { src: illustrationSrc, alt: "bell-icon", class: "bell_icon" }), h("div", { class: "text" }, h("slot", { name: "label" }), h("slot", { name: "supporting_text" })))))), h("div", { class: `button` }, h("gb-button", { size: "sm", hierarchy: "tertiary_color", icon: "default", state: "disabled", "icon-leading": true, "icon-leading-swap": "assets/blush_brush.svg" }, h("p", null, "Mark all as read"))),
58
58
  ]))));
59
59
  }
@@ -35,7 +35,7 @@ export class GbPagination {
35
35
  this.pageItemSelected.emit({ pageSize: this.selectedPageSize, pageNumber: this.currentPage });
36
36
  }
37
37
  render() {
38
- return (h("div", { key: '586869025a7035cf3ff9a5978a353493752009b1', class: `pagination_div ${this.type} ${this.breakpoint}` }, this.type === 'page_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: '50cbd6d8efa550ce6277dfc41f4ebe0e45fa985a', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, h("p", { key: '504d1fa2aba4aa5c3b591e60b730d10b16de022e' }, "Previous")), h("div", { key: 'ec9f33029ee74c899ac5b3b7e8950665a1d34893', class: "pagination_numbers" }, h("gb-pagination-number-base", { key: '2c57417892313cfbfaf83b6c27de25163ad6f79e', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, h("p", { key: 'ee9e789e5da4cf65b741c5568c646e629f4ad1c5', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: '58ad4d26fb23de388fd89d3aa18bc16fb092f6e2', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, h("p", { key: 'c33707be91c9c0eee352ec43ccc1e4d07c1333c2', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: 'bad6cf474ee81934a9ef58d3483169aa9b84900c', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, h("p", { key: '251286a89dee14868dc3e181b45c2892bdbb0f09', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '0530562ea3727f067f882da936f11e84be560e7e', shape: this.shape }, h("p", { key: '7f3686ba6a8058dd2a547a63e196030d8aeca229', slot: "page_number" }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: 'ab89a97886659f160481d9e516e5cada41d2d3aa', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.totalPages - 2) }, h("p", { key: '5800d15fac0bb7fd0a0a946dd5d406339498b7df', slot: "page_number" }, this.totalPages - 2)), h("gb-pagination-number-base", { key: 'dfd08f742efe693ce0d5dcede93c6a3f6405f021', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.totalPages - 1) }, h("p", { key: '2dfc05e880dc515c9722fc61aeba6e83e5c8fbda', slot: "page_number" }, this.totalPages - 1)), h("gb-pagination-number-base", { key: 'fe926a46eb10f541ce087501d979ddf1a9ff900e', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.totalPages) }, h("p", { key: '4c57ca651fc9fe2118ab6354d3bda5e58521406a', slot: "page_number" }, this.totalPages))), h("gb-button", { key: 'e923086b096b4196b236b75552051a515b1d74c7', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, h("p", { key: 'f362e6a245fca297502ac9a2acd0a73496f29761' }, "Next")))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: 'b5969e330b0602fc51bb6e72b5e8d2e8ac91abc3', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, h("p", { key: '90011d90a71a4d30441f753bcb607c2ed23eb5f6' }, "Previous")), h("div", { key: '63b7f335843308724ed648545f39925082279070', class: "pagination_numbers" }, h("gb-pagination-number-base", { key: '21828649d95455e2439c4e1ff27fb63c8b0708b1', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, h("p", { key: 'dd8692565209da4dab781d7f637e5e4267f705db', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: '59b72f3d98a651a85818e6ff7588721f2be3620c', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, h("p", { key: '5ce62f2c40654d94824462f4a70096caec86c223', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '2f862085096780422ee4593b61442c414c09fed1', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, h("p", { key: '78f48700138884ffd77c4803a72a2615a3cc19ff', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: 'aba48ad3fd60d099307585ac990376fd4866a587', shape: this.shape }, h("p", { key: '3d01f6d2dc2647441323000d73208871daf6423d', slot: "page_number" }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '65ecff77727d7cbc89281cef73e1a7d7acdee91b', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.totalPages - 2) }, h("p", { key: '81800368b788401c9b9bb1892508a407d0a92122', slot: "page_number" }, this.totalPages - 2)), h("gb-pagination-number-base", { key: 'ddb1f3c0d238eaba895bfdf1982b7ca710f11138', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.totalPages - 1) }, h("p", { key: '7e05c47f90c128645fbb11e1270439df80a662b4', slot: "page_number" }, this.totalPages - 1)), h("gb-pagination-number-base", { key: '677c903bd93eb90a02eb4001399881261bac53e9', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.totalPages) }, h("p", { key: '69968d3396b47e547156b7767f4a1463a12e407e', slot: "page_number" }, this.totalPages))), h("gb-button", { key: '88403ce58695e3985f61805b40f4c35684ed0c5e', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, h("p", { key: 'fd367ab332d8b436914f5f1408d1367f6e1c0bd1' }, "Next")))), this.type === 'card_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '575ce8eee499fa33a588283686407e582f50de17', class: "pagination_entries" }, h("div", { key: '6804a6f8e4ac2253e374dbc93d5bfa9d21381894', class: "entries_text" }, h("p", { key: 'dc5920f3bf6d39cf4b85a5d62953286b1adbdd23', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: 'fe9dde5ae458d1d666528fc7826052581692c86f', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '2450fc52d0af75db9bb2b7faae7a526e897cee57', type: "default", state: "default", size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-help-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))), h("div", { key: '77234a041b6198f9ce1347869de79fb1b59ccadd', class: "pagination_numbers" }, h("gb-pagination-number-base", { key: 'a4b4d0d9a939d9b5d87b6642a1dae12f92453df6', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, h("p", { key: '96e95158741551b045fb5bf9fe5243ad747ebb7a', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: '0ab7c041b9a7e36a8d9b74926de910feb5f5a2be', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, h("p", { key: '3e21942c08716458115da599d1c0e2e05111d542', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '0a62343b52e02ed60d8745180342835ac72b4990', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, h("p", { key: '42b23d64fca78ef229d60abe70003104e0b33770', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '89e3af19009d22a5ede866b1cb9f2f9ab3da067a', shape: this.shape, state: "default" }, h("p", { key: '57c55fd3466e509556b1038e0b29d6d2bd07e10a', slot: "page_number" }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '743c9e4b97885e8feafec2edfb3c7ae315e0405e', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.totalPages - 2) }, h("p", { key: '8136a46a6582ce4dab510ad0ea3b93507fdc4517', slot: "page_number" }, this.totalPages - 2)), h("gb-pagination-number-base", { key: 'a90cb13d3a1360738b12a895886d0b866e16cc5f', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.totalPages - 1) }, h("p", { key: '638a904d6ba6d6ea156635941686ee429c6e17b2', slot: "page_number" }, this.totalPages - 1)), h("gb-pagination-number-base", { key: '5f94c2aea48d76d7d32f8e6b0037039e59ec6362', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.totalPages) }, h("p", { key: '1e0c8f67f46b2665ff35b7068f7c9bf3b1dc00f7', slot: "page_number" }, this.totalPages))), h("div", { key: '9d63b3802f61688ebc1b501979e57c9ed931d34c', class: "pagination_btns" }, h("gb-button", { key: '0f5245911f681397b917aa73523db279fc7809e1', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("gb-button", { key: '057a812a7b4c3faaf63fa8a6ef0d47e944f60eb7', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))), this.type === 'card_minimal_right_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'd58fe2d6d6d024116666763e62ccb167a8180c1e', class: "pagination_entries" }, h("div", { key: 'eae1321871ce1437c229c40d724ece9eebcfae9d', class: "entries_text" }, h("p", { key: '2e06025bb12389727d2dea600ef2487e7bd685f9', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '6ce64e594ce959d4ebe00d64aa1c186d6cef7e4a', class: `entries_dropdown` }, h("gb-input-dropdown", { key: 'bc95235508dbbea4c49a45046ca879b66c6d6fbc', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))), h("div", { key: '587e3a08b777a6fde790195d495e866c2b89f423', class: "page_number_text" }, h("p", { key: 'b33fd3bca1822a550de0b57a090ac8999f68c779', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("div", { key: 'bd8164d6c70288a47f9503400262eaf8a165aa5d', class: "pagination_btns" }, h("gb-button", { key: '473fb792ae0da5877f88b6b89b3517b5dc792d5d', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '3e486accf7a1952c8c69453b84d6a2ae46577a18' }, "Previous")), h("gb-button", { key: '118bdec13e5078de527490e90840d692a825a5e5', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: '9ca3ccc325298400206dc7238a634b7ada53ef82' }, "Next"))))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '9d362e1a989b6b3734ce549622e02825572bf30f', class: "pagination_btns" }, h("gb-button", { key: '40e8fa3b96f22bd41f84d63e6194bbe61206f190', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '1d7366d97f2d8f1b96acbaaf889eaa027ec27cfa' }, "Previous")), h("gb-button", { key: 'd57b879344ff0318ccae6ba828ddd3535e74fcef', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'ee692c0325ce796be6d1363427d07f48dbb8b08e' }, "Next"))), h("div", { key: '4e2c0320eccca1965d6f583518c49585cf85a65d', class: "page_number_text" }, h("p", { key: '6cf7678abce1fbbce81d514649ab4f58d5fd3925', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("div", { key: '741c027e9eb4f738eaa212858d71f6537395e5d2', class: "pagination_entries" }, h("div", { key: 'c5521a717fb69cc5689b238c7d49e63ebb36bf4b', class: "entries_text" }, h("p", { key: '805cf24ffdecd78b0929b8b1139ac67fcda81f41', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '167230c3585571f30a2484b8aa17d054f5f06649', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '5bb6fea65e2a63ead3b32648daee4c0ff08737be', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))))), this.type === 'card_minimal_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: '79f9237144a55a467813b09a6bedbd2e36b218ce', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '44abd1596bb6e79f34ad786bbb61383c747d4e59' }, "Previous")), h("div", { key: '552bc2f353b93ce7c59ff80c72f2828b914b3b59', class: "page_number_text" }, h("p", { key: 'f7a40c341eb9995c6501b1139402c8dc0e3304d9', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '237d8bed4a7e5fa5630832a54a84317acbf6ec24', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: '856e890985036a945aa17b06c971fd4448997a19' }, "Next")))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '7e30a6101fa47804dc7932575576524a99fc3e3d', class: "pagination_entries" }, h("div", { key: 'c82242202ad8b11ec94b9eb4c11aba2db516a3f1', class: "entries_text" }, h("p", { key: '15f6cec48131efe6f6a5fac1cc78a951a8835c48', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '349595924c94403b3bbc3da7203176d62937b339', class: `entries_dropdown` }, h("gb-input-dropdown", { key: 'a1ebffe48d8adde683d041b96ef8756c07519560', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))), h("div", { key: '4e29019be880dd74630db1b933a27920225b0deb', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '36195c090bc9a431ca22f461cf65852a37c2ac51', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'ba37d7716850b7763a84aea9c8c36aa5daa6d2c1' }, "Previous")), h("div", { key: '80fc14fb55143c8cba52e6512f5459787e09f921', class: "btn_group" }, h("gb-pagination-button-group-base", { key: 'd7068be7d1542b67cd95eb10ab2d25e859dd7b09', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '88a1597c3743b986156cabd55599ae1bdc53d01a' }, "1"))), h("gb-pagination-button-group-base", { key: 'ec205d7b941b560c99e9fd89f22f60e85af99543', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '96db6d5c02b0144efc45f77ffaab9580cc7c1035' }, "2")), h("gb-pagination-button-group-base", { key: '5b0bd485003974e905ac3e6b814de57318ffda44', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: 'fd1c90871dcf88290f2a9becdb9fb00bc2a5f755' }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '5e629916549a6995ee2717d7d0ad73b332447d31', icon: "false" }, h("p", { key: 'a54dc59dda861a2dd8f0af2c128db1cf3add1114' }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '119bba261213a80591bea520c6fcad38a53d0f8a', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: '5fbd654cd42e6934952999d88a0d42aecb52d474' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: '4a2cfbd0215d1371259398d08c9550c0f563050d', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: 'c2722b016a764ec9df57a627c51dd3be03b15a74' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: '3fca4ef99a95a3cc035c5303bbe354fba940e1c2', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: '2f164c55a3a616b665c71435c8d8b2fd57b49c6c' }, this.totalPages)), h("gb-pagination-button-group-base", { key: 'e36d6064de8691318d5e0424bff046519cfa115f', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: '26fc19444f36de18e9bc6efc60cb80e3086ff969' }, "Next"))))), this.type === 'card_button_group_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '41ee2afcad2ba830de4f259f688bbbbf80519ad9', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '49c48263e5123dc97c295ae7bb318765ff270b25', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '45ef1e6fcbf5c35e706b31dcd3dfb4876fbaea91' }, "Previous")), h("div", { key: 'c5b47f96023bda06b7e67c89ae7666004037ce84', class: "btn_group" }, h("gb-pagination-button-group-base", { key: '33476508c1f222a0debd47bfd1f57fc32f6b36f8', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '817d7478cee752587deff83d00fff695b6b01a6d' }, "1"))), h("gb-pagination-button-group-base", { key: '475aeedb177e50278fbfc248ca116d2e0703bfa8', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '2fe497d30d6c25d78371616ff1b73d147ffe78ec' }, "2")), h("gb-pagination-button-group-base", { key: '333dd906b383cadf9d63def5e4ea1fc93f1e2d44', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '7e2be1af47fdfd234b67ce6f865b78dc75c38fc4' }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'ddea5ca906a9a793520603ccfd407862f9564c11', icon: "false" }, h("p", { key: 'd5996cb937fe07e7e6125ffa410f35068052c064' }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '674a6e07184ff425cdf70856e9efd0ce020c9ecd', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: 'd8c67d5aa0318883bca45926832df669488c0db5' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: '61caa1ff78be2ec500fbabbcb2cd2166654d2ee8', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: 'b64f3fb006a83f396abb5e616e248118be3a81c2' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: 'f4b3d905c4bc3447e5c378df762a8b723bb12a80', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: '4626c6c5cb0cf1be8c071b3eac3b968fcce4d473' }, this.totalPages)), h("gb-pagination-button-group-base", { key: '9ee1bda797943d8eebf8779f4c08a268656c564f', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: '9760619aa19eb6034f927cc866b7d6dfbae7a727' }, "Next"))), h("div", { key: 'dae3a81f9eb2f71425c86601bdd078e6cfdb0c94', class: "pagination_entries" }, h("div", { key: 'c9a9f255ceeca8314228b049c24972771f048f6a', class: "entries_text" }, h("p", { key: '092c1fc73bc8a6d07f62e8d37df71ac690eb981e', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '10e68664ea3a4dba1f129c452fb181ffcd4df54d', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '93de88d0737a177047a31c53fda1e0fefa4314f2', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))))), this.type === 'card_button_group_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '4b392f6e8c582dc3495e464f3c33294025dc457b', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '475b315d2169cd87987619cb282f58f1c4c32b7b', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '51b28c4c2f663e8d1d65d007393aa6fcf4f4941d' }, "Previous")), h("div", { key: 'fb1b51970aad72127c645e04309c0636cf034990', class: "btn_group" }, h("gb-pagination-button-group-base", { key: '37e46d213173f1b0e3ad4b53cc96059982813dfb', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: 'ca64ce87df8d5490866e3b69c76a370abb7db210' }, "1"))), h("gb-pagination-button-group-base", { key: '7d960e1f14718ed4fb30103741e390992c152bc1', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: 'ff7f7daa29c2fd045985eaad44ba616898914694' }, "2")), h("gb-pagination-button-group-base", { key: '5a1ef359967fadf03a810d24150cd81cd76fae06', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: 'e4c55cb79dc6020e1082f421556f434e7783230f' }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'cdd6f99ab65aaf2403fa74f42778acdf5f8911a1', icon: "false" }, h("p", { key: 'd602d52d9e19b031a8aa28a4e92c7599cb09fc8e' }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '962574b0df87bf9d90de638f17a107da76ca90de', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: '39ac820fab12056338005250d1d0d5b58caef9ed' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: 'f822ea794f2ee5da5d132f97f6f7f265757f6541', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: '623a2d36de4b1de76cb5bf0f17f650c0f2e15e1b' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: '41c3549865b2e980e2f6aba0eb14c1727ba2f83f', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: '092cf92cdd32bd5da72112edd399826cb14c414d' }, this.totalPages)), h("gb-pagination-button-group-base", { key: 'e936adeb0b57b53d58a68c67b1978752d164fb7d', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: '3ffc162d5cfa69a5f8ff5ceb1a9f6ddf4b54fc63' }, "Next"))))), this.type === 'page_default' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: '2f3a7ba96c4368654abb039880b558a6dbc33c23', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: 'c1f8120816c1d310c4153d80af154598c6eb9a23', class: "page_number_text" }, h("p", { key: '9cfe60d535088216b29b73bde5c83248e25294c3', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '6741a5bf98b55e4ecd8fa893049b93229594a2ee', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: '4c8b54b71834c45b5cbcbdae577a4449cceef46a', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: 'bafda8f04c598c114d8f49a2b45881e465ac4af4', class: "page_number_text" }, h("p", { key: '57235a1f2e5c1f3df8ce2dcdf46a6acea04b90c7', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '126d3dec260881272c9f40f455095d28e1989fe5', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_default' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: 'e39112d8fa9f8cc50424b36cda756f98a4e75c6b', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '3bccd51a9a9c1f4ca02b65e7cd08da8741c9fd77', class: "page_number_text" }, h("p", { key: 'a49a85440500b2ee3826446020307c243b2979b4', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '191ba96287ee21064fc59c7245ad11ee67a3be18', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_minimal_right_aligned' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: 'aac00fc806ac093cb8c901333894a3d3f8a76f06', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '802e1485a0224eff787a0a281d5039d9865f2f84', class: "page_number_text" }, h("p", { key: '7924c8fa1c66e93e7fa4315366bf1a7a4762c5b2', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '7fad0cbcd1f02501295768a3d9e562115b0f280a', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: '737fb4bd53badcc1b2f7cff163d6c5baf18f1f4c', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '30d84008ea9438647811c50d683ded8897acc2d2', class: "page_number_text" }, h("p", { key: '198682f788a62790b180b6f96bb4837377607652', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '54c83187b43e7a1aff7624f4aedcfe0abc104622', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_minimal_center_aligned' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: '1d5185355574337277b744aca641e4545130bb65', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '16bda7238c8b310555fe8368007a792afbb13c48', class: "page_number_text" }, h("p", { key: '1ed69c3b71fd635cfcb8a025d8f3abcbab333227', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '52b9136375c28643f294a9f3571860559c646b69', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'mobile' && (h("div", { key: '80ea78d1d36cefa7db3cb54513deb1fb73448468', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '60192ed47c129d9d8947ac7456db27f61e59bbea', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '94999a7b6d820fa49ad4e2c29a1b35dcb5872892', class: "btn_group" }, h("gb-pagination-button-group-base", { key: '458327eb954c1531fc772d72a3b9f9afb0a04be3', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '9b7d8f78017855103ac95fdf4c12f4038308cfcb' }, "1"))), h("gb-pagination-button-group-base", { key: '140051c4fa84d1572064d0d5cadf316d360707dd', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: 'b6b431d4cfb8c45a3762131b6e8891db1e6f8fdb' }, "2")), this.currentPage > 2 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 2 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'afc8442845880af1dff6d3888f9b6af83d06aa0f', icon: "false" }, h("p", { key: '48fcc8dd868c7a9dd95d604cf002aa5c43a0a64f' }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage <= this.totalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.totalPages / 2 && this.currentPage <= this.totalPages - 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'cb5eabf364b67e4bbf5ae838e145cabcb8703dc1', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: '940b3bf4cf0a50dc9a071ea00465b37d3517e5c0' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: '83666cccc2e3f4254c4593794e52aeec5969dee2', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: 'bbf73bac5934d7ab65203c278dce89f5a250614f' }, this.totalPages)), h("gb-pagination-button-group-base", { key: '460b19496a9eae354ac9129e5bba809117541c11', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_button_group_left_aligned' && this.breakpoint === 'mobile' && (h("div", { key: 'ef5bdffe72720f1ad10ebcaa572c56a3b5da9509', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'dfc3713d0b6f0fdf7a587336cbc07a5ceb8e0617', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: 'fec74e50767f8d32804b50de9fa68b6a19c0a1a1', class: "btn_group" }, h("gb-pagination-button-group-base", { key: '5636898b96886f23964c23291b2798fed7c7e868', icon: "false", state: "active" }, h("p", { key: '512691f5686ee276cfab14789754d4b679273801' }, "1"))), h("gb-pagination-button-group-base", { key: 'ea94cb027f947465f531bac5b48218341ed235de', icon: "false" }, h("p", { key: 'd3bac9c7181aac1c33aee2792254a8e4d6ed8fa6' }, "2")), h("gb-pagination-button-group-base", { key: '0738e475601fc34ee976a6dd28bed69963135f56', icon: "false" }, h("p", { key: 'a9f13b61480ce9269878103a82ce4ca192f76d59' }, "...")), h("gb-pagination-button-group-base", { key: '7dc91fad97c1804266c114e067d74f5c5ff32203', icon: "false" }, h("p", { key: '60a8145e1e57879b0129404e485262de2c14c2dd' }, "9")), h("gb-pagination-button-group-base", { key: '0b986382114800533062d2049cf82372d2be5e7d', icon: "false" }, h("p", { key: 'dc0d8b20ac839d4b72e8d8abd57db21ff64611a5' }, "10")), h("gb-pagination-button-group-base", { key: '86ab1d6d92bde6cc1dfb61fe5228211ee6578bb0', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_button_group_center_aligned' && this.breakpoint === 'mobile' && (h("div", { key: 'f534a97b03d3f8d8c84932aa4e5855dcf504cec9', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'a696fa6b0eb8ee7255b45535fb6b5584436a8343', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '8469ec58cbd06c07a9a0092686dab5d8b5ce80fc', class: "btn_group" }, h("gb-pagination-button-group-base", { key: 'de6368a5b9c7e0953bfef6a513a12acbd712f188', icon: "false", state: "active" }, h("p", { key: '5f922ce3bf8643934332ae42ab7de5aee4298178' }, "1"))), h("gb-pagination-button-group-base", { key: '082470c90aec77688321b4268304eea9b64019ce', icon: "false" }, h("p", { key: '5cfa96d16b3beddf6e57e1b072496edbf47d12dd' }, "2")), h("gb-pagination-button-group-base", { key: '9ca6b5ff927c76fd30a651fac2b44b5b291434c2', icon: "false" }, h("p", { key: 'c9ac4bfc7a3614283a68174f64dc82a883d66abc' }, "...")), h("gb-pagination-button-group-base", { key: '171acc1d7a48c56154c0c7d63f1f673474c87b58', icon: "false" }, h("p", { key: '025126516c520a255846d5a26f1d9adf5ff61548' }, "9")), h("gb-pagination-button-group-base", { key: '72a0895144b745ea839f009c132589d3d7f2b44c', icon: "false" }, h("p", { key: 'd0a4e552e5c3a1999c2ff9fa625741d6356efe91' }, "10")), h("gb-pagination-button-group-base", { key: '9ee7fd9b0171b2d128bf6108a550bd079bb01774', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))));
38
+ return (h("div", { key: '580f4615b736716d978e3796d0e32115e5801cc3', class: `pagination_div ${this.type} ${this.breakpoint}` }, this.type === 'page_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: '834ce4a3679e36f4c127a343b72c176a550ae5c2', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, h("p", { key: '913856200b7688757aee968a60e4c7b82a7b3a53' }, "Previous")), h("div", { key: 'e48ba4313f4c212755baacd06ede22734d7d41ac', class: "pagination_numbers" }, h("gb-pagination-number-base", { key: '6809b9addfa2857a026ca3ff9f0b1bb3560b9d01', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, h("p", { key: '2156d9906c670c8e0f525bf515593952e68078b5', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: '59b7f69a4f950591d87d04357c7acc227b61aa7f', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, h("p", { key: '167672cefe0a5221f28266aa2174dab16e732420', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '69806200e82f1ca93d4e3d5e8daade315674657d', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, h("p", { key: '80c0e12c0ed48f90b6204b83d06f6d1f23053a7b', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: 'b6dde6dfac0717303a3643f3244502fb0e57cd43', shape: this.shape }, h("p", { key: '085ff6884d6b67596bd6a4dceca5eb41129fb0c9', slot: "page_number" }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '40255230fe3ce10de8463df0b937ab1d96ad0295', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.totalPages - 2) }, h("p", { key: 'e94eed0964348f5c32b749a9d6d0b31bfa6cdb08', slot: "page_number" }, this.totalPages - 2)), h("gb-pagination-number-base", { key: '6981807c0de0176992ed20384869a66a03def8a0', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.totalPages - 1) }, h("p", { key: '6c800edd7857e547299542fcc5990e611a40adef', slot: "page_number" }, this.totalPages - 1)), h("gb-pagination-number-base", { key: '480fe9b158eb66520f32eb349a59a818498fcd5f', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.totalPages) }, h("p", { key: 'c7f8eccc68fe21fc0879abf3c14ca020a583b181', slot: "page_number" }, this.totalPages))), h("gb-button", { key: '787eb5b1db85cd24c75cd6768858ac43858615bd', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, h("p", { key: '88421e3461633f45740778f58776d45462bdb9ac' }, "Next")))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: '861749d3e1f74521b5bdae361807c3a434fac2dd', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, h("p", { key: '6c4b7d5c7c91f41f20edeb5d53db2054645d965f' }, "Previous")), h("div", { key: '03ba6bb843c268e94b341febdf023f45fbaa2eb5', class: "pagination_numbers" }, h("gb-pagination-number-base", { key: '108fab4695a018e0fa9afe6df200fcde1fd0d727', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, h("p", { key: '6eaf22cebbbb420dc30ffeb77f96d507e8103451', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: '7885a31ecdf00280b91d8ad1d501f748ab17f85e', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, h("p", { key: '4457a7c3680d0dbc44983a4bbc6d277b3d194064', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '2ad1c0ad9c7c30e7c9d7f94447bbcf9067043445', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, h("p", { key: 'e8f0e806383477368b1faf15fa32e3602554d7d1', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '5fdb405dec5f038350020f5d132fedb62e90bd71', shape: this.shape }, h("p", { key: 'a5d909e23b6637fe98a1bc8466c986df1b175b1f', slot: "page_number" }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '14c7b91cbf0a8061725c073227df52f0a65a78dc', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.totalPages - 2) }, h("p", { key: 'b637941f65e23ac41b5ae8129ec02f5d0b31cf62', slot: "page_number" }, this.totalPages - 2)), h("gb-pagination-number-base", { key: '11b4d0fab9458e2910cbc26f3ab6f0c4d539a00f', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.totalPages - 1) }, h("p", { key: 'fb9e4a372fce1b480892a3f1f2326df91ff38b01', slot: "page_number" }, this.totalPages - 1)), h("gb-pagination-number-base", { key: '259f9db08d161ba7ddc4191de832c762ef84bfc3', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.totalPages) }, h("p", { key: 'ce4d9ef64597e82847d96a8a3e3d55497ed58583', slot: "page_number" }, this.totalPages))), h("gb-button", { key: '633aaa258e6e0f12505060727787a4f476c06429', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, h("p", { key: '854e6dbf2619624c886c6ca6d121ee2be1d7573e' }, "Next")))), this.type === 'card_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'd0602c9e9e887433f095b45b22cb08c51ff57704', class: "pagination_entries" }, h("div", { key: 'de0abd377c001f39fddd039d308cbd7a453df5d7', class: "entries_text" }, h("p", { key: '049aa7eba17dc8919fac25256197a792475ee428', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '9a2beee71de6939b919264020ee7695a048beff2', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '8bc2b5a03772a4f670d78c605c214299e61e840e', type: "default", state: "default", size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-help-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))), h("div", { key: 'a45047eead8f7d5b55af8530fad1b8e63f0a7213', class: "pagination_numbers" }, h("gb-pagination-number-base", { key: '74168996e3200abaa87771d0a1a0276c9e8e3fdd', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, h("p", { key: '2c2706c60abfce1d510b1baf887b37c6dfbae709', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: '35d26f489f7b48df769097760917165d6a7068cc', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, h("p", { key: 'e8a2bbd558cdc9052dd0178306c982396b81b96c', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: 'd51d7d0598c9d56db839b30e54139a78b730d4a6', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, h("p", { key: '0b6c064c8a3111dfa1a5616eadaabee98c2caae5', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '0dbd44f94ddd3e8791e0483243415997e8c513a6', shape: this.shape, state: "default" }, h("p", { key: 'ff42bf796140a8ccce781d13119c24a105752ca6', slot: "page_number" }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: 'b216fc1850d0a9e90aabec3b108edc8ae3af879e', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.totalPages - 2) }, h("p", { key: '5890c0eb6253ab69961bd9eaf591210cd607c94c', slot: "page_number" }, this.totalPages - 2)), h("gb-pagination-number-base", { key: 'ce9d869b6e86370ab9cb2537c54ed94bd5105e51', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.totalPages - 1) }, h("p", { key: 'd9bbe27afc6d0b1ca708701847d8bb8b393a71eb', slot: "page_number" }, this.totalPages - 1)), h("gb-pagination-number-base", { key: '830c5d33e32e1d8e7f4554d5ad9ffbc62aecaf00', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.totalPages) }, h("p", { key: '816ee12c8dbe46cc17819fa5e3e902b6bd4069bd', slot: "page_number" }, this.totalPages))), h("div", { key: '1b773269491983e72e9b90a14fb63357080ef61e', class: "pagination_btns" }, h("gb-button", { key: '5624dd61c0a28bd151dd96d1ec6536809d799718', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("gb-button", { key: '926027b89c30756f10f284c6b28c4c196b6928a5', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))), this.type === 'card_minimal_right_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'bb7ea314c5468c3b3950d4fc71f3b17021d402d6', class: "pagination_entries" }, h("div", { key: 'fec0f5f07f12f47ed49a3eb14c59a09cfcc0ff97', class: "entries_text" }, h("p", { key: 'ce3712df47050327521d907403c6b8334505b3f9', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '088d8d2bac8737c0ac14f964ba3c41b192be3d65', class: `entries_dropdown` }, h("gb-input-dropdown", { key: 'e100f508be632bb62a7bdc221a0a0d95e798cb8c', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))), h("div", { key: '5998b5dc186b30eedbb37012171254d5b1d697a1', class: "page_number_text" }, h("p", { key: '155fefe5e763a3a6fe308a4f7b1b7d63c7ae355a', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("div", { key: '1c59b0303ac1fbc68cf41f4ba0b21b8762779fe6', class: "pagination_btns" }, h("gb-button", { key: '13304c372cc3180276ec2b4e0dd0101216a341a2', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '41fd9e81d5e97b713fcca1df856fc5c67452fcbc' }, "Previous")), h("gb-button", { key: '2f42c4234498d63d6035891af4d2a8859f1205cf', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: '6201bc0493349f40a0334a6aa029786f4bf61852' }, "Next"))))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'eff4f3dbcca9eafd8990e2d5ee8fc54873df80f6', class: "pagination_btns" }, h("gb-button", { key: 'ac8563f3ace67502d5b02378f2842f8c23188533', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '27da9138e5cdb48456497011473a681a119b6b42' }, "Previous")), h("gb-button", { key: '374e06ae990e473496b64df52f9f96dae513021e', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: '17e6a1eedc7f725d56a9e8115f2648374d9701a8' }, "Next"))), h("div", { key: '1cd913f3fd5fec47b129e042f2096d9dd8b520c8', class: "page_number_text" }, h("p", { key: 'd76ad41c059295605640afb2f44f786856d8b5f3', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("div", { key: 'a433b970b627fdeaf85fc228a469328db59aa49a', class: "pagination_entries" }, h("div", { key: '5dbc43aed2bd0b49ea93b8e89617dff06214caf6', class: "entries_text" }, h("p", { key: '43b482280009b3f3547362f325f4dbddd7f1985c', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: 'b9cdb9bd5e34bb5981e4c8b57cf3b0027b5739d9', class: `entries_dropdown` }, h("gb-input-dropdown", { key: 'e9c29d1786911dd12a93da3d359d286b049d4f86', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))))), this.type === 'card_minimal_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: 'f20419a5ed9d5ff4619ebd80be672e78bbd6d21b', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '0daece146a69b693f74ec6b99cb3a2ef3f0efa8d' }, "Previous")), h("div", { key: '723927672a120dc0a14c8617caebde6b4b12bc25', class: "page_number_text" }, h("p", { key: '4d35979c17bddd2ad74fa6a6d3978c8ed47b6b2a', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: 'f43794e99333a07af01f2e82a0cef0d598a9ac75', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'ad161e8e3af044c070db0cd64359e04adccfe2ac' }, "Next")))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '49e0d91c9ce1ebf54e47d1c9e8f0c3e84926f888', class: "pagination_entries" }, h("div", { key: 'a0fdd5a1fa0dd6f9f27d5bfb3759cf760ee497b8', class: "entries_text" }, h("p", { key: '6de456f1d5516c384aa153adea4355b6c22d32ea', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '3acd6c9aee7b4cc696cde3859d2a4aee2d329f20', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '795eb3755229410e4a8fb00b8a2409ccedbede41', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))), h("div", { key: '6fe0d29a1f14c2cb79619f20c1be1d3e8e7f0f3f', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '680f3e57680d138c7c35d9ced08e370a8e9e4a8f', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '989baec85f5f08b4361bf3331f6f3a0428da93ff' }, "Previous")), h("div", { key: '7fb74ab4ccb1fe77784b0576530090b0f3e39c36', class: "btn_group" }, h("gb-pagination-button-group-base", { key: '3f0116ae200b433f0aabad571ddf5fac6c5ba770', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: 'e7565e3c89d164812259be8d0bb23a8b91542f95' }, "1"))), h("gb-pagination-button-group-base", { key: '0bade7131b7980dff62be6b3a5b7043a10b845c9', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '311cf1c6ade66777e0f3eec1d867e38826b58f79' }, "2")), h("gb-pagination-button-group-base", { key: 'ae044babbff6e69aa9da40c8a0a209600fd91e09', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: 'aee6f39dc9cc8407e95484794883691518d56379' }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'ae7c683c357706594b0a84a8dd62717dbc343082', icon: "false" }, h("p", { key: '38210e4d92164f9eb346593a1078470f8aa367f9' }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '20e51f6c76996079b5fa9b1886a6f9532d3522fc', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: '9215b3f74de9acaed8ea2a2d821f1b6acb63ed4b' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: 'b8c699aa2927eeede77c0156422919081d3871fa', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: '42e5c80430d40f27d0651844ee69578b72dfb188' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: 'c90d97ce4779fbf03ee6a80ef3cc0ac306286414', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: 'a7be7c2c1f7f8f88cb1d0644321b8dfdd724d9a1' }, this.totalPages)), h("gb-pagination-button-group-base", { key: '1ca979a05b9433bc27310c998f9cc0ecfca00ee8', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: '3197bc63c6d0389d47a34d0fab0371f4b002fce1' }, "Next"))))), this.type === 'card_button_group_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'bec6b15cccefbe98f3d6a88dddf8c327ff20ed77', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '85751feea8f99ff9b7be37305504e30a4f37e3b2', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '8ea7191a337b7f92a1ac24498ce4c7e3627c9982' }, "Previous")), h("div", { key: '33c03c3e2655802207e78f494b628f329a1d8c25', class: "btn_group" }, h("gb-pagination-button-group-base", { key: 'dce798a9644475bf0b1a8669480b761b4d1da083', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '57ec7458f59dd9372ec7a12ad26861c52fa27a4d' }, "1"))), h("gb-pagination-button-group-base", { key: 'cef7ce4e47b52e3bb9d91e9a22bea5b11b5b7ada', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '12ca277b148b6774949bcaa2f1a68c2076665620' }, "2")), h("gb-pagination-button-group-base", { key: '69320993d3154fad315a85423c8d779d5d64cfdb', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '5e9a33e6dfbc5e04ea99d9b571e3a593ba7ddd2e' }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '4d639014b272b80a9b3a8fbbda4158da69660bdd', icon: "false" }, h("p", { key: 'de05fc29d65f7c15fc69e0d7ed75787e7e9a4495' }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '5ef051e1eb9821bc9f4cd31a6d0cef1ff93aefe6', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: 'b9d91c9789b294a462a111eb9a38094cf28c1501' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: '524c34e38e388eaab513725f9a15ba348614be42', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: '63ea88b76aa3df3723f3c6f8cedb63ab628134ec' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: '246a8b7463deae00178685ced7355ef18cf40c1f', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: 'f7288ec3ea94bac501c1c5153d397be04c639e03' }, this.totalPages)), h("gb-pagination-button-group-base", { key: '9356539e42fa1f3ef0c2d45a23807c2303b37e35', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'af4c041c60cf06bb7e5fe0e3368a8c85729c1638' }, "Next"))), h("div", { key: '25cb281f26dfb5b6b6574e6019d78ffbfdee13b7', class: "pagination_entries" }, h("div", { key: 'f040798ab9279ac972a45b2760b0f33216ccb9d8', class: "entries_text" }, h("p", { key: 'fe8e087532ab10fde81818552dd139df9ee66347', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '804d9fbc362aa6e3373b42cd094d672fd57bc668', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '0125d5d6679991937c7485c2be761be4b59bccea', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))))), this.type === 'card_button_group_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '5bf406159e8448f5e015cac2c9eddde805bea9a4', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'c05671d1f80696c82322431578ec5381782ddffe', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'aebe92a7034a9f2c8f556030bb018b127db8e698' }, "Previous")), h("div", { key: '4dff35dd42837a8b18e884fb000efcc136ccb793', class: "btn_group" }, h("gb-pagination-button-group-base", { key: '0443a26a056ce8ca06926d77cd7903542cb00f4e', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '13a59b1c7aab4eba7d1545b142673120f7446fd7' }, "1"))), h("gb-pagination-button-group-base", { key: 'b1f867dbf95b3b30f1c4ad783736bf5f80137b13', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '63705e2472ec9bf70e38c9f06d33a3d25225dfb8' }, "2")), h("gb-pagination-button-group-base", { key: 'e78c93dafe04995765d3e25246a46e54c097783d', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '0fc2b7ed67ab494d2a9ccd68c088bbab94569028' }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'bbd43cca5094f420e36d30697a12ab6673240641', icon: "false" }, h("p", { key: '48e07b3b82113b1999e0e4d0b2920e67929c0449' }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '7cb588b7976cbc557a53e0568d5dba4962497707', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: 'fa642ba06d459762442c0f4a7bd49edcc9aa523f' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: 'cca2bbd9905f99ca56f7264596d5903ce039ccf9', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: '1f053bd27f53f4dac8308f9910aabd8b011a26bc' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: '5adb416ea69839b4dfaf34fbe3bb488ef6ffb342', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: '8891bc59703ae92827d3fb21b0a849683c9dd113' }, this.totalPages)), h("gb-pagination-button-group-base", { key: '2ffb1d6872b29b3026d7f5fa0dec6b9fbf4f242e', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: '29db784096418e236cd411ce6fb3e9981f6802f1' }, "Next"))))), this.type === 'page_default' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: '9637fba2ab2f891a863065c93b9dcf3fa34cda61', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: 'a61765e276b4d254d8bf76b0c8b0e736a4632868', class: "page_number_text" }, h("p", { key: '18bc38b1a741594f5cdc0070d52e313ec9d26e6f', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '9086539e949bf9e44fb5fcd7862217869a7525a6', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: 'c94ea68551ec3a50b12b63b58820f202ad51e485', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '507b48312122d9bb5ddb6928e0ed02a87383032d', class: "page_number_text" }, h("p", { key: '391b9c8d1327bb53b7f97fa2a161bee6ace4f4d3', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '4bac8c0fea792ab5499b3552cd9b52ba7d9fa009', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_default' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: 'b84f5ce7c9560c87b5a079fc1f9fb690ca0eddbb', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '21226d6a386091360c39c91560448b431f3747bb', class: "page_number_text" }, h("p", { key: '3925262b0a388a544cc56e8dd1f3a40f35fe0302', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '74e8665698f0396c6f2b403550233672a96bd012', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_minimal_right_aligned' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: 'df4ff4f3836784886fee8fc76e4e62c08eec1540', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '8df48e9e7a2cf1f0e7947a2ceb6a1be7c42e5365', class: "page_number_text" }, h("p", { key: 'aeb76bcf18dc585f0d333741bc27f6e624ec8b69', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: 'fb6ca74f32268721e244c60d688cec82a60de72f', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: 'cff11ed4fb98acf7ebf8e0ade8833f471b656c21', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: 'c3b0a343c1f8a02c62915a510767b1de7ba4c42b', class: "page_number_text" }, h("p", { key: '2c87bf508c88f8c2876a30ddc4a4a63caf10f149', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: 'c92abad80aad3fb08bc6ea976909e2e5369865af', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_minimal_center_aligned' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: 'd0593be63126f0985a867516abfe1df438c860ee', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '50c0e5f68c50f2b3f06d3babb5103da7e4811dd7', class: "page_number_text" }, h("p", { key: '0f4fac0cb2431be1dd0841a453b7ec234931acca', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '60e707a1e05092c553908b2257b2d6c0f56c3967', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'mobile' && (h("div", { key: '2a970b2ce286b30538f1ac527232589a8d63012e', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'e5026a7894fb074e991e3a5a6c0af2940d0f8c1e', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '29bb22b584ba69fd78dcd15742d21ed118108dcc', class: "btn_group" }, h("gb-pagination-button-group-base", { key: '01985f0f93b7591da7e65e09183220deb962403d', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '789fa41ac2e5552fca01201bb728c733b3f6147b' }, "1"))), h("gb-pagination-button-group-base", { key: 'b3e9ea530b9c726c39cc3ad05c76d825a92f90d9', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '1f69d2bca92a90b1d319c6ef67ff55a8b0ab8abc' }, "2")), this.currentPage > 2 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 2 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'ea0898e10938a733bee75fe97c0d1e68eca1baed', icon: "false" }, h("p", { key: '4254199c0e48e033a4db84d4efb2ef9986520d16' }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage <= this.totalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.totalPages / 2 && this.currentPage <= this.totalPages - 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '0764ea74f468a3aa88414ffa58458e036192e58a', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: 'ee6f5ae733303cc45b1c91d3eaaefc84c186b05d' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: '4d5c05b5bf7d51b3bbd1a92e13c1a16da07271f8', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: '6afe98d1c3a062259c45cab0fff1b16768e1abc4' }, this.totalPages)), h("gb-pagination-button-group-base", { key: '822b17d7ae5ad49f431cc7365f5e17e21825351b', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_button_group_left_aligned' && this.breakpoint === 'mobile' && (h("div", { key: '55c37e7bcf0d778c5e7f6c3dae5f5a1cc39a51d9', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'd3d25abb511b80294e86cd6a8af14fc171c2b544', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: 'dd69c3019fc7b6c5ea949da7f37952ec245af1b0', class: "btn_group" }, h("gb-pagination-button-group-base", { key: '93daafe6417b7bc21e65b1c49e086561a42ce279', icon: "false", state: "active" }, h("p", { key: '95ff9abece1326acb7ade2dac71140534715675d' }, "1"))), h("gb-pagination-button-group-base", { key: '2e161e1106556c0fd6eb84c303562b1731289dd4', icon: "false" }, h("p", { key: 'c0ced1f066c01ec1094d552ee4c4daef2b163669' }, "2")), h("gb-pagination-button-group-base", { key: 'ea8fe4bd8400cb675607ccf5a23b06b336752fb6', icon: "false" }, h("p", { key: '4892d26b30865f4f15f338216957179592477253' }, "...")), h("gb-pagination-button-group-base", { key: 'bbef023bbac21e5dfa9c52b645cd5b9ab6163e7a', icon: "false" }, h("p", { key: '40e8974a1ae01c8d84782746b0ba4fccd1114815' }, "9")), h("gb-pagination-button-group-base", { key: '8f864dbbbb09431e1133b062cafedcf5fc6e9fe0', icon: "false" }, h("p", { key: '3b2f8eec0aa65611abd3c7b7cc3b4dbe7c052b1d' }, "10")), h("gb-pagination-button-group-base", { key: 'efa424e83e581dc4de0963455464d02fcd8db2fc', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_button_group_center_aligned' && this.breakpoint === 'mobile' && (h("div", { key: '76d1a7129cb0601ece8663262dff50430c14b1b3', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '14b74a3efb1ff99d11610a49f5690b8836f8093d', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '8284aa95159d965de254dfb9e138ef6b40221981', class: "btn_group" }, h("gb-pagination-button-group-base", { key: '8d832ddcec265b1884e5c13da21c4297cd2cc3c9', icon: "false", state: "active" }, h("p", { key: 'cb4721f05354760f607832c1d4ba2a77f1fbc04e' }, "1"))), h("gb-pagination-button-group-base", { key: '2724f2905b295b3be1555634b6180806fe0144f8', icon: "false" }, h("p", { key: 'f476001c1d143d6b8ef75afd7527d4ee110e50b8' }, "2")), h("gb-pagination-button-group-base", { key: '0fe68e0e1285cddf2e0b2d8f934dd693cda3f88a', icon: "false" }, h("p", { key: 'c485536627dc7f53ece6d4aa14077f8f2abb6051' }, "...")), h("gb-pagination-button-group-base", { key: '47985c5ea0dc9d568df194840d593ff56ccf10c2', icon: "false" }, h("p", { key: '42277045e1921f5d9c7a809f9e90bf2551a31807' }, "9")), h("gb-pagination-button-group-base", { key: 'b44ebc498ae9d7c9da15738106e4e45b3e709e7d', icon: "false" }, h("p", { key: '61508c591ab4ad683544197def0489fd02ea04a4' }, "10")), h("gb-pagination-button-group-base", { key: 'df39b8838d8b1318d94b1054e58a0399816b30ae', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))));
39
39
  }
40
40
  static get is() { return "gb-pagination"; }
41
41
  static get encapsulation() { return "shadow"; }
@@ -23,7 +23,7 @@ export class GbPaginationButtonGroupBase {
23
23
  this.leadingIconSvg = svg;
24
24
  }
25
25
  render() {
26
- return (h("div", { key: '39fe9a2f8f5ed18a045bb5ab5ffd9c8fd2d0d63f', class: `button_base_div ${this.icon} ${this.state}` }, this.icon === 'false' && h("slot", { key: 'f8b9a0e1babfcbaba38997f3c584ef08ecb9d356' }), this.icon === 'leading' && (h(Fragment, null, h("svg", { key: '96b74f3aab3fe972229f8430da7dcf633b77fb50', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '1610772bbfd876ca76111e4d8a2bd29ff2e59ba5', d: "M3.33325 9.99981H16.6666M3.33325 9.99981C3.33326 11.0978 7.49975 14.1667 7.49975 14.1667M3.33325 9.99981C3.33324 8.90182 7.49978 5.83334 7.49978 5.83334", stroke: "#4B5565", "stroke-width": "1.67", "stroke-linecap": "round", "stroke-linejoin": "round" })), h("slot", { key: '5d6402acfc2aeb82dcf3ffa0734ab90b14ae6d5d' }))), this.icon === 'trailing' && (h(Fragment, null, h("slot", { key: 'c60c31d830d03219c075ae8031d46b197f8671a2' }), h("svg", { key: 'ff099027abde8a276913b3ce1833a2e185876f50', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '6a4b892feb86462186cf75a7c4ecfecdfb67e1d8', d: "M16.6668 9.99984H3.3335M16.6668 9.99984C16.6668 11.0978 12.5003 14.1667 12.5003 14.1667M16.6668 9.99984C16.6669 8.90185 12.5002 5.83337 12.5002 5.83337", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))), this.icon === 'only' && (h(Fragment, null))));
26
+ return (h("div", { key: 'd39f2578619a0f567626db9d77a7f32889521369', class: `button_base_div ${this.icon} ${this.state}` }, this.icon === 'false' && h("slot", { key: 'e1539a8c67faf311a64b35c20fc239e1140a4868' }), this.icon === 'leading' && (h(Fragment, null, h("svg", { key: 'b0ee96e05dc4b4ddbd4952e67798cc4ab77e7367', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '4666be32dba29803b6aaf47c06cbb304d982af77', d: "M3.33325 9.99981H16.6666M3.33325 9.99981C3.33326 11.0978 7.49975 14.1667 7.49975 14.1667M3.33325 9.99981C3.33324 8.90182 7.49978 5.83334 7.49978 5.83334", stroke: "#4B5565", "stroke-width": "1.67", "stroke-linecap": "round", "stroke-linejoin": "round" })), h("slot", { key: '2ff7436f21f8cce7981e01916e4f280fe00c5340' }))), this.icon === 'trailing' && (h(Fragment, null, h("slot", { key: 'fc78c8ca78a7eb5fa0d570565148090891720418' }), h("svg", { key: '91ee9bbd01276412bd6a42e4d2f042ffc0f7d9ce', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'f567040702772e5f5f783101ba746d0a10342f27', d: "M16.6668 9.99984H3.3335M16.6668 9.99984C16.6668 11.0978 12.5003 14.1667 12.5003 14.1667M16.6668 9.99984C16.6669 8.90185 12.5002 5.83337 12.5002 5.83337", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))), this.icon === 'only' && (h(Fragment, null))));
27
27
  }
28
28
  static get is() { return "gb-pagination-button-group-base"; }
29
29
  static get encapsulation() { return "shadow"; }
@@ -7,7 +7,7 @@ export class GbPaginationDotGroup {
7
7
  this.framed = false;
8
8
  }
9
9
  render() {
10
- return (h("div", { key: '2898e3106089e584311e16457b6bfe209a8f66ef', class: "dot_group_div" }, h("div", { key: '0277b88ea306ed167e06d628b25b8137aa8e6f38' })));
10
+ return (h("div", { key: 'a07d7639e0778beca0aa203582d68fbd55689d8e', class: "dot_group_div" }, h("div", { key: '12ba9daf903a8e760f1df7f7484eaf5f2c564a9c' })));
11
11
  }
12
12
  static get is() { return "gb-pagination-dot-group"; }
13
13
  static get encapsulation() { return "shadow"; }
@@ -6,7 +6,7 @@ export class GbPaginationDotIndicator {
6
6
  this.size = undefined;
7
7
  }
8
8
  render() {
9
- return (h("div", { key: '0c5844aa433ed1cbc8fe26ff27dc7ea4eaca4304', class: `dot_indicator_div
9
+ return (h("div", { key: 'eecaf7082f0fb62b0c22735a2444afd8afe1e2b9', class: `dot_indicator_div
10
10
  ${this.type} ${this.current ? 'current' : ''}
11
11
  ${this.size}` }));
12
12
  }
@@ -17,7 +17,7 @@ export class GbPaginationNumberBase {
17
17
  }
18
18
  }
19
19
  render() {
20
- return (h("div", { key: 'c26a0e04e2b0801fecdfcb6977bd70af91c952c1', class: `page_number_base ${this.shape} ${this.state}` }, h("slot", { key: 'f9c2bf598ed574b9efdcc0338a54a00f4d93fe71', name: "page_number" })));
20
+ return (h("div", { key: 'ffd235f76d444ca73b283e2a85901267e4c9c564', class: `page_number_base ${this.shape} ${this.state}` }, h("slot", { key: '2a201404d56bbcade578942c364a453d01fae028', name: "page_number" })));
21
21
  }
22
22
  static get is() { return "gb-pagination-number-base"; }
23
23
  static get encapsulation() { return "shadow"; }
@@ -8,7 +8,7 @@ export class GbPasswordButton {
8
8
  this.isPasswordVisible = !this.isPasswordVisible;
9
9
  }
10
10
  render() {
11
- return (h("div", { key: 'bf82c82254634a3c8821c7e15d517428a096206d' }, h("gb-btn", { key: '392e036ae72721c00e2e18a784c707547d359c8f', size: "sm", hierarchy: "link_gray", state: "default", onClick: () => this.togglePasswordVisibility() }, this.isPasswordVisible ? (h("gb-button", { size: "sm", hierarchy: "tertiary_gray", icon: "default", state: this.state }, h("p", null, "HIDE"))) : (h("gb-button", { size: "sm", hierarchy: "tertiary_gray", icon: "default", state: this.state }, h("p", null, "SHOW"))))));
11
+ return (h("div", { key: '02251f322236c523356ac8c4edd50dac7232e773' }, h("gb-btn", { key: '8920434a6bc1d7e985b54a28e377d9d9cbea96c9', size: "sm", hierarchy: "link_gray", state: "default", onClick: () => this.togglePasswordVisibility() }, this.isPasswordVisible ? (h("gb-button", { size: "sm", hierarchy: "tertiary_gray", icon: "default", state: this.state }, h("p", null, "HIDE"))) : (h("gb-button", { size: "sm", hierarchy: "tertiary_gray", icon: "default", state: this.state }, h("p", null, "SHOW"))))));
12
12
  }
13
13
  static get is() { return "gb-password-button"; }
14
14
  static get encapsulation() { return "shadow"; }
@@ -7,7 +7,7 @@ export class GbProgressBar {
7
7
  }
8
8
  render() {
9
9
  const progressValue = Math.min(Math.max(this.progress, 0), 100);
10
- return (h("div", { key: 'd31f8aa1b072e8c8dcc86fb26097336f6a156c62', class: `progress_bar_container ${this.labelPosition}` }, h("div", { key: 'f230c262a9e85eaeec4ff901865dc0d6dca4e6b4', class: "progress_bar" }, h("div", { key: '63a08eedbabe5954d2e422cc70615c7b046f034f', class: "progress_fill", style: { width: `${progressValue}%` } })), h(Fragment, null, this.showLabel && (h("div", { key: 'd2b3f180e67496b6bd7b445b3770a8373c14fa0a', class: `label ${this.labelPosition}` }, this.labelPosition === 'right' && h("span", { key: '56355c8d478f7698c9a0af601880191d1ccb4b32', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'bottom' && h("span", { key: '32525bb25670a29fe551fce45a3520173b139f11', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'top_floating' && (h("gb-tooltip", { key: 'ff28db3d32affe51676d06df64ddf350bbd0b704', class: `top_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 6.5).toString()}%` } }, h("p", { key: '526c08d39076c6916b2f77993ac7c2737dfbd4ba', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))), this.labelPosition === 'bottom_floating' && (h("gb-tooltip", { key: 'd169041200fde2dc7c03ade6f278302143d6c867', class: `bottom_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 59.5).toString()}%` } }, h("p", { key: '0d98c751c7fb6b569b0c3b38f8db90bd33d8efd7', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))))))));
10
+ return (h("div", { key: '12e93b4f0d09d7d0bcc6cdd68bd0a1bf0926648f', class: `progress_bar_container ${this.labelPosition}` }, h("div", { key: '8a016a1ffffce16b4c7c6acf2bb491baa70c7892', class: "progress_bar" }, h("div", { key: 'a7cc3ae4d0967a66bb0c058b2f258ef3ace41908', class: "progress_fill", style: { width: `${progressValue}%` } })), h(Fragment, null, this.showLabel && (h("div", { key: '116f297470d55203f3b07b8adedc7357c05be810', class: `label ${this.labelPosition}` }, this.labelPosition === 'right' && h("span", { key: '35fd4c4d914f6a625b1c91af53152f3dde36b4f5', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'bottom' && h("span", { key: '4a2fb28c58efebd5d70914f31c0ced15443aa4f1', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'top_floating' && (h("gb-tooltip", { key: '94d5f4cc40684698ea51f8c9c20c5c8e2021de63', class: `top_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 6.5).toString()}%` } }, h("p", { key: '9b5ea800bd3e94417ebd1af7642108341ff51d73', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))), this.labelPosition === 'bottom_floating' && (h("gb-tooltip", { key: 'bc0f2fc345f8a005e644d15da741fbfea4b5d3ce', class: `bottom_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 59.5).toString()}%` } }, h("p", { key: '31ffa8a2305871e9d7c5f19f83d4a6d4a481f7c3', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))))))));
11
11
  }
12
12
  static get is() { return "gb-progress-bar"; }
13
13
  static get encapsulation() { return "shadow"; }
@@ -30,7 +30,7 @@ export class GbProgressCircle {
30
30
  }
31
31
  }
32
32
  render() {
33
- return (h("div", { key: '9164f5c3a9689c7341ffa8ed8f33d80730dd2532', class: "gauge" }, h("div", { key: 'a54f3a79cb4db035cdd10eabd6a1b806b428ba5c', class: "arc", ref: el => (this.arcElement = el) }), h("div", { key: '8a2b8514a1226f97e9196ea16ab6591349d5032c', class: "mask" }), this.label && (h("div", { key: 'd37c350330ff37e645b9a83feb374a48e29796de', class: "label", ref: el => (this.labelElement = el) }, h("p", { key: '0e8a0473707cdd3df6464a44fcbaaa2b18d6befc', class: "display-lg-semi-bold" }, `${this.progress}%`)))));
33
+ return (h("div", { key: 'b80affd7307cbe4c025882567bcf7490d87cbc0c', class: "gauge" }, h("div", { key: '00face65bbb9321da663e6c7db023e017fe661c3', class: "arc", ref: el => (this.arcElement = el) }), h("div", { key: 'a3d40fb33d663913af81aa43bf63a159c1222b55', class: "mask" }), this.label && (h("div", { key: '96e106a666d8952e5cc017db119c77783415c257', class: "label", ref: el => (this.labelElement = el) }, h("p", { key: '6d2c3af46f5ce84797cad45ef7996feea05d3dab', class: "display-lg-semi-bold" }, `${this.progress}%`)))));
34
34
  }
35
35
  static get is() { return "gb-progress-circle"; }
36
36
  static get encapsulation() { return "shadow"; }