globuswebcomponents 0.9.7 → 0.9.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (234) hide show
  1. package/dist/cjs/{gb-avatar_44.cjs.entry.js → gb-avatar_45.cjs.entry.js} +249 -122
  2. package/dist/cjs/gb-avatar_45.cjs.entry.js.map +1 -0
  3. package/dist/cjs/gb-export-dropdown.cjs.entry.js +2 -2
  4. package/dist/cjs/gb-export-dropdown.cjs.entry.js.map +1 -1
  5. package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
  6. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  7. package/dist/cjs/gb-rich-text.cjs.entry.js +1 -1
  8. package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
  9. package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
  10. package/dist/cjs/gb-token-field.cjs.entry.js +1 -1
  11. package/dist/cjs/gb-verification-code-field.cjs.entry.js +2 -2
  12. package/dist/cjs/globuscomponents.cjs.js +1 -1
  13. package/dist/cjs/loader.cjs.js +1 -1
  14. package/dist/cjs/reusableModels-e50f3440.js.map +1 -1
  15. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  16. package/dist/collection/assets/empty-state-background.svg +60 -0
  17. package/dist/collection/assets/empty-state-no-data.svg +42 -0
  18. package/dist/collection/collection-manifest.json +1 -0
  19. package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.js +2 -2
  20. package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.js.map +1 -1
  21. package/dist/collection/components/gb-file-upload/gb-file-upload.js +27 -27
  22. package/dist/collection/components/gb-file-upload/gb-file-upload.js.map +1 -1
  23. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
  24. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.css +29 -0
  25. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +142 -63
  26. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +1 -1
  27. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.css +0 -4
  28. package/dist/collection/components/gb-input-field/gb-input-field.css +6 -0
  29. package/dist/collection/components/gb-input-field/gb-input-field.js +25 -17
  30. package/dist/collection/components/gb-input-field/gb-input-field.js.map +1 -1
  31. package/dist/collection/components/gb-pagination/gb-pagination.js +4 -3
  32. package/dist/collection/components/gb-pagination/gb-pagination.js.map +1 -1
  33. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +2 -40
  34. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js.map +1 -1
  35. package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
  36. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  37. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  38. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  39. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  40. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  41. package/dist/collection/components/gb-rich-text/gb-rich-text.js +1 -1
  42. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  43. package/dist/collection/components/gb-side-bar-item/gb-side-bar-item.js +1 -1
  44. package/dist/collection/components/gb-sidebar/gb-sidebar.js +5 -6
  45. package/dist/collection/components/gb-sidebar/gb-sidebar.js.map +1 -1
  46. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  47. package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
  48. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  49. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.css +4 -0
  50. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +4 -4
  51. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  52. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  53. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  54. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  55. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  56. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  57. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  58. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  59. package/dist/collection/components/gb-token-field/gb-token-field.js +1 -1
  60. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  61. package/dist/collection/components/gb-verification-code-field/gb-verification-code-field.js +2 -2
  62. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.css +6 -0
  63. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +501 -0
  64. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js.map +1 -0
  65. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  66. package/dist/collection/models/reusableModels.js.map +1 -1
  67. package/dist/components/gb-avatar-add-button.js +1 -1
  68. package/dist/components/gb-avatar-dropdown.js +3 -3
  69. package/dist/components/gb-avatar-group.js +4 -4
  70. package/dist/components/gb-avatar-label-group.js +1 -1
  71. package/dist/components/gb-avatar-profile-photo.js +2 -2
  72. package/dist/components/gb-avatar.js +1 -1
  73. package/dist/components/gb-badge.js +1 -1
  74. package/dist/components/gb-checkbox-group-item.js +1 -1
  75. package/dist/components/gb-checkbox-group.js +3 -3
  76. package/dist/components/gb-collapse-button.js +1 -1
  77. package/dist/components/gb-export-dropdown.js +2 -2
  78. package/dist/components/gb-export-dropdown.js.map +1 -1
  79. package/dist/components/gb-file-upload-item-base.js +1 -1
  80. package/dist/components/gb-file-upload.js +30 -28
  81. package/dist/components/gb-file-upload.js.map +1 -1
  82. package/dist/components/gb-header.js +2 -2
  83. package/dist/components/gb-help-tooltip.js +1 -1
  84. package/dist/components/gb-horizontal-tabs.js +4 -4
  85. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  86. package/dist/components/gb-input-dropdown.js +1 -1
  87. package/dist/components/gb-input-field.js +1 -1
  88. package/dist/components/gb-pagination-button-group-base.js +1 -1
  89. package/dist/components/gb-pagination-dot-group.js +1 -1
  90. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  91. package/dist/components/gb-pagination-number-base.js +1 -1
  92. package/dist/components/gb-pagination.js +18 -17
  93. package/dist/components/gb-pagination.js.map +1 -1
  94. package/dist/components/gb-password-button.js +1 -1
  95. package/dist/components/gb-progress-bar.js +1 -1
  96. package/dist/components/gb-progress-circle.js +1 -1
  97. package/dist/components/gb-rich-text.js +14 -14
  98. package/dist/components/gb-scrollbar.js +1 -1
  99. package/dist/components/gb-side-bar-item.js +1 -1
  100. package/dist/components/gb-sidebar.js +11 -12
  101. package/dist/components/gb-sidebar.js.map +1 -1
  102. package/dist/components/gb-slider-control-handle.js +1 -1
  103. package/dist/components/gb-slider.js +3 -3
  104. package/dist/components/gb-status-indicator.js +1 -1
  105. package/dist/components/gb-tab-button-base.js +1 -1
  106. package/dist/components/gb-tag-checkbox.js +1 -1
  107. package/dist/components/gb-tag-close.js +1 -1
  108. package/dist/components/gb-tag-count.js +1 -1
  109. package/dist/components/gb-tag.js +1 -1
  110. package/dist/components/gb-toast-button.js +1 -1
  111. package/dist/components/gb-toast.js +2 -2
  112. package/dist/components/gb-toggle-base.js +1 -1
  113. package/dist/components/gb-toggle.js +2 -2
  114. package/dist/components/gb-token-field.js +1 -1
  115. package/dist/components/gb-tooltip.js +1 -1
  116. package/dist/components/gb-verification-code-field.js +2 -2
  117. package/dist/components/gb-vertical-tabs.d.ts +11 -0
  118. package/dist/components/gb-vertical-tabs.js +132 -0
  119. package/dist/components/gb-vertical-tabs.js.map +1 -0
  120. package/dist/components/gb-wysiwyg-toolbar.js +1 -1
  121. package/dist/components/{p-b17585ec.js → p-0bde1b0e.js} +2 -2
  122. package/dist/components/{p-b17585ec.js.map → p-0bde1b0e.js.map} +1 -1
  123. package/dist/components/{p-7def9a0c.js → p-0c6b277d.js} +2 -2
  124. package/dist/components/{p-7def9a0c.js.map → p-0c6b277d.js.map} +1 -1
  125. package/dist/components/{p-6b417d00.js → p-12879e00.js} +2 -2
  126. package/dist/components/{p-6b417d00.js.map → p-12879e00.js.map} +1 -1
  127. package/dist/components/{p-ef76a407.js → p-1c1003b6.js} +2 -2
  128. package/dist/components/{p-ef76a407.js.map → p-1c1003b6.js.map} +1 -1
  129. package/dist/components/{p-99f8eb85.js → p-24625c69.js} +2 -2
  130. package/dist/components/{p-99f8eb85.js.map → p-24625c69.js.map} +1 -1
  131. package/dist/components/{p-75e5ba2a.js → p-29ca4063.js} +7 -7
  132. package/dist/components/{p-75e5ba2a.js.map → p-29ca4063.js.map} +1 -1
  133. package/dist/components/{p-c14ae549.js → p-2e73f436.js} +2 -2
  134. package/dist/components/{p-c14ae549.js.map → p-2e73f436.js.map} +1 -1
  135. package/dist/components/{p-2fedd9da.js → p-3254d1d4.js} +3 -3
  136. package/dist/components/{p-2fedd9da.js.map → p-3254d1d4.js.map} +1 -1
  137. package/dist/components/p-47052b60.js.map +1 -1
  138. package/dist/components/{p-5b236279.js → p-472f11a3.js} +2 -2
  139. package/dist/components/{p-5b236279.js.map → p-472f11a3.js.map} +1 -1
  140. package/dist/components/{p-62cba16e.js → p-55f450f8.js} +132 -57
  141. package/dist/components/p-55f450f8.js.map +1 -0
  142. package/dist/components/{p-6ed7f8fd.js → p-6557b598.js} +3 -3
  143. package/dist/components/{p-6ed7f8fd.js.map → p-6557b598.js.map} +1 -1
  144. package/dist/components/{p-5a175e1b.js → p-855667d7.js} +4 -4
  145. package/dist/components/p-855667d7.js.map +1 -0
  146. package/dist/components/{p-f44cfa90.js → p-88e8dfdb.js} +3 -3
  147. package/dist/components/{p-f44cfa90.js.map → p-88e8dfdb.js.map} +1 -1
  148. package/dist/components/{p-a5be24df.js → p-8a6370b2.js} +3 -3
  149. package/dist/components/{p-a5be24df.js.map → p-8a6370b2.js.map} +1 -1
  150. package/dist/components/{p-92560291.js → p-8a998306.js} +2 -2
  151. package/dist/components/{p-92560291.js.map → p-8a998306.js.map} +1 -1
  152. package/dist/components/{p-cf36ddf6.js → p-99ac6a1b.js} +37 -29
  153. package/dist/components/p-99ac6a1b.js.map +1 -0
  154. package/dist/components/{p-e671339d.js → p-ac14b3b7.js} +8 -8
  155. package/dist/components/p-ac14b3b7.js.map +1 -0
  156. package/dist/components/{p-0ad4eab9.js → p-ad3a2c04.js} +2 -2
  157. package/dist/components/{p-0ad4eab9.js.map → p-ad3a2c04.js.map} +1 -1
  158. package/dist/components/{p-d0c7cb58.js → p-c2efc577.js} +2 -2
  159. package/dist/components/{p-d0c7cb58.js.map → p-c2efc577.js.map} +1 -1
  160. package/dist/components/{p-86a65382.js → p-c8f12e95.js} +2 -2
  161. package/dist/components/{p-86a65382.js.map → p-c8f12e95.js.map} +1 -1
  162. package/dist/components/{p-38b74f4c.js → p-cbe0d594.js} +2 -2
  163. package/dist/components/{p-38b74f4c.js.map → p-cbe0d594.js.map} +1 -1
  164. package/dist/components/{p-b86bef4d.js → p-d401040a.js} +3 -3
  165. package/dist/components/{p-b86bef4d.js.map → p-d401040a.js.map} +1 -1
  166. package/dist/components/{p-40545eb0.js → p-db3b8bbc.js} +3 -9
  167. package/dist/components/p-db3b8bbc.js.map +1 -0
  168. package/dist/components/{p-30587454.js → p-e7fb3e27.js} +3 -3
  169. package/dist/components/{p-30587454.js.map → p-e7fb3e27.js.map} +1 -1
  170. package/dist/components/{p-116a3de5.js → p-ec43535d.js} +6 -6
  171. package/dist/components/{p-116a3de5.js.map → p-ec43535d.js.map} +1 -1
  172. package/dist/components/{p-c74e6b18.js → p-f80c61bb.js} +13 -13
  173. package/dist/components/{p-c74e6b18.js.map → p-f80c61bb.js.map} +1 -1
  174. package/dist/components/{p-1370acdb.js → p-fdb2a202.js} +3 -3
  175. package/dist/components/{p-1370acdb.js.map → p-fdb2a202.js.map} +1 -1
  176. package/dist/components/test-input-tag.js +9 -9
  177. package/dist/esm/{gb-avatar_44.entry.js → gb-avatar_45.entry.js} +249 -123
  178. package/dist/esm/gb-avatar_45.entry.js.map +1 -0
  179. package/dist/esm/gb-export-dropdown.entry.js +2 -2
  180. package/dist/esm/gb-export-dropdown.entry.js.map +1 -1
  181. package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
  182. package/dist/esm/gb-progress-circle.entry.js +1 -1
  183. package/dist/esm/gb-rich-text.entry.js +1 -1
  184. package/dist/esm/gb-scrollbar.entry.js +1 -1
  185. package/dist/esm/gb-toggle.entry.js +1 -1
  186. package/dist/esm/gb-token-field.entry.js +1 -1
  187. package/dist/esm/gb-verification-code-field.entry.js +2 -2
  188. package/dist/esm/globuscomponents.js +1 -1
  189. package/dist/esm/loader.js +1 -1
  190. package/dist/esm/reusableModels-8496e911.js.map +1 -1
  191. package/dist/esm/test-input-tag.entry.js +2 -2
  192. package/dist/globuscomponents/assets/empty-state-background.svg +60 -0
  193. package/dist/globuscomponents/assets/empty-state-no-data.svg +42 -0
  194. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  195. package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
  196. package/dist/globuscomponents/{p-9f612212.entry.js → p-09f97c9b.entry.js} +2 -2
  197. package/dist/globuscomponents/p-123789b1.entry.js +2 -0
  198. package/dist/globuscomponents/p-47052b60.js.map +1 -1
  199. package/dist/globuscomponents/{p-65f494ea.entry.js → p-69239722.entry.js} +2 -2
  200. package/dist/globuscomponents/p-a6568465.entry.js +2 -0
  201. package/dist/globuscomponents/{p-6e05335a.entry.js → p-a786f9fa.entry.js} +2 -2
  202. package/dist/globuscomponents/{p-70868bfe.entry.js → p-b5d57e93.entry.js} +2 -2
  203. package/dist/globuscomponents/{p-13fb8ad0.entry.js → p-b65519f9.entry.js} +2 -2
  204. package/dist/globuscomponents/{p-27ad012f.entry.js → p-bf41505d.entry.js} +2 -2
  205. package/dist/globuscomponents/p-bf41505d.entry.js.map +1 -0
  206. package/dist/globuscomponents/{p-cc42edb7.entry.js → p-f4d25885.entry.js} +2 -2
  207. package/dist/globuscomponents/p-f4d25885.entry.js.map +1 -0
  208. package/dist/globuscomponents/{p-f8a6d94e.entry.js → p-f58cd21d.entry.js} +2 -2
  209. package/dist/types/components/gb-input-dropdown/gb-input-dropdown.d.ts +10 -4
  210. package/dist/types/components/gb-input-field/gb-input-field.d.ts +0 -1
  211. package/dist/types/components/gb-pagination-button-group-base/gb-pagination-button-group-base.d.ts +0 -3
  212. package/dist/types/components/gb-vertical-tabs/gb-vertical-tabs.d.ts +31 -0
  213. package/dist/types/components.d.ts +83 -10
  214. package/dist/types/models/reusableModels.d.ts +2 -2
  215. package/package.json +1 -1
  216. package/dist/cjs/gb-avatar_44.cjs.entry.js.map +0 -1
  217. package/dist/components/p-40545eb0.js.map +0 -1
  218. package/dist/components/p-5a175e1b.js.map +0 -1
  219. package/dist/components/p-62cba16e.js.map +0 -1
  220. package/dist/components/p-cf36ddf6.js.map +0 -1
  221. package/dist/components/p-e671339d.js.map +0 -1
  222. package/dist/esm/gb-avatar_44.entry.js.map +0 -1
  223. package/dist/globuscomponents/p-27ad012f.entry.js.map +0 -1
  224. package/dist/globuscomponents/p-cc42edb7.entry.js.map +0 -1
  225. package/dist/globuscomponents/p-dd933232.entry.js +0 -2
  226. package/dist/globuscomponents/p-ffe76eeb.entry.js +0 -2
  227. /package/dist/globuscomponents/{p-9f612212.entry.js.map → p-09f97c9b.entry.js.map} +0 -0
  228. /package/dist/globuscomponents/{p-dd933232.entry.js.map → p-123789b1.entry.js.map} +0 -0
  229. /package/dist/globuscomponents/{p-65f494ea.entry.js.map → p-69239722.entry.js.map} +0 -0
  230. /package/dist/globuscomponents/{p-ffe76eeb.entry.js.map → p-a6568465.entry.js.map} +0 -0
  231. /package/dist/globuscomponents/{p-6e05335a.entry.js.map → p-a786f9fa.entry.js.map} +0 -0
  232. /package/dist/globuscomponents/{p-70868bfe.entry.js.map → p-b5d57e93.entry.js.map} +0 -0
  233. /package/dist/globuscomponents/{p-13fb8ad0.entry.js.map → p-b65519f9.entry.js.map} +0 -0
  234. /package/dist/globuscomponents/{p-f8a6d94e.entry.js.map → p-f58cd21d.entry.js.map} +0 -0
