globuswebcomponents 2.17.3 → 2.17.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (212) hide show
  1. package/dist/cjs/{gb-accordion-card_80.cjs.entry.js → gb-accordion-card_81.cjs.entry.js} +69 -25
  2. package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
  3. package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
  4. package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
  5. package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
  6. package/dist/cjs/gb-wysiwyg-toolbar.cjs.entry.js +1 -1
  7. package/dist/cjs/globuscomponents.cjs.js +1 -1
  8. package/dist/cjs/loader.cjs.js +1 -1
  9. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  10. package/dist/collection/components/gb-table/gb-table.js +36 -14
  11. package/dist/collection/components/gb-table/gb-table.js.map +1 -1
  12. package/dist/collection/components/gb-table-test/gb-table-test.js +20 -1
  13. package/dist/collection/components/gb-table-test/gb-table-test.js.map +1 -1
  14. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  15. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  16. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  17. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  18. package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +3 -3
  19. package/dist/collection/components/gb-theme-tab/gb-theme-tab.js +1 -1
  20. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  21. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  22. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  23. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  24. package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
  25. package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
  26. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  27. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
  28. package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
  29. package/dist/collection/components/gb-wysiwyg-toolbar/gb-wysiwyg-toolbar.js +1 -1
  30. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  31. package/dist/components/gb-accordion-card.js +2 -2
  32. package/dist/components/gb-action-panel.js +2 -2
  33. package/dist/components/gb-approval-modal.js +8 -8
  34. package/dist/components/gb-avatar-add-button.js +1 -1
  35. package/dist/components/gb-avatar-dropdown.js +1 -1
  36. package/dist/components/gb-avatar-group.js +2 -2
  37. package/dist/components/gb-btn.js +1 -1
  38. package/dist/components/gb-button.js +1 -1
  39. package/dist/components/gb-checkbox-group-item.js +1 -1
  40. package/dist/components/gb-checkbox-group.js +3 -3
  41. package/dist/components/gb-collapse-button.js +1 -1
  42. package/dist/components/gb-comment.js +2 -2
  43. package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
  44. package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
  45. package/dist/components/gb-date-picker.js +1 -1
  46. package/dist/components/gb-detail-cell.js +2 -2
  47. package/dist/components/gb-empty-state.js +1 -1
  48. package/dist/components/gb-file-upload-item-base.js +1 -1
  49. package/dist/components/gb-file-upload.js +4 -4
  50. package/dist/components/gb-filter-button.js +1 -1
  51. package/dist/components/gb-filter-modal.js +1 -1
  52. package/dist/components/gb-header.js +13 -13
  53. package/dist/components/gb-help-tooltip.js +1 -1
  54. package/dist/components/gb-icon-button-base.js +1 -1
  55. package/dist/components/gb-input-dropdown-test.js +9 -9
  56. package/dist/components/gb-input-dropdown.js +1 -1
  57. package/dist/components/gb-input-field.js +1 -1
  58. package/dist/components/gb-modal-action.js +1 -1
  59. package/dist/components/gb-modal.js +3 -3
  60. package/dist/components/gb-nav-bar-item.js +1 -1
  61. package/dist/components/gb-nav-bar-sidemenu.js +1 -1
  62. package/dist/components/gb-nav-bar.js +2 -2
  63. package/dist/components/gb-notification-pane.js +1 -1
  64. package/dist/components/gb-pagination.js +1 -1
  65. package/dist/components/gb-password-button.js +1 -1
  66. package/dist/components/gb-progress-bar.js +1 -1
  67. package/dist/components/gb-prompt-modal.js +2 -2
  68. package/dist/components/gb-rich-text.js +12 -12
  69. package/dist/components/gb-sidebar.js +5 -5
  70. package/dist/components/gb-simple-side-bar-item.js +1 -1
  71. package/dist/components/gb-slider-control-handle.js +1 -1
  72. package/dist/components/gb-slider.js +2 -2
  73. package/dist/components/gb-table-header.js +1 -1
  74. package/dist/components/gb-table.js +1 -1
  75. package/dist/components/gb-tag-checkbox.js +1 -1
  76. package/dist/components/gb-tag-close.js +1 -1
  77. package/dist/components/gb-tag-count.js +1 -1
  78. package/dist/components/gb-tag.js +1 -1
  79. package/dist/components/gb-textarea-input-field.js +1 -1
  80. package/dist/components/gb-theme-tab.js +1 -1
  81. package/dist/components/gb-toast-button.js +1 -1
  82. package/dist/components/gb-toast.js +1 -1
  83. package/dist/components/gb-toggle-base.js +1 -1
  84. package/dist/components/gb-toggle.js +1 -1
  85. package/dist/components/gb-token-field-compact.js +1 -1
  86. package/dist/components/gb-token-field-compressed.js +2 -2
  87. package/dist/components/gb-tooltip.js +1 -1
  88. package/dist/components/gb-vertical-tabs.js +1 -1
  89. package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
  90. package/dist/components/gb-wysiwyg-toolbar.js +1 -1
  91. package/dist/components/gb-wysiwyg-tooltip.js +1 -1
  92. package/dist/components/{p-C1dYzyfa.js → p-4YZvp-qM.js} +3 -3
  93. package/dist/components/{p-C1dYzyfa.js.map → p-4YZvp-qM.js.map} +1 -1
  94. package/dist/components/{p-mmif47-b.js → p-B-_n34Mq.js} +3 -3
  95. package/dist/components/{p-mmif47-b.js.map → p-B-_n34Mq.js.map} +1 -1
  96. package/dist/components/{p-eH4yIAd0.js → p-B0otylT9.js} +4 -4
  97. package/dist/components/{p-eH4yIAd0.js.map → p-B0otylT9.js.map} +1 -1
  98. package/dist/components/{p-bukoNd9j.js → p-B9y0gFWa.js} +3 -3
  99. package/dist/components/{p-bukoNd9j.js.map → p-B9y0gFWa.js.map} +1 -1
  100. package/dist/components/{p-F2IP2NQ7.js → p-BH_pWFmu.js} +10 -10
  101. package/dist/components/{p-F2IP2NQ7.js.map → p-BH_pWFmu.js.map} +1 -1
  102. package/dist/components/{p-CUQQ_pVS.js → p-BNAvzBZq.js} +3 -3
  103. package/dist/components/{p-CUQQ_pVS.js.map → p-BNAvzBZq.js.map} +1 -1
  104. package/dist/components/{p-C555_4OR.js → p-BQeqF_-6.js} +4 -4
  105. package/dist/components/{p-C555_4OR.js.map → p-BQeqF_-6.js.map} +1 -1
  106. package/dist/components/{p-DUcTdAwQ.js → p-BX4Hw5Pp.js} +3 -3
  107. package/dist/components/{p-DUcTdAwQ.js.map → p-BX4Hw5Pp.js.map} +1 -1
  108. package/dist/components/{p-C-81y7Ao.js → p-Bp0YR1uJ.js} +3 -3
  109. package/dist/components/{p-C-81y7Ao.js.map → p-Bp0YR1uJ.js.map} +1 -1
  110. package/dist/components/{p-CjlHYbIG.js → p-BuCno_es.js} +49 -32
  111. package/dist/components/p-BuCno_es.js.map +1 -0
  112. package/dist/components/{p-COvlJwgH.js → p-C-e3hNlH.js} +4 -4
  113. package/dist/components/{p-COvlJwgH.js.map → p-C-e3hNlH.js.map} +1 -1
  114. package/dist/components/{p-BMVHXgxU.js → p-C1BEL6jH.js} +12 -12
  115. package/dist/components/{p-BMVHXgxU.js.map → p-C1BEL6jH.js.map} +1 -1
  116. package/dist/components/{p-CF8lWVGI.js → p-C2x5lNJ2.js} +3 -3
  117. package/dist/components/{p-CF8lWVGI.js.map → p-C2x5lNJ2.js.map} +1 -1
  118. package/dist/components/{p-By06v2rr.js → p-C5In_G7H.js} +3 -3
  119. package/dist/components/{p-By06v2rr.js.map → p-C5In_G7H.js.map} +1 -1
  120. package/dist/components/{p-BfQfhmt2.js → p-CHKnEWqk.js} +4 -4
  121. package/dist/components/{p-BfQfhmt2.js.map → p-CHKnEWqk.js.map} +1 -1
  122. package/dist/components/{p-SXFZD34y.js → p-CU5l35gn.js} +3 -3
  123. package/dist/components/{p-SXFZD34y.js.map → p-CU5l35gn.js.map} +1 -1
  124. package/dist/components/{p-B49zVmuD.js → p-CZkEMeZd.js} +4 -4
  125. package/dist/components/{p-B49zVmuD.js.map → p-CZkEMeZd.js.map} +1 -1
  126. package/dist/components/{p-DS5er_ay.js → p-CcdQMEiN.js} +14 -14
  127. package/dist/components/{p-DS5er_ay.js.map → p-CcdQMEiN.js.map} +1 -1
  128. package/dist/components/{p-BbUBXvD3.js → p-Cf_GFf1d.js} +4 -4
  129. package/dist/components/{p-BbUBXvD3.js.map → p-Cf_GFf1d.js.map} +1 -1
  130. package/dist/components/{p-BB-vktvb.js → p-ChGsSHyD.js} +3 -3
  131. package/dist/components/{p-BB-vktvb.js.map → p-ChGsSHyD.js.map} +1 -1
  132. package/dist/components/{p-DK1gLemw.js → p-Cp9sNYro.js} +3 -3
  133. package/dist/components/{p-DK1gLemw.js.map → p-Cp9sNYro.js.map} +1 -1
  134. package/dist/components/{p-u073g6kS.js → p-Cx4oJFSt.js} +3 -3
  135. package/dist/components/{p-u073g6kS.js.map → p-Cx4oJFSt.js.map} +1 -1
  136. package/dist/components/{p-DlL4FShm.js → p-CxgSqKYx.js} +3 -3
  137. package/dist/components/{p-DlL4FShm.js.map → p-CxgSqKYx.js.map} +1 -1
  138. package/dist/components/{p-B-jY6LAf.js → p-D2XNcd98.js} +11 -11
  139. package/dist/components/{p-B-jY6LAf.js.map → p-D2XNcd98.js.map} +1 -1
  140. package/dist/components/{p-CxQvrUbZ.js → p-DTVnCJvY.js} +3 -3
  141. package/dist/components/{p-CxQvrUbZ.js.map → p-DTVnCJvY.js.map} +1 -1
  142. package/dist/components/{p-BOvu3PCb.js → p-DX7NMlGY.js} +9 -9
  143. package/dist/components/{p-BOvu3PCb.js.map → p-DX7NMlGY.js.map} +1 -1
  144. package/dist/components/{p-DAyBw9KX.js → p-DclzsKE1.js} +3 -3
  145. package/dist/components/{p-DAyBw9KX.js.map → p-DclzsKE1.js.map} +1 -1
  146. package/dist/components/{p-BwVwRnu4.js → p-DeXQ5EJ5.js} +3 -3
  147. package/dist/components/{p-BwVwRnu4.js.map → p-DeXQ5EJ5.js.map} +1 -1
  148. package/dist/components/{p-COlgB45x.js → p-DgixiwuN.js} +13 -13
  149. package/dist/components/{p-COlgB45x.js.map → p-DgixiwuN.js.map} +1 -1
  150. package/dist/components/{p-CphUJ7Q5.js → p-Dh9pNyX0.js} +4 -4
  151. package/dist/components/{p-CphUJ7Q5.js.map → p-Dh9pNyX0.js.map} +1 -1
  152. package/dist/components/{p-d1qdPSLe.js → p-Dt60TTUE.js} +6 -6
  153. package/dist/components/{p-d1qdPSLe.js.map → p-Dt60TTUE.js.map} +1 -1
  154. package/dist/components/{p-B5TsN1E4.js → p-GszQCyXb.js} +4 -4
  155. package/dist/components/{p-B5TsN1E4.js.map → p-GszQCyXb.js.map} +1 -1
  156. package/dist/components/{p-CLvY21aj.js → p-QPpFI6Tl.js} +5 -5
  157. package/dist/components/{p-CLvY21aj.js.map → p-QPpFI6Tl.js.map} +1 -1
  158. package/dist/components/{p-dVwy1uvR.js → p-TVd0-ncC.js} +5 -5
  159. package/dist/components/{p-dVwy1uvR.js.map → p-TVd0-ncC.js.map} +1 -1
  160. package/dist/components/{p-D0_rEkQ_.js → p-XOEsdWXU.js} +4 -4
  161. package/dist/components/{p-D0_rEkQ_.js.map → p-XOEsdWXU.js.map} +1 -1
  162. package/dist/components/{p-CCiQQgXc.js → p-b_TGMORd.js} +5 -5
  163. package/dist/components/{p-CCiQQgXc.js.map → p-b_TGMORd.js.map} +1 -1
  164. package/dist/components/{p-B1VheAVY.js → p-dvsnNsWY.js} +5 -5
  165. package/dist/components/{p-B1VheAVY.js.map → p-dvsnNsWY.js.map} +1 -1
  166. package/dist/components/{p-BYP6HAjp.js → p-iWdssWCr.js} +3 -3
  167. package/dist/components/{p-BYP6HAjp.js.map → p-iWdssWCr.js.map} +1 -1
  168. package/dist/components/{p-C26KO13_.js → p-n4Lzg2Aw.js} +3 -3
  169. package/dist/components/{p-C26KO13_.js.map → p-n4Lzg2Aw.js.map} +1 -1
  170. package/dist/components/{p-DAgyye0m.js → p-wH0NPWp6.js} +6 -6
  171. package/dist/components/{p-DAgyye0m.js.map → p-wH0NPWp6.js.map} +1 -1
  172. package/dist/components/test-input-tag.js +6 -6
  173. package/dist/components/test-wrapper.js +39 -22
  174. package/dist/components/test-wrapper.js.map +1 -1
  175. package/dist/docs.json +20 -15
  176. package/dist/esm/{gb-accordion-card_80.entry.js → gb-accordion-card_81.entry.js} +69 -26
  177. package/dist/esm/gb-token-field-compact.entry.js +1 -1
  178. package/dist/esm/gb-token-field-compressed.entry.js +2 -2
  179. package/dist/esm/gb-vertical-tabs.entry.js +1 -1
  180. package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
  181. package/dist/esm/gb-wysiwyg-toolbar.entry.js +1 -1
  182. package/dist/esm/globuscomponents.js +1 -1
  183. package/dist/esm/loader.js +1 -1
  184. package/dist/esm/test-input-tag.entry.js +2 -2
  185. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  186. package/dist/globuscomponents/{p-d5f82cf7.entry.js → p-1e5f04e2.entry.js} +2 -2
  187. package/dist/globuscomponents/{p-3574b3d8.entry.js → p-42063daf.entry.js} +2 -2
  188. package/dist/globuscomponents/{p-29ee3766.entry.js → p-528e9bbf.entry.js} +2 -2
  189. package/dist/globuscomponents/{p-d3157710.entry.js → p-53b415e8.entry.js} +2 -2
  190. package/dist/globuscomponents/{p-ca8a55bf.entry.js → p-9767bb82.entry.js} +2 -2
  191. package/dist/globuscomponents/{p-e1933bac.entry.js → p-b2bab8bd.entry.js} +2 -2
  192. package/dist/globuscomponents/{p-95cf9d76.entry.js → p-f9c27149.entry.js} +2 -2
  193. package/dist/globuscomponents/p-f9c27149.entry.js.map +1 -0
  194. package/dist/types/components/gb-table/gb-table.d.ts +2 -1
  195. package/dist/types/components/gb-table-test/gb-table-test.d.ts +1 -0
  196. package/dist/types/components.d.ts +4 -4
  197. package/package.json +1 -1
  198. package/dist/cjs/test-wrapper.cjs.entry.js +0 -15
  199. package/dist/cjs/test-wrapper.entry.cjs.js.map +0 -1
  200. package/dist/components/p-CjlHYbIG.js.map +0 -1
  201. package/dist/esm/test-wrapper.entry.js +0 -13
  202. package/dist/esm/test-wrapper.entry.js.map +0 -1
  203. package/dist/globuscomponents/p-95cf9d76.entry.js.map +0 -1
  204. package/dist/globuscomponents/p-f22a7164.entry.js +0 -2
  205. package/dist/globuscomponents/p-f22a7164.entry.js.map +0 -1
  206. package/dist/globuscomponents/test-wrapper.entry.esm.js.map +0 -1
  207. /package/dist/globuscomponents/{p-d5f82cf7.entry.js.map → p-1e5f04e2.entry.js.map} +0 -0
  208. /package/dist/globuscomponents/{p-3574b3d8.entry.js.map → p-42063daf.entry.js.map} +0 -0
  209. /package/dist/globuscomponents/{p-29ee3766.entry.js.map → p-528e9bbf.entry.js.map} +0 -0
  210. /package/dist/globuscomponents/{p-d3157710.entry.js.map → p-53b415e8.entry.js.map} +0 -0
  211. /package/dist/globuscomponents/{p-ca8a55bf.entry.js.map → p-9767bb82.entry.js.map} +0 -0
  212. /package/dist/globuscomponents/{p-e1933bac.entry.js.map → p-b2bab8bd.entry.js.map} +0 -0
