@blinkk/root-cms 3.0.2 → 3.0.4

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.
Files changed (161) hide show
  1. package/dist/app.js +5 -5
  2. package/dist/{chunk-2BSW7SIH.js → chunk-N4K6ICFR.js} +4 -4
  3. package/dist/{chunk-BGTUWIV6.js → chunk-PNLLZXVY.js} +4 -4
  4. package/dist/{chunk-3HARN4U6.js → chunk-RLZFZT42.js} +176 -83
  5. package/dist/{chunk-C245C557.js → chunk-RXWDB3K4.js} +3 -3
  6. package/dist/{chunk-XLX37FRL.js → chunk-TEKMLYXS.js} +3 -4
  7. package/dist/cli/cli.d.ts +12 -0
  8. package/dist/cli/docs.d.ts +49 -0
  9. package/dist/cli/export.d.ts +11 -0
  10. package/dist/cli/generate-types.d.ts +6 -0
  11. package/dist/cli/import.d.ts +13 -0
  12. package/dist/cli/init-firebase.d.ts +7 -0
  13. package/dist/cli/utils.d.ts +27 -0
  14. package/dist/cli.js +10 -10
  15. package/dist/client.js +1 -1
  16. package/dist/core/ai-tools.d.ts +156 -0
  17. package/dist/core/ai.d.ts +330 -0
  18. package/dist/core/api.d.ts +21 -0
  19. package/dist/core/app.d.ts +16 -0
  20. package/dist/core/checks-translations.d.ts +13 -0
  21. package/dist/core/checks.d.ts +48 -0
  22. package/dist/core/client.d.ts +715 -0
  23. package/dist/core/core.d.ts +5 -0
  24. package/dist/core/cron.d.ts +19 -0
  25. package/dist/core/csv.d.ts +5 -0
  26. package/dist/core/functions.d.ts +9 -0
  27. package/dist/core/plugin.d.ts +357 -0
  28. package/dist/{project.d.ts → core/project.d.ts} +8 -12
  29. package/dist/core/richtext.d.ts +101 -0
  30. package/dist/{core.d.ts → core/route.d.ts} +13 -66
  31. package/dist/core/runtime.d.ts +46 -0
  32. package/dist/{schema-Db_xODoi.d.ts → core/schema.d.ts} +47 -100
  33. package/dist/core/search-extract.d.ts +70 -0
  34. package/dist/core/search-index.d.ts +182 -0
  35. package/dist/core/search-query.d.ts +68 -0
  36. package/dist/core/security.d.ts +6 -0
  37. package/dist/core/server-version.d.ts +5 -0
  38. package/dist/core/services-notifications.d.ts +57 -0
  39. package/dist/core/services.d.ts +44 -0
  40. package/dist/core/sse.d.ts +10 -0
  41. package/dist/core/translations-manager.d.ts +187 -0
  42. package/dist/core/translations.d.ts +83 -0
  43. package/dist/core/url-safety.d.ts +19 -0
  44. package/dist/core/validation.d.ts +30 -0
  45. package/dist/core/values.d.ts +9 -0
  46. package/dist/core/versions.d.ts +48 -0
  47. package/dist/core.js +1 -1
  48. package/dist/edit-M4PN4SGX.js +7 -0
  49. package/dist/functions.js +4 -4
  50. package/dist/{generate-types-SPV7I3A5.js → generate-types-JWIG4QVI.js} +1 -1
  51. package/dist/plugin.js +128 -133
  52. package/dist/shared/marshal.d.ts +68 -0
  53. package/dist/shared/objects.d.ts +9 -0
  54. package/dist/shared/richtext.d.ts +74 -0
  55. package/dist/shared/safe-json.d.ts +11 -0
  56. package/dist/shared/sanitize.d.ts +12 -0
  57. package/dist/shared/slug.d.ts +19 -0
  58. package/dist/shared/sse.d.ts +16 -0
  59. package/dist/shared/strings.d.ts +23 -0
  60. package/dist/ui/AIPage-YI3RFK5F.js +1 -0
  61. package/dist/ui/AssetsPage-4JNAOFYF.js +1 -0
  62. package/dist/ui/CollectionPage-JWHH5G55.js +1 -0
  63. package/dist/ui/ComparePage-YZE3EMU4.js +1 -0
  64. package/dist/ui/DataPage-VRCQSZZG.js +1 -0
  65. package/dist/ui/DataSourcePage-WMSPBZ3W.js +1 -0
  66. package/dist/ui/DocTranslationsPage-RY2LOZBX.js +1 -0
  67. package/dist/ui/DocumentPage-EEGTJMIW.js +1 -0
  68. package/dist/ui/EditDataSourcePage-LLCX6K4J.js +1 -0
  69. package/dist/ui/EditReleasePage-WQYXXMZQ.js +1 -0
  70. package/dist/ui/ImageEditorDialog-4H665KK2.js +81 -0
  71. package/dist/ui/ImageEditorDialog-4H665KK2.js.LEGAL.txt +17 -0
  72. package/dist/ui/LogsPage-IP2DKEYR.js +1 -0
  73. package/dist/ui/NewDataSourcePage-RDYJC4DH.js +1 -0
  74. package/dist/ui/NewReleasePage-DGMFU2JN.js +1 -0
  75. package/dist/ui/NotFoundPage-WDZ2K7EF.js +1 -0
  76. package/dist/ui/ProjectPage-HYJOQUWR.js +1 -0
  77. package/dist/ui/ReleasePage-2KSF23TK.js +1 -0
  78. package/dist/ui/ReleasesPage-NZIBBXU4.js +1 -0
  79. package/dist/ui/SettingsPage-36XFWV62.js +1 -0
  80. package/dist/ui/SidebarToolsPage-5C6YBWJ7.js +1 -0
  81. package/dist/ui/TaskPage-SPIFPGPP.js +1 -0
  82. package/dist/ui/TasksPage-ZOXRPBQV.js +1 -0
  83. package/dist/ui/TranslationsArbPage-UHANA7JD.js +2 -0
  84. package/dist/ui/TranslationsEditPage-PQY6W5YG.js +1 -0
  85. package/dist/ui/TranslationsPage-V2PQFCN5.js +162 -0
  86. package/dist/ui/ai-tools-5E5ELLZX.js +1 -0
  87. package/dist/ui/chunk-3IYZCUPI.js +1 -0
  88. package/dist/ui/chunk-4KE2SZKH.js +1 -0
  89. package/dist/ui/chunk-4W73RW5I.js +1 -0
  90. package/dist/ui/chunk-54DVDYU6.js +1 -0
  91. package/dist/ui/chunk-5MV6XVGA.js +1 -0
  92. package/dist/ui/chunk-62UWGWON.js +1 -0
  93. package/dist/ui/chunk-767BAQ53.js +1 -0
  94. package/dist/ui/chunk-AFWBSIPL.js +1 -0
  95. package/dist/ui/chunk-AL3TN2KI.js +1 -0
  96. package/dist/ui/chunk-BZIRGB4W.js +1 -0
  97. package/dist/ui/chunk-C5NH23G4.js +3 -0
  98. package/dist/ui/chunk-CGCKJFL4.js +1 -0
  99. package/dist/ui/chunk-DEGMKEHP.js +1 -0
  100. package/dist/ui/chunk-DTMZLUNY.js +15 -0
  101. package/dist/ui/chunk-DTMZLUNY.js.LEGAL.txt +237 -0
  102. package/dist/ui/chunk-DUJYIOLE.js +5 -0
  103. package/dist/ui/chunk-E2RCCK2T.js +1 -0
  104. package/dist/ui/chunk-EGEB6N4J.js +22 -0
  105. package/dist/ui/chunk-EGEB6N4J.js.LEGAL.txt +1059 -0
  106. package/dist/ui/chunk-FBJURT7Z.js +1 -0
  107. package/dist/ui/chunk-GXSAEPU3.js +1 -0
  108. package/dist/ui/chunk-HHMG665Z.js +1 -0
  109. package/dist/ui/chunk-HKINZLMW.js +84 -0
  110. package/dist/ui/chunk-HLMBCVRX.js +1 -0
  111. package/dist/ui/chunk-HRGYNHZ3.js +1 -0
  112. package/dist/ui/chunk-I6ICVKEC.js +1 -0
  113. package/dist/ui/chunk-JDW4UORS.js +1 -0
  114. package/dist/ui/chunk-JHBAMPGB.js +1 -0
  115. package/dist/ui/chunk-JT5L6GPZ.js +141 -0
  116. package/dist/ui/chunk-JT5L6GPZ.js.LEGAL.txt +106 -0
  117. package/dist/ui/chunk-JYFLU7DM.js +19 -0
  118. package/dist/ui/chunk-JZFTZ4X4.js +87 -0
  119. package/dist/ui/chunk-JZFTZ4X4.js.LEGAL.txt +9 -0
  120. package/dist/ui/chunk-KFAZBEPV.js +1 -0
  121. package/dist/ui/chunk-KKEWCXVV.js +1 -0
  122. package/dist/ui/chunk-KUCVLANF.js +1 -0
  123. package/dist/ui/chunk-KYDOSLTO.js +1 -0
  124. package/dist/ui/chunk-L4RHGQUG.js +1 -0
  125. package/dist/ui/chunk-MDUBCXU2.js +1 -0
  126. package/dist/ui/chunk-NXQVLOTK.js +1 -0
  127. package/dist/ui/chunk-NZHF733K.js +7 -0
  128. package/dist/ui/chunk-NZHF733K.js.LEGAL.txt +146 -0
  129. package/dist/ui/chunk-ONTGW2VA.js +1 -0
  130. package/dist/ui/chunk-ORXEMIQC.js +1 -0
  131. package/dist/ui/chunk-P3NETZZP.js +1 -0
  132. package/dist/ui/chunk-PHBMVORG.js +1 -0
  133. package/dist/ui/chunk-PJA7YP4A.js +1 -0
  134. package/dist/ui/chunk-PVAE643M.js +1 -0
  135. package/dist/ui/chunk-PWKJDYE2.js +1 -0
  136. package/dist/ui/chunk-RSVO46S3.js +1 -0
  137. package/dist/ui/chunk-SKEP5WYH.js +10 -0
  138. package/dist/ui/chunk-SKEP5WYH.js.LEGAL.txt +176 -0
  139. package/dist/ui/chunk-SQRKKWRG.js +3 -0
  140. package/dist/ui/chunk-TJBVMFNQ.js +1 -0
  141. package/dist/ui/chunk-V7S4IAGB.js +1 -0
  142. package/dist/ui/chunk-VMT7JFAM.js +1 -0
  143. package/dist/ui/chunk-W3BJ2EZX.js +1 -0
  144. package/dist/ui/chunk-W3HIZQ4Z.js +1 -0
  145. package/dist/ui/chunk-X2WHBGTP.js +1 -0
  146. package/dist/ui/chunk-XOQ3KDSR.js +3 -0
  147. package/dist/ui/chunk-YDO2EDVY.js +1 -0
  148. package/dist/ui/chunk-YFA6U2CV.js +1 -0
  149. package/dist/ui/gcs-L33FIRZU.js +1 -0
  150. package/dist/ui/prerender-Q4YSDCPB.js +1 -0
  151. package/dist/ui/signin.js +1 -1
  152. package/dist/ui/ui.css +1 -1
  153. package/dist/ui/ui.js +1 -630
  154. package/dist/ui/ui.js.LEGAL.txt +19 -732
  155. package/package.json +20 -20
  156. package/dist/client-1puwLgNx.d.ts +0 -1552
  157. package/dist/client.d.ts +0 -5
  158. package/dist/edit-MT4B37QK.js +0 -7
  159. package/dist/functions.d.ts +0 -13
  160. package/dist/plugin.d.ts +0 -5
  161. package/dist/richtext.d.ts +0 -104
