@100mslive/roomkit-react 0.3.1-alpha.5 → 0.3.1-alpha.6
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/{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.js
CHANGED
|
@@ -19354,7 +19354,7 @@ var init_dist = __esm({
|
|
|
19354
19354
|
};
|
|
19355
19355
|
ba = (a2, e) => () => (e || a2((e = { exports: {} }).exports, e), e.exports);
|
|
19356
19356
|
dr = ba((Xc, $a) => {
|
|
19357
|
-
$a.exports = { version: "0.12.1-alpha.
|
|
19357
|
+
$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" };
|
|
19358
19358
|
});
|
|
19359
19359
|
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 || {});
|
|
19360
19360
|
Aa = ((e) => (e.CHAT = "chat", e))(Aa || {});
|
|
@@ -29187,7 +29187,7 @@ var init_ProminenceLayout = __esm({
|
|
|
29187
29187
|
rootCSS: {
|
|
29188
29188
|
padding: 0,
|
|
29189
29189
|
maxWidth: 240,
|
|
29190
|
-
h: "100%",
|
|
29190
|
+
h: hasSidebar ? void 0 : "100%",
|
|
29191
29191
|
aspectRatio: 16 / 9,
|
|
29192
29192
|
"@md": { aspectRatio: 1 }
|
|
29193
29193
|
},
|