@sunrise-upc/sales-static-components 1.0.2 → 1.0.4

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.
@@ -231,6 +231,11 @@ export declare const PROFILECLICK = "sunrise_profile_click";
231
231
  export declare const LOGINCLICK = "sunrise_login_click";
232
232
  export declare const PROFILELOGOUT = "profile_logout";
233
233
  export declare const MYPROFILECLICK = "profile_mysunrise_click";
234
+ export declare const CMS = "CMS";
235
+ export declare const TEASER = "Teaser";
236
+ export declare const SUBTEASER = "Sub Teaser";
237
+ export declare const ALL = "All";
238
+ export declare const RIBBON = "Ribbon";
234
239
  export declare const WINREQUESTCALLBACK = "win_requestacallback";
235
240
  export declare const WINCALLBACKBUTTON = "win_callback_button";
236
241
  export declare const WINCALLBACKPOPUP = "win_callback_popup";
package/dist/index.d.ts CHANGED
@@ -29,6 +29,7 @@ declare interface RibbonComponentInterface {
29
29
  content: RibbonComponentSchema;
30
30
  }
31
31
  interface RibbonComponentSchema {
32
+ _uid: string;
32
33
  backgroundColor: string;
33
34
  buttonIcon: Asset;
34
35
  buttonText: string;
@@ -47,6 +48,8 @@ interface RibbonComponentSchema {
47
48
  link: MultiLink;
48
49
  teaserTimer: TimerSchema[];
49
50
  targetCustomer: string;
51
+ bannerPromotionName: string;
52
+ bannerLocation: string;
50
53
  }
51
54
  interface MultiLink {
52
55
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/sales-static-components",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Static Reusable Components Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",