@timardex/cluemart-shared 1.5.637 → 1.5.639
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-SGJJVETR.mjs → chunk-5O7KUBUD.mjs} +1 -1
- package/dist/{chunk-SGJJVETR.mjs.map → chunk-5O7KUBUD.mjs.map} +1 -1
- package/dist/{chunk-OQ2LW6LO.mjs → chunk-HQF7VI3U.mjs} +2 -2
- package/dist/{chunk-JGYYSRJT.mjs → chunk-NPFJ2CN2.mjs} +5 -3
- package/dist/chunk-NPFJ2CN2.mjs.map +1 -0
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +2 -2
- package/dist/hooks/index.cjs +4 -2
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +3 -3
- package/dist/images/gazebo-top.webp +0 -0
- package/dist/images/gazebo-top.webp.d.ts +2 -0
- package/dist/images/index.cjs +4 -2
- package/dist/images/index.cjs.map +1 -1
- package/dist/images/index.d.mts +2 -2
- package/dist/images/index.d.ts +2 -2
- package/dist/images/index.mjs +1 -1
- package/dist/images/logo-dark.webp +0 -0
- package/dist/images/logo-dark.webp.d.ts +2 -0
- package/dist/index.cjs +4 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-JGYYSRJT.mjs.map +0 -1
- /package/dist/{chunk-OQ2LW6LO.mjs.map → chunk-HQF7VI3U.mjs.map} +0 -0
package/dist/index.d.mts
CHANGED
|
@@ -791,9 +791,9 @@ declare const iconIds: readonly ["apple-maps-icon", "facebook", "google-maps-ico
|
|
|
791
791
|
declare const iconFiles: { readonly [K in (typeof iconIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
792
792
|
declare const badgeIds: readonly ["corporate", "private", "school"];
|
|
793
793
|
declare const badgeFiles: { readonly [K in (typeof badgeIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
794
|
-
declare const logoIds: readonly ["googleMaps-logo-dark", "googleMaps-logo-light", "logo", "logo-
|
|
794
|
+
declare const logoIds: readonly ["googleMaps-logo-dark", "googleMaps-logo-light", "logo-atr", "logo-dark", "logo"];
|
|
795
795
|
declare const logoFiles: { readonly [K in (typeof logoIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
796
|
-
declare const otherImagesIds: readonly ["banner-horizontal", "banner-vertical", "qr-code", "store-android", "store-ios"];
|
|
796
|
+
declare const otherImagesIds: readonly ["banner-horizontal", "banner-vertical", "gazebo-top", "qr-code", "store-android", "store-ios"];
|
|
797
797
|
declare const otherImagesFiles: { readonly [K in (typeof otherImagesIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
798
798
|
/**
|
|
799
799
|
* Module specifiers for each poster (not resolved file URLs). Use a static import or require with these paths
|
package/dist/index.d.ts
CHANGED
|
@@ -791,9 +791,9 @@ declare const iconIds: readonly ["apple-maps-icon", "facebook", "google-maps-ico
|
|
|
791
791
|
declare const iconFiles: { readonly [K in (typeof iconIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
792
792
|
declare const badgeIds: readonly ["corporate", "private", "school"];
|
|
793
793
|
declare const badgeFiles: { readonly [K in (typeof badgeIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
794
|
-
declare const logoIds: readonly ["googleMaps-logo-dark", "googleMaps-logo-light", "logo", "logo-
|
|
794
|
+
declare const logoIds: readonly ["googleMaps-logo-dark", "googleMaps-logo-light", "logo-atr", "logo-dark", "logo"];
|
|
795
795
|
declare const logoFiles: { readonly [K in (typeof logoIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
796
|
-
declare const otherImagesIds: readonly ["banner-horizontal", "banner-vertical", "qr-code", "store-android", "store-ios"];
|
|
796
|
+
declare const otherImagesIds: readonly ["banner-horizontal", "banner-vertical", "gazebo-top", "qr-code", "store-android", "store-ios"];
|
|
797
797
|
declare const otherImagesFiles: { readonly [K in (typeof otherImagesIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
798
798
|
/**
|
|
799
799
|
* Module specifiers for each poster (not resolved file URLs). Use a static import or require with these paths
|
package/dist/index.mjs
CHANGED
|
@@ -8483,8 +8483,9 @@ var badgeFiles = Object.fromEntries(
|
|
|
8483
8483
|
var logoIds = [
|
|
8484
8484
|
"googleMaps-logo-dark",
|
|
8485
8485
|
"googleMaps-logo-light",
|
|
8486
|
-
"logo",
|
|
8487
|
-
"logo-
|
|
8486
|
+
"logo-atr",
|
|
8487
|
+
"logo-dark",
|
|
8488
|
+
"logo"
|
|
8488
8489
|
];
|
|
8489
8490
|
var logoFiles = Object.fromEntries(
|
|
8490
8491
|
logoIds.map((id) => [id, `${id}${IMAGE_EXTENSION}`])
|
|
@@ -8492,6 +8493,7 @@ var logoFiles = Object.fromEntries(
|
|
|
8492
8493
|
var otherImagesIds = [
|
|
8493
8494
|
"banner-horizontal",
|
|
8494
8495
|
"banner-vertical",
|
|
8496
|
+
"gazebo-top",
|
|
8495
8497
|
"qr-code",
|
|
8496
8498
|
"store-android",
|
|
8497
8499
|
"store-ios"
|