@aaravpos/appointment-barber-booking 3.0.2 → 3.0.4

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,15 @@
893
893
  top: 50%;
894
894
  margin-top: -12px;
895
895
  }
896
+ .aaravpos-delete-btn {
897
+ background: transparent;
898
+ border: 0px;
899
+ outline: none;
900
+ position: absolute;
901
+ right: 10px;
902
+ cursor: pointer;
903
+ color: red;
904
+ }
896
905
  button.aaravpos-barber-service-action-btn:disabled {
897
906
  cursor: not-allowed;
898
907
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aaravpos/appointment-barber-booking",
3
- "version": "3.0.2",
3
+ "version": "3.0.4",
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",