@timardex/cluemart-shared 1.5.626 → 1.5.628
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-N26FUCHY.mjs → chunk-JGYYSRJT.mjs} +3 -2
- package/dist/chunk-JGYYSRJT.mjs.map +1 -0
- package/dist/hooks/index.cjs +2 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/images/index.cjs +2 -1
- 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/images/poster4.webp +0 -0
- package/dist/images/poster4.webp.d.ts +2 -0
- package/dist/index.cjs +2 -1
- 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 +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-N26FUCHY.mjs.map +0 -1
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", "poster4"];
|
|
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", "poster4"];
|
|
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