Skip to content

Commit

Permalink
fix: exported consts names in the @spartacus/product/image-zoom lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Platonn committed Dec 20, 2024
1 parent 5563695 commit e3fbf62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion feature-libs/product/image-zoom/assets/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
* }
* ```
*/
export const imageZoomTranslations: TranslationResources = {
export const productImageZoomTranslations: TranslationResources = {
en: translationsEn,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ export { ru as translationsRu } from './ru/index';
export { zh as translationsZh } from './zh/index';
export { zh_TW as translationsZh_TW } from './zh_TW/index';

export const productImageZoomTranslations: TranslationChunksConfig = {
export const translationChunksConfig: TranslationChunksConfig = {
productImageZoom: ['productImageZoomTrigger', 'productImageZoomDialog'],
};

0 comments on commit e3fbf62

Please sign in to comment.