@pod-os/elements 0.32.1-rc.f28b628.0 → 0.33.1-rc.77c38a0.0

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.
@@ -17980,6 +17980,7 @@ const PosUpload = class {
17980
17980
  .use(Dashboard, {
17981
17981
  inline: true,
17982
17982
  target: this.uppy,
17983
+ theme: 'auto',
17983
17984
  })
17984
17985
  .use(ImageEditor)
17985
17986
  .use(Webcam, { modes: ['picture'] });
@@ -18006,7 +18007,7 @@ const PosUpload = class {
18006
18007
  });
18007
18008
  }
18008
18009
  render() {
18009
- return h$4("div", { key: '628cefba7f79dca6a8265f63598ed47021d1a613', class: "container", ref: el => (this.uppy = el) });
18010
+ return h$4("div", { key: 'f28bebfde1c89399e3f51e48224038fbba7119af', class: "container", ref: el => (this.uppy = el) });
18010
18011
  }
18011
18012
  };
18012
18013
  PosUpload.style = posUploadCss;