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.
- package/dist/helpers/image.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/helpers/image.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function
|
|
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,
|