@100mslive/roomkit-react 0.3.1-alpha.5 → 0.3.1-alpha.6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-VSVZYOSD.js → HLSView-3F4GAV3J.js} +2 -2
- package/dist/{chunk-2QNPBD6A.js → chunk-PAK5JCTI.js} +5 -5
- package/dist/{chunk-2QNPBD6A.js.map → chunk-PAK5JCTI.js.map} +2 -2
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +2 -2
- package/dist/meta.cjs.json +5 -5
- package/dist/meta.esbuild.json +12 -12
- package/package.json +6 -6
- package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +1 -1
- /package/dist/{HLSView-VSVZYOSD.js.map → HLSView-3F4GAV3J.js.map} +0 -0
package/dist/index.cjs.js
CHANGED
@@ -19237,7 +19237,7 @@ var init_dist = __esm({
|
|
19237
19237
|
};
|
19238
19238
|
ba = (a2, e) => () => (e || a2((e = { exports: {} }).exports, e), e.exports);
|
19239
19239
|
dr = ba((Xc, $a) => {
|
19240
|
-
$a.exports = { version: "0.12.1-alpha.
|
19240
|
+
$a.exports = { version: "0.12.1-alpha.6", license: "MIT", repository: { type: "git", url: "https://github.com/100mslive/web-sdks.git", directory: "packages/hms-video-store" }, main: "dist/index.cjs.js", module: "dist/index.js", typings: "dist/index.d.ts", files: ["dist", "src"], engines: { node: ">=12" }, exports: { ".": { require: "./dist/index.cjs.js", import: "./dist/index.js", default: "./dist/index.js" } }, sideEffects: false, scripts: { prestart: "rm -rf dist && yarn types:build", start: 'concurrently "yarn dev" "yarn types"', dev: "node ../../scripts/dev", "build:only": "node ../../scripts/build", build: "yarn build:only && yarn types:build", types: "tsc -w", "types:build": "tsc -p tsconfig.json", format: "prettier --write src/**/*.ts", test: "jest --maxWorkers=1", "test:watch": "jest --watch", "test:coverage": "jest --coverage", lint: "eslint -c ../../.eslintrc .", "lint:fix": "yarn lint --fix", prepare: "yarn build", size: "size-limit", analyze: "size-limit --why", docs: "rm -rf ./docs && typedoc && rm -f ./docs/README.md && mkdir ./docs/home &&mv ./docs/modules.md ./docs/home/content.md && node ../../scripts/docs-store && npx prettier --write './docs/**/*'" }, name: "@100mslive/hms-video-store", author: "100ms", dependencies: { eventemitter2: "^6.4.9", immer: "^9.0.6", "lodash.isequal": "^4.5.0", reselect: "4.0.0", "sdp-transform": "^2.14.1", "ua-parser-js": "^1.0.1", uuid: "^8.3.2", "webrtc-adapter": "^8.0.0", zustand: "3.5.7" }, devDependencies: { "@types/dom-screen-wake-lock": "^1.0.1", "@types/lodash.isequal": "^4.5.8", "@types/sdp-transform": "^2.4.4", "@types/ua-parser-js": "^0.7.36", "@types/uuid": "^8.3.0", "jest-canvas-mock": "^2.3.1", "jsdom-worker": "^0.3.0", tslib: "^2.2.0" }, description: "@100mslive Core SDK which abstracts the complexities of webRTC while providing a reactive store for data management with a unidirectional data flow", keywords: ["video", "webrtc", "conferencing", "100ms"], gitHead: "26d1da9289ab9502147a574572ff5b903dbf6e4a" };
|
19241
19241
|
});
|
19242
19242
|
Xi = ((n) => (n.Disconnected = "Disconnected", n.Preview = "Preview", n.Connecting = "Connecting", n.Connected = "Connected", n.Reconnecting = "Reconnecting", n.Disconnecting = "Disconnecting", n.Failed = "Failed", n))(Xi || {});
|
19243
19243
|
Aa = ((e) => (e.CHAT = "chat", e))(Aa || {});
|
@@ -28874,7 +28874,7 @@ var init_ProminenceLayout = __esm({
|
|
28874
28874
|
rootCSS: {
|
28875
28875
|
padding: 0,
|
28876
28876
|
maxWidth: 240,
|
28877
|
-
h: "100%",
|
28877
|
+
h: hasSidebar ? void 0 : "100%",
|
28878
28878
|
aspectRatio: 16 / 9,
|
28879
28879
|
"@md": { aspectRatio: 1 }
|
28880
28880
|
},
|