@naniteninja/dashboard-components-lib 1.0.0 → 1.0.2
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/fesm2022/naniteninja-dashboard-components-lib.mjs +181 -191
- package/fesm2022/naniteninja-dashboard-components-lib.mjs.map +1 -1
- package/index.d.ts +1669 -3
- package/package.json +2 -4
- package/src/assets/auto-delegation-modal/cross.svg +17 -17
- package/src/assets/auto-delegation-modal/menu.svg +3 -3
- package/src/assets/auto-delegation-modal/timer-center-dot.svg +25 -25
- package/src/assets/auto-delegation-modal/user-profile.svg +9 -9
- package/src/assets/circle-progress/circle-progress-1.svg +159 -159
- package/src/assets/circle-progress/circle-progress-2.svg +155 -155
- package/src/assets/circle-progress/circle-progress-3.svg +25 -25
- package/src/assets/circle-progress/circle-progress.svg +159 -159
- package/src/assets/client-match-overview/background-eclipse.svg +13 -13
- package/src/assets/grid/icons/filter-button.svg +47 -47
- package/src/assets/grid/images/chips-background-shadow.svg +34 -34
- package/src/assets/icons/back-v2.svg +14 -14
- package/src/assets/icons/checkbox/checkbox-off.svg +72 -72
- package/src/assets/icons/checkbox/checkbox-on.svg +113 -113
- package/src/assets/icons/checkmark-button.svg +72 -72
- package/src/assets/icons/checkmark.svg +7 -7
- package/src/assets/icons/close-icon.svg +3 -3
- package/src/assets/icons/compose-matcher/notes.svg +4 -4
- package/src/assets/icons/compose-matcher/profile.svg +4 -4
- package/src/assets/icons/compose-matcher/suggest.svg +3 -3
- package/src/assets/icons/compose-matcher/visual.svg +3 -3
- package/src/assets/icons/default-profile.svg +23 -23
- package/src/assets/icons/defualt.svg +5 -5
- package/src/assets/icons/first-page.svg +7 -7
- package/src/assets/icons/incrementer/minus.svg +3 -3
- package/src/assets/icons/incrementer/plus.svg +3 -3
- package/src/assets/icons/info.svg +5 -5
- package/src/assets/icons/last-page.svg +7 -7
- package/src/assets/icons/minus.svg +3 -3
- package/src/assets/icons/next-page.svg +6 -6
- package/src/assets/icons/plus.svg +3 -3
- package/src/assets/icons/popup-defualt.svg +34 -34
- package/src/assets/icons/prev-page.svg +6 -6
- package/src/assets/icons/send-icon.svg +4 -4
- package/src/assets/icons/shake.svg +74 -74
- package/src/assets/icons/thumbs-up.svg +28 -28
- package/src/assets/nsfw/blazeface.bundle.js +1 -1
- package/src/assets/nsfw/model/model.json +4085 -4085
- package/src/assets/nsfw/nsfwjs.bundle.js +1 -1
- package/src/assets/nsfw/tf.bundle.js +1 -1
- package/src/assets/scheduler/accept.svg +3 -3
- package/src/assets/scheduler/accept_active.svg +3 -3
- package/src/assets/scheduler/arrow.svg +13 -13
- package/src/assets/scheduler/cancel.svg +3 -3
- package/src/assets/scheduler/cancel_active.svg +3 -3
- package/src/assets/scheduler/heart.svg +18 -18
- package/src/lib/shared-styles/common/animations.scss +48 -48
- package/src/lib/shared-styles/common/base-input-field.scss +132 -132
- package/src/lib/shared-styles/common/buttons.scss +152 -152
- package/src/lib/shared-styles/common/cards.scss +163 -163
- package/src/lib/shared-styles/common/client-dash.scss +5 -5
- package/src/lib/shared-styles/common/date-picker.scss +179 -179
- package/src/lib/shared-styles/common/draggable-scroll-and-marquee.scss +34 -34
- package/src/lib/shared-styles/common/feedback.scss +157 -157
- package/src/lib/shared-styles/common/fonts.scss +3 -3
- package/src/lib/shared-styles/common/information-card.scss +56 -56
- package/src/lib/shared-styles/common/input.scss +110 -110
- package/src/lib/shared-styles/common/lib-styles-utils.scss +157 -157
- package/src/lib/shared-styles/common/lists.scss +91 -91
- package/src/lib/shared-styles/common/login.scss +32 -32
- package/src/lib/shared-styles/common/maps.scss +10 -10
- package/src/lib/shared-styles/common/matcher-dash.scss +49 -49
- package/src/lib/shared-styles/common/modal_styles.scss +32 -32
- package/src/lib/shared-styles/common/notifications-list.scss +9 -9
- package/src/lib/shared-styles/common/overrides.scss +6 -6
- package/src/lib/shared-styles/common/pulse.scss +26 -26
- package/src/lib/shared-styles/common/swiper.scss +5 -5
- package/src/lib/shared-styles/common/tab-menu.scss +74 -74
- package/src/lib/shared-styles/common/theme.scss +55 -55
- package/src/lib/shared-styles/common/typography.scss +121 -121
- package/src/lib/shared-styles/common/user-menu.scss +129 -129
- package/src/lib/shared-styles/fonts/calistoga.font.scss +6 -6
- package/src/lib/shared-styles/fonts/gilroy.font.scss +160 -160
- package/src/lib/shared-styles/styles.scss +25 -25
- package/esm2022/lib/components/auto-delegation/animations.mjs +0 -20
- package/esm2022/lib/components/auto-delegation/auto-delegation-modal.component.mjs +0 -106
- package/esm2022/lib/components/auto-delegation/enums/auto-delegation.event-type.enum.mjs +0 -6
- package/esm2022/lib/components/auto-delegation/enums/auto-delegation.event-value.enum.mjs +0 -7
- package/esm2022/lib/components/auto-delegation/interface/auto-delegation-data.interface.mjs +0 -2
- package/esm2022/lib/components/auto-delegation/interface/auto-delegation.event.interface.mjs +0 -2
- package/esm2022/lib/components/auto-delegation/interface/auto-delegation.modal-data.interface.mjs +0 -2
- package/esm2022/lib/components/auto-delegation/interface/preferences.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/agenda/agenda-day-card/agenda-day-card.component.mjs +0 -37
- package/esm2022/lib/components/calendar/agenda/agenda.component.mjs +0 -98
- package/esm2022/lib/components/calendar/agenda/agenda.module.mjs +0 -24
- package/esm2022/lib/components/calendar/agenda/interfaces/agenda.day.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/agenda/interfaces/agenda.event.inetrface.mjs +0 -2
- package/esm2022/lib/components/calendar/components/edit-recurring-event/edit-recurring-event.component.mjs +0 -40
- package/esm2022/lib/components/calendar/components/event-form/event-form.component.mjs +0 -275
- package/esm2022/lib/components/calendar/components/event-form/event-form.module.mjs +0 -89
- package/esm2022/lib/components/calendar/components/event-info/event-info.component.mjs +0 -40
- package/esm2022/lib/components/calendar/enums/calendar.account.enum.mjs +0 -6
- package/esm2022/lib/components/calendar/enums/calendar.account.icons.enum.mjs +0 -6
- package/esm2022/lib/components/calendar/enums/event-type.enum.mjs +0 -10
- package/esm2022/lib/components/calendar/enums/recurring.edit.options.enum.mjs +0 -7
- package/esm2022/lib/components/calendar/enums/recurring.type.enum.mjs +0 -8
- package/esm2022/lib/components/calendar/interfaces/calendar.account.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/interfaces/calendar.account.theme.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/interfaces/event.form.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/interfaces/event.form.output.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/interfaces/event.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/interfaces/event.time.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/interfaces/recurring.event.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/interfaces/recurring.exception.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/interfaces/recurring.pattern.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/lookups/recurring.options.lookup.mjs +0 -30
- package/esm2022/lib/components/calendar/scheduler/enums/schedule-date-status.enum.mjs +0 -7
- package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.action.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.day.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.suggestion.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.slots.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/scheduler/mock-schedule.mjs +0 -80
- package/esm2022/lib/components/calendar/scheduler/scheduler.component.mjs +0 -144
- package/esm2022/lib/components/calendar/services/calendar-utils.service.mjs +0 -211
- package/esm2022/lib/components/chat/chat.component.mjs +0 -307
- package/esm2022/lib/components/chat/chat.component.module.mjs +0 -85
- package/esm2022/lib/components/chat/chat.service.mjs +0 -63
- package/esm2022/lib/components/chat/enums/sender-types.enum.mjs +0 -6
- package/esm2022/lib/components/chat/gif-selector/gif-selector.component.mjs +0 -77
- package/esm2022/lib/components/chat/gif-selector/gif-selector.service.mjs +0 -41
- package/esm2022/lib/components/chat/gif-selector/tenor-media-format.interface.mjs +0 -2
- package/esm2022/lib/components/chat/gif-selector/tenor-object.interface.mjs +0 -2
- package/esm2022/lib/components/chat/gif-selector/tenor-result.interface.mjs +0 -2
- package/esm2022/lib/components/chat/interfaces/date-messages.interface.mjs +0 -2
- package/esm2022/lib/components/chat/interfaces/message-attachment.interface.mjs +0 -2
- package/esm2022/lib/components/chat/interfaces/message.interface.mjs +0 -2
- package/esm2022/lib/components/chat/interfaces/send-options-message.interface.mjs +0 -2
- package/esm2022/lib/components/chat/interfaces/type-send-message.enum.mjs +0 -7
- package/esm2022/lib/components/chat-suggestion/chat-suggestion.component.mjs +0 -21
- package/esm2022/lib/components/chat-suggestion/interfaces/chat-suggestion.interface.mjs +0 -2
- package/esm2022/lib/components/circle-progress/circle-progress.component.mjs +0 -143
- package/esm2022/lib/components/circle-progress/circle-progress.module.mjs +0 -18
- package/esm2022/lib/components/circle-progress/enums/circle-variable.enum.mjs +0 -6
- package/esm2022/lib/components/circle-progress/interfaces/circle-progress-config.interface.mjs +0 -2
- package/esm2022/lib/components/client-home/client-home.component.mjs +0 -123
- package/esm2022/lib/components/client-home/enums/client-home-component.enum.mjs +0 -9
- package/esm2022/lib/components/client-home/interfaces/chat-meta.interface.mjs +0 -2
- package/esm2022/lib/components/client-home/interfaces/home-dashboard-inputs.interface.mjs +0 -2
- package/esm2022/lib/components/client-home/interfaces/inner-partial-circle-progress-colors.interface.mjs +0 -2
- package/esm2022/lib/components/client-home/interfaces/partial-circle-progress-colors.interface.mjs +0 -2
- package/esm2022/lib/components/client-home/lookup/client-home.config.mjs +0 -30
- package/esm2022/lib/components/client-home/lookup/inner-progress-default-colors.config.mjs +0 -6
- package/esm2022/lib/components/client-home/lookup/inner-progress-pink-colors.config.mjs +0 -6
- package/esm2022/lib/components/client-home/lookup/inner-progress-purple-colors.config.mjs +0 -6
- package/esm2022/lib/components/client-home/lookup/inner-progress-teal-colors.config.mjs +0 -6
- package/esm2022/lib/components/client-home/lookup/inner-progress-white-colors.config.mjs +0 -10
- package/esm2022/lib/components/client-home/lookup/progress-default-colors.config.mjs +0 -10
- package/esm2022/lib/components/client-home/lookup/progress-white-colors.config.mjs +0 -10
- package/esm2022/lib/components/client-home/pipes/chat-meta.pipe.mjs +0 -60
- package/esm2022/lib/components/client-home/pipes/get-color-by-matcher.pipe.mjs +0 -33
- package/esm2022/lib/components/client-match-overview/client-match-overview.component.mjs +0 -300
- package/esm2022/lib/components/client-match-overview/enums/conversation-flag.enum.mjs +0 -6
- package/esm2022/lib/components/client-match-overview/enums/counter-flag-base.enum.mjs +0 -6
- package/esm2022/lib/components/client-match-overview/enums/inner-circle-state.enum.mjs +0 -8
- package/esm2022/lib/components/client-match-overview/interfaces/client-match-overview.interface.mjs +0 -2
- package/esm2022/lib/components/client-match-overview/interfaces/conversation-flag.interface.mjs +0 -2
- package/esm2022/lib/components/client-match-overview/interfaces/dashboard-match-request.interface.mjs +0 -2
- package/esm2022/lib/components/client-match-overview/interfaces/progress-decision.interface.mjs +0 -2
- package/esm2022/lib/components/client-match-overview/interfaces/progress-facts.interface.mjs +0 -2
- package/esm2022/lib/components/client-match-overview/lookups/computer-inner-state.lookup.mjs +0 -81
- package/esm2022/lib/components/client-match-overview/lookups/limit-dates-indicator.lookup.mjs +0 -8
- package/esm2022/lib/components/client-match-overview/progress-ticker/progress-gap.config.mjs +0 -4
- package/esm2022/lib/components/client-match-overview/progress-ticker/progress-ticker.config.mjs +0 -3
- package/esm2022/lib/components/client-match-overview/progress-ticker/progress-ticker.service.mjs +0 -43
- package/esm2022/lib/components/dashboard-swipeable-tabs/dashboard-swipeable-tabs.component.mjs +0 -113
- package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/dashboard-main-swiper-options.mjs +0 -11
- package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/dashboard-thumbs-swiper-options.mjs +0 -27
- package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/main-swiper-default-options.mjs +0 -19
- package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/thumbs-swiper-default-options.mjs +0 -21
- package/esm2022/lib/components/lib-client-dashboard/client-dashboard.component.mjs +0 -170
- package/esm2022/lib/components/lib-client-dashboard/enums/alert-status-fields.enum.mjs +0 -11
- package/esm2022/lib/components/lib-client-dashboard/enums/client-dashboard-component.enum.mjs +0 -7
- package/esm2022/lib/components/lib-client-dashboard/interfaces/client-dashboard-inputs.interface.mjs +0 -2
- package/esm2022/lib/components/lib-client-dashboard/lookups/client-dashboard.config.mjs +0 -15
- package/esm2022/lib/components/lib-compose-matcher-dash/compose-matcher-dash.component.mjs +0 -146
- package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/chart-data.interface.mjs +0 -2
- package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/chat-identifier.interface.mjs +0 -2
- package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/matcher-dashboard-inputs.interface.mjs +0 -2
- package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/matcher-profile.interface.mjs +0 -2
- package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/prospect-data.interface.mjs +0 -2
- package/esm2022/lib/components/lib-compose-matcher-dash/pipes/get-profile-with-progress.pipe.mjs +0 -21
- package/esm2022/lib/components/matcher-statuses/enums/matcher-statuses.enum.mjs +0 -15
- package/esm2022/lib/components/matcher-statuses/interfaces/status.interface.mjs +0 -2
- package/esm2022/lib/components/matcher-statuses/lookups/matcher-statuses.lookup.mjs +0 -54
- package/esm2022/lib/components/matcher-statuses/matcher-statuses.component.mjs +0 -58
- package/esm2022/lib/components/matcher-statuses/pipes/is-status-included.pipe.mjs +0 -19
- package/esm2022/lib/components/profile-card/profile-card.component.mjs +0 -35
- package/esm2022/lib/components/profile-card/profile-card.module.mjs +0 -19
- package/esm2022/lib/components/spider-chart/interfaces/chart-data-circle.interface.mjs +0 -2
- package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-f.interface.mjs +0 -2
- package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-lg.interface.mjs +0 -2
- package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-rg.interface.mjs +0 -2
- package/esm2022/lib/components/spider-chart/interfaces/config.interface.mjs +0 -2
- package/esm2022/lib/components/spider-chart/interfaces/dataset.interface.mjs +0 -2
- package/esm2022/lib/components/spider-chart/interfaces/polygon-color.interface.mjs +0 -2
- package/esm2022/lib/components/spider-chart/interfaces/spider-chart-attribute.interface.mjs +0 -2
- package/esm2022/lib/components/spider-chart/lookup/default-spider-config.lookup.mjs +0 -18
- package/esm2022/lib/components/spider-chart/lookup/default-spider-config.mjs +0 -67
- package/esm2022/lib/components/spider-chart/lookup/demo-polygon-colors.lookup.mjs +0 -11
- package/esm2022/lib/components/spider-chart/lookup/svg-config.lookup.mjs +0 -277
- package/esm2022/lib/components/spider-chart/spider-chart.component.mjs +0 -235
- package/esm2022/lib/enums/direction.enum.mjs +0 -6
- package/esm2022/lib/enums/form-field-type.mjs +0 -30
- package/esm2022/lib/enums/local-storage-keys.enum.mjs +0 -5
- package/esm2022/lib/enums/status-types.mjs +0 -8
- package/esm2022/lib/model/select-option-template.mjs +0 -2
- package/esm2022/lib/operations/operations.mjs +0 -19
- package/esm2022/lib/pipes/array-sort/array.sort.pipe.mjs +0 -49
- package/esm2022/lib/pipes/count-non-empty-fields/count-non-empty-fields.pipe.mjs +0 -17
- package/esm2022/lib/pipes/date-localization/date-localization.pipe.mjs +0 -31
- package/esm2022/lib/pipes/fallback-translate/fallback-translate.pipe.mjs +0 -28
- package/esm2022/lib/pipes/get-display-value/get-display-value.pipe.mjs +0 -59
- package/esm2022/lib/pipes/get-multi-select-display-text/get-multi-select-display-text.pipe.mjs +0 -22
- package/esm2022/lib/pipes/initials/initials.pipe.mjs +0 -25
- package/esm2022/lib/pipes/round/round.pipe.mjs +0 -17
- package/esm2022/lib/pipes/update-llm-preference/update-llm-preference.pipe.mjs +0 -25
- package/esm2022/lib/services/abstract-cache.service.mjs +0 -10
- package/esm2022/lib/shared/shared/alert-popup/alert-popup.component.mjs +0 -38
- package/esm2022/lib/shared/shared/message-modal/message-modal.component.mjs +0 -95
- package/esm2022/lib/shared/shared/status-icon/status-icon.component.mjs +0 -14
- package/esm2022/lib/shared/shared.module.mjs +0 -23
- package/esm2022/naniteninja-dashboard-components-lib.mjs +0 -5
- package/esm2022/public-api.mjs +0 -122
- package/lib/components/auto-delegation/animations.d.ts +0 -1
- package/lib/components/auto-delegation/auto-delegation-modal.component.d.ts +0 -29
- package/lib/components/auto-delegation/enums/auto-delegation.event-type.enum.d.ts +0 -4
- package/lib/components/auto-delegation/enums/auto-delegation.event-value.enum.d.ts +0 -5
- package/lib/components/auto-delegation/interface/auto-delegation-data.interface.d.ts +0 -31
- package/lib/components/auto-delegation/interface/auto-delegation.event.interface.d.ts +0 -6
- package/lib/components/auto-delegation/interface/auto-delegation.modal-data.interface.d.ts +0 -8
- package/lib/components/auto-delegation/interface/preferences.interface.d.ts +0 -17
- package/lib/components/calendar/agenda/agenda-day-card/agenda-day-card.component.d.ts +0 -12
- package/lib/components/calendar/agenda/agenda.component.d.ts +0 -22
- package/lib/components/calendar/agenda/agenda.module.d.ts +0 -12
- package/lib/components/calendar/agenda/interfaces/agenda.day.interface.d.ts +0 -7
- package/lib/components/calendar/agenda/interfaces/agenda.event.inetrface.d.ts +0 -9
- package/lib/components/calendar/components/edit-recurring-event/edit-recurring-event.component.d.ts +0 -19
- package/lib/components/calendar/components/event-form/event-form.component.d.ts +0 -67
- package/lib/components/calendar/components/event-form/event-form.module.d.ts +0 -20
- package/lib/components/calendar/components/event-info/event-info.component.d.ts +0 -24
- package/lib/components/calendar/enums/calendar.account.enum.d.ts +0 -4
- package/lib/components/calendar/enums/calendar.account.icons.enum.d.ts +0 -4
- package/lib/components/calendar/enums/event-type.enum.d.ts +0 -8
- package/lib/components/calendar/enums/recurring.edit.options.enum.d.ts +0 -5
- package/lib/components/calendar/enums/recurring.type.enum.d.ts +0 -6
- package/lib/components/calendar/interfaces/calendar.account.interface.d.ts +0 -14
- package/lib/components/calendar/interfaces/calendar.account.theme.interface.d.ts +0 -5
- package/lib/components/calendar/interfaces/event.form.interface.d.ts +0 -22
- package/lib/components/calendar/interfaces/event.form.output.interface.d.ts +0 -10
- package/lib/components/calendar/interfaces/event.interface.d.ts +0 -33
- package/lib/components/calendar/interfaces/event.time.interface.d.ts +0 -4
- package/lib/components/calendar/interfaces/recurring.event.interface.d.ts +0 -16
- package/lib/components/calendar/interfaces/recurring.exception.interface.d.ts +0 -14
- package/lib/components/calendar/interfaces/recurring.pattern.interface.d.ts +0 -16
- package/lib/components/calendar/lookups/recurring.options.lookup.d.ts +0 -2
- package/lib/components/calendar/scheduler/enums/schedule-date-status.enum.d.ts +0 -5
- package/lib/components/calendar/scheduler/interfaces/scheduler.action.interface.d.ts +0 -10
- package/lib/components/calendar/scheduler/interfaces/scheduler.event.day.interface.d.ts +0 -5
- package/lib/components/calendar/scheduler/interfaces/scheduler.event.interface.d.ts +0 -26
- package/lib/components/calendar/scheduler/interfaces/scheduler.event.suggestion.interface.d.ts +0 -13
- package/lib/components/calendar/scheduler/interfaces/scheduler.slots.interface.d.ts +0 -6
- package/lib/components/calendar/scheduler/mock-schedule.d.ts +0 -9
- package/lib/components/calendar/scheduler/scheduler.component.d.ts +0 -36
- package/lib/components/calendar/services/calendar-utils.service.d.ts +0 -39
- package/lib/components/chat/chat.component.d.ts +0 -70
- package/lib/components/chat/chat.component.module.d.ts +0 -22
- package/lib/components/chat/chat.service.d.ts +0 -15
- package/lib/components/chat/enums/sender-types.enum.d.ts +0 -4
- package/lib/components/chat/gif-selector/gif-selector.component.d.ts +0 -25
- package/lib/components/chat/gif-selector/gif-selector.service.d.ts +0 -15
- package/lib/components/chat/gif-selector/tenor-media-format.interface.d.ts +0 -7
- package/lib/components/chat/gif-selector/tenor-object.interface.d.ts +0 -5
- package/lib/components/chat/gif-selector/tenor-result.interface.d.ts +0 -16
- package/lib/components/chat/interfaces/date-messages.interface.d.ts +0 -6
- package/lib/components/chat/interfaces/message-attachment.interface.d.ts +0 -6
- package/lib/components/chat/interfaces/message.interface.d.ts +0 -11
- package/lib/components/chat/interfaces/send-options-message.interface.d.ts +0 -5
- package/lib/components/chat/interfaces/type-send-message.enum.d.ts +0 -5
- package/lib/components/chat-suggestion/chat-suggestion.component.d.ts +0 -9
- package/lib/components/chat-suggestion/interfaces/chat-suggestion.interface.d.ts +0 -4
- package/lib/components/circle-progress/circle-progress.component.d.ts +0 -31
- package/lib/components/circle-progress/circle-progress.module.d.ts +0 -8
- package/lib/components/circle-progress/enums/circle-variable.enum.d.ts +0 -4
- package/lib/components/circle-progress/interfaces/circle-progress-config.interface.d.ts +0 -29
- package/lib/components/client-home/client-home.component.d.ts +0 -44
- package/lib/components/client-home/enums/client-home-component.enum.d.ts +0 -7
- package/lib/components/client-home/interfaces/chat-meta.interface.d.ts +0 -7
- package/lib/components/client-home/interfaces/home-dashboard-inputs.interface.d.ts +0 -45
- package/lib/components/client-home/interfaces/inner-partial-circle-progress-colors.interface.d.ts +0 -5
- package/lib/components/client-home/interfaces/partial-circle-progress-colors.interface.d.ts +0 -9
- package/lib/components/client-home/lookup/client-home.config.d.ts +0 -2
- package/lib/components/client-home/lookup/inner-progress-default-colors.config.d.ts +0 -2
- package/lib/components/client-home/lookup/inner-progress-pink-colors.config.d.ts +0 -2
- package/lib/components/client-home/lookup/inner-progress-purple-colors.config.d.ts +0 -2
- package/lib/components/client-home/lookup/inner-progress-teal-colors.config.d.ts +0 -2
- package/lib/components/client-home/lookup/inner-progress-white-colors.config.d.ts +0 -2
- package/lib/components/client-home/lookup/progress-default-colors.config.d.ts +0 -2
- package/lib/components/client-home/lookup/progress-white-colors.config.d.ts +0 -2
- package/lib/components/client-home/pipes/chat-meta.pipe.d.ts +0 -10
- package/lib/components/client-home/pipes/get-color-by-matcher.pipe.d.ts +0 -10
- package/lib/components/client-match-overview/client-match-overview.component.d.ts +0 -55
- package/lib/components/client-match-overview/enums/conversation-flag.enum.d.ts +0 -4
- package/lib/components/client-match-overview/enums/counter-flag-base.enum.d.ts +0 -4
- package/lib/components/client-match-overview/enums/inner-circle-state.enum.d.ts +0 -6
- package/lib/components/client-match-overview/interfaces/client-match-overview.interface.d.ts +0 -19
- package/lib/components/client-match-overview/interfaces/conversation-flag.interface.d.ts +0 -8
- package/lib/components/client-match-overview/interfaces/dashboard-match-request.interface.d.ts +0 -7
- package/lib/components/client-match-overview/interfaces/progress-decision.interface.d.ts +0 -10
- package/lib/components/client-match-overview/interfaces/progress-facts.interface.d.ts +0 -11
- package/lib/components/client-match-overview/lookups/computer-inner-state.lookup.d.ts +0 -7
- package/lib/components/client-match-overview/lookups/limit-dates-indicator.lookup.d.ts +0 -5
- package/lib/components/client-match-overview/progress-ticker/progress-gap.config.d.ts +0 -2
- package/lib/components/client-match-overview/progress-ticker/progress-ticker.config.d.ts +0 -2
- package/lib/components/client-match-overview/progress-ticker/progress-ticker.service.d.ts +0 -11
- package/lib/components/dashboard-swipeable-tabs/dashboard-swipeable-tabs.component.d.ts +0 -29
- package/lib/components/dashboard-swipeable-tabs/lookups/dashboard-main-swiper-options.d.ts +0 -2
- package/lib/components/dashboard-swipeable-tabs/lookups/dashboard-thumbs-swiper-options.d.ts +0 -2
- package/lib/components/dashboard-swipeable-tabs/lookups/main-swiper-default-options.d.ts +0 -2
- package/lib/components/dashboard-swipeable-tabs/lookups/thumbs-swiper-default-options.d.ts +0 -2
- package/lib/components/lib-client-dashboard/client-dashboard.component.d.ts +0 -73
- package/lib/components/lib-client-dashboard/enums/alert-status-fields.enum.d.ts +0 -9
- package/lib/components/lib-client-dashboard/enums/client-dashboard-component.enum.d.ts +0 -5
- package/lib/components/lib-client-dashboard/interfaces/client-dashboard-inputs.interface.d.ts +0 -29
- package/lib/components/lib-client-dashboard/lookups/client-dashboard.config.d.ts +0 -2
- package/lib/components/lib-compose-matcher-dash/compose-matcher-dash.component.d.ts +0 -48
- package/lib/components/lib-compose-matcher-dash/interfaces/chart-data.interface.d.ts +0 -5
- package/lib/components/lib-compose-matcher-dash/interfaces/chat-identifier.interface.d.ts +0 -5
- package/lib/components/lib-compose-matcher-dash/interfaces/matcher-dashboard-inputs.interface.d.ts +0 -26
- package/lib/components/lib-compose-matcher-dash/interfaces/matcher-profile.interface.d.ts +0 -8
- package/lib/components/lib-compose-matcher-dash/interfaces/prospect-data.interface.d.ts +0 -24
- package/lib/components/lib-compose-matcher-dash/pipes/get-profile-with-progress.pipe.d.ts +0 -9
- package/lib/components/matcher-statuses/enums/matcher-statuses.enum.d.ts +0 -13
- package/lib/components/matcher-statuses/interfaces/status.interface.d.ts +0 -6
- package/lib/components/matcher-statuses/lookups/matcher-statuses.lookup.d.ts +0 -2
- package/lib/components/matcher-statuses/matcher-statuses.component.d.ts +0 -23
- package/lib/components/matcher-statuses/pipes/is-status-included.pipe.d.ts +0 -8
- package/lib/components/profile-card/profile-card.component.d.ts +0 -11
- package/lib/components/profile-card/profile-card.module.d.ts +0 -9
- package/lib/components/spider-chart/interfaces/chart-data-circle.interface.d.ts +0 -10
- package/lib/components/spider-chart/interfaces/chart-data-defs-f.interface.d.ts +0 -11
- package/lib/components/spider-chart/interfaces/chart-data-defs-lg.interface.d.ts +0 -11
- package/lib/components/spider-chart/interfaces/chart-data-defs-rg.interface.d.ts +0 -10
- package/lib/components/spider-chart/interfaces/config.interface.d.ts +0 -19
- package/lib/components/spider-chart/interfaces/dataset.interface.d.ts +0 -7
- package/lib/components/spider-chart/interfaces/polygon-color.interface.d.ts +0 -4
- package/lib/components/spider-chart/interfaces/spider-chart-attribute.interface.d.ts +0 -6
- package/lib/components/spider-chart/lookup/default-spider-config.d.ts +0 -2
- package/lib/components/spider-chart/lookup/default-spider-config.lookup.d.ts +0 -2
- package/lib/components/spider-chart/lookup/demo-polygon-colors.lookup.d.ts +0 -2
- package/lib/components/spider-chart/lookup/svg-config.lookup.d.ts +0 -8
- package/lib/components/spider-chart/spider-chart.component.d.ts +0 -52
- package/lib/enums/direction.enum.d.ts +0 -4
- package/lib/enums/form-field-type.d.ts +0 -28
- package/lib/enums/local-storage-keys.enum.d.ts +0 -3
- package/lib/enums/status-types.d.ts +0 -6
- package/lib/model/select-option-template.d.ts +0 -5
- package/lib/operations/operations.d.ts +0 -19
- package/lib/pipes/array-sort/array.sort.pipe.d.ts +0 -7
- package/lib/pipes/count-non-empty-fields/count-non-empty-fields.pipe.d.ts +0 -7
- package/lib/pipes/date-localization/date-localization.pipe.d.ts +0 -8
- package/lib/pipes/fallback-translate/fallback-translate.pipe.d.ts +0 -11
- package/lib/pipes/get-display-value/get-display-value.pipe.d.ts +0 -13
- package/lib/pipes/get-multi-select-display-text/get-multi-select-display-text.pipe.d.ts +0 -8
- package/lib/pipes/initials/initials.pipe.d.ts +0 -7
- package/lib/pipes/round/round.pipe.d.ts +0 -7
- package/lib/pipes/update-llm-preference/update-llm-preference.pipe.d.ts +0 -8
- package/lib/services/abstract-cache.service.d.ts +0 -9
- package/lib/shared/shared/alert-popup/alert-popup.component.d.ts +0 -14
- package/lib/shared/shared/message-modal/message-modal.component.d.ts +0 -29
- package/lib/shared/shared/status-icon/status-icon.component.d.ts +0 -7
- package/lib/shared/shared.module.d.ts +0 -13
- package/naniteninja-dashboard-components-lib-1.0.0.tgz +0 -0
- package/public-api.d.ts +0 -121
|
@@ -1,157 +1,157 @@
|
|
|
1
|
-
// feedback-modal.component
|
|
2
|
-
.feedback-modal {
|
|
3
|
-
--popover-container-padding: 1.93rem 1.5rem !important;
|
|
4
|
-
--popover-container-width: 25.67rem !important;
|
|
5
|
-
--popover-container-min-width: 25.67rem !important;
|
|
6
|
-
--box-shadow: none !important;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.modal-buttons {
|
|
10
|
-
lib-secondary-btn,
|
|
11
|
-
lib-primary-btn {
|
|
12
|
-
--lib-button-container-height: 1.96rem;
|
|
13
|
-
--lib-button-height: 1.96rem;
|
|
14
|
-
--lib-button-font-size: 0.83rem;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.toggle-container {
|
|
19
|
-
lib-toggle {
|
|
20
|
-
font-size: 0.405rem;
|
|
21
|
-
--knob-color: white;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
// feedback-screenshot.component
|
|
26
|
-
.toolbar {
|
|
27
|
-
lib-icon-btn {
|
|
28
|
-
.btn-text {
|
|
29
|
-
img {
|
|
30
|
-
width: 1.58rem;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
.lib-button-component {
|
|
34
|
-
button {
|
|
35
|
-
border: none !important;
|
|
36
|
-
background: none !important;
|
|
37
|
-
}
|
|
38
|
-
.lib-button-container {
|
|
39
|
-
--lib-button-container-background: linear-gradient(90deg, #353039 0.68%, #463a45 99.45%) !important;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
// feedback-send.component
|
|
46
|
-
.page-wrapper {
|
|
47
|
-
lib-menu-btn {
|
|
48
|
-
mat-icon {
|
|
49
|
-
font-size: 1.5rem !important;
|
|
50
|
-
width: 1.666rem !important;
|
|
51
|
-
}
|
|
52
|
-
.lib-button-component {
|
|
53
|
-
button {
|
|
54
|
-
width: 2.667rem !important;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
.back-icon {
|
|
59
|
-
box-shadow: -5px -5px 12px 3px #cbc7d140;
|
|
60
|
-
border-radius: 50%;
|
|
61
|
-
.lib-button-component {
|
|
62
|
-
button {
|
|
63
|
-
background: transparent !important;
|
|
64
|
-
border: none !important;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
img {
|
|
68
|
-
width: 1.21rem !important;
|
|
69
|
-
height: 1.05rem !important;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
.comments-field {
|
|
73
|
-
lib-input-field {
|
|
74
|
-
.counter {
|
|
75
|
-
font-size: 1rem !important;
|
|
76
|
-
}
|
|
77
|
-
textarea {
|
|
78
|
-
font-family: Gilroy-Regular, serif;
|
|
79
|
-
font-size: 1rem;
|
|
80
|
-
min-width: 100%;
|
|
81
|
-
border-radius: 0.83rem;
|
|
82
|
-
padding-inline: 1rem;
|
|
83
|
-
&::placeholder {
|
|
84
|
-
font-size: 1rem !important;
|
|
85
|
-
}
|
|
86
|
-
&::-webkit-scrollbar-track {
|
|
87
|
-
height: 90% !important;
|
|
88
|
-
background: transparent !important;
|
|
89
|
-
&:hover {
|
|
90
|
-
cursor: pointer;
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
lib-form-field {
|
|
98
|
-
lib-toggle {
|
|
99
|
-
font-size: 0.405rem;
|
|
100
|
-
--knob-color: white;
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.lib-secondary-btn_container {
|
|
105
|
-
lib-secondary-btn {
|
|
106
|
-
width: 12.08rem;
|
|
107
|
-
}
|
|
108
|
-
lib-base-btn {
|
|
109
|
-
--lib-button-font-size: 0.95rem !important;
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.submit-container {
|
|
114
|
-
lib-base-btn {
|
|
115
|
-
--lib-button-font-size: 1.54rem !important;
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
lib-chip-btn {
|
|
120
|
-
.lib-chip-container {
|
|
121
|
-
width: 42vw;
|
|
122
|
-
max-width: 11.6rem;
|
|
123
|
-
display: block;
|
|
124
|
-
padding: 0.32rem 1rem;
|
|
125
|
-
white-space: nowrap;
|
|
126
|
-
overflow: hidden;
|
|
127
|
-
text-overflow: ellipsis;
|
|
128
|
-
font-size: 1.08rem;
|
|
129
|
-
@media (min-width: 390px) {
|
|
130
|
-
max-width: 12.2rem;
|
|
131
|
-
}
|
|
132
|
-
@media (min-width: 425px) {
|
|
133
|
-
max-width: 13.3rem;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
.lib-button-component button.lib-button-hover-outline:hover {
|
|
137
|
-
outline: none !important;
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
.feedback-menu-item {
|
|
142
|
-
min-height: 2.08rem !important;
|
|
143
|
-
lib-toggle {
|
|
144
|
-
font-size: 0.405rem;
|
|
145
|
-
--knob-color: white;
|
|
146
|
-
.lib-toggle-container {
|
|
147
|
-
height: 2.8rem;
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
// feedback-success.component
|
|
153
|
-
.ok-btn {
|
|
154
|
-
lib-base-btn {
|
|
155
|
-
--lib-button-font-size: 1.54rem !important;
|
|
156
|
-
}
|
|
157
|
-
}
|
|
1
|
+
// feedback-modal.component
|
|
2
|
+
.feedback-modal {
|
|
3
|
+
--popover-container-padding: 1.93rem 1.5rem !important;
|
|
4
|
+
--popover-container-width: 25.67rem !important;
|
|
5
|
+
--popover-container-min-width: 25.67rem !important;
|
|
6
|
+
--box-shadow: none !important;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.modal-buttons {
|
|
10
|
+
lib-secondary-btn,
|
|
11
|
+
lib-primary-btn {
|
|
12
|
+
--lib-button-container-height: 1.96rem;
|
|
13
|
+
--lib-button-height: 1.96rem;
|
|
14
|
+
--lib-button-font-size: 0.83rem;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.toggle-container {
|
|
19
|
+
lib-toggle {
|
|
20
|
+
font-size: 0.405rem;
|
|
21
|
+
--knob-color: white;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
// feedback-screenshot.component
|
|
26
|
+
.toolbar {
|
|
27
|
+
lib-icon-btn {
|
|
28
|
+
.btn-text {
|
|
29
|
+
img {
|
|
30
|
+
width: 1.58rem;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
.lib-button-component {
|
|
34
|
+
button {
|
|
35
|
+
border: none !important;
|
|
36
|
+
background: none !important;
|
|
37
|
+
}
|
|
38
|
+
.lib-button-container {
|
|
39
|
+
--lib-button-container-background: linear-gradient(90deg, #353039 0.68%, #463a45 99.45%) !important;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
// feedback-send.component
|
|
46
|
+
.page-wrapper {
|
|
47
|
+
lib-menu-btn {
|
|
48
|
+
mat-icon {
|
|
49
|
+
font-size: 1.5rem !important;
|
|
50
|
+
width: 1.666rem !important;
|
|
51
|
+
}
|
|
52
|
+
.lib-button-component {
|
|
53
|
+
button {
|
|
54
|
+
width: 2.667rem !important;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
.back-icon {
|
|
59
|
+
box-shadow: -5px -5px 12px 3px #cbc7d140;
|
|
60
|
+
border-radius: 50%;
|
|
61
|
+
.lib-button-component {
|
|
62
|
+
button {
|
|
63
|
+
background: transparent !important;
|
|
64
|
+
border: none !important;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
img {
|
|
68
|
+
width: 1.21rem !important;
|
|
69
|
+
height: 1.05rem !important;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
.comments-field {
|
|
73
|
+
lib-input-field {
|
|
74
|
+
.counter {
|
|
75
|
+
font-size: 1rem !important;
|
|
76
|
+
}
|
|
77
|
+
textarea {
|
|
78
|
+
font-family: Gilroy-Regular, serif;
|
|
79
|
+
font-size: 1rem;
|
|
80
|
+
min-width: 100%;
|
|
81
|
+
border-radius: 0.83rem;
|
|
82
|
+
padding-inline: 1rem;
|
|
83
|
+
&::placeholder {
|
|
84
|
+
font-size: 1rem !important;
|
|
85
|
+
}
|
|
86
|
+
&::-webkit-scrollbar-track {
|
|
87
|
+
height: 90% !important;
|
|
88
|
+
background: transparent !important;
|
|
89
|
+
&:hover {
|
|
90
|
+
cursor: pointer;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
lib-form-field {
|
|
98
|
+
lib-toggle {
|
|
99
|
+
font-size: 0.405rem;
|
|
100
|
+
--knob-color: white;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.lib-secondary-btn_container {
|
|
105
|
+
lib-secondary-btn {
|
|
106
|
+
width: 12.08rem;
|
|
107
|
+
}
|
|
108
|
+
lib-base-btn {
|
|
109
|
+
--lib-button-font-size: 0.95rem !important;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.submit-container {
|
|
114
|
+
lib-base-btn {
|
|
115
|
+
--lib-button-font-size: 1.54rem !important;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
lib-chip-btn {
|
|
120
|
+
.lib-chip-container {
|
|
121
|
+
width: 42vw;
|
|
122
|
+
max-width: 11.6rem;
|
|
123
|
+
display: block;
|
|
124
|
+
padding: 0.32rem 1rem;
|
|
125
|
+
white-space: nowrap;
|
|
126
|
+
overflow: hidden;
|
|
127
|
+
text-overflow: ellipsis;
|
|
128
|
+
font-size: 1.08rem;
|
|
129
|
+
@media (min-width: 390px) {
|
|
130
|
+
max-width: 12.2rem;
|
|
131
|
+
}
|
|
132
|
+
@media (min-width: 425px) {
|
|
133
|
+
max-width: 13.3rem;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
.lib-button-component button.lib-button-hover-outline:hover {
|
|
137
|
+
outline: none !important;
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
.feedback-menu-item {
|
|
142
|
+
min-height: 2.08rem !important;
|
|
143
|
+
lib-toggle {
|
|
144
|
+
font-size: 0.405rem;
|
|
145
|
+
--knob-color: white;
|
|
146
|
+
.lib-toggle-container {
|
|
147
|
+
height: 2.8rem;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
// feedback-success.component
|
|
153
|
+
.ok-btn {
|
|
154
|
+
lib-base-btn {
|
|
155
|
+
--lib-button-font-size: 1.54rem !important;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
// List of fonts
|
|
2
|
-
@import '../fonts/gilroy.font.scss';
|
|
3
|
-
@import '../fonts/calistoga.font.scss';
|
|
1
|
+
// List of fonts
|
|
2
|
+
@import '../fonts/gilroy.font.scss';
|
|
3
|
+
@import '../fonts/calistoga.font.scss';
|
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
$sm: 320px;
|
|
2
|
-
$md: 360px;
|
|
3
|
-
|
|
4
|
-
ion-card {
|
|
5
|
-
background: var(--button-background);
|
|
6
|
-
box-shadow: var(--box-shadow);
|
|
7
|
-
border-radius: 8px;
|
|
8
|
-
padding: 30px 30px 25px 30px;
|
|
9
|
-
display: grid;
|
|
10
|
-
margin-inline: 0px;
|
|
11
|
-
|
|
12
|
-
.card-header {
|
|
13
|
-
margin-bottom: 7px;
|
|
14
|
-
@extend .f-calistoga;
|
|
15
|
-
@extend .f-w-600;
|
|
16
|
-
@extend .h-160;
|
|
17
|
-
@extend .f-md;
|
|
18
|
-
@extend .f-white;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.information {
|
|
22
|
-
@extend .f-calistoga;
|
|
23
|
-
@extend .f-sm;
|
|
24
|
-
@extend .f-w-400;
|
|
25
|
-
@extend .h-180;
|
|
26
|
-
@extend .f-gray;
|
|
27
|
-
}
|
|
28
|
-
.gallery-container {
|
|
29
|
-
margin: -5.5px;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
div.gallery {
|
|
33
|
-
margin: 5.5px;
|
|
34
|
-
float: left;
|
|
35
|
-
width: 86px;
|
|
36
|
-
height: 86px;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
div.gallery img {
|
|
40
|
-
width: 100%;
|
|
41
|
-
height: 100%;
|
|
42
|
-
border-radius: 8px;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
@media screen and (max-width: $md) {
|
|
47
|
-
ion-card {
|
|
48
|
-
padding: 20px 20px 15px 20px;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
@media screen and (max-width: $sm) {
|
|
53
|
-
ion-card {
|
|
54
|
-
padding: 15px 15px 10px 15px;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
1
|
+
$sm: 320px;
|
|
2
|
+
$md: 360px;
|
|
3
|
+
|
|
4
|
+
ion-card {
|
|
5
|
+
background: var(--button-background);
|
|
6
|
+
box-shadow: var(--box-shadow);
|
|
7
|
+
border-radius: 8px;
|
|
8
|
+
padding: 30px 30px 25px 30px;
|
|
9
|
+
display: grid;
|
|
10
|
+
margin-inline: 0px;
|
|
11
|
+
|
|
12
|
+
.card-header {
|
|
13
|
+
margin-bottom: 7px;
|
|
14
|
+
@extend .f-calistoga;
|
|
15
|
+
@extend .f-w-600;
|
|
16
|
+
@extend .h-160;
|
|
17
|
+
@extend .f-md;
|
|
18
|
+
@extend .f-white;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.information {
|
|
22
|
+
@extend .f-calistoga;
|
|
23
|
+
@extend .f-sm;
|
|
24
|
+
@extend .f-w-400;
|
|
25
|
+
@extend .h-180;
|
|
26
|
+
@extend .f-gray;
|
|
27
|
+
}
|
|
28
|
+
.gallery-container {
|
|
29
|
+
margin: -5.5px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
div.gallery {
|
|
33
|
+
margin: 5.5px;
|
|
34
|
+
float: left;
|
|
35
|
+
width: 86px;
|
|
36
|
+
height: 86px;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
div.gallery img {
|
|
40
|
+
width: 100%;
|
|
41
|
+
height: 100%;
|
|
42
|
+
border-radius: 8px;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
@media screen and (max-width: $md) {
|
|
47
|
+
ion-card {
|
|
48
|
+
padding: 20px 20px 15px 20px;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
@media screen and (max-width: $sm) {
|
|
53
|
+
ion-card {
|
|
54
|
+
padding: 15px 15px 10px 15px;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
@@ -1,110 +1,110 @@
|
|
|
1
|
-
.input-style:not(.p-inputtext) {
|
|
2
|
-
background: var(--primary-color);
|
|
3
|
-
border-radius: 100px;
|
|
4
|
-
box-shadow: var(--input-box-shadow);
|
|
5
|
-
width: 100%;
|
|
6
|
-
margin: 12px 0;
|
|
7
|
-
outline: #1e2023;
|
|
8
|
-
border: none;
|
|
9
|
-
|
|
10
|
-
&:not([type="number"]) {
|
|
11
|
-
height: 48px;
|
|
12
|
-
}
|
|
13
|
-
z-index: 1;
|
|
14
|
-
|
|
15
|
-
&.mdc-radio__native-control {
|
|
16
|
-
margin: unset;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.emphasis {
|
|
21
|
-
border-bottom: 1.5px solid rgba(255, 255, 255, 0.5) !important;
|
|
22
|
-
border-top: 0.5px;
|
|
23
|
-
border-left: 0.5px;
|
|
24
|
-
border-right: 0.5px;
|
|
25
|
-
box-sizing: border-box;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
input:not(.p-inputtext) {
|
|
29
|
-
@extend .input-style;
|
|
30
|
-
overflow: hidden;
|
|
31
|
-
display: flex;
|
|
32
|
-
font-style: normal;
|
|
33
|
-
font-weight: 600;
|
|
34
|
-
font-size: 14px;
|
|
35
|
-
line-height: 160%;
|
|
36
|
-
padding: 0 16px;
|
|
37
|
-
box-sizing: border-box;
|
|
38
|
-
color: var(--input-field-color, #fff);
|
|
39
|
-
|
|
40
|
-
.mdc-icon-button {
|
|
41
|
-
position: absolute;
|
|
42
|
-
top: 0;
|
|
43
|
-
right: 5px;
|
|
44
|
-
box-shadow: none !important;
|
|
45
|
-
background: transparent !important;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.mdc-icon-button.left {
|
|
49
|
-
left: 5px !important;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
input:not(.mdc-radio__native-control) {
|
|
54
|
-
position: relative;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
textarea:not(.p-inputtext) {
|
|
58
|
-
@extend .input-style;
|
|
59
|
-
font-weight: 400;
|
|
60
|
-
font-size: 14px;
|
|
61
|
-
line-height: 180%;
|
|
62
|
-
height: 100px;
|
|
63
|
-
border-radius: 12px;
|
|
64
|
-
padding: 15px 37px;
|
|
65
|
-
resize: none;
|
|
66
|
-
box-sizing: border-box;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
input:not(.p-inputtext),
|
|
70
|
-
textarea:not(.p-inputtext) {
|
|
71
|
-
background: transparent;
|
|
72
|
-
width: 100%;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
ion-input {
|
|
76
|
-
--border-radius: 100px;
|
|
77
|
-
--padding-end: 37px !important;
|
|
78
|
-
--padding-start: 37px !important;
|
|
79
|
-
font-size: 14px;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
ion-textarea {
|
|
83
|
-
--border-radius: 12px !important;
|
|
84
|
-
font-size: 14px;
|
|
85
|
-
--background: var(--primary-color);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
mat-radio-button {
|
|
89
|
-
.mat-ripple {
|
|
90
|
-
display: none;
|
|
91
|
-
}
|
|
92
|
-
.mdc-label {
|
|
93
|
-
color: var(--input-field-color, #fff);
|
|
94
|
-
cursor: pointer;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.mdc-radio__outer-circle {
|
|
98
|
-
border-color: #e91e63 !important;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.mdc-line-ripple::after {
|
|
103
|
-
display: none;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.custom-input {
|
|
107
|
-
textarea {
|
|
108
|
-
background: transparent !important;
|
|
109
|
-
}
|
|
110
|
-
}
|
|
1
|
+
.input-style:not(.p-inputtext) {
|
|
2
|
+
background: var(--primary-color);
|
|
3
|
+
border-radius: 100px;
|
|
4
|
+
box-shadow: var(--input-box-shadow);
|
|
5
|
+
width: 100%;
|
|
6
|
+
margin: 12px 0;
|
|
7
|
+
outline: #1e2023;
|
|
8
|
+
border: none;
|
|
9
|
+
|
|
10
|
+
&:not([type="number"]) {
|
|
11
|
+
height: 48px;
|
|
12
|
+
}
|
|
13
|
+
z-index: 1;
|
|
14
|
+
|
|
15
|
+
&.mdc-radio__native-control {
|
|
16
|
+
margin: unset;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.emphasis {
|
|
21
|
+
border-bottom: 1.5px solid rgba(255, 255, 255, 0.5) !important;
|
|
22
|
+
border-top: 0.5px;
|
|
23
|
+
border-left: 0.5px;
|
|
24
|
+
border-right: 0.5px;
|
|
25
|
+
box-sizing: border-box;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
input:not(.p-inputtext) {
|
|
29
|
+
@extend .input-style;
|
|
30
|
+
overflow: hidden;
|
|
31
|
+
display: flex;
|
|
32
|
+
font-style: normal;
|
|
33
|
+
font-weight: 600;
|
|
34
|
+
font-size: 14px;
|
|
35
|
+
line-height: 160%;
|
|
36
|
+
padding: 0 16px;
|
|
37
|
+
box-sizing: border-box;
|
|
38
|
+
color: var(--input-field-color, #fff);
|
|
39
|
+
|
|
40
|
+
.mdc-icon-button {
|
|
41
|
+
position: absolute;
|
|
42
|
+
top: 0;
|
|
43
|
+
right: 5px;
|
|
44
|
+
box-shadow: none !important;
|
|
45
|
+
background: transparent !important;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.mdc-icon-button.left {
|
|
49
|
+
left: 5px !important;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
input:not(.mdc-radio__native-control) {
|
|
54
|
+
position: relative;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
textarea:not(.p-inputtext) {
|
|
58
|
+
@extend .input-style;
|
|
59
|
+
font-weight: 400;
|
|
60
|
+
font-size: 14px;
|
|
61
|
+
line-height: 180%;
|
|
62
|
+
height: 100px;
|
|
63
|
+
border-radius: 12px;
|
|
64
|
+
padding: 15px 37px;
|
|
65
|
+
resize: none;
|
|
66
|
+
box-sizing: border-box;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
input:not(.p-inputtext),
|
|
70
|
+
textarea:not(.p-inputtext) {
|
|
71
|
+
background: transparent;
|
|
72
|
+
width: 100%;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
ion-input {
|
|
76
|
+
--border-radius: 100px;
|
|
77
|
+
--padding-end: 37px !important;
|
|
78
|
+
--padding-start: 37px !important;
|
|
79
|
+
font-size: 14px;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
ion-textarea {
|
|
83
|
+
--border-radius: 12px !important;
|
|
84
|
+
font-size: 14px;
|
|
85
|
+
--background: var(--primary-color);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
mat-radio-button {
|
|
89
|
+
.mat-ripple {
|
|
90
|
+
display: none;
|
|
91
|
+
}
|
|
92
|
+
.mdc-label {
|
|
93
|
+
color: var(--input-field-color, #fff);
|
|
94
|
+
cursor: pointer;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.mdc-radio__outer-circle {
|
|
98
|
+
border-color: #e91e63 !important;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.mdc-line-ripple::after {
|
|
103
|
+
display: none;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.custom-input {
|
|
107
|
+
textarea {
|
|
108
|
+
background: transparent !important;
|
|
109
|
+
}
|
|
110
|
+
}
|