globuswebcomponents 0.4.2 → 0.4.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 (297) hide show
  1. package/dist/cjs/gb-avatar-dropdown.cjs.entry.js +35 -0
  2. package/dist/cjs/gb-avatar-dropdown.cjs.entry.js.map +1 -0
  3. package/dist/cjs/gb-avatar-label-group.cjs.entry.js +77 -0
  4. package/dist/cjs/gb-avatar-label-group.cjs.entry.js.map +1 -0
  5. package/dist/cjs/{gb-avatar_36.cjs.entry.js → gb-avatar_33.cjs.entry.js} +40 -154
  6. package/dist/cjs/gb-avatar_33.cjs.entry.js.map +1 -0
  7. package/dist/cjs/gb-checkbox-group.cjs.entry.js +1 -1
  8. package/dist/cjs/gb-checkbox-group.cjs.entry.js.map +1 -1
  9. package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js +31 -0
  10. package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js.map +1 -0
  11. package/dist/cjs/gb-file-upload-item-base.cjs.entry.js +1 -1
  12. package/dist/cjs/gb-file-upload.cjs.entry.js +9 -9
  13. package/dist/cjs/gb-header-icon.cjs.entry.js +4 -4
  14. package/dist/cjs/gb-header.cjs.entry.js +8 -5
  15. package/dist/cjs/gb-header.cjs.entry.js.map +1 -1
  16. package/dist/cjs/gb-help-dropdown.cjs.entry.js +1 -1
  17. package/dist/cjs/gb-input-dropdown-menu-item.cjs.entry.js +2 -2
  18. package/dist/cjs/gb-notification-content.cjs.entry.js +1 -1
  19. package/dist/cjs/gb-notification-panel.cjs.entry.js +1 -1
  20. package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
  21. package/dist/cjs/gb-pagination-number-base.cjs.entry.js +1 -1
  22. package/dist/cjs/gb-progress-bar.cjs.entry.js +1 -1
  23. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  24. package/dist/cjs/gb-rich-text.cjs.entry.js +1 -1
  25. package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
  26. package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
  27. package/dist/cjs/gb-slider.cjs.entry.js +1 -1
  28. package/dist/cjs/gb-toggle-base.cjs.entry.js +2 -2
  29. package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
  30. package/dist/cjs/gb-token-field.cjs.entry.js +1 -1
  31. package/dist/cjs/globuscomponents.cjs.js +1 -1
  32. package/dist/cjs/loader.cjs.js +1 -1
  33. package/dist/collection/components/gb-btn/gb-btn.js +4 -10
  34. package/dist/collection/components/gb-btn/gb-btn.js.map +1 -1
  35. package/dist/collection/components/gb-button/gb-button.js +4 -10
  36. package/dist/collection/components/gb-button/gb-button.js.map +1 -1
  37. package/dist/collection/components/gb-button/gb-button.tsx +2 -2
  38. package/dist/collection/components/gb-button/readme.md +1 -1
  39. package/dist/collection/components/gb-checkbox-group/gb-checkbox-group.js +1 -1
  40. package/dist/collection/components/gb-checkbox-group/gb-checkbox-group.js.map +1 -1
  41. package/dist/collection/components/gb-checkbox-group-item/gb-checkbox-group-item.css +21 -1
  42. package/dist/collection/components/gb-checkbox-group-item/gb-checkbox-group-item.js +6 -3
  43. package/dist/collection/components/gb-checkbox-group-item/gb-checkbox-group-item.js.map +1 -1
  44. package/dist/collection/components/gb-collapse-button/gb-collapse-button.js +3 -3
  45. package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.js +1 -1
  46. package/dist/collection/components/gb-file-upload/gb-file-upload.js +9 -9
  47. package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js +1 -1
  48. package/dist/collection/components/gb-header/gb-header.css +1 -1
  49. package/dist/collection/components/gb-header/gb-header.js +30 -40
  50. package/dist/collection/components/gb-header/gb-header.js.map +1 -1
  51. package/dist/collection/components/gb-header-icon/gb-header-icon.js +4 -4
  52. package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
  53. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
  54. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.css +2 -2
  55. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +2 -2
  56. package/dist/collection/components/gb-input-dropdown-menu/gb-input-dropdown-menu.js +2 -2
  57. package/dist/collection/components/gb-input-field/gb-input-field.js +2 -2
  58. package/dist/collection/components/gb-megainput-field-base/gb-megainput-field.js +2 -2
  59. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  60. package/dist/collection/components/gb-notification-panel/gb-notification-panel.js +1 -1
  61. package/dist/collection/components/gb-pagination/gb-pagination.js +1 -1
  62. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  63. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  64. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  65. package/dist/collection/components/gb-password-button/gb-password-button.js +4 -10
  66. package/dist/collection/components/gb-password-button/gb-password-button.js.map +1 -1
  67. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  68. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  69. package/dist/collection/components/gb-rich-text/gb-rich-text.js +1 -1
  70. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  71. package/dist/collection/components/gb-side-bar-item/gb-side-bar-item.js +1 -1
  72. package/dist/collection/components/gb-sidebar/gb-sidebar.css +3 -5
  73. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  74. package/dist/collection/components/gb-slider-control-handle/slider-control-handle.js +1 -1
  75. package/dist/collection/components/gb-sliders/slider.js +1 -1
  76. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  77. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  78. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  79. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  80. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  81. package/dist/collection/components/gb-tags/gb-tags.js +1 -1
  82. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  83. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  84. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  85. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  86. package/dist/collection/components/gb-token-field/gb-token-field.js +1 -1
  87. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  88. package/dist/collection/components/gb-verification-code-field/gb-verification-code-field.js +2 -2
  89. package/dist/components/gb-avatar-add-button.js +1 -1
  90. package/dist/components/gb-avatar-dropdown.js +4 -4
  91. package/dist/components/gb-avatar-group.js +4 -4
  92. package/dist/components/gb-avatar-label-group.js +1 -1
  93. package/dist/components/gb-avatar-profile-photo.js +2 -2
  94. package/dist/components/gb-avatar.js +1 -1
  95. package/dist/components/gb-badge.js +1 -1
  96. package/dist/components/gb-btn.js +1 -1
  97. package/dist/components/gb-button.js +1 -1
  98. package/dist/components/gb-checkbox-group-item.js +1 -149
  99. package/dist/components/gb-checkbox-group-item.js.map +1 -1
  100. package/dist/components/gb-checkbox-group.js +44 -2
  101. package/dist/components/gb-checkbox-group.js.map +1 -1
  102. package/dist/components/gb-collapse-button.js +1 -1
  103. package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
  104. package/dist/components/gb-file-upload-item-base.js +1 -1
  105. package/dist/components/gb-file-upload.js +13 -13
  106. package/dist/components/gb-header-icon.js +1 -1
  107. package/dist/components/gb-header.js +13 -12
  108. package/dist/components/gb-header.js.map +1 -1
  109. package/dist/components/gb-help-dropdown.js +2 -2
  110. package/dist/components/gb-horizontal-tabs.js +5 -5
  111. package/dist/components/gb-input-dropdown-menu-item.js +4 -4
  112. package/dist/components/gb-input-dropdown.js +1 -1
  113. package/dist/components/gb-input-field.js +5 -5
  114. package/dist/components/gb-megainput-field.js +1 -1
  115. package/dist/components/gb-notification-content.js +1 -1
  116. package/dist/components/gb-notification-panel.js +1 -1
  117. package/dist/components/gb-pagination-button-group-base.js +1 -1
  118. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  119. package/dist/components/gb-pagination-number-base.js +1 -1
  120. package/dist/components/gb-pagination.js +2 -2
  121. package/dist/components/gb-password-button.js +1 -1
  122. package/dist/components/gb-progress-bar.js +1 -1
  123. package/dist/components/gb-progress-circle.js +1 -1
  124. package/dist/components/gb-rich-text.js +5 -5
  125. package/dist/components/gb-scrollbar.js +1 -1
  126. package/dist/components/gb-side-bar-item.js +1 -1
  127. package/dist/components/gb-sidebar.js +8 -8
  128. package/dist/components/gb-sidebar.js.map +1 -1
  129. package/dist/components/gb-slider-control-handle.js +1 -1
  130. package/dist/components/gb-slider.js +3 -3
  131. package/dist/components/gb-status-indicator.js +1 -1
  132. package/dist/components/gb-tab-button-base.js +1 -1
  133. package/dist/components/gb-tag-checkbox.js +1 -1
  134. package/dist/components/gb-tag-close.js +1 -1
  135. package/dist/components/gb-tag-count.js +1 -1
  136. package/dist/components/gb-tag.js +6 -6
  137. package/dist/components/gb-toast-button.js +1 -1
  138. package/dist/components/gb-toast.js +3 -3
  139. package/dist/components/gb-toggle-base.js +1 -1
  140. package/dist/components/gb-toggle.js +2 -2
  141. package/dist/components/gb-token-field.js +2 -2
  142. package/dist/components/gb-tooltip.js +1 -1
  143. package/dist/components/gb-verification-code-field.js +3 -3
  144. package/dist/components/gb-wysiwyg-toolbar.js +1 -1
  145. package/dist/components/p-20116c62.js +162 -0
  146. package/dist/components/p-20116c62.js.map +1 -0
  147. package/dist/components/{p-6b9ae561.js → p-201a8405.js} +3 -3
  148. package/dist/components/{p-6b9ae561.js.map → p-201a8405.js.map} +1 -1
  149. package/dist/components/{p-8963e7ee.js → p-260b6b99.js} +6 -6
  150. package/dist/components/{p-8963e7ee.js.map → p-260b6b99.js.map} +1 -1
  151. package/dist/components/{p-03933e89.js → p-26921960.js} +3 -3
  152. package/dist/components/{p-03933e89.js.map → p-26921960.js.map} +1 -1
  153. package/dist/components/{p-01a43936.js → p-349ece88.js} +2 -2
  154. package/dist/components/{p-01a43936.js.map → p-349ece88.js.map} +1 -1
  155. package/dist/components/{p-e832e7d0.js → p-4266561a.js} +2 -2
  156. package/dist/components/{p-e832e7d0.js.map → p-4266561a.js.map} +1 -1
  157. package/dist/components/{p-2522e0e6.js → p-493fb0be.js} +2 -2
  158. package/dist/components/{p-2522e0e6.js.map → p-493fb0be.js.map} +1 -1
  159. package/dist/components/{p-53e70aeb.js → p-4d0d5a44.js} +7 -7
  160. package/dist/components/{p-53e70aeb.js.map → p-4d0d5a44.js.map} +1 -1
  161. package/dist/components/{p-57b94005.js → p-55139c08.js} +3 -3
  162. package/dist/components/{p-57b94005.js.map → p-55139c08.js.map} +1 -1
  163. package/dist/components/{p-b1f57acc.js → p-6baad8ef.js} +5 -5
  164. package/dist/components/{p-b1f57acc.js.map → p-6baad8ef.js.map} +1 -1
  165. package/dist/components/{p-d9de678f.js → p-7239b558.js} +2 -2
  166. package/dist/components/{p-d9de678f.js.map → p-7239b558.js.map} +1 -1
  167. package/dist/components/{p-dc3cd550.js → p-79e58411.js} +4 -4
  168. package/dist/components/{p-dc3cd550.js.map → p-79e58411.js.map} +1 -1
  169. package/dist/components/{p-61d2acff.js → p-7b972624.js} +5 -5
  170. package/dist/components/{p-61d2acff.js.map → p-7b972624.js.map} +1 -1
  171. package/dist/components/{p-1ba1c138.js → p-8da0a4c6.js} +3 -3
  172. package/dist/components/{p-1ba1c138.js.map → p-8da0a4c6.js.map} +1 -1
  173. package/dist/components/{p-4c21ca28.js → p-91d1a7e6.js} +2 -2
  174. package/dist/components/{p-4c21ca28.js.map → p-91d1a7e6.js.map} +1 -1
  175. package/dist/components/{p-31e9f7cb.js → p-a48f3765.js} +2 -2
  176. package/dist/components/{p-31e9f7cb.js.map → p-a48f3765.js.map} +1 -1
  177. package/dist/components/{p-763387fe.js → p-a9afcddd.js} +5 -5
  178. package/dist/components/{p-763387fe.js.map → p-a9afcddd.js.map} +1 -1
  179. package/dist/components/{p-307f7be9.js → p-ab92fc3c.js} +2 -2
  180. package/dist/components/{p-307f7be9.js.map → p-ab92fc3c.js.map} +1 -1
  181. package/dist/components/{p-9b867eac.js → p-b1b56453.js} +2 -2
  182. package/dist/components/{p-9b867eac.js.map → p-b1b56453.js.map} +1 -1
  183. package/dist/components/{p-f5ce57de.js → p-b75d82f9.js} +6 -6
  184. package/dist/components/p-b75d82f9.js.map +1 -0
  185. package/dist/components/{p-7df674ca.js → p-bdab2e0b.js} +3 -3
  186. package/dist/components/{p-7df674ca.js.map → p-bdab2e0b.js.map} +1 -1
  187. package/dist/components/{p-2d692da6.js → p-c64c5a8f.js} +4 -4
  188. package/dist/components/p-c64c5a8f.js.map +1 -0
  189. package/dist/components/{p-9317b000.js → p-cb33ab6d.js} +2 -2
  190. package/dist/components/{p-9317b000.js.map → p-cb33ab6d.js.map} +1 -1
  191. package/dist/components/{p-2764bda5.js → p-ef610ebc.js} +2 -2
  192. package/dist/components/{p-2764bda5.js.map → p-ef610ebc.js.map} +1 -1
  193. package/dist/components/{p-88687162.js → p-f15f2882.js} +2 -2
  194. package/dist/components/{p-88687162.js.map → p-f15f2882.js.map} +1 -1
  195. package/dist/components/{p-84661af1.js → p-ff4292c2.js} +3 -3
  196. package/dist/components/{p-84661af1.js.map → p-ff4292c2.js.map} +1 -1
  197. package/dist/esm/gb-avatar-dropdown.entry.js +31 -0
  198. package/dist/esm/gb-avatar-dropdown.entry.js.map +1 -0
  199. package/dist/esm/gb-avatar-label-group.entry.js +73 -0
  200. package/dist/esm/gb-avatar-label-group.entry.js.map +1 -0
  201. package/dist/esm/{gb-avatar_36.entry.js → gb-avatar_33.entry.js} +41 -152
  202. package/dist/esm/gb-avatar_33.entry.js.map +1 -0
  203. package/dist/esm/gb-checkbox-group.entry.js +1 -1
  204. package/dist/esm/gb-checkbox-group.entry.js.map +1 -1
  205. package/dist/esm/gb-dropdown-items-with-shortcut.entry.js +27 -0
  206. package/dist/esm/gb-dropdown-items-with-shortcut.entry.js.map +1 -0
  207. package/dist/esm/gb-file-upload-item-base.entry.js +1 -1
  208. package/dist/esm/gb-file-upload.entry.js +9 -9
  209. package/dist/esm/gb-header-icon.entry.js +4 -4
  210. package/dist/esm/gb-header.entry.js +9 -6
  211. package/dist/esm/gb-header.entry.js.map +1 -1
  212. package/dist/esm/gb-help-dropdown.entry.js +1 -1
  213. package/dist/esm/gb-input-dropdown-menu-item.entry.js +2 -2
  214. package/dist/esm/gb-notification-content.entry.js +1 -1
  215. package/dist/esm/gb-notification-panel.entry.js +1 -1
  216. package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
  217. package/dist/esm/gb-pagination-number-base.entry.js +1 -1
  218. package/dist/esm/gb-progress-bar.entry.js +1 -1
  219. package/dist/esm/gb-progress-circle.entry.js +1 -1
  220. package/dist/esm/gb-rich-text.entry.js +1 -1
  221. package/dist/esm/gb-scrollbar.entry.js +1 -1
  222. package/dist/esm/gb-slider-control-handle.entry.js +1 -1
  223. package/dist/esm/gb-slider.entry.js +1 -1
  224. package/dist/esm/gb-toggle-base.entry.js +2 -2
  225. package/dist/esm/gb-toggle.entry.js +1 -1
  226. package/dist/esm/gb-token-field.entry.js +1 -1
  227. package/dist/esm/globuscomponents.js +1 -1
  228. package/dist/esm/loader.js +1 -1
  229. package/dist/globuscomponents/gb-button.tsx +2 -2
  230. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  231. package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
  232. package/dist/globuscomponents/p-005e4d7d.entry.js +2 -0
  233. package/dist/globuscomponents/p-005e4d7d.entry.js.map +1 -0
  234. package/dist/globuscomponents/{p-04ca94bb.entry.js → p-08cfe483.entry.js} +2 -2
  235. package/dist/globuscomponents/{p-9d5dfa56.entry.js → p-0f0c4dc6.entry.js} +2 -2
  236. package/dist/globuscomponents/p-18daffd5.entry.js +2 -0
  237. package/dist/globuscomponents/p-18daffd5.entry.js.map +1 -0
  238. package/dist/globuscomponents/{p-38ddb08d.entry.js → p-1971b0f5.entry.js} +2 -2
  239. package/dist/globuscomponents/p-2f175d13.entry.js +2 -0
  240. package/dist/globuscomponents/p-2f175d13.entry.js.map +1 -0
  241. package/dist/globuscomponents/{p-04d04d5a.entry.js → p-32d3c7d7.entry.js} +2 -2
  242. package/dist/globuscomponents/{p-fdadcae8.entry.js → p-3db54b6b.entry.js} +2 -2
  243. package/dist/globuscomponents/{p-355ee2b7.entry.js → p-43be14a0.entry.js} +2 -2
  244. package/dist/globuscomponents/{p-19d2f500.entry.js → p-4bb1b1ff.entry.js} +2 -2
  245. package/dist/globuscomponents/{p-e51aa524.entry.js → p-4fb1c7b7.entry.js} +2 -2
  246. package/dist/globuscomponents/{p-ea10b389.entry.js → p-609d8f49.entry.js} +2 -2
  247. package/dist/globuscomponents/{p-4e99fdd9.entry.js → p-65dbacc7.entry.js} +2 -2
  248. package/dist/globuscomponents/{p-64588b88.entry.js → p-79ae57a8.entry.js} +2 -2
  249. package/dist/globuscomponents/{p-3bfd70d1.entry.js → p-92561c6a.entry.js} +2 -2
  250. package/dist/globuscomponents/p-a0c86da9.entry.js +2 -0
  251. package/dist/globuscomponents/p-a0c86da9.entry.js.map +1 -0
  252. package/dist/globuscomponents/{p-5479adcd.entry.js → p-add9ec72.entry.js} +2 -2
  253. package/dist/globuscomponents/p-cc527c4c.entry.js +2 -0
  254. package/dist/globuscomponents/{p-61836d01.entry.js → p-d733c69f.entry.js} +2 -2
  255. package/dist/globuscomponents/p-d75d3d96.entry.js +2 -0
  256. package/dist/globuscomponents/p-d75d3d96.entry.js.map +1 -0
  257. package/dist/globuscomponents/{p-342531d5.entry.js → p-dc952229.entry.js} +2 -2
  258. package/dist/globuscomponents/{p-87664bb3.entry.js → p-e2c92f11.entry.js} +2 -2
  259. package/dist/globuscomponents/p-e8b51d32.entry.js +2 -0
  260. package/dist/globuscomponents/p-e8b51d32.entry.js.map +1 -0
  261. package/dist/globuscomponents/{p-0638166b.entry.js → p-f262afa7.entry.js} +2 -2
  262. package/dist/globuscomponents/readme.md +1 -1
  263. package/dist/types/components/gb-btn/gb-btn.d.ts +2 -2
  264. package/dist/types/components/gb-button/gb-button.d.ts +2 -2
  265. package/dist/types/components/gb-header/gb-header.d.ts +3 -3
  266. package/dist/types/components/gb-password-button/gb-password-button.d.ts +1 -2
  267. package/dist/types/components.d.ts +23 -11
  268. package/package.json +1 -1
  269. package/dist/cjs/gb-avatar_36.cjs.entry.js.map +0 -1
  270. package/dist/components/p-2d692da6.js.map +0 -1
  271. package/dist/components/p-f5ce57de.js.map +0 -1
  272. package/dist/esm/gb-avatar_36.entry.js.map +0 -1
  273. package/dist/globuscomponents/p-2fa5bdb6.entry.js +0 -2
  274. package/dist/globuscomponents/p-2fa5bdb6.entry.js.map +0 -1
  275. package/dist/globuscomponents/p-530f2020.entry.js +0 -2
  276. package/dist/globuscomponents/p-530f2020.entry.js.map +0 -1
  277. package/dist/globuscomponents/p-8b29407e.entry.js +0 -2
  278. package/dist/globuscomponents/p-a947e6f1.entry.js +0 -2
  279. package/dist/globuscomponents/p-a947e6f1.entry.js.map +0 -1
  280. /package/dist/globuscomponents/{p-04ca94bb.entry.js.map → p-08cfe483.entry.js.map} +0 -0
  281. /package/dist/globuscomponents/{p-9d5dfa56.entry.js.map → p-0f0c4dc6.entry.js.map} +0 -0
  282. /package/dist/globuscomponents/{p-38ddb08d.entry.js.map → p-1971b0f5.entry.js.map} +0 -0
  283. /package/dist/globuscomponents/{p-04d04d5a.entry.js.map → p-32d3c7d7.entry.js.map} +0 -0
  284. /package/dist/globuscomponents/{p-fdadcae8.entry.js.map → p-3db54b6b.entry.js.map} +0 -0
  285. /package/dist/globuscomponents/{p-355ee2b7.entry.js.map → p-43be14a0.entry.js.map} +0 -0
  286. /package/dist/globuscomponents/{p-19d2f500.entry.js.map → p-4bb1b1ff.entry.js.map} +0 -0
  287. /package/dist/globuscomponents/{p-e51aa524.entry.js.map → p-4fb1c7b7.entry.js.map} +0 -0
  288. /package/dist/globuscomponents/{p-ea10b389.entry.js.map → p-609d8f49.entry.js.map} +0 -0
  289. /package/dist/globuscomponents/{p-4e99fdd9.entry.js.map → p-65dbacc7.entry.js.map} +0 -0
  290. /package/dist/globuscomponents/{p-64588b88.entry.js.map → p-79ae57a8.entry.js.map} +0 -0
  291. /package/dist/globuscomponents/{p-3bfd70d1.entry.js.map → p-92561c6a.entry.js.map} +0 -0
  292. /package/dist/globuscomponents/{p-5479adcd.entry.js.map → p-add9ec72.entry.js.map} +0 -0
  293. /package/dist/globuscomponents/{p-8b29407e.entry.js.map → p-cc527c4c.entry.js.map} +0 -0
  294. /package/dist/globuscomponents/{p-61836d01.entry.js.map → p-d733c69f.entry.js.map} +0 -0
  295. /package/dist/globuscomponents/{p-342531d5.entry.js.map → p-dc952229.entry.js.map} +0 -0
  296. /package/dist/globuscomponents/{p-87664bb3.entry.js.map → p-e2c92f11.entry.js.map} +0 -0
  297. /package/dist/globuscomponents/{p-0638166b.entry.js.map → p-f262afa7.entry.js.map} +0 -0
