globuswebcomponents 1.1.7 → 1.1.9

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 (439) hide show
  1. package/dist/cjs/{gb-action-panel_11.cjs.entry.js → gb-action-panel_16.cjs.entry.js} +237 -69
  2. package/dist/cjs/gb-action-panel_16.cjs.entry.js.map +1 -0
  3. package/dist/cjs/gb-collapse-button_4.cjs.entry.js +1 -1
  4. package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js +1 -1
  5. package/dist/cjs/gb-export-dropdown-item_2.cjs.entry.js +2 -2
  6. package/dist/cjs/gb-export-dropdown.cjs.entry.js +1 -1
  7. package/dist/cjs/gb-export-sub-dropdown-item.cjs.entry.js +1 -1
  8. package/dist/cjs/gb-file-upload-item-base.cjs.entry.js +1 -1
  9. package/dist/cjs/gb-file-upload.cjs.entry.js +12 -12
  10. package/dist/cjs/gb-header-icon.cjs.entry.js +34 -0
  11. package/dist/cjs/gb-header-icon.cjs.entry.js.map +1 -0
  12. package/dist/cjs/gb-header.cjs.entry.js +71 -0
  13. package/dist/cjs/gb-header.cjs.entry.js.map +1 -0
  14. package/dist/cjs/gb-help-dropdown.cjs.entry.js +1 -1
  15. package/dist/cjs/gb-help-tooltip_3.cjs.entry.js +29 -29
  16. package/dist/cjs/gb-help-tooltip_3.cjs.entry.js.map +1 -1
  17. package/dist/cjs/gb-horizontal-tabs.cjs.entry.js +1 -1
  18. package/dist/cjs/gb-input-dropdown-menu-item_5.cjs.entry.js +6 -6
  19. package/dist/cjs/gb-input-dropdown_3.cjs.entry.js +5 -5
  20. package/dist/cjs/gb-input-dropdown_3.cjs.entry.js.map +1 -1
  21. package/dist/cjs/gb-mega-input-field-base.cjs.entry.js +2 -2
  22. package/dist/cjs/gb-notification-content.cjs.entry.js +1 -1
  23. package/dist/cjs/gb-notification-pane.cjs.entry.js +3 -3
  24. package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
  25. package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
  26. package/dist/cjs/gb-pagination.cjs.entry.js +1 -1
  27. package/dist/cjs/gb-progress-bar.cjs.entry.js +26 -0
  28. package/dist/cjs/gb-progress-bar.cjs.entry.js.map +1 -0
  29. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  30. package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
  31. package/dist/cjs/gb-sidebar.cjs.entry.js +1 -1
  32. package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
  33. package/dist/cjs/gb-slider.cjs.entry.js +1 -1
  34. package/dist/cjs/gb-tab-button-base.cjs.entry.js +3 -3
  35. package/dist/cjs/gb-table-cell.cjs.entry.js +1 -1
  36. package/dist/cjs/gb-textarea-input-field.cjs.entry.js +4 -4
  37. package/dist/cjs/gb-toast-button.cjs.entry.js +1 -1
  38. package/dist/cjs/gb-toast.cjs.entry.js +1 -1
  39. package/dist/cjs/gb-toggle-base.cjs.entry.js +2 -2
  40. package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
  41. package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
  42. package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
  43. package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
  44. package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
  45. package/dist/cjs/gb-wysiwyg-tooltip.cjs.entry.js +1 -1
  46. package/dist/cjs/globuscomponents.cjs.js +1 -1
  47. package/dist/cjs/loader.cjs.js +1 -1
  48. package/dist/cjs/reusableModels-e50f3440.js.map +1 -1
  49. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  50. package/dist/collection/assets/download-03.svg +5 -0
  51. package/dist/collection/assets/view.svg +8 -0
  52. package/dist/collection/collection-manifest.json +3 -0
  53. package/dist/collection/components/gb-button/readme.md +15 -13
  54. package/dist/collection/components/gb-detail-cell/gb-detail-cell.css +2755 -0
  55. package/dist/collection/components/gb-detail-cell/gb-detail-cell.js +209 -0
  56. package/dist/collection/components/gb-detail-cell/gb-detail-cell.js.map +1 -0
  57. package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.js +1 -1
  58. package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.js +1 -1
  59. package/dist/collection/components/gb-export-dropdown-item/gb-export-dropdown-item.js +1 -1
  60. package/dist/collection/components/gb-export-sub-dropdown/gb-export-sub-dropdown.js +1 -1
  61. package/dist/collection/components/gb-export-sub-dropdown-item/gb-export-sub-dropdown-item.js +1 -1
  62. package/dist/collection/components/gb-file-type-icon/gb-file-type-icon.js +1 -1
  63. package/dist/collection/components/gb-file-upload/gb-file-upload.js +12 -12
  64. package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js +1 -1
  65. package/dist/collection/components/gb-header/gb-header.js +8 -8
  66. package/dist/collection/components/gb-header/gb-header.js.map +1 -1
  67. package/dist/collection/components/gb-header-icon/gb-header-icon.js +4 -4
  68. package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
  69. package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js +1 -1
  70. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
  71. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +4 -4
  72. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +1 -1
  73. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
  74. package/dist/collection/components/gb-input-field/gb-input-field.js +29 -29
  75. package/dist/collection/components/gb-input-field/gb-input-field.js.map +1 -1
  76. package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js +2 -2
  77. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  78. package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
  79. package/dist/collection/components/gb-pagination/gb-pagination.js +1 -1
  80. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  81. package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
  82. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  83. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  84. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  85. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  86. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  87. package/dist/collection/components/gb-progress-steps/gb-progress-steps.css +10 -0
  88. package/dist/collection/components/gb-progress-steps/gb-progress-steps.js +504 -0
  89. package/dist/collection/components/gb-progress-steps/gb-progress-steps.js.map +1 -0
  90. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  91. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  92. package/dist/collection/components/gb-simple-side-bar-item/gb-simple-side-bar-item.js +1 -1
  93. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  94. package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
  95. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  96. package/dist/collection/components/gb-step-base/gb-step-base.css +2881 -0
  97. package/dist/collection/components/gb-step-base/gb-step-base.js +197 -0
  98. package/dist/collection/components/gb-step-base/gb-step-base.js.map +1 -0
  99. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  100. package/dist/collection/components/gb-table-cell/gb-table-cell.js +1 -1
  101. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  102. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  103. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  104. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  105. package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +4 -4
  106. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  107. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  108. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  109. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  110. package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
  111. package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
  112. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  113. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
  114. package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
  115. package/dist/collection/components/gb-wysiwyg-tooltip/gb-wysiwyg-tooltip.js +1 -1
  116. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  117. package/dist/collection/models/reusableModels.js.map +1 -1
  118. package/dist/components/gb-avatar-add-button.js +1 -1
  119. package/dist/components/gb-avatar-dropdown.js +4 -4
  120. package/dist/components/gb-avatar-group.js +4 -4
  121. package/dist/components/gb-avatar-label-group.js +1 -1
  122. package/dist/components/gb-avatar-profile-photo.js +2 -2
  123. package/dist/components/gb-avatar.js +1 -1
  124. package/dist/components/gb-badge.js +1 -1
  125. package/dist/components/gb-checkbox-group-item.js +1 -1
  126. package/dist/components/gb-checkbox-group.js +3 -3
  127. package/dist/components/gb-collapse-button.js +1 -1
  128. package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
  129. package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
  130. package/dist/components/gb-detail-cell.d.ts +11 -0
  131. package/dist/components/gb-detail-cell.js +130 -0
  132. package/dist/components/gb-detail-cell.js.map +1 -0
  133. package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
  134. package/dist/components/gb-export-dropdown-item.js +1 -1
  135. package/dist/components/gb-export-dropdown.js +4 -4
  136. package/dist/components/gb-export-sub-dropdown-item.js +1 -1
  137. package/dist/components/gb-export-sub-dropdown.js +1 -1
  138. package/dist/components/gb-file-type-icon.js +1 -1
  139. package/dist/components/gb-file-upload-item-base.js +1 -1
  140. package/dist/components/gb-file-upload.js +16 -16
  141. package/dist/components/gb-header-icon.js +1 -1
  142. package/dist/components/gb-header.js +6 -6
  143. package/dist/components/gb-header.js.map +1 -1
  144. package/dist/components/gb-help-dropdown.js +2 -2
  145. package/dist/components/gb-help-tooltip.js +1 -1
  146. package/dist/components/gb-horizontal-tabs.js +5 -5
  147. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  148. package/dist/components/gb-input-dropdown.js +1 -1
  149. package/dist/components/gb-input-field.js +1 -1
  150. package/dist/components/gb-mega-input-field-base.js +1 -1
  151. package/dist/components/gb-notification-content.js +1 -1
  152. package/dist/components/gb-notification-pane.js +4 -4
  153. package/dist/components/gb-pagination-button-group-base.js +1 -1
  154. package/dist/components/gb-pagination-dot-group.js +1 -1
  155. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  156. package/dist/components/gb-pagination-number-base.js +1 -1
  157. package/dist/components/gb-pagination.js +15 -15
  158. package/dist/components/gb-password-button.js +1 -1
  159. package/dist/components/gb-progress-bar.js +1 -1
  160. package/dist/components/gb-progress-circle.js +1 -1
  161. package/dist/components/gb-progress-steps.d.ts +11 -0
  162. package/dist/components/gb-progress-steps.js +86 -0
  163. package/dist/components/gb-progress-steps.js.map +1 -0
  164. package/dist/components/gb-scrollbar.js +1 -1
  165. package/dist/components/gb-sidebar.js +9 -9
  166. package/dist/components/gb-simple-side-bar-item.js +1 -1
  167. package/dist/components/gb-slider-control-handle.js +1 -1
  168. package/dist/components/gb-slider.js +3 -3
  169. package/dist/components/gb-status-indicator.js +1 -1
  170. package/dist/components/gb-step-base.d.ts +11 -0
  171. package/dist/components/gb-step-base.js +8 -0
  172. package/dist/components/gb-step-base.js.map +1 -0
  173. package/dist/components/gb-tab-button-base.js +1 -1
  174. package/dist/components/gb-table-cell.js +1 -1
  175. package/dist/components/gb-tag-checkbox.js +1 -1
  176. package/dist/components/gb-tag-close.js +1 -1
  177. package/dist/components/gb-tag-count.js +1 -1
  178. package/dist/components/gb-tag.js +1 -1
  179. package/dist/components/gb-textarea-input-field.js +11 -11
  180. package/dist/components/gb-toast-button.js +1 -1
  181. package/dist/components/gb-toast.js +2 -2
  182. package/dist/components/gb-toggle-base.js +1 -1
  183. package/dist/components/gb-toggle.js +2 -2
  184. package/dist/components/gb-token-field-compact.js +2 -2
  185. package/dist/components/gb-token-field-compressed.js +3 -3
  186. package/dist/components/gb-tooltip.js +1 -1
  187. package/dist/components/gb-vertical-tabs.js +5 -5
  188. package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
  189. package/dist/components/gb-wysiwyg-tooltip.js +2 -2
  190. package/dist/components/{p-cbd28c9c.js → p-064e26e3.js} +2 -2
  191. package/dist/components/{p-cbd28c9c.js.map → p-064e26e3.js.map} +1 -1
  192. package/dist/components/{p-429e916e.js → p-0962e3f8.js} +2 -2
  193. package/dist/components/{p-429e916e.js.map → p-0962e3f8.js.map} +1 -1
  194. package/dist/components/{p-c8e2fcc9.js → p-1242e45b.js} +2 -2
  195. package/dist/components/{p-c8e2fcc9.js.map → p-1242e45b.js.map} +1 -1
  196. package/dist/components/{p-fd7f1360.js → p-12922642.js} +2 -2
  197. package/dist/components/{p-fd7f1360.js.map → p-12922642.js.map} +1 -1
  198. package/dist/components/{p-6e0df332.js → p-1a8b74e6.js} +2 -2
  199. package/dist/components/{p-6e0df332.js.map → p-1a8b74e6.js.map} +1 -1
  200. package/dist/components/{p-47a971e2.js → p-232503d0.js} +2 -2
  201. package/dist/components/{p-47a971e2.js.map → p-232503d0.js.map} +1 -1
  202. package/dist/components/{p-9539b6a0.js → p-24b03ad5.js} +2 -2
  203. package/dist/components/{p-9539b6a0.js.map → p-24b03ad5.js.map} +1 -1
  204. package/dist/components/{p-0de97a53.js → p-33197189.js} +3 -3
  205. package/dist/components/{p-0de97a53.js.map → p-33197189.js.map} +1 -1
  206. package/dist/components/{p-ead9652d.js → p-3f259cac.js} +3 -3
  207. package/dist/components/{p-ead9652d.js.map → p-3f259cac.js.map} +1 -1
  208. package/dist/components/{p-cb27f0fb.js → p-42267e58.js} +6 -6
  209. package/dist/components/{p-cb27f0fb.js.map → p-42267e58.js.map} +1 -1
  210. package/dist/components/{p-e678c096.js → p-451d4840.js} +7 -7
  211. package/dist/components/{p-e678c096.js.map → p-451d4840.js.map} +1 -1
  212. package/dist/components/p-47052b60.js.map +1 -1
  213. package/dist/components/{p-74988bb9.js → p-4951b87c.js} +5 -5
  214. package/dist/components/{p-74988bb9.js.map → p-4951b87c.js.map} +1 -1
  215. package/dist/components/p-4d475e81.js +51 -0
  216. package/dist/components/p-4d475e81.js.map +1 -0
  217. package/dist/components/{p-91ecb9e2.js → p-59618b80.js} +3 -3
  218. package/dist/components/{p-91ecb9e2.js.map → p-59618b80.js.map} +1 -1
  219. package/dist/components/{p-fd8f257a.js → p-5d12d91a.js} +2 -2
  220. package/dist/components/{p-fd8f257a.js.map → p-5d12d91a.js.map} +1 -1
  221. package/dist/components/{p-1fda161b.js → p-64fc3957.js} +3 -3
  222. package/dist/components/{p-1fda161b.js.map → p-64fc3957.js.map} +1 -1
  223. package/dist/components/{p-807e5c88.js → p-6649deea.js} +3 -3
  224. package/dist/components/{p-807e5c88.js.map → p-6649deea.js.map} +1 -1
  225. package/dist/components/{p-36713c8f.js → p-69c4723d.js} +2 -2
  226. package/dist/components/{p-36713c8f.js.map → p-69c4723d.js.map} +1 -1
  227. package/dist/components/{p-28268414.js → p-763584fa.js} +2 -2
  228. package/dist/components/{p-28268414.js.map → p-763584fa.js.map} +1 -1
  229. package/dist/components/{p-9caf228c.js → p-7a8d22dc.js} +2 -2
  230. package/dist/components/{p-9caf228c.js.map → p-7a8d22dc.js.map} +1 -1
  231. package/dist/components/{p-b1e66432.js → p-7e5cd1f3.js} +2 -2
  232. package/dist/components/{p-b1e66432.js.map → p-7e5cd1f3.js.map} +1 -1
  233. package/dist/components/{p-296fd628.js → p-871baf09.js} +2 -2
  234. package/dist/components/{p-296fd628.js.map → p-871baf09.js.map} +1 -1
  235. package/dist/components/{p-5e78c235.js → p-9507aa92.js} +3 -3
  236. package/dist/components/{p-5e78c235.js.map → p-9507aa92.js.map} +1 -1
  237. package/dist/components/{p-b629d491.js → p-97319929.js} +2 -2
  238. package/dist/components/{p-b629d491.js.map → p-97319929.js.map} +1 -1
  239. package/dist/components/{p-d3d98efb.js → p-a0362c99.js} +7 -7
  240. package/dist/components/{p-d3d98efb.js.map → p-a0362c99.js.map} +1 -1
  241. package/dist/components/{p-d884e179.js → p-a6ffb75a.js} +2 -2
  242. package/dist/components/{p-d884e179.js.map → p-a6ffb75a.js.map} +1 -1
  243. package/dist/components/{p-08c3f0fe.js → p-aa887ef8.js} +2 -2
  244. package/dist/components/{p-08c3f0fe.js.map → p-aa887ef8.js.map} +1 -1
  245. package/dist/components/{p-2e8d5384.js → p-ae76a373.js} +5 -5
  246. package/dist/components/{p-2e8d5384.js.map → p-ae76a373.js.map} +1 -1
  247. package/dist/components/{p-67feabb1.js → p-afe2c526.js} +38 -38
  248. package/dist/components/p-afe2c526.js.map +1 -0
  249. package/dist/components/{p-fd96e138.js → p-b41e41aa.js} +2 -2
  250. package/dist/components/{p-fd96e138.js.map → p-b41e41aa.js.map} +1 -1
  251. package/dist/components/{p-231fedfa.js → p-bb0742b1.js} +5 -5
  252. package/dist/components/{p-231fedfa.js.map → p-bb0742b1.js.map} +1 -1
  253. package/dist/components/{p-a90e8ba5.js → p-d7f5ec4d.js} +3 -3
  254. package/dist/components/{p-a90e8ba5.js.map → p-d7f5ec4d.js.map} +1 -1
  255. package/dist/components/{p-5eb5609b.js → p-e9683fbc.js} +3 -3
  256. package/dist/components/{p-5eb5609b.js.map → p-e9683fbc.js.map} +1 -1
  257. package/dist/components/{p-b0642b3b.js → p-ea1febce.js} +16 -16
  258. package/dist/components/p-ea1febce.js.map +1 -0
  259. package/dist/components/{p-d28a81d6.js → p-ee5f7299.js} +2 -2
  260. package/dist/components/{p-d28a81d6.js.map → p-ee5f7299.js.map} +1 -1
  261. package/dist/components/{p-2807f7ae.js → p-ef0190da.js} +2 -2
  262. package/dist/components/{p-2807f7ae.js.map → p-ef0190da.js.map} +1 -1
  263. package/dist/components/{p-f9720819.js → p-f142b029.js} +3 -3
  264. package/dist/components/{p-f9720819.js.map → p-f142b029.js.map} +1 -1
  265. package/dist/components/{p-34af0a7f.js → p-f1bcde96.js} +2 -2
  266. package/dist/components/{p-34af0a7f.js.map → p-f1bcde96.js.map} +1 -1
  267. package/dist/components/test-input-tag.js +9 -9
  268. package/dist/docs.json +1981 -675
  269. package/dist/esm/{gb-action-panel_11.entry.js → gb-action-panel_16.entry.js} +231 -68
  270. package/dist/esm/gb-action-panel_16.entry.js.map +1 -0
  271. package/dist/esm/gb-collapse-button_4.entry.js +1 -1
  272. package/dist/esm/gb-dropdown-items-with-shortcut.entry.js +1 -1
  273. package/dist/esm/gb-export-dropdown-item_2.entry.js +2 -2
  274. package/dist/esm/gb-export-dropdown.entry.js +1 -1
  275. package/dist/esm/gb-export-sub-dropdown-item.entry.js +1 -1
  276. package/dist/esm/gb-file-upload-item-base.entry.js +1 -1
  277. package/dist/esm/gb-file-upload.entry.js +12 -12
  278. package/dist/esm/gb-header-icon.entry.js +30 -0
  279. package/dist/esm/gb-header-icon.entry.js.map +1 -0
  280. package/dist/esm/gb-header.entry.js +67 -0
  281. package/dist/esm/gb-header.entry.js.map +1 -0
  282. package/dist/esm/gb-help-dropdown.entry.js +1 -1
  283. package/dist/esm/gb-help-tooltip_3.entry.js +29 -29
  284. package/dist/esm/gb-help-tooltip_3.entry.js.map +1 -1
  285. package/dist/esm/gb-horizontal-tabs.entry.js +1 -1
  286. package/dist/esm/gb-input-dropdown-menu-item_5.entry.js +6 -6
  287. package/dist/esm/gb-input-dropdown_3.entry.js +5 -5
  288. package/dist/esm/gb-input-dropdown_3.entry.js.map +1 -1
  289. package/dist/esm/gb-mega-input-field-base.entry.js +2 -2
  290. package/dist/esm/gb-notification-content.entry.js +1 -1
  291. package/dist/esm/gb-notification-pane.entry.js +3 -3
  292. package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
  293. package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
  294. package/dist/esm/gb-pagination.entry.js +1 -1
  295. package/dist/esm/gb-progress-bar.entry.js +22 -0
  296. package/dist/esm/gb-progress-bar.entry.js.map +1 -0
  297. package/dist/esm/gb-progress-circle.entry.js +1 -1
  298. package/dist/esm/gb-scrollbar.entry.js +1 -1
  299. package/dist/esm/gb-sidebar.entry.js +1 -1
  300. package/dist/esm/gb-slider-control-handle.entry.js +1 -1
  301. package/dist/esm/gb-slider.entry.js +1 -1
  302. package/dist/esm/gb-tab-button-base.entry.js +3 -3
  303. package/dist/esm/gb-table-cell.entry.js +1 -1
  304. package/dist/esm/gb-textarea-input-field.entry.js +4 -4
  305. package/dist/esm/gb-toast-button.entry.js +1 -1
  306. package/dist/esm/gb-toast.entry.js +1 -1
  307. package/dist/esm/gb-toggle-base.entry.js +2 -2
  308. package/dist/esm/gb-toggle.entry.js +1 -1
  309. package/dist/esm/gb-token-field-compact.entry.js +1 -1
  310. package/dist/esm/gb-token-field-compressed.entry.js +2 -2
  311. package/dist/esm/gb-vertical-tabs.entry.js +1 -1
  312. package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
  313. package/dist/esm/gb-wysiwyg-tooltip.entry.js +1 -1
  314. package/dist/esm/globuscomponents.js +1 -1
  315. package/dist/esm/loader.js +1 -1
  316. package/dist/esm/reusableModels-8496e911.js.map +1 -1
  317. package/dist/esm/test-input-tag.entry.js +2 -2
  318. package/dist/globuscomponents/assets/download-03.svg +5 -0
  319. package/dist/globuscomponents/assets/view.svg +8 -0
  320. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  321. package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
  322. package/dist/globuscomponents/p-0494ffc4.entry.js +2 -0
  323. package/dist/globuscomponents/p-0494ffc4.entry.js.map +1 -0
  324. package/dist/globuscomponents/{p-ac2e5c8c.entry.js → p-05fbfb36.entry.js} +2 -2
  325. package/dist/globuscomponents/{p-6b2ec995.entry.js → p-0b6f71e0.entry.js} +2 -2
  326. package/dist/globuscomponents/{p-28fd97fe.entry.js → p-0d535ff4.entry.js} +2 -2
  327. package/dist/globuscomponents/{p-19f682c1.entry.js → p-1a3512f3.entry.js} +2 -2
  328. package/dist/globuscomponents/{p-f80803e0.entry.js → p-1af1c3f2.entry.js} +2 -2
  329. package/dist/globuscomponents/{p-116b2e51.entry.js → p-271960c2.entry.js} +2 -2
  330. package/dist/globuscomponents/{p-a253d582.entry.js → p-29a9c080.entry.js} +2 -2
  331. package/dist/globuscomponents/{p-f5af9850.entry.js → p-3b0b55f7.entry.js} +2 -2
  332. package/dist/globuscomponents/{p-1ee71682.entry.js → p-3bfdc2ad.entry.js} +2 -2
  333. package/dist/globuscomponents/{p-ecf4686e.entry.js → p-43b5576d.entry.js} +2 -2
  334. package/dist/globuscomponents/{p-82e24f65.entry.js → p-43f078c4.entry.js} +2 -2
  335. package/dist/globuscomponents/p-43f078c4.entry.js.map +1 -0
  336. package/dist/globuscomponents/p-47052b60.js.map +1 -1
  337. package/dist/globuscomponents/{p-80f5b3e0.entry.js → p-48bc314c.entry.js} +2 -2
  338. package/dist/globuscomponents/{p-adb62d89.entry.js → p-5b86ff20.entry.js} +2 -2
  339. package/dist/globuscomponents/p-5bc87be4.entry.js +2 -0
  340. package/dist/globuscomponents/p-5bc87be4.entry.js.map +1 -0
  341. package/dist/globuscomponents/{p-7c3a09d0.entry.js → p-5dad4863.entry.js} +2 -2
  342. package/dist/globuscomponents/p-6da197e6.entry.js +2 -0
  343. package/dist/globuscomponents/{p-794e3ceb.entry.js → p-6ebd2ece.entry.js} +2 -2
  344. package/dist/globuscomponents/p-71650d61.entry.js +2 -0
  345. package/dist/globuscomponents/{p-a15d0510.entry.js → p-721c9ce5.entry.js} +2 -2
  346. package/dist/globuscomponents/{p-194289c2.entry.js → p-749299d2.entry.js} +2 -2
  347. package/dist/globuscomponents/p-749299d2.entry.js.map +1 -0
  348. package/dist/globuscomponents/{p-e85d4376.entry.js → p-7e87553d.entry.js} +2 -2
  349. package/dist/globuscomponents/{p-db4c2765.entry.js → p-81901007.entry.js} +2 -2
  350. package/dist/globuscomponents/{p-6b412c64.entry.js → p-8a423991.entry.js} +2 -2
  351. package/dist/globuscomponents/{p-147501f8.entry.js → p-95de0087.entry.js} +2 -2
  352. package/dist/globuscomponents/{p-068bbd33.entry.js → p-9991356c.entry.js} +2 -2
  353. package/dist/globuscomponents/{p-c1726455.entry.js → p-9c5f3f64.entry.js} +2 -2
  354. package/dist/globuscomponents/p-a0a60a2e.entry.js +2 -0
  355. package/dist/globuscomponents/{p-5c137ca6.entry.js → p-a6ef7533.entry.js} +2 -2
  356. package/dist/globuscomponents/{p-79cd6729.entry.js → p-aac86bba.entry.js} +2 -2
  357. package/dist/globuscomponents/p-be2899fd.entry.js +2 -0
  358. package/dist/globuscomponents/p-be2899fd.entry.js.map +1 -0
  359. package/dist/globuscomponents/{p-53872305.entry.js → p-bf0f7afa.entry.js} +2 -2
  360. package/dist/globuscomponents/{p-05c135e8.entry.js → p-c31bb571.entry.js} +2 -2
  361. package/dist/globuscomponents/{p-a5ffc3b3.entry.js → p-d3758ced.entry.js} +2 -2
  362. package/dist/globuscomponents/{p-b5907793.entry.js → p-dbaf4c00.entry.js} +2 -2
  363. package/dist/globuscomponents/{p-dce80c14.entry.js → p-dd205e63.entry.js} +2 -2
  364. package/dist/globuscomponents/{p-0926e54a.entry.js → p-dd797c90.entry.js} +2 -2
  365. package/dist/globuscomponents/{p-53c55005.entry.js → p-ddf46c13.entry.js} +2 -2
  366. package/dist/globuscomponents/p-e7c454e0.entry.js +2 -0
  367. package/dist/globuscomponents/p-e7c454e0.entry.js.map +1 -0
  368. package/dist/globuscomponents/{p-d3e77bfa.entry.js → p-e7d09487.entry.js} +2 -2
  369. package/dist/globuscomponents/readme.md +15 -13
  370. package/dist/types/components/gb-detail-cell/gb-detail-cell.d.ts +20 -0
  371. package/dist/types/components/gb-header/gb-header.d.ts +2 -2
  372. package/dist/types/components/gb-progress-steps/gb-progress-steps.d.ts +25 -0
  373. package/dist/types/components/gb-step-base/gb-step-base.d.ts +12 -0
  374. package/dist/types/components.d.ts +132 -5
  375. package/dist/types/models/reusableModels.d.ts +3 -0
  376. package/package.json +1 -1
  377. package/dist/cjs/gb-action-panel_11.cjs.entry.js.map +0 -1
  378. package/dist/cjs/gb-badge_2.cjs.entry.js +0 -111
  379. package/dist/cjs/gb-badge_2.cjs.entry.js.map +0 -1
  380. package/dist/cjs/gb-file-type-icon_2.cjs.entry.js +0 -42
  381. package/dist/cjs/gb-file-type-icon_2.cjs.entry.js.map +0 -1
  382. package/dist/cjs/gb-tooltip.cjs.entry.js +0 -39
  383. package/dist/cjs/gb-tooltip.cjs.entry.js.map +0 -1
  384. package/dist/components/p-67feabb1.js.map +0 -1
  385. package/dist/components/p-b0642b3b.js.map +0 -1
  386. package/dist/esm/gb-action-panel_11.entry.js.map +0 -1
  387. package/dist/esm/gb-badge_2.entry.js +0 -106
  388. package/dist/esm/gb-badge_2.entry.js.map +0 -1
  389. package/dist/esm/gb-file-type-icon_2.entry.js +0 -37
  390. package/dist/esm/gb-file-type-icon_2.entry.js.map +0 -1
  391. package/dist/esm/gb-tooltip.entry.js +0 -35
  392. package/dist/esm/gb-tooltip.entry.js.map +0 -1
  393. package/dist/globuscomponents/p-1938aaf2.entry.js +0 -2
  394. package/dist/globuscomponents/p-194289c2.entry.js.map +0 -1
  395. package/dist/globuscomponents/p-29d39363.entry.js +0 -2
  396. package/dist/globuscomponents/p-29d39363.entry.js.map +0 -1
  397. package/dist/globuscomponents/p-2aff4c41.entry.js +0 -2
  398. package/dist/globuscomponents/p-2aff4c41.entry.js.map +0 -1
  399. package/dist/globuscomponents/p-2f861d90.entry.js +0 -2
  400. package/dist/globuscomponents/p-82e24f65.entry.js.map +0 -1
  401. package/dist/globuscomponents/p-8b40a709.entry.js +0 -2
  402. package/dist/globuscomponents/p-8b40a709.entry.js.map +0 -1
  403. package/dist/globuscomponents/p-93b368da.entry.js +0 -2
  404. package/dist/globuscomponents/p-d1d8a272.entry.js +0 -2
  405. package/dist/globuscomponents/p-d1d8a272.entry.js.map +0 -1
  406. /package/dist/globuscomponents/{p-ac2e5c8c.entry.js.map → p-05fbfb36.entry.js.map} +0 -0
  407. /package/dist/globuscomponents/{p-6b2ec995.entry.js.map → p-0b6f71e0.entry.js.map} +0 -0
  408. /package/dist/globuscomponents/{p-28fd97fe.entry.js.map → p-0d535ff4.entry.js.map} +0 -0
  409. /package/dist/globuscomponents/{p-19f682c1.entry.js.map → p-1a3512f3.entry.js.map} +0 -0
  410. /package/dist/globuscomponents/{p-f80803e0.entry.js.map → p-1af1c3f2.entry.js.map} +0 -0
  411. /package/dist/globuscomponents/{p-116b2e51.entry.js.map → p-271960c2.entry.js.map} +0 -0
  412. /package/dist/globuscomponents/{p-a253d582.entry.js.map → p-29a9c080.entry.js.map} +0 -0
  413. /package/dist/globuscomponents/{p-f5af9850.entry.js.map → p-3b0b55f7.entry.js.map} +0 -0
  414. /package/dist/globuscomponents/{p-1ee71682.entry.js.map → p-3bfdc2ad.entry.js.map} +0 -0
  415. /package/dist/globuscomponents/{p-ecf4686e.entry.js.map → p-43b5576d.entry.js.map} +0 -0
  416. /package/dist/globuscomponents/{p-80f5b3e0.entry.js.map → p-48bc314c.entry.js.map} +0 -0
  417. /package/dist/globuscomponents/{p-adb62d89.entry.js.map → p-5b86ff20.entry.js.map} +0 -0
  418. /package/dist/globuscomponents/{p-7c3a09d0.entry.js.map → p-5dad4863.entry.js.map} +0 -0
  419. /package/dist/globuscomponents/{p-2f861d90.entry.js.map → p-6da197e6.entry.js.map} +0 -0
  420. /package/dist/globuscomponents/{p-794e3ceb.entry.js.map → p-6ebd2ece.entry.js.map} +0 -0
  421. /package/dist/globuscomponents/{p-93b368da.entry.js.map → p-71650d61.entry.js.map} +0 -0
  422. /package/dist/globuscomponents/{p-a15d0510.entry.js.map → p-721c9ce5.entry.js.map} +0 -0
  423. /package/dist/globuscomponents/{p-e85d4376.entry.js.map → p-7e87553d.entry.js.map} +0 -0
  424. /package/dist/globuscomponents/{p-db4c2765.entry.js.map → p-81901007.entry.js.map} +0 -0
  425. /package/dist/globuscomponents/{p-6b412c64.entry.js.map → p-8a423991.entry.js.map} +0 -0
  426. /package/dist/globuscomponents/{p-147501f8.entry.js.map → p-95de0087.entry.js.map} +0 -0
  427. /package/dist/globuscomponents/{p-068bbd33.entry.js.map → p-9991356c.entry.js.map} +0 -0
  428. /package/dist/globuscomponents/{p-c1726455.entry.js.map → p-9c5f3f64.entry.js.map} +0 -0
  429. /package/dist/globuscomponents/{p-1938aaf2.entry.js.map → p-a0a60a2e.entry.js.map} +0 -0
  430. /package/dist/globuscomponents/{p-5c137ca6.entry.js.map → p-a6ef7533.entry.js.map} +0 -0
  431. /package/dist/globuscomponents/{p-79cd6729.entry.js.map → p-aac86bba.entry.js.map} +0 -0
  432. /package/dist/globuscomponents/{p-53872305.entry.js.map → p-bf0f7afa.entry.js.map} +0 -0
  433. /package/dist/globuscomponents/{p-05c135e8.entry.js.map → p-c31bb571.entry.js.map} +0 -0
  434. /package/dist/globuscomponents/{p-a5ffc3b3.entry.js.map → p-d3758ced.entry.js.map} +0 -0
  435. /package/dist/globuscomponents/{p-b5907793.entry.js.map → p-dbaf4c00.entry.js.map} +0 -0
  436. /package/dist/globuscomponents/{p-dce80c14.entry.js.map → p-dd205e63.entry.js.map} +0 -0
  437. /package/dist/globuscomponents/{p-0926e54a.entry.js.map → p-dd797c90.entry.js.map} +0 -0
  438. /package/dist/globuscomponents/{p-53c55005.entry.js.map → p-ddf46c13.entry.js.map} +0 -0
  439. /package/dist/globuscomponents/{p-d3e77bfa.entry.js.map → p-e7d09487.entry.js.map} +0 -0
