@flower-city-online/itinerary-lib 0.0.52 → 0.0.55

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 (78) hide show
  1. package/esm2022/lib/itinerary-app/modules/dashboard/components/navbar/navbar.component.mjs +5 -4
  2. package/esm2022/lib/itinerary-app/modules/itineraries/components/app-header-desktop/app-header-desktop.component.mjs +6 -5
  3. package/esm2022/lib/itinerary-app/modules/itineraries/components/comment-filter-menu/comment-filter-menu.component.mjs +5 -5
  4. package/esm2022/lib/itinerary-app/modules/itineraries/components/filter-menu/filter-menu.component.mjs +6 -5
  5. package/esm2022/lib/itinerary-app/modules/itineraries/components/share-popup/share-popup.component.mjs +6 -5
  6. package/esm2022/lib/itinerary-app/modules/itineraries/pages/advanced-filters/advanced-filters.component.mjs +5 -4
  7. package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/builder.component.mjs +4 -5
  8. package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/create-itinerary-destination/create-itinerary-destination.component.mjs +5 -4
  9. package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/create-itinerary-draw-mode/create-itinerary-draw-mode.component.mjs +7 -6
  10. package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/create-itinerary-draw-preview/create-itinerary-draw-preview.component.mjs +7 -6
  11. package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/create-itinerary-header/create-itinerary-header.component.mjs +3 -3
  12. package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/create-itinerary-member-details/create-itinerary-member-details.component.mjs +6 -5
  13. package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/create-itinerary-no-visual-filter/create-itinerary-no-visual-filter.component.mjs +8 -7
  14. package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/create-itinerary-no-visual-preview/create-itinerary-no-visual-preview.component.mjs +7 -6
  15. package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/create-itinerary-start-location/create-itinerary-start-location.component.mjs +6 -5
  16. package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/create-itinerary-user-search/create-itinerary-user-search.component.mjs +5 -3
  17. package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/created-itinerary/created-itinerary.component.mjs +7 -6
  18. package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/itinerary-add-place/itinerary-add-place.component.mjs +6 -5
  19. package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/select-itinerary-event/select-itinerary-event.component.mjs +6 -4
  20. package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/suggested-events-location/suggested-events-location.component.mjs +7 -6
  21. package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/suggested-events-route-radius/suggested-events-route-radius.component.mjs +6 -5
  22. package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/suggested-events-route-type/suggested-events-route-type.component.mjs +7 -5
  23. package/esm2022/lib/itinerary-app/modules/itineraries/pages/comment-replies/components/comment-single/comment-single.component.mjs +5 -4
  24. package/esm2022/lib/itinerary-app/modules/itineraries/pages/explore/explore.component.mjs +8 -7
  25. package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-author-history/itinerary-author-history.component.mjs +7 -6
  26. package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-detail/components/details/details.component.mjs +5 -4
  27. package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-detail/itinerary-detail.component.mjs +4 -3
  28. package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-friends/existing-friends/existing-friends.component.mjs +5 -3
  29. package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-friends/list-friend-users/list-friend-users.component.mjs +5 -4
  30. package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-friends/send-friend-request/send-friend-request.component.mjs +5 -4
  31. package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-members/all-people/all-people.component.mjs +5 -4
  32. package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-members/existing-members/existing-members.component.mjs +5 -3
  33. package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-members/send-invite/send-invite.component.mjs +5 -4
  34. package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-members/user-list/user-list.component.mjs +4 -3
  35. package/esm2022/lib/itinerary-app/modules/search/pages/main-search/main-search.component.mjs +4 -4
  36. package/esm2022/lib/itinerary-app/modules/user/profile/profile.component.mjs +4 -4
  37. package/esm2022/lib/itinerary-app/shared/bottom-modal/bottom-modal.component.mjs +65 -0
  38. package/esm2022/lib/itinerary-app/shared/card-component/card-component.component.mjs +5 -4
  39. package/esm2022/lib/itinerary-app/shared/comment/comment.component.mjs +5 -4
  40. package/esm2022/lib/itinerary-app/shared/custom-story-card/custom-story-card.component.mjs +4 -4
  41. package/esm2022/lib/itinerary-app/shared/cutom-card/cutom-card.component.mjs +6 -5
  42. package/esm2022/lib/itinerary-app/shared/footer/footer.component.mjs +6 -6
  43. package/esm2022/lib/itinerary-app/shared/header/header.component.mjs +2 -2
  44. package/esm2022/lib/itinerary-app/shared/icon-button/icon-button.component.mjs +37 -10
  45. package/esm2022/lib/itinerary-app/shared/input-field-select/input-field-select.component.mjs +109 -0
  46. package/esm2022/lib/itinerary-app/shared/notification-tile/notification-tile.component.mjs +4 -4
  47. package/esm2022/lib/itinerary-app/shared/popup-modal/popup-modal.component.mjs +85 -0
  48. package/esm2022/lib/itinerary-app/shared/search-bar/search-bar.component.mjs +30 -0
  49. package/esm2022/lib/itinerary-app/shared/search-popup/search-popup.component.mjs +4 -4
  50. package/esm2022/lib/itinerary-app/shared/selectable/selectable.component.mjs +52 -0
  51. package/esm2022/lib/itinerary-app/shared/shared.module.mjs +34 -6
  52. package/esm2022/lib/itinerary-app/shared/users-stack/users-stack.component.mjs +4 -4
  53. package/fesm2022/flower-city-online-itinerary-lib.mjs +522 -152
  54. package/fesm2022/flower-city-online-itinerary-lib.mjs.map +1 -1
  55. package/lib/itinerary-app/shared/bottom-modal/bottom-modal.component.d.ts +20 -0
  56. package/lib/itinerary-app/shared/icon-button/icon-button.component.d.ts +13 -4
  57. package/lib/itinerary-app/shared/input-field-select/input-field-select.component.d.ts +35 -0
  58. package/lib/itinerary-app/shared/popup-modal/popup-modal.component.d.ts +30 -0
  59. package/lib/itinerary-app/shared/search-bar/search-bar.component.d.ts +12 -0
  60. package/lib/itinerary-app/shared/selectable/selectable.component.d.ts +20 -0
  61. package/lib/itinerary-app/shared/shared.module.d.ts +12 -7
  62. package/package.json +1 -1
  63. package/src/lib/itinerary-app/_styles/modal.scss +2 -2
  64. package/src/lib/itinerary-app/_styles/styles.scss +327 -327
  65. package/src/lib/itinerary-app/styles.scss +237 -289
  66. package/styles.css +1 -1
  67. package/src/lib/itinerary-app/_styles/component-global-styles/bottom-navigation.scss +0 -19
  68. package/src/lib/itinerary-app/_styles/component-global-styles/create-itinerary.scss +0 -16
  69. package/src/lib/itinerary-app/_styles/component-global-styles/custom-button.scss +0 -32
  70. package/src/lib/itinerary-app/_styles/component-global-styles/custom-menu.scss +0 -38
  71. package/src/lib/itinerary-app/_styles/component-global-styles/dashboard.scss +0 -5
  72. package/src/lib/itinerary-app/_styles/component-global-styles/delete-itineraries.scss +0 -7
  73. package/src/lib/itinerary-app/_styles/component-global-styles/filter-menu.scss +0 -36
  74. package/src/lib/itinerary-app/_styles/component-global-styles/header.scss +0 -22
  75. package/src/lib/itinerary-app/_styles/component-global-styles/navbar.scss +0 -47
  76. package/src/lib/itinerary-app/_styles/component-global-styles/search-bar.scss +0 -17
  77. package/src/lib/itinerary-app/_styles/component-global-styles/side-bar.scss +0 -28
  78. package/src/lib/itinerary-app/_styles/component-global-styles/tab-bar.scss +0 -21
