globuswebcomponents 2.2.0 → 2.2.2

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 (538) hide show
  1. package/dist/cjs/{gb-avatar_22.cjs.entry.js → gb-action-panel_25.cjs.entry.js} +256 -89
  2. package/dist/cjs/gb-action-panel_25.cjs.entry.js.map +1 -0
  3. package/dist/cjs/gb-avatar-label-group_2.cjs.entry.js +1 -1
  4. package/dist/cjs/gb-collapse-button_4.cjs.entry.js +1 -1
  5. package/dist/cjs/gb-detail-cell.cjs.entry.js +7 -2
  6. package/dist/cjs/gb-detail-cell.cjs.entry.js.map +1 -1
  7. package/dist/cjs/gb-detail-cell.entry.cjs.js.map +1 -1
  8. package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js +1 -1
  9. package/dist/cjs/gb-export-dropdown-item_3.cjs.entry.js +3 -3
  10. package/dist/cjs/gb-export-dropdown_2.cjs.entry.js +2 -2
  11. package/dist/cjs/gb-file-type-icon_2.cjs.entry.js +2 -2
  12. package/dist/cjs/gb-file-upload-item-base.cjs.entry.js +5 -5
  13. package/dist/cjs/gb-file-upload.cjs.entry.js +12 -12
  14. package/dist/cjs/gb-header-icon.cjs.entry.js +4 -4
  15. package/dist/cjs/gb-header.cjs.entry.js +1 -1
  16. package/dist/cjs/gb-help-dropdown.cjs.entry.js +1 -1
  17. package/dist/cjs/gb-horizontal-tabs.cjs.entry.js +1 -1
  18. package/dist/cjs/gb-icon-button-base.cjs.entry.js +1 -1
  19. package/dist/cjs/gb-mega-input-field-base.cjs.entry.js +2 -2
  20. package/dist/cjs/gb-notification-content.cjs.entry.js +1 -1
  21. package/dist/cjs/gb-notification-pane.cjs.entry.js +3 -3
  22. package/dist/cjs/gb-pagination-button-group-base_2.cjs.entry.js +2 -2
  23. package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
  24. package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
  25. package/dist/cjs/gb-pagination.cjs.entry.js +4 -4
  26. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  27. package/dist/cjs/gb-quick-action-card.cjs.entry.js +1 -1
  28. package/dist/cjs/gb-quick-action-icon.cjs.entry.js +1 -1
  29. package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
  30. package/dist/cjs/gb-sidebar.cjs.entry.js +1 -1
  31. package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
  32. package/dist/cjs/gb-slider.cjs.entry.js +1 -1
  33. package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js +61 -0
  34. package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js.map +1 -0
  35. package/dist/cjs/gb-stepper-horizontal-line-with-text.entry.cjs.js.map +1 -0
  36. package/dist/cjs/gb-stepper-vertical-icons-with-text.cjs.entry.js +1 -1
  37. package/dist/cjs/gb-tab-button-base.cjs.entry.js +3 -3
  38. package/dist/cjs/gb-table-cell.cjs.entry.js +1 -1
  39. package/dist/cjs/gb-table-header.cjs.entry.js +1 -1
  40. package/dist/cjs/gb-table-header.cjs.entry.js.map +1 -1
  41. package/dist/cjs/gb-table-header.entry.cjs.js.map +1 -1
  42. package/dist/cjs/gb-textarea-input-field.cjs.entry.js +4 -4
  43. package/dist/cjs/gb-toast-button.cjs.entry.js +1 -1
  44. package/dist/cjs/gb-toast.cjs.entry.js +1 -1
  45. package/dist/cjs/gb-toggle-base.cjs.entry.js +2 -2
  46. package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
  47. package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
  48. package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
  49. package/dist/cjs/gb-top-bar-item.cjs.entry.js +1 -1
  50. package/dist/cjs/gb-top-bar-sidemenu.cjs.entry.js +1 -1
  51. package/dist/cjs/gb-top-bar.cjs.entry.js +1 -1
  52. package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
  53. package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
  54. package/dist/cjs/gb-wysiwyg-tooltip.cjs.entry.js +1 -1
  55. package/dist/cjs/globuscomponents.cjs.js +1 -1
  56. package/dist/cjs/loader.cjs.js +1 -1
  57. package/dist/cjs/reusableModels-_LRAKnsh.js.map +1 -1
  58. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  59. package/dist/collection/components/gb-action-panel/gb-action-panel.js +10 -5
  60. package/dist/collection/components/gb-action-panel/gb-action-panel.js.map +1 -1
  61. package/dist/collection/components/gb-button/gb-button.css +1 -0
  62. package/dist/collection/components/gb-button-group/gb-button-group.js +5 -25
  63. package/dist/collection/components/gb-button-group/gb-button-group.js.map +1 -1
  64. package/dist/collection/components/gb-detail-cell/gb-detail-cell.css +5 -3
  65. package/dist/collection/components/gb-detail-cell/gb-detail-cell.js +49 -4
  66. package/dist/collection/components/gb-detail-cell/gb-detail-cell.js.map +1 -1
  67. package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.js +1 -1
  68. package/dist/collection/components/gb-empty-state/gb-empty-state.js +1 -1
  69. package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.js +1 -1
  70. package/dist/collection/components/gb-export-dropdown-item/gb-export-dropdown-item.js +1 -1
  71. package/dist/collection/components/gb-export-sub-dropdown/gb-export-sub-dropdown.js +1 -1
  72. package/dist/collection/components/gb-export-sub-dropdown-item/gb-export-sub-dropdown-item.js +1 -1
  73. package/dist/collection/components/gb-featured-icon/gb-featured-icon.js +1 -1
  74. package/dist/collection/components/gb-file-type-icon/gb-file-type-icon.js +1 -1
  75. package/dist/collection/components/gb-file-upload/gb-file-upload.js +12 -12
  76. package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js +5 -5
  77. package/dist/collection/components/gb-filter-button/gb-filter-button.js +1 -1
  78. package/dist/collection/components/gb-header/gb-header.js +1 -1
  79. package/dist/collection/components/gb-header-icon/gb-header-icon.js +4 -4
  80. package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
  81. package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js +1 -1
  82. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
  83. package/dist/collection/components/gb-icon-button-base/gb-icon-button-base.js +1 -1
  84. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.css +24 -11
  85. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +64 -26
  86. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +1 -1
  87. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
  88. package/dist/collection/components/gb-input-field/gb-input-field.css +144 -127
  89. package/dist/collection/components/gb-input-field/gb-input-field.js +45 -13
  90. package/dist/collection/components/gb-input-field/gb-input-field.js.map +1 -1
  91. package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js +2 -2
  92. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  93. package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
  94. package/dist/collection/components/gb-pagination/gb-pagination.js +4 -4
  95. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  96. package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
  97. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  98. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  99. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  100. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  101. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  102. package/dist/collection/components/gb-quick-action-card/gb-quick-action-card.js +1 -1
  103. package/dist/collection/components/gb-quick-action-icon/gb-quick-action-icon.js +1 -1
  104. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  105. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  106. package/dist/collection/components/gb-simple-side-bar-item/gb-simple-side-bar-item.js +1 -1
  107. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  108. package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
  109. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  110. package/dist/collection/components/gb-step-base/gb-step-base.js +1 -1
  111. package/dist/collection/components/gb-step-base/gb-step-base.js.map +1 -1
  112. package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.css +3 -0
  113. package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +33 -652
  114. package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js.map +1 -1
  115. package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -1
  116. package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js.map +1 -1
  117. package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js +1 -1
  118. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  119. package/dist/collection/components/gb-table-cell/gb-table-cell.js +1 -1
  120. package/dist/collection/components/gb-table-header/gb-table-header.js +1 -1
  121. package/dist/collection/components/gb-table-header/gb-table-header.js.map +1 -1
  122. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  123. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  124. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  125. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  126. package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +4 -4
  127. package/dist/collection/components/gb-theme-tab/gb-theme-tab.js +1 -1
  128. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  129. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  130. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  131. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  132. package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
  133. package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
  134. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  135. package/dist/collection/components/gb-top-bar/gb-top-bar.js +1 -1
  136. package/dist/collection/components/gb-top-bar-item/gb-top-bar-item.js +1 -1
  137. package/dist/collection/components/gb-top-bar-sidemenu/gb-top-bar-sidemenu.js +1 -1
  138. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
  139. package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
  140. package/dist/collection/components/gb-wysiwyg-tooltip/gb-wysiwyg-tooltip.js +1 -1
  141. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  142. package/dist/collection/models/reusableModels.js.map +1 -1
  143. package/dist/components/gb-action-panel.js +3 -3
  144. package/dist/components/gb-action-panel.js.map +1 -1
  145. package/dist/components/gb-avatar-add-button.js +1 -1
  146. package/dist/components/gb-avatar-dropdown.js +8 -8
  147. package/dist/components/gb-avatar-group.js +4 -4
  148. package/dist/components/gb-avatar-label-group.js +1 -1
  149. package/dist/components/gb-avatar-profile-photo.js +2 -2
  150. package/dist/components/gb-avatar.js +1 -1
  151. package/dist/components/gb-badge.js +1 -1
  152. package/dist/components/gb-button-group.js +1 -1
  153. package/dist/components/gb-button.js +1 -1
  154. package/dist/components/gb-checkbox-group-item.js +1 -1
  155. package/dist/components/gb-checkbox-group.js +4 -4
  156. package/dist/components/gb-collapse-button.js +1 -1
  157. package/dist/components/gb-comment.js +1 -1
  158. package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
  159. package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
  160. package/dist/components/gb-detail-cell.js +14 -8
  161. package/dist/components/gb-detail-cell.js.map +1 -1
  162. package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
  163. package/dist/components/gb-empty-state.js +2 -2
  164. package/dist/components/gb-export-dropdown-item.js +1 -1
  165. package/dist/components/gb-export-dropdown.js +1 -1
  166. package/dist/components/gb-export-sub-dropdown-item.js +1 -1
  167. package/dist/components/gb-export-sub-dropdown.js +1 -1
  168. package/dist/components/gb-featured-icon.js +1 -1
  169. package/dist/components/gb-file-type-icon.js +1 -1
  170. package/dist/components/gb-file-upload-item-base.js +1 -1
  171. package/dist/components/gb-file-upload.js +17 -17
  172. package/dist/components/gb-filter-button.js +1 -1
  173. package/dist/components/gb-header-icon.js +1 -1
  174. package/dist/components/gb-header.js +4 -4
  175. package/dist/components/gb-help-dropdown.js +2 -2
  176. package/dist/components/gb-help-tooltip.js +1 -1
  177. package/dist/components/gb-horizontal-tabs.js +5 -5
  178. package/dist/components/gb-icon-button-base.js +1 -1
  179. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  180. package/dist/components/gb-input-dropdown.js +1 -1
  181. package/dist/components/gb-input-field.js +1 -1
  182. package/dist/components/gb-mega-input-field-base.js +1 -1
  183. package/dist/components/gb-notification-content.js +1 -1
  184. package/dist/components/gb-notification-pane.js +5 -5
  185. package/dist/components/gb-pagination-button-group-base.js +1 -1
  186. package/dist/components/gb-pagination-dot-group.js +1 -1
  187. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  188. package/dist/components/gb-pagination-number-base.js +1 -1
  189. package/dist/components/gb-pagination.js +19 -19
  190. package/dist/components/gb-password-button.js +1 -1
  191. package/dist/components/gb-progress-bar.js +1 -1
  192. package/dist/components/gb-progress-circle.js +1 -1
  193. package/dist/components/gb-quick-action-card.js +1 -1
  194. package/dist/components/gb-quick-action-icon.js +1 -1
  195. package/dist/components/gb-scrollbar.js +1 -1
  196. package/dist/components/gb-sidebar.js +9 -9
  197. package/dist/components/gb-simple-side-bar-item.js +1 -1
  198. package/dist/components/gb-slider-control-handle.js +1 -1
  199. package/dist/components/gb-slider.js +3 -3
  200. package/dist/components/gb-status-indicator.js +1 -1
  201. package/dist/components/gb-step-base.js +1 -1
  202. package/dist/components/gb-stepper-horizontal-icons-centered.js +24 -50
  203. package/dist/components/gb-stepper-horizontal-icons-centered.js.map +1 -1
  204. package/dist/components/gb-stepper-horizontal-line-with-text.js +3 -3
  205. package/dist/components/gb-stepper-horizontal-line-with-text.js.map +1 -1
  206. package/dist/components/gb-stepper-vertical-icons-with-text.js +3 -3
  207. package/dist/components/gb-tab-button-base.js +1 -1
  208. package/dist/components/gb-table-cell.js +1 -1
  209. package/dist/components/gb-table-header.js +20 -20
  210. package/dist/components/gb-table-header.js.map +1 -1
  211. package/dist/components/gb-tag-checkbox.js +1 -1
  212. package/dist/components/gb-tag-close.js +1 -1
  213. package/dist/components/gb-tag-count.js +1 -1
  214. package/dist/components/gb-tag.js +1 -1
  215. package/dist/components/gb-textarea-input-field.js +11 -11
  216. package/dist/components/gb-theme-tab.js +1 -1
  217. package/dist/components/gb-toast-button.js +1 -1
  218. package/dist/components/gb-toast.js +3 -3
  219. package/dist/components/gb-toggle-base.js +1 -1
  220. package/dist/components/gb-toggle.js +2 -2
  221. package/dist/components/gb-token-field-compact.js +2 -2
  222. package/dist/components/gb-token-field-compressed.js +3 -3
  223. package/dist/components/gb-tooltip.js +1 -1
  224. package/dist/components/gb-top-bar-item.js +1 -1
  225. package/dist/components/gb-top-bar-sidemenu.js +6 -6
  226. package/dist/components/gb-top-bar.js +3 -3
  227. package/dist/components/gb-vertical-tabs.js +1 -1
  228. package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
  229. package/dist/components/gb-wysiwyg-tooltip.js +2 -2
  230. package/dist/components/{p-BSyfzxCF.js → p-0txwjBLs.js} +4 -4
  231. package/dist/components/p-0txwjBLs.js.map +1 -0
  232. package/dist/components/{p-DdUG60Ds.js → p-5KSv25sm.js} +8 -8
  233. package/dist/components/{p-DdUG60Ds.js.map → p-5KSv25sm.js.map} +1 -1
  234. package/dist/components/{p-ByV5GH4j.js → p-5ftpNEMM.js} +3 -3
  235. package/dist/components/{p-ByV5GH4j.js.map → p-5ftpNEMM.js.map} +1 -1
  236. package/dist/components/{p-BDQEubqB.js → p-BL060XwA.js} +4 -4
  237. package/dist/components/{p-BDQEubqB.js.map → p-BL060XwA.js.map} +1 -1
  238. package/dist/components/{p-BUsyzLlY.js → p-BLbIMqN3.js} +3 -3
  239. package/dist/components/{p-BUsyzLlY.js.map → p-BLbIMqN3.js.map} +1 -1
  240. package/dist/components/{p-CyVM9ZUN.js → p-BSGWAB3h.js} +39 -27
  241. package/dist/components/p-BSGWAB3h.js.map +1 -0
  242. package/dist/components/{p-LFj_wAEh.js → p-BUu9ZVG0.js} +4 -4
  243. package/dist/components/{p-LFj_wAEh.js.map → p-BUu9ZVG0.js.map} +1 -1
  244. package/dist/components/{p-2fWwpTIZ.js → p-BYxuCcc3.js} +57 -38
  245. package/dist/components/p-BYxuCcc3.js.map +1 -0
  246. package/dist/components/{p-hd9hzkHe.js → p-Ba2FFVt7.js} +6 -7
  247. package/dist/components/p-Ba2FFVt7.js.map +1 -0
  248. package/dist/components/{p-BDmK-s7W.js → p-C1ABJsvB.js} +4 -4
  249. package/dist/components/{p-BDmK-s7W.js.map → p-C1ABJsvB.js.map} +1 -1
  250. package/dist/components/{p-ZZkjHbmt.js → p-C2d-ZnSS.js} +3 -3
  251. package/dist/components/{p-ZZkjHbmt.js.map → p-C2d-ZnSS.js.map} +1 -1
  252. package/dist/components/{p-OIDIc0fR.js → p-C48gcZ7a.js} +3 -3
  253. package/dist/components/{p-OIDIc0fR.js.map → p-C48gcZ7a.js.map} +1 -1
  254. package/dist/components/{p-CaTQ6NyD.js → p-C7hW-5Bs.js} +5 -5
  255. package/dist/components/{p-CaTQ6NyD.js.map → p-C7hW-5Bs.js.map} +1 -1
  256. package/dist/components/{p-CKp_EcVC.js → p-C9liU8cb.js} +7 -7
  257. package/dist/components/{p-CKp_EcVC.js.map → p-C9liU8cb.js.map} +1 -1
  258. package/dist/components/{p-11tfQ7K9.js → p-CCqSZROk.js} +8 -8
  259. package/dist/components/{p-11tfQ7K9.js.map → p-CCqSZROk.js.map} +1 -1
  260. package/dist/components/{p-CQuvoZ32.js → p-CHFN5iM2.js} +3 -3
  261. package/dist/components/{p-CQuvoZ32.js.map → p-CHFN5iM2.js.map} +1 -1
  262. package/dist/components/{p-BcJOIIC2.js → p-CHLgyYFr.js} +4 -4
  263. package/dist/components/{p-BcJOIIC2.js.map → p-CHLgyYFr.js.map} +1 -1
  264. package/dist/components/{p-BAsQCXsV.js → p-CJ9nTfeO.js} +11 -11
  265. package/dist/components/{p-BAsQCXsV.js.map → p-CJ9nTfeO.js.map} +1 -1
  266. package/dist/components/{p-BjkAywCq.js → p-CYKvVkx9.js} +4 -4
  267. package/dist/components/{p-BjkAywCq.js.map → p-CYKvVkx9.js.map} +1 -1
  268. package/dist/components/{p-v5JMu2zW.js → p-CduQVMGU.js} +6 -6
  269. package/dist/components/{p-v5JMu2zW.js.map → p-CduQVMGU.js.map} +1 -1
  270. package/dist/components/{p-CvxJpOZj.js → p-CguZrd2w.js} +3 -3
  271. package/dist/components/{p-CvxJpOZj.js.map → p-CguZrd2w.js.map} +1 -1
  272. package/dist/components/{p-Bny8MvzU.js → p-CqJ1NieA.js} +3 -3
  273. package/dist/components/p-CqJ1NieA.js.map +1 -0
  274. package/dist/components/{p-CArhc50k.js → p-CxqN_8nX.js} +3 -3
  275. package/dist/components/{p-CArhc50k.js.map → p-CxqN_8nX.js.map} +1 -1
  276. package/dist/components/{p-C4Xy0PDM.js → p-Czfh73t2.js} +6 -6
  277. package/dist/components/{p-C4Xy0PDM.js.map → p-Czfh73t2.js.map} +1 -1
  278. package/dist/components/{p-VMnF0OzT.js → p-DCIExPaz.js} +3 -3
  279. package/dist/components/{p-VMnF0OzT.js.map → p-DCIExPaz.js.map} +1 -1
  280. package/dist/components/{p-U_-0G1aL.js → p-DDzx6GaS.js} +4 -4
  281. package/dist/components/{p-U_-0G1aL.js.map → p-DDzx6GaS.js.map} +1 -1
  282. package/dist/components/{p-BeFWN3js.js → p-DH1booBL.js} +6 -6
  283. package/dist/components/{p-BeFWN3js.js.map → p-DH1booBL.js.map} +1 -1
  284. package/dist/components/{p-ofaIsmqV.js → p-DNOcRHDc.js} +7 -7
  285. package/dist/components/{p-ofaIsmqV.js.map → p-DNOcRHDc.js.map} +1 -1
  286. package/dist/components/{p-gr2SW-QO.js → p-DPkD6R4g.js} +3 -3
  287. package/dist/components/{p-gr2SW-QO.js.map → p-DPkD6R4g.js.map} +1 -1
  288. package/dist/components/{p-B4dyNcfJ.js → p-DQnWwfMA.js} +3 -3
  289. package/dist/components/{p-B4dyNcfJ.js.map → p-DQnWwfMA.js.map} +1 -1
  290. package/dist/components/{p-BcTbUcgA.js → p-DWfnp2oR.js} +3 -3
  291. package/dist/components/{p-BcTbUcgA.js.map → p-DWfnp2oR.js.map} +1 -1
  292. package/dist/components/{p-BQBxVm81.js → p-DnxaLNXd.js} +3 -3
  293. package/dist/components/{p-BQBxVm81.js.map → p-DnxaLNXd.js.map} +1 -1
  294. package/dist/components/{p-_0IgUdU3.js → p-DpRifEyI.js} +3 -3
  295. package/dist/components/{p-_0IgUdU3.js.map → p-DpRifEyI.js.map} +1 -1
  296. package/dist/components/{p-n7oT6sZz.js → p-DzpoepeD.js} +3 -3
  297. package/dist/components/{p-n7oT6sZz.js.map → p-DzpoepeD.js.map} +1 -1
  298. package/dist/components/{p-BU0pk3Az.js → p-Jjdtz5uu.js} +3 -3
  299. package/dist/components/{p-BU0pk3Az.js.map → p-Jjdtz5uu.js.map} +1 -1
  300. package/dist/components/{p-CMb4bhr7.js → p-QhewzHaL.js} +3 -3
  301. package/dist/components/{p-CMb4bhr7.js.map → p-QhewzHaL.js.map} +1 -1
  302. package/dist/components/{p-CiGTTb4f.js → p-XTIh5teG.js} +4 -4
  303. package/dist/components/{p-CiGTTb4f.js.map → p-XTIh5teG.js.map} +1 -1
  304. package/dist/components/p-cHn6O-Kf.js.map +1 -1
  305. package/dist/components/{p-B-IKjj-L.js → p-epvjDeBv.js} +4 -4
  306. package/dist/components/{p-B-IKjj-L.js.map → p-epvjDeBv.js.map} +1 -1
  307. package/dist/components/{p-BOb6Ege2.js → p-hlUZbOeR.js} +4 -4
  308. package/dist/components/{p-BOb6Ege2.js.map → p-hlUZbOeR.js.map} +1 -1
  309. package/dist/components/{p-_xLQ1uIq.js → p-pi9-Bp2p.js} +7 -7
  310. package/dist/components/{p-_xLQ1uIq.js.map → p-pi9-Bp2p.js.map} +1 -1
  311. package/dist/components/{p-BMJGgDQg.js → p-qmLs3Aiq.js} +3 -3
  312. package/dist/components/{p-BMJGgDQg.js.map → p-qmLs3Aiq.js.map} +1 -1
  313. package/dist/components/{p-9doPcSx4.js → p-rEvoBgwh.js} +4 -4
  314. package/dist/components/{p-9doPcSx4.js.map → p-rEvoBgwh.js.map} +1 -1
  315. package/dist/components/{p-CCwm6tfK.js → p-sSORdxKv.js} +5 -5
  316. package/dist/components/{p-CCwm6tfK.js.map → p-sSORdxKv.js.map} +1 -1
  317. package/dist/components/{p-CV14GOcG.js → p-sp4jxIHH.js} +4 -4
  318. package/dist/components/{p-CV14GOcG.js.map → p-sp4jxIHH.js.map} +1 -1
  319. package/dist/components/{p-Bl9nxjeS.js → p-vBpmIdMJ.js} +3 -3
  320. package/dist/components/{p-Bl9nxjeS.js.map → p-vBpmIdMJ.js.map} +1 -1
  321. package/dist/components/{p-C7K1IG2o.js → p-xwv5rABM.js} +3 -3
  322. package/dist/components/{p-C7K1IG2o.js.map → p-xwv5rABM.js.map} +1 -1
  323. package/dist/components/{p-CGeZp1HY.js → p-yb1gG3YV.js} +3 -3
  324. package/dist/components/{p-CGeZp1HY.js.map → p-yb1gG3YV.js.map} +1 -1
  325. package/dist/components/test-input-tag.js +9 -9
  326. package/dist/docs.json +181 -933
  327. package/dist/esm/{gb-avatar_22.entry.js → gb-action-panel_25.entry.js} +255 -91
  328. package/dist/esm/gb-action-panel_25.entry.js.map +1 -0
  329. package/dist/esm/gb-avatar-label-group_2.entry.js +1 -1
  330. package/dist/esm/gb-collapse-button_4.entry.js +1 -1
  331. package/dist/esm/gb-detail-cell.entry.js +7 -2
  332. package/dist/esm/gb-detail-cell.entry.js.map +1 -1
  333. package/dist/esm/gb-dropdown-items-with-shortcut.entry.js +1 -1
  334. package/dist/esm/gb-export-dropdown-item_3.entry.js +3 -3
  335. package/dist/esm/gb-export-dropdown_2.entry.js +2 -2
  336. package/dist/esm/gb-file-type-icon_2.entry.js +2 -2
  337. package/dist/esm/gb-file-upload-item-base.entry.js +5 -5
  338. package/dist/esm/gb-file-upload.entry.js +12 -12
  339. package/dist/esm/gb-header-icon.entry.js +4 -4
  340. package/dist/esm/gb-header.entry.js +1 -1
  341. package/dist/esm/gb-help-dropdown.entry.js +1 -1
  342. package/dist/esm/gb-horizontal-tabs.entry.js +1 -1
  343. package/dist/esm/gb-icon-button-base.entry.js +1 -1
  344. package/dist/esm/gb-mega-input-field-base.entry.js +2 -2
  345. package/dist/esm/gb-notification-content.entry.js +1 -1
  346. package/dist/esm/gb-notification-pane.entry.js +3 -3
  347. package/dist/esm/gb-pagination-button-group-base_2.entry.js +2 -2
  348. package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
  349. package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
  350. package/dist/esm/gb-pagination.entry.js +4 -4
  351. package/dist/esm/gb-progress-circle.entry.js +1 -1
  352. package/dist/esm/gb-quick-action-card.entry.js +1 -1
  353. package/dist/esm/gb-quick-action-icon.entry.js +1 -1
  354. package/dist/esm/gb-scrollbar.entry.js +1 -1
  355. package/dist/esm/gb-sidebar.entry.js +1 -1
  356. package/dist/esm/gb-slider-control-handle.entry.js +1 -1
  357. package/dist/esm/gb-slider.entry.js +1 -1
  358. package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js +59 -0
  359. package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js.map +1 -0
  360. package/dist/esm/gb-stepper-vertical-icons-with-text.entry.js +1 -1
  361. package/dist/esm/gb-tab-button-base.entry.js +3 -3
  362. package/dist/esm/gb-table-cell.entry.js +1 -1
  363. package/dist/esm/gb-table-header.entry.js +1 -1
  364. package/dist/esm/gb-table-header.entry.js.map +1 -1
  365. package/dist/esm/gb-textarea-input-field.entry.js +4 -4
  366. package/dist/esm/gb-toast-button.entry.js +1 -1
  367. package/dist/esm/gb-toast.entry.js +1 -1
  368. package/dist/esm/gb-toggle-base.entry.js +2 -2
  369. package/dist/esm/gb-toggle.entry.js +1 -1
  370. package/dist/esm/gb-token-field-compact.entry.js +1 -1
  371. package/dist/esm/gb-token-field-compressed.entry.js +2 -2
  372. package/dist/esm/gb-top-bar-item.entry.js +1 -1
  373. package/dist/esm/gb-top-bar-sidemenu.entry.js +1 -1
  374. package/dist/esm/gb-top-bar.entry.js +1 -1
  375. package/dist/esm/gb-vertical-tabs.entry.js +1 -1
  376. package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
  377. package/dist/esm/gb-wysiwyg-tooltip.entry.js +1 -1
  378. package/dist/esm/globuscomponents.js +1 -1
  379. package/dist/esm/loader.js +1 -1
  380. package/dist/esm/reusableModels-cHn6O-Kf.js.map +1 -1
  381. package/dist/esm/test-input-tag.entry.js +2 -2
  382. package/dist/globuscomponents/gb-button.css +1 -0
  383. package/dist/globuscomponents/gb-detail-cell.entry.esm.js.map +1 -1
  384. package/dist/globuscomponents/gb-stepper-horizontal-line-with-text.entry.esm.js.map +1 -0
  385. package/dist/globuscomponents/gb-table-header.entry.esm.js.map +1 -1
  386. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  387. package/dist/globuscomponents/{p-518caaa9.entry.js → p-076b2990.entry.js} +2 -2
  388. package/dist/globuscomponents/p-0d261dc3.entry.js +2 -0
  389. package/dist/globuscomponents/{p-0fab63c2.entry.js.map → p-0d261dc3.entry.js.map} +1 -1
  390. package/dist/globuscomponents/{p-61596c17.entry.js → p-0f9d4e7e.entry.js} +2 -2
  391. package/dist/globuscomponents/{p-fd6ae061.entry.js → p-10d004f1.entry.js} +2 -2
  392. package/dist/globuscomponents/{p-e9ca342d.entry.js → p-13931c9e.entry.js} +2 -2
  393. package/dist/globuscomponents/{p-a66c3127.entry.js → p-169b0a11.entry.js} +2 -2
  394. package/dist/globuscomponents/{p-bee5141c.entry.js → p-16e1585a.entry.js} +2 -2
  395. package/dist/globuscomponents/{p-96cbd5e7.entry.js → p-1969edef.entry.js} +2 -2
  396. package/dist/globuscomponents/{p-12983581.entry.js → p-2740606c.entry.js} +2 -2
  397. package/dist/globuscomponents/{p-653c5adc.entry.js → p-3219448a.entry.js} +2 -2
  398. package/dist/globuscomponents/{p-c9a6c666.entry.js → p-3e9900ec.entry.js} +2 -2
  399. package/dist/globuscomponents/{p-e453561e.entry.js → p-407b9855.entry.js} +2 -2
  400. package/dist/globuscomponents/{p-4f81d591.entry.js → p-42d9722c.entry.js} +2 -2
  401. package/dist/globuscomponents/p-42fddad8.entry.js +2 -0
  402. package/dist/globuscomponents/{p-742e4cda.entry.js → p-4d4af2d9.entry.js} +2 -2
  403. package/dist/globuscomponents/{p-9c05ca59.entry.js → p-4de82941.entry.js} +2 -2
  404. package/dist/globuscomponents/{p-f5caead1.entry.js → p-5143434a.entry.js} +2 -2
  405. package/dist/globuscomponents/{p-6f7e87e5.entry.js → p-57568e2c.entry.js} +2 -2
  406. package/dist/globuscomponents/{p-aaf9bd86.entry.js → p-580cbd27.entry.js} +2 -2
  407. package/dist/globuscomponents/{p-c914b51c.entry.js → p-59612d47.entry.js} +2 -2
  408. package/dist/globuscomponents/{p-239e2791.entry.js → p-5fca858d.entry.js} +2 -2
  409. package/dist/globuscomponents/{p-06c1f98a.entry.js → p-6ca2332d.entry.js} +2 -2
  410. package/dist/globuscomponents/{p-e01d6201.entry.js → p-74123b88.entry.js} +2 -2
  411. package/dist/globuscomponents/{p-c7ed2194.entry.js → p-8266edb6.entry.js} +2 -2
  412. package/dist/globuscomponents/{p-a3395a1b.entry.js → p-8878060f.entry.js} +2 -2
  413. package/dist/globuscomponents/{p-cabc2976.entry.js → p-89c15710.entry.js} +2 -2
  414. package/dist/globuscomponents/{p-2b4b8d1c.entry.js → p-8a2b3ed8.entry.js} +2 -2
  415. package/dist/globuscomponents/{p-96dc6fcd.entry.js → p-91a91883.entry.js} +2 -2
  416. package/dist/globuscomponents/{p-0804c201.entry.js → p-9391c24d.entry.js} +2 -2
  417. package/dist/globuscomponents/{p-5a07906a.entry.js → p-93f37394.entry.js} +2 -2
  418. package/dist/globuscomponents/p-93f37394.entry.js.map +1 -0
  419. package/dist/globuscomponents/{p-7a40ef38.entry.js → p-9bd13c9c.entry.js} +2 -2
  420. package/dist/globuscomponents/p-9c9fb01b.entry.js +2 -0
  421. package/dist/globuscomponents/p-9c9fb01b.entry.js.map +1 -0
  422. package/dist/globuscomponents/{p-3cc0ea9e.entry.js → p-a60c8538.entry.js} +2 -2
  423. package/dist/globuscomponents/{p-dbd605b9.entry.js → p-a8dee555.entry.js} +2 -2
  424. package/dist/globuscomponents/{p-7cf4d95d.entry.js → p-b33a6bc8.entry.js} +2 -2
  425. package/dist/globuscomponents/{p-7eeacf16.entry.js → p-ba3f9eb1.entry.js} +2 -2
  426. package/dist/globuscomponents/{p-25536e7a.entry.js → p-c543e806.entry.js} +2 -2
  427. package/dist/globuscomponents/p-cHn6O-Kf.js.map +1 -1
  428. package/dist/globuscomponents/{p-25006cba.entry.js → p-d1b4759d.entry.js} +2 -2
  429. package/dist/globuscomponents/p-d1b4759d.entry.js.map +1 -0
  430. package/dist/globuscomponents/{p-5a30be16.entry.js → p-d71071c8.entry.js} +2 -2
  431. package/dist/globuscomponents/{p-8aa75444.entry.js → p-da9094b4.entry.js} +2 -2
  432. package/dist/globuscomponents/{p-51edb6f1.entry.js → p-dbdf608e.entry.js} +2 -2
  433. package/dist/globuscomponents/p-deaf3331.entry.js +2 -0
  434. package/dist/globuscomponents/p-deaf3331.entry.js.map +1 -0
  435. package/dist/globuscomponents/{p-94b09042.entry.js → p-dfc26073.entry.js} +2 -2
  436. package/dist/globuscomponents/{p-f00365a3.entry.js → p-e9906bb1.entry.js} +2 -2
  437. package/dist/globuscomponents/p-f2ffd32d.entry.js +2 -0
  438. package/dist/globuscomponents/{p-07106ba3.entry.js → p-f5be77fd.entry.js} +2 -2
  439. package/dist/globuscomponents/{p-d8429943.entry.js → p-fd3c341a.entry.js} +2 -2
  440. package/dist/globuscomponents/{p-1cc15bcb.entry.js → p-ff6ca3b0.entry.js} +2 -2
  441. package/dist/types/components/gb-action-panel/gb-action-panel.d.ts +2 -1
  442. package/dist/types/components/gb-button-group/gb-button-group.d.ts +1 -2
  443. package/dist/types/components/gb-detail-cell/gb-detail-cell.d.ts +5 -2
  444. package/dist/types/components/gb-input-dropdown/gb-input-dropdown.d.ts +3 -0
  445. package/dist/types/components/gb-input-field/gb-input-field.d.ts +3 -0
  446. package/dist/types/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.d.ts +4 -31
  447. package/dist/types/components.d.ts +18 -68
  448. package/dist/types/models/reusableModels.d.ts +1 -0
  449. package/package.json +1 -1
  450. package/dist/cjs/gb-action-panel.cjs.entry.js +0 -121
  451. package/dist/cjs/gb-action-panel.cjs.entry.js.map +0 -1
  452. package/dist/cjs/gb-action-panel.entry.cjs.js.map +0 -1
  453. package/dist/cjs/gb-avatar_22.cjs.entry.js.map +0 -1
  454. package/dist/cjs/gb-button-close.cjs.entry.js +0 -20
  455. package/dist/cjs/gb-button-close.cjs.entry.js.map +0 -1
  456. package/dist/cjs/gb-button-close.entry.cjs.js.map +0 -1
  457. package/dist/cjs/gb-empty-state.cjs.entry.js +0 -49
  458. package/dist/cjs/gb-empty-state.cjs.entry.js.map +0 -1
  459. package/dist/cjs/gb-empty-state.entry.cjs.js.map +0 -1
  460. package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js +0 -34
  461. package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js.map +0 -1
  462. package/dist/cjs/gb-stepper-horizontal-icons-centered.entry.cjs.js.map +0 -1
  463. package/dist/components/p-2fWwpTIZ.js.map +0 -1
  464. package/dist/components/p-BSyfzxCF.js.map +0 -1
  465. package/dist/components/p-Bny8MvzU.js.map +0 -1
  466. package/dist/components/p-CyVM9ZUN.js.map +0 -1
  467. package/dist/components/p-hd9hzkHe.js.map +0 -1
  468. package/dist/esm/gb-action-panel.entry.js +0 -119
  469. package/dist/esm/gb-action-panel.entry.js.map +0 -1
  470. package/dist/esm/gb-avatar_22.entry.js.map +0 -1
  471. package/dist/esm/gb-button-close.entry.js +0 -18
  472. package/dist/esm/gb-button-close.entry.js.map +0 -1
  473. package/dist/esm/gb-empty-state.entry.js +0 -47
  474. package/dist/esm/gb-empty-state.entry.js.map +0 -1
  475. package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js +0 -32
  476. package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js.map +0 -1
  477. package/dist/globuscomponents/gb-action-panel.entry.esm.js.map +0 -1
  478. package/dist/globuscomponents/gb-button-close.entry.esm.js.map +0 -1
  479. package/dist/globuscomponents/gb-empty-state.entry.esm.js.map +0 -1
  480. package/dist/globuscomponents/gb-stepper-horizontal-icons-centered.entry.esm.js.map +0 -1
  481. package/dist/globuscomponents/p-0fab63c2.entry.js +0 -2
  482. package/dist/globuscomponents/p-163b09b1.entry.js +0 -2
  483. package/dist/globuscomponents/p-163b09b1.entry.js.map +0 -1
  484. package/dist/globuscomponents/p-25006cba.entry.js.map +0 -1
  485. package/dist/globuscomponents/p-5a07906a.entry.js.map +0 -1
  486. package/dist/globuscomponents/p-7d62171a.entry.js +0 -2
  487. package/dist/globuscomponents/p-85ae2dac.entry.js +0 -2
  488. package/dist/globuscomponents/p-8b05028f.entry.js +0 -2
  489. package/dist/globuscomponents/p-8b05028f.entry.js.map +0 -1
  490. package/dist/globuscomponents/p-8f79c081.entry.js +0 -2
  491. package/dist/globuscomponents/p-8f79c081.entry.js.map +0 -1
  492. package/dist/globuscomponents/p-97bc1e88.entry.js +0 -2
  493. package/dist/globuscomponents/p-97bc1e88.entry.js.map +0 -1
  494. package/dist/globuscomponents/p-a5151a5d.entry.js +0 -2
  495. package/dist/globuscomponents/p-a5151a5d.entry.js.map +0 -1
  496. /package/dist/globuscomponents/{p-518caaa9.entry.js.map → p-076b2990.entry.js.map} +0 -0
  497. /package/dist/globuscomponents/{p-61596c17.entry.js.map → p-0f9d4e7e.entry.js.map} +0 -0
  498. /package/dist/globuscomponents/{p-fd6ae061.entry.js.map → p-10d004f1.entry.js.map} +0 -0
  499. /package/dist/globuscomponents/{p-e9ca342d.entry.js.map → p-13931c9e.entry.js.map} +0 -0
  500. /package/dist/globuscomponents/{p-a66c3127.entry.js.map → p-169b0a11.entry.js.map} +0 -0
  501. /package/dist/globuscomponents/{p-bee5141c.entry.js.map → p-16e1585a.entry.js.map} +0 -0
  502. /package/dist/globuscomponents/{p-96cbd5e7.entry.js.map → p-1969edef.entry.js.map} +0 -0
  503. /package/dist/globuscomponents/{p-12983581.entry.js.map → p-2740606c.entry.js.map} +0 -0
  504. /package/dist/globuscomponents/{p-653c5adc.entry.js.map → p-3219448a.entry.js.map} +0 -0
  505. /package/dist/globuscomponents/{p-c9a6c666.entry.js.map → p-3e9900ec.entry.js.map} +0 -0
  506. /package/dist/globuscomponents/{p-e453561e.entry.js.map → p-407b9855.entry.js.map} +0 -0
  507. /package/dist/globuscomponents/{p-4f81d591.entry.js.map → p-42d9722c.entry.js.map} +0 -0
  508. /package/dist/globuscomponents/{p-85ae2dac.entry.js.map → p-42fddad8.entry.js.map} +0 -0
  509. /package/dist/globuscomponents/{p-742e4cda.entry.js.map → p-4d4af2d9.entry.js.map} +0 -0
  510. /package/dist/globuscomponents/{p-9c05ca59.entry.js.map → p-4de82941.entry.js.map} +0 -0
  511. /package/dist/globuscomponents/{p-f5caead1.entry.js.map → p-5143434a.entry.js.map} +0 -0
  512. /package/dist/globuscomponents/{p-6f7e87e5.entry.js.map → p-57568e2c.entry.js.map} +0 -0
  513. /package/dist/globuscomponents/{p-aaf9bd86.entry.js.map → p-580cbd27.entry.js.map} +0 -0
  514. /package/dist/globuscomponents/{p-c914b51c.entry.js.map → p-59612d47.entry.js.map} +0 -0
  515. /package/dist/globuscomponents/{p-239e2791.entry.js.map → p-5fca858d.entry.js.map} +0 -0
  516. /package/dist/globuscomponents/{p-06c1f98a.entry.js.map → p-6ca2332d.entry.js.map} +0 -0
  517. /package/dist/globuscomponents/{p-e01d6201.entry.js.map → p-74123b88.entry.js.map} +0 -0
  518. /package/dist/globuscomponents/{p-c7ed2194.entry.js.map → p-8266edb6.entry.js.map} +0 -0
  519. /package/dist/globuscomponents/{p-a3395a1b.entry.js.map → p-8878060f.entry.js.map} +0 -0
  520. /package/dist/globuscomponents/{p-cabc2976.entry.js.map → p-89c15710.entry.js.map} +0 -0
  521. /package/dist/globuscomponents/{p-2b4b8d1c.entry.js.map → p-8a2b3ed8.entry.js.map} +0 -0
  522. /package/dist/globuscomponents/{p-96dc6fcd.entry.js.map → p-91a91883.entry.js.map} +0 -0
  523. /package/dist/globuscomponents/{p-0804c201.entry.js.map → p-9391c24d.entry.js.map} +0 -0
  524. /package/dist/globuscomponents/{p-7a40ef38.entry.js.map → p-9bd13c9c.entry.js.map} +0 -0
  525. /package/dist/globuscomponents/{p-3cc0ea9e.entry.js.map → p-a60c8538.entry.js.map} +0 -0
  526. /package/dist/globuscomponents/{p-dbd605b9.entry.js.map → p-a8dee555.entry.js.map} +0 -0
  527. /package/dist/globuscomponents/{p-7cf4d95d.entry.js.map → p-b33a6bc8.entry.js.map} +0 -0
  528. /package/dist/globuscomponents/{p-7eeacf16.entry.js.map → p-ba3f9eb1.entry.js.map} +0 -0
  529. /package/dist/globuscomponents/{p-25536e7a.entry.js.map → p-c543e806.entry.js.map} +0 -0
  530. /package/dist/globuscomponents/{p-5a30be16.entry.js.map → p-d71071c8.entry.js.map} +0 -0
  531. /package/dist/globuscomponents/{p-8aa75444.entry.js.map → p-da9094b4.entry.js.map} +0 -0
  532. /package/dist/globuscomponents/{p-51edb6f1.entry.js.map → p-dbdf608e.entry.js.map} +0 -0
  533. /package/dist/globuscomponents/{p-94b09042.entry.js.map → p-dfc26073.entry.js.map} +0 -0
  534. /package/dist/globuscomponents/{p-f00365a3.entry.js.map → p-e9906bb1.entry.js.map} +0 -0
  535. /package/dist/globuscomponents/{p-7d62171a.entry.js.map → p-f2ffd32d.entry.js.map} +0 -0
  536. /package/dist/globuscomponents/{p-07106ba3.entry.js.map → p-f5be77fd.entry.js.map} +0 -0
  537. /package/dist/globuscomponents/{p-d8429943.entry.js.map → p-fd3c341a.entry.js.map} +0 -0
  538. /package/dist/globuscomponents/{p-1cc15bcb.entry.js.map → p-ff6ca3b0.entry.js.map} +0 -0