@@ -53,17 +53,17 @@ const GbTabButtonBase = class {
53
53
  this.tabClicked.emit();
54
54
  }
55
55
  render() {
56
- return (index.h("div", { key: '09938e54fc1ed8dff55486ccd9493e99e9af7e38', class: `tab_button_div ${this.type}
56
+ return (index.h("div", { key: 'bd587e931b364dcf9ceb836f140a97d1baa0ad8c', class: `tab_button_div ${this.type}
57
57
  ${this.current ? 'current' : ''}
58
58
  ${this.fullWidth ? 'full_width' : ''}
59
59
  ${this.size}
60
- ${this.alignment}`, onClick: () => this.handleClick() }, index.h("p", { key: '826e6f4833715dde898da5f9f5aab71ecb26bc5c', class: `${!this.current ? 'tab_text' : ''} ${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (index.h("gb-badge", { key: 'f34da4c6e3ef79fbf2b5cab4143961b02d63ad74', size: "sm", type: "pill_color", color: this.current && this.type === 'button_primary'
60
+ ${this.alignment}`, onClick: () => this.handleClick() }, index.h("p", { key: '80f5cc3c381ce23291f86b1dbd1656a07e8235fd', class: `${!this.current ? 'tab_text' : ''} ${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (index.h("gb-badge", { key: '7ef46f524aaf2a0794d3a1d9dd18a2451e7a2a3a', size: "sm", type: "pill_color", color: this.current && this.type === 'button_primary'
61
61
  ? 'information'
62
62
  : this.current && this.type === 'underline'
63
63
  ? 'information'
64
64
  : this.current && this.type === 'line'
65
65
  ? 'information'
66
- : 'gray' }, index.h("slot", { key: '3a8d494f018bca857176fa534a83df2d2a0ed75d', name: "count" })))));
66
+ : 'gray' }, index.h("slot", { key: 'd99e9dc11a16229c392d4a6e5063cf9d5e3796be', name: "count" })))));
67
67
  }
68
68
  get el() { return index.getElement(this); }
69
69
  };
@@ -13,7 +13,7 @@ const GbTableCell = class {
13
13
  this.type = undefined;
14
14
  }
15
15
  render() {
16
- return (index.h("div", { key: 'f1eeed2eca0e5a0f7a4fb780e92d3063e6f38e0d', class: "table_cell_div" }));
16
+ return (index.h("div", { key: 'c097aef3a144d6d897e3dcdf0b844dfacc9bec01', class: "table_cell_div" }));
17
17
  }
18
18
  };
19
19
  GbTableCell.style = GbTableCellStyle0;
@@ -197,14 +197,14 @@ const GbTextareaInputField = class {
197
197
  }
198
198
  }
199
199
  render() {
200
- return (index.h("div", { key: '56ae9db48f7e08b790403fee7d0b4cef718c907f', class: "textarea_container" }, index.h("div", { key: 'cab6befbbf192fd1133ddf970488c244610ca671', class: "input_with_label" }, this.showLabel && index.h("p", { key: '2dbf3b5a2495d2a3291c56cc2c2e0f5a91c31981', class: `label text-sm-medium` }, this.label), this.type === 'default' && (index.h("textarea", { key: '4fe65548f835d3bb6df444b042613584149cd7ad', ref: el => (this.textarea = el), onInput: () => this.handleInput(), class: `textarea ${this.state} ${this.destructive ? 'destructive' : ''}`, placeholder: this.placeholderText })), this.type === 'tags' && (index.h("div", { key: 'b4812b1b312dd98b5c5ff3fa25568ed2dc4bd657', class: "textarea_tags" }, index.h("div", { key: 'dc3f1ecb32fc0c929dc99961f9fb20732868a973', class: `textarea ${this.type} ${this.state} ${this.destructive ? 'destructive' : ''}`, onClick: () => this.handleWrapperClick() }, index.h("div", { key: '9d014d00b257271788e07603b0fc5fbf1b2cc03c', class: `results_display ${this.state === 'disabled' ? 'disabled' : ''}`, ref: el => (this.resultsDisplayElement = el) }, this.value.length === 0 ? (index.h(index.Fragment, null, this.selectedItems.map((item, index$1) => (index.h(index.Fragment, null, typeof item === 'object' ? (index.h("div", { class: "added_tag", key: index$1 }, index.h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(index$1) }, index.h("p", { class: "text-xs-medium" }, item.objectName.split(' ')[0]), index.h("h1", { slot: "initials", class: "text-xxs-semi-bold" }, item.objectName
200
+ return (index.h("div", { key: '960de8e1903e3c108721126dc6386312adcc3c41', class: "textarea_container" }, index.h("div", { key: '51bc48578f6d7ecb6dde6edd49e3da151d0b7958', class: "input_with_label" }, this.showLabel && index.h("p", { key: 'db6204cc3170a15338ae749a92b10c1109853d62', class: `label text-sm-medium` }, this.label), this.type === 'default' && (index.h("textarea", { key: 'bb59a45b7530b63bc36d94a7eb1d27d0ef648bdd', ref: el => (this.textarea = el), onInput: () => this.handleInput(), class: `textarea ${this.state} ${this.destructive ? 'destructive' : ''}`, placeholder: this.placeholderText })), this.type === 'tags' && (index.h("div", { key: 'b002327a7fedd69fe9df52b616ea8beed90c1eee', class: "textarea_tags" }, index.h("div", { key: 'c3d4903d8c17a9d12af599bac8d383a7fc944e2d', class: `textarea ${this.type} ${this.state} ${this.destructive ? 'destructive' : ''}`, onClick: () => this.handleWrapperClick() }, index.h("div", { key: 'bb1548e08c7a28459d02149dda6cbfa3b57dd867', class: `results_display ${this.state === 'disabled' ? 'disabled' : ''}`, ref: el => (this.resultsDisplayElement = el) }, this.value.length === 0 ? (index.h(index.Fragment, null, this.selectedItems.map((item, index$1) => (index.h(index.Fragment, null, typeof item === 'object' ? (index.h("div", { class: "added_tag", key: index$1 }, index.h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(index$1) }, index.h("p", { class: "text-xs-medium" }, item.objectName.split(' ')[0]), index.h("h1", { slot: "initials", class: "text-xxs-semi-bold" }, item.objectName
201
201
  .split(' ')
202
202
  .map(part => part.charAt(0).toUpperCase())
203
- .join(''))))) : (index.h("div", { class: "added_tag", key: index$1 }, index.h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(index$1) }, index.h("p", { class: "text-xs-medium" }, item))))))))) : (index.h(index.Fragment, null, this.value.map((val, index$1) => (index.h(index.Fragment, null, typeof val === 'object' ? (index.h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index$1), key: index$1 }, index.h("h1", { class: "text-xxs-semi-bold", slot: "initials" }, val.objectName.split(' ').map(part => part.charAt(0).toUpperCase())), index.h("p", null, val.objectName.split(' ')[0]))) : (index.h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index$1), key: index$1 }, index.h("p", null, val)))))))), index.h("span", { key: '7bc20ccd82bd0ecd2430dd6235941849b03a640c', class: "hidden-span", ref: el => (this.hiddenSpan = el) }, this.inputValue || ' '), index.h("div", { key: '00357062e83b1fbda307cad8a292c3463487aed0', class: "input_field" }, index.h("input", { key: '3b2846c2a6589abe4b7e5c9542abb5988b1088c1', id: this.idOfInput, class: `input_like text-md-regular ${this.state}`, type: "text",
203
+ .join(''))))) : (index.h("div", { class: "added_tag", key: index$1 }, index.h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(index$1) }, index.h("p", { class: "text-xs-medium" }, item))))))))) : (index.h(index.Fragment, null, this.value.map((val, index$1) => (index.h(index.Fragment, null, typeof val === 'object' ? (index.h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index$1), key: index$1 }, index.h("h1", { class: "text-xxs-semi-bold", slot: "initials" }, val.objectName.split(' ').map(part => part.charAt(0).toUpperCase())), index.h("p", null, val.objectName.split(' ')[0]))) : (index.h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index$1), key: index$1 }, index.h("p", null, val)))))))), index.h("span", { key: '94fd82457747c18f0c600053073e5193c7029ae7', class: "hidden-span", ref: el => (this.hiddenSpan = el) }, this.inputValue || ' '), index.h("div", { key: 'c5f6812378496a6456cb989e644a7a0602010aa9', class: "input_field" }, index.h("input", { key: 'a915d6a0371d0445042312094581b18ec31acd76', id: this.idOfInput, class: `input_like text-md-regular ${this.state}`, type: "text",
204
204
  // placeholder={this.placeholderText}
205
- value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.emitInputValue() }))), this.destructive && (index.h("div", { key: 'e2cd75836430e37550c30695b3d94a82cd27ee00', class: "help_icon" }, index.h("svg", { key: 'ebfbed26ea04dac398432fc547d7751a04013883', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { key: 'c17eb952ab2a66ed89f27fdf53f0faf2b635b809', d: "M7.9947 10H8.00069M8.00004 8.00004V5.33337M14.6667 8.00004C14.6667 11.6819 11.6819 14.6667 8.00004 14.6667C4.31814 14.6667 1.33337 11.6819 1.33337 8.00004C1.33337 4.31814 4.31814 1.33337 8.00004 1.33337C11.6819 1.33337 14.6667 4.31814 14.6667 8.00004Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.show && (index.h("div", { key: '1a4001a9e6285b698815b4df98e2b9b5d1333f27', class: `dropdown_menu` }, this.results.map(item => (index.h("gb-input-dropdown-menu-item", { type: "checkbox", "supporting-text": true, state: reusableModels.StateEnum.Default, onClick: () => this.selectDropdownItem(item), selected: this.isTagItemSelected(item) }, typeof item === 'object'
205
+ value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.emitInputValue() }))), this.destructive && (index.h("div", { key: 'a34d28ea6ab41ff90dd7bf16143f74a940826330', class: "help_icon" }, index.h("svg", { key: '27d5c6ab859632406317c7bde3869cd1894eb615', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { key: '20eb9904df4382bf6d546ac4fe8dcf59b988050f', d: "M7.9947 10H8.00069M8.00004 8.00004V5.33337M14.6667 8.00004C14.6667 11.6819 11.6819 14.6667 8.00004 14.6667C4.31814 14.6667 1.33337 11.6819 1.33337 8.00004C1.33337 4.31814 4.31814 1.33337 8.00004 1.33337C11.6819 1.33337 14.6667 4.31814 14.6667 8.00004Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.show && (index.h("div", { key: 'b3b6185abd6185b1cb1b075b9b149f975a1c0bf2', class: `dropdown_menu` }, this.results.map(item => (index.h("gb-input-dropdown-menu-item", { type: "checkbox", "supporting-text": true, state: reusableModels.StateEnum.Default, onClick: () => this.selectDropdownItem(item), selected: this.isTagItemSelected(item) }, typeof item === 'object'
206
206
  ? [index.h("p", { slot: "name" }, item.objectName), index.h("p", { slot: "supporting_text" }, item.objectValue)]
207
- : typeof item !== 'object' && index.h("p", { slot: "name" }, item))))))))), this.showHintText && index.h("p", { key: 'ee94f5d17a3c362f7b1ab5267219be042bcf6483', class: `hint_text text-sm-regular ${this.destructive ? 'destructive' : ''}` }, this.hintText)));
207
+ : typeof item !== 'object' && index.h("p", { slot: "name" }, item))))))))), this.showHintText && index.h("p", { key: '3306ac8a73701c4f7f614a38c6f19edc766b75ce', class: `hint_text text-sm-regular ${this.destructive ? 'destructive' : ''}` }, this.hintText)));
208
208
  }
