amelia-booking-ui 0.0.521 → 0.0.522

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.
@@ -3084,9 +3084,8 @@ function WE(t, e) {
3084
3084
  }
3085
3085
  const UE = { render: WE }, ZE = {
3086
3086
  xmlns: "http://www.w3.org/2000/svg",
3087
- width: "24",
3088
- height: "24",
3089
- fill: "none"
3087
+ fill: "none",
3088
+ viewBox: "0 0 24 24"
3090
3089
  };
3091
3090
  function KE(t, e) {
3092
3091
  return f(), g("svg", ZE, [...e[0] || (e[0] = [
@@ -5752,9 +5751,8 @@ function NO(t, e) {
5752
5751
  }
5753
5752
  const IO = { render: NO }, HO = {
5754
5753
  xmlns: "http://www.w3.org/2000/svg",
5755
- width: "24",
5756
- height: "24",
5757
- fill: "none"
5754
+ fill: "none",
5755
+ viewBox: "0 0 24 24"
5758
5756
  };
5759
5757
  function RO(t, e) {
5760
5758
  return f(), g("svg", HO, [...e[0] || (e[0] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amelia-booking-ui",
3
- "version": "0.0.521",
3
+ "version": "0.0.522",
4
4
  "description": "A Vue 3 component library for Amelia Booking Plugin.",
5
5
  "type": "module",
6
6
  "repository": {