@vizbl/room-viewer 0.0.15 → 0.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,226 +0,0 @@
|
|
|
1
|
-
/* @license
|
|
2
|
-
* Copyright 2019 Google LLC. All Rights Reserved.
|
|
3
|
-
* Licensed under the Apache License, Version 2.0 (the 'License');
|
|
4
|
-
* you may not use this file except in compliance with the License.
|
|
5
|
-
* You may obtain a copy of the License at
|
|
6
|
-
*
|
|
7
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
-
*
|
|
9
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
10
|
-
* distributed under the License is distributed on an 'AS IS' BASIS,
|
|
11
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
-
* See the License for the specific language governing permissions and
|
|
13
|
-
* limitations under the License.
|
|
14
|
-
*/
|
|
15
|
-
|
|
16
|
-
/* @license
|
|
17
|
-
* Copyright 2020 Google LLC. All Rights Reserved.
|
|
18
|
-
* Licensed under the Apache License, Version 2.0 (the 'License');
|
|
19
|
-
* you may not use this file except in compliance with the License.
|
|
20
|
-
* You may obtain a copy of the License at
|
|
21
|
-
*
|
|
22
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
23
|
-
*
|
|
24
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
25
|
-
* distributed under the License is distributed on an 'AS IS' BASIS,
|
|
26
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
27
|
-
* See the License for the specific language governing permissions and
|
|
28
|
-
* limitations under the License.
|
|
29
|
-
*/
|
|
30
|
-
|
|
31
|
-
/* @license
|
|
32
|
-
* Copyright 2021 Google LLC. All Rights Reserved.
|
|
33
|
-
* Licensed under the Apache License, Version 2.0 (the 'License');
|
|
34
|
-
* you may not use this file except in compliance with the License.
|
|
35
|
-
* You may obtain a copy of the License at
|
|
36
|
-
*
|
|
37
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
38
|
-
*
|
|
39
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
40
|
-
* distributed under the License is distributed on an 'AS IS' BASIS,
|
|
41
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
42
|
-
* See the License for the specific language governing permissions and
|
|
43
|
-
* limitations under the License.
|
|
44
|
-
*/
|
|
45
|
-
|
|
46
|
-
/* @license
|
|
47
|
-
* Copyright 2022 Google LLC. All Rights Reserved.
|
|
48
|
-
* Licensed under the Apache License, Version 2.0 (the 'License');
|
|
49
|
-
* you may not use this file except in compliance with the License.
|
|
50
|
-
* You may obtain a copy of the License at
|
|
51
|
-
*
|
|
52
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
53
|
-
*
|
|
54
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
55
|
-
* distributed under the License is distributed on an 'AS IS' BASIS,
|
|
56
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
57
|
-
* See the License for the specific language governing permissions and
|
|
58
|
-
* limitations under the License.
|
|
59
|
-
*/
|
|
60
|
-
|
|
61
|
-
/* @license
|
|
62
|
-
* Copyright 2023 Google LLC. All Rights Reserved.
|
|
63
|
-
* Licensed under the Apache License, Version 2.0 (the 'License');
|
|
64
|
-
* you may not use this file except in compliance with the License.
|
|
65
|
-
* You may obtain a copy of the License at
|
|
66
|
-
*
|
|
67
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
68
|
-
*
|
|
69
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
70
|
-
* distributed under the License is distributed on an 'AS IS' BASIS,
|
|
71
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
72
|
-
* See the License for the specific language governing permissions and
|
|
73
|
-
* limitations under the License.
|
|
74
|
-
*/
|
|
75
|
-
|
|
76
|
-
/* @license
|
|
77
|
-
* Licensed under the Apache License, Version 2.0 (the 'License');
|
|
78
|
-
* you may not use this file except in compliance with the License.
|
|
79
|
-
* You may obtain a copy of the License at
|
|
80
|
-
*
|
|
81
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
82
|
-
*
|
|
83
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
84
|
-
* distributed under the License is distributed on an 'AS IS' BASIS,
|
|
85
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
86
|
-
* See the License for the specific language governing permissions and
|
|
87
|
-
* limitations under the License.
|
|
88
|
-
*/
|
|
89
|
-
|
|
90
|
-
/*!
|
|
91
|
-
fflate - fast JavaScript compression/decompression
|
|
92
|
-
<https://101arrowz.github.io/fflate>
|
|
93
|
-
Licensed under MIT. https://github.com/101arrowz/fflate/blob/master/LICENSE
|
|
94
|
-
version 0.8.2
|
|
95
|
-
*/
|
|
96
|
-
|
|
97
|
-
/**
|
|
98
|
-
* @license React
|
|
99
|
-
* react-reconciler.production.js
|
|
100
|
-
*
|
|
101
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
102
|
-
*
|
|
103
|
-
* This source code is licensed under the MIT license found in the
|
|
104
|
-
* LICENSE file in the root directory of this source tree.
|
|
105
|
-
*/
|
|
106
|
-
|
|
107
|
-
/**
|
|
108
|
-
* @license React
|
|
109
|
-
* react-reconciler.development.js
|
|
110
|
-
*
|
|
111
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
112
|
-
*
|
|
113
|
-
* This source code is licensed under the MIT license found in the
|
|
114
|
-
* LICENSE file in the root directory of this source tree.
|
|
115
|
-
*/
|
|
116
|
-
|
|
117
|
-
/**
|
|
118
|
-
* @license
|
|
119
|
-
* Copyright 2010-2025 Three.js Authors
|
|
120
|
-
* SPDX-License-Identifier: MIT
|
|
121
|
-
*/
|
|
122
|
-
|
|
123
|
-
/**
|
|
124
|
-
* @license
|
|
125
|
-
* Copyright 2017 Google LLC
|
|
126
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
127
|
-
*/
|
|
128
|
-
|
|
129
|
-
/**
|
|
130
|
-
* @license
|
|
131
|
-
* Copyright 2019 Google LLC
|
|
132
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
133
|
-
*/
|
|
134
|
-
|
|
135
|
-
/**
|
|
136
|
-
* @license
|
|
137
|
-
* Copyright 2021 Google LLC
|
|
138
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
139
|
-
*/
|
|
140
|
-
|
|
141
|
-
/**
|
|
142
|
-
* @license React
|
|
143
|
-
* react-dom-client.production.js
|
|
144
|
-
*
|
|
145
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
146
|
-
*
|
|
147
|
-
* This source code is licensed under the MIT license found in the
|
|
148
|
-
* LICENSE file in the root directory of this source tree.
|
|
149
|
-
*/
|
|
150
|
-
|
|
151
|
-
/**
|
|
152
|
-
* @license React
|
|
153
|
-
* react-dom.production.js
|
|
154
|
-
*
|
|
155
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
156
|
-
*
|
|
157
|
-
* This source code is licensed under the MIT license found in the
|
|
158
|
-
* LICENSE file in the root directory of this source tree.
|
|
159
|
-
*/
|
|
160
|
-
|
|
161
|
-
/**
|
|
162
|
-
* @license React
|
|
163
|
-
* react-jsx-runtime.production.js
|
|
164
|
-
*
|
|
165
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
166
|
-
*
|
|
167
|
-
* This source code is licensed under the MIT license found in the
|
|
168
|
-
* LICENSE file in the root directory of this source tree.
|
|
169
|
-
*/
|
|
170
|
-
|
|
171
|
-
/**
|
|
172
|
-
* @license React
|
|
173
|
-
* react-reconciler-constants.production.js
|
|
174
|
-
*
|
|
175
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
176
|
-
*
|
|
177
|
-
* This source code is licensed under the MIT license found in the
|
|
178
|
-
* LICENSE file in the root directory of this source tree.
|
|
179
|
-
*/
|
|
180
|
-
|
|
181
|
-
/**
|
|
182
|
-
* @license React
|
|
183
|
-
* react.production.js
|
|
184
|
-
*
|
|
185
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
186
|
-
*
|
|
187
|
-
* This source code is licensed under the MIT license found in the
|
|
188
|
-
* LICENSE file in the root directory of this source tree.
|
|
189
|
-
*/
|
|
190
|
-
|
|
191
|
-
/**
|
|
192
|
-
* @license React
|
|
193
|
-
* scheduler.production.js
|
|
194
|
-
*
|
|
195
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
196
|
-
*
|
|
197
|
-
* This source code is licensed under the MIT license found in the
|
|
198
|
-
* LICENSE file in the root directory of this source tree.
|
|
199
|
-
*/
|
|
200
|
-
|
|
201
|
-
/**
|
|
202
|
-
* @license React
|
|
203
|
-
* use-sync-external-store-shim.production.js
|
|
204
|
-
*
|
|
205
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
206
|
-
*
|
|
207
|
-
* This source code is licensed under the MIT license found in the
|
|
208
|
-
* LICENSE file in the root directory of this source tree.
|
|
209
|
-
*/
|
|
210
|
-
|
|
211
|
-
/**
|
|
212
|
-
* @license React
|
|
213
|
-
* use-sync-external-store-shim/with-selector.production.js
|
|
214
|
-
*
|
|
215
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
216
|
-
*
|
|
217
|
-
* This source code is licensed under the MIT license found in the
|
|
218
|
-
* LICENSE file in the root directory of this source tree.
|
|
219
|
-
*/
|
|
220
|
-
|
|
221
|
-
/**
|
|
222
|
-
* @license lucide-react v0.553.0 - ISC
|
|
223
|
-
*
|
|
224
|
-
* This source code is licensed under the ISC license.
|
|
225
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
226
|
-
*/
|