209
209
  get el() { return index.getElement(this); }
210
210
  static get watchers() { return {
@@ -18,7 +18,7 @@ const GbToastButton = class {
18
18
  slottedContent.classList.add('text-sm-semi-bold');
19
19
  }
20
20
  render() {
21
- return (index.h("div", { key: 'e20224cc02568fd43c5e64bc50c78251707b2956', class: `toast_button ${this.state} ${this.color}` }, index.h("slot", { key: 'e93c79a455f1c614db305afc5b4cc40d554bc957' })));
21
+ return (index.h("div", { key: '48e512de670008d7f4154caca677f9461f61cdfc', class: `toast_button ${this.state} ${this.color}` }, index.h("slot", { key: 'fd3cc81c76cb4f75eabdccafe25714a613829a16' })));
22
22
  }
23
23
  get el() { return index.getElement(this); }
24
24
  };
@@ -65,7 +65,7 @@ const GbToast = class {
65
65
  }
66
66
  }
67
67
  render() {
68
- return (index.h("div", { key: 'fa73aef04332e1505f1767070d134c19f8d7eaf1', class: `toast_div ${this.color} ${this.size} ${this.breakpoint}` }, this.size === 'floating' && (index.h(index.Fragment, null, index.h("div", { key: 'ab2155a937b1c1df2cfea0cbf417c2ee3db9a490', class: `icon_container` }, index.h("svg", { key: '26dbd53f1cd9a2bf050f126f351787bd1a3842c5', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, index.h("path", { key: '592c9b4980702b8ad0f05e5645b9ba319469e937', opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), index.h("path", { key: '83fe17a8b338b1760ab7afb0bcf6b82d25c51ee1', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), index.h("path", { key: 'c5d8242ea7e3eac3ad817f6dcd01e464cba30be5', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" }))), index.h("div", { key: 'd9baf0a098f6fb34ca5bd6267ffed947cb1fc544', class: `content ${this.size} ${this.actions ? ' actions' : ''}` }, index.h("div", { key: '2bebd8a839b43d2dd5c5118efbae2a2f382612af', class: `text ${this.size}` }, index.h("slot", { key: '33919f2f4a901571796e622aa8ac1857908bc8f0', name: "main_text" }), this.showSupportingText && index.h("slot", { key: 'ad06648d997e01a4c3e6685ff144f785ad37ec48', name: "supporting_text" })), this.actions && (index.h("div", { key: '6cff06dd035d362865c18a3532d0f6ec6dea1d83', class: `actions ${this.size} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (index.h(index.Fragment, null, index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, index.h("p", null, "Dismiss")), index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, index.h("p", null, "View changes")))) : (index.h(index.Fragment, null, index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.color }, index.h("p", null, "Dismiss")), index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.color }, index.h("p", null, "View changes"))))))), index.h("gb-button-close", { key: '2f0ac7c9343cb6c3d3f860958440f1e30c6bb502', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.size}` }))), this.size === 'full_width' && (index.h("div", { key: '6c837b99140fda4b4c44e51047e7a4b52cda4c48', class: `container ${this.breakpoint}` }, index.h("div", { key: '85e9048d8eff5dcaedc69e5811ce3fba7ccda050', class: `full_width_content ${this.breakpoint}` }, index.h("div", { key: '89eabcb3b8b15d91196bdd668a7614178a7b7a28', class: `inner_content ${this.breakpoint}` }, index.h("div", { key: 'bd68f0765d3625c1cbc1f75f78250420cca2c023', class: `icon_container` }, index.h("svg", { key: '948123fbbacadc4880e683cd0bfbb4218b28be02', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, index.h("path", { key: '107dd4ff97e03fa5bb71cf373c988adf2417ba9c', opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), index.h("path", { key: 'a9c06ce24bf07bc6c382b75e5569ba8fe4daaf93', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), index.h("path", { key: '5142c2c87944ea37be5c2f0c56939cae338965b2', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" }))), index.h("div", { key: '8ce78e0938e1bcc8388db81211f6840228a04a42', class: `text ${this.size} ${this.breakpoint}` }, index.h("slot", { key: '7e4d9d746b0ac5d4188fb4f305b6e6ee974b6039', name: "main_text" }), this.showSupportingText && index.h("slot", { key: '1eb45e78608a91b15545dcc90b65a4034e0b9837', name: "supporting_text" }))), this.actions && (index.h("div", { key: 'd72f6ea89e37afe0b3b37d6795929c29d792deb6', class: `actions ${this.size} ${this.breakpoint} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (index.h(index.Fragment, null, index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, index.h("p", null, "Dismiss")), index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, index.h("p", null, "View changes")))) : (index.h(index.Fragment, null, index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.color }, index.h("p", null, "Dismiss")), index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.color }, index.h("p", null, "View changes")))))), index.h("gb-button-close", { key: 'ca2a69c558b5fa121cca089f9bab445926f322c8', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.breakpoint}`, onClick: () => this.closeToast() }))))));
68
+ return (index.h("div", { key: 'bb5d5f768ce816ec52b51c0bd822f7a798fea119', class: `toast_div ${this.color} ${this.size} ${this.breakpoint}` }, this.size === 'floating' && (index.h(index.Fragment, null, index.h("div", { key: 'ba76b553f96b70d48851bc606a9bfe446e870595', class: `icon_container` }, index.h("svg", { key: 'ce07b96930e2f42a65086cc45617c285e0400dde', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, index.h("path", { key: '594e7e20fedb6465a6e93cec1408ed9de4ca90c9', opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), index.h("path", { key: 'dd81a583cb2f42f7cc1b972da12a9839bfea7581', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), index.h("path", { key: 'a51fa10d3b3d5e48b825a17c9340e786f03f9394', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" }))), index.h("div", { key: '718d305702461b7d11adc1fcc1c03e1c23b53294', class: `content ${this.size} ${this.actions ? ' actions' : ''}` }, index.h("div", { key: 'c3cc6df355d41757951ecde2ff5d5084565982f1', class: `text ${this.size}` }, index.h("slot", { key: '4c70fc273919440cf7392b232f0d2595fa20eaab', name: "main_text" }), this.showSupportingText && index.h("slot", { key: '088f3ad296560bef6f222c06195aed0f243c6fe8', name: "supporting_text" })), this.actions && (index.h("div", { key: '87375c8b8652fa2eea20c1ba376f6c77fa54d2cd', class: `actions ${this.size} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (index.h(index.Fragment, null, index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, index.h("p", null, "Dismiss")), index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, index.h("p", null, "View changes")))) : (index.h(index.Fragment, null, index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.color }, index.h("p", null, "Dismiss")), index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.color }, index.h("p", null, "View changes"))))))), index.h("gb-button-close", { key: '5a31685f13f797469b8900313a0c425817ddb338', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.size}` }))), this.size === 'full_width' && (index.h("div", { key: '32438c35e733e24dac20fa149566ac09a812063e', class: `container ${this.breakpoint}` }, index.h("div", { key: 'fc91eb6ad34253dac798e60f7223b7d07559d051', class: `full_width_content ${this.breakpoint}` }, index.h("div", { key: 'e18c539b9fc1aecf0b7b19a5302201384fbc31de', class: `inner_content ${this.breakpoint}` }, index.h("div", { key: 'f8707c196f9c0e3a05d074a1089a3b81ab8aed35', class: `icon_container` }, index.h("svg", { key: '7feb56f9f03c66803fb6432b5dab9abb37438c47', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, index.h("path", { key: '9aa58524853e8f6327a03cd6f8309fb6a7c5960b', opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), index.h("path", { key: '6c0b442e003a6794829538e959343c5c775b45e4', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), index.h("path", { key: '8a09036e084948da773a3a7d58d0475895f6558c', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" }))), index.h("div", { key: 'aaaed50837e7bdd0dd06d58952463f4d262d9d6e', class: `text ${this.size} ${this.breakpoint}` }, index.h("slot", { key: '99e95552cf428aa033a8ed1423125666e3c37247', name: "main_text" }), this.showSupportingText && index.h("slot", { key: '96453eeaee67b4173feb46ad046f20e1aa728a4b', name: "supporting_text" }))), this.actions && (index.h("div", { key: 'bf27cffcbd7e62057ff49e1f8a47b5c2dff0102c', class: `actions ${this.size} ${this.breakpoint} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (index.h(index.Fragment, null, index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, index.h("p", null, "Dismiss")), index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, index.h("p", null, "View changes")))) : (index.h(index.Fragment, null, index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.color }, index.h("p", null, "Dismiss")), index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.color }, index.h("p", null, "View changes")))))), index.h("gb-button-close", { key: '4cbede83371fa2ab86b0b38d821606e5a4f8852b', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.breakpoint}`, onClick: () => this.closeToast() }))))));
69
69
  }
70
70
  get el() { return index.getElement(this); }
71
71
  };
@@ -23,8 +23,8 @@ const GbToggleBase = class {
23
23
  }
24
24
  render() {
25
25
  return [
26
- index.h("input", { key: '0b1f5b29547f8831746d6b304b3234c60c8d8560', type: "checkbox", id: "customCheckbox", class: `${this.pressed ? 'pressed' : ''}`, readonly: true }),
27
- index.h("label", { key: '68834e058279c10b4cd9ef246a463b48e2889498', onClick: () => this.handleToggleClick(), class: `${this.size} ${this.state} ${this.pressed ? 'pressed' : ''}`, htmlFor: "customCheckbox" }, this.pressed && this.state === 'default' ? (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `default_checked_svg ${this.size}` }, index.h("path", { d: "M2.08325 6.04167C2.08325 6.04167 2.70825 6.04167 3.54159 7.5C3.54159 7.5 5.85776 3.68056 7.91659 2.91667", stroke: "#075DB2", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))) : this.pressed && this.state === 'disabled' ? (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `disabled_checked_svg ${this.size}` }, index.h("path", { d: "M2.08325 6.04167C2.08325 6.04167 2.70825 6.04167 3.54159 7.5C3.54159 7.5 5.85776 3.68056 7.91659 2.91667", stroke: "#E3E8EF", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))) : null),
26
+ index.h("input", { key: 'e46dfbfb06e9d02595ce0d98cc2e726e45334ef4', type: "checkbox", id: "customCheckbox", class: `${this.pressed ? 'pressed' : ''}`, readonly: true }),
27
+ index.h("label", { key: 'bcfa49621a430fb7128f65afd890481678779ab1', onClick: () => this.handleToggleClick(), class: `${this.size} ${this.state} ${this.pressed ? 'pressed' : ''}`, htmlFor: "customCheckbox" }, this.pressed && this.state === 'default' ? (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `default_checked_svg ${this.size}` }, index.h("path", { d: "M2.08325 6.04167C2.08325 6.04167 2.70825 6.04167 3.54159 7.5C3.54159 7.5 5.85776 3.68056 7.91659 2.91667", stroke: "#075DB2", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))) : this.pressed && this.state === 'disabled' ? (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `disabled_checked_svg ${this.size}` }, index.h("path", { d: "M2.08325 6.04167C2.08325 6.04167 2.70825 6.04167 3.54159 7.5C3.54159 7.5 5.85776 3.68056 7.91659 2.91667", stroke: "#E3E8EF", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))) : null),
28
28
  ];
29
29
  }
30
30
  };
@@ -45,7 +45,7 @@ const GbToggle = class {
45
45
  }
46
46
  }
47
47
  render() {
48
- return (index.h("div", { key: '7485849a6933f17b6f390dc43af6ce446167b0ff', class: `toggle_div ${this.size}` }, index.h("div", { key: '095c175d2e6a08fd1cb06049e987f4e3cc368087', class: "toggle_base" }, index.h("gb-toggle-base", { key: '0c635b465fc74d5f9a6beb5801d4c9bd2ba49445', size: this.size, state: this.state, pressed: this.pressed })), this.text && (index.h("div", { key: '5b983d7a6526d42669e88d7d362408235898729d', class: "text" }, index.h("slot", { key: 'b44d98f64b00e82c73f77c1cd9f1bfb69b014776', name: "main_text" }), this.supportingText && (index.h("slot", { key: '454336e990f730b953be7935960e5427b8aeb2bb', name: "supporting_text" }))))));
48
+ return (index.h("div", { key: 'ec6b452cdd7166b7c0feb9f5e613b20074a52832', class: `toggle_div ${this.size}` }, index.h("div", { key: 'e1f0cfb6707350c613b1dee69b9ef702d178649b', class: "toggle_base" }, index.h("gb-toggle-base", { key: 'c083170aba1f8d38aad69f9782c13b83049dfc01', size: this.size, state: this.state, pressed: this.pressed })), this.text && (index.h("div", { key: '51d8928a7621d9b278be91cd57f175f2f9b6e5ff', class: "text" }, index.h("slot", { key: '4704537b812fe8256fd15266518d313e6f2d5d97', name: "main_text" }), this.supportingText && (index.h("slot", { key: '2f4351eba44bccddfd3c441e2ced2c1e4262eb10', name: "supporting_text" }))))));
49
49
  }
50
50
  get el() { return index.getElement(this); }
51
51
  };
@@ -18,7 +18,7 @@ const GbTokenFieldCompact = class {
18
18
  this.supportingText = '';
19
19
  }
20
20
  render() {
21
- return (index.h("div", { key: '46d7e6d2e5156642925200bc61af5d6ae2c9f053', class: this.size }, index.h("div", { key: 'ec91cd0fa91fab4a55368fb92d5802dc9738ea7d', class: "input-with-label" }, this.showLabel && (index.h("label", { key: 'afeff7a03353d6519a2f09c565f6ce7c0735520c' }, this.label)), this.digits === 4 && (index.h("div", { key: 'a0d1dc3b6853ad5f015af070501452ae7b6ff29a', class: "input-wrapper" }, index.h("gb-mega-input-field-base", { key: '0c09b1f7d42d179f3e6ed699d6498ee81b144513', size: this.size }), index.h("gb-mega-input-field-base", { key: '7a7987ba1de3e2db3d61a2dd676c8ad5f6290800', size: this.size }), index.h("gb-mega-input-field-base", { key: '643682bad58a5a93f8a5e39d5b86e38d3c2da553', size: this.size }), index.h("gb-mega-input-field-base", { key: 'f18c8ec1958495adaf297ea0797e1eaf6187ce51', size: this.size }))), this.digits === 6 && (index.h("div", { key: 'fb5e15f4254fe49129a0fa077e5708dd070307f6', class: "input-wrapper" }, index.h("div", { key: 'a56af86f2f990e4dfc995b8024cffd723be65d25', class: "first=section" }, index.h("gb-mega-input-field-base", { key: '8a6e3b7cb42c947fcf4d9489c6a68df6e01eec35', size: this.size }), index.h("gb-mega-input-field-base", { key: 'c5312c034022ae2393e1f8adf977e3bddf22c4b0', size: this.size }), index.h("gb-mega-input-field-base", { key: 'ca869c8058384fcf001732b7bc8d99b091840cf9', size: this.size })), index.h("div", { key: '6db106104bb6f4ba58a63233e6d86659b6b2d508', class: "second=section" }, index.h("gb-mega-input-field-base", { key: '9034ca916f9a619b7524f2564019657f8b2e5f89', size: this.size }), index.h("gb-mega-input-field-base", { key: '5bec4ba0e7a0683d925ff1fa6ca7d5d9dc5ad586', size: this.size }), index.h("gb-mega-input-field-base", { key: '9bf888ff1295da92f5333f6a176bc9d5bb78dd08', size: this.size })))), this.digits === 8 && (index.h("div", { key: '939c89cf0dfe0b60268383e0dfd933c0c41fdae3', class: "input-wrapper" }, index.h("div", { key: 'fbccf3c59937234d11868e651eacc5551ab72cd3', class: "first=section" }, index.h("gb-mega-input-field-base", { key: 'ed218823a7ef59f049b0f5cf38f3d991fa9a0043', size: this.size }), index.h("gb-mega-input-field-base", { key: '811998de5575073fb3ab63cc5f3197aa4caf145c', size: this.size }), index.h("gb-mega-input-field-base", { key: 'b6e5dd8c88368e47fd96be3994b102a12bb6169d', size: this.size }), index.h("gb-mega-input-field-base", { key: 'bd876dc113897da4b4ddf1f24ef35075cea415b8', size: this.size })), index.h("div", { key: '6e5208b98bc98d275c89a204b64388a02f243db2', class: "second=section" }, index.h("gb-mega-input-field-base", { key: '352da9b9529624f9468f43ee2ff11caec4a4f899', size: this.size }), index.h("gb-mega-input-field-base", { key: '6336c7d5177aa9e0a7695bcff0be5bc6a749bfb5', size: this.size }), index.h("gb-mega-input-field-base", { key: '2a08ef8920b4bdd431bd5f77cb6f1ae747e936b9', size: this.size }), index.h("gb-mega-input-field-base", { key: '7ead1ab343a8efd6c252207e2297bac3e3f9b166', size: this.size }))))), index.h("p", { key: '8a6ccf2dc8edf2578372281f5b66cc1c787c33fe' }, this.supportingText)));
21
+ return (index.h("div", { key: '079ef91225377e2ff0c63c2bd2c4e45b8ffa7be4', class: this.size }, index.h("div", { key: '3641c8a65eae9fc6deb1ff8c1df5bfe97599971b', class: "input-with-label" }, this.showLabel && (index.h("label", { key: '48d1ebe1f6f5bbf6f11a6a21f126b75902f1d424' }, this.label)), this.digits === 4 && (index.h("div", { key: '70e5e9f2ae3c43f31eadd676e1fd9b145a862efe', class: "input-wrapper" }, index.h("gb-mega-input-field-base", { key: '6a373441875ecc54282a53722d77a390579d9f22', size: this.size }), index.h("gb-mega-input-field-base", { key: 'b38ec51af8aa9771856e0a5cf1cbd7ec7d8c333e', size: this.size }), index.h("gb-mega-input-field-base", { key: '4860dc4cb5cb5415a073ca51f20487f30810bfe0', size: this.size }), index.h("gb-mega-input-field-base", { key: '91d13c7425ff2169ac97d8fb113838169a8dd989', size: this.size }))), this.digits === 6 && (index.h("div", { key: '21646b9c95f9ed0ed3fceb01fe3f97faa9066528', class: "input-wrapper" }, index.h("div", { key: 'b31d1203e926a948e6fdb7ebdfb57c8404fb124f', class: "first=section" }, index.h("gb-mega-input-field-base", { key: '8d29fd09cd41a4feb4e92f420d9548698f4564e9', size: this.size }), index.h("gb-mega-input-field-base", { key: '328b3d0202856e9356b1608037f2fc4500e25541', size: this.size }), index.h("gb-mega-input-field-base", { key: 'a99c12072174e29f65848c28feae613129264d30', size: this.size })), index.h("div", { key: '283009a746d61935c7ee1f15eb04feaa846e6e98', class: "second=section" }, index.h("gb-mega-input-field-base", { key: '370f2682dcd2043d99a46c6ea78d20b0b9d70a5c', size: this.size }), index.h("gb-mega-input-field-base", { key: '3059b0548366fb02496eefde886c6672a6db7f6d', size: this.size }), index.h("gb-mega-input-field-base", { key: 'de404483c0b493cd5cf494286c99bea2a7b0763c', size: this.size })))), this.digits === 8 && (index.h("div", { key: '11c1ce743beb00cb3e6e3069b3b5d4e96d7d5968', class: "input-wrapper" }, index.h("div", { key: 'fd6375b38c7a35cd8c975a52fada9025d84fc193', class: "first=section" }, index.h("gb-mega-input-field-base", { key: '031712b849262d11ee7c7891a75a2eba2679c395', size: this.size }), index.h("gb-mega-input-field-base", { key: '25827d9bc3d6ab1b0f61b791dcc30dc936e22715', size: this.size }), index.h("gb-mega-input-field-base", { key: 'e0cc2c3b3c7f579d77d4fc662f8315227824f120', size: this.size }), index.h("gb-mega-input-field-base", { key: '551a877192731849976aeb7725ae8a7fc946af57', size: this.size })), index.h("div", { key: '9ca4d694022fa58c02c6a86ad995af18a7f82375', class: "second=section" }, index.h("gb-mega-input-field-base", { key: '0bdbc1494a9265efc551f6c208976f82bff9bb66', size: this.size }), index.h("gb-mega-input-field-base", { key: '773f78d9aa636aab5be120374b852150f51af2a6', size: this.size }), index.h("gb-mega-input-field-base", { key: 'c00537375ac9930d47fb88115af2e4a7dcdfc404', size: this.size }), index.h("gb-mega-input-field-base", { key: '9e6e5a6a2dc5bd2125166932344d80a63f85a376', size: this.size }))))), index.h("p", { key: 'adaf48df133e50936e6610aae8cf2a962cfb329a' }, this.supportingText)));
22
22
  }
23
23
  };
24
24
  GbTokenFieldCompact.style = GbTokenFieldCompactStyle0;
@@ -18,11 +18,11 @@ const GbTokenFieldCompressed = class {
18
18
  this.hintText = '';
19
19
  }