@@ -10115,10 +10115,10 @@ const GbTable = class {
10115
10115
  };
10116
10116
  this.showActionsColumn = true;
10117
10117
  this.rowActions = [
10118
- // { label: 'View Details', action: 'view_details', icon: 'assets/view.svg', type: 'button' },
10119
- // { label: '', action: '', icon: 'assets/more-horizontal.svg', type: 'dropdown' },
10120
- // { label: 'Edit', action: 'edit', icon: 'assets/pencil-edit-01.svg', type: 'button' },
10121
- { action: 'edit', type: 'custom' },
10118
+ // { label: 'View Details', action: 'view_details', icon: 'assets/view.svg', type: 'button' },
10119
+ // { label: '', action: '', icon: 'assets/more-horizontal.svg', type: 'dropdown' },
10120
+ // { label: 'Edit', action: 'edit', icon: 'assets/pencil-edit-01.svg', type: 'button' },
10121
+ // { action: 'edit', type: 'custom' },
10122
10122
  ];
10123
10123
  this.dropdownOptions = [
10124
10124
  // { label: 'Download invalid', action: 'view', icon: 'assets/view.svg', disabled: false },
@@ -10215,7 +10215,7 @@ const GbTable = class {
10215
10215
  }
10216
10216
  }
10217
10217
  async handleAction(action, row) {
10218
- console.log('Action clicked:', action, row);
10218
+ // console.log('Action clicked:', action, row);
10219
10219
  this.rowActionClicked.emit({ action, row });
10220
10220
  }
