globuswebcomponents 2.8.0 → 2.8.2

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 (513) hide show
  1. package/dist/cjs/gb-approval-modal_64.cjs.entry.js +189 -137
  2. package/dist/cjs/gb-card-icon.cjs.entry.js +1 -1
  3. package/dist/cjs/gb-carousel-arrow.cjs.entry.js +1 -1
  4. package/dist/cjs/gb-category-card.cjs.entry.js +1 -1
  5. package/dist/cjs/gb-checkbox-group.cjs.entry.js +1 -1
  6. package/dist/cjs/gb-comment-item.cjs.entry.js +1 -1
  7. package/dist/cjs/gb-comment.cjs.entry.js +1 -1
  8. package/dist/cjs/gb-complex-primary-side-bar-item_2.cjs.entry.js +2 -2
  9. package/dist/cjs/gb-detail-cell.cjs.entry.js +1 -1
  10. package/dist/cjs/gb-file-upload.cjs.entry.js +12 -12
  11. package/dist/cjs/gb-horizontal-tabs.cjs.entry.js +1 -1
  12. package/dist/cjs/gb-logo.cjs.entry.js +1 -1
  13. package/dist/cjs/gb-mega-input-field-base.cjs.entry.js +2 -2
  14. package/dist/cjs/gb-nav-bar-item.cjs.entry.js +1 -1
  15. package/dist/cjs/gb-nav-bar-sidemenu.cjs.entry.js +1 -1
  16. package/dist/cjs/gb-nav-bar.cjs.entry.js +1 -1
  17. package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
  18. package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
  19. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  20. package/dist/cjs/gb-prompt-modal.cjs.entry.js +1 -1
  21. package/dist/cjs/gb-quick-action-card.cjs.entry.js +1 -1
  22. package/dist/cjs/gb-quick-action-icon.cjs.entry.js +1 -1
  23. package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
  24. package/dist/cjs/gb-sidebar.cjs.entry.js +1 -1
  25. package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
  26. package/dist/cjs/gb-slider.cjs.entry.js +1 -1
  27. package/dist/cjs/gb-step-base_2.cjs.entry.js +2 -2
  28. package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js +1 -1
  29. package/dist/cjs/gb-stepper-horizontal-icons-connected.cjs.entry.js +1 -1
  30. package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js +1 -1
  31. package/dist/cjs/gb-stepper-horizontal-minimal-icons.cjs.entry.js +1 -1
  32. package/dist/cjs/gb-stepper-vertical-icons-with-text.cjs.entry.js +1 -1
  33. package/dist/cjs/gb-table-cell.cjs.entry.js +1 -1
  34. package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
  35. package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
  36. package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
  37. package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
  38. package/dist/cjs/globuscomponents.cjs.js +1 -1
  39. package/dist/cjs/loader.cjs.js +1 -1
  40. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  41. package/dist/collection/components/gb-btn/gb-btn.css +67 -42
  42. package/dist/collection/components/gb-btn/gb-btn.js +68 -12
  43. package/dist/collection/components/gb-btn/gb-btn.js.map +1 -1
  44. package/dist/collection/components/gb-button/gb-button.js +1 -1
  45. package/dist/collection/components/gb-button-close/gb-button-close.js +1 -1
  46. package/dist/collection/components/gb-button-group/gb-button-group.js +1 -1
  47. package/dist/collection/components/gb-button-group-base/gb-button-group-base.js +1 -1
  48. package/dist/collection/components/gb-card-icon/gb-card-icon.js +1 -1
  49. package/dist/collection/components/gb-carousel-arrow/gb-carousel-arrow.js +1 -1
  50. package/dist/collection/components/gb-category-card/gb-category-card.js +1 -1
  51. package/dist/collection/components/gb-checkbox/gb-checkbox.js +1 -1
  52. package/dist/collection/components/gb-checkbox-base/gb-checkbox-base.js +1 -1
  53. package/dist/collection/components/gb-checkbox-group/gb-checkbox-group.js +1 -1
  54. package/dist/collection/components/gb-checkbox-group-item/gb-checkbox-group-item.js +2 -2
  55. package/dist/collection/components/gb-collapse-button/gb-collapse-button.js +1 -1
  56. package/dist/collection/components/gb-comment/gb-comment.js +1 -1
  57. package/dist/collection/components/gb-comment-item/gb-comment-item.js +1 -1
  58. package/dist/collection/components/gb-complex-primary-side-bar-item/gb-complex-primary-side-bar-item.js +1 -1
  59. package/dist/collection/components/gb-complex-secondary-side-bar-item/gb-complex-secondary-side-bar-item.js +1 -1
  60. package/dist/collection/components/gb-date-picker/gb-date-picker.js +2 -2
  61. package/dist/collection/components/gb-detail-cell/gb-detail-cell.js +1 -1
  62. package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.js +1 -1
  63. package/dist/collection/components/gb-empty-state/gb-empty-state.js +1 -1
  64. package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.js +3 -3
  65. package/dist/collection/components/gb-export-dropdown-item/gb-export-dropdown-item.js +1 -1
  66. package/dist/collection/components/gb-export-sub-dropdown/gb-export-sub-dropdown.js +1 -1
  67. package/dist/collection/components/gb-export-sub-dropdown-item/gb-export-sub-dropdown-item.js +1 -1
  68. package/dist/collection/components/gb-featured-icon/gb-featured-icon.js +1 -1
  69. package/dist/collection/components/gb-file-type-icon/gb-file-type-icon.js +1 -1
  70. package/dist/collection/components/gb-file-upload/gb-file-upload.js +12 -12
  71. package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js +6 -6
  72. package/dist/collection/components/gb-filter-button/gb-filter-button.js +1 -1
  73. package/dist/collection/components/gb-header/gb-header.js +1 -1
  74. package/dist/collection/components/gb-header/gb-header.js.map +1 -1
  75. package/dist/collection/components/gb-header-icon/gb-header-icon.js +1 -1
  76. package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
  77. package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js +1 -1
  78. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
  79. package/dist/collection/components/gb-icon-button-base/gb-icon-button-base.js +1 -1
  80. package/dist/collection/components/gb-illustration/gb-illustration.js +8 -8
  81. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +58 -22
  82. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +1 -1
  83. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
  84. package/dist/collection/components/gb-input-field/gb-input-field.css +2 -2
  85. package/dist/collection/components/gb-input-field/gb-input-field.js +44 -26
  86. package/dist/collection/components/gb-input-field/gb-input-field.js.map +1 -1
  87. package/dist/collection/components/gb-logo/gb-logo.js +1 -1
  88. package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js +2 -2
  89. package/dist/collection/components/gb-metric-card/gb-metric-card.js +1 -1
  90. package/dist/collection/components/gb-metric-featured-icon/gb-metric-featured-icon.js +1 -1
  91. package/dist/collection/components/gb-modal-header/gb-modal-header.js +2 -2
  92. package/dist/collection/components/gb-nav-bar/gb-nav-bar.js +1 -1
  93. package/dist/collection/components/gb-nav-bar-item/gb-nav-bar-item.js +1 -1
  94. package/dist/collection/components/gb-nav-bar-sidemenu/gb-nav-bar-sidemenu.js +1 -1
  95. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  96. package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
  97. package/dist/collection/components/gb-pagination/gb-pagination.js +4 -4
  98. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  99. package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
  100. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  101. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  102. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  103. package/dist/collection/components/gb-password-button/gb-password-button.js.map +1 -1
  104. package/dist/collection/components/gb-pattern/gb-pattern.js +6 -21
  105. package/dist/collection/components/gb-pattern/gb-pattern.js.map +1 -1
  106. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  107. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  108. package/dist/collection/components/gb-prompt-modal/gb-prompt-modal.js +1 -1
  109. package/dist/collection/components/gb-quick-action-card/gb-quick-action-card.js +1 -1
  110. package/dist/collection/components/gb-quick-action-icon/gb-quick-action-icon.js +1 -1
  111. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  112. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  113. package/dist/collection/components/gb-simple-side-bar-item/gb-simple-side-bar-item.js +2 -2
  114. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  115. package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
  116. package/dist/collection/components/gb-status-indicator/gb-status-indicator.css +3 -3
  117. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  118. package/dist/collection/components/gb-step-base/gb-step-base.js +1 -1
  119. package/dist/collection/components/gb-step-icon-base/gb-step-icon-base.js +1 -1
  120. package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +1 -1
  121. package/dist/collection/components/gb-stepper-horizontal-icons-connected/gb-stepper-horizontal-icons-connected.js +1 -1
  122. package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -1
  123. package/dist/collection/components/gb-stepper-horizontal-minimal-icons/gb-stepper-horizontal-minimal-icons.js +1 -1
  124. package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js +1 -1
  125. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  126. package/dist/collection/components/gb-table-cell/gb-table-cell.js +1 -1
  127. package/dist/collection/components/gb-table-header/gb-table-header.js +1 -1
  128. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  129. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  130. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  131. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  132. package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +3 -3
  133. package/dist/collection/components/gb-theme-tab/gb-theme-tab.js +1 -1
  134. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  135. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  136. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  137. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  138. package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
  139. package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
  140. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  141. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
  142. package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
  143. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  144. package/dist/components/gb-action-panel.js +5 -5
  145. package/dist/components/gb-approval-modal.js +16 -16
  146. package/dist/components/gb-avatar-add-button.js +1 -1
  147. package/dist/components/gb-avatar-dropdown.js +1 -1
  148. package/dist/components/gb-avatar-group.js +4 -4
  149. package/dist/components/gb-avatar-label-group.js +1 -1
  150. package/dist/components/gb-avatar-profile-photo.js +2 -2
  151. package/dist/components/gb-avatar.js +1 -1
  152. package/dist/components/gb-badge.js +1 -1
  153. package/dist/components/gb-btn.js +1 -1
  154. package/dist/components/gb-button-close.js +1 -1
  155. package/dist/components/gb-button-group-base.js +1 -1
  156. package/dist/components/gb-button-group.js +1 -1
  157. package/dist/components/gb-button.js +1 -1
  158. package/dist/components/gb-card-icon.js +1 -1
  159. package/dist/components/gb-carousel-arrow.js +1 -1
  160. package/dist/components/gb-category-card.js +1 -1
  161. package/dist/components/gb-checkbox-base.js +1 -1
  162. package/dist/components/gb-checkbox-group-item.js +1 -1
  163. package/dist/components/gb-checkbox-group.js +8 -8
  164. package/dist/components/gb-checkbox.js +1 -1
  165. package/dist/components/gb-collapse-button.js +1 -1
  166. package/dist/components/gb-comment-item.js +1 -1
  167. package/dist/components/gb-comment.js +4 -4
  168. package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
  169. package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
  170. package/dist/components/gb-date-picker.js +1 -1
  171. package/dist/components/gb-detail-cell.js +7 -7
  172. package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
  173. package/dist/components/gb-empty-state.js +7 -7
  174. package/dist/components/gb-export-dropdown-item.js +1 -1
  175. package/dist/components/gb-export-dropdown.js +1 -1
  176. package/dist/components/gb-export-sub-dropdown-item.js +1 -1
  177. package/dist/components/gb-export-sub-dropdown.js +1 -1
  178. package/dist/components/gb-featured-icon.js +1 -1
  179. package/dist/components/gb-file-type-icon.js +1 -1
  180. package/dist/components/gb-file-upload-item-base.js +1 -1
  181. package/dist/components/gb-file-upload.js +18 -18
  182. package/dist/components/gb-filter-button.js +1 -1
  183. package/dist/components/gb-header-icon.js +1 -1
  184. package/dist/components/gb-header.js +26 -26
  185. package/dist/components/gb-header.js.map +1 -1
  186. package/dist/components/gb-help-dropdown.js +1 -1
  187. package/dist/components/gb-help-tooltip.js +1 -1
  188. package/dist/components/gb-horizontal-tabs.js +5 -5
  189. package/dist/components/gb-icon-button-base.js +1 -1
  190. package/dist/components/gb-illustration.js +1 -1
  191. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  192. package/dist/components/gb-input-dropdown.js +1 -1
  193. package/dist/components/gb-input-field.js +1 -1
  194. package/dist/components/gb-logo.js +1 -1
  195. package/dist/components/gb-mega-input-field-base.js +1 -1
  196. package/dist/components/gb-metric-card.js +5 -5
  197. package/dist/components/gb-metric-featured-icon.js +1 -1
  198. package/dist/components/gb-modal-action.js +1 -1
  199. package/dist/components/gb-modal-header.js +1 -1
  200. package/dist/components/gb-nav-bar-item.js +1 -1
  201. package/dist/components/gb-nav-bar-sidemenu.js +6 -6
  202. package/dist/components/gb-nav-bar.js +6 -6
  203. package/dist/components/gb-notification-content.js +1 -1
  204. package/dist/components/gb-notification-pane.js +1 -1
  205. package/dist/components/gb-pagination-button-group-base.js +1 -1
  206. package/dist/components/gb-pagination-dot-group.js +1 -1
  207. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  208. package/dist/components/gb-pagination-number-base.js +1 -1
  209. package/dist/components/gb-pagination.js +22 -22
  210. package/dist/components/gb-password-button.js +1 -1
  211. package/dist/components/gb-pattern.js +1 -1
  212. package/dist/components/gb-progress-bar.js +1 -1
  213. package/dist/components/gb-progress-circle.js +1 -1
  214. package/dist/components/gb-prompt-modal.js +6 -6
  215. package/dist/components/gb-quick-action-card.js +2 -2
  216. package/dist/components/gb-quick-action-icon.js +2 -2
  217. package/dist/components/gb-scrollbar.js +1 -1
  218. package/dist/components/gb-sidebar.js +9 -9
  219. package/dist/components/gb-simple-side-bar-item.js +1 -1
  220. package/dist/components/gb-slider-control-handle.js +1 -1
  221. package/dist/components/gb-slider.js +3 -3
  222. package/dist/components/gb-status-indicator.js +1 -1
  223. package/dist/components/gb-step-base.js +1 -1
  224. package/dist/components/gb-step-icon-base.js +1 -1
  225. package/dist/components/gb-stepper-horizontal-icons-centered.js +4 -4
  226. package/dist/components/gb-stepper-horizontal-icons-connected.js +1 -1
  227. package/dist/components/gb-stepper-horizontal-line-with-text.js +4 -4
  228. package/dist/components/gb-stepper-horizontal-minimal-icons.js +2 -2
  229. package/dist/components/gb-stepper-vertical-icons-with-text.js +4 -4
  230. package/dist/components/gb-tab-button-base.js +1 -1
  231. package/dist/components/gb-table-cell.js +1 -1
  232. package/dist/components/gb-table-header.js +26 -26
  233. package/dist/components/gb-tag-checkbox.js +1 -1
  234. package/dist/components/gb-tag-close.js +1 -1
  235. package/dist/components/gb-tag-count.js +1 -1
  236. package/dist/components/gb-tag.js +1 -1
  237. package/dist/components/gb-textarea-input-field.js +1 -1
  238. package/dist/components/gb-theme-tab.js +1 -1
  239. package/dist/components/gb-toast-button.js +1 -1
  240. package/dist/components/gb-toast.js +5 -5
  241. package/dist/components/gb-toggle-base.js +1 -1
  242. package/dist/components/gb-toggle.js +2 -2
  243. package/dist/components/gb-token-field-compact.js +1 -1
  244. package/dist/components/gb-token-field-compressed.js +3 -3
  245. package/dist/components/gb-tooltip.js +1 -1
  246. package/dist/components/gb-vertical-tabs.js +1 -1
  247. package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
  248. package/dist/components/gb-wysiwyg-tooltip.js +1 -1
  249. package/dist/components/{p-rDDbjmUk.js → p-2pZTNei2.js} +4 -4
  250. package/dist/components/{p-rDDbjmUk.js.map → p-2pZTNei2.js.map} +1 -1
  251. package/dist/components/{p-BvNyJaf6.js → p-9FvHspeE.js} +8 -8
  252. package/dist/components/{p-BvNyJaf6.js.map → p-9FvHspeE.js.map} +1 -1
  253. package/dist/components/{p-Cty4HNJA.js → p-AjEGQ2qL.js} +4 -4
  254. package/dist/components/{p-Cty4HNJA.js.map → p-AjEGQ2qL.js.map} +1 -1
  255. package/dist/components/{p-C4Cpc_Qf.js → p-B22NNlLP.js} +4 -4
  256. package/dist/components/{p-C4Cpc_Qf.js.map → p-B22NNlLP.js.map} +1 -1
  257. package/dist/components/{p-BCEphI-G.js → p-B53E_gSW.js} +3 -3
  258. package/dist/components/{p-BCEphI-G.js.map → p-B53E_gSW.js.map} +1 -1
  259. package/dist/components/{p-BfrEegoP.js → p-BBa4Fn7D.js} +4 -4
  260. package/dist/components/{p-BfrEegoP.js.map → p-BBa4Fn7D.js.map} +1 -1
  261. package/dist/components/{p-B_hfnklG.js → p-BHLaov0_.js} +5 -5
  262. package/dist/components/{p-B_hfnklG.js.map → p-BHLaov0_.js.map} +1 -1
  263. package/dist/components/{p-Dis2gesX.js → p-BIHVkNE4.js} +4 -4
  264. package/dist/components/{p-Dis2gesX.js.map → p-BIHVkNE4.js.map} +1 -1
  265. package/dist/components/{p-BdkzcEYp.js → p-BMkAeK5Z.js} +5 -5
  266. package/dist/components/{p-BdkzcEYp.js.map → p-BMkAeK5Z.js.map} +1 -1
  267. package/dist/components/{p-BVxdO5bi.js → p-BQduwH1K.js} +12 -12
  268. package/dist/components/{p-BVxdO5bi.js.map → p-BQduwH1K.js.map} +1 -1
  269. package/dist/components/{p-D7Goq_Jj.js → p-BQeaURIB.js} +27 -12
  270. package/dist/components/p-BQeaURIB.js.map +1 -0
  271. package/dist/components/{p-D3ZfP7Bl.js → p-BaWXQ__r.js} +4 -4
  272. package/dist/components/{p-D3ZfP7Bl.js.map → p-BaWXQ__r.js.map} +1 -1
  273. package/dist/components/{p-DJwuWK3S.js → p-BcuKykSc.js} +3 -3
  274. package/dist/components/{p-DJwuWK3S.js.map → p-BcuKykSc.js.map} +1 -1
  275. package/dist/components/{p-BUo31bD8.js → p-BeATbKS7.js} +4 -4
  276. package/dist/components/p-BeATbKS7.js.map +1 -0
  277. package/dist/components/{p-K_KbMA_t.js → p-Bjw2gC89.js} +4 -4
  278. package/dist/components/{p-K_KbMA_t.js.map → p-Bjw2gC89.js.map} +1 -1
  279. package/dist/components/{p-RvoV_nZA.js → p-BnXOyD9E.js} +5 -5
  280. package/dist/components/{p-RvoV_nZA.js.map → p-BnXOyD9E.js.map} +1 -1
  281. package/dist/components/{p-DEONqII4.js → p-BnyM5qjj.js} +8 -8
  282. package/dist/components/{p-DEONqII4.js.map → p-BnyM5qjj.js.map} +1 -1
  283. package/dist/components/{p-MvgIuDtb.js → p-C-jvyrl1.js} +7 -7
  284. package/dist/components/{p-MvgIuDtb.js.map → p-C-jvyrl1.js.map} +1 -1
  285. package/dist/components/{p-DMGIfEmr.js → p-C5ya7ETC.js} +3 -3
  286. package/dist/components/{p-DMGIfEmr.js.map → p-C5ya7ETC.js.map} +1 -1
  287. package/dist/components/{p-7b8NVGi5.js → p-C6bmJSrL.js} +6 -6
  288. package/dist/components/p-C6bmJSrL.js.map +1 -0
  289. package/dist/components/{p-BoD3uP8t.js → p-C6mRhuUf.js} +3 -3
  290. package/dist/components/{p-BoD3uP8t.js.map → p-C6mRhuUf.js.map} +1 -1
  291. package/dist/components/{p-CkUxkbfV.js → p-C7UZjyWa.js} +6 -6
  292. package/dist/components/{p-CkUxkbfV.js.map → p-C7UZjyWa.js.map} +1 -1
  293. package/dist/components/{p-B0iHx5Zd.js → p-CBLQlDC-.js} +3 -3
  294. package/dist/components/{p-B0iHx5Zd.js.map → p-CBLQlDC-.js.map} +1 -1
  295. package/dist/components/{p-Df2QCCfM.js → p-CNNymMFJ.js} +14 -14
  296. package/dist/components/{p-Df2QCCfM.js.map → p-CNNymMFJ.js.map} +1 -1
  297. package/dist/components/{p-BDzhIFzI.js → p-CRosXE9B.js} +74 -42
  298. package/dist/components/p-CRosXE9B.js.map +1 -0
  299. package/dist/components/{p-BtPAU7BK.js → p-CT6fjdgY.js} +3 -3
  300. package/dist/components/{p-BtPAU7BK.js.map → p-CT6fjdgY.js.map} +1 -1
  301. package/dist/components/{p-BP4CkbOn.js → p-CTupKoNZ.js} +3 -3
  302. package/dist/components/{p-BP4CkbOn.js.map → p-CTupKoNZ.js.map} +1 -1
  303. package/dist/components/{p-F7syaoGH.js → p-CV6g9soz.js} +8 -8
  304. package/dist/components/{p-F7syaoGH.js.map → p-CV6g9soz.js.map} +1 -1
  305. package/dist/components/{p-Dpxu4w8g.js → p-CVc4qPGI.js} +4 -4
  306. package/dist/components/{p-Dpxu4w8g.js.map → p-CVc4qPGI.js.map} +1 -1
  307. package/dist/components/{p-Y55sgqoa.js → p-CYpMSzqG.js} +3 -3
  308. package/dist/components/{p-Y55sgqoa.js.map → p-CYpMSzqG.js.map} +1 -1
  309. package/dist/components/{p-B8cUepOB.js → p-Ca4eFkIg.js} +3 -3
  310. package/dist/components/{p-B8cUepOB.js.map → p-Ca4eFkIg.js.map} +1 -1
  311. package/dist/components/{p-BFhVkLZH.js → p-CbQeOmOy.js} +5 -5
  312. package/dist/components/{p-BFhVkLZH.js.map → p-CbQeOmOy.js.map} +1 -1
  313. package/dist/components/{p-8nTG8ZBW.js → p-CbzrQ01V.js} +4 -4
  314. package/dist/components/{p-8nTG8ZBW.js.map → p-CbzrQ01V.js.map} +1 -1
  315. package/dist/components/{p-DhFAcOPC.js → p-ClWO8gQx.js} +6 -6
  316. package/dist/components/{p-DhFAcOPC.js.map → p-ClWO8gQx.js.map} +1 -1
  317. package/dist/components/{p-BdBKoSIj.js → p-CouV5zM8.js} +8 -8
  318. package/dist/components/{p-BdBKoSIj.js.map → p-CouV5zM8.js.map} +1 -1
  319. package/dist/components/{p-BmqiU49c.js → p-CwBrH_Gy.js} +6 -6
  320. package/dist/components/{p-BmqiU49c.js.map → p-CwBrH_Gy.js.map} +1 -1
  321. package/dist/components/{p--dU-wJt0.js → p-CwQUW5_4.js} +4 -4
  322. package/dist/components/{p--dU-wJt0.js.map → p-CwQUW5_4.js.map} +1 -1
  323. package/dist/components/{p-CtSUSXFx.js → p-Cwxr0uHc.js} +3 -3
  324. package/dist/components/{p-CtSUSXFx.js.map → p-Cwxr0uHc.js.map} +1 -1
  325. package/dist/components/{p-y6vSOYFd.js → p-CxkzPuqu.js} +3 -3
  326. package/dist/components/{p-y6vSOYFd.js.map → p-CxkzPuqu.js.map} +1 -1
  327. package/dist/components/{p-CekePqMs.js → p-Cz5H-pJQ.js} +13 -13
  328. package/dist/components/{p-CekePqMs.js.map → p-Cz5H-pJQ.js.map} +1 -1
  329. package/dist/components/{p-Cmi3VtOr.js → p-D2gq0J26.js} +4 -4
  330. package/dist/components/{p-Cmi3VtOr.js.map → p-D2gq0J26.js.map} +1 -1
  331. package/dist/components/{p-BBL4HSa6.js → p-D5KQeC85.js} +3 -3
  332. package/dist/components/{p-BBL4HSa6.js.map → p-D5KQeC85.js.map} +1 -1
  333. package/dist/components/{p-BvHr8QZ_.js → p-D5VakMaB.js} +6 -6
  334. package/dist/components/{p-BvHr8QZ_.js.map → p-D5VakMaB.js.map} +1 -1
  335. package/dist/components/{p-C_EwzcsK.js → p-DC9eRciK.js} +8 -8
  336. package/dist/components/{p-C_EwzcsK.js.map → p-DC9eRciK.js.map} +1 -1
  337. package/dist/components/{p-BjAXEyGM.js → p-DCJdoNK6.js} +4 -4
  338. package/dist/components/{p-BjAXEyGM.js.map → p-DCJdoNK6.js.map} +1 -1
  339. package/dist/components/{p-M0fu6r6F.js → p-DI5VmfPJ.js} +10 -10
  340. package/dist/components/{p-M0fu6r6F.js.map → p-DI5VmfPJ.js.map} +1 -1
  341. package/dist/components/{p-Bx5Gf4JG.js → p-DLYIM3pP.js} +4 -4
  342. package/dist/components/p-DLYIM3pP.js.map +1 -0
  343. package/dist/components/{p-DEhgJgpf.js → p-DW4pKXr4.js} +3 -3
  344. package/dist/components/{p-DEhgJgpf.js.map → p-DW4pKXr4.js.map} +1 -1
  345. package/dist/components/{p-CoP-6_dB.js → p-DYUluAx6.js} +3 -3
  346. package/dist/components/{p-CoP-6_dB.js.map → p-DYUluAx6.js.map} +1 -1
  347. package/dist/components/{p-cn314k4t.js → p-DZnKLe8d.js} +3 -3
  348. package/dist/components/{p-cn314k4t.js.map → p-DZnKLe8d.js.map} +1 -1
  349. package/dist/components/{p-B0w7aWaS.js → p-Db-mzjAD.js} +8 -8
  350. package/dist/components/{p-B0w7aWaS.js.map → p-Db-mzjAD.js.map} +1 -1
  351. package/dist/components/{p-D9VfqUoF.js → p-Db9T6018.js} +10 -10
  352. package/dist/components/{p-D9VfqUoF.js.map → p-Db9T6018.js.map} +1 -1
  353. package/dist/components/{p-Bm4cCBH-.js → p-DfQWKCbs.js} +3 -3
  354. package/dist/components/{p-Bm4cCBH-.js.map → p-DfQWKCbs.js.map} +1 -1
  355. package/dist/components/{p-DqF4Su5n.js → p-Q19MNh6U.js} +4 -4
  356. package/dist/components/{p-DqF4Su5n.js.map → p-Q19MNh6U.js.map} +1 -1
  357. package/dist/components/{p-CREl9pSE.js → p-R_kUzXjS.js} +3 -3
  358. package/dist/components/{p-CREl9pSE.js.map → p-R_kUzXjS.js.map} +1 -1
  359. package/dist/components/{p-CpWoXsw_.js → p-TWikQ7cn.js} +3 -3
  360. package/dist/components/{p-CpWoXsw_.js.map → p-TWikQ7cn.js.map} +1 -1
  361. package/dist/components/{p-XPVJW4T3.js → p-WIRPmweM.js} +4 -4
  362. package/dist/components/{p-XPVJW4T3.js.map → p-WIRPmweM.js.map} +1 -1
  363. package/dist/components/{p-D42OLbE-.js → p-XX_ozutB.js} +5 -5
  364. package/dist/components/{p-D42OLbE-.js.map → p-XX_ozutB.js.map} +1 -1
  365. package/dist/components/{p-Dw8FSBWT.js → p-ZcCwFehb.js} +3 -3
  366. package/dist/components/{p-Dw8FSBWT.js.map → p-ZcCwFehb.js.map} +1 -1
  367. package/dist/components/{p-Bjujd4PK.js → p-ZqHAkmEL.js} +8 -8
  368. package/dist/components/{p-Bjujd4PK.js.map → p-ZqHAkmEL.js.map} +1 -1
  369. package/dist/components/{p-BzvNRMz5.js → p-aeAn9gEA.js} +3 -3
  370. package/dist/components/{p-BzvNRMz5.js.map → p-aeAn9gEA.js.map} +1 -1
  371. package/dist/components/{p-DbF4gg5m.js → p-brGtAur-.js} +58 -40
  372. package/dist/components/p-brGtAur-.js.map +1 -0
  373. package/dist/components/{p-2s5kIkzc.js → p-fM3XegFU.js} +3 -3
  374. package/dist/components/{p-2s5kIkzc.js.map → p-fM3XegFU.js.map} +1 -1
  375. package/dist/components/{p-wA_HGXx_.js → p-t9X9zw0V.js} +3 -3
  376. package/dist/components/{p-wA_HGXx_.js.map → p-t9X9zw0V.js.map} +1 -1
  377. package/dist/components/{p-DdtrEGlS.js → p-uyKTZeg_.js} +4 -4
  378. package/dist/components/{p-DdtrEGlS.js.map → p-uyKTZeg_.js.map} +1 -1
  379. package/dist/components/test-input-tag.js +11 -11
  380. package/dist/docs.json +152 -43
  381. package/dist/esm/gb-approval-modal_64.entry.js +189 -137
  382. package/dist/esm/gb-card-icon.entry.js +1 -1
  383. package/dist/esm/gb-carousel-arrow.entry.js +1 -1
  384. package/dist/esm/gb-category-card.entry.js +1 -1
  385. package/dist/esm/gb-checkbox-group.entry.js +1 -1
  386. package/dist/esm/gb-comment-item.entry.js +1 -1
  387. package/dist/esm/gb-comment.entry.js +1 -1
  388. package/dist/esm/gb-complex-primary-side-bar-item_2.entry.js +2 -2
  389. package/dist/esm/gb-detail-cell.entry.js +1 -1
  390. package/dist/esm/gb-file-upload.entry.js +12 -12
  391. package/dist/esm/gb-horizontal-tabs.entry.js +1 -1
  392. package/dist/esm/gb-logo.entry.js +1 -1
  393. package/dist/esm/gb-mega-input-field-base.entry.js +2 -2
  394. package/dist/esm/gb-nav-bar-item.entry.js +1 -1
  395. package/dist/esm/gb-nav-bar-sidemenu.entry.js +1 -1
  396. package/dist/esm/gb-nav-bar.entry.js +1 -1
  397. package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
  398. package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
  399. package/dist/esm/gb-progress-circle.entry.js +1 -1
  400. package/dist/esm/gb-prompt-modal.entry.js +1 -1
  401. package/dist/esm/gb-quick-action-card.entry.js +1 -1
  402. package/dist/esm/gb-quick-action-icon.entry.js +1 -1
  403. package/dist/esm/gb-scrollbar.entry.js +1 -1
  404. package/dist/esm/gb-sidebar.entry.js +1 -1
  405. package/dist/esm/gb-slider-control-handle.entry.js +1 -1
  406. package/dist/esm/gb-slider.entry.js +1 -1
  407. package/dist/esm/gb-step-base_2.entry.js +2 -2
  408. package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js +1 -1
  409. package/dist/esm/gb-stepper-horizontal-icons-connected.entry.js +1 -1
  410. package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js +1 -1
  411. package/dist/esm/gb-stepper-horizontal-minimal-icons.entry.js +1 -1
  412. package/dist/esm/gb-stepper-vertical-icons-with-text.entry.js +1 -1
  413. package/dist/esm/gb-table-cell.entry.js +1 -1
  414. package/dist/esm/gb-token-field-compact.entry.js +1 -1
  415. package/dist/esm/gb-token-field-compressed.entry.js +2 -2
  416. package/dist/esm/gb-vertical-tabs.entry.js +1 -1
  417. package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
  418. package/dist/esm/globuscomponents.js +1 -1
  419. package/dist/esm/loader.js +1 -1
  420. package/dist/esm/test-input-tag.entry.js +2 -2
  421. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  422. package/dist/globuscomponents/{p-60c6bc59.entry.js → p-0aca01aa.entry.js} +2 -2
  423. package/dist/globuscomponents/p-0fa4e90b.entry.js +2 -0
  424. package/dist/globuscomponents/{p-6ba2c48a.entry.js → p-14a14cf7.entry.js} +2 -2
  425. package/dist/globuscomponents/{p-420be4c2.entry.js → p-1703f77f.entry.js} +2 -2
  426. package/dist/globuscomponents/{p-836996b2.entry.js → p-20fff5d8.entry.js} +2 -2
  427. package/dist/globuscomponents/p-2d348616.entry.js +2 -0
  428. package/dist/globuscomponents/{p-0b17c398.entry.js → p-3665eb5a.entry.js} +2 -2
  429. package/dist/globuscomponents/{p-229c256a.entry.js → p-372d8c17.entry.js} +2 -2
  430. package/dist/globuscomponents/{p-7ab8a012.entry.js → p-3b9e055e.entry.js} +2 -2
  431. package/dist/globuscomponents/{p-a69fbf27.entry.js → p-450e1ee6.entry.js} +2 -2
  432. package/dist/globuscomponents/{p-dc7cd869.entry.js → p-47a16997.entry.js} +2 -2
  433. package/dist/globuscomponents/{p-e8ce7bbf.entry.js → p-4f4c1805.entry.js} +2 -2
  434. package/dist/globuscomponents/{p-cf6384d9.entry.js → p-51cd3859.entry.js} +2 -2
  435. package/dist/globuscomponents/{p-24129640.entry.js → p-54c68582.entry.js} +2 -2
  436. package/dist/globuscomponents/{p-f9d1e9c6.entry.js → p-57a403e7.entry.js} +2 -2
  437. package/dist/globuscomponents/p-5a96576d.entry.js +2 -0
  438. package/dist/globuscomponents/{p-75771ebb.entry.js → p-5e62edcf.entry.js} +2 -2
  439. package/dist/globuscomponents/{p-ecb5671d.entry.js → p-5ed1035a.entry.js} +2 -2
  440. package/dist/globuscomponents/{p-ccda9df1.entry.js → p-787066a5.entry.js} +2 -2
  441. package/dist/globuscomponents/{p-73fa574e.entry.js → p-7899b855.entry.js} +2 -2
  442. package/dist/globuscomponents/p-7adb464b.entry.js +2 -0
  443. package/dist/globuscomponents/{p-945c0345.entry.js → p-85d1d2d5.entry.js} +2 -2
  444. package/dist/globuscomponents/{p-3bed13ce.entry.js → p-9aca53ca.entry.js} +2 -2
  445. package/dist/globuscomponents/{p-8862f86d.entry.js → p-a0c00b44.entry.js} +2 -2
  446. package/dist/globuscomponents/{p-2de33a89.entry.js → p-a3fe950e.entry.js} +2 -2
  447. package/dist/globuscomponents/{p-0ace4a5a.entry.js → p-aac97719.entry.js} +2 -2
  448. package/dist/globuscomponents/{p-1a9395bc.entry.js → p-ac3fd31f.entry.js} +2 -2
  449. package/dist/globuscomponents/{p-69088311.entry.js → p-b125590d.entry.js} +2 -2
  450. package/dist/globuscomponents/{p-6d558e90.entry.js → p-b68c5922.entry.js} +2 -2
  451. package/dist/globuscomponents/{p-08b864ad.entry.js → p-b6acb1cb.entry.js} +2 -2
  452. package/dist/globuscomponents/{p-bb449f8c.entry.js → p-b91dac9e.entry.js} +2 -2
  453. package/dist/globuscomponents/{p-4a1b0fff.entry.js → p-baa375e0.entry.js} +2 -2
  454. package/dist/globuscomponents/{p-7cf6ad93.entry.js → p-bbe2e087.entry.js} +2 -2
  455. package/dist/globuscomponents/p-bbe2e087.entry.js.map +1 -0
  456. package/dist/globuscomponents/{p-88c62216.entry.js → p-ca85617a.entry.js} +2 -2
  457. package/dist/globuscomponents/{p-7142782b.entry.js → p-cc2e644f.entry.js} +2 -2
  458. package/dist/globuscomponents/{p-854af29b.entry.js → p-cedaf7eb.entry.js} +2 -2
  459. package/dist/globuscomponents/{p-9ccb1848.entry.js → p-e7fd0d37.entry.js} +2 -2
  460. package/dist/globuscomponents/{p-cda2eed2.entry.js → p-fc84ed29.entry.js} +2 -2
  461. package/dist/types/components/gb-btn/gb-btn.d.ts +7 -2
  462. package/dist/types/components/gb-input-dropdown/gb-input-dropdown.d.ts +1 -0
  463. package/dist/types/components/gb-input-field/gb-input-field.d.ts +2 -2
  464. package/dist/types/components.d.ts +41 -15
  465. package/package.json +2 -2
  466. package/dist/components/p-7b8NVGi5.js.map +0 -1
  467. package/dist/components/p-BDzhIFzI.js.map +0 -1
  468. package/dist/components/p-BUo31bD8.js.map +0 -1
  469. package/dist/components/p-Bx5Gf4JG.js.map +0 -1
  470. package/dist/components/p-D7Goq_Jj.js.map +0 -1
  471. package/dist/components/p-DbF4gg5m.js.map +0 -1
  472. package/dist/globuscomponents/p-0912d7b9.entry.js +0 -2
  473. package/dist/globuscomponents/p-16fb165c.entry.js +0 -2
  474. package/dist/globuscomponents/p-2df226f5.entry.js +0 -2
  475. package/dist/globuscomponents/p-71023a8e.entry.js +0 -2
  476. package/dist/globuscomponents/p-7cf6ad93.entry.js.map +0 -1
  477. /package/dist/globuscomponents/{p-60c6bc59.entry.js.map → p-0aca01aa.entry.js.map} +0 -0
  478. /package/dist/globuscomponents/{p-71023a8e.entry.js.map → p-0fa4e90b.entry.js.map} +0 -0
  479. /package/dist/globuscomponents/{p-6ba2c48a.entry.js.map → p-14a14cf7.entry.js.map} +0 -0
  480. /package/dist/globuscomponents/{p-420be4c2.entry.js.map → p-1703f77f.entry.js.map} +0 -0
  481. /package/dist/globuscomponents/{p-836996b2.entry.js.map → p-20fff5d8.entry.js.map} +0 -0
  482. /package/dist/globuscomponents/{p-0912d7b9.entry.js.map → p-2d348616.entry.js.map} +0 -0
  483. /package/dist/globuscomponents/{p-0b17c398.entry.js.map → p-3665eb5a.entry.js.map} +0 -0
  484. /package/dist/globuscomponents/{p-229c256a.entry.js.map → p-372d8c17.entry.js.map} +0 -0
  485. /package/dist/globuscomponents/{p-7ab8a012.entry.js.map → p-3b9e055e.entry.js.map} +0 -0
  486. /package/dist/globuscomponents/{p-a69fbf27.entry.js.map → p-450e1ee6.entry.js.map} +0 -0
  487. /package/dist/globuscomponents/{p-dc7cd869.entry.js.map → p-47a16997.entry.js.map} +0 -0
  488. /package/dist/globuscomponents/{p-e8ce7bbf.entry.js.map → p-4f4c1805.entry.js.map} +0 -0
  489. /package/dist/globuscomponents/{p-cf6384d9.entry.js.map → p-51cd3859.entry.js.map} +0 -0
  490. /package/dist/globuscomponents/{p-24129640.entry.js.map → p-54c68582.entry.js.map} +0 -0
  491. /package/dist/globuscomponents/{p-f9d1e9c6.entry.js.map → p-57a403e7.entry.js.map} +0 -0
  492. /package/dist/globuscomponents/{p-16fb165c.entry.js.map → p-5a96576d.entry.js.map} +0 -0
  493. /package/dist/globuscomponents/{p-75771ebb.entry.js.map → p-5e62edcf.entry.js.map} +0 -0
  494. /package/dist/globuscomponents/{p-ecb5671d.entry.js.map → p-5ed1035a.entry.js.map} +0 -0
  495. /package/dist/globuscomponents/{p-ccda9df1.entry.js.map → p-787066a5.entry.js.map} +0 -0
  496. /package/dist/globuscomponents/{p-73fa574e.entry.js.map → p-7899b855.entry.js.map} +0 -0
  497. /package/dist/globuscomponents/{p-2df226f5.entry.js.map → p-7adb464b.entry.js.map} +0 -0
  498. /package/dist/globuscomponents/{p-945c0345.entry.js.map → p-85d1d2d5.entry.js.map} +0 -0
  499. /package/dist/globuscomponents/{p-3bed13ce.entry.js.map → p-9aca53ca.entry.js.map} +0 -0
  500. /package/dist/globuscomponents/{p-8862f86d.entry.js.map → p-a0c00b44.entry.js.map} +0 -0
  501. /package/dist/globuscomponents/{p-2de33a89.entry.js.map → p-a3fe950e.entry.js.map} +0 -0
  502. /package/dist/globuscomponents/{p-0ace4a5a.entry.js.map → p-aac97719.entry.js.map} +0 -0
  503. /package/dist/globuscomponents/{p-1a9395bc.entry.js.map → p-ac3fd31f.entry.js.map} +0 -0
  504. /package/dist/globuscomponents/{p-69088311.entry.js.map → p-b125590d.entry.js.map} +0 -0
  505. /package/dist/globuscomponents/{p-6d558e90.entry.js.map → p-b68c5922.entry.js.map} +0 -0
  506. /package/dist/globuscomponents/{p-08b864ad.entry.js.map → p-b6acb1cb.entry.js.map} +0 -0
  507. /package/dist/globuscomponents/{p-bb449f8c.entry.js.map → p-b91dac9e.entry.js.map} +0 -0
  508. /package/dist/globuscomponents/{p-4a1b0fff.entry.js.map → p-baa375e0.entry.js.map} +0 -0
  509. /package/dist/globuscomponents/{p-88c62216.entry.js.map → p-ca85617a.entry.js.map} +0 -0
  510. /package/dist/globuscomponents/{p-7142782b.entry.js.map → p-cc2e644f.entry.js.map} +0 -0
  511. /package/dist/globuscomponents/{p-854af29b.entry.js.map → p-cedaf7eb.entry.js.map} +0 -0
  512. /package/dist/globuscomponents/{p-9ccb1848.entry.js.map → p-e7fd0d37.entry.js.map} +0 -0
  513. /package/dist/globuscomponents/{p-cda2eed2.entry.js.map → p-fc84ed29.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: '28edbecf7676a62c43391087b91f0e4b85a2d2ed', class: "logo_wrapper" }, h("img", { key: 'cab240f25ffa344d39b2fc78de86986e319439ee', src: logoSrc, alt: "" }), this.text && (h("svg", { key: 'fb6bb3d486f9ed30b81ade8064889c747f58ef8c', xmlns: "http://www.w3.org/2000/svg", width: "117", height: "17", viewBox: "0 0 117 17", fill: "none" }, h("path", { key: '292beda68385e1d81c78f4634c4e81c91ef54506', "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: '156013ac6e0dc2662d9dd0ba90f75b2450608a98', "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: 'a1ce2719c340546b17c40db19e4e2117a71df205', class: "logo_wrapper" }, h("img", { key: '3b82c3e4d6304c1ab22c6650f619585b7a5d40d4', src: logoSrc, alt: "" }), this.text && (h("svg", { key: '940735e8eef6ba7a5b28dec1cdbe80a092a3e4cc', xmlns: "http://www.w3.org/2000/svg", width: "117", height: "17", viewBox: "0 0 117 17", fill: "none" }, h("path", { key: '2c8cc2a6bb682fdb6d4613fa94e702198ed9525d', "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: '15bf7f5a61ec96918db7dbd3ec6250d7036ed857', "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: '281b515766be98f40171c8eb64f28e845a58d8c6', class: {
17
+ return (h("div", { key: '77098244e15abd3a12f168a1d3ae660edb81f5f6', class: {
18
18
  [this.size]: true,
19
19
  disabled: this.state === 'disabled'
20
- } }, h("input", { key: '7d8655eac75fd564bbca4082f3673da8db5c86d5', class: {
20
+ } }, h("input", { key: 'dab0df84654052547cbad643889492357b5af2bd', 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: '3b05152a56a447c7b166ab4829483688926f3e1f', class: `metric_card_wrapper ${this.size} ${'radius_' + this.radius}` }, h("div", { key: '99de4bde350980720ba11e9205d49870973bc1e6', class: `icon_and_label ${this.size}` }, h("div", { key: 'dffdbfba45200d634fc09f408e4b9ebb20780154', class: "featured_icon" }, h("gb-metric-featured-icon", { key: '602f5770d776206bcccf6aeefd6dd4be393e0597', size: this.size, "featured-icon-style": this.featuredIconStyle, icon: this.icon, color: this.featuredIconColor })), this.size === 'md' && h("p", { key: 'a5a3cc07e53e092fbfee600c1eae4426b9151a22', class: "heading text-sm-medium" }, this.label)), h("div", { key: '27dac2bf3674027685b39c61337902b02357601d', class: "heading_and_number" }, this.size === 'sm' && h("p", { key: 'cf4f2e4f18e9ff06c5a2a6ab7030862e15412676', class: "heading text-sm-medium" }, this.label), h("div", { key: 'dd0cd537c49bf17820693785c54f815a9f277ca6', class: "number_and_badge" }, h("p", { key: '4770c0f1abe9fe6f5381881372b08958c7578ebf', class: `number ${this.size === 'sm' ? 'display-xs-semi-bold' : 'display-md-semi-bold'}` }, this.metric), this.showBadge && (h("gb-badge", { key: '579ae25a2201e606d1bff6d9e505de6cff0fceeb', size: this.size, type: "pill_color", color: "gray" }, h("p", { key: '7a8785d3595d618d0f8d7fa20e95f297b6edb987' }, this.percentage)))))));
13
+ return (h("div", { key: '2105dd1c35c7f2dad673f6df78a6575bb885dcb5', class: `metric_card_wrapper ${this.size} ${'radius_' + this.radius}` }, h("div", { key: '7dc4a3da8b36bc45291b655da0c6564d38c8d1f8', class: `icon_and_label ${this.size}` }, h("div", { key: '5a404d79d7dd76fa05fab3f8dfd7784aa900e909', class: "featured_icon" }, h("gb-metric-featured-icon", { key: 'f3ca8a0c1e89c324fb54debd52b0508f9b408282', size: this.size, "featured-icon-style": this.featuredIconStyle, icon: this.icon, color: this.featuredIconColor })), this.size === 'md' && h("p", { key: 'e1bb3fc18ef2946d4d1e8aa55729b5a9c9ab6e15', class: "heading text-sm-medium" }, this.label)), h("div", { key: 'a0251e3c7f49c1d481d508335d8be597db44e0c0', class: "heading_and_number" }, this.size === 'sm' && h("p", { key: '2988a735fbe2ec45364eefe7861a4dc9b05e4948', class: "heading text-sm-medium" }, this.label), h("div", { key: '6c38fbd578b15f1a21925c121fe67ca0869737ee', class: "number_and_badge" }, h("p", { key: '83ab151a8974b5d97c7a5d42c4dbc8de98b88be9', class: `number ${this.size === 'sm' ? 'display-xs-semi-bold' : 'display-md-semi-bold'}` }, this.metric), this.showBadge && (h("gb-badge", { key: '7a9f89263268d79a909ab81ee9917eb537cb99e6', size: this.size, type: "pill_color", color: "gray" }, h("p", { key: '22ad728787ec72a549d23ff7b476fd3e8767d005' }, 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: 'fcb57de12af81ca88796ebb06e821911f4f6fb3c', class: `metric_featured_icon_wrapper ${this.size}` }, h("div", { key: '1e72743ef5e501228aad0cde6e93934a0855d0ff', class: `icon_glass ${this.size}` }, h("div", { key: '4d8c8a8c96a96fd270f7264524dac44af49cddbb', class: `icon ${this.size} ${this.color}`, innerHTML: this.leadingIconSvg })), h("div", { key: 'ae70a05ef5f04b1f8fc935d99d497da1cf8d6dd0', class: `icon_background ${this.color} ${this.size}` }))), this.featuredIconStyle === 'circular_filled' && (h("div", { key: 'e8bd1509536355040e0886aa58465b7297817f3a', class: `circular_filled_outer ${this.color} ${this.size}` }, h("div", { key: '7be73edeb69dab23cf8f00a7c182a6ee04d359a0', class: `circular_filled_icon icon ${this.size} ${this.color}`, innerHTML: this.leadingIconSvg })))));
16
+ return (h(Fragment, null, this.featuredIconStyle === 'glassmorphism' && (h("div", { key: '278ee21cacbd0e8645e956549f627856ab5ebf5e', class: `metric_featured_icon_wrapper ${this.size}` }, h("div", { key: '4f3b4048b4af01dd681c9f1f83aed4bce3df84d2', class: `icon_glass ${this.size}` }, h("div", { key: 'ec960ea924b6363b447449c9293abf71e00b164a', class: `icon ${this.size} ${this.color}`, innerHTML: this.leadingIconSvg })), h("div", { key: '3537132390fafe2fe7721b8cf4c594ee2c45d296', class: `icon_background ${this.color} ${this.size}` }))), this.featuredIconStyle === 'circular_filled' && (h("div", { key: '74cf1de029a736a7c47e8f2c3610afc5a16e34d6', class: `circular_filled_outer ${this.color} ${this.size}` }, h("div", { key: '36201a9ebb2f1311ed3e0662ef2a91c2760a2e82', 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: '29c47aa182be58016d07e2d5bd8beb8f883493a4', class: buttonClass, size: "sm", color: "gray", onClick: () => this.closeButtonClicked.emit() });
11
- return (h("div", { key: '38431a452f62ea0ceb1559c35377597a3a71feec', class: "container" }, this.closeButtonPosition === 'left' && button, h("p", { key: '370c3dc66ffdce29ca4fa9c936c827c2e67fde6b', class: `${titleClass} display-xs-semi-bold` }, this.text), this.closeButtonPosition === 'right' && button));
10
+ const button = h("gb-button-close", { key: 'e5cdad0d69f80b9b399cd304a7c5a4aa95583d6d', class: buttonClass, size: "sm", color: "gray", onClick: () => this.closeButtonClicked.emit() });
11
+ return (h("div", { key: 'cd9143f5d8e9d5c3d109e5a186620e38c3edd075', class: "container" }, this.closeButtonPosition === 'left' && button, h("p", { key: '1377e397388e7f057cbcfa715aeecf73b439fef0', 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: 'b4adaad10493abcb2834a6a70b8e6d33630811ab', class: `top_bar_div ${this.category} ${this.showBorder ? 'border' : ''}` }, this.category === 'colored_background' && (h("div", { key: '6b92664bd90c4e42a8f80ab14a0f26b511bf05f5', class: "pattern" }, h("img", { key: '65bad0c8ee07830fe6b1ed17bfc0ddc0da68798e', src: patternSrc, alt: "" }))), h("div", { key: '7d405bf71b6d11126dd67339525f585eb215e846', class: "top_bar_content" }, h("div", { key: '824dd8c3a0b126dc68e968c1650a41c9744d89df', 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: '0c15d64d5ba4629ada8734d70454d8ccd5950424', 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: '07c2453620963ffe4a6875856c7add59911146f8', class: "more" }, h("gb-nav-bar-item", { key: '20b9ce04d3e42e589fce9ac70794a48701bf2ecf', 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: '85edb5d42ffea3b28a06054f48cdabce9cbb1530', 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: '5a5221912566c6fadc8a8affff0f14df0150d2e8', class: `top_bar_div ${this.category} ${this.showBorder ? 'border' : ''}` }, this.category === 'colored_background' && (h("div", { key: 'a39cac2b4ce319523ff215890956bf7df6975c4a', class: "pattern" }, h("img", { key: '3085803b59081c6d1bbddf8dfe74651df0ecd920', src: patternSrc, alt: "" }))), h("div", { key: 'd8f8df81bdfa913aa8fccb0fa3a7c885c5633823', class: "top_bar_content" }, h("div", { key: '283b0a9a9e8a1979b4d7a39341fd27532bcb7766', 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: 'a90570dbe66bd2939cb02c42323969121adfd1e8', 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: 'fdce7103a4c51bc7628dedd67b642f0ff97666cb', class: "more" }, h("gb-nav-bar-item", { key: '577431dd96ee1531e0910e080335284145f21c4b', 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: 'b88fe123766881673aa54a40e937a1f479a6ec4d', 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: '0cd35a07fef4c432f6096d17d446285d59335cc0', class: `top_bar_item_div ${this.category} ${this.state}`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, h("div", { key: '75d70072b9f1685fbf6fc5f8bb11503e57fec969', class: `top_bar_content` }, this.icon && h("div", { key: '69bffb336872a6268a650052caf2b0bf5af6c423', class: `icon ${this.category} ${this.state}`, innerHTML: this.leadingIconSvg }), !this.iconOnly && (h("div", { key: '933b093e166c066e68a9caa4473bc908d677c7b5', class: "label" }, h("p", { key: 'd0d833e6a75223a29b75cdd444e1fdfea6f07e6f', 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: '370abec9333977aaf58de7a8e74fc7d5ffb4cabc', class: `bar ${this.category}` }), this.state === 'active' && this.category === 'plain_background' && h("div", { key: '31f750da530741530fa09d7fc7b2ef663ec36368', class: `bar ${this.category}` })), this.iconOnly && this.showTooltip && (h("gb-tooltip", { key: '5a8fb72dbdae904f367dc1000e1c093eb4cba84e', "show-arrow": true, arrow: "bottom_center", class: "tooltip" }, h("p", { key: '09c9e6d66420bf0a4474f06647d1c105db064c50', slot: "label" }, this.label)))));
37
+ return (h("div", { key: '7617744b57d3e948480a1c50efd14cb44d18e404', class: `top_bar_item_div ${this.category} ${this.state}`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, h("div", { key: 'b003f88a660684b6a9c2b7a929d48b23c6013ef3', class: `top_bar_content` }, this.icon && h("div", { key: '2e6e3a2ff814871de27ad5f1fb841cc8e7261cb9', class: `icon ${this.category} ${this.state}`, innerHTML: this.leadingIconSvg }), !this.iconOnly && (h("div", { key: '494ecc52c239fa66a99043a2d76437733c0a5503', class: "label" }, h("p", { key: '59c931ca539a5f34698af4609cf36fcf83499144', 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: '71ca5bad2468c5325f364c8794303f6a6ed7db65', class: `bar ${this.category}` }), this.state === 'active' && this.category === 'plain_background' && h("div", { key: '3f98ef9d5b7d9b6264140d19e494c3d5c77fbc1a', class: `bar ${this.category}` })), this.iconOnly && this.showTooltip && (h("gb-tooltip", { key: 'b4511638e73ffd63f1107dbd166a1fdd616f7f37', "show-arrow": true, arrow: "bottom_center", class: "tooltip" }, h("p", { key: '2e6781df4aa54be6438e1bcfe4d3e20d000bbbaa', 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: 'b5d8e6c7ed7998c2136109dabef39084767e3c1b', class: "nav_bar_wrapper" }, h("gb-vertical-tabs", { key: 'ed26d7f66bb02c1a62e45f661420cd78f0c16eee', class: "vertical_tabs", size: "sm", tabs: this.tabs, type: "button_primary", "active-index": this.activeIndex, onTabItemClicked: this.onTabItemClicked.bind(this) }), h("div", { key: 'dd36723ecb570285858e8a69b7d96c1c5ecb9fde', class: "wrapper" }, h("div", { key: '34946bb0ef7bcfc6752d17f27295526aadafc5b5', class: "wrapper_pattern" }, h("img", { key: 'e9d16429db18b924d902be55f3c99b85ff8ee6eb', src: patternSrc, alt: "" })), h("div", { key: '7d47a7bc84a86e14dd124e25629e8cc714e8d3c6', class: `application_icon`, innerHTML: this.leadingIconSvg }), h("slot", { key: 'a11e70e240a6368471dd0e8d8ca2c1632271cd7d', name: "application_name" }))));
63
+ return (h("div", { key: 'ca355ddb4640e19e662603805fda612bf62223c1', class: "nav_bar_wrapper" }, h("gb-vertical-tabs", { key: 'cc8353b8e67511a52286673c803c4aaf59a3b4df', class: "vertical_tabs", size: "sm", tabs: this.tabs, type: "button_primary", "active-index": this.activeIndex, onTabItemClicked: this.onTabItemClicked.bind(this) }), h("div", { key: 'f2b94e5ed9e9ffbd2b0a6c33c128d0efd4feddb6', class: "wrapper" }, h("div", { key: '029ec155c7b7e68494f7e239e051d2610437876e', class: "wrapper_pattern" }, h("img", { key: 'a999f94845bbcb3df8d6088fb58f22edf9534dd1', src: patternSrc, alt: "" })), h("div", { key: '234df70b69db045fe2d857f531aec06c2d56aea7', class: `application_icon`, innerHTML: this.leadingIconSvg }), h("slot", { key: 'bf997aed910755110d17b64ef38d4051fa9e99d9', 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: 'f7f599c8bb69a16b278cc3fd303118e4b535b51c', class: "notification_container" }, h("div", { key: '7822ace42895c1c8f0eab8df09c665c6fd07febb', class: "notification_title" }, this.icon && (h("div", { key: 'f765c6f261fbd3328b8da47cfe0a18015488155c', class: "icon" }, h("img", { key: '05e14db00792a05110f4282c58eb6dc026a17174', src: iconSrc, alt: "Icon" }))), h("label", { key: '29039d39c929dc5bd1743818e8235834da991a95' }, this.label), h("span", { key: '751ecf3c3378fa420aec5ba11039fc8ac3b79659', class: "time" }, this.time)), h("div", { key: '00b71a7391863ee5c2ecf79cb7cd6e57099dba9c', class: "supporting_text" }, h("p", { key: '9dded39baaf0c6ccf1ee5037d04060ddbab3a643', class: "text-sm-regular" }, this.supportingText))));
10
+ return (h("div", { key: '67be5e8689adb58d8ca068ed4cbbf4d64b0c5005', class: "notification_container" }, h("div", { key: '5fe8bfe9e3fbc88908fbcae6a87c1f79afc44ee2', class: "notification_title" }, this.icon && (h("div", { key: 'd7e3940cce88bcf4871aaac0b3eb507ba4605c76', class: "icon" }, h("img", { key: 'e9b4cdc1d6d1891627b50231b0552f61a0b9890b', src: iconSrc, alt: "Icon" }))), h("label", { key: '62c5fbb6ef6b6623d613c6adb8324b2bb5a81291' }, this.label), h("span", { key: 'b903e27026f99bc896f79f6650c563faeae52929', class: "time" }, this.time)), h("div", { key: 'c6eaa400753327d21a89f66ca9620f300f240707', class: "supporting_text" }, h("p", { key: '1aceba8f884b261601069b7f37949581cc00d076', 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: '7e62aaa03b09043a53181818399a02c98aea0e57', class: "notification_pane_div" }, this.state === 'empty' && [
54
- h("div", { key: 'd40d8299a10e7f7814763fea2743e4090c1e5070', class: `container` }, h("div", { key: '79c0919e71cdf50103a2c971d3a229cde8ea3c40', class: "frame" }, h("img", { key: 'cf2e3064c64e4b3c8ef46fdd7884d26c6807e449', src: patternSrc, alt: "", class: "empty_state_pattern" }), h("div", { key: '8021d4115034cd5d04584c17505df153c30d636d', class: "empty_state" }, h("div", { key: 'bba15de729026e890d20b84d36b14d6d7a2eae10', class: "content" }, h("img", { key: 'c6c553e020fbcd617c620e178dd8cf6b48ff04d9', src: illustrationSrc, alt: "bell-icon", class: "bell_icon" }), h("div", { key: '9e4ad1c1764f472aba7f946ab403f50b64e9de27', class: "text" }, h("slot", { key: '74f7469ead99d4eb06d3498585317a99c7a78e4a', name: "label" }), h("slot", { key: '36f6443a3d340815d2d0aa63f75615412f922dc0', name: "supporting_text" })))))),
55
- h("div", { key: '0c693dd9e8515ebe6790cc2cd6a8cff51186ba30', class: `button` }, h("gb-button", { key: 'a92cc759e635b9a8f5ad9908d8f2e93c14ec8cd9', size: "sm", hierarchy: "tertiary_color", icon: "default", state: "disabled", "icon-leading": true, "icon-leading-swap": "assets/blush_brush.svg" }, h("p", { key: 'a41a9505d640298f37c8f9b2d8e94a793778c1ff' }, "Mark all as read"))),
53
+ return (h("div", { key: '1ea68725d3ea4521df1f85498db3870f61d849e3', class: "notification_pane_div" }, this.state === 'empty' && [
54
+ h("div", { key: 'c9d02cce607ca61adc606b49003ef01a04eb5921', class: `container` }, h("div", { key: '6ad907b58711898da0a9c7f8b7c76acb09b66b17', class: "frame" }, h("img", { key: 'b404cc3e063fcc659a838746e5a4a2414e9a16fa', src: patternSrc, alt: "", class: "empty_state_pattern" }), h("div", { key: '0bc5f2b0e72a1aaa12a0ffa7c9c57e570f5d71e4', class: "empty_state" }, h("div", { key: '7c8c63ba5acf42977697729b9393a823d134e28f', class: "content" }, h("img", { key: 'db18d950290334b27ee410cc7a761aa08f344a24', src: illustrationSrc, alt: "bell-icon", class: "bell_icon" }), h("div", { key: '02d6dad1605a8a1c42e8618a6224b8119a98576f', class: "text" }, h("slot", { key: '147cf3319d4cbceb6ca659d76db643cda031e3e8', name: "label" }), h("slot", { key: 'e222313afbc735c630de20d7f0d5af0ab9c3beb3', name: "supporting_text" })))))),
55
+ h("div", { key: '29074ae2b644d174108ff9475a82ebc3da08a732', class: `button` }, h("gb-button", { key: 'e3b456fb85330fd2493fc2922ce9fdbec47841d3', size: "sm", hierarchy: "tertiary_color", icon: "default", state: "disabled", "icon-leading": true, "icon-leading-swap": "assets/blush_brush.svg" }, h("p", { key: 'e07823642536150fdd5a53d41594d2212a7eb968' }, "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: '9ab9ed09d5d5b924d536a54a158e0e9813aa5659', class: `pagination_div ${this.type} ${this.breakpoint}` }, this.type === 'page_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: '36f39ce52174f37c7c8ec8692f4463f7bad9167c', 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: 'a0580d1a9ffabf5ed70fcd9e112ddead2ddf79f4' }, "Previous")), h("div", { key: '5a2c0c59ea079be04855acee777ad10b45dd1b91', 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: '74b1382ec59d1950e951737ad3eb0299214a0643', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, h("p", { key: '5068e602b660a7606f322997c143328d0983d00c', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: 'a2f16843e68f241f694c43ce1edfaff49270e3a4', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, h("p", { key: '4a8280967624f9ed4e0fc1177322c50e61004f3f', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: 'a3541ece2705081ac4603abbca300e187a7534b8', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, h("p", { key: '5669d6e817e245549c7eb2478f9c855abf6c17d7', 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: '0e40459fa2108bccbb58be818238cffb5d88ea24', shape: this.shape }, h("p", { key: '6f02d9564527abef24c19863d0ebc5875469027a', 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: 'adc029be436876e1d10d5676c24918aa10b6c849', shape: this.shape, state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 2) }, h("p", { key: 'aa4367413638bad56d9465504752eab7a46fe1a3', slot: "page_number" }, this.internalTotalPages - 2)), h("gb-pagination-number-base", { key: 'dd2494c5798d5850dabcd737c0ba8bda17c84c30', shape: this.shape, state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 1) }, h("p", { key: 'b84af4c3b034b339d7b0d37653f578f87f80fb98', slot: "page_number" }, this.internalTotalPages - 1)), h("gb-pagination-number-base", { key: '7fd9e35de9c00c0fa6131889555d8700b4bd88f3', shape: this.shape, state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages) }, h("p", { key: 'eab8dc9eaac5f99ace451f0c3baaa38f50e1f4b8', slot: "page_number" }, this.internalTotalPages))))), h("gb-button", { key: '66685eb1911c84dca30c7cdefaf6d6a2311421c1', 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: 'ed14f25b4aa0ca59ddd39b85839f06704569e6f8' }, "Next")))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: 'd0c12a946514aa1a94c0b7aad2cc164f1712f4fe', 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: 'fbcc3ecc024452ad6f9cb798092fca1dfb0762c7' }, "Previous")), h("div", { key: 'c1a8c859ed57125a406ec84f226235f1eca796c6', 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: '7410a6832e50bd7a1cd71782dffd1d78e98836c6', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, h("p", { key: '952fc2671e18334193e7ea3c9b2098d0ea361655', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: 'a0c139bff00b2e2edaa49c02ec1739c0873aa0f6', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, h("p", { key: 'c452df544751eef22f00fd0761b5d7575a6bd58d', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: 'ea42738667017711697d75d4e90bc360a4df5a4e', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, h("p", { key: 'f699726b30da23025d8a863bcb773d9dd334f0f8', 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: 'c8fc9c70b103a97008ddd9c3e4dccdc8cb8d939e', shape: this.shape }, h("p", { key: '19738fbcbd4041a9e439a9d29b3e9c06a25c178c', 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: 'eee69d69e2b66e7ffad55ed762ec82eec465d4c5', shape: this.shape, state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 2) }, h("p", { key: '675fd7c051505b556defefaee575e1a374bbf9b5', slot: "page_number" }, this.internalTotalPages - 2)), h("gb-pagination-number-base", { key: 'b5aeac3e4935dbac8b88f036a07d13c130be5acf', shape: this.shape, state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 1) }, h("p", { key: 'f0866d63a856c426ac5525946106876b72f67e0d', slot: "page_number" }, this.internalTotalPages - 1)), h("gb-pagination-number-base", { key: '55f463bfb85476951ff822bd77dbb02499b7d3d2', shape: this.shape, state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages) }, h("p", { key: 'f07b8a6f944083164c9e014765e604b29c0400ce', slot: "page_number" }, this.internalTotalPages))))), h("gb-button", { key: '1ef13e09573443b63c659bdbf4befca5197f928d', 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: '1d14ccd48409dfd92640a01ee0386597e9c92f56' }, "Next")))), this.type === 'card_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'a5dee3cad6952cf981d3dc2c8a5c4c7dc876593f', class: "pagination_entries" }, h("div", { key: '8d2181b5ef76d3ff1a51fe8b96e4ae03bcdc1bd7', class: "entries_text" }, h("p", { key: 'db228f8671bf5e29ea680ced8a293f60977d14c1', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: 'a379e0795c336e3b631969a9c977b664130619da', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '93bf1882f43001af80ec1cf79a21aac98ef236de', 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: 'd4a128981ac89a5e9860fe2df4f07d444de8ab98', 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: 'c9c2dd2f13761d37089d3d26b53c9644e6576fd1', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, h("p", { key: 'fdf5dbcddb63a5cf76aaab14300a34a98eed4ac1', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: '64b29b3f69e09b3e01516c0ba36a0d7767a639d3', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, h("p", { key: 'e6b90174650fd7a65a9610ebde5f882d0f101720', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '810c9e38fba4aa4e186c171ee52421d3bd9f2a58', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, h("p", { key: '11228848e5c7184a375650418191015efcad8350', 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: 'bee262d825995832ee8acf3586ded0d9587ede6b', shape: this.shape, state: "default" }, h("p", { key: '8909dff51a8d1a36207f1b25420ba471c115b950', 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: '88d209797ece151a05274d70fa23477296b29b3b', shape: this.shape, state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 2) }, h("p", { key: '6d782f6b3fc8273e8ac076bc44c88db5efa85791', slot: "page_number" }, this.internalTotalPages - 2)), h("gb-pagination-number-base", { key: 'b233f6f1c404bc9b961735bc03c936365612b7eb', shape: this.shape, state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 1) }, h("p", { key: '55aa593f60f95ad4cc00561a2fa4f1959f8a5822', slot: "page_number" }, this.internalTotalPages - 1)), h("gb-pagination-number-base", { key: 'd808f3497c37c7ab0486af6196e9b98f6302a50c', shape: this.shape, state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages) }, h("p", { key: '9dfa118947928a95d5e32de3c9eeb42c7bf36da7', slot: "page_number" }, this.internalTotalPages))))), h("div", { key: '2edc3fd9eac0a0d19568fbe77101ec7e7d3d6e64', class: "pagination_btns" }, h("gb-button", { key: 'a43c5e59ead340e576a4d411b801e176037bca45', 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: '373889e6ff608a62fbb2bc820d4a2b24a0b1cf37', 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: 'c1dbd91f9726482f96e1cde47452c636dc2a9fdb', class: "pagination_entries" }, h("div", { key: 'e2e10091bc52165a1637d19daf717663dc63f884', class: "entries_text" }, h("p", { key: 'ad71661200772a916f69bf5d584c02bca697275c', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: 'b63f31be300180be9a4b8e89f0b4a889c0fcc4bd', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '136f16e810d2befebf4e0dc1abae606232c010f6', 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: '577d03e64d967e2a2422a322e5e59b6087c39542', class: "page_number_text" }, h("p", { key: 'd9cc7a42092d5441d82a398640eec6fca331a7de', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("div", { key: '3ff5f6843056ba111998bfcd614260edcd1229e4', class: "pagination_btns" }, h("gb-button", { key: '2d2c573838b31a1f0ad1485bc87c0428513fb486', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'cc433c3559da4c7ac142757a62b81d0f644bcd22' }, "Previous")), h("gb-button", { key: 'c5a7ef35fe32399709c2703bfbd58205cef20af5', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'f20a3fdb688da319487fdbe7b0ad29474fb8f3ec' }, "Next"))))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '8c4b040710c44ed17a39f886d3cca61664f2c5cd', class: "pagination_btns" }, h("gb-button", { key: '2bb27aea8d811516c87ce338dfc6966f8c83778f', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '47bdd08e8875a7c9be1882eac023de5d3c4cf2cd' }, "Previous")), h("gb-button", { key: '929a43e70c19901cbf30723ae2ed67f51601572f', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: '1998683952f23464e13d24cee7457ff66eb156de' }, "Next"))), h("div", { key: 'a353318cdc029ec37349894c32afff5eb4bd3c83', class: "page_number_text" }, h("p", { key: 'b398ccf83cb631ee69b3b0eae860dbc493eb2754', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("div", { key: 'b5d9d6fdb3f15961d79abb6b31700a20ce79a084', class: "pagination_entries" }, h("div", { key: 'f3b35ba3de9d523e5bfcac71a1e559a1e8ff7748', class: "entries_text" }, h("p", { key: '71f3dcdf6ddf687ddfb6cdffd07a377bd113827f', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: 'd313c5654a0997c462010ec641735cf199404ac8', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '5e4f445ee61c2faf1beb0742d0321907e8fc3513', 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: 'cd15e0ad99c48d4e732c49644742592fecf97a62', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '3aa5201d7a40e0680ef3e9face756471f56f519f' }, "Previous")), h("div", { key: 'f1e84502b5919eb87bcfd95f9792109e9e647bed', class: "page_number_text" }, h("p", { key: '43f4a5b0e14e7875eefc12598a1eb75683e81bba', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '5747a6d83de2ecc703239bdbd6a6576af07c6bfe', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'ab27d96d2535b1048cb3a9187981f0fc1211b1fa' }, "Next")))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'fa14b08d19dc47a09b4bfde0b0ce888cebfaefc7', class: "pagination_entries" }, h("div", { key: 'c6154325d9947092ef85945f94e0f6aff982639c', class: "entries_text" }, h("p", { key: '92c36712ed025eb577978bca332bce03b6d64652', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: 'a0ae50ee541eb45b2d930183681f85b92dc8e375', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '35852ca3d731076d316ee181b9b415b076778ce1', 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: '549469998604d5927380bdd30b0f4eb28060edd4', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '33d04449c67f7793229f9b73d5c345fbd4abc412', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'f99e08ad294b40048c849a879174f22bc480dd6e' }, "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: 'c044e3cd79d64505771a4b0fac242eef030e0cd1', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: 'b4a926345cf6b0ee010077b7b5d419d0acf79b16' }, "1")), h("gb-pagination-button-group-base", { key: '5e5d18cc34cbbbc9aa5f5a4e1ade78d099feb29a', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '7c8e1e8f68bc416f400ceace04e17ffbedd419b9' }, "2")), h("gb-pagination-button-group-base", { key: '877adb49410045e1835212923ecd1cf362fbb76c', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '2e549474eafd485e5f8eaa1fa166232223350674' }, "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: 'faf2692e2447980d0f00e6a8ad5c1f3ac414be35', icon: "false" }, h("p", { key: '24d6c40dabc7b2a82a4f650573104ea63e59734b' }, "...")), 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: '174ab5318e85589b940bb416102b9d0e2fb223e2', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: '944627f9d23ccce50f77addb9dbab7823075df2b' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: '0faf7423a8bd39e24268adacb770db0e549d9a4c', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: '4c0e4338c1bef27d4020555c57195f9d801f0a8b' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: '4273fca61adce5b7d8d7b5d1518c62fe5bff46fa', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: 'f9e8c633755f85111f904e1ee2ebf5f86c13c2c3' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: '56923a59f56428ef96787311c6cb24b96a0ccb75', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: '2a186c5fbaaa1005a7d7f5eb57d7b15e573332d0' }, "Next"))))), this.type === 'card_button_group_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '7ebd840271d3ac512cd29a829f2113a09b4275c7', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'bc0a232ae5769d5260a057a8c47dd8a412db9f8b', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'e7a2f050a25e5d82f9c4de0e3065cdb83c045266' }, "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: '84d83bc500cacd3a3c766e856663accb177292d0', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '2cde1b857a10ca2e9cb8c4180c51741d4a3070e0' }, "1")), h("gb-pagination-button-group-base", { key: '757b0910e1f2a71eb74d0545db216a9347298c90', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '6769fb63e4a7acfd0880df3833c7c104e59c1bf7' }, "2")), h("gb-pagination-button-group-base", { key: 'e67301f304e425e1eb4d2103a886e4a2716f06fb', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: 'b7158ce299bcd0969e7a6ca475b47c77a1251441' }, "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: 'af8a9a9ff45a1853981101225f7a806293833b2f', icon: "false" }, h("p", { key: 'ef099a83c218eac5c193a2f21980bd215c02202a' }, "...")), 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: '13235679533ed6b227ddee554a3babda8de8caf6', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: '5695908ef0ba768a9c41f6a9ba414f0414c6ade0' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: 'a8715d415950398b9e15eac771833282fd58aa56', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: '0788d2bec3961724379494864886a5ccbfe79c61' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: '1c038b2b0baa929ba97af22b8e6323ce96e9c4e9', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: '79004ef514b7df122de15df0020fc416bcec33c6' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: 'c96b64bfe4f55fd58a8eca3b5e71fc66753c41ca', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: '5166388741a5de39cc82672a2ee7bedf3850c614' }, "Next"))), h("div", { key: '99f65baf6c3e67f60c3c8d2c4427477bf4f06327', class: "pagination_entries" }, h("div", { key: 'a4a81f129cff15673fdd357a8d2cb89429344e82', class: "entries_text" }, h("p", { key: '863916e135e61e7c3aad368595fd4d7ad7af97e7', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '1168ea1442d2f59aa6a7d9cb85aafbec8531bb53', class: `entries_dropdown` }, h("gb-input-dropdown", { key: 'd2108885e443fbccbd972e1b4e1129028c6fc460', 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: 'f5fd9e653eae7899124bae688efa7692b56bc7bb', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '21c5207feec664a8c5ec0288b002a87ed81dd140', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '7589522b25ff584d02ddb00b15ba0087e84c8c9f' }, "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: 'ae7992f40c4b043b0a89d5bfd80dd040f9184b39', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '6ed4f648263c800585205a6b39ccf7d255dc19d7' }, "1")), h("gb-pagination-button-group-base", { key: '794fb7140e55ebb3ab43a27efebdc257e1623d39', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '8481c0afb25ff38e2115a99f472180d1e24fd49a' }, "2")), h("gb-pagination-button-group-base", { key: '52302900443f008005662563d84a6404847e3f2b', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '951083b80768fa520857cb0e12e75ed5c3a6838f' }, "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: '5919b2703fed83d2c71a1a87b6adaecf2836a6cb', icon: "false" }, h("p", { key: '0478849856abd3bcdb0175a2dd85080dc5e54322' }, "...")), 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: 'c981b7d84949efb3e4894db1fcc3ef2e032c23dd', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: '01bb5f2798c6b18c66addd761e7ff0399c6daba6' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: 'b0506ffd8f716db06f9a3b5859354f68bc03135a', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: 'f602e0c9ea846b312fdea6a8c79384da6ad6f9d2' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: 'fbf8ce0e3835d625eeaaec66f1a9c7efae6553a4', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: 'cf7df6b7e0b3e0e3066ff06b0d4a8ec0b8b7e4e6' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: '6ec8b415783127d2c308d7171dbbbd737465ce28', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'c6cd1c9344d48d75d2dade44ff8e1fc6a64f023e' }, "Next"))))), this.type === 'page_default' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: 'dbe16c40e63e52ce78af96b65585243d682bf090', 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: '88aabdbc7df3fe4c3c06c5e1d185defaf72dd023', class: "page_number_text" }, h("p", { key: 'f628f5a1cfabd86ca8b4d9fdfffc988d17823d11', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '824a1396c1a875aabe9dfefcc1b2b0d2db69188c', 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: 'a6f18c2d3d2fcd2e5acd39c4017680a2f65e816f', 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: 'b0694cf617c286be7f8548baa59d7a41ac77e314', class: "page_number_text" }, h("p", { key: 'df6aeff33d6e7ece0fc6022e2db0460c37cdb43b', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '7ef260f1e2277435d1ce09c9ea38ed8f0deec86c', 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: 'da157cea3638250aeb18af07881e9c55587d83fa', 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: '11dc0b1367a70798b5c9d4fdb7bc83340c613735', class: "page_number_text" }, h("p", { key: 'f01507b38641121723746852e63124cb23259c05', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '8faeaea9dd3be6d2a224f82e95bdc580f24f5fda', 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: '4de677174c033490c3898b369fb0bb9106d5100f', 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: 'c31199daae6889f34756a89a733cf682773678fa', class: "page_number_text" }, h("p", { key: 'e3682485b79163f4114015b8b09262369b39f56a', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: 'd3fa2dc8fee6bc4e4c1fe8b53ab92a45e4ac6e60', 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: 'eac1260c9f82be7aff8f3d50f2f52d007235e071', 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: '2fb9bd659b0f3cfe5f5f632d7445194e68d1e7bc', class: "page_number_text" }, h("p", { key: '847fb21c58366bc9cced743fbbd64723ae85251a', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '502aa9cc2818ac7d60d02dd9cb9578cb05cbc92f', 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: '8fb837e93afd6e17929d316d6633c03c2e54d087', 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: '30c43f5a1ab62fa0a7f4a82e43343c807a0532a5', class: "page_number_text" }, h("p", { key: 'a2638bef1a8501ef1c253cbdbc676a650841fe5f', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '38f3991af1d8b81a2e2c761cb6ccef8e6cb19589', 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: '54e7f4698929cb22af681e76892eb2afe3d785d9', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '49a02cdfcccb41783970684e30bf7d8dc2b51629', 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: '9163b5004fb79e589a7f88ce0cb5ff915791d07f', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: 'ab5f8779922681b8235d234bbd2e5108ab2cd936' }, "1")), h("gb-pagination-button-group-base", { key: '5b378f8348f04d0b5ba5556c618e20bbe3779ce8', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '472ca132b0c8d5e891cacd411137b912f4b693d7' }, "2")), h("gb-pagination-button-group-base", { key: '4355d7ee2e9a7f3c2757483ec70a66fe5991870a', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '78f07b3d41a6e4aab59eddb1d363d4d2e9cfe2ce' }, "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: '58a0b5ae732b0b8724b33e9b7c0db25bfeca8cf1', icon: "false" }, h("p", { key: 'c4b7d8c3f8ec75274b87393dc30046fba3311e49' }, "...")), 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: 'bd3e545eccbe2188c0c8814ca6c7ef160530a6da', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: '79f4b6eae981cf446d5ef4cfdd1ac7d328bfb0f6' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: 'a2d6fc89d0142688618f01bf05e24986f9713381', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: '79fa61f48a537e1aec0a702545939125d4728795' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: 'b587eeb07ba5e51ebc7eb52b4118298f3c0481c1', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: 'bc78a38a640fbc4b70f7f6b8f57812fd3aa9f46d' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: '740c7c858af9ff62babd6a6e962751749cdffed0', 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: '316f0d0459c77e8c26baacc0a4db6c57a949da2f', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '43ae5c3a73e7586211dd7bb06f4d4e5ba067269b', 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: 'd8efab890fc4eee8f7db67f505c0a604c65eb81c', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '623531f07be60462239906828b910cf66d1d4c51' }, "1")), h("gb-pagination-button-group-base", { key: '60f0818ec4d95832ebe280e06cdf3e80042dea67', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '38da05ca0ff6e75f030da2f8224e8bb678d53094' }, "2")), h("gb-pagination-button-group-base", { key: 'd6f123eefb1fbcd094b5be34429af699746275d8', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '47cb6119acf96c66428b6c1dc19aa4413e1f8b97' }, "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: 'f597601516ad6efac28391b1b721a87900a31385', icon: "false" }, h("p", { key: 'facecf5a2ed5ab189a76da091f94e53896755c3f' }, "...")), 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: '579be9f0625c4458f912ad70716a9721292ec8bc', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: 'd69f19de15c4e3cf5e584b8a861a23946ba6bb25' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: 'fd2c6fae7f84066849553ec3850f171d96d806cb', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: '93cb92f63d39e88811418625a24ac6935723db09' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: 'cc905ba7081ce6b822267dcaf32bc36079963d6e', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: 'c2bf113aee2a18ac43bd4488e75f02e93e536f60' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: '5256c95632353578261b0766a5bd9f0ec5337ed7', 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: 'c918fb08bdef3c6465f167adc6fcbb6556b2fdf8', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'db49d4e47ff65128a579364ba3c1fdf628f5d8db', 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: 'eaa8a451063fec1fb5b1624a272073d7a017aa65', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '58bd7d8756feef78a3c78e7a546f8f7e945fbe7e' }, "1")), h("gb-pagination-button-group-base", { key: 'ea4415825897ffc6d07ea0e93725f90424520d17', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '7e013fcce48fe8f331715dbe91de1164f4425d8f' }, "2")), h("gb-pagination-button-group-base", { key: '76be2029d8276ec2b0a84a16a0ca08e4c8409ab7', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: 'c208d091bf73cd94733a1b38af79b73a68c206c4' }, "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: 'fd20d8eb18553260d2c2d7d1e3ee8dc620cb5564', icon: "false" }, h("p", { key: '1fc25019068a1720831ae020f84fe0f448a934b4' }, "...")), 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: '201ea2b8701fd99818bea5f9b8533ecf50f2d3a9', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: 'cb98661a718446bd36c82b267aff908178268029' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: '89b5bec3cef5c805c2f604aab9076ddb81358df3', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: 'fd2a168e28f7d77ba48fe3364869b557705dbb23' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: '8bf9332c1e742e810eba3241db04226760b79fc8', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: 'f4ba03a5f271e3b954af6ddeba2f1bba2e7eca69' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: 'fa08ed72034fa0dbf9dc8b47f48dba6e3f93ab9a', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))));
80
+ return (h("div", { key: 'eedc4ffd788131817041d41002433a50ea433a4e', class: `pagination_div ${this.type} ${this.breakpoint}` }, this.type === 'page_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: '0f44752a4f73af559819f4ab5fae998da4f6efc2', 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: '835c6a2d8e60e7488e9d1a6838a9e35a751c1389' }, "Previous")), h("div", { key: '948f018f05e66b5908bbaecb787d567b0eb153ba', 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: '501892dec5a5ab49fb5730713bfdd454f406a2fd', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, h("p", { key: '90851ee286f8ee533554018eddac5a9a844b6ef5', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: '7f16d0fd7aa96c3f02360397b6cb9b0429375e25', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, h("p", { key: '4dc6ab0f57079b72967422806ac796537dda91af', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '766a4e8255993bc0405d9feb2bc65506d01b48fe', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, h("p", { key: '4193e04f17d0b4ed84b700bdffcdb0c47ac4d13f', 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: '8598bc6caded4f828206db13b2dbc6b045fd7059', shape: this.shape }, h("p", { key: '81a3d4d7bc2418617d20aff633e171c6dacb7379', 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: 'ee18ea4b4d5f23481f2bbc04e2707b46232e0a2d', shape: this.shape, state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 2) }, h("p", { key: 'bf9af6bb56f457b5708bbe13261987a4c7192d3c', slot: "page_number" }, this.internalTotalPages - 2)), h("gb-pagination-number-base", { key: 'b4370ffe172c7bb5393ad8863336bb8888cb8a74', shape: this.shape, state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 1) }, h("p", { key: '385d580150f7ec01a0ea83bfb12f1bdfbdf9ff5a', slot: "page_number" }, this.internalTotalPages - 1)), h("gb-pagination-number-base", { key: '729362f16dbcff146dedfc0315de43f82974cf31', shape: this.shape, state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages) }, h("p", { key: '2412e81ff6f5449673b11738408e5919c4e2f5d3', slot: "page_number" }, this.internalTotalPages))))), h("gb-button", { key: '21c3933c2f7f15120b4552b1f071cfb29d1aee11', 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: '8835150a7346c447c9d49c0ca477f196b362f773' }, "Next")))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: 'a7777508a2b52ed9712cf1a27194b850a69a1079', 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: 'b4a8a58c217e67c18fc03cba1a3a527eb2537d0a' }, "Previous")), h("div", { key: '1dac50fccd7494863ea30621443d98ea9b402ee8', 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: '47c20d67a5775eae21ab27d20dc3e25e8a08e75e', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, h("p", { key: '783fc298ac4969c55bee005fb8ae4de3841c21f2', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: 'd21dce56aa1b206ab29c2ea881ff746a25abd7dc', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, h("p", { key: '8d384d960031ec5c56f9cb422871de4bbacfc85b', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '72cb74bafc0011d71ab327ff76887e7026f221aa', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, h("p", { key: '4a6f2fa8dd86ab571bcdb7c46f7725a2327c1461', 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: '1b1ed34bbd6f9b5ff2f8396452149ac0fc21b76c', shape: this.shape }, h("p", { key: 'd908301c3dc6774af5bb16a7dbbcad62259b44af', 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: '275df5854ceb54bf452b9c2303335c54f27f904b', shape: this.shape, state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 2) }, h("p", { key: '02b277bcaabd19fd333c785e91cb774ca3914872', slot: "page_number" }, this.internalTotalPages - 2)), h("gb-pagination-number-base", { key: 'f86740de95c02b8bfb920d15d5d523df167e5f08', shape: this.shape, state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 1) }, h("p", { key: 'b70bd402a16fc6613ab70fa26ff05231999f3757', slot: "page_number" }, this.internalTotalPages - 1)), h("gb-pagination-number-base", { key: 'd8964e32b05f083f5de8f85dbfd21570b2be5dcc', shape: this.shape, state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages) }, h("p", { key: '913231e0d1044bbf70bb22a6cfa79f13d1f287ac', slot: "page_number" }, this.internalTotalPages))))), h("gb-button", { key: '4e3c9d9c6935be203f5110659ff748c4276fe527', 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: '3749ffc3b8ade8fb7648ab5c6f79f5c2881c9589' }, "Next")))), this.type === 'card_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'ca4a4618217b722a689e10ae10585a67a2e0bd18', class: "pagination_entries" }, h("div", { key: '9581f9d3f58388d010a66f31260ed05a72b938d7', class: "entries_text" }, h("p", { key: 'dc012ed85ec3fc5a6c0410098fc609e773231607', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: 'c2d866c35dedfac629bcee0032b8cf86cfe6c269', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '39e911400fc71b40e5d16a01c75ed5459800876a', 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: '31a371634f89553fbcaddce050a87f17f65fb599', 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: 'f3d346b86fd0920760baab491e274046cc4543be', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, h("p", { key: 'ec5e5202d50e06c780c706c681e24fa61b8b777a', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: '75f2701387eaddf5e48e311a6811bf16ba6f9973', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, h("p", { key: '6322cef128dee0546d9cf4dd8089f11ea3d21915', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: 'af51fbd8850749656393d9caea6e87c25c6f94b5', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, h("p", { key: '65deaf274d824e6c9971a9a97854734b00646d96', 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: '5ab99aab52ceca32f4a218ddbfe66a8b0d138d38', shape: this.shape, state: "default" }, h("p", { key: 'a30fc01fda7564682381dc7a3fe1a76273b07d18', 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: '4afa9a368df480ab513cfb437aa66bb3025e4e16', shape: this.shape, state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 2) }, h("p", { key: '010c8623f2b24c23308c120a21f3f721badb3f22', slot: "page_number" }, this.internalTotalPages - 2)), h("gb-pagination-number-base", { key: '850c220953495b4fca8316fa8310e5b6c864d2d6', shape: this.shape, state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 1) }, h("p", { key: '0963b04f362d01a849361eca572c46931f1d1313', slot: "page_number" }, this.internalTotalPages - 1)), h("gb-pagination-number-base", { key: '0dd48ac4b7ad8b8ebb57a2a81aa5febf4482b3ed', shape: this.shape, state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages) }, h("p", { key: 'd3f560d69c2c8498b8500e1670ff7fc320e5b745', slot: "page_number" }, this.internalTotalPages))))), h("div", { key: '3fb1dba4093eb5751fab72911f8509b1a6ae7406', class: "pagination_btns" }, h("gb-button", { key: '07a251206de9806309ec5778c5bc676cac8b1741', 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: 'f6df5727ec2aa96cee8edd2d85efdddaff09494d', 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: '59312fc53cfcbad6e840a480180e16812474908b', class: "pagination_entries" }, h("div", { key: 'f59d7ed0148517e55007144b60fa1ade04a67420', class: "entries_text" }, h("p", { key: '6e5bc271241ab24cd32ddaf3cfd422c2f06e40df', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: 'f511083becc1fdfc8b617ad2003e6001d18e145b', class: `entries_dropdown` }, h("gb-input-dropdown", { key: 'be23eb26ff21e3b3c266a612c429acbffad2661e', 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: '61592e184fb0557354e98975fddaca0d48c4b962', class: "page_number_text" }, h("p", { key: 'ce374ac399a74fb63ca247a562c4c626955c6b73', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("div", { key: '341f26c8621a32c31c07fdaa5437cc8635176c7a', class: "pagination_btns" }, h("gb-button", { key: '895550e0827b07d0237aefd4c4ea21607ae52f20', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'c59794a39a01d163ff2a04f9d7940f057f2c6607' }, "Previous")), h("gb-button", { key: '2b07fdf73efe4bf5eecbba9972ae64d0f9b56b92', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: '6a1e5258374ead4aa5836f1ce71bef539b757801' }, "Next"))))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'b99ab117ca5b9424a4e44c12002f1d891b721e62', class: "pagination_btns" }, h("gb-button", { key: 'cb1e5a4b1f18c59844049f8f27d9dd734f1b13ce', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '70c680e68c88e855d4085b92e6df7a55ad7b0d9f' }, "Previous")), h("gb-button", { key: '9d1c48290c3f5d12514f29d41be236c24493296b', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: '1a81a74d79c89c717656600c76823e882895d813' }, "Next"))), h("div", { key: '2bb45f58e39b2f6bb4120d56eb6c44785144b7d1', class: "page_number_text" }, h("p", { key: '2b401d6501dfa5cfcba045f5d23cc7985e6253ab', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("div", { key: '695b51f91731717bbfd37a9e6db646044733c772', class: "pagination_entries" }, h("div", { key: 'a02fd5b87a63ff7f9b6d50b51c868095e51d09ab', class: "entries_text" }, h("p", { key: 'eff6a70240ec7bc40bdd97f92032adfe4f10849a', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '060c35b1d59c5ec45e3c232ed277aac4f9b95af1', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '1d9d63a7ea4ff3785beb2349764cb9a570c71e9b', 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: 'b01c792cb64b63a8a26b3b2df858345ca8289e45', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'e795daf85510132ad6b7ff9032ad389b7eb29fa7' }, "Previous")), h("div", { key: '9a57989da1f9708d65d4573eaf2005f9e1dff2ea', class: "page_number_text" }, h("p", { key: 'ce5baf237f338e0a2db76591f62fcafd94a9787d', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '96215e60998f4355cea25247a8f63e8c0b2f4cdf', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'cbc5b9750962f63ce8feeec17cce8eb08fd51a6e' }, "Next")))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'ad0174636d4daafa918c8b092c81d9222e2df4fa', class: "pagination_entries" }, h("div", { key: '09a203e6c7764ca3f3b82b192f09cb2d8a2c61d5', class: "entries_text" }, h("p", { key: '7f7a7c107390eed0316a534fd6a654d7d57893a1', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '5d6d94562928cc879254e471ba5e8c896dc9df48', class: `entries_dropdown` }, h("gb-input-dropdown", { key: 'fc03070e77dbb5db37b4dd0675b533381dcbaa19', 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: 'e67b6c51bea64b0b0ead8d5aeee217ca1b5007d9', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'ebd2b1cf9590fa3fe658248b4c30b81a31edce6e', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '60431f359e75f33d0fd3ef221f8391395f3a8385' }, "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: '4fe89f0c8d2279c4576772e91a9cee655c9aef84', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '2a56368debe58a442a5f55f79d6c6b835a8c8ca7' }, "1")), h("gb-pagination-button-group-base", { key: 'f268d334e3ee6d4387302c977cac6810f8671cbe', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '0fbf489c88aa6bb8d827ac46c773b8c176213abd' }, "2")), h("gb-pagination-button-group-base", { key: 'b07190cb12c6dce4da464c63e55e522ffa46b33f', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '6647aab5340b781c8067fc96e1e453c65927cbc6' }, "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: 'efa00e19b7cefa46f4b5b723fe34621ef9038d59', icon: "false" }, h("p", { key: '486581bb880158c7a12df34c0ea4d55bb9a0290a' }, "...")), 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: 'ee22dd27352342be8d80a336035079d6825da439', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: '6217a7147b312313e57d83c8a00ca471fdb2c126' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: '311b974395863e8e48e1f67b4e5a6163f9228657', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: 'bf75ea9866653633709bf19c940bea73f16db3e0' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: 'f71dc233b63f91cf05336516d7dde8cfaeec2b3c', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: '276dc1ddcd6b91f8a4fbd978ef08fc27a5767656' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: 'ecf64d29c82b5e2289abecc19006be099e3e8bcc', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: '1bf1f7fcc9d64502f4dc03d727ed6454722658d5' }, "Next"))))), this.type === 'card_button_group_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '348b3207a775a4c08a074ad1201ff4291836bdf5', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '7caebe5c52833f7b9fda76f88225daffec378fc8', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'e90eaf79e9483f889917d2e02bd526da8eaf5953' }, "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: '1e6910d8c04990f47f9a87c69d4e103a08bd6a90', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '66d189084abc3ea7f33c2490adfb81c9b3da4e16' }, "1")), h("gb-pagination-button-group-base", { key: '7dae5b47469b8e66f6f338335124836ee5983826', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '0e89e678b1db4570b6a4238585c23bd093c7f4a9' }, "2")), h("gb-pagination-button-group-base", { key: '1696d127ec0a9a40d186c8e35cf65dfcec6a3005', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: 'eea52840163a140723cd412b9cd46541aaca6ad9' }, "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: '66366fcb9fb2a0909ec0cad6245528a124dea4fe', icon: "false" }, h("p", { key: '23cec49667b5f10aabf094cc14b9cd87ec218ab6' }, "...")), 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: 'b45fd0359e5748380306f914cdbb4f5010af4da7', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: 'c84ea54aea3ca316a5a4faa91709f04df35d259f' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: '12043c453ed512c34f36a722e4c15be105851f04', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: '73be71028e38567c94719c126f87e02418c77339' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: '30cf2c813537780baa6f4e9498f83854c18bb881', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: 'af750d737cf5db06500e6030cff3d63ce050a557' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: '82ddb094832585dd485c435379e8410991d65780', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'c64c1eb9c5a1c60497ac23326c8f80e5c794a7e0' }, "Next"))), h("div", { key: '841ea00c061f760ae95cbf7d4399ed71d4c2d0bb', class: "pagination_entries" }, h("div", { key: '53be17cf3dbec00bb2618ea60a339d0cea08d5f9', class: "entries_text" }, h("p", { key: '37a2ed76f85f493ce50d733a2b22d3efbe92fa1f', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '7c456034eab6b56045deb2092e65e10b4d0e19c7', class: `entries_dropdown` }, h("gb-input-dropdown", { key: 'decb5f38ed3045bcd8cc5b31d896ee6092459c45', 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: '1e45527885d3f49f97fcf909f3f61ea0330cbd18', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'f2099ba907826f22cff0348a44866ce13e0416ab', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '2bf5c6bd124145c6dd325d9d2c15b0074ca7ae53' }, "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: '2a92aaa6f8ffdb1279a92ca2e87caf152409a9b1', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '004c1b29e9a90051e82b8c3bf3c8bee5c55a43c2' }, "1")), h("gb-pagination-button-group-base", { key: 'a12b4b2a9fb6e9762e0ad99fa8148bbccd13805b', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: 'd58830815648eaea886bdfa6b14d049aa74af6ae' }, "2")), h("gb-pagination-button-group-base", { key: '561fc05ac3f89db485b933625bf88546b3e22fc6', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '3315bbf399a0be070d3503f1d6f1b23bd0849d46' }, "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: '93abb601db62f31f26dd2d8b985c06f86132a132', icon: "false" }, h("p", { key: 'a9c76f9cb9d8da495a5d2cc0ac4a37341a8abecf' }, "...")), 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: 'cf301571f482a85092c2a694fd2404c83369471f', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: '82ddb996df95c2ff4ac4ca16803147de6106614e' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: 'fc2902f7de671cd85219ae878f799f987e5a1a4d', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: '9cc5452efa5675b5d53eccb83b955eb97de907c5' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: '2924a47944948d7d7e6c27864eb3ee77c632e8f7', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: '515236907f0a2080b73088c84a0582ad4c2b18b3' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: '0af45fd792734cf02734047b2bfb40b75aa18ce5', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'c9eb3abd5095f58535e1cd6cf477053288ec17f8' }, "Next"))))), this.type === 'page_default' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: '9489e99c10f5cc5bed3a2e731a90a06f4229f172', 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: '71f94efc76e4987456907c4c6b700c2a0d17acab', class: "page_number_text" }, h("p", { key: 'ddc4e4c081c06137d423b46edd000faed958e8f4', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '7386f8d97ec562a96eabb2efcc6dc4f063e90956', 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: '0a465a340ba595b2327d026cee5c4ebceae1a0cf', 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: '0438a1f834a459bce60e94607b4ba8d811f925b9', class: "page_number_text" }, h("p", { key: '0895bfa8becb4643c4608008e58bb73b4ed90e49', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '7d3483131525a64f567a47aca80bb4e3c13f003c', 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: '37503c915596f34804405316126a062b8c1f6fb9', 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: 'daec6be4e71d83d38c8babef90605e71865745e3', class: "page_number_text" }, h("p", { key: 'da021caebb9f8b7efc273f422e04f417ee0912cc', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: 'b273ad244b4ea2afb99efdb4fad6725adf6bb169', 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: '7dcf4fb415cc7cb3c8361d0096fd35f57278f320', 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: '4db2354df56129ed794e2fb36462625b92f20441', class: "page_number_text" }, h("p", { key: '42bac39c0bb7d26ee352d737821973d09d8e23d0', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '1938f4667b947f1ebd4e866e175613d7acc92a0d', 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: 'd4d65af151adce620954a427db280c709a21312e', 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: '07f488e25d56daf274c4e11e81a4a716b8b992f1', class: "page_number_text" }, h("p", { key: '1eabe54d660fb4edcc83095e18c60eba392881c8', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '8c68d65ee1be22694ffdc34ec0f6724c825ecdae', 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: '15e5b11a370e96cda7cf1af4e69fcc552e7b8142', 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: '0cdbd0a899e71c82a691be3ca5c2fbe2fd188da4', class: "page_number_text" }, h("p", { key: 'e6c1c9e76bdb0f8f589c0abed8225f31204e424e', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: 'a7609d215a1efba62680e61d82e7da8aaabbd0e4', 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: '413535ba31a3f6c7cc95c1fd743903b9289c463f', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '01f354f115a580f09f76cbb1f82e4dba1c569d18', 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: '52aa3b806254739cea5aca599524a13410099407', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '90e95d34727ec987c21c2833e7de94251f9aaf20' }, "1")), h("gb-pagination-button-group-base", { key: 'c3183c077b63986128bae735d00d7ed1907c4d93', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '5145c4b6ad6c7c46ee8c588c9a5addc1147a7038' }, "2")), h("gb-pagination-button-group-base", { key: 'b3c943fc1ad88660670b3e587ce90685622e0819', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '08d57f93d16b72743753a88583321614bd094fe3' }, "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: 'd17f75db6606a11e17a12ecf475b4f6d147db780', icon: "false" }, h("p", { key: '457ba089bb9d0f94943d720b2f160518946dafe9' }, "...")), 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: '6f1e080376748a32f516247e6da42f4912cf4334', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: '9be43c99eca8d009abcc17885b26419ed3318a4b' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: 'bf3df2461d0103335a882f83289891c58b6f3b4b', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: '45aa59cf161f617933d750115007ac001966f907' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: 'af8ec1f567ecb0c130030ed5eaaf84f081f170b9', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: '4f73e79e9e493966db304123964ec65f15068cd5' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: 'abf4079eec8e8b007527935ab83fa73da3ce803c', 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: '0967eb6185b54bdb3ffaf46c493fa8d02399bf9e', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'e8176835c55ce8f0c84bebcddeb095dbb3f682d0', 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: '45b99a71504eba70af6c6117be064774fd439223', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '6a8e61a387123206e7f9207c6bd30de9b6192c1f' }, "1")), h("gb-pagination-button-group-base", { key: '8396efa7630ccc7457d6ff15fe7d5f9e89e9883b', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '309cb8797bd33b8d08625efc46370e47c820ac88' }, "2")), h("gb-pagination-button-group-base", { key: '114cdb90910beef500dc5a74faa24ac0baca1969', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: 'e0f1c0a329cd4384e159834a04c20287e127265f' }, "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: '8c889b21eb09f2a6123dfca4815460e3986e0a34', icon: "false" }, h("p", { key: 'bc8f17d80a378540045b4c46f03db733c817dd31' }, "...")), 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: '61ad6030647e2ef7f7aa47328c774facdf4f9f3b', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: '0c403e210cfe2aae2bb5c7092ce2b7893d15a6a3' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: 'c8eb616b061b400fd8f4a11a9062f05d23f922c2', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: '0a8fae62b4400613d4fa89e04e3ae196673bff34' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: '92e04d10abe24027705405e22870fca3aa097d1e', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: '47571d73e9b576bc8d4a5632de6050357f1068dc' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: 'be187f4602a5f053d79d582859b5e58dc3c0392d', 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: '8ad890ecaf5c3413621f58ccea48b91517d3c0dd', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '48ca7dcf40865f3507020445c637dca5f525b650', 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: 'ad8d4f111915186cba487a6f3f9425cd7b910ac3', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '243f66602a9db2004128de38f073b5ee385535cb' }, "1")), h("gb-pagination-button-group-base", { key: 'd330781eb5319365a6ac6031ff8dea8c8defc57c', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '1e4b655854a9d5421d69cc6e5178b78a1567dd99' }, "2")), h("gb-pagination-button-group-base", { key: 'd23f0a8e96cf6add7235e3a603d382164c84d7f8', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '4f524339e274bda8dbb151a934c2f094f0bc8ee9' }, "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: '46095d3d64ddb0ccfdfb78ce115ef8261a44956a', icon: "false" }, h("p", { key: '711d21add77e3a2f16924c63a71139404e22c431' }, "...")), 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: '3ccbedd38a779f3755a11eeeaff5934e044b3c68', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: 'c0210e7e61563a2b8bb21926d035341599b57609' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: '91c066b506c6150efb1e96217ee6700d7a15642e', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: '6463c11ce55e3e95a14fe9c394649b6e9217c39c' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: '7f6166678ef576043fd60a3a597de06db4caee37', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: 'df3857e567aed15f638c1041de7139d5e8026a3e' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: '8907565bd16b2d3fa930209b974fedac43f60b5c', 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: '93270d3723193f6faa073f2de910129dc63f121f', class: `button_base_div ${this.icon} ${this.state}` }, this.icon === 'false' && h("slot", { key: '25d45130238570d303c90848aedec4a5cababecf' }), this.icon === 'leading' && (h(Fragment, null, h("svg", { key: 'c37fd161c9d7c9c2972bc53fd3270d536bca77e2', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '07eba704aa03bee5c04d502048dd89ef3c90ac8c', 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: '3c923b880357c71c98c821177ae9194256c9e02d' }))), this.icon === 'trailing' && (h(Fragment, null, h("slot", { key: '1b25dd3a2150a0dbe59d62374db33612b4aee3f4' }), h("svg", { key: '5fcd22c71f950c062b4d41d392a51dea5fcc28f2', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '0595e3ce082d1ea79cd7471205cdb7e787f4ad39', 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: '22e1f0fe54bdd4cd561f69a10304810d2249d07e', class: `icon`, innerHTML: this.leadingIconSvg })))));
23
+ return (h("div", { key: 'd045ca9368967c6aaf520714a8dff4aaa0df287c', class: `button_base_div ${this.icon} ${this.state}` }, this.icon === 'false' && h("slot", { key: 'f14903ae4df2da3f8f17287170f9dc26d6367870' }), this.icon === 'leading' && (h(Fragment, null, h("svg", { key: '431fade4dbed978a3428d459202dad8d490fa7f0', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '041385a20f6d56b5ca4bf012a3d0eabfe95441c4', 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: '7053233c5f7e0684c9a9e55ac55f30059efae7f6' }))), this.icon === 'trailing' && (h(Fragment, null, h("slot", { key: 'ce16e7d08d40ea54bc08abadd655055dea6360e6' }), h("svg", { key: 'a1a94a9caf496fdbf4f32bab8d313d0e25de6fcd', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '40e99e5be7ab01214188abfc86bcc9d7ee21a2f6', 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: '14a290dc0ceea4bc827545ba7b60035db672cc88', 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: 'f8726024aa39c78741a643d7e54240bf197256c5', class: "dot_group_div" }, h("div", { key: '3a383ff5bc5d3c153cb464aeb7f33e845fb14415' })));
8
+ return (h("div", { key: 'b768b0d98389852acf90fd9389023829e868ab76', class: "dot_group_div" }, h("div", { key: '5584996ea33cab5e4f23b931e78b1a3690313c17' })));
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: 'b84bf820d4a7a2631eecf0dc183bc133133f8e1c', class: `dot_indicator_div
7
+ return (h("div", { key: '278df03f692fd0b523037f078a5c4102bbdb39ea', 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: '8614258e8c9a0ed5f6cd7fb6a14076cac061dcb7', class: `page_number_base ${this.shape} ${this.state}` }, h("slot", { key: '62535dff20c135e6b67dded1519e7d4f120dd618', name: "page_number" })));
16
+ return (h("div", { key: '65f0299ce3702b372a7b47455e539cedac42f48b', class: `page_number_base ${this.shape} ${this.state}` }, h("slot", { key: 'd019f42e71779368676554ad1d9ec2c9c0874163', 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: '28dab2c6d39cbfa23ec99b9b4b7338821f909005' }, h("gb-btn", { key: '24d44bbce09348f743aca04f1fb592049be061ed', size: "sm", hierarchy: "link_gray", state: "default", onClick: () => this.togglePasswordVisibility() }, this.isPasswordVisible ? (h("gb-button", { size: "sm", hierarchy: "tertiary_gray", icon: "default", state: this.state }, h("p", null, "HIDE"))) : (h("gb-button", { size: "sm", hierarchy: "tertiary_gray", icon: "default", state: this.state }, h("p", null, "SHOW"))))));
10
+ return (h("div", { key: 'd22989869c6bb89d9e1e6a6450896e902d921cfe' }, h("gb-btn", { key: '1c846fc78668137fe2c66b814de1488879863b15', 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"; }
@@ -1 +1 @@
1
- {"version":3,"file":"gb-password-button.js","sourceRoot":"","sources":["../../../src/components/gb-password-button/gb-password-button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAO1D,MAAM,OAAO,gBAAgB;IAL7B;QAMW,sBAAiB,GAAY,KAAK,CAAC;KAwB7C;IArBC,wBAAwB;QACtB,IAAI,CAAC,iBAAiB,GAAG,CAAC,IAAI,CAAC,iBAAiB,CAAC;IACnD,CAAC;IAED,MAAM;QACJ,OAAO,CACL;YACE,+DAAQ,IAAI,EAAC,IAAI,EAAC,SAAS,EAAC,WAAW,EAAC,KAAK,EAAC,SAAS,EAAC,OAAO,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,wBAAwB,EAAE,IACnG,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,CACxB,iBAAW,IAAI,EAAC,IAAI,EAAC,SAAS,EAAC,eAAe,EAAC,IAAI,EAAC,SAAS,EAAC,KAAK,EAAE,IAAI,CAAC,KAAK;gBAC7E,oBAAW,CACD,CACb,CAAC,CAAC,CAAC,CACF,iBAAW,IAAI,EAAC,IAAI,EAAC,SAAS,EAAC,eAAe,EAAC,IAAI,EAAC,SAAS,EAAC,KAAK,EAAE,IAAI,CAAC,KAAK;gBAC7E,oBAAW,CACD,CACb,CACM,CACL,CACP,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { Component, h, Prop, State } from '@stencil/core';\r\n\r\n@Component({\r\n tag: 'gb-password-button',\r\n styleUrl: 'gb-password-button.css',\r\n shadow: true\r\n})\r\nexport class GbPasswordButton {\r\n @State() isPasswordVisible: boolean = false;\r\n @Prop() state: 'default' | 'disabled';\r\n\r\n togglePasswordVisibility() {\r\n this.isPasswordVisible = !this.isPasswordVisible;\r\n }\r\n\r\n render() {\r\n return (\r\n <div>\r\n <gb-btn size=\"sm\" hierarchy=\"link_gray\" state=\"default\" onClick={() => this.togglePasswordVisibility()}>\r\n {this.isPasswordVisible ? (\r\n <gb-button size=\"sm\" hierarchy=\"tertiary_gray\" icon=\"default\" state={this.state}>\r\n <p>HIDE</p>\r\n </gb-button>\r\n ) : (\r\n <gb-button size=\"sm\" hierarchy=\"tertiary_gray\" icon=\"default\" state={this.state}>\r\n <p>SHOW</p>\r\n </gb-button>\r\n )}\r\n </gb-btn>\r\n </div>\r\n );\r\n }\r\n}\r\n"]}
1
+ {"version":3,"file":"gb-password-button.js","sourceRoot":"","sources":["../../../src/components/gb-password-button/gb-password-button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAO1D,MAAM,OAAO,gBAAgB;IAL7B;QAMW,sBAAiB,GAAY,KAAK,CAAC;KAwB7C;IArBC,wBAAwB;QACtB,IAAI,CAAC,iBAAiB,GAAG,CAAC,IAAI,CAAC,iBAAiB,CAAC;IACnD,CAAC;IAED,MAAM;QACJ,OAAO,CACL;YACE,+DAAQ,IAAI,EAAC,IAAI,EAAC,SAAS,EAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,KAAK,EAAC,SAAS,EAAC,OAAO,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,wBAAwB,EAAE,IAClH,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,CACxB,iBAAW,IAAI,EAAC,IAAI,EAAC,SAAS,EAAC,eAAe,EAAC,IAAI,EAAC,SAAS,EAAC,KAAK,EAAE,IAAI,CAAC,KAAK;gBAC7E,oBAAW,CACD,CACb,CAAC,CAAC,CAAC,CACF,iBAAW,IAAI,EAAC,IAAI,EAAC,SAAS,EAAC,eAAe,EAAC,IAAI,EAAC,SAAS,EAAC,KAAK,EAAE,IAAI,CAAC,KAAK;gBAC7E,oBAAW,CACD,CACb,CACM,CACL,CACP,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { Component, h, Prop, State } from '@stencil/core';\r\n\r\n@Component({\r\n tag: 'gb-password-button',\r\n styleUrl: 'gb-password-button.css',\r\n shadow: true\r\n})\r\nexport class GbPasswordButton {\r\n @State() isPasswordVisible: boolean = false;\r\n @Prop() state: 'default' | 'disabled';\r\n\r\n togglePasswordVisibility() {\r\n this.isPasswordVisible = !this.isPasswordVisible;\r\n }\r\n\r\n render() {\r\n return (\r\n <div>\r\n <gb-btn size=\"sm\" hierarchy=\"link_gray\" icon=\"default\" state=\"default\" onClick={() => this.togglePasswordVisibility()}>\r\n {this.isPasswordVisible ? (\r\n <gb-button size=\"sm\" hierarchy=\"tertiary_gray\" icon=\"default\" state={this.state}>\r\n <p>HIDE</p>\r\n </gb-button>\r\n ) : (\r\n <gb-button size=\"sm\" hierarchy=\"tertiary_gray\" icon=\"default\" state={this.state}>\r\n <p>SHOW</p>\r\n </gb-button>\r\n )}\r\n </gb-btn>\r\n </div>\r\n );\r\n }\r\n}\r\n"]}