globuswebcomponents 2.5.4 → 2.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (480) hide show
  1. package/dist/cjs/{gb-avatar_23.cjs.entry.js → gb-avatar_34.cjs.entry.js} +705 -48
  2. package/dist/cjs/gb-avatar_34.cjs.entry.js.map +1 -0
  3. package/dist/cjs/gb-button-group.gb-export-dropdown.gb-filter-button.entry.cjs.js.map +1 -1
  4. package/dist/cjs/gb-button-group_3.cjs.entry.js +1 -1
  5. package/dist/cjs/gb-button-group_3.cjs.entry.js.map +1 -1
  6. package/dist/cjs/gb-collapse-button_4.cjs.entry.js +1 -1
  7. package/dist/cjs/gb-input-dropdown.gb-pagination-button-group-base.gb-pagination-number-base.entry.cjs.js.map +1 -1
  8. package/dist/cjs/gb-input-dropdown_3.cjs.entry.js +5 -5
  9. package/dist/cjs/gb-input-dropdown_3.cjs.entry.js.map +1 -1
  10. package/dist/cjs/gb-mega-input-field-base.cjs.entry.js +2 -2
  11. package/dist/cjs/gb-metric-card.cjs.entry.js +1 -1
  12. package/dist/cjs/gb-metric-featured-icon.cjs.entry.js +1 -1
  13. package/dist/cjs/gb-nav-bar-sidemenu.cjs.entry.js +1 -1
  14. package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
  15. package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
  16. package/dist/cjs/gb-pagination.cjs.entry.js +4 -4
  17. package/dist/cjs/gb-progress-bar.cjs.entry.js +1 -1
  18. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  19. package/dist/cjs/gb-quick-action-card.cjs.entry.js +1 -1
  20. package/dist/cjs/gb-quick-action-icon.cjs.entry.js +1 -1
  21. package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
  22. package/dist/cjs/gb-sidebar.cjs.entry.js +1 -1
  23. package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
  24. package/dist/cjs/gb-slider.cjs.entry.js +1 -1
  25. package/dist/cjs/gb-step-base_2.cjs.entry.js +2 -2
  26. package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js +1 -1
  27. package/dist/cjs/gb-stepper-horizontal-icons-connected.cjs.entry.js +1 -1
  28. package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js +1 -1
  29. package/dist/cjs/gb-stepper-horizontal-minimal-icons.cjs.entry.js +1 -1
  30. package/dist/cjs/gb-stepper-vertical-icons-with-text.cjs.entry.js +1 -1
  31. package/dist/cjs/gb-tab-button-base.cjs.entry.js +3 -3
  32. package/dist/cjs/gb-table-cell.cjs.entry.js +1 -1
  33. package/dist/cjs/gb-table-header.cjs.entry.js +1 -1
  34. package/dist/cjs/gb-textarea-input-field.cjs.entry.js +3 -3
  35. package/dist/cjs/gb-toast-button.cjs.entry.js +1 -1
  36. package/dist/cjs/gb-toast.cjs.entry.js +1 -1
  37. package/dist/cjs/gb-toggle-base.cjs.entry.js +2 -2
  38. package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
  39. package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
  40. package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
  41. package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
  42. package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
  43. package/dist/cjs/gb-wysiwyg-tooltip.cjs.entry.js +1 -1
  44. package/dist/cjs/globuscomponents.cjs.js +1 -1
  45. package/dist/cjs/loader.cjs.js +1 -1
  46. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  47. package/dist/collection/assets/plus.svg +3 -0
  48. package/dist/collection/assets/upload-cloud-02.svg +3 -0
  49. package/dist/collection/components/gb-btn/gb-btn.css +11 -7
  50. package/dist/collection/components/gb-button/gb-button.css +7 -7
  51. package/dist/collection/components/gb-button/readme.md +2 -0
  52. package/dist/collection/components/gb-empty-state/gb-empty-state.js +164 -1
  53. package/dist/collection/components/gb-empty-state/gb-empty-state.js.map +1 -1
  54. package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.css +2 -2
  55. package/dist/collection/components/gb-illustration/gb-illustration.css +49 -1
  56. package/dist/collection/components/gb-illustration/gb-illustration.js +19 -19
  57. package/dist/collection/components/gb-illustration/gb-illustration.js.map +1 -1
  58. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +3 -3
  59. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +1 -1
  60. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
  61. package/dist/collection/components/gb-input-field/gb-input-field.js +12 -12
  62. package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js +2 -2
  63. package/dist/collection/components/gb-metric-card/gb-metric-card.js +1 -1
  64. package/dist/collection/components/gb-metric-featured-icon/gb-metric-featured-icon.js +1 -1
  65. package/dist/collection/components/gb-nav-bar/gb-nav-bar.js +1 -1
  66. package/dist/collection/components/gb-nav-bar-item/gb-nav-bar-item.js +1 -1
  67. package/dist/collection/components/gb-nav-bar-sidemenu/gb-nav-bar-sidemenu.js +1 -1
  68. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  69. package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
  70. package/dist/collection/components/gb-pagination/gb-pagination.js +4 -4
  71. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  72. package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
  73. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  74. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  75. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  76. package/dist/collection/components/gb-pattern/gb-pattern.js +1 -0
  77. package/dist/collection/components/gb-pattern/gb-pattern.js.map +1 -0
  78. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  79. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  80. package/dist/collection/components/gb-quick-action-card/gb-quick-action-card.js +1 -1
  81. package/dist/collection/components/gb-quick-action-icon/gb-quick-action-icon.js +1 -1
  82. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  83. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  84. package/dist/collection/components/gb-simple-side-bar-item/gb-simple-side-bar-item.js +1 -1
  85. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  86. package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
  87. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  88. package/dist/collection/components/gb-step-base/gb-step-base.js +1 -1
  89. package/dist/collection/components/gb-step-icon-base/gb-step-icon-base.js +1 -1
  90. package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +1 -1
  91. package/dist/collection/components/gb-stepper-horizontal-icons-connected/gb-stepper-horizontal-icons-connected.js +1 -1
  92. package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -1
  93. package/dist/collection/components/gb-stepper-horizontal-minimal-icons/gb-stepper-horizontal-minimal-icons.js +1 -1
  94. package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js +1 -1
  95. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  96. package/dist/collection/components/gb-table-cell/gb-table-cell.js +1 -1
  97. package/dist/collection/components/gb-table-header/gb-table-header.js +1 -1
  98. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  99. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  100. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  101. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  102. package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +3 -3
  103. package/dist/collection/components/gb-theme-tab/gb-theme-tab.js +1 -1
  104. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  105. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  106. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  107. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  108. package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
  109. package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
  110. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  111. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
  112. package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
  113. package/dist/collection/components/gb-wysiwyg-tooltip/gb-wysiwyg-tooltip.js +1 -1
  114. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  115. package/dist/components/gb-action-panel.js +1 -1
  116. package/dist/components/gb-avatar-add-button.js +1 -1
  117. package/dist/components/gb-avatar-dropdown.js +1 -1
  118. package/dist/components/gb-avatar-group.js +4 -4
  119. package/dist/components/gb-avatar-label-group.js +1 -1
  120. package/dist/components/gb-avatar-profile-photo.js +2 -2
  121. package/dist/components/gb-avatar.js +1 -1
  122. package/dist/components/gb-badge.js +1 -1
  123. package/dist/components/gb-btn.js +1 -1
  124. package/dist/components/gb-button.js +1 -1
  125. package/dist/components/gb-checkbox-group-item.js +1 -1
  126. package/dist/components/gb-checkbox-group.js +4 -4
  127. package/dist/components/gb-collapse-button.js +1 -1
  128. package/dist/components/gb-comment.js +1 -1
  129. package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
  130. package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
  131. package/dist/components/gb-detail-cell.js +5 -5
  132. package/dist/components/gb-empty-state.js +35 -4
  133. package/dist/components/gb-empty-state.js.map +1 -1
  134. package/dist/components/gb-export-dropdown.js +1 -1
  135. package/dist/components/gb-file-upload-item-base.js +1 -1
  136. package/dist/components/gb-file-upload.js +4 -4
  137. package/dist/components/gb-filter-button.js +1 -1
  138. package/dist/components/gb-header.js +20 -20
  139. package/dist/components/gb-help-tooltip.js +1 -1
  140. package/dist/components/gb-horizontal-tabs.js +4 -4
  141. package/dist/components/gb-icon-button-base.js +1 -1
  142. package/dist/components/gb-illustration.js +1 -1
  143. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  144. package/dist/components/gb-input-dropdown.js +1 -1
  145. package/dist/components/gb-input-field.js +1 -1
  146. package/dist/components/gb-mega-input-field-base.js +1 -1
  147. package/dist/components/gb-metric-card.js +5 -5
  148. package/dist/components/gb-metric-featured-icon.js +1 -1
  149. package/dist/components/gb-nav-bar-item.js +1 -1
  150. package/dist/components/gb-nav-bar-sidemenu.js +6 -6
  151. package/dist/components/gb-nav-bar.js +3 -3
  152. package/dist/components/gb-notification-content.js +1 -1
  153. package/dist/components/gb-notification-pane.js +1 -1
  154. package/dist/components/gb-pagination-button-group-base.js +1 -1
  155. package/dist/components/gb-pagination-dot-group.js +1 -1
  156. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  157. package/dist/components/gb-pagination-number-base.js +1 -1
  158. package/dist/components/gb-pagination.js +20 -20
  159. package/dist/components/gb-password-button.js +1 -1
  160. package/dist/components/gb-progress-bar.js +1 -1
  161. package/dist/components/gb-progress-circle.js +1 -1
  162. package/dist/components/gb-quick-action-card.js +1 -1
  163. package/dist/components/gb-quick-action-icon.js +1 -1
  164. package/dist/components/gb-scrollbar.js +1 -1
  165. package/dist/components/gb-sidebar.js +9 -9
  166. package/dist/components/gb-simple-side-bar-item.js +1 -1
  167. package/dist/components/gb-slider-control-handle.js +1 -1
  168. package/dist/components/gb-slider.js +3 -3
  169. package/dist/components/gb-status-indicator.js +1 -1
  170. package/dist/components/gb-step-base.js +1 -1
  171. package/dist/components/gb-step-icon-base.js +1 -1
  172. package/dist/components/gb-stepper-horizontal-icons-centered.js +3 -3
  173. package/dist/components/gb-stepper-horizontal-icons-connected.js +1 -1
  174. package/dist/components/gb-stepper-horizontal-line-with-text.js +3 -3
  175. package/dist/components/gb-stepper-horizontal-minimal-icons.js +2 -2
  176. package/dist/components/gb-stepper-vertical-icons-with-text.js +3 -3
  177. package/dist/components/gb-tab-button-base.js +1 -1
  178. package/dist/components/gb-table-cell.js +1 -1
  179. package/dist/components/gb-table-header.js +17 -17
  180. package/dist/components/gb-tag-checkbox.js +1 -1
  181. package/dist/components/gb-tag-close.js +1 -1
  182. package/dist/components/gb-tag-count.js +1 -1
  183. package/dist/components/gb-tag.js +1 -1
  184. package/dist/components/gb-textarea-input-field.js +10 -10
  185. package/dist/components/gb-theme-tab.js +1 -1
  186. package/dist/components/gb-toast-button.js +1 -1
  187. package/dist/components/gb-toast.js +3 -3
  188. package/dist/components/gb-toggle-base.js +1 -1
  189. package/dist/components/gb-toggle.js +2 -2
  190. package/dist/components/gb-token-field-compact.js +1 -1
  191. package/dist/components/gb-token-field-compressed.js +3 -3
  192. package/dist/components/gb-tooltip.js +1 -1
  193. package/dist/components/gb-vertical-tabs.js +1 -1
  194. package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
  195. package/dist/components/gb-wysiwyg-tooltip.js +2 -2
  196. package/dist/components/{p-DPiBHqx4.js → p-9ZUgVQD7.js} +5 -5
  197. package/dist/components/{p-DPiBHqx4.js.map → p-9ZUgVQD7.js.map} +1 -1
  198. package/dist/components/{p-BmWIlhmE.js → p-B1EkPc5m.js} +7 -7
  199. package/dist/components/{p-BmWIlhmE.js.map → p-B1EkPc5m.js.map} +1 -1
  200. package/dist/components/{p--2LX-0Qy.js → p-B67aDQnT.js} +6 -6
  201. package/dist/components/{p--2LX-0Qy.js.map → p-B67aDQnT.js.map} +1 -1
  202. package/dist/components/{p-Ba12J65c.js → p-B69-UNB9.js} +3 -3
  203. package/dist/components/{p-Ba12J65c.js.map → p-B69-UNB9.js.map} +1 -1
  204. package/dist/components/{p-Cw7CWiJg.js → p-B7RWkzWS.js} +8 -8
  205. package/dist/components/{p-Cw7CWiJg.js.map → p-B7RWkzWS.js.map} +1 -1
  206. package/dist/components/{p-Dmpr2hhM.js → p-BBmHlCLG.js} +3 -3
  207. package/dist/components/{p-Dmpr2hhM.js.map → p-BBmHlCLG.js.map} +1 -1
  208. package/dist/components/{p-diohOKjk.js → p-BGzW_Q_8.js} +3 -3
  209. package/dist/components/p-BGzW_Q_8.js.map +1 -0
  210. package/dist/components/{p-RzLA-m6H.js → p-BPH_-v6m.js} +3 -3
  211. package/dist/components/{p-RzLA-m6H.js.map → p-BPH_-v6m.js.map} +1 -1
  212. package/dist/components/{p-CtaCz2iJ.js → p-BPMCKgk_.js} +7 -7
  213. package/dist/components/{p-CtaCz2iJ.js.map → p-BPMCKgk_.js.map} +1 -1
  214. package/dist/components/{p-CMwoLiFi.js → p-BRpPIib0.js} +3 -3
  215. package/dist/components/{p-CMwoLiFi.js.map → p-BRpPIib0.js.map} +1 -1
  216. package/dist/components/{p-BGNY27n7.js → p-BTgud_Z7.js} +3 -3
  217. package/dist/components/{p-BGNY27n7.js.map → p-BTgud_Z7.js.map} +1 -1
  218. package/dist/components/{p-LTyb5eel.js → p-BTyV1qGp.js} +4 -4
  219. package/dist/components/{p-LTyb5eel.js.map → p-BTyV1qGp.js.map} +1 -1
  220. package/dist/components/{p-D1Lxacnl.js → p-Bg6QLGzZ.js} +4 -4
  221. package/dist/components/{p-D1Lxacnl.js.map → p-Bg6QLGzZ.js.map} +1 -1
  222. package/dist/components/{p-BVGgLukX.js → p-BnT3FVEc.js} +3 -3
  223. package/dist/components/{p-BVGgLukX.js.map → p-BnT3FVEc.js.map} +1 -1
  224. package/dist/components/{p-Dg-cBKxN.js → p-BnZ9herS.js} +9 -9
  225. package/dist/components/{p-Dg-cBKxN.js.map → p-BnZ9herS.js.map} +1 -1
  226. package/dist/components/{p-D5JkKy2V.js → p-Bp2QI1mQ.js} +8 -8
  227. package/dist/components/{p-D5JkKy2V.js.map → p-Bp2QI1mQ.js.map} +1 -1
  228. package/dist/components/{p-C29way95.js → p-BrGEUidd.js} +3 -3
  229. package/dist/components/{p-C29way95.js.map → p-BrGEUidd.js.map} +1 -1
  230. package/dist/components/{p-CnHJq9y9.js → p-C1696BH6.js} +3 -3
  231. package/dist/components/p-C1696BH6.js.map +1 -0
  232. package/dist/components/{p-2CwrRF8t.js → p-C34WcOJ1.js} +3 -3
  233. package/dist/components/{p-2CwrRF8t.js.map → p-C34WcOJ1.js.map} +1 -1
  234. package/dist/components/{p-DIw-IuY4.js → p-CExbnXap.js} +3 -3
  235. package/dist/components/p-CExbnXap.js.map +1 -0
  236. package/dist/components/{p-F1xK24HI.js → p-CHE6ZFjo.js} +3 -3
  237. package/dist/components/{p-F1xK24HI.js.map → p-CHE6ZFjo.js.map} +1 -1
  238. package/dist/components/{p-DceI0MXY.js → p-CLh-eY8D.js} +5 -5
  239. package/dist/components/{p-DceI0MXY.js.map → p-CLh-eY8D.js.map} +1 -1
  240. package/dist/components/{p-CvEEf4BE.js → p-CZ2t37YQ.js} +7 -7
  241. package/dist/components/{p-CvEEf4BE.js.map → p-CZ2t37YQ.js.map} +1 -1
  242. package/dist/components/{p-DMLnca0-.js → p-Cgr1vT1T.js} +3 -3
  243. package/dist/components/{p-DMLnca0-.js.map → p-Cgr1vT1T.js.map} +1 -1
  244. package/dist/components/{p-B08YOj2a.js → p-Cj4og87S.js} +5 -5
  245. package/dist/components/{p-B08YOj2a.js.map → p-Cj4og87S.js.map} +1 -1
  246. package/dist/components/{p-CtokTEpJ.js → p-CmJl0V6U.js} +4 -4
  247. package/dist/components/{p-CtokTEpJ.js.map → p-CmJl0V6U.js.map} +1 -1
  248. package/dist/components/{p-DNfghlL1.js → p-Cw6DRkDY.js} +3 -3
  249. package/dist/components/{p-DNfghlL1.js.map → p-Cw6DRkDY.js.map} +1 -1
  250. package/dist/components/{p-C_kGMW3j.js → p-D6L_ud3J.js} +3 -3
  251. package/dist/components/{p-C_kGMW3j.js.map → p-D6L_ud3J.js.map} +1 -1
  252. package/dist/components/{p-B2MAHaEe.js → p-DAU9viCK.js} +4 -4
  253. package/dist/components/{p-B2MAHaEe.js.map → p-DAU9viCK.js.map} +1 -1
  254. package/dist/components/{p-BzFaHpOH.js → p-DAszr2Za.js} +3 -3
  255. package/dist/components/{p-BzFaHpOH.js.map → p-DAszr2Za.js.map} +1 -1
  256. package/dist/components/{p-D0vRAvxu.js → p-DCln0aFY.js} +5 -5
  257. package/dist/components/{p-D0vRAvxu.js.map → p-DCln0aFY.js.map} +1 -1
  258. package/dist/components/p-DFO3LpU8.js +100 -0
  259. package/dist/components/p-DFO3LpU8.js.map +1 -0
  260. package/dist/components/{p-DcEe6wpK.js → p-DHc0p6vl.js} +4 -4
  261. package/dist/components/{p-DcEe6wpK.js.map → p-DHc0p6vl.js.map} +1 -1
  262. package/dist/components/{p-B8ixgItU.js → p-DOvL-li6.js} +3 -3
  263. package/dist/components/{p-B8ixgItU.js.map → p-DOvL-li6.js.map} +1 -1
  264. package/dist/components/{p-DvBm95qc.js → p-DRqbm8Fw.js} +4 -4
  265. package/dist/components/{p-DvBm95qc.js.map → p-DRqbm8Fw.js.map} +1 -1
  266. package/dist/components/{p-CLvNwkWl.js → p-DWbDpuZ_.js} +4 -4
  267. package/dist/components/{p-CLvNwkWl.js.map → p-DWbDpuZ_.js.map} +1 -1
  268. package/dist/components/{p-DRRPv5Mp.js → p-DYHp5Qsk.js} +3 -3
  269. package/dist/components/{p-DRRPv5Mp.js.map → p-DYHp5Qsk.js.map} +1 -1
  270. package/dist/components/{p-DP5BDHiF.js → p-DYNlghdf.js} +3 -3
  271. package/dist/components/{p-DP5BDHiF.js.map → p-DYNlghdf.js.map} +1 -1
  272. package/dist/components/{p-BUldLCug.js → p-DeRAAqdI.js} +4 -4
  273. package/dist/components/{p-BUldLCug.js.map → p-DeRAAqdI.js.map} +1 -1
  274. package/dist/components/{p-BV9UrAv0.js → p-DgcK7hcl.js} +3 -3
  275. package/dist/components/{p-BV9UrAv0.js.map → p-DgcK7hcl.js.map} +1 -1
  276. package/dist/components/{p-Dvp485BV.js → p-Dl5DVLNc.js} +3 -3
  277. package/dist/components/{p-Dvp485BV.js.map → p-Dl5DVLNc.js.map} +1 -1
  278. package/dist/components/{p-DQetRgxr.js → p-Dog0UdC3.js} +26 -26
  279. package/dist/components/{p-DQetRgxr.js.map → p-Dog0UdC3.js.map} +1 -1
  280. package/dist/components/{p-CAfEcZEN.js → p-Fl5dZuTb.js} +6 -6
  281. package/dist/components/{p-CAfEcZEN.js.map → p-Fl5dZuTb.js.map} +1 -1
  282. package/dist/components/{p-CRLFTeGi.js → p-YwUrxdME.js} +18 -18
  283. package/dist/components/{p-CRLFTeGi.js.map → p-YwUrxdME.js.map} +1 -1
  284. package/dist/components/{p-BD-F5Inf.js → p-nvFiMHzK.js} +3 -3
  285. package/dist/components/{p-BD-F5Inf.js.map → p-nvFiMHzK.js.map} +1 -1
  286. package/dist/components/test-input-tag.js +9 -9
  287. package/dist/docs.json +226 -1
  288. package/dist/esm/{gb-avatar_23.entry.js → gb-avatar_34.entry.js} +696 -50
  289. package/dist/esm/gb-avatar_34.entry.js.map +1 -0
  290. package/dist/esm/gb-button-group.gb-export-dropdown.gb-filter-button.entry.js.map +1 -1
  291. package/dist/esm/gb-button-group_3.entry.js +1 -1
  292. package/dist/esm/gb-button-group_3.entry.js.map +1 -1
  293. package/dist/esm/gb-collapse-button_4.entry.js +1 -1
  294. package/dist/esm/gb-input-dropdown.gb-pagination-button-group-base.gb-pagination-number-base.entry.js.map +1 -1
  295. package/dist/esm/gb-input-dropdown_3.entry.js +5 -5
  296. package/dist/esm/gb-input-dropdown_3.entry.js.map +1 -1
  297. package/dist/esm/gb-mega-input-field-base.entry.js +2 -2
  298. package/dist/esm/gb-metric-card.entry.js +1 -1
  299. package/dist/esm/gb-metric-featured-icon.entry.js +1 -1
  300. package/dist/esm/gb-nav-bar-sidemenu.entry.js +1 -1
  301. package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
  302. package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
  303. package/dist/esm/gb-pagination.entry.js +4 -4
  304. package/dist/esm/gb-progress-bar.entry.js +1 -1
  305. package/dist/esm/gb-progress-circle.entry.js +1 -1
  306. package/dist/esm/gb-quick-action-card.entry.js +1 -1
  307. package/dist/esm/gb-quick-action-icon.entry.js +1 -1
  308. package/dist/esm/gb-scrollbar.entry.js +1 -1
  309. package/dist/esm/gb-sidebar.entry.js +1 -1
  310. package/dist/esm/gb-slider-control-handle.entry.js +1 -1
  311. package/dist/esm/gb-slider.entry.js +1 -1
  312. package/dist/esm/gb-step-base_2.entry.js +2 -2
  313. package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js +1 -1
  314. package/dist/esm/gb-stepper-horizontal-icons-connected.entry.js +1 -1
  315. package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js +1 -1
  316. package/dist/esm/gb-stepper-horizontal-minimal-icons.entry.js +1 -1
  317. package/dist/esm/gb-stepper-vertical-icons-with-text.entry.js +1 -1
  318. package/dist/esm/gb-tab-button-base.entry.js +3 -3
  319. package/dist/esm/gb-table-cell.entry.js +1 -1
  320. package/dist/esm/gb-table-header.entry.js +1 -1
  321. package/dist/esm/gb-textarea-input-field.entry.js +3 -3
  322. package/dist/esm/gb-toast-button.entry.js +1 -1
  323. package/dist/esm/gb-toast.entry.js +1 -1
  324. package/dist/esm/gb-toggle-base.entry.js +2 -2
  325. package/dist/esm/gb-toggle.entry.js +1 -1
  326. package/dist/esm/gb-token-field-compact.entry.js +1 -1
  327. package/dist/esm/gb-token-field-compressed.entry.js +2 -2
  328. package/dist/esm/gb-vertical-tabs.entry.js +1 -1
  329. package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
  330. package/dist/esm/gb-wysiwyg-tooltip.entry.js +1 -1
  331. package/dist/esm/globuscomponents.js +1 -1
  332. package/dist/esm/loader.js +1 -1
  333. package/dist/esm/test-input-tag.entry.js +2 -2
  334. package/dist/globuscomponents/assets/plus.svg +3 -0
  335. package/dist/globuscomponents/assets/upload-cloud-02.svg +3 -0
  336. package/dist/globuscomponents/gb-button-group.gb-export-dropdown.gb-filter-button.entry.esm.js.map +1 -1
  337. package/dist/globuscomponents/gb-button.css +7 -7
  338. package/dist/globuscomponents/gb-input-dropdown.gb-pagination-button-group-base.gb-pagination-number-base.entry.esm.js.map +1 -1
  339. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  340. package/dist/globuscomponents/{p-cfbdf452.entry.js → p-0503cc21.entry.js} +2 -2
  341. package/dist/globuscomponents/{p-26b35f51.entry.js → p-09eea8c1.entry.js} +2 -2
  342. package/dist/globuscomponents/{p-2ca3e6ce.entry.js → p-10c7ca96.entry.js} +2 -2
  343. package/dist/globuscomponents/p-1469d68b.entry.js +2 -0
  344. package/dist/globuscomponents/p-1469d68b.entry.js.map +1 -0
  345. package/dist/globuscomponents/p-1aa48c3b.entry.js +2 -0
  346. package/dist/globuscomponents/p-22055ab2.entry.js +2 -0
  347. package/dist/globuscomponents/{p-f74c5b55.entry.js → p-251d7274.entry.js} +2 -2
  348. package/dist/globuscomponents/{p-3b855d39.entry.js → p-2549ccb5.entry.js} +2 -2
  349. package/dist/globuscomponents/{p-0a37fbae.entry.js → p-2ab6fa13.entry.js} +2 -2
  350. package/dist/globuscomponents/{p-e19b3443.entry.js → p-3286102b.entry.js} +2 -2
  351. package/dist/globuscomponents/{p-15f7d0fb.entry.js → p-38fcb784.entry.js} +2 -2
  352. package/dist/globuscomponents/{p-562762d0.entry.js → p-3a2bf45e.entry.js} +2 -2
  353. package/dist/globuscomponents/{p-b6913f92.entry.js → p-539eec46.entry.js} +2 -2
  354. package/dist/globuscomponents/{p-11b6e8e4.entry.js → p-564212ce.entry.js} +2 -2
  355. package/dist/globuscomponents/{p-a1ac9c14.entry.js → p-57143266.entry.js} +2 -2
  356. package/dist/globuscomponents/{p-f4a1c099.entry.js → p-5a132f69.entry.js} +2 -2
  357. package/dist/globuscomponents/{p-f65b45c1.entry.js → p-5f908f3e.entry.js} +2 -2
  358. package/dist/globuscomponents/{p-1cc354eb.entry.js → p-6b42c2f1.entry.js} +2 -2
  359. package/dist/globuscomponents/p-6b42c2f1.entry.js.map +1 -0
  360. package/dist/globuscomponents/p-746c80f5.entry.js +2 -0
  361. package/dist/globuscomponents/{p-2443874e.entry.js → p-79dfcb27.entry.js} +2 -2
  362. package/dist/globuscomponents/{p-f341bdc7.entry.js → p-7eba2fc0.entry.js} +2 -2
  363. package/dist/globuscomponents/{p-c6aa7188.entry.js → p-850223be.entry.js} +2 -2
  364. package/dist/globuscomponents/{p-01c77cff.entry.js → p-8f28547f.entry.js} +2 -2
  365. package/dist/globuscomponents/{p-b1c0e7b9.entry.js → p-8f55791a.entry.js} +2 -2
  366. package/dist/globuscomponents/p-8f55791a.entry.js.map +1 -0
  367. package/dist/globuscomponents/{p-47e7bbb2.entry.js → p-949d9ef7.entry.js} +2 -2
  368. package/dist/globuscomponents/{p-3faf8737.entry.js → p-9a6a477b.entry.js} +2 -2
  369. package/dist/globuscomponents/{p-f69a720c.entry.js → p-9ba9f8e6.entry.js} +2 -2
  370. package/dist/globuscomponents/{p-332785f4.entry.js → p-a2c8b980.entry.js} +2 -2
  371. package/dist/globuscomponents/{p-a1b0e3e7.entry.js → p-b33b2a74.entry.js} +2 -2
  372. package/dist/globuscomponents/{p-53d903e2.entry.js → p-c08d1674.entry.js} +2 -2
  373. package/dist/globuscomponents/{p-2350a47a.entry.js → p-c63ede2e.entry.js} +2 -2
  374. package/dist/globuscomponents/{p-f81df674.entry.js → p-c980447d.entry.js} +2 -2
  375. package/dist/globuscomponents/{p-955e6094.entry.js → p-cb6cac36.entry.js} +2 -2
  376. package/dist/globuscomponents/{p-dc0f0eed.entry.js → p-d5fc529b.entry.js} +2 -2
  377. package/dist/globuscomponents/p-d83112e8.entry.js +2 -0
  378. package/dist/globuscomponents/{p-147c8cc2.entry.js → p-d9622f42.entry.js} +2 -2
  379. package/dist/globuscomponents/{p-e091a484.entry.js → p-f086dd82.entry.js} +2 -2
  380. package/dist/globuscomponents/{p-13f5ad43.entry.js → p-f7bada25.entry.js} +2 -2
  381. package/dist/globuscomponents/{p-8ece3c25.entry.js → p-fec1a6e5.entry.js} +2 -2
  382. package/dist/globuscomponents/readme.md +2 -0
  383. package/dist/types/components/gb-empty-state/gb-empty-state.d.ts +9 -1
  384. package/dist/types/components/gb-pattern/gb-pattern.d.ts +0 -0
  385. package/dist/types/components.d.ts +12 -0
  386. package/package.json +1 -1
  387. package/dist/cjs/gb-avatar-dropdown.gb-header-icon.gb-help-dropdown.gb-notification-pane.entry.cjs.js.map +0 -1
  388. package/dist/cjs/gb-avatar-dropdown_4.cjs.entry.js +0 -219
  389. package/dist/cjs/gb-avatar-dropdown_4.cjs.entry.js.map +0 -1
  390. package/dist/cjs/gb-avatar-label-group.gb-icon-button-base.gb-theme-tab.entry.cjs.js.map +0 -1
  391. package/dist/cjs/gb-avatar-label-group_3.cjs.entry.js +0 -157
  392. package/dist/cjs/gb-avatar-label-group_3.cjs.entry.js.map +0 -1
  393. package/dist/cjs/gb-avatar_23.cjs.entry.js.map +0 -1
  394. package/dist/cjs/gb-badge.gb-badge-close.entry.cjs.js.map +0 -1
  395. package/dist/cjs/gb-badge_2.cjs.entry.js +0 -100
  396. package/dist/cjs/gb-badge_2.cjs.entry.js.map +0 -1
  397. package/dist/cjs/gb-header.cjs.entry.js +0 -170
  398. package/dist/cjs/gb-header.cjs.entry.js.map +0 -1
  399. package/dist/cjs/gb-header.entry.cjs.js.map +0 -1
  400. package/dist/cjs/gb-notification-content.cjs.entry.js +0 -24
  401. package/dist/cjs/gb-notification-content.cjs.entry.js.map +0 -1
  402. package/dist/cjs/gb-notification-content.entry.cjs.js.map +0 -1
  403. package/dist/components/p-B0gSLDO0.js +0 -100
  404. package/dist/components/p-B0gSLDO0.js.map +0 -1
  405. package/dist/components/p-CnHJq9y9.js.map +0 -1
  406. package/dist/components/p-DIw-IuY4.js.map +0 -1
  407. package/dist/components/p-diohOKjk.js.map +0 -1
  408. package/dist/esm/gb-avatar-dropdown.gb-header-icon.gb-help-dropdown.gb-notification-pane.entry.js.map +0 -1
  409. package/dist/esm/gb-avatar-dropdown_4.entry.js +0 -214
  410. package/dist/esm/gb-avatar-dropdown_4.entry.js.map +0 -1
  411. package/dist/esm/gb-avatar-label-group.gb-icon-button-base.gb-theme-tab.entry.js.map +0 -1
  412. package/dist/esm/gb-avatar-label-group_3.entry.js +0 -153
  413. package/dist/esm/gb-avatar-label-group_3.entry.js.map +0 -1
  414. package/dist/esm/gb-avatar_23.entry.js.map +0 -1
  415. package/dist/esm/gb-badge.gb-badge-close.entry.js.map +0 -1
  416. package/dist/esm/gb-badge_2.entry.js +0 -97
  417. package/dist/esm/gb-badge_2.entry.js.map +0 -1
  418. package/dist/esm/gb-header.entry.js +0 -168
  419. package/dist/esm/gb-header.entry.js.map +0 -1
  420. package/dist/esm/gb-notification-content.entry.js +0 -22
  421. package/dist/esm/gb-notification-content.entry.js.map +0 -1
  422. package/dist/globuscomponents/gb-avatar-dropdown.gb-header-icon.gb-help-dropdown.gb-notification-pane.entry.esm.js.map +0 -1
  423. package/dist/globuscomponents/gb-avatar-label-group.gb-icon-button-base.gb-theme-tab.entry.esm.js.map +0 -1
  424. package/dist/globuscomponents/gb-badge.gb-badge-close.entry.esm.js.map +0 -1
  425. package/dist/globuscomponents/gb-header.entry.esm.js.map +0 -1
  426. package/dist/globuscomponents/gb-notification-content.entry.esm.js.map +0 -1
  427. package/dist/globuscomponents/p-1cc354eb.entry.js.map +0 -1
  428. package/dist/globuscomponents/p-20dcff31.entry.js +0 -2
  429. package/dist/globuscomponents/p-20dcff31.entry.js.map +0 -1
  430. package/dist/globuscomponents/p-2acb52f8.entry.js +0 -2
  431. package/dist/globuscomponents/p-2acb52f8.entry.js.map +0 -1
  432. package/dist/globuscomponents/p-4e6e4b2b.entry.js +0 -2
  433. package/dist/globuscomponents/p-584641d7.entry.js +0 -2
  434. package/dist/globuscomponents/p-75ecfbb3.entry.js +0 -2
  435. package/dist/globuscomponents/p-a4a692c8.entry.js +0 -2
  436. package/dist/globuscomponents/p-b1c0e7b9.entry.js.map +0 -1
  437. package/dist/globuscomponents/p-e4b67dd1.entry.js +0 -2
  438. package/dist/globuscomponents/p-e4b67dd1.entry.js.map +0 -1
  439. package/dist/globuscomponents/p-f0c270fb.entry.js +0 -2
  440. package/dist/globuscomponents/p-f0c270fb.entry.js.map +0 -1
  441. package/dist/globuscomponents/p-f683356e.entry.js +0 -2
  442. package/dist/globuscomponents/p-f683356e.entry.js.map +0 -1
  443. package/dist/globuscomponents/p-ffbbabfe.entry.js +0 -2
  444. package/dist/globuscomponents/p-ffbbabfe.entry.js.map +0 -1
  445. /package/dist/globuscomponents/{p-cfbdf452.entry.js.map → p-0503cc21.entry.js.map} +0 -0
  446. /package/dist/globuscomponents/{p-26b35f51.entry.js.map → p-09eea8c1.entry.js.map} +0 -0
  447. /package/dist/globuscomponents/{p-2ca3e6ce.entry.js.map → p-10c7ca96.entry.js.map} +0 -0
  448. /package/dist/globuscomponents/{p-584641d7.entry.js.map → p-1aa48c3b.entry.js.map} +0 -0
  449. /package/dist/globuscomponents/{p-4e6e4b2b.entry.js.map → p-22055ab2.entry.js.map} +0 -0
  450. /package/dist/globuscomponents/{p-f74c5b55.entry.js.map → p-251d7274.entry.js.map} +0 -0
  451. /package/dist/globuscomponents/{p-3b855d39.entry.js.map → p-2549ccb5.entry.js.map} +0 -0
  452. /package/dist/globuscomponents/{p-0a37fbae.entry.js.map → p-2ab6fa13.entry.js.map} +0 -0
  453. /package/dist/globuscomponents/{p-e19b3443.entry.js.map → p-3286102b.entry.js.map} +0 -0
  454. /package/dist/globuscomponents/{p-15f7d0fb.entry.js.map → p-38fcb784.entry.js.map} +0 -0
  455. /package/dist/globuscomponents/{p-562762d0.entry.js.map → p-3a2bf45e.entry.js.map} +0 -0
  456. /package/dist/globuscomponents/{p-b6913f92.entry.js.map → p-539eec46.entry.js.map} +0 -0
  457. /package/dist/globuscomponents/{p-11b6e8e4.entry.js.map → p-564212ce.entry.js.map} +0 -0
  458. /package/dist/globuscomponents/{p-a1ac9c14.entry.js.map → p-57143266.entry.js.map} +0 -0
  459. /package/dist/globuscomponents/{p-f4a1c099.entry.js.map → p-5a132f69.entry.js.map} +0 -0
  460. /package/dist/globuscomponents/{p-f65b45c1.entry.js.map → p-5f908f3e.entry.js.map} +0 -0
  461. /package/dist/globuscomponents/{p-a4a692c8.entry.js.map → p-746c80f5.entry.js.map} +0 -0
  462. /package/dist/globuscomponents/{p-2443874e.entry.js.map → p-79dfcb27.entry.js.map} +0 -0
  463. /package/dist/globuscomponents/{p-f341bdc7.entry.js.map → p-7eba2fc0.entry.js.map} +0 -0
  464. /package/dist/globuscomponents/{p-c6aa7188.entry.js.map → p-850223be.entry.js.map} +0 -0
  465. /package/dist/globuscomponents/{p-01c77cff.entry.js.map → p-8f28547f.entry.js.map} +0 -0
  466. /package/dist/globuscomponents/{p-47e7bbb2.entry.js.map → p-949d9ef7.entry.js.map} +0 -0
  467. /package/dist/globuscomponents/{p-3faf8737.entry.js.map → p-9a6a477b.entry.js.map} +0 -0
  468. /package/dist/globuscomponents/{p-f69a720c.entry.js.map → p-9ba9f8e6.entry.js.map} +0 -0
  469. /package/dist/globuscomponents/{p-332785f4.entry.js.map → p-a2c8b980.entry.js.map} +0 -0
  470. /package/dist/globuscomponents/{p-a1b0e3e7.entry.js.map → p-b33b2a74.entry.js.map} +0 -0
  471. /package/dist/globuscomponents/{p-53d903e2.entry.js.map → p-c08d1674.entry.js.map} +0 -0
  472. /package/dist/globuscomponents/{p-2350a47a.entry.js.map → p-c63ede2e.entry.js.map} +0 -0
  473. /package/dist/globuscomponents/{p-f81df674.entry.js.map → p-c980447d.entry.js.map} +0 -0
  474. /package/dist/globuscomponents/{p-955e6094.entry.js.map → p-cb6cac36.entry.js.map} +0 -0
  475. /package/dist/globuscomponents/{p-dc0f0eed.entry.js.map → p-d5fc529b.entry.js.map} +0 -0
  476. /package/dist/globuscomponents/{p-75ecfbb3.entry.js.map → p-d83112e8.entry.js.map} +0 -0
  477. /package/dist/globuscomponents/{p-147c8cc2.entry.js.map → p-d9622f42.entry.js.map} +0 -0
  478. /package/dist/globuscomponents/{p-e091a484.entry.js.map → p-f086dd82.entry.js.map} +0 -0
  479. /package/dist/globuscomponents/{p-13f5ad43.entry.js.map → p-f7bada25.entry.js.map} +0 -0
  480. /package/dist/globuscomponents/{p-8ece3c25.entry.js.map → p-fec1a6e5.entry.js.map} +0 -0
