globuswebcomponents 2.8.0 → 2.8.2

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 (513) hide show
  1. package/dist/cjs/gb-approval-modal_64.cjs.entry.js +189 -137
  2. package/dist/cjs/gb-card-icon.cjs.entry.js +1 -1
  3. package/dist/cjs/gb-carousel-arrow.cjs.entry.js +1 -1
  4. package/dist/cjs/gb-category-card.cjs.entry.js +1 -1
  5. package/dist/cjs/gb-checkbox-group.cjs.entry.js +1 -1
  6. package/dist/cjs/gb-comment-item.cjs.entry.js +1 -1
  7. package/dist/cjs/gb-comment.cjs.entry.js +1 -1
  8. package/dist/cjs/gb-complex-primary-side-bar-item_2.cjs.entry.js +2 -2
  9. package/dist/cjs/gb-detail-cell.cjs.entry.js +1 -1
  10. package/dist/cjs/gb-file-upload.cjs.entry.js +12 -12
  11. package/dist/cjs/gb-horizontal-tabs.cjs.entry.js +1 -1
  12. package/dist/cjs/gb-logo.cjs.entry.js +1 -1
  13. package/dist/cjs/gb-mega-input-field-base.cjs.entry.js +2 -2
  14. package/dist/cjs/gb-nav-bar-item.cjs.entry.js +1 -1
  15. package/dist/cjs/gb-nav-bar-sidemenu.cjs.entry.js +1 -1
  16. package/dist/cjs/gb-nav-bar.cjs.entry.js +1 -1
  17. package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
  18. package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
  19. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  20. package/dist/cjs/gb-prompt-modal.cjs.entry.js +1 -1
  21. package/dist/cjs/gb-quick-action-card.cjs.entry.js +1 -1
  22. package/dist/cjs/gb-quick-action-icon.cjs.entry.js +1 -1
  23. package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
  24. package/dist/cjs/gb-sidebar.cjs.entry.js +1 -1
  25. package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
  26. package/dist/cjs/gb-slider.cjs.entry.js +1 -1
  27. package/dist/cjs/gb-step-base_2.cjs.entry.js +2 -2
  28. package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js +1 -1
  29. package/dist/cjs/gb-stepper-horizontal-icons-connected.cjs.entry.js +1 -1
  30. package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js +1 -1
  31. package/dist/cjs/gb-stepper-horizontal-minimal-icons.cjs.entry.js +1 -1
  32. package/dist/cjs/gb-stepper-vertical-icons-with-text.cjs.entry.js +1 -1
  33. package/dist/cjs/gb-table-cell.cjs.entry.js +1 -1
  34. package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
  35. package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
  36. package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
  37. package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
  38. package/dist/cjs/globuscomponents.cjs.js +1 -1
  39. package/dist/cjs/loader.cjs.js +1 -1
  40. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  41. package/dist/collection/components/gb-btn/gb-btn.css +67 -42
  42. package/dist/collection/components/gb-btn/gb-btn.js +68 -12
  43. package/dist/collection/components/gb-btn/gb-btn.js.map +1 -1
  44. package/dist/collection/components/gb-button/gb-button.js +1 -1
  45. package/dist/collection/components/gb-button-close/gb-button-close.js +1 -1
  46. package/dist/collection/components/gb-button-group/gb-button-group.js +1 -1
  47. package/dist/collection/components/gb-button-group-base/gb-button-group-base.js +1 -1
  48. package/dist/collection/components/gb-card-icon/gb-card-icon.js +1 -1
  49. package/dist/collection/components/gb-carousel-arrow/gb-carousel-arrow.js +1 -1
  50. package/dist/collection/components/gb-category-card/gb-category-card.js +1 -1
  51. package/dist/collection/components/gb-checkbox/gb-checkbox.js +1 -1
  52. package/dist/collection/components/gb-checkbox-base/gb-checkbox-base.js +1 -1
  53. package/dist/collection/components/gb-checkbox-group/gb-checkbox-group.js +1 -1
  54. package/dist/collection/components/gb-checkbox-group-item/gb-checkbox-group-item.js +2 -2
  55. package/dist/collection/components/gb-collapse-button/gb-collapse-button.js +1 -1
  56. package/dist/collection/components/gb-comment/gb-comment.js +1 -1
  57. package/dist/collection/components/gb-comment-item/gb-comment-item.js +1 -1
  58. package/dist/collection/components/gb-complex-primary-side-bar-item/gb-complex-primary-side-bar-item.js +1 -1
  59. package/dist/collection/components/gb-complex-secondary-side-bar-item/gb-complex-secondary-side-bar-item.js +1 -1
  60. package/dist/collection/components/gb-date-picker/gb-date-picker.js +2 -2
  61. package/dist/collection/components/gb-detail-cell/gb-detail-cell.js +1 -1
  62. package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.js +1 -1
  63. package/dist/collection/components/gb-empty-state/gb-empty-state.js +1 -1
  64. package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.js +3 -3
  65. package/dist/collection/components/gb-export-dropdown-item/gb-export-dropdown-item.js +1 -1
  66. package/dist/collection/components/gb-export-sub-dropdown/gb-export-sub-dropdown.js +1 -1
  67. package/dist/collection/components/gb-export-sub-dropdown-item/gb-export-sub-dropdown-item.js +1 -1
  68. package/dist/collection/components/gb-featured-icon/gb-featured-icon.js +1 -1
  69. package/dist/collection/components/gb-file-type-icon/gb-file-type-icon.js +1 -1
  70. package/dist/collection/components/gb-file-upload/gb-file-upload.js +12 -12
  71. package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js +6 -6
  72. package/dist/collection/components/gb-filter-button/gb-filter-button.js +1 -1
  73. package/dist/collection/components/gb-header/gb-header.js +1 -1
  74. package/dist/collection/components/gb-header/gb-header.js.map +1 -1
  75. package/dist/collection/components/gb-header-icon/gb-header-icon.js +1 -1
  76. package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
  77. package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js +1 -1
  78. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
  79. package/dist/collection/components/gb-icon-button-base/gb-icon-button-base.js +1 -1
  80. package/dist/collection/components/gb-illustration/gb-illustration.js +8 -8
  81. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +58 -22
  82. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +1 -1
  83. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
  84. package/dist/collection/components/gb-input-field/gb-input-field.css +2 -2
  85. package/dist/collection/components/gb-input-field/gb-input-field.js +44 -26
  86. package/dist/collection/components/gb-input-field/gb-input-field.js.map +1 -1
  87. package/dist/collection/components/gb-logo/gb-logo.js +1 -1
  88. package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js +2 -2
  89. package/dist/collection/components/gb-metric-card/gb-metric-card.js +1 -1
  90. package/dist/collection/components/gb-metric-featured-icon/gb-metric-featured-icon.js +1 -1
  91. package/dist/collection/components/gb-modal-header/gb-modal-header.js +2 -2
  92. package/dist/collection/components/gb-nav-bar/gb-nav-bar.js +1 -1
  93. package/dist/collection/components/gb-nav-bar-item/gb-nav-bar-item.js +1 -1
  94. package/dist/collection/components/gb-nav-bar-sidemenu/gb-nav-bar-sidemenu.js +1 -1
  95. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  96. package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
  97. package/dist/collection/components/gb-pagination/gb-pagination.js +4 -4
  98. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  99. package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
  100. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  101. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  102. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  103. package/dist/collection/components/gb-password-button/gb-password-button.js.map +1 -1
  104. package/dist/collection/components/gb-pattern/gb-pattern.js +6 -21
  105. package/dist/collection/components/gb-pattern/gb-pattern.js.map +1 -1
  106. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  107. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  108. package/dist/collection/components/gb-prompt-modal/gb-prompt-modal.js +1 -1
  109. package/dist/collection/components/gb-quick-action-card/gb-quick-action-card.js +1 -1
  110. package/dist/collection/components/gb-quick-action-icon/gb-quick-action-icon.js +1 -1
  111. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  112. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  113. package/dist/collection/components/gb-simple-side-bar-item/gb-simple-side-bar-item.js +2 -2
  114. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  115. package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
  116. package/dist/collection/components/gb-status-indicator/gb-status-indicator.css +3 -3
  117. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  118. package/dist/collection/components/gb-step-base/gb-step-base.js +1 -1
  119. package/dist/collection/components/gb-step-icon-base/gb-step-icon-base.js +1 -1
  120. package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +1 -1
  121. package/dist/collection/components/gb-stepper-horizontal-icons-connected/gb-stepper-horizontal-icons-connected.js +1 -1
  122. package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -1
  123. package/dist/collection/components/gb-stepper-horizontal-minimal-icons/gb-stepper-horizontal-minimal-icons.js +1 -1
  124. package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js +1 -1
  125. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  126. package/dist/collection/components/gb-table-cell/gb-table-cell.js +1 -1
  127. package/dist/collection/components/gb-table-header/gb-table-header.js +1 -1
  128. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  129. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  130. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  131. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  132. package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +3 -3
  133. package/dist/collection/components/gb-theme-tab/gb-theme-tab.js +1 -1
  134. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  135. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  136. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  137. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  138. package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
  139. package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
  140. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  141. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
  142. package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
  143. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  144. package/dist/components/gb-action-panel.js +5 -5
  145. package/dist/components/gb-approval-modal.js +16 -16
  146. package/dist/components/gb-avatar-add-button.js +1 -1
  147. package/dist/components/gb-avatar-dropdown.js +1 -1
  148. package/dist/components/gb-avatar-group.js +4 -4
  149. package/dist/components/gb-avatar-label-group.js +1 -1
  150. package/dist/components/gb-avatar-profile-photo.js +2 -2
  151. package/dist/components/gb-avatar.js +1 -1
  152. package/dist/components/gb-badge.js +1 -1
  153. package/dist/components/gb-btn.js +1 -1
  154. package/dist/components/gb-button-close.js +1 -1
  155. package/dist/components/gb-button-group-base.js +1 -1
  156. package/dist/components/gb-button-group.js +1 -1
  157. package/dist/components/gb-button.js +1 -1
  158. package/dist/components/gb-card-icon.js +1 -1
  159. package/dist/components/gb-carousel-arrow.js +1 -1
  160. package/dist/components/gb-category-card.js +1 -1
  161. package/dist/components/gb-checkbox-base.js +1 -1
  162. package/dist/components/gb-checkbox-group-item.js +1 -1
  163. package/dist/components/gb-checkbox-group.js +8 -8
  164. package/dist/components/gb-checkbox.js +1 -1
  165. package/dist/components/gb-collapse-button.js +1 -1
  166. package/dist/components/gb-comment-item.js +1 -1
  167. package/dist/components/gb-comment.js +4 -4
  168. package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
  169. package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
  170. package/dist/components/gb-date-picker.js +1 -1
  171. package/dist/components/gb-detail-cell.js +7 -7
  172. package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
  173. package/dist/components/gb-empty-state.js +7 -7
  174. package/dist/components/gb-export-dropdown-item.js +1 -1
  175. package/dist/components/gb-export-dropdown.js +1 -1
  176. package/dist/components/gb-export-sub-dropdown-item.js +1 -1
  177. package/dist/components/gb-export-sub-dropdown.js +1 -1
  178. package/dist/components/gb-featured-icon.js +1 -1
  179. package/dist/components/gb-file-type-icon.js +1 -1
  180. package/dist/components/gb-file-upload-item-base.js +1 -1
  181. package/dist/components/gb-file-upload.js +18 -18
  182. package/dist/components/gb-filter-button.js +1 -1
  183. package/dist/components/gb-header-icon.js +1 -1
  184. package/dist/components/gb-header.js +26 -26
  185. package/dist/components/gb-header.js.map +1 -1
  186. package/dist/components/gb-help-dropdown.js +1 -1
  187. package/dist/components/gb-help-tooltip.js +1 -1
  188. package/dist/components/gb-horizontal-tabs.js +5 -5
  189. package/dist/components/gb-icon-button-base.js +1 -1
  190. package/dist/components/gb-illustration.js +1 -1
  191. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  192. package/dist/components/gb-input-dropdown.js +1 -1
  193. package/dist/components/gb-input-field.js +1 -1
  194. package/dist/components/gb-logo.js +1 -1
  195. package/dist/components/gb-mega-input-field-base.js +1 -1
  196. package/dist/components/gb-metric-card.js +5 -5
  197. package/dist/components/gb-metric-featured-icon.js +1 -1
  198. package/dist/components/gb-modal-action.js +1 -1
  199. package/dist/components/gb-modal-header.js +1 -1
  200. package/dist/components/gb-nav-bar-item.js +1 -1
  201. package/dist/components/gb-nav-bar-sidemenu.js +6 -6
  202. package/dist/components/gb-nav-bar.js +6 -6
  203. package/dist/components/gb-notification-content.js +1 -1
  204. package/dist/components/gb-notification-pane.js +1 -1
  205. package/dist/components/gb-pagination-button-group-base.js +1 -1
  206. package/dist/components/gb-pagination-dot-group.js +1 -1
  207. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  208. package/dist/components/gb-pagination-number-base.js +1 -1
  209. package/dist/components/gb-pagination.js +22 -22
  210. package/dist/components/gb-password-button.js +1 -1
  211. package/dist/components/gb-pattern.js +1 -1
  212. package/dist/components/gb-progress-bar.js +1 -1
  213. package/dist/components/gb-progress-circle.js +1 -1
  214. package/dist/components/gb-prompt-modal.js +6 -6
  215. package/dist/components/gb-quick-action-card.js +2 -2
  216. package/dist/components/gb-quick-action-icon.js +2 -2
  217. package/dist/components/gb-scrollbar.js +1 -1
  218. package/dist/components/gb-sidebar.js +9 -9
  219. package/dist/components/gb-simple-side-bar-item.js +1 -1
  220. package/dist/components/gb-slider-control-handle.js +1 -1
  221. package/dist/components/gb-slider.js +3 -3
  222. package/dist/components/gb-status-indicator.js +1 -1
  223. package/dist/components/gb-step-base.js +1 -1
  224. package/dist/components/gb-step-icon-base.js +1 -1
  225. package/dist/components/gb-stepper-horizontal-icons-centered.js +4 -4
  226. package/dist/components/gb-stepper-horizontal-icons-connected.js +1 -1
  227. package/dist/components/gb-stepper-horizontal-line-with-text.js +4 -4
  228. package/dist/components/gb-stepper-horizontal-minimal-icons.js +2 -2
  229. package/dist/components/gb-stepper-vertical-icons-with-text.js +4 -4
  230. package/dist/components/gb-tab-button-base.js +1 -1
  231. package/dist/components/gb-table-cell.js +1 -1
  232. package/dist/components/gb-table-header.js +26 -26
  233. package/dist/components/gb-tag-checkbox.js +1 -1
  234. package/dist/components/gb-tag-close.js +1 -1
  235. package/dist/components/gb-tag-count.js +1 -1
  236. package/dist/components/gb-tag.js +1 -1
  237. package/dist/components/gb-textarea-input-field.js +1 -1
  238. package/dist/components/gb-theme-tab.js +1 -1
  239. package/dist/components/gb-toast-button.js +1 -1
  240. package/dist/components/gb-toast.js +5 -5
  241. package/dist/components/gb-toggle-base.js +1 -1
  242. package/dist/components/gb-toggle.js +2 -2
  243. package/dist/components/gb-token-field-compact.js +1 -1
  244. package/dist/components/gb-token-field-compressed.js +3 -3
  245. package/dist/components/gb-tooltip.js +1 -1
  246. package/dist/components/gb-vertical-tabs.js +1 -1
  247. package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
  248. package/dist/components/gb-wysiwyg-tooltip.js +1 -1
  249. package/dist/components/{p-rDDbjmUk.js → p-2pZTNei2.js} +4 -4
  250. package/dist/components/{p-rDDbjmUk.js.map → p-2pZTNei2.js.map} +1 -1
  251. package/dist/components/{p-BvNyJaf6.js → p-9FvHspeE.js} +8 -8
  252. package/dist/components/{p-BvNyJaf6.js.map → p-9FvHspeE.js.map} +1 -1
  253. package/dist/components/{p-Cty4HNJA.js → p-AjEGQ2qL.js} +4 -4
  254. package/dist/components/{p-Cty4HNJA.js.map → p-AjEGQ2qL.js.map} +1 -1
  255. package/dist/components/{p-C4Cpc_Qf.js → p-B22NNlLP.js} +4 -4
  256. package/dist/components/{p-C4Cpc_Qf.js.map → p-B22NNlLP.js.map} +1 -1
  257. package/dist/components/{p-BCEphI-G.js → p-B53E_gSW.js} +3 -3
  258. package/dist/components/{p-BCEphI-G.js.map → p-B53E_gSW.js.map} +1 -1
  259. package/dist/components/{p-BfrEegoP.js → p-BBa4Fn7D.js} +4 -4
  260. package/dist/components/{p-BfrEegoP.js.map → p-BBa4Fn7D.js.map} +1 -1
  261. package/dist/components/{p-B_hfnklG.js → p-BHLaov0_.js} +5 -5
  262. package/dist/components/{p-B_hfnklG.js.map → p-BHLaov0_.js.map} +1 -1
  263. package/dist/components/{p-Dis2gesX.js → p-BIHVkNE4.js} +4 -4
  264. package/dist/components/{p-Dis2gesX.js.map → p-BIHVkNE4.js.map} +1 -1
  265. package/dist/components/{p-BdkzcEYp.js → p-BMkAeK5Z.js} +5 -5
  266. package/dist/components/{p-BdkzcEYp.js.map → p-BMkAeK5Z.js.map} +1 -1
  267. package/dist/components/{p-BVxdO5bi.js → p-BQduwH1K.js} +12 -12
  268. package/dist/components/{p-BVxdO5bi.js.map → p-BQduwH1K.js.map} +1 -1
  269. package/dist/components/{p-D7Goq_Jj.js → p-BQeaURIB.js} +27 -12
  270. package/dist/components/p-BQeaURIB.js.map +1 -0
  271. package/dist/components/{p-D3ZfP7Bl.js → p-BaWXQ__r.js} +4 -4
  272. package/dist/components/{p-D3ZfP7Bl.js.map → p-BaWXQ__r.js.map} +1 -1
  273. package/dist/components/{p-DJwuWK3S.js → p-BcuKykSc.js} +3 -3
  274. package/dist/components/{p-DJwuWK3S.js.map → p-BcuKykSc.js.map} +1 -1
  275. package/dist/components/{p-BUo31bD8.js → p-BeATbKS7.js} +4 -4
  276. package/dist/components/p-BeATbKS7.js.map +1 -0
  277. package/dist/components/{p-K_KbMA_t.js → p-Bjw2gC89.js} +4 -4
  278. package/dist/components/{p-K_KbMA_t.js.map → p-Bjw2gC89.js.map} +1 -1
  279. package/dist/components/{p-RvoV_nZA.js → p-BnXOyD9E.js} +5 -5
  280. package/dist/components/{p-RvoV_nZA.js.map → p-BnXOyD9E.js.map} +1 -1
  281. package/dist/components/{p-DEONqII4.js → p-BnyM5qjj.js} +8 -8
  282. package/dist/components/{p-DEONqII4.js.map → p-BnyM5qjj.js.map} +1 -1
  283. package/dist/components/{p-MvgIuDtb.js → p-C-jvyrl1.js} +7 -7
  284. package/dist/components/{p-MvgIuDtb.js.map → p-C-jvyrl1.js.map} +1 -1
  285. package/dist/components/{p-DMGIfEmr.js → p-C5ya7ETC.js} +3 -3
  286. package/dist/components/{p-DMGIfEmr.js.map → p-C5ya7ETC.js.map} +1 -1
  287. package/dist/components/{p-7b8NVGi5.js → p-C6bmJSrL.js} +6 -6
  288. package/dist/components/p-C6bmJSrL.js.map +1 -0
  289. package/dist/components/{p-BoD3uP8t.js → p-C6mRhuUf.js} +3 -3
  290. package/dist/components/{p-BoD3uP8t.js.map → p-C6mRhuUf.js.map} +1 -1
  291. package/dist/components/{p-CkUxkbfV.js → p-C7UZjyWa.js} +6 -6
  292. package/dist/components/{p-CkUxkbfV.js.map → p-C7UZjyWa.js.map} +1 -1
  293. package/dist/components/{p-B0iHx5Zd.js → p-CBLQlDC-.js} +3 -3
  294. package/dist/components/{p-B0iHx5Zd.js.map → p-CBLQlDC-.js.map} +1 -1
  295. package/dist/components/{p-Df2QCCfM.js → p-CNNymMFJ.js} +14 -14
  296. package/dist/components/{p-Df2QCCfM.js.map → p-CNNymMFJ.js.map} +1 -1
  297. package/dist/components/{p-BDzhIFzI.js → p-CRosXE9B.js} +74 -42
  298. package/dist/components/p-CRosXE9B.js.map +1 -0
  299. package/dist/components/{p-BtPAU7BK.js → p-CT6fjdgY.js} +3 -3
  300. package/dist/components/{p-BtPAU7BK.js.map → p-CT6fjdgY.js.map} +1 -1
  301. package/dist/components/{p-BP4CkbOn.js → p-CTupKoNZ.js} +3 -3
  302. package/dist/components/{p-BP4CkbOn.js.map → p-CTupKoNZ.js.map} +1 -1
  303. package/dist/components/{p-F7syaoGH.js → p-CV6g9soz.js} +8 -8
  304. package/dist/components/{p-F7syaoGH.js.map → p-CV6g9soz.js.map} +1 -1
  305. package/dist/components/{p-Dpxu4w8g.js → p-CVc4qPGI.js} +4 -4
  306. package/dist/components/{p-Dpxu4w8g.js.map → p-CVc4qPGI.js.map} +1 -1
  307. package/dist/components/{p-Y55sgqoa.js → p-CYpMSzqG.js} +3 -3
  308. package/dist/components/{p-Y55sgqoa.js.map → p-CYpMSzqG.js.map} +1 -1
  309. package/dist/components/{p-B8cUepOB.js → p-Ca4eFkIg.js} +3 -3
  310. package/dist/components/{p-B8cUepOB.js.map → p-Ca4eFkIg.js.map} +1 -1
  311. package/dist/components/{p-BFhVkLZH.js → p-CbQeOmOy.js} +5 -5
  312. package/dist/components/{p-BFhVkLZH.js.map → p-CbQeOmOy.js.map} +1 -1
  313. package/dist/components/{p-8nTG8ZBW.js → p-CbzrQ01V.js} +4 -4
  314. package/dist/components/{p-8nTG8ZBW.js.map → p-CbzrQ01V.js.map} +1 -1
  315. package/dist/components/{p-DhFAcOPC.js → p-ClWO8gQx.js} +6 -6
  316. package/dist/components/{p-DhFAcOPC.js.map → p-ClWO8gQx.js.map} +1 -1
  317. package/dist/components/{p-BdBKoSIj.js → p-CouV5zM8.js} +8 -8
  318. package/dist/components/{p-BdBKoSIj.js.map → p-CouV5zM8.js.map} +1 -1
  319. package/dist/components/{p-BmqiU49c.js → p-CwBrH_Gy.js} +6 -6
  320. package/dist/components/{p-BmqiU49c.js.map → p-CwBrH_Gy.js.map} +1 -1
  321. package/dist/components/{p--dU-wJt0.js → p-CwQUW5_4.js} +4 -4
  322. package/dist/components/{p--dU-wJt0.js.map → p-CwQUW5_4.js.map} +1 -1
  323. package/dist/components/{p-CtSUSXFx.js → p-Cwxr0uHc.js} +3 -3
  324. package/dist/components/{p-CtSUSXFx.js.map → p-Cwxr0uHc.js.map} +1 -1
  325. package/dist/components/{p-y6vSOYFd.js → p-CxkzPuqu.js} +3 -3
  326. package/dist/components/{p-y6vSOYFd.js.map → p-CxkzPuqu.js.map} +1 -1
  327. package/dist/components/{p-CekePqMs.js → p-Cz5H-pJQ.js} +13 -13
  328. package/dist/components/{p-CekePqMs.js.map → p-Cz5H-pJQ.js.map} +1 -1
  329. package/dist/components/{p-Cmi3VtOr.js → p-D2gq0J26.js} +4 -4
  330. package/dist/components/{p-Cmi3VtOr.js.map → p-D2gq0J26.js.map} +1 -1
  331. package/dist/components/{p-BBL4HSa6.js → p-D5KQeC85.js} +3 -3
  332. package/dist/components/{p-BBL4HSa6.js.map → p-D5KQeC85.js.map} +1 -1
  333. package/dist/components/{p-BvHr8QZ_.js → p-D5VakMaB.js} +6 -6
  334. package/dist/components/{p-BvHr8QZ_.js.map → p-D5VakMaB.js.map} +1 -1
  335. package/dist/components/{p-C_EwzcsK.js → p-DC9eRciK.js} +8 -8
  336. package/dist/components/{p-C_EwzcsK.js.map → p-DC9eRciK.js.map} +1 -1
  337. package/dist/components/{p-BjAXEyGM.js → p-DCJdoNK6.js} +4 -4
  338. package/dist/components/{p-BjAXEyGM.js.map → p-DCJdoNK6.js.map} +1 -1
  339. package/dist/components/{p-M0fu6r6F.js → p-DI5VmfPJ.js} +10 -10
  340. package/dist/components/{p-M0fu6r6F.js.map → p-DI5VmfPJ.js.map} +1 -1
  341. package/dist/components/{p-Bx5Gf4JG.js → p-DLYIM3pP.js} +4 -4
  342. package/dist/components/p-DLYIM3pP.js.map +1 -0
  343. package/dist/components/{p-DEhgJgpf.js → p-DW4pKXr4.js} +3 -3
  344. package/dist/components/{p-DEhgJgpf.js.map → p-DW4pKXr4.js.map} +1 -1
  345. package/dist/components/{p-CoP-6_dB.js → p-DYUluAx6.js} +3 -3
  346. package/dist/components/{p-CoP-6_dB.js.map → p-DYUluAx6.js.map} +1 -1
  347. package/dist/components/{p-cn314k4t.js → p-DZnKLe8d.js} +3 -3
  348. package/dist/components/{p-cn314k4t.js.map → p-DZnKLe8d.js.map} +1 -1
  349. package/dist/components/{p-B0w7aWaS.js → p-Db-mzjAD.js} +8 -8
  350. package/dist/components/{p-B0w7aWaS.js.map → p-Db-mzjAD.js.map} +1 -1
  351. package/dist/components/{p-D9VfqUoF.js → p-Db9T6018.js} +10 -10
  352. package/dist/components/{p-D9VfqUoF.js.map → p-Db9T6018.js.map} +1 -1
  353. package/dist/components/{p-Bm4cCBH-.js → p-DfQWKCbs.js} +3 -3
  354. package/dist/components/{p-Bm4cCBH-.js.map → p-DfQWKCbs.js.map} +1 -1
  355. package/dist/components/{p-DqF4Su5n.js → p-Q19MNh6U.js} +4 -4
  356. package/dist/components/{p-DqF4Su5n.js.map → p-Q19MNh6U.js.map} +1 -1
  357. package/dist/components/{p-CREl9pSE.js → p-R_kUzXjS.js} +3 -3
  358. package/dist/components/{p-CREl9pSE.js.map → p-R_kUzXjS.js.map} +1 -1
  359. package/dist/components/{p-CpWoXsw_.js → p-TWikQ7cn.js} +3 -3
  360. package/dist/components/{p-CpWoXsw_.js.map → p-TWikQ7cn.js.map} +1 -1
  361. package/dist/components/{p-XPVJW4T3.js → p-WIRPmweM.js} +4 -4
  362. package/dist/components/{p-XPVJW4T3.js.map → p-WIRPmweM.js.map} +1 -1
  363. package/dist/components/{p-D42OLbE-.js → p-XX_ozutB.js} +5 -5
  364. package/dist/components/{p-D42OLbE-.js.map → p-XX_ozutB.js.map} +1 -1
  365. package/dist/components/{p-Dw8FSBWT.js → p-ZcCwFehb.js} +3 -3
  366. package/dist/components/{p-Dw8FSBWT.js.map → p-ZcCwFehb.js.map} +1 -1
  367. package/dist/components/{p-Bjujd4PK.js → p-ZqHAkmEL.js} +8 -8
  368. package/dist/components/{p-Bjujd4PK.js.map → p-ZqHAkmEL.js.map} +1 -1
  369. package/dist/components/{p-BzvNRMz5.js → p-aeAn9gEA.js} +3 -3
  370. package/dist/components/{p-BzvNRMz5.js.map → p-aeAn9gEA.js.map} +1 -1
  371. package/dist/components/{p-DbF4gg5m.js → p-brGtAur-.js} +58 -40
  372. package/dist/components/p-brGtAur-.js.map +1 -0
  373. package/dist/components/{p-2s5kIkzc.js → p-fM3XegFU.js} +3 -3
  374. package/dist/components/{p-2s5kIkzc.js.map → p-fM3XegFU.js.map} +1 -1
  375. package/dist/components/{p-wA_HGXx_.js → p-t9X9zw0V.js} +3 -3
  376. package/dist/components/{p-wA_HGXx_.js.map → p-t9X9zw0V.js.map} +1 -1
  377. package/dist/components/{p-DdtrEGlS.js → p-uyKTZeg_.js} +4 -4
  378. package/dist/components/{p-DdtrEGlS.js.map → p-uyKTZeg_.js.map} +1 -1
  379. package/dist/components/test-input-tag.js +11 -11
  380. package/dist/docs.json +152 -43
  381. package/dist/esm/gb-approval-modal_64.entry.js +189 -137
  382. package/dist/esm/gb-card-icon.entry.js +1 -1
  383. package/dist/esm/gb-carousel-arrow.entry.js +1 -1
  384. package/dist/esm/gb-category-card.entry.js +1 -1
  385. package/dist/esm/gb-checkbox-group.entry.js +1 -1
  386. package/dist/esm/gb-comment-item.entry.js +1 -1
  387. package/dist/esm/gb-comment.entry.js +1 -1
  388. package/dist/esm/gb-complex-primary-side-bar-item_2.entry.js +2 -2
  389. package/dist/esm/gb-detail-cell.entry.js +1 -1
  390. package/dist/esm/gb-file-upload.entry.js +12 -12
  391. package/dist/esm/gb-horizontal-tabs.entry.js +1 -1
  392. package/dist/esm/gb-logo.entry.js +1 -1
  393. package/dist/esm/gb-mega-input-field-base.entry.js +2 -2
  394. package/dist/esm/gb-nav-bar-item.entry.js +1 -1
  395. package/dist/esm/gb-nav-bar-sidemenu.entry.js +1 -1
  396. package/dist/esm/gb-nav-bar.entry.js +1 -1
  397. package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
  398. package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
  399. package/dist/esm/gb-progress-circle.entry.js +1 -1
  400. package/dist/esm/gb-prompt-modal.entry.js +1 -1
  401. package/dist/esm/gb-quick-action-card.entry.js +1 -1
  402. package/dist/esm/gb-quick-action-icon.entry.js +1 -1
  403. package/dist/esm/gb-scrollbar.entry.js +1 -1
  404. package/dist/esm/gb-sidebar.entry.js +1 -1
  405. package/dist/esm/gb-slider-control-handle.entry.js +1 -1
  406. package/dist/esm/gb-slider.entry.js +1 -1
  407. package/dist/esm/gb-step-base_2.entry.js +2 -2
  408. package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js +1 -1
  409. package/dist/esm/gb-stepper-horizontal-icons-connected.entry.js +1 -1
  410. package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js +1 -1
  411. package/dist/esm/gb-stepper-horizontal-minimal-icons.entry.js +1 -1
  412. package/dist/esm/gb-stepper-vertical-icons-with-text.entry.js +1 -1
  413. package/dist/esm/gb-table-cell.entry.js +1 -1
  414. package/dist/esm/gb-token-field-compact.entry.js +1 -1
  415. package/dist/esm/gb-token-field-compressed.entry.js +2 -2
  416. package/dist/esm/gb-vertical-tabs.entry.js +1 -1
  417. package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
  418. package/dist/esm/globuscomponents.js +1 -1
  419. package/dist/esm/loader.js +1 -1
  420. package/dist/esm/test-input-tag.entry.js +2 -2
  421. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  422. package/dist/globuscomponents/{p-60c6bc59.entry.js → p-0aca01aa.entry.js} +2 -2
  423. package/dist/globuscomponents/p-0fa4e90b.entry.js +2 -0
  424. package/dist/globuscomponents/{p-6ba2c48a.entry.js → p-14a14cf7.entry.js} +2 -2
  425. package/dist/globuscomponents/{p-420be4c2.entry.js → p-1703f77f.entry.js} +2 -2
  426. package/dist/globuscomponents/{p-836996b2.entry.js → p-20fff5d8.entry.js} +2 -2
  427. package/dist/globuscomponents/p-2d348616.entry.js +2 -0
  428. package/dist/globuscomponents/{p-0b17c398.entry.js → p-3665eb5a.entry.js} +2 -2
  429. package/dist/globuscomponents/{p-229c256a.entry.js → p-372d8c17.entry.js} +2 -2
  430. package/dist/globuscomponents/{p-7ab8a012.entry.js → p-3b9e055e.entry.js} +2 -2
  431. package/dist/globuscomponents/{p-a69fbf27.entry.js → p-450e1ee6.entry.js} +2 -2
  432. package/dist/globuscomponents/{p-dc7cd869.entry.js → p-47a16997.entry.js} +2 -2
  433. package/dist/globuscomponents/{p-e8ce7bbf.entry.js → p-4f4c1805.entry.js} +2 -2
  434. package/dist/globuscomponents/{p-cf6384d9.entry.js → p-51cd3859.entry.js} +2 -2
  435. package/dist/globuscomponents/{p-24129640.entry.js → p-54c68582.entry.js} +2 -2
  436. package/dist/globuscomponents/{p-f9d1e9c6.entry.js → p-57a403e7.entry.js} +2 -2
  437. package/dist/globuscomponents/p-5a96576d.entry.js +2 -0
  438. package/dist/globuscomponents/{p-75771ebb.entry.js → p-5e62edcf.entry.js} +2 -2
  439. package/dist/globuscomponents/{p-ecb5671d.entry.js → p-5ed1035a.entry.js} +2 -2
  440. package/dist/globuscomponents/{p-ccda9df1.entry.js → p-787066a5.entry.js} +2 -2
  441. package/dist/globuscomponents/{p-73fa574e.entry.js → p-7899b855.entry.js} +2 -2
  442. package/dist/globuscomponents/p-7adb464b.entry.js +2 -0
  443. package/dist/globuscomponents/{p-945c0345.entry.js → p-85d1d2d5.entry.js} +2 -2
  444. package/dist/globuscomponents/{p-3bed13ce.entry.js → p-9aca53ca.entry.js} +2 -2
  445. package/dist/globuscomponents/{p-8862f86d.entry.js → p-a0c00b44.entry.js} +2 -2
  446. package/dist/globuscomponents/{p-2de33a89.entry.js → p-a3fe950e.entry.js} +2 -2
  447. package/dist/globuscomponents/{p-0ace4a5a.entry.js → p-aac97719.entry.js} +2 -2
  448. package/dist/globuscomponents/{p-1a9395bc.entry.js → p-ac3fd31f.entry.js} +2 -2
  449. package/dist/globuscomponents/{p-69088311.entry.js → p-b125590d.entry.js} +2 -2
  450. package/dist/globuscomponents/{p-6d558e90.entry.js → p-b68c5922.entry.js} +2 -2
  451. package/dist/globuscomponents/{p-08b864ad.entry.js → p-b6acb1cb.entry.js} +2 -2
  452. package/dist/globuscomponents/{p-bb449f8c.entry.js → p-b91dac9e.entry.js} +2 -2
  453. package/dist/globuscomponents/{p-4a1b0fff.entry.js → p-baa375e0.entry.js} +2 -2
  454. package/dist/globuscomponents/{p-7cf6ad93.entry.js → p-bbe2e087.entry.js} +2 -2
  455. package/dist/globuscomponents/p-bbe2e087.entry.js.map +1 -0
  456. package/dist/globuscomponents/{p-88c62216.entry.js → p-ca85617a.entry.js} +2 -2
  457. package/dist/globuscomponents/{p-7142782b.entry.js → p-cc2e644f.entry.js} +2 -2
  458. package/dist/globuscomponents/{p-854af29b.entry.js → p-cedaf7eb.entry.js} +2 -2
  459. package/dist/globuscomponents/{p-9ccb1848.entry.js → p-e7fd0d37.entry.js} +2 -2
  460. package/dist/globuscomponents/{p-cda2eed2.entry.js → p-fc84ed29.entry.js} +2 -2
  461. package/dist/types/components/gb-btn/gb-btn.d.ts +7 -2
  462. package/dist/types/components/gb-input-dropdown/gb-input-dropdown.d.ts +1 -0
  463. package/dist/types/components/gb-input-field/gb-input-field.d.ts +2 -2
  464. package/dist/types/components.d.ts +41 -15
  465. package/package.json +2 -2
  466. package/dist/components/p-7b8NVGi5.js.map +0 -1
  467. package/dist/components/p-BDzhIFzI.js.map +0 -1
  468. package/dist/components/p-BUo31bD8.js.map +0 -1
  469. package/dist/components/p-Bx5Gf4JG.js.map +0 -1
  470. package/dist/components/p-D7Goq_Jj.js.map +0 -1
  471. package/dist/components/p-DbF4gg5m.js.map +0 -1
  472. package/dist/globuscomponents/p-0912d7b9.entry.js +0 -2
  473. package/dist/globuscomponents/p-16fb165c.entry.js +0 -2
  474. package/dist/globuscomponents/p-2df226f5.entry.js +0 -2
  475. package/dist/globuscomponents/p-71023a8e.entry.js +0 -2
  476. package/dist/globuscomponents/p-7cf6ad93.entry.js.map +0 -1
  477. /package/dist/globuscomponents/{p-60c6bc59.entry.js.map → p-0aca01aa.entry.js.map} +0 -0
  478. /package/dist/globuscomponents/{p-71023a8e.entry.js.map → p-0fa4e90b.entry.js.map} +0 -0
  479. /package/dist/globuscomponents/{p-6ba2c48a.entry.js.map → p-14a14cf7.entry.js.map} +0 -0
  480. /package/dist/globuscomponents/{p-420be4c2.entry.js.map → p-1703f77f.entry.js.map} +0 -0
  481. /package/dist/globuscomponents/{p-836996b2.entry.js.map → p-20fff5d8.entry.js.map} +0 -0
  482. /package/dist/globuscomponents/{p-0912d7b9.entry.js.map → p-2d348616.entry.js.map} +0 -0
  483. /package/dist/globuscomponents/{p-0b17c398.entry.js.map → p-3665eb5a.entry.js.map} +0 -0
  484. /package/dist/globuscomponents/{p-229c256a.entry.js.map → p-372d8c17.entry.js.map} +0 -0
  485. /package/dist/globuscomponents/{p-7ab8a012.entry.js.map → p-3b9e055e.entry.js.map} +0 -0
  486. /package/dist/globuscomponents/{p-a69fbf27.entry.js.map → p-450e1ee6.entry.js.map} +0 -0
  487. /package/dist/globuscomponents/{p-dc7cd869.entry.js.map → p-47a16997.entry.js.map} +0 -0
  488. /package/dist/globuscomponents/{p-e8ce7bbf.entry.js.map → p-4f4c1805.entry.js.map} +0 -0
  489. /package/dist/globuscomponents/{p-cf6384d9.entry.js.map → p-51cd3859.entry.js.map} +0 -0
  490. /package/dist/globuscomponents/{p-24129640.entry.js.map → p-54c68582.entry.js.map} +0 -0
  491. /package/dist/globuscomponents/{p-f9d1e9c6.entry.js.map → p-57a403e7.entry.js.map} +0 -0
  492. /package/dist/globuscomponents/{p-16fb165c.entry.js.map → p-5a96576d.entry.js.map} +0 -0
  493. /package/dist/globuscomponents/{p-75771ebb.entry.js.map → p-5e62edcf.entry.js.map} +0 -0
  494. /package/dist/globuscomponents/{p-ecb5671d.entry.js.map → p-5ed1035a.entry.js.map} +0 -0
  495. /package/dist/globuscomponents/{p-ccda9df1.entry.js.map → p-787066a5.entry.js.map} +0 -0
  496. /package/dist/globuscomponents/{p-73fa574e.entry.js.map → p-7899b855.entry.js.map} +0 -0
  497. /package/dist/globuscomponents/{p-2df226f5.entry.js.map → p-7adb464b.entry.js.map} +0 -0
  498. /package/dist/globuscomponents/{p-945c0345.entry.js.map → p-85d1d2d5.entry.js.map} +0 -0
  499. /package/dist/globuscomponents/{p-3bed13ce.entry.js.map → p-9aca53ca.entry.js.map} +0 -0
  500. /package/dist/globuscomponents/{p-8862f86d.entry.js.map → p-a0c00b44.entry.js.map} +0 -0
  501. /package/dist/globuscomponents/{p-2de33a89.entry.js.map → p-a3fe950e.entry.js.map} +0 -0
  502. /package/dist/globuscomponents/{p-0ace4a5a.entry.js.map → p-aac97719.entry.js.map} +0 -0
  503. /package/dist/globuscomponents/{p-1a9395bc.entry.js.map → p-ac3fd31f.entry.js.map} +0 -0
  504. /package/dist/globuscomponents/{p-69088311.entry.js.map → p-b125590d.entry.js.map} +0 -0
  505. /package/dist/globuscomponents/{p-6d558e90.entry.js.map → p-b68c5922.entry.js.map} +0 -0
  506. /package/dist/globuscomponents/{p-08b864ad.entry.js.map → p-b6acb1cb.entry.js.map} +0 -0
  507. /package/dist/globuscomponents/{p-bb449f8c.entry.js.map → p-b91dac9e.entry.js.map} +0 -0
  508. /package/dist/globuscomponents/{p-4a1b0fff.entry.js.map → p-baa375e0.entry.js.map} +0 -0
  509. /package/dist/globuscomponents/{p-88c62216.entry.js.map → p-ca85617a.entry.js.map} +0 -0
  510. /package/dist/globuscomponents/{p-7142782b.entry.js.map → p-cc2e644f.entry.js.map} +0 -0
  511. /package/dist/globuscomponents/{p-854af29b.entry.js.map → p-cedaf7eb.entry.js.map} +0 -0
  512. /package/dist/globuscomponents/{p-9ccb1848.entry.js.map → p-e7fd0d37.entry.js.map} +0 -0
  513. /package/dist/globuscomponents/{p-cda2eed2.entry.js.map → p-fc84ed29.entry.js.map} +0 -0
