globuswebcomponents 0.5.3 → 0.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (402) hide show
  1. package/dist/cjs/gb-avatar-add-button.cjs.entry.js +1 -1
  2. package/dist/cjs/gb-avatar-group.cjs.entry.js +1 -1
  3. package/dist/cjs/gb-avatar-profile-photo.cjs.entry.js +1 -1
  4. package/dist/cjs/{gb-avatar_28.cjs.entry.js → gb-avatar_34.cjs.entry.js} +370 -83
  5. package/dist/cjs/gb-avatar_34.cjs.entry.js.map +1 -0
  6. package/dist/cjs/gb-button-close_2.cjs.entry.js +2 -2
  7. package/dist/cjs/gb-checkbox-group-item.cjs.entry.js +1 -1
  8. package/dist/cjs/gb-checkbox-group.cjs.entry.js +1 -1
  9. package/dist/cjs/gb-file-type-icon.cjs.entry.js +1 -1
  10. package/dist/cjs/gb-file-upload-item-base.cjs.entry.js +1 -1
  11. package/dist/cjs/gb-file-upload.cjs.entry.js +1 -1
  12. package/dist/cjs/gb-help-dropdown.cjs.entry.js +1 -1
  13. package/dist/cjs/gb-megainput-field.cjs.entry.js +3 -3
  14. package/dist/cjs/gb-notification-content.cjs.entry.js +2 -2
  15. package/dist/cjs/gb-password-button.cjs.entry.js +27 -0
  16. package/dist/{components/p-eed6f80c.js.map → cjs/gb-password-button.cjs.entry.js.map} +1 -1
  17. package/dist/cjs/gb-progress-circle.cjs.entry.js +2 -2
  18. package/dist/cjs/gb-rich-text.cjs.entry.js +2 -2
  19. package/dist/cjs/gb-scrollbar.cjs.entry.js +2 -2
  20. package/dist/cjs/gb-slider-control-handle.cjs.entry.js +2 -2
  21. package/dist/cjs/gb-slider.cjs.entry.js +2 -2
  22. package/dist/cjs/gb-textarea-input-field.cjs.entry.js +1 -1
  23. package/dist/cjs/gb-toast-button.cjs.entry.js +2 -2
  24. package/dist/cjs/gb-toast.cjs.entry.js +2 -2
  25. package/dist/cjs/gb-toggle-base.cjs.entry.js +3 -3
  26. package/dist/cjs/gb-toggle.cjs.entry.js +2 -2
  27. package/dist/cjs/gb-token-field.cjs.entry.js +2 -2
  28. package/dist/cjs/gb-verification-code-field.cjs.entry.js +3 -3
  29. package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
  30. package/dist/cjs/gb-wysiwyg-toolbar.cjs.entry.js +1 -1
  31. package/dist/cjs/gb-wysiwyg-tooltip.cjs.entry.js +1 -1
  32. package/dist/cjs/globuscomponents.cjs.js +2 -2
  33. package/dist/cjs/{index-76d06259.js → index-804eab7e.js} +9 -4
  34. package/dist/cjs/index-804eab7e.js.map +1 -0
  35. package/dist/cjs/loader.cjs.js +2 -2
  36. package/dist/collection/assets/user-group.svg +10 -0
  37. package/dist/collection/collection-manifest.json +1 -0
  38. package/dist/collection/components/gb-avatar-dropdown/gb-avatar-dropdown.js +38 -2
  39. package/dist/collection/components/gb-avatar-dropdown/gb-avatar-dropdown.js.map +1 -1
  40. package/dist/collection/components/gb-avatar-label-group/gb-avatar-label-group.js +49 -7
  41. package/dist/collection/components/gb-avatar-label-group/gb-avatar-label-group.js.map +1 -1
  42. package/dist/collection/components/gb-btn/gb-btn.css +1 -0
  43. package/dist/collection/components/gb-button/gb-button.css +1 -0
  44. package/dist/collection/components/gb-button/gb-button.js +4 -4
  45. package/dist/collection/components/gb-button/gb-button.js.map +1 -1
  46. package/dist/collection/components/gb-button/gb-button.tsx +3 -3
  47. package/dist/collection/components/gb-checkbox/gb-checkbox.css +6 -2
  48. package/dist/collection/components/gb-checkbox/gb-checkbox.js +20 -1
  49. package/dist/collection/components/gb-checkbox/gb-checkbox.js.map +1 -1
  50. package/dist/collection/components/gb-header/gb-header.js +37 -1
  51. package/dist/collection/components/gb-header/gb-header.js.map +1 -1
  52. package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.css +2686 -0
  53. package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js +80 -0
  54. package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js.map +1 -0
  55. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
  56. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.css +17 -0
  57. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +37 -40
  58. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +1 -1
  59. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.css +5 -5
  60. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +4 -2
  61. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js.map +1 -1
  62. package/dist/collection/components/gb-input-field/gb-input-field.css +10 -315
  63. package/dist/collection/components/gb-input-field/gb-input-field.js +8 -14
  64. package/dist/collection/components/gb-input-field/gb-input-field.js.map +1 -1
  65. package/dist/collection/components/gb-megainput-field-base/gb-megainput-field.js +2 -2
  66. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  67. package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +1 -1
  68. package/dist/collection/components/gb-pagination/gb-pagination.js +1 -1
  69. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  70. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  71. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  72. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  73. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  74. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  75. package/dist/collection/components/gb-rich-text/gb-rich-text.js +1 -1
  76. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  77. package/dist/collection/components/gb-side-bar-item/gb-side-bar-item.css +25 -1
  78. package/dist/collection/components/gb-side-bar-item/gb-side-bar-item.js +1 -1
  79. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  80. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  81. package/dist/collection/components/gb-slider-control-handle/slider-control-handle.js +1 -1
  82. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  83. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  84. package/dist/collection/components/gb-tag/gb-tag.css +1 -0
  85. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  86. package/dist/collection/components/gb-tag/gb-tag.js.map +1 -1
  87. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  88. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  89. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  90. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  91. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  92. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  93. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  94. package/dist/collection/components/gb-token-field/gb-token-field.js +1 -1
  95. package/dist/collection/components/gb-tooltip/gb-tooltip.css +2 -2
  96. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  97. package/dist/collection/components/gb-verification-code-field/gb-verification-code-field.js +2 -2
  98. package/dist/components/gb-avatar-add-button.js +1 -1
  99. package/dist/components/gb-avatar-contrast-inner-border.js +1 -1
  100. package/dist/components/gb-avatar-dropdown.js +24 -10
  101. package/dist/components/gb-avatar-dropdown.js.map +1 -1
  102. package/dist/components/gb-avatar-group.js +6 -6
  103. package/dist/components/gb-avatar-label-group.js +1 -1
  104. package/dist/components/gb-avatar-profile-photo.js +4 -4
  105. package/dist/components/gb-avatar.js +1 -1
  106. package/dist/components/gb-badge-close.js +1 -1
  107. package/dist/components/gb-badge.js +1 -1
  108. package/dist/components/gb-btn.js +1 -1
  109. package/dist/components/gb-button-close.js +1 -1
  110. package/dist/components/gb-button.js +1 -1
  111. package/dist/components/gb-carousel-arrow.js +1 -1
  112. package/dist/components/gb-checkbox-base.js +1 -1
  113. package/dist/components/gb-checkbox-group-item.js +1 -1
  114. package/dist/components/gb-checkbox-group.js +8 -8
  115. package/dist/components/gb-checkbox.js +1 -1
  116. package/dist/components/gb-collapse-button.js +1 -1
  117. package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
  118. package/dist/components/gb-file-type-icon.js +1 -1
  119. package/dist/components/gb-file-upload-item-base.js +1 -1
  120. package/dist/components/gb-file-upload.js +6 -6
  121. package/dist/components/gb-header-icon.js +1 -1
  122. package/dist/components/gb-header.js +20 -6
  123. package/dist/components/gb-header.js.map +1 -1
  124. package/dist/components/gb-help-dropdown.js +4 -4
  125. package/dist/components/gb-help-tooltip.d.ts +11 -0
  126. package/dist/components/gb-help-tooltip.js +8 -0
  127. package/dist/components/gb-help-tooltip.js.map +1 -0
  128. package/dist/components/gb-horizontal-tabs.js +8 -8
  129. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  130. package/dist/components/gb-input-dropdown.js +1 -1
  131. package/dist/components/gb-input-field.js +9 -33
  132. package/dist/components/gb-input-field.js.map +1 -1
  133. package/dist/components/gb-megainput-field.js +1 -1
  134. package/dist/components/gb-notification-content.js +2 -2
  135. package/dist/components/gb-notification-pane.js +3 -3
  136. package/dist/components/gb-pagination-button-group-base.js +2 -2
  137. package/dist/components/gb-pagination-dot-indicator.js +2 -2
  138. package/dist/components/gb-pagination-number-base.js +2 -2
  139. package/dist/components/gb-pagination.js +3 -3
  140. package/dist/components/gb-password-button.js +50 -1
  141. package/dist/components/gb-password-button.js.map +1 -1
  142. package/dist/components/gb-progress-bar.js +1 -1
  143. package/dist/components/gb-progress-circle.js +2 -2
  144. package/dist/components/gb-rich-text.js +38 -26
  145. package/dist/components/gb-rich-text.js.map +1 -1
  146. package/dist/components/gb-scrollbar.js +2 -2
  147. package/dist/components/gb-side-bar-item.js +1 -1
  148. package/dist/components/gb-sidebar.js +10 -10
  149. package/dist/components/gb-slider-control-handle.js +1 -1
  150. package/dist/components/gb-slider.js +4 -4
  151. package/dist/components/gb-status-indicator.js +1 -1
  152. package/dist/components/gb-tab-button-base.js +1 -1
  153. package/dist/components/gb-tag-checkbox.js +1 -1
  154. package/dist/components/gb-tag-close.js +1 -1
  155. package/dist/components/gb-tag-count.js +1 -1
  156. package/dist/components/gb-tag.js +1 -1
  157. package/dist/components/gb-textarea-input-field.js +1 -1
  158. package/dist/components/gb-toast-button.js +1 -1
  159. package/dist/components/gb-toast.js +5 -5
  160. package/dist/components/gb-toggle-base.js +1 -1
  161. package/dist/components/gb-toggle.js +3 -3
  162. package/dist/components/gb-token-field.js +3 -3
  163. package/dist/components/gb-tooltip.js +1 -1
  164. package/dist/components/gb-verification-code-field.js +4 -4
  165. package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
  166. package/dist/components/gb-wysiwyg-toolbar.js +1 -1
  167. package/dist/components/gb-wysiwyg-tooltip.js +2 -2
  168. package/dist/components/index.js +1 -1
  169. package/dist/components/{p-18aeff75.js → p-049f8084.js} +2 -2
  170. package/dist/components/{p-18aeff75.js.map → p-049f8084.js.map} +1 -1
  171. package/dist/components/{p-26d1508d.js → p-0519dce2.js} +2 -2
  172. package/dist/components/{p-26d1508d.js.map → p-0519dce2.js.map} +1 -1
  173. package/dist/components/{p-655bac91.js → p-062cb1f9.js} +2 -2
  174. package/dist/components/{p-655bac91.js.map → p-062cb1f9.js.map} +1 -1
  175. package/dist/components/{p-35054a6a.js → p-0767d31b.js} +4 -4
  176. package/dist/components/{p-35054a6a.js.map → p-0767d31b.js.map} +1 -1
  177. package/dist/components/{p-a714f550.js → p-12d84b99.js} +4 -4
  178. package/dist/components/{p-a714f550.js.map → p-12d84b99.js.map} +1 -1
  179. package/dist/components/{p-ce85b058.js → p-14ae77f4.js} +4 -4
  180. package/dist/components/{p-ce85b058.js.map → p-14ae77f4.js.map} +1 -1
  181. package/dist/components/{p-0190e346.js → p-1787a21b.js} +4 -4
  182. package/dist/components/{p-0190e346.js.map → p-1787a21b.js.map} +1 -1
  183. package/dist/components/{p-d947050b.js → p-1c27c0dc.js} +10 -10
  184. package/dist/components/p-1c27c0dc.js.map +1 -0
  185. package/dist/components/{p-983e2798.js → p-200efa06.js} +10 -10
  186. package/dist/components/{p-983e2798.js.map → p-200efa06.js.map} +1 -1
  187. package/dist/components/{p-3fd78bcf.js → p-2849e182.js} +3 -3
  188. package/dist/components/{p-3fd78bcf.js.map → p-2849e182.js.map} +1 -1
  189. package/dist/components/{p-0b8ae984.js → p-3eee1170.js} +2 -2
  190. package/dist/components/{p-0b8ae984.js.map → p-3eee1170.js.map} +1 -1
  191. package/dist/components/{p-0129a72b.js → p-43c70bd8.js} +3 -3
  192. package/dist/components/{p-0129a72b.js.map → p-43c70bd8.js.map} +1 -1
  193. package/dist/components/{p-1cf0a465.js → p-443d3de1.js} +3 -3
  194. package/dist/components/{p-1cf0a465.js.map → p-443d3de1.js.map} +1 -1
  195. package/dist/components/{p-9e4aaaff.js → p-55426266.js} +8 -8
  196. package/dist/components/{p-9e4aaaff.js.map → p-55426266.js.map} +1 -1
  197. package/dist/components/{p-623ed6aa.js → p-5ba87b93.js} +3 -3
  198. package/dist/components/{p-623ed6aa.js.map → p-5ba87b93.js.map} +1 -1
  199. package/dist/components/{p-a9079204.js → p-65de39d5.js} +21 -18
  200. package/dist/components/p-65de39d5.js.map +1 -0
  201. package/dist/components/{p-7d2b0b60.js → p-6b8ad833.js} +12 -10
  202. package/dist/components/p-6b8ad833.js.map +1 -0
  203. package/dist/components/{p-8bfb593e.js → p-8ae9de24.js} +7 -5
  204. package/dist/components/p-8ae9de24.js.map +1 -0
  205. package/dist/components/{p-e790d9c3.js → p-9023f483.js} +7 -7
  206. package/dist/components/p-9023f483.js.map +1 -0
  207. package/dist/components/{p-e198d18d.js → p-92877dec.js} +3 -3
  208. package/dist/components/{p-e198d18d.js.map → p-92877dec.js.map} +1 -1
  209. package/dist/components/{p-5a30e92a.js → p-977764ce.js} +2 -2
  210. package/dist/components/{p-5a30e92a.js.map → p-977764ce.js.map} +1 -1
  211. package/dist/components/{p-17144463.js → p-9af82179.js} +3 -3
  212. package/dist/components/{p-17144463.js.map → p-9af82179.js.map} +1 -1
  213. package/dist/components/{p-6c339b3f.js → p-a8fc1a6f.js} +33 -13
  214. package/dist/components/p-a8fc1a6f.js.map +1 -0
  215. package/dist/components/{p-0c3f1ae2.js → p-ad5a06e5.js} +6 -6
  216. package/dist/components/{p-0c3f1ae2.js.map → p-ad5a06e5.js.map} +1 -1
  217. package/dist/components/{p-a7c4e272.js → p-b20e1208.js} +37 -25
  218. package/dist/components/p-b20e1208.js.map +1 -0
  219. package/dist/components/{p-64964951.js → p-bf8461c6.js} +3 -3
  220. package/dist/components/{p-64964951.js.map → p-bf8461c6.js.map} +1 -1
  221. package/dist/components/p-c2bbed0e.js +55 -0
  222. package/dist/components/p-c2bbed0e.js.map +1 -0
  223. package/dist/components/{p-3d8f80e9.js → p-c991b6ce.js} +6 -2
  224. package/dist/components/p-c991b6ce.js.map +1 -0
  225. package/dist/components/{p-fb46b2b0.js → p-d033be88.js} +10 -10
  226. package/dist/components/p-d033be88.js.map +1 -0
  227. package/dist/components/{p-43250a93.js → p-dacb769c.js} +6 -6
  228. package/dist/components/{p-43250a93.js.map → p-dacb769c.js.map} +1 -1
  229. package/dist/components/{p-8d1707cb.js → p-e4b16ff4.js} +3 -3
  230. package/dist/components/{p-8d1707cb.js.map → p-e4b16ff4.js.map} +1 -1
  231. package/dist/components/{p-888acea3.js → p-eaaefb80.js} +4 -4
  232. package/dist/components/{p-888acea3.js.map → p-eaaefb80.js.map} +1 -1
  233. package/dist/components/{p-40b924b3.js → p-f260054c.js} +71 -45
  234. package/dist/components/p-f260054c.js.map +1 -0
  235. package/dist/components/{p-df6f1225.js → p-fc3b2733.js} +4 -4
  236. package/dist/components/{p-df6f1225.js.map → p-fc3b2733.js.map} +1 -1
  237. package/dist/components/{p-32cf95f6.js → p-fd8f1d13.js} +2 -2
  238. package/dist/components/{p-32cf95f6.js.map → p-fd8f1d13.js.map} +1 -1
  239. package/dist/esm/gb-avatar-add-button.entry.js +1 -1
  240. package/dist/esm/gb-avatar-group.entry.js +1 -1
  241. package/dist/esm/gb-avatar-profile-photo.entry.js +1 -1
  242. package/dist/esm/{gb-avatar_28.entry.js → gb-avatar_34.entry.js} +364 -83
  243. package/dist/esm/gb-avatar_34.entry.js.map +1 -0
  244. package/dist/esm/gb-button-close_2.entry.js +2 -2
  245. package/dist/esm/gb-checkbox-group-item.entry.js +1 -1
  246. package/dist/esm/gb-checkbox-group.entry.js +1 -1
  247. package/dist/esm/gb-file-type-icon.entry.js +1 -1
  248. package/dist/esm/gb-file-upload-item-base.entry.js +1 -1
  249. package/dist/esm/gb-file-upload.entry.js +1 -1
  250. package/dist/esm/gb-help-dropdown.entry.js +1 -1
  251. package/dist/esm/gb-megainput-field.entry.js +3 -3
  252. package/dist/esm/gb-notification-content.entry.js +2 -2
  253. package/dist/{components/p-eed6f80c.js → esm/gb-password-button.entry.js} +9 -40
  254. package/dist/esm/gb-password-button.entry.js.map +1 -0
  255. package/dist/esm/gb-progress-circle.entry.js +2 -2
  256. package/dist/esm/gb-rich-text.entry.js +2 -2
  257. package/dist/esm/gb-scrollbar.entry.js +2 -2
  258. package/dist/esm/gb-slider-control-handle.entry.js +2 -2
  259. package/dist/esm/gb-slider.entry.js +2 -2
  260. package/dist/esm/gb-textarea-input-field.entry.js +1 -1
  261. package/dist/esm/gb-toast-button.entry.js +2 -2
  262. package/dist/esm/gb-toast.entry.js +2 -2
  263. package/dist/esm/gb-toggle-base.entry.js +3 -3
  264. package/dist/esm/gb-toggle.entry.js +2 -2
  265. package/dist/esm/gb-token-field.entry.js +2 -2
  266. package/dist/esm/gb-verification-code-field.entry.js +3 -3
  267. package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
  268. package/dist/esm/gb-wysiwyg-toolbar.entry.js +1 -1
  269. package/dist/esm/gb-wysiwyg-tooltip.entry.js +1 -1
  270. package/dist/esm/globuscomponents.js +3 -3
  271. package/dist/esm/{index-e1003372.js → index-be73e596.js} +9 -4
  272. package/dist/esm/index-be73e596.js.map +1 -0
  273. package/dist/esm/loader.js +3 -3
  274. package/dist/globuscomponents/assets/user-group.svg +10 -0
  275. package/dist/globuscomponents/gb-button.css +1 -0
  276. package/dist/globuscomponents/gb-button.tsx +3 -3
  277. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  278. package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
  279. package/dist/globuscomponents/{p-32d3c7d7.entry.js → p-1c4be13a.entry.js} +2 -2
  280. package/dist/globuscomponents/{p-f16ffdee.entry.js → p-1d2985a5.entry.js} +2 -2
  281. package/dist/globuscomponents/{p-727bfde6.entry.js → p-263e06c7.entry.js} +2 -2
  282. package/dist/globuscomponents/{p-e25f6faa.entry.js → p-2adda6a5.entry.js} +2 -2
  283. package/dist/globuscomponents/p-2f557384.entry.js +2 -0
  284. package/dist/globuscomponents/p-2f557384.entry.js.map +1 -0
  285. package/dist/globuscomponents/{p-2f175d13.entry.js → p-3d8baf6c.entry.js} +2 -2
  286. package/dist/globuscomponents/{p-e718da9d.entry.js → p-3e8c8ead.entry.js} +2 -2
  287. package/dist/globuscomponents/{p-a2a9d289.entry.js → p-3fc3956d.entry.js} +2 -2
  288. package/dist/globuscomponents/{p-840531e9.entry.js → p-40f11c62.entry.js} +2 -2
  289. package/dist/globuscomponents/{p-767e5360.entry.js → p-427cfeeb.entry.js} +2 -2
  290. package/dist/globuscomponents/{p-2322ea7a.entry.js → p-4e97f7cd.entry.js} +2 -2
  291. package/dist/globuscomponents/{p-f9619e08.entry.js → p-4eebea94.entry.js} +2 -2
  292. package/dist/globuscomponents/{p-e8f2fe42.js → p-593875d5.js} +3 -3
  293. package/dist/globuscomponents/p-593875d5.js.map +1 -0
  294. package/dist/globuscomponents/p-5ea9e5cd.entry.js +2 -0
  295. package/dist/globuscomponents/{p-d3b5c5b4.entry.js → p-67b452b7.entry.js} +2 -2
  296. package/dist/globuscomponents/{p-049fa055.entry.js → p-748089ba.entry.js} +2 -2
  297. package/dist/globuscomponents/{p-db6d90c3.entry.js → p-790abb4e.entry.js} +2 -2
  298. package/dist/globuscomponents/p-81eb4639.entry.js +2 -0
  299. package/dist/globuscomponents/p-92c7f3ab.entry.js +2 -0
  300. package/dist/globuscomponents/p-92c7f3ab.entry.js.map +1 -0
  301. package/dist/globuscomponents/{p-37bbc2bf.entry.js → p-a05326b0.entry.js} +2 -2
  302. package/dist/globuscomponents/{p-363fe580.entry.js → p-aa4006c2.entry.js} +2 -2
  303. package/dist/globuscomponents/{p-42fb642f.entry.js → p-acf94a1a.entry.js} +2 -2
  304. package/dist/globuscomponents/{p-2b72d966.entry.js → p-c0e095b8.entry.js} +2 -2
  305. package/dist/globuscomponents/{p-fc55539e.entry.js → p-c6e2e53a.entry.js} +2 -2
  306. package/dist/globuscomponents/{p-0179fa9e.entry.js → p-cf24a49c.entry.js} +2 -2
  307. package/dist/globuscomponents/{p-78b3b361.entry.js → p-d1103820.entry.js} +2 -2
  308. package/dist/globuscomponents/{p-8ddf3c50.entry.js → p-d6fb070d.entry.js} +2 -2
  309. package/dist/globuscomponents/{p-7a7cdc5c.entry.js → p-d7187578.entry.js} +2 -2
  310. package/dist/globuscomponents/{p-173cf34c.entry.js → p-e3e0a65e.entry.js} +2 -2
  311. package/dist/globuscomponents/{p-e631fbd1.entry.js → p-e77016c3.entry.js} +2 -2
  312. package/dist/types/components/gb-avatar-dropdown/gb-avatar-dropdown.d.ts +3 -0
  313. package/dist/types/components/gb-avatar-label-group/gb-avatar-label-group.d.ts +3 -1
  314. package/dist/types/components/gb-checkbox/gb-checkbox.d.ts +1 -0
  315. package/dist/types/components/gb-header/gb-header.d.ts +3 -1
  316. package/dist/types/components/gb-help-tooltip/gb-help-tooltip.d.ts +8 -0
  317. package/dist/types/components/gb-input-dropdown/gb-input-dropdown.d.ts +5 -3
  318. package/dist/types/components/gb-input-field/gb-input-field.d.ts +1 -1
  319. package/dist/types/components.d.ts +29 -6
  320. package/package.json +1 -1
  321. package/dist/cjs/gb-avatar-dropdown.cjs.entry.js +0 -44
  322. package/dist/cjs/gb-avatar-dropdown.cjs.entry.js.map +0 -1
  323. package/dist/cjs/gb-avatar-label-group.cjs.entry.js +0 -77
  324. package/dist/cjs/gb-avatar-label-group.cjs.entry.js.map +0 -1
  325. package/dist/cjs/gb-avatar_28.cjs.entry.js.map +0 -1
  326. package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js +0 -31
  327. package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js.map +0 -1
  328. package/dist/cjs/gb-header-icon.cjs.entry.js +0 -34
  329. package/dist/cjs/gb-header-icon.cjs.entry.js.map +0 -1
  330. package/dist/cjs/gb-header.cjs.entry.js +0 -42
  331. package/dist/cjs/gb-header.cjs.entry.js.map +0 -1
  332. package/dist/cjs/gb-notification-pane.cjs.entry.js +0 -45
  333. package/dist/cjs/gb-notification-pane.cjs.entry.js.map +0 -1
  334. package/dist/cjs/index-76d06259.js.map +0 -1
  335. package/dist/components/p-3d8f80e9.js.map +0 -1
  336. package/dist/components/p-40b924b3.js.map +0 -1
  337. package/dist/components/p-6c339b3f.js.map +0 -1
  338. package/dist/components/p-7d2b0b60.js.map +0 -1
  339. package/dist/components/p-8bfb593e.js.map +0 -1
  340. package/dist/components/p-a7c4e272.js.map +0 -1
  341. package/dist/components/p-a9079204.js.map +0 -1
  342. package/dist/components/p-d947050b.js.map +0 -1
  343. package/dist/components/p-e790d9c3.js.map +0 -1
  344. package/dist/components/p-fb46b2b0.js.map +0 -1
  345. package/dist/esm/gb-avatar-dropdown.entry.js +0 -40
  346. package/dist/esm/gb-avatar-dropdown.entry.js.map +0 -1
  347. package/dist/esm/gb-avatar-label-group.entry.js +0 -73
  348. package/dist/esm/gb-avatar-label-group.entry.js.map +0 -1
  349. package/dist/esm/gb-avatar_28.entry.js.map +0 -1
  350. package/dist/esm/gb-dropdown-items-with-shortcut.entry.js +0 -27
  351. package/dist/esm/gb-dropdown-items-with-shortcut.entry.js.map +0 -1
  352. package/dist/esm/gb-header-icon.entry.js +0 -30
  353. package/dist/esm/gb-header-icon.entry.js.map +0 -1
  354. package/dist/esm/gb-header.entry.js +0 -38
  355. package/dist/esm/gb-header.entry.js.map +0 -1
  356. package/dist/esm/gb-notification-pane.entry.js +0 -41
  357. package/dist/esm/gb-notification-pane.entry.js.map +0 -1
  358. package/dist/esm/index-e1003372.js.map +0 -1
  359. package/dist/globuscomponents/p-34a50ac8.entry.js +0 -2
  360. package/dist/globuscomponents/p-34a50ac8.entry.js.map +0 -1
  361. package/dist/globuscomponents/p-598cae99.entry.js +0 -2
  362. package/dist/globuscomponents/p-598cae99.entry.js.map +0 -1
  363. package/dist/globuscomponents/p-5c53945b.entry.js +0 -2
  364. package/dist/globuscomponents/p-76c62d1e.entry.js +0 -2
  365. package/dist/globuscomponents/p-a495b1f4.entry.js +0 -2
  366. package/dist/globuscomponents/p-a495b1f4.entry.js.map +0 -1
  367. package/dist/globuscomponents/p-c69ca52b.entry.js +0 -2
  368. package/dist/globuscomponents/p-c69ca52b.entry.js.map +0 -1
  369. package/dist/globuscomponents/p-c7e4235c.entry.js +0 -2
  370. package/dist/globuscomponents/p-c7e4235c.entry.js.map +0 -1
  371. package/dist/globuscomponents/p-ded71532.entry.js +0 -2
  372. package/dist/globuscomponents/p-ded71532.entry.js.map +0 -1
  373. package/dist/globuscomponents/p-e8b51d32.entry.js +0 -2
  374. package/dist/globuscomponents/p-e8b51d32.entry.js.map +0 -1
  375. package/dist/globuscomponents/p-e8f2fe42.js.map +0 -1
  376. /package/dist/globuscomponents/{p-32d3c7d7.entry.js.map → p-1c4be13a.entry.js.map} +0 -0
  377. /package/dist/globuscomponents/{p-f16ffdee.entry.js.map → p-1d2985a5.entry.js.map} +0 -0
  378. /package/dist/globuscomponents/{p-727bfde6.entry.js.map → p-263e06c7.entry.js.map} +0 -0
  379. /package/dist/globuscomponents/{p-e25f6faa.entry.js.map → p-2adda6a5.entry.js.map} +0 -0
  380. /package/dist/globuscomponents/{p-2f175d13.entry.js.map → p-3d8baf6c.entry.js.map} +0 -0
  381. /package/dist/globuscomponents/{p-e718da9d.entry.js.map → p-3e8c8ead.entry.js.map} +0 -0
  382. /package/dist/globuscomponents/{p-a2a9d289.entry.js.map → p-3fc3956d.entry.js.map} +0 -0
  383. /package/dist/globuscomponents/{p-840531e9.entry.js.map → p-40f11c62.entry.js.map} +0 -0
  384. /package/dist/globuscomponents/{p-767e5360.entry.js.map → p-427cfeeb.entry.js.map} +0 -0
  385. /package/dist/globuscomponents/{p-2322ea7a.entry.js.map → p-4e97f7cd.entry.js.map} +0 -0
  386. /package/dist/globuscomponents/{p-f9619e08.entry.js.map → p-4eebea94.entry.js.map} +0 -0
  387. /package/dist/globuscomponents/{p-76c62d1e.entry.js.map → p-5ea9e5cd.entry.js.map} +0 -0
  388. /package/dist/globuscomponents/{p-d3b5c5b4.entry.js.map → p-67b452b7.entry.js.map} +0 -0
  389. /package/dist/globuscomponents/{p-049fa055.entry.js.map → p-748089ba.entry.js.map} +0 -0
  390. /package/dist/globuscomponents/{p-db6d90c3.entry.js.map → p-790abb4e.entry.js.map} +0 -0
  391. /package/dist/globuscomponents/{p-5c53945b.entry.js.map → p-81eb4639.entry.js.map} +0 -0
  392. /package/dist/globuscomponents/{p-37bbc2bf.entry.js.map → p-a05326b0.entry.js.map} +0 -0
  393. /package/dist/globuscomponents/{p-363fe580.entry.js.map → p-aa4006c2.entry.js.map} +0 -0
  394. /package/dist/globuscomponents/{p-42fb642f.entry.js.map → p-acf94a1a.entry.js.map} +0 -0
  395. /package/dist/globuscomponents/{p-2b72d966.entry.js.map → p-c0e095b8.entry.js.map} +0 -0
  396. /package/dist/globuscomponents/{p-fc55539e.entry.js.map → p-c6e2e53a.entry.js.map} +0 -0
  397. /package/dist/globuscomponents/{p-0179fa9e.entry.js.map → p-cf24a49c.entry.js.map} +0 -0
  398. /package/dist/globuscomponents/{p-78b3b361.entry.js.map → p-d1103820.entry.js.map} +0 -0
  399. /package/dist/globuscomponents/{p-8ddf3c50.entry.js.map → p-d6fb070d.entry.js.map} +0 -0
  400. /package/dist/globuscomponents/{p-7a7cdc5c.entry.js.map → p-d7187578.entry.js.map} +0 -0
  401. /package/dist/globuscomponents/{p-173cf34c.entry.js.map → p-e3e0a65e.entry.js.map} +0 -0
  402. /package/dist/globuscomponents/{p-e631fbd1.entry.js.map → p-e77016c3.entry.js.map} +0 -0