@@ -1,33 +1,11 @@
1
- // ============================================
2
- // IMPORTS
3
- // ============================================
4
1
  @use "@angular/material" as mat;
5
-
6
- @import "../itinerary-app/_styles/component-global-styles/search-bar.scss";
7
- @import "../itinerary-app/_styles/component-global-styles/create-itinerary.scss";
8
- @import "../itinerary-app/_styles/component-global-styles/bottom-navigation.scss";
9
- @import "../itinerary-app/_styles/component-global-styles/dashboard.scss";
10
- @import "../itinerary-app/_styles/component-global-styles/delete-itineraries.scss";
11
- @import "../itinerary-app/_styles/component-global-styles/filter-menu.scss";
12
- @import "../itinerary-app/_styles/component-global-styles/header.scss";
13
- @import "../itinerary-app/_styles/component-global-styles/navbar.scss";
14
- @import "../itinerary-app/_styles/component-global-styles/side-bar.scss";
15
- @import "../itinerary-app/_styles/component-global-styles/tab-bar.scss";
16
- @import "../itinerary-app/_styles/component-global-styles/custom-menu.scss";
17
- @import "../itinerary-app/_styles/component-global-styles/custom-button.scss";
18
2
  @import "../itinerary-app/_styles/media-queries.scss";
