globuswebcomponents 0.9.6 → 0.9.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (204) hide show
  1. package/dist/cjs/gb-avatar_44.cjs.entry.js +52 -51
  2. package/dist/cjs/gb-avatar_44.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/globuscomponents.cjs.js +1 -1
  12. package/dist/cjs/loader.cjs.js +1 -1
  13. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  14. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.css +10 -0
  15. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +29 -10
  16. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +1 -1
  17. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
  18. package/dist/collection/components/gb-input-field/gb-input-field.js +14 -14
  19. package/dist/collection/components/gb-input-field/gb-input-field.js.map +1 -1
  20. package/dist/collection/components/gb-megainput-field-base/gb-megainput-field.js +2 -2
  21. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  22. package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
  23. package/dist/collection/components/gb-pagination/gb-pagination.js +1 -1
  24. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  25. package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
  26. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  27. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  28. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  29. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  30. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  31. package/dist/collection/components/gb-rich-text/gb-rich-text.js +1 -1
  32. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  33. package/dist/collection/components/gb-side-bar-item/gb-side-bar-item.js +1 -1
  34. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  35. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  36. package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
  37. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  38. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  39. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  40. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  41. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  42. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  43. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  44. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  45. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  46. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  47. package/dist/collection/components/gb-token-field/gb-token-field.js +1 -1
  48. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  49. package/dist/collection/components/gb-verification-code-field/gb-verification-code-field.js +2 -2
  50. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  51. package/dist/components/gb-avatar-add-button.js +1 -1
  52. package/dist/components/gb-avatar-dropdown.js +3 -3
  53. package/dist/components/gb-avatar-group.js +4 -4
  54. package/dist/components/gb-avatar-label-group.js +1 -1
  55. package/dist/components/gb-avatar-profile-photo.js +2 -2
  56. package/dist/components/gb-avatar.js +1 -1
  57. package/dist/components/gb-badge.js +1 -1
  58. package/dist/components/gb-checkbox-group-item.js +1 -1
  59. package/dist/components/gb-checkbox-group.js +3 -3
  60. package/dist/components/gb-collapse-button.js +1 -1
  61. package/dist/components/gb-file-upload-item-base.js +1 -1
  62. package/dist/components/gb-file-upload.js +3 -3
  63. package/dist/components/gb-header.js +2 -2
  64. package/dist/components/gb-help-tooltip.js +1 -1
  65. package/dist/components/gb-horizontal-tabs.js +4 -4
  66. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  67. package/dist/components/gb-input-dropdown.js +1 -1
  68. package/dist/components/gb-input-field.js +1 -396
  69. package/dist/components/gb-input-field.js.map +1 -1
  70. package/dist/components/gb-megainput-field.js +1 -1
  71. package/dist/components/gb-notification-content.js +1 -1
  72. package/dist/components/gb-notification-pane.js +4 -4
  73. package/dist/components/gb-pagination-button-group-base.js +1 -1
  74. package/dist/components/gb-pagination-dot-group.js +1 -1
  75. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  76. package/dist/components/gb-pagination-number-base.js +1 -1
  77. package/dist/components/gb-pagination.js +45 -27
  78. package/dist/components/gb-pagination.js.map +1 -1
  79. package/dist/components/gb-password-button.js +1 -1
  80. package/dist/components/gb-progress-bar.js +1 -1
  81. package/dist/components/gb-progress-circle.js +1 -1
  82. package/dist/components/gb-rich-text.js +46 -22
  83. package/dist/components/gb-rich-text.js.map +1 -1
  84. package/dist/components/gb-scrollbar.js +1 -1
  85. package/dist/components/gb-side-bar-item.js +1 -1
  86. package/dist/components/gb-sidebar.js +7 -7
  87. package/dist/components/gb-slider-control-handle.js +1 -1
  88. package/dist/components/gb-slider.js +3 -3
  89. package/dist/components/gb-status-indicator.js +1 -1
  90. package/dist/components/gb-tab-button-base.js +1 -1
  91. package/dist/components/gb-tag-checkbox.js +1 -1
  92. package/dist/components/gb-tag-close.js +1 -1
  93. package/dist/components/gb-tag-count.js +1 -1
  94. package/dist/components/gb-tag.js +1 -1
  95. package/dist/components/gb-toast-button.js +1 -1
  96. package/dist/components/gb-toast.js +2 -2
  97. package/dist/components/gb-toggle-base.js +1 -1
  98. package/dist/components/gb-toggle.js +2 -2
  99. package/dist/components/gb-token-field.js +2 -2
  100. package/dist/components/gb-tooltip.js +1 -1
  101. package/dist/components/gb-verification-code-field.js +3 -3
  102. package/dist/components/gb-wysiwyg-toolbar.js +1 -1
  103. package/dist/components/{p-c5391fb7.js → p-0ad4eab9.js} +2 -2
  104. package/dist/components/{p-c5391fb7.js.map → p-0ad4eab9.js.map} +1 -1
  105. package/dist/components/{p-8efbc7c0.js → p-116a3de5.js} +6 -6
  106. package/dist/components/{p-8efbc7c0.js.map → p-116a3de5.js.map} +1 -1
  107. package/dist/components/{p-7aa28b49.js → p-1370acdb.js} +3 -3
  108. package/dist/components/{p-7aa28b49.js.map → p-1370acdb.js.map} +1 -1
  109. package/dist/components/{p-da349f94.js → p-258cafb9.js} +2 -2
  110. package/dist/components/{p-da349f94.js.map → p-258cafb9.js.map} +1 -1
  111. package/dist/components/{p-18a465ff.js → p-2fedd9da.js} +3 -3
  112. package/dist/components/{p-18a465ff.js.map → p-2fedd9da.js.map} +1 -1
  113. package/dist/components/{p-ff58b603.js → p-30587454.js} +3 -3
  114. package/dist/components/{p-ff58b603.js.map → p-30587454.js.map} +1 -1
  115. package/dist/components/{p-9ae39411.js → p-38b74f4c.js} +2 -2
  116. package/dist/components/{p-9ae39411.js.map → p-38b74f4c.js.map} +1 -1
  117. package/dist/components/{p-14a5304b.js → p-40545eb0.js} +2 -2
  118. package/dist/components/{p-14a5304b.js.map → p-40545eb0.js.map} +1 -1
  119. package/dist/components/{p-cfbe014d.js → p-4bd1630c.js} +3 -3
  120. package/dist/components/{p-cfbe014d.js.map → p-4bd1630c.js.map} +1 -1
  121. package/dist/components/{p-6e7c1b3f.js → p-5a175e1b.js} +5 -5
  122. package/dist/components/{p-6e7c1b3f.js.map → p-5a175e1b.js.map} +1 -1
  123. package/dist/components/{p-2ee8e211.js → p-5b236279.js} +2 -2
  124. package/dist/components/{p-2ee8e211.js.map → p-5b236279.js.map} +1 -1
  125. package/dist/components/{p-787c9757.js → p-62cba16e.js} +55 -29
  126. package/dist/components/p-62cba16e.js.map +1 -0
  127. package/dist/components/{p-e26f2275.js → p-6b417d00.js} +2 -2
  128. package/dist/components/{p-e26f2275.js.map → p-6b417d00.js.map} +1 -1
  129. package/dist/components/{p-ebbbdd33.js → p-6ed7f8fd.js} +3 -3
  130. package/dist/components/{p-ebbbdd33.js.map → p-6ed7f8fd.js.map} +1 -1
  131. package/dist/components/{p-e673b425.js → p-75e5ba2a.js} +7 -7
  132. package/dist/components/{p-e673b425.js.map → p-75e5ba2a.js.map} +1 -1
  133. package/dist/components/{p-5512321a.js → p-7def9a0c.js} +2 -2
  134. package/dist/components/{p-5512321a.js.map → p-7def9a0c.js.map} +1 -1
  135. package/dist/components/{p-47f3f4e8.js → p-86a65382.js} +2 -2
  136. package/dist/components/{p-47f3f4e8.js.map → p-86a65382.js.map} +1 -1
  137. package/dist/components/{p-a112004b.js → p-92560291.js} +2 -2
  138. package/dist/components/{p-a112004b.js.map → p-92560291.js.map} +1 -1
  139. package/dist/components/{p-4aa73a61.js → p-99f8eb85.js} +2 -2
  140. package/dist/components/{p-4aa73a61.js.map → p-99f8eb85.js.map} +1 -1
  141. package/dist/components/{p-26de186a.js → p-a5be24df.js} +3 -3
  142. package/dist/components/{p-26de186a.js.map → p-a5be24df.js.map} +1 -1
  143. package/dist/components/{p-af6c2dc5.js → p-b17585ec.js} +2 -2
  144. package/dist/components/{p-af6c2dc5.js.map → p-b17585ec.js.map} +1 -1
  145. package/dist/components/{p-6287f38c.js → p-b86bef4d.js} +3 -3
  146. package/dist/components/{p-6287f38c.js.map → p-b86bef4d.js.map} +1 -1
  147. package/dist/components/{p-60a8f11a.js → p-c14ae549.js} +2 -2
  148. package/dist/components/{p-60a8f11a.js.map → p-c14ae549.js.map} +1 -1
  149. package/dist/components/{p-c7c9cb57.js → p-c74e6b18.js} +45 -21
  150. package/dist/components/p-c74e6b18.js.map +1 -0
  151. package/dist/components/p-cf36ddf6.js +400 -0
  152. package/dist/components/p-cf36ddf6.js.map +1 -0
  153. package/dist/components/{p-70b439f9.js → p-d0c7cb58.js} +2 -2
  154. package/dist/components/{p-70b439f9.js.map → p-d0c7cb58.js.map} +1 -1
  155. package/dist/components/{p-5be3a868.js → p-e671339d.js} +7 -7
  156. package/dist/components/{p-5be3a868.js.map → p-e671339d.js.map} +1 -1
  157. package/dist/components/{p-b02e796f.js → p-ef76a407.js} +2 -2
  158. package/dist/components/{p-b02e796f.js.map → p-ef76a407.js.map} +1 -1
  159. package/dist/components/{p-75424aa6.js → p-f44cfa90.js} +3 -3
  160. package/dist/components/{p-75424aa6.js.map → p-f44cfa90.js.map} +1 -1
  161. package/dist/components/test-input-tag.js +9 -9
  162. package/dist/esm/gb-avatar_44.entry.js +52 -51
  163. package/dist/esm/gb-avatar_44.entry.js.map +1 -1
  164. package/dist/esm/gb-megainput-field.entry.js +2 -2
  165. package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
  166. package/dist/esm/gb-progress-circle.entry.js +1 -1
  167. package/dist/esm/gb-rich-text.entry.js +1 -1
  168. package/dist/esm/gb-scrollbar.entry.js +1 -1
  169. package/dist/esm/gb-toggle.entry.js +1 -1
  170. package/dist/esm/gb-token-field.entry.js +1 -1
  171. package/dist/esm/gb-verification-code-field.entry.js +2 -2
  172. package/dist/esm/globuscomponents.js +1 -1
  173. package/dist/esm/loader.js +1 -1
  174. package/dist/esm/test-input-tag.entry.js +2 -2
  175. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  176. package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
  177. package/dist/globuscomponents/{p-a6d401af.entry.js → p-13fb8ad0.entry.js} +2 -2
  178. package/dist/globuscomponents/{p-bde2ee59.entry.js → p-27ad012f.entry.js} +2 -2
  179. package/dist/globuscomponents/p-27ad012f.entry.js.map +1 -0
  180. package/dist/globuscomponents/{p-641ddab7.entry.js → p-35a813fe.entry.js} +2 -2
  181. package/dist/globuscomponents/{p-d1a92423.entry.js → p-65f494ea.entry.js} +2 -2
  182. package/dist/globuscomponents/{p-b22b0186.entry.js → p-6e05335a.entry.js} +2 -2
  183. package/dist/globuscomponents/{p-d32c11d8.entry.js → p-70868bfe.entry.js} +2 -2
  184. package/dist/globuscomponents/p-9f612212.entry.js +2 -0
  185. package/dist/globuscomponents/p-dd933232.entry.js +2 -0
  186. package/dist/globuscomponents/{p-aaa4b333.entry.js → p-f8a6d94e.entry.js} +2 -2
  187. package/dist/globuscomponents/{p-7d1d376e.entry.js → p-ffe76eeb.entry.js} +2 -2
  188. package/dist/types/components/gb-input-dropdown/gb-input-dropdown.d.ts +1 -0
  189. package/dist/types/components.d.ts +4 -2
  190. package/package.json +1 -1
  191. package/dist/components/p-787c9757.js.map +0 -1
  192. package/dist/components/p-c7c9cb57.js.map +0 -1
  193. package/dist/globuscomponents/p-bde2ee59.entry.js.map +0 -1
  194. package/dist/globuscomponents/p-d0045a1d.entry.js +0 -2
  195. package/dist/globuscomponents/p-eded0645.entry.js +0 -2
  196. /package/dist/globuscomponents/{p-a6d401af.entry.js.map → p-13fb8ad0.entry.js.map} +0 -0
  197. /package/dist/globuscomponents/{p-641ddab7.entry.js.map → p-35a813fe.entry.js.map} +0 -0
  198. /package/dist/globuscomponents/{p-d1a92423.entry.js.map → p-65f494ea.entry.js.map} +0 -0
  199. /package/dist/globuscomponents/{p-b22b0186.entry.js.map → p-6e05335a.entry.js.map} +0 -0
  200. /package/dist/globuscomponents/{p-d32c11d8.entry.js.map → p-70868bfe.entry.js.map} +0 -0
  201. /package/dist/globuscomponents/{p-d0045a1d.entry.js.map → p-9f612212.entry.js.map} +0 -0
  202. /package/dist/globuscomponents/{p-eded0645.entry.js.map → p-dd933232.entry.js.map} +0 -0
  203. /package/dist/globuscomponents/{p-aaa4b333.entry.js.map → p-f8a6d94e.entry.js.map} +0 -0
  204. /package/dist/globuscomponents/{p-7d1d376e.entry.js.map → p-ffe76eeb.entry.js.map} +0 -0
