@naniteninja/dashboard-components-lib 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (223) hide show
  1. package/esm2022/lib/components/auto-delegation/animations.mjs +1 -1
  2. package/esm2022/lib/components/auto-delegation/auto-delegation-modal.component.mjs +3 -3
  3. package/esm2022/lib/components/auto-delegation/enums/auto-delegation.event-type.enum.mjs +1 -1
  4. package/esm2022/lib/components/auto-delegation/enums/auto-delegation.event-value.enum.mjs +1 -1
  5. package/esm2022/lib/components/auto-delegation/interface/auto-delegation-data.interface.mjs +1 -1
  6. package/esm2022/lib/components/auto-delegation/interface/auto-delegation.event.interface.mjs +1 -1
  7. package/esm2022/lib/components/auto-delegation/interface/auto-delegation.modal-data.interface.mjs +1 -1
  8. package/esm2022/lib/components/auto-delegation/interface/preferences.interface.mjs +1 -1
  9. package/esm2022/lib/components/calendar/agenda/agenda-day-card/agenda-day-card.component.mjs +3 -3
  10. package/esm2022/lib/components/calendar/agenda/agenda.component.mjs +3 -3
  11. package/esm2022/lib/components/calendar/agenda/agenda.module.mjs +1 -2
  12. package/esm2022/lib/components/calendar/agenda/interfaces/agenda.day.interface.mjs +1 -1
  13. package/esm2022/lib/components/calendar/agenda/interfaces/agenda.event.inetrface.mjs +1 -1
  14. package/esm2022/lib/components/calendar/components/edit-recurring-event/edit-recurring-event.component.mjs +3 -3
  15. package/esm2022/lib/components/calendar/components/event-form/event-form.component.mjs +3 -3
  16. package/esm2022/lib/components/calendar/components/event-form/event-form.module.mjs +1 -1
  17. package/esm2022/lib/components/calendar/components/event-info/event-info.component.mjs +3 -3
  18. package/esm2022/lib/components/calendar/enums/calendar.account.enum.mjs +1 -1
  19. package/esm2022/lib/components/calendar/enums/calendar.account.icons.enum.mjs +1 -1
  20. package/esm2022/lib/components/calendar/enums/event-type.enum.mjs +1 -1
  21. package/esm2022/lib/components/calendar/enums/recurring.edit.options.enum.mjs +1 -1
  22. package/esm2022/lib/components/calendar/enums/recurring.type.enum.mjs +1 -1
  23. package/esm2022/lib/components/calendar/interfaces/calendar.account.interface.mjs +1 -1
  24. package/esm2022/lib/components/calendar/interfaces/calendar.account.theme.interface.mjs +1 -1
  25. package/esm2022/lib/components/calendar/interfaces/event.form.interface.mjs +1 -1
  26. package/esm2022/lib/components/calendar/interfaces/event.form.output.interface.mjs +1 -1
  27. package/esm2022/lib/components/calendar/interfaces/event.interface.mjs +1 -1
  28. package/esm2022/lib/components/calendar/interfaces/event.time.interface.mjs +1 -1
  29. package/esm2022/lib/components/calendar/interfaces/recurring.event.interface.mjs +1 -1
  30. package/esm2022/lib/components/calendar/interfaces/recurring.exception.interface.mjs +1 -1
  31. package/esm2022/lib/components/calendar/interfaces/recurring.pattern.interface.mjs +1 -1
  32. package/esm2022/lib/components/calendar/lookups/recurring.options.lookup.mjs +1 -1
  33. package/esm2022/lib/components/calendar/scheduler/enums/schedule-date-status.enum.mjs +1 -1
  34. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.action.interface.mjs +1 -1
  35. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.day.interface.mjs +1 -1
  36. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.interface.mjs +1 -1
  37. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.suggestion.interface.mjs +1 -1
  38. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.slots.interface.mjs +1 -1
  39. package/esm2022/lib/components/calendar/scheduler/mock-schedule.mjs +1 -1
  40. package/esm2022/lib/components/calendar/scheduler/scheduler.component.mjs +3 -3
  41. package/esm2022/lib/components/calendar/services/calendar-utils.service.mjs +1 -1
  42. package/esm2022/lib/components/chat/chat.component.mjs +3 -3
  43. package/esm2022/lib/components/chat/chat.component.module.mjs +1 -1
  44. package/esm2022/lib/components/chat/chat.service.mjs +1 -1
  45. package/esm2022/lib/components/chat/enums/sender-types.enum.mjs +1 -1
  46. package/esm2022/lib/components/chat/gif-selector/gif-selector.component.mjs +3 -3
  47. package/esm2022/lib/components/chat/gif-selector/gif-selector.service.mjs +1 -1
  48. package/esm2022/lib/components/chat/gif-selector/tenor-media-format.interface.mjs +1 -1
  49. package/esm2022/lib/components/chat/gif-selector/tenor-object.interface.mjs +1 -1
  50. package/esm2022/lib/components/chat/gif-selector/tenor-result.interface.mjs +1 -1
  51. package/esm2022/lib/components/chat/interfaces/date-messages.interface.mjs +1 -1
  52. package/esm2022/lib/components/chat/interfaces/message-attachment.interface.mjs +1 -1
  53. package/esm2022/lib/components/chat/interfaces/message.interface.mjs +1 -1
  54. package/esm2022/lib/components/chat/interfaces/send-options-message.interface.mjs +1 -1
  55. package/esm2022/lib/components/chat/interfaces/type-send-message.enum.mjs +1 -1
  56. package/esm2022/lib/components/chat-suggestion/chat-suggestion.component.mjs +3 -3
  57. package/esm2022/lib/components/chat-suggestion/interfaces/chat-suggestion.interface.mjs +1 -1
  58. package/esm2022/lib/components/circle-progress/circle-progress.component.mjs +3 -3
  59. package/esm2022/lib/components/circle-progress/circle-progress.module.mjs +1 -1
  60. package/esm2022/lib/components/circle-progress/enums/circle-variable.enum.mjs +1 -1
  61. package/esm2022/lib/components/circle-progress/interfaces/circle-progress-config.interface.mjs +1 -1
  62. package/esm2022/lib/components/client-home/client-home.component.mjs +3 -3
  63. package/esm2022/lib/components/client-home/enums/client-home-component.enum.mjs +1 -1
  64. package/esm2022/lib/components/client-home/interfaces/chat-meta.interface.mjs +1 -1
  65. package/esm2022/lib/components/client-home/interfaces/home-dashboard-inputs.interface.mjs +1 -1
  66. package/esm2022/lib/components/client-home/interfaces/inner-partial-circle-progress-colors.interface.mjs +1 -1
  67. package/esm2022/lib/components/client-home/interfaces/partial-circle-progress-colors.interface.mjs +1 -1
  68. package/esm2022/lib/components/client-home/lookup/client-home.config.mjs +1 -1
  69. package/esm2022/lib/components/client-home/lookup/inner-progress-default-colors.config.mjs +1 -1
  70. package/esm2022/lib/components/client-home/lookup/inner-progress-pink-colors.config.mjs +1 -1
  71. package/esm2022/lib/components/client-home/lookup/inner-progress-purple-colors.config.mjs +1 -1
  72. package/esm2022/lib/components/client-home/lookup/inner-progress-teal-colors.config.mjs +1 -1
  73. package/esm2022/lib/components/client-home/lookup/inner-progress-white-colors.config.mjs +1 -1
  74. package/esm2022/lib/components/client-home/lookup/progress-default-colors.config.mjs +1 -1
  75. package/esm2022/lib/components/client-home/lookup/progress-white-colors.config.mjs +1 -1
  76. package/esm2022/lib/components/client-home/pipes/chat-meta.pipe.mjs +1 -1
  77. package/esm2022/lib/components/client-home/pipes/get-color-by-matcher.pipe.mjs +1 -1
  78. package/esm2022/lib/components/client-match-overview/client-match-overview.component.mjs +3 -3
  79. package/esm2022/lib/components/client-match-overview/enums/conversation-flag.enum.mjs +1 -1
  80. package/esm2022/lib/components/client-match-overview/enums/counter-flag-base.enum.mjs +1 -1
  81. package/esm2022/lib/components/client-match-overview/enums/inner-circle-state.enum.mjs +1 -1
  82. package/esm2022/lib/components/client-match-overview/interfaces/client-match-overview.interface.mjs +1 -1
  83. package/esm2022/lib/components/client-match-overview/interfaces/conversation-flag.interface.mjs +1 -1
  84. package/esm2022/lib/components/client-match-overview/interfaces/dashboard-match-request.interface.mjs +1 -1
  85. package/esm2022/lib/components/client-match-overview/interfaces/progress-decision.interface.mjs +1 -1
  86. package/esm2022/lib/components/client-match-overview/interfaces/progress-facts.interface.mjs +1 -1
  87. package/esm2022/lib/components/client-match-overview/lookups/computer-inner-state.lookup.mjs +1 -1
  88. package/esm2022/lib/components/client-match-overview/lookups/limit-dates-indicator.lookup.mjs +1 -1
  89. package/esm2022/lib/components/client-match-overview/progress-ticker/progress-gap.config.mjs +1 -1
  90. package/esm2022/lib/components/client-match-overview/progress-ticker/progress-ticker.config.mjs +1 -1
  91. package/esm2022/lib/components/client-match-overview/progress-ticker/progress-ticker.service.mjs +1 -1
  92. package/esm2022/lib/components/dashboard-swipeable-tabs/dashboard-swipeable-tabs.component.mjs +3 -3
  93. package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/dashboard-main-swiper-options.mjs +1 -1
  94. package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/dashboard-thumbs-swiper-options.mjs +1 -1
  95. package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/main-swiper-default-options.mjs +1 -1
  96. package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/thumbs-swiper-default-options.mjs +1 -1
  97. package/esm2022/lib/components/lib-client-dashboard/client-dashboard.component.mjs +3 -3
  98. package/esm2022/lib/components/lib-client-dashboard/enums/alert-status-fields.enum.mjs +1 -1
  99. package/esm2022/lib/components/lib-client-dashboard/enums/client-dashboard-component.enum.mjs +1 -1
  100. package/esm2022/lib/components/lib-client-dashboard/interfaces/client-dashboard-inputs.interface.mjs +1 -1
  101. package/esm2022/lib/components/lib-client-dashboard/lookups/client-dashboard.config.mjs +1 -1
  102. package/esm2022/lib/components/lib-compose-matcher-dash/compose-matcher-dash.component.mjs +3 -3
  103. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/chart-data.interface.mjs +1 -1
  104. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/chat-identifier.interface.mjs +1 -1
  105. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/matcher-dashboard-inputs.interface.mjs +1 -1
  106. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/matcher-profile.interface.mjs +1 -1
  107. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/prospect-data.interface.mjs +1 -1
  108. package/esm2022/lib/components/lib-compose-matcher-dash/pipes/get-profile-with-progress.pipe.mjs +1 -1
  109. package/esm2022/lib/components/matcher-statuses/enums/matcher-statuses.enum.mjs +1 -1
  110. package/esm2022/lib/components/matcher-statuses/interfaces/status.interface.mjs +1 -1
  111. package/esm2022/lib/components/matcher-statuses/lookups/matcher-statuses.lookup.mjs +1 -1
  112. package/esm2022/lib/components/matcher-statuses/matcher-statuses.component.mjs +3 -3
  113. package/esm2022/lib/components/matcher-statuses/pipes/is-status-included.pipe.mjs +1 -1
  114. package/esm2022/lib/components/profile-card/profile-card.component.mjs +3 -3
  115. package/esm2022/lib/components/profile-card/profile-card.module.mjs +1 -1
  116. package/esm2022/lib/components/spider-chart/interfaces/chart-data-circle.interface.mjs +1 -1
  117. package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-f.interface.mjs +1 -1
  118. package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-lg.interface.mjs +1 -1
  119. package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-rg.interface.mjs +1 -1
  120. package/esm2022/lib/components/spider-chart/interfaces/config.interface.mjs +1 -1
  121. package/esm2022/lib/components/spider-chart/interfaces/dataset.interface.mjs +1 -1
  122. package/esm2022/lib/components/spider-chart/interfaces/polygon-color.interface.mjs +1 -1
  123. package/esm2022/lib/components/spider-chart/interfaces/spider-chart-attribute.interface.mjs +1 -1
  124. package/esm2022/lib/components/spider-chart/lookup/default-spider-config.lookup.mjs +1 -1
  125. package/esm2022/lib/components/spider-chart/lookup/default-spider-config.mjs +1 -1
  126. package/esm2022/lib/components/spider-chart/lookup/demo-polygon-colors.lookup.mjs +1 -1
  127. package/esm2022/lib/components/spider-chart/lookup/svg-config.lookup.mjs +1 -1
  128. package/esm2022/lib/components/spider-chart/spider-chart.component.mjs +3 -3
  129. package/esm2022/lib/enums/direction.enum.mjs +1 -1
  130. package/esm2022/lib/enums/local-storage-keys.enum.mjs +1 -1
  131. package/esm2022/lib/model/select-option-template.mjs +1 -1
  132. package/esm2022/lib/operations/operations.mjs +1 -1
  133. package/esm2022/lib/pipes/array-sort/array.sort.pipe.mjs +1 -1
  134. package/esm2022/lib/pipes/count-non-empty-fields/count-non-empty-fields.pipe.mjs +1 -1
  135. package/esm2022/lib/pipes/date-localization/date-localization.pipe.mjs +1 -1
  136. package/esm2022/lib/pipes/fallback-translate/fallback-translate.pipe.mjs +1 -1
  137. package/esm2022/lib/pipes/get-display-value/get-display-value.pipe.mjs +1 -1
  138. package/esm2022/lib/pipes/get-multi-select-display-text/get-multi-select-display-text.pipe.mjs +1 -1
  139. package/esm2022/lib/pipes/initials/initials.pipe.mjs +1 -1
  140. package/esm2022/lib/pipes/round/round.pipe.mjs +1 -1
  141. package/esm2022/lib/pipes/update-llm-preference/update-llm-preference.pipe.mjs +1 -1
  142. package/esm2022/lib/services/abstract-cache.service.mjs +1 -1
  143. package/esm2022/lib/shared/shared/message-modal/message-modal.component.mjs +1 -1
  144. package/esm2022/lib/shared/shared.module.mjs +1 -1
  145. package/esm2022/public-api.mjs +1 -1
  146. package/fesm2022/naniteninja-dashboard-components-lib.mjs +38 -38
  147. package/fesm2022/naniteninja-dashboard-components-lib.mjs.map +1 -1
  148. package/package.json +2 -2
  149. package/src/assets/auto-delegation-modal/cross.svg +17 -17
  150. package/src/assets/auto-delegation-modal/menu.svg +3 -3
  151. package/src/assets/auto-delegation-modal/timer-center-dot.svg +25 -25
  152. package/src/assets/auto-delegation-modal/user-profile.svg +9 -9
  153. package/src/assets/circle-progress/circle-progress-1.svg +159 -159
  154. package/src/assets/circle-progress/circle-progress-2.svg +155 -155
  155. package/src/assets/circle-progress/circle-progress-3.svg +25 -25
  156. package/src/assets/circle-progress/circle-progress.svg +159 -159
  157. package/src/assets/client-match-overview/background-eclipse.svg +13 -13
  158. package/src/assets/grid/icons/filter-button.svg +47 -47
  159. package/src/assets/grid/images/chips-background-shadow.svg +34 -34
  160. package/src/assets/icons/back-v2.svg +14 -14
  161. package/src/assets/icons/checkbox/checkbox-off.svg +72 -72
  162. package/src/assets/icons/checkbox/checkbox-on.svg +113 -113
  163. package/src/assets/icons/checkmark-button.svg +72 -72
  164. package/src/assets/icons/checkmark.svg +7 -7
  165. package/src/assets/icons/close-icon.svg +3 -3
  166. package/src/assets/icons/compose-matcher/notes.svg +4 -4
  167. package/src/assets/icons/compose-matcher/profile.svg +4 -4
  168. package/src/assets/icons/compose-matcher/suggest.svg +3 -3
  169. package/src/assets/icons/compose-matcher/visual.svg +3 -3
  170. package/src/assets/icons/default-profile.svg +23 -23
  171. package/src/assets/icons/defualt.svg +5 -5
  172. package/src/assets/icons/first-page.svg +7 -7
  173. package/src/assets/icons/incrementer/minus.svg +3 -3
  174. package/src/assets/icons/incrementer/plus.svg +3 -3
  175. package/src/assets/icons/info.svg +5 -5
  176. package/src/assets/icons/last-page.svg +7 -7
  177. package/src/assets/icons/minus.svg +3 -3
  178. package/src/assets/icons/next-page.svg +6 -6
  179. package/src/assets/icons/plus.svg +3 -3
  180. package/src/assets/icons/popup-defualt.svg +34 -34
  181. package/src/assets/icons/prev-page.svg +6 -6
  182. package/src/assets/icons/send-icon.svg +4 -4
  183. package/src/assets/icons/shake.svg +74 -74
  184. package/src/assets/icons/thumbs-up.svg +28 -28
  185. package/src/assets/nsfw/blazeface.bundle.js +1 -1
  186. package/src/assets/nsfw/model/model.json +4085 -4085
  187. package/src/assets/nsfw/nsfwjs.bundle.js +1 -1
  188. package/src/assets/nsfw/tf.bundle.js +1 -1
  189. package/src/assets/scheduler/accept.svg +3 -3
  190. package/src/assets/scheduler/accept_active.svg +3 -3
  191. package/src/assets/scheduler/arrow.svg +13 -13
  192. package/src/assets/scheduler/cancel.svg +3 -3
  193. package/src/assets/scheduler/cancel_active.svg +3 -3
  194. package/src/assets/scheduler/heart.svg +18 -18
  195. package/src/lib/shared-styles/common/animations.scss +48 -48
  196. package/src/lib/shared-styles/common/base-input-field.scss +132 -132
  197. package/src/lib/shared-styles/common/buttons.scss +152 -152
  198. package/src/lib/shared-styles/common/cards.scss +163 -163
  199. package/src/lib/shared-styles/common/client-dash.scss +5 -5
  200. package/src/lib/shared-styles/common/date-picker.scss +179 -179
  201. package/src/lib/shared-styles/common/draggable-scroll-and-marquee.scss +34 -34
  202. package/src/lib/shared-styles/common/feedback.scss +157 -157
  203. package/src/lib/shared-styles/common/fonts.scss +3 -3
  204. package/src/lib/shared-styles/common/information-card.scss +56 -56
  205. package/src/lib/shared-styles/common/input.scss +110 -110
  206. package/src/lib/shared-styles/common/lib-styles-utils.scss +157 -157
  207. package/src/lib/shared-styles/common/lists.scss +91 -91
  208. package/src/lib/shared-styles/common/login.scss +32 -32
  209. package/src/lib/shared-styles/common/maps.scss +10 -10
  210. package/src/lib/shared-styles/common/matcher-dash.scss +49 -49
  211. package/src/lib/shared-styles/common/modal_styles.scss +32 -32
  212. package/src/lib/shared-styles/common/notifications-list.scss +9 -9
  213. package/src/lib/shared-styles/common/overrides.scss +6 -6
  214. package/src/lib/shared-styles/common/pulse.scss +26 -26
  215. package/src/lib/shared-styles/common/swiper.scss +5 -5
  216. package/src/lib/shared-styles/common/tab-menu.scss +74 -74
  217. package/src/lib/shared-styles/common/theme.scss +55 -55
  218. package/src/lib/shared-styles/common/typography.scss +121 -121
  219. package/src/lib/shared-styles/common/user-menu.scss +129 -129
  220. package/src/lib/shared-styles/fonts/calistoga.font.scss +6 -6
  221. package/src/lib/shared-styles/fonts/gilroy.font.scss +160 -160
  222. package/src/lib/shared-styles/styles.scss +25 -25
  223. package/naniteninja-dashboard-components-lib-1.0.0.tgz +0 -0
