globuswebcomponents 2.8.2 → 2.8.3

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