globuswebcomponents 0.7.9 → 0.8.1
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-add-button.cjs.entry.js +1 -1
- package/dist/cjs/gb-avatar-dropdown.cjs.entry.js +75 -0
- package/dist/cjs/gb-avatar-dropdown.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-avatar-group.cjs.entry.js +1 -1
- package/dist/cjs/gb-avatar-label-group.cjs.entry.js +104 -0
- package/dist/cjs/gb-avatar-label-group.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-avatar-profile-photo.cjs.entry.js +1 -1
- package/dist/cjs/{gb-avatar_41.cjs.entry.js → gb-avatar_34.cjs.entry.js} +96 -360
- package/dist/cjs/gb-avatar_34.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-button-close_2.cjs.entry.js +2 -2
- package/dist/cjs/gb-checkbox-group-item.cjs.entry.js +1 -1
- package/dist/cjs/gb-checkbox-group.cjs.entry.js +1 -1
- package/dist/cjs/gb-control-handle.cjs.entry.js +38 -0
- package/dist/cjs/gb-control-handle.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js +32 -0
- package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-export-dropdown-item_2.cjs.entry.js +51 -0
- package/dist/cjs/gb-export-dropdown-item_2.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-export-dropdown.cjs.entry.js +32 -0
- package/dist/cjs/gb-export-dropdown.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-export-sub-dropdown-item.cjs.entry.js +42 -0
- package/dist/cjs/gb-export-sub-dropdown-item.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-file-upload-item-base.cjs.entry.js +1 -1
- package/dist/cjs/gb-file-upload.cjs.entry.js +9 -11
- package/dist/cjs/gb-file-upload.cjs.entry.js.map +1 -1
- package/dist/cjs/gb-help-dropdown.cjs.entry.js +5 -2
- package/dist/cjs/gb-help-dropdown.cjs.entry.js.map +1 -1
- package/dist/cjs/gb-megainput-field.cjs.entry.js +2 -2
- package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
- package/dist/cjs/gb-rich-text.cjs.entry.js +1 -1
- package/dist/cjs/gb-scrollbar.cjs.entry.js +2 -2
- package/dist/cjs/gb-scrollbar.cjs.entry.js.map +1 -1
- package/dist/cjs/gb-slider.cjs.entry.js +2 -2
- package/dist/cjs/gb-slider.cjs.entry.js.map +1 -1
- 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.cjs.entry.js +2 -2
- package/dist/cjs/gb-toggle.cjs.entry.js.map +1 -1
- package/dist/cjs/gb-token-field.cjs.entry.js +1 -1
- package/dist/cjs/gb-verification-code-field.cjs.entry.js +2 -2
- package/dist/cjs/globuscomponents.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/assets/thumbs-up.svg +8 -0
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/gb-avatar/gb-avatar.js +1 -1
- package/dist/collection/components/gb-avatar/gb-avatar.js.map +1 -1
- package/dist/collection/components/gb-avatar-add-button/gb-avatar-add-button.js +1 -1
- package/dist/collection/components/gb-avatar-contrast-inner-border/gb-avatar-contrast-inner-border.js +1 -1
- package/dist/collection/components/gb-avatar-dropdown/gb-avatar-dropdown.js +1 -1
- package/dist/collection/components/gb-avatar-dropdown/gb-avatar-dropdown.js.map +1 -1
- package/dist/collection/components/gb-avatar-group/gb-avatar-group.js +1 -1
- package/dist/collection/components/gb-avatar-label-group/gb-avatar-label-group.js +2 -2
- package/dist/collection/components/gb-avatar-label-group/gb-avatar-label-group.js.map +1 -1
- package/dist/collection/components/gb-avatar-profile-photo/gb-avatar-profile-photo.js +1 -1
- package/dist/collection/components/{gb-badges/gb-badges.css → gb-badge/gb-badge.css} +59 -30
- package/dist/collection/components/{gb-badges/gb-badges.js → gb-badge/gb-badge.js} +5 -5
- package/dist/collection/components/gb-badge/gb-badge.js.map +1 -0
- package/dist/collection/components/gb-badge-close/gb-badge-close.js +1 -1
- package/dist/collection/components/gb-btn/gb-btn.css +4 -0
- package/dist/collection/components/gb-btn/gb-btn.js +1 -1
- package/dist/collection/components/gb-button/gb-button.js +1 -1
- package/dist/collection/components/gb-button/readme.md +2 -0
- package/dist/collection/components/gb-button-close/gb-button-close.js +1 -1
- package/dist/collection/components/gb-carousel-arrow/gb-carousel-arrow.js +1 -1
- package/dist/collection/components/gb-checkbox/gb-checkbox.js +1 -1
- package/dist/collection/components/gb-checkbox-base/gb-checkbox-base.js +1 -1
- package/dist/collection/components/gb-checkbox-group/gb-checkbox-group.js +1 -1
- package/dist/collection/components/gb-checkbox-group-item/gb-checkbox-group-item.js +1 -1
- package/dist/collection/components/gb-collapse-button/gb-collapse-button.js +3 -3
- package/dist/collection/components/{gb-slider-control-handle/slider-control-handle.css → gb-control-handle/gb-control-handle.css} +5 -5
- package/dist/collection/components/{gb-slider-control-handle/slider-control-handle.js → gb-control-handle/gb-control-handle.js} +5 -5
- package/dist/collection/components/gb-control-handle/gb-control-handle.js.map +1 -0
- package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.css +8 -8
- 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.css +8 -2
- package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.js +7 -5
- package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.js.map +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.css +12 -0
- package/dist/collection/components/gb-export-sub-dropdown/gb-export-sub-dropdown.js +12 -1
- package/dist/collection/components/gb-export-sub-dropdown/gb-export-sub-dropdown.js.map +1 -1
- package/dist/collection/components/gb-export-sub-dropdown-item/gb-export-sub-dropdown-item.js +1 -1
- package/dist/collection/components/gb-file-upload/gb-file-upload.js +9 -35
- package/dist/collection/components/gb-file-upload/gb-file-upload.js.map +1 -1
- 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 +29 -5
- package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js.map +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 +12 -12
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +1 -1
- 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 +18 -18
- package/dist/collection/components/gb-input-field/gb-input-field.js.map +1 -1
- package/dist/collection/components/gb-megainput-field-base/gb-megainput-field.js +2 -2
- package/dist/collection/components/gb-notification-content/gb-notification-content.css +5 -5
- package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
- package/dist/collection/components/gb-notification-content/gb-notification-content.js.map +1 -1
- package/dist/collection/components/gb-notification-pane/gb-notification-pane.css +1 -1
- package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +8 -6
- package/dist/collection/components/gb-notification-pane/gb-notification-pane.js.map +1 -1
- package/dist/collection/components/gb-pagination/gb-pagination.js +4 -3
- package/dist/collection/components/gb-pagination/gb-pagination.js.map +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-indicator/gb-pagination-dot-indicator.js +1 -1
- package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.css +8 -0
- package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +7 -1
- package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js.map +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-rich-text/gb-rich-text.js +1 -1
- package/dist/collection/components/gb-scrollbar/gb-scrollbar.css +1 -12
- package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
- package/dist/collection/components/gb-side-bar-item/gb-side-bar-item.js +1 -1
- package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
- package/dist/collection/components/gb-slider/gb-slider.css +2 -2
- package/dist/collection/components/gb-slider/gb-slider.js +1 -1
- package/dist/collection/components/gb-status-indicator/gb-status-indicator.css +3 -3
- package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
- package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.css +0 -10
- package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
- package/dist/collection/components/gb-tag/gb-tag.js +1 -1
- package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.css +7 -7
- package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
- package/dist/collection/components/gb-tag-close/gb-tag-close.css +2 -2
- 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-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.css +1 -1
- package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
- package/dist/collection/components/gb-toggle-base/gb-toggle-base.css +2 -2
- package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
- package/dist/collection/components/gb-token-field/gb-token-field.js +1 -1
- package/dist/collection/components/gb-tooltip/gb-tooltip.css +12 -12
- package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
- package/dist/collection/components/gb-verification-code-field/gb-verification-code-field.js +2 -2
- package/dist/components/gb-avatar-add-button.js +1 -1
- package/dist/components/gb-avatar-contrast-inner-border.js +1 -1
- package/dist/components/gb-avatar-dropdown.js +8 -8
- package/dist/components/gb-avatar-dropdown.js.map +1 -1
- package/dist/components/gb-avatar-group.js +6 -6
- package/dist/components/gb-avatar-label-group.js +1 -1
- package/dist/components/gb-avatar-profile-photo.js +4 -4
- package/dist/components/gb-avatar.js +1 -1
- package/dist/components/gb-badge-close.js +1 -1
- package/dist/components/gb-badge.js +1 -1
- package/dist/components/gb-btn.js +1 -1
- package/dist/components/gb-button-close.js +1 -1
- package/dist/components/gb-button.js +1 -1
- package/dist/components/gb-carousel-arrow.js +1 -1
- package/dist/components/gb-checkbox-base.js +1 -1
- package/dist/components/gb-checkbox-group-item.js +1 -1
- package/dist/components/gb-checkbox-group.js +8 -8
- package/dist/components/gb-checkbox.js +1 -1
- package/dist/components/gb-collapse-button.js +1 -1
- package/dist/components/gb-control-handle.d.ts +11 -0
- package/dist/components/gb-control-handle.js +64 -0
- package/dist/components/gb-control-handle.js.map +1 -0
- 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 +9 -7
- package/dist/components/gb-export-dropdown.js.map +1 -1
- 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-file-upload-item-base.js +1 -1
- package/dist/components/gb-file-upload.js +15 -18
- package/dist/components/gb-file-upload.js.map +1 -1
- package/dist/components/gb-header-icon.js +1 -1
- package/dist/components/gb-header.js +5 -5
- package/dist/components/gb-help-dropdown.js +10 -7
- package/dist/components/gb-help-dropdown.js.map +1 -1
- package/dist/components/gb-help-tooltip.js +1 -1
- package/dist/components/gb-horizontal-tabs.js +7 -7
- 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 +29 -29
- package/dist/components/gb-input-field.js.map +1 -1
- package/dist/components/gb-megainput-field.js +1 -1
- package/dist/components/gb-notification-content.js +1 -1
- package/dist/components/gb-notification-pane.js +10 -8
- package/dist/components/gb-notification-pane.js.map +1 -1
- package/dist/components/gb-pagination-button-group-base.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 +17 -17
- package/dist/components/gb-pagination.js.map +1 -1
- 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-rich-text.js +15 -15
- package/dist/components/gb-scrollbar.js +2 -2
- package/dist/components/gb-scrollbar.js.map +1 -1
- package/dist/components/gb-side-bar-item.js +1 -1
- package/dist/components/gb-sidebar.js +9 -9
- package/dist/components/gb-slider.js +3 -15
- package/dist/components/gb-slider.js.map +1 -1
- package/dist/components/gb-status-indicator.js +1 -1
- package/dist/components/gb-tab-button-base.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-toast-button.js +1 -1
- package/dist/components/gb-toast.js +4 -4
- package/dist/components/gb-toggle-base.js +1 -1
- package/dist/components/gb-toggle.js +3 -3
- package/dist/components/gb-toggle.js.map +1 -1
- package/dist/components/gb-token-field.js +2 -2
- package/dist/components/gb-tooltip.js +1 -1
- package/dist/components/gb-verification-code-field.js +3 -3
- package/dist/components/gb-wysiwyg-toolbar.js +1 -1
- package/dist/components/{p-2c69dbb5.js → p-0977f4e6.js} +3 -3
- package/dist/components/{p-2c69dbb5.js.map → p-0977f4e6.js.map} +1 -1
- package/dist/components/{p-9588018c.js → p-0b43371e.js} +4 -4
- package/dist/components/{p-9588018c.js.map → p-0b43371e.js.map} +1 -1
- package/dist/components/{p-c84f94e8.js → p-0c415ab4.js} +2 -2
- package/dist/components/{p-c84f94e8.js.map → p-0c415ab4.js.map} +1 -1
- package/dist/components/{p-6a5502fa.js → p-0ede1038.js} +2 -2
- package/dist/components/{p-6a5502fa.js.map → p-0ede1038.js.map} +1 -1
- package/dist/components/{p-350ea090.js → p-0eec2229.js} +14 -14
- package/dist/components/{p-350ea090.js.map → p-0eec2229.js.map} +1 -1
- package/dist/components/p-0f81e580.js +142 -0
- package/dist/components/p-0f81e580.js.map +1 -0
- package/dist/components/{p-54fcaccc.js → p-1ca57d5b.js} +3 -3
- package/dist/components/{p-54fcaccc.js.map → p-1ca57d5b.js.map} +1 -1
- package/dist/components/{p-e86d4e72.js → p-1ebb8605.js} +2 -2
- package/dist/components/{p-e86d4e72.js.map → p-1ebb8605.js.map} +1 -1
- package/dist/components/{p-48299bd0.js → p-22e07b7d.js} +2 -2
- package/dist/components/{p-48299bd0.js.map → p-22e07b7d.js.map} +1 -1
- package/dist/components/{p-0760b44e.js → p-2f26e286.js} +2 -2
- package/dist/components/{p-0760b44e.js.map → p-2f26e286.js.map} +1 -1
- package/dist/components/{p-a3474d0e.js → p-33c4b9e5.js} +3 -3
- package/dist/components/p-33c4b9e5.js.map +1 -0
- package/dist/components/{p-a0e83c89.js → p-3c745bea.js} +24 -24
- package/dist/components/p-3c745bea.js.map +1 -0
- package/dist/components/{p-b26e6a65.js → p-445351dc.js} +2 -2
- package/dist/components/{p-b26e6a65.js.map → p-445351dc.js.map} +1 -1
- package/dist/components/{p-a81dc38c.js → p-4a648c43.js} +8 -8
- package/dist/components/{p-a81dc38c.js.map → p-4a648c43.js.map} +1 -1
- package/dist/components/{p-1637c085.js → p-5814e13f.js} +3 -3
- package/dist/components/p-5814e13f.js.map +1 -0
- package/dist/components/{p-9e6c939c.js → p-6918d8b1.js} +3 -3
- package/dist/components/{p-9e6c939c.js.map → p-6918d8b1.js.map} +1 -1
- package/dist/components/{p-3c303bdb.js → p-6ce96214.js} +15 -4
- package/dist/components/p-6ce96214.js.map +1 -0
- package/dist/components/{p-a1b82cdc.js → p-71d7b754.js} +9 -3
- package/dist/components/p-71d7b754.js.map +1 -0
- package/dist/components/{p-901d16f3.js → p-7cce4c9b.js} +5 -5
- package/dist/components/{p-901d16f3.js.map → p-7cce4c9b.js.map} +1 -1
- package/dist/components/{p-5294fbdb.js → p-8bc15a13.js} +6 -6
- package/dist/components/p-8bc15a13.js.map +1 -0
- package/dist/components/{p-ffd546a6.js → p-8c3b1c8c.js} +4 -4
- package/dist/components/p-8c3b1c8c.js.map +1 -0
- package/dist/components/{p-0d860daf.js → p-8ea2d4ec.js} +5 -5
- package/dist/components/p-8ea2d4ec.js.map +1 -0
- package/dist/components/{p-536dedb7.js → p-9aae25cf.js} +2 -2
- package/dist/components/{p-536dedb7.js.map → p-9aae25cf.js.map} +1 -1
- package/dist/components/{p-554828c0.js → p-9b4be6c1.js} +3 -3
- package/dist/components/{p-554828c0.js.map → p-9b4be6c1.js.map} +1 -1
- package/dist/components/{p-262e8623.js → p-9db805b5.js} +3 -3
- package/dist/components/{p-262e8623.js.map → p-9db805b5.js.map} +1 -1
- package/dist/components/{p-45899ad1.js → p-a077869e.js} +10 -10
- package/dist/components/{p-45899ad1.js.map → p-a077869e.js.map} +1 -1
- package/dist/components/{p-9949e4eb.js → p-a19a447b.js} +3 -3
- package/dist/components/p-a19a447b.js.map +1 -0
- package/dist/components/{p-386f4197.js → p-a4e56bdf.js} +5 -5
- package/dist/components/{p-386f4197.js.map → p-a4e56bdf.js.map} +1 -1
- package/dist/components/{p-7f6c7f21.js → p-a6f61aab.js} +2 -2
- package/dist/components/{p-7f6c7f21.js.map → p-a6f61aab.js.map} +1 -1
- package/dist/components/{p-b67c9fe2.js → p-b52b8162.js} +8 -8
- package/dist/components/{p-b67c9fe2.js.map → p-b52b8162.js.map} +1 -1
- package/dist/components/{p-3a271aa7.js → p-cd7c4de5.js} +3 -3
- package/dist/components/{p-3a271aa7.js.map → p-cd7c4de5.js.map} +1 -1
- package/dist/components/{p-f2dadd25.js → p-cecb39d2.js} +8 -8
- package/dist/components/{p-f2dadd25.js.map → p-cecb39d2.js.map} +1 -1
- package/dist/components/{p-d07498b9.js → p-e5a83695.js} +3 -3
- package/dist/components/p-e5a83695.js.map +1 -0
- package/dist/components/{p-a16c45d8.js → p-e7bc2af2.js} +6 -6
- package/dist/components/{p-a16c45d8.js.map → p-e7bc2af2.js.map} +1 -1
- package/dist/components/{p-5e9d940b.js → p-eae096b2.js} +3 -3
- package/dist/components/p-eae096b2.js.map +1 -0
- package/dist/components/{p-8b7b3c72.js → p-eba0059d.js} +8 -8
- package/dist/components/{p-8b7b3c72.js.map → p-eba0059d.js.map} +1 -1
- package/dist/components/{p-895e95e1.js → p-f583506d.js} +2 -2
- package/dist/components/{p-895e95e1.js.map → p-f583506d.js.map} +1 -1
- package/dist/components/{p-975a89fb.js → p-fedf482f.js} +4 -4
- package/dist/components/p-fedf482f.js.map +1 -0
- package/dist/esm/gb-avatar-add-button.entry.js +1 -1
- package/dist/esm/gb-avatar-dropdown.entry.js +71 -0
- package/dist/esm/gb-avatar-dropdown.entry.js.map +1 -0
- package/dist/esm/gb-avatar-group.entry.js +1 -1
- package/dist/esm/gb-avatar-label-group.entry.js +100 -0
- package/dist/esm/gb-avatar-label-group.entry.js.map +1 -0
- package/dist/esm/gb-avatar-profile-photo.entry.js +1 -1
- package/dist/esm/{gb-avatar_41.entry.js → gb-avatar_34.entry.js} +98 -355
- package/dist/esm/gb-avatar_34.entry.js.map +1 -0
- package/dist/esm/gb-button-close_2.entry.js +2 -2
- package/dist/esm/gb-checkbox-group-item.entry.js +1 -1
- package/dist/esm/gb-checkbox-group.entry.js +1 -1
- package/dist/esm/gb-control-handle.entry.js +34 -0
- package/dist/esm/gb-control-handle.entry.js.map +1 -0
- package/dist/esm/gb-dropdown-items-with-shortcut.entry.js +28 -0
- package/dist/esm/gb-dropdown-items-with-shortcut.entry.js.map +1 -0
- package/dist/esm/gb-export-dropdown-item_2.entry.js +46 -0
- package/dist/esm/gb-export-dropdown-item_2.entry.js.map +1 -0
- package/dist/esm/gb-export-dropdown.entry.js +28 -0
- package/dist/esm/gb-export-dropdown.entry.js.map +1 -0
- package/dist/esm/gb-export-sub-dropdown-item.entry.js +38 -0
- package/dist/esm/gb-export-sub-dropdown-item.entry.js.map +1 -0
- package/dist/esm/gb-file-upload-item-base.entry.js +1 -1
- package/dist/esm/gb-file-upload.entry.js +9 -11
- package/dist/esm/gb-file-upload.entry.js.map +1 -1
- package/dist/esm/gb-help-dropdown.entry.js +6 -3
- package/dist/esm/gb-help-dropdown.entry.js.map +1 -1
- package/dist/esm/gb-megainput-field.entry.js +2 -2
- package/dist/esm/gb-progress-circle.entry.js +1 -1
- package/dist/esm/gb-rich-text.entry.js +1 -1
- package/dist/esm/gb-scrollbar.entry.js +2 -2
- package/dist/esm/gb-scrollbar.entry.js.map +1 -1
- package/dist/esm/gb-slider.entry.js +2 -2
- package/dist/esm/gb-slider.entry.js.map +1 -1
- package/dist/esm/gb-toast-button.entry.js +1 -1
- package/dist/esm/gb-toast.entry.js +1 -1
- package/dist/esm/gb-toggle.entry.js +2 -2
- package/dist/esm/gb-toggle.entry.js.map +1 -1
- package/dist/esm/gb-token-field.entry.js +1 -1
- package/dist/esm/gb-verification-code-field.entry.js +2 -2
- package/dist/esm/globuscomponents.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/globuscomponents/assets/thumbs-up.svg +8 -0
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
- package/dist/globuscomponents/{p-45eef183.entry.js → p-03089687.entry.js} +2 -2
- package/dist/globuscomponents/p-0dc980e1.entry.js +2 -0
- package/dist/globuscomponents/p-0dc980e1.entry.js.map +1 -0
- package/dist/globuscomponents/{p-8f96d78c.entry.js → p-1efc6fcb.entry.js} +2 -2
- package/dist/globuscomponents/p-1efc6fcb.entry.js.map +1 -0
- package/dist/globuscomponents/p-26a27b94.entry.js +2 -0
- package/dist/globuscomponents/p-26a27b94.entry.js.map +1 -0
- package/dist/globuscomponents/{p-9565ff1f.entry.js → p-3187a396.entry.js} +2 -2
- package/dist/globuscomponents/p-331fccb1.entry.js +2 -0
- package/dist/globuscomponents/p-331fccb1.entry.js.map +1 -0
- package/dist/globuscomponents/{p-4a0b98cc.entry.js → p-42b0501f.entry.js} +2 -2
- package/dist/globuscomponents/{p-e7db1b60.entry.js → p-450bfb1e.entry.js} +2 -2
- package/dist/globuscomponents/p-450bfb1e.entry.js.map +1 -0
- package/dist/globuscomponents/p-4ebce452.entry.js +2 -0
- package/dist/globuscomponents/p-4ebce452.entry.js.map +1 -0
- package/dist/globuscomponents/{p-4972b741.entry.js → p-610b9f3f.entry.js} +2 -2
- package/dist/globuscomponents/{p-ce7e677c.entry.js → p-77543e57.entry.js} +2 -2
- package/dist/globuscomponents/p-7816273e.entry.js +2 -0
- package/dist/globuscomponents/p-7816273e.entry.js.map +1 -0
- package/dist/globuscomponents/{p-0cc11c02.entry.js → p-82ed7e15.entry.js} +2 -2
- package/dist/globuscomponents/p-82ed7e15.entry.js.map +1 -0
- package/dist/globuscomponents/{p-bf0c442d.entry.js → p-8584a310.entry.js} +2 -2
- package/dist/globuscomponents/p-8ae7b1be.entry.js +2 -0
- package/dist/globuscomponents/p-8ae7b1be.entry.js.map +1 -0
- package/dist/globuscomponents/p-8e3b677c.entry.js +2 -0
- package/dist/globuscomponents/p-8e3b677c.entry.js.map +1 -0
- package/dist/globuscomponents/{p-c6a98d26.entry.js → p-916be2e6.entry.js} +2 -2
- package/dist/globuscomponents/{p-4f500687.entry.js → p-9a7f8086.entry.js} +2 -2
- package/dist/globuscomponents/p-c1948b27.entry.js +2 -0
- package/dist/globuscomponents/p-c1948b27.entry.js.map +1 -0
- package/dist/globuscomponents/{p-54d70eca.entry.js → p-c833196c.entry.js} +2 -2
- package/dist/globuscomponents/p-d4a21015.entry.js +2 -0
- package/dist/globuscomponents/p-d4a21015.entry.js.map +1 -0
- package/dist/globuscomponents/{p-c6c5abbb.entry.js → p-e124949f.entry.js} +2 -2
- package/dist/globuscomponents/{p-4d40f44e.entry.js → p-e30e9098.entry.js} +2 -2
- package/dist/globuscomponents/p-e62a5b1b.entry.js +2 -0
- package/dist/globuscomponents/p-e9658c0a.entry.js +2 -0
- package/dist/globuscomponents/p-e9658c0a.entry.js.map +1 -0
- package/dist/globuscomponents/{p-472ded9f.entry.js → p-ead3d572.entry.js} +2 -2
- package/dist/globuscomponents/{p-f19f57d4.entry.js → p-feb34fb7.entry.js} +2 -2
- package/dist/globuscomponents/readme.md +2 -0
- package/dist/types/components/gb-export-dropdown/gb-export-dropdown.d.ts +6 -2
- package/dist/types/components/gb-export-sub-dropdown/gb-export-sub-dropdown.d.ts +2 -0
- package/dist/types/components/gb-file-upload/gb-file-upload.d.ts +1 -2
- package/dist/types/components/gb-help-dropdown/gb-help-dropdown.d.ts +3 -1
- package/dist/types/components.d.ts +36 -22
- package/package.json +1 -1
- package/dist/cjs/gb-avatar_41.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-slider-control-handle.cjs.entry.js +0 -38
- package/dist/cjs/gb-slider-control-handle.cjs.entry.js.map +0 -1
- package/dist/collection/components/gb-badges/gb-badges.js.map +0 -1
- package/dist/collection/components/gb-slider-control-handle/slider-control-handle.js.map +0 -1
- package/dist/components/gb-slider-control-handle.d.ts +0 -11
- package/dist/components/gb-slider-control-handle.js +0 -8
- package/dist/components/gb-slider-control-handle.js.map +0 -1
- package/dist/components/p-0d860daf.js.map +0 -1
- package/dist/components/p-1637c085.js.map +0 -1
- package/dist/components/p-3c303bdb.js.map +0 -1
- package/dist/components/p-5294fbdb.js.map +0 -1
- package/dist/components/p-5e9d940b.js.map +0 -1
- package/dist/components/p-886a548b.js +0 -142
- package/dist/components/p-886a548b.js.map +0 -1
- package/dist/components/p-975a89fb.js.map +0 -1
- package/dist/components/p-9949e4eb.js.map +0 -1
- package/dist/components/p-a0e83c89.js.map +0 -1
- package/dist/components/p-a1b82cdc.js.map +0 -1
- package/dist/components/p-a3474d0e.js.map +0 -1
- package/dist/components/p-c8584920.js +0 -61
- package/dist/components/p-c8584920.js.map +0 -1
- package/dist/components/p-d07498b9.js.map +0 -1
- package/dist/components/p-ffd546a6.js.map +0 -1
- package/dist/esm/gb-avatar_41.entry.js.map +0 -1
- package/dist/esm/gb-slider-control-handle.entry.js +0 -34
- package/dist/esm/gb-slider-control-handle.entry.js.map +0 -1
- package/dist/globuscomponents/p-00e5662d.entry.js +0 -2
- package/dist/globuscomponents/p-00e5662d.entry.js.map +0 -1
- package/dist/globuscomponents/p-0cc11c02.entry.js.map +0 -1
- package/dist/globuscomponents/p-47c41cbe.entry.js +0 -2
- package/dist/globuscomponents/p-8f96d78c.entry.js.map +0 -1
- package/dist/globuscomponents/p-9f957b9d.entry.js +0 -2
- package/dist/globuscomponents/p-9f957b9d.entry.js.map +0 -1
- package/dist/globuscomponents/p-a684fd22.entry.js +0 -2
- package/dist/globuscomponents/p-a684fd22.entry.js.map +0 -1
- package/dist/globuscomponents/p-d1bac155.entry.js +0 -2
- package/dist/globuscomponents/p-d1bac155.entry.js.map +0 -1
- package/dist/globuscomponents/p-e7db1b60.entry.js.map +0 -1
- /package/dist/globuscomponents/{p-45eef183.entry.js.map → p-03089687.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9565ff1f.entry.js.map → p-3187a396.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-4a0b98cc.entry.js.map → p-42b0501f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-4972b741.entry.js.map → p-610b9f3f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-ce7e677c.entry.js.map → p-77543e57.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-bf0c442d.entry.js.map → p-8584a310.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c6a98d26.entry.js.map → p-916be2e6.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-4f500687.entry.js.map → p-9a7f8086.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-54d70eca.entry.js.map → p-c833196c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c6c5abbb.entry.js.map → p-e124949f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-4d40f44e.entry.js.map → p-e30e9098.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-47c41cbe.entry.js.map → p-e62a5b1b.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-472ded9f.entry.js.map → p-ead3d572.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f19f57d4.entry.js.map → p-feb34fb7.entry.js.map} +0 -0
- /package/dist/types/components/{gb-badges/gb-badges.d.ts → gb-badge/gb-badge.d.ts} +0 -0
- /package/dist/types/components/{gb-slider-control-handle/slider-control-handle.d.ts → gb-control-handle/gb-control-handle.d.ts} +0 -0
|
@@ -70,7 +70,7 @@ export class GbSidebar {
|
|
|
70
70
|
const logoSrc = getAssetPath(`assets/globus_bank_logo.svg`);
|
|
71
71
|
const blueLogoSrc = getAssetPath(`assets/globus_bank_logo_blue.svg`);
|
|
72
72
|
const whiteLogoSrc = getAssetPath(`assets/globus_bank_logo_white.svg`);
|
|
73
|
-
return (h("div", { key: '
|
|
73
|
+
return (h("div", { key: '040935019059b24ba67a98e23a364088a6c04523', class: `sidebar_div ${this.state} ${this.category}` }, this.category === 'colored_background' && (h("div", { key: 'aa0f183c789408eafc705f3f7dd187b58520ef2f', class: "pattern" }, h("img", { key: 'ae406e9dc7ae0fcfa595b658ba2c19d5b79b2429', src: patternSrc, alt: "" }))), h("div", { key: 'beacc8e2f9765ec3db394032412fd26586a7455a', class: "nav" }, h("div", { key: '7eb16042b401af349d8f7d19c6fe80f3a89b5385', class: `sidebar_header ${this.state}` }, h("div", { key: 'a57a17198202ad7f96561d886fe831f2343dd4d0', 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: 'c0851329a39603c504a0f025f587b85c9ac58995', src: logoSrc, alt: "" })), h("div", { key: 'eb96e8a6161be051bd9cc11adb88f5ef49cc37b4', class: `collapse_button ${this.state}` }, h("gb-collapse-button", { key: '754b071e7f635f30768e2d15532704f2c3156fcb', color: this.category === 'plain_background' ? 'gray' : 'white', action: this.state === 'collapsed' ? 'expand' : 'collapse', onClick: () => (this.state === 'collapsed' ? this.expandSideBar() : this.collapseSideBar()) }))), h("div", { key: 'ca92e493ccdf3752592865e7c138f2a7bc1a9471', class: "navigation" }, h("div", { key: '4c4a327000a008512f1eec2702fe20adffd6e3ae', class: "item" }, h("gb-side-bar-item", { key: 'f8ffe8a5ed0180b28a5a90094340ffafb2c306c5', 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-side-bar-item", { key: '85740ad03ab9df16b713be0a01e9e12c1b4e10e4', 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-side-bar-item", { key: '06b3b0a35556c96cf0bdb8c624cb734776b6ebfb', 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-side-bar-item", { key: '44af21c73eb83e01fdc30da2e337ed85550c308d', 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-side-bar-item", { key: '08a845dce811d4d3d13a93068cc8e7d4fdbe8f28', 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: '266dcfdcb4181e72f655349163ab3a2d933312c3', class: "navigation" }, h("div", { key: 'bf4875764d60d103c4256e976b58abe21239410c', class: "item" }, this.sixthItemLabel && (h("gb-side-bar-item", { key: '9428997bc187128bd96fbb3f4c05d7c370be270f', 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-side-bar-item", { key: 'bfda37a383266e1caee28f5b01a0de40dbff89e7', 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-side-bar-item", { key: '0b19bf509b85a81ca74557e22fc2390b8e3e97cc', 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-side-bar-item", { key: '4b4dfc1e4a4a19bb56314a75cd352b44c95c0408', 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-side-bar-item", { key: 'ba10c995b43dce3be1436a09ee2a81ef5cdfe415', 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: '3008f32156f3774c32a505398439d85fc2218cd0', class: "application_name" }, h("div", { key: 'd450ac7188e53d90398022c1bbf7d6935d98e88f', class: `wrapper ${this.category}` }, this.category === 'plain_background' && (h("div", { key: '0bfa4fffef859bf91afeba924144bb175223bea6', class: "application_name_pattern" }, h("img", { key: '99d8f615c58df2c290a126b30e3cbf833537f636', src: patternSrc, alt: "" }))), h("div", { key: 'b7b9a063867a3da3dd8301cb8e970094b4fc37fa', class: `application_icon ${this.category}`, innerHTML: this.leadingIconSvg }), h("span", { key: '46bf0a877f8e0a9599102947a9b03d039607230f', class: textClass }, h("slot", { key: '072f61d87723496e1e4ba1b0d63e87be1a8ae8f3', name: "application_name" })))))));
|
|
74
74
|
}
|
|
75
75
|
static get is() { return "gb-sidebar"; }
|
|
76
76
|
static get encapsulation() { return "shadow"; }
|
|
@@ -2670,14 +2670,14 @@
|
|
|
2670
2670
|
position: relative;
|
|
2671
2671
|
width: 100%;
|
|
2672
2672
|
height: 8px;
|
|
2673
|
-
background-color: #
|
|
2673
|
+
background-color: var(--color-border-subtler, #E3E8EF);
|
|
2674
2674
|
border-radius: var(--rounded-xs);
|
|
2675
2675
|
}
|
|
2676
2676
|
|
|
2677
2677
|
.track {
|
|
2678
2678
|
position: absolute;
|
|
2679
2679
|
height: 100%;
|
|
2680
|
-
background-color: #
|
|
2680
|
+
background-color: var(--color-border-selected, #075DB2);
|
|
2681
2681
|
}
|
|
2682
2682
|
|
|
2683
2683
|
gb-slider-control-handle {
|
|
@@ -56,7 +56,7 @@ export class GbSlider {
|
|
|
56
56
|
this.trackEl.style.width = `${rightPos - leftPos}%`;
|
|
57
57
|
}
|
|
58
58
|
render() {
|
|
59
|
-
return (h("div", { key: '
|
|
59
|
+
return (h("div", { key: 'b7853274411cf081ee63f951b5af7794fe6c404a', class: "slider-container", ref: (el) => this.containerEl = el }, h("div", { key: '89e26af93c8b159cc96441819bfee36b6b98f007', class: "track", ref: (el) => this.trackEl = el }), h("gb-slider-control-handle", { key: '656c1c987973cef9ae74192fb137d70a088f7807', class: "left", value: this.leftValue, type: this.thumbType, style: { left: `${this.leftValue}%` }, onMouseDown: (e) => this.handleMouseDown(e, 'left') }), h("gb-slider-control-handle", { key: 'b59fdb6e2b367551ff61ad91ab977f81138efa14', class: "right", value: this.rightValue, type: this.thumbType, style: { left: `${this.rightValue}%` }, onMouseDown: (e) => this.handleMouseDown(e, 'right') })));
|
|
60
60
|
}
|
|
61
61
|
static get is() { return "gb-slider"; }
|
|
62
62
|
static get encapsulation() { return "shadow"; }
|
|
@@ -2660,17 +2660,17 @@
|
|
|
2660
2660
|
}
|
|
2661
2661
|
|
|
2662
2662
|
.online_icon{
|
|
2663
|
-
border: 1.5px solid #FFFFFF;
|
|
2663
|
+
border: 1.5px solid var(--color-boarder-inverse, #FFFFFF);
|
|
2664
2664
|
border-radius: var(--rounded-full);
|
|
2665
2665
|
}
|
|
2666
2666
|
|
|
2667
2667
|
/* Online Indicator States */
|
|
2668
2668
|
.online_icon.offline{
|
|
2669
|
-
background-color: #CDD5DF;
|
|
2669
|
+
background-color: var(--color-background-gray, #CDD5DF);
|
|
2670
2670
|
}
|
|
2671
2671
|
|
|
2672
2672
|
.online_icon.online{
|
|
2673
|
-
background-color: #079455;
|
|
2673
|
+
background-color: var(--color-icon-success, #079455);
|
|
2674
2674
|
}
|
|
2675
2675
|
|
|
2676
2676
|
/* Online Indicator Sizes */
|
|
@@ -9,7 +9,7 @@ export class GbStatusIndicator {
|
|
|
9
9
|
}
|
|
10
10
|
render() {
|
|
11
11
|
return [
|
|
12
|
-
h("div", { key: '
|
|
12
|
+
h("div", { key: '559a89f63862e6567eb67d43dd7e48de449c60fa' }, this.statusIcon === 'online_indicator' && h("div", { key: 'ac85e03f3657d4d6d27aa29381ecfba06e5eb810', class: `online_icon ${this.size} ${this.indicatorStateClass}` }), this.statusIcon === 'verified' && (h("svg", { key: 'df4f7e7c9bd176cc20f5fe119a8db74c20351703', 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: '30494be905b4b19a3ea815c33fc7a9e44a5b331a', "clip-path": "url(#clip0_0_21453)" }, h("path", { key: '55c27e139906fff17536f7009b8166a80a7da18f', 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: 'f55fd9a7ca989e4b6edf884d710c49a1630ecf64', 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: 'f151fcc95b1e6010c7ce7bff4e8c538822cdeff5' }, h("clipPath", { key: 'b6aec91ad2d82a372223f95d5169502aae3e3731', id: "clip0_0_21453" }, h("rect", { key: '1c3429bbddaf302374e0a9c273ce79e772dc626d', width: "32", height: "32", fill: "white" }))))), this.statusIcon === 'company' && (h("svg", { key: 'c067d1937df8720b02238bc63bceb3bcebab4d5a', 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: 'ab4ca7c2a9d0072918865304696ba0fa4d4f8417', 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: '820c6791a3a6c227c876aecdbe33aa4f5d3bd3ad', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8942 13.7488V11.865L15.2835 11.8807C15.5231 11.8822 15.7598 11.9336 15.9785 12.0314C16.1973 12.1293 16.3933 12.2715 16.5541 12.449C16.715 12.6266 16.8373 12.8357 16.9131 13.063C16.989 13.2903 17.0168 13.5308 16.9948 13.7694C16.9948 16.4275 12.901 16.9969 12.8973 13.7488M12.8973 8.75316C17.3054 6.44066 17.6942 11.5213 15.0323 11.2788H12.886L12.8973 8.75316ZM16.7385 11.5113C19.8985 10.3013 17.2573 5.5894 12.0854 8.5044C11.5544 8.07132 10.9218 7.78073 10.2473 7.66004C8.96979 7.40066 7.25604 7.62628 6.29479 8.52378L6.75917 8.97941C7.2569 8.55053 7.86627 8.27194 8.51626 8.17611C9.16625 8.08028 9.83009 8.17117 10.4304 8.43816C10.6321 8.53335 10.8098 8.67262 10.9505 8.8457C11.0911 9.01879 11.191 9.22127 11.2429 9.43817L11.266 13.7669C11.0785 16.7738 7.20354 16.5413 7.20354 13.7669V11.8682H10.2492V11.295H5.59729V13.1644C5.60917 16.7175 9.93104 17.315 12.0717 15.5863C12.9471 16.2353 14.0184 16.5649 15.1073 16.52C18.9442 16.4938 19.7323 12.3563 16.7273 11.5144L16.7385 11.5113Z", fill: "white" })))),
|
|
13
13
|
];
|
|
14
14
|
}
|
|
15
15
|
static get is() { return "gb-status-indicator"; }
|
|
@@ -2693,16 +2693,6 @@
|
|
|
2693
2693
|
border-radius: var(--rounded-none);
|
|
2694
2694
|
}
|
|
2695
2695
|
|
|
2696
|
-
.count_div{
|
|
2697
|
-
display: flex;
|
|
2698
|
-
height: 1.375rem;
|
|
2699
|
-
min-height: 1.375rem;
|
|
2700
|
-
padding: var(--spacing-none) var(--spacing-2);
|
|
2701
|
-
align-items: center;
|
|
2702
|
-
border-radius: var(--rounded-full);
|
|
2703
|
-
border: 1px solid blue;
|
|
2704
|
-
}
|
|
2705
|
-
|
|
2706
2696
|
/* Spacing Styles */
|
|
2707
2697
|
.button_primary,
|
|
2708
2698
|
.button_gray,
|
|
@@ -42,12 +42,12 @@ export class GbTabButtonBase {
|
|
|
42
42
|
this.tabClicked.emit();
|
|
43
43
|
}
|
|
44
44
|
render() {
|
|
45
|
-
return (h("div", { key: '
|
|
45
|
+
return (h("div", { key: '01636a65fad923feaa7bf7af1c61768127d26ee8', class: `tab_button_div ${this.type}
|
|
46
46
|
${this.current ? 'current' : ''}
|
|
47
47
|
${this.fullWidth ? 'full_width' : ''}
|
|
48
|
-
${this.size}`, onClick: () => this.handleClick() }, h("p", { key: '
|
|
48
|
+
${this.size}`, onClick: () => this.handleClick() }, h("p", { key: '4e37cd52d402c606bb893fb0fdf2963892429b8a', class: `${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (h("gb-badge", { key: 'f8b2cce3ba182acbb076ef5704c4342af6fc6a5c', size: "sm", type: "pill_color", color: this.current && this.type === 'button_primary' ? 'information' :
|
|
49
49
|
this.current && this.type === 'underline' ? 'information' :
|
|
50
|
-
this.current && this.type === 'line' ? 'information' : 'gray' }, h("slot", { key: '
|
|
50
|
+
this.current && this.type === 'line' ? 'information' : 'gray' }, h("slot", { key: '5b79605cf43170a782e3c78bbf4b6f1399ef4553', name: "count" })))));
|
|
51
51
|
}
|
|
52
52
|
static get is() { return "gb-tab-button-base"; }
|
|
53
53
|
static get encapsulation() { return "shadow"; }
|
|
@@ -12,7 +12,7 @@ export class GbTag {
|
|
|
12
12
|
}
|
|
13
13
|
render() {
|
|
14
14
|
const flagSwap = getAssetPath(`${this.flagSwap}`);
|
|
15
|
-
return (h("div", { key: '
|
|
15
|
+
return (h("div", { key: '0b4f665e1d4c401f798f6cdc129441cb8bf448e2', class: `container ${this.size}` }, h("div", { key: 'b6efc61960e2d1f26f25738cce591a526e5d370a', class: `content ${this.size}` }, this.checkbox && h("gb-tag-checkbox", { key: 'cc2c5e293edd581cae1e33b174009abfdab3e0ab', size: this.size }), this.icon === 'country' && (h("div", { key: 'c895311d1448d38dfdd64d3dc9ac55527297f318', class: "icon left-icon" }, h("img", { key: '97510cf7f73f75650aa0d6e4f7c2adaa0b57bea5', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: '3b48273d07568faa427bcf5598f15e206ea4924a', class: "avatar-icon", size: "xxs", "status-icon": "false", text: true, color: "gray" }, h("slot", { key: '3f608945caf2b45ab33d2526462d54a26c5eac5e', name: "initials", slot: "initials" }))), this.icon === 'dot' && (h("svg", { key: 'a37c31d384ba1f45e840623bbc4ee8bbc6a74afe', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: '2fb8456a3294499028b805a7e1485ba00b011565', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("slot", { key: 'd017880526f23a1c49190449adc38259a40a585f' }), this.action === 'count' && (h("gb-tag-count", { key: '97f7807ee2b40d6ac52137b383a9e109cf3480f1', size: this.size }, h("slot", { key: '302a36593992380867d854ff933f48f82a29222e', slot: "count", name: "count" })))), this.action === 'X_close' && h("gb-tag-close", { key: '0cc3f4334f710afdc19f31a1805e8d5e83a555d9', size: this.size, onClick: () => this.onTagClose() })));
|
|
16
16
|
}
|
|
17
17
|
static get is() { return "gb-tag"; }
|
|
18
18
|
static get encapsulation() { return "shadow"; }
|
|
@@ -2680,7 +2680,7 @@ input[type="checkbox"] {
|
|
|
2680
2680
|
align-items: center;
|
|
2681
2681
|
justify-content: center;
|
|
2682
2682
|
border-radius: var(--rounded-xs);
|
|
2683
|
-
border: 1px solid #CDD5DF;
|
|
2683
|
+
border: 1px solid var(--color-border-input, #CDD5DF);
|
|
2684
2684
|
background: transparent;
|
|
2685
2685
|
transition: background 0.2s, border 0.2s;
|
|
2686
2686
|
margin-top: 10px;
|
|
@@ -2703,8 +2703,8 @@ input[type="checkbox"] {
|
|
|
2703
2703
|
}
|
|
2704
2704
|
|
|
2705
2705
|
input[type="checkbox"]:checked + .custom-checkbox {
|
|
2706
|
-
background: #075DB2;
|
|
2707
|
-
border: 1px solid #075DB2;
|
|
2706
|
+
background: var(--color-background-selected, #075DB2);
|
|
2707
|
+
border: 1px solid var(--color-border-selected, #075DB2);
|
|
2708
2708
|
}
|
|
2709
2709
|
|
|
2710
2710
|
input[type="checkbox"]:checked + .custom-checkbox .checkmark {
|
|
@@ -2718,15 +2718,15 @@ input[type="checkbox"]:checked + .custom-checkbox .checkmark {
|
|
|
2718
2718
|
}
|
|
2719
2719
|
|
|
2720
2720
|
.checkbox-container:hover .custom-checkbox {
|
|
2721
|
-
border: 1px solid #075DB2;
|
|
2721
|
+
border: 1px solid var(--color-border-selected, #075DB2);
|
|
2722
2722
|
}
|
|
2723
2723
|
|
|
2724
2724
|
.checkbox-container.disabled .custom-checkbox {
|
|
2725
|
-
background: #F6F8FA;
|
|
2726
|
-
border: 1px solid #E3E8EF;
|
|
2725
|
+
background: var(--color-background-disabled, #F6F8FA);
|
|
2726
|
+
border: 1px solid var(--color-border-disabled, #E3E8EF);
|
|
2727
2727
|
}
|
|
2728
2728
|
|
|
2729
2729
|
.checkbox-container.disabled .checkmark {
|
|
2730
|
-
fill: #
|
|
2730
|
+
fill: var(--color-icon-disabled, #CDD5DF);
|
|
2731
2731
|
}
|
|
2732
2732
|
|
|
@@ -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: 'a9acffbf91210a43b2f6ee6ceca5f49480f3f5eb', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, h("input", { key: '5ae01d2101c31d067f9c374fcade8321279bb0a8', type: "checkbox", checked: this.checked, disabled: this.disabled }), h("span", { key: 'a670b1ba7c4b9326d1a8e045b32ac1dfae769b08', class: `custom-checkbox ${this.size}` }, h("svg", { key: '9581c1308f33edac6b6f5d001f376582b31eb3b9', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: 'ed7b0c0776ff68955ec66e05d511c99e2afa998d', 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"; }
|
|
@@ -2669,11 +2669,11 @@ div {
|
|
|
2669
2669
|
}
|
|
2670
2670
|
|
|
2671
2671
|
div:hover {
|
|
2672
|
-
background: #F6F8FA;
|
|
2672
|
+
background: var(--color-background-gray-subtlest, #F6F8FA);
|
|
2673
2673
|
}
|
|
2674
2674
|
|
|
2675
2675
|
div:hover svg path {
|
|
2676
|
-
stroke: #202939;
|
|
2676
|
+
stroke: var(--color-icon-bold, #202939);
|
|
2677
2677
|
}
|
|
2678
2678
|
|
|
2679
2679
|
div.sm,
|
|
@@ -4,7 +4,7 @@ export class GbTagClose {
|
|
|
4
4
|
this.size = undefined;
|
|
5
5
|
}
|
|
6
6
|
render() {
|
|
7
|
-
return (h("div", { key: '
|
|
7
|
+
return (h("div", { key: '7bc1f36e1bb99de997135b32673dea51532d9e32', class: this.size }, h("svg", { key: '8661382fe1b7e5df59877e80bd16453855bd2183', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, h("path", { key: 'f87f90cdee691ea15aa0d2c7cd657432e305540b', d: "M7.91683 2.08328L2.0835 7.91662M2.0835 2.08328L7.91683 7.91662", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))));
|
|
8
8
|
}
|
|
9
9
|
static get is() { return "gb-tag-close"; }
|
|
10
10
|
static get encapsulation() { return "shadow"; }
|
|
@@ -4,7 +4,7 @@ export class GbTagCount {
|
|
|
4
4
|
this.size = undefined;
|
|
5
5
|
}
|
|
6
6
|
render() {
|
|
7
|
-
return (h("div", { key: '
|
|
7
|
+
return (h("div", { key: '3776bd81a23d8f5fb9f8f1818ebd077c4ab72dab', class: this.size }, h("slot", { key: 'c06bb9f9f58ea7a22c660cba5c32da4ee348f4ef', name: "count" })));
|
|
8
8
|
}
|
|
9
9
|
static get is() { return "gb-tag-count"; }
|
|
10
10
|
static get encapsulation() { return "shadow"; }
|
|
@@ -37,7 +37,7 @@ export class GbToast {
|
|
|
37
37
|
slottedSupportingText.classList.add(this.getSupportingColorClasses());
|
|
38
38
|
}
|
|
39
39
|
render() {
|
|
40
|
-
return (h("div", { key: '
|
|
40
|
+
return (h("div", { key: 'b1e92cda97cf94feb2e50f954ca5d006512d3bfc', class: `toast_div ${this.color} ${this.size} ${this.breakpoint}` }, this.size === 'floating' && (h(Fragment, null, h("div", { key: '016a2284047b4e8508a4f7ac3bcc7c68da4f7a5a', class: `icon_container` }, h("svg", { key: '0cb0a7edf2df438f6195ede5ed33ee553441c0f0', 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: '0ac4dc24e71ae239f95167f85d3902558b63ab93', 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: '566e28b04cd5fc75a0919ce2303dc47d3224d476', "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: 'a4acc6601e78a9f01e7df8bba8eafe3706bdb341', "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: 'b7ed7b0444e09b33f7433000602a6bfc623b4224', class: `content ${this.size} ${this.actions ? ' actions' : ''}` }, h("div", { key: '99abc3d1317d64b793c8b72014e9aa278640fbd1', class: `text ${this.size}` }, h("slot", { key: 'd17e3c3fd7761b794470c361887eb63e45530159', name: "main_text" }), this.showSupportingText && h("slot", { key: '2280a1ee9fcb2570be552d3d63336903cf4d6626', name: "supporting_text" })), this.actions && (h("div", { key: '6eb77156d1d09ff4c339bb005482e70aa3a6bfc6', 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: '4c2fd2d93218ad6405fe34371f0f0a17e94f9e3d', 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: '5f897f55974b6b67a056b8e62c2ff3acd8949a35', class: `container ${this.breakpoint}` }, h("div", { key: 'e654888e4636ed02ff55e31c21c8eff348d95cf5', class: `full_width_content ${this.breakpoint}` }, h("div", { key: 'a9721b64b3fc7c25642c352ca58afbcc542f61ef', class: `inner_content ${this.breakpoint}` }, h("div", { key: '50113f0406c81a3b29a01fa4f12471cfa6fe87b5', class: `icon_container` }, h("svg", { key: '632545bcd0a4d95212eae545f9832300a086108a', 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: '0a8e60c119812b2176cb12221c1f3cb75f047b8b', 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: '1dd36119863dea76196b1a4d1e1245ee41459013', "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: 'fee756fb671fab6e359d99531ab6c60bb873a194', "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: '69318aa67ad82db7cd409dfb5c8deec791fc4796', class: `text ${this.size} ${this.breakpoint}` }, h("slot", { key: '27919d2cb4b3f22dba85d4bbbcd09e582389df05', name: "main_text" }), this.showSupportingText && h("slot", { key: 'ef86722ac693a8b6c127740fed09cf5679a200af', name: "supporting_text" }))), this.actions && (h("div", { key: 'ba61bbad01efea9900fcb487ffe21592cde8b36f', 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: 'e5317a6d84859b3bbfcf857d4bb8c3d4c9dab10f', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.breakpoint}` }))))));
|
|
41
41
|
}
|
|
42
42
|
static get is() { return "gb-toast"; }
|
|
43
43
|
static get encapsulation() { return "shadow"; }
|
|
@@ -9,7 +9,7 @@ export class GbToastButton {
|
|
|
9
9
|
slottedContent.classList.add('text-sm-semi-bold');
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (h("div", { key: '
|
|
12
|
+
return (h("div", { key: '7a1d026525226178bc7164f951cf87682b42a82d', class: `toast_button ${this.state} ${this.color}` }, h("slot", { key: 'af7d97bdf7764c7e7a2bd1a9202e8f163687225d' })));
|
|
13
13
|
}
|
|
14
14
|
static get is() { return "gb-toast-button"; }
|
|
15
15
|
static get encapsulation() { return "shadow"; }
|
|
@@ -33,7 +33,7 @@ export class GbToggle {
|
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
render() {
|
|
36
|
-
return (h("div", { key: '
|
|
36
|
+
return (h("div", { key: '10dce099d6d17cfa08ae7930ad549cbe66b107ff', class: `toggle_div ${this.size}` }, h("div", { key: 'eaec0123f0e0e3a619e96db97da7ffaec5f6f5e2', class: "toggle_base" }, h("gb-toggle-base", { key: '6ed3de23fd9ff205edce00b66547cf69621e518f', size: this.size, state: this.state, pressed: this.pressed })), h("div", { key: 'c3287985e2922cb5ea1548715e9c6448ac1b0e1b', class: "text" }, h("slot", { key: 'c676714082dbfcd79e200dc9f01624f0c66dfafa', name: "main_text" }), this.supportingText && (h("slot", { key: '5ac8364761aeb1d29efc577ccd79f7a70a6120be', name: "supporting_text" })))));
|
|
37
37
|
}
|
|
38
38
|
static get is() { return "gb-toggle"; }
|
|
39
39
|
static get encapsulation() { return "shadow"; }
|
|
@@ -2693,14 +2693,14 @@ label.disabled{
|
|
|
2693
2693
|
}
|
|
2694
2694
|
|
|
2695
2695
|
label.pressed.disabled {
|
|
2696
|
-
background-color: #E3E8EF; /* Light gray background when pressed and in disabled state */
|
|
2696
|
+
background-color: var(--color-background-gray-subtle, #E3E8EF); /* Light gray background when pressed and in disabled state */
|
|
2697
2697
|
}
|
|
2698
2698
|
|
|
2699
2699
|
/* Circle inside the toggle */
|
|
2700
2700
|
label::before {
|
|
2701
2701
|
content: '';
|
|
2702
2702
|
position: absolute;
|
|
2703
|
-
background-color:
|
|
2703
|
+
background-color: var(--color-icon-inverse, #FFFFFF);
|
|
2704
2704
|
border-radius: 50%;
|
|
2705
2705
|
transition: transform 0.3s ease;
|
|
2706
2706
|
filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.06)) drop-shadow(0px 1px 3px rgba(16, 24, 40, 0.10));
|
|
@@ -13,8 +13,8 @@ export class GbToggleBase {
|
|
|
13
13
|
}
|
|
14
14
|
render() {
|
|
15
15
|
return [
|
|
16
|
-
h("input", { key: '
|
|
17
|
-
h("label", { key: '
|
|
16
|
+
h("input", { key: '50d5f4c1b7829661264dc2c1e0a532b638ec05e4', type: "checkbox", id: "customCheckbox", class: `${this.pressed ? 'pressed' : ''}`, readonly: true }),
|
|
17
|
+
h("label", { key: '017eee5753fd665fde2ed6326a1903d1a2b514dc', onClick: () => this.handleToggleClick(), class: `${this.size} ${this.state} ${this.pressed ? 'pressed' : ''}`, htmlFor: "customCheckbox" }, this.pressed && this.state === 'default' ? (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `default_checked_svg ${this.size}` }, h("path", { d: "M2.08325 6.04167C2.08325 6.04167 2.70825 6.04167 3.54159 7.5C3.54159 7.5 5.85776 3.68056 7.91659 2.91667", stroke: "#075DB2", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))) : this.pressed && this.state === 'disabled' ? (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `disabled_checked_svg ${this.size}` }, h("path", { d: "M2.08325 6.04167C2.08325 6.04167 2.70825 6.04167 3.54159 7.5C3.54159 7.5 5.85776 3.68056 7.91659 2.91667", stroke: "#E3E8EF", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))) : null),
|
|
18
18
|
];
|
|
19
19
|
}
|
|
20
20
|
static get is() { return "gb-toggle-base"; }
|
|
@@ -9,7 +9,7 @@ export class GbTokenField {
|
|
|
9
9
|
this.supportingText = '';
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (h("div", { key: '
|
|
12
|
+
return (h("div", { key: 'f9bdf0141c1398dd5466ba2630873299196a3949', class: this.size }, h("div", { key: '7198dddcfcc67e5790ddeea4fd0596af773c36cf', class: "input-with-label" }, this.showLabel && (h("label", { key: 'e5bf288b5fb2c51ddfc5195bf7795ad74251682f' }, this.label)), this.digits === 4 && (h("div", { key: '96aac762f5db8ae2d1ee3db9026787ca2e40bba2', class: "input-wrapper" }, h("gb-megainput-field", { key: 'e304e9319d9555e36e457be9f9a96ab41213aa8f', size: this.size }), h("gb-megainput-field", { key: 'fd361abc46f504b2a3176190514fb3d2dec09166', size: this.size }), h("gb-megainput-field", { key: 'c73a2d55f9d99169f5170e4d461c86fba2e96b8d', size: this.size }), h("gb-megainput-field", { key: '2cfe63e828aaba4e76ceee200298f4b93df92043', size: this.size }))), this.digits === 6 && (h("div", { key: 'da3bfa9651d6e227d56ed8f1b190e00f01ca109c', class: "input-wrapper" }, h("div", { key: '9f048ea7497b5fc658e02feaaddf1137187567a6', class: "first=section" }, h("gb-megainput-field", { key: 'e18baa56595817b74645b940a463586dfc2c87b6', size: this.size }), h("gb-megainput-field", { key: '489f5c5c01421cabd256d04c08729187d4692580', size: this.size }), h("gb-megainput-field", { key: '844c120b4246332c0c5e04d83f096fda2f98df75', size: this.size })), h("div", { key: '16edd5e35b2ca9aeaf6660877d7733841dd775e2', class: "second=section" }, h("gb-megainput-field", { key: 'cd956fbf95944efa35567a4676107c083adcf769', size: this.size }), h("gb-megainput-field", { key: '864c5db850a944e42b7a5e7c59a6836065dd3260', size: this.size }), h("gb-megainput-field", { key: 'c8d3598e3d6ed55b5ddf1058577f0fbac0ca67e3', size: this.size })))), this.digits === 8 && (h("div", { key: '9cffa4a6469b8116a8284fe9a8de7928ca0fab62', class: "input-wrapper" }, h("div", { key: 'ce4032937f1cbcb948733f8b646cc804a41cf52b', class: "first=section" }, h("gb-megainput-field", { key: '031861e99f583d0bbe82f2fcb4337b8eb1ac967d', size: this.size }), h("gb-megainput-field", { key: 'e210a9ad35824220a436f6f4fc7eb60667fdb933', size: this.size }), h("gb-megainput-field", { key: 'c63ced649439a0596fd556dcb0305f210c1c8082', size: this.size }), h("gb-megainput-field", { key: '60e64c3afefbf72645cd7c41fc4262e9dc452928', size: this.size })), h("div", { key: 'abebd1b906c8047723e9d8aaa9e1492eaf48892f', class: "second=section" }, h("gb-megainput-field", { key: 'cd2fc40b7e5f698c063cec185f6a0fb595e0deda', size: this.size }), h("gb-megainput-field", { key: 'b7adf7124ddb820380f3f574d8907701866df00b', size: this.size }), h("gb-megainput-field", { key: 'f0a17a0cce1f1266c6c14faca51a7ee159a637b4', size: this.size }), h("gb-megainput-field", { key: '7b120d43f2aec06003b5ad586041fa94ffd2adc9', size: this.size }))))), h("p", { key: '7aeb0c6a849b9175d60dd38e3784124da1c65e9d' }, this.supportingText)));
|
|
13
13
|
}
|
|
14
14
|
static get is() { return "gb-token-field"; }
|
|
15
15
|
static get encapsulation() { return "shadow"; }
|
|
@@ -2703,7 +2703,7 @@
|
|
|
2703
2703
|
top: 100%;
|
|
2704
2704
|
left: 50%;
|
|
2705
2705
|
border-width: 7.5px 7.5px 0 7.5px;
|
|
2706
|
-
border-color: #E3E8EF transparent transparent transparent;
|
|
2706
|
+
border-color: var(--color-border-subtler, #E3E8EF) transparent transparent transparent;
|
|
2707
2707
|
transform: translateX(-50%);
|
|
2708
2708
|
}
|
|
2709
2709
|
|
|
@@ -2712,14 +2712,14 @@
|
|
|
2712
2712
|
bottom: 0.1rem;
|
|
2713
2713
|
border-width: 0 9.6px 9.6px 9.6px;
|
|
2714
2714
|
transform: translateY(-50%) rotate(135deg);
|
|
2715
|
-
border-color: transparent #
|
|
2715
|
+
border-color: transparent var(--color-surface-bold, #FCFCFC) transparent transparent;
|
|
2716
2716
|
}
|
|
2717
2717
|
|
|
2718
2718
|
.arrow.left {
|
|
2719
2719
|
top: 50%;
|
|
2720
2720
|
right: 100%;
|
|
2721
2721
|
border-width: 6px 0 6px 6px;
|
|
2722
|
-
border-color: transparent transparent transparent #E3E8EF;
|
|
2722
|
+
border-color: transparent transparent transparent var(--color-border-subtler, #E3E8EF);
|
|
2723
2723
|
transform: translateY(-50%) rotate(180deg);
|
|
2724
2724
|
}
|
|
2725
2725
|
|
|
@@ -2728,14 +2728,14 @@
|
|
|
2728
2728
|
top: 50%;
|
|
2729
2729
|
transform: translateY(-50%);
|
|
2730
2730
|
border-width: 7.5px 0 7.5px 7.5px;
|
|
2731
|
-
border-color: transparent transparent transparent #
|
|
2731
|
+
border-color: transparent transparent transparent var(--color-surface-bold, #FCFCFC);
|
|
2732
2732
|
}
|
|
2733
2733
|
|
|
2734
2734
|
.arrow.bottom_left {
|
|
2735
2735
|
top: 100%;
|
|
2736
2736
|
left: 20%;
|
|
2737
2737
|
border-width: 7.5px 7.5px 0 7.5px;
|
|
2738
|
-
border-color: #E3E8EF transparent transparent transparent;
|
|
2738
|
+
border-color: var(--color-border-subtler, #E3E8EF) transparent transparent transparent;
|
|
2739
2739
|
transform: translateX(-50%);
|
|
2740
2740
|
}
|
|
2741
2741
|
|
|
@@ -2744,14 +2744,14 @@
|
|
|
2744
2744
|
bottom: 0.1rem;
|
|
2745
2745
|
border-width: 0 9.6px 9.6px 9.6px;
|
|
2746
2746
|
transform: translateY(-50%) rotate(135deg);
|
|
2747
|
-
border-color: transparent #
|
|
2747
|
+
border-color: transparent var(--color-surface-bold, #FCFCFC) transparent transparent;
|
|
2748
2748
|
}
|
|
2749
2749
|
|
|
2750
2750
|
.arrow.right {
|
|
2751
2751
|
top: 50%;
|
|
2752
2752
|
left: 100%;
|
|
2753
2753
|
border-width: 7px 7px 7px 0;
|
|
2754
|
-
border-color: transparent #E3E8EF transparent transparent;
|
|
2754
|
+
border-color: transparent var(--color-border-subtler, #E3E8EF) transparent transparent;
|
|
2755
2755
|
transform: translateY(-50%) rotate(-180deg);
|
|
2756
2756
|
}
|
|
2757
2757
|
|
|
@@ -2760,14 +2760,14 @@
|
|
|
2760
2760
|
top: 50%;
|
|
2761
2761
|
border-width: 6.5px 6.5px 6.5px 0;
|
|
2762
2762
|
transform: translateY(-50%) rotate(0deg);
|
|
2763
|
-
border-color: transparent #
|
|
2763
|
+
border-color: transparent var(--color-surface-bold, #FCFCFC) transparent transparent;
|
|
2764
2764
|
}
|
|
2765
2765
|
|
|
2766
2766
|
.arrow.bottom_right {
|
|
2767
2767
|
top: 100%;
|
|
2768
2768
|
right: 5%;
|
|
2769
2769
|
border-width: 7.5px 7.5px 0 7.5px;
|
|
2770
|
-
border-color: #E3E8EF transparent transparent transparent;
|
|
2770
|
+
border-color: var(--color-border-subtler, #E3E8EF) transparent transparent transparent;
|
|
2771
2771
|
transform: translateX(-50%);
|
|
2772
2772
|
}
|
|
2773
2773
|
|
|
@@ -2776,14 +2776,14 @@
|
|
|
2776
2776
|
bottom: 0.1rem;
|
|
2777
2777
|
border-width: 0 9.6px 9.6px 9.6px;
|
|
2778
2778
|
transform: translateY(-50%) rotate(135deg);
|
|
2779
|
-
border-color: transparent #
|
|
2779
|
+
border-color: transparent var(--color-surface-bold, #FCFCFC) transparent transparent;
|
|
2780
2780
|
}
|
|
2781
2781
|
|
|
2782
2782
|
.arrow.top_center {
|
|
2783
2783
|
bottom: 100%;
|
|
2784
2784
|
right: 45%;
|
|
2785
2785
|
border-width: 0 7.5px 7.5px 7.5px;
|
|
2786
|
-
border-color: transparent transparent #E3E8EF transparent;
|
|
2786
|
+
border-color: transparent transparent var(--color-border-subtler, #E3E8EF) transparent;
|
|
2787
2787
|
}
|
|
2788
2788
|
|
|
2789
2789
|
.arrow.top_center::before {
|
|
@@ -2791,7 +2791,7 @@
|
|
|
2791
2791
|
bottom: -20.25px;
|
|
2792
2792
|
border-width: 0 9.5px 9.5px 9.5px;
|
|
2793
2793
|
transform: translateY(-50%) rotate(-45deg);
|
|
2794
|
-
border-color: transparent
|
|
2794
|
+
border-color: transparent var(--color-surface-bold, #FCFCFC) transparent transparent;
|
|
2795
2795
|
}
|
|
2796
2796
|
|
|
2797
2797
|
::slotted([slot="label"]){
|
|
@@ -19,7 +19,7 @@ export class GbTooltip {
|
|
|
19
19
|
return this.showArrow ? `arrow ${this.arrow}` : '';
|
|
20
20
|
}
|
|
21
21
|
render() {
|
|
22
|
-
return (h("div", { key: '
|
|
22
|
+
return (h("div", { key: '23cd7e7da3c571067c77936bb452db54bd35d243', class: "tooltip_container" }, h("div", { key: 'b60c2affeee6e106f4467ff15dd0223665f4237e', class: "tooltip" }, h("div", { key: '080626f0970c57f95805cb06927897746a8a0085', class: this.getArrowClass() }), h("div", { key: 'ad7b6be61c0a40ab6253749b1c66e9aa8d204a60', class: "tooltip_content" }, h("slot", { key: '52a3c2241cb6d0b0e63f460338918d7ea1608c5c', name: "label" }), this.showSupportingText && h("slot", { key: 'a2a76d3ae2462c78fe431e419124bced627dbedf', name: "supporting_text" })))));
|
|
23
23
|
}
|
|
24
24
|
static get is() { return "gb-tooltip"; }
|
|
25
25
|
static get encapsulation() { return "shadow"; }
|
|
@@ -9,11 +9,11 @@ export class GbVerificationCodeField {
|
|
|
9
9
|
this.hintText = '';
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (h("div", { key: '
|
|
12
|
+
return (h("div", { key: 'd9ca4bda0440e167351f0c902875f506674e0e51', class: {
|
|
13
13
|
container: true,
|
|
14
14
|
[this.size]: true,
|
|
15
15
|
[this.digits]: true,
|
|
16
|
-
} }, h("div", { key: '
|
|
16
|
+
} }, h("div", { key: '29de5c6a7a9f4b50b447123d871aeb866708841b', class: "input-with-label" }, this.showLabel && (h("label", { key: 'cbf0449ebd688bcab6424c52574bdbce3e9f548c', class: "text-sm-medium", style: { color: 'var(--color-text, #4B5565)' } }, this.label)), this.digits === 4 && (h("div", { key: '5c4fc317dfcf1c9ad947cf68fea0e079a98c2bc7', class: "input-wrapper" }, h("gb-megainput-field", { key: '419116be20ae794f95a5e29acd0a9607db3e4a4c', size: this.size }), h("gb-megainput-field", { key: '61f8742a78d899541616c92624c1501de6c861ef', size: this.size }), h("gb-megainput-field", { key: '0136c9e5ef2508b5b13c0cd0cd349eeb707a6c3e', size: this.size }), h("gb-megainput-field", { key: '3e8ffb2e9c96b4ab1e23f58554b2aa8da9bbd8df', size: this.size }))), this.digits === 6 && (h("div", { key: '002d6d8269947c206ca3466694964ebb7110a64d', class: "input-wrapper" }, h("gb-megainput-field", { key: '6daffba004cb241809e54da1010ed783e65ee567', size: this.size }), h("gb-megainput-field", { key: '1e08d6e8989971be60c9fafe12dee09e5c012404', size: this.size }), h("gb-megainput-field", { key: '696cce8b640716a46dae88ee7b7d89924fe465b5', size: this.size }), h("p", { key: 'a8eb8d74d506977f1db7791521988f009a88db4e', class: "line display-sm-bold" }, "-"), h("gb-megainput-field", { key: 'ea09664641e6760957e8dc3ed7ae1be8cb4c8e94', size: this.size }), h("gb-megainput-field", { key: 'bbb435d54f22da58143dd5ed167eb2c1f38460a0', size: this.size }), h("gb-megainput-field", { key: 'f51b1f4a4ccfef643d512a52aa797882a6eb519b', size: this.size }))), this.digits === 8 && (h("div", { key: '18b2a544e2328c58cf37fe8af5037c06caa2a659', class: "input-wrapper" }, h("gb-megainput-field", { key: '4e2cf7c39cbe176726e9037f44334ee53144c42c', size: this.size }), h("gb-megainput-field", { key: 'd97c016ec07e3b9a5e7e75a43956a66b939b80a4', size: this.size }), h("gb-megainput-field", { key: 'e3d2557e5bf2718f14eddffbc6899a8d998d7392', size: this.size }), h("gb-megainput-field", { key: '7d9dd78406cb1b53c00dc49d156b6fc99bc3863b', size: this.size }), h("p", { key: 'e809bcdb22a31a218cc3b9e173b4de5f263e2880', class: "line display-sm-bold" }, "-"), h("gb-megainput-field", { key: '8e8e3236a3670408067f1e5b0774e1b69ac32ceb', size: this.size }), h("gb-megainput-field", { key: 'e0a114f9a10762bcc27cd90b5dbd309cc159da19', size: this.size }), h("gb-megainput-field", { key: 'f5f24dc03501e99cf61d4876c3c192bbd6957863', size: this.size }), h("gb-megainput-field", { key: '891585e48fc7d2c2aaa575d0183f5a9348714f68', size: this.size })))), this.showHintText && (h("div", { key: 'fd404ce32426db6045487ff6ce92675981cb7924', class: "text-sm-regular", style: { color: 'var(--color-text-subtle, #697586)' } }, this.hintText))));
|
|
17
17
|
}
|
|
18
18
|
static get is() { return "gb-verification-code-field"; }
|
|
19
19
|
static get encapsulation() { return "shadow"; }
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GbAvatarAddButton$1, d as defineCustomElement$1 } from './p-
|
|
1
|
+
import { G as GbAvatarAddButton$1, d as defineCustomElement$1 } from './p-cd7c4de5.js';
|
|
2
2
|
|
|
3
3
|
const GbAvatarAddButton = GbAvatarAddButton$1;
|
|
4
4
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GbAvatarContrastInnerBorder$1, d as defineCustomElement$1 } from './p-
|
|
1
|
+
import { G as GbAvatarContrastInnerBorder$1, d as defineCustomElement$1 } from './p-2f26e286.js';
|
|
2
2
|
|
|
3
3
|
const GbAvatarContrastInnerBorder = GbAvatarContrastInnerBorder$1;
|
|
4
4
|
const defineCustomElement = defineCustomElement$1;
|