@@ -1,11 +1,11 @@
1
- import { b as bootstrapLazy } from './index-e1003372.js';
2
- export { s as setNonce } from './index-e1003372.js';
1
+ import { b as bootstrapLazy } from './index-be73e596.js';
2
+ export { s as setNonce } from './index-be73e596.js';
3
3
  import { g as globalScripts } from './app-globals-0f993ce5.js';
4
4
 
5
5
  const defineCustomElements = async (win, options) => {
6
6
  if (typeof window === 'undefined') return undefined;
7
7
  await globalScripts();
8
- return bootstrapLazy(JSON.parse("[[\"gb-avatar_28\",[[1,\"gb-sidebar\",{\"state\":[1025],\"category\":[1],\"showSecondCategory\":[4,\"show-second-category\"],\"applicationName\":[1,\"application-name\"],\"firstItemIcon\":[1,\"first-item-icon\"],\"secondItemIcon\":[1,\"second-item-icon\"],\"thirdItemIcon\":[1,\"third-item-icon\"],\"fourthItemIcon\":[1,\"fourth-item-icon\"],\"fifthItemIcon\":[1,\"fifth-item-icon\"],\"sixthItemIcon\":[1,\"sixth-item-icon\"],\"seventhItemIcon\":[1,\"seventh-item-icon\"],\"eighthItemIcon\":[1,\"eighth-item-icon\"],\"ninthItemIcon\":[1,\"ninth-item-icon\"],\"tenthItemIcon\":[1,\"tenth-item-icon\"],\"iconInstance\":[1,\"icon-instance\"],\"label\":[1],\"firstItemLabel\":[1,\"first-item-label\"],\"secondItemLabel\":[1,\"second-item-label\"],\"thirdItemLabel\":[1,\"third-item-label\"],\"fourthItemLabel\":[1,\"fourth-item-label\"],\"fifthItemLabel\":[1,\"fifth-item-label\"],\"sixthItemLabel\":[1,\"sixth-item-label\"],\"seventhItemLabel\":[1,\"seventh-item-label\"],\"eighthItemLabel\":[1,\"eighth-item-label\"],\"ninthItemLabel\":[1,\"ninth-item-label\"],\"tenthItemLabel\":[1,\"tenth-item-label\"],\"activeIndex\":[32],\"leadingIconSvg\":[32],\"sideBarItemClicked\":[64]}],[1,\"gb-horizontal-tabs\",{\"type\":[1],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"breakpoint\":[1],\"thirdTab\":[4,\"third-tab\"],\"fourthTab\":[4,\"fourth-tab\"],\"fifthTab\":[4,\"fifth-tab\"],\"sixthTab\":[4,\"sixth-tab\"],\"seventhTab\":[4,\"seventh-tab\"],\"eighthTab\":[4,\"eighth-tab\"],\"ninthTab\":[4,\"ninth-tab\"],\"tenthTab\":[4,\"tenth-tab\"],\"firstTabName\":[1,\"first-tab-name\"],\"secondTabName\":[1,\"second-tab-name\"],\"thirdTabName\":[1,\"third-tab-name\"],\"fourthTabName\":[1,\"fourth-tab-name\"],\"fifthTabName\":[1,\"fifth-tab-name\"],\"sixthTabName\":[1,\"sixth-tab-name\"],\"seventhTabName\":[1,\"seventh-tab-name\"],\"eighthTabName\":[1,\"eighth-tab-name\"],\"ninthTabName\":[1,\"ninth-tab-name\"],\"tenthTabName\":[1,\"tenth-tab-name\"],\"activeIndex\":[32]}],[1,\"gb-input-field\",{\"size\":[1],\"type\":[1],\"destructive\":[4],\"state\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholderText\":[1,\"placeholder-text\"],\"showHelpIcon\":[4,\"show-help-icon\"],\"showValidation\":[4,\"show-validation\"],\"iconSwap\":[1,\"icon-swap\"],\"showCloseButton\":[4,\"show-close-button\"],\"inputValue\":[32],\"tags\":[32],\"isPasswordVisible\":[32]}],[1,\"gb-pagination\",{\"type\":[1],\"shape\":[1],\"breakpoint\":[1],\"currentPage\":[2,\"current-page\"],\"totalPages\":[2,\"total-pages\"]}],[0,\"gb-carousel-arrow\",{\"size\":[1],\"chevron\":[1]}],[1,\"gb-pagination-button-group-base\",{\"icon\":[1],\"iconLeading\":[1,\"icon-leading\"],\"iconTrailing\":[1,\"icon-trailing\"]}],[0,\"gb-pagination-dot-indicator\",{\"current\":[4],\"type\":[1],\"size\":[1]}],[1,\"gb-pagination-number-base\",{\"shape\":[1]}],[1,\"gb-side-bar-item\",{\"state\":[1],\"type\":[1],\"label\":[1],\"icon\":[1],\"category\":[1],\"showArrow\":[4,\"show-arrow\"],\"showBadge\":[4,\"show-badge\"],\"showTooltip\":[1028,\"show-tooltip\"],\"leadingIconSvg\":[32],\"textState\":[32]}],[1,\"gb-tab-button-base\",{\"current\":[4],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"badge\":[4],\"type\":[1],\"tabName\":[1,\"tab-name\"]}],[1,\"gb-password-button\",{\"state\":[1],\"isPasswordVisible\":[32]}],[1,\"gb-collapse-button\",{\"color\":[1],\"isCollapsed\":[1028,\"is-collapsed\"],\"action\":[1025],\"isHovered\":[1028,\"is-hovered\"],\"collapseSidebar\":[64],\"expandSidebar\":[64]}],[1,\"gb-input-dropdown\",{\"type\":[1],\"state\":[1025],\"size\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholderText\":[1,\"placeholder-text\"],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"showHelpIcon\":[4,\"show-help-icon\"],\"showLeadingIcon\":[4,\"show-leading-icon\"],\"iconSwap\":[1,\"icon-swap\"],\"text\":[4],\"leadingIcon\":[1,\"leading-icon\"],\"items\":[16],\"supportingText\":[4,\"supporting-text\"],\"leadingIconSvg\":[32],\"dropdownOpen\":[32],\"selectedItems\":[32],\"selectedItem\":[32],\"isSelected\":[32]}],[4,\"gb-btn\",{\"size\":[1],\"hierarchy\":[1],\"icon\":[1],\"destructive\":[4],\"state\":[1],\"iconLeading\":[4,\"icon-leading\"],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailing\":[4,\"icon-trailing\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"leadingIconSvg\":[32],\"trailingIconSvg\":[32]}],[1,\"gb-tag\",{\"size\":[1],\"icon\":[1],\"action\":[1],\"flagSwap\":[1,\"flag-swap\"],\"checkbox\":[4],\"onTagClose\":[64]}],[1,\"gb-input-dropdown-menu-item\",{\"type\":[1],\"supportingText\":[4,\"supporting-text\"],\"selected\":[1028],\"state\":[1]}],[1,\"gb-badge\",{\"size\":[1],\"icon\":[1],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"flagSwap\":[1,\"flag-swap\"],\"color\":[1],\"type\":[1],\"closeButton\":[4,\"close-button\"],\"leadingIconContent\":[32],\"trailingIconContent\":[32]}],[1,\"gb-tag-checkbox\",{\"checked\":[4],\"size\":[1],\"disabled\":[4]}],[1,\"gb-tag-close\",{\"size\":[1]}],[1,\"gb-tag-count\",{\"size\":[1]}],[1,\"gb-badge-close\",{\"color\":[1],\"type\":[1]}],[1,\"gb-checkbox\",{\"checked\":[4],\"indeterminate\":[4],\"size\":[1],\"type\":[1],\"state\":[1],\"supportingText\":[4,\"supporting-text\"]}],[1,\"gb-button\",{\"size\":[1],\"hierarchy\":[1],\"icon\":[1],\"destructive\":[4],\"state\":[1],\"iconLeading\":[4,\"icon-leading\"],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailing\":[4,\"icon-trailing\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"leadingIconSvg\":[32],\"trailingIconSvg\":[32]}],[1,\"gb-checkbox-base\",{\"state\":[1025],\"size\":[1],\"type\":[1],\"checked\":[1028],\"indeterminate\":[1028]}],[1,\"gb-tooltip\",{\"showArrow\":[4,\"show-arrow\"],\"arrow\":[1],\"showSupportingText\":[4,\"show-supporting-text\"]}],[1,\"gb-avatar\",{\"size\":[1],\"placeholder\":[4],\"text\":[4],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"icon\":[1],\"color\":[1],\"weight\":[1]}],[1,\"gb-avatar-contrast-inner-border\",{\"weight\":[1],\"size\":[1]}],[1,\"gb-status-indicator\",{\"statusIcon\":[1,\"status-icon\"],\"size\":[1],\"state\":[1],\"indicatorStateClass\":[1,\"indicator-state-class\"]}]]],[\"gb-rich-text\",[[1,\"gb-rich-text\",{\"state\":[1],\"destructive\":[4],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"gb-avatar-dropdown\",[[1,\"gb-avatar-dropdown\",{\"type\":[1],\"text\":[4],\"showProfile\":[4,\"show-profile\"],\"showDarkTheme\":[4,\"show-dark-theme\"],\"showLogOut\":[4,\"show-log-out\"],\"listGroupOne\":[4,\"list-group-one\"],\"listGroupTwo\":[4,\"list-group-two\"],\"listGroupThree\":[4,\"list-group-three\"],\"viewProfileClicked\":[64],\"logoutClicked\":[64]}]]],[\"gb-checkbox-group\",[[1,\"gb-checkbox-group\",{\"size\":[1],\"breakpoint\":[1],\"icon\":[1],\"selected\":[4],\"type\":[1]}]]],[\"gb-avatar-group\",[[1,\"gb-avatar-group\",{\"size\":[1],\"moreUsers\":[4,\"more-users\"],\"addMoreButton\":[4,\"add-more-button\"],\"text\":[4],\"state\":[1],\"images\":[16]}]]],[\"gb-file-upload\",[[1,\"gb-file-upload\",{\"icon\":[1],\"type\":[1],\"heightSize\":[1,\"height-size\"],\"state\":[1],\"destructive\":[4],\"showLabel\":[4,\"show-label\"],\"buttonState\":[1,\"button-state\"]}]]],[\"gb-header\",[[1,\"gb-header\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"text\":[4],\"placeholder\":[4],\"onNavBarItemClicked\":[64]}]]],[\"gb-avatar-profile-photo\",[[1,\"gb-avatar-profile-photo\",{\"placeholder\":[4],\"text\":[4],\"size\":[1],\"verified\":[4],\"icon\":[1]}]]],[\"gb-help-dropdown\",[[1,\"gb-help-dropdown\",{\"showLogError\":[4,\"show-log-error\"],\"downloadUserGuideClicked\":[64]}]]],[\"gb-toast\",[[1,\"gb-toast\",{\"color\":[1],\"size\":[1],\"breakpoint\":[1],\"xCloseButton\":[4,\"x-close-button\"],\"actions\":[4],\"showSupportingText\":[4,\"show-supporting-text\"]}]]],[\"gb-slider\",[[1,\"gb-slider\",{\"min\":[2],\"max\":[2],\"thumbType\":[1,\"thumb-type\"],\"leftValue\":[32],\"rightValue\":[32]}]]],[\"gb-notification-pane\",[[1,\"gb-notification-pane\",{\"state\":[1],\"notifications\":[32]},[[0,\"slotchange\",\"handleSlotChange\"]]]]],[\"gb-toggle\",[[1,\"gb-toggle\",{\"size\":[1],\"state\":[1],\"supportingText\":[4,\"supporting-text\"]}]]],[\"gb-token-field\",[[1,\"gb-token-field\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showSupportingText\":[4,\"show-supporting-text\"],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-verification-code-field\",[[1,\"gb-verification-code-field\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"gb-wysiwyg-tooltip\",[[1,\"gb-wysiwyg-tooltip\",{\"arrow\":[1],\"breakpoint\":[1]}]]],[\"gb-file-type-icon\",[[1,\"gb-file-type-icon\"]]],[\"gb-notification-content\",[[1,\"gb-notification-content\",{\"icon\":[1],\"label\":[1],\"time\":[1],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-progress-circle\",[[1,\"gb-progress-circle\",{\"size\":[1],\"shape\":[1],\"label\":[4],\"progress\":[2]}]]],[\"gb-scrollbar\",[[1,\"gb-scrollbar\",{\"length\":[1]}]]],[\"gb-textarea-input-field\",[[1,\"gb-textarea-input-field\",{\"type\":[1],\"destructive\":[4],\"state\":[1],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"gb-wysiwyg-toolbar\",[[1,\"gb-wysiwyg-toolbar\",{\"breakpoint\":[1],\"fontSelector\":[4,\"font-selector\"],\"bold\":[4],\"italic\":[4],\"h1\":[4,\"h-1\"],\"h2\":[4,\"h-2\"],\"quote\":[4],\"link\":[4],\"image\":[4],\"bulletList\":[4,\"bullet-list\"],\"numberList\":[4,\"number-list\"]}]]],[\"gb-checkbox-group-item\",[[1,\"gb-checkbox-group-item\",{\"size\":[1],\"type\":[1],\"state\":[1],\"breakpoint\":[1],\"showCost\":[4,\"show-cost\"],\"selected\":[1028]}]]],[\"gb-file-upload-item-base\",[[1,\"gb-file-upload-item-base\",{\"icon\":[1],\"state\":[1],\"heightSize\":[1,\"height-size\"],\"fileType\":[1,\"file-type\"],\"buttonState\":[1,\"button-state\"]}]]],[\"gb-avatar-label-group\",[[1,\"gb-avatar-label-group\",{\"size\":[1],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"placeholder\":[4],\"text\":[4]}]]],[\"gb-avatar-add-button\",[[1,\"gb-avatar-add-button\",{\"size\":[1],\"showToolTip\":[1028,\"show-tool-tip\"],\"state\":[1],\"el\":[16]}]]],[\"gb-slider-control-handle\",[[1,\"gb-slider-control-handle\",{\"value\":[2],\"type\":[1],\"isHovered\":[32],\"isFocused\":[32]}]]],[\"gb-header-icon\",[[1,\"gb-header-icon\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"icon\":[1]}]]],[\"gb-toast-button\",[[1,\"gb-toast-button\",{\"state\":[1],\"color\":[1]}]]],[\"gb-toggle-base\",[[1,\"gb-toggle-base\",{\"size\":[1],\"state\":[1],\"pressed\":[1028]}]]],[\"gb-dropdown-items-with-shortcut\",[[1,\"gb-dropdown-items-with-shortcut\",{\"icon\":[4],\"iconSrc\":[1,\"icon-src\"],\"checkbox\":[4],\"shortcut\":[4],\"shortcutIcon\":[1,\"shortcut-icon\"],\"label\":[1],\"state\":[1]}]]],[\"gb-megainput-field\",[[1,\"gb-megainput-field\",{\"size\":[1],\"state\":[1],\"inputValue\":[32]}]]],[\"gb-wysiwyg-editor-icon\",[[1,\"gb-wysiwyg-editor-icon\",{\"active\":[4],\"type\":[1],\"state\":[1]}]]],[\"gb-button-close_2\",[[1,\"gb-progress-bar\",{\"progress\":[2],\"showLabel\":[4,\"show-label\"],\"labelPosition\":[1,\"label-position\"],\"el\":[16]}],[1,\"gb-button-close\",{\"size\":[1],\"color\":[1]}]]]]"), options);
8
+ return bootstrapLazy(JSON.parse("[[\"gb-avatar_34\",[[1,\"gb-sidebar\",{\"state\":[1025],\"category\":[1],\"showSecondCategory\":[4,\"show-second-category\"],\"applicationName\":[1,\"application-name\"],\"firstItemIcon\":[1,\"first-item-icon\"],\"secondItemIcon\":[1,\"second-item-icon\"],\"thirdItemIcon\":[1,\"third-item-icon\"],\"fourthItemIcon\":[1,\"fourth-item-icon\"],\"fifthItemIcon\":[1,\"fifth-item-icon\"],\"sixthItemIcon\":[1,\"sixth-item-icon\"],\"seventhItemIcon\":[1,\"seventh-item-icon\"],\"eighthItemIcon\":[1,\"eighth-item-icon\"],\"ninthItemIcon\":[1,\"ninth-item-icon\"],\"tenthItemIcon\":[1,\"tenth-item-icon\"],\"iconInstance\":[1,\"icon-instance\"],\"label\":[1],\"firstItemLabel\":[1,\"first-item-label\"],\"secondItemLabel\":[1,\"second-item-label\"],\"thirdItemLabel\":[1,\"third-item-label\"],\"fourthItemLabel\":[1,\"fourth-item-label\"],\"fifthItemLabel\":[1,\"fifth-item-label\"],\"sixthItemLabel\":[1,\"sixth-item-label\"],\"seventhItemLabel\":[1,\"seventh-item-label\"],\"eighthItemLabel\":[1,\"eighth-item-label\"],\"ninthItemLabel\":[1,\"ninth-item-label\"],\"tenthItemLabel\":[1,\"tenth-item-label\"],\"activeIndex\":[32],\"leadingIconSvg\":[32],\"sideBarItemClicked\":[64]}],[1,\"gb-avatar-dropdown\",{\"type\":[1],\"text\":[4],\"showProfile\":[4,\"show-profile\"],\"showDarkTheme\":[4,\"show-dark-theme\"],\"showLogOut\":[4,\"show-log-out\"],\"listGroupOne\":[4,\"list-group-one\"],\"listGroupTwo\":[4,\"list-group-two\"],\"listGroupThree\":[4,\"list-group-three\"],\"color\":[1],\"viewProfileClicked\":[64],\"logoutClicked\":[64]}],[1,\"gb-horizontal-tabs\",{\"type\":[1],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"breakpoint\":[1],\"thirdTab\":[4,\"third-tab\"],\"fourthTab\":[4,\"fourth-tab\"],\"fifthTab\":[4,\"fifth-tab\"],\"sixthTab\":[4,\"sixth-tab\"],\"seventhTab\":[4,\"seventh-tab\"],\"eighthTab\":[4,\"eighth-tab\"],\"ninthTab\":[4,\"ninth-tab\"],\"tenthTab\":[4,\"tenth-tab\"],\"firstTabName\":[1,\"first-tab-name\"],\"secondTabName\":[1,\"second-tab-name\"],\"thirdTabName\":[1,\"third-tab-name\"],\"fourthTabName\":[1,\"fourth-tab-name\"],\"fifthTabName\":[1,\"fifth-tab-name\"],\"sixthTabName\":[1,\"sixth-tab-name\"],\"seventhTabName\":[1,\"seventh-tab-name\"],\"eighthTabName\":[1,\"eighth-tab-name\"],\"ninthTabName\":[1,\"ninth-tab-name\"],\"tenthTabName\":[1,\"tenth-tab-name\"],\"activeIndex\":[32]}],[1,\"gb-header\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"text\":[4],\"placeholder\":[4],\"color\":[1],\"onNavBarItemClicked\":[64]}],[1,\"gb-notification-pane\",{\"state\":[1],\"notifications\":[32]},[[0,\"slotchange\",\"handleSlotChange\"]]],[1,\"gb-pagination\",{\"type\":[1],\"shape\":[1],\"breakpoint\":[1],\"currentPage\":[2,\"current-page\"],\"totalPages\":[2,\"total-pages\"]}],[0,\"gb-carousel-arrow\",{\"size\":[1],\"chevron\":[1]}],[1,\"gb-input-field\",{\"size\":[1],\"type\":[1],\"destructive\":[4],\"state\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showHelpIcon\":[4,\"show-help-icon\"],\"showValidation\":[4,\"show-validation\"],\"iconSwap\":[1,\"icon-swap\"],\"showCloseButton\":[4,\"show-close-button\"],\"inputValue\":[32],\"tags\":[32],\"isPasswordVisible\":[32]}],[1,\"gb-pagination-button-group-base\",{\"icon\":[1],\"iconLeading\":[1,\"icon-leading\"],\"iconTrailing\":[1,\"icon-trailing\"]}],[0,\"gb-pagination-dot-indicator\",{\"current\":[4],\"type\":[1],\"size\":[1]}],[1,\"gb-pagination-number-base\",{\"shape\":[1]}],[1,\"gb-side-bar-item\",{\"state\":[1],\"type\":[1],\"label\":[1],\"icon\":[1],\"category\":[1],\"showArrow\":[4,\"show-arrow\"],\"showBadge\":[4,\"show-badge\"],\"showTooltip\":[1028,\"show-tooltip\"],\"leadingIconSvg\":[32],\"textState\":[32]}],[1,\"gb-tab-button-base\",{\"current\":[4],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"badge\":[4],\"type\":[1],\"tabName\":[1,\"tab-name\"]}],[1,\"gb-avatar-label-group\",{\"size\":[1],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"placeholder\":[4],\"text\":[4],\"color\":[1]}],[1,\"gb-collapse-button\",{\"color\":[1],\"isCollapsed\":[1028,\"is-collapsed\"],\"action\":[1025],\"isHovered\":[1028,\"is-hovered\"],\"collapseSidebar\":[64],\"expandSidebar\":[64]}],[4,\"gb-btn\",{\"size\":[1],\"hierarchy\":[1],\"icon\":[1],\"destructive\":[4],\"state\":[1],\"iconLeading\":[4,\"icon-leading\"],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailing\":[4,\"icon-trailing\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"leadingIconSvg\":[32],\"trailingIconSvg\":[32]}],[1,\"gb-header-icon\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"icon\":[1]}],[1,\"gb-input-dropdown\",{\"type\":[1],\"state\":[1025],\"size\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"placeholder\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"showHelpIcon\":[4,\"show-help-icon\"],\"showLeadingIcon\":[4,\"show-leading-icon\"],\"iconSwap\":[1,\"icon-swap\"],\"text\":[4],\"leadingIcon\":[1,\"leading-icon\"],\"items\":[16],\"supportingText\":[4,\"supporting-text\"],\"leadingIconSvg\":[32],\"dropdownOpen\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"selectedItem\":[32],\"isSelected\":[32]}],[1,\"gb-dropdown-items-with-shortcut\",{\"icon\":[4],\"iconSrc\":[1,\"icon-src\"],\"checkbox\":[4],\"shortcut\":[4],\"shortcutIcon\":[1,\"shortcut-icon\"],\"label\":[1],\"state\":[1]}],[1,\"gb-tag\",{\"size\":[1],\"icon\":[1],\"action\":[1],\"flagSwap\":[1,\"flag-swap\"],\"checkbox\":[4],\"onTagClose\":[64]}],[1,\"gb-input-dropdown-menu-item\",{\"type\":[1],\"supportingText\":[4,\"supporting-text\"],\"selected\":[1028],\"state\":[1]}],[1,\"gb-help-tooltip\",{\"showArrow\":[4,\"show-arrow\"],\"showSupportingText\":[4,\"show-supporting-text\"],\"showHelpTooltip\":[32]}],[1,\"gb-badge\",{\"size\":[1],\"icon\":[1],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"flagSwap\":[1,\"flag-swap\"],\"color\":[1],\"type\":[1],\"closeButton\":[4,\"close-button\"],\"leadingIconContent\":[32],\"trailingIconContent\":[32]}],[1,\"gb-tag-checkbox\",{\"checked\":[4],\"size\":[1],\"disabled\":[4]}],[1,\"gb-tag-close\",{\"size\":[1]}],[1,\"gb-tag-count\",{\"size\":[1]}],[1,\"gb-badge-close\",{\"color\":[1],\"type\":[1]}],[1,\"gb-button\",{\"size\":[1],\"hierarchy\":[1],\"icon\":[1],\"destructive\":[4],\"state\":[1],\"iconLeading\":[4,\"icon-leading\"],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailing\":[4,\"icon-trailing\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"leadingIconSvg\":[32],\"trailingIconSvg\":[32]}],[1,\"gb-checkbox\",{\"checked\":[4],\"indeterminate\":[4],\"size\":[1],\"type\":[1],\"state\":[1],\"text\":[4],\"supportingText\":[4,\"supporting-text\"]}],[1,\"gb-checkbox-base\",{\"state\":[1025],\"size\":[1],\"type\":[1],\"checked\":[1028],\"indeterminate\":[1028]}],[1,\"gb-tooltip\",{\"showArrow\":[4,\"show-arrow\"],\"arrow\":[1],\"showSupportingText\":[4,\"show-supporting-text\"]}],[1,\"gb-avatar\",{\"size\":[1],\"placeholder\":[4],\"text\":[4],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"icon\":[1],\"color\":[1],\"weight\":[1]}],[1,\"gb-avatar-contrast-inner-border\",{\"weight\":[1],\"size\":[1]}],[1,\"gb-status-indicator\",{\"statusIcon\":[1,\"status-icon\"],\"size\":[1],\"state\":[1],\"indicatorStateClass\":[1,\"indicator-state-class\"]}]]],[\"gb-rich-text\",[[1,\"gb-rich-text\",{\"state\":[1],\"destructive\":[4],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"gb-checkbox-group\",[[1,\"gb-checkbox-group\",{\"size\":[1],\"breakpoint\":[1],\"icon\":[1],\"selected\":[4],\"type\":[1]}]]],[\"gb-avatar-group\",[[1,\"gb-avatar-group\",{\"size\":[1],\"moreUsers\":[4,\"more-users\"],\"addMoreButton\":[4,\"add-more-button\"],\"text\":[4],\"state\":[1],\"images\":[16]}]]],[\"gb-file-upload\",[[1,\"gb-file-upload\",{\"icon\":[1],\"type\":[1],\"heightSize\":[1,\"height-size\"],\"state\":[1],\"destructive\":[4],\"showLabel\":[4,\"show-label\"],\"buttonState\":[1,\"button-state\"]}]]],[\"gb-avatar-profile-photo\",[[1,\"gb-avatar-profile-photo\",{\"placeholder\":[4],\"text\":[4],\"size\":[1],\"verified\":[4],\"icon\":[1]}]]],[\"gb-help-dropdown\",[[1,\"gb-help-dropdown\",{\"showLogError\":[4,\"show-log-error\"],\"downloadUserGuideClicked\":[64]}]]],[\"gb-toast\",[[1,\"gb-toast\",{\"color\":[1],\"size\":[1],\"breakpoint\":[1],\"xCloseButton\":[4,\"x-close-button\"],\"actions\":[4],\"showSupportingText\":[4,\"show-supporting-text\"]}]]],[\"gb-password-button\",[[1,\"gb-password-button\",{\"state\":[1],\"isPasswordVisible\":[32]}]]],[\"gb-slider\",[[1,\"gb-slider\",{\"min\":[2],\"max\":[2],\"thumbType\":[1,\"thumb-type\"],\"leftValue\":[32],\"rightValue\":[32]}]]],[\"gb-toggle\",[[1,\"gb-toggle\",{\"size\":[1],\"state\":[1],\"supportingText\":[4,\"supporting-text\"]}]]],[\"gb-token-field\",[[1,\"gb-token-field\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showSupportingText\":[4,\"show-supporting-text\"],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-verification-code-field\",[[1,\"gb-verification-code-field\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"gb-wysiwyg-tooltip\",[[1,\"gb-wysiwyg-tooltip\",{\"arrow\":[1],\"breakpoint\":[1]}]]],[\"gb-file-type-icon\",[[1,\"gb-file-type-icon\"]]],[\"gb-notification-content\",[[1,\"gb-notification-content\",{\"icon\":[1],\"label\":[1],\"time\":[1],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-progress-circle\",[[1,\"gb-progress-circle\",{\"size\":[1],\"shape\":[1],\"label\":[4],\"progress\":[2]}]]],[\"gb-scrollbar\",[[1,\"gb-scrollbar\",{\"length\":[1]}]]],[\"gb-textarea-input-field\",[[1,\"gb-textarea-input-field\",{\"type\":[1],\"destructive\":[4],\"state\":[1],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"gb-wysiwyg-toolbar\",[[1,\"gb-wysiwyg-toolbar\",{\"breakpoint\":[1],\"fontSelector\":[4,\"font-selector\"],\"bold\":[4],\"italic\":[4],\"h1\":[4,\"h-1\"],\"h2\":[4,\"h-2\"],\"quote\":[4],\"link\":[4],\"image\":[4],\"bulletList\":[4,\"bullet-list\"],\"numberList\":[4,\"number-list\"]}]]],[\"gb-checkbox-group-item\",[[1,\"gb-checkbox-group-item\",{\"size\":[1],\"type\":[1],\"state\":[1],\"breakpoint\":[1],\"showCost\":[4,\"show-cost\"],\"selected\":[1028]}]]],[\"gb-file-upload-item-base\",[[1,\"gb-file-upload-item-base\",{\"icon\":[1],\"state\":[1],\"heightSize\":[1,\"height-size\"],\"fileType\":[1,\"file-type\"],\"buttonState\":[1,\"button-state\"]}]]],[\"gb-avatar-add-button\",[[1,\"gb-avatar-add-button\",{\"size\":[1],\"showToolTip\":[1028,\"show-tool-tip\"],\"state\":[1],\"el\":[16]}]]],[\"gb-slider-control-handle\",[[1,\"gb-slider-control-handle\",{\"value\":[2],\"type\":[1],\"isHovered\":[32],\"isFocused\":[32]}]]],[\"gb-toast-button\",[[1,\"gb-toast-button\",{\"state\":[1],\"color\":[1]}]]],[\"gb-toggle-base\",[[1,\"gb-toggle-base\",{\"size\":[1],\"state\":[1],\"pressed\":[1028]}]]],[\"gb-megainput-field\",[[1,\"gb-megainput-field\",{\"size\":[1],\"state\":[1],\"inputValue\":[32]}]]],[\"gb-wysiwyg-editor-icon\",[[1,\"gb-wysiwyg-editor-icon\",{\"active\":[4],\"type\":[1],\"state\":[1]}]]],[\"gb-button-close_2\",[[1,\"gb-progress-bar\",{\"progress\":[2],\"showLabel\":[4,\"show-label\"],\"labelPosition\":[1,\"label-position\"],\"el\":[16]}],[1,\"gb-button-close\",{\"size\":[1],\"color\":[1]}]]]]"), options);
9
9
  };