10221
10221
  renderCell(col, row) {
@@ -10479,6 +10479,23 @@ const GbTable = class {
10479
10479
  const splitNames = name.split(' ');
10480
10480
  return splitNames.map((nm) => nm.charAt(0));
10481
10481
  }
10482
+ renderCustomAction(row) {
10483
+ if (!this.renderCustomActions)
10484
+ return index.h("slot", { name: "row_actions" });
10485
+ const rowId = String(this.getRowId(row));
10486
+ return (index.h("div", { key: `custom-action-${rowId}`, class: "custom_action_slot", ref: el => {
10487
+ if (!el)
10488
+ return;
10489
+ // Re-mount only when this container is bound to a different row.
10490
+ // Prevents tearing down (and resetting) the host-framework component
10491
+ // on unrelated re-renders (sort, resize, dropdown open, etc.).
10492
+ if (el.dataset.rowKey === rowId)
10493
+ return;
10494
+ el.dataset.rowKey = rowId;
10495
+ el.innerHTML = '';
10496
+ this.renderCustomActions(el, row, (action) => this.handleAction(action, row));
10497
+ } }));
10498
+ }
10482
10499
  renderDesktopView() {
10483
10500
  this.internalColumns.forEach(col => {
10484
10501
  });
@@ -10512,7 +10529,7 @@ const GbTable = class {
10512
10529
  .map((col, index$1) => (index.h(index.Fragment, null, index.h("td", { style: { textAlign: col.align || 'left' }, class: `table_detail ${this.stickyFirstColumn && index$1 === 0 ? 'sticky_left' : ''} ${this.isScrollable ? 'has_border' : ''}` }, this.renderCell(col, row))))), this.showActionsColumn && (index.h("td", { class: { table_detail: true, actions_cell: true, sticky_right: this.stickyLastColumn, has_border: this.isScrollable }, style: { width: '50px' } }, index.h(index.Fragment, null, index.h("div", { class: "action_buttons" }, this.rowActions.map(action => (index.h(index.Fragment, null, action.type === 'dropdown' ? (index.h("gb-button", { id: `gb-table-trigger-${rowIndex}`, ref: el => (this.actionButtonRefs[rowIndex] = el), class: "dropdown_button", hierarchy: "tertiary_gray", size: "md", icon: "only", iconLeading: true, iconLeadingSwap: "assets/more-horizontal.svg", onClick: e => {
10513
10530
  e.stopPropagation();
10514
10531
  this.toggleDropdown(rowIndex);
10515
- } })) : action.type === 'custom' ? (index.h("slot", { name: "row_actions" })) : (index.h("gb-button", { hierarchy: "tertiary_gray", size: "md", icon: "only", destructive: action.destructive, iconLeading: true, iconLeadingSwap: action.icon, onClick: e => {
10532
+ } })) : action.type === 'custom' ? (this.renderCustomAction(row)) : (index.h("gb-button", { hierarchy: "tertiary_gray", size: "md", icon: "only", destructive: action.destructive, iconLeading: true, iconLeadingSwap: action.icon, onClick: e => {
10516
10533
  e.stopPropagation();
10517
10534
  this.handleAction(action.action, row);
10518
10535
  } })))))), index.h(index.Fragment, null, this.openRowIndex === rowIndex && (index.h("gb-portal", { "anchor-id": `gb-table-trigger-${rowIndex}`, placement: this.dropdownPlacement, anchorEl: this.currentAnchorEl, boundaryEl: this.scrollContainer, dropdownHeight: requestAnimationFrame(() => this.dropdownRef.scrollHeight), open: true }, index.h("div", { class: "portal_dropdown_wrapper", ref: el => (this.dropdownRef = el) }, this.dropdownOptions.map(action => (index.h("gb-dropdown-items-with-shortcut", { icon: action.icon ? true : false, state: action.disabled ? reusableModels.StateEnum.Disabled : reusableModels.StateEnum.Default, label: action.label, "icon-src": action.icon, onClick: () => {
@@ -10733,16 +10750,16 @@ const GbTable = class {
10733
10750
  window.removeEventListener('resize', this.checkViewport);
10734
10751
  }
10735
10752
  render() {
10736
- return (index.h("div", { key: '7e37e1decada263824af90c8cff25cdc398c12d2', class: `table_wrapper ${this.currentTableLayout}` }, this.tableHeaderConfig && (index.h("div", { key: '1a61eb8ef7a06e3634a1d88f81549cef8d0d19ba', class: `table-header ${this.currentTableLayout}` }, index.h("gb-table-header", { key: '127fd89235313623b7bd1e7f7fc1e7f802a9f45d', type: this.tableHeaderConfig.type, mode: this.tableHeaderConfig.datePickerMode, "table-heading": this.tableHeaderConfig.tableHeading, "table-heading-label": this.tableHeaderConfig.tableHeadingLabel, "show-search": this.tableHeaderConfig.showSearch, "show-date-filter": this.tableHeaderConfig.showDateFilter, "show-filter": this.tableHeaderConfig.showFilter, "show-export": this.tableHeaderConfig.showExport, "show-column-options": this.tableHeaderConfig.showColumnOptions, "show-refresh-button": this.tableHeaderConfig.showRefreshButton, "input-placeholder": this.tableHeaderConfig.inputPlaceholder, "date-picker-placeholder": this.tableHeaderConfig.datePickerPlaceholder, "show-entire-data": this.tableHeaderConfig.showEntireData, "show-layout-toggle": this.tableHeaderConfig.showLayoutToggle, "filter-state": Object.keys(this.appliedFilterValues).length > 0 ? 'applied' : 'default', "filter-count": Object.keys(this.appliedFilterValues).length, "export-button-state": this.tableHeaderConfig.exportButtonState, "pdf-state": this.tableHeaderConfig.pdfState, "csv-state": this.tableHeaderConfig.csvState, onInputValueChanged: this.emitSearchValue.bind(this), onDateChange: this.emitDateChange.bind(this), onColumnOptionsButtonClicked: this.columnOptionsButtonClicked(), onExportClicked: e => this.exportButtonClicked(e), onFilterButtonClicked: () => this.openFilterModal(), onRefreshButtonClicked: () => this.onRefreshButtonClicked(), onLayoutButtonClicked: e => this.switchTableLayout(e), onTableControlClicked: e => this.emitTableContolClickedEvent(e) }))), this.showColumnsPanel && this.columns.length > 0 && (index.h("div", { key: '252d90ee540b90f0776b04ff3580fe92883b5eda', class: "dialog", style: {
10753
+ return (index.h("div", { key: 'fff578632318ce951474e8e0b017ed34d007b1cc', class: `table_wrapper ${this.currentTableLayout}` }, this.tableHeaderConfig && (index.h("div", { key: '0bfb29c446aba3674c2a22d125d656e0ff60b905', class: `table-header ${this.currentTableLayout}` }, index.h("gb-table-header", { key: '5b3b14ae8bd63048508b409296701912dd6266ef', type: this.tableHeaderConfig.type, mode: this.tableHeaderConfig.datePickerMode, "table-heading": this.tableHeaderConfig.tableHeading, "table-heading-label": this.tableHeaderConfig.tableHeadingLabel, "show-search": this.tableHeaderConfig.showSearch, "show-date-filter": this.tableHeaderConfig.showDateFilter, "show-filter": this.tableHeaderConfig.showFilter, "show-export": this.tableHeaderConfig.showExport, "show-column-options": this.tableHeaderConfig.showColumnOptions, "show-refresh-button": this.tableHeaderConfig.showRefreshButton, "input-placeholder": this.tableHeaderConfig.inputPlaceholder, "date-picker-placeholder": this.tableHeaderConfig.datePickerPlaceholder, "show-entire-data": this.tableHeaderConfig.showEntireData, "show-layout-toggle": this.tableHeaderConfig.showLayoutToggle, "filter-state": Object.keys(this.appliedFilterValues).length > 0 ? 'applied' : 'default', "filter-count": Object.keys(this.appliedFilterValues).length, "export-button-state": this.tableHeaderConfig.exportButtonState, "pdf-state": this.tableHeaderConfig.pdfState, "csv-state": this.tableHeaderConfig.csvState, onInputValueChanged: this.emitSearchValue.bind(this), onDateChange: this.emitDateChange.bind(this), onColumnOptionsButtonClicked: this.columnOptionsButtonClicked(), onExportClicked: e => this.exportButtonClicked(e), onFilterButtonClicked: () => this.openFilterModal(), onRefreshButtonClicked: () => this.onRefreshButtonClicked(), onLayoutButtonClicked: e => this.switchTableLayout(e), onTableControlClicked: e => this.emitTableContolClickedEvent(e) }))), this.showColumnsPanel && this.columns.length > 0 && (index.h("div", { key: 'ab47e5d1fe46f9ad4af7cf94da064dc5392a9741', class: "dialog", style: {
10737
10754
  transform: `translate(${this.modalPosition.x}px, ${this.modalPosition.y}px)`,
10738
- } }, index.h("div", { key: '53ed04f9b2d40d5031c160e3fce76c80a995b3f3', class: "column-modal" }, index.h("div", { key: '1b481f9a462812fa6c9252043c456a0697164ff9', class: "modal_header" }, index.h("div", { key: 'd090fdf401483a4e52ef58f8c73990fe70421d31', class: "modal_header_content", onPointerDown: this.onModalPointerDown }, index.h("h4", { key: '84c7223322fa17b5cea1aeaa89f37a0450ff0563', class: "heading display-xs-semi-bold" }, "Column Options"), index.h("gb-button-close", { key: '35385dbd7a801fa62534c5a9996a48f6ec2290c4', class: "close_button", color: "gray", size: "sm", onClick: () => (this.showColumnsPanel = false) }))), index.h("div", { key: '6db9081a50ee72b78bb13f8fa8bdf944cc3f315d', class: "content_wrapper" }, index.h("div", { key: '3864f3180ce0883958e220ad88e19303db3c0b73', class: "modal_content" }, this.internalColumns.map((col, index$1) => (index.h("div", { class: "column_option", draggable: true, onDragStart: () => (this.draggedIndex = index$1), onDragOver: e => e.preventDefault(), onDrop: () => {
10755
+ } }, index.h("div", { key: '6d2f489e5a60e1de41389b2c59a234b329b3e9e4', class: "column-modal" }, index.h("div", { key: '15d3b2d539e1d89e08e87f711e59d1c0a27c1cc0', class: "modal_header" }, index.h("div", { key: '9e82dd8cbbba886000589a8f22d9e2a4dd99b15e', class: "modal_header_content", onPointerDown: this.onModalPointerDown }, index.h("h4", { key: 'a21373b0a6930722cabd74384252476fe717a847', class: "heading display-xs-semi-bold" }, "Column Options"), index.h("gb-button-close", { key: '2bbd2f88dac95f3bc6545646c02cfc1074f95347', class: "close_button", color: "gray", size: "sm", onClick: () => (this.showColumnsPanel = false) }))), index.h("div", { key: '5e52b2115e6fe50b5fec37db6ffad6a55dc6cd70', class: "content_wrapper" }, index.h("div", { key: 'e84c90cadb033462b0093b33f179add5255dd49a', class: "modal_content" }, this.internalColumns.map((col, index$1) => (index.h("div", { class: "column_option", draggable: true, onDragStart: () => (this.draggedIndex = index$1), onDragOver: e => e.preventDefault(), onDrop: () => {
10739
10756
  if (this.draggedIndex !== null && this.draggedIndex !== index$1) {
10740
10757
  this.reorderColumns(this.draggedIndex, index$1);
10741
10758
  }
10742
10759
  this.draggedIndex = null;
10743
10760
  } }, index.h("div", { class: "label_and_dragger" }, index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, index.h("path", { d: "M8 6H8.00635M8 12H8.00635M8 18H8.00635M15.9937 6H16M15.9937 12H16M15.9937 18H16", stroke: "var(--color-icon, #4B5565)", "stroke-width": "2.5", "stroke-linecap": "round", "stroke-linejoin": "round" })), index.h("p", { class: "label text-md-regular" }, col.label)), index.h("gb-toggle", { size: "sm", state: reusableModels.StateEnum.Default, position: "right", pressed: col.visible, text: false, onToggleClicked: e => {
10744
10761
  this.toggleColumn(e, col.key);
10745
- } })))), index.h("div", { key: 'af8ba5cb159997b965129e26a45f28394e88234b', class: "modal-actions" })))))), this.showFilterModalInternal && this.filterConfig && (index.h("div", { key: 'e6b67ec8dd041a3725315c235010f33c100585a0', class: `filter_modal_wrapper ${this.isFilterModalVisible ? 'open' : 'closing'}` }, index.h("gb-filter-modal", { key: '71dfa5d239316d26fb78f7ac07d6a3283fa01adb', class: "filter_modal", filterConfig: this.mergedFilterConfig, onClose: e => {
10762
+ } })))), index.h("div", { key: '3341d8212bb2a00da1ad3870f9981dc7a1e01f16', class: "modal-actions" })))))), this.showFilterModalInternal && this.filterConfig && (index.h("div", { key: '7d7c1b31ede07a6e918709127fc4f080d3657584', class: `filter_modal_wrapper ${this.isFilterModalVisible ? 'open' : 'closing'}` }, index.h("gb-filter-modal", { key: '3d9100c67e02b89f1a675be3d4d18283815d005b', class: "filter_modal", filterConfig: this.mergedFilterConfig, onClose: e => {
10746
10763
  e.stopPropagation();
10747
10764
  this.closeFilterModal();
10748
10765
  }, onApplyFilters: e => this.onApplyFilters(e), onClearFilters: () => this.handleClearFilters() }))), this.internalLoading ? (
@@ -10789,7 +10806,7 @@ const GbTable = class {
10789
10806
  ? this.renderDesktopView()
10790
10807
  : this.currentTableLayout === 'grid'
10791
10808
  ? this.renderGridView()
10792
- : null)), this.paginationConfig && (index.h("div", { key: '33a6244621ba1e6bc5310c93525c976f1ce2ed4a', class: `pagination ${this.currentTableLayout}` }, index.h("gb-pagination", { key: 'c967ffcb992ada18475e77b8fef0916f34cad21f', "entries-dropdown-menu-position": this.paginationConfig.entriesDropdownMenuPosition, "page-size": this.paginationConfig.paginationMode === 'internal' ? this.internalPageSize : this.paginationConfig.pageSize, "current-page": this.paginationConfig.paginationMode === 'internal' ? this.internalCurrentPage : this.paginationConfig.currentPage, "total-pages": this.totalPages, onPageItemSelected: this.handlePageChange.bind(this) }))), this.showToast && (index.h("gb-toast", { key: '61c8e21f95ce33eec2cbb0c6f67fd662d3bdb83a', class: `toast ${this.toastVisible ? 'visible' : ''}`, color: "information", "main-text": this.filterMessage, breakpoint: "desktop", size: "floating", onClose: () => this.hideToast() }))));
10809
+ : null)), this.paginationConfig && (index.h("div", { key: '527422bd2e3afe19527a91735ad9c2d54e6c23d8', class: `pagination ${this.currentTableLayout}` }, index.h("gb-pagination", { key: '4b685257a198683d4d1c8ff190a6e1b51f3a93df', "entries-dropdown-menu-position": this.paginationConfig.entriesDropdownMenuPosition, "page-size": this.paginationConfig.paginationMode === 'internal' ? this.internalPageSize : this.paginationConfig.pageSize, "current-page": this.paginationConfig.paginationMode === 'internal' ? this.internalCurrentPage : this.paginationConfig.currentPage, "total-pages": this.totalPages, onPageItemSelected: this.handlePageChange.bind(this) }))), this.showToast && (index.h("gb-toast", { key: '360262fc71f37fbecfbe48a42133faf34b607f57', class: `toast ${this.toastVisible ? 'visible' : ''}`, color: "information", "main-text": this.filterMessage, breakpoint: "desktop", size: "floating", onClose: () => this.hideToast() }))));
10793
10810
  }
10794
10811
  static get watchers() { return {
10795
10812
  "data": ["onDataChange"],
@@ -10947,7 +10964,7 @@ const GbTag = class {
10947
10964
  }
10948
10965
  render() {
10949
10966
  const flagSwap = index.getAssetPath(`${this.flagSwap}`);
10950
- return (index.h("div", { key: 'e6936935ad02ab6502e2b63042cebcc512625846', class: `container ${this.size} ${this.action}` }, index.h("div", { key: 'a98d64ef69f55520e7fd8481576396f424f528a0', class: `content ${this.size}` }, this.checkbox && index.h("gb-tag-checkbox", { key: 'd77ff3a6a2287b25a8a0327d89be6af8a18be1dd', size: this.size }), this.icon === 'false' && index.h(index.Fragment, null), this.icon === 'country' && (index.h("div", { key: '7fc41e7c6b968188e22ad988db29f2ca8cfe6c6b', class: "icon left-icon" }, index.h("img", { key: '4232220bb955a4dc286c9aa74aba05ac591f3f11', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (index.h("gb-avatar", { key: 'd40d8aa5307d6507e2b988ffb40c116a8223fa05', class: "avatar-icon", size: "xxs", "status-icon": "false", text: false, color: "gray" }, index.h("slot", { key: 'c8f8f47c014fbad13c509b3591417dd4661fe1c6', name: "image", slot: "image" }))), this.icon === 'dot' && (index.h("svg", { key: '76a6ace7978f792084913c715a336b410896d910', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, index.h("circle", { key: '8ff906c66df7ef647ae0d56aa40d1f917fd2aca7', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), index.h("div", { key: '8e0679b7a9d5817c5aa9fe89d75a897b15d043b1', class: "label" }, index.h("slot", { key: '8cf6c0334a84187809d80bb28a472839694734d0' })), this.action === 'count' && (index.h("gb-tag-count", { key: '09904c69788e1551d71a3a1b4a344a9cccd5396f', size: this.size }, index.h("slot", { key: 'a812fb854d4f56ef8525bad6aa5dd30761fde407', slot: "count", name: "count" })))), this.action === 'X_close' && index.h("gb-tag-close", { key: 'a93b3c2f0677ca68a0d79e1ee70505df4b20b443', size: this.size, onClick: () => this.onTagClose() })));
10967
+ return (index.h("div", { key: '456446acb2db65f6d32325a19e1a567b5402f2ce', class: `container ${this.size} ${this.action}` }, index.h("div", { key: '51b5a7fc2b83b3187eb3e280ad2059f17cd0997d', class: `content ${this.size}` }, this.checkbox && index.h("gb-tag-checkbox", { key: 'd7419011cf70a8321ead9747c9987b2d8eca02c3', size: this.size }), this.icon === 'false' && index.h(index.Fragment, null), this.icon === 'country' && (index.h("div", { key: 'd680fb34a94d99de78a8b0eb6a45bd6fddcf20db', class: "icon left-icon" }, index.h("img", { key: '1703cb1212deb001bf9c6dc061dfba8854e96f49', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (index.h("gb-avatar", { key: '69816c817ff85523a8e86962d26aebaad7b5e825', class: "avatar-icon", size: "xxs", "status-icon": "false", text: false, color: "gray" }, index.h("slot", { key: 'e7a1880fbc0437f390986364706337bda3389fc9', name: "image", slot: "image" }))), this.icon === 'dot' && (index.h("svg", { key: '531fe87bce4eac8d6c59c389349949624ca13f66', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, index.h("circle", { key: '4f5baf8165dd618423cda541a050e7bf2db0f635', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), index.h("div", { key: '3baeee3261e2bff7dd5a383d28929d5491c5d805', class: "label" }, index.h("slot", { key: '255ba7624b1b083bf95b840e8a4ed599331ae265' })), this.action === 'count' && (index.h("gb-tag-count", { key: '21b2c1577ae18e544d3fbc48a279a4d2dfcad427', size: this.size }, index.h("slot", { key: 'd55fa285d52bcbefa2ccb52a44d1954f7b24e926', slot: "count", name: "count" })))), this.action === 'X_close' && index.h("gb-tag-close", { key: 'bfdc29e2243ae4ff966b3d5bc3939fd7f9f8ab61', size: this.size, onClick: () => this.onTagClose() })));
10951
10968
  }
10952
10969
  get el() { return index.getElement(this); }
10953
10970
  };
@@ -10964,7 +10981,7 @@ const GbTagCheckbox = class {
10964
10981
  this.disabled = false;
10965
10982
  }
10966
10983
  render() {
10967
- return (index.h("label", { key: '2324c90a08fc4ad8640791a9384abf1a43dbf363', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, index.h("input", { key: '1da2af9eefe653a0542b4624ac082b8f902fbd7e', type: "checkbox", checked: this.checked, disabled: this.disabled }), index.h("span", { key: '5a537a2900146ecd3903098ba5c86c53aae604fd', class: `custom-checkbox ${this.size}` }, index.h("svg", { key: 'e8fc1021693f1b880e5009db6add4cae5fbfd9e2', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, index.h("path", { key: '72cc8be35fe43d9a378e557ca232cce28da9e92f', d: "M2.5 7.25C2.5 7.25 3.25 7.25 4.25 9C4.25 9 7.02941 4.41667 9.5 3.5", stroke: "white", "stroke-width": "1.71429", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
10984
+ return (index.h("label", { key: '593aa8bb61260ab154f270a3d802b38466020c00', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, index.h("input", { key: 'c075c76d23dd33a07818b9ad6166686d014de54c', type: "checkbox", checked: this.checked, disabled: this.disabled }), index.h("span", { key: '073e081198af1a648701dde6b2b4bfabccb3b90d', class: `custom-checkbox ${this.size}` }, index.h("svg", { key: 'cfd34499afdd3dd86bcceb5f4f1aff4da5515218', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, index.h("path", { key: '9e8df722ddfa2fd5a7f14461d84749c3b1014a8e', d: "M2.5 7.25C2.5 7.25 3.25 7.25 4.25 9C4.25 9 7.02941 4.41667 9.5 3.5", stroke: "white", "stroke-width": "1.71429", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
10968
10985
  }
10969
10986
  };
10970
10987
  GbTagCheckbox.style = gbTagCheckboxCss;
@@ -10976,7 +10993,7 @@ const GbTagClose = class {
10976
10993
  index.registerInstance(this, hostRef);
10977
10994
  }
10978
10995
  render() {
10979
- return (index.h("div", { key: '9176298d7c5a451d804e033fb8ca949555f59937', class: this.size }, index.h("svg", { key: '9d7ee6215cef21904cf1ae8e13cc61e2607f2b4a', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, index.h("path", { key: '0e999d371ef7d3b3457e513b95c9b05303276a93', d: "M7.91683 2.08328L2.0835 7.91662M2.0835 2.08328L7.91683 7.91662", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))));
10996
+ return (index.h("div", { key: '18aaed96c3d07453fc649bfb0017220dd272aa60', class: this.size }, index.h("svg", { key: 'caaf0dfc1f8fe65dd12b1cf7ca7c6fc3becb9369', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, index.h("path", { key: '0e206add91ba5d0706cb85164d0a86b4faa1dc37', d: "M7.91683 2.08328L2.0835 7.91662M2.0835 2.08328L7.91683 7.91662", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))));
10980
10997
  }
10981
10998
  };
10982
10999
  GbTagClose.style = gbTagCloseCss;
@@ -10988,7 +11005,7 @@ const GbTagCount = class {
10988
11005
  index.registerInstance(this, hostRef);
10989
11006
  }
10990
11007
  render() {
10991
- return (index.h("div", { key: 'b10c55e8e95c5f77b1cf9e5927fd5bd5d18f48bc', class: this.size }, index.h("slot", { key: '160dabfd124e3cbe27f89dcc30bd9ada4646711d', name: "count" })));
11008
+ return (index.h("div", { key: '8c04c032237219dd1cedde84e898c5ca5bc4388b', class: this.size }, index.h("slot", { key: 'c160e597851fe8117d23e9d1a6fd6bd51fbdf8b8', name: "count" })));
10992
11009
  }
10993
11010
  };
10994
11011
  GbTagCount.style = gbTagCountCss;
@@ -11199,12 +11216,12 @@ const GbTextareaInputField = class {
11199
11216
  }
11200
11217
  }
11201
11218
  render() {
11202
- return (index.h("div", { key: '789167f7d6154ddb27425b2ae26df5f1af20d64e', class: "textarea_container" }, index.h("div", { key: '6cdfb0231319e9df5b8739495edd97bacf6f07ed', class: "input_with_label" }, this.showLabel && index.h("p", { key: 'b1e594d3a0848a7427a81cff49e9b41076afad5a', class: `label text-sm-medium` }, this.label), this.type === 'default' && (index.h("textarea", { key: '2af18512a07a05f442425e8559f171f68096f90e', ref: el => (this.textarea = el), onInput: () => this.handleInput(), onFocus: () => this.handleInputFocus(), class: `textarea default_textarea ${this.state} ${this.destructive ? 'destructive' : ''}`, placeholder: this.placeholderText, value: this.inputValue })), this.type === 'tags' && (index.h("div", { key: '6174b10db16cdf66165eab64028f3b2bab3256f2', class: "textarea_tags" }, index.h("div", { key: 'c160318c76841b41f37a38dd0d3d3ab7ab18c481', class: `textarea ${this.type} ${this.state} ${this.destructive ? 'destructive' : ''}`, onClick: () => this.handleWrapperClick() }, index.h("div", { key: 'fc7ffcacf778e9a98c6f2aa8749816e5831c98c5', 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
11219
+ return (index.h("div", { key: 'b1ff947a4ff647bb1944ace40327577657aef529', class: "textarea_container" }, index.h("div", { key: '15d6b0d8a9c3c34c204c9f3c153074a35381cb41', class: "input_with_label" }, this.showLabel && index.h("p", { key: '4f0089f0474316adde6b087b42b517ebddc7f8c3', class: `label text-sm-medium` }, this.label), this.type === 'default' && (index.h("textarea", { key: '43d7f00d55e08cc13a733ec53e79c37b8e3d7f73', ref: el => (this.textarea = el), onInput: () => this.handleInput(), onFocus: () => this.handleInputFocus(), class: `textarea default_textarea ${this.state} ${this.destructive ? 'destructive' : ''}`, placeholder: this.placeholderText, value: this.inputValue })), this.type === 'tags' && (index.h("div", { key: 'ed595e8f10a3ee5ebe2fcfa564f956c838c809b4', class: "textarea_tags" }, index.h("div", { key: 'c1a4e3ba88086d7d6af4dec4f898a63285844e19', class: `textarea ${this.type} ${this.state} ${this.destructive ? 'destructive' : ''}`, onClick: () => this.handleWrapperClick() }, index.h("div", { key: 'd0ae0a2caeded866a3969fcde206a0beca1b832f', 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
11203
11220
  .split(' ')
11204
11221
  .map(part => part.charAt(0).toUpperCase())
11205
- .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: '5faa286c69dec90181794029c076419765c9a2ce', class: "hidden-span", ref: el => (this.hiddenSpan = el) }, this.inputValue || ' '), index.h("div", { key: '671e6a97493e892450595e6ee0e3355cc3f5cbf4', class: "input_field" }, index.h("input", { key: 'f565baffb4831598865e2c39cc5550a546027f18', id: this.idOfInput, class: `input_like text-md-regular ${this.state}`, type: "text",
11222
+ .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: 'd86a6ce2c1b27416582edf18cf8fc34cacf073ac', class: "hidden-span", ref: el => (this.hiddenSpan = el) }, this.inputValue || ' '), index.h("div", { key: '45a3747a6f52dabf3be05b3ed8b8386f866f2e6f', class: "input_field" }, index.h("input", { key: '8cf4b7e89c06df8eb229ac0c6bcbb8556e82373c', id: this.idOfInput, class: `input_like text-md-regular ${this.state}`, type: "text",
11206
11223
  // placeholder={this.placeholderText}
11207
- value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.emitInputValue() }))), this.destructive && (index.h("div", { key: '58ed1820e495f6bf0572411945b86be6fc815dac', class: "help_icon" }, index.h("svg", { key: 'fab764ac78e123ebc8e16b9be7d31ffd542f8ac8', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { key: 'de93346a9c9f9eebc79a34a5a55dc13094fc5fed', 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: '905cf3f14ce492bb38376839f2a74b0d4a0e820c', 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'
11224
+ value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.emitInputValue() }))), this.destructive && (index.h("div", { key: '78b0be1d3d2b30dcea9eb89a9ec2bbaadc02334c', class: "help_icon" }, index.h("svg", { key: '03faf3ca8827614bb947495d921122841b37a7a2', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { key: '3c2226f027d393c69ed8f279f93155c078c6da88', 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: '07dea6654883a65387fc553a2c754cff8bcf7e2c', 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'
11208
11225
  ? [index.h("p", { slot: "name" }, item.objectName), index.h("p", { slot: "supporting_text" }, item.objectValue)]
11209
11226
  : typeof item !== 'object' && index.h("p", { slot: "name" }, item))))))))), this.showHintText && index.h(index.Fragment, null, !this.destructive ? index.h("p", { class: "hint_text text-sm-regular" }, this.hintText) : index.h("p", { class: "error_text text-sm-regular" }, this.errorText))));
11210
11227
  }
@@ -11238,7 +11255,7 @@ const GbThemeTab = class {
11238
11255
  const systemIconSrc = index.getAssetPath(`assets/laptop.svg`);
11239
11256
  const sunSrc = index.getAssetPath(`assets/sun-02.svg`);
11240
11257
  const moonSrc = index.getAssetPath(`assets/moon-02.svg`);
11241
- return (index.h("div", { key: '54d7902bd4f274cb0c2c9938ab9998199592decf', class: `theme_tab_div` }, index.h("div", { key: '2d01b031d766c91600b485d99307fdaad5450d00', class: "tab" }, index.h("gb-icon-button-base", { key: '9d7b0d35240d89bc0337948aa910473a7ef8b25f', current: this.currentActiveTab === 'system' ? true : false, icon: systemIconSrc, label: "System", onClick: () => this.tabClicked('system') })), index.h("div", { key: 'c9be52f512d54b26781e27ea7e9ed436c73645ab', class: "tab" }, index.h("gb-icon-button-base", { key: '6f6983813bff31ea05291cc156b955a4e691a379', current: this.currentActiveTab === 'light' ? true : false, icon: sunSrc, label: "Light", onClick: () => this.tabClicked('light') })), index.h("div", { key: '554b912eccfd4279707459b29095a256b1b56f0b', class: "tab" }, index.h("gb-icon-button-base", { key: '80db4129f2689933bf2d081a79b136cdcb0a5277', current: this.currentActiveTab === 'dark' ? true : false, icon: moonSrc, label: "Dark", onClick: () => this.tabClicked('dark') }))));
11258
+ return (index.h("div", { key: 'b1ce2e2172611689b2fe71adece4fb8eaa52cd5b', class: `theme_tab_div` }, index.h("div", { key: '28ff1b84efa49ae845e399e9aabd9701a8abf91b', class: "tab" }, index.h("gb-icon-button-base", { key: 'a980fddc24a08256cf662b2ba678d4f8508eb6a5', current: this.currentActiveTab === 'system' ? true : false, icon: systemIconSrc, label: "System", onClick: () => this.tabClicked('system') })), index.h("div", { key: '555ef1f084852f673f107a141877432bd3c0a859', class: "tab" }, index.h("gb-icon-button-base", { key: 'c309d3757d670db5bfe31afc34101897671d3d9a', current: this.currentActiveTab === 'light' ? true : false, icon: sunSrc, label: "Light", onClick: () => this.tabClicked('light') })), index.h("div", { key: '479aa273c2d91fc30993197995b8ab188883eb84', class: "tab" }, index.h("gb-icon-button-base", { key: 'c3842452e0b98b60d6ecc2dd4bfd29f03ff6b661', current: this.currentActiveTab === 'dark' ? true : false, icon: moonSrc, label: "Dark", onClick: () => this.tabClicked('dark') }))));
11242
11259
  }
11243
11260
  get el() { return index.getElement(this); }
11244
11261
  };
@@ -11295,7 +11312,7 @@ const GbToast = class {
11295
11312
  window.removeEventListener('resize', this.handleResize);
11296
11313
  }
11297
11314
  render() {
11298
- return (index.h("div", { key: 'f5821cd859c033edd6ffe5e500be1f005480cda3', class: `toast_div ${this.internalColor} ${this.size} ${this.breakpoint}` }, this.size === 'floating' && (index.h(index.Fragment, null, index.h("div", { key: '8dad7e494008a10b140f81b71ac42b4750accaed', class: `icon_container ${this.showSupportingText ? '' : 'no_supporting_text'}` }, this.internalColor === 'success' ? (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "29", viewBox: "0 0 28 29", fill: "none", class: `svg_icon ${this.internalColor}` }, index.h("path", { opacity: "0.4", d: "M14.0666 2.24988H14.0665H13.9331H13.9331C11.3773 2.24986 9.36985 2.24985 7.80253 2.46057C6.19643 2.67651 4.92213 3.12805 3.9209 4.12928C2.91967 5.13051 2.46813 6.40481 2.2522 8.01091C2.04148 9.57822 2.04149 11.5857 2.0415 14.1415V14.1415V14.2749V14.2749C2.04149 16.8307 2.04148 18.8382 2.2522 20.4055C2.46813 22.0116 2.91967 23.2859 3.9209 24.2871C4.92213 25.2884 6.19643 25.7399 7.80253 25.9559C9.36985 26.1666 11.3773 26.1666 13.9331 26.1665H14.0665C16.6223 26.1666 18.6298 26.1666 20.1971 25.9559C21.8032 25.7399 23.0775 25.2884 24.0788 24.2871C25.08 23.2859 25.5315 22.0116 25.7475 20.4055C25.9582 18.8382 25.9582 16.8308 25.9582 14.2749V14.1415C25.9582 11.5857 25.9582 9.57822 25.7475 8.01091C25.5315 6.40481 25.08 5.13051 24.0788 4.12928C23.0775 3.12805 21.8032 2.67651 20.1971 2.46057C18.6298 2.24985 16.6224 2.24986 14.0666 2.24988Z", fill: "var(--color-icon-success, #079455)" }), index.h("path", { d: "M19.2265 11.1487C19.7918 10.8396 19.9995 10.1307 19.6903 9.56536C19.3811 9.00004 18.6722 8.79238 18.1069 9.10154C15.9735 10.2683 14.2094 12.5199 13.0232 14.3362C12.5849 15.0074 12.2104 15.6429 11.9108 16.1812C11.6313 15.9101 11.3545 15.6747 11.1069 15.479C10.783 15.2228 10.4915 15.0208 10.2789 14.8816L9.91136 14.6534C9.35166 14.3342 8.63915 14.5291 8.31994 15.0888C8.0008 15.6484 8.19559 16.3607 8.75499 16.68L9.00033 16.8335C9.16695 16.9426 9.40042 17.1043 9.6598 17.3093C10.1936 17.7314 10.7696 18.2846 11.1321 18.8907C11.3546 19.2626 11.7649 19.4806 12.1977 19.4567C12.6303 19.4328 13.0142 19.1708 13.1944 18.7769L13.309 18.5372C13.388 18.3756 13.5063 18.1396 13.6603 17.8487C13.9689 17.2657 14.4176 16.4684 14.9769 15.612C16.1241 13.8554 17.6266 12.0237 19.2265 11.1487Z", fill: "var(--color-icon-success, #079455)" }))) : this.color === 'error' ? (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "29", viewBox: "0 0 28 29", fill: "none", class: `svg_icon ${this.internalColor}` }, index.h("path", { opacity: "0.4", d: "M14.0665 2.49945C16.6224 2.49944 18.6298 2.49942 20.1971 2.71014C21.8032 2.92608 23.0775 3.37762 24.0788 4.37885C25.08 5.38008 25.5315 6.65438 25.7475 8.26048C25.9582 9.82779 25.9582 11.8352 25.9582 14.391V14.3911V14.5245V14.5245C25.9582 17.0803 25.9582 19.0878 25.7475 20.6551C25.5315 22.2612 25.08 23.5355 24.0788 24.5367C23.0775 25.538 21.8032 25.9895 20.1971 26.2054C18.6298 26.4161 16.6224 26.4161 14.0666 26.4161H14.0665H13.9331H13.9331C11.3773 26.4161 9.36984 26.4161 7.80253 26.2054C6.19643 25.9895 4.92213 25.538 3.9209 24.5367C2.91967 23.5355 2.46813 22.2612 2.2522 20.6551C2.04148 19.0878 2.04149 17.0803 2.0415 14.5245V14.3911C2.04149 11.8353 2.04148 9.8278 2.2522 8.26048C2.46813 6.65438 2.91967 5.38008 3.9209 4.37885C4.92213 3.37762 6.19643 2.92608 7.80253 2.71014C9.36985 2.49942 11.3773 2.49944 13.9331 2.49945H14.0665Z", fill: "var(--color-icon-danger, #B51726)" }), index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8335 19.7075C12.8335 19.0632 13.3535 18.5409 13.9949 18.5409H14.0054C14.6468 18.5409 15.1668 19.0632 15.1668 19.7075C15.1668 20.3519 14.6468 20.8742 14.0054 20.8742H13.9949C13.3535 20.8742 12.8335 20.3519 12.8335 19.7075Z", fill: "var(--color-icon-danger, #B51726)" }), index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.0003 16.2075C13.356 16.2075 12.8336 15.6852 12.8336 15.0409L12.8336 10.3742C12.8336 9.72985 13.356 9.20752 14.0003 9.20752C14.6446 9.20752 15.167 9.72985 15.167 10.3742L15.167 15.0409C15.167 15.6852 14.6446 16.2075 14.0003 16.2075Z", fill: "var(--color-icon-danger, #B51726)" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.internalColor}` }, index.h("path", { 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: "var(--color-icon, #4B5565)" }), index.h("path", { "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: "var(--color-icon, #4B5565)" }), index.h("path", { "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: "var(--color-icon, #4B5565)" })))), index.h("div", { key: '89945d091352fdd3a65fa6b45c1ca5d5b37c57c8', class: `content ${this.size} ${this.actions ? ' actions' : ''} ${this.breakpoint}` }, index.h("div", { key: '29218c1a2ba885e6c24bcea746142c86e656bb26', class: `text ${!this.internalSupportingText ? 'no_supporting_text' : ''} ${this.size}` }, index.h("p", { key: 'd548a30265cb43ff063067ec842fc80d792ceccc', class: `text-md-semi-bold main_text_${this.internalColor}` }, this.internalMainText), this.showSupportingText && index.h("p", { key: 'c6701c6d66895913a47434700f81da0c41b5a336', class: `text-sm-regular supporting_text_${this.internalColor}` }, this.internalSupportingText)), this.actions && (index.h("div", { key: '9222b28c7cb5994ae86bd3fe6893b592076db74f', class: `actions ${this.size} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (index.h(index.Fragment, null, this.secondActionText && (index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray", onClick: () => this.secondActionClicked.emit() }, index.h("p", null, this.secondActionText))), this.firstActionText && (index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color", onClick: () => this.firstActionClicked.emit() }, index.h("p", null, this.firstActionText))))) : (index.h(index.Fragment, null, this.secondActionText && (index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.internalColor, onClick: () => this.secondActionClicked.emit() }, index.h("p", null, this.secondActionText))), this.firstActionText && (index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.internalColor, onClick: () => this.firstActionClicked.emit() }, index.h("p", null, this.firstActionText)))))))), this.xCloseButton && (index.h("gb-button-close", { key: '2b1cadfc6ec5fe54219ab2f6c86e78d84bbcdb22', size: "sm", color: this.internalColor === 'default' ? 'gray' : this.internalColor === 'gray' ? 'gray' : this.internalColor, class: `close_button ${this.size}`, onClick: () => this.closeToast() })))), this.size === 'full_width' && (index.h("div", { key: '7aa92555f72405744024626730bceda91208ee07', class: `container ${this.breakpoint}` }, index.h("div", { key: '140644487ae39ff91ecd8fa98941d50bf8108b94', class: `full_width_content ${this.breakpoint}` }, index.h("div", { key: '01e38b5bd8a48d0714223227015704784ded3505', class: `inner_content ${this.breakpoint}` }, index.h("div", { key: 'b9d6bc20374f0570c0da16ed1eb4810c85832b34', class: `icon_container` }, index.h("svg", { key: 'bc05a2b08bdecf8dc289733cc5a47363c0134efa', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.internalColor}` }, index.h("path", { key: '58cb4edaea2b837bf87eecb525907e620f7e6270', 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: '331a7d9077bbfc34ea512f5dc3957889a204750b', "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: 'f929e460f76c5b00e0b5c815587744897bbb75b3', "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: 'bd84e4a7b78b05abc937eb37d910354e0459e068', class: `text ${this.size} ${this.breakpoint}` }, index.h("p", { key: 'c0e066ace71cc199f4b43768a036938f2656fb7b', class: `text-sm-semi-bold main_text_${this.internalColor}` }, this.internalMainText), this.showSupportingText && index.h("p", { key: '0cd625305050b771521ba9a96bd6b39768abadbf', class: `text-xs-regular supporting_text_${this.internalColor}` }, this.internalSupportingText))), this.actions && (index.h("div", { key: '9b8c056543452cf9a4e16a539090eced21ed7073', class: `actions ${this.size} ${this.breakpoint} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (index.h(index.Fragment, null, this.secondActionText && (index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray", onClick: () => this.secondActionClicked.emit() }, index.h("p", null, this.secondActionText))), this.firstActionText && (index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color", onClick: () => this.firstActionClicked.emit() }, index.h("p", null, this.firstActionText))))) : (index.h(index.Fragment, null, this.secondActionText && (index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.internalColor, onClick: () => this.secondActionClicked.emit() }, index.h("p", null, this.secondActionText))), this.firstActionText && (index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.internalColor, onClick: () => this.firstActionClicked.emit() }, index.h("p", null, this.firstActionText)))))))), this.xCloseButton && (index.h("gb-button-close", { key: '6b3f9135b3e1f51339133368db5f2400d5a8aef0', size: "sm", color: this.internalColor === 'default' ? 'gray' : this.internalColor === 'gray' ? 'gray' : this.internalColor, class: `close_button ${this.breakpoint}`, onClick: () => this.closeToast() }))))));
11315
+ return (index.h("div", { key: '3b9a59852036eaf166823e74b8714678a9bccc54', class: `toast_div ${this.internalColor} ${this.size} ${this.breakpoint}` }, this.size === 'floating' && (index.h(index.Fragment, null, index.h("div", { key: '339af981e78b494e0d22863dc401a97e031df8a5', class: `icon_container ${this.showSupportingText ? '' : 'no_supporting_text'}` }, this.internalColor === 'success' ? (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "29", viewBox: "0 0 28 29", fill: "none", class: `svg_icon ${this.internalColor}` }, index.h("path", { opacity: "0.4", d: "M14.0666 2.24988H14.0665H13.9331H13.9331C11.3773 2.24986 9.36985 2.24985 7.80253 2.46057C6.19643 2.67651 4.92213 3.12805 3.9209 4.12928C2.91967 5.13051 2.46813 6.40481 2.2522 8.01091C2.04148 9.57822 2.04149 11.5857 2.0415 14.1415V14.1415V14.2749V14.2749C2.04149 16.8307 2.04148 18.8382 2.2522 20.4055C2.46813 22.0116 2.91967 23.2859 3.9209 24.2871C4.92213 25.2884 6.19643 25.7399 7.80253 25.9559C9.36985 26.1666 11.3773 26.1666 13.9331 26.1665H14.0665C16.6223 26.1666 18.6298 26.1666 20.1971 25.9559C21.8032 25.7399 23.0775 25.2884 24.0788 24.2871C25.08 23.2859 25.5315 22.0116 25.7475 20.4055C25.9582 18.8382 25.9582 16.8308 25.9582 14.2749V14.1415C25.9582 11.5857 25.9582 9.57822 25.7475 8.01091C25.5315 6.40481 25.08 5.13051 24.0788 4.12928C23.0775 3.12805 21.8032 2.67651 20.1971 2.46057C18.6298 2.24985 16.6224 2.24986 14.0666 2.24988Z", fill: "var(--color-icon-success, #079455)" }), index.h("path", { d: "M19.2265 11.1487C19.7918 10.8396 19.9995 10.1307 19.6903 9.56536C19.3811 9.00004 18.6722 8.79238 18.1069 9.10154C15.9735 10.2683 14.2094 12.5199 13.0232 14.3362C12.5849 15.0074 12.2104 15.6429 11.9108 16.1812C11.6313 15.9101 11.3545 15.6747 11.1069 15.479C10.783 15.2228 10.4915 15.0208 10.2789 14.8816L9.91136 14.6534C9.35166 14.3342 8.63915 14.5291 8.31994 15.0888C8.0008 15.6484 8.19559 16.3607 8.75499 16.68L9.00033 16.8335C9.16695 16.9426 9.40042 17.1043 9.6598 17.3093C10.1936 17.7314 10.7696 18.2846 11.1321 18.8907C11.3546 19.2626 11.7649 19.4806 12.1977 19.4567C12.6303 19.4328 13.0142 19.1708 13.1944 18.7769L13.309 18.5372C13.388 18.3756 13.5063 18.1396 13.6603 17.8487C13.9689 17.2657 14.4176 16.4684 14.9769 15.612C16.1241 13.8554 17.6266 12.0237 19.2265 11.1487Z", fill: "var(--color-icon-success, #079455)" }))) : this.color === 'error' ? (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "29", viewBox: "0 0 28 29", fill: "none", class: `svg_icon ${this.internalColor}` }, index.h("path", { opacity: "0.4", d: "M14.0665 2.49945C16.6224 2.49944 18.6298 2.49942 20.1971 2.71014C21.8032 2.92608 23.0775 3.37762 24.0788 4.37885C25.08 5.38008 25.5315 6.65438 25.7475 8.26048C25.9582 9.82779 25.9582 11.8352 25.9582 14.391V14.3911V14.5245V14.5245C25.9582 17.0803 25.9582 19.0878 25.7475 20.6551C25.5315 22.2612 25.08 23.5355 24.0788 24.5367C23.0775 25.538 21.8032 25.9895 20.1971 26.2054C18.6298 26.4161 16.6224 26.4161 14.0666 26.4161H14.0665H13.9331H13.9331C11.3773 26.4161 9.36984 26.4161 7.80253 26.2054C6.19643 25.9895 4.92213 25.538 3.9209 24.5367C2.91967 23.5355 2.46813 22.2612 2.2522 20.6551C2.04148 19.0878 2.04149 17.0803 2.0415 14.5245V14.3911C2.04149 11.8353 2.04148 9.8278 2.2522 8.26048C2.46813 6.65438 2.91967 5.38008 3.9209 4.37885C4.92213 3.37762 6.19643 2.92608 7.80253 2.71014C9.36985 2.49942 11.3773 2.49944 13.9331 2.49945H14.0665Z", fill: "var(--color-icon-danger, #B51726)" }), index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8335 19.7075C12.8335 19.0632 13.3535 18.5409 13.9949 18.5409H14.0054C14.6468 18.5409 15.1668 19.0632 15.1668 19.7075C15.1668 20.3519 14.6468 20.8742 14.0054 20.8742H13.9949C13.3535 20.8742 12.8335 20.3519 12.8335 19.7075Z", fill: "var(--color-icon-danger, #B51726)" }), index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.0003 16.2075C13.356 16.2075 12.8336 15.6852 12.8336 15.0409L12.8336 10.3742C12.8336 9.72985 13.356 9.20752 14.0003 9.20752C14.6446 9.20752 15.167 9.72985 15.167 10.3742L15.167 15.0409C15.167 15.6852 14.6446 16.2075 14.0003 16.2075Z", fill: "var(--color-icon-danger, #B51726)" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.internalColor}` }, index.h("path", { 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: "var(--color-icon, #4B5565)" }), index.h("path", { "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: "var(--color-icon, #4B5565)" }), index.h("path", { "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: "var(--color-icon, #4B5565)" })))), index.h("div", { key: '30a207ae18cc11b83d09686a8298601c93f4b8a6', class: `content ${this.size} ${this.actions ? ' actions' : ''} ${this.breakpoint}` }, index.h("div", { key: '3a16ddf29c9775251ef10b50cb86965ee5b1c55b', class: `text ${!this.internalSupportingText ? 'no_supporting_text' : ''} ${this.size}` }, index.h("p", { key: 'a8c9f2c55a0cc94608dad534107375b51fe40da0', class: `text-md-semi-bold main_text_${this.internalColor}` }, this.internalMainText), this.showSupportingText && index.h("p", { key: '6667ff9aa3a4c9acd7888cd35c583f5d54cee01f', class: `text-sm-regular supporting_text_${this.internalColor}` }, this.internalSupportingText)), this.actions && (index.h("div", { key: '570c09fee014c610d5fef81c06a7f5da1ef9c07b', class: `actions ${this.size} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (index.h(index.Fragment, null, this.secondActionText && (index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray", onClick: () => this.secondActionClicked.emit() }, index.h("p", null, this.secondActionText))), this.firstActionText && (index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color", onClick: () => this.firstActionClicked.emit() }, index.h("p", null, this.firstActionText))))) : (index.h(index.Fragment, null, this.secondActionText && (index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.internalColor, onClick: () => this.secondActionClicked.emit() }, index.h("p", null, this.secondActionText))), this.firstActionText && (index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.internalColor, onClick: () => this.firstActionClicked.emit() }, index.h("p", null, this.firstActionText)))))))), this.xCloseButton && (index.h("gb-button-close", { key: 'f947308ef92b308c6f74be6db0a6f3b9f9d992c4', size: "sm", color: this.internalColor === 'default' ? 'gray' : this.internalColor === 'gray' ? 'gray' : this.internalColor, class: `close_button ${this.size}`, onClick: () => this.closeToast() })))), this.size === 'full_width' && (index.h("div", { key: '603c65e5d94bb1a4fdfe1327cadec2be53a478da', class: `container ${this.breakpoint}` }, index.h("div", { key: '9442ea4319ed01a12530fa2642f2ee7de99b5944', class: `full_width_content ${this.breakpoint}` }, index.h("div", { key: '9ebd126672fef115a1255a37b257f80995fedca1', class: `inner_content ${this.breakpoint}` }, index.h("div", { key: 'fd830f1a5c5e23dafe56e85c54a69ccd6d17bfdd', class: `icon_container` }, index.h("svg", { key: 'b7777014e801963cafb26b3961eb5f03c8281078', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.internalColor}` }, index.h("path", { key: 'fc9ad47d78a092a08ce62935aba86c7fab3260bb', 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: '4d49df1dafb2eacf15bb6e4803bc73f02ae43c1a', "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: 'f5f600cb830772ffffefb8f60fe78f815084d75b', "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: '920a24627109d3999f584f5d81dd5c03dc1e5ed3', class: `text ${this.size} ${this.breakpoint}` }, index.h("p", { key: 'f14a86c6f73fd7da201283962f6ced496d5fcdad', class: `text-sm-semi-bold main_text_${this.internalColor}` }, this.internalMainText), this.showSupportingText && index.h("p", { key: 'd8cdf3c0c284c0a694ca84c7707de795065b58ce', class: `text-xs-regular supporting_text_${this.internalColor}` }, this.internalSupportingText))), this.actions && (index.h("div", { key: '0ed33c363c03aee031fad6da00f146b8717d7a7b', class: `actions ${this.size} ${this.breakpoint} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (index.h(index.Fragment, null, this.secondActionText && (index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray", onClick: () => this.secondActionClicked.emit() }, index.h("p", null, this.secondActionText))), this.firstActionText && (index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color", onClick: () => this.firstActionClicked.emit() }, index.h("p", null, this.firstActionText))))) : (index.h(index.Fragment, null, this.secondActionText && (index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.internalColor, onClick: () => this.secondActionClicked.emit() }, index.h("p", null, this.secondActionText))), this.firstActionText && (index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.internalColor, onClick: () => this.firstActionClicked.emit() }, index.h("p", null, this.firstActionText)))))))), this.xCloseButton && (index.h("gb-button-close", { key: '4662f8ecbb37a7687ded523d9642bf7df61d0a2a', size: "sm", color: this.internalColor === 'default' ? 'gray' : this.internalColor === 'gray' ? 'gray' : this.internalColor, class: `close_button ${this.breakpoint}`, onClick: () => this.closeToast() }))))));
11299
11316
  }
11300
11317
  get el() { return index.getElement(this); }
11301
11318
  static get watchers() { return {
@@ -11317,7 +11334,7 @@ const GbToastButton = class {
11317
11334
  slottedContent.classList.add('text-sm-semi-bold');
11318
11335
  }
11319
11336
  render() {
11320
- return (index.h("div", { key: '92a33752ee3034bf723b0883faec98cb3ef62c0d', class: `toast_button ${this.state} ${this.color}` }, index.h("slot", { key: '1a128e469bc91837f0a77154afff73d71b831e1b' })));
11337
+ return (index.h("div", { key: '29ef2ed415fe9ba7c13d30e04d5c20a103e0ce78', class: `toast_button ${this.state} ${this.color}` }, index.h("slot", { key: '505fac54480d6806d20c6dc8fa1b6983f9fcbc83' })));
11321
11338
  }
11322
11339
  get el() { return index.getElement(this); }
11323
11340
  };
@@ -11370,7 +11387,7 @@ const GbToggle = class {
11370
11387
  }
11371
11388
  }
11372
11389
  render() {
11373
- return (index.h("div", { key: '2c186bd61c9ed6dabd14e6c09e010747bc549d27', class: `toggle_div ${this.size}` }, this.position === 'left' && (index.h(index.Fragment, null, this.text && (index.h("div", { key: '43c646e4fc4563dd7499c22a8460b7b3990f8f58', class: "text" }, index.h("slot", { key: '2eeac781b0f6e15e10a8cb8e260fff0cc47d41ce', name: "main_text" }), this.supportingText && index.h("slot", { key: '8763586ecd9c6a6672b0c16e9d822efd17dbe025', name: "supporting_text" }))))), index.h("div", { key: '5bc3c760a423260fd67ea5858ff44e3cf2c44231', class: "toggle_base" }, index.h("gb-toggle-base", { key: 'f23e3b19524260324b22315233440ded6d210b15', size: this.size, state: this.state, pressed: this.pressed, onToggleClicked: this.onToggle.bind(this) })), this.position === 'right' && (index.h(index.Fragment, null, this.text && (index.h("div", { key: '6af72da1c7a1f95dae08b0672c5900e313fc55bb', class: "text" }, index.h("slot", { key: 'affd3e93b05a75155962bc1ff50986320984d92d', name: "main_text" }), this.supportingText && index.h("slot", { key: '9167fe39bbbefcb2ae3c74eb22d10a90eda06673', name: "supporting_text" })))))));
11390
+ return (index.h("div", { key: 'f9072223aec45076a93b268716d239473affafe0', class: `toggle_div ${this.size}` }, this.position === 'left' && (index.h(index.Fragment, null, this.text && (index.h("div", { key: 'ae3a1bbb8aee1af3d4937f39d365a40c6ff28e92', class: "text" }, index.h("slot", { key: '0306c2df643427fd9b530360bcb4fc68935942a6', name: "main_text" }), this.supportingText && index.h("slot", { key: '8e6481e8c87043054f8b22c5b4a49668ef0cb376', name: "supporting_text" }))))), index.h("div", { key: 'cd463f75cb109ed7d920e536b16decb0ed6c17fe', class: "toggle_base" }, index.h("gb-toggle-base", { key: '23a782a77372d2060658a27b7ff9837807353b5c', size: this.size, state: this.state, pressed: this.pressed, onToggleClicked: this.onToggle.bind(this) })), this.position === 'right' && (index.h(index.Fragment, null, this.text && (index.h("div", { key: '075222964f183c553d01f30101854a7a8c3585ca', class: "text" }, index.h("slot", { key: 'd4de97556ad4c23d1e149c7cab3083a46fbbcdec', name: "main_text" }), this.supportingText && index.h("slot", { key: 'adf6eafb8d749410150559286e63f559470f55f6', name: "supporting_text" })))))));
11374
11391
  }
11375
11392
  get el() { return index.getElement(this); }
11376
11393
  };
@@ -11392,8 +11409,8 @@ const GbToggleBase = class {
11392
11409
  }
11393
11410
  render() {
11394
11411
  return [
11395
- index.h("input", { key: 'ac68470200bbc0cf88933f0d4457f81b454dcbfc', type: "checkbox", id: "customCheckbox", class: `${this.pressed ? 'pressed' : ''}`, readonly: true }),
11396
- index.h("label", { key: 'd17c28a9ff7de780eac5ed84ae60160c1a2ab860', 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: "var(--color-background-selected, #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: "var(--color-background-gray-subtle, #E3E8EF)", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))) : null),
11412
+ index.h("input", { key: 'a03f12e87a543efdce3e68ac9403f3ae5dfe0fd5', type: "checkbox", id: "customCheckbox", class: `${this.pressed ? 'pressed' : ''}`, readonly: true }),
11413
+ index.h("label", { key: 'e36a186cea398eb67edca395d8558a955367078c', 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: "var(--color-background-selected, #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: "var(--color-background-gray-subtle, #E3E8EF)", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))) : null),
11397
11414
  ];
11398
11415
  }
11399
11416
  };
@@ -11429,12 +11446,38 @@ const GbTooltip = class {
11429
11446
  return this.showArrow ? `arrow ${this.arrow}` : '';
11430
11447
  }
11431
11448
  render() {
11432
- return (index.h("div", { key: '92d6c75d6b0d8cb67dd318be59cb8d5c99acdad3', class: "tooltip_container" }, index.h("div", { key: '76f61c87d02ac2cc4165e60594edfded7bccf9b9', class: "tooltip" }, this.showArrow && index.h("div", { key: 'fbcab802ffa5428dd37db5165e1f031df34c7524', class: this.getArrowClass() }), index.h("div", { key: '3ed3d5382eb53d7f2cc97541b2c6f86e20e0061e', class: "tooltip_content" }, index.h("slot", { key: '50cff822219d8cbd05584555c6717f46425eb956', name: "label" }), this.showSupportingText && index.h("slot", { key: '458079210aaf1e3230a083aef26c0074a36c8d71', name: "supporting_text" })))));
11449
+ return (index.h("div", { key: 'ed653caf44febe6a3d54ed25aa75fb91706db893', class: "tooltip_container" }, index.h("div", { key: '2264f1ae517cb345f03e87f5330866751c098218', class: "tooltip" }, this.showArrow && index.h("div", { key: '10d8e432af8e3672962b7e363b5a2e49ae70a753', class: this.getArrowClass() }), index.h("div", { key: 'eb342f71471bbef672dd1965126073fcfb1c7fb8', class: "tooltip_content" }, index.h("slot", { key: '9fb20bf41b940a2f608f51d608c76815767ba521', name: "label" }), this.showSupportingText && index.h("slot", { key: '6c6c9f4a32715d828b5f48fa9d7412623063e507', name: "supporting_text" })))));
11433
11450
  }
11434
11451
  get el() { return index.getElement(this); }
11435
11452
  };
11436
11453
  GbTooltip.style = gbTooltipCss;
11437
11454
 
11455
+ const TestWrapper = class {
11456
+ constructor(hostRef) {
11457
+ index.registerInstance(this, hostRef);
11458
+ // Framework-agnostic per-row renderer. In an Angular app this is where you'd
11459
+ // use ViewContainerRef.createComponent(...) and append ref.location.nativeElement.
11460
+ this.renderRowAction = (container, row, emit) => {
11461
+ const btn = document.createElement('gb-button');
11462
+ btn.setAttribute('size', 'md');
11463
+ btn.setAttribute('hierarchy', 'link_color');
11464
+ btn.setAttribute('icon', 'default');
11465
+ btn.setAttribute('icon-leading', 'true');
11466
+ btn.setAttribute('icon-leading-swap', 'assets/icons/transition-right/stroke/rounded.svg');
11467
+ const label = document.createElement('p');
11468
+ // Render the row id so it's obvious each row gets its own content.
11469
+ label.textContent = `Action ${row.id}`;
11470
+ btn.appendChild(label);
11471
+ // Fire the table's rowActionClicked event, just like the built-in button type.
11472
+ btn.addEventListener('click', () => emit('custom_submit'));
11473
+ container.appendChild(btn);
11474
+ };
11475
+ }
11476
+ render() {
11477
+ return (index.h("gb-table", { key: '568cf81b557712c61278a86ac7a80fb2be95d586', renderCustomActions: this.renderRowAction, paginationConfig: { paginationMode: 'internal', entriesDropdownMenuPosition: 'top', currentPage: 1, pageSize: 5 }, onRowActionClicked: (e) => console.log('rowActionClicked', e.detail) }));
11478
+ }
11479
+ };
11480
+
11438
11481
  exports.gb_accordion_card = GbAccordionCard;
11439
11482
  exports.gb_action_panel = GbActionPanel;
11440
11483
  exports.gb_app_name_card = GbAppNameCard;
@@ -11515,4 +11558,5 @@ exports.gb_toast_button = GbToastButton;
11515
11558
  exports.gb_toggle = GbToggle;
11516
11559
  exports.gb_toggle_base = GbToggleBase;
11517
11560
  exports.gb_tooltip = GbTooltip;
11518
- //# sourceMappingURL=gb-accordion-card.gb-action-panel.gb-app-name-card.gb-avatar.gb-avatar-add-button.gb-avatar-contrast-inner-border.gb-avatar-dropdown.gb-avatar-group.gb-avatar-label-group.gb-avatar-profile-photo.gb-badge.gb-badge-close.gb-btn.gb-button.gb-button-close.gb-button-group.gb-button-group-base.gb-carousel-arrow.gb-checkbox.gb-checkbox-base.gb-collapse-button.gb-complex-primary-side-bar-item.gb-complex-secondary-side-bar-item.gb-contact-help-dropdown.gb-date-picker.gb-date-picker-list-item.gb-dropdown-items-with-shortcut.gb-empty-state.gb-export-dropdown.gb-export-dropdown-item.gb-export-sub-dropdown.gb-export-sub-dropdown-item.gb-featured-icon.gb-file-type-icon.gb-filter-button.gb-filter-modal.gb-header.gb-header-icon.gb-help-dropdown.gb-help-tooltip.gb-horizontal-tabs.gb-icon.gb-icon-button-base.gb-illustration.gb-input-dropdown.gb-input-dropdown-menu-item.gb-input-field.gb-notification-content.gb-notification-pane.gb-pagination.gb-pagination-button-group-base.gb-pagination-dot-indicator.gb-pagination-number-base.gb-password-button.gb-pattern.gb-portal.gb-prompt-modal.gb-sidebar.gb-sidebar-base-item.gb-sidebar-child-item.gb-sidebar-sub-dropdown.gb-simple-side-bar-item.gb-status-indicator.gb-step-base.gb-step-icon-base.gb-stepper-horizontal-icons-centered.gb-tab-button-base.gb-table.gb-table-header.gb-tag.gb-tag-checkbox.gb-tag-close.gb-tag-count.gb-textarea-input-field.gb-theme-tab.gb-toast.gb-toast-button.gb-toggle.gb-toggle-base.gb-tooltip.entry.cjs.js.map
11561
+ exports.test_wrapper = TestWrapper;
11562
+ //# sourceMappingURL=gb-accordion-card.gb-action-panel.gb-app-name-card.gb-avatar.gb-avatar-add-button.gb-avatar-contrast-inner-border.gb-avatar-dropdown.gb-avatar-group.gb-avatar-label-group.gb-avatar-profile-photo.gb-badge.gb-badge-close.gb-btn.gb-button.gb-button-close.gb-button-group.gb-button-group-base.gb-carousel-arrow.gb-checkbox.gb-checkbox-base.gb-collapse-button.gb-complex-primary-side-bar-item.gb-complex-secondary-side-bar-item.gb-contact-help-dropdown.gb-date-picker.gb-date-picker-list-item.gb-dropdown-items-with-shortcut.gb-empty-state.gb-export-dropdown.gb-export-dropdown-item.gb-export-sub-dropdown.gb-export-sub-dropdown-item.gb-featured-icon.gb-file-type-icon.gb-filter-button.gb-filter-modal.gb-header.gb-header-icon.gb-help-dropdown.gb-help-tooltip.gb-horizontal-tabs.gb-icon.gb-icon-button-base.gb-illustration.gb-input-dropdown.gb-input-dropdown-menu-item.gb-input-field.gb-notification-content.gb-notification-pane.gb-pagination.gb-pagination-button-group-base.gb-pagination-dot-indicator.gb-pagination-number-base.gb-password-button.gb-pattern.gb-portal.gb-prompt-modal.gb-sidebar.gb-sidebar-base-item.gb-sidebar-child-item.gb-sidebar-sub-dropdown.gb-simple-side-bar-item.gb-status-indicator.gb-step-base.gb-step-icon-base.gb-stepper-horizontal-icons-centered.gb-tab-button-base.gb-table.gb-table-header.gb-tag.gb-tag-checkbox.gb-tag-close.gb-tag-count.gb-textarea-input-field.gb-theme-tab.gb-toast.gb-toast-button.gb-toggle.gb-toggle-base.gb-tooltip.test-wrapper.entry.cjs.js.map
@@ -45,7 +45,7 @@ const GbTokenFieldCompact = class {
45
45
  }
46
46
  }
47
47
  render() {
48
- return (index.h("div", { key: '53c70ab182e720009efd5ff778d6bc102fe497ac', class: `compact_field_wrapper ${this.size}` }, index.h("div", { key: '924126eea6c264b9814828f447d1be60bf84c313', class: "input_with_label" }, this.showLabel && index.h("label", { key: 'ad29c071af181b3c7329d24d9e2222ac303c0de3', class: "text-sm-medium" }, this.label), index.h("input", { key: '13631dc22b354866a10eb71309ad797fcce02be6', class: `token_input ${this.size}`, type: "text", inputMode: "numeric", placeholder: '-'.repeat(this.digits), value: this.inputValue, maxLength: this.digits, onInput: e => this.emitInputtedToken(e), onKeyDown: e => this.handleKeyDown(e), onPaste: e => this.handlePaste(e), ref: el => (this.inputEl = el) })), this.showSupportingText && index.h("p", { key: 'ef03fd729a0c5a8e773e22e5d54cd4af14af5a7e', class: "supporting_text text-sm-regular" }, this.supportingText)));
48
+ return (index.h("div", { key: '43d241bbf4bc3464863300ddb0089ceff606107d', class: `compact_field_wrapper ${this.size}` }, index.h("div", { key: 'beea89f5a01bedacd27b8a40d7924e0be8ce884c', class: "input_with_label" }, this.showLabel && index.h("label", { key: 'f87c24ad063031e32670bf9dedb688b3397a9fbd', class: "text-sm-medium" }, this.label), index.h("input", { key: 'ae414f39983a7e32ad3feb5f78fcd15847d20c84', class: `token_input ${this.size}`, type: "text", inputMode: "numeric", placeholder: '-'.repeat(this.digits), value: this.inputValue, maxLength: this.digits, onInput: e => this.emitInputtedToken(e), onKeyDown: e => this.handleKeyDown(e), onPaste: e => this.handlePaste(e), ref: el => (this.inputEl = el) })), this.showSupportingText && index.h("p", { key: '7cc4761cfd625f915570e89a779bae85967ef1b2', class: "supporting_text text-sm-regular" }, this.supportingText)));
49
49
  }
50
50
  get el() { return index.getElement(this); }
51
51
  };
@@ -86,11 +86,11 @@ const GbTokenFieldCompressed = class {
86
86
  });
87
87
  }
88
88
  render() {
89
- return (index.h("div", { key: '43ba5d5047e44e7e305f6b01fe45a2fdced7b31e', class: {
89
+ return (index.h("div", { key: 'c28146f0ba5057e870143b892c09a41d3e6a35f7', class: {
90
90
  container: true,
91
91
  [this.size]: true,
92
92
  [`digits-${this.digits}`]: true,
93
- } }, index.h("div", { key: '7554b1b511e69d5db5d67529de0f97152e5d74b5', class: "input-with-label" }, this.showLabel && (index.h("label", { key: '891a7f8ffc9edf0a2517d5ba51ba918f5506b974', class: "text-sm-medium", style: { color: 'var(--color-text, #4B5565)' } }, this.label)), this.digits === 4 && index.h("div", { key: '0e82561a78c38339b936ceca396fd52d9e486f8f', class: "input-wrapper" }, this.renderInputs(4, 0)), this.digits === 6 && (index.h("div", { key: '7093649de73b810f45df67f9f8d5887a5e4a9a13', class: "input-wrapper" }, this.renderInputs(3, 0), index.h("p", { key: 'a0fec137fd59094f9cd3a3f3c6bf1abdb81d059d', class: "line display-sm-bold" }, "-"), this.renderInputs(3, 3))), this.digits === 8 && (index.h("div", { key: '029f407498a8d7921d45b92e1693563e974b10f5', class: "input-wrapper" }, this.renderInputs(4, 0), index.h("p", { key: '16f9adfa4e3f42fb3fdd03773f4bae797c88ef5e', class: "line display-sm-bold" }, "-"), this.renderInputs(4, 4)))), this.showHintText && (index.h("div", { key: '0f0988eeef1e4265e1e738b9fca12751b8561eb3', class: "text-sm-regular", style: { color: 'var(--color-text-subtle, #697586)' } }, this.hintText))));
93
+ } }, index.h("div", { key: '0129b374a36d07dffb94e1307aa9942a04e6111b', class: "input-with-label" }, this.showLabel && (index.h("label", { key: '54c722c9fb9f504e2163134dfedb92b7eebd7c76', class: "text-sm-medium", style: { color: 'var(--color-text, #4B5565)' } }, this.label)), this.digits === 4 && index.h("div", { key: '5db66e60479dff5540320089e60775870cd5260c', class: "input-wrapper" }, this.renderInputs(4, 0)), this.digits === 6 && (index.h("div", { key: 'd034ca0df1d382d60ba982c6e5e9e34fecad41cf', class: "input-wrapper" }, this.renderInputs(3, 0), index.h("p", { key: '0f836572f391fe2f01fe2d059775e1e5bfa869da', class: "line display-sm-bold" }, "-"), this.renderInputs(3, 3))), this.digits === 8 && (index.h("div", { key: 'd51c9630e8d3868c2e680253c540b31079e9feea', class: "input-wrapper" }, this.renderInputs(4, 0), index.h("p", { key: 'a46f2ef300eaba61f89d01627721295e40710ae5', class: "line display-sm-bold" }, "-"), this.renderInputs(4, 4)))), this.showHintText && (index.h("div", { key: '426c192e7f2a2b377e608b4bcf886dd7f9166fd3', class: "text-sm-regular", style: { color: 'var(--color-text-subtle, #697586)' } }, this.hintText))));
94
94
  }
95
95
  };
96
96
  GbTokenFieldCompressed.style = gbTokenFieldCompressedCss;
@@ -32,7 +32,7 @@ const GbVerticalTabs = class {
32
32
  this.tabItemClicked.emit({ index, label });
33
33
  }
34
34
  render() {
35
- return (index.h("div", { key: '4ad92dfa6a9d2e6d6329ef2cf783454df813b4fa', class: `vertical_tab_div` }, this.internalTabs.map((tab, index$1) => (index.h("gb-tab-button-base", { size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": tab.name, current: this.activeIndex === index$1, onClick: () => this.handleTabClick(index$1, tab.name), alignment: "vertical" })))));
35
+ return (index.h("div", { key: 'efbc55ae3937dbccf6176873492f2dce7367f44e', class: `vertical_tab_div` }, this.internalTabs.map((tab, index$1) => (index.h("gb-tab-button-base", { size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": tab.name, current: this.activeIndex === index$1, onClick: () => this.handleTabClick(index$1, tab.name), alignment: "vertical" })))));
36
36
  }
37
37
  static get watchers() { return {
38
38
  "tabs": ["onTabsChanged"]
@@ -17,7 +17,7 @@ const GbWysiwygEditorIcon = class {
17
17
  this._active = val;
18
18
  }
19
19
  render() {
20
- return (index.h("div", { key: 'b5b6847e51a20c48890e024be5f9feaf63da745a', class: `editor_icon_div ${this.state} ${this._active ? 'active' : ''}` }, this.type === 'bold' && (index.h("svg", { key: '25135d815ec444622b9d1bdfff01648d4d69e312', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state} ${this.active ? 'active' : ''}` }, index.h("path", { key: 'c751ea60044c04e4852b90a4dc6d44eb273e8c70', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '81f2348bf80caf6263206a32fd52d6ce639c719f', "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: "var(--color-icon-subtle, #697586)" }))), this.type === 'italic' && (index.h("svg", { key: '22e6f1ef73a16164f38df84bb0dbb837a99ab576', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state} ${this.active ? 'active' : ''}` }, index.h("path", { key: '27f384b72c8e51b699f7fd2f05fd5b4483fcb647', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '03d1aca022bc64565632eefd4e417b73819aaf19', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '1fa829a9f3b47c6772df11c6b920c32d52c2143c', "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: "var(--color-icon-subtle, #697586)" }))), this.type === 'h1' && (index.h("svg", { key: 'c8d7fef980ad159d0775673be68e42481c00c78c', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state} ${this.active ? 'active' : ''}` }, index.h("path", { key: '88c7e5c71a6d60289aa1ad6c59be9aa9e8d147f7', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '968db945dd7e537e9acccdefc9258298ffb4fffd', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: 'b06c07b99188a118d0f262eb6a43d77503e342fd', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '63b09fc1861a2b975227f42948ce99120abf8d03', "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: "var(--color-icon-subtle, #697586)" }))), this.type === 'h2' && (index.h("svg", { key: '9a33e8abedecdff9fca7000d6562e86318aaf9aa', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state} ${this.active ? 'active' : ''}` }, index.h("path", { key: '3545b17f4044e4408da283dd4728a360232cd1d8', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '95c7cbbbde9731739f64aca0a3db6046a6cb276a', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '460b3a15e981c72054a21ea1543cbc42c422586b', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '7413b2ea1f77412e59f3bdd6a2b33375e5988733', "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: "var(--color-icon-subtle, #697586)" }))), this.type === 'quote' && (index.h("svg", { key: '62d15da973b8eebc6cd64a026aeda34c854df79b', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state} ${this.active ? 'active' : ''}` }, index.h("path", { key: 'aab4088955bbdf2f051f4edf1c7abdcc99f1a3ee', 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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '91c97b9c258bd4d41c2792d58f60a718379be4be', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '28ec074e0e19f9c82ef62680f0e9c90f7f5bcd3a', 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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '2ce4ca278ac77fd01e7af54108b53c4368812cfb', "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: "var(--color-icon-subtle, #697586)" }))), this.type === 'link' && (index.h("svg", { key: '3a4b019d7c70691788860d4ca135545049b946e4', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "10", viewBox: "0 0 20 10", fill: "none", class: `icons ${this.state} ${this.active ? 'active' : ''}` }, index.h("path", { key: '232d629bf96d5f77ab26d572b9ccc0452e8f3def', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '2499d19f40bfc13749993748843c9b6a2e8552f2', "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: "var(--color-icon-subtle, #697586)" }))), this.type === 'photo' && (index.h("svg", { key: '8be660a2a019b0b315fd178c6e672af81d6183e1', xmlns: "http://www.w3.org/2000/svg", width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", class: `icons ${this.state} ${this.active ? 'active' : ''}` }, index.h("path", { key: '06332b767c62ac04e698a5f0c12000859f0d3620', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '2cfd255db1f8801cab6ef1d06a1c52f2994042e5', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '80936c6b6aad2ac542c3c3150de2ad8b02f82d6c', 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: "var(--color-icon-subtle, #697586)" }))), this.type === 'underline' && (index.h("svg", { key: '26c893b597d7c6ac9d27806f36acd3830cee89e4', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", class: `icons ${this.state} ${this.active ? 'active' : ''}` }, index.h("path", { key: 'd59cc61f4936c138eb0df4686d6b9ebdfa3a216f', d: "M5.5 3V11.5C5.5 15.0899 8.41015 18 12 18C15.5899 18 18.5 15.0899 18.5 11.5V3", stroke: "var(--color-icon-subtle, #697586)", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }), index.h("path", { key: '2f3cef2d34b862e15eec180efce61226cda96766', d: "M3 21H21", stroke: "var(--color-icon-subtle, #697586)", "stroke-width": "1.5", "stroke-linecap": "round" }))), this.type === 'attachment' && (index.h("svg", { key: 'eaa64f8e22e7dac225beeead218cec9738e2b89a', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '2ac3f45d8392db827b31729b950794e4c0c09c91', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.12379 4.15529C7.02787 3.05937 5.25103 3.05937 4.15511 4.15529C3.05919 5.25121 3.05919 7.02805 4.15511 8.12397L5.44191 9.41076C5.76734 9.7362 5.76734 10.2638 5.44191 10.5893C5.11647 10.9147 4.58883 10.9147 4.2634 10.5893L2.9766 9.30248C1.22981 7.55569 1.22981 4.72358 2.9766 2.97678C4.72339 1.22999 7.5555 1.22999 9.3023 2.97678L17.0231 10.6976C18.7699 12.4444 18.7699 15.2765 17.0231 17.0233C15.2763 18.7701 12.4442 18.7701 10.6974 17.0233L7.80209 14.128C6.5883 12.9142 6.5883 10.9462 7.80209 9.73246C9.01587 8.51868 10.9838 8.51868 12.1976 9.73246L13.8061 11.341C14.1315 11.6664 14.1315 12.194 13.8061 12.5195C13.4806 12.8449 12.953 12.8449 12.6276 12.5195L11.0191 10.911C10.4562 10.3481 9.54351 10.3481 8.9806 10.911C8.41769 11.4739 8.41769 12.3865 8.9806 12.9495L11.8759 15.8447C12.9718 16.9407 14.7486 16.9407 15.8446 15.8447C16.9405 14.7488 16.9405 12.972 15.8446 11.8761L8.12379 4.15529Z", fill: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '78af6a8b016f7ee3e2cc95ae697898efebb947ce', d: "M7.80209 9.73246C9.01587 8.51868 10.9838 8.51868 12.1976 9.73246L13.8052 11.3404C14.1306 11.6658 14.1306 12.1933 13.8052 12.5187C13.4797 12.8442 12.9522 12.8442 12.6268 12.5187L11.0191 10.911C10.4562 10.3481 9.54351 10.3481 8.9806 10.911C8.41769 11.4739 8.41769 12.3865 8.9806 12.9495L11.8757 15.8439C12.9716 16.9398 14.7478 16.9398 15.8438 15.8439C16.1691 15.5187 16.6967 15.5188 17.0221 15.8439C17.3476 16.1694 17.3476 16.6977 17.0221 17.0231C15.2753 18.7696 12.4431 18.7698 10.6965 17.0231L7.80209 14.128C6.5883 12.9142 6.5883 10.9462 7.80209 9.73246Z", fill: "var(--color-icon-subtle, #697586)" }))), this.type === 'list_bullet' && (index.h("svg", { key: '838f8f2d84b5245c5bee5250463e77b4adc1e909', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state} ${this.active ? 'active' : ''}` }, index.h("path", { key: '501d8d42d4b3ffccbd91967342e7c2474c727879', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '09de2f4d5f73a79c27a8f51ecf8bbf2ecda101b6', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: 'fda3f53054b25c19f98e0f67e53171ec031596f3', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: 'bb6beaa9d6bfca0f28695f4347af3585e3710cf6', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '62e48fdb68e287067ef246926db62b2d74123c3b', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '84fc72f443206cc7376268f5ca308b7e62c3e53c', "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: "var(--color-icon-subtle, #697586)" }))), this.type === 'list_numbers' && (index.h("svg", { key: '10609173f354ceb089e979a601ce0cdedc5e2e0c', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state} ${this.active ? 'active' : ''}` }, index.h("path", { key: 'b19ad86e8ae348e87d43581b1b52443107d66c4d', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '17543a160d789d6179e331f7fd29b7bb1552dbee', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: 'c1dd35395532290d04fd5e370c855ebdc3920c87', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '8473b13d245a5d65aa66706044ee937b2b222c6d', 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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '364176918dc771230b9bd7ebcbe9a4bffe8e2f60', "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: "var(--color-icon-subtle, #697586)" })))));
20
+ return (index.h("div", { key: 'b58e41fe100a811e2d4ec4ae0097b6190bdee2dc', class: `editor_icon_div ${this.state} ${this._active ? 'active' : ''}` }, this.type === 'bold' && (index.h("svg", { key: '833cb68acdea8386fb0f634c5e12481ed9fb65f0', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state} ${this.active ? 'active' : ''}` }, index.h("path", { key: '1002ab0e3d240f9071e7255b5595e701272bdaf5', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '343813b1a57d8179c6252c706fd89c1c22db9bab', "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: "var(--color-icon-subtle, #697586)" }))), this.type === 'italic' && (index.h("svg", { key: '40e3ff5f4f7a10aa6208517998cc5997cd30014b', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state} ${this.active ? 'active' : ''}` }, index.h("path", { key: '392adf3f7ae40c2298a0f47b718cac1d4f82674d', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: 'd8a26d35d0ca82a693d7bab544674339ba34aaa6', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: 'a9a370e0af0bf7143fab48f4d797e53ee4cb5e6b', "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: "var(--color-icon-subtle, #697586)" }))), this.type === 'h1' && (index.h("svg", { key: 'f1d92089ba946c7b2325c35dfaa8f5b5c0bc9bcd', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state} ${this.active ? 'active' : ''}` }, index.h("path", { key: '63e09fbcbe36e912d77dd23290466e2309af4b8a', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '43fb1c5d4086359b4d38e2ed1ab7ab10fb603384', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '1a64ac379813b929c2acb7ee5b5f4023949aeb84', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '1c6d8d18a3c1aec4843a3102e5935a47e22afa54', "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: "var(--color-icon-subtle, #697586)" }))), this.type === 'h2' && (index.h("svg", { key: 'bf19ac982bdd7c73f33e7d21bfa188a30c5307f5', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state} ${this.active ? 'active' : ''}` }, index.h("path", { key: '841bb9808c12eb4bb1b7c461988b2347aec70c7e', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: 'eb3d9f1ae62221d43666f67001afdfe252ffcfbe', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '47f76959f62fa7fe2afb49b1d9aeca631f128ef2', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '71d0886b7d7d0147ced697c6e4573c24645b995b', "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: "var(--color-icon-subtle, #697586)" }))), this.type === 'quote' && (index.h("svg", { key: '704a4b5dc40f45966e8b3095d63e557b00d1345a', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state} ${this.active ? 'active' : ''}` }, index.h("path", { key: 'ea0bf5dc0982c8ec1179cce1da0fb4d4749034b9', 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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: 'f0e06ade5c0fed38c9060041a03e0289e5720d3d', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '2dcc37404a25e02c0b1d0bd5ad08d368b61ff214', 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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '191b97a81c235bf91b440d19d40ae227d81ee282', "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: "var(--color-icon-subtle, #697586)" }))), this.type === 'link' && (index.h("svg", { key: 'b621c9d6bd02f30a41be9e21ff8cab92c807e894', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "10", viewBox: "0 0 20 10", fill: "none", class: `icons ${this.state} ${this.active ? 'active' : ''}` }, index.h("path", { key: '0ce79ca86ecf8c298c7886d44dfd4baeaa7aa7c1', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: 'f5a8db85af943fc09097abac44a6cb2f0aeed6d2', "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: "var(--color-icon-subtle, #697586)" }))), this.type === 'photo' && (index.h("svg", { key: '272bb40d7a3cc2525af90a64ffa58741bedd8175', xmlns: "http://www.w3.org/2000/svg", width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", class: `icons ${this.state} ${this.active ? 'active' : ''}` }, index.h("path", { key: '2ff7e5b5db2f9c46e3f59fcae129e6b28fa9614b', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '510cddd4282ee003f5cd9228a7e862699e69fcc3', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: 'd435a01220abc0b7970219c21d079663a15c6dbe', 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: "var(--color-icon-subtle, #697586)" }))), this.type === 'underline' && (index.h("svg", { key: '0ad86d15136728eff2d09d1300e060afd3ed82a4', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", class: `icons ${this.state} ${this.active ? 'active' : ''}` }, index.h("path", { key: '67a513bd518ff6fc2edd279d41180f53a4d8a150', d: "M5.5 3V11.5C5.5 15.0899 8.41015 18 12 18C15.5899 18 18.5 15.0899 18.5 11.5V3", stroke: "var(--color-icon-subtle, #697586)", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }), index.h("path", { key: '69fa005726dba55870f178c05865163d5d680428', d: "M3 21H21", stroke: "var(--color-icon-subtle, #697586)", "stroke-width": "1.5", "stroke-linecap": "round" }))), this.type === 'attachment' && (index.h("svg", { key: '7fffb4cd6407f4d16a1038c339c3291dbe23e974', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: 'e173ece5ea6c8ff0ca35e3e9c94e076371989d70', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.12379 4.15529C7.02787 3.05937 5.25103 3.05937 4.15511 4.15529C3.05919 5.25121 3.05919 7.02805 4.15511 8.12397L5.44191 9.41076C5.76734 9.7362 5.76734 10.2638 5.44191 10.5893C5.11647 10.9147 4.58883 10.9147 4.2634 10.5893L2.9766 9.30248C1.22981 7.55569 1.22981 4.72358 2.9766 2.97678C4.72339 1.22999 7.5555 1.22999 9.3023 2.97678L17.0231 10.6976C18.7699 12.4444 18.7699 15.2765 17.0231 17.0233C15.2763 18.7701 12.4442 18.7701 10.6974 17.0233L7.80209 14.128C6.5883 12.9142 6.5883 10.9462 7.80209 9.73246C9.01587 8.51868 10.9838 8.51868 12.1976 9.73246L13.8061 11.341C14.1315 11.6664 14.1315 12.194 13.8061 12.5195C13.4806 12.8449 12.953 12.8449 12.6276 12.5195L11.0191 10.911C10.4562 10.3481 9.54351 10.3481 8.9806 10.911C8.41769 11.4739 8.41769 12.3865 8.9806 12.9495L11.8759 15.8447C12.9718 16.9407 14.7486 16.9407 15.8446 15.8447C16.9405 14.7488 16.9405 12.972 15.8446 11.8761L8.12379 4.15529Z", fill: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '53a7dfd632c685fe356b275b74accb65b7c7e55a', d: "M7.80209 9.73246C9.01587 8.51868 10.9838 8.51868 12.1976 9.73246L13.8052 11.3404C14.1306 11.6658 14.1306 12.1933 13.8052 12.5187C13.4797 12.8442 12.9522 12.8442 12.6268 12.5187L11.0191 10.911C10.4562 10.3481 9.54351 10.3481 8.9806 10.911C8.41769 11.4739 8.41769 12.3865 8.9806 12.9495L11.8757 15.8439C12.9716 16.9398 14.7478 16.9398 15.8438 15.8439C16.1691 15.5187 16.6967 15.5188 17.0221 15.8439C17.3476 16.1694 17.3476 16.6977 17.0221 17.0231C15.2753 18.7696 12.4431 18.7698 10.6965 17.0231L7.80209 14.128C6.5883 12.9142 6.5883 10.9462 7.80209 9.73246Z", fill: "var(--color-icon-subtle, #697586)" }))), this.type === 'list_bullet' && (index.h("svg", { key: '3f7ca53250073827ec4f47edd6cd9979ba912ae6', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state} ${this.active ? 'active' : ''}` }, index.h("path", { key: 'ea3862c0932f2fa188cfe0d1a5de250a9f0db6ae', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: 'f0adb8d737d28c5ce9034f304f70c885c3cca2a3', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '2867f386c52a6ec45601bd1a7393af34b946df26', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '0ef81162fe6e5439905fed9abac43a61a3998013', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: 'e7f86f09013860f5429e6ce652aae84e841a9649', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '248cdf41408934fd6c6f99b52ac980b262e7656f', "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: "var(--color-icon-subtle, #697586)" }))), this.type === 'list_numbers' && (index.h("svg", { key: '3a5745625d5946fe31b4231a1f1f1cdfab4fae1d', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `icons ${this.state} ${this.active ? 'active' : ''}` }, index.h("path", { key: '13959def03f190d4fcf0726df0cc696b93740088', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '6060bdad68b9ef3ba6022d65a28d3c0aa1a0f26e', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: 'b7fad67ab583d601b7662a69afbf9106d78bf4ad', "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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '148ba7bd414ac408d11ba0e1f8fda8dada8e0b28', 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: "var(--color-icon-subtle, #697586)" }), index.h("path", { key: '06a83ebbb37dd528b73f67025ff716008b3e379a', "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: "var(--color-icon-subtle, #697586)" })))));
21
21
  }
22
22
  static get watchers() { return {
23
23
  "active": ["onActiveChange"]
@@ -76,7 +76,7 @@ const GbWysiwygToolbar = class {
76
76
  this.toolbarAction.emit(action);
77
77
  }
78
78
  render() {
79
- return (index.h("div", { key: 'b68cd0a17cc056f2c4580e4fd929b2709b562f15', class: "toolbar_wrapper" }, this.fontSelector && (index.h("div", { key: '0e6282ca1350f2fb88fede6bd7c47348ae0e882b', class: "font_selector" }, index.h("gb-input-dropdown", { key: 'c0540dda4ac6e4e67f667f17e1d9ad9050f52712', "show-placeholder": "true", placeholder: "Select an option", size: "sm", state: "default", "show-hint-text": "false", "hint-text": "This is a hint text to help user.", type: "default", text: true, "show-leading-icon": "true", "leading-icon": "assets/search-01.svg", "menu-position": "bottom", icon: "false", value: ['Sora'] }))), index.h("div", { key: 'b05031235feca47c0660ceec7ecb94643aaf3db7', class: "editor_icons" }, index.h("gb-wysiwyg-editor-icon", { key: '38ecb833574d741e9df39a9335e0d1ef798694d3', state: "default", active: this._isBold, type: "bold", onMouseDown: (ev) => this.emit('bold', ev) }), index.h("gb-wysiwyg-editor-icon", { key: '880f3534afd3ce1757d7dfc26cda563bde7497fb', state: "default", active: this._isItalic, type: "italic", onMouseDown: (ev) => this.emit('italic', ev) }), index.h("gb-wysiwyg-editor-icon", { key: 'a3f68cbf918a541dc663d921307773facb9ce3a0', state: "default", active: this._isUnderline, type: "underline", onMouseDown: (ev) => this.emit('underline', ev) }), index.h("gb-wysiwyg-editor-icon", { key: '390a983716365039b55484d5c850e4e3279c0d50', state: "default", active: this._isH1, type: "h1", onMouseDown: (ev) => this.emit('h1', ev) }), index.h("gb-wysiwyg-editor-icon", { key: '6d28b210e6cc1275d231dcfe1dd3dbe08ed0a2c1', state: "default", active: this._isH2, type: "h2", onMouseDown: (ev) => this.emit('h2', ev) }), index.h("gb-wysiwyg-editor-icon", { key: 'a1e6fe18a0bee9711440a404eac7c2fd47766305', state: "default", active: this._isQuote, type: "quote", onMouseDown: (ev) => this.emit('quote', ev) }), index.h("gb-wysiwyg-editor-icon", { key: '7b5514060864bd2142001583a66afa670e0dcb20', state: "default", active: this._isLink, type: "link", onMouseDown: (ev) => this.emit('link', ev) }), index.h("gb-wysiwyg-editor-icon", { key: '654b9233893484aab165211ff335eef6211e1657', state: "default", active: this.isAttachment, type: "attachment", onMouseDown: (ev) => this.emit('attachment', ev) }), index.h("gb-wysiwyg-editor-icon", { key: '3736bd556cdb32ed9537bddff46540719f814d05', state: "default", active: this.isPhoto, type: "photo", onMouseDown: (ev) => this.emit('photo', ev) }), index.h("gb-wysiwyg-editor-icon", { key: '8325f4e33bb6bd54340fd886b96a6e06d79b6279', state: "default", active: this.isBulletList, type: "list_bullet", onMouseDown: (ev) => this.emit('bulletList', ev) }), index.h("gb-wysiwyg-editor-icon", { key: '5641a02fa1cbb99d195002f42a0d8f38e78509b3', state: "default", active: this.isOrderedList, type: "list_numbers", onMouseDown: (ev) => this.emit('orderedList', ev) }))));
79
+ return (index.h("div", { key: 'aab029a14e5d4d7df0bb9a195c6e8e8726469c2e', class: "toolbar_wrapper" }, this.fontSelector && (index.h("div", { key: '8c8ece59afe094e813535973bc0e2258eb46ccad', class: "font_selector" }, index.h("gb-input-dropdown", { key: 'b03f02c90f845a3552f496d4708ad19eab92da3d', "show-placeholder": "true", placeholder: "Select an option", size: "sm", state: "default", "show-hint-text": "false", "hint-text": "This is a hint text to help user.", type: "default", text: true, "show-leading-icon": "true", "leading-icon": "assets/search-01.svg", "menu-position": "bottom", icon: "false", value: ['Sora'] }))), index.h("div", { key: '49878554bfe0966b54233286f3d0f5acfe776f75', class: "editor_icons" }, index.h("gb-wysiwyg-editor-icon", { key: '48a6c7560ddfe82705cb316c2cba3f2799b4da78', state: "default", active: this._isBold, type: "bold", onMouseDown: (ev) => this.emit('bold', ev) }), index.h("gb-wysiwyg-editor-icon", { key: '029c985122069bbc8559bf2d228bce042a822552', state: "default", active: this._isItalic, type: "italic", onMouseDown: (ev) => this.emit('italic', ev) }), index.h("gb-wysiwyg-editor-icon", { key: '20645a9bd8aa9e3f2657daf1020e9d89dced1bee', state: "default", active: this._isUnderline, type: "underline", onMouseDown: (ev) => this.emit('underline', ev) }), index.h("gb-wysiwyg-editor-icon", { key: '8b3f83db65be9651545a8fc2da4d4505ab0fcc01', state: "default", active: this._isH1, type: "h1", onMouseDown: (ev) => this.emit('h1', ev) }), index.h("gb-wysiwyg-editor-icon", { key: 'd68a6101108e4fe6b224d96e99ec0d0eaf371247', state: "default", active: this._isH2, type: "h2", onMouseDown: (ev) => this.emit('h2', ev) }), index.h("gb-wysiwyg-editor-icon", { key: '07cd47aa5c41160b03db9e8bb66b3edf500f197b', state: "default", active: this._isQuote, type: "quote", onMouseDown: (ev) => this.emit('quote', ev) }), index.h("gb-wysiwyg-editor-icon", { key: 'dc5e1ebf421a5fd21c2b8576ca8634f365d0245c', state: "default", active: this._isLink, type: "link", onMouseDown: (ev) => this.emit('link', ev) }), index.h("gb-wysiwyg-editor-icon", { key: '8468daab210e0dc712f508b8dba3f5a95739e959', state: "default", active: this.isAttachment, type: "attachment", onMouseDown: (ev) => this.emit('attachment', ev) }), index.h("gb-wysiwyg-editor-icon", { key: '30483a356f9678692d44f3f3ed4919afbda5cd01', state: "default", active: this.isPhoto, type: "photo", onMouseDown: (ev) => this.emit('photo', ev) }), index.h("gb-wysiwyg-editor-icon", { key: '3bda9012763152ad19cdad080e92e5fa59c90ec1', state: "default", active: this.isBulletList, type: "list_bullet", onMouseDown: (ev) => this.emit('bulletList', ev) }), index.h("gb-wysiwyg-editor-icon", { key: '9ef7dbab869757e945ae6c3478cf577f34a21795', state: "default", active: this.isOrderedList, type: "list_numbers", onMouseDown: (ev) => this.emit('orderedList', ev) }))));
80
80
  }
81
81
  static get watchers() { return {
82
82
  "isBold": ["onBoldChange"],