@@ -38,7 +38,7 @@ export class GbStepBase {
38
38
  this.internalState = newValue;
39
39
  }
40
40
  render() {
41
- return (h(Fragment, null, this.type === 'text_line' && (h(Fragment, null, h("div", { key: '639e6cb365900b52ef4c026f4452c6649aafc28d', class: `bar ${this.size} ${this.status} ${this.internalState}` }), this.showContent && (h("div", { key: '92ac8f08e83cba0c861efa65f0fcb6808cd4724d', class: `text_line_div ${this.size} ${this.status} ${this.internalState}` }, h("div", { key: '86b07fe80c2c05b02e57bf3e50ee0037d7baf123', class: `text_line_div_content` }, h("p", { key: '6fd9780a4ccfab8f4b097d6ac6ece31fd041681c', class: `text_line_label text-sm-semi-bold ${this.status} ${this.internalState}` }, this.label), this.showSupportingText && h("p", { key: '296379638b82a0cfc49bd159897183520eb7dd38', class: `text_line_text text-xs-regular ${this.status} ${this.internalState}` }, this.supportingText)))))), this.type === 'icon_only' && (h("div", { key: 'a52f3ffa46f9a255698ae963c57e3aaba304b437', class: `icon_only_div ${this.status} ${this.internalState} ${this.size}` }, this.status !== 'complete' && h("div", { key: 'cb165d97b5d27c4c4c9306f20679670c52cd3e26', class: `dot ${this.status} ${this.internalState} ${this.size}` }), this.status === 'complete' && (h("svg", { key: '8326bcbdb809cced6bb4b716420108400652e164', xmlns: "http://www.w3.org/2000/svg", width: "12", height: "10", viewBox: "0 0 12 10", fill: "none", class: `tick ${this.status} ${this.internalState} ${this.size}` }, h("path", { key: '8f771ef935a58c2a4cf2deb3c3c34d7273bc7cd9', d: "M1 6.45455C1 6.45455 2.07143 6.45455 3.5 9C3.5 9 7.47059 2.33333 11 1", stroke: "#075DB2", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.type === 'icon_left' && (h("div", { key: '6d28726e4e4cf9c120618332e9c1aaacb854e032', class: `icon_left_div ${this.size}` }, h("div", { key: 'a297228bb86abb08d6a30c13724a50e88dee6e0a', class: "connector_wrap" }, h("gb-step-icon-base", { key: 'c39533e90244a39e7f16d9656d0652f894876354', size: this.size, status: this.internalStatus, state: this.internalState }), this.connector && (h("div", { key: '0e7294d92de50f295e10a08b47d92844103e508d', class: "connector_div" }, h("div", { key: '01909724723c3c7beb7f2217c26709f63354c4fa', class: `icon_left_connector ${this.internalState} ${this.status}` })))), h("div", { key: '49c9de23a26be79afa745647c196b79cb1a724f1', class: "icon_left_text" }, h("p", { key: '891048880643bb5a12b6307d9f76775b565e2473', class: `text_line_label text-sm-semi-bold ${this.status} ${this.internalState}` }, this.label), h("p", { key: '3e06d85ac2f98b7ad2b37ea42260154bff41eddd', class: `text_line_text ${this.breakpoint} text-xs-regular ${this.status} ${this.internalState}` }, this.supportingText)))), this.type === 'icon_top' && (h("div", { key: '9c01f99452a75ad759046a93106948812087d259', class: `icon_top_div ${this.size}` }, h("div", { key: '9ea6c2a83c392009aa969f9de372d3cb6631508e', class: "step_icon_div" }, h("div", { key: 'e205e4ddb6903dc7d956fdf89d1176cb49911114', class: "step_icon" }, h("div", { key: 'e7b1f9325cf356b2059f8ea22cda0f94195aecad', class: `icon_only_div ${this.status} ${this.internalState} ${this.size}` }, this.status !== 'complete' && h("div", { key: 'ef916988c69741e0173ca85c656c966783ff8eea', class: `dot ${this.status} ${this.internalState} ${this.size}` }), this.status === 'complete' && (h("svg", { key: 'a23e588a8203e185432d166d672df6a2ef9c3986', xmlns: "http://www.w3.org/2000/svg", width: "12", height: "10", viewBox: "0 0 12 10", fill: "none", class: `tick ${this.status} ${this.internalState} ${this.size}` }, h("path", { key: 'b131b17c1f37c28e2ed2fb29be66239ffa9674b1', d: "M1 6.45455C1 6.45455 2.07143 6.45455 3.5 9C3.5 9 7.47059 2.33333 11 1", stroke: "#075DB2", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("div", { key: '483c5c5c5599d235477fc58ce2dd01e19fb56f65', class: "icon_top_content" }, h("p", { key: '89440ea1cb4da86e8f5b888fef2917c5753b4e65', class: `text_line_label text-sm-semi-bold ${this.status} ${this.internalState}` }, this.label), h("p", { key: '2197bbd5e8118005700d51183185baae32fe3099', class: `text_line_text ${this.breakpoint} text-xs-regular ${this.status} ${this.internalState}` }, this.supportingText)))), this.type === 'featured_icon_left' && (h("div", { key: '3efe5670fa498ca7a5f761ae59f8c3f15f593aba', class: "featured_icon_left_div" }, h("div", { key: 'bf0a80c058428dda7ef66dea4f3dd630868b15c1', class: "connector_wrap" }, h("gb-featured-icon", { key: 'd1a89bee5961b3b4b7edacb7bc8c7abe42fd2b8b', size: "sm", icon: "assets/user.svg", destructive: this.internalState === 'destructive' ? true : false }), this.connector && (h("div", { key: '03517f8d7c485677cf53fd1fbe93d5603b687e43', class: "connector_div" }, h("div", { key: 'a59e4c5befd99d841356d21cae31e566adadf94e', class: `featured_icon_left_connector ${this.size} ${this.internalState} ${this.status}` })))), h("div", { key: '865c51165e984b8ef82da08f51c8c2115fac7f48', class: "featured_icon_left_content" }, h("p", { key: '8bc559cc746d319dcabbda1ef5fb6d6703ed4d0b', class: `featured_icon_left_label ${this.featuredIconLeftLabelClasses()} ${this.status} ${this.internalState}` }, this.label), h("p", { key: '400211b284098a6cfee94e928dbb2e6ea7633c3b', class: `featured_icon_left_text ${this.featuredIconLeftTextClasses()} ${this.status} ${this.internalState}` }, this.supportingText))))));
41
+ return (h(Fragment, null, this.type === 'text_line' && (h(Fragment, null, h("div", { key: '66c7d5d346cb897ba6df209313741770187164ae', class: `bar ${this.size} ${this.status} ${this.internalState}` }), this.showContent && (h("div", { key: 'fcc55e660368da7a6a4a5b18b79cbf70062e5d88', class: `text_line_div ${this.size} ${this.status} ${this.internalState}` }, h("div", { key: '64fdbb6673d642c1e957891ac52582e5f12af7a2', class: `text_line_div_content` }, h("p", { key: '76483caafa8492f8563b724163a80a2541f4d0cc', class: `text_line_label text-sm-semi-bold ${this.status} ${this.internalState}` }, this.label), this.showSupportingText && h("p", { key: '6ee48d4cc3ad3842235c0c477b9475f0a7dd3f77', class: `text_line_text text-xs-regular ${this.status} ${this.internalState}` }, this.supportingText)))))), this.type === 'icon_only' && (h("div", { key: '0ac6f3e4e96ff7fe1e21b27b22581f7750d68a6c', class: `icon_only_div ${this.status} ${this.internalState} ${this.size}` }, this.status !== 'complete' && h("div", { key: '528a1fb9a89401dea5bfda490ccdd75abdc7f328', class: `dot ${this.status} ${this.internalState} ${this.size}` }), this.status === 'complete' && (h("svg", { key: '5ca9d818c7c7744d5669e08f7ccf7e00ebe23c25', xmlns: "http://www.w3.org/2000/svg", width: "12", height: "10", viewBox: "0 0 12 10", fill: "none", class: `tick ${this.status} ${this.internalState} ${this.size}` }, h("path", { key: '7a5001e1d671b3a1d9190f0b03b7cc6a652d4e72', d: "M1 6.45455C1 6.45455 2.07143 6.45455 3.5 9C3.5 9 7.47059 2.33333 11 1", stroke: "#075DB2", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.type === 'icon_left' && (h("div", { key: '0195f1876b3c2a5cda92f3afb4651738ff9c8c6a', class: `icon_left_div ${this.size}` }, h("div", { key: '95cc202fa731be46e2ca36f14fb017930f56ea75', class: "connector_wrap" }, h("gb-step-icon-base", { key: '2deedfc78528a195ffb4c2ef965f73f60dfc1a95', size: this.size, status: this.internalStatus, state: this.internalState }), this.connector && (h("div", { key: '9cecd5362eb37905b2af261bf29dd56fd93eb4b9', class: "connector_div" }, h("div", { key: '923cc3a3ba3b10c4b74d783f4dd15153c22cd62d', class: `icon_left_connector ${this.internalState} ${this.status}` })))), h("div", { key: '32c3f701ea5cef81c6c0a34b8164cdbeb144f038', class: "icon_left_text" }, h("p", { key: '109c3873b72014079609d43ee82df7380d1824c8', class: `text_line_label text-sm-semi-bold ${this.status} ${this.internalState}` }, this.label), h("p", { key: '711dd1e421b62138f23e50c6803669b052468f98', class: `text_line_text ${this.breakpoint} text-xs-regular ${this.status} ${this.internalState}` }, this.supportingText)))), this.type === 'icon_top' && (h("div", { key: 'e4ece22d30bfc41718b3c94f2150b356b7c8e9ca', class: `icon_top_div ${this.size}` }, h("div", { key: 'c0d1193495b12d5bc42ca642c8460bc708e3ea6b', class: "step_icon_div" }, h("div", { key: 'addba14a030b9aa4a5a01cbccc0e28b1ff06862b', class: "step_icon" }, h("div", { key: '2d7eb6446939259f47548f75d361d1237a379650', class: `icon_only_div ${this.status} ${this.internalState} ${this.size}` }, this.status !== 'complete' && h("div", { key: '38a3c7a71cb6cc0bd76b398f79412ccd3d154464', class: `dot ${this.status} ${this.internalState} ${this.size}` }), this.status === 'complete' && (h("svg", { key: '2ae5ecb8a58a2f4ed2553d17e42bafbdbd44d6d3', xmlns: "http://www.w3.org/2000/svg", width: "12", height: "10", viewBox: "0 0 12 10", fill: "none", class: `tick ${this.status} ${this.internalState} ${this.size}` }, h("path", { key: 'b72bbb7444670e19af641e953358a9c7600e80ca', d: "M1 6.45455C1 6.45455 2.07143 6.45455 3.5 9C3.5 9 7.47059 2.33333 11 1", stroke: "#075DB2", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("div", { key: '036701bffab8d0f9b064546516d81f4915e89bfb', class: "icon_top_content" }, h("p", { key: '12d74417ef7d8ca84fdbbd5722e7375ab4a2e2bc', class: `text_line_label text-sm-semi-bold ${this.status} ${this.internalState}` }, this.label), h("p", { key: '37fa2f156dd6b5521828f107f52257ae8743643f', class: `text_line_text ${this.breakpoint} text-xs-regular ${this.status} ${this.internalState}` }, this.supportingText)))), this.type === 'featured_icon_left' && (h("div", { key: 'cb9f1270770b2818172522f693880b734129788d', class: "featured_icon_left_div" }, h("div", { key: '6e24b4b9ca8df5b125aa1536007697a8661b9622', class: "connector_wrap" }, h("gb-featured-icon", { key: '793cdb2c7c308af7f7333a3f7009801b1c621a32', size: "sm", icon: "assets/user.svg", destructive: this.internalState === 'destructive' ? true : false }), this.connector && (h("div", { key: 'df7cee9f3381ff8d96739522ff3f3368efcb767d', class: "connector_div" }, h("div", { key: '19e91fceab303a135a43e8b53cb731f6cafd4883', class: `featured_icon_left_connector ${this.size} ${this.internalState} ${this.status}` })))), h("div", { key: 'e3e30f0b741034495fdfe51bc9a78e2fa2ef834c', class: "featured_icon_left_content" }, h("p", { key: '85adc6290ee762514a324a617597adfebf1ac668', class: `featured_icon_left_label ${this.featuredIconLeftLabelClasses()} ${this.status} ${this.internalState}` }, this.label), h("p", { key: 'bd85db860fed8eee5844349030ae6426b1b8d62e', class: `featured_icon_left_text ${this.featuredIconLeftTextClasses()} ${this.status} ${this.internalState}` }, this.supportingText))))));
42
42
  }
43
43
  static get is() { return "gb-step-base"; }
44
44
  static get encapsulation() { return "shadow"; }
@@ -11,7 +11,7 @@ export class GbStepIconBase {
11
11
  this.internalState = newValue;
12
12
  }
13
13
  render() {
14
- return (h("div", { key: '3991a4130af39b416b9d0a18e02f7dc083319e66', class: `icon_base_div ${this.internalStatus} ${this.internalState} ${this.size}` }, this.status !== 'complete' && h("div", { key: '320c3f5cff18d776129c8d9ae333684835bdae9a', class: `dot ${this.internalStatus} ${this.internalState} ${this.size}` }), this.status === 'complete' && (h("svg", { key: 'bc7ab23c82ea867776d4d2fbc7e3d9a06f9704b6', xmlns: "http://www.w3.org/2000/svg", width: "12", height: "10", viewBox: "0 0 12 10", fill: "none", class: `tick ${this.internalStatus} ${this.internalState} ${this.size}` }, h("path", { key: 'e863216e270463700b1e4013fcda116b9a59cfcf', d: "M1 6.45455C1 6.45455 2.07143 6.45455 3.5 9C3.5 9 7.47059 2.33333 11 1", stroke: "#075DB2", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
14
+ return (h("div", { key: '425e8d94dccd8f7551fd70ee839d47e2f804e6d5', class: `icon_base_div ${this.internalStatus} ${this.internalState} ${this.size}` }, this.status !== 'complete' && h("div", { key: '664d3d3c0ba9eba606952dd726a4aac07b3487c9', class: `dot ${this.internalStatus} ${this.internalState} ${this.size}` }), this.status === 'complete' && (h("svg", { key: '201c249f60c2a9e200ccda437703ef82e7da3258', xmlns: "http://www.w3.org/2000/svg", width: "12", height: "10", viewBox: "0 0 12 10", fill: "none", class: `tick ${this.internalStatus} ${this.internalState} ${this.size}` }, h("path", { key: '9c1b32de4f7013e81cf06d4b32f4ad9d1c34c722', d: "M1 6.45455C1 6.45455 2.07143 6.45455 3.5 9C3.5 9 7.47059 2.33333 11 1", stroke: "#075DB2", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
15
15
  }
16
16
  static get is() { return "gb-step-icon-base"; }
17
17
  static get encapsulation() { return "shadow"; }
@@ -29,7 +29,7 @@ export class GbStepperHorizontalIconsCentered {
29
29
  ];
30
30
  }
31
31
  render() {
32
- return (h(Fragment, null, this.type === 'icon' && (h("div", { key: '922125f3a42078da301028a5acb2d8bc267c4f11', class: "icons_centered_div" }, this.breakpoint === 'desktop' && (h("div", { key: '4900a2540fd0c51859d0ea94a5ead7225fba0033', class: "step_div" }, this.steps.map((step, index) => (h(Fragment, null, h("gb-step-base", { size: this.size, type: "icon_top", state: step.state, status: step.status, connector: index === this.steps.length - 1 ? false : true, label: step.label, "supporting-text": step.supportingText, breakpoint: "desktop" }), index !== this.steps.length - 1 ? (h("div", { class: "connector_div" }, h("div", { class: `icon_top_connector ${step.state} ` }))) : null))))), this.breakpoint === 'mobile' && (h(Fragment, null, this.steps.map((step, index) => (h(Fragment, null, h("gb-step-base", { size: this.size, type: "icon_left", state: step.state, status: step.status, connector: index === this.steps.length - 1 ? false : true, label: step.label, "supporting-text": step.supportingText })))))))), this.type === 'featured_icon' && (h("div", { key: 'ec0c2b71ef7e4ae8e41c0f066d0e313bd0115754', class: "icons_centered_div" }, this.breakpoint === 'desktop' && (h("div", { key: '85c439031276da53be6916a50d137a2ffff84dab', class: "step_div" }, this.steps.map((step, index) => (h(Fragment, null, h("gb-step-base", { size: this.size, type: "icon_top", state: step.state, status: step.status, connector: index === this.steps.length - 1 ? false : true, label: step.label, "supporting-text": step.supportingText, breakpoint: "desktop" }), index !== this.steps.length - 1 ? (h("div", { class: "connector_div" }, h("div", { class: `icon_top_connector ${step.state} ` }))) : null))))), this.breakpoint === 'mobile' && (h(Fragment, null, this.steps.map((step, index) => (h(Fragment, null, h("gb-step-base", { size: this.size, type: "featured_icon_left", state: step.state, status: step.status, connector: index === this.steps.length - 1 ? false : true, label: step.label, "supporting-text": step.supportingText }))))))))));
32
+ return (h(Fragment, null, this.type === 'icon' && (h("div", { key: '03c64e29f9864ad341b466645db182918d6437bc', class: "icons_centered_div" }, this.breakpoint === 'desktop' && (h("div", { key: 'ff4d31abbbfb7c4bb2f0d671506f2e834477f04a', class: "step_div" }, this.steps.map((step, index) => (h(Fragment, null, h("gb-step-base", { size: this.size, type: "icon_top", state: step.state, status: step.status, connector: index === this.steps.length - 1 ? false : true, label: step.label, "supporting-text": step.supportingText, breakpoint: "desktop" }), index !== this.steps.length - 1 ? (h("div", { class: "connector_div" }, h("div", { class: `icon_top_connector ${step.state} ` }))) : null))))), this.breakpoint === 'mobile' && (h(Fragment, null, this.steps.map((step, index) => (h(Fragment, null, h("gb-step-base", { size: this.size, type: "icon_left", state: step.state, status: step.status, connector: index === this.steps.length - 1 ? false : true, label: step.label, "supporting-text": step.supportingText })))))))), this.type === 'featured_icon' && (h("div", { key: '84f5eb049a420b96e2d2e5b65921f6e9b50c5c55', class: "icons_centered_div" }, this.breakpoint === 'desktop' && (h("div", { key: '8b309e41aa0ef502ccef4cba6f0ca8dcd8a95269', class: "step_div" }, this.steps.map((step, index) => (h(Fragment, null, h("gb-step-base", { size: this.size, type: "icon_top", state: step.state, status: step.status, connector: index === this.steps.length - 1 ? false : true, label: step.label, "supporting-text": step.supportingText, breakpoint: "desktop" }), index !== this.steps.length - 1 ? (h("div", { class: "connector_div" }, h("div", { class: `icon_top_connector ${step.state} ` }))) : null))))), this.breakpoint === 'mobile' && (h(Fragment, null, this.steps.map((step, index) => (h(Fragment, null, h("gb-step-base", { size: this.size, type: "featured_icon_left", state: step.state, status: step.status, connector: index === this.steps.length - 1 ? false : true, label: step.label, "supporting-text": step.supportingText }))))))))));
33
33
  }
34
34
  static get is() { return "gb-stepper-horizontal-icons-centered"; }
35
35
  static get encapsulation() { return "shadow"; }
@@ -21,7 +21,7 @@ export class GbStepperHorizontalIconsCentered {
21
21
  ];
22
22
  }
23
23
  render() {
24
- return (h("div", { key: 'b06d28343a9f06c5470e52d93f15e372c23ddfe3', class: "icons_centered_container" }, h("div", { key: '4ae1bc9f1f1fc399bfec44d25049df07e3367639', class: "icons_centered_div" })));
24
+ return (h("div", { key: '487ad0912adada6886913c5e02bc20aa3fdc2841', class: "icons_centered_container" }, h("div", { key: '5f9915ee9e3b3665a07e198e66ae2961fe405be9', class: "icons_centered_div" })));
25
25
  }
26
26
  static get is() { return "gb-stepper-horizontal-icons-connected"; }
27
27
  static get encapsulation() { return "shadow"; }
@@ -41,7 +41,7 @@ export class GbStepperHorizontalLineWithText {
41
41
  this.showSupportingText = this.width < 768 ? false : true;
42
42
  }
43
43
  render() {
44
- return (h("div", { key: 'a6e999858241cdc76f44f074a2299dff9dc0cdb1', class: "text_with_line" }, this.internalSteps.map(step => (h("gb-step-base", { size: this.size, type: "text_line", state: step.state, status: step.status, label: step.label, "supporting-text": step.supportingText, "show-content": this.showContent, "show-supporting-text": this.showSupportingText })))));
44
+ return (h("div", { key: 'a914208b44dbc87f01e3872d7354711047a008df', class: "text_with_line" }, this.internalSteps.map(step => (h("gb-step-base", { size: this.size, type: "text_line", state: step.state, status: step.status, label: step.label, "supporting-text": step.supportingText, "show-content": this.showContent, "show-supporting-text": this.showSupportingText })))));
45
45
  }
46
46
  static get is() { return "gb-stepper-horizontal-line-with-text"; }
47
47
  static get encapsulation() { return "shadow"; }
@@ -25,7 +25,7 @@ export class GbStepperHorizontalMinimalIcons {
25
25
  }
26
26
  render() {
27
27
  const indexOfCurrentStep = this.steps.findIndex(step => step.status === 'current');
28
- return (h("div", { key: '724ddab65f3f69b14b0d59a72fe9f8cddb891919', class: `minimai_icons_container ${this.position}` }, h("div", { key: '7597ad91201c486897c1af37b199771e2011aee7', class: `minimai_icons_div ${this.size} ${this.position}` }, this.position !== 'left' && (h(Fragment, null, this.text && (h("p", { key: '4147c1d1c979cb689a5af5241872ed71d6fc75b8', class: "step_text text-sm-medium" }, "Step ", indexOfCurrentStep + 1, " of ", this.steps.length)))), this.steps.map(step => (h("gb-step-icon-base", { size: this.size, status: step.status, state: step.state }))), this.position === 'left' && (h(Fragment, null, this.text && (h("p", { key: '5342c8e235c342a168e659496ac24f467e8c691b', class: "step_text text-sm-medium" }, "Step ", indexOfCurrentStep + 1, " of ", this.steps.length)))))));
28
+ return (h("div", { key: '02bfb7729d6db31cf4357e1478ed10917ab86ed2', class: `minimai_icons_container ${this.position}` }, h("div", { key: '0ac761188cf9e33af267c86ae43718e6544b9f22', class: `minimai_icons_div ${this.size} ${this.position}` }, this.position !== 'left' && (h(Fragment, null, this.text && (h("p", { key: '5811b2e90c3a32f71d749a195acd7b7b483143bc', class: "step_text text-sm-medium" }, "Step ", indexOfCurrentStep + 1, " of ", this.steps.length)))), this.steps.map(step => (h("gb-step-icon-base", { size: this.size, status: step.status, state: step.state }))), this.position === 'left' && (h(Fragment, null, this.text && (h("p", { key: '8dd23fc0854abb0ffc2601be929bfe8214cefb58', class: "step_text text-sm-medium" }, "Step ", indexOfCurrentStep + 1, " of ", this.steps.length)))))));
29
29
  }
30
30
  static get is() { return "gb-stepper-horizontal-minimal-icons"; }
31
31
  static get encapsulation() { return "shadow"; }
@@ -31,7 +31,7 @@ export class GbstepperVerticalIconsWithText {
31
31
  this.stepClicked.emit(index);
32
32
  }
33
33
  render() {
34
- return (h("div", { key: '579578bf62f9b9521f6d305231ba8be1f341014d', class: "vertical_stepper_div" }, this.type === 'icon' && (h(Fragment, null, this.internalSteps.map((step, index) => (h("gb-step-base", { size: this.size, type: "icon_left", state: step.state, status: step.status, connector: index === this.steps.length - 1 ? false : this.connector, label: step.label, "supporting-text": step.supportingText, onClick: () => this.emitIndex(index) })))))));
34
+ return (h("div", { key: 'd46876c4d90b07d35fd536415bb0b21d68e48882', class: "vertical_stepper_div" }, this.type === 'icon' && (h(Fragment, null, this.internalSteps.map((step, index) => (h("gb-step-base", { size: this.size, type: "icon_left", state: step.state, status: step.status, connector: index === this.steps.length - 1 ? false : this.connector, label: step.label, "supporting-text": step.supportingText, onClick: () => this.emitIndex(index) })))))));
35
35
  }
36
36
  static get is() { return "gb-stepper-vertical-icons-with-text"; }
37
37
  static get encapsulation() { return "shadow"; }
@@ -40,11 +40,11 @@ export class GbTabButtonBase {
40
40
  this.tabClicked.emit();
41
41
  }
42
42
  render() {
43
- return (h("div", { key: 'e86f412fc6eec92dfe312167dfffabef43da51cc', class: `tab_button_div ${this.type}
43
+ return (h("div", { key: '5722100d3cb7a7407ee920c38aaffdd077f824ce', class: `tab_button_div ${this.type}
44
44
  ${this.current ? 'current' : ''}
45
45
  ${this.fullWidth ? 'full_width' : ''}
46
46
  ${this.size}
47
- ${this.alignment}`, onClick: () => this.handleClick() }, h("p", { key: 'f6bc2439f82ed834d427dcc77f450ce3d73d7f02', class: `${!this.current ? 'tab_text' : ''} ${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (h("gb-badge", { key: '51d6a3851dda8fd5e34d4d4f8a18a045ca8866e1', size: "sm", type: "pill_color", color: this.current && this.type === 'button_primary'
47
+ ${this.alignment}`, onClick: () => this.handleClick() }, h("p", { key: 'a858ab2d3e7fbc2399d5fe00a48199211c0d329e', class: `${!this.current ? 'tab_text' : ''} ${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (h("gb-badge", { key: '721ac9b3dbe674e94fba49cd13956e26565704dd', size: "sm", type: "pill_color", color: this.current && this.type === 'button_primary'
48
48
  ? 'information'
49
49
  : this.current && this.type === 'underline'
50
50
  ? 'information'
@@ -53,7 +53,7 @@ export class GbTabButtonBase {
53
53
  :
54
54
  this.current && this.type === 'line'
55
55
  ? 'information'
56
- : 'gray' }, h("slot", { key: '718707a6546eac7572f7004b4c307e0a2f6b52da', name: "count" })))));
56
+ : 'gray' }, h("slot", { key: 'f57e02a65c3d0b924a86e3e5f2aa504d243c7a4e', name: "count" })))));
57
57
  }
58
58
  static get is() { return "gb-tab-button-base"; }
59
59
  static get encapsulation() { return "shadow"; }
@@ -1,7 +1,7 @@
1
1
  import { h } from "@stencil/core";
2
2
  export class GbTableCell {
3
3
  render() {
4
- return (h("div", { key: '98ddd157867d6c43fa36f006c172b97e05bbef12', class: "table_cell_div" }));
4
+ return (h("div", { key: '2b09705dc478d07d490dbc92cf3d35072276af01', class: "table_cell_div" }));
5
5
  }
6
6
  static get is() { return "gb-table-cell"; }
7
7
  static get encapsulation() { return "shadow"; }
@@ -49,7 +49,7 @@ export class GbTableHeader {
49
49
  this.layoutButtonClicked.emit(layout.detail);
50
50
  }
51
51
  render() {
52
- return (h("div", { key: 'e109f0209b69b8b5084da81a36465c8bba74b4a9', class: "table_header_div" }, h("div", { key: '33d032e2e9391d9ac127a965a8e05384ec2e4b83', class: "table_header_content" }, this.tableHeading && h("p", { key: '52f21d7bacf83d242ab0262af9defcca47c688d9', class: "table_heading text-lg-semi-bold" }, this.tableHeadingLabel), h("div", { key: '89b3d646796fc4643eaa6b9b2409f7cd3ee79a1a', class: "actions" }, this.showSearch && (h("div", { key: 'ed63ebc76a5c88a5a6b7a420a068441d54924a2b', class: "input_field" }, h("gb-input-field", { key: '0a505a4b4ccaa2527d86f359e97b7b20ead28fff', size: "sm", type: "icon_leading", "icon-swap": "assets/search-01.svg", placeholder: "Search", onInputValueChanged: this.emitValue.bind(this) }))), h("div", { key: '231dc8b3d28dbd71a7f0ad5ceea8f5f6b43c71ef', class: "action" }, this.showLayoutToggle && h("gb-button-group", { key: 'f304bf215cda3c97bc50c158fd3c4afcdc57760f', items: this.items, icon: "only", onOptionChange: this.onLayoutButtonClicked.bind(this) }), this.showColumnOptions && (h("gb-button", { key: '0ad985a04c32fce360cea02441e4e0075a5785b9', size: "md", hierarchy: "secondary_gray", icon: this.width <= 1007 ? 'only' : 'default', "icon-leading": true, "icon-leading-swap": "assets/column-insert.svg" }, h("p", { key: 'dea0a9709b8f2b9f7bedfb0021533a618b436d95' }, "Columns"))), this.showFilter && (h("gb-filter-button", { key: '728ffad1d5975c7906c2fc811c62b8b90e51e23f', state: this.filterState, "icon-only": this.width <= 1007 ? true : false, onClick: () => this.onFilterButtonClicked() }, h("p", { key: '7d3271476d09c02e8dbac8e945e96c89b11d0b0b', slot: "filter_count" }, this.filterCount))), this.showExport && (h("div", { key: '75945ad88f4a9c9e3799f4ee1755d95db6c09811', class: "export" }, h("gb-button", { key: '4132003d6ceb73bc3cbd92c7c403794417d504e3', size: "md", hierarchy: "secondary_gray", icon: this.width <= 1007 ? 'only' : 'default', "icon-leading": true, "icon-leading-swap": "assets/file-export.svg", "icon-trailing": this.width <= 1007 ? false : true, "icon-trailing-swap": "assets/arrow-down-01.svg", onClick: () => this.toggleDropdown() }, h("p", { key: 'e4300ff7482e5e4501d21d433f5a397ebae2f423' }, "Export")), this.showExportDropdown && (h("gb-export-dropdown", { key: '87c50e619893d646598635236dad7a37b18273db', "show-entire-data": this.showEntireData, onExportClicked: () => this.emitSelection.bind(this), class: "dropdown" })))), this.showRefreshButton && (h("div", { key: 'b6c30de654b75f6ea30c5ecb11ed57b7f31e8ffa', class: "refresh_button" }, h("gb-button", { key: '29f6162a2ad6d777c18886e1be5c5bdbfd08cc46', size: "md", hierarchy: "secondary_gray", icon: this.width <= 1007 ? 'only' : 'default', "icon-leading": true, "icon-leading-swap": "assets/refresh.svg", onClick: () => this.onRefreshButtonClicked() }))))))));
52
+ return (h("div", { key: '16b45f136aeb3be5bddcd4823b38f6df4fe8a8bd', class: "table_header_div" }, h("div", { key: 'ed5b0c79a22a159f4567aa2750621b24502611cb', class: "table_header_content" }, this.tableHeading && h("p", { key: 'd5303cf05680d5e49e8389f1e44947b408967ecd', class: "table_heading text-lg-semi-bold" }, this.tableHeadingLabel), h("div", { key: 'b408037b17e585a0ff8b07eb4215d028ef10909c', class: "actions" }, this.showSearch && (h("div", { key: '7625d94e804ebf26db4495947aa5b596e05932fa', class: "input_field" }, h("gb-input-field", { key: '3cdbe008577a77465c332373f319ed9f8e1a76f1', size: "sm", type: "icon_leading", "icon-swap": "assets/search-01.svg", placeholder: "Search", onInputValueChanged: this.emitValue.bind(this) }))), h("div", { key: '13d017dfa76665dc36ea5ab3b98dd9983023f4ee', class: "action" }, this.showLayoutToggle && h("gb-button-group", { key: '949769d65792cb28f5d916985b503621a7275562', items: this.items, icon: "only", onOptionChange: this.onLayoutButtonClicked.bind(this) }), this.showColumnOptions && (h("gb-button", { key: 'bd84f7177ed9b6846ef21b81f77463b695519332', size: "md", hierarchy: "secondary_gray", icon: this.width <= 1007 ? 'only' : 'default', "icon-leading": true, "icon-leading-swap": "assets/column-insert.svg" }, h("p", { key: '839b3b8e984796829d0f28ed066ce70a9c4ca02f' }, "Columns"))), this.showFilter && (h("gb-filter-button", { key: 'fd81510cd7284cf0eb01f7065cbb7ed10709cd07', state: this.filterState, "icon-only": this.width <= 1007 ? true : false, onClick: () => this.onFilterButtonClicked() }, h("p", { key: 'b978d396c01faa7ff4d75369d52f242ce9ccaad1', slot: "filter_count" }, this.filterCount))), this.showExport && (h("div", { key: '976bbe081735a4958fe00920dca123fd1edd49ba', class: "export" }, h("gb-button", { key: '3207f15aa2142ecf53eeb8195fe492ba1fd129c2', size: "md", hierarchy: "secondary_gray", icon: this.width <= 1007 ? 'only' : 'default', "icon-leading": true, "icon-leading-swap": "assets/file-export.svg", "icon-trailing": this.width <= 1007 ? false : true, "icon-trailing-swap": "assets/arrow-down-01.svg", onClick: () => this.toggleDropdown() }, h("p", { key: '6d0c6f267af9e610023283146d015cd0c9b775dd' }, "Export")), this.showExportDropdown && (h("gb-export-dropdown", { key: '820c6758d469cb284cd92ba21878e470f7e35d99', "show-entire-data": this.showEntireData, onExportClicked: () => this.emitSelection.bind(this), class: "dropdown" })))), this.showRefreshButton && (h("div", { key: '773df8095bfee2e0f8c6669b8c5be09e2b67545c', class: "refresh_button" }, h("gb-button", { key: 'e9e76a3c7efbae060a0c88a550da9ebe3c1faeb3', size: "md", hierarchy: "secondary_gray", icon: this.width <= 1007 ? 'only' : 'default', "icon-leading": true, "icon-leading-swap": "assets/refresh.svg", onClick: () => this.onRefreshButtonClicked() }))))))));
53
53
  }
54
54
  static get is() { return "gb-table-header"; }
55
55
  static get encapsulation() { return "shadow"; }
@@ -22,7 +22,7 @@ export class GbTag {
22
22
  }
23
23
  render() {
24
24
  const flagSwap = getAssetPath(`${this.flagSwap}`);
25
- return (h("div", { key: '4ace4ea1c8bb742b7a0f12c23807bf0c1a97c0f3', class: `container ${this.size}` }, h("div", { key: '6c5db1d06907aef2ae137c1c6a9a847375d08e3c', class: `content ${this.size}` }, this.checkbox && h("gb-tag-checkbox", { key: '05f2bd65fcabc78c36de80e31cd3268725208c31', size: this.size }), this.icon === 'false' && h(Fragment, null), this.icon === 'country' && (h("div", { key: '9c147f9a32604dc3d1e248a571286da7f7ef722b', class: "icon left-icon" }, h("img", { key: 'dd0df547864841bb13502584fa6721772f7300ff', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: 'ff0a2e24b8d66a00f7bd888bf22fb4cd013106da', class: "avatar-icon", size: "xxs", "status-icon": "false", text: true, color: "gray" }, h("slot", { key: '7d3a693e81f310058054094a5214762af2e28a7a', name: "initials", slot: "initials" }))), this.icon === 'dot' && (h("svg", { key: '66a5cbdb095740ab683b57495b4db4c3c0001b56', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: '7ec638e803bce4d13dc71e3680e9b672f9f7e747', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("div", { key: 'ea19aa67cf3a5a60dd9cb5bdd043ab47a46fcbc2', class: "label" }, h("slot", { key: 'c82cddb204791776620e72ab37dc6ff088167c96' })), this.action === 'count' && (h("gb-tag-count", { key: '6013cc0ed6df075295ca7c3bdd0252ff87e94e7a', size: this.size }, h("slot", { key: 'c0818984a57245e2530017ee2cc37daf2eb83ef2', slot: "count", name: "count" })))), this.action === 'X_close' && h("gb-tag-close", { key: 'd1724a150753925181570fc2541d759f8c828c10', size: this.size, onClick: () => this.onTagClose() })));
25
+ return (h("div", { key: 'cf1e35713c99c08c8895d83746eaeac801730bfa', class: `container ${this.size}` }, h("div", { key: '8fb7ecfc27bca16046e34a219320294dacb6c282', class: `content ${this.size}` }, this.checkbox && h("gb-tag-checkbox", { key: '3c3fca281dcc95a4bf95223b2ef89dfeac2a3f60', size: this.size }), this.icon === 'false' && h(Fragment, null), this.icon === 'country' && (h("div", { key: 'd978ac3977b00a9de92c22dbfec1cdf249cf2785', class: "icon left-icon" }, h("img", { key: '7ae52386e40f12df056d5365f7f21c2ab93f7979', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: '7263013715f89da5f054a62b3ad2ee404cf4b001', class: "avatar-icon", size: "xxs", "status-icon": "false", text: true, color: "gray" }, h("slot", { key: '3ab944fbe8dbfea67129baf45af164e60dbfb509', name: "initials", slot: "initials" }))), this.icon === 'dot' && (h("svg", { key: '4219b3459ccf5f46cbe98f2c64ea245a95a0cfcf', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: 'bdf91f3e788b94f995347606a24607ae853624d2', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("div", { key: '4bf656ea0e2bb0a03b88cbff234cbe669b391597', class: "label" }, h("slot", { key: 'b54e81ab8254ae5b73d84806a42e5bb02ec72464' })), this.action === 'count' && (h("gb-tag-count", { key: '922e3a89f422d601e470b5f54a0f886d496367b9', size: this.size }, h("slot", { key: '2f8023a87bc8274afe6b4bc77dfe66dec0440c86', slot: "count", name: "count" })))), this.action === 'X_close' && h("gb-tag-close", { key: 'd5a2c949d8aff4c204587768d8fcf6e267e7e768', size: this.size, onClick: () => this.onTagClose() })));
26
26
  }
27
27
  static get is() { return "gb-tag"; }
28
28
  static get encapsulation() { return "shadow"; }
@@ -6,7 +6,7 @@ export class GbTagCheckbox {
6
6
  this.disabled = false;
7
7
  }
8
8
  render() {
9
- return (h("label", { key: '8ebc37bcf2735d3fa1d409b0d6b26aef5a96173b', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, h("input", { key: '176259ea491c9d35e6871fc8aabdd5a9f3e76f6a', type: "checkbox", checked: this.checked, disabled: this.disabled }), h("span", { key: '23b9f9117c3bc7f71eb6cb0e15918259941ce002', class: `custom-checkbox ${this.size}` }, h("svg", { key: 'f398d8d2e73ed7ec936f8c435f8e223e677e8493', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: '9cdf1f5975655d1fab9c5ff6e941e30ac2fd88ba', d: "M2.5 7.25C2.5 7.25 3.25 7.25 4.25 9C4.25 9 7.02941 4.41667 9.5 3.5", stroke: "white", "stroke-width": "1.71429", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
9
+ return (h("label", { key: '3477f1230684cdc6254ba9e393deda1bafb2f860', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, h("input", { key: '530f715e10e4d3d3d61fedf94a6d00408643bc9f', type: "checkbox", checked: this.checked, disabled: this.disabled }), h("span", { key: '042e8cb32189bc206c990b46365ca62bde11b0cc', class: `custom-checkbox ${this.size}` }, h("svg", { key: '0d8eec5a517c5ca2e7f9c25ea67cecadf74ebf34', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: '42a767f9d462c2ecfb888380dea023388e5e3914', d: "M2.5 7.25C2.5 7.25 3.25 7.25 4.25 9C4.25 9 7.02941 4.41667 9.5 3.5", stroke: "white", "stroke-width": "1.71429", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
10
10
  }
11
11
  static get is() { return "gb-tag-checkbox"; }
12
12
  static get encapsulation() { return "shadow"; }
@@ -1,7 +1,7 @@
1
1
  import { h } from "@stencil/core";
2
2
  export class GbTagClose {
3
3
  render() {
4
- return (h("div", { key: '1cf62da06b2c77a0e90f9c81c82b09cdfdbba989', class: this.size }, h("svg", { key: 'cd494906d01138da0210d8dccf886928bab04353', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, h("path", { key: 'db9a49058dfc57ac08c630aff886dbef9e545654', d: "M7.91683 2.08328L2.0835 7.91662M2.0835 2.08328L7.91683 7.91662", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))));
4
+ return (h("div", { key: 'ede4931a64bcf2d70c2ce6f8197d540b612a3005', class: this.size }, h("svg", { key: 'e1bafcb0433ab6c69bf17ca1b3d0870b68c36b2e', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, h("path", { key: '4c29351e8ddb712b2f22ea2994315955ad763da5', d: "M7.91683 2.08328L2.0835 7.91662M2.0835 2.08328L7.91683 7.91662", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))));
5
5
  }
6
6
  static get is() { return "gb-tag-close"; }
7
7
  static get encapsulation() { return "shadow"; }
@@ -1,7 +1,7 @@
1
1
  import { h } from "@stencil/core";
2
2
  export class GbTagCount {
3
3
  render() {
4
- return (h("div", { key: 'b32b421d587782bf96a309983af73e8f3bc30fd5', class: this.size }, h("slot", { key: '6c7c2b81a6d6ae973718947b0d21c84f55e9ed7b', name: "count" })));
4
+ return (h("div", { key: '71ffc328a5ac2e990fc13d57da2f75f7b7ec1566', class: this.size }, h("slot", { key: 'a926f80cdad6f3f9fbf9aeba1cfa54dc834c8d8f', name: "count" })));
5
5
  }
6
6
  static get is() { return "gb-tag-count"; }
7
7
  static get encapsulation() { return "shadow"; }
@@ -192,12 +192,12 @@ export class GbTextareaInputField {
192
192
  }
193
193
  }
194
194
  render() {
195
- return (h("div", { key: '0503ec2cb1eaab3508402756271f31c0a834f4a9', class: "textarea_container" }, h("div", { key: '5c9231870a9205de58a4cf2bb376bf4d9a3fe5ad', class: "input_with_label" }, this.showLabel && h("p", { key: 'd5c4a4cfcee41d921d6c219c34ad28945e75ae7e', class: `label text-sm-medium` }, this.label), this.type === 'default' && (h("textarea", { key: '2281aa30324b589f844268959fa72101761d7192', ref: el => (this.textarea = el), onInput: () => this.handleInput(), onFocus: () => this.handleInputFocus(), class: `textarea default_textarea ${this.state} ${this.destructive ? 'destructive' : ''}`, placeholder: this.placeholderText, value: this.inputValue })), this.type === 'tags' && (h("div", { key: 'dcf4631e0bbd2ab6f27a6b26a2ef7ed7491bffd5', class: "textarea_tags" }, h("div", { key: '094f4e120722c4152a7dfca63254592c4440ed04', class: `textarea ${this.type} ${this.state} ${this.destructive ? 'destructive' : ''}`, onClick: () => this.handleWrapperClick() }, h("div", { key: '83d6e3dedd8dc6547f6ebef02e44cd9cf4a06742', class: `results_display ${this.state === 'disabled' ? 'disabled' : ''}`, ref: el => (this.resultsDisplayElement = el) }, this.value.length === 0 ? (h(Fragment, null, this.selectedItems.map((item, index) => (h(Fragment, null, typeof item === 'object' ? (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(index) }, h("p", { class: "text-xs-medium" }, item.objectName.split(' ')[0]), h("h1", { slot: "initials", class: "text-xxs-semi-bold" }, item.objectName
195
+ return (h("div", { key: '6910f4cb2de617d5848284fbb7be5268edd6abb6', class: "textarea_container" }, h("div", { key: '1052a812c4070ecf93c0cc221301eff74c7dbf7f', class: "input_with_label" }, this.showLabel && h("p", { key: 'e8acdfb628275aa52da4d3308ff362049ad4cd47', class: `label text-sm-medium` }, this.label), this.type === 'default' && (h("textarea", { key: '5517ff56ce1a6b00beaaa4381bb080c610688cee', ref: el => (this.textarea = el), onInput: () => this.handleInput(), onFocus: () => this.handleInputFocus(), class: `textarea default_textarea ${this.state} ${this.destructive ? 'destructive' : ''}`, placeholder: this.placeholderText, value: this.inputValue })), this.type === 'tags' && (h("div", { key: '65cf3f164831e22fbd5d50831efeeee8e9447a6f', class: "textarea_tags" }, h("div", { key: '119c51b91a773a6dbec514c3b671890ee695b8ea', class: `textarea ${this.type} ${this.state} ${this.destructive ? 'destructive' : ''}`, onClick: () => this.handleWrapperClick() }, h("div", { key: 'fa57ec9b651b09c5f9205b78833cd7cdce44560a', class: `results_display ${this.state === 'disabled' ? 'disabled' : ''}`, ref: el => (this.resultsDisplayElement = el) }, this.value.length === 0 ? (h(Fragment, null, this.selectedItems.map((item, index) => (h(Fragment, null, typeof item === 'object' ? (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(index) }, h("p", { class: "text-xs-medium" }, item.objectName.split(' ')[0]), h("h1", { slot: "initials", class: "text-xxs-semi-bold" }, item.objectName
196
196
  .split(' ')
197
197
  .map(part => part.charAt(0).toUpperCase())
198
- .join(''))))) : (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(index) }, h("p", { class: "text-xs-medium" }, 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.handleTagRemove(index), key: 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.handleTagRemove(index), key: index }, h("p", null, val)))))))), h("span", { key: '96a208db8f5b5d48e16202543044826818105bb3', class: "hidden-span", ref: el => (this.hiddenSpan = el) }, this.inputValue || ' '), h("div", { key: '166380ea3d006a50f03c845a3e6a6135144de040', class: "input_field" }, h("input", { key: '41aea661685c2f368eddf9d3933ba33038b3617f', id: this.idOfInput, class: `input_like text-md-regular ${this.state}`, type: "text",
198
+ .join(''))))) : (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(index) }, h("p", { class: "text-xs-medium" }, 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.handleTagRemove(index), key: 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.handleTagRemove(index), key: index }, h("p", null, val)))))))), h("span", { key: '538ac4956ef327dde4be2c6b322a8e92037f12f6', class: "hidden-span", ref: el => (this.hiddenSpan = el) }, this.inputValue || ' '), h("div", { key: '7c6da726c66856ebc745c8532b671c58947c0d02', class: "input_field" }, h("input", { key: 'bacfa66756d6c004752df58a383492e0156e9573', id: this.idOfInput, class: `input_like text-md-regular ${this.state}`, type: "text",
199
199
  // placeholder={this.placeholderText}
200
- value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.emitInputValue() }))), this.destructive && (h("div", { key: '5943d6241b8d414fb941a22bd186e01ffe8defd8', class: "help_icon" }, h("svg", { key: '8aabe4c25d47436ae66228ce1c698429e66a3518', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { key: '7a5f8b89d6dc9258d6f43b150aa99b4470215133', d: "M7.9947 10H8.00069M8.00004 8.00004V5.33337M14.6667 8.00004C14.6667 11.6819 11.6819 14.6667 8.00004 14.6667C4.31814 14.6667 1.33337 11.6819 1.33337 8.00004C1.33337 4.31814 4.31814 1.33337 8.00004 1.33337C11.6819 1.33337 14.6667 4.31814 14.6667 8.00004Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.show && (h("div", { key: '60ce1e68227f07df56c37f4cfe7150fad77056e1', class: `dropdown_menu` }, this.results.map(item => (h("gb-input-dropdown-menu-item", { type: "checkbox", "supporting-text": true, state: StateEnum.Default, onClick: () => this.selectDropdownItem(item), selected: this.isTagItemSelected(item) }, typeof item === 'object'
200
+ value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.emitInputValue() }))), this.destructive && (h("div", { key: '5a15f0d95a7e6a327d01290c961b61645b868e14', class: "help_icon" }, h("svg", { key: '6aa2be252bc4dcb148e706fba4f8a0b34f5c7ec4', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { key: 'e61656fe4c4c68a5de25da79996a688826748279', d: "M7.9947 10H8.00069M8.00004 8.00004V5.33337M14.6667 8.00004C14.6667 11.6819 11.6819 14.6667 8.00004 14.6667C4.31814 14.6667 1.33337 11.6819 1.33337 8.00004C1.33337 4.31814 4.31814 1.33337 8.00004 1.33337C11.6819 1.33337 14.6667 4.31814 14.6667 8.00004Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.show && (h("div", { key: 'e6790aeed00cfcfa83f0b6c830c4fab5703fac81', class: `dropdown_menu` }, this.results.map(item => (h("gb-input-dropdown-menu-item", { type: "checkbox", "supporting-text": true, state: StateEnum.Default, onClick: () => this.selectDropdownItem(item), selected: this.isTagItemSelected(item) }, typeof item === 'object'
201
201
  ? [h("p", { slot: "name" }, item.objectName), h("p", { slot: "supporting_text" }, item.objectValue)]
202
202
  : 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))));
203
203
  }
@@ -18,7 +18,7 @@ export class GbThemeTab {
18
18
  const systemIconSrc = getAssetPath(`assets/laptop.svg`);
19
19
  const sunSrc = getAssetPath(`assets/sun-02.svg`);
20
20
  const moonSrc = getAssetPath(`assets/moon-02.svg`);
21
- return (h("div", { key: 'f8c3653f37a6cd21fc1a7f8cc45f60a05500fffe', class: `theme_tab_div` }, h("div", { key: '65d0f0c5920aea5a89e9e3ecb5cca5a162270322', class: "tab" }, h("gb-icon-button-base", { key: '52867d9177bed7aa393e7d72dc45a344e7eeb43f', current: this.currentActiveTab === 'system' ? true : false, icon: systemIconSrc, label: "System", onClick: () => this.tabClicked('system') })), h("div", { key: 'abd3a44d740a9693f44d34e6dd4b2c60aa5227d3', class: "tab" }, h("gb-icon-button-base", { key: '1669f4b9c4dc4cc17d26f7d4e2458622775d46e3', current: this.currentActiveTab === 'light' ? true : false, icon: sunSrc, label: "Light", onClick: () => this.tabClicked('light') })), h("div", { key: '4e116f40f3b8a5492c1fcc3b6d3b477903a89311', class: "tab" }, h("gb-icon-button-base", { key: '040e0a9f9a53e94df20f16e27fb2728bdd7f704a', current: this.currentActiveTab === 'dark' ? true : false, icon: moonSrc, label: "Dark", onClick: () => this.tabClicked('dark') }))));
21
+ return (h("div", { key: 'f19d0d113284c7e871bf856198a5c9dcc0356c31', class: `theme_tab_div` }, h("div", { key: '7cbf5491d42f22209284b261828208b9873abf41', class: "tab" }, h("gb-icon-button-base", { key: '9ccb30d2eb6e0ba373832adf79528edb2163a37d', current: this.currentActiveTab === 'system' ? true : false, icon: systemIconSrc, label: "System", onClick: () => this.tabClicked('system') })), h("div", { key: '5e255d8ec228cf4f4c0f57760b83f3a446254632', class: "tab" }, h("gb-icon-button-base", { key: 'ae40bfd83508e39e5ca23c407539cc2f858e99eb', current: this.currentActiveTab === 'light' ? true : false, icon: sunSrc, label: "Light", onClick: () => this.tabClicked('light') })), h("div", { key: '3d6d4730fd7de08af61af78cf8c493f74565509e', class: "tab" }, h("gb-icon-button-base", { key: '0e2e5bb52f84d769f1132fb121d0d53033b098d0', current: this.currentActiveTab === 'dark' ? true : false, icon: moonSrc, label: "Dark", onClick: () => this.tabClicked('dark') }))));
22
22
  }
23
23
  static get is() { return "gb-theme-tab"; }
24
24
  static get encapsulation() { return "shadow"; }
@@ -19,7 +19,7 @@ export class GbToast {
19
19
  this.close.emit();
20
20
  }
21
21
  render() {
22
- return (h("div", { key: '61c3ef5f811bde5dd93c0626e2c0a64a3f55e704', class: `toast_div ${this.internalColor} ${this.size} ${this.breakpoint}` }, this.size === 'floating' && (h(Fragment, null, h("div", { key: '0b5fd8d37086069a145f0644029150c439296ba3', class: `icon_container` }, this.internalColor === 'success' ? (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "29", viewBox: "0 0 28 29", fill: "none", class: `svg_icon ${this.internalColor}` }, h("path", { opacity: "0.4", d: "M14.0666 2.24988H14.0665H13.9331H13.9331C11.3773 2.24986 9.36985 2.24985 7.80253 2.46057C6.19643 2.67651 4.92213 3.12805 3.9209 4.12928C2.91967 5.13051 2.46813 6.40481 2.2522 8.01091C2.04148 9.57822 2.04149 11.5857 2.0415 14.1415V14.1415V14.2749V14.2749C2.04149 16.8307 2.04148 18.8382 2.2522 20.4055C2.46813 22.0116 2.91967 23.2859 3.9209 24.2871C4.92213 25.2884 6.19643 25.7399 7.80253 25.9559C9.36985 26.1666 11.3773 26.1666 13.9331 26.1665H14.0665C16.6223 26.1666 18.6298 26.1666 20.1971 25.9559C21.8032 25.7399 23.0775 25.2884 24.0788 24.2871C25.08 23.2859 25.5315 22.0116 25.7475 20.4055C25.9582 18.8382 25.9582 16.8308 25.9582 14.2749V14.1415C25.9582 11.5857 25.9582 9.57822 25.7475 8.01091C25.5315 6.40481 25.08 5.13051 24.0788 4.12928C23.0775 3.12805 21.8032 2.67651 20.1971 2.46057C18.6298 2.24985 16.6224 2.24986 14.0666 2.24988Z", fill: "#079455" }), h("path", { d: "M19.2265 11.1487C19.7918 10.8396 19.9995 10.1307 19.6903 9.56536C19.3811 9.00004 18.6722 8.79238 18.1069 9.10154C15.9735 10.2683 14.2094 12.5199 13.0232 14.3362C12.5849 15.0074 12.2104 15.6429 11.9108 16.1812C11.6313 15.9101 11.3545 15.6747 11.1069 15.479C10.783 15.2228 10.4915 15.0208 10.2789 14.8816L9.91136 14.6534C9.35166 14.3342 8.63915 14.5291 8.31994 15.0888C8.0008 15.6484 8.19559 16.3607 8.75499 16.68L9.00033 16.8335C9.16695 16.9426 9.40042 17.1043 9.6598 17.3093C10.1936 17.7314 10.7696 18.2846 11.1321 18.8907C11.3546 19.2626 11.7649 19.4806 12.1977 19.4567C12.6303 19.4328 13.0142 19.1708 13.1944 18.7769L13.309 18.5372C13.388 18.3756 13.5063 18.1396 13.6603 17.8487C13.9689 17.2657 14.4176 16.4684 14.9769 15.612C16.1241 13.8554 17.6266 12.0237 19.2265 11.1487Z", fill: "#079455" }))) : this.color === 'error' ? (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "29", viewBox: "0 0 28 29", fill: "none", class: `svg_icon ${this.internalColor}` }, h("path", { opacity: "0.4", d: "M14.0665 2.49945C16.6224 2.49944 18.6298 2.49942 20.1971 2.71014C21.8032 2.92608 23.0775 3.37762 24.0788 4.37885C25.08 5.38008 25.5315 6.65438 25.7475 8.26048C25.9582 9.82779 25.9582 11.8352 25.9582 14.391V14.3911V14.5245V14.5245C25.9582 17.0803 25.9582 19.0878 25.7475 20.6551C25.5315 22.2612 25.08 23.5355 24.0788 24.5367C23.0775 25.538 21.8032 25.9895 20.1971 26.2054C18.6298 26.4161 16.6224 26.4161 14.0666 26.4161H14.0665H13.9331H13.9331C11.3773 26.4161 9.36984 26.4161 7.80253 26.2054C6.19643 25.9895 4.92213 25.538 3.9209 24.5367C2.91967 23.5355 2.46813 22.2612 2.2522 20.6551C2.04148 19.0878 2.04149 17.0803 2.0415 14.5245V14.3911C2.04149 11.8353 2.04148 9.8278 2.2522 8.26048C2.46813 6.65438 2.91967 5.38008 3.9209 4.37885C4.92213 3.37762 6.19643 2.92608 7.80253 2.71014C9.36985 2.49942 11.3773 2.49944 13.9331 2.49945H14.0665Z", fill: "#B51726" }), h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8335 19.7075C12.8335 19.0632 13.3535 18.5409 13.9949 18.5409H14.0054C14.6468 18.5409 15.1668 19.0632 15.1668 19.7075C15.1668 20.3519 14.6468 20.8742 14.0054 20.8742H13.9949C13.3535 20.8742 12.8335 20.3519 12.8335 19.7075Z", fill: "#B51726" }), h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.0003 16.2075C13.356 16.2075 12.8336 15.6852 12.8336 15.0409L12.8336 10.3742C12.8336 9.72985 13.356 9.20752 14.0003 9.20752C14.6446 9.20752 15.167 9.72985 15.167 10.3742L15.167 15.0409C15.167 15.6852 14.6446 16.2075 14.0003 16.2075Z", fill: "#B51726" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.internalColor}` }, h("path", { opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" })))), h("div", { key: '82644abec7633c62976ce626a9a1627ba3355115', class: `content ${this.size} ${this.actions ? ' actions' : ''}` }, h("div", { key: 'e36c8961d1505e87df5ab1aa3d4d1f6f4e76e0c6', class: `text ${this.size}` }, h("p", { key: 'a949745d4f48875764161e02d6f2ff5b1877b3fd', class: `text-sm-semi-bold main_text_${this.internalColor}` }, this.mainText), this.showSupportingText && h("p", { key: '980ec7a4aaefca1da95733c50d741c57847642ec', class: `text-xs-regular supporting_text_${this.internalColor}` }, this.supportingText)), this.actions && (h("div", { key: '2e0a04ba0d5773d2c49d9484caf185ba0c541022', 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.internalColor }, h("p", null, "Dismiss")), h("gb-toast-button", { state: StateEnum.Default, color: this.internalColor }, h("p", null, "View changes"))))))), this.xCloseButton && (h("gb-button-close", { key: '7bcfbbe66ee273bd1f8f4b98953b480e7c2fade2', size: "sm", color: this.internalColor === 'default' ? 'gray' : this.internalColor === 'gray' ? 'gray' : this.internalColor, class: `close_button ${this.size}`, onClick: () => this.closeToast() })))), this.size === 'full_width' && (h("div", { key: '068df80d26072e7cebda49efc91f2b33fda71fa4', class: `container ${this.breakpoint}` }, h("div", { key: 'c0f8fb8bab769cd7009dc22ad220e02e29d665af', class: `full_width_content ${this.breakpoint}` }, h("div", { key: '7d9533f4624fd5dedf4b21a511d180d8de2925ba', class: `inner_content ${this.breakpoint}` }, h("div", { key: 'f531679070cb640b928719875e2e4bdc6cb08e1c', class: `icon_container` }, h("svg", { key: '0ddf515ba63e14cc88879e69156f040f4fa9b559', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.internalColor}` }, h("path", { key: 'de757aaf35d5e4fb87f772447b150205367eac25', 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: '4dd9883f8c9e4e0b89643443f3dda4d73ff80d40', "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: '48ad61d6086736f863f84e259cb559489d721bd4', "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: '579713ac3329be36846de9b42f8a756556cea5c7', class: `text ${this.size} ${this.breakpoint}` }, h("p", { key: '1cb9c680832bce787d7874ffa738febbdc68f42f', class: `text-sm-semi-bold main_text_${this.internalColor}` }, this.mainText), this.showSupportingText && h("p", { key: '8111af21321703582b5c7dd7ac952d5316703f53', class: `text-xs-regular supporting_text_${this.internalColor}` }, this.supportingText))), this.actions && (h("div", { key: '740bb68adc42dfd0631e863f3f5eb0d3cf2a0a0d', 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.internalColor }, h("p", null, "Dismiss")), h("gb-toast-button", { state: StateEnum.Default, color: this.internalColor }, h("p", null, "View changes")))))), this.xCloseButton && (h("gb-button-close", { key: '804718f61bdbc2dcfb0e067abe22de550d69fd75', size: "sm", color: this.internalColor === 'default' ? 'gray' : this.internalColor === 'gray' ? 'gray' : this.internalColor, class: `close_button ${this.breakpoint}`, onClick: () => this.closeToast() })))))));
22
+ return (h("div", { key: 'f59e35294c18e0b4abbbad47f953743a2345662a', class: `toast_div ${this.internalColor} ${this.size} ${this.breakpoint}` }, this.size === 'floating' && (h(Fragment, null, h("div", { key: '46a9b58241e77b888e93bc50d2665864dada52e2', class: `icon_container` }, this.internalColor === 'success' ? (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "29", viewBox: "0 0 28 29", fill: "none", class: `svg_icon ${this.internalColor}` }, h("path", { opacity: "0.4", d: "M14.0666 2.24988H14.0665H13.9331H13.9331C11.3773 2.24986 9.36985 2.24985 7.80253 2.46057C6.19643 2.67651 4.92213 3.12805 3.9209 4.12928C2.91967 5.13051 2.46813 6.40481 2.2522 8.01091C2.04148 9.57822 2.04149 11.5857 2.0415 14.1415V14.1415V14.2749V14.2749C2.04149 16.8307 2.04148 18.8382 2.2522 20.4055C2.46813 22.0116 2.91967 23.2859 3.9209 24.2871C4.92213 25.2884 6.19643 25.7399 7.80253 25.9559C9.36985 26.1666 11.3773 26.1666 13.9331 26.1665H14.0665C16.6223 26.1666 18.6298 26.1666 20.1971 25.9559C21.8032 25.7399 23.0775 25.2884 24.0788 24.2871C25.08 23.2859 25.5315 22.0116 25.7475 20.4055C25.9582 18.8382 25.9582 16.8308 25.9582 14.2749V14.1415C25.9582 11.5857 25.9582 9.57822 25.7475 8.01091C25.5315 6.40481 25.08 5.13051 24.0788 4.12928C23.0775 3.12805 21.8032 2.67651 20.1971 2.46057C18.6298 2.24985 16.6224 2.24986 14.0666 2.24988Z", fill: "#079455" }), h("path", { d: "M19.2265 11.1487C19.7918 10.8396 19.9995 10.1307 19.6903 9.56536C19.3811 9.00004 18.6722 8.79238 18.1069 9.10154C15.9735 10.2683 14.2094 12.5199 13.0232 14.3362C12.5849 15.0074 12.2104 15.6429 11.9108 16.1812C11.6313 15.9101 11.3545 15.6747 11.1069 15.479C10.783 15.2228 10.4915 15.0208 10.2789 14.8816L9.91136 14.6534C9.35166 14.3342 8.63915 14.5291 8.31994 15.0888C8.0008 15.6484 8.19559 16.3607 8.75499 16.68L9.00033 16.8335C9.16695 16.9426 9.40042 17.1043 9.6598 17.3093C10.1936 17.7314 10.7696 18.2846 11.1321 18.8907C11.3546 19.2626 11.7649 19.4806 12.1977 19.4567C12.6303 19.4328 13.0142 19.1708 13.1944 18.7769L13.309 18.5372C13.388 18.3756 13.5063 18.1396 13.6603 17.8487C13.9689 17.2657 14.4176 16.4684 14.9769 15.612C16.1241 13.8554 17.6266 12.0237 19.2265 11.1487Z", fill: "#079455" }))) : this.color === 'error' ? (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "29", viewBox: "0 0 28 29", fill: "none", class: `svg_icon ${this.internalColor}` }, h("path", { opacity: "0.4", d: "M14.0665 2.49945C16.6224 2.49944 18.6298 2.49942 20.1971 2.71014C21.8032 2.92608 23.0775 3.37762 24.0788 4.37885C25.08 5.38008 25.5315 6.65438 25.7475 8.26048C25.9582 9.82779 25.9582 11.8352 25.9582 14.391V14.3911V14.5245V14.5245C25.9582 17.0803 25.9582 19.0878 25.7475 20.6551C25.5315 22.2612 25.08 23.5355 24.0788 24.5367C23.0775 25.538 21.8032 25.9895 20.1971 26.2054C18.6298 26.4161 16.6224 26.4161 14.0666 26.4161H14.0665H13.9331H13.9331C11.3773 26.4161 9.36984 26.4161 7.80253 26.2054C6.19643 25.9895 4.92213 25.538 3.9209 24.5367C2.91967 23.5355 2.46813 22.2612 2.2522 20.6551C2.04148 19.0878 2.04149 17.0803 2.0415 14.5245V14.3911C2.04149 11.8353 2.04148 9.8278 2.2522 8.26048C2.46813 6.65438 2.91967 5.38008 3.9209 4.37885C4.92213 3.37762 6.19643 2.92608 7.80253 2.71014C9.36985 2.49942 11.3773 2.49944 13.9331 2.49945H14.0665Z", fill: "#B51726" }), h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8335 19.7075C12.8335 19.0632 13.3535 18.5409 13.9949 18.5409H14.0054C14.6468 18.5409 15.1668 19.0632 15.1668 19.7075C15.1668 20.3519 14.6468 20.8742 14.0054 20.8742H13.9949C13.3535 20.8742 12.8335 20.3519 12.8335 19.7075Z", fill: "#B51726" }), h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.0003 16.2075C13.356 16.2075 12.8336 15.6852 12.8336 15.0409L12.8336 10.3742C12.8336 9.72985 13.356 9.20752 14.0003 9.20752C14.6446 9.20752 15.167 9.72985 15.167 10.3742L15.167 15.0409C15.167 15.6852 14.6446 16.2075 14.0003 16.2075Z", fill: "#B51726" }))) : (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.internalColor}` }, h("path", { opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" })))), h("div", { key: '09fb54a36743a5a216d053f6c0eb10f0559e05c4', class: `content ${this.size} ${this.actions ? ' actions' : ''}` }, h("div", { key: 'fc453173c83e4ce02fb3df7ea2c65609f1c475b3', class: `text ${this.size}` }, h("p", { key: 'ff636eea1b7f4a4fbd4e0fc3f8676b5c782b8dab', class: `text-sm-semi-bold main_text_${this.internalColor}` }, this.mainText), this.showSupportingText && h("p", { key: '0d810931804467cee95d6f8d481887021810e205', class: `text-xs-regular supporting_text_${this.internalColor}` }, this.supportingText)), this.actions && (h("div", { key: '5e2c92b3bcaf7ba4665a47cf30570c62e12fab19', 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.internalColor }, h("p", null, "Dismiss")), h("gb-toast-button", { state: StateEnum.Default, color: this.internalColor }, h("p", null, "View changes"))))))), this.xCloseButton && (h("gb-button-close", { key: 'ceec5d340aeec258487d7b7d30253916a81126d9', size: "sm", color: this.internalColor === 'default' ? 'gray' : this.internalColor === 'gray' ? 'gray' : this.internalColor, class: `close_button ${this.size}`, onClick: () => this.closeToast() })))), this.size === 'full_width' && (h("div", { key: 'a51a7eea6415870b04e29a0e561612e3e5c8acf7', class: `container ${this.breakpoint}` }, h("div", { key: 'c5eeac3d88b8906e6923e4241e2e4adf3ae7f7bf', class: `full_width_content ${this.breakpoint}` }, h("div", { key: '8454468c0f3cd396c175e7e13878c1a08fbb4444', class: `inner_content ${this.breakpoint}` }, h("div", { key: '8b5d370022b6303600ae237d97250ffdb854a76f', class: `icon_container` }, h("svg", { key: '23b7c14397c58939a8740010594002eef16f38b2', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.internalColor}` }, h("path", { key: 'dfee1150b3032bd2909c1f9153db61e0089a75fb', 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: '9c30af2cc39fbcc3c260b4dc9a3c53aacce6c1a6', "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: '1a88899ec6b08496007eaef700da04679db46a1f', "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: '31c388e3d5577b1f1ee1e9ce7acc63e87323217d', class: `text ${this.size} ${this.breakpoint}` }, h("p", { key: '0e1f89b7efd3be53f8973148bae828f8d810cdb8', class: `text-sm-semi-bold main_text_${this.internalColor}` }, this.mainText), this.showSupportingText && h("p", { key: '02fafe2a9408f5fd4191adf116437c7bae572acd', class: `text-xs-regular supporting_text_${this.internalColor}` }, this.supportingText))), this.actions && (h("div", { key: 'c31cf09305e674e2734ba3f362ea42fe3ebb4d00', 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.internalColor }, h("p", null, "Dismiss")), h("gb-toast-button", { state: StateEnum.Default, color: this.internalColor }, h("p", null, "View changes")))))), this.xCloseButton && (h("gb-button-close", { key: 'dbef7b7545078f2e9a1ea0e49c9683b25cb003fb', size: "sm", color: this.internalColor === 'default' ? 'gray' : this.internalColor === 'gray' ? 'gray' : this.internalColor, class: `close_button ${this.breakpoint}`, onClick: () => this.closeToast() })))))));
23
23
  }
24
24
  static get is() { return "gb-toast"; }
25
25
  static get encapsulation() { return "shadow"; }
@@ -5,7 +5,7 @@ export class GbToastButton {
5
5
  slottedContent.classList.add('text-sm-semi-bold');
6
6
  }
7
7
  render() {
8
- return (h("div", { key: '56e3be72b323a6f01cc719d8ab814f1acef82e8f', class: `toast_button ${this.state} ${this.color}` }, h("slot", { key: '3a914a5137a7dc26ee0b406674a4aea7d1d214db' })));
8
+ return (h("div", { key: '4315c0327f4d8a69396028c5e7df6052cd8c8c27', class: `toast_button ${this.state} ${this.color}` }, h("slot", { key: '63223f9af918b655bd87362dfe7add983410dc22' })));
9
9
  }
10
10
  static get is() { return "gb-toast-button"; }
11
11
  static get encapsulation() { return "shadow"; }
@@ -42,7 +42,7 @@ export class GbToggle {
42
42
  }
43
43
  }
44
44
  render() {
45
- return (h("div", { key: 'cfea53b21123771ecad9b17e81c6ed52fc134c76', class: `toggle_div ${this.size}` }, this.position === 'left' && (h(Fragment, null, this.text && (h("div", { key: '78994fcfcebbe87b2fdb0b8fd2f7faa48b012026', class: "text" }, h("slot", { key: 'dae7c7c454c9dae2421e552f9731a82bc6bc5a8f', name: "main_text" }), this.supportingText && h("slot", { key: 'f52611b2f0fa6f340cb11909923ca997c0eb512a', name: "supporting_text" }))))), h("div", { key: '4cd00438280f320ab2c5b72b97ece9dd2fe74cd9', class: "toggle_base" }, h("gb-toggle-base", { key: '0037542cb3d8786afc3bde8cc8c806f806fe1458', size: this.size, state: this.state, pressed: this.pressed, onToggleClicked: this.onToggle.bind(this) })), this.position === 'right' && (h(Fragment, null, this.text && (h("div", { key: 'ca6b20d72ad3d120e5f845d887d665720d5086b5', class: "text" }, h("slot", { key: '6f22c00b336df255be58668ce080b0eca112b924', name: "main_text" }), this.supportingText && h("slot", { key: '6fdebf33d8f92e034f260e395b16bdeac4a567e1', name: "supporting_text" })))))));
45
+ return (h("div", { key: 'ef7e778143fdb5ff184551799cf31ff9a35e26fb', class: `toggle_div ${this.size}` }, this.position === 'left' && (h(Fragment, null, this.text && (h("div", { key: '1b3bfaa458c34b4f3b04ebfc97649eb224872f9f', class: "text" }, h("slot", { key: 'aaf98d6a39c29399686be2a4f46c6207598d2ed1', name: "main_text" }), this.supportingText && h("slot", { key: '618fc03b565927b7a637c8482c2e508b9c265336', name: "supporting_text" }))))), h("div", { key: 'a37b30d6ffb881f1b4a84a6da34f6bfcfa03aaa5', class: "toggle_base" }, h("gb-toggle-base", { key: 'cc7746d465ef0412326582a601a355221d2c210e', size: this.size, state: this.state, pressed: this.pressed, onToggleClicked: this.onToggle.bind(this) })), this.position === 'right' && (h(Fragment, null, this.text && (h("div", { key: '821b46a0749cd44b3c53f8bd7ee5d32dceb327ba', class: "text" }, h("slot", { key: 'f51317acf6121da176a43250fff89928079d3f78', name: "main_text" }), this.supportingText && h("slot", { key: '59116b19ef63e02130968dda914ccce76b9afb1c', name: "supporting_text" })))))));
46
46
  }
47
47
  static get is() { return "gb-toggle"; }
48
48
  static get encapsulation() { return "shadow"; }
@@ -11,8 +11,8 @@ export class GbToggleBase {
11
11
  }
12
12
  render() {
13
13
  return [
14
- h("input", { key: '5bc2c072b805656ed4eb82595e604e4d99ebcc51', type: "checkbox", id: "customCheckbox", class: `${this.pressed ? 'pressed' : ''}`, readonly: true }),
15
- h("label", { key: 'c7f76a981d9778ad5969c2c93081d54e372de594', onClick: () => this.handleToggleClick(), class: `${this.size} ${this.state} ${this.pressed ? 'pressed' : ''}`, htmlFor: "customCheckbox" }, this.pressed && this.state === 'default' ? (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `default_checked_svg ${this.size}` }, h("path", { d: "M2.08325 6.04167C2.08325 6.04167 2.70825 6.04167 3.54159 7.5C3.54159 7.5 5.85776 3.68056 7.91659 2.91667", stroke: "#075DB2", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))) : this.pressed && this.state === 'disabled' ? (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `disabled_checked_svg ${this.size}` }, h("path", { d: "M2.08325 6.04167C2.08325 6.04167 2.70825 6.04167 3.54159 7.5C3.54159 7.5 5.85776 3.68056 7.91659 2.91667", stroke: "#E3E8EF", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))) : null),
14
+ h("input", { key: '7c3040a012f94f56c2961d9bd3b870d0f3902bd6', type: "checkbox", id: "customCheckbox", class: `${this.pressed ? 'pressed' : ''}`, readonly: true }),
15
+ h("label", { key: 'e3347b87b352c9988d1060d498901f928ed86f40', onClick: () => this.handleToggleClick(), class: `${this.size} ${this.state} ${this.pressed ? 'pressed' : ''}`, htmlFor: "customCheckbox" }, this.pressed && this.state === 'default' ? (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `default_checked_svg ${this.size}` }, h("path", { d: "M2.08325 6.04167C2.08325 6.04167 2.70825 6.04167 3.54159 7.5C3.54159 7.5 5.85776 3.68056 7.91659 2.91667", stroke: "#075DB2", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))) : this.pressed && this.state === 'disabled' ? (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `disabled_checked_svg ${this.size}` }, h("path", { d: "M2.08325 6.04167C2.08325 6.04167 2.70825 6.04167 3.54159 7.5C3.54159 7.5 5.85776 3.68056 7.91659 2.91667", stroke: "#E3E8EF", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))) : null),
16
16
  ];
17
17
  }
18
18
  static get is() { return "gb-toggle-base"; }
@@ -5,7 +5,7 @@ export class GbTokenFieldCompact {
5
5
  this.supportingText = '';
6
6
  }
7
7
  render() {
8
- return (h("div", { key: '45b49bceeeda1f779b36dc81f720eaf87003b33d', class: this.size }, h("div", { key: '968b6c03f99088d5345d60c6d9d72e8d340a75ce', class: "input_with_label" }, this.showLabel && h("label", { key: '4772321a2cc5c7c2ae36e0ddbc6166065dd317f8' }, this.label), h("input", { key: 'f5ec124903589f4eb5bdef442083a9c59e9b8200', class: "token_input", type: "text", placeholder: '--------', maxLength: this.digits })), this.showSupportingText && h("p", { key: '783d2590c3025a1d14afd857599b9a29381dc4b6' }, this.supportingText)));
8
+ return (h("div", { key: 'c159f9c475c350301a7bbe0f173152621addb8d0', class: this.size }, h("div", { key: '7f1ab00c2144288ada4a59b0c17b8484934f7081', class: "input_with_label" }, this.showLabel && h("label", { key: '983f5dfbcaf5d4e9425a672c77fc580f5cfff541' }, this.label), h("input", { key: '9c1d67e8add374da384f9d0c26f198e10b8c313c', class: "token_input", type: "text", placeholder: '--------', maxLength: this.digits })), this.showSupportingText && h("p", { key: '375ae70b0b37c95e6dce5cb78eca04e5449ac6b4' }, this.supportingText)));
9
9
  }
10
10
  static get is() { return "gb-token-field-compact"; }
11
11
  static get encapsulation() { return "shadow"; }
@@ -5,11 +5,11 @@ export class GbTokenFieldCompressed {
5
5
  this.hintText = '';
6
6
  }
7
7
  render() {
8
- return (h("div", { key: '900b56a7bd7f7393ad9a5035153fbd3da9f9b577', class: {
8
+ return (h("div", { key: '3dc98110628b1a16e8874c02d300c39161360c46', class: {
9
9
  container: true,
10
10
  [this.size]: true,
11
11
  [this.digits]: true,
12
- } }, h("div", { key: '0bb608f7edc7ecf9f42d6d5fd7b22cda0a966cd1', class: "input-with-label" }, this.showLabel && (h("label", { key: '1d6992a39bca1a30f4d8a169420e274cfb966c1e', class: "text-sm-medium", style: { color: 'var(--color-text, #4B5565)' } }, this.label)), this.digits === 4 && (h("div", { key: '6a7c6165f125bf8c358145daf32cc9492b923ffc', class: "input-wrapper" }, h("gb-mega-input-field-base", { key: '102bba4cae572482d6df645f51fce339f37d4fe0', size: this.size }), h("gb-mega-input-field-base", { key: '1e3fa7567f20ba3b2bb13f00afdd026574bfcdd0', size: this.size }), h("gb-mega-input-field-base", { key: '9f1a562c67ed40e25c23eeee28a223f8707f7893', size: this.size }), h("gb-mega-input-field-base", { key: '05d58abdbff228a6e44db34f959bf180d1c4cefc', size: this.size }))), this.digits === 6 && (h("div", { key: '12d58addf5f9b261807f0460b1b1e56c5ba92e30', class: "input-wrapper" }, h("gb-mega-input-field-base", { key: 'ac62d0c2f4b1ecf1ae64f0faa3680496c03959b3', size: this.size }), h("gb-mega-input-field-base", { key: 'aaa8b8a1235aa6ada9b5524eb5c9e3c372edf87c', size: this.size }), h("gb-mega-input-field-base", { key: '750a73986cd8e5f905f1111afe809c373a2793a0', size: this.size }), h("p", { key: '9901e24d7af30280e9d1618bcac292321fc9f7e1', class: "line display-sm-bold" }, "-"), h("gb-mega-input-field-base", { key: '45a590e7911681e6bd009e6976530e89e6603c8b', size: this.size }), h("gb-mega-input-field-base", { key: '61d8f30759fcc34b4aa3d441b6868b04ad2ef518', size: this.size }), h("gb-mega-input-field-base", { key: '4aa2e344e5ca479ce32b71d4f0db4ec4c8d50738', size: this.size }))), this.digits === 8 && (h("div", { key: 'ed404241b3269f119896b0fc6bfd80a5121e89c6', class: "input-wrapper" }, h("gb-mega-input-field-base", { key: 'af16188fa40ec7a63089a822379689fc51d18a27', size: this.size }), h("gb-mega-input-field-base", { key: '9f4020ea186961fdbd1c817d6a1cba5067bd7bf6', size: this.size }), h("gb-mega-input-field-base", { key: 'dc0d2dec0ca8afac02f7275c758e738edea54d28', size: this.size }), h("gb-mega-input-field-base", { key: '766fb517ce6711673d958ddb46f7c26502a0bd54', size: this.size }), h("p", { key: '697e917a15827f9f17dd566f4c2db16760546072', class: "line display-sm-bold" }, "-"), h("gb-mega-input-field-base", { key: '572d8151afdcb43653ebe2faaa2ea034821be279', size: this.size }), h("gb-mega-input-field-base", { key: '36d0e8fc3449d823bc5dcf64962b8ce564f23f2d', size: this.size }), h("gb-mega-input-field-base", { key: '3ec62757b010b510f3ebe0c039d80ef37f527957', size: this.size }), h("gb-mega-input-field-base", { key: 'e417f9e4e3cc03bc9364fc2b1e08024c356ce03f', size: this.size })))), this.showHintText && (h("div", { key: 'bb092deacda992e23ae72b3d66105f3314d5dde3', class: "text-sm-regular", style: { color: 'var(--color-text-subtle, #697586)' } }, this.hintText))));
12
+ } }, h("div", { key: 'a400cbbf682fa04939dc37393740878ea69f2009', class: "input-with-label" }, this.showLabel && (h("label", { key: '4e2e9e4324d5659254cedfc2a30c5d613312432c', class: "text-sm-medium", style: { color: 'var(--color-text, #4B5565)' } }, this.label)), this.digits === 4 && (h("div", { key: '59a6b14d0e4d9cfc9e6165535d95585a9bebee0d', class: "input-wrapper" }, h("gb-mega-input-field-base", { key: '0213b9e87e1f368b7c1e6c7a46a7077e63aa3f61', size: this.size }), h("gb-mega-input-field-base", { key: '79050faaa8923b484819fc63064cba520ca74ff1', size: this.size }), h("gb-mega-input-field-base", { key: '65ab38c686d916be081b3d14524fbe8b1d23527f', size: this.size }), h("gb-mega-input-field-base", { key: 'bb34a05f86190eee4459406d59603b7915ce7e1b', size: this.size }))), this.digits === 6 && (h("div", { key: 'c03baaeb7a82e322f3788ff28fde748b17edcf15', class: "input-wrapper" }, h("gb-mega-input-field-base", { key: 'a4eb29ed3839aa8ecb14f6c7b40b78fd6ac29963', size: this.size }), h("gb-mega-input-field-base", { key: '9e79f7362bc8737110ef2a28285887e1b609932f', size: this.size }), h("gb-mega-input-field-base", { key: 'f18e986ed8a806e3c10eab14ba5d7a832eb2e61d', size: this.size }), h("p", { key: '5e9cc7d9656e67abbd41ddd3adbdef99f5930061', class: "line display-sm-bold" }, "-"), h("gb-mega-input-field-base", { key: '838c9b836b2505b2505d5596056b041467623a25', size: this.size }), h("gb-mega-input-field-base", { key: 'cb24564ae3d62526bc7f0db7e8042313736a6a86', size: this.size }), h("gb-mega-input-field-base", { key: '0b0d5ca3ae7693e5e62348de90b27dd73e6d2345', size: this.size }))), this.digits === 8 && (h("div", { key: 'cbe0a0d21cbbd292baee462b844486737e699b6f', class: "input-wrapper" }, h("gb-mega-input-field-base", { key: '78831147da2fbdd8d5fca5dbc753a1714c44203f', size: this.size }), h("gb-mega-input-field-base", { key: '315b977d4336b497f36fa43997256fdc778a49c2', size: this.size }), h("gb-mega-input-field-base", { key: '51feebb2c5454bc22dd3db0f75534bdff2b01805', size: this.size }), h("gb-mega-input-field-base", { key: 'fd6328d771c700d5e25e5f62d58bf10b08efc34e', size: this.size }), h("p", { key: '1d23c34a690f7d6305f210b5326c4d87ccc205b2', class: "line display-sm-bold" }, "-"), h("gb-mega-input-field-base", { key: '680c42dafc1610d358daa64599333a246dbb2381', size: this.size }), h("gb-mega-input-field-base", { key: 'dcb00654722341c8715fa1d5a456df0b6cc825f7', size: this.size }), h("gb-mega-input-field-base", { key: 'c26835c4a58a393c8e4a777aaa9b34199f575bed', size: this.size }), h("gb-mega-input-field-base", { key: '82abff49060130ea6fab60824757eaa3a414d061', size: this.size })))), this.showHintText && (h("div", { key: '0bd55189b311df2296efb987f0d5871055e7d481', class: "text-sm-regular", style: { color: 'var(--color-text-subtle, #697586)' } }, this.hintText))));
13
13
  }
14
14
  static get is() { return "gb-token-field-compressed"; }
15
15
  static get encapsulation() { return "shadow"; }
@@ -26,7 +26,7 @@ export class GbTooltip {
26
26
  return this.showArrow ? `arrow ${this.arrow}` : '';
27
27
  }
28
28
  render() {
29
- return (h("div", { key: 'f0e35a4887331f7ba61df12aa08c4aa3732f8136', class: "tooltip_container" }, h("div", { key: 'ddb2dd9bd6d9ec4d94e58d1f5e7eae8df58b293f', class: "tooltip" }, this.showArrow && h("div", { key: '838d4cdb23cc7bb28767036497d120d6d805dce6', class: this.getArrowClass() }), h("div", { key: '48cf68c3fbdb2eea97158ab2fd2c22d235fc03c2', class: "tooltip_content" }, h("slot", { key: '40899038cec330646b0c8765fcd889199986a486', name: "label" }), this.showSupportingText && h("slot", { key: '2209dc97e629be8b71c4b3489c8348917b41d7d8', name: "supporting_text" })))));
29
+ return (h("div", { key: 'f1853cb8030550d47b0b9968b7e55260fea43a7e', class: "tooltip_container" }, h("div", { key: 'c89b4cb37d876068b8772a5725f5801cb99b55e0', class: "tooltip" }, this.showArrow && h("div", { key: 'fed15bc6c8ec31e16c0dd501c0da93fabe250f30', class: this.getArrowClass() }), h("div", { key: '3cac209baedad6493f6c119cee1578f52efeaff0', class: "tooltip_content" }, h("slot", { key: 'c2d2cefc3eeeb29c6720a79e746c23b7fa9d7db8', name: "label" }), this.showSupportingText && h("slot", { key: '5672e0ac440faba5f0812831e06aac9211931477', name: "supporting_text" })))));
30
30
  }
31
31
  static get is() { return "gb-tooltip"; }
32
32
  static get encapsulation() { return "shadow"; }
@@ -25,7 +25,7 @@ export class GbVerticalTabs {
25
25
  this.tabItemClicked.emit({ index, label });
26
26
  }
27
27
  render() {
28
- return (h("div", { key: '7e53be7ddaa6b2c6ffc7d3de9d3eaf1ef3cf0a4c', class: `vertical_tab_div` }, this.internalTabs.map((tab, index) => (h("gb-tab-button-base", { size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": tab.name, current: this.activeIndex === index, onClick: () => this.handleTabClick(index, tab.name), alignment: "vertical" })))));
28
+ return (h("div", { key: '097fdbdd9873adbcb6e9ce1cf3c06e7e51793036', class: `vertical_tab_div` }, this.internalTabs.map((tab, index) => (h("gb-tab-button-base", { size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": tab.name, current: this.activeIndex === index, onClick: () => this.handleTabClick(index, tab.name), alignment: "vertical" })))));
29
29
  }
30
30
  static get is() { return "gb-vertical-tabs"; }
31
31
  static get encapsulation() { return "shadow"; }