globuswebcomponents 1.0.2 → 1.0.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 (194) hide show
  1. package/dist/cjs/gb-avatar_49.cjs.entry.js +54 -53
  2. package/dist/cjs/gb-avatar_49.cjs.entry.js.map +1 -1
  3. package/dist/cjs/gb-megainput-field.cjs.entry.js +2 -2
  4. package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
  5. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  6. package/dist/cjs/gb-rich-text.cjs.entry.js +1 -1
  7. package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
  8. package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
  9. package/dist/cjs/gb-token-field.cjs.entry.js +1 -1
  10. package/dist/cjs/gb-verification-code-field.cjs.entry.js +2 -2
  11. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  12. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.css +36 -2
  13. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +12 -11
  14. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +1 -1
  15. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
  16. package/dist/collection/components/gb-input-field/gb-input-field.js +12 -12
  17. package/dist/collection/components/gb-megainput-field-base/gb-megainput-field.js +2 -2
  18. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  19. package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
  20. package/dist/collection/components/gb-pagination/gb-pagination.js +1 -1
  21. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  22. package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
  23. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  24. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  25. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  26. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  27. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  28. package/dist/collection/components/gb-rich-text/gb-rich-text.js +1 -1
  29. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  30. package/dist/collection/components/gb-side-bar-item/gb-side-bar-item.js +1 -1
  31. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  32. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  33. package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
  34. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  35. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  36. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  37. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  38. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  39. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  40. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  41. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  42. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  43. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  44. package/dist/collection/components/gb-token-field/gb-token-field.js +1 -1
  45. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  46. package/dist/collection/components/gb-verification-code-field/gb-verification-code-field.js +2 -2
  47. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
  48. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  49. package/dist/components/gb-avatar-add-button.js +1 -1
  50. package/dist/components/gb-avatar-dropdown.js +3 -3
  51. package/dist/components/gb-avatar-group.js +4 -4
  52. package/dist/components/gb-avatar-label-group.js +1 -1
  53. package/dist/components/gb-avatar-profile-photo.js +2 -2
  54. package/dist/components/gb-avatar.js +1 -1
  55. package/dist/components/gb-badge.js +1 -1
  56. package/dist/components/gb-checkbox-group-item.js +1 -1
  57. package/dist/components/gb-checkbox-group.js +3 -3
  58. package/dist/components/gb-collapse-button.js +1 -1
  59. package/dist/components/gb-file-upload-item-base.js +1 -1
  60. package/dist/components/gb-file-upload.js +3 -3
  61. package/dist/components/gb-header.js +2 -2
  62. package/dist/components/gb-help-tooltip.js +1 -1
  63. package/dist/components/gb-horizontal-tabs.js +4 -4
  64. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  65. package/dist/components/gb-input-dropdown.js +1 -1
  66. package/dist/components/gb-input-field.js +1 -1
  67. package/dist/components/gb-megainput-field.js +1 -1
  68. package/dist/components/gb-notification-content.js +1 -1
  69. package/dist/components/gb-notification-pane.js +4 -4
  70. package/dist/components/gb-pagination-button-group-base.js +1 -1
  71. package/dist/components/gb-pagination-dot-group.js +1 -1
  72. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  73. package/dist/components/gb-pagination-number-base.js +1 -1
  74. package/dist/components/gb-pagination.js +15 -15
  75. package/dist/components/gb-password-button.js +1 -1
  76. package/dist/components/gb-progress-bar.js +1 -1
  77. package/dist/components/gb-progress-circle.js +1 -1
  78. package/dist/components/gb-rich-text.js +14 -14
  79. package/dist/components/gb-scrollbar.js +1 -1
  80. package/dist/components/gb-side-bar-item.js +1 -1
  81. package/dist/components/gb-sidebar.js +7 -7
  82. package/dist/components/gb-slider-control-handle.js +1 -1
  83. package/dist/components/gb-slider.js +3 -3
  84. package/dist/components/gb-status-indicator.js +1 -1
  85. package/dist/components/gb-tab-button-base.js +1 -1
  86. package/dist/components/gb-tag-checkbox.js +1 -1
  87. package/dist/components/gb-tag-close.js +1 -1
  88. package/dist/components/gb-tag-count.js +1 -1
  89. package/dist/components/gb-tag.js +1 -1
  90. package/dist/components/gb-toast-button.js +1 -1
  91. package/dist/components/gb-toast.js +2 -2
  92. package/dist/components/gb-toggle-base.js +1 -1
  93. package/dist/components/gb-toggle.js +2 -2
  94. package/dist/components/gb-token-field.js +2 -2
  95. package/dist/components/gb-tooltip.js +1 -1
  96. package/dist/components/gb-verification-code-field.js +3 -3
  97. package/dist/components/gb-vertical-tabs.js +5 -5
  98. package/dist/components/gb-wysiwyg-toolbar.js +1 -1
  99. package/dist/components/{p-3254d1d4.js → p-18a465ff.js} +3 -3
  100. package/dist/components/{p-3254d1d4.js.map → p-18a465ff.js.map} +1 -1
  101. package/dist/components/{p-8a6370b2.js → p-26de186a.js} +3 -3
  102. package/dist/components/{p-8a6370b2.js.map → p-26de186a.js.map} +1 -1
  103. package/dist/components/{p-db3b8bbc.js → p-2c42ed61.js} +2 -2
  104. package/dist/components/{p-db3b8bbc.js.map → p-2c42ed61.js.map} +1 -1
  105. package/dist/components/{p-472f11a3.js → p-2ee8e211.js} +2 -2
  106. package/dist/components/{p-472f11a3.js.map → p-2ee8e211.js.map} +1 -1
  107. package/dist/components/{p-4ab53591.js → p-37d219de.js} +24 -23
  108. package/dist/components/p-37d219de.js.map +1 -0
  109. package/dist/components/{p-c8f12e95.js → p-47f3f4e8.js} +2 -2
  110. package/dist/components/{p-c8f12e95.js.map → p-47f3f4e8.js.map} +1 -1
  111. package/dist/components/{p-24625c69.js → p-4aa73a61.js} +2 -2
  112. package/dist/components/{p-24625c69.js.map → p-4aa73a61.js.map} +1 -1
  113. package/dist/components/{p-6aefb26b.js → p-4ad79f3c.js} +13 -13
  114. package/dist/components/{p-6aefb26b.js.map → p-4ad79f3c.js.map} +1 -1
  115. package/dist/components/{p-0c6b277d.js → p-5512321a.js} +2 -2
  116. package/dist/components/{p-0c6b277d.js.map → p-5512321a.js.map} +1 -1
  117. package/dist/components/{p-2e73f436.js → p-60a8f11a.js} +2 -2
  118. package/dist/components/{p-2e73f436.js.map → p-60a8f11a.js.map} +1 -1
  119. package/dist/components/{p-d401040a.js → p-6287f38c.js} +3 -3
  120. package/dist/components/{p-d401040a.js.map → p-6287f38c.js.map} +1 -1
  121. package/dist/components/{p-c2efc577.js → p-70b439f9.js} +2 -2
  122. package/dist/components/{p-c2efc577.js.map → p-70b439f9.js.map} +1 -1
  123. package/dist/components/{p-88e8dfdb.js → p-75424aa6.js} +3 -3
  124. package/dist/components/{p-88e8dfdb.js.map → p-75424aa6.js.map} +1 -1
  125. package/dist/components/{p-fdb2a202.js → p-7aa28b49.js} +3 -3
  126. package/dist/components/{p-fdb2a202.js.map → p-7aa28b49.js.map} +1 -1
  127. package/dist/components/{p-0c56ee53.js → p-7b578058.js} +23 -23
  128. package/dist/components/{p-0c56ee53.js.map → p-7b578058.js.map} +1 -1
  129. package/dist/components/{p-855667d7.js → p-8cafba87.js} +5 -5
  130. package/dist/components/{p-855667d7.js.map → p-8cafba87.js.map} +1 -1
  131. package/dist/components/{p-ec43535d.js → p-8efbc7c0.js} +6 -6
  132. package/dist/components/{p-ec43535d.js.map → p-8efbc7c0.js.map} +1 -1
  133. package/dist/components/{p-180a087a.js → p-962b36fc.js} +2 -2
  134. package/dist/components/{p-180a087a.js.map → p-962b36fc.js.map} +1 -1
  135. package/dist/components/{p-cbe0d594.js → p-9ae39411.js} +2 -2
  136. package/dist/components/{p-cbe0d594.js.map → p-9ae39411.js.map} +1 -1
  137. package/dist/components/{p-bdc413ec.js → p-9b42bf2c.js} +7 -7
  138. package/dist/components/{p-bdc413ec.js.map → p-9b42bf2c.js.map} +1 -1
  139. package/dist/components/{p-8a998306.js → p-a112004b.js} +2 -2
  140. package/dist/components/{p-8a998306.js.map → p-a112004b.js.map} +1 -1
  141. package/dist/components/{p-1c1003b6.js → p-b02e796f.js} +2 -2
  142. package/dist/components/{p-1c1003b6.js.map → p-b02e796f.js.map} +1 -1
  143. package/dist/components/{p-4bd1630c.js → p-bc2e5fb1.js} +3 -3
  144. package/dist/components/{p-4bd1630c.js.map → p-bc2e5fb1.js.map} +1 -1
  145. package/dist/components/{p-ad3a2c04.js → p-c5391fb7.js} +2 -2
  146. package/dist/components/{p-ad3a2c04.js.map → p-c5391fb7.js.map} +1 -1
  147. package/dist/components/{p-ac14b3b7.js → p-d0105cd4.js} +7 -7
  148. package/dist/components/{p-ac14b3b7.js.map → p-d0105cd4.js.map} +1 -1
  149. package/dist/components/{p-12879e00.js → p-e26f2275.js} +2 -2
  150. package/dist/components/{p-12879e00.js.map → p-e26f2275.js.map} +1 -1
  151. package/dist/components/{p-258cafb9.js → p-e9871283.js} +2 -2
  152. package/dist/components/{p-258cafb9.js.map → p-e9871283.js.map} +1 -1
  153. package/dist/components/{p-6557b598.js → p-ebbbdd33.js} +3 -3
  154. package/dist/components/{p-6557b598.js.map → p-ebbbdd33.js.map} +1 -1
  155. package/dist/components/{p-e7fb3e27.js → p-ff58b603.js} +3 -3
  156. package/dist/components/{p-e7fb3e27.js.map → p-ff58b603.js.map} +1 -1
  157. package/dist/components/test-input-tag.js +9 -9
  158. package/dist/docs.json +2 -2
  159. package/dist/esm/gb-avatar_49.entry.js +54 -53
  160. package/dist/esm/gb-avatar_49.entry.js.map +1 -1
  161. package/dist/esm/gb-megainput-field.entry.js +2 -2
  162. package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
  163. package/dist/esm/gb-progress-circle.entry.js +1 -1
  164. package/dist/esm/gb-rich-text.entry.js +1 -1
  165. package/dist/esm/gb-scrollbar.entry.js +1 -1
  166. package/dist/esm/gb-toggle.entry.js +1 -1
  167. package/dist/esm/gb-token-field.entry.js +1 -1
  168. package/dist/esm/gb-verification-code-field.entry.js +2 -2
  169. package/dist/esm/test-input-tag.entry.js +2 -2
  170. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  171. package/dist/globuscomponents/p-09e944a8.entry.js +2 -0
  172. package/dist/globuscomponents/{p-472bb5d1.entry.js → p-5532490c.entry.js} +2 -2
  173. package/dist/globuscomponents/{p-472bb5d1.entry.js.map → p-5532490c.entry.js.map} +1 -1
  174. package/dist/globuscomponents/{p-35a813fe.entry.js → p-6bfe698e.entry.js} +2 -2
  175. package/dist/globuscomponents/{p-d7e4ed6d.entry.js → p-9f284571.entry.js} +2 -2
  176. package/dist/globuscomponents/{p-b65519f9.entry.js → p-a6d401af.entry.js} +2 -2
  177. package/dist/globuscomponents/{p-f58cd21d.entry.js → p-aaa4b333.entry.js} +2 -2
  178. package/dist/globuscomponents/{p-a786f9fa.entry.js → p-b22b0186.entry.js} +2 -2
  179. package/dist/globuscomponents/{p-69239722.entry.js → p-d1a92423.entry.js} +2 -2
  180. package/dist/globuscomponents/{p-b5d57e93.entry.js → p-d32c11d8.entry.js} +2 -2
  181. package/dist/globuscomponents/p-eded0645.entry.js +2 -0
  182. package/package.json +1 -1
  183. package/dist/components/p-4ab53591.js.map +0 -1
  184. package/dist/globuscomponents/p-123789b1.entry.js +0 -2
  185. package/dist/globuscomponents/p-84d18b56.entry.js +0 -2
  186. /package/dist/globuscomponents/{p-84d18b56.entry.js.map → p-09e944a8.entry.js.map} +0 -0
  187. /package/dist/globuscomponents/{p-35a813fe.entry.js.map → p-6bfe698e.entry.js.map} +0 -0
  188. /package/dist/globuscomponents/{p-d7e4ed6d.entry.js.map → p-9f284571.entry.js.map} +0 -0
  189. /package/dist/globuscomponents/{p-b65519f9.entry.js.map → p-a6d401af.entry.js.map} +0 -0
  190. /package/dist/globuscomponents/{p-f58cd21d.entry.js.map → p-aaa4b333.entry.js.map} +0 -0
  191. /package/dist/globuscomponents/{p-a786f9fa.entry.js.map → p-b22b0186.entry.js.map} +0 -0
  192. /package/dist/globuscomponents/{p-69239722.entry.js.map → p-d1a92423.entry.js.map} +0 -0
  193. /package/dist/globuscomponents/{p-b5d57e93.entry.js.map → p-d32c11d8.entry.js.map} +0 -0
  194. /package/dist/globuscomponents/{p-123789b1.entry.js.map → p-eded0645.entry.js.map} +0 -0
@@ -32,7 +32,7 @@ export class GbPagination {
32
32
  console.log('Selected page size:', this.selectedPageSize);
33
33
  }
