globuswebcomponents 0.6.4 → 0.6.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-avatar_34.cjs.entry.js +46 -45
  2. package/dist/cjs/gb-avatar_34.cjs.entry.js.map +1 -1
  3. package/dist/cjs/gb-button-close_2.cjs.entry.js +1 -1
  4. package/dist/cjs/gb-megainput-field.cjs.entry.js +2 -2
  5. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  6. package/dist/cjs/gb-rich-text.cjs.entry.js +1 -1
  7. package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
  8. package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
  9. package/dist/cjs/gb-slider.cjs.entry.js +1 -1
  10. package/dist/cjs/gb-toast-button.cjs.entry.js +1 -1
  11. package/dist/cjs/gb-toast.cjs.entry.js +1 -1
  12. package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
  13. package/dist/cjs/gb-token-field.cjs.entry.js +1 -1
  14. package/dist/cjs/gb-verification-code-field.cjs.entry.js +2 -2
  15. package/dist/collection/components/gb-checkbox/gb-checkbox.css +2 -2
  16. package/dist/collection/components/gb-checkbox/gb-checkbox.js +19 -1
  17. package/dist/collection/components/gb-checkbox/gb-checkbox.js.map +1 -1
  18. package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.css +4 -1
  19. package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js +3 -3
  20. package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js.map +1 -1
  21. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
  22. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +4 -4
  23. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
  24. package/dist/collection/components/gb-input-field/gb-input-field.js +8 -8
  25. package/dist/collection/components/gb-megainput-field-base/gb-megainput-field.js +2 -2
  26. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  27. package/dist/collection/components/gb-notification-pane/gb-notification-pane.css +1 -0
  28. package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +4 -4
  29. package/dist/collection/components/gb-pagination/gb-pagination.js +1 -1
  30. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  31. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  32. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  33. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  34. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  35. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  36. package/dist/collection/components/gb-rich-text/gb-rich-text.js +1 -1
  37. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  38. package/dist/collection/components/gb-side-bar-item/gb-side-bar-item.js +1 -1
  39. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  40. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  41. package/dist/collection/components/gb-slider-control-handle/slider-control-handle.js +1 -1
  42. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  43. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  44. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  45. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  46. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  47. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  48. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  49. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  50. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  51. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  52. package/dist/collection/components/gb-token-field/gb-token-field.js +1 -1
  53. package/dist/collection/components/gb-tooltip/gb-tooltip.css +4 -0
  54. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  55. package/dist/collection/components/gb-verification-code-field/gb-verification-code-field.js +2 -2
  56. package/dist/components/gb-avatar-add-button.js +1 -1
  57. package/dist/components/gb-avatar-dropdown.js +5 -5
  58. package/dist/components/gb-avatar-group.js +4 -4
  59. package/dist/components/gb-avatar-label-group.js +1 -1
  60. package/dist/components/gb-avatar-profile-photo.js +2 -2
  61. package/dist/components/gb-avatar.js +1 -1
  62. package/dist/components/gb-badge.js +1 -1
  63. package/dist/components/gb-checkbox-group-item.js +1 -1
  64. package/dist/components/gb-checkbox-group.js +4 -4
  65. package/dist/components/gb-checkbox.js +1 -1
  66. package/dist/components/gb-collapse-button.js +1 -1
  67. package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
  68. package/dist/components/gb-file-upload-item-base.js +1 -1
  69. package/dist/components/gb-file-upload.js +3 -3
  70. package/dist/components/gb-header.js +2 -2
  71. package/dist/components/gb-help-dropdown.js +2 -2
  72. package/dist/components/gb-help-tooltip.js +1 -1
  73. package/dist/components/gb-horizontal-tabs.js +5 -5
  74. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  75. package/dist/components/gb-input-dropdown.js +1 -1
  76. package/dist/components/gb-input-field.js +11 -11
  77. package/dist/components/gb-megainput-field.js +1 -1
  78. package/dist/components/gb-notification-content.js +1 -1
  79. package/dist/components/gb-notification-pane.js +6 -6
  80. package/dist/components/gb-notification-pane.js.map +1 -1
  81. package/dist/components/gb-pagination-button-group-base.js +1 -1
  82. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  83. package/dist/components/gb-pagination-number-base.js +1 -1
  84. package/dist/components/gb-pagination.js +1 -1
  85. package/dist/components/gb-password-button.js +1 -1
  86. package/dist/components/gb-progress-bar.js +1 -1
  87. package/dist/components/gb-progress-circle.js +1 -1
  88. package/dist/components/gb-rich-text.js +13 -13
  89. package/dist/components/gb-scrollbar.js +1 -1
  90. package/dist/components/gb-side-bar-item.js +1 -1
  91. package/dist/components/gb-sidebar.js +7 -7
  92. package/dist/components/gb-slider-control-handle.js +1 -1
  93. package/dist/components/gb-slider.js +3 -3
  94. package/dist/components/gb-status-indicator.js +1 -1
  95. package/dist/components/gb-tab-button-base.js +1 -1
  96. package/dist/components/gb-tag-checkbox.js +1 -1
  97. package/dist/components/gb-tag-close.js +1 -1
  98. package/dist/components/gb-tag-count.js +1 -1
  99. package/dist/components/gb-tag.js +1 -1
  100. package/dist/components/gb-toast-button.js +1 -1
  101. package/dist/components/gb-toast.js +2 -2
  102. package/dist/components/gb-toggle-base.js +1 -1
  103. package/dist/components/gb-toggle.js +2 -2
  104. package/dist/components/gb-token-field.js +2 -2
  105. package/dist/components/gb-tooltip.js +1 -1
  106. package/dist/components/gb-verification-code-field.js +3 -3
  107. package/dist/components/gb-wysiwyg-toolbar.js +1 -1
  108. package/dist/components/{p-69eb05e6.js → p-0456af7b.js} +2 -2
  109. package/dist/components/{p-69eb05e6.js.map → p-0456af7b.js.map} +1 -1
  110. package/dist/components/{p-02b6abc5.js → p-0bc41dab.js} +5 -4
  111. package/dist/components/p-0bc41dab.js.map +1 -0
  112. package/dist/components/{p-9002f572.js → p-1fe4daf8.js} +3 -3
  113. package/dist/components/{p-9002f572.js.map → p-1fe4daf8.js.map} +1 -1
  114. package/dist/components/{p-e5e4535f.js → p-3a4d6142.js} +2 -2
  115. package/dist/components/{p-e5e4535f.js.map → p-3a4d6142.js.map} +1 -1
  116. package/dist/components/{p-4586ba04.js → p-3ea194b5.js} +7 -7
  117. package/dist/components/{p-4586ba04.js.map → p-3ea194b5.js.map} +1 -1
  118. package/dist/components/{p-bea0b305.js → p-4812928e.js} +15 -15
  119. package/dist/components/{p-bea0b305.js.map → p-4812928e.js.map} +1 -1
  120. package/dist/components/{p-93f34aac.js → p-4faa2686.js} +2 -2
  121. package/dist/components/{p-93f34aac.js.map → p-4faa2686.js.map} +1 -1
  122. package/dist/components/{p-33ef73e5.js → p-56013fc8.js} +3 -3
  123. package/dist/components/{p-33ef73e5.js.map → p-56013fc8.js.map} +1 -1
  124. package/dist/components/{p-ee813bff.js → p-70cc61c1.js} +3 -3
  125. package/dist/components/{p-ee813bff.js.map → p-70cc61c1.js.map} +1 -1
  126. package/dist/components/{p-3926487a.js → p-72927863.js} +3 -3
  127. package/dist/components/{p-3926487a.js.map → p-72927863.js.map} +1 -1
  128. package/dist/components/{p-27c7572c.js → p-8b0c130f.js} +7 -7
  129. package/dist/components/{p-27c7572c.js.map → p-8b0c130f.js.map} +1 -1
  130. package/dist/components/{p-cff1083f.js → p-8f55e62a.js} +4 -4
  131. package/dist/components/{p-cff1083f.js.map → p-8f55e62a.js.map} +1 -1
  132. package/dist/components/{p-07a41a89.js → p-9177026d.js} +6 -6
  133. package/dist/components/p-9177026d.js.map +1 -0
  134. package/dist/components/{p-aafa633a.js → p-93839d6c.js} +3 -3
  135. package/dist/components/{p-aafa633a.js.map → p-93839d6c.js.map} +1 -1
  136. package/dist/components/{p-88985c81.js → p-9497e965.js} +3 -3
  137. package/dist/components/p-9497e965.js.map +1 -0
  138. package/dist/components/{p-269fc593.js → p-b60e6bf3.js} +2 -2
  139. package/dist/components/{p-269fc593.js.map → p-b60e6bf3.js.map} +1 -1
  140. package/dist/components/{p-45e9db9f.js → p-cdd1242d.js} +2 -2
  141. package/dist/components/{p-45e9db9f.js.map → p-cdd1242d.js.map} +1 -1
  142. package/dist/components/{p-e52f2d0e.js → p-d13fec4e.js} +2 -2
  143. package/dist/components/{p-e52f2d0e.js.map → p-d13fec4e.js.map} +1 -1
  144. package/dist/components/{p-982a08fb.js → p-d49c9891.js} +6 -6
  145. package/dist/components/{p-982a08fb.js.map → p-d49c9891.js.map} +1 -1
  146. package/dist/components/{p-8c11bf30.js → p-d91ecf50.js} +3 -3
  147. package/dist/components/{p-8c11bf30.js.map → p-d91ecf50.js.map} +1 -1
  148. package/dist/components/{p-2593d460.js → p-d9261ac4.js} +2 -2
  149. package/dist/components/{p-2593d460.js.map → p-d9261ac4.js.map} +1 -1
  150. package/dist/components/{p-96e978a1.js → p-e3df7633.js} +6 -6
  151. package/dist/components/{p-96e978a1.js.map → p-e3df7633.js.map} +1 -1
  152. package/dist/components/{p-529d167d.js → p-e9176120.js} +2 -2
  153. package/dist/components/{p-529d167d.js.map → p-e9176120.js.map} +1 -1
  154. package/dist/components/{p-51845b4a.js → p-ed457e85.js} +2 -2
  155. package/dist/components/{p-51845b4a.js.map → p-ed457e85.js.map} +1 -1
  156. package/dist/components/{p-4e1f9e69.js → p-ee117fed.js} +2 -2
  157. package/dist/components/{p-4e1f9e69.js.map → p-ee117fed.js.map} +1 -1
  158. package/dist/components/{p-30dc7ace.js → p-f1e2b919.js} +12 -12
  159. package/dist/components/{p-30dc7ace.js.map → p-f1e2b919.js.map} +1 -1
  160. package/dist/components/{p-e756f170.js → p-f7dac30e.js} +2 -2
  161. package/dist/components/{p-e756f170.js.map → p-f7dac30e.js.map} +1 -1
  162. package/dist/components/{p-0a66bea5.js → p-f9aea40e.js} +3 -3
  163. package/dist/components/{p-0a66bea5.js.map → p-f9aea40e.js.map} +1 -1
  164. package/dist/esm/gb-avatar_34.entry.js +46 -45
  165. package/dist/esm/gb-avatar_34.entry.js.map +1 -1
  166. package/dist/esm/gb-button-close_2.entry.js +1 -1
  167. package/dist/esm/gb-megainput-field.entry.js +2 -2
  168. package/dist/esm/gb-progress-circle.entry.js +1 -1
  169. package/dist/esm/gb-rich-text.entry.js +1 -1
  170. package/dist/esm/gb-scrollbar.entry.js +1 -1
  171. package/dist/esm/gb-slider-control-handle.entry.js +1 -1
  172. package/dist/esm/gb-slider.entry.js +1 -1
  173. package/dist/esm/gb-toast-button.entry.js +1 -1
  174. package/dist/esm/gb-toast.entry.js +1 -1
  175. package/dist/esm/gb-toggle.entry.js +1 -1
  176. package/dist/esm/gb-token-field.entry.js +1 -1
  177. package/dist/esm/gb-verification-code-field.entry.js +2 -2
  178. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  179. package/dist/globuscomponents/{p-cab01c3b.entry.js → p-213333d1.entry.js} +2 -2
  180. package/dist/globuscomponents/p-213333d1.entry.js.map +1 -0
  181. package/dist/globuscomponents/{p-42f1db13.entry.js → p-35eef8c6.entry.js} +2 -2
  182. package/dist/globuscomponents/{p-0869d175.entry.js → p-3ced3015.entry.js} +2 -2
  183. package/dist/globuscomponents/{p-d808b613.entry.js → p-615a7e4e.entry.js} +2 -2
  184. package/dist/globuscomponents/{p-19885058.entry.js → p-89485a6d.entry.js} +2 -2
  185. package/dist/globuscomponents/{p-4a27e1e0.entry.js → p-8f6a956b.entry.js} +2 -2
  186. package/dist/globuscomponents/p-a09b2304.entry.js +2 -0
  187. package/dist/globuscomponents/{p-56845361.entry.js → p-a66137f5.entry.js} +2 -2
  188. package/dist/globuscomponents/{p-5f10aee0.entry.js → p-bd87639a.entry.js} +2 -2
  189. package/dist/globuscomponents/{p-0cb1a784.entry.js → p-c86f4d04.entry.js} +2 -2
  190. package/dist/globuscomponents/{p-8a1d870a.entry.js → p-dbaf2b13.entry.js} +2 -2
  191. package/dist/globuscomponents/{p-781b650f.entry.js → p-e84fddfb.entry.js} +2 -2
  192. package/dist/globuscomponents/{p-202a3c9c.entry.js → p-eee24fd4.entry.js} +2 -2
  193. package/dist/types/components/gb-checkbox/gb-checkbox.d.ts +2 -0
  194. package/dist/types/components.d.ts +16 -0
  195. package/package.json +1 -1
  196. package/dist/components/p-02b6abc5.js.map +0 -1
  197. package/dist/components/p-07a41a89.js.map +0 -1
  198. package/dist/components/p-88985c81.js.map +0 -1
  199. package/dist/globuscomponents/p-cab01c3b.entry.js.map +0 -1
  200. package/dist/globuscomponents/p-d01d820f.entry.js +0 -2
  201. /package/dist/globuscomponents/{p-42f1db13.entry.js.map → p-35eef8c6.entry.js.map} +0 -0
  202. /package/dist/globuscomponents/{p-0869d175.entry.js.map → p-3ced3015.entry.js.map} +0 -0
  203. /package/dist/globuscomponents/{p-d808b613.entry.js.map → p-615a7e4e.entry.js.map} +0 -0
  204. /package/dist/globuscomponents/{p-19885058.entry.js.map → p-89485a6d.entry.js.map} +0 -0
  205. /package/dist/globuscomponents/{p-4a27e1e0.entry.js.map → p-8f6a956b.entry.js.map} +0 -0
  206. /package/dist/globuscomponents/{p-d01d820f.entry.js.map → p-a09b2304.entry.js.map} +0 -0
  207. /package/dist/globuscomponents/{p-56845361.entry.js.map → p-a66137f5.entry.js.map} +0 -0
  208. /package/dist/globuscomponents/{p-5f10aee0.entry.js.map → p-bd87639a.entry.js.map} +0 -0
  209. /package/dist/globuscomponents/{p-0cb1a784.entry.js.map → p-c86f4d04.entry.js.map} +0 -0
  210. /package/dist/globuscomponents/{p-8a1d870a.entry.js.map → p-dbaf2b13.entry.js.map} +0 -0
  211. /package/dist/globuscomponents/{p-781b650f.entry.js.map → p-e84fddfb.entry.js.map} +0 -0
  212. /package/dist/globuscomponents/{p-202a3c9c.entry.js.map → p-eee24fd4.entry.js.map} +0 -0
