@timardex/cluemart-shared 1.5.637 → 1.5.638

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
@@ -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-atr"];
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-atr"];
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-atr"
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"