@progressio_resources/gravity-design-system 3.9.3 → 4.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 +1 -1
- package/fesm2022/progressio_resources-gravity-design-system.mjs +1289 -1169
- package/fesm2022/progressio_resources-gravity-design-system.mjs.map +1 -1
- package/package.json +10 -12
- package/src/lib/styles/_functions.scss +4 -2
- package/src/lib/styles/_responsive.scss +12 -11
- package/src/lib/styles/components/_card_highlight.scss +5 -5
- package/src/lib/styles/components/_datepicker-v2.scss +2 -2
- package/src/lib/styles/components/_datepicker.scss +16 -15
- package/src/lib/styles/components/_offcanvas.scss +4 -4
- package/src/lib/styles/components/_tables.scss +9 -9
- package/src/lib/styles/foundations/colors/themes/_hero.theme.scss +1 -1
- package/src/lib/styles/foundations/colors/tokens/_hero.tokens.scss +3 -3
- package/src/lib/styles/foundations/spacing/_spacing.scss +3 -1
- package/src/lib/styles/gravity-design-system.scss +17 -17
- package/src/lib/styles/overwrite/bootstrap/_bootstrap-export.scss +2 -2
- package/src/lib/styles/overwrite/bootstrap/_modal.scss +5 -5
- package/src/lib/styles/themes/_hero.scss +4 -4
- package/src/lib/vendor/gravity-tooltip/gravity-tooltip.component.html +10 -7
- package/src/lib/vendor/gravity-tooltip/gravity-tooltip.component.sass +92 -52
- package/src/lib/vendor/gravity-tooltip/gravity-tooltip.component.ts +7 -3
- package/src/lib/vendor/gravity-tooltip/gravity-tooltip.directive.ts +46 -17
- package/src/lib/vendor/gravity-tooltip/gravity-tooltip.module.ts +7 -12
- package/types/progressio_resources-gravity-design-system.d.ts +2671 -0
- package/esm2022/lib/components/gravity-attach-file/gravity-attach-file.component.mjs +0 -82
- package/esm2022/lib/components/gravity-avatar-stack/gravity-avatar-stack.component.mjs +0 -86
- package/esm2022/lib/components/gravity-backdrop/gravity-backdrop.component.mjs +0 -17
- package/esm2022/lib/components/gravity-badge/gravity-badge.component.mjs +0 -36
- package/esm2022/lib/components/gravity-button/gravity-button.component.mjs +0 -58
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/base/bs-datepicker-container.mjs +0 -77
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-datepicker-inline.component.mjs +0 -129
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-datepicker-inline.config.mjs +0 -14
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-datepicker.callbacks.mjs +0 -13
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-datepicker.component.mjs +0 -211
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-datepicker.config.mjs +0 -46
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker-inline.component.mjs +0 -130
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker-inline.config.mjs +0 -18
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker.component.mjs +0 -218
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker.config.mjs +0 -18
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-container.component.mjs +0 -137
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-inline-container.component.mjs +0 -35
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-navigation-view/bs-datepicker-navigation-view.component.mjs +0 -69
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-daterangepicker-container.component.mjs +0 -193
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-daterangepicker-inline-container.component.mjs +0 -35
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-days-calendar-view/bs-datepicker-day-decorator.directive.mjs +0 -30
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-days-calendar-view/bs-days-calendar-view.component.mjs +0 -57
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-months-calendar-view/bs-months-calendar-view.component.mjs +0 -57
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-years-calendar-view/bs-years-calendar-view.component.mjs +0 -57
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/datepicker-animations.mjs +0 -16
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/calc-days-calendar.mjs +0 -16
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/flag-days-calendar.mjs +0 -53
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/flag-months-calendar.mjs +0 -39
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/flag-years-calendar.mjs +0 -36
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/format-days-calendar.mjs +0 -23
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/format-months-calendar.mjs +0 -23
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/format-years-calendar.mjs +0 -43
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/view-mode.mjs +0 -4
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/models/index.mjs +0 -7
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/reducer/_defaults.mjs +0 -6
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.actions.mjs +0 -64
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.effects.mjs +0 -128
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.reducer.mjs +0 -301
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.state.mjs +0 -16
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.store.mjs +0 -20
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/services/header-type.service.mjs +0 -28
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/utils/bs-calendar-utils.mjs +0 -74
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/utils/date-abbreviation.pipe.mjs +0 -74
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/utils/matrix-utils.mjs +0 -14
- package/esm2022/lib/components/gravity-calendar-v2/gravity-calendar-v2.component.mjs +0 -259
- package/esm2022/lib/components/gravity-card-button/gravity-card-button.component.mjs +0 -41
- package/esm2022/lib/components/gravity-checkbox/gravity-checkbox.component.mjs +0 -52
- package/esm2022/lib/components/gravity-chip-group/gravity-chip-group.component.mjs +0 -45
- package/esm2022/lib/components/gravity-currency/gravity-currency.component.mjs +0 -26
- package/esm2022/lib/components/gravity-currency-display-v2/gravity-currency-display-v2.component.mjs +0 -26
- package/esm2022/lib/components/gravity-currency-dropdown-short/gravity-currency-dropdown-short.component.mjs +0 -79
- package/esm2022/lib/components/gravity-data-views-v2/gravity-data-views-v2.component.mjs +0 -48
- package/esm2022/lib/components/gravity-date-picker/components/day-calendar/day-calendar.component.mjs +0 -273
- package/esm2022/lib/components/gravity-date-picker/components/day-calendar/range-days-calendar.utils.mjs +0 -241
- package/esm2022/lib/components/gravity-date-picker/components/month-calendar/month-calendar.component.mjs +0 -109
- package/esm2022/lib/components/gravity-date-picker/components/year-calendar/year-calendar.component.mjs +0 -105
- package/esm2022/lib/components/gravity-date-picker/gravity-date-picker.component.mjs +0 -84
- package/esm2022/lib/components/gravity-date-picker/shared/date-picker.constants.mjs +0 -61
- package/esm2022/lib/components/gravity-date-picker/shared/date-picker.modal.mjs +0 -2
- package/esm2022/lib/components/gravity-date-picker/shared/date-picker.utils.mjs +0 -110
- package/esm2022/lib/components/gravity-detail-container/gravity-detail-container.component.mjs +0 -93
- package/esm2022/lib/components/gravity-dialog/gravity-dialog.component.mjs +0 -26
- package/esm2022/lib/components/gravity-dropdown-label/gravity-dropdown-label.component.mjs +0 -65
- package/esm2022/lib/components/gravity-dropdown-list/filter-by.pipe.mjs +0 -44
- package/esm2022/lib/components/gravity-dropdown-list/gravity-dropdown-list.component.mjs +0 -542
- package/esm2022/lib/components/gravity-dropdown-list-display/display-currency-items.mjs +0 -2
- package/esm2022/lib/components/gravity-dropdown-list-display/gravity-dropdown-list-display.component.mjs +0 -203
- package/esm2022/lib/components/gravity-editable-input/gravity-editable-input.component.mjs +0 -52
- package/esm2022/lib/components/gravity-generic-avatar/gravity-generic-avatar.component.mjs +0 -33
- package/esm2022/lib/components/gravity-generic-avatar-secondary/gravity-generic-avatar-secondary.component.mjs +0 -28
- package/esm2022/lib/components/gravity-icon/gravity-icon.component.mjs +0 -120
- package/esm2022/lib/components/gravity-icon-button/gravity-icon-button.component.mjs +0 -54
- package/esm2022/lib/components/gravity-link/gravity-link.component.mjs +0 -39
- package/esm2022/lib/components/gravity-modal/gravity-modal.component.mjs +0 -44
- package/esm2022/lib/components/gravity-modal/gravity-modal.model.mjs +0 -2
- package/esm2022/lib/components/gravity-multi-language/gravity-multi-language.component.mjs +0 -31
- package/esm2022/lib/components/gravity-navigation-card/gravity-navigation-card.component.mjs +0 -54
- package/esm2022/lib/components/gravity-network-pill/gravity-network-pill.component.mjs +0 -33
- package/esm2022/lib/components/gravity-notification/gravity-notification-content.interface.mjs +0 -2
- package/esm2022/lib/components/gravity-notification/gravity-notification.component.mjs +0 -33
- package/esm2022/lib/components/gravity-notification-instant/gravity-notification-instant-container.component.mjs +0 -32
- package/esm2022/lib/components/gravity-pagination/gravity-pagination.component.mjs +0 -113
- package/esm2022/lib/components/gravity-push-notifications/gravity-push-notifications.component.mjs +0 -55
- package/esm2022/lib/components/gravity-radio-button/gravity-radio-button.component.mjs +0 -34
- package/esm2022/lib/components/gravity-segmented-button/gravity-segmented-button.component.mjs +0 -85
- package/esm2022/lib/components/gravity-status-indicator/gravity-status-indicator.component.mjs +0 -38
- package/esm2022/lib/components/gravity-stepper/gravity-stepper.component.mjs +0 -37
- package/esm2022/lib/components/gravity-switch/gravity-switch.component.mjs +0 -56
- package/esm2022/lib/components/gravity-tab-primary/gravity-tab-primary.component.mjs +0 -34
- package/esm2022/lib/components/gravity-tab-secondary/gravity-tab-secondary.component.mjs +0 -36
- package/esm2022/lib/components/gravity-table/gravity-table.component.mjs +0 -212
- package/esm2022/lib/components/gravity-tables-v2/gravity-tables-v2.component.mjs +0 -18
- package/esm2022/lib/components/gravity-text-field/gravity-text-field.component.mjs +0 -294
- package/esm2022/lib/components/gravity-text-field-amount-only/gravity-text-field-amount-only.component.mjs +0 -160
- package/esm2022/lib/components/gravity-text-field-number-only/gravity-text-field-number-only.component.mjs +0 -126
- package/esm2022/lib/components/gravity-tooltip-container/gravity-tooltip-container.component.mjs +0 -44
- package/esm2022/lib/components/gravity-tree-view/gravity-tree-view.component.mjs +0 -69
- package/esm2022/lib/components/gravity-tree-view/models/node-item.mjs +0 -2
- package/esm2022/lib/components/gravity-tree-view/models/node-selected-state.mjs +0 -7
- package/esm2022/lib/components/gravity-tree-view/models/node-state.mjs +0 -2
- package/esm2022/lib/components/gravity-tree-view/models/tree-callbacks.mjs +0 -2
- package/esm2022/lib/components/gravity-tree-view/node/node-checkbox/node-checkbox.component.mjs +0 -26
- package/esm2022/lib/components/gravity-tree-view/node/node-name/node-name.component.mjs +0 -13
- package/esm2022/lib/components/gravity-tree-view/node/node-toggle/node-toggle.component.mjs +0 -15
- package/esm2022/lib/components/gravity-tree-view/node/node.component.mjs +0 -17
- package/esm2022/lib/components/gravity-tree-view/service/tree-service.mjs +0 -242
- package/esm2022/lib/gravity-design-system.module.mjs +0 -370
- package/esm2022/lib/layout/gravity-header/gravity-header.component.mjs +0 -72
- package/esm2022/lib/layout/gravity-menu/gravity-menu.component.mjs +0 -232
- package/esm2022/lib/model/gravity-menu-items.model.mjs +0 -5
- package/esm2022/lib/model/gravity-push-notifications.model.mjs +0 -2
- package/esm2022/lib/services/gravity-dialog-manager.service.mjs +0 -48
- package/esm2022/lib/services/gravity-dropdown-manager.service.mjs +0 -21
- package/esm2022/lib/services/gravity-instant-notifications.service.mjs +0 -23
- package/esm2022/lib/services/gravity-push-notifications-service.service.mjs +0 -70
- package/esm2022/lib/services/gravity-responsive.service.mjs +0 -47
- package/esm2022/lib/vendor/gravity-tooltip/gravity-tooltip.component.mjs +0 -249
- package/esm2022/lib/vendor/gravity-tooltip/gravity-tooltip.directive.mjs +0 -494
- package/esm2022/lib/vendor/gravity-tooltip/gravity-tooltip.module.mjs +0 -41
- package/esm2022/lib/vendor/gravity-tooltip/index.mjs +0 -4
- package/esm2022/lib/vendor/gravity-tooltip/options.interface.mjs +0 -2
- package/esm2022/lib/vendor/gravity-tooltip/options.mjs +0 -38
- package/esm2022/lib/vendor/gravity-tooltip/options.service.mjs +0 -7
- package/esm2022/progressio_resources-gravity-design-system.mjs +0 -5
- package/esm2022/public-api.mjs +0 -62
- package/index.d.ts +0 -5
- package/lib/components/gravity-attach-file/gravity-attach-file.component.d.ts +0 -22
- package/lib/components/gravity-avatar-stack/gravity-avatar-stack.component.d.ts +0 -22
- package/lib/components/gravity-backdrop/gravity-backdrop.component.d.ts +0 -6
- package/lib/components/gravity-badge/gravity-badge.component.d.ts +0 -12
- package/lib/components/gravity-button/gravity-button.component.d.ts +0 -17
- package/lib/components/gravity-calendar-v2/datepicker/base/bs-datepicker-container.d.ts +0 -42
- package/lib/components/gravity-calendar-v2/datepicker/bs-datepicker-inline.component.d.ts +0 -40
- package/lib/components/gravity-calendar-v2/datepicker/bs-datepicker-inline.config.d.ts +0 -6
- package/lib/components/gravity-calendar-v2/datepicker/bs-datepicker.callbacks.d.ts +0 -6
- package/lib/components/gravity-calendar-v2/datepicker/bs-datepicker.component.d.ts +0 -66
- package/lib/components/gravity-calendar-v2/datepicker/bs-datepicker.config.d.ts +0 -53
- package/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker-inline.component.d.ts +0 -37
- package/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker-inline.config.d.ts +0 -7
- package/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker.component.d.ts +0 -61
- package/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker.config.d.ts +0 -7
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-container.component.d.ts +0 -36
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-inline-container.component.d.ts +0 -15
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-navigation-view/bs-datepicker-navigation-view.component.d.ts +0 -26
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-daterangepicker-container.component.d.ts +0 -42
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-daterangepicker-inline-container.component.d.ts +0 -15
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-days-calendar-view/bs-datepicker-day-decorator.directive.d.ts +0 -7
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-days-calendar-view/bs-days-calendar-view.component.d.ts +0 -25
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-months-calendar-view/bs-months-calendar-view.component.d.ts +0 -23
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-years-calendar-view/bs-years-calendar-view.component.d.ts +0 -22
- package/lib/components/gravity-calendar-v2/datepicker/datepicker-animations.d.ts +0 -3
- package/lib/components/gravity-calendar-v2/datepicker/engine/calc-days-calendar.d.ts +0 -2
- package/lib/components/gravity-calendar-v2/datepicker/engine/flag-days-calendar.d.ts +0 -12
- package/lib/components/gravity-calendar-v2/datepicker/engine/flag-months-calendar.d.ts +0 -12
- package/lib/components/gravity-calendar-v2/datepicker/engine/flag-years-calendar.d.ts +0 -13
- package/lib/components/gravity-calendar-v2/datepicker/engine/format-days-calendar.d.ts +0 -2
- package/lib/components/gravity-calendar-v2/datepicker/engine/format-months-calendar.d.ts +0 -2
- package/lib/components/gravity-calendar-v2/datepicker/engine/format-years-calendar.d.ts +0 -4
- package/lib/components/gravity-calendar-v2/datepicker/engine/view-mode.d.ts +0 -2
- package/lib/components/gravity-calendar-v2/datepicker/models/index.d.ts +0 -86
- package/lib/components/gravity-calendar-v2/datepicker/reducer/_defaults.d.ts +0 -3
- package/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.actions.d.ts +0 -34
- package/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.effects.d.ts +0 -34
- package/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.reducer.d.ts +0 -3
- package/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.state.d.ts +0 -34
- package/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.store.d.ts +0 -8
- package/lib/components/gravity-calendar-v2/datepicker/services/header-type.service.d.ts +0 -17
- package/lib/components/gravity-calendar-v2/datepicker/utils/bs-calendar-utils.d.ts +0 -13
- package/lib/components/gravity-calendar-v2/datepicker/utils/date-abbreviation.pipe.d.ts +0 -13
- package/lib/components/gravity-calendar-v2/datepicker/utils/matrix-utils.d.ts +0 -9
- package/lib/components/gravity-calendar-v2/gravity-calendar-v2.component.d.ts +0 -57
- package/lib/components/gravity-card-button/gravity-card-button.component.d.ts +0 -15
- package/lib/components/gravity-checkbox/gravity-checkbox.component.d.ts +0 -21
- package/lib/components/gravity-chip-group/gravity-chip-group.component.d.ts +0 -19
- package/lib/components/gravity-currency/gravity-currency.component.d.ts +0 -13
- package/lib/components/gravity-currency-display-v2/gravity-currency-display-v2.component.d.ts +0 -16
- package/lib/components/gravity-currency-dropdown-short/gravity-currency-dropdown-short.component.d.ts +0 -32
- package/lib/components/gravity-data-views-v2/gravity-data-views-v2.component.d.ts +0 -22
- package/lib/components/gravity-date-picker/components/day-calendar/day-calendar.component.d.ts +0 -105
- package/lib/components/gravity-date-picker/components/day-calendar/range-days-calendar.utils.d.ts +0 -12
- package/lib/components/gravity-date-picker/components/month-calendar/month-calendar.component.d.ts +0 -71
- package/lib/components/gravity-date-picker/components/year-calendar/year-calendar.component.d.ts +0 -70
- package/lib/components/gravity-date-picker/gravity-date-picker.component.d.ts +0 -64
- package/lib/components/gravity-date-picker/shared/date-picker.constants.d.ts +0 -52
- package/lib/components/gravity-date-picker/shared/date-picker.modal.d.ts +0 -25
- package/lib/components/gravity-date-picker/shared/date-picker.utils.d.ts +0 -10
- package/lib/components/gravity-detail-container/gravity-detail-container.component.d.ts +0 -28
- package/lib/components/gravity-dialog/gravity-dialog.component.d.ts +0 -22
- package/lib/components/gravity-dropdown-label/gravity-dropdown-label.component.d.ts +0 -19
- package/lib/components/gravity-dropdown-list/filter-by.pipe.d.ts +0 -10
- package/lib/components/gravity-dropdown-list/gravity-dropdown-list.component.d.ts +0 -84
- package/lib/components/gravity-dropdown-list-display/display-currency-items.d.ts +0 -12
- package/lib/components/gravity-dropdown-list-display/gravity-dropdown-list-display.component.d.ts +0 -52
- package/lib/components/gravity-editable-input/gravity-editable-input.component.d.ts +0 -19
- package/lib/components/gravity-generic-avatar/gravity-generic-avatar.component.d.ts +0 -11
- package/lib/components/gravity-generic-avatar-secondary/gravity-generic-avatar-secondary.component.d.ts +0 -11
- package/lib/components/gravity-icon/gravity-icon.component.d.ts +0 -85
- package/lib/components/gravity-icon-button/gravity-icon-button.component.d.ts +0 -22
- package/lib/components/gravity-link/gravity-link.component.d.ts +0 -14
- package/lib/components/gravity-modal/gravity-modal.component.d.ts +0 -19
- package/lib/components/gravity-modal/gravity-modal.model.d.ts +0 -17
- package/lib/components/gravity-multi-language/gravity-multi-language.component.d.ts +0 -12
- package/lib/components/gravity-navigation-card/gravity-navigation-card.component.d.ts +0 -24
- package/lib/components/gravity-network-pill/gravity-network-pill.component.d.ts +0 -14
- package/lib/components/gravity-notification/gravity-notification-content.interface.d.ts +0 -7
- package/lib/components/gravity-notification/gravity-notification.component.d.ts +0 -12
- package/lib/components/gravity-notification-instant/gravity-notification-instant-container.component.d.ts +0 -10
- package/lib/components/gravity-pagination/gravity-pagination.component.d.ts +0 -24
- package/lib/components/gravity-push-notifications/gravity-push-notifications.component.d.ts +0 -21
- package/lib/components/gravity-radio-button/gravity-radio-button.component.d.ts +0 -14
- package/lib/components/gravity-segmented-button/gravity-segmented-button.component.d.ts +0 -33
- package/lib/components/gravity-status-indicator/gravity-status-indicator.component.d.ts +0 -14
- package/lib/components/gravity-stepper/gravity-stepper.component.d.ts +0 -13
- package/lib/components/gravity-switch/gravity-switch.component.d.ts +0 -24
- package/lib/components/gravity-tab-primary/gravity-tab-primary.component.d.ts +0 -16
- package/lib/components/gravity-tab-secondary/gravity-tab-secondary.component.d.ts +0 -17
- package/lib/components/gravity-table/gravity-table.component.d.ts +0 -25
- package/lib/components/gravity-tables-v2/gravity-tables-v2.component.d.ts +0 -7
- package/lib/components/gravity-text-field/gravity-text-field.component.d.ts +0 -62
- package/lib/components/gravity-text-field-amount-only/gravity-text-field-amount-only.component.d.ts +0 -43
- package/lib/components/gravity-text-field-number-only/gravity-text-field-number-only.component.d.ts +0 -30
- package/lib/components/gravity-tooltip-container/gravity-tooltip-container.component.d.ts +0 -40
- package/lib/components/gravity-tree-view/gravity-tree-view.component.d.ts +0 -21
- package/lib/components/gravity-tree-view/models/node-item.d.ts +0 -10
- package/lib/components/gravity-tree-view/models/node-selected-state.d.ts +0 -5
- package/lib/components/gravity-tree-view/models/node-state.d.ts +0 -14
- package/lib/components/gravity-tree-view/models/tree-callbacks.d.ts +0 -9
- package/lib/components/gravity-tree-view/node/node-checkbox/node-checkbox.component.d.ts +0 -11
- package/lib/components/gravity-tree-view/node/node-name/node-name.component.d.ts +0 -7
- package/lib/components/gravity-tree-view/node/node-toggle/node-toggle.component.d.ts +0 -7
- package/lib/components/gravity-tree-view/node/node.component.d.ts +0 -7
- package/lib/components/gravity-tree-view/service/tree-service.d.ts +0 -42
- package/lib/gravity-design-system.module.d.ts +0 -85
- package/lib/layout/gravity-header/gravity-header.component.d.ts +0 -36
- package/lib/layout/gravity-menu/gravity-menu.component.d.ts +0 -53
- package/lib/model/gravity-menu-items.model.d.ts +0 -31
- package/lib/model/gravity-push-notifications.model.d.ts +0 -22
- package/lib/services/gravity-dialog-manager.service.d.ts +0 -17
- package/lib/services/gravity-dropdown-manager.service.d.ts +0 -12
- package/lib/services/gravity-instant-notifications.service.d.ts +0 -10
- package/lib/services/gravity-push-notifications-service.service.d.ts +0 -14
- package/lib/services/gravity-responsive.service.d.ts +0 -11
- package/lib/vendor/gravity-tooltip/gravity-tooltip.component.d.ts +0 -44
- package/lib/vendor/gravity-tooltip/gravity-tooltip.directive.d.ts +0 -113
- package/lib/vendor/gravity-tooltip/gravity-tooltip.module.d.ts +0 -12
- package/lib/vendor/gravity-tooltip/index.d.ts +0 -3
- package/lib/vendor/gravity-tooltip/options.d.ts +0 -24
- package/lib/vendor/gravity-tooltip/options.interface.d.ts +0 -42
- package/lib/vendor/gravity-tooltip/options.service.d.ts +0 -7
- package/public-api.d.ts +0 -53
package/package.json
CHANGED
|
@@ -1,32 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progressio_resources/gravity-design-system",
|
|
3
3
|
"description": "Gravity Design System",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "4.0.1",
|
|
5
5
|
"license": "SEE LICENSE IN LIBRARY-LICENSE",
|
|
6
6
|
"peerDependencies": {
|
|
7
|
-
"@angular/common": "^
|
|
8
|
-
"@angular/core": "^
|
|
9
|
-
"@angular/localize": "^
|
|
10
|
-
"@ng-bootstrap/ng-bootstrap": "^
|
|
7
|
+
"@angular/common": "^21.1.4",
|
|
8
|
+
"@angular/core": "^21.1.4",
|
|
9
|
+
"@angular/localize": "^21.1.4",
|
|
10
|
+
"@ng-bootstrap/ng-bootstrap": "^20.0.0",
|
|
11
11
|
"@popperjs/core": "^2.11.8",
|
|
12
|
-
"angular-svg-icon": "^
|
|
13
|
-
"angular-svg-icon-preloader": "^
|
|
14
|
-
"ngx-bootstrap": "^
|
|
12
|
+
"angular-svg-icon": "^19.1.1",
|
|
13
|
+
"angular-svg-icon-preloader": "^19.2.0",
|
|
14
|
+
"ngx-bootstrap": "^21.0.1"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"tslib": "^2.6.2"
|
|
18
18
|
},
|
|
19
19
|
"sideEffects": false,
|
|
20
20
|
"module": "fesm2022/progressio_resources-gravity-design-system.mjs",
|
|
21
|
-
"typings": "
|
|
21
|
+
"typings": "types/progressio_resources-gravity-design-system.d.ts",
|
|
22
22
|
"exports": {
|
|
23
23
|
"./package.json": {
|
|
24
24
|
"default": "./package.json"
|
|
25
25
|
},
|
|
26
26
|
".": {
|
|
27
|
-
"types": "./
|
|
28
|
-
"esm2022": "./esm2022/progressio_resources-gravity-design-system.mjs",
|
|
29
|
-
"esm": "./esm2022/progressio_resources-gravity-design-system.mjs",
|
|
27
|
+
"types": "./types/progressio_resources-gravity-design-system.d.ts",
|
|
30
28
|
"default": "./fesm2022/progressio_resources-gravity-design-system.mjs"
|
|
31
29
|
}
|
|
32
30
|
}
|
|
@@ -1,61 +1,62 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use "foundations/breakpoints/breakpoints" as br;
|
|
2
|
+
@use "sass:map";
|
|
2
3
|
|
|
3
4
|
.hide-xl {
|
|
4
|
-
@media (max-width: map
|
|
5
|
+
@media (max-width: map.get(br.$breakpoints, xl)) {
|
|
5
6
|
display: none;
|
|
6
7
|
}
|
|
7
8
|
}
|
|
8
9
|
|
|
9
10
|
.hide-lg {
|
|
10
|
-
@media (max-width: map
|
|
11
|
+
@media (max-width: map.get(br.$breakpoints, lg)) {
|
|
11
12
|
display: none;
|
|
12
13
|
}
|
|
13
14
|
}
|
|
14
15
|
|
|
15
16
|
.hide-md {
|
|
16
|
-
@media (max-width: map
|
|
17
|
+
@media (max-width: map.get(br.$breakpoints, md)) {
|
|
17
18
|
display: none;
|
|
18
19
|
}
|
|
19
20
|
}
|
|
20
21
|
|
|
21
22
|
.hide-sm {
|
|
22
|
-
@media (max-width: map
|
|
23
|
+
@media (max-width: map.get(br.$breakpoints, sm)) {
|
|
23
24
|
display: none;
|
|
24
25
|
}
|
|
25
26
|
}
|
|
26
27
|
|
|
27
28
|
.hide-xs {
|
|
28
|
-
@media (max-width: map
|
|
29
|
+
@media (max-width: map.get(br.$breakpoints, xs)) {
|
|
29
30
|
display: none;
|
|
30
31
|
}
|
|
31
32
|
}
|
|
32
33
|
|
|
33
34
|
.show-xl {
|
|
34
|
-
@media (min-width: map
|
|
35
|
+
@media (min-width: map.get(br.$breakpoints, xl) + 1) {
|
|
35
36
|
display: none;
|
|
36
37
|
}
|
|
37
38
|
}
|
|
38
39
|
|
|
39
40
|
.show-lg {
|
|
40
|
-
@media (min-width: map
|
|
41
|
+
@media (min-width: map.get(br.$breakpoints, lg) + 1) {
|
|
41
42
|
display: none;
|
|
42
43
|
}
|
|
43
44
|
}
|
|
44
45
|
|
|
45
46
|
.show-md {
|
|
46
|
-
@media (min-width: map
|
|
47
|
+
@media (min-width: map.get(br.$breakpoints, md) + 1) {
|
|
47
48
|
display: none;
|
|
48
49
|
}
|
|
49
50
|
}
|
|
50
51
|
|
|
51
52
|
.show-sm {
|
|
52
|
-
@media (min-width: map
|
|
53
|
+
@media (min-width: map.get(br.$breakpoints, sm) + 1) {
|
|
53
54
|
display: none;
|
|
54
55
|
}
|
|
55
56
|
}
|
|
56
57
|
|
|
57
58
|
.show-xs {
|
|
58
|
-
@media (min-width: map
|
|
59
|
+
@media (min-width: map.get(br.$breakpoints, xs) + 1) {
|
|
59
60
|
display: none;
|
|
60
61
|
}
|
|
61
62
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
1
|
+
@use "../foundations/typography/hero.typography" as typography;
|
|
2
|
+
@use "../foundations/border-radius/hero.border-radius" as border-radius;
|
|
3
|
+
@use "../shared" as *;
|
|
4
4
|
|
|
5
5
|
.gravity-card-highlight {
|
|
6
6
|
@extend .hr-body, .md-regular;
|
|
7
7
|
|
|
8
8
|
background-color: var(--surface-primary);
|
|
9
9
|
border-left: 1.25rem solid var(--bg-highlight-neutro-secondary);
|
|
10
|
-
border-radius:
|
|
10
|
+
border-radius: border-radius.$border-radius-md;
|
|
11
11
|
color: var(--text-primary);
|
|
12
12
|
padding: 1.5rem;
|
|
13
13
|
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
&.gravity-card-content {
|
|
26
26
|
border: 1px solid var(--divider-primary);
|
|
27
|
-
border-radius:
|
|
27
|
+
border-radius: border-radius.$border-radius-md;
|
|
28
28
|
margin-top: 1rem;
|
|
29
29
|
}
|
|
30
30
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use "../foundations/z-index/z-index" as z-index;
|
|
2
2
|
|
|
3
3
|
gt-daterangepicker-container, gt-datepicker-container {
|
|
4
4
|
cursor: default;
|
|
5
|
-
z-index:
|
|
5
|
+
z-index: z-index.$z-index-content;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
gt-daterangepicker-inline-container, gt-datepicker-inline-container {
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
1
|
+
@use "../shared" as *;
|
|
2
|
+
@use "../foundations/z-index/z-index" as z-index;
|
|
3
|
+
@use "../foundations/spacing/spacing" as spacing;
|
|
4
|
+
@use "../foundations/typography/hero.typography" as typography;
|
|
5
|
+
@use "../foundations/border-radius/hero.border-radius" as border-radius;
|
|
6
|
+
@use "sass:map";
|
|
6
7
|
|
|
7
8
|
$datepicker-min-width: 15rem;
|
|
8
9
|
|
|
9
10
|
bs-datepicker-container {
|
|
10
|
-
z-index:
|
|
11
|
+
z-index: z-index.$z-index-content;
|
|
11
12
|
|
|
12
13
|
.bs-datepicker-container {
|
|
13
14
|
padding: 0;
|
|
@@ -16,14 +17,14 @@ bs-datepicker-container {
|
|
|
16
17
|
|
|
17
18
|
.gravity-datepicker-dialog {
|
|
18
19
|
background-color: var(--bg-calender-primary);
|
|
19
|
-
border-radius:
|
|
20
|
+
border-radius: border-radius.$border-radius-md;
|
|
20
21
|
box-shadow: 0 0 10px #AAA;
|
|
21
22
|
color: var(--on-bg-calender-primary);
|
|
22
23
|
|
|
23
24
|
.bs-datepicker-head {
|
|
24
25
|
background-color: var(--bg-calendar-nav-primary);
|
|
25
|
-
border-top-left-radius:
|
|
26
|
-
border-top-right-radius:
|
|
26
|
+
border-top-left-radius: border-radius.$border-radius-md;
|
|
27
|
+
border-top-right-radius: border-radius.$border-radius-md;
|
|
27
28
|
color: var(--on-bg-calendar-nav-primary);
|
|
28
29
|
height: 3.125rem;
|
|
29
30
|
min-width: $datepicker-min-width;
|
|
@@ -40,7 +41,7 @@ bs-datepicker-container {
|
|
|
40
41
|
|
|
41
42
|
background-color: var(--bg-calendar-nav-primary);
|
|
42
43
|
border: none;
|
|
43
|
-
border-radius:
|
|
44
|
+
border-radius: border-radius.$border-radius-rounded;
|
|
44
45
|
color: var(--arrow-calendar-active-primary);
|
|
45
46
|
cursor: pointer;
|
|
46
47
|
height: 2rem;
|
|
@@ -73,13 +74,13 @@ bs-datepicker-container {
|
|
|
73
74
|
align-items: center;
|
|
74
75
|
background-color: var(--bg-calendar-nav-primary);
|
|
75
76
|
border: none;
|
|
76
|
-
border-radius:
|
|
77
|
+
border-radius: border-radius.$border-radius-rounded;
|
|
77
78
|
color: var(--on-bg-calendar-nav-primary);
|
|
78
79
|
cursor: pointer;
|
|
79
80
|
display: flex;
|
|
80
81
|
height: 2rem;
|
|
81
82
|
outline: none;
|
|
82
|
-
padding-inline: map
|
|
83
|
+
padding-inline: map.get(spacing.$spacing-values, sm);
|
|
83
84
|
|
|
84
85
|
&:not([disabled]):hover {
|
|
85
86
|
background-color: var(--bg-arrow-calendar-hover-primary);
|
|
@@ -103,7 +104,7 @@ bs-datepicker-container {
|
|
|
103
104
|
width: 100%;
|
|
104
105
|
|
|
105
106
|
td {
|
|
106
|
-
border-radius:
|
|
107
|
+
border-radius: border-radius.$border-radius-rounded;
|
|
107
108
|
color: var(--number-calender-active-primary);
|
|
108
109
|
cursor: pointer;
|
|
109
110
|
height: 2rem;
|
|
@@ -112,7 +113,7 @@ bs-datepicker-container {
|
|
|
112
113
|
|
|
113
114
|
span {
|
|
114
115
|
align-items: center;
|
|
115
|
-
border-radius:
|
|
116
|
+
border-radius: border-radius.$border-radius-rounded;
|
|
116
117
|
display: flex;
|
|
117
118
|
height: 2rem;
|
|
118
119
|
justify-content: center;
|
|
@@ -183,7 +184,7 @@ bs-datepicker-container {
|
|
|
183
184
|
|
|
184
185
|
span {
|
|
185
186
|
@extend .hr-label, .sm-regular;
|
|
186
|
-
border-radius:
|
|
187
|
+
border-radius: border-radius.$border-radius-rounded;
|
|
187
188
|
margin: 0 !important;
|
|
188
189
|
|
|
189
190
|
&.selected {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@use "../foundations/breakpoints/_breakpoints.scss" as br;
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
2
|
+
@use "../foundations/spacing/spacing" as spacing;
|
|
3
|
+
@use "../foundations/z-index/z-index" as z-index;
|
|
4
|
+
@use "../foundations/elevation/hero.elevation" as elevation;
|
|
5
5
|
|
|
6
6
|
.fade {
|
|
7
7
|
transition: opacity .15s linear;
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
position: fixed;
|
|
38
38
|
right: 0;
|
|
39
39
|
top: 0;
|
|
40
|
-
z-index:
|
|
40
|
+
z-index: z-index.$z-index-overlay;
|
|
41
41
|
transform: translateX(100%);
|
|
42
42
|
transition: transform .3s ease-in-out;
|
|
43
43
|
background-color: var(--surface-secondary);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
1
|
+
@use "./link" as *;
|
|
2
|
+
@use "../foundations/z-index/z-index" as z-index;
|
|
3
|
+
@use "../foundations/typography/hero.typography" as typography;
|
|
4
|
+
@use "../foundations/border-radius/hero.border-radius" as border-radius;
|
|
5
5
|
|
|
6
6
|
.table-container.xl, .table-container.lg {
|
|
7
7
|
table {
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
color: var(--on-bg-highlight-neutro-secondary);
|
|
17
17
|
|
|
18
18
|
th:first-of-type {
|
|
19
|
-
border-top-left-radius:
|
|
19
|
+
border-top-left-radius: border-radius.$border-radius-sm;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
th:last-of-type {
|
|
23
|
-
border-top-right-radius:
|
|
23
|
+
border-top-right-radius: border-radius.$border-radius-sm;
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
|
|
143
143
|
tr {
|
|
144
144
|
background-color: var(--surface-primary);
|
|
145
|
-
border-radius:
|
|
145
|
+
border-radius: border-radius.$border-radius-sm;
|
|
146
146
|
color: var(--text-primary);
|
|
147
147
|
margin-bottom: 1rem;
|
|
148
148
|
padding: 0.75rem 1rem; //12px 16px
|
|
@@ -224,13 +224,13 @@
|
|
|
224
224
|
.panel {
|
|
225
225
|
background-color: var(--surface-secondary);
|
|
226
226
|
border: 0.5px solid var(--divider-primary);
|
|
227
|
-
border-radius:
|
|
227
|
+
border-radius: border-radius.$border-radius-sm;
|
|
228
228
|
padding: 0.25rem 1rem;
|
|
229
229
|
position: absolute;
|
|
230
230
|
right: 0;
|
|
231
231
|
top: 3rem;
|
|
232
232
|
width: 12rem;
|
|
233
|
-
z-index:
|
|
233
|
+
z-index: z-index.$z-index-content;
|
|
234
234
|
|
|
235
235
|
&:not(.open) {
|
|
236
236
|
display: none;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@use "../themes/hero.theme" as *;
|
|
2
|
+
@use "../../../functions" as *;
|
|
3
3
|
|
|
4
4
|
.hero-light-theme {
|
|
5
5
|
// button-primary
|
|
@@ -699,7 +699,7 @@
|
|
|
699
699
|
--bg-segmented-button-primary: #{$bg-segmented-button-primary-dark};
|
|
700
700
|
|
|
701
701
|
// Currencies
|
|
702
|
-
--btc-primary: #{$
|
|
702
|
+
--btc-primary: #{$btc-primary-dark};
|
|
703
703
|
--busd-primary: #{$busd-primary-dark};
|
|
704
704
|
--ltc-primary: #{$on-bg-currency};
|
|
705
705
|
--ltc-secondary: #{$ltc-primary-dark};
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
|
|
1
3
|
$scss-types: padding, margin;
|
|
2
4
|
$spacing-sizes: none, xxs, xs, sm, md, lg, xl, xxl, xxxl, xxxxl, xxxxxl;
|
|
3
5
|
$spacing-types: '', -top, -bottom, -left, -right, -block, -inline;
|
|
@@ -28,7 +30,7 @@ $spacing-values: (
|
|
|
28
30
|
@each $spacing-type in $spacing-types {
|
|
29
31
|
//.gravity-{{padding,margin}}-{{top,bottom,left,right,block,inline}}-{{xxxs, xxs, xs, sm, md, lg, xl, xxl, xxxl, xxxxl, xxxxxl}}
|
|
30
32
|
.gravity-#{$scss-type}#{$spacing-type}-#{$size} {
|
|
31
|
-
#{$scss-type}#{$spacing-type}: map
|
|
33
|
+
#{$scss-type}#{$spacing-type}: map.get($spacing-values, $size) !important;
|
|
32
34
|
}
|
|
33
35
|
}
|
|
34
36
|
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@use "./responsive";
|
|
2
|
+
@use "./shared";
|
|
3
3
|
|
|
4
|
-
//Components
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
4
|
+
// Components
|
|
5
|
+
@use "./components/link";
|
|
6
|
+
@use "./components/tables";
|
|
7
|
+
@use "./components/offcanvas";
|
|
8
|
+
@use "./components/datepicker";
|
|
9
|
+
@use "./components/scroll_bar";
|
|
10
|
+
@use "./components/datepicker-v2";
|
|
11
|
+
@use "./components/card_highlight";
|
|
12
12
|
|
|
13
|
-
//Foundations
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
13
|
+
// Foundations
|
|
14
|
+
@use "./foundations/grids/grids";
|
|
15
|
+
@use "./foundations/z-index/z-index";
|
|
16
|
+
@use "./foundations/spacing/spacing";
|
|
17
|
+
@use "./foundations/breakpoints/breakpoints";
|
|
18
18
|
|
|
19
|
-
//Overwrite
|
|
20
|
-
@
|
|
19
|
+
// Overwrite
|
|
20
|
+
@use "./overwrite/bootstrap/bootstrap-export";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@use "bootstrap";
|
|
2
|
+
@use "modal";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@use "../../foundations/z-index/z-index" as z-index;
|
|
2
|
+
@use "../../foundations/border-radius/hero.border-radius" as border-radius;
|
|
3
3
|
|
|
4
4
|
$modal-margin: 3.5rem;
|
|
5
5
|
|
|
@@ -13,7 +13,7 @@ $modal-margin: 3.5rem;
|
|
|
13
13
|
position: fixed;
|
|
14
14
|
top: 0;
|
|
15
15
|
width: 100%;
|
|
16
|
-
z-index:
|
|
16
|
+
z-index: z-index.$z-index-overlay;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.modal-dialog {
|
|
@@ -110,7 +110,7 @@ $modal-margin: 3.5rem;
|
|
|
110
110
|
|
|
111
111
|
background-clip: padding-box;
|
|
112
112
|
background-color: var(--dialog-background-color);
|
|
113
|
-
border-radius:
|
|
113
|
+
border-radius: border-radius.$border-radius-md;
|
|
114
114
|
box-shadow: 0 27px 34px #000c208f;
|
|
115
115
|
color: var(--dialog-text-color);
|
|
116
116
|
display: flex;
|
|
@@ -122,7 +122,7 @@ $modal-margin: 3.5rem;
|
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
.modal-backdrop {
|
|
125
|
-
z-index:
|
|
125
|
+
z-index: z-index.$z-index-overlay !important;
|
|
126
126
|
background-color: var(--backdrop-primary);
|
|
127
127
|
height: 100vh;
|
|
128
128
|
left: 0;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
1
|
+
@use "../foundations/border-radius/hero.border-radius" as *;
|
|
2
|
+
@use "../foundations/colors/tokens/hero.tokens" as *;
|
|
3
|
+
@use "../foundations/elevation/hero.elevation" as *;
|
|
4
|
+
@use "../foundations/typography/hero.typography" as *;
|
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
@if (isThemeLight) {
|
|
2
|
+
<div class="tooltip-arrow"></div>
|
|
3
|
+
}
|
|
2
4
|
|
|
3
5
|
<!--Si el contentType es template, se usa el ngTemplate sino usa el htmlOrStringTemplate-->
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
@if (options['contentType'] === 'template') {
|
|
7
|
+
<div>
|
|
8
|
+
<ng-container *ngTemplateOutlet="value"></ng-container>
|
|
9
|
+
</div>
|
|
10
|
+
} @else {
|
|
9
11
|
<div [innerHTML]="value"></div>
|
|
10
|
-
|
|
12
|
+
}
|
|
13
|
+
|