@@ -25,7 +25,7 @@ export class GbPagination {
25
25
  console.log('Selected page size:', item);
26
26
  }
27
27
  render() {
28
- return (h("div", { key: 'e0ba4ecce4accbb4b1993dc43b940fb3fea35e43', class: `pagination_div ${this.type} ${this.breakpoint}` }, this.type === 'page_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: 'c7ee17247461c8edb1ce81ffa77e439e05f869ce', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, h("p", { key: 'fc9f7c64f2b490b1f4d8dc3729c4bd1127f3558c' }, "Previous")), h("div", { key: 'b60448a18a4d936f2b7383541b1366c6a133815f', class: "pagination_numbers" }, h("gb-pagination-number-base", { key: 'b36d32aec63de0e025f9748cb4db3a3ca4ce2882', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default' }, h("p", { key: '8947af8a57363f4403d470a9515d664a518f03e6', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: '654efbd0809305d54e8f50d50a1a243e860ec633', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default' }, h("p", { key: '3a1ba2ad3cfaa07bd69b765bb1da699d5230e6dc', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: 'eae38b96d3da9468822a9ebb4e4bc4233164a678', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default' }, h("p", { key: 'b26ed04b9089bc785255fd57ad708b67a89849e9', 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: '8b177bef98d44e3839212045d906bf13de72a90e', shape: this.shape }, h("p", { key: 'a76ae8372b947f40df5bd449ec928e24f3990fea', 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: 'efa6d609663a3d0dfebe9ad74efb3aa744b8cb01', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default' }, h("p", { key: '0c8bb879152943486e5d74d77ac84fc64b9c2e6c', slot: "page_number" }, this.totalPages - 2)), h("gb-pagination-number-base", { key: '0c6a975b9eed943e86f89dcf32f19ba294805e6b', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default' }, h("p", { key: '3fe6c118a28a88278d3db2740bacc15589cc2dda', slot: "page_number" }, this.totalPages - 1)), h("gb-pagination-number-base", { key: 'b6523f34a2c1b08b1c480171c988e2c4b5b63aea', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default' }, h("p", { key: '1bba20afb24957320a5cc8ada31b101a2eddc075', slot: "page_number" }, this.totalPages))), h("gb-button", { key: '1eb3d1a3aef5941ba9e13ef763567320b2f0867b', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, h("p", { key: 'f8b6c7ead65a6b669fe8f95e6751e7b94f7f074c' }, "Next")))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: 'c9d60af82a1a04bd11088ce076b5ca2185db2031', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, h("p", { key: '9d9cfa6d053390d6290c7259581b1d0cfaa5ba42' }, "Previous")), h("div", { key: 'ab92bede0ca22fefc0a39fde8d1dde850a733189', class: "pagination_numbers" }, h("gb-pagination-number-base", { key: 'e1a644b555aa18fcb2b53b731d74e096d13ed1af', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default' }, h("p", { key: 'b2f5283239f9928a4850504ed4ac1b0407b7f220', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: 'f63e0ab0dc0a85b8f8e68ff6c38e2ea49aad4f34', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default' }, h("p", { key: '74b36792f8dd78a5d6fb089cd192641267147bbe', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '05d5fad4122db3a7949ad83742438be4262f178d', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default' }, h("p", { key: '0ac6bf0b0a3dec0027dab29438af96869945b348', 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: '48d1fe533dff430f35c3c6733e8d452224cc112f', shape: this.shape }, h("p", { key: '423609b5ab622972628d2b497465fd2149d7de0e', 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: '84eca6619fee2f121131be59cf0b5aa5d7a02d98', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default' }, h("p", { key: 'e59c75712be81e8fafa6562c713277edcf0d1b5d', slot: "page_number" }, this.totalPages - 2)), h("gb-pagination-number-base", { key: '23845bfcbe30e49bc7e0645827662ab9c83b788a', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default' }, h("p", { key: '741aa61de43dbdea8badc63714c860bdfcd9619b', slot: "page_number" }, this.totalPages - 1)), h("gb-pagination-number-base", { key: 'e52ee3d3f5824496c4762426bdfd7f394a645a73', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default' }, h("p", { key: '37d06a0be5fab7d2680ace3d910accefb4cbf576', slot: "page_number" }, this.totalPages))), h("gb-button", { key: '99533bbec99d5e99db211d5c6343eb06a7170503', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, h("p", { key: 'cd3a533d766fb63bf62c69a70bd5a77d9f90c91e' }, "Next")))), this.type === 'card_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '672b19cdfe5fb9e8fea3c535bcc90ccef74f894e', class: "pagination_entries" }, h("div", { key: '83d3349762fc7c1a05c2647c57c615bf19c66451', class: "entries_text" }, h("p", { key: '96671487b0727d3188e9179b2b7b0a8a739c317c', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: 'b3e8e5388931309fc6bcfd7fe582803be1cd3bf6', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '54cdc9c283739efaa504c53aa65c959f929250b6', 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" }))), h("div", { key: '350c496745948c3759671fe031b4d78d096862ca', class: "pagination_numbers" }, h("gb-pagination-number-base", { key: '2f624fba1d9d09f00b3dbbc26b90ff6688770742', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: 'fa2eee11423f2065907bfd9812794742611ce4d4', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: '1dce421a59278634992058cc4a6ff0dcd4ce0be3', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: 'f3e4351d1c0f9c13d2ab60d1322e83b55c75654f', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '74aa68d8ef196d43ae06369b9702ae9ffd5022e7', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '29995ac627ed24875091254634e897f7eb15c942', 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: '8e2cd72bdb8481577adb64914da7540b93c78c80', shape: this.shape, state: "default" }, h("p", { key: '21be44babc5f0faf70103df9f655af0466be560b', 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: '08506905e6d73a503b38b9e5b3267126477d84b8', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: 'f6b66c95dc48ca10ff70f1fcc6f5fec975a3acc2', slot: "page_number" }, this.totalPages - 2)), h("gb-pagination-number-base", { key: 'd2ecf69a59025aef4207ff09347d009cc3ac701c', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: '7cd8a1d28104f531eb0a999607b9d1ea48cc4c66', slot: "page_number" }, this.totalPages - 1)), h("gb-pagination-number-base", { key: 'f269d5a8d5240f84d56d5c10c1400442ebc673b9', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: 'cdc72239a14edf40fe7d7d59d8288ff72ff14523', slot: "page_number" }, this.totalPages))), h("div", { key: '586ba3995410575960273bb798117166d4a1aab0', class: "pagination_btns" }, h("gb-button", { key: '4935202e1d412a2e03608c976683e17b95a856b2', 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: 'a16166870b84f62fe87de174fef298fbb2b069d7', 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: '01674c4b08d2f1f6820e62d04bebde44135921ac', class: "pagination_entries" }, h("div", { key: '8d5fe121a23d4c333a502157b5c0c23a73405053', class: "entries_text" }, h("p", { key: 'd1b81db9176f7f1afb8a34377d2a9274fc0baa24', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '1e243e5e15f775a07d5933e1bbb5991b1ed6f579', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '6ede7b1365d378da2d9c2498384efdb2f94a072d', 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: '94786b66d03df04e67b444042434451d45e29bde', class: "page_number_text" }, h("p", { key: 'ed51e3c314cc11b79d782909c1495cec73817b9a', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("div", { key: 'bd1e816e75cc27734653e63bffd248225c9ea39e', class: "pagination_btns" }, h("gb-button", { key: '3ecc2dafa427f0149c02aca03558ad909882529f', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'd83f4958fa0fafef274eb9814294596d03c772a5' }, "Previous")), h("gb-button", { key: '8eb2b35d59c71b1e156ba590d57b19892e166b03', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'd3f47821ac5d3431da74064b86429880974dc56b' }, "Next"))))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '957eab22b41620b29e5fc2fc12da7588f622f840', class: "pagination_btns" }, h("gb-button", { key: '58601f5ab9e9df0b726cbdcffd6f4544c5ef4f04', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '672b657725d693423b5e0801a6425e7daf3afa50' }, "Previous")), h("gb-button", { key: '492bbf2f2f73428bfb6cdd595dd29a8675614023', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: '5dd97d1f9222d41c27d75451813c240b58b9a208' }, "Next"))), h("div", { key: '62fdfdeb621f002a21881b5c69303234ba6dc1f3', class: "page_number_text" }, h("p", { key: 'b8161f486572944581fdb2ffa9e07c2511a11cf4', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("div", { key: '23ffc6cdf1aab2e220ca68f19a3ce824f7beebe5', class: "pagination_entries" }, h("div", { key: '84746917e3824b30181cca2bb110923d2106865a', class: "entries_text" }, h("p", { key: '7539f42d00373c3d6dd2a2e524fdab22218788c3', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '82f7ba97a52006048cb62a599af0d75b4cfe53ce', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '20e5e13c01a7faf6d5fcf6620ebd5ea3d966837e', 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: '4b4e10bb965065392593010c8fef82f5b5aec155', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '0ce908d793101bad6bdcc5c9737dcef20abbba5d' }, "Previous")), h("div", { key: '07a10565501e89aa1a71aa1f288995bd72592e04', class: "page_number_text" }, h("p", { key: 'eaf801517e006fa1b5875cee9b419a1dc8df28a0', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '4965a3887f50341a44df741f2ab8d9d430120af4', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: '86266855185f92ee96d51807aa6fa251b12698b6' }, "Next")))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'e1754e6b281edd6a26d96f8b22ce85ccb4e10ad6', class: "pagination_entries" }, h("div", { key: '2dc3e5714835f44c1e80a741bac7e7e03de23b28', class: "entries_text" }, h("p", { key: '126f48e97b43e68b83401ab24930e006b801520b', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '442724e714fed4b764f24b6494982c469ebd1a34', class: `entries_dropdown` }, h("gb-input-dropdown", { key: 'bbbf2f0a3e0973b42eb18d59e1fab326a599fdd2', 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: 'a5b84b082d0c4dd0f09c2f88060c7f9668243bcb', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'dd7c189c77624ba6e2ef131a56b64aa07594cd36', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '9bb536b95ef95d4c1de2d7c3d69202dde3aeed6f' }, "Previous")), h("div", { key: '6111a381a75278f2d68f927028062d3c76424219', class: "btn_group" }, h("gb-pagination-button-group-base", { key: '88406bebceeff3ae06b532b43165a36c066dcbb3', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: 'a8ca36980875527c0436f434f9ea40eb4339de62' }, "1"))), h("gb-pagination-button-group-base", { key: '5cd1ff5b2085f6e396a1de233dd78c21b7ef9099', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: 'b6fc21a25f08d506d4bbc702d17cbfa48f5a0a06' }, "2")), h("gb-pagination-button-group-base", { key: '1a7e87ab79e063f86d7c6b5b75e930e5c91694f0', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: 'a6704862fe3361344cccb6c64739100cff80b40d' }, "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: 'cc78fa4a53edaeeb37d32a2dcfecd8bc66fdf1c7', icon: "false" }, h("p", { key: '8b20ef66b14f95d5ed45bfaeff469239a4526918' }, "...")), 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: '56c13ce7bb3f297b001800ba86cf85157e71737f', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: '746a3b900bf19d72fe5a7f8fed283cc48b2a3a55' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: '1c7b14dd0f031d6d31af205ab88d7fc0fb8365e6', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: 'f062b245ba684b56a9d4e41718213b5517418b3a' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: '3c04e8ab5a9d9ab50dd2c07c04efb9d1912546cd', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: '0d7ef6acf9632fe4cadf32cb04508ecda79c0889' }, this.totalPages)), h("gb-pagination-button-group-base", { key: '604bd8a345ea0fd88aca8071bbc96e3e2f79d85b', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'ce3f282e1fc77012180e1357dc7488d15a823136' }, "Next"))))), this.type === 'card_button_group_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'c59409ce5afe2fda83d3df9a0e4e54cca1e3c35a', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '540a6ef0dd2eb4fb7c7f90246b707b741c1ae152', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'fc0406760acf8b424b2b0947141c908d53b81cd0' }, "Previous")), h("div", { key: '0c262ce41b6e938fbecb27960c4832e54f4e5847', class: "btn_group" }, h("gb-pagination-button-group-base", { key: '9f4fab9387a951524805603f7dce102b7dcd7263', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: 'b19c18e37b71abc394c7cf19c6716ed6c370a24d' }, "1"))), h("gb-pagination-button-group-base", { key: '2c8bd2f26f0b633f94d592467aefa3e09a1f60d2', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: 'eacdf709fdc0635a29d33b679c26ffce344c6a91' }, "2")), h("gb-pagination-button-group-base", { key: '39ea007e2241b0d1d3aad6dec9e9ff33d6f80225', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '866c951e70b0271afbd5c08d80f5bee4184c2d35' }, "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: 'c1c2afff4fefd1a96d165c50bde824f936d20961', icon: "false" }, h("p", { key: '747f947187916e21571fbdd3e034d7cc7eb3e319' }, "...")), 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: '58629255f8f5e74212ed10695710f2723d977186', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: '59fdb7b1ee6ae429afb02a58c1ede12e7abbbe03' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: '982273adb286de2593ebd920bb1e4ef6be88d25a', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: 'b217b679a6a477bb3f01c7f89db9e8d27cb2f4d9' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: 'dc6bd1a0a91a5a20081a446eea74f870e91ab2b2', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: '1a7d8e8b122b7a47c85066e51f11427e9aee6204' }, this.totalPages)), h("gb-pagination-button-group-base", { key: '22167756565ccccc24952d3b6e329532a052ff55', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: '17e76e08e30ce5b1293ecec52b5bbfa465f028a5' }, "Next"))), h("div", { key: 'c3c1c189e9e2115ca0f53be3a89bc924de7fc23a', class: "pagination_entries" }, h("div", { key: '6644a0d9742d0886eb750e760d9b4816e5d6fb7f', class: "entries_text" }, h("p", { key: 'c5f359bb8128bef6c4ba9da035beb9d64aa27300', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '1d63e10960645f16ed8f220045315bfb30fa1b32', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '2d739aea06ff38f9b24374f68c65e2c62b3fb560', 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: 'de537831459c7639bfe5be4e2395b9157bd72fa9', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'c9260defe0d8f2d8fbb807659441de6f195983f8', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'b8d069eb0424354c6d676e0a8dadc8c986a6cf42' }, "Previous")), h("div", { key: '934c582d6d62a991252c3ddf03e494cb1acfc837', class: "btn_group" }, h("gb-pagination-button-group-base", { key: '0335bbc10e05ce4923dec60e5195b81af0303707', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: 'fd36519f246310e02005e86d93e2cba0db849a6d' }, "1"))), h("gb-pagination-button-group-base", { key: 'a28dc2260341ade57f52549ef16021e3bf7c7058', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '79a06838feb7cead9fd3e5a422a7700c648cee28' }, "2")), h("gb-pagination-button-group-base", { key: 'edb1d4f6f0243e1184a02c9e8121397f23fda764', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '2db0b526ef3fd3ef44a37718c7d234702bd1a125' }, "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: 'f70c3ceb2eb50974b9171b2d46c0eef66271ace5', icon: "false" }, h("p", { key: 'f726ea49cf5d659007d156d8513b7aa789ff703f' }, "...")), 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: 'febcdb4d0941c8a9adfefbcf22822de30cc7473f', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: '62beb3bc5048e7465f9f9ca2a470dfa222d407da' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: 'aabd09f85935e1db4174c133fa585051206b8217', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: 'c5c56f9396ed6e70683d358425e9b38bec978323' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: 'b3522288a26e10593d021b6462e6841b5c8849a0', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: '8f1b35c0a5b4e58d10a11daa4cfb5d757c62b18e' }, this.totalPages)), h("gb-pagination-button-group-base", { key: '38621515bc858d01747ad3e0732bd73df7867abc', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: '91d7a215161beb8b9f9e30ac370da6add261621e' }, "Next"))))), this.type === 'page_default' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: '746631dbeaef6297b41e8a0db8918e09009c73ea', 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: '70b4803f0e50db449515956a53e71a3578af3e62', class: "page_number_text" }, h("p", { key: '1c76809869d1af47c7d738855fb613b131965285', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '04210987232f1e2bd8bc99c08744b49fa71246b1', 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: '49749e6abc92d319e9ef0a5598c9fc4519de363e', 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: '7d59e65e232a73186c87749e756e919f3cca1088', class: "page_number_text" }, h("p", { key: 'e1690527f189d3f4bab16f6ee858dfa037339985', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: 'c8a3eba553c891604be02648a66f4e4ed93cf32e', 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: '101a0043e40d54c2c34ceca34a05d4ef924a4391', 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: '101453981be2499b560d157dcf8b748606b9955d', class: "page_number_text" }, h("p", { key: '706760be32709742d9f84bfaeeeb07082533d945', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: 'fc8cb768e7a42a4a3a07fbc1345874cce657d89c', 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: '55af74536c5c768522c6e207d26a49bd67867642', 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: 'c88d18674bdc24270e6a47ba779dbc02dd834f0b', class: "page_number_text" }, h("p", { key: '9c8ebd5db60e9ad1c433cd557ebbd7bbd0ccf922', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '64eb9959821d92f1b37fc562d290b9bdde04e8e8', 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: '0e36b07e02f6da37331828b2ac9460a26ac7887d', 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: 'a6c1bd3fcdbd55bef76ce203d002b06fc94604b5', class: "page_number_text" }, h("p", { key: '4c42eab0c1004c00fa19fb27a3ddd284065acbe6', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '58207a966a2084bd48d392b22b18fc9da6f19452', 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: 'bdac4a1174243f2732d64d8afb0eb8f1176e0483', 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: 'c4f604a3d07e21c6acabf1d6d9f9ad865104ff69', class: "page_number_text" }, h("p", { key: 'a1c08a494042dd32ea3889761d1d335b4f7aa949', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '31a209835e896c24bd28ffbdfc7eca5e9b42a61c', 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: '36a554f3708c97ffeccf7cc54c096571013426c4', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '384b894fd0be35d07f8f1ed05207707f4cb83f15', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '43e6e49455eed1aae2e668136051b218fdf5f48b', class: "btn_group" }, h("gb-pagination-button-group-base", { key: 'fee60dbeafc6d16fb17af69e31a9e5ba575e7c50', icon: "false", state: this.currentPage === 1 ? "active" : "default", onClick: () => this.currentPage = 1 }, h("p", { key: '93fc89d8f3ce503eec102c604ec77f15477dfe32' }, "1"))), h("gb-pagination-button-group-base", { key: 'a31147359d122af1aa47240bcacaeff8c102f65d', icon: "false", state: this.currentPage === 2 ? "active" : "default", onClick: () => this.currentPage = 2 }, h("p", { key: 'e5a0e87905a63827529f09e9098b4d80e7bea82d' }, "2")), 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: 'f7ca7a4be065fbff85fdab63850e1ef2d12d0abb', icon: "false" }, h("p", { key: 'd02660feb639dd51fd730e00e34ea50f45641b17' }, "...")), h("gb-pagination-button-group-base", { key: '2077660c326a3d1cbd19b01a7720271b7e3ad90c', icon: "false" }, h("p", { key: '8d0f14f8be7b409007f473aadb66a596681e38d0' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: 'b5b3be3d3faf41726535cff6874b4e299435b4dc', icon: "false" }, h("p", { key: 'd2c6e64b34085849cb3e4cb349d14ef824677133' }, this.totalPages)), h("gb-pagination-button-group-base", { key: 'e4503a2466ec59370183a8f223b1c611982bf474', 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: 'f1c9e9eae7ce533155432b3e80968a22a536d3e1', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'a2dd0ba21e2c3adcf5986f492632ede96a11f8b2', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '770905d9319578ad132d7a8327c07533836265ce', class: "btn_group" }, h("gb-pagination-button-group-base", { key: '2d65218eeaa96685c6a44ffb1a2201b3233be531', icon: "false", state: "active" }, h("p", { key: '64a5a319f3c1de95ebb3650453c4006182353cdc' }, "1"))), h("gb-pagination-button-group-base", { key: 'c02f1a73f3e0d805fa2fc04c75c0470f4f21c3e6', icon: "false" }, h("p", { key: '886f61912f7ea3d5d55dfcbf744a6b2fce7bfb7a' }, "2")), h("gb-pagination-button-group-base", { key: 'e0ad383f175ce6048e8aee4e40cc6cc7d8cff6b9', icon: "false" }, h("p", { key: 'd766bdb4deed843779a375a2510d9744cc990afb' }, "...")), h("gb-pagination-button-group-base", { key: 'e47a4d16f02b5c8f0f0983d860a107126b489492', icon: "false" }, h("p", { key: '2345dd21e49302dd4bc1a76ae6ae4b95290c2ffb' }, "9")), h("gb-pagination-button-group-base", { key: '484634c5167f36ffda825930f402053a0bf9837f', icon: "false" }, h("p", { key: '2402513ea0263497dfadc4b0953e0fd3fd912212' }, "10")), h("gb-pagination-button-group-base", { key: 'fe5c13351d019b5df83980ae494bcea7a1fb2af2', 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: '0276ec0dd74d3bde45bcfeb4c4ad8dd2fa5b0381', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'a0befd3fdc4cde5b08a297c5c4f3976fd88b1cde', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '6de40c7bca353d69736c10da7d3514b35666a09f', class: "btn_group" }, h("gb-pagination-button-group-base", { key: 'b3c9d21fa5582b7437d29dc4bec3e5d61c441190', icon: "false", state: "active" }, h("p", { key: '6b1f242910b7c0e0fd2de3b3de5e1473a9f23fd6' }, "1"))), h("gb-pagination-button-group-base", { key: '1b3863f2c4a604eaf6d896494c89d511b720be58', icon: "false" }, h("p", { key: '808d4ae8611f24b1588560898ae004cae28a9f1d' }, "2")), h("gb-pagination-button-group-base", { key: '8e8a4814e2b0e3a3fcf531b77bd2d550bcea970e', icon: "false" }, h("p", { key: '7d5dc6661e6e1be40bb844b36a91fb0d7dbe0e0a' }, "...")), h("gb-pagination-button-group-base", { key: 'd09f257725ac4e949e9bb12ed6ee9698ad8f6b50', icon: "false" }, h("p", { key: '94af978920841a140a1766d4e6e4f30855351afc' }, "9")), h("gb-pagination-button-group-base", { key: 'd6a1420984faa98591c2c38b4b2b882955ada084', icon: "false" }, h("p", { key: '8a87284382409ba21856fd469bcac73eb30de50b' }, "10")), h("gb-pagination-button-group-base", { key: 'f162421083d017bae5f998b398b936576ac2d47f', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))));
28
+ return (h("div", { key: 'd5539b04b7f1c0698a7a38b03bfc7f4de19ac357', class: `pagination_div ${this.type} ${this.breakpoint}` }, this.type === 'page_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: 'ad2d80a02a8cc123c7106f3616f314b6fe7dccb6', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, h("p", { key: 'e94e5bbed63d74e01f684aa4312dfc4e395e9d2b' }, "Previous")), h("div", { key: 'b974b41f4cc4cf86fb3bd2893a7be6055548df9d', class: "pagination_numbers" }, h("gb-pagination-number-base", { key: '7df3dbe21042f3907cbd1fd9c76e7da1800ca422', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default' }, h("p", { key: 'f5cb4eefae89c1baa6e6e8884acf9484698d5cb6', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: 'ed17bac893ccd67b151df38fbf143764f81661fd', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default' }, h("p", { key: '1706f57a26bac128e817854ddb18e85f3e5556db', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '92b2ddd997582dbbde572fc64b5162aabdcb70c8', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default' }, h("p", { key: '89a7aadc89f35d9191a9c1e1f31548db4bbce42c', 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: 'dbe37e9face01fff17d285c777482dbd02a366b0', shape: this.shape }, h("p", { key: '55f8e2c0b584423e66952d9ce694854a3dc9b97a', 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: 'c6d4af76ae9f49d57ac91d9a96eac46593cb04c2', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default' }, h("p", { key: 'fa1f92941e5a78fbdf5e786dfa0c7a4120584223', slot: "page_number" }, this.totalPages - 2)), h("gb-pagination-number-base", { key: 'c8bdc949cd69cda336a35905704e30e3c950ec55', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default' }, h("p", { key: 'e1f1149b9f8e88914aedd02e4314f24481e1583f', slot: "page_number" }, this.totalPages - 1)), h("gb-pagination-number-base", { key: '15643b785b5cdeb5b42ef5da0cccc0dc1950dc91', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default' }, h("p", { key: '195aa15b0225c37c902f395f2ffbb2b7ae804e5b', slot: "page_number" }, this.totalPages))), h("gb-button", { key: '4fe070da20c8fdf5708e9e7307dbc9b70abfc10e', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, h("p", { key: '5cc080fcec769471d2a28ff36f52c6f596a4aa5b' }, "Next")))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: '58d41f03c421e3ad9740c5ff405c6f3d98892305', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, h("p", { key: '140b802902598128168be885390c71cfc420cd5f' }, "Previous")), h("div", { key: '1644af8815d1b10860ec88c5298844352de12474', class: "pagination_numbers" }, h("gb-pagination-number-base", { key: 'e405b8b6b74f980ef7a36ec9b7d36917325bd23a', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default' }, h("p", { key: 'b9bad5d45212727929813058c20f47d9c8b4bca2', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: '2b917182a64ae9a50b618ef6e0156cce791f5716', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default' }, h("p", { key: '9999147f189a524e6050822ee5826d0d36b24b0e', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '3f2a0fe60f8789f6d50b8453f6e76e46c0ca0fd0', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default' }, h("p", { key: '2b4d4daba150c055197256a390d664d2100dd207', 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: 'f3ce1d7afb1b495554abed413462dd2491834292', shape: this.shape }, h("p", { key: 'a8571db201a71bdb8894c488cff45a6f855839db', 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: '2b8854421485ae2e5388d87cb0257d40ec926094', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default' }, h("p", { key: 'a77fd03986b336655f6394156fbf761c136cfee0', slot: "page_number" }, this.totalPages - 2)), h("gb-pagination-number-base", { key: '0b98472d050659afc5eaec9ac8ebffe8c9fae412', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default' }, h("p", { key: '04f4aecd3f7ab99486c472756fa93805f09749d8', slot: "page_number" }, this.totalPages - 1)), h("gb-pagination-number-base", { key: '22b796f8ba42b64a23cf43c9c877f47805c33390', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default' }, h("p", { key: 'f39c810afd57444f375f374d0b2f931baef0d508', slot: "page_number" }, this.totalPages))), h("gb-button", { key: '9d5238892d431a1e610e1c356d24e47bf81df959', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, h("p", { key: '2fb4404d2dd513086e3f6354af95ed835f6f840f' }, "Next")))), this.type === 'card_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'a235813c637a6f82c2cd1744abdc81f4e521e04f', class: "pagination_entries" }, h("div", { key: 'b2fbb94c7fb6b085d6b22529b38d446085dbaf4a', class: "entries_text" }, h("p", { key: 'b7bcaa24cd350f0cfdd96e9d2ec584bc5849a9b5', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: 'e5524eccc3a1d95469822a2f3386a30b39c0bb14', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '1f7a3e37c8903ae593cdcb6a864890e83575ee05', 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" }))), h("div", { key: '5ed298c79501f8183d61bae3dd826447ef6f5489', class: "pagination_numbers" }, h("gb-pagination-number-base", { key: '5700ba760903223327d37500c79c474d00c28fa5', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '8b195c0878c8a239cdd376295517e7967f89b88e', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: 'ca22842d5ded18b1975af66a93d18fa8e20af765', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: 'ef6a8fdbd47ea626c5365e7616fe5b1efe607b2b', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '695465e33630f0da3a9c47ff777d781b92d0010e', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: 'bdf663d007b4d8da8479bf03c8b07af4fd4d2718', 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: 'dc2d222b625a4bf0c6db35521e48b865dd277357', shape: this.shape, state: "default" }, h("p", { key: 'd522db9fef389bfbb0f397f4c112e00ab0bc7ed9', 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: '54d3a9c9ed8f5eeb78a0a375d477d07492fac7d5', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: '2121a6de7ac0658153eace38c07181901396a4d4', slot: "page_number" }, this.totalPages - 2)), h("gb-pagination-number-base", { key: '6cb9fd6489031fd99d2dae53d5127dc2bae6d5e8', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: 'c9150936a4bdd65c0d793c88d6135dbc3052946f', slot: "page_number" }, this.totalPages - 1)), h("gb-pagination-number-base", { key: '682166c51df120bf1e8e53616526fe17a95ba54a', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: 'c43540bdc609ebb298dc909cd4c456f80a1b33f3', slot: "page_number" }, this.totalPages))), h("div", { key: '5f6230ab277e5150d9f6549232dce6f3375edc27', class: "pagination_btns" }, h("gb-button", { key: '4de7083c74ce11e0767db2e53c746997fa90095d', 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: 'fdca2c26f58a4f99c299740b2b2cb675668a64d1', 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: 'e111f43751ca309af5a40f71e9aea923f17565fd', class: "pagination_entries" }, h("div", { key: '6a5116151837c4b9bb30f4770438602f37074cec', class: "entries_text" }, h("p", { key: '67da8d2cd1067a067c870e293a1782a8885ac98c', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: 'c16427e019eb2246cdf334055d691dc05d207fb7', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '42719bf0b4225f870ecd6317bc855ca49f221b16', 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: '94fe3b83f612901dd284d84b1542b8b7d6d378b4', class: "page_number_text" }, h("p", { key: '7d3744b201ee9e76fd29b83bd431bd955b74b37a', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("div", { key: '76e0cee6f1478146310767e36d77bdd959427d52', class: "pagination_btns" }, h("gb-button", { key: '3fc583041a786996136f11452c6797040946d796', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'baeb09d9603aa7c36e522abcda2d5f5860dc2f24' }, "Previous")), h("gb-button", { key: 'e643075925292d876197a72d56e694a4d27d2f90', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'd9d4fb3bfa9b7f240773dd25c54551102e113eef' }, "Next"))))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '57a4685230c966935ff431bb49b1ce280a9adc83', class: "pagination_btns" }, h("gb-button", { key: '08ceeb0d01b905020b88475efb9094f65f1bae83', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'e7063603c8d7d89105cd39b858da1f2b907b6034' }, "Previous")), h("gb-button", { key: '4f35a397b0d1e46628aba54fbcffd90a1afbfede', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'a4086ef4413fb0bf69e224dc3b62a5bd61ac119e' }, "Next"))), h("div", { key: '27aa42d50c64f3e1ff788efe5a478c43e35a5d31', class: "page_number_text" }, h("p", { key: 'd5ed78677c83fdc11c4cca4afd2531f4a4d8ce3f', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("div", { key: 'eeed93f0c2b9510d966fa1b6832853e92de1b4ac', class: "pagination_entries" }, h("div", { key: '960aec083123e765f84a833a5f76cc75c2985b91', class: "entries_text" }, h("p", { key: 'd3c7a193dbbb920be9b21e507f708db128a65684', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '4855d142d0156dcc69ab75edb8c3b8dd9192bf30', class: `entries_dropdown` }, h("gb-input-dropdown", { key: 'cff0c0e6119b108db1135c1f7fcd9ab9d274e32c', 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: 'd063e52b763dd44430308e9f7f548b9a9f2963ee', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '5697687facf897a0fb2976a858d186740a3b566a' }, "Previous")), h("div", { key: '73ef28e9a0a3c74c9ad03f9e1299eab4e638bbb9', class: "page_number_text" }, h("p", { key: 'b92c4923192809cfb2cf9d3635970f95f7e022ce', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: 'b8c3f3cc2dd91d3fc71e7a9909fe6d2c9a18a67b', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'a1d8dfad5e6a93c16c8e5bda6866ffb420a6adce' }, "Next")))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '70b0221593c3d5ac5595dfb7b3d838190264dd8b', class: "pagination_entries" }, h("div", { key: '02095a7d6446fb99da7d9af859ca2d97bfb712ec', class: "entries_text" }, h("p", { key: '0102d11f7799fe86e93419a061d9dd40b8da38e7', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '99daece7f5af5056ce7ddaa79ab49210b5e15446', class: `entries_dropdown` }, h("gb-input-dropdown", { key: 'b3f2d70e30709bcd163118d6332ddf6ca690c663', 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: 'bd5ec86cd326b05222a2d75c4a50c404411a2694', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '94da5fa0f9b16052909443f1c05b59eeeaf2c51a', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'b4a09ad235083054bb3240d8a3fd7258fbb5d38d' }, "Previous")), h("div", { key: 'd52fbcc0991863668db9e093e669e0dd33ee8019', class: "btn_group" }, h("gb-pagination-button-group-base", { key: 'd91b0dc7aa0ace01a84adb743301a76979a6935f', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: 'caf84e7f8ed9073a2aa21f4fceb30c576d87e2ea' }, "1"))), h("gb-pagination-button-group-base", { key: 'bc4ff9efad78e9c08cecd6466c2369d17409daa6', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '58f8277caf8751181c6e83ff21420633196f3f97' }, "2")), h("gb-pagination-button-group-base", { key: '82f2c098398e80ea5c708e3333d1caf351a07391', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '906cf9c257b175afd27e997d545acb13824c892e' }, "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: '31d380de8cae89dd76f2626eb643ebd953fed824', icon: "false" }, h("p", { key: '188c50ebec7bfce57da9140405293db7d79a111d' }, "...")), 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: '26f81e50f77d0c01bdd21640384a2a79defcd288', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: '9e11c8786ecc519f3da19704f1c15fd2573ac5e4' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: '9d80d51b2410efe19b2a3dbc20c3ad6133c7ae3a', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: '7c40261be05fdfaa9fb43bc6b16c248489fd2445' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: '38c18b16b35c6bb030b6484c3dbd8454fbdb92f8', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: '87931ce96c54ff14a47a64166b5d55452e285a7a' }, this.totalPages)), h("gb-pagination-button-group-base", { key: '00a62ab09c4be79f6f77480c3fbcde1efff4eb14', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: '0af894c70ce8317c60e259198a21f3963574a09c' }, "Next"))))), this.type === 'card_button_group_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'cbacb21d938a98128ae3b0edcbd754614a0d29ae', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'ccf8bfd94ad18e3a4f11091384ebde7547a62799', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'cc422d2bbfdbc020c48f00ee4ce3198ad944c6f0' }, "Previous")), h("div", { key: '0e31727ee94c89b5905642a84cd3ef8c90c68385', class: "btn_group" }, h("gb-pagination-button-group-base", { key: 'bd1bf80e6ef2e7c20d3c9b5a15d6ab9a6669f221', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: 'a9c09d315c31c732cc2a0638c6c7d4cd855579f8' }, "1"))), h("gb-pagination-button-group-base", { key: '432ed9ab9ac7378c777c3168947b326e7da07007', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '64b196fdf2e10d7e1f41af0b850830f7be0ff860' }, "2")), h("gb-pagination-button-group-base", { key: 'ad2d3533c928704d7a6b7f5f425b64cbef5ccf12', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: 'f110a66590b8fb54d218ffb625920243d855a5a8' }, "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: 'f44345dd6122b257f80c92e78a1d7cffc28da88b', icon: "false" }, h("p", { key: 'cde930722bfd10aeaa25669561d85bf336a4a5ab' }, "...")), 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: '9a46c87c351466f1e55be52c38e6000dce00a6e1', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: 'db8375800571bc6103b528e06f7df050e1ebfeaf' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: 'd9f27839b1156056bc3cd56a96531a7572ac5bdf', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: 'e2a59fd59661293191b9e84fa97b3ff42721a2d9' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: 'ecc19e8a259efeb7b4beb311332b39c52df46d6b', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: 'c4344a139a953e000f9a9b6b9b089b2126cf67fc' }, this.totalPages)), h("gb-pagination-button-group-base", { key: '476948f3bf1ec46d9470d000e67e5432c012dca1', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'b371d26e751655adce07b039ed5a848b6c1340e8' }, "Next"))), h("div", { key: '0020a84fd89ce640a7a38e8085f42d20c7f7879d', class: "pagination_entries" }, h("div", { key: 'b567a25e6eb3a27581206b9a74205474fc650b41', class: "entries_text" }, h("p", { key: '7738c95ae3d15b0b2dea661c0a5e0bc63508dee5', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '674e70a193f2718a71428098e9896c45c6bec44c', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '58e1dff89f5ddd1dba900908a51bc0d6c7560e05', 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: '5185be35d7e4c81bf6cf3fb6d1529e40399b424a', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '41ab6dfe9706d2b7b61e3a4aeaf9430fb771a673', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'b9588de13f1653e81c254c3f159d91f2a7c0e922' }, "Previous")), h("div", { key: '949bab3dfd52bd554a81087364fefb281b1a10f3', class: "btn_group" }, h("gb-pagination-button-group-base", { key: '4039af023732f2c846b50e99fd3900e9b305b4e9', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '6798d3861be14ceba048bee20dff5b446d61c92c' }, "1"))), h("gb-pagination-button-group-base", { key: '5ce4600fb90c0c1d111d3da36d4f81e39708be28', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '40d5ec4ae5dc640d75c6e299a6b10a18c8cf0364' }, "2")), h("gb-pagination-button-group-base", { key: '30bc1fa6e986b5c3cb150cf7ce9a191570b26996', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '678ff3725a18a85c3b971aeac70029d192761810' }, "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: 'f6b6d08004e65958a3271459770746bbe72eb580', icon: "false" }, h("p", { key: '4d7afe4cab640b3ef31f0b5182c17eff3756542f' }, "...")), 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: '6e31dab766c37f6d41b2174c5ab1e901a398c9c1', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: 'beb008c7f1a97bb20cabf7d1146519a9af9db89c' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: '219191e1b609a538baa18195048763270602dde6', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: '848f71f2ef47d5c76194241e2e7f10c380e8e76c' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: 'c3ddfeebd76f9c8f9c21c21921ea7d9d321761ad', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: 'e6ce8797c77ce8f1b918fc31726377342a2d525e' }, this.totalPages)), h("gb-pagination-button-group-base", { key: '52cb2b3e3e98d50866722a2fb370f798955dc2e9', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: '3322ea2252bc6ba5afbb82b12cf19c6574afa2ed' }, "Next"))))), this.type === 'page_default' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: 'ced8466d1f91a82b5bee55cd000c37ac3f093266', 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: '330649f80b8440b035d0b73bc174f4eedb8eb7f2', class: "page_number_text" }, h("p", { key: '1adead1d902ed714faaf0a44122b766798b40c34', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '60e1d45591a3549deded52de229c4b20ceaaed63', 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: '5888a7c71bf1247bab70e3a1f21090f4fe56dc50', 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: '291f09e43986e2e6646f3f5ed64dd39f2d0bf40f', class: "page_number_text" }, h("p", { key: '92743025a2a63043cc252b26673fdfcdd6dc0fe9', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: 'fe76cffc4ce3663ec6176ab27f4aef7fcac91a08', 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: 'ad9b82e675a3fa41b09770a7cf35a23f59989019', 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: '65b2ce4f6084414bff521640ffbbfcc58b10fcbe', class: "page_number_text" }, h("p", { key: '6077e3782697a5332baa4d38b0ac7cf1c23d6521', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '8bf8604008634d49849c9cc85e28bf095622845c', 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: '0895a2413efb1a071b48cf10a76635d583cd500c', 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: '068c582dfc85c28931fc38c1cca15cb6851de012', class: "page_number_text" }, h("p", { key: '72528b5cc683f9af00a0b73ef3d9c8e71b4ebe57', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: 'fc73c1239aa7873f308ad0cf117344ca9d4b5689', 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: 'b3890f0ce9220a371b05495399a50748a31657d1', 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: 'b4250a91ef0f973b54588d55bf1a9579919cd4ae', class: "page_number_text" }, h("p", { key: '74ff82ec322f0940b7e96bc4486afc79ee4741ac', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '4decebdcf509c3388a6663186324f06da89a7a47', 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: '9bd911981ae6b8d11ad2504498331bae8e73cf0e', 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: '591f16041e8a6fa668d0345ae9ff423d1f2632a8', class: "page_number_text" }, h("p", { key: '2879fa199d246ce82d50234a1221aaa8620f292a', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '1e5d27a3145e6cd6ad180672b6a5b8b9528a3209', 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: '25e8b4268ff57456d3d5d5e1f351988923c367b9', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '474b0591f99d4dfb537f8cb9667932c2bd6b7790', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: 'c293136fa7bbb1e176f2e635be9a9bc54932810b', class: "btn_group" }, h("gb-pagination-button-group-base", { key: '279ddd6179b87c0e3b151c1575c752d5e977add0', icon: "false", state: this.currentPage === 1 ? "active" : "default", onClick: () => this.currentPage = 1 }, h("p", { key: '42c33e94d6719758a1616295b51848d91637c976' }, "1"))), h("gb-pagination-button-group-base", { key: 'd9f4ab55ceddbdbf77b175984fcc803a5f594b5a', icon: "false", state: this.currentPage === 2 ? "active" : "default", onClick: () => this.currentPage = 2 }, h("p", { key: 'baf87a398f4aa7d2b2ba971d6c92e10e53ca607e' }, "2")), 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: '452578545630534487a1e875b419df2e7d19ffe5', icon: "false" }, h("p", { key: '67e80ad86f51884085012020bbd341a834a3b332' }, "...")), h("gb-pagination-button-group-base", { key: '2d23e4944cda2427f429ad067a4dc6dc0e267537', icon: "false" }, h("p", { key: '6dae8bdca3997864a26345fdd37b8007af0a4776' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: 'bd8ca4aa3850fa6e05791c2a6628c9ecf1ea4b01', icon: "false" }, h("p", { key: '7da3691d2a15cbbda21b7a515280ace4646b1afd' }, this.totalPages)), h("gb-pagination-button-group-base", { key: 'e74e461df39a7dbbd3c02ccd24e377a024788c05', 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: 'bf5844c004443448e64af2f0840cafbf4f85de18', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'f7c0e649a2d20ec7b4188ef7cc0e63d8560df1ab', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '7c74d0fb333b9e883f91220e05000debfa168943', class: "btn_group" }, h("gb-pagination-button-group-base", { key: '9110b3153219819612fd1ed0bcf8270c900eac1c', icon: "false", state: "active" }, h("p", { key: 'b46f1229e5584a205438e070c556f0accf15a9dc' }, "1"))), h("gb-pagination-button-group-base", { key: 'bfb01310d58a027a10559334067d306b6f9bc4e9', icon: "false" }, h("p", { key: '9220e6e0d5057e2fca385df97a40b7f2fe625bf7' }, "2")), h("gb-pagination-button-group-base", { key: 'af99b899d21a667ed209819c7bd8b307a7ae902c', icon: "false" }, h("p", { key: 'e66027db70d9bdb8831c3876b282f5df6c1bdbfb' }, "...")), h("gb-pagination-button-group-base", { key: '1cef6bf0d74b8dd4ed592096638f9d70c89f0e15', icon: "false" }, h("p", { key: '94644e4b5c5e3ca8eb7cc3d19e9354868166f490' }, "9")), h("gb-pagination-button-group-base", { key: 'a23a014718821160ab0e04aa9bcc09f3b9026a84', icon: "false" }, h("p", { key: '81f4c96b067e2b94cb18fd8dc27611d1788f5413' }, "10")), h("gb-pagination-button-group-base", { key: 'd4ab1aec0017951923a59df468c58b026bb31d4f', 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: '76f2a4f616eea5472074a2823a556e415d6991bb', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'e3f82eb0a1cb00ace7aae1608fa533d602d287b3', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '1f7c9fe4bb8b529da755f93d75b88ddabf0d9b39', class: "btn_group" }, h("gb-pagination-button-group-base", { key: 'cf9facec74a5ac23c3f4c49560a152e2593548c8', icon: "false", state: "active" }, h("p", { key: '7076dc13b039c9a5e25fb6dba3fd5c49788037ee' }, "1"))), h("gb-pagination-button-group-base", { key: '7330e3f3f568f343ed036d53b9ff2b0cc987b98b', icon: "false" }, h("p", { key: '8d476622ce75bf52dfa4a67d96cc4863c92b1531' }, "2")), h("gb-pagination-button-group-base", { key: '117532d784b4b1b024ce37e530d4c7dcd8f8889c', icon: "false" }, h("p", { key: '075eb0806efe3cf51d8d34aec89cb6dc73ecb0d9' }, "...")), h("gb-pagination-button-group-base", { key: 'bc02d867f7bd9f1f8aada762d5ca8fce854b110f', icon: "false" }, h("p", { key: 'cafe5dfcf5e4702305249bd3de0e7cba8056e111' }, "9")), h("gb-pagination-button-group-base", { key: 'ed28b1328cd558fb1325c396286ebe71e35bea21', icon: "false" }, h("p", { key: '2f4d69c62eb9533c5184060ec37c17bedad17a8d' }, "10")), h("gb-pagination-button-group-base", { key: 'bc6543a073677516eaa4a00c98bf16a56b9d1c59', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))));
29
29
  }
30
30
  static get is() { return "gb-pagination"; }
31
31
  static get originalStyleUrls() {
@@ -27,7 +27,7 @@ export class GbPaginationButtonGroupBase {
27
27
  this.loadIcon(this.iconSrc);
28
28
  }
29
29
  render() {
30
- return (h("div", { key: 'ea375cf57f25dd80312f7f8f3cfd9a3f16796132', class: `button_base_div ${this.icon} ${this.state}` }, this.icon === 'false' && h("slot", { key: '5b9065b02257e2feb0c29bca0c35994fc048ad25' }), this.icon === 'leading' && (h(Fragment, null, h("svg", { key: '0854ad10f0fa9f993ca9fd7bce5287c1b6a366c7', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'bb02710c88056ef5bdadf28879b6c25e2e4f4bca', 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: '79ce3bd09de74556f2d4bc87313e192890e1e7af' }))), this.icon === 'trailing' && (h(Fragment, null, h("slot", { key: '703fdef6ee6d10e6cdbf6c9fda519136b7774d58' }), h("svg", { key: 'b8544d202100ea69a32f8bbf42f6ce1e32432775', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'f7b40041a3c11315268bd99bc52e5fd566e2b3cb', d: "M16.6668 9.99984H3.3335M16.6668 9.99984C16.6668 11.0978 12.5003 14.1667 12.5003 14.1667M16.6668 9.99984C16.6669 8.90185 12.5002 5.83337 12.5002 5.83337", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))), this.icon === 'only' && (h(Fragment, null, h("div", { key: 'acb4c2b6dd1dc010a7a7c30718e2ba6626d5acfb', class: `icon`, innerHTML: this.leadingIconSvg })))));
30
+ return (h("div", { key: '1cd8191c7fbefd0f776b5ccfa1f9f74ecd8c1306', class: `button_base_div ${this.icon} ${this.state}` }, this.icon === 'false' && h("slot", { key: '3f5122275e87cce12b4f02a2daf9b6ca3a49f050' }), this.icon === 'leading' && (h(Fragment, null, h("svg", { key: 'a5902de50aee64a8a01a4021ac812f8df4f2a984', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '2d125fceea7e8adb5f61cba382d583c64529b5da', 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: '92abc90a7cfa0dbc41c4f2ce20e56b4daaa69348' }))), this.icon === 'trailing' && (h(Fragment, null, h("slot", { key: 'cada359198ade5c3edef6b5f6331bfe01382085c' }), h("svg", { key: 'f6353cacabddf41c0486d85e62a005b055c6aa9d', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'd58adab4e8cb6a89814a787a38504fb6cb8de13e', d: "M16.6668 9.99984H3.3335M16.6668 9.99984C16.6668 11.0978 12.5003 14.1667 12.5003 14.1667M16.6668 9.99984C16.6669 8.90185 12.5002 5.83337 12.5002 5.83337", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))), this.icon === 'only' && (h(Fragment, null, h("div", { key: '14fc609fd29673d60e0b81c56efdcaeaea471f97', class: `icon`, innerHTML: this.leadingIconSvg })))));
31
31
  }
32
32
  static get is() { return "gb-pagination-button-group-base"; }
33
33
  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: '07ec77d53f8dd3cf495f5ba9ae75434677fd9400', class: "dot_group_div" }, h("div", { key: '53c550aa31df4fdedb450bb725e75ced8ed07dca' })));
10
+ return (h("div", { key: 'b7679e82c981e02884a3303cfd297ecd4b9c1ceb', class: "dot_group_div" }, h("div", { key: '91f0721484e461dcf9b8bb5b55dc6003dae1e863' })));
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: 'd9df6246705206942e8514a549b8974d82f5c811', class: `dot_indicator_div
9
+ return (h("div", { key: 'b58e45fd7fe010eafc77fa327b9a09c3ea21e06d', 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: '2a0955c4ae070302dc7a73b8c24e6bc4d3f88ab6', class: `page_number_base ${this.shape} ${this.state}` }, h("slot", { key: 'c3a38d1c9bd644d817dd3cbfad620b951969c7a4', name: "page_number" })));
20
+ return (h("div", { key: 'c504e790d8dc0b647e9818af2adbfdc178aa24b8', class: `page_number_base ${this.shape} ${this.state}` }, h("slot", { key: '55c1895cc43c4349ddae31a18e12b66ec2f2b7f4', 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: '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"))))));
11
+ return (h("div", { key: '045de607056fae34b10813ec4506cde703b2abd0' }, h("gb-btn", { key: '0fa8910037860d2ea5ad94e5d78fb4838dde79f3', 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: '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, "%"))))))));
10
+ return (h("div", { key: 'c02b3985672fe69ea47599f059daa02cf7fad83d', class: `progress_bar_container ${this.labelPosition}` }, h("div", { key: '622550389b9cd23f3e9526efec8356f314bafbf7', class: "progress_bar" }, h("div", { key: '1e86853f62b967fae4bf3aa2967a0c381f319eac', class: "progress_fill", style: { width: `${progressValue}%` } })), h(Fragment, null, this.showLabel && (h("div", { key: '5642c3b1e3bd101bf6aad835cb8fe651fac665d5', class: `label ${this.labelPosition}` }, this.labelPosition === 'right' && h("span", { key: 'f5247cbcae27e1c53f3cbd78694244337660b0aa', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'bottom' && h("span", { key: '931d955d90b90d031c85f03afa18d6f0b9341e13', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'top_floating' && (h("gb-tooltip", { key: '66946b0b7d68b80eea569816f7adb9b793d794a1', class: `top_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 6.5).toString()}%` } }, h("p", { key: 'a553f5f4c6d4d240a49da10d292dc7b70d096d9c', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))), this.labelPosition === 'bottom_floating' && (h("gb-tooltip", { key: '28d581f05bb97efa8f5fde84363d542e94fac7ae', class: `bottom_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 59.5).toString()}%` } }, h("p", { key: '906a2efa4af0efa51731c645adcc1a6f7c7b0a96', 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: '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}%`)))));
33
+ return (h("div", { key: '42986b0736a1ac2a6461061f66f12bb614839126', class: "gauge" }, h("div", { key: '02d4da5d3463a06aa609ccd7a069dea2359895ab', class: "arc", ref: el => (this.arcElement = el) }), h("div", { key: '6081349a743720712677ac7aec0ce8f5cca381e4', class: "mask" }), this.label && (h("div", { key: '1b0044962d33cfd65a72fb7628f4283ce774df9f', class: "label", ref: el => (this.labelElement = el) }, h("p", { key: 'e809895f1c709d39b2d1ed942120b8d4504ed6ef', 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: '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))));
18
+ return (h("div", { key: 'f742bdbcc609404ea5adca4a86705abb117501e2', class: classes }, h("div", { key: '1b8ab005d10d27801ff97fcf695e4af1973ca0b9', class: "input-with-label" }, h("label", { key: '85ef47252c8af5afe6137ed8dc56ae3e5e81c7db' }, this.label), h("div", { key: 'a8a9d360cf7c9ad71738e565c7b17135a7b26d81', class: "input-container" }, h("div", { key: 'af02147432acaedaf2f39cc77398e190e3eb3220', class: "toolbar-container" }, h("gb-wysiwyg-toolbar", { key: '0c07f8e823c3d1510c54c93bb540bbc4a616682d', 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: '59c942e7f3399d3e79bbc1342f8cf6059fb4bae4', class: "error-icon" }, h("svg", { key: '553ce229a1e21c894b91803208968af6266ca9c6', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { key: '884287625c4cbf8c63c1fa6d786d6ed8ebbd0165', 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: '3c3be930c7f35a429132a3d681af5d5cf2ac0a53', class: "text-container" }, h("textarea", { key: 'cca71af6b6406805e4cb72fdeb5b55bd66c3360e' }, this.showPlaceholder && (h("div", { key: '5695660d5913d0db5716bbaac02d1e7d8e3a61bf' }, this.placeholder)))))), this.showHintText && (h("div", { key: 'f3689399689f4110a403a6f1c04ece3285f1fd8b', 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: '07e8ec2ff2a1f7c53cec5b4cff5a1fbe0faa99f6', class: "scrollbar-container" }, h("div", { key: '5483410a8af9456cd6f719d5c113b83b6c9abd08', class: "scrollbar", style: { height: this.length } }, h("slot", { key: 'de07fc69eb4803455e3b0b02035c078b66f42a73' }))));
7
+ return (h("div", { key: '0d44fae0f4510f79a1ee99f8e56487d29a8d772a', class: "scrollbar-container" }, h("div", { key: '0a6b6065c5b2a2ff24397005f24779aac9ac082d', class: "scrollbar", style: { height: this.length } }, h("slot", { key: '6035119b2b1c09412dfcf2bdedf1b7362cba0446' }))));
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: '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)))));
35
+ return (h("div", { key: '4c5dc91c069091b3831d401a895cf6e71289b44b', class: `side_bar_item_container`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, h("div", { key: 'cbb648edca2f994f29af3c877b8c620bcafbb736', class: `nav_item_base ${this.state} ${this.type} ${this.category}` }, this.state === 'active' && this.category === 'plain_background' && h("img", { key: 'b567adf4fc4b56d9f39790ed124c9d5f42123e16', src: redBarSrc, alt: "", class: "bar" }), this.state === 'active' && this.category === 'colored_background' && h("img", { key: '0a935cdfefe86eededbc92002b607ad642028515', src: whiteBarSrc, alt: "", class: "bar" }), h("div", { key: '8ffc650d047f91bfadd1d8ac562acc635b1a59d1', class: "content" }, h("div", { key: '48e4292fc4f47316adc93f65f9f8601922025cd6', class: `icon ${this.state} ${this.category}`, innerHTML: this.leadingIconSvg }), this.type === 'full_with_label' && (h("p", { key: 'a199ec1ecc329db2242710ca9576b0968ca3c2e4', 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: 'ec0f75ce7fd33c6975bf2eb90c477c4702b23b47', size: "sm", type: "pill_outline", color: this.state === 'active' ? 'information' : 'gray' }, h("p", { key: '1156f5ee6a5ea33482303d9cf17cf86f8cc1cea6' }, "10"))), this.showArrow && (h("svg", { key: '1cc977dfd64d3d82546df1308652e2e3b7482e87', 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: '3f444bb899382f5f7ac44faa55b19d867468cf41', 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: '9fc794e729bce709dea2d3defbc62ae3792829eb', "show-arrow": true, arrow: "left", class: "tooltip" }, h("p", { key: '2016522956f6632789e32efa2559a2ae053e56ab', slot: "label" }, this.label)))));
36
36
  }
37
37
  static get is() { return "gb-side-bar-item"; }
38
38
  static get encapsulation() { return "shadow"; }
@@ -70,7 +70,7 @@ export class GbSidebar {
70
70
  const logoSrc = getAssetPath(`assets/globus_bank_logo.svg`);
71
71
  const blueLogoSrc = getAssetPath(`assets/globus_bank_logo_blue.svg`);
72
72
  const whiteLogoSrc = getAssetPath(`assets/globus_bank_logo_white.svg`);
73
- return (h("div", { key: '09343cb999e99fc8cee1eb8ad01310fc230a85e7', class: `sidebar_div ${this.state} ${this.category}` }, this.category === 'colored_background' && (h("div", { key: 'ec41ccb8a803f93e03be944d1f02ac36b4d49a67', class: "pattern" }, h("img", { key: '2bcdc4bd09a95cefaa706850f04e55208b7da79e', src: patternSrc, alt: "" }))), h("div", { key: '7b89cb6a92a3e3fee51c30b44cb05722de60f33d', class: "nav" }, h("div", { key: '181260b1a55f3c37ffb8aefd85feb1d5c08dde60', class: `sidebar_header ${this.state}` }, h("div", { key: '55c7e4fcbe7cccb44d192693384412859e434036', 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: '6a113aa82975ae344a740a7c59ed567c694cca36', src: logoSrc, alt: "" })), h("div", { key: 'ef92ef7e229dc825cd853e0081a41f3645591b71', class: `collapse_button ${this.state}` }, h("gb-collapse-button", { key: 'fb06b1cd1e19bbc18acb423908f1e61b6f01bebf', color: this.category === 'plain_background' ? 'gray' : 'white', action: this.state === 'collapsed' ? 'expand' : 'collapse', onClick: () => (this.state === 'collapsed' ? this.expandSideBar() : this.collapseSideBar()) }))), h("div", { key: 'e1c02353b947c876f0b4cdffba8b66e372a55cf4', class: "navigation" }, h("div", { key: '65bb47c5011afeaf43bb920c56ec920247824033', class: "item" }, h("gb-side-bar-item", { key: '16e3adcd20065e1d436cb3a7bf98b6ba600b8c19', 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: 'e3a94274034bf7dccb2a5fdd5b4ea6edc5283cd4', 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: '414c7b1606333a22f4ce4c67febf810b089fb595', 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: '507da8f0d48bf3a291c0c467cf29617d61f50310', 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: '374bdbffead5f70937c995720451563ca3e0fb4b', 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: '264e746e8131c9de51b4001d9e977401a9ad6bbf', class: "navigation" }, h("div", { key: '0ba0096845d1ef12088b44a8642984c0c1108c95', class: "item" }, this.sixthItemLabel && (h("gb-side-bar-item", { key: '5d18fb852a6dfe0ae831fec0374e3b4de6b4ae5d', 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: '5c262f05fd1bd2be155129294f75b98ecd890f57', 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: 'b07f49c20b0cad8d7b6559b5d67bd869db706017', 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: 'c8d6dcbd783aad66b3d0ebcc240843fd84b376b2', 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: '26de8ddbec91b473666850944685c2d377db2d09', 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: 'dcdfe633d1ec316274c382b2c55fe8717fab4ef0', class: "application_name" }, h("div", { key: '50e0870d97d1af279b3919b077f026a494e2be2e', class: `wrapper ${this.category}` }, this.category === 'plain_background' && (h("div", { key: '5fecc12ed7cc032090d36cd6850ba4f4e738d8a3', class: "application_name_pattern" }, h("img", { key: 'de71804a8756db751c51176f4d214174e57405e9', src: patternSrc, alt: "" }))), h("div", { key: 'ab8ffc59d79400223070ee0e4da0d8c70b784293', class: `application_icon ${this.category}`, innerHTML: this.leadingIconSvg }), h("span", { key: '11999f4882f109e9ef9ba44525a1b8c053f6b931', class: textClass }, h("slot", { key: '6a7d62e35ed12856c60aff3724babffb82b430d1', name: "application_name" })))))));
73
+ return (h("div", { key: '7237d36f0e0832317eebb6ff8a00ace91e62c934', class: `sidebar_div ${this.state} ${this.category}` }, this.category === 'colored_background' && (h("div", { key: 'de6509bfb9ebb15b748fbb784ab37495e1dadacd', class: "pattern" }, h("img", { key: 'e1a62b62813254afa57af6b699885f90d4a133f4', src: patternSrc, alt: "" }))), h("div", { key: 'fcd84993b1240e1d9c2cf3f9f460a329aaf58bda', class: "nav" }, h("div", { key: 'e0a3ad7c407c7bf1eb95df446c077b8d002cd870', class: `sidebar_header ${this.state}` }, h("div", { key: '486f9118a3e0b58d6a523241343fa342c0ce6ae7', 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: 'd373e21454e334b68bb675f004af3e309129c46a', src: logoSrc, alt: "" })), h("div", { key: '6030d0244665a63127278e8904591ebdc673ea10', class: `collapse_button ${this.state}` }, h("gb-collapse-button", { key: '91a56161d8dd4e3372829154859047764faf7f6c', color: this.category === 'plain_background' ? 'gray' : 'white', action: this.state === 'collapsed' ? 'expand' : 'collapse', onClick: () => (this.state === 'collapsed' ? this.expandSideBar() : this.collapseSideBar()) }))), h("div", { key: '7637eaf832f3a1e7bb6a0dc2cacf74c3ad43c510', class: "navigation" }, h("div", { key: '4ca63e1e3e2cd742607331c8ece482716e8ac7f9', class: "item" }, h("gb-side-bar-item", { key: 'c712fae64d5bc0f8ef93aa655f02b9302f686d14', 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: 'b46d1104db94db2057cb32d8925988e6a86444a0', 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: '18aaf068dfdad4baa11a9b31e5929e3a1cd501b2', 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: '60e0924676c09f5e71c4a5fbdff48862f3cc1e0c', 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: '0be7d9bfd073d9e828eae52d62ef28a8753d62b8', 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: '7b5b95886909c44ba45fb3665b0377affc00edcd', class: "navigation" }, h("div", { key: 'f44d3516c3dae93d287f89366fe0ce5560a977b0', class: "item" }, this.sixthItemLabel && (h("gb-side-bar-item", { key: 'cb369b498efa68f5f2419a9fccd70914f6b00519', 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: 'eff263f30cfc1c82fec52e49f79b285baeb00c75', 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: '4ae81d1cfd7478000a20ea3619b51611cb588f85', 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: '01681c0e7cdc5cf8afb6a921bd77328342a63a17', 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: '4037e2705a2bbba5420d0a4200b5fbf01cef08e6', 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: '983eb07eedadff0414708207b10461c64fb433d2', class: "application_name" }, h("div", { key: '11c108d145d44aefabd57c45938167be0db77de2', class: `wrapper ${this.category}` }, this.category === 'plain_background' && (h("div", { key: '588257841f45205568df7ec78bdf75b226b15c7b', class: "application_name_pattern" }, h("img", { key: 'b7cb416e36f6c2f6ea22be1a283355f950d379bd', src: patternSrc, alt: "" }))), h("div", { key: '0416a1442e9bfe680c9ffbe86d43aba6883e1f04', class: `application_icon ${this.category}`, innerHTML: this.leadingIconSvg }), h("span", { key: '887e189cdc570fb41d6e004597388b6d04ca45d4', class: textClass }, h("slot", { key: 'aa2d6119761e6eb8b4da2a35d3d996320a8c26c3', name: "application_name" })))))));
74
74
  }
75
75
  static get is() { return "gb-sidebar"; }
76
76
  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: '7343e2e51c76a013c9987e75e96ca4583c88c4df', class: "slider-container", ref: el => (this.containerEl = el) }, h("div", { key: 'e1e41b220d4edd38b40ab874863f9f1cf548e662', class: "track", ref: el => (this.trackEl = el) }), h("gb-slider-control-handle", { key: 'e1c6bea41ca00c66a038918c24ffc0ea0e90939f', 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: '28aadc048c5eacaced23bc7f5788495c0d8eeedb', 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: 'a12e9fd387d8e3de3d64b164e696e0f2d2137296', class: "slider-container", ref: el => (this.containerEl = el) }, h("div", { key: 'fe986aee8ce53e563725434b5b79d29ca3370851', class: "track", ref: el => (this.trackEl = el) }), h("gb-slider-control-handle", { key: 'cf41a616da37fce9fb0c37a1da92ceee7d9587b3', 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: '2b6dec01629d859112f923f13a5c6aa3d50ccb88', 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: '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)))));
22
+ return (h("div", { key: '96b94abc2aa18e5f1e7b2003807c6f12d7883a0f', 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: '35e55234e14290d3b67b7e46f48b8bd0f8c20ddd', class: "tooltip-container" }, h("gb-tooltip", { key: '5ac1cd2972870cabc55029ecdf197e18ca8ff179', "show-arrow": false, arrow: "none", "show-supporting-text": false }, h("p", { key: 'd4f56472b95c31f89021877f3e592f5fbc0ec8a2', class: "text-xs-semi-bold", slot: "label" }, this.value)))), this.type === 'text' && (h("div", { key: 'cac028a77b7d103013310a7ac955e5cbbe7b2b2b', class: "thumb-label" }, h("p", { key: '1c26e2195829d1dde33f1bde16dc82081026d43d', 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: '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" })))),
12
+ h("div", { key: '4a9e659a4bdcd867191bc3bac2f304f26e803bc8' }, this.statusIcon === 'online_indicator' && h("div", { key: '6dacb43385fb6fcbee35b00d6991d3de1ac320e2', class: `online_icon ${this.size} ${this.indicatorStateClass}` }), this.statusIcon === 'verified' && (h("svg", { key: 'f0ffc337e6a2408614922fc3e2a1abb8032b3fa5', 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: '28ab066c0cb9f00a4e3f29025ccba08a0b84151f', "clip-path": "url(#clip0_0_21453)" }, h("path", { key: '7439c3f5c1787d490042bdf7434fcf117eeaa1c8', 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: 'da80127dc4e3f53b9710f25b9f288131f58bb989', 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: '2758967834ddfae500d15fad57d41e99c7f7795c' }, h("clipPath", { key: 'c937a6199e26e59d60846baa1ad1df65374fd18f', id: "clip0_0_21453" }, h("rect", { key: 'f6aec80a19b45d2bf00d9ab9e080089123b1471d', width: "32", height: "32", fill: "white" }))))), this.statusIcon === 'company' && (h("svg", { key: '6e3c4f8c504a24d86f7c45d139fd390dbdba5af7', 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: '9028c7138dd0aab8dd0c47f671c5386ac3100a19', 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: '079863318a7dbffce8d9662bd050dcb7290e1dd7', "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: '22c336190b62c757b4d368938cb86c060d652ade', class: `tab_button_div ${this.type}
45
+ return (h("div", { key: 'acf806a2efef20503bdade329d9998b4c747a21f', 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: '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'
48
+ ${this.size}`, onClick: () => this.handleClick() }, h("p", { key: '4a010d5c7842046af093e58ce792f809a9ab014d', class: `${!this.current ? 'tab_text' : ''} ${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (h("gb-badge", { key: '0b6dd34669ec2f9f321426345a89c13c2224f757', 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: 'e1e6c22eac2d6b4d44797f89cbe118958b04615e', name: "count" })))));
54
+ : 'gray' }, h("slot", { key: '213b500d749249cf4de9d0e697b9e2b22c4a84f2', name: "count" })))));
55
55
  }
56
56
  static get is() { return "gb-tab-button-base"; }
57
57
  static get encapsulation() { return "shadow"; }
@@ -12,7 +12,7 @@ export class GbTag {
12
12
  }
13
13
  render() {
14
14
  const flagSwap = getAssetPath(`${this.flagSwap}`);
15
- return (h("div", { key: '9f445bac6ee227b8a2ca587d87ff8535baf015ac', class: `container ${this.size}` }, h("div", { key: '97a68581dcc994aa9be6ac7dcb2355c519815236', class: `content ${this.size}` }, this.checkbox && h("gb-tag-checkbox", { key: 'a90973f6d22f7489c1f4507375ae797c4d32828d', size: this.size }), this.icon === 'false' && h(Fragment, null), this.icon === 'country' && (h("div", { key: 'f871590a27056b412ade12fe3244db96257ab521', class: "icon left-icon" }, h("img", { key: '51373fd09fed791fb81afad48d3f5582147c4a93', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: '39da2ce87a6e9c71317f91e3c9acdaa68b3a3d71', class: "avatar-icon", size: "xxs", "status-icon": "false", text: true, color: "gray" }, h("slot", { key: '0e111c86be9b8f1ac48728783472eb80137626b6', name: "initials", slot: "initials" }))), this.icon === 'dot' && (h("svg", { key: '7d5ef869f2f2bb0ebd140df027fdfdd4794d10d8', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: '3941336f197ed25464300ea7b90bb605e832ecca', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("slot", { key: '436a3a8d7a3660a82d0870c0fa351f24c8f9841d' }), this.action === 'count' && (h("gb-tag-count", { key: '183b7c8417f5966faf17d5ade749fe7d1f251916', size: this.size }, h("slot", { key: '203af59e15431faa5f004ba8310ca9f92423fa31', slot: "count", name: "count" })))), this.action === 'X_close' && h("gb-tag-close", { key: '605173436d582a84099dab0e9f6f94b7499cea02', size: this.size, onClick: () => this.onTagClose() })));
15
+ return (h("div", { key: 'be3b30dba252dcc927e6b612264197517933787f', class: `container ${this.size}` }, h("div", { key: '753296f1a7a379af54443a4477d4e4a0360a0547', class: `content ${this.size}` }, this.checkbox && h("gb-tag-checkbox", { key: 'd63a4ac2d19bec7b95424fdfc0dad4c0e0558385', size: this.size }), this.icon === 'false' && h(Fragment, null), this.icon === 'country' && (h("div", { key: '0254fc2edad78ed32d8b1683a8181e3033403a89', class: "icon left-icon" }, h("img", { key: 'f94efbd3a46030e5a95b36fc03b435693a76bfc2', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: '2ea6976665808428dc6f9aa7fd5ad00a96983416', class: "avatar-icon", size: "xxs", "status-icon": "false", text: true, color: "gray" }, h("slot", { key: '7154237f1dae3d1de95bcbdb1ee70e4c068c2f9b', name: "initials", slot: "initials" }))), this.icon === 'dot' && (h("svg", { key: 'd89006a8084b844de27b2a20d09316a96e6e8764', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: '0275041be10a8396247f5e69723625f0122bf4db', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("slot", { key: '25ed3d28ab78fb0e8f257efdc502a4f7f15768e2' }), this.action === 'count' && (h("gb-tag-count", { key: '74794e5ad030920d5333c05174d8eddcd728d3bf', size: this.size }, h("slot", { key: 'b5981cd44be342d6a3040b9549b2a7901e7a9f25', slot: "count", name: "count" })))), this.action === 'X_close' && h("gb-tag-close", { key: 'fcaf7576fa3b2a202c3585b5699bc052596b868a', size: this.size, onClick: () => this.onTagClose() })));
16
16
  }
17
17
  static get is() { return "gb-tag"; }
18
18
  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: '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" })))));
9
+ return (h("label", { key: 'c06d0d089447b7832f39a3f7938a4c2637726459', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, h("input", { key: 'caf40a03c220a5f42ef5830d2c48a57625f176a1', type: "checkbox", checked: this.checked, disabled: this.disabled }), h("span", { key: '77db4629b4797fdad6b65f56201944053fbd09da', class: `custom-checkbox ${this.size}` }, h("svg", { key: 'd89f260504fc2b9006ac29b67bc2f9bf807da947', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: '5fcce2336ea87faba50d307a9432c8864da85db8', 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: '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" }))));
7
+ return (h("div", { key: 'cb1c9ab1f95b46f2f5a9ce28b7d1dde5b1e02770', class: this.size }, h("svg", { key: 'bb3e7e6605c2464ffd215201b804b45396aa8c99', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, h("path", { key: 'd138e310a8221ad546361711791ac8a64de75767', 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: 'a346bc3123e1c884ec822edaebac0e79e57c9100', class: this.size }, h("slot", { key: '27a0a2f98f529040b98fd799e785947b1a9cf4c9', name: "count" })));
7
+ return (h("div", { key: '94b8db43847853d0e0fc66b49296d05611c405fa', class: this.size }, h("slot", { key: '478b8aec18bb5814991c2c5ce4b0ac0eba9fb36e', name: "count" })));
8
8
  }
9
9
  static get is() { return "gb-tag-count"; }
10
10
  static get encapsulation() { return "shadow"; }