@100mslive/roomkit-react 0.3.19-alpha.2 → 0.3.19-alpha.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. package/dist/{HLSView-UXA322ED.css → HLSView-IQOQUTLY.css} +3 -3
  2. package/dist/{HLSView-UXA322ED.css.map → HLSView-IQOQUTLY.css.map} +1 -1
  3. package/dist/{HLSView-BRZ2FW7O.js → HLSView-LMQPPX5V.js} +2 -2
  4. package/dist/Prebuilt/components/EndCallFeedback/Feedback.d.ts +2 -0
  5. package/dist/Prebuilt/components/EndCallFeedback/FeedbackForm.d.ts +28 -0
  6. package/dist/Prebuilt/components/EndCallFeedback/ThankyouView.d.ts +2 -0
  7. package/dist/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.d.ts +1 -0
  8. package/dist/{chunk-KR2DZJO5.js → chunk-FZNVIKYB.js} +1063 -559
  9. package/dist/chunk-FZNVIKYB.js.map +7 -0
  10. package/dist/index.cjs.css +2 -2
  11. package/dist/index.cjs.css.map +1 -1
  12. package/dist/index.cjs.js +1302 -764
  13. package/dist/index.cjs.js.map +4 -4
  14. package/dist/index.css +2 -2
  15. package/dist/index.css.map +1 -1
  16. package/dist/index.js +1 -1
  17. package/dist/meta.cjs.json +269 -27
  18. package/dist/meta.esbuild.json +279 -37
  19. package/package.json +8 -8
  20. package/src/Prebuilt/App.tsx +3 -0
  21. package/src/Prebuilt/AppStateContext.tsx +1 -2
  22. package/src/Prebuilt/Prebuilt.stories.tsx +1 -0
  23. package/src/Prebuilt/components/EndCallFeedback/Feedback.tsx +70 -0
  24. package/src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx +371 -0
  25. package/src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx +44 -0
  26. package/src/Prebuilt/components/LeaveScreen.tsx +2 -0
  27. package/src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts +1 -0
  28. package/dist/chunk-KR2DZJO5.js.map +0 -7
  29. /package/dist/{HLSView-BRZ2FW7O.js.map → HLSView-LMQPPX5V.js.map} +0 -0
@@ -2210,7 +2210,7 @@
2210
2210
  "format": "esm"
2211
2211
  },
