globuswebcomponents 1.5.5 → 1.5.6
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-avatar_17.cjs.entry.js +23 -23
- package/dist/cjs/gb-collapse-button_4.cjs.entry.js +3 -3
- package/dist/cjs/gb-comment.cjs.entry.js +61 -0
- package/dist/cjs/gb-comment.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-comment.entry.cjs.js.map +1 -0
- package/dist/cjs/gb-detail-cell.cjs.entry.js +1 -1
- 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-featured-icon_2.cjs.entry.js +2 -2
- package/dist/cjs/gb-file-type-icon_2.cjs.entry.js +2 -2
- 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-horizontal-tabs.cjs.entry.js +1 -1
- 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 +1 -1
- package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js +1 -1
- package/dist/cjs/gb-stepper-vertical-icons-with-text.cjs.entry.js +1 -1
- 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-top-bar-item.cjs.entry.js +1 -1
- package/dist/cjs/gb-top-bar-sidemenu.cjs.entry.js +1 -1
- package/dist/cjs/gb-top-bar.cjs.entry.js +1 -1
- 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/test-input-tag.cjs.entry.js +2 -2
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/gb-comment/gb-comment.css +2791 -0
- package/dist/collection/components/gb-comment/gb-comment.js +163 -0
- package/dist/collection/components/gb-comment/gb-comment.js.map +1 -0
- package/dist/collection/components/gb-comment-item/gb-comment-item.js +1 -1
- package/dist/collection/components/gb-complex-primary-side-bar-item/gb-complex-primary-side-bar-item.js +1 -1
- package/dist/collection/components/gb-complex-secondary-side-bar-item/gb-complex-secondary-side-bar-item.js +1 -1
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.js +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.js +1 -1
- 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.js +1 -1
- package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +1 -1
- package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -1
- package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js +1 -1
- 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-top-bar/gb-top-bar.js +1 -1
- package/dist/collection/components/gb-top-bar-item/gb-top-bar-item.js +1 -1
- package/dist/collection/components/gb-top-bar-sidemenu/gb-top-bar-sidemenu.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/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-comment-item.js +1 -44
- package/dist/components/gb-comment-item.js.map +1 -1
- package/dist/components/gb-comment.d.ts +11 -0
- package/dist/components/gb-comment.js +96 -0
- package/dist/components/gb-comment.js.map +1 -0
- 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 +6 -6
- 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-featured-icon.js +1 -1
- 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 +3 -3
- package/dist/components/gb-stepper-horizontal-line-with-text.js +3 -3
- package/dist/components/gb-stepper-vertical-icons-with-text.js +3 -3
- 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-top-bar-item.js +1 -1
- package/dist/components/gb-top-bar-sidemenu.js +6 -6
- package/dist/components/gb-top-bar.js +3 -3
- package/dist/components/gb-vertical-tabs.js +1 -1
- package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
- package/dist/components/gb-wysiwyg-tooltip.js +2 -2
- package/dist/components/{p-DjyfEQ8h.js → p-4m9kulAw.js} +3 -3
- package/dist/components/{p-DjyfEQ8h.js.map → p-4m9kulAw.js.map} +1 -1
- package/dist/components/{p-BmOdwT7H.js → p-8DetEV8L.js} +4 -4
- package/dist/components/{p-BmOdwT7H.js.map → p-8DetEV8L.js.map} +1 -1
- package/dist/components/{p-Dug-5Bu_.js → p-B-_k1Ys1.js} +6 -6
- package/dist/components/{p-Dug-5Bu_.js.map → p-B-_k1Ys1.js.map} +1 -1
- package/dist/components/{p-Bdi5mqWE.js → p-B0akRBlq.js} +3 -3
- package/dist/components/{p-Bdi5mqWE.js.map → p-B0akRBlq.js.map} +1 -1
- package/dist/components/{p-DquRNhOc.js → p-B4aGACMj.js} +4 -4
- package/dist/components/{p-DquRNhOc.js.map → p-B4aGACMj.js.map} +1 -1
- package/dist/components/{p-D-kXVwWj.js → p-B66ifTtB.js} +3 -3
- package/dist/components/{p-D-kXVwWj.js.map → p-B66ifTtB.js.map} +1 -1
- package/dist/components/{p-tB733yCc.js → p-BJfk9Veq.js} +3 -3
- package/dist/components/{p-tB733yCc.js.map → p-BJfk9Veq.js.map} +1 -1
- package/dist/components/{p-BiE5mhvJ.js → p-BKmr8eC_.js} +4 -4
- package/dist/components/{p-BiE5mhvJ.js.map → p-BKmr8eC_.js.map} +1 -1
- package/dist/components/{p-Cmi77ejw.js → p-BLJq_DQl.js} +7 -7
- package/dist/components/{p-Cmi77ejw.js.map → p-BLJq_DQl.js.map} +1 -1
- package/dist/components/{p-CgRX8g0a.js → p-BVZRRUCK.js} +3 -3
- package/dist/components/{p-CgRX8g0a.js.map → p-BVZRRUCK.js.map} +1 -1
- package/dist/components/{p-DuK0JDSn.js → p-BWQ6kH08.js} +4 -4
- package/dist/components/{p-DuK0JDSn.js.map → p-BWQ6kH08.js.map} +1 -1
- package/dist/components/{p-l-5sIAPh.js → p-BWgCDn5z.js} +3 -3
- package/dist/components/{p-l-5sIAPh.js.map → p-BWgCDn5z.js.map} +1 -1
- package/dist/components/{p-vz4k4WlX.js → p-BgQof4Oi.js} +3 -3
- package/dist/components/{p-vz4k4WlX.js.map → p-BgQof4Oi.js.map} +1 -1
- package/dist/components/{p-D6u6KfmI.js → p-BjhHVj4Y.js} +3 -3
- package/dist/components/{p-D6u6KfmI.js.map → p-BjhHVj4Y.js.map} +1 -1
- package/dist/components/{p-C_8uZ7im.js → p-BmRaGj4b.js} +3 -3
- package/dist/components/{p-C_8uZ7im.js.map → p-BmRaGj4b.js.map} +1 -1
- package/dist/components/{p-B7N0UrTP.js → p-BoyDDG_c.js} +4 -4
- package/dist/components/{p-B7N0UrTP.js.map → p-BoyDDG_c.js.map} +1 -1
- package/dist/components/{p-DobRGq8D.js → p-CF4K32K7.js} +4 -4
- package/dist/components/{p-DobRGq8D.js.map → p-CF4K32K7.js.map} +1 -1
- package/dist/components/{p-Zor2GPzM.js → p-CLu6xZLO.js} +6 -6
- package/dist/components/{p-Zor2GPzM.js.map → p-CLu6xZLO.js.map} +1 -1
- package/dist/components/{p-FnSE80Bx.js → p-CajXEcv9.js} +4 -4
- package/dist/components/{p-FnSE80Bx.js.map → p-CajXEcv9.js.map} +1 -1
- package/dist/components/p-CkDJs2Uf.js +49 -0
- package/dist/components/p-CkDJs2Uf.js.map +1 -0
- package/dist/components/{p-7JjHdEx2.js → p-CqOPhsCr.js} +24 -24
- package/dist/components/{p-7JjHdEx2.js.map → p-CqOPhsCr.js.map} +1 -1
- package/dist/components/{p-6xdCwifN.js → p-CuMj4EK6.js} +4 -4
- package/dist/components/{p-6xdCwifN.js.map → p-CuMj4EK6.js.map} +1 -1
- package/dist/components/{p-Dgm7J5lN.js → p-CyfgImLa.js} +3 -3
- package/dist/components/{p-Dgm7J5lN.js.map → p-CyfgImLa.js.map} +1 -1
- package/dist/components/{p-C4ijC74J.js → p-CzRh4Rpn.js} +3 -3
- package/dist/components/{p-C4ijC74J.js.map → p-CzRh4Rpn.js.map} +1 -1
- package/dist/components/{p-CVIcXkfn.js → p-DEpOx0yv.js} +4 -4
- package/dist/components/{p-CVIcXkfn.js.map → p-DEpOx0yv.js.map} +1 -1
- package/dist/components/{p-D-wTzvHc.js → p-DHlQkhPX.js} +8 -8
- package/dist/components/{p-D-wTzvHc.js.map → p-DHlQkhPX.js.map} +1 -1
- package/dist/components/{p-Ctnk5nUo.js → p-DNEd2mcN.js} +16 -16
- package/dist/components/{p-Ctnk5nUo.js.map → p-DNEd2mcN.js.map} +1 -1
- package/dist/components/{p-D6vtEbU2.js → p-DSrfWHWB.js} +3 -3
- package/dist/components/{p-D6vtEbU2.js.map → p-DSrfWHWB.js.map} +1 -1
- package/dist/components/{p-DS3HwXsB.js → p-DVFgHOwS.js} +3 -3
- package/dist/components/{p-DS3HwXsB.js.map → p-DVFgHOwS.js.map} +1 -1
- package/dist/components/{p-CcH-hBlj.js → p-DWBH-nuu.js} +6 -6
- package/dist/components/{p-CcH-hBlj.js.map → p-DWBH-nuu.js.map} +1 -1
- package/dist/components/{p-fNqAJoX5.js → p-DdpzTbXl.js} +3 -3
- package/dist/components/{p-fNqAJoX5.js.map → p-DdpzTbXl.js.map} +1 -1
- package/dist/components/{p-BKAWxGzL.js → p-DkrZtvJa.js} +4 -4
- package/dist/components/{p-BKAWxGzL.js.map → p-DkrZtvJa.js.map} +1 -1
- package/dist/components/{p-BghKYGRp.js → p-DlcOZaBm.js} +4 -4
- package/dist/components/{p-BghKYGRp.js.map → p-DlcOZaBm.js.map} +1 -1
- package/dist/components/{p-C7Ud-Wtd.js → p-DsYzWheE.js} +3 -3
- package/dist/components/{p-C7Ud-Wtd.js.map → p-DsYzWheE.js.map} +1 -1
- package/dist/components/{p-uHfofnIh.js → p-Du043LkL.js} +3 -3
- package/dist/components/{p-uHfofnIh.js.map → p-Du043LkL.js.map} +1 -1
- package/dist/components/{p-Dyt29DJq.js → p-JEPRzVy0.js} +3 -3
- package/dist/components/{p-Dyt29DJq.js.map → p-JEPRzVy0.js.map} +1 -1
- package/dist/components/{p-CjZK7dWN.js → p-JQgib47h.js} +7 -7
- package/dist/components/{p-CjZK7dWN.js.map → p-JQgib47h.js.map} +1 -1
- package/dist/components/{p-CpLnupTc.js → p-LJ1yJMrR.js} +3 -3
- package/dist/components/{p-CpLnupTc.js.map → p-LJ1yJMrR.js.map} +1 -1
- package/dist/components/{p-D0n-C2y3.js → p-NV4SnU76.js} +3 -3
- package/dist/components/{p-D0n-C2y3.js.map → p-NV4SnU76.js.map} +1 -1
- package/dist/components/{p-DGwDwbkw.js → p-YORWSgxI.js} +8 -8
- package/dist/components/{p-DGwDwbkw.js.map → p-YORWSgxI.js.map} +1 -1
- package/dist/components/{p-CZ-MD2If.js → p-bG9oQD27.js} +4 -4
- package/dist/components/{p-CZ-MD2If.js.map → p-bG9oQD27.js.map} +1 -1
- package/dist/components/{p-BBiKHy9B.js → p-zhUd9IQb.js} +4 -4
- package/dist/components/{p-BBiKHy9B.js.map → p-zhUd9IQb.js.map} +1 -1
- package/dist/components/test-input-tag.js +9 -9
- package/dist/docs.json +163 -3
- package/dist/esm/gb-avatar_17.entry.js +23 -23
- package/dist/esm/gb-collapse-button_4.entry.js +3 -3
- package/dist/esm/gb-comment.entry.js +59 -0
- package/dist/esm/gb-comment.entry.js.map +1 -0
- package/dist/esm/gb-detail-cell.entry.js +1 -1
- 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-featured-icon_2.entry.js +2 -2
- package/dist/esm/gb-file-type-icon_2.entry.js +2 -2
- 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-horizontal-tabs.entry.js +1 -1
- 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 +1 -1
- package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js +1 -1
- package/dist/esm/gb-stepper-vertical-icons-with-text.entry.js +1 -1
- 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-top-bar-item.entry.js +1 -1
- package/dist/esm/gb-top-bar-sidemenu.entry.js +1 -1
- package/dist/esm/gb-top-bar.entry.js +1 -1
- 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/test-input-tag.entry.js +2 -2
- package/dist/globuscomponents/gb-comment.entry.esm.js.map +1 -0
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/{p-2c3f2c9e.entry.js → p-03e39fd2.entry.js} +2 -2
- package/dist/globuscomponents/{p-108d0fb9.entry.js → p-0b97a33a.entry.js} +2 -2
- package/dist/globuscomponents/{p-c9b904b4.entry.js → p-1ab6594e.entry.js} +2 -2
- package/dist/globuscomponents/{p-164308fe.entry.js → p-1b0d8d74.entry.js} +2 -2
- package/dist/globuscomponents/{p-0a9c0ec2.entry.js → p-1d5cac5f.entry.js} +2 -2
- package/dist/globuscomponents/{p-c03a44e1.entry.js → p-1f043bec.entry.js} +2 -2
- package/dist/globuscomponents/{p-ea9a1d96.entry.js → p-285c80ad.entry.js} +2 -2
- package/dist/globuscomponents/{p-4a20732a.entry.js → p-3020f88f.entry.js} +2 -2
- package/dist/globuscomponents/{p-1682e287.entry.js → p-38442f6f.entry.js} +2 -2
- package/dist/globuscomponents/{p-2fe3d241.entry.js → p-4c2eb484.entry.js} +2 -2
- package/dist/globuscomponents/{p-dd2f7463.entry.js → p-4c542ee2.entry.js} +2 -2
- package/dist/globuscomponents/{p-83dd52b5.entry.js → p-5117f683.entry.js} +2 -2
- package/dist/globuscomponents/{p-44fc8292.entry.js → p-523e4e83.entry.js} +2 -2
- package/dist/globuscomponents/{p-23b1b36a.entry.js → p-551e5e91.entry.js} +2 -2
- package/dist/globuscomponents/{p-8c83c764.entry.js → p-5a8a4775.entry.js} +2 -2
- package/dist/globuscomponents/{p-bf439911.entry.js → p-5ffdfc74.entry.js} +2 -2
- package/dist/globuscomponents/p-60998303.entry.js +2 -0
- package/dist/globuscomponents/p-63111b22.entry.js +2 -0
- package/dist/globuscomponents/{p-3ccb5705.entry.js → p-632e1a3c.entry.js} +2 -2
- package/dist/globuscomponents/{p-065a4893.entry.js → p-78c2dac0.entry.js} +2 -2
- package/dist/globuscomponents/{p-e94dc71f.entry.js → p-79dacb0d.entry.js} +2 -2
- package/dist/globuscomponents/{p-3d54a251.entry.js → p-8367491a.entry.js} +2 -2
- package/dist/globuscomponents/{p-03feefb2.entry.js → p-941b9304.entry.js} +2 -2
- package/dist/globuscomponents/{p-4563a1a7.entry.js → p-9e8bdaf6.entry.js} +2 -2
- package/dist/globuscomponents/{p-c7d73c73.entry.js → p-a175adfd.entry.js} +2 -2
- package/dist/globuscomponents/{p-45a7e9cc.entry.js → p-a1828582.entry.js} +2 -2
- package/dist/globuscomponents/{p-7f86edac.entry.js → p-a384736e.entry.js} +2 -2
- package/dist/globuscomponents/{p-3ce6a178.entry.js → p-a88a194d.entry.js} +2 -2
- package/dist/globuscomponents/{p-70c7b666.entry.js → p-a896942b.entry.js} +2 -2
- package/dist/globuscomponents/{p-660a688d.entry.js → p-ac756482.entry.js} +2 -2
- package/dist/globuscomponents/p-b4535e05.entry.js +2 -0
- package/dist/globuscomponents/{p-c89fece8.entry.js → p-b79a2f8f.entry.js} +2 -2
- package/dist/globuscomponents/{p-601a6185.entry.js → p-cbfb5a59.entry.js} +2 -2
- package/dist/globuscomponents/{p-70f43227.entry.js → p-ce041db7.entry.js} +2 -2
- package/dist/globuscomponents/p-ce524a73.entry.js +2 -0
- package/dist/globuscomponents/{p-92500dbf.entry.js.map → p-ce524a73.entry.js.map} +1 -1
- package/dist/globuscomponents/{p-3ba69cae.entry.js → p-d203ca94.entry.js} +2 -2
- package/dist/globuscomponents/{p-70c257c4.entry.js → p-d75507e9.entry.js} +2 -2
- package/dist/globuscomponents/{p-de4539ca.entry.js → p-dd77dce2.entry.js} +2 -2
- package/dist/globuscomponents/{p-e3b3d8bc.entry.js → p-de19b245.entry.js} +2 -2
- package/dist/globuscomponents/p-de2ec0ab.entry.js +2 -0
- package/dist/globuscomponents/{p-2c5f6e19.entry.js → p-e0220aab.entry.js} +2 -2
- package/dist/globuscomponents/{p-7d605355.entry.js → p-e0c2e32a.entry.js} +2 -2
- package/dist/globuscomponents/{p-ec074efc.entry.js → p-e2fbbf87.entry.js} +2 -2
- package/dist/globuscomponents/{p-b0a09881.entry.js → p-ebba8f9e.entry.js} +2 -2
- package/dist/globuscomponents/{p-9f854200.entry.js → p-ed9ca6ea.entry.js} +2 -2
- package/dist/globuscomponents/p-f1ed5737.entry.js +2 -0
- package/dist/globuscomponents/p-f1ed5737.entry.js.map +1 -0
- package/dist/globuscomponents/{p-a737f806.entry.js → p-f5f08906.entry.js} +2 -2
- package/dist/types/components/gb-comment/gb-comment.d.ts +9 -0
- package/dist/types/components.d.ts +23 -0
- package/package.json +1 -1
- package/dist/globuscomponents/p-1b301ae8.entry.js +0 -2
- package/dist/globuscomponents/p-5521bcd3.entry.js +0 -2
- package/dist/globuscomponents/p-91fdc60a.entry.js +0 -2
- package/dist/globuscomponents/p-92500dbf.entry.js +0 -2
- package/dist/globuscomponents/p-a65189cf.entry.js +0 -2
- /package/dist/globuscomponents/{p-2c3f2c9e.entry.js.map → p-03e39fd2.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-108d0fb9.entry.js.map → p-0b97a33a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c9b904b4.entry.js.map → p-1ab6594e.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-164308fe.entry.js.map → p-1b0d8d74.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-0a9c0ec2.entry.js.map → p-1d5cac5f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c03a44e1.entry.js.map → p-1f043bec.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-ea9a1d96.entry.js.map → p-285c80ad.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-4a20732a.entry.js.map → p-3020f88f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-1682e287.entry.js.map → p-38442f6f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-2fe3d241.entry.js.map → p-4c2eb484.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-dd2f7463.entry.js.map → p-4c542ee2.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-83dd52b5.entry.js.map → p-5117f683.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-44fc8292.entry.js.map → p-523e4e83.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-23b1b36a.entry.js.map → p-551e5e91.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-8c83c764.entry.js.map → p-5a8a4775.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-bf439911.entry.js.map → p-5ffdfc74.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-91fdc60a.entry.js.map → p-60998303.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5521bcd3.entry.js.map → p-63111b22.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3ccb5705.entry.js.map → p-632e1a3c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-065a4893.entry.js.map → p-78c2dac0.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-e94dc71f.entry.js.map → p-79dacb0d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3d54a251.entry.js.map → p-8367491a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-03feefb2.entry.js.map → p-941b9304.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-4563a1a7.entry.js.map → p-9e8bdaf6.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c7d73c73.entry.js.map → p-a175adfd.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-45a7e9cc.entry.js.map → p-a1828582.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-7f86edac.entry.js.map → p-a384736e.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3ce6a178.entry.js.map → p-a88a194d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-70c7b666.entry.js.map → p-a896942b.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-660a688d.entry.js.map → p-ac756482.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-1b301ae8.entry.js.map → p-b4535e05.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c89fece8.entry.js.map → p-b79a2f8f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-601a6185.entry.js.map → p-cbfb5a59.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-70f43227.entry.js.map → p-ce041db7.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3ba69cae.entry.js.map → p-d203ca94.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-70c257c4.entry.js.map → p-d75507e9.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-de4539ca.entry.js.map → p-dd77dce2.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-e3b3d8bc.entry.js.map → p-de19b245.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a65189cf.entry.js.map → p-de2ec0ab.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-2c5f6e19.entry.js.map → p-e0220aab.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-7d605355.entry.js.map → p-e0c2e32a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-ec074efc.entry.js.map → p-e2fbbf87.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b0a09881.entry.js.map → p-ebba8f9e.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9f854200.entry.js.map → p-ed9ca6ea.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a737f806.entry.js.map → p-f5f08906.entry.js.map} +0 -0
|
@@ -20,7 +20,7 @@ export class GbPaginationButtonGroupBase {
|
|
|
20
20
|
this.leadingIconSvg = svg;
|
|
21
21
|
}
|
|
22
22
|
render() {
|
|
23
|
-
return (h("div", { key: '
|
|
23
|
+
return (h("div", { key: '9f078001fabcce027e898487b98cbf46f42ec969', class: `button_base_div ${this.icon} ${this.state}` }, this.icon === 'false' && h("slot", { key: 'a289613106dfcd6ed2f9c822e351e9138867fd99' }), this.icon === 'leading' && (h(Fragment, null, h("svg", { key: 'beee8a77f01f55c1827362fcf434acdd77ae5524', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: 'ccbeff565f7b7c0ed36055268270c2a8f3e964f2', d: "M3.33325 9.99981H16.6666M3.33325 9.99981C3.33326 11.0978 7.49975 14.1667 7.49975 14.1667M3.33325 9.99981C3.33324 8.90182 7.49978 5.83334 7.49978 5.83334", stroke: "#4B5565", "stroke-width": "1.67", "stroke-linecap": "round", "stroke-linejoin": "round" })), h("slot", { key: 'fb03616c55be0d7fa2ec90a581764e391000c65b' }))), this.icon === 'trailing' && (h(Fragment, null, h("slot", { key: '487c4e6064e2671341d18095bc5ba99bc8fdc83c' }), h("svg", { key: '3ebe8574707f009e07cd8826852f765db13b66f0', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '85f855662f4c77aa024b4b0b5b89d456c5c756e7', d: "M16.6668 9.99984H3.3335M16.6668 9.99984C16.6668 11.0978 12.5003 14.1667 12.5003 14.1667M16.6668 9.99984C16.6669 8.90185 12.5002 5.83337 12.5002 5.83337", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))), this.icon === 'only' && (h(Fragment, null))));
|
|
24
24
|
}
|
|
25
25
|
static get is() { return "gb-pagination-button-group-base"; }
|
|
26
26
|
static get encapsulation() { return "shadow"; }
|
|
@@ -5,7 +5,7 @@ export class GbPaginationDotGroup {
|
|
|
5
5
|
this.framed = false;
|
|
6
6
|
}
|
|
7
7
|
render() {
|
|
8
|
-
return (h("div", { key: '
|
|
8
|
+
return (h("div", { key: '0dbca103d2f05d5af152071ddd3d900575bbcdfa', class: "dot_group_div" }, h("div", { key: '2eb82995a66bac11f86fa96b72cfc5ed13ee2282' })));
|
|
9
9
|
}
|
|
10
10
|
static get is() { return "gb-pagination-dot-group"; }
|
|
11
11
|
static get encapsulation() { return "shadow"; }
|
package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js
CHANGED
|
@@ -4,7 +4,7 @@ export class GbPaginationDotIndicator {
|
|
|
4
4
|
this.current = false;
|
|
5
5
|
}
|
|
6
6
|
render() {
|
|
7
|
-
return (h("div", { key: '
|
|
7
|
+
return (h("div", { key: '9d3af42bdfec6e4b1f324f1ca829b5d8abf8abf3', class: `dot_indicator_div
|
|
8
8
|
${this.type} ${this.current ? 'current' : ''}
|
|
9
9
|
${this.size}` }));
|
|
10
10
|
}
|
|
@@ -13,7 +13,7 @@ export class GbPaginationNumberBase {
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
render() {
|
|
16
|
-
return (h("div", { key: '
|
|
16
|
+
return (h("div", { key: 'fa7bb3855d31f8cbdaea5418fb12b49087d6f981', class: `page_number_base ${this.shape} ${this.state}` }, h("slot", { key: '24bcd1dff04afe2f087f2982f753b7c9067929d3', name: "page_number" })));
|
|
17
17
|
}
|
|
18
18
|
static get is() { return "gb-pagination-number-base"; }
|
|
19
19
|
static get encapsulation() { return "shadow"; }
|
|
@@ -7,7 +7,7 @@ export class GbPasswordButton {
|
|
|
7
7
|
this.isPasswordVisible = !this.isPasswordVisible;
|
|
8
8
|
}
|
|
9
9
|
render() {
|
|
10
|
-
return (h("div", { key: '
|
|
10
|
+
return (h("div", { key: '14ad242ace743df33419481ae346304d26f7de91' }, h("gb-btn", { key: 'bcab046642936526abeb7f34a3bb3a8a06bf7284', size: "sm", hierarchy: "link_gray", state: "default", onClick: () => this.togglePasswordVisibility() }, this.isPasswordVisible ? (h("gb-button", { size: "sm", hierarchy: "tertiary_gray", icon: "default", state: this.state }, h("p", null, "HIDE"))) : (h("gb-button", { size: "sm", hierarchy: "tertiary_gray", icon: "default", state: this.state }, h("p", null, "SHOW"))))));
|
|
11
11
|
}
|
|
12
12
|
static get is() { return "gb-password-button"; }
|
|
13
13
|
static get encapsulation() { return "shadow"; }
|
|
@@ -5,7 +5,7 @@ export class GbProgressBar {
|
|
|
5
5
|
}
|
|
6
6
|
render() {
|
|
7
7
|
const progressValue = Math.min(Math.max(this.progress, 0), 100);
|
|
8
|
-
return (h("div", { key: '
|
|
8
|
+
return (h("div", { key: '555176415c4677bbf3d86f8ae58b1e728fb12477', class: `progress_bar_container ${this.labelPosition}` }, h("div", { key: '62001ef498a207534f88317a34acf09b5c9137d4', class: "progress_bar" }, h("div", { key: '37a85cce0fc1a6a1d74e42f116b172b07a533eeb', class: "progress_fill", style: { width: `${progressValue}%` } })), h(Fragment, null, this.showLabel && (h("div", { key: '93be34b3355654938e3cc1a7e61aa3681eeedeb5', class: `label ${this.labelPosition}` }, this.labelPosition === 'right' && h("span", { key: '8919032fa3d31495feaeae8bb15a2a8da9ecfc0b', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'bottom' && h("span", { key: '1e0b8e882867a758f7ec51f0f9e71de99b4b8245', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'top_floating' && (h("gb-tooltip", { key: 'c0232dd2ba69227d2ea406e598dd8c82fd2e1e20', class: `top_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 6.5).toString()}%` } }, h("p", { key: '9868eb2554c8533656d1ac5076dc5ca0f022b72f', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))), this.labelPosition === 'bottom_floating' && (h("gb-tooltip", { key: 'd546b12352dc31d971bb4a31d77f58a31fa6e274', class: `bottom_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 59.5).toString()}%` } }, h("p", { key: '946ce2756b5b579f52201f0b03f22d8aa1f944b5', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))))))));
|
|
9
9
|
}
|
|
10
10
|
static get is() { return "gb-progress-bar"; }
|
|
11
11
|
static get encapsulation() { return "shadow"; }
|
|
@@ -28,7 +28,7 @@ export class GbProgressCircle {
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
render() {
|
|
31
|
-
return (h("div", { key: '
|
|
31
|
+
return (h("div", { key: 'eb80c605f83f65aa6b37fd03c6e244cedf14710b', class: "gauge" }, h("div", { key: 'c7fd11a7ea23c110973caf7dc61d669099493d41', class: "arc", ref: el => (this.arcElement = el) }), h("div", { key: 'c044fa48ed8d33b97304f784119619368268deb3', class: "mask" }), this.label && (h("div", { key: '0fcdbe182f171f6e43eda61fce89b2a1897c11bb', class: "label", ref: el => (this.labelElement = el) }, h("p", { key: '58b8b9c46635bec3f695f357ec6d0b6d541ebfdb', class: "display-lg-semi-bold" }, `${this.progress}%`)))));
|
|
32
32
|
}
|
|
33
33
|
static get is() { return "gb-progress-circle"; }
|
|
34
34
|
static get encapsulation() { return "shadow"; }
|
|
@@ -5,7 +5,7 @@ export class GbScrollbar {
|
|
|
5
5
|
this.length = '25%';
|
|
6
6
|
}
|
|
7
7
|
render() {
|
|
8
|
-
return (h("div", { key: '
|
|
8
|
+
return (h("div", { key: 'ac90735685e875623fe0196f8f5f0bc6b2173d0c', class: "scrollbar-container" }, h("div", { key: 'd26c2ca70eb2cc4770f39cfe23e75787d6656166', class: "scrollbar", style: { height: this.length } }, h("slot", { key: 'e87f88608046cf8e6d4d28d81e9e5b02f7f6de4c' }))));
|
|
9
9
|
}
|
|
10
10
|
static get is() { return "gb-scrollbar"; }
|
|
11
11
|
static get encapsulation() { return "shadow"; }
|
|
@@ -95,7 +95,7 @@ export class GbSidebar {
|
|
|
95
95
|
const logoSrc = getAssetPath(`assets/globus_bank_logo.svg`);
|
|
96
96
|
const blueLogoSrc = getAssetPath(`assets/globus_bank_logo_blue.svg`);
|
|
97
97
|
const whiteLogoSrc = getAssetPath(`assets/globus_bank_logo_white.svg`);
|
|
98
|
-
return (h(Fragment, null, this.type === 'simple' && (h("div", { key: '
|
|
98
|
+
return (h(Fragment, null, this.type === 'simple' && (h("div", { key: 'dc806ad14e11c0c9ce52f204c7c0be372e6698e7', class: `simple_sidebar_div ${this.state} ${this.category}` }, this.category === 'colored_background' && (h("div", { key: '90cb4baa959e3ba02287f93d1e0ed68edb38b71f', class: "pattern" }, h("img", { key: '5ff7dfdf8d87b1c15641b497afb7868835952728', src: patternSrc, alt: "" }))), h("div", { key: '08f813bc30321c4dd28954c384ff805d95731720', class: "nav" }, h("div", { key: 'c36e65b861db422e78d8a9fc919b6cca172491b2', class: `sidebar_header ${this.state}` }, h("div", { key: '4bb25b37ec291a46c5b75150a647a0969a64a709', 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: '6f973b4b4ce6f9ba9c2407b1e6cffb70227e6853', src: logoSrc, alt: "" })), h("div", { key: 'd23529372282b95f57b0da50c4d509f65ac8177c', class: `collapse_button ${this.state}` }, h("gb-collapse-button", { key: '2d611dae8c1715e726ff0b0d96ec269d0eaa4600', color: this.category === 'plain_background' ? 'gray' : 'white', action: this.state === 'collapsed' ? 'expand' : 'collapse', onClick: () => (this.state === 'collapsed' ? this.expandSideBar() : this.collapseSideBar()) }))), h("div", { key: '3f130843c9dde92e771c1ac21e0a8618e658ea53', class: "navigation" }, h("div", { key: '6b18755e4f75b5766bef0ba88b97b89efe894a3f', class: "item" }, h("gb-simple-side-bar-item", { key: '91178c5b4961d532a848ac6ba4c233b438e3c556', 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: 'c5eab7ed3105ce2ca98d96b587445b605582c571', 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: 'c552c1befaf4cdfdae1e0d2c13b781325481ec74', 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: 'e913e222e3fa84f1312cc666e5829c8654252a68', 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: 'cc14127b84efc2da34177215cc555d2679fe0a58', 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: '1c617cfd002806b17972756c91a20b3e330ef118', class: "navigation" }, h("div", { key: 'e516a3f96af94cf31aa3f99cd848b9d19fc70b4b', class: "item" }, this.sixthItemLabel && (h("gb-simple-side-bar-item", { key: '7633e55a3054ca761c56791d8c3217be71c86c12', 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: '8a9dbaeb2e10d0ea7aa4bc9d76469e2a34195535', 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: 'c700572f72700295765714783e8269a51df4e7ab', 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: '84d478ea2b4ed54eb5e57785b80108d9740e6b3c', 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: '16e35653f9628c0b99e622d60fbaca7b0c543b6b', 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: 'be426b6416f1b0f1b6fa6b70cec0631fc5e9bb84', class: "application_name" }, h("div", { key: '7ebf68b9f8a56c3726cb41aa2ea926308f038f13', class: `wrapper ${this.category}` }, this.category === 'plain_background' && (h("div", { key: '40ea8ffef0a6673fc6b04f6c20ac2d87f1f897d9', class: "application_name_pattern" }, h("img", { key: '041e11056893aa8069a946dbb8b40f1ae75c232e', src: patternSrc, alt: "" }))), h("div", { key: 'eb3411b67a0b2089264f1d4924f25450c4f0867d', class: `application_icon ${this.category}`, innerHTML: this.leadingIconSvg }), h("span", { key: '419f374ab637c822a103a6c6b15aa8ae01188816', class: textClass }, h("slot", { key: '0a610c79740b1c12a60bf6e99450ab7be5155af5', name: "application_name" }))))))), this.type === 'complex' && (h("div", { key: 'b6427737444d9e38b8c8e6d5f02fe8c68a811062', class: `sidebar_and_nav ${this.state}` }, h("div", { key: '06f1735e2df369992373a766930c962e08469ed1', class: "nav_div" }, h("div", { key: 'ac5d7b9c360e6a9e15a6b18de0899aa345fabe8b', class: "logo_and_button" }, this.state === 'expanded' && h("img", { key: 'e020fa101fe63b798488e3248fe26f22dc75dd01', src: blueLogoSrc }), this.state === 'collapsed' && h("img", { key: '873650149a54cf25567c0e7b7d5a0504f85de956', src: logoSrc, alt: "" }), h("gb-collapse-button", { key: 'd43c6e3ec28592392475ad531b8bdd8b98428c03', color: "gray", action: this.state === 'collapsed' ? 'expand' : 'collapse', onClick: () => (this.state === 'collapsed' ? this.expandSideBar() : this.collapseSideBar()) }))), h("div", { key: '1c76cd3a4ae9c26433aa34c323022624ae9f9403', class: "complex_sidebar_div" }, h("div", { key: 'ea353cfc7c64ca8f4f5d006301205862abe019c9', class: `primary_side_menu ${this.category} ${this.navItemStyle}` }, this.category === 'colored_background' && (h("div", { key: '649e50af9d778ba219cefa22add8b11d0e4c4776', class: "pattern" }, h("img", { key: 'cdff4b8b23e1c5a782ce0363e37da468ffc6420c', src: patternSrc, alt: "" }))), h("div", { key: '73a84026e369c3a1e89851d909211239d6c231c6', 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: 'eb797ca5f83f4a72185d1f58b8961b2b9896d60c', class: `secondary_side_menu ${this.category} ${this.state}` }, h("div", { key: '8752fa98da6582bde0ab7aa2cfdeb77b0d4c7431', 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) }))))))))));
|
|
99
99
|
}
|
|
100
100
|
static get is() { return "gb-sidebar"; }
|
|
101
101
|
static get encapsulation() { return "shadow"; }
|
|
@@ -28,7 +28,7 @@ export class GbSimpleSideBarItem {
|
|
|
28
28
|
render() {
|
|
29
29
|
const redBarSrc = getAssetPath(`assets/bar.svg`);
|
|
30
30
|
const whiteBarSrc = getAssetPath(`assets/bar_white.svg`);
|
|
31
|
-
return (h("div", { key: '
|
|
31
|
+
return (h("div", { key: 'c490169e8a4196e8cf85d364029e20d16e2e57d7', class: `side_bar_item_container`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, h("div", { key: '7a2cc5299146fb4261f44a8b54c5b4a92f80f6b5', class: `nav_item_base ${this.state} ${this.type} ${this.category}` }, this.state === 'active' && this.category === 'plain_background' && h("img", { key: '0d5275a036f756a07a9b48215d082afb73d6c72a', src: redBarSrc, alt: "", class: "bar" }), this.state === 'active' && this.category === 'colored_background' && h("img", { key: 'e6995ddc2ce7518cf7817cbd6ff9b04175127ca4', src: whiteBarSrc, alt: "", class: "bar" }), h("div", { key: 'ffccee04a8f77e424b87c1fb9ed5144f80eb6f1e', class: "content" }, h("div", { key: '0b0e4eadb132cd2d276ce27e364f904a247a4ebc', class: `icon ${this.state} ${this.category}`, innerHTML: this.leadingIconSvg }), this.type === 'full_with_label' && (h("p", { key: 'd708d5653fbb0552b42eb7cdb9f98f3e641986ae', 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: '010192064c3b96faa7d37f8b03f34583d5e44aea', size: "sm", type: "pill_outline", color: this.state === 'active' ? 'information' : 'gray' }, h("p", { key: '040f6f0fbde1e5c636d83408b162e14205d59be3' }, "10"))), this.showArrow && (h("svg", { key: '87e192f71fdd2a977be9d9b25d0b773f7985795a', 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: '0c0928879f4d3e8bd8053dacc5b94be347c786b1', 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: '261a41a81600185b19553a48b8ca7e56cfb5698f', "show-arrow": true, arrow: "left", class: "tooltip" }, h("p", { key: '71a52a38ba24832d0a7f3a70ed54ccde2cf4b34d', slot: "label" }, this.label)))));
|
|
32
32
|
}
|
|
33
33
|
static get is() { return "gb-simple-side-bar-item"; }
|
|
34
34
|
static get encapsulation() { return "shadow"; }
|
|
@@ -71,7 +71,7 @@ export class GbSlider {
|
|
|
71
71
|
return this.unitPosition === 'left' ? `${this.unit}${value}` : `${value}${this.unit}`;
|
|
72
72
|
}
|
|
73
73
|
render() {
|
|
74
|
-
return (h("div", { key: '
|
|
74
|
+
return (h("div", { key: 'a912851bcbeee3b4749ab14e1c205d537e465006', class: "slider-container", ref: el => (this.containerEl = el) }, h("div", { key: 'b9caa4f7e5782ddcc60b8fcc2c11c731203aa0a4', class: "track", ref: el => (this.trackEl = el) }), h("gb-slider-control-handle", { key: '21b753fbe66c6e7982acc27b39174b0cff094b5a', 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: '9ae508442562c21a0171712e8e76a0d2b452de68', 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') })));
|
|
75
75
|
}
|
|
76
76
|
static get is() { return "gb-slider"; }
|
|
77
77
|
static get encapsulation() { return "shadow"; }
|
|
@@ -18,7 +18,7 @@ export class GbSliderControlHandle {
|
|
|
18
18
|
this.isFocused = false;
|
|
19
19
|
}
|
|
20
20
|
render() {
|
|
21
|
-
return (h("div", { key: '
|
|
21
|
+
return (h("div", { key: '61c3ec5c2d35d8bb3550ff0f4e28e03fd30d53c5', 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: 'c929678d571381d9c3e417c7714de95f73148ff2', class: "tooltip-container" }, h("gb-tooltip", { key: '87d3a0412a38776853c434740a8d7b83fb72de30', "show-arrow": false, arrow: "none", "show-supporting-text": false }, h("p", { key: '210aca5005dba9096d12856954caf9457aa9e2f6', class: "text-xs-semi-bold", slot: "label" }, this.value)))), this.type === 'text' && (h("div", { key: '8e232246f97554fd6a0a62748b744c7bdb1b7e4a', class: "thumb-label" }, h("p", { key: '9e88d59f07385791a25e3713fd8bedb711f4e8c1', class: "thumb_label text-md-medium" }, this.value)))));
|
|
22
22
|
}
|
|
23
23
|
static get is() { return "gb-slider-control-handle"; }
|
|
24
24
|
static get encapsulation() { return "shadow"; }
|
|
@@ -8,7 +8,7 @@ export class GbStatusIndicator {
|
|
|
8
8
|
}
|
|
9
9
|
render() {
|
|
10
10
|
return [
|
|
11
|
-
h("div", { key: '
|
|
11
|
+
h("div", { key: 'b598a742dc62b6a6fb8ea8edff546dbfb264aa9b' }, this.statusIcon === 'online_indicator' && h("div", { key: '2d0e2be53f5823d6f603898c533c00888e436c28', class: `online_icon ${this.size} ${this.indicatorStateClass}` }), this.statusIcon === 'verified' && (h("svg", { key: '3fe494533dad93194210a8b587dd6566eca9211f', 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: 'f115077c7e42fdf4f6b8ac2b5f0f2b9824963f21', "clip-path": "url(#clip0_0_21453)" }, h("path", { key: '838b3c9dc52398db1a8f8ab58cd695d9c753eb98', 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: '4c59ad5b5c52053406292b212c23342f64913483', 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: '341a7044d94c38d1f50dab493d51168d98a0ddae' }, h("clipPath", { key: '9a793968c04aa7dffb2e4f714d9e98397f714220', id: "clip0_0_21453" }, h("rect", { key: 'b9c69e9d2cda1863821fb727edb610a19916a86d', width: "32", height: "32", fill: "white" }))))), this.statusIcon === 'company' && (h("svg", { key: 'ff703c113d15b51fe19a8028f6fff1ff1f67f6e2', 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: '7857e289a9fde1fbb6b16bef62055e829c0f9dc6', 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: '40437070a1e3313577861bfb434d841859304451', "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" })))),
|
|
12
12
|
];
|
|
13
13
|
}
|
|
14
14
|
static get is() { return "gb-status-indicator"; }
|
|
@@ -8,7 +8,7 @@ export class GbStepBase {
|
|
|
8
8
|
this.supportingText = '';
|
|
9
9
|
}
|
|
10
10
|
render() {
|
|
11
|
-
return (h(Fragment, null, this.type === 'text_line' && (h(Fragment, null, h("div", { key: '
|
|
11
|
+
return (h(Fragment, null, this.type === 'text_line' && (h(Fragment, null, h("div", { key: 'f9073930e60fbe796204a203022691dddbd222ee', class: `bar ${this.size} ${this.status} ${this.state}` }), this.showContent && (h("div", { key: '2938a3db982cb57f078d5719b21ebbe5f923683b', class: `text_line_div ${this.size} ${this.status} ${this.state}` }, h("div", { key: 'a2fcdbc2647393b4bc37236269ab00834e8ff4fe', class: `text_line_div_content` }, h("p", { key: '3f789f2924404077ac0ab2edfa01a26d34c369bc', class: `text_line_label text-sm-semi-bold ${this.status} ${this.state}` }, this.label), this.showSupportingText && h("p", { key: '79375ba77e8575d50fcc766944b5622ad00cfca7', class: `text_line_text text-xs-regular ${this.status} ${this.state}` }, this.supportingText)))))), this.type === 'icon_only' && (h("div", { key: 'a61d42eb4ba5fa53447b960ec83fa76fb625d5b8', class: `icon_only_div ${this.status} ${this.state} ${this.size}` }, this.status !== 'complete' && h("div", { key: '25cb17e89f174bf0c10e0be50a7334f08da92913', class: `dot ${this.status} ${this.state} ${this.size}` }), this.status === 'complete' && (h("svg", { key: 'b088f3ebeb01ca5debe4b34424fc6ed5b396c6bf', 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: 'f8d780a36ed763235f80083f2bf3a3b62e822698', 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: 'd663f198272001eb76ba3f5ac3dcbd0729316bf5', class: `icon_left_div ${this.size}` }, h("div", { key: '21fb1750e22902db4d8033103614b54f9d6067cf', class: "connector_wrap" }, h("div", { key: 'eed5ae550d4c3fba0599503196dee94177dcff00', class: `icon_only_div ${this.status} ${this.state} ${this.size}` }, this.status !== 'complete' && h("div", { key: 'f0e9431b2ec1c3102f90f289fcad4201cc21cf94', class: `dot ${this.status} ${this.state} ${this.size}` }), this.status === 'complete' && (h("svg", { key: '728c95510d9986a017946580f223377eb130b7df', 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: '21ab064d119e5fbb3a7c0481cd9468304e45df7e', 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: '80974bed40c35246f2f5373366d240a66c3c67d4', class: "connector_div" }, h("div", { key: 'ef8c764b33ee19854213dc53233418ee5e7bb1c7', class: `icon_left_connector ${this.state} ${this.status}` })))), h("div", { key: 'b9238c938b68b6ffcbcdb3d730dfd7d8190de89e', class: "icon_left_text" }, h("p", { key: 'b373d3ac98ddf34350f5cfd7d3ad943ac919bab6', class: `text_line_label text-sm-semi-bold ${this.status} ${this.state}` }, this.label), h("p", { key: '46dca800b95ab0a4dbd3b1276504449025db0f55', class: `text_line_text text-xs-regular ${this.status} ${this.state}` }, this.supportingText)))), this.type === 'icon_top' && (h("div", { key: '3f9d91a79d75794af9d7ef3cc4d035f4617f240b', class: `icon_top_div ${this.size}` }, h("div", { key: '6d8a094acf792562a66b5fa75eb8ebc350113c35', class: "step_icon" }, h("div", { key: 'f66c4d27125dc07bf52133b18ccbed0b8feeabcf', class: `icon_only_div ${this.status} ${this.state} ${this.size}` }, this.status !== 'complete' && h("div", { key: 'ee5cc517dbc03181fbdc8555d7290a914ce7a46a', class: `dot ${this.status} ${this.state} ${this.size}` }), this.status === 'complete' && (h("svg", { key: '17f8867f42cb597d712268213d7719960c48e6b5', 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: 'f66ee2768dc313a4b7e0e8f00eafca4a6b6adf5b', 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: '42fa0af91983599fd89f0a484c2f0a6b04612bb0', class: "connector_div" }, h("div", { key: '5fce7137caae5451cde5afe7e33ebf126fe5ae1f', class: `icon_top_connector ${this.state} ${this.status}` })))), h("div", { key: 'c385f5bc36417b035208ea2379fbb068c66efbc5', class: "icon_top_content" }, h("p", { key: '031976e67288d9aa7a72499572fe03edc181806e', class: `text_line_label text-sm-semi-bold ${this.status} ${this.state}` }, this.label), h("p", { key: '12579d6b6106973402ea564f33b46ae3c61f319d', class: `text_line_text text-xs-regular ${this.status} ${this.state}` }, this.supportingText)))), this.type === 'featured_icon_left' && (h("div", { key: 'c0992f12bc695710deb69f4c1c4b15c7f91c159f', class: "featured_icon_left_div" }, h("div", { key: 'ece3949566ec91c2886c9d83d623f0ce8416e203', class: "connector_wrap" }, h("gb-featured-icon", { key: '566e52d2b8276ecbedfd4d684d4bfa93c27f8983', size: "lg" }), h("div", { key: 'c28fff570c7e96ea97248565544a84ceaebf16ef', class: "connector_div" }, h("div", { key: '249b0626aa5bf2b9f6e27d0f24f6ec84646b7834', class: `featured_icon_left_connector ${this.size} ${this.state} ${this.status}` })))))));
|
|
12
12
|
}
|
|
13
13
|
static get is() { return "gb-step-base"; }
|
|
14
14
|
static get encapsulation() { return "shadow"; }
|
|
@@ -17,7 +17,7 @@ export class GbStepperVerticalIconsCentered {
|
|
|
17
17
|
this.seventhStepSupportingText = '';
|
|
18
18
|
}
|
|
19
19
|
render() {
|
|
20
|
-
return (h(Fragment, null, this.type === 'icon' && (h("div", { key: '
|
|
20
|
+
return (h(Fragment, null, this.type === 'icon' && (h("div", { key: 'dec223900f845ce64b58cd24a56bcf5c9ee40671', class: "icons_centered_div" }, this.breakpoint === 'mobile' && (h(Fragment, null, this.steps === 2 && (h(Fragment, null, h("gb-step-base", { key: '637dac7a94936c0f53ab4dcc42f0d93bda2673df', size: this.size, type: "icon_left", state: this.firstStepState, status: this.firstStepStatus, connector: true, label: this.firstStepLabel, "supporting-text": this.firstStepSupportingText }), h("gb-step-base", { key: '851fc6c404c74c450be0d3ff5995765cf7783c89', size: this.size, type: "icon_left", state: this.secondStepState, status: this.secondStepStatus, connector: false, label: this.secondStepLabel, "supporting-text": this.secondStepSupportingText }))), this.steps === 3 && (h(Fragment, null, h("gb-step-base", { key: 'd8b1a6db166c07f014b3ed0d434474fb6f766a06', size: this.size, type: "icon_left", state: this.firstStepState, status: this.firstStepStatus, connector: true, label: this.firstStepLabel, "supporting-text": this.firstStepSupportingText }), h("gb-step-base", { key: 'b13594cf79aaaf687b65927f9e3fbb8e100d796f', size: this.size, type: "icon_left", state: this.secondStepState, status: this.secondStepStatus, connector: true, label: this.secondStepLabel, "supporting-text": this.secondStepSupportingText }), h("gb-step-base", { key: '59c2939a769984b672646fad5738c6d4b3373fe6', size: this.size, type: "icon_left", state: this.thirdStepState, status: this.thirdStepStatus, connector: false, label: this.thirdStepLabel, "supporting-text": this.thirdStepSupportingText }))), this.steps === 4 && (h(Fragment, null, h("gb-step-base", { key: '0ab90d91c2b7ec4cf66c11d4c2a0032164504333', size: this.size, type: "icon_left", state: this.firstStepState, status: this.firstStepStatus, connector: true, label: this.firstStepLabel, "supporting-text": this.firstStepSupportingText }), h("gb-step-base", { key: 'f924df4abbeaab1c6ff43f4635ac1cc3758d8c6d', size: this.size, type: "icon_left", state: this.secondStepState, status: this.secondStepStatus, connector: true, label: this.secondStepLabel, "supporting-text": this.secondStepSupportingText }), h("gb-step-base", { key: '7e854afb3dcb9c9fa767f3feb6a7be7afcc0e812', size: this.size, type: "icon_left", state: this.thirdStepState, status: this.thirdStepStatus, connector: true, label: this.thirdStepLabel, "supporting-text": this.thirdStepSupportingText }), h("gb-step-base", { key: 'd5dfdd99056209af88f76c71030a58afc4ff305f', size: this.size, type: "icon_left", state: this.fourthStepState, status: this.fourthStepStatus, connector: false, label: this.fourthStepLabel, "supporting-text": this.fourthStepSupportingText }))), this.steps === 5 && (h(Fragment, null, h("gb-step-base", { key: 'f1d45716c38c52212490dc54bd3b87961ad912bc', size: this.size, type: "icon_left", state: this.firstStepState, status: this.firstStepStatus, connector: true, label: this.firstStepLabel, "supporting-text": this.firstStepSupportingText }), h("gb-step-base", { key: '8da3da10eeb70a1fb6f2528c4c9e76df489d0008', size: this.size, type: "icon_left", state: this.secondStepState, status: this.secondStepStatus, connector: true, label: this.secondStepLabel, "supporting-text": this.secondStepSupportingText }), h("gb-step-base", { key: '6b27e10b6c4d7c2615d442223669cc497be5d83e', size: this.size, type: "icon_left", state: this.thirdStepState, status: this.thirdStepStatus, connector: true, label: this.thirdStepLabel, "supporting-text": this.thirdStepSupportingText }), h("gb-step-base", { key: '06e8d83083d1a5c2f1dd0f0afffd9b559f89dcbe', size: this.size, type: "icon_left", state: this.fourthStepState, status: this.fourthStepStatus, connector: true, label: this.fourthStepLabel, "supporting-text": this.fourthStepSupportingText }), h("gb-step-base", { key: '6cffae252dfdd2227d7218774c48b0a465b752db', size: this.size, type: "icon_left", state: this.fifthStepState, status: this.fifthStepStatus, connector: false, label: this.fifthStepLabel, "supporting-text": this.fifthStepSupportingText }))), this.steps === 6 && (h(Fragment, null, h("gb-step-base", { key: '92dd2f0f0e212a457ff24b1c38f8ddd156e2ef76', size: this.size, type: "icon_left", state: this.firstStepState, status: this.firstStepStatus, connector: true, label: this.firstStepLabel, "supporting-text": this.firstStepSupportingText }), h("gb-step-base", { key: 'a132abb39889e8543ed3a87bb534d4bb64c76856', size: this.size, type: "icon_left", state: this.secondStepState, status: this.secondStepStatus, connector: true, label: this.secondStepLabel, "supporting-text": this.secondStepSupportingText }), h("gb-step-base", { key: 'c365a55f7a6b0fde53fb1d747eab3a777c8643b1', size: this.size, type: "icon_left", state: this.thirdStepState, status: this.thirdStepStatus, connector: true, label: this.thirdStepLabel, "supporting-text": this.thirdStepSupportingText }), h("gb-step-base", { key: 'fdb15988c41dc3fdc42365d8349a625c5bbfb61a', size: this.size, type: "icon_left", state: this.fourthStepState, status: this.fourthStepStatus, connector: true, label: this.fourthStepLabel, "supporting-text": this.fourthStepSupportingText }), h("gb-step-base", { key: '3e5c8d5bf51245488698047176268d051a661364', size: this.size, type: "icon_left", state: this.fifthStepState, status: this.fifthStepStatus, connector: true, label: this.fifthStepLabel, "supporting-text": this.fifthStepSupportingText }), h("gb-step-base", { key: '336c727840cf9a56a181f92b38ab37f5538ee3bb', size: this.size, type: "icon_left", state: this.sixthStepState, status: this.sixthStepStatus, connector: false, label: this.sixthStepLabel, "supporting-text": this.sixthStepSupportingText }))), this.steps === 7 && (h(Fragment, null, h("gb-step-base", { key: '666ec723e7119e61559d363f8ce5c0a2cc6b256b', size: this.size, type: "icon_left", state: this.firstStepState, status: this.firstStepStatus, connector: true, label: this.firstStepLabel, "supporting-text": this.firstStepSupportingText }), h("gb-step-base", { key: '9f1ac9bac108a2d97bb27cc2fb3a20d21ed5d99f', size: this.size, type: "icon_left", state: this.secondStepState, status: this.secondStepStatus, connector: true, label: this.secondStepLabel, "supporting-text": this.secondStepSupportingText }), h("gb-step-base", { key: '8989e2d84f0b416504322f54489b14da0e33445b', size: this.size, type: "icon_left", state: this.thirdStepState, status: this.thirdStepStatus, connector: true, label: this.thirdStepLabel, "supporting-text": this.thirdStepSupportingText }), h("gb-step-base", { key: '1954cf2717b2eff9c8408a30709da191b3258610', size: this.size, type: "icon_left", state: this.fourthStepState, status: this.fourthStepStatus, connector: true, label: this.fourthStepLabel, "supporting-text": this.fourthStepSupportingText }), h("gb-step-base", { key: '6c5f15362e267736d085a150e0b91befe7c8e154', size: this.size, type: "icon_left", state: this.fifthStepState, status: this.fifthStepStatus, connector: true, label: this.fifthStepLabel, "supporting-text": this.fifthStepSupportingText }), h("gb-step-base", { key: '7e405a53a221a0d3ccb1a22c7fdf1de95054d8c8', size: this.size, type: "icon_left", state: this.sixthStepState, status: this.sixthStepStatus, connector: true, label: this.sixthStepLabel, "supporting-text": this.sixthStepSupportingText }), h("gb-step-base", { key: 'f2272c8ea1bc23f55cd6b6166c6100b7f9e257be', size: this.size, type: "icon_left", state: this.seventhStepState, status: this.seventhStepStatus, connector: false, label: this.seventhStepLabel, "supporting-text": this.seventhStepSupportingText })))))))));
|
|
21
21
|
}
|
|
22
22
|
static get is() { return "gb-stepper-horizontal-icons-centered"; }
|
|
23
23
|
static get encapsulation() { return "shadow"; }
|
|
@@ -31,7 +31,7 @@ export class GbStepperHorizontalLineWithText {
|
|
|
31
31
|
this.showSupportingText = this.width < 768 ? false : true;
|
|
32
32
|
}
|
|
33
33
|
render() {
|
|
34
|
-
return (h("div", { key: '
|
|
34
|
+
return (h("div", { key: '6815f6ccb33ca714ece7bb746cc27df9aff0b989', class: "text_with_line" }, h("gb-step-base", { key: '0c29cc8be9984b4f177d07ba61c1598dc9e7126d', size: this.size, type: "text_line", state: this.firstStepState, status: this.firstStepStatus, label: this.firstStepLabel, "supporting-text": this.firstStepSupportingText, "show-content": this.showContent, "show-supporting-text": this.showSupportingText }), h("gb-step-base", { key: '5316d1f250a3551aa7ae3185f36636ac47cd207f', size: this.size, type: "text_line", state: this.secondStepState, status: this.secondStepStatus, label: this.secondStepLabel, "supporting-text": this.secondStepSupportingText, "show-content": this.showContent, "show-supporting-text": this.showSupportingText }), this.thirdStepLabel && (h("gb-step-base", { key: 'b8584af1390db1920cc9b847151abd5c3caf022a', size: this.size, type: "text_line", state: this.thirdStepState, status: this.thirdStepStatus, label: this.thirdStepLabel, "supporting-text": this.thirdStepSupportingText, "show-content": this.showContent, "show-supporting-text": this.showSupportingText })), this.fourthStepLabel && (h("gb-step-base", { key: '9452f984254adb985a58fdb8096a3bd0d4fa56a9', size: this.size, type: "text_line", state: this.fourthStepState, status: this.fourthStepStatus, label: this.fourthStepLabel, "supporting-text": this.fourthStepSupportingText, "show-content": this.showContent, "show-supporting-text": this.showSupportingText })), this.fifthStepLabel && (h("gb-step-base", { key: 'be9b508d9ac704208c4b986696758f5cf55f2d16', size: this.size, type: "text_line", state: this.fifthStepState, status: this.fifthStepStatus, label: this.fifthStepLabel, "supporting-text": this.fifthStepSupportingText, "show-content": this.showContent, "show-supporting-text": this.showSupportingText })), this.sixthStepLabel && (h("gb-step-base", { key: 'ccda4b98faf27073dca79c534469d623b50821ad', size: this.size, type: "text_line", state: this.sixthStepState, status: this.sixthStepStatus, label: this.sixthStepLabel, "supporting-text": this.sixthStepSupportingText, "show-content": this.showContent, "show-supporting-text": this.showSupportingText })), this.seventhStepLabel && (h("gb-step-base", { key: '37cf84938d7aeeb7e94ed65145f76deeb3d6c1d8', size: this.size, type: "text_line", state: this.seventhStepState, status: this.seventhStepStatus, label: this.seventhStepLabel, "supporting-text": this.seventhStepSupportingText, "show-content": this.showContent, "show-supporting-text": this.showSupportingText }))));
|
|
35
35
|
}
|
|
36
36
|
static get is() { return "gb-stepper-horizontal-line-with-text"; }
|
|
37
37
|
static get encapsulation() { return "shadow"; }
|
|
@@ -77,7 +77,7 @@ export class GbstepperVerticalIconsWithText {
|
|
|
77
77
|
];
|
|
78
78
|
// Filter out steps that should be displayed
|
|
79
79
|
const visibleSteps = steps.filter(step => step.show);
|
|
80
|
-
return (h("div", { key: '
|
|
80
|
+
return (h("div", { key: '98c6f7e45b7a0d3f3973bb2bd0092438a97575f7', class: "vertical_stepper_div" }, this.type === 'icon' && (h(Fragment, null, visibleSteps.map((step, index) => (h("gb-step-base", { size: this.size, type: "icon_left", state: step.state, status: step.status, connector: index === visibleSteps.length - 1 ? false : this.connector, label: step.label, "supporting-text": step.supportingText })))))));
|
|
81
81
|
}
|
|
82
82
|
static get is() { return "gb-stepper-vertical-icons-with-text"; }
|
|
83
83
|
static get encapsulation() { return "shadow"; }
|
|
@@ -40,17 +40,17 @@ export class GbTabButtonBase {
|
|
|
40
40
|
this.tabClicked.emit();
|
|
41
41
|
}
|
|
42
42
|
render() {
|
|
43
|
-
return (h("div", { key: '
|
|
43
|
+
return (h("div", { key: 'ed8fde1a4bdcbc98639d2690c642ebf579378c83', class: `tab_button_div ${this.type}
|
|
44
44
|
${this.current ? 'current' : ''}
|
|
45
45
|
${this.fullWidth ? 'full_width' : ''}
|
|
46
46
|
${this.size}
|
|
47
|
-
${this.alignment}`, onClick: () => this.handleClick() }, h("p", { key: '
|
|
47
|
+
${this.alignment}`, onClick: () => this.handleClick() }, h("p", { key: 'cc9262417d4c987f94f927d6062a7964596b4f0e', class: `${!this.current ? 'tab_text' : ''} ${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (h("gb-badge", { key: 'a85d29294744bc5dece9365b77236a0133527276', size: "sm", type: "pill_color", color: this.current && this.type === 'button_primary'
|
|
48
48
|
? 'information'
|
|
49
49
|
: this.current && this.type === 'underline'
|
|
50
50
|
? 'information'
|
|
51
51
|
: this.current && this.type === 'line'
|
|
52
52
|
? 'information'
|
|
53
|
-
: 'gray' }, h("slot", { key: '
|
|
53
|
+
: 'gray' }, h("slot", { key: 'b10d50409eec160f87894ca9e6e607ed28f08a26', name: "count" })))));
|
|
54
54
|
}
|
|
55
55
|
static get is() { return "gb-tab-button-base"; }
|
|
56
56
|
static get encapsulation() { return "shadow"; }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h } from "@stencil/core";
|
|
2
2
|
export class GbTableCell {
|
|
3
3
|
render() {
|
|
4
|
-
return (h("div", { key: '
|
|
4
|
+
return (h("div", { key: 'd56c1962a09bcaff842a14535d4e7e784a7a7eb1', class: "table_cell_div" }));
|
|
5
5
|
}
|
|
6
6
|
static get is() { return "gb-table-cell"; }
|
|
7
7
|
static get encapsulation() { return "shadow"; }
|
|
@@ -22,7 +22,7 @@ export class GbTag {
|
|
|
22
22
|
}
|
|
23
23
|
render() {
|
|
24
24
|
const flagSwap = getAssetPath(`${this.flagSwap}`);
|
|
25
|
-
return (h("div", { key: '
|
|
25
|
+
return (h("div", { key: 'c2268522d4b17037f73b0abe48ff59f35d9d68b1', class: `container ${this.size}` }, h("div", { key: '86f4aaf06add19942d88a6a1741ba172a0114e2d', class: `content ${this.size}` }, this.checkbox && h("gb-tag-checkbox", { key: '5a2d26218aaa8e3abed69184d86c8e45d0273431', size: this.size }), this.icon === 'false' && h(Fragment, null), this.icon === 'country' && (h("div", { key: 'a3093fed86fa8876d2cb73d0af722cea3147e2d2', class: "icon left-icon" }, h("img", { key: '17c0afca13c49a09de3141a13d19c0fa01ce21d2', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: 'e00a53e2c82209d6e4a7bb8781abb8c35973acd6', class: "avatar-icon", size: "xxs", "status-icon": "false", text: true, color: "gray" }, h("slot", { key: '03cb01168e2839048f52c3f6b63f57c837ab758c', name: "initials", slot: "initials" }))), this.icon === 'dot' && (h("svg", { key: 'ee242e4b6474a7d582175bf80c2e57fdfb8ab36f', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: 'c9777c2ecdb683542356f214453b5b78ea2702eb', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("div", { key: '662f0dd19cbd43eb6cbf9490bde3bfda05c5b4ee', class: "label" }, h("slot", { key: '9751bc18f070950426f1b96b68eeb90e3c15ba6e' })), this.action === 'count' && (h("gb-tag-count", { key: '22ce9a838b45c6bfd71edf763ff2d47ca0fc2509', size: this.size }, h("slot", { key: 'a6f1fad9e0aff62ee83d5c50fe45035416231546', slot: "count", name: "count" })))), this.action === 'X_close' && h("gb-tag-close", { key: '81fcd428aa1e636e11b02f98fe4987732b0d5c62', size: this.size, onClick: () => this.onTagClose() })));
|
|
26
26
|
}
|
|
27
27
|
static get is() { return "gb-tag"; }
|
|
28
28
|
static get encapsulation() { return "shadow"; }
|
|
@@ -6,7 +6,7 @@ export class GbTagCheckbox {
|
|
|
6
6
|
this.disabled = false;
|
|
7
7
|
}
|
|
8
8
|
render() {
|
|
9
|
-
return (h("label", { key: '
|
|
9
|
+
return (h("label", { key: '1fa58cca7458c20d1af8cbd410790c4938e4d13c', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, h("input", { key: 'c068bbcce49364a152c81de9b8d8fa9d739c7bf5', type: "checkbox", checked: this.checked, disabled: this.disabled }), h("span", { key: 'ae51a03194e1bf22cdd3eabe039d1b03f19b7730', class: `custom-checkbox ${this.size}` }, h("svg", { key: '49bbb2107e6d67a7a2334288195f4bafc4e97f47', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: 'a02d6d75d56dbcb8807efa7353dbcca58d0ff17c', d: "M2.5 7.25C2.5 7.25 3.25 7.25 4.25 9C4.25 9 7.02941 4.41667 9.5 3.5", stroke: "white", "stroke-width": "1.71429", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
|
|
10
10
|
}
|
|
11
11
|
static get is() { return "gb-tag-checkbox"; }
|
|
12
12
|
static get encapsulation() { return "shadow"; }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h } from "@stencil/core";
|
|
2
2
|
export class GbTagClose {
|
|
3
3
|
render() {
|
|
4
|
-
return (h("div", { key: '
|
|
4
|
+
return (h("div", { key: 'db23bccbf06acca629da637004ac62b596c8a1f2', class: this.size }, h("svg", { key: 'f8c20a50cdb914e26572e7045b5dc29c8642601e', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, h("path", { key: '0d09082e830e7fea75136d37fe5a12318b47bd0d', d: "M7.91683 2.08328L2.0835 7.91662M2.0835 2.08328L7.91683 7.91662", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))));
|
|
5
5
|
}
|
|
6
6
|
static get is() { return "gb-tag-close"; }
|
|
7
7
|
static get encapsulation() { return "shadow"; }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h } from "@stencil/core";
|
|
2
2
|
export class GbTagCount {
|
|
3
3
|
render() {
|
|
4
|
-
return (h("div", { key: '
|
|
4
|
+
return (h("div", { key: '9f9889d9fb4efb1f7e8a4913052468045d4e17fd', class: this.size }, h("slot", { key: 'a1fb1eba2bd57d1b5d5d4e39d61734367a76c52f', name: "count" })));
|
|
5
5
|
}
|
|
6
6
|
static get is() { return "gb-tag-count"; }
|
|
7
7
|
static get encapsulation() { return "shadow"; }
|
|
@@ -183,14 +183,14 @@ export class GbTextareaInputField {
|
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
render() {
|
|
186
|
-
return (h("div", { key: '
|
|
186
|
+
return (h("div", { key: '24830164c09d450894d160867a00ff91f87798df', class: "textarea_container" }, h("div", { key: '0519078e5025891edba5151d6bdc477dc8c15027', class: "input_with_label" }, this.showLabel && h("p", { key: '7f126fd7e382395c8875569b5bd3e18cbeec99c4', class: `label text-sm-medium` }, this.label), this.type === 'default' && (h("textarea", { key: '3e27445bf3659914a594c803e8f2f6e38ef083c7', ref: el => (this.textarea = el), onInput: () => this.handleInput(), class: `textarea ${this.state} ${this.destructive ? 'destructive' : ''}`, placeholder: this.placeholderText })), this.type === 'tags' && (h("div", { key: 'ff2b0cfb9834b391fc407da6d36ff989f00c0852', class: "textarea_tags" }, h("div", { key: 'b66e554c00c4ed4ab7dcffa733ff64e17bee5b27', class: `textarea ${this.type} ${this.state} ${this.destructive ? 'destructive' : ''}`, onClick: () => this.handleWrapperClick() }, h("div", { key: 'c163db58fcf21b9fb460ade531e89de395b8f0eb', class: `results_display ${this.state === 'disabled' ? 'disabled' : ''}`, ref: el => (this.resultsDisplayElement = el) }, this.value.length === 0 ? (h(Fragment, null, this.selectedItems.map((item, index) => (h(Fragment, null, typeof item === 'object' ? (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(index) }, h("p", { class: "text-xs-medium" }, item.objectName.split(' ')[0]), h("h1", { slot: "initials", class: "text-xxs-semi-bold" }, item.objectName
|
|
187
187
|
.split(' ')
|
|
188
188
|
.map(part => part.charAt(0).toUpperCase())
|
|
189
|
-
.join(''))))) : (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(index) }, h("p", { class: "text-xs-medium" }, item))))))))) : (h(Fragment, null, this.value.map((val, index) => (h(Fragment, null, typeof val === 'object' ? (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index), key: index }, h("h1", { class: "text-xxs-semi-bold", slot: "initials" }, val.objectName.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", null, val.objectName.split(' ')[0]))) : (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index), key: index }, h("p", null, val)))))))), h("span", { key: '
|
|
189
|
+
.join(''))))) : (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(index) }, h("p", { class: "text-xs-medium" }, item))))))))) : (h(Fragment, null, this.value.map((val, index) => (h(Fragment, null, typeof val === 'object' ? (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index), key: index }, h("h1", { class: "text-xxs-semi-bold", slot: "initials" }, val.objectName.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", null, val.objectName.split(' ')[0]))) : (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index), key: index }, h("p", null, val)))))))), h("span", { key: '374e590051ac10e0efb109547941b91f6848e051', class: "hidden-span", ref: el => (this.hiddenSpan = el) }, this.inputValue || ' '), h("div", { key: 'aa484af806f595a6fcc7115c8d5b48d7082a7ea7', class: "input_field" }, h("input", { key: '023a161f67b86664006a5a55c3072f02bdd8bae8', id: this.idOfInput, class: `input_like text-md-regular ${this.state}`, type: "text",
|
|
190
190
|
// placeholder={this.placeholderText}
|
|
191
|
-
value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.emitInputValue() }))), this.destructive && (h("div", { key: '
|
|
191
|
+
value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.emitInputValue() }))), this.destructive && (h("div", { key: '5c0d98d1a46cc3eb88ad0748527e69cedeaa2eee', class: "help_icon" }, h("svg", { key: 'e013e2fa650ce342c9b6f7ccdcc4a7bb8d4780f6', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { key: '1f8ea2de0eb7f28039f224db56427f7db43a2746', d: "M7.9947 10H8.00069M8.00004 8.00004V5.33337M14.6667 8.00004C14.6667 11.6819 11.6819 14.6667 8.00004 14.6667C4.31814 14.6667 1.33337 11.6819 1.33337 8.00004C1.33337 4.31814 4.31814 1.33337 8.00004 1.33337C11.6819 1.33337 14.6667 4.31814 14.6667 8.00004Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.show && (h("div", { key: 'ef3f269e0618a2c64fe223642057982b31910607', class: `dropdown_menu` }, this.results.map(item => (h("gb-input-dropdown-menu-item", { type: "checkbox", "supporting-text": true, state: StateEnum.Default, onClick: () => this.selectDropdownItem(item), selected: this.isTagItemSelected(item) }, typeof item === 'object'
|
|
192
192
|
? [h("p", { slot: "name" }, item.objectName), h("p", { slot: "supporting_text" }, item.objectValue)]
|
|
193
|
-
: typeof item !== 'object' && h("p", { slot: "name" }, item))))))))), this.showHintText && h("p", { key: '
|
|
193
|
+
: typeof item !== 'object' && h("p", { slot: "name" }, item))))))))), this.showHintText && h("p", { key: '365fe2b0513f60cc6a060144b2c29839dccab2e6', class: `hint_text text-sm-regular ${this.destructive ? 'destructive' : ''}` }, this.hintText)));
|
|
194
194
|
}
|
|
195
195
|
static get is() { return "gb-textarea-input-field"; }
|
|
196
196
|
static get encapsulation() { return "shadow"; }
|
|
@@ -53,7 +53,7 @@ export class GbToast {
|
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
render() {
|
|
56
|
-
return (h("div", { key: '
|
|
56
|
+
return (h("div", { key: '9b6f6d8a8441b81dbf50b8cc5dcf5c968167dc59', class: `toast_div ${this.color} ${this.size} ${this.breakpoint}` }, this.size === 'floating' && (h(Fragment, null, h("div", { key: 'f62a7e60131b643d024f897fbd9a89c827f173ba', class: `icon_container` }, h("svg", { key: 'd8f43757f92c264a33f360ea4e02976e7b44bb16', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, h("path", { key: 'e14daf20d87e9ca06cd02418c729acd97abc7b47', opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), h("path", { key: '0ebd58f6e1d93ca96a2ca9d15ccef09f15bedd52', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), h("path", { key: 'e6d1c390e84003ad7a4db8bdcb4a5faf95b59f69', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" }))), h("div", { key: '2e02e5972b1dd088fc6c4aee617c3716ba550aaa', class: `content ${this.size} ${this.actions ? ' actions' : ''}` }, h("div", { key: '0ef28d7dfa25e040e96f208f9eecb59ecbb9a234', class: `text ${this.size}` }, h("slot", { key: '3ccfe80cb83dda80c7f35e7aab4b1dab22f0db3d', name: "main_text" }), this.showSupportingText && h("slot", { key: 'd369591aef5bd8ec3074e80247866a3b8d5e4260', name: "supporting_text" })), this.actions && (h("div", { key: '2875b5e3719f05469b23cf923931f6e8017d4397', class: `actions ${this.size} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (h(Fragment, null, h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, h("p", null, "Dismiss")), h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, h("p", null, "View changes")))) : (h(Fragment, null, h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "Dismiss")), h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "View changes"))))))), h("gb-button-close", { key: '238f1f686a2e4e9c89fd2ec4dac43b91d3836fe7', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.size}` }))), this.size === 'full_width' && (h("div", { key: '32ad77ba2a0df87af532f4b18f8e0d97b6593121', class: `container ${this.breakpoint}` }, h("div", { key: '091b0a64d807920df96e4cf812f479404e4db945', class: `full_width_content ${this.breakpoint}` }, h("div", { key: '1e7367daf3dd348fb63a037b2c1bcbc10af4c6eb', class: `inner_content ${this.breakpoint}` }, h("div", { key: 'befac5d10657fa581e34f94fa41491ad1ce11afd', class: `icon_container` }, h("svg", { key: 'ee6c039b88d1a1b270873273c486fad5506ce31d', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, h("path", { key: '35dc4feb5a0afeb53d304e94645c2d0ddf31d425', opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), h("path", { key: '641668c6c65decdba64cb90181cb4b9cabdcdc1a', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), h("path", { key: '56695dee23fed326b277f49ab17ae80bb5643087', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" }))), h("div", { key: '447be120f34afdf5a4163c173f82650e5d5cd624', class: `text ${this.size} ${this.breakpoint}` }, h("slot", { key: '664442e9557f31f6eada17638aa5e73d6dcbf452', name: "main_text" }), this.showSupportingText && h("slot", { key: 'b7cf224897ec8f11bd2c8c24675fd6f56f02434e', name: "supporting_text" }))), this.actions && (h("div", { key: 'b875e3d9f93f486eb76bf968ba1238ed7a3eb157', class: `actions ${this.size} ${this.breakpoint} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (h(Fragment, null, h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, h("p", null, "Dismiss")), h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, h("p", null, "View changes")))) : (h(Fragment, null, h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "Dismiss")), h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "View changes")))))), h("gb-button-close", { key: 'df0e6ebac1a55cbf0a07c7216b1d218035162a54', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.breakpoint}`, onClick: () => this.closeToast() }))))));
|
|
57
57
|
}
|
|
58
58
|
static get is() { return "gb-toast"; }
|
|
59
59
|
static get encapsulation() { return "shadow"; }
|
|
@@ -5,7 +5,7 @@ export class GbToastButton {
|
|
|
5
5
|
slottedContent.classList.add('text-sm-semi-bold');
|
|
6
6
|
}
|
|
7
7
|
render() {
|
|
8
|
-
return (h("div", { key: '
|
|
8
|
+
return (h("div", { key: '316c421cad78a4b916f32234b785f1f265635bab', class: `toast_button ${this.state} ${this.color}` }, h("slot", { key: '7ac559c9a4b57960b0900bd118c45a99f78e45ac' })));
|
|
9
9
|
}
|
|
10
10
|
static get is() { return "gb-toast-button"; }
|
|
11
11
|
static get encapsulation() { return "shadow"; }
|
|
@@ -34,7 +34,7 @@ export class GbToggle {
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
render() {
|
|
37
|
-
return (h("div", { key: '
|
|
37
|
+
return (h("div", { key: '577fb6dd4140ced33fe8dc772fe776cb7f021fd4', class: `toggle_div ${this.size}` }, h("div", { key: '2404efb60275bb8049d0f708c66b0b30484c6930', class: "toggle_base" }, h("gb-toggle-base", { key: 'a02c7773eaf1ed6dd23d689286f1117c1a08201d', size: this.size, state: this.state, pressed: this.pressed })), this.text && (h("div", { key: 'a75b6ccb2adc6540bdd0dcc09450fd5a8ce80c29', class: "text" }, h("slot", { key: '72310e412a0bc39ec92ce9dac78447545d3975d0', name: "main_text" }), this.supportingText && (h("slot", { key: '7eeeddf9109bf9ec73e8e943cd1c17d596af3ab6', name: "supporting_text" }))))));
|
|
38
38
|
}
|
|
39
39
|
static get is() { return "gb-toggle"; }
|
|
40
40
|
static get encapsulation() { return "shadow"; }
|