34
34
  render() {
35
- return (h("div", { key: '5b7c56f0fe2d2eb42b7c8b8daf8dbb593fe9f416', class: `pagination_div ${this.type} ${this.breakpoint}` }, this.type === 'page_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: '91a680c53d475f1a0dd4468237de151b0ebea451', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, h("p", { key: '0ba4af4351021f5efbdf3010e012ac2977d03d0c' }, "Previous")), h("div", { key: '7753bd4e66c58b143b6b4f3aa1c781a820eeabcb', class: "pagination_numbers" }, h("gb-pagination-number-base", { key: '57f48cdd4a57e1661d2f05f8271672b4e905e74c', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default' }, h("p", { key: '67821a8804fb0b83539fe5d8ffb32c7b10438bc1', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: '6607a113615b093f0da84ce15ab7f73241866c78', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default' }, h("p", { key: '57e81a32812c8654be949c53b7f9b1ffe60aad13', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '88e06c636002779f08f249cda8ba398c80e8907c', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default' }, h("p", { key: 'edf18b6b0b2326af43ebd4657143272d88ab5dde', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '6278b2456c98d08a97f2850a12a2d6c91bf2e144', shape: this.shape }, h("p", { key: '8484a9453f7bc3e35d64d9e22e6e6e42ef8255f4', slot: "page_number" }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '2122c8b2d7440c23404c314e4836bf7214a163c0', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default' }, h("p", { key: '692b3360d861d697c57980b26d56813f6cb99bd3', slot: "page_number" }, this.totalPages - 2)), h("gb-pagination-number-base", { key: '19f7b419c2d201d1c61865bf2120248d90094c01', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default' }, h("p", { key: '58843b2481063c7724cb9f825f444ebf1fd6d8f3', slot: "page_number" }, this.totalPages - 1)), h("gb-pagination-number-base", { key: '9199f810f2dcd7470d08b24a8d873a7d507eafd2', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default' }, h("p", { key: '7e70070fd49427ce4a615520c6ef4f64f526ccef', slot: "page_number" }, this.totalPages))), h("gb-button", { key: 'a0ff6b03062e4213417dd42ca5bcdb98866eeb09', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, h("p", { key: '6d7b19f01c8f28dab0178929cc14b12ad0f39b72' }, "Next")))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: '98ea55459fb97ae7ebb0f8c1b6c65f960bbc35ad', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, h("p", { key: '247d28c604dbf1516044b6531ad03a9113be1118' }, "Previous")), h("div", { key: '3bf8691f5aa3ccd7530e9aa5ba42684e75c0a03b', class: "pagination_numbers" }, h("gb-pagination-number-base", { key: 'fe496078a48de76dd1704a0f8a4d5922c5027a59', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default' }, h("p", { key: 'fc75d92c2a71ad36756a7f32a3db42251eef6088', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: '6bc2808abe2b73f6abb960cd95acae4a5c5f6ed2', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default' }, h("p", { key: 'db21b6a300cab5998066ec86db8260087ce9f06a', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '527f37b5b06d6fc0cb2e5a961b8cc5d9d37159e2', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default' }, h("p", { key: 'f69c1adc015269b50936e8df03b6410bdaaac833', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: 'd8a14e45e8963595191bbe734015630f56ac8bbb', shape: this.shape }, h("p", { key: 'f4ba1e2076e682a4f6494be934e96c6bcfbb2b4e', slot: "page_number" }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '2e0bec401666045bb04f2e3578c093f9cd2f56d3', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default' }, h("p", { key: '46d8181e43f5a9adcf3f5dfa062feefa8479c616', slot: "page_number" }, this.totalPages - 2)), h("gb-pagination-number-base", { key: 'a54e2d6c8bf5df509d0b398d46c6eeba14bae645', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default' }, h("p", { key: 'bcf74569de3f8a975519c00e8b7eef60e128970b', slot: "page_number" }, this.totalPages - 1)), h("gb-pagination-number-base", { key: '7c23431c19f9abc11e2b37abcf2cfe4fe295cc6f', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default' }, h("p", { key: '0f209c50bec22654324abf2ecb2759c5592f5d48', slot: "page_number" }, this.totalPages))), h("gb-button", { key: 'a91c301d5630141e0ea0675dead4eff65206de7b', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, h("p", { key: '4f93b477735e2c0ebe9fb185b23b394bddaba2b5' }, "Next")))), this.type === 'card_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '7eb8b3633db6cb402689a54a59ef508537a0b8bf', class: "pagination_entries" }, h("div", { key: '4aee27850ccad17f2d61ff2017c1eb9a85900571', class: "entries_text" }, h("p", { key: '652e7dd6dc372e6a0d5d6dd0678d9fcea357ae9f', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '5b1b2f30a24aeff47c5ff5f488c9b38ae73cbb9f', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '6d9f3de5f05b3d33a0e95db0674355af1b5d2ad7', 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: '4c5508e187a05c74c9030813adfbffdadc71579e', class: "pagination_numbers" }, h("gb-pagination-number-base", { key: 'e194cc355404fe9bcb5f7487bf40ecc8e3995aa5', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '4b9a48b2c0b60f6730bf8a2e1e4f97ce7eb3fde0', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: '10d131afc3bf4744a59a9496e9a184fac836ef79', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '4aa044102caa8d14bae30d96751351d230ab277d', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: 'e3cecd37404672dfbc1d0c1331f18cf106945d17', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '9313dc006161a5a36ff7eb6a4ba53f4298c4b97a', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '5d2a59328acb4575ce082edf321152eecca2872e', shape: this.shape, state: "default" }, h("p", { key: 'f0c0b56520ad39db54e5b11c5750c682048ffc13', slot: "page_number" }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: 'c847af02fa1e9b7bcf4ecb5353b332c18ea8b5f6', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: '6128186a4ac5cb7a756ce7a04e3b117d25132a82', slot: "page_number" }, this.totalPages - 2)), h("gb-pagination-number-base", { key: 'c9175a1d417a420213e36f341dfaf76f2d470603', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: '429c85babfc601916390242cfd643815e011a734', slot: "page_number" }, this.totalPages - 1)), h("gb-pagination-number-base", { key: 'b4970af3bda9db9f3b549c54ad0ad7a9237138dc', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: '49a510fb7635ce46e137995937169f78fe8c015b', slot: "page_number" }, this.totalPages))), h("div", { key: '5fae73da4cf0f01f5c4bd9e03a162586f30d1587', class: "pagination_btns" }, h("gb-button", { key: '060fdb67b05419f1b9bf43f98085616a69d3ec3a', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("gb-button", { key: '73e1fa97f2df7cd80c27cb351d80de737de515cd', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))), this.type === 'card_minimal_right_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '29263ef681da24a0d355c8124c645c768bfac39f', class: "pagination_entries" }, h("div", { key: '0d9a973ba895f8527b8f1fc131c78436ee77f8c1', class: "entries_text" }, h("p", { key: '749c821f7b8b3fd2c56ea80456a4fb3118ff2cf9', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '6f8b907e9fe9bc8f8853a8cdcd7c61a42d1e6cd6', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '911b78331ba5218ac3def5090b0b40ea8a2bb3b6', 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" }))), h("div", { key: '146393291dbf0d7270de962bda7f7951e3cfd9ce', class: "page_number_text" }, h("p", { key: '29f74334c9227a0b3f01267eafc083e67e5e5d8a', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("div", { key: 'c5caf3e0f9c28e6dec72c545075c884da82f9097', class: "pagination_btns" }, h("gb-button", { key: '06665af180e5fe2537905d2afc229511650b78fa', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '6a6c858d49e835b17cba7c0d1eb55c58b2f7c077' }, "Previous")), h("gb-button", { key: 'ecad2f6f4d6057bd375bee01eaa076c570e0a337', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'c0e71c4bc99672546b07de50536691e6676b286e' }, "Next"))))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '21c1b1e1fe7eb44c5c5bdeaf244133c3a07be308', class: "pagination_btns" }, h("gb-button", { key: 'bfcb10219cdefa847fd2501a122e016d1b1498db', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '75ed11fd5e5ff9169c94dff92cfeffbaa44c1cc4' }, "Previous")), h("gb-button", { key: 'ff737bf221f0b0f6f464d6b9049261d8fe5ec3c0', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: '19241e07b9a7c8f2a7ed158b7fb4e3c0735ce23b' }, "Next"))), h("div", { key: '3e2854b055ff06d7d5cff834841b5003ba63da04', class: "page_number_text" }, h("p", { key: '2c4f243f33f293d6e949e29bde18a793e6c61b73', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("div", { key: 'aaffd674263979860f382552041688e92e346722', class: "pagination_entries" }, h("div", { key: 'e6c52a4624740a38af4aca3e3ea4b26f7e362e85', class: "entries_text" }, h("p", { key: '28aa26dd87bab33416ec0e17c33d42bc57c87452', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: 'e7dc797ef1976b3422096f7e4f6fceb30e48bf2c', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '6d17c1b2df50bf1aafff8c73fcd91c949143faa4', 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" }))))), this.type === 'card_minimal_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: '5ab235e7e70a953c98cced92c1f35980b802e523', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '5f3d544abe125f5a04d3944350dac36a00db7245' }, "Previous")), h("div", { key: '0bfd0cbfd2aedd80c9c464937921c439a81d91c2', class: "page_number_text" }, h("p", { key: 'd16c8c16fd9d9c9d4f6abffa75d8f2a40b1985db', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: 'e0da3f6429a86111440a449eac374520d864f451', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: '821f9288850d5fa0b6d47d32003c8e2f4db119f9' }, "Next")))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '3c3ed508556ee274f0b199745856c9e0af1a5130', class: "pagination_entries" }, h("div", { key: 'a7954a3c152f0c55e10a80d512061e98a5a06bec', class: "entries_text" }, h("p", { key: '8e7eef8da2bbd096149a62b6736fdfc5f9a8f2f0', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '815929f40d9d762581aff66dabd0da62696fe293', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '95d09f39e6e82cff271a4b260da618287b1a5a16', 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" }))), h("div", { key: 'ac6077b10f4f4318cbb55e1190bb391e62ca3237', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '3399ef7c90864c39db731e596bb8145ff537f9f8', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '9899a25af502adc5c84fe1703a432e513ebe7a2a' }, "Previous")), h("div", { key: 'b1f4553073dffdef30701ff633ec55a932d34f08', class: "btn_group" }, h("gb-pagination-button-group-base", { key: 'd345ef30c4d8a5329df0621bddd680b6a49ee015', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '60cbcb4cc7e4706547e428a4c18e58701e52ef46' }, "1"))), h("gb-pagination-button-group-base", { key: '6a9a9c98daf12b5efd5694203a3451b0db3f1cb8', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: 'b92100cf4dc7890891203793d9cfebfb02d899b9' }, "2")), h("gb-pagination-button-group-base", { key: '7579b6db54d7ae99db1073bd6e7334883db0f27a', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '255ae11cdc759336b078a557b77b682b0fcd82f4' }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '8449b8937b191e9dafb8b30fcf7a2eea56f59728', icon: "false" }, h("p", { key: '3c1b19d00c273064a029779df162ecc7f34a8661' }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '5cba025355d39d522712ff3908c65f8d17e51806', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: 'd85f41e3736bd81b6b964202787d34690b6fce0c' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: '7a02b2bffde1d8b95b844c9085cca177ea296177', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: '6be82f98139353cea32eb0fd34e0439f2374a6c1' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: 'ac704866e0347e1b45d4b8ca739ca861f8f78741', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: '0f17b9e29b7c3fc5284e16840621251e39ac1ebd' }, this.totalPages)), h("gb-pagination-button-group-base", { key: 'aafcba10c8113fd5e98a8e7ddfc445ca2bb960a6', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'e315d37a5e3fb6ec05a1f4b1854bf45006a439ab' }, "Next"))))), this.type === 'card_button_group_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'b961e6d7eb6f20ea023a0a86b3e5ba57f8cb0a99', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '97095a76efd6dd936b9f541cfde9d1509fd761f9', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '877c2f67e27c7251601e31fd8e69fbc86ea78093' }, "Previous")), h("div", { key: '2f7a938f3e79903d51b321efd432366ca657d866', class: "btn_group" }, h("gb-pagination-button-group-base", { key: 'b2e892246dbf23f94b8113dac8bc8a51c961b2fc', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: 'a08de6fe23d0dc3c59cfd2f9914ca74073719d40' }, "1"))), h("gb-pagination-button-group-base", { key: 'b089a19d1f648afa6530d1d749ddd391490606e4', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: 'b1edc5d74bcac9d94a3c49aa0835933dc28006a4' }, "2")), h("gb-pagination-button-group-base", { key: 'e674a8715a9ed402b2c19571dca5a41186790669', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '939c652a8450085d2f33af295f7b274e9d2aad1d' }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '29b333b3e6433e853676fb47e9051e57fa587e53', icon: "false" }, h("p", { key: '54428b0abc2782bb29fe924164639d5bcee503b9' }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'faa65685aecf7af1e7c3b1ba77c02499733c19f4', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: '476506856fdfc5f857e1cd33fc96db6ab3fe02a5' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: '7a336b9d8fb4706bae503816313f19c3cc11f868', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: 'a43b0735c0f4c656bf71a61dff8f541e45cdb1a1' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: 'c67e3106d15293c6ae0d43cc84bdbbdcf48b0b5e', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: '2ce64bae8352fb36596d0f4a842b7bbe829505d9' }, this.totalPages)), h("gb-pagination-button-group-base", { key: 'd09cdc3af5ed22a2eeaad4580d2b06473804dc8e', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'd57104f9fd0e645b6afb08358300f68695be7616' }, "Next"))), h("div", { key: '62fda5a8758cb56351ae78d5c8c8bbc5c1404dc1', class: "pagination_entries" }, h("div", { key: '7b30b9a80ac79186086edab3eba79e1def65ad6d', class: "entries_text" }, h("p", { key: '317b67757264cc3b36ab8d97d6740a2c6ae80cb1', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '8ec693df8606af40e0e04d6e4a8801fe6213c12d', class: `entries_dropdown` }, h("gb-input-dropdown", { key: 'bc3dd41d271b7095174ccab89a2aab3b8fcc00cd', 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" }))))), this.type === 'card_button_group_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '9e0e8717407a711daac4bbcb0a0b49813fcd97c2', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '5925acaa144061e6ecccfa7fbdad51ddcfa204d0', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '3b2e6dc7f96c7473fedf014693e6ed37d6b68393' }, "Previous")), h("div", { key: 'f66393089730f89d4b5d01dab21cba185e396a46', class: "btn_group" }, h("gb-pagination-button-group-base", { key: '6e650db7b77a3cc1d12c22911e9f07184f654051', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '9b904c65a74b82fe8613acbd3955a2c79e82630d' }, "1"))), h("gb-pagination-button-group-base", { key: '4fa1aa75ad4c3555f26db4fd68aa9d4b4e37368e', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: 'd5728950ac7a8211a89d0ce0153da90bbd097aff' }, "2")), h("gb-pagination-button-group-base", { key: 'c8625bba0deb22ae134d95cb793b46b960316f8e', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: 'dd30dd97a1211af19c3aa2bdffefc0394bfda2c6' }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'e737a74060c3a9607eb8706000fad99165c8c82b', icon: "false" }, h("p", { key: '6fbedc8525fcb67580023096fe0ca8dc798c89ad' }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '763437a80d077a2c262d5c066c8b6d52134a5727', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: '438ba194d1a9b0ff6d8b2032f853440945bd5721' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: '90dbc35b8ff79a34eb787dbec5aaeb89c27970a6', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: '67adc0e5d8b3b917077b0f0753cdcbc407bfb893' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: '2103c160fd3ba9c408991c181509ed826628ed50', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: '02680a059e27618cb31419640f3723ba6a72816b' }, this.totalPages)), h("gb-pagination-button-group-base", { key: 'ee6357b83569456f153ac24ca476a15057fad3e4', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: '0c6ee603b1e3fd837d7e735389622d81b29ea5c6' }, "Next"))))), this.type === 'page_default' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: '4d0636587a5f9332607d412509fa2bcac206d881', 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: '0e35a2ebbd5efc28172e2e82bc22ca1795ff694a', class: "page_number_text" }, h("p", { key: '722efb7f430b63b3a0b4bc87303a6e47b9fae304', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '1bdf515c71528321ce61a0cef6aa801718017664', 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: '30efb557042638ae3e277d872916aeb734b7dd86', 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: '86be51ff6fc1677d62e359bf9942a80ebf68608f', class: "page_number_text" }, h("p", { key: 'd89f7df011b468b95b74c383f61b47188c46182f', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: 'b75472be0b27f4bea13c3e078f0ecd2ce65974ee', 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: '307436aa2f4cd8e03e0ce4e1135840cefa749a1d', 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: '648a30c1b080a2bc62d411ea987261f1cfe149fb', class: "page_number_text" }, h("p", { key: 'eb3eaffcbdd3dbf1c443c950102baaaf6838b22f', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: 'a060964a86b78293cc1f54fb29730bfc8567db37', 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: '49d3a02b76aad95837bc943fc0605573e5576b4c', 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: '2a08602babe4d819051cc5e16b01b655be8a85d8', class: "page_number_text" }, h("p", { key: 'a39658fd621e858cf701dc1c7e042b3f3371c3c3', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '8aedfa39011c059e5dbcddf30ede6bc65408cb09', 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: 'a322412d1ca17c13254cb885a75c96c33a9555c2', 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: 'fe04963394c4c45a0832a4dba9b8a3b46cf0af15', class: "page_number_text" }, h("p", { key: '1acf42c79e511a20510857f9e77071fa330afc53', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: 'f816173b5ceac3547a847517106b933fef2b59ed', 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: '83fb18b576edf456d4ded987a8db98d9a91b8dcd', 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: '1d4d242324c0b7c32b53419f02f9d73b578070b9', class: "page_number_text" }, h("p", { key: '5424ad1dafaad1d4151d52f83570caf570462ea0', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: 'e0bfece9f338b4277f1b58d2d37c78c26a7fcf19', 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: '1dbe6480a0be3b515661b26c1031aff3bea99c4c', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '1d1da6458e6dbfa71b4d35143860546abb7aa5f9', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '92f41b1f86fb8444f3c575285516bbf577138379', class: "btn_group" }, h("gb-pagination-button-group-base", { key: '56109f45d54fdc5614707972ea2fa2b35715f4ca', icon: "false", state: this.currentPage === 1 ? "active" : "default", onClick: () => this.currentPage = 1 }, h("p", { key: '8ef91a01c584bff21af1dc003ae0b0d783ce17d2' }, "1"))), h("gb-pagination-button-group-base", { key: '2e172aea87223eecfc8e47288869e4440e101951', icon: "false", state: this.currentPage === 2 ? "active" : "default", onClick: () => this.currentPage = 2 }, h("p", { key: '6b21c00d2279b2dcfde7e041b775ef5824a96192' }, "2")), this.currentPage > 2 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 2 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'b54f846929f745b1f79d4e049fbe2bde4d22eedc', icon: "false" }, h("p", { key: 'a9190e9f6245f5d3805639accf409e1af3ca4ed1' }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage <= this.totalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.totalPages / 2 && this.currentPage <= this.totalPages - 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '0f4ed34cb2dafa2bd303fd3d9fb2a3cf27314aaf', icon: "false", state: this.currentPage === this.totalPages - 1 ? "active" : "default", onClick: () => this.currentPage = this.totalPages - 1 }, h("p", { key: '2abe0bb91dd7b671d6085d3dce2975ccb7b039c5' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: 'e5bfc0a8bb710f450037912132241f4b380c180e', icon: "false", state: this.currentPage === this.totalPages ? "active" : "default", onClick: () => this.currentPage = this.totalPages }, h("p", { key: 'f8f47a5c306d6012a83cac1a10f0efc61f546b33' }, this.totalPages)), h("gb-pagination-button-group-base", { key: 'e57aecad79fea1e0abc7314ef7c762694e895333', 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: 'a54f57a3c3e94044363b431cdae4e630a764c3c2', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'b97ada13e0693c5ef9b6bcddc839a4659af53e04', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: 'f8b3ccc13b4baf63856053d812d8d7f950fa50be', class: "btn_group" }, h("gb-pagination-button-group-base", { key: 'a6b216c8822fa216c74338e66dd585fe43043e62', icon: "false", state: "active" }, h("p", { key: '382905ad1441cc5d3e12dd998515c487271d4736' }, "1"))), h("gb-pagination-button-group-base", { key: '477dbba401c70f5a1b410ac5a6f8b280bd855a38', icon: "false" }, h("p", { key: 'a8eed7f1715ef3fc722ad3821d94d3a11cb9556d' }, "2")), h("gb-pagination-button-group-base", { key: '6f726020c415d0e2c138fd7ed393b9dab77b5ae6', icon: "false" }, h("p", { key: 'df3df63b994e0ebcc6066885b6bd75220e5404a8' }, "...")), h("gb-pagination-button-group-base", { key: '63974b502153e511bac07665649a3785264123a6', icon: "false" }, h("p", { key: '5965ff88ee75bf0ff49fc993672dc7d19e9302db' }, "9")), h("gb-pagination-button-group-base", { key: 'b5686bf9d23da0e6717920ac2134441231e8ad26', icon: "false" }, h("p", { key: '134553948c8a31f9a6ee9f944ed9bead9dab5c18' }, "10")), h("gb-pagination-button-group-base", { key: '1c3b58fda2656a6a48543b1d74906cdeb8bac388', 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: '21e81c122230810bdd7eae1706a96577c1f96635', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'ee64227afec53c9c9e899e00189909c0c45eafba', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '6360bb621aaf68fa171d6a0563e29ebc6b979751', class: "btn_group" }, h("gb-pagination-button-group-base", { key: 'af140f6d2f16dd03810d0a01ac64f0d955ecbebe', icon: "false", state: "active" }, h("p", { key: '5625c10cdba08a9bf21a0d1deec93d7e612e374b' }, "1"))), h("gb-pagination-button-group-base", { key: 'e2e49e384a64eb594fb8ef6b20091c81370d92e4', icon: "false" }, h("p", { key: '4854961212330c27aadb779ecfbb80959c100885' }, "2")), h("gb-pagination-button-group-base", { key: 'ecfca88b2ccce7dc1de709911083e546b45b01e1', icon: "false" }, h("p", { key: '7e2c1ad8c9ef8a24ed22c2910a9b8ae5e0617ecb' }, "...")), h("gb-pagination-button-group-base", { key: 'a89037f5bd4c745da6eff873394026b28c61670a', icon: "false" }, h("p", { key: 'b217ef6b9deb59129bb4430e532bebcaca1678d4' }, "9")), h("gb-pagination-button-group-base", { key: '8d20465cb12bda6952dd5e4f816b22db6b2203b8', icon: "false" }, h("p", { key: '38be4f9a2c4708279e7922ab9d127a3681a0c1db' }, "10")), h("gb-pagination-button-group-base", { key: '99aabde2bd2699a123f385b26cc5ff2085497c20', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))));
35
+ return (h("div", { key: 'b33a56fa8b7cc9bb61649f821c968928f90c4568', class: `pagination_div ${this.type} ${this.breakpoint}` }, this.type === 'page_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: '9be6314df45d65ff7be8770bfb946481c1cc4fd5', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, h("p", { key: '139cc6ea1fda2c4be3dba29551c4c02ba67af01a' }, "Previous")), h("div", { key: '87d2ffa1c941a8b75b934e9947281334af116602', class: "pagination_numbers" }, h("gb-pagination-number-base", { key: '1524d7dc861cd9e9099c41e0808756a1b7b04d28', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default' }, h("p", { key: 'b6ef975b089a15f151f6e52c91e079d16bdf76c1', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: 'da771e3a0ebadc9ca911867ad947641422e2454d', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default' }, h("p", { key: 'f527902b39ecb3d6300c4d3ba50bbd9cea802034', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '8525458cbffb9b2430f5230a5c80d833b2aba1dc', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default' }, h("p", { key: 'f9821279679d1be5224ca5de82ddb0ead682631d', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '73a02c160cfcb4425f62b6668213bc14c190d16c', shape: this.shape }, h("p", { key: '7446a9f49e1b45de5ac23e69dc33a5de991c334d', slot: "page_number" }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '3e30574a7b3adf3f64d24d793a92ff9f901a5cc3', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default' }, h("p", { key: 'c45f158f9210a1a9e06e16fffca61b710d0e3af5', slot: "page_number" }, this.totalPages - 2)), h("gb-pagination-number-base", { key: '1b7898f361f55cdf6db01d39102927c90e4f9ea8', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default' }, h("p", { key: 'c5c28813670157ca34de07be582f420e277eeadc', slot: "page_number" }, this.totalPages - 1)), h("gb-pagination-number-base", { key: '6458a571954c7585502199770fe61f77cd85aad0', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default' }, h("p", { key: '12142cbc6443901fec0773b97482ff1572ba46bd', slot: "page_number" }, this.totalPages))), h("gb-button", { key: 'e12c1b3ad94beb4972e9489dfaa7db6d444eaf34', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, h("p", { key: 'a36b702c9c20966df214bd0ccbadfe818f8bc260' }, "Next")))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: 'fe1f1fb20788921637471646ac3129795df482a5', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, h("p", { key: 'f0a28850c1aafd6f26446c4e6d5f1891f69f976c' }, "Previous")), h("div", { key: 'c4c4305533ede55d77eb5f3dec24712a7ef3d5bc', class: "pagination_numbers" }, h("gb-pagination-number-base", { key: '7f50e03002fe80af9437e57ab22193d46042489a', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default' }, h("p", { key: '489d2dd318f06800640dbd3e4c2be33d1e38a10f', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: 'c3941e0a2ee7d13b295b5c194e5eca3ac049f47d', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default' }, h("p", { key: 'bb607aaf455ebb7a4d8c7c931807ee423d4eabc3', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '7a66dd70aadb0ada40091a874f17aa9de091958f', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default' }, h("p", { key: 'a9e3994317f15f4e58ddb955d069dbc0abb66d4b', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '880f40c0f706ca4ffbefaa4b3bd408005e7c1e0a', shape: this.shape }, h("p", { key: '64c16bc7fd295d5ecb77b73b14080d071bafc78f', slot: "page_number" }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: 'fa3e9ab63fbc609f4caa96a70369fafa4a515d61', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default' }, h("p", { key: '259330fd89e838b6b134525e2a2cab34d45a21fc', slot: "page_number" }, this.totalPages - 2)), h("gb-pagination-number-base", { key: 'aad8d53e6caeb9deadb0b116e6ae215da111af58', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default' }, h("p", { key: '0df1de89edbda0c61cee3fa0bfa06959f95b46d3', slot: "page_number" }, this.totalPages - 1)), h("gb-pagination-number-base", { key: 'f6ab797254fbb4c5ee4cbf78edcd6097d45c4266', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default' }, h("p", { key: '9a955270a0e0b067cf9905d8297692f6cefbc907', slot: "page_number" }, this.totalPages))), h("gb-button", { key: 'c9c098204c21a8e45ab30fcca4a5abbe7859bd16', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, h("p", { key: '446378f4d5993f2aa2b7c851bf32d81bbd9c870f' }, "Next")))), this.type === 'card_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '53c691fb5b02eaabbe9ea7a319a77c4a00fc2ce5', class: "pagination_entries" }, h("div", { key: 'c6db9d562a99b5161ecbd6ff314102de02501bcd', class: "entries_text" }, h("p", { key: '046b712c448c24c8936bb19cefcd04d7e75e7052', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: 'd9599a7646d220ff76acb0684752296a75e6dbf2', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '43c2da9f3daaed8569ded16a84403298b3a9646f', 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: '1e6d81ff2c214efeb5e8bffac5ea65d94ee0be79', class: "pagination_numbers" }, h("gb-pagination-number-base", { key: 'c70f1a51237d469c805e4c4bb49144d7efc1ac1b', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '52184d9a0e21ae95f1ad598ff2284620674db6a0', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: 'e45b1feda34b6de83bbf4514cc2f9a2605123714', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: 'e3b9cb29b534f1820b9e290d57526bc0275f82d2', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '5f0cfe47f01a8bf55298e9547b3835d52942a32a', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '41495083e36055d3a9c97e25db307963661b1f85', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '08a79bc505230602a3525d6f2949c82e837a61ad', shape: this.shape, state: "default" }, h("p", { key: 'bafd67d31fd3ec2a22f4a856629e21ac843dff7a', slot: "page_number" }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: 'd66dd15dff4e4abfda2ccfcadca0aea01ebed2c6', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: '276947cc4cd9a0a21e481e278a5a2a9755b92c6c', slot: "page_number" }, this.totalPages - 2)), h("gb-pagination-number-base", { key: '226e12ad5599996025abed2cc8c7e19c07fe4d77', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: '2e48749ccf5d6e6ddd361b65c83ce9da9dd30da6', slot: "page_number" }, this.totalPages - 1)), h("gb-pagination-number-base", { key: 'e69b9dafd6df4b10576abe1fff09ed961d28ccd6', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: 'ab20fb5a746e3367397e7ec22330e19e2179f646', slot: "page_number" }, this.totalPages))), h("div", { key: 'ee738310fa371dd8136c456307e5cfe154c7413d', class: "pagination_btns" }, h("gb-button", { key: '9551bc779e674069c7bace4c339d10f5d310f8a2', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("gb-button", { key: '414202cdffb1d5e577f03f554792bac30f478e2c', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))), this.type === 'card_minimal_right_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'ded90fda6f1938cdf80b8752bfd9400f47a89adf', class: "pagination_entries" }, h("div", { key: 'e5d105db6004a2cda296bdd6fb8c9a1b862ae314', class: "entries_text" }, h("p", { key: '7eabe21fb60caf60c0f17eb3cabe22ea5126f4a5', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '8e32c1dd4a44900b0705a4e7c49245b8a7373b44', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '5914ea19e33ff2a17f5a5098c6dc03c8a5e90900', 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" }))), h("div", { key: '94830fe65e04271a0d4421a0031ace0793bbd42e', class: "page_number_text" }, h("p", { key: '739597029968db80d72ec2637b73d14c361fa830', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("div", { key: 'e244c4877d4e00c1e8a70ab70d87b88662d2e2ba', class: "pagination_btns" }, h("gb-button", { key: 'd80a30ed2862429d219b22eb752d65b917a82e69', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '197edd929b01dc3593c333efd6933ee314dbf078' }, "Previous")), h("gb-button", { key: '3a63b271e487ceba82b5b4556f2e21f7dc02ab57', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: '2b62291f4cb7f08f4685aeade8fffc84ee34cd22' }, "Next"))))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '121df6d95b535020b03cf231c362dc1dfceaaad7', class: "pagination_btns" }, h("gb-button", { key: 'cda4dec26075fa6d2d2460db66a1d6f3af2fbbd6', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '381828bc4a11ade344855c1d68d408d11f51fb90' }, "Previous")), h("gb-button", { key: '712b9d312984f4e93425cbcf7223a8e365ea16f2', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: '2d5ac6832bc288faad276fa33c65d8e8f0de615a' }, "Next"))), h("div", { key: 'ec626eb17f9036f085de97bbcd339a2e4390e94d', class: "page_number_text" }, h("p", { key: '7df95181851ca4d06dde6fb41142d74665c96f56', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("div", { key: 'f32c0b54885a57e061bf9242c95980020974fca6', class: "pagination_entries" }, h("div", { key: '1a0d1240515850cf252a3fa008d380172a0e5017', class: "entries_text" }, h("p", { key: 'ae605849beaca911f21f3b3c14ae0b72d5006d02', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: 'e0019a34353f72f6b3c35dbbb6f82a15a960dee1', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '30afc6a40ed23f4db0e773b112994d1a924d67d6', 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" }))))), this.type === 'card_minimal_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: 'c42f000a769e80fe99b6a49f11c28f8b7f87bc53', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '5b2fe85f2e7be4fb71db38a1d66888615dac431b' }, "Previous")), h("div", { key: '918140dc6c7a6e0c405d1f4cf0adf97a53bfb882', class: "page_number_text" }, h("p", { key: '9241057d810dc386b4ac40094351f132883e83e4', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '2359c104a75ca5b6e4d205f1e8fed6114aeb6cb0', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: '2aa31fee4e5ca6d75ae5001b3c97fae4a2c42701' }, "Next")))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '9fc008d8a9be827802b0fda5e6f3fc442303c4fd', class: "pagination_entries" }, h("div", { key: '8ef973949dced3451ead4f096e7001acbc2cb7d0', class: "entries_text" }, h("p", { key: '149dc3f7fdeafd50b7d59d4449819197c798c25e', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: 'f82d438acbfd9e537ce1ca95cb967928d308cc9c', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '2fcfe12d5b0966b1154fe44c2d2fe4c446399784', 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" }))), h("div", { key: 'bab0a149ac88f8c5fd40456cfbad55fbd7da3e3d', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'abb49c8dbd008e224daa0db3afcd201aaad0cbbe', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'de3b71ff4d22fbc8273657caefb950ec2ee46536' }, "Previous")), h("div", { key: '8ac898c2d0cb0f5cce5da5d479d25d92babf5d36', class: "btn_group" }, h("gb-pagination-button-group-base", { key: 'b15f7d94c6d8b24b2dfba3fac8563bef4c5a38c7', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '9133b174a5000c43ddb3120b23ea0edc47ff7677' }, "1"))), h("gb-pagination-button-group-base", { key: '5808fa8c9634003c4a10b2a6b4212c820711fb16', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '1ea581a7496e220d685866bd52f7c1963fff7bd4' }, "2")), h("gb-pagination-button-group-base", { key: 'eeae2e54a0e236f1fe1839842c57353ef4d0956d', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '983354351174862e8a94723665a93ace3b36e7b8' }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '675b5d483716b41794e959b81ee7a4a5b5436e59', icon: "false" }, h("p", { key: 'd6bbbc57e60e140f07d582b65822c2d9980e5669' }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '855407c9e7157952a02a681b2ea4849f20b92bbc', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: '8870273a1667e0ad08859f7eea221b45e7b716c6' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: '472bcd078b58a038d21540abe3de9daa4437737e', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: 'daa89f085b47d24314a66c752279ae4ad34c30ce' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: '4d99bd8282d87edc798c353ce41fb5cbd790ad98', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: 'f48c3e1a8087195e1aa7513313ac9e0c846c839e' }, this.totalPages)), h("gb-pagination-button-group-base", { key: 'd45df853ee717b461ab24b732d66f558f9bb8564', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'e0565aab6e681f2b153bdbfb9c0dd7d4f72f737c' }, "Next"))))), this.type === 'card_button_group_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'c423abf2a2b2d058fb461c79d82cbf9dcef6f0f2', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '7feb6fc3435a68dcb78ce52dbd8bff45a99ec939', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'c728348bb3eec056b3d33a1b744a416ee0a729fc' }, "Previous")), h("div", { key: 'a63e2d7fc18e128b6595d05fe6fc32dc356cd63b', class: "btn_group" }, h("gb-pagination-button-group-base", { key: '354407e7d6eb4af8d0da090c3fbd929d534ceefd', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '2533be10cec555875eae798d19429d5491841c48' }, "1"))), h("gb-pagination-button-group-base", { key: '94949c624972594061b171c769f2ac6179a46767', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: 'f313ef0eade8544fd53a1732e65da810a942ef54' }, "2")), h("gb-pagination-button-group-base", { key: 'a4e5409b99faccef9b3e8f3cfff9fb67adc0c2d8', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: 'db3ae10a5b0e5bae6391b905f138e0fd20241e85' }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'a69b6e571888fd24c8e48467c6312e413c728637', icon: "false" }, h("p", { key: '762f2a9f3cc608e30804ecd563354d18b0425e9f' }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '45d6cb2d9d6bd8676969e23a6e1a66f3675a304b', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: '5361f04be3cc16ef1894a1c2a3bd808ea732cfa2' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: '7209f4962feb301764619e5ecf6f8768929fb681', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: '59a184ad0e78d823a8ae7c22d1f9d70f7a3f181f' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: '35adf56734c901a9e555065a8399e5aac049d8cd', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: '66fb6f694066d02d2b4333679447fa7bb512babb' }, this.totalPages)), h("gb-pagination-button-group-base", { key: 'caef7ba753e0dc3c94f2c95dc3d7eeded7449d24', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'c7b1bc6ef3bcfa94771fe6061fa36d1227dedcaa' }, "Next"))), h("div", { key: '0a0f975bf404ea7d6d5496777c2fda6b1baf3fbe', class: "pagination_entries" }, h("div", { key: 'a1825555ec2e04c1f3077a40c37e026e67ea00ef', class: "entries_text" }, h("p", { key: 'bd62ee336cbdfb036ec715c77fbda73df72e3268', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '5e9e44961c2e74bbf123a4a3199dd1739e6a321e', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '23ded31ef4f9a401584f530448d81da65e5ff9b7', 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" }))))), this.type === 'card_button_group_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '7115be444b9eb267f135ef759295e18069500cdc', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '937375e86cedd84c226317dd0072736a55ce7f4a', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '920f0d271d0e5ff189ac0366f8b605490047c196' }, "Previous")), h("div", { key: '931889acf0b818812a1ee7120939fdc71f278d99', class: "btn_group" }, h("gb-pagination-button-group-base", { key: 'e3d4bea2f738b90f7976e8d86731aef837438371', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: 'ac3254f299c763fd45b99a4c995c704c630e0343' }, "1"))), h("gb-pagination-button-group-base", { key: 'd00352e518dab90930e58860fd2ad1ee062d6785', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '698ebe9ca69cc1528613a9fcd7335ff969de10e4' }, "2")), h("gb-pagination-button-group-base", { key: '57b043b0391d04b9da5715d3e02fa93a0b9d39f8', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '46d24a4b6b55d3bdec0b48293343f2f82639c71b' }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '8a38f19e08ed4fdbad6129969b0d4765ebeace78', icon: "false" }, h("p", { key: '6f2fccd25f98084f8bdf2ab7817c7b66653607b5' }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '242144952e3f3cc378b2ae0422bec60dae728971', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: '4a921172c9ef648b8916304133dc47c37d40a760' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: '2b97aa9d8429265b0d04047ca115c3f1c484ceaa', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: '939dab3ddbc85b0ab595c624c106151583bb72e6' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: 'f46293956463c372ebdd68423bf1d70db7652152', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: '62605d4e68f8c5c9abb1eb6109dee19124757a49' }, this.totalPages)), h("gb-pagination-button-group-base", { key: '82c53d6fd6f9ea9e84c8531d836e7a3051e3da7b', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: '13d8be7b1b4a9f1cbb8b0670976eb503f54ddcb9' }, "Next"))))), this.type === 'page_default' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: 'd8e03f414d8f6d511c3b374ec81944fecca29eef', 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: 'fd64d619abc99576471370b75ffb07b30575c27e', class: "page_number_text" }, h("p", { key: '58072e470ab3f56ac8a88bfff15b6b5318c31fc7', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '7b0528347aff4a128d762a8b2e350f4e901f979c', 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: '13227d33c13151bd9f44c529240c41aa36fee9f1', 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: 'db05a45246cf60bc0e4959cd7cd239087a1b2b98', class: "page_number_text" }, h("p", { key: 'a3de3efce265ad1637440eb9c77e520e78788231', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '7325b70ecd331853d660d54a5d38a88867231b2b', 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: '29093376a82aaa2756580e9c70c6a942661b9d7c', 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: '4bce0d097a4f12a3036ee7b400b454ec382a7adb', class: "page_number_text" }, h("p", { key: '07cc7715f826fa4944ec22b4433026fa723948ca', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '24e31ac25f7548088c391a936be8d8718d5d4b66', 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: '326c611638925adaaffa555c6f3bdd2b9e4ab9d7', 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: '726f08aafcc5a8139d7bea08d79d3b55987fc268', class: "page_number_text" }, h("p", { key: '4bd686b0c66501b545d17970c1abcbe9637936c9', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '295591be620871f0953a715f8ff6e1971e48275f', 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: '1a676770d7e592b3031f55c6077478ffb04d294e', 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: '5cf2cfc9483e487080df4962ba5ef37f2c994336', class: "page_number_text" }, h("p", { key: '931c35c2a29db5aa5aed25979990d0f96ca3e319', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '90e071b3393631ddb81bbfd97b17e6d1a4cc28cd', 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: '81edd6552cc4346549db9bdf874e2f963a5dfc38', 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: '95665257f43b517ad222dda2fd03dd1c84503f37', class: "page_number_text" }, h("p", { key: '1b034b345f63eaa93c09ff4a0bcf619298edc613', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '5e91450645fccd7142a3358186c48d76cd156a55', 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: '84143d45a355e2e210bb14b7458a240f4372b3c2', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '1a36b35e6eaeedd8981e4529027f02735f500207', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '0567f1e768b63e598f00bc4e8187cd01b4842591', class: "btn_group" }, h("gb-pagination-button-group-base", { key: '70fa282658ba7593fb8da9c01472eac2734bd55d', icon: "false", state: this.currentPage === 1 ? "active" : "default", onClick: () => this.currentPage = 1 }, h("p", { key: 'bf0d6b80eb877396879afa6934686e535b8cce5f' }, "1"))), h("gb-pagination-button-group-base", { key: '5b542e678f0dd7153f427f45b605bf2f1a1f3659', icon: "false", state: this.currentPage === 2 ? "active" : "default", onClick: () => this.currentPage = 2 }, h("p", { key: '271fd56edfc4374fecc3cd3cf268dbcb8ac507cb' }, "2")), this.currentPage > 2 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 2 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '0dc724b88029087bb061d8cfa97513e2d3c3603f', icon: "false" }, h("p", { key: '4d0af24a1d3eb19ccf353d91010a15aaffc6a4bd' }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage <= this.totalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.totalPages / 2 && this.currentPage <= this.totalPages - 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '7603d5209369317f562702f820cf8f35b62ff7db', icon: "false", state: this.currentPage === this.totalPages - 1 ? "active" : "default", onClick: () => this.currentPage = this.totalPages - 1 }, h("p", { key: '9509cef22895ad958af356cb56fe374b835e9967' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: '99f15a1a7af43f398b2e03a2a18e170ef7d4282e', icon: "false", state: this.currentPage === this.totalPages ? "active" : "default", onClick: () => this.currentPage = this.totalPages }, h("p", { key: '7f00056ee0706c9479a1aadefcb3dffb3ecc4a6e' }, this.totalPages)), h("gb-pagination-button-group-base", { key: 'cbfcca69010e64ff614c4578a557e85e4623b3c8', 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: '079f6ff8abc671ebf716e6263d3e59fb4025f256', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '51fdec4e563f9bf57fb66d009d2d4fe4e058d569', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '1bbe9c25b5f1a4547abc7ecd0c602ee4b11c9ff2', class: "btn_group" }, h("gb-pagination-button-group-base", { key: '5401f1c6e518923305cb94be23cd7d9aacdf9777', icon: "false", state: "active" }, h("p", { key: 'cb9a6dcbf957cc1c08c1800baa292053371debcd' }, "1"))), h("gb-pagination-button-group-base", { key: 'd762a74109221e2a7b88723a9dfbf9f8491b02f7', icon: "false" }, h("p", { key: '29d54fa58c01969fa21cc86d4d9bd055cea8135d' }, "2")), h("gb-pagination-button-group-base", { key: '3d5dc5a7fb562f96e740ebaa98a2201d8f9e383f', icon: "false" }, h("p", { key: '22d4e09d6686b3a268bafc0dc0be7a8ba01dc484' }, "...")), h("gb-pagination-button-group-base", { key: 'd8d1c7f4ef7fb421c98f61867f413ee488695f70', icon: "false" }, h("p", { key: '118213362e8c53ca0357cab88ea4726380c8fd9c' }, "9")), h("gb-pagination-button-group-base", { key: '3fc97abb9789faef54b459c2c7766044c2adb3f0', icon: "false" }, h("p", { key: 'f01fd959f3d5c0e23684e35ade39cc96e1b131c1' }, "10")), h("gb-pagination-button-group-base", { key: 'e6198975f06056acfd7505cf8cba08e90d2ae981', 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: '32454cda61838ad10c7fb7f9ed793c5c69abed2b', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'd68cbe6044c3632956d230672caea89e4b640f9c', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '5f6ef1b15571da33abb5f8352caa4a45e2629baf', class: "btn_group" }, h("gb-pagination-button-group-base", { key: 'f711a4c6431fbef22f3caae800b8dcd594978edc', icon: "false", state: "active" }, h("p", { key: 'f89c48a9e54380d1f323d6b85a6f6d1c09c0a432' }, "1"))), h("gb-pagination-button-group-base", { key: '7a0f6b1bfb2b05aa87dea71ad8f71d24252189f9', icon: "false" }, h("p", { key: '53e47dcdaf5fa78dd34b2d0e4575f841b7ddd5ab' }, "2")), h("gb-pagination-button-group-base", { key: '0718eb74ba6024b1b1a6a6813094815e7d611697', icon: "false" }, h("p", { key: '98422da272a6101563370147b1e3f165733aeafe' }, "...")), h("gb-pagination-button-group-base", { key: '99f4ad6ba0638c10f4b5073cfd63007b66424447', icon: "false" }, h("p", { key: 'a96fbc64586de61f6961f92d77252b9d1d05e423' }, "9")), h("gb-pagination-button-group-base", { key: '7d86c4306e4aa2327c75d09f1a0658189fd663ad', icon: "false" }, h("p", { key: 'bb34f41d5df6cb6f2bc8ec108b4f710c3725a93a' }, "10")), h("gb-pagination-button-group-base", { key: 'c531563885e50ebdd162ca809170d1be02907036', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))));
36
36
  }
