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
package/dist/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-06-30T12:29:46",
2
+ "timestamp": "2025-07-08T15:06:34",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.28.2",
@@ -822,12 +822,17 @@
822
822
  },
823
823
  {
824
824
  "event": "saveAsDraft",
825
- "detail": "void",
825
+ "detail": "HTMLElement",
826
826
  "bubbles": true,
827
827
  "complexType": {
828
- "original": "void",
829
- "resolved": "void",
830
- "references": {}
828
+ "original": "HTMLElement",
829
+ "resolved": "HTMLElement",
830
+ "references": {
831
+ "HTMLElement": {
832
+ "location": "global",
833
+ "id": "global::HTMLElement"
834
+ }
835
+ }
831
836
  },
832
837
  "cancelable": true,
833
838
  "composed": true,
@@ -4641,36 +4646,12 @@
4641
4646
  "required": false,
4642
4647
  "getter": false,
4643
4648
  "setter": false
4644
- },
4645
- {
4646
- "name": "label",
4647
- "type": "string",
4648
- "complexType": {
4649
- "original": "string",
4650
- "resolved": "string",
4651
- "references": {}
4652
- },
4653
- "mutable": false,
4654
- "attr": "label",
4655
- "reflectToAttr": false,
4656
- "docs": "",
4657
- "docsTags": [],
4658
- "default": "''",
4659
- "values": [
4660
- {
4661
- "type": "string"
4662
- }
4663
- ],
4664
- "optional": false,
4665
- "required": false,
4666
- "getter": false,
4667
- "setter": false
4668
4649
  }
4669
4650
  ],
4670
4651
  "methods": [],
