@proximus/lavender-angular 1.4.9-alpha.12 → 1.4.9-alpha.14

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.
@@ -24858,9 +24858,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
24858
24858
  type: Output
24859
24859
  }] } });
24860
24860
  /**
24861
- * @description Type-only wrapper for <px-pillar>
24861
+ * @description Type-only wrapper for <px-p>
24862
24862
  */
24863
- class PxPillar {
24863
+ class PxP {
24864
24864
  elementRef;
24865
24865
  set variant(value) {
24866
24866
  this.elementRef.nativeElement['variant'] = value;
@@ -24868,23 +24868,47 @@ class PxPillar {
24868
24868
  get variant() {
24869
24869
  return this.elementRef.nativeElement['variant'];
24870
24870
  }
24871
- set backgroundColor(value) {
24872
- this.elementRef.nativeElement['backgroundColor'] = value;
24871
+ set color(value) {
24872
+ this.elementRef.nativeElement['color'] = value;
24873
24873
  }
24874
- get backgroundColor() {
24875
- return this.elementRef.nativeElement['backgroundColor'];
24874
+ get color() {
24875
+ return this.elementRef.nativeElement['color'];
24876
24876
  }
24877
- set backgroundGradient(value) {
24878
- this.elementRef.nativeElement['backgroundGradient'] = value;
24877
+ set fontSize(value) {
24878
+ this.elementRef.nativeElement['fontSize'] = value;
24879
24879
  }
24880
- get backgroundGradient() {
24881
- return this.elementRef.nativeElement['backgroundGradient'];
24880
+ get fontSize() {
24881
+ return this.elementRef.nativeElement['fontSize'];
24882
24882
  }
24883
- set alignment(value) {
24884
- this.elementRef.nativeElement['alignment'] = value;
24883
+ set fontWeight(value) {
24884
+ this.elementRef.nativeElement['fontWeight'] = value;
24885
24885
  }
24886
- get alignment() {
24887
- return this.elementRef.nativeElement['alignment'];
24886
+ get fontWeight() {
24887
+ return this.elementRef.nativeElement['fontWeight'];
24888
+ }
24889
+ set textAlign(value) {
24890
+ this.elementRef.nativeElement['textAlign'] = value;
24891
+ }
24892
+ get textAlign() {
24893
+ return this.elementRef.nativeElement['textAlign'];
24894
+ }
24895
+ set textAlignMobile(value) {
24896
+ this.elementRef.nativeElement['textAlignMobile'] = value;
24897
+ }
24898
+ get textAlignMobile() {
24899
+ return this.elementRef.nativeElement['textAlignMobile'];
24900
+ }
24901
+ set textAlignTablet(value) {
24902
+ this.elementRef.nativeElement['textAlignTablet'] = value;
24903
+ }
24904
+ get textAlignTablet() {
24905
+ return this.elementRef.nativeElement['textAlignTablet'];
24906
+ }
24907
+ set textAlignLaptop(value) {
24908
+ this.elementRef.nativeElement['textAlignLaptop'] = value;
24909
+ }
24910
+ get textAlignLaptop() {
24911
+ return this.elementRef.nativeElement['textAlignLaptop'];
24888
24912
  }
24889
24913
  set inverted(value) {
24890
24914
  this.elementRef.nativeElement['inverted'] = value;
@@ -24892,6 +24916,12 @@ class PxPillar {
24892
24916
  get inverted() {
24893
24917
  return this.elementRef.nativeElement['inverted'];
24894
24918
  }
24919
+ set disabled(value) {
24920
+ this.elementRef.nativeElement['disabled'] = value;
24921
+ }
24922
+ get disabled() {
24923
+ return this.elementRef.nativeElement['disabled'];
24924
+ }
24895
24925
  set grow(value) {
24896
24926
  this.elementRef.nativeElement['grow'] = value;
24897
24927
  }
@@ -25177,26 +25207,40 @@ class PxPillar {
25177
25207
  constructor(elementRef) {
25178
25208
  this.elementRef = elementRef;
25179
25209
  }
25180
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPillar, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
25181
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxPillar, selector: "px-pillar", inputs: { variant: "variant", backgroundColor: ["background-color", "backgroundColor"], backgroundGradient: ["background-gradient", "backgroundGradient"], alignment: "alignment", inverted: "inverted", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
25210
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxP, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
25211
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxP, selector: "px-p", inputs: { variant: "variant", color: "color", fontSize: ["font-size", "fontSize"], fontWeight: ["font-weight", "fontWeight"], textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], inverted: "inverted", disabled: "disabled", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
25182
25212
  }
25183
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPillar, decorators: [{
25213
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxP, decorators: [{
25184
25214
  type: Directive,
25185
25215
  args: [{
25186
- selector: 'px-pillar',
25216
+ selector: 'px-p',
25187
25217
  }]
25188
25218
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
25189
25219
  type: Input
25190
- }], backgroundColor: [{
25220
+ }], color: [{
25221
+ type: Input
25222
+ }], fontSize: [{
25191
25223
  type: Input,
25192
- args: ['background-color']
25193
- }], backgroundGradient: [{
25224
+ args: ['font-size']
25225
+ }], fontWeight: [{
25194
25226
  type: Input,
25195
- args: ['background-gradient']
25196
- }], alignment: [{
25197
- type: Input
25227
+ args: ['font-weight']
25228
+ }], textAlign: [{
25229
+ type: Input,
25230
+ args: ['text-align']
25231
+ }], textAlignMobile: [{
25232
+ type: Input,
25233
+ args: ['text-align--mobile']
25234
+ }], textAlignTablet: [{
25235
+ type: Input,
25236
+ args: ['text-align--tablet']
25237
+ }], textAlignLaptop: [{
25238
+ type: Input,
25239
+ args: ['text-align--laptop']
25198
25240
  }], inverted: [{
25199
25241
  type: Input
25242
+ }], disabled: [{
25243
+ type: Input
25200
25244
  }], grow: [{
25201
25245
  type: Input
25202
25246
  }], growMobile: [{
@@ -25335,9 +25379,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
25335
25379
  args: ['sticky-bottom']
25336
25380
  }] } });
25337
25381
  /**
25338
- * @description Type-only wrapper for <px-p>
25382
+ * @description Type-only wrapper for <px-pillar>
25339
25383
  */
25340
- class PxP {
25384
+ class PxPillar {
25341
25385
  elementRef;
25342
25386
  set variant(value) {
25343
25387
  this.elementRef.nativeElement['variant'] = value;
@@ -25345,47 +25389,23 @@ class PxP {
25345
25389
  get variant() {
25346
25390
  return this.elementRef.nativeElement['variant'];
25347
25391
  }
25348
- set color(value) {
25349
- this.elementRef.nativeElement['color'] = value;
25350
- }
25351
- get color() {
25352
- return this.elementRef.nativeElement['color'];
25353
- }
25354
- set fontSize(value) {
25355
- this.elementRef.nativeElement['fontSize'] = value;
25356
- }
25357
- get fontSize() {
25358
- return this.elementRef.nativeElement['fontSize'];
25359
- }
25360
- set fontWeight(value) {
25361
- this.elementRef.nativeElement['fontWeight'] = value;
25362
- }
25363
- get fontWeight() {
25364
- return this.elementRef.nativeElement['fontWeight'];
25365
- }
25366
- set textAlign(value) {
25367
- this.elementRef.nativeElement['textAlign'] = value;
25368
- }
25369
- get textAlign() {
25370
- return this.elementRef.nativeElement['textAlign'];
25371
- }
25372
- set textAlignMobile(value) {
25373
- this.elementRef.nativeElement['textAlignMobile'] = value;
25392
+ set backgroundColor(value) {
25393
+ this.elementRef.nativeElement['backgroundColor'] = value;
25374
25394
  }
25375
- get textAlignMobile() {
25376
- return this.elementRef.nativeElement['textAlignMobile'];
25395
+ get backgroundColor() {
25396
+ return this.elementRef.nativeElement['backgroundColor'];
25377
25397
  }
25378
- set textAlignTablet(value) {
25379
- this.elementRef.nativeElement['textAlignTablet'] = value;
25398
+ set backgroundGradient(value) {
25399
+ this.elementRef.nativeElement['backgroundGradient'] = value;
25380
25400
  }
25381
- get textAlignTablet() {
25382
- return this.elementRef.nativeElement['textAlignTablet'];
25401
+ get backgroundGradient() {
25402
+ return this.elementRef.nativeElement['backgroundGradient'];
25383
25403
  }
25384
- set textAlignLaptop(value) {
25385
- this.elementRef.nativeElement['textAlignLaptop'] = value;
25404
+ set alignment(value) {
25405
+ this.elementRef.nativeElement['alignment'] = value;
25386
25406
  }
25387
- get textAlignLaptop() {
25388
- return this.elementRef.nativeElement['textAlignLaptop'];
25407
+ get alignment() {
25408
+ return this.elementRef.nativeElement['alignment'];
25389
25409
  }
25390
25410
  set inverted(value) {
25391
25411
  this.elementRef.nativeElement['inverted'] = value;
@@ -25393,12 +25413,6 @@ class PxP {
25393
25413
  get inverted() {
25394
25414
  return this.elementRef.nativeElement['inverted'];
25395
25415
  }
25396
- set disabled(value) {
25397
- this.elementRef.nativeElement['disabled'] = value;
25398
- }
25399
- get disabled() {
25400
- return this.elementRef.nativeElement['disabled'];
25401
- }
25402
25416
  set grow(value) {
25403
25417
  this.elementRef.nativeElement['grow'] = value;
25404
25418
  }
@@ -25684,39 +25698,25 @@ class PxP {
25684
25698
  constructor(elementRef) {
25685
25699
  this.elementRef = elementRef;
25686
25700
  }
25687
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxP, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
25688
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxP, selector: "px-p", inputs: { variant: "variant", color: "color", fontSize: ["font-size", "fontSize"], fontWeight: ["font-weight", "fontWeight"], textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], inverted: "inverted", disabled: "disabled", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
25701
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPillar, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
25702
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxPillar, selector: "px-pillar", inputs: { variant: "variant", backgroundColor: ["background-color", "backgroundColor"], backgroundGradient: ["background-gradient", "backgroundGradient"], alignment: "alignment", inverted: "inverted", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
25689
25703
  }
25690
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxP, decorators: [{
25704
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPillar, decorators: [{
25691
25705
  type: Directive,
25692
25706
  args: [{
25693
- selector: 'px-p',
25707
+ selector: 'px-pillar',
25694
25708
  }]
25695
25709
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
25696
25710
  type: Input
25697
- }], color: [{
25698
- type: Input
25699
- }], fontSize: [{
25700
- type: Input,
25701
- args: ['font-size']
25702
- }], fontWeight: [{
25703
- type: Input,
25704
- args: ['font-weight']
25705
- }], textAlign: [{
25706
- type: Input,
25707
- args: ['text-align']
25708
- }], textAlignMobile: [{
25709
- type: Input,
25710
- args: ['text-align--mobile']
25711
- }], textAlignTablet: [{
25711
+ }], backgroundColor: [{
25712
25712
  type: Input,
25713
- args: ['text-align--tablet']
25714
- }], textAlignLaptop: [{
25713
+ args: ['background-color']
25714
+ }], backgroundGradient: [{
25715
25715
  type: Input,
25716
- args: ['text-align--laptop']
25717
- }], inverted: [{
25716
+ args: ['background-gradient']
25717
+ }], alignment: [{
25718
25718
  type: Input
25719
- }], disabled: [{
25719
+ }], inverted: [{
25720
25720
  type: Input
25721
25721
  }], grow: [{
25722
25722
  type: Input
@@ -37405,7 +37405,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
37405
37405
  }], ctorParameters: () => [{ type: i0.ElementRef }] });
37406
37406
  class Lavender {
37407
37407
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
37408
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxPillar, PxP, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider], exports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxPillar, PxP, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
37408
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider], exports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
37409
37409
  static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
37410
37410
  }
37411
37411
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
@@ -37464,8 +37464,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
37464
37464
  PxList,
37465
37465
  PxListItem,
37466
37466
  PxModal,
37467
- PxPillar,
37468
37467
  PxP,
37468
+ PxPillar,
37469
37469
  PxCardActions,
37470
37470
  PxCardContainer,
37471
37471
  PxCardHeading,
@@ -37566,8 +37566,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
37566
37566
  PxList,
37567
37567
  PxListItem,
37568
37568
  PxModal,
37569
- PxPillar,
37570
37569
  PxP,
37570
+ PxPillar,
37571
37571
  PxCardActions,
37572
37572
  PxCardContainer,
37573
37573
  PxCardHeading,