@progressio_resources/gravity-design-system 3.9.2 → 4.0.0
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 +1322 -1194
- package/fesm2022/progressio_resources-gravity-design-system.mjs.map +1 -1
- package/package.json +10 -12
- package/src/lib/assets/icon-set/gt-icon-percent/gt-icon-percent-lg-24.svg +10 -0
- package/src/lib/assets/icon-set/gt-icon-percent/gt-icon-percent-md-16.svg +10 -0
- package/src/lib/assets/icon-set/gt-icon-percent/gt-icon-percent-sm-12.svg +10 -0
- package/src/lib/assets/icon-set/gt-icon-percent/gt-icon-percent-xl-32.svg +10 -0
- package/src/lib/assets/icon-set/gt-icon-url/gt-icon-url-lg-24.svg +10 -0
- package/src/lib/assets/icon-set/gt-icon-url/gt-icon-url-md-16.svg +10 -0
- package/src/lib/assets/icon-set/gt-icon-url/gt-icon-url-sm-12.svg +10 -0
- package/src/lib/assets/icon-set/gt-icon-url/gt-icon-url-xl-32.svg +10 -0
- package/src/lib/assets/json/icons.json +32 -0
- 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 +54 -26
- 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 -118
- 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 -27
- 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 -83
- 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 -13
- 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.0",
|
|
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
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_17132_3564)">
|
|
3
|
+
<path d="M17.7363 0.530273C18.0589 0.00567114 18.7456 -0.15767 19.2695 0.165039C19.7933 0.48816 19.957 1.17626 19.6348 1.70117L6.2627 23.4688C5.94004 23.9934 5.25345 24.157 4.72949 23.834C4.2057 23.5108 4.04279 22.8228 4.36523 22.2979L17.7363 0.530273ZM18.9434 13.6816C21.5074 13.8118 23.5635 15.8718 23.6934 18.4404L23.7002 18.6982C23.7002 21.4725 21.4548 23.7216 18.6855 23.7217C15.9162 23.7217 13.6709 21.4725 13.6709 18.6982L13.6777 18.4404C13.812 15.7862 16.0027 13.6758 18.6855 13.6758L18.9434 13.6816ZM18.6855 15.9082C17.1472 15.9082 15.8996 17.1572 15.8994 18.6982C15.8994 20.2395 17.147 21.4893 18.6855 21.4893C20.224 21.4892 21.4707 20.2394 21.4707 18.6982C21.4705 17.1572 20.2239 15.9083 18.6855 15.9082ZM5.31445 0.279297C8.0835 0.279493 10.328 2.52776 10.3281 5.30176C10.3281 8.07589 8.0836 10.325 5.31445 10.3252C2.54514 10.3252 0.299805 8.07601 0.299805 5.30176C0.299962 2.52764 2.54524 0.279297 5.31445 0.279297ZM5.31445 2.51172C3.77604 2.51172 2.52848 3.76064 2.52832 5.30176C2.52832 6.84301 3.77595 8.09277 5.31445 8.09277C6.85279 8.09258 8.09961 6.84289 8.09961 5.30176C8.09945 3.76076 6.8527 2.51192 5.31445 2.51172Z" fill="var(--icon-color, #394C6E)"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_17132_3564">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_17132_3559)">
|
|
3
|
+
<path d="M11.6978 0.393555C11.9367 0.00462987 12.4456 -0.11641 12.8335 0.123047C13.2209 0.362721 13.3415 0.872733 13.103 1.26172L4.30322 15.6064C4.06433 15.9954 3.55538 16.1164 3.16748 15.877C2.77978 15.6373 2.65926 15.1274 2.89795 14.7383L11.6978 0.393555ZM12.5698 9.11035C14.2573 9.19611 15.6103 10.5534 15.6958 12.2461L15.6997 12.416C15.6997 14.2443 14.2224 15.7266 12.3999 15.7266C10.5775 15.7264 9.1001 14.2442 9.1001 12.416L9.104 12.2461C9.19234 10.4971 10.6344 9.10561 12.3999 9.10547L12.5698 9.11035ZM12.3999 10.7607C11.4888 10.7609 10.7506 11.5021 10.7505 12.416C10.7505 13.33 11.4888 14.0711 12.3999 14.0713C13.3112 14.0713 14.0503 13.3301 14.0503 12.416C14.0502 11.502 13.3111 10.7607 12.3999 10.7607ZM3.6001 0.275391C5.42256 0.275391 6.89977 1.75781 6.8999 3.58594C6.8999 5.41417 5.42264 6.89648 3.6001 6.89648C1.77765 6.89638 0.300293 5.41411 0.300293 3.58594C0.300421 1.75788 1.77773 0.275497 3.6001 0.275391ZM3.6001 1.93066C2.689 1.93077 1.95081 2.67199 1.95068 3.58594C1.95068 4.49999 2.68892 5.24111 3.6001 5.24121C4.51137 5.24121 5.25049 4.50006 5.25049 3.58594C5.25036 2.67193 4.51129 1.93066 3.6001 1.93066Z" fill="var(--icon-color, #394C6E)"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_17132_3559">
|
|
7
|
+
<rect width="16" height="16" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_17132_3554)">
|
|
3
|
+
<path d="M8.86768 0.265625C9.0289 0.00322785 9.37229 -0.0783368 9.63428 0.0830078C9.8959 0.244629 9.97786 0.588228 9.81689 0.850586L3.13135 11.7344C2.97015 11.9967 2.62768 12.0782 2.36572 11.917C2.10376 11.7555 2.02107 11.4119 2.18213 11.1494L8.86768 0.265625ZM9.6001 6.85352C10.7795 6.97383 11.7174 7.91404 11.8374 9.0957L11.8501 9.35254C11.8501 10.7397 10.7278 11.8642 9.34326 11.8643C7.95868 11.8643 6.83643 10.7397 6.83643 9.35254L6.84912 9.0957C6.97772 7.82939 8.04537 6.84082 9.34326 6.84082L9.6001 6.85352ZM9.34326 7.95703C8.57405 7.95703 7.95068 8.58189 7.95068 9.35254C7.95069 10.1232 8.57405 10.748 9.34326 10.748C10.1124 10.7479 10.7358 10.1231 10.7358 9.35254C10.7358 8.58195 10.1124 7.95713 9.34326 7.95703ZM2.65674 0.139648C4.04133 0.139648 5.16357 1.26419 5.16357 2.65137C5.16356 4.03854 4.04132 5.16309 2.65674 5.16309C1.27224 5.16299 0.149912 4.03848 0.149902 2.65137C0.149902 1.26425 1.27223 0.139746 2.65674 0.139648ZM2.65674 1.25586C1.88761 1.25596 1.26416 1.88077 1.26416 2.65137C1.26417 3.42195 1.88761 4.04678 2.65674 4.04688C3.42595 4.04688 4.04931 3.42201 4.04932 2.65137C4.04932 1.88071 3.42595 1.25586 2.65674 1.25586Z" fill="var(--icon-color, #394C6E)"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_17132_3554">
|
|
7
|
+
<rect width="12" height="12" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_17132_3569)">
|
|
3
|
+
<path d="M23.5854 0.740234C24.037 0.00907016 24.9974 -0.21927 25.731 0.230469C26.4645 0.6806 26.6937 1.63853 26.2427 2.37012L8.41455 31.2598C7.96304 31.9912 7.00173 32.2195 6.26807 31.7695C5.53453 31.3193 5.30609 30.3615 5.75732 29.6299L23.5854 0.740234ZM25.2583 18.2295C28.677 18.4022 31.4181 21.1359 31.5913 24.5449L31.6001 24.8877C31.6001 28.5696 28.6069 31.5546 24.9146 31.5547C21.2222 31.5547 18.229 28.5696 18.229 24.8877L18.2378 24.5449C18.4168 21.0224 21.3375 18.2207 24.9146 18.2207L25.2583 18.2295ZM24.9146 21.332C22.9453 21.332 21.3481 22.924 21.3481 24.8877C21.3482 26.8514 22.9453 28.4434 24.9146 28.4434C26.8838 28.4433 28.48 26.8513 28.48 24.8877C28.48 22.924 26.8838 21.3321 24.9146 21.332ZM7.08545 0.444336C10.7778 0.444336 13.771 3.42943 13.771 7.11133C13.7708 10.7931 10.7777 13.7773 7.08545 13.7773C3.39322 13.7773 0.400079 10.793 0.399902 7.11133C0.399902 3.42946 3.39312 0.444381 7.08545 0.444336ZM7.08545 3.55566C5.11622 3.55571 3.52002 5.14768 3.52002 7.11133C3.5202 9.07483 5.11633 10.6669 7.08545 10.667C9.05461 10.667 10.6517 9.07486 10.6519 7.11133C10.6519 5.14765 9.05471 3.55566 7.08545 3.55566Z" fill="var(--icon-color, #394C6E)"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_17132_3569">
|
|
7
|
+
<rect width="32" height="32" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_17132_3542)">
|
|
3
|
+
<path d="M12.4153 10.1631C12.6682 9.64583 13.2908 9.43171 13.8059 9.68555C14.3229 9.94045 14.8052 10.2884 15.2288 10.7256C17.2287 12.7902 17.2288 16.1259 15.2288 18.1904L11.1116 22.4395C9.0959 24.5199 5.81572 24.5199 3.80005 22.4395C1.80035 20.3749 1.80019 17.0391 3.80005 14.9746L5.40845 13.3154C5.80868 12.9029 6.46609 12.8942 6.8772 13.2959C7.28822 13.6978 7.29682 14.3585 6.89673 14.7715L5.28931 16.4297C4.07413 17.684 4.07428 19.7299 5.28931 20.9844C6.4891 22.2228 8.42252 22.2228 9.62231 20.9844L13.7395 16.7344C14.9543 15.48 14.9546 13.4349 13.7395 12.1807C13.4828 11.9157 13.1952 11.7087 12.8909 11.5586C12.3759 11.3047 12.1626 10.6803 12.4153 10.1631ZM12.8889 1.56055C14.9046 -0.519971 18.1848 -0.52 20.2004 1.56055C22.2003 3.62508 22.2004 6.96088 20.2004 9.02539L18.593 10.6846C18.193 11.0974 17.5356 11.1064 17.1243 10.7051C16.713 10.3032 16.7037 9.64256 17.1038 9.22949L18.7112 7.56934C19.9259 6.31498 19.926 4.2699 18.7112 3.01562C17.5114 1.77747 15.5779 1.7775 14.3782 3.01562L10.261 7.26465C9.04586 8.51906 9.0458 10.565 10.261 11.8193C10.5178 12.0844 10.8061 12.2903 11.1106 12.4404C11.6256 12.6945 11.8371 13.3206 11.5842 13.8379C11.3311 14.3547 10.7095 14.5682 10.1946 14.3145C9.67767 14.0596 9.19527 13.7125 8.77173 13.2754C6.77155 11.2108 6.7716 7.87415 8.77173 5.80957L12.8889 1.56055Z" fill="var(--icon-color, #394C6E)"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_17132_3542">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_17132_3537)">
|
|
3
|
+
<path d="M8.19824 6.75C8.38637 6.36669 8.84851 6.20772 9.23145 6.39551C9.58214 6.56797 9.91024 6.80413 10.1973 7.09961C11.5516 8.49448 11.5516 10.7467 10.1973 12.1416L7.47461 14.9443C6.10798 16.3512 3.88325 16.3512 2.5166 14.9443C1.16169 13.5494 1.16178 11.2974 2.5166 9.90234L3.5791 8.80762C3.8768 8.50128 4.36691 8.49389 4.67285 8.79199C4.9785 9.09009 4.98478 9.58029 4.6875 9.88672L3.625 10.9814C2.85382 11.7754 2.8538 13.0713 3.625 13.8652C4.38464 14.6467 5.60669 14.6469 6.36621 13.8652L9.08887 11.0625C9.85992 10.2687 9.85981 8.97263 9.08887 8.17871C8.92607 8.01116 8.74313 7.88079 8.55078 7.78613C8.16796 7.59759 8.01035 7.13365 8.19824 6.75ZM8.52637 1.05469C9.89302 -0.352109 12.1178 -0.352179 13.4844 1.05469C14.8392 2.4497 14.8393 4.70272 13.4844 6.09766L12.4209 7.19238C12.1232 7.49834 11.634 7.50483 11.3281 7.20703C11.0224 6.90891 11.0161 6.41873 11.3135 6.1123L12.376 5.01758C13.1471 4.22373 13.1469 2.92869 12.376 2.13477C11.6163 1.35273 10.3944 1.35276 9.63477 2.13477L6.91211 4.93652C6.14102 5.73044 6.14097 7.02642 6.91211 7.82031C7.07498 7.98793 7.25677 8.1192 7.44922 8.21387C7.83231 8.40237 7.99085 8.86622 7.80273 9.25C7.61441 9.63341 7.15059 9.7909 6.76758 9.60254C6.41727 9.43016 6.09047 9.19554 5.80371 8.90039C4.44884 7.50544 4.44891 5.25242 5.80371 3.85742L8.52637 1.05469Z" fill="var(--icon-color, #394C6E)"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_17132_3537">
|
|
7
|
+
<rect width="16" height="16" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_17132_3532)">
|
|
3
|
+
<path d="M6.20911 5.08105C6.33692 4.8225 6.65303 4.71482 6.91321 4.8418C7.17426 4.96926 7.41708 5.14476 7.63098 5.36328C8.64097 6.39555 8.64105 8.06251 7.63098 9.09473L5.5509 11.2197C4.53263 12.2598 2.87578 12.2598 1.85754 11.2197C0.847411 10.1875 0.847503 8.51959 1.85754 7.4873L2.66907 6.65723C2.87124 6.45079 3.20351 6.44752 3.41125 6.64844C3.61886 6.84938 3.62402 7.17925 3.422 7.38574L2.6095 8.21484C1.99589 8.84203 1.99586 9.86503 2.6095 10.4922C3.21562 11.1114 4.19283 11.1114 4.79895 10.4922L6.87903 8.36719C7.49256 7.74011 7.49238 6.71802 6.87903 6.09082C6.74927 5.95825 6.60318 5.85437 6.44934 5.7793C6.18946 5.6523 6.08176 5.33955 6.20911 5.08105ZM6.44934 0.780273C7.46761 -0.260003 9.12342 -0.259947 10.1417 0.780273C11.1522 1.8126 11.1522 3.47939 10.1417 4.51172L9.3302 5.3418C9.12802 5.54819 8.79574 5.55247 8.58801 5.35156C8.38074 5.15073 8.37569 4.82071 8.57727 4.61426L9.38977 3.78418C10.0036 3.15698 10.0036 2.13501 9.38977 1.50781C8.7837 0.888722 7.8074 0.88878 7.20129 1.50781L5.12122 3.63281C4.50781 4.26001 4.50765 5.28209 5.12122 5.90918C5.25079 6.04156 5.39633 6.14468 5.54993 6.21973C5.81004 6.34667 5.91767 6.65936 5.79016 6.91797C5.6624 7.17663 5.34823 7.28322 5.08801 7.15625C4.82688 7.02878 4.58322 6.8553 4.36926 6.63672C3.35902 5.60449 3.35916 3.93759 4.36926 2.90527L6.44934 0.780273Z" fill="var(--icon-color, #394C6E)"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_17132_3532">
|
|
7
|
+
<rect width="12" height="12" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_17132_3547)">
|
|
3
|
+
<path d="M16.4911 13.5303C16.8451 12.8093 17.7164 12.5122 18.4374 12.8662C19.1335 13.2081 19.7833 13.6728 20.3534 14.2588C23.0458 17.0265 23.0459 21.4989 20.3534 24.2666L14.8651 29.9072C12.1509 32.6969 7.73358 32.697 5.01941 29.9072C2.32685 27.1395 2.32685 22.6681 5.01941 19.9004L7.16199 17.6982C7.72205 17.1229 8.64203 17.1101 9.21765 17.6699C9.79335 18.2301 9.80611 19.1508 9.24597 19.7266L7.10339 21.9297C5.50998 23.568 5.51014 26.2396 7.10339 27.8779C8.67561 29.494 11.2079 29.494 12.7802 27.8779L18.2684 22.2373C19.8622 20.5989 19.8622 17.9265 18.2684 16.2881C17.9316 15.9418 17.554 15.6724 17.1552 15.4766C16.4345 15.1225 16.1374 14.2512 16.4911 13.5303ZM17.1337 2.09277C19.8479 -0.697269 24.2661 -0.697269 26.9803 2.09277C29.6725 4.86046 29.6726 9.33099 26.9803 12.0986L24.8378 14.3018C24.2777 14.8771 23.3567 14.8899 22.7811 14.3301C22.2054 13.7699 22.1936 12.8482 22.7538 12.2725L24.8964 10.0703C26.4899 8.43204 26.4897 5.75948 24.8964 4.12109C23.3241 2.50498 20.7908 2.50498 19.2186 4.12109L13.7313 9.76172C12.1374 11.4001 12.1374 14.0735 13.7313 15.7119C14.0681 16.058 14.4459 16.3267 14.8446 16.5225C15.5653 16.8766 15.8625 17.7488 15.5087 18.4697C15.1546 19.1906 14.2833 19.4877 13.5624 19.1338C12.8661 18.7919 12.2166 18.3263 11.6464 17.7402C8.95388 14.9725 8.95383 10.5011 11.6464 7.7334L17.1337 2.09277Z" fill="var(--icon-color, #394C6E)"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_17132_3547">
|
|
7
|
+
<rect width="32" height="32" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -1008,6 +1008,22 @@
|
|
|
1008
1008
|
"iconName": "gt-icon-payout-xl-32",
|
|
1009
1009
|
"iconPath": "/assets/gravity/icon-set/gt-icon-payout/gt-icon-payout-xl-32.svg"
|
|
1010
1010
|
},
|
|
1011
|
+
{
|
|
1012
|
+
"iconName": "gt-icon-percent-lg-24",
|
|
1013
|
+
"iconPath": "/assets/gravity/icon-set/gt-icon-percent/gt-icon-percent-lg-24.svg"
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"iconName": "gt-icon-percent-md-16",
|
|
1017
|
+
"iconPath": "/assets/gravity/icon-set/gt-icon-percent/gt-icon-percent-md-16.svg"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"iconName": "gt-icon-percent-sm-12",
|
|
1021
|
+
"iconPath": "/assets/gravity/icon-set/gt-icon-percent/gt-icon-percent-sm-12.svg"
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"iconName": "gt-icon-percent-xl-32",
|
|
1025
|
+
"iconPath": "/assets/gravity/icon-set/gt-icon-percent/gt-icon-percent-xl-32.svg"
|
|
1026
|
+
},
|
|
1011
1027
|
{
|
|
1012
1028
|
"iconName": "gt-icon-plus-lg-24",
|
|
1013
1029
|
"iconPath": "/assets/gravity/icon-set/gt-icon-plus/gt-icon-plus-lg-24.svg"
|
|
@@ -1392,6 +1408,22 @@
|
|
|
1392
1408
|
"iconName": "gt-icon-update-xl-32",
|
|
1393
1409
|
"iconPath": "/assets/gravity/icon-set/gt-icon-update/gt-icon-update-xl-32.svg"
|
|
1394
1410
|
},
|
|
1411
|
+
{
|
|
1412
|
+
"iconName": "gt-icon-url-lg-24",
|
|
1413
|
+
"iconPath": "/assets/gravity/icon-set/gt-icon-url/gt-icon-url-lg-24.svg"
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"iconName": "gt-icon-url-md-16",
|
|
1417
|
+
"iconPath": "/assets/gravity/icon-set/gt-icon-url/gt-icon-url-md-16.svg"
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"iconName": "gt-icon-url-sm-12",
|
|
1421
|
+
"iconPath": "/assets/gravity/icon-set/gt-icon-url/gt-icon-url-sm-12.svg"
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"iconName": "gt-icon-url-xl-32",
|
|
1425
|
+
"iconPath": "/assets/gravity/icon-set/gt-icon-url/gt-icon-url-xl-32.svg"
|
|
1426
|
+
},
|
|
1395
1427
|
{
|
|
1396
1428
|
"iconName": "gt-icon-user-lg-24",
|
|
1397
1429
|
"iconPath": "/assets/gravity/icon-set/gt-icon-user/gt-icon-user-lg-24.svg"
|
|
@@ -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
|
+
|