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