@pod-os/elements 0.36.0-rc.1862cad.0 → 0.36.0-rc.3f5d940.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.
@@ -19150,7 +19150,7 @@ const PosUpload = class {
19150
19150
  theme: 'auto',
19151
19151
  })
19152
19152
  .use(ImageEditor)
19153
- .use(Webcam, { modes: ['picture'] });
19153
+ .use(Webcam, { modes: ['picture'], showVideoSourceDropdown: true });
19154
19154
  uppy.setOptions({
19155
19155
  restrictions: {
19156
19156
  allowedFileTypes: this.accept,
@@ -19180,7 +19180,7 @@ const PosUpload = class {
19180
19180
  }
19181
19181
  }
19182
19182
  render() {
19183
- return h$4("div", { key: 'e85f7055112697a463c2a7f2ad27932269e355e6', class: "container", ref: el => (this.uppy = el) });
19183
+ return h$4("div", { key: '0f77e2cac68f5aaf1d25a429b866015160c5787b', class: "container", ref: el => (this.uppy = el) });
19184
19184
  }
19185
19185
  };
19186
19186
  PosUpload.style = posUploadCss();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pod-os/elements",
3
- "version": "0.36.0-rc.1862cad.0",
3
+ "version": "0.36.0-rc.3f5d940.0",
4
4
  "description": "Custom elements for usage with Solid Pods",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "generate": "stencil generate"
22
22
  },
23
23
  "dependencies": {
24
- "@pod-os/core": "v0.25.0-rc.1862cad.0",
24
+ "@pod-os/core": "v0.25.0-rc.3f5d940.0",
25
25
  "@shoelace-style/shoelace": "^2.20.1",
26
26
  "@stencil/core": "^4.39.0",
27
27
  "@stencil/store": "^2.2.2",