@posiwise/shared-components 0.0.9 → 0.0.11

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 (97) hide show
  1. package/assets/scss/_bootstrap_modules.scss +40 -0
  2. package/assets/scss/_custom-bootstrap.scss +13 -0
  3. package/assets/scss/_dashboard.scss +31 -0
  4. package/assets/scss/_dynamic-styles.scss +534 -0
  5. package/assets/scss/_plugins.scss +3 -0
  6. package/assets/scss/_public-pages.scss +7 -0
  7. package/assets/scss/_shared.scss +3 -0
  8. package/assets/scss/_variables.scss +5 -0
  9. package/assets/scss/common/landing-page-a/landing-page-style-1.scss +670 -0
  10. package/assets/scss/common/landing-page-b/banner.scss +141 -0
  11. package/assets/scss/common/landing-page-b/contact-us.scss +167 -0
  12. package/assets/scss/common/landing-page-b/explainer.scss +75 -0
  13. package/assets/scss/common/landing-page-b/explainer2.scss +35 -0
  14. package/assets/scss/common/landing-page-b/header.scss +56 -0
  15. package/assets/scss/common/landing-page-b/landing-page-style-2.scss +20 -0
  16. package/assets/scss/custom-bootstrap/_badge.scss +468 -0
  17. package/assets/scss/custom-bootstrap/_bootstrap_variables.scss +30 -0
  18. package/assets/scss/custom-bootstrap/_buttons.scss +84 -0
  19. package/assets/scss/custom-bootstrap/_card.scss +319 -0
  20. package/assets/scss/custom-bootstrap/_carousel.scss +6 -0
  21. package/assets/scss/custom-bootstrap/_form_select.scss +7 -0
  22. package/assets/scss/custom-bootstrap/_forms.scss +337 -0
  23. package/assets/scss/custom-bootstrap/_links.scss +7 -0
  24. package/assets/scss/custom-bootstrap/_modal.scss +16 -0
  25. package/assets/scss/custom-bootstrap/_navbar.scss +42 -0
  26. package/assets/scss/custom-bootstrap/_popover.scss +10 -0
  27. package/assets/scss/custom-bootstrap/_progress.scss +12 -0
  28. package/assets/scss/custom-bootstrap/_reboot.scss +93 -0
  29. package/assets/scss/custom-bootstrap/_type.scss +202 -0
  30. package/assets/scss/dashboard/_admin.scss +15 -0
  31. package/assets/scss/dashboard/_animations.scss +20 -0
  32. package/assets/scss/dashboard/_bootstrap-social.scss +641 -0
  33. package/assets/scss/dashboard/_chat.scss +250 -0
  34. package/assets/scss/dashboard/_coming-soon.scss +34 -0
  35. package/assets/scss/dashboard/_components.scss +229 -0
  36. package/assets/scss/dashboard/_email.scss +184 -0
  37. package/assets/scss/dashboard/_fixed-navbar.scss +18 -0
  38. package/assets/scss/dashboard/_gallery.scss +1201 -0
  39. package/assets/scss/dashboard/_helper.scss +736 -0
  40. package/assets/scss/dashboard/_horizontal-timeline.scss +314 -0
  41. package/assets/scss/dashboard/_icons.scss +107 -0
  42. package/assets/scss/dashboard/_layout.scss +23 -0
  43. package/assets/scss/dashboard/_misc.scss +220 -0
  44. package/assets/scss/dashboard/_notifications.scss +27 -0
  45. package/assets/scss/dashboard/_palette.scss +308 -0
  46. package/assets/scss/dashboard/_profile.scss +36 -0
  47. package/assets/scss/dashboard/_responsive.scss +209 -0
  48. package/assets/scss/dashboard/_search.scss +33 -0
  49. package/assets/scss/dashboard/_select.scss +16 -0
  50. package/assets/scss/dashboard/_sidebar-content.scss +632 -0
  51. package/assets/scss/dashboard/_tables.scss +17 -0
  52. package/assets/scss/dashboard/_tabs.scss +151 -0
  53. package/assets/scss/dashboard/_ui-switch.scss +6 -0
  54. package/assets/scss/dashboard/_upload.scss +249 -0
  55. package/assets/scss/dashboard/_utilities.scss +105 -0
  56. package/assets/scss/dashboard/_vertical-timeline.scss +1261 -0
  57. package/assets/scss/dashboard/mixins/_buttons.scss +78 -0
  58. package/assets/scss/dashboard/mixins/_colors.scss +29 -0
  59. package/assets/scss/dashboard/mixins/_custom.scss +34 -0
  60. package/assets/scss/dashboard/mixins/_shadows.scss +62 -0
  61. package/assets/scss/dashboard/mixins/_type.scss +16 -0
  62. package/assets/scss/dashboard/mixins/_typography.scss +29 -0
  63. package/assets/scss/dashboard/mixins/_utilities.scss +129 -0
  64. package/assets/scss/dashboard/mixins/_vendor-prefixes.scss +71 -0
  65. package/assets/scss/plugins/_plugin-nouislider.scss +199 -0
  66. package/assets/scss/plugins/_toastr.scss +71 -0
  67. package/assets/scss/plugins/perfect-scrollbar/_main.scss +3 -0
  68. package/assets/scss/plugins/perfect-scrollbar/_mixins.scss +135 -0
  69. package/assets/scss/plugins/perfect-scrollbar/_ps-custom.scss +134 -0
  70. package/assets/scss/plugins/perfect-scrollbar/_themes.scss +23 -0
  71. package/assets/scss/plugins/perfect-scrollbar/_variables.scss +19 -0
  72. package/assets/scss/public-pages/_buttons.scss +136 -0
  73. package/assets/scss/public-pages/_input-fields.scss +29 -0
  74. package/assets/scss/public-pages/_layout.scss +108 -0
  75. package/assets/scss/public-pages/mixins/_buttons.scss +28 -0
  76. package/assets/scss/shared/_modal.scss +28 -0
  77. package/assets/scss/shared/_prime-ng-tables.scss +107 -0
  78. package/assets/scss/shared/_prime-ng.scss +5100 -0
  79. package/assets/scss/variables/_app-colors-variables.scss +760 -0
  80. package/assets/scss/variables/_branding-variables.scss +93 -0
  81. package/assets/scss/variables/_dashboard-variables.scss +96 -0
  82. package/assets/scss/variables/_generic-variables.scss +33 -0
  83. package/assets/scss/variables/_landing-page-new-variables.scss +11 -0
  84. package/assets/scss/variables/_primeng-variables.scss +190 -0
  85. package/esm2020/index.mjs +3 -1
  86. package/esm2020/lib/custom-uploader/custom-uploader.component.mjs +103 -0
  87. package/esm2020/lib/image-cropper/image-cropper.component.mjs +82 -0
  88. package/esm2020/lib/shared-components.module.mjs +25 -9
  89. package/fesm2015/shared-components.mjs +192 -9
  90. package/fesm2015/shared-components.mjs.map +1 -1
  91. package/fesm2020/shared-components.mjs +198 -9
  92. package/fesm2020/shared-components.mjs.map +1 -1
  93. package/index.d.ts +2 -0
  94. package/lib/custom-uploader/custom-uploader.component.d.ts +32 -0
  95. package/lib/image-cropper/image-cropper.component.d.ts +29 -0
  96. package/lib/shared-components.module.d.ts +7 -4
  97. package/package.json +3 -2