@@ -1,737 +1,5 @@
1
1
  Bundled license information:
2
2
 
3
- react-is/cjs/react-is.production.min.js:
4
- /** @license React v16.13.1
5
- * react-is.production.min.js
6
- *
7
- * Copyright (c) Facebook, Inc. and its affiliates.
8
- *
9
- * This source code is licensed under the MIT license found in the
10
- * LICENSE file in the root directory of this source tree.
11
- */
12
-
13
- @firebase/util/dist/index.esm.js:
14
- /**
15
- * @license
16
- * Copyright 2017 Google LLC
17
- *
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 2022 Google LLC
33
- *
34
- * Licensed under the Apache License, Version 2.0 (the "License");
35
- * you may not use this file except in compliance with the License.
36
- * You may obtain a copy of the License at
37
- *
38
- * http://www.apache.org/licenses/LICENSE-2.0
39
- *
40
- * Unless required by applicable law or agreed to in writing, software
41
- * distributed under the License is distributed on an "AS IS" BASIS,
42
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
43
- * See the License for the specific language governing permissions and
44
- * limitations under the License.
45
- */
46
- /**
47
- * @license
48
- * Copyright 2025 Google LLC
49
- *
50
- * Licensed under the Apache License, Version 2.0 (the "License");
51
- * you may not use this file except in compliance with the License.
52
- * You may obtain a copy of the License at
53
- *
54
- * http://www.apache.org/licenses/LICENSE-2.0
55
- *
56
- * Unless required by applicable law or agreed to in writing, software
57
- * distributed under the License is distributed on an "AS IS" BASIS,
58
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
59
- * See the License for the specific language governing permissions and
60
- * limitations under the License.
61
- */
62
- /**
63
- * @license
64
- * Copyright 2021 Google LLC
65
- *
66
- * Licensed under the Apache License, Version 2.0 (the "License");
67
- * you may not use this file except in compliance with the License.
68
- * You may obtain a copy of the License at
69
- *
70
- * http://www.apache.org/licenses/LICENSE-2.0
71
- *
72
- * Unless required by applicable law or agreed to in writing, software
73
- * distributed under the License is distributed on an "AS IS" BASIS,
74
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
75
- * See the License for the specific language governing permissions and
76
- * limitations under the License.
77
- */
78
- /**
79
- * @license
80
- * Copyright 2019 Google LLC
81
- *
82
- * Licensed under the Apache License, Version 2.0 (the "License");
83
- * you may not use this file except in compliance with the License.
84
- * You may obtain a copy of the License at
85
- *
86
- * http://www.apache.org/licenses/LICENSE-2.0
87
- *
88
- * Unless required by applicable law or agreed to in writing, software
89
- * distributed under the License is distributed on an "AS IS" BASIS,
90
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
91
- * See the License for the specific language governing permissions and
92
- * limitations under the License.
93
- */
94
- /**
95
- * @license
96
- * Copyright 2020 Google LLC
97
- *
98
- * Licensed under the Apache License, Version 2.0 (the "License");
99
- * you may not use this file except in compliance with the License.
100
- * You may obtain a copy of the License at
101
- *
102
- * http://www.apache.org/licenses/LICENSE-2.0
103
- *
104
- * Unless required by applicable law or agreed to in writing, software
105
- * distributed under the License is distributed on an "AS IS" BASIS,
106
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
107
- * See the License for the specific language governing permissions and
108
- * limitations under the License.
109
- */
110
-
111
- @firebase/component/dist/esm/index.esm.js:
112
- @firebase/auth/dist/esm/index-9ccb475d.js:
113
- @firebase/auth/dist/esm/index-9ccb475d.js:
114
- /**
115
- * @license
116
- * Copyright 2019 Google LLC
117
- *
118
- * Licensed under the Apache License, Version 2.0 (the "License");
119
- * you may not use this file except in compliance with the License.
120
- * You may obtain a copy of the License at
121
- *
122
- * http://www.apache.org/licenses/LICENSE-2.0
123
- *
124
- * Unless required by applicable law or agreed to in writing, software
125
- * distributed under the License is distributed on an "AS IS" BASIS,
126
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
127
- * See the License for the specific language governing permissions and
128
- * limitations under the License.
129
- */
130
-
131
- @firebase/logger/dist/esm/index.esm.js:
132
- /**
133
- * @license
134
- * Copyright 2017 Google LLC
135
- *
136
- * Licensed under the Apache License, Version 2.0 (the "License");
137
- * you may not use this file except in compliance with the License.
138
- * You may obtain a copy of the License at
139
- *
140
- * http://www.apache.org/licenses/LICENSE-2.0
141
- *
142
- * Unless required by applicable law or agreed to in writing, software
143
- * distributed under the License is distributed on an "AS IS" BASIS,
144
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
145
- * See the License for the specific language governing permissions and
146
- * limitations under the License.
147
- */
148
-
149
- @firebase/app/dist/esm/index.esm.js:
150
- /**
151
- * @license
152
- * Copyright 2019 Google LLC
153
- *
154
- * Licensed under the Apache License, Version 2.0 (the "License");
155
- * you may not use this file except in compliance with the License.
156
- * You may obtain a copy of the License at
157
- *
158
- * http://www.apache.org/licenses/LICENSE-2.0
159
- *
160
- * Unless required by applicable law or agreed to in writing, software
161
- * distributed under the License is distributed on an "AS IS" BASIS,
162
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
163
- * See the License for the specific language governing permissions and
164
- * limitations under the License.
165
- */
166
- /**
167
- * @license
168
- * Copyright 2023 Google LLC
169
- *
170
- * Licensed under the Apache License, Version 2.0 (the "License");
171
- * you may not use this file except in compliance with the License.
172
- * You may obtain a copy of the License at
173
- *
174
- * http://www.apache.org/licenses/LICENSE-2.0
175
- *
176
- * Unless required by applicable law or agreed to in writing, software
177
- * distributed under the License is distributed on an "AS IS" BASIS,
178
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
179
- * See the License for the specific language governing permissions and
180
- * limitations under the License.
181
- */
182
- /**
183
- * @license
184
- * Copyright 2021 Google LLC
185
- *
186
- * Licensed under the Apache License, Version 2.0 (the "License");
187
- * you may not use this file except in compliance with the License.
188
- * You may obtain a copy of the License at
189
- *
190
- * http://www.apache.org/licenses/LICENSE-2.0
191
- *
192
- * Unless required by applicable law or agreed to in writing, software
193
- * distributed under the License is distributed on an "AS IS" BASIS,
194
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
195
- * See the License for the specific language governing permissions and
196
- * limitations under the License.
197
- */
198
-
199
- @firebase/webchannel-wrapper/dist/bloom-blob/esm/bloom_blob_es2018.js:
200
- @firebase/webchannel-wrapper/dist/webchannel-blob/esm/webchannel_blob_es2018.js:
201
- /** @license
202
- Copyright The Closure Library Authors.
203
- SPDX-License-Identifier: Apache-2.0
204
- */
205
- /** @license
206
-
207
- Copyright The Closure Library Authors.
208
- SPDX-License-Identifier: Apache-2.0
209
- */
210
-
211
- @firebase/firestore/dist/index.esm.js:
212
- /**
213
- * @license
214
- * Copyright 2020 Google LLC
215
- *
216
- * Licensed under the Apache License, Version 2.0 (the "License");
217
- * you may not use this file except in compliance with the License.
218
- * You may obtain a copy of the License at
219
- *
220
- * http://www.apache.org/licenses/LICENSE-2.0
221
- *
222
- * Unless required by applicable law or agreed to in writing, software
223
- * distributed under the License is distributed on an "AS IS" BASIS,
224
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
225
- * See the License for the specific language governing permissions and
226
- * limitations under the License.
227
- */
228
- /**
229
- * @license
230
- * Copyright 2017 Google LLC
231
- *
232
- * Licensed under the Apache License, Version 2.0 (the "License");
233
- * you may not use this file except in compliance with the License.
234
- * You may obtain a copy of the License at
235
- *
236
- * http://www.apache.org/licenses/LICENSE-2.0
237
- *
238
- * Unless required by applicable law or agreed to in writing, software
239
- * distributed under the License is distributed on an "AS IS" BASIS,
240
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
241
- * See the License for the specific language governing permissions and
242
- * limitations under the License.
243
- */
244
- /**
245
- * @license
246
- * Copyright 2020 Google LLC
247
- *
248
- * Licensed under the Apache License, Version 2.0 (the "License");
249
- * you may not use this file except in compliance with the License.
250
- * You may obtain a copy of the License at
251
- *
252
- * http://www.apache.org/licenses/LICENSE-2.0
253
- *
254
- * Unless required by applicable law or agreed to in writing, software
255
- * distributed under the License is distributed on an "AS IS" BASIS,
256
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
257
- * See the License for the specific language governing permissions and
258
- * limitations under the License.
259
- */
260
- /**
261
- * @license
262
- * Copyright 2025 Google LLC
263
- *
264
- * Licensed under the Apache License, Version 2.0 (the "License");
265
- * you may not use this file except in compliance with the License.
266
- * You may obtain a copy of the License at
267
- *
268
- * http://www.apache.org/licenses/LICENSE-2.0
269
- *
270
- * Unless required by applicable law or agreed to in writing, software
271
- * distributed under the License is distributed on an "AS IS" BASIS,
272
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
273
- * See the License for the specific language governing permissions and
274
- * limitations under the License.
275
- */
276
- /**
277
- * @license
278
- * Copyright 2021 Google LLC
279
- *
280
- * Licensed under the Apache License, Version 2.0 (the "License");
281
- * you may not use this file except in compliance with the License.
282
- * You may obtain a copy of the License at
283
- *
284
- * http://www.apache.org/licenses/LICENSE-2.0
285
- *
286
- * Unless required by applicable law or agreed to in writing, software
287
- * distributed under the License is distributed on an "AS IS" BASIS,
288
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
289
- * See the License for the specific language governing permissions and
290
- * limitations under the License.
291
- */
292
- /**
293
- * @license
294
- * Copyright 2018 Google LLC
295
- *
296
- * Licensed under the Apache License, Version 2.0 (the "License");
297
- * you may not use this file except in compliance with the License.
298
- * You may obtain a copy of the License at
299
- *
300
- * http://www.apache.org/licenses/LICENSE-2.0
301
- *
302
- * Unless required by applicable law or agreed to in writing, software
303
- * distributed under the License is distributed on an "AS IS" BASIS,
304
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
305
- * See the License for the specific language governing permissions and
306
- * limitations under the License.
307
- */
308
- /**
309
- * @license
310
- * Copyright 2022 Google LLC
311
- *
312
- * Licensed under the Apache License, Version 2.0 (the "License");
313
- * you may not use this file except in compliance with the License.
314
- * You may obtain a copy of the License at
315
- *
316
- * http://www.apache.org/licenses/LICENSE-2.0
317
- *
318
- * Unless required by applicable law or agreed to in writing, software
319
- * distributed under the License is distributed on an "AS IS" BASIS,
320
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
321
- * See the License for the specific language governing permissions and
322
- * limitations under the License.
323
- */
324
- /**
325
- * @license
326
- * Copyright 2023 Google LLC
327
- *
328
- * Licensed under the Apache License, Version 2.0 (the "License");
329
- * you may not use this file except in compliance with the License.
330
- * You may obtain a copy of the License at
331
- *
332
- * http://www.apache.org/licenses/LICENSE-2.0
333
- *
334
- * Unless required by applicable law or agreed to in writing, software
335
- * distributed under the License is distributed on an "AS IS" BASIS,
336
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
337
- * See the License for the specific language governing permissions and
338
- * limitations under the License.
339
- */
340
- /**
341
- * @license
342
- * Copyright 2019 Google LLC
343
- *
344
- * Licensed under the Apache License, Version 2.0 (the "License");
345
- * you may not use this file except in compliance with the License.
346
- * You may obtain a copy of the License at
347
- *
348
- * http://www.apache.org/licenses/LICENSE-2.0
349
- *
350
- * Unless required by applicable law or agreed to in writing, software
351
- * distributed under the License is distributed on an "AS IS" BASIS,
352
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
353
- * See the License for the specific language governing permissions and
354
- * limitations under the License.
355
- */
356
- /**
357
- * @license
358
- * Copyright 2024 Google LLC
359
- *
360
- * Licensed under the Apache License, Version 2.0 (the "License");
361
- * you may not use this file except in compliance with the License.
362
- * You may obtain a copy of the License at
363
- *
364
- * http://www.apache.org/licenses/LICENSE-2.0
365
- *
366
- * Unless required by applicable law or agreed to in writing, software
367
- * distributed under the License is distributed on an "AS IS" BASIS,
368
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
369
- * See the License for the specific language governing permissions and
370
- * limitations under the License.
371
- */
372
- /**
373
- * @license
374
- * Copyright 2021 Google LLC
375
- *
376
- * Licensed under the Apache License, Version 2.0 (the "License");
377
- * you may not use this file except in compliance with the License.
378
- * You may obtain a copy of the License at
379
- *
380
- * http://www.apache.org/licenses/LICENSE-2.0
381
- *
382
- * Unless required by applicable law | agreed to in writing, software
383
- * distributed under the License is distributed on an "AS IS" BASIS,
384
- * WITHOUT WARRANTIES | CONDITIONS OF ANY KIND, either express | implied.
385
- * See the License for the specific language governing permissions and
386
- * limitations under the License.
387
- */
388
-
389
- @firebase/storage/dist/index.esm.js:
390
- /**
391
- * @license
392
- * Copyright 2017 Google LLC
393
- *
394
- * Licensed under the Apache License, Version 2.0 (the "License");
395
- * you may not use this file except in compliance with the License.
396
- * You may obtain a copy of the License at
397
- *
398
- * http://www.apache.org/licenses/LICENSE-2.0
399
- *
400
- * Unless required by applicable law or agreed to in writing, software
401
- * distributed under the License is distributed on an "AS IS" BASIS,
402
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
403
- * See the License for the specific language governing permissions and
404
- * limitations under the License.
405
- */
406
- /**
407
- * @license
408
- * Copyright 2022 Google LLC
409
- *
410
- * Licensed under the Apache License, Version 2.0 (the "License");
411
- * you may not use this file except in compliance with the License.
412
- * You may obtain a copy of the License at
413
- *
414
- * http://www.apache.org/licenses/LICENSE-2.0
415
- *
416
- * Unless required by applicable law or agreed to in writing, software
417
- * distributed under the License is distributed on an "AS IS" BASIS,
418
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
419
- * See the License for the specific language governing permissions and
420
- * limitations under the License.
421
- */
422
- /**
423
- * @license
424
- * Copyright 2021 Google LLC
425
- *
426
- * Licensed under the Apache License, Version 2.0 (the "License");
427
- * you may not use this file except in compliance with the License.
428
- * You may obtain a copy of the License at
429
- *
430
- * http://www.apache.org/licenses/LICENSE-2.0
431
- *
432
- * Unless required by applicable law or agreed to in writing, software
433
- * distributed under the License is distributed on an "AS IS" BASIS,
434
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
435
- * See the License for the specific language governing permissions and
436
- * limitations under the License.
437
- */
438
- /**
439
- * @license
440
- * Copyright 2019 Google LLC
441
- *
442
- * Licensed under the Apache License, Version 2.0 (the "License");
443
- * you may not use this file except in compliance with the License.
444
- * You may obtain a copy of the License at
445
- *
446
- * http://www.apache.org/licenses/LICENSE-2.0
447
- *
448
- * Unless required by applicable law or agreed to in writing, software
449
- * distributed under the License is distributed on an "AS IS" BASIS,
450
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
451
- * See the License for the specific language governing permissions and
452
- * limitations under the License.
453
- */
454
- /**
455
- * @license
456
- * Copyright 2020 Google LLC
457
- *
458
- * Licensed under the Apache License, Version 2.0 (the "License");
459
- * you may not use this file except in compliance with the License.
460
- * You may obtain a copy of the License at
461
- *
462
- * http://www.apache.org/licenses/LICENSE-2.0
463
- *
464
- * Unless required by applicable law or agreed to in writing, software
465
- * distributed under the License is distributed on an "AS IS" BASIS,
466
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
467
- * See the License for the specific language governing permissions and
468
- * limitations under the License.
469
- */
470
-
471
- @tabler/icons-preact/dist/esm/defaultAttributes.mjs:
472
- @tabler/icons-preact/dist/esm/createPreactComponent.mjs:
473
- @tabler/icons-preact/dist/esm/icons/IconAlarmOff.mjs:
474
- @tabler/icons-preact/dist/esm/icons/IconAlertTriangle.mjs:
475
- @tabler/icons-preact/dist/esm/icons/IconAlignJustified.mjs:
476
- @tabler/icons-preact/dist/esm/icons/IconArchiveOff.mjs:
477
- @tabler/icons-preact/dist/esm/icons/IconArchive.mjs:
478
- @tabler/icons-preact/dist/esm/icons/IconArrowBackUp.mjs:
479
- @tabler/icons-preact/dist/esm/icons/IconArrowBack.mjs:
480
- @tabler/icons-preact/dist/esm/icons/IconArrowLeft.mjs:
481
- @tabler/icons-preact/dist/esm/icons/IconArrowRight.mjs:
482
- @tabler/icons-preact/dist/esm/icons/IconArrowUpRight.mjs:
483
- @tabler/icons-preact/dist/esm/icons/IconArrowsHorizontal.mjs:
484
- @tabler/icons-preact/dist/esm/icons/IconArrowsVertical.mjs:
485
- @tabler/icons-preact/dist/esm/icons/IconBold.mjs:
486
- @tabler/icons-preact/dist/esm/icons/IconBraces.mjs:
487
- @tabler/icons-preact/dist/esm/icons/IconBracketsAngle.mjs:
488
- @tabler/icons-preact/dist/esm/icons/IconCalendar.mjs:
489
- @tabler/icons-preact/dist/esm/icons/IconCapsuleHorizontal.mjs:
490
- @tabler/icons-preact/dist/esm/icons/IconCarrot.mjs:
491
- @tabler/icons-preact/dist/esm/icons/IconCheck.mjs:
492
- @tabler/icons-preact/dist/esm/icons/IconChevronDown.mjs:
493
- @tabler/icons-preact/dist/esm/icons/IconChevronRight.mjs:
494
- @tabler/icons-preact/dist/esm/icons/IconCircleArrowDown.mjs:
495
- @tabler/icons-preact/dist/esm/icons/IconCircleArrowUp.mjs:
496
- @tabler/icons-preact/dist/esm/icons/IconCirclePlus.mjs:
497
- @tabler/icons-preact/dist/esm/icons/IconClearFormatting.mjs:
498
- @tabler/icons-preact/dist/esm/icons/IconClipboardCopy.mjs:
499
- @tabler/icons-preact/dist/esm/icons/IconClipboardList.mjs:
500
- @tabler/icons-preact/dist/esm/icons/IconClipboard.mjs:
501
- @tabler/icons-preact/dist/esm/icons/IconClock.mjs:
502
- @tabler/icons-preact/dist/esm/icons/IconCloudOff.mjs:
503
- @tabler/icons-preact/dist/esm/icons/IconCode.mjs:
504
- @tabler/icons-preact/dist/esm/icons/IconColumns3.mjs:
505
- @tabler/icons-preact/dist/esm/icons/IconCopy.mjs:
506
- @tabler/icons-preact/dist/esm/icons/IconCornerDownRight.mjs:
507
- @tabler/icons-preact/dist/esm/icons/IconCrop.mjs:
508
- @tabler/icons-preact/dist/esm/icons/IconDatabase.mjs:
509
- @tabler/icons-preact/dist/esm/icons/IconDeviceDesktop.mjs:
510
- @tabler/icons-preact/dist/esm/icons/IconDeviceFloppy.mjs:
511
- @tabler/icons-preact/dist/esm/icons/IconDeviceIpad.mjs:
512
- @tabler/icons-preact/dist/esm/icons/IconDeviceMobile.mjs:
513
- @tabler/icons-preact/dist/esm/icons/IconDotsVertical.mjs:
514
- @tabler/icons-preact/dist/esm/icons/IconDots.mjs:
515
- @tabler/icons-preact/dist/esm/icons/IconDownload.mjs:
516
- @tabler/icons-preact/dist/esm/icons/IconExternalLink.mjs:
517
- @tabler/icons-preact/dist/esm/icons/IconFileDiff.mjs:
518
- @tabler/icons-preact/dist/esm/icons/IconFileDownload.mjs:
519
- @tabler/icons-preact/dist/esm/icons/IconFileUpload.mjs:
520
- @tabler/icons-preact/dist/esm/icons/IconFile.mjs:
521
- @tabler/icons-preact/dist/esm/icons/IconFilter.mjs:
522
- @tabler/icons-preact/dist/esm/icons/IconFlag.mjs:
523
- @tabler/icons-preact/dist/esm/icons/IconFolder.mjs:
524
- @tabler/icons-preact/dist/esm/icons/IconGitCompare.mjs:
525
- @tabler/icons-preact/dist/esm/icons/IconGripVertical.mjs:
526
- @tabler/icons-preact/dist/esm/icons/IconH1.mjs:
527
- @tabler/icons-preact/dist/esm/icons/IconH2.mjs:
528
- @tabler/icons-preact/dist/esm/icons/IconH3.mjs:
529
- @tabler/icons-preact/dist/esm/icons/IconH4.mjs:
530
- @tabler/icons-preact/dist/esm/icons/IconH5.mjs:
531
- @tabler/icons-preact/dist/esm/icons/IconHistory.mjs:
532
- @tabler/icons-preact/dist/esm/icons/IconHome.mjs:
533
- @tabler/icons-preact/dist/esm/icons/IconInfoCircle.mjs:
534
- @tabler/icons-preact/dist/esm/icons/IconItalic.mjs:
535
- @tabler/icons-preact/dist/esm/icons/IconJson.mjs:
536
- @tabler/icons-preact/dist/esm/icons/IconLanguageOff.mjs:
537
- @tabler/icons-preact/dist/esm/icons/IconLanguage.mjs:
538
- @tabler/icons-preact/dist/esm/icons/IconLayoutGrid.mjs:
539
- @tabler/icons-preact/dist/esm/icons/IconLayoutList.mjs:
540
- @tabler/icons-preact/dist/esm/icons/IconLayoutSidebarRightCollapse.mjs:
541
- @tabler/icons-preact/dist/esm/icons/IconLayoutSidebarRightExpand.mjs:
542
- @tabler/icons-preact/dist/esm/icons/IconLink.mjs:
543
- @tabler/icons-preact/dist/esm/icons/IconListCheck.mjs:
544
- @tabler/icons-preact/dist/esm/icons/IconListNumbers.mjs:
545
- @tabler/icons-preact/dist/esm/icons/IconList.mjs:
546
- @tabler/icons-preact/dist/esm/icons/IconLoader2.mjs:
547
- @tabler/icons-preact/dist/esm/icons/IconLockOpen.mjs:
548
- @tabler/icons-preact/dist/esm/icons/IconLock.mjs:
549
- @tabler/icons-preact/dist/esm/icons/IconLogout.mjs:
550
- @tabler/icons-preact/dist/esm/icons/IconMapPin.mjs:
551
- @tabler/icons-preact/dist/esm/icons/IconMessageCirclePlus.mjs:
552
- @tabler/icons-preact/dist/esm/icons/IconMessageCircle.mjs:
553
- @tabler/icons-preact/dist/esm/icons/IconMessage.mjs:
554
- @tabler/icons-preact/dist/esm/icons/IconMoodLookDown.mjs:
555
- @tabler/icons-preact/dist/esm/icons/IconPackage.mjs:
556
- @tabler/icons-preact/dist/esm/icons/IconPaperclip.mjs:
557
- @tabler/icons-preact/dist/esm/icons/IconPencil.mjs:
558
- @tabler/icons-preact/dist/esm/icons/IconPhotoStar.mjs:
559
- @tabler/icons-preact/dist/esm/icons/IconPhotoUp.mjs:
560
- @tabler/icons-preact/dist/esm/icons/IconPhoto.mjs:
561
- @tabler/icons-preact/dist/esm/icons/IconPlanet.mjs:
562
- @tabler/icons-preact/dist/esm/icons/IconPlayerPlay.mjs:
563
- @tabler/icons-preact/dist/esm/icons/IconPlayerStop.mjs:
564
- @tabler/icons-preact/dist/esm/icons/IconPuzzle.mjs:
565
- @tabler/icons-preact/dist/esm/icons/IconQuote.mjs:
566
- @tabler/icons-preact/dist/esm/icons/IconReload.mjs:
567
- @tabler/icons-preact/dist/esm/icons/IconRestore.mjs:
568
- @tabler/icons-preact/dist/esm/icons/IconRobot.mjs:
569
- @tabler/icons-preact/dist/esm/icons/IconRocket.mjs:
570
- @tabler/icons-preact/dist/esm/icons/IconRowInsertBottom.mjs:
571
- @tabler/icons-preact/dist/esm/icons/IconRowInsertTop.mjs:
572
- @tabler/icons-preact/dist/esm/icons/IconScissors.mjs:
573
- @tabler/icons-preact/dist/esm/icons/IconSearch.mjs:
574
- @tabler/icons-preact/dist/esm/icons/IconSend2.mjs:
575
- @tabler/icons-preact/dist/esm/icons/IconSeparatorHorizontal.mjs:
576
- @tabler/icons-preact/dist/esm/icons/IconSettings.mjs:
577
- @tabler/icons-preact/dist/esm/icons/IconSparkles.mjs:
578
- @tabler/icons-preact/dist/esm/icons/IconSquareCheck.mjs:
579
- @tabler/icons-preact/dist/esm/icons/IconSquare.mjs:
580
- @tabler/icons-preact/dist/esm/icons/IconStrikethrough.mjs:
581
- @tabler/icons-preact/dist/esm/icons/IconSubscript.mjs:
582
- @tabler/icons-preact/dist/esm/icons/IconSuperscript.mjs:
583
- @tabler/icons-preact/dist/esm/icons/IconTable.mjs:
584
- @tabler/icons-preact/dist/esm/icons/IconTagMinus.mjs:
585
- @tabler/icons-preact/dist/esm/icons/IconTagPlus.mjs:
586
- @tabler/icons-preact/dist/esm/icons/IconTag.mjs:
587
- @tabler/icons-preact/dist/esm/icons/IconTool.mjs:
588
- @tabler/icons-preact/dist/esm/icons/IconTrash.mjs:
589
- @tabler/icons-preact/dist/esm/icons/IconUnderline.mjs:
590
- @tabler/icons-preact/dist/esm/icons/IconUserPlus.mjs:
591
- @tabler/icons-preact/dist/esm/icons/IconUser.mjs:
592
- @tabler/icons-preact/dist/esm/icons/IconWorld.mjs:
593
- @tabler/icons-preact/dist/esm/icons/IconX.mjs:
594
- @tabler/icons-preact/dist/esm/icons/IconCircleCheckFilled.mjs:
595
- @tabler/icons-preact/dist/esm/icons/IconSquareCheckFilled.mjs:
596
- @tabler/icons-preact/dist/esm/icons/IconTrashFilled.mjs:
597
- @tabler/icons-preact/dist/esm/icons/IconTriangleFilled.mjs:
598
- @tabler/icons-preact/dist/esm/tabler-icons-preact.mjs:
599
- /**
600
- * @license @tabler/icons-preact v3.35.0 - MIT
601
- *
602
- * This source code is licensed under the MIT license.
603
- * See the LICENSE file in the root directory of this source tree.
604
- */
605
-
606
- is-plain-object/dist/is-plain-object.js:
607
- /*!
608
- * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
609
- *
610
- * Copyright (c) 2014-2017, Jon Schlinkert.
611
- * Released under the MIT License.
612
- */
613
-
614
- use-sync-external-store/cjs/use-sync-external-store-with-selector.production.js:
615
- /**
616
- * @license React
617
- * use-sync-external-store-with-selector.production.js
618
- *
619
- * Copyright (c) Meta Platforms, Inc. and affiliates.
620
- *
621
- * This source code is licensed under the MIT license found in the
622
- * LICENSE file in the root directory of this source tree.
623
- */
624
-
625
- normalize-wheel/src/isEventSupported.js:
626
- /**
627
- * Checks if an event is supported in the current execution environment.
628
- *
629
- * NOTE: This will not work correctly for non-generic events such as `change`,
630
- * `reset`, `load`, `error`, and `select`.
631
- *
632
- * Borrows from Modernizr.
633
- *
634
- * @param {string} eventNameSuffix Event name, e.g. "click".
635
- * @param {?boolean} capture Check if the capture phase is supported.
636
- * @return {boolean} True if the event is supported.
637
- * @internal
638
- * @license Modernizr 3.0.0pre (Custom Build) | MIT
639
- */
640
-
641
- @editorjs/editorjs/dist/editorjs.mjs:
642
- /*!
643
- * CodeX.Tooltips
644
- *
645
- * @version 1.0.5
646
- *
647
- * @licence MIT
648
- * @author CodeX <https://codex.so>
649
- *
650
- *
651
- */
652
- /*!
653
- * Library for handling keyboard shortcuts
654
- * @copyright CodeX (https://codex.so)
655
- * @license MIT
656
- * @author CodeX (https://codex.so)
657
- * @version 1.2.0
658
- */
659
- /**
660
- * Base Paragraph Block for the Editor.js.
661
- * Represents a regular text block
662
- *
663
- * @author CodeX (team@codex.so)
664
- * @copyright CodeX 2018
665
- * @license The MIT License (MIT)
666
- */
667
- /**
668
- * Editor.js
669
- *
670
- * @license Apache-2.0
671
- * @see Editor.js <https://editorjs.io>
672
- * @author CodeX Team <https://codex.so>
673
- */
674
-
675
- @editorjs/header/dist/header.mjs:
676
- /**
677
- * Header block for the Editor.js.
678
- *
679
- * @author CodeX (team@ifmo.su)
680
- * @copyright CodeX 2018
681
- * @license MIT
682
- * @version 2.0.0
683
- */
684
-
685
- @editorjs/image/dist/image.mjs:
686
- /**
687
- * Image Tool for the Editor.js
688
- * @author CodeX <team@codex.so>
689
- * @license MIT
690
- * @see {@link https://github.com/editor-js/image}
691
- *
692
- * To developers.
693
- * To simplify Tool structure, we split it to 4 parts:
694
- * 1) index.ts — main Tool's interface, public API and methods for working with data
695
- * 2) uploader.ts — module that has methods for sending files via AJAX: from device, by URL or File pasting
696
- * 3) ui.ts — module for UI manipulations: render, showing preloader, etc
697
- *
698
- * For debug purposes there is a testing server
699
- * that can save uploaded files and return a Response {@link UploadResponseFormat}
700
- *
701
- * $ node dev/server.js
702
- *
703
- * It will expose 8008 port, so you can pass http://localhost:8008 with the Tools config:
704
- *
705
- * image: {
706
- * class: ImageTool,
707
- * config: {
708
- * endpoints: {
709
- * byFile: 'http://localhost:8008/uploadFile',
710
- * byUrl: 'http://localhost:8008/fetchUrl',
711
- * }
712
- * },
713
- * },
714
- */
715
-
716
- @editorjs/raw/dist/raw.mjs:
717
- /**
718
- * Raw HTML Tool for CodeX Editor
719
- *
720
- * @author CodeX (team@codex.so)
721
- * @copyright CodeX 2018
722
- * @license The MIT License (MIT)
723
- */
724
-
725
- prismjs/prism.js:
726
- /**
727
- * Prism: Lightweight, robust, elegant syntax highlighting
728
- *
729
- * @license MIT <https://opensource.org/licenses/MIT>
730
- * @author Lea Verou <https://lea.verou.me>
731
- * @namespace
732
- * @public
733
- */
734
-
735
3
  firebase/app/dist/esm/index.esm.js:
736
4
  @firebase/auth/dist/esm/index-9ccb475d.js:
737
5
  @firebase/auth/dist/esm/index-9ccb475d.js:
@@ -886,6 +154,25 @@ firebase/app/dist/esm/index.esm.js:
886
154
  * limitations under the License.
887
155
  */
888
156
 
157
+ @firebase/auth/dist/esm/index-9ccb475d.js:
158
+ @firebase/auth/dist/esm/index-9ccb475d.js:
159
+ /**
160
+ * @license
161
+ * Copyright 2019 Google LLC
162
+ *
163
+ * Licensed under the Apache License, Version 2.0 (the "License");
164
+ * you may not use this file except in compliance with the License.
165
+ * You may obtain a copy of the License at
166
+ *
167
+ * http://www.apache.org/licenses/LICENSE-2.0
168
+ *
169
+ * Unless required by applicable law or agreed to in writing, software
170
+ * distributed under the License is distributed on an "AS IS" BASIS,
171
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
172
+ * See the License for the specific language governing permissions and
173
+ * limitations under the License.
174
+ */
175
+
889
176
  @firebase/auth/dist/esm/index-9ccb475d.js:
890
177
  /**
891
178
  * @license