globuswebcomponents 1.1.7 → 1.1.8

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 (436) hide show
  1. package/dist/cjs/{gb-action-panel_11.cjs.entry.js → gb-action-panel_16.cjs.entry.js} +237 -69
  2. package/dist/cjs/gb-action-panel_16.cjs.entry.js.map +1 -0
  3. package/dist/cjs/gb-collapse-button_4.cjs.entry.js +1 -1
  4. package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js +1 -1
  5. package/dist/cjs/gb-export-dropdown-item_2.cjs.entry.js +2 -2
  6. package/dist/cjs/gb-export-dropdown.cjs.entry.js +1 -1
  7. package/dist/cjs/gb-export-sub-dropdown-item.cjs.entry.js +1 -1
  8. package/dist/cjs/gb-file-upload-item-base.cjs.entry.js +1 -1
  9. package/dist/cjs/gb-file-upload.cjs.entry.js +12 -12
  10. package/dist/cjs/gb-header-icon.cjs.entry.js +34 -0
  11. package/dist/cjs/gb-header-icon.cjs.entry.js.map +1 -0
  12. package/dist/cjs/gb-header.cjs.entry.js +71 -0
  13. package/dist/cjs/gb-header.cjs.entry.js.map +1 -0
  14. package/dist/cjs/gb-help-dropdown.cjs.entry.js +1 -1
  15. package/dist/cjs/gb-help-tooltip_3.cjs.entry.js +29 -29
  16. package/dist/cjs/gb-help-tooltip_3.cjs.entry.js.map +1 -1
  17. package/dist/cjs/gb-horizontal-tabs.cjs.entry.js +1 -1
  18. package/dist/cjs/gb-input-dropdown-menu-item_5.cjs.entry.js +6 -6
  19. package/dist/cjs/gb-input-dropdown_3.cjs.entry.js +5 -5
  20. package/dist/cjs/gb-input-dropdown_3.cjs.entry.js.map +1 -1
  21. package/dist/cjs/gb-mega-input-field-base.cjs.entry.js +2 -2
  22. package/dist/cjs/gb-notification-content.cjs.entry.js +1 -1
  23. package/dist/cjs/gb-notification-pane.cjs.entry.js +3 -3
  24. package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
  25. package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
  26. package/dist/cjs/gb-pagination.cjs.entry.js +1 -1
  27. package/dist/cjs/gb-progress-bar.cjs.entry.js +26 -0
  28. package/dist/cjs/gb-progress-bar.cjs.entry.js.map +1 -0
  29. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  30. package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
  31. package/dist/cjs/gb-sidebar.cjs.entry.js +1 -1
  32. package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
  33. package/dist/cjs/gb-slider.cjs.entry.js +1 -1
  34. package/dist/cjs/gb-tab-button-base.cjs.entry.js +3 -3
  35. package/dist/cjs/gb-table-cell.cjs.entry.js +1 -1
  36. package/dist/cjs/gb-textarea-input-field.cjs.entry.js +4 -4
  37. package/dist/cjs/gb-toast-button.cjs.entry.js +1 -1
  38. package/dist/cjs/gb-toast.cjs.entry.js +1 -1
  39. package/dist/cjs/gb-toggle-base.cjs.entry.js +2 -2
  40. package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
  41. package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
  42. package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
  43. package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
  44. package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
  45. package/dist/cjs/gb-wysiwyg-tooltip.cjs.entry.js +1 -1
  46. package/dist/cjs/globuscomponents.cjs.js +1 -1
  47. package/dist/cjs/loader.cjs.js +1 -1
  48. package/dist/cjs/reusableModels-e50f3440.js.map +1 -1
  49. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  50. package/dist/collection/assets/download-03.svg +5 -0
  51. package/dist/collection/assets/view.svg +8 -0
  52. package/dist/collection/collection-manifest.json +3 -0
  53. package/dist/collection/components/gb-button/readme.md +13 -13
  54. package/dist/collection/components/gb-detail-cell/gb-detail-cell.css +2755 -0
  55. package/dist/collection/components/gb-detail-cell/gb-detail-cell.js +209 -0
  56. package/dist/collection/components/gb-detail-cell/gb-detail-cell.js.map +1 -0
  57. package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.js +1 -1
  58. package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.js +1 -1
  59. package/dist/collection/components/gb-export-dropdown-item/gb-export-dropdown-item.js +1 -1
  60. package/dist/collection/components/gb-export-sub-dropdown/gb-export-sub-dropdown.js +1 -1
  61. package/dist/collection/components/gb-export-sub-dropdown-item/gb-export-sub-dropdown-item.js +1 -1
  62. package/dist/collection/components/gb-file-type-icon/gb-file-type-icon.js +1 -1
  63. package/dist/collection/components/gb-file-upload/gb-file-upload.js +12 -12
  64. package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js +1 -1
  65. package/dist/collection/components/gb-header/gb-header.js +1 -1
  66. package/dist/collection/components/gb-header-icon/gb-header-icon.js +4 -4
  67. package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
  68. package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js +1 -1
  69. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
  70. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +4 -4
  71. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +1 -1
  72. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
  73. package/dist/collection/components/gb-input-field/gb-input-field.js +29 -29
  74. package/dist/collection/components/gb-input-field/gb-input-field.js.map +1 -1
  75. package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js +2 -2
  76. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  77. package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
  78. package/dist/collection/components/gb-pagination/gb-pagination.js +1 -1
  79. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  80. package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
  81. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  82. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  83. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  84. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  85. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  86. package/dist/collection/components/gb-progress-steps/gb-progress-steps.css +10 -0
  87. package/dist/collection/components/gb-progress-steps/gb-progress-steps.js +504 -0
  88. package/dist/collection/components/gb-progress-steps/gb-progress-steps.js.map +1 -0
  89. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  90. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  91. package/dist/collection/components/gb-simple-side-bar-item/gb-simple-side-bar-item.js +1 -1
  92. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  93. package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
  94. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  95. package/dist/collection/components/gb-step-base/gb-step-base.css +2881 -0
  96. package/dist/collection/components/gb-step-base/gb-step-base.js +197 -0
  97. package/dist/collection/components/gb-step-base/gb-step-base.js.map +1 -0
  98. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  99. package/dist/collection/components/gb-table-cell/gb-table-cell.js +1 -1
  100. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  101. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  102. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  103. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  104. package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +4 -4
  105. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  106. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  107. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  108. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  109. package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
  110. package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
  111. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  112. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
  113. package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
  114. package/dist/collection/components/gb-wysiwyg-tooltip/gb-wysiwyg-tooltip.js +1 -1
  115. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  116. package/dist/collection/models/reusableModels.js.map +1 -1
  117. package/dist/components/gb-avatar-add-button.js +1 -1
  118. package/dist/components/gb-avatar-dropdown.js +4 -4
  119. package/dist/components/gb-avatar-group.js +4 -4
  120. package/dist/components/gb-avatar-label-group.js +1 -1
  121. package/dist/components/gb-avatar-profile-photo.js +2 -2
  122. package/dist/components/gb-avatar.js +1 -1
  123. package/dist/components/gb-badge.js +1 -1
  124. package/dist/components/gb-checkbox-group-item.js +1 -1
  125. package/dist/components/gb-checkbox-group.js +3 -3
  126. package/dist/components/gb-collapse-button.js +1 -1
  127. package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
  128. package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
  129. package/dist/components/gb-detail-cell.d.ts +11 -0
  130. package/dist/components/gb-detail-cell.js +130 -0
  131. package/dist/components/gb-detail-cell.js.map +1 -0
  132. package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
  133. package/dist/components/gb-export-dropdown-item.js +1 -1
  134. package/dist/components/gb-export-dropdown.js +4 -4
  135. package/dist/components/gb-export-sub-dropdown-item.js +1 -1
  136. package/dist/components/gb-export-sub-dropdown.js +1 -1
  137. package/dist/components/gb-file-type-icon.js +1 -1
  138. package/dist/components/gb-file-upload-item-base.js +1 -1
  139. package/dist/components/gb-file-upload.js +16 -16
  140. package/dist/components/gb-header-icon.js +1 -1
  141. package/dist/components/gb-header.js +4 -4
  142. package/dist/components/gb-help-dropdown.js +2 -2
  143. package/dist/components/gb-help-tooltip.js +1 -1
  144. package/dist/components/gb-horizontal-tabs.js +5 -5
  145. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  146. package/dist/components/gb-input-dropdown.js +1 -1
  147. package/dist/components/gb-input-field.js +1 -1
  148. package/dist/components/gb-mega-input-field-base.js +1 -1
  149. package/dist/components/gb-notification-content.js +1 -1
  150. package/dist/components/gb-notification-pane.js +4 -4
  151. package/dist/components/gb-pagination-button-group-base.js +1 -1
  152. package/dist/components/gb-pagination-dot-group.js +1 -1
  153. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  154. package/dist/components/gb-pagination-number-base.js +1 -1
  155. package/dist/components/gb-pagination.js +15 -15
  156. package/dist/components/gb-password-button.js +1 -1
  157. package/dist/components/gb-progress-bar.js +1 -1
  158. package/dist/components/gb-progress-circle.js +1 -1
  159. package/dist/components/gb-progress-steps.d.ts +11 -0
  160. package/dist/components/gb-progress-steps.js +86 -0
  161. package/dist/components/gb-progress-steps.js.map +1 -0
  162. package/dist/components/gb-scrollbar.js +1 -1
  163. package/dist/components/gb-sidebar.js +9 -9
  164. package/dist/components/gb-simple-side-bar-item.js +1 -1
  165. package/dist/components/gb-slider-control-handle.js +1 -1
  166. package/dist/components/gb-slider.js +3 -3
  167. package/dist/components/gb-status-indicator.js +1 -1
  168. package/dist/components/gb-step-base.d.ts +11 -0
  169. package/dist/components/gb-step-base.js +8 -0
  170. package/dist/components/gb-step-base.js.map +1 -0
  171. package/dist/components/gb-tab-button-base.js +1 -1
  172. package/dist/components/gb-table-cell.js +1 -1
  173. package/dist/components/gb-tag-checkbox.js +1 -1
  174. package/dist/components/gb-tag-close.js +1 -1
  175. package/dist/components/gb-tag-count.js +1 -1
  176. package/dist/components/gb-tag.js +1 -1
  177. package/dist/components/gb-textarea-input-field.js +11 -11
  178. package/dist/components/gb-toast-button.js +1 -1
  179. package/dist/components/gb-toast.js +2 -2
  180. package/dist/components/gb-toggle-base.js +1 -1
  181. package/dist/components/gb-toggle.js +2 -2
  182. package/dist/components/gb-token-field-compact.js +2 -2
  183. package/dist/components/gb-token-field-compressed.js +3 -3
  184. package/dist/components/gb-tooltip.js +1 -1
  185. package/dist/components/gb-vertical-tabs.js +5 -5
  186. package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
  187. package/dist/components/gb-wysiwyg-tooltip.js +2 -2
  188. package/dist/components/{p-cbd28c9c.js → p-064e26e3.js} +2 -2
  189. package/dist/components/{p-cbd28c9c.js.map → p-064e26e3.js.map} +1 -1
  190. package/dist/components/{p-429e916e.js → p-0962e3f8.js} +2 -2
  191. package/dist/components/{p-429e916e.js.map → p-0962e3f8.js.map} +1 -1
  192. package/dist/components/{p-c8e2fcc9.js → p-1242e45b.js} +2 -2
  193. package/dist/components/{p-c8e2fcc9.js.map → p-1242e45b.js.map} +1 -1
  194. package/dist/components/{p-fd7f1360.js → p-12922642.js} +2 -2
  195. package/dist/components/{p-fd7f1360.js.map → p-12922642.js.map} +1 -1
  196. package/dist/components/{p-6e0df332.js → p-1a8b74e6.js} +2 -2
  197. package/dist/components/{p-6e0df332.js.map → p-1a8b74e6.js.map} +1 -1
  198. package/dist/components/{p-47a971e2.js → p-232503d0.js} +2 -2
  199. package/dist/components/{p-47a971e2.js.map → p-232503d0.js.map} +1 -1
  200. package/dist/components/{p-9539b6a0.js → p-24b03ad5.js} +2 -2
  201. package/dist/components/{p-9539b6a0.js.map → p-24b03ad5.js.map} +1 -1
  202. package/dist/components/{p-0de97a53.js → p-33197189.js} +3 -3
  203. package/dist/components/{p-0de97a53.js.map → p-33197189.js.map} +1 -1
  204. package/dist/components/{p-ead9652d.js → p-3f259cac.js} +3 -3
  205. package/dist/components/{p-ead9652d.js.map → p-3f259cac.js.map} +1 -1
  206. package/dist/components/{p-cb27f0fb.js → p-42267e58.js} +6 -6
  207. package/dist/components/{p-cb27f0fb.js.map → p-42267e58.js.map} +1 -1
  208. package/dist/components/{p-e678c096.js → p-451d4840.js} +7 -7
  209. package/dist/components/{p-e678c096.js.map → p-451d4840.js.map} +1 -1
  210. package/dist/components/p-47052b60.js.map +1 -1
  211. package/dist/components/{p-74988bb9.js → p-4951b87c.js} +5 -5
  212. package/dist/components/{p-74988bb9.js.map → p-4951b87c.js.map} +1 -1
  213. package/dist/components/p-4d475e81.js +51 -0
  214. package/dist/components/p-4d475e81.js.map +1 -0
  215. package/dist/components/{p-91ecb9e2.js → p-59618b80.js} +3 -3
  216. package/dist/components/{p-91ecb9e2.js.map → p-59618b80.js.map} +1 -1
  217. package/dist/components/{p-fd8f257a.js → p-5d12d91a.js} +2 -2
  218. package/dist/components/{p-fd8f257a.js.map → p-5d12d91a.js.map} +1 -1
  219. package/dist/components/{p-1fda161b.js → p-64fc3957.js} +3 -3
  220. package/dist/components/{p-1fda161b.js.map → p-64fc3957.js.map} +1 -1
  221. package/dist/components/{p-807e5c88.js → p-6649deea.js} +3 -3
  222. package/dist/components/{p-807e5c88.js.map → p-6649deea.js.map} +1 -1
  223. package/dist/components/{p-36713c8f.js → p-69c4723d.js} +2 -2
  224. package/dist/components/{p-36713c8f.js.map → p-69c4723d.js.map} +1 -1
  225. package/dist/components/{p-28268414.js → p-763584fa.js} +2 -2
  226. package/dist/components/{p-28268414.js.map → p-763584fa.js.map} +1 -1
  227. package/dist/components/{p-9caf228c.js → p-7a8d22dc.js} +2 -2
  228. package/dist/components/{p-9caf228c.js.map → p-7a8d22dc.js.map} +1 -1
  229. package/dist/components/{p-b1e66432.js → p-7e5cd1f3.js} +2 -2
  230. package/dist/components/{p-b1e66432.js.map → p-7e5cd1f3.js.map} +1 -1
  231. package/dist/components/{p-296fd628.js → p-871baf09.js} +2 -2
  232. package/dist/components/{p-296fd628.js.map → p-871baf09.js.map} +1 -1
  233. package/dist/components/{p-5e78c235.js → p-9507aa92.js} +3 -3
  234. package/dist/components/{p-5e78c235.js.map → p-9507aa92.js.map} +1 -1
  235. package/dist/components/{p-b629d491.js → p-97319929.js} +2 -2
  236. package/dist/components/{p-b629d491.js.map → p-97319929.js.map} +1 -1
  237. package/dist/components/{p-d3d98efb.js → p-a0362c99.js} +7 -7
  238. package/dist/components/{p-d3d98efb.js.map → p-a0362c99.js.map} +1 -1
  239. package/dist/components/{p-d884e179.js → p-a6ffb75a.js} +2 -2
  240. package/dist/components/{p-d884e179.js.map → p-a6ffb75a.js.map} +1 -1
  241. package/dist/components/{p-08c3f0fe.js → p-aa887ef8.js} +2 -2
  242. package/dist/components/{p-08c3f0fe.js.map → p-aa887ef8.js.map} +1 -1
  243. package/dist/components/{p-2e8d5384.js → p-ae76a373.js} +5 -5
  244. package/dist/components/{p-2e8d5384.js.map → p-ae76a373.js.map} +1 -1
  245. package/dist/components/{p-67feabb1.js → p-afe2c526.js} +38 -38
  246. package/dist/components/p-afe2c526.js.map +1 -0
  247. package/dist/components/{p-fd96e138.js → p-b41e41aa.js} +2 -2
  248. package/dist/components/{p-fd96e138.js.map → p-b41e41aa.js.map} +1 -1
  249. package/dist/components/{p-231fedfa.js → p-bb0742b1.js} +5 -5
  250. package/dist/components/{p-231fedfa.js.map → p-bb0742b1.js.map} +1 -1
  251. package/dist/components/{p-a90e8ba5.js → p-d7f5ec4d.js} +3 -3
  252. package/dist/components/{p-a90e8ba5.js.map → p-d7f5ec4d.js.map} +1 -1
  253. package/dist/components/{p-5eb5609b.js → p-e9683fbc.js} +3 -3
  254. package/dist/components/{p-5eb5609b.js.map → p-e9683fbc.js.map} +1 -1
  255. package/dist/components/{p-b0642b3b.js → p-ea1febce.js} +16 -16
  256. package/dist/components/p-ea1febce.js.map +1 -0
  257. package/dist/components/{p-d28a81d6.js → p-ee5f7299.js} +2 -2
  258. package/dist/components/{p-d28a81d6.js.map → p-ee5f7299.js.map} +1 -1
  259. package/dist/components/{p-2807f7ae.js → p-ef0190da.js} +2 -2
  260. package/dist/components/{p-2807f7ae.js.map → p-ef0190da.js.map} +1 -1
  261. package/dist/components/{p-f9720819.js → p-f142b029.js} +3 -3
  262. package/dist/components/{p-f9720819.js.map → p-f142b029.js.map} +1 -1
  263. package/dist/components/{p-34af0a7f.js → p-f1bcde96.js} +2 -2
  264. package/dist/components/{p-34af0a7f.js.map → p-f1bcde96.js.map} +1 -1
  265. package/dist/components/test-input-tag.js +9 -9
  266. package/dist/docs.json +1969 -666
  267. package/dist/esm/{gb-action-panel_11.entry.js → gb-action-panel_16.entry.js} +231 -68
  268. package/dist/esm/gb-action-panel_16.entry.js.map +1 -0
  269. package/dist/esm/gb-collapse-button_4.entry.js +1 -1
  270. package/dist/esm/gb-dropdown-items-with-shortcut.entry.js +1 -1
  271. package/dist/esm/gb-export-dropdown-item_2.entry.js +2 -2
  272. package/dist/esm/gb-export-dropdown.entry.js +1 -1
  273. package/dist/esm/gb-export-sub-dropdown-item.entry.js +1 -1
  274. package/dist/esm/gb-file-upload-item-base.entry.js +1 -1
  275. package/dist/esm/gb-file-upload.entry.js +12 -12
  276. package/dist/esm/gb-header-icon.entry.js +30 -0
  277. package/dist/esm/gb-header-icon.entry.js.map +1 -0
  278. package/dist/esm/gb-header.entry.js +67 -0
  279. package/dist/esm/gb-header.entry.js.map +1 -0
  280. package/dist/esm/gb-help-dropdown.entry.js +1 -1
  281. package/dist/esm/gb-help-tooltip_3.entry.js +29 -29
  282. package/dist/esm/gb-help-tooltip_3.entry.js.map +1 -1
  283. package/dist/esm/gb-horizontal-tabs.entry.js +1 -1
  284. package/dist/esm/gb-input-dropdown-menu-item_5.entry.js +6 -6
  285. package/dist/esm/gb-input-dropdown_3.entry.js +5 -5
  286. package/dist/esm/gb-input-dropdown_3.entry.js.map +1 -1
  287. package/dist/esm/gb-mega-input-field-base.entry.js +2 -2
  288. package/dist/esm/gb-notification-content.entry.js +1 -1
  289. package/dist/esm/gb-notification-pane.entry.js +3 -3
  290. package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
  291. package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
  292. package/dist/esm/gb-pagination.entry.js +1 -1
  293. package/dist/esm/gb-progress-bar.entry.js +22 -0
  294. package/dist/esm/gb-progress-bar.entry.js.map +1 -0
  295. package/dist/esm/gb-progress-circle.entry.js +1 -1
  296. package/dist/esm/gb-scrollbar.entry.js +1 -1
  297. package/dist/esm/gb-sidebar.entry.js +1 -1
  298. package/dist/esm/gb-slider-control-handle.entry.js +1 -1
  299. package/dist/esm/gb-slider.entry.js +1 -1
  300. package/dist/esm/gb-tab-button-base.entry.js +3 -3
  301. package/dist/esm/gb-table-cell.entry.js +1 -1
  302. package/dist/esm/gb-textarea-input-field.entry.js +4 -4
  303. package/dist/esm/gb-toast-button.entry.js +1 -1
  304. package/dist/esm/gb-toast.entry.js +1 -1
  305. package/dist/esm/gb-toggle-base.entry.js +2 -2
  306. package/dist/esm/gb-toggle.entry.js +1 -1
  307. package/dist/esm/gb-token-field-compact.entry.js +1 -1
  308. package/dist/esm/gb-token-field-compressed.entry.js +2 -2
  309. package/dist/esm/gb-vertical-tabs.entry.js +1 -1
  310. package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
  311. package/dist/esm/gb-wysiwyg-tooltip.entry.js +1 -1
  312. package/dist/esm/globuscomponents.js +1 -1
  313. package/dist/esm/loader.js +1 -1
  314. package/dist/esm/reusableModels-8496e911.js.map +1 -1
  315. package/dist/esm/test-input-tag.entry.js +2 -2
  316. package/dist/globuscomponents/assets/download-03.svg +5 -0
  317. package/dist/globuscomponents/assets/view.svg +8 -0
  318. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  319. package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
  320. package/dist/globuscomponents/p-0494ffc4.entry.js +2 -0
  321. package/dist/globuscomponents/p-0494ffc4.entry.js.map +1 -0
  322. package/dist/globuscomponents/{p-ac2e5c8c.entry.js → p-05fbfb36.entry.js} +2 -2
  323. package/dist/globuscomponents/{p-6b2ec995.entry.js → p-0b6f71e0.entry.js} +2 -2
  324. package/dist/globuscomponents/{p-28fd97fe.entry.js → p-0d535ff4.entry.js} +2 -2
  325. package/dist/globuscomponents/{p-19f682c1.entry.js → p-1a3512f3.entry.js} +2 -2
  326. package/dist/globuscomponents/{p-f80803e0.entry.js → p-1af1c3f2.entry.js} +2 -2
  327. package/dist/globuscomponents/{p-116b2e51.entry.js → p-271960c2.entry.js} +2 -2
  328. package/dist/globuscomponents/{p-a253d582.entry.js → p-29a9c080.entry.js} +2 -2
  329. package/dist/globuscomponents/{p-f5af9850.entry.js → p-3b0b55f7.entry.js} +2 -2
  330. package/dist/globuscomponents/{p-1ee71682.entry.js → p-3bfdc2ad.entry.js} +2 -2
  331. package/dist/globuscomponents/{p-ecf4686e.entry.js → p-43b5576d.entry.js} +2 -2
  332. package/dist/globuscomponents/{p-82e24f65.entry.js → p-43f078c4.entry.js} +2 -2
  333. package/dist/globuscomponents/p-43f078c4.entry.js.map +1 -0
  334. package/dist/globuscomponents/p-47052b60.js.map +1 -1
  335. package/dist/globuscomponents/{p-80f5b3e0.entry.js → p-48bc314c.entry.js} +2 -2
  336. package/dist/globuscomponents/{p-adb62d89.entry.js → p-5b86ff20.entry.js} +2 -2
  337. package/dist/globuscomponents/p-5bc87be4.entry.js +2 -0
  338. package/dist/globuscomponents/p-5bc87be4.entry.js.map +1 -0
  339. package/dist/globuscomponents/{p-7c3a09d0.entry.js → p-5dad4863.entry.js} +2 -2
  340. package/dist/globuscomponents/p-6da197e6.entry.js +2 -0
  341. package/dist/globuscomponents/{p-794e3ceb.entry.js → p-6ebd2ece.entry.js} +2 -2
  342. package/dist/globuscomponents/p-71650d61.entry.js +2 -0
  343. package/dist/globuscomponents/{p-a15d0510.entry.js → p-721c9ce5.entry.js} +2 -2
  344. package/dist/globuscomponents/{p-194289c2.entry.js → p-749299d2.entry.js} +2 -2
  345. package/dist/globuscomponents/p-749299d2.entry.js.map +1 -0
  346. package/dist/globuscomponents/{p-e85d4376.entry.js → p-7e87553d.entry.js} +2 -2
  347. package/dist/globuscomponents/{p-db4c2765.entry.js → p-81901007.entry.js} +2 -2
  348. package/dist/globuscomponents/{p-6b412c64.entry.js → p-8a423991.entry.js} +2 -2
  349. package/dist/globuscomponents/{p-147501f8.entry.js → p-95de0087.entry.js} +2 -2
  350. package/dist/globuscomponents/{p-068bbd33.entry.js → p-9991356c.entry.js} +2 -2
  351. package/dist/globuscomponents/{p-c1726455.entry.js → p-9c5f3f64.entry.js} +2 -2
  352. package/dist/globuscomponents/p-a0a60a2e.entry.js +2 -0
  353. package/dist/globuscomponents/{p-5c137ca6.entry.js → p-a6ef7533.entry.js} +2 -2
  354. package/dist/globuscomponents/{p-79cd6729.entry.js → p-aac86bba.entry.js} +2 -2
  355. package/dist/globuscomponents/{p-53872305.entry.js → p-bf0f7afa.entry.js} +2 -2
  356. package/dist/globuscomponents/{p-05c135e8.entry.js → p-c31bb571.entry.js} +2 -2
  357. package/dist/globuscomponents/p-d20b927f.entry.js +2 -0
  358. package/dist/globuscomponents/p-d20b927f.entry.js.map +1 -0
  359. package/dist/globuscomponents/{p-a5ffc3b3.entry.js → p-d3758ced.entry.js} +2 -2
  360. package/dist/globuscomponents/{p-b5907793.entry.js → p-dbaf4c00.entry.js} +2 -2
  361. package/dist/globuscomponents/{p-dce80c14.entry.js → p-dd205e63.entry.js} +2 -2
  362. package/dist/globuscomponents/{p-0926e54a.entry.js → p-dd797c90.entry.js} +2 -2
  363. package/dist/globuscomponents/{p-53c55005.entry.js → p-ddf46c13.entry.js} +2 -2
  364. package/dist/globuscomponents/p-e7c454e0.entry.js +2 -0
  365. package/dist/globuscomponents/p-e7c454e0.entry.js.map +1 -0
  366. package/dist/globuscomponents/{p-d3e77bfa.entry.js → p-e7d09487.entry.js} +2 -2
  367. package/dist/globuscomponents/readme.md +13 -13
  368. package/dist/types/components/gb-detail-cell/gb-detail-cell.d.ts +20 -0
  369. package/dist/types/components/gb-progress-steps/gb-progress-steps.d.ts +25 -0
  370. package/dist/types/components/gb-step-base/gb-step-base.d.ts +12 -0
  371. package/dist/types/components.d.ts +129 -2
  372. package/dist/types/models/reusableModels.d.ts +3 -0
  373. package/package.json +1 -1
  374. package/dist/cjs/gb-action-panel_11.cjs.entry.js.map +0 -1
  375. package/dist/cjs/gb-badge_2.cjs.entry.js +0 -111
  376. package/dist/cjs/gb-badge_2.cjs.entry.js.map +0 -1
  377. package/dist/cjs/gb-file-type-icon_2.cjs.entry.js +0 -42
  378. package/dist/cjs/gb-file-type-icon_2.cjs.entry.js.map +0 -1
  379. package/dist/cjs/gb-tooltip.cjs.entry.js +0 -39
  380. package/dist/cjs/gb-tooltip.cjs.entry.js.map +0 -1
  381. package/dist/components/p-67feabb1.js.map +0 -1
  382. package/dist/components/p-b0642b3b.js.map +0 -1
  383. package/dist/esm/gb-action-panel_11.entry.js.map +0 -1
  384. package/dist/esm/gb-badge_2.entry.js +0 -106
  385. package/dist/esm/gb-badge_2.entry.js.map +0 -1
  386. package/dist/esm/gb-file-type-icon_2.entry.js +0 -37
  387. package/dist/esm/gb-file-type-icon_2.entry.js.map +0 -1
  388. package/dist/esm/gb-tooltip.entry.js +0 -35
  389. package/dist/esm/gb-tooltip.entry.js.map +0 -1
  390. package/dist/globuscomponents/p-1938aaf2.entry.js +0 -2
  391. package/dist/globuscomponents/p-194289c2.entry.js.map +0 -1
  392. package/dist/globuscomponents/p-29d39363.entry.js +0 -2
  393. package/dist/globuscomponents/p-29d39363.entry.js.map +0 -1
  394. package/dist/globuscomponents/p-2aff4c41.entry.js +0 -2
  395. package/dist/globuscomponents/p-2aff4c41.entry.js.map +0 -1
  396. package/dist/globuscomponents/p-2f861d90.entry.js +0 -2
  397. package/dist/globuscomponents/p-82e24f65.entry.js.map +0 -1
  398. package/dist/globuscomponents/p-8b40a709.entry.js +0 -2
  399. package/dist/globuscomponents/p-8b40a709.entry.js.map +0 -1
  400. package/dist/globuscomponents/p-93b368da.entry.js +0 -2
  401. package/dist/globuscomponents/p-d1d8a272.entry.js +0 -2
  402. package/dist/globuscomponents/p-d1d8a272.entry.js.map +0 -1
  403. /package/dist/globuscomponents/{p-ac2e5c8c.entry.js.map → p-05fbfb36.entry.js.map} +0 -0
  404. /package/dist/globuscomponents/{p-6b2ec995.entry.js.map → p-0b6f71e0.entry.js.map} +0 -0
  405. /package/dist/globuscomponents/{p-28fd97fe.entry.js.map → p-0d535ff4.entry.js.map} +0 -0
  406. /package/dist/globuscomponents/{p-19f682c1.entry.js.map → p-1a3512f3.entry.js.map} +0 -0
  407. /package/dist/globuscomponents/{p-f80803e0.entry.js.map → p-1af1c3f2.entry.js.map} +0 -0
  408. /package/dist/globuscomponents/{p-116b2e51.entry.js.map → p-271960c2.entry.js.map} +0 -0
  409. /package/dist/globuscomponents/{p-a253d582.entry.js.map → p-29a9c080.entry.js.map} +0 -0
  410. /package/dist/globuscomponents/{p-f5af9850.entry.js.map → p-3b0b55f7.entry.js.map} +0 -0
  411. /package/dist/globuscomponents/{p-1ee71682.entry.js.map → p-3bfdc2ad.entry.js.map} +0 -0
  412. /package/dist/globuscomponents/{p-ecf4686e.entry.js.map → p-43b5576d.entry.js.map} +0 -0
  413. /package/dist/globuscomponents/{p-80f5b3e0.entry.js.map → p-48bc314c.entry.js.map} +0 -0
  414. /package/dist/globuscomponents/{p-adb62d89.entry.js.map → p-5b86ff20.entry.js.map} +0 -0
  415. /package/dist/globuscomponents/{p-7c3a09d0.entry.js.map → p-5dad4863.entry.js.map} +0 -0
  416. /package/dist/globuscomponents/{p-2f861d90.entry.js.map → p-6da197e6.entry.js.map} +0 -0
  417. /package/dist/globuscomponents/{p-794e3ceb.entry.js.map → p-6ebd2ece.entry.js.map} +0 -0
  418. /package/dist/globuscomponents/{p-93b368da.entry.js.map → p-71650d61.entry.js.map} +0 -0
  419. /package/dist/globuscomponents/{p-a15d0510.entry.js.map → p-721c9ce5.entry.js.map} +0 -0
  420. /package/dist/globuscomponents/{p-e85d4376.entry.js.map → p-7e87553d.entry.js.map} +0 -0
  421. /package/dist/globuscomponents/{p-db4c2765.entry.js.map → p-81901007.entry.js.map} +0 -0
  422. /package/dist/globuscomponents/{p-6b412c64.entry.js.map → p-8a423991.entry.js.map} +0 -0
  423. /package/dist/globuscomponents/{p-147501f8.entry.js.map → p-95de0087.entry.js.map} +0 -0
  424. /package/dist/globuscomponents/{p-068bbd33.entry.js.map → p-9991356c.entry.js.map} +0 -0
  425. /package/dist/globuscomponents/{p-c1726455.entry.js.map → p-9c5f3f64.entry.js.map} +0 -0
  426. /package/dist/globuscomponents/{p-1938aaf2.entry.js.map → p-a0a60a2e.entry.js.map} +0 -0
  427. /package/dist/globuscomponents/{p-5c137ca6.entry.js.map → p-a6ef7533.entry.js.map} +0 -0
  428. /package/dist/globuscomponents/{p-79cd6729.entry.js.map → p-aac86bba.entry.js.map} +0 -0
  429. /package/dist/globuscomponents/{p-53872305.entry.js.map → p-bf0f7afa.entry.js.map} +0 -0
  430. /package/dist/globuscomponents/{p-05c135e8.entry.js.map → p-c31bb571.entry.js.map} +0 -0
  431. /package/dist/globuscomponents/{p-a5ffc3b3.entry.js.map → p-d3758ced.entry.js.map} +0 -0
  432. /package/dist/globuscomponents/{p-b5907793.entry.js.map → p-dbaf4c00.entry.js.map} +0 -0
  433. /package/dist/globuscomponents/{p-dce80c14.entry.js.map → p-dd205e63.entry.js.map} +0 -0
  434. /package/dist/globuscomponents/{p-0926e54a.entry.js.map → p-dd797c90.entry.js.map} +0 -0
  435. /package/dist/globuscomponents/{p-53c55005.entry.js.map → p-ddf46c13.entry.js.map} +0 -0
  436. /package/dist/globuscomponents/{p-d3e77bfa.entry.js.map → p-e7d09487.entry.js.map} +0 -0