@@ -0,0 +1,736 @@
1
+ // ================================================================================================
2
+ // File Name: helper
3
+ // Description: Helper classes provides color, width, position & background etc..
4
+ // related customiztion.
5
+ // ================================================================================================
6
+
7
+ // Content helpers
8
+ // -------------------------
9
+ // Display
10
+
11
+ .display-inline {
12
+ display: inline !important;
13
+ }
14
+
15
+ .display-block {
16
+ display: block !important;
17
+ }
18
+
19
+ .display-inline-block {
20
+ display: inline-block !important;
21
+ }
22
+
23
+ .display-hidden {
24
+ display: none !important;
25
+ }
26
+
27
+ .display-table-cell {
28
+ display: table-cell !important;
29
+ }
30
+
31
+ // Position
32
+
33
+ .position-fixed {
34
+ position: fixed !important;
35
+ }
36
+
37
+ .position-relative {
38
+ position: relative !important;
39
+ }
40
+
41
+ .position-absolute {
42
+ position: absolute !important;
43
+ }
44
+
45
+ .position-static {
46
+ position: static !important;
47
+ }
48
+
49
+ .position-top-0 {
50
+ top: 0;
51
+ }
52
+
53
+ .position-right-0 {
54
+ right: 0;
55
+ }
56
+
57
+ .position-bottom-0 {
58
+ bottom: 0;
59
+ }
60
+
61
+ .position-left-0 {
62
+ left: 0;
63
+ }
64
+
65
+ // Edges
66
+ .no-edge-top {
67
+ top: 0 !important;
68
+ }
69
+
70
+ .no-edge-bottom {
71
+ bottom: 0 !important;
72
+ }
73
+
74
+ .no-edge-left {
75
+ left: 0 !important;
76
+ }
77
+
78
+ .no-edge-right {
79
+ right: 0 !important;
80
+ }
81
+
82
+ // Cursors
83
+ .cursor-pointer {
84
+ cursor: pointer;
85
+ }
86
+
87
+ .cursor-move {
88
+ cursor: move;
89
+ }
90
+
91
+ .cursor-default {
92
+ cursor: default;
93
+ }
94
+
95
+ .cursor-progress {
96
+ cursor: progress;
97
+ }
98
+
99
+ .cursor-not-allowed {
100
+ cursor: not-allowed;
101
+ }
102
+
103
+ // Vertical alignment
104
+ .valign-top {
105
+ vertical-align: top !important;
106
+ }
107
+
108
+ .valign-middle {
109
+ vertical-align: middle !important;
110
+ }
111
+
112
+ .valign-bottom {
113
+ vertical-align: bottom !important;
114
+ }
115
+
116
+ .valign-baseline {
117
+ vertical-align: baseline !important;
118
+ }
119
+
120
+ .valign-text-top {
121
+ vertical-align: top !important;
122
+ }
123
+
124
+ .valign-text-bottom {
125
+ vertical-align: text-bottom !important;
126
+ }
127
+
128
+ // Overflow
129
+ .overflow-hidden {
130
+ overflow: hidden;
131
+ }
132
+
133
+ .overflow-visible {
134
+ overflow: visible;
135
+ }
136
+
137
+ .overflow-auto {
138
+ overflow: auto;
139
+ }
140
+
141
+ .overflow-scroll {
142
+ overflow: scroll;
143
+ }
144
+
145
+ .overflow-x-scroll {
146
+ overflow: scroll;
147
+ }
148
+
149
+ .overflow-y-scroll {
150
+ overflow: scroll;
151
+ }
152
+
153
+ // Lists
154
+ .bullets-inside {
155
+ list-style: inside;
156
+ }
157
+
158
+ .list-style-circle {
159
+ list-style: circle;
160
+ }
161
+
162
+ .list-style-square {
163
+ list-style: square;
164
+ }
165
+
166
+ .list-style-icons {
167
+ list-style: none;
168
+ margin-left: 0;
169
+ padding-left: 10px;
170
+
171
+ > li i {
172
+ float: left;
173
+ margin: 5px 12px 0 0;
174
+ width: 1em;
175
+ }
176
+ }
177
+
178
+ // Borders
179
+ // -------------------------
180
+
181
+ // Add borders
182
+ .border {
183
+ border: 1px solid;
184
+ }
185
+
186
+ .border-top {
187
+ border-top: 1px solid;
188
+ }
189
+
190
+ .border-bottom {
191
+ border-bottom: 1px solid;
192
+ }
193
+
194
+ .border-left {
195
+ border-left: 1px solid;
196
+ }
197
+
198
+ .border-right {
199
+ border-right: 1px solid;
200
+ }
201
+
202
+ // Border widths
203
+
204
+ // Med - 2px
205
+ .border-2 {
206
+ border-width: 2px !important;
207
+ }
208
+
209
+ .border-top-2 {
210
+ border-top-width: 2px !important;
211
+ }
212
+
213
+ .border-bottom-2 {
214
+ border-bottom-width: 2px !important;
215
+ }
216
+
217
+ .border-left-2 {
218
+ border-left-width: 2px !important;
219
+ }
220
+
221
+ .border-right-2 {
222
+ border-right-width: 2px !important;
223
+ }
224
+
225
+ // Large - 3px
226
+ .border-3 {
227
+ border-width: 3px !important;
228
+ }
229
+
230
+ .border-top-3 {
231
+ border-top-width: 3px !important;
232
+ }
233
+
234
+ .border-bottom-3 {
235
+ border-bottom-width: 3px !important;
236
+ }
237
+
238
+ .border-left-3 {
239
+ border-left-width: 3px !important;
240
+ }
241
+
242
+ .border-right-3 {
243
+ border-right-width: 3px !important;
244
+ }
245
+
246
+ // Remove borders
247
+ .no-border {
248
+ border: 0 !important;
249
+ }
250
+
251
+ .no-border-top {
252
+ border-top: 0 !important;
253
+ }
254
+
255
+ .no-border-bottom {
256
+ border-bottom: 0 !important;
257
+ }
258
+
259
+ .no-border-left {
260
+ border-left: 0 !important;
261
+ }
262
+
263
+ .no-border-right {
264
+ border-right: 0 !important;
265
+ }
266
+
267
+ // No border radious
268
+ .no-radius {
269
+ border-radius: unset !important;
270
+ }
271
+
272
+ .no-border-top-radius {
273
+ border-top-left-radius: 0 !important;
274
+ border-top-right-radius: 0 !important;
275
+ }
276
+
277
+ .no-border-bottom-radius {
278
+ border-bottom-left-radius: 0 !important;
279
+ border-bottom-right-radius: 0 !important;
280
+ }
281
+
282
+ .no-border-top-left-radius {
283
+ border-top-left-radius: 0 !important;
284
+ }
285
+
286
+ .no-border-top-right-radius {
287
+ border-top-right-radius: 0 !important;
288
+ }
289
+
290
+ .no-border-bottom-left-radius {
291
+ border-bottom-left-radius: 0 !important;
292
+ }
293
+
294
+ .no-border-bottom-right-radius {
295
+ border-bottom-right-radius: 0 !important;
296
+ }
297
+
298
+ // Box Shadow
299
+
300
+ .box-shadow-0 {
301
+ box-shadow: none !important;
302
+ }
303
+
304
+ .box-shadow-1 {
305
+ box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
306
+ }
307
+
308
+ .box-shadow-2 {
309
+ box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
310
+ }
311
+
312
+ .box-shadow-3 {
313
+ box-shadow: 0 12px 15px 0 rgb(0 0 0 / 24%), 0 17px 50px 0 rgb(0 0 0 / 19%);
314
+ }
315
+
316
+ .box-shadow-4 {
317
+ box-shadow: 0 16px 28px 0 rgb(0 0 0 / 22%), 0 25px 55px 0 rgb(0 0 0 / 21%);
318
+ }
319
+
320
+ .box-shadow-5 {
321
+ box-shadow: 0 27px 24px 0 rgb(0 0 0 / 20%), 0 40px 77px 0 rgb(0 0 0 / 22%);
322
+ }
323
+
324
+ // Sizing
325
+ // -------------------------
326
+
327
+ // Width && Height
328
+
329
+ .fit {
330
+ max-width: 100% !important;
331
+ }
332
+
333
+ .half-width {
334
+ width: 50% !important;
335
+ }
336
+
337
+ .full-width {
338
+ width: 100% !important;
339
+ }
340
+
341
+ .full-height {
342
+ height: 100% !important;
343
+ }
344
+
345
+ .full-height-vh {
346
+ height: 100vh !important;
347
+ }
348
+
349
+ // Fixed widths
350
+ .width-50 {
351
+ width: 50px !important;
352
+ }
353
+
354
+ .width-100 {
355
+ width: 100px !important;
356
+ }
357
+
358
+ .width-150 {
359
+ width: 150px !important;
360
+ }
361
+
362
+ .width-200 {
363
+ width: 200px !important;
364
+ }
365
+
366
+ .width-250 {
367
+ width: 250px !important;
368
+ }
369
+
370
+ .width-300 {
371
+ width: 300px !important;
372
+ }
373
+
374
+ .width-350 {
375
+ width: 350px !important;
376
+ }
377
+
378
+ .width-400 {
379
+ width: 400px !important;
380
+ }
381
+
382
+ .width-450 {
383
+ width: 450px !important;
384
+ }
385
+
386
+ .width-500 {
387
+ width: 500px !important;
388
+ }
389
+
390
+ .width-550 {
391
+ width: 550px !important;
392
+ }
393
+
394
+ .width-600 {
395
+ width: 600px !important;
396
+ }
397
+
398
+ .width-650 {
399
+ width: 650px !important;
400
+ }
401
+
402
+ .width-700 {
403
+ width: 700px !important;
404
+ }
405
+
406
+ .width-750 {
407
+ width: 750px !important;
408
+ }
409
+
410
+ .width-800 {
411
+ width: 800px !important;
412
+ }
413
+
414
+ // Width in %
415
+ .width-5-per {
416
+ width: 5% !important;
417
+ }
418
+
419
+ .width-10-per {
420
+ width: 10% !important;
421
+ }
422
+
423
+ .width-15-per {
424
+ width: 15% !important;
425
+ }
426
+
427
+ .width-20-per {
428
+ width: 20% !important;
429
+ }
430
+
431
+ .width-25-per {
432
+ width: 25% !important;
433
+ }
434
+
435
+ .width-30-per {
436
+ width: 30% !important;
437
+ }
438
+
439
+ .width-35-per {
440
+ width: 35% !important;
441
+ }
442
+
443
+ .width-40-per {
444
+ width: 40% !important;
445
+ }
446
+
447
+ .width-45-per {
448
+ width: 45% !important;
449
+ }
450
+
451
+ .width-50-per {
452
+ width: 50% !important;
453
+ }
454
+
455
+ .width-55-per {
456
+ width: 55% !important;
457
+ }
458
+
459
+ .width-60-per {
460
+ width: 60% !important;
461
+ }
462
+
463
+ .width-65-per {
464
+ width: 65% !important;
465
+ }
466
+
467
+ .width-70-per {
468
+ width: 70% !important;
469
+ }
470
+
471
+ .width-75-per {
472
+ width: 75% !important;
473
+ }
474
+
475
+ .width-80-per {
476
+ width: 80% !important;
477
+ }
478
+
479
+ .width-90-per {
480
+ width: 90% !important;
481
+ }
482
+
483
+ .width-95-per {
484
+ width: 95% !important;
485
+ }
486
+
487
+ // Fixed Height in px
488
+ .height-0 {
489
+ height: 0 !important;
490
+ }
491
+
492
+ .height-50 {
493
+ height: 50px !important;
494
+ }
495
+
496
+ .height-75 {
497
+ height: 75px !important;
498
+ }
499
+
500
+ .height-100 {
501
+ height: 100px !important;
502
+ }
503
+
504
+ .height-150 {
505
+ height: 150px !important;
506
+ }
507
+
508
+ .height-200 {
509
+ height: 200px !important;
510
+ }
511
+
512
+ .height-250 {
513
+ height: 250px !important;
514
+ }
515
+
516
+ .height-300 {
517
+ height: 300px !important;
518
+ }
519
+
520
+ .height-350 {
521
+ height: 350px !important;
522
+ }
523
+
524
+ .height-400 {
525
+ height: 400px !important;
526
+ }
527
+
528
+ .height-450 {
529
+ height: 450px !important;
530
+ }
531
+
532
+ .height-500 {
533
+ height: 500px !important;
534
+ }
535
+
536
+ .height-550 {
537
+ height: 550px !important;
538
+ }
539
+
540
+ .height-600 {
541
+ height: 600px !important;
542
+ }
543
+
544
+ .height-650 {
545
+ height: 650px !important;
546
+ }
547
+
548
+ .height-700 {
549
+ height: 700px !important;
550
+ }
551
+
552
+ .height-750 {
553
+ height: 750px !important;
554
+ }
555
+
556
+ .height-800 {
557
+ height: 800px !important;
558
+ }
559
+
560
+ // Fixed Height in %
561
+
562
+ .height-5-per {
563
+ height: 5% !important;
564
+ }
565
+
566
+ .height-10-per {
567
+ height: 10% !important;
568
+ }
569
+
570
+ .height-15-per {
571
+ height: 15% !important;
572
+ }
573
+
574
+ .height-20-per {
575
+ height: 20% !important;
576
+ }
577
+
578
+ .height-25-per {
579
+ height: 25% !important;
580
+ }
581
+
582
+ .height-30-per {
583
+ height: 30% !important;
584
+ }
585
+
586
+ .height-35-per {
587
+ height: 35% !important;
588
+ }
589
+
590
+ .height-40-per {
591
+ height: 40% !important;
592
+ }
593
+
594
+ .height-45-per {
595
+ height: 45% !important;
596
+ }
597
+
598
+ .height-50-per {
599
+ height: 50% !important;
600
+ }
601
+
602
+ .height-55-per {
603
+ height: 55% !important;
604
+ }
605
+
606
+ .height-60-per {
607
+ height: 60% !important;
608
+ }
609
+
610
+ .height-65-per {
611
+ height: 65% !important;
612
+ }
613
+
614
+ .height-70-per {
615
+ height: 70% !important;
616
+ }
617
+
618
+ .height-75-per {
619
+ height: 75% !important;
620
+ }
621
+
622
+ .height-80-per {
623
+ height: 80% !important;
624
+ }
625
+
626
+ // Line height
627
+ .line-height-0 {
628
+ line-height: 0 !important;
629
+ }
630
+
631
+ .line-height-1 {
632
+ line-height: 1 !important;
633
+ }
634
+
635
+ .line-height-1p5 {
636
+ line-height: 1.5 !important;
637
+ }
638
+
639
+ .line-height-2 {
640
+ line-height: 2 !important;
641
+ }
642
+
643
+ // Transformations
644
+
645
+ .rotate-45 {
646
+ transform: rotate(45deg);
647
+ }
648
+
649
+ .rotate-45-inverse {
650
+ transform: rotate(-45deg);
651
+ }
652
+
653
+ .rotate-90 {
654
+ transform: rotate(45deg);
655
+ }
656
+
657
+ .rotate-90-inverse {
658
+ transform: rotate(-45deg);
659
+ }
660
+
661
+ .rotate-180 {
662
+ transform: rotate(45deg);
663
+ }
664
+
665
+ .rotate-180-inverse {
666
+ transform: rotate(-45deg);
667
+ }
668
+
669
+ // Spinner classes
670
+ .spinner {
671
+ animation: spin 1s linear infinite;
672
+ display: inline-block;
673
+ }
674
+
675
+ @keyframes spin {
676
+ 0% {
677
+ transform: rotate(0deg);
678
+ }
679
+
680
+ 100% {
681
+ transform: rotate(360deg);
682
+ }
683
+ }
684
+
685
+ .spinner-reverse {
686
+ animation: spin-reverse 1s linear infinite;
687
+ display: inline-block;
688
+ }
689
+
690
+ @keyframes spin-reverse {
691
+ 0% {
692
+ transform: rotate(0deg);
693
+ }
694
+
695
+ 100% {
696
+ transform: rotate(-360deg);
697
+ }
698
+ }
699
+
700
+ // Image
701
+ // Background Image
702
+ .bg-cover {
703
+ background-size: cover !important;
704
+ }
705
+
706
+ .bg-repeat {
707
+ background-repeat: repeat !important;
708
+ }
709
+
710
+ .bg-no-repeat {
711
+ background-repeat: no-repeat !important;
712
+ }
713
+
714
+ // Extra large
715
+ .img-xl {
716
+ height: 64px !important;
717
+ width: 64px !important;
718
+ }
719
+
720
+ // Large
721
+ .img-lg {
722
+ height: 44px !important;
723
+ width: 44px !important;
724
+ }
725
+
726
+ // Small
727
+ .img-sm {
728
+ height: 36px !important;
729
+ width: 36px !important;
730
+ }
731
+
732
+ // Mini
733
+ .img-xs {
734
+ height: 32px !important;
735
+ width: 32px !important;
736
+ }