10
10
 
11
11
  export { defineCustomElements };
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="user-group">
3
+ <g id="Accent" opacity="0.4">
4
+ <path d="M20.5 8.5C20.5 9.88071 19.3807 11 18 11C16.6193 11 15.5 9.88071 15.5 8.5C15.5 7.11929 16.6193 6 18 6C19.3807 6 20.5 7.11929 20.5 8.5Z" fill="white"/>
5
+ <path d="M8.5 8.5C8.5 9.88071 7.38071 11 6 11C4.61929 11 3.5 9.88071 3.5 8.5C3.5 7.11929 4.61929 6 6 6C7.38071 6 8.5 7.11929 8.5 8.5Z" fill="white"/>
6
+ <path d="M8.0838 15.1112C7.06203 15.743 4.38299 17.0331 6.0147 18.6474C6.81178 19.436 7.69952 20 8.81563 20H15.1844C16.3005 20 17.1882 19.436 17.9853 18.6474C19.617 17.0331 16.938 15.743 15.9162 15.1112C13.5201 13.6296 10.4799 13.6296 8.0838 15.1112Z" fill="white"/>
7
+ </g>
8
+ <path id="Icon" d="M20.774 18C21.5233 18 22.1193 17.5285 22.6544 16.8691C23.7499 15.5194 21.9513 14.4408 21.2653 13.9126C20.568 13.3756 19.7894 13.0714 19 13M18 11C19.3807 11 20.5 9.88071 20.5 8.5C20.5 7.11929 19.3807 6 18 6M3.22596 18C2.47666 18 1.88067 17.5285 1.34555 16.8691C0.250089 15.5194 2.04867 14.4408 2.73465 13.9126C3.43197 13.3756 4.21058 13.0714 5 13M5.5 11C4.11929 11 3 9.88071 3 8.5C3 7.11929 4.11929 6 5.5 6M8.08377 15.1112C10.4798 13.6296 13.5201 13.6296 15.9162 15.1112C16.9379 15.743 19.617 17.0331 17.9853 18.6474C17.1882 19.436 16.3004 20 15.1843 20H8.81559C7.69949 20 6.81174 19.436 6.01467 18.6474C4.38295 17.0331 7.06199 15.743 8.08377 15.1112ZM15.5 7.5C15.5 9.433 13.933 11 12 11C10.067 11 8.49997 9.433 8.49997 7.5C8.49997 5.567 10.067 4 12 4C13.933 4 15.5 5.567 15.5 7.5Z" stroke="white" stroke-width="1.5" stroke-linecap="round"/>
9
+ </g>
10
+ </svg>
@@ -309,6 +309,7 @@ button.link_color.disabled{
309
309
 
310
310
  .center{
311
311
  flex-grow: 1;
312
+ text-align: center;
312
313
  }
313
314
 
314
315
  button.lefticon,
@@ -36,9 +36,9 @@ export class GbButton {
36
36
  buttonSlot.classList.add('nowrap');
37
37
  }
38
38
 
39
- if (!this.iconLeading && !this.iconTrailing) {
40
- buttonSlot.classList.add('center');
41
- }
39
+ // if (!this.iconLeading && !this.iconTrailing) {
40
+ // buttonSlot.classList.add('center');
41
+ // }
42
42
  }
