ingeniuscliq-core 0.2.55 → 0.2.56

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.
@@ -1 +1 @@
1
- export declare function imageUrlTenancyAware(url: string): string;
1
+ export declare function getImageUrlByTenant(url: string): string;
package/dist/index.js CHANGED
@@ -23577,10 +23577,10 @@ export {
23577
23577
  kl as capitalizeFirstLetter,
23578
23578
  dy as ensureCsrfToken,
23579
23579
  q5 as formatPrice,
23580
+ j5 as getImageUrlByTenant,
23580
23581
  my as getTemplateStyles,
23581
23582
  U5 as getTenantURL,
23582
23583
  G6 as i18n,
23583
- j5 as imageUrlTenancyAware,
23584
23584
  V5 as initAxiosConfigs,
23585
23585
  H5 as isCentralAccess,
23586
23586
  ik as navigationMenuTriggerStyle,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingeniuscliq-core",
3
- "version": "0.2.55",
3
+ "version": "0.2.56",
4
4
  "description": "IngeniusCliq Core UI y lógica compartida",
5
5
  "license": "MIT",
6
6
  "type": "module",