20
20
  render() {
21
- return (index.h("div", { key: '4bc73b1e28ad519f803ac9cde0ad1c8eef6f281a', class: {
21
+ return (index.h("div", { key: 'e0bc9e2999afa2091608b88e32a1cb824b13d5df', class: {
22
22
  container: true,
23
23
  [this.size]: true,
24
24
  [this.digits]: true,
25
- } }, index.h("div", { key: 'e95e49b7941be77ef2f55e15ac268ca18d1fb047', class: "input-with-label" }, this.showLabel && (index.h("label", { key: '388da9241c0a7d03e76f0b7cd8235c761157ad9c', class: "text-sm-medium", style: { color: 'var(--color-text, #4B5565)' } }, this.label)), this.digits === 4 && (index.h("div", { key: 'e167556f31327b31e34dadf32b18ca39eae617aa', class: "input-wrapper" }, index.h("gb-mega-input-field-base", { key: '389d0b886f74ec3dce7eb7e0f8b4b702c2127ece', size: this.size }), index.h("gb-mega-input-field-base", { key: 'db5f293999bbc027589b1d5202aaaf01e5af269f', size: this.size }), index.h("gb-mega-input-field-base", { key: 'ea74d3ad367ae3c07bd34cab516d7ced4205fc26', size: this.size }), index.h("gb-mega-input-field-base", { key: '90d854e990c2a617417b12eca7d721b4a3e6d9d9', size: this.size }))), this.digits === 6 && (index.h("div", { key: '6c51fc6b84e5b809c55ac2c41968ba7b7b096595', class: "input-wrapper" }, index.h("gb-mega-input-field-base", { key: 'dde68a12a298f395a0545255a6a756e53ecafc9c', size: this.size }), index.h("gb-mega-input-field-base", { key: '07111cd01733a8afda10aa5a577261446195ce2f', size: this.size }), index.h("gb-mega-input-field-base", { key: '4e1c86d892f5f09c91dbb0df70fe4a9ad1707b38', size: this.size }), index.h("p", { key: '888288d58a7838a8608fe2ead2ee12294cc2f1b2', class: "line display-sm-bold" }, "-"), index.h("gb-mega-input-field-base", { key: 'f530065d77a6c0373c1860517c05a4ed05f1f76a', size: this.size }), index.h("gb-mega-input-field-base", { key: '0da4c9df3acb7dd99892674fd05172ad13882d9e', size: this.size }), index.h("gb-mega-input-field-base", { key: '2c9457d951cedb36731a856f82d240714175e596', size: this.size }))), this.digits === 8 && (index.h("div", { key: '89a262e84c7456da109766ffd9c765ea2fb59668', class: "input-wrapper" }, index.h("gb-mega-input-field-base", { key: '57993111be3658b1fda6d5036e7b452f80da772a', size: this.size }), index.h("gb-mega-input-field-base", { key: '89d371bb410f86088d3c8ed1e345b71a5d366d60', size: this.size }), index.h("gb-mega-input-field-base", { key: '6ac0613c7145a58e7c385884d4bdc774b5fa29b3', size: this.size }), index.h("gb-mega-input-field-base", { key: '0e1bbaca0c7b5ff246c2108fcba844852ddb1b04', size: this.size }), index.h("p", { key: 'f75db44974308b72826b53fdbec179918f49b0e9', class: "line display-sm-bold" }, "-"), index.h("gb-mega-input-field-base", { key: '9efc4c1141dfbee252245bf7ffdcdb0bde30c0c4', size: this.size }), index.h("gb-mega-input-field-base", { key: '2803e5f6b82ffd3564f3978dc35eed79549dd8c4', size: this.size }), index.h("gb-mega-input-field-base", { key: '8b2f1f6cce96c5b54e47b203f2a1d1cab81bf85e', size: this.size }), index.h("gb-mega-input-field-base", { key: 'e1082c8f2cc441d2e94076569a4c6f5e8a5c0466', size: this.size })))), this.showHintText && (index.h("div", { key: 'ba8dfea15b0c392b3b8e6d73edbbb252d38ab6f6', class: "text-sm-regular", style: { color: 'var(--color-text-subtle, #697586)' } }, this.hintText))));
25
+ } }, index.h("div", { key: '91faf538add05a56bd622b37617f2c92849f853f', class: "input-with-label" }, this.showLabel && (index.h("label", { key: '569bb67612a116ce42e52fb7b9001e084afd6871', class: "text-sm-medium", style: { color: 'var(--color-text, #4B5565)' } }, this.label)), this.digits === 4 && (index.h("div", { key: '6b313e66137ae188a797295974d06d1976a9ea77', class: "input-wrapper" }, index.h("gb-mega-input-field-base", { key: '9e52f6f7c0f499719d629a1c0ab6bd2518875f41', size: this.size }), index.h("gb-mega-input-field-base", { key: '282ee070ea52013d14a0cc30126e9d0b5f9dd4a0', size: this.size }), index.h("gb-mega-input-field-base", { key: 'b0e24b23c73d06095ea7c8106a7221ac1860b0c0', size: this.size }), index.h("gb-mega-input-field-base", { key: 'cd432374f084eea49fb69528f4ace04511a40a08', size: this.size }))), this.digits === 6 && (index.h("div", { key: '15d18a2fe5ebeeba0a09bf23a49c808b54e7173e', class: "input-wrapper" }, index.h("gb-mega-input-field-base", { key: '8f6f2f8e1ffff6678a3c8b45e2efacea2d861391', size: this.size }), index.h("gb-mega-input-field-base", { key: '5fb2ac67f26854a2e895745b57c4af8439d88693', size: this.size }), index.h("gb-mega-input-field-base", { key: 'dca7f56820f328a317c953cd3179fd058b2efdac', size: this.size }), index.h("p", { key: 'de61702aecfa259d3fbb7a0c7d3337156c7d4a4a', class: "line display-sm-bold" }, "-"), index.h("gb-mega-input-field-base", { key: 'b0d2e3c58d0263c351ae6f3133065f4f3792a21b', size: this.size }), index.h("gb-mega-input-field-base", { key: '98fc1e6a5377a479525d5a4307159541e38707e3', size: this.size }), index.h("gb-mega-input-field-base", { key: 'ad72805aec68b9db346e6024b1219ccb90ab0569', size: this.size }))), this.digits === 8 && (index.h("div", { key: '059f83f937a1c780db66111cf3dab094dc7bd0dc', class: "input-wrapper" }, index.h("gb-mega-input-field-base", { key: 'a8e797cb8bc8bed9d138ebb36945758f3d510a8b', size: this.size }), index.h("gb-mega-input-field-base", { key: 'b7cbf90500c4b4c6af3913555351181a5023bb87', size: this.size }), index.h("gb-mega-input-field-base", { key: 'ae2b00b533a98cb374dc881710793658696fb619', size: this.size }), index.h("gb-mega-input-field-base", { key: 'ba58f53b81494ba00d97060dc9783e1b10f145a6', size: this.size }), index.h("p", { key: '40cbe54ac9152b1510f5853a58d63842ea5d0a26', class: "line display-sm-bold" }, "-"), index.h("gb-mega-input-field-base", { key: 'cda8b4381d383d0a80b4fc82c23df1d0b257db11', size: this.size }), index.h("gb-mega-input-field-base", { key: '03e026246a3bdb3a28ed84526230cae71959b653', size: this.size }), index.h("gb-mega-input-field-base", { key: '27af606b0d73c3f48091706cbb3108ec3d8cd926', size: this.size }), index.h("gb-mega-input-field-base", { key: '41905a99823b232792844b13c7494424eed2ebd6', size: this.size })))), this.showHintText && (index.h("div", { key: '3f981994a4f18a15cc27541990e5aaa16baf3ad2', class: "text-sm-regular", style: { color: 'var(--color-text-subtle, #697586)' } }, this.hintText))));
26
26
  }
27
27
  };
28
28
  GbTokenFieldCompressed.style = GbTokenFieldCompressedStyle0;
@@ -40,7 +40,7 @@ const GbVerticalTabs = class {
40
40
  this.tabItemClicked.emit(index);
41
41
  }
42
42
  render() {
43
- return (index.h("div", { key: 'bd7f5b71c7e6ac77731844f87f2d39de6e988126', class: `vertical_tab_div` }, index.h("gb-tab-button-base", { key: 'e64e936cfe354f90a275587848302fa7f89e8f8a', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.firstTabName, current: this.activeIndex === 0, onClick: () => this.handleTabClick(0), alignment: "vertical" }), index.h("gb-tab-button-base", { key: '1011b6375ed2d971485f7199c70d8f233732b461', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.secondTabName, current: this.activeIndex === 1, onClick: () => this.handleTabClick(1), alignment: "vertical" }), this.thirdTabName && (index.h("gb-tab-button-base", { key: 'b9dcc0e9742abd05832835aeced5c3f4605328ac', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.thirdTabName, current: this.activeIndex === 2, onClick: () => this.handleTabClick(2), alignment: "vertical" })), this.fourthTabName && (index.h("gb-tab-button-base", { key: '28bb84f6ed6b5cc3aae3d69c90d650bc299d81c3', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.fourthTabName, current: this.activeIndex === 3, onClick: () => this.handleTabClick(3), alignment: "vertical" })), this.fifthTabName && (index.h("gb-tab-button-base", { key: '3cf9133ce52754e7fdf24b9d7375a6ebde01b525', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.fifthTabName, current: this.activeIndex === 4, onClick: () => this.handleTabClick(4) })), this.sixthTabName && (index.h("gb-tab-button-base", { key: 'df850417dbb11e3af49387d9951976ee9aac81c9', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.sixthTabName, current: this.activeIndex === 5, onClick: () => this.handleTabClick(5) })), this.seventhTabName && (index.h("gb-tab-button-base", { key: '8050c264de45e79858f5e7f29c7b2679f1000016', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.seventhTabName, current: this.activeIndex === 6, onClick: () => this.handleTabClick(6) })), this.eighthTabName && (index.h("gb-tab-button-base", { key: 'a27e44fbbbd4f8d941c938de7dc0646575ce1a13', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.eighthTabName, current: this.activeIndex === 7, onClick: () => this.handleTabClick(7) })), this.ninthTabName && (index.h("gb-tab-button-base", { key: '7a39d74be2e8f2993d36f8fb271ffe5a68b6c22c', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.ninthTabName, current: this.activeIndex === 8, onClick: () => this.handleTabClick(8) })), this.tenthTabName && (index.h("gb-tab-button-base", { key: 'dd70baaf7532eea4c6784f808d819c19c2185f06', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.tenthTabName, current: this.activeIndex === 9, onClick: () => this.handleTabClick(9) })), this.eleventhTabName && (index.h("gb-tab-button-base", { key: 'd32a29848abea7f4f327926d76bb5e934b281918', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.eleventhTabName, current: this.activeIndex === 10, onClick: () => this.handleTabClick(10) })), this.twelfthTabName && (index.h("gb-tab-button-base", { key: '894c14d05e7facdff228745d5882e7ace5cff2a9', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.twelfthTabName, current: this.activeIndex === 11, onClick: () => this.handleTabClick(11) })), this.thirteenthTabName && (index.h("gb-tab-button-base", { key: 'fbae869e59bccf9e242499d0244b4469a0646816', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.thirteenthTabName, current: this.activeIndex === 12, onClick: () => this.handleTabClick(12) })), this.fourteenthTabName && (index.h("gb-tab-button-base", { key: 'f00debdc6ca72e0578a34b6f4121da112cc1f25d', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.fourteenthTabName, current: this.activeIndex === 13, onClick: () => this.handleTabClick(13) })), this.fifteenthTabName && (index.h("gb-tab-button-base", { key: '977f2fc67b3357e374900c112e4c85b375091159', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.fifteenthTabName, current: this.activeIndex === 14, onClick: () => this.handleTabClick(14) })), this.sixteenthTabName && (index.h("gb-tab-button-base", { key: 'bba8b942a250c471868af0dc2636b503261cace3', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.sixteenthTabName, current: this.activeIndex === 15, onClick: () => this.handleTabClick(15) })), this.seventeenthTabName && (index.h("gb-tab-button-base", { key: '37ce93deb9a168665ae78c820e798641648c8959', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.seventeenthTabName, current: this.activeIndex === 16, onClick: () => this.handleTabClick(16) })), this.eighteenthTabName && (index.h("gb-tab-button-base", { key: 'a69b1c96924271eb0f3f0814ee503be77e105ba9', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.eighteenthTabName, current: this.activeIndex === 17, onClick: () => this.handleTabClick(17) })), this.nineteenthTabName && (index.h("gb-tab-button-base", { key: 'aa857e2fe87a4d00902e1f0a95b370d356ab1a5d', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.nineteenthTabName, current: this.activeIndex === 18, onClick: () => this.handleTabClick(18) })), this.twentiethTabName && (index.h("gb-tab-button-base", { key: '6a2ac4a834d8fb3066454bbded9d3d71f6d30bb5', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.twentiethTabName, current: this.activeIndex === 19, onClick: () => this.handleTabClick(19) }))));
43
+ return (index.h("div", { key: '47efbd40d4d0e387abd7ff8a9e82fcf4c1e43a7c', class: `vertical_tab_div` }, index.h("gb-tab-button-base", { key: 'e2caebb26dad68d559b9df0deb4782ce25cc86a2', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.firstTabName, current: this.activeIndex === 0, onClick: () => this.handleTabClick(0), alignment: "vertical" }), index.h("gb-tab-button-base", { key: '5716af7d7d5bf41fb3751c79356dabbb71a64f5c', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.secondTabName, current: this.activeIndex === 1, onClick: () => this.handleTabClick(1), alignment: "vertical" }), this.thirdTabName && (index.h("gb-tab-button-base", { key: '9affe22578683c1ea93be2ed6f60dce838165301', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.thirdTabName, current: this.activeIndex === 2, onClick: () => this.handleTabClick(2), alignment: "vertical" })), this.fourthTabName && (index.h("gb-tab-button-base", { key: '877095e9377afdf2af8949393c54a84dfb646869', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.fourthTabName, current: this.activeIndex === 3, onClick: () => this.handleTabClick(3), alignment: "vertical" })), this.fifthTabName && (index.h("gb-tab-button-base", { key: 'd82034c8c974ca1d70484e4e532b4bc526a8a870', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.fifthTabName, current: this.activeIndex === 4, onClick: () => this.handleTabClick(4) })), this.sixthTabName && (index.h("gb-tab-button-base", { key: '7fab52f33396b8c0f9551d7d76e997ff1b782875', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.sixthTabName, current: this.activeIndex === 5, onClick: () => this.handleTabClick(5) })), this.seventhTabName && (index.h("gb-tab-button-base", { key: '21bbd5e5da91c937e7728b275fdf095a440b9226', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.seventhTabName, current: this.activeIndex === 6, onClick: () => this.handleTabClick(6) })), this.eighthTabName && (index.h("gb-tab-button-base", { key: '5b465ba708639c0619d5dc43e3c289c86a019392', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.eighthTabName, current: this.activeIndex === 7, onClick: () => this.handleTabClick(7) })), this.ninthTabName && (index.h("gb-tab-button-base", { key: 'a1d3ff5313f8d481b953682fb94112e8b832501c', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.ninthTabName, current: this.activeIndex === 8, onClick: () => this.handleTabClick(8) })), this.tenthTabName && (index.h("gb-tab-button-base", { key: 'ad1a9d7a6d950c2c103e964f92a9c789b22921d4', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.tenthTabName, current: this.activeIndex === 9, onClick: () => this.handleTabClick(9) })), this.eleventhTabName && (index.h("gb-tab-button-base", { key: '24b67a88a51b75df0e20ec7ff334ce79381f478a', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.eleventhTabName, current: this.activeIndex === 10, onClick: () => this.handleTabClick(10) })), this.twelfthTabName && (index.h("gb-tab-button-base", { key: 'efa261deea49268140b20c0043659919ed510a16', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.twelfthTabName, current: this.activeIndex === 11, onClick: () => this.handleTabClick(11) })), this.thirteenthTabName && (index.h("gb-tab-button-base", { key: 'a0b0e99f162806e6d91e97f9468ef1504bbb9b69', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.thirteenthTabName, current: this.activeIndex === 12, onClick: () => this.handleTabClick(12) })), this.fourteenthTabName && (index.h("gb-tab-button-base", { key: '0e089315cd7f1918af6360165a6e01491331e102', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.fourteenthTabName, current: this.activeIndex === 13, onClick: () => this.handleTabClick(13) })), this.fifteenthTabName && (index.h("gb-tab-button-base", { key: '711ecd1504550904c7b46f7eae10e8e20013f18c', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.fifteenthTabName, current: this.activeIndex === 14, onClick: () => this.handleTabClick(14) })), this.sixteenthTabName && (index.h("gb-tab-button-base", { key: '469033263808a521f6f4683142ddf515abd5b3c1', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.sixteenthTabName, current: this.activeIndex === 15, onClick: () => this.handleTabClick(15) })), this.seventeenthTabName && (index.h("gb-tab-button-base", { key: 'e38f3692cde6bf60cff6ec23f8d9ccca7d0a185a', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.seventeenthTabName, current: this.activeIndex === 16, onClick: () => this.handleTabClick(16) })), this.eighteenthTabName && (index.h("gb-tab-button-base", { key: 'c21812cb1bcc3c15660c30087a1b5c8e57345f32', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.eighteenthTabName, current: this.activeIndex === 17, onClick: () => this.handleTabClick(17) })), this.nineteenthTabName && (index.h("gb-tab-button-base", { key: 'd3387bfc5b11f9eb7c55d56f71ab9fe604a67daa', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.nineteenthTabName, current: this.activeIndex === 18, onClick: () => this.handleTabClick(18) })), this.twentiethTabName && (index.h("gb-tab-button-base", { key: 'f118f4e2163dfa61d0875c602e2cca9445a00c60', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.twentiethTabName, current: this.activeIndex === 19, onClick: () => this.handleTabClick(19) }))));
44
44
  }
45
45
  };
46
46
  GbVerticalTabs.style = GbVerticalTabsStyle0;
@@ -15,7 +15,7 @@ const GbWysiwygEditorIcon = class {
15
15
  this.state = undefined;
16
16
  }