@@ -1,152 +1,152 @@
1
- :root {
2
- --lib-button-width: 100px;
3
- --lib-button-font-color: #fff;
4
- --lib-button-border-radius: 30.582px;
5
- --lib-button-border: 1px solid rgba(10, 9, 9, 0.45);
6
- --lib-button-background: linear-gradient(180deg, rgba(62, 64, 69, 0.5) 0%, rgba(62, 64, 69, 0) 8.33%),
7
- radial-gradient(170.95% 118.01% at 8.39% 32.81%, rgba(67, 64, 70, 0.5) 0%, rgba(41, 37, 45, 0.5) 28.24%, rgba(10, 10, 11, 0.5) 100%);
8
- --lib-button-container-background: linear-gradient(90deg, #353039 0.68%, #29252d 99.45%);
9
- --lib-button-box-shadow: 6.11634px 6.11634px 12.23267px 0px rgba(0, 0, 0, 0.25);
10
- --lib-button-icon-color: #f7416e;
11
- --lib-button-padding: 0 20px;
12
- --lib-button-container-hover-outline-color: rgba(0, 0, 0, 0.87);
13
- --lib-button-hover-outline-color: #fe638e;
14
-
15
- --lib-button-container-height: 50px;
16
- --lib-button-height: 48.5px;
17
- --lib-button-font-family: 'Calistoga', serif;
18
- --lib-button-font-size: 14px;
19
- --lib-primary-button-text-shadow: 0px 0px 20.000049591064453px #fe3c72, 0px 0px 20.000049591064453px #fe3c72, 0px 0px 4.000010013580322px #fff;
20
- --lib-secondary-button-text-shadow: 0px 0px 47.31624221801758px #fe3c72, 0px 0px 16px #fe3c72;
21
- --lib-secondary-button-font-color: #fe638e;
22
-
23
- --lib-list-button-container-height: 43px;
24
- --lib-list-button-height: 40px;
25
- --lib-list-button-icon-color: #f7416e;
26
- --lib-list-button-padding: 7.189px 34.251px 10.018px 18.349px;
27
- --lib-list-button-font-size: 12.872px;
28
- --lib-list-button-font-family: 'Gilroy-Regular', serif;
29
-
30
- --lib-icon-button-container-height: 33px;
31
- --lib-icon-button-container-width: 33px;
32
- --lib-icon-button-height: 30px;
33
- --lib-icon-button-width: 30px;
34
- --lib-icon-button-border-radius: 50%;
35
-
36
- --lib-hover-button-height: 40px;
37
- --lib-hover-button-width: 160px;
38
- --lib-hover-icon-button-height: 25px;
39
- --lib-hover-icon-button-width: 25px;
40
- --lib-hover-icon-left-margin: 6px;
41
- --lib-hover-button-font-size: 14px;
42
- --lib-hover-button-font-color: #fe3c72;
43
- --lib-hover-button-font-family: 'Gilroy-Regular', serif;
44
-
45
- --lib-menu-button-container-height: 38px;
46
- --lib-menu-button-container-width: 38px;
47
- --lib-menu-button-height: 35px;
48
- --lib-menu-button-width: 35px;
49
- --lib-menu-button-border-radius: 50%;
50
- --lib-menu-button-panel-background: linear-gradient(180deg, #403d46 0%, #3e3b44 100%);
51
- --lib-menu-button-panel-shadow: 0px -2px 8px 0px rgba(255, 255, 255, 0.2) inset, 2px -2px 3px 0px rgba(0, 0, 0, 0.4) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
52
- 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
53
- --lib-menu-button-active-color: #fe3c72;
54
- --lib-menu-button-font-size: 12px;
55
- --lib-menu--button-font-family: 'Gilroy-Regular', serif;
56
-
57
- --primary-button-background: linear-gradient(94.44deg, #fe3c72 1.26%, #e15561 100%) !important;
58
- --black-button-background: #27242c;
59
- }
60
-
61
- .button {
62
- text-align: center;
63
- height: 46px;
64
- --border-radius: 100px;
65
- width: 300px;
66
- text-transform: none !important;
67
- font-family: 'Calistoga', serif;
68
- font-weight: 400;
69
- font-size: 16px;
70
- }
71
-
72
- .button-sm {
73
- width: 200px !important;
74
- }
75
-
76
- .button-lg {
77
- width: 600px !important;
78
- }
79
-
80
- .box-shadow-button {
81
- --box-shadow: 11px 10px 27px 2.5px rgba(17, 16, 20, 0.65), -5px -5px 16px -3px rgba(203, 199, 209, 0.25) !important;
82
- }
83
-
84
- .app-outline-button {
85
- @extend .button;
86
- --border-color: rgba(255, 255, 255, 0.5);
87
- --border-style: solid;
88
- --border-width: 2px;
89
- --color: rgba(255, 255, 255, 0.5);
90
- --background: transparent;
91
- font-family: 'Calistoga', serif;
92
- font-weight: 600;
93
- font-size: 14px;
94
- }
95
-
96
- .app-black-button {
97
- --lib-button-background: var(--black-button-background);
98
- --lib-button-font-color: white;
99
- }
100
-
101
- .app-primary-button {
102
- @extend .button;
103
- @extend .box-shadow-button;
104
- --background: var(--primary-button-background) !important;
105
- --color: white;
106
- }
107
-
108
- .app-round-button {
109
- width: 48px;
110
- height: 48px;
111
- --border-radius: 50%;
112
- --background: var(--black-button-background);
113
- --color: white;
114
- }
115
-
116
- .primary-button,
117
- .mat-raised-button.primary-button {
118
- background: var(--button-background);
119
- box-shadow: var(--box-shadow);
120
- border-radius: 100px;
121
- padding: 10px 25px;
122
- font-family: 'Calistoga', serif;
123
- font-style: normal;
124
- font-weight: 400;
125
- font-size: 17px;
126
- line-height: 160%;
127
- text-align: center;
128
- text-transform: capitalize;
129
- color: var(--cyrano-pink-shade-1);
130
- text-shadow: 0 0 16px var(--cyrano-pink-shade-1);
131
- display: flex;
132
- min-width: auto;
133
- border: none;
134
- cursor: pointer;
135
- img {
136
- margin: 5px 5px 0 0;
137
- width: 18px;
138
- }
139
- &.normal-text {
140
- font-size: 16px;
141
- }
142
- &.disable {
143
- background: #adadad;
144
- opacity: 0.6;
145
- }
146
- &:active {
147
- box-shadow:
148
- 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
149
- 0px 8px 10px 1px rgba(0, 0, 0, 0.14),
150
- 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
151
- }
152
- }
1
+ :root {
2
+ --lib-button-width: 100px;
3
+ --lib-button-font-color: #fff;
4
+ --lib-button-border-radius: 30.582px;
5
+ --lib-button-border: 1px solid rgba(10, 9, 9, 0.45);
6
+ --lib-button-background: linear-gradient(180deg, rgba(62, 64, 69, 0.5) 0%, rgba(62, 64, 69, 0) 8.33%),
7
+ radial-gradient(170.95% 118.01% at 8.39% 32.81%, rgba(67, 64, 70, 0.5) 0%, rgba(41, 37, 45, 0.5) 28.24%, rgba(10, 10, 11, 0.5) 100%);
8
+ --lib-button-container-background: linear-gradient(90deg, #353039 0.68%, #29252d 99.45%);
9
+ --lib-button-box-shadow: 6.11634px 6.11634px 12.23267px 0px rgba(0, 0, 0, 0.25);
10
+ --lib-button-icon-color: #f7416e;
11
+ --lib-button-padding: 0 20px;
12
+ --lib-button-container-hover-outline-color: rgba(0, 0, 0, 0.87);
13
+ --lib-button-hover-outline-color: #fe638e;
14
+
15
+ --lib-button-container-height: 50px;
16
+ --lib-button-height: 48.5px;
17
+ --lib-button-font-family: 'Calistoga', serif;
18
+ --lib-button-font-size: 14px;
19
+ --lib-primary-button-text-shadow: 0px 0px 20.000049591064453px #fe3c72, 0px 0px 20.000049591064453px #fe3c72, 0px 0px 4.000010013580322px #fff;
20
+ --lib-secondary-button-text-shadow: 0px 0px 47.31624221801758px #fe3c72, 0px 0px 16px #fe3c72;
21
+ --lib-secondary-button-font-color: #fe638e;
22
+
23
+ --lib-list-button-container-height: 43px;
24
+ --lib-list-button-height: 40px;
25
+ --lib-list-button-icon-color: #f7416e;
26
+ --lib-list-button-padding: 7.189px 34.251px 10.018px 18.349px;
27
+ --lib-list-button-font-size: 12.872px;
28
+ --lib-list-button-font-family: 'Gilroy-Regular', serif;
29
+
30
+ --lib-icon-button-container-height: 33px;
31
+ --lib-icon-button-container-width: 33px;
32
+ --lib-icon-button-height: 30px;
33
+ --lib-icon-button-width: 30px;
34
+ --lib-icon-button-border-radius: 50%;
35
+
36
+ --lib-hover-button-height: 40px;
37
+ --lib-hover-button-width: 160px;
38
+ --lib-hover-icon-button-height: 25px;
39
+ --lib-hover-icon-button-width: 25px;
40
+ --lib-hover-icon-left-margin: 6px;
41
+ --lib-hover-button-font-size: 14px;
42
+ --lib-hover-button-font-color: #fe3c72;
43
+ --lib-hover-button-font-family: 'Gilroy-Regular', serif;
44
+
45
+ --lib-menu-button-container-height: 38px;
46
+ --lib-menu-button-container-width: 38px;
47
+ --lib-menu-button-height: 35px;
48
+ --lib-menu-button-width: 35px;
49
+ --lib-menu-button-border-radius: 50%;
50
+ --lib-menu-button-panel-background: linear-gradient(180deg, #403d46 0%, #3e3b44 100%);
51
+ --lib-menu-button-panel-shadow: 0px -2px 8px 0px rgba(255, 255, 255, 0.2) inset, 2px -2px 3px 0px rgba(0, 0, 0, 0.4) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
52
+ 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
53
+ --lib-menu-button-active-color: #fe3c72;
54
+ --lib-menu-button-font-size: 12px;
55
+ --lib-menu--button-font-family: 'Gilroy-Regular', serif;
56
+
57
+ --primary-button-background: linear-gradient(94.44deg, #fe3c72 1.26%, #e15561 100%) !important;
58
+ --black-button-background: #27242c;
59
+ }
60
+
61
+ .button {
62
+ text-align: center;
63
+ height: 46px;
64
+ --border-radius: 100px;
65
+ width: 300px;
66
+ text-transform: none !important;
67
+ font-family: 'Calistoga', serif;
68
+ font-weight: 400;
69
+ font-size: 16px;
70
+ }
71
+
72
+ .button-sm {
73
+ width: 200px !important;
74
+ }
75
+
76
+ .button-lg {
77
+ width: 600px !important;
78
+ }
79
+
80
+ .box-shadow-button {
81
+ --box-shadow: 11px 10px 27px 2.5px rgba(17, 16, 20, 0.65), -5px -5px 16px -3px rgba(203, 199, 209, 0.25) !important;
82
+ }
83
+
84
+ .app-outline-button {
85
+ @extend .button;
86
+ --border-color: rgba(255, 255, 255, 0.5);
87
+ --border-style: solid;
88
+ --border-width: 2px;
89
+ --color: rgba(255, 255, 255, 0.5);
90
+ --background: transparent;
91
+ font-family: 'Calistoga', serif;
92
+ font-weight: 600;
93
+ font-size: 14px;
94
+ }
95
+
96
+ .app-black-button {
97
+ --lib-button-background: var(--black-button-background);
98
+ --lib-button-font-color: white;
99
+ }
100
+
101
+ .app-primary-button {
102
+ @extend .button;
103
+ @extend .box-shadow-button;
104
+ --background: var(--primary-button-background) !important;
105
+ --color: white;
106
+ }
107
+
108
+ .app-round-button {
109
+ width: 48px;
110
+ height: 48px;
111
+ --border-radius: 50%;
112
+ --background: var(--black-button-background);
113
+ --color: white;
114
+ }
115
+
116
+ .primary-button,
117
+ .mat-raised-button.primary-button {
118
+ background: var(--button-background);
119
+ box-shadow: var(--box-shadow);
120
+ border-radius: 100px;
121
+ padding: 10px 25px;
122
+ font-family: 'Calistoga', serif;
123
+ font-style: normal;
124
+ font-weight: 400;
125
+ font-size: 17px;
126
+ line-height: 160%;
127
+ text-align: center;
128
+ text-transform: capitalize;
129
+ color: var(--cyrano-pink-shade-1);
130
+ text-shadow: 0 0 16px var(--cyrano-pink-shade-1);
131
+ display: flex;
132
+ min-width: auto;
133
+ border: none;
134
+ cursor: pointer;
135
+ img {
136
+ margin: 5px 5px 0 0;
137
+ width: 18px;
138
+ }
139
+ &.normal-text {
140
+ font-size: 16px;
141
+ }
142
+ &.disable {
143
+ background: #adadad;
144
+ opacity: 0.6;
145
+ }
146
+ &:active {
147
+ box-shadow:
148
+ 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
149
+ 0px 8px 10px 1px rgba(0, 0, 0, 0.14),
150
+ 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
151
+ }
152
+ }
@@ -1,163 +1,163 @@
1
- .message-box {
2
- padding: 1px;
3
- border-radius: 12px;
4
- overflow: hidden;
5
- position: relative;
6
- opacity: 1;
7
- pointer-events: all;
8
- background-image: var(--message-box-bg-color, linear-gradient(160.44deg, #8a75da 1%, #574e96 20%, #736980 50%, #332e39 80%));
9
- &:before {
10
- position: absolute;
11
- content: '';
12
- background-image: radial-gradient(#f7bdde, #fff0 55%);
13
- height: 100%;
14
- width: 50%;
15
- top: -40px;
16
- left: 50%;
17
- transform: translateX(-50%);
18
- -webkit-animation: translateX(-50%);
19
- -moz-transform: translateX(-50%);
20
- }
21
-
22
- &:after {
23
- position: absolute;
24
- content: '';
25
- left: 50%;
26
- bottom: -30px;
27
- height: 100%;
28
- width: 61%;
29
- transform: translateX(-50%);
30
- opacity: 0.1;
31
- background-image: var(--message-box-bg-transparent-color, radial-gradient(#fe3c72, #fff0 55%));
32
- filter: blur(10px);
33
- -webkit-filter: blur(10px);
34
- }
35
-
36
- .message-box-wrapper {
37
- align-items: flex-start;
38
- border-radius: 12px;
39
- display: flex;
40
- padding: 10px 20px;
41
- cursor: pointer;
42
- position: relative;
43
- overflow: hidden;
44
- gap: 20px;
45
-
46
- &:before {
47
- position: absolute;
48
- content: '';
49
- left: 0;
50
- top: 0;
51
- height: 100%;
52
- width: 100%;
53
- opacity: 0.8;
54
- filter: blur(2px);
55
- -webkit-filter: blur(2px);
56
- background-image: linear-gradient(94.44deg, #574a91 1%, #3a3541 20%);
57
- }
58
-
59
- &:after {
60
- position: absolute;
61
- content: '';
62
- left: 50%;
63
- bottom: -60px;
64
- height: 100%;
65
- width: 61%;
66
- transform: translateX(-50%);
67
- opacity: 0.3;
68
- background-image: var(--message-box-bg-transparent-color, radial-gradient(#fe3c72, #fff0 55%));
69
- filter: blur(10px);
70
- -webkit-filter: blur(10px);
71
- }
72
-
73
- * {
74
- position: relative;
75
- z-index: 9;
76
- }
77
-
78
- .message-box-icon {
79
- width: 26px;
80
- min-width: 26px;
81
- }
82
-
83
-
84
- .message-box-content {
85
- flex: 1;
86
- display: flex;
87
- flex-direction: column;
88
- gap: 5px;
89
- p {
90
- color: var(--primary-white-color);
91
- font-size: 11.25px;
92
- line-height: 17.38px;
93
- color: var(--tertiary-color);
94
- }
95
- h2 {
96
- color: var(--primary-white-color);
97
- font-weight: 400;
98
- font-size: 14px;
99
- line-height: 22.2px;
100
- }
101
- &__button-wrapper {
102
- &__button {
103
- color: var(--cyrano-pink-shade-1);
104
- }
105
- }
106
- }
107
- }
108
- }
109
-
110
- /* code to manage the different Screen resolutions */
111
- @media only screen and (min-width: 767px) {
112
- .message-box {
113
- max-width: 290px;
114
- }
115
- }
116
-
117
- @media only screen and (max-width: 767px) {
118
- .message-box {
119
- max-width: 100%;
120
- }
121
- }
122
-
123
- .tooltip-element--bottom, .tooltip-element--top {
124
- position: relative;
125
- &::after {
126
- content: '';
127
- position: absolute;
128
- left: calc(50% - 10px);
129
- border-left: 10px solid transparent;
130
- border-right: 10px solid transparent;
131
- }
132
- }
133
-
134
- .tooltip-element--right, .tooltip-element--left {
135
- position: relative;
136
- &::after {
137
- content: '';
138
- position: absolute;
139
- top: calc(50% - 10px);
140
- border-top: 10px solid transparent;
141
- border-bottom: 10px solid transparent;
142
- }
143
- }
144
-
145
- .tooltip-element--left::after {
146
- border-left: 10px solid var(--tooltip-bg-color, #4f4150);;
147
- left: -14px;
148
- }
149
-
150
- .tooltip-element--right::after {
151
- border-right: 10px solid var(--tooltip-bg-color, #4f4150);;
152
- right: -14px;
153
- }
154
-
155
- .tooltip-element--bottom::after {
156
- bottom: -14px;
157
- border-bottom: 10px solid var(--tooltip-bg-color, #4f4150);;
158
- }
159
-
160
- .tooltip-element--top::after {
161
- top: -14px;
162
- border-top: 10px solid var(--tooltip-bg-color, #4f4150);
163
- }
1
+ .message-box {
2
+ padding: 1px;
3
+ border-radius: 12px;
4
+ overflow: hidden;
5
+ position: relative;
6
+ opacity: 1;
7
+ pointer-events: all;
8
+ background-image: var(--message-box-bg-color, linear-gradient(160.44deg, #8a75da 1%, #574e96 20%, #736980 50%, #332e39 80%));
9
+ &:before {
10
+ position: absolute;
11
+ content: '';
12
+ background-image: radial-gradient(#f7bdde, #fff0 55%);
13
+ height: 100%;
14
+ width: 50%;
15
+ top: -40px;
16
+ left: 50%;
17
+ transform: translateX(-50%);
18
+ -webkit-animation: translateX(-50%);
19
+ -moz-transform: translateX(-50%);
20
+ }
21
+
22
+ &:after {
23
+ position: absolute;
24
+ content: '';
25
+ left: 50%;
26
+ bottom: -30px;
27
+ height: 100%;
28
+ width: 61%;
29
+ transform: translateX(-50%);
30
+ opacity: 0.1;
31
+ background-image: var(--message-box-bg-transparent-color, radial-gradient(#fe3c72, #fff0 55%));
32
+ filter: blur(10px);
33
+ -webkit-filter: blur(10px);
34
+ }
35
+
36
+ .message-box-wrapper {
37
+ align-items: flex-start;
38
+ border-radius: 12px;
39
+ display: flex;
40
+ padding: 10px 20px;
41
+ cursor: pointer;
42
+ position: relative;
43
+ overflow: hidden;
44
+ gap: 20px;
45
+
46
+ &:before {
47
+ position: absolute;
48
+ content: '';
49
+ left: 0;
50
+ top: 0;
51
+ height: 100%;
52
+ width: 100%;
53
+ opacity: 0.8;
54
+ filter: blur(2px);
55
+ -webkit-filter: blur(2px);
56
+ background-image: linear-gradient(94.44deg, #574a91 1%, #3a3541 20%);
57
+ }
58
+
59
+ &:after {
60
+ position: absolute;
61
+ content: '';
62
+ left: 50%;
63
+ bottom: -60px;
64
+ height: 100%;
65
+ width: 61%;
66
+ transform: translateX(-50%);
67
+ opacity: 0.3;
68
+ background-image: var(--message-box-bg-transparent-color, radial-gradient(#fe3c72, #fff0 55%));
69
+ filter: blur(10px);
70
+ -webkit-filter: blur(10px);
71
+ }
72
+
73
+ * {
74
+ position: relative;
75
+ z-index: 9;
76
+ }
77
+
78
+ .message-box-icon {
79
+ width: 26px;
80
+ min-width: 26px;
81
+ }
82
+
83
+
84
+ .message-box-content {
85
+ flex: 1;
86
+ display: flex;
87
+ flex-direction: column;
88
+ gap: 5px;
89
+ p {
90
+ color: var(--primary-white-color);
91
+ font-size: 11.25px;
92
+ line-height: 17.38px;
93
+ color: var(--tertiary-color);
94
+ }
95
+ h2 {
96
+ color: var(--primary-white-color);
97
+ font-weight: 400;
98
+ font-size: 14px;
99
+ line-height: 22.2px;
100
+ }
101
+ &__button-wrapper {
102
+ &__button {
103
+ color: var(--cyrano-pink-shade-1);
104
+ }
105
+ }
106
+ }
107
+ }
108
+ }
109
+
110
+ /* code to manage the different Screen resolutions */
111
+ @media only screen and (min-width: 767px) {
112
+ .message-box {
113
+ max-width: 290px;
114
+ }
115
+ }
116
+
117
+ @media only screen and (max-width: 767px) {
118
+ .message-box {
119
+ max-width: 100%;
120
+ }
121
+ }
122
+
123
+ .tooltip-element--bottom, .tooltip-element--top {
124
+ position: relative;
125
+ &::after {
126
+ content: '';
127
+ position: absolute;
128
+ left: calc(50% - 10px);
129
+ border-left: 10px solid transparent;
130
+ border-right: 10px solid transparent;
131
+ }
132
+ }
133
+
134
+ .tooltip-element--right, .tooltip-element--left {
135
+ position: relative;
136
+ &::after {
137
+ content: '';
138
+ position: absolute;
139
+ top: calc(50% - 10px);
140
+ border-top: 10px solid transparent;
141
+ border-bottom: 10px solid transparent;
142
+ }
143
+ }
144
+
145
+ .tooltip-element--left::after {
146
+ border-left: 10px solid var(--tooltip-bg-color, #4f4150);;
147
+ left: -14px;
148
+ }
149
+
150
+ .tooltip-element--right::after {
151
+ border-right: 10px solid var(--tooltip-bg-color, #4f4150);;
152
+ right: -14px;
153
+ }
154
+
155
+ .tooltip-element--bottom::after {
156
+ bottom: -14px;
157
+ border-bottom: 10px solid var(--tooltip-bg-color, #4f4150);;
158
+ }
159
+
160
+ .tooltip-element--top::after {
161
+ top: -14px;
162
+ border-top: 10px solid var(--tooltip-bg-color, #4f4150);
163
+ }
@@ -1,5 +1,5 @@
1
- lib-client-dashboard {
2
- * {
3
- -webkit-tap-highlight-color: transparent;
4
- }
5
- }
1
+ lib-client-dashboard {
2
+ * {
3
+ -webkit-tap-highlight-color: transparent;
4
+ }
5
+ }