37
37
  static get is() { return "gb-pagination"; }
38
38
  static get originalStyleUrls() {
@@ -23,7 +23,7 @@ export class GbPaginationButtonGroupBase {
23
23
  this.leadingIconSvg = svg;
24
24
  }
25
25
  render() {
26
- return (h("div", { key: '66726692f0c5fef3b046c61f005a1305d24971f2', class: `button_base_div ${this.icon} ${this.state}` }, this.icon === 'false' && h("slot", { key: '12fb9c2bd83043285956c32ac53ee8903139201c' }), this.icon === 'leading' && (h(Fragment, null, h("svg", { key: '08df490ddef17304c98a608a623aae7b4035a542', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'b28325cf4b5f4a8f844bd4453aceb6eb944ad3f9', 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: '3d83dfe40c1c74d495f8b777eed5fa03200ca70e' }))), this.icon === 'trailing' && (h(Fragment, null, h("slot", { key: '8c9f2cf259b4316b2cb142d253e398c18af6b091' }), h("svg", { key: 'cdf2129507dd65ffe8c786d4b48b78b8ebcd38b9', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '6e6e2ef97a23fbfcc7ed0af876339d5517a4ce76', d: "M16.6668 9.99984H3.3335M16.6668 9.99984C16.6668 11.0978 12.5003 14.1667 12.5003 14.1667M16.6668 9.99984C16.6669 8.90185 12.5002 5.83337 12.5002 5.83337", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))), this.icon === 'only' && (h(Fragment, null))));
26
+ return (h("div", { key: 'c21f407069c60b42a809cafcf1f49af2b3223988', class: `button_base_div ${this.icon} ${this.state}` }, this.icon === 'false' && h("slot", { key: 'f46017416f70c3544326d43558f96f371854a819' }), this.icon === 'leading' && (h(Fragment, null, h("svg", { key: '238b367815f66b5c7d9e0a5e5b23fd4032c0b3fe', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'cb3d6e16b95a3f2f1766b0d18e67c5c6d320f699', 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: 'bc68921226ccdef3207367204583bebef0f8cee3' }))), this.icon === 'trailing' && (h(Fragment, null, h("slot", { key: '32b059b6d19ff0b27b5757f6be8561b7a31b7b00' }), h("svg", { key: 'cd069f0c714e9440db14827095731e761fe0a8c1', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'd26d0daf4e32769e80e018fd8dcbc6a1ce69a119', d: "M16.6668 9.99984H3.3335M16.6668 9.99984C16.6668 11.0978 12.5003 14.1667 12.5003 14.1667M16.6668 9.99984C16.6669 8.90185 12.5002 5.83337 12.5002 5.83337", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))), this.icon === 'only' && (h(Fragment, null))));
27
27
  }
28
28
  static get is() { return "gb-pagination-button-group-base"; }
29
29
  static get encapsulation() { return "shadow"; }
@@ -7,7 +7,7 @@ export class GbPaginationDotGroup {
7
7
  this.framed = false;
8
8
  }
9
9
  render() {
10
- return (h("div", { key: 'df6c6361a10abd397969652e1bc0064fad437ee6', class: "dot_group_div" }, h("div", { key: 'ba4eb3f54526c18bec4d1fba79f986d53471e75d' })));
10
+ return (h("div", { key: '07ec77d53f8dd3cf495f5ba9ae75434677fd9400', class: "dot_group_div" }, h("div", { key: '53c550aa31df4fdedb450bb725e75ced8ed07dca' })));
11
11
  }
12
12
  static get is() { return "gb-pagination-dot-group"; }
13
13
  static get encapsulation() { return "shadow"; }
@@ -6,7 +6,7 @@ export class GbPaginationDotIndicator {
6
6
  this.size = undefined;
7
7
  }
8
8
  render() {
9
- return (h("div", { key: '13c5ad87bc115a9949761c3c4925baf20fa026c2', class: `dot_indicator_div
9
+ return (h("div", { key: 'd9df6246705206942e8514a549b8974d82f5c811', class: `dot_indicator_div
10
10
  ${this.type} ${this.current ? 'current' : ''}
11
11
  ${this.size}` }));
12
12
  }
@@ -17,7 +17,7 @@ export class GbPaginationNumberBase {
17
17
  }
18
18
  }
19
19
  render() {
20
- return (h("div", { key: '4f291f6c2ae86f55eacbaf4fb7c63d2a05025fe7', class: `page_number_base ${this.shape} ${this.state}` }, h("slot", { key: '35469e9d43c8862abc879e96b85db0273ed3c596', name: "page_number" })));
20
+ return (h("div", { key: '2a0955c4ae070302dc7a73b8c24e6bc4d3f88ab6', class: `page_number_base ${this.shape} ${this.state}` }, h("slot", { key: 'c3a38d1c9bd644d817dd3cbfad620b951969c7a4', name: "page_number" })));
21
21
  }
22
22
  static get is() { return "gb-pagination-number-base"; }
23
23
  static get encapsulation() { return "shadow"; }
@@ -8,7 +8,7 @@ export class GbPasswordButton {
8
8
  this.isPasswordVisible = !this.isPasswordVisible;
9
9
  }
10
10
  render() {
11
- return (h("div", { key: '9cc8c0e7277cf287226a33cd69cf588a0f295dc5' }, h("gb-btn", { key: 'c48766c4ed6322bd436629c2ebc8d03793f6c224', size: "sm", hierarchy: "link_gray", state: "default", onClick: () => this.togglePasswordVisibility() }, this.isPasswordVisible ? (h("gb-button", { size: "sm", hierarchy: "tertiary_gray", icon: "default", state: this.state }, h("p", null, "HIDE"))) : (h("gb-button", { size: "sm", hierarchy: "tertiary_gray", icon: "default", state: this.state }, h("p", null, "SHOW"))))));
11
+ return (h("div", { key: 'cb4098b5ed99cf57d7f8e953805a2583e22b5493' }, h("gb-btn", { key: '775d0bd78bb5a43854501b454fb7b638926caada', size: "sm", hierarchy: "link_gray", state: "default", onClick: () => this.togglePasswordVisibility() }, this.isPasswordVisible ? (h("gb-button", { size: "sm", hierarchy: "tertiary_gray", icon: "default", state: this.state }, h("p", null, "HIDE"))) : (h("gb-button", { size: "sm", hierarchy: "tertiary_gray", icon: "default", state: this.state }, h("p", null, "SHOW"))))));
12
12
  }
13
13
  static get is() { return "gb-password-button"; }
14
14
  static get encapsulation() { return "shadow"; }
@@ -7,7 +7,7 @@ export class GbProgressBar {
7
7
  }
8
8
  render() {
9
9
  const progressValue = Math.min(Math.max(this.progress, 0), 100);
10
- return (h("div", { key: 'fb684a4d517574cc86c375b82f43b61313260b6b', class: `progress_bar_container ${this.labelPosition}` }, h("div", { key: 'fbe0197e783fb00c62d98ac58fcbc025d45e72a9', class: "progress_bar" }, h("div", { key: '7ffa8750b899755d4bb8e8c7b7993feae203f294', class: "progress_fill", style: { width: `${progressValue}%` } })), h(Fragment, null, this.showLabel && (h("div", { key: 'd3ff667d128195b1925e36afe5a9cf099e746246', class: `label ${this.labelPosition}` }, this.labelPosition === 'right' && h("span", { key: 'a49259569a5d97d73790c1d07b3d57cdfc2655bb', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'bottom' && h("span", { key: 'd47b514c38a32cff7ce7e1229251042ce167bd16', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'top_floating' && (h("gb-tooltip", { key: 'b9aac4b7f767ce8c20ead5b1f2dbccd8ce6f1ead', class: `top_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 6.5).toString()}%` } }, h("p", { key: '3bed3a20f410397a9ea8292b70f96bf3e7124f21', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))), this.labelPosition === 'bottom_floating' && (h("gb-tooltip", { key: 'f7204ad4679e748dddea4f037c1c7137f939c5b3', class: `bottom_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 59.5).toString()}%` } }, h("p", { key: 'c0f8d74c3b527faa3887511db086ceee771e4433', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))))))));
10
+ return (h("div", { key: 'b088ea298c849190f032ee78068f361776f5c1c8', class: `progress_bar_container ${this.labelPosition}` }, h("div", { key: 'd281aed15fcff0881e9f5328852fdec0d3b3afbe', class: "progress_bar" }, h("div", { key: '14fa4c4eea71dc7a859982d4dcf441340cfa510d', class: "progress_fill", style: { width: `${progressValue}%` } })), h(Fragment, null, this.showLabel && (h("div", { key: '10e6adb91bc94b0d1e28e146c094e7c1aa66972e', class: `label ${this.labelPosition}` }, this.labelPosition === 'right' && h("span", { key: '9ee48a7cefdbf2d7038643c5adb3d6df21b25ceb', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'bottom' && h("span", { key: '4cf39cdc8816cffde2064658fe8f2ddf7740fdca', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'top_floating' && (h("gb-tooltip", { key: 'c9cd6eed8d28fe38cebed9d6199868d1aea48042', class: `top_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 6.5).toString()}%` } }, h("p", { key: '5c498c4484876bc528568735193ac99d58230a1d', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))), this.labelPosition === 'bottom_floating' && (h("gb-tooltip", { key: '9fe5ab43434ded05b0494843f2b3c7c0bb66dfc6', class: `bottom_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 59.5).toString()}%` } }, h("p", { key: '74578980b2ee57c29eb96e0f73f83bd7a0f4662e', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))))))));
11
11
  }
12
12
  static get is() { return "gb-progress-bar"; }
13
13
  static get encapsulation() { return "shadow"; }
@@ -30,7 +30,7 @@ export class GbProgressCircle {
30
30
  }
31
31
  }
32
32
  render() {
33
- return (h("div", { key: '664c4f0e9fdfadf84ee91bb10bfa7c23636eed3e', class: "gauge" }, h("div", { key: 'e179ff0b009cd54f1fa372f4aff5989333f9be99', class: "arc", ref: el => (this.arcElement = el) }), h("div", { key: 'e42990834267d372f608e7dc4d7866e00f7cc9fe', class: "mask" }), this.label && (h("div", { key: '412374ad04af7c8fb14f4686780f594bb28cdf4d', class: "label", ref: el => (this.labelElement = el) }, h("p", { key: '8cbc5de3f2264f3828d011d3c38d765c2a228023', class: "display-lg-semi-bold" }, `${this.progress}%`)))));
33
+ return (h("div", { key: '92a64a225d9e277c1cead42e28ba532be5735c33', class: "gauge" }, h("div", { key: '31f47b93724eb88c62615d084fc112f4344bc1f4', class: "arc", ref: el => (this.arcElement = el) }), h("div", { key: '24006ef0a8cc36e5d74ba93c0a733b341280a7f9', class: "mask" }), this.label && (h("div", { key: '2e42d66a2a4d14691bf6a85eb3766ea54102bf63', class: "label", ref: el => (this.labelElement = el) }, h("p", { key: 'f20646812e084b6b70db49a01e3837a5d357c8ba', class: "display-lg-semi-bold" }, `${this.progress}%`)))));
34
34
  }
35
35
  static get is() { return "gb-progress-circle"; }
36
36
  static get encapsulation() { return "shadow"; }
@@ -15,7 +15,7 @@ export class GbRichText {
15
15
  destructive: this.destructive,
16
16
  disabled: this.state === 'disabled'
17
17
  };
18
- return (h("div", { key: 'c9b9414d8c598bf70a921fde572432cb455de79c', class: classes }, h("div", { key: '71cc66d2a0587b6d0c1baed6f9b108b1c39ade2f', class: "input-with-label" }, h("label", { key: 'c0b5438d9db01f8c86a260e9d14a657d251dfccb' }, this.label), h("div", { key: '5eb071836bc86d45f2709636bfd65e05cd8e8226', class: "input-container" }, h("div", { key: 'd55dee1fce024af0c36767b15fd73bf9d85a6c78', class: "toolbar-container" }, h("gb-wysiwyg-toolbar", { key: '539719b7a7626c96b405815049d6777435a586a6', breakpoint: "desktop", bold: true, italic: true, h1: true, h2: true, quote: true, link: true, image: true, bulletList: true, numberList: true })), this.destructive && (h("span", { key: 'bcaa0fbaf23e9fcd795fdbcb76e62fd2f54917ca', class: "error-icon" }, h("svg", { key: 'abb65479c56904c1cd6cd60e7855c2ae512642e7', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { key: 'da1216ebeac4dc432ff52431be98a06c9549b838', d: "M7.99483 10H8.00081M8.00016 8V5.33333M14.6668 8C14.6668 11.6819 11.6821 14.6667 8.00016 14.6667C4.31826 14.6667 1.3335 11.6819 1.3335 8C1.3335 4.3181 4.31826 1.33333 8.00016 1.33333C11.6821 1.33333 14.6668 4.3181 14.6668 8Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))), h("div", { key: 'de6acfde6469d2cb3f19462755882f5e91703511', class: "text-container" }, h("textarea", { key: '12105112b1554a8275484699c409a023ab05efda' }, this.showPlaceholder && (h("div", { key: 'e4315cd64a5e67dfd1d62994312cff81e85bc4ac' }, this.placeholder)))))), this.showHintText && (h("div", { key: 'cc1ecdc21cb3f9b6c409c68fd416e9320a0a6247', class: "hint-text" }, this.hintText))));
18
+ return (h("div", { key: 'e6c8642c08d2ed2c5a2533a287eedc2e8d132141', class: classes }, h("div", { key: 'bdb3a13d6f516df9abb2d6517241f9520b32c0d7', class: "input-with-label" }, h("label", { key: '091be54c2ddba2e58f842878a74a5314901db583' }, this.label), h("div", { key: '84bd0474afa3f01ffbed4ddaef174e77a2dc0a07', class: "input-container" }, h("div", { key: 'b8e24f61c541fc003ae2e53514bf6b5ceebed08d', class: "toolbar-container" }, h("gb-wysiwyg-toolbar", { key: '935286e2a038397881f559120f4f4acf8d2fe862', breakpoint: "desktop", bold: true, italic: true, h1: true, h2: true, quote: true, link: true, image: true, bulletList: true, numberList: true })), this.destructive && (h("span", { key: '6c6b4d434ae954afdc4bd7bf9d0d5bb3448107a9', class: "error-icon" }, h("svg", { key: 'ce902df811835e7938b1f0b96c8e844181479e26', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { key: '7640847db6ecc756ddc38d1f89a3c6c2777a7aa7', d: "M7.99483 10H8.00081M8.00016 8V5.33333M14.6668 8C14.6668 11.6819 11.6821 14.6667 8.00016 14.6667C4.31826 14.6667 1.3335 11.6819 1.3335 8C1.3335 4.3181 4.31826 1.33333 8.00016 1.33333C11.6821 1.33333 14.6668 4.3181 14.6668 8Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))), h("div", { key: '22c805cb2ea9fba08f5b4e641a8a7e40b8047cfc', class: "text-container" }, h("textarea", { key: 'daf663b158090a3049d112b3a09b1d3d705811ec' }, this.showPlaceholder && (h("div", { key: '16f1909688bde8917df4eab9bfd77fab3c9d4bd0' }, this.placeholder)))))), this.showHintText && (h("div", { key: 'c37283a8e34852d685fda114f49f53c3e669f552', class: "hint-text" }, this.hintText))));
19
19
  }
20
20
  static get is() { return "gb-rich-text"; }
21
21
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ export class GbScrollbar {
4
4
  this.length = '25%';
5
5
  }
6
6
  render() {
7
- return (h("div", { key: '28f02133e1a87048086be1c89b04581290649ec1', class: "scrollbar-container" }, h("div", { key: '5abfcb4961ce0cac429ad88961f34d31217fb290', class: "scrollbar", style: { height: this.length } }, h("slot", { key: '48a8f586e42b133fbe4836ed3050df3695549c89' }))));
7
+ return (h("div", { key: '07e8ec2ff2a1f7c53cec5b4cff5a1fbe0faa99f6', class: "scrollbar-container" }, h("div", { key: '5483410a8af9456cd6f719d5c113b83b6c9abd08', class: "scrollbar", style: { height: this.length } }, h("slot", { key: 'de07fc69eb4803455e3b0b02035c078b66f42a73' }))));
8
8
  }
9
9
  static get is() { return "gb-scrollbar"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -32,7 +32,7 @@ export class GbSideBarItem {
32
32
  render() {
33
33
  const redBarSrc = getAssetPath(`assets/bar.svg`);
34
34
  const whiteBarSrc = getAssetPath(`assets/bar_white.svg`);
35
- return (h("div", { key: '0904819ef4741c8eb299745c9c9b7e48bd803afd', class: `side_bar_item_container`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, h("div", { key: '9013a57989a3b2809a837c7fd602cb917f38b34a', class: `nav_item_base ${this.state} ${this.type} ${this.category}` }, this.state === 'active' && this.category === 'plain_background' && h("img", { key: '1843fb6140f2ebf2c78e5152ecdf7de520941fb3', src: redBarSrc, alt: "", class: "bar" }), this.state === 'active' && this.category === 'colored_background' && h("img", { key: 'e146072893cc32fc8a7b00ac4260f63a6d680844', src: whiteBarSrc, alt: "", class: "bar" }), h("div", { key: '0afc5f3a292d0e6e264f6ec341bc703e9611e750', class: "content" }, h("div", { key: 'd4399c4003e055389da1b085d8248f1f07eea470', class: `icon ${this.state} ${this.category}`, innerHTML: this.leadingIconSvg }), this.type === 'full_with_label' && (h("p", { key: '459c64ebf35a7ec71d42ec5370b0b8f05cb6ebd0', class: `label_text ${this.category} ${this.state} ${this.state === 'active' ? 'text-md-semi-bold' : 'text-md-medium'}` }, this.label))), this.type === 'full_with_label' && (h(Fragment, null, this.showBadge && (h("gb-badge", { key: '066364d17bade83a64f11ec0759f6cc56748d33f', size: "sm", type: "pill_outline", color: this.state === 'active' ? 'information' : 'gray' }, h("p", { key: '2628d7ac9cf632c25da94fb30f369943fb45f4f2' }, "10"))), this.showArrow && (h("svg", { key: 'c51741c0255e29bab87b7b214cc43276efee6d73', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", class: `arrow ${this.state} ${this.category}` }, h("path", { key: '668da123213a39f1aded0b5ffa90cfb8bbc6eb18', d: "M6.00003 4C6.00003 4 9.99999 6.94596 10 8.00003C10 9.05411 6 12 6 12", stroke: "#212C65", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), this.type === 'icon_only' && this.showTooltip && (h("gb-tooltip", { key: '59660faa115d130b5ea78cbee39905f7e779c611', "show-arrow": true, arrow: "left", class: "tooltip" }, h("p", { key: '00484b08d214f7457b733f2d4228910d7539d132', slot: "label" }, this.label)))));
35
+ return (h("div", { key: 'd2e15d0add59f71f2d2f91fc288f0949ca126d2a', class: `side_bar_item_container`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, h("div", { key: '08b53ae648bb9eebe9c17a70bd18afdca57404a2', class: `nav_item_base ${this.state} ${this.type} ${this.category}` }, this.state === 'active' && this.category === 'plain_background' && h("img", { key: '0b6e78a32eb0496f381589dc55574d7e853eb526', src: redBarSrc, alt: "", class: "bar" }), this.state === 'active' && this.category === 'colored_background' && h("img", { key: 'dfae0080d3fa8551af3df38018b950bf69c7e6f5', src: whiteBarSrc, alt: "", class: "bar" }), h("div", { key: '23dd8449892ce86ad79e58f41cee7ad27c933342', class: "content" }, h("div", { key: 'f1b029268d46ac1f436b14e4bd617f974f7efa6f', class: `icon ${this.state} ${this.category}`, innerHTML: this.leadingIconSvg }), this.type === 'full_with_label' && (h("p", { key: '109a31eca48c21abac12f03f77540194fa5c8991', class: `label_text ${this.category} ${this.state} ${this.state === 'active' ? 'text-md-semi-bold' : 'text-md-medium'}` }, this.label))), this.type === 'full_with_label' && (h(Fragment, null, this.showBadge && (h("gb-badge", { key: '2532ffeb07887d75794631c8c0d382d392260b4a', size: "sm", type: "pill_outline", color: this.state === 'active' ? 'information' : 'gray' }, h("p", { key: '211c91bc32050a9b5285805e0cdab9bb5bbc9309' }, "10"))), this.showArrow && (h("svg", { key: 'cbd28af6c34aaa64ae8c611502be7069ee422651', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", class: `arrow ${this.state} ${this.category}` }, h("path", { key: 'c210a7c82165283036bce1ed5b3aa2d0bd9b1665', d: "M6.00003 4C6.00003 4 9.99999 6.94596 10 8.00003C10 9.05411 6 12 6 12", stroke: "#212C65", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), this.type === 'icon_only' && this.showTooltip && (h("gb-tooltip", { key: '592facf9832d86e42bf4de2f1fb963857d607346', "show-arrow": true, arrow: "left", class: "tooltip" }, h("p", { key: '49b946a445def14ea1e7306a00d54bf86341d02c', slot: "label" }, this.label)))));
36
36
  }
37
37
  static get is() { return "gb-side-bar-item"; }
38
38
  static get encapsulation() { return "shadow"; }
@@ -65,7 +65,7 @@ export class GbSidebar {
65
65
  const logoSrc = getAssetPath(`assets/globus_bank_logo.svg`);
66
66
  const blueLogoSrc = getAssetPath(`assets/globus_bank_logo_blue.svg`);
67
67
  const whiteLogoSrc = getAssetPath(`assets/globus_bank_logo_white.svg`);
68
- return (h("div", { key: '51bdcfbc114068b6e0ee5004a4d3c6bedec89ef8', class: `sidebar_div ${this.state} ${this.category}` }, this.category === 'colored_background' && (h("div", { key: '8b16d8d0f07ddf3d1414f1ef02f2936f78700b52', class: "pattern" }, h("img", { key: '4c19845be3e80fee03a180dfeb523418ba94eb5f', src: patternSrc, alt: "" }))), h("div", { key: '4c24b20a3642d5b3d65f38390c0f51a6f7c46aa9', class: "nav" }, h("div", { key: '3161a4d0cb3ce59f47bf917239e046dacc9be9e0', class: `sidebar_header ${this.state}` }, h("div", { key: '1163be23f35c0fa9b65da2f7b1e1c82675bdfaa5', class: `logo_and_name ${this.state}` }, this.state === 'expanded' && h(Fragment, null, this.category === 'plain_background' ? h("img", { src: blueLogoSrc }) : h("img", { src: whiteLogoSrc })), this.state === 'collapsed' && h("img", { key: 'fd23546d708289c71e9947342f6f837c7350f386', src: logoSrc, alt: "" })), h("div", { key: '497093513913dca57255607360a1997116f063b7', class: `collapse_button ${this.state}` }, h("gb-collapse-button", { key: '135d5fa3839fe0024d2a7256e226cb0e6332f5f0', color: this.category === 'plain_background' ? 'gray' : 'white', action: this.state === 'collapsed' ? 'expand' : 'collapse', onClick: () => (this.state === 'collapsed' ? this.expandSideBar() : this.collapseSideBar()) }))), h("div", { key: '738694895513a4cf2458364d3ca8d73ffe0c0643', class: "navigation" }, h("div", { key: '7b61156c08148638cbc60e6217089052e13b1a9b', class: "item" }, h("gb-side-bar-item", { key: '958fc5ecc85cfbe84a5d10d3f17e89ad09b2a72f', state: this.activeIndex === 0 ? 'active' : 'default', icon: this.firstItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(0), label: this.firstItemLabel }), h("gb-side-bar-item", { key: '053fd75f44a6581455a481d0261a0e6ee56e3d43', state: this.activeIndex === 1 ? 'active' : 'default', icon: this.secondItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(1), label: this.secondItemLabel }), this.thirdItemLabel && (h("gb-side-bar-item", { key: 'b96a61329f8970e9309b60a19721458a095cfcab', state: this.activeIndex === 2 ? 'active' : 'default', icon: this.thirdItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(2), label: this.thirdItemLabel })), this.fourthItemLabel && (h("gb-side-bar-item", { key: '9a4fc70436d20dddb7f67980c2991e0f78783a2b', state: this.activeIndex === 3 ? 'active' : 'default', icon: this.fourthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(3), label: this.fourthItemLabel })), this.fifthItemLabel && (h("gb-side-bar-item", { key: '44b36528a699cb5a99dfc25b8b74a890e5a43805', state: this.activeIndex === 4 ? 'active' : 'default', icon: this.fifthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(4), label: this.fifthItemLabel })))), this.showSecondCategory && (h("div", { key: '8bb0192a2d197fea62e41dee19e4b6f371d3081c', class: "navigation" }, h("div", { key: '8b895a23068b68dd9b0a2ac460e93e069c38ed56', class: "item" }, this.sixthItemLabel && (h("gb-side-bar-item", { key: 'e9c31ea2c421125c9eed3f242bb86b621e06e49d', state: this.activeIndex === 5 ? 'active' : 'default', icon: this.sixthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(5), label: this.sixthItemLabel })), this.seventhItemLabel && (h("gb-side-bar-item", { key: 'b83132ca871446dfde6bb4b6ec07bf71bd61ee3f', state: this.activeIndex === 6 ? 'active' : 'default', icon: this.seventhItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(6), label: this.seventhItemLabel })), this.eighthItemLabel && (h("gb-side-bar-item", { key: '9ddefff31fdc7bf132b85ca4d0380b4a1742e7b0', state: this.activeIndex === 7 ? 'active' : 'default', icon: this.eighthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(7), label: this.eighthItemLabel })), this.ninthItemLabel && (h("gb-side-bar-item", { key: '4d3d57dfd4be41556dfcde55b1270bcb6f40b374', state: this.activeIndex === 8 ? 'active' : 'default', icon: this.ninthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(8), label: this.ninthItemLabel })), this.tenthItemLabel && (h("gb-side-bar-item", { key: '2f11e4ba59ae91aa07a4b92b311009aeb59a8839', state: this.activeIndex === 9 ? 'active' : 'default', icon: this.tenthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(9), label: this.tenthItemLabel })))))), this.state === 'expanded' && (h("div", { key: 'f6f7b7ef299245283cbe50f6e5fa4a6544c78699', class: "application_name" }, h("div", { key: '9e4c1d2873d5a9f9e2c78287d107257dc6e46c28', class: `wrapper ${this.category}` }, this.category === 'plain_background' && (h("div", { key: '26599bb9a4213f4f6e3204c53239746d1c3a5f06', class: "application_name_pattern" }, h("img", { key: 'f51046fa483c8916a9e9d61a9a18231f04d2fbc1', src: patternSrc, alt: "" }))), h("div", { key: 'cbfe72ff8b909f4cd10cd716ab20ae04b659da57', class: `application_icon ${this.category}`, innerHTML: this.leadingIconSvg }), h("span", { key: 'bd196602a4b423049919f448aff396b75fd311c0', class: textClass }, h("slot", { key: '895bacde03cfae0fef69f69cafe0b10ced299e3d', name: "application_name" })))))));
68
+ return (h("div", { key: 'dfc0c9e3b64e1aa323a12a84e5c5d761f7304125', class: `sidebar_div ${this.state} ${this.category}` }, this.category === 'colored_background' && (h("div", { key: 'eb8f3861c139e3595a5365f6f348c913eeca6b54', class: "pattern" }, h("img", { key: '28844c3c23f67b815fa0a048f354b51d777e1862', src: patternSrc, alt: "" }))), h("div", { key: '3e586f0e9f8e5c092c63a78461f91234e08964d8', class: "nav" }, h("div", { key: '1c324350ea9c6a8c40ad0a46549ade50edff48bb', class: `sidebar_header ${this.state}` }, h("div", { key: 'bbaa5ddfaef127961273280ce2f380656fafa3a1', class: `logo_and_name ${this.state}` }, this.state === 'expanded' && h(Fragment, null, this.category === 'plain_background' ? h("img", { src: blueLogoSrc }) : h("img", { src: whiteLogoSrc })), this.state === 'collapsed' && h("img", { key: '2786382e1e5f410360fa8808db73001af1f08332', src: logoSrc, alt: "" })), h("div", { key: '7a156909d0dcc76f208c27d0191ce951a5852b2a', class: `collapse_button ${this.state}` }, h("gb-collapse-button", { key: '68af5912211df3a8a8103a010d32928806e95784', color: this.category === 'plain_background' ? 'gray' : 'white', action: this.state === 'collapsed' ? 'expand' : 'collapse', onClick: () => (this.state === 'collapsed' ? this.expandSideBar() : this.collapseSideBar()) }))), h("div", { key: '3ba843a84f77b1adc7e19526a26b669cd798b0c3', class: "navigation" }, h("div", { key: '51d6a69a979293941f197f6757a29e5817adf72e', class: "item" }, h("gb-side-bar-item", { key: '52c5d0cdfca69bf91a6fa0b80b9a063c38264353', state: this.activeIndex === 0 ? 'active' : 'default', icon: this.firstItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(0), label: this.firstItemLabel }), h("gb-side-bar-item", { key: 'edef91f00e2f18bd78636d0d61ce57a7980971db', state: this.activeIndex === 1 ? 'active' : 'default', icon: this.secondItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(1), label: this.secondItemLabel }), this.thirdItemLabel && (h("gb-side-bar-item", { key: 'b9e948e211adcd7f208bd172e966c72eb76c471e', state: this.activeIndex === 2 ? 'active' : 'default', icon: this.thirdItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(2), label: this.thirdItemLabel })), this.fourthItemLabel && (h("gb-side-bar-item", { key: '5e6cea08666410d47428d7d9dc0369f95e19cfd0', state: this.activeIndex === 3 ? 'active' : 'default', icon: this.fourthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(3), label: this.fourthItemLabel })), this.fifthItemLabel && (h("gb-side-bar-item", { key: 'd0f57d3f5946ffe733e7fa6c876bebb980668d08', state: this.activeIndex === 4 ? 'active' : 'default', icon: this.fifthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(4), label: this.fifthItemLabel })))), this.showSecondCategory && (h("div", { key: 'f8e6827231e1c5d7e8641d9d8e110bbf01db02a8', class: "navigation" }, h("div", { key: '72e289a6026fbdedae08700e3e7d1edc7044c288', class: "item" }, this.sixthItemLabel && (h("gb-side-bar-item", { key: '96cf3d4dc478dc73b9724328e04a75c544274748', state: this.activeIndex === 5 ? 'active' : 'default', icon: this.sixthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(5), label: this.sixthItemLabel })), this.seventhItemLabel && (h("gb-side-bar-item", { key: 'bd4e1c3a56f2cef463392fd72b1f0bc987085adf', state: this.activeIndex === 6 ? 'active' : 'default', icon: this.seventhItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(6), label: this.seventhItemLabel })), this.eighthItemLabel && (h("gb-side-bar-item", { key: '89ba818911eded15bf98f516bed339fdeb071a3f', state: this.activeIndex === 7 ? 'active' : 'default', icon: this.eighthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(7), label: this.eighthItemLabel })), this.ninthItemLabel && (h("gb-side-bar-item", { key: '5e850f8a9678bdba1a8d7ec0fe9fbf244b9dc94e', state: this.activeIndex === 8 ? 'active' : 'default', icon: this.ninthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(8), label: this.ninthItemLabel })), this.tenthItemLabel && (h("gb-side-bar-item", { key: '76de8ab4eaeb07c6084c1b19e79573b5f71f0564', state: this.activeIndex === 9 ? 'active' : 'default', icon: this.tenthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(9), label: this.tenthItemLabel })))))), this.state === 'expanded' && (h("div", { key: '586ed64720716da2e0d29761bddf551d5acadc74', class: "application_name" }, h("div", { key: 'f2b573c0f247f32fabd47da3e06cdffb701fac1d', class: `wrapper ${this.category}` }, this.category === 'plain_background' && (h("div", { key: '1399f5420693d60325440c4d78dc471e474bd2c3', class: "application_name_pattern" }, h("img", { key: '36756e55bfaecda7516935533523431e2e0d6217', src: patternSrc, alt: "" }))), h("div", { key: 'd4f819f667ef3370ba76480c5d44994e8c4d970f', class: `application_icon ${this.category}`, innerHTML: this.leadingIconSvg }), h("span", { key: '509d4452dd56d919b8cc32fb946189f55c6d4ae1', class: textClass }, h("slot", { key: '83afb98d4075dacb34018b4d9acee64cc5a13a65', name: "application_name" })))))));
69
69
  }
70
70
  static get is() { return "gb-sidebar"; }
71
71
  static get encapsulation() { return "shadow"; }
@@ -74,7 +74,7 @@ export class GbSlider {
74
74
  return this.unitPosition === 'left' ? `${this.unit}${value}` : `${value}${this.unit}`;
75
75
  }
76
76
  render() {
77
- return (h("div", { key: '34a3752c49b41a38df0181df350f25f23e5438c4', class: "slider-container", ref: el => (this.containerEl = el) }, h("div", { key: '28b607b58396e817ee31ede7db4075461c2a60cb', class: "track", ref: el => (this.trackEl = el) }), h("gb-slider-control-handle", { key: 'db7aaf852f008a34535f4e256873e1f59d2c6636', class: "left", value: this.formatValue(this.leftValue), type: this.label === 'false' ? '' : this.label === 'bottom' ? 'text' : this.label === 'top_floating' ? 'tooltip' : null, style: { left: `${((this.leftValue - this.min) / (this.max - this.min)) * 100}%` }, onMouseDown: e => this.handleMouseDown(e, 'left') }), h("gb-slider-control-handle", { key: '6d343c3fa3bf469324c6f18a359b7f8fa32ce8e2', class: "right", value: this.formatValue(this.rightValue), type: this.label === 'false' ? '' : this.label === 'bottom' ? 'text' : this.label === 'top_floating' ? 'tooltip' : null, style: { left: `${((this.rightValue - this.min) / (this.max - this.min)) * 100}%` }, onMouseDown: e => this.handleMouseDown(e, 'right') })));
77
+ return (h("div", { key: 'e54b403af14844ab1f074e5681a8b7b003cb2992', class: "slider-container", ref: el => (this.containerEl = el) }, h("div", { key: '6a60f1d949e971856b435401b21fa4003653a422', class: "track", ref: el => (this.trackEl = el) }), h("gb-slider-control-handle", { key: 'eec806d836f8423b00b83ea0dafae32f69e7c2d0', class: "left", value: this.formatValue(this.leftValue), type: this.label === 'false' ? '' : this.label === 'bottom' ? 'text' : this.label === 'top_floating' ? 'tooltip' : null, style: { left: `${((this.leftValue - this.min) / (this.max - this.min)) * 100}%` }, onMouseDown: e => this.handleMouseDown(e, 'left') }), h("gb-slider-control-handle", { key: '3c24e6a5142d7f8cdce9d7e16d2737e8a251f2d2', class: "right", value: this.formatValue(this.rightValue), type: this.label === 'false' ? '' : this.label === 'bottom' ? 'text' : this.label === 'top_floating' ? 'tooltip' : null, style: { left: `${((this.rightValue - this.min) / (this.max - this.min)) * 100}%` }, onMouseDown: e => this.handleMouseDown(e, 'right') })));
78
78
  }
79
79
  static get is() { return "gb-slider"; }
80
80
  static get encapsulation() { return "shadow"; }
@@ -19,7 +19,7 @@ export class GbSliderControlHandle {
19
19
  this.isFocused = false;
20
20
  }
21
21
  render() {
22
- return (h("div", { key: '4781e5d9f9cc3b4cdf394cbcb70cd3c4136fd60e', class: `thumb-container ${this.type} ${this.isHovered ? 'hover' : ''} ${this.isFocused ? 'focused' : ''}`, onMouseEnter: () => this.handleMouseEnter(), onMouseLeave: () => this.handleMouseLeave(), onFocus: () => this.handleFocus(), onBlur: () => this.handleBlur(), tabindex: "0" }, this.type === 'tooltip' && (h("div", { key: 'ded7e7074abe0bc7263f5dcbbee247edcfdc72a9', class: "tooltip-container" }, h("gb-tooltip", { key: '05b989fbd0c55662c1cec90592e9e5bcdf799e4f', "show-arrow": false, arrow: "none", "show-supporting-text": false }, h("p", { key: 'fa35b96ca3da602217bc248a1657e32f52d10c65', class: "text-xs-semi-bold", slot: "label" }, this.value)))), this.type === 'text' && (h("div", { key: 'd715bbda51c4f480507f1d601e9c9122963a6e73', class: "thumb-label" }, h("p", { key: '4e471c563b7e4517a9c9f3b987dd212f36653078', class: "thumb_label text-md-medium" }, this.value)))));
22
+ return (h("div", { key: '970e8fc86e8f36e119bdd305bf9d3d7cef072692', class: `thumb-container ${this.type} ${this.isHovered ? 'hover' : ''} ${this.isFocused ? 'focused' : ''}`, onMouseEnter: () => this.handleMouseEnter(), onMouseLeave: () => this.handleMouseLeave(), onFocus: () => this.handleFocus(), onBlur: () => this.handleBlur(), tabindex: "0" }, this.type === 'tooltip' && (h("div", { key: '1748497b3e01b54857898d601be13d2ebbe616a5', class: "tooltip-container" }, h("gb-tooltip", { key: 'daac1e3aca7f14f2c94ddae1f763e8a699e415fa', "show-arrow": false, arrow: "none", "show-supporting-text": false }, h("p", { key: 'c805cb0cff6dc0f16fb824a9e882bcd5d0ce04c8', class: "text-xs-semi-bold", slot: "label" }, this.value)))), this.type === 'text' && (h("div", { key: 'f3836a8d404022c86e4b22908c0eedc70a3dc28c', class: "thumb-label" }, h("p", { key: '2a5a14fb91bbff68902de9c252dd3e40d7867801', class: "thumb_label text-md-medium" }, this.value)))));
23
23
  }
24
24
  static get is() { return "gb-slider-control-handle"; }
25
25
  static get encapsulation() { return "shadow"; }
@@ -9,7 +9,7 @@ export class GbStatusIndicator {
9
9
  }
10
10
  render() {
11
11
  return [
12
- h("div", { key: '5cf1a2258b688fb2fd1bae0fc4efbaf08e599d2e' }, this.statusIcon === 'online_indicator' && h("div", { key: 'dfb9d648115df0927df38133b1696a852d75d63d', class: `online_icon ${this.size} ${this.indicatorStateClass}` }), this.statusIcon === 'verified' && (h("svg", { key: '4d6906cc0b7ce939b8dac42eed22cb1d1554e582', xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", class: `verified ${this.size}` }, h("g", { key: 'a7abee86cad598e026e4d49156f287262900cc0a', "clip-path": "url(#clip0_0_21453)" }, h("path", { key: '46620aded785237ad8551ba8b1e699e49ca40740', d: "M24.7109 5.66715C25.0148 6.40217 25.5982 6.98642 26.3328 7.29145L28.9086 8.35837C29.6436 8.66285 30.2277 9.24688 30.5321 9.98196C30.8366 10.717 30.8366 11.543 30.5321 12.2781L29.466 14.852C29.1614 15.5874 29.1609 16.4142 29.467 17.1492L30.5313 19.7224C30.6822 20.0865 30.7599 20.4767 30.76 20.8708C30.7601 21.265 30.6825 21.6553 30.5316 22.0194C30.3808 22.3835 30.1597 22.7143 29.881 22.993C29.6022 23.2716 29.2713 23.4926 28.9072 23.6433L26.3332 24.7095C25.5982 25.0134 25.0139 25.5968 24.7089 26.3314L23.642 28.9071C23.3375 29.6422 22.7535 30.2262 22.0184 30.5307C21.2833 30.8352 20.4574 30.8352 19.7223 30.5307L17.1484 29.4646C16.4133 29.1608 15.5876 29.1614 14.853 29.4663L12.2772 30.5317C11.5425 30.8355 10.7173 30.8352 9.98284 30.531C9.24835 30.2267 8.66466 29.6434 8.35997 28.9091L7.29273 26.3326C6.98881 25.5975 6.40543 25.0133 5.67087 24.7083L3.09509 23.6413C2.36033 23.337 1.77648 22.7533 1.47188 22.0187C1.16729 21.284 1.16688 20.4585 1.47073 19.7235L2.53689 17.1496C2.84062 16.4145 2.84 15.5888 2.53517 14.8542L1.47054 12.2766C1.3196 11.9125 1.24188 11.5222 1.24181 11.1281C1.24175 10.734 1.31935 10.3437 1.47017 9.97956C1.621 9.61544 1.8421 9.2846 2.12083 9.00595C2.39957 8.72731 2.73047 8.50632 3.09465 8.35561L5.66858 7.28945C6.40297 6.98579 6.98687 6.40316 7.29212 5.66944L8.35904 3.09366C8.66352 2.35857 9.24754 1.77455 9.98263 1.47007C10.7177 1.16559 11.5436 1.16559 12.2787 1.47007L14.8527 2.53623C15.5878 2.83996 16.4134 2.83934 17.148 2.5345L19.7249 1.47172C20.4599 1.16741 21.2856 1.16748 22.0206 1.4719C22.7555 1.77632 23.3395 2.36017 23.644 3.09507L24.7112 5.67161L24.7109 5.66715Z", fill: "#0086C9" }), h("path", { key: '1fda7edaedec79aaf6f823b5154e8a4bb863c1a1', d: "M10 18.1818C10 18.1818 11.2857 18.1818 13 22C13 22 17.7647 12 22 10", stroke: "white", "stroke-width": "2.5", "stroke-linecap": "round", "stroke-linejoin": "round" })), h("defs", { key: 'a108c68d244400a137fd83ee35b61016f67c6dac' }, h("clipPath", { key: 'a3ede66ed2e600cae1d3a4855871f6c84ce0d977', id: "clip0_0_21453" }, h("rect", { key: '9c3fcfd504f1149ad484492b171188c1565af39b', width: "32", height: "32", fill: "white" }))))), this.statusIcon === 'company' && (h("svg", { key: '23d65d9cdd5f6a99295926430a2e2996bff60252', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", class: `company ${this.size}` }, h("path", { key: '386422a792466e6bde658b51b8de115fa5f975c8', d: "M18.8322 3.70039C16.9123 2.11995 14.5039 1.25399 12.0172 1.25001C10.6041 1.24776 9.20439 1.52413 7.89818 2.06333C6.59198 2.60252 5.4049 3.39397 4.40485 4.39237C2.64504 6.1493 1.54876 8.462 1.30275 10.9365C1.05674 13.411 1.67622 15.8943 3.05566 17.9633C4.43511 20.0323 6.48919 21.5591 8.86802 22.2836C11.2469 23.0081 13.8033 22.8855 16.1019 21.9367C18.4004 20.9878 20.299 19.2715 21.474 17.0799C22.6491 14.8884 23.0281 12.3572 22.5464 9.91759C22.0647 7.47798 20.7521 5.28082 18.8322 3.70039Z", fill: "#FF0033", stroke: "white", "stroke-width": "1.5" }), h("path", { key: '840a764f5a089c9aea70b2ca3324cfea99b8f217', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8942 13.7488V11.865L15.2835 11.8807C15.5231 11.8822 15.7598 11.9336 15.9785 12.0314C16.1973 12.1293 16.3933 12.2715 16.5541 12.449C16.715 12.6266 16.8373 12.8357 16.9131 13.063C16.989 13.2903 17.0168 13.5308 16.9948 13.7694C16.9948 16.4275 12.901 16.9969 12.8973 13.7488M12.8973 8.75316C17.3054 6.44066 17.6942 11.5213 15.0323 11.2788H12.886L12.8973 8.75316ZM16.7385 11.5113C19.8985 10.3013 17.2573 5.5894 12.0854 8.5044C11.5544 8.07132 10.9218 7.78073 10.2473 7.66004C8.96979 7.40066 7.25604 7.62628 6.29479 8.52378L6.75917 8.97941C7.2569 8.55053 7.86627 8.27194 8.51626 8.17611C9.16625 8.08028 9.83009 8.17117 10.4304 8.43816C10.6321 8.53335 10.8098 8.67262 10.9505 8.8457C11.0911 9.01879 11.191 9.22127 11.2429 9.43817L11.266 13.7669C11.0785 16.7738 7.20354 16.5413 7.20354 13.7669V11.8682H10.2492V11.295H5.59729V13.1644C5.60917 16.7175 9.93104 17.315 12.0717 15.5863C12.9471 16.2353 14.0184 16.5649 15.1073 16.52C18.9442 16.4938 19.7323 12.3563 16.7273 11.5144L16.7385 11.5113Z", fill: "white" })))),
12
+ h("div", { key: '6df3b4cb4ccdbe3d3ee2d3fe47b959328fd6655e' }, this.statusIcon === 'online_indicator' && h("div", { key: '7f6692698faae2f0ab7ebc290d03a5d3caf43acf', class: `online_icon ${this.size} ${this.indicatorStateClass}` }), this.statusIcon === 'verified' && (h("svg", { key: '97cfcf6a4cf9699a4c0d78ec47177c2b8a863fe3', xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", class: `verified ${this.size}` }, h("g", { key: 'a9da95c14a005328b6ede41edee1a957cf0fb34e', "clip-path": "url(#clip0_0_21453)" }, h("path", { key: 'b5485f9567910e15057a9baa1f829a15ec7ac5e8', d: "M24.7109 5.66715C25.0148 6.40217 25.5982 6.98642 26.3328 7.29145L28.9086 8.35837C29.6436 8.66285 30.2277 9.24688 30.5321 9.98196C30.8366 10.717 30.8366 11.543 30.5321 12.2781L29.466 14.852C29.1614 15.5874 29.1609 16.4142 29.467 17.1492L30.5313 19.7224C30.6822 20.0865 30.7599 20.4767 30.76 20.8708C30.7601 21.265 30.6825 21.6553 30.5316 22.0194C30.3808 22.3835 30.1597 22.7143 29.881 22.993C29.6022 23.2716 29.2713 23.4926 28.9072 23.6433L26.3332 24.7095C25.5982 25.0134 25.0139 25.5968 24.7089 26.3314L23.642 28.9071C23.3375 29.6422 22.7535 30.2262 22.0184 30.5307C21.2833 30.8352 20.4574 30.8352 19.7223 30.5307L17.1484 29.4646C16.4133 29.1608 15.5876 29.1614 14.853 29.4663L12.2772 30.5317C11.5425 30.8355 10.7173 30.8352 9.98284 30.531C9.24835 30.2267 8.66466 29.6434 8.35997 28.9091L7.29273 26.3326C6.98881 25.5975 6.40543 25.0133 5.67087 24.7083L3.09509 23.6413C2.36033 23.337 1.77648 22.7533 1.47188 22.0187C1.16729 21.284 1.16688 20.4585 1.47073 19.7235L2.53689 17.1496C2.84062 16.4145 2.84 15.5888 2.53517 14.8542L1.47054 12.2766C1.3196 11.9125 1.24188 11.5222 1.24181 11.1281C1.24175 10.734 1.31935 10.3437 1.47017 9.97956C1.621 9.61544 1.8421 9.2846 2.12083 9.00595C2.39957 8.72731 2.73047 8.50632 3.09465 8.35561L5.66858 7.28945C6.40297 6.98579 6.98687 6.40316 7.29212 5.66944L8.35904 3.09366C8.66352 2.35857 9.24754 1.77455 9.98263 1.47007C10.7177 1.16559 11.5436 1.16559 12.2787 1.47007L14.8527 2.53623C15.5878 2.83996 16.4134 2.83934 17.148 2.5345L19.7249 1.47172C20.4599 1.16741 21.2856 1.16748 22.0206 1.4719C22.7555 1.77632 23.3395 2.36017 23.644 3.09507L24.7112 5.67161L24.7109 5.66715Z", fill: "#0086C9" }), h("path", { key: '505f717d4d30663d9398603d9b882a7a23f88bf3', d: "M10 18.1818C10 18.1818 11.2857 18.1818 13 22C13 22 17.7647 12 22 10", stroke: "white", "stroke-width": "2.5", "stroke-linecap": "round", "stroke-linejoin": "round" })), h("defs", { key: '4ae741055e07f907ba9ee9cfa90f2ee87ccbc113' }, h("clipPath", { key: 'fa985461a32c1cf03cdbbd0e83f6c6e1d15a4c25', id: "clip0_0_21453" }, h("rect", { key: 'd17479685017a7183c1227086af2d4ae18f48fc7', width: "32", height: "32", fill: "white" }))))), this.statusIcon === 'company' && (h("svg", { key: '1c21e36d2506ca980747529d0dadb8a6c502c80f', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", class: `company ${this.size}` }, h("path", { key: '40c70c3e451ea7f49d3c7bbe697346dfcf4bffa2', d: "M18.8322 3.70039C16.9123 2.11995 14.5039 1.25399 12.0172 1.25001C10.6041 1.24776 9.20439 1.52413 7.89818 2.06333C6.59198 2.60252 5.4049 3.39397 4.40485 4.39237C2.64504 6.1493 1.54876 8.462 1.30275 10.9365C1.05674 13.411 1.67622 15.8943 3.05566 17.9633C4.43511 20.0323 6.48919 21.5591 8.86802 22.2836C11.2469 23.0081 13.8033 22.8855 16.1019 21.9367C18.4004 20.9878 20.299 19.2715 21.474 17.0799C22.6491 14.8884 23.0281 12.3572 22.5464 9.91759C22.0647 7.47798 20.7521 5.28082 18.8322 3.70039Z", fill: "#FF0033", stroke: "white", "stroke-width": "1.5" }), h("path", { key: '1aa28d6891ebc3d33ea06dc873f93fd88d5f8fac', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8942 13.7488V11.865L15.2835 11.8807C15.5231 11.8822 15.7598 11.9336 15.9785 12.0314C16.1973 12.1293 16.3933 12.2715 16.5541 12.449C16.715 12.6266 16.8373 12.8357 16.9131 13.063C16.989 13.2903 17.0168 13.5308 16.9948 13.7694C16.9948 16.4275 12.901 16.9969 12.8973 13.7488M12.8973 8.75316C17.3054 6.44066 17.6942 11.5213 15.0323 11.2788H12.886L12.8973 8.75316ZM16.7385 11.5113C19.8985 10.3013 17.2573 5.5894 12.0854 8.5044C11.5544 8.07132 10.9218 7.78073 10.2473 7.66004C8.96979 7.40066 7.25604 7.62628 6.29479 8.52378L6.75917 8.97941C7.2569 8.55053 7.86627 8.27194 8.51626 8.17611C9.16625 8.08028 9.83009 8.17117 10.4304 8.43816C10.6321 8.53335 10.8098 8.67262 10.9505 8.8457C11.0911 9.01879 11.191 9.22127 11.2429 9.43817L11.266 13.7669C11.0785 16.7738 7.20354 16.5413 7.20354 13.7669V11.8682H10.2492V11.295H5.59729V13.1644C5.60917 16.7175 9.93104 17.315 12.0717 15.5863C12.9471 16.2353 14.0184 16.5649 15.1073 16.52C18.9442 16.4938 19.7323 12.3563 16.7273 11.5144L16.7385 11.5113Z", fill: "white" })))),
13
13
  ];
14
14
  }
15
15
  static get is() { return "gb-status-indicator"; }
@@ -42,16 +42,16 @@ export class GbTabButtonBase {
42
42
  this.tabClicked.emit();
43
43
  }
44
44
  render() {
45
- return (h("div", { key: 'ecdcb7ae65c8a946ffa74aca0b620485d04e91f1', class: `tab_button_div ${this.type}
45
+ return (h("div", { key: '22c336190b62c757b4d368938cb86c060d652ade', class: `tab_button_div ${this.type}
46
46
  ${this.current ? 'current' : ''}
47
47
  ${this.fullWidth ? 'full_width' : ''}
48
- ${this.size}`, onClick: () => this.handleClick() }, h("p", { key: '45d99cb728d483d7b5a83d73dd68ccc06716375d', class: `${!this.current ? 'tab_text' : ''} ${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (h("gb-badge", { key: '871fb422a9867d6ae1783916cbc885b32902fc58', size: "sm", type: "pill_color", color: this.current && this.type === 'button_primary'
48
+ ${this.size}`, onClick: () => this.handleClick() }, h("p", { key: '5535fdb7901a394ab1015c4492ce205a3a8a5153', class: `${!this.current ? 'tab_text' : ''} ${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (h("gb-badge", { key: 'f91d364ba2576075331734d3b668b804794f5c14', size: "sm", type: "pill_color", color: this.current && this.type === 'button_primary'
49
49
  ? 'information'
50
50
  : this.current && this.type === 'underline'
51
51
  ? 'information'
52
52
  : this.current && this.type === 'line'
53
53
  ? 'information'
54
- : 'gray' }, h("slot", { key: 'eda49b37c953f6e3e978ec6560b5f31965188d72', name: "count" })))));
54
+ : 'gray' }, h("slot", { key: 'e1e6c22eac2d6b4d44797f89cbe118958b04615e', name: "count" })))));
55
55
  }
56
56
  static get is() { return "gb-tab-button-base"; }
57
57
  static get encapsulation() { return "shadow"; }
@@ -15,7 +15,7 @@ export class GbTag {
15
15
  }
16
16
  render() {
17
17
  const flagSwap = getAssetPath(`${this.flagSwap}`);
18
- return (h("div", { key: '7a24cf0fc36ed9a87bd68b667f2bb60aa28ba128', class: `container ${this.size}` }, h("div", { key: '9156e16d91c6b31f1b83ec4cd5fe3b2ec715bd3f', class: `content ${this.size}` }, this.checkbox && h("gb-tag-checkbox", { key: 'f2316c8dc106ee12a2cbb9c40d247908f2f8881f', size: this.size }), this.icon === 'false' && h(Fragment, null), this.icon === 'country' && (h("div", { key: 'a98806b5400dacf114558804596a89179170c915', class: "icon left-icon" }, h("img", { key: '804a97ebdfaf53474f3eb1deec1d6d535fabef91', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: '2290f5ed8a54038ff3508ac0cad9d0491bbdb7cc', class: "avatar-icon", size: "xxs", "status-icon": "false", text: true, color: "gray" }, h("slot", { key: '9d7b10a637665414cb6f25c6149a60ebdec1846a', name: "initials", slot: "initials" }))), this.icon === 'dot' && (h("svg", { key: 'b915803b1d7f1c4fb32773d336724b8a76b294a8', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: '1f655115e4fc389331799a8af762cce71b59c981', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("slot", { key: 'cc823af47327c390a18ef12535307c34361a7093' }), this.action === 'count' && (h("gb-tag-count", { key: 'bbfa350551893c574722783a0ee3462553a50bce', size: this.size }, h("slot", { key: '5e789447055b079c01eeb6461fb9496fb70bf16d', slot: "count", name: "count" })))), this.action === 'X_close' && h("gb-tag-close", { key: '0265b5192bf2013fcc33791e0fc194e896b85a58', size: this.size, onClick: () => this.onTagClose() })));
18
+ return (h("div", { key: '612507717e6a339c65ce3717e13bb0915383ab90', class: `container ${this.size}` }, h("div", { key: '2cbc06d2404330181e01e084219466a1797d4855', class: `content ${this.size}` }, this.checkbox && h("gb-tag-checkbox", { key: '339cd87f39a00f467b9e68194d5b36e76b44bbfa', size: this.size }), this.icon === 'false' && h(Fragment, null), this.icon === 'country' && (h("div", { key: 'cd18f0cd2194a45a3a3f8b68994d9ca69e94347d', class: "icon left-icon" }, h("img", { key: 'c6fc0b25f8991fa65db84aeff25684ad49648d84', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: 'e3f73289548ae68308b28e67d889cf18938dfde0', class: "avatar-icon", size: "xxs", "status-icon": "false", text: true, color: "gray" }, h("slot", { key: '46d8c3ed0d1090d283f10ce3003b30326b34b2eb', name: "initials", slot: "initials" }))), this.icon === 'dot' && (h("svg", { key: 'a8ec2c000336d3aecb55082d5bb00ae8cbb2330e', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: '6f7730abfc4da0046e8601982e67195ab78fb644', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("slot", { key: '491b68099c4aeb49d26dbac91b33fc7a95b63812' }), this.action === 'count' && (h("gb-tag-count", { key: '792551777780839b14e481d633607ef7d8bc9ee5', size: this.size }, h("slot", { key: 'fd0b56d82ac9e59f8a57a17a34d8253bb0cb35d0', slot: "count", name: "count" })))), this.action === 'X_close' && h("gb-tag-close", { key: '0498ce23abc586b0b8231f7a92f1042937842c25', size: this.size, onClick: () => this.onTagClose() })));
19
19
  }
20
20
  static get is() { return "gb-tag"; }
21
21
  static get encapsulation() { return "shadow"; }
@@ -6,7 +6,7 @@ export class GbTagCheckbox {
6
6
  this.disabled = false;
7
7
  }
8
8
  render() {
9
- return (h("label", { key: 'eef54b701813899b2ebb399aa345fc680a307d88', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, h("input", { key: 'fc80550b90cdeb39614fc10001da72c43134bbe0', type: "checkbox", checked: this.checked, disabled: this.disabled }), h("span", { key: '8dad1b92b19304c5411a0d3b56764b39adff812f', class: `custom-checkbox ${this.size}` }, h("svg", { key: 'dc9c44c964659a3f1308a8c02d32974afb8e69d3', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: 'f50a8bc3806832301919ee33c71a6745ef88b181', d: "M2.5 7.25C2.5 7.25 3.25 7.25 4.25 9C4.25 9 7.02941 4.41667 9.5 3.5", stroke: "white", "stroke-width": "1.71429", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
9
+ return (h("label", { key: '815ebd00a9780ce5ed7a3c9c175701a310b3d19d', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, h("input", { key: '841a204a51ee841bbded85e6e130db516bd71afd', type: "checkbox", checked: this.checked, disabled: this.disabled }), h("span", { key: '1b53d847c86d7d620dbfb60ea86516861c6702c4', class: `custom-checkbox ${this.size}` }, h("svg", { key: '2309b2590651672a512939fe815334e7194aec62', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: '9b905738375210249646088ffd39b325293f5f2e', d: "M2.5 7.25C2.5 7.25 3.25 7.25 4.25 9C4.25 9 7.02941 4.41667 9.5 3.5", stroke: "white", "stroke-width": "1.71429", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
10
10
  }
11
11
  static get is() { return "gb-tag-checkbox"; }
12
12
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ export class GbTagClose {
4
4
  this.size = undefined;
5
5
  }
6
6
  render() {
7
- return (h("div", { key: '4e24149820d2743e68a1ff4a91e759d301f9ca1d', class: this.size }, h("svg", { key: 'ad37e79d5d2b0133af2e618cb62a8d9f0a4ab21a', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, h("path", { key: '375e966f6e4d88debc924428f1628954715829c3', d: "M7.91683 2.08328L2.0835 7.91662M2.0835 2.08328L7.91683 7.91662", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))));
7
+ return (h("div", { key: '74eb724e5603dccc264ba18adb468abfee4edb99', class: this.size }, h("svg", { key: 'f79d281dedf8884cc3399438996bc88efc99a8b0', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, h("path", { key: '9370dac9a661cd5f15eb840970e4ea152d1011a2', d: "M7.91683 2.08328L2.0835 7.91662M2.0835 2.08328L7.91683 7.91662", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))));
8
8
  }
9
9
  static get is() { return "gb-tag-close"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ export class GbTagCount {
4
4
  this.size = undefined;
5
5
  }
6
6
  render() {
7
- return (h("div", { key: '521eb01ad7038cff170513c7d9cb4be2e1a4702a', class: this.size }, h("slot", { key: '1a0bd0a9605b62fa3e0a8febae5fdcd120051225', name: "count" })));
7
+ return (h("div", { key: 'a346bc3123e1c884ec822edaebac0e79e57c9100', class: this.size }, h("slot", { key: '27a0a2f98f529040b98fd799e785947b1a9cf4c9', name: "count" })));
8
8
  }
9
9
  static get is() { return "gb-tag-count"; }
10
10
  static get encapsulation() { return "shadow"; }