@@ -38,8 +38,8 @@ export class GbInputField {
38
38
  destructive: this.destructive,
39
39
  disabled: this.state === 'disabled',
40
40
  };
41
- return (h("div", { key: '83e15f51c8af96ccc8a60f1ab1af95f437eb86b4', class: classes }, h("div", { key: 'af76568d1d7cd71ec7c3da6fbb91d63975c277ec', class: "input-with-label" }, this.showLabel && (h("label", { key: '3dd210876ac3fdc29e6a917aa069aa0d0dc3c28e', htmlFor: "input", class: "text-sm-medium" }, this.label)), this.type === 'default' && (h("div", { key: 'e9834d7a34fc79b4f5478e809ac0a607863ffa2d', class: `input-wrapper ${this.type} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("input", { key: '3676b4fab29871138fef616ff72e396cabf8bce5', class: `text-md-regular`, placeholder: this.showPlaceholder ? this.placeholderText : '', value: this.inputValue, onInput: event => this.handleInput(event) }), this.showValidation && h("span", { key: 'd532b6d4bab6f8199f8a615370e7cbb702df8078' }), this.showHelpIcon && (h(Fragment, null, !this.destructive ? (h("div", { class: "help-icon" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))) : this.destructive && this.state !== 'disabled' ? (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.destructive &&
42
- this.state === 'disabled' && (h("div", { class: "help-icon" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))))), this.type === 'icon_leading' && (h("div", { key: 'bef2b18d5a49eb623d27fbefdcefb03776a1faf7', class: `input-wrapper ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: 'e4961f8fb70e5107e6f47fcb979a45adf397e97b', class: "content" }, h("div", { key: '94a5ff5d5c511823fc1bc0daa5cf25378f0a92fc', class: "icon" }, this.iconSwap ? (h("img", { src: iconSwap, alt: "Icon" })) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icon_leading_svg ${this.state}` }, h("path", { d: "M5.83342 7.08334L8.2851 8.53286C9.71443 9.37794 10.2857 9.37794 11.7151 8.53286L14.1668 7.08334M7.58243 2.94713C9.1995 2.9065 10.8007 2.9065 12.4177 2.94713C15.0415 3.01305 16.3534 3.04602 17.296 3.99221C18.2386 4.9384 18.2658 6.21571 18.3203 8.77032C18.3378 9.59172 18.3378 10.4083 18.3203 11.2297C18.2658 13.7843 18.2386 15.0616 17.296 16.0078C16.3533 16.954 15.0415 16.9869 12.4177 17.0529C10.8007 17.0935 9.19951 17.0935 7.58244 17.0529C4.95869 16.9869 3.64682 16.954 2.70421 16.0078C1.76161 15.0616 1.73437 13.7843 1.67989 11.2297C1.66237 10.4083 1.66237 9.59171 1.67989 8.77031C1.73436 6.21569 1.7616 4.93839 2.70421 3.9922C3.64682 3.046 4.95869 3.01304 7.58243 2.94713Z", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))), h("input", { key: '66166a1c6a640d05a6d22531009d5c29693b9689', class: `text-md-regular`, placeholder: this.showPlaceholder ? this.placeholderText : '', type: "email", value: this.inputValue, onInput: event => this.handleInput(event) })), this.showValidation && h("span", { key: 'dcf73c9f2ff606def79775c75a9f1ad5acde39c6' }), this.showHelpIcon && (h(Fragment, null, !this.destructive ? (h("div", { class: "help-icon" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))) : (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: '39438b368dd73d6b8d3b75ad8e01cf5ca4e1964c', size: "sm", state: this.state === 'disabled' ? 'disabled' : 'default', hierarchy: "tertiary_gray", icon: "only", "icon-leading": true, "icon-leading-swap": "assets/cancel-button.svg" })))), this.type === 'leading_dropdown' && (h("div", { key: '9746aef9ab57b495d7c74a7ae53dd946414829b0', class: `input-wrapper ${this.type} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '8c9c920d156ad7c8c77de8c6ec2d8f665742793d', class: "dropdown" }, h("div", { key: 'cb3a17ca371dde32fff4f38890048a12efbb25b0', class: "country-icon" }, h("svg", { key: '69fa7ae24744f73086e18dcca718739209580402', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: 'fa20186792a6727bc9be9bf0bcbc01ccce51e2fc', d: "M-0.000488281 12.0002C-0.000488281 17.1599 3.25601 21.5583 7.82562 23.2539V0.746674C3.25601 2.44214 -0.000488281 6.84071 -0.000488281 12.0002Z", fill: "#6DA544" }), h("path", { key: '139ae95463e15dba4a92ed51b55d748596088dff', d: "M23.9999 12.0002C23.9999 6.8407 20.7434 2.44214 16.1738 0.746674V23.2539C20.7434 21.5583 23.9999 17.1599 23.9999 12.0002Z", fill: "#6DA544" }))), h("select", { key: '02bafe9dee46b94c3db1982469589c90a6813d0d', class: "text-md-regular" }, h("option", { key: '114d1fd7cbd8231d5ec7cda870327c2c6bee1ebe', value: "option 1", selected: true }, "+234"), h("slot", { key: '1d8d3d73962101b43f63b1f4ab0f36417726c689', name: "country-option" }))), h("div", { key: '67cde7dfb5129d3317d907e0efff07118c15c02a', class: "text-input" }, h("input", { key: '32583a68aa3eb802bfddb5d14b756393dcbae204', class: "text-md-regular", placeholder: this.showPlaceholder ? this.placeholderText : '', value: this.inputValue, onInput: event => this.handleInput(event) }), this.showValidation && h("span", { key: '259be5e321b145a8b5fa54865940937c7a3148b5' }), this.showHelpIcon && (h(Fragment, null, !this.destructive ? (h("div", { class: "help-icon" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))) : (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: 'e41fb2386a6681899767a2b53c6862de3ec9cdc8', class: `input-wrapper ${this.type} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '0b179668c2d32a0fe88bcdfb513c0c87ff9e3642', class: "content" }, h("div", { key: 'dedab051539b1d50978f0eb5bea72facd7c32008', class: "text-input" }, h("p", { key: '1dfe52b3633ae1612c17b4aa3067002b03acce8a', class: "text-md-regular" }, "$"), h("input", { key: '909adf30ae293bdcfb7abc5e9c0f92220f5ae113', class: "text-md-regular", placeholder: this.showPlaceholder ? this.placeholderText : '', value: this.inputValue, onInput: event => this.handleInput(event) })), this.showValidation && h("span", { key: 'caf33ae0612a022aee0a764c211c44aedae7ab62' }), this.showHelpIcon && (h(Fragment, null, !this.destructive ? (h("div", { class: "help-icon" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))) : (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: '12dfde9df7f671943f697ea25f948eb55bf07066', class: "dropdown" }, h("select", { key: '245afe334f9250130bc66e9650f6f1560282fee3', class: "text-md-regular" }, h("option", { key: 'd02940e1a223a44c57d2b396507652eb7b4fa303', value: "option 1", selected: true }, "USD"), h("slot", { key: '2014889300192137fd594e5cc808c604c1d29d36', name: "option" }))))), this.type === 'leading_text' && (h("div", { key: '22e9e804c23e2b74b6f8cedd8ef8f444e260ce91', class: "leading_text_wrapper" }, h("div", { key: '70a695c5438ba2f807fdba32a03127f793f788f7', class: "add-on" }, h("p", { key: '19fc81811845c27cf44b36cc178f866af50befb5', class: "text-md-regular" }, "http://")), h("div", { key: 'cff80ca58d55fd251610f80cc50af00e7ac8d190', class: `leading_text_input_wrapper ${this.state === 'disabled' ? 'disabled' : ''} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: 'e427531a9c7abdddc3511f7b24e981413a344b64', class: "text-input" }, h("input", { key: '3c9a2ea32c43da8659129419012140108ce3fc7f', class: "text-md-regular", placeholder: this.showPlaceholder ? this.placeholderText : '', value: this.inputValue, onInput: event => this.handleInput(event) }), this.showValidation && h("span", { key: '50ac0dae5cf9d8b22245e89447d18a2ca30c39d0' }), this.showHelpIcon && (h(Fragment, null, !this.destructive ? (h("div", { class: "help-icon" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))) : (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 === 'payment_input' && (h("div", { key: '07b238aec07dc9003fb24e64861d194bfb82f786', class: `input-wrapper ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '9126c4565eed371ac444f919f8ad60991d988ead', class: "content" }, h("div", { key: '05a6fdcba206fb67681c1bb241a4c1cd0c30e0d0', class: "payment-method" }, h("svg", { key: '8da81b1182dc8b5577a519d06fd75167740572e4', xmlns: "http://www.w3.org/2000/svg", width: "23", height: "14", viewBox: "0 0 23 14", fill: "none" }, h("path", { key: '9e37090fce7f91ba948af1ea4db262afe67dfc83', "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: '6e7511fdffa1925678a0d475e93c53f9f58ff739', "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: 'df54c275f71bb5a6d79d7a1630f2d25bee5921dd', "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: '2d5598e010bdcc2559f332603866e00ae2f015fd', class: "text-md-regular", placeholder: this.showPlaceholder ? this.placeholderText : '', value: this.inputValue, onInput: event => this.handleInput(event) })), this.showValidation && h("span", { key: '6adf6c2a44a54a72389bf61697d5c07e76236fde' }), this.showHelpIcon && (h("div", { key: '3bdbae521700583821848ee87c306a137490b261', class: "help-icon" }, h(Fragment, null, !this.destructive ? (h("div", { class: "help-icon" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))) : (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 === 'tags' && (h("div", { key: '6c53aba58914dfc9e8587c0765c3ed9b7ce27486', class: `input-wrapper ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: 'a86c8004a53b4644a67cbea0793916cbc6af922d', class: "content" }, h("div", { key: '8179740bd07c4a7020c7565c8167c063d4859c28', class: "tags-box" }, h("slot", { key: '912f1aea9b7785a22b3948bc80747f44ef141e45', name: "tag-option" })), h("input", { key: '3686649f61bc0aef4fb5f504051a3d7c38e71c33', class: "text-md-regular", placeholder: this.showPlaceholder ? this.placeholderText : '', value: this.inputValue, onInput: event => this.handleInput(event) })), this.showValidation && h("span", { key: '1462edc4c0cf75e5e489b00cef5a8a644dc573f7' }), this.showHelpIcon && (h("div", { key: '1b7740ff53c4e1a438036f543d03aa0bbe0db451', class: "help-icon" }, h(Fragment, null, !this.destructive ? (h("div", { class: "help-icon" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))) : (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: '43087a6215a8e87acf651f4c6988c331e7e6c4d4', class: `input-wrapper ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '03e2361561d964046bd8a414d06c7fdbe5ef0bbe', class: "text-input" }, h("input", { key: 'e5a6c4a2e1094c10c7b64af69be27bddb30522a5', class: "text-md-regular", placeholder: this.showPlaceholder ? this.placeholderText : '', value: this.inputValue, onInput: event => this.handleInput(event) }), this.showValidation && h("span", { key: '278d00098777911298fca5f2675384959dc32e51' }), this.showHelpIcon && (h(Fragment, null, !this.destructive ? (h("div", { class: "help-icon" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))) : (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: 'd1b31466649e248e9155fb5aff9da2e023e30b6b', class: "trailing-btn" }, h("gb-button", { key: '38fe2fbb64b7dc485d6292cb9ff1f16578958297', size: "md", state: this.state === 'disabled' ? 'disabled' : 'default', hierarchy: "tertiary_gray", icon: "only", "icon-leading": true, "icon-leading-swap": "assets/copy.svg" })))), this.type === 'password' && (h("div", { key: '81fd2f6ace6b07a619124753cd2006d23fc19141', class: `input-wrapper ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: 'c059c45506238363d511496bde8ac6ac8fcfd1c2', class: "content" }, h("div", { key: '00fe2abd4be70520500bed04b0fde8ec6abb4305', class: "text-input" }, h("input", { key: '3852984e28f990be236db27b4ab09b6f03c7f5d7', class: "text-md-regular", placeholder: this.showPlaceholder ? this.placeholderText : '', type: this.isPasswordVisible ? 'text' : 'password', value: this.inputValue, onInput: event => this.handleInput(event) })), this.showValidation && h("span", { key: '838e75c231ac68ed19b07a5ebc2375c7688668d4' }), this.showHelpIcon && (h(Fragment, null, !this.destructive ? (h("div", { class: "help-icon" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))) : (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: '9dd63c5f1381ac97362ce1c62444faa7fdf514f6', class: "dropdown" }, h("gb-password-button", { key: '1a93234dab89fce2c929d521b341795823ce2d5e', state: this.state === 'disabled' ? StateEnum.Disabled : StateEnum.Default, onClick: () => this.togglePasswordVisibility() })))), this.type === 'password_icon_leading' && (h("div", { key: '12f351a2932556d49a8971ed95f632a5d85d1073', class: `input-wrapper ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: 'aeb0e9e0656db0097d244cefaa8a1b3cf07caa99', class: "content" }, this.iconSwap ? (h("img", { src: iconSwap, alt: "Icon" })) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { d: "M12.0759 12.1667C11.6617 12.1667 11.3259 12.5024 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.5024 12.4976 12.1667 12.0833 12.1667V13.6667ZM7.91668 12.1667C7.50246 12.1667 7.16668 12.5024 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.5024 8.33836 12.1667 7.92415 12.1667V13.6667ZM16.4435 10.1294L17.1868 10.0293L16.4435 10.1294ZM13.7003 7.58257L13.7347 6.83336L13.7003 7.58257ZM13.7003 18.2507L13.7347 19L13.7003 18.2507ZM16.4435 15.7039L15.7002 15.6039L16.4435 15.7039ZM6.29973 7.58257L6.33417 8.33178L6.29973 7.58257ZM3.55652 10.1294L2.81323 10.0293L3.55652 10.1294ZM6.29973 18.2507L6.33417 17.5015L6.29973 18.2507ZM3.55652 15.7039L4.29981 15.6039L3.55652 15.7039ZM5.50001 7.49999C5.50001 7.9142 5.8358 8.24999 6.25001 8.24999C6.66422 8.24999 7.00001 7.9142 7.00001 7.49999H5.50001ZM13 7.49999C13 7.9142 13.3358 8.24999 13.75 8.24999C14.1642 8.24999 14.5 7.9142 14.5 7.49999H13ZM12.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.8141 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.2294C15.8211 11.1275 15.9167 12.0192 15.9167 12.9167H17.4167ZM10 8.24999C11.3095 8.24999 12.4972 8.27805 13.6659 8.33178L13.7347 6.83336C12.5424 6.77855 11.3317 6.74999 10 6.74999V8.24999ZM6.33417 8.33178C7.50287 8.27805 8.69057 8.24999 10 8.24999V6.74999C8.66829 6.74999 7.45761 6.77855 6.26528 6.83336L6.33417 8.33178ZM2.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.2294L2.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.8141 4.08334 12.9167H2.58334ZM17.1868 10.0293C16.9527 8.29065 15.5122 6.91507 13.7347 6.83336L13.6659 8.33178C14.6943 8.37906 15.5595 9.18436 15.7002 10.2294L17.1868 10.0293ZM13.7347 19C15.5122 18.9182 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.83336C4.48781 6.91507 3.04732 8.29065 2.81323 10.0293L4.29981 10.2294C4.44052 9.18436 5.30576 8.37906 6.33417 8.33178L6.26528 6.83336ZM6.33417 17.5015C5.30576 17.4543 4.44052 16.649 4.29981 15.6039L2.81323 15.804C3.04732 17.5427 4.48782 18.9182 6.26528 19L6.33417 17.5015ZM7.00001 7.49999V5.41666H5.50001V7.49999H7.00001ZM13 5.41666V7.49999H14.5V5.41666H13ZM10 2.41666C11.6569 2.41666 13 3.7598 13 5.41666H14.5C14.5 2.93138 12.4853 0.916656 10 0.916656V2.41666ZM7.00001 5.41666C7.00001 3.7598 8.34316 2.41666 10 2.41666V0.916656C7.51473 0.916656 5.50001 2.93138 5.50001 5.41666H7.00001Z", fill: "#4B5565" }))), h("input", { key: 'a2e5d289d3cc07e9b6c6a72c287266c6a4a0c8cc', class: "text-md-regular", type: this.isPasswordVisible ? 'text' : 'password', placeholder: this.showPlaceholder ? this.placeholderText : '', value: this.inputValue, onInput: event => this.handleInput(event) })), this.showValidation && h("span", { key: 'feca5e664e13dc5142db1deda6ed010ee1a23514' }), this.showHelpIcon && (h(Fragment, null, !this.destructive ? (h("div", { class: "help-icon" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))) : (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: 'fd42a6c6a75e02aa37a888eda61a7f7011e1ce78', state: this.state === 'disabled' ? StateEnum.Disabled : StateEnum.Default, onClick: () => this.togglePasswordVisibility() }))), this.type === 'count' && (h("div", { key: '4bd4c9d40fa3fd553f6e1595ad0039119a1a1aa1', class: `input-wrapper ${this.state} ${this.destructive ? 'destructive' : ''} ${this.size}` }, h("div", { key: 'c059976cabb1c37bdad4a0098345f1cff920923c', class: "text-input" }, h("input", { key: '5ad3a06a7a0962abe856ba2d82d106b642bf418d', class: "text-md-regular", placeholder: this.showPlaceholder ? this.placeholderText : '', value: this.inputValue, onInput: event => this.handleInput(event) }), this.showHelpIcon && (h("svg", { key: 'bcfcf500a4a92293e90a0578a49f4b1331723807', class: "help-svg", xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { key: '689ea5d7016eaf0566c4abb07a25f690acf13629', d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))), h("div", { key: 'ac02b8ff68319b5081581410bbd47ee311634e01', class: "count-action" }, this.showCloseButton && (h("gb-button", { key: '881a40181c8fbd2f90f535ae3e5ba8cfa1893ada', class: "decrease-btn", size: "md", hierarchy: "tertiary_gray", icon: "only", "icon-leading": true, "icon-leading-swap": "assets/minus_sign.svg" })), h("gb-button", { key: '64e4f851364c60a006c053092b7ba02bb0b6e076', class: "increase-btn", size: "md", hierarchy: "tertiary_gray", icon: "only", "icon-leading": true, "icon-leading-swap": "assets/plus_sign.svg" }))))), this.showHintText && h("p", { key: 'f5bf6872ae477002288bf0db27d5ca227bc2a08b', class: `text-sm-regular hint_text ${this.state} ${this.destructive ? 'destructive' : ''}` }, this.hintText)));
41
+ return (h("div", { key: '88a13b0db2172b7760ab7ad2432293930c041d04', class: classes }, h("div", { key: '6f007622566e8a6071890f70c4d505fb1ae4cbea', class: "input-with-label" }, this.showLabel && (h("label", { key: '0a73c3592b2a01d8e7aabe89339bf7afb28463c9', htmlFor: "input", class: "text-sm-medium" }, this.label)), this.type === 'default' && (h("div", { key: '24a176359cc3e7cc0db9f3cfb394394a2e06ac76', class: `input-wrapper ${this.type} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("input", { key: '66c706973e3c4f2c6b9081a55cc3afe40ff2ca5c', class: `text-md-regular`, placeholder: this.showPlaceholder ? this.placeholderText : '', value: this.inputValue, onInput: event => this.handleInput(event) }), this.showValidation && h("span", { key: 'b7611b57448ccbe0bb6b7b35862ef03ff926df99' }), this.showHelpIcon && (h(Fragment, null, !this.destructive ? (h("div", { class: "help-icon" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))) : this.destructive && this.state !== 'disabled' ? (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.destructive &&
42
+ this.state === 'disabled' && (h("div", { class: "help-icon" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))))), this.type === 'icon_leading' && (h("div", { key: 'b44fd61ad9889447ed97ab0d4c4b78c7bb24fe8d', class: `input-wrapper ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '8ad7cd310443ae457ae3b87c38d17b1207882b31', class: "content" }, h("div", { key: '40460502cfdd07a5316dadc158cf7ab4ea9aa1ea', class: "icon" }, this.iconSwap ? (h("img", { src: iconSwap, alt: "Icon" })) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icon_leading_svg ${this.state}` }, h("path", { d: "M5.83342 7.08334L8.2851 8.53286C9.71443 9.37794 10.2857 9.37794 11.7151 8.53286L14.1668 7.08334M7.58243 2.94713C9.1995 2.9065 10.8007 2.9065 12.4177 2.94713C15.0415 3.01305 16.3534 3.04602 17.296 3.99221C18.2386 4.9384 18.2658 6.21571 18.3203 8.77032C18.3378 9.59172 18.3378 10.4083 18.3203 11.2297C18.2658 13.7843 18.2386 15.0616 17.296 16.0078C16.3533 16.954 15.0415 16.9869 12.4177 17.0529C10.8007 17.0935 9.19951 17.0935 7.58244 17.0529C4.95869 16.9869 3.64682 16.954 2.70421 16.0078C1.76161 15.0616 1.73437 13.7843 1.67989 11.2297C1.66237 10.4083 1.66237 9.59171 1.67989 8.77031C1.73436 6.21569 1.7616 4.93839 2.70421 3.9922C3.64682 3.046 4.95869 3.01304 7.58243 2.94713Z", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))), h("input", { key: '53077d5753b96d951c05d7063128682714117327', class: `text-md-regular`, placeholder: this.showPlaceholder ? this.placeholderText : '', type: "email", value: this.inputValue, onInput: event => this.handleInput(event) })), this.showValidation && h("span", { key: 'e919eade9a42e612225b851e7c4f42e13842f225' }), this.showHelpIcon && (h(Fragment, null, !this.destructive ? (h("div", { class: "help-icon" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))) : (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: '262b0d77f7a02685a4ece78f0657f27bf65394f5', size: "sm", state: this.state === 'disabled' ? 'disabled' : 'default', hierarchy: "tertiary_gray", icon: "only", "icon-leading": true, "icon-leading-swap": "assets/cancel-button.svg" })))), this.type === 'leading_dropdown' && (h("div", { key: '1cde343d466d3330f46c128e6b7461ec0cf11216', class: `input-wrapper ${this.type} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: 'fe1d0a75d07525a7a54589877c2495018ca32194', class: "dropdown" }, h("div", { key: 'a91154d0d724d9323ee0118ad586ce3d41135115', class: "country-icon" }, h("svg", { key: 'ffbbbf86c6ed79306c022ddd7759ed37a341e4e9', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '31b0178e018bda43d5be5c016ba1cf88a5bdaf49', d: "M-0.000488281 12.0002C-0.000488281 17.1599 3.25601 21.5583 7.82562 23.2539V0.746674C3.25601 2.44214 -0.000488281 6.84071 -0.000488281 12.0002Z", fill: "#6DA544" }), h("path", { key: 'd8495c8653c8ea1e37cacf68bd7ea20685c2ea49', d: "M23.9999 12.0002C23.9999 6.8407 20.7434 2.44214 16.1738 0.746674V23.2539C20.7434 21.5583 23.9999 17.1599 23.9999 12.0002Z", fill: "#6DA544" }))), h("select", { key: '7827a9af5029d1eba61c3ea3840d1fed24161681', class: "text-md-regular" }, h("option", { key: '9df96d04368cc565a545ab39689e7fb0d8c7684c', value: "option 1", selected: true }, "+234"), h("slot", { key: '8638d5555964fc4737f524a74e02c3219b8fb5f2', name: "country-option" }))), h("div", { key: '095f4ef866f71ff97d2e80e34ecf78a58d5d2aca', class: "text-input" }, h("input", { key: '5ae6a6b3b192d09ec824c26f9ea8280d7721deff', class: "text-md-regular", placeholder: this.showPlaceholder ? this.placeholderText : '', value: this.inputValue, onInput: event => this.handleInput(event) }), this.showValidation && h("span", { key: '30118b025f5bbd5fb3a8623cc6f124ae867980ff' }), this.showHelpIcon && (h(Fragment, null, !this.destructive ? (h("div", { class: "help-icon" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))) : (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: '996be183d4eb173dccc666ef31519a3f6686bc54', class: `input-wrapper ${this.type} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '43a90d01c30d6df32e014e9d0330427dce3b1074', class: "content" }, h("div", { key: '26ca83b7a5f7ae4de17947558e128289b601c6c9', class: "text-input" }, h("p", { key: '7af94ed7c2eeef449c1d0dcad7b2210d0e54e1a8', class: "text-md-regular" }, "$"), h("input", { key: '08b999b304b760ba254c37d66725e3e417caefeb', class: "text-md-regular", placeholder: this.showPlaceholder ? this.placeholderText : '', value: this.inputValue, onInput: event => this.handleInput(event) })), this.showValidation && h("span", { key: '9e9c34e3d55d79967da57b9a5f88a5dc4530cc26' }), this.showHelpIcon && (h(Fragment, null, !this.destructive ? (h("div", { class: "help-icon" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))) : (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: 'aa2b032a9bc18f12a53919548736913cc22be65e', class: "dropdown" }, h("select", { key: 'e63a9602ac2418f093baad04f1695414199c84fe', class: "text-md-regular" }, h("option", { key: '06228c92f356723a13060c3c015832c76a59d627', value: "option 1", selected: true }, "USD"), h("slot", { key: 'a0cf2ae63a0bf34ed890324a8ca279fb74a74b77', name: "option" }))))), this.type === 'leading_text' && (h("div", { key: '536d365b62f46325ae19f628decad32518753c00', class: "leading_text_wrapper" }, h("div", { key: '88ed4448f3c4eefc5c7aa4da6b77c7500bb96350', class: "add-on" }, h("p", { key: '9a8cba1cdb3362bae9cd81d76a7f4edae086d07e', class: "text-md-regular" }, "http://")), h("div", { key: '75d221e03a2b8eb39dec66f3c36c7f6fb98221fa', class: `leading_text_input_wrapper ${this.state === 'disabled' ? 'disabled' : ''} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '8254071aaa3e4591ede3e973a8a0e7c59003e167', class: "text-input" }, h("input", { key: '4d1989c000ca88e19ba978b7ad454dcecad11f51', class: "text-md-regular", placeholder: this.showPlaceholder ? this.placeholderText : '', value: this.inputValue, onInput: event => this.handleInput(event) }), this.showValidation && h("span", { key: 'cfb32d8303ea9acbfe6908872bc3784ef65b5057' }), this.showHelpIcon && (h(Fragment, null, !this.destructive ? (h("div", { class: "help-icon" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))) : (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 === 'payment_input' && (h("div", { key: '4f9e1d7aaf7dedf32749c425d944e6052c1b85fa', class: `input-wrapper ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '2b43214fbaaa49c890be7681efff63881845a421', class: "content" }, h("div", { key: '5d05d5b04e3b7b786e61804cf05f6567f7f11f68', class: "payment-method" }, h("svg", { key: '1956f9857c0b9f8d1ddf72a529b9b1c65eaafb0a', xmlns: "http://www.w3.org/2000/svg", width: "23", height: "14", viewBox: "0 0 23 14", fill: "none" }, h("path", { key: '021d600ea8fcbcc22ad4154b98921df1f4523741', "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: '5055b70fdfa826d198addeecc837a21141139436', "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: '814d6ddcc74b0e42c185317ab1b425268b2564d4', "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: '52ecf380c1485026dd406b71bb9297918ff5a9f1', class: "text-md-regular", placeholder: this.showPlaceholder ? this.placeholderText : '', value: this.inputValue, onInput: event => this.handleInput(event) })), this.showValidation && h("span", { key: '24cf75d0f56ec10506bfc8be54080fe0ad426ebe' }), this.showHelpIcon && (h("div", { key: '02e3c77c4810d2f9f89595358603543e5525ce1c', class: "help-icon" }, h(Fragment, null, !this.destructive ? (h("div", { class: "help-icon" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))) : (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 === 'tags' && (h("div", { key: 'a0d760424fd61a20ca4d452930f32d2010e9d1bf', class: `input-wrapper ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: 'e1b19dc679f2555d01c1ea0dda0115d5cc5d35a4', class: "content" }, h("div", { key: 'e72c6aed6cb83c2df0989b5979f00906e061a6de', class: "tags-box" }, h("slot", { key: '88061e793dd93b0e279b14752c0a9da65ee3f801', name: "tag-option" })), h("input", { key: '0b6e02f5f4b930492c3752882f51e23642cb216d', class: "text-md-regular", placeholder: this.showPlaceholder ? this.placeholderText : '', value: this.inputValue, onInput: event => this.handleInput(event) })), this.showValidation && h("span", { key: 'd9dee6a5330ef7b4ba55fb21041c61a85a79afd6' }), this.showHelpIcon && (h("div", { key: '96e0320df54b6d418c628cea970f995f02880288', class: "help-icon" }, h(Fragment, null, !this.destructive ? (h("div", { class: "help-icon" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))) : (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: 'dfbaeaf392e07ee7ea04f4b38d82788387c60abe', class: `input-wrapper ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '60c9e5e12449aa3d53b10fdff802e1f0369675b9', class: "text-input" }, h("input", { key: '11b5b439e9ba21ab232c8e28e605776e7d265b39', class: "text-md-regular", placeholder: this.showPlaceholder ? this.placeholderText : '', value: this.inputValue, onInput: event => this.handleInput(event) }), this.showValidation && h("span", { key: '8e04c9e3c1283f19ee7ea11f05495c8e4544ddd0' }), this.showHelpIcon && (h(Fragment, null, !this.destructive ? (h("div", { class: "help-icon" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))) : (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: 'c88b3af1ba569d0fb81de8cdadea4f5482e00cd5', class: "trailing-btn" }, h("gb-button", { key: 'f1580156dcde9d4c9996534292d6e4694056210b', size: "md", state: this.state === 'disabled' ? 'disabled' : 'default', hierarchy: "tertiary_gray", icon: "only", "icon-leading": true, "icon-leading-swap": "assets/copy.svg" })))), this.type === 'password' && (h("div", { key: 'a04f8ad6259fafd8d56a900f87fa7a321c1cbcd2', class: `input-wrapper ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: 'e742452f7bac765852123fe7b4a7e5f065ba5814', class: "content" }, h("div", { key: '9c10236441772515bd2625106f7e36e31b2b0a92', class: "text-input" }, h("input", { key: 'aa349184f6052cf0cd516af5861e95963775e63d', class: "text-md-regular", placeholder: this.showPlaceholder ? this.placeholderText : '', type: this.isPasswordVisible ? 'text' : 'password', value: this.inputValue, onInput: event => this.handleInput(event) })), this.showValidation && h("span", { key: '90edf109f6ee3df4055e25aa6ee53aea6bee9850' }), this.showHelpIcon && (h(Fragment, null, !this.destructive ? (h("div", { class: "help-icon" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))) : (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: 'b6662f696669148c5583b7b6bb78d0ffc0de6aa6', class: "dropdown" }, h("gb-password-button", { key: 'c31448d6659d803835b91016c2e151a57b7cac44', state: this.state === 'disabled' ? StateEnum.Disabled : StateEnum.Default, onClick: () => this.togglePasswordVisibility() })))), this.type === 'password_icon_leading' && (h("div", { key: '8990a9e23d51918eb2091e2493f6398314ebe9d6', class: `input-wrapper ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: 'abfe3905fbde117ccce323b8b7e5125f17590eb2', class: "content" }, this.iconSwap ? (h("img", { src: iconSwap, alt: "Icon" })) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { d: "M12.0759 12.1667C11.6617 12.1667 11.3259 12.5024 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.5024 12.4976 12.1667 12.0833 12.1667V13.6667ZM7.91668 12.1667C7.50246 12.1667 7.16668 12.5024 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.5024 8.33836 12.1667 7.92415 12.1667V13.6667ZM16.4435 10.1294L17.1868 10.0293L16.4435 10.1294ZM13.7003 7.58257L13.7347 6.83336L13.7003 7.58257ZM13.7003 18.2507L13.7347 19L13.7003 18.2507ZM16.4435 15.7039L15.7002 15.6039L16.4435 15.7039ZM6.29973 7.58257L6.33417 8.33178L6.29973 7.58257ZM3.55652 10.1294L2.81323 10.0293L3.55652 10.1294ZM6.29973 18.2507L6.33417 17.5015L6.29973 18.2507ZM3.55652 15.7039L4.29981 15.6039L3.55652 15.7039ZM5.50001 7.49999C5.50001 7.9142 5.8358 8.24999 6.25001 8.24999C6.66422 8.24999 7.00001 7.9142 7.00001 7.49999H5.50001ZM13 7.49999C13 7.9142 13.3358 8.24999 13.75 8.24999C14.1642 8.24999 14.5 7.9142 14.5 7.49999H13ZM12.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.8141 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.2294C15.8211 11.1275 15.9167 12.0192 15.9167 12.9167H17.4167ZM10 8.24999C11.3095 8.24999 12.4972 8.27805 13.6659 8.33178L13.7347 6.83336C12.5424 6.77855 11.3317 6.74999 10 6.74999V8.24999ZM6.33417 8.33178C7.50287 8.27805 8.69057 8.24999 10 8.24999V6.74999C8.66829 6.74999 7.45761 6.77855 6.26528 6.83336L6.33417 8.33178ZM2.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.2294L2.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.8141 4.08334 12.9167H2.58334ZM17.1868 10.0293C16.9527 8.29065 15.5122 6.91507 13.7347 6.83336L13.6659 8.33178C14.6943 8.37906 15.5595 9.18436 15.7002 10.2294L17.1868 10.0293ZM13.7347 19C15.5122 18.9182 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.83336C4.48781 6.91507 3.04732 8.29065 2.81323 10.0293L4.29981 10.2294C4.44052 9.18436 5.30576 8.37906 6.33417 8.33178L6.26528 6.83336ZM6.33417 17.5015C5.30576 17.4543 4.44052 16.649 4.29981 15.6039L2.81323 15.804C3.04732 17.5427 4.48782 18.9182 6.26528 19L6.33417 17.5015ZM7.00001 7.49999V5.41666H5.50001V7.49999H7.00001ZM13 5.41666V7.49999H14.5V5.41666H13ZM10 2.41666C11.6569 2.41666 13 3.7598 13 5.41666H14.5C14.5 2.93138 12.4853 0.916656 10 0.916656V2.41666ZM7.00001 5.41666C7.00001 3.7598 8.34316 2.41666 10 2.41666V0.916656C7.51473 0.916656 5.50001 2.93138 5.50001 5.41666H7.00001Z", fill: "#4B5565" }))), h("input", { key: '670e9f436263cc23f01200a4c99f2eaf685b5716', class: "text-md-regular", type: this.isPasswordVisible ? 'text' : 'password', placeholder: this.showPlaceholder ? this.placeholderText : '', value: this.inputValue, onInput: event => this.handleInput(event) })), this.showValidation && h("span", { key: '35f569b5b360a47b7b86e9b548f9f800ae180fe8' }), this.showHelpIcon && (h(Fragment, null, !this.destructive ? (h("div", { class: "help-icon" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))) : (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: '8e63e460b4f91284f5a75f383c6fbd73b27ac363', state: this.state === 'disabled' ? StateEnum.Disabled : StateEnum.Default, onClick: () => this.togglePasswordVisibility() }))), this.type === 'count' && (h("div", { key: '682ecf2224522fad3cf4f99a316db78c4326d35d', class: `input-wrapper ${this.state} ${this.destructive ? 'destructive' : ''} ${this.size}` }, h("div", { key: 'fd445bdda666002eee3ef309eb6e1d6b88321f90', class: "text-input" }, h("input", { key: 'd2961abad285666f195ef12099c381abf16aa829', class: "text-md-regular", placeholder: this.showPlaceholder ? this.placeholderText : '', value: this.inputValue, onInput: event => this.handleInput(event) }), this.showHelpIcon && (h("svg", { key: '03abb7e2398f3ed92d4504ae0080bec78ea5fd12', class: "help-svg", xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { key: 'b8a015be88eddc4b0f0e8d613f9555e4969ac95a', d: "M6.66671 5.99998C6.66671 5.2636 7.26366 4.66665 8.00004 4.66665C8.73642 4.66665 9.33337 5.2636 9.33337 5.99998C9.33337 6.26541 9.25581 6.51273 9.12212 6.72051C8.72365 7.33976 8.00004 7.93027 8.00004 8.66665V8.99998M7.9947 11.3333H8.00069M14.6667 7.99998C14.6667 11.6819 11.6819 14.6666 8.00004 14.6666C4.31814 14.6666 1.33337 11.6819 1.33337 7.99998C1.33337 4.31808 4.31814 1.33331 8.00004 1.33331C11.6819 1.33331 14.6667 4.31808 14.6667 7.99998Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))), h("div", { key: '46c267b745841e1cb2f33849a493c43ab6f3f1fc', class: "count-action" }, this.showCloseButton && (h("gb-button", { key: 'ed4cdd5df5a2419ed0411f776e8a7e2e6329e341', class: "decrease-btn", size: "md", hierarchy: "tertiary_gray", icon: "only", "icon-leading": true, "icon-leading-swap": "assets/minus_sign.svg" })), h("gb-button", { key: '29a92566af874e769ba3c173d778f2e3d72e2f81', class: "increase-btn", size: "md", hierarchy: "tertiary_gray", icon: "only", "icon-leading": true, "icon-leading-swap": "assets/plus_sign.svg" }))))), this.showHintText && h("p", { key: 'c70431aa160ed618ab5e37fb47e41a7b78f92ca7', class: `text-sm-regular hint_text ${this.state} ${this.destructive ? 'destructive' : ''}` }, this.hintText)));
43
43
  }
44
44
  static get is() { return "gb-input-field"; }
45
45
  static get encapsulation() { return "shadow"; }
@@ -16,10 +16,10 @@ export class GbMegaInputField {
16
16
  }
17
17
  }
18
18
  render() {
19
- return (h("div", { key: '50bb34dd9f6b149c141a991ea11e8d62703d758b', class: {
19
+ return (h("div", { key: '01a5ec508b15fdb6e00e23e6d17f645642f64e50', class: {
20
20
  [this.size]: true,
21
21
  disabled: this.state === 'disabled'
22
- } }, h("input", { key: '4c3c7714439412b1c264178d29fc8c6b4d53aa3f', class: {
22
+ } }, h("input", { key: '01392a8f75612c19f1a03307db119270aabef1a3', 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: '6e3ee602b4220d1c05513fd097ec9cb8f7f29a49', class: "notification-container" }, h("div", { key: '61b9a275e944588f8f8c8d7b7da2659cc1580f06', class: "notification-title" }, this.icon && (h("div", { key: '749e970947406d9df1f1991a5a86c230b759864d', class: "icon" }, h("img", { key: 'e75537fe5b66b55670f02beb61fac0577ab31212', src: iconSrc, alt: "Icon" }))), h("label", { key: '8df7096217206e797201bc1f45961dc14f3fc915' }, this.label), h("span", { key: '76d07d0c119e2945cba4f364552686d846f02378', class: "time" }, this.time)), h("div", { key: '8499a7cf3c9c2514919d6d64b57639322b129acb', class: "supporting-text" }, this.supportingText)));
11
+ return (h("div", { key: '9b944988b60452274459862a179a9a9edf89ab55', class: "notification-container" }, h("div", { key: '695054c90474dcd535384629347964b8165e720a', class: "notification-title" }, this.icon && (h("div", { key: '13140c03e337d2c82a4b9dc113398639127e72d5', class: "icon" }, h("img", { key: '2e132287412a7e57b63627b7cc71255efe01dec0', src: iconSrc, alt: "Icon" }))), h("label", { key: '16ecbb0c28adbbdc927b3fc2ccefa7f6570a1fbc' }, this.label), h("span", { key: '7647b659056536afa3fedc10860a1be74c0abc1c', class: "time" }, this.time)), h("div", { key: '5142b30f9045f70d2492e8573d368c661423952b', class: "supporting-text" }, this.supportingText)));
12
12
  }
13
13
  static get is() { return "gb-notification-content"; }
14
14
  static get encapsulation() { return "shadow"; }
@@ -26,7 +26,7 @@ export class GbNotificationPanel {
26
26
  notification.remove();
27
27
  }
28
28
  render() {
29
- return (h("div", { key: '0e02ab89477bef8e33203591f0eef4933d8ee49b', class: "notification-panel" }, this.state === 'empty' && this.notifications.length === 0 && (h("div", { key: '2fc98b149a8aa50eaa86a4fa83d389d0a631b6fb' }, h("div", { key: '89330e56a8770aa541f8216e3ead8ea9b89ec9f1', class: "empty-state" }, h("img", { key: '1a93360466cfa19a7e1d8ef08d07894bbda6f7a8', src: "./build/assets/panel_bell.svg", alt: "No notification" }), h("h3", { key: '3c159ba17083834a91e422e619bdebd0341395ac' }, "No notification"), h("p", { key: '46c7f459eb6ca58032a7eb9918d4c1f8afa3ac1e' }, "Your notification inbox is empty at the moment. Rest assured, you'll be promptly notified of any new events.")), h("test-button", { key: '17222ad62b3bf5c328bb949bce38321f7e8a0551', size: 'sm', hierarchy: 'tertiary_color', "left-icon": 'blush_brush' }, "Mark all as read"))), this.state === 'notification_dropdown' && (h("div", { key: '642911a27ad0a8082e16c949f5210e93ff2dd598', class: "notification-dropdown" }, h("slot", { key: '826fbbf7f82865492104a76e24781b3a0ee5c53b' }), h("test-button", { key: 'dd0c48fe1141e1b84e188fd6628950176e2f52f8', size: 'sm', hierarchy: 'tertiary_color', "left-icon": 'blush_brush' }, "Mark all as read")))));
29
+ return (h("div", { key: 'f2c7e7afd5cfc3adde6d245b1c29a738b4591222', class: "notification-panel" }, this.state === 'empty' && this.notifications.length === 0 && (h("div", { key: '90f6eac7f2745e385245b8247f8ea6f0dda7946a' }, h("div", { key: 'd242c17c481cf110b5e52133247b672b1599d2f2', class: "empty-state" }, h("img", { key: 'cb41033f1bbbdb2972a0430d8992c23c40ce1b50', src: "./build/assets/panel_bell.svg", alt: "No notification" }), h("h3", { key: 'c71c24f04195bef8b50396cf133593e2d80f3b14' }, "No notification"), h("p", { key: 'c4a14fa1ab6e5f2c8a9b62c1af3c24db9f04dee9' }, "Your notification inbox is empty at the moment. Rest assured, you'll be promptly notified of any new events.")), h("test-button", { key: '3fc7b6558e30640f71c13bab5482044140b510a3', size: 'sm', hierarchy: 'tertiary_color', "left-icon": 'blush_brush' }, "Mark all as read"))), this.state === 'notification_dropdown' && (h("div", { key: '7d837c16f14b7caecf22b433b6aada26e7e6adb3', class: "notification-dropdown" }, h("slot", { key: 'fe1e0d967f33b856dab53839bc4442d01d1851be' }), h("test-button", { key: '535c7960ff3f8a0c3a907ae966e867c699500cec', size: 'sm', hierarchy: 'tertiary_color', "left-icon": 'blush_brush' }, "Mark all as read")))));
30
30
  }
31
31
  static get is() { return "gb-notification-panel"; }
32
32
  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: 'ccf5d989941c21b5718efc9586a5da37e973bde9', class: `pagination_div ${this.type} ${this.breakpoint}` }, this.type === 'page_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: '2fdc86d497c04aead9836e96a61846bedb28d7ed', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, h("p", { key: 'e85a0f141a665479d12a388e62825f800dd26471' }, "Previous")), h("gb-button", { key: '7fcac6b8e075bf79c844015a4f6c303fc70b9c54', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, h("p", { key: '240895a212ed14498eb6447850f4ffcb38d415bb' }, "Next")))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: 'f34e3110134cdaca3ade2147a03bc72e857d9682', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, h("p", { key: 'b962dc873a69c0a5c567506a646f0f39315b8e38' }, "Previous")), h("gb-button", { key: '3bc4c0e7e5d4b23a7845be184ae32b413e3dd211', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, h("p", { key: '1a93b1f943eedce44a2fed380c53d670c190a01d' }, "Next")))), this.type === 'card_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'e69408075acac39836716b364a6b31a15fb5315d', class: "entries" }, "Entries"), h("div", { key: '0b0edc0067ec7376a2e1177c8a77238bd7bfffc5', class: "page_numbers" }), h("div", { key: '671cee855484b8e510088ff38889aa4e03a542b6', class: "buttons" }, h("gb-button", { key: '9426468ceb70a4a20a9b637c3297f36cdb3a3645', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }), h("gb-button", { key: '9a2869e21abf91624316b96758d7af1c15a6f9ab', 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: '17268fb325f921d9797f31f0a002d8699f998839', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }), h("div", { key: '95ae664f9f650f5acb7f740cfa7955d5bd00c58e', class: "page_number_text" }, h("p", { key: '075b4e1a9312956044fbbc5d275b065a1f464195', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '058a6357c539f9bdb872bb6fb549639b7f72b610', 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: 'dda0f678e501a990bac442690ac90a09e4b77561', class: `pagination_div ${this.type} ${this.breakpoint}` }, this.type === 'page_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: '174205cde6434b667801b89932e85c93edb0b3ac', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, h("p", { key: '6e38c118befd0c5d9d511f3cbd7043ecf62349b0' }, "Previous")), h("gb-button", { key: '5d9f58e1997d831115616834b3557b2d93e2a6b0', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, h("p", { key: '9ed5db37c4317b87b8a59b46dbdb73fd73f8aff0' }, "Next")))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: '0db2378d9a6f4a4abef583e2ee72f3c1182457fa', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, h("p", { key: '14b8c8a6395fcfaa73cb4a7dafa9d9323da11389' }, "Previous")), h("gb-button", { key: '258df89d2e6cfbdab0ac0c2c0909cb7a9c0a08c8', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, h("p", { key: '305d1501d88dda272bf2ca3a6d014b60794450cc' }, "Next")))), this.type === 'card_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '304f87d5089f17d44c20526a56324231da35270a', class: "entries" }, "Entries"), h("div", { key: 'ee4628e4d4f8e41c8bcd39d3d7ef9bdb9e7f0ef3', class: "page_numbers" }), h("div", { key: '9d3e9445af477a1a8e2f64297472aac95cecd0bc', class: "buttons" }, h("gb-button", { key: '392bed11ed08b778da58cd3f8766c6e6beca380d', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }), h("gb-button", { key: 'b2c553635d714b5f379c24b4ec3b9e5d8f7f3dab', 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: 'ea9f1ff2a0bb0cb577f7b5a0c05d85287ffa70a9', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }), h("div", { key: '0776654a9c09098d8e7dfdf8058623662485ac28', class: "page_number_text" }, h("p", { key: '6216a229be2b89d15816d6e797034fd26d0f1ee0', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '3c48afc306b4065339b9180c43d92865746f4915', 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: 'bd658d0c2c7d5fec8e5f53c297128fbf6db7e35c', class: `button_base_div ${this.icon}` }, this.icon === 'false' && h("slot", { key: '46ac516d11c2991f4cb8688f49af7a0993eb6f14' }), this.icon === 'leading' && (h(Fragment, null, h("svg", { key: '299dff7353d41e50665227113f24ecb190f92341', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '4c81ad3a2c2dd7e4570aa535cec10bca921efb0d', 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: 'f3c1736e92e01a3d160e13bfa3d03b13602d279a' }))), this.icon === 'trailing' && (h(Fragment, null, h("slot", { key: '23e9794b3b43fd20cea33f42453eb00abae58711' }), this.iconTrailing && (h("svg", { key: 'aba44f3fd7cf7b6ca88052ce9350fecff4e241b6', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '0d34fdc541153964b86708b6ec134d4f9d35e26f', 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: '63d1eb3b644c8112ac1f88de2013331f51d1546a', class: `button_base_div ${this.icon}` }, this.icon === 'false' && h("slot", { key: 'c014a0f95cf55248a005562a4a90e327d3af5d48' }), this.icon === 'leading' && (h(Fragment, null, h("svg", { key: '059cc915e964c041dfbadef261c66ca15fb8ffb9', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '8296432d108921530eea496f96f933ce143d6c98', 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: '2331890ae1f6b0398713722145d1f55afbe8ccca' }))), this.icon === 'trailing' && (h(Fragment, null, h("slot", { key: '21348216aa006afae81a0d7b82099a874ed8b033' }), this.iconTrailing && (h("svg", { key: '495404d5781687ac660ecbbe4eb70f15aa9b3c49', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '1efb3dc42b46d6665ea7a85b68762309f12cfd9e', 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: '149ef69015821f44c2df18265a202694896e97ef', class: `dot_indicator_div
9
+ return h("div", { key: '3cee4628cf84d73d6d9ca8ab3e2232c2e20e6cf7', 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: '5a9e6b20e583927ddf029a75ff8ff35fa515023b', class: `page_number_base ${this.shape}` }, h("slot", { key: 'b97979e6e3a226afb66fd944e773761b1b2dfbff', name: "page_number" })));
13
+ return (h("div", { key: '13d2e2f8b9bcc843e16ae06644cd7b8be2f2bb35', class: `page_number_base ${this.shape}` }, h("slot", { key: '9890c6fff8e1fb74faac88e22c32abaed492fc64', 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: 'd820755627599e39e4443b9c956de1e601178bcd' }, h("gb-btn", { key: 'b15e7551fe0c1ebc3e6bac751d7f66c209557d6d', size: "sm", hierarchy: "link_gray", state: "default", onClick: () => this.togglePasswordVisibility() }, this.isPasswordVisible ? (h("gb-button", { size: "sm", hierarchy: "link_gray", icon: "default", state: this.state }, h("p", null, "HIDE"))) : (h("gb-button", { size: "sm", hierarchy: "link_gray", icon: "default", state: this.state }, h("p", null, "SHOW"))))));
11
+ return (h("div", { key: 'ae3127eff60ad870cbea10ba82c7a1e08e9de719' }, h("gb-btn", { key: '236b36ce3e485277b5bc46c4fa91b93c13b72a13', size: "sm", hierarchy: "link_gray", state: "default", onClick: () => this.togglePasswordVisibility() }, this.isPasswordVisible ? (h("gb-button", { size: "sm", hierarchy: "link_gray", icon: "default", state: this.state }, h("p", null, "HIDE"))) : (h("gb-button", { size: "sm", hierarchy: "link_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"; }
@@ -28,15 +28,9 @@ export class GbPasswordButton {
28
28
  "type": "string",
29
29
  "mutable": false,
30
30
  "complexType": {
31
- "original": "StateEnum",
32
- "resolved": "StateEnum.Default | StateEnum.Disabled",
33
- "references": {
34
- "StateEnum": {
35
- "location": "import",
36
- "path": "../../components",
37
- "id": "src/components.d.ts::StateEnum"
38
- }
39
- }
31
+ "original": "'default' | 'disabled'",
32
+ "resolved": "\"default\" | \"disabled\"",
33
+ "references": {}
40
34
  },
41
35
  "required": false,
42
36
  "optional": false,
@@ -1 +1 @@
1
- {"version":3,"file":"gb-password-button.js","sourceRoot":"","sources":["../../../src/components/gb-password-button/gb-password-button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAQ1D,MAAM,OAAO,gBAAgB;;iCACW,KAAK;;;IAG3C,wBAAwB;QACtB,IAAI,CAAC,iBAAiB,GAAG,CAAC,IAAI,CAAC,iBAAiB,CAAC;IACnD,CAAC;IAED,MAAM;QACJ,OAAO,CACL;YACE,+DAAQ,IAAI,EAAC,IAAI,EAAC,SAAS,EAAC,WAAW,EAAC,KAAK,EAAC,SAAS,EAAC,OAAO,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,wBAAwB,EAAE,IACnG,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,CACxB,iBAAW,IAAI,EAAC,IAAI,EAAC,SAAS,EAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,KAAK,EAAE,IAAI,CAAC,KAAK;gBACzE,oBAAW,CACD,CACb,CAAC,CAAC,CAAC,CACF,iBAAW,IAAI,EAAC,IAAI,EAAC,SAAS,EAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,KAAK,EAAE,IAAI,CAAC,KAAK;gBACzE,oBAAW,CACD,CACb,CACM,CACL,CACP,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { Component, h, Prop, State } from '@stencil/core';\r\nimport { StateEnum } from '../../components';\r\n\r\n@Component({\r\n tag: 'gb-password-button',\r\n styleUrl: 'gb-password-button.css',\r\n shadow: true\r\n})\r\nexport class GbPasswordButton {\r\n @State() isPasswordVisible: boolean = false;\r\n @Prop() state: StateEnum;\r\n\r\n togglePasswordVisibility() {\r\n this.isPasswordVisible = !this.isPasswordVisible;\r\n }\r\n\r\n render() {\r\n return (\r\n <div>\r\n <gb-btn size=\"sm\" hierarchy=\"link_gray\" state=\"default\" onClick={() => this.togglePasswordVisibility()}>\r\n {this.isPasswordVisible ? (\r\n <gb-button size=\"sm\" hierarchy=\"link_gray\" icon=\"default\" state={this.state}>\r\n <p>HIDE</p>\r\n </gb-button>\r\n ) : (\r\n <gb-button size=\"sm\" hierarchy=\"link_gray\" icon=\"default\" state={this.state}>\r\n <p>SHOW</p>\r\n </gb-button>\r\n )}\r\n </gb-btn>\r\n </div>\r\n );\r\n }\r\n}\r\n"]}
1
+ {"version":3,"file":"gb-password-button.js","sourceRoot":"","sources":["../../../src/components/gb-password-button/gb-password-button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAO1D,MAAM,OAAO,gBAAgB;;iCACW,KAAK;;;IAG3C,wBAAwB;QACtB,IAAI,CAAC,iBAAiB,GAAG,CAAC,IAAI,CAAC,iBAAiB,CAAC;IACnD,CAAC;IAED,MAAM;QACJ,OAAO,CACL;YACE,+DAAQ,IAAI,EAAC,IAAI,EAAC,SAAS,EAAC,WAAW,EAAC,KAAK,EAAC,SAAS,EAAC,OAAO,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,wBAAwB,EAAE,IACnG,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,CACxB,iBAAW,IAAI,EAAC,IAAI,EAAC,SAAS,EAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,KAAK,EAAE,IAAI,CAAC,KAAK;gBACzE,oBAAW,CACD,CACb,CAAC,CAAC,CAAC,CACF,iBAAW,IAAI,EAAC,IAAI,EAAC,SAAS,EAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,KAAK,EAAE,IAAI,CAAC,KAAK;gBACzE,oBAAW,CACD,CACb,CACM,CACL,CACP,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { Component, h, Prop, State } from '@stencil/core';\r\n\r\n@Component({\r\n tag: 'gb-password-button',\r\n styleUrl: 'gb-password-button.css',\r\n shadow: true\r\n})\r\nexport class GbPasswordButton {\r\n @State() isPasswordVisible: boolean = false;\r\n @Prop() state: 'default' | 'disabled';\r\n\r\n togglePasswordVisibility() {\r\n this.isPasswordVisible = !this.isPasswordVisible;\r\n }\r\n\r\n render() {\r\n return (\r\n <div>\r\n <gb-btn size=\"sm\" hierarchy=\"link_gray\" state=\"default\" onClick={() => this.togglePasswordVisibility()}>\r\n {this.isPasswordVisible ? (\r\n <gb-button size=\"sm\" hierarchy=\"link_gray\" icon=\"default\" state={this.state}>\r\n <p>HIDE</p>\r\n </gb-button>\r\n ) : (\r\n <gb-button size=\"sm\" hierarchy=\"link_gray\" icon=\"default\" state={this.state}>\r\n <p>SHOW</p>\r\n </gb-button>\r\n )}\r\n </gb-btn>\r\n </div>\r\n );\r\n }\r\n}\r\n"]}
@@ -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: '2ca4f762f24955fb8064942a386d1ba6f03de282', class: `progress_bar_container ${this.labelPosition}` }, h("div", { key: '114e0d306dfdd04941f64ca75fa52833c60ac575', class: "progress_bar" }, h("div", { key: '0f17f894ef4d021e18e03b49658b31e991701cc0', class: "progress_fill", style: { width: `${progressValue}%` } })), h(Fragment, null, this.showLabel && (h("div", { key: 'c18f2ffd256e33a2893c82f76284be01c9de328d', class: `label ${this.labelPosition}` }, this.labelPosition === 'right' && h("span", { key: 'bf470f3960033d7ecb5d16f7111af15d03d3c367', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'bottom' && h("span", { key: 'a9e50807a951ec9a156bea03167fcbe1b490fd3e', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'top_floating' && (h("gb-tooltip", { key: 'de4b8184c62c31403631c7c9faf07cd284b1c738', class: `top_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 6.5).toString()}%` } }, h("p", { key: '3a21082cc1e4bc34b4b31c845cd4e46310a5f426', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))), this.labelPosition === 'bottom_floating' && (h("gb-tooltip", { key: 'fb1d3844c69c5ca0e37e6543a0298243ac25cb8d', class: `bottom_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 59.5).toString()}%` } }, h("p", { key: 'a2aa5a4309f46ec677b99429460e4c02cf355e45', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))))))));
11
+ return (h("div", { key: 'd56efb6ae31a357ad3ff535c8cc3d2e704c50cd2', class: `progress_bar_container ${this.labelPosition}` }, h("div", { key: 'eb61bfa60cb024bcd4045e575de16aa02f6cf909', class: "progress_bar" }, h("div", { key: '4a05bf03f29213f0a451e4508e981bee7a42d288', class: "progress_fill", style: { width: `${progressValue}%` } })), h(Fragment, null, this.showLabel && (h("div", { key: '90aef6236ce18a629cddb50ad8bd24907cf5ba40', class: `label ${this.labelPosition}` }, this.labelPosition === 'right' && h("span", { key: '6da1df60d24ea6f02df30f7cd499ab5c0a528ccf', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'bottom' && h("span", { key: 'bc94f29e221b6bf4a7cd455c9aaf73459400be8f', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'top_floating' && (h("gb-tooltip", { key: '68f5e192e9c95727ba392ff27b7dae9d7bc6f122', class: `top_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 6.5).toString()}%` } }, h("p", { key: 'abea897c2cfff180157ad8c10db7efdca68ab059', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))), this.labelPosition === 'bottom_floating' && (h("gb-tooltip", { key: '1c1e9d759a9d86d86d3d3a1afb9db158ec83a444', class: `bottom_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 59.5).toString()}%` } }, h("p", { key: 'cc6e42cf274e3f8c0cd4b385afcc6d7facc2c012', 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: 'f5a5bd34beb1179b24810af7fc7d086452d801f2', class: "progress" }, h("svg", { key: 'ae271a52ddfea697638591da3781b785f18b20e3', class: "progress-circle", width: "200px", height: "200px", xmlns: "http://www.w3.org/2000/svg" }, h("circle", { key: 'ef12bde384a834500c8bc608a759f34768d3c8c5', class: "progress-circle-back", cx: "80", cy: "80", r: "74" }), h("circle", { key: '0d1a676f38841d23d5322fd5863fcdc5784d2360', class: "progress-circle-prog", cx: "80", cy: "80", r: "74" })), h("div", { key: '7d30572417a85acd8fa35a259e6f5b2c2889067f', class: "progress-text", "data-progress": "0" }, "50%")));
10
+ return (h("div", { key: '824aa6bcece6b186b05721a56d6de5c524e95a90', class: "progress" }, h("svg", { key: '187f1d990532db1dac0d8ae16e23cc1af5a45ee1', class: "progress-circle", width: "200px", height: "200px", xmlns: "http://www.w3.org/2000/svg" }, h("circle", { key: 'dd70248b0df397a420986f2b4cfee249a24fc6f1', class: "progress-circle-back", cx: "80", cy: "80", r: "74" }), h("circle", { key: '99c2a9b1759e4d541a9d7a1a960f40d6f8c534ec', class: "progress-circle-prog", cx: "80", cy: "80", r: "74" })), h("div", { key: 'e1d27535426f94093d56e66737cbfddd70d650fa', 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: '0a38df183f771a47ce9b287e541462d0afc0a6fb', class: classes }, h("div", { key: '194a87a4e7ed387843cbbd17fb3018f8d5f1c19e', class: "input-with-label" }, h("label", { key: 'fd9a420f4142f6c186334beb087370e63aacedf8' }, this.label), h("div", { key: '3ce0da855ce45ec17f2c4380aa4707f43436a020', class: "input-container" }, h("div", { key: 'c8e18fa1fdc0f818fce1bd1905f796816d1b30b3', class: "toolbar-container" }, h("gb-wysiwyg-toolbar", { key: '88b0383d4a0aa258ec4e49b30681b752088e1f92', 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: '7d9779477c40c929f004100b3e416e12d11fcf3f', class: "error-icon" }, h("svg", { key: 'c6b7855ce3ae1c75f9b852a29e61cc26bc7023f8', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { key: '4f12d2e5bc788e4dd59e9bd4bd369a58909d13f1', 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: '64571ea544f2fe2f2f377098969684570688616d', class: "text-container" }, h("textarea", { key: '7a7fbc4823eeb0be0b35a32f55f30917c6f357d1' }, this.showPlaceholder && (h("div", { key: '9d7660e9dff89065b6d6eefba61ffd7d165e7556' }, this.placeholder)))))), this.showHintText && (h("div", { key: '89053468bb6c5fe5771b0b140d7bfccc3820bb5b', class: "hint-text" }, this.hintText))));
18
+ return (h("div", { key: 'f3b1180becce0595c057a6911a942ee46b7d65ed', class: classes }, h("div", { key: '43a39e0fea27bdcee48d01bdcd766c86907d2351', class: "input-with-label" }, h("label", { key: '4ae41220dbc93a7f915463c31629271c65e17b33' }, this.label), h("div", { key: '23d3e6b6a4dd708459fe4a0a61dbf880d34eb9ec', class: "input-container" }, h("div", { key: 'd7ad341ca974b96487deb6ea89e070c6285005ae', class: "toolbar-container" }, h("gb-wysiwyg-toolbar", { key: '5335fb61100d88130f516268a19016ee13eae508', 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: '05c18dd0ed4f20accc207c799563fc2673df75cd', class: "error-icon" }, h("svg", { key: 'f833e52bd2ee5b55cd71e61bafa3e979fdbd2fad', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { key: 'c657b71d7df08b6d3cdadb97d278ed0b5b022b68', 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: '55d8d497d31cb560703eca506f3fcc2ca91a169e', class: "text-container" }, h("textarea", { key: 'f6f5f5b57f5caf43ae64735d3735b93de9b26436' }, this.showPlaceholder && (h("div", { key: '78265dafb4fb81a8239dd55d5859759f30a3f9e9' }, this.placeholder)))))), this.showHintText && (h("div", { key: 'a0bcb0358ec240c59fd18d36359023b2dc99b16e', 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: 'f4651019986c90ec6fc9057da08820076d9dd699', class: "scrollbar-container" }, h("div", { key: '22f9d4a3c32befbe9137b5edc6724a68ea33751f', class: "scrollbar", style: { height: this.length } }, h("slot", { key: 'eef2d11181b2c76240a9b123c61a14ced840c14a' }))));
7
+ return (h("div", { key: '5ec894c94d216c721f1fe43a791b39635f92829d', class: "scrollbar-container" }, h("div", { key: '8815fbf09d08ccc6b7f2663023f254fd0fd03be0', class: "scrollbar", style: { height: this.length } }, h("slot", { key: '9fbcbb7aeb481d8552d656df66af00b45f7eb0a3' }))));
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: '53a12bcbe034a8503a360806cb66067592056ce5', class: `side_bar_item_container`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, h("div", { key: '5f9902cc959a5f8b03ef1f5e3c3a9ca4bef16d99', class: `nav_item_base ${this.state} ${this.type} ${this.category}` }, this.state === 'active' && this.category === 'plain_background' && h("img", { key: '4fab0f29fa6116e0a884762741d99a4c5ae62c79', src: redBarSrc, alt: "", class: "bar" }), this.state === 'active' && this.category === 'colored_background' && h("img", { key: '93aa3614949f6b9c6fc606ab22e381a4031b4e3d', src: whiteBarSrc, alt: "", class: "bar" }), h("div", { key: 'b96f910ba1e2c4cfb28d929fc6717eb87c2387c9', class: "content" }, h("div", { key: 'e6c43985c7fa146703add86806cc71880c2f2783', class: `icon ${this.state} ${this.category}`, innerHTML: this.leadingIconSvg }), this.type === 'full_with_label' && (h("p", { key: '227da432a9fd0983d14168755337269a50b48dc0', 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: '835e03d3c19287f7f264d13c27bdc3c04737719c', size: "sm", type: "pill_outline", color: this.state === 'active' ? 'information' : 'gray' }, h("p", { key: '81cedca2e7d4a270598779b7f46c66083e902bc6' }, "10"))), this.showArrow && (h("svg", { key: '2e2e4aa2caca277e4678fa44fd8320770cdd9f4a', 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: '6eb28c96c4b68010a0e7a56067f247de17a10133', 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: 'b2bb56da321003b49872116bd612b221ae84e05e', "show-arrow": true, arrow: "left", class: "tooltip" }, h("p", { key: 'c724e917c935fd33358de56a89aef5226ad4dfcf', slot: "label" }, this.label)))));
36
+ return (h("div", { key: 'd4863ca4aa212fe2a424675f8580ee358b170a07', class: `side_bar_item_container`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, h("div", { key: '89e1de2cae63cbb76f4480eb9fbc9ab0fac6e0b2', class: `nav_item_base ${this.state} ${this.type} ${this.category}` }, this.state === 'active' && this.category === 'plain_background' && h("img", { key: 'd3380cfedc49162caf459536b13476f30ce902ee', src: redBarSrc, alt: "", class: "bar" }), this.state === 'active' && this.category === 'colored_background' && h("img", { key: '6ba081ef7a7f54353379f8a5876f87b227049710', src: whiteBarSrc, alt: "", class: "bar" }), h("div", { key: '304b35545ca4de4297956e598db1a2dc0e181681', class: "content" }, h("div", { key: '62056e559bd3b467eecc46a636ec9bc6b8929c59', class: `icon ${this.state} ${this.category}`, innerHTML: this.leadingIconSvg }), this.type === 'full_with_label' && (h("p", { key: 'fab4936d47e3a0896f7fc025339043a990c03d30', 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: 'c93727378e90be7898f1b64af1bea4a31bb14514', size: "sm", type: "pill_outline", color: this.state === 'active' ? 'information' : 'gray' }, h("p", { key: '40d8a18afac9b8b891a6a404d25f83865cb3dc46' }, "10"))), this.showArrow && (h("svg", { key: '85c392ee578676bd17a8db5fe833787b8ba155d2', 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: '97edf7b7152747cf70c762cd7b4bf736038100ae', 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: '293e4dc0b9af3e7e518be826fe2cdcae76f9935e', "show-arrow": true, arrow: "left", class: "tooltip" }, h("p", { key: '6660766b008781a899abcee6b23233946f05e72d', slot: "label" }, this.label)))));
37
37
  }
38
38
  static get is() { return "gb-side-bar-item"; }
39
39
  static get encapsulation() { return "shadow"; }
@@ -2696,7 +2696,7 @@
2696
2696
  display: inline-flex;
2697
2697
  flex-direction: column;
2698
2698
  justify-content: space-between;
2699
- width: 100%;
2699
+ width: 16.75rem;
2700
2700
  }
2701
2701
 
2702
2702
  .sidebar_div.collapsed{
@@ -2715,7 +2715,7 @@
2715
2715
 
2716
2716
  .sidebar_header.expanded{
2717
2717
  display: flex;
2718
- padding: var(--spacing-none) var(--spacing-4);
2718
+ padding: var(--spacing-none) var(--spacing-4) var(--spacing-none) var(--spacing-6);
2719
2719
  justify-content: space-between;
2720
2720
  align-items: center;
2721
2721
  margin-top: 1rem;
@@ -2747,7 +2747,7 @@
2747
2747
 
2748
2748
  .application_name{
2749
2749
  display: flex;
2750
- padding: 0rem var(--spacing-6);
2750
+ padding: var(--spacing-6);
2751
2751
  }
2752
2752
 
2753
2753
  .wrapper{
@@ -2817,13 +2817,11 @@
2817
2817
 
2818
2818
  /* Sidebar Category Styles */
2819
2819
  .sidebar_div.plain_background{
2820
- padding-bottom: var(--spacing-5);
2821
2820
  border-right: 0.7px solid var(--color-border-subtle, #CDD5DF);
2822
2821
  background: var(--color-surface, #FFFFFF);
2823
2822
  }
2824
2823
 
2825
2824
  .sidebar_div.colored_background{
2826
- padding-bottom: var(--spacing-6);
2827
2825
  background-image: linear-gradient(180deg, #064E94 0%, #02182E 100%);
2828
2826
  background-size: cover;
2829
2827
  }
@@ -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: 'ac5f9ea6b31b2268d0b4d8498f7a066313b9fab2', class: `sidebar_div ${this.state} ${this.category}` }, this.category === 'colored_background' && (h("div", { key: 'a0ae6c3ead121cd399e0da3bb3f49aa3853ae7a5', class: "pattern" }, h("img", { key: '11b204c0c52da3286c4dad48956811d8be7808f5', src: patternSrc, alt: "" }))), h("div", { key: '84d7489c4cb1b215bf5b649f0f8dc29908aafc20', class: "nav" }, h("div", { key: '930c55b08a229dff5b49ca9c02d06d5a09e0ee73', class: `sidebar_header ${this.state}` }, h("div", { key: '3402f937736c72a72b7211e34c211eaebe470d26', 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: 'a2a4560137a54312a5169c453ecffc85d4469078', src: logoSrc, alt: "" })), h("div", { key: '544d660b8fda57ca1de227567c985fa8025860db', class: `collapse_button ${this.state}` }, h("gb-collapse-button", { key: '87808d41881a162ba78ea6b5ee1a3e3081d68a4b', color: this.category === 'plain_background' ? 'gray' : 'white', action: this.state === 'collapsed' ? 'expand' : 'collapse', onClick: () => (this.state === 'collapsed' ? this.expandSideBar() : this.collapseSideBar()) }))), h("div", { key: '9e91071f6f2054a9c84312075327344a6c94ffa6', class: "navigation" }, h("div", { key: 'f7fd92844388f5944c3d5ab4f5bd4b5a7cdebcd7', class: "item" }, h("gb-side-bar-item", { key: 'd585f587317e2735a2216c7ea17345dac8352727', 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: '692902e30b8a625b1049ba8180ffa66e49a3539e', 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: 'a5e34783ae2a475c0bed96ac19451c77edc5c42f', 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: '52aa0843f165880f9590182776be95ebe02f7110', 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: '108f8f98fee03f0be3d2893d6ff6230824f0ea8a', 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: '50e7ffc1ac280452b925b1e9fb659aa6b3b8fc95', class: "navigation" }, h("div", { key: 'c6fa960f8b1b8fa85939ae620aea41fcee9d1d68', class: "item" }, this.sixthItemLabel && (h("gb-side-bar-item", { key: '03649924672858d889c1beb35464f622d69b0c14', 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: '1cba7e8b96cae4dae7b826511996559cbf6100c0', 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: '51bfc99e348d89c024f2a448657e3aaf7799aa0f', 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: '2ed2e3ff10f88c817a5e7d091f8e8baf0fb832d2', 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: '7e4434774992a4e67bc48e038313a2da7f93b798', 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: 'e63acf28d1257843847d8398f912fd0f657ff770', class: "application_name" }, h("div", { key: 'd74c0300fbe5738dbbf0921a3254202abddb71f6', class: `wrapper ${this.category}` }, this.category === 'plain_background' && (h("div", { key: '16ef6ad1419726c2bd9b33a7eac8b9824b4ae0ba', class: "application_name_pattern" }, h("img", { key: '9a1ba585585eb36fd55d3e6a58ed04b95b6ac9e5', src: patternSrc, alt: "" }))), h("div", { key: '5c4bcbd8765f79f06c8edf551689f72dfd4f67ee', class: `application_icon ${this.category}`, innerHTML: this.leadingIconSvg }), h("span", { key: 'db88c931f3116db1dd8cce0396f50d1e786b3991', class: textClass }, h("slot", { key: '80117fa0d922d6eddd50ac933d3fd3e3ef6a10df', name: "application_name" })))))));
71
+ return (h("div", { key: 'e8863f6c4c4362c737f1879397f04df547f19ee0', class: `sidebar_div ${this.state} ${this.category}` }, this.category === 'colored_background' && (h("div", { key: '3bd6ac9d961321a3d8a7a9ccde00fbeaeb950548', class: "pattern" }, h("img", { key: 'b1c629852d5e000ff66060a2bb3268fbfbda12d7', src: patternSrc, alt: "" }))), h("div", { key: '5aa9e570e8ca31e0369768e8f8f46782eadb3cd1', class: "nav" }, h("div", { key: '2f1b5e1cf587f341cd06f389b36ac26322495476', class: `sidebar_header ${this.state}` }, h("div", { key: 'c170889678018cbf09ff869193bb5b9c15ddc229', 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: '1fb2260624c9e1a831a670d882cd729786957cfa', src: logoSrc, alt: "" })), h("div", { key: '9f277376010bef3a5cbd32d24bac612f8741d246', class: `collapse_button ${this.state}` }, h("gb-collapse-button", { key: 'f08a2880749a67db4ffab1fc4e5e06175c84244d', color: this.category === 'plain_background' ? 'gray' : 'white', action: this.state === 'collapsed' ? 'expand' : 'collapse', onClick: () => (this.state === 'collapsed' ? this.expandSideBar() : this.collapseSideBar()) }))), h("div", { key: '4f4c8208cd2b2a213299d1384fc7ca07178d70f3', class: "navigation" }, h("div", { key: '005deb8ff9cd91ec03a392468f80ac95315315ec', class: "item" }, h("gb-side-bar-item", { key: '11a73c9941d63f0155686405f2be83ac28cb3936', 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: '27b09cccb5f5ab13726cbc107a41d3d49ce994d9', 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: 'c2517f4da2085b293e1a0d1dba203ad71793ad9a', 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: '478bd3c02f122d017195aa6b24ef32208a077d46', 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: '8e27a3ebc5f2ea35feeec6fc551be96e6e2dc7e3', 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: 'd41e454867fa208112be7560db23953717c74a9e', class: "navigation" }, h("div", { key: '910b236eaea5d199812c746e4de7d6a9a3f8a7f0', class: "item" }, this.sixthItemLabel && (h("gb-side-bar-item", { key: '981e928d3585e7f8de90694ddd7a4c70eee170ab', 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: '628bc4d6f34829705c633505600e3532118692c5', 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: '4ce058fc33e82368814d005a38cdd5fc2e3da271', 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: 'ef97954ebdb24eded9c09c922694984e7ab5ab6f', 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: 'b8d039b693a877554d67b4f9906ea8de6fc64cf1', 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: 'c6caaa6503a13522cbf3d3c8cbde3aec84e0f077', class: "application_name" }, h("div", { key: '8bc19ba89c93d174cba9b1146529fae70cb6cee5', class: `wrapper ${this.category}` }, this.category === 'plain_background' && (h("div", { key: '4a6f149ca8f3e29908bc8ca644c4eb1f4dc30871', class: "application_name_pattern" }, h("img", { key: 'a559224d4b7e3aeedc04a19e136e6ec9f1be8bde', src: patternSrc, alt: "" }))), h("div", { key: '45534f1dbe7b7bc92e596892ac4087a1dfc860c0', class: `application_icon ${this.category}`, innerHTML: this.leadingIconSvg }), h("span", { key: '6a0c7a18082645fc7aede817703a7e0a6ea3464c', class: textClass }, h("slot", { key: 'e15f1eb5cae54cc708f4e87c4094598a99d55027', name: "application_name" })))))));
72
72
  }
73
73
  static get is() { return "gb-sidebar"; }
74
74
  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: 'a4c6590ef09f8f67692d2703ef45e81fd14988b0', 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: '2414a16e7dc53e6b5fabc8571c825b531745a32e', class: "tooltip-container" }, h("gb-tooltip", { key: 'adbb9eff4708b231802df85dac5d184f2ad0c268', arrow: 'none' }, h("p", { key: '276a46eb3a7d39f4a93c238c47f60a2a685875b2', class: "text-xs-semi-bold", slot: "main_text" }, this.value, "%")))), this.type === 'text' && (h("div", { key: 'c804d04483e8e829688451f6655e14b1975a8348', class: "thumb-label" }, this.value, "%"))));
22
+ return (h("div", { key: '773b651dc3c54cadaeaea5ac2589f5d9cac31516', 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: '3a7fa4c501353c2f9a580f8b3026361e1c6a8e49', class: "tooltip-container" }, h("gb-tooltip", { key: '359fc90c75b0faa9e7a9d89d116d663dcd34a636', arrow: 'none' }, h("p", { key: 'e3caf0ea90f8dcbbce1631ff39087b52a4f2a7ae', class: "text-xs-semi-bold", slot: "main_text" }, this.value, "%")))), this.type === 'text' && (h("div", { key: '73f2460bb260a329b33e07f899d2a0f2b7904d72', class: "thumb-label" }, this.value, "%"))));
23
23
  }
24
24
  static get is() { return "gb-slider-control-handle"; }
25
25
  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: '791cb0adc44475c8015b1a168871189045052340', class: "slider-container", ref: (el) => this.containerEl = el }, h("div", { key: '95402212ef90fd43ccdaf3eab3b7a6eb6e4ae391', class: "track", ref: (el) => this.trackEl = el }), h("gb-slider-control-handle", { key: '6523f8e3ad6b1b54858d807985d713ab7fccf0a1', class: "left", value: this.leftValue, type: this.thumbType, style: { left: `${this.leftValue}%` }, onMouseDown: (e) => this.handleMouseDown(e, 'left') }), h("gb-slider-control-handle", { key: 'f0fa265da00ae190ecf41012c7a0d6036a8e7984', class: "right", value: this.rightValue, type: this.thumbType, style: { left: `${this.rightValue}%` }, onMouseDown: (e) => this.handleMouseDown(e, 'right') })));
59
+ return (h("div", { key: 'e8a2a4305db3019a1bc6b5611544759695241b53', class: "slider-container", ref: (el) => this.containerEl = el }, h("div", { key: '342253e560c24cfdade644e5e289e0f68d3f7681', class: "track", ref: (el) => this.trackEl = el }), h("gb-slider-control-handle", { key: 'a10f5adb21939e3a081280981d8d105ee0880da6', class: "left", value: this.leftValue, type: this.thumbType, style: { left: `${this.leftValue}%` }, onMouseDown: (e) => this.handleMouseDown(e, 'left') }), h("gb-slider-control-handle", { key: '24a21480c158fd921ffbeab06fb35c6152ee0c2f', 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"; }
@@ -9,7 +9,7 @@ export class GbStatusIndicator {
9
9
  }
10
10
  render() {
11
11
  return [
12
- h("div", { key: '681d60237f881ba442e040296b63130ce963cd27' }, this.statusIcon === 'online_indicator' && h("div", { key: '53424641ae0194aab569f7d4bb9f1025b8e9a6d0', class: `online_icon ${this.size} ${this.indicatorStateClass}` }), this.statusIcon === 'verified' && (h("svg", { key: '6f28f7a13d94e239df9acf492560fe7cb3b67169', 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: '95444a93532a2e96d39bc255737268e106ef6e70', "clip-path": "url(#clip0_0_21453)" }, h("path", { key: '3413313dd5eb884e5223b48801d7fb73c0d0c3ca', 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: 'bbc02062d8413fc2a95096d90e35a11bd01f5980', 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: '86f4fd7f55d9db9f78958c1725ad4b61f79fe2ee' }, h("clipPath", { key: '2276b9bed36bc47823e4156a39d83634a7be07b2', id: "clip0_0_21453" }, h("rect", { key: '87d6ec81b6808a57a6e427a2927a41dc8c6e99b1', width: "32", height: "32", fill: "white" }))))), this.statusIcon === 'company' && (h("svg", { key: 'da5c13d9e25730437c56a518efd53c82ef422d88', 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: 'f813fa0c7d79f0ea7d94f8d202e7d38d9fa081ce', 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: '8b9ecfa436bdda99f25270e40380d8bed1767a71', "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: 'd81230af707d7cdc1924efb704f9137d1760f7e0' }, this.statusIcon === 'online_indicator' && h("div", { key: '1d137e7b0fe273eca93bd86a75be3dfa50a9b195', class: `online_icon ${this.size} ${this.indicatorStateClass}` }), this.statusIcon === 'verified' && (h("svg", { key: 'de67a3ca37c16c6e3c23d08d4544e264b60ef912', 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: 'bed37a3d78c87451cae0427d3a27f06e9c0cd09d', "clip-path": "url(#clip0_0_21453)" }, h("path", { key: 'fe6d9c44307df1f0d1ac2529c4ac070cba42ab60', 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: 'a847d888139b61bcf0cdfdd63eb4116ca1d7a03e', 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: '632052ec13722a2d36a6635e1a119ccb0c1d5f96' }, h("clipPath", { key: 'c84841667c295e38dbf370315764e1e638b738c6', id: "clip0_0_21453" }, h("rect", { key: '2577c42d58f0eab44a8d5b1d3bc8f1910a732b7d', width: "32", height: "32", fill: "white" }))))), this.statusIcon === 'company' && (h("svg", { key: '1a91e771429b68fe57de82ad99b233dc9fe098ef', 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: '892f0aab65ca33e82f1006aaf5640eb199186b43', 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: '9209b2db5cb501469d14bda26f40ab79e715ec50', "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"; }