@testgorilla/tgo-ui 2.5.2 → 2.5.3
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/README.md +7 -0
- package/components/empty-state/empty-state.component.d.ts +1 -1
- package/components/table/table.component.d.ts +2 -2
- package/esm2022/components/accordion/accordion.component.mjs +1 -1
- package/esm2022/components/accordion/accordion.component.module.mjs +1 -1
- package/esm2022/components/accordion/accordion.model.mjs +1 -1
- package/esm2022/components/alert-banner/alert-banner.component.mjs +1 -1
- package/esm2022/components/alert-banner/alert-banner.component.module.mjs +1 -1
- package/esm2022/components/alert-banner/alert-banner.model.mjs +1 -1
- package/esm2022/components/autocomplete/autocomplete.component.mjs +1 -1
- package/esm2022/components/autocomplete/autocomplete.component.module.mjs +1 -1
- package/esm2022/components/autocomplete/autocomplete.model.mjs +1 -1
- package/esm2022/components/autocomplete/includes.pipe.mjs +1 -1
- package/esm2022/components/autocomplete/transform-Item.pipe.mjs +1 -1
- package/esm2022/components/avatar/avatar.component.mjs +1 -1
- package/esm2022/components/avatar/avatar.component.module.mjs +1 -1
- package/esm2022/components/avatar/avatar.model.mjs +1 -1
- package/esm2022/components/badge/badge.component.mjs +1 -1
- package/esm2022/components/badge/badge.component.module.mjs +1 -1
- package/esm2022/components/badge/badge.model.mjs +1 -1
- package/esm2022/components/button/button.component.mjs +1 -1
- package/esm2022/components/button/button.component.module.mjs +1 -1
- package/esm2022/components/button/button.model.mjs +1 -1
- package/esm2022/components/card/card.component.mjs +1 -1
- package/esm2022/components/card/card.component.module.mjs +1 -1
- package/esm2022/components/card/card.model.mjs +1 -1
- package/esm2022/components/checkbox/checkbox.component.mjs +1 -1
- package/esm2022/components/checkbox/checkbox.component.module.mjs +1 -1
- package/esm2022/components/confirm-dialog/confirm-dialog.component.mjs +1 -1
- package/esm2022/components/confirm-dialog/confirm-dialog.component.module.mjs +1 -1
- package/esm2022/components/confirm-dialog/confirm-dialog.model.mjs +1 -1
- package/esm2022/components/datepicker/datepicker.component.mjs +1 -1
- package/esm2022/components/datepicker/datepicker.component.module.mjs +1 -1
- package/esm2022/components/datepicker/no-date-format.directive.mjs +1 -1
- package/esm2022/components/deprecated-paginator/deprecated-paginator.component.mjs +1 -1
- package/esm2022/components/deprecated-paginator/deprecated-paginator.component.module.mjs +1 -1
- package/esm2022/components/deprecated-table/deprecated-table.component.mjs +1 -1
- package/esm2022/components/deprecated-table/deprecated-table.component.module.mjs +1 -1
- package/esm2022/components/deprecated-table/deprecated-table.model.mjs +1 -1
- package/esm2022/components/deprecated-table/directives/dynamic-component.directive.mjs +1 -1
- package/esm2022/components/deprecated-table/pipes/data-property-getter.mjs +1 -1
- package/esm2022/components/dialog/dialog.component.mjs +1 -1
- package/esm2022/components/dialog/dialog.component.module.mjs +1 -1
- package/esm2022/components/dialog/dialog.service.mjs +1 -1
- package/esm2022/components/divider/divider.component.mjs +1 -1
- package/esm2022/components/divider/divider.component.module.mjs +1 -1
- package/esm2022/components/divider/divider.model.mjs +1 -1
- package/esm2022/components/dropdown/dropdown.component.mjs +1 -1
- package/esm2022/components/dropdown/dropdown.component.module.mjs +1 -1
- package/esm2022/components/dropdown/dropdown.model.mjs +1 -1
- package/esm2022/components/elevation-shadow/elevation-shadow.component.mjs +1 -1
- package/esm2022/components/elevation-shadow/elevation-shadow.component.module.mjs +1 -1
- package/esm2022/components/elevation-shadow/elevation-shadow.constant.mjs +1 -1
- package/esm2022/components/empty-state/empty-state.component.mjs +1 -1
- package/esm2022/components/empty-state/empty-state.component.module.mjs +1 -1
- package/esm2022/components/empty-state/empty-state.model.mjs +1 -1
- package/esm2022/components/field/field.component.mjs +1 -1
- package/esm2022/components/field/field.component.module.mjs +1 -1
- package/esm2022/components/field/field.model.mjs +1 -1
- package/esm2022/components/file-upload/file-upload.component.mjs +1 -1
- package/esm2022/components/file-upload/file-upload.component.module.mjs +1 -1
- package/esm2022/components/icon/icon.component.mjs +1 -1
- package/esm2022/components/icon/icon.component.module.mjs +1 -1
- package/esm2022/components/icon/icon.config.mjs +1 -1
- package/esm2022/components/icon/icon.model.mjs +1 -1
- package/esm2022/components/icon-label/icon-label.component.mjs +1 -1
- package/esm2022/components/icon-label/icon-label.component.module.mjs +1 -1
- package/esm2022/components/logo/logo.component.mjs +1 -1
- package/esm2022/components/logo/logo.component.module.mjs +1 -1
- package/esm2022/components/logo/logo.model.mjs +1 -1
- package/esm2022/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.mjs +1 -1
- package/esm2022/components/navbar/navbar.component.mjs +1 -1
- package/esm2022/components/navbar/navbar.component.module.mjs +1 -1
- package/esm2022/components/navbar/navbar.model.mjs +1 -1
- package/esm2022/components/overflow-menu/overflow-menu.component.mjs +1 -1
- package/esm2022/components/overflow-menu/overflow-menu.component.module.mjs +1 -1
- package/esm2022/components/overflow-menu/overflow-menu.model.mjs +1 -1
- package/esm2022/components/page-header/page-header.component.mjs +1 -1
- package/esm2022/components/page-header/page-header.component.module.mjs +1 -1
- package/esm2022/components/paginator/paginator.component.mjs +1 -1
- package/esm2022/components/paginator/paginator.component.module.mjs +1 -1
- package/esm2022/components/password-criteria/password.component.mjs +1 -1
- package/esm2022/components/password-criteria/password.component.module.mjs +1 -1
- package/esm2022/components/phone-input/join-strings.pipe.mjs +1 -1
- package/esm2022/components/phone-input/phone-input.component.mjs +1 -1
- package/esm2022/components/phone-input/phone-input.component.module.mjs +1 -1
- package/esm2022/components/phone-input/phone-input.model.mjs +1 -1
- package/esm2022/components/progress-bar/progress-bar.component.mjs +1 -1
- package/esm2022/components/progress-bar/progress-bar.component.module.mjs +1 -1
- package/esm2022/components/radial-progress/radial-progress.component.mjs +1 -1
- package/esm2022/components/radial-progress/radial-progress.component.module.mjs +1 -1
- package/esm2022/components/radial-progress/radial-progress.model.mjs +1 -1
- package/esm2022/components/radio-button/radio-button.component.mjs +1 -1
- package/esm2022/components/radio-button/radio-button.component.module.mjs +1 -1
- package/esm2022/components/radio-button/radio-button.model.mjs +1 -1
- package/esm2022/components/rating/half-star.pipe.mjs +1 -1
- package/esm2022/components/rating/rating.component.mjs +1 -1
- package/esm2022/components/rating/rating.component.module.mjs +1 -1
- package/esm2022/components/scale/scale.component.mjs +1 -1
- package/esm2022/components/scale/scale.component.module.mjs +1 -1
- package/esm2022/components/segmented-bar/segmented-bar.component.mjs +1 -1
- package/esm2022/components/segmented-bar/segmented-bar.component.module.mjs +1 -1
- package/esm2022/components/segmented-bar/segmented-bar.model.mjs +1 -1
- package/esm2022/components/segmented-button/segmented-button.component.mjs +1 -1
- package/esm2022/components/segmented-button/segmented-button.component.module.mjs +1 -1
- package/esm2022/components/segmented-button/segmented-button.model.mjs +1 -1
- package/esm2022/components/side-sheet/side-sheet.component.mjs +1 -1
- package/esm2022/components/side-sheet/side-sheet.component.module.mjs +1 -1
- package/esm2022/components/side-sheet/side-sheet.model.mjs +1 -1
- package/esm2022/components/side-sheet/side-sheet.service.mjs +1 -1
- package/esm2022/components/skeleton/skeleton.component.mjs +1 -1
- package/esm2022/components/skeleton/skeleton.model.mjs +1 -1
- package/esm2022/components/slider/slider.component.mjs +1 -1
- package/esm2022/components/slider/slider.component.module.mjs +1 -1
- package/esm2022/components/slider/slider.model.mjs +1 -1
- package/esm2022/components/snackbar/snackbar.component.mjs +1 -1
- package/esm2022/components/snackbar/snackbar.component.module.mjs +1 -1
- package/esm2022/components/snackbar/snackbar.model.mjs +1 -1
- package/esm2022/components/snackbar/snackbar.service.mjs +1 -1
- package/esm2022/components/spinner/spinner.component.mjs +1 -1
- package/esm2022/components/spinner/spinner.model.mjs +1 -1
- package/esm2022/components/spinner/spinner.module.mjs +1 -1
- package/esm2022/components/step/step.component.mjs +1 -1
- package/esm2022/components/step/step.component.module.mjs +1 -1
- package/esm2022/components/stepper/stepper.component.mjs +1 -1
- package/esm2022/components/stepper/stepper.component.module.mjs +1 -1
- package/esm2022/components/stepper/stepper.model.mjs +1 -1
- package/esm2022/components/table/sentence-case.pipe.mjs +1 -1
- package/esm2022/components/table/table.component.mjs +5 -5
- package/esm2022/components/table/table.component.module.mjs +1 -1
- package/esm2022/components/table/table.model.mjs +1 -1
- package/esm2022/components/tabs/tab.directive.mjs +1 -1
- package/esm2022/components/tabs/tabs.component.mjs +1 -1
- package/esm2022/components/tabs/tabs.component.module.mjs +1 -1
- package/esm2022/components/tabs/tabs.model.mjs +1 -1
- package/esm2022/components/tag/tag.component.mjs +1 -1
- package/esm2022/components/tag/tag.component.module.mjs +1 -1
- package/esm2022/components/tag/tag.model.mjs +1 -1
- package/esm2022/components/toggle/toggle.component.mjs +1 -1
- package/esm2022/components/toggle/toggle.component.module.mjs +1 -1
- package/esm2022/components/toggle/toggle.model.mjs +1 -1
- package/esm2022/components/tooltip/tooltip.component.mjs +1 -1
- package/esm2022/components/tooltip/tooltip.component.module.mjs +1 -1
- package/esm2022/components/tooltip/tooltip.model.mjs +1 -1
- package/esm2022/components/validation-error/validation-error.component.mjs +1 -1
- package/esm2022/components/validation-error/validation-error.model.mjs +1 -1
- package/esm2022/components/validation-error/validation-error.module.mjs +1 -1
- package/esm2022/directives/digits-only.directive.mjs +1 -1
- package/esm2022/directives/drag-drop.directive.mjs +1 -1
- package/esm2022/directives/ellipse-text.directive.mjs +1 -1
- package/esm2022/directives/select-text.directive.mjs +1 -1
- package/esm2022/directives/step-line-width.directive.mjs +1 -1
- package/esm2022/models/application-theme.model.mjs +1 -1
- package/esm2022/models/screen-breakpoints.model.mjs +1 -1
- package/esm2022/pipes/has-validation-error.pipe.mjs +1 -1
- package/esm2022/pipes/name-initials.pipe.mjs +1 -1
- package/esm2022/pipes/ui-translate.pipe.mjs +1 -1
- package/esm2022/providers/is-mobile.mjs +1 -1
- package/esm2022/public-api.mjs +1 -1
- package/esm2022/testgorilla-tgo-ui.mjs +1 -1
- package/esm2022/utils/alert-bar.model.mjs +1 -1
- package/esm2022/utils/alert-bars.utils.mjs +1 -1
- package/esm2022/utils/autocomplete-utils.mjs +1 -1
- package/esm2022/utils/color-contrast.mjs +1 -1
- package/esm2022/utils/localization/language.model.mjs +1 -1
- package/esm2022/utils/localization/language.service.mjs +1 -1
- package/esm2022/utils/table.utils.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui.mjs +3 -3
- package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/i18n/da-dk.json +0 -77
- package/src/assets/i18n/de.json +0 -77
- package/src/assets/i18n/en.json +0 -97
- package/src/assets/i18n/es.json +0 -77
- package/src/assets/i18n/fr.json +0 -77
- package/src/assets/i18n/it-it.json +0 -77
- package/src/assets/i18n/ja-jp.json +0 -77
- package/src/assets/i18n/nb-no.json +0 -77
- package/src/assets/i18n/nl.json +0 -77
- package/src/assets/i18n/pl-pl.json +0 -77
- package/src/assets/i18n/pt-br.json +0 -77
- package/src/assets/i18n/src/assets/i18n/da-dk.json +0 -26
- package/src/assets/i18n/src/assets/i18n/de.json +0 -26
- package/src/assets/i18n/src/assets/i18n/es.json +0 -26
- package/src/assets/i18n/src/assets/i18n/fr.json +0 -26
- package/src/assets/i18n/src/assets/i18n/it-it.json +0 -26
- package/src/assets/i18n/src/assets/i18n/ja-jp.json +0 -26
- package/src/assets/i18n/src/assets/i18n/nb-no.json +0 -26
- package/src/assets/i18n/src/assets/i18n/nl.json +0 -26
- package/src/assets/i18n/src/assets/i18n/pl-pl.json +0 -26
- package/src/assets/i18n/src/assets/i18n/pt-br.json +0 -26
- package/src/assets/i18n/src/assets/i18n/sv-se.json +0 -26
- package/src/assets/i18n/sv-se.json +0 -77
- package/src/assets/icons/Add.svg +0 -3
- package/src/assets/icons/Archive.svg +0 -3
- package/src/assets/icons/Arrow_down.svg +0 -3
- package/src/assets/icons/Arrow_left.svg +0 -3
- package/src/assets/icons/Arrow_right.svg +0 -3
- package/src/assets/icons/Arrow_up.svg +0 -3
- package/src/assets/icons/Assessment.svg +0 -3
- package/src/assets/icons/Attempts.svg +0 -3
- package/src/assets/icons/Book.svg +0 -3
- package/src/assets/icons/Calendar.svg +0 -3
- package/src/assets/icons/Candidates.svg +0 -8
- package/src/assets/icons/Chat-notifications.svg +0 -4
- package/src/assets/icons/Chat.svg +0 -3
- package/src/assets/icons/Check.svg +0 -3
- package/src/assets/icons/Clone.svg +0 -3
- package/src/assets/icons/Close.svg +0 -3
- package/src/assets/icons/Code.svg +0 -3
- package/src/assets/icons/Company.svg +0 -3
- package/src/assets/icons/Copy.svg +0 -3
- package/src/assets/icons/Custom-questions.svg +0 -3
- package/src/assets/icons/Delete.svg +0 -3
- package/src/assets/icons/Devices.svg +0 -3
- package/src/assets/icons/Document.svg +0 -3
- package/src/assets/icons/Download.svg +0 -3
- package/src/assets/icons/Edit.svg +0 -3
- package/src/assets/icons/Email-message.svg +0 -3
- package/src/assets/icons/Employee.svg +0 -13
- package/src/assets/icons/Empty-placeholder.svg +0 -3
- package/src/assets/icons/Error.svg +0 -3
- package/src/assets/icons/Essay.svg +0 -3
- package/src/assets/icons/Eye-hide.svg +0 -3
- package/src/assets/icons/Eye-view.svg +0 -3
- package/src/assets/icons/Feedback-1.svg +0 -3
- package/src/assets/icons/Feedback-2.svg +0 -3
- package/src/assets/icons/Feedback-3.svg +0 -6
- package/src/assets/icons/Feedback-4.svg +0 -3
- package/src/assets/icons/Feedback-5.svg +0 -3
- package/src/assets/icons/File-attach.svg +0 -3
- package/src/assets/icons/File-upload.svg +0 -3
- package/src/assets/icons/Filter.svg +0 -3
- package/src/assets/icons/Fire.svg +0 -10
- package/src/assets/icons/Folder.svg +0 -3
- package/src/assets/icons/Format-add-file.svg +0 -3
- package/src/assets/icons/Format-add-table.svg +0 -3
- package/src/assets/icons/Format-align-L.svg +0 -3
- package/src/assets/icons/Format-align-R.svg +0 -3
- package/src/assets/icons/Format-align-center.svg +0 -3
- package/src/assets/icons/Format-align-justify.svg +0 -3
- package/src/assets/icons/Format-bold.svg +0 -3
- package/src/assets/icons/Format-code-active.svg +0 -3
- package/src/assets/icons/Format-code-block.svg +0 -3
- package/src/assets/icons/Format-edit-table.svg +0 -3
- package/src/assets/icons/Format-format.svg +0 -3
- package/src/assets/icons/Format-function.svg +0 -3
- package/src/assets/icons/Format-italics.svg +0 -3
- package/src/assets/icons/Format-list-bulleted.svg +0 -3
- package/src/assets/icons/Format-list-numbered.svg +0 -3
- package/src/assets/icons/Format-picker.svg +0 -3
- package/src/assets/icons/Format-quote.svg +0 -3
- package/src/assets/icons/Format-subscript.svg +0 -3
- package/src/assets/icons/Format-superscript.svg +0 -3
- package/src/assets/icons/Format-text-direction-L.svg +0 -3
- package/src/assets/icons/Format-text-direction-R.svg +0 -3
- package/src/assets/icons/Format-text-size.svg +0 -3
- package/src/assets/icons/Format-underline.svg +0 -3
- package/src/assets/icons/Format-variable.svg +0 -3
- package/src/assets/icons/Full-screen.svg +0 -3
- package/src/assets/icons/Gender-female.svg +0 -3
- package/src/assets/icons/Gender-male.svg +0 -3
- package/src/assets/icons/Gift.svg +0 -7
- package/src/assets/icons/Google.svg +0 -6
- package/src/assets/icons/Grab.svg +0 -3
- package/src/assets/icons/Help-2.svg +0 -3
- package/src/assets/icons/Help.svg +0 -3
- package/src/assets/icons/Image.svg +0 -3
- package/src/assets/icons/Info.svg +0 -3
- package/src/assets/icons/Integration.svg +0 -3
- package/src/assets/icons/Language.svg +0 -3
- package/src/assets/icons/Layout.svg +0 -3
- package/src/assets/icons/Learn.svg +0 -3
- package/src/assets/icons/Level.svg +0 -3
- package/src/assets/icons/Light-bulb.svg +0 -3
- package/src/assets/icons/Link.svg +0 -3
- package/src/assets/icons/Loading-spinner.svg +0 -10
- package/src/assets/icons/Localisation.svg +0 -3
- package/src/assets/icons/Location.svg +0 -3
- package/src/assets/icons/Lock.svg +0 -3
- package/src/assets/icons/Log-out.svg +0 -3
- package/src/assets/icons/Menu-burger.svg +0 -3
- package/src/assets/icons/Menu-ellipsis.svg +0 -3
- package/src/assets/icons/Microphone.svg +0 -3
- package/src/assets/icons/Minimize.svg +0 -3
- package/src/assets/icons/Minus.svg +0 -3
- package/src/assets/icons/Money-bag.svg +0 -10
- package/src/assets/icons/Mouse-cursor.svg +0 -3
- package/src/assets/icons/Mouse-grab-cursor.svg +0 -3
- package/src/assets/icons/Mouse.svg +0 -3
- package/src/assets/icons/Multi-choice.svg +0 -3
- package/src/assets/icons/Notifications.svg +0 -3
- package/src/assets/icons/Password.svg +0 -4
- package/src/assets/icons/Path.svg +0 -3
- package/src/assets/icons/Plan-billing.svg +0 -3
- package/src/assets/icons/Plus.svg +0 -3
- package/src/assets/icons/Premium.svg +0 -4
- package/src/assets/icons/Promotion.svg +0 -3
- package/src/assets/icons/Question-count.svg +0 -3
- package/src/assets/icons/Refer.svg +0 -3
- package/src/assets/icons/Reset.svg +0 -3
- package/src/assets/icons/Review.svg +0 -3
- package/src/assets/icons/Round-check-filled.svg +0 -3
- package/src/assets/icons/Round-check.svg +0 -3
- package/src/assets/icons/Search.svg +0 -3
- package/src/assets/icons/Secure-checkout.svg +0 -3
- package/src/assets/icons/Send.svg +0 -3
- package/src/assets/icons/Settings.svg +0 -8
- package/src/assets/icons/Share.svg +0 -3
- package/src/assets/icons/Social-facebook.svg +0 -3
- package/src/assets/icons/Social-instagram.svg +0 -3
- package/src/assets/icons/Social-linkedin.svg +0 -3
- package/src/assets/icons/Sorting-down-1.svg +0 -3
- package/src/assets/icons/Sorting-down.svg +0 -3
- package/src/assets/icons/Sparkles.svg +0 -18
- package/src/assets/icons/Speedometer.svg +0 -3
- package/src/assets/icons/Star-filled.svg +0 -3
- package/src/assets/icons/Star-half.svg +0 -3
- package/src/assets/icons/Star-outline.svg +0 -3
- package/src/assets/icons/Suitcase.svg +0 -11
- package/src/assets/icons/Support.svg +0 -3
- package/src/assets/icons/Sync.svg +0 -3
- package/src/assets/icons/Team.svg +0 -3
- package/src/assets/icons/Test.svg +0 -3
- package/src/assets/icons/Thunder.svg +0 -3
- package/src/assets/icons/Timer.svg +0 -3
- package/src/assets/icons/Type.svg +0 -3
- package/src/assets/icons/Unarchive.svg +0 -3
- package/src/assets/icons/Unlock.svg +0 -3
- package/src/assets/icons/Upgrade.svg +0 -3
- package/src/assets/icons/Upload.svg +0 -3
- package/src/assets/icons/User-access.svg +0 -3
- package/src/assets/icons/User-add.svg +0 -3
- package/src/assets/icons/User-invite.svg +0 -3
- package/src/assets/icons/User-profile.svg +0 -3
- package/src/assets/icons/User-reject.svg +0 -4
- package/src/assets/icons/User-switch.svg +0 -3
- package/src/assets/icons/Video-pause.svg +0 -3
- package/src/assets/icons/Video-play.svg +0 -3
- package/src/assets/icons/Video-record.svg +0 -3
- package/src/assets/icons/Video-stop.svg +0 -3
- package/src/assets/icons/Video.svg +0 -3
- package/src/assets/icons/Volume.svg +0 -3
- package/src/assets/icons/Warning.svg +0 -3
- package/src/assets/icons/Zoom-in.svg +0 -6
- package/src/assets/icons/Zoom-out.svg +0 -5
- package/src/assets/icons/rating-icons/Star-filled-disabled.svg +0 -3
- package/src/assets/icons/rating-icons/Star-filled.svg +0 -3
- package/src/assets/icons/rating-icons/Star-half.svg +0 -3
- package/src/assets/icons/rating-icons/Star-outline.svg +0 -3
- package/src/assets/icons/rebrand/Add-filled.svg +0 -3
- package/src/assets/icons/rebrand/Add-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Archive-filled.svg +0 -3
- package/src/assets/icons/rebrand/Archive-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-down-filled.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-down-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-left-filled.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-left-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-right-filled.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-right-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-up-filled.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-up-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-down-filled.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-down-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-up-filled.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-up-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Assessment-filled.svg +0 -3
- package/src/assets/icons/rebrand/Assessment-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Attach-filled.svg +0 -3
- package/src/assets/icons/rebrand/Attach-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Attempts-filled.svg +0 -3
- package/src/assets/icons/rebrand/Attempts-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Book-filled.svg +0 -3
- package/src/assets/icons/rebrand/Book-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Calendar-filled.svg +0 -3
- package/src/assets/icons/rebrand/Calendar-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Candidates-filled.svg +0 -3
- package/src/assets/icons/rebrand/Candidates-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Chat-filled.svg +0 -3
- package/src/assets/icons/rebrand/Chat-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Check-filled.svg +0 -3
- package/src/assets/icons/rebrand/Check-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Check-round-filled.svg +0 -3
- package/src/assets/icons/rebrand/Check-round-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Clone-filled.svg +0 -3
- package/src/assets/icons/rebrand/Clone-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Close-filled.svg +0 -3
- package/src/assets/icons/rebrand/Close-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Code-filled.svg +0 -3
- package/src/assets/icons/rebrand/Code-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Company-filled.svg +0 -3
- package/src/assets/icons/rebrand/Company-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Copy-filled.svg +0 -3
- package/src/assets/icons/rebrand/Copy-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Delete-filled.svg +0 -3
- package/src/assets/icons/rebrand/Delete-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Devices-filled.svg +0 -3
- package/src/assets/icons/rebrand/Devices-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Disconnected-in-line.svg +0 -12
- package/src/assets/icons/rebrand/Document-filled.svg +0 -3
- package/src/assets/icons/rebrand/Document-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Download-filled.svg +0 -3
- package/src/assets/icons/rebrand/Download-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Edit-filled.svg +0 -3
- package/src/assets/icons/rebrand/Edit-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Edit-text-filled.svg +0 -3
- package/src/assets/icons/rebrand/Edit-text-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Employee-filled.svg +0 -3
- package/src/assets/icons/rebrand/Employee-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Empty-search-in-line.svg +0 -12
- package/src/assets/icons/rebrand/Error-filled.svg +0 -3
- package/src/assets/icons/rebrand/Error-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Essay-filled.svg +0 -3
- package/src/assets/icons/rebrand/Essay-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Experience-filled.svg +0 -3
- package/src/assets/icons/rebrand/Experience-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Facebook-filled.svg +0 -3
- package/src/assets/icons/rebrand/Facebook-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Filter-filled.svg +0 -3
- package/src/assets/icons/rebrand/Filter-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Fire-filled.svg +0 -3
- package/src/assets/icons/rebrand/Fire-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Folder-filled.svg +0 -3
- package/src/assets/icons/rebrand/Folder-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Full-screen-filled.svg +0 -3
- package/src/assets/icons/rebrand/Full-screen-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Gender-female-filled.svg +0 -3
- package/src/assets/icons/rebrand/Gender-female-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Gender-male-filled.svg +0 -3
- package/src/assets/icons/rebrand/Gender-male-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Gift-filled.svg +0 -3
- package/src/assets/icons/rebrand/Gift-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Google-filled.svg +0 -6
- package/src/assets/icons/rebrand/Google-in-line.svg +0 -6
- package/src/assets/icons/rebrand/Grab-filled.svg +0 -3
- package/src/assets/icons/rebrand/Grab-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Help-filled.svg +0 -3
- package/src/assets/icons/rebrand/Help-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Hide-filled.svg +0 -3
- package/src/assets/icons/rebrand/Hide-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Image-filled.svg +0 -3
- package/src/assets/icons/rebrand/Image-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Info-filled.svg +0 -3
- package/src/assets/icons/rebrand/Info-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Instagram-filled.svg +0 -3
- package/src/assets/icons/rebrand/Instagram-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Integration-filled.svg +0 -3
- package/src/assets/icons/rebrand/Integration-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Invite-filled.svg +0 -3
- package/src/assets/icons/rebrand/Invite-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Language-filled.svg +0 -3
- package/src/assets/icons/rebrand/Language-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Layout-filled.svg +0 -3
- package/src/assets/icons/rebrand/Layout-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Learn-filled.svg +0 -3
- package/src/assets/icons/rebrand/Learn-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Level-filled.svg +0 -3
- package/src/assets/icons/rebrand/Level-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Light-bulb-filled.svg +0 -3
- package/src/assets/icons/rebrand/Light-bulb-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Link-filled.svg +0 -3
- package/src/assets/icons/rebrand/Link-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Linkedin-filled.svg +0 -3
- package/src/assets/icons/rebrand/Linkedin-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Localization-filled.svg +0 -3
- package/src/assets/icons/rebrand/Localization-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Location-filled.svg +0 -3
- package/src/assets/icons/rebrand/Location-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Lock-filled.svg +0 -3
- package/src/assets/icons/rebrand/Lock-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Logout-filled.svg +0 -3
- package/src/assets/icons/rebrand/Logout-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Lost-found-404-in-line.svg +0 -12
- package/src/assets/icons/rebrand/Menu-burger-filled.svg +0 -3
- package/src/assets/icons/rebrand/Menu-burger-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Menu-ellipsis-filled.svg +0 -3
- package/src/assets/icons/rebrand/Menu-ellipsis-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Mic-filled.svg +0 -3
- package/src/assets/icons/rebrand/Mic-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Minimize-filled.svg +0 -3
- package/src/assets/icons/rebrand/Minimize-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Minus-filled.svg +0 -3
- package/src/assets/icons/rebrand/Minus-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Mouse-filled.svg +0 -3
- package/src/assets/icons/rebrand/Mouse-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Multi-choice-filled.svg +0 -3
- package/src/assets/icons/rebrand/Multi-choice-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Notification-bell-filled.svg +0 -3
- package/src/assets/icons/rebrand/Notification-bell-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Password-filled.svg +0 -3
- package/src/assets/icons/rebrand/Password-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Path-filled.svg +0 -3
- package/src/assets/icons/rebrand/Path-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Pause-filled.svg +0 -3
- package/src/assets/icons/rebrand/Pause-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Plan-billing-filled.svg +0 -3
- package/src/assets/icons/rebrand/Plan-billing-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Play-filled.svg +0 -3
- package/src/assets/icons/rebrand/Play-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Plus-filled.svg +0 -3
- package/src/assets/icons/rebrand/Plus-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Premium-circle-in-line.svg +0 -5
- package/src/assets/icons/rebrand/Premium-filled.svg +0 -3
- package/src/assets/icons/rebrand/Premium-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Question-count-filled.svg +0 -3
- package/src/assets/icons/rebrand/Question-count-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Question-filled.svg +0 -3
- package/src/assets/icons/rebrand/Question-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Record-filled.svg +0 -3
- package/src/assets/icons/rebrand/Record-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Reject-filled.svg +0 -3
- package/src/assets/icons/rebrand/Reject-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Reset-filled.svg +0 -3
- package/src/assets/icons/rebrand/Reset-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-1-filled.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-1-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-2-filled.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-2-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-3-filled.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-3-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-4-filled.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-4-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-5-filled.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-5-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Review-filled.svg +0 -3
- package/src/assets/icons/rebrand/Review-half-star-filled.svg +0 -5
- package/src/assets/icons/rebrand/Review-half-star-in-line.svg +0 -5
- package/src/assets/icons/rebrand/Review-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Review-star-filled-disabled.svg +0 -5
- package/src/assets/icons/rebrand/Review-star-filled.svg +0 -5
- package/src/assets/icons/rebrand/Review-star-in-line.svg +0 -5
- package/src/assets/icons/rebrand/Round-check-in-line.svg +0 -5
- package/src/assets/icons/rebrand/Search-filled.svg +0 -3
- package/src/assets/icons/rebrand/Search-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Secure-filled.svg +0 -3
- package/src/assets/icons/rebrand/Secure-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Send-filled.svg +0 -3
- package/src/assets/icons/rebrand/Send-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Settings-filled.svg +0 -3
- package/src/assets/icons/rebrand/Settings-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Share-filled.svg +0 -3
- package/src/assets/icons/rebrand/Share-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Sparkle-filled.svg +0 -3
- package/src/assets/icons/rebrand/Sparkle-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Speedometer-filled.svg +0 -3
- package/src/assets/icons/rebrand/Speedometer-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Stop-filled.svg +0 -3
- package/src/assets/icons/rebrand/Stop-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Switch-filled.svg +0 -3
- package/src/assets/icons/rebrand/Switch-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Sync-filled.svg +0 -3
- package/src/assets/icons/rebrand/Sync-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Team-filled.svg +0 -3
- package/src/assets/icons/rebrand/Team-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Test-filled.svg +0 -3
- package/src/assets/icons/rebrand/Test-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Timer-filled.svg +0 -3
- package/src/assets/icons/rebrand/Timer-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Type-filled.svg +0 -3
- package/src/assets/icons/rebrand/Type-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Unarchive-filled.svg +0 -3
- package/src/assets/icons/rebrand/Unarchive-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Unlock-filled.svg +0 -3
- package/src/assets/icons/rebrand/Unlock-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Upgrade-filled.svg +0 -3
- package/src/assets/icons/rebrand/Upgrade-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Upload-filled.svg +0 -3
- package/src/assets/icons/rebrand/Upload-in-line.svg +0 -3
- package/src/assets/icons/rebrand/User-access-filled.svg +0 -3
- package/src/assets/icons/rebrand/User-access-in-line.svg +0 -3
- package/src/assets/icons/rebrand/User-add-filled.svg +0 -3
- package/src/assets/icons/rebrand/User-add-in-line.svg +0 -3
- package/src/assets/icons/rebrand/User-profile-filled.svg +0 -3
- package/src/assets/icons/rebrand/User-profile-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Video-filled.svg +0 -3
- package/src/assets/icons/rebrand/Video-in-line.svg +0 -3
- package/src/assets/icons/rebrand/View-filled.svg +0 -3
- package/src/assets/icons/rebrand/View-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Volume-filled.svg +0 -3
- package/src/assets/icons/rebrand/Volume-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Warning-filled.svg +0 -3
- package/src/assets/icons/rebrand/Warning-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Zoom-in-filled.svg +0 -3
- package/src/assets/icons/rebrand/Zoom-in-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Zoom-out-filled.svg +0 -3
- package/src/assets/icons/rebrand/Zoom-out-in-line.svg +0 -3
- package/src/assets/images/Avatar.png +0 -0
- package/src/assets/images/empty-state-default.svg +0 -9
- package/src/assets/images/poweredbyTG.svg +0 -37
- package/src/assets/images/premium.png +0 -0
- package/src/assets/images/rebrand-last-step-icon-black.svg +0 -3
- package/src/assets/images/rebrand-last-step-icon-light.svg +0 -3
- package/src/assets/images/rebrand-logo/powered-by.svg +0 -22
- package/src/assets/images/rebrand-logo/primary_brandmark_pink.svg +0 -10
- package/src/assets/images/rebrand-logo/primary_lockup_pink.svg +0 -22
- package/src/assets/images/rebrand-logo/primary_wordmark_pink.svg +0 -21
- package/src/assets/images/rebrand-logo/secondary_brandmark_black.svg +0 -11
- package/src/assets/images/rebrand-logo/secondary_brandmark_cream.svg +0 -11
- package/src/assets/images/rebrand-logo/secondary_lockup_black.svg +0 -23
- package/src/assets/images/rebrand-logo/secondary_lockup_cream.svg +0 -23
- package/src/assets/images/rebrand-logo/secondary_wordmark_black.svg +0 -21
- package/src/assets/images/rebrand-logo/secondary_wordmark_cream.svg +0 -21
- package/src/assets/images/reverseTG.svg +0 -84
- package/src/assets/images/step-finish.svg +0 -6
- package/src/assets/images/testgorilla.svg +0 -76
- package/src/theme/_alert-bars.scss +0 -106
- package/src/theme/_breakpoints-mixin.scss +0 -12
- package/src/theme/_core.scss +0 -19
- package/src/theme/_font.scss +0 -95
- package/src/theme/_input.scss +0 -429
- package/src/theme/_lib-styles.scss +0 -35
- package/src/theme/_mat-paginator.scss +0 -59
- package/src/theme/_palette.scss +0 -108
- package/src/theme/_tooltip.scss +0 -149
- package/src/theme/_typography.scss +0 -261
- package/src/theme/_variables.scss +0 -151
- package/src/theme/fonts/ModernGothic-Black.otf +0 -0
- package/src/theme/fonts/ModernGothic-BlackItalic.otf +0 -0
- package/src/theme/fonts/ModernGothic-Bold.otf +0 -0
- package/src/theme/fonts/ModernGothic-BoldItalic.otf +0 -0
- package/src/theme/fonts/ModernGothic-Italic.otf +0 -0
- package/src/theme/fonts/ModernGothic-Light.otf +0 -0
- package/src/theme/fonts/ModernGothic-LightItalic.otf +0 -0
- package/src/theme/fonts/ModernGothic-Medium.otf +0 -0
- package/src/theme/fonts/ModernGothic-MediumItalic.otf +0 -0
- package/src/theme/fonts/ModernGothic-Regular.otf +0 -0
- package/src/theme/fonts/ModernGothic-Thin.otf +0 -0
- package/src/theme/fonts/ModernGothic-ThinItalic.otf +0 -0
- package/src/theme/theme.scss +0 -50
package/src/theme/_tooltip.scss
DELETED
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
@use "./variables" as *;
|
|
2
|
-
|
|
3
|
-
@mixin rebranded-tooltip {
|
|
4
|
-
background-color: $black;
|
|
5
|
-
border: 1px solid $tgo-white;
|
|
6
|
-
border-radius: 4px;
|
|
7
|
-
--mdc-plain-tooltip-container-color: none;
|
|
8
|
-
color: $tgo-white;
|
|
9
|
-
--mdc-plain-tooltip-supporting-text-color: $tgo-white !important;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
@mixin rebranded-tooltip-right {
|
|
13
|
-
margin-left: 5px;
|
|
14
|
-
&:after {
|
|
15
|
-
content: "";
|
|
16
|
-
position: absolute;
|
|
17
|
-
left: -8px;
|
|
18
|
-
top: calc(50% - 7px);
|
|
19
|
-
height: 15px;
|
|
20
|
-
width: 15px;
|
|
21
|
-
border-top: 1px solid $tgo-white;
|
|
22
|
-
border-right: 1px solid $tgo-white;
|
|
23
|
-
background: $black;
|
|
24
|
-
z-index: 10;
|
|
25
|
-
border-top-right-radius: 4px;
|
|
26
|
-
transform: rotate(-135deg);
|
|
27
|
-
transition: all 1s;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
@mixin rebranded-tooltip-left {
|
|
32
|
-
margin-right: 5px;
|
|
33
|
-
&:after {
|
|
34
|
-
content: "";
|
|
35
|
-
position: absolute;
|
|
36
|
-
right: -8px;
|
|
37
|
-
top: calc(50% - 7px);
|
|
38
|
-
height: 15px;
|
|
39
|
-
width: 15px;
|
|
40
|
-
border-top: 1px solid $tgo-white;
|
|
41
|
-
border-right: 1px solid $tgo-white;
|
|
42
|
-
background: $black;
|
|
43
|
-
z-index: 10;
|
|
44
|
-
border-top-right-radius: 4px;
|
|
45
|
-
transform: rotate(45deg);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
@mixin rebranded-tooltip-below {
|
|
50
|
-
margin-top: 5px;
|
|
51
|
-
&:after {
|
|
52
|
-
content: "";
|
|
53
|
-
position: absolute;
|
|
54
|
-
right: calc(50% - 7px);
|
|
55
|
-
top: -8px;
|
|
56
|
-
height: 15px;
|
|
57
|
-
width: 15px;
|
|
58
|
-
border-top: 1px solid $tgo-white;
|
|
59
|
-
border-right: 1px solid $tgo-white;
|
|
60
|
-
background: $black;
|
|
61
|
-
z-index: 10;
|
|
62
|
-
border-top-right-radius: 4px;
|
|
63
|
-
transform: rotate(-45deg);
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
@mixin rebranded-tooltip-above {
|
|
68
|
-
margin-bottom: 5px;
|
|
69
|
-
&:after {
|
|
70
|
-
content: "";
|
|
71
|
-
position: absolute;
|
|
72
|
-
right: calc(50% - 7px);
|
|
73
|
-
bottom: -8px;
|
|
74
|
-
height: 15px;
|
|
75
|
-
width: 15px;
|
|
76
|
-
border-top: 1px solid $tgo-white;
|
|
77
|
-
border-right: 1px solid $tgo-white;
|
|
78
|
-
background: $black;
|
|
79
|
-
z-index: 10;
|
|
80
|
-
border-top-right-radius: 4px;
|
|
81
|
-
transform: rotate(135deg);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.mat-mdc-tooltip {
|
|
87
|
-
background-color: $tgo-petrol-60w;
|
|
88
|
-
font-weight: 600;
|
|
89
|
-
font-size: 12px;
|
|
90
|
-
border-radius: 4px;
|
|
91
|
-
overflow: visible;
|
|
92
|
-
max-width: 248px;
|
|
93
|
-
padding: 6px 2px;
|
|
94
|
-
--mdc-plain-tooltip-container-color: none;
|
|
95
|
-
--mdc-plain-tooltip-supporting-text-color: $tgo-black;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
body {
|
|
99
|
-
&[theme="dark"], &[theme="light"] {
|
|
100
|
-
.mat-mdc-tooltip {
|
|
101
|
-
@include rebranded-tooltip()
|
|
102
|
-
}
|
|
103
|
-
.mat-mdc-tooltip-panel-right .mdc-tooltip--shown {
|
|
104
|
-
@include rebranded-tooltip-right()
|
|
105
|
-
}
|
|
106
|
-
.mat-mdc-tooltip-panel-left .mdc-tooltip--shown {
|
|
107
|
-
@include rebranded-tooltip-left()
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.mat-mdc-tooltip-panel-below .mdc-tooltip--shown {
|
|
111
|
-
@include rebranded-tooltip-below()
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.mat-mdc-tooltip-panel-above .mdc-tooltip--shown {
|
|
115
|
-
@include rebranded-tooltip-above()
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.mat-mdc-tooltip {
|
|
121
|
-
&.light, &.dark {
|
|
122
|
-
@include rebranded-tooltip()
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.mat-mdc-tooltip-panel-right .mdc-tooltip--shown {
|
|
127
|
-
&.light, &.dark {
|
|
128
|
-
@include rebranded-tooltip-right()
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
.mat-mdc-tooltip-panel-left .mdc-tooltip--shown {
|
|
134
|
-
&.light, &.dark {
|
|
135
|
-
@include rebranded-tooltip-left()
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.mat-mdc-tooltip-panel-below .mdc-tooltip--shown {
|
|
140
|
-
&.light, &.dark {
|
|
141
|
-
@include rebranded-tooltip-below()
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.mat-mdc-tooltip-panel-above .mdc-tooltip--shown {
|
|
146
|
-
&.light, &.dark {
|
|
147
|
-
@include rebranded-tooltip-above()
|
|
148
|
-
}
|
|
149
|
-
}
|
|
@@ -1,261 +0,0 @@
|
|
|
1
|
-
@use "./variables" as *;
|
|
2
|
-
|
|
3
|
-
// Headings
|
|
4
|
-
h1,
|
|
5
|
-
h2,
|
|
6
|
-
h3,
|
|
7
|
-
.h1,
|
|
8
|
-
.h2,
|
|
9
|
-
.h3 {
|
|
10
|
-
font-weight: 400;
|
|
11
|
-
margin: 0;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
h4,
|
|
15
|
-
h5,
|
|
16
|
-
h6,
|
|
17
|
-
.h4,
|
|
18
|
-
.h5,
|
|
19
|
-
.h6 {
|
|
20
|
-
font-weight: 700;
|
|
21
|
-
margin: 0;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
h1,
|
|
25
|
-
.h1 {
|
|
26
|
-
font-size: 40px;
|
|
27
|
-
line-height: 60px;
|
|
28
|
-
font-weight: 700;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
h2,
|
|
32
|
-
.h2 {
|
|
33
|
-
font-size: 24px;
|
|
34
|
-
line-height: 36px;
|
|
35
|
-
|
|
36
|
-
&.bold {
|
|
37
|
-
font-weight: 700;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
h3,
|
|
42
|
-
.h3 {
|
|
43
|
-
font-size: 20px;
|
|
44
|
-
line-height: 28px;
|
|
45
|
-
|
|
46
|
-
&.bold {
|
|
47
|
-
font-weight: 700;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
h4,
|
|
52
|
-
.h4 {
|
|
53
|
-
font-size: 16px;
|
|
54
|
-
line-height: 24px;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
h5,
|
|
58
|
-
.h5 {
|
|
59
|
-
font-size: 14px;
|
|
60
|
-
line-height: 20px;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
h6,
|
|
64
|
-
.h6 {
|
|
65
|
-
font-size: 12px;
|
|
66
|
-
line-height: 16px;
|
|
67
|
-
text-transform: uppercase;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
body {
|
|
71
|
-
font-size: 14px;
|
|
72
|
-
line-height: 20px;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
strong, b {
|
|
76
|
-
font-weight: 700;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.featured {
|
|
80
|
-
font-size: 16px;
|
|
81
|
-
line-height: 24px;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
p,
|
|
85
|
-
.featured,
|
|
86
|
-
.caption {
|
|
87
|
-
.semibold {
|
|
88
|
-
font-weight: 600;
|
|
89
|
-
color: #46A997;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
small {
|
|
94
|
-
font-size: 8px;
|
|
95
|
-
line-height: 12px;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
caption,
|
|
99
|
-
.caption {
|
|
100
|
-
font-size: 12px;
|
|
101
|
-
line-height: 16px;
|
|
102
|
-
display: inline-block;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
@mixin font-style($type) {
|
|
106
|
-
@if ($type == 'body-large') {
|
|
107
|
-
font-weight: bold;
|
|
108
|
-
font-size: 14px;
|
|
109
|
-
line-height: 22px;
|
|
110
|
-
} @else if ($type == 'body-large-bold') {
|
|
111
|
-
font-weight: bold;
|
|
112
|
-
font-size: 16px;
|
|
113
|
-
line-height: 24px;
|
|
114
|
-
} @else if ($type == 'body-large-regular') {
|
|
115
|
-
font-weight: 400;
|
|
116
|
-
font-size: 16px;
|
|
117
|
-
line-height: 24px;
|
|
118
|
-
} @else if ($type == 'body-small-bold') {
|
|
119
|
-
font-weight: bold;
|
|
120
|
-
font-size: 12px;
|
|
121
|
-
line-height: 16px;
|
|
122
|
-
} @else if ($type == 'body-large-regular') {
|
|
123
|
-
font-weight: 400;
|
|
124
|
-
font-size: 12px;
|
|
125
|
-
line-height: 16px;
|
|
126
|
-
} @else if ($type == 'hyperlink-large') {
|
|
127
|
-
font-weight: 500;
|
|
128
|
-
font-size: 16px;
|
|
129
|
-
line-height: 24px;
|
|
130
|
-
} @else if ($type == 'hyperlink') {
|
|
131
|
-
font-weight: 500;
|
|
132
|
-
font-size: 14px;
|
|
133
|
-
line-height: 22px;
|
|
134
|
-
} @else if ($type == 'hyperlink-small') {
|
|
135
|
-
font-weight: 500;
|
|
136
|
-
font-size: 12px;
|
|
137
|
-
line-height: 16px;
|
|
138
|
-
} @else if ($type == 'button-label') {
|
|
139
|
-
font-weight: 500;
|
|
140
|
-
font-size: 14px;
|
|
141
|
-
font-feature-settings: "capb";
|
|
142
|
-
} @else if ($type == 'label') {
|
|
143
|
-
font-weight: 400;
|
|
144
|
-
font-size: 14px;
|
|
145
|
-
font-feature-settings: "capb";
|
|
146
|
-
} @else if ($type == 'large-hover-state') {
|
|
147
|
-
font-weight: bold;
|
|
148
|
-
text-decoration: underline;
|
|
149
|
-
font-size: 16px;
|
|
150
|
-
line-height: 24px;
|
|
151
|
-
} @else if ($type == 'hover-state') {
|
|
152
|
-
font-weight: bold;
|
|
153
|
-
text-decoration: underline;
|
|
154
|
-
font-size: 14px;
|
|
155
|
-
line-height: 22px;
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
*[theme="dark"], *[theme="light"] {
|
|
161
|
-
h1,
|
|
162
|
-
.h1 {
|
|
163
|
-
color: $black;
|
|
164
|
-
font-size: 32px;
|
|
165
|
-
line-height: 48px;
|
|
166
|
-
font-weight: 400;
|
|
167
|
-
|
|
168
|
-
&.black {
|
|
169
|
-
font-family: "ModernGothic", sans-serif!important;
|
|
170
|
-
font-weight: 900;
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
h2,
|
|
175
|
-
.h2 {
|
|
176
|
-
color: $black;
|
|
177
|
-
font-size: 24px;
|
|
178
|
-
line-height: 30px;
|
|
179
|
-
font-weight: 900;
|
|
180
|
-
font-family: "ModernGothic", sans-serif!important;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
h3,
|
|
184
|
-
.h3 {
|
|
185
|
-
font-size: 20px;
|
|
186
|
-
line-height: 26px;
|
|
187
|
-
font-weight: 400;
|
|
188
|
-
color: $black;
|
|
189
|
-
|
|
190
|
-
&.bold {
|
|
191
|
-
font-family: "ModernGothic", sans-serif!important;
|
|
192
|
-
font-weight: 700;
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
h4,
|
|
197
|
-
.h4 {
|
|
198
|
-
font-size: 16px;
|
|
199
|
-
line-height: 20px;
|
|
200
|
-
font-weight: 700;
|
|
201
|
-
color: $black;
|
|
202
|
-
font-family: "ModernGothic", sans-serif!important;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
h5,
|
|
206
|
-
.h5 {
|
|
207
|
-
font-size: 14px;
|
|
208
|
-
line-height: 18px;
|
|
209
|
-
font-weight: 700;
|
|
210
|
-
color: $black;
|
|
211
|
-
font-family: "ModernGothic", sans-serif!important;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
.body-large {
|
|
215
|
-
@include font-style('body-large');
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.body-large-bold {
|
|
219
|
-
@include font-style('body-large-bold');
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
.body-large-regular {
|
|
223
|
-
@include font-style('body-large-regular');
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.body-small-bold {
|
|
227
|
-
@include font-style('body-small-bold');
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.body-small-regular {
|
|
231
|
-
@include font-style('body-small-regular');
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
.hyperlink-large {
|
|
235
|
-
@include font-style('hyperlink-large');
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.hyperlink {
|
|
239
|
-
@include font-style('hyperlink');
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.hyperlink-small {
|
|
243
|
-
@include font-style('hyperlink-small');
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.button-label {
|
|
247
|
-
@include font-style('button-label');
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
.label {
|
|
251
|
-
@include font-style('label');
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
.large-hover-state {
|
|
255
|
-
@include font-style('large-hover-state');
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.hover-state {
|
|
259
|
-
@include font-style('hover-state');
|
|
260
|
-
}
|
|
261
|
-
}
|
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
/* global */
|
|
2
|
-
$background-color: #f6f6f6;
|
|
3
|
-
$font-family: "Open Sans", sans-serif;
|
|
4
|
-
// TODO: Remove this varible already declared in typography.scss
|
|
5
|
-
$font-size: 14px;
|
|
6
|
-
|
|
7
|
-
//colors
|
|
8
|
-
//teal colors
|
|
9
|
-
$tgo-teal-60b: #1C443C;
|
|
10
|
-
$tgo-teal-30b: #31766A;
|
|
11
|
-
$tgo-teal-default: #46A997;
|
|
12
|
-
$tgo-teal-30w: #7EC3B6;
|
|
13
|
-
$tgo-teal-60w: #B5DDD5;
|
|
14
|
-
$tgo-teal-secondary: #CBD6CB;
|
|
15
|
-
$tgo-teal-90w: #ECF6F5;
|
|
16
|
-
|
|
17
|
-
//petrol colors
|
|
18
|
-
$tgo-petrol-60b: #102930;
|
|
19
|
-
$tgo-petrol-30b: #1B4754;
|
|
20
|
-
$tgo-petrol-default: #276678;
|
|
21
|
-
$tgo-petrol-30w: #6894A0;
|
|
22
|
-
$tgo-petrol-60w: #A9C2C9;
|
|
23
|
-
$tgo-petrol-secondary: #C8D7DE;
|
|
24
|
-
$tgo-petrol-90w: #E9F0F1;
|
|
25
|
-
|
|
26
|
-
//error colors
|
|
27
|
-
$tgo-error-60b: #513131;
|
|
28
|
-
$tgo-error-30b: #8E5655;
|
|
29
|
-
$tgo-error-60w: #E3C3C6;
|
|
30
|
-
$tgo-error-secondary: #F0DAD9;
|
|
31
|
-
$tgo-error-default: #cb7b7a;
|
|
32
|
-
|
|
33
|
-
//warning colors
|
|
34
|
-
$tgo-warning-secondary: #F0D6BB;
|
|
35
|
-
$tgo-warning-default: #cca45f;
|
|
36
|
-
|
|
37
|
-
//black colors - grayscale
|
|
38
|
-
$tgo-black: #000000;
|
|
39
|
-
$tgo-dark: #888888;
|
|
40
|
-
$tgo-medium: #E0E0E0;
|
|
41
|
-
$tgo-grey: #EDEDED;
|
|
42
|
-
$tgo-light: #F6F6F6;
|
|
43
|
-
$tgo-white: #ffffff;
|
|
44
|
-
|
|
45
|
-
//box-shadow
|
|
46
|
-
$box-shadow: #00000014;
|
|
47
|
-
|
|
48
|
-
$navigation-subtitle: #528593;
|
|
49
|
-
|
|
50
|
-
// new colors
|
|
51
|
-
$brand-60: #A90686;
|
|
52
|
-
$brand-50: #D410AA;
|
|
53
|
-
$brand-40: #FF54DA;
|
|
54
|
-
$brand-30: #FFB3EE;
|
|
55
|
-
$brand-20: #FFE6FA;
|
|
56
|
-
$brand-10: #FFF2FC;
|
|
57
|
-
|
|
58
|
-
$grayscale-50: #666666;
|
|
59
|
-
$grayscale-40: #919191;
|
|
60
|
-
$grayscale-30: #D3D3D3;
|
|
61
|
-
$grayscale-20: #E9E9E9;
|
|
62
|
-
$grayscale-10: #F4F4F4;
|
|
63
|
-
|
|
64
|
-
$black: #242424;
|
|
65
|
-
|
|
66
|
-
$accent-20: #FFF5ED;
|
|
67
|
-
$accent-10: #FFFAF6;
|
|
68
|
-
|
|
69
|
-
$informative-40: #0165FC;
|
|
70
|
-
$informative-30: #277CFD;
|
|
71
|
-
$informative-20: #99C1FE;
|
|
72
|
-
$informative-10: #D9E8FF;
|
|
73
|
-
|
|
74
|
-
$success-50: #88B901;
|
|
75
|
-
$success-40: #A0D900;
|
|
76
|
-
$success-30: #C6E866;
|
|
77
|
-
$success-20: #E2F4B3;
|
|
78
|
-
$success-10: #F5FAE3;
|
|
79
|
-
|
|
80
|
-
$error-50: #E02800;
|
|
81
|
-
$error-40: #FF3003;
|
|
82
|
-
$error-30: #FF6E4F;
|
|
83
|
-
$error-20: #FFAC9A;
|
|
84
|
-
$error-10: #FFEAE6;
|
|
85
|
-
|
|
86
|
-
$warning-50: #D07D00;
|
|
87
|
-
$warning-40: #FF9A03;
|
|
88
|
-
$warning-30: #FFC268;
|
|
89
|
-
$warning-20: #FFE1B3;
|
|
90
|
-
$warning-10: #FFF5E6;
|
|
91
|
-
|
|
92
|
-
//resposive breakpoints
|
|
93
|
-
$tgo-breakpoints: (
|
|
94
|
-
'small': 320px,
|
|
95
|
-
'medium': 600px,
|
|
96
|
-
'large': 1024px,
|
|
97
|
-
) !default;
|
|
98
|
-
|
|
99
|
-
$colors: (
|
|
100
|
-
'teal-60b': $tgo-teal-60b,
|
|
101
|
-
'teal-30b': $tgo-teal-30b,
|
|
102
|
-
'teal-default': $tgo-teal-default,
|
|
103
|
-
'teal-30w': $tgo-teal-30w,
|
|
104
|
-
'teal-60w': $tgo-teal-60w,
|
|
105
|
-
'teal-secondary': $tgo-teal-secondary,
|
|
106
|
-
'teal-90w': $tgo-teal-90w,
|
|
107
|
-
|
|
108
|
-
'petrol-60b': $tgo-petrol-60b,
|
|
109
|
-
'petrol-30b': $tgo-petrol-30b,
|
|
110
|
-
'petrol-default': $tgo-petrol-default,
|
|
111
|
-
'petrol-30w': $tgo-petrol-30w,
|
|
112
|
-
'petrol-60w': $tgo-petrol-60w,
|
|
113
|
-
'petrol-secondary': $tgo-petrol-secondary,
|
|
114
|
-
'petrol-90w': $tgo-petrol-90w,
|
|
115
|
-
|
|
116
|
-
'error-60b': $tgo-error-60b,
|
|
117
|
-
'error-30b': $tgo-error-30b,
|
|
118
|
-
'error-60w': $tgo-error-60w,
|
|
119
|
-
'error-secondary': $tgo-error-secondary,
|
|
120
|
-
'error-default': $tgo-error-default,
|
|
121
|
-
|
|
122
|
-
'warning-secondary': $tgo-warning-secondary,
|
|
123
|
-
'warning-default': $tgo-warning-default,
|
|
124
|
-
|
|
125
|
-
'black': $tgo-black,
|
|
126
|
-
'dark': $tgo-dark,
|
|
127
|
-
'medium': $tgo-medium,
|
|
128
|
-
'grey': $tgo-grey,
|
|
129
|
-
'light': $tgo-light,
|
|
130
|
-
'white': $tgo-white,
|
|
131
|
-
|
|
132
|
-
'box-shadow': $box-shadow,
|
|
133
|
-
'navigation-subtitle': $navigation-subtitle,
|
|
134
|
-
);
|
|
135
|
-
|
|
136
|
-
@each $colorName, $colorValue in $colors {
|
|
137
|
-
.bg-#{$colorName} {
|
|
138
|
-
background: $colorValue;
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
@each $colorName, $colorValue in $colors {
|
|
143
|
-
.bgc-#{$colorName} {
|
|
144
|
-
background-color: $colorValue;
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
$box-shadow-hover-state: 0px 4px 16px 0px #24242414;
|
|
149
|
-
$box-shadow-notification: 0px 4px 16px 0px #2424240A;
|
|
150
|
-
$box-shadow-page-card: 0px 4px 100px 0px #2424240A;
|
|
151
|
-
$box-shadow-modal: 0px 4px 100px 0px #24242414;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/src/theme/theme.scss
DELETED
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
@use "palette.scss" as *;
|
|
2
|
-
@use "core.scss" as *;
|
|
3
|
-
@use "variables.scss" as *;
|
|
4
|
-
@use "typography.scss" as *;
|
|
5
|
-
@use "tooltip.scss" as *;
|
|
6
|
-
@use "mat-paginator.scss" as *;
|
|
7
|
-
@use "font.scss" as *;
|
|
8
|
-
@use "input.scss" as *;
|
|
9
|
-
|
|
10
|
-
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
|
|
11
|
-
|
|
12
|
-
//TODO: MOVE TO THE CORRESPONDING COMPONENTS OR PARTIAL
|
|
13
|
-
.hidden {
|
|
14
|
-
visibility: hidden;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
*[theme="dark"], *[theme="light"] {
|
|
18
|
-
* {
|
|
19
|
-
font-family: "ModernGothic", sans-serif;
|
|
20
|
-
font-weight: 400;
|
|
21
|
-
|
|
22
|
-
.mat-mdc-elevation-specific.mat-elevation-z8 {
|
|
23
|
-
box-shadow: $box-shadow-modal!important;
|
|
24
|
-
}
|
|
25
|
-
};
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
//custom scss for the angular material components
|
|
29
|
-
.mat-mdc-card {
|
|
30
|
-
border-radius: 8px !important;
|
|
31
|
-
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1) !important;
|
|
32
|
-
padding: 32px 32px 16px 32px !important;
|
|
33
|
-
border-width: 0 !important;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/** Mat password strength */
|
|
37
|
-
mat-password-strength-info {
|
|
38
|
-
.mat-mdc-card {
|
|
39
|
-
box-shadow: none !important;
|
|
40
|
-
place-content: stretch start !important;
|
|
41
|
-
padding: 15px 0 !important;
|
|
42
|
-
|
|
43
|
-
.mat-icon {
|
|
44
|
-
font-size: 20px;
|
|
45
|
-
position: relative;
|
|
46
|
-
top: 3px;
|
|
47
|
-
margin: 0px !important;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|