@@ -2657,54 +2657,54 @@
2657
2657
  .text-xxs-regular::after{
2658
2658
  margin-top: -0.416em;
2659
2659
  }
2660
- :host{
2660
+ :host {
2661
2661
  position: relative;
2662
2662
  }
2663
2663
 
2664
2664
  .input_container,
2665
- .input_with_label{
2665
+ .input_with_label {
2666
2666
  display: flex;
2667
2667
  flex-direction: column;
2668
2668
  gap: var(--spacing-2);
2669
2669
  }
2670
2670
 
2671
- .label{
2672
- color: var(--color-text, #4B5565);
2671
+ .label {
2672
+ color: var(--color-text, #4b5565);
2673
2673
  }
2674
2674
 
2675
- .hint_text{
2675
+ .hint_text {
2676
2676
  color: var(--color-text-subtle, #697586);
2677
2677
  }
2678
2678
 
2679
- .error_text{
2680
- color: var(--color-text-danger, #B51726);
2679
+ .error_text {
2680
+ color: var(--color-text-danger, #b51726);
2681
2681
  }
2682
2682
 
2683
- .content{
2683
+ .content {
2684
2684
  width: 100%;
2685
2685
  height: 100%;
2686
2686
  border: none;
2687
2687
  overflow: hidden;
2688
2688
  text-overflow: ellipsis;
2689
- color: var(--color-text, #4B5565);
2689
+ color: var(--color-text, #4b5565);
2690
2690
  }
2691
2691
 
2692
2692
  .content::placeholder,
2693
- .input_like::placeholder{
2694
- color: var(--color-text-disabled, #CDD5DF);
2693
+ .input_like::placeholder {
2694
+ color: var(--color-text-disabled, #cdd5df);
2695
2695
  }
2696
2696
 
2697
2697
  .content:focus,
2698
- .input_like:focus{
2698
+ .input_like:focus {
2699
2699
  outline: none;
2700
2700
  }
2701
2701
 
2702
- .icon{
2702
+ .icon {
2703
2703
  display: flex;
2704
2704
  align-items: center;
2705
2705
  }
2706
2706
 
2707
- .input{
2707
+ .input {
2708
2708
  display: flex;
2709
2709
  align-items: center;
2710
2710
  gap: var(--spacing-2);
@@ -2714,73 +2714,73 @@
2714
2714
 
2715
2715
  .input,
2716
2716
  .input.icon_leading,
2717
- .password_input{
2718
- border: 1px solid var(--color-border-input, #CDD5DF);
2719
- background: var(--color-background-card, #FFFFFF);
2717
+ .password_input {
2718
+ border: 1px solid var(--color-border-input, #cdd5df);
2719
+ background: var(--color-background-card, #ffffff);
2720
2720
  }
2721
2721
 
2722
- .input.leading_text{
2722
+ .input.leading_text {
2723
2723
  flex-grow: 1;
2724
2724
  border-radius: var(--rounded-none, 0rem) 0.5rem 0.5rem var(--rounded-none, 0rem);
2725
2725
  }
2726
2726
 
2727
- .leading_text_input{
2727
+ .leading_text_input {
2728
2728
  display: flex;
2729
2729
  gap: var(--spacing-none);
2730
2730
  padding: var(--spacing-none);
2731
2731
  }
2732
2732
 
2733
-
2734
-
2735
- .add_on{
2733
+ .add_on {
2736
2734
  display: flex;
2737
2735
  justify-content: center;
2738
2736
  align-items: center;
2739
- border: 1px solid var(--color-border-input, #CDD5DF);
2737
+ border: 1px solid var(--color-border-input, #cdd5df);
2740
2738
  border-right: none;
2741
2739
  padding: var(--spacing-2) var(--spacing-3);
2742
2740
  border-radius: 0.5rem var(--rounded-none) var(--rounded-none) 0.5rem;
2743
2741
  }
2744
2742
 
2745
- .text_input{
2743
+ .text_input {
2746
2744
  flex-grow: 1;
2747
2745
  height: 100%;
2748
2746
  }
2749
2747
 
2750
- .trailing_button_text_input, .leading_dropdown_text_input{
2748
+ .trailing_button_text_input,
2749
+ .leading_dropdown_text_input {
2751
2750
  display: flex;
2752
2751
  flex-grow: 1;
2753
2752
  gap: var(--spacing-2);
2754
2753
  }
2755
2754
 
2756
2755
  .trailing_button_text_input.sm,
2757
- .trailing_button_text_input.md{
2756
+ .trailing_button_text_input.md {
2758
2757
  padding: var(--spacing-none) 0 0 var(--spacing-3);
2759
2758
  }
2760
2759
 
2761
2760
  .input.trailing_button.sm.default,
2762
- .input.trailing_button.md.default{
2761
+ .input.trailing_button.md.default {
2763
2762
  padding: 0;
2764
2763
  }
2765
2764
 
2766
- .leading_dropdown_dropdown, .trailing_dropdown_dropdown{
2765
+ .leading_dropdown_dropdown,
2766
+ .trailing_dropdown_dropdown {
2767
2767
  display: flex;
2768
2768
  align-items: center;
2769
2769
  gap: var(--spacing-1);
2770
2770
  cursor: pointer;
2771
2771
  }
2772
2772
 
2773
- .dropdown_arrow{
2773
+ .dropdown_arrow {
2774
2774
  display: flex;
2775
2775
  align-items: center;
2776
2776
  }
2777
2777
 
2778
- .tick{
2778
+ .tick {
2779
2779
  width: 1.25rem;
2780
2780
  height: 1.25rem;
2781
2781
  }
2782
2782
 
2783
- .help_circle{
2783
+ .help_circle {
2784
2784
  display: flex;
2785
2785
  align-items: center;
2786
2786
  }
@@ -2790,42 +2790,42 @@
2790
2790
  } */
2791
2791
 
2792
2792
  /* Size Styles */
2793
- .input.sm{
2793
+ .input.sm {
2794
2794
  min-height: 2.5rem;
2795
2795
  }
2796
2796
 
2797
- .input.md{
2797
+ .input.md {
2798
2798
  min-height: 3rem;
2799
2799
  }
2800
2800
 
2801
2801
  .input.sm.default,
2802
- .input.sm.password_icon_leading{
2802
+ .input.sm.password_icon_leading {
2803
2803
  padding: var(--spacing-none) var(--spacing-3);
2804
2804
  }
2805
2805
 
2806
- .input.sm.icon_leading{
2806
+ .input.sm.icon_leading {
2807
2807
  position: relative;
2808
2808
  padding: var(--spacing-none) var(--spacing-2) var(--spacing-none) var(--spacing-3);
2809
2809
  }
2810
2810
 
2811
- .input.sm.payment_input{
2811
+ .input.sm.payment_input {
2812
2812
  padding: var(--spacing-none) var(--spacing-3);
2813
2813
  }
2814
2814
 
2815
- .input.md.default{
2815
+ .input.md.default {
2816
2816
  padding: var(--spacing-none) 0.875rem var(--spacing-none) var(--spacing-3);
2817
2817
  }
2818
2818
 
2819
- .input.md.icon_leading{
2819
+ .input.md.icon_leading {
2820
2820
  position: relative;
2821
2821
  padding: var(--spacing-none) var(--spacing-2) var(--spacing-none) var(--spacing-3);
2822
2822
  }
2823
2823
 
2824
- .input.md.password_icon_leading{
2824
+ .input.md.password_icon_leading {
2825
2825
  padding: var(--spacing-none) var(--spacing-2) var(--spacing-none) var(--spacing-3);
2826
2826
  }
2827
2827
 
2828
- .input.md.payment_input{
2828
+ .input.md.payment_input {
2829
2829
  padding: 0 0.875rem 0 var(--spacing-3);
2830
2830
  }
2831
2831
 
@@ -2833,16 +2833,16 @@
2833
2833
  .input:focus-within,
2834
2834
  .password_input:focus-within,
2835
2835
  .count_text_input:focus-within,
2836
- .input_like_parent:focus-within{
2837
- border: 1.3px solid var(--color-border-selected, #075DB2);
2836
+ .input_like_parent:focus-within {
2837
+ border: 1.3px solid var(--color-border-selected, #075db2);
2838
2838
  }
2839
2839
 
2840
2840
  .input.disabled,
2841
2841
  .password_input.disabled,
2842
2842
  .count_text_input.disabled,
2843
2843
  .action.disabled,
2844
- .input_like_parent.disabled{
2845
- border: 1px solid var(--color-border-disabled, #E3E8EF);
2844
+ .input_like_parent.disabled {
2845
+ border: 1px solid var(--color-border-disabled, #e3e8ef);
2846
2846
  }
2847
2847
 
2848
2848
  .input.disabled,
@@ -2850,51 +2850,51 @@
2850
2850
  .password_input.disabled,
2851
2851
  .count_text_input.disabled,
2852
2852
  .input_like_parent.disabled,
2853
- .input_like.disabled{
2854
- background: var(--color-background-disabled, #F6F8FA);
2855
- color: var(--color-text-subtle, #697586);
2853
+ .input_like.disabled {
2854
+ background: var(--color-background-disabled, #f6f8fa);
2855
+ color: var(--color-text-subtle, #697586);
2856
2856
  cursor: not-allowed;
2857
2857
  pointer-events: none;
2858
2858
  }
2859
2859
 
2860
- .input_group.disabled{
2860
+ .input_group.disabled {
2861
2861
  cursor: not-allowed;
2862
2862
  pointer-events: none;
2863
2863
  }
2864
2864
 
2865
- .icon.disabled path[stroke]{
2866
- stroke: var(--color-icon-disabled, #CDD5DF);
2865
+ .icon.disabled path[stroke] {
2866
+ stroke: var(--color-icon-disabled, #cdd5df);
2867
2867
  }
2868
2868
 
2869
2869
  .input.destructive,
2870
2870
  .input.icon_leading.destructive,
2871
2871
  .count_text_input.destructive,
2872
- .input_like_parent.destructive{
2873
- border: 1px solid var(--color-border-danger, #B51726);
2872
+ .input_like_parent.destructive {
2873
+ border: 1px solid var(--color-border-danger, #b51726);
2874
2874
  }
2875
2875
 
2876
- ::slotted([slot="tooltip_label"]){
2876
+ ::slotted([slot='tooltip_label']) {
2877
2877
  white-space: nowrap;
2878
- color: var(--color-text, #4B5565);
2878
+ color: var(--color-text, #4b5565);
2879
2879
  }
2880
2880
 
2881
- ::slotted([slot="tooltip_supporting_text"]){
2881
+ ::slotted([slot='tooltip_supporting_text']) {
2882
2882
  min-width: fit-content;
2883
2883
  max-width: 18.5rem;
2884
2884
  color: var(--color-text-subtle, #697586);
2885
2885
  margin-top: 5rem;
2886
2886
  }
2887
2887
 
2888
- ::slotted([slot="text"].text_slot){
2889
- color: var(--color-text, #4B5565);
2888
+ ::slotted([slot='text'].text_slot) {
2889
+ color: var(--color-text, #4b5565);
2890
2890
  }
2891
2891
 
2892
- ::slotted([slot="text"].text_slot.disabled){
2893
- color: var(--color-text-disabled, #CDD5DF);
2892
+ ::slotted([slot='text'].text_slot.disabled) {
2893
+ color: var(--color-text-disabled, #cdd5df);
2894
2894
  }
2895
2895
 
2896
2896
  /* Type Styles */
2897
- .password_input{
2897
+ .password_input {
2898
2898
  display: flex;
2899
2899
  gap: var(--spacing-3);
2900
2900
  align-items: center;
@@ -2902,43 +2902,43 @@
2902
2902
  border-radius: var(--rounded-sm);
2903
2903
  }
2904
2904
 
2905
- .password_content{
2905
+ .password_content {
2906
2906
  display: flex;
2907
2907
  gap: var(--spacing-2);
2908
2908
  padding: 0.625rem var(--spacing-none) 0.625rem 0.875rem;
2909
2909
  flex-grow: 1;
2910
2910
  }
2911
2911
 
2912
- .dropdown{
2912
+ .dropdown {
2913
2913
  padding-right: var(--spacing-half);
2914
2914
  padding-left: var(--spacing-3);
2915
2915
  }
2916
2916
 
2917
- .password_icon_leading_content{
2917
+ .password_icon_leading_content {
2918
2918
  display: flex;
2919
2919
  align-items: center;
2920
2920
  flex-grow: 1;
2921
2921
  gap: var(--spacing-2);
2922
2922
  }
2923
2923
 
2924
- .count_input{
2924
+ .count_input {
2925
2925
  display: flex;
2926
2926
  gap: var(--spacing-none);
2927
2927
  }
2928
2928
 
2929
- .count_text_input{
2929
+ .count_text_input {
2930
2930
  display: flex;
2931
2931
  padding: var(--spacing-none) var(--spacing-3);
2932
2932
  align-items: center;
2933
2933
  gap: var(--spacing-2);
2934
2934
  flex: 1 0 0;
2935
2935
  align-self: stretch;
2936
- border: 1px solid var(--color-border-input, #CDD5DF);
2936
+ border: 1px solid var(--color-border-input, #cdd5df);
2937
2937
  border-radius: 0.5rem var(--rounded-none) var(--rounded-none) 0.5rem;
2938
2938
  }
2939
2939
 
2940
- .action{
2941
- border: 1px solid var(--color-border-input, #CDD5DF);
2940
+ .action {
2941
+ border: 1px solid var(--color-border-input, #cdd5df);
2942
2942
  border-left: none;
2943
2943
  display: flex;
2944
2944
  /* padding-right: var(--spacing-1); */
@@ -2953,77 +2953,77 @@
2953
2953
  border-right: 0.5px solid var(--color-border-input, #CDD5DF);
2954
2954
  } */
2955
2955
 
2956
- .vertical_line{
2956
+ .vertical_line {
2957
2957
  width: 1px;
2958
2958
  height: 100%;
2959
- background-color: var(--color-border-input, #CDD5DF);
2959
+ background-color: var(--color-border-input, #cdd5df);
2960
2960
  /* border-right: 1px solid var(--color-border-input, #CDD5DF); */
2961
2961
  }
2962
2962
 
2963
- .trailing_dropdown_content{
2963
+ .trailing_dropdown_content {
2964
2964
  display: flex;
2965
2965
  align-items: center;
2966
2966
  flex-grow: 1;
2967
2967
  gap: var(--spacing-2);
2968
2968
  }
2969
2969
 
2970
- .country_icon{
2970
+ .country_icon {
2971
2971
  display: flex;
2972
2972
  align-items: center;
2973
2973
  }
2974
2974
 
2975
- .dropdown_menu{
2976
- display: flex;
2977
- width: fit-content;
2978
- padding: var(--spacing-none);
2979
- flex-direction: column;
2980
- align-items: flex-start;
2981
- align-items: stretch;
2982
- border-radius: var(--rounded-sm);
2983
- border: 1px solid var(--color-border-subtler, #E3E8EF);
2984
- background: var(--color-surface, #FFFFFF);
2985
- box-shadow: var(--shadow-sm);
2986
- position: absolute;
2987
- z-index: 10;
2988
- gap: var(--spacing-none);
2975
+ .dropdown_menu {
2976
+ display: flex;
2977
+ width: fit-content;
2978
+ padding: var(--spacing-none);
2979
+ flex-direction: column;
2980
+ align-items: flex-start;
2981
+ align-items: stretch;
2982
+ border-radius: var(--rounded-sm);
2983
+ border: 1px solid var(--color-border-subtler, #e3e8ef);
2984
+ background: var(--color-surface, #ffffff);
2985
+ box-shadow: var(--shadow-sm);
2986
+ position: absolute;
2987
+ z-index: 10;
2988
+ gap: var(--spacing-none);
2989
2989
  }
2990
2990
 
2991
- .dropdown_menu.leading_dropdown.top.sm{
2991
+ .dropdown_menu.leading_dropdown.top.sm {
2992
2992
  bottom: 3rem;
2993
2993
  left: 0;
2994
2994
  }
2995
2995
 
2996
- .dropdown_menu.leading_dropdown.top.md{
2996
+ .dropdown_menu.leading_dropdown.top.md {
2997
2997
  bottom: 3.5rem;
2998
2998
  left: 0;
2999
2999
  }
3000
3000
 
3001
- .dropdown_menu.leading_dropdown.bottom.sm{
3001
+ .dropdown_menu.leading_dropdown.bottom.sm {
3002
3002
  top: 4rem;
3003
3003
  left: 0;
3004
3004
  }
3005
3005
 
3006
- .dropdown_menu.leading_dropdown.bottom.md{
3006
+ .dropdown_menu.leading_dropdown.bottom.md {
3007
3007
  top: 4.5rem;
3008
3008
  left: 0;
3009
3009
  }
3010
3010
 
3011
- .dropdown_menu.trailing_dropdown.top.sm{
3011
+ .dropdown_menu.trailing_dropdown.top.sm {
3012
3012
  bottom: 3rem;
3013
3013
  right: 0;
3014
3014
  }
3015
3015
 
3016
- .dropdown_menu.trailing_dropdown.top.md{
3016
+ .dropdown_menu.trailing_dropdown.top.md {
3017
3017
  bottom: 3.5rem;
3018
3018
  right: 0;
3019
3019
  }
3020
3020
 
3021
- .dropdown_menu.trailing_dropdown.bottom.sm{
3021
+ .dropdown_menu.trailing_dropdown.bottom.sm {
3022
3022
  top: 4rem;
3023
3023
  right: 0;
3024
3024
  }
3025
3025
 
3026
- .dropdown_menu.trailing_dropdown.bottom.md{
3026
+ .dropdown_menu.trailing_dropdown.bottom.md {
3027
3027
  top: 4.5rem;
3028
3028
  right: 0;
3029
3029
  }
@@ -3040,22 +3040,22 @@
3040
3040
  }
3041
3041
 
3042
3042
  .input_like_parent {
3043
- border: 1px solid var(--color-border-input, #CDD5DF);
3043
+ border: 1px solid var(--color-border-input, #cdd5df);
3044
3044
  border-radius: var(--rounded-sm);
3045
3045
  display: flex;
3046
3046
  cursor: pointer;
3047
3047
  /* flex-wrap: wrap; */
3048
3048
  }
3049
3049
 
3050
- .input_like_parent.sm{
3050
+ .input_like_parent.sm {
3051
3051
  padding: 0.5rem 0.75rem 0.5rem var(--spacing-3);
3052
3052
  }
3053
3053
 
3054
- .input_like_parent.md{
3054
+ .input_like_parent.md {
3055
3055
  padding: 0.625rem 0.875rem 0.625rem var(--spacing-3);
3056
3056
  }
3057
3057
 
3058
- .input_field{
3058
+ .input_field {
3059
3059
  display: flex;
3060
3060
  gap: var(--spacing-2);
3061
3061
  align-items: center;
@@ -3070,7 +3070,7 @@
3070
3070
 
3071
3071
  .input_like {
3072
3072
  border: none;
3073
- color: var(--color-text, #4B5565);
3073
+ color: var(--color-text, #4b5565);
3074
3074
  }
3075
3075
 
3076
3076
  .results_display {
@@ -3078,14 +3078,14 @@
3078
3078
  flex-wrap: wrap;
3079
3079
  position: relative;
3080
3080
  gap: 0.5rem;
3081
- background-color: var(--color-surface, #FFFFFF);
3081
+ background-color: var(--color-surface, #ffffff);
3082
3082
  }
3083
3083
 
3084
- .results_display.disabled{
3085
- background: var(--color-background-disabled, #F6F8FA);
3084
+ .results_display.disabled {
3085
+ background: var(--color-background-disabled, #f6f8fa);
3086
3086
  }
3087
3087
 
3088
- .tags{
3088
+ .tags {
3089
3089
  padding-top: 1rem;
3090
3090
  }
3091
3091
 
@@ -3093,45 +3093,62 @@
3093
3093
  display: block;
3094
3094
  }
3095
3095
 
3096
- .tags_dropdown_menu{
3097
- display: flex;
3098
- min-width: 100%;
3099
- width: fit-content;
3100
- max-height: 15rem;
3101
- padding: var(--spacing-none);
3102
- flex-direction: column;
3103
- align-items: stretch;
3104
- border-radius: var(--rounded-sm);
3105
- border: 1px solid var(--color-border-subtler, #E3E8EF);
3106
- background: var(--color-surface, #FFFFFF);
3107
- box-shadow: var(--shadow-sm);
3108
- position: absolute;
3109
- z-index: 99999;
3110
- gap: var(--spacing-none);
3111
- transition: 1s ease-in-out;
3112
- overflow-y: auto;
3113
-
3096
+ .tags_dropdown_menu {
3097
+ display: flex;
3098
+ min-width: 100%;
3099
+ width: fit-content;
3100
+ max-height: 15rem;
3101
+ padding: var(--spacing-none);
3102
+ flex-direction: column;
3103
+ align-items: stretch;
3104
+ border-radius: var(--rounded-sm);
3105
+ border: 1px solid var(--color-border-subtler, #e3e8ef);
3106
+ background: var(--color-surface, #ffffff);
3107
+ box-shadow: var(--shadow-sm);
3108
+ position: absolute;
3109
+ z-index: 99999;
3110
+ gap: var(--spacing-none);
3111
+ transition: 1s ease-in-out;
3112
+ overflow-y: auto;
3114
3113
  }
3115
3114
 
3116
- .tags_dropdown_menu.top{
3115
+ .tags_dropdown_menu.top {
3117
3116
  bottom: 105%;
3118
3117
  }
3119
3118
 
3120
- .tags_dropdown_menu.bottom{
3119
+ .tags_dropdown_menu.bottom {
3121
3120
  top: 105%;
3122
3121
  }
3123
3122
 
3124
- .input_close_button{
3123
+ .input_close_button {
3125
3124
  position: absolute;
3126
3125
  z-index: 9999;
3127
3126
  }
3128
3127
 
3129
- .input_close_button.sm{
3128
+ .input_close_button.sm {
3130
3129
  right: 0.2rem;
3131
3130
  top: 0.15rem;
3132
3131
  }
3133
3132
 
3134
- .input_close_button.md{
3133
+ .input_close_button.md {
3135
3134
  right: 0.3rem;
3136
3135
  top: 0.25rem;
3137
- }
3136
+ }
3137
+
3138
+ .loader {
3139
+ border: 3px solid var(--color-background-gray, #cdd5df); /* Light grey */
3140
+ border-top: 3px solid var(--color-background-selected, #075db2); /* Blue */
3141
+ border-radius: 50%;
3142
+ width: 10px;
3143
+ height: 10px;
3144
+ animation: spin 2s linear infinite;
3145
+ }
3146
+
3147
+ @keyframes spin {
3148
+ 0% {
3149
+ transform: rotate(0deg);
3150
+ }
3151
+ 100% {
3152
+ transform: rotate(360deg);
3153
+ }
3154
+ }