@100mslive/roomkit-react 0.3.23 → 0.3.24-alpha.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Accordion/Accordion.d.ts +134 -322
- package/dist/Accordion/index.d.ts +134 -322
- package/dist/Avatar/Avatar.d.ts +47 -141
- package/dist/Button/Button.d.ts +47 -141
- package/dist/Checkbox/Checkbox.d.ts +134 -322
- package/dist/Collapsible/Collapsible.d.ts +201 -483
- package/dist/Divider/Divider.d.ts +134 -322
- package/dist/Dropdown/Dropdown.d.ts +804 -1932
- package/dist/Fieldset/Fieldset.d.ts +47 -141
- package/dist/Footer/Footer.d.ts +536 -1288
- package/dist/IconButton/IconButton.d.ts +47 -141
- package/dist/Input/Input.d.ts +362 -926
- package/dist/Label/Label.d.ts +47 -141
- package/dist/Layout/Box.d.ts +47 -141
- package/dist/Layout/Flex.d.ts +47 -141
- package/dist/Link/Link.d.ts +47 -141
- package/dist/Modal/Dialog.d.ts +329 -987
- package/dist/Modal/DialogContent.d.ts +469 -1127
- package/dist/Pagination/StyledPagination.d.ts +268 -644
- package/dist/Popover/index.d.ts +201 -483
- package/dist/Prebuilt/IconButton.d.ts +134 -322
- package/dist/Prebuilt/components/Chat/ChatBody.d.ts +134 -322
- package/dist/Prebuilt/components/Leave/LeaveAtoms.d.ts +335 -805
- package/dist/Prebuilt/components/Notifications/DeviceChangeNotifications.d.ts +1 -0
- package/dist/Prebuilt/components/Notifications/ErrorNotifications.d.ts +1 -0
- package/dist/Prebuilt/components/Notifications/MessageNotifications.d.ts +1 -0
- package/dist/Prebuilt/components/Notifications/PollNotificationModal.d.ts +1 -0
- package/dist/Prebuilt/components/Notifications/RoleChangeNotification.d.ts +1 -0
- package/dist/Prebuilt/components/Settings/common.d.ts +134 -322
- package/dist/Progress/index.d.ts +134 -322
- package/dist/RadioGroup/RadioGroup.d.ts +201 -483
- package/dist/ReactSelect/ReactSelect.d.ts +670 -1610
- package/dist/Select/Select.d.ts +201 -483
- package/dist/Sheet/Sheet.d.ts +329 -987
- package/dist/Slider/Slider.d.ts +47 -141
- package/dist/Stats/StyledStats.d.ts +402 -966
- package/dist/Switch/Switch.d.ts +47 -141
- package/dist/Tabs/Tabs.d.ts +268 -644
- package/dist/Text/Text.d.ts +47 -141
- package/dist/TextArea/TextArea.d.ts +47 -141
- package/dist/Theme/base.config.d.ts +26 -78
- package/dist/Theme/stitches.config.d.ts +1046 -1493
- package/dist/TileMenu/StyledMenuTile.d.ts +469 -1127
- package/dist/Toast/Toast.d.ts +382 -946
- package/dist/Video/Video.d.ts +47 -141
- package/dist/VideoList/StyledVideoList.d.ts +201 -483
- package/dist/VideoTile/StyledVideoTile.d.ts +670 -1610
- package/dist/android-perm-1.png +0 -0
- package/dist/audio-level.png +0 -0
- package/dist/empty-chat.svg +12 -0
- package/dist/index.cjs.css +2 -2
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +34062 -37242
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +36387 -67
- package/dist/index.js.map +4 -4
- package/dist/ios-perm-0.png +0 -0
- package/dist/meta.cjs.json +1531 -1218
- package/dist/meta.esbuild.json +942 -794
- package/dist/pdf-share.png +0 -0
- package/dist/screen-share.png +0 -0
- package/dist/transaction_error.svg +12 -0
- package/package.json +8 -8
- package/src/Avatar/Avatar.tsx +1 -1
- package/src/Popover/Popover.stories.tsx +1 -1
- package/src/Prebuilt/components/Chat/Chat.tsx +1 -1
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +1 -1
- package/src/Prebuilt/components/Footer/WhiteboardToggle.tsx +11 -4
- package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +3 -3
- package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +3 -0
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +14 -1
- package/src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx +18 -0
- package/src/Prebuilt/components/Notifications/ErrorNotifications.tsx +56 -0
- package/src/Prebuilt/components/Notifications/MessageNotifications.tsx +24 -0
- package/src/Prebuilt/components/Notifications/Notifications.tsx +13 -171
- package/src/Prebuilt/components/Notifications/PeerNotifications.tsx +9 -2
- package/src/Prebuilt/components/Notifications/PollNotificationModal.tsx +71 -0
- package/src/Prebuilt/components/Notifications/ReconnectNotifications.tsx +1 -5
- package/src/Prebuilt/components/Notifications/RoleChangeNotification.tsx +24 -0
- package/src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx +7 -5
- package/src/Prebuilt/components/Notifications/TrackNotifications.tsx +23 -1
- package/src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx +13 -5
- package/src/Prebuilt/components/Preview/PreviewJoin.tsx +3 -2
- package/src/Prebuilt/components/StatsForNerds.jsx +122 -9
- package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +0 -1
- package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +2 -2
- package/src/Prebuilt/components/VirtualBackground/VBOption.tsx +3 -1
- package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +6 -0
- package/src/Prebuilt/layouts/HLSView.jsx +3 -3
- package/src/Prebuilt/layouts/PDFView.jsx +1 -0
- package/src/Prebuilt/layouts/VideoStreamingSection.tsx +82 -86
- package/src/Prebuilt/layouts/WaitingView.tsx +2 -2
- package/dist/HLSView-HYI6LLL6.js +0 -1652
- package/dist/HLSView-HYI6LLL6.js.map +0 -7
- package/dist/HLSView-S4NJF7Q2.css +0 -2780
- package/dist/HLSView-S4NJF7Q2.css.map +0 -7
- package/dist/chunk-LRJSQMZ4.js +0 -34759
- package/dist/chunk-LRJSQMZ4.js.map +0 -7
package/dist/meta.esbuild.json
CHANGED
@@ -384,7 +384,7 @@
|
|
384
384
|
"format": "esm"
|
385
385
|
},
|
386
386
|
"src/Avatar/Avatar.tsx": {
|
387
|
-
"bytes":
|
387
|
+
"bytes": 1415,
|
388
388
|
"imports": [
|
389
389
|
{
|
390
390
|
"path": "react",
|
@@ -4734,13 +4734,18 @@
|
|
4734
4734
|
"format": "esm"
|
4735
4735
|
},
|
4736
4736
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
4737
|
-
"bytes":
|
4737
|
+
"bytes": 13008,
|
4738
4738
|
"imports": [
|
4739
4739
|
{
|
4740
4740
|
"path": "react",
|
4741
4741
|
"kind": "import-statement",
|
4742
4742
|
"external": true
|
4743
4743
|
},
|
4744
|
+
{
|
4745
|
+
"path": "react-use",
|
4746
|
+
"kind": "import-statement",
|
4747
|
+
"external": true
|
4748
|
+
},
|
4744
4749
|
{
|
4745
4750
|
"path": "ts-pattern",
|
4746
4751
|
"kind": "import-statement",
|
@@ -4751,6 +4756,11 @@
|
|
4751
4756
|
"kind": "import-statement",
|
4752
4757
|
"external": true
|
4753
4758
|
},
|
4759
|
+
{
|
4760
|
+
"path": "src/Accordion/index.ts",
|
4761
|
+
"kind": "import-statement",
|
4762
|
+
"original": "../../Accordion"
|
4763
|
+
},
|
4754
4764
|
{
|
4755
4765
|
"path": "src/Divider/index.ts",
|
4756
4766
|
"kind": "import-statement",
|
@@ -4776,6 +4786,11 @@
|
|
4776
4786
|
"kind": "import-statement",
|
4777
4787
|
"original": "../../Modal"
|
4778
4788
|
},
|
4789
|
+
{
|
4790
|
+
"path": "src/Sheet/index.ts",
|
4791
|
+
"kind": "import-statement",
|
4792
|
+
"original": "../../Sheet"
|
4793
|
+
},
|
4779
4794
|
{
|
4780
4795
|
"path": "src/Stats/index.tsx",
|
4781
4796
|
"kind": "import-statement",
|
@@ -4791,6 +4806,11 @@
|
|
4791
4806
|
"kind": "import-statement",
|
4792
4807
|
"original": "../../Text"
|
4793
4808
|
},
|
4809
|
+
{
|
4810
|
+
"path": "src/Theme/index.tsx",
|
4811
|
+
"kind": "import-statement",
|
4812
|
+
"original": "../../Theme"
|
4813
|
+
},
|
4794
4814
|
{
|
4795
4815
|
"path": "src/Prebuilt/primitives/DropdownTrigger.jsx",
|
4796
4816
|
"kind": "import-statement",
|
@@ -4815,6 +4835,11 @@
|
|
4815
4835
|
"path": "<define:process.env>",
|
4816
4836
|
"kind": "import-statement",
|
4817
4837
|
"external": true
|
4838
|
+
},
|
4839
|
+
{
|
4840
|
+
"path": "<runtime>",
|
4841
|
+
"kind": "import-statement",
|
4842
|
+
"external": true
|
4818
4843
|
}
|
4819
4844
|
],
|
4820
4845
|
"format": "esm"
|
@@ -5251,7 +5276,7 @@
|
|
5251
5276
|
"format": "esm"
|
5252
5277
|
},
|
5253
5278
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
5254
|
-
"bytes":
|
5279
|
+
"bytes": 10557,
|
5255
5280
|
"imports": [
|
5256
5281
|
{
|
5257
5282
|
"path": "react",
|
@@ -5749,7 +5774,7 @@
|
|
5749
5774
|
"format": "cjs"
|
5750
5775
|
},
|
5751
5776
|
"../hms-video-store/dist/index.js": {
|
5752
|
-
"bytes":
|
5777
|
+
"bytes": 372756,
|
5753
5778
|
"imports": [
|
5754
5779
|
{
|
5755
5780
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -6115,7 +6140,7 @@
|
|
6115
6140
|
"format": "esm"
|
6116
6141
|
},
|
6117
6142
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
6118
|
-
"bytes":
|
6143
|
+
"bytes": 14013,
|
6119
6144
|
"imports": [
|
6120
6145
|
{
|
6121
6146
|
"path": "react",
|
@@ -6182,6 +6207,11 @@
|
|
6182
6207
|
"kind": "import-statement",
|
6183
6208
|
"original": "../../Settings/SettingsModal"
|
6184
6209
|
},
|
6210
|
+
{
|
6211
|
+
"path": "src/Prebuilt/components/StatsForNerds.jsx",
|
6212
|
+
"kind": "import-statement",
|
6213
|
+
"original": "../../StatsForNerds"
|
6214
|
+
},
|
6185
6215
|
{
|
6186
6216
|
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
6187
6217
|
"kind": "import-statement",
|
@@ -7291,7 +7321,7 @@
|
|
7291
7321
|
"format": "esm"
|
7292
7322
|
},
|
7293
7323
|
"src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
|
7294
|
-
"bytes":
|
7324
|
+
"bytes": 1543,
|
7295
7325
|
"imports": [
|
7296
7326
|
{
|
7297
7327
|
"path": "react",
|
@@ -8887,7 +8917,7 @@
|
|
8887
8917
|
"format": "esm"
|
8888
8918
|
},
|
8889
8919
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
8890
|
-
"bytes":
|
8920
|
+
"bytes": 11589,
|
8891
8921
|
"imports": [
|
8892
8922
|
{
|
8893
8923
|
"path": "react",
|
@@ -8900,7 +8930,7 @@
|
|
8900
8930
|
"external": true
|
8901
8931
|
},
|
8902
8932
|
{
|
8903
|
-
"path": "@emoji-mart/data",
|
8933
|
+
"path": "@emoji-mart/data/sets/14/apple.json",
|
8904
8934
|
"kind": "import-statement",
|
8905
8935
|
"external": true
|
8906
8936
|
},
|
@@ -9897,7 +9927,7 @@
|
|
9897
9927
|
"format": "esm"
|
9898
9928
|
},
|
9899
9929
|
"src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
|
9900
|
-
"bytes":
|
9930
|
+
"bytes": 1291,
|
9901
9931
|
"imports": [
|
9902
9932
|
{
|
9903
9933
|
"path": "react",
|
@@ -9969,7 +9999,7 @@
|
|
9969
9999
|
"format": "esm"
|
9970
10000
|
},
|
9971
10001
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
9972
|
-
"bytes":
|
10002
|
+
"bytes": 9072,
|
9973
10003
|
"imports": [
|
9974
10004
|
{
|
9975
10005
|
"path": "react",
|
@@ -10299,7 +10329,7 @@
|
|
10299
10329
|
"format": "esm"
|
10300
10330
|
},
|
10301
10331
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
10302
|
-
"bytes":
|
10332
|
+
"bytes": 10130,
|
10303
10333
|
"imports": [
|
10304
10334
|
{
|
10305
10335
|
"path": "react",
|
@@ -10814,7 +10844,7 @@
|
|
10814
10844
|
"format": "esm"
|
10815
10845
|
},
|
10816
10846
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
10817
|
-
"bytes":
|
10847
|
+
"bytes": 2536,
|
10818
10848
|
"imports": [
|
10819
10849
|
{
|
10820
10850
|
"path": "react",
|
@@ -11286,7 +11316,7 @@
|
|
11286
11316
|
],
|
11287
11317
|
"format": "esm"
|
11288
11318
|
},
|
11289
|
-
"../../../../../../../tmp/tmp-
|
11319
|
+
"../../../../../../../tmp/tmp-2813-I2S1gGRSb9EU/192b3850f8a3/tldraw.css": {
|
11290
11320
|
"bytes": 80111,
|
11291
11321
|
"imports": [
|
11292
11322
|
{
|
@@ -11336,7 +11366,7 @@
|
|
11336
11366
|
}
|
11337
11367
|
]
|
11338
11368
|
},
|
11339
|
-
"../../../../../../../tmp/tmp-
|
11369
|
+
"../../../../../../../tmp/tmp-2813-I2S1gGRSb9EU/192b3850f671/index.css": {
|
11340
11370
|
"bytes": 597,
|
11341
11371
|
"imports": [
|
11342
11372
|
{
|
@@ -11345,7 +11375,7 @@
|
|
11345
11375
|
"external": true
|
11346
11376
|
},
|
11347
11377
|
{
|
11348
|
-
"path": "../../../../../../../tmp/tmp-
|
11378
|
+
"path": "../../../../../../../tmp/tmp-2813-I2S1gGRSb9EU/192b3850f8a3/tldraw.css",
|
11349
11379
|
"kind": "import-rule",
|
11350
11380
|
"original": "@tldraw/tldraw/tldraw.css"
|
11351
11381
|
}
|
@@ -11420,7 +11450,7 @@
|
|
11420
11450
|
"original": "../../common/constants"
|
11421
11451
|
},
|
11422
11452
|
{
|
11423
|
-
"path": "../../../../../../../tmp/tmp-
|
11453
|
+
"path": "../../../../../../../tmp/tmp-2813-I2S1gGRSb9EU/192b3850f671/index.css",
|
11424
11454
|
"kind": "import-statement",
|
11425
11455
|
"original": "@100mslive/hms-whiteboard/index.css"
|
11426
11456
|
},
|
@@ -11449,7 +11479,7 @@
|
|
11449
11479
|
"format": "esm"
|
11450
11480
|
},
|
11451
11481
|
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
11452
|
-
"bytes":
|
11482
|
+
"bytes": 5251,
|
11453
11483
|
"imports": [
|
11454
11484
|
{
|
11455
11485
|
"path": "react",
|
@@ -11570,139 +11600,6 @@
|
|
11570
11600
|
],
|
11571
11601
|
"format": "esm"
|
11572
11602
|
},
|
11573
|
-
"src/Prebuilt/layouts/PDFView.jsx": {
|
11574
|
-
"bytes": 1930,
|
11575
|
-
"imports": [
|
11576
|
-
{
|
11577
|
-
"path": "react",
|
11578
|
-
"kind": "import-statement",
|
11579
|
-
"external": true
|
11580
|
-
},
|
11581
|
-
{
|
11582
|
-
"path": "@100mslive/react-sdk",
|
11583
|
-
"kind": "import-statement",
|
11584
|
-
"external": true
|
11585
|
-
},
|
11586
|
-
{
|
11587
|
-
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
11588
|
-
"kind": "import-statement",
|
11589
|
-
"original": "../components/Toast/ToastManager"
|
11590
|
-
},
|
11591
|
-
{
|
11592
|
-
"path": "src/Layout/index.tsx",
|
11593
|
-
"kind": "import-statement",
|
11594
|
-
"original": "../../Layout"
|
11595
|
-
},
|
11596
|
-
{
|
11597
|
-
"path": "src/Prebuilt/layouts/EmbedView.jsx",
|
11598
|
-
"kind": "import-statement",
|
11599
|
-
"original": "./EmbedView"
|
11600
|
-
},
|
11601
|
-
{
|
11602
|
-
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
11603
|
-
"kind": "import-statement",
|
11604
|
-
"original": "../components/AppData/useUISettings"
|
11605
|
-
},
|
11606
|
-
{
|
11607
|
-
"path": "<define:process.env>",
|
11608
|
-
"kind": "import-statement",
|
11609
|
-
"external": true
|
11610
|
-
},
|
11611
|
-
{
|
11612
|
-
"path": "<runtime>",
|
11613
|
-
"kind": "import-statement",
|
11614
|
-
"external": true
|
11615
|
-
}
|
11616
|
-
],
|
11617
|
-
"format": "esm"
|
11618
|
-
},
|
11619
|
-
"src/Prebuilt/plugins/CaptionsViewer.tsx": {
|
11620
|
-
"bytes": 7733,
|
11621
|
-
"imports": [
|
11622
|
-
{
|
11623
|
-
"path": "react",
|
11624
|
-
"kind": "import-statement",
|
11625
|
-
"external": true
|
11626
|
-
},
|
11627
|
-
{
|
11628
|
-
"path": "react-draggable",
|
11629
|
-
"kind": "import-statement",
|
11630
|
-
"external": true
|
11631
|
-
},
|
11632
|
-
{
|
11633
|
-
"path": "react-use",
|
11634
|
-
"kind": "import-statement",
|
11635
|
-
"external": true
|
11636
|
-
},
|
11637
|
-
{
|
11638
|
-
"path": "@100mslive/react-sdk",
|
11639
|
-
"kind": "import-statement",
|
11640
|
-
"external": true
|
11641
|
-
},
|
11642
|
-
{
|
11643
|
-
"path": "src/Layout/index.tsx",
|
11644
|
-
"kind": "import-statement",
|
11645
|
-
"original": "../../Layout"
|
11646
|
-
},
|
11647
|
-
{
|
11648
|
-
"path": "src/Text/index.tsx",
|
11649
|
-
"kind": "import-statement",
|
11650
|
-
"original": "../../Text"
|
11651
|
-
},
|
11652
|
-
{
|
11653
|
-
"path": "src/Theme/index.tsx",
|
11654
|
-
"kind": "import-statement",
|
11655
|
-
"original": "../../Theme"
|
11656
|
-
},
|
11657
|
-
{
|
11658
|
-
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
11659
|
-
"kind": "import-statement",
|
11660
|
-
"original": "../components/AppData/useSidepane"
|
11661
|
-
},
|
11662
|
-
{
|
11663
|
-
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
11664
|
-
"kind": "import-statement",
|
11665
|
-
"original": "../components/AppData/useUISettings"
|
11666
|
-
},
|
11667
|
-
{
|
11668
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
11669
|
-
"kind": "import-statement",
|
11670
|
-
"original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
11671
|
-
},
|
11672
|
-
{
|
11673
|
-
"path": "src/Prebuilt/common/constants.ts",
|
11674
|
-
"kind": "import-statement",
|
11675
|
-
"original": "../common/constants"
|
11676
|
-
},
|
11677
|
-
{
|
11678
|
-
"path": "<define:process.env>",
|
11679
|
-
"kind": "import-statement",
|
11680
|
-
"external": true
|
11681
|
-
}
|
11682
|
-
],
|
11683
|
-
"format": "esm"
|
11684
|
-
},
|
11685
|
-
"src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
|
11686
|
-
"bytes": 617,
|
11687
|
-
"imports": [
|
11688
|
-
{
|
11689
|
-
"path": "react",
|
11690
|
-
"kind": "import-statement",
|
11691
|
-
"external": true
|
11692
|
-
},
|
11693
|
-
{
|
11694
|
-
"path": "@100mslive/react-sdk",
|
11695
|
-
"kind": "import-statement",
|
11696
|
-
"external": true
|
11697
|
-
},
|
11698
|
-
{
|
11699
|
-
"path": "<define:process.env>",
|
11700
|
-
"kind": "import-statement",
|
11701
|
-
"external": true
|
11702
|
-
}
|
11703
|
-
],
|
11704
|
-
"format": "esm"
|
11705
|
-
},
|
11706
11603
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
11707
11604
|
"bytes": 3131,
|
11708
11605
|
"imports": [
|
@@ -11756,7 +11653,7 @@
|
|
11756
11653
|
"format": "esm"
|
11757
11654
|
},
|
11758
11655
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
11759
|
-
"bytes":
|
11656
|
+
"bytes": 1996,
|
11760
11657
|
"imports": [
|
11761
11658
|
{
|
11762
11659
|
"path": "react",
|
@@ -12276,7 +12173,7 @@
|
|
12276
12173
|
"format": "esm"
|
12277
12174
|
},
|
12278
12175
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
12279
|
-
"bytes":
|
12176
|
+
"bytes": 28662,
|
12280
12177
|
"imports": [
|
12281
12178
|
{
|
12282
12179
|
"path": "react",
|
@@ -12441,8 +12338,8 @@
|
|
12441
12338
|
],
|
12442
12339
|
"format": "esm"
|
12443
12340
|
},
|
12444
|
-
"src/Prebuilt/layouts/
|
12445
|
-
"bytes":
|
12341
|
+
"src/Prebuilt/layouts/PDFView.jsx": {
|
12342
|
+
"bytes": 1990,
|
12446
12343
|
"imports": [
|
12447
12344
|
{
|
12448
12345
|
"path": "react",
|
@@ -12450,79 +12347,85 @@
|
|
12450
12347
|
"external": true
|
12451
12348
|
},
|
12452
12349
|
{
|
12453
|
-
"path": "react-
|
12350
|
+
"path": "@100mslive/react-sdk",
|
12454
12351
|
"kind": "import-statement",
|
12455
12352
|
"external": true
|
12456
12353
|
},
|
12457
12354
|
{
|
12458
|
-
"path": "
|
12355
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
12459
12356
|
"kind": "import-statement",
|
12460
|
-
"
|
12357
|
+
"original": "../components/Toast/ToastManager"
|
12461
12358
|
},
|
12462
12359
|
{
|
12463
|
-
"path": "
|
12360
|
+
"path": "src/Layout/index.tsx",
|
12464
12361
|
"kind": "import-statement",
|
12465
|
-
"
|
12362
|
+
"original": "../../Layout"
|
12466
12363
|
},
|
12467
12364
|
{
|
12468
|
-
"path": "
|
12365
|
+
"path": "src/Prebuilt/layouts/EmbedView.jsx",
|
12469
12366
|
"kind": "import-statement",
|
12470
|
-
"
|
12367
|
+
"original": "./EmbedView"
|
12471
12368
|
},
|
12472
12369
|
{
|
12473
|
-
"path": "
|
12370
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
12474
12371
|
"kind": "import-statement",
|
12475
|
-
"
|
12372
|
+
"original": "../components/AppData/useUISettings"
|
12476
12373
|
},
|
12477
12374
|
{
|
12478
|
-
"path": "
|
12375
|
+
"path": "<define:process.env>",
|
12479
12376
|
"kind": "import-statement",
|
12480
12377
|
"external": true
|
12481
12378
|
},
|
12482
12379
|
{
|
12483
|
-
"path": "
|
12380
|
+
"path": "<runtime>",
|
12484
12381
|
"kind": "import-statement",
|
12485
|
-
"
|
12486
|
-
}
|
12382
|
+
"external": true
|
12383
|
+
}
|
12384
|
+
],
|
12385
|
+
"format": "esm"
|
12386
|
+
},
|
12387
|
+
"src/Prebuilt/plugins/CaptionsViewer.tsx": {
|
12388
|
+
"bytes": 7733,
|
12389
|
+
"imports": [
|
12487
12390
|
{
|
12488
|
-
"path": "
|
12391
|
+
"path": "react",
|
12489
12392
|
"kind": "import-statement",
|
12490
|
-
"
|
12393
|
+
"external": true
|
12491
12394
|
},
|
12492
12395
|
{
|
12493
|
-
"path": "
|
12396
|
+
"path": "react-draggable",
|
12494
12397
|
"kind": "import-statement",
|
12495
|
-
"
|
12398
|
+
"external": true
|
12496
12399
|
},
|
12497
12400
|
{
|
12498
|
-
"path": "
|
12401
|
+
"path": "react-use",
|
12499
12402
|
"kind": "import-statement",
|
12500
|
-
"
|
12403
|
+
"external": true
|
12501
12404
|
},
|
12502
12405
|
{
|
12503
|
-
"path": "
|
12406
|
+
"path": "@100mslive/react-sdk",
|
12504
12407
|
"kind": "import-statement",
|
12505
|
-
"
|
12408
|
+
"external": true
|
12506
12409
|
},
|
12507
12410
|
{
|
12508
|
-
"path": "src/
|
12411
|
+
"path": "src/Layout/index.tsx",
|
12509
12412
|
"kind": "import-statement",
|
12510
|
-
"original": "
|
12413
|
+
"original": "../../Layout"
|
12511
12414
|
},
|
12512
12415
|
{
|
12513
|
-
"path": "src/
|
12416
|
+
"path": "src/Text/index.tsx",
|
12514
12417
|
"kind": "import-statement",
|
12515
|
-
"original": "
|
12418
|
+
"original": "../../Text"
|
12516
12419
|
},
|
12517
12420
|
{
|
12518
|
-
"path": "src/
|
12421
|
+
"path": "src/Theme/index.tsx",
|
12519
12422
|
"kind": "import-statement",
|
12520
|
-
"original": "
|
12423
|
+
"original": "../../Theme"
|
12521
12424
|
},
|
12522
12425
|
{
|
12523
|
-
"path": "src/Prebuilt/
|
12426
|
+
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
12524
12427
|
"kind": "import-statement",
|
12525
|
-
"original": "../
|
12428
|
+
"original": "../components/AppData/useSidepane"
|
12526
12429
|
},
|
12527
12430
|
{
|
12528
12431
|
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
@@ -12530,14 +12433,9 @@
|
|
12530
12433
|
"original": "../components/AppData/useUISettings"
|
12531
12434
|
},
|
12532
12435
|
{
|
12533
|
-
"path": "src/Prebuilt/
|
12534
|
-
"kind": "import-statement",
|
12535
|
-
"original": "../components/hooks/useCloseScreenshareWhiteboard"
|
12536
|
-
},
|
12537
|
-
{
|
12538
|
-
"path": "src/Prebuilt/common/hooks.ts",
|
12436
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
12539
12437
|
"kind": "import-statement",
|
12540
|
-
"original": "../
|
12438
|
+
"original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
12541
12439
|
},
|
12542
12440
|
{
|
12543
12441
|
"path": "src/Prebuilt/common/constants.ts",
|
@@ -12548,22 +12446,12 @@
|
|
12548
12446
|
"path": "<define:process.env>",
|
12549
12447
|
"kind": "import-statement",
|
12550
12448
|
"external": true
|
12551
|
-
},
|
12552
|
-
{
|
12553
|
-
"path": "src/Prebuilt/layouts/HLSView.jsx",
|
12554
|
-
"kind": "dynamic-import",
|
12555
|
-
"original": "./HLSView"
|
12556
|
-
},
|
12557
|
-
{
|
12558
|
-
"path": "<runtime>",
|
12559
|
-
"kind": "import-statement",
|
12560
|
-
"external": true
|
12561
12449
|
}
|
12562
12450
|
],
|
12563
12451
|
"format": "esm"
|
12564
12452
|
},
|
12565
|
-
"src/Prebuilt/components/
|
12566
|
-
"bytes":
|
12453
|
+
"src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
|
12454
|
+
"bytes": 617,
|
12567
12455
|
"imports": [
|
12568
12456
|
{
|
12569
12457
|
"path": "react",
|
@@ -12571,15 +12459,152 @@
|
|
12571
12459
|
"external": true
|
12572
12460
|
},
|
12573
12461
|
{
|
12574
|
-
"path": "react-
|
12462
|
+
"path": "@100mslive/react-sdk",
|
12575
12463
|
"kind": "import-statement",
|
12576
12464
|
"external": true
|
12577
12465
|
},
|
12578
12466
|
{
|
12579
|
-
"path": "
|
12467
|
+
"path": "<define:process.env>",
|
12580
12468
|
"kind": "import-statement",
|
12581
12469
|
"external": true
|
12582
|
-
}
|
12470
|
+
}
|
12471
|
+
],
|
12472
|
+
"format": "esm"
|
12473
|
+
},
|
12474
|
+
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
12475
|
+
"bytes": 5801,
|
12476
|
+
"imports": [
|
12477
|
+
{
|
12478
|
+
"path": "react",
|
12479
|
+
"kind": "import-statement",
|
12480
|
+
"external": true
|
12481
|
+
},
|
12482
|
+
{
|
12483
|
+
"path": "react-draggable",
|
12484
|
+
"kind": "import-statement",
|
12485
|
+
"external": true
|
12486
|
+
},
|
12487
|
+
{
|
12488
|
+
"path": "react-use",
|
12489
|
+
"kind": "import-statement",
|
12490
|
+
"external": true
|
12491
|
+
},
|
12492
|
+
{
|
12493
|
+
"path": "@100mslive/types-prebuilt",
|
12494
|
+
"kind": "import-statement",
|
12495
|
+
"external": true
|
12496
|
+
},
|
12497
|
+
{
|
12498
|
+
"path": "ts-pattern",
|
12499
|
+
"kind": "import-statement",
|
12500
|
+
"external": true
|
12501
|
+
},
|
12502
|
+
{
|
12503
|
+
"path": "@100mslive/react-sdk",
|
12504
|
+
"kind": "import-statement",
|
12505
|
+
"external": true
|
12506
|
+
},
|
12507
|
+
{
|
12508
|
+
"path": "@100mslive/react-icons",
|
12509
|
+
"kind": "import-statement",
|
12510
|
+
"external": true
|
12511
|
+
},
|
12512
|
+
{
|
12513
|
+
"path": "src/Prebuilt/components/VideoLayouts/GridLayout.tsx",
|
12514
|
+
"kind": "import-statement",
|
12515
|
+
"original": "../components/VideoLayouts/GridLayout"
|
12516
|
+
},
|
12517
|
+
{
|
12518
|
+
"path": "src/Layout/index.tsx",
|
12519
|
+
"kind": "import-statement",
|
12520
|
+
"original": "../../Layout"
|
12521
|
+
},
|
12522
|
+
{
|
12523
|
+
"path": "src/Theme/index.tsx",
|
12524
|
+
"kind": "import-statement",
|
12525
|
+
"original": "../../Theme"
|
12526
|
+
},
|
12527
|
+
{
|
12528
|
+
"path": "src/Prebuilt/layouts/EmbedView.jsx",
|
12529
|
+
"kind": "import-statement",
|
12530
|
+
"original": "./EmbedView"
|
12531
|
+
},
|
12532
|
+
{
|
12533
|
+
"path": "src/Prebuilt/layouts/HLSView.jsx",
|
12534
|
+
"kind": "import-statement",
|
12535
|
+
"original": "./HLSView"
|
12536
|
+
},
|
12537
|
+
{
|
12538
|
+
"path": "src/Prebuilt/layouts/PDFView.jsx",
|
12539
|
+
"kind": "import-statement",
|
12540
|
+
"original": "./PDFView"
|
12541
|
+
},
|
12542
|
+
{
|
12543
|
+
"path": "src/Prebuilt/layouts/SidePane.tsx",
|
12544
|
+
"kind": "import-statement",
|
12545
|
+
"original": "./SidePane"
|
12546
|
+
},
|
12547
|
+
{
|
12548
|
+
"path": "src/Prebuilt/layouts/WaitingView.tsx",
|
12549
|
+
"kind": "import-statement",
|
12550
|
+
"original": "./WaitingView"
|
12551
|
+
},
|
12552
|
+
{
|
12553
|
+
"path": "src/Prebuilt/plugins/CaptionsViewer.tsx",
|
12554
|
+
"kind": "import-statement",
|
12555
|
+
"original": "../plugins/CaptionsViewer"
|
12556
|
+
},
|
12557
|
+
{
|
12558
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
12559
|
+
"kind": "import-statement",
|
12560
|
+
"original": "../components/AppData/useUISettings"
|
12561
|
+
},
|
12562
|
+
{
|
12563
|
+
"path": "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx",
|
12564
|
+
"kind": "import-statement",
|
12565
|
+
"original": "../components/hooks/useCloseScreenshareWhiteboard"
|
12566
|
+
},
|
12567
|
+
{
|
12568
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
12569
|
+
"kind": "import-statement",
|
12570
|
+
"original": "../common/hooks"
|
12571
|
+
},
|
12572
|
+
{
|
12573
|
+
"path": "src/Prebuilt/common/constants.ts",
|
12574
|
+
"kind": "import-statement",
|
12575
|
+
"original": "../common/constants"
|
12576
|
+
},
|
12577
|
+
{
|
12578
|
+
"path": "<define:process.env>",
|
12579
|
+
"kind": "import-statement",
|
12580
|
+
"external": true
|
12581
|
+
},
|
12582
|
+
{
|
12583
|
+
"path": "<runtime>",
|
12584
|
+
"kind": "import-statement",
|
12585
|
+
"external": true
|
12586
|
+
}
|
12587
|
+
],
|
12588
|
+
"format": "esm"
|
12589
|
+
},
|
12590
|
+
"src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
|
12591
|
+
"bytes": 1952,
|
12592
|
+
"imports": [
|
12593
|
+
{
|
12594
|
+
"path": "react",
|
12595
|
+
"kind": "import-statement",
|
12596
|
+
"external": true
|
12597
|
+
},
|
12598
|
+
{
|
12599
|
+
"path": "react-use",
|
12600
|
+
"kind": "import-statement",
|
12601
|
+
"external": true
|
12602
|
+
},
|
12603
|
+
{
|
12604
|
+
"path": "@100mslive/react-icons",
|
12605
|
+
"kind": "import-statement",
|
12606
|
+
"external": true
|
12607
|
+
},
|
12583
12608
|
{
|
12584
12609
|
"path": "src/Layout/index.tsx",
|
12585
12610
|
"kind": "import-statement",
|
@@ -13419,6 +13444,32 @@
|
|
13419
13444
|
],
|
13420
13445
|
"format": "esm"
|
13421
13446
|
},
|
13447
|
+
"src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx": {
|
13448
|
+
"bytes": 508,
|
13449
|
+
"imports": [
|
13450
|
+
{
|
13451
|
+
"path": "react",
|
13452
|
+
"kind": "import-statement",
|
13453
|
+
"external": true
|
13454
|
+
},
|
13455
|
+
{
|
13456
|
+
"path": "@100mslive/react-sdk",
|
13457
|
+
"kind": "import-statement",
|
13458
|
+
"external": true
|
13459
|
+
},
|
13460
|
+
{
|
13461
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
13462
|
+
"kind": "import-statement",
|
13463
|
+
"original": "../Toast/ToastManager"
|
13464
|
+
},
|
13465
|
+
{
|
13466
|
+
"path": "<define:process.env>",
|
13467
|
+
"kind": "import-statement",
|
13468
|
+
"external": true
|
13469
|
+
}
|
13470
|
+
],
|
13471
|
+
"format": "esm"
|
13472
|
+
},
|
13422
13473
|
"src/Prebuilt/components/Notifications/DeviceInUseError.tsx": {
|
13423
13474
|
"bytes": 2822,
|
13424
13475
|
"imports": [
|
@@ -13455,6 +13506,47 @@
|
|
13455
13506
|
],
|
13456
13507
|
"format": "esm"
|
13457
13508
|
},
|
13509
|
+
"src/Prebuilt/components/Notifications/ErrorNotifications.tsx": {
|
13510
|
+
"bytes": 1850,
|
13511
|
+
"imports": [
|
13512
|
+
{
|
13513
|
+
"path": "react",
|
13514
|
+
"kind": "import-statement",
|
13515
|
+
"external": true
|
13516
|
+
},
|
13517
|
+
{
|
13518
|
+
"path": "@100mslive/react-sdk",
|
13519
|
+
"kind": "import-statement",
|
13520
|
+
"external": true
|
13521
|
+
},
|
13522
|
+
{
|
13523
|
+
"path": "@100mslive/react-icons",
|
13524
|
+
"kind": "import-statement",
|
13525
|
+
"external": true
|
13526
|
+
},
|
13527
|
+
{
|
13528
|
+
"path": "src/Layout/index.tsx",
|
13529
|
+
"kind": "import-statement",
|
13530
|
+
"original": "../../../Layout"
|
13531
|
+
},
|
13532
|
+
{
|
13533
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
13534
|
+
"kind": "import-statement",
|
13535
|
+
"original": "../Toast/ToastManager"
|
13536
|
+
},
|
13537
|
+
{
|
13538
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
13539
|
+
"kind": "import-statement",
|
13540
|
+
"original": "../AppData/useUISettings"
|
13541
|
+
},
|
13542
|
+
{
|
13543
|
+
"path": "<define:process.env>",
|
13544
|
+
"kind": "import-statement",
|
13545
|
+
"external": true
|
13546
|
+
}
|
13547
|
+
],
|
13548
|
+
"format": "esm"
|
13549
|
+
},
|
13458
13550
|
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
13459
13551
|
"bytes": 5242,
|
13460
13552
|
"imports": [
|
@@ -13614,8 +13706,44 @@
|
|
13614
13706
|
],
|
13615
13707
|
"format": "esm"
|
13616
13708
|
},
|
13709
|
+
"src/Prebuilt/components/Notifications/MessageNotifications.tsx": {
|
13710
|
+
"bytes": 982,
|
13711
|
+
"imports": [
|
13712
|
+
{
|
13713
|
+
"path": "react",
|
13714
|
+
"kind": "import-statement",
|
13715
|
+
"external": true
|
13716
|
+
},
|
13717
|
+
{
|
13718
|
+
"path": "../hms-video-store/dist/index.js",
|
13719
|
+
"kind": "import-statement",
|
13720
|
+
"original": "@100mslive/hms-video-store"
|
13721
|
+
},
|
13722
|
+
{
|
13723
|
+
"path": "@100mslive/react-sdk",
|
13724
|
+
"kind": "import-statement",
|
13725
|
+
"external": true
|
13726
|
+
},
|
13727
|
+
{
|
13728
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
13729
|
+
"kind": "import-statement",
|
13730
|
+
"original": "../../provider/roomLayoutProvider"
|
13731
|
+
},
|
13732
|
+
{
|
13733
|
+
"path": "src/Prebuilt/components/PIP/usePIPWindow.tsx",
|
13734
|
+
"kind": "import-statement",
|
13735
|
+
"original": "../PIP/usePIPWindow"
|
13736
|
+
},
|
13737
|
+
{
|
13738
|
+
"path": "<define:process.env>",
|
13739
|
+
"kind": "import-statement",
|
13740
|
+
"external": true
|
13741
|
+
}
|
13742
|
+
],
|
13743
|
+
"format": "esm"
|
13744
|
+
},
|
13617
13745
|
"src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
|
13618
|
-
"bytes":
|
13746
|
+
"bytes": 1767,
|
13619
13747
|
"imports": [
|
13620
13748
|
{
|
13621
13749
|
"path": "react",
|
@@ -13704,8 +13832,8 @@
|
|
13704
13832
|
],
|
13705
13833
|
"format": "esm"
|
13706
13834
|
},
|
13707
|
-
"src/Prebuilt/components/Notifications/
|
13708
|
-
"bytes":
|
13835
|
+
"src/Prebuilt/components/Notifications/PollNotificationModal.tsx": {
|
13836
|
+
"bytes": 2511,
|
13709
13837
|
"imports": [
|
13710
13838
|
{
|
13711
13839
|
"path": "react",
|
@@ -13718,15 +13846,25 @@
|
|
13718
13846
|
"external": true
|
13719
13847
|
},
|
13720
13848
|
{
|
13721
|
-
"path": "src/
|
13849
|
+
"path": "src/Button/index.tsx",
|
13722
13850
|
"kind": "import-statement",
|
13723
|
-
"original": "
|
13851
|
+
"original": "../../../Button"
|
13724
13852
|
},
|
13725
13853
|
{
|
13726
13854
|
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
13727
13855
|
"kind": "import-statement",
|
13728
13856
|
"original": "../Toast/ToastManager"
|
13729
13857
|
},
|
13858
|
+
{
|
13859
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
13860
|
+
"kind": "import-statement",
|
13861
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
13862
|
+
},
|
13863
|
+
{
|
13864
|
+
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
13865
|
+
"kind": "import-statement",
|
13866
|
+
"original": "../AppData/useSidepane"
|
13867
|
+
},
|
13730
13868
|
{
|
13731
13869
|
"path": "<define:process.env>",
|
13732
13870
|
"kind": "import-statement",
|
@@ -13735,8 +13873,8 @@
|
|
13735
13873
|
],
|
13736
13874
|
"format": "esm"
|
13737
13875
|
},
|
13738
|
-
"src/Prebuilt/components/Notifications/
|
13739
|
-
"bytes":
|
13876
|
+
"src/Prebuilt/components/Notifications/ReconnectNotifications.tsx": {
|
13877
|
+
"bytes": 1211,
|
13740
13878
|
"imports": [
|
13741
13879
|
{
|
13742
13880
|
"path": "react",
|
@@ -13749,12 +13887,74 @@
|
|
13749
13887
|
"external": true
|
13750
13888
|
},
|
13751
13889
|
{
|
13752
|
-
"path": "
|
13890
|
+
"path": "src/Prebuilt/components/Toast/ToastConfig.jsx",
|
13753
13891
|
"kind": "import-statement",
|
13754
|
-
"
|
13892
|
+
"original": "../Toast/ToastConfig"
|
13755
13893
|
},
|
13756
13894
|
{
|
13757
|
-
"path": "src/Prebuilt/
|
13895
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
13896
|
+
"kind": "import-statement",
|
13897
|
+
"original": "../Toast/ToastManager"
|
13898
|
+
},
|
13899
|
+
{
|
13900
|
+
"path": "<define:process.env>",
|
13901
|
+
"kind": "import-statement",
|
13902
|
+
"external": true
|
13903
|
+
}
|
13904
|
+
],
|
13905
|
+
"format": "esm"
|
13906
|
+
},
|
13907
|
+
"src/Prebuilt/components/Notifications/RoleChangeNotification.tsx": {
|
13908
|
+
"bytes": 809,
|
13909
|
+
"imports": [
|
13910
|
+
{
|
13911
|
+
"path": "react",
|
13912
|
+
"kind": "import-statement",
|
13913
|
+
"external": true
|
13914
|
+
},
|
13915
|
+
{
|
13916
|
+
"path": "@100mslive/react-sdk",
|
13917
|
+
"kind": "import-statement",
|
13918
|
+
"external": true
|
13919
|
+
},
|
13920
|
+
{
|
13921
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
13922
|
+
"kind": "import-statement",
|
13923
|
+
"original": "../../provider/roomLayoutProvider"
|
13924
|
+
},
|
13925
|
+
{
|
13926
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
13927
|
+
"kind": "import-statement",
|
13928
|
+
"original": "../Toast/ToastManager"
|
13929
|
+
},
|
13930
|
+
{
|
13931
|
+
"path": "<define:process.env>",
|
13932
|
+
"kind": "import-statement",
|
13933
|
+
"external": true
|
13934
|
+
}
|
13935
|
+
],
|
13936
|
+
"format": "esm"
|
13937
|
+
},
|
13938
|
+
"src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
|
13939
|
+
"bytes": 1813,
|
13940
|
+
"imports": [
|
13941
|
+
{
|
13942
|
+
"path": "react",
|
13943
|
+
"kind": "import-statement",
|
13944
|
+
"external": true
|
13945
|
+
},
|
13946
|
+
{
|
13947
|
+
"path": "@100mslive/react-sdk",
|
13948
|
+
"kind": "import-statement",
|
13949
|
+
"external": true
|
13950
|
+
},
|
13951
|
+
{
|
13952
|
+
"path": "@100mslive/react-icons",
|
13953
|
+
"kind": "import-statement",
|
13954
|
+
"external": true
|
13955
|
+
},
|
13956
|
+
{
|
13957
|
+
"path": "src/Prebuilt/primitives/DialogContent.jsx",
|
13758
13958
|
"kind": "import-statement",
|
13759
13959
|
"original": "../../primitives/DialogContent"
|
13760
13960
|
},
|
@@ -13767,7 +13967,7 @@
|
|
13767
13967
|
"format": "esm"
|
13768
13968
|
},
|
13769
13969
|
"src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
|
13770
|
-
"bytes":
|
13970
|
+
"bytes": 1350,
|
13771
13971
|
"imports": [
|
13772
13972
|
{
|
13773
13973
|
"path": "react",
|
@@ -13779,6 +13979,11 @@
|
|
13779
13979
|
"kind": "import-statement",
|
13780
13980
|
"external": true
|
13781
13981
|
},
|
13982
|
+
{
|
13983
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
13984
|
+
"kind": "import-statement",
|
13985
|
+
"original": "../Toast/ToastManager"
|
13986
|
+
},
|
13782
13987
|
{
|
13783
13988
|
"path": "<define:process.env>",
|
13784
13989
|
"kind": "import-statement",
|
@@ -13788,7 +13993,7 @@
|
|
13788
13993
|
"format": "esm"
|
13789
13994
|
},
|
13790
13995
|
"src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
|
13791
|
-
"bytes":
|
13996
|
+
"bytes": 1936,
|
13792
13997
|
"imports": [
|
13793
13998
|
{
|
13794
13999
|
"path": "react",
|
@@ -13810,6 +14015,11 @@
|
|
13810
14015
|
"kind": "import-statement",
|
13811
14016
|
"original": "../../primitives/DialogContent"
|
13812
14017
|
},
|
14018
|
+
{
|
14019
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
14020
|
+
"kind": "import-statement",
|
14021
|
+
"original": "../Toast/ToastManager"
|
14022
|
+
},
|
13813
14023
|
{
|
13814
14024
|
"path": "<define:process.env>",
|
13815
14025
|
"kind": "import-statement",
|
@@ -13865,7 +14075,7 @@
|
|
13865
14075
|
"format": "esm"
|
13866
14076
|
},
|
13867
14077
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
13868
|
-
"bytes":
|
14078
|
+
"bytes": 2700,
|
13869
14079
|
"imports": [
|
13870
14080
|
{
|
13871
14081
|
"path": "react",
|
@@ -13877,21 +14087,6 @@
|
|
13877
14087
|
"kind": "import-statement",
|
13878
14088
|
"external": true
|
13879
14089
|
},
|
13880
|
-
{
|
13881
|
-
"path": "@100mslive/react-icons",
|
13882
|
-
"kind": "import-statement",
|
13883
|
-
"external": true
|
13884
|
-
},
|
13885
|
-
{
|
13886
|
-
"path": "src/index.ts",
|
13887
|
-
"kind": "import-statement",
|
13888
|
-
"original": "../../.."
|
13889
|
-
},
|
13890
|
-
{
|
13891
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
13892
|
-
"kind": "import-statement",
|
13893
|
-
"original": "../../provider/roomLayoutProvider"
|
13894
|
-
},
|
13895
14090
|
{
|
13896
14091
|
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
13897
14092
|
"kind": "import-statement",
|
@@ -13907,11 +14102,21 @@
|
|
13907
14102
|
"kind": "import-statement",
|
13908
14103
|
"original": "./ChatNotifications"
|
13909
14104
|
},
|
14105
|
+
{
|
14106
|
+
"path": "src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx",
|
14107
|
+
"kind": "import-statement",
|
14108
|
+
"original": "./DeviceChangeNotifications"
|
14109
|
+
},
|
13910
14110
|
{
|
13911
14111
|
"path": "src/Prebuilt/components/Notifications/DeviceInUseError.tsx",
|
13912
14112
|
"kind": "import-statement",
|
13913
14113
|
"original": "./DeviceInUseError"
|
13914
14114
|
},
|
14115
|
+
{
|
14116
|
+
"path": "src/Prebuilt/components/Notifications/ErrorNotifications.tsx",
|
14117
|
+
"kind": "import-statement",
|
14118
|
+
"original": "./ErrorNotifications"
|
14119
|
+
},
|
13915
14120
|
{
|
13916
14121
|
"path": "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx",
|
13917
14122
|
"kind": "import-statement",
|
@@ -13922,6 +14127,11 @@
|
|
13922
14127
|
"kind": "import-statement",
|
13923
14128
|
"original": "./InitErrorModal"
|
13924
14129
|
},
|
14130
|
+
{
|
14131
|
+
"path": "src/Prebuilt/components/Notifications/MessageNotifications.tsx",
|
14132
|
+
"kind": "import-statement",
|
14133
|
+
"original": "./MessageNotifications"
|
14134
|
+
},
|
13925
14135
|
{
|
13926
14136
|
"path": "src/Prebuilt/components/Notifications/PeerNotifications.tsx",
|
13927
14137
|
"kind": "import-statement",
|
@@ -13932,11 +14142,21 @@
|
|
13932
14142
|
"kind": "import-statement",
|
13933
14143
|
"original": "./PermissionErrorModal"
|
13934
14144
|
},
|
14145
|
+
{
|
14146
|
+
"path": "src/Prebuilt/components/Notifications/PollNotificationModal.tsx",
|
14147
|
+
"kind": "import-statement",
|
14148
|
+
"original": "./PollNotificationModal"
|
14149
|
+
},
|
13935
14150
|
{
|
13936
14151
|
"path": "src/Prebuilt/components/Notifications/ReconnectNotifications.tsx",
|
13937
14152
|
"kind": "import-statement",
|
13938
14153
|
"original": "./ReconnectNotifications"
|
13939
14154
|
},
|
14155
|
+
{
|
14156
|
+
"path": "src/Prebuilt/components/Notifications/RoleChangeNotification.tsx",
|
14157
|
+
"kind": "import-statement",
|
14158
|
+
"original": "./RoleChangeNotification"
|
14159
|
+
},
|
13940
14160
|
{
|
13941
14161
|
"path": "src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx",
|
13942
14162
|
"kind": "import-statement",
|
@@ -13957,26 +14177,11 @@
|
|
13957
14177
|
"kind": "import-statement",
|
13958
14178
|
"original": "./TranscriptionNotifications"
|
13959
14179
|
},
|
13960
|
-
{
|
13961
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
13962
|
-
"kind": "import-statement",
|
13963
|
-
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
13964
|
-
},
|
13965
|
-
{
|
13966
|
-
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
13967
|
-
"kind": "import-statement",
|
13968
|
-
"original": "../AppData/useSidepane"
|
13969
|
-
},
|
13970
14180
|
{
|
13971
14181
|
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
13972
14182
|
"kind": "import-statement",
|
13973
14183
|
"original": "../AppData/useUISettings"
|
13974
14184
|
},
|
13975
|
-
{
|
13976
|
-
"path": "src/Prebuilt/components/PIP/usePIPWindow.tsx",
|
13977
|
-
"kind": "import-statement",
|
13978
|
-
"original": "../PIP/usePIPWindow"
|
13979
|
-
},
|
13980
14185
|
{
|
13981
14186
|
"path": "src/Prebuilt/common/constants.ts",
|
13982
14187
|
"kind": "import-statement",
|
@@ -15423,361 +15628,100 @@
|
|
15423
15628
|
{
|
15424
15629
|
"path": "src/TextArea/index.tsx",
|
15425
15630
|
"kind": "import-statement",
|
15426
|
-
"original": "./TextArea"
|
15427
|
-
},
|
15428
|
-
{
|
15429
|
-
"path": "src/Diagnostics/index.ts",
|
15430
|
-
"kind": "import-statement",
|
15431
|
-
"original": "./Diagnostics"
|
15432
|
-
},
|
15433
|
-
{
|
15434
|
-
"path": "<define:process.env>",
|
15435
|
-
"kind": "import-statement",
|
15436
|
-
"external": true
|
15437
|
-
}
|
15438
|
-
],
|
15439
|
-
"format": "esm"
|
15440
|
-
}
|
15441
|
-
},
|
15442
|
-
"outputs": {
|
15443
|
-
"dist/index.js.map": {
|
15444
|
-
"imports": [],
|
15445
|
-
"exports": [],
|
15446
|
-
"inputs": {},
|
15447
|
-
"bytes": 93
|
15448
|
-
},
|
15449
|
-
"dist/index.js": {
|
15450
|
-
"imports": [
|
15451
|
-
{
|
15452
|
-
"path": "dist/chunk-LRJSQMZ4.js",
|
15453
|
-
"kind": "import-statement"
|
15454
|
-
}
|
15455
|
-
],
|
15456
|
-
"exports": [
|
15457
|
-
"Accordion",
|
15458
|
-
"AudioLevel",
|
15459
|
-
"Avatar",
|
15460
|
-
"Box",
|
15461
|
-
"Button",
|
15462
|
-
"Checkbox",
|
15463
|
-
"Collapsible",
|
15464
|
-
"Diagnostics",
|
15465
|
-
"Dialog",
|
15466
|
-
"DialogContainerContext",
|
15467
|
-
"DialogContainerProvider",
|
15468
|
-
"Dropdown",
|
15469
|
-
"Fieldset",
|
15470
|
-
"Flex",
|
15471
|
-
"Footer",
|
15472
|
-
"HMSPrebuilt",
|
15473
|
-
"HMSSelect",
|
15474
|
-
"HMSThemeProvider",
|
15475
|
-
"HorizontalDivider",
|
15476
|
-
"IconButton",
|
15477
|
-
"Input",
|
15478
|
-
"Label",
|
15479
|
-
"Link",
|
15480
|
-
"Loading",
|
15481
|
-
"PasswordInput",
|
15482
|
-
"Popover",
|
15483
|
-
"Progress",
|
15484
|
-
"QRCode",
|
15485
|
-
"RadioGroup",
|
15486
|
-
"Select",
|
15487
|
-
"Slider",
|
15488
|
-
"StyledAvatar",
|
15489
|
-
"StyledMenuTile",
|
15490
|
-
"StyledPagination",
|
15491
|
-
"StyledVideo",
|
15492
|
-
"StyledVideoList",
|
15493
|
-
"StyledVideoTile",
|
15494
|
-
"Switch",
|
15495
|
-
"Tabs",
|
15496
|
-
"Text",
|
15497
|
-
"TextArea",
|
15498
|
-
"ThemeContext",
|
15499
|
-
"ThemeTypes",
|
15500
|
-
"Toast",
|
15501
|
-
"Tooltip",
|
15502
|
-
"VerticalDivider",
|
15503
|
-
"Video",
|
15504
|
-
"VideoTileStats",
|
15505
|
-
"config",
|
15506
|
-
"createTheme",
|
15507
|
-
"createThemeBase",
|
15508
|
-
"css",
|
15509
|
-
"flexCenter",
|
15510
|
-
"formatBytes",
|
15511
|
-
"getCssText",
|
15512
|
-
"getLeft",
|
15513
|
-
"globalCss",
|
15514
|
-
"globalStyles",
|
15515
|
-
"keyframes",
|
15516
|
-
"slideLeftAndFade",
|
15517
|
-
"styled",
|
15518
|
-
"textEllipsis",
|
15519
|
-
"theme",
|
15520
|
-
"useBorderAudioLevel",
|
15521
|
-
"useTheme"
|
15522
|
-
],
|
15523
|
-
"entryPoint": "src/index.ts",
|
15524
|
-
"cssBundle": "dist/index.css",
|
15525
|
-
"inputs": {},
|
15526
|
-
"bytes": 1882
|
15527
|
-
},
|
15528
|
-
"dist/HLSView-HYI6LLL6.js.map": {
|
15529
|
-
"imports": [],
|
15530
|
-
"exports": [],
|
15531
|
-
"inputs": {},
|
15532
|
-
"bytes": 101299
|
15533
|
-
},
|
15534
|
-
"dist/HLSView-HYI6LLL6.js": {
|
15535
|
-
"imports": [
|
15536
|
-
{
|
15537
|
-
"path": "dist/chunk-LRJSQMZ4.js",
|
15538
|
-
"kind": "import-statement"
|
15539
|
-
},
|
15540
|
-
{
|
15541
|
-
"path": "react",
|
15542
|
-
"kind": "import-statement",
|
15543
|
-
"external": true
|
15544
|
-
},
|
15545
|
-
{
|
15546
|
-
"path": "react-use",
|
15547
|
-
"kind": "import-statement",
|
15548
|
-
"external": true
|
15549
|
-
},
|
15550
|
-
{
|
15551
|
-
"path": "@100mslive/hls-player",
|
15552
|
-
"kind": "import-statement",
|
15553
|
-
"external": true
|
15554
|
-
},
|
15555
|
-
{
|
15556
|
-
"path": "screenfull",
|
15557
|
-
"kind": "import-statement",
|
15558
|
-
"external": true
|
15559
|
-
},
|
15560
|
-
{
|
15561
|
-
"path": "ts-pattern",
|
15562
|
-
"kind": "import-statement",
|
15563
|
-
"external": true
|
15564
|
-
},
|
15565
|
-
{
|
15566
|
-
"path": "@100mslive/react-sdk",
|
15567
|
-
"kind": "import-statement",
|
15568
|
-
"external": true
|
15569
|
-
},
|
15570
|
-
{
|
15571
|
-
"path": "@100mslive/react-icons",
|
15572
|
-
"kind": "import-statement",
|
15573
|
-
"external": true
|
15574
|
-
},
|
15575
|
-
{
|
15576
|
-
"path": "react",
|
15577
|
-
"kind": "import-statement",
|
15578
|
-
"external": true
|
15579
|
-
},
|
15580
|
-
{
|
15581
|
-
"path": "@100mslive/react-icons",
|
15582
|
-
"kind": "import-statement",
|
15583
|
-
"external": true
|
15584
|
-
},
|
15585
|
-
{
|
15586
|
-
"path": "react",
|
15587
|
-
"kind": "import-statement",
|
15588
|
-
"external": true
|
15589
|
-
},
|
15590
|
-
{
|
15591
|
-
"path": "react",
|
15592
|
-
"kind": "import-statement",
|
15593
|
-
"external": true
|
15594
|
-
},
|
15595
|
-
{
|
15596
|
-
"path": "react-use",
|
15597
|
-
"kind": "import-statement",
|
15598
|
-
"external": true
|
15599
|
-
},
|
15600
|
-
{
|
15601
|
-
"path": "@100mslive/react-icons",
|
15602
|
-
"kind": "import-statement",
|
15603
|
-
"external": true
|
15604
|
-
},
|
15605
|
-
{
|
15606
|
-
"path": "react",
|
15607
|
-
"kind": "import-statement",
|
15608
|
-
"external": true
|
15609
|
-
},
|
15610
|
-
{
|
15611
|
-
"path": "@100mslive/react-icons",
|
15612
|
-
"kind": "import-statement",
|
15613
|
-
"external": true
|
15614
|
-
},
|
15615
|
-
{
|
15616
|
-
"path": "react",
|
15617
|
-
"kind": "import-statement",
|
15618
|
-
"external": true
|
15619
|
-
},
|
15620
|
-
{
|
15621
|
-
"path": "react",
|
15622
|
-
"kind": "import-statement",
|
15623
|
-
"external": true
|
15624
|
-
},
|
15625
|
-
{
|
15626
|
-
"path": "react",
|
15627
|
-
"kind": "import-statement",
|
15628
|
-
"external": true
|
15629
|
-
},
|
15630
|
-
{
|
15631
|
-
"path": "react",
|
15632
|
-
"kind": "import-statement",
|
15633
|
-
"external": true
|
15634
|
-
},
|
15635
|
-
{
|
15636
|
-
"path": "@100mslive/hls-player",
|
15637
|
-
"kind": "import-statement",
|
15638
|
-
"external": true
|
15639
|
-
},
|
15640
|
-
{
|
15641
|
-
"path": "react",
|
15642
|
-
"kind": "import-statement",
|
15643
|
-
"external": true
|
15644
|
-
},
|
15645
|
-
{
|
15646
|
-
"path": "@100mslive/react-icons",
|
15647
|
-
"kind": "import-statement",
|
15648
|
-
"external": true
|
15649
|
-
},
|
15650
|
-
{
|
15651
|
-
"path": "react",
|
15652
|
-
"kind": "import-statement",
|
15653
|
-
"external": true
|
15654
|
-
},
|
15655
|
-
{
|
15656
|
-
"path": "@100mslive/react-icons",
|
15657
|
-
"kind": "import-statement",
|
15658
|
-
"external": true
|
15659
|
-
},
|
15660
|
-
{
|
15661
|
-
"path": "react",
|
15662
|
-
"kind": "import-statement",
|
15663
|
-
"external": true
|
15664
|
-
},
|
15665
|
-
{
|
15666
|
-
"path": "react-use",
|
15667
|
-
"kind": "import-statement",
|
15668
|
-
"external": true
|
15669
|
-
},
|
15670
|
-
{
|
15671
|
-
"path": "@100mslive/react-icons",
|
15672
|
-
"kind": "import-statement",
|
15673
|
-
"external": true
|
15674
|
-
},
|
15675
|
-
{
|
15676
|
-
"path": "react",
|
15677
|
-
"kind": "import-statement",
|
15678
|
-
"external": true
|
15679
|
-
},
|
15680
|
-
{
|
15681
|
-
"path": "@100mslive/react-icons",
|
15682
|
-
"kind": "import-statement",
|
15683
|
-
"external": true
|
15684
|
-
},
|
15685
|
-
{
|
15686
|
-
"path": "react",
|
15687
|
-
"kind": "import-statement",
|
15688
|
-
"external": true
|
15689
|
-
},
|
15690
|
-
{
|
15691
|
-
"path": "react-use",
|
15692
|
-
"kind": "import-statement",
|
15693
|
-
"external": true
|
15694
|
-
},
|
15695
|
-
{
|
15696
|
-
"path": "@100mslive/react-icons",
|
15697
|
-
"kind": "import-statement",
|
15698
|
-
"external": true
|
15699
|
-
},
|
15700
|
-
{
|
15701
|
-
"path": "react",
|
15702
|
-
"kind": "import-statement",
|
15703
|
-
"external": true
|
15704
|
-
},
|
15705
|
-
{
|
15706
|
-
"path": "@100mslive/react-icons",
|
15707
|
-
"kind": "import-statement",
|
15708
|
-
"external": true
|
15709
|
-
}
|
15710
|
-
],
|
15711
|
-
"exports": [
|
15712
|
-
"default"
|
15713
|
-
],
|
15714
|
-
"entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
|
15715
|
-
"cssBundle": "dist/HLSView-S4NJF7Q2.css",
|
15716
|
-
"inputs": {
|
15717
|
-
"src/Prebuilt/layouts/HLSView.jsx": {
|
15718
|
-
"bytesInOutput": 27634
|
15719
|
-
},
|
15720
|
-
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
15721
|
-
"bytesInOutput": 3521
|
15722
|
-
},
|
15723
|
-
"src/Prebuilt/components/HMSVideo/index.ts": {
|
15724
|
-
"bytesInOutput": 347
|
15725
|
-
},
|
15726
|
-
"src/Prebuilt/components/HMSVideo/Controls.jsx": {
|
15727
|
-
"bytesInOutput": 416
|
15728
|
-
},
|
15729
|
-
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
15730
|
-
"bytesInOutput": 2100
|
15731
|
-
},
|
15732
|
-
"src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx": {
|
15733
|
-
"bytesInOutput": 4256
|
15734
|
-
},
|
15735
|
-
"src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
|
15736
|
-
"bytesInOutput": 851
|
15737
|
-
},
|
15738
|
-
"src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
|
15739
|
-
"bytesInOutput": 244
|
15740
|
-
},
|
15741
|
-
"src/Prebuilt/components/HMSVideo/SeekControl.tsx": {
|
15742
|
-
"bytesInOutput": 328
|
15743
|
-
},
|
15744
|
-
"src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
|
15745
|
-
"bytesInOutput": 3016
|
15746
|
-
},
|
15747
|
-
"src/Prebuilt/components/HMSVideo/utils.ts": {
|
15748
|
-
"bytesInOutput": 917
|
15749
|
-
},
|
15750
|
-
"src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
|
15751
|
-
"bytesInOutput": 1564
|
15752
|
-
},
|
15753
|
-
"src/Prebuilt/components/HMSVideo/VolumeControl.tsx": {
|
15754
|
-
"bytesInOutput": 2284
|
15755
|
-
},
|
15756
|
-
"src/Prebuilt/components/HMSVideo/FullscreenButton.tsx": {
|
15757
|
-
"bytesInOutput": 643
|
15758
|
-
},
|
15759
|
-
"src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx": {
|
15760
|
-
"bytesInOutput": 1930
|
15761
|
-
},
|
15762
|
-
"src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx": {
|
15763
|
-
"bytesInOutput": 688
|
15631
|
+
"original": "./TextArea"
|
15764
15632
|
},
|
15765
|
-
|
15766
|
-
"
|
15633
|
+
{
|
15634
|
+
"path": "src/Diagnostics/index.ts",
|
15635
|
+
"kind": "import-statement",
|
15636
|
+
"original": "./Diagnostics"
|
15767
15637
|
},
|
15768
|
-
|
15769
|
-
"
|
15638
|
+
{
|
15639
|
+
"path": "<define:process.env>",
|
15640
|
+
"kind": "import-statement",
|
15641
|
+
"external": true
|
15642
|
+
}
|
15643
|
+
],
|
15644
|
+
"format": "esm"
|
15645
|
+
}
|
15646
|
+
},
|
15647
|
+
"outputs": {
|
15648
|
+
"dist/audio-level.png": {
|
15649
|
+
"imports": [],
|
15650
|
+
"exports": [],
|
15651
|
+
"inputs": {
|
15652
|
+
"src/AudioLevel/audio-level.png": {
|
15653
|
+
"bytesInOutput": 621
|
15654
|
+
}
|
15655
|
+
},
|
15656
|
+
"bytes": 621
|
15657
|
+
},
|
15658
|
+
"dist/transaction_error.svg": {
|
15659
|
+
"imports": [],
|
15660
|
+
"exports": [],
|
15661
|
+
"inputs": {
|
15662
|
+
"src/Prebuilt/images/transaction_error.svg": {
|
15663
|
+
"bytesInOutput": 4603
|
15664
|
+
}
|
15665
|
+
},
|
15666
|
+
"bytes": 4603
|
15667
|
+
},
|
15668
|
+
"dist/empty-chat.svg": {
|
15669
|
+
"imports": [],
|
15670
|
+
"exports": [],
|
15671
|
+
"inputs": {
|
15672
|
+
"src/Prebuilt/images/empty-chat.svg": {
|
15673
|
+
"bytesInOutput": 2177
|
15674
|
+
}
|
15675
|
+
},
|
15676
|
+
"bytes": 2177
|
15677
|
+
},
|
15678
|
+
"dist/pdf-share.png": {
|
15679
|
+
"imports": [],
|
15680
|
+
"exports": [],
|
15681
|
+
"inputs": {
|
15682
|
+
"src/Prebuilt/images/pdf-share.png": {
|
15683
|
+
"bytesInOutput": 19045
|
15684
|
+
}
|
15685
|
+
},
|
15686
|
+
"bytes": 19045
|
15687
|
+
},
|
15688
|
+
"dist/screen-share.png": {
|
15689
|
+
"imports": [],
|
15690
|
+
"exports": [],
|
15691
|
+
"inputs": {
|
15692
|
+
"src/Prebuilt/images/screen-share.png": {
|
15693
|
+
"bytesInOutput": 23333
|
15694
|
+
}
|
15695
|
+
},
|
15696
|
+
"bytes": 23333
|
15697
|
+
},
|
15698
|
+
"dist/android-perm-1.png": {
|
15699
|
+
"imports": [],
|
15700
|
+
"exports": [],
|
15701
|
+
"inputs": {
|
15702
|
+
"src/Prebuilt/images/android-perm-1.png": {
|
15703
|
+
"bytesInOutput": 7790
|
15770
15704
|
}
|
15771
15705
|
},
|
15772
|
-
"bytes":
|
15706
|
+
"bytes": 7790
|
15773
15707
|
},
|
15774
|
-
"dist/
|
15708
|
+
"dist/ios-perm-0.png": {
|
15709
|
+
"imports": [],
|
15710
|
+
"exports": [],
|
15711
|
+
"inputs": {
|
15712
|
+
"src/Prebuilt/images/ios-perm-0.png": {
|
15713
|
+
"bytesInOutput": 8933
|
15714
|
+
}
|
15715
|
+
},
|
15716
|
+
"bytes": 8933
|
15717
|
+
},
|
15718
|
+
"dist/index.js.map": {
|
15775
15719
|
"imports": [],
|
15776
15720
|
"exports": [],
|
15777
15721
|
"inputs": {},
|
15778
|
-
"bytes":
|
15722
|
+
"bytes": 3654993
|
15779
15723
|
},
|
15780
|
-
"dist/
|
15724
|
+
"dist/index.js": {
|
15781
15725
|
"imports": [
|
15782
15726
|
{
|
15783
15727
|
"path": "react",
|
@@ -15959,6 +15903,10 @@
|
|
15959
15903
|
"kind": "import-statement",
|
15960
15904
|
"external": true
|
15961
15905
|
},
|
15906
|
+
{
|
15907
|
+
"path": "dist/audio-level.png",
|
15908
|
+
"kind": "import-statement"
|
15909
|
+
},
|
15962
15910
|
{
|
15963
15911
|
"path": "@radix-ui/react-popover",
|
15964
15912
|
"kind": "import-statement",
|
@@ -16259,6 +16207,10 @@
|
|
16259
16207
|
"kind": "import-statement",
|
16260
16208
|
"external": true
|
16261
16209
|
},
|
16210
|
+
{
|
16211
|
+
"path": "dist/transaction_error.svg",
|
16212
|
+
"kind": "import-statement"
|
16213
|
+
},
|
16262
16214
|
{
|
16263
16215
|
"path": "react",
|
16264
16216
|
"kind": "import-statement",
|
@@ -16694,6 +16646,10 @@
|
|
16694
16646
|
"kind": "import-statement",
|
16695
16647
|
"external": true
|
16696
16648
|
},
|
16649
|
+
{
|
16650
|
+
"path": "dist/empty-chat.svg",
|
16651
|
+
"kind": "import-statement"
|
16652
|
+
},
|
16697
16653
|
{
|
16698
16654
|
"path": "react",
|
16699
16655
|
"kind": "import-statement",
|
@@ -16779,6 +16735,11 @@
|
|
16779
16735
|
"kind": "import-statement",
|
16780
16736
|
"external": true
|
16781
16737
|
},
|
16738
|
+
{
|
16739
|
+
"path": "react-use",
|
16740
|
+
"kind": "import-statement",
|
16741
|
+
"external": true
|
16742
|
+
},
|
16782
16743
|
{
|
16783
16744
|
"path": "ts-pattern",
|
16784
16745
|
"kind": "import-statement",
|
@@ -17094,6 +17055,14 @@
|
|
17094
17055
|
"kind": "import-statement",
|
17095
17056
|
"external": true
|
17096
17057
|
},
|
17058
|
+
{
|
17059
|
+
"path": "dist/pdf-share.png",
|
17060
|
+
"kind": "import-statement"
|
17061
|
+
},
|
17062
|
+
{
|
17063
|
+
"path": "dist/screen-share.png",
|
17064
|
+
"kind": "import-statement"
|
17065
|
+
},
|
17097
17066
|
{
|
17098
17067
|
"path": "react",
|
17099
17068
|
"kind": "import-statement",
|
@@ -17700,7 +17669,7 @@
|
|
17700
17669
|
"external": true
|
17701
17670
|
},
|
17702
17671
|
{
|
17703
|
-
"path": "@emoji-mart/data",
|
17672
|
+
"path": "@emoji-mart/data/sets/14/apple.json",
|
17704
17673
|
"kind": "import-statement",
|
17705
17674
|
"external": true
|
17706
17675
|
},
|
@@ -18010,17 +17979,187 @@
|
|
18010
17979
|
"external": true
|
18011
17980
|
},
|
18012
17981
|
{
|
18013
|
-
"path": "@100mslive/react-icons",
|
17982
|
+
"path": "@100mslive/react-icons",
|
17983
|
+
"kind": "import-statement",
|
17984
|
+
"external": true
|
17985
|
+
},
|
17986
|
+
{
|
17987
|
+
"path": "react",
|
17988
|
+
"kind": "import-statement",
|
17989
|
+
"external": true
|
17990
|
+
},
|
17991
|
+
{
|
17992
|
+
"path": "react-use",
|
17993
|
+
"kind": "import-statement",
|
17994
|
+
"external": true
|
17995
|
+
},
|
17996
|
+
{
|
17997
|
+
"path": "react",
|
17998
|
+
"kind": "import-statement",
|
17999
|
+
"external": true
|
18000
|
+
},
|
18001
|
+
{
|
18002
|
+
"path": "react-use",
|
18003
|
+
"kind": "import-statement",
|
18004
|
+
"external": true
|
18005
|
+
},
|
18006
|
+
{
|
18007
|
+
"path": "ts-pattern",
|
18008
|
+
"kind": "import-statement",
|
18009
|
+
"external": true
|
18010
|
+
},
|
18011
|
+
{
|
18012
|
+
"path": "@100mslive/react-sdk",
|
18013
|
+
"kind": "import-statement",
|
18014
|
+
"external": true
|
18015
|
+
},
|
18016
|
+
{
|
18017
|
+
"path": "@100mslive/react-icons",
|
18018
|
+
"kind": "import-statement",
|
18019
|
+
"external": true
|
18020
|
+
},
|
18021
|
+
{
|
18022
|
+
"path": "react",
|
18023
|
+
"kind": "import-statement",
|
18024
|
+
"external": true
|
18025
|
+
},
|
18026
|
+
{
|
18027
|
+
"path": "@100mslive/react-sdk",
|
18028
|
+
"kind": "import-statement",
|
18029
|
+
"external": true
|
18030
|
+
},
|
18031
|
+
{
|
18032
|
+
"path": "react",
|
18033
|
+
"kind": "import-statement",
|
18034
|
+
"external": true
|
18035
|
+
},
|
18036
|
+
{
|
18037
|
+
"path": "react-use",
|
18038
|
+
"kind": "import-statement",
|
18039
|
+
"external": true
|
18040
|
+
},
|
18041
|
+
{
|
18042
|
+
"path": "@100mslive/react-icons",
|
18043
|
+
"kind": "import-statement",
|
18044
|
+
"external": true
|
18045
|
+
},
|
18046
|
+
{
|
18047
|
+
"path": "react",
|
18048
|
+
"kind": "import-statement",
|
18049
|
+
"external": true
|
18050
|
+
},
|
18051
|
+
{
|
18052
|
+
"path": "react",
|
18053
|
+
"kind": "import-statement",
|
18054
|
+
"external": true
|
18055
|
+
},
|
18056
|
+
{
|
18057
|
+
"path": "react-draggable",
|
18058
|
+
"kind": "import-statement",
|
18059
|
+
"external": true
|
18060
|
+
},
|
18061
|
+
{
|
18062
|
+
"path": "react-use",
|
18063
|
+
"kind": "import-statement",
|
18064
|
+
"external": true
|
18065
|
+
},
|
18066
|
+
{
|
18067
|
+
"path": "@100mslive/react-sdk",
|
18068
|
+
"kind": "import-statement",
|
18069
|
+
"external": true
|
18070
|
+
},
|
18071
|
+
{
|
18072
|
+
"path": "@100mslive/react-icons",
|
18073
|
+
"kind": "import-statement",
|
18074
|
+
"external": true
|
18075
|
+
},
|
18076
|
+
{
|
18077
|
+
"path": "react",
|
18078
|
+
"kind": "import-statement",
|
18079
|
+
"external": true
|
18080
|
+
},
|
18081
|
+
{
|
18082
|
+
"path": "react",
|
18083
|
+
"kind": "import-statement",
|
18084
|
+
"external": true
|
18085
|
+
},
|
18086
|
+
{
|
18087
|
+
"path": "@100mslive/react-icons",
|
18088
|
+
"kind": "import-statement",
|
18089
|
+
"external": true
|
18090
|
+
},
|
18091
|
+
{
|
18092
|
+
"path": "react",
|
18093
|
+
"kind": "import-statement",
|
18094
|
+
"external": true
|
18095
|
+
},
|
18096
|
+
{
|
18097
|
+
"path": "react",
|
18098
|
+
"kind": "import-statement",
|
18099
|
+
"external": true
|
18100
|
+
},
|
18101
|
+
{
|
18102
|
+
"path": "react-use",
|
18103
|
+
"kind": "import-statement",
|
18104
|
+
"external": true
|
18105
|
+
},
|
18106
|
+
{
|
18107
|
+
"path": "@100mslive/react-sdk",
|
18108
|
+
"kind": "import-statement",
|
18109
|
+
"external": true
|
18110
|
+
},
|
18111
|
+
{
|
18112
|
+
"path": "react",
|
18113
|
+
"kind": "import-statement",
|
18114
|
+
"external": true
|
18115
|
+
},
|
18116
|
+
{
|
18117
|
+
"path": "react-use",
|
18118
|
+
"kind": "import-statement",
|
18119
|
+
"external": true
|
18120
|
+
},
|
18121
|
+
{
|
18122
|
+
"path": "@100mslive/react-sdk",
|
18123
|
+
"kind": "import-statement",
|
18124
|
+
"external": true
|
18125
|
+
},
|
18126
|
+
{
|
18127
|
+
"path": "react",
|
18128
|
+
"kind": "import-statement",
|
18129
|
+
"external": true
|
18130
|
+
},
|
18131
|
+
{
|
18132
|
+
"path": "react-use",
|
18133
|
+
"kind": "import-statement",
|
18134
|
+
"external": true
|
18135
|
+
},
|
18136
|
+
{
|
18137
|
+
"path": "@100mslive/react-sdk",
|
18138
|
+
"kind": "import-statement",
|
18139
|
+
"external": true
|
18140
|
+
},
|
18141
|
+
{
|
18142
|
+
"path": "react",
|
18143
|
+
"kind": "import-statement",
|
18144
|
+
"external": true
|
18145
|
+
},
|
18146
|
+
{
|
18147
|
+
"path": "react",
|
18148
|
+
"kind": "import-statement",
|
18149
|
+
"external": true
|
18150
|
+
},
|
18151
|
+
{
|
18152
|
+
"path": "react",
|
18014
18153
|
"kind": "import-statement",
|
18015
18154
|
"external": true
|
18016
18155
|
},
|
18017
18156
|
{
|
18018
|
-
"path": "react",
|
18157
|
+
"path": "react-use",
|
18019
18158
|
"kind": "import-statement",
|
18020
18159
|
"external": true
|
18021
18160
|
},
|
18022
18161
|
{
|
18023
|
-
"path": "react-
|
18162
|
+
"path": "@100mslive/react-sdk",
|
18024
18163
|
"kind": "import-statement",
|
18025
18164
|
"external": true
|
18026
18165
|
},
|
@@ -18035,7 +18174,7 @@
|
|
18035
18174
|
"external": true
|
18036
18175
|
},
|
18037
18176
|
{
|
18038
|
-
"path": "
|
18177
|
+
"path": "screenfull",
|
18039
18178
|
"kind": "import-statement",
|
18040
18179
|
"external": true
|
18041
18180
|
},
|
@@ -18055,7 +18194,7 @@
|
|
18055
18194
|
"external": true
|
18056
18195
|
},
|
18057
18196
|
{
|
18058
|
-
"path": "@100mslive/react-
|
18197
|
+
"path": "@100mslive/react-icons",
|
18059
18198
|
"kind": "import-statement",
|
18060
18199
|
"external": true
|
18061
18200
|
},
|
@@ -18065,7 +18204,7 @@
|
|
18065
18204
|
"external": true
|
18066
18205
|
},
|
18067
18206
|
{
|
18068
|
-
"path": "react-
|
18207
|
+
"path": "@100mslive/react-sdk",
|
18069
18208
|
"kind": "import-statement",
|
18070
18209
|
"external": true
|
18071
18210
|
},
|
@@ -18080,17 +18219,17 @@
|
|
18080
18219
|
"external": true
|
18081
18220
|
},
|
18082
18221
|
{
|
18083
|
-
"path": "react",
|
18222
|
+
"path": "react-use",
|
18084
18223
|
"kind": "import-statement",
|
18085
18224
|
"external": true
|
18086
18225
|
},
|
18087
18226
|
{
|
18088
|
-
"path": "
|
18227
|
+
"path": "@100mslive/hms-whiteboard",
|
18089
18228
|
"kind": "import-statement",
|
18090
18229
|
"external": true
|
18091
18230
|
},
|
18092
18231
|
{
|
18093
|
-
"path": "react-
|
18232
|
+
"path": "@100mslive/react-sdk",
|
18094
18233
|
"kind": "import-statement",
|
18095
18234
|
"external": true
|
18096
18235
|
},
|
@@ -18100,12 +18239,12 @@
|
|
18100
18239
|
"external": true
|
18101
18240
|
},
|
18102
18241
|
{
|
18103
|
-
"path": "
|
18242
|
+
"path": "react",
|
18104
18243
|
"kind": "import-statement",
|
18105
18244
|
"external": true
|
18106
18245
|
},
|
18107
18246
|
{
|
18108
|
-
"path": "react",
|
18247
|
+
"path": "@100mslive/react-sdk",
|
18109
18248
|
"kind": "import-statement",
|
18110
18249
|
"external": true
|
18111
18250
|
},
|
@@ -18115,22 +18254,22 @@
|
|
18115
18254
|
"external": true
|
18116
18255
|
},
|
18117
18256
|
{
|
18118
|
-
"path": "
|
18257
|
+
"path": "react-use",
|
18119
18258
|
"kind": "import-statement",
|
18120
18259
|
"external": true
|
18121
18260
|
},
|
18122
18261
|
{
|
18123
|
-
"path": "
|
18262
|
+
"path": "@100mslive/hls-player",
|
18124
18263
|
"kind": "import-statement",
|
18125
18264
|
"external": true
|
18126
18265
|
},
|
18127
18266
|
{
|
18128
|
-
"path": "
|
18267
|
+
"path": "screenfull",
|
18129
18268
|
"kind": "import-statement",
|
18130
18269
|
"external": true
|
18131
18270
|
},
|
18132
18271
|
{
|
18133
|
-
"path": "
|
18272
|
+
"path": "ts-pattern",
|
18134
18273
|
"kind": "import-statement",
|
18135
18274
|
"external": true
|
18136
18275
|
},
|
@@ -18140,17 +18279,17 @@
|
|
18140
18279
|
"external": true
|
18141
18280
|
},
|
18142
18281
|
{
|
18143
|
-
"path": "react",
|
18282
|
+
"path": "@100mslive/react-icons",
|
18144
18283
|
"kind": "import-statement",
|
18145
18284
|
"external": true
|
18146
18285
|
},
|
18147
18286
|
{
|
18148
|
-
"path": "react
|
18287
|
+
"path": "react",
|
18149
18288
|
"kind": "import-statement",
|
18150
18289
|
"external": true
|
18151
18290
|
},
|
18152
18291
|
{
|
18153
|
-
"path": "@100mslive/react-
|
18292
|
+
"path": "@100mslive/react-icons",
|
18154
18293
|
"kind": "import-statement",
|
18155
18294
|
"external": true
|
18156
18295
|
},
|
@@ -18160,17 +18299,17 @@
|
|
18160
18299
|
"external": true
|
18161
18300
|
},
|
18162
18301
|
{
|
18163
|
-
"path": "react
|
18302
|
+
"path": "react",
|
18164
18303
|
"kind": "import-statement",
|
18165
18304
|
"external": true
|
18166
18305
|
},
|
18167
18306
|
{
|
18168
|
-
"path": "
|
18307
|
+
"path": "react-use",
|
18169
18308
|
"kind": "import-statement",
|
18170
18309
|
"external": true
|
18171
18310
|
},
|
18172
18311
|
{
|
18173
|
-
"path": "react",
|
18312
|
+
"path": "@100mslive/react-icons",
|
18174
18313
|
"kind": "import-statement",
|
18175
18314
|
"external": true
|
18176
18315
|
},
|
@@ -18180,17 +18319,17 @@
|
|
18180
18319
|
"external": true
|
18181
18320
|
},
|
18182
18321
|
{
|
18183
|
-
"path": "react",
|
18322
|
+
"path": "@100mslive/react-icons",
|
18184
18323
|
"kind": "import-statement",
|
18185
18324
|
"external": true
|
18186
18325
|
},
|
18187
18326
|
{
|
18188
|
-
"path": "react
|
18327
|
+
"path": "react",
|
18189
18328
|
"kind": "import-statement",
|
18190
18329
|
"external": true
|
18191
18330
|
},
|
18192
18331
|
{
|
18193
|
-
"path": "
|
18332
|
+
"path": "react",
|
18194
18333
|
"kind": "import-statement",
|
18195
18334
|
"external": true
|
18196
18335
|
},
|
@@ -18200,17 +18339,17 @@
|
|
18200
18339
|
"external": true
|
18201
18340
|
},
|
18202
18341
|
{
|
18203
|
-
"path": "react
|
18342
|
+
"path": "react",
|
18204
18343
|
"kind": "import-statement",
|
18205
18344
|
"external": true
|
18206
18345
|
},
|
18207
18346
|
{
|
18208
|
-
"path": "
|
18347
|
+
"path": "@100mslive/hls-player",
|
18209
18348
|
"kind": "import-statement",
|
18210
18349
|
"external": true
|
18211
18350
|
},
|
18212
18351
|
{
|
18213
|
-
"path": "
|
18352
|
+
"path": "react",
|
18214
18353
|
"kind": "import-statement",
|
18215
18354
|
"external": true
|
18216
18355
|
},
|
@@ -18235,7 +18374,7 @@
|
|
18235
18374
|
"external": true
|
18236
18375
|
},
|
18237
18376
|
{
|
18238
|
-
"path": "
|
18377
|
+
"path": "react-use",
|
18239
18378
|
"kind": "import-statement",
|
18240
18379
|
"external": true
|
18241
18380
|
},
|
@@ -18250,22 +18389,22 @@
|
|
18250
18389
|
"external": true
|
18251
18390
|
},
|
18252
18391
|
{
|
18253
|
-
"path": "react-
|
18392
|
+
"path": "@100mslive/react-icons",
|
18254
18393
|
"kind": "import-statement",
|
18255
18394
|
"external": true
|
18256
18395
|
},
|
18257
18396
|
{
|
18258
|
-
"path": "
|
18397
|
+
"path": "react",
|
18259
18398
|
"kind": "import-statement",
|
18260
18399
|
"external": true
|
18261
18400
|
},
|
18262
18401
|
{
|
18263
|
-
"path": "
|
18402
|
+
"path": "react-use",
|
18264
18403
|
"kind": "import-statement",
|
18265
18404
|
"external": true
|
18266
18405
|
},
|
18267
18406
|
{
|
18268
|
-
"path": "@100mslive/react-
|
18407
|
+
"path": "@100mslive/react-icons",
|
18269
18408
|
"kind": "import-statement",
|
18270
18409
|
"external": true
|
18271
18410
|
},
|
@@ -18275,7 +18414,7 @@
|
|
18275
18414
|
"external": true
|
18276
18415
|
},
|
18277
18416
|
{
|
18278
|
-
"path": "@100mslive/react-
|
18417
|
+
"path": "@100mslive/react-icons",
|
18279
18418
|
"kind": "import-statement",
|
18280
18419
|
"external": true
|
18281
18420
|
},
|
@@ -18319,10 +18458,6 @@
|
|
18319
18458
|
"kind": "import-statement",
|
18320
18459
|
"external": true
|
18321
18460
|
},
|
18322
|
-
{
|
18323
|
-
"path": "dist/HLSView-HYI6LLL6.js",
|
18324
|
-
"kind": "dynamic-import"
|
18325
|
-
},
|
18326
18461
|
{
|
18327
18462
|
"path": "react",
|
18328
18463
|
"kind": "import-statement",
|
@@ -18499,7 +18634,12 @@
|
|
18499
18634
|
"external": true
|
18500
18635
|
},
|
18501
18636
|
{
|
18502
|
-
"path": "
|
18637
|
+
"path": "react",
|
18638
|
+
"kind": "import-statement",
|
18639
|
+
"external": true
|
18640
|
+
},
|
18641
|
+
{
|
18642
|
+
"path": "@100mslive/react-sdk",
|
18503
18643
|
"kind": "import-statement",
|
18504
18644
|
"external": true
|
18505
18645
|
},
|
@@ -18508,18 +18648,23 @@
|
|
18508
18648
|
"kind": "import-statement",
|
18509
18649
|
"external": true
|
18510
18650
|
},
|
18651
|
+
{
|
18652
|
+
"path": "uuid",
|
18653
|
+
"kind": "import-statement",
|
18654
|
+
"external": true
|
18655
|
+
},
|
18511
18656
|
{
|
18512
18657
|
"path": "@100mslive/react-sdk",
|
18513
18658
|
"kind": "import-statement",
|
18514
18659
|
"external": true
|
18515
18660
|
},
|
18516
18661
|
{
|
18517
|
-
"path": "react",
|
18662
|
+
"path": "@100mslive/react-icons",
|
18518
18663
|
"kind": "import-statement",
|
18519
18664
|
"external": true
|
18520
18665
|
},
|
18521
18666
|
{
|
18522
|
-
"path": "
|
18667
|
+
"path": "react",
|
18523
18668
|
"kind": "import-statement",
|
18524
18669
|
"external": true
|
18525
18670
|
},
|
@@ -18529,7 +18674,12 @@
|
|
18529
18674
|
"external": true
|
18530
18675
|
},
|
18531
18676
|
{
|
18532
|
-
"path": "
|
18677
|
+
"path": "react",
|
18678
|
+
"kind": "import-statement",
|
18679
|
+
"external": true
|
18680
|
+
},
|
18681
|
+
{
|
18682
|
+
"path": "@100mslive/react-sdk",
|
18533
18683
|
"kind": "import-statement",
|
18534
18684
|
"external": true
|
18535
18685
|
},
|
@@ -18543,6 +18693,11 @@
|
|
18543
18693
|
"kind": "import-statement",
|
18544
18694
|
"external": true
|
18545
18695
|
},
|
18696
|
+
{
|
18697
|
+
"path": "@100mslive/react-icons",
|
18698
|
+
"kind": "import-statement",
|
18699
|
+
"external": true
|
18700
|
+
},
|
18546
18701
|
{
|
18547
18702
|
"path": "react",
|
18548
18703
|
"kind": "import-statement",
|
@@ -18598,6 +18753,16 @@
|
|
18598
18753
|
"kind": "import-statement",
|
18599
18754
|
"external": true
|
18600
18755
|
},
|
18756
|
+
{
|
18757
|
+
"path": "@100mslive/react-sdk",
|
18758
|
+
"kind": "import-statement",
|
18759
|
+
"external": true
|
18760
|
+
},
|
18761
|
+
{
|
18762
|
+
"path": "react",
|
18763
|
+
"kind": "import-statement",
|
18764
|
+
"external": true
|
18765
|
+
},
|
18601
18766
|
{
|
18602
18767
|
"path": "react-use",
|
18603
18768
|
"kind": "import-statement",
|
@@ -18608,6 +18773,34 @@
|
|
18608
18773
|
"kind": "import-statement",
|
18609
18774
|
"external": true
|
18610
18775
|
},
|
18776
|
+
{
|
18777
|
+
"path": "dist/android-perm-1.png",
|
18778
|
+
"kind": "import-statement"
|
18779
|
+
},
|
18780
|
+
{
|
18781
|
+
"path": "dist/ios-perm-0.png",
|
18782
|
+
"kind": "import-statement"
|
18783
|
+
},
|
18784
|
+
{
|
18785
|
+
"path": "react",
|
18786
|
+
"kind": "import-statement",
|
18787
|
+
"external": true
|
18788
|
+
},
|
18789
|
+
{
|
18790
|
+
"path": "@100mslive/react-sdk",
|
18791
|
+
"kind": "import-statement",
|
18792
|
+
"external": true
|
18793
|
+
},
|
18794
|
+
{
|
18795
|
+
"path": "react",
|
18796
|
+
"kind": "import-statement",
|
18797
|
+
"external": true
|
18798
|
+
},
|
18799
|
+
{
|
18800
|
+
"path": "@100mslive/react-sdk",
|
18801
|
+
"kind": "import-statement",
|
18802
|
+
"external": true
|
18803
|
+
},
|
18611
18804
|
{
|
18612
18805
|
"path": "react",
|
18613
18806
|
"kind": "import-statement",
|
@@ -18855,49 +19048,36 @@
|
|
18855
19048
|
}
|
18856
19049
|
],
|
18857
19050
|
"exports": [
|
18858
|
-
"APP_DATA",
|
18859
19051
|
"Accordion",
|
18860
19052
|
"AudioLevel",
|
18861
19053
|
"Avatar",
|
18862
19054
|
"Box",
|
18863
19055
|
"Button",
|
18864
|
-
"ChatToggle",
|
18865
19056
|
"Checkbox",
|
18866
19057
|
"Collapsible",
|
18867
19058
|
"Diagnostics",
|
18868
19059
|
"Dialog",
|
18869
19060
|
"DialogContainerContext",
|
18870
19061
|
"DialogContainerProvider",
|
18871
|
-
"DialogContent",
|
18872
|
-
"DialogRow",
|
18873
19062
|
"Dropdown",
|
18874
|
-
"EMOJI_REACTION_TYPE",
|
18875
19063
|
"Fieldset",
|
18876
19064
|
"Flex",
|
18877
19065
|
"Footer",
|
18878
19066
|
"HMSPrebuilt",
|
19067
|
+
"HMSSelect",
|
18879
19068
|
"HMSThemeProvider",
|
18880
19069
|
"HorizontalDivider",
|
18881
19070
|
"IconButton",
|
18882
|
-
"IconButton_default",
|
18883
19071
|
"Input",
|
18884
19072
|
"Label",
|
18885
|
-
"LeaveRoom",
|
18886
19073
|
"Link",
|
18887
19074
|
"Loading",
|
18888
|
-
"Logo",
|
18889
|
-
"POLL_STATE",
|
18890
|
-
"POLL_VIEWS",
|
18891
19075
|
"PasswordInput",
|
18892
19076
|
"Popover",
|
18893
19077
|
"Progress",
|
18894
19078
|
"QRCode",
|
18895
19079
|
"RadioGroup",
|
18896
|
-
"ReactSelect_exports",
|
18897
|
-
"RoomDetailsRow",
|
18898
|
-
"SIDE_PANE_OPTIONS",
|
18899
19080
|
"Select",
|
18900
|
-
"Sheet",
|
18901
19081
|
"Slider",
|
18902
19082
|
"StyledAvatar",
|
18903
19083
|
"StyledMenuTile",
|
@@ -18912,16 +19092,10 @@
|
|
18912
19092
|
"ThemeContext",
|
18913
19093
|
"ThemeTypes",
|
18914
19094
|
"Toast",
|
18915
|
-
"ToastManager",
|
18916
19095
|
"Tooltip",
|
18917
19096
|
"VerticalDivider",
|
18918
19097
|
"Video",
|
18919
19098
|
"VideoTileStats",
|
18920
|
-
"WaitingView",
|
18921
|
-
"__async",
|
18922
|
-
"__objRest",
|
18923
|
-
"__spreadProps",
|
18924
|
-
"__spreadValues",
|
18925
19099
|
"config",
|
18926
19100
|
"createTheme",
|
18927
19101
|
"createThemeBase",
|
@@ -18932,30 +19106,25 @@
|
|
18932
19106
|
"getLeft",
|
18933
19107
|
"globalCss",
|
18934
19108
|
"globalStyles",
|
18935
|
-
"init_define_process_env",
|
18936
19109
|
"keyframes",
|
18937
19110
|
"slideLeftAndFade",
|
18938
19111
|
"styled",
|
18939
19112
|
"textEllipsis",
|
18940
19113
|
"theme",
|
18941
19114
|
"useBorderAudioLevel",
|
18942
|
-
"useIsLandscape",
|
18943
|
-
"useIsSidepaneTypeOpen",
|
18944
|
-
"useKeyboardHandler",
|
18945
|
-
"useRoomLayoutConferencingScreen",
|
18946
|
-
"useRoomLayoutHeader",
|
18947
|
-
"useSidepaneToggle",
|
18948
19115
|
"useTheme"
|
18949
19116
|
],
|
19117
|
+
"entryPoint": "src/index.ts",
|
19118
|
+
"cssBundle": "dist/index.css",
|
18950
19119
|
"inputs": {
|
18951
19120
|
"<define:process.env>": {
|
18952
|
-
"bytesInOutput":
|
19121
|
+
"bytesInOutput": 18025
|
18953
19122
|
},
|
18954
19123
|
"../../node_modules/lodash/lodash.js": {
|
18955
|
-
"bytesInOutput":
|
19124
|
+
"bytesInOutput": 224303
|
18956
19125
|
},
|
18957
19126
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
18958
|
-
"bytesInOutput":
|
19127
|
+
"bytesInOutput": 42458
|
18959
19128
|
},
|
18960
19129
|
"../../node_modules/lodash.isequal/index.js": {
|
18961
19130
|
"bytesInOutput": 26591
|
@@ -18967,7 +19136,7 @@
|
|
18967
19136
|
"bytesInOutput": 16120
|
18968
19137
|
},
|
18969
19138
|
"../../node_modules/sdp-transform/lib/parser.js": {
|
18970
|
-
"bytesInOutput":
|
19139
|
+
"bytesInOutput": 3495
|
18971
19140
|
},
|
18972
19141
|
"../../node_modules/sdp-transform/lib/writer.js": {
|
18973
19142
|
"bytesInOutput": 3068
|
@@ -18976,10 +19145,10 @@
|
|
18976
19145
|
"bytesInOutput": 615
|
18977
19146
|
},
|
18978
19147
|
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
|
18979
|
-
"bytesInOutput":
|
19148
|
+
"bytesInOutput": 3850
|
18980
19149
|
},
|
18981
19150
|
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
|
18982
|
-
"bytesInOutput":
|
19151
|
+
"bytesInOutput": 7630
|
18983
19152
|
},
|
18984
19153
|
"../../node_modules/prop-types/node_modules/react-is/index.js": {
|
18985
19154
|
"bytesInOutput": 373
|
@@ -19063,7 +19232,7 @@
|
|
19063
19232
|
"bytesInOutput": 27
|
19064
19233
|
},
|
19065
19234
|
"src/Avatar/Avatar.tsx": {
|
19066
|
-
"bytesInOutput":
|
19235
|
+
"bytesInOutput": 1253
|
19067
19236
|
},
|
19068
19237
|
"src/Avatar/getAvatarBg.ts": {
|
19069
19238
|
"bytesInOutput": 904
|
@@ -19159,13 +19328,10 @@
|
|
19159
19328
|
"bytesInOutput": 27
|
19160
19329
|
},
|
19161
19330
|
"src/AudioLevel/useBorderAudioLevel.tsx": {
|
19162
|
-
"bytesInOutput":
|
19331
|
+
"bytesInOutput": 755
|
19163
19332
|
},
|
19164
19333
|
"src/AudioLevel/AudioLevel.tsx": {
|
19165
|
-
"bytesInOutput":
|
19166
|
-
},
|
19167
|
-
"src/AudioLevel/audio-level.png": {
|
19168
|
-
"bytesInOutput": 880
|
19334
|
+
"bytesInOutput": 2214
|
19169
19335
|
},
|
19170
19336
|
"src/Popover/index.tsx": {
|
19171
19337
|
"bytesInOutput": 758
|
@@ -19177,7 +19343,7 @@
|
|
19177
19343
|
"bytesInOutput": 8580
|
19178
19344
|
},
|
19179
19345
|
"src/Stats/formatBytes.ts": {
|
19180
|
-
"bytesInOutput":
|
19346
|
+
"bytesInOutput": 473
|
19181
19347
|
},
|
19182
19348
|
"src/Stats/StyledStats.tsx": {
|
19183
19349
|
"bytesInOutput": 708
|
@@ -19276,7 +19442,7 @@
|
|
19276
19442
|
"bytesInOutput": 490
|
19277
19443
|
},
|
19278
19444
|
"src/Prebuilt/components/AuthToken.tsx": {
|
19279
|
-
"bytesInOutput":
|
19445
|
+
"bytesInOutput": 4194
|
19280
19446
|
},
|
19281
19447
|
"src/Prebuilt/AppContext.tsx": {
|
19282
19448
|
"bytesInOutput": 577
|
@@ -19291,7 +19457,7 @@
|
|
19291
19457
|
"bytesInOutput": 489
|
19292
19458
|
},
|
19293
19459
|
"src/Prebuilt/components/PIP/PIPManager.ts": {
|
19294
|
-
"bytesInOutput":
|
19460
|
+
"bytesInOutput": 9820
|
19295
19461
|
},
|
19296
19462
|
"src/Prebuilt/components/PIP/pipUtils.js": {
|
19297
19463
|
"bytesInOutput": 4289
|
@@ -19299,9 +19465,6 @@
|
|
19299
19465
|
"src/Prebuilt/components/Toast/ToastManager.js": {
|
19300
19466
|
"bytesInOutput": 1028
|
19301
19467
|
},
|
19302
|
-
"src/Prebuilt/images/transaction_error.svg": {
|
19303
|
-
"bytesInOutput": 4698
|
19304
|
-
},
|
19305
19468
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
19306
19469
|
"bytesInOutput": 7400
|
19307
19470
|
},
|
@@ -19357,7 +19520,7 @@
|
|
19357
19520
|
"bytesInOutput": 606
|
19358
19521
|
},
|
19359
19522
|
"src/Prebuilt/common/hooks.ts": {
|
19360
|
-
"bytesInOutput":
|
19523
|
+
"bytesInOutput": 7108
|
19361
19524
|
},
|
19362
19525
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
19363
19526
|
"bytesInOutput": 2476
|
@@ -19372,7 +19535,7 @@
|
|
19372
19535
|
"bytesInOutput": 491
|
19373
19536
|
},
|
19374
19537
|
"src/Prebuilt/components/Leave/LeaveCard.tsx": {
|
19375
|
-
"bytesInOutput":
|
19538
|
+
"bytesInOutput": 655
|
19376
19539
|
},
|
19377
19540
|
"src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
|
19378
19541
|
"bytesInOutput": 1783
|
@@ -19384,7 +19547,7 @@
|
|
19384
19547
|
"bytesInOutput": 474
|
19385
19548
|
},
|
19386
19549
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
19387
|
-
"bytesInOutput":
|
19550
|
+
"bytesInOutput": 9233
|
19388
19551
|
},
|
19389
19552
|
"src/Prebuilt/components/PIP/index.jsx": {
|
19390
19553
|
"bytesInOutput": 178
|
@@ -19420,10 +19583,7 @@
|
|
19420
19583
|
"bytesInOutput": 2733
|
19421
19584
|
},
|
19422
19585
|
"src/Prebuilt/components/Chat/EmptyChat.tsx": {
|
19423
|
-
"bytesInOutput":
|
19424
|
-
},
|
19425
|
-
"src/Prebuilt/images/empty-chat.svg": {
|
19426
|
-
"bytesInOutput": 2261
|
19586
|
+
"bytesInOutput": 1974
|
19427
19587
|
},
|
19428
19588
|
"src/Prebuilt/components/hooks/usePinnedBy.tsx": {
|
19429
19589
|
"bytesInOutput": 710
|
@@ -19450,7 +19610,7 @@
|
|
19450
19610
|
"bytesInOutput": 7700
|
19451
19611
|
},
|
19452
19612
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
19453
|
-
"bytesInOutput":
|
19613
|
+
"bytesInOutput": 13967
|
19454
19614
|
},
|
19455
19615
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
19456
19616
|
"bytesInOutput": 5008
|
@@ -19486,13 +19646,13 @@
|
|
19486
19646
|
"bytesInOutput": 125
|
19487
19647
|
},
|
19488
19648
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
19489
|
-
"bytesInOutput":
|
19649
|
+
"bytesInOutput": 12752
|
19490
19650
|
},
|
19491
19651
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
19492
19652
|
"bytesInOutput": 9861
|
19493
19653
|
},
|
19494
19654
|
"../hms-video-store/dist/index.js": {
|
19495
|
-
"bytesInOutput":
|
19655
|
+
"bytesInOutput": 53323
|
19496
19656
|
},
|
19497
19657
|
"../../node_modules/reselect/es/index.js": {
|
19498
19658
|
"bytesInOutput": 2539
|
@@ -19549,13 +19709,7 @@
|
|
19549
19709
|
"bytesInOutput": 1729
|
19550
19710
|
},
|
19551
19711
|
"src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
|
19552
|
-
"bytesInOutput":
|
19553
|
-
},
|
19554
|
-
"src/Prebuilt/images/pdf-share.png": {
|
19555
|
-
"bytesInOutput": 25446
|
19556
|
-
},
|
19557
|
-
"src/Prebuilt/images/screen-share.png": {
|
19558
|
-
"bytesInOutput": 31165
|
19712
|
+
"bytesInOutput": 7183
|
19559
19713
|
},
|
19560
19714
|
"src/Prebuilt/components/ShareMenuIcon.jsx": {
|
19561
19715
|
"bytesInOutput": 462
|
@@ -19612,7 +19766,7 @@
|
|
19612
19766
|
"bytesInOutput": 1104
|
19613
19767
|
},
|
19614
19768
|
"src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
|
19615
|
-
"bytesInOutput":
|
19769
|
+
"bytesInOutput": 1519
|
19616
19770
|
},
|
19617
19771
|
"src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
|
19618
19772
|
"bytesInOutput": 2414
|
@@ -19621,7 +19775,7 @@
|
|
19621
19775
|
"bytesInOutput": 3077
|
19622
19776
|
},
|
19623
19777
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
19624
|
-
"bytesInOutput":
|
19778
|
+
"bytesInOutput": 10116
|
19625
19779
|
},
|
19626
19780
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
19627
19781
|
"bytesInOutput": 6436
|
@@ -19717,7 +19871,7 @@
|
|
19717
19871
|
"bytesInOutput": 5648
|
19718
19872
|
},
|
19719
19873
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
19720
|
-
"bytesInOutput":
|
19874
|
+
"bytesInOutput": 10898
|
19721
19875
|
},
|
19722
19876
|
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
19723
19877
|
"bytesInOutput": 5318
|
@@ -19762,19 +19916,19 @@
|
|
19762
19916
|
"bytesInOutput": 1164
|
19763
19917
|
},
|
19764
19918
|
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
19765
|
-
"bytesInOutput":
|
19919
|
+
"bytesInOutput": 12274
|
19766
19920
|
},
|
19767
19921
|
"src/Prebuilt/components/TileMenu/utils.ts": {
|
19768
19922
|
"bytesInOutput": 160
|
19769
19923
|
},
|
19770
19924
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
19771
|
-
"bytesInOutput":
|
19925
|
+
"bytesInOutput": 8949
|
19772
19926
|
},
|
19773
19927
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
19774
19928
|
"bytesInOutput": 1252
|
19775
19929
|
},
|
19776
19930
|
"src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
|
19777
|
-
"bytesInOutput":
|
19931
|
+
"bytesInOutput": 1198
|
19778
19932
|
},
|
19779
19933
|
"src/Prebuilt/components/Chip.tsx": {
|
19780
19934
|
"bytesInOutput": 778
|
@@ -19789,7 +19943,7 @@
|
|
19789
19943
|
"bytesInOutput": 2206
|
19790
19944
|
},
|
19791
19945
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
19792
|
-
"bytesInOutput":
|
19946
|
+
"bytesInOutput": 5108
|
19793
19947
|
},
|
19794
19948
|
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
19795
19949
|
"bytesInOutput": 4550
|
@@ -19822,7 +19976,7 @@
|
|
19822
19976
|
"bytesInOutput": 2706
|
19823
19977
|
},
|
19824
19978
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
19825
|
-
"bytesInOutput":
|
19979
|
+
"bytesInOutput": 2387
|
19826
19980
|
},
|
19827
19981
|
"src/Prebuilt/components/hooks/useRoleProminencePeers.tsx": {
|
19828
19982
|
"bytesInOutput": 1046
|
@@ -19842,7 +19996,7 @@
|
|
19842
19996
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
19843
19997
|
"bytesInOutput": 2830
|
19844
19998
|
},
|
19845
|
-
"../../../../../../../tmp/tmp-
|
19999
|
+
"../../../../../../../tmp/tmp-2813-I2S1gGRSb9EU/192b3850f671/index.css": {
|
19846
20000
|
"bytesInOutput": 0
|
19847
20001
|
},
|
19848
20002
|
"src/Prebuilt/common/PeersSorter.ts": {
|
@@ -19851,6 +20005,60 @@
|
|
19851
20005
|
"src/Prebuilt/layouts/EmbedView.jsx": {
|
19852
20006
|
"bytesInOutput": 2787
|
19853
20007
|
},
|
20008
|
+
"src/Prebuilt/layouts/HLSView.jsx": {
|
20009
|
+
"bytesInOutput": 28042
|
20010
|
+
},
|
20011
|
+
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
20012
|
+
"bytesInOutput": 3592
|
20013
|
+
},
|
20014
|
+
"src/Prebuilt/components/HMSVideo/index.ts": {
|
20015
|
+
"bytesInOutput": 347
|
20016
|
+
},
|
20017
|
+
"src/Prebuilt/components/HMSVideo/Controls.jsx": {
|
20018
|
+
"bytesInOutput": 416
|
20019
|
+
},
|
20020
|
+
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
20021
|
+
"bytesInOutput": 2183
|
20022
|
+
},
|
20023
|
+
"src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx": {
|
20024
|
+
"bytesInOutput": 4326
|
20025
|
+
},
|
20026
|
+
"src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
|
20027
|
+
"bytesInOutput": 861
|
20028
|
+
},
|
20029
|
+
"src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
|
20030
|
+
"bytesInOutput": 264
|
20031
|
+
},
|
20032
|
+
"src/Prebuilt/components/HMSVideo/SeekControl.tsx": {
|
20033
|
+
"bytesInOutput": 346
|
20034
|
+
},
|
20035
|
+
"src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
|
20036
|
+
"bytesInOutput": 3056
|
20037
|
+
},
|
20038
|
+
"src/Prebuilt/components/HMSVideo/utils.ts": {
|
20039
|
+
"bytesInOutput": 921
|
20040
|
+
},
|
20041
|
+
"src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
|
20042
|
+
"bytesInOutput": 1574
|
20043
|
+
},
|
20044
|
+
"src/Prebuilt/components/HMSVideo/VolumeControl.tsx": {
|
20045
|
+
"bytesInOutput": 2323
|
20046
|
+
},
|
20047
|
+
"src/Prebuilt/components/HMSVideo/FullscreenButton.tsx": {
|
20048
|
+
"bytesInOutput": 682
|
20049
|
+
},
|
20050
|
+
"src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx": {
|
20051
|
+
"bytesInOutput": 1942
|
20052
|
+
},
|
20053
|
+
"src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx": {
|
20054
|
+
"bytesInOutput": 737
|
20055
|
+
},
|
20056
|
+
"src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx": {
|
20057
|
+
"bytesInOutput": 7559
|
20058
|
+
},
|
20059
|
+
"src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
|
20060
|
+
"bytesInOutput": 2134
|
20061
|
+
},
|
19854
20062
|
"src/Prebuilt/layouts/PDFView.jsx": {
|
19855
20063
|
"bytesInOutput": 1536
|
19856
20064
|
},
|
@@ -19894,7 +20102,7 @@
|
|
19894
20102
|
"bytesInOutput": 1664
|
19895
20103
|
},
|
19896
20104
|
"src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx": {
|
19897
|
-
"bytesInOutput":
|
20105
|
+
"bytesInOutput": 10585
|
19898
20106
|
},
|
19899
20107
|
"src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx": {
|
19900
20108
|
"bytesInOutput": 1289
|
@@ -19906,7 +20114,7 @@
|
|
19906
20114
|
"bytesInOutput": 27
|
19907
20115
|
},
|
19908
20116
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
19909
|
-
"bytesInOutput":
|
20117
|
+
"bytesInOutput": 2057
|
19910
20118
|
},
|
19911
20119
|
"src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
|
19912
20120
|
"bytesInOutput": 1053
|
@@ -19914,9 +20122,15 @@
|
|
19914
20122
|
"src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
|
19915
20123
|
"bytesInOutput": 1350
|
19916
20124
|
},
|
20125
|
+
"src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx": {
|
20126
|
+
"bytesInOutput": 505
|
20127
|
+
},
|
19917
20128
|
"src/Prebuilt/components/Notifications/DeviceInUseError.tsx": {
|
19918
20129
|
"bytesInOutput": 3063
|
19919
20130
|
},
|
20131
|
+
"src/Prebuilt/components/Notifications/ErrorNotifications.tsx": {
|
20132
|
+
"bytesInOutput": 1686
|
20133
|
+
},
|
19920
20134
|
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
19921
20135
|
"bytesInOutput": 3074
|
19922
20136
|
},
|
@@ -19929,29 +20143,32 @@
|
|
19929
20143
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
19930
20144
|
"bytesInOutput": 1596
|
19931
20145
|
},
|
20146
|
+
"src/Prebuilt/components/Notifications/MessageNotifications.tsx": {
|
20147
|
+
"bytesInOutput": 950
|
20148
|
+
},
|
19932
20149
|
"src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
|
19933
|
-
"bytesInOutput":
|
20150
|
+
"bytesInOutput": 1553
|
19934
20151
|
},
|
19935
20152
|
"src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
|
19936
|
-
"bytesInOutput":
|
19937
|
-
},
|
19938
|
-
"src/Prebuilt/images/android-perm-1.png": {
|
19939
|
-
"bytesInOutput": 10443
|
20153
|
+
"bytesInOutput": 4631
|
19940
20154
|
},
|
19941
|
-
"src/Prebuilt/
|
19942
|
-
"bytesInOutput":
|
20155
|
+
"src/Prebuilt/components/Notifications/PollNotificationModal.tsx": {
|
20156
|
+
"bytesInOutput": 2522
|
19943
20157
|
},
|
19944
20158
|
"src/Prebuilt/components/Notifications/ReconnectNotifications.tsx": {
|
19945
|
-
"bytesInOutput":
|
20159
|
+
"bytesInOutput": 1213
|
20160
|
+
},
|
20161
|
+
"src/Prebuilt/components/Notifications/RoleChangeNotification.tsx": {
|
20162
|
+
"bytesInOutput": 893
|
19946
20163
|
},
|
19947
20164
|
"src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
|
19948
|
-
"bytesInOutput":
|
20165
|
+
"bytesInOutput": 1913
|
19949
20166
|
},
|
19950
20167
|
"src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
|
19951
|
-
"bytesInOutput":
|
20168
|
+
"bytesInOutput": 1446
|
19952
20169
|
},
|
19953
20170
|
"src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
|
19954
|
-
"bytesInOutput":
|
20171
|
+
"bytesInOutput": 1979
|
19955
20172
|
},
|
19956
20173
|
"src/Prebuilt/components/Notifications/TranscriptionNotifications.tsx": {
|
19957
20174
|
"bytesInOutput": 2185
|
@@ -19993,7 +20210,7 @@
|
|
19993
20210
|
"bytesInOutput": 6183
|
19994
20211
|
},
|
19995
20212
|
"src/Diagnostics/AudioTest.tsx": {
|
19996
|
-
"bytesInOutput":
|
20213
|
+
"bytesInOutput": 6451
|
19997
20214
|
},
|
19998
20215
|
"src/Diagnostics/components.tsx": {
|
19999
20216
|
"bytesInOutput": 2027
|
@@ -20011,10 +20228,10 @@
|
|
20011
20228
|
"bytesInOutput": 13570
|
20012
20229
|
},
|
20013
20230
|
"src/Diagnostics/VideoTest.tsx": {
|
20014
|
-
"bytesInOutput":
|
20231
|
+
"bytesInOutput": 2632
|
20015
20232
|
}
|
20016
20233
|
},
|
20017
|
-
"bytes":
|
20234
|
+
"bytes": 1447924
|
20018
20235
|
},
|
20019
20236
|
"dist/index.css.map": {
|
20020
20237
|
"imports": [],
|
@@ -20076,83 +20293,14 @@
|
|
20076
20293
|
}
|
20077
20294
|
],
|
20078
20295
|
"inputs": {
|
20079
|
-
"../../../../../../../tmp/tmp-
|
20296
|
+
"../../../../../../../tmp/tmp-2813-I2S1gGRSb9EU/192b3850f8a3/tldraw.css": {
|
20080
20297
|
"bytesInOutput": 75223
|
20081
20298
|
},
|
20082
|
-
"../../../../../../../tmp/tmp-
|
20299
|
+
"../../../../../../../tmp/tmp-2813-I2S1gGRSb9EU/192b3850f671/index.css": {
|
20083
20300
|
"bytesInOutput": 401
|
20084
20301
|
}
|
20085
20302
|
},
|
20086
20303
|
"bytes": 75901
|
20087
|
-
},
|
20088
|
-
"dist/HLSView-S4NJF7Q2.css.map": {
|
20089
|
-
"imports": [],
|
20090
|
-
"exports": [],
|
20091
|
-
"inputs": {},
|
20092
|
-
"bytes": 122402
|
20093
|
-
},
|
20094
|
-
"dist/HLSView-S4NJF7Q2.css": {
|
20095
|
-
"imports": [
|
20096
|
-
{
|
20097
|
-
"path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
|
20098
|
-
"kind": "import-rule",
|
20099
|
-
"external": true
|
20100
|
-
},
|
20101
|
-
{
|
20102
|
-
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m12 24.4219v-16.015l11.591 11.619h-6.781l-.411.124z' fill='white'/><path d='m21.0845 25.0962-3.605 1.535-4.682-11.089 3.686-1.553z' fill='white'/><path d='m19.751 24.4155-1.844.774-3.1-7.374 1.841-.775z' fill='black'/><path d='m13 10.814v11.188l2.969-2.866.428-.139h4.768z' fill='black'/></g></svg>",
|
20103
|
-
"kind": "url-token",
|
20104
|
-
"external": true
|
20105
|
-
},
|
20106
|
-
{
|
20107
|
-
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m13.3315 21.3799c-.284-.359-.629-1.093-1.243-1.984-.348-.504-1.211-1.453-1.468-1.935-.223-.426-.199-.617-.146-.97.094-.628.738-1.117 1.425-1.051.519.049.959.392 1.355.716.239.195.533.574.71.788.163.196.203.277.377.509.23.307.302.459.214.121-.071-.496-.187-1.343-.355-2.092-.128-.568-.159-.657-.281-1.093-.129-.464-.195-.789-.316-1.281-.084-.348-.235-1.059-.276-1.459-.057-.547-.087-1.439.264-1.849.275-.321.906-.418 1.297-.22.512.259.803 1.003.936 1.3.239.534.387 1.151.516 1.961.164 1.031.466 2.462.476 2.763.024-.369-.068-1.146-.004-1.5.058-.321.328-.694.666-.795.286-.085.621-.116.916-.055.313.064.643.288.766.499.362.624.369 1.899.384 1.831.086-.376.071-1.229.284-1.584.14-.234.497-.445.687-.479.294-.052.655-.068.964-.008.249.049.586.345.677.487.218.344.342 1.317.379 1.658.015.141.074-.392.293-.736.406-.639 1.843-.763 1.898.639.025.654.02.624.02 1.064 0 .517-.012.828-.04 1.202-.031.4-.117 1.304-.242 1.742-.086.301-.371.978-.652 1.384 0 0-1.074 1.25-1.191 1.813-.118.562-.079.566-.102.965-.023.398.121.922.121.922s-.802.104-1.234.035c-.391-.063-.875-.841-1-1.079-.172-.328-.539-.265-.682-.023-.225.383-.709 1.07-1.051 1.113-.668.084-2.054.031-3.139.02 0 0 .185-1.011-.227-1.358-.305-.259-.83-.784-1.144-1.06z' fill='white'/><g stroke='black' stroke-linecap='round' stroke-width='.75'><path d='m13.3315 21.3799c-.284-.359-.629-1.093-1.243-1.984-.348-.504-1.211-1.453-1.468-1.935-.223-.426-.199-.617-.146-.97.094-.628.738-1.117 1.425-1.051.519.049.959.392 1.355.716.239.195.533.574.71.788.163.196.203.277.377.509.23.307.302.459.214.121-.071-.496-.187-1.343-.355-2.092-.128-.568-.159-.657-.281-1.093-.129-.464-.195-.789-.316-1.281-.084-.348-.235-1.059-.276-1.459-.057-.547-.087-1.439.264-1.849.275-.321.906-.418 1.297-.22.512.259.803 1.003.936 1.3.239.534.387 1.151.516 1.961.164 1.031.466 2.462.476 2.763.024-.369-.068-1.146-.004-1.5.058-.321.328-.694.666-.795.286-.085.621-.116.916-.055.313.064.643.288.766.499.362.624.369 1.899.384 1.831.086-.376.071-1.229.284-1.584.14-.234.497-.445.687-.479.294-.052.655-.068.964-.008.249.049.586.345.677.487.218.344.342 1.317.379 1.658.015.141.074-.392.293-.736.406-.639 1.843-.763 1.898.639.025.654.02.624.02 1.064 0 .517-.012.828-.04 1.202-.031.4-.117 1.304-.242 1.742-.086.301-.371.978-.652 1.384 0 0-1.074 1.25-1.191 1.813-.118.562-.079.566-.102.965-.023.398.121.922.121.922s-.802.104-1.234.035c-.391-.063-.875-.841-1-1.079-.172-.328-.539-.265-.682-.023-.225.383-.709 1.07-1.051 1.113-.668.084-2.054.031-3.139.02 0 0 .185-1.011-.227-1.358-.305-.259-.83-.784-1.144-1.06z' stroke-linejoin='round'/><path d='m21.5664 21.7344v-3.459'/><path d='m19.5508 21.7461-.016-3.473'/><path d='m17.5547 18.3047.021 3.426'/></g></g></svg>",
|
20108
|
-
"kind": "url-token",
|
20109
|
-
"external": true
|
20110
|
-
},
|
20111
|
-
{
|
20112
|
-
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m25 16h-6.01v-6h-2.98v6h-6.01v3h6.01v6h2.98v-6h6.01z' fill='white'/><path d='m23.9902 17.0103h-6v-6.01h-.98v6.01h-6v.98h6v6.01h.98v-6.01h6z' fill='%23231f1f'/></g></svg>",
|
20113
|
-
"kind": "url-token",
|
20114
|
-
"external": true
|
20115
|
-
},
|
20116
|
-
{
|
20117
|
-
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m19 14h1v1h-1zm1 6h-1v-1h1zm-5-5h-1v-1h1zm0 5h-1v-1h1zm2-10.987-7.985 7.988 5.222 5.221 2.763 2.763 7.984-7.985z' fill='white'/><g fill='black'><path d='m23.5664 16.9971-2.557-2.809v1.829h-4.009-4.001v-1.829l-2.571 2.809 2.572 2.808-.001-1.808h4.001 4.009l-.001 1.808z'/><path d='m17.9873 17h.013v-4.001l1.807.001-2.807-2.571-2.809 2.57h1.809v4.001h.008v4.002l-1.828-.001 2.807 2.577 2.805-2.576h-1.805z'/></g></g></svg>",
|
20118
|
-
"kind": "url-token",
|
20119
|
-
"external": true
|
20120
|
-
},
|
20121
|
-
{
|
20122
|
-
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m13.5557 17.5742c-.098-.375-.196-.847-.406-1.552-.167-.557-.342-.859-.47-1.233-.155-.455-.303-.721-.496-1.181-.139-.329-.364-1.048-.457-1.44-.119-.509.033-.924.244-1.206.253-.339.962-.49 1.357-.351.371.13.744.512.916.788.288.46.357.632.717 1.542.393.992.564 1.918.611 2.231l.085.452c-.001-.04-.043-1.122-.044-1.162-.035-1.029-.06-1.823-.038-2.939.002-.126.064-.587.084-.715.078-.5.305-.8.673-.979.412-.201.926-.215 1.401-.017.423.173.626.55.687 1.022.014.109.094.987.093 1.107-.013 1.025.006 1.641.015 2.174.004.231.003 1.625.017 1.469.061-.656.094-3.189.344-3.942.144-.433.405-.746.794-.929.431-.203 1.113-.07 1.404.243.285.305.446.692.482 1.153.032.405-.019.897-.02 1.245 0 .867-.021 1.324-.037 2.121-.001.038-.015.298.023.182.094-.28.188-.542.266-.745.049-.125.241-.614.359-.859.114-.234.211-.369.415-.688.2-.313.415-.448.668-.561.54-.235 1.109.112 1.301.591.086.215.009.713-.028 1.105-.061.647-.254 1.306-.352 1.648-.128.447-.274 1.235-.34 1.601-.072.394-.234 1.382-.359 1.82-.086.301-.371.978-.652 1.384 0 0-1.074 1.25-1.192 1.812-.117.563-.078.567-.101.965-.024.399.121.923.121.923s-.802.104-1.234.034c-.391-.062-.875-.841-1-1.078-.172-.328-.539-.265-.682-.023-.225.383-.709 1.07-1.051 1.113-.668.084-2.054.03-3.139.02 0 0 .185-1.011-.227-1.358-.305-.26-.83-.784-1.144-1.06l-.832-.921c-.284-.36-.629-1.093-1.243-1.985-.348-.504-1.027-1.085-1.284-1.579-.223-.425-.331-.954-.19-1.325.225-.594.675-.897 1.362-.832.519.05.848.206 1.238.537.225.19.573.534.75.748.163.195.203.276.377.509.23.307.302.459.214.121' fill='white'/><g stroke='black' stroke-linecap='round' stroke-width='.75'><path d='m13.5557 17.5742c-.098-.375-.196-.847-.406-1.552-.167-.557-.342-.859-.47-1.233-.155-.455-.303-.721-.496-1.181-.139-.329-.364-1.048-.457-1.44-.119-.509.033-.924.244-1.206.253-.339.962-.49 1.357-.351.371.13.744.512.916.788.288.46.357.632.717 1.542.393.992.564 1.918.611 2.231l.085.452c-.001-.04-.043-1.122-.044-1.162-.035-1.029-.06-1.823-.038-2.939.002-.126.064-.587.084-.715.078-.5.305-.8.673-.979.412-.201.926-.215 1.401-.017.423.173.626.55.687 1.022.014.109.094.987.093 1.107-.013 1.025.006 1.641.015 2.174.004.231.003 1.625.017 1.469.061-.656.094-3.189.344-3.942.144-.433.405-.746.794-.929.431-.203 1.113-.07 1.404.243.285.305.446.692.482 1.153.032.405-.019.897-.02 1.245 0 .867-.021 1.324-.037 2.121-.001.038-.015.298.023.182.094-.28.188-.542.266-.745.049-.125.241-.614.359-.859.114-.234.211-.369.415-.688.2-.313.415-.448.668-.561.54-.235 1.109.112 1.301.591.086.215.009.713-.028 1.105-.061.647-.254 1.306-.352 1.648-.128.447-.274 1.235-.34 1.601-.072.394-.234 1.382-.359 1.82-.086.301-.371.978-.652 1.384 0 0-1.074 1.25-1.192 1.812-.117.563-.078.567-.101.965-.024.399.121.923.121.923s-.802.104-1.234.034c-.391-.062-.875-.841-1-1.078-.172-.328-.539-.265-.682-.023-.225.383-.709 1.07-1.051 1.113-.668.084-2.054.03-3.139.02 0 0 .185-1.011-.227-1.358-.305-.26-.83-.784-1.144-1.06l-.832-.921c-.284-.36-.629-1.093-1.243-1.985-.348-.504-1.027-1.085-1.284-1.579-.223-.425-.331-.954-.19-1.325.225-.594.675-.897 1.362-.832.519.05.848.206 1.238.537.225.19.573.534.75.748.163.195.203.276.377.509.23.307.302.459.214.121' stroke-linejoin='round'/><path d='m20.5664 21.7344v-3.459'/><path d='m18.5508 21.7461-.016-3.473'/><path d='m16.5547 18.3047.021 3.426'/></g></g></svg>",
|
20123
|
-
"kind": "url-token",
|
20124
|
-
"external": true
|
20125
|
-
},
|
20126
|
-
{
|
20127
|
-
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m13.5732 12.0361c.48-.178 1.427-.069 1.677.473.213.462.396 1.241.406 1.075.024-.369-.024-1.167.137-1.584.117-.304.347-.59.686-.691.285-.086.62-.116.916-.055.313.064.642.287.765.499.362.623.368 1.899.385 1.831.064-.272.07-1.229.283-1.584.141-.235.497-.445.687-.479.294-.052.656-.068.964-.008.249.049.586.344.677.487.219.344.342 1.316.379 1.658.016.141.074-.393.293-.736.406-.639 1.844-.763 1.898.639.026.654.02.624.02 1.064 0 .516-.012.828-.04 1.202-.03.399-.116 1.304-.241 1.742-.086.301-.371.978-.653 1.384 0 0-1.074 1.25-1.191 1.812-.117.563-.078.567-.102.965-.023.399.121.923.121.923s-.801.104-1.234.034c-.391-.062-.875-.84-1-1.078-.172-.328-.539-.265-.682-.023-.224.383-.709 1.07-1.05 1.113-.669.084-2.055.03-3.14.02 0 0 .185-1.011-.227-1.358-.305-.26-.83-.784-1.144-1.06l-.832-.921c-.283-.36-1.002-.929-1.243-1.985-.213-.936-.192-1.395.037-1.77.232-.381.67-.589.854-.625.208-.042.692-.039.875.062.223.123.313.159.488.391.23.307.312.456.213.121-.076-.262-.322-.595-.434-.97-.109-.361-.401-.943-.38-1.526.008-.221.103-.771.832-1.042' fill='white'/><g stroke='black' stroke-width='.75'><path d='m13.5732 12.0361c.48-.178 1.427-.069 1.677.473.213.462.396 1.241.406 1.075.024-.369-.024-1.167.137-1.584.117-.304.347-.59.686-.691.285-.086.62-.116.916-.055.313.064.642.287.765.499.362.623.368 1.899.385 1.831.064-.272.07-1.229.283-1.584.141-.235.497-.445.687-.479.294-.052.656-.068.964-.008.249.049.586.344.677.487.219.344.342 1.316.379 1.658.016.141.074-.393.293-.736.406-.639 1.844-.763 1.898.639.026.654.02.624.02 1.064 0 .516-.012.828-.04 1.202-.03.399-.116 1.304-.241 1.742-.086.301-.371.978-.653 1.384 0 0-1.074 1.25-1.191 1.812-.117.563-.078.567-.102.965-.023.399.121.923.121.923s-.801.104-1.234.034c-.391-.062-.875-.84-1-1.078-.172-.328-.539-.265-.682-.023-.224.383-.709 1.07-1.05 1.113-.669.084-2.055.03-3.14.02 0 0 .185-1.011-.227-1.358-.305-.26-.83-.784-1.144-1.06l-.832-.921c-.283-.36-1.002-.929-1.243-1.985-.213-.936-.192-1.395.037-1.77.232-.381.67-.589.854-.625.208-.042.692-.039.875.062.223.123.313.159.488.391.23.307.312.456.213.121-.076-.262-.322-.595-.434-.97-.109-.361-.401-.943-.38-1.526.008-.221.103-.771.832-1.042z' stroke-linejoin='round'/><path d='m20.5664 19.7344v-3.459' stroke-linecap='round'/><path d='m18.5508 19.7461-.016-3.473' stroke-linecap='round'/><path d='m16.5547 16.3047.021 3.426' stroke-linecap='round'/></g></g></svg>",
|
20128
|
-
"kind": "url-token",
|
20129
|
-
"external": true
|
20130
|
-
},
|
20131
|
-
{
|
20132
|
-
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path fill='white' d='M7.94 0a5.25 5.25 0 0 0-3.47 1.17A5.27 5.27 0 0 0 1 0H0v3h1c1.41 0 1.85.7 2 1v3.94H2v3h1v3c-.13.3-.57 1-2 1H0v3h1a5.27 5.27 0 0 0 3.47-1.17c.98.8 2.21 1.21 3.47 1.17h1v-3h-1c-1.41 0-1.85-.7-2-1v-3H7v-3H6V4c.13-.3.57-1 2-1h1V0H7.94z'/><path fill='black' d='M7.94 2V1a4 4 0 0 0-3.47 1.64A4 4 0 0 0 1 1v1c1.3-.17 2.56.6 3 1.84v5.1H3v1h1v4.16c-.45 1.24-1.7 2-3 1.84v1a4.05 4.05 0 0 0 3.47-1.63 4.05 4.05 0 0 0 3.47 1.63v-1A2.82 2.82 0 0 1 5 14.1V9.93h1v-1H5V3.85A2.81 2.81 0 0 1 7.94 2z'/></g></svg>",
|
20133
|
-
"kind": "url-token",
|
20134
|
-
"external": true
|
20135
|
-
},
|
20136
|
-
{
|
20137
|
-
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m20.5 15c0 3.038-2.462 5.5-5.5 5.5s-5.5-2.462-5.5-5.5 2.462-5.5 5.5-5.5 5.5 2.462 5.5 5.5' fill='white'/><path d='m20.5 15c0 3.038-2.462 5.5-5.5 5.5s-5.5-2.462-5.5-5.5 2.462-5.5 5.5-5.5 5.5 2.462 5.5 5.5z' stroke='black'/><g fill='black'><path d='m18 14h-2v-2h-2v2h-2v1.98h2v2.02h2v-2.02h2z'/><path d='m23.5859 25 1.414-1.414-5.449-5.449-1.414 1.414z'/></g></g></svg>",
|
20138
|
-
"kind": "url-token",
|
20139
|
-
"external": true
|
20140
|
-
},
|
20141
|
-
{
|
20142
|
-
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m20.5 15c0 3.038-2.462 5.5-5.5 5.5s-5.5-2.462-5.5-5.5 2.462-5.5 5.5-5.5 5.5 2.462 5.5 5.5' fill='white'/><path d='m20.5 15c0 3.038-2.462 5.5-5.5 5.5s-5.5-2.462-5.5-5.5 2.462-5.5 5.5-5.5 5.5 2.462 5.5 5.5z' stroke='black'/><g fill='black'><path d='m18 16h-5.98v-1.98h5.98z'/><path d='m23.5859 25 1.414-1.414-5.449-5.449-1.414 1.414z'/></g></g></svg>",
|
20143
|
-
"kind": "url-token",
|
20144
|
-
"external": true
|
20145
|
-
}
|
20146
|
-
],
|
20147
|
-
"inputs": {
|
20148
|
-
"../../../../../../../tmp/tmp-3053-CE16fMtvbd7y/1928f9fb30d3/tldraw.css": {
|
20149
|
-
"bytesInOutput": 75223
|
20150
|
-
},
|
20151
|
-
"../../../../../../../tmp/tmp-3053-CE16fMtvbd7y/1928f9fb2991/index.css": {
|
20152
|
-
"bytesInOutput": 401
|
20153
|
-
}
|
20154
|
-
},
|
20155
|
-
"bytes": 75912
|
20156
20304
|
}
|
20157
20305
|
}
|
20158
20306
|
}
|