@timardex/cluemart-shared 1.5.623 → 1.5.624
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/{chunk-S2VBOUOO.mjs → chunk-N26FUCHY.mjs} +2 -7
- package/dist/chunk-N26FUCHY.mjs.map +1 -0
- package/dist/hooks/index.cjs +1 -6
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/images/index.cjs +1 -6
- package/dist/images/index.cjs.map +1 -1
- package/dist/images/index.d.mts +1 -1
- package/dist/images/index.d.ts +1 -1
- package/dist/images/index.mjs +1 -1
- package/dist/images/poster1.webp +0 -0
- package/dist/images/poster2.webp +0 -0
- package/dist/images/poster3.webp +0 -0
- package/dist/index.cjs +1 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-S2VBOUOO.mjs.map +0 -1
- package/dist/images/poster4.webp +0 -0
- package/dist/images/poster4.webp.d.ts +0 -2
- package/dist/images/poster5.webp +0 -0
- package/dist/images/poster5.webp.d.ts +0 -2
- package/dist/images/poster6.webp +0 -0
- package/dist/images/poster6.webp.d.ts +0 -2
- package/dist/images/poster7.webp +0 -0
- package/dist/images/poster7.webp.d.ts +0 -2
package/dist/index.d.mts
CHANGED
|
@@ -774,7 +774,7 @@ declare const IMAGE_EXTENSION: ".webp";
|
|
|
774
774
|
* This object is the single source of poster keys; `posters` is derived from it. Add an image with `IMAGE_EXTENSION` under `src/images/posters/` when adding an entry.
|
|
775
775
|
* `images/node` reads this at runtime for `getSharedImagePath` allow-listing.
|
|
776
776
|
*/
|
|
777
|
-
declare const posterIds: readonly ["mini-market1", "mini-market2", "mini-market3", "mini-market4", "mini-market5", "poster1", "poster2", "poster3"
|
|
777
|
+
declare const posterIds: readonly ["mini-market1", "mini-market2", "mini-market3", "mini-market4", "mini-market5", "poster1", "poster2", "poster3"];
|
|
778
778
|
declare const posterFiles: { readonly [K in (typeof posterIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
779
779
|
/**
|
|
780
780
|
* Basenames for assets under `src/images/clui/` in source; they are copied flat into `dist/images/` (same as posters).
|
package/dist/index.d.ts
CHANGED
|
@@ -774,7 +774,7 @@ declare const IMAGE_EXTENSION: ".webp";
|
|
|
774
774
|
* This object is the single source of poster keys; `posters` is derived from it. Add an image with `IMAGE_EXTENSION` under `src/images/posters/` when adding an entry.
|
|
775
775
|
* `images/node` reads this at runtime for `getSharedImagePath` allow-listing.
|
|
776
776
|
*/
|
|
777
|
-
declare const posterIds: readonly ["mini-market1", "mini-market2", "mini-market3", "mini-market4", "mini-market5", "poster1", "poster2", "poster3"
|
|
777
|
+
declare const posterIds: readonly ["mini-market1", "mini-market2", "mini-market3", "mini-market4", "mini-market5", "poster1", "poster2", "poster3"];
|
|
778
778
|
declare const posterFiles: { readonly [K in (typeof posterIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
779
779
|
/**
|
|
780
780
|
* Basenames for assets under `src/images/clui/` in source; they are copied flat into `dist/images/` (same as posters).
|
package/dist/index.mjs
CHANGED
|
@@ -8401,12 +8401,7 @@ var posterIds = [
|
|
|
8401
8401
|
"mini-market5",
|
|
8402
8402
|
"poster1",
|
|
8403
8403
|
"poster2",
|
|
8404
|
-
"poster3"
|
|
8405
|
-
// New
|
|
8406
|
-
"poster4",
|
|
8407
|
-
"poster5",
|
|
8408
|
-
"poster6",
|
|
8409
|
-
"poster7"
|
|
8404
|
+
"poster3"
|
|
8410
8405
|
];
|
|
8411
8406
|
var posterFiles = Object.fromEntries(
|
|
8412
8407
|
posterIds.map((id) => [id, `${id}${IMAGE_EXTENSION}`])
|