@timardex/cluemart-shared 1.5.565 → 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/{chunk-MFF5JEOQ.mjs → chunk-6KNGLDLL.mjs} +1 -1
- package/dist/{chunk-MFF5JEOQ.mjs.map → chunk-6KNGLDLL.mjs.map} +1 -1
- package/dist/{chunk-DDTGHPA7.mjs → chunk-LNHT4D45.mjs} +2 -1
- package/dist/{chunk-DDTGHPA7.mjs.map → chunk-LNHT4D45.mjs.map} +1 -1
- package/dist/{chunk-N26FUCHY.mjs → chunk-S2VBOUOO.mjs} +7 -2
- package/dist/chunk-S2VBOUOO.mjs.map +1 -0
- package/dist/{chunk-I7WE3EBR.mjs → chunk-SSPELWAQ.mjs} +6 -6
- package/dist/{chunk-I7WE3EBR.mjs.map → chunk-SSPELWAQ.mjs.map} +1 -1
- package/dist/graphql/index.cjs +1 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +7 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.mjs +4 -4
- package/dist/images/index.cjs +6 -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/poster4.webp +0 -0
- package/dist/images/poster4.webp.d.ts +2 -0
- package/dist/images/poster5.webp +0 -0
- package/dist/images/poster5.webp.d.ts +2 -0
- package/dist/images/poster6.webp +0 -0
- package/dist/images/poster6.webp.d.ts +2 -0
- package/dist/images/poster7.webp +0 -0
- package/dist/images/poster7.webp.d.ts +2 -0
- package/dist/index.cjs +12 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +12 -6
- package/dist/index.mjs.map +1 -1
- package/dist/{post-C7AH7Tqp.d.mts → post-CSzn0CyV.d.mts} +1 -0
- package/dist/{post-C148Svva.d.ts → post-HPDnvpBB.d.ts} +1 -0
- package/dist/theme/index.cjs +5 -5
- package/dist/theme/index.cjs.map +1 -1
- package/dist/theme/index.mjs +1 -1
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-N26FUCHY.mjs.map +0 -1
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).
|
|
@@ -1194,6 +1194,7 @@ type GameType = {
|
|
|
1194
1194
|
gameData: GameDataType;
|
|
1195
1195
|
gameHistory: GameHistory[] | null;
|
|
1196
1196
|
gameType: EnumGameType;
|
|
1197
|
+
gameTypeId: string;
|
|
1197
1198
|
updatedAt: Date | null;
|
|
1198
1199
|
};
|
|
1199
1200
|
type GameDocType = {
|
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).
|
|
@@ -1194,6 +1194,7 @@ type GameType = {
|
|
|
1194
1194
|
gameData: GameDataType;
|
|
1195
1195
|
gameHistory: GameHistory[] | null;
|
|
1196
1196
|
gameType: EnumGameType;
|
|
1197
|
+
gameTypeId: string;
|
|
1197
1198
|
updatedAt: Date | null;
|
|
1198
1199
|
};
|
|
1199
1200
|
type GameDocType = {
|
package/dist/index.mjs
CHANGED
|
@@ -5785,6 +5785,7 @@ var GAME_FIELDS_FRAGMENT = gql29`
|
|
|
5785
5785
|
...GameHistoryFields
|
|
5786
5786
|
}
|
|
5787
5787
|
gameType
|
|
5788
|
+
gameTypeId
|
|
5788
5789
|
updatedAt
|
|
5789
5790
|
}
|
|
5790
5791
|
${GAME_DATA_FIELDS_FRAGMENT}
|
|
@@ -8292,7 +8293,12 @@ var posterIds = [
|
|
|
8292
8293
|
"mini-market5",
|
|
8293
8294
|
"poster1",
|
|
8294
8295
|
"poster2",
|
|
8295
|
-
"poster3"
|
|
8296
|
+
"poster3",
|
|
8297
|
+
// New
|
|
8298
|
+
"poster4",
|
|
8299
|
+
"poster5",
|
|
8300
|
+
"poster6",
|
|
8301
|
+
"poster7"
|
|
8296
8302
|
];
|
|
8297
8303
|
var posterFiles = Object.fromEntries(
|
|
8298
8304
|
posterIds.map((id) => [id, `${id}${IMAGE_EXTENSION}`])
|
|
@@ -8376,11 +8382,11 @@ var USER_STORAGE_KEY = "authUser";
|
|
|
8376
8382
|
var darkColors = {
|
|
8377
8383
|
background: "#3D3D3F",
|
|
8378
8384
|
card: "#1c1c1e",
|
|
8379
|
-
primary: "#
|
|
8380
|
-
quaternary: "#
|
|
8381
|
-
secondary: "#
|
|
8382
|
-
tertiary: "#
|
|
8383
|
-
textMuted: "#
|
|
8385
|
+
primary: "#FF9F3F",
|
|
8386
|
+
quaternary: "#57B894",
|
|
8387
|
+
secondary: "#8B5CF6",
|
|
8388
|
+
tertiary: "#5B6CFF",
|
|
8389
|
+
textMuted: "#B0B3B8"
|
|
8384
8390
|
};
|
|
8385
8391
|
var lightColors = {
|
|
8386
8392
|
background: "#ffffff",
|