@@ -2740,10 +2740,6 @@
2740
2740
  color: var(--color-text-disabled, #CDD5DF);
2741
2741
  }
2742
2742
 
2743
- gb-checkbox {
2744
- padding-top: 4px;
2745
- }
2746
-
2747
2743
  .content {
2748
2744
  display: flex;
2749
2745
  min-height: 2.5rem;
@@ -3117,4 +3117,10 @@
3117
3117
 
3118
3118
  .tags_dropdown_menu.bottom{
3119
3119
  top: 105%;
3120
+ }
3121
+
3122
+ .close_button{
3123
+ position: absolute;
3124
+ right: 0.25rem;
3125
+ top: 0.17rem;
3120
3126
  }
@@ -140,11 +140,19 @@ export class GbInputField {
140
140
  handleInput(event) {
141
141
  const target = event.target;
142
142
  this.inputValue = target.value;
143
+ if (this.inputValue) {
144
+ this.showCloseButton = true;
145
+ }
146
+ else {
147
+ this.showCloseButton = false;
148
+ }
143
149
  this.inputValueChanged.emit(this.inputValue);
144
150
  }
145
151
  clearInput() {
146
152
  if (this.inputRef) {
147
153
  this.inputRef.value = '';
154
+ this.inputValue = this.inputRef.value;
155
+ this.inputValueChanged.emit(this.inputValue);
148
156
  }
149
157
  }
150
158
  /* Function to handle and emit the inputted values */
@@ -211,28 +219,28 @@ export class GbInputField {
211
219
  handleWrapperClick() {
212
220
  this.inputElement.focus(); // Focus the input field
213
221
  }
214
- disconnectedCallback() {
215
- document.removeEventListener('click', this.handleClickOutside);
216
- this.inputElement.removeEventListener('input', this.handleTagInput.bind(this));
217
- }
222
+ // disconnectedCallback() {
223
+ // document.removeEventListener('click', this.handleClickOutside);
224
+ // this.inputElement.removeEventListener('input', this.handleTagInput.bind(this));
225
+ // }
218
226
  render() {
219
- return (h("div", { key: 'f3d98235a200f09ad4d7b3772330469cdfdcef64', class: `input_container` }, h("div", { key: '74eb408f3d9055bc87113b19a5e74260dc75e3cf', class: `input_with_label` }, this.showLabel && h("p", { key: '27d3032adba5e64c338980d514f2a3fb1954f2ee', class: "label text-sm-medium" }, this.label.charAt(0).toUpperCase() + this.label.slice(1).toLowerCase()), this.type === 'default' && [
220
- h("div", { key: 'b106c995a12f7372b4a99b58fbcfbd16ac46ac65', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("input", { key: 'eec0bc10bea15c8c041c6d02e36219b2883e3205', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), h(Fragment, null, this.showValidation && (h("svg", { key: 'dbb4263443cb4cfc7df35b110e8a895bcd54e3e4', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: "tick" }, h("path", { key: 'fb5b45ba608d974c1f6ccce072ac43f2416e8c78', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: 'd3f015393adb7bdb6e9d60b1b1a2a8b427b4475e', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))),
227
+ return (h("div", { key: '4f4b49a64e72e17a30980cb70e88883ae673cbde', class: `input_container` }, h("div", { key: '0c0456e953e5cbc013a8813eb7b074244735e27e', class: `input_with_label` }, this.showLabel && h("p", { key: 'a7807976236313d324caa4ade10fc251cd6ee2a3', class: "label text-sm-medium" }, this.label.charAt(0).toUpperCase() + this.label.slice(1).toLowerCase()), this.type === 'default' && [
228
+ h("div", { key: '81628f5df0980b920efbf109aa03370c9ddac51b', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("input", { key: '548562daed430687c91e23128f8b4c825d090163', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), h(Fragment, null, this.showValidation && (h("svg", { key: 'ecc72699f8db536b278bc86436b1470e844af58e', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: "tick" }, h("path", { key: 'c65f151299481988713079252922b6ab82f14c48', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '27565f8f08d87fa2729092dde0ed2e71fb1a2e3b', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))),
221
229
  ], this.type === 'icon_leading' && [
222
- h("div", { key: 'df4593fc8d142f61d4b7e0ddfa64f77684c9ab57', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '26cde1febce2cf2f967f53719d5342749a893889', class: `icon ${this.size} ${this.state}`, innerHTML: this.leadingIconSvg }), h("input", { key: '8117f8249371d63f63404e077cf46265a114d58c', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value, ref: el => (this.inputRef = el) }), h(Fragment, null, this.showValidation && !this.destructive && (h("svg", { key: '77f58c228911fdf75dbbd98c32c563d8d11678d7', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: "tick" }, h("path", { key: '7527823047969339faff345682dca871c3da1d2b', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '45e4242a243d79d69f20e7cfb2003b13e6e1ef53', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.showCloseButton && !this.destructive && (h("gb-button", { key: '47bb48f055e2fba41ae4dc3445a583ddd4ca0215', size: "sm", hierarchy: "tertiary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/cancel-01.svg", onClick: () => this.clearInput() })))),
230
+ h("div", { key: '41f2249fae815af2ca8abddff0cdaff14e67fe43', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: 'aad7d01194ca557f6be9c3a62ae765cf572743e6', class: `icon ${this.size} ${this.state}`, innerHTML: this.leadingIconSvg }), h("input", { key: '4ccce07e709fdbf3a9dfafa6344937ff5fc70c29', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value, ref: el => (this.inputRef = el) }), h(Fragment, null, this.showValidation && !this.destructive && (h("svg", { key: '4b141f7710d00542f82433eeb62a1db65b7ec1a7', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: "tick" }, h("path", { key: 'a3c2047149729f4202153564c0ea02036587499f', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: 'ed366cf74013e592f3026059c12c0048836eefa6', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.showCloseButton && !this.destructive && (h("gb-button", { key: '4611d89a0778ed50250617755380944f40eff4b4', size: "sm", hierarchy: "tertiary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/cancel-01.svg", onClick: () => this.clearInput(), class: "close_button" })))),
223
231
  ], this.type === 'leading_dropdown' && [
224
- h("div", { key: '864799b3c400c6d73915f95026fb6578798808b1', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: 'e088c394dcf813d0f6313f8149f7a183e406117a', class: `leading_dropdown_dropdown`, onClick: () => (this.showDropdown = !this.showDropdown) }, this.showCountryIcon && (h("div", { key: 'e33d6927214bcf6f37ea42818b93d4c5fd6d4da4', class: `country_icon` }, h("img", { key: '97545d5aa2f7f759074cb9f29dc686584e71d212', src: "build/assets/NG.svg", alt: "" }))), h("div", { key: 'e17a0b1d1c040f4b4917627783c4e46fb7bcb0f3', class: `dropdown_text` }, h("p", { key: 'b1dd7d11a33323be1e4bbd9bff4e4f3607af2753', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, this.selectedItem)), h("div", { key: 'f1fc93419d60ed55b6cd25e456a3f6bc869543e2', class: `dropdown_arrow` }, h("svg", { key: 'f9bf2a7c95505e1efe23db7f3db91bfdd6d53d94', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '7eabdefdb4303b3540e1555137534fd9b8f11c94', d: "M15 7.50004C15 7.50004 11.3176 12.5 9.99996 12.5C8.68237 12.5 5 7.5 5 7.5", stroke: "#4B5565", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" })))), h("div", { key: 'f090f8744c12b13e60ef7b7d783956ef02221b90', class: `leading_dropdown_text_input` }, h("input", { key: '87c0055d79d3eec409352dde9e9dcb9cb98bca62', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showValidation && !this.destructive && (h("svg", { key: '8982f3469ede9d00f9c701ff32d213e176f67944', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'a09cc6c7c9f8d4ac97bda5b6a64a1a4d4d36d2ad', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '12467892a5c88d950f3e3499b1dfbfe773dada08', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))),
225
- h(Fragment, null, this.showDropdown && (h("div", { key: '9d912aa863b40d1e8904d078dd539f207c5b7a36', class: `dropdown_menu ${this.type} ${this.size} ${this.menuPosition}`, ref: el => (this.dropdownRef = el) }, this.options.map(option => (h("gb-input-dropdown-menu-item", { type: "default", state: StateEnum.Default, selected: this.isItemSelected(option), onClick: () => this.handleItemSelect(option) }, h("p", { slot: "name" }, option))))))),
232
+ h("div", { key: 'fb51b226094de760bee3d0c47584a71671d57a53', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '60039a77f5e7574ab1847b3e335033a8cced86d3', class: `leading_dropdown_dropdown`, onClick: () => (this.showDropdown = !this.showDropdown) }, this.showCountryIcon && (h("div", { key: 'c46c727c0a15ccc532f2310ad84b74994ff0453f', class: `country_icon` }, h("img", { key: '23a5aeca6f7f43bdc9987c863ad20c690ffcf728', src: "build/assets/NG.svg", alt: "" }))), h("div", { key: 'af2c30cc0a92d11da1892fa48be9836700ea2d56', class: `dropdown_text` }, h("p", { key: 'fd23cf5aec49f4db6263a90d486a4f5505b171fb', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, this.selectedItem)), h("div", { key: '9e59d0915ec26d39c6fb914dafc12c93797ca8ed', class: `dropdown_arrow` }, h("svg", { key: '29e067c837380e242fe69dab4406d4f62f47eb4f', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '30e3f6c140d07af98bc74bbb7681ba99df829538', d: "M15 7.50004C15 7.50004 11.3176 12.5 9.99996 12.5C8.68237 12.5 5 7.5 5 7.5", stroke: "#4B5565", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" })))), h("div", { key: '45d27f215ddfc6c6eacaa504c41fcbbb0c1e8335', class: `leading_dropdown_text_input` }, h("input", { key: '351c081ce8a354003d15659d380ab90523a25939', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showValidation && !this.destructive && (h("svg", { key: '66f356a221b50814f65139ccd5d300ac949fde99', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'ca0485b6f8bfe9f132dfdb04577ff4813b72e1e6', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '75d1e4fa8c03bdd9310e0f84d02736f6711276dc', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))),
233
+ h(Fragment, null, this.showDropdown && (h("div", { key: 'ce2b94609684953b7d1bf50f376f787d84b36ce8', class: `dropdown_menu ${this.type} ${this.size} ${this.menuPosition}`, ref: el => (this.dropdownRef = el) }, this.options.map(option => (h("gb-input-dropdown-menu-item", { type: "default", state: StateEnum.Default, selected: this.isItemSelected(option), onClick: () => this.handleItemSelect(option) }, h("p", { slot: "name" }, option))))))),
226
234
  ], this.type === 'trailing_dropdown' && [
227
- h("div", { key: '983a49903a35a37fea41da800ea09d67b4599b48', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: 'e7265f13aa18d9e01c55381d5c22502f9d038b48', class: `trailing_dropdown_content` }, h("p", { key: 'c1df750198f9125ffa934406786473a3a6538d03', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, "$"), h("input", { key: '0cb6d459bdd3f1b790cd0ec1b0177dec47d9c6ac', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showHelpIcon && (h("div", { key: '9300abf756419f8cb91e634bdf488d13c3cbc77d', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("div", { key: '31404009dec5c31865dafae4dd6cb3bf4e290ace', class: `trailing_dropdown_dropdown`, onClick: () => (this.showDropdown = !this.showDropdown) }, h("div", { key: '120f59312f855235de20ad2eea25f036f04c1cc0', class: `dropdown_text` }, h("p", { key: '0ecec47d4f32a1073a07de0067e8ad4db08a8df1', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, this.selectedItem)), h("div", { key: 'd20167ed1169692ed1487e7ddd808e5797ac8f6f', class: `dropdown_arrow` }, h("svg", { key: '6208907b385fc57d615292519ea89e186bf1d09f', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '36684dfd2b57ca9f4d2fd403cbca0f96042961ca', d: "M15 7.50004C15 7.50004 11.3176 12.5 9.99996 12.5C8.68237 12.5 5 7.5 5 7.5", stroke: "#4B5565", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" }))))),
228
- h(Fragment, null, this.showDropdown && (h("div", { key: 'acf9a77ae5c47fde506c17f81b495313b32fd338', class: `dropdown_menu ${this.type} ${this.size} ${this.menuPosition}`, ref: el => (this.dropdownRef = el) }, this.options.map(option => (h("gb-input-dropdown-menu-item", { type: "default", state: StateEnum.Default, selected: this.isItemSelected(option), onClick: () => this.handleItemSelect(option) }, h("p", { slot: "name" }, option))))))),
235
+ h("div", { key: 'ce350eedf9b48c51fbab3a5e3c8cd53dca220297', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: 'cda4040c0f1dff50b33c416d747953bf9fbb5a9e', class: `trailing_dropdown_content` }, h("p", { key: 'bb51fb791c010b86071c3eebffe4016c5738b883', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, "$"), h("input", { key: '4bc3428972b176e5239cbca8627cef6b8e24f2dc', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showHelpIcon && (h("div", { key: '7018eb3d77ce335057e6cd8356b6ab3e111ad1a1', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("div", { key: '03e76e90133049fdf6c7cb3021d67d10412d90b8', class: `trailing_dropdown_dropdown`, onClick: () => (this.showDropdown = !this.showDropdown) }, h("div", { key: 'a7d10c0ce410c07bfd34bd330f670baeb103d5d8', class: `dropdown_text` }, h("p", { key: 'b7b2ff8fc457b92c70a20e0ac11fe985b3001c0c', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, this.selectedItem)), h("div", { key: '0b7623e7240e9862c91b0aa2db802782d02862da', class: `dropdown_arrow` }, h("svg", { key: 'b28015dab4fbb2ca15740638ef470df4b228d9a2', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '78f5fab0e0809ed02d62b30f52a136212937927b', d: "M15 7.50004C15 7.50004 11.3176 12.5 9.99996 12.5C8.68237 12.5 5 7.5 5 7.5", stroke: "#4B5565", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" }))))),
236
+ h(Fragment, null, this.showDropdown && (h("div", { key: 'e6891e6ee118cff7fea489b0e53a64d3471fbaa8', class: `dropdown_menu ${this.type} ${this.size} ${this.menuPosition}`, ref: el => (this.dropdownRef = el) }, this.options.map(option => (h("gb-input-dropdown-menu-item", { type: "default", state: StateEnum.Default, selected: this.isItemSelected(option), onClick: () => this.handleItemSelect(option) }, h("p", { slot: "name" }, option))))))),
229
237
  ], this.type === 'leading_text' && [
230
- h("div", { key: 'c19c5fc6a891a63a36b0b57786944c9aa6ea0082', class: "leading_text_input" }, h("div", { key: 'c904d0f5b6392fce655e570cdc059285790258ad', class: `add_on` }, h("slot", { key: 'fff89d29600dd95b2c382c7ac504c0c32fdacdaf', name: 'text' })), h("div", { key: '831e3475a151906898367892590731ae0effeb14', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("input", { key: '3fb259bd28f55673d152e49215b1d6900d373784', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showValidation && !this.destructive && (h("svg", { key: '57219d04dca4570c8ef03e4ab9a71859aabfde2a', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'd5c6268dd1d258af20fc9f01ed4e1e185ee56674', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '215dfc3949b0d7da241328830d6869b89f88ad81', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))),
231
- ], this.type === 'payment_input' && (h("div", { key: 'b31ef91a85c7545e366656cf36c9fec95283e448', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("svg", { key: '753f0e0a87c9d694e3126c13747817b30863cca9', xmlns: "http://www.w3.org/2000/svg", width: "23", height: "14", viewBox: "0 0 23 14", fill: "none" }, h("path", { key: 'e70650ca96eefad5509f6f84fc55ff5568c7d61b', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C9.99493 12.8275 8.45902 13.43 6.78069 13.43C3.03582 13.43 0 10.4303 0 6.72997C0 3.02966 3.03582 0.0299683 6.78069 0.0299683C8.45902 0.0299683 9.99493 0.632466 11.179 1.63051C12.363 0.632466 13.8989 0.0299683 15.5773 0.0299683C19.3221 0.0299683 22.358 3.02966 22.358 6.72997C22.358 10.4303 19.3221 13.43 15.5773 13.43C13.8989 13.43 12.363 12.8275 11.179 11.8294Z", fill: "#ED0006" }), h("path", { key: '93f70fb45c9097e9cd7be909b17b215f8df41275', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C12.6369 10.6005 13.5614 8.77192 13.5614 6.72997C13.5614 4.68801 12.6369 2.85941 11.179 1.63051C12.363 0.632465 13.8989 0.0299683 15.5772 0.0299683C19.3221 0.0299683 22.3579 3.02966 22.3579 6.72997C22.3579 10.4303 19.3221 13.43 15.5772 13.43C13.8989 13.43 12.363 12.8275 11.179 11.8294Z", fill: "#F9A000" }), h("path", { key: 'e5bd6a209bdffa4149c5c68ba3898b645b58bde1', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C12.6369 10.6005 13.5614 8.77193 13.5614 6.72999C13.5614 4.68805 12.6369 2.85946 11.179 1.63055C9.72109 2.85946 8.79663 4.68805 8.79663 6.72999C8.79663 8.77193 9.72109 10.6005 11.179 11.8294Z", fill: "#FF5E00" })), h("input", { key: 'dceb61af75686076c0bf3c10c0b77a0b0da74c42', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), h(Fragment, null, this.showValidation && !this.destructive && (h("svg", { key: '2ab1883767d7b1dee8837fed0bcf3dc763dd684f', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'f10a2c2f6763a86ad3525401ee1999fdc49c2f18', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '1aad45d84eab5563b9b0ec67648ea28857e8d12b', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))))), this.type === 'trailing_button' && (h("div", { key: '4b0337ff26513b241cda33a7f123e011118a93dd', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '0e0062e4a795ab0de4edb44dc84af6ea94a49943', class: `trailing_button_text_input ${this.size}` }, h("input", { key: '1a5046fdcb159b35d5b13e03704bfad28c80e626', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), ref: el => (this.inputRef = el), value: this.value }), this.showValidation && !this.destructive && (h("svg", { key: 'd88398a994f27b9411605031c14c662325330c8a', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '4f0ddbb3a1d7d0f80b016e10bc06c39f3ca723b3', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '5b4c9b4d5dee3857b7b87fec85e6a35efcd39800', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("gb-button", { key: '4ee61aab058a6f814af9c362824a82c5ec97587d', size: "lg", hierarchy: "tertiary_gray", icon: "only", state: this.state === 'disabled' ? 'disabled' : 'default', "icon-leading": true, "icon-leading-swap": "assets/copy-01.svg", onClick: () => this.copyToClipboard() }))), this.type === 'password' && (h("div", { key: 'db9c31afbb1e5f86629b125813747137d3822a37', class: `password_input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '33a45fb49d5c5db5d9e43c4c4936d14840c30939', class: `password_content` }, h("input", { key: '95f4a382a274b7f0675e1b43bd07b777afdc1f3b', class: `content text-md-regular ${this.type} ${this.state}`, type: this.isPasswordVisible ? 'text' : 'password', placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event) }), this.showValidation && !this.destructive && (h("svg", { key: 'b9f06ca733a723fc9c135b07d5633cb27ed98598', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '3293e3f3a1848fae9f089f3b06762a1018599b1e', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '2c27a65df45282192c5d2e044116d63dcba9533e', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("div", { key: '48ac5241e1e9de407f75c192745140da919bbf1a', class: `dropdown` }, h("gb-password-button", { key: 'c9d48c0482cff5201ece61be0d7ed81b121b738a', onClick: () => this.togglePasswordVisibility() })))), this.type === 'password_icon_leading' && (h("div", { key: '8173b167f82170039de7206eec98a9c304f7709b', class: `password_icon_leading_input input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '2348a72fc589b985e4605c1b649761d504857d8b', class: `password_icon_leading_content` }, h("svg", { key: '03cd499b4dfe27a38f6fcd1214611e452f1c9821', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'dfe24e9e7800c4399fbc7e9429443e2d89d5cada', d: "M12.0759 12.1667C11.6617 12.1667 11.3259 12.5025 11.3259 12.9167C11.3259 13.3309 11.6617 13.6667 12.0759 13.6667V12.1667ZM12.0833 13.6667C12.4976 13.6667 12.8333 13.3309 12.8333 12.9167C12.8333 12.5025 12.4976 12.1667 12.0833 12.1667V13.6667ZM7.91668 12.1667C7.50246 12.1667 7.16668 12.5025 7.16668 12.9167C7.16668 13.3309 7.50246 13.6667 7.91668 13.6667V12.1667ZM7.92415 13.6667C8.33836 13.6667 8.67415 13.3309 8.67415 12.9167C8.67415 12.5025 8.33836 12.1667 7.92415 12.1667V13.6667ZM16.4435 10.1294L17.1868 10.0293L16.4435 10.1294ZM13.7003 7.58258L13.7347 6.83337L13.7003 7.58258ZM13.7003 18.2508L13.7347 19L13.7003 18.2508ZM16.4435 15.704L15.7002 15.6039L16.4435 15.704ZM6.29973 7.58258L6.33417 8.33179L6.29973 7.58258ZM3.55652 10.1294L2.81323 10.0293L3.55652 10.1294ZM6.29973 18.2508L6.33417 17.5015L6.29973 18.2508ZM3.55652 15.704L4.29981 15.6039L3.55652 15.704ZM5.50001 7.5C5.50001 7.91422 5.8358 8.25 6.25001 8.25C6.66422 8.25 7.00001 7.91422 7.00001 7.5H5.50001ZM13 7.5C13 7.91422 13.3358 8.25 13.75 8.25C14.1642 8.25 14.5 7.91422 14.5 7.5H13ZM12.0759 13.6667H12.0833V12.1667H12.0759V13.6667ZM7.91668 13.6667H7.92415V12.1667H7.91668V13.6667ZM10 17.5833C8.69057 17.5833 7.50287 17.5553 6.33417 17.5015L6.26528 19C7.45761 19.0548 8.66829 19.0833 10 19.0833V17.5833ZM13.6659 17.5015C12.4972 17.5553 11.3094 17.5833 10 17.5833V19.0833C11.3317 19.0833 12.5424 19.0548 13.7347 19L13.6659 17.5015ZM17.1868 15.804C17.3105 14.8853 17.4167 13.9152 17.4167 12.9167H15.9167C15.9167 13.8142 15.8211 14.7058 15.7002 15.6039L17.1868 15.804ZM17.4167 12.9167C17.4167 11.9181 17.3105 10.948 17.1868 10.0293L15.7002 10.2295C15.8211 11.1275 15.9167 12.0192 15.9167 12.9167H17.4167ZM10 8.25C11.3095 8.25 12.4972 8.27806 13.6659 8.33179L13.7347 6.83337C12.5424 6.77856 11.3317 6.75 10 6.75V8.25ZM6.33417 8.33179C7.50287 8.27806 8.69057 8.25 10 8.25V6.75C8.66829 6.75 7.45761 6.77856 6.26528 6.83337L6.33417 8.33179ZM2.81323 10.0293C2.68953 10.948 2.58334 11.9181 2.58334 12.9167H4.08334C4.08334 12.0192 4.1789 11.1275 4.29981 10.2295L2.81323 10.0293ZM2.58334 12.9167C2.58334 13.9152 2.68953 14.8853 2.81323 15.804L4.29981 15.6039C4.1789 14.7058 4.08334 13.8142 4.08334 12.9167H2.58334ZM17.1868 10.0293C16.9527 8.29067 15.5122 6.91509 13.7347 6.83337L13.6659 8.33179C14.6943 8.37907 15.5595 9.18437 15.7002 10.2295L17.1868 10.0293ZM13.7347 19C15.5122 18.9183 16.9527 17.5427 17.1868 15.804L15.7002 15.6039C15.5595 16.649 14.6943 17.4543 13.6659 17.5015L13.7347 19ZM6.26528 6.83337C4.48781 6.91508 3.04732 8.29067 2.81323 10.0293L4.29981 10.2295C4.44052 9.18437 5.30576 8.37907 6.33417 8.33179L6.26528 6.83337ZM6.33417 17.5015C5.30576 17.4543 4.44052 16.649 4.29981 15.6039L2.81323 15.804C3.04732 17.5427 4.48782 18.9183 6.26528 19L6.33417 17.5015ZM7.00001 7.5V5.41667H5.50001V7.5H7.00001ZM13 5.41667V7.5H14.5V5.41667H13ZM10 2.41667C11.6569 2.41667 13 3.75981 13 5.41667H14.5C14.5 2.93139 12.4853 0.916668 10 0.916668V2.41667ZM7.00001 5.41667C7.00001 3.75981 8.34316 2.41667 10 2.41667V0.916668C7.51473 0.916668 5.50001 2.93139 5.50001 5.41667H7.00001Z", fill: "#4B5565" })), h("input", { key: '61eb3c753361db07fd2eae13ca6d536337f37afa', class: `content text-md-regular ${this.type} ${this.state}`, type: this.isPasswordVisible ? 'text' : 'password', placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event) })), this.showValidation && !this.destructive && (h("svg", { key: '07d427b763b23ed894de3259e084d332c53ec81b', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '6ac4a7675431ce86f80c77f2028f4d2ddbfdc54b', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: 'c55a5bf806da8b949e4efa33e4df1a13b20ad546', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), h("gb-password-button", { key: '823f960b40123e150a96ff2b6390ce499bf85f0c', onClick: () => this.togglePasswordVisibility() }))), this.type === 'count' && [
232
- h("div", { key: 'bbe822f6208b95c38b3baa83efc3814bdb9e8017', class: `count_input` }, h("div", { key: '71f53b3be8585188563328cfc333606a2d0a87d5', class: `count_text_input ${this.destructive ? 'destructive' : ''} ${this.state}` }, h("input", { key: '0cb5adf7889b3417cdd5a756b5eeac395255efe9', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showHelpIcon && (h("div", { key: 'ecd0e002cd3a88d6dbfd7da7675bf94ebb404f55', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("div", { key: 'adc653193072337e70f106cb470c75a658eab497', class: `action ${this.state}` }, h("gb-button", { key: '6ac24f6a83fdc980e68407e63f0d42a1fe5225a8', size: "xl", state: this.state === 'disabled' ? 'disabled' : 'default', hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/minus_sign.svg" }), h("div", { key: 'aaee9678b3c53b623147fdc2906bafe723fdcf6d', class: "vertical_line" }), h("gb-button", { key: '85f05f0de71552d91cfca86e9335058c684100a6', size: "xl", state: this.state === 'disabled' ? 'disabled' : 'default', hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/plus_sign.svg" }))),
233
- ], this.type === 'tags' && (h("div", { key: 'd94565c911a28cdf96f2e13534d626254aecaabb', class: `input_group ${this.state}`, ref: el => (this.inputGroupElement = el), onClick: () => this.handleWrapperClick() }, h("div", { key: '660ac4a058e60d16e3ec313cd97bd659eec534a6', class: `input_like_parent ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}`, onClick: () => (this.dropdownOpen = !this.dropdownOpen) }, h("div", { key: 'be7ebf14588b899da86f6a143e99eb28793595a8', class: `results_display ${this.state === 'disabled' ? 'disabled' : ''}`, ref: el => (this.resultsDisplayElement = el) }, !this.value ? (h(Fragment, null, this.selectedItems.map((item, index) => (h(Fragment, null, typeof item === 'object' ? (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.removeStaff(index) }, h("h1", { class: "text-xxs-semi-bold", slot: "initials" }, item.objectName.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", null, item.objectName.split(' ')[0]))) : (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.removeStaff(index) }, h("p", null, item)))))))) : (h(Fragment, null, this.value.map((val, index) => (h(Fragment, null, typeof val === 'object' ? (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.removeStaff(index) }, h("h1", { class: "text-xxs-semi-bold", slot: "initials" }, val.objectName.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", null, val.objectName.split(' ')[0]))) : (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.removeStaff(index) }, h("p", null, val)))))))), h("span", { key: '986311a16be000434ef18e159e0d9eefd298894c', class: "hidden-span", ref: el => (this.hiddenSpan = el) }, this.inputValue || ' '), h("div", { key: 'c642e8123f263f4fcc3db020e7db51fa4081f4c6', class: "input_field" }, h("input", { key: 'eebb48326cc92c75aeef58fb05de15985401daae', id: this.idOfInput, class: `input_like text-md-regular ${this.state}`, type: "text",
238
+ h("div", { key: '70316d3f61214aa319c94217323d4b5f2b01ab5f', class: "leading_text_input" }, h("div", { key: '6bfce61bc4d8fc56d7709cf0a23842471b876075', class: `add_on` }, h("slot", { key: 'd7b645e00dc47ffef42f320c7653f6dfabf90c90', name: 'text' })), h("div", { key: '91710ea69dbbc443614a0930bdf3007b557f4ef4', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("input", { key: '1e8c9cb6dd25df26cf00a08375e6b93a2a6e95b6', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showValidation && !this.destructive && (h("svg", { key: '537f6d78f3cd19e2970e25415104160a335aac7a', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '0ccbb4ca5a4c3e5a0c46cb8d1377a7498597d555', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: 'e2a1e7b2a59b0fb0df459ba69e44dd8b307af44a', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))),
239
+ ], this.type === 'payment_input' && (h("div", { key: '7434cf63061b06ab4f781891c31b7b1df4059f58', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("svg", { key: '0ffd6d98335ab8f9b7f0658c7b0ecf373f4d6c17', xmlns: "http://www.w3.org/2000/svg", width: "23", height: "14", viewBox: "0 0 23 14", fill: "none" }, h("path", { key: '709994ef56af5369d4d88d90af29aadff7f254e2', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C9.99493 12.8275 8.45902 13.43 6.78069 13.43C3.03582 13.43 0 10.4303 0 6.72997C0 3.02966 3.03582 0.0299683 6.78069 0.0299683C8.45902 0.0299683 9.99493 0.632466 11.179 1.63051C12.363 0.632466 13.8989 0.0299683 15.5773 0.0299683C19.3221 0.0299683 22.358 3.02966 22.358 6.72997C22.358 10.4303 19.3221 13.43 15.5773 13.43C13.8989 13.43 12.363 12.8275 11.179 11.8294Z", fill: "#ED0006" }), h("path", { key: 'b886d864e12d7aa27f536474954a449ad72f7ea1', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C12.6369 10.6005 13.5614 8.77192 13.5614 6.72997C13.5614 4.68801 12.6369 2.85941 11.179 1.63051C12.363 0.632465 13.8989 0.0299683 15.5772 0.0299683C19.3221 0.0299683 22.3579 3.02966 22.3579 6.72997C22.3579 10.4303 19.3221 13.43 15.5772 13.43C13.8989 13.43 12.363 12.8275 11.179 11.8294Z", fill: "#F9A000" }), h("path", { key: '12d9bd52d86353080d1809ad6d7a2767bb22653c', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C12.6369 10.6005 13.5614 8.77193 13.5614 6.72999C13.5614 4.68805 12.6369 2.85946 11.179 1.63055C9.72109 2.85946 8.79663 4.68805 8.79663 6.72999C8.79663 8.77193 9.72109 10.6005 11.179 11.8294Z", fill: "#FF5E00" })), h("input", { key: '404281e30afe6646a76e2834c88ddb1bec943329', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), h(Fragment, null, this.showValidation && !this.destructive && (h("svg", { key: '5fbee652574a54f142cdf0188aaab8015e3d191e', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '983667c6c1e0e3a3e081a68739ad79e23365d8ab', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: 'b3bd667eabd4cf5651febba404f165d7a01d68f8', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))))), this.type === 'trailing_button' && (h("div", { key: 'dc8252545c88ce12cabcf52d33420c858481c318', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '1fba0072122476898fa7a8fd4cd643b4c334c477', class: `trailing_button_text_input ${this.size}` }, h("input", { key: '2925c146a1f90d4dc8249a8a223dcf540eb75b40', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), ref: el => (this.inputRef = el), value: this.value }), this.showValidation && !this.destructive && (h("svg", { key: 'b4153385a7ae24a453adc4ed867ae01494bd5f50', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'f331214f9258839225d8fc03b4bdb40c6b209051', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '39e16ccdafd1ac6adeada4adfc58e415c6228255', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("gb-button", { key: 'ad8b3881bb10add2823803c97b944014cabfa295', size: "lg", hierarchy: "tertiary_gray", icon: "only", state: this.state === 'disabled' ? 'disabled' : 'default', "icon-leading": true, "icon-leading-swap": "assets/copy-01.svg", onClick: () => this.copyToClipboard() }))), this.type === 'password' && (h("div", { key: '35301bb31d528f3fab48b87ce045f543458ec40d', class: `password_input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: '9fa122216fcd11a278f6c122b8b31725ad6901a8', class: `password_content` }, h("input", { key: 'a8fed8ba715ffd76672b4a0b05f56e17f25adb46', class: `content text-md-regular ${this.type} ${this.state}`, type: this.isPasswordVisible ? 'text' : 'password', placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event) }), this.showValidation && !this.destructive && (h("svg", { key: 'b82400a833ce9aa592dd841d6e3b317742a4a094', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '2aaf34a9d9cac8c39507c1ffb8849c8bea4c95ff', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '4df494d1728bf49bcf3e580aa282efa47c8e3db6', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("div", { key: 'e3867b199fe068cee237ffa1d8d532c6d597f4b8', class: `dropdown` }, h("gb-password-button", { key: '1e4897ea5b0d684eddfdb0276baceeac9f2ec813', onClick: () => this.togglePasswordVisibility() })))), this.type === 'password_icon_leading' && (h("div", { key: '5b6e5b44c7a9e75e68302f01d2722f3f43f77fca', class: `password_icon_leading_input input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, h("div", { key: 'd1b6e2a878ef8cce5ef3dfb6c44ebe52e70dae6b', class: `password_icon_leading_content` }, h("svg", { key: 'a0e58bd1e030a4bbc5779c7a3aab3d62a98a3e2c', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'e46fecc1f877e7e442bd4cd2d164c8babcb3a051', d: "M12.0759 12.1667C11.6617 12.1667 11.3259 12.5025 11.3259 12.9167C11.3259 13.3309 11.6617 13.6667 12.0759 13.6667V12.1667ZM12.0833 13.6667C12.4976 13.6667 12.8333 13.3309 12.8333 12.9167C12.8333 12.5025 12.4976 12.1667 12.0833 12.1667V13.6667ZM7.91668 12.1667C7.50246 12.1667 7.16668 12.5025 7.16668 12.9167C7.16668 13.3309 7.50246 13.6667 7.91668 13.6667V12.1667ZM7.92415 13.6667C8.33836 13.6667 8.67415 13.3309 8.67415 12.9167C8.67415 12.5025 8.33836 12.1667 7.92415 12.1667V13.6667ZM16.4435 10.1294L17.1868 10.0293L16.4435 10.1294ZM13.7003 7.58258L13.7347 6.83337L13.7003 7.58258ZM13.7003 18.2508L13.7347 19L13.7003 18.2508ZM16.4435 15.704L15.7002 15.6039L16.4435 15.704ZM6.29973 7.58258L6.33417 8.33179L6.29973 7.58258ZM3.55652 10.1294L2.81323 10.0293L3.55652 10.1294ZM6.29973 18.2508L6.33417 17.5015L6.29973 18.2508ZM3.55652 15.704L4.29981 15.6039L3.55652 15.704ZM5.50001 7.5C5.50001 7.91422 5.8358 8.25 6.25001 8.25C6.66422 8.25 7.00001 7.91422 7.00001 7.5H5.50001ZM13 7.5C13 7.91422 13.3358 8.25 13.75 8.25C14.1642 8.25 14.5 7.91422 14.5 7.5H13ZM12.0759 13.6667H12.0833V12.1667H12.0759V13.6667ZM7.91668 13.6667H7.92415V12.1667H7.91668V13.6667ZM10 17.5833C8.69057 17.5833 7.50287 17.5553 6.33417 17.5015L6.26528 19C7.45761 19.0548 8.66829 19.0833 10 19.0833V17.5833ZM13.6659 17.5015C12.4972 17.5553 11.3094 17.5833 10 17.5833V19.0833C11.3317 19.0833 12.5424 19.0548 13.7347 19L13.6659 17.5015ZM17.1868 15.804C17.3105 14.8853 17.4167 13.9152 17.4167 12.9167H15.9167C15.9167 13.8142 15.8211 14.7058 15.7002 15.6039L17.1868 15.804ZM17.4167 12.9167C17.4167 11.9181 17.3105 10.948 17.1868 10.0293L15.7002 10.2295C15.8211 11.1275 15.9167 12.0192 15.9167 12.9167H17.4167ZM10 8.25C11.3095 8.25 12.4972 8.27806 13.6659 8.33179L13.7347 6.83337C12.5424 6.77856 11.3317 6.75 10 6.75V8.25ZM6.33417 8.33179C7.50287 8.27806 8.69057 8.25 10 8.25V6.75C8.66829 6.75 7.45761 6.77856 6.26528 6.83337L6.33417 8.33179ZM2.81323 10.0293C2.68953 10.948 2.58334 11.9181 2.58334 12.9167H4.08334C4.08334 12.0192 4.1789 11.1275 4.29981 10.2295L2.81323 10.0293ZM2.58334 12.9167C2.58334 13.9152 2.68953 14.8853 2.81323 15.804L4.29981 15.6039C4.1789 14.7058 4.08334 13.8142 4.08334 12.9167H2.58334ZM17.1868 10.0293C16.9527 8.29067 15.5122 6.91509 13.7347 6.83337L13.6659 8.33179C14.6943 8.37907 15.5595 9.18437 15.7002 10.2295L17.1868 10.0293ZM13.7347 19C15.5122 18.9183 16.9527 17.5427 17.1868 15.804L15.7002 15.6039C15.5595 16.649 14.6943 17.4543 13.6659 17.5015L13.7347 19ZM6.26528 6.83337C4.48781 6.91508 3.04732 8.29067 2.81323 10.0293L4.29981 10.2295C4.44052 9.18437 5.30576 8.37907 6.33417 8.33179L6.26528 6.83337ZM6.33417 17.5015C5.30576 17.4543 4.44052 16.649 4.29981 15.6039L2.81323 15.804C3.04732 17.5427 4.48782 18.9183 6.26528 19L6.33417 17.5015ZM7.00001 7.5V5.41667H5.50001V7.5H7.00001ZM13 5.41667V7.5H14.5V5.41667H13ZM10 2.41667C11.6569 2.41667 13 3.75981 13 5.41667H14.5C14.5 2.93139 12.4853 0.916668 10 0.916668V2.41667ZM7.00001 5.41667C7.00001 3.75981 8.34316 2.41667 10 2.41667V0.916668C7.51473 0.916668 5.50001 2.93139 5.50001 5.41667H7.00001Z", fill: "#4B5565" })), h("input", { key: 'a276b930fa176df279726dde716e23ad90372fc6', class: `content text-md-regular ${this.type} ${this.state}`, type: this.isPasswordVisible ? 'text' : 'password', placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event) })), this.showValidation && !this.destructive && (h("svg", { key: 'c53d939953055717744e5df9d786a4cb8288ec1c', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '2e8a6bc9373333d56dd6e395b5479b747ac434ec', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (h("div", { key: '4cbb9f369774ff8ee6e6ed75eca69b2de35b705f', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), h("gb-password-button", { key: '87dd6d591d13710e510368f9119fbe25e91eb767', onClick: () => this.togglePasswordVisibility() }))), this.type === 'count' && [
240
+ h("div", { key: 'fb1db837efe2340d436e5ed6599236124139f360', class: `count_input` }, h("div", { key: 'abafa489c6cb348c89df191d03a1569f01927f60', class: `count_text_input ${this.destructive ? 'destructive' : ''} ${this.state}` }, h("input", { key: '7b3aa029fc83cebcb3fa4ecf429d71eea6660f3c', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showHelpIcon && (h("div", { key: '15a067e605d95638955f1364a13a6e072beb7b36', class: `help_circle` }, !this.destructive ? (h("gb-help-tooltip", { "show-supporting-text": true }, h("slot", { name: "tooltip_label", slot: "label" }), h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("div", { key: '91a0fc9e90973237b92c4312513945f44036109e', class: `action ${this.state}` }, h("gb-button", { key: '68418e46cc2dd6bd82f2113ace10f97304b5a7ef', size: "xl", state: this.state === 'disabled' ? 'disabled' : 'default', hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/minus_sign.svg" }), h("div", { key: '01e49d78d3aa3b54b12cc19b1104cebac88f0e36', class: "vertical_line" }), h("gb-button", { key: 'abf4f702d7e215168e7682524d95c3a7e6063605', size: "xl", state: this.state === 'disabled' ? 'disabled' : 'default', hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/plus_sign.svg" }))),
241
+ ], this.type === 'tags' && (h("div", { key: 'ddafa4a2cc553c57aa2dd4a30ea078e69c7750e3', class: `input_group ${this.state}`, ref: el => (this.inputGroupElement = el), onClick: () => this.handleWrapperClick() }, h("div", { key: 'f531d56d1c4b08f834dd0c832e2770b87ae38436', class: `input_like_parent ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}`, onClick: () => (this.dropdownOpen = !this.dropdownOpen) }, h("div", { key: '8bf541715cce870c1ffa4de31e4d2014baa2066a', class: `results_display ${this.state === 'disabled' ? 'disabled' : ''}`, ref: el => (this.resultsDisplayElement = el) }, !this.value ? (h(Fragment, null, this.selectedItems.map((item, index) => (h(Fragment, null, typeof item === 'object' ? (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.removeStaff(index) }, h("h1", { class: "text-xxs-semi-bold", slot: "initials" }, item.objectName.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", null, item.objectName.split(' ')[0]))) : (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.removeStaff(index) }, h("p", null, item)))))))) : (h(Fragment, null, this.value.map((val, index) => (h(Fragment, null, typeof val === 'object' ? (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.removeStaff(index) }, h("h1", { class: "text-xxs-semi-bold", slot: "initials" }, val.objectName.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", null, val.objectName.split(' ')[0]))) : (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.removeStaff(index) }, h("p", null, val)))))))), h("span", { key: 'a8365c40d785c317229639682b52311511caa9a4', class: "hidden-span", ref: el => (this.hiddenSpan = el) }, this.inputValue || ' '), h("div", { key: '855bad817ce692ce1ca584355332c18b154497e9', class: "input_field" }, h("input", { key: 'af53ee1a51efd357e503f263f508e9166b96f867', id: this.idOfInput, class: `input_like text-md-regular ${this.state}`, type: "text",
234
242
  // placeholder={this.placeholder && this.selectedStaff.length === 0 ? this.placeholder : ''}
235
- value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.exportSelectedStaff(), onInput: event => this.handleTagInput(event) })))), this.showDropdown && (h("div", { key: 'a540cc2fe2fa00dc7b05ec503368797c907f9247', class: `tags_dropdown_menu ${this.show ? 'show' : ''} ${this.menuPosition}` }, this.results.map(item => (h("gb-input-dropdown-menu-item", { type: "checkbox", "supporting-text": true, state: StateEnum.Default, onClick: () => this.selectStaff(item), selected: this.isTagItemSelected(item) }, typeof item === 'object'
243
+ value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.exportSelectedStaff(), onInput: event => this.handleTagInput(event) })))), this.showDropdown && (h("div", { key: '4bb5d6be847bb5784748fe3298b74df613453070', class: `tags_dropdown_menu ${this.show ? 'show' : ''} ${this.menuPosition}` }, this.results.map(item => (h("gb-input-dropdown-menu-item", { type: "checkbox", "supporting-text": true, state: StateEnum.Default, onClick: () => this.selectStaff(item), selected: this.isTagItemSelected(item) }, typeof item === 'object'
236
244
  ? [h("p", { slot: "name" }, item.objectName), h("p", { slot: "supporting_text" }, item.objectValue)]
237
245
  : typeof item !== 'object' && h("p", { slot: "name" }, item))))))))), this.showHintText && h(Fragment, null, !this.destructive ? h("p", { class: "hint_text text-sm-regular" }, this.hintText) : h("p", { class: "error_text text-sm-regular" }, this.errorText))));
238
246
  }
@@ -530,7 +538,7 @@ export class GbInputField {
530
538
  },
531
539
  "showCloseButton": {
532
540
  "type": "boolean",
533
- "mutable": false,
541
+ "mutable": true,
534
542
  "complexType": {
535
543
  "original": "boolean",
536
544
  "resolved": "boolean",