@stokelp/ui 2.18.1 → 2.18.2
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/components/app/product-card-catalog/styled.d.ts +0 -3
- package/dist/ui.cjs +7 -7
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +504 -505
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -7,9 +7,6 @@ export declare const Root: ComponentVariants<StyledComponent<"div", {}>, Product
|
|
|
7
7
|
export declare const Title: StyledComponent<ForwardRefExoticComponent<Omit< DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref"> & {
|
|
8
8
|
ref?: ((instance: HTMLHeadingElement | null) => void | DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | RefObject<HTMLHeadingElement> | null | undefined;
|
|
9
9
|
} & PolymorphicProps>, {}>;
|
|
10
|
-
export declare const TitleStockCard: StyledComponent<ForwardRefExoticComponent<Omit< DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref"> & {
|
|
11
|
-
ref?: ((instance: HTMLHeadingElement | null) => void | DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | RefObject<HTMLHeadingElement> | null | undefined;
|
|
12
|
-
} & PolymorphicProps>, {}>;
|
|
13
10
|
export declare const Image: StyledComponent<ForwardRefExoticComponent<Omit< DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & {
|
|
14
11
|
ref?: ((instance: HTMLImageElement | null) => void | DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | RefObject<HTMLImageElement> | null | undefined;
|
|
15
12
|
} & PolymorphicProps>, {}>;
|