@@ -28,7 +28,7 @@ const GbProgressBar = class {
28
28
  }
29
29
  render() {
30
30
  const progressValue = Math.min(Math.max(this.progress, 0), 100);
31
- return (h("div", { key: '8a651bfeabb23c6e3141864ce7629b5a7fb500bb', class: `progress_bar_container ${this.labelPosition}` }, h("div", { key: '99858e5315d21baf08edb865d58e70e6d2d59c6b', class: "progress_bar" }, h("div", { key: 'f6e4b89de5cc13b2a2a7cb9bfc7f0913c0c4bf8e', class: "progress_fill", style: { width: `${progressValue}%` } })), h(Fragment, null, this.showLabel && (h("div", { key: 'f627582d52b981cc9d23ddb17876e3b67285ad94', class: `label ${this.labelPosition}` }, this.labelPosition === 'right' && h("span", { key: 'ce42f366e7e98642e256eb6bce04e07fb880b4a6', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'bottom' && h("span", { key: '5e28dabf0e364299d2c256dcb01663839281c216', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'top_floating' && (h("gb-tooltip", { key: 'a886fd8c51816adc91e715ee62cb3f752eb08253', class: `top_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 6.5).toString()}%` } }, h("p", { key: '98e7c2561c2b18319beef6a83e92cecdd447bf3d', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))), this.labelPosition === 'bottom_floating' && (h("gb-tooltip", { key: '9ea2f7a6cdcb08e1b9b991f6bcd293cb3a39f54d', class: `bottom_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 59.5).toString()}%` } }, h("p", { key: '5b96e843b44860a7fee0feef5d7401cd4c9867a3', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))))))));
31
+ return (h("div", { key: '76a1e2a4ff1153b704b2e48704b5ac02ad0a1b8d', class: `progress_bar_container ${this.labelPosition}` }, h("div", { key: '11616345c68cfc3e5feb5f9a891515e2dbd4ec7c', class: "progress_bar" }, h("div", { key: '696034c072a435dd2ccac0ab67ea33234f0c0abf', class: "progress_fill", style: { width: `${progressValue}%` } })), h(Fragment, null, this.showLabel && (h("div", { key: 'b5c4201817456f6a179a81e6eb3b9056806da55f', class: `label ${this.labelPosition}` }, this.labelPosition === 'right' && h("span", { key: '2e453a483626395e8a92389cd8aa318fbce5634b', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'bottom' && h("span", { key: 'b90b2a8483e68e4a9d43b3f6af8c32b08c4eac7b', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'top_floating' && (h("gb-tooltip", { key: '86691537f27ce5967aa0f1f90d1beb2f1a2c5d1c', class: `top_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 6.5).toString()}%` } }, h("p", { key: '4a87277511b3b155e83ecba705c1a2c6af438e15', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))), this.labelPosition === 'bottom_floating' && (h("gb-tooltip", { key: '6ff93f6de552e7e63b816720a5b4c447002dc95c', class: `bottom_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 59.5).toString()}%` } }, h("p", { key: '074494fae4c1dd65b66656e9c177a2022e1ed323', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))))))));
32
32
  }
33
33
  };
34
34
  GbProgressBar.style = GbProgressBarStyle0;
@@ -21,10 +21,10 @@ const GbMegaInputField = class {
21
21
  }
22
22
  }
23
23
  render() {
24
- return (h("div", { key: '2a769baa8a88a41d539d5a91045cafd58a9cc47a', class: {
24
+ return (h("div", { key: 'c99c7070a6753a01a8f4423898f01ee91df4f260', class: {
25
25
  [this.size]: true,
26
26
  disabled: this.state === 'disabled'
27
- } }, h("input", { key: '932fc987a6fa2d2438979a9098b5bc486b7856af', class: {
27
+ } }, h("input", { key: '6fe3f44656d8ed1a254384b64f85c793273837a0', class: {
28
28
  [this.size]: true,
29
29
  disabled: this.state === 'disabled'
30
30
  }, type: "number", min: "0", max: "1", placeholder: "0", value: this.inputValue, onInput: (event) => this.handleInput(event) })));
@@ -12,7 +12,7 @@ const GbProgressCircle = class {
12
12
  this.progress = 0;
13
13
  }
14
14
  render() {
15
- return (h("div", { key: '4c6c41ab273b175895151bb27001c9cd905ab0c2', class: "progress" }, h("svg", { key: 'b7ea5503a1c2d1759f158d4b5399a74e8453b4a2', class: "progress-circle", width: "200px", height: "200px", xmlns: "http://www.w3.org/2000/svg" }, h("circle", { key: '818d4537928ba1e77cc7f8cd018bcdef274a4cee', class: "progress-circle-back", cx: "80", cy: "80", r: "74" }), h("circle", { key: '37e63b58c73865b8664b79127acf415fc9ec5d0b', class: "progress-circle-prog", cx: "80", cy: "80", r: "74" })), h("div", { key: 'dfeb19c3c8475ede59c919d7db2f268d345a4bf2', class: "progress-text", "data-progress": "0" }, "50%")));
15
+ return (h("div", { key: 'c115f80e94f454dd4db5558252eec6e06a073970', class: "progress" }, h("svg", { key: '2e91f7c8b7939a16a480f328a9a4d387fc676308', class: "progress-circle", width: "200px", height: "200px", xmlns: "http://www.w3.org/2000/svg" }, h("circle", { key: 'cb3f107b0339e28ad8df4feca99e370b6e14526f', class: "progress-circle-back", cx: "80", cy: "80", r: "74" }), h("circle", { key: '759cf5c48d80fca667b12425cf07b70f5b28f8a1', class: "progress-circle-prog", cx: "80", cy: "80", r: "74" })), h("div", { key: '3b4b1e6073b5cde1cc77f6ebc0b79856fddb138d', class: "progress-text", "data-progress": "0" }, "50%")));
16
16
  }
17
17
  };
18
18
  GbProgressCircle.style = GbProgressCircleStyle0;
@@ -20,7 +20,7 @@ const GbRichText = class {
20
20
  destructive: this.destructive,
21
21
  disabled: this.state === 'disabled'
22
22
  };
23
- return (h("div", { key: '8df669d680c1b8e463109adab0e1358e6fcdd466', class: classes }, h("div", { key: '40170a5167746223016a61156b9ba9e0eafa704a', class: "input-with-label" }, h("label", { key: 'f0a8bf99e86cae911cd40d7e4185f53f38753c0c' }, this.label), h("div", { key: '5d4918cd2750d6874ec734e230a601f7fc1fa69a', class: "input-container" }, h("div", { key: '1e17138eb01efb14b1e57104b0a67a73d0c7a93b', class: "toolbar-container" }, h("gb-wysiwyg-toolbar", { key: '14969fb898ffeeed7a9ce4c0644437746848c881', breakpoint: "desktop", bold: true, italic: true, h1: true, h2: true, quote: true, link: true, image: true, bulletList: true, numberList: true })), this.destructive && (h("span", { key: 'ecc995d2db6c4024856b545003feee88e5205d97', class: "error-icon" }, h("svg", { key: '757ade9ff0021f8a224b54e77957f65a31caaf16', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { key: '0f4a7b5ae820a955f64d2e99c172e1a74a8f1bd1', d: "M7.99483 10H8.00081M8.00016 8V5.33333M14.6668 8C14.6668 11.6819 11.6821 14.6667 8.00016 14.6667C4.31826 14.6667 1.3335 11.6819 1.3335 8C1.3335 4.3181 4.31826 1.33333 8.00016 1.33333C11.6821 1.33333 14.6668 4.3181 14.6668 8Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))), h("div", { key: 'df22dc5810c097340fa42940415928ef12c9b615', class: "text-container" }, h("textarea", { key: '3d9ee2ff949f0d245aa54b1e5f84c83687be5103' }, this.showPlaceholder && (h("div", { key: '412fcbf28b8a502ceabfd33652e40a1e3e2d2880' }, this.placeholder)))))), this.showHintText && (h("div", { key: 'cfa4e59e675eeeaf306dfe7a54ab92b57af6a7f7', class: "hint-text" }, this.hintText))));
23
+ return (h("div", { key: '5568e9945fad4c75710abd269ca5b1e36285c910', class: classes }, h("div", { key: '3c0700cef81c940a06bed6be626792aae3698b4d', class: "input-with-label" }, h("label", { key: 'e7bbf2e879cb6b585bd23e08622925870cc2ebcd' }, this.label), h("div", { key: 'a7648cf02650fae784ae59cb0b974f9f6c5c12a6', class: "input-container" }, h("div", { key: '15c35f4dd3a749f1ea8b73610d4c6e374c567a87', class: "toolbar-container" }, h("gb-wysiwyg-toolbar", { key: '37c77f0b7606059602b62cb712cae8014e630733', breakpoint: "desktop", bold: true, italic: true, h1: true, h2: true, quote: true, link: true, image: true, bulletList: true, numberList: true })), this.destructive && (h("span", { key: '60c4611e3e182932bc66d6fe17438a015981c4da', class: "error-icon" }, h("svg", { key: 'a638cd9177a8c642fd19075e24eab9e868cad239', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { key: '17841a86131ea319df5dc3f6d63c316fc42160a8', d: "M7.99483 10H8.00081M8.00016 8V5.33333M14.6668 8C14.6668 11.6819 11.6821 14.6667 8.00016 14.6667C4.31826 14.6667 1.3335 11.6819 1.3335 8C1.3335 4.3181 4.31826 1.33333 8.00016 1.33333C11.6821 1.33333 14.6668 4.3181 14.6668 8Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))), h("div", { key: 'fb6c5bc96ddc557ff8b9d6a47430824cf99a1bfc', class: "text-container" }, h("textarea", { key: 'a24682a41354ee4a5dc74b5dc18434249bbc8644' }, this.showPlaceholder && (h("div", { key: '1155f430e00c9c2c78d16e93b9cdf2f28c8ca792' }, this.placeholder)))))), this.showHintText && (h("div", { key: 'a8317c29d3a0a060d7dc25b295aef67bdbef22ea', class: "hint-text" }, this.hintText))));
24
24
  }
25
25
  };
26
26
  GbRichText.style = GbRichTextStyle0;
@@ -9,7 +9,7 @@ const GbScrollbar = class {
9
9
  this.length = '25%';
10
10
  }
11
11
  render() {
12
- return (h("div", { key: '151a1ea86aaa952790dc0e936cf0cd67fa85ac02', class: "scrollbar-container" }, h("div", { key: '609557846d47f64e0e1553e3a1197be51e159faf', class: "scrollbar", style: { height: this.length } }, h("slot", { key: '629db9fa9e7356e7a63df1a5fc3e47faf44ef10e' }))));
12
+ return (h("div", { key: '0b4592dc199669e17dfa5228d48d10fc21ad39a9', class: "scrollbar-container" }, h("div", { key: '47b86b7f98cf49307a62874530d6a0c7e94d2005', class: "scrollbar", style: { height: this.length } }, h("slot", { key: 'e5ba42888a4c54e0d20c4c1de0f5e3f67ce31a78' }))));
13
13
  }
14
14
  };
15
15
  GbScrollbar.style = GbScrollbarStyle0;
@@ -24,7 +24,7 @@ const SliderControlHandle = class {
24
24
  this.isFocused = false;
25
25
  }
26
26
  render() {
27
- return (h("div", { key: 'e034118ae02023a7d602ff0d94135f0581feea26', class: `thumb-container ${this.type} ${this.isHovered ? 'hover' : ''} ${this.isFocused ? 'focused' : ''}`, onMouseEnter: () => this.handleMouseEnter(), onMouseLeave: () => this.handleMouseLeave(), onFocus: () => this.handleFocus(), onBlur: () => this.handleBlur(), tabindex: "0" }, this.type === 'tooltip' && (h("div", { key: '3f96cc62b3de386207ad0083f2f0f5c7a7ca62c8', class: "tooltip-container" }, h("gb-tooltip", { key: '298cb3265794a65302a86aeb259eca97dc4fa816', arrow: 'none' }, h("p", { key: 'fea30659fefb6cd5e96284e9dbab85ab5db4334f', class: "text-xs-semi-bold", slot: "main_text" }, this.value, "%")))), this.type === 'text' && (h("div", { key: '051e320191d8694b3afe135a4c51b38c8adbaaff', class: "thumb-label" }, this.value, "%"))));
27
+ return (h("div", { key: '48f8b646b800a00c08ea47de36e1d50ff6a86b11', class: `thumb-container ${this.type} ${this.isHovered ? 'hover' : ''} ${this.isFocused ? 'focused' : ''}`, onMouseEnter: () => this.handleMouseEnter(), onMouseLeave: () => this.handleMouseLeave(), onFocus: () => this.handleFocus(), onBlur: () => this.handleBlur(), tabindex: "0" }, this.type === 'tooltip' && (h("div", { key: 'f977845d438d2c8cec6f29834ab6cf28fb75bf4e', class: "tooltip-container" }, h("gb-tooltip", { key: 'ccf31a2a891b8d363c71ae3753401b4695ed0fa5', arrow: 'none' }, h("p", { key: 'a59d5d3f42e59cb73ee768fa7b9e56f9ca9d7da1', class: "text-xs-semi-bold", slot: "main_text" }, this.value, "%")))), this.type === 'text' && (h("div", { key: '23712c08e53d685648fbd991dc861e134b0434ba', class: "thumb-label" }, this.value, "%"))));
28
28
  }
29
29
  };
30
30
  SliderControlHandle.style = GbSliderControlHandleStyle0;
@@ -62,7 +62,7 @@ const GbSlider = class {
62
62
  this.trackEl.style.width = `${rightPos - leftPos}%`;
63
63
  }
64
64
  render() {
65
- return (h("div", { key: 'eae01ebaac43b6fbf443788fc6fa9fb09a33aa11', class: "slider-container", ref: (el) => this.containerEl = el }, h("div", { key: '644162a951a5c07ab8b02256dbcb4bef5e40d055', class: "track", ref: (el) => this.trackEl = el }), h("gb-slider-control-handle", { key: '6ea263a99347dafeb49999f81be85f2b05535294', class: "left", value: this.leftValue, type: this.thumbType, style: { left: `${this.leftValue}%` }, onMouseDown: (e) => this.handleMouseDown(e, 'left') }), h("gb-slider-control-handle", { key: 'b3ca44968e238c9f0bfd2cbd2f4f9a34e6df2dba', class: "right", value: this.rightValue, type: this.thumbType, style: { left: `${this.rightValue}%` }, onMouseDown: (e) => this.handleMouseDown(e, 'right') })));
65
+ return (h("div", { key: '3794bcc7560517969d19351db2cc46a06066013c', class: "slider-container", ref: (el) => this.containerEl = el }, h("div", { key: '8ce511e1b1d75d79c884024544ebda83dc5668b3', class: "track", ref: (el) => this.trackEl = el }), h("gb-slider-control-handle", { key: '87c579d8155e86eb604466be086ebb614f37119c', class: "left", value: this.leftValue, type: this.thumbType, style: { left: `${this.leftValue}%` }, onMouseDown: (e) => this.handleMouseDown(e, 'left') }), h("gb-slider-control-handle", { key: 'f8b6d416ead8ca395cce0ac822c21469844cd310', class: "right", value: this.rightValue, type: this.thumbType, style: { left: `${this.rightValue}%` }, onMouseDown: (e) => this.handleMouseDown(e, 'right') })));
66
66
  }
67
67
  get el() { return getElement(this); }
68
68
  };
@@ -14,7 +14,7 @@ const GbToastButton = class {
14
14
  slottedContent.classList.add('text-sm-semi-bold');
15
15
  }
16
16
  render() {
17
- return (h("div", { key: '8528b384f3c85eca2d301774ea64d648b83dced2', class: `toast_button ${this.state} ${this.color}` }, h("slot", { key: '9a6a36ef088a3f5fdd0ae3e85833cc2fa83d23d6' })));
17
+ return (h("div", { key: '79ba948be3ff744bf4efbf0a90c2bf575dd06752', class: `toast_button ${this.state} ${this.color}` }, h("slot", { key: '4eb2136abac313e535626dace325ccb6ad196fa2' })));
18
18
  }
19
19
  get el() { return getElement(this); }
20
20
  };
@@ -42,7 +42,7 @@ const GbToast = class {
42
42
  slottedSupportingText.classList.add(this.getSupportingColorClasses());
43
43
  }
44
44
  render() {
45
- return (h("div", { key: '3cdc2d97d81c92fb342f817e684527c3f0aa60ba', class: `toast_div ${this.color} ${this.size} ${this.breakpoint}` }, this.size === 'floating' && (h(Fragment, null, h("div", { key: '53d67aae904203b7384413bca747b5158a9f8444', class: `icon_container` }, h("svg", { key: 'a1301a987571b9166bfe627455fa897f7e231ad7', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, h("path", { key: '9d4c4a4f7dd451536c1938ee3703d232727391db', 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" }), h("path", { key: 'e1898f3e8e6a8d604d905ecc6d6acf116bb7cf78', "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" }), h("path", { key: 'dc38d482456f4a23c9ce9f645b08e50c3a83514c', "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" }))), h("div", { key: '531dd2451ad06d1ab69b923d00bd108d7069767c', class: `content ${this.size} ${this.actions ? ' actions' : ''}` }, h("div", { key: 'd7bcf750f2cc45ac7c2648485345d3b6a55429f9', class: `text ${this.size}` }, h("slot", { key: '9456229b4e37cd24b3dae68ff9c5ce01a34a1243', name: "main_text" }), this.showSupportingText && h("slot", { key: 'bb6f2887d62adbc5ca38f81f34eb9e6adf7f8ceb', name: "supporting_text" })), this.actions && (h("div", { key: '6de04a66b941089cd22edc9c4fd62baeecf4465f', class: `actions ${this.size} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (h(Fragment, null, h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, h("p", null, "Dismiss")), h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, h("p", null, "View changes")))) : (h(Fragment, null, h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "Dismiss")), h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "View changes"))))))), h("gb-button-close", { key: '9abbf6bc0a13415269319675e5d48e0305b4b684', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.size}` }))), this.size === 'full_width' && (h("div", { key: 'f4b9ad67e938526d84d6511cb56b2387d028ff67', class: `container ${this.breakpoint}` }, h("div", { key: '67dc5144acc372ed299bc51d2a566d5bdcbc6992', class: `full_width_content ${this.breakpoint}` }, h("div", { key: 'ece5adb727048bdce9cbf00e60585dd81231a5af', class: `inner_content ${this.breakpoint}` }, h("div", { key: 'e796f354bccb88c9dfb4b594898e068093b77e2c', class: `icon_container` }, h("svg", { key: '2f772935d6846dccccb5f1b10ecb2b768eb314bd', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, h("path", { key: 'c6f4d13e27cd62732af3ab112a64df7339e0dea6', 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" }), h("path", { key: '9458fac79d680d4bc98d6a693db2fdcd1f47bf53', "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" }), h("path", { key: 'c491988e44145aaf7e4b6c0123bbe44f664876ce', "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" }))), h("div", { key: '09bfa43682befe8cccb81a2fa34171ad7deddecb', class: `text ${this.size} ${this.breakpoint}` }, h("slot", { key: '812fdc309465d2cb22a42fc2822fd3539bda5803', name: "main_text" }), this.showSupportingText && h("slot", { key: '9870ec2d2f935622f126f77a137605e67d26cef3', name: "supporting_text" }))), this.actions && (h("div", { key: 'd16bc66cb1e968f66d938013726d03570b05cd75', class: `actions ${this.size} ${this.breakpoint} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (h(Fragment, null, h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, h("p", null, "Dismiss")), h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, h("p", null, "View changes")))) : (h(Fragment, null, h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "Dismiss")), h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "View changes")))))), h("gb-button-close", { key: '8ad08f05aff77da18d13b989d8c116316afd76fb', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.breakpoint}` }))))));
45
+ return (h("div", { key: '22331c949a13e1205d971eb9c33878cbdaa22333', class: `toast_div ${this.color} ${this.size} ${this.breakpoint}` }, this.size === 'floating' && (h(Fragment, null, h("div", { key: '1e93bacbb692dc3dfca592f1a4cbfbc1bed133c1', class: `icon_container` }, h("svg", { key: '4990c5d2dfb273ac69c9d24eb7cfcf4207c3a11d', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, h("path", { key: '03d103aca407ec514c88365cd8dd3924c80c0304', 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" }), h("path", { key: 'ce660e7fb6b773672403d7b9a9d44bb36dc267fa', "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" }), h("path", { key: '451969d18e6954745ea927ef5a740f09c741f02d', "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" }))), h("div", { key: '44bd63ad5d2bbb28dc13270582d4125aff21ed9c', class: `content ${this.size} ${this.actions ? ' actions' : ''}` }, h("div", { key: 'ccc26a652c8e2f04990b4128a871ba68209b320b', class: `text ${this.size}` }, h("slot", { key: 'd4b04da0b54b640f938554c9d87508e7a59326b4', name: "main_text" }), this.showSupportingText && h("slot", { key: '1d3d09e55f58f372628ec721dc383d0791eac8d0', name: "supporting_text" })), this.actions && (h("div", { key: '26b8482acb1479d847845d10eb5750874b0dd376', class: `actions ${this.size} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (h(Fragment, null, h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, h("p", null, "Dismiss")), h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, h("p", null, "View changes")))) : (h(Fragment, null, h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "Dismiss")), h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "View changes"))))))), h("gb-button-close", { key: '644daefdf656f41696d9b1013cc8ed1de6a6b4c3', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.size}` }))), this.size === 'full_width' && (h("div", { key: '51cb39d7d283008605a5ff250ac8f970b1bd4da1', class: `container ${this.breakpoint}` }, h("div", { key: '82fa8e940cdef16a7e4855433a8205f12920c6cd', class: `full_width_content ${this.breakpoint}` }, h("div", { key: '446eea2cba0174f93910f2fd634068457559dc82', class: `inner_content ${this.breakpoint}` }, h("div", { key: '98340e43bd3792e50bbfedd1bf13b4c0827fc279', class: `icon_container` }, h("svg", { key: '6af6aeb113bca7a62de476d6de9f17126a4a946d', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, h("path", { key: '3379033280dcbc79ee4fdf1f31b5430d96e9790d', 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" }), h("path", { key: 'dbe374154a7392357ebbf8883b0530217b36b1d4', "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" }), h("path", { key: 'c329dbc1c8a1783c7c8a80ead3d862dc4c1fbf39', "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" }))), h("div", { key: '7ed31eff7fd843c2691266ae02234fded165e709', class: `text ${this.size} ${this.breakpoint}` }, h("slot", { key: '9a2860fd9aa9e5a26cd5992c149b16b473d8c81f', name: "main_text" }), this.showSupportingText && h("slot", { key: 'd7b3546787d91034d5e6a6ef2c9e9775dbb80502', name: "supporting_text" }))), this.actions && (h("div", { key: '9494c6e6a37c527c3c42126b1743637ed4702e3d', class: `actions ${this.size} ${this.breakpoint} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (h(Fragment, null, h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, h("p", null, "Dismiss")), h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, h("p", null, "View changes")))) : (h(Fragment, null, h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "Dismiss")), h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "View changes")))))), h("gb-button-close", { key: 'e7ffdadcc320d20083583d8e52330dc5b17109ad', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.breakpoint}` }))))));
46
46
  }
47
47
  get el() { return getElement(this); }
48
48
  };
@@ -38,7 +38,7 @@ const GbToggle = class {
38
38
  }
39
39
  }
40
40
  render() {
41
- return (h("div", { key: '9d6db64f63f81b36c948b93e1abe081fccc1adba', class: `toggle_div ${this.size}` }, h("div", { key: 'f0c0a943b471a7c5d14cd5baa1c961ae7108a8f9', class: "toggle_base" }, h("gb-toggle-base", { key: '77f8d44dca42ae45c5543d71c25a1c7042549a75', size: this.size, state: this.state, pressed: this.pressed })), h("div", { key: '9c4fbe159ae3f5b7099e4a5796f18c81656df8c1', class: "text" }, h("slot", { key: '640ac4d9c395fe24325b2e85801b37c0835e9657', name: "main_text" }), this.supportingText && (h("slot", { key: 'd53984a05e2c997eec8af85aa8ff3b7e2652d6d9', name: "supporting_text" })))));
41
+ return (h("div", { key: 'ad2f98ccbe4f6fb8b60936b2dc9c8348af5cedd4', class: `toggle_div ${this.size}` }, h("div", { key: 'b3cbdec537f87263a3f3b72fdb15a601ddf0af90', class: "toggle_base" }, h("gb-toggle-base", { key: 'e562e5ffbd3865a37674484660aa7d194febc72a', size: this.size, state: this.state, pressed: this.pressed })), h("div", { key: '9da0356335de91ee3cee1e6b9ea8f6a500e431a2', class: "text" }, h("slot", { key: '80fb479b6849004dc4326255375321d1dbf36ea8', name: "main_text" }), this.supportingText && (h("slot", { key: 'd3e9463a92db87100672a244397984d9fb7c8a28', name: "supporting_text" })))));
42
42
  }
43
43
  get el() { return getElement(this); }
44
44
  };
@@ -14,7 +14,7 @@ const GbTokenField = class {
14
14
  this.supportingText = '';
15
15
  }
16
16
  render() {
17
- return (h("div", { key: 'f1fb2e81f8b8e0ae55506530431931cf84406f35', class: this.size }, h("div", { key: 'cad8e4f541a625fc561e889bfd046cbb292886be', class: "input-with-label" }, this.showLabel && (h("label", { key: '7c369936e3621243946766c233a841066a9969f1' }, this.label)), this.digits === 4 && (h("div", { key: '6f3aaedea3c3eb06e64bd803d21dfda7c6bfe09b', class: "input-wrapper" }, h("gb-megainput-field", { key: '9747d78e0c5dbaa895517ed724fb8a92f416d6ba', size: this.size }), h("gb-megainput-field", { key: 'c7ae3707bbf5f80323d1595b2c4388c4d168e315', size: this.size }), h("gb-megainput-field", { key: 'fc3617611390ae4e45a45494cc0b3f53f49d81ba', size: this.size }), h("gb-megainput-field", { key: 'f4450208170d57d76840b31c92b270ad3d1de73f', size: this.size }))), this.digits === 6 && (h("div", { key: '84ad6b734ec0f7a104bd7d294ca7921e04437aa1', class: "input-wrapper" }, h("div", { key: '9296fa1601c9553336822158b641cd06d3c45916', class: "first=section" }, h("gb-megainput-field", { key: '477897d0f8735c19bddd86350f9ddbff2982dbc3', size: this.size }), h("gb-megainput-field", { key: '8d70164c602a28b99a76d64b1bc9559f1d67d1f7', size: this.size }), h("gb-megainput-field", { key: '2c9d67c18960fa3c14044348a5e077cd87e638c8', size: this.size })), h("div", { key: 'a62b1f4ca2f5147c0ee0078fd1a9d132fc6d2962', class: "second=section" }, h("gb-megainput-field", { key: '73e59a752f7b23133a7bb27b61d02f1b9fbcf0c2', size: this.size }), h("gb-megainput-field", { key: '38201f2da936f5b3722175b631b25a233cca852c', size: this.size }), h("gb-megainput-field", { key: '8f2e5e55386ff2281b2ff97b8f1f14d172dd96eb', size: this.size })))), this.digits === 8 && (h("div", { key: '4517d00be5130ebaa9a6e8fe4b3b8df7d9e18274', class: "input-wrapper" }, h("div", { key: 'fa7d1acd26b088debe9bc0fdfd0ee791356cee0b', class: "first=section" }, h("gb-megainput-field", { key: 'a0e86adcefe7b35763bf2b6ae04835b2ac71b09b', size: this.size }), h("gb-megainput-field", { key: '030862be4aa9ea185ca6cbee9debadb535e7064b', size: this.size }), h("gb-megainput-field", { key: '0a4a342d73929871216c16bd68bd048be52bae45', size: this.size }), h("gb-megainput-field", { key: '32300d5e77914b4ce484e4a2ce0fd592eeed84e1', size: this.size })), h("div", { key: 'd69678db685182c60510f111f35dcceb0ad581b4', class: "second=section" }, h("gb-megainput-field", { key: 'b815826d27aecb77de6ba21a59982358db86b7cf', size: this.size }), h("gb-megainput-field", { key: 'a9ca434e607486c7279df333b1aae27f45b6f6b4', size: this.size }), h("gb-megainput-field", { key: '01d8ba5ec527fa045abdbdc0fffa0ffb7462a3e6', size: this.size }), h("gb-megainput-field", { key: 'd3c856b2d6fe6f297d613099f68d8ae8d317784f', size: this.size }))))), h("p", { key: '5addad28db7fde38de24d4ff3199006ff685b112' }, this.supportingText)));
17
+ return (h("div", { key: '40cfea11fb71c7a4ab7aee327eeb7f803ce1cffe', class: this.size }, h("div", { key: '14338c33695797b4316f06165d38ac49f78ab2ba', class: "input-with-label" }, this.showLabel && (h("label", { key: 'ddcbbfe2fb7eba8102275a25a59a4ece27bda4eb' }, this.label)), this.digits === 4 && (h("div", { key: 'aa93ad78f1ca78abde44229cd252322f2c50e9da', class: "input-wrapper" }, h("gb-megainput-field", { key: '413cc19eb3095c1ebb3eb57bad1923f5ef258dd0', size: this.size }), h("gb-megainput-field", { key: '2673771dcb5b387214554eca541c5e8b6ced0aab', size: this.size }), h("gb-megainput-field", { key: 'ce30d5ab01f1c119d31a36b6a77c1e136db63157', size: this.size }), h("gb-megainput-field", { key: '023af397e95480afb29128e2ebf9a4af8140607b', size: this.size }))), this.digits === 6 && (h("div", { key: '0df739aab47ed746cbe3c166d79d2eee31d9f51a', class: "input-wrapper" }, h("div", { key: 'cef947415a900cd44cb934814e48bc44b5e36ee9', class: "first=section" }, h("gb-megainput-field", { key: 'f2422f7514c732b89c03f49816de2093019e2f40', size: this.size }), h("gb-megainput-field", { key: '1110d186cfea016c05edf41bf016fc605c107f62', size: this.size }), h("gb-megainput-field", { key: '1311ae17ed531a6d425bd2b29c3aeb239e556385', size: this.size })), h("div", { key: 'b2b3cfe0c2dd393a3a9f796b32459ae4ac7157d4', class: "second=section" }, h("gb-megainput-field", { key: '75359353032d8125e8a283868ef6c7a8dbe77ae1', size: this.size }), h("gb-megainput-field", { key: 'd86a02c105fa228fdd36d06820e52bafcb5543b1', size: this.size }), h("gb-megainput-field", { key: '01781637dbb375cfc7864e8a0aa4ab1d64c986d9', size: this.size })))), this.digits === 8 && (h("div", { key: '235e0eab3b705a694e6a14f469790c2d85e6a5ca', class: "input-wrapper" }, h("div", { key: '5f05f66613961f52c7d05b287a1bcd4954542477', class: "first=section" }, h("gb-megainput-field", { key: '7afa7e6594d0468d8f91f90865960f34eb421486', size: this.size }), h("gb-megainput-field", { key: 'f3403d030ede478f01f42f8a0c35f682d7438574', size: this.size }), h("gb-megainput-field", { key: '7cde18ca05b04d5033ceb19596b13a3f4bff0455', size: this.size }), h("gb-megainput-field", { key: 'c318458948f47030b0e31bd89d37c7484f17defb', size: this.size })), h("div", { key: '4e790af03ad681155ee7a4c1717cc46cff939d2f', class: "second=section" }, h("gb-megainput-field", { key: '15769aeb646ac7df31b4d155682d8c007481e425', size: this.size }), h("gb-megainput-field", { key: 'c23fe88dab35544f5234d69552a9aed2677148a3', size: this.size }), h("gb-megainput-field", { key: '590009fed1419307d3471e0686cba17a45ef13fa', size: this.size }), h("gb-megainput-field", { key: 'f3dfe6337498895fadfe1362180ddba5a85b6d0e', size: this.size }))))), h("p", { key: '214dd88e3bff59bcbeeba0fb47c5013b57577534' }, this.supportingText)));
18
18
  }
19
19
  };
20
20
  GbTokenField.style = GbTokenFieldStyle0;
@@ -14,11 +14,11 @@ const GbVerificationCodeField = class {
14
14
  this.hintText = '';
15
15
  }
16
16
  render() {
17
- return (h("div", { key: '932c73f42d34ac041e6d8f36c8eec4b71091045d', class: {
17
+ return (h("div", { key: 'bafb57932cd09efb3b46799c124db4fb6c6b4598', class: {
18
18
  container: true,
19
19
  [this.size]: true,
20
20
  [this.digits]: true,
21
- } }, h("div", { key: '168e6e10afd46ba3632da0fbc8572de3b4c33b88', class: "input-with-label" }, this.showLabel && (h("label", { key: 'b051e8874018ef3224873c69f00da2c05e2e3008', class: "text-sm-medium", style: { color: 'var(--color-text, #4B5565)' } }, this.label)), this.digits === 4 && (h("div", { key: 'e9da3e2140182e8b4f9b7e8d6502cf5adf123688', class: "input-wrapper" }, h("gb-megainput-field", { key: '66ee7aef8e6df0b963b0abd50a105dc2fc2ab2ae', size: this.size }), h("gb-megainput-field", { key: '2a3a257a35d3a31b7bf0ebd254c1a178e8220914', size: this.size }), h("gb-megainput-field", { key: '9beb1d3527e00db1c32c6d86a902918d317c17e9', size: this.size }), h("gb-megainput-field", { key: '45246a0ccadf738ed3c80449b0c01415c2b57732', size: this.size }))), this.digits === 6 && (h("div", { key: '1fda4b6484262e0cf9d66f3c538344a2e3c36774', class: "input-wrapper" }, h("gb-megainput-field", { key: '1f770e9f0a64969c812d98d95924e5c3d1247f6e', size: this.size }), h("gb-megainput-field", { key: '45c2fa5e376bb5752e3a41b9f282644bff32370d', size: this.size }), h("gb-megainput-field", { key: 'ae62a7c3fd9c5d50d657489c2b8406397fc5a6f7', size: this.size }), h("p", { key: 'df0a412b3ab5a0715596a8f6a8f523320b8f6f1d', class: "line display-sm-bold" }, "-"), h("gb-megainput-field", { key: '4f44b310fdcbde60d863fa5bf8eafcdc8356c4b4', size: this.size }), h("gb-megainput-field", { key: '30566a574794314e3e2f6792855213359a932711', size: this.size }), h("gb-megainput-field", { key: '319f16c0c6b5a7c5075dccc7ce5f2d6506cf39bc', size: this.size }))), this.digits === 8 && (h("div", { key: '0769d91a3204e3946fc060858f2df344b3713e7a', class: "input-wrapper" }, h("gb-megainput-field", { key: 'd843e0bb2bd411b88fe9d9f2b6277000f57015ad', size: this.size }), h("gb-megainput-field", { key: 'dbc9f42c4984094ceb41251cb0f8679b08f7b492', size: this.size }), h("gb-megainput-field", { key: '13e3eb12cb18c0c08f7028a6fa43d114f74a37fd', size: this.size }), h("gb-megainput-field", { key: '333ce61c56a7640849a7fdf63960f2244c15ead5', size: this.size }), h("p", { key: 'a508eacdf754b5ab937fe7a38e11f2455e477011', class: "line display-sm-bold" }, "-"), h("gb-megainput-field", { key: 'aa75962c6a4ddf445bc292fab7ddc72bc197f0c3', size: this.size }), h("gb-megainput-field", { key: '4f2edb0fe92dd3a488815a2e64bf6d5eeacfef61', size: this.size }), h("gb-megainput-field", { key: 'bfd07c666b0b1ef279063719fd8489824681ac15', size: this.size }), h("gb-megainput-field", { key: '8cdded625252529c0e3fbd3384b4f9b5a4500f9a', size: this.size })))), this.showHintText && (h("div", { key: '62a2cfc2c5866b99c569d473015a87d8fa45492b', class: "text-sm-regular", style: { color: 'var(--color-text-subtle, #697586)' } }, this.hintText))));
21
+ } }, h("div", { key: '49ae01eca246ba5c6b91e619c50796ca8b7fde94', class: "input-with-label" }, this.showLabel && (h("label", { key: 'ed900016eea9fc9467b65b7ef59e159d572f2d79', class: "text-sm-medium", style: { color: 'var(--color-text, #4B5565)' } }, this.label)), this.digits === 4 && (h("div", { key: '7bdd7f8f667b4cde092409e2e9ae55658943a258', class: "input-wrapper" }, h("gb-megainput-field", { key: 'f1f6c20045413f5fec3facfe0ee8367c5ee404a5', size: this.size }), h("gb-megainput-field", { key: '29dafe71659aa8180174cb3f8167cf4fab5f3e6d', size: this.size }), h("gb-megainput-field", { key: 'd45bc3eb3f722e3706debde101bcc07caeb2057e', size: this.size }), h("gb-megainput-field", { key: 'ef94f896f7591c5490d700385b976b76aec2a234', size: this.size }))), this.digits === 6 && (h("div", { key: '830628d0c85b4298b6499aa3bae3781dea198e60', class: "input-wrapper" }, h("gb-megainput-field", { key: 'cc72cd1dd8d6840a9ba02ecd7849293de11019a5', size: this.size }), h("gb-megainput-field", { key: '7fd2e3de4c433ba4b219665c9521cbb085870921', size: this.size }), h("gb-megainput-field", { key: '3c68f5e433605ac065ddd521674f4b33076f8c7a', size: this.size }), h("p", { key: '912121ded0b1d45e8191a4dcf30f46ae1a6940c4', class: "line display-sm-bold" }, "-"), h("gb-megainput-field", { key: '8f95a17dbaa371559264bd66353aa4100d370a93', size: this.size }), h("gb-megainput-field", { key: '25b13b5a7d60226080864c2cc749f00051aaa082', size: this.size }), h("gb-megainput-field", { key: '2a82e9bf45dd363da83352d4594c3b0fc27472e1', size: this.size }))), this.digits === 8 && (h("div", { key: 'a1be1adaed79400d61e595e671f0a7f34e2cd7e3', class: "input-wrapper" }, h("gb-megainput-field", { key: 'c2594296da7677b835c48bbca5f1b3cc9a539344', size: this.size }), h("gb-megainput-field", { key: '6d166bae6aec162cf4d3c4f71813c3422e95b2e1', size: this.size }), h("gb-megainput-field", { key: 'def39c0e927816f9646d76e3983d5411f77ae425', size: this.size }), h("gb-megainput-field", { key: 'cb17e53b2d953acfe9c4d183ad323563ce8e6a3b', size: this.size }), h("p", { key: '0e78e744ba783f158578957b4b7983fe3d092727', class: "line display-sm-bold" }, "-"), h("gb-megainput-field", { key: '5b828e3c9475c7ae1646178ce90def4bf4f4c6b7', size: this.size }), h("gb-megainput-field", { key: '9724232a8b0df400313e0ca4b9faf63ebfbe4e42', size: this.size }), h("gb-megainput-field", { key: '193c09e6f1fe0392f58db01803bc10cccf32ed76', size: this.size }), h("gb-megainput-field", { key: '625277733d623baf73123e9a964d46ff5b12e241', size: this.size })))), this.showHintText && (h("div", { key: '38df3de26761dd8272317f9cab7961c74508feb8', class: "text-sm-regular", style: { color: 'var(--color-text-subtle, #697586)' } }, this.hintText))));
22
22
  }
23
23
  };
24
24
  GbVerificationCodeField.style = GbVerificationCodeFieldStyle0;
@@ -1,2 +1,2 @@
1
- import{p as e,b as t}from"./p-593875d5.js";export{s as setNonce}from"./p-593875d5.js";import{g as o}from"./p-e1255160.js";var i=()=>{const t=import.meta.url;const o={};if(t!==""){o.resourcesUrl=new URL(".",t).href}return e(o)};i().then((async e=>{await o();return t(JSON.parse('[["p-cab01c3b",[[1,"gb-sidebar",{"state":[1025],"category":[1],"showSecondCategory":[4,"show-second-category"],"applicationName":[1,"application-name"],"firstItemIcon":[1,"first-item-icon"],"secondItemIcon":[1,"second-item-icon"],"thirdItemIcon":[1,"third-item-icon"],"fourthItemIcon":[1,"fourth-item-icon"],"fifthItemIcon":[1,"fifth-item-icon"],"sixthItemIcon":[1,"sixth-item-icon"],"seventhItemIcon":[1,"seventh-item-icon"],"eighthItemIcon":[1,"eighth-item-icon"],"ninthItemIcon":[1,"ninth-item-icon"],"tenthItemIcon":[1,"tenth-item-icon"],"iconInstance":[1,"icon-instance"],"label":[1],"firstItemLabel":[1,"first-item-label"],"secondItemLabel":[1,"second-item-label"],"thirdItemLabel":[1,"third-item-label"],"fourthItemLabel":[1,"fourth-item-label"],"fifthItemLabel":[1,"fifth-item-label"],"sixthItemLabel":[1,"sixth-item-label"],"seventhItemLabel":[1,"seventh-item-label"],"eighthItemLabel":[1,"eighth-item-label"],"ninthItemLabel":[1,"ninth-item-label"],"tenthItemLabel":[1,"tenth-item-label"],"activeIndex":[1026,"active-index"],"leadingIconSvg":[32],"sideBarItemClicked":[64]}],[1,"gb-horizontal-tabs",{"type":[1],"size":[1],"fullWidth":[4,"full-width"],"firstTabName":[1,"first-tab-name"],"secondTabName":[1,"second-tab-name"],"thirdTabName":[1,"third-tab-name"],"fourthTabName":[1,"fourth-tab-name"],"fifthTabName":[1,"fifth-tab-name"],"sixthTabName":[1,"sixth-tab-name"],"seventhTabName":[1,"seventh-tab-name"],"eighthTabName":[1,"eighth-tab-name"],"ninthTabName":[1,"ninth-tab-name"],"tenthTabName":[1,"tenth-tab-name"],"eleventhTabName":[1,"eleventh-tab-name"],"twelfthTabName":[1,"twelfth-tab-name"],"thirteenthTabName":[1,"thirteenth-tab-name"],"fourteenthTabName":[1,"fourteenth-tab-name"],"fifteenthTabName":[1,"fifteenth-tab-name"],"sixteenthTabName":[1,"sixteenth-tab-name"],"seventeenthTabName":[1,"seventeenth-tab-name"],"eighteenthTabName":[1,"eighteenth-tab-name"],"nineteenthTabName":[1,"nineteenth-tab-name"],"twentiethTabName":[1,"twentieth-tab-name"],"activeIndex":[1026,"active-index"]}],[1,"gb-input-field",{"size":[1],"type":[1],"destructive":[4],"state":[1],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"],"errorText":[1,"error-text"],"showPlaceholder":[4,"show-placeholder"],"placeholder":[1],"showHelpIcon":[4,"show-help-icon"],"showValidation":[4,"show-validation"],"iconSwap":[1,"icon-swap"],"showCloseButton":[4,"show-close-button"],"inputValue":[32],"tags":[32],"leadingIconSvg":[32],"isPasswordVisible":[32]}],[1,"gb-header",{"state":[1],"showIndicator":[4,"show-indicator"],"text":[4],"placeholder":[4],"color":[1],"onNavBarItemClicked":[64]}],[1,"gb-notification-pane",{"state":[1],"notifications":[16]},[[0,"slotchange","handleSlotChange"]]],[1,"gb-pagination",{"type":[1],"shape":[1],"breakpoint":[1],"currentPage":[2,"current-page"],"totalPages":[2,"total-pages"]}],[0,"gb-carousel-arrow",{"size":[1],"chevron":[1]}],[1,"gb-pagination-button-group-base",{"icon":[1],"iconLeading":[1,"icon-leading"],"iconTrailing":[1,"icon-trailing"]}],[0,"gb-pagination-dot-indicator",{"current":[4],"type":[1],"size":[1]}],[1,"gb-pagination-number-base",{"shape":[1]}],[1,"gb-side-bar-item",{"state":[1],"type":[1],"label":[1],"icon":[1],"category":[1],"showArrow":[4,"show-arrow"],"showBadge":[4,"show-badge"],"showTooltip":[1028,"show-tooltip"],"leadingIconSvg":[32],"textState":[32]}],[1,"gb-tab-button-base",{"current":[4],"size":[1],"fullWidth":[4,"full-width"],"badge":[4],"type":[1],"tabName":[1,"tab-name"]}],[1,"gb-password-button",{"state":[1],"isPasswordVisible":[32]}],[1,"gb-collapse-button",{"color":[1],"isCollapsed":[1028,"is-collapsed"],"action":[1025],"isHovered":[1028,"is-hovered"],"collapseSidebar":[64],"expandSidebar":[64]}],[1,"gb-header-icon",{"state":[1],"showIndicator":[4,"show-indicator"],"icon":[1]}],[1,"gb-notification-content",{"icon":[1],"label":[1],"time":[1],"supportingText":[1,"supporting-text"]}],[1,"gb-toggle-base",{"size":[1],"state":[1],"pressed":[1028]}],[1,"gb-input-dropdown",{"type":[1],"state":[1025],"size":[1],"showLabel":[4,"show-label"],"label":[1],"placeholder":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"],"showHelpIcon":[4,"show-help-icon"],"showLeadingIcon":[4,"show-leading-icon"],"iconSwap":[1,"icon-swap"],"text":[4],"leadingIcon":[1,"leading-icon"],"items":[16],"supportingText":[4,"supporting-text"],"leadingIconSvg":[32],"dropdownOpen":[32],"selectedItems":[32],"selectedItem":[32],"isSelected":[32]}],[4,"gb-btn",{"size":[1],"hierarchy":[1],"icon":[1],"destructive":[4],"state":[1],"iconLeading":[4,"icon-leading"],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailing":[4,"icon-trailing"],"iconTrailingSwap":[1,"icon-trailing-swap"],"leadingIconSvg":[32],"trailingIconSvg":[32]}],[1,"gb-tag",{"size":[1],"icon":[1],"action":[1],"flagSwap":[1,"flag-swap"],"checkbox":[4],"onTagClose":[64]}],[1,"gb-input-dropdown-menu-item",{"type":[1],"supportingText":[4,"supporting-text"],"selected":[1028],"state":[1]}],[1,"gb-badge",{"size":[1],"icon":[1],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailingSwap":[1,"icon-trailing-swap"],"flagSwap":[1,"flag-swap"],"color":[1],"type":[1],"closeButton":[4,"close-button"],"leadingIconContent":[32],"trailingIconContent":[32]}],[1,"gb-help-tooltip",{"showArrow":[4,"show-arrow"],"showSupportingText":[4,"show-supporting-text"],"showHelpTooltip":[32]}],[1,"gb-tag-checkbox",{"checked":[4],"size":[1],"disabled":[4]}],[1,"gb-tag-close",{"size":[1]}],[1,"gb-tag-count",{"size":[1]}],[1,"gb-badge-close",{"color":[1],"type":[1]}],[1,"gb-checkbox",{"checked":[4],"indeterminate":[4],"size":[1],"type":[1],"state":[1],"text":[4],"supportingText":[4,"supporting-text"]}],[1,"gb-button",{"size":[1],"hierarchy":[1],"icon":[1],"destructive":[4],"state":[1],"iconLeading":[4,"icon-leading"],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailing":[4,"icon-trailing"],"iconTrailingSwap":[1,"icon-trailing-swap"],"leadingIconSvg":[32],"trailingIconSvg":[32]}],[1,"gb-checkbox-base",{"state":[1025],"size":[1],"type":[1],"checked":[1028],"indeterminate":[1028]}],[1,"gb-tooltip",{"showArrow":[4,"show-arrow"],"arrow":[1],"showSupportingText":[4,"show-supporting-text"]}],[1,"gb-avatar",{"size":[1],"placeholder":[4],"text":[4],"statusIcon":[1,"status-icon"],"state":[1],"icon":[1],"color":[1],"showBorder":[4,"show-border"],"weight":[1]}],[1,"gb-avatar-contrast-inner-border",{"weight":[1],"size":[1],"showBorder":[4,"show-border"]}],[1,"gb-status-indicator",{"statusIcon":[1,"status-icon"],"size":[1],"state":[1],"indicatorStateClass":[1,"indicator-state-class"]}]]],["p-0869d175",[[1,"gb-rich-text",{"state":[1],"destructive":[4],"showLabel":[4,"show-label"],"label":[1],"showPlaceholder":[4,"show-placeholder"],"placeholder":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"]}]]],["p-908d4964",[[1,"gb-avatar-dropdown",{"type":[1],"text":[4],"showProfile":[4,"show-profile"],"showDarkTheme":[4,"show-dark-theme"],"showLogOut":[4,"show-log-out"],"listGroupOne":[4,"list-group-one"],"listGroupTwo":[4,"list-group-two"],"listGroupThree":[4,"list-group-three"],"color":[1],"viewProfileClicked":[64],"logoutClicked":[64]}]]],["p-70484be9",[[1,"gb-checkbox-group",{"size":[1],"breakpoint":[1],"icon":[1],"selected":[4],"type":[1]}]]],["p-63af3f30",[[1,"gb-avatar-group",{"size":[1],"moreUsers":[4,"more-users"],"addMoreButton":[4,"add-more-button"],"text":[4],"state":[1],"images":[16]}]]],["p-0cc29bc9",[[1,"gb-file-upload",{"icon":[1],"type":[1],"heightSize":[1,"height-size"],"state":[1],"destructive":[4],"showLabel":[4,"show-label"],"buttonState":[1,"button-state"]}]]],["p-205f99af",[[1,"gb-avatar-profile-photo",{"placeholder":[4],"text":[4],"size":[1],"verified":[4],"icon":[1]}]]],["p-798ec804",[[1,"gb-help-dropdown",{"showLogError":[4,"show-log-error"],"downloadUserGuideClicked":[64]}]]],["p-781b650f",[[1,"gb-toast",{"color":[1],"size":[1],"breakpoint":[1],"xCloseButton":[4,"x-close-button"],"actions":[4],"showSupportingText":[4,"show-supporting-text"]}]]],["p-8a1d870a",[[1,"gb-slider",{"min":[2],"max":[2],"thumbType":[1,"thumb-type"],"leftValue":[32],"rightValue":[32]}]]],["p-5f10aee0",[[1,"gb-toggle",{"size":[1],"state":[1],"supportingText":[4,"supporting-text"],"pressed":[4]}]]],["p-0cb1a784",[[1,"gb-token-field",{"size":[1],"digits":[2],"showLabel":[4,"show-label"],"label":[1],"showSupportingText":[4,"show-supporting-text"],"supportingText":[1,"supporting-text"]}]]],["p-56845361",[[1,"gb-verification-code-field",{"size":[1],"digits":[2],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"]}]]],["p-e3e0a65e",[[1,"gb-wysiwyg-tooltip",{"arrow":[1],"breakpoint":[1]}]]],["p-81eb4639",[[1,"gb-file-type-icon"]]],["p-d01d820f",[[1,"gb-progress-circle",{"size":[1],"shape":[1],"label":[4],"progress":[2]}]]],["p-202a3c9c",[[1,"gb-scrollbar",{"length":[1]}]]],["p-4eebea94",[[1,"gb-textarea-input-field",{"type":[1],"destructive":[4],"state":[1],"showPlaceholder":[4,"show-placeholder"],"placeholder":[1],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"]}]]],["p-a40011a7",[[1,"gb-wysiwyg-toolbar",{"breakpoint":[1],"fontSelector":[4,"font-selector"],"bold":[4],"italic":[4],"h1":[4,"h-1"],"h2":[4,"h-2"],"quote":[4],"link":[4],"image":[4],"bulletList":[4,"bullet-list"],"numberList":[4,"number-list"]}]]],["p-50bf5e16",[[1,"gb-checkbox-group-item",{"size":[1],"type":[1],"state":[1],"breakpoint":[1],"showCost":[4,"show-cost"],"selected":[1028]}]]],["p-19885058",[[1,"gb-progress-bar",{"progress":[2],"showLabel":[4,"show-label"],"labelPosition":[1,"label-position"],"el":[16]}],[1,"gb-button-close",{"size":[1],"color":[1]}]]],["p-ab529741",[[1,"gb-file-upload-item-base",{"icon":[1],"state":[1],"heightSize":[1,"height-size"],"fileType":[1,"file-type"],"buttonState":[1,"button-state"]}]]],["p-9409a80e",[[1,"gb-avatar-label-group",{"size":[1],"statusIcon":[1,"status-icon"],"state":[1],"placeholder":[4],"text":[4],"color":[1]}]]],["p-ac35cbea",[[1,"gb-avatar-add-button",{"size":[1],"showToolTip":[1028,"show-tool-tip"],"state":[1],"el":[16]}]]],["p-42f1db13",[[1,"gb-slider-control-handle",{"value":[2],"type":[1],"isHovered":[32],"isFocused":[32]}]]],["p-4a27e1e0",[[1,"gb-toast-button",{"state":[1],"color":[1]}]]],["p-bfa0476e",[[1,"gb-dropdown-items-with-shortcut",{"icon":[4],"iconSrc":[1,"icon-src"],"checkbox":[4],"shortcut":[4],"shortcutIcon":[1,"shortcut-icon"],"label":[1],"state":[1]}]]],["p-d808b613",[[1,"gb-megainput-field",{"size":[1],"state":[1],"inputValue":[32]}]]],["p-c652e197",[[1,"gb-wysiwyg-editor-icon",{"active":[4],"type":[1],"state":[1]}]]]]'),e)}));
1
+ import{p as e,b as t}from"./p-593875d5.js";export{s as setNonce}from"./p-593875d5.js";import{g as o}from"./p-e1255160.js";var i=()=>{const t=import.meta.url;const o={};if(t!==""){o.resourcesUrl=new URL(".",t).href}return e(o)};i().then((async e=>{await o();return t(JSON.parse('[["p-213333d1",[[1,"gb-sidebar",{"state":[1025],"category":[1],"showSecondCategory":[4,"show-second-category"],"applicationName":[1,"application-name"],"firstItemIcon":[1,"first-item-icon"],"secondItemIcon":[1,"second-item-icon"],"thirdItemIcon":[1,"third-item-icon"],"fourthItemIcon":[1,"fourth-item-icon"],"fifthItemIcon":[1,"fifth-item-icon"],"sixthItemIcon":[1,"sixth-item-icon"],"seventhItemIcon":[1,"seventh-item-icon"],"eighthItemIcon":[1,"eighth-item-icon"],"ninthItemIcon":[1,"ninth-item-icon"],"tenthItemIcon":[1,"tenth-item-icon"],"iconInstance":[1,"icon-instance"],"label":[1],"firstItemLabel":[1,"first-item-label"],"secondItemLabel":[1,"second-item-label"],"thirdItemLabel":[1,"third-item-label"],"fourthItemLabel":[1,"fourth-item-label"],"fifthItemLabel":[1,"fifth-item-label"],"sixthItemLabel":[1,"sixth-item-label"],"seventhItemLabel":[1,"seventh-item-label"],"eighthItemLabel":[1,"eighth-item-label"],"ninthItemLabel":[1,"ninth-item-label"],"tenthItemLabel":[1,"tenth-item-label"],"activeIndex":[1026,"active-index"],"leadingIconSvg":[32],"sideBarItemClicked":[64]}],[1,"gb-horizontal-tabs",{"type":[1],"size":[1],"fullWidth":[4,"full-width"],"firstTabName":[1,"first-tab-name"],"secondTabName":[1,"second-tab-name"],"thirdTabName":[1,"third-tab-name"],"fourthTabName":[1,"fourth-tab-name"],"fifthTabName":[1,"fifth-tab-name"],"sixthTabName":[1,"sixth-tab-name"],"seventhTabName":[1,"seventh-tab-name"],"eighthTabName":[1,"eighth-tab-name"],"ninthTabName":[1,"ninth-tab-name"],"tenthTabName":[1,"tenth-tab-name"],"eleventhTabName":[1,"eleventh-tab-name"],"twelfthTabName":[1,"twelfth-tab-name"],"thirteenthTabName":[1,"thirteenth-tab-name"],"fourteenthTabName":[1,"fourteenth-tab-name"],"fifteenthTabName":[1,"fifteenth-tab-name"],"sixteenthTabName":[1,"sixteenth-tab-name"],"seventeenthTabName":[1,"seventeenth-tab-name"],"eighteenthTabName":[1,"eighteenth-tab-name"],"nineteenthTabName":[1,"nineteenth-tab-name"],"twentiethTabName":[1,"twentieth-tab-name"],"activeIndex":[1026,"active-index"]}],[1,"gb-input-field",{"size":[1],"type":[1],"destructive":[4],"state":[1],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"],"errorText":[1,"error-text"],"showPlaceholder":[4,"show-placeholder"],"placeholder":[1],"showHelpIcon":[4,"show-help-icon"],"showValidation":[4,"show-validation"],"iconSwap":[1,"icon-swap"],"showCloseButton":[4,"show-close-button"],"inputValue":[32],"tags":[32],"leadingIconSvg":[32],"isPasswordVisible":[32]}],[1,"gb-header",{"state":[1],"showIndicator":[4,"show-indicator"],"text":[4],"placeholder":[4],"color":[1],"onNavBarItemClicked":[64]}],[1,"gb-notification-pane",{"state":[1],"notifications":[16]},[[0,"slotchange","handleSlotChange"]]],[1,"gb-pagination",{"type":[1],"shape":[1],"breakpoint":[1],"currentPage":[2,"current-page"],"totalPages":[2,"total-pages"]}],[0,"gb-carousel-arrow",{"size":[1],"chevron":[1]}],[1,"gb-pagination-button-group-base",{"icon":[1],"iconLeading":[1,"icon-leading"],"iconTrailing":[1,"icon-trailing"]}],[0,"gb-pagination-dot-indicator",{"current":[4],"type":[1],"size":[1]}],[1,"gb-pagination-number-base",{"shape":[1]}],[1,"gb-side-bar-item",{"state":[1],"type":[1],"label":[1],"icon":[1],"category":[1],"showArrow":[4,"show-arrow"],"showBadge":[4,"show-badge"],"showTooltip":[1028,"show-tooltip"],"leadingIconSvg":[32],"textState":[32]}],[1,"gb-tab-button-base",{"current":[4],"size":[1],"fullWidth":[4,"full-width"],"badge":[4],"type":[1],"tabName":[1,"tab-name"]}],[1,"gb-password-button",{"state":[1],"isPasswordVisible":[32]}],[1,"gb-collapse-button",{"color":[1],"isCollapsed":[1028,"is-collapsed"],"action":[1025],"isHovered":[1028,"is-hovered"],"collapseSidebar":[64],"expandSidebar":[64]}],[1,"gb-header-icon",{"state":[1],"showIndicator":[4,"show-indicator"],"icon":[1]}],[1,"gb-notification-content",{"icon":[1],"label":[1],"time":[1],"supportingText":[1,"supporting-text"]}],[1,"gb-toggle-base",{"size":[1],"state":[1],"pressed":[1028]}],[1,"gb-input-dropdown",{"type":[1],"state":[1025],"size":[1],"showLabel":[4,"show-label"],"label":[1],"placeholder":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"],"showHelpIcon":[4,"show-help-icon"],"showLeadingIcon":[4,"show-leading-icon"],"iconSwap":[1,"icon-swap"],"text":[4],"leadingIcon":[1,"leading-icon"],"items":[16],"supportingText":[4,"supporting-text"],"leadingIconSvg":[32],"dropdownOpen":[32],"selectedItems":[32],"selectedItem":[32],"isSelected":[32]}],[4,"gb-btn",{"size":[1],"hierarchy":[1],"icon":[1],"destructive":[4],"state":[1],"iconLeading":[4,"icon-leading"],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailing":[4,"icon-trailing"],"iconTrailingSwap":[1,"icon-trailing-swap"],"leadingIconSvg":[32],"trailingIconSvg":[32]}],[1,"gb-tag",{"size":[1],"icon":[1],"action":[1],"flagSwap":[1,"flag-swap"],"checkbox":[4],"onTagClose":[64]}],[1,"gb-input-dropdown-menu-item",{"type":[1],"supportingText":[4,"supporting-text"],"selected":[1028],"state":[1]}],[1,"gb-badge",{"size":[1],"icon":[1],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailingSwap":[1,"icon-trailing-swap"],"flagSwap":[1,"flag-swap"],"color":[1],"type":[1],"closeButton":[4,"close-button"],"leadingIconContent":[32],"trailingIconContent":[32]}],[1,"gb-help-tooltip",{"showArrow":[4,"show-arrow"],"showSupportingText":[4,"show-supporting-text"],"showHelpTooltip":[32]}],[1,"gb-tag-checkbox",{"checked":[4],"size":[1],"disabled":[4]}],[1,"gb-tag-close",{"size":[1]}],[1,"gb-tag-count",{"size":[1]}],[1,"gb-badge-close",{"color":[1],"type":[1]}],[1,"gb-checkbox",{"checked":[4],"indeterminate":[4],"size":[1],"type":[1],"state":[1],"text":[4],"supportingText":[4,"supporting-text"]}],[1,"gb-button",{"size":[1],"hierarchy":[1],"icon":[1],"destructive":[4],"state":[1],"iconLeading":[4,"icon-leading"],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailing":[4,"icon-trailing"],"iconTrailingSwap":[1,"icon-trailing-swap"],"leadingIconSvg":[32],"trailingIconSvg":[32]}],[1,"gb-checkbox-base",{"state":[1025],"size":[1],"type":[1],"checked":[1028],"indeterminate":[1028]}],[1,"gb-tooltip",{"showArrow":[4,"show-arrow"],"arrow":[1],"showSupportingText":[4,"show-supporting-text"]}],[1,"gb-avatar",{"size":[1],"placeholder":[4],"text":[4],"statusIcon":[1,"status-icon"],"state":[1],"icon":[1],"color":[1],"showBorder":[4,"show-border"],"weight":[1]}],[1,"gb-avatar-contrast-inner-border",{"weight":[1],"size":[1],"showBorder":[4,"show-border"]}],[1,"gb-status-indicator",{"statusIcon":[1,"status-icon"],"size":[1],"state":[1],"indicatorStateClass":[1,"indicator-state-class"]}]]],["p-3ced3015",[[1,"gb-rich-text",{"state":[1],"destructive":[4],"showLabel":[4,"show-label"],"label":[1],"showPlaceholder":[4,"show-placeholder"],"placeholder":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"]}]]],["p-908d4964",[[1,"gb-avatar-dropdown",{"type":[1],"text":[4],"showProfile":[4,"show-profile"],"showDarkTheme":[4,"show-dark-theme"],"showLogOut":[4,"show-log-out"],"listGroupOne":[4,"list-group-one"],"listGroupTwo":[4,"list-group-two"],"listGroupThree":[4,"list-group-three"],"color":[1],"viewProfileClicked":[64],"logoutClicked":[64]}]]],["p-70484be9",[[1,"gb-checkbox-group",{"size":[1],"breakpoint":[1],"icon":[1],"selected":[4],"type":[1]}]]],["p-63af3f30",[[1,"gb-avatar-group",{"size":[1],"moreUsers":[4,"more-users"],"addMoreButton":[4,"add-more-button"],"text":[4],"state":[1],"images":[16]}]]],["p-0cc29bc9",[[1,"gb-file-upload",{"icon":[1],"type":[1],"heightSize":[1,"height-size"],"state":[1],"destructive":[4],"showLabel":[4,"show-label"],"buttonState":[1,"button-state"]}]]],["p-205f99af",[[1,"gb-avatar-profile-photo",{"placeholder":[4],"text":[4],"size":[1],"verified":[4],"icon":[1]}]]],["p-798ec804",[[1,"gb-help-dropdown",{"showLogError":[4,"show-log-error"],"downloadUserGuideClicked":[64]}]]],["p-e84fddfb",[[1,"gb-toast",{"color":[1],"size":[1],"breakpoint":[1],"xCloseButton":[4,"x-close-button"],"actions":[4],"showSupportingText":[4,"show-supporting-text"]}]]],["p-dbaf2b13",[[1,"gb-slider",{"min":[2],"max":[2],"thumbType":[1,"thumb-type"],"leftValue":[32],"rightValue":[32]}]]],["p-bd87639a",[[1,"gb-toggle",{"size":[1],"state":[1],"supportingText":[4,"supporting-text"],"pressed":[4]}]]],["p-c86f4d04",[[1,"gb-token-field",{"size":[1],"digits":[2],"showLabel":[4,"show-label"],"label":[1],"showSupportingText":[4,"show-supporting-text"],"supportingText":[1,"supporting-text"]}]]],["p-a66137f5",[[1,"gb-verification-code-field",{"size":[1],"digits":[2],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"]}]]],["p-e3e0a65e",[[1,"gb-wysiwyg-tooltip",{"arrow":[1],"breakpoint":[1]}]]],["p-81eb4639",[[1,"gb-file-type-icon"]]],["p-a09b2304",[[1,"gb-progress-circle",{"size":[1],"shape":[1],"label":[4],"progress":[2]}]]],["p-eee24fd4",[[1,"gb-scrollbar",{"length":[1]}]]],["p-4eebea94",[[1,"gb-textarea-input-field",{"type":[1],"destructive":[4],"state":[1],"showPlaceholder":[4,"show-placeholder"],"placeholder":[1],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"]}]]],["p-a40011a7",[[1,"gb-wysiwyg-toolbar",{"breakpoint":[1],"fontSelector":[4,"font-selector"],"bold":[4],"italic":[4],"h1":[4,"h-1"],"h2":[4,"h-2"],"quote":[4],"link":[4],"image":[4],"bulletList":[4,"bullet-list"],"numberList":[4,"number-list"]}]]],["p-50bf5e16",[[1,"gb-checkbox-group-item",{"size":[1],"type":[1],"state":[1],"breakpoint":[1],"showCost":[4,"show-cost"],"selected":[1028]}]]],["p-89485a6d",[[1,"gb-progress-bar",{"progress":[2],"showLabel":[4,"show-label"],"labelPosition":[1,"label-position"],"el":[16]}],[1,"gb-button-close",{"size":[1],"color":[1]}]]],["p-ab529741",[[1,"gb-file-upload-item-base",{"icon":[1],"state":[1],"heightSize":[1,"height-size"],"fileType":[1,"file-type"],"buttonState":[1,"button-state"]}]]],["p-9409a80e",[[1,"gb-avatar-label-group",{"size":[1],"statusIcon":[1,"status-icon"],"state":[1],"placeholder":[4],"text":[4],"color":[1]}]]],["p-ac35cbea",[[1,"gb-avatar-add-button",{"size":[1],"showToolTip":[1028,"show-tool-tip"],"state":[1],"el":[16]}]]],["p-35eef8c6",[[1,"gb-slider-control-handle",{"value":[2],"type":[1],"isHovered":[32],"isFocused":[32]}]]],["p-8f6a956b",[[1,"gb-toast-button",{"state":[1],"color":[1]}]]],["p-bfa0476e",[[1,"gb-dropdown-items-with-shortcut",{"icon":[4],"iconSrc":[1,"icon-src"],"checkbox":[4],"shortcut":[4],"shortcutIcon":[1,"shortcut-icon"],"label":[1],"state":[1]}]]],["p-615a7e4e",[[1,"gb-megainput-field",{"size":[1],"state":[1],"inputValue":[32]}]]],["p-c652e197",[[1,"gb-wysiwyg-editor-icon",{"active":[4],"type":[1],"state":[1]}]]]]'),e)}));
2
2
  //# sourceMappingURL=globuscomponents.esm.js.map