@100mslive/roomkit-react 0.3.10-alpha.0 → 0.3.10-alpha.10
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-5GXP76IN.js → HLSView-73GDHCD4.js} +2 -2
- package/dist/{HLSView-FBGVUTA5.css → HLSView-NUX3NEDM.css} +16 -3
- package/dist/{HLSView-FBGVUTA5.css.map → HLSView-NUX3NEDM.css.map} +3 -3
- package/dist/Prebuilt/common/constants.d.ts +1 -0
- package/dist/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.d.ts +3 -0
- package/dist/Prebuilt/components/Chat/Chat.d.ts +1 -1
- package/dist/Prebuilt/components/RoleChangeModal.d.ts +5 -0
- package/dist/Prebuilt/components/TileMenu/TileMenuContent.d.ts +2 -1
- package/dist/{chunk-WSDBUVSZ.js → chunk-K7LIJG5P.js} +610 -563
- package/dist/chunk-K7LIJG5P.js.map +7 -0
- package/dist/index.cjs.css +15 -2
- package/dist/index.cjs.css.map +3 -3
- package/dist/index.cjs.js +1949 -1894
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.css +15 -2
- package/dist/index.css.map +3 -3
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +136 -62
- package/dist/meta.esbuild.json +150 -76
- package/package.json +7 -7
- package/src/Modal/DialogContent.tsx +1 -1
- package/src/Prebuilt/common/constants.ts +2 -0
- package/src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx +22 -0
- package/src/Prebuilt/components/AudioVideoToggle.tsx +1 -1
- package/src/Prebuilt/components/Chat/Chat.tsx +3 -4
- package/src/Prebuilt/components/Footer/ParticipantList.tsx +58 -37
- package/src/Prebuilt/components/RoleChangeModal.tsx +188 -0
- package/src/Prebuilt/components/TileMenu/TileMenu.tsx +5 -0
- package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +25 -1
- package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +3 -0
- package/src/Prebuilt/layouts/SidePane.tsx +9 -9
- package/dist/chunk-WSDBUVSZ.js.map +0 -7
- package/src/Prebuilt/components/RoleChangeModal.jsx +0 -185
- /package/dist/{HLSView-5GXP76IN.js.map → HLSView-73GDHCD4.js.map} +0 -0
package/dist/index.css
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap";
|
2
2
|
|
3
|
-
/* ../../../../../../../tmp/tmp-
|
3
|
+
/* ../../../../../../../tmp/tmp-2781-UX8EI1PHTKRC/18f70671ba42/tldraw.css */
|
4
4
|
.tl-container {
|
5
5
|
width: 100%;
|
6
6
|
height: 100%;
|
@@ -2756,7 +2756,7 @@ input,
|
|
2756
2756
|
font-size: 12px;
|
2757
2757
|
}
|
2758
2758
|
|
2759
|
-
/* ../../../../../../../tmp/tmp-
|
2759
|
+
/* ../../../../../../../tmp/tmp-2781-UX8EI1PHTKRC/18f70671b250/index.css */
|
2760
2760
|
.tlui-navigation-zone,
|
2761
2761
|
.tlui-navigation-panel {
|
2762
2762
|
display: none;
|
@@ -2764,4 +2764,17 @@ input,
|
|
2764
2764
|
.transparent-canvas {
|
2765
2765
|
--color-background: rgba(0, 0, 0, 0);
|
2766
2766
|
}
|
2767
|
+
.tl-container {
|
2768
|
+
--layer-background: 4;
|
2769
|
+
--layer-grid: 5;
|
2770
|
+
--layer-canvas: 6;
|
2771
|
+
--layer-shapes: 7;
|
2772
|
+
--layer-overlays: 8;
|
2773
|
+
--layer-following-indicator: 12;
|
2774
|
+
--layer-panels: 7;
|
2775
|
+
--layer-menus: 8;
|
2776
|
+
--layer-overlays: 9;
|
2777
|
+
--layer-toasts: 10;
|
2778
|
+
--layer-cursor: 11;
|
2779
|
+
}
|
2767
2780
|
/*# sourceMappingURL=index.css.map */
|