19
3
  @import "../itinerary-app/_styles/colors";
20
4
 
21
- // ============================================
22
- // TAILWIND CSS
23
- // ============================================
24
5
  @tailwind base;
25
6
  @tailwind components;
26
7
  @tailwind utilities;
27
8
 
28
- // ============================================
29
- // VARIABLES
30
- // ============================================
31
9
  :root {
32
10
  --font-gilroy-regular: "Gilroy-Regular", serif;
33
11
  --font-gilroy-bold: "Gilroy-Bold", serif;
@@ -60,9 +38,6 @@ $ns-add-in-theme: mat.define-dark-theme(
60
38
  )
61
39
  );
62
40
 
63
- // ============================================
64
- // CSS WITH @ RULES
65
- // ============================================
66
41
  @include mat.core();
67
42
  @include mat.all-component-themes($ns-add-in-theme);
68
43
 
@@ -169,11 +144,27 @@ $ns-add-in-theme: mat.define-dark-theme(
169
144
  }
170
145
  }
171
146
 
172
- // ============================================
173
- // REMAINING CSS
174
- // ============================================
147
+ .active {
148
+ color: var(--secondary-color) !important;
149
+ opacity: 100% !important;
150
+ }
175
151
 
176
- .itinerary-lib {
152
+ .lib-menu-bg-none {
153
+ --lib-list-button-padding: 10px !important;
154
+ --lib-button-container-background: transparent !important;
155
+ --lib-button-background: transparent !important;
156
+ --lib-button-border-radius: 0 !important;
157
+ --lib-button-border: 0 !important;
158
+ --box-shadow: none !important;
159
+ }
160
+
161
+ .lib-menu-bg-none button.mat-ripple {
162
+ background-color: black !important;
163
+ border-radius: 0 !important;
164
+ border: 0 !important;
165
+ }
166
+
167
+ body {
177
168
  background: linear-gradient(
178
169
  191deg,
179
170
  $background-color-1 61.33%,
@@ -187,23 +178,27 @@ $ns-add-in-theme: mat.define-dark-theme(
187
178
  * {
188
179
  color: $text-color-3;
189
180
  }
181
+ }
190
182
 
191
- .shadow-inset {
192
- box-shadow: inset -3px -3px 10px rgba(255, 255, 255, 0.3);
193
- }
183
+ .check-box svg {
184
+ padding: 1.5px !important;
185
+ }
194
186
 
195
- .button-shadow {
196
- box-shadow:
197
- -5.744px -5.744px 11.487px 0px rgba(16, 16, 16, 0) inset,
198
- 3.282px 1.641px 3.282px 0px $box-shadow-1 inset,
199
- 2.462px 2.462px 4.923px 0px $box-shadow-2 inset,
200
- -2.462px -2.462px 4.923px 0px rgba(0, 0, 0, 0.32) inset,
201
- 4.923px 4.923px 9.846px 0px $box-shadow-3,
202
- -4.102px -4.102px 8.205px 0px $box-shadow-4,
203
- 9.026px 8.205px 22.153px 2.051px rgba(17, 16, 20, 0.65),
204
- -4.102px -4.102px 13.128px -2.462px rgba(203, 199, 209, 0.25);
205
- background: $background-color-1;
206
- }
187
+ .shadow-inset {
188
+ box-shadow: inset -3px -3px 10px rgba(255, 255, 255, 0.3);
189
+ }
190
+
191
+ .button-shadow {
192
+ box-shadow:
193
+ -5.744px -5.744px 11.487px 0px rgba(16, 16, 16, 0) inset,
194
+ 3.282px 1.641px 3.282px 0px $box-shadow-1 inset,
195
+ 2.462px 2.462px 4.923px 0px $box-shadow-2 inset,
196
+ -2.462px -2.462px 4.923px 0px rgba(0, 0, 0, 0.32) inset,
197
+ 4.923px 4.923px 9.846px 0px $box-shadow-3,
198
+ -4.102px -4.102px 8.205px 0px $box-shadow-4,
199
+ 9.026px 8.205px 22.153px 2.051px rgba(17, 16, 20, 0.65),
200
+ -4.102px -4.102px 13.128px -2.462px rgba(203, 199, 209, 0.25);
201
+ background: $background-color-1;
207
202
  }
208
203
 
209
204
  .bg-color {
@@ -212,7 +207,7 @@ $ns-add-in-theme: mat.define-dark-theme(
212
207
  $background-color-1,
213
208
  $background-color-10
214
209
  );
215
- /* Add other CSS properties as needed */
210
+ }
216
211
 
217
212
  .text-shadow {
218
213
  text-shadow:
@@ -248,248 +243,98 @@ $ns-add-in-theme: mat.define-dark-theme(
248
243
  --lib-max--content-height: 1000px !important;
249
244
  }
250
245
 
251
- .textbox-1 {
252
- width: 100% !important;
253
- padding: 0px !important;
254
- }
255
-
256
- .card-menu-bg {
257
- border-radius: 6.564px !important;
258
- background: linear-gradient(
259
- 180deg,
260
- $background-color-12 0%,
261
- $background-color-13 100%
262
- ) !important;
263
- box-shadow:
264
- 0px 1.641px 3.282px 0px rgba(0, 0, 0, 0.25),
265
- 0px 3.282px 3.282px 0px rgba(0, 0, 0, 0.25),
266
- 1.641px -1.641px 2.462px 0px rgba(0, 0, 0, 0.4) inset,
267
- 0px -1.641px 6.564px 0px rgba(255, 255, 255, 0.2) inset !important;
268
- }
269
-
270
- .custom-heading-section-heading {
271
- width: 100%;
272
- padding: 8px 4px;
273
- }
274
-
275
- .bottom-rounded-container {
276
- width: 100%;
277
- height: 60px;
278
- border-bottom-right-radius: 13px;
279
- border-bottom-left-radius: 13px;
280
- background: #27242c;
281
-
282
- box-shadow:
283
- 4px 4px 8px rgba(0, 0, 0, 0.6),
284
- -4px -4px 8px rgba(60, 60, 60, 0.3);
285
- }
286
-
287
- .top-rounded-container {
288
- width: 100%;
289
- border-top-left-radius: 13.13px;
290
- border-top-right-radius: 13.13px;
291
- background: rgba(33, 31, 36, 1);
292
- box-shadow: 4.1px 4.1px 77.95px 0px rgba(255, 255, 255, 0.32);
293
- box-shadow: -2.46px -2.46px 13.13px 0px rgba(255, 255, 255, 0.1);
294
- }
295
-
296
- .small-radio {
297
- height: 27px;
298
- width: 27px;
299
- }
300
-
301
- ::-webkit-scrollbar-track {
302
- background-color: var(
303
- --secondary-color
304
- ) !important; /* Change this to your desired track color */
305
- }
306
-
307
- /* Customize scrollbar thumb */
308
- ::-webkit-scrollbar-thumb {
309
- background-color: var(
310
- --secondary-color
311
- ) !important; /* Change this to your desired thumb color */
312
- border-radius: 5px; /* Optional: Rounded corners on scrollbar thumb */
313
- }
314
-
315
- /* Customize scrollbar corners */
316
- ::-webkit-scrollbar-corner {
317
- background-color: var(
318
- --secondary-color
319
- ) !important; /* Change this to your desired corner color */
320
- }
321
-
322
- :host .button-native {
323
- border-radius: var(--border-radius);
324
- -moz-osx-font-smoothing: grayscale;
325
- -webkit-font-smoothing: antialiased;
326
- margin-left: 0;
327
- margin-right: 0;
328
- margin-top: 0;
329
- margin-bottom: 0;
330
- -webkit-padding-start: var(--padding-start);
331
- padding-inline-start: var(--padding-start);
332
- -webkit-padding-end: var(--padding-end);
333
- padding-inline-end: var(--padding-end);
334
- padding-top: var(--padding-top);
335
- padding-bottom: var(--padding-bottom);
336
- font-family: inherit;
337
- font-size: inherit;
338
- font-style: inherit;
339
- font-weight: inherit;
340
- letter-spacing: inherit;
341
- text-decoration: inherit;
342
- text-indent: inherit;
343
- text-overflow: inherit;
344
- text-transform: inherit;
345
- text-align: inherit;
346
- white-space: inherit;
347
- color: inherit;
348
- display: -ms-flexbox;
349
- display: flex;
350
- position: relative;
351
- -ms-flex-align: center;
352
- align-items: center;
353
- width: 100%;
354
- height: 100%;
355
- min-height: inherit;
356
- -webkit-transition: var(--transition);
357
- transition: var(--transition);
358
- border-width: var(--border-width);
359
- border-style: var(--border-style);
360
- border-color: var(--border-color);
361
- outline: none;
362
- background: var(--background);
363
- line-height: 1;
364
- -webkit-box-shadow: var(--box-shadow);
365
- box-shadow: var(--box-shadow);
366
- contain: layout style;
367
- cursor: pointer;
368
- opacity: var(--opacity);
369
- overflow: var(--overflow);
370
- z-index: 0;
371
- -webkit-box-sizing: border-box;
372
- box-sizing: border-box;
373
- background: transparent;
374
- -webkit-appearance: none;
375
- -moz-appearance: none;
376
- appearance: none;
377
- background: transparent !important;
378
- }
379
-
380
- ion-modal.lib-bottom-modal.adapt-to-content-height .wrapper .dynamic-content {
381
- margin-top: 30px;
382
- }
246
+ .textbox-1 {
247
+ width: 100% !important;
248
+ padding: 0px !important;
249
+ }
383
250
 
384
- .primary-percentage-bar {
385
- --lib-percentage-buffer-background-color: rgb(44, 41, 48);
386
- --lib-percentage-inner-background-color: white;
387
- --lib-percentage-inner-box-shadow: 0px 0px 10px 2px rgba(255, 52, 125, 1);
388
- --lib-percentage-height: 5px;
389
- }
251
+ .card-menu-bg {
252
+ border-radius: 6.564px !important;
253
+ background: linear-gradient(
254
+ 180deg,
255
+ $background-color-12 0%,
256
+ $background-color-13 100%
257
+ ) !important;
258
+ box-shadow:
259
+ 0px 1.641px 3.282px 0px rgba(0, 0, 0, 0.25),
260
+ 0px 3.282px 3.282px 0px rgba(0, 0, 0, 0.25),
261
+ 1.641px -1.641px 2.462px 0px rgba(0, 0, 0, 0.4) inset,
262
+ 0px -1.641px 6.564px 0px rgba(255, 255, 255, 0.2) inset !important;
263
+ }
390
264
 
391
- .maps-100vh .map-container {
392
- height: calc(100vh - 75px) !important;
393
- }
265
+ .custom-heading-section-heading {
266
+ width: 100%;
267
+ padding: 8px 4px;
268
+ }
394
269
 
395
- ion-range::part(knob) {
396
- top: 26% !important;
397
- }
270
+ .bottom-rounded-container {
271
+ width: 100%;
272
+ height: 60px;
273
+ border-bottom-right-radius: 13px;
274
+ border-bottom-left-radius: 13px;
275
+ background: #27242c;
398
276
 
399
- .toggle-sm .lib-toggle-wrapper {
400
- width: 75px !important;
401
- }
277
+ box-shadow:
278
+ 4px 4px 8px rgba(0, 0, 0, 0.6),
279
+ -4px -4px 8px rgba(60, 60, 60, 0.3);
280
+ }
402
281
 
403
- .toggle-sm .lib-toggle-container__thumb--move-right {
404
- cx: 45px !important;
405
- }
282
+ .top-rounded-container {
283
+ width: 100%;
284
+ border-top-left-radius: 13.13px;
285
+ border-top-right-radius: 13.13px;
286
+ background: rgba(33, 31, 36, 1);
287
+ box-shadow: 4.1px 4.1px 77.95px 0px rgba(255, 255, 255, 0.32);
288
+ box-shadow: -2.46px -2.46px 13.13px 0px rgba(255, 255, 255, 0.1);
289
+ }
406
290
 
407
- .toggle-sm .lib-toggle-container {
408
- width: 4em !important;
409
- }
291
+ .small-radio {
292
+ height: 27px;
293
+ width: 27px;
294
+ }
410
295
 
411
- .checkbox-sm {
412
- --size: 20px !important;
413
- }
296
+ ::-webkit-scrollbar-track {
297
+ background-color: var(
298
+ --secondary-color
299
+ ) !important; /* Change this to your desired track color */
300
+ }
414
301
 
415
- lib-image-deck {
416
- left: 0;
417
- }
302
+ /* Customize scrollbar thumb */
303
+ ::-webkit-scrollbar-thumb {
304
+ background-color: var(
305
+ --secondary-color
306
+ ) !important; /* Change this to your desired thumb color */
307
+ border-radius: 5px; /* Optional: Rounded corners on scrollbar thumb */
308
+ }
418
309
 
419
- .mat-mdc-menu-panel.lib-btn-menu-panel .mat-mdc-menu-content:not(:empty) {
420
- padding-top: 3px !important;
421
- padding-bottom: 8px !important;
422
- }
423
- .mat-mdc-menu-item {
424
- margin-bottom: -7px !important;
425
- }
426
- .select-all-confirm {
427
- display: none;
428
- }
310
+ /* Customize scrollbar corners */
311
+ ::-webkit-scrollbar-corner {
312
+ background-color: var(
313
+ --secondary-color
314
+ ) !important; /* Change this to your desired corner color */
315
+ }
429
316
 
430
- .color-gray-1 {
431
- color: #bdbdbd;
432
- }
317
+ .primary-percentage-bar {
318
+ --lib-percentage-buffer-background-color: rgb(44, 41, 48);
319
+ --lib-percentage-inner-background-color: white;
320
+ --lib-percentage-inner-box-shadow: 0px 0px 10px 2px rgba(255, 52, 125, 1);
321
+ --lib-percentage-height: 5px;
322
+ }
433
323
 
434
- .rounded-2 .input-group-wrapper {
435
- border-radius: 24px !important;
436
- }
324
+ .maps-100vh .map-container {
325
+ height: calc(100vh - 75px) !important;
326
+ }
437
327
 
438
- lib-input-field-select {
439
- --border-radius: 100px;
440
- --input-field-margin: 0;
441
- --label-font-size-floated: 11.0084px;
442
- --label-color: rgba(255, 255, 255, 0.5);
443
- --label-position-left: 4px;
444
- --label-position-top: 14px;
445
- --label-float-position-top: -3px;
446
- --label-padding: 0px;
447
- --label-font-family: "Gilroy-Regular", serif;
448
- --label-font-style: normal;
449
- --label-font-weight: 400;
450
- --label-font-size: 14px;
451
- --label-line-height: 160%;
452
- --input-font-color: #fff;
453
- --input-font-family: "Gilroy-Regular", serif;
454
- --input-font-size: 16px;
455
- --input-icon-color: #fe3c72;
456
- --input-height: 48px;
457
- --input-width: 100%;
458
- --input-border: none;
459
- --input-field-box-shadow:
460
- inset 17px 22px 20px 2.5px rgba(17, 16, 20, 0.7),
461
- inset -2px -2px 8px rgba(203, 199, 209, 0.5);
462
- --border: 3px solid #fe3c72;
463
- --input-number-filed-font: "Open Sans", sans-serif;
464
- --dropdown-background: linear-gradient(
465
- 191.18deg,
466
- #27242c 61.33%,
467
- #0c0b0e 101.43%
468
- );
469
- --input-field-color: #fff --input-width: 100%;
470
- --input-height: 48px;
471
- --border-radius: 100px;
472
- --input-icon-color: #fe3c72;
473
- --dropdown-background: linear-gradient(
474
- 191.18deg,
475
- #27242c 61.33%,
476
- #0c0b0e 101.43%
477
- );
478
- --input-font-family: "Gilroy-Regular", serif;
479
- --label-color: rgba(255, 255, 255, 0.5);
480
- --input-field-box-shadow:
481
- inset 17px 22px 20px 2.5px rgba(17, 16, 20, 0.7),
482
- inset -2px -2px 8px rgba(203, 199, 209, 0.5);
483
- }
328
+ ion-range::part(knob) {
329
+ top: 26% !important;
330
+ }
484
331
 
485
- .p-float-label .p-inputwrapper-filled ~ label {
486
- top: -0.5rem !important;
487
- font-size: 12px;
488
- }
332
+ .checkbox-sm {
333
+ --size: 20px !important;
334
+ }
489
335
 
490
- .p-dropdown-item {
491
- padding: 0 0.5rem;
492
- }
336
+ .rounded-2 .input-group-wrapper {
337
+ border-radius: 24px !important;
493
338
  }
494
339
 
495
340
  .outset-shadow {
@@ -521,14 +366,6 @@ $ns-add-in-theme: mat.define-dark-theme(
521
366
  margin-left: 10px;
522
367
  }
523
368
 
524
- .foodbox {
525
- border-radius: 82.05px;
526
- background: var(--Secondary, $background-color-11);
527
- box-shadow:
528
- -1.641px -1.641px 10.667px 0px rgba(255, 255, 255, 0.5),
529
- 3.282px 3.282px 6.564px 0px rgba(0, 0, 0, 0.89);
530
- }
531
-
532
369
  .divider {
533
370
  width: 100%;
534
371
  border: 4.1px solid white;
@@ -595,15 +432,126 @@ $ns-add-in-theme: mat.define-dark-theme(
595
432
  4.102px 4.102px 77.948px 0px rgba(255, 255, 255, 0.32);
596
433
  }
597
434
 
598
- .fading-line {
599
- display: none;
435
+ // .btn-selectable {
436
+ // --padding-start: 1.1em !important;
437
+ // --padding-end: 1.1em !important;
438
+ // }
439
+
440
+ // .btn-selectable.selected[_ngcontent-ng-c3164006478]::part(native) {
441
+ // background: none !important;
442
+ // }
443
+
444
+ // ============================================
445
+ // COMMENTED CODE
446
+ // ============================================
447
+
448
+ // .mat-mdc-dialog-surface {
449
+ // border-radius: 10px !important;
450
+ // }
451
+
452
+ :host .button-native {
453
+ border-radius: var(--border-radius);
454
+ -moz-osx-font-smoothing: grayscale;
455
+ -webkit-font-smoothing: antialiased;
456
+ margin-left: 0;
457
+ margin-right: 0;
458
+ margin-top: 0;
459
+ margin-bottom: 0;
460
+ -webkit-padding-start: var(--padding-start);
461
+ padding-inline-start: var(--padding-start);
462
+ -webkit-padding-end: var(--padding-end);
463
+ padding-inline-end: var(--padding-end);
464
+ padding-top: var(--padding-top);
465
+ padding-bottom: var(--padding-bottom);
466
+ font-family: inherit;
467
+ font-size: inherit;
468
+ font-style: inherit;
469
+ font-weight: inherit;
470
+ letter-spacing: inherit;
471
+ text-decoration: inherit;
472
+ text-indent: inherit;
473
+ text-overflow: inherit;
474
+ text-transform: inherit;
475
+ text-align: inherit;
476
+ white-space: inherit;
477
+ color: inherit;
478
+ display: -ms-flexbox;
479
+ display: flex;
480
+ position: relative;
481
+ -ms-flex-align: center;
482
+ align-items: center;
483
+ width: 100%;
484
+ height: 100%;
485
+ min-height: inherit;
486
+ -webkit-transition: var(--transition);
487
+ transition: var(--transition);
488
+ border-width: var(--border-width);
489
+ border-style: var(--border-style);
490
+ border-color: var(--border-color);
491
+ outline: none;
492
+ background: var(--background);
493
+ line-height: 1;
494
+ -webkit-box-shadow: var(--box-shadow);
495
+ box-shadow: var(--box-shadow);
496
+ contain: layout style;
497
+ cursor: pointer;
498
+ opacity: var(--opacity);
499
+ overflow: var(--overflow);
500
+ z-index: 0;
501
+ -webkit-box-sizing: border-box;
502
+ box-sizing: border-box;
503
+ background: transparent;
504
+ -webkit-appearance: none;
505
+ -moz-appearance: none;
506
+ appearance: none;
507
+ background: transparent !important;
508
+ }
509
+
510
+
511
+ .toggle-sm .lib-toggle-wrapper {
512
+ width: 75px !important;
513
+ }
514
+
515
+ .toggle-sm .lib-toggle-container__thumb--move-right {
516
+ cx: 45px !important;
600
517
  }
601
518
 
602
- .btn-selectable {
603
- --padding-start: 1.1em !important;
604
- --padding-end: 1.1em !important;
519
+ .toggle-sm .lib-toggle-container {
520
+ width: 4em !important;
605
521
  }
606
522
 
607
- .btn-selectable.selected[_ngcontent-ng-c3164006478]::part(native) {
608
- background: none !important;
609
- }
523
+ // lib-image-deck {
524
+ // left: 0;
525
+ // }
526
+
527
+ // .mat-mdc-menu-panel.lib-btn-menu-panel .mat-mdc-menu-content:not(:empty) {
528
+ // padding-top: 3px !important;
529
+ // padding-bottom: 8px !important;
530
+ // }
531
+ // .mat-mdc-menu-item {
532
+ // margin-bottom: -7px !important;
533
+ // }
534
+ // .select-all-confirm {
535
+ // display: none;
536
+ // }
537
+
538
+ // .p-float-label .p-inputwrapper-filled ~ label {
539
+ // top: -0.5rem !important;
540
+ // font-size: 12px;
541
+ // }
542
+
543
+ // .p-dropdown-item {
544
+ // padding: 0 0.5rem;
545
+ // }
546
+
547
+ // .foodbox {
548
+ // border-radius: 82.05px;
549
+ // background: var(--Secondary, $background-color-11);
550
+ // box-shadow:
551
+ // -1.641px -1.641px 10.667px 0px rgba(255, 255, 255, 0.5),
552
+ // 3.282px 3.282px 6.564px 0px rgba(0, 0, 0, 0.89);
553
+ // }
554
+
555
+ // .fading-line {
556
+ // display: none;
557
+ // }