@blinkk/root-cms 2.5.2 → 2.5.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.
- package/dist/app.js +21 -2
- package/dist/{chunk-YAQCD6SS.js → chunk-4XSWQVCI.js} +1 -1
- package/dist/{chunk-QR62WMN3.js → chunk-HFAYSWLP.js} +2 -2
- package/dist/{chunk-XMR3KFP5.js → chunk-UEJ2UTTJ.js} +20 -0
- package/dist/cli.js +1 -1
- package/dist/{client-BZ03biQh.d.ts → client-C5l3dj98.d.ts} +9 -0
- package/dist/client.d.ts +1 -1
- package/dist/client.js +1 -1
- package/dist/core.d.ts +2 -2
- package/dist/core.js +1 -1
- package/dist/functions.js +2 -2
- package/dist/plugin.d.ts +1 -1
- package/dist/plugin.js +3 -3
- package/dist/ui/signin.css +1 -1
- package/dist/ui/signin.js +1 -1
- package/dist/ui/ui.css +1 -1
- package/dist/ui/ui.js +150 -150
- package/dist/ui/ui.js.LEGAL.txt +14 -11
- package/package.json +3 -3
package/dist/ui/ui.js.LEGAL.txt
CHANGED
|
@@ -297,6 +297,7 @@ react-is/cjs/react-is.production.min.js:
|
|
|
297
297
|
@tabler/icons-preact/dist/esm/icons/IconAlarmOff.mjs:
|
|
298
298
|
@tabler/icons-preact/dist/esm/icons/IconAlertTriangle.mjs:
|
|
299
299
|
@tabler/icons-preact/dist/esm/icons/IconAlignJustified.mjs:
|
|
300
|
+
@tabler/icons-preact/dist/esm/icons/IconArchive.mjs:
|
|
300
301
|
@tabler/icons-preact/dist/esm/icons/IconArrowBackUp.mjs:
|
|
301
302
|
@tabler/icons-preact/dist/esm/icons/IconArrowBack.mjs:
|
|
302
303
|
@tabler/icons-preact/dist/esm/icons/IconArrowLeft.mjs:
|
|
@@ -363,6 +364,7 @@ react-is/cjs/react-is.production.min.js:
|
|
|
363
364
|
@tabler/icons-preact/dist/esm/icons/IconMessage.mjs:
|
|
364
365
|
@tabler/icons-preact/dist/esm/icons/IconMoodLookDown.mjs:
|
|
365
366
|
@tabler/icons-preact/dist/esm/icons/IconPaperclip.mjs:
|
|
367
|
+
@tabler/icons-preact/dist/esm/icons/IconPencil.mjs:
|
|
366
368
|
@tabler/icons-preact/dist/esm/icons/IconPhotoStar.mjs:
|
|
367
369
|
@tabler/icons-preact/dist/esm/icons/IconPhotoUp.mjs:
|
|
368
370
|
@tabler/icons-preact/dist/esm/icons/IconPhoto.mjs:
|
|
@@ -370,6 +372,7 @@ react-is/cjs/react-is.production.min.js:
|
|
|
370
372
|
@tabler/icons-preact/dist/esm/icons/IconPuzzle.mjs:
|
|
371
373
|
@tabler/icons-preact/dist/esm/icons/IconQuote.mjs:
|
|
372
374
|
@tabler/icons-preact/dist/esm/icons/IconReload.mjs:
|
|
375
|
+
@tabler/icons-preact/dist/esm/icons/IconRestore.mjs:
|
|
373
376
|
@tabler/icons-preact/dist/esm/icons/IconRobot.mjs:
|
|
374
377
|
@tabler/icons-preact/dist/esm/icons/IconRocket.mjs:
|
|
375
378
|
@tabler/icons-preact/dist/esm/icons/IconRowInsertBottom.mjs:
|
|
@@ -404,6 +407,17 @@ react-is/cjs/react-is.production.min.js:
|
|
|
404
407
|
* See the LICENSE file in the root directory of this source tree.
|
|
405
408
|
*/
|
|
406
409
|
|
|
410
|
+
use-sync-external-store/cjs/use-sync-external-store-with-selector.production.js:
|
|
411
|
+
/**
|
|
412
|
+
* @license React
|
|
413
|
+
* use-sync-external-store-with-selector.production.js
|
|
414
|
+
*
|
|
415
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
416
|
+
*
|
|
417
|
+
* This source code is licensed under the MIT license found in the
|
|
418
|
+
* LICENSE file in the root directory of this source tree.
|
|
419
|
+
*/
|
|
420
|
+
|
|
407
421
|
normalize-wheel/src/isEventSupported.js:
|
|
408
422
|
/**
|
|
409
423
|
* Checks if an event is supported in the current execution environment.
|
|
@@ -420,17 +434,6 @@ normalize-wheel/src/isEventSupported.js:
|
|
|
420
434
|
* @license Modernizr 3.0.0pre (Custom Build) | MIT
|
|
421
435
|
*/
|
|
422
436
|
|
|
423
|
-
use-sync-external-store/cjs/use-sync-external-store-with-selector.production.js:
|
|
424
|
-
/**
|
|
425
|
-
* @license React
|
|
426
|
-
* use-sync-external-store-with-selector.production.js
|
|
427
|
-
*
|
|
428
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
429
|
-
*
|
|
430
|
-
* This source code is licensed under the MIT license found in the
|
|
431
|
-
* LICENSE file in the root directory of this source tree.
|
|
432
|
-
*/
|
|
433
|
-
|
|
434
437
|
prismjs/prism.js:
|
|
435
438
|
/**
|
|
436
439
|
* Prism: Lightweight, robust, elegant syntax highlighting
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blinkk/root-cms",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.4",
|
|
4
4
|
"author": "s@blinkk.com",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -148,10 +148,10 @@
|
|
|
148
148
|
"vite": "7.1.4",
|
|
149
149
|
"vitest": "4.0.10",
|
|
150
150
|
"yjs": "13.6.27",
|
|
151
|
-
"@blinkk/root": "2.5.
|
|
151
|
+
"@blinkk/root": "2.5.4"
|
|
152
152
|
},
|
|
153
153
|
"peerDependencies": {
|
|
154
|
-
"@blinkk/root": "2.5.
|
|
154
|
+
"@blinkk/root": "2.5.4",
|
|
155
155
|
"firebase-admin": ">=11",
|
|
156
156
|
"firebase-functions": ">=4",
|
|
157
157
|
"preact": ">=10",
|