4671
4652
  "events": [
4672
4653
  {
4673
- "event": "valueChange",
4654
+ "event": "optionChange",
4674
4655
  "detail": "string",
4675
4656
  "bubbles": true,
4676
4657
  "complexType": {
@@ -7294,6 +7275,30 @@
7294
7275
  "getter": false,
7295
7276
  "setter": false
7296
7277
  },
7278
+ {
7279
+ "name": "buttonText",
7280
+ "type": "string",
7281
+ "complexType": {
7282
+ "original": "string",
7283
+ "resolved": "string",
7284
+ "references": {}
7285
+ },
7286
+ "mutable": false,
7287
+ "attr": "button-text",
7288
+ "reflectToAttr": false,
7289
+ "docs": "",
7290
+ "docsTags": [],
7291
+ "default": "''",
7292
+ "values": [
7293
+ {
7294
+ "type": "string"
7295
+ }
7296
+ ],
7297
+ "optional": false,
7298
+ "required": false,
7299
+ "getter": false,
7300
+ "setter": false
7301
+ },
7297
7302
  {
7298
7303
  "name": "cellStyle",
7299
7304
  "type": "\"compact\" | \"standard\"",
@@ -7634,11 +7639,17 @@
7634
7639
  },
7635
7640
  {
7636
7641
  "name": "type",
7637
- "type": "\"document\" | \"information\" | \"status\"",
7642
+ "type": "\"button\" | \"document\" | \"information\" | \"status\"",
7638
7643
  "complexType": {
7639
- "original": "'information' | 'document' | 'status'",
7640
- "resolved": "\"document\" | \"information\" | \"status\"",
7641
- "references": {}
7644
+ "original": "DetailCellType",
7645
+ "resolved": "\"button\" | \"document\" | \"information\" | \"status\"",
7646
+ "references": {
7647
+ "DetailCellType": {
7648
+ "location": "import",
7649
+ "path": "../../models/reusableModels",
7650
+ "id": "src/models/reusableModels.ts::DetailCellType"
7651
+ }
7652
+ }
7642
7653
  },
7643
7654
  "mutable": false,
7644
7655
  "attr": "type",
@@ -7646,6 +7657,10 @@
7646
7657
  "docs": "",
7647
7658
  "docsTags": [],
7648
7659
  "values": [
7660
+ {
7661
+ "value": "button",
7662
+ "type": "string"
7663
+ },
7649
7664
  {
7650
7665
  "value": "document",
7651
7666
  "type": "string"
@@ -7667,6 +7682,20 @@
7667
7682
  ],
7668
7683
  "methods": [],
7669
7684
  "events": [
7685
+ {
7686
+ "event": "buttonClicked",
7687
+ "detail": "void",
7688
+ "bubbles": true,
7689
+ "complexType": {
7690
+ "original": "void",
7691
+ "resolved": "void",
7692
+ "references": {}
7693
+ },
7694
+ "cancelable": true,
7695
+ "composed": true,
7696
+ "docs": "",
7697
+ "docsTags": []
7698
+ },
7670
7699
  {
7671
7700
  "event": "downloadButtonClicked",
7672
7701
  "detail": "void",
@@ -11472,7 +11501,7 @@
11472
11501
  "reflectToAttr": false,
11473
11502
  "docs": "",
11474
11503
  "docsTags": [],
11475
- "default": "[\r\n { name: 'Mock Item A iusbrviubw vwiuhvw vwiurhvwr vwoiuh', username: 1 },\r\n // { name: 'Mock Item B', username: 3 },\r\n // { name: 'Mock Item C', username: 3 },\r\n // { name: 'Mock Item D', username: 3 },\r\n // { name: 'Mock Item E', username: 3 },\r\n // 45,\r\n // 50,\r\n // 20,\r\n // 25,\r\n // 90,\r\n // 92,\r\n // 53,\r\n // 'Activated',\r\n // 'Deactivated',\r\n // 'John Doe',\r\n // 'John smith',\r\n // 'Jane leo'\r\n ]",
11504
+ "default": "[\r\n // { name: 'Mock Item A iusbrviubw vwiuhvw vwiurhvwr vwoiuh', username: 1 },\r\n // { name: 'Mock Item B', username: 3 },\r\n // { name: 'Mock Item C', username: 3 },\r\n // { name: 'Mock Item D', username: 3 },\r\n // { name: 'Mock Item E', username: 3 },\r\n // 45,\r\n // 50,\r\n // 20,\r\n // 25,\r\n // 90,\r\n // 92,\r\n // 53,\r\n // 'Activated',\r\n // 'Deactivated',\r\n // 'John Doe',\r\n // 'John smith',\r\n // 'Jane leo'\r\n ]",
11476
11505
  "values": [
11477
11506
  {
11478
11507
  "type": "any[]"
@@ -11531,6 +11560,30 @@
11531
11560
  "getter": false,
11532
11561
  "setter": false
11533
11562
  },
11563
+ {
11564
+ "name": "loading",
11565
+ "type": "boolean",
11566
+ "complexType": {
11567
+ "original": "boolean",
11568
+ "resolved": "boolean",
11569
+ "references": {}
11570
+ },
11571
+ "mutable": true,
11572
+ "attr": "loading",
11573
+ "reflectToAttr": false,
11574
+ "docs": "",
11575
+ "docsTags": [],
11576
+ "default": "false",
11577
+ "values": [
11578
+ {
11579
+ "type": "boolean"
11580
+ }
11581
+ ],
11582
+ "optional": false,
11583
+ "required": false,
11584
+ "getter": false,
11585
+ "setter": false
11586
+ },
11534
11587
  {
11535
11588
  "name": "menuPosition",
11536
11589
  "type": "\" bottom\" | \"top\"",
@@ -12603,6 +12656,30 @@
12603
12656
  "getter": false,
12604
12657
  "setter": false
12605
12658
  },
12659
+ {
12660
+ "name": "loading",
12661
+ "type": "boolean",
12662
+ "complexType": {
12663
+ "original": "boolean",
12664
+ "resolved": "boolean",
12665
+ "references": {}
12666
+ },
12667
+ "mutable": true,
12668
+ "attr": "loading",
12669
+ "reflectToAttr": false,
12670
+ "docs": "",
12671
+ "docsTags": [],
12672
+ "default": "false",
12673
+ "values": [
12674
+ {
12675
+ "type": "boolean"
12676
+ }
12677
+ ],
12678
+ "optional": false,
12679
+ "required": false,
12680
+ "getter": false,
12681
+ "setter": false
12682
+ },
12606
12683
  {
12607
12684
  "name": "maxLength",
12608
12685
  "type": "number",
@@ -17165,93 +17242,71 @@
17165
17242
  "setter": false
17166
17243
  },
17167
17244
  {
17168
- "name": "fifthStepLabel",
17169
- "type": "string",
17170
- "complexType": {
17171
- "original": "string",
17172
- "resolved": "string",
17173
- "references": {}
17174
- },
17175
- "mutable": false,
17176
- "attr": "fifth-step-label",
17177
- "reflectToAttr": false,
17178
- "docs": "",
17179
- "docsTags": [],
17180
- "default": "''",
17181
- "values": [
17182
- {
17183
- "type": "string"
17184
- }
17185
- ],
17186
- "optional": false,
17187
- "required": false,
17188
- "getter": false,
17189
- "setter": false
17190
- },
17191
- {
17192
- "name": "fifthStepState",
17193
- "type": "\"default\" | \"destructive\"",
17245
+ "name": "size",
17246
+ "type": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
17194
17247
  "complexType": {
17195
- "original": "ProgressStepStates",
17196
- "resolved": "\"default\" | \"destructive\"",
17248
+ "original": "GeneralSizes",
17249
+ "resolved": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
17197
17250
  "references": {
17198
- "ProgressStepStates": {
17251
+ "GeneralSizes": {
17199
17252
  "location": "import",
17200
17253
  "path": "../../models/reusableModels",
17201
- "id": "src/models/reusableModels.ts::ProgressStepStates"
17254
+ "id": "src/models/reusableModels.ts::GeneralSizes"
17202
17255
  }
17203
17256
  }
17204
17257
  },
17205
17258
  "mutable": false,
17206
- "attr": "fifth-step-state",
17259
+ "attr": "size",
17207
17260
  "reflectToAttr": false,
17208
17261
  "docs": "",
17209
17262
  "docsTags": [],
17210
17263
  "values": [
17211
17264
  {
17212
- "value": "default",
17265
+ "value": "lg",
17213
17266
  "type": "string"
17214
17267
  },
17215
17268
  {
17216
- "value": "destructive",
17269
+ "value": "md",
17217
17270
  "type": "string"
17218
- }
17219
- ],
17220
- "optional": false,
17221
- "required": false,
17222
- "getter": false,
17223
- "setter": false
17224
- },
17225
- {
17226
- "name": "fifthStepStatus",
17227
- "type": "\"complete\" | \"current\" | \"incomplete\"",
17228
- "complexType": {
17229
- "original": "ProgressStepStatus",
17230
- "resolved": "\"complete\" | \"current\" | \"incomplete\"",
17231
- "references": {
17232
- "ProgressStepStatus": {
17233
- "location": "import",
17234
- "path": "../../models/reusableModels",
17235
- "id": "src/models/reusableModels.ts::ProgressStepStatus"
17236
- }
17237
- }
17238
- },
17239
- "mutable": false,
17240
- "attr": "fifth-step-status",
17241
- "reflectToAttr": false,
17242
- "docs": "",
17243
- "docsTags": [],
17244
- "values": [
17271
+ },
17245
17272
  {
17246
- "value": "complete",
17273
+ "value": "profile_lg",
17247
17274
  "type": "string"
17248
17275
  },
17249
17276
  {
17250
- "value": "current",
17277
+ "value": "profile_md",
17251
17278
  "type": "string"
17252
17279
  },
17253
17280
  {
17254
- "value": "incomplete",
17281
+ "value": "profile_sm",
17282
+ "type": "string"
17283
+ },
17284
+ {
17285
+ "value": "sm",
17286
+ "type": "string"
17287
+ },
17288
+ {
17289
+ "value": "xl",
17290
+ "type": "string"
17291
+ },
17292
+ {
17293
+ "value": "xl2",
17294
+ "type": "string"
17295
+ },
17296
+ {
17297
+ "value": "xl3",
17298
+ "type": "string"
17299
+ },
17300
+ {
17301
+ "value": "xl4",
17302
+ "type": "string"
17303
+ },
17304
+ {
17305
+ "value": "xs",
17306
+ "type": "string"
17307
+ },
17308
+ {
17309
+ "value": "xxs",
17255
17310
  "type": "string"
17256
17311
  }
17257
17312
  ],
@@ -17261,22 +17316,27 @@
17261
17316
  "setter": false
17262
17317
  },
17263
17318
  {
17264
- "name": "fifthStepSupportingText",
17265
- "type": "string",
17319
+ "name": "steps",
17320
+ "type": "StepperType[]",
17266
17321
  "complexType": {
17267
- "original": "string",
17268
- "resolved": "string",
17269
- "references": {}
17322
+ "original": "StepperType[]",
17323
+ "resolved": "StepperType[]",
17324
+ "references": {
17325
+ "StepperType": {
17326
+ "location": "import",
17327
+ "path": "../../models/reusableModels",
17328
+ "id": "src/models/reusableModels.ts::StepperType"
17329
+ }
17330
+ }
17270
17331
  },
17271
17332
  "mutable": false,
17272
- "attr": "fifth-step-supporting-text",
17273
17333
  "reflectToAttr": false,
17274
17334
  "docs": "",
17275
17335
  "docsTags": [],
17276
- "default": "''",
17336
+ "default": "[\r\n {\r\n state: 'default',\r\n status: 'complete',\r\n label: 'First Step',\r\n supportingText: 'Hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii',\r\n },\r\n {\r\n state: 'default',\r\n status: 'current',\r\n label: 'Second Step',\r\n supportingText: 'Hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii',\r\n },\r\n ]",
17277
17337
  "values": [
17278
17338
  {
17279
- "type": "string"
17339
+ "type": "StepperType[]"
17280
17340
  }
17281
17341
  ],
17282
17342
  "optional": false,
@@ -17285,842 +17345,25 @@
17285
17345
  "setter": false
17286
17346
  },
17287
17347
  {
17288
- "name": "firstStepLabel",
17289
- "type": "string",
17348
+ "name": "type",
17349
+ "type": "\"featured_icon\" | \"icon\"",
17290
17350
  "complexType": {
17291
- "original": "string",
17292
- "resolved": "string",
17351
+ "original": "'icon' | 'featured_icon'",
17352
+ "resolved": "\"featured_icon\" | \"icon\"",
17293
17353
  "references": {}
17294
17354
  },
17295
17355
  "mutable": false,
17296
- "attr": "first-step-label",
17356
+ "attr": "type",
17297
17357
  "reflectToAttr": false,
17298
17358
  "docs": "",
17299
17359
  "docsTags": [],
17300
- "default": "''",
17301
17360
  "values": [
17302
17361
  {
17303
- "type": "string"
17304
- }
17305
- ],
17306
- "optional": false,
17307
- "required": false,
17308
- "getter": false,
17309
- "setter": false
17310
- },
17311
- {
17312
- "name": "firstStepState",
17313
- "type": "\"default\" | \"destructive\"",
17314
- "complexType": {
17315
- "original": "ProgressStepStates",
17316
- "resolved": "\"default\" | \"destructive\"",
17317
- "references": {
17318
- "ProgressStepStates": {
17319
- "location": "import",
17320
- "path": "../../models/reusableModels",
17321
- "id": "src/models/reusableModels.ts::ProgressStepStates"
17322
- }
17323
- }
17324
- },
17325
- "mutable": false,
17326
- "attr": "first-step-state",
17327
- "reflectToAttr": false,
17328
- "docs": "",
17329
- "docsTags": [],
17330
- "values": [
17331
- {
17332
- "value": "default",
17333
- "type": "string"
17334
- },
17335
- {
17336
- "value": "destructive",
17337
- "type": "string"
17338
- }
17339
- ],
17340
- "optional": false,
17341
- "required": false,
17342
- "getter": false,
17343
- "setter": false
17344
- },
17345
- {
17346
- "name": "firstStepStatus",
17347
- "type": "\"complete\" | \"current\" | \"incomplete\"",
17348
- "complexType": {
17349
- "original": "ProgressStepStatus",
17350
- "resolved": "\"complete\" | \"current\" | \"incomplete\"",
17351
- "references": {
17352
- "ProgressStepStatus": {
17353
- "location": "import",
17354
- "path": "../../models/reusableModels",
17355
- "id": "src/models/reusableModels.ts::ProgressStepStatus"
17356
- }
17357
- }
17358
- },
17359
- "mutable": false,
17360
- "attr": "first-step-status",
17361
- "reflectToAttr": false,
17362
- "docs": "",
17363
- "docsTags": [],
17364
- "values": [
17365
- {
17366
- "value": "complete",
17367
- "type": "string"
17368
- },
17369
- {
17370
- "value": "current",
17371
- "type": "string"
17372
- },
17373
- {
17374
- "value": "incomplete",
17375
- "type": "string"
17376
- }
17377
- ],
17378
- "optional": false,
17379
- "required": false,
17380
- "getter": false,
17381
- "setter": false
17382
- },
17383
- {
17384
- "name": "firstStepSupportingText",
17385
- "type": "string",
17386
- "complexType": {
17387
- "original": "string",
17388
- "resolved": "string",
17389
- "references": {}
17390
- },
17391
- "mutable": false,
17392
- "attr": "first-step-supporting-text",
17393
- "reflectToAttr": false,
17394
- "docs": "",
17395
- "docsTags": [],
17396
- "default": "''",
17397
- "values": [
17398
- {
17399
- "type": "string"
17400
- }
17401
- ],
17402
- "optional": false,
17403
- "required": false,
17404
- "getter": false,
17405
- "setter": false
17406
- },
17407
- {
17408
- "name": "fourthStepLabel",
17409
- "type": "string",
17410
- "complexType": {
17411
- "original": "string",
17412
- "resolved": "string",
17413
- "references": {}
17414
- },
17415
- "mutable": false,
17416
- "attr": "fourth-step-label",
17417
- "reflectToAttr": false,
17418
- "docs": "",
17419
- "docsTags": [],
17420
- "default": "''",
17421
- "values": [
17422
- {
17423
- "type": "string"
17424
- }
17425
- ],
17426
- "optional": false,
17427
- "required": false,
17428
- "getter": false,
17429
- "setter": false
17430
- },
17431
- {
17432
- "name": "fourthStepState",
17433
- "type": "\"default\" | \"destructive\"",
17434
- "complexType": {
17435
- "original": "ProgressStepStates",
17436
- "resolved": "\"default\" | \"destructive\"",
17437
- "references": {
17438
- "ProgressStepStates": {
17439
- "location": "import",
17440
- "path": "../../models/reusableModels",
17441
- "id": "src/models/reusableModels.ts::ProgressStepStates"
17442
- }
17443
- }
17444
- },
17445
- "mutable": false,
17446
- "attr": "fourth-step-state",
17447
- "reflectToAttr": false,
17448
- "docs": "",
17449
- "docsTags": [],
17450
- "values": [
17451
- {
17452
- "value": "default",
17453
- "type": "string"
17454
- },
17455
- {
17456
- "value": "destructive",
17457
- "type": "string"
17458
- }
17459
- ],
17460
- "optional": false,
17461
- "required": false,
17462
- "getter": false,
17463
- "setter": false
17464
- },
17465
- {
17466
- "name": "fourthStepStatus",
17467
- "type": "\"complete\" | \"current\" | \"incomplete\"",
17468
- "complexType": {
17469
- "original": "ProgressStepStatus",
17470
- "resolved": "\"complete\" | \"current\" | \"incomplete\"",
17471
- "references": {
17472
- "ProgressStepStatus": {
17473
- "location": "import",
17474
- "path": "../../models/reusableModels",
17475
- "id": "src/models/reusableModels.ts::ProgressStepStatus"
17476
- }
17477
- }
17478
- },
17479
- "mutable": false,
17480
- "attr": "fourth-step-status",
17481
- "reflectToAttr": false,
17482
- "docs": "",
17483
- "docsTags": [],
17484
- "values": [
17485
- {
17486
- "value": "complete",
17487
- "type": "string"
17488
- },
17489
- {
17490
- "value": "current",
17491
- "type": "string"
17492
- },
17493
- {
17494
- "value": "incomplete",
17495
- "type": "string"
17496
- }
17497
- ],
17498
- "optional": false,
17499
- "required": false,
17500
- "getter": false,
17501
- "setter": false
17502
- },
17503
- {
17504
- "name": "fourthStepSupportingText",
17505
- "type": "string",
17506
- "complexType": {
17507
- "original": "string",
17508
- "resolved": "string",
17509
- "references": {}
17510
- },
17511
- "mutable": false,
17512
- "attr": "fourth-step-supporting-text",
17513
- "reflectToAttr": false,
17514
- "docs": "",
17515
- "docsTags": [],
17516
- "default": "''",
17517
- "values": [
17518
- {
17519
- "type": "string"
17520
- }
17521
- ],
17522
- "optional": false,
17523
- "required": false,
17524
- "getter": false,
17525
- "setter": false
17526
- },
17527
- {
17528
- "name": "secondStepLabel",
17529
- "type": "string",
17530
- "complexType": {
17531
- "original": "string",
17532
- "resolved": "string",
17533
- "references": {}
17534
- },
17535
- "mutable": false,
17536
- "attr": "second-step-label",
17537
- "reflectToAttr": false,
17538
- "docs": "",
17539
- "docsTags": [],
17540
- "default": "''",
17541
- "values": [
17542
- {
17543
- "type": "string"
17544
- }
17545
- ],
17546
- "optional": false,
17547
- "required": false,
17548
- "getter": false,
17549
- "setter": false
17550
- },
17551
- {
17552
- "name": "secondStepState",
17553
- "type": "\"default\" | \"destructive\"",
17554
- "complexType": {
17555
- "original": "ProgressStepStates",
17556
- "resolved": "\"default\" | \"destructive\"",
17557
- "references": {
17558
- "ProgressStepStates": {
17559
- "location": "import",
17560
- "path": "../../models/reusableModels",
17561
- "id": "src/models/reusableModels.ts::ProgressStepStates"
17562
- }
17563
- }
17564
- },
17565
- "mutable": false,
17566
- "attr": "second-step-state",
17567
- "reflectToAttr": false,
17568
- "docs": "",
17569
- "docsTags": [],
17570
- "values": [
17571
- {
17572
- "value": "default",
17573
- "type": "string"
17574
- },
17575
- {
17576
- "value": "destructive",
17577
- "type": "string"
17578
- }
17579
- ],
17580
- "optional": false,
17581
- "required": false,
17582
- "getter": false,
17583
- "setter": false
17584
- },
17585
- {
17586
- "name": "secondStepStatus",
17587
- "type": "\"complete\" | \"current\" | \"incomplete\"",
17588
- "complexType": {
17589
- "original": "ProgressStepStatus",
17590
- "resolved": "\"complete\" | \"current\" | \"incomplete\"",
17591
- "references": {
17592
- "ProgressStepStatus": {
17593
- "location": "import",
17594
- "path": "../../models/reusableModels",
17595
- "id": "src/models/reusableModels.ts::ProgressStepStatus"
17596
- }
17597
- }
17598
- },
17599
- "mutable": false,
17600
- "attr": "second-step-status",
17601
- "reflectToAttr": false,
17602
- "docs": "",
17603
- "docsTags": [],
17604
- "values": [
17605
- {
17606
- "value": "complete",
17607
- "type": "string"
17608
- },
17609
- {
17610
- "value": "current",
17611
- "type": "string"
17612
- },
17613
- {
17614
- "value": "incomplete",
17615
- "type": "string"
17616
- }
17617
- ],
17618
- "optional": false,
17619
- "required": false,
17620
- "getter": false,
17621
- "setter": false
17622
- },
17623
- {
17624
- "name": "secondStepSupportingText",
17625
- "type": "string",
17626
- "complexType": {
17627
- "original": "string",
17628
- "resolved": "string",
17629
- "references": {}
17630
- },
17631
- "mutable": false,
17632
- "attr": "second-step-supporting-text",
17633
- "reflectToAttr": false,
17634
- "docs": "",
17635
- "docsTags": [],
17636
- "default": "''",
17637
- "values": [
17638
- {
17639
- "type": "string"
17640
- }
17641
- ],
17642
- "optional": false,
17643
- "required": false,
17644
- "getter": false,
17645
- "setter": false
17646
- },
17647
- {
17648
- "name": "seventhStepLabel",
17649
- "type": "string",
17650
- "complexType": {
17651
- "original": "string",
17652
- "resolved": "string",
17653
- "references": {}
17654
- },
17655
- "mutable": false,
17656
- "attr": "seventh-step-label",
17657
- "reflectToAttr": false,
17658
- "docs": "",
17659
- "docsTags": [],
17660
- "default": "''",
17661
- "values": [
17662
- {
17663
- "type": "string"
17664
- }
17665
- ],
17666
- "optional": false,
17667
- "required": false,
17668
- "getter": false,
17669
- "setter": false
17670
- },
17671
- {
17672
- "name": "seventhStepState",
17673
- "type": "\"default\" | \"destructive\"",
17674
- "complexType": {
17675
- "original": "ProgressStepStates",
17676
- "resolved": "\"default\" | \"destructive\"",
17677
- "references": {
17678
- "ProgressStepStates": {
17679
- "location": "import",
17680
- "path": "../../models/reusableModels",
17681
- "id": "src/models/reusableModels.ts::ProgressStepStates"
17682
- }
17683
- }
17684
- },
17685
- "mutable": false,
17686
- "attr": "seventh-step-state",
17687
- "reflectToAttr": false,
17688
- "docs": "",
17689
- "docsTags": [],
17690
- "values": [
17691
- {
17692
- "value": "default",
17693
- "type": "string"
17694
- },
17695
- {
17696
- "value": "destructive",
17697
- "type": "string"
17698
- }
17699
- ],
17700
- "optional": false,
17701
- "required": false,
17702
- "getter": false,
17703
- "setter": false
17704
- },
17705
- {
17706
- "name": "seventhStepStatus",
17707
- "type": "\"complete\" | \"current\" | \"incomplete\"",
17708
- "complexType": {
17709
- "original": "ProgressStepStatus",
17710
- "resolved": "\"complete\" | \"current\" | \"incomplete\"",
17711
- "references": {
17712
- "ProgressStepStatus": {
17713
- "location": "import",
17714
- "path": "../../models/reusableModels",
17715
- "id": "src/models/reusableModels.ts::ProgressStepStatus"
17716
- }
17717
- }
17718
- },
17719
- "mutable": false,
17720
- "attr": "seventh-step-status",
17721
- "reflectToAttr": false,
17722
- "docs": "",
17723
- "docsTags": [],
17724
- "values": [
17725
- {
17726
- "value": "complete",
17727
- "type": "string"
17728
- },
17729
- {
17730
- "value": "current",
17731
- "type": "string"
17732
- },
17733
- {
17734
- "value": "incomplete",
17735
- "type": "string"
17736
- }
17737
- ],
17738
- "optional": false,
17739
- "required": false,
17740
- "getter": false,
17741
- "setter": false
17742
- },
17743
- {
17744
- "name": "seventhStepSupportingText",
17745
- "type": "string",
17746
- "complexType": {
17747
- "original": "string",
17748
- "resolved": "string",
17749
- "references": {}
17750
- },
17751
- "mutable": false,
17752
- "attr": "seventh-step-supporting-text",
17753
- "reflectToAttr": false,
17754
- "docs": "",
17755
- "docsTags": [],
17756
- "default": "''",
17757
- "values": [
17758
- {
17759
- "type": "string"
17760
- }
17761
- ],
17762
- "optional": false,
17763
- "required": false,
17764
- "getter": false,
17765
- "setter": false
17766
- },
17767
- {
17768
- "name": "sixthStepLabel",
17769
- "type": "string",
17770
- "complexType": {
17771
- "original": "string",
17772
- "resolved": "string",
17773
- "references": {}
17774
- },
17775
- "mutable": false,
17776
- "attr": "sixth-step-label",
17777
- "reflectToAttr": false,
17778
- "docs": "",
17779
- "docsTags": [],
17780
- "default": "''",
17781
- "values": [
17782
- {
17783
- "type": "string"
17784
- }
17785
- ],
17786
- "optional": false,
17787
- "required": false,
17788
- "getter": false,
17789
- "setter": false
17790
- },
17791
- {
17792
- "name": "sixthStepState",
17793
- "type": "\"default\" | \"destructive\"",
17794
- "complexType": {
17795
- "original": "ProgressStepStates",
17796
- "resolved": "\"default\" | \"destructive\"",
17797
- "references": {
17798
- "ProgressStepStates": {
17799
- "location": "import",
17800
- "path": "../../models/reusableModels",
17801
- "id": "src/models/reusableModels.ts::ProgressStepStates"
17802
- }
17803
- }
17804
- },
17805
- "mutable": false,
17806
- "attr": "sixth-step-state",
17807
- "reflectToAttr": false,
17808
- "docs": "",
17809
- "docsTags": [],
17810
- "values": [
17811
- {
17812
- "value": "default",
17813
- "type": "string"
17814
- },
17815
- {
17816
- "value": "destructive",
17817
- "type": "string"
17818
- }
17819
- ],
17820
- "optional": false,
17821
- "required": false,
17822
- "getter": false,
17823
- "setter": false
17824
- },
17825
- {
17826
- "name": "sixthStepStatus",
17827
- "type": "\"complete\" | \"current\" | \"incomplete\"",
17828
- "complexType": {
17829
- "original": "ProgressStepStatus",
17830
- "resolved": "\"complete\" | \"current\" | \"incomplete\"",
17831
- "references": {
17832
- "ProgressStepStatus": {
17833
- "location": "import",
17834
- "path": "../../models/reusableModels",
17835
- "id": "src/models/reusableModels.ts::ProgressStepStatus"
17836
- }
17837
- }
17838
- },
17839
- "mutable": false,
17840
- "attr": "sixth-step-status",
17841
- "reflectToAttr": false,
17842
- "docs": "",
17843
- "docsTags": [],
17844
- "values": [
17845
- {
17846
- "value": "complete",
17847
- "type": "string"
17848
- },
17849
- {
17850
- "value": "current",
17851
- "type": "string"
17852
- },
17853
- {
17854
- "value": "incomplete",
17855
- "type": "string"
17856
- }
17857
- ],
17858
- "optional": false,
17859
- "required": false,
17860
- "getter": false,
17861
- "setter": false
17862
- },
17863
- {
17864
- "name": "sixthStepSupportingText",
17865
- "type": "string",
17866
- "complexType": {
17867
- "original": "string",
17868
- "resolved": "string",
17869
- "references": {}
17870
- },
17871
- "mutable": false,
17872
- "attr": "sixth-step-supporting-text",
17873
- "reflectToAttr": false,
17874
- "docs": "",
17875
- "docsTags": [],
17876
- "default": "''",
17877
- "values": [
17878
- {
17879
- "type": "string"
17880
- }
17881
- ],
17882
- "optional": false,
17883
- "required": false,
17884
- "getter": false,
17885
- "setter": false
17886
- },
17887
- {
17888
- "name": "size",
17889
- "type": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
17890
- "complexType": {
17891
- "original": "GeneralSizes",
17892
- "resolved": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
17893
- "references": {
17894
- "GeneralSizes": {
17895
- "location": "import",
17896
- "path": "../../models/reusableModels",
17897
- "id": "src/models/reusableModels.ts::GeneralSizes"
17898
- }
17899
- }
17900
- },
17901
- "mutable": false,
17902
- "attr": "size",
17903
- "reflectToAttr": false,
17904
- "docs": "",
17905
- "docsTags": [],
17906
- "values": [
17907
- {
17908
- "value": "lg",
17909
- "type": "string"
17910
- },
17911
- {
17912
- "value": "md",
17913
- "type": "string"
17914
- },
17915
- {
17916
- "value": "profile_lg",
17917
- "type": "string"
17918
- },
17919
- {
17920
- "value": "profile_md",
17921
- "type": "string"
17922
- },
17923
- {
17924
- "value": "profile_sm",
17925
- "type": "string"
17926
- },
17927
- {
17928
- "value": "sm",
17929
- "type": "string"
17930
- },
17931
- {
17932
- "value": "xl",
17933
- "type": "string"
17934
- },
17935
- {
17936
- "value": "xl2",
17937
- "type": "string"
17938
- },
17939
- {
17940
- "value": "xl3",
17941
- "type": "string"
17942
- },
17943
- {
17944
- "value": "xl4",
17945
- "type": "string"
17946
- },
17947
- {
17948
- "value": "xs",
17949
- "type": "string"
17950
- },
17951
- {
17952
- "value": "xxs",
17953
- "type": "string"
17954
- }
17955
- ],
17956
- "optional": false,
17957
- "required": false,
17958
- "getter": false,
17959
- "setter": false
17960
- },
17961
- {
17962
- "name": "steps",
17963
- "type": "number",
17964
- "complexType": {
17965
- "original": "number",
17966
- "resolved": "number",
17967
- "references": {}
17968
- },
17969
- "mutable": false,
17970
- "attr": "steps",
17971
- "reflectToAttr": false,
17972
- "docs": "",
17973
- "docsTags": [],
17974
- "values": [
17975
- {
17976
- "type": "number"
17977
- }
17978
- ],
17979
- "optional": false,
17980
- "required": false,
17981
- "getter": false,
17982
- "setter": false
17983
- },
17984
- {
17985
- "name": "thirdStepLabel",
17986
- "type": "string",
17987
- "complexType": {
17988
- "original": "string",
17989
- "resolved": "string",
17990
- "references": {}
17991
- },
17992
- "mutable": false,
17993
- "attr": "third-step-label",
17994
- "reflectToAttr": false,
17995
- "docs": "",
17996
- "docsTags": [],
17997
- "default": "''",
17998
- "values": [
17999
- {
18000
- "type": "string"
18001
- }
18002
- ],
18003
- "optional": false,
18004
- "required": false,
18005
- "getter": false,
18006
- "setter": false
18007
- },
18008
- {
18009
- "name": "thirdStepState",
18010
- "type": "\"default\" | \"destructive\"",
18011
- "complexType": {
18012
- "original": "ProgressStepStates",
18013
- "resolved": "\"default\" | \"destructive\"",
18014
- "references": {
18015
- "ProgressStepStates": {
18016
- "location": "import",
18017
- "path": "../../models/reusableModels",
18018
- "id": "src/models/reusableModels.ts::ProgressStepStates"
18019
- }
18020
- }
18021
- },
18022
- "mutable": false,
18023
- "attr": "third-step-state",
18024
- "reflectToAttr": false,
18025
- "docs": "",
18026
- "docsTags": [],
18027
- "values": [
18028
- {
18029
- "value": "default",
18030
- "type": "string"
18031
- },
18032
- {
18033
- "value": "destructive",
18034
- "type": "string"
18035
- }
18036
- ],
18037
- "optional": false,
18038
- "required": false,
18039
- "getter": false,
18040
- "setter": false
18041
- },
18042
- {
18043
- "name": "thirdStepStatus",
18044
- "type": "\"complete\" | \"current\" | \"incomplete\"",
18045
- "complexType": {
18046
- "original": "ProgressStepStatus",
18047
- "resolved": "\"complete\" | \"current\" | \"incomplete\"",
18048
- "references": {
18049
- "ProgressStepStatus": {
18050
- "location": "import",
18051
- "path": "../../models/reusableModels",
18052
- "id": "src/models/reusableModels.ts::ProgressStepStatus"
18053
- }
18054
- }
18055
- },
18056
- "mutable": false,
18057
- "attr": "third-step-status",
18058
- "reflectToAttr": false,
18059
- "docs": "",
18060
- "docsTags": [],
18061
- "values": [
18062
- {
18063
- "value": "complete",
18064
- "type": "string"
18065
- },
18066
- {
18067
- "value": "current",
18068
- "type": "string"
18069
- },
18070
- {
18071
- "value": "incomplete",
18072
- "type": "string"
18073
- }
18074
- ],
18075
- "optional": false,
18076
- "required": false,
18077
- "getter": false,
18078
- "setter": false
18079
- },
18080
- {
18081
- "name": "thirdStepSupportingText",
18082
- "type": "string",
18083
- "complexType": {
18084
- "original": "string",
18085
- "resolved": "string",
18086
- "references": {}
18087
- },
18088
- "mutable": false,
18089
- "attr": "third-step-supporting-text",
18090
- "reflectToAttr": false,
18091
- "docs": "",
18092
- "docsTags": [],
18093
- "default": "''",
18094
- "values": [
18095
- {
18096
- "type": "string"
18097
- }
18098
- ],
18099
- "optional": false,
18100
- "required": false,
18101
- "getter": false,
18102
- "setter": false
18103
- },
18104
- {
18105
- "name": "type",
18106
- "type": "\"featured_icon\" | \"icon\"",
18107
- "complexType": {
18108
- "original": "'icon' | 'featured_icon'",
18109
- "resolved": "\"featured_icon\" | \"icon\"",
18110
- "references": {}
18111
- },
18112
- "mutable": false,
18113
- "attr": "type",
18114
- "reflectToAttr": false,
18115
- "docs": "",
18116
- "docsTags": [],
18117
- "values": [
18118
- {
18119
- "value": "featured_icon",
18120
- "type": "string"
18121
- },
18122
- {
18123
- "value": "icon",
17362
+ "value": "featured_icon",
17363
+ "type": "string"
17364
+ },
17365
+ {
17366
+ "value": "icon",
18124
17367
  "type": "string"
18125
17368
  }
18126
17369
  ],
@@ -24255,6 +23498,11 @@
24255
23498
  "docstring": "",
24256
23499
  "path": "src/models/reusableModels.ts"
24257
23500
  },
23501
+ "src/models/reusableModels.ts::DetailCellType": {
23502
+ "declaration": "export type DetailCellType = 'information' | 'document' | 'status' | 'button';",
23503
+ "docstring": "",
23504
+ "path": "src/models/reusableModels.ts"
23505
+ },
24258
23506
  "src/models/reusableModels.ts::FileIconTypes": {
24259
23507
  "declaration": "export type FileIconTypes = 'pdf' | 'csv' | 'jpg' | 'jpeg' | 'ppt' | 'pptx' | 'doc' | 'docx' | 'xls' | 'xlsx' | 'svg' | 'txt' | 'zip' | 'rar' | 'mp3' | 'mp4' | 'png';",
24260
23508
  "docstring": "",