@ascentgl/ads-ui 0.0.168 → 20.0.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/README.md +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +11 -11
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui.mjs +684 -968
- package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
- package/index.d.ts +2948 -74
- package/package.json +5 -5
- package/src/assets/sass/ads-ui/abstracts/_functions.scss +18 -18
- package/src/assets/sass/ads-ui/abstracts/_mixins.scss +90 -90
- package/src/assets/sass/ads-ui/abstracts/_variables.scss +125 -125
- package/src/assets/sass/ads-ui/base/_reset.scss +19 -19
- package/src/assets/sass/ads-ui/base/_typography.scss +179 -179
- package/src/assets/sass/ads-ui/base/_utilities.scss +104 -104
- package/src/assets/sass/ads-ui/main.scss +8 -8
- package/src/assets/sass/ads-ui/overrides/_angular-material.scss +8 -8
- package/src/assets/sass/ads-ui/overrides/angular-material/_bottom-sheet.scss +12 -12
- package/src/assets/sass/ads-ui/overrides/angular-material/_datetimepicker.scss +248 -248
- package/src/assets/sass/ads-ui/overrides/angular-material/_dropdown.scss +31 -31
- package/src/assets/sass/ads-ui/overrides/angular-material/_html.scss +14 -15
- package/src/assets/sass/ads-ui/overrides/angular-material/_mat-list.scss +47 -47
- package/src/assets/sass/ads-ui/overrides/angular-material/_menu.scss +89 -89
- package/src/assets/sass/ads-ui/overrides/angular-material/_search-dropdown-modal.scss +34 -34
- package/src/assets/sass/ads-ui/overrides/angular-material/_snackbar.scss +40 -40
- package/src/assets/sass/ads-ui/overrides/angular-material/_tooltip.scss +76 -76
- package/src/assets/sass/ads-ui/themes/_ads-palette.scss +98 -98
- package/src/lib/components/avatar/index.d.ts +42 -5
- package/src/lib/components/buttons/button-container/index.d.ts +19 -5
- package/src/lib/components/drag-and-drop-list/index.d.ts +93 -5
- package/src/lib/components/error-page/error-page-code/index.d.ts +15 -5
- package/src/lib/components/footer/container/index.d.ts +14 -5
- package/src/lib/components/footer/index.d.ts +45 -5
- package/src/lib/components/header/container/index.d.ts +18 -5
- package/src/lib/components/header/index.d.ts +14 -5
- package/src/lib/components/logo/primary-logo/index.d.ts +38 -5
- package/src/lib/components/progress-indicators/progress-bar/index.d.ts +58 -5
- package/src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts +50 -5
- package/src/lib/components/progress-indicators/progress-spinner/index.d.ts +50 -5
- package/src/lib/components/shell-layout/index.d.ts +23 -5
- package/src/lib/components/splash-page/index.d.ts +24 -5
- package/src/lib/components/tags/tag-container/index.d.ts +15 -5
- package/lib/components/avatar/avatar.component.d.ts +0 -30
- package/lib/components/avatar/avatar.module.d.ts +0 -9
- package/lib/components/avatar/avatar.types.d.ts +0 -1
- package/lib/components/avatar/index.d.ts +0 -1
- package/lib/components/avatar/public-api.d.ts +0 -2
- package/lib/components/badge/index.d.ts +0 -1
- package/lib/components/badge/numeric-badge.component.d.ts +0 -26
- package/lib/components/badge/numeric-badge.module.d.ts +0 -9
- package/lib/components/badge/public-api.d.ts +0 -2
- package/lib/components/brand-artifacts/bubble/bubble.component.d.ts +0 -26
- package/lib/components/brand-artifacts/bubble/bubble.module.d.ts +0 -9
- package/lib/components/brand-artifacts/bubble/index.d.ts +0 -1
- package/lib/components/brand-artifacts/bubble/public-api.d.ts +0 -2
- package/lib/components/breadcrumb/breadcrumb.component.d.ts +0 -12
- package/lib/components/breadcrumb/breadcrumb.module.d.ts +0 -11
- package/lib/components/breadcrumb/breadcrumb.type.d.ts +0 -4
- package/lib/components/breadcrumb/index.d.ts +0 -1
- package/lib/components/breadcrumb/public-api.d.ts +0 -3
- package/lib/components/buttons/button/button.component.d.ts +0 -17
- package/lib/components/buttons/button/button.module.d.ts +0 -9
- package/lib/components/buttons/button/index.d.ts +0 -1
- package/lib/components/buttons/button/public-api.d.ts +0 -2
- package/lib/components/buttons/button-container/button-container.component.d.ts +0 -9
- package/lib/components/buttons/button-container/button-container.module.d.ts +0 -8
- package/lib/components/buttons/button-container/index.d.ts +0 -1
- package/lib/components/buttons/button-container/public-api.d.ts +0 -2
- package/lib/components/buttons/icon-button/icon-button.component.d.ts +0 -20
- package/lib/components/buttons/icon-button/icon-button.module.d.ts +0 -10
- package/lib/components/buttons/icon-button/index.d.ts +0 -1
- package/lib/components/buttons/icon-button/public-api.d.ts +0 -2
- package/lib/components/buttons/link-button/index.d.ts +0 -1
- package/lib/components/buttons/link-button/link-button.component.d.ts +0 -9
- package/lib/components/buttons/link-button/link-button.module.d.ts +0 -10
- package/lib/components/buttons/link-button/public-api.d.ts +0 -2
- package/lib/components/card/card.component.d.ts +0 -20
- package/lib/components/card/card.module.d.ts +0 -8
- package/lib/components/card/index.d.ts +0 -1
- package/lib/components/card/public-api.d.ts +0 -2
- package/lib/components/chip/chip.component.d.ts +0 -27
- package/lib/components/chip/chip.module.d.ts +0 -9
- package/lib/components/chip/chip.types.d.ts +0 -4
- package/lib/components/chip/index.d.ts +0 -1
- package/lib/components/chip/public-api.d.ts +0 -2
- package/lib/components/divider/divider.component.d.ts +0 -25
- package/lib/components/divider/divider.module.d.ts +0 -8
- package/lib/components/divider/index.d.ts +0 -1
- package/lib/components/divider/public-api.d.ts +0 -2
- package/lib/components/drag-and-drop-list/dom.element.d.ts +0 -17
- package/lib/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +0 -82
- package/lib/components/drag-and-drop-list/drag-and-drop-list.enums.d.ts +0 -8
- package/lib/components/drag-and-drop-list/drag-and-drop-list.module.d.ts +0 -8
- package/lib/components/drag-and-drop-list/dragged.placeholder.d.ts +0 -14
- package/lib/components/drag-and-drop-list/index.d.ts +0 -1
- package/lib/components/drag-and-drop-list/public-api.d.ts +0 -2
- package/lib/components/error-page/error-page-code/error-page-code.component.d.ts +0 -5
- package/lib/components/error-page/error-page-code/error-page-code.module.d.ts +0 -8
- package/lib/components/error-page/error-page-code/index.d.ts +0 -1
- package/lib/components/error-page/error-page-code/public-api.d.ts +0 -2
- package/lib/components/error-page/error-page.component.d.ts +0 -49
- package/lib/components/error-page/error-page.module.d.ts +0 -15
- package/lib/components/error-page/error-page.types.d.ts +0 -22
- package/lib/components/error-page/index.d.ts +0 -1
- package/lib/components/error-page/public-api.d.ts +0 -3
- package/lib/components/expansion-panel/expansion-panel.component.d.ts +0 -37
- package/lib/components/expansion-panel/expansion-panel.module.d.ts +0 -10
- package/lib/components/expansion-panel/index.d.ts +0 -1
- package/lib/components/expansion-panel/public-api.d.ts +0 -2
- package/lib/components/footer/container/footer-container.component.d.ts +0 -5
- package/lib/components/footer/container/footer-container.module.d.ts +0 -7
- package/lib/components/footer/container/index.d.ts +0 -1
- package/lib/components/footer/container/public-api.d.ts +0 -2
- package/lib/components/footer/footer.component.d.ts +0 -22
- package/lib/components/footer/footer.component.types.d.ts +0 -12
- package/lib/components/footer/footer.module.d.ts +0 -8
- package/lib/components/footer/index.d.ts +0 -1
- package/lib/components/footer/public-api.d.ts +0 -3
- package/lib/components/form-fields/abstracts/abstract.base.component.d.ts +0 -57
- package/lib/components/form-fields/abstracts/abstract.dropdown.component.d.ts +0 -44
- package/lib/components/form-fields/abstracts/abstract.input.component.d.ts +0 -26
- package/lib/components/form-fields/area/index.d.ts +0 -1
- package/lib/components/form-fields/area/public-api.d.ts +0 -2
- package/lib/components/form-fields/area/textarea.component.d.ts +0 -12
- package/lib/components/form-fields/area/textarea.module.d.ts +0 -17
- package/lib/components/form-fields/common/dropdown-option-template.directive.d.ts +0 -11
- package/lib/components/form-fields/common/error/error.component.d.ts +0 -7
- package/lib/components/form-fields/common/hint/hint.component.d.ts +0 -11
- package/lib/components/form-fields/common/input.tooltip.component.d.ts +0 -12
- package/lib/components/form-fields/common/success/success.component.d.ts +0 -7
- package/lib/components/form-fields/datepickers/date-picker/datepicker.component.d.ts +0 -24
- package/lib/components/form-fields/datepickers/date-picker/datepicker.module.d.ts +0 -22
- package/lib/components/form-fields/datepickers/date-picker/index.d.ts +0 -1
- package/lib/components/form-fields/datepickers/date-picker/public-api.d.ts +0 -2
- package/lib/components/form-fields/datepickers/datetime-picker/custom-datetime-format.d.ts +0 -18
- package/lib/components/form-fields/datepickers/datetime-picker/custom-datetime.adapter.d.ts +0 -11
- package/lib/components/form-fields/datepickers/datetime-picker/datetime-picker-format-directive.d.ts +0 -22
- package/lib/components/form-fields/datepickers/datetime-picker/datetime-template.formatter.d.ts +0 -13
- package/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.component.d.ts +0 -119
- package/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.module.d.ts +0 -21
- package/lib/components/form-fields/datepickers/datetime-picker/index.d.ts +0 -1
- package/lib/components/form-fields/datepickers/datetime-picker/public-api.d.ts +0 -2
- package/lib/components/form-fields/datepickers/time-picker/index.d.ts +0 -1
- package/lib/components/form-fields/datepickers/time-picker/public-api.d.ts +0 -2
- package/lib/components/form-fields/datepickers/time-picker/timepicker.component.d.ts +0 -26
- package/lib/components/form-fields/datepickers/time-picker/timepicker.module.d.ts +0 -22
- package/lib/components/form-fields/dropdowns/dropdown/dropdown.component.d.ts +0 -72
- package/lib/components/form-fields/dropdowns/dropdown/dropdown.module.d.ts +0 -21
- package/lib/components/form-fields/dropdowns/dropdown/index.d.ts +0 -1
- package/lib/components/form-fields/dropdowns/dropdown/public-api.d.ts +0 -2
- package/lib/components/form-fields/dropdowns/input-dropdown/index.d.ts +0 -1
- package/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.component.d.ts +0 -59
- package/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.module.d.ts +0 -21
- package/lib/components/form-fields/dropdowns/input-dropdown/public-api.d.ts +0 -2
- package/lib/components/form-fields/dropdowns/multi-select-dropdown/index.d.ts +0 -1
- package/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.component.d.ts +0 -26
- package/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.module.d.ts +0 -21
- package/lib/components/form-fields/dropdowns/multi-select-dropdown/public-api.d.ts +0 -2
- package/lib/components/form-fields/input/index.d.ts +0 -1
- package/lib/components/form-fields/input/input.component.d.ts +0 -52
- package/lib/components/form-fields/input/input.module.d.ts +0 -19
- package/lib/components/form-fields/input/public-api.d.ts +0 -2
- package/lib/components/form-fields/international-phone-field/canadian-area-codes.d.ts +0 -1
- package/lib/components/form-fields/international-phone-field/index.d.ts +0 -1
- package/lib/components/form-fields/international-phone-field/international-phone-field.component.d.ts +0 -53
- package/lib/components/form-fields/international-phone-field/international-phone-field.module.d.ts +0 -15
- package/lib/components/form-fields/international-phone-field/public-api.d.ts +0 -2
- package/lib/components/form-fields/phone-field/index.d.ts +0 -1
- package/lib/components/form-fields/phone-field/phone-field.component.d.ts +0 -25
- package/lib/components/form-fields/phone-field/phone-field.module.d.ts +0 -10
- package/lib/components/form-fields/phone-field/public-api.d.ts +0 -2
- package/lib/components/form-fields/search-fields/search-dropdown/index.d.ts +0 -1
- package/lib/components/form-fields/search-fields/search-dropdown/public-api.d.ts +0 -2
- package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown-highlighter.pipe.d.ts +0 -13
- package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.d.ts +0 -197
- package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.types.d.ts +0 -10
- package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.module.d.ts +0 -21
- package/lib/components/form-fields/search-fields/search-input/index.d.ts +0 -1
- package/lib/components/form-fields/search-fields/search-input/public-api.d.ts +0 -2
- package/lib/components/form-fields/search-fields/search-input/search-input.component.d.ts +0 -21
- package/lib/components/form-fields/search-fields/search-input/search-input.module.d.ts +0 -20
- package/lib/components/form-fields/selection-fields/checkbox/checkbox.component.d.ts +0 -21
- package/lib/components/form-fields/selection-fields/checkbox/checkbox.module.d.ts +0 -13
- package/lib/components/form-fields/selection-fields/checkbox/index.d.ts +0 -1
- package/lib/components/form-fields/selection-fields/checkbox/public-api.d.ts +0 -2
- package/lib/components/form-fields/selection-fields/radio-button/index.d.ts +0 -1
- package/lib/components/form-fields/selection-fields/radio-button/public-api.d.ts +0 -2
- package/lib/components/form-fields/selection-fields/radio-button/radio-button.component.d.ts +0 -28
- package/lib/components/form-fields/selection-fields/radio-button/radio-button.module.d.ts +0 -17
- package/lib/components/form-fields/selection-fields/slide-toggle/index.d.ts +0 -1
- package/lib/components/form-fields/selection-fields/slide-toggle/public-api.d.ts +0 -2
- package/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.component.d.ts +0 -23
- package/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.module.d.ts +0 -13
- package/lib/components/form-fields/selection-fields/slider/index.d.ts +0 -1
- package/lib/components/form-fields/selection-fields/slider/public-api.d.ts +0 -2
- package/lib/components/form-fields/selection-fields/slider/slider.component.d.ts +0 -20
- package/lib/components/form-fields/selection-fields/slider/slider.module.d.ts +0 -14
- package/lib/components/form-fields/time-field/index.d.ts +0 -1
- package/lib/components/form-fields/time-field/public-api.d.ts +0 -2
- package/lib/components/form-fields/time-field/time-field.component.d.ts +0 -37
- package/lib/components/form-fields/time-field/time-field.module.d.ts +0 -14
- package/lib/components/general/color-palette/colors.enums.d.ts +0 -38
- package/lib/components/general/color-palette/index.d.ts +0 -1
- package/lib/components/general/color-palette/public-api.d.ts +0 -1
- package/lib/components/header/container/header-container.component.d.ts +0 -9
- package/lib/components/header/container/header-container.module.d.ts +0 -7
- package/lib/components/header/container/index.d.ts +0 -1
- package/lib/components/header/container/public-api.d.ts +0 -2
- package/lib/components/header/header.component.d.ts +0 -5
- package/lib/components/header/header.module.d.ts +0 -7
- package/lib/components/header/index.d.ts +0 -1
- package/lib/components/header/org-display-text/index.d.ts +0 -1
- package/lib/components/header/org-display-text/org-display-text.component.d.ts +0 -13
- package/lib/components/header/org-display-text/org-display-text.module.d.ts +0 -8
- package/lib/components/header/org-display-text/public-api.d.ts +0 -2
- package/lib/components/header/public-api.d.ts +0 -2
- package/lib/components/icon-hover/icon-hover.component.d.ts +0 -23
- package/lib/components/icon-hover/icon-hover.module.d.ts +0 -7
- package/lib/components/icon-hover/index.d.ts +0 -1
- package/lib/components/icon-hover/public-api.d.ts +0 -2
- package/lib/components/logo/ascent-logo/ascent-logo.component.d.ts +0 -27
- package/lib/components/logo/ascent-logo/ascent-logo.module.d.ts +0 -8
- package/lib/components/logo/ascent-logo/index.d.ts +0 -1
- package/lib/components/logo/ascent-logo/public-api.d.ts +0 -2
- package/lib/components/logo/peak-essentials-logo/index.d.ts +0 -1
- package/lib/components/logo/peak-essentials-logo/peak-essentials-logo.component.d.ts +0 -7
- package/lib/components/logo/peak-essentials-logo/peak-essentials-logo.module.d.ts +0 -9
- package/lib/components/logo/peak-essentials-logo/public-api.d.ts +0 -2
- package/lib/components/logo/peak-marketplace-logo/index.d.ts +0 -1
- package/lib/components/logo/peak-marketplace-logo/peak-marketplace-logo.component.d.ts +0 -7
- package/lib/components/logo/peak-marketplace-logo/peak-marketplace-logo.module.d.ts +0 -9
- package/lib/components/logo/peak-marketplace-logo/public-api.d.ts +0 -2
- package/lib/components/logo/peak-order-management-logo/index.d.ts +0 -1
- package/lib/components/logo/peak-order-management-logo/peak-order-management-logo.component.d.ts +0 -7
- package/lib/components/logo/peak-order-management-logo/peak-order-management-logo.module.d.ts +0 -9
- package/lib/components/logo/peak-order-management-logo/public-api.d.ts +0 -2
- package/lib/components/logo/primary-logo/abstract-logo-component.d.ts +0 -22
- package/lib/components/logo/primary-logo/index.d.ts +0 -1
- package/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -7
- package/lib/components/logo/primary-logo/primary-logo.module.d.ts +0 -8
- package/lib/components/logo/primary-logo/public-api.d.ts +0 -2
- package/lib/components/logo/scms-logo/abstract-application-logo.component.d.ts +0 -7
- package/lib/components/logo/scms-logo/index.d.ts +0 -1
- package/lib/components/logo/scms-logo/public-api.d.ts +0 -2
- package/lib/components/logo/scms-logo/scms-logo.component.d.ts +0 -7
- package/lib/components/logo/scms-logo/scms-logo.module.d.ts +0 -9
- package/lib/components/modal/index.d.ts +0 -1
- package/lib/components/modal/modal.component.d.ts +0 -64
- package/lib/components/modal/modal.module.d.ts +0 -11
- package/lib/components/modal/public-api.d.ts +0 -2
- package/lib/components/nav-bar/horizontal-nav-bar/horizontal-nav-bar.component.d.ts +0 -21
- package/lib/components/nav-bar/horizontal-nav-bar/horizontal-nav-bar.module.d.ts +0 -9
- package/lib/components/nav-bar/horizontal-nav-bar/index.d.ts +0 -1
- package/lib/components/nav-bar/horizontal-nav-bar/public-api.d.ts +0 -2
- package/lib/components/nav-bar/main-menu/index.d.ts +0 -1
- package/lib/components/nav-bar/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.d.ts +0 -15
- package/lib/components/nav-bar/main-menu/main-menu-items/main-menu-items.component.d.ts +0 -11
- package/lib/components/nav-bar/main-menu/main-menu-items/main-menu-items.module.d.ts +0 -12
- package/lib/components/nav-bar/main-menu/main-menu.component.d.ts +0 -57
- package/lib/components/nav-bar/main-menu/main-menu.module.d.ts +0 -15
- package/lib/components/nav-bar/main-menu/main-menu.service.d.ts +0 -9
- package/lib/components/nav-bar/main-menu/main-menu.types.d.ts +0 -8
- package/lib/components/nav-bar/main-menu/profile-display/profile-display.component.d.ts +0 -15
- package/lib/components/nav-bar/main-menu/profile-display/profile-display.module.d.ts +0 -10
- package/lib/components/nav-bar/main-menu/public-api.d.ts +0 -4
- package/lib/components/nav-bar/nav-menu/index.d.ts +0 -1
- package/lib/components/nav-bar/nav-menu/nav-menu.component.d.ts +0 -23
- package/lib/components/nav-bar/nav-menu/nav-menu.module.d.ts +0 -11
- package/lib/components/nav-bar/nav-menu/nav-menu.types.d.ts +0 -11
- package/lib/components/nav-bar/nav-menu/public-api.d.ts +0 -3
- package/lib/components/nav-bar/scms-side-nav-bar/index.d.ts +0 -1
- package/lib/components/nav-bar/scms-side-nav-bar/public-api.d.ts +0 -3
- package/lib/components/nav-bar/scms-side-nav-bar/scms-nav-item.types.d.ts +0 -13
- package/lib/components/nav-bar/scms-side-nav-bar/scms-side-nav-bar.component.d.ts +0 -44
- package/lib/components/nav-bar/scms-side-nav-bar/scms-side-nav-bar.module.d.ts +0 -19
- package/lib/components/nav-bar/side-nav-bar/abstract-side-nav-bar.component.d.ts +0 -46
- package/lib/components/nav-bar/side-nav-bar/index.d.ts +0 -1
- package/lib/components/nav-bar/side-nav-bar/nav-item.types.d.ts +0 -6
- package/lib/components/nav-bar/side-nav-bar/public-api.d.ts +0 -3
- package/lib/components/nav-bar/side-nav-bar/side-nav-bar.component.d.ts +0 -27
- package/lib/components/nav-bar/side-nav-bar/side-nav-bar.module.d.ts +0 -12
- package/lib/components/progress-indicators/progress-bar/index.d.ts +0 -1
- package/lib/components/progress-indicators/progress-bar/progress-bar.component.d.ts +0 -48
- package/lib/components/progress-indicators/progress-bar/progress-bar.module.d.ts +0 -9
- package/lib/components/progress-indicators/progress-bar/public-api.d.ts +0 -2
- package/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts +0 -1
- package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.d.ts +0 -33
- package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.d.ts +0 -9
- package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.d.ts +0 -6
- package/lib/components/progress-indicators/progress-indicator-spinner/public-api.d.ts +0 -2
- package/lib/components/progress-indicators/progress-spinner/index.d.ts +0 -1
- package/lib/components/progress-indicators/progress-spinner/progress-spinner.component.d.ts +0 -37
- package/lib/components/progress-indicators/progress-spinner/progress-spinner.module.d.ts +0 -11
- package/lib/components/progress-indicators/progress-spinner/public-api.d.ts +0 -2
- package/lib/components/shell-layout/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/navigation-collapse-handle.component.d.ts +0 -31
- package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/navigation-collapse-handle.module.d.ts +0 -8
- package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/public-api.d.ts +0 -2
- package/lib/components/shell-layout/navigation/components/navigation-header/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/components/navigation-header/navigation-header.component.d.ts +0 -13
- package/lib/components/shell-layout/navigation/components/navigation-header/navigation-header.module.d.ts +0 -7
- package/lib/components/shell-layout/navigation/components/navigation-header/public-api.d.ts +0 -2
- package/lib/components/shell-layout/navigation/components/navigation-item/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/components/navigation-item/navigation-item.component.d.ts +0 -48
- package/lib/components/shell-layout/navigation/components/navigation-item/navigation-item.module.d.ts +0 -11
- package/lib/components/shell-layout/navigation/components/navigation-item/public-api.d.ts +0 -2
- package/lib/components/shell-layout/navigation/components/navigation-items-container/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/components/navigation-items-container/navigation-items-container.component.d.ts +0 -5
- package/lib/components/shell-layout/navigation/components/navigation-items-container/navigation-items-container.module.d.ts +0 -7
- package/lib/components/shell-layout/navigation/components/navigation-items-container/public-api.d.ts +0 -2
- package/lib/components/shell-layout/navigation/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/navigation.component.d.ts +0 -13
- package/lib/components/shell-layout/navigation/navigation.module.d.ts +0 -7
- package/lib/components/shell-layout/navigation/public-api.d.ts +0 -2
- package/lib/components/shell-layout/public-api.d.ts +0 -2
- package/lib/components/shell-layout/shell-layout.component.d.ts +0 -13
- package/lib/components/shell-layout/shell-layout.module.d.ts +0 -8
- package/lib/components/snackbars/snackbar/index.d.ts +0 -1
- package/lib/components/snackbars/snackbar/public-api.d.ts +0 -2
- package/lib/components/snackbars/snackbar/snackbar.component.d.ts +0 -36
- package/lib/components/snackbars/snackbar/snackbar.module.d.ts +0 -10
- package/lib/components/splash-page/index.d.ts +0 -1
- package/lib/components/splash-page/public-api.d.ts +0 -2
- package/lib/components/splash-page/splash-page.component.d.ts +0 -14
- package/lib/components/splash-page/splash-page.module.d.ts +0 -8
- package/lib/components/steppers/numeric-stepper/components/numeric-step.component.d.ts +0 -11
- package/lib/components/steppers/numeric-stepper/index.d.ts +0 -1
- package/lib/components/steppers/numeric-stepper/numeric-step.type.d.ts +0 -8
- package/lib/components/steppers/numeric-stepper/numeric-stepper.component.d.ts +0 -10
- package/lib/components/steppers/numeric-stepper/numeric-stepper.module.d.ts +0 -10
- package/lib/components/steppers/numeric-stepper/public-api.d.ts +0 -3
- package/lib/components/steppers/stepper/index.d.ts +0 -1
- package/lib/components/steppers/stepper/public-api.d.ts +0 -3
- package/lib/components/steppers/stepper/step.type.d.ts +0 -8
- package/lib/components/steppers/stepper/stepper.component.d.ts +0 -21
- package/lib/components/steppers/stepper/stepper.module.d.ts +0 -10
- package/lib/components/steppers/wizard-stepper/index.d.ts +0 -1
- package/lib/components/steppers/wizard-stepper/public-api.d.ts +0 -3
- package/lib/components/steppers/wizard-stepper/wizard-step.type.d.ts +0 -11
- package/lib/components/steppers/wizard-stepper/wizard-stepper.component.d.ts +0 -29
- package/lib/components/steppers/wizard-stepper/wizard-stepper.module.d.ts +0 -10
- package/lib/components/table/index.d.ts +0 -1
- package/lib/components/table/public-api.d.ts +0 -2
- package/lib/components/table/table.component.d.ts +0 -67
- package/lib/components/table/table.module.d.ts +0 -10
- package/lib/components/tabs/index.d.ts +0 -1
- package/lib/components/tabs/public-api.d.ts +0 -2
- package/lib/components/tabs/tabs.component.d.ts +0 -14
- package/lib/components/tabs/tabs.module.d.ts +0 -9
- package/lib/components/tags/create-tag/create-tag.component.d.ts +0 -92
- package/lib/components/tags/create-tag/create-tag.module.d.ts +0 -15
- package/lib/components/tags/create-tag/index.d.ts +0 -1
- package/lib/components/tags/create-tag/public-api.d.ts +0 -2
- package/lib/components/tags/tag/index.d.ts +0 -1
- package/lib/components/tags/tag/public-api.d.ts +0 -3
- package/lib/components/tags/tag/tag.component.d.ts +0 -34
- package/lib/components/tags/tag/tag.module.d.ts +0 -9
- package/lib/components/tags/tag/tag.types.d.ts +0 -6
- package/lib/components/tags/tag-container/index.d.ts +0 -1
- package/lib/components/tags/tag-container/public-api.d.ts +0 -2
- package/lib/components/tags/tag-container/tag-container.component.d.ts +0 -5
- package/lib/components/tags/tag-container/tag-container.module.d.ts +0 -8
- package/lib/services/viewport/viewport.service.d.ts +0 -22
- package/lib/services/viewport/viewport.service.interface.d.ts +0 -6
- package/lib/services/window/abstract-window-resize.component.d.ts +0 -10
- package/lib/services/window/window.service.d.ts +0 -12
- package/lib/services/window/window.service.interface.d.ts +0 -7
- package/src/lib/components/avatar/avatar.component.d.ts +0 -30
- package/src/lib/components/avatar/avatar.module.d.ts +0 -9
- package/src/lib/components/avatar/avatar.types.d.ts +0 -1
- package/src/lib/components/avatar/public-api.d.ts +0 -2
- package/src/lib/components/buttons/button-container/button-container.component.d.ts +0 -9
- package/src/lib/components/buttons/button-container/button-container.module.d.ts +0 -8
- package/src/lib/components/buttons/button-container/public-api.d.ts +0 -2
- package/src/lib/components/drag-and-drop-list/dom.element.d.ts +0 -17
- package/src/lib/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +0 -82
- package/src/lib/components/drag-and-drop-list/drag-and-drop-list.enums.d.ts +0 -8
- package/src/lib/components/drag-and-drop-list/drag-and-drop-list.module.d.ts +0 -8
- package/src/lib/components/drag-and-drop-list/dragged.placeholder.d.ts +0 -14
- package/src/lib/components/drag-and-drop-list/public-api.d.ts +0 -2
- package/src/lib/components/error-page/error-page-code/error-page-code.component.d.ts +0 -5
- package/src/lib/components/error-page/error-page-code/error-page-code.module.d.ts +0 -8
- package/src/lib/components/error-page/error-page-code/public-api.d.ts +0 -2
- package/src/lib/components/footer/container/footer-container.component.d.ts +0 -5
- package/src/lib/components/footer/container/footer-container.module.d.ts +0 -7
- package/src/lib/components/footer/container/public-api.d.ts +0 -2
- package/src/lib/components/footer/footer.component.d.ts +0 -22
- package/src/lib/components/footer/footer.component.types.d.ts +0 -12
- package/src/lib/components/footer/footer.module.d.ts +0 -8
- package/src/lib/components/footer/public-api.d.ts +0 -3
- package/src/lib/components/header/container/header-container.component.d.ts +0 -9
- package/src/lib/components/header/container/header-container.module.d.ts +0 -7
- package/src/lib/components/header/container/public-api.d.ts +0 -2
- package/src/lib/components/header/header.component.d.ts +0 -5
- package/src/lib/components/header/header.module.d.ts +0 -7
- package/src/lib/components/header/public-api.d.ts +0 -2
- package/src/lib/components/logo/primary-logo/abstract-logo-component.d.ts +0 -22
- package/src/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -7
- package/src/lib/components/logo/primary-logo/primary-logo.module.d.ts +0 -8
- package/src/lib/components/logo/primary-logo/public-api.d.ts +0 -2
- package/src/lib/components/progress-indicators/progress-bar/progress-bar.component.d.ts +0 -48
- package/src/lib/components/progress-indicators/progress-bar/progress-bar.module.d.ts +0 -9
- package/src/lib/components/progress-indicators/progress-bar/public-api.d.ts +0 -2
- package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.d.ts +0 -33
- package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.d.ts +0 -9
- package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.d.ts +0 -6
- package/src/lib/components/progress-indicators/progress-indicator-spinner/public-api.d.ts +0 -2
- package/src/lib/components/progress-indicators/progress-spinner/progress-spinner.component.d.ts +0 -37
- package/src/lib/components/progress-indicators/progress-spinner/progress-spinner.module.d.ts +0 -11
- package/src/lib/components/progress-indicators/progress-spinner/public-api.d.ts +0 -2
- package/src/lib/components/shell-layout/public-api.d.ts +0 -2
- package/src/lib/components/shell-layout/shell-layout.component.d.ts +0 -13
- package/src/lib/components/shell-layout/shell-layout.module.d.ts +0 -8
- package/src/lib/components/splash-page/public-api.d.ts +0 -2
- package/src/lib/components/splash-page/splash-page.component.d.ts +0 -14
- package/src/lib/components/splash-page/splash-page.module.d.ts +0 -8
- package/src/lib/components/tags/tag-container/public-api.d.ts +0 -2
- package/src/lib/components/tags/tag-container/tag-container.component.d.ts +0 -5
- package/src/lib/components/tags/tag-container/tag-container.module.d.ts +0 -8
|
@@ -1,179 +1,179 @@
|
|
|
1
|
-
@use '../abstracts/functions' as *;
|
|
2
|
-
|
|
3
|
-
.text-xxs,
|
|
4
|
-
text-xxs-semibold {
|
|
5
|
-
font-size: 0.625rem;
|
|
6
|
-
line-height: 13px;
|
|
7
|
-
|
|
8
|
-
&.text-xxs-semibold {
|
|
9
|
-
font-weight: font-weight(semibold);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.text-xs,
|
|
14
|
-
.text-xs-semibold,
|
|
15
|
-
.text-link-xs,
|
|
16
|
-
.text-error-xs {
|
|
17
|
-
font-size: 0.75rem;
|
|
18
|
-
line-height: 16px;
|
|
19
|
-
|
|
20
|
-
&.text-xs-semibold {
|
|
21
|
-
font-weight: font-weight(semibold);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.text-sm,
|
|
26
|
-
.text-sm-semibold,
|
|
27
|
-
.text-link-sm {
|
|
28
|
-
font-size: 0.875rem;
|
|
29
|
-
line-height: 18px;
|
|
30
|
-
|
|
31
|
-
&.text-sm-semibold {
|
|
32
|
-
font-weight: font-weight(semibold);
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.text-base,
|
|
37
|
-
.text-base-semibold,
|
|
38
|
-
.text-link-base,
|
|
39
|
-
.text-error-base {
|
|
40
|
-
font-size: 1rem;
|
|
41
|
-
line-height: 21px;
|
|
42
|
-
|
|
43
|
-
&.text-base-semibold {
|
|
44
|
-
font-weight: font-weight(semibold);
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.text-lg,
|
|
49
|
-
text-lg-semibold {
|
|
50
|
-
font-size: 1.125rem;
|
|
51
|
-
line-height: 23px;
|
|
52
|
-
|
|
53
|
-
&.text-lg-semibold {
|
|
54
|
-
font-weight: font-weight(semibold);
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.text-xl,
|
|
59
|
-
.text-xl-semibold {
|
|
60
|
-
font-size: 1.25rem;
|
|
61
|
-
line-height: 26px;
|
|
62
|
-
|
|
63
|
-
&.text-xl-semibold {
|
|
64
|
-
font-weight: font-weight(semibold);
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.text-2xl,
|
|
69
|
-
.text-2xl-semibold {
|
|
70
|
-
font-size: 1.5rem;
|
|
71
|
-
line-height: 31px;
|
|
72
|
-
|
|
73
|
-
&.text-2xl-semibold {
|
|
74
|
-
font-weight: font-weight(semibold);
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.text-3x,
|
|
79
|
-
.text-3xl-semibold {
|
|
80
|
-
font-size: 1.875rem;
|
|
81
|
-
line-height: 39px;
|
|
82
|
-
|
|
83
|
-
&.text-3xl-semibold {
|
|
84
|
-
font-weight: font-weight(semibold);
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.text-4xl,
|
|
89
|
-
.text-4xl-semibold {
|
|
90
|
-
font-size: 2.25rem;
|
|
91
|
-
line-height: 47px;
|
|
92
|
-
|
|
93
|
-
&.text-4xl-semibold {
|
|
94
|
-
font-weight: font-weight(semibold);
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.text-5xl,
|
|
99
|
-
.text-5xl-semibold {
|
|
100
|
-
font-size: 3rem;
|
|
101
|
-
line-height: 62px;
|
|
102
|
-
|
|
103
|
-
&.text-5xl-semibold {
|
|
104
|
-
font-weight: font-weight(semibold);
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.text-6xl,
|
|
109
|
-
.text-6xl-semibold {
|
|
110
|
-
font-size: 4rem;
|
|
111
|
-
line-height: 83px;
|
|
112
|
-
|
|
113
|
-
&.text-6xl-semibold {
|
|
114
|
-
font-weight: font-weight(semibold);
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
h1,
|
|
119
|
-
h2,
|
|
120
|
-
h3,
|
|
121
|
-
h4,
|
|
122
|
-
h5,
|
|
123
|
-
h6 {
|
|
124
|
-
color: color(dark);
|
|
125
|
-
font-weight: font-weight(semibold);
|
|
126
|
-
font-style: normal;
|
|
127
|
-
margin: 0;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
h1 {
|
|
131
|
-
line-height: 42px;
|
|
132
|
-
font-size: 32px;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
h2 {
|
|
136
|
-
line-height: 31px;
|
|
137
|
-
font-size: 24px;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
h3 {
|
|
141
|
-
line-height: 23px;
|
|
142
|
-
font-size: 18px;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
h4 {
|
|
146
|
-
line-height: 24px;
|
|
147
|
-
font-size: 16px;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
h5 {
|
|
151
|
-
line-height: 21px;
|
|
152
|
-
font-size: 14px;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
h6 {
|
|
156
|
-
line-height: 16px;
|
|
157
|
-
font-size: 12px;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
p,
|
|
161
|
-
.text-base,
|
|
162
|
-
.text-base-semibold {
|
|
163
|
-
font-style: normal;
|
|
164
|
-
font-weight: font-weight(regular);
|
|
165
|
-
margin: 0;
|
|
166
|
-
color: color(medium);
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.text-error-base,
|
|
170
|
-
.text-error-xs {
|
|
171
|
-
color: color(error);
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.text-link-base,
|
|
175
|
-
.text-link-sm,
|
|
176
|
-
.text-link-xs {
|
|
177
|
-
color: color(link);
|
|
178
|
-
text-decoration-line: underline;
|
|
179
|
-
}
|
|
1
|
+
@use '../abstracts/functions' as *;
|
|
2
|
+
|
|
3
|
+
.text-xxs,
|
|
4
|
+
text-xxs-semibold {
|
|
5
|
+
font-size: 0.625rem;
|
|
6
|
+
line-height: 13px;
|
|
7
|
+
|
|
8
|
+
&.text-xxs-semibold {
|
|
9
|
+
font-weight: font-weight(semibold);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.text-xs,
|
|
14
|
+
.text-xs-semibold,
|
|
15
|
+
.text-link-xs,
|
|
16
|
+
.text-error-xs {
|
|
17
|
+
font-size: 0.75rem;
|
|
18
|
+
line-height: 16px;
|
|
19
|
+
|
|
20
|
+
&.text-xs-semibold {
|
|
21
|
+
font-weight: font-weight(semibold);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.text-sm,
|
|
26
|
+
.text-sm-semibold,
|
|
27
|
+
.text-link-sm {
|
|
28
|
+
font-size: 0.875rem;
|
|
29
|
+
line-height: 18px;
|
|
30
|
+
|
|
31
|
+
&.text-sm-semibold {
|
|
32
|
+
font-weight: font-weight(semibold);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.text-base,
|
|
37
|
+
.text-base-semibold,
|
|
38
|
+
.text-link-base,
|
|
39
|
+
.text-error-base {
|
|
40
|
+
font-size: 1rem;
|
|
41
|
+
line-height: 21px;
|
|
42
|
+
|
|
43
|
+
&.text-base-semibold {
|
|
44
|
+
font-weight: font-weight(semibold);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.text-lg,
|
|
49
|
+
text-lg-semibold {
|
|
50
|
+
font-size: 1.125rem;
|
|
51
|
+
line-height: 23px;
|
|
52
|
+
|
|
53
|
+
&.text-lg-semibold {
|
|
54
|
+
font-weight: font-weight(semibold);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.text-xl,
|
|
59
|
+
.text-xl-semibold {
|
|
60
|
+
font-size: 1.25rem;
|
|
61
|
+
line-height: 26px;
|
|
62
|
+
|
|
63
|
+
&.text-xl-semibold {
|
|
64
|
+
font-weight: font-weight(semibold);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.text-2xl,
|
|
69
|
+
.text-2xl-semibold {
|
|
70
|
+
font-size: 1.5rem;
|
|
71
|
+
line-height: 31px;
|
|
72
|
+
|
|
73
|
+
&.text-2xl-semibold {
|
|
74
|
+
font-weight: font-weight(semibold);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.text-3x,
|
|
79
|
+
.text-3xl-semibold {
|
|
80
|
+
font-size: 1.875rem;
|
|
81
|
+
line-height: 39px;
|
|
82
|
+
|
|
83
|
+
&.text-3xl-semibold {
|
|
84
|
+
font-weight: font-weight(semibold);
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.text-4xl,
|
|
89
|
+
.text-4xl-semibold {
|
|
90
|
+
font-size: 2.25rem;
|
|
91
|
+
line-height: 47px;
|
|
92
|
+
|
|
93
|
+
&.text-4xl-semibold {
|
|
94
|
+
font-weight: font-weight(semibold);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.text-5xl,
|
|
99
|
+
.text-5xl-semibold {
|
|
100
|
+
font-size: 3rem;
|
|
101
|
+
line-height: 62px;
|
|
102
|
+
|
|
103
|
+
&.text-5xl-semibold {
|
|
104
|
+
font-weight: font-weight(semibold);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.text-6xl,
|
|
109
|
+
.text-6xl-semibold {
|
|
110
|
+
font-size: 4rem;
|
|
111
|
+
line-height: 83px;
|
|
112
|
+
|
|
113
|
+
&.text-6xl-semibold {
|
|
114
|
+
font-weight: font-weight(semibold);
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
h1,
|
|
119
|
+
h2,
|
|
120
|
+
h3,
|
|
121
|
+
h4,
|
|
122
|
+
h5,
|
|
123
|
+
h6 {
|
|
124
|
+
color: color(dark);
|
|
125
|
+
font-weight: font-weight(semibold);
|
|
126
|
+
font-style: normal;
|
|
127
|
+
margin: 0;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
h1 {
|
|
131
|
+
line-height: 42px;
|
|
132
|
+
font-size: 32px;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
h2 {
|
|
136
|
+
line-height: 31px;
|
|
137
|
+
font-size: 24px;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
h3 {
|
|
141
|
+
line-height: 23px;
|
|
142
|
+
font-size: 18px;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
h4 {
|
|
146
|
+
line-height: 24px;
|
|
147
|
+
font-size: 16px;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
h5 {
|
|
151
|
+
line-height: 21px;
|
|
152
|
+
font-size: 14px;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
h6 {
|
|
156
|
+
line-height: 16px;
|
|
157
|
+
font-size: 12px;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
p,
|
|
161
|
+
.text-base,
|
|
162
|
+
.text-base-semibold {
|
|
163
|
+
font-style: normal;
|
|
164
|
+
font-weight: font-weight(regular);
|
|
165
|
+
margin: 0;
|
|
166
|
+
color: color(medium);
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.text-error-base,
|
|
170
|
+
.text-error-xs {
|
|
171
|
+
color: color(error);
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.text-link-base,
|
|
175
|
+
.text-link-sm,
|
|
176
|
+
.text-link-xs {
|
|
177
|
+
color: color(link);
|
|
178
|
+
text-decoration-line: underline;
|
|
179
|
+
}
|
|
@@ -1,104 +1,104 @@
|
|
|
1
|
-
@use '../abstracts/mixins' as *;
|
|
2
|
-
|
|
3
|
-
.text-xxs {
|
|
4
|
-
font-size: 0.625rem;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.text-xs {
|
|
8
|
-
font-size: 0.75rem;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.text-sm {
|
|
12
|
-
font-size: 0.875rem;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.text-base {
|
|
16
|
-
font-size: 1rem;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.text-lg {
|
|
20
|
-
font-size: 1.125rem;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.text-xl {
|
|
24
|
-
font-size: 1.25rem;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.text-2xl {
|
|
28
|
-
font-size: 1.5rem;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.text-3xl {
|
|
32
|
-
font-size: 1.875rem;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.text-4xl {
|
|
36
|
-
font-size: 2.25rem;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.text-5xl {
|
|
40
|
-
font-size: 3rem;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.text-6xl {
|
|
44
|
-
font-size: 4rem;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.bg-primary {
|
|
48
|
-
@include background-color(primary);
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.bg-success {
|
|
52
|
-
@include background-color(success);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.bg-warn {
|
|
56
|
-
@include background-color(error);
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.bg-white {
|
|
60
|
-
@include background-color(white);
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.bg-primary:hover,
|
|
64
|
-
.bg-primary:focus {
|
|
65
|
-
@include background-color(secondary);
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.bg-success:hover,
|
|
69
|
-
.bg-success:focus {
|
|
70
|
-
@include background-color(success-hover);
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.bg-warn:hover,
|
|
74
|
-
.bg-warn:focus {
|
|
75
|
-
@include background-color(error-hover);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.primary {
|
|
79
|
-
@include color(primary);
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.secondary {
|
|
83
|
-
@include color(secondary);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.dark {
|
|
87
|
-
@include color(dark);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.black {
|
|
91
|
-
@include color(black);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.warn {
|
|
95
|
-
@include color(error);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.medium {
|
|
99
|
-
@include color(medium);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.full-width {
|
|
103
|
-
width: 100%;
|
|
104
|
-
}
|
|
1
|
+
@use '../abstracts/mixins' as *;
|
|
2
|
+
|
|
3
|
+
.text-xxs {
|
|
4
|
+
font-size: 0.625rem;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.text-xs {
|
|
8
|
+
font-size: 0.75rem;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.text-sm {
|
|
12
|
+
font-size: 0.875rem;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.text-base {
|
|
16
|
+
font-size: 1rem;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.text-lg {
|
|
20
|
+
font-size: 1.125rem;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.text-xl {
|
|
24
|
+
font-size: 1.25rem;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.text-2xl {
|
|
28
|
+
font-size: 1.5rem;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.text-3xl {
|
|
32
|
+
font-size: 1.875rem;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.text-4xl {
|
|
36
|
+
font-size: 2.25rem;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.text-5xl {
|
|
40
|
+
font-size: 3rem;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.text-6xl {
|
|
44
|
+
font-size: 4rem;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.bg-primary {
|
|
48
|
+
@include background-color(primary);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.bg-success {
|
|
52
|
+
@include background-color(success);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.bg-warn {
|
|
56
|
+
@include background-color(error);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.bg-white {
|
|
60
|
+
@include background-color(white);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.bg-primary:hover,
|
|
64
|
+
.bg-primary:focus {
|
|
65
|
+
@include background-color(secondary);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.bg-success:hover,
|
|
69
|
+
.bg-success:focus {
|
|
70
|
+
@include background-color(success-hover);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.bg-warn:hover,
|
|
74
|
+
.bg-warn:focus {
|
|
75
|
+
@include background-color(error-hover);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.primary {
|
|
79
|
+
@include color(primary);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.secondary {
|
|
83
|
+
@include color(secondary);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.dark {
|
|
87
|
+
@include color(dark);
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.black {
|
|
91
|
+
@include color(black);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.warn {
|
|
95
|
+
@include color(error);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.medium {
|
|
99
|
+
@include color(medium);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.full-width {
|
|
103
|
+
width: 100%;
|
|
104
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
@forward 'abstracts/functions';
|
|
2
|
-
@forward 'abstracts/mixins';
|
|
3
|
-
@forward 'abstracts/variables';
|
|
4
|
-
@forward 'base/reset';
|
|
5
|
-
@forward 'base/typography';
|
|
6
|
-
@forward 'overrides/angular-material';
|
|
7
|
-
@forward 'themes/ads-palette';
|
|
8
|
-
@forward 'base/utilities';
|
|
1
|
+
@forward 'abstracts/functions';
|
|
2
|
+
@forward 'abstracts/mixins';
|
|
3
|
+
@forward 'abstracts/variables';
|
|
4
|
+
@forward 'base/reset';
|
|
5
|
+
@forward 'base/typography';
|
|
6
|
+
@forward 'overrides/angular-material';
|
|
7
|
+
@forward 'themes/ads-palette';
|
|
8
|
+
@forward 'base/utilities';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
@forward 'angular-material/html';
|
|
2
|
-
@forward 'angular-material/dropdown';
|
|
3
|
-
@forward 'angular-material/snackbar';
|
|
4
|
-
@forward 'angular-material/datetimepicker';
|
|
5
|
-
@forward 'angular-material/tooltip';
|
|
6
|
-
@forward 'angular-material/search-dropdown-modal';
|
|
7
|
-
@forward 'angular-material/mat-list';
|
|
8
|
-
@forward 'angular-material/menu';
|
|
1
|
+
@forward 'angular-material/html';
|
|
2
|
+
@forward 'angular-material/dropdown';
|
|
3
|
+
@forward 'angular-material/snackbar';
|
|
4
|
+
@forward 'angular-material/datetimepicker';
|
|
5
|
+
@forward 'angular-material/tooltip';
|
|
6
|
+
@forward 'angular-material/search-dropdown-modal';
|
|
7
|
+
@forward 'angular-material/mat-list';
|
|
8
|
+
@forward 'angular-material/menu';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
@use '../../abstracts/functions' as *;
|
|
2
|
-
|
|
3
|
-
.mat-bottom-sheet-container {
|
|
4
|
-
border-radius: 0 !important;
|
|
5
|
-
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) !important;
|
|
6
|
-
overflow: hidden !important;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.cdk-overlay-dark-backdrop {
|
|
10
|
-
background-color: color(medium) !important;
|
|
11
|
-
opacity: 0.5 !important;
|
|
12
|
-
}
|
|
1
|
+
@use '../../abstracts/functions' as *;
|
|
2
|
+
|
|
3
|
+
.mat-bottom-sheet-container {
|
|
4
|
+
border-radius: 0 !important;
|
|
5
|
+
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) !important;
|
|
6
|
+
overflow: hidden !important;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.cdk-overlay-dark-backdrop {
|
|
10
|
+
background-color: color(medium) !important;
|
|
11
|
+
opacity: 0.5 !important;
|
|
12
|
+
}
|