globuswebcomponents 1.2.5 → 1.2.7
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.
- package/dist/cjs/gb-action-panel_9.cjs.entry.js +584 -0
- package/dist/cjs/gb-action-panel_9.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-avatar_3.cjs.entry.js +186 -0
- package/dist/cjs/gb-avatar_3.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-badge_2.cjs.entry.js +114 -0
- package/dist/cjs/gb-badge_2.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-collapse-button_4.cjs.entry.js +1 -1
- package/dist/cjs/gb-detail-cell.cjs.entry.js +59 -0
- package/dist/cjs/gb-detail-cell.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js +1 -1
- package/dist/cjs/gb-export-dropdown-item_2.cjs.entry.js +2 -2
- package/dist/cjs/gb-export-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/gb-export-sub-dropdown-item.cjs.entry.js +1 -1
- package/dist/cjs/gb-file-type-icon_2.cjs.entry.js +42 -0
- package/dist/cjs/gb-file-type-icon_2.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-file-upload-item-base.cjs.entry.js +1 -1
- package/dist/cjs/gb-file-upload.cjs.entry.js +12 -12
- package/dist/cjs/gb-header-icon.cjs.entry.js +4 -4
- package/dist/cjs/gb-header.cjs.entry.js +1 -1
- package/dist/cjs/gb-help-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/gb-help-tooltip_3.cjs.entry.js +14 -14
- package/dist/cjs/gb-horizontal-tabs.cjs.entry.js +1 -1
- package/dist/cjs/gb-input-dropdown-menu-item_5.cjs.entry.js +6 -6
- package/dist/cjs/gb-input-dropdown_3.cjs.entry.js +5 -5
- package/dist/cjs/gb-mega-input-field-base.cjs.entry.js +2 -2
- package/dist/cjs/gb-notification-content.cjs.entry.js +1 -1
- package/dist/cjs/gb-notification-pane.cjs.entry.js +3 -3
- package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
- package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
- package/dist/cjs/gb-pagination.cjs.entry.js +1 -1
- package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
- package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
- package/dist/cjs/gb-sidebar.cjs.entry.js +1 -1
- package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
- package/dist/cjs/gb-slider.cjs.entry.js +1 -1
- package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js +33 -5
- package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js.map +1 -1
- package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js +52 -0
- package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-tab-button-base.cjs.entry.js +3 -3
- package/dist/cjs/gb-table-cell.cjs.entry.js +1 -1
- package/dist/cjs/gb-textarea-input-field.cjs.entry.js +4 -4
- package/dist/cjs/gb-toast-button.cjs.entry.js +1 -1
- package/dist/cjs/gb-toast.cjs.entry.js +1 -1
- package/dist/cjs/gb-toggle-base.cjs.entry.js +2 -2
- package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
- package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
- package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
- package/dist/cjs/gb-tooltip.cjs.entry.js +39 -0
- package/dist/cjs/gb-tooltip.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
- package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
- package/dist/cjs/gb-wysiwyg-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/globuscomponents.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/reusableModels-e50f3440.js.map +1 -1
- package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
- package/dist/collection/collection-manifest.json +2 -1
- package/dist/collection/components/gb-badge/gb-badge.js +26 -17
- package/dist/collection/components/gb-badge/gb-badge.js.map +1 -1
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.css +29 -35
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.js +25 -1
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.js.map +1 -1
- package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.js +1 -1
- package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.js +1 -1
- package/dist/collection/components/gb-export-dropdown-item/gb-export-dropdown-item.js +1 -1
- package/dist/collection/components/gb-export-sub-dropdown/gb-export-sub-dropdown.js +1 -1
- package/dist/collection/components/gb-export-sub-dropdown-item/gb-export-sub-dropdown-item.js +1 -1
- package/dist/collection/components/gb-featured-icon/gb-featured-icon.css +2722 -0
- package/dist/collection/components/gb-featured-icon/gb-featured-icon.js +49 -0
- package/dist/collection/components/gb-featured-icon/gb-featured-icon.js.map +1 -0
- package/dist/collection/components/gb-file-type-icon/gb-file-type-icon.js +1 -1
- package/dist/collection/components/gb-file-upload/gb-file-upload.js +12 -12
- package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js +1 -1
- package/dist/collection/components/gb-header/gb-header.js +1 -1
- package/dist/collection/components/gb-header-icon/gb-header-icon.js +4 -4
- package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
- package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js +1 -1
- package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +3 -3
- package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
- package/dist/collection/components/gb-input-field/gb-input-field.js +12 -12
- package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js +2 -2
- package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
- package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
- package/dist/collection/components/gb-pagination/gb-pagination.js +1 -1
- package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
- package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
- package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
- package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
- package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
- package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
- package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
- package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
- package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
- package/dist/collection/components/gb-simple-side-bar-item/gb-simple-side-bar-item.js +1 -1
- package/dist/collection/components/gb-slider/gb-slider.js +1 -1
- package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
- package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
- package/dist/collection/components/gb-step-base/gb-step-base.css +74 -8
- package/dist/collection/components/gb-step-base/gb-step-base.js +1 -1
- package/dist/collection/components/gb-step-base/gb-step-base.js.map +1 -1
- package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +607 -6
- package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js.map +1 -1
- package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -96
- package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js.map +1 -1
- package/dist/collection/components/{gb-stepper/gb-progress-steps.js → gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js} +384 -33
- package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js.map +1 -0
- package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
- package/dist/collection/components/gb-table-cell/gb-table-cell.js +1 -1
- package/dist/collection/components/gb-tag/gb-tag.js +1 -1
- package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
- package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
- package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
- package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +4 -4
- package/dist/collection/components/gb-toast/gb-toast.js +1 -1
- package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
- package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
- package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
- package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
- package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
- package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
- package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
- package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
- package/dist/collection/components/gb-wysiwyg-tooltip/gb-wysiwyg-tooltip.js +1 -1
- package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
- package/dist/collection/models/reusableModels.js.map +1 -1
- package/dist/components/gb-avatar-add-button.js +1 -1
- package/dist/components/gb-avatar-dropdown.js +4 -4
- package/dist/components/gb-avatar-group.js +4 -4
- package/dist/components/gb-avatar-label-group.js +1 -1
- package/dist/components/gb-avatar-profile-photo.js +2 -2
- package/dist/components/gb-avatar.js +1 -1
- package/dist/components/gb-badge.js +1 -1
- package/dist/components/gb-checkbox-group-item.js +1 -1
- package/dist/components/gb-checkbox-group.js +3 -3
- package/dist/components/gb-collapse-button.js +1 -1
- package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
- package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
- package/dist/components/gb-detail-cell.js +9 -7
- package/dist/components/gb-detail-cell.js.map +1 -1
- package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
- package/dist/components/gb-export-dropdown-item.js +1 -1
- package/dist/components/gb-export-dropdown.js +4 -4
- package/dist/components/gb-export-sub-dropdown-item.js +1 -1
- package/dist/components/gb-export-sub-dropdown.js +1 -1
- package/dist/components/{gb-progress-steps.d.ts → gb-featured-icon.d.ts} +4 -4
- package/dist/components/gb-featured-icon.js +8 -0
- package/dist/components/gb-featured-icon.js.map +1 -0
- package/dist/components/gb-file-type-icon.js +1 -1
- package/dist/components/gb-file-upload-item-base.js +1 -1
- package/dist/components/gb-file-upload.js +16 -16
- package/dist/components/gb-header-icon.js +1 -1
- package/dist/components/gb-header.js +4 -4
- package/dist/components/gb-help-dropdown.js +2 -2
- package/dist/components/gb-help-tooltip.js +1 -1
- package/dist/components/gb-horizontal-tabs.js +5 -5
- package/dist/components/gb-input-dropdown-menu-item.js +1 -1
- package/dist/components/gb-input-dropdown.js +1 -1
- package/dist/components/gb-input-field.js +1 -1
- package/dist/components/gb-mega-input-field-base.js +1 -1
- package/dist/components/gb-notification-content.js +1 -1
- package/dist/components/gb-notification-pane.js +4 -4
- package/dist/components/gb-pagination-button-group-base.js +1 -1
- package/dist/components/gb-pagination-dot-group.js +1 -1
- package/dist/components/gb-pagination-dot-indicator.js +1 -1
- package/dist/components/gb-pagination-number-base.js +1 -1
- package/dist/components/gb-pagination.js +15 -15
- package/dist/components/gb-password-button.js +1 -1
- package/dist/components/gb-progress-bar.js +1 -1
- package/dist/components/gb-progress-circle.js +1 -1
- package/dist/components/gb-scrollbar.js +1 -1
- package/dist/components/gb-sidebar.js +9 -9
- package/dist/components/gb-simple-side-bar-item.js +1 -1
- package/dist/components/gb-slider-control-handle.js +1 -1
- package/dist/components/gb-slider.js +3 -3
- package/dist/components/gb-status-indicator.js +1 -1
- package/dist/components/gb-step-base.js +1 -1
- package/dist/components/gb-stepper-horizontal-icons-centered.js +76 -8
- package/dist/components/gb-stepper-horizontal-icons-centered.js.map +1 -1
- package/dist/components/gb-stepper-horizontal-line-with-text.js +9 -13
- package/dist/components/gb-stepper-horizontal-line-with-text.js.map +1 -1
- package/dist/components/gb-stepper-vertical-icons-with-text.d.ts +11 -0
- package/dist/components/gb-stepper-vertical-icons-with-text.js +177 -0
- package/dist/components/gb-stepper-vertical-icons-with-text.js.map +1 -0
- package/dist/components/gb-tab-button-base.js +1 -1
- package/dist/components/gb-table-cell.js +1 -1
- package/dist/components/gb-tag-checkbox.js +1 -1
- package/dist/components/gb-tag-close.js +1 -1
- package/dist/components/gb-tag-count.js +1 -1
- package/dist/components/gb-tag.js +1 -1
- package/dist/components/gb-textarea-input-field.js +11 -11
- package/dist/components/gb-toast-button.js +1 -1
- package/dist/components/gb-toast.js +2 -2
- package/dist/components/gb-toggle-base.js +1 -1
- package/dist/components/gb-toggle.js +2 -2
- package/dist/components/gb-token-field-compact.js +2 -2
- package/dist/components/gb-token-field-compressed.js +3 -3
- package/dist/components/gb-tooltip.js +1 -1
- package/dist/components/gb-vertical-tabs.js +5 -5
- package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
- package/dist/components/gb-wysiwyg-tooltip.js +2 -2
- package/dist/components/{p-c854733c.js → p-0eeb4332.js} +3 -3
- package/dist/components/{p-c854733c.js.map → p-0eeb4332.js.map} +1 -1
- package/dist/components/{p-bb0742b1.js → p-0ff3490a.js} +5 -5
- package/dist/components/{p-bb0742b1.js.map → p-0ff3490a.js.map} +1 -1
- package/dist/components/{p-f3329262.js → p-136c3d93.js} +3 -3
- package/dist/components/{p-f3329262.js.map → p-136c3d93.js.map} +1 -1
- package/dist/components/{p-40c2ac9d.js → p-1384dc6b.js} +2 -2
- package/dist/components/{p-40c2ac9d.js.map → p-1384dc6b.js.map} +1 -1
- package/dist/components/{p-1cbfb269.js → p-1642dc4d.js} +2 -2
- package/dist/components/{p-1cbfb269.js.map → p-1642dc4d.js.map} +1 -1
- package/dist/components/{p-0962e3f8.js → p-186bc975.js} +2 -2
- package/dist/components/{p-0962e3f8.js.map → p-186bc975.js.map} +1 -1
- package/dist/components/{p-1a8b74e6.js → p-20e8fe14.js} +2 -2
- package/dist/components/{p-1a8b74e6.js.map → p-20e8fe14.js.map} +1 -1
- package/dist/components/{p-d7f5ec4d.js → p-21d933a4.js} +3 -3
- package/dist/components/{p-d7f5ec4d.js.map → p-21d933a4.js.map} +1 -1
- package/dist/components/{p-d1bf0535.js → p-281c83b1.js} +3 -3
- package/dist/components/{p-d1bf0535.js.map → p-281c83b1.js.map} +1 -1
- package/dist/components/{p-36cbbc63.js → p-2cf657f3.js} +7 -7
- package/dist/components/{p-36cbbc63.js.map → p-2cf657f3.js.map} +1 -1
- package/dist/components/{p-69c4723d.js → p-3e431c2d.js} +2 -2
- package/dist/components/{p-69c4723d.js.map → p-3e431c2d.js.map} +1 -1
- package/dist/components/{p-24b03ad5.js → p-437eb4d4.js} +2 -2
- package/dist/components/{p-24b03ad5.js.map → p-437eb4d4.js.map} +1 -1
- package/dist/components/p-47052b60.js.map +1 -1
- package/dist/components/{p-b41e41aa.js → p-4b0e7e7a.js} +2 -2
- package/dist/components/{p-b41e41aa.js.map → p-4b0e7e7a.js.map} +1 -1
- package/dist/components/{p-a6ffb75a.js → p-4b238a42.js} +2 -2
- package/dist/components/{p-a6ffb75a.js.map → p-4b238a42.js.map} +1 -1
- package/dist/components/{p-ce879a4d.js → p-4d25fbc8.js} +6 -6
- package/dist/components/{p-ce879a4d.js.map → p-4d25fbc8.js.map} +1 -1
- package/dist/components/{p-0dd34990.js → p-5521d53f.js} +2 -2
- package/dist/components/{p-0dd34990.js.map → p-5521d53f.js.map} +1 -1
- package/dist/components/{p-5d12d91a.js → p-556f59af.js} +2 -2
- package/dist/components/{p-5d12d91a.js.map → p-556f59af.js.map} +1 -1
- package/dist/components/{p-15aed73e.js → p-5643ff3d.js} +7 -7
- package/dist/components/{p-15aed73e.js.map → p-5643ff3d.js.map} +1 -1
- package/dist/components/{p-77a6ee05.js → p-5cd7f95c.js} +15 -15
- package/dist/components/{p-77a6ee05.js.map → p-5cd7f95c.js.map} +1 -1
- package/dist/components/{p-1f8d2c84.js → p-5d4c3d77.js} +5 -5
- package/dist/components/{p-1f8d2c84.js.map → p-5d4c3d77.js.map} +1 -1
- package/dist/components/{p-1242e45b.js → p-80af422b.js} +2 -2
- package/dist/components/{p-1242e45b.js.map → p-80af422b.js.map} +1 -1
- package/dist/components/p-83d4075d.js +37 -0
- package/dist/components/p-83d4075d.js.map +1 -0
- package/dist/components/{p-95ea90ff.js → p-951c9086.js} +2 -2
- package/dist/components/{p-95ea90ff.js.map → p-951c9086.js.map} +1 -1
- package/dist/components/{p-e9683fbc.js → p-97a48658.js} +3 -3
- package/dist/components/{p-e9683fbc.js.map → p-97a48658.js.map} +1 -1
- package/dist/components/{p-bc9fda30.js → p-9ba84bcc.js} +2 -2
- package/dist/components/{p-bc9fda30.js.map → p-9ba84bcc.js.map} +1 -1
- package/dist/components/{p-e6226d3c.js → p-a1b17f6f.js} +2 -2
- package/dist/components/{p-e6226d3c.js.map → p-a1b17f6f.js.map} +1 -1
- package/dist/components/{p-b429b421.js → p-a2be06b2.js} +2 -2
- package/dist/components/{p-b429b421.js.map → p-a2be06b2.js.map} +1 -1
- package/dist/components/{p-9cb7a95f.js → p-a3325cf5.js} +2 -2
- package/dist/components/{p-9cb7a95f.js.map → p-a3325cf5.js.map} +1 -1
- package/dist/components/{p-621c7531.js → p-ac35bd30.js} +23 -23
- package/dist/components/{p-621c7531.js.map → p-ac35bd30.js.map} +1 -1
- package/dist/components/{p-cb33a696.js → p-b1e7d221.js} +5 -5
- package/dist/components/{p-cb33a696.js.map → p-b1e7d221.js.map} +1 -1
- package/dist/components/{p-e51cd226.js → p-b3589e6f.js} +3 -3
- package/dist/components/{p-e51cd226.js.map → p-b3589e6f.js.map} +1 -1
- package/dist/components/{p-bc8408d2.js → p-b8fa0815.js} +2 -2
- package/dist/components/{p-bc8408d2.js.map → p-b8fa0815.js.map} +1 -1
- package/dist/components/{p-d8eebee4.js → p-ba77a6ba.js} +2 -2
- package/dist/components/{p-d8eebee4.js.map → p-ba77a6ba.js.map} +1 -1
- package/dist/components/{p-3dd8cf5d.js → p-bdc9aca1.js} +3 -3
- package/dist/components/{p-3dd8cf5d.js.map → p-bdc9aca1.js.map} +1 -1
- package/dist/components/{p-a2a6a0c0.js → p-cefe6782.js} +2 -2
- package/dist/components/{p-a2a6a0c0.js.map → p-cefe6782.js.map} +1 -1
- package/dist/components/{p-fc806c48.js → p-d19b9484.js} +21 -18
- package/dist/components/p-d19b9484.js.map +1 -0
- package/dist/components/{p-ee2b88e7.js → p-d750a266.js} +3 -3
- package/dist/components/{p-ee2b88e7.js.map → p-d750a266.js.map} +1 -1
- package/dist/components/{p-6c64c5be.js → p-d840d166.js} +2 -2
- package/dist/components/{p-6c64c5be.js.map → p-d840d166.js.map} +1 -1
- package/dist/components/{p-f01d693a.js → p-f25cd4ce.js} +10 -4
- package/dist/components/p-f25cd4ce.js.map +1 -0
- package/dist/components/test-input-tag.js +9 -9
- package/dist/docs.json +2597 -1407
- package/dist/esm/gb-action-panel_9.entry.js +572 -0
- package/dist/esm/gb-action-panel_9.entry.js.map +1 -0
- package/dist/esm/gb-avatar_3.entry.js +180 -0
- package/dist/esm/gb-avatar_3.entry.js.map +1 -0
- package/dist/esm/gb-badge_2.entry.js +109 -0
- package/dist/esm/gb-badge_2.entry.js.map +1 -0
- package/dist/esm/gb-collapse-button_4.entry.js +1 -1
- package/dist/esm/gb-detail-cell.entry.js +55 -0
- package/dist/esm/gb-detail-cell.entry.js.map +1 -0
- package/dist/esm/gb-dropdown-items-with-shortcut.entry.js +1 -1
- package/dist/esm/gb-export-dropdown-item_2.entry.js +2 -2
- package/dist/esm/gb-export-dropdown.entry.js +1 -1
- package/dist/esm/gb-export-sub-dropdown-item.entry.js +1 -1
- package/dist/esm/gb-file-type-icon_2.entry.js +37 -0
- package/dist/esm/gb-file-type-icon_2.entry.js.map +1 -0
- package/dist/esm/gb-file-upload-item-base.entry.js +1 -1
- package/dist/esm/gb-file-upload.entry.js +12 -12
- package/dist/esm/gb-header-icon.entry.js +4 -4
- package/dist/esm/gb-header.entry.js +1 -1
- package/dist/esm/gb-help-dropdown.entry.js +1 -1
- package/dist/esm/gb-help-tooltip_3.entry.js +14 -14
- package/dist/esm/gb-horizontal-tabs.entry.js +1 -1
- package/dist/esm/gb-input-dropdown-menu-item_5.entry.js +6 -6
- package/dist/esm/gb-input-dropdown_3.entry.js +5 -5
- package/dist/esm/gb-mega-input-field-base.entry.js +2 -2
- package/dist/esm/gb-notification-content.entry.js +1 -1
- package/dist/esm/gb-notification-pane.entry.js +3 -3
- package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
- package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
- package/dist/esm/gb-pagination.entry.js +1 -1
- package/dist/esm/gb-progress-circle.entry.js +1 -1
- package/dist/esm/gb-scrollbar.entry.js +1 -1
- package/dist/esm/gb-sidebar.entry.js +1 -1
- package/dist/esm/gb-slider-control-handle.entry.js +1 -1
- package/dist/esm/gb-slider.entry.js +1 -1
- package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js +34 -6
- package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js.map +1 -1
- package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js +48 -0
- package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js.map +1 -0
- package/dist/esm/gb-tab-button-base.entry.js +3 -3
- package/dist/esm/gb-table-cell.entry.js +1 -1
- package/dist/esm/gb-textarea-input-field.entry.js +4 -4
- package/dist/esm/gb-toast-button.entry.js +1 -1
- package/dist/esm/gb-toast.entry.js +1 -1
- package/dist/esm/gb-toggle-base.entry.js +2 -2
- package/dist/esm/gb-toggle.entry.js +1 -1
- package/dist/esm/gb-token-field-compact.entry.js +1 -1
- package/dist/esm/gb-token-field-compressed.entry.js +2 -2
- package/dist/esm/gb-tooltip.entry.js +35 -0
- package/dist/esm/gb-tooltip.entry.js.map +1 -0
- package/dist/esm/gb-vertical-tabs.entry.js +1 -1
- package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
- package/dist/esm/gb-wysiwyg-tooltip.entry.js +1 -1
- package/dist/esm/globuscomponents.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/reusableModels-8496e911.js.map +1 -1
- package/dist/esm/test-input-tag.entry.js +2 -2
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
- package/dist/globuscomponents/{p-3f19de63.entry.js → p-07c11b6a.entry.js} +2 -2
- package/dist/globuscomponents/{p-5b86ff20.entry.js → p-0b536f25.entry.js} +2 -2
- package/dist/globuscomponents/{p-81901007.entry.js → p-152ad6f4.entry.js} +2 -2
- package/dist/globuscomponents/p-32d72fe9.entry.js +2 -0
- package/dist/globuscomponents/p-32d72fe9.entry.js.map +1 -0
- package/dist/globuscomponents/p-3cdcd6f7.entry.js +2 -0
- package/dist/globuscomponents/p-3cdcd6f7.entry.js.map +1 -0
- package/dist/globuscomponents/{p-5dad4863.entry.js → p-3d86b3e3.entry.js} +2 -2
- package/dist/globuscomponents/p-47052b60.js.map +1 -1
- package/dist/globuscomponents/p-4ce82d5c.entry.js +2 -0
- package/dist/globuscomponents/p-4ce82d5c.entry.js.map +1 -0
- package/dist/globuscomponents/{p-bf0f7afa.entry.js → p-4fb786bf.entry.js} +2 -2
- package/dist/globuscomponents/{p-0d535ff4.entry.js → p-506ccb80.entry.js} +2 -2
- package/dist/globuscomponents/{p-3be5f281.entry.js → p-509fd1ee.entry.js} +2 -2
- package/dist/globuscomponents/{p-abb3a8a5.entry.js → p-55f3e761.entry.js} +2 -2
- package/dist/globuscomponents/p-5654c727.entry.js +2 -0
- package/dist/globuscomponents/p-5654c727.entry.js.map +1 -0
- package/dist/globuscomponents/{p-a11be783.entry.js → p-61e0c21b.entry.js} +2 -2
- package/dist/globuscomponents/p-6dfc78d1.entry.js +2 -0
- package/dist/globuscomponents/{p-271960c2.entry.js → p-7849b0f5.entry.js} +2 -2
- package/dist/globuscomponents/p-79396a23.entry.js +2 -0
- package/dist/globuscomponents/p-79396a23.entry.js.map +1 -0
- package/dist/globuscomponents/{p-251c08d0.entry.js → p-7ce874e1.entry.js} +2 -2
- package/dist/globuscomponents/p-7f2a082e.entry.js +2 -0
- package/dist/globuscomponents/p-7f2a082e.entry.js.map +1 -0
- package/dist/globuscomponents/{p-d0b93e52.entry.js → p-8046d145.entry.js} +2 -2
- package/dist/globuscomponents/{p-a6ef7533.entry.js → p-8138edbe.entry.js} +2 -2
- package/dist/globuscomponents/p-83b49c74.entry.js +2 -0
- package/dist/globuscomponents/p-85c5f7c3.entry.js +2 -0
- package/dist/globuscomponents/{p-c7df02c6.entry.js → p-88449509.entry.js} +2 -2
- package/dist/globuscomponents/{p-6485f918.entry.js → p-8d13cbe1.entry.js} +2 -2
- package/dist/globuscomponents/{p-3e5e2103.entry.js → p-928d44b7.entry.js} +2 -2
- package/dist/globuscomponents/{p-64613e9e.entry.js → p-97b0d77a.entry.js} +2 -2
- package/dist/globuscomponents/{p-7e87553d.entry.js → p-a40ec6a5.entry.js} +2 -2
- package/dist/globuscomponents/{p-c9ec6b88.entry.js → p-a8fea797.entry.js} +2 -2
- package/dist/globuscomponents/p-a9d9a288.entry.js +2 -0
- package/dist/globuscomponents/p-a9d9a288.entry.js.map +1 -0
- package/dist/globuscomponents/{p-a129069d.entry.js → p-ac68b58a.entry.js} +2 -2
- package/dist/globuscomponents/{p-43f078c4.entry.js → p-c6531f74.entry.js} +2 -2
- package/dist/globuscomponents/{p-eaf60850.entry.js → p-c853adb0.entry.js} +2 -2
- package/dist/globuscomponents/{p-8a423991.entry.js → p-c8fcf2d9.entry.js} +2 -2
- package/dist/globuscomponents/{p-5226baf8.entry.js → p-cf861309.entry.js} +2 -2
- package/dist/globuscomponents/p-d308f84e.entry.js +2 -0
- package/dist/globuscomponents/p-d308f84e.entry.js.map +1 -0
- package/dist/globuscomponents/{p-c31bb571.entry.js → p-d3ea6323.entry.js} +2 -2
- package/dist/globuscomponents/{p-0494ffc4.entry.js → p-db2d2afe.entry.js} +2 -2
- package/dist/globuscomponents/{p-6e74d9c0.entry.js → p-dcded88b.entry.js} +2 -2
- package/dist/globuscomponents/{p-dbaf4c00.entry.js → p-dea3acae.entry.js} +2 -2
- package/dist/globuscomponents/{p-478599d6.entry.js → p-dea50d71.entry.js} +2 -2
- package/dist/globuscomponents/{p-04e7271d.entry.js → p-e17a96e5.entry.js} +2 -2
- package/dist/globuscomponents/{p-dd797c90.entry.js → p-e28effc4.entry.js} +2 -2
- package/dist/globuscomponents/{p-be2899fd.entry.js → p-e2e296c1.entry.js} +2 -2
- package/dist/globuscomponents/{p-c377971f.entry.js → p-e4ef70ff.entry.js} +2 -2
- package/dist/globuscomponents/{p-1a3512f3.entry.js → p-ee7363b2.entry.js} +2 -2
- package/dist/globuscomponents/{p-dd205e63.entry.js → p-fac82959.entry.js} +2 -2
- package/dist/types/components/gb-badge/gb-badge.d.ts +2 -2
- package/dist/types/components/gb-detail-cell/gb-detail-cell.d.ts +2 -1
- package/dist/types/components/gb-featured-icon/gb-featured-icon.d.ts +5 -0
- package/dist/types/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.d.ts +30 -2
- package/dist/types/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.d.ts +0 -5
- package/dist/types/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.d.ts +41 -0
- package/dist/types/components.d.ts +164 -69
- package/dist/types/models/reusableModels.d.ts +1 -0
- package/package.json +1 -1
- package/dist/cjs/gb-action-panel_16.cjs.entry.js +0 -891
- package/dist/cjs/gb-action-panel_16.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-progress-bar.cjs.entry.js +0 -26
- package/dist/cjs/gb-progress-bar.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-progress-steps.cjs.entry.js +0 -43
- package/dist/cjs/gb-progress-steps.cjs.entry.js.map +0 -1
- package/dist/collection/components/gb-stepper/gb-progress-steps.js.map +0 -1
- package/dist/components/gb-progress-steps.js +0 -86
- package/dist/components/gb-progress-steps.js.map +0 -1
- package/dist/components/p-f01d693a.js.map +0 -1
- package/dist/components/p-fc806c48.js.map +0 -1
- package/dist/esm/gb-action-panel_16.entry.js +0 -872
- package/dist/esm/gb-action-panel_16.entry.js.map +0 -1
- package/dist/esm/gb-progress-bar.entry.js +0 -22
- package/dist/esm/gb-progress-bar.entry.js.map +0 -1
- package/dist/esm/gb-progress-steps.entry.js +0 -39
- package/dist/esm/gb-progress-steps.entry.js.map +0 -1
- package/dist/globuscomponents/p-5221467e.entry.js +0 -2
- package/dist/globuscomponents/p-5221467e.entry.js.map +0 -1
- package/dist/globuscomponents/p-59badb03.entry.js +0 -2
- package/dist/globuscomponents/p-59badb03.entry.js.map +0 -1
- package/dist/globuscomponents/p-62702234.entry.js +0 -2
- package/dist/globuscomponents/p-62702234.entry.js.map +0 -1
- package/dist/globuscomponents/p-64f98080.entry.js +0 -2
- package/dist/globuscomponents/p-71650d61.entry.js +0 -2
- package/dist/globuscomponents/p-8405a0b1.entry.js +0 -2
- package/dist/globuscomponents/p-e7c454e0.entry.js +0 -2
- package/dist/globuscomponents/p-e7c454e0.entry.js.map +0 -1
- package/dist/types/components/gb-stepper/gb-progress-steps.d.ts +0 -25
- /package/dist/collection/components/{gb-stepper/gb-progress-steps.css → gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.css} +0 -0
- /package/dist/globuscomponents/{p-3f19de63.entry.js.map → p-07c11b6a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5b86ff20.entry.js.map → p-0b536f25.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-81901007.entry.js.map → p-152ad6f4.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5dad4863.entry.js.map → p-3d86b3e3.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-bf0f7afa.entry.js.map → p-4fb786bf.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-0d535ff4.entry.js.map → p-506ccb80.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3be5f281.entry.js.map → p-509fd1ee.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-abb3a8a5.entry.js.map → p-55f3e761.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a11be783.entry.js.map → p-61e0c21b.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-64f98080.entry.js.map → p-6dfc78d1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-271960c2.entry.js.map → p-7849b0f5.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-251c08d0.entry.js.map → p-7ce874e1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d0b93e52.entry.js.map → p-8046d145.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a6ef7533.entry.js.map → p-8138edbe.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-71650d61.entry.js.map → p-83b49c74.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-8405a0b1.entry.js.map → p-85c5f7c3.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c7df02c6.entry.js.map → p-88449509.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-6485f918.entry.js.map → p-8d13cbe1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3e5e2103.entry.js.map → p-928d44b7.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-64613e9e.entry.js.map → p-97b0d77a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-7e87553d.entry.js.map → p-a40ec6a5.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c9ec6b88.entry.js.map → p-a8fea797.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a129069d.entry.js.map → p-ac68b58a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-43f078c4.entry.js.map → p-c6531f74.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-eaf60850.entry.js.map → p-c853adb0.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-8a423991.entry.js.map → p-c8fcf2d9.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5226baf8.entry.js.map → p-cf861309.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c31bb571.entry.js.map → p-d3ea6323.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-0494ffc4.entry.js.map → p-db2d2afe.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-6e74d9c0.entry.js.map → p-dcded88b.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-dbaf4c00.entry.js.map → p-dea3acae.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-478599d6.entry.js.map → p-dea50d71.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-04e7271d.entry.js.map → p-e17a96e5.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-dd797c90.entry.js.map → p-e28effc4.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-be2899fd.entry.js.map → p-e2e296c1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c377971f.entry.js.map → p-e4ef70ff.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-1a3512f3.entry.js.map → p-ee7363b2.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-dd205e63.entry.js.map → p-fac82959.entry.js.map} +0 -0
|
@@ -4,7 +4,7 @@ export class GbScrollbar {
|
|
|
4
4
|
this.length = '25%';
|
|
5
5
|
}
|
|
6
6
|
render() {
|
|
7
|
-
return (h("div", { key: '
|
|
7
|
+
return (h("div", { key: 'df5a9a9cb82066f764939a2f2de2f07873d1dc3c', class: "scrollbar-container" }, h("div", { key: '4747344087fbd18e7f175056b7d6a4e7641c313c', class: "scrollbar", style: { height: this.length } }, h("slot", { key: '845697b188662eb6b01f6592613c3aaf0cb90900' }))));
|
|
8
8
|
}
|
|
9
9
|
static get is() { return "gb-scrollbar"; }
|
|
10
10
|
static get encapsulation() { return "shadow"; }
|
|
@@ -99,7 +99,7 @@ export class GbSidebar {
|
|
|
99
99
|
const logoSrc = getAssetPath(`assets/globus_bank_logo.svg`);
|
|
100
100
|
const blueLogoSrc = getAssetPath(`assets/globus_bank_logo_blue.svg`);
|
|
101
101
|
const whiteLogoSrc = getAssetPath(`assets/globus_bank_logo_white.svg`);
|
|
102
|
-
return (h(Fragment, null, this.type === 'simple' && (h("div", { key: '
|
|
102
|
+
return (h(Fragment, null, this.type === 'simple' && (h("div", { key: '391e180f24203bcfa3be712f4164042fbcd28a42', class: `simple_sidebar_div ${this.state} ${this.category}` }, this.category === 'colored_background' && (h("div", { key: '82a1965e4de80f0dfbf06024b82546f1e9c6947e', class: "pattern" }, h("img", { key: '8bba4ae2f1b3ac6f3d603dfcf873862c87118053', src: patternSrc, alt: "" }))), h("div", { key: '20876135ff94f5084561fec6ad048ad745504e48', class: "nav" }, h("div", { key: '3e38e32f51690deeddd7db7fd4a4e520a850ac7b', class: `sidebar_header ${this.state}` }, h("div", { key: '4e7645a2c80e422dd4aa1a44422498720606b89c', class: `logo_and_name ${this.state}` }, this.state === 'expanded' && h(Fragment, null, this.category === 'plain_background' ? h("img", { src: blueLogoSrc }) : h("img", { src: whiteLogoSrc })), this.state === 'collapsed' && h("img", { key: '859bb6043c76887f02fb9682d13f25921c747b7a', src: logoSrc, alt: "" })), h("div", { key: '9adbfa9b8196f68be9075499bdd359a80297ba3f', class: `collapse_button ${this.state}` }, h("gb-collapse-button", { key: '3bd82035c4465ae41c227c57e1e24cb249f4cb49', color: this.category === 'plain_background' ? 'gray' : 'white', action: this.state === 'collapsed' ? 'expand' : 'collapse', onClick: () => (this.state === 'collapsed' ? this.expandSideBar() : this.collapseSideBar()) }))), h("div", { key: '76b546eddc3ddc7a4901fe28e9f34efd113a4f55', class: "navigation" }, h("div", { key: 'db7423c6adc1209c0a9befc071a2f3d27a91048b', class: "item" }, h("gb-simple-side-bar-item", { key: '0fcdfcd772806d1a33d997e95863cae4ef78da07', state: this.activeIndex === 0 ? 'active' : 'default', icon: this.firstItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(0), label: this.firstItemLabel }), h("gb-simple-side-bar-item", { key: '3f7b82dfeaec256e0778c6ed0d3d415355c341d8', state: this.activeIndex === 1 ? 'active' : 'default', icon: this.secondItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(1), label: this.secondItemLabel }), this.thirdItemLabel && (h("gb-simple-side-bar-item", { key: '04fb042c14a4206839521826ab0336e911390758', state: this.activeIndex === 2 ? 'active' : 'default', icon: this.thirdItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(2), label: this.thirdItemLabel })), this.fourthItemLabel && (h("gb-simple-side-bar-item", { key: '2aa5aaeb4b8c5a1890fb59bccb53e299109f3803', state: this.activeIndex === 3 ? 'active' : 'default', icon: this.fourthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(3), label: this.fourthItemLabel })), this.fifthItemLabel && (h("gb-simple-side-bar-item", { key: '1151ee0fe0a5e0b872e950a20ed784bd7431b597', state: this.activeIndex === 4 ? 'active' : 'default', icon: this.fifthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(4), label: this.fifthItemLabel })))), this.showSecondCategory && (h("div", { key: '43e33308bc4a3b664ba1860160169cecb6a0106e', class: "navigation" }, h("div", { key: 'b071d122fbcbbc6c88d5ba9af26e54c91f274759', class: "item" }, this.sixthItemLabel && (h("gb-simple-side-bar-item", { key: '00db086cfd7cd6d236fc895e8012e3ad781a810f', state: this.activeIndex === 5 ? 'active' : 'default', icon: this.sixthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(5), label: this.sixthItemLabel })), this.seventhItemLabel && (h("gb-simple-side-bar-item", { key: '917fe590c536c1c55343414438aa0d849789d46b', state: this.activeIndex === 6 ? 'active' : 'default', icon: this.seventhItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(6), label: this.seventhItemLabel })), this.eighthItemLabel && (h("gb-simple-side-bar-item", { key: 'c29a22f668f74b618f8733302b18e0118f54ccb5', state: this.activeIndex === 7 ? 'active' : 'default', icon: this.eighthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(7), label: this.eighthItemLabel })), this.ninthItemLabel && (h("gb-simple-side-bar-item", { key: 'a4d4d547968078e6cb5bbac1b31c4afda618cac2', state: this.activeIndex === 8 ? 'active' : 'default', icon: this.ninthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(8), label: this.ninthItemLabel })), this.tenthItemLabel && (h("gb-simple-side-bar-item", { key: 'dad17f9b302f64404a7cef1e3cd25aed2ee29a4d', state: this.activeIndex === 9 ? 'active' : 'default', icon: this.tenthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(9), label: this.tenthItemLabel })))))), this.state === 'expanded' && (h("div", { key: 'ce65d7bde98e427c93a03d675e77593a77301f18', class: "application_name" }, h("div", { key: '81369740eda657292fca4343205a25901086ca90', class: `wrapper ${this.category}` }, this.category === 'plain_background' && (h("div", { key: '8dfa2953b34d0900d8d06f0d7b20d9552516a0b2', class: "application_name_pattern" }, h("img", { key: '1eae11e37023a146058998ffc2ce8251660f0cee', src: patternSrc, alt: "" }))), h("div", { key: '92b5d8c24a2a55f40fd1f5b0b075aae37b6f295d', class: `application_icon ${this.category}`, innerHTML: this.leadingIconSvg }), h("span", { key: 'e72a303f1b81588e9db6782cbd9f700cb99e2634', class: textClass }, h("slot", { key: 'f679b00a227ef216c96a654bf1c95d220eccbc0b', name: "application_name" }))))))), this.type === 'complex' && (h("div", { key: 'efccdc2bf5915d2f191a9c645c46da1a2156f286', class: `sidebar_and_nav ${this.state}` }, h("div", { key: '071defd6b527ce29dfc3cda2fb12d6e9f3900a4f', class: "nav_div" }, h("div", { key: '45d47714af139dda02aa1ebbf4d4d4874425b512', class: "logo_and_button" }, this.state === 'expanded' && h("img", { key: '33d9af7141bc7b8aadbd0db51ddc44b8a478e1a1', src: blueLogoSrc }), this.state === 'collapsed' && h("img", { key: '79de93d28a27f55534f6180a8483bb190a58da41', src: logoSrc, alt: "" }), h("gb-collapse-button", { key: 'caaa694e99f64abce21cb22f70fdc20bdd563ae0', color: "gray", action: this.state === 'collapsed' ? 'expand' : 'collapse', onClick: () => (this.state === 'collapsed' ? this.expandSideBar() : this.collapseSideBar()) }))), h("div", { key: 'efa40a30c7aa193edb84cfd8e17a76b92667ac3c', class: "complex_sidebar_div" }, h("div", { key: 'a89ba06dff7d3b5160451bbc14cddbddfde49870', class: `primary_side_menu ${this.category} ${this.navItemStyle}` }, this.category === 'colored_background' && (h("div", { key: '68816d5a41286e90c13db90e8c3fe8dbc4511ea6', class: "pattern" }, h("img", { key: '87d823c680a21dfb28a9d2dbce6abb8d57b0593a', src: patternSrc, alt: "" }))), h("div", { key: '8ec13623e4533bcc52d59138a21b09eada1d1b24', class: "primary_side_menu_container" }, Object.keys(this.complexSidebarData).map((primaryItem, index) => (h("gb-complex-primary-side-bar-item", { key: `${index}`, label: primaryItem, category: this.category, "item-style": this.navItemStyle, icon: this.complexSidebarData[primaryItem].icon, state: this.activePrimaryItem === primaryItem ? 'active' : 'default', onClick: () => this.handlePrimaryClick(primaryItem, index) }))))), h("div", { key: 'b1ab89c1456a9dd903ccff11ef7ce5f6fab5327a', class: `secondary_side_menu ${this.category} ${this.state}` }, h("div", { key: 'f7b0264788925d0d8674c968601d97055c9017ca', class: "sside_menu" }, this.complexSidebarData[this.activePrimaryItem].items.map((secondaryItem, index) => (h("gb-complex-secondary-side-bar-item", { key: `${this.activePrimaryItem}-${index}`, type: this.state === 'expanded' ? 'full_with_label' : 'icon_only', label: secondaryItem.label, category: this.category, icon: secondaryItem.icon, state: this.activeSecondaryItem === secondaryItem.label ? 'active' : 'default', onClick: () => this.handleSecondaryClick(secondaryItem.label, index) }))))))))));
|
|
103
103
|
}
|
|
104
104
|
static get is() { return "gb-sidebar"; }
|
|
105
105
|
static get encapsulation() { return "shadow"; }
|
|
@@ -31,7 +31,7 @@ export class GbSimpleSideBarItem {
|
|
|
31
31
|
render() {
|
|
32
32
|
const redBarSrc = getAssetPath(`assets/bar.svg`);
|
|
33
33
|
const whiteBarSrc = getAssetPath(`assets/bar_white.svg`);
|
|
34
|
-
return (h("div", { key: '
|
|
34
|
+
return (h("div", { key: '9643ec12fff97fe4ed3d66e03d958d64dfa85eb7', class: `side_bar_item_container`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, h("div", { key: '9f4ce5d79264a911d2800e09a3d746f700901ba9', class: `nav_item_base ${this.state} ${this.type} ${this.category}` }, this.state === 'active' && this.category === 'plain_background' && h("img", { key: '76cf10ac4d21a9d6838eadec46a51b926b8bbb8e', src: redBarSrc, alt: "", class: "bar" }), this.state === 'active' && this.category === 'colored_background' && h("img", { key: 'd2e7d9a792cbf1a8403d82ea2fa8ec45ae2a3531', src: whiteBarSrc, alt: "", class: "bar" }), h("div", { key: 'eed9808768575d2169385a7fd8e1052489fa3e07', class: "content" }, h("div", { key: 'ce08e9bca12f34170b037d1bcacbe1d1f83d1d87', class: `icon ${this.state} ${this.category}`, innerHTML: this.leadingIconSvg }), this.type === 'full_with_label' && (h("p", { key: '46cd7f36b17126f742dd30cef76f9b40463eba6c', class: `label_text ${this.category} ${this.state} ${this.state === 'active' ? 'text-md-semi-bold' : 'text-md-medium'}` }, this.label))), this.type === 'full_with_label' && (h(Fragment, null, this.showBadge && (h("gb-badge", { key: 'f08570e0962227f248f9f35255107ab6a3a0b318', size: "sm", type: "pill_outline", color: this.state === 'active' ? 'information' : 'gray' }, h("p", { key: '6616b95f7e1e43564d2e99fae852428d9d1608cf' }, "10"))), this.showArrow && (h("svg", { key: '3760bff1c152f0cac01636e3650c95b374f96129', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", class: `arrow ${this.state} ${this.category}` }, h("path", { key: '109ecaaf70185f0da56fe85efdae933a3c9fe4d1', d: "M6.00003 4C6.00003 4 9.99999 6.94596 10 8.00003C10 9.05411 6 12 6 12", stroke: "#212C65", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), this.type === 'icon_only' && this.showTooltip && (h("gb-tooltip", { key: '65ef59a80df2eb0d8c89e4a86cd4987a0d695bf9', "show-arrow": true, arrow: "left", class: "tooltip" }, h("p", { key: '0d0d6897e3f1f2102689e51745b1671fb3909022', slot: "label" }, this.label)))));
|
|
35
35
|
}
|
|
36
36
|
static get is() { return "gb-simple-side-bar-item"; }
|
|
37
37
|
static get encapsulation() { return "shadow"; }
|
|
@@ -75,7 +75,7 @@ export class GbSlider {
|
|
|
75
75
|
return this.unitPosition === 'left' ? `${this.unit}${value}` : `${value}${this.unit}`;
|
|
76
76
|
}
|
|
77
77
|
render() {
|
|
78
|
-
return (h("div", { key: '
|
|
78
|
+
return (h("div", { key: 'ac2997d43f906a23f5c153a7f52ee43ac5b71b35', class: "slider-container", ref: el => (this.containerEl = el) }, h("div", { key: 'ead3a3d775c30e4641c92d6bb6f883f67451d435', class: "track", ref: el => (this.trackEl = el) }), h("gb-slider-control-handle", { key: 'ce21ef95713e7eb1cb5781ee2bceeef6cf23adf2', class: "left", value: this.formatValue(this.leftValue), type: this.label === 'false' ? '' : this.label === 'bottom' ? 'text' : this.label === 'top_floating' ? 'tooltip' : null, style: { left: `${((this.leftValue - this.min) / (this.max - this.min)) * 100}%` }, onMouseDown: e => this.handleMouseDown(e, 'left') }), h("gb-slider-control-handle", { key: '8109d02c11994dfee18c3999cc212651ab87fb88', class: "right", value: this.formatValue(this.rightValue), type: this.label === 'false' ? '' : this.label === 'bottom' ? 'text' : this.label === 'top_floating' ? 'tooltip' : null, style: { left: `${((this.rightValue - this.min) / (this.max - this.min)) * 100}%` }, onMouseDown: e => this.handleMouseDown(e, 'right') })));
|
|
79
79
|
}
|
|
80
80
|
static get is() { return "gb-slider"; }
|
|
81
81
|
static get encapsulation() { return "shadow"; }
|
|
@@ -19,7 +19,7 @@ export class GbSliderControlHandle {
|
|
|
19
19
|
this.isFocused = false;
|
|
20
20
|
}
|
|
21
21
|
render() {
|
|
22
|
-
return (h("div", { key: '
|
|
22
|
+
return (h("div", { key: '3dbb8609246bd1cdd563ec73588c8885f03f841e', class: `thumb-container ${this.type} ${this.isHovered ? 'hover' : ''} ${this.isFocused ? 'focused' : ''}`, onMouseEnter: () => this.handleMouseEnter(), onMouseLeave: () => this.handleMouseLeave(), onFocus: () => this.handleFocus(), onBlur: () => this.handleBlur(), tabindex: "0" }, this.type === 'tooltip' && (h("div", { key: '3cea31054eb76b1e8842a9fb20dca39500c1eee4', class: "tooltip-container" }, h("gb-tooltip", { key: '8ac188591bc41a9428af859c29af092392b2d48e', "show-arrow": false, arrow: "none", "show-supporting-text": false }, h("p", { key: '87c682a35020a8a8237b8098f3c5cbefa1dfbd7d', class: "text-xs-semi-bold", slot: "label" }, this.value)))), this.type === 'text' && (h("div", { key: '896b28eb9d3ad4672814d472d278edba876d9384', class: "thumb-label" }, h("p", { key: 'bef8c7255122b1c69c1e433d2695bc0076ae1340', class: "thumb_label text-md-medium" }, this.value)))));
|
|
23
23
|
}
|
|
24
24
|
static get is() { return "gb-slider-control-handle"; }
|
|
25
25
|
static get encapsulation() { return "shadow"; }
|
|
@@ -9,7 +9,7 @@ export class GbStatusIndicator {
|
|
|
9
9
|
}
|
|
10
10
|
render() {
|
|
11
11
|
return [
|
|
12
|
-
h("div", { key: '
|
|
12
|
+
h("div", { key: '2b381b85aefbbcbb1ecb14eca9e961cc1dca947a' }, this.statusIcon === 'online_indicator' && h("div", { key: '70531a3e82ce324a24cd56c963cefef880718f1f', class: `online_icon ${this.size} ${this.indicatorStateClass}` }), this.statusIcon === 'verified' && (h("svg", { key: 'b6c98e8f1f417ea140937fef96f6b28367d62736', xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", class: `verified ${this.size}` }, h("g", { key: 'be7d3845f160a955a8c745eb03319ea22b458d2a', "clip-path": "url(#clip0_0_21453)" }, h("path", { key: 'c76cc5f31c9fae26c004e5362d6596ce695afd02', d: "M24.7109 5.66715C25.0148 6.40217 25.5982 6.98642 26.3328 7.29145L28.9086 8.35837C29.6436 8.66285 30.2277 9.24688 30.5321 9.98196C30.8366 10.717 30.8366 11.543 30.5321 12.2781L29.466 14.852C29.1614 15.5874 29.1609 16.4142 29.467 17.1492L30.5313 19.7224C30.6822 20.0865 30.7599 20.4767 30.76 20.8708C30.7601 21.265 30.6825 21.6553 30.5316 22.0194C30.3808 22.3835 30.1597 22.7143 29.881 22.993C29.6022 23.2716 29.2713 23.4926 28.9072 23.6433L26.3332 24.7095C25.5982 25.0134 25.0139 25.5968 24.7089 26.3314L23.642 28.9071C23.3375 29.6422 22.7535 30.2262 22.0184 30.5307C21.2833 30.8352 20.4574 30.8352 19.7223 30.5307L17.1484 29.4646C16.4133 29.1608 15.5876 29.1614 14.853 29.4663L12.2772 30.5317C11.5425 30.8355 10.7173 30.8352 9.98284 30.531C9.24835 30.2267 8.66466 29.6434 8.35997 28.9091L7.29273 26.3326C6.98881 25.5975 6.40543 25.0133 5.67087 24.7083L3.09509 23.6413C2.36033 23.337 1.77648 22.7533 1.47188 22.0187C1.16729 21.284 1.16688 20.4585 1.47073 19.7235L2.53689 17.1496C2.84062 16.4145 2.84 15.5888 2.53517 14.8542L1.47054 12.2766C1.3196 11.9125 1.24188 11.5222 1.24181 11.1281C1.24175 10.734 1.31935 10.3437 1.47017 9.97956C1.621 9.61544 1.8421 9.2846 2.12083 9.00595C2.39957 8.72731 2.73047 8.50632 3.09465 8.35561L5.66858 7.28945C6.40297 6.98579 6.98687 6.40316 7.29212 5.66944L8.35904 3.09366C8.66352 2.35857 9.24754 1.77455 9.98263 1.47007C10.7177 1.16559 11.5436 1.16559 12.2787 1.47007L14.8527 2.53623C15.5878 2.83996 16.4134 2.83934 17.148 2.5345L19.7249 1.47172C20.4599 1.16741 21.2856 1.16748 22.0206 1.4719C22.7555 1.77632 23.3395 2.36017 23.644 3.09507L24.7112 5.67161L24.7109 5.66715Z", fill: "#0086C9" }), h("path", { key: '32bda7549352ed08de34885d97e710b679bd48bd', d: "M10 18.1818C10 18.1818 11.2857 18.1818 13 22C13 22 17.7647 12 22 10", stroke: "white", "stroke-width": "2.5", "stroke-linecap": "round", "stroke-linejoin": "round" })), h("defs", { key: '463df006aa7353fcc29761121509f279e3a24627' }, h("clipPath", { key: 'ee493ef08c95be2f295e4f45c460b84c1469e66c', id: "clip0_0_21453" }, h("rect", { key: '1a4337e78866f04e235ee84ded5b0187fbba6bac', width: "32", height: "32", fill: "white" }))))), this.statusIcon === 'company' && (h("svg", { key: '0b2959c03ad98689c94fd531b0cb4497a129e3df', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", class: `company ${this.size}` }, h("path", { key: 'e8afa09cbbf292686786601dd033aefc8927e8a7', d: "M18.8322 3.70039C16.9123 2.11995 14.5039 1.25399 12.0172 1.25001C10.6041 1.24776 9.20439 1.52413 7.89818 2.06333C6.59198 2.60252 5.4049 3.39397 4.40485 4.39237C2.64504 6.1493 1.54876 8.462 1.30275 10.9365C1.05674 13.411 1.67622 15.8943 3.05566 17.9633C4.43511 20.0323 6.48919 21.5591 8.86802 22.2836C11.2469 23.0081 13.8033 22.8855 16.1019 21.9367C18.4004 20.9878 20.299 19.2715 21.474 17.0799C22.6491 14.8884 23.0281 12.3572 22.5464 9.91759C22.0647 7.47798 20.7521 5.28082 18.8322 3.70039Z", fill: "#FF0033", stroke: "white", "stroke-width": "1.5" }), h("path", { key: '1abb1b32ec394c5d872438401c66f2d57e69cac2', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8942 13.7488V11.865L15.2835 11.8807C15.5231 11.8822 15.7598 11.9336 15.9785 12.0314C16.1973 12.1293 16.3933 12.2715 16.5541 12.449C16.715 12.6266 16.8373 12.8357 16.9131 13.063C16.989 13.2903 17.0168 13.5308 16.9948 13.7694C16.9948 16.4275 12.901 16.9969 12.8973 13.7488M12.8973 8.75316C17.3054 6.44066 17.6942 11.5213 15.0323 11.2788H12.886L12.8973 8.75316ZM16.7385 11.5113C19.8985 10.3013 17.2573 5.5894 12.0854 8.5044C11.5544 8.07132 10.9218 7.78073 10.2473 7.66004C8.96979 7.40066 7.25604 7.62628 6.29479 8.52378L6.75917 8.97941C7.2569 8.55053 7.86627 8.27194 8.51626 8.17611C9.16625 8.08028 9.83009 8.17117 10.4304 8.43816C10.6321 8.53335 10.8098 8.67262 10.9505 8.8457C11.0911 9.01879 11.191 9.22127 11.2429 9.43817L11.266 13.7669C11.0785 16.7738 7.20354 16.5413 7.20354 13.7669V11.8682H10.2492V11.295H5.59729V13.1644C5.60917 16.7175 9.93104 17.315 12.0717 15.5863C12.9471 16.2353 14.0184 16.5649 15.1073 16.52C18.9442 16.4938 19.7323 12.3563 16.7273 11.5144L16.7385 11.5113Z", fill: "white" })))),
|
|
13
13
|
];
|
|
14
14
|
}
|
|
15
15
|
static get is() { return "gb-status-indicator"; }
|
|
@@ -2659,6 +2659,10 @@
|
|
|
2659
2659
|
margin-top: -0.416em;
|
|
2660
2660
|
}
|
|
2661
2661
|
|
|
2662
|
+
/* :host{
|
|
2663
|
+
display: inline-block;
|
|
2664
|
+
} */
|
|
2665
|
+
|
|
2662
2666
|
/* Text Line Styles */
|
|
2663
2667
|
.text_line_div{
|
|
2664
2668
|
display: flex;
|
|
@@ -2859,23 +2863,85 @@
|
|
|
2859
2863
|
align-items: center;
|
|
2860
2864
|
}
|
|
2861
2865
|
|
|
2862
|
-
.
|
|
2866
|
+
.icon_left_connector{
|
|
2863
2867
|
width: var(--spacing-half); /* Adjust the width as needed */
|
|
2864
2868
|
height: 2.13rem; /* Adjust the height as needed */
|
|
2865
2869
|
border-radius: 5px; /* Half of the width to make it fully rounded */
|
|
2866
2870
|
}
|
|
2867
2871
|
|
|
2868
|
-
.
|
|
2869
|
-
.
|
|
2870
|
-
background-color: var(--color-
|
|
2872
|
+
.icon_left_connector.default.incomplete,
|
|
2873
|
+
.icon_left_connector.default.current{
|
|
2874
|
+
background-color: var(--color-border-subtler, #E3E8EF); /* Change the color as needed */
|
|
2871
2875
|
}
|
|
2872
2876
|
|
|
2873
|
-
.
|
|
2877
|
+
.icon_left_connector.default.complete{
|
|
2874
2878
|
background-color: var(--color-border-selected, #075DB2);
|
|
2875
2879
|
}
|
|
2876
2880
|
|
|
2877
|
-
.
|
|
2878
|
-
.
|
|
2879
|
-
.
|
|
2881
|
+
.icon_left_connector.incomplete.destructive,
|
|
2882
|
+
.icon_left_connector.current.destructive,
|
|
2883
|
+
.icon_left_connector.complete.destructive{
|
|
2884
|
+
background-color: var(--color-border-danger, #B51726);
|
|
2885
|
+
}
|
|
2886
|
+
|
|
2887
|
+
/* Icon Top Styles */
|
|
2888
|
+
.step_icon{
|
|
2889
|
+
display: flex;
|
|
2890
|
+
gap: 0;
|
|
2891
|
+
}
|
|
2892
|
+
|
|
2893
|
+
.icon_top_div,
|
|
2894
|
+
.icon_top_content{
|
|
2895
|
+
display: flex;
|
|
2896
|
+
flex-direction: column;
|
|
2897
|
+
align-items: center;
|
|
2898
|
+
}
|
|
2899
|
+
|
|
2900
|
+
.icon_top_div.sm,
|
|
2901
|
+
.icon_top_content{
|
|
2902
|
+
gap: var(--spacing-3);
|
|
2903
|
+
}
|
|
2904
|
+
|
|
2905
|
+
.icon_top_div.md,
|
|
2906
|
+
.icon_top_div.lg{
|
|
2907
|
+
gap: var(--spacing-4);
|
|
2908
|
+
}
|
|
2909
|
+
|
|
2910
|
+
.icon_top_connector{
|
|
2911
|
+
width: 21rem;
|
|
2912
|
+
height: 0.13rem;
|
|
2913
|
+
border-radius: 5px; /* Half of the width to make it fully rounded */
|
|
2914
|
+
}
|
|
2915
|
+
|
|
2916
|
+
.icon_top_connector.default.incomplete,
|
|
2917
|
+
.icon_top_connector.default.current{
|
|
2918
|
+
background-color: var(--color-border-subtler, #E3E8EF); /* Change the color as needed */
|
|
2919
|
+
}
|
|
2920
|
+
|
|
2921
|
+
.icon_top_connector.default.complete{
|
|
2922
|
+
background-color: var(--color-border-selected, #075DB2);
|
|
2923
|
+
}
|
|
2924
|
+
|
|
2925
|
+
.icon_top_connector.incomplete.destructive,
|
|
2926
|
+
.icon_top_connector.current.destructive,
|
|
2927
|
+
.icon_top_connector.complete.destructive{
|
|
2928
|
+
background-color: var(--color-border-danger, #B51726);
|
|
2929
|
+
}
|
|
2930
|
+
|
|
2931
|
+
/* Featured Icon Left Styles */
|
|
2932
|
+
.featured_icon_left_div{
|
|
2933
|
+
width: fit-content;
|
|
2934
|
+
}
|
|
2935
|
+
|
|
2936
|
+
.featured_icon_left_connector{
|
|
2937
|
+
width: 0.125rem; /* Adjust the width as needed */
|
|
2938
|
+
height: 0.44rem; /* Adjust the height as needed */
|
|
2939
|
+
border-radius: 5px; /* Half of the width to make it fully rounded */
|
|
2940
|
+
background-color: var(--color-border-subtler, #E3E8EF); /* Change the color as needed */
|
|
2941
|
+
}
|
|
2942
|
+
|
|
2943
|
+
.featured_icon_left_connector.incomplete.destructive,
|
|
2944
|
+
.featured_icon_left_connector.current.destructive,
|
|
2945
|
+
.featured_icon_left_connector.complete.destructive{
|
|
2880
2946
|
background-color: var(--color-border-danger, #B51726);
|
|
2881
2947
|
}
|
|
@@ -11,7 +11,7 @@ export class GbStepBase {
|
|
|
11
11
|
this.supportingText = '';
|
|
12
12
|
}
|
|
13
13
|
render() {
|
|
14
|
-
return (h(Fragment, null, this.type === 'text_line' && (h("div", { key: '
|
|
14
|
+
return (h(Fragment, null, this.type === 'text_line' && (h("div", { key: '79dce63482cc794d2628313d0bc31558aa316854', class: `text_line_div ${this.size} ${this.status} ${this.state}` }, h("div", { key: '8836baf98b8c32a55386a96c2c199f4aa01e2239', class: `text_line_div_content` }, h("p", { key: 'd78222c3254cc02e815cdd0ffd715dc53d1db9e7', class: `text_line_label text-sm-semi-bold ${this.status} ${this.state}` }, this.label), h("p", { key: '6851f738184f6abba6b32ab5e417dd1821b92701', class: `text_line_text text-xs-regular ${this.status} ${this.state}` }, this.supportingText)))), this.type === 'icon_only' && (h("div", { key: 'cc46ae0da63ea4d0846316be4ec7f4253df71ff5', class: `icon_only_div ${this.status} ${this.state} ${this.size}` }, this.status !== 'complete' && h("div", { key: '159dfaf0ed323a5dd058c07f18f3508aa3f46545', class: `dot ${this.status} ${this.state} ${this.size}` }), this.status === 'complete' && (h("svg", { key: '3d4d145d845d588fb3a137557ce1f87457ff23ae', xmlns: "http://www.w3.org/2000/svg", width: "12", height: "10", viewBox: "0 0 12 10", fill: "none", class: `tick ${this.status} ${this.state} ${this.size}` }, h("path", { key: '7a5ca00a36745f68f356751faddf38a98b82ce6d', d: "M1 6.45455C1 6.45455 2.07143 6.45455 3.5 9C3.5 9 7.47059 2.33333 11 1", stroke: "#075DB2", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.type === 'icon_left' && (h("div", { key: 'df46a38c624b942f98c4bad5f15b6df194babce5', class: `icon_left_div ${this.size}` }, h("div", { key: '5171fdda37ada52c151fdf01335033f9d24e931d', class: "connector_wrap" }, h("div", { key: '980404e57a1d44069ed8e16ecbc2eed4fd3fe583', class: `icon_only_div ${this.status} ${this.state} ${this.size}` }, this.status !== 'complete' && h("div", { key: '317f8f0d56eb4ce35808a2077356c7f41497c15e', class: `dot ${this.status} ${this.state} ${this.size}` }), this.status === 'complete' && (h("svg", { key: 'd659b18d2e106e632990a0a89b9ac1e53e76416d', xmlns: "http://www.w3.org/2000/svg", width: "12", height: "10", viewBox: "0 0 12 10", fill: "none", class: `tick ${this.status} ${this.state} ${this.size}` }, h("path", { key: '84a918c5e422ea558c1d3b1ff0d5ad6cee7bf8bb', d: "M1 6.45455C1 6.45455 2.07143 6.45455 3.5 9C3.5 9 7.47059 2.33333 11 1", stroke: "#075DB2", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" })))), this.connector && (h("div", { key: '5e0f4fb5c99c46fde741fa7c054ab9f5caf13b3a', class: "connector_div" }, h("div", { key: 'e22a00b99b23537686feed352511072a746aa324', class: `icon_left_connector ${this.state} ${this.status}` })))), h("div", { key: '3be0ce6f917e0766de5656da75e10764c2e79b48', class: "icon_left_text" }, h("p", { key: '1656ef34c3654100830d72039d4101694dd5a78c', class: `text_line_label text-sm-semi-bold ${this.status} ${this.state}` }, this.label), h("p", { key: 'fddb6235f2b57a92d5605e0d8ac96a41721702e7', class: `text_line_text text-xs-regular ${this.status} ${this.state}` }, this.supportingText)))), this.type === 'icon_top' && (h("div", { key: 'd6673b7a9a03c6a9f77153f86b7efb1ced276d72', class: `icon_top_div ${this.size}` }, h("div", { key: '30cbac666400326cd963cec07aaebfb8c1eeebf4', class: "step_icon" }, h("div", { key: 'dd0fb0303c9a4502232e691ed253ba3344d10c4e', class: `icon_only_div ${this.status} ${this.state} ${this.size}` }, this.status !== 'complete' && h("div", { key: '61df55172e6a5b8087a975692063085a2c48917b', class: `dot ${this.status} ${this.state} ${this.size}` }), this.status === 'complete' && (h("svg", { key: '2a21a317d628e57293b37bc3023441add0295a9b', xmlns: "http://www.w3.org/2000/svg", width: "12", height: "10", viewBox: "0 0 12 10", fill: "none", class: `tick ${this.status} ${this.state} ${this.size}` }, h("path", { key: 'd83d2ed8cc56f80b36239f8e06ae27899e1f2a96', d: "M1 6.45455C1 6.45455 2.07143 6.45455 3.5 9C3.5 9 7.47059 2.33333 11 1", stroke: "#075DB2", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" })))), this.connector && (h("div", { key: '2011757790f3882005d5944b706ff471ca914387', class: "connector_div" }, h("div", { key: '555a0be72e051e42c19a3c665139c36e28bab75b', class: `icon_top_connector ${this.state} ${this.status}` })))), h("div", { key: 'f18a9910de490188ed603fc70f540839beeca856', class: "icon_top_content" }, h("p", { key: 'd6af17a6938c985cf80fdb279217bfdd3c683686', class: `text_line_label text-sm-semi-bold ${this.status} ${this.state}` }, this.label), h("p", { key: '1adfa9ad27b83b3fc11e08b61b9fb351d8352aa3', class: `text_line_text text-xs-regular ${this.status} ${this.state}` }, this.supportingText)))), this.type === 'featured_icon_left' && (h("div", { key: '0ac05f0935555d9318ccdb31ce3c93ec61b5cdff', class: "featured_icon_left_div" }, h("div", { key: 'dab54f86561dd88c251989785e645e3314fdcfa5', class: "connector_wrap" }, h("gb-featured-icon", { key: '6b4c8e349c4f32aa622a5fb33f20fcb946232969', size: "lg" }), h("div", { key: '2977e381b48c4e81d1a198c7190dcb2b70a93ad1', class: "connector_div" }, h("div", { key: '7e3e8636b19adb96b62ce6a1f54c3f1dbc8946f5', class: `featured_icon_left_connector ${this.size} ${this.state} ${this.status}` })))))));
|
|
15
15
|
}
|
|
16
16
|
static get is() { return "gb-step-base"; }
|
|
17
17
|
static get encapsulation() { return "shadow"; }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gb-step-base.js","sourceRoot":"","sources":["../../../src/components/gb-step-base/gb-step-base.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAQ7D,MAAM,OAAO,UAAU;;;;;;yBAKQ,KAAK;kCACI,KAAK;qBACnB,EAAE;8BACO,EAAE;;IAEnC,MAAM;QACJ,OAAO,CACL;YACG,IAAI,CAAC,IAAI,KAAK,WAAW,IAAI,CAC5B,4DAAK,KAAK,EAAE,iBAAiB,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,EAAE;gBACnE,4DAAK,KAAK,EAAE,uBAAuB;oBACjC,0DAAG,KAAK,EAAE,qCAAqC,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,EAAE,IAAG,IAAI,CAAC,KAAK,CAAK;oBAC5F,0DAAG,KAAK,EAAE,kCAAkC,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,EAAE,IAAG,IAAI,CAAC,cAAc,CAAK,CAC9F,CACF,CACP;YACA,IAAI,CAAC,IAAI,KAAK,WAAW,IAAI,CAC5B,4DAAK,KAAK,EAAE,iBAAiB,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,EAAE;gBAClE,IAAI,CAAC,MAAM,KAAK,UAAU,IAAI,4DAAK,KAAK,EAAE,OAAO,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,EAAE,GAAQ;gBACjG,IAAI,CAAC,MAAM,KAAK,UAAU,IAAI,CAC7B,4DAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAE,QAAQ,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,EAAE;oBACpJ,6DAAM,CAAC,EAAC,uEAAuE,EAAC,MAAM,EAAC,SAAS,kBAAc,GAAG,oBAAgB,OAAO,qBAAiB,OAAO,GAAG,CAC/J,CACP,CACG,CACP;YACA,IAAI,CAAC,IAAI,KAAK,WAAW,IAAI,CAC5B,4DAAK,KAAK,EAAE,iBAAiB,IAAI,CAAC,IAAI,EAAE;gBACtC,4DAAK,KAAK,EAAC,gBAAgB;oBACzB,4DAAK,KAAK,EAAE,iBAAiB,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,EAAE;wBAClE,IAAI,CAAC,MAAM,KAAK,UAAU,IAAI,4DAAK,KAAK,EAAE,OAAO,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,EAAE,GAAQ;wBACjG,IAAI,CAAC,MAAM,KAAK,UAAU,IAAI,CAC7B,4DAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAE,QAAQ,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,EAAE;4BACpJ,6DACE,CAAC,EAAC,uEAAuE,EACzE,MAAM,EAAC,SAAS,kBACH,GAAG,oBACD,OAAO,qBACN,OAAO,GACvB,CACE,CACP,CACG;oBACL,IAAI,CAAC,SAAS,IAAI,CACjB,4DAAK,KAAK,EAAC,eAAe;wBACxB,4DAAK,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"gb-step-base.js","sourceRoot":"","sources":["../../../src/components/gb-step-base/gb-step-base.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Component, Prop, h, Fragment } from \"@stencil/core\";\r\nimport { GeneralSizes, ProgressStepStates, ProgressStepStatus, ProgressStepTypes } from \"../../models/reusableModels\";\r\n\r\n@Component({\r\n tag: 'gb-step-base',\r\n styleUrl: 'gb-step-base.css',\r\n shadow: true,\r\n})\r\nexport class GbStepBase {\r\n @Prop() status: ProgressStepStatus;\r\n @Prop() size: GeneralSizes;\r\n @Prop() type: ProgressStepTypes;\r\n @Prop() state: ProgressStepStates;\r\n @Prop() connector: boolean = false;\r\n @Prop() showSupportingText: boolean = false;\r\n @Prop() label: string = '';\r\n @Prop() supportingText: string = '';\r\n\r\n render() {\r\n return (\r\n <>\r\n {this.type === 'text_line' && (\r\n <div class={`text_line_div ${this.size} ${this.status} ${this.state}`}>\r\n <div class={`text_line_div_content`}>\r\n <p class={`text_line_label text-sm-semi-bold ${this.status} ${this.state}`}>{this.label}</p>\r\n <p class={`text_line_text text-xs-regular ${this.status} ${this.state}`}>{this.supportingText}</p>\r\n </div>\r\n </div>\r\n )}\r\n {this.type === 'icon_only' && (\r\n <div class={`icon_only_div ${this.status} ${this.state} ${this.size}`}>\r\n {this.status !== 'complete' && <div class={`dot ${this.status} ${this.state} ${this.size}`}></div>}\r\n {this.status === 'complete' && (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\" class={`tick ${this.status} ${this.state} ${this.size}`}>\r\n <path d=\"M1 6.45455C1 6.45455 2.07143 6.45455 3.5 9C3.5 9 7.47059 2.33333 11 1\" stroke=\"#075DB2\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" />\r\n </svg>\r\n )}\r\n </div>\r\n )}\r\n {this.type === 'icon_left' && (\r\n <div class={`icon_left_div ${this.size}`}>\r\n <div class=\"connector_wrap\">\r\n <div class={`icon_only_div ${this.status} ${this.state} ${this.size}`}>\r\n {this.status !== 'complete' && <div class={`dot ${this.status} ${this.state} ${this.size}`}></div>}\r\n {this.status === 'complete' && (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\" class={`tick ${this.status} ${this.state} ${this.size}`}>\r\n <path\r\n d=\"M1 6.45455C1 6.45455 2.07143 6.45455 3.5 9C3.5 9 7.47059 2.33333 11 1\"\r\n stroke=\"#075DB2\"\r\n stroke-width=\"2\"\r\n stroke-linecap=\"round\"\r\n stroke-linejoin=\"round\"\r\n />\r\n </svg>\r\n )}\r\n </div>\r\n {this.connector && (\r\n <div class=\"connector_div\">\r\n <div class={`icon_left_connector ${this.state} ${this.status}`}></div>\r\n </div>\r\n )}\r\n </div>\r\n <div class=\"icon_left_text\">\r\n <p class={`text_line_label text-sm-semi-bold ${this.status} ${this.state}`}>{this.label}</p>\r\n <p class={`text_line_text text-xs-regular ${this.status} ${this.state}`}>{this.supportingText}</p>\r\n </div>\r\n </div>\r\n )}\r\n {this.type === 'icon_top' && (\r\n <div class={`icon_top_div ${this.size}`}>\r\n <div class=\"step_icon\">\r\n <div class={`icon_only_div ${this.status} ${this.state} ${this.size}`}>\r\n {this.status !== 'complete' && <div class={`dot ${this.status} ${this.state} ${this.size}`}></div>}\r\n {this.status === 'complete' && (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\" class={`tick ${this.status} ${this.state} ${this.size}`}>\r\n <path\r\n d=\"M1 6.45455C1 6.45455 2.07143 6.45455 3.5 9C3.5 9 7.47059 2.33333 11 1\"\r\n stroke=\"#075DB2\"\r\n stroke-width=\"2\"\r\n stroke-linecap=\"round\"\r\n stroke-linejoin=\"round\"\r\n />\r\n </svg>\r\n )}\r\n </div>\r\n {this.connector && (\r\n <div class=\"connector_div\">\r\n <div class={`icon_top_connector ${this.state} ${this.status}`}></div>\r\n </div>\r\n )}\r\n </div>\r\n <div class=\"icon_top_content\">\r\n <p class={`text_line_label text-sm-semi-bold ${this.status} ${this.state}`}>{this.label}</p>\r\n <p class={`text_line_text text-xs-regular ${this.status} ${this.state}`}>{this.supportingText}</p>\r\n </div>\r\n </div>\r\n )}\r\n {this.type === 'featured_icon_left' && (\r\n <div class=\"featured_icon_left_div\">\r\n <div class=\"connector_wrap\">\r\n <gb-featured-icon size=\"lg\"></gb-featured-icon>\r\n <div class=\"connector_div\">\r\n <div class={`featured_icon_left_connector ${this.size} ${this.state} ${this.status}`}></div>\r\n </div>\r\n </div>\r\n </div>\r\n )}\r\n </>\r\n );\r\n }\r\n}"]}
|