globuswebcomponents 0.4.3 → 0.4.6

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 (288) hide show
  1. package/dist/cjs/{gb-avatar_33.cjs.entry.js → gb-avatar_37.cjs.entry.js} +183 -34
  2. package/dist/cjs/gb-avatar_37.cjs.entry.js.map +1 -0
  3. package/dist/cjs/gb-checkbox-group.cjs.entry.js +1 -1
  4. package/dist/cjs/gb-checkbox-group.cjs.entry.js.map +1 -1
  5. package/dist/cjs/gb-file-upload-item-base.cjs.entry.js +1 -1
  6. package/dist/cjs/gb-file-upload.cjs.entry.js +9 -9
  7. package/dist/cjs/gb-header-icon.cjs.entry.js +4 -4
  8. package/dist/cjs/gb-header.cjs.entry.js +1 -1
  9. package/dist/cjs/gb-help-dropdown.cjs.entry.js +1 -1
  10. package/dist/cjs/gb-notification-content.cjs.entry.js +1 -1
  11. package/dist/cjs/gb-notification-panel.cjs.entry.js +1 -1
  12. package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
  13. package/dist/cjs/gb-pagination-number-base.cjs.entry.js +1 -1
  14. package/dist/cjs/gb-progress-bar.cjs.entry.js +1 -1
  15. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  16. package/dist/cjs/gb-rich-text.cjs.entry.js +1 -1
  17. package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
  18. package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
  19. package/dist/cjs/gb-slider.cjs.entry.js +1 -1
  20. package/dist/cjs/gb-toggle-base.cjs.entry.js +2 -2
  21. package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
  22. package/dist/cjs/gb-token-field.cjs.entry.js +1 -1
  23. package/dist/cjs/globuscomponents.cjs.js +1 -1
  24. package/dist/cjs/loader.cjs.js +1 -1
  25. package/dist/collection/collection-manifest.json +1 -1
  26. package/dist/collection/components/gb-avatar-dropdown/gb-avatar-dropdown.css +22 -16
  27. package/dist/collection/components/gb-avatar-dropdown/gb-avatar-dropdown.js +9 -2
  28. package/dist/collection/components/gb-avatar-dropdown/gb-avatar-dropdown.js.map +1 -1
  29. package/dist/collection/components/gb-avatar-label-group/gb-avatar-label-group.css +5 -0
  30. package/dist/collection/components/gb-avatar-label-group/gb-avatar-label-group.js +2 -2
  31. package/dist/collection/components/gb-avatar-label-group/gb-avatar-label-group.js.map +1 -1
  32. package/dist/collection/components/gb-checkbox-group/gb-checkbox-group.js +1 -1
  33. package/dist/collection/components/gb-checkbox-group/gb-checkbox-group.js.map +1 -1
  34. package/dist/collection/components/gb-checkbox-group-item/gb-checkbox-group-item.css +21 -1
  35. package/dist/collection/components/gb-checkbox-group-item/gb-checkbox-group-item.js +4 -2
  36. package/dist/collection/components/gb-checkbox-group-item/gb-checkbox-group-item.js.map +1 -1
  37. package/dist/collection/components/gb-collapse-button/gb-collapse-button.js +3 -3
  38. package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.css +1 -1
  39. package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.js +1 -1
  40. package/dist/collection/components/gb-file-upload/gb-file-upload.js +9 -9
  41. package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js +1 -1
  42. package/dist/collection/components/gb-header/gb-header.js +1 -1
  43. package/dist/collection/components/gb-header-icon/gb-header-icon.js +4 -4
  44. package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
  45. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.css +1 -1
  46. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
  47. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +2 -2
  48. package/dist/collection/components/gb-input-dropdown-menu/gb-input-dropdown-menu-item.css +0 -1
  49. package/dist/collection/components/gb-input-dropdown-menu/{gb-input-dropdown-menu.js → gb-input-dropdown-menu-item.js} +3 -3
  50. package/dist/collection/components/gb-input-dropdown-menu/gb-input-dropdown-menu-item.js.map +1 -0
  51. package/dist/collection/components/gb-input-field/gb-input-field.js +2 -2
  52. package/dist/collection/components/gb-megainput-field-base/gb-megainput-field.js +2 -2
  53. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  54. package/dist/collection/components/gb-notification-panel/gb-notification-panel.js +1 -1
  55. package/dist/collection/components/gb-pagination/gb-pagination.js +1 -1
  56. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  57. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  58. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  59. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  60. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  61. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  62. package/dist/collection/components/gb-rich-text/gb-rich-text.js +1 -1
  63. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  64. package/dist/collection/components/gb-side-bar-item/gb-side-bar-item.js +1 -1
  65. package/dist/collection/components/gb-sidebar/gb-sidebar.css +1 -3
  66. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  67. package/dist/collection/components/gb-slider-control-handle/slider-control-handle.js +1 -1
  68. package/dist/collection/components/gb-sliders/slider.js +1 -1
  69. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  70. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  71. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  72. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  73. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  74. package/dist/collection/components/gb-tags/gb-tags.js +1 -1
  75. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  76. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  77. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  78. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  79. package/dist/collection/components/gb-token-field/gb-token-field.js +1 -1
  80. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  81. package/dist/collection/components/gb-verification-code-field/gb-verification-code-field.js +2 -2
  82. package/dist/components/gb-avatar-add-button.js +1 -1
  83. package/dist/components/gb-avatar-dropdown.js +14 -7
  84. package/dist/components/gb-avatar-dropdown.js.map +1 -1
  85. package/dist/components/gb-avatar-group.js +4 -4
  86. package/dist/components/gb-avatar-label-group.js +1 -1
  87. package/dist/components/gb-avatar-profile-photo.js +2 -2
  88. package/dist/components/gb-avatar.js +1 -1
  89. package/dist/components/gb-badge.js +1 -1
  90. package/dist/components/gb-checkbox-group-item.js +1 -156
  91. package/dist/components/gb-checkbox-group-item.js.map +1 -1
  92. package/dist/components/gb-checkbox-group.js +44 -2
  93. package/dist/components/gb-checkbox-group.js.map +1 -1
  94. package/dist/components/gb-collapse-button.js +1 -1
  95. package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
  96. package/dist/components/gb-file-upload-item-base.js +1 -1
  97. package/dist/components/gb-file-upload.js +12 -12
  98. package/dist/components/gb-header-icon.js +1 -1
  99. package/dist/components/gb-header.js +4 -4
  100. package/dist/components/gb-help-dropdown.js +2 -2
  101. package/dist/components/gb-horizontal-tabs.js +6 -6
  102. package/dist/components/gb-horizontal-tabs.js.map +1 -1
  103. package/dist/components/gb-input-dropdown-menu-item.js +5 -5
  104. package/dist/components/gb-input-dropdown-menu-item.js.map +1 -1
  105. package/dist/components/gb-input-dropdown.js +1 -1
  106. package/dist/components/gb-input-field.js +3 -3
  107. package/dist/components/gb-megainput-field.js +1 -1
  108. package/dist/components/gb-notification-content.js +1 -1
  109. package/dist/components/gb-notification-panel.js +1 -1
  110. package/dist/components/gb-pagination-button-group-base.js +1 -1
  111. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  112. package/dist/components/gb-pagination-number-base.js +1 -1
  113. package/dist/components/gb-pagination.js +1 -1
  114. package/dist/components/gb-password-button.js +1 -1
  115. package/dist/components/gb-progress-bar.js +1 -1
  116. package/dist/components/gb-progress-circle.js +1 -1
  117. package/dist/components/gb-rich-text.js +5 -5
  118. package/dist/components/gb-scrollbar.js +1 -1
  119. package/dist/components/gb-side-bar-item.js +1 -1
  120. package/dist/components/gb-sidebar.js +8 -8
  121. package/dist/components/gb-sidebar.js.map +1 -1
  122. package/dist/components/gb-slider-control-handle.js +1 -1
  123. package/dist/components/gb-slider.js +3 -3
  124. package/dist/components/gb-status-indicator.js +1 -1
  125. package/dist/components/gb-tab-button-base.js +1 -1
  126. package/dist/components/gb-tag-checkbox.js +1 -1
  127. package/dist/components/gb-tag-close.js +1 -1
  128. package/dist/components/gb-tag-count.js +1 -1
  129. package/dist/components/gb-tag.js +6 -6
  130. package/dist/components/gb-toast-button.js +1 -1
  131. package/dist/components/gb-toast.js +2 -2
  132. package/dist/components/gb-toggle-base.js +1 -1
  133. package/dist/components/gb-toggle.js +2 -2
  134. package/dist/components/gb-token-field.js +2 -2
  135. package/dist/components/gb-tooltip.js +1 -1
  136. package/dist/components/gb-verification-code-field.js +3 -3
  137. package/dist/components/gb-wysiwyg-toolbar.js +1 -1
  138. package/dist/components/p-20116c62.js +162 -0
  139. package/dist/components/p-20116c62.js.map +1 -0
  140. package/dist/components/{p-6b9ae561.js → p-201a8405.js} +3 -3
  141. package/dist/components/{p-6b9ae561.js.map → p-201a8405.js.map} +1 -1
  142. package/dist/components/{p-8963e7ee.js → p-260b6b99.js} +6 -6
  143. package/dist/components/{p-8963e7ee.js.map → p-260b6b99.js.map} +1 -1
  144. package/dist/components/{p-03933e89.js → p-26921960.js} +3 -3
  145. package/dist/components/{p-03933e89.js.map → p-26921960.js.map} +1 -1
  146. package/dist/components/{p-2522e0e6.js → p-493fb0be.js} +2 -2
  147. package/dist/components/{p-2522e0e6.js.map → p-493fb0be.js.map} +1 -1
  148. package/dist/components/{p-53e70aeb.js → p-4d0d5a44.js} +7 -7
  149. package/dist/components/{p-53e70aeb.js.map → p-4d0d5a44.js.map} +1 -1
  150. package/dist/components/{p-57b94005.js → p-55139c08.js} +3 -3
  151. package/dist/components/{p-57b94005.js.map → p-55139c08.js.map} +1 -1
  152. package/dist/components/{p-d9ee7b7c.js → p-6baad8ef.js} +4 -4
  153. package/dist/components/{p-d9ee7b7c.js.map → p-6baad8ef.js.map} +1 -1
  154. package/dist/components/{p-d9de678f.js → p-7239b558.js} +2 -2
  155. package/dist/components/{p-d9de678f.js.map → p-7239b558.js.map} +1 -1
  156. package/dist/components/{p-d2da1574.js → p-79e58411.js} +4 -4
  157. package/dist/components/{p-d2da1574.js.map → p-79e58411.js.map} +1 -1
  158. package/dist/components/{p-61d2acff.js → p-7b972624.js} +5 -5
  159. package/dist/components/{p-61d2acff.js.map → p-7b972624.js.map} +1 -1
  160. package/dist/components/{p-4c21ca28.js → p-91d1a7e6.js} +2 -2
  161. package/dist/components/{p-4c21ca28.js.map → p-91d1a7e6.js.map} +1 -1
  162. package/dist/components/{p-1ba1c138.js → p-97bb9bcd.js} +6 -6
  163. package/dist/components/p-97bb9bcd.js.map +1 -0
  164. package/dist/components/{p-31e9f7cb.js → p-a48f3765.js} +2 -2
  165. package/dist/components/{p-31e9f7cb.js.map → p-a48f3765.js.map} +1 -1
  166. package/dist/components/{p-763387fe.js → p-a9afcddd.js} +5 -5
  167. package/dist/components/{p-763387fe.js.map → p-a9afcddd.js.map} +1 -1
  168. package/dist/components/{p-9b867eac.js → p-b1b56453.js} +2 -2
  169. package/dist/components/{p-9b867eac.js.map → p-b1b56453.js.map} +1 -1
  170. package/dist/components/{p-39156f1b.js → p-b75d82f9.js} +5 -5
  171. package/dist/components/{p-39156f1b.js.map → p-b75d82f9.js.map} +1 -1
  172. package/dist/components/{p-7df674ca.js → p-bdab2e0b.js} +3 -3
  173. package/dist/components/{p-7df674ca.js.map → p-bdab2e0b.js.map} +1 -1
  174. package/dist/components/{p-825cf6e9.js → p-c64c5a8f.js} +2 -2
  175. package/dist/components/{p-825cf6e9.js.map → p-c64c5a8f.js.map} +1 -1
  176. package/dist/components/{p-9317b000.js → p-cb33ab6d.js} +2 -2
  177. package/dist/components/{p-9317b000.js.map → p-cb33ab6d.js.map} +1 -1
  178. package/dist/components/{p-01a43936.js → p-d797d9df.js} +3 -3
  179. package/dist/components/p-d797d9df.js.map +1 -0
  180. package/dist/components/{p-2764bda5.js → p-ef610ebc.js} +2 -2
  181. package/dist/components/{p-2764bda5.js.map → p-ef610ebc.js.map} +1 -1
  182. package/dist/components/{p-88687162.js → p-f15f2882.js} +2 -2
  183. package/dist/components/{p-88687162.js.map → p-f15f2882.js.map} +1 -1
  184. package/dist/components/{p-84661af1.js → p-ff4292c2.js} +3 -3
  185. package/dist/components/{p-84661af1.js.map → p-ff4292c2.js.map} +1 -1
  186. package/dist/esm/{gb-avatar_33.entry.js → gb-avatar_37.entry.js} +180 -35
  187. package/dist/esm/gb-avatar_37.entry.js.map +1 -0
  188. package/dist/esm/gb-checkbox-group.entry.js +1 -1
  189. package/dist/esm/gb-checkbox-group.entry.js.map +1 -1
  190. package/dist/esm/gb-file-upload-item-base.entry.js +1 -1
  191. package/dist/esm/gb-file-upload.entry.js +9 -9
  192. package/dist/esm/gb-header-icon.entry.js +4 -4
  193. package/dist/esm/gb-header.entry.js +1 -1
  194. package/dist/esm/gb-help-dropdown.entry.js +1 -1
  195. package/dist/esm/gb-notification-content.entry.js +1 -1
  196. package/dist/esm/gb-notification-panel.entry.js +1 -1
  197. package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
  198. package/dist/esm/gb-pagination-number-base.entry.js +1 -1
  199. package/dist/esm/gb-progress-bar.entry.js +1 -1
  200. package/dist/esm/gb-progress-circle.entry.js +1 -1
  201. package/dist/esm/gb-rich-text.entry.js +1 -1
  202. package/dist/esm/gb-scrollbar.entry.js +1 -1
  203. package/dist/esm/gb-slider-control-handle.entry.js +1 -1
  204. package/dist/esm/gb-slider.entry.js +1 -1
  205. package/dist/esm/gb-toggle-base.entry.js +2 -2
  206. package/dist/esm/gb-toggle.entry.js +1 -1
  207. package/dist/esm/gb-token-field.entry.js +1 -1
  208. package/dist/esm/globuscomponents.js +1 -1
  209. package/dist/esm/loader.js +1 -1
  210. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  211. package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
  212. package/dist/globuscomponents/{p-04ca94bb.entry.js → p-08cfe483.entry.js} +2 -2
  213. package/dist/globuscomponents/{p-9d5dfa56.entry.js → p-0f0c4dc6.entry.js} +2 -2
  214. package/dist/globuscomponents/{p-38ddb08d.entry.js → p-1971b0f5.entry.js} +2 -2
  215. package/dist/globuscomponents/p-2f175d13.entry.js +2 -0
  216. package/dist/globuscomponents/p-2f175d13.entry.js.map +1 -0
  217. package/dist/globuscomponents/{p-04d04d5a.entry.js → p-32d3c7d7.entry.js} +2 -2
  218. package/dist/globuscomponents/{p-fdadcae8.entry.js → p-3db54b6b.entry.js} +2 -2
  219. package/dist/globuscomponents/{p-355ee2b7.entry.js → p-43be14a0.entry.js} +2 -2
  220. package/dist/globuscomponents/{p-19d2f500.entry.js → p-4bb1b1ff.entry.js} +2 -2
  221. package/dist/globuscomponents/{p-e51aa524.entry.js → p-4fb1c7b7.entry.js} +2 -2
  222. package/dist/globuscomponents/{p-ea10b389.entry.js → p-609d8f49.entry.js} +2 -2
  223. package/dist/globuscomponents/{p-4e99fdd9.entry.js → p-65dbacc7.entry.js} +2 -2
  224. package/dist/globuscomponents/{p-64588b88.entry.js → p-79ae57a8.entry.js} +2 -2
  225. package/dist/globuscomponents/{p-3bfd70d1.entry.js → p-92561c6a.entry.js} +2 -2
  226. package/dist/globuscomponents/{p-5479adcd.entry.js → p-add9ec72.entry.js} +2 -2
  227. package/dist/globuscomponents/p-c9bf79da.entry.js +2 -0
  228. package/dist/globuscomponents/p-c9bf79da.entry.js.map +1 -0
  229. package/dist/globuscomponents/p-cc527c4c.entry.js +2 -0
  230. package/dist/globuscomponents/{p-61836d01.entry.js → p-d733c69f.entry.js} +2 -2
  231. package/dist/globuscomponents/{p-87664bb3.entry.js → p-e2c92f11.entry.js} +2 -2
  232. package/dist/globuscomponents/{p-af75a0c6.entry.js → p-e8b51d32.entry.js} +2 -2
  233. package/dist/globuscomponents/{p-0638166b.entry.js → p-f262afa7.entry.js} +2 -2
  234. package/dist/types/components/gb-avatar-dropdown/gb-avatar-dropdown.d.ts +2 -0
  235. package/package.json +1 -1
  236. package/dist/cjs/gb-avatar-dropdown.cjs.entry.js +0 -35
  237. package/dist/cjs/gb-avatar-dropdown.cjs.entry.js.map +0 -1
  238. package/dist/cjs/gb-avatar-label-group.cjs.entry.js +0 -77
  239. package/dist/cjs/gb-avatar-label-group.cjs.entry.js.map +0 -1
  240. package/dist/cjs/gb-avatar_33.cjs.entry.js.map +0 -1
  241. package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js +0 -31
  242. package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js.map +0 -1
  243. package/dist/cjs/gb-input-dropdown-menu-item.cjs.entry.js +0 -32
  244. package/dist/cjs/gb-input-dropdown-menu-item.cjs.entry.js.map +0 -1
  245. package/dist/collection/components/gb-input-dropdown-menu/gb-input-dropdown-menu.js.map +0 -1
  246. package/dist/components/p-01a43936.js.map +0 -1
  247. package/dist/components/p-1ba1c138.js.map +0 -1
  248. package/dist/esm/gb-avatar-dropdown.entry.js +0 -31
  249. package/dist/esm/gb-avatar-dropdown.entry.js.map +0 -1
  250. package/dist/esm/gb-avatar-label-group.entry.js +0 -73
  251. package/dist/esm/gb-avatar-label-group.entry.js.map +0 -1
  252. package/dist/esm/gb-avatar_33.entry.js.map +0 -1
  253. package/dist/esm/gb-dropdown-items-with-shortcut.entry.js +0 -27
  254. package/dist/esm/gb-dropdown-items-with-shortcut.entry.js.map +0 -1
  255. package/dist/esm/gb-input-dropdown-menu-item.entry.js +0 -28
  256. package/dist/esm/gb-input-dropdown-menu-item.entry.js.map +0 -1
  257. package/dist/globuscomponents/p-18daffd5.entry.js +0 -2
  258. package/dist/globuscomponents/p-18daffd5.entry.js.map +0 -1
  259. package/dist/globuscomponents/p-342531d5.entry.js +0 -2
  260. package/dist/globuscomponents/p-342531d5.entry.js.map +0 -1
  261. package/dist/globuscomponents/p-8b29407e.entry.js +0 -2
  262. package/dist/globuscomponents/p-a0c86da9.entry.js +0 -2
  263. package/dist/globuscomponents/p-a0c86da9.entry.js.map +0 -1
  264. package/dist/globuscomponents/p-a947e6f1.entry.js +0 -2
  265. package/dist/globuscomponents/p-a947e6f1.entry.js.map +0 -1
  266. package/dist/globuscomponents/p-cda1993c.entry.js +0 -2
  267. package/dist/globuscomponents/p-cda1993c.entry.js.map +0 -1
  268. package/dist/globuscomponents/p-e8c4960e.entry.js +0 -2
  269. package/dist/globuscomponents/p-e8c4960e.entry.js.map +0 -1
  270. /package/dist/globuscomponents/{p-04ca94bb.entry.js.map → p-08cfe483.entry.js.map} +0 -0
  271. /package/dist/globuscomponents/{p-9d5dfa56.entry.js.map → p-0f0c4dc6.entry.js.map} +0 -0
  272. /package/dist/globuscomponents/{p-38ddb08d.entry.js.map → p-1971b0f5.entry.js.map} +0 -0
  273. /package/dist/globuscomponents/{p-04d04d5a.entry.js.map → p-32d3c7d7.entry.js.map} +0 -0
  274. /package/dist/globuscomponents/{p-fdadcae8.entry.js.map → p-3db54b6b.entry.js.map} +0 -0
  275. /package/dist/globuscomponents/{p-355ee2b7.entry.js.map → p-43be14a0.entry.js.map} +0 -0
  276. /package/dist/globuscomponents/{p-19d2f500.entry.js.map → p-4bb1b1ff.entry.js.map} +0 -0
  277. /package/dist/globuscomponents/{p-e51aa524.entry.js.map → p-4fb1c7b7.entry.js.map} +0 -0
  278. /package/dist/globuscomponents/{p-ea10b389.entry.js.map → p-609d8f49.entry.js.map} +0 -0
  279. /package/dist/globuscomponents/{p-4e99fdd9.entry.js.map → p-65dbacc7.entry.js.map} +0 -0
  280. /package/dist/globuscomponents/{p-64588b88.entry.js.map → p-79ae57a8.entry.js.map} +0 -0
  281. /package/dist/globuscomponents/{p-3bfd70d1.entry.js.map → p-92561c6a.entry.js.map} +0 -0
  282. /package/dist/globuscomponents/{p-5479adcd.entry.js.map → p-add9ec72.entry.js.map} +0 -0
  283. /package/dist/globuscomponents/{p-8b29407e.entry.js.map → p-cc527c4c.entry.js.map} +0 -0
  284. /package/dist/globuscomponents/{p-61836d01.entry.js.map → p-d733c69f.entry.js.map} +0 -0
  285. /package/dist/globuscomponents/{p-87664bb3.entry.js.map → p-e2c92f11.entry.js.map} +0 -0
  286. /package/dist/globuscomponents/{p-af75a0c6.entry.js.map → p-e8b51d32.entry.js.map} +0 -0
  287. /package/dist/globuscomponents/{p-0638166b.entry.js.map → p-f262afa7.entry.js.map} +0 -0
  288. /package/dist/types/components/gb-input-dropdown-menu/{gb-input-dropdown-menu.d.ts → gb-input-dropdown-menu-item.d.ts} +0 -0