2212
2212
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
2213
- "bytes": 3502,
2213
+ "bytes": 3558,
2214
2214
  "imports": [
2215
2215
  {
2216
2216
  "path": "react",
@@ -2505,7 +2505,7 @@
2505
2505
  "format": "esm"
2506
2506
  },
2507
2507
  "src/Prebuilt/AppStateContext.tsx": {
2508
- "bytes": 3393,
2508
+ "bytes": 3380,
2509
2509
  "imports": [
2510
2510
  {
2511
2511
  "path": "react",
@@ -5729,7 +5729,7 @@
5729
5729
  "format": "cjs"
5730
5730
  },
5731
5731
  "../hms-video-store/dist/index.js": {
5732
- "bytes": 364814,
5732
+ "bytes": 367247,
5733
5733
  "imports": [
5734
5734
  {
5735
5735
  "path": "../../node_modules/reselect/es/index.js",
@@ -11287,7 +11287,7 @@
11287
11287
  ],
11288
11288
  "format": "esm"
11289
11289
  },
11290
- "../../../../../../../tmp/tmp-2790-UYZDfK0Vw0WG/19197fbfdf53/tldraw.css": {
11290
+ "../../../../../../../tmp/tmp-2953-wwjRT6nJHx7p/191a1c306083/tldraw.css": {
11291
11291
  "bytes": 80111,
11292
11292
  "imports": [
11293
11293
  {
@@ -11337,7 +11337,7 @@
11337
11337
  }
11338
11338
  ]
11339
11339
  },
11340
- "../../../../../../../tmp/tmp-2790-UYZDfK0Vw0WG/19197fbfd7f1/index.css": {
11340
+ "../../../../../../../tmp/tmp-2953-wwjRT6nJHx7p/191a1c305851/index.css": {
11341
11341
  "bytes": 597,
11342
11342
  "imports": [
11343
11343
  {
@@ -11346,7 +11346,7 @@
11346
11346
  "external": true
11347
11347
  },
11348
11348
  {
11349
- "path": "../../../../../../../tmp/tmp-2790-UYZDfK0Vw0WG/19197fbfdf53/tldraw.css",
11349
+ "path": "../../../../../../../tmp/tmp-2953-wwjRT6nJHx7p/191a1c306083/tldraw.css",
11350
11350
  "kind": "import-rule",
11351
11351
  "original": "@tldraw/tldraw/tldraw.css"
11352
11352
  }
@@ -11421,7 +11421,7 @@
11421
11421
  "original": "../../common/constants"
11422
11422
  },
11423
11423
  {
11424
- "path": "../../../../../../../tmp/tmp-2790-UYZDfK0Vw0WG/19197fbfd7f1/index.css",
11424
+ "path": "../../../../../../../tmp/tmp-2953-wwjRT6nJHx7p/191a1c305851/index.css",
11425
11425
  "kind": "import-statement",
11426
11426
  "original": "@100mslive/hms-whiteboard/index.css"
11427
11427
  },
@@ -13028,8 +13028,191 @@
13028
13028
  ],
13029
13029
  "format": "esm"
13030
13030
  },
13031
+ "src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx": {
13032
+ "bytes": 10793,
13033
+ "imports": [
13034
+ {
13035
+ "path": "react",
13036
+ "kind": "import-statement",
13037
+ "external": true
13038
+ },
13039
+ {
13040
+ "path": "react-use",
13041
+ "kind": "import-statement",
13042
+ "external": true
13043
+ },
13044
+ {
13045
+ "path": "@100mslive/types-prebuilt/elements/feedback",
13046
+ "kind": "import-statement",
13047
+ "external": true
13048
+ },
13049
+ {
13050
+ "path": "@100mslive/react-sdk",
13051
+ "kind": "import-statement",
13052
+ "external": true
13053
+ },
13054
+ {
13055
+ "path": "@100mslive/react-icons",
13056
+ "kind": "import-statement",
13057
+ "external": true
13058
+ },
13059
+ {
13060
+ "path": "src/Button/index.tsx",
13061
+ "kind": "import-statement",
13062
+ "original": "../../../Button"
13063
+ },
13064
+ {
13065
+ "path": "src/Checkbox/index.tsx",
13066
+ "kind": "import-statement",
13067
+ "original": "../../../Checkbox"
13068
+ },
13069
+ {
13070
+ "path": "src/Label/index.ts",
13071
+ "kind": "import-statement",
13072
+ "original": "../../../Label"
13073
+ },
13074
+ {
13075
+ "path": "src/Layout/index.tsx",
13076
+ "kind": "import-statement",
13077
+ "original": "../../../Layout"
13078
+ },
13079
+ {
13080
+ "path": "src/Modal/index.ts",
13081
+ "kind": "import-statement",
13082
+ "original": "../../../Modal"
13083
+ },
13084
+ {
13085
+ "path": "src/Sheet/index.ts",
13086
+ "kind": "import-statement",
13087
+ "original": "../../../Sheet"
13088
+ },
13089
+ {
13090
+ "path": "src/Text/index.tsx",
13091
+ "kind": "import-statement",
13092
+ "original": "../../../Text"
13093
+ },
13094
+ {
13095
+ "path": "src/TextArea/index.tsx",
13096
+ "kind": "import-statement",
13097
+ "original": "../../../TextArea"
13098
+ },
13099
+ {
13100
+ "path": "src/Theme/index.tsx",
13101
+ "kind": "import-statement",
13102
+ "original": "../../../Theme"
13103
+ },
13104
+ {
13105
+ "path": "src/Prebuilt/AppContext.tsx",
13106
+ "kind": "import-statement",
13107
+ "original": "../../AppContext"
13108
+ },
13109
+ {
13110
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
13111
+ "kind": "import-statement",
13112
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
13113
+ },
13114
+ {
13115
+ "path": "<define:process.env>",
13116
+ "kind": "import-statement",
13117
+ "external": true
13118
+ },
13119
+ {
13120
+ "path": "<runtime>",
13121
+ "kind": "import-statement",
13122
+ "external": true
13123
+ }
13124
+ ],
13125
+ "format": "esm"
13126
+ },
13127
+ "src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx": {
13128
+ "bytes": 1230,
13129
+ "imports": [
13130
+ {
13131
+ "path": "react",
13132
+ "kind": "import-statement",
13133
+ "external": true
13134
+ },
13135
+ {
13136
+ "path": "react-use",
13137
+ "kind": "import-statement",
13138
+ "external": true
13139
+ },
13140
+ {
13141
+ "path": "@100mslive/react-icons",
13142
+ "kind": "import-statement",
13143
+ "external": true
13144
+ },
13145
+ {
13146
+ "path": "src/Layout/index.tsx",
13147
+ "kind": "import-statement",
13148
+ "original": "../../../Layout"
13149
+ },
13150
+ {
13151
+ "path": "src/Text/index.tsx",
13152
+ "kind": "import-statement",
13153
+ "original": "../../../Text"
13154
+ },
13155
+ {
13156
+ "path": "src/Theme/index.tsx",
13157
+ "kind": "import-statement",
13158
+ "original": "../../../Theme"
13159
+ },
13160
+ {
13161
+ "path": "<define:process.env>",
13162
+ "kind": "import-statement",
13163
+ "external": true
13164
+ }
13165
+ ],
13166
+ "format": "esm"
13167
+ },
13168
+ "src/Prebuilt/components/EndCallFeedback/Feedback.tsx": {
13169
+ "bytes": 1775,
13170
+ "imports": [
13171
+ {
13172
+ "path": "react",
13173
+ "kind": "import-statement",
13174
+ "external": true
13175
+ },
13176
+ {
13177
+ "path": "react-use",
13178
+ "kind": "import-statement",
13179
+ "external": true
13180
+ },
13181
+ {
13182
+ "path": "src/Layout/index.tsx",
13183
+ "kind": "import-statement",
13184
+ "original": "../../../Layout"
13185
+ },
13186
+ {
13187
+ "path": "src/Theme/index.tsx",
13188
+ "kind": "import-statement",
13189
+ "original": "../../../Theme"
13190
+ },
13191
+ {
13192
+ "path": "src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx",
13193
+ "kind": "import-statement",
13194
+ "original": "./FeedbackForm"
13195
+ },
13196
+ {
13197
+ "path": "src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx",
13198
+ "kind": "import-statement",
13199
+ "original": "./ThankyouView"
13200
+ },
13201
+ {
13202
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
13203
+ "kind": "import-statement",
13204
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
13205
+ },
13206
+ {
13207
+ "path": "<define:process.env>",
13208
+ "kind": "import-statement",
13209
+ "external": true
13210
+ }
13211
+ ],
13212
+ "format": "esm"
13213
+ },
13031
13214
  "src/Prebuilt/components/LeaveScreen.tsx": {
13032
- "bytes": 2345,
13215
+ "bytes": 2421,
13033
13216
  "imports": [
13034
13217
  {
13035
13218
  "path": "react",
@@ -13041,6 +13224,11 @@
13041
13224
  "kind": "import-statement",
13042
13225
  "external": true
13043
13226
  },
13227
+ {
13228
+ "path": "src/Prebuilt/components/EndCallFeedback/Feedback.tsx",
13229
+ "kind": "import-statement",
13230
+ "original": "./EndCallFeedback/Feedback"
13231
+ },
13044
13232
  {
13045
13233
  "path": "src/Prebuilt/components/Toast/ToastManager.js",
13046
13234
  "kind": "import-statement",
@@ -14158,7 +14346,7 @@
14158
14346
  "format": "esm"
14159
14347
  },
14160
14348
  "src/Prebuilt/App.tsx": {
14161
- "bytes": 10987,
14349
+ "bytes": 11109,
14162
14350
  "imports": [
14163
14351
  {
14164
14352
  "path": "react",
@@ -15216,7 +15404,7 @@
15216
15404
  "imports": [],
15217
15405
  "exports": [],
15218
15406
  "inputs": {},
15219
- "bytes": 3590563
15407
+ "bytes": 3620243
15220
15408
  },
15221
15409
  "dist/index.cjs.js": {
15222
15410
  "imports": [
@@ -18005,6 +18193,51 @@
18005
18193
  "kind": "require-call",
18006
18194
  "external": true
18007
18195
  },
18196
+ {
18197
+ "path": "react-use",
18198
+ "kind": "require-call",
18199
+ "external": true
18200
+ },
18201
+ {
18202
+ "path": "@100mslive/react-sdk",
18203
+ "kind": "require-call",
18204
+ "external": true
18205
+ },
18206
+ {
18207
+ "path": "@100mslive/react-icons",
18208
+ "kind": "require-call",
18209
+ "external": true
18210
+ },
18211
+ {
18212
+ "path": "react",
18213
+ "kind": "require-call",
18214
+ "external": true
18215
+ },
18216
+ {
18217
+ "path": "react-use",
18218
+ "kind": "require-call",
18219
+ "external": true
18220
+ },
18221
+ {
18222
+ "path": "@100mslive/react-icons",
18223
+ "kind": "require-call",
18224
+ "external": true
18225
+ },
18226
+ {
18227
+ "path": "react",
18228
+ "kind": "require-call",
18229
+ "external": true
18230
+ },
18231
+ {
18232
+ "path": "react-use",
18233
+ "kind": "require-call",
18234
+ "external": true
18235
+ },
18236
+ {
18237
+ "path": "react",
18238
+ "kind": "require-call",
18239
+ "external": true
18240
+ },
18008
18241
  {
18009
18242
  "path": "@100mslive/react-icons",
18010
18243
  "kind": "require-call",
@@ -18406,7 +18639,7 @@
18406
18639
  "cssBundle": "dist/index.cjs.css",
18407
18640
  "inputs": {
18408
18641
  "<define:process.env>": {
18409
- "bytesInOutput": 18026
18642
+ "bytesInOutput": 18007
18410
18643
  },
18411
18644
  "src/Theme/base.config.ts": {
18412
18645
  "bytesInOutput": 6104
@@ -18685,7 +18918,7 @@
18685
18918
  "bytesInOutput": 3385
18686
18919
  },
18687
18920
  "../../node_modules/lodash/lodash.js": {
18688
- "bytesInOutput": 224298
18921
+ "bytesInOutput": 224308
18689
18922
  },
18690
18923
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
18691
18924
  "bytesInOutput": 1887
@@ -18700,7 +18933,7 @@
18700
18933
  "bytesInOutput": 3769
18701
18934
  },
18702
18935
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
18703
- "bytesInOutput": 3003
18936
+ "bytesInOutput": 3165
18704
18937
  },
18705
18938
  "src/Prebuilt/components/AppData/useSidepane.js": {
18706
18939
  "bytesInOutput": 3269
@@ -18730,7 +18963,7 @@
18730
18963
  "bytesInOutput": 786
18731
18964
  },
18732
18965
  "src/Prebuilt/AppStateContext.tsx": {
18733
- "bytesInOutput": 3707
18966
+ "bytesInOutput": 3695
18734
18967
  },
18735
18968
  "src/Prebuilt/images/transaction_error.svg": {
18736
18969
  "bytesInOutput": 4824
@@ -18925,7 +19158,7 @@
18925
19158
  "bytesInOutput": 6467
18926
19159
  },
18927
19160
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
18928
- "bytesInOutput": 6252
19161
+ "bytesInOutput": 6261
18929
19162
  },
18930
19163
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
18931
19164
  "bytesInOutput": 1396
@@ -18934,7 +19167,7 @@
18934
19167
  "bytesInOutput": 22882
18935
19168
  },
18936
19169
  "../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
18937
- "bytesInOutput": 2280
19170
+ "bytesInOutput": 2295
18938
19171
  },
18939
19172
  "../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
18940
19173
  "bytesInOutput": 984
@@ -18970,7 +19203,7 @@
18970
19203
  "bytesInOutput": 615
18971
19204
  },
18972
19205
  "../hms-video-store/dist/index.js": {
18973
- "bytesInOutput": 55166
19206
+ "bytesInOutput": 56900
18974
19207
  },
18975
19208
  "src/Prebuilt/components/Header/StreamActions.tsx": {
18976
19209
  "bytesInOutput": 11852
@@ -19290,11 +19523,11 @@
19290
19523
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
19291
19524
  "bytesInOutput": 3393
19292
19525
  },
19293
- "../../../../../../../tmp/tmp-2790-UYZDfK0Vw0WG/19197fbfd7f1/index.css": {
19294
- "bytesInOutput": 113
19526
+ "../../../../../../../tmp/tmp-2953-wwjRT6nJHx7p/191a1c305851/index.css": {
19527
+ "bytesInOutput": 115
19295
19528
  },
19296
19529
  "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
19297
- "bytesInOutput": 3748
19530
+ "bytesInOutput": 3750
19298
19531
  },
19299
19532
  "src/Prebuilt/common/PeersSorter.ts": {
19300
19533
  "bytesInOutput": 3604
@@ -19401,8 +19634,17 @@
19401
19634
  "src/Prebuilt/components/Input/KeyboardInputManager.js": {
19402
19635
  "bytesInOutput": 5007
19403
19636
  },
19637
+ "src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx": {
19638
+ "bytesInOutput": 12609
19639
+ },
19640
+ "src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx": {
19641
+ "bytesInOutput": 1830
19642
+ },
19643
+ "src/Prebuilt/components/EndCallFeedback/Feedback.tsx": {
19644
+ "bytesInOutput": 2236
19645
+ },
19404
19646
  "src/Prebuilt/components/LeaveScreen.tsx": {
19405
- "bytesInOutput": 2928
19647
+ "bytesInOutput": 3028
19406
19648
  },
19407
19649
  "src/Prebuilt/components/MwebLandscapePrompt.tsx": {
19408
19650
  "bytesInOutput": 3708
@@ -19486,7 +19728,7 @@
19486
19728
  "bytesInOutput": 2225
19487
19729
  },
19488
19730
  "src/Prebuilt/App.tsx": {
19489
- "bytesInOutput": 9975
19731
+ "bytesInOutput": 10103
19490
19732
  },
19491
19733
  "src/Prebuilt/index.ts": {
19492
19734
  "bytesInOutput": 131
@@ -19501,7 +19743,7 @@
19501
19743
  "bytesInOutput": 2572
19502
19744
  },
19503
19745
  "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
19504
- "bytesInOutput": 3851
19746
+ "bytesInOutput": 3852
19505
19747
  },
19506
19748
  "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
19507
19749
  "bytesInOutput": 7632
@@ -19522,7 +19764,7 @@
19522
19764
  "bytesInOutput": 2827
19523
19765
  },
19524
19766
  "../../node_modules/prop-types/factoryWithTypeCheckers.js": {
19525
- "bytesInOutput": 19839
19767
+ "bytesInOutput": 19837
19526
19768
  },
19527
19769
  "../../node_modules/prop-types/factoryWithThrowingShims.js": {
19528
19770
  "bytesInOutput": 1648
@@ -19555,7 +19797,7 @@
19555
19797
  "bytesInOutput": 3073
19556
19798
  }
19557
19799
  },
19558
- "bytes": 1725293
19800
+ "bytes": 1744282
19559
19801
  },
19560
19802
  "dist/index.cjs.css.map": {
19561
19803
  "imports": [],
@@ -19617,10 +19859,10 @@
19617
19859
  }
19618
19860
  ],
19619
19861
  "inputs": {
19620
- "../../../../../../../tmp/tmp-2790-UYZDfK0Vw0WG/19197fbfdf53/tldraw.css": {
19862
+ "../../../../../../../tmp/tmp-2953-wwjRT6nJHx7p/191a1c306083/tldraw.css": {
19621
19863
  "bytesInOutput": 75223
19622
19864
  },
19623
- "../../../../../../../tmp/tmp-2790-UYZDfK0Vw0WG/19197fbfd7f1/index.css": {
19865
+ "../../../../../../../tmp/tmp-2953-wwjRT6nJHx7p/191a1c305851/index.css": {
19624
19866
  "bytesInOutput": 401
19625
19867
  }
19626
19868
  },