@soma-vertical-web/multi-lib 0.0.23 → 0.0.25
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/cms/ContentTypes/CommonPage/CommonPage.d.ts +3 -0
- package/cms/ContentTypes/CommonPage/DataScreening.d.ts +6 -0
- package/cms/ContentTypes/CommonPage/index.d.ts +2 -0
- package/cms/ContentTypes/FlagsAndTags/index.d.ts +1 -0
- package/cms/ContentTypes/index.d.ts +6 -0
- package/cms/Factories/common.d.ts +7 -0
- package/cms/Factories/contentType.d.ts +9 -0
- package/cms/Factories/index.d.ts +2 -0
- package/cms/Factories/section.d.ts +7 -0
- package/cms/Sections/Banner/Component.d.ts +7 -0
- package/cms/Sections/Banner/Composite/Content.d.ts +4 -0
- package/cms/Sections/Banner/Composite/Slot.d.ts +0 -0
- package/cms/Sections/Banner/adapter.d.ts +32 -0
- package/cms/Sections/Banner/index.d.ts +8 -0
- package/cms/Sections/BennefitsBar/Component.d.ts +3 -0
- package/cms/Sections/BennefitsBar/index.d.ts +8 -0
- package/cms/Sections/TextContent/Component.d.ts +4 -0
- package/cms/Sections/TextContent/Composite/Content.d.ts +6 -0
- package/cms/Sections/TextContent/Composite/ContentWrapper.d.ts +3 -0
- package/cms/Sections/TextContent/adapter.d.ts +3 -0
- package/cms/Sections/TextContent/index.d.ts +5 -0
- package/cms/Sections/_common/Accordion.d.ts +2 -0
- package/cms/Sections/_common/BannerItem.d.ts +5 -0
- package/cms/Sections/_common/TextStructure.d.ts +17 -0
- package/cms/Sections/_common/interfaces.d.ts +8 -0
- package/cms/Sections/index.d.ts +10 -0
- package/cms/helpers/index.d.ts +4 -1
- package/cms/index.d.ts +13 -7
- package/cms/ui/ContentTypes/CommonPage/CommonPage.d.ts +3 -0
- package/cms/ui/ContentTypes/CommonPage/DataScreening.d.ts +6 -0
- package/cms/ui/ContentTypes/CommonPage/index.d.ts +2 -0
- package/cms/ui/ContentTypes/index.d.ts +1 -0
- package/cms/ui/Factories/section.d.ts +7 -0
- package/cms/ui/Sections/Banner/Component.d.ts +7 -0
- package/cms/ui/Sections/Banner/Composite/Content.d.ts +4 -0
- package/cms/ui/Sections/Banner/Composite/Slot.d.ts +0 -0
- package/cms/ui/Sections/Banner/adapter.d.ts +32 -0
- package/cms/ui/Sections/Banner/index.d.ts +8 -0
- package/cms/ui/Sections/TextContent/Component.d.ts +4 -0
- package/cms/ui/Sections/TextContent/Composite/Content.d.ts +3 -0
- package/cms/ui/Sections/TextContent/Composite/ContentWrapper.d.ts +3 -0
- package/cms/ui/Sections/TextContent/adapter.d.ts +3 -0
- package/cms/ui/Sections/TextContent/index.d.ts +8 -0
- package/cms/ui/Sections/_common/Accordion.d.ts +2 -0
- package/cms/ui/Sections/_common/BannerItem.d.ts +5 -0
- package/cms/ui/Sections/_common/TextStructure.d.ts +17 -0
- package/cms/ui/Sections/_common/interfaces.d.ts +8 -0
- package/cms/ui/Sections/index.d.ts +4 -0
- package/data/api/cms/index.d.ts +1 -1
- package/data/helpers/product/generalInfo.d.ts +1 -0
- package/index-BCZReEF1.js +4 -0
- package/index-BI5_UgNN.mjs +3210 -0
- package/index-BaPdEOcD.js +4 -0
- package/index-C7gBx1Sj.js +4 -0
- package/index-CAM8BZOC.mjs +3509 -0
- package/index-CG59Ho-O.mjs +3514 -0
- package/index-CWsS9JhJ.mjs +69 -0
- package/index-CqPFy76Q.mjs +3531 -0
- package/index-DVeRXseR.js +4 -0
- package/index-DXjpbLiy.js +4 -0
- package/index-DmJIk8vB.mjs +3210 -0
- package/index-KIgYoXyH.mjs +3526 -0
- package/index-NWyULgUV.js +4 -0
- package/index-T-_Ys9t7.mjs +3483 -0
- package/index-T1F-4OSy.js +4 -0
- package/index-dgE7GGD0.js +4 -0
- package/index-fnNrOQ41.js +1 -0
- package/index-tKMO8iJa.mjs +3215 -0
- package/index.d.ts +1 -1
- package/index.js +41 -4
- package/index.mjs +8776 -4553
- package/index2.js +1 -1
- package/index2.mjs +97 -34
- package/layout/index.d.ts +11 -10
- package/layout/team-component/Footer/Composite/Devices/Column.Mobile.d.ts +1 -1
- package/layout/team-component/Footer/Composite/Support/index.d.ts +3 -0
- package/layout/team-component/Footer/Composite/Support/item.d.ts +3 -0
- package/layout/team-component/Footer/Footer.d.ts +1 -1
- package/layout/team-component/Footer/index.d.ts +4 -1
- package/layout/team-component/TipBar/Composite/Fields/FieldsScreening.d.ts +1 -1
- package/layout/team-component/TipBar/Composite/Fields/TextContent.d.ts +1 -1
- package/layout/team-component/TipBar/Composite/Root.d.ts +3 -1
- package/layout/team-component/TipBar/index.d.ts +1 -1
- package/layout/utils/DraftJsLinkWrapper/index.d.ts +5 -0
- package/package.json +1 -1
- package/server.d.ts +4 -3
- package/style.css +1 -1
- package/types/cms/ContentTypes/CommonPage/index.d.ts +6 -2
- package/types/cms/ContentTypes/FlagsAndTags/index.d.ts +1 -1
- package/types/cms/ContentTypes/Footer/index.d.ts +31 -1
- package/types/cms/ContentTypes/Header/index.d.ts +1 -1
- package/types/cms/ContentTypes/LookbookPage/index.d.ts +1 -1
- package/types/cms/ContentTypes/Multimarcas/index.d.ts +1 -1
- package/types/cms/ContentTypes/NotFoundPage/index.d.ts +2 -3
- package/types/cms/Sections/Banner/index.d.ts +5 -1
- package/types/cms/Sections/BennefitsBar/index.d.ts +5 -0
- package/types/cms/Sections/TextContent/index.d.ts +9 -2
- package/types/cms/api/index.d.ts +0 -11
- package/types/constants.d.ts +8 -1
- package/types/contexts/contexts/cart/index.d.ts +1 -2
- package/types/contexts/store/cart.d.ts +3 -2
- package/types/data/api/cms/index.d.ts +11 -0
- package/types/data/api/search/product/index.d.ts +1 -1
- package/types/layout/team-components/Footer/index.d.ts +3 -0
- package/types/layout/team-components/Timer/index.d.ts +1 -1
- package/types/layout/team-components/TipBar/index.d.ts +6 -1
- package/types/layout/utils/index.d.ts +6 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { DataScreeningProps } from '../../../types/cms/ContentTypes/CommonPage';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* TODO: remove SectionZone as props
|
|
5
|
+
*/
|
|
6
|
+
export declare const DataScreening: ({ slug, data, SectionZone, COMMON_PAGE_COLUMN_GAP }: DataScreeningProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function generateFlagsAndTagsContentType(ICONS: Record<string, string>): import('../../../types/cms/Factories').IContentType;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Schema, Configuration, ConfigurationSchemaSet, IContentType } from '../../types/cms/Factories';
|
|
2
|
+
|
|
3
|
+
declare const ContentType: {
|
|
4
|
+
base: (props: IContentType) => IContentType;
|
|
5
|
+
configurationSchemaSet: (props: ConfigurationSchemaSet) => ConfigurationSchemaSet;
|
|
6
|
+
configuration: (props: Configuration) => Configuration;
|
|
7
|
+
schema: (props: Schema) => Schema;
|
|
8
|
+
};
|
|
9
|
+
export default ContentType;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'react';
|
|
2
|
+
import { BannerSectionType, IBannerSectionTypeComponent } from '../../../types/cms/Sections/Banner';
|
|
3
|
+
|
|
4
|
+
export declare const BannerSection: ({ data, className, priority, creative, ...props }: IBannerSectionTypeComponent & {
|
|
5
|
+
imgStyles?: HTMLAttributes<HTMLImageElement>["style"];
|
|
6
|
+
} & HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const SingleBannerSection: (data: BannerSectionType) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'react';
|
|
2
|
+
import { BannerContentProps } from '../../../../types/cms/Sections/Banner';
|
|
3
|
+
|
|
4
|
+
export declare const BannerContent: ({ data, videoUrl, priority, videoRef, ICONS, ...props }: BannerContentProps & HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
|
|
File without changes
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { ContentAlignment, Position } from '../../../types/cms/Sections/Banner';
|
|
2
|
+
|
|
3
|
+
export declare const positionAdapter: (position: Position) => {
|
|
4
|
+
verticalAlignment: string;
|
|
5
|
+
horizontalAlignment: string;
|
|
6
|
+
} | {
|
|
7
|
+
verticalAlignment: string;
|
|
8
|
+
horizontalAlignment: string;
|
|
9
|
+
} | {
|
|
10
|
+
verticalAlignment: string;
|
|
11
|
+
horizontalAlignment: string;
|
|
12
|
+
} | {
|
|
13
|
+
verticalAlignment: string;
|
|
14
|
+
horizontalAlignment: string;
|
|
15
|
+
} | {
|
|
16
|
+
verticalAlignment: string;
|
|
17
|
+
horizontalAlignment: string;
|
|
18
|
+
} | {
|
|
19
|
+
verticalAlignment: string;
|
|
20
|
+
horizontalAlignment: string;
|
|
21
|
+
} | {
|
|
22
|
+
verticalAlignment: string;
|
|
23
|
+
horizontalAlignment: string;
|
|
24
|
+
} | {
|
|
25
|
+
verticalAlignment: string;
|
|
26
|
+
horizontalAlignment: string;
|
|
27
|
+
} | {
|
|
28
|
+
verticalAlignment: string;
|
|
29
|
+
horizontalAlignment: string;
|
|
30
|
+
};
|
|
31
|
+
export declare const alignmentAdapter: (alignment: ContentAlignment) => string;
|
|
32
|
+
export declare const colorModeAdapter: (colorMode: "Padr\u00E3o(preto)" | "Invertido(branco)") => string;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ICONSType } from '../../../types/constants';
|
|
2
|
+
|
|
3
|
+
export declare function generateBannerSection({ ICONS }: {
|
|
4
|
+
ICONS: ICONSType;
|
|
5
|
+
}): import('../../../types/cms/Factories').ISection;
|
|
6
|
+
export declare const Component: {
|
|
7
|
+
Banner: (data: import('../../../types/cms/Sections/Banner').BannerSectionType) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ICONSType } from '../../../types/constants';
|
|
2
|
+
|
|
3
|
+
export declare function generateBennefitsBarSection({ ICONS }: {
|
|
4
|
+
ICONS: ICONSType;
|
|
5
|
+
}): import('../../../types/cms/Factories').ISection;
|
|
6
|
+
export declare const Component: {
|
|
7
|
+
'Bennefits Bar': ({ data, CONSTANTS }: import('../../../types/cms/Sections/BennefitsBar').BennefitsBarSectionType) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ICONSType } from '../../../types/constants';
|
|
2
|
+
|
|
3
|
+
export declare function generateTextStructureFragment({ ICONS }: {
|
|
4
|
+
ICONS: ICONSType;
|
|
5
|
+
}): {
|
|
6
|
+
borderTop: import('../../../types/cms/Factories').Property;
|
|
7
|
+
textStructure: import('../../../types/cms/Factories').Property;
|
|
8
|
+
textStructureReduced: import('../../../types/cms/Factories').Property;
|
|
9
|
+
textStructureMode: import('../../../types/cms/Factories').Property;
|
|
10
|
+
textStructureButtonSize: import('../../../types/cms/Factories').Property;
|
|
11
|
+
enableIcon: import('../../../types/cms/Factories').Property;
|
|
12
|
+
textStructureButtonIcon: import('../../../types/cms/Factories').Property;
|
|
13
|
+
textStructureButtonLabel: import('../../../types/cms/Factories').Property;
|
|
14
|
+
textStructureButtonHref: import('../../../types/cms/Factories').Property;
|
|
15
|
+
showTextStructureExpander: import('../../../types/cms/Factories').Property;
|
|
16
|
+
textStructureAlignment: import('../../../types/cms/Factories').Property;
|
|
17
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { generateBannerSection } from './Banner';
|
|
2
|
+
import { generateBennefitsBarSection } from './BennefitsBar';
|
|
3
|
+
import { generateTextContentSection } from './TextContent';
|
|
4
|
+
|
|
5
|
+
declare const Sections: {
|
|
6
|
+
generateBannerSection: typeof generateBannerSection;
|
|
7
|
+
generateTextContentSection: typeof generateTextContentSection;
|
|
8
|
+
generateBennefitsBarSection: typeof generateBennefitsBarSection;
|
|
9
|
+
};
|
|
10
|
+
export default Sections;
|
package/cms/helpers/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ContentState } from 'draft-js';
|
|
1
|
+
import { ContentState, EditorState } from 'draft-js';
|
|
2
2
|
|
|
3
3
|
interface BlockData {
|
|
4
4
|
type: string;
|
|
@@ -6,4 +6,7 @@ interface BlockData {
|
|
|
6
6
|
style?: string;
|
|
7
7
|
}
|
|
8
8
|
export declare const convertDraftToHTML: (contentState: ContentState) => BlockData[];
|
|
9
|
+
export declare const CREATE_CONTENT: (jsonData: string) => EditorState;
|
|
10
|
+
export declare const GET_CONTENT_STATE: (jsonData: string) => ContentState;
|
|
11
|
+
export declare const EXTENDED_BLOCK_RENDER_MAP: Immutable.Map<any, any>;
|
|
9
12
|
export {};
|
package/cms/index.d.ts
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
|
-
import * as Factories from './ui/Factories';
|
|
2
|
-
import * as CMSApi from '../data/api/cms';
|
|
3
1
|
import * as helpers from './helpers';
|
|
4
|
-
export declare const
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
export declare const clientCMS: {
|
|
3
|
+
Components: {
|
|
4
|
+
Banner: {
|
|
5
|
+
Banner: (data: import('../types/cms/Sections/Banner').BannerSectionType) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
};
|
|
7
|
+
BannerSection: ({ data, className, priority, creative, ...props }: import('../types/cms/Sections/Banner').IBannerSectionTypeComponent & {
|
|
8
|
+
imgStyles?: import('react').HTMLAttributes<HTMLImageElement>["style"];
|
|
9
|
+
} & import('react').HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
BennefitsBarSection: ({ data, CONSTANTS }: import('../types/cms/Sections/BennefitsBar').BennefitsBarSectionType) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
DataScreening: ({ slug, data, SectionZone, COMMON_PAGE_COLUMN_GAP }: import('../types/cms/ContentTypes/CommonPage').DataScreeningProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
SingleBannerSection: (data: import('../types/cms/Sections/Banner').BannerSectionType) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
TextContentSection: ({ data, ICONS }: import('../types/cms/Sections/TextContent').TextContentSectionProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
TextContent: ({ data, ICONS }: import('../types/cms/Sections/TextContent').TextContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
15
|
};
|
|
8
|
-
Factories: typeof Factories;
|
|
9
|
-
CMSApi: typeof CMSApi;
|
|
10
16
|
helpers: typeof helpers;
|
|
11
17
|
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { DataScreeningProps } from '../../../../types/cms/ContentTypes/CommonPage';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* TODO: remove SectionZone as props
|
|
5
|
+
*/
|
|
6
|
+
export declare const DataScreening: ({ slug, data, SectionZone, COMMON_PAGE_COLUMN_GAP }: DataScreeningProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'react';
|
|
2
|
+
import { BannerSectionType, IBannerSectionTypeComponent } from '../../../../types/cms/Sections/Banner';
|
|
3
|
+
|
|
4
|
+
export declare const BannerSection: ({ data, className, priority, creative, ...props }: IBannerSectionTypeComponent & {
|
|
5
|
+
imgStyles?: HTMLAttributes<HTMLImageElement>["style"];
|
|
6
|
+
} & HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const SingleBannerSection: (data: BannerSectionType) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'react';
|
|
2
|
+
import { BannerContentProps } from '../../../../../types/cms/Sections/Banner';
|
|
3
|
+
|
|
4
|
+
export declare const BannerContent: ({ data, videoUrl, priority, videoRef, ...props }: BannerContentProps & HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
|
|
File without changes
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { ContentAlignment, Position } from '../../../../types/cms/Sections/Banner';
|
|
2
|
+
|
|
3
|
+
export declare const positionAdapter: (position: Position) => {
|
|
4
|
+
verticalAlignment: string;
|
|
5
|
+
horizontalAlignment: string;
|
|
6
|
+
} | {
|
|
7
|
+
verticalAlignment: string;
|
|
8
|
+
horizontalAlignment: string;
|
|
9
|
+
} | {
|
|
10
|
+
verticalAlignment: string;
|
|
11
|
+
horizontalAlignment: string;
|
|
12
|
+
} | {
|
|
13
|
+
verticalAlignment: string;
|
|
14
|
+
horizontalAlignment: string;
|
|
15
|
+
} | {
|
|
16
|
+
verticalAlignment: string;
|
|
17
|
+
horizontalAlignment: string;
|
|
18
|
+
} | {
|
|
19
|
+
verticalAlignment: string;
|
|
20
|
+
horizontalAlignment: string;
|
|
21
|
+
} | {
|
|
22
|
+
verticalAlignment: string;
|
|
23
|
+
horizontalAlignment: string;
|
|
24
|
+
} | {
|
|
25
|
+
verticalAlignment: string;
|
|
26
|
+
horizontalAlignment: string;
|
|
27
|
+
} | {
|
|
28
|
+
verticalAlignment: string;
|
|
29
|
+
horizontalAlignment: string;
|
|
30
|
+
};
|
|
31
|
+
export declare const alignmentAdapter: (alignment: ContentAlignment) => string;
|
|
32
|
+
export declare const colorModeAdapter: (colorMode: "Padr\u00E3o(preto)" | "Invertido(branco)") => string;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ICONSType } from '../../../../types/constants';
|
|
2
|
+
|
|
3
|
+
export declare function generateBannerSection({ ICONS }: {
|
|
4
|
+
ICONS: ICONSType;
|
|
5
|
+
}): import('../../../../types/cms/Factories').ISection;
|
|
6
|
+
export declare const Component: {
|
|
7
|
+
Banner: (data: import('../../../../types/cms/Sections/Banner').BannerSectionType) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ICONSType } from '../../../../types/constants';
|
|
2
|
+
|
|
3
|
+
export declare function generateTextContentSection({ ICONS }: {
|
|
4
|
+
ICONS: ICONSType;
|
|
5
|
+
}): import('../../../../types/cms/Factories').ISection;
|
|
6
|
+
export declare const Component: {
|
|
7
|
+
TextContent: ({ data, }: import('../../../../types/cms/Sections/TextContent').TextContentSectionProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ICONSType } from '../../../../types/constants';
|
|
2
|
+
|
|
3
|
+
export declare function generateTextStructureFragment({ ICONS }: {
|
|
4
|
+
ICONS: ICONSType;
|
|
5
|
+
}): {
|
|
6
|
+
borderTop: import('../../../../types/cms/Factories').Property;
|
|
7
|
+
textStructure: import('../../../../types/cms/Factories').Property;
|
|
8
|
+
textStructureReduced: import('../../../../types/cms/Factories').Property;
|
|
9
|
+
textStructureMode: import('../../../../types/cms/Factories').Property;
|
|
10
|
+
textStructureButtonSize: import('../../../../types/cms/Factories').Property;
|
|
11
|
+
enableIcon: import('../../../../types/cms/Factories').Property;
|
|
12
|
+
textStructureButtonIcon: import('../../../../types/cms/Factories').Property;
|
|
13
|
+
textStructureButtonLabel: import('../../../../types/cms/Factories').Property;
|
|
14
|
+
textStructureButtonHref: import('../../../../types/cms/Factories').Property;
|
|
15
|
+
showTextStructureExpander: import('../../../../types/cms/Factories').Property;
|
|
16
|
+
textStructureAlignment: import('../../../../types/cms/Factories').Property;
|
|
17
|
+
};
|
package/data/api/cms/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GetContentTypeProps } from '../../../types/
|
|
1
|
+
import { GetContentTypeProps } from '../../../types/data/api/cms';
|
|
2
2
|
|
|
3
3
|
export declare function getContentType<T>({ contentType, NextCookies, CMS_PROJECT_NAME, storeId, }: GetContentTypeProps): Promise<{
|
|
4
4
|
status: number;
|
|
@@ -12,6 +12,7 @@ export declare const getColorAndSizeFromSkuName: (skuName: string, NAME_SPLIT_SY
|
|
|
12
12
|
size: string;
|
|
13
13
|
};
|
|
14
14
|
export declare const getSKUName: (item: HasVariant, key?: string) => string;
|
|
15
|
+
export declare const getProductNameWithoutSku: (fullName: string, skuName: string) => string;
|
|
15
16
|
/**
|
|
16
17
|
* TODO: check if this function is still needed
|
|
17
18
|
*/
|