globuswebcomponents 2.8.3 → 2.8.4

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 (461) hide show
  1. package/dist/cjs/{gb-approval-modal_66.cjs.entry.js → gb-approval-modal_68.cjs.entry.js} +353 -128
  2. package/dist/cjs/gb-detail-cell.cjs.entry.js +1 -1
  3. package/dist/cjs/gb-logo.cjs.entry.js +1 -1
  4. package/dist/cjs/gb-mega-input-field-base.cjs.entry.js +2 -2
  5. package/dist/cjs/gb-nav-bar-item.cjs.entry.js +1 -1
  6. package/dist/cjs/gb-nav-bar-sidemenu.cjs.entry.js +1 -1
  7. package/dist/cjs/gb-nav-bar.cjs.entry.js +1 -1
  8. package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
  9. package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
  10. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  11. package/dist/cjs/gb-prompt-modal.cjs.entry.js +1 -1
  12. package/dist/cjs/gb-quick-action-card.cjs.entry.js +1 -1
  13. package/dist/cjs/gb-quick-action-icon.cjs.entry.js +1 -1
  14. package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
  15. package/dist/cjs/gb-sidebar.cjs.entry.js +1 -1
  16. package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
  17. package/dist/cjs/gb-slider.cjs.entry.js +1 -1
  18. package/dist/cjs/gb-step-base_2.cjs.entry.js +2 -2
  19. package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js +1 -1
  20. package/dist/cjs/gb-stepper-horizontal-icons-connected.cjs.entry.js +1 -1
  21. package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js +1 -1
  22. package/dist/cjs/gb-stepper-horizontal-minimal-icons.cjs.entry.js +1 -1
  23. package/dist/cjs/gb-stepper-vertical-icons-with-text.cjs.entry.js +1 -1
  24. package/dist/cjs/gb-table-cell.cjs.entry.js +1 -1
  25. package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
  26. package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
  27. package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
  28. package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
  29. package/dist/cjs/globuscomponents.cjs.js +1 -1
  30. package/dist/cjs/loader.cjs.js +1 -1
  31. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  32. package/dist/collection/assets/mail-at-sign-02.svg +3 -0
  33. package/dist/collection/collection-manifest.json +1 -0
  34. package/dist/collection/components/gb-contact-help-dropdown/gb-contact-help-dropdown.css +2837 -0
  35. package/dist/collection/components/gb-contact-help-dropdown/gb-contact-help-dropdown.js +88 -0
  36. package/dist/collection/components/gb-contact-help-dropdown/gb-contact-help-dropdown.js.map +1 -0
  37. package/dist/collection/components/gb-date-picker/gb-date-picker.css +1 -0
  38. package/dist/collection/components/gb-date-picker/gb-date-picker.js +8 -8
  39. package/dist/collection/components/gb-date-picker/gb-date-picker.js.map +1 -1
  40. package/dist/collection/components/gb-date-picker-list-item/gb-date-picker-list-item.js +1 -1
  41. package/dist/collection/components/gb-detail-cell/gb-detail-cell.js +1 -1
  42. package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.css +1 -0
  43. package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.js +1 -1
  44. package/dist/collection/components/gb-empty-state/gb-empty-state.js +1 -1
  45. package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.js +3 -3
  46. package/dist/collection/components/gb-export-dropdown-item/gb-export-dropdown-item.js +1 -1
  47. package/dist/collection/components/gb-export-sub-dropdown/gb-export-sub-dropdown.js +1 -1
  48. package/dist/collection/components/gb-export-sub-dropdown-item/gb-export-sub-dropdown-item.js +1 -1
  49. package/dist/collection/components/gb-featured-icon/gb-featured-icon.js +1 -1
  50. package/dist/collection/components/gb-file-type-icon/gb-file-type-icon.js +1 -1
  51. package/dist/collection/components/gb-file-upload/gb-file-upload.js +12 -12
  52. package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js +6 -6
  53. package/dist/collection/components/gb-filter-button/gb-filter-button.js +1 -1
  54. package/dist/collection/components/gb-header/gb-header.js +69 -15
  55. package/dist/collection/components/gb-header/gb-header.js.map +1 -1
  56. package/dist/collection/components/gb-header-icon/gb-header-icon.js +1 -1
  57. package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.css +1 -1
  58. package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
  59. package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js +1 -1
  60. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.css +2 -2
  61. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +97 -97
  62. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js.map +1 -1
  63. package/dist/collection/components/gb-icon-button-base/gb-icon-button-base.js +1 -1
  64. package/dist/collection/components/gb-illustration/gb-illustration.js +8 -8
  65. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +3 -3
  66. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
  67. package/dist/collection/components/gb-input-field/gb-input-field.css +7 -0
  68. package/dist/collection/components/gb-input-field/gb-input-field.js +34 -18
  69. package/dist/collection/components/gb-input-field/gb-input-field.js.map +1 -1
  70. package/dist/collection/components/gb-logo/gb-logo.js +1 -1
  71. package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js +2 -2
  72. package/dist/collection/components/gb-metric-card/gb-metric-card.js +1 -1
  73. package/dist/collection/components/gb-metric-featured-icon/gb-metric-featured-icon.js +1 -1
  74. package/dist/collection/components/gb-modal-header/gb-modal-header.js +2 -2
  75. package/dist/collection/components/gb-nav-bar/gb-nav-bar.js +1 -1
  76. package/dist/collection/components/gb-nav-bar-item/gb-nav-bar-item.js +1 -1
  77. package/dist/collection/components/gb-nav-bar-sidemenu/gb-nav-bar-sidemenu.js +1 -1
  78. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  79. package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
  80. package/dist/collection/components/gb-pagination/gb-pagination.js +4 -4
  81. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  82. package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
  83. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  84. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  85. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  86. package/dist/collection/components/gb-pattern/gb-pattern.js +1 -1
  87. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  88. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  89. package/dist/collection/components/gb-prompt-modal/gb-prompt-modal.js +1 -1
  90. package/dist/collection/components/gb-quick-action-card/gb-quick-action-card.js +1 -1
  91. package/dist/collection/components/gb-quick-action-icon/gb-quick-action-icon.js +1 -1
  92. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  93. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  94. package/dist/collection/components/gb-simple-side-bar-item/gb-simple-side-bar-item.js +2 -2
  95. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  96. package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
  97. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  98. package/dist/collection/components/gb-step-base/gb-step-base.js +1 -1
  99. package/dist/collection/components/gb-step-icon-base/gb-step-icon-base.js +1 -1
  100. package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +1 -1
  101. package/dist/collection/components/gb-stepper-horizontal-icons-connected/gb-stepper-horizontal-icons-connected.js +1 -1
  102. package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -1
  103. package/dist/collection/components/gb-stepper-horizontal-minimal-icons/gb-stepper-horizontal-minimal-icons.js +1 -1
  104. package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js +1 -1
  105. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.css +4 -0
  106. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  107. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js.map +1 -1
  108. package/dist/collection/components/gb-table-cell/gb-table-cell.js +1 -1
  109. package/dist/collection/components/gb-table-header/gb-table-header.js +1 -1
  110. package/dist/collection/components/gb-table-header/gb-table-header.js.map +1 -1
  111. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  112. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  113. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  114. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  115. package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +3 -3
  116. package/dist/collection/components/gb-theme-tab/gb-theme-tab.js +1 -1
  117. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  118. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  119. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  120. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  121. package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
  122. package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
  123. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  124. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
  125. package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
  126. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  127. package/dist/components/gb-action-panel.js +2 -2
  128. package/dist/components/gb-approval-modal.js +13 -13
  129. package/dist/components/gb-avatar-add-button.js +1 -1
  130. package/dist/components/gb-avatar-dropdown.js +1 -1
  131. package/dist/components/gb-avatar-group.js +4 -4
  132. package/dist/components/gb-avatar-label-group.js +1 -1
  133. package/dist/components/gb-avatar-profile-photo.js +2 -2
  134. package/dist/components/gb-avatar.js +1 -1
  135. package/dist/components/gb-badge.js +1 -1
  136. package/dist/components/gb-btn.js +1 -1
  137. package/dist/components/gb-button.js +1 -1
  138. package/dist/components/gb-checkbox-group-item.js +1 -1
  139. package/dist/components/gb-checkbox-group.js +5 -5
  140. package/dist/components/gb-collapse-button.js +1 -1
  141. package/dist/components/gb-comment.js +2 -2
  142. package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
  143. package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
  144. package/dist/components/gb-contact-help-dropdown.d.ts +11 -0
  145. package/dist/components/gb-contact-help-dropdown.js +9 -0
  146. package/dist/components/gb-contact-help-dropdown.js.map +1 -0
  147. package/dist/components/gb-date-picker-list-item.js +1 -1
  148. package/dist/components/gb-date-picker.js +1 -1
  149. package/dist/components/gb-detail-cell.js +7 -7
  150. package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
  151. package/dist/components/gb-empty-state.js +7 -7
  152. package/dist/components/gb-export-dropdown-item.js +1 -1
  153. package/dist/components/gb-export-dropdown.js +1 -1
  154. package/dist/components/gb-export-sub-dropdown-item.js +1 -1
  155. package/dist/components/gb-export-sub-dropdown.js +1 -1
  156. package/dist/components/gb-featured-icon.js +1 -1
  157. package/dist/components/gb-file-type-icon.js +1 -1
  158. package/dist/components/gb-file-upload-item-base.js +1 -1
  159. package/dist/components/gb-file-upload.js +17 -17
  160. package/dist/components/gb-filter-button.js +1 -1
  161. package/dist/components/gb-header-icon.js +1 -1
  162. package/dist/components/gb-header.js +68 -52
  163. package/dist/components/gb-header.js.map +1 -1
  164. package/dist/components/gb-help-dropdown.js +1 -1
  165. package/dist/components/gb-help-tooltip.js +1 -1
  166. package/dist/components/gb-horizontal-tabs.js +101 -101
  167. package/dist/components/gb-horizontal-tabs.js.map +1 -1
  168. package/dist/components/gb-icon-button-base.js +1 -1
  169. package/dist/components/gb-illustration.js +1 -1
  170. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  171. package/dist/components/gb-input-dropdown.js +1 -1
  172. package/dist/components/gb-input-field.js +1 -1
  173. package/dist/components/gb-logo.js +1 -1
  174. package/dist/components/gb-mega-input-field-base.js +1 -1
  175. package/dist/components/gb-metric-card.js +5 -5
  176. package/dist/components/gb-metric-featured-icon.js +1 -1
  177. package/dist/components/gb-modal-action.js +1 -1
  178. package/dist/components/gb-modal-header.js +1 -1
  179. package/dist/components/gb-nav-bar-item.js +1 -1
  180. package/dist/components/gb-nav-bar-sidemenu.js +6 -6
  181. package/dist/components/gb-nav-bar.js +4 -4
  182. package/dist/components/gb-notification-content.js +1 -1
  183. package/dist/components/gb-notification-pane.js +1 -1
  184. package/dist/components/gb-pagination-button-group-base.js +1 -1
  185. package/dist/components/gb-pagination-dot-group.js +1 -1
  186. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  187. package/dist/components/gb-pagination-number-base.js +1 -1
  188. package/dist/components/gb-pagination.js +20 -20
  189. package/dist/components/gb-password-button.js +1 -1
  190. package/dist/components/gb-pattern.js +1 -1
  191. package/dist/components/gb-progress-bar.js +1 -1
  192. package/dist/components/gb-progress-circle.js +1 -1
  193. package/dist/components/gb-prompt-modal.js +3 -3
  194. package/dist/components/gb-quick-action-card.js +1 -1
  195. package/dist/components/gb-quick-action-icon.js +1 -1
  196. package/dist/components/gb-scrollbar.js +1 -1
  197. package/dist/components/gb-sidebar.js +9 -9
  198. package/dist/components/gb-simple-side-bar-item.js +1 -1
  199. package/dist/components/gb-slider-control-handle.js +1 -1
  200. package/dist/components/gb-slider.js +3 -3
  201. package/dist/components/gb-status-indicator.js +1 -1
  202. package/dist/components/gb-step-base.js +1 -1
  203. package/dist/components/gb-step-icon-base.js +1 -1
  204. package/dist/components/gb-stepper-horizontal-icons-centered.js +4 -4
  205. package/dist/components/gb-stepper-horizontal-icons-connected.js +1 -1
  206. package/dist/components/gb-stepper-horizontal-line-with-text.js +4 -4
  207. package/dist/components/gb-stepper-horizontal-minimal-icons.js +2 -2
  208. package/dist/components/gb-stepper-vertical-icons-with-text.js +4 -4
  209. package/dist/components/gb-tab-button-base.js +1 -1
  210. package/dist/components/gb-table-cell.js +1 -1
  211. package/dist/components/gb-table-header.js +23 -23
  212. package/dist/components/gb-table-header.js.map +1 -1
  213. package/dist/components/gb-tag-checkbox.js +1 -1
  214. package/dist/components/gb-tag-close.js +1 -1
  215. package/dist/components/gb-tag-count.js +1 -1
  216. package/dist/components/gb-tag.js +1 -1
  217. package/dist/components/gb-textarea-input-field.js +1 -1
  218. package/dist/components/gb-theme-tab.js +1 -1
  219. package/dist/components/gb-toast-button.js +1 -1
  220. package/dist/components/gb-toast.js +4 -4
  221. package/dist/components/gb-toggle-base.js +1 -1
  222. package/dist/components/gb-toggle.js +2 -2
  223. package/dist/components/gb-token-field-compact.js +1 -1
  224. package/dist/components/gb-token-field-compressed.js +3 -3
  225. package/dist/components/gb-tooltip.js +1 -1
  226. package/dist/components/gb-vertical-tabs.js +1 -1
  227. package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
  228. package/dist/components/gb-wysiwyg-tooltip.js +1 -1
  229. package/dist/components/{p-DHZCTQvw.js → p--I_gPQUE.js} +10 -10
  230. package/dist/components/{p-DHZCTQvw.js.map → p--I_gPQUE.js.map} +1 -1
  231. package/dist/components/{p-D3PqPJ7m.js → p-BG8JW_rw.js} +3 -3
  232. package/dist/components/{p-D3PqPJ7m.js.map → p-BG8JW_rw.js.map} +1 -1
  233. package/dist/components/{p-BCM_BhsR.js → p-BGCnKfl0.js} +4 -4
  234. package/dist/components/{p-BCM_BhsR.js.map → p-BGCnKfl0.js.map} +1 -1
  235. package/dist/components/{p-ByiaSVlg.js → p-BHd1jYEi.js} +3 -3
  236. package/dist/components/{p-ByiaSVlg.js.map → p-BHd1jYEi.js.map} +1 -1
  237. package/dist/components/{p-CEy6FKRg.js → p-BL5J0XvE.js} +48 -32
  238. package/dist/components/p-BL5J0XvE.js.map +1 -0
  239. package/dist/components/{p-BVp_wOR5.js → p-BNtBaG1Q.js} +6 -6
  240. package/dist/components/{p-BVp_wOR5.js.map → p-BNtBaG1Q.js.map} +1 -1
  241. package/dist/components/{p-Cm3lR_OU.js → p-BSigLF7e.js} +13 -13
  242. package/dist/components/p-BSigLF7e.js.map +1 -0
  243. package/dist/components/{p-vW2Zrzq9.js → p-BTQdW4ZB.js} +8 -8
  244. package/dist/components/{p-vW2Zrzq9.js.map → p-BTQdW4ZB.js.map} +1 -1
  245. package/dist/components/{p-CxjwVT0P.js → p-BTelYyP2.js} +8 -8
  246. package/dist/components/{p-CxjwVT0P.js.map → p-BTelYyP2.js.map} +1 -1
  247. package/dist/components/{p-BOtzwCl-.js → p-BTtfwaye.js} +9 -9
  248. package/dist/components/p-BTtfwaye.js.map +1 -0
  249. package/dist/components/{p-B8HQB6Sg.js → p-BUK7YTYS.js} +12 -12
  250. package/dist/components/{p-B8HQB6Sg.js.map → p-BUK7YTYS.js.map} +1 -1
  251. package/dist/components/{p-BdhuBiOW.js → p-Bbs_ehuC.js} +3 -3
  252. package/dist/components/{p-BdhuBiOW.js.map → p-Bbs_ehuC.js.map} +1 -1
  253. package/dist/components/{p-CS7xSV-q.js → p-BckwqSbm.js} +3 -3
  254. package/dist/components/{p-CS7xSV-q.js.map → p-BckwqSbm.js.map} +1 -1
  255. package/dist/components/{p-tMEbIjIs.js → p-BdVeX7Rd.js} +3 -3
  256. package/dist/components/{p-tMEbIjIs.js.map → p-BdVeX7Rd.js.map} +1 -1
  257. package/dist/components/{p-D8teD7NR.js → p-BjhnL_t_.js} +6 -6
  258. package/dist/components/{p-D8teD7NR.js.map → p-BjhnL_t_.js.map} +1 -1
  259. package/dist/components/{p-DbvqM0Rh.js → p-BltLlHPc.js} +5 -5
  260. package/dist/components/p-BltLlHPc.js.map +1 -0
  261. package/dist/components/{p-BzDsxFQG.js → p-BuSk8ic2.js} +4 -4
  262. package/dist/components/{p-BzDsxFQG.js.map → p-BuSk8ic2.js.map} +1 -1
  263. package/dist/components/{p-CotG7EPI.js → p-BxAHT2oZ.js} +6 -6
  264. package/dist/components/{p-CotG7EPI.js.map → p-BxAHT2oZ.js.map} +1 -1
  265. package/dist/components/{p-BNj5zb3R.js → p-C1uwcl31.js} +4 -4
  266. package/dist/components/{p-BNj5zb3R.js.map → p-C1uwcl31.js.map} +1 -1
  267. package/dist/components/{p-CF9KrRm1.js → p-C2g47NTt.js} +3 -3
  268. package/dist/components/{p-CF9KrRm1.js.map → p-C2g47NTt.js.map} +1 -1
  269. package/dist/components/{p-CpdsAbC8.js → p-C3RUMHia.js} +3 -3
  270. package/dist/components/{p-CpdsAbC8.js.map → p-C3RUMHia.js.map} +1 -1
  271. package/dist/components/{p-CkOH9CCO.js → p-CBO7F6qZ.js} +3 -3
  272. package/dist/components/{p-CkOH9CCO.js.map → p-CBO7F6qZ.js.map} +1 -1
  273. package/dist/components/{p-CejveLEJ.js → p-CD8xzR4K.js} +3 -3
  274. package/dist/components/{p-CejveLEJ.js.map → p-CD8xzR4K.js.map} +1 -1
  275. package/dist/components/{p-CWKOsNuJ.js → p-CIVRbulm.js} +3 -3
  276. package/dist/components/{p-CWKOsNuJ.js.map → p-CIVRbulm.js.map} +1 -1
  277. package/dist/components/{p-CdT1mmyn.js → p-CI_7a6LG.js} +5 -5
  278. package/dist/components/{p-CdT1mmyn.js.map → p-CI_7a6LG.js.map} +1 -1
  279. package/dist/components/{p-C3ZgWBcP.js → p-CKakiJz5.js} +4 -4
  280. package/dist/components/{p-C3ZgWBcP.js.map → p-CKakiJz5.js.map} +1 -1
  281. package/dist/components/{p-DBhDpGyN.js → p-CNvg1TqW.js} +8 -8
  282. package/dist/components/{p-DBhDpGyN.js.map → p-CNvg1TqW.js.map} +1 -1
  283. package/dist/components/{p-BbgDAOIt.js → p-ChlJGhjw.js} +7 -7
  284. package/dist/components/{p-BbgDAOIt.js.map → p-ChlJGhjw.js.map} +1 -1
  285. package/dist/components/{p-2hrZ08Z6.js → p-Ck5p4PIi.js} +8 -8
  286. package/dist/components/{p-2hrZ08Z6.js.map → p-Ck5p4PIi.js.map} +1 -1
  287. package/dist/components/{p-DR4qS32Y.js → p-Cm2tvhIA.js} +12 -12
  288. package/dist/components/{p-DR4qS32Y.js.map → p-Cm2tvhIA.js.map} +1 -1
  289. package/dist/components/{p-D3GUr_pn.js → p-D4Z4FxSq.js} +3 -3
  290. package/dist/components/{p-D3GUr_pn.js.map → p-D4Z4FxSq.js.map} +1 -1
  291. package/dist/components/{p-yH4TYD1U.js → p-D61pzm5n.js} +3 -3
  292. package/dist/components/{p-yH4TYD1U.js.map → p-D61pzm5n.js.map} +1 -1
  293. package/dist/components/{p-BJkqYQEl.js → p-DEiboqAA.js} +3 -3
  294. package/dist/components/{p-BJkqYQEl.js.map → p-DEiboqAA.js.map} +1 -1
  295. package/dist/components/{p-CDrMrE1A.js → p-DLije5ss.js} +4 -4
  296. package/dist/components/{p-CDrMrE1A.js.map → p-DLije5ss.js.map} +1 -1
  297. package/dist/components/{p-JI8st1VV.js → p-DQkdc5ku.js} +3 -3
  298. package/dist/components/{p-JI8st1VV.js.map → p-DQkdc5ku.js.map} +1 -1
  299. package/dist/components/{p-xZvUx7Ec.js → p-DTsau3UZ.js} +3 -3
  300. package/dist/components/{p-xZvUx7Ec.js.map → p-DTsau3UZ.js.map} +1 -1
  301. package/dist/components/{p-Dq9uC7R1.js → p-DVaVVnTA.js} +3 -3
  302. package/dist/components/{p-Dq9uC7R1.js.map → p-DVaVVnTA.js.map} +1 -1
  303. package/dist/components/{p-DOZ9XrOb.js → p-DWyYIqoI.js} +4 -4
  304. package/dist/components/{p-DOZ9XrOb.js.map → p-DWyYIqoI.js.map} +1 -1
  305. package/dist/components/{p-CNgMXwCB.js → p-DZGsputt.js} +3 -3
  306. package/dist/components/{p-CNgMXwCB.js.map → p-DZGsputt.js.map} +1 -1
  307. package/dist/components/{p-Ww5PwNSS.js → p-DcH1C0dU.js} +3 -3
  308. package/dist/components/{p-Ww5PwNSS.js.map → p-DcH1C0dU.js.map} +1 -1
  309. package/dist/components/{p-CcrOxLlZ.js → p-DdMrN_HY.js} +18 -18
  310. package/dist/components/{p-CcrOxLlZ.js.map → p-DdMrN_HY.js.map} +1 -1
  311. package/dist/components/{p-B7lFZTvC.js → p-DdkYqLoI.js} +4 -4
  312. package/dist/components/{p-B7lFZTvC.js.map → p-DdkYqLoI.js.map} +1 -1
  313. package/dist/components/{p-C7XJbvqN.js → p-DeiWo5G4.js} +4 -4
  314. package/dist/components/{p-C7XJbvqN.js.map → p-DeiWo5G4.js.map} +1 -1
  315. package/dist/components/{p-JxLAp6JN.js → p-DrG6ye5R.js} +4 -4
  316. package/dist/components/{p-JxLAp6JN.js.map → p-DrG6ye5R.js.map} +1 -1
  317. package/dist/components/{p-8Yy4Jd88.js → p-Ds-0Jit3.js} +4 -4
  318. package/dist/components/p-Ds-0Jit3.js.map +1 -0
  319. package/dist/components/{p-C_mtNL-s.js → p-DvENBFqd.js} +4 -4
  320. package/dist/components/{p-C_mtNL-s.js.map → p-DvENBFqd.js.map} +1 -1
  321. package/dist/components/{p-Dbj_JHM5.js → p-DvdNTQK4.js} +3 -3
  322. package/dist/components/{p-Dbj_JHM5.js.map → p-DvdNTQK4.js.map} +1 -1
  323. package/dist/components/{p-CYO_IeTa.js → p-Dvh4x44z.js} +3 -3
  324. package/dist/components/{p-CYO_IeTa.js.map → p-Dvh4x44z.js.map} +1 -1
  325. package/dist/components/{p-LV1IuBk1.js → p-Dvuh1e61.js} +3 -3
  326. package/dist/components/{p-LV1IuBk1.js.map → p-Dvuh1e61.js.map} +1 -1
  327. package/dist/components/{p-CkbE3aem.js → p-Dwsw8Uzh.js} +3 -3
  328. package/dist/components/{p-CkbE3aem.js.map → p-Dwsw8Uzh.js.map} +1 -1
  329. package/dist/components/{p-BGn39QHR.js → p-DzNJmip2.js} +5 -5
  330. package/dist/components/{p-BGn39QHR.js.map → p-DzNJmip2.js.map} +1 -1
  331. package/dist/components/{p-DHT7C6ZQ.js → p-E_g3eyui.js} +3 -3
  332. package/dist/components/{p-DHT7C6ZQ.js.map → p-E_g3eyui.js.map} +1 -1
  333. package/dist/components/{p-NQszoh5L.js → p-HUMvPq4Q.js} +8 -8
  334. package/dist/components/{p-NQszoh5L.js.map → p-HUMvPq4Q.js.map} +1 -1
  335. package/dist/components/{p-uop6XPO3.js → p-J8bXkFDh.js} +4 -4
  336. package/dist/components/{p-uop6XPO3.js.map → p-J8bXkFDh.js.map} +1 -1
  337. package/dist/components/{p-CLepqvSP.js → p-Q2RLvSZY.js} +10 -10
  338. package/dist/components/{p-CLepqvSP.js.map → p-Q2RLvSZY.js.map} +1 -1
  339. package/dist/components/{p-Dn1-ESxB.js → p-_gz48ITT.js} +3 -3
  340. package/dist/components/{p-Dn1-ESxB.js.map → p-_gz48ITT.js.map} +1 -1
  341. package/dist/components/p-j_DTJur2.js +84 -0
  342. package/dist/components/p-j_DTJur2.js.map +1 -0
  343. package/dist/components/{p-Dyi62TuK.js → p-p172yHzQ.js} +3 -3
  344. package/dist/components/{p-Dyi62TuK.js.map → p-p172yHzQ.js.map} +1 -1
  345. package/dist/components/{p-Bbz2eMQp.js → p-v-UJtHAn.js} +4 -4
  346. package/dist/components/{p-Bbz2eMQp.js.map → p-v-UJtHAn.js.map} +1 -1
  347. package/dist/components/{p-vqzKgxXP.js → p-wqXQDcCc.js} +3 -3
  348. package/dist/components/{p-vqzKgxXP.js.map → p-wqXQDcCc.js.map} +1 -1
  349. package/dist/components/test-input-tag.js +9 -9
  350. package/dist/docs.json +167 -8
  351. package/dist/esm/{gb-approval-modal_66.entry.js → gb-approval-modal_68.entry.js} +352 -129
  352. package/dist/esm/gb-detail-cell.entry.js +1 -1
  353. package/dist/esm/gb-logo.entry.js +1 -1
  354. package/dist/esm/gb-mega-input-field-base.entry.js +2 -2
  355. package/dist/esm/gb-nav-bar-item.entry.js +1 -1
  356. package/dist/esm/gb-nav-bar-sidemenu.entry.js +1 -1
  357. package/dist/esm/gb-nav-bar.entry.js +1 -1
  358. package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
  359. package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
  360. package/dist/esm/gb-progress-circle.entry.js +1 -1
  361. package/dist/esm/gb-prompt-modal.entry.js +1 -1
  362. package/dist/esm/gb-quick-action-card.entry.js +1 -1
  363. package/dist/esm/gb-quick-action-icon.entry.js +1 -1
  364. package/dist/esm/gb-scrollbar.entry.js +1 -1
  365. package/dist/esm/gb-sidebar.entry.js +1 -1
  366. package/dist/esm/gb-slider-control-handle.entry.js +1 -1
  367. package/dist/esm/gb-slider.entry.js +1 -1
  368. package/dist/esm/gb-step-base_2.entry.js +2 -2
  369. package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js +1 -1
  370. package/dist/esm/gb-stepper-horizontal-icons-connected.entry.js +1 -1
  371. package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js +1 -1
  372. package/dist/esm/gb-stepper-horizontal-minimal-icons.entry.js +1 -1
  373. package/dist/esm/gb-stepper-vertical-icons-with-text.entry.js +1 -1
  374. package/dist/esm/gb-table-cell.entry.js +1 -1
  375. package/dist/esm/gb-token-field-compact.entry.js +1 -1
  376. package/dist/esm/gb-token-field-compressed.entry.js +2 -2
  377. package/dist/esm/gb-vertical-tabs.entry.js +1 -1
  378. package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
  379. package/dist/esm/globuscomponents.js +1 -1
  380. package/dist/esm/loader.js +1 -1
  381. package/dist/esm/test-input-tag.entry.js +2 -2
  382. package/dist/globuscomponents/assets/mail-at-sign-02.svg +3 -0
  383. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  384. package/dist/globuscomponents/{p-73222336.entry.js → p-0dcf4650.entry.js} +2 -2
  385. package/dist/globuscomponents/{p-9e67f58f.entry.js → p-183e2f99.entry.js} +2 -2
  386. package/dist/globuscomponents/{p-4c487214.entry.js → p-244a44ef.entry.js} +2 -2
  387. package/dist/globuscomponents/{p-97cd2bec.entry.js → p-2c0cfc82.entry.js} +2 -2
  388. package/dist/globuscomponents/{p-9b38a7ea.entry.js → p-5a7d9cfd.entry.js} +2 -2
  389. package/dist/globuscomponents/{p-5329d29d.entry.js → p-5be9a48c.entry.js} +2 -2
  390. package/dist/globuscomponents/{p-1078e616.entry.js → p-5cdf6c25.entry.js} +2 -2
  391. package/dist/globuscomponents/{p-104997ff.entry.js → p-61641b20.entry.js} +2 -2
  392. package/dist/globuscomponents/{p-519bbc3e.entry.js → p-62341b6c.entry.js} +2 -2
  393. package/dist/globuscomponents/{p-bf140772.entry.js → p-6acfadc2.entry.js} +2 -2
  394. package/dist/globuscomponents/{p-afd03c14.entry.js → p-6f8ebe8f.entry.js} +2 -2
  395. package/dist/globuscomponents/{p-e04d8078.entry.js → p-79068ae4.entry.js} +2 -2
  396. package/dist/globuscomponents/p-79068ae4.entry.js.map +1 -0
  397. package/dist/globuscomponents/p-809229ba.entry.js +2 -0
  398. package/dist/globuscomponents/{p-2152ba95.entry.js → p-84225ac6.entry.js} +2 -2
  399. package/dist/globuscomponents/{p-9718456b.entry.js → p-88baed16.entry.js} +2 -2
  400. package/dist/globuscomponents/{p-94f88cc9.entry.js → p-8b42f385.entry.js} +2 -2
  401. package/dist/globuscomponents/{p-6b06d822.entry.js → p-903d51f0.entry.js} +2 -2
  402. package/dist/globuscomponents/{p-a00e7613.entry.js → p-a272a3ad.entry.js} +2 -2
  403. package/dist/globuscomponents/{p-5b3d777a.entry.js → p-af6d38ae.entry.js} +2 -2
  404. package/dist/globuscomponents/{p-8ca79639.entry.js → p-b54d41f2.entry.js} +2 -2
  405. package/dist/globuscomponents/{p-2ff3b831.entry.js → p-b9e4f38b.entry.js} +2 -2
  406. package/dist/globuscomponents/p-bafd6f15.entry.js +2 -0
  407. package/dist/globuscomponents/{p-3192063e.entry.js → p-cf8ffa25.entry.js} +2 -2
  408. package/dist/globuscomponents/{p-019109ba.entry.js → p-d0d613ab.entry.js} +2 -2
  409. package/dist/globuscomponents/{p-40bfdebd.entry.js → p-d509024a.entry.js} +2 -2
  410. package/dist/globuscomponents/{p-9d084ef6.entry.js → p-df563979.entry.js} +2 -2
  411. package/dist/globuscomponents/{p-8a9dc91a.entry.js → p-df84097e.entry.js} +2 -2
  412. package/dist/globuscomponents/{p-d10f7270.entry.js → p-e0c068f5.entry.js} +2 -2
  413. package/dist/globuscomponents/p-f407b695.entry.js +2 -0
  414. package/dist/types/components/gb-contact-help-dropdown/gb-contact-help-dropdown.d.ts +19 -0
  415. package/dist/types/components/gb-header/gb-header.d.ts +7 -2
  416. package/dist/types/components.d.ts +71 -6
  417. package/package.json +1 -1
  418. package/dist/cjs/gb-horizontal-tabs.cjs.entry.js +0 -167
  419. package/dist/cjs/gb-horizontal-tabs.entry.cjs.js.map +0 -1
  420. package/dist/components/p-8Yy4Jd88.js.map +0 -1
  421. package/dist/components/p-BOtzwCl-.js.map +0 -1
  422. package/dist/components/p-CEy6FKRg.js.map +0 -1
  423. package/dist/components/p-Cm3lR_OU.js.map +0 -1
  424. package/dist/components/p-DbvqM0Rh.js.map +0 -1
  425. package/dist/esm/gb-horizontal-tabs.entry.js +0 -165
  426. package/dist/esm/gb-horizontal-tabs.entry.js.map +0 -1
  427. package/dist/globuscomponents/gb-horizontal-tabs.entry.esm.js.map +0 -1
  428. package/dist/globuscomponents/p-54df8b7a.entry.js +0 -2
  429. package/dist/globuscomponents/p-54df8b7a.entry.js.map +0 -1
  430. package/dist/globuscomponents/p-841e6027.entry.js +0 -2
  431. package/dist/globuscomponents/p-cf8c5361.entry.js +0 -2
  432. package/dist/globuscomponents/p-d44493bb.entry.js +0 -2
  433. package/dist/globuscomponents/p-e04d8078.entry.js.map +0 -1
  434. /package/dist/globuscomponents/{p-73222336.entry.js.map → p-0dcf4650.entry.js.map} +0 -0
  435. /package/dist/globuscomponents/{p-9e67f58f.entry.js.map → p-183e2f99.entry.js.map} +0 -0
  436. /package/dist/globuscomponents/{p-4c487214.entry.js.map → p-244a44ef.entry.js.map} +0 -0
  437. /package/dist/globuscomponents/{p-97cd2bec.entry.js.map → p-2c0cfc82.entry.js.map} +0 -0
  438. /package/dist/globuscomponents/{p-9b38a7ea.entry.js.map → p-5a7d9cfd.entry.js.map} +0 -0
  439. /package/dist/globuscomponents/{p-5329d29d.entry.js.map → p-5be9a48c.entry.js.map} +0 -0
  440. /package/dist/globuscomponents/{p-1078e616.entry.js.map → p-5cdf6c25.entry.js.map} +0 -0
  441. /package/dist/globuscomponents/{p-104997ff.entry.js.map → p-61641b20.entry.js.map} +0 -0
  442. /package/dist/globuscomponents/{p-519bbc3e.entry.js.map → p-62341b6c.entry.js.map} +0 -0
  443. /package/dist/globuscomponents/{p-bf140772.entry.js.map → p-6acfadc2.entry.js.map} +0 -0
  444. /package/dist/globuscomponents/{p-afd03c14.entry.js.map → p-6f8ebe8f.entry.js.map} +0 -0
  445. /package/dist/globuscomponents/{p-d44493bb.entry.js.map → p-809229ba.entry.js.map} +0 -0
  446. /package/dist/globuscomponents/{p-2152ba95.entry.js.map → p-84225ac6.entry.js.map} +0 -0
  447. /package/dist/globuscomponents/{p-9718456b.entry.js.map → p-88baed16.entry.js.map} +0 -0
  448. /package/dist/globuscomponents/{p-94f88cc9.entry.js.map → p-8b42f385.entry.js.map} +0 -0
  449. /package/dist/globuscomponents/{p-6b06d822.entry.js.map → p-903d51f0.entry.js.map} +0 -0
  450. /package/dist/globuscomponents/{p-a00e7613.entry.js.map → p-a272a3ad.entry.js.map} +0 -0
  451. /package/dist/globuscomponents/{p-5b3d777a.entry.js.map → p-af6d38ae.entry.js.map} +0 -0
  452. /package/dist/globuscomponents/{p-8ca79639.entry.js.map → p-b54d41f2.entry.js.map} +0 -0
  453. /package/dist/globuscomponents/{p-2ff3b831.entry.js.map → p-b9e4f38b.entry.js.map} +0 -0
  454. /package/dist/globuscomponents/{p-cf8c5361.entry.js.map → p-bafd6f15.entry.js.map} +0 -0
  455. /package/dist/globuscomponents/{p-3192063e.entry.js.map → p-cf8ffa25.entry.js.map} +0 -0
  456. /package/dist/globuscomponents/{p-019109ba.entry.js.map → p-d0d613ab.entry.js.map} +0 -0
  457. /package/dist/globuscomponents/{p-40bfdebd.entry.js.map → p-d509024a.entry.js.map} +0 -0
  458. /package/dist/globuscomponents/{p-9d084ef6.entry.js.map → p-df563979.entry.js.map} +0 -0
  459. /package/dist/globuscomponents/{p-8a9dc91a.entry.js.map → p-df84097e.entry.js.map} +0 -0
  460. /package/dist/globuscomponents/{p-d10f7270.entry.js.map → p-e0c068f5.entry.js.map} +0 -0
  461. /package/dist/globuscomponents/{p-841e6027.entry.js.map → p-f407b695.entry.js.map} +0 -0
