@aaravpos/appointment-barber-booking 2.0.3 → 2.0.5
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/dist/index.cjs +33 -33
- package/dist/index.js +3087 -3078
- package/dist/styles.css +114 -23
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -805,6 +805,94 @@
|
|
|
805
805
|
.aaravpos-barber-m0 {
|
|
806
806
|
margin: 0px !important;
|
|
807
807
|
}
|
|
808
|
+
.aaravpos-barber-paymentcard-wrapper {
|
|
809
|
+
width: 100%;
|
|
810
|
+
display: flex;
|
|
811
|
+
cursor: pointer;
|
|
812
|
+
}
|
|
813
|
+
.aaravpos-barber-paymentcard-card.active {
|
|
814
|
+
border-color: var(--btn-bg);
|
|
815
|
+
}
|
|
816
|
+
.aaravpos-barber-paymentcard-container {
|
|
817
|
+
width: 100%;
|
|
818
|
+
display: flex;
|
|
819
|
+
flex-direction: column;
|
|
820
|
+
}
|
|
821
|
+
.aaravpos-barber-section-label {
|
|
822
|
+
font-size: 14px;
|
|
823
|
+
font-weight: 600;
|
|
824
|
+
margin-bottom: 10px;
|
|
825
|
+
display: inline-block;
|
|
826
|
+
}
|
|
827
|
+
.aaravpos-barber-paymentcard-card {
|
|
828
|
+
background: linear-gradient( to right, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.02) );
|
|
829
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
830
|
+
border-radius: 4px;
|
|
831
|
+
padding: 28px 18px;
|
|
832
|
+
flex: 1;
|
|
833
|
+
margin-bottom: 8px;
|
|
834
|
+
position: relative;
|
|
835
|
+
}
|
|
836
|
+
.aaravpos-barber-paymentcard-content {
|
|
837
|
+
display: flex;
|
|
838
|
+
align-items: flex-start;
|
|
839
|
+
gap: 16px;
|
|
840
|
+
height: 100%;
|
|
841
|
+
}
|
|
842
|
+
.aaravpos-barber-paymentcard-icon {
|
|
843
|
+
width: 40px;
|
|
844
|
+
height: 40px;
|
|
845
|
+
border-radius: 50%;
|
|
846
|
+
background-color: var(--btn-bg);
|
|
847
|
+
color: #fff;
|
|
848
|
+
display: flex;
|
|
849
|
+
align-items: center;
|
|
850
|
+
justify-content: center;
|
|
851
|
+
flex-shrink: 0;
|
|
852
|
+
font-size: 18px;
|
|
853
|
+
}
|
|
854
|
+
.aaravpos-barber-paymentcard-info {
|
|
855
|
+
flex: 1;
|
|
856
|
+
display: flex;
|
|
857
|
+
flex-direction: column;
|
|
858
|
+
justify-content: space-between;
|
|
859
|
+
}
|
|
860
|
+
.aaravpos-barber-paymentcard-header {
|
|
861
|
+
display: flex;
|
|
862
|
+
align-items: center;
|
|
863
|
+
justify-content: space-between;
|
|
864
|
+
gap: 12px;
|
|
865
|
+
height: 100%;
|
|
866
|
+
}
|
|
867
|
+
.aaravpos-barber-paymentcard-title {
|
|
868
|
+
font-size: 16px;
|
|
869
|
+
font-weight: 600;
|
|
870
|
+
margin: 0;
|
|
871
|
+
margin-bottom: 6px;
|
|
872
|
+
}
|
|
873
|
+
.aaravpos-barber-paymentcard-description {
|
|
874
|
+
font-size: 14px;
|
|
875
|
+
color: rgba(0, 0, 0, 0.6);
|
|
876
|
+
margin-top: 5px;
|
|
877
|
+
line-height: 1.5;
|
|
878
|
+
margin-bottom: 0px;
|
|
879
|
+
}
|
|
880
|
+
.aaravpos-barber-paymentcard-check {
|
|
881
|
+
background-color: var(--btn-bg);
|
|
882
|
+
color: #fff;
|
|
883
|
+
border-radius: 50%;
|
|
884
|
+
flex-shrink: 0;
|
|
885
|
+
justify-content: center;
|
|
886
|
+
align-items: center;
|
|
887
|
+
width: 24px;
|
|
888
|
+
height: 24px;
|
|
889
|
+
font-size: 12px;
|
|
890
|
+
display: flex;
|
|
891
|
+
position: absolute;
|
|
892
|
+
right: 14px;
|
|
893
|
+
top: 50%;
|
|
894
|
+
margin-top: -12px;
|
|
895
|
+
}
|
|
808
896
|
.aaravpos-barber-overflow-hidden {
|
|
809
897
|
overflow: hidden;
|
|
810
898
|
}
|
|
@@ -1759,7 +1847,7 @@
|
|
|
1759
1847
|
left: 0;
|
|
1760
1848
|
right: 0;
|
|
1761
1849
|
bottom: 0;
|
|
1762
|
-
padding:
|
|
1850
|
+
padding: 8px 14px;
|
|
1763
1851
|
background: var(--btn-bg);
|
|
1764
1852
|
@supports (color: color-mix(in lab, red, red)) {
|
|
1765
1853
|
background: color-mix(in srgb, var(--btn-bg) 40%, transparent);
|
|
@@ -1785,6 +1873,7 @@
|
|
|
1785
1873
|
color: var(--btn-bg-hover);
|
|
1786
1874
|
text-transform: uppercase;
|
|
1787
1875
|
letter-spacing: 1px;
|
|
1876
|
+
line-height: normal;
|
|
1788
1877
|
display: -webkit-box;
|
|
1789
1878
|
-webkit-line-clamp: 1;
|
|
1790
1879
|
-webkit-box-orient: vertical;
|
|
@@ -2277,9 +2366,6 @@
|
|
|
2277
2366
|
cursor: pointer;
|
|
2278
2367
|
transition: all 0.2s ease;
|
|
2279
2368
|
}
|
|
2280
|
-
.aaravpos-barber-date-nav-btn:hover {
|
|
2281
|
-
color: var(--red-color);
|
|
2282
|
-
}
|
|
2283
2369
|
.aaravpos-barber-date-nav-btn:disabled {
|
|
2284
2370
|
opacity: 0.3;
|
|
2285
2371
|
cursor: not-allowed;
|
|
@@ -2327,17 +2413,13 @@
|
|
|
2327
2413
|
background: var(--btn-bg);
|
|
2328
2414
|
color: #fff;
|
|
2329
2415
|
}
|
|
2330
|
-
.aaravpos-barber-calendar-day-disabled {
|
|
2331
|
-
opacity: 0.4;
|
|
2332
|
-
cursor: not-allowed;
|
|
2333
|
-
}
|
|
2334
2416
|
.aaravpos-barber-calendar-day {
|
|
2335
2417
|
position: relative;
|
|
2336
2418
|
}
|
|
2337
2419
|
.aaravpos-barber-calendar-day-disabled {
|
|
2338
|
-
background: rgba(0, 0, 0, 0.
|
|
2420
|
+
background: rgba(0, 0, 0, 0.05);
|
|
2339
2421
|
cursor: not-allowed;
|
|
2340
|
-
opacity: 0.
|
|
2422
|
+
opacity: 0.5;
|
|
2341
2423
|
}
|
|
2342
2424
|
.aaravpos-barber-calendar-day-slash {
|
|
2343
2425
|
position: absolute;
|
|
@@ -2633,8 +2715,8 @@
|
|
|
2633
2715
|
display: flex;
|
|
2634
2716
|
align-items: center;
|
|
2635
2717
|
gap: 8px;
|
|
2636
|
-
margin-top:
|
|
2637
|
-
padding-top:
|
|
2718
|
+
margin-top: 8px;
|
|
2719
|
+
padding-top: 8px;
|
|
2638
2720
|
border-top: 1px solid #e5e7eb;
|
|
2639
2721
|
}
|
|
2640
2722
|
.aaravpos-barber-appointment-date-text {
|
|
@@ -2851,9 +2933,7 @@
|
|
|
2851
2933
|
box-sizing: border-box;
|
|
2852
2934
|
}
|
|
2853
2935
|
.aaravpos-barber-payment-header {
|
|
2854
|
-
|
|
2855
|
-
justify-content: space-between;
|
|
2856
|
-
margin-bottom: 20px;
|
|
2936
|
+
padding-right: 25px;
|
|
2857
2937
|
}
|
|
2858
2938
|
.aaravpos-barber-payment-title {
|
|
2859
2939
|
font-size: 18px;
|
|
@@ -3309,7 +3389,7 @@
|
|
|
3309
3389
|
display: flex;
|
|
3310
3390
|
align-items: center;
|
|
3311
3391
|
justify-content: space-between;
|
|
3312
|
-
padding:
|
|
3392
|
+
padding: 12px 10px;
|
|
3313
3393
|
cursor: pointer;
|
|
3314
3394
|
background-color: var(--surface);
|
|
3315
3395
|
transition: background-color 0.2s ease;
|
|
@@ -3411,7 +3491,7 @@
|
|
|
3411
3491
|
.aaravpos-barber-card-box {
|
|
3412
3492
|
background-color: #ffffff;
|
|
3413
3493
|
border: 1px solid var(--btn-bg);
|
|
3414
|
-
border-radius:
|
|
3494
|
+
border-radius: 4px;
|
|
3415
3495
|
padding: 16px;
|
|
3416
3496
|
margin-bottom: 8px;
|
|
3417
3497
|
font-size: 14px;
|
|
@@ -3441,8 +3521,11 @@
|
|
|
3441
3521
|
background-color: transparent;
|
|
3442
3522
|
}
|
|
3443
3523
|
.aaravpos-barber-select-card-active {
|
|
3444
|
-
border-color: var(--
|
|
3445
|
-
background-color:
|
|
3524
|
+
border-color: var(--btn-bg);
|
|
3525
|
+
background-color: var(--btn-bg);
|
|
3526
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3527
|
+
background-color: color-mix(in srgb, var(--btn-bg) 10%, transparent);
|
|
3528
|
+
}
|
|
3446
3529
|
}
|
|
3447
3530
|
.aaravpos-barber-select-check {
|
|
3448
3531
|
margin-left: auto;
|
|
@@ -3468,9 +3551,12 @@
|
|
|
3468
3551
|
transition: all 150ms ease;
|
|
3469
3552
|
}
|
|
3470
3553
|
.aaravpos-barber-date-nav-btn:hover {
|
|
3471
|
-
border-color: var(--
|
|
3472
|
-
color: var(--
|
|
3473
|
-
background-color:
|
|
3554
|
+
border-color: var(--btn-bg);
|
|
3555
|
+
color: var(--btn-bg);
|
|
3556
|
+
background-color: var(--btn-bg);
|
|
3557
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3558
|
+
background-color: color-mix(in srgb, var(--btn-bg) 10%, transparent);
|
|
3559
|
+
}
|
|
3474
3560
|
}
|
|
3475
3561
|
.aaravpos-barber-loading-container {
|
|
3476
3562
|
display: flex;
|
|
@@ -3848,7 +3934,12 @@
|
|
|
3848
3934
|
}
|
|
3849
3935
|
.aaravpos-barber-booking-grid {
|
|
3850
3936
|
flex-direction: column;
|
|
3851
|
-
gap:
|
|
3937
|
+
gap: 0px;
|
|
3938
|
+
}
|
|
3939
|
+
}
|
|
3940
|
+
@media (max-width: 1280px) {
|
|
3941
|
+
.aaravpos-barber-paymentcardt-card {
|
|
3942
|
+
padding: 18px;
|
|
3852
3943
|
}
|
|
3853
3944
|
}
|
|
3854
3945
|
@media (min-width: 1280px) {
|
package/package.json
CHANGED