43
43
 
44
44
  async loadIcon(iconName: string, type: 'leading' | 'trailing') {
@@ -1,2 +1,2 @@
1
- import{p as e,b as t}from"./p-e8f2fe42.js";export{s as setNonce}from"./p-e8f2fe42.js";import{g as o}from"./p-e1255160.js";var i=()=>{const t=import.meta.url;const o={};if(t!==""){o.resourcesUrl=new URL(".",t).href}return e(o)};i().then((async e=>{await o();return t(JSON.parse('[["p-ded71532",[[1,"gb-sidebar",{"state":[1025],"category":[1],"showSecondCategory":[4,"show-second-category"],"applicationName":[1,"application-name"],"firstItemIcon":[1,"first-item-icon"],"secondItemIcon":[1,"second-item-icon"],"thirdItemIcon":[1,"third-item-icon"],"fourthItemIcon":[1,"fourth-item-icon"],"fifthItemIcon":[1,"fifth-item-icon"],"sixthItemIcon":[1,"sixth-item-icon"],"seventhItemIcon":[1,"seventh-item-icon"],"eighthItemIcon":[1,"eighth-item-icon"],"ninthItemIcon":[1,"ninth-item-icon"],"tenthItemIcon":[1,"tenth-item-icon"],"iconInstance":[1,"icon-instance"],"label":[1],"firstItemLabel":[1,"first-item-label"],"secondItemLabel":[1,"second-item-label"],"thirdItemLabel":[1,"third-item-label"],"fourthItemLabel":[1,"fourth-item-label"],"fifthItemLabel":[1,"fifth-item-label"],"sixthItemLabel":[1,"sixth-item-label"],"seventhItemLabel":[1,"seventh-item-label"],"eighthItemLabel":[1,"eighth-item-label"],"ninthItemLabel":[1,"ninth-item-label"],"tenthItemLabel":[1,"tenth-item-label"],"activeIndex":[32],"leadingIconSvg":[32],"sideBarItemClicked":[64]}],[1,"gb-horizontal-tabs",{"type":[1],"size":[1],"fullWidth":[4,"full-width"],"breakpoint":[1],"thirdTab":[4,"third-tab"],"fourthTab":[4,"fourth-tab"],"fifthTab":[4,"fifth-tab"],"sixthTab":[4,"sixth-tab"],"seventhTab":[4,"seventh-tab"],"eighthTab":[4,"eighth-tab"],"ninthTab":[4,"ninth-tab"],"tenthTab":[4,"tenth-tab"],"firstTabName":[1,"first-tab-name"],"secondTabName":[1,"second-tab-name"],"thirdTabName":[1,"third-tab-name"],"fourthTabName":[1,"fourth-tab-name"],"fifthTabName":[1,"fifth-tab-name"],"sixthTabName":[1,"sixth-tab-name"],"seventhTabName":[1,"seventh-tab-name"],"eighthTabName":[1,"eighth-tab-name"],"ninthTabName":[1,"ninth-tab-name"],"tenthTabName":[1,"tenth-tab-name"],"activeIndex":[32]}],[1,"gb-input-field",{"size":[1],"type":[1],"destructive":[4],"state":[1],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"],"showPlaceholder":[4,"show-placeholder"],"placeholderText":[1,"placeholder-text"],"showHelpIcon":[4,"show-help-icon"],"showValidation":[4,"show-validation"],"iconSwap":[1,"icon-swap"],"showCloseButton":[4,"show-close-button"],"inputValue":[32],"tags":[32],"isPasswordVisible":[32]}],[1,"gb-pagination",{"type":[1],"shape":[1],"breakpoint":[1],"currentPage":[2,"current-page"],"totalPages":[2,"total-pages"]}],[0,"gb-carousel-arrow",{"size":[1],"chevron":[1]}],[1,"gb-pagination-button-group-base",{"icon":[1],"iconLeading":[1,"icon-leading"],"iconTrailing":[1,"icon-trailing"]}],[0,"gb-pagination-dot-indicator",{"current":[4],"type":[1],"size":[1]}],[1,"gb-pagination-number-base",{"shape":[1]}],[1,"gb-side-bar-item",{"state":[1],"type":[1],"label":[1],"icon":[1],"category":[1],"showArrow":[4,"show-arrow"],"showBadge":[4,"show-badge"],"showTooltip":[1028,"show-tooltip"],"leadingIconSvg":[32],"textState":[32]}],[1,"gb-tab-button-base",{"current":[4],"size":[1],"fullWidth":[4,"full-width"],"badge":[4],"type":[1],"tabName":[1,"tab-name"]}],[1,"gb-password-button",{"state":[1],"isPasswordVisible":[32]}],[1,"gb-collapse-button",{"color":[1],"isCollapsed":[1028,"is-collapsed"],"action":[1025],"isHovered":[1028,"is-hovered"],"collapseSidebar":[64],"expandSidebar":[64]}],[1,"gb-input-dropdown",{"type":[1],"state":[1025],"size":[1],"showLabel":[4,"show-label"],"label":[1],"showPlaceholder":[4,"show-placeholder"],"placeholderText":[1,"placeholder-text"],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"],"showHelpIcon":[4,"show-help-icon"],"showLeadingIcon":[4,"show-leading-icon"],"iconSwap":[1,"icon-swap"],"text":[4],"leadingIcon":[1,"leading-icon"],"items":[16],"supportingText":[4,"supporting-text"],"leadingIconSvg":[32],"dropdownOpen":[32],"selectedItems":[32],"selectedItem":[32],"isSelected":[32]}],[4,"gb-btn",{"size":[1],"hierarchy":[1],"icon":[1],"destructive":[4],"state":[1],"iconLeading":[4,"icon-leading"],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailing":[4,"icon-trailing"],"iconTrailingSwap":[1,"icon-trailing-swap"],"leadingIconSvg":[32],"trailingIconSvg":[32]}],[1,"gb-tag",{"size":[1],"icon":[1],"action":[1],"flagSwap":[1,"flag-swap"],"checkbox":[4],"onTagClose":[64]}],[1,"gb-input-dropdown-menu-item",{"type":[1],"supportingText":[4,"supporting-text"],"selected":[1028],"state":[1]}],[1,"gb-badge",{"size":[1],"icon":[1],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailingSwap":[1,"icon-trailing-swap"],"flagSwap":[1,"flag-swap"],"color":[1],"type":[1],"closeButton":[4,"close-button"],"leadingIconContent":[32],"trailingIconContent":[32]}],[1,"gb-tag-checkbox",{"checked":[4],"size":[1],"disabled":[4]}],[1,"gb-tag-close",{"size":[1]}],[1,"gb-tag-count",{"size":[1]}],[1,"gb-badge-close",{"color":[1],"type":[1]}],[1,"gb-checkbox",{"checked":[4],"indeterminate":[4],"size":[1],"type":[1],"state":[1],"supportingText":[4,"supporting-text"]}],[1,"gb-button",{"size":[1],"hierarchy":[1],"icon":[1],"destructive":[4],"state":[1],"iconLeading":[4,"icon-leading"],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailing":[4,"icon-trailing"],"iconTrailingSwap":[1,"icon-trailing-swap"],"leadingIconSvg":[32],"trailingIconSvg":[32]}],[1,"gb-checkbox-base",{"state":[1025],"size":[1],"type":[1],"checked":[1028],"indeterminate":[1028]}],[1,"gb-tooltip",{"showArrow":[4,"show-arrow"],"arrow":[1],"showSupportingText":[4,"show-supporting-text"]}],[1,"gb-avatar",{"size":[1],"placeholder":[4],"text":[4],"statusIcon":[1,"status-icon"],"state":[1],"icon":[1],"color":[1],"weight":[1]}],[1,"gb-avatar-contrast-inner-border",{"weight":[1],"size":[1]}],[1,"gb-status-indicator",{"statusIcon":[1,"status-icon"],"size":[1],"state":[1],"indicatorStateClass":[1,"indicator-state-class"]}]]],["p-e718da9d",[[1,"gb-rich-text",{"state":[1],"destructive":[4],"showLabel":[4,"show-label"],"label":[1],"showPlaceholder":[4,"show-placeholder"],"placeholder":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"]}]]],["p-34a50ac8",[[1,"gb-avatar-dropdown",{"type":[1],"text":[4],"showProfile":[4,"show-profile"],"showDarkTheme":[4,"show-dark-theme"],"showLogOut":[4,"show-log-out"],"listGroupOne":[4,"list-group-one"],"listGroupTwo":[4,"list-group-two"],"listGroupThree":[4,"list-group-three"],"viewProfileClicked":[64],"logoutClicked":[64]}]]],["p-2f175d13",[[1,"gb-checkbox-group",{"size":[1],"breakpoint":[1],"icon":[1],"selected":[4],"type":[1]}]]],["p-db6d90c3",[[1,"gb-avatar-group",{"size":[1],"moreUsers":[4,"more-users"],"addMoreButton":[4,"add-more-button"],"text":[4],"state":[1],"images":[16]}]]],["p-32d3c7d7",[[1,"gb-file-upload",{"icon":[1],"type":[1],"heightSize":[1,"height-size"],"state":[1],"destructive":[4],"showLabel":[4,"show-label"],"buttonState":[1,"button-state"]}]]],["p-e8b51d32",[[1,"gb-header",{"state":[1],"showIndicator":[4,"show-indicator"],"text":[4],"placeholder":[4],"onNavBarItemClicked":[64]}]]],["p-7a7cdc5c",[[1,"gb-avatar-profile-photo",{"placeholder":[4],"text":[4],"size":[1],"verified":[4],"icon":[1]}]]],["p-e631fbd1",[[1,"gb-help-dropdown",{"showLogError":[4,"show-log-error"],"downloadUserGuideClicked":[64]}]]],["p-8ddf3c50",[[1,"gb-toast",{"color":[1],"size":[1],"breakpoint":[1],"xCloseButton":[4,"x-close-button"],"actions":[4],"showSupportingText":[4,"show-supporting-text"]}]]],["p-840531e9",[[1,"gb-slider",{"min":[2],"max":[2],"thumbType":[1,"thumb-type"],"leftValue":[32],"rightValue":[32]}]]],["p-c7e4235c",[[1,"gb-notification-pane",{"state":[1],"notifications":[32]},[[0,"slotchange","handleSlotChange"]]]]],["p-f16ffdee",[[1,"gb-toggle",{"size":[1],"state":[1],"supportingText":[4,"supporting-text"]}]]],["p-fc55539e",[[1,"gb-token-field",{"size":[1],"digits":[2],"showLabel":[4,"show-label"],"label":[1],"showSupportingText":[4,"show-supporting-text"],"supportingText":[1,"supporting-text"]}]]],["p-0179fa9e",[[1,"gb-verification-code-field",{"size":[1],"digits":[2],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"]}]]],["p-173cf34c",[[1,"gb-wysiwyg-tooltip",{"arrow":[1],"breakpoint":[1]}]]],["p-5c53945b",[[1,"gb-file-type-icon"]]],["p-a2a9d289",[[1,"gb-notification-content",{"icon":[1],"label":[1],"time":[1],"supportingText":[1,"supporting-text"]}]]],["p-76c62d1e",[[1,"gb-progress-circle",{"size":[1],"shape":[1],"label":[4],"progress":[2]}]]],["p-e25f6faa",[[1,"gb-scrollbar",{"length":[1]}]]],["p-f9619e08",[[1,"gb-textarea-input-field",{"type":[1],"destructive":[4],"state":[1],"showPlaceholder":[4,"show-placeholder"],"placeholder":[1],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"]}]]],["p-42fb642f",[[1,"gb-wysiwyg-toolbar",{"breakpoint":[1],"fontSelector":[4,"font-selector"],"bold":[4],"italic":[4],"h1":[4,"h-1"],"h2":[4,"h-2"],"quote":[4],"link":[4],"image":[4],"bulletList":[4,"bullet-list"],"numberList":[4,"number-list"]}]]],["p-37bbc2bf",[[1,"gb-checkbox-group-item",{"size":[1],"type":[1],"state":[1],"breakpoint":[1],"showCost":[4,"show-cost"],"selected":[1028]}]]],["p-2b72d966",[[1,"gb-file-upload-item-base",{"icon":[1],"state":[1],"heightSize":[1,"height-size"],"fileType":[1,"file-type"],"buttonState":[1,"button-state"]}]]],["p-c69ca52b",[[1,"gb-avatar-label-group",{"size":[1],"statusIcon":[1,"status-icon"],"state":[1],"placeholder":[4],"text":[4]}]]],["p-049fa055",[[1,"gb-avatar-add-button",{"size":[1],"showToolTip":[1028,"show-tool-tip"],"state":[1],"el":[16]}]]],["p-363fe580",[[1,"gb-slider-control-handle",{"value":[2],"type":[1],"isHovered":[32],"isFocused":[32]}]]],["p-a495b1f4",[[1,"gb-header-icon",{"state":[1],"showIndicator":[4,"show-indicator"],"icon":[1]}]]],["p-767e5360",[[1,"gb-toast-button",{"state":[1],"color":[1]}]]],["p-d3b5c5b4",[[1,"gb-toggle-base",{"size":[1],"state":[1],"pressed":[1028]}]]],["p-598cae99",[[1,"gb-dropdown-items-with-shortcut",{"icon":[4],"iconSrc":[1,"icon-src"],"checkbox":[4],"shortcut":[4],"shortcutIcon":[1,"shortcut-icon"],"label":[1],"state":[1]}]]],["p-78b3b361",[[1,"gb-megainput-field",{"size":[1],"state":[1],"inputValue":[32]}]]],["p-727bfde6",[[1,"gb-wysiwyg-editor-icon",{"active":[4],"type":[1],"state":[1]}]]],["p-2322ea7a",[[1,"gb-progress-bar",{"progress":[2],"showLabel":[4,"show-label"],"labelPosition":[1,"label-position"],"el":[16]}],[1,"gb-button-close",{"size":[1],"color":[1]}]]]]'),e)}));
1
+ import{p as e,b as t}from"./p-593875d5.js";export{s as setNonce}from"./p-593875d5.js";import{g as o}from"./p-e1255160.js";var i=()=>{const t=import.meta.url;const o={};if(t!==""){o.resourcesUrl=new URL(".",t).href}return e(o)};i().then((async e=>{await o();return t(JSON.parse('[["p-2f557384",[[1,"gb-sidebar",{"state":[1025],"category":[1],"showSecondCategory":[4,"show-second-category"],"applicationName":[1,"application-name"],"firstItemIcon":[1,"first-item-icon"],"secondItemIcon":[1,"second-item-icon"],"thirdItemIcon":[1,"third-item-icon"],"fourthItemIcon":[1,"fourth-item-icon"],"fifthItemIcon":[1,"fifth-item-icon"],"sixthItemIcon":[1,"sixth-item-icon"],"seventhItemIcon":[1,"seventh-item-icon"],"eighthItemIcon":[1,"eighth-item-icon"],"ninthItemIcon":[1,"ninth-item-icon"],"tenthItemIcon":[1,"tenth-item-icon"],"iconInstance":[1,"icon-instance"],"label":[1],"firstItemLabel":[1,"first-item-label"],"secondItemLabel":[1,"second-item-label"],"thirdItemLabel":[1,"third-item-label"],"fourthItemLabel":[1,"fourth-item-label"],"fifthItemLabel":[1,"fifth-item-label"],"sixthItemLabel":[1,"sixth-item-label"],"seventhItemLabel":[1,"seventh-item-label"],"eighthItemLabel":[1,"eighth-item-label"],"ninthItemLabel":[1,"ninth-item-label"],"tenthItemLabel":[1,"tenth-item-label"],"activeIndex":[32],"leadingIconSvg":[32],"sideBarItemClicked":[64]}],[1,"gb-avatar-dropdown",{"type":[1],"text":[4],"showProfile":[4,"show-profile"],"showDarkTheme":[4,"show-dark-theme"],"showLogOut":[4,"show-log-out"],"listGroupOne":[4,"list-group-one"],"listGroupTwo":[4,"list-group-two"],"listGroupThree":[4,"list-group-three"],"color":[1],"viewProfileClicked":[64],"logoutClicked":[64]}],[1,"gb-horizontal-tabs",{"type":[1],"size":[1],"fullWidth":[4,"full-width"],"breakpoint":[1],"thirdTab":[4,"third-tab"],"fourthTab":[4,"fourth-tab"],"fifthTab":[4,"fifth-tab"],"sixthTab":[4,"sixth-tab"],"seventhTab":[4,"seventh-tab"],"eighthTab":[4,"eighth-tab"],"ninthTab":[4,"ninth-tab"],"tenthTab":[4,"tenth-tab"],"firstTabName":[1,"first-tab-name"],"secondTabName":[1,"second-tab-name"],"thirdTabName":[1,"third-tab-name"],"fourthTabName":[1,"fourth-tab-name"],"fifthTabName":[1,"fifth-tab-name"],"sixthTabName":[1,"sixth-tab-name"],"seventhTabName":[1,"seventh-tab-name"],"eighthTabName":[1,"eighth-tab-name"],"ninthTabName":[1,"ninth-tab-name"],"tenthTabName":[1,"tenth-tab-name"],"activeIndex":[32]}],[1,"gb-header",{"state":[1],"showIndicator":[4,"show-indicator"],"text":[4],"placeholder":[4],"color":[1],"onNavBarItemClicked":[64]}],[1,"gb-notification-pane",{"state":[1],"notifications":[32]},[[0,"slotchange","handleSlotChange"]]],[1,"gb-pagination",{"type":[1],"shape":[1],"breakpoint":[1],"currentPage":[2,"current-page"],"totalPages":[2,"total-pages"]}],[0,"gb-carousel-arrow",{"size":[1],"chevron":[1]}],[1,"gb-input-field",{"size":[1],"type":[1],"destructive":[4],"state":[1],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"],"showPlaceholder":[4,"show-placeholder"],"placeholder":[1],"showHelpIcon":[4,"show-help-icon"],"showValidation":[4,"show-validation"],"iconSwap":[1,"icon-swap"],"showCloseButton":[4,"show-close-button"],"inputValue":[32],"tags":[32],"isPasswordVisible":[32]}],[1,"gb-pagination-button-group-base",{"icon":[1],"iconLeading":[1,"icon-leading"],"iconTrailing":[1,"icon-trailing"]}],[0,"gb-pagination-dot-indicator",{"current":[4],"type":[1],"size":[1]}],[1,"gb-pagination-number-base",{"shape":[1]}],[1,"gb-side-bar-item",{"state":[1],"type":[1],"label":[1],"icon":[1],"category":[1],"showArrow":[4,"show-arrow"],"showBadge":[4,"show-badge"],"showTooltip":[1028,"show-tooltip"],"leadingIconSvg":[32],"textState":[32]}],[1,"gb-tab-button-base",{"current":[4],"size":[1],"fullWidth":[4,"full-width"],"badge":[4],"type":[1],"tabName":[1,"tab-name"]}],[1,"gb-avatar-label-group",{"size":[1],"statusIcon":[1,"status-icon"],"state":[1],"placeholder":[4],"text":[4],"color":[1]}],[1,"gb-collapse-button",{"color":[1],"isCollapsed":[1028,"is-collapsed"],"action":[1025],"isHovered":[1028,"is-hovered"],"collapseSidebar":[64],"expandSidebar":[64]}],[4,"gb-btn",{"size":[1],"hierarchy":[1],"icon":[1],"destructive":[4],"state":[1],"iconLeading":[4,"icon-leading"],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailing":[4,"icon-trailing"],"iconTrailingSwap":[1,"icon-trailing-swap"],"leadingIconSvg":[32],"trailingIconSvg":[32]}],[1,"gb-header-icon",{"state":[1],"showIndicator":[4,"show-indicator"],"icon":[1]}],[1,"gb-input-dropdown",{"type":[1],"state":[1025],"size":[1],"showLabel":[4,"show-label"],"label":[1],"placeholder":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"],"showHelpIcon":[4,"show-help-icon"],"showLeadingIcon":[4,"show-leading-icon"],"iconSwap":[1,"icon-swap"],"text":[4],"leadingIcon":[1,"leading-icon"],"items":[16],"supportingText":[4,"supporting-text"],"leadingIconSvg":[32],"dropdownOpen":[32],"selectedItems":[32],"unselectedItems":[32],"selectedItem":[32],"isSelected":[32]}],[1,"gb-dropdown-items-with-shortcut",{"icon":[4],"iconSrc":[1,"icon-src"],"checkbox":[4],"shortcut":[4],"shortcutIcon":[1,"shortcut-icon"],"label":[1],"state":[1]}],[1,"gb-tag",{"size":[1],"icon":[1],"action":[1],"flagSwap":[1,"flag-swap"],"checkbox":[4],"onTagClose":[64]}],[1,"gb-input-dropdown-menu-item",{"type":[1],"supportingText":[4,"supporting-text"],"selected":[1028],"state":[1]}],[1,"gb-help-tooltip",{"showArrow":[4,"show-arrow"],"showSupportingText":[4,"show-supporting-text"],"showHelpTooltip":[32]}],[1,"gb-badge",{"size":[1],"icon":[1],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailingSwap":[1,"icon-trailing-swap"],"flagSwap":[1,"flag-swap"],"color":[1],"type":[1],"closeButton":[4,"close-button"],"leadingIconContent":[32],"trailingIconContent":[32]}],[1,"gb-tag-checkbox",{"checked":[4],"size":[1],"disabled":[4]}],[1,"gb-tag-close",{"size":[1]}],[1,"gb-tag-count",{"size":[1]}],[1,"gb-badge-close",{"color":[1],"type":[1]}],[1,"gb-button",{"size":[1],"hierarchy":[1],"icon":[1],"destructive":[4],"state":[1],"iconLeading":[4,"icon-leading"],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailing":[4,"icon-trailing"],"iconTrailingSwap":[1,"icon-trailing-swap"],"leadingIconSvg":[32],"trailingIconSvg":[32]}],[1,"gb-checkbox",{"checked":[4],"indeterminate":[4],"size":[1],"type":[1],"state":[1],"text":[4],"supportingText":[4,"supporting-text"]}],[1,"gb-checkbox-base",{"state":[1025],"size":[1],"type":[1],"checked":[1028],"indeterminate":[1028]}],[1,"gb-tooltip",{"showArrow":[4,"show-arrow"],"arrow":[1],"showSupportingText":[4,"show-supporting-text"]}],[1,"gb-avatar",{"size":[1],"placeholder":[4],"text":[4],"statusIcon":[1,"status-icon"],"state":[1],"icon":[1],"color":[1],"weight":[1]}],[1,"gb-avatar-contrast-inner-border",{"weight":[1],"size":[1]}],[1,"gb-status-indicator",{"statusIcon":[1,"status-icon"],"size":[1],"state":[1],"indicatorStateClass":[1,"indicator-state-class"]}]]],["p-3e8c8ead",[[1,"gb-rich-text",{"state":[1],"destructive":[4],"showLabel":[4,"show-label"],"label":[1],"showPlaceholder":[4,"show-placeholder"],"placeholder":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"]}]]],["p-3d8baf6c",[[1,"gb-checkbox-group",{"size":[1],"breakpoint":[1],"icon":[1],"selected":[4],"type":[1]}]]],["p-790abb4e",[[1,"gb-avatar-group",{"size":[1],"moreUsers":[4,"more-users"],"addMoreButton":[4,"add-more-button"],"text":[4],"state":[1],"images":[16]}]]],["p-1c4be13a",[[1,"gb-file-upload",{"icon":[1],"type":[1],"heightSize":[1,"height-size"],"state":[1],"destructive":[4],"showLabel":[4,"show-label"],"buttonState":[1,"button-state"]}]]],["p-d7187578",[[1,"gb-avatar-profile-photo",{"placeholder":[4],"text":[4],"size":[1],"verified":[4],"icon":[1]}]]],["p-e77016c3",[[1,"gb-help-dropdown",{"showLogError":[4,"show-log-error"],"downloadUserGuideClicked":[64]}]]],["p-d6fb070d",[[1,"gb-toast",{"color":[1],"size":[1],"breakpoint":[1],"xCloseButton":[4,"x-close-button"],"actions":[4],"showSupportingText":[4,"show-supporting-text"]}]]],["p-92c7f3ab",[[1,"gb-password-button",{"state":[1],"isPasswordVisible":[32]}]]],["p-40f11c62",[[1,"gb-slider",{"min":[2],"max":[2],"thumbType":[1,"thumb-type"],"leftValue":[32],"rightValue":[32]}]]],["p-1d2985a5",[[1,"gb-toggle",{"size":[1],"state":[1],"supportingText":[4,"supporting-text"]}]]],["p-c6e2e53a",[[1,"gb-token-field",{"size":[1],"digits":[2],"showLabel":[4,"show-label"],"label":[1],"showSupportingText":[4,"show-supporting-text"],"supportingText":[1,"supporting-text"]}]]],["p-cf24a49c",[[1,"gb-verification-code-field",{"size":[1],"digits":[2],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"]}]]],["p-e3e0a65e",[[1,"gb-wysiwyg-tooltip",{"arrow":[1],"breakpoint":[1]}]]],["p-81eb4639",[[1,"gb-file-type-icon"]]],["p-3fc3956d",[[1,"gb-notification-content",{"icon":[1],"label":[1],"time":[1],"supportingText":[1,"supporting-text"]}]]],["p-5ea9e5cd",[[1,"gb-progress-circle",{"size":[1],"shape":[1],"label":[4],"progress":[2]}]]],["p-2adda6a5",[[1,"gb-scrollbar",{"length":[1]}]]],["p-4eebea94",[[1,"gb-textarea-input-field",{"type":[1],"destructive":[4],"state":[1],"showPlaceholder":[4,"show-placeholder"],"placeholder":[1],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"]}]]],["p-acf94a1a",[[1,"gb-wysiwyg-toolbar",{"breakpoint":[1],"fontSelector":[4,"font-selector"],"bold":[4],"italic":[4],"h1":[4,"h-1"],"h2":[4,"h-2"],"quote":[4],"link":[4],"image":[4],"bulletList":[4,"bullet-list"],"numberList":[4,"number-list"]}]]],["p-a05326b0",[[1,"gb-checkbox-group-item",{"size":[1],"type":[1],"state":[1],"breakpoint":[1],"showCost":[4,"show-cost"],"selected":[1028]}]]],["p-c0e095b8",[[1,"gb-file-upload-item-base",{"icon":[1],"state":[1],"heightSize":[1,"height-size"],"fileType":[1,"file-type"],"buttonState":[1,"button-state"]}]]],["p-748089ba",[[1,"gb-avatar-add-button",{"size":[1],"showToolTip":[1028,"show-tool-tip"],"state":[1],"el":[16]}]]],["p-aa4006c2",[[1,"gb-slider-control-handle",{"value":[2],"type":[1],"isHovered":[32],"isFocused":[32]}]]],["p-427cfeeb",[[1,"gb-toast-button",{"state":[1],"color":[1]}]]],["p-67b452b7",[[1,"gb-toggle-base",{"size":[1],"state":[1],"pressed":[1028]}]]],["p-d1103820",[[1,"gb-megainput-field",{"size":[1],"state":[1],"inputValue":[32]}]]],["p-263e06c7",[[1,"gb-wysiwyg-editor-icon",{"active":[4],"type":[1],"state":[1]}]]],["p-4e97f7cd",[[1,"gb-progress-bar",{"progress":[2],"showLabel":[4,"show-label"],"labelPosition":[1,"label-position"],"el":[16]}],[1,"gb-button-close",{"size":[1],"color":[1]}]]]]'),e)}));
2
2
  //# sourceMappingURL=globuscomponents.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["patchBrowser","importMeta","url","opts","resourcesUrl","URL","href","promiseResolve","then","async","options","globalScripts","bootstrapLazy","JSON","parse"],"sources":["node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v4.20.0 | MIT Licensed | https://stenciljs.com\n */\n\n// src/client/client-patch-browser.ts\nimport { BUILD, NAMESPACE } from \"@stencil/core/internal/app-data\";\nimport { consoleDevInfo, doc, H, promiseResolve } from \"@stencil/core\";\nvar patchBrowser = () => {\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo(\"Running in development mode.\");\n }\n if (BUILD.cloneNodeFix) {\n patchCloneNodeFix(H.prototype);\n }\n const scriptElm = BUILD.scriptDataOpts ? Array.from(doc.querySelectorAll(\"script\")).find(\n (s) => new RegExp(`/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) || s.getAttribute(\"data-stencil-namespace\") === NAMESPACE\n ) : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})[\"data-opts\"] || {} : {};\n if (importMeta !== \"\") {\n opts.resourcesUrl = new URL(\".\", importMeta).href;\n }\n return promiseResolve(opts);\n};\nvar patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function(deep) {\n if (this.nodeName === \"TEMPLATE\") {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport {\n patchBrowser\n};\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(async (options) => {\n await globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"0HAOA,IAAIA,EAAe,KAUjB,MAAMC,cAAyBC,IAC/B,MAAMC,EAAqE,GAC3E,GAAIF,IAAe,GAAI,CACrBE,EAAKC,aAAe,IAAIC,IAAI,IAAKJ,GAAYK,IACjD,CACE,OAAOC,EAAeJ,EAAK,EClB7BH,IAAeQ,MAAKC,MAAOC,UACnBC,IACN,OAAOC,EAAcC,KAAAC,MAAA,2gUAAuCJ,EAAA","ignoreList":[]}
1
+ {"version":3,"names":["patchBrowser","importMeta","url","opts","resourcesUrl","URL","href","promiseResolve","then","async","options","globalScripts","bootstrapLazy","JSON","parse"],"sources":["node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v4.20.0 | MIT Licensed | https://stenciljs.com\n */\n\n// src/client/client-patch-browser.ts\nimport { BUILD, NAMESPACE } from \"@stencil/core/internal/app-data\";\nimport { consoleDevInfo, doc, H, promiseResolve } from \"@stencil/core\";\nvar patchBrowser = () => {\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo(\"Running in development mode.\");\n }\n if (BUILD.cloneNodeFix) {\n patchCloneNodeFix(H.prototype);\n }\n const scriptElm = BUILD.scriptDataOpts ? Array.from(doc.querySelectorAll(\"script\")).find(\n (s) => new RegExp(`/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) || s.getAttribute(\"data-stencil-namespace\") === NAMESPACE\n ) : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})[\"data-opts\"] || {} : {};\n if (importMeta !== \"\") {\n opts.resourcesUrl = new URL(\".\", importMeta).href;\n }\n return promiseResolve(opts);\n};\nvar patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function(deep) {\n if (this.nodeName === \"TEMPLATE\") {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport {\n patchBrowser\n};\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(async (options) => {\n await globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"0HAOA,IAAIA,EAAe,KAUjB,MAAMC,cAAyBC,IAC/B,MAAMC,EAAqE,GAC3E,GAAIF,IAAe,GAAI,CACrBE,EAAKC,aAAe,IAAIC,IAAI,IAAKJ,GAAYK,IACjD,CACE,OAAOC,EAAeJ,EAAK,EClB7BH,IAAeQ,MAAKC,MAAOC,UACnBC,IACN,OAAOC,EAAcC,KAAAC,MAAA,iiUAAuCJ,EAAA","ignoreList":[]}
@@ -1,2 +1,2 @@
1
- import{r as e,h as a,F as t}from"./p-e8f2fe42.js";import{S as i}from"./p-47052b60.js";const d='.file_upload_div{display:flex;flex-direction:column;gap:var(--spacing-2)}.file_upload_item_base_container{display:flex;width:32rem;border-radius:var(--rounded-sm);padding:var(--spacing-6);background-color:var(--color-background-card, #ffffff);border:1px solid var(--color-border-subtler, #e3e8ef);position:relative;cursor:pointer}.file_upload_item_base_container.default:hover{border-color:var(--color-border-selected, #075DB2)}.file_upload_item_base_container.disabled{background-color:var(--color-background-disabled, #F6F8FA);border-color:var(--color-border-disabled, #E3E8EF)}.file_upload_item_base_container.md{flex-direction:row}.file_upload_item_base_container.lg{flex-direction:column}.file_upload_icon{background-color:#EEF2F6;border-radius:var(--rounded-full);display:flex;justify-content:center;align-items:center;padding:var(--spacing-3)}.file_upload_icon svg{width:var(--spacing-6);height:var(--spacing-6)}.default.md{display:flex;gap:var(--spacing-3);align-items:center}.default.lg{display:flex;flex-direction:column;gap:var(--spacing-3);align-items:center;justify-content:center}.default_content{display:flex;flex-direction:column;justify-content:center;gap:var(--spacing-2)}.upload_btn_md{position:absolute;top:45%;right:1.5rem}.disabled_text{color:var(--color-text-subtle, #697586)}.upload_text{color:var(--color-text, #4B5565)}.upload_text.lg,.disabled_text.lg{display:flex;gap:var(--spacing-1);align-items:center}.file_type_text{color:var(--color-text-subtle, #697586)}.text-sm-semi-bold{font-family:var(--font-family-body);font-size:var(--font-size-t-sm);font-weight:var(--font-weight-semi-bold);line-height:var(--font-line-height-t-sm);margin:var(--spacing-none);padding:var(--spacing-none);display:inline-block;position:relative}.text-sm-semi-bold::before,.text-sm-semi-bold::after{content:"";display:table}.text-sm-semi-bold::before{margin-bottom:-0.299em}.text-sm-semi-bold::after{margin-top:-0.349em}.text-sm-regular{font-family:var(--font-family-body);font-size:var(--font-size-t-sm);font-weight:var(--font-weight-regular);line-height:var(--font-line-height-t-sm);margin:var(--spacing-none);padding:var(--spacing-none);position:relative;display:inline-block}.text-sm-regular::before,.text-sm-regular::after{content:"";display:table}.text-sm-regular::before{margin-bottom:-0.299em}.text-sm-regular::after{margin-top:-0.299em}.text-xs-regular{font-family:var(--font-family-body);font-size:var(--font-size-t-xs);font-weight:var(--font-weight-regular);line-height:var(--font-line-height-t-xs);margin:var(--spacing-none);padding:var(--spacing-none);display:inline-block;position:relative}.text-xs-regular::before,.text-xs-regular::after{content:"";display:table}.text-xs-regular::before{margin-bottom:-0.291em}.text-xs-regular::after{margin-top:-0.396em}';const l=d;const s=class{constructor(a){e(this,a);this.icon=undefined;this.type=undefined;this.heightSize=undefined;this.state=undefined;this.destructive=false;this.showLabel=false;this.buttonState=i.Default}render(){return a("div",{key:"508e9f70385b316b8b0870a9f91952da2e3533cf",class:"file_upload_div"},this.showLabel&&a("p",{key:"f540305bf242d953f7cf2b57b4d9948470aea88a",class:"upload_text text-sm-semi-bold"},"File Upload"),a(t,null,this.state==="default"&&!this.destructive&&a("div",{key:"d6177f762074b8e76fafc1943f9429f6611a5a53",class:`file_upload_item_base_container ${this.state} ${this.heightSize}`},this.heightSize==="md"&&[a("div",{key:"15a446e4cb15b1c70d83d7a37546373294d34a55",class:`default ${this.heightSize}`},a("div",{key:"7dc24b91ec055cd55ecd3c99071b3fe5b22cae8d",class:"file_upload_icon"},a("svg",{key:"d1f810a90fa6680b085b4eece6c313a3c307b1e3",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"},a("path",{key:"32f069d3efdb7d4d09bb55aa1a956f3afc4d697c",d:"M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z",fill:"#4B5565"}))),a("div",{key:"cad2467c3318375638cd626bfe9c4caa254e1e09",class:"default_content"},a("p",{key:"a140f4fa96f25e05b08baeb54c81281ccc11b6e0",class:"upload_text text-sm-semi-bold"},"Tap to upload"),a("p",{key:"b183f9ccb2c57be47b8888400343763d7c58b81a",class:"file_type_text text-xs-regular"},"SVG, PNG, JPG or GIF (max. 800x400px)"))),a("test-button",{key:"2330eaf7cb3f26582679cab029fa9c4fae27ed88",size:"sm",hierarchy:"link_color",icon:"default",class:"upload_btn_md","icon-leading":true},a("p",{key:"8807a4a3c326a07f2be5d99ba865a8d6a3e99f94"},"Upload"))],this.heightSize==="lg"&&[a("div",{key:"4782fbf5175afd80cd0603521fc9db6c95c34718",class:`default ${this.heightSize}`},a("div",{key:"db4752a2835a25fd9ced78cf0cab5257085ce42b",class:"file_upload_icon"},a("svg",{key:"b9f3df4d39682eab518447d01d2757d195be0738",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"},a("path",{key:"7dec6552ffbc1b74504d4e621fe205ff56dfb9bb",d:"M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z",fill:"#4B5565"}))),a("div",{key:"c3e04ce5b68cbf1df2f8122caa910c620fc398d5",class:"default_content"},a("p",{key:"74b2fba8abfeba0ba8ecbd64a885dfe190530385",class:`upload_text text-sm-regular ${this.heightSize}`},a("test-button",{key:"d7919c8b632b0ab7afac33cda0c0838f6c41f5e6",size:"sm",hierarchy:"link_color",icon:"default"},a("p",{key:"edb8f9393c89a5a0de8aac641b6dc4d8d8d72262"},"Click to upload")),"or drag and drop"),a("p",{key:"9903f97be6bc4df887db2781acb3b7b380a41ff5",class:"file_type_text text-xs-regular"},"SVG, PNG, JPG or GIF (max. 800x400px)")))]),this.state==="in_progress"&&a("gb-file-upload-item-base",{key:"812a140064f09c71332768bd12c09b2a93f56cd2","height-size":this.heightSize,state:"in_progress"}),this.state==="complete"&&a("gb-file-upload-item-base",{key:"e35c4ac9cf8e168d027621863be338748c2da2a4","height-size":this.heightSize,state:"complete"}),this.state==="disabled"&&a("div",{key:"10dfb034350dbe3a00647b8931d2aa30175fbcbc",class:`file_upload_item_base_container ${this.state} ${this.heightSize}`},a("div",{key:"74863529db5557fcdcd0239aa603b3d73a497751",class:`disabled ${this.state}`},this.heightSize==="md"&&[a("div",{key:"810a311b696a2e94a68f388066bd4d80ae6662c1",class:`default ${this.heightSize}`},a("div",{key:"91159063b13bef83fc2f80181afc9e024bdf49f2",class:"file_upload_icon"},a("svg",{key:"717290298908c4b583aa21c706c1cff59175c564",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"},a("path",{key:"f736b8c6495902c5fda4fa275c45433db7bb1cce",d:"M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z",fill:"#4B5565"}))),a("div",{key:"7fba91d70515d8bea1523ff206ab0e8424f8aebb",class:"default_content"},a("p",{key:"e848dd68b66c9635d242ee29015b53fa1247656d",class:"disabled_text text-sm-semi-bold"},"Tap to upload"),a("p",{key:"cbe84ce0abde3e5738752294eea97bcb6b8718ca",class:"disabled_text text-xs-regular"},"SVG, PNG, JPG or GIF (max. 800x400px)"))),a("test-button",{key:"6f534d13b85e72246736a3934a43b5cb887144cb",size:"sm",hierarchy:"link_color",icon:"default",class:"upload_btn_md",state:i.Disabled},a("p",{key:"9074c75c528f8443f825861465138bf1bd91253a"},"Upload"))],this.heightSize==="lg"&&[a("div",{key:"f4c67c8dd34384b2169ffb1bce39eabe3b291699",class:`default ${this.heightSize}`},a("div",{key:"459c7c2a8b9ee006e67b0c89bb102ee70f8c9af4",class:"file_upload_icon"},a("svg",{key:"b6e2f0550f3abe3b7ac52b1d9d284319ce4872ea",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"},a("path",{key:"c0efcd7f9a8e9245c674e276a4e76f0a6b585c48",d:"M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z",fill:"#4B5565"}))),a("div",{key:"5bdcfab24cf915eb84da14cf55cad573705e43f3",class:"default_content"},a("p",{key:"b70450cec113424591f77dea18e8d9300745c63f",class:`disabled_text text-sm-regular ${this.heightSize}`},a("test-button",{key:"7c486bc582b9b5df125f26ac06f9343f3ddbebd2",size:"sm",hierarchy:"link_color",icon:"default",state:i.Disabled},a("p",{key:"0699f51197c3ec1aedc9d5f8b4500489f2fabf3f"},"Click to upload")),"or drag and drop"),a("p",{key:"646b39b592e6b031f1220091b316687f874d67d8",class:"disabled_text text-xs-regular"},"SVG, PNG, JPG or GIF (max. 800x400px)")))])),this.destructive&&a("gb-file-upload-item-base",{key:"d1ffdb78235f62fea916f90ea7810f828221bfc6",state:"error","height-size":this.heightSize})))}};s.style=l;export{s as gb_file_upload};
2
- //# sourceMappingURL=p-32d3c7d7.entry.js.map
1
+ import{r as e,h as a,F as t}from"./p-593875d5.js";import{S as i}from"./p-47052b60.js";const d='.file_upload_div{display:flex;flex-direction:column;gap:var(--spacing-2)}.file_upload_item_base_container{display:flex;width:32rem;border-radius:var(--rounded-sm);padding:var(--spacing-6);background-color:var(--color-background-card, #ffffff);border:1px solid var(--color-border-subtler, #e3e8ef);position:relative;cursor:pointer}.file_upload_item_base_container.default:hover{border-color:var(--color-border-selected, #075DB2)}.file_upload_item_base_container.disabled{background-color:var(--color-background-disabled, #F6F8FA);border-color:var(--color-border-disabled, #E3E8EF)}.file_upload_item_base_container.md{flex-direction:row}.file_upload_item_base_container.lg{flex-direction:column}.file_upload_icon{background-color:#EEF2F6;border-radius:var(--rounded-full);display:flex;justify-content:center;align-items:center;padding:var(--spacing-3)}.file_upload_icon svg{width:var(--spacing-6);height:var(--spacing-6)}.default.md{display:flex;gap:var(--spacing-3);align-items:center}.default.lg{display:flex;flex-direction:column;gap:var(--spacing-3);align-items:center;justify-content:center}.default_content{display:flex;flex-direction:column;justify-content:center;gap:var(--spacing-2)}.upload_btn_md{position:absolute;top:45%;right:1.5rem}.disabled_text{color:var(--color-text-subtle, #697586)}.upload_text{color:var(--color-text, #4B5565)}.upload_text.lg,.disabled_text.lg{display:flex;gap:var(--spacing-1);align-items:center}.file_type_text{color:var(--color-text-subtle, #697586)}.text-sm-semi-bold{font-family:var(--font-family-body);font-size:var(--font-size-t-sm);font-weight:var(--font-weight-semi-bold);line-height:var(--font-line-height-t-sm);margin:var(--spacing-none);padding:var(--spacing-none);display:inline-block;position:relative}.text-sm-semi-bold::before,.text-sm-semi-bold::after{content:"";display:table}.text-sm-semi-bold::before{margin-bottom:-0.299em}.text-sm-semi-bold::after{margin-top:-0.349em}.text-sm-regular{font-family:var(--font-family-body);font-size:var(--font-size-t-sm);font-weight:var(--font-weight-regular);line-height:var(--font-line-height-t-sm);margin:var(--spacing-none);padding:var(--spacing-none);position:relative;display:inline-block}.text-sm-regular::before,.text-sm-regular::after{content:"";display:table}.text-sm-regular::before{margin-bottom:-0.299em}.text-sm-regular::after{margin-top:-0.299em}.text-xs-regular{font-family:var(--font-family-body);font-size:var(--font-size-t-xs);font-weight:var(--font-weight-regular);line-height:var(--font-line-height-t-xs);margin:var(--spacing-none);padding:var(--spacing-none);display:inline-block;position:relative}.text-xs-regular::before,.text-xs-regular::after{content:"";display:table}.text-xs-regular::before{margin-bottom:-0.291em}.text-xs-regular::after{margin-top:-0.396em}';const l=d;const s=class{constructor(a){e(this,a);this.icon=undefined;this.type=undefined;this.heightSize=undefined;this.state=undefined;this.destructive=false;this.showLabel=false;this.buttonState=i.Default}render(){return a("div",{key:"508e9f70385b316b8b0870a9f91952da2e3533cf",class:"file_upload_div"},this.showLabel&&a("p",{key:"f540305bf242d953f7cf2b57b4d9948470aea88a",class:"upload_text text-sm-semi-bold"},"File Upload"),a(t,null,this.state==="default"&&!this.destructive&&a("div",{key:"d6177f762074b8e76fafc1943f9429f6611a5a53",class:`file_upload_item_base_container ${this.state} ${this.heightSize}`},this.heightSize==="md"&&[a("div",{key:"15a446e4cb15b1c70d83d7a37546373294d34a55",class:`default ${this.heightSize}`},a("div",{key:"7dc24b91ec055cd55ecd3c99071b3fe5b22cae8d",class:"file_upload_icon"},a("svg",{key:"d1f810a90fa6680b085b4eece6c313a3c307b1e3",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"},a("path",{key:"32f069d3efdb7d4d09bb55aa1a956f3afc4d697c",d:"M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z",fill:"#4B5565"}))),a("div",{key:"cad2467c3318375638cd626bfe9c4caa254e1e09",class:"default_content"},a("p",{key:"a140f4fa96f25e05b08baeb54c81281ccc11b6e0",class:"upload_text text-sm-semi-bold"},"Tap to upload"),a("p",{key:"b183f9ccb2c57be47b8888400343763d7c58b81a",class:"file_type_text text-xs-regular"},"SVG, PNG, JPG or GIF (max. 800x400px)"))),a("test-button",{key:"2330eaf7cb3f26582679cab029fa9c4fae27ed88",size:"sm",hierarchy:"link_color",icon:"default",class:"upload_btn_md","icon-leading":true},a("p",{key:"8807a4a3c326a07f2be5d99ba865a8d6a3e99f94"},"Upload"))],this.heightSize==="lg"&&[a("div",{key:"4782fbf5175afd80cd0603521fc9db6c95c34718",class:`default ${this.heightSize}`},a("div",{key:"db4752a2835a25fd9ced78cf0cab5257085ce42b",class:"file_upload_icon"},a("svg",{key:"b9f3df4d39682eab518447d01d2757d195be0738",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"},a("path",{key:"7dec6552ffbc1b74504d4e621fe205ff56dfb9bb",d:"M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z",fill:"#4B5565"}))),a("div",{key:"c3e04ce5b68cbf1df2f8122caa910c620fc398d5",class:"default_content"},a("p",{key:"74b2fba8abfeba0ba8ecbd64a885dfe190530385",class:`upload_text text-sm-regular ${this.heightSize}`},a("test-button",{key:"d7919c8b632b0ab7afac33cda0c0838f6c41f5e6",size:"sm",hierarchy:"link_color",icon:"default"},a("p",{key:"edb8f9393c89a5a0de8aac641b6dc4d8d8d72262"},"Click to upload")),"or drag and drop"),a("p",{key:"9903f97be6bc4df887db2781acb3b7b380a41ff5",class:"file_type_text text-xs-regular"},"SVG, PNG, JPG or GIF (max. 800x400px)")))]),this.state==="in_progress"&&a("gb-file-upload-item-base",{key:"812a140064f09c71332768bd12c09b2a93f56cd2","height-size":this.heightSize,state:"in_progress"}),this.state==="complete"&&a("gb-file-upload-item-base",{key:"e35c4ac9cf8e168d027621863be338748c2da2a4","height-size":this.heightSize,state:"complete"}),this.state==="disabled"&&a("div",{key:"10dfb034350dbe3a00647b8931d2aa30175fbcbc",class:`file_upload_item_base_container ${this.state} ${this.heightSize}`},a("div",{key:"74863529db5557fcdcd0239aa603b3d73a497751",class:`disabled ${this.state}`},this.heightSize==="md"&&[a("div",{key:"810a311b696a2e94a68f388066bd4d80ae6662c1",class:`default ${this.heightSize}`},a("div",{key:"91159063b13bef83fc2f80181afc9e024bdf49f2",class:"file_upload_icon"},a("svg",{key:"717290298908c4b583aa21c706c1cff59175c564",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"},a("path",{key:"f736b8c6495902c5fda4fa275c45433db7bb1cce",d:"M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z",fill:"#4B5565"}))),a("div",{key:"7fba91d70515d8bea1523ff206ab0e8424f8aebb",class:"default_content"},a("p",{key:"e848dd68b66c9635d242ee29015b53fa1247656d",class:"disabled_text text-sm-semi-bold"},"Tap to upload"),a("p",{key:"cbe84ce0abde3e5738752294eea97bcb6b8718ca",class:"disabled_text text-xs-regular"},"SVG, PNG, JPG or GIF (max. 800x400px)"))),a("test-button",{key:"6f534d13b85e72246736a3934a43b5cb887144cb",size:"sm",hierarchy:"link_color",icon:"default",class:"upload_btn_md",state:i.Disabled},a("p",{key:"9074c75c528f8443f825861465138bf1bd91253a"},"Upload"))],this.heightSize==="lg"&&[a("div",{key:"f4c67c8dd34384b2169ffb1bce39eabe3b291699",class:`default ${this.heightSize}`},a("div",{key:"459c7c2a8b9ee006e67b0c89bb102ee70f8c9af4",class:"file_upload_icon"},a("svg",{key:"b6e2f0550f3abe3b7ac52b1d9d284319ce4872ea",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"},a("path",{key:"c0efcd7f9a8e9245c674e276a4e76f0a6b585c48",d:"M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z",fill:"#4B5565"}))),a("div",{key:"5bdcfab24cf915eb84da14cf55cad573705e43f3",class:"default_content"},a("p",{key:"b70450cec113424591f77dea18e8d9300745c63f",class:`disabled_text text-sm-regular ${this.heightSize}`},a("test-button",{key:"7c486bc582b9b5df125f26ac06f9343f3ddbebd2",size:"sm",hierarchy:"link_color",icon:"default",state:i.Disabled},a("p",{key:"0699f51197c3ec1aedc9d5f8b4500489f2fabf3f"},"Click to upload")),"or drag and drop"),a("p",{key:"646b39b592e6b031f1220091b316687f874d67d8",class:"disabled_text text-xs-regular"},"SVG, PNG, JPG or GIF (max. 800x400px)")))])),this.destructive&&a("gb-file-upload-item-base",{key:"d1ffdb78235f62fea916f90ea7810f828221bfc6",state:"error","height-size":this.heightSize})))}};s.style=l;export{s as gb_file_upload};
2
+ //# sourceMappingURL=p-1c4be13a.entry.js.map
@@ -1,2 +1,2 @@
1
- import{r as e,h as t,g as s}from"./p-e8f2fe42.js";const i=".toggle_div{display:flex;justify-content:space-between;width:fit-content}.toggle_div.sm{gap:var(--spacing-2)}.toggle_div.md{gap:var(--spacing-3)}.text{display:flex;flex-direction:column;gap:var(--spacing-2)}.div_centered{justify-content:center;padding-bottom:0.2rem}::slotted(p){color:#4B5565}";const a=i;const c=class{constructor(t){e(this,t);this.size=undefined;this.state=undefined;this.supportingText=false}getMainTextClass(){switch(this.size){case"sm":return`text-sm-medium`;case"md":return`text-md-medium`}}getSupportingTextClass(){switch(this.size){case"sm":return"text-sm-regular";case"md":return"text-md-regular"}}componentDidLoad(){const e=this.el.querySelector('[slot="main_text"]');const t=this.el.querySelector('[slot="supporting_text"]');const s=this.el.querySelector(".text");if(e){e.classList.add(this.getMainTextClass())}if(t){t.classList.add(this.getSupportingTextClass())}if(!this.supportingText){s.classList.add("div_centered")}}render(){return t("div",{key:"f988e59e23dfff5d1c3716b34d9a840d19af6082",class:`toggle_div ${this.size}`},t("div",{key:"385df9511753dcaba2392430d3495956c4408bfb",class:"toggle_base"},t("gb-toggle-base",{key:"eaac1f9730f33c2a02219fcee31ed8e972689f16",size:this.size,state:this.state})),t("div",{key:"b7ecc6891deb3c457299e262f77c269aec494fe4",class:"text"},t("slot",{key:"a1fdde8b11ffcfe840b8ac1f0646148964816c98",name:"main_text"}),this.supportingText&&t("slot",{key:"71701212eced426406a1c29d8f8adcd278526192",name:"supporting_text"})))}get el(){return s(this)}};c.style=a;export{c as gb_toggle};
2
- //# sourceMappingURL=p-f16ffdee.entry.js.map
1
+ import{r as e,h as t,g as s}from"./p-593875d5.js";const a=".toggle_div{display:flex;justify-content:space-between;width:fit-content}.toggle_div.sm{gap:var(--spacing-2)}.toggle_div.md{gap:var(--spacing-3)}.text{display:flex;flex-direction:column;gap:var(--spacing-2)}.div_centered{justify-content:center;padding-bottom:0.2rem}::slotted(p){color:#4B5565}";const i=a;const c=class{constructor(t){e(this,t);this.size=undefined;this.state=undefined;this.supportingText=false}getMainTextClass(){switch(this.size){case"sm":return`text-sm-medium`;case"md":return`text-md-medium`}}getSupportingTextClass(){switch(this.size){case"sm":return"text-sm-regular";case"md":return"text-md-regular"}}componentDidLoad(){const e=this.el.querySelector('[slot="main_text"]');const t=this.el.querySelector('[slot="supporting_text"]');const s=this.el.querySelector(".text");if(e){e.classList.add(this.getMainTextClass())}if(t){t.classList.add(this.getSupportingTextClass())}if(!this.supportingText){s.classList.add("div_centered")}}render(){return t("div",{key:"020eb311eca1663a61e9428c3acc93fbb4e4f032",class:`toggle_div ${this.size}`},t("div",{key:"a290099168be316b18536b4de1aebee8ab9c301a",class:"toggle_base"},t("gb-toggle-base",{key:"0545a9d8bd5743dcca825dc42b3034c6be1cecef",size:this.size,state:this.state})),t("div",{key:"6f16691cce954592569b25f6a0b20c6d6b06a362",class:"text"},t("slot",{key:"48aae1da01e70ff45bf6fdf7ced147e0909a3ad8",name:"main_text"}),this.supportingText&&t("slot",{key:"0e7e620cb959d7c964a1d34b3baa240f1569bb73",name:"supporting_text"})))}get el(){return s(this)}};c.style=i;export{c as gb_toggle};
2
+ //# sourceMappingURL=p-1d2985a5.entry.js.map