@@ -5,7 +5,7 @@ export class GbLogo {
5
5
  }
6
6
  render() {
7
7
  const logoSrc = getAssetPath(`assets/globus_bank_logo.svg`);
8
- return (h("div", { key: '8f477be5ede0165ca1f7a3645241739bd52c1a5b', class: "logo_wrapper" }, h("img", { key: '457234216a1b5074b59fa38cd88393d5820955dd', src: logoSrc, alt: "" }), this.text && (h("svg", { key: '2add4f2f9d6c83ffb4276b373569a971f021f426', xmlns: "http://www.w3.org/2000/svg", width: "117", height: "17", viewBox: "0 0 117 17", fill: "none" }, h("path", { key: '3d12ae86dec8a71c803668aefc374ada0f182fbc', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M55.977 12.6264C56.3596 13.1025 56.8394 13.4915 57.3843 13.7674C57.9292 14.0434 58.5268 14.1998 59.137 14.2264C59.3682 14.2276 59.5989 14.2038 59.825 14.1554C60.0203 14.1134 60.2068 14.0376 60.376 13.9314C60.5266 13.8276 60.6514 13.6908 60.741 13.5314C60.8332 13.3494 60.8789 13.1473 60.874 12.9434C60.8797 12.7871 60.8427 12.6322 60.767 12.4954C60.6928 12.3641 60.5948 12.2478 60.478 12.1524C60.3548 12.0522 60.2206 11.9663 60.078 11.8964C59.9369 11.8205 59.7898 11.7567 59.638 11.7054C59.365 11.6054 59.092 11.4954 58.821 11.4054C58.55 11.3154 58.285 11.2194 58.009 11.1054C57.856 11.0544 57.668 10.9864 57.454 10.9054C57.2189 10.8192 56.9891 10.7191 56.766 10.6054C56.5267 10.4828 56.2967 10.3428 56.078 10.1864C55.8479 10.0188 55.6411 9.82143 55.463 9.59936C55.2755 9.3641 55.1254 9.10136 55.018 8.82037C54.8987 8.50077 54.841 8.16145 54.848 7.82037C54.8385 7.38435 54.9601 6.95552 55.197 6.58938C55.4368 6.22409 55.7548 5.91665 56.128 5.68935C56.5352 5.44285 56.9786 5.26199 57.442 5.15337C57.9371 5.03187 58.4452 4.9714 58.955 4.97335C59.7154 4.96345 60.4735 5.05835 61.208 5.25536C61.883 5.44235 62.5133 5.76379 63.061 6.20037L61.881 7.97738C61.675 7.77738 61.475 7.59837 61.276 7.43737C61.0823 7.28066 60.8736 7.14333 60.653 7.02737C60.4242 6.91238 60.1825 6.82509 59.933 6.76736C59.6405 6.70771 59.3425 6.67923 59.044 6.68237C58.8003 6.6793 58.5576 6.71302 58.324 6.78237C58.1425 6.83794 57.973 6.92678 57.824 7.04437C57.7018 7.14787 57.6053 7.27829 57.542 7.42538C57.4813 7.5669 57.4503 7.71939 57.451 7.87338C57.4479 8.03229 57.4929 8.18844 57.58 8.32137C57.6712 8.45192 57.7854 8.56477 57.917 8.65438C58.0598 8.75308 58.2135 8.83495 58.375 8.89837C58.549 8.96737 58.724 9.03036 58.903 9.08737C59.183 9.18737 59.467 9.28736 59.749 9.37936C60.031 9.47136 60.313 9.57035 60.592 9.66735C60.731 9.72035 60.902 9.77936 61.104 9.85336C61.3158 9.93021 61.522 10.0218 61.721 10.1274C61.945 10.2432 62.1576 10.3798 62.356 10.5354C62.571 10.6981 62.7616 10.8907 62.922 11.1074C63.0947 11.347 63.2296 11.6118 63.322 11.8924C63.4341 12.2242 63.4876 12.5731 63.48 12.9234C63.4886 13.3821 63.3593 13.8329 63.109 14.2174C62.8572 14.5968 62.5255 14.9167 62.137 15.1544C61.711 15.4162 61.2468 15.6099 60.761 15.7284C60.2447 15.8581 59.7143 15.923 59.182 15.9214C58.7286 15.9217 58.2755 15.896 57.825 15.8444C57.4131 15.7956 57.0069 15.7072 56.612 15.5804C56.2266 15.4585 55.8573 15.2906 55.512 15.0804C55.152 14.8574 54.8226 14.5884 54.532 14.2804L55.977 12.6264ZM46.023 5.15136V12.3824C46.0171 12.6297 46.0603 12.8758 46.15 13.1064C46.2233 13.2937 46.3378 13.4622 46.485 13.5994C46.6276 13.7299 46.7989 13.8251 46.985 13.8774C47.1837 13.9372 47.3905 13.9659 47.598 13.9624C48.1129 13.9605 48.6258 13.9001 49.127 13.7824C49.6297 13.6726 50.1117 13.4836 50.555 13.2224V5.14636H53.165V13.8624C53.1705 14.1064 53.1909 14.3498 53.226 14.5914C53.262 14.9064 53.326 15.2774 53.403 15.7014H50.93C50.916 15.6614 50.893 15.5894 50.866 15.4774C50.839 15.3654 50.805 15.2534 50.772 15.1304C50.739 15.0074 50.715 14.8904 50.687 14.7814C50.6662 14.7 50.6501 14.6176 50.639 14.5344C50.4019 14.7386 50.1461 14.9201 49.875 15.0764C49.5915 15.2448 49.2941 15.3887 48.986 15.5064C48.6826 15.626 48.3695 15.719 48.05 15.7844C47.7544 15.8493 47.4527 15.8828 47.15 15.8844C46.5406 15.9045 45.9328 15.8088 45.359 15.6024C44.9281 15.4446 44.5423 15.1836 44.2355 14.8422C43.9287 14.5009 43.7102 14.0897 43.599 13.6444C43.4774 13.1714 43.4179 12.6847 43.422 12.1964V5.14938L46.023 5.15136ZM34.173 14.0344C34.4914 14.1402 34.8178 14.2205 35.149 14.2744C35.5278 14.3366 35.9111 14.368 36.295 14.3684C36.6865 14.3713 37.0725 14.2764 37.418 14.0924C37.7682 13.8978 38.0679 13.6238 38.293 13.2924C38.5589 12.9056 38.7546 12.4751 38.871 12.0204C39.0127 11.4651 39.0799 10.8934 39.071 10.3204C39.0745 9.84945 39.0238 9.37971 38.92 8.92037C38.8359 8.53264 38.6762 8.1653 38.45 7.83938C38.2415 7.54414 37.9623 7.30585 37.638 7.14636C37.2658 6.97548 36.8594 6.89203 36.45 6.90237C36.2347 6.90349 36.0196 6.91785 35.806 6.94537C35.591 6.97637 35.384 7.01636 35.183 7.06536C34.9916 7.11019 34.8033 7.16699 34.619 7.23537C34.4596 7.29532 34.3062 7.37033 34.161 7.45937L34.173 14.0344ZM31.573 0.395379H34.173V5.94637C34.5815 5.64458 35.0369 5.41212 35.521 5.25835C36.0793 5.07415 36.6641 4.98329 37.252 4.98937C37.9775 4.97144 38.697 5.12493 39.352 5.43737C39.9085 5.71759 40.3919 6.12367 40.764 6.62338C41.1391 7.13643 41.4108 7.71756 41.564 8.33437C41.7346 8.99307 41.82 9.67094 41.818 10.3514C41.8392 11.1967 41.6831 12.037 41.36 12.8184C41.081 13.474 40.6682 14.0643 40.148 14.5514C39.6578 15.003 39.0812 15.3507 38.453 15.5734C37.838 15.79 37.1911 15.9022 36.539 15.9054C36.0383 15.9054 35.5797 15.9 35.163 15.8894C34.744 15.8774 34.338 15.8644 33.951 15.8464C33.564 15.8284 33.173 15.7994 32.791 15.7614C32.409 15.7234 32.007 15.6784 31.591 15.6234L31.573 0.395379ZM24.573 14.2164C24.984 14.2278 25.3873 14.103 25.72 13.8614C26.0497 13.616 26.3187 13.2982 26.506 12.9324C26.7225 12.5243 26.8769 12.0861 26.964 11.6324C27.066 11.1494 27.1166 10.657 27.115 10.1634C27.1164 9.72126 27.0718 9.28025 26.982 8.84737C26.9009 8.46194 26.7494 8.09478 26.535 7.76437C26.3324 7.45791 26.0577 7.20585 25.735 7.03036C25.3682 6.83692 24.9575 6.74183 24.543 6.75436C24.1538 6.74764 23.7699 6.845 23.431 7.03637C23.1073 7.23018 22.8334 7.49693 22.631 7.81536C22.4048 8.17634 22.2412 8.57292 22.147 8.98837C21.9311 9.90171 21.9243 10.852 22.127 11.7684C22.216 12.194 22.3705 12.6032 22.585 12.9814C22.7843 13.3379 23.0607 13.6453 23.394 13.8814C23.7431 14.1127 24.1554 14.2301 24.574 14.2174L24.573 14.2164ZM24.66 15.9734C23.8645 15.9875 23.0734 15.8518 22.328 15.5734C21.6834 15.3259 21.1025 14.937 20.628 14.4354C20.1558 13.9225 19.7994 13.3141 19.583 12.6514C19.335 11.9037 19.2134 11.12 19.223 10.3324C19.2197 9.63472 19.3305 8.94126 19.551 8.27938C19.7645 7.63603 20.1153 7.04677 20.5791 6.55242C21.0429 6.05807 21.6086 5.67044 22.237 5.41637C22.9955 5.11592 23.8064 4.97038 24.622 4.98837C25.43 4.96837 26.2335 5.11404 26.983 5.41637C27.6091 5.68005 28.1666 6.0833 28.613 6.59536C29.0478 7.1081 29.3694 7.70683 29.557 8.35238C29.7617 9.05529 29.8627 9.7843 29.857 10.5164C29.8615 11.2376 29.7414 11.9541 29.502 12.6344C29.2754 13.2745 28.9255 13.864 28.472 14.3694C28.0128 14.8682 27.4555 15.2669 26.835 15.5404C26.1487 15.8353 25.4079 15.9818 24.661 15.9704L24.66 15.9734ZM14.302 0.394372H16.902V13.1564C16.8789 13.4015 16.9368 13.6474 17.067 13.8564C17.1212 13.9252 17.191 13.9801 17.2706 14.0167C17.3503 14.0532 17.4375 14.0702 17.525 14.0664C17.7153 14.0716 17.9048 14.0415 18.084 13.9774C18.237 13.9214 18.417 13.8494 18.615 13.7774L19.055 15.0844C18.8809 15.2024 18.6984 15.3077 18.509 15.3994C18.3094 15.4997 18.1032 15.5865 17.892 15.6594C17.672 15.7336 17.4475 15.794 17.22 15.8404C16.9934 15.8855 16.763 15.9086 16.532 15.9094C16.2533 15.9095 15.9753 15.8797 15.703 15.8204C15.4428 15.7656 15.1996 15.6489 14.994 15.4804C14.7726 15.2971 14.6007 15.0612 14.494 14.7944C14.3574 14.4324 14.2942 14.047 14.308 13.6604L14.302 0.394372ZM12.602 14.6814C12.239 14.8724 11.868 15.0444 11.485 15.2064C11.0739 15.377 10.6508 15.517 10.219 15.6254C9.71274 15.7511 9.19858 15.8427 8.68001 15.8994C8.03877 15.9693 7.39406 16.0027 6.74901 15.9994C6.02384 16.0081 5.30187 15.9018 4.61001 15.6844C3.40238 15.3004 2.35048 14.5377 1.61001 13.5094C1.24144 13.0029 0.939006 12.4514 0.710011 11.8684C0.468973 11.2677 0.289379 10.6442 0.174001 10.0074C0.0576192 9.35516 -0.000605498 8.69388 4.74727e-06 8.03137C0.000633892 7.33814 0.0726773 6.64683 0.215001 5.96838C0.349412 5.31408 0.556361 4.67679 0.832006 4.06835C1.10146 3.48093 1.44454 2.9302 1.853 2.42938C2.67554 1.41797 3.78369 0.67779 5.03301 0.305352C5.72268 0.0959449 6.44028 -0.0069001 7.161 0.000359076C7.54 0.000359076 7.88701 0.012372 8.20301 0.032372C8.49632 0.0492166 8.78846 0.0826091 9.07801 0.132378C9.34144 0.177448 9.60066 0.244327 9.853 0.33236C10.107 0.419187 10.3543 0.52447 10.593 0.647362C10.8609 0.782467 11.1192 0.935843 11.366 1.10638C11.6327 1.28438 11.9263 1.49435 12.247 1.73635L10.797 3.68838C10.4912 3.41105 10.1686 3.15288 9.83101 2.91537C9.55631 2.72032 9.26083 2.55631 8.95 2.42635C8.66096 2.30636 8.35893 2.22046 8.05001 2.17037C7.70771 2.11985 7.362 2.0961 7.01601 2.09936C6.40137 2.08829 5.79444 2.23754 5.25501 2.53237C4.73856 2.82694 4.29629 3.23569 3.96201 3.72738C3.59548 4.26897 3.32706 4.87079 3.16901 5.50536C2.98332 6.22376 2.89254 6.9634 2.89901 7.70538C2.89341 8.4936 2.97049 9.28022 3.129 10.0524C3.26457 10.7479 3.51573 11.4158 3.87201 12.0284C4.19608 12.5805 4.64638 13.0479 5.18601 13.3924C5.76832 13.7417 6.43821 13.9176 7.11701 13.8994C7.33906 13.9036 7.56116 13.8939 7.782 13.8704C8.018 13.8414 8.25401 13.8234 8.49601 13.7874C8.73801 13.7514 8.972 13.7084 9.202 13.6594C9.432 13.6104 9.64401 13.5594 9.84601 13.5094V8.32836H12.595L12.602 14.6814Z", fill: "var(--color-text-brandDarkBlue, #212C65)" }), h("path", { key: '548dd94a026156a9bf21b81ffe0e3078002578d1', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M109.442 9.51028L113.077 5.4953H116.426L111.367 10.3453L116.755 16.3633H113.547L109.447 11.6633V16.3633H106.768V0.58728H109.447L109.442 9.51028ZM94.8709 7.3573C94.8709 7.1413 94.871 6.86529 94.852 6.52429C94.8439 6.1785 94.8071 5.83398 94.742 5.49429H97.2649C97.2894 5.55963 97.3098 5.62644 97.326 5.69431C97.345 5.77631 97.3659 5.86929 97.3919 5.96429C97.4179 6.05929 97.4369 6.16428 97.4549 6.26428C97.4729 6.36428 97.486 6.46428 97.5 6.55228C97.687 6.38781 97.8877 6.23961 98.0999 6.10928C98.6115 5.78686 99.1757 5.55704 99.7669 5.4303C100.1 5.35753 100.44 5.32132 100.781 5.3223C101.328 5.31866 101.872 5.40723 102.39 5.58429C102.869 5.74685 103.312 6.00393 103.69 6.3403C104.063 6.67744 104.36 7.08984 104.562 7.55029C104.781 8.06212 104.89 8.61452 104.881 9.1713V16.3713H102.196V9.6713C102.203 9.29813 102.158 8.9258 102.061 8.56528C101.986 8.29345 101.849 8.04279 101.661 7.83328C101.484 7.64715 101.263 7.50943 101.018 7.43329C100.734 7.34463 100.438 7.30144 100.141 7.3053C99.9337 7.30661 99.7268 7.32297 99.5219 7.35428C99.2943 7.38247 99.069 7.42726 98.8479 7.48828C98.6183 7.5484 98.392 7.6205 98.17 7.70428C97.9553 7.77835 97.7466 7.86895 97.5459 7.97528V16.3753H94.8689L94.8709 7.3573ZM89.354 10.6903C88.693 10.7039 88.0352 10.7877 87.3919 10.9403C86.9571 11.0391 86.5446 11.2185 86.1759 11.4693C85.8984 11.6587 85.6811 11.9239 85.55 12.2333C85.4322 12.5398 85.3738 12.866 85.378 13.1943C85.3692 13.4439 85.403 13.6931 85.4779 13.9313C85.5355 14.1106 85.6361 14.273 85.771 14.4043C85.9046 14.5271 86.0668 14.6145 86.243 14.6583C86.4338 14.7108 86.631 14.7364 86.8289 14.7343C87.0219 14.7343 87.219 14.7223 87.419 14.7063C87.6305 14.6839 87.8398 14.6444 88.045 14.5883C88.266 14.5295 88.4818 14.4522 88.69 14.3573C88.9221 14.2504 89.144 14.1225 89.3529 13.9753L89.354 10.6903ZM82.841 6.9743C83.4506 6.43993 84.1574 6.02806 84.9229 5.76129C85.735 5.46771 86.5924 5.31913 87.456 5.3223C88.0356 5.3199 88.6134 5.38703 89.177 5.52228C89.6953 5.64191 90.1898 5.84778 90.6399 6.13129C91.0583 6.40027 91.4075 6.76412 91.659 7.1933C91.9212 7.66192 92.0524 8.19246 92.039 8.72928V13.5793C92.0359 13.7771 92.0499 13.9749 92.081 14.1703C92.0978 14.3025 92.1446 14.429 92.2179 14.5403C92.2808 14.6292 92.369 14.6971 92.471 14.7353C92.5948 14.7743 92.7242 14.7923 92.854 14.7883C92.9578 14.7841 93.0613 14.7741 93.164 14.7583C93.322 14.7363 93.466 14.7133 93.596 14.6893L93.885 15.8443C93.72 15.9443 93.553 16.0353 93.38 16.1263C93.2023 16.2182 93.0173 16.2955 92.8269 16.3573C92.6192 16.4261 92.4066 16.4793 92.1909 16.5163C91.9393 16.5572 91.6849 16.578 91.43 16.5783C90.9747 16.5916 90.5257 16.4694 90.1399 16.2273C89.9688 16.1147 89.822 15.969 89.708 15.7988C89.594 15.6286 89.515 15.4374 89.4759 15.2363C89.2019 15.4862 88.8999 15.7037 88.576 15.8843C88.2804 16.0533 87.9684 16.192 87.6449 16.2983C87.3372 16.399 87.0209 16.4713 86.6999 16.5143C86.3981 16.5528 86.0942 16.5735 85.7899 16.5763C85.333 16.5793 84.8783 16.5135 84.4409 16.3813C84.0636 16.2663 83.7154 16.0716 83.42 15.8103C83.1354 15.5561 82.913 15.24 82.7699 14.8863C82.6093 14.4719 82.5296 14.0307 82.5349 13.5863C82.5244 13.0864 82.6134 12.5894 82.797 12.1243C82.9638 11.7188 83.2106 11.3511 83.5229 11.0433C83.8465 10.733 84.2205 10.4801 84.6289 10.2953C85.0769 10.0896 85.5465 9.93463 86.029 9.83328C86.556 9.71543 87.0906 9.63457 87.6289 9.59128C88.1916 9.54528 88.7643 9.52228 89.347 9.52228V9.13028C89.3559 8.81548 89.3046 8.50188 89.196 8.2063C89.1028 7.96802 88.9568 7.75397 88.769 7.58029C88.5772 7.41846 88.3542 7.29763 88.1139 7.22528C87.8398 7.1455 87.5554 7.10642 87.2699 7.10928C87.021 7.10712 86.7724 7.12957 86.5279 7.1763C86.2826 7.22239 86.0443 7.30002 85.8189 7.40729C85.5603 7.53109 85.3142 7.67943 85.084 7.85028C84.7873 8.07003 84.5041 8.30746 84.2359 8.56128L82.841 6.9743ZM73.27 2.62628V7.3053H74.77C75.2355 7.31174 75.7001 7.26475 76.1549 7.16528C76.5333 7.08847 76.8941 6.94197 77.219 6.73328C77.5016 6.54416 77.7328 6.28785 77.8919 5.9873C78.0558 5.65844 78.1371 5.29461 78.1289 4.92728C78.1359 4.5799 78.0765 4.23441 77.9539 3.9093C77.8334 3.61742 77.6274 3.36884 77.3629 3.19629C77.0275 2.98493 76.6537 2.84156 76.263 2.77429C75.705 2.67186 75.1382 2.62464 74.571 2.6333L73.27 2.62628ZM73.27 9.33929V14.3393H75.4419C75.9397 14.3493 76.4358 14.2783 76.9109 14.1293C77.2868 14.0087 77.6365 13.8184 77.9419 13.5683C78.1976 13.3579 78.4026 13.0927 78.542 12.7923C78.6704 12.5222 78.7387 12.2274 78.742 11.9283C78.7423 11.585 78.6743 11.2451 78.542 10.9283C78.4091 10.6098 78.2008 10.3284 77.935 10.1083C77.6222 9.85665 77.2635 9.66817 76.8789 9.55328C76.3764 9.40636 75.8544 9.3369 75.331 9.34729L73.27 9.33929ZM75.5929 0.58728C76.3348 0.57908 77.0745 0.668854 77.7929 0.854279C78.3878 1.00832 78.9499 1.26888 79.4519 1.62329C79.8961 1.9476 80.2585 2.37119 80.51 2.86029C80.7629 3.38432 80.889 3.96052 80.878 4.5423C80.88 4.93957 80.7993 5.33292 80.641 5.6973C80.4802 6.07453 80.26 6.4236 79.9889 6.73129C79.708 7.04844 79.3819 7.32238 79.021 7.54428C78.6554 7.77312 78.2572 7.9451 77.8399 8.05429C78.2862 8.13489 78.721 8.2692 79.135 8.45428C79.582 8.65138 79.993 8.92179 80.3509 9.2543C80.7289 9.59946 81.0372 10.0139 81.2589 10.4753C81.5061 10.998 81.6277 11.5712 81.6139 12.1493C81.6124 12.6915 81.4898 13.2266 81.255 13.7153C81.0007 14.2375 80.6343 14.697 80.182 15.0613C79.66 15.4835 79.0628 15.8031 78.422 16.0033C77.6359 16.2543 76.8139 16.3742 75.9889 16.3583H70.429V0.581299L75.5929 0.58728Z", fill: "var(--color-text-brandDarkBlue, #212C65)" })))));
8
+ return (h("div", { key: '0c3c94170f5c665762eb452a5b913893231a4653', class: "logo_wrapper" }, h("img", { key: '7a1384afeb289e3e37a421e8823dbe1b90e61b7e', src: logoSrc, alt: "" }), this.text && (h("svg", { key: '4a40e1ddbf667bded63ab08adba9c8cc921b9aec', xmlns: "http://www.w3.org/2000/svg", width: "117", height: "17", viewBox: "0 0 117 17", fill: "none" }, h("path", { key: 'fbf3e9d7f80736d3ac88cc002cb76aa728657605', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M55.977 12.6264C56.3596 13.1025 56.8394 13.4915 57.3843 13.7674C57.9292 14.0434 58.5268 14.1998 59.137 14.2264C59.3682 14.2276 59.5989 14.2038 59.825 14.1554C60.0203 14.1134 60.2068 14.0376 60.376 13.9314C60.5266 13.8276 60.6514 13.6908 60.741 13.5314C60.8332 13.3494 60.8789 13.1473 60.874 12.9434C60.8797 12.7871 60.8427 12.6322 60.767 12.4954C60.6928 12.3641 60.5948 12.2478 60.478 12.1524C60.3548 12.0522 60.2206 11.9663 60.078 11.8964C59.9369 11.8205 59.7898 11.7567 59.638 11.7054C59.365 11.6054 59.092 11.4954 58.821 11.4054C58.55 11.3154 58.285 11.2194 58.009 11.1054C57.856 11.0544 57.668 10.9864 57.454 10.9054C57.2189 10.8192 56.9891 10.7191 56.766 10.6054C56.5267 10.4828 56.2967 10.3428 56.078 10.1864C55.8479 10.0188 55.6411 9.82143 55.463 9.59936C55.2755 9.3641 55.1254 9.10136 55.018 8.82037C54.8987 8.50077 54.841 8.16145 54.848 7.82037C54.8385 7.38435 54.9601 6.95552 55.197 6.58938C55.4368 6.22409 55.7548 5.91665 56.128 5.68935C56.5352 5.44285 56.9786 5.26199 57.442 5.15337C57.9371 5.03187 58.4452 4.9714 58.955 4.97335C59.7154 4.96345 60.4735 5.05835 61.208 5.25536C61.883 5.44235 62.5133 5.76379 63.061 6.20037L61.881 7.97738C61.675 7.77738 61.475 7.59837 61.276 7.43737C61.0823 7.28066 60.8736 7.14333 60.653 7.02737C60.4242 6.91238 60.1825 6.82509 59.933 6.76736C59.6405 6.70771 59.3425 6.67923 59.044 6.68237C58.8003 6.6793 58.5576 6.71302 58.324 6.78237C58.1425 6.83794 57.973 6.92678 57.824 7.04437C57.7018 7.14787 57.6053 7.27829 57.542 7.42538C57.4813 7.5669 57.4503 7.71939 57.451 7.87338C57.4479 8.03229 57.4929 8.18844 57.58 8.32137C57.6712 8.45192 57.7854 8.56477 57.917 8.65438C58.0598 8.75308 58.2135 8.83495 58.375 8.89837C58.549 8.96737 58.724 9.03036 58.903 9.08737C59.183 9.18737 59.467 9.28736 59.749 9.37936C60.031 9.47136 60.313 9.57035 60.592 9.66735C60.731 9.72035 60.902 9.77936 61.104 9.85336C61.3158 9.93021 61.522 10.0218 61.721 10.1274C61.945 10.2432 62.1576 10.3798 62.356 10.5354C62.571 10.6981 62.7616 10.8907 62.922 11.1074C63.0947 11.347 63.2296 11.6118 63.322 11.8924C63.4341 12.2242 63.4876 12.5731 63.48 12.9234C63.4886 13.3821 63.3593 13.8329 63.109 14.2174C62.8572 14.5968 62.5255 14.9167 62.137 15.1544C61.711 15.4162 61.2468 15.6099 60.761 15.7284C60.2447 15.8581 59.7143 15.923 59.182 15.9214C58.7286 15.9217 58.2755 15.896 57.825 15.8444C57.4131 15.7956 57.0069 15.7072 56.612 15.5804C56.2266 15.4585 55.8573 15.2906 55.512 15.0804C55.152 14.8574 54.8226 14.5884 54.532 14.2804L55.977 12.6264ZM46.023 5.15136V12.3824C46.0171 12.6297 46.0603 12.8758 46.15 13.1064C46.2233 13.2937 46.3378 13.4622 46.485 13.5994C46.6276 13.7299 46.7989 13.8251 46.985 13.8774C47.1837 13.9372 47.3905 13.9659 47.598 13.9624C48.1129 13.9605 48.6258 13.9001 49.127 13.7824C49.6297 13.6726 50.1117 13.4836 50.555 13.2224V5.14636H53.165V13.8624C53.1705 14.1064 53.1909 14.3498 53.226 14.5914C53.262 14.9064 53.326 15.2774 53.403 15.7014H50.93C50.916 15.6614 50.893 15.5894 50.866 15.4774C50.839 15.3654 50.805 15.2534 50.772 15.1304C50.739 15.0074 50.715 14.8904 50.687 14.7814C50.6662 14.7 50.6501 14.6176 50.639 14.5344C50.4019 14.7386 50.1461 14.9201 49.875 15.0764C49.5915 15.2448 49.2941 15.3887 48.986 15.5064C48.6826 15.626 48.3695 15.719 48.05 15.7844C47.7544 15.8493 47.4527 15.8828 47.15 15.8844C46.5406 15.9045 45.9328 15.8088 45.359 15.6024C44.9281 15.4446 44.5423 15.1836 44.2355 14.8422C43.9287 14.5009 43.7102 14.0897 43.599 13.6444C43.4774 13.1714 43.4179 12.6847 43.422 12.1964V5.14938L46.023 5.15136ZM34.173 14.0344C34.4914 14.1402 34.8178 14.2205 35.149 14.2744C35.5278 14.3366 35.9111 14.368 36.295 14.3684C36.6865 14.3713 37.0725 14.2764 37.418 14.0924C37.7682 13.8978 38.0679 13.6238 38.293 13.2924C38.5589 12.9056 38.7546 12.4751 38.871 12.0204C39.0127 11.4651 39.0799 10.8934 39.071 10.3204C39.0745 9.84945 39.0238 9.37971 38.92 8.92037C38.8359 8.53264 38.6762 8.1653 38.45 7.83938C38.2415 7.54414 37.9623 7.30585 37.638 7.14636C37.2658 6.97548 36.8594 6.89203 36.45 6.90237C36.2347 6.90349 36.0196 6.91785 35.806 6.94537C35.591 6.97637 35.384 7.01636 35.183 7.06536C34.9916 7.11019 34.8033 7.16699 34.619 7.23537C34.4596 7.29532 34.3062 7.37033 34.161 7.45937L34.173 14.0344ZM31.573 0.395379H34.173V5.94637C34.5815 5.64458 35.0369 5.41212 35.521 5.25835C36.0793 5.07415 36.6641 4.98329 37.252 4.98937C37.9775 4.97144 38.697 5.12493 39.352 5.43737C39.9085 5.71759 40.3919 6.12367 40.764 6.62338C41.1391 7.13643 41.4108 7.71756 41.564 8.33437C41.7346 8.99307 41.82 9.67094 41.818 10.3514C41.8392 11.1967 41.6831 12.037 41.36 12.8184C41.081 13.474 40.6682 14.0643 40.148 14.5514C39.6578 15.003 39.0812 15.3507 38.453 15.5734C37.838 15.79 37.1911 15.9022 36.539 15.9054C36.0383 15.9054 35.5797 15.9 35.163 15.8894C34.744 15.8774 34.338 15.8644 33.951 15.8464C33.564 15.8284 33.173 15.7994 32.791 15.7614C32.409 15.7234 32.007 15.6784 31.591 15.6234L31.573 0.395379ZM24.573 14.2164C24.984 14.2278 25.3873 14.103 25.72 13.8614C26.0497 13.616 26.3187 13.2982 26.506 12.9324C26.7225 12.5243 26.8769 12.0861 26.964 11.6324C27.066 11.1494 27.1166 10.657 27.115 10.1634C27.1164 9.72126 27.0718 9.28025 26.982 8.84737C26.9009 8.46194 26.7494 8.09478 26.535 7.76437C26.3324 7.45791 26.0577 7.20585 25.735 7.03036C25.3682 6.83692 24.9575 6.74183 24.543 6.75436C24.1538 6.74764 23.7699 6.845 23.431 7.03637C23.1073 7.23018 22.8334 7.49693 22.631 7.81536C22.4048 8.17634 22.2412 8.57292 22.147 8.98837C21.9311 9.90171 21.9243 10.852 22.127 11.7684C22.216 12.194 22.3705 12.6032 22.585 12.9814C22.7843 13.3379 23.0607 13.6453 23.394 13.8814C23.7431 14.1127 24.1554 14.2301 24.574 14.2174L24.573 14.2164ZM24.66 15.9734C23.8645 15.9875 23.0734 15.8518 22.328 15.5734C21.6834 15.3259 21.1025 14.937 20.628 14.4354C20.1558 13.9225 19.7994 13.3141 19.583 12.6514C19.335 11.9037 19.2134 11.12 19.223 10.3324C19.2197 9.63472 19.3305 8.94126 19.551 8.27938C19.7645 7.63603 20.1153 7.04677 20.5791 6.55242C21.0429 6.05807 21.6086 5.67044 22.237 5.41637C22.9955 5.11592 23.8064 4.97038 24.622 4.98837C25.43 4.96837 26.2335 5.11404 26.983 5.41637C27.6091 5.68005 28.1666 6.0833 28.613 6.59536C29.0478 7.1081 29.3694 7.70683 29.557 8.35238C29.7617 9.05529 29.8627 9.7843 29.857 10.5164C29.8615 11.2376 29.7414 11.9541 29.502 12.6344C29.2754 13.2745 28.9255 13.864 28.472 14.3694C28.0128 14.8682 27.4555 15.2669 26.835 15.5404C26.1487 15.8353 25.4079 15.9818 24.661 15.9704L24.66 15.9734ZM14.302 0.394372H16.902V13.1564C16.8789 13.4015 16.9368 13.6474 17.067 13.8564C17.1212 13.9252 17.191 13.9801 17.2706 14.0167C17.3503 14.0532 17.4375 14.0702 17.525 14.0664C17.7153 14.0716 17.9048 14.0415 18.084 13.9774C18.237 13.9214 18.417 13.8494 18.615 13.7774L19.055 15.0844C18.8809 15.2024 18.6984 15.3077 18.509 15.3994C18.3094 15.4997 18.1032 15.5865 17.892 15.6594C17.672 15.7336 17.4475 15.794 17.22 15.8404C16.9934 15.8855 16.763 15.9086 16.532 15.9094C16.2533 15.9095 15.9753 15.8797 15.703 15.8204C15.4428 15.7656 15.1996 15.6489 14.994 15.4804C14.7726 15.2971 14.6007 15.0612 14.494 14.7944C14.3574 14.4324 14.2942 14.047 14.308 13.6604L14.302 0.394372ZM12.602 14.6814C12.239 14.8724 11.868 15.0444 11.485 15.2064C11.0739 15.377 10.6508 15.517 10.219 15.6254C9.71274 15.7511 9.19858 15.8427 8.68001 15.8994C8.03877 15.9693 7.39406 16.0027 6.74901 15.9994C6.02384 16.0081 5.30187 15.9018 4.61001 15.6844C3.40238 15.3004 2.35048 14.5377 1.61001 13.5094C1.24144 13.0029 0.939006 12.4514 0.710011 11.8684C0.468973 11.2677 0.289379 10.6442 0.174001 10.0074C0.0576192 9.35516 -0.000605498 8.69388 4.74727e-06 8.03137C0.000633892 7.33814 0.0726773 6.64683 0.215001 5.96838C0.349412 5.31408 0.556361 4.67679 0.832006 4.06835C1.10146 3.48093 1.44454 2.9302 1.853 2.42938C2.67554 1.41797 3.78369 0.67779 5.03301 0.305352C5.72268 0.0959449 6.44028 -0.0069001 7.161 0.000359076C7.54 0.000359076 7.88701 0.012372 8.20301 0.032372C8.49632 0.0492166 8.78846 0.0826091 9.07801 0.132378C9.34144 0.177448 9.60066 0.244327 9.853 0.33236C10.107 0.419187 10.3543 0.52447 10.593 0.647362C10.8609 0.782467 11.1192 0.935843 11.366 1.10638C11.6327 1.28438 11.9263 1.49435 12.247 1.73635L10.797 3.68838C10.4912 3.41105 10.1686 3.15288 9.83101 2.91537C9.55631 2.72032 9.26083 2.55631 8.95 2.42635C8.66096 2.30636 8.35893 2.22046 8.05001 2.17037C7.70771 2.11985 7.362 2.0961 7.01601 2.09936C6.40137 2.08829 5.79444 2.23754 5.25501 2.53237C4.73856 2.82694 4.29629 3.23569 3.96201 3.72738C3.59548 4.26897 3.32706 4.87079 3.16901 5.50536C2.98332 6.22376 2.89254 6.9634 2.89901 7.70538C2.89341 8.4936 2.97049 9.28022 3.129 10.0524C3.26457 10.7479 3.51573 11.4158 3.87201 12.0284C4.19608 12.5805 4.64638 13.0479 5.18601 13.3924C5.76832 13.7417 6.43821 13.9176 7.11701 13.8994C7.33906 13.9036 7.56116 13.8939 7.782 13.8704C8.018 13.8414 8.25401 13.8234 8.49601 13.7874C8.73801 13.7514 8.972 13.7084 9.202 13.6594C9.432 13.6104 9.64401 13.5594 9.84601 13.5094V8.32836H12.595L12.602 14.6814Z", fill: "var(--color-text-brandDarkBlue, #212C65)" }), h("path", { key: '760da96991abd6ab53fd2ca70d4d714656bee462', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M109.442 9.51028L113.077 5.4953H116.426L111.367 10.3453L116.755 16.3633H113.547L109.447 11.6633V16.3633H106.768V0.58728H109.447L109.442 9.51028ZM94.8709 7.3573C94.8709 7.1413 94.871 6.86529 94.852 6.52429C94.8439 6.1785 94.8071 5.83398 94.742 5.49429H97.2649C97.2894 5.55963 97.3098 5.62644 97.326 5.69431C97.345 5.77631 97.3659 5.86929 97.3919 5.96429C97.4179 6.05929 97.4369 6.16428 97.4549 6.26428C97.4729 6.36428 97.486 6.46428 97.5 6.55228C97.687 6.38781 97.8877 6.23961 98.0999 6.10928C98.6115 5.78686 99.1757 5.55704 99.7669 5.4303C100.1 5.35753 100.44 5.32132 100.781 5.3223C101.328 5.31866 101.872 5.40723 102.39 5.58429C102.869 5.74685 103.312 6.00393 103.69 6.3403C104.063 6.67744 104.36 7.08984 104.562 7.55029C104.781 8.06212 104.89 8.61452 104.881 9.1713V16.3713H102.196V9.6713C102.203 9.29813 102.158 8.9258 102.061 8.56528C101.986 8.29345 101.849 8.04279 101.661 7.83328C101.484 7.64715 101.263 7.50943 101.018 7.43329C100.734 7.34463 100.438 7.30144 100.141 7.3053C99.9337 7.30661 99.7268 7.32297 99.5219 7.35428C99.2943 7.38247 99.069 7.42726 98.8479 7.48828C98.6183 7.5484 98.392 7.6205 98.17 7.70428C97.9553 7.77835 97.7466 7.86895 97.5459 7.97528V16.3753H94.8689L94.8709 7.3573ZM89.354 10.6903C88.693 10.7039 88.0352 10.7877 87.3919 10.9403C86.9571 11.0391 86.5446 11.2185 86.1759 11.4693C85.8984 11.6587 85.6811 11.9239 85.55 12.2333C85.4322 12.5398 85.3738 12.866 85.378 13.1943C85.3692 13.4439 85.403 13.6931 85.4779 13.9313C85.5355 14.1106 85.6361 14.273 85.771 14.4043C85.9046 14.5271 86.0668 14.6145 86.243 14.6583C86.4338 14.7108 86.631 14.7364 86.8289 14.7343C87.0219 14.7343 87.219 14.7223 87.419 14.7063C87.6305 14.6839 87.8398 14.6444 88.045 14.5883C88.266 14.5295 88.4818 14.4522 88.69 14.3573C88.9221 14.2504 89.144 14.1225 89.3529 13.9753L89.354 10.6903ZM82.841 6.9743C83.4506 6.43993 84.1574 6.02806 84.9229 5.76129C85.735 5.46771 86.5924 5.31913 87.456 5.3223C88.0356 5.3199 88.6134 5.38703 89.177 5.52228C89.6953 5.64191 90.1898 5.84778 90.6399 6.13129C91.0583 6.40027 91.4075 6.76412 91.659 7.1933C91.9212 7.66192 92.0524 8.19246 92.039 8.72928V13.5793C92.0359 13.7771 92.0499 13.9749 92.081 14.1703C92.0978 14.3025 92.1446 14.429 92.2179 14.5403C92.2808 14.6292 92.369 14.6971 92.471 14.7353C92.5948 14.7743 92.7242 14.7923 92.854 14.7883C92.9578 14.7841 93.0613 14.7741 93.164 14.7583C93.322 14.7363 93.466 14.7133 93.596 14.6893L93.885 15.8443C93.72 15.9443 93.553 16.0353 93.38 16.1263C93.2023 16.2182 93.0173 16.2955 92.8269 16.3573C92.6192 16.4261 92.4066 16.4793 92.1909 16.5163C91.9393 16.5572 91.6849 16.578 91.43 16.5783C90.9747 16.5916 90.5257 16.4694 90.1399 16.2273C89.9688 16.1147 89.822 15.969 89.708 15.7988C89.594 15.6286 89.515 15.4374 89.4759 15.2363C89.2019 15.4862 88.8999 15.7037 88.576 15.8843C88.2804 16.0533 87.9684 16.192 87.6449 16.2983C87.3372 16.399 87.0209 16.4713 86.6999 16.5143C86.3981 16.5528 86.0942 16.5735 85.7899 16.5763C85.333 16.5793 84.8783 16.5135 84.4409 16.3813C84.0636 16.2663 83.7154 16.0716 83.42 15.8103C83.1354 15.5561 82.913 15.24 82.7699 14.8863C82.6093 14.4719 82.5296 14.0307 82.5349 13.5863C82.5244 13.0864 82.6134 12.5894 82.797 12.1243C82.9638 11.7188 83.2106 11.3511 83.5229 11.0433C83.8465 10.733 84.2205 10.4801 84.6289 10.2953C85.0769 10.0896 85.5465 9.93463 86.029 9.83328C86.556 9.71543 87.0906 9.63457 87.6289 9.59128C88.1916 9.54528 88.7643 9.52228 89.347 9.52228V9.13028C89.3559 8.81548 89.3046 8.50188 89.196 8.2063C89.1028 7.96802 88.9568 7.75397 88.769 7.58029C88.5772 7.41846 88.3542 7.29763 88.1139 7.22528C87.8398 7.1455 87.5554 7.10642 87.2699 7.10928C87.021 7.10712 86.7724 7.12957 86.5279 7.1763C86.2826 7.22239 86.0443 7.30002 85.8189 7.40729C85.5603 7.53109 85.3142 7.67943 85.084 7.85028C84.7873 8.07003 84.5041 8.30746 84.2359 8.56128L82.841 6.9743ZM73.27 2.62628V7.3053H74.77C75.2355 7.31174 75.7001 7.26475 76.1549 7.16528C76.5333 7.08847 76.8941 6.94197 77.219 6.73328C77.5016 6.54416 77.7328 6.28785 77.8919 5.9873C78.0558 5.65844 78.1371 5.29461 78.1289 4.92728C78.1359 4.5799 78.0765 4.23441 77.9539 3.9093C77.8334 3.61742 77.6274 3.36884 77.3629 3.19629C77.0275 2.98493 76.6537 2.84156 76.263 2.77429C75.705 2.67186 75.1382 2.62464 74.571 2.6333L73.27 2.62628ZM73.27 9.33929V14.3393H75.4419C75.9397 14.3493 76.4358 14.2783 76.9109 14.1293C77.2868 14.0087 77.6365 13.8184 77.9419 13.5683C78.1976 13.3579 78.4026 13.0927 78.542 12.7923C78.6704 12.5222 78.7387 12.2274 78.742 11.9283C78.7423 11.585 78.6743 11.2451 78.542 10.9283C78.4091 10.6098 78.2008 10.3284 77.935 10.1083C77.6222 9.85665 77.2635 9.66817 76.8789 9.55328C76.3764 9.40636 75.8544 9.3369 75.331 9.34729L73.27 9.33929ZM75.5929 0.58728C76.3348 0.57908 77.0745 0.668854 77.7929 0.854279C78.3878 1.00832 78.9499 1.26888 79.4519 1.62329C79.8961 1.9476 80.2585 2.37119 80.51 2.86029C80.7629 3.38432 80.889 3.96052 80.878 4.5423C80.88 4.93957 80.7993 5.33292 80.641 5.6973C80.4802 6.07453 80.26 6.4236 79.9889 6.73129C79.708 7.04844 79.3819 7.32238 79.021 7.54428C78.6554 7.77312 78.2572 7.9451 77.8399 8.05429C78.2862 8.13489 78.721 8.2692 79.135 8.45428C79.582 8.65138 79.993 8.92179 80.3509 9.2543C80.7289 9.59946 81.0372 10.0139 81.2589 10.4753C81.5061 10.998 81.6277 11.5712 81.6139 12.1493C81.6124 12.6915 81.4898 13.2266 81.255 13.7153C81.0007 14.2375 80.6343 14.697 80.182 15.0613C79.66 15.4835 79.0628 15.8031 78.422 16.0033C77.6359 16.2543 76.8139 16.3742 75.9889 16.3583H70.429V0.581299L75.5929 0.58728Z", fill: "var(--color-text-brandDarkBlue, #212C65)" })))));
9
9
  }
10
10
  static get is() { return "gb-logo"; }
11
11
  static get encapsulation() { return "shadow"; }
@@ -14,10 +14,10 @@ export class GbMegaInputFieldBase {
14
14
  }
15
15
  }
16
16
  render() {
17
- return (h("div", { key: '03279a640e2023c7fa05791323fdca3312ae967f', class: {
17
+ return (h("div", { key: 'd454db2bf3fedec51246dfdb2b1dc0b1b5377d82', class: {
18
18
  [this.size]: true,
19
19
  disabled: this.state === 'disabled'
20
- } }, h("input", { key: '1c74a379a5ef51ff31f7dec127e693d7e6ee2e81', class: {
20
+ } }, h("input", { key: 'bf2a84cec2173a189d0dd3271712a7a182437667', class: {
21
21
  [this.size]: true,
22
22
  disabled: this.state === 'disabled'
23
23
  }, type: "text", maxlength: "1", placeholder: "0", value: this.inputValue, onInput: (event) => this.handleInput(event) })));
@@ -10,7 +10,7 @@ export class GbMetricCard {
10
10
  this.percentage = '';
11
11
  }
12
12
  render() {
13
- return (h("div", { key: '57edc15b9e7b7636f410e9261cd0a0cd51ff7320', class: `metric_card_wrapper ${this.size} ${'radius_' + this.radius}` }, h("div", { key: '2be01a4862c5645299244e6b5d8a3f8b0deebeea', class: `icon_and_label ${this.size}` }, h("div", { key: 'cd05f8e59baa3bc1a981630be6fcf3de2fa88074', class: "featured_icon" }, h("gb-metric-featured-icon", { key: 'fb667969738fef6cce3270385f26628f88183166', size: this.size, "featured-icon-style": this.featuredIconStyle, icon: this.icon, color: this.featuredIconColor })), this.size === 'md' && h("p", { key: 'ddeac545ed952d329f1bfd614b3cfcea87233f08', class: "heading text-sm-medium" }, this.label)), h("div", { key: '4feaca2d81182ae0526607456855765f585d8dd5', class: "heading_and_number" }, this.size === 'sm' && h("p", { key: '89765facfe72597a48351c3f2c78a39099ad367a', class: "heading text-sm-medium" }, this.label), h("div", { key: 'bd0785ed45f3865c9affc302d59a994447c706fd', class: "number_and_badge" }, h("p", { key: 'bb4ef98fd534c6a3ce475499ec1f8756e730013c', class: `number ${this.size === 'sm' ? 'display-xs-semi-bold' : 'display-md-semi-bold'}` }, this.metric), this.showBadge && (h("gb-badge", { key: '52ee288e8e9b0c05efa792caa4cc3bc3d8e325a2', size: this.size, type: "pill_color", color: "gray" }, h("p", { key: '0c32cdbcaae87afe9df45603e62cf083eac12557' }, this.percentage)))))));
13
+ return (h("div", { key: 'dac0eefbea0817e1c370182f2edd33572a27a927', class: `metric_card_wrapper ${this.size} ${'radius_' + this.radius}` }, h("div", { key: '4a07e454e171ca481c0473ced8a9af2c9186bc1d', class: `icon_and_label ${this.size}` }, h("div", { key: '069bc00950e95030035bc0e503148743639587ce', class: "featured_icon" }, h("gb-metric-featured-icon", { key: '4cffadad67be6e099b7682d65799529921683606', size: this.size, "featured-icon-style": this.featuredIconStyle, icon: this.icon, color: this.featuredIconColor })), this.size === 'md' && h("p", { key: '4ae6c6dbab2aef73c0971b179d79df4f4133ed54', class: "heading text-sm-medium" }, this.label)), h("div", { key: 'a3d73b3d4363ee0ff4c0267e3a3ef011ce1b977a', class: "heading_and_number" }, this.size === 'sm' && h("p", { key: '34c771e77b8ea2d9c3ecc59c61d74f9bcc06541d', class: "heading text-sm-medium" }, this.label), h("div", { key: 'd801ba3f373043f069e7fc9421231d34288f48f7', class: "number_and_badge" }, h("p", { key: '040d7f9c391de1a903695a8935f8fdafe9c9d107', class: `number ${this.size === 'sm' ? 'display-xs-semi-bold' : 'display-md-semi-bold'}` }, this.metric), this.showBadge && (h("gb-badge", { key: 'a00cdb64002c05844cd8ebb9b6f234fec08d3105', size: this.size, type: "pill_color", color: "gray" }, h("p", { key: '5da104e887b11630b733fd314e45ca226602e03f' }, this.percentage)))))));
14
14
  }
15
15
  static get is() { return "gb-metric-card"; }
16
16
  static get encapsulation() { return "shadow"; }
@@ -13,7 +13,7 @@ export class GbMetricFeaturedIcon {
13
13
  this.loadIcon(this.icon);
14
14
  }
15
15
  render() {
16
- return (h(Fragment, null, this.featuredIconStyle === 'glassmorphism' && (h("div", { key: '3d56629b9425daffc7e2f764576285683b421844', class: `metric_featured_icon_wrapper ${this.size}` }, h("div", { key: '246ad513f5f16dbb55318cfe94c4d342c4df69d8', class: `icon_glass ${this.size}` }, h("div", { key: 'd363ebaa2e4ae9ecfa3af1e05a67ca981522567b', class: `icon ${this.size} ${this.color}`, innerHTML: this.leadingIconSvg })), h("div", { key: '806209f459788c25bd245049642671c6cbf3e8af', class: `icon_background ${this.color} ${this.size}` }))), this.featuredIconStyle === 'circular_filled' && (h("div", { key: 'a326b85e024306750895ac70abf4837c7c431935', class: `circular_filled_outer ${this.color} ${this.size}` }, h("div", { key: 'db78bb1c951939a3f53a3db8be106823cd3c59aa', class: `circular_filled_icon icon ${this.size} ${this.color}`, innerHTML: this.leadingIconSvg })))));
16
+ return (h(Fragment, null, this.featuredIconStyle === 'glassmorphism' && (h("div", { key: '5c7e6f54b300d0cb95a8f707ff15e42f292f3bb4', class: `metric_featured_icon_wrapper ${this.size}` }, h("div", { key: '290166a906f7222c590bfddf1961707d653feef3', class: `icon_glass ${this.size}` }, h("div", { key: 'a10eb4ddae115f799507a2018f0e604a2799c251', class: `icon ${this.size} ${this.color}`, innerHTML: this.leadingIconSvg })), h("div", { key: 'f3630cc23f4f2a3ee3663a545ac2c18885e2fed1', class: `icon_background ${this.color} ${this.size}` }))), this.featuredIconStyle === 'circular_filled' && (h("div", { key: '2dce9a91bf415f8bc4ea0b118208e9e27a78dae7', class: `circular_filled_outer ${this.color} ${this.size}` }, h("div", { key: 'bf7385e6544ee6ee2c2fc91807c13a3c1cffab8c', class: `circular_filled_icon icon ${this.size} ${this.color}`, innerHTML: this.leadingIconSvg })))));
17
17
  }
18
18
  static get is() { return "gb-metric-featured-icon"; }
19
19
  static get encapsulation() { return "shadow"; }
@@ -7,8 +7,8 @@ export class GbModalHeader {
7
7
  render() {
8
8
  const buttonClass = this.closeButtonPosition === 'left' ? 'close-button-left' : 'close-button-right';
9
9
  const titleClass = this.closeButtonPosition === 'left' ? 'title title-with-left-button' : 'title';
10
- const button = h("gb-button-close", { key: '38b78bc9eee73e8cf23382401e052188d201be95', class: buttonClass, size: "sm", color: "gray", onClick: () => this.closeButtonClicked.emit() });
11
- return (h("div", { key: 'e825be4427d41e56f8d5214078d9f056df2765b8', class: "container" }, this.closeButtonPosition === 'left' && button, h("p", { key: 'f36bff1ec8cbf9eff13d8ce2f9e163cfb8aea446', class: `${titleClass} display-xs-semi-bold` }, this.text), this.closeButtonPosition === 'right' && button));
10
+ const button = h("gb-button-close", { key: '69d8cd41cbef77f050bea46a76b44777402cfe57', class: buttonClass, size: "sm", color: "gray", onClick: () => this.closeButtonClicked.emit() });
11
+ return (h("div", { key: 'd31a5eba2b2a2c4d750b4c241c3b262402e1f051', class: "container" }, this.closeButtonPosition === 'left' && button, h("p", { key: '92fbc5384819c5786a22b45ae50c99ae36ebec18', class: `${titleClass} display-xs-semi-bold` }, this.text), this.closeButtonPosition === 'right' && button));
12
12
  }
13
13
  static get is() { return "gb-modal-header"; }
14
14
  static get encapsulation() { return "shadow"; }
@@ -182,7 +182,7 @@ export class GbNavBar {
182
182
  }
183
183
  render() {
184
184
  const patternSrc = getAssetPath(`assets/top_bar_pattern.svg`);
185
- return (h("div", { key: 'bd9de598d8019f9409603de648cd22cfa8521d6c', class: `top_bar_div ${this.category} ${this.showBorder ? 'border' : ''}` }, this.category === 'colored_background' && (h("div", { key: 'cc44583d7cb1b05a56f4451a74c3718a1dc888d7', class: "pattern" }, h("img", { key: '6c9ee6abc02c0b9fec49ecb0af684b464a46ddf3', src: patternSrc, alt: "" }))), h("div", { key: '8f26f0914b04616e47116577b83f2d14e55db496', class: "top_bar_content" }, h("div", { key: '0545a281cec60ca00a0332c1f5eede612fd77816', style: { visibility: 'hidden', position: 'absolute', height: '0', overflow: 'hidden', pointerEvents: 'none' } }, this.internalItems.map(tab => (h("gb-nav-bar-item", { state: this.activeIndex === tab.index ? 'active' : 'default', "icon-only": tab.iconOnly, category: this.category, icon: tab.icon, label: tab.label })))), h("div", { key: '8984ff0ab661bed15146d0a67b4442135828864b', class: `content ${this.dropdownOpen ? 'shown' : ''}`, ref: el => (this.containerEl = el) }, (this.measured ? this.visibleItems : this.internalItems).map(tab => (h("gb-nav-bar-item", { state: this.activeIndex === tab.index ? 'active' : 'default', "icon-only": tab.iconOnly, category: this.category, icon: tab.icon, label: tab.label, onClick: () => this.onTabItemClicked(tab.index) }))), this.measured && this.overflowItems.length > 0 && (h("div", { key: '0305a2094e49eb115d5ecfbb00d3b26f1e090920', class: "more" }, h("gb-nav-bar-item", { key: '7bdb7eae870c39d3d4f7d256cd70c299efb59e6f', state: this.dropdownItemClicked ? 'active' : 'default', "icon-only": false, category: this.category, icon: "assets/more.svg", label: "More", class: "more_button", onClick: () => this.toggleDropdown() }), this.dropdownOpen && (h("div", { key: '4ef5aeb2aa1f140e76c17228d856ca2d85f4180a', class: "dropdown_menu" }, this.overflowItems.map(tab => (h("gb-dropdown-items-with-shortcut", { icon: true, state: "default", iconSrc: tab.icon, label: tab.label, onClick: () => this.onTabItemClicked(tab.index, true) })))))))))));
185
+ return (h("div", { key: '9c0aee975da92064552e5ad896cf5072725ef575', class: `top_bar_div ${this.category} ${this.showBorder ? 'border' : ''}` }, this.category === 'colored_background' && (h("div", { key: '68c490efdca397a48abba9b6c36ac519cedf3fd5', class: "pattern" }, h("img", { key: '35f4dd14a6c9c50e0a254435798ed685388f5280', src: patternSrc, alt: "" }))), h("div", { key: 'fdee517ab55566a9acffce43792ed14fb8bc334a', class: "top_bar_content" }, h("div", { key: '9da14e6e5d471ce7bf788d7cd12a361a171047b9', style: { visibility: 'hidden', position: 'absolute', height: '0', overflow: 'hidden', pointerEvents: 'none' } }, this.internalItems.map(tab => (h("gb-nav-bar-item", { state: this.activeIndex === tab.index ? 'active' : 'default', "icon-only": tab.iconOnly, category: this.category, icon: tab.icon, label: tab.label })))), h("div", { key: '64cb7d04d110a1bcee5cbe56023b4abe720bc02e', class: `content ${this.dropdownOpen ? 'shown' : ''}`, ref: el => (this.containerEl = el) }, (this.measured ? this.visibleItems : this.internalItems).map(tab => (h("gb-nav-bar-item", { state: this.activeIndex === tab.index ? 'active' : 'default', "icon-only": tab.iconOnly, category: this.category, icon: tab.icon, label: tab.label, onClick: () => this.onTabItemClicked(tab.index) }))), this.measured && this.overflowItems.length > 0 && (h("div", { key: '956f286f81d08839a06efa3986d078053724709b', class: "more" }, h("gb-nav-bar-item", { key: 'd931045578c0f0769cf092e95781221bd0cd5c4f', state: this.dropdownItemClicked ? 'active' : 'default', "icon-only": false, category: this.category, icon: "assets/more.svg", label: "More", class: "more_button", onClick: () => this.toggleDropdown() }), this.dropdownOpen && (h("div", { key: '28a2a6c5a182c64822fc58899cd43720a944cfa6', class: "dropdown_menu" }, this.overflowItems.map(tab => (h("gb-dropdown-items-with-shortcut", { icon: true, state: "default", iconSrc: tab.icon, label: tab.label, onClick: () => this.onTabItemClicked(tab.index, true) })))))))))));
186
186
  }
187
187
  static get is() { return "gb-nav-bar"; }
188
188
  static get encapsulation() { return "shadow"; }
@@ -34,7 +34,7 @@ export class GbNavBarItem {
34
34
  this.loadIcon(this.icon);
35
35
  }
36
36
  render() {
37
- return (h("div", { key: '199b1ef5fac7264c976a1fd60593ab34824e751d', class: `top_bar_item_div ${this.category} ${this.state}`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, h("div", { key: 'f84bb8902012a378605ff14dc3232e899023bea2', class: `top_bar_content` }, this.icon && h("div", { key: '0216fc7bb299f754c3a64ff15dd32fa877828ec1', class: `icon ${this.category} ${this.state}`, innerHTML: this.leadingIconSvg }), !this.iconOnly && (h("div", { key: '13013447975c46c1546501c7e3081117c32ac78b', class: "label" }, h("p", { key: '58a250933d4bd5ce159056ed0010db608a9ec3fe', class: `label_text ${this.state === 'active' ? 'text-md-semi-bold' : 'text-md-medium'} ${this.category} ${this.state}` }, this.label))), this.state === 'active' && this.category === 'colored_background' && h("div", { key: 'fb9f4592a4d6037f1b90e5023e10dda94c260b3b', class: `bar ${this.category}` }), this.state === 'active' && this.category === 'plain_background' && h("div", { key: 'fb57646ad016853d3a4dcea40d360f777bc4d7b1', class: `bar ${this.category}` })), this.iconOnly && this.showTooltip && (h("gb-tooltip", { key: '30f1326d9e47a4b3505deaa9be418b29eeb71298', "show-arrow": true, arrow: "bottom_center", class: "tooltip" }, h("p", { key: 'bb36cacbd58cb74cbbe4c2d81843d0a48d167409', slot: "label" }, this.label)))));
37
+ return (h("div", { key: 'ae4bbed6b1f4a03fc1159480423740ae9349bd4b', class: `top_bar_item_div ${this.category} ${this.state}`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, h("div", { key: 'ea9d2f04a9d25a6d98377061582a52c0574d67da', class: `top_bar_content` }, this.icon && h("div", { key: 'a4d661f6377896af29a844012ecded5d67967312', class: `icon ${this.category} ${this.state}`, innerHTML: this.leadingIconSvg }), !this.iconOnly && (h("div", { key: 'ddff38920054253f63fb42dd58fd6d61143746e2', class: "label" }, h("p", { key: 'dee11e981a8abadece38f204053b9eecedc82c22', class: `label_text ${this.state === 'active' ? 'text-md-semi-bold' : 'text-md-medium'} ${this.category} ${this.state}` }, this.label))), this.state === 'active' && this.category === 'colored_background' && h("div", { key: '57bec9ba71992f6a83cda68256d35ef2f41cd8e9', class: `bar ${this.category}` }), this.state === 'active' && this.category === 'plain_background' && h("div", { key: '8c768b4c3995abdf9491d00e1f782b2d0461c4eb', class: `bar ${this.category}` })), this.iconOnly && this.showTooltip && (h("gb-tooltip", { key: '84f131f4043996ab680b840d394699afeba80892', "show-arrow": true, arrow: "bottom_center", class: "tooltip" }, h("p", { key: '41f48cf55b7352ac939754f9fb9e65caecdd2c9f', slot: "label" }, this.label)))));
38
38
  }
39
39
  static get is() { return "gb-nav-bar-item"; }
40
40
  static get encapsulation() { return "shadow"; }
@@ -60,7 +60,7 @@ export class GbNavBarSidemenu {
60
60
  // </div>
61
61
  // </div>
62
62
  // );
63
- return (h("div", { key: 'de01854450bb876a627eef4f038369e1d591b42c', class: "nav_bar_wrapper" }, h("gb-vertical-tabs", { key: '3e33d916b72f3661a0bcdd7f156285f2966b2d4b', class: "vertical_tabs", size: "sm", tabs: this.tabs, type: "button_primary", "active-index": this.activeIndex, onTabItemClicked: this.onTabItemClicked.bind(this) }), h("div", { key: '9e33e0dcb5c843b091c1112431188c48c0c754cd', class: "wrapper" }, h("div", { key: '66868b41d73c95a4b8677499cc5a11bbe1d738b8', class: "wrapper_pattern" }, h("img", { key: 'c874e0acc09ba6d8b4015043b70b2ddfc4108e68', src: patternSrc, alt: "" })), h("div", { key: 'd2ea43bb1547e36650baca87ec810b9fbbda25c0', class: `application_icon`, innerHTML: this.leadingIconSvg }), h("slot", { key: '8f90d351f5971d9b5166755ceda05f093c041683', name: "application_name" }))));
63
+ return (h("div", { key: '9362fc2cb082588bf110aed4c3563038994cdc93', class: "nav_bar_wrapper" }, h("gb-vertical-tabs", { key: '98ec6b2f69c93d03f38892cceda0928ebee1b85b', class: "vertical_tabs", size: "sm", tabs: this.tabs, type: "button_primary", "active-index": this.activeIndex, onTabItemClicked: this.onTabItemClicked.bind(this) }), h("div", { key: '08375460f547149b533a005a832a05e1036fbde6', class: "wrapper" }, h("div", { key: '271e65a01d41e572b2cc58497238a2a48770c848', class: "wrapper_pattern" }, h("img", { key: 'e87b9fe26aefd1cbb8946c4404382866fe9e9e77', src: patternSrc, alt: "" })), h("div", { key: '112dbf24223ce50364e1966af3ecf9cd14f07231', class: `application_icon`, innerHTML: this.leadingIconSvg }), h("slot", { key: 'a15a0e83b100e3ae6eed9c9b41f187e7ee5454e8', name: "application_name" }))));
64
64
  }
65
65
  static get is() { return "gb-nav-bar-sidemenu"; }
66
66
  static get encapsulation() { return "shadow"; }
@@ -7,7 +7,7 @@ export class GbNotificationContent {
7
7
  }
8
8
  render() {
9
9
  const iconSrc = getAssetPath(`${this.icon}`);
10
- return (h("div", { key: 'a9e10bc6f78f6c53bc5b3757d1012b592c75eb1d', class: "notification_container" }, h("div", { key: 'e39733147c2fa266a797aa488cfd9751e0d2dc50', class: "notification_title" }, this.icon && (h("div", { key: 'ac281a74797c44eabbca2cb3a585cdb244a9ff9a', class: "icon" }, h("img", { key: 'a7829158b7bbf4a0d2c4e6d8cdd6774725b256ad', src: iconSrc, alt: "Icon" }))), h("label", { key: 'b08d757d2df5f5399c58203517b78e2c0ab988ee' }, this.label), h("span", { key: '8306a42bfd2aada58ca0551375df643f7db944b1', class: "time" }, this.time)), h("div", { key: '26789e5cabafc8102479dc871876c5792b1660b9', class: "supporting_text" }, h("p", { key: 'c652d2af2bed55ec8b527f0d291ef4bb9c9a0c9e', class: "text-sm-regular" }, this.supportingText))));
10
+ return (h("div", { key: 'd581501e1c921129f1a3dcc550bc855dcd3b41c3', class: "notification_container" }, h("div", { key: 'd03b104b07b99b33247d4acb0f6d7e903b64f153', class: "notification_title" }, this.icon && (h("div", { key: '809c8df1fe2d3d7a43bca749d8150a6a0da4547b', class: "icon" }, h("img", { key: '9af475913ce3631468ed54014875f38053b77c33', src: iconSrc, alt: "Icon" }))), h("label", { key: '6a3058c9b17eb0b572a561321d9801e3d823cc84' }, this.label), h("span", { key: 'c5bbc92db3a03cbe95b0d0e8573e3f82e54960e6', class: "time" }, this.time)), h("div", { key: 'd878ea6470b19779df98fb080e28c2d96c57b931', class: "supporting_text" }, h("p", { key: '2c0e850d092e9a4579258f7fc0105a9a139965c3', class: "text-sm-regular" }, this.supportingText))));
11
11
  }
12
12
  static get is() { return "gb-notification-content"; }
13
13
  static get encapsulation() { return "shadow"; }
@@ -50,9 +50,9 @@ export class GbNotificationPane {
50
50
  render() {
51
51
  const patternSrc = getAssetPath(`assets/notification_background_pattern.svg`);
52
52
  const illustrationSrc = getAssetPath(`assets/notification_illustration.svg`);
53
- return (h("div", { key: '062c4714414bb8d07f743892974cc089fb875c74', class: "notification_pane_div" }, this.state === 'empty' && [
54
- h("div", { key: '382e32d195cf6c8426d2e6e82397b64488b564b1', class: `container` }, h("div", { key: '18000b2886a0f4f6655c46f9bb306652e4ff853d', class: "frame" }, h("img", { key: '22f6e0834cbc6878bff313805baf8814796e2b62', src: patternSrc, alt: "", class: "empty_state_pattern" }), h("div", { key: '8fbeb67ab152168d7b21ea65cd7df855d366a7d8', class: "empty_state" }, h("div", { key: 'f39ba09bffb53f2dfb90215925cc2596ab4ee498', class: "content" }, h("img", { key: '13c224b62164e3797c0f754b46791572bbbbc0cd', src: illustrationSrc, alt: "bell-icon", class: "bell_icon" }), h("div", { key: '19a51b4daef182f2044f8e6aca3a699d605d5ebb', class: "text" }, h("slot", { key: 'f28d9e141501ea48d9e276cdf8c76509e6bc0d0c', name: "label" }), h("slot", { key: '5dd9b4fd574bb665750f1115a84d564187bfa99a', name: "supporting_text" })))))),
55
- h("div", { key: '4b43fe10c27ef5bf3b516101e70c035fbe06afb4', class: `button` }, h("gb-button", { key: '812f538d5be12cb19fcba88adba77b4c2273838c', size: "sm", hierarchy: "tertiary_color", icon: "default", state: "disabled", "icon-leading": true, "icon-leading-swap": "assets/blush_brush.svg" }, h("p", { key: '31af59e42fa8ecd6175ac1975fdc33fe711ac092' }, "Mark all as read"))),
53
+ return (h("div", { key: '2b0c403dc7c3496af2c959d6e4fb11fc2acc2cff', class: "notification_pane_div" }, this.state === 'empty' && [
54
+ h("div", { key: '916f3e02fcf36bffc3dd99ccbb2f8cf40b6114fd', class: `container` }, h("div", { key: '8e8fe62c439bbae1dd22a115597e9be2a5e5569e', class: "frame" }, h("img", { key: 'a795e0f69fa47188aee47a196b6925f6445ef063', src: patternSrc, alt: "", class: "empty_state_pattern" }), h("div", { key: 'ef70bfb06b6852c07dd50a62b26c2fa42547e595', class: "empty_state" }, h("div", { key: 'a8f51737e5bae943452c72d80a228f7c6238b205', class: "content" }, h("img", { key: '1e46f45dea38ee33bffb34894ec8642f94b3abf1', src: illustrationSrc, alt: "bell-icon", class: "bell_icon" }), h("div", { key: '5a3ae75c79f5752c4c580bf26137e24d31c3141c', class: "text" }, h("slot", { key: '7e43f4fe09de141754ea5477060b48d8aeaef738', name: "label" }), h("slot", { key: '55e8af3ca1886c960a2507e136f86775e07c8d01', name: "supporting_text" })))))),
55
+ h("div", { key: '5351860da0b87a8788e04f85451e176a01f4c70a', class: `button` }, h("gb-button", { key: 'd03b2d21df7fc87eb1b0f482f4cb9ffa1d2d6ac3', size: "sm", hierarchy: "tertiary_color", icon: "default", state: "disabled", "icon-leading": true, "icon-leading-swap": "assets/blush_brush.svg" }, h("p", { key: 'e4b8500a3fb9886eb404421e18896cc57b117d6c' }, "Mark all as read"))),
56
56
  ], 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", onClick: () => this.markAllAsRead() }, h("p", null, "Mark all as read")))) : ([
57
57
  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" })))))),
58
58
  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"))),
@@ -77,10 +77,10 @@ export class GbPagination {
77
77
  this.pageItemSelected.emit({ pageSize: this.selectedPageSize, pageNumber: this.currentPage });
78
78
  }
79
79
  render() {
80
- return (h("div", { key: '8000178552beb6d5ecefd5345cb5925d2be4f818', class: `pagination_div ${this.type} ${this.breakpoint}` }, this.type === 'page_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: '40f758da531207f7989d387ad23b1793a20ed78f', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'feba08727930fed5e853353427cd60b931a808be' }, "Previous")), h("div", { key: '7645f6ce7edb2a6ac77452f6a47d451b5daef916', class: "pagination_numbers" }, this.internalTotalPages <= 5 &&
81
- this.pages.map(page => (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage === page ? 'active' : 'default', onClick: () => this.setCurrentPage(page) }, h("p", { slot: "page_number" }, page)))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-number-base", { key: '5409e5ad860195054f888d05c551278ce3aad660', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, h("p", { key: '6a37b3fde196b6a6883eced6c62628ccc2dbd8b1', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: 'e731c0f55b7a818af733d8ca98b3852a458ad26e', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, h("p", { key: '98341f3042fb3264060fd8568ca43aa1c437e4e0', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '1fd675284b84584c9807fbfec53b8e3efe6b9bbd', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, h("p", { key: '3f738c2c19b62c4ac2efcbfdc1303025d7c948cd', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '1743105b9e21d507e0300b6cd670a71339a6b1ae', shape: this.shape }, h("p", { key: 'e3bd7d34f8a506d55f29a0fc978302eb3f938d05', slot: "page_number" }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '1b4d0d42cc7af98329954331a10f01dc68978e32', shape: this.shape, state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 2) }, h("p", { key: 'e6c6adf39824d5633a205bd9f4d637c57b3b6463', slot: "page_number" }, this.internalTotalPages - 2)), h("gb-pagination-number-base", { key: '17af13867ec05eabd17504d4905089d3d2cd1dbd', shape: this.shape, state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 1) }, h("p", { key: '7776ace1d7b725145e7e7b5e8c5cab3a2816a38d', slot: "page_number" }, this.internalTotalPages - 1)), h("gb-pagination-number-base", { key: '14e6d81ef724a35bf9d6d921a26fd8d9ada81d5f', shape: this.shape, state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages) }, h("p", { key: 'ca320d4cbf22bd4e967528b85b8fd0cd0b759ff3', slot: "page_number" }, this.internalTotalPages))))), h("gb-button", { key: '180713832830d2df8c0185edf5cc8ffcba0a7a51', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'c2bc0921eb97d2e755309cd06873f736199b488d' }, "Next")))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: 'bf7d6e4a37f7a83bb80761f2413ba8c826ffcfcf', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '9286823d3fbb1b3e1d564c050d7b4d1be1d9649f' }, "Previous")), h("div", { key: 'aec54e23716be00cba9b9a83c77b6dcc5bd9e8a1', class: "pagination_numbers" }, this.internalTotalPages <= 5 && (h(Fragment, null, this.internalTotalPages <= 5 &&
82
- this.pages.map(page => (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage === page ? 'active' : 'default', onClick: () => this.setCurrentPage(page) }, h("p", { slot: "page_number" }, page)))))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-number-base", { key: 'd08269cfdc1f2942d7909adaadc484c4e630b7e1', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, h("p", { key: '13cceb4150032120a4ffce54955483da0a6501c3', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: '94de789fb66aaf3ee8e41f032220bd1fd62de12f', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, h("p", { key: '5ce28629bff1efc05e2ca201b08c6452f3d78bd6', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '99b18cf39d484bc58f9a21cd7378ae9a4e87f60b', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, h("p", { key: '020cfca7b75b0ca496e4b24b9f46f32f046eb16f', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: 'cde4318bcfc47501dc5e3c3455cb3342e0695850', shape: this.shape }, h("p", { key: '85c19efad7bbc018ec02002aa413a9b108ebfcb9', slot: "page_number" }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '541687435054cbd5a7070b3e8bda5206bf15dad2', shape: this.shape, state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 2) }, h("p", { key: '088dd72f6259f492752aa4b60bae258c984c6c40', slot: "page_number" }, this.internalTotalPages - 2)), h("gb-pagination-number-base", { key: '880e108dfbb8d494e1b90a7aa4a92827446e43b6', shape: this.shape, state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 1) }, h("p", { key: 'b3276356f534489fe9aed3a44eac6615fb28f680', slot: "page_number" }, this.internalTotalPages - 1)), h("gb-pagination-number-base", { key: 'a38719fe8f23b26ed1e2def6ee87d46c2eef1671', shape: this.shape, state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages) }, h("p", { key: '4dbb91abf4550685b96ca3e09c856d4982f7744d', slot: "page_number" }, this.internalTotalPages))))), h("gb-button", { key: 'a9e48e648246ca3f0afd37f7ef90b648f36255eb', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'cdb7917df3af3c45b20ee2827c5aa71e9763071e' }, "Next")))), this.type === 'card_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '52263be8928890e92904811ad5bac15559c9aa08', class: "pagination_entries" }, h("div", { key: '5cc6f36f79924e3df048cf51dd9489a239e53f29', class: "entries_text" }, h("p", { key: '931d7186e34ef331af91f357105f7d1294a29110', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '6693b743a7248376abf5d709c8cb7d371696d06e', class: `entries_dropdown` }, h("gb-input-dropdown", { key: 'd62c8c008295dac83f018a224ffb0ff7ff052152', 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: '8fca3dc15903e5ab3f705e7ae7d439b38663eeef', class: "pagination_numbers" }, this.internalTotalPages <= 5 &&
83
- this.pages.map(page => (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage === page ? 'active' : 'default', onClick: () => this.setCurrentPage(page) }, h("p", { slot: "page_number" }, page)))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-number-base", { key: 'b91e9b6660f10750f23f86a807ba4b8ded083fc5', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, h("p", { key: '3888d5466d56e871fb1ce9bac58460b07fed06ac', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: 'dc3ada9e10fb0c23eacc0e25c629b279d3ee6da3', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, h("p", { key: '6e68fe5c52e7f15fe6fc786db785fd2258facb89', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '36b88211257e1f2a1c4032a4a57e379ed523a9fb', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, h("p", { key: '2aea026798e64076b4edf43ee51ce3b78e7075de', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '60655df1d39648d6e8da369c6f7ddd2e552b3629', shape: this.shape, state: "default" }, h("p", { key: 'a45a06f7b9077fc00af9cee7dac6cdd5757fea64', slot: "page_number" }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '0f9e4b4b486d80ed2ece8823afdf79505380b2b8', shape: this.shape, state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 2) }, h("p", { key: 'ee373afdf62b24fdf44a144ec87e09ccac1bc593', slot: "page_number" }, this.internalTotalPages - 2)), h("gb-pagination-number-base", { key: 'efda097a40003403f754a43abdf364267491756a', shape: this.shape, state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 1) }, h("p", { key: '8b27fe75176a32fbf7fe1d4673c293089ce58a10', slot: "page_number" }, this.internalTotalPages - 1)), h("gb-pagination-number-base", { key: '1fb60d8423a55e3b3a31031727f1ef8fc9276589', shape: this.shape, state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages) }, h("p", { key: '0e580cac1056d245868fc0cf02607f71a1983871', slot: "page_number" }, this.internalTotalPages))))), h("div", { key: '5aad2a5cb1d8445f1958fc17f7acdbd2ea71ef8f', class: "pagination_btns" }, h("gb-button", { key: '8ee06284d2362d9bac34980d81d11f21de8fbd42', size: "sm", hierarchy: "secondary_gray", icon: "only", state: this.totalPages === 1 && this.currentPage === 1 ? 'disabled' : this.currentPage === 1 ? 'disabled' : 'default', "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("gb-button", { key: 'bf68733a9202cfc05e3f79e0f741c94ae334f493', size: "sm", hierarchy: "secondary_gray", icon: "only", state: this.currentPage === this.internalTotalPages ? 'disabled' : this.currentPage === 1 && this.totalPages === 1 ? 'disabled' : '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: '6f9dc0aaa19c640316b159e8514cca93a22303f1', class: "pagination_entries" }, h("div", { key: '09aa03ee0ff36d05ed304ae1e8721e8292a5dd28', class: "entries_text" }, h("p", { key: '46203fdcdb17334bda29b052b552b49290a5323d', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: 'cfffabdb69538cefc1d6286910026eaaf9f11231', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '49630531ae5e3d68bc73e6b9247a8b917de7cb4e', 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: 'dac6c97248399c4f687a76c9ba3490e93bc53da2', class: "page_number_text" }, h("p", { key: '3996634274894e7e042f6beb44bb258c20c1908a', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("div", { key: 'cf1694359323cfcf52eea22a4df9bf58fc812914', class: "pagination_btns" }, h("gb-button", { key: '692961c5fa856d2115ffabf8ec481b6624220c42', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'a07272e5e1f2874f75bea86044b4ea164caed258' }, "Previous")), h("gb-button", { key: '6f8965b461fc13829ef4cfe6a8efbfe500cd9e4c', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: '292b65ee6a46a8df405ff38c7b050e79ae9373a5' }, "Next"))))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'e5e201b760af823011542a783980fef0f172fee5', class: "pagination_btns" }, h("gb-button", { key: 'c484accf247446700220b53d60013d7ec0235958', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '8a14af9c46f708e2426d60f971b1890ffe9e6e88' }, "Previous")), h("gb-button", { key: '758185e39f39ef49322792773f529d65cb9b44b4', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: '45d98f4d70bdf22a73b2675d017247af7558a462' }, "Next"))), h("div", { key: 'a8650bdc59b22d3a06cbf8e08877b3d3f936d4f7', class: "page_number_text" }, h("p", { key: '3b0598d67cf681974f24685a3a2df9be365fb715', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("div", { key: 'd44d79e7cf4fc798aae1183eb0a0aaac00d74456', class: "pagination_entries" }, h("div", { key: '29487690d8af1a24e72ad1761b4c9f8b18d20b7c', class: "entries_text" }, h("p", { key: '352a070d4da7263bcd572c3af1be46f65fc287b7', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: 'b14a95d1ab72943e27b3edbc5dc357076a8520b1', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '9c838717b24ae283d41ade5571f839c0cedc2b89', 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: '4fc63d4b1cb063e9e20d7aa12e3ef761df87dea2', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'd29968e2cce9569f5b65dcf70aa692385bed8208' }, "Previous")), h("div", { key: 'ab50fd9985e6586ee44705c3ed8ffa4e675c966f', class: "page_number_text" }, h("p", { key: 'd3c7769b205a0b35147524dc6e89d5dd733e12bd', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '9c196604aec2bab0454c801dbc437cf3ff7e76b2', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: '54fe656624a32f43fc890d92e28c15995a753a30' }, "Next")))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '0797a5782ffac374e4b634a98a9ab973fae986f9', class: "pagination_entries" }, h("div", { key: '1374b54a345f5801034e4ebe5cc0a5aba5d4ed26', class: "entries_text" }, h("p", { key: '6213d1681f311db12adbbacefb64c9d8b5c21b53', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '0617bb7aace21bd503149687820c166cb7e3c36f', class: `entries_dropdown` }, h("gb-input-dropdown", { key: 'ff7543dec6c4e6f0ec7ee174088611a0a6222a31', 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: 'ed57f4bf34f6aac51e9eb5a246a3502bf097c8e2', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '1cf58ac563444ac7825d65577c7a0ee865250ed4', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '5bc3ff6d43e14146ec3af23ccb293bf411558a5a' }, "Previous")), this.internalTotalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: 'ceefb92e0672b7b085def82c9bd94c9beccc1954', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: 'a77239399897c8500258599c5445b1b5098934ff' }, "1")), h("gb-pagination-button-group-base", { key: '267b2989c05ac74e49533a98b23fe29991102e92', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '1f3afcffe9bdf08907b91a3b81c066c461171094' }, "2")), h("gb-pagination-button-group-base", { key: '839abce5576989e0946ec6fc3787eeb0c1b94656', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '3540272c37240949193bccf164345a8daae6099f' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'a16b5f17ccc7d7bb358878e6687cf60e9fdb00ed', icon: "false" }, h("p", { key: '2a079ce86f4a500235225a334a5062ffbfe4b320' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '36b467b3d44468b871629d514036fbe7d58792af', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: '880d38d462406a8a21b567284f3271c12ae8840d' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: 'aa054550a32e16a533b4c10f430e7d2682f96ded', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: '9643d7aa25769d8421d0f4aeaeecd8e0aa107c75' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: 'e7983061f6d90e1d7eeaa5b093cadc531e956674', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: 'cc537ff5df64cf284bd0188e1ae71d5d9090a680' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: '02246e58360aca0b69c0603c57f5e283a56b3804', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'b723b0f909e23ebb8b3bf02b93955222d01298dc' }, "Next"))))), this.type === 'card_button_group_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'bc69569a56502345e302fe0437b92bfb8c5d3c58', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'f349c0edafafe8e971cb9a819bec1742d9185a8e', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'ab379a6ade73eb1c7222c45d667b0135a9715e5d' }, "Previous")), this.internalTotalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: '1e6fa3a6bb5fbb885485f8ac2bacf97c3119ae5c', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: 'ac311299b4e48a33a5dba2701d8770adfe2d77d3' }, "1")), h("gb-pagination-button-group-base", { key: '1be67d984f0d651bace207bca3ec6d30c326e2d5', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '219c51a2e57bd533fc8dfcf3361f0dea3636f6ab' }, "2")), h("gb-pagination-button-group-base", { key: '23976b5e442ee2df998b56be38734bacffe84673', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '1406a00420c832618d755c03c4cf8a91b96e6d38' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '1b775f12397c584fdd9ecc8ed13cf5c80c70f8bf', icon: "false" }, h("p", { key: '4cc77bc8c29043e664540346935bfe49e02905cc' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'd1e3329eb03aa5385ac32507edc93ac33a01da45', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: '59931c62c995c06923756820c43f8a6ac6d700d8' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: 'fa18f6cfc0edf497ceacf489fab99d6b6da8c76d', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: '003a69b9767b2c7c8e0d64a4788cc9f82f747a10' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: '69841f1136027575afe3fe92c3ac17d83f14a723', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: '8073e131a04b3abef3a39fd6e4c8cc565619ff78' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: '05dc11b4cc59fd8c1939634e70bfd60d502b6dec', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'cef93d449de2fbd082d1b73af9dcdb8fa8e023d1' }, "Next"))), h("div", { key: '2a39ad2f2d28748eff0096e17bf84d4bcc83585d', class: "pagination_entries" }, h("div", { key: 'b8e99d1f7f5b504c8a6c4331d1a67e00ea4bb7e9', class: "entries_text" }, h("p", { key: '5fe2899b366134223fbb32dbc93455c3621bd7a9', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: 'f80d6b438b3804a8d080197eae6c8adbc289c5ab', class: `entries_dropdown` }, h("gb-input-dropdown", { key: 'ce4d15e263bcacf3fe8a0df53623a57d39285aa3', 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: '02d09e791dbae349e7dbe3247fb55469b09c8b47', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'acf6f2d809e6cf5e9e41ed7f61f2b7ff5d5a8d41', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '8018ef4aceb0efcc1dce33ec1b8db4415e4fa262' }, "Previous")), this.internalTotalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: 'b19251cb4f9a9f7de99db0707697c86d2f149cb7', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: 'ba6afc2f47086dff12b87c77dd12ed445731a0d8' }, "1")), h("gb-pagination-button-group-base", { key: 'edcb41992037f487dba94d9768697f73241627b1', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: 'b5a9f989a0cd1ba7c469f2be66bfc05ed3e43807' }, "2")), h("gb-pagination-button-group-base", { key: '1a1debe7b66c9e687a109738e163b044b980d7b4', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '0fb1f922d77052d2280afad312f59ee0e6a031a1' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '73c5e90b1dc54a26f0ad141450ed058520b08eab', icon: "false" }, h("p", { key: '674816c65a79ae30bdfe75683b56b4740edf7995' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '5f84df7c08a6ddd8000f69f0b080e3d2a2e95698', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: '2e53b62fa45d8395c654cda86386eab1d3965197' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: '8d44715b4cfff9d9763118348658c07d790e27de', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: '4e41b2418ddbcc4de661acdf4630b9f559a5ff28' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: 'e37297f98e4b4e16e862359aaed234804ff7d993', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: '0d4b77437a3a0aab233a698dacb3a7774348e405' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: '14af623fa7ce8205d07e349a69563f1992a48644', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: '37c6edc9092a96fc3c1782a10672edf06496ff4d' }, "Next"))))), this.type === 'page_default' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: '996e6dc3db9730baf583ee7bd3ce68364fbcc830', 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: '957fa3cad71e3dd8ad0b2b41b56ad42af288ce67', class: "page_number_text" }, h("p", { key: '10f0c016803bf9e2f4ac9735b24b067512399be7', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '69d099b02a6a87904ab2e852636a6ce261b7f904', 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: '1271cb852a253da3cb834dfd9d229209ce40c649', 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: 'e202be151efc168d78296d38a7757386e23028da', class: "page_number_text" }, h("p", { key: '4d66c298b0c1b2eee9c7557f7d8ae2384f150074', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '9486666bda1e4e4ac63c6188a720ee0c3768cf0c', 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: '5e09a0875846dc3b54184a5e3ca11b9313f6a741', 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: 'fd7d1df657a4d09df94f902a04e79865bd93f9ed', class: "page_number_text" }, h("p", { key: '5f663d3c3d73d6d9e40a23516a6e92af44c8e0a7', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '4a177d5fe0044151149575cde543c39cf2b83c70', 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: '5096aef2fe7419a6fca0f7968ee0e2548c0cdfd5', 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: '8bcfe228e8eaae12820591decfa3395897adde51', class: "page_number_text" }, h("p", { key: 'd2ed5554482a4b85ffeebd8c8903ae6af2c113de', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '2ca5b5ce3206c39f3402275cd4dd20de942b4952', 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: '6692092858dd07408f946d949b1ad4f36bac7330', 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: '1f4ecc9cf9c025e343901ccc1ddccdfeeec0a9af', class: "page_number_text" }, h("p", { key: '28e504852cd59780bef93346b06bd34af355a831', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '8f8aaa9218be2e6a9237644ee00c17331eb27e32', 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: 'c729eeec8abd333cf58a1c70ba24535eba562bb0', 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: '2a016a868f0a9f030f7475caec7698f51dcc98da', class: "page_number_text" }, h("p", { key: '4e42539c89b3866c50aefe0993a2709044b00d25', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '6d19d18e5e6899504778871e8a2a4a1751dd9ea0', 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: '8fd454f3c4e27170582b80502fb58b7e68e8c877', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '38b5c90702deea4b517ab033267fa08cdb6ecb73', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), this.internalTotalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: '74a1a914ea5571b10f387edbf9b8ffff55331a55', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '57c4e3166e69cbd2de18ac4b421e43afbb56ac8e' }, "1")), h("gb-pagination-button-group-base", { key: 'f89910e4f5e6f699a2a903e8ac9ce6672e64907a', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '40e6642a7da1e688c59c47ce91e8c85219e95ffa' }, "2")), h("gb-pagination-button-group-base", { key: '044223e05c92ab47d557792b09ec769406735a37', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '9da33cf55a0adcc53d0fef51c61a29d82eb7c9cd' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'd49e9405df7d509d016e9ef155f0cd50b0f746ef', icon: "false" }, h("p", { key: '9dbb21ede808f6a212be902ccee6f9f2523f0a91' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'e6ac3ddd7e0a11c0a70d0f576f65b666610aec5a', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: '898c6c6f030e4e1ff602f00d743012f2c84e5078' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: 'aa13bccde801d5138bc9fac45494a090af3a01b8', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: 'e3b8f9bcd74976f6d186c874f2c628e5cf57ca12' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: '0b88e32eae87ca14961541ac25115f306efb368c', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: '6ccd829b581ea329fd0702be2f908ef21755a16f' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: 'd8adf50d9ac5997f340fef762229871eb39ba9ff', 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: '3e0780e3077bead0f1f2546765355a8140238067', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '1f9d68d20bd23d493f3bc93d8dce1697f6062182', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), this.internalTotalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: '7955452d2bc90f6f27388feed490350f413e6284', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '3e5e4bff832b7f418ee16175f4f8852dd2b7f617' }, "1")), h("gb-pagination-button-group-base", { key: 'e575e8d86a47133c1ac63bfcd6f4675afdd0e3fa', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '83e5efd1814bdf997970d9accf5f6b9c8a8fc49c' }, "2")), h("gb-pagination-button-group-base", { key: '7bcfc1fe35bc4e5802232882a3315e49013a143e', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '3571fdb96d63a0f14f8bf62cf7b26fbc111e173e' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'ed9296aa40574016fddf118224a4ba92a189d31f', icon: "false" }, h("p", { key: 'd875c8410fbf52e1fc9c4117165f946ba3f58e73' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '6c3f53459bc27f9604198d504ea6ae75c091e76a', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: 'f229ec2ae7da0735edf04496ecb3f51452ec03bd' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: '551af2437bcecbcce1b6b4579914dd18b6bb2259', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: 'a89fcfac18bac8abc6a7152553519b2bf1da4b8c' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: '4f35b12e2585c86742494065744f47b6c04406c3', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: 'a30b7a99f1f22d716ee70e8d3c8b7dbaf1695742' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: 'fdab823acdc7aa504a5fe3b9a02e7b9c8d3c2675', 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: 'dd47d4f78e9016bb601b46a9008b14c1fbe7ede6', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'b5439a3fd526615ea2ce9b0c2da9a03844d6e96e', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), this.internalTotalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: 'a23812a7916b0933fdb0001a4a4b110e56ec2ce1', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '83480eff8870d443ac9f24e2bd5a8b15fba06043' }, "1")), h("gb-pagination-button-group-base", { key: '6f7d859c61cac8a123c314be60dd8288c57a6bc3', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '129c62d756774a698bc9cdf76bbd729a7233618c' }, "2")), h("gb-pagination-button-group-base", { key: '04af9c49d3e38c4f29f7638601f6b0cdd699691b', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '5e96dda90defc6f05d8369ad3392b24986257cf0' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '4783f06ba17ab8d69bccd336c56e028b2b363a8b', icon: "false" }, h("p", { key: '5cd385c6261bb5212d8560e628ca5779d847eb53' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'e49f07cffcb49a9bda21c1462d17f3bfffcb3f96', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: 'db8d54717228ece89c0b2780b2bfba8d2758877a' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: '65d92734dc71aef391c25a254b193532c280fcf1', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: 'c728d7b762e5b4f8ced7aae68586033b65a93b8c' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: '35ddba6dc3a6bfec987e47af1f207476b532a1db', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: '248ae9239d9531256c16d8e6c534b5c559ccd22e' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: '592fcf54d3ba1a51fdb4d82e86206793ee0cf7f4', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))));
80
+ return (h("div", { key: 'e86630cf34a60cc483d95c18d7477e1a63edd8ef', class: `pagination_div ${this.type} ${this.breakpoint}` }, this.type === 'page_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: 'dff27297be5d3f138ea40c3936a73069f965cc95', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '4a2420711ee71c4f8f027d834eba0ba64c8751c1' }, "Previous")), h("div", { key: '4715e676997832ce184ad0d812dc599fe3e1afc0', class: "pagination_numbers" }, this.internalTotalPages <= 5 &&
81
+ this.pages.map(page => (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage === page ? 'active' : 'default', onClick: () => this.setCurrentPage(page) }, h("p", { slot: "page_number" }, page)))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-number-base", { key: '5bbb76db2411a34330d95914a80d349494fb0d26', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, h("p", { key: 'aabedb8a4b8080c16df5438af99575a7513a9b61', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: 'a0657172910a9df40c6a4c3f8e4288fe139616d4', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, h("p", { key: '53fbecc6ee96bf1525416d1ec2556788660b4fa9', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '7bbac48693cb9fd78ee96829e2cdcea726721a60', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, h("p", { key: '3b68ba2179598b8e793c7441a8635831317cc768', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '3d584d17742a4a6f8e10dd44e6bc97498a961709', shape: this.shape }, h("p", { key: '6a0cd46ee0bb3221bc35523c53633ba735725844', slot: "page_number" }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '83ef639bd7751d9df879aa13572ded92508f695c', shape: this.shape, state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 2) }, h("p", { key: '912c7c331366b37e9643b1afd59f31151036a84a', slot: "page_number" }, this.internalTotalPages - 2)), h("gb-pagination-number-base", { key: '70e27e177047bf3eb90965a675e3e098deaea312', shape: this.shape, state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 1) }, h("p", { key: '90dfbd7b29351f86f9e876be0a62566f4f80a1d1', slot: "page_number" }, this.internalTotalPages - 1)), h("gb-pagination-number-base", { key: '480e15e5b89dd989494f6f986fd5f16d2d7b2d63', shape: this.shape, state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages) }, h("p", { key: '9bfae2e2972834b6914a3d970b2397a65fc8a19c', slot: "page_number" }, this.internalTotalPages))))), h("gb-button", { key: '858889645eb129abf8fde96ac5fb774be1ba764e', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'c4b3a0455c338bb1c656b7885f4bce20756e120a' }, "Next")))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: '384b3601ee99fed65b4cda56885ef3b68a58348d', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'd4c8f2cccb4d2c4e6fca2cca85d8ce39d91664a6' }, "Previous")), h("div", { key: '2ec699b40d0d4fe9e40053e1013cc577f59b79d8', class: "pagination_numbers" }, this.internalTotalPages <= 5 && (h(Fragment, null, this.internalTotalPages <= 5 &&
82
+ this.pages.map(page => (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage === page ? 'active' : 'default', onClick: () => this.setCurrentPage(page) }, h("p", { slot: "page_number" }, page)))))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-number-base", { key: '1e3a05b82a651d08355000be3437792365fc1ff6', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, h("p", { key: '1e5f5f052ae91b1f9afecca976418664e0c8ac31', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: '869a8a2681b644ac8d3c4e6dc2b6d7f9a6406e28', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, h("p", { key: '4a8bb7749d21e2fcbfd9dc96703d3811c8defe4a', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '8478c2aeac2ac6435e49c4e0d867c4bb311e0bd8', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, h("p", { key: '5a83df829434f2a22d83da50dddfa6b3de82a861', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '02109707d709a6ebd209639081f4d2a4fe91b262', shape: this.shape }, h("p", { key: '221b2975fdf29ff1d4123e633d418b36ac66978f', slot: "page_number" }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '129b3758d08be0eb186c02aa0257319607aea564', shape: this.shape, state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 2) }, h("p", { key: '5869e25fdb8a93b189dfdebf171ea053fa9abc0a', slot: "page_number" }, this.internalTotalPages - 2)), h("gb-pagination-number-base", { key: '16b6403c6a33185f55701e80e471f7e94c12fddf', shape: this.shape, state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 1) }, h("p", { key: 'fcdf26cce183dfbf4741e4a1e7912379627b500c', slot: "page_number" }, this.internalTotalPages - 1)), h("gb-pagination-number-base", { key: 'dc1194098e5ee963106ac44f4f26d6e9d671e1b0', shape: this.shape, state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages) }, h("p", { key: 'e7fb075b397ed5c3443eae8aa3e6b678ee098854', slot: "page_number" }, this.internalTotalPages))))), h("gb-button", { key: 'bcf3d7481007611054e389e43d55d1f78c67a7b3', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'd1cc03fde19bfd6dc5d575ad3ec11f08b4ccc9a1' }, "Next")))), this.type === 'card_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '4789e14ad06453f1f8cb5c9650eee7e33563b29f', class: "pagination_entries" }, h("div", { key: '3ac2c31705f88b0c1c06c07d4ce1d985f8fc4f22', class: "entries_text" }, h("p", { key: '297bfa5a070b0153beb60f6eb536f434aa007f4c', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '29eb132eeb93b58eb4f6fbd9358c7314e44b2701', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '71e275233b2b2c1e89246e058692cbf46f70ecaf', 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: 'd9cada513c2089dd957ad3a5daec98904a1aa97d', class: "pagination_numbers" }, this.internalTotalPages <= 5 &&
83
+ this.pages.map(page => (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage === page ? 'active' : 'default', onClick: () => this.setCurrentPage(page) }, h("p", { slot: "page_number" }, page)))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-number-base", { key: '22ce94a98da8941be94e1b5753e0e73a9944a64f', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, h("p", { key: '3ca00268d70090d021f228734db77a2c76499cab', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: '41b598f84c6515d5cfa24d16f8643603688fce09', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, h("p", { key: '6ab6d6742a4a3d8c3cd3e489ecc026d5fd91cc04', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: 'bd69379e6aba5dbfe0dc4f9dfb079c29f726bdcc', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, h("p", { key: 'f6bc8804c533808751eeda1942a0cfc7887ad45e', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '6d575cc64a643f77655b55703e332ab39ae2868d', shape: this.shape, state: "default" }, h("p", { key: '7151763b245a0def7e803ac141b7c0c89ba9f23b', slot: "page_number" }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: 'edb2be5e37fcf19ff0e76e7af2541f038633b303', shape: this.shape, state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 2) }, h("p", { key: '78c331d70890bc114e6ba634885f90f8c9e22dc1', slot: "page_number" }, this.internalTotalPages - 2)), h("gb-pagination-number-base", { key: 'b954ff70416fe55c8a6df3cd35ffe8ff154e4e33', shape: this.shape, state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 1) }, h("p", { key: 'b3db9cd32dfe825c8ac6c8827ba3bed72e85e6ea', slot: "page_number" }, this.internalTotalPages - 1)), h("gb-pagination-number-base", { key: 'c303afa57e2bc8bb4554c9a6b068fbbcc62d39a1', shape: this.shape, state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages) }, h("p", { key: 'a42ed34a0f83799f13dfac0ebb1129a8b3415c42', slot: "page_number" }, this.internalTotalPages))))), h("div", { key: 'd6169e78cb8dff6cf0633ab710f6333e4022c3a5', class: "pagination_btns" }, h("gb-button", { key: '1d33b66a0cd3e071394f254ce9b2fbc849c2cf0c', size: "sm", hierarchy: "secondary_gray", icon: "only", state: this.totalPages === 1 && this.currentPage === 1 ? 'disabled' : this.currentPage === 1 ? 'disabled' : 'default', "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("gb-button", { key: '45c114fedef38063faf78fb875c9a6b8e769aa95', size: "sm", hierarchy: "secondary_gray", icon: "only", state: this.currentPage === this.internalTotalPages ? 'disabled' : this.currentPage === 1 && this.totalPages === 1 ? 'disabled' : '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: 'c0ee63f1a59b494d9f1d0e8dd94730e49a76bd8d', class: "pagination_entries" }, h("div", { key: '18ea53b7fef99cc8b15be5496247166960c5c7a2', class: "entries_text" }, h("p", { key: 'f81b68c9931c734bf25b08860af80e78a76239cf', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: 'd2d77e1ef600b53ec4d6d0e6dc7f245b69d727ea', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '9e6e1f4383bd59a7716666b08627f458bbdbc9a1', 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: '1b3cd2398675b8a552583fbf334e666500f0420c', class: "page_number_text" }, h("p", { key: '6bc3325cd394bd8a7f9e7f9da3cce10f243f76ca', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("div", { key: 'b1802b25ef8f8dacd397c32553f6cc854a8719fc', class: "pagination_btns" }, h("gb-button", { key: '194c81e82001f9abad3a93dff880a41463555b2a', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '1fb8339926d5cf45b08553eaf22d71c725d522e6' }, "Previous")), h("gb-button", { key: '6a7e4907108dc16adf268c031b22f0ac84733d30', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'f2d0d28ae832e625bc2d184fab23c4b72d99f409' }, "Next"))))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'd7ac5a6eaa478ef2af2ae740c9a20e3165b240f0', class: "pagination_btns" }, h("gb-button", { key: 'badea609699c05c31155d8ba3aa34dd8c7789215', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '4eda19306e5f0226a303d8c8927e897baab8c814' }, "Previous")), h("gb-button", { key: '532976848ae9f8f139bcf8fbedd775d0b8755344', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'b35e9edf5a9be54f301846f863b5de3652a08d47' }, "Next"))), h("div", { key: '4a984d89f062b050080bff6c79e6315dac411c01', class: "page_number_text" }, h("p", { key: '38b1bad989f37e4959ff774fb70d3003f94cd6c8', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("div", { key: 'f604c555bd4bf07d543030da7b2f2e2a31bb7143', class: "pagination_entries" }, h("div", { key: 'ea5a429ac50fa1bd38ce48a4173061feb6732f9c', class: "entries_text" }, h("p", { key: '2fb39a36162dab8edb4e3f04d13838de777e572c', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: 'fe4f20131c58814a780c3c91fc9dd316f1ec829e', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '7ccb1092e609c6f19b3cc4d0be14d95635dc7a39', 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: '4745ba60d78f7679525ace41ed8c76e6abd34099', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'cd88398494db459a4fd217c542333041d06ffea9' }, "Previous")), h("div", { key: 'c76319451b2aaf326d9a400cc4a96489d961b1f2', class: "page_number_text" }, h("p", { key: '09e74385980780cde573bc884fac28a72681a0fe', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '9c0c5bf827e0826cde3ba83ca946eccc77112fdc', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'b2000a68934e2e18e1cfd74715c7d9fba458c3ed' }, "Next")))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'eff2bee0ab7d1b0ff5415b9bf29e077f49128816', class: "pagination_entries" }, h("div", { key: '28dcf04a74d9c6e6a3a4300a4c05dae33f27af63', class: "entries_text" }, h("p", { key: 'c6f961b27baa6e3fc5b407a0a0b6555aaef6900f', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '3553e50e8e1fcdc8244eb066576ed2789bcb43f6', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '3aab93bd24db5eb80bc793307621d7647bfaa507', 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: 'ddbc8b79c5e359b017304f7e4bb7c71dc6e03ecc', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '5f7c57c0135bd0d487dfd903728404f10a872965', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '1ca42c6a556ecf5aba48f1e49298c9c4e56ca73d' }, "Previous")), this.internalTotalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: '496acc3f4cf81f54996f415202b6df8857657eb4', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '00421ca1f0030870082ebc47282b255aca3a519c' }, "1")), h("gb-pagination-button-group-base", { key: 'a6de018b0a7c60ee8135cee98d38ee7c2724d437', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '06fc8afa92a551932a3b90e13e329327103d1647' }, "2")), h("gb-pagination-button-group-base", { key: '5a42a639e0f3fcd53111c5f438a196b5a7c9f50e', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '7e4d501003309a25d42cce4c80598132a4c1e625' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'c2cdb13330ac8dfdb7594d31a9f2a468bd08032c', icon: "false" }, h("p", { key: '1c88cebbabd3563cd091705d2bc9c177c3bd63de' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '6f657326c9d0041f7d7da9064a99b9e44eca7e2f', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: '78dfdd695a5f311e761d18e37815d2db242ebaab' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: '9419fdb00919844804b4af1ccdf8f4c32194eb89', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: '3fb4e123d5ca862e5532bf84a32d4813656e5c22' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: '8cb9f862ad1db4480d93f801cdfa3c252f542ef2', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: '885ffb3794dec4533e4a731be1073ccebdeaeb64' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: '6456a390b9a6b1fbd8e72e3ad18a8f5b2a9016e2', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'df7cbf00b347e10108bf35facea6d95bac033700' }, "Next"))))), this.type === 'card_button_group_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '83295dfe87e81305574b361141ac9725258da480', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'd5d52932bcf63df343d6aa89e9e7248051e36ac5', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '7dcda71671884f0416991a7aca315f089b157b24' }, "Previous")), this.internalTotalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: '546bbb5bc7bf64da7a3a6dc5273d7ab128f78bc0', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '944f62e64c8d1897a11ba28300fefeb38f11b17e' }, "1")), h("gb-pagination-button-group-base", { key: 'fecb778e1297a24cbdda08a3e54fbc1a979fd407', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '63245279f64a44977831644e878b47b2f79ded53' }, "2")), h("gb-pagination-button-group-base", { key: '0cc2dbc975433618ff5b73ff16a6673f8b87831b', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '1db1a92a89befd0a292b33f106ebe5a942c0fdd0' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '283064f153e25d7ad888bf2cc24b8c4aa78551bd', icon: "false" }, h("p", { key: '3e47d5d8307bb3ecf1233bdee4a19234c6a2b033' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '62789782df6d2e14a9bb9844692174ca711cf2d6', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: 'e9b375dd031abf2dd0200786831684a4b78e4652' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: '0b22bd5207abc5e5500c01df68b7023cdbc1a540', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: '638e7ef8cd8ab439915bccf423d2685410df55e2' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: '896c0efac423d2280d3ec52754fe2517d7dafe2d', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: 'c6cbd722169f33d75280e76c862a923e20d633ad' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: '1d8af0dfeea4babd22bc6abb936f6fb595b7810e', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: '00ee9197b9147e44704d642c6216c0b9ad624d04' }, "Next"))), h("div", { key: 'ead392f7b4c4d4b5735d748c163bf1d0ffc2c0aa', class: "pagination_entries" }, h("div", { key: '477870153b4e06118aaa06b73b545ac3509aebba', class: "entries_text" }, h("p", { key: '045d17f1e4c201e7347d6e27e167cb60e0eeb331', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '0bec4d2fb6c5cd18cacadd92ac121995e6c6428b', class: `entries_dropdown` }, h("gb-input-dropdown", { key: 'e078fedccad37105afacf352958cf9ac05eed56e', 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: '13f3dfe1ac38ebe15dd69dfef0bbec739bfc2698', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'b8cc296ae1789f6cee86d28ddc2d289716bd8de6', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '985ca4aab020200eeee573a08a89d053cd2eb363' }, "Previous")), this.internalTotalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: 'b755e5376c8ae30c98e634134d0b782e9516199e', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: 'ac5265bd1a184225ff6488cd322119a982dff80f' }, "1")), h("gb-pagination-button-group-base", { key: '96b49e56b265e576f4aca51dea90064b78dc5c72', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '92cc92b254be522d216bc54dc83c2a51769ee08e' }, "2")), h("gb-pagination-button-group-base", { key: 'edc05970640045e3a0d67e8fe8876de4bf257b7b', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '2dbe7be39950f405d2989e0a7e558e0607543563' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '1ed917a175135ce0e34113d3893d515e37112b7c', icon: "false" }, h("p", { key: '8b3dac9eb60a1771ff199d0c6f9251071813a2c5' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '8f73b893885fdfa06de96cb9652f0d9320d645ff', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: 'ba45e77793d3e878d9a0487ddbc6d53ab9b5a457' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: 'de494ca67a34a82dfc50820b527a71242371f5e4', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: 'a98253b6ce34268611995a46675b9d9ff7df1ed3' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: '8515b0eee5f34742b45a3f776c2ca1b09f4dd83c', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: '6b661e4c93fb2d284d0b3d880788dd5b5424e392' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: 'c44aedf66805a55651c82cd2d020b775efc1fce3', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'd57c60c72df5fe0b53643fea9d5aa3cba22fa35e' }, "Next"))))), this.type === 'page_default' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: '06880f462baac2154cb486b4b161291f27c7c3e4', 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: 'd241c4bc419e9912edc1289f9a51fe3c7f98c483', class: "page_number_text" }, h("p", { key: '8259adbd9c8e1aeb0920d4cd24ba3b3166d9a36a', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '3604edc0b64afb6b7418b46cdf135b90faaca0a1', 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: '7f13c9f521d289c8aed5a272b4492178d485d175', 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: 'a0924db800b306db7219cac8e700a68dbecfeb89', class: "page_number_text" }, h("p", { key: 'df332265c18e5cc7b1ccb9186722631ac4569ba1', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '109c0aeac010f9eb7e83892eaa30425b40e44e83', 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: '435ed54e71ba72356a0c6a1d3093ebfb6fd516ea', 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: 'd8e3032b146851e9d8b7d83360f31a60a4314342', class: "page_number_text" }, h("p", { key: 'df9bb35faa68101da7e1ac6d8b21f0095ee396de', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '6f2444c6cee049a3c43501e82d7ffa560c12a969', 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: 'f757033169e0bc2e0f615ae8f1ff1bb017822fa4', 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: 'b3c56bcf109a2c4520bd925cb12d18b28ffa2c48', class: "page_number_text" }, h("p", { key: '2c1c869f0f789046c3eab971b1cc73fca0a936e0', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '5a1672693b43fd4f51415476d7fecae32e4e7592', 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: '0b4a6759a88133397ed08119ce1b29c0dcea18d2', 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: '5607f484602f02dc1b1acf384509b4f9c74b0633', class: "page_number_text" }, h("p", { key: '69af1109eea9e2225bd7bd6e9028cccdd73d227e', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '069f4f58fc42ebc4bde8870747663fe0ee597c32', 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: 'aeb82d8dc4b48f2d61cb1bc2a8bdc9954a879b57', 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: 'c1ac08de8f1f8bf1d28e353c978d56e077e64936', class: "page_number_text" }, h("p", { key: '3e24ae93638c28691dff8c0d8218da920e3804ff', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: 'd48036b5335e204c20d7380c080c7cdf431384a5', 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: '7ce8f5b5f7c90480cd041bfdbb3deca06bec5e76', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '03cd5aecc736a2a7efa4124ea5a745b7ca217dcb', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), this.internalTotalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: '7fc5cbfa62274cd2b076fe0f903ab361d30af361', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: 'db5e4a03d3dd831df5c61acbfb8111d506c26706' }, "1")), h("gb-pagination-button-group-base", { key: '3b698809e2657bcba105d9177154ad6aa52ac077', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: 'd3ae90596728aa47eb8662e6ad7c55577a341bec' }, "2")), h("gb-pagination-button-group-base", { key: '8cd6385ee56916160781c1cf98dd6ccb44e33169', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '81f0472ace9180ad337d79d957d36ce11aff8b42' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '69c3600938489c7205998a5820735c10220ef2bd', icon: "false" }, h("p", { key: '68a4a95fdc861e9af807ebc0bf68a66433b96f03' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '3f9200981d4be6829a5039bcc622fb73bda1890a', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: 'f33c72923b74530ad7d6f250fbccaf7c6814883b' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: '8b8c5d46552a924c63bd3549b21d73ca03d66de6', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: 'fc416eb42a5d8745dc2d71c898e621d226c5e7f8' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: '4be1653f0c3c17a2ea85a8a225a6d6b20ac8224b', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: 'dd5a4720adf72a1f1838be0df93f6a791b771c4e' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: '3f140b8b809d0dabe68221b19e4e7472fbc3ca5f', 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: 'd575acaf813ef6ac826e4fcf462afa0efa6e3a5a', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '66f086e91b9c6594fc3ea49db16929afc682075d', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), this.internalTotalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: '2bfe27f4c794edd0f16b6c14c73ede9f1dd967cd', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '8f92c66cfd54b3c890ea1f83031fab168af31d8e' }, "1")), h("gb-pagination-button-group-base", { key: '3b149b28c07b4be783d01232a289d3f3eb021854', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: 'd652c030e0d55d9a18164e8e946975d5bbf57c27' }, "2")), h("gb-pagination-button-group-base", { key: '26a14ffbe9ff59d6b88eb5488b7718914215c641', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: 'a50473ad7db2f8a88c998ee7b151a189e17f9b05' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '914e4fc8e29ba7c0ec6a9ce522e68aa93cdd4571', icon: "false" }, h("p", { key: '8dd540263406c2c072351dc130fee4d3ed68f535' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'ec82897eec5d0459bf0c6afff5c9fabfa06b0e5b', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: '91798b2d6a70b77e4095e2a72b13c5cd0e196c1e' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: 'f3035ce982f62291fc8fc61a3d5c9d577d079655', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: 'af499a8920aa061b921c501f99472f0ba051afee' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: '0a76f42755ed7c49a355e81c89b49de605229346', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: 'da45fe0a047829f1b213a08169bcec35b404c571' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: '90f2a41716cb3daaf25094ed43135326eadaae73', 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: '494ad2a793f23f8be1449bc4488432930b4c7351', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '85c9bcbd80dfc7e9a5a510fc0da1b43c4a7be863', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), this.internalTotalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: '6301146f60164ac585f09d57f79c6ce754a6d63e', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '7bd10c025a187ab97b64cf67b0bbc54913a1e229' }, "1")), h("gb-pagination-button-group-base", { key: '3a8cd1724a785840835747724e142f512abc1fd5', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: 'e6483d4e7a1437953ff06c03a0e7c376998db491' }, "2")), h("gb-pagination-button-group-base", { key: '6c3acca6c4f379d2d5968cf867388bbbbcaac7e0', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '58ab483f53e074e605d3bf9c257db62046e0e1cb' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'e04422069a297ee2bdaa10986425b1082575afd4', icon: "false" }, h("p", { key: '076da6947e0dacebdf1cb0655fb38b882e059217' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '36ae0620200d741231c185eac8b22ccdf51c7c9c', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: '4aee657efc98276f443531883134f36933fc39ad' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: 'c85e38162bde4e211ab9fb42d1146441f0f875fb', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: '795d9ed6b7fdddbacb018d815b8bb153b2dc78dd' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: 'f636e109e3a20890f4e59d7fdbdc3748cfae78a4', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: '653a1add4e776a999a9d3d50d5a82ea407dfe4a7' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: '27aa8199c20397aa60d07fa8c599736d61e8c16c', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))));
84
84
  }
