@aaravpos/appointment-barber-booking 1.0.1 → 1.0.2

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 (2) hide show
  1. package/dist/styles.css +2 -5
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -961,15 +961,12 @@
961
961
  border-radius: 8px;
962
962
  display: flex;
963
963
  }
964
- .aaravpos-barber-sidebar .show {
964
+ .aaravpos-barber-sidebar.show {
965
965
  transform: translateX(0);
966
966
  }
967
- .aaravpos-barber-sidebar .hide {
967
+ .aaravpos-barber-sidebar.hide {
968
968
  transform: translateX(100%);
969
969
  }
970
- .aaravpos-layout-wrapper.with-sidebar .aaravpos-barber-sidebar {
971
- transform: translateX(0);
972
- }
973
970
  .aaravpos-barber-sidebar-mobile {
974
971
  position: fixed;
975
972
  z-index: 999;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aaravpos/appointment-barber-booking",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
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",