@@ -857,7 +857,7 @@ export interface Page {
857857 showImageBorder ?: boolean | null ;
858858 sectionLayout :
859859 'imageRight' | 'imageLeft' | 'imageFullscreen' | 'imageRightFullscreen' | 'imageLeftFullscreen' ;
860- gradient ?: ( 'blue' | 'yellow' | 'pink' | 'aqua' | 'brand' | 'neutral' ) | null ;
860+ gradient ?: ( 'blue' | 'yellow' | 'pink' | 'aqua' | 'brand' | 'lime' | 'magenta' | ' neutral') | null ;
861861 gradientDirection ?: ( 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight' ) | null ;
862862 bulletPoints ?: string [ ] | null ;
863863 image ?: ( number | null ) | Media ;
@@ -877,7 +877,7 @@ export interface Page {
877877 showImageBorder ?: boolean | null ;
878878 sectionLayout :
879879 'imageRight' | 'imageLeft' | 'imageFullscreen' | 'imageRightFullscreen' | 'imageLeftFullscreen' ;
880- gradient ?: ( 'blue' | 'yellow' | 'pink' | 'aqua' | 'brand' | 'neutral' ) | null ;
880+ gradient ?: ( 'blue' | 'yellow' | 'pink' | 'aqua' | 'brand' | 'lime' | 'magenta' | ' neutral') | null ;
881881 gradientDirection ?: ( 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight' ) | null ;
882882 bulletPoints ?: string [ ] | null ;
883883 image ?: ( number | null ) | Media ;
@@ -997,7 +997,7 @@ export interface Page {
997997 items ?:
998998 | {
999999 icon : string ;
1000- color : 'brand' | 'yellow' | 'aqua' | 'blue' | 'pink' ;
1000+ color : 'brand' | 'yellow' | 'aqua' | 'blue' | 'pink' | 'lime' | 'magenta' ;
10011001 outline ?: boolean | null ;
10021002 segments : {
10031003 type : 'text' | 'literal' | 'reference' | 'node' ;
@@ -2544,13 +2544,13 @@ export interface SubscriptionConfig {
25442544 title ?: string | null ;
25452545 description ?: string | null ;
25462546 icon : string ;
2547- color ?: ( 'brand' | 'pink' | 'yellow' | 'aqua' | 'blue' ) | null ;
2547+ color ?: ( 'brand' | 'pink' | 'yellow' | 'aqua' | 'blue' | 'lime' | 'magenta' ) | null ;
25482548 } ;
25492549 cloud : {
25502550 title ?: string | null ;
25512551 description ?: string | null ;
25522552 icon : string ;
2553- color ?: ( 'brand' | 'pink' | 'yellow' | 'aqua' | 'blue' ) | null ;
2553+ color ?: ( 'brand' | 'pink' | 'yellow' | 'aqua' | 'blue' | 'lime' | 'magenta' ) | null ;
25542554 } ;
25552555 } ;
25562556 customerType : {
@@ -2559,13 +2559,13 @@ export interface SubscriptionConfig {
25592559 title ?: string | null ;
25602560 description ?: string | null ;
25612561 icon : string ;
2562- color ?: ( 'brand' | 'pink' | 'yellow' | 'aqua' | 'blue' ) | null ;
2562+ color ?: ( 'brand' | 'pink' | 'yellow' | 'aqua' | 'blue' | 'lime' | 'magenta' ) | null ;
25632563 } ;
25642564 b2c : {
25652565 title ?: string | null ;
25662566 description ?: string | null ;
25672567 icon : string ;
2568- color ?: ( 'brand' | 'pink' | 'yellow' | 'aqua' | 'blue' ) | null ;
2568+ color ?: ( 'brand' | 'pink' | 'yellow' | 'aqua' | 'blue' | 'lime' | 'magenta' ) | null ;
25692569 } ;
25702570 } ;
25712571 subscriptionTier : {
@@ -2574,13 +2574,13 @@ export interface SubscriptionConfig {
25742574 title ?: string | null ;
25752575 description ?: string | null ;
25762576 icon : string ;
2577- color ?: ( 'brand' | 'pink' | 'yellow' | 'aqua' | 'blue' ) | null ;
2577+ color ?: ( 'brand' | 'pink' | 'yellow' | 'aqua' | 'blue' | 'lime' | 'magenta' ) | null ;
25782578 } ;
25792579 team : {
25802580 title ?: string | null ;
25812581 description ?: string | null ;
25822582 icon : string ;
2583- color ?: ( 'brand' | 'pink' | 'yellow' | 'aqua' | 'blue' ) | null ;
2583+ color ?: ( 'brand' | 'pink' | 'yellow' | 'aqua' | 'blue' | 'lime' | 'magenta' ) | null ;
25842584 } ;
25852585 } ;
25862586 paymentPeriod ?: {
0 commit comments