globuswebcomponents 0.6.4 → 0.6.5

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 (212) hide show
  1. package/dist/cjs/gb-avatar_34.cjs.entry.js +46 -45
  2. package/dist/cjs/gb-avatar_34.cjs.entry.js.map +1 -1
  3. package/dist/cjs/gb-button-close_2.cjs.entry.js +1 -1
  4. package/dist/cjs/gb-megainput-field.cjs.entry.js +2 -2
  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-slider-control-handle.cjs.entry.js +1 -1
  9. package/dist/cjs/gb-slider.cjs.entry.js +1 -1
  10. package/dist/cjs/gb-toast-button.cjs.entry.js +1 -1
  11. package/dist/cjs/gb-toast.cjs.entry.js +1 -1
  12. package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
  13. package/dist/cjs/gb-token-field.cjs.entry.js +1 -1
  14. package/dist/cjs/gb-verification-code-field.cjs.entry.js +2 -2
  15. package/dist/collection/components/gb-checkbox/gb-checkbox.css +2 -2
  16. package/dist/collection/components/gb-checkbox/gb-checkbox.js +19 -1
  17. package/dist/collection/components/gb-checkbox/gb-checkbox.js.map +1 -1
  18. package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.css +4 -1
  19. package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js +3 -3
  20. package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js.map +1 -1
  21. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
  22. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +4 -4
  23. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
  24. package/dist/collection/components/gb-input-field/gb-input-field.js +8 -8
  25. package/dist/collection/components/gb-megainput-field-base/gb-megainput-field.js +2 -2
  26. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  27. package/dist/collection/components/gb-notification-pane/gb-notification-pane.css +1 -0
  28. package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +4 -4
  29. package/dist/collection/components/gb-pagination/gb-pagination.js +1 -1
  30. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  31. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  32. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  33. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  34. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  35. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  36. package/dist/collection/components/gb-rich-text/gb-rich-text.js +1 -1
  37. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  38. package/dist/collection/components/gb-side-bar-item/gb-side-bar-item.js +1 -1
  39. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  40. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  41. package/dist/collection/components/gb-slider-control-handle/slider-control-handle.js +1 -1
  42. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  43. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  44. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  45. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  46. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  47. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  48. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  49. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  50. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  51. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  52. package/dist/collection/components/gb-token-field/gb-token-field.js +1 -1
  53. package/dist/collection/components/gb-tooltip/gb-tooltip.css +4 -0
  54. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  55. package/dist/collection/components/gb-verification-code-field/gb-verification-code-field.js +2 -2
  56. package/dist/components/gb-avatar-add-button.js +1 -1
  57. package/dist/components/gb-avatar-dropdown.js +5 -5
  58. package/dist/components/gb-avatar-group.js +4 -4
  59. package/dist/components/gb-avatar-label-group.js +1 -1
  60. package/dist/components/gb-avatar-profile-photo.js +2 -2
  61. package/dist/components/gb-avatar.js +1 -1
  62. package/dist/components/gb-badge.js +1 -1
  63. package/dist/components/gb-checkbox-group-item.js +1 -1
  64. package/dist/components/gb-checkbox-group.js +4 -4
  65. package/dist/components/gb-checkbox.js +1 -1
  66. package/dist/components/gb-collapse-button.js +1 -1
  67. package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
  68. package/dist/components/gb-file-upload-item-base.js +1 -1
  69. package/dist/components/gb-file-upload.js +3 -3
  70. package/dist/components/gb-header.js +2 -2
  71. package/dist/components/gb-help-dropdown.js +2 -2
  72. package/dist/components/gb-help-tooltip.js +1 -1
  73. package/dist/components/gb-horizontal-tabs.js +5 -5
  74. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  75. package/dist/components/gb-input-dropdown.js +1 -1
  76. package/dist/components/gb-input-field.js +11 -11
  77. package/dist/components/gb-megainput-field.js +1 -1
  78. package/dist/components/gb-notification-content.js +1 -1
  79. package/dist/components/gb-notification-pane.js +6 -6
  80. package/dist/components/gb-notification-pane.js.map +1 -1
  81. package/dist/components/gb-pagination-button-group-base.js +1 -1
  82. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  83. package/dist/components/gb-pagination-number-base.js +1 -1
  84. package/dist/components/gb-pagination.js +1 -1
  85. package/dist/components/gb-password-button.js +1 -1
  86. package/dist/components/gb-progress-bar.js +1 -1
  87. package/dist/components/gb-progress-circle.js +1 -1
  88. package/dist/components/gb-rich-text.js +13 -13
  89. package/dist/components/gb-scrollbar.js +1 -1
  90. package/dist/components/gb-side-bar-item.js +1 -1
  91. package/dist/components/gb-sidebar.js +7 -7
  92. package/dist/components/gb-slider-control-handle.js +1 -1
  93. package/dist/components/gb-slider.js +3 -3
  94. package/dist/components/gb-status-indicator.js +1 -1
  95. package/dist/components/gb-tab-button-base.js +1 -1
  96. package/dist/components/gb-tag-checkbox.js +1 -1
  97. package/dist/components/gb-tag-close.js +1 -1
  98. package/dist/components/gb-tag-count.js +1 -1
  99. package/dist/components/gb-tag.js +1 -1
  100. package/dist/components/gb-toast-button.js +1 -1
  101. package/dist/components/gb-toast.js +2 -2
  102. package/dist/components/gb-toggle-base.js +1 -1
  103. package/dist/components/gb-toggle.js +2 -2
  104. package/dist/components/gb-token-field.js +2 -2
  105. package/dist/components/gb-tooltip.js +1 -1
  106. package/dist/components/gb-verification-code-field.js +3 -3
  107. package/dist/components/gb-wysiwyg-toolbar.js +1 -1
  108. package/dist/components/{p-69eb05e6.js → p-0456af7b.js} +2 -2
  109. package/dist/components/{p-69eb05e6.js.map → p-0456af7b.js.map} +1 -1
  110. package/dist/components/{p-02b6abc5.js → p-0bc41dab.js} +5 -4
  111. package/dist/components/p-0bc41dab.js.map +1 -0
  112. package/dist/components/{p-9002f572.js → p-1fe4daf8.js} +3 -3
  113. package/dist/components/{p-9002f572.js.map → p-1fe4daf8.js.map} +1 -1
  114. package/dist/components/{p-e5e4535f.js → p-3a4d6142.js} +2 -2
  115. package/dist/components/{p-e5e4535f.js.map → p-3a4d6142.js.map} +1 -1
  116. package/dist/components/{p-4586ba04.js → p-3ea194b5.js} +7 -7
  117. package/dist/components/{p-4586ba04.js.map → p-3ea194b5.js.map} +1 -1
  118. package/dist/components/{p-bea0b305.js → p-4812928e.js} +15 -15
  119. package/dist/components/{p-bea0b305.js.map → p-4812928e.js.map} +1 -1
  120. package/dist/components/{p-93f34aac.js → p-4faa2686.js} +2 -2
  121. package/dist/components/{p-93f34aac.js.map → p-4faa2686.js.map} +1 -1
  122. package/dist/components/{p-33ef73e5.js → p-56013fc8.js} +3 -3
  123. package/dist/components/{p-33ef73e5.js.map → p-56013fc8.js.map} +1 -1
  124. package/dist/components/{p-ee813bff.js → p-70cc61c1.js} +3 -3
  125. package/dist/components/{p-ee813bff.js.map → p-70cc61c1.js.map} +1 -1
  126. package/dist/components/{p-3926487a.js → p-72927863.js} +3 -3
  127. package/dist/components/{p-3926487a.js.map → p-72927863.js.map} +1 -1
  128. package/dist/components/{p-27c7572c.js → p-8b0c130f.js} +7 -7
  129. package/dist/components/{p-27c7572c.js.map → p-8b0c130f.js.map} +1 -1
  130. package/dist/components/{p-cff1083f.js → p-8f55e62a.js} +4 -4
  131. package/dist/components/{p-cff1083f.js.map → p-8f55e62a.js.map} +1 -1
  132. package/dist/components/{p-07a41a89.js → p-9177026d.js} +6 -6
  133. package/dist/components/p-9177026d.js.map +1 -0
  134. package/dist/components/{p-aafa633a.js → p-93839d6c.js} +3 -3
  135. package/dist/components/{p-aafa633a.js.map → p-93839d6c.js.map} +1 -1
  136. package/dist/components/{p-88985c81.js → p-9497e965.js} +3 -3
  137. package/dist/components/p-9497e965.js.map +1 -0
  138. package/dist/components/{p-269fc593.js → p-b60e6bf3.js} +2 -2
  139. package/dist/components/{p-269fc593.js.map → p-b60e6bf3.js.map} +1 -1
  140. package/dist/components/{p-45e9db9f.js → p-cdd1242d.js} +2 -2
  141. package/dist/components/{p-45e9db9f.js.map → p-cdd1242d.js.map} +1 -1
  142. package/dist/components/{p-e52f2d0e.js → p-d13fec4e.js} +2 -2
  143. package/dist/components/{p-e52f2d0e.js.map → p-d13fec4e.js.map} +1 -1
  144. package/dist/components/{p-982a08fb.js → p-d49c9891.js} +6 -6
  145. package/dist/components/{p-982a08fb.js.map → p-d49c9891.js.map} +1 -1
  146. package/dist/components/{p-8c11bf30.js → p-d91ecf50.js} +3 -3
  147. package/dist/components/{p-8c11bf30.js.map → p-d91ecf50.js.map} +1 -1
  148. package/dist/components/{p-2593d460.js → p-d9261ac4.js} +2 -2
  149. package/dist/components/{p-2593d460.js.map → p-d9261ac4.js.map} +1 -1
  150. package/dist/components/{p-96e978a1.js → p-e3df7633.js} +6 -6
  151. package/dist/components/{p-96e978a1.js.map → p-e3df7633.js.map} +1 -1
  152. package/dist/components/{p-529d167d.js → p-e9176120.js} +2 -2
  153. package/dist/components/{p-529d167d.js.map → p-e9176120.js.map} +1 -1
  154. package/dist/components/{p-51845b4a.js → p-ed457e85.js} +2 -2
  155. package/dist/components/{p-51845b4a.js.map → p-ed457e85.js.map} +1 -1
  156. package/dist/components/{p-4e1f9e69.js → p-ee117fed.js} +2 -2
  157. package/dist/components/{p-4e1f9e69.js.map → p-ee117fed.js.map} +1 -1
  158. package/dist/components/{p-30dc7ace.js → p-f1e2b919.js} +12 -12
  159. package/dist/components/{p-30dc7ace.js.map → p-f1e2b919.js.map} +1 -1
  160. package/dist/components/{p-e756f170.js → p-f7dac30e.js} +2 -2
  161. package/dist/components/{p-e756f170.js.map → p-f7dac30e.js.map} +1 -1
  162. package/dist/components/{p-0a66bea5.js → p-f9aea40e.js} +3 -3
  163. package/dist/components/{p-0a66bea5.js.map → p-f9aea40e.js.map} +1 -1
  164. package/dist/esm/gb-avatar_34.entry.js +46 -45
  165. package/dist/esm/gb-avatar_34.entry.js.map +1 -1
  166. package/dist/esm/gb-button-close_2.entry.js +1 -1
  167. package/dist/esm/gb-megainput-field.entry.js +2 -2
  168. package/dist/esm/gb-progress-circle.entry.js +1 -1
  169. package/dist/esm/gb-rich-text.entry.js +1 -1
  170. package/dist/esm/gb-scrollbar.entry.js +1 -1
  171. package/dist/esm/gb-slider-control-handle.entry.js +1 -1
  172. package/dist/esm/gb-slider.entry.js +1 -1
  173. package/dist/esm/gb-toast-button.entry.js +1 -1
  174. package/dist/esm/gb-toast.entry.js +1 -1
  175. package/dist/esm/gb-toggle.entry.js +1 -1
  176. package/dist/esm/gb-token-field.entry.js +1 -1
  177. package/dist/esm/gb-verification-code-field.entry.js +2 -2
  178. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  179. package/dist/globuscomponents/{p-cab01c3b.entry.js → p-213333d1.entry.js} +2 -2
  180. package/dist/globuscomponents/p-213333d1.entry.js.map +1 -0
  181. package/dist/globuscomponents/{p-42f1db13.entry.js → p-35eef8c6.entry.js} +2 -2
  182. package/dist/globuscomponents/{p-0869d175.entry.js → p-3ced3015.entry.js} +2 -2
  183. package/dist/globuscomponents/{p-d808b613.entry.js → p-615a7e4e.entry.js} +2 -2
  184. package/dist/globuscomponents/{p-19885058.entry.js → p-89485a6d.entry.js} +2 -2
  185. package/dist/globuscomponents/{p-4a27e1e0.entry.js → p-8f6a956b.entry.js} +2 -2
  186. package/dist/globuscomponents/p-a09b2304.entry.js +2 -0
  187. package/dist/globuscomponents/{p-56845361.entry.js → p-a66137f5.entry.js} +2 -2
  188. package/dist/globuscomponents/{p-5f10aee0.entry.js → p-bd87639a.entry.js} +2 -2
  189. package/dist/globuscomponents/{p-0cb1a784.entry.js → p-c86f4d04.entry.js} +2 -2
  190. package/dist/globuscomponents/{p-8a1d870a.entry.js → p-dbaf2b13.entry.js} +2 -2
  191. package/dist/globuscomponents/{p-781b650f.entry.js → p-e84fddfb.entry.js} +2 -2
  192. package/dist/globuscomponents/{p-202a3c9c.entry.js → p-eee24fd4.entry.js} +2 -2
  193. package/dist/types/components/gb-checkbox/gb-checkbox.d.ts +2 -0
  194. package/dist/types/components.d.ts +16 -0
  195. package/package.json +1 -1
  196. package/dist/components/p-02b6abc5.js.map +0 -1
  197. package/dist/components/p-07a41a89.js.map +0 -1
  198. package/dist/components/p-88985c81.js.map +0 -1
  199. package/dist/globuscomponents/p-cab01c3b.entry.js.map +0 -1
  200. package/dist/globuscomponents/p-d01d820f.entry.js +0 -2
  201. /package/dist/globuscomponents/{p-42f1db13.entry.js.map → p-35eef8c6.entry.js.map} +0 -0
  202. /package/dist/globuscomponents/{p-0869d175.entry.js.map → p-3ced3015.entry.js.map} +0 -0
  203. /package/dist/globuscomponents/{p-d808b613.entry.js.map → p-615a7e4e.entry.js.map} +0 -0
  204. /package/dist/globuscomponents/{p-19885058.entry.js.map → p-89485a6d.entry.js.map} +0 -0
  205. /package/dist/globuscomponents/{p-4a27e1e0.entry.js.map → p-8f6a956b.entry.js.map} +0 -0
  206. /package/dist/globuscomponents/{p-d01d820f.entry.js.map → p-a09b2304.entry.js.map} +0 -0
  207. /package/dist/globuscomponents/{p-56845361.entry.js.map → p-a66137f5.entry.js.map} +0 -0
  208. /package/dist/globuscomponents/{p-5f10aee0.entry.js.map → p-bd87639a.entry.js.map} +0 -0
  209. /package/dist/globuscomponents/{p-0cb1a784.entry.js.map → p-c86f4d04.entry.js.map} +0 -0
  210. /package/dist/globuscomponents/{p-8a1d870a.entry.js.map → p-dbaf2b13.entry.js.map} +0 -0
  211. /package/dist/globuscomponents/{p-781b650f.entry.js.map → p-e84fddfb.entry.js.map} +0 -0
  212. /package/dist/globuscomponents/{p-202a3c9c.entry.js.map → p-eee24fd4.entry.js.map} +0 -0
