@aaravpos/appointment-barber-booking 2.0.3 → 2.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.
Files changed (2) hide show
  1. package/dist/styles.css +2 -1
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -1759,7 +1759,7 @@
1759
1759
  left: 0;
1760
1760
  right: 0;
1761
1761
  bottom: 0;
1762
- padding: 10px 14px;
1762
+ padding: 8px 14px;
1763
1763
  background: var(--btn-bg);
1764
1764
  @supports (color: color-mix(in lab, red, red)) {
1765
1765
  background: color-mix(in srgb, var(--btn-bg) 40%, transparent);
@@ -1785,6 +1785,7 @@
1785
1785
  color: var(--btn-bg-hover);
1786
1786
  text-transform: uppercase;
1787
1787
  letter-spacing: 1px;
1788
+ line-height: normal;
1788
1789
  display: -webkit-box;
1789
1790
  -webkit-line-clamp: 1;
1790
1791
  -webkit-box-orient: vertical;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aaravpos/appointment-barber-booking",
3
- "version": "2.0.3",
3
+ "version": "2.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",