@@ -0,0 +1,197 @@
1
+ import { h, Fragment } from "@stencil/core";
2
+ export class GbStepBase {
3
+ constructor() {
4
+ this.status = undefined;
5
+ this.size = undefined;
6
+ this.type = undefined;
7
+ this.state = undefined;
8
+ this.connector = false;
9
+ this.showSupportingText = false;
10
+ this.label = '';
11
+ this.supportingText = '';
12
+ }
13
+ render() {
14
+ return (h(Fragment, null, this.type === 'text_line' && (h("div", { key: 'f5e932b6ce89afc700b5dc5e9e5ad0e244b49403', class: `text_line_div ${this.size} ${this.status} ${this.state}` }, h("div", { key: 'bac53dba4a1ed184191ebd48e932d8deb3be1fa5', class: `text_line_div_content` }, h("p", { key: '90573b677dba975a2f57fd53ccb2d42ef023d4a0', class: `text_line_label text-sm-semi-bold ${this.status} ${this.state}` }, "Your details"), h("p", { key: 'c26c3bee7ac36870671d7637846d28ef4c612ee2', class: `text_line_text text-xs-regular ${this.status} ${this.state}` }, "Please provide your name and email")))), this.type === 'icon_only' && (h("div", { key: 'a079c5d33e05a9819dd5e0cc3e857b3cfe9f9e36', class: `icon_only_div ${this.status} ${this.state} ${this.size}` }, this.status !== 'complete' && h("div", { key: '28f3cbdab0b18fcb6c3b47494437eb796800b36d', class: `dot ${this.status} ${this.state} ${this.size}` }), this.status === 'complete' && (h("svg", { key: '213f5d18a010aa7af9d3f35fafd2b2449493e2df', xmlns: "http://www.w3.org/2000/svg", width: "12", height: "10", viewBox: "0 0 12 10", fill: "none", class: `tick ${this.status} ${this.state} ${this.size}` }, h("path", { key: 'c7c176e8bce88a06b7e4f89f77660238aa524bfd', 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: 'd68e7799ed9b71adf8e854e184450873a72606ab', class: `icon_left_div ${this.size}` }, h("div", { key: 'fbbc8698f77888223e39ae42b1262c32d9475a9b', class: "connector_wrap" }, h("div", { key: 'ee4b4432d6ab8832f64313c5ae74ad603d5f3c32', class: `icon_only_div ${this.status} ${this.state} ${this.size}` }, this.status !== 'complete' && h("div", { key: 'bb790377c68c2f3184aed493f60c17f541b36655', class: `dot ${this.status} ${this.state} ${this.size}` }), this.status === 'complete' && (h("svg", { key: '9ae6e56d1fc6429d163ca74687b145c6b7813e0d', xmlns: "http://www.w3.org/2000/svg", width: "12", height: "10", viewBox: "0 0 12 10", fill: "none", class: `tick ${this.status} ${this.state} ${this.size}` }, h("path", { key: '12e6a81e670e6b317d73ffd8216a6da4e934d43b', 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.connector && (h("div", { key: 'f3c8f618e089ce6b5334456fe7722d9210013f36', class: "connector_div" }, h("div", { key: '254d13d5dcf998c6f6dafa63b02f413b2367b70e', class: `connector ${this.state} ${this.status}` })))), h("div", { key: '9e4129c5bd0a3e567adc578702c440e13cac0785', class: "icon_left_text" }, h("p", { key: 'c3a3b156da09fde4d27046338ef5791aa0de3244', class: `text_line_label text-sm-semi-bold ${this.status} ${this.state}` }, "Your details"), h("p", { key: '50c5965d0ed98b9313db3f332b7a9ac86cacb6a9', class: `text_line_text text-xs-regular ${this.status} ${this.state}` }, "Please provide your name and email"))))));
15
+ }
16
+ static get is() { return "gb-step-base"; }
17
+ static get encapsulation() { return "shadow"; }
18
+ static get originalStyleUrls() {
19
+ return {
20
+ "$": ["gb-step-base.css"]
21
+ };
22
+ }
23
+ static get styleUrls() {
24
+ return {
25
+ "$": ["gb-step-base.css"]
26
+ };
27
+ }
28
+ static get properties() {
29
+ return {
30
+ "status": {
31
+ "type": "string",
32
+ "mutable": false,
33
+ "complexType": {
34
+ "original": "ProgressStepStatus",
35
+ "resolved": "\"complete\" | \"current\" | \"incomplete\"",
36
+ "references": {
37
+ "ProgressStepStatus": {
38
+ "location": "import",
39
+ "path": "../../models/reusableModels",
40
+ "id": "src/models/reusableModels.ts::ProgressStepStatus"
41
+ }
42
+ }
43
+ },
44
+ "required": false,
45
+ "optional": false,
46
+ "docs": {
47
+ "tags": [],
48
+ "text": ""
49
+ },
50
+ "attribute": "status",
51
+ "reflect": false
52
+ },
53
+ "size": {
54
+ "type": "string",
55
+ "mutable": false,
56
+ "complexType": {
57
+ "original": "GeneralSizes",
58
+ "resolved": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
59
+ "references": {
60
+ "GeneralSizes": {
61
+ "location": "import",
62
+ "path": "../../models/reusableModels",
63
+ "id": "src/models/reusableModels.ts::GeneralSizes"
64
+ }
65
+ }
66
+ },
67
+ "required": false,
68
+ "optional": false,
69
+ "docs": {
70
+ "tags": [],
71
+ "text": ""
72
+ },
73
+ "attribute": "size",
74
+ "reflect": false
75
+ },
76
+ "type": {
77
+ "type": "string",
78
+ "mutable": false,
79
+ "complexType": {
80
+ "original": "ProgressStepTypes",
81
+ "resolved": "\"featured_icon_left\" | \"featured_icon_top\" | \"icon_left\" | \"icon_only\" | \"icon_top\" | \"text_line\"",
82
+ "references": {
83
+ "ProgressStepTypes": {
84
+ "location": "import",
85
+ "path": "../../models/reusableModels",
86
+ "id": "src/models/reusableModels.ts::ProgressStepTypes"
87
+ }
88
+ }
89
+ },
90
+ "required": false,
91
+ "optional": false,
92
+ "docs": {
93
+ "tags": [],
94
+ "text": ""
95
+ },
96
+ "attribute": "type",
97
+ "reflect": false
98
+ },
99
+ "state": {
100
+ "type": "string",
101
+ "mutable": false,
102
+ "complexType": {
103
+ "original": "ProgressStepStates",
104
+ "resolved": "\"default\" | \"destructive\"",
105
+ "references": {
106
+ "ProgressStepStates": {
107
+ "location": "import",
108
+ "path": "../../models/reusableModels",
109
+ "id": "src/models/reusableModels.ts::ProgressStepStates"
110
+ }
111
+ }
112
+ },
113
+ "required": false,
114
+ "optional": false,
115
+ "docs": {
116
+ "tags": [],
117
+ "text": ""
118
+ },
119
+ "attribute": "state",
120
+ "reflect": false
121
+ },
122
+ "connector": {
123
+ "type": "boolean",
124
+ "mutable": false,
125
+ "complexType": {
126
+ "original": "boolean",
127
+ "resolved": "boolean",
128
+ "references": {}
129
+ },
130
+ "required": false,
131
+ "optional": false,
132
+ "docs": {
133
+ "tags": [],
134
+ "text": ""
135
+ },
136
+ "attribute": "connector",
137
+ "reflect": false,
138
+ "defaultValue": "false"
139
+ },
140
+ "showSupportingText": {
141
+ "type": "boolean",
142
+ "mutable": false,
143
+ "complexType": {
144
+ "original": "boolean",
145
+ "resolved": "boolean",
146
+ "references": {}
147
+ },
148
+ "required": false,
149
+ "optional": false,
150
+ "docs": {
151
+ "tags": [],
152
+ "text": ""
153
+ },
154
+ "attribute": "show-supporting-text",
155
+ "reflect": false,
156
+ "defaultValue": "false"
157
+ },
158
+ "label": {
159
+ "type": "string",
160
+ "mutable": false,
161
+ "complexType": {
162
+ "original": "string",
163
+ "resolved": "string",
164
+ "references": {}
165
+ },
166
+ "required": false,
167
+ "optional": false,
168
+ "docs": {
169
+ "tags": [],
170
+ "text": ""
171
+ },
172
+ "attribute": "label",
173
+ "reflect": false,
174
+ "defaultValue": "''"
175
+ },
176
+ "supportingText": {
177
+ "type": "string",
178
+ "mutable": false,
179
+ "complexType": {
180
+ "original": "string",
181
+ "resolved": "string",
182
+ "references": {}
183
+ },
184
+ "required": false,
185
+ "optional": false,
186
+ "docs": {
187
+ "tags": [],
188
+ "text": ""
189
+ },
190
+ "attribute": "supporting-text",
191
+ "reflect": false,
192
+ "defaultValue": "''"
193
+ }
194
+ };
195
+ }
196
+ }
197
+ //# sourceMappingURL=gb-step-base.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gb-step-base.js","sourceRoot":"","sources":["../../../src/components/gb-step-base/gb-step-base.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAQ7D,MAAM,OAAO,UAAU;;;;;;yBAKQ,KAAK;kCACI,KAAK;qBACnB,EAAE;8BACO,EAAE;;IAEnC,MAAM;QACJ,OAAO,CACL;YACG,IAAI,CAAC,IAAI,KAAK,WAAW,IAAI,CAC5B,4DAAK,KAAK,EAAE,iBAAiB,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,EAAE;gBACnE,4DAAK,KAAK,EAAE,uBAAuB;oBACjC,0DAAG,KAAK,EAAE,qCAAqC,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,EAAE,mBAAkB;oBAC5F,0DAAG,KAAK,EAAE,kCAAkC,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,EAAE,yCAAwC,CAC3G,CACF,CACP;YACA,IAAI,CAAC,IAAI,KAAK,WAAW,IAAI,CAC5B,4DAAK,KAAK,EAAE,iBAAiB,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,EAAE;gBAClE,IAAI,CAAC,MAAM,KAAK,UAAU,IAAI,4DAAK,KAAK,EAAE,OAAO,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,EAAE,GAAQ;gBACjG,IAAI,CAAC,MAAM,KAAK,UAAU,IAAI,CAC7B,4DAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAE,QAAQ,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,EAAE;oBACpJ,6DAAM,CAAC,EAAC,uEAAuE,EAAC,MAAM,EAAC,SAAS,kBAAc,GAAG,oBAAgB,OAAO,qBAAiB,OAAO,GAAG,CAC/J,CACP,CACG,CACP;YACA,IAAI,CAAC,IAAI,KAAK,WAAW,IAAI,CAC5B,4DAAK,KAAK,EAAE,iBAAiB,IAAI,CAAC,IAAI,EAAE;gBACtC,4DAAK,KAAK,EAAC,gBAAgB;oBACzB,4DAAK,KAAK,EAAE,iBAAiB,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,EAAE;wBAClE,IAAI,CAAC,MAAM,KAAK,UAAU,IAAI,4DAAK,KAAK,EAAE,OAAO,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,EAAE,GAAQ;wBACjG,IAAI,CAAC,MAAM,KAAK,UAAU,IAAI,CAC7B,4DAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAE,QAAQ,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,EAAE;4BACpJ,6DACE,CAAC,EAAC,uEAAuE,EACzE,MAAM,EAAC,SAAS,kBACH,GAAG,oBACD,OAAO,qBACN,OAAO,GACvB,CACE,CACP,CACG;oBACL,IAAI,CAAC,SAAS,IAAI,CACjB,4DAAK,KAAK,EAAC,eAAe;wBACxB,4DAAK,KAAK,EAAE,aAAa,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,MAAM,EAAE,GAAQ,CACxD,CACP,CACG;gBACN,4DAAK,KAAK,EAAC,gBAAgB;oBACzB,0DAAG,KAAK,EAAE,qCAAqC,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,EAAE,mBAAkB;oBAC5F,0DAAG,KAAK,EAAE,kCAAkC,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,EAAE,yCAAwC,CAC3G,CACF,CACP,CACA,CACJ,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { Component, Prop, h, Fragment } from \"@stencil/core\";\r\nimport { GeneralSizes, ProgressStepStates, ProgressStepStatus, ProgressStepTypes } from \"../../models/reusableModels\";\r\n\r\n@Component({\r\n tag: 'gb-step-base',\r\n styleUrl: 'gb-step-base.css',\r\n shadow: true,\r\n})\r\nexport class GbStepBase {\r\n @Prop() status: ProgressStepStatus;\r\n @Prop() size: GeneralSizes;\r\n @Prop() type: ProgressStepTypes;\r\n @Prop() state: ProgressStepStates;\r\n @Prop() connector: boolean = false;\r\n @Prop() showSupportingText: boolean = false;\r\n @Prop() label: string = '';\r\n @Prop() supportingText: string = '';\r\n\r\n render() {\r\n return (\r\n <>\r\n {this.type === 'text_line' && (\r\n <div class={`text_line_div ${this.size} ${this.status} ${this.state}`}>\r\n <div class={`text_line_div_content`}>\r\n <p class={`text_line_label text-sm-semi-bold ${this.status} ${this.state}`}>Your details</p>\r\n <p class={`text_line_text text-xs-regular ${this.status} ${this.state}`}>Please provide your name and email</p>\r\n </div>\r\n </div>\r\n )}\r\n {this.type === 'icon_only' && (\r\n <div class={`icon_only_div ${this.status} ${this.state} ${this.size}`}>\r\n {this.status !== 'complete' && <div class={`dot ${this.status} ${this.state} ${this.size}`}></div>}\r\n {this.status === 'complete' && (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\" class={`tick ${this.status} ${this.state} ${this.size}`}>\r\n <path 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\" />\r\n </svg>\r\n )}\r\n </div>\r\n )}\r\n {this.type === 'icon_left' && (\r\n <div class={`icon_left_div ${this.size}`}>\r\n <div class=\"connector_wrap\">\r\n <div class={`icon_only_div ${this.status} ${this.state} ${this.size}`}>\r\n {this.status !== 'complete' && <div class={`dot ${this.status} ${this.state} ${this.size}`}></div>}\r\n {this.status === 'complete' && (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\" class={`tick ${this.status} ${this.state} ${this.size}`}>\r\n <path\r\n d=\"M1 6.45455C1 6.45455 2.07143 6.45455 3.5 9C3.5 9 7.47059 2.33333 11 1\"\r\n stroke=\"#075DB2\"\r\n stroke-width=\"2\"\r\n stroke-linecap=\"round\"\r\n stroke-linejoin=\"round\"\r\n />\r\n </svg>\r\n )}\r\n </div>\r\n {this.connector && (\r\n <div class=\"connector_div\">\r\n <div class={`connector ${this.state} ${this.status}`}></div>\r\n </div>\r\n )}\r\n </div>\r\n <div class=\"icon_left_text\">\r\n <p class={`text_line_label text-sm-semi-bold ${this.status} ${this.state}`}>Your details</p>\r\n <p class={`text_line_text text-xs-regular ${this.status} ${this.state}`}>Please provide your name and email</p>\r\n </div>\r\n </div>\r\n )}\r\n </>\r\n );\r\n }\r\n}"]}
@@ -43,17 +43,17 @@ export class GbTabButtonBase {
43
43
  this.tabClicked.emit();
44
44
  }
45
45
  render() {
46
- return (h("div", { key: '09938e54fc1ed8dff55486ccd9493e99e9af7e38', class: `tab_button_div ${this.type}
46
+ return (h("div", { key: 'bd587e931b364dcf9ceb836f140a97d1baa0ad8c', class: `tab_button_div ${this.type}
47
47
  ${this.current ? 'current' : ''}
48
48
  ${this.fullWidth ? 'full_width' : ''}
49
49
  ${this.size}
50
- ${this.alignment}`, onClick: () => this.handleClick() }, h("p", { key: '826e6f4833715dde898da5f9f5aab71ecb26bc5c', class: `${!this.current ? 'tab_text' : ''} ${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (h("gb-badge", { key: 'f34da4c6e3ef79fbf2b5cab4143961b02d63ad74', size: "sm", type: "pill_color", color: this.current && this.type === 'button_primary'
50
+ ${this.alignment}`, onClick: () => this.handleClick() }, h("p", { key: '80f5cc3c381ce23291f86b1dbd1656a07e8235fd', class: `${!this.current ? 'tab_text' : ''} ${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (h("gb-badge", { key: '7ef46f524aaf2a0794d3a1d9dd18a2451e7a2a3a', size: "sm", type: "pill_color", color: this.current && this.type === 'button_primary'
51
51
  ? 'information'
52
52
  : this.current && this.type === 'underline'
53
53
  ? 'information'
54
54
  : this.current && this.type === 'line'
55
55
  ? 'information'
56
- : 'gray' }, h("slot", { key: '3a8d494f018bca857176fa534a83df2d2a0ed75d', name: "count" })))));
56
+ : 'gray' }, h("slot", { key: 'd99e9dc11a16229c392d4a6e5063cf9d5e3796be', name: "count" })))));
57
57
  }
58
58
  static get is() { return "gb-tab-button-base"; }
59
59
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ export class GbTableCell {
4
4
  this.type = undefined;
5
5
  }
6
6
  render() {
7
- return (h("div", { key: 'f1eeed2eca0e5a0f7a4fb780e92d3063e6f38e0d', class: "table_cell_div" }));
7
+ return (h("div", { key: 'c097aef3a144d6d897e3dcdf0b844dfacc9bec01', class: "table_cell_div" }));
8
8
  }
9
9
  static get is() { return "gb-table-cell"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -29,7 +29,7 @@ export class GbTag {
29
29
  }
30
30
  render() {
31
31
  const flagSwap = getAssetPath(`${this.flagSwap}`);
32
- return (h("div", { key: '7f2f4fa440ad532dd774d09590c54b8f23cb5288', class: `container ${this.size}` }, h("div", { key: 'e7601657501e72f2fbd077c88bbebf1d2a0e2a2f', class: `content ${this.size}` }, this.checkbox && h("gb-tag-checkbox", { key: '4e43abd7a18844d0789d8c7fd446306075cc0cc6', size: this.size }), this.icon === 'false' && h(Fragment, null), this.icon === 'country' && (h("div", { key: '6826f3fe70e0200c8e831e69054f8a3595040bc4', class: "icon left-icon" }, h("img", { key: '3177a46e5943aee568274453ddb41bf08db256dc', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: 'e008ae8db548f962f2a04771e78763b26b4a08dc', class: "avatar-icon", size: "xxs", "status-icon": "false", text: true, color: "gray" }, h("slot", { key: 'd091689e84ce0349dadae6caafbd033c37a6bf70', name: "initials", slot: "initials" }))), this.icon === 'dot' && (h("svg", { key: '8d72fa1dc915e3ce5b4805ac2d94fb46886bd11b', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: 'db15ce3c83e011d3b762d38e17924ce475962ce8', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("div", { key: '11063d2aee35364b1e0442409c8516abe609b582', class: "label" }, h("slot", { key: '77af3bd8aab09e9cd3a5230644f5fe19ed666b30' })), this.action === 'count' && (h("gb-tag-count", { key: '47af7b94605beda4d038ca8a6e990e45750b2d50', size: this.size }, h("slot", { key: 'dac6634b1cece871e1eeca3d3be657c8cd0b3651', slot: "count", name: "count" })))), this.action === 'X_close' && h("gb-tag-close", { key: '7ab97b9a8708f3719afda5438926fbb2512d9e72', size: this.size, onClick: () => this.onTagClose() })));
32
+ return (h("div", { key: 'd714b81a497c4e3218eccd45573ae0b310515ea0', class: `container ${this.size}` }, h("div", { key: '5be347c053d0c075737ee6e8e0bcfcf8729fab1f', class: `content ${this.size}` }, this.checkbox && h("gb-tag-checkbox", { key: 'efe43e00d7453df4d5e6aa675981f1c74d31687c', size: this.size }), this.icon === 'false' && h(Fragment, null), this.icon === 'country' && (h("div", { key: '538a71acde1cde7a44dc3c76f2d1979f8d4f40f0', class: "icon left-icon" }, h("img", { key: 'cef35c92279858f8f22255df781238a350f0fae1', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: '4b69a8adbaa2e65a1a9f69bc141a518ef754fea1', class: "avatar-icon", size: "xxs", "status-icon": "false", text: true, color: "gray" }, h("slot", { key: '2d7ca841db1e48dbb691ff81cca573428a3b9d57', name: "initials", slot: "initials" }))), this.icon === 'dot' && (h("svg", { key: 'a7be210ec3479ab7dd2fa6184913dce899b1e223', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: '7e7c00528a581bdcb1da342f1da89a4c83be2fb2', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("div", { key: 'aeae414aca9f1341a03829b7adb23949fca21be2', class: "label" }, h("slot", { key: '1fcb413fe3b58213cbe442739da727016e717463' })), this.action === 'count' && (h("gb-tag-count", { key: 'd0afb475b95456c58222b819b583eab58f3be56c', size: this.size }, h("slot", { key: '8804e56261f0d8557f01c0c876017f58ec18bc0e', slot: "count", name: "count" })))), this.action === 'X_close' && h("gb-tag-close", { key: '8441ec5b863b745e5be836501c0a540cec457aad', size: this.size, onClick: () => this.onTagClose() })));
33
33
  }
34
34
  static get is() { return "gb-tag"; }
35
35
  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: '153e905f6c57d13bd55ef14950629317563676ac', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, h("input", { key: 'e9f26d288e9758bcfe0deeb79941a91fec296c0a', type: "checkbox", checked: this.checked, disabled: this.disabled }), h("span", { key: '6502573b343bd2a1476f7a2c87c78f0b13678e7e', class: `custom-checkbox ${this.size}` }, h("svg", { key: '6c1cdcf7b06fda000c405a5d5d937b87ee09bd86', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: 'ba51363b0fdfd762580454fc5caa8dbe39fbde88', 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: 'e8d69f1209bc0952a90b94ea0ea693c4e0758c92', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, h("input", { key: 'd89b11e5497eda4ecff244381b9ecc3e2970f405', type: "checkbox", checked: this.checked, disabled: this.disabled }), h("span", { key: 'b58a4ac989e6933e522aabb5fc65ba949c5a12d9', class: `custom-checkbox ${this.size}` }, h("svg", { key: '8e8b64cbe1d65beea7c7fd43e3e90a4b7e8f2249', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: 'd1650323e8bf83bf73c4f0b53dfdc3108a6ee490', 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"; }
@@ -4,7 +4,7 @@ export class GbTagClose {
4
4
  this.size = undefined;
5
5
  }
6
6
  render() {
7
- return (h("div", { key: '54a377dbd76746151062ff2c3bd5a3c8837c6f29', class: this.size }, h("svg", { key: '51138d1466061195ae92dcc1744c79c36773f88d', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, h("path", { key: 'a4c35baf5074fc7a10e7d1e2cf41340c850a1ecd', 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" }))));
7
+ return (h("div", { key: 'df3b02818a6f1ddef00b418a606c9975656ee636', class: this.size }, h("svg", { key: '9e5414f228271e0078fc34ecd254b8f6f72e8b6b', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, h("path", { key: '49232028a9f81e3245238165ba6bb2b7175dfc85', 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" }))));
8
8
  }
9
9
  static get is() { return "gb-tag-close"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ export class GbTagCount {
4
4
  this.size = undefined;
5
5
  }
6
6
  render() {
7
- return (h("div", { key: '5e99af65cee4c986adb8459b310f2721867211f9', class: this.size }, h("slot", { key: '23fe6b22b32769057cac057a5ff50b83fb17e783', name: "count" })));
7
+ return (h("div", { key: 'ce53ea9a1807928f364d62475f235cbed6894e42', class: this.size }, h("slot", { key: 'd8da7cf7543334f8cb8e83900b0e65360fcbbff3', name: "count" })));
8
8
  }
9
9
  static get is() { return "gb-tag-count"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -187,14 +187,14 @@ export class GbTextareaInputField {
187
187
  }
188
188
  }
189
189
  render() {
190
- return (h("div", { key: '56ae9db48f7e08b790403fee7d0b4cef718c907f', class: "textarea_container" }, h("div", { key: 'cab6befbbf192fd1133ddf970488c244610ca671', class: "input_with_label" }, this.showLabel && h("p", { key: '2dbf3b5a2495d2a3291c56cc2c2e0f5a91c31981', class: `label text-sm-medium` }, this.label), this.type === 'default' && (h("textarea", { key: '4fe65548f835d3bb6df444b042613584149cd7ad', ref: el => (this.textarea = el), onInput: () => this.handleInput(), class: `textarea ${this.state} ${this.destructive ? 'destructive' : ''}`, placeholder: this.placeholderText })), this.type === 'tags' && (h("div", { key: 'b4812b1b312dd98b5c5ff3fa25568ed2dc4bd657', class: "textarea_tags" }, h("div", { key: 'dc3f1ecb32fc0c929dc99961f9fb20732868a973', class: `textarea ${this.type} ${this.state} ${this.destructive ? 'destructive' : ''}`, onClick: () => this.handleWrapperClick() }, h("div", { key: '9d014d00b257271788e07603b0fc5fbf1b2cc03c', 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
190
+ return (h("div", { key: '960de8e1903e3c108721126dc6386312adcc3c41', class: "textarea_container" }, h("div", { key: '51bc48578f6d7ecb6dde6edd49e3da151d0b7958', class: "input_with_label" }, this.showLabel && h("p", { key: 'db6204cc3170a15338ae749a92b10c1109853d62', class: `label text-sm-medium` }, this.label), this.type === 'default' && (h("textarea", { key: 'bb59a45b7530b63bc36d94a7eb1d27d0ef648bdd', ref: el => (this.textarea = el), onInput: () => this.handleInput(), class: `textarea ${this.state} ${this.destructive ? 'destructive' : ''}`, placeholder: this.placeholderText })), this.type === 'tags' && (h("div", { key: 'b002327a7fedd69fe9df52b616ea8beed90c1eee', class: "textarea_tags" }, h("div", { key: 'c3d4903d8c17a9d12af599bac8d383a7fc944e2d', class: `textarea ${this.type} ${this.state} ${this.destructive ? 'destructive' : ''}`, onClick: () => this.handleWrapperClick() }, h("div", { key: 'bb1548e08c7a28459d02149dda6cbfa3b57dd867', 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
191
191
  .split(' ')
192
192
  .map(part => part.charAt(0).toUpperCase())
193
- .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: '7bc20ccd82bd0ecd2430dd6235941849b03a640c', class: "hidden-span", ref: el => (this.hiddenSpan = el) }, this.inputValue || ' '), h("div", { key: '00357062e83b1fbda307cad8a292c3463487aed0', class: "input_field" }, h("input", { key: '3b2846c2a6589abe4b7e5c9542abb5988b1088c1', id: this.idOfInput, class: `input_like text-md-regular ${this.state}`, type: "text",
193
+ .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: '94fd82457747c18f0c600053073e5193c7029ae7', class: "hidden-span", ref: el => (this.hiddenSpan = el) }, this.inputValue || ' '), h("div", { key: 'c5f6812378496a6456cb989e644a7a0602010aa9', class: "input_field" }, h("input", { key: 'a915d6a0371d0445042312094581b18ec31acd76', id: this.idOfInput, class: `input_like text-md-regular ${this.state}`, type: "text",
194
194
  // placeholder={this.placeholderText}
195
- value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.emitInputValue() }))), this.destructive && (h("div", { key: 'e2cd75836430e37550c30695b3d94a82cd27ee00', class: "help_icon" }, h("svg", { key: 'ebfbed26ea04dac398432fc547d7751a04013883', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { key: 'c17eb952ab2a66ed89f27fdf53f0faf2b635b809', d: "M7.9947 10H8.00069M8.00004 8.00004V5.33337M14.6667 8.00004C14.6667 11.6819 11.6819 14.6667 8.00004 14.6667C4.31814 14.6667 1.33337 11.6819 1.33337 8.00004C1.33337 4.31814 4.31814 1.33337 8.00004 1.33337C11.6819 1.33337 14.6667 4.31814 14.6667 8.00004Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.show && (h("div", { key: '1a4001a9e6285b698815b4df98e2b9b5d1333f27', 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'
195
+ value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.emitInputValue() }))), this.destructive && (h("div", { key: 'a34d28ea6ab41ff90dd7bf16143f74a940826330', class: "help_icon" }, h("svg", { key: '27d5c6ab859632406317c7bde3869cd1894eb615', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { key: '20eb9904df4382bf6d546ac4fe8dcf59b988050f', d: "M7.9947 10H8.00069M8.00004 8.00004V5.33337M14.6667 8.00004C14.6667 11.6819 11.6819 14.6667 8.00004 14.6667C4.31814 14.6667 1.33337 11.6819 1.33337 8.00004C1.33337 4.31814 4.31814 1.33337 8.00004 1.33337C11.6819 1.33337 14.6667 4.31814 14.6667 8.00004Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.show && (h("div", { key: 'b3b6185abd6185b1cb1b075b9b149f975a1c0bf2', 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'
196
196
  ? [h("p", { slot: "name" }, item.objectName), h("p", { slot: "supporting_text" }, item.objectValue)]
197
- : typeof item !== 'object' && h("p", { slot: "name" }, item))))))))), this.showHintText && h("p", { key: 'ee94f5d17a3c362f7b1ab5267219be042bcf6483', class: `hint_text text-sm-regular ${this.destructive ? 'destructive' : ''}` }, this.hintText)));
197
+ : typeof item !== 'object' && h("p", { slot: "name" }, item))))))))), this.showHintText && h("p", { key: '3306ac8a73701c4f7f614a38c6f19edc766b75ce', class: `hint_text text-sm-regular ${this.destructive ? 'destructive' : ''}` }, this.hintText)));
198
198
  }
199
199
  static get is() { return "gb-textarea-input-field"; }
200
200
  static get encapsulation() { return "shadow"; }
@@ -56,7 +56,7 @@ export class GbToast {
56
56
  }
57
57
  }
58
58
  render() {
59
- return (h("div", { key: 'fa73aef04332e1505f1767070d134c19f8d7eaf1', class: `toast_div ${this.color} ${this.size} ${this.breakpoint}` }, this.size === 'floating' && (h(Fragment, null, h("div", { key: 'ab2155a937b1c1df2cfea0cbf417c2ee3db9a490', class: `icon_container` }, h("svg", { key: '26dbd53f1cd9a2bf050f126f351787bd1a3842c5', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, h("path", { key: '592c9b4980702b8ad0f05e5645b9ba319469e937', opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), h("path", { key: '83fe17a8b338b1760ab7afb0bcf6b82d25c51ee1', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), h("path", { key: 'c5d8242ea7e3eac3ad817f6dcd01e464cba30be5', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" }))), h("div", { key: 'd9baf0a098f6fb34ca5bd6267ffed947cb1fc544', class: `content ${this.size} ${this.actions ? ' actions' : ''}` }, h("div", { key: '2bebd8a839b43d2dd5c5118efbae2a2f382612af', class: `text ${this.size}` }, h("slot", { key: '33919f2f4a901571796e622aa8ac1857908bc8f0', name: "main_text" }), this.showSupportingText && h("slot", { key: 'ad06648d997e01a4c3e6685ff144f785ad37ec48', name: "supporting_text" })), this.actions && (h("div", { key: '6cff06dd035d362865c18a3532d0f6ec6dea1d83', class: `actions ${this.size} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (h(Fragment, null, h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, h("p", null, "Dismiss")), h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, h("p", null, "View changes")))) : (h(Fragment, null, h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "Dismiss")), h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "View changes"))))))), h("gb-button-close", { key: '2f0ac7c9343cb6c3d3f860958440f1e30c6bb502', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.size}` }))), this.size === 'full_width' && (h("div", { key: '6c837b99140fda4b4c44e51047e7a4b52cda4c48', class: `container ${this.breakpoint}` }, h("div", { key: '85e9048d8eff5dcaedc69e5811ce3fba7ccda050', class: `full_width_content ${this.breakpoint}` }, h("div", { key: '89eabcb3b8b15d91196bdd668a7614178a7b7a28', class: `inner_content ${this.breakpoint}` }, h("div", { key: 'bd68f0765d3625c1cbc1f75f78250420cca2c023', class: `icon_container` }, h("svg", { key: '948123fbbacadc4880e683cd0bfbb4218b28be02', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, h("path", { key: '107dd4ff97e03fa5bb71cf373c988adf2417ba9c', opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), h("path", { key: 'a9c06ce24bf07bc6c382b75e5569ba8fe4daaf93', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), h("path", { key: '5142c2c87944ea37be5c2f0c56939cae338965b2', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" }))), h("div", { key: '8ce78e0938e1bcc8388db81211f6840228a04a42', class: `text ${this.size} ${this.breakpoint}` }, h("slot", { key: '7e4d9d746b0ac5d4188fb4f305b6e6ee974b6039', name: "main_text" }), this.showSupportingText && h("slot", { key: '1eb45e78608a91b15545dcc90b65a4034e0b9837', name: "supporting_text" }))), this.actions && (h("div", { key: 'd72f6ea89e37afe0b3b37d6795929c29d792deb6', class: `actions ${this.size} ${this.breakpoint} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (h(Fragment, null, h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, h("p", null, "Dismiss")), h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, h("p", null, "View changes")))) : (h(Fragment, null, h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "Dismiss")), h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "View changes")))))), h("gb-button-close", { key: 'ca2a69c558b5fa121cca089f9bab445926f322c8', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.breakpoint}`, onClick: () => this.closeToast() }))))));
59
+ return (h("div", { key: 'bb5d5f768ce816ec52b51c0bd822f7a798fea119', class: `toast_div ${this.color} ${this.size} ${this.breakpoint}` }, this.size === 'floating' && (h(Fragment, null, h("div", { key: 'ba76b553f96b70d48851bc606a9bfe446e870595', class: `icon_container` }, h("svg", { key: 'ce07b96930e2f42a65086cc45617c285e0400dde', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, h("path", { key: '594e7e20fedb6465a6e93cec1408ed9de4ca90c9', opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), h("path", { key: 'dd81a583cb2f42f7cc1b972da12a9839bfea7581', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), h("path", { key: 'a51fa10d3b3d5e48b825a17c9340e786f03f9394', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" }))), h("div", { key: '718d305702461b7d11adc1fcc1c03e1c23b53294', class: `content ${this.size} ${this.actions ? ' actions' : ''}` }, h("div", { key: 'c3cc6df355d41757951ecde2ff5d5084565982f1', class: `text ${this.size}` }, h("slot", { key: '4c70fc273919440cf7392b232f0d2595fa20eaab', name: "main_text" }), this.showSupportingText && h("slot", { key: '088f3ad296560bef6f222c06195aed0f243c6fe8', name: "supporting_text" })), this.actions && (h("div", { key: '87375c8b8652fa2eea20c1ba376f6c77fa54d2cd', class: `actions ${this.size} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (h(Fragment, null, h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, h("p", null, "Dismiss")), h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, h("p", null, "View changes")))) : (h(Fragment, null, h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "Dismiss")), h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "View changes"))))))), h("gb-button-close", { key: '5a31685f13f797469b8900313a0c425817ddb338', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.size}` }))), this.size === 'full_width' && (h("div", { key: '32438c35e733e24dac20fa149566ac09a812063e', class: `container ${this.breakpoint}` }, h("div", { key: 'fc91eb6ad34253dac798e60f7223b7d07559d051', class: `full_width_content ${this.breakpoint}` }, h("div", { key: 'e18c539b9fc1aecf0b7b19a5302201384fbc31de', class: `inner_content ${this.breakpoint}` }, h("div", { key: 'f8707c196f9c0e3a05d074a1089a3b81ab8aed35', class: `icon_container` }, h("svg", { key: '7feb56f9f03c66803fb6432b5dab9abb37438c47', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, h("path", { key: '9aa58524853e8f6327a03cd6f8309fb6a7c5960b', opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), h("path", { key: '6c0b442e003a6794829538e959343c5c775b45e4', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), h("path", { key: '8a09036e084948da773a3a7d58d0475895f6558c', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" }))), h("div", { key: 'aaaed50837e7bdd0dd06d58952463f4d262d9d6e', class: `text ${this.size} ${this.breakpoint}` }, h("slot", { key: '99e95552cf428aa033a8ed1423125666e3c37247', name: "main_text" }), this.showSupportingText && h("slot", { key: '96453eeaee67b4173feb46ad046f20e1aa728a4b', name: "supporting_text" }))), this.actions && (h("div", { key: 'bf27cffcbd7e62057ff49e1f8a47b5c2dff0102c', class: `actions ${this.size} ${this.breakpoint} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (h(Fragment, null, h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, h("p", null, "Dismiss")), h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, h("p", null, "View changes")))) : (h(Fragment, null, h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "Dismiss")), h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "View changes")))))), h("gb-button-close", { key: '4cbede83371fa2ab86b0b38d821606e5a4f8852b', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.breakpoint}`, onClick: () => this.closeToast() }))))));
60
60
  }
61
61
  static get is() { return "gb-toast"; }
62
62
  static get encapsulation() { return "shadow"; }
@@ -9,7 +9,7 @@ export class GbToastButton {
9
9
  slottedContent.classList.add('text-sm-semi-bold');
10
10
  }
11
11
  render() {
12
- return (h("div", { key: 'e20224cc02568fd43c5e64bc50c78251707b2956', class: `toast_button ${this.state} ${this.color}` }, h("slot", { key: 'e93c79a455f1c614db305afc5b4cc40d554bc957' })));
12
+ return (h("div", { key: '48e512de670008d7f4154caca677f9461f61cdfc', class: `toast_button ${this.state} ${this.color}` }, h("slot", { key: 'fd3cc81c76cb4f75eabdccafe25714a613829a16' })));
13
13
  }
14
14
  static get is() { return "gb-toast-button"; }
15
15
  static get encapsulation() { return "shadow"; }
@@ -36,7 +36,7 @@ export class GbToggle {
36
36
  }
37
37
  }
38
38
  render() {
39
- return (h("div", { key: '7485849a6933f17b6f390dc43af6ce446167b0ff', class: `toggle_div ${this.size}` }, h("div", { key: '095c175d2e6a08fd1cb06049e987f4e3cc368087', class: "toggle_base" }, h("gb-toggle-base", { key: '0c635b465fc74d5f9a6beb5801d4c9bd2ba49445', size: this.size, state: this.state, pressed: this.pressed })), this.text && (h("div", { key: '5b983d7a6526d42669e88d7d362408235898729d', class: "text" }, h("slot", { key: 'b44d98f64b00e82c73f77c1cd9f1bfb69b014776', name: "main_text" }), this.supportingText && (h("slot", { key: '454336e990f730b953be7935960e5427b8aeb2bb', name: "supporting_text" }))))));
39
+ return (h("div", { key: 'ec6b452cdd7166b7c0feb9f5e613b20074a52832', class: `toggle_div ${this.size}` }, h("div", { key: 'e1f0cfb6707350c613b1dee69b9ef702d178649b', class: "toggle_base" }, h("gb-toggle-base", { key: 'c083170aba1f8d38aad69f9782c13b83049dfc01', size: this.size, state: this.state, pressed: this.pressed })), this.text && (h("div", { key: '51d8928a7621d9b278be91cd57f175f2f9b6e5ff', class: "text" }, h("slot", { key: '4704537b812fe8256fd15266518d313e6f2d5d97', name: "main_text" }), this.supportingText && (h("slot", { key: '2f4351eba44bccddfd3c441e2ced2c1e4262eb10', name: "supporting_text" }))))));
40
40
  }
41
41
  static get is() { return "gb-toggle"; }
42
42
  static get encapsulation() { return "shadow"; }
@@ -13,8 +13,8 @@ export class GbToggleBase {
13
13
  }
14
14
  render() {
15
15
  return [
16
- h("input", { key: '0b1f5b29547f8831746d6b304b3234c60c8d8560', type: "checkbox", id: "customCheckbox", class: `${this.pressed ? 'pressed' : ''}`, readonly: true }),
17
- h("label", { key: '68834e058279c10b4cd9ef246a463b48e2889498', 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
+ h("input", { key: 'e46dfbfb06e9d02595ce0d98cc2e726e45334ef4', type: "checkbox", id: "customCheckbox", class: `${this.pressed ? 'pressed' : ''}`, readonly: true }),
17
+ h("label", { key: 'bcfa49621a430fb7128f65afd890481678779ab1', 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),
18
18
  ];
19
19
  }
20
20
  static get is() { return "gb-toggle-base"; }
@@ -9,7 +9,7 @@ export class GbTokenFieldCompact {
9
9
  this.supportingText = '';
10
10
  }
11
11
  render() {
12
- return (h("div", { key: '46d7e6d2e5156642925200bc61af5d6ae2c9f053', class: this.size }, h("div", { key: 'ec91cd0fa91fab4a55368fb92d5802dc9738ea7d', class: "input-with-label" }, this.showLabel && (h("label", { key: 'afeff7a03353d6519a2f09c565f6ce7c0735520c' }, this.label)), this.digits === 4 && (h("div", { key: 'a0d1dc3b6853ad5f015af070501452ae7b6ff29a', class: "input-wrapper" }, h("gb-mega-input-field-base", { key: '0c09b1f7d42d179f3e6ed699d6498ee81b144513', size: this.size }), h("gb-mega-input-field-base", { key: '7a7987ba1de3e2db3d61a2dd676c8ad5f6290800', size: this.size }), h("gb-mega-input-field-base", { key: '643682bad58a5a93f8a5e39d5b86e38d3c2da553', size: this.size }), h("gb-mega-input-field-base", { key: 'f18c8ec1958495adaf297ea0797e1eaf6187ce51', size: this.size }))), this.digits === 6 && (h("div", { key: 'fb5e15f4254fe49129a0fa077e5708dd070307f6', class: "input-wrapper" }, h("div", { key: 'a56af86f2f990e4dfc995b8024cffd723be65d25', class: "first=section" }, h("gb-mega-input-field-base", { key: '8a6e3b7cb42c947fcf4d9489c6a68df6e01eec35', size: this.size }), h("gb-mega-input-field-base", { key: 'c5312c034022ae2393e1f8adf977e3bddf22c4b0', size: this.size }), h("gb-mega-input-field-base", { key: 'ca869c8058384fcf001732b7bc8d99b091840cf9', size: this.size })), h("div", { key: '6db106104bb6f4ba58a63233e6d86659b6b2d508', class: "second=section" }, h("gb-mega-input-field-base", { key: '9034ca916f9a619b7524f2564019657f8b2e5f89', size: this.size }), h("gb-mega-input-field-base", { key: '5bec4ba0e7a0683d925ff1fa6ca7d5d9dc5ad586', size: this.size }), h("gb-mega-input-field-base", { key: '9bf888ff1295da92f5333f6a176bc9d5bb78dd08', size: this.size })))), this.digits === 8 && (h("div", { key: '939c89cf0dfe0b60268383e0dfd933c0c41fdae3', class: "input-wrapper" }, h("div", { key: 'fbccf3c59937234d11868e651eacc5551ab72cd3', class: "first=section" }, h("gb-mega-input-field-base", { key: 'ed218823a7ef59f049b0f5cf38f3d991fa9a0043', size: this.size }), h("gb-mega-input-field-base", { key: '811998de5575073fb3ab63cc5f3197aa4caf145c', size: this.size }), h("gb-mega-input-field-base", { key: 'b6e5dd8c88368e47fd96be3994b102a12bb6169d', size: this.size }), h("gb-mega-input-field-base", { key: 'bd876dc113897da4b4ddf1f24ef35075cea415b8', size: this.size })), h("div", { key: '6e5208b98bc98d275c89a204b64388a02f243db2', class: "second=section" }, h("gb-mega-input-field-base", { key: '352da9b9529624f9468f43ee2ff11caec4a4f899', size: this.size }), h("gb-mega-input-field-base", { key: '6336c7d5177aa9e0a7695bcff0be5bc6a749bfb5', size: this.size }), h("gb-mega-input-field-base", { key: '2a08ef8920b4bdd431bd5f77cb6f1ae747e936b9', size: this.size }), h("gb-mega-input-field-base", { key: '7ead1ab343a8efd6c252207e2297bac3e3f9b166', size: this.size }))))), h("p", { key: '8a6ccf2dc8edf2578372281f5b66cc1c787c33fe' }, this.supportingText)));
12
+ return (h("div", { key: '079ef91225377e2ff0c63c2bd2c4e45b8ffa7be4', class: this.size }, h("div", { key: '3641c8a65eae9fc6deb1ff8c1df5bfe97599971b', class: "input-with-label" }, this.showLabel && (h("label", { key: '48d1ebe1f6f5bbf6f11a6a21f126b75902f1d424' }, this.label)), this.digits === 4 && (h("div", { key: '70e5e9f2ae3c43f31eadd676e1fd9b145a862efe', class: "input-wrapper" }, h("gb-mega-input-field-base", { key: '6a373441875ecc54282a53722d77a390579d9f22', size: this.size }), h("gb-mega-input-field-base", { key: 'b38ec51af8aa9771856e0a5cf1cbd7ec7d8c333e', size: this.size }), h("gb-mega-input-field-base", { key: '4860dc4cb5cb5415a073ca51f20487f30810bfe0', size: this.size }), h("gb-mega-input-field-base", { key: '91d13c7425ff2169ac97d8fb113838169a8dd989', size: this.size }))), this.digits === 6 && (h("div", { key: '21646b9c95f9ed0ed3fceb01fe3f97faa9066528', class: "input-wrapper" }, h("div", { key: 'b31d1203e926a948e6fdb7ebdfb57c8404fb124f', class: "first=section" }, h("gb-mega-input-field-base", { key: '8d29fd09cd41a4feb4e92f420d9548698f4564e9', size: this.size }), h("gb-mega-input-field-base", { key: '328b3d0202856e9356b1608037f2fc4500e25541', size: this.size }), h("gb-mega-input-field-base", { key: 'a99c12072174e29f65848c28feae613129264d30', size: this.size })), h("div", { key: '283009a746d61935c7ee1f15eb04feaa846e6e98', class: "second=section" }, h("gb-mega-input-field-base", { key: '370f2682dcd2043d99a46c6ea78d20b0b9d70a5c', size: this.size }), h("gb-mega-input-field-base", { key: '3059b0548366fb02496eefde886c6672a6db7f6d', size: this.size }), h("gb-mega-input-field-base", { key: 'de404483c0b493cd5cf494286c99bea2a7b0763c', size: this.size })))), this.digits === 8 && (h("div", { key: '11c1ce743beb00cb3e6e3069b3b5d4e96d7d5968', class: "input-wrapper" }, h("div", { key: 'fd6375b38c7a35cd8c975a52fada9025d84fc193', class: "first=section" }, h("gb-mega-input-field-base", { key: '031712b849262d11ee7c7891a75a2eba2679c395', size: this.size }), h("gb-mega-input-field-base", { key: '25827d9bc3d6ab1b0f61b791dcc30dc936e22715', size: this.size }), h("gb-mega-input-field-base", { key: 'e0cc2c3b3c7f579d77d4fc662f8315227824f120', size: this.size }), h("gb-mega-input-field-base", { key: '551a877192731849976aeb7725ae8a7fc946af57', size: this.size })), h("div", { key: '9ca4d694022fa58c02c6a86ad995af18a7f82375', class: "second=section" }, h("gb-mega-input-field-base", { key: '0bdbc1494a9265efc551f6c208976f82bff9bb66', size: this.size }), h("gb-mega-input-field-base", { key: '773f78d9aa636aab5be120374b852150f51af2a6', size: this.size }), h("gb-mega-input-field-base", { key: 'c00537375ac9930d47fb88115af2e4a7dcdfc404', size: this.size }), h("gb-mega-input-field-base", { key: '9e6e5a6a2dc5bd2125166932344d80a63f85a376', size: this.size }))))), h("p", { key: 'adaf48df133e50936e6610aae8cf2a962cfb329a' }, this.supportingText)));
13
13
  }
14
14
  static get is() { return "gb-token-field-compact"; }
15
15
  static get encapsulation() { return "shadow"; }
@@ -9,11 +9,11 @@ export class GbTokenFieldCompressed {
9
9
  this.hintText = '';
10
10
  }
11
11
  render() {
12
- return (h("div", { key: '4bc73b1e28ad519f803ac9cde0ad1c8eef6f281a', class: {
12
+ return (h("div", { key: 'e0bc9e2999afa2091608b88e32a1cb824b13d5df', class: {
13
13
  container: true,
14
14
  [this.size]: true,
15
15
  [this.digits]: true,
16
- } }, h("div", { key: 'e95e49b7941be77ef2f55e15ac268ca18d1fb047', class: "input-with-label" }, this.showLabel && (h("label", { key: '388da9241c0a7d03e76f0b7cd8235c761157ad9c', class: "text-sm-medium", style: { color: 'var(--color-text, #4B5565)' } }, this.label)), this.digits === 4 && (h("div", { key: 'e167556f31327b31e34dadf32b18ca39eae617aa', class: "input-wrapper" }, h("gb-mega-input-field-base", { key: '389d0b886f74ec3dce7eb7e0f8b4b702c2127ece', size: this.size }), h("gb-mega-input-field-base", { key: 'db5f293999bbc027589b1d5202aaaf01e5af269f', size: this.size }), h("gb-mega-input-field-base", { key: 'ea74d3ad367ae3c07bd34cab516d7ced4205fc26', size: this.size }), h("gb-mega-input-field-base", { key: '90d854e990c2a617417b12eca7d721b4a3e6d9d9', size: this.size }))), this.digits === 6 && (h("div", { key: '6c51fc6b84e5b809c55ac2c41968ba7b7b096595', class: "input-wrapper" }, h("gb-mega-input-field-base", { key: 'dde68a12a298f395a0545255a6a756e53ecafc9c', size: this.size }), h("gb-mega-input-field-base", { key: '07111cd01733a8afda10aa5a577261446195ce2f', size: this.size }), h("gb-mega-input-field-base", { key: '4e1c86d892f5f09c91dbb0df70fe4a9ad1707b38', size: this.size }), h("p", { key: '888288d58a7838a8608fe2ead2ee12294cc2f1b2', class: "line display-sm-bold" }, "-"), h("gb-mega-input-field-base", { key: 'f530065d77a6c0373c1860517c05a4ed05f1f76a', size: this.size }), h("gb-mega-input-field-base", { key: '0da4c9df3acb7dd99892674fd05172ad13882d9e', size: this.size }), h("gb-mega-input-field-base", { key: '2c9457d951cedb36731a856f82d240714175e596', size: this.size }))), this.digits === 8 && (h("div", { key: '89a262e84c7456da109766ffd9c765ea2fb59668', class: "input-wrapper" }, h("gb-mega-input-field-base", { key: '57993111be3658b1fda6d5036e7b452f80da772a', size: this.size }), h("gb-mega-input-field-base", { key: '89d371bb410f86088d3c8ed1e345b71a5d366d60', size: this.size }), h("gb-mega-input-field-base", { key: '6ac0613c7145a58e7c385884d4bdc774b5fa29b3', size: this.size }), h("gb-mega-input-field-base", { key: '0e1bbaca0c7b5ff246c2108fcba844852ddb1b04', size: this.size }), h("p", { key: 'f75db44974308b72826b53fdbec179918f49b0e9', class: "line display-sm-bold" }, "-"), h("gb-mega-input-field-base", { key: '9efc4c1141dfbee252245bf7ffdcdb0bde30c0c4', size: this.size }), h("gb-mega-input-field-base", { key: '2803e5f6b82ffd3564f3978dc35eed79549dd8c4', size: this.size }), h("gb-mega-input-field-base", { key: '8b2f1f6cce96c5b54e47b203f2a1d1cab81bf85e', size: this.size }), h("gb-mega-input-field-base", { key: 'e1082c8f2cc441d2e94076569a4c6f5e8a5c0466', size: this.size })))), this.showHintText && (h("div", { key: 'ba8dfea15b0c392b3b8e6d73edbbb252d38ab6f6', class: "text-sm-regular", style: { color: 'var(--color-text-subtle, #697586)' } }, this.hintText))));
16
+ } }, h("div", { key: '91faf538add05a56bd622b37617f2c92849f853f', class: "input-with-label" }, this.showLabel && (h("label", { key: '569bb67612a116ce42e52fb7b9001e084afd6871', class: "text-sm-medium", style: { color: 'var(--color-text, #4B5565)' } }, this.label)), this.digits === 4 && (h("div", { key: '6b313e66137ae188a797295974d06d1976a9ea77', class: "input-wrapper" }, h("gb-mega-input-field-base", { key: '9e52f6f7c0f499719d629a1c0ab6bd2518875f41', size: this.size }), h("gb-mega-input-field-base", { key: '282ee070ea52013d14a0cc30126e9d0b5f9dd4a0', size: this.size }), h("gb-mega-input-field-base", { key: 'b0e24b23c73d06095ea7c8106a7221ac1860b0c0', size: this.size }), h("gb-mega-input-field-base", { key: 'cd432374f084eea49fb69528f4ace04511a40a08', size: this.size }))), this.digits === 6 && (h("div", { key: '15d18a2fe5ebeeba0a09bf23a49c808b54e7173e', class: "input-wrapper" }, h("gb-mega-input-field-base", { key: '8f6f2f8e1ffff6678a3c8b45e2efacea2d861391', size: this.size }), h("gb-mega-input-field-base", { key: '5fb2ac67f26854a2e895745b57c4af8439d88693', size: this.size }), h("gb-mega-input-field-base", { key: 'dca7f56820f328a317c953cd3179fd058b2efdac', size: this.size }), h("p", { key: 'de61702aecfa259d3fbb7a0c7d3337156c7d4a4a', class: "line display-sm-bold" }, "-"), h("gb-mega-input-field-base", { key: 'b0d2e3c58d0263c351ae6f3133065f4f3792a21b', size: this.size }), h("gb-mega-input-field-base", { key: '98fc1e6a5377a479525d5a4307159541e38707e3', size: this.size }), h("gb-mega-input-field-base", { key: 'ad72805aec68b9db346e6024b1219ccb90ab0569', size: this.size }))), this.digits === 8 && (h("div", { key: '059f83f937a1c780db66111cf3dab094dc7bd0dc', class: "input-wrapper" }, h("gb-mega-input-field-base", { key: 'a8e797cb8bc8bed9d138ebb36945758f3d510a8b', size: this.size }), h("gb-mega-input-field-base", { key: 'b7cbf90500c4b4c6af3913555351181a5023bb87', size: this.size }), h("gb-mega-input-field-base", { key: 'ae2b00b533a98cb374dc881710793658696fb619', size: this.size }), h("gb-mega-input-field-base", { key: 'ba58f53b81494ba00d97060dc9783e1b10f145a6', size: this.size }), h("p", { key: '40cbe54ac9152b1510f5853a58d63842ea5d0a26', class: "line display-sm-bold" }, "-"), h("gb-mega-input-field-base", { key: 'cda8b4381d383d0a80b4fc82c23df1d0b257db11', size: this.size }), h("gb-mega-input-field-base", { key: '03e026246a3bdb3a28ed84526230cae71959b653', size: this.size }), h("gb-mega-input-field-base", { key: '27af606b0d73c3f48091706cbb3108ec3d8cd926', size: this.size }), h("gb-mega-input-field-base", { key: '41905a99823b232792844b13c7494424eed2ebd6', size: this.size })))), this.showHintText && (h("div", { key: '3f981994a4f18a15cc27541990e5aaa16baf3ad2', class: "text-sm-regular", style: { color: 'var(--color-text-subtle, #697586)' } }, this.hintText))));
17
17
  }
18
18
  static get is() { return "gb-token-field-compressed"; }
19
19
  static get encapsulation() { return "shadow"; }
@@ -19,7 +19,7 @@ export class GbTooltip {
19
19
  return this.showArrow ? `arrow ${this.arrow}` : '';
20
20
  }
21
21
  render() {
22
- return (h("div", { key: 'b7c388bcd13e6b07cf73654d37eabeaf1f427b70', class: "tooltip_container" }, h("div", { key: '74e65ed6feea518d760c2bf3fc8c43e7c6cb4f6f', class: "tooltip" }, this.showArrow && h("div", { key: 'e8045aa39489eeb7a420aca06db92ba0a20f415e', class: this.getArrowClass() }), h("div", { key: '1b7f7f20948e5314dad961443bfa623ad7959361', class: "tooltip_content" }, h("slot", { key: '4eec312ccf9ee420ee09fb00da23a513c05d345c', name: "label" }), this.showSupportingText && h("slot", { key: 'd5a48676b2c38ffb93c045b050512be685f02dc4', name: "supporting_text" })))));
22
+ return (h("div", { key: 'cdc30e1f48f3ad7b8b872c4e50351e9ec0a17592', class: "tooltip_container" }, h("div", { key: 'a19d23bd9f05dd98858c946dcc0325a2a445671b', class: "tooltip" }, this.showArrow && h("div", { key: 'c6751098f1c974455cc3a21be81e826bc78e0e3d', class: this.getArrowClass() }), h("div", { key: 'a13bf8640bfa3b3cd7d604a3eb91a04ee086a8d8', class: "tooltip_content" }, h("slot", { key: 'fe9c9fd0552c0781c5505d8a407bb368b9a58f07', name: "label" }), this.showSupportingText && h("slot", { key: '4fc499b3b759222c674c18bf1227fcc99c184bc6', name: "supporting_text" })))));
23
23
  }
24
24
  static get is() { return "gb-tooltip"; }
25
25
  static get encapsulation() { return "shadow"; }
@@ -30,7 +30,7 @@ export class GbVerticalTabs {
30
30
  this.tabItemClicked.emit(index);
31
31
  }
32
32
  render() {
33
- return (h("div", { key: 'bd7f5b71c7e6ac77731844f87f2d39de6e988126', class: `vertical_tab_div` }, h("gb-tab-button-base", { key: 'e64e936cfe354f90a275587848302fa7f89e8f8a', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.firstTabName, current: this.activeIndex === 0, onClick: () => this.handleTabClick(0), alignment: "vertical" }), h("gb-tab-button-base", { key: '1011b6375ed2d971485f7199c70d8f233732b461', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.secondTabName, current: this.activeIndex === 1, onClick: () => this.handleTabClick(1), alignment: "vertical" }), this.thirdTabName && (h("gb-tab-button-base", { key: 'b9dcc0e9742abd05832835aeced5c3f4605328ac', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.thirdTabName, current: this.activeIndex === 2, onClick: () => this.handleTabClick(2), alignment: "vertical" })), this.fourthTabName && (h("gb-tab-button-base", { key: '28bb84f6ed6b5cc3aae3d69c90d650bc299d81c3', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.fourthTabName, current: this.activeIndex === 3, onClick: () => this.handleTabClick(3), alignment: "vertical" })), this.fifthTabName && (h("gb-tab-button-base", { key: '3cf9133ce52754e7fdf24b9d7375a6ebde01b525', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.fifthTabName, current: this.activeIndex === 4, onClick: () => this.handleTabClick(4) })), this.sixthTabName && (h("gb-tab-button-base", { key: 'df850417dbb11e3af49387d9951976ee9aac81c9', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.sixthTabName, current: this.activeIndex === 5, onClick: () => this.handleTabClick(5) })), this.seventhTabName && (h("gb-tab-button-base", { key: '8050c264de45e79858f5e7f29c7b2679f1000016', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.seventhTabName, current: this.activeIndex === 6, onClick: () => this.handleTabClick(6) })), this.eighthTabName && (h("gb-tab-button-base", { key: 'a27e44fbbbd4f8d941c938de7dc0646575ce1a13', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.eighthTabName, current: this.activeIndex === 7, onClick: () => this.handleTabClick(7) })), this.ninthTabName && (h("gb-tab-button-base", { key: '7a39d74be2e8f2993d36f8fb271ffe5a68b6c22c', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.ninthTabName, current: this.activeIndex === 8, onClick: () => this.handleTabClick(8) })), this.tenthTabName && (h("gb-tab-button-base", { key: 'dd70baaf7532eea4c6784f808d819c19c2185f06', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.tenthTabName, current: this.activeIndex === 9, onClick: () => this.handleTabClick(9) })), this.eleventhTabName && (h("gb-tab-button-base", { key: 'd32a29848abea7f4f327926d76bb5e934b281918', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.eleventhTabName, current: this.activeIndex === 10, onClick: () => this.handleTabClick(10) })), this.twelfthTabName && (h("gb-tab-button-base", { key: '894c14d05e7facdff228745d5882e7ace5cff2a9', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.twelfthTabName, current: this.activeIndex === 11, onClick: () => this.handleTabClick(11) })), this.thirteenthTabName && (h("gb-tab-button-base", { key: 'fbae869e59bccf9e242499d0244b4469a0646816', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.thirteenthTabName, current: this.activeIndex === 12, onClick: () => this.handleTabClick(12) })), this.fourteenthTabName && (h("gb-tab-button-base", { key: 'f00debdc6ca72e0578a34b6f4121da112cc1f25d', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.fourteenthTabName, current: this.activeIndex === 13, onClick: () => this.handleTabClick(13) })), this.fifteenthTabName && (h("gb-tab-button-base", { key: '977f2fc67b3357e374900c112e4c85b375091159', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.fifteenthTabName, current: this.activeIndex === 14, onClick: () => this.handleTabClick(14) })), this.sixteenthTabName && (h("gb-tab-button-base", { key: 'bba8b942a250c471868af0dc2636b503261cace3', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.sixteenthTabName, current: this.activeIndex === 15, onClick: () => this.handleTabClick(15) })), this.seventeenthTabName && (h("gb-tab-button-base", { key: '37ce93deb9a168665ae78c820e798641648c8959', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.seventeenthTabName, current: this.activeIndex === 16, onClick: () => this.handleTabClick(16) })), this.eighteenthTabName && (h("gb-tab-button-base", { key: 'a69b1c96924271eb0f3f0814ee503be77e105ba9', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.eighteenthTabName, current: this.activeIndex === 17, onClick: () => this.handleTabClick(17) })), this.nineteenthTabName && (h("gb-tab-button-base", { key: 'aa857e2fe87a4d00902e1f0a95b370d356ab1a5d', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.nineteenthTabName, current: this.activeIndex === 18, onClick: () => this.handleTabClick(18) })), this.twentiethTabName && (h("gb-tab-button-base", { key: '6a2ac4a834d8fb3066454bbded9d3d71f6d30bb5', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.twentiethTabName, current: this.activeIndex === 19, onClick: () => this.handleTabClick(19) }))));
33
+ return (h("div", { key: '47efbd40d4d0e387abd7ff8a9e82fcf4c1e43a7c', class: `vertical_tab_div` }, h("gb-tab-button-base", { key: 'e2caebb26dad68d559b9df0deb4782ce25cc86a2', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.firstTabName, current: this.activeIndex === 0, onClick: () => this.handleTabClick(0), alignment: "vertical" }), h("gb-tab-button-base", { key: '5716af7d7d5bf41fb3751c79356dabbb71a64f5c', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.secondTabName, current: this.activeIndex === 1, onClick: () => this.handleTabClick(1), alignment: "vertical" }), this.thirdTabName && (h("gb-tab-button-base", { key: '9affe22578683c1ea93be2ed6f60dce838165301', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.thirdTabName, current: this.activeIndex === 2, onClick: () => this.handleTabClick(2), alignment: "vertical" })), this.fourthTabName && (h("gb-tab-button-base", { key: '877095e9377afdf2af8949393c54a84dfb646869', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.fourthTabName, current: this.activeIndex === 3, onClick: () => this.handleTabClick(3), alignment: "vertical" })), this.fifthTabName && (h("gb-tab-button-base", { key: 'd82034c8c974ca1d70484e4e532b4bc526a8a870', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.fifthTabName, current: this.activeIndex === 4, onClick: () => this.handleTabClick(4) })), this.sixthTabName && (h("gb-tab-button-base", { key: '7fab52f33396b8c0f9551d7d76e997ff1b782875', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.sixthTabName, current: this.activeIndex === 5, onClick: () => this.handleTabClick(5) })), this.seventhTabName && (h("gb-tab-button-base", { key: '21bbd5e5da91c937e7728b275fdf095a440b9226', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.seventhTabName, current: this.activeIndex === 6, onClick: () => this.handleTabClick(6) })), this.eighthTabName && (h("gb-tab-button-base", { key: '5b465ba708639c0619d5dc43e3c289c86a019392', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.eighthTabName, current: this.activeIndex === 7, onClick: () => this.handleTabClick(7) })), this.ninthTabName && (h("gb-tab-button-base", { key: 'a1d3ff5313f8d481b953682fb94112e8b832501c', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.ninthTabName, current: this.activeIndex === 8, onClick: () => this.handleTabClick(8) })), this.tenthTabName && (h("gb-tab-button-base", { key: 'ad1a9d7a6d950c2c103e964f92a9c789b22921d4', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.tenthTabName, current: this.activeIndex === 9, onClick: () => this.handleTabClick(9) })), this.eleventhTabName && (h("gb-tab-button-base", { key: '24b67a88a51b75df0e20ec7ff334ce79381f478a', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.eleventhTabName, current: this.activeIndex === 10, onClick: () => this.handleTabClick(10) })), this.twelfthTabName && (h("gb-tab-button-base", { key: 'efa261deea49268140b20c0043659919ed510a16', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.twelfthTabName, current: this.activeIndex === 11, onClick: () => this.handleTabClick(11) })), this.thirteenthTabName && (h("gb-tab-button-base", { key: 'a0b0e99f162806e6d91e97f9468ef1504bbb9b69', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.thirteenthTabName, current: this.activeIndex === 12, onClick: () => this.handleTabClick(12) })), this.fourteenthTabName && (h("gb-tab-button-base", { key: '0e089315cd7f1918af6360165a6e01491331e102', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.fourteenthTabName, current: this.activeIndex === 13, onClick: () => this.handleTabClick(13) })), this.fifteenthTabName && (h("gb-tab-button-base", { key: '711ecd1504550904c7b46f7eae10e8e20013f18c', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.fifteenthTabName, current: this.activeIndex === 14, onClick: () => this.handleTabClick(14) })), this.sixteenthTabName && (h("gb-tab-button-base", { key: '469033263808a521f6f4683142ddf515abd5b3c1', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.sixteenthTabName, current: this.activeIndex === 15, onClick: () => this.handleTabClick(15) })), this.seventeenthTabName && (h("gb-tab-button-base", { key: 'e38f3692cde6bf60cff6ec23f8d9ccca7d0a185a', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.seventeenthTabName, current: this.activeIndex === 16, onClick: () => this.handleTabClick(16) })), this.eighteenthTabName && (h("gb-tab-button-base", { key: 'c21812cb1bcc3c15660c30087a1b5c8e57345f32', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.eighteenthTabName, current: this.activeIndex === 17, onClick: () => this.handleTabClick(17) })), this.nineteenthTabName && (h("gb-tab-button-base", { key: 'd3387bfc5b11f9eb7c55d56f71ab9fe604a67daa', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.nineteenthTabName, current: this.activeIndex === 18, onClick: () => this.handleTabClick(18) })), this.twentiethTabName && (h("gb-tab-button-base", { key: 'f118f4e2163dfa61d0875c602e2cca9445a00c60', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.twentiethTabName, current: this.activeIndex === 19, onClick: () => this.handleTabClick(19) }))));
34
34
  }
35
35
  static get is() { return "gb-vertical-tabs"; }
36
36
  static get encapsulation() { return "shadow"; }