@@ -51,15 +51,15 @@ export class GbInputField {
51
51
  }
52
52
  }
53
53
  render() {
54
- return (h("div", { key: '084911edbd862330eb75d325f08fefe68a55db10', class: `input_container` }, h("div", { key: '30d7900dff60285851f1b21720c17486259d1d95', class: `input_with_label` }, this.showLabel && h("p", { key: 'd8eb8528522e36d037eac84de34f9266d31313af', class: "label text-sm-medium" }, this.label), this.type === 'default' && [
55
- h("div", { key: '56aeafdb4440b98d5a83dee397e93774ba4f3e1e', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("input", { key: '10b819bf0752765b17b3647873f5c4df081bd805', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event) }), h(Fragment, null, this.showValidation && (h("svg", { key: '58f0427884c522ed201b1b9e5ab454ea4332999d', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'b7b9e7be2f582715acaf13425e22ba47a326bc89', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '864be5000d5134ae75aa7f615effb9fb994fb8cc', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))),
54
+ return (h("div", { key: '99178bdce81a36d046eae9cbb91eafbeb01ecb09', class: `input_container` }, h("div", { key: '33bdabba579ef9c96ff82d41e144ecff593e9e52', class: `input_with_label` }, this.showLabel && h("p", { key: '5de423ad45ecd15cbeb64aa665794d2e4f81af1e', class: "label text-sm-medium" }, this.label), this.type === 'default' && [
55
+ h("div", { key: '8823d4d7ebbe73e391ebc11b4ea16c6b8cbdbf67', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("input", { key: '2a04c564ba6def09dd79caebcb16569b304a6c0d', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event) }), h(Fragment, null, this.showValidation && (h("svg", { key: 'e58ab0d984a457adbe162fc8527267e0f86c70d7', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '19a971392a39092ddd66e994bc9b872a7f2e7252', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '9dbd81de221268bf5e7f3ee9f12a822c17eda547', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))),
56
56
  ], this.type === 'icon_leading' && [
57
- h("div", { key: '611b1218ae45f31c21942bb90afa3f8ddffe77cf', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '870d65048e4e4561ea6173984cae3cc647849a39', class: `icon ${this.size} ${this.state}`, innerHTML: this.leadingIconSvg }), h("input", { key: '56de9ffc58b56419e73a639e1d282e814f0f8fa6', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event) }), h(Fragment, null, this.showValidation && !this.destructive && (h("svg", { key: '0156408f896af3f5cb7219c16d53d93b696006fc', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'e6fd9f33522b9e1b797acfdd53074bc81e99b975', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '755c1f66acdc6b9654073e1ced0d158f9226caae', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.showCloseButton && !this.destructive && (h("gb-button", { key: 'ef6539696789607ff2bb83cd09a785f7d15a1cf3', size: "sm", hierarchy: "tertiary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/cancel-01.svg" })))),
58
- ], this.type === 'leading_dropdown' && (h("div", { key: 'ab6fbab0d67b0b055df17bf2404c1bffce9653a8', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '148537392875a58531c3c192429406f6812df4e7', class: `leading_dropdown_dropdown` }, h("div", { key: '51166eedb15e69b1503ed444a80db5665d50627a', class: `country_icon` }, h("img", { key: '57b9ab3082e8f7c7d9359d096b13dc85d4128180', src: "build/assets/NG.svg", alt: "" })), h("div", { key: 'c6c2d2160bc148b5813c564728b20d08361ceffc', class: `dropdown_text` }, h("p", { key: '557d3a11683b92e029d303baef2bfca00030b802', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, "+234")), h("div", { key: 'f051c6723fbb4e8ee26a892f0192161320263334', class: `dropdown_arrow` }, h("svg", { key: '2ff0523d8b883578f4ac8a5a3f7d13a9a84e219b', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '86604937cd16332c04ec98988703005088fd7a84', d: "M15 7.50004C15 7.50004 11.3176 12.5 9.99996 12.5C8.68237 12.5 5 7.5 5 7.5", stroke: "#4B5565", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" })))), h("div", { key: 'f094c0236b5b301c71a2ee526b4a332612e9fd80', class: `leading_dropdown_text_input` }, h("input", { key: '677a27c8bec27780764488b2b9c7cd0234c31cb2', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '' }), this.showValidation && !this.destructive && (h("svg", { key: '05b05fd66415093642c4367394649ffb59da82f0', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '9f51fb6d037683f83a3513ce61ea94d37d2f957f', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '31ce46f180e8c1ff979880ce5d717e671a6c9f5c', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))))), this.type === 'trailing_dropdown' && (h("div", { key: 'e6bbdb56ac7a65540cb221c188e74020d398bc50', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '0d24c8717dbf04279b175eb6fb2e01b93c32491c', class: `trailing_dropdown_content` }, h("p", { key: '27a1ef0127c8f83c4db39dab91e840f8b0958535', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, "$"), h("input", { key: '38f99daf69706e3ce414448f5549bf2c43ecb470', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '' }), this.showHelpIcon && (h("div", { key: 'c8d620406ddf32f98a460549d16a5cbeafbba49e', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("div", { key: '05a86c11bef10362362878e10995528a0c5d8a6a', class: `trailing_dropdown_dropdown` }, h("div", { key: '15d96874f8b0d7c7181d4627ae86293e88f1efe4', class: `dropdown_text` }, h("p", { key: '1aa3ca42e67ff064020eab8f5269efc5e8fa8111', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, "USD")), h("div", { key: '1c15d256aee87203f93581eda0d8e15469838464', class: `dropdown_arrow` }, h("svg", { key: 'babdb061ee05e26fefade43504f2f6f0f6328126', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'e37bffeb33cb709c1a515239df9420863027c670', d: "M15 7.50004C15 7.50004 11.3176 12.5 9.99996 12.5C8.68237 12.5 5 7.5 5 7.5", stroke: "#4B5565", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), this.type === 'leading_text' && [
59
- h("div", { key: 'e599089d102258b5e22a0db823d28fe3970cd7e0', class: "leading_text_input" }, h("div", { key: 'bb8113d2198661a1c36b38409d18e161d7c4bee2', class: `add_on` }, h("p", { key: 'cdcbffafdaedd2eb826894489ad2445c06b180ef', class: `text-md-regular`, style: { color: this.state === 'disabled' ? 'var(--color-text-disabled, #CDD5DF)' : 'var(--color-text, #4B5565)' } }, "http://")), h("div", { key: '4d3a01c85022d1232574eedcdf2125c127e00634', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("input", { key: '82a1d77f7162b5cb9c6aabbc3b8b179e1b2f61d8', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '' }), this.showValidation && !this.destructive && (h("svg", { key: '1d09320d7968b9e56af8be3f4c160799896f5a82', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'a4e934e1eeb85d7f42054a62ca0d8e71ab2c8928', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: 'a0c17e92a2af4a3d59a7ed70dd70cee5c0884cd5', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))),
60
- ], this.type === 'payment_input' && (h("div", { key: '2784eb0887c041f530b46c89a04c332d66b7db1a', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("svg", { key: '4f7a378bd6f95948e0aa5c6411d42087be2e6f70', xmlns: "http://www.w3.org/2000/svg", width: "23", height: "14", viewBox: "0 0 23 14", fill: "none" }, h("path", { key: '29cea2888b51c05c4f73f9a1aa72a173b9ff3149', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C9.99493 12.8275 8.45902 13.43 6.78069 13.43C3.03582 13.43 0 10.4303 0 6.72997C0 3.02966 3.03582 0.0299683 6.78069 0.0299683C8.45902 0.0299683 9.99493 0.632466 11.179 1.63051C12.363 0.632466 13.8989 0.0299683 15.5773 0.0299683C19.3221 0.0299683 22.358 3.02966 22.358 6.72997C22.358 10.4303 19.3221 13.43 15.5773 13.43C13.8989 13.43 12.363 12.8275 11.179 11.8294Z", fill: "#ED0006" }), h("path", { key: 'ee784dd718211637057ba820b6795e915b376efe', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C12.6369 10.6005 13.5614 8.77192 13.5614 6.72997C13.5614 4.68801 12.6369 2.85941 11.179 1.63051C12.363 0.632465 13.8989 0.0299683 15.5772 0.0299683C19.3221 0.0299683 22.3579 3.02966 22.3579 6.72997C22.3579 10.4303 19.3221 13.43 15.5772 13.43C13.8989 13.43 12.363 12.8275 11.179 11.8294Z", fill: "#F9A000" }), h("path", { key: '0aa5765303716de3fd03a1f91b751e41172c1e35', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C12.6369 10.6005 13.5614 8.77193 13.5614 6.72999C13.5614 4.68805 12.6369 2.85946 11.179 1.63055C9.72109 2.85946 8.79663 4.68805 8.79663 6.72999C8.79663 8.77193 9.72109 10.6005 11.179 11.8294Z", fill: "#FF5E00" })), h("input", { key: 'eb0cca8acfe332d23a8e2f388bf04d6a0a2c4d05', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '' }), h(Fragment, null, this.showValidation && !this.destructive && (h("svg", { key: '33b511979022b9b47ca66953f19e801d0e0d811f', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '049723abc71b38b133cf8b73336999f7fa02f82d', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '786a8f6c155d041098e8a7cfe39e3613068ebafb', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))))), this.type === 'trailing_button' && (h("div", { key: '8996398648413c08eba294abf1557e783a5e7009', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '98cd3b96ba9f56093912fcd6f76e8e425edf13d5', class: `trailing_button_text_input` }, h("input", { key: '26ba6841cdc675283f613211a9d37b32e9e32f66', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '' }), this.showValidation && !this.destructive && (h("svg", { key: 'd5302ee79e2a0b7d3c3a2628cc96694d449bfc22', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '52c24f9b53a55edcc0b6811efcdcd6aac842b20b', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: 'b1afed8cc3d39bce3dc483aef3596b3252d8f79a', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("gb-button", { key: '2e43888c331cbb6d46f18c4c811a5dd81b50803c', size: "lg", hierarchy: "tertiary_gray", icon: "only", state: this.state === 'disabled' ? 'disabled' : 'default', "icon-leading": true, "icon-leading-swap": "assets/copy-01.svg" }))), this.type === 'password' && (h("div", { key: '0bac9543aa907ad35e3c1340ed96fbbbc90356f5', class: `password_input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '00fc0195eea81042174236de926aa0639f43d0c0', class: `password_content` }, h("input", { key: '9c5023e1294e40505ee72f0e24b14eeebbdbd667', class: `content text-md-regular ${this.type} ${this.state}`, type: this.isPasswordVisible ? 'text' : 'password', placeholder: this.placeholder ? this.placeholder : '' }), this.showValidation && !this.destructive && (h("svg", { key: 'da7fb48d68a6110ca5c0a1dd863cb162cc3906bd', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '863eeb5aa823b4c73e7c6b9ec63dd6fadc9c17a3', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '6a4044d5a56aff702c9ccb03e7441f3ee21e28be', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("div", { key: '65c2f2bf9185320a134d993b665a3df805b8ed0c', class: `dropdown` }, h("gb-password-button", { key: '1404ae1ee3fdf7cfdad3d686367d9106063f7f54', onClick: () => this.togglePasswordVisibility() })))), this.type === 'password_icon_leading' && (h("div", { key: '292faae6ded6bc1fabcee5d36c65aa75fd07009c', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: 'ae1fe24d241004e932a51c4bb6843346326de303', class: `password_icon_leading_content` }, h("svg", { key: '7d44727819c44dac7eefd466a8f90b61a33231b9', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '45f91e1cb0b43042ff5db598564fbc258408d0b9', d: "M12.0759 12.1667C11.6617 12.1667 11.3259 12.5025 11.3259 12.9167C11.3259 13.3309 11.6617 13.6667 12.0759 13.6667V12.1667ZM12.0833 13.6667C12.4976 13.6667 12.8333 13.3309 12.8333 12.9167C12.8333 12.5025 12.4976 12.1667 12.0833 12.1667V13.6667ZM7.91668 12.1667C7.50246 12.1667 7.16668 12.5025 7.16668 12.9167C7.16668 13.3309 7.50246 13.6667 7.91668 13.6667V12.1667ZM7.92415 13.6667C8.33836 13.6667 8.67415 13.3309 8.67415 12.9167C8.67415 12.5025 8.33836 12.1667 7.92415 12.1667V13.6667ZM16.4435 10.1294L17.1868 10.0293L16.4435 10.1294ZM13.7003 7.58258L13.7347 6.83337L13.7003 7.58258ZM13.7003 18.2508L13.7347 19L13.7003 18.2508ZM16.4435 15.704L15.7002 15.6039L16.4435 15.704ZM6.29973 7.58258L6.33417 8.33179L6.29973 7.58258ZM3.55652 10.1294L2.81323 10.0293L3.55652 10.1294ZM6.29973 18.2508L6.33417 17.5015L6.29973 18.2508ZM3.55652 15.704L4.29981 15.6039L3.55652 15.704ZM5.50001 7.5C5.50001 7.91422 5.8358 8.25 6.25001 8.25C6.66422 8.25 7.00001 7.91422 7.00001 7.5H5.50001ZM13 7.5C13 7.91422 13.3358 8.25 13.75 8.25C14.1642 8.25 14.5 7.91422 14.5 7.5H13ZM12.0759 13.6667H12.0833V12.1667H12.0759V13.6667ZM7.91668 13.6667H7.92415V12.1667H7.91668V13.6667ZM10 17.5833C8.69057 17.5833 7.50287 17.5553 6.33417 17.5015L6.26528 19C7.45761 19.0548 8.66829 19.0833 10 19.0833V17.5833ZM13.6659 17.5015C12.4972 17.5553 11.3094 17.5833 10 17.5833V19.0833C11.3317 19.0833 12.5424 19.0548 13.7347 19L13.6659 17.5015ZM17.1868 15.804C17.3105 14.8853 17.4167 13.9152 17.4167 12.9167H15.9167C15.9167 13.8142 15.8211 14.7058 15.7002 15.6039L17.1868 15.804ZM17.4167 12.9167C17.4167 11.9181 17.3105 10.948 17.1868 10.0293L15.7002 10.2295C15.8211 11.1275 15.9167 12.0192 15.9167 12.9167H17.4167ZM10 8.25C11.3095 8.25 12.4972 8.27806 13.6659 8.33179L13.7347 6.83337C12.5424 6.77856 11.3317 6.75 10 6.75V8.25ZM6.33417 8.33179C7.50287 8.27806 8.69057 8.25 10 8.25V6.75C8.66829 6.75 7.45761 6.77856 6.26528 6.83337L6.33417 8.33179ZM2.81323 10.0293C2.68953 10.948 2.58334 11.9181 2.58334 12.9167H4.08334C4.08334 12.0192 4.1789 11.1275 4.29981 10.2295L2.81323 10.0293ZM2.58334 12.9167C2.58334 13.9152 2.68953 14.8853 2.81323 15.804L4.29981 15.6039C4.1789 14.7058 4.08334 13.8142 4.08334 12.9167H2.58334ZM17.1868 10.0293C16.9527 8.29067 15.5122 6.91509 13.7347 6.83337L13.6659 8.33179C14.6943 8.37907 15.5595 9.18437 15.7002 10.2295L17.1868 10.0293ZM13.7347 19C15.5122 18.9183 16.9527 17.5427 17.1868 15.804L15.7002 15.6039C15.5595 16.649 14.6943 17.4543 13.6659 17.5015L13.7347 19ZM6.26528 6.83337C4.48781 6.91508 3.04732 8.29067 2.81323 10.0293L4.29981 10.2295C4.44052 9.18437 5.30576 8.37907 6.33417 8.33179L6.26528 6.83337ZM6.33417 17.5015C5.30576 17.4543 4.44052 16.649 4.29981 15.6039L2.81323 15.804C3.04732 17.5427 4.48782 18.9183 6.26528 19L6.33417 17.5015ZM7.00001 7.5V5.41667H5.50001V7.5H7.00001ZM13 5.41667V7.5H14.5V5.41667H13ZM10 2.41667C11.6569 2.41667 13 3.75981 13 5.41667H14.5C14.5 2.93139 12.4853 0.916668 10 0.916668V2.41667ZM7.00001 5.41667C7.00001 3.75981 8.34316 2.41667 10 2.41667V0.916668C7.51473 0.916668 5.50001 2.93139 5.50001 5.41667H7.00001Z", fill: "#4B5565" })), h("input", { key: '977f0bcdaa46b7233a1ae61de68542a54b0be34a', class: `content text-md-regular ${this.type} ${this.state}`, type: this.isPasswordVisible ? 'text' : 'password', placeholder: this.placeholder ? this.placeholder : '' })), this.showValidation && !this.destructive && (h("svg", { key: 'b19712dfdd529905f5c7ac68e37d0865aa9da481', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'defb2fc8dc85782ea9e624e61a2f4318462a1584', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: 'bbd35ac13a5ef59645d615daab5f6c388df72c3e', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), h("gb-password-button", { key: '91cf1545ab094242219190905de478e951061d6b', onClick: () => this.togglePasswordVisibility() }))), this.type === 'count' && [
61
- h("div", { key: '7913047636dcd7b685cd7ed14cb32335c9e9bffd', class: `count_input` }, h("div", { key: 'cf05e721a1cdacd67b1bf3e1a0ddea61b206ae77', class: `count_text_input ${this.destructive ? 'destructive' : ''} ${this.state}` }, h("input", { key: '44590545ce200e3f61e9c41856fb0ee56af1f414', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '' }), this.showHelpIcon && (h("div", { key: '319f80e589fcb86459f4e65f54cf2e3a5bbd0345', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("div", { key: 'cb9edb6d37f46f9f345e586cec4141309ff9fa68', class: `action ${this.state}` }, h("gb-button", { key: '1c695bef8a7f7f31234eb478fd40029125e27c10', size: "xl", state: this.state === 'disabled' ? 'disabled' : 'default', hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/minus_sign.svg" }), h("hr", { key: '2ffce8d63d3c5bc81e69fd3a0b302d819ae40b18' }), h("gb-button", { key: '124b8ac28dc5018d1d1c27fa3a361b6554f78c1f', size: "xl", state: this.state === 'disabled' ? 'disabled' : 'default', hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/plus_sign.svg" }))),
62
- ]), this.showHintText && h("p", { key: 'e16ccb080c029ad86ec8040a201d463428b2477e', class: "hint_text text-sm-regular" }, this.hintText)));
57
+ h("div", { key: '55cf308347844dec017206e627e0163220382bca', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: 'fc6934f52e00cd58448c941f50205457873a72c9', class: `icon ${this.size} ${this.state}`, innerHTML: this.leadingIconSvg }), h("input", { key: 'c0fda6466ea719bf1b9cc929a9d9ae6e783f01ab', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event) }), h(Fragment, null, this.showValidation && !this.destructive && (h("svg", { key: '8d67dba3f6e329c43eef8dca6a5beb7ece5ff4ee', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '2750918ff9445f1a58e353bd3e176ed4f14e5c9e', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: 'dd1cbeebf40ba463ea3e1bc3bb6bcf1457bf7fda', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.showCloseButton && !this.destructive && (h("gb-button", { key: 'af889fdf70836570aaa7e338e548d5ea7b91f870', size: "sm", hierarchy: "tertiary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/cancel-01.svg" })))),
58
+ ], this.type === 'leading_dropdown' && (h("div", { key: '469fe7758b54fb3c77b010696c8cca2a2e490514', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '73dfc3df236bde4d2a44683366528c7cd5c9f402', class: `leading_dropdown_dropdown` }, h("div", { key: '1caa0295960789f6adddfb66e5bcd44219ba4982', class: `country_icon` }, h("img", { key: 'b1eca51e12a891d97f1c6aec35b7d8bbb0477504', src: "build/assets/NG.svg", alt: "" })), h("div", { key: '4569935d7c80a7c81ba3e028e7dff0d3de5fcbaa', class: `dropdown_text` }, h("p", { key: 'b02642e5e28a4de6380b82949aad8657f1e2d868', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, "+234")), h("div", { key: 'f449e67c9f361e06b2840371efa1d905becc1443', class: `dropdown_arrow` }, h("svg", { key: '18b7cf90431d6eae2a9824cf79fcce9093f57b2d', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '3c7cc624866a1fe93453c0cc1ebfbad29c2a849c', d: "M15 7.50004C15 7.50004 11.3176 12.5 9.99996 12.5C8.68237 12.5 5 7.5 5 7.5", stroke: "#4B5565", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" })))), h("div", { key: 'ff6cab04f6237b44867bc453bb7159bcbcd63a1a', class: `leading_dropdown_text_input` }, h("input", { key: '2f775099b11ce5e158abe99b02967e8b1d7475e3', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '' }), this.showValidation && !this.destructive && (h("svg", { key: '756219c93c2dfb986fd244b6cbd1083664cf6be9', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '4b9afbf78325bfe00ec2178ae3d278e131fd126e', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: 'd9ad3ac8491dece351ee5937072a57482d519c80', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))))), this.type === 'trailing_dropdown' && (h("div", { key: 'e7548872d184b7e4e834e1ec420a261f3761d93f', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: 'e8147c31f3baf37091088e38a3c0a85f96a61659', class: `trailing_dropdown_content` }, h("p", { key: '01e0fa8329711708659f526d0ec9307ee0f7a319', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, "$"), h("input", { key: 'a4c95a441896715c1bb3148e794ee2e5a9b89324', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '' }), this.showHelpIcon && (h("div", { key: '99799c91c47f6b7f4852043afad60e22b4947203', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("div", { key: '8c924c0a2781826fc4359e091dd09c0bc8d208e4', class: `trailing_dropdown_dropdown` }, h("div", { key: 'b74ed99d94628b658e694d25d385a86df0ed1b94', class: `dropdown_text` }, h("p", { key: 'e18d2a63fa90bef10606a61c803dba6f2df5b3a8', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, "USD")), h("div", { key: 'c93e880423165a902f1bdb1af0e9e99643458c53', class: `dropdown_arrow` }, h("svg", { key: 'fc701e5988465ce938839db452128ad856b8a327', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '496a1ed25c735c3ec035f00c4bb51bd6d94a8689', d: "M15 7.50004C15 7.50004 11.3176 12.5 9.99996 12.5C8.68237 12.5 5 7.5 5 7.5", stroke: "#4B5565", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), this.type === 'leading_text' && [
59
+ h("div", { key: '43b7a9b40ca04239a3c187762e26324ba3b01868', class: "leading_text_input" }, h("div", { key: '2c7a47264c3a7e4691c4cfdd9c32583b56611587', class: `add_on` }, h("p", { key: 'db67befb12613f9bd0138ace448366f93fcc2e2d', class: `text-md-regular`, style: { color: this.state === 'disabled' ? 'var(--color-text-disabled, #CDD5DF)' : 'var(--color-text, #4B5565)' } }, "http://")), h("div", { key: '45e189374110d0796a26f447ed46c72cae2e743f', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("input", { key: '8aa6303b9f5c453439fc94d06e8ab8be6bcf31d8', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '' }), this.showValidation && !this.destructive && (h("svg", { key: '773bd7bd3093ebf08970b18a932724089b7ebc40', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '4b8af1a04f6ec96968208540f88f1f5c04720606', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: 'fa2da8c3cb1fc7e5d00a287861bf2d7fdd1ecf4b', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))),
60
+ ], this.type === 'payment_input' && (h("div", { key: 'cf2ea7d7208de105ab80f65a8b58584ccb56207d', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("svg", { key: 'ce864e0ed2f480d920a396cf99f7ea20aea6866f', xmlns: "http://www.w3.org/2000/svg", width: "23", height: "14", viewBox: "0 0 23 14", fill: "none" }, h("path", { key: '2503f8373e966efd9380ef8bca7d4ab18de4bf7f', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C9.99493 12.8275 8.45902 13.43 6.78069 13.43C3.03582 13.43 0 10.4303 0 6.72997C0 3.02966 3.03582 0.0299683 6.78069 0.0299683C8.45902 0.0299683 9.99493 0.632466 11.179 1.63051C12.363 0.632466 13.8989 0.0299683 15.5773 0.0299683C19.3221 0.0299683 22.358 3.02966 22.358 6.72997C22.358 10.4303 19.3221 13.43 15.5773 13.43C13.8989 13.43 12.363 12.8275 11.179 11.8294Z", fill: "#ED0006" }), h("path", { key: '99722bed8e55a7139be913b9b2b7cc1fe111a705', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C12.6369 10.6005 13.5614 8.77192 13.5614 6.72997C13.5614 4.68801 12.6369 2.85941 11.179 1.63051C12.363 0.632465 13.8989 0.0299683 15.5772 0.0299683C19.3221 0.0299683 22.3579 3.02966 22.3579 6.72997C22.3579 10.4303 19.3221 13.43 15.5772 13.43C13.8989 13.43 12.363 12.8275 11.179 11.8294Z", fill: "#F9A000" }), h("path", { key: '9090818d988b883d40cf2a76a76b1350092050dc', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C12.6369 10.6005 13.5614 8.77193 13.5614 6.72999C13.5614 4.68805 12.6369 2.85946 11.179 1.63055C9.72109 2.85946 8.79663 4.68805 8.79663 6.72999C8.79663 8.77193 9.72109 10.6005 11.179 11.8294Z", fill: "#FF5E00" })), h("input", { key: '2e14ded4f3341ac52a269594968ca1a9cfbcf6a8', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '' }), h(Fragment, null, this.showValidation && !this.destructive && (h("svg", { key: '0bd71709179985ea4c60ea8e225481cc987941bb', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'b8e611e653b8930bbbbf0601abbe600e6fcba263', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '5631cc93e03d46076a241169043b9ab10d2fbe16', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))))), this.type === 'trailing_button' && (h("div", { key: '399fe988935723c644fbd864ffaf62449afb2511', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '5ac487dd07405b178d02f3fa4e8a852275b21593', class: `trailing_button_text_input` }, h("input", { key: '36bf1bdd09d39456c5ee51b706269ef829ccc61b', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '' }), this.showValidation && !this.destructive && (h("svg", { key: '0d6bb6646dd1e1372295eb963d8d8d458eb6452a', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'a8f5ebd17c84b22300a3edde5c96b7c217a82099', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '52089d01bf2adbb9d1e7387fc6ebe2fbdf3bd14c', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("gb-button", { key: '4decc28ef52552a406e4615900bd4397a2edea8b', size: "lg", hierarchy: "tertiary_gray", icon: "only", state: this.state === 'disabled' ? 'disabled' : 'default', "icon-leading": true, "icon-leading-swap": "assets/copy-01.svg" }))), this.type === 'password' && (h("div", { key: '12638199feabeb531c62b44b2b684723b102369a', class: `password_input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: 'c076da730431a05a1a7f5052a65d67928546005f', class: `password_content` }, h("input", { key: '91cb2bf476d9bb8215ff0c04f433f454dd4099ed', class: `content text-md-regular ${this.type} ${this.state}`, type: this.isPasswordVisible ? 'text' : 'password', placeholder: this.placeholder ? this.placeholder : '' }), this.showValidation && !this.destructive && (h("svg", { key: '17ca0e5d7040ad234a0119cdeae450cc529507d0', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '7c45bbf58636b91657b702a38df33c5ed192eac9', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '395919cf008b926eeb47e434d9f1b88f74485404', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("div", { key: '65bf46b17829350c6f3ae3e1f28f3626a030f593', class: `dropdown` }, h("gb-password-button", { key: 'b84265b5262fe05e12f9d65ee30a51dbc48c83e2', onClick: () => this.togglePasswordVisibility() })))), this.type === 'password_icon_leading' && (h("div", { key: '3e4001ec57b26d38dcd5c3bc4efcb3646eabc5bc', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: 'add28606305ec22232ca7034bf0c1a76b638c88a', class: `password_icon_leading_content` }, h("svg", { key: '8bf956f4f95d0597359205f2dab1d56deb9b98ae', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'bc50e87b095faa9c16bfcb497ab2946265a112d7', d: "M12.0759 12.1667C11.6617 12.1667 11.3259 12.5025 11.3259 12.9167C11.3259 13.3309 11.6617 13.6667 12.0759 13.6667V12.1667ZM12.0833 13.6667C12.4976 13.6667 12.8333 13.3309 12.8333 12.9167C12.8333 12.5025 12.4976 12.1667 12.0833 12.1667V13.6667ZM7.91668 12.1667C7.50246 12.1667 7.16668 12.5025 7.16668 12.9167C7.16668 13.3309 7.50246 13.6667 7.91668 13.6667V12.1667ZM7.92415 13.6667C8.33836 13.6667 8.67415 13.3309 8.67415 12.9167C8.67415 12.5025 8.33836 12.1667 7.92415 12.1667V13.6667ZM16.4435 10.1294L17.1868 10.0293L16.4435 10.1294ZM13.7003 7.58258L13.7347 6.83337L13.7003 7.58258ZM13.7003 18.2508L13.7347 19L13.7003 18.2508ZM16.4435 15.704L15.7002 15.6039L16.4435 15.704ZM6.29973 7.58258L6.33417 8.33179L6.29973 7.58258ZM3.55652 10.1294L2.81323 10.0293L3.55652 10.1294ZM6.29973 18.2508L6.33417 17.5015L6.29973 18.2508ZM3.55652 15.704L4.29981 15.6039L3.55652 15.704ZM5.50001 7.5C5.50001 7.91422 5.8358 8.25 6.25001 8.25C6.66422 8.25 7.00001 7.91422 7.00001 7.5H5.50001ZM13 7.5C13 7.91422 13.3358 8.25 13.75 8.25C14.1642 8.25 14.5 7.91422 14.5 7.5H13ZM12.0759 13.6667H12.0833V12.1667H12.0759V13.6667ZM7.91668 13.6667H7.92415V12.1667H7.91668V13.6667ZM10 17.5833C8.69057 17.5833 7.50287 17.5553 6.33417 17.5015L6.26528 19C7.45761 19.0548 8.66829 19.0833 10 19.0833V17.5833ZM13.6659 17.5015C12.4972 17.5553 11.3094 17.5833 10 17.5833V19.0833C11.3317 19.0833 12.5424 19.0548 13.7347 19L13.6659 17.5015ZM17.1868 15.804C17.3105 14.8853 17.4167 13.9152 17.4167 12.9167H15.9167C15.9167 13.8142 15.8211 14.7058 15.7002 15.6039L17.1868 15.804ZM17.4167 12.9167C17.4167 11.9181 17.3105 10.948 17.1868 10.0293L15.7002 10.2295C15.8211 11.1275 15.9167 12.0192 15.9167 12.9167H17.4167ZM10 8.25C11.3095 8.25 12.4972 8.27806 13.6659 8.33179L13.7347 6.83337C12.5424 6.77856 11.3317 6.75 10 6.75V8.25ZM6.33417 8.33179C7.50287 8.27806 8.69057 8.25 10 8.25V6.75C8.66829 6.75 7.45761 6.77856 6.26528 6.83337L6.33417 8.33179ZM2.81323 10.0293C2.68953 10.948 2.58334 11.9181 2.58334 12.9167H4.08334C4.08334 12.0192 4.1789 11.1275 4.29981 10.2295L2.81323 10.0293ZM2.58334 12.9167C2.58334 13.9152 2.68953 14.8853 2.81323 15.804L4.29981 15.6039C4.1789 14.7058 4.08334 13.8142 4.08334 12.9167H2.58334ZM17.1868 10.0293C16.9527 8.29067 15.5122 6.91509 13.7347 6.83337L13.6659 8.33179C14.6943 8.37907 15.5595 9.18437 15.7002 10.2295L17.1868 10.0293ZM13.7347 19C15.5122 18.9183 16.9527 17.5427 17.1868 15.804L15.7002 15.6039C15.5595 16.649 14.6943 17.4543 13.6659 17.5015L13.7347 19ZM6.26528 6.83337C4.48781 6.91508 3.04732 8.29067 2.81323 10.0293L4.29981 10.2295C4.44052 9.18437 5.30576 8.37907 6.33417 8.33179L6.26528 6.83337ZM6.33417 17.5015C5.30576 17.4543 4.44052 16.649 4.29981 15.6039L2.81323 15.804C3.04732 17.5427 4.48782 18.9183 6.26528 19L6.33417 17.5015ZM7.00001 7.5V5.41667H5.50001V7.5H7.00001ZM13 5.41667V7.5H14.5V5.41667H13ZM10 2.41667C11.6569 2.41667 13 3.75981 13 5.41667H14.5C14.5 2.93139 12.4853 0.916668 10 0.916668V2.41667ZM7.00001 5.41667C7.00001 3.75981 8.34316 2.41667 10 2.41667V0.916668C7.51473 0.916668 5.50001 2.93139 5.50001 5.41667H7.00001Z", fill: "#4B5565" })), h("input", { key: 'b51d3bd720ffd4c9663c69f566f8de553ff77570', class: `content text-md-regular ${this.type} ${this.state}`, type: this.isPasswordVisible ? 'text' : 'password', placeholder: this.placeholder ? this.placeholder : '' })), this.showValidation && !this.destructive && (h("svg", { key: '79bd73cad5e5d24d79b23d9b495c77cc1cc86978', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'db1cc5f5d4b266793a67476340918f6ec1964b82', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '222abd2e9a5a659f49ed9e032a5970a2e5424c1c', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), h("gb-password-button", { key: 'e8b399ae892355092d2187565cf38820fb29190b', onClick: () => this.togglePasswordVisibility() }))), this.type === 'count' && [
61
+ h("div", { key: 'a53265618b5934297f1fd96f92a7b4a10018e23f', class: `count_input` }, h("div", { key: '017170502a84cec06365ae12cd7ec32634203192', class: `count_text_input ${this.destructive ? 'destructive' : ''} ${this.state}` }, h("input", { key: '7db2866b37dbae83580983df092cf3034a41f3d9', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '' }), this.showHelpIcon && (h("div", { key: 'cc1d1c8566d4129ed65cc50e97178c2ee609c703', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("div", { key: 'f89ba639b25c0d618fa704889880216535fd6aa8', class: `action ${this.state}` }, h("gb-button", { key: '721a99f5bc6395e3676f4533e883b20b1c81e7a9', size: "xl", state: this.state === 'disabled' ? 'disabled' : 'default', hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/minus_sign.svg" }), h("hr", { key: 'c8cd1d1b56a62ac90c2ef48e609dcc32868cd508' }), h("gb-button", { key: '19a7e7a19e25b95cd8c97a7b41ba12616fad4203', size: "xl", state: this.state === 'disabled' ? 'disabled' : 'default', hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/plus_sign.svg" }))),
62
+ ]), this.showHintText && h("p", { key: 'f47b9ac5f6c519d999839fb5089c6b56f2eed7d0', class: "hint_text text-sm-regular" }, this.hintText)));
63
63
  }
64
64
  static get is() { return "gb-input-field"; }
65
65
  static get encapsulation() { return "shadow"; }
@@ -16,10 +16,10 @@ export class GbMegaInputField {
16
16
  }
17
17
  }
18
18
  render() {
19
- return (h("div", { key: '2a769baa8a88a41d539d5a91045cafd58a9cc47a', class: {
19
+ return (h("div", { key: 'c99c7070a6753a01a8f4423898f01ee91df4f260', class: {
20
20
  [this.size]: true,
21
21
  disabled: this.state === 'disabled'
22
- } }, h("input", { key: '932fc987a6fa2d2438979a9098b5bc486b7856af', class: {
22
+ } }, h("input", { key: '6fe3f44656d8ed1a254384b64f85c793273837a0', class: {
23
23
  [this.size]: true,
24
24
  disabled: this.state === 'disabled'
25
25
  }, type: "number", min: "0", max: "1", placeholder: "0", value: this.inputValue, onInput: (event) => this.handleInput(event) })));
@@ -8,7 +8,7 @@ export class GbNotificationContent {
8
8
  }
9
9
  render() {
10
10
  const iconSrc = getAssetPath(`assets/${this.icon}.svg`);
11
- return (h("div", { key: '8fff38a998c0c67b924aa049c1f721bf39064cba', class: "notification_container" }, h("div", { key: '18f537d5cbdc87f10e6a555c737364a913b02ff0', class: "notification_title" }, this.icon && (h("div", { key: '8263b492e1f04c8d168c6963d6c1d4aba9184d38', class: "icon" }, h("img", { key: '7e87b6c4e3977490477a03d28cc9921d4fdf49c9', src: iconSrc, alt: "Icon" }))), h("label", { key: '3821665284651a95f0c69233ac4ca38d5afe9b08' }, this.label), h("span", { key: '57736765438bea6edefffa462608c9df6f10b7c0', class: "time" }, this.time)), h("div", { key: '32ec856759f4c11b499a44a54df697b152355c75', class: "supporting_text" }, h("p", { key: '1eb78175f0f5fd664f0b5d0e3837534dc0a6d12e', class: "text-sm-regular" }, this.supportingText))));
11
+ return (h("div", { key: '46b6854b2ade042dea074149731f427f2715880b', class: "notification_container" }, h("div", { key: '1c26d0edd8d552d69ff670e8ecbdd6a63e0e0cbb', class: "notification_title" }, this.icon && (h("div", { key: '055a965434ed65f26e04a19eac0665fa9b9a014c', class: "icon" }, h("img", { key: '5c6cbdd6c4486779e506afae0ca41669e98500b8', src: iconSrc, alt: "Icon" }))), h("label", { key: 'ce95889cd9d43745a1d888f056e020d3d208b73b' }, this.label), h("span", { key: '15b0b31feb1a84461a7db2a72528a97b91d79fa1', class: "time" }, this.time)), h("div", { key: 'd7f67249d09affd80ec288aa702c01906bbec408', class: "supporting_text" }, h("p", { key: 'de1289886452353ca2475e9b97858be29a54265a', class: "text-sm-regular" }, this.supportingText))));
12
12
  }
13
13
  static get is() { return "gb-notification-content"; }
14
14
  static get encapsulation() { return "shadow"; }
@@ -2669,6 +2669,7 @@
2669
2669
  border: 1px solid var(--color-border-subtler, #E3E8EF);
2670
2670
  background: var(--color-surface, #FFFFFF);
2671
2671
  box-shadow: var(--shadow-md);
2672
+ cursor: pointer;
2672
2673
  }
2673
2674
 
2674
2675
  .content_wrapper{
@@ -26,10 +26,10 @@ export class GbNotificationPane {
26
26
  notification.remove();
27
27
  }
28
28
  render() {
29
- return (h("div", { key: '468ac956ed7807acc27f15c61c5ba6650a6c4371', class: "notification_pane_div" }, this.state === 'empty' && [
30
- h("div", { key: 'aba610a78c84d8b06d1e275b03b3c6c190b24c0d', class: `container` }, h("img", { key: 'e5afebe07a01f3244adfa6bc9cc7aa20780a2c07', src: "build/assets/no_notification_frame.svg", alt: "" })),
31
- h("div", { key: 'bb47bbc66c1ca4610e5a50aada639848699f4b37', class: `button` }, h("gb-button", { key: 'f6e0dea403dda19cefe4bcacc789d525aeba4d10', size: "sm", hierarchy: "tertiary_color", icon: "default", state: "disabled", "icon-leading": true, "icon-leading-swap": "assets/blush_brush.svg" }, h("p", { key: '14bec914a80ad8cd769e51919a0047e76ae48b36' }, "Mark all as read"))),
32
- ], this.state === 'notification_dropdown' && (h("div", { key: '067a6ba503a9cc9dcafb815f314c1262fff33fc6', class: "notification_dropdown" }, h("div", { key: '3e0e61b242c0c0b39bf98b04b8565d66e109afdb', class: `content_wrapper` }, h("gb-notification-content", { key: '0ae421f83733d0b43ba50e9fd601035acd549884', label: "Flagged Transaction", time: "Just now", "supporting-text": "Aisha, here is your weekly report", icon: "alert-02" }), h("gb-notification-content", { key: '0a0e5c68cc9b3ea37099bc10e11535dc40f52845', label: "Flagged Transaction", time: "Just now", "supporting-text": "Aisha, here is your weekly report", icon: "alert-02" }), h("gb-notification-content", { key: '1797d6cbb2b08ca441b92a020e0d79a7dd866487', label: "Flagged Transaction", time: "Just now", "supporting-text": "Aisha, here is your weekly report", icon: "alert-02" }), h("gb-notification-content", { key: '3b928b3a25c8156b779459fc5c33f075c0fb484d', label: "Flagged Transaction", time: "Just now", "supporting-text": "Aisha, here is your weekly report", icon: "alert-02" }), h("gb-notification-content", { key: '7bc6ce6b4352cc266d2adda6cb81369698e41b86', label: "Flagged Transaction", time: "Just now", "supporting-text": "Aisha, here is your weekly report", icon: "alert-02" }), h("gb-notification-content", { key: 'ed2059ee7aa422f27675878712c286c84bda5a86', label: "Flagged Transaction", time: "Just now", "supporting-text": "Aisha, here is your weekly report", icon: "alert-02" })), h("gb-button", { key: '8886b176a90770f821454b67096d8e69573e8610', size: "sm", hierarchy: "tertiary_color", icon: "default", "icon-leading": true, "icon-leading-swap": "assets/blush_brush.svg" }, h("p", { key: '225a389de1600ced1045c48ddc2dcb95999e7924' }, "Mark all as read"))))));
29
+ return (h("div", { key: 'aff277ae6ac1ed757f768df3dad17632506723ad', class: "notification_pane_div" }, this.state === 'empty' && [
30
+ h("div", { key: 'c993f2a860b8a45da77528cb022b7043b9d0126d', class: `container` }, h("img", { key: '28a8e1eb08aa7520803695e8a5807e080d1be960', src: "build/assets/no_notification_frame.svg", alt: "" })),
31
+ h("div", { key: 'a0e998040deb6e80202ad0dfd016039bbd0f3197', class: `button` }, h("gb-button", { key: '00c7c081658ea2ce7320677a16105de00177bf99', size: "sm", hierarchy: "tertiary_color", icon: "default", state: "disabled", "icon-leading": true, "icon-leading-swap": "assets/blush_brush.svg" }, h("p", { key: 'ba1f3c7df133e5fa0337c62412983a8a18bc3778' }, "Mark all as read"))),
32
+ ], this.state === 'notification_dropdown' && (h("div", { key: '0decd9f19f0ed7d282578f222ac3e95067d3cbe7', class: "notification_dropdown" }, h("div", { key: 'e1ed8f86a56f952f6d258e642649a5930c1b3fae', class: `content_wrapper` }, h("gb-notification-content", { key: 'd8853fd7904a2551eac780c47ed1d378dfa8aa00', label: "Flagged Transaction", time: "Just now", "supporting-text": "Aisha, here is your weekly report", icon: "alert-02" }), h("gb-notification-content", { key: 'e597984f0e43a0ef82c9daf2a66adc849150d558', label: "Flagged Transaction", time: "Just now", "supporting-text": "Aisha, here is your weekly report", icon: "alert-02" }), h("gb-notification-content", { key: '62bcdd7c3ff552f3d5983c007dadcc1ad83e98f2', label: "Flagged Transaction", time: "Just now", "supporting-text": "Aisha, here is your weekly report", icon: "alert-02" }), h("gb-notification-content", { key: '19e93b042bd558ab36c03c3ae0aeca92a7302407', label: "Flagged Transaction", time: "Just now", "supporting-text": "Aisha, here is your weekly report", icon: "alert-02" }), h("gb-notification-content", { key: 'aacc2239dcf4da0cefd521bf738daa4a3c2007da', label: "Flagged Transaction", time: "Just now", "supporting-text": "Aisha, here is your weekly report", icon: "alert-02" }), h("gb-notification-content", { key: '812f8b89b5351fc9efda8335357ec5cf5230711d', label: "Flagged Transaction", time: "Just now", "supporting-text": "Aisha, here is your weekly report", icon: "alert-02" })), h("gb-button", { key: '091fe11d083ec811bf4b438d4090105481c6a2b9', size: "sm", hierarchy: "tertiary_color", icon: "default", "icon-leading": true, "icon-leading-swap": "assets/blush_brush.svg" }, h("p", { key: 'c51efe1ec26e460f51c0aeb629eb8b01e0d419ac' }, "Mark all as read"))))));
33
33
  }
34
34
  static get is() { return "gb-notification-pane"; }
35
35
  static get encapsulation() { return "shadow"; }
@@ -8,7 +8,7 @@ export class GbPagination {
8
8
  this.totalPages = 10;
9
9
  }
10
10
  render() {
11
- return (h("div", { key: '333bd4ba66fa9cff5f0ff5b9344d1277c0ea026b', class: `pagination_div ${this.type} ${this.breakpoint}` }, this.type === 'page_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: '4ee352dc8d33e17901808035d0d9077b339ba40c', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, h("p", { key: 'be7746db486529a38b340e9b383c22b710eb3989' }, "Previous")), h("gb-button", { key: 'ea5b74a12cbecd14a52a37107b7e94d1ca207441', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, h("p", { key: '6f89ca608db613557483947a0d2f313b0f593a10' }, "Next")))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: '96eb4595c05876aa81ba7892e19e8b3e0aa8d285', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, h("p", { key: 'c63e07e0e751ce0ce96e8c033198a0b63862b582' }, "Previous")), h("gb-button", { key: '4d454d2bf7313efdfb6ce9b3901de7cb73519dc7', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, h("p", { key: '7d4d043707675ea74db5282b31201a9fd63e9685' }, "Next")))), this.type === 'card_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '367797b91c668eacd0407bb567a42fb6119dfca4', class: "entries" }, "Entries"), h("div", { key: 'c2aa593a03638559e9d224e2e398206ba9210f67', class: "page_numbers" }), h("div", { key: 'b6393f04843b88f1b79b90c6db67f11807154c2a', class: "buttons" }, h("gb-button", { key: 'c1d0e397f06209847fe2259b15508b8fa1cd39be', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }), h("gb-button", { key: '580def99826775a7f95e21c9a8cc241bf4dce56c', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg" })))), this.type === 'page_default' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: 'bdee7939c9fb8cdf019f2d7d1aec5715b564d865', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }), h("div", { key: '8c31a7fbb96565453ab15331eff8867c261a028a', class: "page_number_text" }, h("p", { key: '9bd8c21b3923cbf5cb78f6bd3ae24832df9ce4e3', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '11ba694a5d6a3285185bb99774136471468774bd', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg" })))));
11
+ return (h("div", { key: 'bc8392fb731157957a2f6f86acba31bc00672d44', class: `pagination_div ${this.type} ${this.breakpoint}` }, this.type === 'page_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: '25e4be5027d583832284bb19e697ef2da506f97a', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, h("p", { key: '60c3dc1e8f18c3bb8701e4912936896fc5465ca7' }, "Previous")), h("gb-button", { key: '8208b085acab7f7ddff76fa0e02fdeb55eff3c95', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, h("p", { key: '23c2b556011421b4ac2131165995a8a1a1db3b0f' }, "Next")))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: 'f43e7869da09853fb46bf6fab5c1e3f3398c0b89', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, h("p", { key: '584f9ad8cc841b645410abcdb0db752b3c916c20' }, "Previous")), h("gb-button", { key: '506eaf7525544354f51b24e7faa74ad50d1f276f', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, h("p", { key: 'ab5a4b24e419a6ead8f7d6d0feb2d24bebb7e027' }, "Next")))), this.type === 'card_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'c8ad9b184410b8caadc61b2d6632be987bda5aac', class: "entries" }, "Entries"), h("div", { key: 'ceba2a3f856e1f650cdd8016721819f815c063ca', class: "page_numbers" }), h("div", { key: '51a758d2c9969fdfc2139678b09b351a7f43a11d', class: "buttons" }, h("gb-button", { key: '71c5f361bf04d3271a4555beebed488026ae362c', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }), h("gb-button", { key: 'd3eac75ffca374722ac189b47eaf110b77e51059', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg" })))), this.type === 'page_default' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: '5453e0cfabcba6417c9380f3a78ec3842f7d16d9', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }), h("div", { key: '6748595de959522d628291073952183cb7a23aaa', class: "page_number_text" }, h("p", { key: '421dfd886514e9ccf97e7a11802663a58b569308', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '010746b1bcebc33c7c8f0212a1e4e79d2e1a511e', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg" })))));
12
12
  }
13
13
  static get is() { return "gb-pagination"; }
14
14
  static get encapsulation() { return "shadow"; }
@@ -12,7 +12,7 @@ export class GbPaginationButtonGroupBase {
12
12
  }
13
13
  }
14
14
  render() {
15
- return (h("div", { key: 'c7843bad573be2b69c58dd697878a9730896a4c0', class: `button_base_div ${this.icon}` }, this.icon === 'false' && h("slot", { key: 'e8692d7ab9eb9a2e55c326187acce39ce8eff538' }), this.icon === 'leading' && (h(Fragment, null, h("svg", { key: '37223d5dbc557f399494d78d1cb6a39687491ffc', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '71de0a1363fccaea2dbc2f882a4210f5a84afcb4', 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: 'fb842c857107d3a72e325c812b84576e1679cfce' }))), this.icon === 'trailing' && (h(Fragment, null, h("slot", { key: 'a725fa6e59a8eb3fe6a937591b3222caa4d14d84' }), this.iconTrailing && (h("svg", { key: '00e65f91eed6b3c1b60e9e232d028369d6a0062e', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '6728ed566bd34a981862853cb48b4bff549bc3d6', 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" })))))));
15
+ return (h("div", { key: '7150f2c905a732776c2274fe5895472c400c0a1c', class: `button_base_div ${this.icon}` }, this.icon === 'false' && h("slot", { key: 'cc20612e2c16aac7da3b2fbe67111ee772f4992c' }), this.icon === 'leading' && (h(Fragment, null, h("svg", { key: 'c600af665b4c0625255b6d27bd86ed667737de21', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '983ac86c8b102c3777d541fe2a399bb90def7d67', 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: '959797b0d186f5ea39604fadda49963449ca9ba1' }))), this.icon === 'trailing' && (h(Fragment, null, h("slot", { key: 'e87eae29b6aeb717da8cdb76df0a6583bea228a8' }), this.iconTrailing && (h("svg", { key: '3920623dffbc9e5a56da52e7e7881c40d858cbfd', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'a80f846e43ec8fb4269280c81aac44acb0582037', 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" })))))));
16
16
  }
17
17
  static get is() { return "gb-pagination-button-group-base"; }
18
18
  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: '0138db5f20ccde6bfdcad3e99442e764a0be611d', class: `dot_indicator_div
9
+ return h("div", { key: '7a55bd2fd6e008566a6bfae35b033ca02e25e17c', class: `dot_indicator_div
10
10
  ${this.type} ${this.current ? 'current' : ''}
11
11
  ${this.size}` });
12
12
  }
@@ -10,7 +10,7 @@ export class GbPaginationNumberBase {
10
10
  }
11
11
  }
12
12
  render() {
13
- return (h("div", { key: '812a38b49a9ab68a03b12588f0b2ceefbb299896', class: `page_number_base ${this.shape}` }, h("slot", { key: 'dd91defacfe3d768af92628e35b35ba4eabc263e', name: "page_number" })));
13
+ return (h("div", { key: 'e2b21c2cacea0ab763645426e1fb1d85ba41d6da', class: `page_number_base ${this.shape}` }, h("slot", { key: 'ad324e599bf558314bef794417b8a18c5c114d1f', name: "page_number" })));
14
14
  }
15
15
  static get is() { return "gb-pagination-number-base"; }
16
16
  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: '1d048457d99299c36fd860b2137a6abac4fc506f' }, h("gb-btn", { key: 'eac502d10b095c3259e3fb7c5001950ec70c771f', 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: '08475ccab38d4687c4b6251a03f446123283acd2' }, h("gb-btn", { key: '4e7488bf76f35155de6445546f0ca5805a2eac43', 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"; }
@@ -8,7 +8,7 @@ export class GbProgressBar {
8
8
  }
9
9
  render() {
10
10
  const progressValue = Math.min(Math.max(this.progress, 0), 100);
11
- return (h("div", { key: '8a651bfeabb23c6e3141864ce7629b5a7fb500bb', class: `progress_bar_container ${this.labelPosition}` }, h("div", { key: '99858e5315d21baf08edb865d58e70e6d2d59c6b', class: "progress_bar" }, h("div", { key: 'f6e4b89de5cc13b2a2a7cb9bfc7f0913c0c4bf8e', class: "progress_fill", style: { width: `${progressValue}%` } })), h(Fragment, null, this.showLabel && (h("div", { key: 'f627582d52b981cc9d23ddb17876e3b67285ad94', class: `label ${this.labelPosition}` }, this.labelPosition === 'right' && h("span", { key: 'ce42f366e7e98642e256eb6bce04e07fb880b4a6', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'bottom' && h("span", { key: '5e28dabf0e364299d2c256dcb01663839281c216', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'top_floating' && (h("gb-tooltip", { key: 'a886fd8c51816adc91e715ee62cb3f752eb08253', class: `top_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 6.5).toString()}%` } }, h("p", { key: '98e7c2561c2b18319beef6a83e92cecdd447bf3d', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))), this.labelPosition === 'bottom_floating' && (h("gb-tooltip", { key: '9ea2f7a6cdcb08e1b9b991f6bcd293cb3a39f54d', class: `bottom_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 59.5).toString()}%` } }, h("p", { key: '5b96e843b44860a7fee0feef5d7401cd4c9867a3', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))))))));
11
+ return (h("div", { key: '76a1e2a4ff1153b704b2e48704b5ac02ad0a1b8d', class: `progress_bar_container ${this.labelPosition}` }, h("div", { key: '11616345c68cfc3e5feb5f9a891515e2dbd4ec7c', class: "progress_bar" }, h("div", { key: '696034c072a435dd2ccac0ab67ea33234f0c0abf', class: "progress_fill", style: { width: `${progressValue}%` } })), h(Fragment, null, this.showLabel && (h("div", { key: 'b5c4201817456f6a179a81e6eb3b9056806da55f', class: `label ${this.labelPosition}` }, this.labelPosition === 'right' && h("span", { key: '2e453a483626395e8a92389cd8aa318fbce5634b', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'bottom' && h("span", { key: 'b90b2a8483e68e4a9d43b3f6af8c32b08c4eac7b', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'top_floating' && (h("gb-tooltip", { key: '86691537f27ce5967aa0f1f90d1beb2f1a2c5d1c', class: `top_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 6.5).toString()}%` } }, h("p", { key: '4a87277511b3b155e83ecba705c1a2c6af438e15', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))), this.labelPosition === 'bottom_floating' && (h("gb-tooltip", { key: '6ff93f6de552e7e63b816720a5b4c447002dc95c', class: `bottom_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 59.5).toString()}%` } }, h("p", { key: '074494fae4c1dd65b66656e9c177a2022e1ed323', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))))))));
12
12
  }
13
13
  static get is() { return "gb-progress-bar"; }
14
14
  static get encapsulation() { return "shadow"; }
@@ -7,7 +7,7 @@ export class GbProgressCircle {
7
7
  this.progress = 0;
8
8
  }
9
9
  render() {
10
- return (h("div", { key: '4c6c41ab273b175895151bb27001c9cd905ab0c2', class: "progress" }, h("svg", { key: 'b7ea5503a1c2d1759f158d4b5399a74e8453b4a2', class: "progress-circle", width: "200px", height: "200px", xmlns: "http://www.w3.org/2000/svg" }, h("circle", { key: '818d4537928ba1e77cc7f8cd018bcdef274a4cee', class: "progress-circle-back", cx: "80", cy: "80", r: "74" }), h("circle", { key: '37e63b58c73865b8664b79127acf415fc9ec5d0b', class: "progress-circle-prog", cx: "80", cy: "80", r: "74" })), h("div", { key: 'dfeb19c3c8475ede59c919d7db2f268d345a4bf2', class: "progress-text", "data-progress": "0" }, "50%")));
10
+ return (h("div", { key: 'c115f80e94f454dd4db5558252eec6e06a073970', class: "progress" }, h("svg", { key: '2e91f7c8b7939a16a480f328a9a4d387fc676308', class: "progress-circle", width: "200px", height: "200px", xmlns: "http://www.w3.org/2000/svg" }, h("circle", { key: 'cb3f107b0339e28ad8df4feca99e370b6e14526f', class: "progress-circle-back", cx: "80", cy: "80", r: "74" }), h("circle", { key: '759cf5c48d80fca667b12425cf07b70f5b28f8a1', class: "progress-circle-prog", cx: "80", cy: "80", r: "74" })), h("div", { key: '3b4b1e6073b5cde1cc77f6ebc0b79856fddb138d', class: "progress-text", "data-progress": "0" }, "50%")));
11
11
  }
12
12
  static get is() { return "gb-progress-circle"; }
13
13
  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: '8df669d680c1b8e463109adab0e1358e6fcdd466', class: classes }, h("div", { key: '40170a5167746223016a61156b9ba9e0eafa704a', class: "input-with-label" }, h("label", { key: 'f0a8bf99e86cae911cd40d7e4185f53f38753c0c' }, this.label), h("div", { key: '5d4918cd2750d6874ec734e230a601f7fc1fa69a', class: "input-container" }, h("div", { key: '1e17138eb01efb14b1e57104b0a67a73d0c7a93b', class: "toolbar-container" }, h("gb-wysiwyg-toolbar", { key: '14969fb898ffeeed7a9ce4c0644437746848c881', 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: 'ecc995d2db6c4024856b545003feee88e5205d97', class: "error-icon" }, h("svg", { key: '757ade9ff0021f8a224b54e77957f65a31caaf16', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { key: '0f4a7b5ae820a955f64d2e99c172e1a74a8f1bd1', 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: 'df22dc5810c097340fa42940415928ef12c9b615', class: "text-container" }, h("textarea", { key: '3d9ee2ff949f0d245aa54b1e5f84c83687be5103' }, this.showPlaceholder && (h("div", { key: '412fcbf28b8a502ceabfd33652e40a1e3e2d2880' }, this.placeholder)))))), this.showHintText && (h("div", { key: 'cfa4e59e675eeeaf306dfe7a54ab92b57af6a7f7', class: "hint-text" }, this.hintText))));
18
+ return (h("div", { key: '5568e9945fad4c75710abd269ca5b1e36285c910', class: classes }, h("div", { key: '3c0700cef81c940a06bed6be626792aae3698b4d', class: "input-with-label" }, h("label", { key: 'e7bbf2e879cb6b585bd23e08622925870cc2ebcd' }, this.label), h("div", { key: 'a7648cf02650fae784ae59cb0b974f9f6c5c12a6', class: "input-container" }, h("div", { key: '15c35f4dd3a749f1ea8b73610d4c6e374c567a87', class: "toolbar-container" }, h("gb-wysiwyg-toolbar", { key: '37c77f0b7606059602b62cb712cae8014e630733', 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: '60c4611e3e182932bc66d6fe17438a015981c4da', class: "error-icon" }, h("svg", { key: 'a638cd9177a8c642fd19075e24eab9e868cad239', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { key: '17841a86131ea319df5dc3f6d63c316fc42160a8', 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: 'fb6c5bc96ddc557ff8b9d6a47430824cf99a1bfc', class: "text-container" }, h("textarea", { key: 'a24682a41354ee4a5dc74b5dc18434249bbc8644' }, this.showPlaceholder && (h("div", { key: '1155f430e00c9c2c78d16e93b9cdf2f28c8ca792' }, this.placeholder)))))), this.showHintText && (h("div", { key: 'a8317c29d3a0a060d7dc25b295aef67bdbef22ea', 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: '151a1ea86aaa952790dc0e936cf0cd67fa85ac02', class: "scrollbar-container" }, h("div", { key: '609557846d47f64e0e1553e3a1197be51e159faf', class: "scrollbar", style: { height: this.length } }, h("slot", { key: '629db9fa9e7356e7a63df1a5fc3e47faf44ef10e' }))));
7
+ return (h("div", { key: '0b4592dc199669e17dfa5228d48d10fc21ad39a9', class: "scrollbar-container" }, h("div", { key: '47b86b7f98cf49307a62874530d6a0c7e94d2005', class: "scrollbar", style: { height: this.length } }, h("slot", { key: 'e5ba42888a4c54e0d20c4c1de0f5e3f67ce31a78' }))));
8
8
  }
9
9
  static get is() { return "gb-scrollbar"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -33,7 +33,7 @@ export class GbSideBarItem {
33
33
  render() {
34
34
  const redBarSrc = getAssetPath(`assets/bar.svg`);
35
35
  const whiteBarSrc = getAssetPath(`assets/bar_white.svg`);
36
- return (h("div", { key: '1d60c16873e997a44cf51a246e4b49a4081b35ec', class: `side_bar_item_container`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, h("div", { key: 'acc476faf9d61a90ba327e63b6038e72bbbbf689', class: `nav_item_base ${this.state} ${this.type} ${this.category}` }, this.state === 'active' && this.category === 'plain_background' && h("img", { key: 'a7dab9fa41360b39c89eedbb61081bccdb52decd', src: redBarSrc, alt: "", class: "bar" }), this.state === 'active' && this.category === 'colored_background' && h("img", { key: 'b6ee6f302086ccd91f9fe482ce3a191e2cd7fd61', src: whiteBarSrc, alt: "", class: "bar" }), h("div", { key: '4bdf0e193ac91138b0c1995710955c5cb562853b', class: "content" }, h("div", { key: '3e77f82d68f21f2a13724d79485ff2698bfec8ee', class: `icon ${this.state} ${this.category}`, innerHTML: this.leadingIconSvg }), this.type === 'full_with_label' && (h("p", { key: 'd8ac2cb8aff5d15378f6cc74461592e8ae35c798', 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: '8bf6578a0e5dd8495723edcc59c1f1098c08ec8d', size: "sm", type: "pill_outline", color: this.state === 'active' ? 'information' : 'gray' }, h("p", { key: 'ec380efe5ca80f8858236c745eb58ec86d5a2672' }, "10"))), this.showArrow && (h("svg", { key: '2f8d9951e840eb3e3e4e0968fed4c1fbef8de7a4', 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: 'fa4eac28081762ec0f00882b14f93a4b529c34a3', 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: '7150e7de64512ab17956a86788b269fcfec03197', "show-arrow": true, arrow: "left", class: "tooltip" }, h("p", { key: '14ac95e2ad27527c29f8b9ea4e0b793c2b5d8365', slot: "label" }, this.label)))));
36
+ return (h("div", { key: '1e4efb7ae9205c465f4ae6a4ab6e60df1a4cef99', class: `side_bar_item_container`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, h("div", { key: '0836023ac61be6b9bd9c2fa78f9225489c0dfd18', class: `nav_item_base ${this.state} ${this.type} ${this.category}` }, this.state === 'active' && this.category === 'plain_background' && h("img", { key: 'c93f3248a279e149d7d348e38477924e51ba12dc', src: redBarSrc, alt: "", class: "bar" }), this.state === 'active' && this.category === 'colored_background' && h("img", { key: 'd448076e1f363373acea45940c3cb89f6679d198', src: whiteBarSrc, alt: "", class: "bar" }), h("div", { key: 'c9f416db09c936d513deecdb1c15020be48e8c50', class: "content" }, h("div", { key: '70f746fcecbc91b50fe5f8305b5a58196e29b5a1', class: `icon ${this.state} ${this.category}`, innerHTML: this.leadingIconSvg }), this.type === 'full_with_label' && (h("p", { key: 'b0a9b693241cbfd36a27915bbc45aeff042a78ec', 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: '6c173537f87b10b3f10e81ede12e7ee92612591e', size: "sm", type: "pill_outline", color: this.state === 'active' ? 'information' : 'gray' }, h("p", { key: 'aeefa552f583f445f93fe2da3909f756eddab6b8' }, "10"))), this.showArrow && (h("svg", { key: '2f3776a76f189eee9cee49f2e9ba8cc456492c2f', 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: 'fa730135706f3a2d93bf728b53d70de15a3b44df', 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: '53f56329f346140dd63bf0f580073bb8fa3b40d9', "show-arrow": true, arrow: "left", class: "tooltip" }, h("p", { key: 'd519ae1d0167d0698e3b85243c2c34c96b0c2522', slot: "label" }, this.label)))));
37
37
  }
38
38
  static get is() { return "gb-side-bar-item"; }
39
39
  static get encapsulation() { return "shadow"; }
@@ -68,7 +68,7 @@ export class GbSidebar {
68
68
  const logoSrc = getAssetPath(`assets/globus_bank_logo.svg`);
69
69
  const blueLogoSrc = getAssetPath(`assets/globus_bank_logo_blue.svg`);
70
70
  const whiteLogoSrc = getAssetPath(`assets/globus_bank_logo_white.svg`);
71
- return (h("div", { key: 'b28785c0dbc022bc672b85379f48b0eeed17b897', class: `sidebar_div ${this.state} ${this.category}` }, this.category === 'colored_background' && (h("div", { key: '0a1041ec4fd67388fd777747f9f85815cd1b5085', class: "pattern" }, h("img", { key: '75256cd93d007301fc6d0384ea07cc8992727bbc', src: patternSrc, alt: "" }))), h("div", { key: '0a075c7e0dca419ce3db6e2b308c10f1ec34a97e', class: "nav" }, h("div", { key: '16c46ad437edfbd9cb7250d61d7fa0fb8021d83a', class: `sidebar_header ${this.state}` }, h("div", { key: '818ae74680bca7cae60a80faafc1be09ce330c01', 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: '21871e1c6e679971405828a52d5df6a1776e33cd', src: logoSrc, alt: "" })), h("div", { key: '6cdebc54f2773431928d5b0bbad1e1a8350b2662', class: `collapse_button ${this.state}` }, h("gb-collapse-button", { key: 'a9ab464f00c01edb1b3daca8786af101847f6c35', color: this.category === 'plain_background' ? 'gray' : 'white', action: this.state === 'collapsed' ? 'expand' : 'collapse', onClick: () => (this.state === 'collapsed' ? this.expandSideBar() : this.collapseSideBar()) }))), h("div", { key: '9da021d083e616d17f0a98757caea00f5561cb3f', class: "navigation" }, h("div", { key: '802ed3ab14af79aa8df271463113483dc3ce9eb3', class: "item" }, h("gb-side-bar-item", { key: 'd72affeb373ae236b01d1893fa8915ecff318281', 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: '3c01d577886a43aa3f47d2a2fcacdb88e165cb20', 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: 'c3f0241882c7f012c611a704b34dadf4e377062d', 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: '421766592813c79347adb8ccd0064a9d45e3a9f8', 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: 'cf6d68b402fbbc6bf0764adc1c018d07035a3546', 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: 'e1e9e0c4836a4d6774bf70587cc391125dd2d3e2', class: "navigation" }, h("div", { key: 'a8f19da5d381c4ef65d3669fd637d7de08fc70b2', class: "item" }, this.sixthItemLabel && (h("gb-side-bar-item", { key: 'e4017f0bf92c7297639f7d3c51c72f4d6c808284', 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: '0d50de799b783ccb560dc1d09b356086307f99a2', 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: '9e2b8f50890e0e2ed19102e2413125d0579581d0', 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: 'cf421d01902ac5960df4c47509a0296f3653319c', 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: 'b64786e3e0d07d0551d3ac4b86a7c0ac9cb00966', 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: 'a78cf4aa89921f013f7e3b1781f5a1f107221814', class: "application_name" }, h("div", { key: 'd93a2d843a12442aef77873916b8d650b83ba51d', class: `wrapper ${this.category}` }, this.category === 'plain_background' && (h("div", { key: '1879ba4d261613eb192ba4c7abf7d439ae87c170', class: "application_name_pattern" }, h("img", { key: '757333074c581b52de50eb79902e9c20ec04dbf0', src: patternSrc, alt: "" }))), h("div", { key: '9a6bc50fadeaf877a8d6a833ff02ee293af3929e', class: `application_icon ${this.category}`, innerHTML: this.leadingIconSvg }), h("span", { key: '47e8dcb4ce1e88a04972d62b413634ebc17527ca', class: textClass }, h("slot", { key: '69d9ac56e85b115aee1769cd0b0113dcfa20aa38', name: "application_name" })))))));
71
+ return (h("div", { key: '8cf0c6322ef8725c07667ac2dafb5b7bb759e3f7', class: `sidebar_div ${this.state} ${this.category}` }, this.category === 'colored_background' && (h("div", { key: '79fe6e74d55fc624c40df4097174fb3ad49c3ceb', class: "pattern" }, h("img", { key: '0d5eaf8e042456dd5919328bc721ad72f1316b77', src: patternSrc, alt: "" }))), h("div", { key: 'ea176078a8dc0daf918fdfe69739c039b751319d', class: "nav" }, h("div", { key: '97a32666a2778019c7977e043935f7971dfbdd49', class: `sidebar_header ${this.state}` }, h("div", { key: 'd096e3a430785a2bd7fadee1612458c16622aad9', 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: '81ea552dfa0b0dd50ae5f8ff416c1b81ff97ac57', src: logoSrc, alt: "" })), h("div", { key: 'f89192d0b995e58f9db5c4f79392ad2a582fed5c', class: `collapse_button ${this.state}` }, h("gb-collapse-button", { key: 'de23c42ff5d720f03c262619f39959af73ab3832', color: this.category === 'plain_background' ? 'gray' : 'white', action: this.state === 'collapsed' ? 'expand' : 'collapse', onClick: () => (this.state === 'collapsed' ? this.expandSideBar() : this.collapseSideBar()) }))), h("div", { key: 'c3be0ab9e2b1da0a5e6915a5e2ca0027a2265280', class: "navigation" }, h("div", { key: '39d147bca1de2260e8a6ff9c8badc21415591095', class: "item" }, h("gb-side-bar-item", { key: '34c2e5a75590356f20d26213d7c6a6f7a519ab04', 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: 'af1dc9be1172b99eedcede10e3a376185d88fcb3', 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: '51eabba00b081cebeb56fddd796d6316f0072bc1', 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: '55667f0c7c9d0f01ec9f4d54ff83d884c2123678', 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: '54f84948d04eb1f7ab8ac5744dd4cea1db7957ba', 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: '9d3fcb91c2eed3f95a5c9c18f04504429eb80ea0', class: "navigation" }, h("div", { key: '93f654e03b98ac9f3d6dbe1adf1680c5062700b4', class: "item" }, this.sixthItemLabel && (h("gb-side-bar-item", { key: 'ccec66dd1c5a05b75db271d8c79abd67d97b2e18', 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: 'a5aa603d01a23a7a28011b523952bc427fa08397', 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: '70ff881d273af8888e2909fef21a5d15f826d138', 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: '38d21ebf88072e142129c246284cedaeeaa5583d', 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: 'ea5d21a761cb0aee58431ddebe38ceac5475ae60', 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: '805c255465fe0ee973f310c2f08e6a5f38fe485d', class: "application_name" }, h("div", { key: 'aafb53bb9817ce4ace3b3de6f7a203b4a80a5a9a', class: `wrapper ${this.category}` }, this.category === 'plain_background' && (h("div", { key: '9a2379ef444f3b121955ac37e3f2e3c0b961a0cd', class: "application_name_pattern" }, h("img", { key: '79b06d930f277f14a7aeb8af91048ebd000ae357', src: patternSrc, alt: "" }))), h("div", { key: '8adf0491e083bd02ca29c496339e440fecedf2ff', class: `application_icon ${this.category}`, innerHTML: this.leadingIconSvg }), h("span", { key: '07d042217f8e7eec68dd1fd88cb65efb93eb7847', class: textClass }, h("slot", { key: 'a29b6bb463a4b4470a2de3294ff6fbfe1937d90b', name: "application_name" })))))));
72
72
  }
73
73
  static get is() { return "gb-sidebar"; }
74
74
  static get encapsulation() { return "shadow"; }
@@ -56,7 +56,7 @@ export class GbSlider {
56
56
  this.trackEl.style.width = `${rightPos - leftPos}%`;
57
57
  }
58
58
  render() {
59
- return (h("div", { key: 'eae01ebaac43b6fbf443788fc6fa9fb09a33aa11', class: "slider-container", ref: (el) => this.containerEl = el }, h("div", { key: '644162a951a5c07ab8b02256dbcb4bef5e40d055', class: "track", ref: (el) => this.trackEl = el }), h("gb-slider-control-handle", { key: '6ea263a99347dafeb49999f81be85f2b05535294', class: "left", value: this.leftValue, type: this.thumbType, style: { left: `${this.leftValue}%` }, onMouseDown: (e) => this.handleMouseDown(e, 'left') }), h("gb-slider-control-handle", { key: 'b3ca44968e238c9f0bfd2cbd2f4f9a34e6df2dba', class: "right", value: this.rightValue, type: this.thumbType, style: { left: `${this.rightValue}%` }, onMouseDown: (e) => this.handleMouseDown(e, 'right') })));
59
+ return (h("div", { key: '3794bcc7560517969d19351db2cc46a06066013c', class: "slider-container", ref: (el) => this.containerEl = el }, h("div", { key: '8ce511e1b1d75d79c884024544ebda83dc5668b3', class: "track", ref: (el) => this.trackEl = el }), h("gb-slider-control-handle", { key: '87c579d8155e86eb604466be086ebb614f37119c', class: "left", value: this.leftValue, type: this.thumbType, style: { left: `${this.leftValue}%` }, onMouseDown: (e) => this.handleMouseDown(e, 'left') }), h("gb-slider-control-handle", { key: 'f8b6d416ead8ca395cce0ac822c21469844cd310', class: "right", value: this.rightValue, type: this.thumbType, style: { left: `${this.rightValue}%` }, onMouseDown: (e) => this.handleMouseDown(e, 'right') })));
60
60
  }
61
61
  static get is() { return "gb-slider"; }
62
62
  static get encapsulation() { return "shadow"; }
@@ -19,7 +19,7 @@ export class SliderControlHandle {
19
19
  this.isFocused = false;
20
20
  }
21
21
  render() {
22
- return (h("div", { key: 'e034118ae02023a7d602ff0d94135f0581feea26', 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: '3f96cc62b3de386207ad0083f2f0f5c7a7ca62c8', class: "tooltip-container" }, h("gb-tooltip", { key: '298cb3265794a65302a86aeb259eca97dc4fa816', arrow: 'none' }, h("p", { key: 'fea30659fefb6cd5e96284e9dbab85ab5db4334f', class: "text-xs-semi-bold", slot: "main_text" }, this.value, "%")))), this.type === 'text' && (h("div", { key: '051e320191d8694b3afe135a4c51b38c8adbaaff', class: "thumb-label" }, this.value, "%"))));
22
+ return (h("div", { key: '48f8b646b800a00c08ea47de36e1d50ff6a86b11', 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: 'f977845d438d2c8cec6f29834ab6cf28fb75bf4e', class: "tooltip-container" }, h("gb-tooltip", { key: 'ccf31a2a891b8d363c71ae3753401b4695ed0fa5', arrow: 'none' }, h("p", { key: 'a59d5d3f42e59cb73ee768fa7b9e56f9ca9d7da1', class: "text-xs-semi-bold", slot: "main_text" }, this.value, "%")))), this.type === 'text' && (h("div", { key: '23712c08e53d685648fbd991dc861e134b0434ba', class: "thumb-label" }, 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: 'fdaf3f62049189c6ab84182b3d60c16032035be5' }, this.statusIcon === 'online_indicator' && h("div", { key: '9a178d83afa3eb5b5a0d141fdb9a95fdd32a0595', class: `online_icon ${this.size} ${this.indicatorStateClass}` }), this.statusIcon === 'verified' && (h("svg", { key: 'ed67ad269f73752053b75ff45e186520376dc1dd', 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: '6043fbab86387c269c0cc94318a2a7cdd6511ec0', "clip-path": "url(#clip0_0_21453)" }, h("path", { key: '2dcfdd2b17253f78508a57620690b9e80c30cb7d', 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: '3952e202190a3d764aaefaedb6406e4528da9883', 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: 'ef97cd0e47e254ad590e04494c2f5838bc6f13c6' }, h("clipPath", { key: '94ce0a5371307f6b32d835d88061df5b484b9a81', id: "clip0_0_21453" }, h("rect", { key: '66472e352590286f2724abd49ce499ec542a4266', width: "32", height: "32", fill: "white" }))))), this.statusIcon === 'company' && (h("svg", { key: 'fd359e38f9f184621a485d8ae5d4a6501e1e7fa8', 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: 'c3e81dce0818e339516009396558dc8e514ab1b3', 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: '8a2d2b094121b6788a9bed02074eb0fccdfb2537', "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: 'bc6c2085ccd4ce8ae855f261bf397b808006618a' }, this.statusIcon === 'online_indicator' && h("div", { key: '6b39da969ff1b94b3ff1eebc6f19823fa12cc811', class: `online_icon ${this.size} ${this.indicatorStateClass}` }), this.statusIcon === 'verified' && (h("svg", { key: '614c915432620808d78869dae3fcafb533b46d67', 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: 'aa1084e3a3518567fdd8980f0f1ecff8b73a22d4', "clip-path": "url(#clip0_0_21453)" }, h("path", { key: '1ea859365a54bb96048520c22bb1b592b772421d', 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: '5933ae3cb3b70c3293a9f2f6c26874b7dc4ac371', 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: '2c6aad442044bb2717889c9cabf3b369009fdbfd' }, h("clipPath", { key: '6ca23a1cc3a2eaa0acd837e082836766f3f99bba', id: "clip0_0_21453" }, h("rect", { key: '88a6beae45d98c16f32249c685f80031551681bd', width: "32", height: "32", fill: "white" }))))), this.statusIcon === 'company' && (h("svg", { key: '19b065feb361f719c2a6bc918fe4b8796461220d', 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: 'b972858ec2ef35cac86872563caa99a901c8bb4c', 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: 'a2ecac21a99decb7e8e15cf996ac438d8025c7af', "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,12 +42,12 @@ export class GbTabButtonBase {
42
42
  this.tabClicked.emit();
43
43
  }
44
44
  render() {
45
- return (h("div", { key: '79bf411a50006f610a69581663f18ae64ec7b26e', class: `tab_button_div ${this.type}
45
+ return (h("div", { key: '6dd9d9bb0b1df329002d0c3453018d207bd2c0ed', 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: '6afb975e5c746eab4e2ebf34f0670614e862b072', class: `${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (h("gb-badge", { key: '457e5c24127f39c3c10f0b917886aaff943565c1', size: "sm", type: "pill_color", color: this.current && this.type === 'button_primary' ? 'information' :
48
+ ${this.size}`, onClick: () => this.handleClick() }, h("p", { key: 'cf0138eb4ac8abd92c64202b2ad9f2c5de6524c4', class: `${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (h("gb-badge", { key: 'c944af196b18ace11d1b45c54a0df451bb2d8e65', size: "sm", type: "pill_color", color: this.current && this.type === 'button_primary' ? 'information' :
49
49
  this.current && this.type === 'underline' ? 'information' :
50
- this.current && this.type === 'line' ? 'information' : 'gray' }, h("slot", { key: '0ad9e992785a3e114cc24b1a8a9a0f33e17fc4dd', name: "count" })))));
50
+ this.current && this.type === 'line' ? 'information' : 'gray' }, h("slot", { key: '6a201fb2cc70f7de0c66c7107c8352bbc59d1ed4', name: "count" })))));
51
51
  }
52
52
  static get is() { return "gb-tab-button-base"; }
53
53
  static get encapsulation() { return "shadow"; }
@@ -12,7 +12,7 @@ export class GbTag {
12
12
  }
13
13
  render() {
14
14
  const flagSwap = getAssetPath(`assets/${this.flagSwap}.svg`);
15
- return (h("div", { key: '05211c533fa031e97866b77fcf930ed30a8d28bb', class: `container ${this.size}` }, h("div", { key: 'd275ce8ba9306f0642ed29c7188f229dec5cbc0c', class: `content ${this.size}` }, this.checkbox && h("gb-tag-checkbox", { key: '7ce7d027bcf255c7ec921acc2559d28ddb58071f', size: this.size }), this.icon === 'country' && (h("div", { key: '301da6fbc05874291811c5c67735d2ea5dfbbf1a', class: "icon left-icon" }, h("img", { key: 'b17cc02e5e799e8da4c5c1d9ec562c923d3cb5fd', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: 'fe230251a8419aa7c32ae04cec091db1eac75c62', class: "avatar-icon", size: "xxs", "status-icon": "false", text: true, color: "gray" }, h("slot", { key: '8c198ff0550334d1129396b71e28cebae11f0359', name: "initials", slot: "initials" }))), this.icon === 'dot' && (h("svg", { key: '79ed19f1d3d25c97aca650eae5a1d07482e8f761', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: '805395110e977bd5204386ec504289f03857cb64', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("slot", { key: '01b572bc84b3d18a254851a7bf3646a754fc1fb0' }), this.action === 'count' && (h("gb-tag-count", { key: '6eaa3b885ee3a3bc2a05844434a3a0224c56d197', size: this.size }, h("slot", { key: '00769851f1093e0edec48a6e779e0c9fe8bc5634', slot: "count", name: "count" })))), this.action === 'X_close' && h("gb-tag-close", { key: 'c78374cd55d3e88f178a62856cbd2fc7a8c376cd', size: this.size, onClick: () => this.onTagClose() })));
15
+ return (h("div", { key: '69521e5f66387107e8d62f7e9aa34892c58ae10d', class: `container ${this.size}` }, h("div", { key: '2824b2c683dafef852e10e09c6fcefa901b566df', class: `content ${this.size}` }, this.checkbox && h("gb-tag-checkbox", { key: '777bbfe2fea63d9d78d48843bbd596f3f576692e', size: this.size }), this.icon === 'country' && (h("div", { key: '35452382d267d1559987b86fde003bc5909a0f5e', class: "icon left-icon" }, h("img", { key: '0bfeb204d15aa53024e2aace934895b528e04474', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: '1671068cd8866d2f1e73c60b61c6850d0921d962', class: "avatar-icon", size: "xxs", "status-icon": "false", text: true, color: "gray" }, h("slot", { key: 'fb82ad7f1b555a25c00a6e77618736d24c902a02', name: "initials", slot: "initials" }))), this.icon === 'dot' && (h("svg", { key: '3dc6dfdfb252fae3d7b012e28578ae4a371a2f5e', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: 'bbb64ebf7931a13276c154fb1f1c38652215de48', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("slot", { key: '1e752eb399f13bc36fc144a4a04520959352a7b2' }), this.action === 'count' && (h("gb-tag-count", { key: '00d6dde4b0882ce0a30da27fb808fe639d304230', size: this.size }, h("slot", { key: '747ff77dbbb1584e6caceac339be0438443d2094', slot: "count", name: "count" })))), this.action === 'X_close' && h("gb-tag-close", { key: 'c00ab61b789276ddb32fe6fac08b3840fa673a34', 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: 'b6f2e9fdaa695965f664265593028088158dd6dc', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, h("input", { key: 'c8197ea223c4eed80913eff77eb0615cf8dfbe95', type: "checkbox", checked: this.checked, disabled: this.disabled }), h("span", { key: 'e6236bd4ce4187cba84ddcf4498cfaec7f44f6ee', class: `custom-checkbox ${this.size}` }, h("svg", { key: '3632cda27f2c991a9039284dbc8228351a51091f', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: '2b7b56729a190e937c7ad825e79e37100a515bdd', 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: '2e635daa4cecb8bfbcdf0d61100c3e1fe9fd128f', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, h("input", { key: '5c3961950ce7a6907fbc9d0e54f7024da3437d00', type: "checkbox", checked: this.checked, disabled: this.disabled }), h("span", { key: '2d0870822fcf7cfa368515963bc52533b0a45e6c', class: `custom-checkbox ${this.size}` }, h("svg", { key: 'fc27f212a536076cbe03c06ce65d2089645e3a07', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: '434faa8528c38d8e16f74542b45501e1805ab0d6', 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: '48e4c4123021e2aa9a9c5b2e94efc9a8a8bc02e9', class: this.size }, h("svg", { key: 'f4f0207bfcffd7d7940fc6c6f42bb73afc46b856', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, h("path", { key: '9a4a8b564ffb71f06093f72502de3dc46fef1a28', 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: '0a0886dd8881e6787fcc73961f98aa34bfe209ce', class: this.size }, h("svg", { key: '0d1d01643893e99eecf420925b717520a19c81a7', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, h("path", { key: 'aa1b6c32c3eb448c2e5cafd928ceba76d25313b3', 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: '0eae9daa59a76480a8e767c24fe7d98ee620a838', class: this.size }, h("slot", { key: '8731c5bf5c967cf1a1e21b8667a68cb25ba408df', name: "count" })));
7
+ return (h("div", { key: '7ff5a1604bc89e4515df82fef8d892fb7266294c', class: this.size }, h("slot", { key: 'dc04b826e2e2403e43fe7d1c18af4715ecef6237', name: "count" })));
8
8
  }
9
9
  static get is() { return "gb-tag-count"; }
10
10
  static get encapsulation() { return "shadow"; }