@sunrise-upc/sales-static-components 3.2.1-beta.0 → 3.2.1-beta.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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { FC } from 'react';
|
|
2
2
|
|
|
3
3
|
declare interface NativeColorPicker {
|
|
4
4
|
color: string;
|
|
@@ -131,7 +131,7 @@ interface LineCheckSchema {
|
|
|
131
131
|
|
|
132
132
|
declare const LineCheckV2: FC<LineCheckSchema>;
|
|
133
133
|
|
|
134
|
-
declare const
|
|
134
|
+
declare const StageTeaserV3: FC<any>;
|
|
135
135
|
|
|
136
136
|
interface LinecheckBasicPropConfigSchema {
|
|
137
137
|
baseURL: string | '';
|
|
@@ -146,5 +146,5 @@ declare class LinecheckBasicPropConfig {
|
|
|
146
146
|
static create: (p_config: LinecheckBasicPropConfigSchema) => void;
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
-
export { ButtonGroup, ImageComponent, ImageWithText, ImageWithTextWrapper, InternetAndTvCardsBenefits, LineCheckV2, LinecheckBasicPropConfig, RibbonComponent, StageTeaserComponent,
|
|
149
|
+
export { ButtonGroup, ImageComponent, ImageWithText, ImageWithTextWrapper, InternetAndTvCardsBenefits, LineCheckV2, LinecheckBasicPropConfig, RibbonComponent, StageTeaserComponent, StageTeaserV3, TextComponent };
|
|
150
150
|
export type { LinecheckBasicPropConfigSchema };
|