@aaravpos/appointment-barber-booking 1.0.7 → 1.0.8

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/styles.css CHANGED
@@ -893,6 +893,36 @@
893
893
  .aaravpos-barber-padding-btn {
894
894
  padding: 9px 8px !important;
895
895
  }
896
+ .aaravpos-barber-cart-btn {
897
+ position: absolute;
898
+ left: -36px;
899
+ padding: 9px;
900
+ top: 0px;
901
+ background: var(--btn-bg);
902
+ color: var(--btn-text, #ffffff);
903
+ border: 0px;
904
+ outline: none;
905
+ border-top-left-radius: 8px;
906
+ border-bottom-left-radius: 8px;
907
+ cursor: pointer;
908
+ display: flex;
909
+ align-items: center;
910
+ justify-content: center;
911
+ }
912
+ .aaravpos-barber-count {
913
+ position: absolute;
914
+ top: -5px;
915
+ left: -14px;
916
+ background: var(--btn-bg, #000);
917
+ color: var(--btn-text, #fff);
918
+ border-radius: 50%;
919
+ height: 22px;
920
+ width: 22px;
921
+ display: flex;
922
+ align-items: center;
923
+ justify-content: center;
924
+ font-size: 12px;
925
+ }
896
926
  .aaravpos-barber-layout {
897
927
  height: 700px;
898
928
  display: flex;
@@ -952,7 +982,6 @@
952
982
  background: var(--surface-bg, #ffffff);
953
983
  border: 1px solid rgba(0, 0, 0, 0.1);
954
984
  padding: 16px 16px 14px;
955
- overflow: hidden;
956
985
  position: fixed;
957
986
  top: 10px;
958
987
  right: 10px;
@@ -971,7 +1000,7 @@
971
1000
  .aaravpos-barber-sidebar-mobile {
972
1001
  position: fixed;
973
1002
  inset: 0;
974
- z-index: 9999;
1003
+ z-index: 999;
975
1004
  background: #fff;
976
1005
  display: flex;
977
1006
  flex-direction: column;
@@ -1846,7 +1875,7 @@
1846
1875
  transition: all 0.2s ease;
1847
1876
  border-radius: 6px;
1848
1877
  }
1849
- .aaravpos-barber-common-btn:hover {
1878
+ .aaravpos-barber-common-btn:hover, .aaravpos-barber-cart-btn:hover {
1850
1879
  background: var(--btn-bg-hover);
1851
1880
  color: var(--btn-text-hover, #ffffff);
1852
1881
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aaravpos/appointment-barber-booking",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "A React component library built with Tailwind CSS v4 and TypeScript",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@10.33.0",