@@ -11,17 +11,17 @@ export class GbFileUpload {
11
11
  this.buttonState = StateEnum.Default;
12
12
  }
13
13
  render() {
14
- return (h("div", { key: 'dc77dcb01c04c1de9240938394bcddd8b9ab3adf', class: "file_upload_div" }, this.showLabel && h("p", { key: 'bd1c774c1488bfaf6f91b19cef19070c60f2814b', class: "upload_text text-sm-semi-bold" }, "File Upload"), h(Fragment, null, this.state === 'default' && !this.destructive && (h("div", { key: 'ec8cb7904c3e174266dd9eef5dd0b7c2fed07c1a', class: `file_upload_item_base_container ${this.state} ${this.heightSize}` }, this.heightSize === 'md' && [
15
- h("div", { key: '13ef68ab71d5d7f2c2f0206e6accfa910b4493bc', class: `default ${this.heightSize}` }, h("div", { key: '41678200d20279b7c09e085c82d5ef8db7d7d204', class: "file_upload_icon" }, h("svg", { key: '25bbe56b7a9bf9a98d53ce0655d8aded30969828', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '96b482e17f2f90ea6085e7eec0fb3d161690c087', d: "M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z", fill: "#4B5565" }))), h("div", { key: '5f9cf006c82bc6da6701da983a0396be485d92e7', class: "default_content" }, h("p", { key: 'e24dfd297e9820c0252141f0f74ca4eb7f6e08a3', class: "upload_text text-sm-semi-bold" }, "Tap to upload"), h("p", { key: '08648bbb33d5d52c500183c5d4e5db84affed3fb', class: "file_type_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
16
- h("test-button", { key: '0e8739392231ada124636bceb283f124192352e2', size: "sm", hierarchy: "link_color", icon: "default", class: "upload_btn_md", "icon-leading": true }, h("p", { key: 'c982057a0dfcbab605f65d1e166efc12099a7913' }, "Upload")),
14
+ return (h("div", { key: '508e9f70385b316b8b0870a9f91952da2e3533cf', class: "file_upload_div" }, this.showLabel && h("p", { key: 'f540305bf242d953f7cf2b57b4d9948470aea88a', class: "upload_text text-sm-semi-bold" }, "File Upload"), h(Fragment, null, this.state === 'default' && !this.destructive && (h("div", { key: 'd6177f762074b8e76fafc1943f9429f6611a5a53', class: `file_upload_item_base_container ${this.state} ${this.heightSize}` }, this.heightSize === 'md' && [
15
+ h("div", { key: '15a446e4cb15b1c70d83d7a37546373294d34a55', class: `default ${this.heightSize}` }, h("div", { key: '7dc24b91ec055cd55ecd3c99071b3fe5b22cae8d', class: "file_upload_icon" }, h("svg", { key: 'd1f810a90fa6680b085b4eece6c313a3c307b1e3', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '32f069d3efdb7d4d09bb55aa1a956f3afc4d697c', d: "M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z", fill: "#4B5565" }))), h("div", { key: 'cad2467c3318375638cd626bfe9c4caa254e1e09', class: "default_content" }, h("p", { key: 'a140f4fa96f25e05b08baeb54c81281ccc11b6e0', class: "upload_text text-sm-semi-bold" }, "Tap to upload"), h("p", { key: 'b183f9ccb2c57be47b8888400343763d7c58b81a', class: "file_type_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
16
+ h("test-button", { key: '2330eaf7cb3f26582679cab029fa9c4fae27ed88', size: "sm", hierarchy: "link_color", icon: "default", class: "upload_btn_md", "icon-leading": true }, h("p", { key: '8807a4a3c326a07f2be5d99ba865a8d6a3e99f94' }, "Upload")),
17
17
  ], this.heightSize === 'lg' && [
18
- h("div", { key: 'bade60a6caae61eaf583928abce0dfe339b29ae5', class: `default ${this.heightSize}` }, h("div", { key: '1d079b83075d0f53138f49a66141f39171ba6e05', class: "file_upload_icon" }, h("svg", { key: '5ffa19fe3f0b06668ec9a212f96f07d816322883', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '680e25bdc88a7fb49ec266498748e3ed9e62ff3f', d: "M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z", fill: "#4B5565" }))), h("div", { key: 'ad47fc2be2f6c825f39f9912d80ad80de7ab206a', class: "default_content" }, h("p", { key: '896844d2c3e816881cb86aaa32a6e2ce9a45bb46', class: `upload_text text-sm-regular ${this.heightSize}` }, h("test-button", { key: 'd3627ae16cbb3ae453a25b25a522623c6330595d', size: "sm", hierarchy: "link_color", icon: "default" }, h("p", { key: '20ca89937c227d0b96c07829c47d86a89473aeb0' }, "Click to upload")), "or drag and drop"), h("p", { key: 'ba9307d8731ac9b953d402ceb9fbbb1cebb12c4c', class: "file_type_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
19
- ])), this.state === 'in_progress' && h("gb-file-upload-item-base", { key: '5062200f8d6ef0573b2ac4ddf8d94126eeda5b81', "height-size": this.heightSize, state: "in_progress" }), this.state === 'complete' && h("gb-file-upload-item-base", { key: 'a122bfd17517286379c049bf166b4bff7d3f388d', "height-size": this.heightSize, state: "complete" }), this.state === 'disabled' && (h("div", { key: 'f60e12772f56b0d977e1d439c27af9582d89cae3', class: `file_upload_item_base_container ${this.state} ${this.heightSize}` }, h("div", { key: '5c486885832cdbb66a45d179c5c2c4d6ea0c852f', class: `disabled ${this.state}` }, this.heightSize === 'md' && [
20
- h("div", { key: 'ea22cfd1105aa09a194e0d594e1a56fd6e640790', class: `default ${this.heightSize}` }, h("div", { key: '3f4994417681042cee6f86abbc8f7a649a676eb7', class: "file_upload_icon" }, h("svg", { key: 'abc80f841fdd256eed71e0584bd81df65b00eaed', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '4a984a38ce590973da38d59d276fd1c728a470b8', d: "M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z", fill: "#4B5565" }))), h("div", { key: 'f9fe54a50f2a034df93fb2ca6150bab5ee373436', class: "default_content" }, h("p", { key: 'c67c8577ebdd93bfa59506a52eb49aad87e1b89d', class: "disabled_text text-sm-semi-bold" }, "Tap to upload"), h("p", { key: '89a84c6523fc4173d84b47819e175ec62958e07a', class: "disabled_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
21
- h("test-button", { key: '84877760f23cc21a4a674ed2cab6fbc6f339634b', size: "sm", hierarchy: "link_color", icon: "default", class: "upload_btn_md", state: StateEnum.Disabled }, h("p", { key: '2e71ac53f908d3249d5917c5af8578f48864b856' }, "Upload")),
18
+ h("div", { key: '4782fbf5175afd80cd0603521fc9db6c95c34718', class: `default ${this.heightSize}` }, h("div", { key: 'db4752a2835a25fd9ced78cf0cab5257085ce42b', class: "file_upload_icon" }, h("svg", { key: 'b9f3df4d39682eab518447d01d2757d195be0738', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '7dec6552ffbc1b74504d4e621fe205ff56dfb9bb', d: "M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z", fill: "#4B5565" }))), h("div", { key: 'c3e04ce5b68cbf1df2f8122caa910c620fc398d5', class: "default_content" }, h("p", { key: '74b2fba8abfeba0ba8ecbd64a885dfe190530385', class: `upload_text text-sm-regular ${this.heightSize}` }, h("test-button", { key: 'd7919c8b632b0ab7afac33cda0c0838f6c41f5e6', size: "sm", hierarchy: "link_color", icon: "default" }, h("p", { key: 'edb8f9393c89a5a0de8aac641b6dc4d8d8d72262' }, "Click to upload")), "or drag and drop"), h("p", { key: '9903f97be6bc4df887db2781acb3b7b380a41ff5', class: "file_type_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
19
+ ])), this.state === 'in_progress' && h("gb-file-upload-item-base", { key: '812a140064f09c71332768bd12c09b2a93f56cd2', "height-size": this.heightSize, state: "in_progress" }), this.state === 'complete' && h("gb-file-upload-item-base", { key: 'e35c4ac9cf8e168d027621863be338748c2da2a4', "height-size": this.heightSize, state: "complete" }), this.state === 'disabled' && (h("div", { key: '10dfb034350dbe3a00647b8931d2aa30175fbcbc', class: `file_upload_item_base_container ${this.state} ${this.heightSize}` }, h("div", { key: '74863529db5557fcdcd0239aa603b3d73a497751', class: `disabled ${this.state}` }, this.heightSize === 'md' && [
20
+ h("div", { key: '810a311b696a2e94a68f388066bd4d80ae6662c1', class: `default ${this.heightSize}` }, h("div", { key: '91159063b13bef83fc2f80181afc9e024bdf49f2', class: "file_upload_icon" }, h("svg", { key: '717290298908c4b583aa21c706c1cff59175c564', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: 'f736b8c6495902c5fda4fa275c45433db7bb1cce', d: "M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z", fill: "#4B5565" }))), h("div", { key: '7fba91d70515d8bea1523ff206ab0e8424f8aebb', class: "default_content" }, h("p", { key: 'e848dd68b66c9635d242ee29015b53fa1247656d', class: "disabled_text text-sm-semi-bold" }, "Tap to upload"), h("p", { key: 'cbe84ce0abde3e5738752294eea97bcb6b8718ca', class: "disabled_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
21
+ h("test-button", { key: '6f534d13b85e72246736a3934a43b5cb887144cb', size: "sm", hierarchy: "link_color", icon: "default", class: "upload_btn_md", state: StateEnum.Disabled }, h("p", { key: '9074c75c528f8443f825861465138bf1bd91253a' }, "Upload")),
22
22
  ], this.heightSize === 'lg' && [
23
- h("div", { key: 'd1904301b524700d05aac7bb955818251273a5c2', class: `default ${this.heightSize}` }, h("div", { key: 'dd8eda239ae249ffa1d70fe77ec1fe7d38803001', class: "file_upload_icon" }, h("svg", { key: '66ea70a6a112a2031183133f23b1304081f6c75c', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: 'b7a6bdba2c43bae20c0cc9ebb992534139121469', d: "M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z", fill: "#4B5565" }))), h("div", { key: '4f0c6ad0a2f4f8cdf9cd1d56e6e43aa29c00aa30', class: "default_content" }, h("p", { key: '8c1ddfa7828c7f5c2ef1d9aae8aaa0db5c3771c7', class: `disabled_text text-sm-regular ${this.heightSize}` }, h("test-button", { key: '25497e9aa70cb3b4c630888f5dd0fe2e6c833782', size: "sm", hierarchy: "link_color", icon: "default", state: StateEnum.Disabled }, h("p", { key: '74de6fa0b0d0f2922a42d0c3d27718a1a88d0ecb' }, "Click to upload")), "or drag and drop"), h("p", { key: '4618f507f639af0e4da959177ac5afd65ebdde40', class: "disabled_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
24
- ]))), this.destructive && h("gb-file-upload-item-base", { key: 'f472478b94f5bd3ef1e3b7d73cb335129f8b3bab', state: "error", "height-size": this.heightSize }))));
23
+ h("div", { key: 'f4c67c8dd34384b2169ffb1bce39eabe3b291699', class: `default ${this.heightSize}` }, h("div", { key: '459c7c2a8b9ee006e67b0c89bb102ee70f8c9af4', class: "file_upload_icon" }, h("svg", { key: 'b6e2f0550f3abe3b7ac52b1d9d284319ce4872ea', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: 'c0efcd7f9a8e9245c674e276a4e76f0a6b585c48', d: "M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z", fill: "#4B5565" }))), h("div", { key: '5bdcfab24cf915eb84da14cf55cad573705e43f3', class: "default_content" }, h("p", { key: 'b70450cec113424591f77dea18e8d9300745c63f', class: `disabled_text text-sm-regular ${this.heightSize}` }, h("test-button", { key: '7c486bc582b9b5df125f26ac06f9343f3ddbebd2', size: "sm", hierarchy: "link_color", icon: "default", state: StateEnum.Disabled }, h("p", { key: '0699f51197c3ec1aedc9d5f8b4500489f2fabf3f' }, "Click to upload")), "or drag and drop"), h("p", { key: '646b39b592e6b031f1220091b316687f874d67d8', class: "disabled_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
24
+ ]))), this.destructive && h("gb-file-upload-item-base", { key: 'd1ffdb78235f62fea916f90ea7810f828221bfc6', state: "error", "height-size": this.heightSize }))));
25
25
  }
26
26
  static get is() { return "gb-file-upload"; }
27
27
  static get encapsulation() { return "shadow"; }
@@ -18,7 +18,7 @@ export class GbFileUploadItemBase {
18
18
  }
19
19
  }
20
20
  render() {
21
- return (h("div", { key: 'f4079043fac9f079320a886ecd8ecc07e7141fd6', class: `file_upload_item_base_container ${this.state} ${this.heightSize}` }, this.state === 'in_progress' && (h("div", { key: 'c225aeb130795ae5b4f3c51becdc411cc9c62112', class: `in_progress_div ${this.heightSize}` }, h("div", { key: 'b9b0e5457e2ef15c6976e527a5f22b12167e8d7f', class: "file_icon" }), h("div", { key: '3db829fd1f6a69c02a65089cf211baa9dddce077', class: "in_progress_content" }, this.heightSize === 'md' && (h(Fragment, null, h("p", { key: 'cb08f84c23702faed94aa5bd969dee41f58eb307', class: `file_type_text ${this.state} text-sm-medium` }, "Tech design requirements.pdf"), h("p", { key: '25af8171ae9ff6eb54422c9fd49f482dba6d6be1', class: `file_size_text ${this.state} text-sm-regular` }, "200 KB"), h("gb-progress-bar", { key: 'e78d0e72d823d30d2e4b2b8d37474582543a827b', progress: 20, "show-label": true, "label-position": "right", class: "progress_bar" }), h("gb-button-close", { key: '123629267fff6b52b496621820ce523677e4e66c', size: "sm", color: "gray", class: "close_button" }))), this.heightSize === 'lg' && (h(Fragment, null, h("p", { key: '39a0552676c91f8354ad860a80c067fee6557645', class: `file_type_text ${this.state} text-sm-medium` }, "Tech design requirements.pdf"), h("p", { key: 'afb3bbc4904493bcbbc01fc130dc2fc58b593c41', class: `file_size_text ${this.state} text-sm-regular` }, "200 KB"), h("gb-progress-bar", { key: '752b7b1e3dd0d0154d67f68ae621caab69906532', progress: 20, "show-label": true, "label-position": "right", class: "progress_bar" }), h("gb-button-close", { key: 'a4573b5decd26d5523161e864337ab789f002e92', size: "sm", color: "gray", class: "close_button" })))))), this.state === 'complete' && (h("div", { key: 'b6679c9bf54294addf77759b9225803b5d29db8f', class: `complete ${this.heightSize}` }, h("div", { key: 'bbf272cc17f6e61dc0bca3d3477de277c74f8479', class: "file_icon" }), h("div", { key: '0ba2a283c54bdfb8a6e41398e06d1b6aed22f651', class: `complete_content ${this.heightSize}` }, this.heightSize === 'md' && (h(Fragment, null, h("p", { key: '45ff32d471e527463a4d7796d15afdfe7b968e66', class: `file_type_text ${this.state} text-sm-medium` }, "Tech design requirements.pdf"), h("p", { key: 'f88338e30ff6dce28fa987cd3740db1fea943073', class: `file_size_text ${this.state} text-sm-regular` }, "200 KB \u2013 100% uploaded"), h("test-button", { key: '984cd64a01de9254d9156fe4e2b8b9967bacea62', size: "sm", hierarchy: "tertiary_gray", icon: "only", "icon-leading": true, "icon-leading-swap": "delete-02", class: "delete_button" }))), this.heightSize === 'lg' && (h(Fragment, null, h("p", { key: 'bd8f08d052631836052a1a6551a215d60ad29945', class: `file_type_text ${this.state} text-sm-medium` }, "Tech design requirements.pdf"), h("p", { key: '022a910e9b1a94ff1511df040efb40bd328f5419', class: `file_size_text ${this.state} text-sm-regular` }, "200 KB \u2013 100% uploaded"), h("test-button", { key: '281c59d9ffc245caad04a1fce6a0c5e9b9f79c22', size: "sm", hierarchy: "tertiary_gray", icon: "default", "icon-leading": true, "icon-leading-swap": "delete-02" }, h("p", { key: 'a018f626863b31854d43623bc9ed9855cd5d38c2' }, "Clear"))))))), this.state === 'error' && (h("div", { key: '6cfb14747f5106662fa77edecedee14c6ef85828', class: `error ${this.heightSize}` }, h("div", { key: '9b1e4892ee73f51d3435561b86dca652b514eb0b', class: "file_icon" }), h("div", { key: '3aedb66ee0d921d8a53b18ff28f74548140ea439', class: "error_content" }, this.heightSize === 'md' && (h(Fragment, null, h("p", { key: '1c42dbac38fa26494adb2d31499c410ddd8070a1', class: `file_type_text ${this.state} text-sm-medium` }, "Tech design requirements.pdf"), h("p", { key: '7ebcf9399a10b9d2df5a6d7c379981bff90e4eca', class: `file_size_text ${this.state} text-sm-regular` }, "200 KB \u2013 100% uploaded"), h("gb-button", { key: '83192d765491a2903a718506acee32b9d141fee0', size: "sm", hierarchy: "link_color", icon: StateEnum.Default, destructive: true }, h("p", { key: 'e8889665cb9bfb1de8e42d75f35b6121cd55a061' }, "Try again")), h("gb-button", { key: '0cffc06a3f318a8e6e813bf861bd37082818a353', size: "sm", hierarchy: "tertiary_gray", icon: "only", destructive: true, "icon-leading": true, "icon-leading-swap": "delete-02", class: "delete_button" }))), this.heightSize === 'lg' && (h(Fragment, null, h("p", { key: '43a94cc630081030a006a856d0f8a36bdba33d63', class: `file_type_text ${this.state} text-sm-medium` }, "Tech design requirements.pdf"), h("p", { key: '12b4a323e467ade680d978ab54382fb9267e67be', class: `file_size_text ${this.state} text-sm-regular` }, "200 KB \u2013 100% uploaded"), h("div", { key: '6c18864a9d01e708bb6da7b9e8186e90227a22aa', class: "btns" }, h("test-button", { key: '5f2955d52fdf5816f0253ac0aa44645f22b367cf', size: "sm", hierarchy: "tertiary_gray", icon: "default", destructive: true, "icon-leading": true, "icon-leading-swap": "delete-02" }, h("p", { key: 'd309df0c7d5b827c1e3a2600636e2764ad85634c' }, "Clear")), h("div", { key: '44c19b3b7439ad414e7c869361907fc1a722b96a', class: "btn" }, h("test-button", { key: 'b1d47f92b8aca3f732e9e030f23d7db600ebbf82', size: "sm", hierarchy: "link_color", icon: StateEnum.Default, destructive: true, class: "btn" }, h("p", { key: '9aaa42d5aeacf8a9bac5ea81d2aeceefa27cac45' }, "Try again")))))))))));
21
+ return (h("div", { key: '585ad06cf8879809c48263ddf7b7d0f07f82612c', class: `file_upload_item_base_container ${this.state} ${this.heightSize}` }, this.state === 'in_progress' && (h("div", { key: 'da0097b59cd6c40fe8f622e522355da3916417b0', class: `in_progress_div ${this.heightSize}` }, h("div", { key: '33242f4eef01d3c954ce48ef74af7596e5914be1', class: "file_icon" }), h("div", { key: '355764e15cfdca6316ab0eb955cf7675471edad9', class: "in_progress_content" }, this.heightSize === 'md' && (h(Fragment, null, h("p", { key: 'c25fe8a2d309c90a2ab089330aa01d814bed7cf6', class: `file_type_text ${this.state} text-sm-medium` }, "Tech design requirements.pdf"), h("p", { key: 'a5557ce90740184aa6d69b4d12bbe2dba2f15836', class: `file_size_text ${this.state} text-sm-regular` }, "200 KB"), h("gb-progress-bar", { key: 'ec0aa176aa0ea50ed2c6615bfb6e0dec3c516303', progress: 20, "show-label": true, "label-position": "right", class: "progress_bar" }), h("gb-button-close", { key: 'e729b9e5c3d4e8687339d40ec331804669f7dfca', size: "sm", color: "gray", class: "close_button" }))), this.heightSize === 'lg' && (h(Fragment, null, h("p", { key: '6dd0f5cd3455d0b019a62835e3f484cb86780357', class: `file_type_text ${this.state} text-sm-medium` }, "Tech design requirements.pdf"), h("p", { key: 'd35ad8f361cf5be32130a187200430ab7ca8248e', class: `file_size_text ${this.state} text-sm-regular` }, "200 KB"), h("gb-progress-bar", { key: '0e5a4c377c541d17d1311f0e826a830ba2249b8c', progress: 20, "show-label": true, "label-position": "right", class: "progress_bar" }), h("gb-button-close", { key: '587383be1e116c9d1bf9529ff2ee7dd4e5b8a903', size: "sm", color: "gray", class: "close_button" })))))), this.state === 'complete' && (h("div", { key: '364aa36e1b192a8d4886e4f797fb8247f7ee28ad', class: `complete ${this.heightSize}` }, h("div", { key: '8fdf41774841657334fc34f75f8aa292a36e26d5', class: "file_icon" }), h("div", { key: 'aeb743674e3e1f03aa55cd52ed6219da11a46e73', class: `complete_content ${this.heightSize}` }, this.heightSize === 'md' && (h(Fragment, null, h("p", { key: '8e2a698a70662d2a224f853e46c0e760af0044f0', class: `file_type_text ${this.state} text-sm-medium` }, "Tech design requirements.pdf"), h("p", { key: '08605b433bdc5d3d03cd1ef728c1c79ea2c6446b', class: `file_size_text ${this.state} text-sm-regular` }, "200 KB \u2013 100% uploaded"), h("test-button", { key: '47c6efc7d6e3e2e92c20aac6cd61b78ee65e4d34', size: "sm", hierarchy: "tertiary_gray", icon: "only", "icon-leading": true, "icon-leading-swap": "delete-02", class: "delete_button" }))), this.heightSize === 'lg' && (h(Fragment, null, h("p", { key: '16a8f5f7c46e0c03606b9a4d3e24a2cbe8fcb87f', class: `file_type_text ${this.state} text-sm-medium` }, "Tech design requirements.pdf"), h("p", { key: 'f955e84be5f8ad0257481661188299d0f15c122b', class: `file_size_text ${this.state} text-sm-regular` }, "200 KB \u2013 100% uploaded"), h("test-button", { key: '9fe3667f81dce8f2c7f535b8e6d1e1b17553ebde', size: "sm", hierarchy: "tertiary_gray", icon: "default", "icon-leading": true, "icon-leading-swap": "delete-02" }, h("p", { key: '4e81c1aeeb4afe93e949ac5c4436d7fda5095c09' }, "Clear"))))))), this.state === 'error' && (h("div", { key: '28bcc7bf40f47b3c54ff2077dcdaed53669a403d', class: `error ${this.heightSize}` }, h("div", { key: 'e230f4064e69dbb948abb07406b0aa81f0931a87', class: "file_icon" }), h("div", { key: '8c313d2d96571a6c1a6fcff84f299a0f9d64e5b7', class: "error_content" }, this.heightSize === 'md' && (h(Fragment, null, h("p", { key: '6e9c411c41216e8e303d7d1abeb62ddc230b6414', class: `file_type_text ${this.state} text-sm-medium` }, "Tech design requirements.pdf"), h("p", { key: '87544adf363ab7e4c7cc1220f65fc7db725d1922', class: `file_size_text ${this.state} text-sm-regular` }, "200 KB \u2013 100% uploaded"), h("gb-button", { key: 'd8f9b38e806346187af4dd2299ac4b52587bce4a', size: "sm", hierarchy: "link_color", icon: StateEnum.Default, destructive: true }, h("p", { key: 'ff6be31ad7e55666918caf1e299fbad8f552e5e2' }, "Try again")), h("gb-button", { key: 'a356771a29cba4616db44fb0f87efb61027e5620', size: "sm", hierarchy: "tertiary_gray", icon: "only", destructive: true, "icon-leading": true, "icon-leading-swap": "delete-02", class: "delete_button" }))), this.heightSize === 'lg' && (h(Fragment, null, h("p", { key: '80f7d0ae1e772c6637bbeb95a859a7168e250539', class: `file_type_text ${this.state} text-sm-medium` }, "Tech design requirements.pdf"), h("p", { key: '4129e9b4d4bd7a008d8babb0c0c0da63e4cafbff', class: `file_size_text ${this.state} text-sm-regular` }, "200 KB \u2013 100% uploaded"), h("div", { key: 'fafe35b5d725f9dfa2b6be1fd6e054b5ea318153', class: "btns" }, h("test-button", { key: 'f23226b420b6bc9fe22af5e29546d792325fd357', size: "sm", hierarchy: "tertiary_gray", icon: "default", destructive: true, "icon-leading": true, "icon-leading-swap": "delete-02" }, h("p", { key: 'b6c223e60b076b0cd2e83188da6317425a1f199f' }, "Clear")), h("div", { key: 'd59089652a60035bccc93d91ed9d03737bf1e49d', class: "btn" }, h("test-button", { key: 'f1b70374592b00dff7537e14e2f0961b4f3fd3aa', size: "sm", hierarchy: "link_color", icon: StateEnum.Default, destructive: true, class: "btn" }, h("p", { key: 'ea910261794d329347316e59c250ce5c51380e0c' }, "Try again")))))))))));
22
22
  }
23
23
  static get is() { return "gb-file-upload-item-base"; }
24
24
  static get encapsulation() { return "shadow"; }
@@ -21,7 +21,7 @@ export class GbHeader {
21
21
  render() {
22
22
  const helpIconSrc = getAssetPath(`assets/help-circle.svg`);
23
23
  const notificationIconSrc = getAssetPath(`assets/notification-03.svg`);
24
- return (h("div", { key: 'cc1ff2e089bf5b80479445a7b0df1a194ade7ada', class: `header_div` }, h("div", { key: 'cb15ff9d953681c374079967bc20b4f815e0071c', class: "content" }, h("div", { key: 'dc16b9b5e99fa8ef16e2a3d9e3ef3f5d45f3a9f1', class: "inner_content" }, h("gb-header-icon", { key: 'b1ea69b8148b2423d68fbec6da02259546e55167', state: StateEnum.Default, icon: helpIconSrc, onClick: () => this.onNavBarItemClicked(0) }), h("gb-header-icon", { key: 'a35e463732c95ee2a0e86f14e69a5cbb3d8eecd3', state: this.state, icon: notificationIconSrc, "show-indicator": this.showIndicator, onClick: () => this.onNavBarItemClicked(1) }), h("gb-avatar", { key: 'c170d18d1cd7c807acc5f28a5e5b51be38f681f3', size: "md", text: this.text, placeholder: this.placeholder, onClick: () => this.onNavBarItemClicked(2) }, this.text ? h("slot", { slot: "initials", name: "initials" }) : h("slot", { name: "image", slot: "image" }))))));
24
+ return (h("div", { key: '299de6bfdd9e159e3d9c73252ab67166b5981ab6', class: `header_div` }, h("div", { key: '64768ed1e2aa3256d18da2c9ae1bccce90b3b2f2', class: "content" }, h("div", { key: '401366edca08f272c91bc42e4139a1a88722b083', class: "inner_content" }, h("gb-header-icon", { key: 'e321012fc162c9ffafa9934ac7fe1a438bd9f23b', state: StateEnum.Default, icon: helpIconSrc, onClick: () => this.onNavBarItemClicked(0) }), h("gb-header-icon", { key: '81bfad6c3da83955f198d119afd1faf4077e949a', state: this.state, icon: notificationIconSrc, "show-indicator": this.showIndicator, onClick: () => this.onNavBarItemClicked(1) }), h("gb-avatar", { key: 'bbb7d2ebc86ce71fc6f18cf7e325b0a5b5912915', size: "md", text: this.text, placeholder: this.placeholder, onClick: () => this.onNavBarItemClicked(2) }, this.text ? h("slot", { slot: "initials", name: "initials" }) : h("slot", { name: "image", slot: "image" }))))));
25
25
  }
26
26
  static get is() { return "gb-header"; }
27
27
  static get encapsulation() { return "shadow"; }
@@ -8,13 +8,13 @@ export class GbHeaderIcon {
8
8
  }
9
9
  render() {
10
10
  return [
11
- h("div", { key: '22a8c2379be2541f55d25a4927b6da7fd409dfb4', class: `background ${this.state}` }, this.state === StateEnum.Default && [
11
+ h("div", { key: '14a25efd1d38d81b8dc525ed72638c18495e9cf6', class: `background ${this.state}` }, this.state === StateEnum.Default && [
12
12
  // <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
13
13
  // <path d="M3.72919 7.73286L4.47919 7.73293V7.73286H3.72919ZM16.2706 7.73286H15.5206V7.73293L16.2706 7.73286ZM16.3065 14.2952L16.5863 14.9911L16.3065 14.2952ZM3.6933 14.2952L3.97308 13.5994L3.97308 13.5994L3.6933 14.2952ZM16.8452 10.1617L16.2307 10.5916L16.2332 10.5951L16.8452 10.1617ZM17.8916 11.9951L17.1507 12.1115L17.1507 12.1115L17.8916 11.9951ZM3.15459 10.1617L3.76669 10.5951L3.76915 10.5916L3.15459 10.1617ZM2.10819 11.9951L1.36728 11.8786H1.36728L2.10819 11.9951ZM7.9616 16.909C7.63517 16.654 7.16384 16.7119 6.90886 17.0383C6.65388 17.3648 6.7118 17.8361 7.03824 18.0911L7.9616 16.909ZM12.9616 18.0911C13.288 17.8361 13.346 17.3648 13.091 17.0383C12.836 16.7119 12.3647 16.654 12.0382 16.909L12.9616 18.0911ZM16.0268 13.5994C12.4873 15.0225 7.51251 15.0225 3.97308 13.5994L3.41351 14.9911C7.31201 16.5586 12.6878 16.5586 16.5863 14.9911L16.0268 13.5994ZM17.0206 7.73286C17.0206 3.94514 13.8537 0.916687 9.99992 0.916687V2.41669C13.0726 2.41669 15.5206 4.82007 15.5206 7.73286H17.0206ZM4.47919 7.73286C4.47919 4.82007 6.92727 2.41669 9.99992 2.41669V0.916687C6.14612 0.916687 2.97919 3.94514 2.97919 7.73286H4.47919ZM3.97308 13.5994C3.14627 13.2669 2.75147 12.7326 2.84909 12.1115L1.36728 11.8786C1.11048 13.5125 2.30023 14.5434 3.41351 14.9911L3.97308 13.5994ZM16.5863 14.9911C17.6996 14.5434 18.8894 13.5125 18.6326 11.8786L17.1507 12.1115C17.2484 12.7326 16.8536 13.2669 16.0268 13.5994L16.5863 14.9911ZM17.4598 9.73179C17.0815 9.19099 17.0207 8.58744 17.0206 7.7328L15.5206 7.73293C15.5207 8.61212 15.5638 9.63826 16.2307 10.5916L17.4598 9.73179ZM3.76915 10.5916C4.43604 9.63825 4.47911 8.61212 4.47919 7.73293L2.97919 7.7328C2.97911 8.58744 2.91834 9.19099 2.54003 9.73179L3.76915 10.5916ZM2.54251 9.72827C2.45079 9.8578 2.35253 9.98608 2.23845 10.1379C2.12877 10.2839 2.00871 10.4463 1.89595 10.6178C1.67289 10.957 1.44576 11.3793 1.36728 11.8786L2.84909 12.1115C2.87952 11.9179 2.97611 11.7052 3.14928 11.4419C3.23464 11.3121 3.33082 11.1812 3.43773 11.0389C3.54024 10.9024 3.65891 10.7473 3.76668 10.5951L2.54251 9.72827ZM16.2332 10.5951C16.3409 10.7473 16.4596 10.9024 16.5621 11.0389C16.669 11.1812 16.7652 11.3121 16.8506 11.4419C17.0237 11.7052 17.1203 11.9179 17.1507 12.1115L18.6326 11.8786C18.5541 11.3793 18.327 10.957 18.1039 10.6178C17.9911 10.4463 17.8711 10.2839 17.7614 10.1379C17.6473 9.98608 17.5491 9.8578 17.4573 9.72827L16.2332 10.5951ZM9.99992 17.5834C9.20289 17.5834 8.49015 17.3218 7.9616 16.909L7.03824 18.0911C7.83658 18.7147 8.87606 19.0834 9.99992 19.0834V17.5834ZM12.0382 16.909C11.5097 17.3218 10.7969 17.5834 9.99992 17.5834V19.0834C11.1238 19.0834 12.1633 18.7147 12.9616 18.0911L12.0382 16.909Z" fill="#4B5565"/>
14
14
  // </svg>,
15
- h("img", { key: 'f50e72c2072c346e33c5863415631568b2949109', src: this.icon, alt: "", class: "icon" }),
16
- h(Fragment, null, this.showIndicator && (h("div", { key: 'a93acb130d3403d56ef4f39d67478805067ef92d', class: "red_dot" })))
17
- ], this.state === StateEnum.Disabled && (h("svg", { key: '0cdc4e0c8c064267ef670971f55adeada90d96ba', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '269ef4a53f00bf7f3fca291378083d98c28252d0', d: "M3.72919 7.73286L4.47919 7.73293V7.73286H3.72919ZM16.2706 7.73286H15.5206V7.73293L16.2706 7.73286ZM16.3065 14.2952L16.5863 14.9911L16.3065 14.2952ZM3.6933 14.2952L3.97308 13.5994L3.97308 13.5994L3.6933 14.2952ZM16.8452 10.1617L16.2307 10.5916L16.2332 10.5951L16.8452 10.1617ZM17.8916 11.9951L17.1507 12.1115L17.1507 12.1115L17.8916 11.9951ZM3.15459 10.1617L3.76669 10.5951L3.76915 10.5916L3.15459 10.1617ZM2.10819 11.9951L1.36728 11.8786H1.36728L2.10819 11.9951ZM7.9616 16.909C7.63517 16.654 7.16384 16.7119 6.90886 17.0383C6.65388 17.3648 6.7118 17.8361 7.03824 18.0911L7.9616 16.909ZM12.9616 18.0911C13.288 17.8361 13.346 17.3648 13.091 17.0383C12.836 16.7119 12.3647 16.654 12.0382 16.909L12.9616 18.0911ZM16.0268 13.5994C12.4873 15.0225 7.51251 15.0225 3.97308 13.5994L3.41351 14.9911C7.31201 16.5586 12.6878 16.5586 16.5863 14.9911L16.0268 13.5994ZM17.0206 7.73286C17.0206 3.94514 13.8537 0.916687 9.99992 0.916687V2.41669C13.0726 2.41669 15.5206 4.82007 15.5206 7.73286H17.0206ZM4.47919 7.73286C4.47919 4.82007 6.92727 2.41669 9.99992 2.41669V0.916687C6.14612 0.916687 2.97919 3.94514 2.97919 7.73286H4.47919ZM3.97308 13.5994C3.14627 13.2669 2.75147 12.7326 2.84909 12.1115L1.36728 11.8786C1.11048 13.5125 2.30023 14.5434 3.41351 14.9911L3.97308 13.5994ZM16.5863 14.9911C17.6996 14.5434 18.8894 13.5125 18.6326 11.8786L17.1507 12.1115C17.2484 12.7326 16.8536 13.2669 16.0268 13.5994L16.5863 14.9911ZM17.4598 9.73179C17.0815 9.19099 17.0207 8.58744 17.0206 7.7328L15.5206 7.73293C15.5207 8.61212 15.5638 9.63826 16.2307 10.5916L17.4598 9.73179ZM3.76915 10.5916C4.43604 9.63825 4.47911 8.61212 4.47919 7.73293L2.97919 7.7328C2.97911 8.58744 2.91834 9.19099 2.54003 9.73179L3.76915 10.5916ZM2.54251 9.72827C2.45079 9.8578 2.35253 9.98608 2.23845 10.1379C2.12877 10.2839 2.00871 10.4463 1.89595 10.6178C1.67289 10.957 1.44576 11.3793 1.36728 11.8786L2.84909 12.1115C2.87952 11.9179 2.97611 11.7052 3.14928 11.4419C3.23464 11.3121 3.33082 11.1812 3.43773 11.0389C3.54024 10.9024 3.65891 10.7473 3.76668 10.5951L2.54251 9.72827ZM16.2332 10.5951C16.3409 10.7473 16.4596 10.9024 16.5621 11.0389C16.669 11.1812 16.7652 11.3121 16.8506 11.4419C17.0237 11.7052 17.1203 11.9179 17.1507 12.1115L18.6326 11.8786C18.5541 11.3793 18.327 10.957 18.1039 10.6178C17.9911 10.4463 17.8711 10.2839 17.7614 10.1379C17.6473 9.98608 17.5491 9.8578 17.4573 9.72827L16.2332 10.5951ZM9.99992 17.5834C9.20289 17.5834 8.49015 17.3218 7.9616 16.909L7.03824 18.0911C7.83658 18.7147 8.87606 19.0834 9.99992 19.0834V17.5834ZM12.0382 16.909C11.5097 17.3218 10.7969 17.5834 9.99992 17.5834V19.0834C11.1238 19.0834 12.1633 18.7147 12.9616 18.0911L12.0382 16.909Z", fill: "#CDD5DF" }))))
15
+ h("img", { key: '6351bebf97d80c6a8ab21121703bd72ec3b3e1ed', src: this.icon, alt: "", class: "icon" }),
16
+ h(Fragment, null, this.showIndicator && (h("div", { key: 'bf7f8bfe450c0a0e4222ae2d0f8784889b4ba30a', class: "red_dot" })))
17
+ ], this.state === StateEnum.Disabled && (h("svg", { key: '57a84f508e7c7d84c0b448fe02b07cdc6cde3b7a', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'bdff7fa3d50fbf389f8579029b976a75c9233034', d: "M3.72919 7.73286L4.47919 7.73293V7.73286H3.72919ZM16.2706 7.73286H15.5206V7.73293L16.2706 7.73286ZM16.3065 14.2952L16.5863 14.9911L16.3065 14.2952ZM3.6933 14.2952L3.97308 13.5994L3.97308 13.5994L3.6933 14.2952ZM16.8452 10.1617L16.2307 10.5916L16.2332 10.5951L16.8452 10.1617ZM17.8916 11.9951L17.1507 12.1115L17.1507 12.1115L17.8916 11.9951ZM3.15459 10.1617L3.76669 10.5951L3.76915 10.5916L3.15459 10.1617ZM2.10819 11.9951L1.36728 11.8786H1.36728L2.10819 11.9951ZM7.9616 16.909C7.63517 16.654 7.16384 16.7119 6.90886 17.0383C6.65388 17.3648 6.7118 17.8361 7.03824 18.0911L7.9616 16.909ZM12.9616 18.0911C13.288 17.8361 13.346 17.3648 13.091 17.0383C12.836 16.7119 12.3647 16.654 12.0382 16.909L12.9616 18.0911ZM16.0268 13.5994C12.4873 15.0225 7.51251 15.0225 3.97308 13.5994L3.41351 14.9911C7.31201 16.5586 12.6878 16.5586 16.5863 14.9911L16.0268 13.5994ZM17.0206 7.73286C17.0206 3.94514 13.8537 0.916687 9.99992 0.916687V2.41669C13.0726 2.41669 15.5206 4.82007 15.5206 7.73286H17.0206ZM4.47919 7.73286C4.47919 4.82007 6.92727 2.41669 9.99992 2.41669V0.916687C6.14612 0.916687 2.97919 3.94514 2.97919 7.73286H4.47919ZM3.97308 13.5994C3.14627 13.2669 2.75147 12.7326 2.84909 12.1115L1.36728 11.8786C1.11048 13.5125 2.30023 14.5434 3.41351 14.9911L3.97308 13.5994ZM16.5863 14.9911C17.6996 14.5434 18.8894 13.5125 18.6326 11.8786L17.1507 12.1115C17.2484 12.7326 16.8536 13.2669 16.0268 13.5994L16.5863 14.9911ZM17.4598 9.73179C17.0815 9.19099 17.0207 8.58744 17.0206 7.7328L15.5206 7.73293C15.5207 8.61212 15.5638 9.63826 16.2307 10.5916L17.4598 9.73179ZM3.76915 10.5916C4.43604 9.63825 4.47911 8.61212 4.47919 7.73293L2.97919 7.7328C2.97911 8.58744 2.91834 9.19099 2.54003 9.73179L3.76915 10.5916ZM2.54251 9.72827C2.45079 9.8578 2.35253 9.98608 2.23845 10.1379C2.12877 10.2839 2.00871 10.4463 1.89595 10.6178C1.67289 10.957 1.44576 11.3793 1.36728 11.8786L2.84909 12.1115C2.87952 11.9179 2.97611 11.7052 3.14928 11.4419C3.23464 11.3121 3.33082 11.1812 3.43773 11.0389C3.54024 10.9024 3.65891 10.7473 3.76668 10.5951L2.54251 9.72827ZM16.2332 10.5951C16.3409 10.7473 16.4596 10.9024 16.5621 11.0389C16.669 11.1812 16.7652 11.3121 16.8506 11.4419C17.0237 11.7052 17.1203 11.9179 17.1507 12.1115L18.6326 11.8786C18.5541 11.3793 18.327 10.957 18.1039 10.6178C17.9911 10.4463 17.8711 10.2839 17.7614 10.1379C17.6473 9.98608 17.5491 9.8578 17.4573 9.72827L16.2332 10.5951ZM9.99992 17.5834C9.20289 17.5834 8.49015 17.3218 7.9616 16.909L7.03824 18.0911C7.83658 18.7147 8.87606 19.0834 9.99992 19.0834V17.5834ZM12.0382 16.909C11.5097 17.3218 10.7969 17.5834 9.99992 17.5834V19.0834C11.1238 19.0834 12.1633 18.7147 12.9616 18.0911L12.0382 16.909Z", fill: "#CDD5DF" }))))
18
18
  ];
19
19
  }
20
20
  static get is() { return "gb-header-icon"; }
@@ -4,7 +4,7 @@ export class GbHelpDropdown {
4
4
  this.showLogError = undefined;
5
5
  }
6
6
  render() {
7
- return (h("div", { key: 'ffe6802ac52f7f903b1c0aea7915c99acc93d4ad', class: "dropdown-container" }, h("gb-dropdown-items-with-shortcut", { key: '0cbd50d1d6a96694bdfb3480232feb0ac626b8ba', icon: true, iconSrc: 'book_open', label: 'Download user guide' }), h("gb-dropdown-items-with-shortcut", { key: 'bf3bd867103472668eb3f15c6d7b32c2c40ab33d', icon: true, iconSrc: 'bug_02', label: 'Report a bug' }), this.showLogError && (h("gb-dropdown-items-with-shortcut", { key: '9f7abf10a4c35735fe380aa4a3460819b1215dad', icon: true, iconSrc: 'alert_02', label: 'Log a profile error' }))));
7
+ return (h("div", { key: 'fc07551bc96673d186c7ddc6e38a8b0a25e00816', class: "dropdown-container" }, h("gb-dropdown-items-with-shortcut", { key: '0469e9dc3daa58fd5257419deb617868bc0d94a8', icon: true, iconSrc: 'book_open', label: 'Download user guide' }), h("gb-dropdown-items-with-shortcut", { key: '6d14220e2ac8832112ede9013daf85ea5ebe27f7', icon: true, iconSrc: 'bug_02', label: 'Report a bug' }), this.showLogError && (h("gb-dropdown-items-with-shortcut", { key: 'd59facc12e81ec2734476eeb3324161920f63477', icon: true, iconSrc: 'alert_02', label: 'Log a profile error' }))));
8
8
  }
9
9
  static get is() { return "gb-help-dropdown"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -2686,7 +2686,7 @@
2686
2686
  /* Tab Type Styles */
2687
2687
  .horizontal_tab_div.underline,
2688
2688
  .horizontal_tab_div.underline_filled{
2689
- border-bottom: 1px solid var(--color-border-subtle, #CDD5DF);
2689
+ box-shadow: inset 0 -1px 0 0 var(--color-border-subtle, #CDD5DF);
2690
2690
  }
2691
2691
 
2692
2692
  .horizontal_tab_div.button_white_border,
@@ -43,7 +43,7 @@ export class GbHorizontalTabs {
43
43
  }
44
44
  }
45
45
  render() {
46
- return (h("div", { key: '69483f44df204aa90d46d94769660d045a00a8f9', class: `horizontal_tab_div ${this.type} ${this.breakpoint} ${this.fullWidth ? 'full_width' : ''}` }, h("gb-tab-button-base", { key: '845f61c536d3636e8564ede896961fc7e718530b', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(0), current: this.activeIndex === 0, "tab-name": this.firstTabName }), h("gb-tab-button-base", { key: '898f72072f18ce48e72be27295189e9f2d4d10e7', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(1), current: this.activeIndex === 1, "tab-name": this.secondTabName }), this.thirdTab && (h("gb-tab-button-base", { key: '5e56a46ed286155d543d32e07dc18d9ec66d7cde', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(2), current: this.activeIndex === 2, "tab-name": this.thirdTabName })), this.fourthTab && (h("gb-tab-button-base", { key: '7aa608bc50382b599e8a6be10bed2ea1686c82b3', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(3), current: this.activeIndex === 3, "tab-name": this.fourthTabName })), this.fifthTab && (h("gb-tab-button-base", { key: '9879f5bfea9c4c66a92cac3c3bcd173319e230cb', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(4), current: this.activeIndex === 4, "tab-name": this.fifthTabName })), this.sixthTab && (h("gb-tab-button-base", { key: '19eb677cb4314553750d803bc34599d965f531ef', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(5), current: this.activeIndex === 5, "tab-name": this.sixthTabName })), this.seventhTab && (h("gb-tab-button-base", { key: 'b036e2092d5a3d36e05d9aed6c1fc6095d83ef73', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(6), current: this.activeIndex === 6, "tab-name": this.seventhTabName })), this.eighthTab && (h("gb-tab-button-base", { key: '116c13364cf96cfeb0986343e02871e8b616d3bf', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(7), current: this.activeIndex === 7, "tab-name": this.eighthTabName })), this.ninthTab && (h("gb-tab-button-base", { key: 'ef24fa0d20e5142685421795983ac055222559f0', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(8), current: this.activeIndex === 8, "tab-name": this.ninthTabName })), this.tenthTab && (h("gb-tab-button-base", { key: '10e8c7a2f293428c1d7cf0f99cc28b24707b1f09', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(9), current: this.activeIndex === 9, "tab-name": this.tenthTabName }))));
46
+ return (h("div", { key: '3e6f18fa9dd9e338d371ea89cea26ff8b7bcbcc9', class: `horizontal_tab_div ${this.type} ${this.breakpoint} ${this.fullWidth ? 'full_width' : ''}` }, h("gb-tab-button-base", { key: '5a430d0a2e4bb5af114f31454381c4f11a6ad198', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(0), current: this.activeIndex === 0, "tab-name": this.firstTabName }), h("gb-tab-button-base", { key: '460470d6e25fb40d8b7f3d6520f53bd62e70e551', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(1), current: this.activeIndex === 1, "tab-name": this.secondTabName }), this.thirdTab && (h("gb-tab-button-base", { key: '3c75a66da7966348bef00303ecb5d39d89392b39', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(2), current: this.activeIndex === 2, "tab-name": this.thirdTabName })), this.fourthTab && (h("gb-tab-button-base", { key: 'ce42692b95353fd2cb61005f27433bbc141cb65a', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(3), current: this.activeIndex === 3, "tab-name": this.fourthTabName })), this.fifthTab && (h("gb-tab-button-base", { key: '9cbc86dccd20b49cebfb2e354d1065937e920709', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(4), current: this.activeIndex === 4, "tab-name": this.fifthTabName })), this.sixthTab && (h("gb-tab-button-base", { key: 'd08e5657931c93fd8fe3a6add42a0ec6ddf799b1', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(5), current: this.activeIndex === 5, "tab-name": this.sixthTabName })), this.seventhTab && (h("gb-tab-button-base", { key: '6f0c01ede272b723a063023ee81c1749eceab67f', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(6), current: this.activeIndex === 6, "tab-name": this.seventhTabName })), this.eighthTab && (h("gb-tab-button-base", { key: '8b57b3ec4ba52f3444c05764e6754c1a4708617d', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(7), current: this.activeIndex === 7, "tab-name": this.eighthTabName })), this.ninthTab && (h("gb-tab-button-base", { key: '62c896df46de5098aa0e1a4e528e554aa4a22173', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(8), current: this.activeIndex === 8, "tab-name": this.ninthTabName })), this.tenthTab && (h("gb-tab-button-base", { key: 'ce3a6a237465762476145abaa61a92c0d92c05d1', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(9), current: this.activeIndex === 9, "tab-name": this.tenthTabName }))));
47
47
  }
48
48
  static get is() { return "gb-horizontal-tabs"; }
49
49
  static get encapsulation() { return "shadow"; }
@@ -27,8 +27,8 @@ export class GbInputDropdown {
27
27
  slottedInitials.classList.add('text-xs-semi-bold');
28
28
  }
29
29
  render() {
30
- return (h("div", { key: 'ba9af73cd9810d7967480e97ce49e01ed5eec52b', class: `input_dropdown_container` }, this.showLabel && (h("p", { key: 'a926ca089e9b1c648b953e687e36f2fd0d78734a', class: "text-sm-regular", style: { color: '#4B5565' } }, this.label)), h("div", { key: '180f7878415c2e1d291fe76dd2b095215a4fd621', class: `input_dropdown_div ${this.size} ${this.state}` }, this.type === 'icon_leading' && (h("svg", { key: '7351b6aa9edff6f7c2ec4a8882c9b7ca175911c3', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'd844d8551e4fe01c1808405115df8fc1b4ea614e', d: "M5.48131 12.9013C4.30234 13.6033 1.21114 15.0368 3.09388 16.8305C4.01359 17.7067 5.03791 18.3333 6.32572 18.3333H13.6743C14.9621 18.3333 15.9864 17.7067 16.9061 16.8305C18.7889 15.0368 15.6977 13.6033 14.5187 12.9013C11.754 11.2551 8.24599 11.2551 5.48131 12.9013Z", stroke: "#697586", "stroke-width": "1.66667" }), h("path", { key: '0ae26f71e8db3cb1e1bd1b941310ebaff852cacc', d: "M13.75 5.41667C13.75 7.48774 12.0711 9.16667 10 9.16667C7.92893 9.16667 6.25 7.48774 6.25 5.41667C6.25 3.3456 7.92893 1.66667 10 1.66667C12.0711 1.66667 13.75 3.3456 13.75 5.41667Z", stroke: "#697586", "stroke-width": "1.66667" }))), this.type === 'avatar_leading' && (h("gb-avatar", { key: '65dbc85e738e2f2906a5f017ff7e80b6a5f33660', size: "xs", text: this.text }, !this.text ? (h("slot", { slot: "image", name: "image" })) :
31
- (h("slot", { slot: "initials", name: "initials" })))), this.type === 'search' && (h("svg", { key: 'a77eacef9f2430d75c14e525bc690c996b889a63', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'a4f00445945228d3e7f1073d38995a17cad7ce2d', d: "M14.5833 14.5833L18.3333 18.3333M16.6667 9.16667C16.6667 5.02454 13.3088 1.66667 9.16667 1.66667C5.02454 1.66667 1.66667 5.02454 1.66667 9.16667C1.66667 13.3088 5.02454 16.6667 9.16667 16.6667C13.3088 16.6667 16.6667 13.3088 16.6667 9.16667Z", stroke: "#697586", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.type === 'dot_leading' && (h("svg", { key: '6a4049cf4506b721eb463d5ce644cc83a8f81843', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `dot ${this.size}` }, h("circle", { key: 'a4e05199e43302faeeeb04f17a4c3e83ad24bb1e', cx: "5", cy: "5", r: "4", fill: "#079455" }))), h("div", { key: '915ccb527044b944f40759e117ba36dfcd24fe30', class: "placeholder" }, h(Fragment, null, this.state === 'default' && (h(Fragment, null, this.showPlaceholder && (h("p", { key: '18659ff52fc6fc83c9ae34961cf44d6f4aeeaffa', class: "text-md-regular", style: { color: '#CDD5DF' } }, "Select team member")))), this.state === 'filled' && (h(Fragment, null, h("div", { key: '099b81eef5d4771a1a77739501af1c265ddeae3a', class: "content" }, h("div", { key: 'f51ab6597b9738c6751ec0e45e3fe05bc36d546c', class: "text text-md-regular", style: { color: '#4B5565' } }, "Olivia Rhye"), h("div", { key: '44b5534ff0674a0b790266324c39b5c16bba37fb', class: "supporting_text text-sm-regular", style: { color: '#697586' } }, "@olivia")))))), this.showHelpIcon && (h("div", { key: 'd867817e2b706801284e5b9efff1903a3a63cf40', class: `help_icon` }, h("svg", { key: '9ee4c132600255723a18a8016d6c62e9fbe43465', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { key: '62f9a808b680d62abe1ac1b62674cdcce1b679fb', d: "M6.66665 6C6.66665 5.26362 7.2636 4.66667 7.99998 4.66667C8.73636 4.66667 9.33331 5.26362 9.33331 6C9.33331 6.26543 9.25575 6.51275 9.12205 6.72053C8.72358 7.33978 7.99998 7.93029 7.99998 8.66667V9M7.99464 11.3333H8.00063M14.6666 8C14.6666 11.6819 11.6819 14.6667 7.99998 14.6667C4.31808 14.6667 1.33331 11.6819 1.33331 8C1.33331 4.3181 4.31808 1.33333 7.99998 1.33333C11.6819 1.33333 14.6666 4.3181 14.6666 8Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))), h("div", { key: '4cc487a2912b63da019d01bdbec3716f90558e6f', class: "dropdown_icon" }, h("svg", { key: 'bba6fc6ae9d83297a121b44164d1a16677b1791b', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `${this.state}` }, h("path", { key: 'f121498aa7d2f6d238c467651142fb93c9185240', d: "M15 7.50004C15 7.50004 11.3176 12.5 9.99996 12.5C8.68237 12.5 5 7.5 5 7.5", stroke: "#697586", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" })))), this.showHintText && (h("p", { key: 'bb767cb36be2112386f501ae5146d81c8a54e973', class: "text-sm-regular", style: { color: '#697586' } }, this.hintText))));
30
+ return (h("div", { key: 'c0092b6df5345cc30f38a82a3600961da0356066', class: `input_dropdown_container` }, this.showLabel && (h("p", { key: 'dd64bafd83cef8f849a8bcf23675d71c0e80fc27', class: "text-sm-regular", style: { color: '#4B5565' } }, this.label)), h("div", { key: '326b526c119f8c9d09832a7df752f65606dd71c4', class: `input_dropdown_div ${this.size} ${this.state}` }, this.type === 'icon_leading' && (h("svg", { key: '6868fd401a340b59a895ad33efbd4bf0b1b55ed7', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'ccc58dd36c08d4b7e9fd5a6d2a9d28d449938b76', d: "M5.48131 12.9013C4.30234 13.6033 1.21114 15.0368 3.09388 16.8305C4.01359 17.7067 5.03791 18.3333 6.32572 18.3333H13.6743C14.9621 18.3333 15.9864 17.7067 16.9061 16.8305C18.7889 15.0368 15.6977 13.6033 14.5187 12.9013C11.754 11.2551 8.24599 11.2551 5.48131 12.9013Z", stroke: "#697586", "stroke-width": "1.66667" }), h("path", { key: '66e88f6bab5fcafa8a78484518f7d7360418a83a', d: "M13.75 5.41667C13.75 7.48774 12.0711 9.16667 10 9.16667C7.92893 9.16667 6.25 7.48774 6.25 5.41667C6.25 3.3456 7.92893 1.66667 10 1.66667C12.0711 1.66667 13.75 3.3456 13.75 5.41667Z", stroke: "#697586", "stroke-width": "1.66667" }))), this.type === 'avatar_leading' && (h("gb-avatar", { key: 'a1cc10362a6715d61eb69bbaab4965c5c5e36865', size: "xs", text: this.text }, !this.text ? (h("slot", { slot: "image", name: "image" })) :
31
+ (h("slot", { slot: "initials", name: "initials" })))), this.type === 'search' && (h("svg", { key: 'cb53be2066fc56550a2fb46bf9e29a46b8a529a7', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'ac57feb67e6d852e50206e6dcde220629353027f', d: "M14.5833 14.5833L18.3333 18.3333M16.6667 9.16667C16.6667 5.02454 13.3088 1.66667 9.16667 1.66667C5.02454 1.66667 1.66667 5.02454 1.66667 9.16667C1.66667 13.3088 5.02454 16.6667 9.16667 16.6667C13.3088 16.6667 16.6667 13.3088 16.6667 9.16667Z", stroke: "#697586", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.type === 'dot_leading' && (h("svg", { key: '34b08d22ffae6a852353f9016a6c9949b521fec8', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `dot ${this.size}` }, h("circle", { key: '5691c3a29b6c6628208fe5cb92929a2585225abc', cx: "5", cy: "5", r: "4", fill: "#079455" }))), h("div", { key: 'a88d1554533300029d120ed0ddf7825a0aa08017', class: "placeholder" }, h(Fragment, null, this.state === 'default' && (h(Fragment, null, this.showPlaceholder && (h("p", { key: '0e08e5a1e81966f2f21b64df0a0667aa77a18aae', class: "text-md-regular", style: { color: '#CDD5DF' } }, "Select team member")))), this.state === 'filled' && (h(Fragment, null, h("div", { key: '9c9e49ef57100db24a9192c6b3aef5f14f362370', class: "content" }, h("div", { key: 'ed5d3ca23ee930cc32d0e646c9e5144302e39440', class: "text text-md-regular", style: { color: '#4B5565' } }, "Olivia Rhye"), h("div", { key: '402972c4004959169b6a1c7c2e788915f2617e43', class: "supporting_text text-sm-regular", style: { color: '#697586' } }, "@olivia")))))), this.showHelpIcon && (h("div", { key: '3572b5628c879b40195d0663a39c26aa02d69d0e', class: `help_icon` }, h("svg", { key: 'e3ac45e0120bd25cc586fdf7064c3155040293df', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { key: 'c0df19b8532bca63eace36419305b0dcb3d0075f', d: "M6.66665 6C6.66665 5.26362 7.2636 4.66667 7.99998 4.66667C8.73636 4.66667 9.33331 5.26362 9.33331 6C9.33331 6.26543 9.25575 6.51275 9.12205 6.72053C8.72358 7.33978 7.99998 7.93029 7.99998 8.66667V9M7.99464 11.3333H8.00063M14.6666 8C14.6666 11.6819 11.6819 14.6667 7.99998 14.6667C4.31808 14.6667 1.33331 11.6819 1.33331 8C1.33331 4.3181 4.31808 1.33333 7.99998 1.33333C11.6819 1.33333 14.6666 4.3181 14.6666 8Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))), h("div", { key: '060f9a9d92c330db1509226101d5bc36666a224e', class: "dropdown_icon" }, h("svg", { key: '958b8d8bda91d6b7fc4d4051d2a19e8e5924ddec', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `${this.state}` }, h("path", { key: 'dfed215d43cee4bae4a3ecc951451469f88ffd58', d: "M15 7.50004C15 7.50004 11.3176 12.5 9.99996 12.5C8.68237 12.5 5 7.5 5 7.5", stroke: "#697586", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" })))), this.showHintText && (h("p", { key: '95c735da57b1bb13f20ab5506b056666f4124b05', class: "text-sm-regular", style: { color: '#697586' } }, this.hintText))));
32
32
  }
33
33
  static get is() { return "gb-input-dropdown"; }
34
34
  static get encapsulation() { return "shadow"; }
@@ -2674,7 +2674,6 @@
2674
2674
 
2675
2675
  .dropdown-container {
2676
2676
  display: flex;
2677
- width: 100%;
2678
2677
  padding: var(--spacing-1);
2679
2678
  align-items: center;
2680
2679
  gap: var(--spacing-none);
@@ -8,12 +8,12 @@ export class GbInputDropdownMenuItem {
8
8
  this.state = 'default';
9
9
  }
10
10
  render() {
11
- return (h("div", { key: '52843ccf6fc7861cbc0a96369b82285cac27f99c', class: "dropdown-container", onClick: () => this.selected = !this.selected }, h("div", { key: '50ca248f1ed089609e1cc17e563e2c172804e066', class: {
11
+ return (h("div", { key: '98d60307ead775fec9581138d872f058699dac58', class: "dropdown-container", onClick: () => this.selected = !this.selected }, h("div", { key: 'dce436a9a64935903af0e019a000724802460092', class: {
12
12
  'dropdown-item': true,
13
13
  'dropdown-item--selected': this.selected,
14
14
  'dropdown-item--disabled': this.state === 'disabled',
15
15
  [this.type]: true,
16
- }, role: "option", "aria-selected": this.selected ? 'true' : 'false', "aria-disabled": this.state === 'disabled' ? 'true' : 'false' }, this.type === 'icon_leading' && (h("svg", { key: '6dd9b023214bc335cf7441991a179dd14fec32d9', id: "icon", xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '1f641e89ff6a1ba3f7c51b1ef41e998eb4b23e7b', d: "M5.48131 12.9013C4.30234 13.6034 1.21114 15.0368 3.09388 16.8305C4.01359 17.7067 5.03791 18.3334 6.32572 18.3334H13.6743C14.9621 18.3334 15.9864 17.7067 16.9061 16.8305C18.7889 15.0368 15.6977 13.6034 14.5187 12.9013C11.754 11.2551 8.24599 11.2551 5.48131 12.9013Z", stroke: "#4B5565", "stroke-width": "1.5" }), h("path", { key: 'eb2d90d3c96f9097bbe7d5f0bd937a66ce728abf', d: "M13.75 5.41669C13.75 7.48776 12.0711 9.16669 10 9.16669C7.92893 9.16669 6.25 7.48776 6.25 5.41669C6.25 3.34562 7.92893 1.66669 10 1.66669C12.0711 1.66669 13.75 3.34562 13.75 5.41669Z", stroke: "#4B5565", "stroke-width": "1.5" }))), this.type === 'avatar_leading' && (h("gb-avatar", { key: '0affec66bd94e1ac69c67d90c8bfeb8302bbb7a3', class: "avatar-icon", size: "xs", "status-icon": "false" }, h("slot", { key: '29871b0f7bd19eb3a2f9ed4fe2624aab32da2ade', name: "image", slot: "image" }))), this.type === 'dot_leading' && (h("svg", { key: '468d899aa1b05d934f530d2a8d006a820bc3e377', id: "icon", xmlns: "http://www.w3.org/2000/svg", width: "10px", height: "10px", viewBox: "0 0 10 10", fill: "none" }, h("circle", { key: '644d6fd0a1988cd8f8272766a4bf25f9cb42bf72', cx: "5", cy: "5", r: "4", fill: "#17B26A" }))), this.type === 'checkbox' && h("gb-checkbox", { key: '4687b0241ef5ddacb09e12aa4092152f458e16c6', class: "checkbox", size: "sm", type: "checkbox", state: StateEnum.Default, checked: this.selected }), h("div", { key: '8c3df218aeb9430a8b4ac7538e2bb7b488f492a4', class: "text" }, h("slot", { key: '907c1db3738810875a3e2f3fc8ff813b350790af', name: "name" }), this.supportingText && (h("span", { key: 'b4fa4dbed20cf1916285f32e1f79c3eb27f0f115' }, h("slot", { key: '9abb63fe6b28140c64eb4c6f4e50a6d7c5589ea3', name: "supporting_text" })))), this.selected && (h("svg", { key: '1502c6198ab327c1ecc8adc25d8bb9c40fe1357f', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '73385e1483655c5a25556eede6a822daa51f0857', d: "M4.16669 12.0834C4.16669 12.0834 5.41669 12.0834 7.08335 15C7.08335 15 11.7157 7.36115 15.8334 5.83337", stroke: "#075DB2", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" }))))));
16
+ }, role: "option", "aria-selected": this.selected ? 'true' : 'false', "aria-disabled": this.state === 'disabled' ? 'true' : 'false' }, this.type === 'icon_leading' && (h("svg", { key: '734b931c2f4e678b2b03baf1a3a1e0a37ca105a6', id: "icon", xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'db98467b3e04b59796b6a2634e77710e58f36f84', d: "M5.48131 12.9013C4.30234 13.6034 1.21114 15.0368 3.09388 16.8305C4.01359 17.7067 5.03791 18.3334 6.32572 18.3334H13.6743C14.9621 18.3334 15.9864 17.7067 16.9061 16.8305C18.7889 15.0368 15.6977 13.6034 14.5187 12.9013C11.754 11.2551 8.24599 11.2551 5.48131 12.9013Z", stroke: "#4B5565", "stroke-width": "1.5" }), h("path", { key: 'b2b5ca4ebf526be1ddaff05c2a95cd98d9ec35c1', d: "M13.75 5.41669C13.75 7.48776 12.0711 9.16669 10 9.16669C7.92893 9.16669 6.25 7.48776 6.25 5.41669C6.25 3.34562 7.92893 1.66669 10 1.66669C12.0711 1.66669 13.75 3.34562 13.75 5.41669Z", stroke: "#4B5565", "stroke-width": "1.5" }))), this.type === 'avatar_leading' && (h("gb-avatar", { key: 'cabae8019ee74cdd22f6591630edd8ef1a6e6cd8', class: "avatar-icon", size: "xs", "status-icon": "false" }, h("slot", { key: '93874b9ace79495a7dd67271414eea15f9e0a93e', name: "image", slot: "image" }))), this.type === 'dot_leading' && (h("svg", { key: '4a68ad064668a35da1093d617ce404bb78dd8a25', id: "icon", xmlns: "http://www.w3.org/2000/svg", width: "10px", height: "10px", viewBox: "0 0 10 10", fill: "none" }, h("circle", { key: 'aeeba1f06f586e8d904ab595c6dc1ecb340782cb', cx: "5", cy: "5", r: "4", fill: "#17B26A" }))), this.type === 'checkbox' && h("gb-checkbox", { key: 'b10e26b78d82998c5fbe79cb6960730b28297413', class: "checkbox", size: "sm", type: "checkbox", state: StateEnum.Default, checked: this.selected }), h("div", { key: 'ac55ee84a183f5809183c0b1b51c786a3b111e5e', class: "text" }, h("slot", { key: '3f2d6489aa9619295d1ab63aaa4d94bada3f9d07', name: "name" }), this.supportingText && (h("span", { key: '29bd6bc38e591942f62c1ee3aae763b69b1a634c' }, h("slot", { key: 'd371842254a441d5b89ed80970bf6115f1dff750', name: "supporting_text" })))), this.selected && (h("svg", { key: '9beb8b4290e2162ca05c146ac428581b51da2b2d', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '9c2e4d366354030b1016a90e9ee6a1b1b0ea9075', d: "M4.16669 12.0834C4.16669 12.0834 5.41669 12.0834 7.08335 15C7.08335 15 11.7157 7.36115 15.8334 5.83337", stroke: "#075DB2", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" }))))));
17
17
  }
18
18
  static get is() { return "gb-input-dropdown-menu-item"; }
19
19
  static get encapsulation() { return "shadow"; }
@@ -103,4 +103,4 @@ export class GbInputDropdownMenuItem {
103
103
  };
104
104
  }
105
105
  }
106
- //# sourceMappingURL=gb-input-dropdown-menu.js.map
106
+ //# sourceMappingURL=gb-input-dropdown-menu-item.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gb-input-dropdown-menu-item.js","sourceRoot":"","sources":["../../../src/components/gb-input-dropdown-menu/gb-input-dropdown-menu-item.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAQxD,MAAM,OAAO,uBAAuB;;;8BAEE,KAAK;wBACM,KAAK;qBACV,SAAS;;IAEjD,MAAM;QACF,OAAO,CACL,4DAAK,KAAK,EAAC,oBAAoB,EAAC,OAAO,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,QAAQ,GAAG,CAAC,IAAI,CAAC,QAAQ;YAC3E,4DACE,KAAK,EAAE;oBACL,eAAe,EAAE,IAAI;oBACrB,yBAAyB,EAAE,IAAI,CAAC,QAAQ;oBACxC,yBAAyB,EAAE,IAAI,CAAC,KAAK,KAAK,UAAU;oBACpD,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI;iBAClB,EACD,IAAI,EAAC,QAAQ,mBACE,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,mBAChC,IAAI,CAAC,KAAK,KAAK,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;gBAE1D,IAAI,CAAC,IAAI,KAAK,cAAc,IAAI,CAC/B,4DAAK,EAAE,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM;oBACtG,6DACE,CAAC,EAAC,0QAA0Q,EAC5Q,MAAM,EAAC,SAAS,kBACH,KAAK,GAClB;oBACF,6DACE,CAAC,EAAC,wLAAwL,EAC1L,MAAM,EAAC,SAAS,kBACH,KAAK,GAClB,CACE,CACP;gBACA,IAAI,CAAC,IAAI,KAAK,gBAAgB,IAAI,CACjC,kEAAW,KAAK,EAAC,aAAa,EAAC,IAAI,EAAC,IAAI,iBAAa,OAAO;oBAC1D,6DAAM,IAAI,EAAC,OAAO,EAAC,IAAI,EAAC,OAAO,GAAQ,CAC7B,CACb;gBACA,IAAI,CAAC,IAAI,KAAK,aAAa,IAAI,CAC9B,4DAAK,EAAE,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM;oBAC1G,+DAAQ,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,IAAI,EAAC,SAAS,GAAG,CACzC,CACP;gBACA,IAAI,CAAC,IAAI,KAAK,UAAU,IAAI,oEAAa,KAAK,EAAC,UAAU,EAAC,IAAI,EAAC,IAAI,EAAC,IAAI,EAAC,UAAU,EAAC,KAAK,EAAE,SAAS,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,QAAQ,GAAgB;gBACrJ,4DAAK,KAAK,EAAC,MAAM;oBACf,6DAAM,IAAI,EAAC,MAAM,GAAQ;oBACxB,IAAI,CAAC,cAAc,IAAI,CACtB;wBACE,6DAAM,IAAI,EAAC,iBAAiB,GAAQ,CAC/B,CACR,CACG;gBACL,IAAI,CAAC,QAAQ,IAAI,CAChB,4DAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM;oBAC5F,6DACE,CAAC,EAAC,wGAAwG,EAC1G,MAAM,EAAC,SAAS,kBACH,SAAS,oBACP,OAAO,qBACN,OAAO,GACvB,CACE,CACP,CACG,CACF,CACP,CAAC;IACN,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEJ","sourcesContent":["import { Component, Prop, h } from \"@stencil/core\";\r\nimport { StateEnum } from '../../models/reusableModels';\r\n\r\n@Component({\r\n tag: 'gb-input-dropdown-menu-item',\r\n styleUrl: 'gb-input-dropdown-menu-item.css',\r\n shadow: true\r\n})\r\n\r\nexport class GbInputDropdownMenuItem {\r\n @Prop() type: 'icon_leading' | 'avatar_leading' | 'dot_leading' | 'checkbox';\r\n @Prop() supportingText: boolean = false;\r\n @Prop({ mutable: true }) selected: boolean = false;\r\n @Prop() state: 'default' | 'disabled' = 'default';\r\n\r\n render() {\r\n return (\r\n <div class=\"dropdown-container\" onClick={() => this.selected = !this.selected}>\r\n <div\r\n class={{\r\n 'dropdown-item': true,\r\n 'dropdown-item--selected': this.selected,\r\n 'dropdown-item--disabled': this.state === 'disabled',\r\n [this.type]: true,\r\n }}\r\n role=\"option\"\r\n aria-selected={this.selected ? 'true' : 'false'}\r\n aria-disabled={this.state === 'disabled' ? 'true' : 'false'}\r\n >\r\n {this.type === 'icon_leading' && (\r\n <svg id=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\">\r\n <path\r\n d=\"M5.48131 12.9013C4.30234 13.6034 1.21114 15.0368 3.09388 16.8305C4.01359 17.7067 5.03791 18.3334 6.32572 18.3334H13.6743C14.9621 18.3334 15.9864 17.7067 16.9061 16.8305C18.7889 15.0368 15.6977 13.6034 14.5187 12.9013C11.754 11.2551 8.24599 11.2551 5.48131 12.9013Z\"\r\n stroke=\"#4B5565\"\r\n stroke-width=\"1.5\"\r\n />\r\n <path\r\n d=\"M13.75 5.41669C13.75 7.48776 12.0711 9.16669 10 9.16669C7.92893 9.16669 6.25 7.48776 6.25 5.41669C6.25 3.34562 7.92893 1.66669 10 1.66669C12.0711 1.66669 13.75 3.34562 13.75 5.41669Z\"\r\n stroke=\"#4B5565\"\r\n stroke-width=\"1.5\"\r\n />\r\n </svg>\r\n )}\r\n {this.type === 'avatar_leading' && (\r\n <gb-avatar class=\"avatar-icon\" size=\"xs\" status-icon=\"false\">\r\n <slot name=\"image\" slot=\"image\"></slot>\r\n </gb-avatar>\r\n )}\r\n {this.type === 'dot_leading' && (\r\n <svg id=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 10 10\" fill=\"none\">\r\n <circle cx=\"5\" cy=\"5\" r=\"4\" fill=\"#17B26A\" />\r\n </svg>\r\n )}\r\n {this.type === 'checkbox' && <gb-checkbox class=\"checkbox\" size=\"sm\" type=\"checkbox\" state={StateEnum.Default} checked={this.selected}></gb-checkbox>}\r\n <div class=\"text\">\r\n <slot name=\"name\"></slot>\r\n {this.supportingText && (\r\n <span>\r\n <slot name=\"supporting_text\"></slot>\r\n </span>\r\n )}\r\n </div>\r\n {this.selected && (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\">\r\n <path\r\n d=\"M4.16669 12.0834C4.16669 12.0834 5.41669 12.0834 7.08335 15C7.08335 15 11.7157 7.36115 15.8334 5.83337\"\r\n stroke=\"#075DB2\"\r\n stroke-width=\"1.66667\"\r\n stroke-linecap=\"round\"\r\n stroke-linejoin=\"round\"\r\n />\r\n </svg>\r\n )}\r\n </div>\r\n </div>\r\n );\r\n }\r\n \r\n}"]}
@@ -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) })));