@aaravpos/appointment-barber-booking 2.0.8 → 2.0.9
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 +17 -17
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -18963,7 +18963,7 @@ function dv() {
|
|
|
18963
18963
|
className: "aaravpos-barber-btn aaravpos-barber-btn-position-relative aaravpos-barber-margin-top-20",
|
|
18964
18964
|
children: /* @__PURE__ */ u("span", {
|
|
18965
18965
|
className: "aaravpos-barber-btn-content",
|
|
18966
|
-
children:
|
|
18966
|
+
children: "Confirm Details"
|
|
18967
18967
|
})
|
|
18968
18968
|
})]
|
|
18969
18969
|
})
|
package/package.json
CHANGED