85
85
  static get is() { return "gb-pagination"; }
86
86
  static get encapsulation() { return "shadow"; }
@@ -20,7 +20,7 @@ export class GbPaginationButtonGroupBase {
20
20
  this.leadingIconSvg = svg;
21
21
  }
22
22
  render() {
23
- return (h("div", { key: '9d70e435e71d8c1f98e7179f5bfef19adaeae1a7', class: `button_base_div ${this.icon} ${this.state}` }, this.icon === 'false' && h("slot", { key: '4c3223e4d1ba2fc26e22954e42163dd04f51beac' }), this.icon === 'leading' && (h(Fragment, null, h("svg", { key: '040a1445686f5b6e698470c01acc45880b5afd38', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '7a20fb0cfeedb12dd092c88e120a1cd3f74abb22', 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: 'dac62e4e69f50501ec9ba373c5b8c435c4d6a169' }))), this.icon === 'trailing' && (h(Fragment, null, h("slot", { key: '6d9f4111050bc5cc19904728b210b24cc2104ce4' }), h("svg", { key: '708d13d61afed7ca2357cf53c745d934f02aa734', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'ab1782a692e672d5a42dadef228a1a1006291354', 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, h("div", { key: '3699b3abb207edb24b6c30fa651b4f815237a151', class: `icon`, innerHTML: this.leadingIconSvg })))));
23
+ return (h("div", { key: 'a5d08b1f5232f0c30fb22dac881574760da5792e', class: `button_base_div ${this.icon} ${this.state}` }, this.icon === 'false' && h("slot", { key: '814f40f4fd9f2db320706da3f44b070bbf3cdcd2' }), this.icon === 'leading' && (h(Fragment, null, h("svg", { key: '9268bf72c25072925f05e7f302c811b0a9f92e96', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '9a6144809cafaf6cd78093896845143f9ca8eabd', 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: '6f8d5cf973c861349116e1cfdae6a5e0385253d0' }))), this.icon === 'trailing' && (h(Fragment, null, h("slot", { key: 'e8072dc8f3f4ae80807b073ef56302b7db712a03' }), h("svg", { key: '4c9031f2858bb3e8dcf33fbfbf0bea2f1e1522c3', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '712ece201e77527feaa39ea01cb4329c00581ba6', 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, h("div", { key: '6dbfb4be500ee1c79fd7daccaaefa57855263386', class: `icon`, innerHTML: this.leadingIconSvg })))));
24
24
  }
25
25
  static get is() { return "gb-pagination-button-group-base"; }
26
26
  static get encapsulation() { return "shadow"; }
@@ -5,7 +5,7 @@ export class GbPaginationDotGroup {
5
5
  this.framed = false;
6
6
  }
7
7
  render() {
8
- return (h("div", { key: 'cad81423d584eebb2084efa89fd9bb475b297de0', class: "dot_group_div" }, h("div", { key: '32ddc37f160bf053b92eb31b394d43b716ff1085' })));
8
+ return (h("div", { key: '3ae365de864d43bd40a4f616089ea3169049f777', class: "dot_group_div" }, h("div", { key: '64c5f1eb1f5cdd40fdc7205758b4dd012e1ad3f9' })));
9
9
  }
10
10
  static get is() { return "gb-pagination-dot-group"; }
11
11
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ export class GbPaginationDotIndicator {
4
4
  this.current = false;
5
5
  }
6
6
  render() {
7
- return (h("div", { key: 'cc8aba33883d2bf1690b2273e878331395023d13', class: `dot_indicator_div
7
+ return (h("div", { key: 'f7450f92e15416279762ec9255ecf3a056382474', class: `dot_indicator_div
8
8
  ${this.type} ${this.current ? 'current' : ''}
9
9
  ${this.size}` }));
10
10
  }
@@ -13,7 +13,7 @@ export class GbPaginationNumberBase {
13
13
  }
14
14
  }
15
15
  render() {
16
- return (h("div", { key: '027a62cf173d438889741a2830938482216a9351', class: `page_number_base ${this.shape} ${this.state}` }, h("slot", { key: '9d47300f4dfdca8e8aa98df665210229f01598db', name: "page_number" })));
16
+ return (h("div", { key: '28ff8b7ac1b2d533a4117d5ce0607c9823afb8fd', class: `page_number_base ${this.shape} ${this.state}` }, h("slot", { key: '8f418ea615a5d8a3bd71ce39e202811022f9a276', name: "page_number" })));
17
17
  }
18
18
  static get is() { return "gb-pagination-number-base"; }
19
19
  static get encapsulation() { return "shadow"; }
@@ -7,7 +7,7 @@ export class GbPasswordButton {
7
7
  this.isPasswordVisible = !this.isPasswordVisible;
8
8
  }
9
9
  render() {
10
- return (h("div", { key: '832b68bb3ff2d564d3daaf3f906a46ce7bf1c8da' }, h("gb-btn", { key: '20a1e15146534a109e522884c2a93290c98ce666', size: "sm", hierarchy: "link_gray", icon: "default", 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"))))));
10
+ return (h("div", { key: 'ba804130a0362b0712b631d2d7c7584fdd404aaa' }, h("gb-btn", { key: '996dd6f37b24de67b710a0841e1e81ce06e9bc5f', size: "sm", hierarchy: "link_gray", icon: "default", 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
11
  }
12
12
  static get is() { return "gb-password-button"; }
13
13
  static get encapsulation() { return "shadow"; }
@@ -32,7 +32,7 @@ export class GbPattern {
32
32
  const gridDotDark = getAssetPath(`assets/empty_state_grid_dot_dark.svg`);
33
33
  const squaresLight = getAssetPath(`assets/empty_state_squares_light.svg`);
34
34
  const squaresDark = getAssetPath(`assets/empty_state_squares_dark.svg`);
35
- return (h(Fragment, null, this.type === 'circles' && h("img", { key: 'ef3b11822ab8284f138409abe7faa3dce4022616', src: this.isDarkTheme ? circlesDark : circlesLight, class: `pattern`, alt: "" }), this.type === 'grid' && h("img", { key: '84911cf34f0efa7735eda42e3168d3851f2e2105', src: this.isDarkTheme ? gridDark : gridLight, class: `pattern`, alt: "" }), this.type === 'grid_dot' && h("img", { key: '4786dedaca270fc31c89fae64d3829494e8b1fae', src: this.isDarkTheme ? gridDotDark : gridDotLight, class: `pattern`, alt: "" }), this.type === 'squares' && h("img", { key: 'ca32723dd1eae3eaa2bbf318048011dbabb2c23d', src: this.isDarkTheme ? squaresDark : squaresLight, class: `pattern`, alt: "" })));
35
+ return (h(Fragment, null, this.type === 'circles' && h("img", { key: '0890f28039dd630dc760a2c251ee2d5c168f75cb', src: this.isDarkTheme ? circlesDark : circlesLight, class: `pattern`, alt: "" }), this.type === 'grid' && h("img", { key: 'e1d71b12fc03d8025245465eba106b6800653a12', src: this.isDarkTheme ? gridDark : gridLight, class: `pattern`, alt: "" }), this.type === 'grid_dot' && h("img", { key: '27f1bbc8f5f7f33e3803563266efa0cbe9e7e005', src: this.isDarkTheme ? gridDotDark : gridDotLight, class: `pattern`, alt: "" }), this.type === 'squares' && h("img", { key: '9f69f8967a307fa1cc34e76e30d5f5b233d2955c', src: this.isDarkTheme ? squaresDark : squaresLight, class: `pattern`, alt: "" })));
36
36
  }
37
37
  static get is() { return "gb-pattern"; }
38
38
  static get encapsulation() { return "shadow"; }