@timardex/cluemart-shared 1.5.567 → 1.5.568

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/index.d.mts CHANGED
@@ -764,7 +764,7 @@ declare const IMAGE_EXTENSION: ".webp";
764
764
  * 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.
765
765
  * `images/node` reads this at runtime for `getSharedImagePath` allow-listing.
766
766
  */
767
- declare const posterIds: readonly ["mini-market1", "mini-market2", "mini-market3", "mini-market4", "mini-market5", "poster1", "poster2", "poster3"];
767
+ declare const posterIds: readonly ["mini-market1", "mini-market2", "mini-market3", "mini-market4", "mini-market5", "poster1", "poster2", "poster3", "poster4", "poster5", "poster6", "poster7"];
768
768
  declare const posterFiles: { readonly [K in (typeof posterIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
769
769
  /**
770
770
  * 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
@@ -764,7 +764,7 @@ declare const IMAGE_EXTENSION: ".webp";
764
764
  * 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.
765
765
  * `images/node` reads this at runtime for `getSharedImagePath` allow-listing.
766
766
  */
767
- declare const posterIds: readonly ["mini-market1", "mini-market2", "mini-market3", "mini-market4", "mini-market5", "poster1", "poster2", "poster3"];
767
+ declare const posterIds: readonly ["mini-market1", "mini-market2", "mini-market3", "mini-market4", "mini-market5", "poster1", "poster2", "poster3", "poster4", "poster5", "poster6", "poster7"];
768
768
  declare const posterFiles: { readonly [K in (typeof posterIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
769
769
  /**
770
770
  * Basenames for assets under `src/images/clui/` in source; they are copied flat into `dist/images/` (same as posters).
package/dist/index.mjs CHANGED
@@ -8293,7 +8293,12 @@ var posterIds = [
8293
8293
  "mini-market5",
8294
8294
  "poster1",
8295
8295
  "poster2",
8296
- "poster3"
8296
+ "poster3",
8297
+ // New
8298
+ "poster4",
8299
+ "poster5",
8300
+ "poster6",
8301
+ "poster7"
8297
8302
  ];
8298
8303
  var posterFiles = Object.fromEntries(
8299
8304
  posterIds.map((id) => [id, `${id}${IMAGE_EXTENSION}`])
@@ -8377,11 +8382,11 @@ var USER_STORAGE_KEY = "authUser";
8377
8382
  var darkColors = {
8378
8383
  background: "#3D3D3F",
8379
8384
  card: "#1c1c1e",
8380
- primary: "#ff7a00",
8381
- quaternary: "#3b7c67",
8382
- secondary: "#371134",
8383
- tertiary: "#191a75",
8384
- textMuted: "#8e8e93"
8385
+ primary: "#FF9F3F",
8386
+ quaternary: "#57B894",
8387
+ secondary: "#8B5CF6",
8388
+ tertiary: "#5B6CFF",
8389
+ textMuted: "#B0B3B8"
8385
8390
  };
8386
8391
  var lightColors = {
8387
8392
  background: "#ffffff",