@unissey-web/web-components 5.3.0-rc.2 → 5.5.0-rc.1
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/button.js +2 -2
- package/dist/{direction-card-fd8d8d8b.js → direction-card-88c5d34f.js} +1 -1
- package/dist/{en-57f1198e.js → en-27ff3a75.js} +12 -4
- package/dist/file-upload.js +23 -5
- package/dist/full-capture.js +5 -5
- package/dist/image-capture-directions.js +3 -3
- package/dist/index.d.ts +88 -0
- package/dist/index.js +18 -10
- package/dist/picture-editor.js +1 -1
- package/dist/picture-recorder.js +4 -4
- package/dist/reference-capture.js +5 -5
- package/dist/retry-result.js +2 -2
- package/dist/selfie-capture.js +5 -5
- package/dist/utils-474188c7.js +21 -0
- package/dist/{variables-0db5ef1b.js → variables-513bd26a.js} +33 -31
- package/dist/video-record-directions.js +3 -3
- package/dist/video-recorder-31ce7f04.js +1605 -0
- package/dist/video-recorder.js +4 -4
- package/package.json +3 -3
- package/dist/_commonjsHelpers-02146103.js +0 -7
- package/dist/video-recorder-74afe5ca.js +0 -1505
package/dist/video-recorder.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './lit-element-c42ac26e.js';
|
|
2
|
-
export { R as Recorder, V as VideoRecorder } from './video-recorder-
|
|
3
|
-
import './variables-
|
|
2
|
+
export { R as Recorder, V as VideoRecorder } from './video-recorder-31ce7f04.js';
|
|
3
|
+
import './variables-513bd26a.js';
|
|
4
4
|
import './button.js';
|
|
5
|
-
import './en-
|
|
6
|
-
import './
|
|
5
|
+
import './en-27ff3a75.js';
|
|
6
|
+
import './utils-474188c7.js';
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unissey-web/web-components",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.5.0-rc.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"typings": "./dist/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"dev": "start-storybook -p 6006 --ci --https --ssl-cert https/certificate.crt --ssl-key https/privateKey.key",
|
|
9
|
-
"dev:server": "rimraf ./dev-server/dist && rollup --config rollup.dev.mjs",
|
|
9
|
+
"dev:server": "rimraf ./dev-server/dist && rollup --config rollup.dev.mjs --silent --watch",
|
|
10
10
|
"build:base": "npm run build:types && npm run build:pkg",
|
|
11
11
|
"build:types": "tsc",
|
|
12
12
|
"build:pkg": "rimraf dist && rimraf dist-iife && rollup --config --silent",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@storybook/manager-webpack5": "^6.5.15",
|
|
39
39
|
"@storybook/theming": "^6.5.14",
|
|
40
40
|
"@storybook/web-components": "^6.5.14",
|
|
41
|
-
"@unissey/sdk-web-js": "0.5.
|
|
41
|
+
"@unissey/sdk-web-js": "0.5.4",
|
|
42
42
|
"heic2any": "^0.0.4",
|
|
43
43
|
"rollup-plugin-dts": "^5.1.1",
|
|
44
44
|
"storybook-stylesheet-toggle": "^0.1.3"
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
2
|
-
|
|
3
|
-
function commonjsRequire (path) {
|
|
4
|
-
throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { commonjsRequire as a, commonjsGlobal as c };
|