@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/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import React, { FC } from 'react';
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 _default: React.NamedExoticComponent<any>;
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, _default as StageTeaserV3, TextComponent };
149
+ export { ButtonGroup, ImageComponent, ImageWithText, ImageWithTextWrapper, InternetAndTvCardsBenefits, LineCheckV2, LinecheckBasicPropConfig, RibbonComponent, StageTeaserComponent, StageTeaserV3, TextComponent };
150
150
  export type { LinecheckBasicPropConfigSchema };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/sales-static-components",
3
- "version": "3.2.1-beta.0",
3
+ "version": "3.2.1-beta.2",
4
4
  "description": "Static Reusable Components Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",