17
17
  render() {
18
- return (index.h("div", { key: '7415ef445ce695da4c9ce54d9ff7ca5207332324', class: `editor_icon_div ${this.state}` }, this.type === 'bold' && (index.h("svg", { key: 'ab9ed1b36fc2427bbaee03acc0869e88d0e051e4', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state}` }, index.h("path", { key: 'b062657b7ea8589f12a82fc50fb711288f3e5ff2', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M7.032 1.66666C7.04906 1.66667 7.06617 1.66667 7.08334 1.66667H10.8991C13.4079 1.66667 15.4167 3.73266 15.4167 6.25C15.4167 8.76734 13.4079 10.8333 10.8991 10.8333H4.58334C4.1231 10.8333 3.75001 10.4602 3.75001 10V5C3.75001 4.98283 3.75 4.96572 3.75 4.94866C3.74995 4.40356 3.7499 3.91379 3.8032 3.51737C3.86139 3.08457 3.9965 2.64056 4.3602 2.27686C4.7239 1.91316 5.16791 1.77805 5.60071 1.71986C5.99713 1.66656 6.4869 1.66661 7.032 1.66666ZM5.5391 3.45494C5.53893 3.45514 5.5388 3.45528 5.53871 3.45537C5.53862 3.45546 5.53848 3.45559 5.53828 3.45576C5.53285 3.4605 5.48714 3.50041 5.45501 3.73945C5.41844 4.01141 5.41667 4.38719 5.41667 5V9.16667H10.8991C12.4598 9.16667 13.75 7.8748 13.75 6.25C13.75 4.6252 12.4598 3.33333 10.8991 3.33333H7.08334C6.47053 3.33333 6.09475 3.3351 5.82279 3.37167C5.58375 3.4038 5.54384 3.44951 5.5391 3.45494Z", fill: "#697586" }), index.h("path", { key: 'eb3a6c2262f92a3dd1c90e75ff368daa16525155', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.58334 9.16667C5.04358 9.16667 5.41667 9.53976 5.41667 10V15C5.41667 15.6128 5.41844 15.9886 5.45501 16.2606C5.48714 16.4996 5.53285 16.5395 5.53828 16.5442C5.53848 16.5444 5.53862 16.5445 5.53871 16.5446C5.5388 16.5447 5.53893 16.5449 5.5391 16.5451C5.54384 16.5505 5.58375 16.5962 5.82279 16.6283C6.09475 16.6649 6.47053 16.6667 7.08334 16.6667H11.8056C13.3103 16.6667 14.5833 15.3908 14.5833 13.75C14.5833 12.1092 13.3103 10.8333 11.8056 10.8333H10.7738C10.3136 10.8333 9.94048 10.4602 9.94048 10C9.94048 9.53976 10.3136 9.16667 10.7738 9.16667H11.8056C14.2895 9.16667 16.25 11.2486 16.25 13.75C16.25 16.2514 14.2895 18.3333 11.8056 18.3333H7.08334C7.06617 18.3333 7.04906 18.3333 7.032 18.3333C6.48689 18.3334 5.99713 18.3334 5.60071 18.2801C5.16791 18.2219 4.7239 18.0868 4.3602 17.7231C3.9965 17.3594 3.86139 16.9154 3.8032 16.4826C3.7499 16.0862 3.74995 15.5964 3.75 15.0513C3.75 15.0343 3.75001 15.0172 3.75001 15V10C3.75001 9.53976 4.1231 9.16667 4.58334 9.16667Z", fill: "#697586" }))), this.type === 'italic' && (index.h("svg", { key: 'bbd3a101d99d3ba015f80c4749e9846d1821f711', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state}` }, index.h("path", { key: '84867f3d3587b61faaa3125eaaf3abba6300070b', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.1665 3.33333C9.1665 2.8731 9.5396 2.5 9.99984 2.5H15.8332C16.2934 2.5 16.6665 2.8731 16.6665 3.33333C16.6665 3.79357 16.2934 4.16667 15.8332 4.16667H9.99984C9.5396 4.16667 9.1665 3.79357 9.1665 3.33333Z", fill: "#697586" }), index.h("path", { key: 'c688ead69143ea574d6db866701a49a11641bf8c', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.7059 2.58798C14.1175 2.7938 14.2844 3.29436 14.0785 3.70601L7.41188 17.0393C7.20606 17.451 6.70549 17.6178 6.29385 17.412C5.8822 17.2062 5.71534 16.7056 5.92117 16.294L12.5878 2.96066C12.7937 2.54901 13.2942 2.38215 13.7059 2.58798Z", fill: "#697586" }), index.h("path", { key: 'dd971be7a0ab7abc2c314619b3374600ed310b5e', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.3335 16.6667C3.3335 16.2064 3.70659 15.8333 4.16683 15.8333L10.0002 15.8333C10.4604 15.8333 10.8335 16.2064 10.8335 16.6667C10.8335 17.1269 10.4604 17.5 10.0002 17.5H4.16683C3.70659 17.5 3.3335 17.1269 3.3335 16.6667Z", fill: "#697586" }))), this.type === 'h1' && (index.h("svg", { key: '69d9c072bc9930c1456c02a10c042f3750ab7a87', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state}` }, index.h("path", { key: '3986a0adc6e27302ae793ee5d0b79011fd672b95', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.91683 3.33333C3.37707 3.33333 3.75016 3.70643 3.75016 4.16667V15.8333C3.75016 16.2936 3.37707 16.6667 2.91683 16.6667C2.45659 16.6667 2.0835 16.2936 2.0835 15.8333V4.16667C2.0835 3.70643 2.45659 3.33333 2.91683 3.33333Z", fill: "#697586" }), index.h("path", { key: '4ef298864ae1752ebaf760567adec29a979f86e0', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.2498 3.33333C11.7101 3.33333 12.0832 3.70643 12.0832 4.16667V15.8333C12.0832 16.2936 11.7101 16.6667 11.2498 16.6667C10.7896 16.6667 10.4165 16.2936 10.4165 15.8333V4.16667C10.4165 3.70643 10.7896 3.33333 11.2498 3.33333Z", fill: "#697586" }), index.h("path", { key: '3f10cd2421ff1fedf2a1072c92f982be0c6cedb3', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M16.2266 8.43194C16.4976 8.57695 16.6668 8.85934 16.6668 9.16667V15H17.0834C17.5437 15 17.9168 15.3731 17.9168 15.8333C17.9168 16.2936 17.5437 16.6667 17.0834 16.6667H14.5834C14.1232 16.6667 13.7501 16.2936 13.7501 15.8333C13.7501 15.3731 14.1232 15 14.5834 15H15.0001V10.7217C14.6226 10.9401 14.1353 10.8302 13.89 10.4623C13.6348 10.0793 13.7382 9.56192 14.1212 9.30662L15.3712 8.47329C15.6269 8.30282 15.9557 8.28692 16.2266 8.43194Z", fill: "#697586" }), index.h("path", { key: '6c0af5f70a63f031ced0f8fd6e51af562907d333', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.0835 10C2.0835 9.53976 2.45659 9.16667 2.91683 9.16667L11.2502 9.16667C11.7104 9.16667 12.0835 9.53976 12.0835 10C12.0835 10.4602 11.7104 10.8333 11.2502 10.8333L2.91683 10.8333C2.45659 10.8333 2.0835 10.4602 2.0835 10Z", fill: "#697586" }))), this.type === 'h2' && (index.h("svg", { key: '60eadb8a9eb091b9d7721baf0ed10c1c846308eb', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state}` }, index.h("path", { key: '95c2640886045bd230de63551374ee06cf40cd2f', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.49984 3.33333C2.96007 3.33333 3.33317 3.70643 3.33317 4.16667V15.8333C3.33317 16.2936 2.96007 16.6667 2.49984 16.6667C2.0396 16.6667 1.6665 16.2936 1.6665 15.8333V4.16667C1.6665 3.70643 2.0396 3.33333 2.49984 3.33333Z", fill: "#697586" }), index.h("path", { key: '148abfb2baeac9e5cb3096a49ad5e33a13567a0b', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.8333 3.33333C11.2936 3.33333 11.6667 3.70643 11.6667 4.16667V15.8333C11.6667 16.2936 11.2936 16.6667 10.8333 16.6667C10.3731 16.6667 10 16.2936 10 15.8333V4.16667C10 3.70643 10.3731 3.33333 10.8333 3.33333Z", fill: "#697586" }), index.h("path", { key: 'b3af3a3bdd9893cac70cbf6719f00d6426ea8d26', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.334 10.8333C13.334 9.45262 14.4533 8.33333 15.834 8.33333C17.2147 8.33333 18.334 9.45262 18.334 10.8333V11.0116C18.334 11.7709 18.0117 12.4945 17.4474 13.0024L15.2765 14.9562C15.2593 14.9717 15.2431 14.9862 15.2279 15H17.5007C17.9609 15 18.334 15.3731 18.334 15.8333C18.334 16.2936 17.9609 16.6667 17.5007 16.6667H14.1673C13.7071 16.6667 13.334 16.2936 13.334 15.8333V15.5756C13.334 15.551 13.3339 15.5257 13.3338 15.4997C13.3324 15.2173 13.3307 14.8574 13.4782 14.5264C13.6256 14.1954 13.8942 13.9559 14.105 13.7679C14.1244 13.7507 14.1433 13.7338 14.1616 13.7174L16.3324 11.7636C16.5456 11.5717 16.6673 11.2984 16.6673 11.0116V10.8333C16.6673 10.3731 16.2942 10 15.834 10C15.3738 10 15.0007 10.3731 15.0007 10.8333V11.1667C15.0007 11.6269 14.6276 12 14.1673 12C13.7071 12 13.334 11.6269 13.334 11.1667V10.8333Z", fill: "#697586" }), index.h("path", { key: 'ef6bc7307570eaf928a5533d1c2881d037cef74b', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M1.6665 10C1.6665 9.53976 2.0396 9.16667 2.49984 9.16667L10.8332 9.16667C11.2934 9.16667 11.6665 9.53976 11.6665 10C11.6665 10.4602 11.2934 10.8333 10.8332 10.8333L2.49984 10.8333C2.0396 10.8333 1.6665 10.4602 1.6665 10Z", fill: "#697586" }))), this.type === 'quote' && (index.h("svg", { key: 'f7b7df0d751c54be0e9c4e5f6cf130033bcb6b14', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state}` }, index.h("path", { key: 'b6cae15aface759ebed760244ede7e23ee0b026c', d: "M4.9568 10.625C4.20808 10.625 3.58374 10.625 3.08809 10.5584C2.56493 10.488 2.0926 10.3333 1.71304 9.95374C1.33348 9.57418 1.17876 9.10184 1.10842 8.57868C1.04178 8.08303 1.0418 7.45869 1.04183 6.70996L1.04183 6.70994L1.04183 6.62329L1.04183 6.62327C1.0418 5.87454 1.04178 5.2502 1.10842 4.75455C1.17876 4.23139 1.33348 3.75905 1.71304 3.3795C2.0926 2.99994 2.56493 2.84521 3.08809 2.77488C3.58374 2.70824 4.20809 2.70826 4.95681 2.70828L4.95683 2.70828L5.04349 2.70828L5.04351 2.70828C5.79224 2.70826 6.41658 2.70824 6.91223 2.77488C7.43539 2.84521 7.90772 2.99994 8.28728 3.3795C8.66684 3.75905 8.82156 4.23139 8.8919 4.75455C8.95854 5.25019 8.95852 5.87454 8.9585 6.62326L8.9585 6.62328L8.9585 6.70995L8.9585 6.70998C8.95852 7.4587 8.95854 8.08304 8.8919 8.57868C8.82156 9.10184 8.66684 9.57418 8.28728 9.95374C7.90772 10.3333 7.43539 10.488 6.91223 10.5584C6.41658 10.625 5.79224 10.625 5.04352 10.625L5.04349 10.625L4.95683 10.625L4.9568 10.625Z", fill: "#697586" }), index.h("path", { key: '371edfed068ee9eabeb1380e4f35b8654a5b394b', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.32957 16.7061C2.19264 16.2667 2.43783 15.7995 2.87722 15.6626C5.46695 14.8555 7.29183 12.5623 7.29183 9.90596L7.29183 6.45817C7.29183 5.99793 7.66493 5.62483 8.12516 5.62483C8.5854 5.62483 8.9585 5.99793 8.9585 6.45817L8.9585 9.90596C8.9585 13.3612 6.59053 16.2511 3.3731 17.2538C2.93371 17.3907 2.4665 17.1455 2.32957 16.7061Z", fill: "#697586" }), index.h("path", { key: 'd9bd908b027345917b904cf3f5baf7c78f9dff8c', d: "M14.9568 10.625C14.2081 10.625 13.5837 10.625 13.0881 10.5584C12.5649 10.488 12.0926 10.3333 11.713 9.95374C11.3335 9.57418 11.1788 9.10184 11.1084 8.57868C11.0418 8.08304 11.0418 7.45869 11.0418 6.70997L11.0418 6.70994L11.0418 6.62329L11.0418 6.62327C11.0418 5.87454 11.0418 5.2502 11.1084 4.75455C11.1788 4.23139 11.3335 3.75905 11.713 3.3795C12.0926 2.99994 12.5649 2.84521 13.0881 2.77488C13.5837 2.70824 14.2081 2.70826 14.9568 2.70828L14.9568 2.70828L15.0435 2.70828L15.0435 2.70828C15.7922 2.70826 16.4166 2.70824 16.9122 2.77488C17.4354 2.84521 17.9077 2.99994 18.2873 3.3795C18.6668 3.75906 18.8216 4.23139 18.8919 4.75455C18.9585 5.2502 18.9585 5.87454 18.9585 6.62326L18.9585 6.62328L18.9585 6.70995L18.9585 6.70998C18.9585 7.4587 18.9585 8.08304 18.8919 8.57868C18.8216 9.10185 18.6668 9.57418 18.2873 9.95374C17.9077 10.3333 17.4354 10.488 16.9122 10.5584C16.4166 10.625 15.7922 10.625 15.0435 10.625L15.0435 10.625L14.9568 10.625L14.9568 10.625Z", fill: "#697586" }), index.h("path", { key: '24baaf1730e5e04f6ce51fe29a3c4dce2c695755', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.3296 16.7061C12.1926 16.2667 12.4378 15.7995 12.8772 15.6626C15.4669 14.8555 17.2918 12.5623 17.2918 9.90596L17.2918 6.45817C17.2918 5.99793 17.6649 5.62483 18.1252 5.62483C18.5854 5.62483 18.9585 5.99793 18.9585 6.45817L18.9585 9.90596C18.9585 13.3612 16.5905 16.2511 13.3731 17.2538C12.9337 17.3907 12.4665 17.1455 12.3296 16.7061Z", fill: "#697586" }))), this.type === 'link' && (index.h("svg", { key: '7df2cb165afbcdd907d99f8b1dc67cb6182ea74b', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "10", viewBox: "0 0 20 10", fill: "none", class: `icons ${this.state}` }, index.h("path", { key: '1de0e6b26a2f418813ff71e9aaa34eb354d03bb6', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.8335 1.66667C3.99255 1.66667 2.50016 3.15905 2.50016 5C2.50016 6.84095 3.99255 8.33333 5.8335 8.33333H8.3335C8.79373 8.33333 9.16683 8.70643 9.16683 9.16667C9.16683 9.6269 8.79373 10 8.3335 10H5.8335C3.07207 10 0.833496 7.76142 0.833496 5C0.833496 2.23858 3.07207 0 5.8335 0H8.3335C8.79373 0 9.16683 0.373096 9.16683 0.833333C9.16683 1.29357 8.79373 1.66667 8.3335 1.66667H5.8335ZM10.8335 0.833333C10.8335 0.373096 11.2066 0 11.6668 0H14.1668C16.9283 0 19.1668 2.23858 19.1668 5C19.1668 7.76142 16.9283 10 14.1668 10H11.6668C11.2066 10 10.8335 9.6269 10.8335 9.16667C10.8335 8.70643 11.2066 8.33333 11.6668 8.33333H14.1668C16.0078 8.33333 17.5002 6.84095 17.5002 5C17.5002 3.15905 16.0078 1.66667 14.1668 1.66667H11.6668C11.2066 1.66667 10.8335 1.29357 10.8335 0.833333Z", fill: "#697586" }), index.h("path", { key: '4210f47b4d28efe677f86625bc0cdf31b65f48fb', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M6.66699 5C6.66699 4.53976 7.04009 4.16667 7.50033 4.16667H12.5003C12.9606 4.16667 13.3337 4.53976 13.3337 5C13.3337 5.46024 12.9606 5.83333 12.5003 5.83333H7.50033C7.04009 5.83333 6.66699 5.46024 6.66699 5Z", fill: "#697586" }))), this.type === 'photo' && (index.h("svg", { key: '1c09f217b0a716aea49489b186e6de1cc264d574', xmlns: "http://www.w3.org/2000/svg", width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", class: `icons ${this.state}` }, index.h("path", { key: 'ffb3ff5487438808d1ed7d118fdf7f0e5e239bfb', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.375 5.04167C3.375 4.12119 4.12119 3.375 5.04167 3.375C5.96214 3.375 6.70833 4.12119 6.70833 5.04167C6.70833 5.96214 5.96214 6.70833 5.04167 6.70833C4.12119 6.70833 3.375 5.96214 3.375 5.04167Z", fill: "#697586" }), index.h("path", { key: '9797d24fd18f76ce701f3ed8c3f461407203cfd1', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.93796 0.25H9.06204C10.8754 0.24998 12.321 0.249964 13.4544 0.402352C14.6247 0.559697 15.5862 0.893121 16.3466 1.65345C17.1069 2.41377 17.4403 3.37528 17.5976 4.54559C17.75 5.67904 17.75 7.12465 17.75 8.93798V9.06202C17.75 10.8753 17.75 12.321 17.5976 13.4544C17.4403 14.6247 17.1069 15.5862 16.3466 16.3466C15.5862 17.1069 14.6247 17.4403 13.4544 17.5976C12.321 17.75 10.8753 17.75 9.06202 17.75H8.93798C7.12466 17.75 5.67904 17.75 4.54559 17.5976C3.37528 17.4403 2.41377 17.1069 1.65345 16.3466C0.893122 15.5862 0.559698 14.6247 0.402353 13.4544C0.249965 12.321 0.249981 10.8754 0.25 9.06204V8.93796C0.249981 7.12464 0.249965 5.67904 0.402353 4.54559C0.559698 3.37528 0.893122 2.41377 1.65345 1.65345C2.41377 0.893121 3.37528 0.559697 4.54559 0.402352C5.67904 0.249964 7.12464 0.24998 8.93796 0.25ZM4.76767 2.05416C3.78217 2.18665 3.231 2.43291 2.83196 2.83196C2.43291 3.231 2.18665 3.78217 2.05416 4.76767C1.91844 5.77715 1.91667 7.11046 1.91667 9C1.91667 10.8895 1.91844 12.2229 2.05416 13.2323C2.18665 14.2178 2.43291 14.769 2.83196 15.168C3.231 15.5671 3.78217 15.8133 4.76767 15.9458C5.77715 16.0816 7.11047 16.0833 9 16.0833C10.8895 16.0833 12.2229 16.0816 13.2323 15.9458C14.2178 15.8133 14.769 15.5671 15.168 15.168C15.5671 14.769 15.8133 14.2178 15.9458 13.2323C16.0816 12.2229 16.0833 10.8895 16.0833 9C16.0833 7.11046 16.0816 5.77715 15.9458 4.76767C15.8133 3.78217 15.5671 3.231 15.168 2.83196C14.769 2.43291 14.2178 2.18665 13.2323 2.05416C12.2229 1.91844 10.8895 1.91667 9 1.91667C7.11047 1.91667 5.77715 1.91844 4.76767 2.05416Z", fill: "#697586" }), index.h("path", { key: '12aaeb744f7d6aca7a25582fa1cfe75a0e1a08e4', d: "M17.3666 9.58569C15.744 8.53929 14.1981 8.10081 12.7187 8.1626C11.246 8.2241 9.92182 8.77775 8.73068 9.57413C6.71529 10.9216 4.94269 13.0717 3.35558 14.9968C3.10434 15.3015 2.8577 15.6007 2.61553 15.89L1.9165 16.5008L2.93566 17.1947C3.65582 17.4931 4.49811 17.6237 5.46607 17.6873C6.43028 17.7507 7.59171 17.7507 8.97277 17.7507H9.06243C10.8757 17.7507 12.3213 17.7507 13.4548 17.5983C14.6251 17.441 15.5866 17.1076 16.3469 16.3472C17.0132 15.681 17.3537 14.8636 17.5333 13.8785C17.7083 12.9189 17.741 11.7355 17.7483 10.2902L17.7506 9.83332L17.3666 9.58569Z", fill: "#697586" }))), this.type === 'list_bullet' && (index.h("svg", { key: '9d9461240cd0b1da475d93f22754f75a69df6b2f', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state}` }, index.h("path", { key: '13b81f0ceeb731023ceabed32b1c4fabd13440cc', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.8335 4.16667C5.8335 3.70643 6.20659 3.33333 6.66683 3.33333L16.6668 3.33333C17.1271 3.33333 17.5002 3.70643 17.5002 4.16667C17.5002 4.6269 17.1271 5 16.6668 5L6.66683 5C6.20659 5 5.8335 4.6269 5.8335 4.16667Z", fill: "#697586" }), index.h("path", { key: 'b234a7b2da0fbb29d421334cd7e7cf8267992a50', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.5 4.16667C2.5 3.70643 2.8731 3.33333 3.33333 3.33333H3.34082C3.80106 3.33333 4.17415 3.70643 4.17415 4.16667C4.17415 4.6269 3.80106 5 3.34082 5H3.33333C2.8731 5 2.5 4.6269 2.5 4.16667Z", fill: "#697586" }), index.h("path", { key: 'ae756b9149c54ec9e779ac8e0d4f8ea9325eb62c', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.5 10C2.5 9.53976 2.8731 9.16667 3.33333 9.16667H3.34082C3.80106 9.16667 4.17415 9.53976 4.17415 10C4.17415 10.4602 3.80106 10.8333 3.34082 10.8333H3.33333C2.8731 10.8333 2.5 10.4602 2.5 10Z", fill: "#697586" }), index.h("path", { key: 'cc923566b913b0bf1fb11db661a4d589279a2756', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.5 15.8333C2.5 15.3731 2.8731 15 3.33333 15H3.34082C3.80106 15 4.17415 15.3731 4.17415 15.8333C4.17415 16.2936 3.80106 16.6667 3.34082 16.6667H3.33333C2.8731 16.6667 2.5 16.2936 2.5 15.8333Z", fill: "#697586" }), index.h("path", { key: '39cab4e6b25deeb1e8d625d152087efea209fbf8', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.8335 10C5.8335 9.53976 6.20659 9.16667 6.66683 9.16667L16.6668 9.16667C17.1271 9.16667 17.5002 9.53976 17.5002 10C17.5002 10.4602 17.1271 10.8333 16.6668 10.8333L6.66683 10.8333C6.20659 10.8333 5.8335 10.4602 5.8335 10Z", fill: "#697586" }), index.h("path", { key: '1f2ff43beb8ff3f98e10b0a1f794397889d6dec8', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.8335 15.8333C5.8335 15.3731 6.20659 15 6.66683 15L16.6668 15C17.1271 15 17.5002 15.3731 17.5002 15.8333C17.5002 16.2936 17.1271 16.6667 16.6668 16.6667L6.66683 16.6667C6.20659 16.6667 5.8335 16.2936 5.8335 15.8333Z", fill: "#697586" }))), this.type === 'list_numbers' && (index.h("svg", { key: 'ed1af2d893150c6bd38637db3c1c270f53f08c1b', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state}` }, index.h("path", { key: 'a44fd76e4f68417455a391aed536b947d7d32904', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.3335 4.99998C8.3335 4.53974 8.70659 4.16664 9.16683 4.16664L17.5002 4.16664C17.9604 4.16664 18.3335 4.53974 18.3335 4.99998C18.3335 5.46022 17.9604 5.83331 17.5002 5.83331L9.16683 5.83331C8.70659 5.83331 8.3335 5.46021 8.3335 4.99998Z", fill: "#697586" }), index.h("path", { key: 'dc584f4f8dfdfd4d793bffeabc0077a02fab4bdf', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.3335 9.99998C8.3335 9.53974 8.70659 9.16664 9.16683 9.16664L17.5002 9.16664C17.9604 9.16664 18.3335 9.53974 18.3335 9.99998C18.3335 10.4602 17.9604 10.8333 17.5002 10.8333L9.16683 10.8333C8.70659 10.8333 8.3335 10.4602 8.3335 9.99998Z", fill: "#697586" }), index.h("path", { key: 'd7421d4732aa63e8b395ee19795bffcd23901c81', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.3335 15C8.3335 14.5397 8.70659 14.1666 9.16683 14.1666L17.5002 14.1666C17.9604 14.1666 18.3335 14.5397 18.3335 15C18.3335 15.4602 17.9604 15.8333 17.5002 15.8333L9.16683 15.8333C8.70659 15.8333 8.3335 15.4602 8.3335 15Z", fill: "#697586" }), index.h("path", { key: 'af26d9fc6405d1ddd8ffba5e3ee84ef7eee3d5c5', d: "M3.99489 13.3352C3.94229 13.3334 3.87177 13.3333 3.74995 13.3333H2.49995C2.03972 13.3333 1.66662 12.9602 1.66662 12.5C1.66662 12.0397 2.03972 11.6666 2.49995 11.6666H3.74995L3.79922 11.6666C3.979 11.6663 4.1769 11.6659 4.35762 11.7019C5.08489 11.8465 5.6534 12.415 5.79806 13.1423C5.83401 13.323 5.83366 13.5209 5.83335 13.7007L5.83329 13.75L5.83335 13.7992C5.83366 13.979 5.83401 14.1769 5.79806 14.3576C5.6534 15.0849 5.08489 15.6534 4.35762 15.7981C4.1769 15.834 3.979 15.8337 3.79923 15.8334L3.74995 15.8333C3.62814 15.8333 3.55762 15.8334 3.50502 15.8352C3.48081 15.8361 3.46779 15.8371 3.46254 15.8376C3.4004 15.8519 3.35184 15.9004 3.33754 15.9626C3.33706 15.9678 3.33603 15.9808 3.3352 16.005C3.3334 16.0576 3.33329 16.1282 3.33329 16.25V16.6666H4.99995C5.46019 16.6666 5.83329 17.0397 5.83329 17.5C5.83329 17.9602 5.46019 18.3333 4.99995 18.3333H2.99995L2.97701 18.3333C2.88184 18.3335 2.74054 18.3337 2.6146 18.3167C2.45411 18.2951 2.20117 18.2333 1.98392 18.016C1.76667 17.7988 1.70478 17.5458 1.68321 17.3853C1.66627 17.2594 1.66647 17.1181 1.6666 17.0229L1.66662 17V16.25L1.66656 16.2007C1.66625 16.0209 1.6659 15.823 1.70185 15.6423C1.84651 14.915 2.41502 14.3465 3.14229 14.2019C3.32301 14.1659 3.52091 14.1663 3.70068 14.1666L3.74995 14.1666C3.87177 14.1666 3.94229 14.1665 3.99489 14.1647C4.0191 14.1639 4.03212 14.1629 4.03737 14.1624C4.09951 14.1481 4.14806 14.0995 4.16237 14.0374C4.16285 14.0321 4.16388 14.0191 4.16471 13.9949C4.16651 13.9423 4.16662 13.8718 4.16662 13.75C4.16662 13.6282 4.16651 13.5576 4.16471 13.505C4.16388 13.4808 4.16285 13.4678 4.16237 13.4626C4.14807 13.4004 4.0995 13.3519 4.03737 13.3376L3.99489 13.3352Z", fill: "#697586" }), index.h("path", { key: '1b30b26a51649fa4fc2a110f5c50fe047d1b27be', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M1.6665 2.49998C1.6665 2.03974 2.0396 1.66664 2.49984 1.66664H3.49984C4.09815 1.66664 4.58317 2.15167 4.58317 2.74998V6.66664H4.99984C5.46007 6.66664 5.83317 7.03974 5.83317 7.49998C5.83317 7.96021 5.46007 8.33331 4.99984 8.33331H2.49984C2.0396 8.33331 1.6665 7.96021 1.6665 7.49998C1.6665 7.03974 2.0396 6.66664 2.49984 6.66664H2.9165V3.33331H2.49984C2.0396 3.33331 1.6665 2.96021 1.6665 2.49998Z", fill: "#697586" })))));
18
+ return (index.h("div", { key: '85bba7dc68e65cd9a204b796efa4b4ceee219020', class: `editor_icon_div ${this.state}` }, this.type === 'bold' && (index.h("svg", { key: '419ef4a7e7b5f3cd18e8d3969e0ad4bbc94850f0', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state}` }, index.h("path", { key: 'a2f8e159fac1df6c68cbeec85bd16f746d60494a', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M7.032 1.66666C7.04906 1.66667 7.06617 1.66667 7.08334 1.66667H10.8991C13.4079 1.66667 15.4167 3.73266 15.4167 6.25C15.4167 8.76734 13.4079 10.8333 10.8991 10.8333H4.58334C4.1231 10.8333 3.75001 10.4602 3.75001 10V5C3.75001 4.98283 3.75 4.96572 3.75 4.94866C3.74995 4.40356 3.7499 3.91379 3.8032 3.51737C3.86139 3.08457 3.9965 2.64056 4.3602 2.27686C4.7239 1.91316 5.16791 1.77805 5.60071 1.71986C5.99713 1.66656 6.4869 1.66661 7.032 1.66666ZM5.5391 3.45494C5.53893 3.45514 5.5388 3.45528 5.53871 3.45537C5.53862 3.45546 5.53848 3.45559 5.53828 3.45576C5.53285 3.4605 5.48714 3.50041 5.45501 3.73945C5.41844 4.01141 5.41667 4.38719 5.41667 5V9.16667H10.8991C12.4598 9.16667 13.75 7.8748 13.75 6.25C13.75 4.6252 12.4598 3.33333 10.8991 3.33333H7.08334C6.47053 3.33333 6.09475 3.3351 5.82279 3.37167C5.58375 3.4038 5.54384 3.44951 5.5391 3.45494Z", fill: "#697586" }), index.h("path", { key: '97c6d80e1f2d7adfdc46e241a54de8c4861945d7', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.58334 9.16667C5.04358 9.16667 5.41667 9.53976 5.41667 10V15C5.41667 15.6128 5.41844 15.9886 5.45501 16.2606C5.48714 16.4996 5.53285 16.5395 5.53828 16.5442C5.53848 16.5444 5.53862 16.5445 5.53871 16.5446C5.5388 16.5447 5.53893 16.5449 5.5391 16.5451C5.54384 16.5505 5.58375 16.5962 5.82279 16.6283C6.09475 16.6649 6.47053 16.6667 7.08334 16.6667H11.8056C13.3103 16.6667 14.5833 15.3908 14.5833 13.75C14.5833 12.1092 13.3103 10.8333 11.8056 10.8333H10.7738C10.3136 10.8333 9.94048 10.4602 9.94048 10C9.94048 9.53976 10.3136 9.16667 10.7738 9.16667H11.8056C14.2895 9.16667 16.25 11.2486 16.25 13.75C16.25 16.2514 14.2895 18.3333 11.8056 18.3333H7.08334C7.06617 18.3333 7.04906 18.3333 7.032 18.3333C6.48689 18.3334 5.99713 18.3334 5.60071 18.2801C5.16791 18.2219 4.7239 18.0868 4.3602 17.7231C3.9965 17.3594 3.86139 16.9154 3.8032 16.4826C3.7499 16.0862 3.74995 15.5964 3.75 15.0513C3.75 15.0343 3.75001 15.0172 3.75001 15V10C3.75001 9.53976 4.1231 9.16667 4.58334 9.16667Z", fill: "#697586" }))), this.type === 'italic' && (index.h("svg", { key: '356e5d921833d747ec23b6f5619cfc344bc39e9f', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state}` }, index.h("path", { key: '42cf4180ad1d9370751329645edca6197fc305f4', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.1665 3.33333C9.1665 2.8731 9.5396 2.5 9.99984 2.5H15.8332C16.2934 2.5 16.6665 2.8731 16.6665 3.33333C16.6665 3.79357 16.2934 4.16667 15.8332 4.16667H9.99984C9.5396 4.16667 9.1665 3.79357 9.1665 3.33333Z", fill: "#697586" }), index.h("path", { key: '08975c621e18080bacddce4e2a61993275f58bea', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.7059 2.58798C14.1175 2.7938 14.2844 3.29436 14.0785 3.70601L7.41188 17.0393C7.20606 17.451 6.70549 17.6178 6.29385 17.412C5.8822 17.2062 5.71534 16.7056 5.92117 16.294L12.5878 2.96066C12.7937 2.54901 13.2942 2.38215 13.7059 2.58798Z", fill: "#697586" }), index.h("path", { key: '92b4c37b8cbd0422dc2fdf6ee3fc7a75d1dc36ef', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.3335 16.6667C3.3335 16.2064 3.70659 15.8333 4.16683 15.8333L10.0002 15.8333C10.4604 15.8333 10.8335 16.2064 10.8335 16.6667C10.8335 17.1269 10.4604 17.5 10.0002 17.5H4.16683C3.70659 17.5 3.3335 17.1269 3.3335 16.6667Z", fill: "#697586" }))), this.type === 'h1' && (index.h("svg", { key: 'f8ef8efce0485ac36c5939372d4cf64ffc950a31', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state}` }, index.h("path", { key: '3d13cbd7061a6b78135efdb8fc50f0c673c654ee', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.91683 3.33333C3.37707 3.33333 3.75016 3.70643 3.75016 4.16667V15.8333C3.75016 16.2936 3.37707 16.6667 2.91683 16.6667C2.45659 16.6667 2.0835 16.2936 2.0835 15.8333V4.16667C2.0835 3.70643 2.45659 3.33333 2.91683 3.33333Z", fill: "#697586" }), index.h("path", { key: '53f8cf1f5084903974cf25295d9e83b858ce513d', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.2498 3.33333C11.7101 3.33333 12.0832 3.70643 12.0832 4.16667V15.8333C12.0832 16.2936 11.7101 16.6667 11.2498 16.6667C10.7896 16.6667 10.4165 16.2936 10.4165 15.8333V4.16667C10.4165 3.70643 10.7896 3.33333 11.2498 3.33333Z", fill: "#697586" }), index.h("path", { key: '93a44c34db28714e79078997e03bdbef6444fe36', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M16.2266 8.43194C16.4976 8.57695 16.6668 8.85934 16.6668 9.16667V15H17.0834C17.5437 15 17.9168 15.3731 17.9168 15.8333C17.9168 16.2936 17.5437 16.6667 17.0834 16.6667H14.5834C14.1232 16.6667 13.7501 16.2936 13.7501 15.8333C13.7501 15.3731 14.1232 15 14.5834 15H15.0001V10.7217C14.6226 10.9401 14.1353 10.8302 13.89 10.4623C13.6348 10.0793 13.7382 9.56192 14.1212 9.30662L15.3712 8.47329C15.6269 8.30282 15.9557 8.28692 16.2266 8.43194Z", fill: "#697586" }), index.h("path", { key: '4c8cbb9a4de51deeea82ffda9d0bdbec216c9bd4', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.0835 10C2.0835 9.53976 2.45659 9.16667 2.91683 9.16667L11.2502 9.16667C11.7104 9.16667 12.0835 9.53976 12.0835 10C12.0835 10.4602 11.7104 10.8333 11.2502 10.8333L2.91683 10.8333C2.45659 10.8333 2.0835 10.4602 2.0835 10Z", fill: "#697586" }))), this.type === 'h2' && (index.h("svg", { key: '95571146f89af23773167ec3669b41e3ac061c2d', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state}` }, index.h("path", { key: '824164fab482f273446672ca275cede1ee512c23', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.49984 3.33333C2.96007 3.33333 3.33317 3.70643 3.33317 4.16667V15.8333C3.33317 16.2936 2.96007 16.6667 2.49984 16.6667C2.0396 16.6667 1.6665 16.2936 1.6665 15.8333V4.16667C1.6665 3.70643 2.0396 3.33333 2.49984 3.33333Z", fill: "#697586" }), index.h("path", { key: '1fcbe6d47106785f7aef4543f663df47b8e8775f', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.8333 3.33333C11.2936 3.33333 11.6667 3.70643 11.6667 4.16667V15.8333C11.6667 16.2936 11.2936 16.6667 10.8333 16.6667C10.3731 16.6667 10 16.2936 10 15.8333V4.16667C10 3.70643 10.3731 3.33333 10.8333 3.33333Z", fill: "#697586" }), index.h("path", { key: '3f704efdf3a583210b530c5c0c93d8fc39128ec2', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.334 10.8333C13.334 9.45262 14.4533 8.33333 15.834 8.33333C17.2147 8.33333 18.334 9.45262 18.334 10.8333V11.0116C18.334 11.7709 18.0117 12.4945 17.4474 13.0024L15.2765 14.9562C15.2593 14.9717 15.2431 14.9862 15.2279 15H17.5007C17.9609 15 18.334 15.3731 18.334 15.8333C18.334 16.2936 17.9609 16.6667 17.5007 16.6667H14.1673C13.7071 16.6667 13.334 16.2936 13.334 15.8333V15.5756C13.334 15.551 13.3339 15.5257 13.3338 15.4997C13.3324 15.2173 13.3307 14.8574 13.4782 14.5264C13.6256 14.1954 13.8942 13.9559 14.105 13.7679C14.1244 13.7507 14.1433 13.7338 14.1616 13.7174L16.3324 11.7636C16.5456 11.5717 16.6673 11.2984 16.6673 11.0116V10.8333C16.6673 10.3731 16.2942 10 15.834 10C15.3738 10 15.0007 10.3731 15.0007 10.8333V11.1667C15.0007 11.6269 14.6276 12 14.1673 12C13.7071 12 13.334 11.6269 13.334 11.1667V10.8333Z", fill: "#697586" }), index.h("path", { key: '57ec695276ec8cd0528b7e4b1548feea5b5a31c5', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M1.6665 10C1.6665 9.53976 2.0396 9.16667 2.49984 9.16667L10.8332 9.16667C11.2934 9.16667 11.6665 9.53976 11.6665 10C11.6665 10.4602 11.2934 10.8333 10.8332 10.8333L2.49984 10.8333C2.0396 10.8333 1.6665 10.4602 1.6665 10Z", fill: "#697586" }))), this.type === 'quote' && (index.h("svg", { key: '8442430e5059225463bb4f68a4bc6d4d0cc64970', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state}` }, index.h("path", { key: 'bca8cc5d9cd608203e8450033e57b5cb88b99984', d: "M4.9568 10.625C4.20808 10.625 3.58374 10.625 3.08809 10.5584C2.56493 10.488 2.0926 10.3333 1.71304 9.95374C1.33348 9.57418 1.17876 9.10184 1.10842 8.57868C1.04178 8.08303 1.0418 7.45869 1.04183 6.70996L1.04183 6.70994L1.04183 6.62329L1.04183 6.62327C1.0418 5.87454 1.04178 5.2502 1.10842 4.75455C1.17876 4.23139 1.33348 3.75905 1.71304 3.3795C2.0926 2.99994 2.56493 2.84521 3.08809 2.77488C3.58374 2.70824 4.20809 2.70826 4.95681 2.70828L4.95683 2.70828L5.04349 2.70828L5.04351 2.70828C5.79224 2.70826 6.41658 2.70824 6.91223 2.77488C7.43539 2.84521 7.90772 2.99994 8.28728 3.3795C8.66684 3.75905 8.82156 4.23139 8.8919 4.75455C8.95854 5.25019 8.95852 5.87454 8.9585 6.62326L8.9585 6.62328L8.9585 6.70995L8.9585 6.70998C8.95852 7.4587 8.95854 8.08304 8.8919 8.57868C8.82156 9.10184 8.66684 9.57418 8.28728 9.95374C7.90772 10.3333 7.43539 10.488 6.91223 10.5584C6.41658 10.625 5.79224 10.625 5.04352 10.625L5.04349 10.625L4.95683 10.625L4.9568 10.625Z", fill: "#697586" }), index.h("path", { key: '51506a0e900d433830d82894a8d6ebc90224d779', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.32957 16.7061C2.19264 16.2667 2.43783 15.7995 2.87722 15.6626C5.46695 14.8555 7.29183 12.5623 7.29183 9.90596L7.29183 6.45817C7.29183 5.99793 7.66493 5.62483 8.12516 5.62483C8.5854 5.62483 8.9585 5.99793 8.9585 6.45817L8.9585 9.90596C8.9585 13.3612 6.59053 16.2511 3.3731 17.2538C2.93371 17.3907 2.4665 17.1455 2.32957 16.7061Z", fill: "#697586" }), index.h("path", { key: '1cfb90237cbf2c3b346a46d2176a6167d15aa6dd', d: "M14.9568 10.625C14.2081 10.625 13.5837 10.625 13.0881 10.5584C12.5649 10.488 12.0926 10.3333 11.713 9.95374C11.3335 9.57418 11.1788 9.10184 11.1084 8.57868C11.0418 8.08304 11.0418 7.45869 11.0418 6.70997L11.0418 6.70994L11.0418 6.62329L11.0418 6.62327C11.0418 5.87454 11.0418 5.2502 11.1084 4.75455C11.1788 4.23139 11.3335 3.75905 11.713 3.3795C12.0926 2.99994 12.5649 2.84521 13.0881 2.77488C13.5837 2.70824 14.2081 2.70826 14.9568 2.70828L14.9568 2.70828L15.0435 2.70828L15.0435 2.70828C15.7922 2.70826 16.4166 2.70824 16.9122 2.77488C17.4354 2.84521 17.9077 2.99994 18.2873 3.3795C18.6668 3.75906 18.8216 4.23139 18.8919 4.75455C18.9585 5.2502 18.9585 5.87454 18.9585 6.62326L18.9585 6.62328L18.9585 6.70995L18.9585 6.70998C18.9585 7.4587 18.9585 8.08304 18.8919 8.57868C18.8216 9.10185 18.6668 9.57418 18.2873 9.95374C17.9077 10.3333 17.4354 10.488 16.9122 10.5584C16.4166 10.625 15.7922 10.625 15.0435 10.625L15.0435 10.625L14.9568 10.625L14.9568 10.625Z", fill: "#697586" }), index.h("path", { key: '05b94ebdfc4977c6e85994951915ad495e84e879', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.3296 16.7061C12.1926 16.2667 12.4378 15.7995 12.8772 15.6626C15.4669 14.8555 17.2918 12.5623 17.2918 9.90596L17.2918 6.45817C17.2918 5.99793 17.6649 5.62483 18.1252 5.62483C18.5854 5.62483 18.9585 5.99793 18.9585 6.45817L18.9585 9.90596C18.9585 13.3612 16.5905 16.2511 13.3731 17.2538C12.9337 17.3907 12.4665 17.1455 12.3296 16.7061Z", fill: "#697586" }))), this.type === 'link' && (index.h("svg", { key: '08dd92a3e150748e0e3a5d56af41f09b7d76dda1', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "10", viewBox: "0 0 20 10", fill: "none", class: `icons ${this.state}` }, index.h("path", { key: '2fdcbe405293b7e6ecd12b0b7df144258b8d8fbb', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.8335 1.66667C3.99255 1.66667 2.50016 3.15905 2.50016 5C2.50016 6.84095 3.99255 8.33333 5.8335 8.33333H8.3335C8.79373 8.33333 9.16683 8.70643 9.16683 9.16667C9.16683 9.6269 8.79373 10 8.3335 10H5.8335C3.07207 10 0.833496 7.76142 0.833496 5C0.833496 2.23858 3.07207 0 5.8335 0H8.3335C8.79373 0 9.16683 0.373096 9.16683 0.833333C9.16683 1.29357 8.79373 1.66667 8.3335 1.66667H5.8335ZM10.8335 0.833333C10.8335 0.373096 11.2066 0 11.6668 0H14.1668C16.9283 0 19.1668 2.23858 19.1668 5C19.1668 7.76142 16.9283 10 14.1668 10H11.6668C11.2066 10 10.8335 9.6269 10.8335 9.16667C10.8335 8.70643 11.2066 8.33333 11.6668 8.33333H14.1668C16.0078 8.33333 17.5002 6.84095 17.5002 5C17.5002 3.15905 16.0078 1.66667 14.1668 1.66667H11.6668C11.2066 1.66667 10.8335 1.29357 10.8335 0.833333Z", fill: "#697586" }), index.h("path", { key: '511acc4a8a3e106d4bb0c9411a7840225ce9314e', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M6.66699 5C6.66699 4.53976 7.04009 4.16667 7.50033 4.16667H12.5003C12.9606 4.16667 13.3337 4.53976 13.3337 5C13.3337 5.46024 12.9606 5.83333 12.5003 5.83333H7.50033C7.04009 5.83333 6.66699 5.46024 6.66699 5Z", fill: "#697586" }))), this.type === 'photo' && (index.h("svg", { key: '066af1b0839cd413881a78a9bdbd0f32335d6c94', xmlns: "http://www.w3.org/2000/svg", width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", class: `icons ${this.state}` }, index.h("path", { key: '6dcfe1898a91316ef801cf745920ccc7c6d2dbea', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.375 5.04167C3.375 4.12119 4.12119 3.375 5.04167 3.375C5.96214 3.375 6.70833 4.12119 6.70833 5.04167C6.70833 5.96214 5.96214 6.70833 5.04167 6.70833C4.12119 6.70833 3.375 5.96214 3.375 5.04167Z", fill: "#697586" }), index.h("path", { key: '6d313d8ad7f0ac416a88701b3b2592a7c91942a4', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.93796 0.25H9.06204C10.8754 0.24998 12.321 0.249964 13.4544 0.402352C14.6247 0.559697 15.5862 0.893121 16.3466 1.65345C17.1069 2.41377 17.4403 3.37528 17.5976 4.54559C17.75 5.67904 17.75 7.12465 17.75 8.93798V9.06202C17.75 10.8753 17.75 12.321 17.5976 13.4544C17.4403 14.6247 17.1069 15.5862 16.3466 16.3466C15.5862 17.1069 14.6247 17.4403 13.4544 17.5976C12.321 17.75 10.8753 17.75 9.06202 17.75H8.93798C7.12466 17.75 5.67904 17.75 4.54559 17.5976C3.37528 17.4403 2.41377 17.1069 1.65345 16.3466C0.893122 15.5862 0.559698 14.6247 0.402353 13.4544C0.249965 12.321 0.249981 10.8754 0.25 9.06204V8.93796C0.249981 7.12464 0.249965 5.67904 0.402353 4.54559C0.559698 3.37528 0.893122 2.41377 1.65345 1.65345C2.41377 0.893121 3.37528 0.559697 4.54559 0.402352C5.67904 0.249964 7.12464 0.24998 8.93796 0.25ZM4.76767 2.05416C3.78217 2.18665 3.231 2.43291 2.83196 2.83196C2.43291 3.231 2.18665 3.78217 2.05416 4.76767C1.91844 5.77715 1.91667 7.11046 1.91667 9C1.91667 10.8895 1.91844 12.2229 2.05416 13.2323C2.18665 14.2178 2.43291 14.769 2.83196 15.168C3.231 15.5671 3.78217 15.8133 4.76767 15.9458C5.77715 16.0816 7.11047 16.0833 9 16.0833C10.8895 16.0833 12.2229 16.0816 13.2323 15.9458C14.2178 15.8133 14.769 15.5671 15.168 15.168C15.5671 14.769 15.8133 14.2178 15.9458 13.2323C16.0816 12.2229 16.0833 10.8895 16.0833 9C16.0833 7.11046 16.0816 5.77715 15.9458 4.76767C15.8133 3.78217 15.5671 3.231 15.168 2.83196C14.769 2.43291 14.2178 2.18665 13.2323 2.05416C12.2229 1.91844 10.8895 1.91667 9 1.91667C7.11047 1.91667 5.77715 1.91844 4.76767 2.05416Z", fill: "#697586" }), index.h("path", { key: '1beddb93d81bc2ffa50e5f7dff2bcbb6ad7f4634', d: "M17.3666 9.58569C15.744 8.53929 14.1981 8.10081 12.7187 8.1626C11.246 8.2241 9.92182 8.77775 8.73068 9.57413C6.71529 10.9216 4.94269 13.0717 3.35558 14.9968C3.10434 15.3015 2.8577 15.6007 2.61553 15.89L1.9165 16.5008L2.93566 17.1947C3.65582 17.4931 4.49811 17.6237 5.46607 17.6873C6.43028 17.7507 7.59171 17.7507 8.97277 17.7507H9.06243C10.8757 17.7507 12.3213 17.7507 13.4548 17.5983C14.6251 17.441 15.5866 17.1076 16.3469 16.3472C17.0132 15.681 17.3537 14.8636 17.5333 13.8785C17.7083 12.9189 17.741 11.7355 17.7483 10.2902L17.7506 9.83332L17.3666 9.58569Z", fill: "#697586" }))), this.type === 'list_bullet' && (index.h("svg", { key: '8beab0baa312ed14afdc00100c1dbbf43861dd3e', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state}` }, index.h("path", { key: '936a095c586a3a45dee405ed86ee7485d720b812', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.8335 4.16667C5.8335 3.70643 6.20659 3.33333 6.66683 3.33333L16.6668 3.33333C17.1271 3.33333 17.5002 3.70643 17.5002 4.16667C17.5002 4.6269 17.1271 5 16.6668 5L6.66683 5C6.20659 5 5.8335 4.6269 5.8335 4.16667Z", fill: "#697586" }), index.h("path", { key: '333942a5e595041444c824ee2779875cfc439399', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.5 4.16667C2.5 3.70643 2.8731 3.33333 3.33333 3.33333H3.34082C3.80106 3.33333 4.17415 3.70643 4.17415 4.16667C4.17415 4.6269 3.80106 5 3.34082 5H3.33333C2.8731 5 2.5 4.6269 2.5 4.16667Z", fill: "#697586" }), index.h("path", { key: 'd8a8f27e552d27c78c185e5d9736e06570398594', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.5 10C2.5 9.53976 2.8731 9.16667 3.33333 9.16667H3.34082C3.80106 9.16667 4.17415 9.53976 4.17415 10C4.17415 10.4602 3.80106 10.8333 3.34082 10.8333H3.33333C2.8731 10.8333 2.5 10.4602 2.5 10Z", fill: "#697586" }), index.h("path", { key: '7c871de36f11efffe00272caeba498b3e4ee1601', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.5 15.8333C2.5 15.3731 2.8731 15 3.33333 15H3.34082C3.80106 15 4.17415 15.3731 4.17415 15.8333C4.17415 16.2936 3.80106 16.6667 3.34082 16.6667H3.33333C2.8731 16.6667 2.5 16.2936 2.5 15.8333Z", fill: "#697586" }), index.h("path", { key: 'ae70c9e1b18cf0f54afc26530bbb6943c3eee891', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.8335 10C5.8335 9.53976 6.20659 9.16667 6.66683 9.16667L16.6668 9.16667C17.1271 9.16667 17.5002 9.53976 17.5002 10C17.5002 10.4602 17.1271 10.8333 16.6668 10.8333L6.66683 10.8333C6.20659 10.8333 5.8335 10.4602 5.8335 10Z", fill: "#697586" }), index.h("path", { key: 'eb6d4b50734cb1dc3870a2a9bfeac8de1d422170', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.8335 15.8333C5.8335 15.3731 6.20659 15 6.66683 15L16.6668 15C17.1271 15 17.5002 15.3731 17.5002 15.8333C17.5002 16.2936 17.1271 16.6667 16.6668 16.6667L6.66683 16.6667C6.20659 16.6667 5.8335 16.2936 5.8335 15.8333Z", fill: "#697586" }))), this.type === 'list_numbers' && (index.h("svg", { key: '5180a2567b4c50f7f8ecf427b31ef84bcc82925d', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state}` }, index.h("path", { key: 'b008eb6ccebe7407fbe1353e5e9fd5394134d5ed', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.3335 4.99998C8.3335 4.53974 8.70659 4.16664 9.16683 4.16664L17.5002 4.16664C17.9604 4.16664 18.3335 4.53974 18.3335 4.99998C18.3335 5.46022 17.9604 5.83331 17.5002 5.83331L9.16683 5.83331C8.70659 5.83331 8.3335 5.46021 8.3335 4.99998Z", fill: "#697586" }), index.h("path", { key: '302945912ea2b0d7811a9a250263ca4fa6098b7c', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.3335 9.99998C8.3335 9.53974 8.70659 9.16664 9.16683 9.16664L17.5002 9.16664C17.9604 9.16664 18.3335 9.53974 18.3335 9.99998C18.3335 10.4602 17.9604 10.8333 17.5002 10.8333L9.16683 10.8333C8.70659 10.8333 8.3335 10.4602 8.3335 9.99998Z", fill: "#697586" }), index.h("path", { key: 'e1a7c88f2dda586cef09eeddb2d36519ffbc38a9', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.3335 15C8.3335 14.5397 8.70659 14.1666 9.16683 14.1666L17.5002 14.1666C17.9604 14.1666 18.3335 14.5397 18.3335 15C18.3335 15.4602 17.9604 15.8333 17.5002 15.8333L9.16683 15.8333C8.70659 15.8333 8.3335 15.4602 8.3335 15Z", fill: "#697586" }), index.h("path", { key: '5f7bcce386697e5015f3c71fcf8b0bc33d830ac5', d: "M3.99489 13.3352C3.94229 13.3334 3.87177 13.3333 3.74995 13.3333H2.49995C2.03972 13.3333 1.66662 12.9602 1.66662 12.5C1.66662 12.0397 2.03972 11.6666 2.49995 11.6666H3.74995L3.79922 11.6666C3.979 11.6663 4.1769 11.6659 4.35762 11.7019C5.08489 11.8465 5.6534 12.415 5.79806 13.1423C5.83401 13.323 5.83366 13.5209 5.83335 13.7007L5.83329 13.75L5.83335 13.7992C5.83366 13.979 5.83401 14.1769 5.79806 14.3576C5.6534 15.0849 5.08489 15.6534 4.35762 15.7981C4.1769 15.834 3.979 15.8337 3.79923 15.8334L3.74995 15.8333C3.62814 15.8333 3.55762 15.8334 3.50502 15.8352C3.48081 15.8361 3.46779 15.8371 3.46254 15.8376C3.4004 15.8519 3.35184 15.9004 3.33754 15.9626C3.33706 15.9678 3.33603 15.9808 3.3352 16.005C3.3334 16.0576 3.33329 16.1282 3.33329 16.25V16.6666H4.99995C5.46019 16.6666 5.83329 17.0397 5.83329 17.5C5.83329 17.9602 5.46019 18.3333 4.99995 18.3333H2.99995L2.97701 18.3333C2.88184 18.3335 2.74054 18.3337 2.6146 18.3167C2.45411 18.2951 2.20117 18.2333 1.98392 18.016C1.76667 17.7988 1.70478 17.5458 1.68321 17.3853C1.66627 17.2594 1.66647 17.1181 1.6666 17.0229L1.66662 17V16.25L1.66656 16.2007C1.66625 16.0209 1.6659 15.823 1.70185 15.6423C1.84651 14.915 2.41502 14.3465 3.14229 14.2019C3.32301 14.1659 3.52091 14.1663 3.70068 14.1666L3.74995 14.1666C3.87177 14.1666 3.94229 14.1665 3.99489 14.1647C4.0191 14.1639 4.03212 14.1629 4.03737 14.1624C4.09951 14.1481 4.14806 14.0995 4.16237 14.0374C4.16285 14.0321 4.16388 14.0191 4.16471 13.9949C4.16651 13.9423 4.16662 13.8718 4.16662 13.75C4.16662 13.6282 4.16651 13.5576 4.16471 13.505C4.16388 13.4808 4.16285 13.4678 4.16237 13.4626C4.14807 13.4004 4.0995 13.3519 4.03737 13.3376L3.99489 13.3352Z", fill: "#697586" }), index.h("path", { key: '90c05c035e4b8ee2e3ce5ce6966cef2211e5f6ab', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M1.6665 2.49998C1.6665 2.03974 2.0396 1.66664 2.49984 1.66664H3.49984C4.09815 1.66664 4.58317 2.15167 4.58317 2.74998V6.66664H4.99984C5.46007 6.66664 5.83317 7.03974 5.83317 7.49998C5.83317 7.96021 5.46007 8.33331 4.99984 8.33331H2.49984C2.0396 8.33331 1.6665 7.96021 1.6665 7.49998C1.6665 7.03974 2.0396 6.66664 2.49984 6.66664H2.9165V3.33331H2.49984C2.0396 3.33331 1.6665 2.96021 1.6665 2.49998Z", fill: "#697586" })))));
19
19
  }
20
20
  };
21
21
  GbWysiwygEditorIcon.style = GbWysiwygEditorIconStyle0;
@@ -14,7 +14,7 @@ const GbWYSIWYGTooltip = class {
14
14
  this.breakpoint = undefined;
15
15
  }
16
16
  render() {
17
- return (index.h("div", { key: '66518d62b83dff38b4075e67879c36fc70cb7e11', class: "wysiwyg_tooltip_div" }, index.h("div", { key: '528698cad8f896663febd35256b892341abde284', class: `wysiwyg_tooltip ${this.breakpoint}` }, index.h("div", { key: '8d1ce2a74fd4a77d60c2dba0be48ce4078dbc80d', class: `arrow ${this.arrow}` }), index.h("div", { key: '5ad4aa647d820e80b0e1b7e609e2d58be30d25a3', class: "wysiwyg_tooltip_content" }, index.h("gb-wysiwyg-editor-icon", { key: '2747920e8e030a01b62e824114bd9bd8c9699eba', state: "default", type: "bold" }), index.h("gb-wysiwyg-editor-icon", { key: '3d2e3fdfef2ffdb29f07c5999c869e363c0be205', state: "default", type: "italic" }), index.h("gb-wysiwyg-editor-icon", { key: '9c128b34c207b1ceb48331078c9118ca51729a71', state: "default", type: "h1" }), index.h("gb-wysiwyg-editor-icon", { key: '034f01d32f44cd251380d3701b99e096e403d5c8', state: "default", type: "h2" }), index.h("gb-wysiwyg-editor-icon", { key: '6a7eb4445c778dd74371c2d16d0ee0071652d139', state: "default", type: "quote" }), index.h("gb-wysiwyg-editor-icon", { key: 'c77088e32d84403cf3365efa83e664fdc960ff2c', state: "default", type: "link" }), index.h("gb-wysiwyg-editor-icon", { key: '492636c3d4a499f4b534007052a2c59cb2aa86b7', state: "default", type: "photo" }), index.h("gb-wysiwyg-editor-icon", { key: '52fb92783d3bfd23642275a23b6efa4fc478d94f', state: "default", type: "list_bullet" }), index.h("gb-wysiwyg-editor-icon", { key: '3503b24d124cd85331c1774757edcb5b47532f08', state: "default", type: "list_numbers" })))));
17
+ return (index.h("div", { key: '1face50110d333b30c419949e29b8b7d3b087b74', class: "wysiwyg_tooltip_div" }, index.h("div", { key: 'a95708f0846036990d275853fab15150c9ea86d2', class: `wysiwyg_tooltip ${this.breakpoint}` }, index.h("div", { key: 'f7efa9f71c789cb30f6bea8451cb349a7fc09248', class: `arrow ${this.arrow}` }), index.h("div", { key: 'f443489f16c133acaf4ebe0908b1d1057d95f835', class: "wysiwyg_tooltip_content" }, index.h("gb-wysiwyg-editor-icon", { key: '150a349d5aa3a082429c9e5f95dbadba86b64790', state: "default", type: "bold" }), index.h("gb-wysiwyg-editor-icon", { key: 'e119e7e1d2e958d6d2fba42703e26f2c3a0ab714', state: "default", type: "italic" }), index.h("gb-wysiwyg-editor-icon", { key: '5e7e128ffc1e607312485be653668ce9a9f2f47b', state: "default", type: "h1" }), index.h("gb-wysiwyg-editor-icon", { key: '2fecdf57740f067ff5a9214d24f20b519d488557', state: "default", type: "h2" }), index.h("gb-wysiwyg-editor-icon", { key: 'ecbdd288cddf4fc3adbe31fc2110c843c9b59b9f', state: "default", type: "quote" }), index.h("gb-wysiwyg-editor-icon", { key: 'b81f1a8a7be5b5845cb8a78e4da70afabcd1ddaf', state: "default", type: "link" }), index.h("gb-wysiwyg-editor-icon", { key: '8678f295b8794940f5453562ca1dd29da28a4009', state: "default", type: "photo" }), index.h("gb-wysiwyg-editor-icon", { key: 'a73206f2a4318a35eb25bccf8c492590f9859873', state: "default", type: "list_bullet" }), index.h("gb-wysiwyg-editor-icon", { key: '4065b595cbdeeb03126bb957f7ba19a14e444e0e', state: "default", type: "list_numbers" })))));
18
18
  }
19
19
  };
20
20
  GbWYSIWYGTooltip.style = GbWysiwygTooltipStyle0;
@@ -19,7 +19,7 @@ var patchBrowser = () => {
19
19
 
20
20
  patchBrowser().then(async (options) => {
21
21
  await appGlobals.globalScripts();
22
- return index.bootstrapLazy(JSON.parse("[[\"gb-action-panel_11.cjs\",[[1,\"gb-action-panel\",{\"type\":[1],\"showCloseButton\":[4,\"show-close-button\"],\"showSelectedRows\":[4,\"show-selected-rows\"],\"showCheckbox\":[4,\"show-checkbox\"],\"firstButton\":[4,\"first-button\"],\"firstButtonIconLeading\":[1,\"first-button-icon-leading\"],\"firstButtonIconTrailing\":[1,\"first-button-icon-trailing\"],\"secondButton\":[4,\"second-button\"],\"secondButtonIconLeading\":[1,\"second-button-icon-leading\"],\"secondButtonIconTrailing\":[1,\"second-button-icon-trailing\"],\"thirdButton\":[4,\"third-button\"],\"thirdButtonIconLeading\":[1,\"third-button-icon-leading\"],\"thirdButtonIconTrailing\":[1,\"third-button-icon-trailing\"],\"showSubmitButton\":[4,\"show-submit-button\"],\"firstButtonText\":[1,\"first-button-text\"],\"secondButtonText\":[1,\"second-button-text\"],\"thirdButtonText\":[1,\"third-button-text\"],\"previousButtonState\":[1,\"previous-button-state\"],\"submitButtonText\":[1,\"submit-button-text\"],\"checked\":[32]}],[1,\"gb-header\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"text\":[4],\"placeholder\":[4],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"showNotification\":[4,\"show-notification\"],\"showHelp\":[4,\"show-help\"],\"showLogo\":[4,\"show-logo\"],\"onNavBarItemClicked\":[64]}],[1,\"gb-header-icon\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"icon\":[1]}],[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-button-close\",{\"size\":[1],\"color\":[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-avatar\",{\"size\":[1],\"placeholder\":[4],\"text\":[4],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"icon\":[1],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"weight\":[1],\"assignedColorClass\":[32]}],[1,\"gb-avatar-contrast-inner-border\",{\"weight\":[1],\"size\":[1],\"showBorder\":[4,\"show-border\"]}],[1,\"gb-status-indicator\",{\"statusIcon\":[1,\"status-icon\"],\"size\":[1],\"state\":[1],\"indicatorStateClass\":[1,\"indicator-state-class\"]}]]],[\"gb-pagination.cjs\",[[1,\"gb-pagination\",{\"type\":[1],\"shape\":[1],\"breakpoint\":[1],\"currentPage\":[1026,\"current-page\"],\"totalPages\":[1026,\"total-pages\"],\"entries\":[1040],\"selectedPageSize\":[32],\"defaultSelected\":[32]}]]],[\"gb-sidebar.cjs\",[[1,\"gb-sidebar\",{\"state\":[1025],\"category\":[1],\"navItemStyle\":[1,\"nav-item-style\"],\"type\":[1],\"showSecondCategory\":[4,\"show-second-category\"],\"iconInstance\":[1,\"icon-instance\"],\"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\"],\"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\"],\"complexSidebarData\":[8,\"complex-sidebar-data\"],\"activeIndex\":[1026,\"active-index\"],\"activePrimaryItem\":[1025,\"active-primary-item\"],\"activeSecondaryItem\":[1025,\"active-secondary-item\"],\"leadingIconSvg\":[32],\"sideBarItemClicked\":[64]}]]],[\"gb-textarea-input-field.cjs\",[[1,\"gb-textarea-input-field\",{\"type\":[1],\"state\":[1025],\"destructive\":[4],\"placeholderText\":[1,\"placeholder-text\"],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"idOfInput\":[513,\"id-of-input\"],\"isReadOnly\":[516,\"is-read-only\"],\"value\":[1032],\"icon\":[1],\"results\":[1040],\"content\":[32],\"inputValue\":[32],\"selectedStaff\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"show\":[32],\"staffInfo\":[32],\"selectedItems\":[32],\"unselectedItems\":[32]},[[4,\"click\",\"handleClickOutside\"]],{\"value\":[\"updateSelectedItems\"]}]]],[\"test-input-tag.cjs\",[[0,\"test-input-tag\",{\"idOfInput\":[513,\"id-of-input\"],\"type\":[513],\"labelText\":[513,\"label-text\"],\"isReadOnly\":[516,\"is-read-only\"],\"placeholderText\":[513,\"placeholder-text\"],\"show\":[32],\"showSpinner\":[32],\"staffInfo\":[32],\"selectedStaff\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"inputValue\":[32],\"dropdownOpen\":[32]}]]],[\"gb-avatar-dropdown.cjs\",[[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],\"showBorder\":[4,\"show-border\"]}]]],[\"gb-checkbox-group.cjs\",[[1,\"gb-checkbox-group\",{\"size\":[1],\"breakpoint\":[1],\"icon\":[1],\"selected\":[4],\"type\":[1]}]]],[\"gb-file-upload.cjs\",[[1,\"gb-file-upload\",{\"icon\":[1],\"type\":[1],\"heightSize\":[1,\"height-size\"],\"state\":[1],\"destructive\":[4],\"showLabel\":[4,\"show-label\"],\"progress\":[2],\"fileType\":[16],\"files\":[32],\"fileStates\":[32],\"isDragging\":[32]}]]],[\"gb-horizontal-tabs.cjs\",[[1,\"gb-horizontal-tabs\",{\"type\":[1],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"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\"],\"eleventhTabName\":[1,\"eleventh-tab-name\"],\"twelfthTabName\":[1,\"twelfth-tab-name\"],\"thirteenthTabName\":[1,\"thirteenth-tab-name\"],\"fourteenthTabName\":[1,\"fourteenth-tab-name\"],\"fifteenthTabName\":[1,\"fifteenth-tab-name\"],\"sixteenthTabName\":[1,\"sixteenth-tab-name\"],\"seventeenthTabName\":[1,\"seventeenth-tab-name\"],\"eighteenthTabName\":[1,\"eighteenth-tab-name\"],\"nineteenthTabName\":[1,\"nineteenth-tab-name\"],\"twentiethTabName\":[1,\"twentieth-tab-name\"],\"activeIndex\":[1026,\"active-index\"]}]]],[\"gb-vertical-tabs.cjs\",[[1,\"gb-vertical-tabs\",{\"size\":[1],\"type\":[1],\"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\"],\"eleventhTabName\":[1,\"eleventh-tab-name\"],\"twelfthTabName\":[1,\"twelfth-tab-name\"],\"thirteenthTabName\":[1,\"thirteenth-tab-name\"],\"fourteenthTabName\":[1,\"fourteenth-tab-name\"],\"fifteenthTabName\":[1,\"fifteenth-tab-name\"],\"sixteenthTabName\":[1,\"sixteenth-tab-name\"],\"seventeenthTabName\":[1,\"seventeenth-tab-name\"],\"eighteenthTabName\":[1,\"eighteenth-tab-name\"],\"nineteenthTabName\":[1,\"nineteenth-tab-name\"],\"twentiethTabName\":[1,\"twentieth-tab-name\"],\"activeIndex\":[1026,\"active-index\"]}]]],[\"gb-avatar-group.cjs\",[[1,\"gb-avatar-group\",{\"size\":[1],\"moreUsers\":[4,\"more-users\"],\"addMoreButton\":[4,\"add-more-button\"],\"text\":[4],\"state\":[1],\"images\":[16]}]]],[\"gb-avatar-profile-photo.cjs\",[[1,\"gb-avatar-profile-photo\",{\"placeholder\":[4],\"text\":[4],\"size\":[1],\"verified\":[4],\"icon\":[1]}]]],[\"gb-export-dropdown.cjs\",[[1,\"gb-export-dropdown\",{\"state\":[1],\"showFirstSubDropdown\":[32],\"showSecondSubDropdown\":[32]}]]],[\"gb-help-dropdown.cjs\",[[1,\"gb-help-dropdown\",{\"showLogError\":[4,\"show-log-error\"],\"onHelpItemClicked\":[64]}]]],[\"gb-toast.cjs\",[[1,\"gb-toast\",{\"color\":[1],\"size\":[1],\"breakpoint\":[1],\"xCloseButton\":[4,\"x-close-button\"],\"actions\":[4],\"showSupportingText\":[4,\"show-supporting-text\"]}]]],[\"gb-notification-pane.cjs\",[[1,\"gb-notification-pane\",{\"state\":[1],\"notifications\":[1040],\"icon\":[1],\"label\":[1],\"time\":[1],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-slider.cjs\",[[1,\"gb-slider\",{\"min\":[2],\"max\":[2],\"thumbType\":[1,\"thumb-type\"],\"leftControl\":[2,\"left-control\"],\"rightControl\":[2,\"right-control\"],\"label\":[1],\"unit\":[1],\"unitPosition\":[1,\"unit-position\"],\"leftValue\":[32],\"rightValue\":[32]}]]],[\"gb-toggle.cjs\",[[1,\"gb-toggle\",{\"size\":[1],\"state\":[1],\"text\":[4],\"supportingText\":[4,\"supporting-text\"],\"pressed\":[4]}]]],[\"gb-token-field-compact.cjs\",[[1,\"gb-token-field-compact\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showSupportingText\":[4,\"show-supporting-text\"],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-token-field-compressed.cjs\",[[1,\"gb-token-field-compressed\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"gb-wysiwyg-tooltip.cjs\",[[1,\"gb-wysiwyg-tooltip\",{\"arrow\":[1],\"breakpoint\":[1]}]]],[\"gb-carousel-arrow.cjs\",[[0,\"gb-carousel-arrow\",{\"size\":[1],\"chevron\":[1]}]]],[\"gb-pagination-dot-group.cjs\",[[1,\"gb-pagination-dot-group\",{\"size\":[1],\"type\":[1],\"color\":[1],\"framed\":[4]}]]],[\"gb-pagination-dot-indicator.cjs\",[[0,\"gb-pagination-dot-indicator\",{\"current\":[4],\"type\":[1],\"size\":[1]}]]],[\"gb-progress-circle.cjs\",[[1,\"gb-progress-circle\",{\"size\":[1],\"shape\":[1],\"label\":[4],\"progress\":[2]},null,{\"progress\":[\"handleProgressChange\"]}]]],[\"gb-scrollbar.cjs\",[[1,\"gb-scrollbar\",{\"length\":[1]}]]],[\"gb-table-cell.cjs\",[[1,\"gb-table-cell\",{\"type\":[1]}]]],[\"gb-checkbox-group-item.cjs\",[[1,\"gb-checkbox-group-item\",{\"size\":[1],\"type\":[1],\"state\":[1],\"breakpoint\":[1],\"showCost\":[4,\"show-cost\"],\"selected\":[1028]}]]],[\"gb-file-upload-item-base.cjs\",[[1,\"gb-file-upload-item-base\",{\"icon\":[1],\"state\":[1],\"heightSize\":[1,\"height-size\"],\"fileType\":[1,\"file-type\"],\"buttonState\":[1,\"button-state\"],\"progress\":[2],\"size\":[2],\"fileSize\":[2,\"file-size\"],\"fileName\":[1,\"file-name\"]}]]],[\"gb-avatar-label-group.cjs\",[[1,\"gb-avatar-label-group\",{\"size\":[1],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"placeholder\":[4],\"text\":[4],\"color\":[1],\"showBorder\":[4,\"show-border\"]}]]],[\"gb-avatar-add-button.cjs\",[[1,\"gb-avatar-add-button\",{\"size\":[1],\"showToolTip\":[1028,\"show-tool-tip\"],\"state\":[1],\"el\":[16]}]]],[\"gb-slider-control-handle.cjs\",[[1,\"gb-slider-control-handle\",{\"value\":[1],\"type\":[1],\"isHovered\":[32],\"isFocused\":[32]}]]],[\"gb-notification-content.cjs\",[[1,\"gb-notification-content\",{\"icon\":[1],\"label\":[1],\"time\":[1],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-toast-button.cjs\",[[1,\"gb-toast-button\",{\"state\":[1],\"color\":[1]}]]],[\"gb-toggle-base.cjs\",[[1,\"gb-toggle-base\",{\"size\":[1],\"state\":[1],\"pressed\":[1028]}]]],[\"gb-wysiwyg-editor-icon.cjs\",[[1,\"gb-wysiwyg-editor-icon\",{\"active\":[4],\"type\":[1],\"state\":[1]}]]],[\"gb-tab-button-base.cjs\",[[1,\"gb-tab-button-base\",{\"current\":[4],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"badge\":[4],\"type\":[1],\"tabName\":[1,\"tab-name\"],\"alignment\":[1]}]]],[\"gb-dropdown-items-with-shortcut.cjs\",[[1,\"gb-dropdown-items-with-shortcut\",{\"icon\":[4],\"iconSrc\":[1,\"icon-src\"],\"checkbox\":[4],\"shortcut\":[4],\"shortcutIcon\":[1,\"shortcut-icon\"],\"label\":[1],\"state\":[1],\"destructive\":[4],\"leadingIconSvg\":[32]}]]],[\"gb-export-sub-dropdown-item.cjs\",[[1,\"gb-export-sub-dropdown-item\",{\"icon\":[1],\"state\":[1],\"leadingIconSvg\":[32]}]]],[\"gb-export-dropdown-item_2.cjs\",[[1,\"gb-export-sub-dropdown\"],[1,\"gb-export-dropdown-item\",{\"icon\":[4],\"state\":[1],\"type\":[1]}]]],[\"gb-mega-input-field-base.cjs\",[[1,\"gb-mega-input-field-base\",{\"size\":[1],\"state\":[1],\"inputValue\":[32]}]]],[\"gb-tooltip.cjs\",[[1,\"gb-tooltip\",{\"showArrow\":[4,\"show-arrow\"],\"arrow\":[1],\"showSupportingText\":[4,\"show-supporting-text\"]}]]],[\"gb-input-dropdown-menu-item_5.cjs\",[[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],\"color\":[1],\"handleClick\":[64]}],[1,\"gb-tag-checkbox\",{\"checked\":[4],\"size\":[1],\"disabled\":[4]}],[1,\"gb-tag-close\",{\"size\":[1]}],[1,\"gb-tag-count\",{\"size\":[1]}]]],[\"gb-input-dropdown_3.cjs\",[[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\"],\"icon\":[1],\"items\":[1040],\"value\":[1040],\"supportingText\":[4,\"supporting-text\"],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"menuPosition\":[1,\"menu-position\"],\"showSearchInput\":[4,\"show-search-input\"],\"inputValue\":[1,\"input-value\"],\"destructive\":[4],\"errorText\":[1,\"error-text\"],\"leadingIconSvg\":[32],\"dropdownOpen\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"selectedItem\":[32],\"searchItem\":[32],\"searchResults\":[32]},[[4,\"click\",\"handleClickOutside\"]]],[1,\"gb-pagination-button-group-base\",{\"icon\":[1],\"state\":[1],\"iconSrc\":[1,\"icon-src\"],\"leadingIconSvg\":[32]}],[1,\"gb-pagination-number-base\",{\"shape\":[1],\"state\":[1]}]]],[\"gb-collapse-button_4.cjs\",[[1,\"gb-simple-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]}],[1,\"gb-collapse-button\",{\"color\":[1],\"isCollapsed\":[1028,\"is-collapsed\"],\"action\":[1025],\"isHovered\":[1028,\"is-hovered\"],\"collapseSidebar\":[64],\"expandSidebar\":[64]}],[1,\"gb-complex-primary-side-bar-item\",{\"category\":[1],\"itemStyle\":[1,\"item-style\"],\"state\":[1],\"icon\":[1],\"label\":[1],\"showTooltip\":[1028,\"show-tooltip\"],\"leadingIconSvg\":[32]}],[1,\"gb-complex-secondary-side-bar-item\",{\"state\":[1],\"type\":[1],\"category\":[1],\"label\":[1],\"icon\":[1],\"showTooltip\":[1028,\"show-tooltip\"],\"leadingIconSvg\":[32]}]]],[\"gb-file-type-icon_2.cjs\",[[1,\"gb-progress-bar\",{\"progress\":[2],\"showLabel\":[4,\"show-label\"],\"labelPosition\":[1,\"label-position\"]}],[1,\"gb-file-type-icon\",{\"fileStyle\":[1,\"file-style\"],\"fileType\":[1,\"file-type\"]}]]],[\"gb-help-tooltip_3.cjs\",[[1,\"gb-input-field\",{\"size\":[1],\"type\":[1],\"destructive\":[1028],\"state\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"errorText\":[1,\"error-text\"],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showHelpIcon\":[4,\"show-help-icon\"],\"showValidation\":[4,\"show-validation\"],\"showCountryIcon\":[4,\"show-country-icon\"],\"iconSwap\":[1,\"icon-swap\"],\"showCloseButton\":[1028,\"show-close-button\"],\"options\":[1040],\"idOfInput\":[513,\"id-of-input\"],\"labelText\":[513,\"label-text\"],\"isReadOnly\":[516,\"is-read-only\"],\"results\":[1040],\"menuPosition\":[1,\"menu-position\"],\"icon\":[1],\"value\":[1032],\"inputValue\":[32],\"tags\":[32],\"leadingIconSvg\":[32],\"isPasswordVisible\":[32],\"showDropdown\":[32],\"selectedItem\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"dropdownOpen\":[32],\"show\":[32],\"showSpinner\":[32]},[[4,\"click\",\"handleClickOutside\"]],{\"options\":[\"optionsChanged\"],\"value\":[\"updateSelectedItems\"]}],[1,\"gb-password-button\",{\"state\":[1],\"isPasswordVisible\":[32]}],[1,\"gb-help-tooltip\",{\"showArrow\":[4,\"show-arrow\"],\"showSupportingText\":[4,\"show-supporting-text\"],\"showHelpTooltip\":[32]}]]],[\"gb-badge_2.cjs\",[[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-badge-close\",{\"color\":[1],\"type\":[1]}]]]]"), options);
22
+ return index.bootstrapLazy(JSON.parse("[[\"gb-action-panel_16.cjs\",[[1,\"gb-detail-cell\",{\"state\":[1],\"type\":[1],\"label\":[1],\"detail\":[1],\"badgeColor\":[1,\"badge-color\"],\"badgeLabel\":[1,\"badge-label\"],\"showCopyButton\":[32],\"showTooltip\":[32],\"copied\":[32],\"isDownloaded\":[32]}],[1,\"gb-action-panel\",{\"type\":[1],\"showCloseButton\":[4,\"show-close-button\"],\"showSelectedRows\":[4,\"show-selected-rows\"],\"showCheckbox\":[4,\"show-checkbox\"],\"firstButton\":[4,\"first-button\"],\"firstButtonIconLeading\":[1,\"first-button-icon-leading\"],\"firstButtonIconTrailing\":[1,\"first-button-icon-trailing\"],\"secondButton\":[4,\"second-button\"],\"secondButtonIconLeading\":[1,\"second-button-icon-leading\"],\"secondButtonIconTrailing\":[1,\"second-button-icon-trailing\"],\"thirdButton\":[4,\"third-button\"],\"thirdButtonIconLeading\":[1,\"third-button-icon-leading\"],\"thirdButtonIconTrailing\":[1,\"third-button-icon-trailing\"],\"showSubmitButton\":[4,\"show-submit-button\"],\"firstButtonText\":[1,\"first-button-text\"],\"secondButtonText\":[1,\"second-button-text\"],\"thirdButtonText\":[1,\"third-button-text\"],\"previousButtonState\":[1,\"previous-button-state\"],\"submitButtonText\":[1,\"submit-button-text\"],\"checked\":[32]}],[1,\"gb-progress-steps\",{\"size\":[1],\"breakpoint\":[1],\"thirdStep\":[4,\"third-step\"],\"fourthStep\":[4,\"fourth-step\"],\"fifthStep\":[4,\"fifth-step\"],\"sixthStep\":[4,\"sixth-step\"],\"seventhStep\":[4,\"seventh-step\"],\"firstStepState\":[1,\"first-step-state\"],\"secondStepState\":[1,\"second-step-state\"],\"thirdStepState\":[1,\"third-step-state\"],\"fourthStepState\":[1,\"fourth-step-state\"],\"fifthStepState\":[1,\"fifth-step-state\"],\"sixthStepState\":[1,\"sixth-step-state\"],\"seventhStepState\":[1,\"seventh-step-state\"],\"firstStepStatus\":[1,\"first-step-status\"],\"secondStepStatus\":[1,\"second-step-status\"],\"thirdStepStatus\":[1,\"third-step-status\"],\"fourthStepStatus\":[1,\"fourth-step-status\"],\"fifthStepStatus\":[1,\"fifth-step-status\"],\"sixthStepStatus\":[1,\"sixth-step-status\"],\"seventhStepStatus\":[1,\"seventh-step-status\"]}],[1,\"gb-step-base\",{\"status\":[1],\"size\":[1],\"type\":[1],\"state\":[1],\"connector\":[4],\"showSupportingText\":[4,\"show-supporting-text\"],\"label\":[1],\"supportingText\":[1,\"supporting-text\"]}],[1,\"gb-file-type-icon\",{\"fileStyle\":[1,\"file-style\"],\"fileType\":[1,\"file-type\"]}],[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-button-close\",{\"size\":[1],\"color\":[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-badge-close\",{\"color\":[1],\"type\":[1]}],[1,\"gb-checkbox\",{\"checked\":[4],\"indeterminate\":[4],\"size\":[1],\"type\":[1],\"state\":[1],\"text\":[4],\"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],\"showBorder\":[4,\"show-border\"],\"weight\":[1],\"assignedColorClass\":[32]}],[1,\"gb-avatar-contrast-inner-border\",{\"weight\":[1],\"size\":[1],\"showBorder\":[4,\"show-border\"]}],[1,\"gb-status-indicator\",{\"statusIcon\":[1,\"status-icon\"],\"size\":[1],\"state\":[1],\"indicatorStateClass\":[1,\"indicator-state-class\"]}]]],[\"gb-pagination.cjs\",[[1,\"gb-pagination\",{\"type\":[1],\"shape\":[1],\"breakpoint\":[1],\"currentPage\":[1026,\"current-page\"],\"totalPages\":[1026,\"total-pages\"],\"entries\":[1040],\"selectedPageSize\":[32],\"defaultSelected\":[32]}]]],[\"gb-sidebar.cjs\",[[1,\"gb-sidebar\",{\"state\":[1025],\"category\":[1],\"navItemStyle\":[1,\"nav-item-style\"],\"type\":[1],\"showSecondCategory\":[4,\"show-second-category\"],\"iconInstance\":[1,\"icon-instance\"],\"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\"],\"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\"],\"complexSidebarData\":[8,\"complex-sidebar-data\"],\"activeIndex\":[1026,\"active-index\"],\"activePrimaryItem\":[1025,\"active-primary-item\"],\"activeSecondaryItem\":[1025,\"active-secondary-item\"],\"leadingIconSvg\":[32],\"sideBarItemClicked\":[64]}]]],[\"gb-textarea-input-field.cjs\",[[1,\"gb-textarea-input-field\",{\"type\":[1],\"state\":[1025],\"destructive\":[4],\"placeholderText\":[1,\"placeholder-text\"],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"idOfInput\":[513,\"id-of-input\"],\"isReadOnly\":[516,\"is-read-only\"],\"value\":[1032],\"icon\":[1],\"results\":[1040],\"content\":[32],\"inputValue\":[32],\"selectedStaff\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"show\":[32],\"staffInfo\":[32],\"selectedItems\":[32],\"unselectedItems\":[32]},[[4,\"click\",\"handleClickOutside\"]],{\"value\":[\"updateSelectedItems\"]}]]],[\"test-input-tag.cjs\",[[0,\"test-input-tag\",{\"idOfInput\":[513,\"id-of-input\"],\"type\":[513],\"labelText\":[513,\"label-text\"],\"isReadOnly\":[516,\"is-read-only\"],\"placeholderText\":[513,\"placeholder-text\"],\"show\":[32],\"showSpinner\":[32],\"staffInfo\":[32],\"selectedStaff\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"inputValue\":[32],\"dropdownOpen\":[32]}]]],[\"gb-avatar-dropdown.cjs\",[[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],\"showBorder\":[4,\"show-border\"]}]]],[\"gb-checkbox-group.cjs\",[[1,\"gb-checkbox-group\",{\"size\":[1],\"breakpoint\":[1],\"icon\":[1],\"selected\":[4],\"type\":[1]}]]],[\"gb-file-upload.cjs\",[[1,\"gb-file-upload\",{\"icon\":[1],\"type\":[1],\"heightSize\":[1,\"height-size\"],\"state\":[1],\"destructive\":[4],\"showLabel\":[4,\"show-label\"],\"progress\":[2],\"fileType\":[16],\"files\":[32],\"fileStates\":[32],\"isDragging\":[32]}]]],[\"gb-horizontal-tabs.cjs\",[[1,\"gb-horizontal-tabs\",{\"type\":[1],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"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\"],\"eleventhTabName\":[1,\"eleventh-tab-name\"],\"twelfthTabName\":[1,\"twelfth-tab-name\"],\"thirteenthTabName\":[1,\"thirteenth-tab-name\"],\"fourteenthTabName\":[1,\"fourteenth-tab-name\"],\"fifteenthTabName\":[1,\"fifteenth-tab-name\"],\"sixteenthTabName\":[1,\"sixteenth-tab-name\"],\"seventeenthTabName\":[1,\"seventeenth-tab-name\"],\"eighteenthTabName\":[1,\"eighteenth-tab-name\"],\"nineteenthTabName\":[1,\"nineteenth-tab-name\"],\"twentiethTabName\":[1,\"twentieth-tab-name\"],\"activeIndex\":[1026,\"active-index\"]}]]],[\"gb-vertical-tabs.cjs\",[[1,\"gb-vertical-tabs\",{\"size\":[1],\"type\":[1],\"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\"],\"eleventhTabName\":[1,\"eleventh-tab-name\"],\"twelfthTabName\":[1,\"twelfth-tab-name\"],\"thirteenthTabName\":[1,\"thirteenth-tab-name\"],\"fourteenthTabName\":[1,\"fourteenth-tab-name\"],\"fifteenthTabName\":[1,\"fifteenth-tab-name\"],\"sixteenthTabName\":[1,\"sixteenth-tab-name\"],\"seventeenthTabName\":[1,\"seventeenth-tab-name\"],\"eighteenthTabName\":[1,\"eighteenth-tab-name\"],\"nineteenthTabName\":[1,\"nineteenth-tab-name\"],\"twentiethTabName\":[1,\"twentieth-tab-name\"],\"activeIndex\":[1026,\"active-index\"]}]]],[\"gb-avatar-group.cjs\",[[1,\"gb-avatar-group\",{\"size\":[1],\"moreUsers\":[4,\"more-users\"],\"addMoreButton\":[4,\"add-more-button\"],\"text\":[4],\"state\":[1],\"images\":[16]}]]],[\"gb-header.cjs\",[[1,\"gb-header\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"text\":[4],\"placeholder\":[4],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"showNotification\":[4,\"show-notification\"],\"showHelp\":[4,\"show-help\"],\"showLogo\":[4,\"show-logo\"],\"onNavBarItemClicked\":[64]}]]],[\"gb-avatar-profile-photo.cjs\",[[1,\"gb-avatar-profile-photo\",{\"placeholder\":[4],\"text\":[4],\"size\":[1],\"verified\":[4],\"icon\":[1]}]]],[\"gb-export-dropdown.cjs\",[[1,\"gb-export-dropdown\",{\"state\":[1],\"showFirstSubDropdown\":[32],\"showSecondSubDropdown\":[32]}]]],[\"gb-help-dropdown.cjs\",[[1,\"gb-help-dropdown\",{\"showLogError\":[4,\"show-log-error\"],\"onHelpItemClicked\":[64]}]]],[\"gb-toast.cjs\",[[1,\"gb-toast\",{\"color\":[1],\"size\":[1],\"breakpoint\":[1],\"xCloseButton\":[4,\"x-close-button\"],\"actions\":[4],\"showSupportingText\":[4,\"show-supporting-text\"]}]]],[\"gb-notification-pane.cjs\",[[1,\"gb-notification-pane\",{\"state\":[1],\"notifications\":[1040],\"icon\":[1],\"label\":[1],\"time\":[1],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-slider.cjs\",[[1,\"gb-slider\",{\"min\":[2],\"max\":[2],\"thumbType\":[1,\"thumb-type\"],\"leftControl\":[2,\"left-control\"],\"rightControl\":[2,\"right-control\"],\"label\":[1],\"unit\":[1],\"unitPosition\":[1,\"unit-position\"],\"leftValue\":[32],\"rightValue\":[32]}]]],[\"gb-toggle.cjs\",[[1,\"gb-toggle\",{\"size\":[1],\"state\":[1],\"text\":[4],\"supportingText\":[4,\"supporting-text\"],\"pressed\":[4]}]]],[\"gb-token-field-compact.cjs\",[[1,\"gb-token-field-compact\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showSupportingText\":[4,\"show-supporting-text\"],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-token-field-compressed.cjs\",[[1,\"gb-token-field-compressed\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"gb-wysiwyg-tooltip.cjs\",[[1,\"gb-wysiwyg-tooltip\",{\"arrow\":[1],\"breakpoint\":[1]}]]],[\"gb-carousel-arrow.cjs\",[[0,\"gb-carousel-arrow\",{\"size\":[1],\"chevron\":[1]}]]],[\"gb-pagination-dot-group.cjs\",[[1,\"gb-pagination-dot-group\",{\"size\":[1],\"type\":[1],\"color\":[1],\"framed\":[4]}]]],[\"gb-pagination-dot-indicator.cjs\",[[0,\"gb-pagination-dot-indicator\",{\"current\":[4],\"type\":[1],\"size\":[1]}]]],[\"gb-progress-circle.cjs\",[[1,\"gb-progress-circle\",{\"size\":[1],\"shape\":[1],\"label\":[4],\"progress\":[2]},null,{\"progress\":[\"handleProgressChange\"]}]]],[\"gb-scrollbar.cjs\",[[1,\"gb-scrollbar\",{\"length\":[1]}]]],[\"gb-table-cell.cjs\",[[1,\"gb-table-cell\",{\"type\":[1]}]]],[\"gb-checkbox-group-item.cjs\",[[1,\"gb-checkbox-group-item\",{\"size\":[1],\"type\":[1],\"state\":[1],\"breakpoint\":[1],\"showCost\":[4,\"show-cost\"],\"selected\":[1028]}]]],[\"gb-file-upload-item-base.cjs\",[[1,\"gb-file-upload-item-base\",{\"icon\":[1],\"state\":[1],\"heightSize\":[1,\"height-size\"],\"fileType\":[1,\"file-type\"],\"buttonState\":[1,\"button-state\"],\"progress\":[2],\"size\":[2],\"fileSize\":[2,\"file-size\"],\"fileName\":[1,\"file-name\"]}]]],[\"gb-avatar-label-group.cjs\",[[1,\"gb-avatar-label-group\",{\"size\":[1],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"placeholder\":[4],\"text\":[4],\"color\":[1],\"showBorder\":[4,\"show-border\"]}]]],[\"gb-avatar-add-button.cjs\",[[1,\"gb-avatar-add-button\",{\"size\":[1],\"showToolTip\":[1028,\"show-tool-tip\"],\"state\":[1],\"el\":[16]}]]],[\"gb-slider-control-handle.cjs\",[[1,\"gb-slider-control-handle\",{\"value\":[1],\"type\":[1],\"isHovered\":[32],\"isFocused\":[32]}]]],[\"gb-header-icon.cjs\",[[1,\"gb-header-icon\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"icon\":[1]}]]],[\"gb-notification-content.cjs\",[[1,\"gb-notification-content\",{\"icon\":[1],\"label\":[1],\"time\":[1],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-toast-button.cjs\",[[1,\"gb-toast-button\",{\"state\":[1],\"color\":[1]}]]],[\"gb-toggle-base.cjs\",[[1,\"gb-toggle-base\",{\"size\":[1],\"state\":[1],\"pressed\":[1028]}]]],[\"gb-wysiwyg-editor-icon.cjs\",[[1,\"gb-wysiwyg-editor-icon\",{\"active\":[4],\"type\":[1],\"state\":[1]}]]],[\"gb-tab-button-base.cjs\",[[1,\"gb-tab-button-base\",{\"current\":[4],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"badge\":[4],\"type\":[1],\"tabName\":[1,\"tab-name\"],\"alignment\":[1]}]]],[\"gb-dropdown-items-with-shortcut.cjs\",[[1,\"gb-dropdown-items-with-shortcut\",{\"icon\":[4],\"iconSrc\":[1,\"icon-src\"],\"checkbox\":[4],\"shortcut\":[4],\"shortcutIcon\":[1,\"shortcut-icon\"],\"label\":[1],\"state\":[1],\"destructive\":[4],\"leadingIconSvg\":[32]}]]],[\"gb-export-sub-dropdown-item.cjs\",[[1,\"gb-export-sub-dropdown-item\",{\"icon\":[1],\"state\":[1],\"leadingIconSvg\":[32]}]]],[\"gb-export-dropdown-item_2.cjs\",[[1,\"gb-export-sub-dropdown\"],[1,\"gb-export-dropdown-item\",{\"icon\":[4],\"state\":[1],\"type\":[1]}]]],[\"gb-progress-bar.cjs\",[[1,\"gb-progress-bar\",{\"progress\":[2],\"showLabel\":[4,\"show-label\"],\"labelPosition\":[1,\"label-position\"]}]]],[\"gb-mega-input-field-base.cjs\",[[1,\"gb-mega-input-field-base\",{\"size\":[1],\"state\":[1],\"inputValue\":[32]}]]],[\"gb-input-dropdown-menu-item_5.cjs\",[[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],\"color\":[1],\"handleClick\":[64]}],[1,\"gb-tag-checkbox\",{\"checked\":[4],\"size\":[1],\"disabled\":[4]}],[1,\"gb-tag-close\",{\"size\":[1]}],[1,\"gb-tag-count\",{\"size\":[1]}]]],[\"gb-help-tooltip_3.cjs\",[[1,\"gb-input-field\",{\"size\":[1],\"type\":[1],\"destructive\":[1028],\"state\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"errorText\":[1,\"error-text\"],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showHelpIcon\":[4,\"show-help-icon\"],\"showValidation\":[4,\"show-validation\"],\"showCountryIcon\":[4,\"show-country-icon\"],\"iconSwap\":[1,\"icon-swap\"],\"showCloseButton\":[1028,\"show-close-button\"],\"options\":[1040],\"idOfInput\":[513,\"id-of-input\"],\"labelText\":[513,\"label-text\"],\"isReadOnly\":[516,\"is-read-only\"],\"results\":[1040],\"menuPosition\":[1,\"menu-position\"],\"icon\":[1],\"value\":[1032],\"inputValue\":[32],\"tags\":[32],\"leadingIconSvg\":[32],\"isPasswordVisible\":[32],\"showDropdown\":[32],\"selectedItem\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"dropdownOpen\":[32],\"show\":[32],\"showSpinner\":[32]},[[4,\"click\",\"handleClickOutside\"]],{\"options\":[\"optionsChanged\"],\"value\":[\"updateSelectedItems\"]}],[1,\"gb-password-button\",{\"state\":[1],\"isPasswordVisible\":[32]}],[1,\"gb-help-tooltip\",{\"showArrow\":[4,\"show-arrow\"],\"showSupportingText\":[4,\"show-supporting-text\"],\"showHelpTooltip\":[32]}]]],[\"gb-input-dropdown_3.cjs\",[[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\"],\"icon\":[1],\"items\":[1040],\"value\":[1040],\"supportingText\":[4,\"supporting-text\"],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"menuPosition\":[1,\"menu-position\"],\"showSearchInput\":[4,\"show-search-input\"],\"inputValue\":[1,\"input-value\"],\"destructive\":[1028],\"errorText\":[1,\"error-text\"],\"leadingIconSvg\":[32],\"dropdownOpen\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"selectedItem\":[32],\"searchItem\":[32],\"searchResults\":[32]},[[4,\"click\",\"handleClickOutside\"]]],[1,\"gb-pagination-button-group-base\",{\"icon\":[1],\"state\":[1],\"iconSrc\":[1,\"icon-src\"],\"leadingIconSvg\":[32]}],[1,\"gb-pagination-number-base\",{\"shape\":[1],\"state\":[1]}]]],[\"gb-collapse-button_4.cjs\",[[1,\"gb-simple-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]}],[1,\"gb-collapse-button\",{\"color\":[1],\"isCollapsed\":[1028,\"is-collapsed\"],\"action\":[1025],\"isHovered\":[1028,\"is-hovered\"],\"collapseSidebar\":[64],\"expandSidebar\":[64]}],[1,\"gb-complex-primary-side-bar-item\",{\"category\":[1],\"itemStyle\":[1,\"item-style\"],\"state\":[1],\"icon\":[1],\"label\":[1],\"showTooltip\":[1028,\"show-tooltip\"],\"leadingIconSvg\":[32]}],[1,\"gb-complex-secondary-side-bar-item\",{\"state\":[1],\"type\":[1],\"category\":[1],\"label\":[1],\"icon\":[1],\"showTooltip\":[1028,\"show-tooltip\"],\"leadingIconSvg\":[32]}]]]]"), options);
23
23
  });
24
24
 
25
25
  exports.setNonce = index.setNonce;