@@ -18,7 +18,7 @@ const GbCardIcon = class {
18
18
  this.loadIcon(this.icon);
19
19
  }
20
20
  render() {
21
- return (h("div", { key: '77fb94a66ca3f8912cbc1ef74a907ffc468b877d', class: `card_icon_div ${this.color} ${this.size}` }, h("div", { key: '8b3972cf5d6bd86a7a66b57a1dab518af79dc915', class: `icon_svg ${this.size}`, innerHTML: this.leadingIconSvg })));
21
+ return (h("div", { key: 'dd8f6c525363f52bcb406675e85fab006dac6b6b', class: `card_icon_div ${this.color} ${this.size}` }, h("div", { key: '03e1d3164e676670a0cb3014912dc339f935d754', class: `icon_svg ${this.size}`, innerHTML: this.leadingIconSvg })));
22
22
  }
23
23
  };
24
24
  GbCardIcon.style = gbCardIconCss;
@@ -7,7 +7,7 @@ const GbCarouselArrow = class {
7
7
  registerInstance(this, hostRef);
8
8
  }
9
9
  render() {
10
- return (h("div", { key: '9a3b1130a90efebcd3cb43e3d39ae1d332e1936e', class: `carousel_arrow ${this.size}` }, this.chevron === 'left' && (h("svg", { key: '431dedb3a9c7f33f61c47c16da281053c80ac28e', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: 'dbe4bc254fa784c9c7227e66c7b8301fca5fa7bb', d: "M15 5.99989C15 5.99989 9.00001 10.4188 9 11.9999C8.99999 13.5811 15 17.9999 15 17.9999", stroke: "#202939", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.chevron === 'right' && (h("svg", { key: '8c558cd8d678d07d13270ca8079aaf66b8454eeb', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '77a6c4844fed80e2428d62ab890ddb15f53ffda9', d: "M9.00005 6C9.00005 6 15 10.4189 15 12C15 13.5812 9 18 9 18", stroke: "#202939", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
10
+ return (h("div", { key: 'e9e842f534d00a76621d8634b29f64982b2ed203', class: `carousel_arrow ${this.size}` }, this.chevron === 'left' && (h("svg", { key: '892af6f3ba0cbd6881ada2c7f200a1b082974df5', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '6bebe1e14968ddefff3b9c730f4a7186b5898764', d: "M15 5.99989C15 5.99989 9.00001 10.4188 9 11.9999C8.99999 13.5811 15 17.9999 15 17.9999", stroke: "#202939", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.chevron === 'right' && (h("svg", { key: '3b613c62746364c953df7d3da68b1fa497f37833', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '4e11ea957520dc2e9b81846621db763bb7b0bb17', d: "M9.00005 6C9.00005 6 15 10.4189 15 12C15 13.5812 9 18 9 18", stroke: "#202939", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
11
11
  }
12
12
  };
13
13
  GbCarouselArrow.style = gbCarouselArrowCss;
@@ -21,7 +21,7 @@ const GbCategoryCard = class {
21
21
  this.setBackgroundImage();
22
22
  }
23
23
  render() {
24
- return (h("div", { key: 'fd8f40b46f34af20536710a391803ec2a5520e7e', class: "card shadow-xs" }, h("div", { key: '920a120025601c97f005107e53fb3e94e40bf723', class: "image_container" }, h("div", { key: 'f8d8115a341bc30a6aebda78c9768df211a7bc11', class: "image", ref: el => (this.imageContainerEl = el) })), h("div", { key: '6e0564bfb082801c84545fc09d48225af5ed6395', class: "Globus-pattern" }, h("div", { key: 'b0712e0922e6c19c4fbda909f230d7937f6d7438', class: "red" }), h("div", { key: 'bd5255ee5a5635c9280c2302cef909ba0a6ae45f', class: "blue" })), h("div", { key: 'e5d8737f5f636b3b419b0b96fce9c3ad735118d7', class: "card-content" }, h("h2", { key: '6e3c7c748a207540b061203c33f25ed7555f7b28', class: "text-xl-semi-bold card-title" }, this.label), this.showSupportingText && this.supportingText && h("p", { key: '31797e5cc0340caf34aa9f03fd2ba2a417e03f43', class: "text-sm-regular supporting-text" }, this.supportingText))));
24
+ return (h("div", { key: '3fcfecf45974968c17a19c9afa853a194e79cf1a', class: "card shadow-xs" }, h("div", { key: 'c093e7a9f8d994257ff836505eddcafef5d97889', class: "image_container" }, h("div", { key: '9df9b8ca65c7c5ee545787a94319f7e54c88d2f2', class: "image", ref: el => (this.imageContainerEl = el) })), h("div", { key: '92c96ed779bafc5c46e80ef446e5934e36e37abb', class: "Globus-pattern" }, h("div", { key: 'b59054592774b6d4f12b8768613f8d485ed82043', class: "red" }), h("div", { key: 'b73dfaa7f91b102b510771fa1b689d79392c2ade', class: "blue" })), h("div", { key: 'fd0875d9120160fa107faedb6780233ed8546fa7', class: "card-content" }, h("h2", { key: '75e1b6785689f6221b1af449ddd3a387dbe495d2', class: "text-xl-semi-bold card-title" }, this.label), this.showSupportingText && this.supportingText && h("p", { key: '3184dcde515b8882ba90e985fad4e376c863f065', class: "text-sm-regular supporting-text" }, this.supportingText))));
25
25
  }
26
26
  };
27
27
  GbCategoryCard.style = gbCategoryCardCss;
@@ -9,7 +9,7 @@ const GbCheckboxGroup = class {
9
9
  this.selected = false;
10
10
  }
11
11
  render() {
12
- return (h("div", { key: '982e6406a5e7fa68814bcc77639d51aab88421a8', class: `checkbox_group` }, h("gb-checkbox-group-item", { key: '4d62269a376819604975b747ca70903a2e3d2153', size: this.size, type: this.type, breakpoint: this.breakpoint }), h("gb-checkbox-group-item", { key: '1aeb883b8ff96f2b65b8e0edb2fd1be665352a61', size: this.size, type: this.type, breakpoint: this.breakpoint }), h("gb-checkbox-group-item", { key: 'd7e21a8d0dcd6c733e83f6143d961cf5f706992a', size: this.size, type: this.type, breakpoint: this.breakpoint }), h("gb-checkbox-group-item", { key: 'b4ce80a46e6110dc9b6905839a60e6e3580d66e8', size: this.size, type: this.type, breakpoint: this.breakpoint }), h("gb-checkbox-group-item", { key: '641e1f59a330278ac4b6135d10bf0669dbaaf3f1', size: this.size, type: this.type, breakpoint: this.breakpoint })));
12
+ return (h("div", { key: '4064bab0732c0f21d64acc45acfd2fba5fbb8de1', class: `checkbox_group` }, h("gb-checkbox-group-item", { key: 'a5c9a388a9a7847a044949d8d1bbb8ff2a9f9ffd', size: this.size, type: this.type, breakpoint: this.breakpoint }), h("gb-checkbox-group-item", { key: '564e7cf5d17d15102cfb156430fc2cfd708469c7', size: this.size, type: this.type, breakpoint: this.breakpoint }), h("gb-checkbox-group-item", { key: '7ac85d6aa26445b96c4121631bf81e52f0998524', size: this.size, type: this.type, breakpoint: this.breakpoint }), h("gb-checkbox-group-item", { key: 'af42ef6158d43e55cff6d9d409526994aabdff30', size: this.size, type: this.type, breakpoint: this.breakpoint }), h("gb-checkbox-group-item", { key: '35480c69054ecd85f48dacf7a0e10eaa7b22c602', size: this.size, type: this.type, breakpoint: this.breakpoint })));
13
13
  }
14
14
  };
15
15
  GbCheckboxGroup.style = gbCheckboxGroupCss;
@@ -16,7 +16,7 @@ const GbCommentItem = class {
16
16
  return nameAndRole;
17
17
  }
18
18
  render() {
19
- return (h("div", { key: '4411b687a3715dd225ff5f1b981fc04ef471c59f', class: "comment-item" }, h("div", { key: '3279d899eaec31a78e5b5f597bf9c22674858564', class: "left" }, h("div", { key: 'de41a45ee3a39b70a5649a538ed122a343677530', class: "comment-bullet" }), this.connector && h("hr", { key: '6ac2989bfc2dc6ae0636946f6d0ba48123fbbae5', class: "line" })), h("div", { key: '74437d4b1463434567c6dcf06959d30ecfdc6b66', class: "comment-content" }, h("div", { key: '7e5aca50c18f5b8fd25bebd82272f82d2779594d', class: "reviewer-info" }, h("p", { key: '56005a08821f8767698afff2124d8b7b94a280ff', class: "text-sm-semi-bold" }, this.displayNameAndRole())), h("div", { key: 'ec12a2c245115658c2a00d4bce72a5c8b193876f', class: "comment-text" }, h("p", { key: '6734d7c07fa732e3b0c4a4215c876bfc7af8e088', class: "text-sm-regular" }, this.comment)), h("div", { key: '37d722b3f3754f8416c565d2c6cc69e352ea035b', class: "timestamp" }, h("p", { key: '5f1260e85578101e288e2e275ccc0515d6ae9a66', class: "text-xs-regular" }, this.timeStamp)))));
19
+ return (h("div", { key: '55856a17ddb098ad9eda4367930630874c08e49a', class: "comment-item" }, h("div", { key: '15e6f5e94e8aee7ce8ed8a012d72610909ad0efb', class: "left" }, h("div", { key: '71ab3fe1cc4f8126c57f6b3c829c95b06535431c', class: "comment-bullet" }), this.connector && h("hr", { key: 'e53230049914b8f8e6647f5968f7984a1f955a66', class: "line" })), h("div", { key: '691978951ad9d1677b02ce534138869929305fa9', class: "comment-content" }, h("div", { key: '1a3369bf8e0ca74298eefb672ee764216bbef3ed', class: "reviewer-info" }, h("p", { key: 'ac4b5358d13f8e12c8385cd3b6d045b16aac12fa', class: "text-sm-semi-bold" }, this.displayNameAndRole())), h("div", { key: '0e29e322e325da9f97a86283d88ca494a376b55c', class: "comment-text" }, h("p", { key: 'af6dce38a10da2ef5c31848c1d32b2f2df91679d', class: "text-sm-regular" }, this.comment)), h("div", { key: '34e624727a4d4955cbb29b54578423d31e9883da', class: "timestamp" }, h("p", { key: 'd078325c4400d0eba7001ee252e7edc10622695e', class: "text-xs-regular" }, this.timeStamp)))));
20
20
  }
21
21
  };
22
22
  GbCommentItem.style = gbCommentItemCss;
@@ -70,7 +70,7 @@ const GbComment = class {
70
70
  const patternSrcDarkMode = getAssetPath(`assets/background_pattern_dark_mode.svg`);
71
71
  const illustrationSrcLightMode = getAssetPath(`assets/illustration.svg`);
72
72
  const illustrationSrcDarkMode = getAssetPath(`assets/illustration_dark_mode.svg`);
73
- return (h("div", { key: '18ddda042563ef988079460c5b0b5d31ad6c481b', class: `comments-container ${!hasComments ? 'no-comments-state' : ''}` }, h("div", { key: '935ce359008881960c2874b8543e847a6453dcfb', class: `header ${this.state}` }, h("div", { key: '822f3c2eb6f17dce8d9bfabf1e77782eb860ba02', class: "title-section" }, h("svg", { key: 'f429a4ddbfcdfa00a3bb9be4ce92b0813d984177', width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", class: "info-icon" }, h("path", { key: '84444085f7444c8622553d62e82368ff8c8c5aac', opacity: "0.4", d: "M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03143 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03143 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572Z", fill: "var(--color-icon-information, #064E94)" }), h("path", { key: 'cc6c679c2dff9d867d69bfd639e4ebccb5e1bfc6', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.6819 10.5273C11.9289 10.5605 12.2707 10.6494 12.5607 10.9394C12.8507 11.2294 12.9396 11.5711 12.9728 11.8182C13.0003 12.0228 13.0001 12.2608 13 12.4606C13 12.474 13 12.4871 13 12.5V16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5V12.5C10.4477 12.5 10 12.0523 10 11.5C10 10.9477 10.4477 10.5 11 10.5C11.0129 10.5 11.0261 10.5 11.0394 10.5C11.2393 10.4999 11.4772 10.4997 11.6819 10.5273Z", fill: "var(--color-icon-information, #064E94)" }), h("path", { key: 'ac7f289ef1027d32c1747ea84ccff1b86116756a', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.9999 7.5C10.9999 6.94772 11.4456 6.5 11.9954 6.5H12.0044C12.5542 6.5 12.9999 6.94772 12.9999 7.5C12.9999 8.05228 12.5542 8.5 12.0044 8.5H11.9954C11.4456 8.5 10.9999 8.05228 10.9999 7.5Z", fill: "var(--color-icon-information, #064E94)" })), h("h2", { key: 'c463fabd02e0e160f06485dee5df39382ce3a38b', class: "text-md-semi-bold heading" }, this.heading)), h("gb-button", { key: 'b91c5ade53a2ee2bf59cb9c439263cc90cf98fbe', size: "sm", hierarchy: "link_color", icon: "default", onClick: () => this.toggleComments() }, this.state === 'expanded' ? h("p", null, "Hide Comments") : h("p", null, "Show Comments"))), this.state === 'expanded' &&
73
+ return (h("div", { key: '2b2ad83aca1880553c0f32dec8463762550f8771', class: `comments-container ${!hasComments ? 'no-comments-state' : ''}` }, h("div", { key: 'abcda384d2f90ed69ffa0844e2ee3c62ebaf57a6', class: `header ${this.state}` }, h("div", { key: '79be0873b23975766795db5107f5463cbe3750d1', class: "title-section" }, h("svg", { key: '6e657591cfcda854fe86f7cb70686af578bb3458', width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", class: "info-icon" }, h("path", { key: '13aefd3087378527811586672f47150d0cb8849c', opacity: "0.4", d: "M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03143 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03143 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572Z", fill: "var(--color-icon-information, #064E94)" }), h("path", { key: '593645e98ba539c18c0c25779fb6254ace1dfee9', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.6819 10.5273C11.9289 10.5605 12.2707 10.6494 12.5607 10.9394C12.8507 11.2294 12.9396 11.5711 12.9728 11.8182C13.0003 12.0228 13.0001 12.2608 13 12.4606C13 12.474 13 12.4871 13 12.5V16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5V12.5C10.4477 12.5 10 12.0523 10 11.5C10 10.9477 10.4477 10.5 11 10.5C11.0129 10.5 11.0261 10.5 11.0394 10.5C11.2393 10.4999 11.4772 10.4997 11.6819 10.5273Z", fill: "var(--color-icon-information, #064E94)" }), h("path", { key: 'bec5e6502b6737b60265f7abc4478da06bc96828', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.9999 7.5C10.9999 6.94772 11.4456 6.5 11.9954 6.5H12.0044C12.5542 6.5 12.9999 6.94772 12.9999 7.5C12.9999 8.05228 12.5542 8.5 12.0044 8.5H11.9954C11.4456 8.5 10.9999 8.05228 10.9999 7.5Z", fill: "var(--color-icon-information, #064E94)" })), h("h2", { key: 'd0b370fa4083626fbe9d6a7333043dcb2c2e62da', class: "text-md-semi-bold heading" }, this.heading)), h("gb-button", { key: '80ae35bc35ea87e744f5e33f01020d5125f1f161', size: "sm", hierarchy: "link_color", icon: "default", onClick: () => this.toggleComments() }, this.state === 'expanded' ? h("p", null, "Hide Comments") : h("p", null, "Show Comments"))), this.state === 'expanded' &&
74
74
  (hasComments ? (h("div", { class: "comments-wrapper" }, this.comments.map((comment, index) => (h("gb-comment-item", { key: index, name: comment.name, duty: comment.role, comment: comment.comment, "time-stamp": comment.timeStamp, connector: this.comments.length > 1 && index < this.comments.length - 1 ? true : false }))))) : (h("div", { class: "container" }, h("div", { class: "frame" }, this.isDarkTheme ? h("img", { src: patternSrcDarkMode, alt: "", class: "empty_state_pattern" }) : h("img", { src: patternSrcLightMode, alt: "", class: "empty_state_pattern" }), h("div", { class: "empty_state" }, h("div", { class: "content" }, this.isDarkTheme ? (h("img", { src: illustrationSrcDarkMode, alt: "bell-icon", class: "bell_icon" })) : (h("img", { src: illustrationSrcLightMode, alt: "bell-icon", class: "bell_icon" })), h("div", { class: "text" }, h("p", { class: "main-text text-lg-semi-bold" }, this.noCommentText), h("p", { class: "sub-text text-sm-regular" }, this.noCommentTextSub))))))))));
75
75
  }
76
76
  };
@@ -26,7 +26,7 @@ const GbComplexPrimarySideBarItem = class {
26
26
  const whiteBarSrc = getAssetPath(`assets/complex_bar_white.svg`);
27
27
  const redCompactBarSrc = getAssetPath(`assets/compact_bar_red.svg`);
28
28
  const whiteCompactBarSrc = getAssetPath(`assets/compact_bar_white.svg`);
29
- return (h(Fragment, null, this.itemStyle === 'standard' && (h("div", { key: 'fd940e4756c18fd65d93aa8e4d253d340f72ffdd', class: `container ${this.state} ${this.category}` }, h("div", { key: '64dba735bd51845072b10ac51ab6581092d2697a', class: `wrapper ${this.state} ${this.category}` }, this.state === 'active' && this.category === 'plain_background' && h("img", { key: '1242b63d69c9afcd2e0cb45aa961a94a97bc0ebb', src: redBarSrc, alt: "", class: "bar" }), this.state === 'active' && this.category === 'colored_background' && h("img", { key: 'b05a6c966bbc234b5d224eaed27afce74204cd70', src: whiteBarSrc, alt: "", class: "bar" }), h("div", { key: 'a4fe814b225b88243aacc2c5b924f3aefb974963', class: "icon_container" }, h("div", { key: '1036af3974f02082d9b55e7a62edd69985d7195b', class: `icon ${this.state} ${this.category}`, innerHTML: this.leadingIconSvg })), h("p", { key: 'c87538fcdabcc38ec9899f9196eafe0e28ec2924', class: `label_text ${this.state} ${this.category} ${this.state === 'active' ? 'text-xs-semi-bold' : 'text-xs-regular'}` }, this.label)))), this.itemStyle === 'compact' && (h("div", { key: 'dba3241cb898ee6b01a9867f13b6a8daa0b8a240', class: "compact_container" }, h("div", { key: 'e1001b83fba5337ae32ca06eb5b78c11d19c505d', class: `compact_wrapper ${this.state} ${this.category}`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, this.state === 'active' && this.category === 'plain_background' && h("img", { key: '10f118ce102da08c8f8aa8b7aa1aec15d62fd6eb', src: redCompactBarSrc, alt: "", class: "compact_bar" }), this.state === 'active' && this.category === 'colored_background' && h("img", { key: '6f3b074dea5c37e2fad20635807e1ba046fc6653', src: whiteCompactBarSrc, alt: "", class: "compact_bar" }), h("div", { key: '1a899a43035f7acf2b8a15b9004b8e63e3c9f05e', class: "compact_icon_container" }, h("div", { key: 'd08d5c107900acf61fada4f90aed1ea393867ce5', class: `icon ${this.state} ${this.category}`, innerHTML: this.leadingIconSvg })), this.itemStyle === 'compact' && this.showTooltip && (h("gb-tooltip", { key: '205ba5b039ef1c7ad5b347fcd2dc4c1ee0463e35', "show-arrow": true, arrow: "left", class: "tooltip" }, h("p", { key: '96f3ab7c6a46de95c971963f012a5464fbc5f29c', slot: "label" }, this.label))))))));
29
+ return (h(Fragment, null, this.itemStyle === 'standard' && (h("div", { key: '010fdbc2b6d223274842335552db2069e87038f2', class: `container ${this.state} ${this.category}` }, h("div", { key: '0daa500cbf631dd658b923c7fc820c2505ab3096', class: `wrapper ${this.state} ${this.category}` }, this.state === 'active' && this.category === 'plain_background' && h("img", { key: '92db8d45c83749a3310f76ab432f1adb73bd7168', src: redBarSrc, alt: "", class: "bar" }), this.state === 'active' && this.category === 'colored_background' && h("img", { key: 'c068a7dc353564c03ec5bb6edda8426ad65be3d9', src: whiteBarSrc, alt: "", class: "bar" }), h("div", { key: '61f67be1ae2029d06bc8bf8748d63558a3f529b1', class: "icon_container" }, h("div", { key: 'd6677e31219039868dcce217ee96b640abdbb11e', class: `icon ${this.state} ${this.category}`, innerHTML: this.leadingIconSvg })), h("p", { key: 'e555611e56dbbc0279cdec0aeb6097b8c21b32c5', class: `label_text ${this.state} ${this.category} ${this.state === 'active' ? 'text-xs-semi-bold' : 'text-xs-regular'}` }, this.label)))), this.itemStyle === 'compact' && (h("div", { key: '7ad9b4ed781ada6907986d46d5a0cda160d224cf', class: "compact_container" }, h("div", { key: '4b648f9b365560a25fc29f1e4c13aa16a702737d', class: `compact_wrapper ${this.state} ${this.category}`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, this.state === 'active' && this.category === 'plain_background' && h("img", { key: 'f7a95814e90381325fbeb3df652a0af97e0ff0f4', src: redCompactBarSrc, alt: "", class: "compact_bar" }), this.state === 'active' && this.category === 'colored_background' && h("img", { key: 'c6b6446c5a74cd3606f31edb82c9ba810887349c', src: whiteCompactBarSrc, alt: "", class: "compact_bar" }), h("div", { key: '5e62fd26fcd4f29dbb88a86e4fad240220caac7c', class: "compact_icon_container" }, h("div", { key: '19dab808198f8c9d0632262dc847a69e4abb2867', class: `icon ${this.state} ${this.category}`, innerHTML: this.leadingIconSvg })), this.itemStyle === 'compact' && this.showTooltip && (h("gb-tooltip", { key: '63bfe3e7e25e03b885d16d86e2bf9b9cf339673b', "show-arrow": true, arrow: "left", class: "tooltip" }, h("p", { key: '2af46d17aefc492faac4b47978ecf7b7e4f47f3a', slot: "label" }, this.label))))))));
30
30
  }
31
31
  get el() { return getElement(this); }
32
32
  };
@@ -52,7 +52,7 @@ const GbComplexSecondarySideBarItem = class {
52
52
  this.loadIcon(this.icon);
53
53
  }
54
54
  render() {
55
- return (h("div", { key: 'f8436256ae98f314a1669f17a1e0816dd0a4bc12', class: `container ${this.type}` }, h("div", { key: '17337afa33cbff02196445ac118d4eec8dfc83e6', class: `secondary_side_bar_item_div ${this.state} ${this.type} ${this.category}`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, h("div", { key: '70976cfb1788045c5ba52aee091f838c83d8161a', class: "icon" }, h("div", { key: '5dace8712bff919c9b96d8b525e1f755da085c1e', class: "icon_container" }, h("div", { key: 'ed2893f53f9ea6d1fd8905f8447db5274bcc799a', class: `icon ${this.state} ${this.category}`, innerHTML: this.leadingIconSvg }))), this.type === 'full_with_label' && (h("div", { key: '8a29e0c9de6182ca4623a0fabe84c8accd02c97c', class: "text" }, h("p", { key: '8956ca222af7e7c416a050ad163e54ee65c87d67', class: `label_text ${this.state} ${this.category} ${this.state !== 'active' ? 'text-md-medium' : 'text-md-semi-bold'}` }, this.label))), this.type === 'icon_only' && this.showTooltip && (h("gb-tooltip", { key: '8b81a900e912ff6ee06b928e900037e5a5b985cf', "show-arrow": true, arrow: "left", class: "tooltip" }, h("p", { key: '7fbb663060bbb44e14700273d2d185d1e82b0807', slot: "label" }, this.label))))));
55
+ return (h("div", { key: '95c40ef250a694615cc791e8cbb4bdda9ff0fec7', class: `container ${this.type}` }, h("div", { key: '0e06a973c81b77f6f87d650b20fdf87e9f7f5726', class: `secondary_side_bar_item_div ${this.state} ${this.type} ${this.category}`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, h("div", { key: 'c701dee78b2640b9bb3d11e0c21915fd603fa5b7', class: "icon" }, h("div", { key: '709c32f14cc432f00b6c825e972c3f9a1c609824', class: "icon_container" }, h("div", { key: '4fdb39198fb0aa17940b0687ab0b93e1cb51eb31', class: `icon ${this.state} ${this.category}`, innerHTML: this.leadingIconSvg }))), this.type === 'full_with_label' && (h("div", { key: '235ba2b2b915822789876161c547b1d05b770f93', class: "text" }, h("p", { key: 'c3f423d6d0ccb97a2a141d83af55155e2b939909', class: `label_text ${this.state} ${this.category} ${this.state !== 'active' ? 'text-md-medium' : 'text-md-semi-bold'}` }, this.label))), this.type === 'icon_only' && this.showTooltip && (h("gb-tooltip", { key: '229619866f0f2e8f8547b38444afe03ffc022040', "show-arrow": true, arrow: "left", class: "tooltip" }, h("p", { key: 'f2cc0006265365e9049603d3352468f3bc8294f4', slot: "label" }, this.label))))));
56
56
  }
57
57
  get el() { return getElement(this); }
58
58
  };
@@ -82,7 +82,7 @@ const GbDetailCell = class {
82
82
  this.showActionButtons = false;
83
83
  }
84
84
  render() {
85
- return (h("div", { key: 'ba0163bc1c5fde1485c6d1f4f5cdef906129a54e', class: `detail_cell_div ${this.type} ${this.cellStyle}`, onMouseEnter: () => this.onShowCopyButton(), onMouseLeave: () => this.onHideCopyButton() }, this.type === 'information' && this.cellStyle === 'standard' && (h(Fragment, null, h("div", { key: '6d904751c66db2524bd259d66feb7c0ca90e9a71', class: "info_text_div" }, h("p", { key: '7803448896aeaf70c50a9f4e92c5d7d867f6ac16', class: "label text-sm-regular" }, this.label), h("div", { key: '5c7c0399cbedcaa80f3dbd1e0394c98604340b1a', class: "detail_div" }, h("p", { key: '5f4b13636c56b4e31320d4ac2bec996f0caabb4c', class: `detail ${this.supportingText ? '' : 'no_supporting_text'} text-md-medium`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, this.detail), this.showSupportingText && h("p", { key: 'ab125c4024b6c50cb0db740d6a8252c3b39b1fdd', class: "supporting_text text-md-medium" }, this.supportingText)), this.showTooltip && (h("gb-tooltip", { key: '99c39bd3b376d5b9d18d9bc7432600027e859af0', "show-arrow": false, class: "information_text_tooltip" }, h("p", { key: 'cb07137efc05a22c454a2b3da379446299990ec8', slot: "label" }, this.detail)))), this.showStandardCopyButton && (h("gb-button", { key: '6fb1e43ff1666691bbfa8c723207d1822b4acf19', size: "sm", hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/copy.svg", onClick: () => this.copyToClipboard() })), this.copied && (h("gb-tooltip", { key: '5fd9397e59e7401da57285e96784b9802bf6ccbb', "show-arrow": false, class: "copied_tooltip" }, h("p", { key: '962bf557b0e9f189a06071fb79ec22e52947cc44', slot: "label" }, "Copied!"))))), this.type === 'document' && this.cellStyle === 'standard' && (h(Fragment, null, h("gb-file-type-icon", { key: '89a95c0fdca565de2fc170f1fc296baf863595d8', "file-style": this.fileStyle, "file-type": this.fileType }), h("div", { key: '834e22ae41b03ccf1866927874107afd4c74d3b4', class: "document_text_div" }, h("p", { key: '9ecde4ce5079f075ae1d66fce129a40444084b4a', class: "label text-sm-regular" }, this.label), h("p", { key: 'ddcc802bc6c9e0cb9379fb5d620188a8e737b31f', class: "detail text-md-medium", onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, this.detail), this.showTooltip && (h("gb-tooltip", { key: '675c3c12ccdaad8f89a6ab3322a097481fc9d893', "show-arrow": false, class: "document_detail_tooltip" }, h("p", { key: '8c486c2f42e6e4def6bc8e3d751342a4af6899b6', slot: "label" }, this.detail)))), !this.isDownloaded ? (h(Fragment, null, this.showActionButtons && (h(Fragment, null, this.showViewButton && (h("gb-button", { size: "sm", hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/view.svg", onClick: () => this.onViewButtonClicked() })), this.showDownloadButton && (h("gb-button", { size: "sm", hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/download-03.svg", onClick: () => this.onDownloadButtonClicked() })))))) : (h("gb-tooltip", { "show-arrow": false, class: "downloaded_tooltip" }, h("p", { slot: "label" }, "Downloaded!"))))), this.type === 'status' && this.cellStyle === 'standard' && (h("div", { key: '6d07f2b1ac18ed501ad68c7a3c1600a0932fd9fb', class: "status_text_div" }, h("p", { key: '7093ab8f21dce242a72c45d1b1315cbfb5a29b32', class: "label text-sm-regular" }, this.label), h("gb-badge", { key: 'e83186830d9a490e71205d9603feaeccf36305ca', size: "sm", type: this.badgeType, icon: this.badgeIcon, color: this.badgeColor, "icon-leading-swap": this.badgeIconLeading, "icon-trailing-swap": this.badgeIconTrailing }, h("p", { key: '5249cbd6553a903d6085aa67ac9681034ae4f944' }, this.badgeLabel)))), this.type === 'button' && this.cellStyle === 'standard' && (h("div", { key: 'dbe75155e5f9c5dd2ffb62c81894382230ac3d23', class: "button_div" }, h("p", { key: '0e51a223501bbf3454176424596f4e05c12bb35e', class: "label text-sm-regular" }, this.label), h("gb-button", { key: 'e3c7d13661d39b16c31bd93720824d463ae9fc49', size: "sm", hierarchy: "link_color", icon: "default" }, h("p", { key: '41236678a81fec5a77db5478f4a46c3286988eb1' }, "Button CTA")))), this.type === 'information' && this.cellStyle === 'compact' && (h("div", { key: '7862e3357fd6ff7bcd61a67561d66a3153c3686b', class: "compact_info_div" }, h("div", { key: 'b00de273a0cfc3940ddbf045727b3379b990bee3', class: "compact_info_text_div" }, h("div", { key: 'b28230ae92b364a314f076c8e33ea1ca14db8ea0', class: "compact_label" }, h("p", { key: '3fa83dd3969e269f96ec0a91d19944279e0c30ac', class: "label text-sm-regular" }, this.label)), h("div", { key: 'b2ef9eaf344000d03ab06ce4f48ed3aaf4f1d10c', class: "compact_detail" }, h("p", { key: '66ccb669617b09043f5e0dbd8e14904c2bda9490', class: "detail_compact_text text-md-medium" }, this.detail), this.copied && (h("gb-tooltip", { key: '500a3c872fde495e74585189a086cda1bda46057', "show-arrow": false, class: "compact_copied_tooltip" }, h("p", { key: '3e85d0f0ed1bcd384980333867b0146fcead78cd', slot: "label" }, "Copied!")))), this.showCopyButton && (h("gb-button", { key: '7c20d3254e5db17a41a8f92a5e020de437aee2d1', size: "sm", hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/copy.svg", onClick: () => this.copyToClipboard() }))))), this.type === 'document' && this.cellStyle === 'compact' && (h("div", { key: '75ffbdc3446578a832b031e88f8354955b42845e', class: "compact_div" }, h("gb-file-type-icon", { key: '7a83360bebdaf96aeb306775e821065ce4c7c3d3', "file-style": this.fileStyle, "file-type": this.fileType }), h("div", { key: '7893973a1482fb2740bd52f567a6f81094971401', class: "compact_doc_text_div" }, h("p", { key: '200dd76722055d3fd40b51f66802473fc9fe25b0', class: "doc_label text-sm-regular" }, this.label), h("div", { key: '23e800d220f5cde0e4e2f3329e14ce82b8a58c73', class: "compact_doc_detail" }, h("p", { key: '36ad9add70911e34ea145b33d40cbd4730d82d34', class: "detaill text-md-medium", onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, this.detail)), this.isDownloaded && (h("gb-tooltip", { key: 'a71706ecabae829770e39c064658fab05b8a1abc', "show-arrow": false, class: "compact_downloaded_tooltip" }, h("p", { key: 'd747b7ba9d5bc75a95dbe07f6744a4ecfa6f85a7', slot: "label" }, "Downloaded!"))), this.showActionButtons && (h("div", { key: '2d92d4c5816ca8f2579fdac31e1d337bf6f93e43', class: "button_container" }, this.showViewButton && (h("gb-button", { key: '345d29d3171bf227074ee439f1876e8f7c3366fe', size: "sm", hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/view.svg", onClick: () => this.onViewButtonClicked() })), this.showDownloadButton && (h("gb-button", { key: 'a60c18a5ca4aca0992e6bcc9c6b26674660af3bf', size: "sm", hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/download-03.svg", onClick: () => this.onDownloadButtonClicked() }))))))), this.type === 'status' && this.cellStyle === 'compact' && (h("div", { key: 'c64c718b4d092bfa060664bf15c1fff209cba237', class: "compact_div" }, h("div", { key: '1be527a9527b64b9b15c2e43edc39f273c7c7140', class: "compact_status_text_div" }, h("div", { key: '0c6451ff028de9676673bb39675fb932c0525697', class: "compact_label" }, h("p", { key: 'dab1a3c6eb328b126f1400b18bf04c4ce374931c', class: "label text-sm-regular" }, this.label)), h("gb-badge", { key: 'dce01848379acfb13b62fcacffbf39c09a723850', size: "sm", type: this.badgeType, icon: "dot", color: this.badgeColor }, h("p", { key: '24a00f2e40a03c1519d730c908193c15b827b8b9' }, this.badgeLabel))))), this.type === 'button' && this.cellStyle === 'compact' && (h("div", { key: '59eae92d5c6502cd1d2c2318d9483de22882db59', class: "compact_div" }, h("div", { key: '5cf0612a8afa187f91bf6c5cf7fa8602cbdbf8c7', class: "compact_status_text_div" }, h("div", { key: 'd1345d4dc2e36229222bc8ca81f5acbb14ff6bed', class: "compact_label" }, h("p", { key: 'c7bbd5dc8f24c1f21625fd02080196ee954554fb', class: "label text-sm-regular" }, this.label)), h("gb-button", { key: '727c94fd0f2330739973982e390458b1399dcdcd', size: "sm", hierarchy: "link_color", icon: "default", onClick: () => this.onButtonClicked() }, h("p", { key: '8339b0ee2e1da6f028e1e07080a028f72231661b' }, this.buttonText)))))));
85
+ return (h("div", { key: 'cf794e5096270f63f0de5fa4ad06bd9d20310975', class: `detail_cell_div ${this.type} ${this.cellStyle}`, onMouseEnter: () => this.onShowCopyButton(), onMouseLeave: () => this.onHideCopyButton() }, this.type === 'information' && this.cellStyle === 'standard' && (h(Fragment, null, h("div", { key: '2638f243d7e81b2f6bbb582acff72b53cdcd26cc', class: "info_text_div" }, h("p", { key: 'fe373f4568a95061797e1c031f19f1bb350cd77c', class: "label text-sm-regular" }, this.label), h("div", { key: 'a6b2846d23cdf679f786a22ac3577fd55c14394b', class: "detail_div" }, h("p", { key: '44a2d93be21f85286acbf2e2bd27658e63b10625', class: `detail ${this.supportingText ? '' : 'no_supporting_text'} text-md-medium`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, this.detail), this.showSupportingText && h("p", { key: '08dfe83f89237bee9c11eb3f04edc6af0efe1877', class: "supporting_text text-md-medium" }, this.supportingText)), this.showTooltip && (h("gb-tooltip", { key: 'cfbca483c8d5cf33a7a3c569a6d670b80ca442a7', "show-arrow": false, class: "information_text_tooltip" }, h("p", { key: '0b4af056117ce36588309ab73ded1246148f8411', slot: "label" }, this.detail)))), this.showStandardCopyButton && (h("gb-button", { key: '854b03d70b93c4549f95557d11276d61f930250a', size: "sm", hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/copy.svg", onClick: () => this.copyToClipboard() })), this.copied && (h("gb-tooltip", { key: 'a4e22128996e2a6111ae97851e77f142e478c213', "show-arrow": false, class: "copied_tooltip" }, h("p", { key: '7681964e5fc9d43a0d1044c234ff13ee102d9b8b', slot: "label" }, "Copied!"))))), this.type === 'document' && this.cellStyle === 'standard' && (h(Fragment, null, h("gb-file-type-icon", { key: '9983338ab436b3646146720513b3950d423010c8', "file-style": this.fileStyle, "file-type": this.fileType }), h("div", { key: 'e8a03e9642c97f28e0d3c85881f8b1eaa9f988df', class: "document_text_div" }, h("p", { key: '48ee37f46da779fc0e73aca7f0291ed5817cd7ba', class: "label text-sm-regular" }, this.label), h("p", { key: 'df1c454a79d8bc517049e5875c34267849ad27b9', class: "detail text-md-medium", onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, this.detail), this.showTooltip && (h("gb-tooltip", { key: '14e8371fb462ea0e96d633ebd2b1ec4f1ed16034', "show-arrow": false, class: "document_detail_tooltip" }, h("p", { key: '29b78f4498bb7a667c3e9270851f8fb6e029c9a4', slot: "label" }, this.detail)))), !this.isDownloaded ? (h(Fragment, null, this.showActionButtons && (h(Fragment, null, this.showViewButton && (h("gb-button", { size: "sm", hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/view.svg", onClick: () => this.onViewButtonClicked() })), this.showDownloadButton && (h("gb-button", { size: "sm", hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/download-03.svg", onClick: () => this.onDownloadButtonClicked() })))))) : (h("gb-tooltip", { "show-arrow": false, class: "downloaded_tooltip" }, h("p", { slot: "label" }, "Downloaded!"))))), this.type === 'status' && this.cellStyle === 'standard' && (h("div", { key: 'c7bff8bf6e77140f076f414c286f37dee5ae4baa', class: "status_text_div" }, h("p", { key: '14e2f3abe1a1d0260b0bb4e26f74ad3d1470be66', class: "label text-sm-regular" }, this.label), h("gb-badge", { key: '2d654499ebf6bda256cfa6d7af13cebd3bd699b0', size: "sm", type: this.badgeType, icon: this.badgeIcon, color: this.badgeColor, "icon-leading-swap": this.badgeIconLeading, "icon-trailing-swap": this.badgeIconTrailing }, h("p", { key: '05d2bde1184f6f82e7b47c2e6bdbc3fb577a78ea' }, this.badgeLabel)))), this.type === 'button' && this.cellStyle === 'standard' && (h("div", { key: '34d55d23e60b7801d06ef4534b1af7cfd982f466', class: "button_div" }, h("p", { key: '4c71cf62b4d278710c9b0fade31e94ef5856d3ca', class: "label text-sm-regular" }, this.label), h("gb-button", { key: '0c468e2a41b0be6e6dd33a57f0fab7e21f12ff22', size: "sm", hierarchy: "link_color", icon: "default" }, h("p", { key: 'c87072dd67689b137f2928e7784684e7048c09f5' }, "Button CTA")))), this.type === 'information' && this.cellStyle === 'compact' && (h("div", { key: 'ceb5cbbbbf2e56d2ea8c4285df28126edf3a3f41', class: "compact_info_div" }, h("div", { key: '25189a186a6dc4e9c3674177269477f60f63891a', class: "compact_info_text_div" }, h("div", { key: '73185f6075e80e07680b33b7d9eb49541000fda5', class: "compact_label" }, h("p", { key: '9ad5ef7b4686c41791bb8000fdf24be5f0441720', class: "label text-sm-regular" }, this.label)), h("div", { key: '8ba20e1c43fd5d49420bb1afeb598cd29e794093', class: "compact_detail" }, h("p", { key: '0d549284d4f461475cd7080b771e23fa14dc0089', class: "detail_compact_text text-md-medium" }, this.detail), this.copied && (h("gb-tooltip", { key: 'fe05de6726ed2103937e98bd44be29d31590fc87', "show-arrow": false, class: "compact_copied_tooltip" }, h("p", { key: '87c18903fd9aa873995f4417e6da903fd3dcbb72', slot: "label" }, "Copied!")))), this.showCopyButton && (h("gb-button", { key: '0fd18df4dac35a046a283792bade3c55eb0f4f0d', size: "sm", hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/copy.svg", onClick: () => this.copyToClipboard() }))))), this.type === 'document' && this.cellStyle === 'compact' && (h("div", { key: '67e45f30e30f595c52d9748ed7c2dc94a1a69634', class: "compact_div" }, h("gb-file-type-icon", { key: '431289c0ba15d12a7136f78a46719c6cf6cc5d08', "file-style": this.fileStyle, "file-type": this.fileType }), h("div", { key: '2e7c0ab3f1398b8aac2d692526b67e5ee67a70b5', class: "compact_doc_text_div" }, h("p", { key: '30d8fc745f873c920aeefb60a059ea1e0c083dec', class: "doc_label text-sm-regular" }, this.label), h("div", { key: '425c865dfaed253b80bf576474eb72524d45545a', class: "compact_doc_detail" }, h("p", { key: 'a7d974c4851dd0a2d9a0d33f53edb3851f755a19', class: "detaill text-md-medium", onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, this.detail)), this.isDownloaded && (h("gb-tooltip", { key: '350d3034cc3f9d3e75da4a644d93f3fa1b63f7f4', "show-arrow": false, class: "compact_downloaded_tooltip" }, h("p", { key: '6cf67f90caab86888066ead13dc38dbaaf1e1d20', slot: "label" }, "Downloaded!"))), this.showActionButtons && (h("div", { key: 'aec2ce84dd6a05c7740b5340fc83044e41192ed4', class: "button_container" }, this.showViewButton && (h("gb-button", { key: 'ddee2655525119885dd2375ed7897ca1ab0ec66d', size: "sm", hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/view.svg", onClick: () => this.onViewButtonClicked() })), this.showDownloadButton && (h("gb-button", { key: '9b5bd50a13bbfa07c4d91e533fa4512378d90697', size: "sm", hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/download-03.svg", onClick: () => this.onDownloadButtonClicked() }))))))), this.type === 'status' && this.cellStyle === 'compact' && (h("div", { key: '2f586b480edafa667295581f645b99e1ee351fcc', class: "compact_div" }, h("div", { key: '2c289a7675d410396b4315169bf3f6a4dd00d531', class: "compact_status_text_div" }, h("div", { key: 'e20e9b73a32bb105cf9643d3af0e582d71691f67', class: "compact_label" }, h("p", { key: 'ebdbfde7ae219854d97e9dbaa1ac6d232df2796e', class: "label text-sm-regular" }, this.label)), h("gb-badge", { key: '414f07a483f3a118228f377821d9e5accc76270a', size: "sm", type: this.badgeType, icon: "dot", color: this.badgeColor }, h("p", { key: '7f5ad49a52cf99a6963eaeb8eb114fe4554d0370' }, this.badgeLabel))))), this.type === 'button' && this.cellStyle === 'compact' && (h("div", { key: 'e7c1c2cd952e12985a5e98d490a22ef63413e604', class: "compact_div" }, h("div", { key: '892b6c7ae7e2f9cf0df3c8413d8ee288839d1216', class: "compact_status_text_div" }, h("div", { key: '5c92ee45f6cf87267c73dc1c1c0ea0a8e5ec5f88', class: "compact_label" }, h("p", { key: 'a7126dc42fde734efed6f117f97f2eabffd8d78b', class: "label text-sm-regular" }, this.label)), h("gb-button", { key: 'ac76d3d0ca180c35c246056d5d6286fc2413a106', size: "sm", hierarchy: "link_color", icon: "default", onClick: () => this.onButtonClicked() }, h("p", { key: '02c9623604f6c63c3a56ba3185b09f3bcae46563' }, this.buttonText)))))));
86
86
  }
87
87
  };
88
88
  GbDetailCell.style = gbDetailCellCss;
@@ -172,21 +172,21 @@ const GbFileUpload = class {
172
172
  this.uploadStateChange.emit(this.fileStates);
173
173
  }
174
174
  render() {
175
- return (h("div", { key: '3b7e09f7a558a73012a0b69fc71f5f6ae43a69ac', class: "file_upload_div" }, this.showLabel && h("p", { key: '86f4db02ea2d0d67cdbcbcec75df91c2965a0ee8', class: "upload_text text-sm-semi-bold" }, "File Upload"), this.type === 'single' && (h(Fragment, null, this.state === 'default' && !this.destructive && this.fileStates.length === 0 && (h("div", { key: 'f72689a9205d45a9a3da99aae7e72e0222d11c32', class: `file_upload_item_base_container ${this.state} ${this.heightSize}` }, this.heightSize === 'md' && [
176
- h("div", { key: '6dcb1ae20861831aaeab1a33e3038c9531064a46', class: `default ${this.heightSize}` }, h("div", { key: '55ec1a5a00df9fd5dcde84e69b65152a8a5db274', class: "file_upload_icon" }, h("svg", { key: '11e3d5aee1d0b8188a616bf38703a0cb15a9cf15', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '463eeac502299254719cc289f98ab918f6575927', 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: '2f2575ae806704ff8ae1ed5cf4769c8807fcc2c2', class: "default_content" }, h("p", { key: 'f9a1637160d0da18712200e645a0ad9bd0925094', class: "upload_text text-sm-semi-bold" }, "Tap to upload"), h("p", { key: 'd80f06c37a121180e381ad1a260f4624cc79b273', class: "file_type_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
177
- h("gb-button", { key: '9d7104242d35158db846b959b0d4e2ed44583211', size: "sm", hierarchy: "link_color", icon: "default", class: "upload_btn_md", "icon-leading": true, onClick: () => this.openFilePicker() }, h("p", { key: 'ffe95dad7f8e22bd22f36f52e5854597eb74fee3' }, "Upload")),
175
+ return (h("div", { key: '6d8324b3bafc3a2c185183a86beb7a280cbeddb9', class: "file_upload_div" }, this.showLabel && h("p", { key: '07a906755504710bcb7b24af60ee17aa096613de', class: "upload_text text-sm-semi-bold" }, "File Upload"), this.type === 'single' && (h(Fragment, null, this.state === 'default' && !this.destructive && this.fileStates.length === 0 && (h("div", { key: '9eb1698a2d2fc2dc87fef8f71f738ab4ba33681a', class: `file_upload_item_base_container ${this.state} ${this.heightSize}` }, this.heightSize === 'md' && [
176
+ h("div", { key: '86736725828c68d2af8cab312fa6b88adfd540e9', class: `default ${this.heightSize}` }, h("div", { key: '89f1653026278421316414507b595b8f888d3651', class: "file_upload_icon" }, h("svg", { key: 'b1a24214b063df7cdc98504a840380305e86608d', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '7eba8edcf1e42f04cfe8bbc666115c74f4dbf1d3', 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: '04ece440fe6dcad9725c0a67062ee4d5a03ee556', class: "default_content" }, h("p", { key: '7cdf9d7cf507990e3a7cbd630cfa3781832a24bc', class: "upload_text text-sm-semi-bold" }, "Tap to upload"), h("p", { key: '0e2ec46b4272fc8ee0c2e01b07d8d40236b52a6b', class: "file_type_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
177
+ h("gb-button", { key: 'ed468ffc3f75f70b0ddeddbd79c7ca056727cab8', size: "sm", hierarchy: "link_color", icon: "default", class: "upload_btn_md", "icon-leading": true, onClick: () => this.openFilePicker() }, h("p", { key: '9e1ea6f6f26fc64a80bb02d4189689a4d809dfe1' }, "Upload")),
178
178
  ], this.heightSize === 'lg' && [
179
- h("div", { key: '096d79f16dd34537340f934592826dc3fb3917dd', class: `default ${this.heightSize}` }, h("div", { key: '53acf623bdc52414547e054c2b0921332833316c', class: "file_upload_icon" }, h("svg", { key: '6d0ac4958e895c16066c8761dbf8cdf166c42ed2', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '35083da4b3b2385f2e96c2229e175bdcad969f04', 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: '3b0f790886db47a8f404b4bf64ec680c19082c85', class: "default_content" }, h("p", { key: 'fd22835e3ae86eba49efdbf7321cff1e1bfdeb77', class: `upload_text text-sm-regular ${this.heightSize}` }, h("gb-button", { key: '24fe6f64f7c579c5fa93a86d1aea1ce31a6dcee1', size: "sm", hierarchy: "link_color", icon: "default", onClick: () => this.openFilePicker() }, h("p", { key: 'e70280f744b160e121bb5180a549af8a44adc7dc' }, "Click to upload")), "or drag and drop"), h("p", { key: '30d04f0f744a9efc7d317959b6df1f2643b6091d', class: "file_type_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
180
- ])), this.state === 'in_progress' && (h("gb-file-upload-item-base", { key: 'f543032d2bf031369a0a9049e85eb8cb1bfd1414', progress: this.progress, "file-type": this.fileType, icon: this.icon, "height-size": this.heightSize, state: "in_progress" })), this.state === 'complete' && (h("gb-file-upload-item-base", { key: 'eb0e9e3e9bcaa9065a0407348fa35ff046cb2e76', progress: this.progress, "file-type": this.fileType, icon: this.icon, "height-size": this.heightSize, state: "complete" })), this.state === 'disabled' && (h("div", { key: '20ae1f7ae5768ff72f217f364c1a38d1b28c7811', class: `file_upload_item_base_container ${this.state} ${this.heightSize}` }, h("div", { key: '28c9f0f9f28541b42ed19a866c377f148766ef39', class: `disabled ${this.state}` }, this.heightSize === 'md' && [
181
- h("div", { key: '1faa129a28e3501c42d5046c126dcaad5315ac15', class: `default ${this.heightSize}` }, h("div", { key: '76069c21b79d422540405306e3010a160d8790d2', class: "file_upload_icon" }, h("svg", { key: '9184d1805a9896ed5c57a4ab75fa5892ff38c43a', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '9d9704acc1a8cfad913e47776d7dbb9f7cc16953', 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: 'f1585b98021beaa194d3543bb004976b3ed05035', class: "default_content" }, h("p", { key: '8fb5382902e1b38bee3dcf3f2e3ddd3ce48cb938', class: "disabled_text text-sm-semi-bold" }, "Tap to upload"), h("p", { key: '49d566a32fae029fcbc0af30f916304bea3139c9', class: "disabled_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
182
- h("gb-button", { key: 'ada096dfdde8e153f8ae01a7ae7dc651d9a234bb', size: "sm", hierarchy: "link_color", icon: "default", class: "upload_btn_md", state: "disabled" }, h("p", { key: '9ea561a7f1b0264a7b255552bffbd2453a2f6a12' }, "Upload")),
179
+ h("div", { key: 'b4f952e092ca5fb6e8092699fce163a3293ccd8f', class: `default ${this.heightSize}` }, h("div", { key: 'a2c92702180548d7aba4af8c15b25eb248776b85', class: "file_upload_icon" }, h("svg", { key: '39d1c3fd9b2fa7872d0b29aed14c3aa4a0832bef', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '8b4c449dd49ca7d1247bc1c9f729b40297613a8a', 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: '3062e4502dfd3ad65d8500d00ede06e19cc46755', class: "default_content" }, h("p", { key: '79d0c23cddc60ff4fc843e1afaca354d1adc8bc7', class: `upload_text text-sm-regular ${this.heightSize}` }, h("gb-button", { key: '4e8136f51641399fb8463324b5b42f622e1d4b86', size: "sm", hierarchy: "link_color", icon: "default", onClick: () => this.openFilePicker() }, h("p", { key: '5d8d4957a0c1fd3b0cc20e5d3c7d726e4524deb7' }, "Click to upload")), "or drag and drop"), h("p", { key: '0a5bb502f1e1969c438a1ba777ff07b58299c6ba', class: "file_type_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
180
+ ])), this.state === 'in_progress' && (h("gb-file-upload-item-base", { key: '30fb56f333444b90c927b144b338c7efe891392d', progress: this.progress, "file-type": this.fileType, icon: this.icon, "height-size": this.heightSize, state: "in_progress" })), this.state === 'complete' && (h("gb-file-upload-item-base", { key: 'ff9150fb2c33a5bf24922188eb11ce0cf404883a', progress: this.progress, "file-type": this.fileType, icon: this.icon, "height-size": this.heightSize, state: "complete" })), this.state === 'disabled' && (h("div", { key: '40d65e797cfface67f6524ef93834712ba1fc274', class: `file_upload_item_base_container ${this.state} ${this.heightSize}` }, h("div", { key: '3abc41b693c68ade42f182d64d1a0e13ff37d02d', class: `disabled ${this.state}` }, this.heightSize === 'md' && [
181
+ h("div", { key: '450f902e8a2aa9644b0546498ad6d3439e1eb69a', class: `default ${this.heightSize}` }, h("div", { key: 'b1776ed9c928957815f64c1037d034405ad6a003', class: "file_upload_icon" }, h("svg", { key: 'ac0173ccc6ecb5b01cdfb675c2e02ea380c5aa7f', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: 'baa99c6a0cb60733cb0a3580ff63c555636d1a41', 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: '571fe31c9a841627c122a070d74be105cd74aa72', class: "default_content" }, h("p", { key: '956af163d08013ff8f1f7b4f99c7c1555fa45d4d', class: "disabled_text text-sm-semi-bold" }, "Tap to upload"), h("p", { key: 'c361aca9a795ab4ac4732ef32790828f6a1435d7', class: "disabled_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
182
+ h("gb-button", { key: 'a48c88547894a76e612beaa671d35ae8c81cf024', size: "sm", hierarchy: "link_color", icon: "default", class: "upload_btn_md", state: "disabled" }, h("p", { key: 'badcd66d919d7f45e9f341f59950e6ed9212d85e' }, "Upload")),
183
183
  ], this.heightSize === 'lg' && [
184
- h("div", { key: '9564a2e8049767e4d6d07532671ab70b0d50fdc9', class: `default ${this.heightSize}` }, h("div", { key: '01cae901928eb1aea8dbd9da1a89d3307d0a1983', class: "file_upload_icon" }, h("svg", { key: '2371cac3af0175e628da9bd53a206bb0cf24bf41', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '6382f8d49da69cc4a08c7d5fed65e7d7774bd279', 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: '15d698290dde9881d68b61032962ac69341070fd', class: "default_content" }, h("p", { key: '38d5815226d48b8fdaf00afdff606dceff4cb571', class: `disabled_text text-sm-regular ${this.heightSize}` }, h("gb-button", { key: '5dd4fee0c5228ac204c70671d29cffb025639961', size: "sm", hierarchy: "link_color", icon: "default", state: "disabled" }, h("p", { key: 'cd2957114f950c6a5797c8fe4f512b8747367ea9' }, "Click to upload")), "or drag and drop"), h("p", { key: '07c0a0ebc6a855c8210c4034b8941264f25ab438', class: "disabled_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
185
- ]))), this.destructive && (h("gb-file-upload-item-base", { key: 'eac634c386008b8ab0f4ffe3e757cbffb5d8b572', progress: this.progress, "file-type": this.fileType, icon: this.icon, state: "error", "height-size": this.heightSize })), this.fileStates.map(file => (h("gb-file-upload-item-base", { progress: file.progress, "file-type": file.extension, icon: this.icon, "height-size": this.heightSize, state: file.state }))))), this.type === 'multiple' && (h("div", { key: '414ab3f1eaf92ddcf86c2a07cd9c3f40702d6f14', class: "multiple_upload_div" }, h("div", { key: '1cc673e8443f8e181b95b5e33f62686437f868be', class: `file_upload_item_base_container ${this.state} ${this.heightSize} ${this.isDragging ? 'hover' : ''}`, onDragOver: event => this.handleDragOver(event), onDragLeave: () => this.handleDragLeave(), onDrop: event => this.handleDrop(event) }, this.heightSize === 'md' && [
186
- h("div", { key: '6416d1ccd6b0a53ce5a1c1341d093127d31854e1', class: `default ${this.heightSize}` }, h("div", { key: 'c8ddc55cef676a5d6cac5b7efd48be9edd9635f4', class: "file_upload_icon" }, h("svg", { key: '0f6ca7fab48ec5bf7268dd238803eacd565f9abc', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: 'a4cdf8d06ffa92463187ad283d2d878f6138cfa8', 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: '21a66657d8ced4efcf835ce7e20e2768de7a0c95', class: "default_content" }, h("p", { key: 'b60e09f437c40a13d54fecb60d5c48b914e62657', class: "upload_text text-sm-semi-bold" }, "Tap to upload"), h("p", { key: '071cadad75ed6bab6664a1e10f2dba8db4499714', class: "file_type_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
187
- h("gb-button", { key: '6ba05bf6e37fa29649068918cdaa188aa0f8b481', size: "sm", hierarchy: "link_color", icon: "default", class: "upload_btn_md", "icon-leading": true, onClick: () => this.openFilePicker() }, h("p", { key: '0e0044a3374cb18eb94f90ea9761b490ce491c4b' }, "Upload")),
184
+ h("div", { key: '7bdd4a6b1900557745289936259cc1ea83fdb364', class: `default ${this.heightSize}` }, h("div", { key: '34124015ff16b1b174c17716c9d223ae0aac73ce', class: "file_upload_icon" }, h("svg", { key: '5df418e21c005aa00ef3c4a97c54ddea2c7b3697', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: 'e3ddd02ded4d1ac7e7f6374cfad0b6597c67c5c7', 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: '81f589518a9cf20478f731eab08185262b7776c0', class: "default_content" }, h("p", { key: 'aaa589e88a3e8bde783b7a80991ed054937c4da7', class: `disabled_text text-sm-regular ${this.heightSize}` }, h("gb-button", { key: '931102259dc84365cd832bb67a035a1b731e3309', size: "sm", hierarchy: "link_color", icon: "default", state: "disabled" }, h("p", { key: 'e4e8aa466e9867ea0728052aefef7f1fb411fb38' }, "Click to upload")), "or drag and drop"), h("p", { key: 'e57a8073693243469756775b123d336ae8fcda6b', class: "disabled_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
185
+ ]))), this.destructive && (h("gb-file-upload-item-base", { key: '3d41cd1b7ecc90920b6ad321b1c2b79f54338b42', progress: this.progress, "file-type": this.fileType, icon: this.icon, state: "error", "height-size": this.heightSize })), this.fileStates.map(file => (h("gb-file-upload-item-base", { progress: file.progress, "file-type": file.extension, icon: this.icon, "height-size": this.heightSize, state: file.state }))))), this.type === 'multiple' && (h("div", { key: '3986da282f2df482ef2c53aecbbb50e057401be7', class: "multiple_upload_div" }, h("div", { key: '2b1cafac0cf0394b73f6edb0eaa0b044d0478e0c', class: `file_upload_item_base_container ${this.state} ${this.heightSize} ${this.isDragging ? 'hover' : ''}`, onDragOver: event => this.handleDragOver(event), onDragLeave: () => this.handleDragLeave(), onDrop: event => this.handleDrop(event) }, this.heightSize === 'md' && [
186
+ h("div", { key: '52a0bb6addebdb8421865836c24c14e541e6966d', class: `default ${this.heightSize}` }, h("div", { key: 'c66ca8fffc5a4b7bb5d554205930dd5e7caea909', class: "file_upload_icon" }, h("svg", { key: '4ac7f6bdd3331c6a00d1fcefd5a107dccbae821f', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '640caa472826ea9cd8eea5735217c362836090a4', 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: 'e951bc0a6769b63e0404e5f4d23cf61c70be9c52', class: "default_content" }, h("p", { key: '34587169bf67c115ea39d536d0accb8fc4d7fd32', class: "upload_text text-sm-semi-bold" }, "Tap to upload"), h("p", { key: 'b439069ddd35a537e2319173bf70d5ed1c055197', class: "file_type_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
187
+ h("gb-button", { key: '233fd537b4a6efa574c942a505434f225fac409a', size: "sm", hierarchy: "link_color", icon: "default", class: "upload_btn_md", "icon-leading": true, onClick: () => this.openFilePicker() }, h("p", { key: '3fcd8607a4f96e76e826d5d54cd90eb783f0914d' }, "Upload")),
188
188
  ], this.heightSize === 'lg' && [
189
- h("div", { key: 'e89ef1ead4a03aa401040635ddacc505bea25586', class: `default ${this.heightSize}` }, h("div", { key: '71332537af56aa2ae9b663342c81903ad2dfdf15', class: "file_upload_icon" }, h("svg", { key: '960d8557e11b52b325dabe2b34c329c6fdfc286e', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: 'f69b148e88d8e26442e902ed46bbfe3d4a5d5008', 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: 'ca2c980d21e3f7453f706cfc094891490403e9f1', class: "default_content" }, h("p", { key: 'cf980a9b29297ed20738045b80f7f3df06aacb4e', class: `upload_text text-sm-regular ${this.heightSize}` }, h("gb-button", { key: '65af04ce707658d2d572bec0cfd1749f07628816', size: "sm", hierarchy: "link_color", icon: "default", onClick: () => this.openFilePicker() }, h("p", { key: '257292edc0e3c71e5d590ecb7e157aabec8d395b' }, "Click to upload")), "or drag and drop"), h("p", { key: '0a21c8423a022d6d9d5124747bad4207da99198e', class: "file_type_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
189
+ h("div", { key: '5742041e644206163076e4f1df8e8683654ace26', class: `default ${this.heightSize}` }, h("div", { key: 'fdf11b60cce985e1df294bbcb58bbf46e5a82f2b', class: "file_upload_icon" }, h("svg", { key: 'f30724b7d06734ce80c382c59b84cf98506e411c', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '81369b92ffa8d7cdfedc2e80e617ab060b59c3ee', 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: '5d4c4153ded72cf6dc0a304c6ce2ac1c9c951f14', class: "default_content" }, h("p", { key: '1a71ecde05b30266910bbd117053bc6a248e82fd', class: `upload_text text-sm-regular ${this.heightSize}` }, h("gb-button", { key: '83c3643742cb035d13c52c21fa7e685ba88c90d4', size: "sm", hierarchy: "link_color", icon: "default", onClick: () => this.openFilePicker() }, h("p", { key: '25067bb8722bc863a9bced2d7b53b26616cd7939' }, "Click to upload")), "or drag and drop"), h("p", { key: '598ee5ac48d54e84d58f14d0b5e51bdc9bc49c8e', class: "file_type_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
190
190
  ]), this.fileStates.map((file, index) => (h("gb-file-upload-item-base", { progress: file.progress, "file-type": file.extension, icon: this.icon, "height-size": "md", state: file.state, "file-name": file.name, "file-size": (file.size / 1024).toFixed(2), onCancelUpload: () => this.handleCancelUpload(index), onDeleteFileUpload: () => this.handleDeleteFileUpload(index) })))))));
191
191
  }
192
192
  };
@@ -152,7 +152,7 @@ const GbHorizontalTabs = class {
152
152
  this.tabItemClicked.emit(index);
153
153
  }
154
154
  render() {
155
- return (h("div", { key: 'ba66cd0f022cf30a6bcd996d9b4e4dfb72831e6e', class: "horizontal_tab_div_wrapper" }, this.showLeftButton && (h("div", { key: '3c55ff84c64a530ddf294c0b7091c118610f5f86', class: "scroll_button_div left" }, h("div", { key: '9356302ef185b152908d967f252516cf070e23d6', class: "scroll_button", onClick: () => this.scrollLeft() }, h("svg", { key: '84d87b11576d2a77700437e1abec164317376315', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '7691527dbd007ff0e3e7acb42151d48f7b99e9ec', d: "M15 6C15 6 9.00001 10.4189 9 12C8.99999 13.5812 15 18 15 18", stroke: "var(--color-icon, #4B5565)", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), h("div", { key: '5fdbbfeb13cd52cf276dff65f55cdd312c89b80e', class: "horizontal_tab_wrapper", ref: el => (this.tabContainer = el), onScroll: () => this.handleScroll() }, h("div", { key: '38995477d64d494e8472fb898ac605a4a46af6ff', class: `horizontal_tab_div ${this.type} ${this.fullWidth ? 'full_width' : ''}` }, this.internalTabs.map((tab, index) => (h("gb-tab-button-base", { 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(index), current: this.internalActiveIndex === index, "tab-name": tab.name, badge: this.badge, alignment: "horizontal" }, h("p", { slot: "count" }, tab.badgeCount)))))), this.showRightButton && (h("div", { key: '99710ec681a6687149cbf74aa2acb27494d87b7c', class: "scroll_button_div right" }, h("div", { key: '2ad940ba403e6685a6fbb9363f49c3f2dfb87d05', class: "scroll_button", onClick: () => this.scrollRight() }, h("svg", { key: 'e0612877764f88d7a36875deba8c32a2b5031d8d', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '09dbace30a1cd3a25850846a6f564b15ce8ebc70', d: "M9.00005 6C9.00005 6 15 10.4189 15 12C15 13.5812 9 18 9 18", stroke: "var(--color-icon, #4B5565)", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))))));
155
+ return (h("div", { key: '2757ead2ccb5e34f02fd33fcacfa30a45b41c1ea', class: "horizontal_tab_div_wrapper" }, this.showLeftButton && (h("div", { key: 'fbc4a6ae04ed2eab6677ca9139809158e29aec65', class: "scroll_button_div left" }, h("div", { key: 'b38b2534a0de16bca1da16447e0bca94b6c0febf', class: "scroll_button", onClick: () => this.scrollLeft() }, h("svg", { key: '5120a552ecc4dff270441d5ede2c7ba7d22fc809', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '9b0cc6c607a150a29717331bc74ef5c1d06322aa', d: "M15 6C15 6 9.00001 10.4189 9 12C8.99999 13.5812 15 18 15 18", stroke: "var(--color-icon, #4B5565)", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), h("div", { key: '2a7a8a5320371a75762128c9c9c1b841fc924385', class: "horizontal_tab_wrapper", ref: el => (this.tabContainer = el), onScroll: () => this.handleScroll() }, h("div", { key: '741ce2cb4bce572f2a75476c47bda8bc65a2839c', class: `horizontal_tab_div ${this.type} ${this.fullWidth ? 'full_width' : ''}` }, this.internalTabs.map((tab, index) => (h("gb-tab-button-base", { 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(index), current: this.internalActiveIndex === index, "tab-name": tab.name, badge: this.badge, alignment: "horizontal" }, h("p", { slot: "count" }, tab.badgeCount)))))), this.showRightButton && (h("div", { key: '38148dc38fbbdde051eb183a22a0634398576974', class: "scroll_button_div right" }, h("div", { key: '0166b40ef3c983eb1c337598ad137988198e47b0', class: "scroll_button", onClick: () => this.scrollRight() }, h("svg", { key: '55b62c0f873da77f4c44061e5a29394e453158bc', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: 'f1bf0da024f9d3be7bd12a489c0d8a215f0cc500', d: "M9.00005 6C9.00005 6 15 10.4189 15 12C15 13.5812 9 18 9 18", stroke: "var(--color-icon, #4B5565)", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))))));
156
156
  }
157
157
  static get watchers() { return {
158
158
  "activeIndex": ["setActiveIndex"],
@@ -9,7 +9,7 @@ const GbLogo = class {
9
9
  }
10
10
  render() {
11
11
  const logoSrc = getAssetPath(`assets/globus_bank_logo.svg`);
12
- return (h("div", { key: '28edbecf7676a62c43391087b91f0e4b85a2d2ed', class: "logo_wrapper" }, h("img", { key: 'cab240f25ffa344d39b2fc78de86986e319439ee', src: logoSrc, alt: "" }), this.text && (h("svg", { key: 'fb6bb3d486f9ed30b81ade8064889c747f58ef8c', xmlns: "http://www.w3.org/2000/svg", width: "117", height: "17", viewBox: "0 0 117 17", fill: "none" }, h("path", { key: '292beda68385e1d81c78f4634c4e81c91ef54506', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M55.977 12.6264C56.3596 13.1025 56.8394 13.4915 57.3843 13.7674C57.9292 14.0434 58.5268 14.1998 59.137 14.2264C59.3682 14.2276 59.5989 14.2038 59.825 14.1554C60.0203 14.1134 60.2068 14.0376 60.376 13.9314C60.5266 13.8276 60.6514 13.6908 60.741 13.5314C60.8332 13.3494 60.8789 13.1473 60.874 12.9434C60.8797 12.7871 60.8427 12.6322 60.767 12.4954C60.6928 12.3641 60.5948 12.2478 60.478 12.1524C60.3548 12.0522 60.2206 11.9663 60.078 11.8964C59.9369 11.8205 59.7898 11.7567 59.638 11.7054C59.365 11.6054 59.092 11.4954 58.821 11.4054C58.55 11.3154 58.285 11.2194 58.009 11.1054C57.856 11.0544 57.668 10.9864 57.454 10.9054C57.2189 10.8192 56.9891 10.7191 56.766 10.6054C56.5267 10.4828 56.2967 10.3428 56.078 10.1864C55.8479 10.0188 55.6411 9.82143 55.463 9.59936C55.2755 9.3641 55.1254 9.10136 55.018 8.82037C54.8987 8.50077 54.841 8.16145 54.848 7.82037C54.8385 7.38435 54.9601 6.95552 55.197 6.58938C55.4368 6.22409 55.7548 5.91665 56.128 5.68935C56.5352 5.44285 56.9786 5.26199 57.442 5.15337C57.9371 5.03187 58.4452 4.9714 58.955 4.97335C59.7154 4.96345 60.4735 5.05835 61.208 5.25536C61.883 5.44235 62.5133 5.76379 63.061 6.20037L61.881 7.97738C61.675 7.77738 61.475 7.59837 61.276 7.43737C61.0823 7.28066 60.8736 7.14333 60.653 7.02737C60.4242 6.91238 60.1825 6.82509 59.933 6.76736C59.6405 6.70771 59.3425 6.67923 59.044 6.68237C58.8003 6.6793 58.5576 6.71302 58.324 6.78237C58.1425 6.83794 57.973 6.92678 57.824 7.04437C57.7018 7.14787 57.6053 7.27829 57.542 7.42538C57.4813 7.5669 57.4503 7.71939 57.451 7.87338C57.4479 8.03229 57.4929 8.18844 57.58 8.32137C57.6712 8.45192 57.7854 8.56477 57.917 8.65438C58.0598 8.75308 58.2135 8.83495 58.375 8.89837C58.549 8.96737 58.724 9.03036 58.903 9.08737C59.183 9.18737 59.467 9.28736 59.749 9.37936C60.031 9.47136 60.313 9.57035 60.592 9.66735C60.731 9.72035 60.902 9.77936 61.104 9.85336C61.3158 9.93021 61.522 10.0218 61.721 10.1274C61.945 10.2432 62.1576 10.3798 62.356 10.5354C62.571 10.6981 62.7616 10.8907 62.922 11.1074C63.0947 11.347 63.2296 11.6118 63.322 11.8924C63.4341 12.2242 63.4876 12.5731 63.48 12.9234C63.4886 13.3821 63.3593 13.8329 63.109 14.2174C62.8572 14.5968 62.5255 14.9167 62.137 15.1544C61.711 15.4162 61.2468 15.6099 60.761 15.7284C60.2447 15.8581 59.7143 15.923 59.182 15.9214C58.7286 15.9217 58.2755 15.896 57.825 15.8444C57.4131 15.7956 57.0069 15.7072 56.612 15.5804C56.2266 15.4585 55.8573 15.2906 55.512 15.0804C55.152 14.8574 54.8226 14.5884 54.532 14.2804L55.977 12.6264ZM46.023 5.15136V12.3824C46.0171 12.6297 46.0603 12.8758 46.15 13.1064C46.2233 13.2937 46.3378 13.4622 46.485 13.5994C46.6276 13.7299 46.7989 13.8251 46.985 13.8774C47.1837 13.9372 47.3905 13.9659 47.598 13.9624C48.1129 13.9605 48.6258 13.9001 49.127 13.7824C49.6297 13.6726 50.1117 13.4836 50.555 13.2224V5.14636H53.165V13.8624C53.1705 14.1064 53.1909 14.3498 53.226 14.5914C53.262 14.9064 53.326 15.2774 53.403 15.7014H50.93C50.916 15.6614 50.893 15.5894 50.866 15.4774C50.839 15.3654 50.805 15.2534 50.772 15.1304C50.739 15.0074 50.715 14.8904 50.687 14.7814C50.6662 14.7 50.6501 14.6176 50.639 14.5344C50.4019 14.7386 50.1461 14.9201 49.875 15.0764C49.5915 15.2448 49.2941 15.3887 48.986 15.5064C48.6826 15.626 48.3695 15.719 48.05 15.7844C47.7544 15.8493 47.4527 15.8828 47.15 15.8844C46.5406 15.9045 45.9328 15.8088 45.359 15.6024C44.9281 15.4446 44.5423 15.1836 44.2355 14.8422C43.9287 14.5009 43.7102 14.0897 43.599 13.6444C43.4774 13.1714 43.4179 12.6847 43.422 12.1964V5.14938L46.023 5.15136ZM34.173 14.0344C34.4914 14.1402 34.8178 14.2205 35.149 14.2744C35.5278 14.3366 35.9111 14.368 36.295 14.3684C36.6865 14.3713 37.0725 14.2764 37.418 14.0924C37.7682 13.8978 38.0679 13.6238 38.293 13.2924C38.5589 12.9056 38.7546 12.4751 38.871 12.0204C39.0127 11.4651 39.0799 10.8934 39.071 10.3204C39.0745 9.84945 39.0238 9.37971 38.92 8.92037C38.8359 8.53264 38.6762 8.1653 38.45 7.83938C38.2415 7.54414 37.9623 7.30585 37.638 7.14636C37.2658 6.97548 36.8594 6.89203 36.45 6.90237C36.2347 6.90349 36.0196 6.91785 35.806 6.94537C35.591 6.97637 35.384 7.01636 35.183 7.06536C34.9916 7.11019 34.8033 7.16699 34.619 7.23537C34.4596 7.29532 34.3062 7.37033 34.161 7.45937L34.173 14.0344ZM31.573 0.395379H34.173V5.94637C34.5815 5.64458 35.0369 5.41212 35.521 5.25835C36.0793 5.07415 36.6641 4.98329 37.252 4.98937C37.9775 4.97144 38.697 5.12493 39.352 5.43737C39.9085 5.71759 40.3919 6.12367 40.764 6.62338C41.1391 7.13643 41.4108 7.71756 41.564 8.33437C41.7346 8.99307 41.82 9.67094 41.818 10.3514C41.8392 11.1967 41.6831 12.037 41.36 12.8184C41.081 13.474 40.6682 14.0643 40.148 14.5514C39.6578 15.003 39.0812 15.3507 38.453 15.5734C37.838 15.79 37.1911 15.9022 36.539 15.9054C36.0383 15.9054 35.5797 15.9 35.163 15.8894C34.744 15.8774 34.338 15.8644 33.951 15.8464C33.564 15.8284 33.173 15.7994 32.791 15.7614C32.409 15.7234 32.007 15.6784 31.591 15.6234L31.573 0.395379ZM24.573 14.2164C24.984 14.2278 25.3873 14.103 25.72 13.8614C26.0497 13.616 26.3187 13.2982 26.506 12.9324C26.7225 12.5243 26.8769 12.0861 26.964 11.6324C27.066 11.1494 27.1166 10.657 27.115 10.1634C27.1164 9.72126 27.0718 9.28025 26.982 8.84737C26.9009 8.46194 26.7494 8.09478 26.535 7.76437C26.3324 7.45791 26.0577 7.20585 25.735 7.03036C25.3682 6.83692 24.9575 6.74183 24.543 6.75436C24.1538 6.74764 23.7699 6.845 23.431 7.03637C23.1073 7.23018 22.8334 7.49693 22.631 7.81536C22.4048 8.17634 22.2412 8.57292 22.147 8.98837C21.9311 9.90171 21.9243 10.852 22.127 11.7684C22.216 12.194 22.3705 12.6032 22.585 12.9814C22.7843 13.3379 23.0607 13.6453 23.394 13.8814C23.7431 14.1127 24.1554 14.2301 24.574 14.2174L24.573 14.2164ZM24.66 15.9734C23.8645 15.9875 23.0734 15.8518 22.328 15.5734C21.6834 15.3259 21.1025 14.937 20.628 14.4354C20.1558 13.9225 19.7994 13.3141 19.583 12.6514C19.335 11.9037 19.2134 11.12 19.223 10.3324C19.2197 9.63472 19.3305 8.94126 19.551 8.27938C19.7645 7.63603 20.1153 7.04677 20.5791 6.55242C21.0429 6.05807 21.6086 5.67044 22.237 5.41637C22.9955 5.11592 23.8064 4.97038 24.622 4.98837C25.43 4.96837 26.2335 5.11404 26.983 5.41637C27.6091 5.68005 28.1666 6.0833 28.613 6.59536C29.0478 7.1081 29.3694 7.70683 29.557 8.35238C29.7617 9.05529 29.8627 9.7843 29.857 10.5164C29.8615 11.2376 29.7414 11.9541 29.502 12.6344C29.2754 13.2745 28.9255 13.864 28.472 14.3694C28.0128 14.8682 27.4555 15.2669 26.835 15.5404C26.1487 15.8353 25.4079 15.9818 24.661 15.9704L24.66 15.9734ZM14.302 0.394372H16.902V13.1564C16.8789 13.4015 16.9368 13.6474 17.067 13.8564C17.1212 13.9252 17.191 13.9801 17.2706 14.0167C17.3503 14.0532 17.4375 14.0702 17.525 14.0664C17.7153 14.0716 17.9048 14.0415 18.084 13.9774C18.237 13.9214 18.417 13.8494 18.615 13.7774L19.055 15.0844C18.8809 15.2024 18.6984 15.3077 18.509 15.3994C18.3094 15.4997 18.1032 15.5865 17.892 15.6594C17.672 15.7336 17.4475 15.794 17.22 15.8404C16.9934 15.8855 16.763 15.9086 16.532 15.9094C16.2533 15.9095 15.9753 15.8797 15.703 15.8204C15.4428 15.7656 15.1996 15.6489 14.994 15.4804C14.7726 15.2971 14.6007 15.0612 14.494 14.7944C14.3574 14.4324 14.2942 14.047 14.308 13.6604L14.302 0.394372ZM12.602 14.6814C12.239 14.8724 11.868 15.0444 11.485 15.2064C11.0739 15.377 10.6508 15.517 10.219 15.6254C9.71274 15.7511 9.19858 15.8427 8.68001 15.8994C8.03877 15.9693 7.39406 16.0027 6.74901 15.9994C6.02384 16.0081 5.30187 15.9018 4.61001 15.6844C3.40238 15.3004 2.35048 14.5377 1.61001 13.5094C1.24144 13.0029 0.939006 12.4514 0.710011 11.8684C0.468973 11.2677 0.289379 10.6442 0.174001 10.0074C0.0576192 9.35516 -0.000605498 8.69388 4.74727e-06 8.03137C0.000633892 7.33814 0.0726773 6.64683 0.215001 5.96838C0.349412 5.31408 0.556361 4.67679 0.832006 4.06835C1.10146 3.48093 1.44454 2.9302 1.853 2.42938C2.67554 1.41797 3.78369 0.67779 5.03301 0.305352C5.72268 0.0959449 6.44028 -0.0069001 7.161 0.000359076C7.54 0.000359076 7.88701 0.012372 8.20301 0.032372C8.49632 0.0492166 8.78846 0.0826091 9.07801 0.132378C9.34144 0.177448 9.60066 0.244327 9.853 0.33236C10.107 0.419187 10.3543 0.52447 10.593 0.647362C10.8609 0.782467 11.1192 0.935843 11.366 1.10638C11.6327 1.28438 11.9263 1.49435 12.247 1.73635L10.797 3.68838C10.4912 3.41105 10.1686 3.15288 9.83101 2.91537C9.55631 2.72032 9.26083 2.55631 8.95 2.42635C8.66096 2.30636 8.35893 2.22046 8.05001 2.17037C7.70771 2.11985 7.362 2.0961 7.01601 2.09936C6.40137 2.08829 5.79444 2.23754 5.25501 2.53237C4.73856 2.82694 4.29629 3.23569 3.96201 3.72738C3.59548 4.26897 3.32706 4.87079 3.16901 5.50536C2.98332 6.22376 2.89254 6.9634 2.89901 7.70538C2.89341 8.4936 2.97049 9.28022 3.129 10.0524C3.26457 10.7479 3.51573 11.4158 3.87201 12.0284C4.19608 12.5805 4.64638 13.0479 5.18601 13.3924C5.76832 13.7417 6.43821 13.9176 7.11701 13.8994C7.33906 13.9036 7.56116 13.8939 7.782 13.8704C8.018 13.8414 8.25401 13.8234 8.49601 13.7874C8.73801 13.7514 8.972 13.7084 9.202 13.6594C9.432 13.6104 9.64401 13.5594 9.84601 13.5094V8.32836H12.595L12.602 14.6814Z", fill: "var(--color-text-brandDarkBlue, #212C65)" }), h("path", { key: '156013ac6e0dc2662d9dd0ba90f75b2450608a98', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M109.442 9.51028L113.077 5.4953H116.426L111.367 10.3453L116.755 16.3633H113.547L109.447 11.6633V16.3633H106.768V0.58728H109.447L109.442 9.51028ZM94.8709 7.3573C94.8709 7.1413 94.871 6.86529 94.852 6.52429C94.8439 6.1785 94.8071 5.83398 94.742 5.49429H97.2649C97.2894 5.55963 97.3098 5.62644 97.326 5.69431C97.345 5.77631 97.3659 5.86929 97.3919 5.96429C97.4179 6.05929 97.4369 6.16428 97.4549 6.26428C97.4729 6.36428 97.486 6.46428 97.5 6.55228C97.687 6.38781 97.8877 6.23961 98.0999 6.10928C98.6115 5.78686 99.1757 5.55704 99.7669 5.4303C100.1 5.35753 100.44 5.32132 100.781 5.3223C101.328 5.31866 101.872 5.40723 102.39 5.58429C102.869 5.74685 103.312 6.00393 103.69 6.3403C104.063 6.67744 104.36 7.08984 104.562 7.55029C104.781 8.06212 104.89 8.61452 104.881 9.1713V16.3713H102.196V9.6713C102.203 9.29813 102.158 8.9258 102.061 8.56528C101.986 8.29345 101.849 8.04279 101.661 7.83328C101.484 7.64715 101.263 7.50943 101.018 7.43329C100.734 7.34463 100.438 7.30144 100.141 7.3053C99.9337 7.30661 99.7268 7.32297 99.5219 7.35428C99.2943 7.38247 99.069 7.42726 98.8479 7.48828C98.6183 7.5484 98.392 7.6205 98.17 7.70428C97.9553 7.77835 97.7466 7.86895 97.5459 7.97528V16.3753H94.8689L94.8709 7.3573ZM89.354 10.6903C88.693 10.7039 88.0352 10.7877 87.3919 10.9403C86.9571 11.0391 86.5446 11.2185 86.1759 11.4693C85.8984 11.6587 85.6811 11.9239 85.55 12.2333C85.4322 12.5398 85.3738 12.866 85.378 13.1943C85.3692 13.4439 85.403 13.6931 85.4779 13.9313C85.5355 14.1106 85.6361 14.273 85.771 14.4043C85.9046 14.5271 86.0668 14.6145 86.243 14.6583C86.4338 14.7108 86.631 14.7364 86.8289 14.7343C87.0219 14.7343 87.219 14.7223 87.419 14.7063C87.6305 14.6839 87.8398 14.6444 88.045 14.5883C88.266 14.5295 88.4818 14.4522 88.69 14.3573C88.9221 14.2504 89.144 14.1225 89.3529 13.9753L89.354 10.6903ZM82.841 6.9743C83.4506 6.43993 84.1574 6.02806 84.9229 5.76129C85.735 5.46771 86.5924 5.31913 87.456 5.3223C88.0356 5.3199 88.6134 5.38703 89.177 5.52228C89.6953 5.64191 90.1898 5.84778 90.6399 6.13129C91.0583 6.40027 91.4075 6.76412 91.659 7.1933C91.9212 7.66192 92.0524 8.19246 92.039 8.72928V13.5793C92.0359 13.7771 92.0499 13.9749 92.081 14.1703C92.0978 14.3025 92.1446 14.429 92.2179 14.5403C92.2808 14.6292 92.369 14.6971 92.471 14.7353C92.5948 14.7743 92.7242 14.7923 92.854 14.7883C92.9578 14.7841 93.0613 14.7741 93.164 14.7583C93.322 14.7363 93.466 14.7133 93.596 14.6893L93.885 15.8443C93.72 15.9443 93.553 16.0353 93.38 16.1263C93.2023 16.2182 93.0173 16.2955 92.8269 16.3573C92.6192 16.4261 92.4066 16.4793 92.1909 16.5163C91.9393 16.5572 91.6849 16.578 91.43 16.5783C90.9747 16.5916 90.5257 16.4694 90.1399 16.2273C89.9688 16.1147 89.822 15.969 89.708 15.7988C89.594 15.6286 89.515 15.4374 89.4759 15.2363C89.2019 15.4862 88.8999 15.7037 88.576 15.8843C88.2804 16.0533 87.9684 16.192 87.6449 16.2983C87.3372 16.399 87.0209 16.4713 86.6999 16.5143C86.3981 16.5528 86.0942 16.5735 85.7899 16.5763C85.333 16.5793 84.8783 16.5135 84.4409 16.3813C84.0636 16.2663 83.7154 16.0716 83.42 15.8103C83.1354 15.5561 82.913 15.24 82.7699 14.8863C82.6093 14.4719 82.5296 14.0307 82.5349 13.5863C82.5244 13.0864 82.6134 12.5894 82.797 12.1243C82.9638 11.7188 83.2106 11.3511 83.5229 11.0433C83.8465 10.733 84.2205 10.4801 84.6289 10.2953C85.0769 10.0896 85.5465 9.93463 86.029 9.83328C86.556 9.71543 87.0906 9.63457 87.6289 9.59128C88.1916 9.54528 88.7643 9.52228 89.347 9.52228V9.13028C89.3559 8.81548 89.3046 8.50188 89.196 8.2063C89.1028 7.96802 88.9568 7.75397 88.769 7.58029C88.5772 7.41846 88.3542 7.29763 88.1139 7.22528C87.8398 7.1455 87.5554 7.10642 87.2699 7.10928C87.021 7.10712 86.7724 7.12957 86.5279 7.1763C86.2826 7.22239 86.0443 7.30002 85.8189 7.40729C85.5603 7.53109 85.3142 7.67943 85.084 7.85028C84.7873 8.07003 84.5041 8.30746 84.2359 8.56128L82.841 6.9743ZM73.27 2.62628V7.3053H74.77C75.2355 7.31174 75.7001 7.26475 76.1549 7.16528C76.5333 7.08847 76.8941 6.94197 77.219 6.73328C77.5016 6.54416 77.7328 6.28785 77.8919 5.9873C78.0558 5.65844 78.1371 5.29461 78.1289 4.92728C78.1359 4.5799 78.0765 4.23441 77.9539 3.9093C77.8334 3.61742 77.6274 3.36884 77.3629 3.19629C77.0275 2.98493 76.6537 2.84156 76.263 2.77429C75.705 2.67186 75.1382 2.62464 74.571 2.6333L73.27 2.62628ZM73.27 9.33929V14.3393H75.4419C75.9397 14.3493 76.4358 14.2783 76.9109 14.1293C77.2868 14.0087 77.6365 13.8184 77.9419 13.5683C78.1976 13.3579 78.4026 13.0927 78.542 12.7923C78.6704 12.5222 78.7387 12.2274 78.742 11.9283C78.7423 11.585 78.6743 11.2451 78.542 10.9283C78.4091 10.6098 78.2008 10.3284 77.935 10.1083C77.6222 9.85665 77.2635 9.66817 76.8789 9.55328C76.3764 9.40636 75.8544 9.3369 75.331 9.34729L73.27 9.33929ZM75.5929 0.58728C76.3348 0.57908 77.0745 0.668854 77.7929 0.854279C78.3878 1.00832 78.9499 1.26888 79.4519 1.62329C79.8961 1.9476 80.2585 2.37119 80.51 2.86029C80.7629 3.38432 80.889 3.96052 80.878 4.5423C80.88 4.93957 80.7993 5.33292 80.641 5.6973C80.4802 6.07453 80.26 6.4236 79.9889 6.73129C79.708 7.04844 79.3819 7.32238 79.021 7.54428C78.6554 7.77312 78.2572 7.9451 77.8399 8.05429C78.2862 8.13489 78.721 8.2692 79.135 8.45428C79.582 8.65138 79.993 8.92179 80.3509 9.2543C80.7289 9.59946 81.0372 10.0139 81.2589 10.4753C81.5061 10.998 81.6277 11.5712 81.6139 12.1493C81.6124 12.6915 81.4898 13.2266 81.255 13.7153C81.0007 14.2375 80.6343 14.697 80.182 15.0613C79.66 15.4835 79.0628 15.8031 78.422 16.0033C77.6359 16.2543 76.8139 16.3742 75.9889 16.3583H70.429V0.581299L75.5929 0.58728Z", fill: "var(--color-text-brandDarkBlue, #212C65)" })))));
12
+ return (h("div", { key: 'a1ce2719c340546b17c40db19e4e2117a71df205', class: "logo_wrapper" }, h("img", { key: '3b82c3e4d6304c1ab22c6650f619585b7a5d40d4', src: logoSrc, alt: "" }), this.text && (h("svg", { key: '940735e8eef6ba7a5b28dec1cdbe80a092a3e4cc', xmlns: "http://www.w3.org/2000/svg", width: "117", height: "17", viewBox: "0 0 117 17", fill: "none" }, h("path", { key: '2c8cc2a6bb682fdb6d4613fa94e702198ed9525d', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M55.977 12.6264C56.3596 13.1025 56.8394 13.4915 57.3843 13.7674C57.9292 14.0434 58.5268 14.1998 59.137 14.2264C59.3682 14.2276 59.5989 14.2038 59.825 14.1554C60.0203 14.1134 60.2068 14.0376 60.376 13.9314C60.5266 13.8276 60.6514 13.6908 60.741 13.5314C60.8332 13.3494 60.8789 13.1473 60.874 12.9434C60.8797 12.7871 60.8427 12.6322 60.767 12.4954C60.6928 12.3641 60.5948 12.2478 60.478 12.1524C60.3548 12.0522 60.2206 11.9663 60.078 11.8964C59.9369 11.8205 59.7898 11.7567 59.638 11.7054C59.365 11.6054 59.092 11.4954 58.821 11.4054C58.55 11.3154 58.285 11.2194 58.009 11.1054C57.856 11.0544 57.668 10.9864 57.454 10.9054C57.2189 10.8192 56.9891 10.7191 56.766 10.6054C56.5267 10.4828 56.2967 10.3428 56.078 10.1864C55.8479 10.0188 55.6411 9.82143 55.463 9.59936C55.2755 9.3641 55.1254 9.10136 55.018 8.82037C54.8987 8.50077 54.841 8.16145 54.848 7.82037C54.8385 7.38435 54.9601 6.95552 55.197 6.58938C55.4368 6.22409 55.7548 5.91665 56.128 5.68935C56.5352 5.44285 56.9786 5.26199 57.442 5.15337C57.9371 5.03187 58.4452 4.9714 58.955 4.97335C59.7154 4.96345 60.4735 5.05835 61.208 5.25536C61.883 5.44235 62.5133 5.76379 63.061 6.20037L61.881 7.97738C61.675 7.77738 61.475 7.59837 61.276 7.43737C61.0823 7.28066 60.8736 7.14333 60.653 7.02737C60.4242 6.91238 60.1825 6.82509 59.933 6.76736C59.6405 6.70771 59.3425 6.67923 59.044 6.68237C58.8003 6.6793 58.5576 6.71302 58.324 6.78237C58.1425 6.83794 57.973 6.92678 57.824 7.04437C57.7018 7.14787 57.6053 7.27829 57.542 7.42538C57.4813 7.5669 57.4503 7.71939 57.451 7.87338C57.4479 8.03229 57.4929 8.18844 57.58 8.32137C57.6712 8.45192 57.7854 8.56477 57.917 8.65438C58.0598 8.75308 58.2135 8.83495 58.375 8.89837C58.549 8.96737 58.724 9.03036 58.903 9.08737C59.183 9.18737 59.467 9.28736 59.749 9.37936C60.031 9.47136 60.313 9.57035 60.592 9.66735C60.731 9.72035 60.902 9.77936 61.104 9.85336C61.3158 9.93021 61.522 10.0218 61.721 10.1274C61.945 10.2432 62.1576 10.3798 62.356 10.5354C62.571 10.6981 62.7616 10.8907 62.922 11.1074C63.0947 11.347 63.2296 11.6118 63.322 11.8924C63.4341 12.2242 63.4876 12.5731 63.48 12.9234C63.4886 13.3821 63.3593 13.8329 63.109 14.2174C62.8572 14.5968 62.5255 14.9167 62.137 15.1544C61.711 15.4162 61.2468 15.6099 60.761 15.7284C60.2447 15.8581 59.7143 15.923 59.182 15.9214C58.7286 15.9217 58.2755 15.896 57.825 15.8444C57.4131 15.7956 57.0069 15.7072 56.612 15.5804C56.2266 15.4585 55.8573 15.2906 55.512 15.0804C55.152 14.8574 54.8226 14.5884 54.532 14.2804L55.977 12.6264ZM46.023 5.15136V12.3824C46.0171 12.6297 46.0603 12.8758 46.15 13.1064C46.2233 13.2937 46.3378 13.4622 46.485 13.5994C46.6276 13.7299 46.7989 13.8251 46.985 13.8774C47.1837 13.9372 47.3905 13.9659 47.598 13.9624C48.1129 13.9605 48.6258 13.9001 49.127 13.7824C49.6297 13.6726 50.1117 13.4836 50.555 13.2224V5.14636H53.165V13.8624C53.1705 14.1064 53.1909 14.3498 53.226 14.5914C53.262 14.9064 53.326 15.2774 53.403 15.7014H50.93C50.916 15.6614 50.893 15.5894 50.866 15.4774C50.839 15.3654 50.805 15.2534 50.772 15.1304C50.739 15.0074 50.715 14.8904 50.687 14.7814C50.6662 14.7 50.6501 14.6176 50.639 14.5344C50.4019 14.7386 50.1461 14.9201 49.875 15.0764C49.5915 15.2448 49.2941 15.3887 48.986 15.5064C48.6826 15.626 48.3695 15.719 48.05 15.7844C47.7544 15.8493 47.4527 15.8828 47.15 15.8844C46.5406 15.9045 45.9328 15.8088 45.359 15.6024C44.9281 15.4446 44.5423 15.1836 44.2355 14.8422C43.9287 14.5009 43.7102 14.0897 43.599 13.6444C43.4774 13.1714 43.4179 12.6847 43.422 12.1964V5.14938L46.023 5.15136ZM34.173 14.0344C34.4914 14.1402 34.8178 14.2205 35.149 14.2744C35.5278 14.3366 35.9111 14.368 36.295 14.3684C36.6865 14.3713 37.0725 14.2764 37.418 14.0924C37.7682 13.8978 38.0679 13.6238 38.293 13.2924C38.5589 12.9056 38.7546 12.4751 38.871 12.0204C39.0127 11.4651 39.0799 10.8934 39.071 10.3204C39.0745 9.84945 39.0238 9.37971 38.92 8.92037C38.8359 8.53264 38.6762 8.1653 38.45 7.83938C38.2415 7.54414 37.9623 7.30585 37.638 7.14636C37.2658 6.97548 36.8594 6.89203 36.45 6.90237C36.2347 6.90349 36.0196 6.91785 35.806 6.94537C35.591 6.97637 35.384 7.01636 35.183 7.06536C34.9916 7.11019 34.8033 7.16699 34.619 7.23537C34.4596 7.29532 34.3062 7.37033 34.161 7.45937L34.173 14.0344ZM31.573 0.395379H34.173V5.94637C34.5815 5.64458 35.0369 5.41212 35.521 5.25835C36.0793 5.07415 36.6641 4.98329 37.252 4.98937C37.9775 4.97144 38.697 5.12493 39.352 5.43737C39.9085 5.71759 40.3919 6.12367 40.764 6.62338C41.1391 7.13643 41.4108 7.71756 41.564 8.33437C41.7346 8.99307 41.82 9.67094 41.818 10.3514C41.8392 11.1967 41.6831 12.037 41.36 12.8184C41.081 13.474 40.6682 14.0643 40.148 14.5514C39.6578 15.003 39.0812 15.3507 38.453 15.5734C37.838 15.79 37.1911 15.9022 36.539 15.9054C36.0383 15.9054 35.5797 15.9 35.163 15.8894C34.744 15.8774 34.338 15.8644 33.951 15.8464C33.564 15.8284 33.173 15.7994 32.791 15.7614C32.409 15.7234 32.007 15.6784 31.591 15.6234L31.573 0.395379ZM24.573 14.2164C24.984 14.2278 25.3873 14.103 25.72 13.8614C26.0497 13.616 26.3187 13.2982 26.506 12.9324C26.7225 12.5243 26.8769 12.0861 26.964 11.6324C27.066 11.1494 27.1166 10.657 27.115 10.1634C27.1164 9.72126 27.0718 9.28025 26.982 8.84737C26.9009 8.46194 26.7494 8.09478 26.535 7.76437C26.3324 7.45791 26.0577 7.20585 25.735 7.03036C25.3682 6.83692 24.9575 6.74183 24.543 6.75436C24.1538 6.74764 23.7699 6.845 23.431 7.03637C23.1073 7.23018 22.8334 7.49693 22.631 7.81536C22.4048 8.17634 22.2412 8.57292 22.147 8.98837C21.9311 9.90171 21.9243 10.852 22.127 11.7684C22.216 12.194 22.3705 12.6032 22.585 12.9814C22.7843 13.3379 23.0607 13.6453 23.394 13.8814C23.7431 14.1127 24.1554 14.2301 24.574 14.2174L24.573 14.2164ZM24.66 15.9734C23.8645 15.9875 23.0734 15.8518 22.328 15.5734C21.6834 15.3259 21.1025 14.937 20.628 14.4354C20.1558 13.9225 19.7994 13.3141 19.583 12.6514C19.335 11.9037 19.2134 11.12 19.223 10.3324C19.2197 9.63472 19.3305 8.94126 19.551 8.27938C19.7645 7.63603 20.1153 7.04677 20.5791 6.55242C21.0429 6.05807 21.6086 5.67044 22.237 5.41637C22.9955 5.11592 23.8064 4.97038 24.622 4.98837C25.43 4.96837 26.2335 5.11404 26.983 5.41637C27.6091 5.68005 28.1666 6.0833 28.613 6.59536C29.0478 7.1081 29.3694 7.70683 29.557 8.35238C29.7617 9.05529 29.8627 9.7843 29.857 10.5164C29.8615 11.2376 29.7414 11.9541 29.502 12.6344C29.2754 13.2745 28.9255 13.864 28.472 14.3694C28.0128 14.8682 27.4555 15.2669 26.835 15.5404C26.1487 15.8353 25.4079 15.9818 24.661 15.9704L24.66 15.9734ZM14.302 0.394372H16.902V13.1564C16.8789 13.4015 16.9368 13.6474 17.067 13.8564C17.1212 13.9252 17.191 13.9801 17.2706 14.0167C17.3503 14.0532 17.4375 14.0702 17.525 14.0664C17.7153 14.0716 17.9048 14.0415 18.084 13.9774C18.237 13.9214 18.417 13.8494 18.615 13.7774L19.055 15.0844C18.8809 15.2024 18.6984 15.3077 18.509 15.3994C18.3094 15.4997 18.1032 15.5865 17.892 15.6594C17.672 15.7336 17.4475 15.794 17.22 15.8404C16.9934 15.8855 16.763 15.9086 16.532 15.9094C16.2533 15.9095 15.9753 15.8797 15.703 15.8204C15.4428 15.7656 15.1996 15.6489 14.994 15.4804C14.7726 15.2971 14.6007 15.0612 14.494 14.7944C14.3574 14.4324 14.2942 14.047 14.308 13.6604L14.302 0.394372ZM12.602 14.6814C12.239 14.8724 11.868 15.0444 11.485 15.2064C11.0739 15.377 10.6508 15.517 10.219 15.6254C9.71274 15.7511 9.19858 15.8427 8.68001 15.8994C8.03877 15.9693 7.39406 16.0027 6.74901 15.9994C6.02384 16.0081 5.30187 15.9018 4.61001 15.6844C3.40238 15.3004 2.35048 14.5377 1.61001 13.5094C1.24144 13.0029 0.939006 12.4514 0.710011 11.8684C0.468973 11.2677 0.289379 10.6442 0.174001 10.0074C0.0576192 9.35516 -0.000605498 8.69388 4.74727e-06 8.03137C0.000633892 7.33814 0.0726773 6.64683 0.215001 5.96838C0.349412 5.31408 0.556361 4.67679 0.832006 4.06835C1.10146 3.48093 1.44454 2.9302 1.853 2.42938C2.67554 1.41797 3.78369 0.67779 5.03301 0.305352C5.72268 0.0959449 6.44028 -0.0069001 7.161 0.000359076C7.54 0.000359076 7.88701 0.012372 8.20301 0.032372C8.49632 0.0492166 8.78846 0.0826091 9.07801 0.132378C9.34144 0.177448 9.60066 0.244327 9.853 0.33236C10.107 0.419187 10.3543 0.52447 10.593 0.647362C10.8609 0.782467 11.1192 0.935843 11.366 1.10638C11.6327 1.28438 11.9263 1.49435 12.247 1.73635L10.797 3.68838C10.4912 3.41105 10.1686 3.15288 9.83101 2.91537C9.55631 2.72032 9.26083 2.55631 8.95 2.42635C8.66096 2.30636 8.35893 2.22046 8.05001 2.17037C7.70771 2.11985 7.362 2.0961 7.01601 2.09936C6.40137 2.08829 5.79444 2.23754 5.25501 2.53237C4.73856 2.82694 4.29629 3.23569 3.96201 3.72738C3.59548 4.26897 3.32706 4.87079 3.16901 5.50536C2.98332 6.22376 2.89254 6.9634 2.89901 7.70538C2.89341 8.4936 2.97049 9.28022 3.129 10.0524C3.26457 10.7479 3.51573 11.4158 3.87201 12.0284C4.19608 12.5805 4.64638 13.0479 5.18601 13.3924C5.76832 13.7417 6.43821 13.9176 7.11701 13.8994C7.33906 13.9036 7.56116 13.8939 7.782 13.8704C8.018 13.8414 8.25401 13.8234 8.49601 13.7874C8.73801 13.7514 8.972 13.7084 9.202 13.6594C9.432 13.6104 9.64401 13.5594 9.84601 13.5094V8.32836H12.595L12.602 14.6814Z", fill: "var(--color-text-brandDarkBlue, #212C65)" }), h("path", { key: '15bf7f5a61ec96918db7dbd3ec6250d7036ed857', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M109.442 9.51028L113.077 5.4953H116.426L111.367 10.3453L116.755 16.3633H113.547L109.447 11.6633V16.3633H106.768V0.58728H109.447L109.442 9.51028ZM94.8709 7.3573C94.8709 7.1413 94.871 6.86529 94.852 6.52429C94.8439 6.1785 94.8071 5.83398 94.742 5.49429H97.2649C97.2894 5.55963 97.3098 5.62644 97.326 5.69431C97.345 5.77631 97.3659 5.86929 97.3919 5.96429C97.4179 6.05929 97.4369 6.16428 97.4549 6.26428C97.4729 6.36428 97.486 6.46428 97.5 6.55228C97.687 6.38781 97.8877 6.23961 98.0999 6.10928C98.6115 5.78686 99.1757 5.55704 99.7669 5.4303C100.1 5.35753 100.44 5.32132 100.781 5.3223C101.328 5.31866 101.872 5.40723 102.39 5.58429C102.869 5.74685 103.312 6.00393 103.69 6.3403C104.063 6.67744 104.36 7.08984 104.562 7.55029C104.781 8.06212 104.89 8.61452 104.881 9.1713V16.3713H102.196V9.6713C102.203 9.29813 102.158 8.9258 102.061 8.56528C101.986 8.29345 101.849 8.04279 101.661 7.83328C101.484 7.64715 101.263 7.50943 101.018 7.43329C100.734 7.34463 100.438 7.30144 100.141 7.3053C99.9337 7.30661 99.7268 7.32297 99.5219 7.35428C99.2943 7.38247 99.069 7.42726 98.8479 7.48828C98.6183 7.5484 98.392 7.6205 98.17 7.70428C97.9553 7.77835 97.7466 7.86895 97.5459 7.97528V16.3753H94.8689L94.8709 7.3573ZM89.354 10.6903C88.693 10.7039 88.0352 10.7877 87.3919 10.9403C86.9571 11.0391 86.5446 11.2185 86.1759 11.4693C85.8984 11.6587 85.6811 11.9239 85.55 12.2333C85.4322 12.5398 85.3738 12.866 85.378 13.1943C85.3692 13.4439 85.403 13.6931 85.4779 13.9313C85.5355 14.1106 85.6361 14.273 85.771 14.4043C85.9046 14.5271 86.0668 14.6145 86.243 14.6583C86.4338 14.7108 86.631 14.7364 86.8289 14.7343C87.0219 14.7343 87.219 14.7223 87.419 14.7063C87.6305 14.6839 87.8398 14.6444 88.045 14.5883C88.266 14.5295 88.4818 14.4522 88.69 14.3573C88.9221 14.2504 89.144 14.1225 89.3529 13.9753L89.354 10.6903ZM82.841 6.9743C83.4506 6.43993 84.1574 6.02806 84.9229 5.76129C85.735 5.46771 86.5924 5.31913 87.456 5.3223C88.0356 5.3199 88.6134 5.38703 89.177 5.52228C89.6953 5.64191 90.1898 5.84778 90.6399 6.13129C91.0583 6.40027 91.4075 6.76412 91.659 7.1933C91.9212 7.66192 92.0524 8.19246 92.039 8.72928V13.5793C92.0359 13.7771 92.0499 13.9749 92.081 14.1703C92.0978 14.3025 92.1446 14.429 92.2179 14.5403C92.2808 14.6292 92.369 14.6971 92.471 14.7353C92.5948 14.7743 92.7242 14.7923 92.854 14.7883C92.9578 14.7841 93.0613 14.7741 93.164 14.7583C93.322 14.7363 93.466 14.7133 93.596 14.6893L93.885 15.8443C93.72 15.9443 93.553 16.0353 93.38 16.1263C93.2023 16.2182 93.0173 16.2955 92.8269 16.3573C92.6192 16.4261 92.4066 16.4793 92.1909 16.5163C91.9393 16.5572 91.6849 16.578 91.43 16.5783C90.9747 16.5916 90.5257 16.4694 90.1399 16.2273C89.9688 16.1147 89.822 15.969 89.708 15.7988C89.594 15.6286 89.515 15.4374 89.4759 15.2363C89.2019 15.4862 88.8999 15.7037 88.576 15.8843C88.2804 16.0533 87.9684 16.192 87.6449 16.2983C87.3372 16.399 87.0209 16.4713 86.6999 16.5143C86.3981 16.5528 86.0942 16.5735 85.7899 16.5763C85.333 16.5793 84.8783 16.5135 84.4409 16.3813C84.0636 16.2663 83.7154 16.0716 83.42 15.8103C83.1354 15.5561 82.913 15.24 82.7699 14.8863C82.6093 14.4719 82.5296 14.0307 82.5349 13.5863C82.5244 13.0864 82.6134 12.5894 82.797 12.1243C82.9638 11.7188 83.2106 11.3511 83.5229 11.0433C83.8465 10.733 84.2205 10.4801 84.6289 10.2953C85.0769 10.0896 85.5465 9.93463 86.029 9.83328C86.556 9.71543 87.0906 9.63457 87.6289 9.59128C88.1916 9.54528 88.7643 9.52228 89.347 9.52228V9.13028C89.3559 8.81548 89.3046 8.50188 89.196 8.2063C89.1028 7.96802 88.9568 7.75397 88.769 7.58029C88.5772 7.41846 88.3542 7.29763 88.1139 7.22528C87.8398 7.1455 87.5554 7.10642 87.2699 7.10928C87.021 7.10712 86.7724 7.12957 86.5279 7.1763C86.2826 7.22239 86.0443 7.30002 85.8189 7.40729C85.5603 7.53109 85.3142 7.67943 85.084 7.85028C84.7873 8.07003 84.5041 8.30746 84.2359 8.56128L82.841 6.9743ZM73.27 2.62628V7.3053H74.77C75.2355 7.31174 75.7001 7.26475 76.1549 7.16528C76.5333 7.08847 76.8941 6.94197 77.219 6.73328C77.5016 6.54416 77.7328 6.28785 77.8919 5.9873C78.0558 5.65844 78.1371 5.29461 78.1289 4.92728C78.1359 4.5799 78.0765 4.23441 77.9539 3.9093C77.8334 3.61742 77.6274 3.36884 77.3629 3.19629C77.0275 2.98493 76.6537 2.84156 76.263 2.77429C75.705 2.67186 75.1382 2.62464 74.571 2.6333L73.27 2.62628ZM73.27 9.33929V14.3393H75.4419C75.9397 14.3493 76.4358 14.2783 76.9109 14.1293C77.2868 14.0087 77.6365 13.8184 77.9419 13.5683C78.1976 13.3579 78.4026 13.0927 78.542 12.7923C78.6704 12.5222 78.7387 12.2274 78.742 11.9283C78.7423 11.585 78.6743 11.2451 78.542 10.9283C78.4091 10.6098 78.2008 10.3284 77.935 10.1083C77.6222 9.85665 77.2635 9.66817 76.8789 9.55328C76.3764 9.40636 75.8544 9.3369 75.331 9.34729L73.27 9.33929ZM75.5929 0.58728C76.3348 0.57908 77.0745 0.668854 77.7929 0.854279C78.3878 1.00832 78.9499 1.26888 79.4519 1.62329C79.8961 1.9476 80.2585 2.37119 80.51 2.86029C80.7629 3.38432 80.889 3.96052 80.878 4.5423C80.88 4.93957 80.7993 5.33292 80.641 5.6973C80.4802 6.07453 80.26 6.4236 79.9889 6.73129C79.708 7.04844 79.3819 7.32238 79.021 7.54428C78.6554 7.77312 78.2572 7.9451 77.8399 8.05429C78.2862 8.13489 78.721 8.2692 79.135 8.45428C79.582 8.65138 79.993 8.92179 80.3509 9.2543C80.7289 9.59946 81.0372 10.0139 81.2589 10.4753C81.5061 10.998 81.6277 11.5712 81.6139 12.1493C81.6124 12.6915 81.4898 13.2266 81.255 13.7153C81.0007 14.2375 80.6343 14.697 80.182 15.0613C79.66 15.4835 79.0628 15.8031 78.422 16.0033C77.6359 16.2543 76.8139 16.3742 75.9889 16.3583H70.429V0.581299L75.5929 0.58728Z", fill: "var(--color-text-brandDarkBlue, #212C65)" })))));
13
13
  }
14
14
  };
15
15
  GbLogo.style = gbLogoCss;
@@ -18,10 +18,10 @@ const GbMegaInputFieldBase = class {
18
18
  }
19
19
  }
20
20
  render() {
21
- return (h("div", { key: '281b515766be98f40171c8eb64f28e845a58d8c6', class: {
21
+ return (h("div", { key: '77098244e15abd3a12f168a1d3ae660edb81f5f6', class: {
22
22
  [this.size]: true,
23
23
  disabled: this.state === 'disabled'
24
- } }, h("input", { key: '7d8655eac75fd564bbca4082f3673da8db5c86d5', class: {
24
+ } }, h("input", { key: 'dab0df84654052547cbad643889492357b5af2bd', class: {
25
25
  [this.size]: true,
26
26
  disabled: this.state === 'disabled'
27
27
  }, type: "text", maxlength: "1", placeholder: "0", value: this.inputValue, onInput: (event) => this.handleInput(event) })));
@@ -38,7 +38,7 @@ const GbNavBarItem = class {
38
38
  this.loadIcon(this.icon);
39
39
  }
40
40
  render() {
41
- return (h("div", { key: '0cd35a07fef4c432f6096d17d446285d59335cc0', class: `top_bar_item_div ${this.category} ${this.state}`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, h("div", { key: '75d70072b9f1685fbf6fc5f8bb11503e57fec969', class: `top_bar_content` }, this.icon && h("div", { key: '69bffb336872a6268a650052caf2b0bf5af6c423', class: `icon ${this.category} ${this.state}`, innerHTML: this.leadingIconSvg }), !this.iconOnly && (h("div", { key: '933b093e166c066e68a9caa4473bc908d677c7b5', class: "label" }, h("p", { key: 'd0d833e6a75223a29b75cdd444e1fdfea6f07e6f', class: `label_text ${this.state === 'active' ? 'text-md-semi-bold' : 'text-md-medium'} ${this.category} ${this.state}` }, this.label))), this.state === 'active' && this.category === 'colored_background' && h("div", { key: '370abec9333977aaf58de7a8e74fc7d5ffb4cabc', class: `bar ${this.category}` }), this.state === 'active' && this.category === 'plain_background' && h("div", { key: '31f750da530741530fa09d7fc7b2ef663ec36368', class: `bar ${this.category}` })), this.iconOnly && this.showTooltip && (h("gb-tooltip", { key: '5a8fb72dbdae904f367dc1000e1c093eb4cba84e', "show-arrow": true, arrow: "bottom_center", class: "tooltip" }, h("p", { key: '09c9e6d66420bf0a4474f06647d1c105db064c50', slot: "label" }, this.label)))));
41
+ return (h("div", { key: '7617744b57d3e948480a1c50efd14cb44d18e404', class: `top_bar_item_div ${this.category} ${this.state}`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, h("div", { key: 'b003f88a660684b6a9c2b7a929d48b23c6013ef3', class: `top_bar_content` }, this.icon && h("div", { key: '2e6e3a2ff814871de27ad5f1fb841cc8e7261cb9', class: `icon ${this.category} ${this.state}`, innerHTML: this.leadingIconSvg }), !this.iconOnly && (h("div", { key: '494ecc52c239fa66a99043a2d76437733c0a5503', class: "label" }, h("p", { key: '59c931ca539a5f34698af4609cf36fcf83499144', class: `label_text ${this.state === 'active' ? 'text-md-semi-bold' : 'text-md-medium'} ${this.category} ${this.state}` }, this.label))), this.state === 'active' && this.category === 'colored_background' && h("div", { key: '71ca5bad2468c5325f364c8794303f6a6ed7db65', class: `bar ${this.category}` }), this.state === 'active' && this.category === 'plain_background' && h("div", { key: '3f98ef9d5b7d9b6264140d19e494c3d5c77fbc1a', class: `bar ${this.category}` })), this.iconOnly && this.showTooltip && (h("gb-tooltip", { key: 'b4511638e73ffd63f1107dbd166a1fdd616f7f37', "show-arrow": true, arrow: "bottom_center", class: "tooltip" }, h("p", { key: '2e6781df4aa54be6438e1bcfe4d3e20d000bbbaa', slot: "label" }, this.label)))));
42
42
  }
43
43
  };
44
44
  GbNavBarItem.style = gbNavBarItemCss;
@@ -65,7 +65,7 @@ const GbNavBarSidemenu = class {
65
65
  // </div>
66
66
  // </div>
67
67
  // );
68
- return (h("div", { key: 'b5d8e6c7ed7998c2136109dabef39084767e3c1b', class: "nav_bar_wrapper" }, h("gb-vertical-tabs", { key: 'ed26d7f66bb02c1a62e45f661420cd78f0c16eee', class: "vertical_tabs", size: "sm", tabs: this.tabs, type: "button_primary", "active-index": this.activeIndex, onTabItemClicked: this.onTabItemClicked.bind(this) }), h("div", { key: 'dd36723ecb570285858e8a69b7d96c1c5ecb9fde', class: "wrapper" }, h("div", { key: '34946bb0ef7bcfc6752d17f27295526aadafc5b5', class: "wrapper_pattern" }, h("img", { key: 'e9d16429db18b924d902be55f3c99b85ff8ee6eb', src: patternSrc, alt: "" })), h("div", { key: '7d47a7bc84a86e14dd124e25629e8cc714e8d3c6', class: `application_icon`, innerHTML: this.leadingIconSvg }), h("slot", { key: 'a11e70e240a6368471dd0e8d8ca2c1632271cd7d', name: "application_name" }))));
68
+ return (h("div", { key: 'ca355ddb4640e19e662603805fda612bf62223c1', class: "nav_bar_wrapper" }, h("gb-vertical-tabs", { key: 'cc8353b8e67511a52286673c803c4aaf59a3b4df', class: "vertical_tabs", size: "sm", tabs: this.tabs, type: "button_primary", "active-index": this.activeIndex, onTabItemClicked: this.onTabItemClicked.bind(this) }), h("div", { key: 'f2b94e5ed9e9ffbd2b0a6c33c128d0efd4feddb6', class: "wrapper" }, h("div", { key: '029ec155c7b7e68494f7e239e051d2610437876e', class: "wrapper_pattern" }, h("img", { key: 'a999f94845bbcb3df8d6088fb58f22edf9534dd1', src: patternSrc, alt: "" })), h("div", { key: '234df70b69db045fe2d857f531aec06c2d56aea7', class: `application_icon`, innerHTML: this.leadingIconSvg }), h("slot", { key: 'bf997aed910755110d17b64ef38d4051fa9e99d9', name: "application_name" }))));
69
69
  }
70
70
  get el() { return getElement(this); }
71
71
  };
@@ -187,7 +187,7 @@ const GbNavBar = class {
187
187
  }
188
188
  render() {
189
189
  const patternSrc = getAssetPath(`assets/top_bar_pattern.svg`);
190
- return (h("div", { key: 'b4adaad10493abcb2834a6a70b8e6d33630811ab', class: `top_bar_div ${this.category} ${this.showBorder ? 'border' : ''}` }, this.category === 'colored_background' && (h("div", { key: '6b92664bd90c4e42a8f80ab14a0f26b511bf05f5', class: "pattern" }, h("img", { key: '65bad0c8ee07830fe6b1ed17bfc0ddc0da68798e', src: patternSrc, alt: "" }))), h("div", { key: '7d405bf71b6d11126dd67339525f585eb215e846', class: "top_bar_content" }, h("div", { key: '824dd8c3a0b126dc68e968c1650a41c9744d89df', style: { visibility: 'hidden', position: 'absolute', height: '0', overflow: 'hidden', pointerEvents: 'none' } }, this.internalItems.map(tab => (h("gb-nav-bar-item", { state: this.activeIndex === tab.index ? 'active' : 'default', "icon-only": tab.iconOnly, category: this.category, icon: tab.icon, label: tab.label })))), h("div", { key: '0c15d64d5ba4629ada8734d70454d8ccd5950424', class: `content ${this.dropdownOpen ? 'shown' : ''}`, ref: el => (this.containerEl = el) }, (this.measured ? this.visibleItems : this.internalItems).map(tab => (h("gb-nav-bar-item", { state: this.activeIndex === tab.index ? 'active' : 'default', "icon-only": tab.iconOnly, category: this.category, icon: tab.icon, label: tab.label, onClick: () => this.onTabItemClicked(tab.index) }))), this.measured && this.overflowItems.length > 0 && (h("div", { key: '07c2453620963ffe4a6875856c7add59911146f8', class: "more" }, h("gb-nav-bar-item", { key: '20b9ce04d3e42e589fce9ac70794a48701bf2ecf', state: this.dropdownItemClicked ? 'active' : 'default', "icon-only": false, category: this.category, icon: "assets/more.svg", label: "More", class: "more_button", onClick: () => this.toggleDropdown() }), this.dropdownOpen && (h("div", { key: '85edb5d42ffea3b28a06054f48cdabce9cbb1530', class: "dropdown_menu" }, this.overflowItems.map(tab => (h("gb-dropdown-items-with-shortcut", { icon: true, state: "default", iconSrc: tab.icon, label: tab.label, onClick: () => this.onTabItemClicked(tab.index, true) })))))))))));
190
+ return (h("div", { key: '5a5221912566c6fadc8a8affff0f14df0150d2e8', class: `top_bar_div ${this.category} ${this.showBorder ? 'border' : ''}` }, this.category === 'colored_background' && (h("div", { key: 'a39cac2b4ce319523ff215890956bf7df6975c4a', class: "pattern" }, h("img", { key: '3085803b59081c6d1bbddf8dfe74651df0ecd920', src: patternSrc, alt: "" }))), h("div", { key: 'd8f8df81bdfa913aa8fccb0fa3a7c885c5633823', class: "top_bar_content" }, h("div", { key: '283b0a9a9e8a1979b4d7a39341fd27532bcb7766', style: { visibility: 'hidden', position: 'absolute', height: '0', overflow: 'hidden', pointerEvents: 'none' } }, this.internalItems.map(tab => (h("gb-nav-bar-item", { state: this.activeIndex === tab.index ? 'active' : 'default', "icon-only": tab.iconOnly, category: this.category, icon: tab.icon, label: tab.label })))), h("div", { key: 'a90570dbe66bd2939cb02c42323969121adfd1e8', class: `content ${this.dropdownOpen ? 'shown' : ''}`, ref: el => (this.containerEl = el) }, (this.measured ? this.visibleItems : this.internalItems).map(tab => (h("gb-nav-bar-item", { state: this.activeIndex === tab.index ? 'active' : 'default', "icon-only": tab.iconOnly, category: this.category, icon: tab.icon, label: tab.label, onClick: () => this.onTabItemClicked(tab.index) }))), this.measured && this.overflowItems.length > 0 && (h("div", { key: 'fdce7103a4c51bc7628dedd67b642f0ff97666cb', class: "more" }, h("gb-nav-bar-item", { key: '577431dd96ee1531e0910e080335284145f21c4b', state: this.dropdownItemClicked ? 'active' : 'default', "icon-only": false, category: this.category, icon: "assets/more.svg", label: "More", class: "more_button", onClick: () => this.toggleDropdown() }), this.dropdownOpen && (h("div", { key: 'b88fe123766881673aa54a40e937a1f479a6ec4d', class: "dropdown_menu" }, this.overflowItems.map(tab => (h("gb-dropdown-items-with-shortcut", { icon: true, state: "default", iconSrc: tab.icon, label: tab.label, onClick: () => this.onTabItemClicked(tab.index, true) })))))))))));
191
191
  }
192
192
  get el() { return getElement(this); }
193
193
  static get watchers() { return {
@@ -9,7 +9,7 @@ const GbPaginationDotGroup = class {
9
9
  this.framed = false;
10
10
  }
11
11
  render() {
12
- return (h("div", { key: 'f8726024aa39c78741a643d7e54240bf197256c5', class: "dot_group_div" }, h("div", { key: '3a383ff5bc5d3c153cb464aeb7f33e845fb14415' })));
12
+ return (h("div", { key: 'b768b0d98389852acf90fd9389023829e868ab76', class: "dot_group_div" }, h("div", { key: '5584996ea33cab5e4f23b931e78b1a3690313c17' })));
13
13
  }
14
14
  };
15
15
  GbPaginationDotGroup.style = gbPaginationDotGroupCss;
@@ -8,7 +8,7 @@ const GbPaginationDotIndicator = class {
8
8
  this.current = false;
9
9
  }
10
10
  render() {
11
- return (h("div", { key: 'b84bf820d4a7a2631eecf0dc183bc133133f8e1c', class: `dot_indicator_div
11
+ return (h("div", { key: '278df03f692fd0b523037f078a5c4102bbdb39ea', class: `dot_indicator_div
12
12
  ${this.type} ${this.current ? 'current' : ''}
13
13
  ${this.size}` }));
14
14
  }
@@ -32,7 +32,7 @@ const GbProgressCircle = class {
32
32
  }
33
33
  }
34
34
  render() {
35
- return (h("div", { key: '1f07bc0b3b73ff1fc209d3a946a49a24cec55568', class: "gauge" }, h("div", { key: '3dd14e672a8c089e15176382531db9e47ab81913', class: "arc", ref: el => (this.arcElement = el) }), h("div", { key: '3f533d403cc5f0a156e0c900d13bf01297c7559d', class: "mask" }), this.label && (h("div", { key: '60c2800ccd6905bfaec07feae1e521c18b8ee5e4', class: "label", ref: el => (this.labelElement = el) }, h("p", { key: '2bed25fe934cfad1d202101977e13a1cce389022', class: "display-lg-semi-bold" }, `${this.progress}%`)))));
35
+ return (h("div", { key: '918780a8e8fbad0182bb06218639b4bebf283b19', class: "gauge" }, h("div", { key: '53e0ac9624d04d92308b6106d5b74acef0292125', class: "arc", ref: el => (this.arcElement = el) }), h("div", { key: 'f4da48d256526f64ff56f8eb39bdb0d03ea1a020', class: "mask" }), this.label && (h("div", { key: 'dd9eb6d4da03b03802ff07e1b8fbfc3308eac2a2', class: "label", ref: el => (this.labelElement = el) }, h("p", { key: '0747c2db2a43c9a7448cb329c00c305062a70a79', class: "display-lg-semi-bold" }, `${this.progress}%`)))));
36
36
  }
37
37
  get el() { return getElement(this); }
38
38
  static get watchers() { return {