@proximus/lavender-angular 2.0.0-alpha.183 → 2.0.0-alpha.184

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.
@@ -22420,139 +22420,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
22420
22420
  type: Output
22421
22421
  }] } });
22422
22422
  /**
22423
- * @description Type-only wrapper for <px-a>
22423
+ * @description Type-only wrapper for <px-page>
22424
22424
  */
22425
- class PxA {
22425
+ class PxPage {
22426
22426
  elementRef;
22427
- set disabled(value) {
22428
- this.elementRef.nativeElement['disabled'] = value;
22429
- }
22430
- get disabled() {
22431
- return this.elementRef.nativeElement['disabled'];
22432
- }
22433
- set variant(value) {
22434
- this.elementRef.nativeElement['variant'] = value;
22435
- }
22436
- get variant() {
22437
- return this.elementRef.nativeElement['variant'];
22438
- }
22439
- set shape(value) {
22440
- this.elementRef.nativeElement['shape'] = value;
22441
- }
22442
- get shape() {
22443
- return this.elementRef.nativeElement['shape'];
22444
- }
22445
- set shapeMobile(value) {
22446
- this.elementRef.nativeElement['shapeMobile'] = value;
22447
- }
22448
- get shapeMobile() {
22449
- return this.elementRef.nativeElement['shapeMobile'];
22450
- }
22451
- set shapeTablet(value) {
22452
- this.elementRef.nativeElement['shapeTablet'] = value;
22453
- }
22454
- get shapeTablet() {
22455
- return this.elementRef.nativeElement['shapeTablet'];
22456
- }
22457
- set shapeLaptop(value) {
22458
- this.elementRef.nativeElement['shapeLaptop'] = value;
22459
- }
22460
- get shapeLaptop() {
22461
- return this.elementRef.nativeElement['shapeLaptop'];
22462
- }
22463
- set shapeDesktop(value) {
22464
- this.elementRef.nativeElement['shapeDesktop'] = value;
22465
- }
22466
- get shapeDesktop() {
22467
- return this.elementRef.nativeElement['shapeDesktop'];
22468
- }
22469
- set extended(value) {
22470
- this.elementRef.nativeElement['extended'] = value;
22471
- }
22472
- get extended() {
22473
- return this.elementRef.nativeElement['extended'];
22474
- }
22475
- set extendedMobile(value) {
22476
- this.elementRef.nativeElement['extendedMobile'] = value;
22477
- }
22478
- get extendedMobile() {
22479
- return this.elementRef.nativeElement['extendedMobile'];
22480
- }
22481
- set extendedTablet(value) {
22482
- this.elementRef.nativeElement['extendedTablet'] = value;
22483
- }
22484
- get extendedTablet() {
22485
- return this.elementRef.nativeElement['extendedTablet'];
22486
- }
22487
- set extendedLaptop(value) {
22488
- this.elementRef.nativeElement['extendedLaptop'] = value;
22489
- }
22490
- get extendedLaptop() {
22491
- return this.elementRef.nativeElement['extendedLaptop'];
22492
- }
22493
- set extendedDesktop(value) {
22494
- this.elementRef.nativeElement['extendedDesktop'] = value;
22495
- }
22496
- get extendedDesktop() {
22497
- return this.elementRef.nativeElement['extendedDesktop'];
22498
- }
22499
- set inverted(value) {
22500
- this.elementRef.nativeElement['inverted'] = value;
22501
- }
22502
- get inverted() {
22503
- return this.elementRef.nativeElement['inverted'];
22504
- }
22505
- set fontSize(value) {
22506
- this.elementRef.nativeElement['fontSize'] = value;
22507
- }
22508
- get fontSize() {
22509
- return this.elementRef.nativeElement['fontSize'];
22510
- }
22511
- set color(value) {
22512
- this.elementRef.nativeElement['color'] = value;
22513
- }
22514
- get color() {
22515
- return this.elementRef.nativeElement['color'];
22516
- }
22517
- set fontWeight(value) {
22518
- this.elementRef.nativeElement['fontWeight'] = value;
22519
- }
22520
- get fontWeight() {
22521
- return this.elementRef.nativeElement['fontWeight'];
22522
- }
22523
- set title(value) {
22524
- this.elementRef.nativeElement['title'] = value;
22427
+ set backgroundImage(value) {
22428
+ this.elementRef.nativeElement['backgroundImage'] = value;
22525
22429
  }
22526
- get title() {
22527
- return this.elementRef.nativeElement['title'];
22430
+ get backgroundImage() {
22431
+ return this.elementRef.nativeElement['backgroundImage'];
22528
22432
  }
22529
- /** The URL that the hyperlink points to. */
22530
- set href(value) {
22531
- this.elementRef.nativeElement['href'] = value;
22433
+ set gap(value) {
22434
+ this.elementRef.nativeElement['gap'] = value;
22532
22435
  }
22533
- get href() {
22534
- return this.elementRef.nativeElement['href'];
22436
+ get gap() {
22437
+ return this.elementRef.nativeElement['gap'];
22535
22438
  }
22536
- /** Where to display the linked URL. */
22537
- set target(value) {
22538
- this.elementRef.nativeElement['target'] = value;
22439
+ set backgroundColor(value) {
22440
+ this.elementRef.nativeElement['backgroundColor'] = value;
22539
22441
  }
22540
- get target() {
22541
- return this.elementRef.nativeElement['target'];
22442
+ get backgroundColor() {
22443
+ return this.elementRef.nativeElement['backgroundColor'];
22542
22444
  }
22543
- /** The relationship of the linked URL as space-separated link types. */
22544
- set rel(value) {
22545
- this.elementRef.nativeElement['rel'] = value;
22445
+ set paddingVertical(value) {
22446
+ this.elementRef.nativeElement['paddingVertical'] = value;
22546
22447
  }
22547
- get rel() {
22548
- return this.elementRef.nativeElement['rel'];
22448
+ get paddingVertical() {
22449
+ return this.elementRef.nativeElement['paddingVertical'];
22549
22450
  }
22550
- /** Prompts the user to save the linked URL instead of navigating to it. */
22551
- set download(value) {
22552
- this.elementRef.nativeElement['download'] = value;
22451
+ set paddingHorizontal(value) {
22452
+ this.elementRef.nativeElement['paddingHorizontal'] = value;
22553
22453
  }
22554
- get download() {
22555
- return this.elementRef.nativeElement['download'];
22454
+ get paddingHorizontal() {
22455
+ return this.elementRef.nativeElement['paddingHorizontal'];
22556
22456
  }
22557
22457
  set grow(value) {
22558
22458
  this.elementRef.nativeElement['grow'] = value;
@@ -22869,67 +22769,29 @@ class PxA {
22869
22769
  constructor(elementRef) {
22870
22770
  this.elementRef = elementRef;
22871
22771
  }
22872
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxA, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
22873
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxA, isStandalone: true, selector: "px-a", inputs: { disabled: "disabled", variant: "variant", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], inverted: "inverted", fontSize: ["font-size", "fontSize"], color: "color", fontWeight: ["font-weight", "fontWeight"], title: "title", href: "href", target: "target", rel: "rel", download: "download", 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
22772
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxPage, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
22773
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxPage, isStandalone: true, selector: "px-page", inputs: { backgroundImage: ["background-image", "backgroundImage"], gap: "gap", backgroundColor: ["background-color", "backgroundColor"], paddingVertical: ["padding-vertical", "paddingVertical"], paddingHorizontal: ["padding-horizontal", "paddingHorizontal"], 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
22874
22774
  }
22875
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxA, decorators: [{
22775
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxPage, decorators: [{
22876
22776
  type: Directive,
22877
22777
  args: [{
22878
- selector: 'px-a',
22778
+ selector: 'px-page',
22879
22779
  standalone: true,
22880
22780
  }]
22881
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { disabled: [{
22882
- type: Input
22883
- }], variant: [{
22884
- type: Input
22885
- }], shape: [{
22886
- type: Input
22887
- }], shapeMobile: [{
22888
- type: Input,
22889
- args: ['shape--mobile']
22890
- }], shapeTablet: [{
22891
- type: Input,
22892
- args: ['shape--tablet']
22893
- }], shapeLaptop: [{
22894
- type: Input,
22895
- args: ['shape--laptop']
22896
- }], shapeDesktop: [{
22781
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { backgroundImage: [{
22897
22782
  type: Input,
22898
- args: ['shape--desktop']
22899
- }], extended: [{
22783
+ args: ['background-image']
22784
+ }], gap: [{
22900
22785
  type: Input
22901
- }], extendedMobile: [{
22902
- type: Input,
22903
- args: ['extended--mobile']
22904
- }], extendedTablet: [{
22905
- type: Input,
22906
- args: ['extended--tablet']
22907
- }], extendedLaptop: [{
22908
- type: Input,
22909
- args: ['extended--laptop']
22910
- }], extendedDesktop: [{
22786
+ }], backgroundColor: [{
22911
22787
  type: Input,
22912
- args: ['extended--desktop']
22913
- }], inverted: [{
22914
- type: Input
22915
- }], fontSize: [{
22788
+ args: ['background-color']
22789
+ }], paddingVertical: [{
22916
22790
  type: Input,
22917
- args: ['font-size']
22918
- }], color: [{
22919
- type: Input
22920
- }], fontWeight: [{
22791
+ args: ['padding-vertical']
22792
+ }], paddingHorizontal: [{
22921
22793
  type: Input,
22922
- args: ['font-weight']
22923
- }], title: [{
22924
- type: Input
22925
- }], href: [{
22926
- type: Input
22927
- }], target: [{
22928
- type: Input
22929
- }], rel: [{
22930
- type: Input
22931
- }], download: [{
22932
- type: Input
22794
+ args: ['padding-horizontal']
22933
22795
  }], grow: [{
22934
22796
  type: Input
22935
22797
  }], growMobile: [{
@@ -23083,139 +22945,223 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
23083
22945
  args: ['word-break-all--desktop']
23084
22946
  }] } });
23085
22947
  /**
23086
- * @description Type-only wrapper for <px-a-wrapper>
22948
+ * @description Type-only wrapper for <px-spacer>
23087
22949
  */
23088
- class PxAWrapper {
22950
+ class PxSpacer {
23089
22951
  elementRef;
23090
- /** The URL that the hyperlink points to. */
23091
- set href(value) {
23092
- this.elementRef.nativeElement['href'] = value;
23093
- }
23094
- get href() {
23095
- return this.elementRef.nativeElement['href'];
23096
- }
23097
- /** Where to display the linked URL. */
23098
- set target(value) {
23099
- this.elementRef.nativeElement['target'] = value;
23100
- }
23101
- get target() {
23102
- return this.elementRef.nativeElement['target'];
23103
- }
23104
- /** The relationship of the linked URL as space-separated link types. */
23105
- set rel(value) {
23106
- this.elementRef.nativeElement['rel'] = value;
23107
- }
23108
- get rel() {
23109
- return this.elementRef.nativeElement['rel'];
23110
- }
23111
- /** Prompts the user to save the linked URL instead of navigating to it. */
23112
- set download(value) {
23113
- this.elementRef.nativeElement['download'] = value;
22952
+ set grow(value) {
22953
+ this.elementRef.nativeElement['grow'] = value;
23114
22954
  }
23115
- get download() {
23116
- return this.elementRef.nativeElement['download'];
22955
+ get grow() {
22956
+ return this.elementRef.nativeElement['grow'];
23117
22957
  }
23118
- set disabled(value) {
23119
- this.elementRef.nativeElement['disabled'] = value;
22958
+ set nogap(value) {
22959
+ this.elementRef.nativeElement['nogap'] = value;
23120
22960
  }
23121
- get disabled() {
23122
- return this.elementRef.nativeElement['disabled'];
22961
+ get nogap() {
22962
+ return this.elementRef.nativeElement['nogap'];
23123
22963
  }
23124
- set variant(value) {
23125
- this.elementRef.nativeElement['variant'] = value;
22964
+ constructor(elementRef) {
22965
+ this.elementRef = elementRef;
23126
22966
  }
23127
- get variant() {
23128
- return this.elementRef.nativeElement['variant'];
22967
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSpacer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
22968
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSpacer, isStandalone: true, selector: "px-spacer", inputs: { grow: "grow", nogap: "nogap" }, ngImport: i0 });
22969
+ }
22970
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSpacer, decorators: [{
22971
+ type: Directive,
22972
+ args: [{
22973
+ selector: 'px-spacer',
22974
+ standalone: true,
22975
+ }]
22976
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { grow: [{
22977
+ type: Input
22978
+ }], nogap: [{
22979
+ type: Input
22980
+ }] } });
22981
+ /**
22982
+ * @description Type-only wrapper for <px-stack>
22983
+ */
22984
+ class PxStack {
22985
+ elementRef;
22986
+ set direction(value) {
22987
+ this.elementRef.nativeElement['direction'] = value;
23129
22988
  }
23130
- set shape(value) {
23131
- this.elementRef.nativeElement['shape'] = value;
22989
+ get direction() {
22990
+ return this.elementRef.nativeElement['direction'];
23132
22991
  }
23133
- get shape() {
23134
- return this.elementRef.nativeElement['shape'];
22992
+ set directionMobile(value) {
22993
+ this.elementRef.nativeElement['directionMobile'] = value;
23135
22994
  }
23136
- set shapeMobile(value) {
23137
- this.elementRef.nativeElement['shapeMobile'] = value;
22995
+ get directionMobile() {
22996
+ return this.elementRef.nativeElement['directionMobile'];
23138
22997
  }
23139
- get shapeMobile() {
23140
- return this.elementRef.nativeElement['shapeMobile'];
22998
+ set directionTablet(value) {
22999
+ this.elementRef.nativeElement['directionTablet'] = value;
23141
23000
  }
23142
- set shapeTablet(value) {
23143
- this.elementRef.nativeElement['shapeTablet'] = value;
23001
+ get directionTablet() {
23002
+ return this.elementRef.nativeElement['directionTablet'];
23144
23003
  }
23145
- get shapeTablet() {
23146
- return this.elementRef.nativeElement['shapeTablet'];
23004
+ set directionLaptop(value) {
23005
+ this.elementRef.nativeElement['directionLaptop'] = value;
23147
23006
  }
23148
- set shapeLaptop(value) {
23149
- this.elementRef.nativeElement['shapeLaptop'] = value;
23007
+ get directionLaptop() {
23008
+ return this.elementRef.nativeElement['directionLaptop'];
23150
23009
  }
23151
- get shapeLaptop() {
23152
- return this.elementRef.nativeElement['shapeLaptop'];
23010
+ set directionDesktop(value) {
23011
+ this.elementRef.nativeElement['directionDesktop'] = value;
23153
23012
  }
23154
- set shapeDesktop(value) {
23155
- this.elementRef.nativeElement['shapeDesktop'] = value;
23013
+ get directionDesktop() {
23014
+ return this.elementRef.nativeElement['directionDesktop'];
23156
23015
  }
23157
- get shapeDesktop() {
23158
- return this.elementRef.nativeElement['shapeDesktop'];
23016
+ set gap(value) {
23017
+ this.elementRef.nativeElement['gap'] = value;
23159
23018
  }
23160
- set extended(value) {
23161
- this.elementRef.nativeElement['extended'] = value;
23019
+ get gap() {
23020
+ return this.elementRef.nativeElement['gap'];
23162
23021
  }
23163
- get extended() {
23164
- return this.elementRef.nativeElement['extended'];
23022
+ set gapMobile(value) {
23023
+ this.elementRef.nativeElement['gapMobile'] = value;
23165
23024
  }
23166
- set extendedMobile(value) {
23167
- this.elementRef.nativeElement['extendedMobile'] = value;
23025
+ get gapMobile() {
23026
+ return this.elementRef.nativeElement['gapMobile'];
23168
23027
  }
23169
- get extendedMobile() {
23170
- return this.elementRef.nativeElement['extendedMobile'];
23028
+ set gapTablet(value) {
23029
+ this.elementRef.nativeElement['gapTablet'] = value;
23171
23030
  }
23172
- set extendedTablet(value) {
23173
- this.elementRef.nativeElement['extendedTablet'] = value;
23031
+ get gapTablet() {
23032
+ return this.elementRef.nativeElement['gapTablet'];
23174
23033
  }
23175
- get extendedTablet() {
23176
- return this.elementRef.nativeElement['extendedTablet'];
23034
+ set gapLaptop(value) {
23035
+ this.elementRef.nativeElement['gapLaptop'] = value;
23177
23036
  }
23178
- set extendedLaptop(value) {
23179
- this.elementRef.nativeElement['extendedLaptop'] = value;
23037
+ get gapLaptop() {
23038
+ return this.elementRef.nativeElement['gapLaptop'];
23180
23039
  }
23181
- get extendedLaptop() {
23182
- return this.elementRef.nativeElement['extendedLaptop'];
23040
+ set gapDesktop(value) {
23041
+ this.elementRef.nativeElement['gapDesktop'] = value;
23183
23042
  }
23184
- set extendedDesktop(value) {
23185
- this.elementRef.nativeElement['extendedDesktop'] = value;
23043
+ get gapDesktop() {
23044
+ return this.elementRef.nativeElement['gapDesktop'];
23186
23045
  }
23187
- get extendedDesktop() {
23188
- return this.elementRef.nativeElement['extendedDesktop'];
23046
+ set justifyContent(value) {
23047
+ this.elementRef.nativeElement['justifyContent'] = value;
23189
23048
  }
23190
- set inverted(value) {
23191
- this.elementRef.nativeElement['inverted'] = value;
23049
+ get justifyContent() {
23050
+ return this.elementRef.nativeElement['justifyContent'];
23192
23051
  }
23193
- get inverted() {
23194
- return this.elementRef.nativeElement['inverted'];
23052
+ set justifyContentMobile(value) {
23053
+ this.elementRef.nativeElement['justifyContentMobile'] = value;
23195
23054
  }
23196
- set fontSize(value) {
23197
- this.elementRef.nativeElement['fontSize'] = value;
23055
+ get justifyContentMobile() {
23056
+ return this.elementRef.nativeElement['justifyContentMobile'];
23198
23057
  }
23199
- get fontSize() {
23200
- return this.elementRef.nativeElement['fontSize'];
23058
+ set justifyContentTablet(value) {
23059
+ this.elementRef.nativeElement['justifyContentTablet'] = value;
23201
23060
  }
23202
- set color(value) {
23203
- this.elementRef.nativeElement['color'] = value;
23061
+ get justifyContentTablet() {
23062
+ return this.elementRef.nativeElement['justifyContentTablet'];
23204
23063
  }
23205
- get color() {
23206
- return this.elementRef.nativeElement['color'];
23064
+ set justifyContentLaptop(value) {
23065
+ this.elementRef.nativeElement['justifyContentLaptop'] = value;
23207
23066
  }
23208
- set fontWeight(value) {
23209
- this.elementRef.nativeElement['fontWeight'] = value;
23067
+ get justifyContentLaptop() {
23068
+ return this.elementRef.nativeElement['justifyContentLaptop'];
23210
23069
  }
23211
- get fontWeight() {
23212
- return this.elementRef.nativeElement['fontWeight'];
23070
+ set justifyContentDesktop(value) {
23071
+ this.elementRef.nativeElement['justifyContentDesktop'] = value;
23213
23072
  }
23214
- set title(value) {
23215
- this.elementRef.nativeElement['title'] = value;
23073
+ get justifyContentDesktop() {
23074
+ return this.elementRef.nativeElement['justifyContentDesktop'];
23216
23075
  }
23217
- get title() {
23218
- return this.elementRef.nativeElement['title'];
23076
+ set alignItems(value) {
23077
+ this.elementRef.nativeElement['alignItems'] = value;
23078
+ }
23079
+ get alignItems() {
23080
+ return this.elementRef.nativeElement['alignItems'];
23081
+ }
23082
+ set alignItemsMobile(value) {
23083
+ this.elementRef.nativeElement['alignItemsMobile'] = value;
23084
+ }
23085
+ get alignItemsMobile() {
23086
+ return this.elementRef.nativeElement['alignItemsMobile'];
23087
+ }
23088
+ set alignItemsTablet(value) {
23089
+ this.elementRef.nativeElement['alignItemsTablet'] = value;
23090
+ }
23091
+ get alignItemsTablet() {
23092
+ return this.elementRef.nativeElement['alignItemsTablet'];
23093
+ }
23094
+ set alignItemsLaptop(value) {
23095
+ this.elementRef.nativeElement['alignItemsLaptop'] = value;
23096
+ }
23097
+ get alignItemsLaptop() {
23098
+ return this.elementRef.nativeElement['alignItemsLaptop'];
23099
+ }
23100
+ set alignItemsDesktop(value) {
23101
+ this.elementRef.nativeElement['alignItemsDesktop'] = value;
23102
+ }
23103
+ get alignItemsDesktop() {
23104
+ return this.elementRef.nativeElement['alignItemsDesktop'];
23105
+ }
23106
+ set wrap(value) {
23107
+ this.elementRef.nativeElement['wrap'] = value;
23108
+ }
23109
+ get wrap() {
23110
+ return this.elementRef.nativeElement['wrap'];
23111
+ }
23112
+ set wrapMobile(value) {
23113
+ this.elementRef.nativeElement['wrapMobile'] = value;
23114
+ }
23115
+ get wrapMobile() {
23116
+ return this.elementRef.nativeElement['wrapMobile'];
23117
+ }
23118
+ set wrapTablet(value) {
23119
+ this.elementRef.nativeElement['wrapTablet'] = value;
23120
+ }
23121
+ get wrapTablet() {
23122
+ return this.elementRef.nativeElement['wrapTablet'];
23123
+ }
23124
+ set wrapLaptop(value) {
23125
+ this.elementRef.nativeElement['wrapLaptop'] = value;
23126
+ }
23127
+ get wrapLaptop() {
23128
+ return this.elementRef.nativeElement['wrapLaptop'];
23129
+ }
23130
+ set wrapDesktop(value) {
23131
+ this.elementRef.nativeElement['wrapDesktop'] = value;
23132
+ }
23133
+ get wrapDesktop() {
23134
+ return this.elementRef.nativeElement['wrapDesktop'];
23135
+ }
23136
+ set overflowX(value) {
23137
+ this.elementRef.nativeElement['overflowX'] = value;
23138
+ }
23139
+ get overflowX() {
23140
+ return this.elementRef.nativeElement['overflowX'];
23141
+ }
23142
+ set overflowXMobile(value) {
23143
+ this.elementRef.nativeElement['overflowXMobile'] = value;
23144
+ }
23145
+ get overflowXMobile() {
23146
+ return this.elementRef.nativeElement['overflowXMobile'];
23147
+ }
23148
+ set overflowXTablet(value) {
23149
+ this.elementRef.nativeElement['overflowXTablet'] = value;
23150
+ }
23151
+ get overflowXTablet() {
23152
+ return this.elementRef.nativeElement['overflowXTablet'];
23153
+ }
23154
+ set overflowXLaptop(value) {
23155
+ this.elementRef.nativeElement['overflowXLaptop'] = value;
23156
+ }
23157
+ get overflowXLaptop() {
23158
+ return this.elementRef.nativeElement['overflowXLaptop'];
23159
+ }
23160
+ set overflowXDesktop(value) {
23161
+ this.elementRef.nativeElement['overflowXDesktop'] = value;
23162
+ }
23163
+ get overflowXDesktop() {
23164
+ return this.elementRef.nativeElement['overflowXDesktop'];
23219
23165
  }
23220
23166
  set grow(value) {
23221
23167
  this.elementRef.nativeElement['grow'] = value;
@@ -23532,67 +23478,102 @@ class PxAWrapper {
23532
23478
  constructor(elementRef) {
23533
23479
  this.elementRef = elementRef;
23534
23480
  }
23535
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAWrapper, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
23536
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxAWrapper, isStandalone: true, selector: "px-a-wrapper", inputs: { href: "href", target: "target", rel: "rel", download: "download", disabled: "disabled", variant: "variant", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], inverted: "inverted", fontSize: ["font-size", "fontSize"], color: "color", fontWeight: ["font-weight", "fontWeight"], title: "title", 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
23481
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxStack, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
23482
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxStack, isStandalone: true, selector: "px-stack", inputs: { direction: "direction", directionMobile: ["direction--mobile", "directionMobile"], directionTablet: ["direction--tablet", "directionTablet"], directionLaptop: ["direction--laptop", "directionLaptop"], directionDesktop: ["direction--desktop", "directionDesktop"], gap: "gap", gapMobile: ["gap--mobile", "gapMobile"], gapTablet: ["gap--tablet", "gapTablet"], gapLaptop: ["gap--laptop", "gapLaptop"], gapDesktop: ["gap--desktop", "gapDesktop"], justifyContent: ["justify-content", "justifyContent"], justifyContentMobile: ["justify-content--mobile", "justifyContentMobile"], justifyContentTablet: ["justify-content--tablet", "justifyContentTablet"], justifyContentLaptop: ["justify-content--laptop", "justifyContentLaptop"], justifyContentDesktop: ["justify-content--desktop", "justifyContentDesktop"], alignItems: ["align-items", "alignItems"], alignItemsMobile: ["align-items--mobile", "alignItemsMobile"], alignItemsTablet: ["align-items--tablet", "alignItemsTablet"], alignItemsLaptop: ["align-items--laptop", "alignItemsLaptop"], alignItemsDesktop: ["align-items--desktop", "alignItemsDesktop"], wrap: "wrap", wrapMobile: ["wrap--mobile", "wrapMobile"], wrapTablet: ["wrap--tablet", "wrapTablet"], wrapLaptop: ["wrap--laptop", "wrapLaptop"], wrapDesktop: ["wrap--desktop", "wrapDesktop"], overflowX: ["overflow-x", "overflowX"], overflowXMobile: ["overflow-x--mobile", "overflowXMobile"], overflowXTablet: ["overflow-x--tablet", "overflowXTablet"], overflowXLaptop: ["overflow-x--laptop", "overflowXLaptop"], overflowXDesktop: ["overflow-x--desktop", "overflowXDesktop"], 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
23537
23483
  }
23538
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAWrapper, decorators: [{
23484
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxStack, decorators: [{
23539
23485
  type: Directive,
23540
23486
  args: [{
23541
- selector: 'px-a-wrapper',
23487
+ selector: 'px-stack',
23542
23488
  standalone: true,
23543
23489
  }]
23544
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { href: [{
23545
- type: Input
23546
- }], target: [{
23547
- type: Input
23548
- }], rel: [{
23549
- type: Input
23550
- }], download: [{
23551
- type: Input
23552
- }], disabled: [{
23553
- type: Input
23554
- }], variant: [{
23555
- type: Input
23556
- }], shape: [{
23490
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { direction: [{
23557
23491
  type: Input
23558
- }], shapeMobile: [{
23492
+ }], directionMobile: [{
23559
23493
  type: Input,
23560
- args: ['shape--mobile']
23561
- }], shapeTablet: [{
23494
+ args: ['direction--mobile']
23495
+ }], directionTablet: [{
23562
23496
  type: Input,
23563
- args: ['shape--tablet']
23564
- }], shapeLaptop: [{
23497
+ args: ['direction--tablet']
23498
+ }], directionLaptop: [{
23565
23499
  type: Input,
23566
- args: ['shape--laptop']
23567
- }], shapeDesktop: [{
23500
+ args: ['direction--laptop']
23501
+ }], directionDesktop: [{
23568
23502
  type: Input,
23569
- args: ['shape--desktop']
23570
- }], extended: [{
23503
+ args: ['direction--desktop']
23504
+ }], gap: [{
23571
23505
  type: Input
23572
- }], extendedMobile: [{
23506
+ }], gapMobile: [{
23573
23507
  type: Input,
23574
- args: ['extended--mobile']
23575
- }], extendedTablet: [{
23508
+ args: ['gap--mobile']
23509
+ }], gapTablet: [{
23576
23510
  type: Input,
23577
- args: ['extended--tablet']
23578
- }], extendedLaptop: [{
23511
+ args: ['gap--tablet']
23512
+ }], gapLaptop: [{
23579
23513
  type: Input,
23580
- args: ['extended--laptop']
23581
- }], extendedDesktop: [{
23514
+ args: ['gap--laptop']
23515
+ }], gapDesktop: [{
23582
23516
  type: Input,
23583
- args: ['extended--desktop']
23584
- }], inverted: [{
23585
- type: Input
23586
- }], fontSize: [{
23517
+ args: ['gap--desktop']
23518
+ }], justifyContent: [{
23587
23519
  type: Input,
23588
- args: ['font-size']
23589
- }], color: [{
23590
- type: Input
23591
- }], fontWeight: [{
23520
+ args: ['justify-content']
23521
+ }], justifyContentMobile: [{
23592
23522
  type: Input,
23593
- args: ['font-weight']
23594
- }], title: [{
23523
+ args: ['justify-content--mobile']
23524
+ }], justifyContentTablet: [{
23525
+ type: Input,
23526
+ args: ['justify-content--tablet']
23527
+ }], justifyContentLaptop: [{
23528
+ type: Input,
23529
+ args: ['justify-content--laptop']
23530
+ }], justifyContentDesktop: [{
23531
+ type: Input,
23532
+ args: ['justify-content--desktop']
23533
+ }], alignItems: [{
23534
+ type: Input,
23535
+ args: ['align-items']
23536
+ }], alignItemsMobile: [{
23537
+ type: Input,
23538
+ args: ['align-items--mobile']
23539
+ }], alignItemsTablet: [{
23540
+ type: Input,
23541
+ args: ['align-items--tablet']
23542
+ }], alignItemsLaptop: [{
23543
+ type: Input,
23544
+ args: ['align-items--laptop']
23545
+ }], alignItemsDesktop: [{
23546
+ type: Input,
23547
+ args: ['align-items--desktop']
23548
+ }], wrap: [{
23595
23549
  type: Input
23550
+ }], wrapMobile: [{
23551
+ type: Input,
23552
+ args: ['wrap--mobile']
23553
+ }], wrapTablet: [{
23554
+ type: Input,
23555
+ args: ['wrap--tablet']
23556
+ }], wrapLaptop: [{
23557
+ type: Input,
23558
+ args: ['wrap--laptop']
23559
+ }], wrapDesktop: [{
23560
+ type: Input,
23561
+ args: ['wrap--desktop']
23562
+ }], overflowX: [{
23563
+ type: Input,
23564
+ args: ['overflow-x']
23565
+ }], overflowXMobile: [{
23566
+ type: Input,
23567
+ args: ['overflow-x--mobile']
23568
+ }], overflowXTablet: [{
23569
+ type: Input,
23570
+ args: ['overflow-x--tablet']
23571
+ }], overflowXLaptop: [{
23572
+ type: Input,
23573
+ args: ['overflow-x--laptop']
23574
+ }], overflowXDesktop: [{
23575
+ type: Input,
23576
+ args: ['overflow-x--desktop']
23596
23577
  }], grow: [{
23597
23578
  type: Input
23598
23579
  }], growMobile: [{
@@ -23746,15 +23727,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
23746
23727
  args: ['word-break-all--desktop']
23747
23728
  }] } });
23748
23729
  /**
23749
- * @description Type-only wrapper for <px-page>
23730
+ * @description Type-only wrapper for <px-vstack>
23750
23731
  */
23751
- class PxPage {
23732
+ class PxVstack {
23752
23733
  elementRef;
23753
- set backgroundImage(value) {
23754
- this.elementRef.nativeElement['backgroundImage'] = value;
23734
+ set direction(value) {
23735
+ this.elementRef.nativeElement['direction'] = value;
23755
23736
  }
23756
- get backgroundImage() {
23757
- return this.elementRef.nativeElement['backgroundImage'];
23737
+ get direction() {
23738
+ return this.elementRef.nativeElement['direction'];
23739
+ }
23740
+ set directionMobile(value) {
23741
+ this.elementRef.nativeElement['directionMobile'] = value;
23742
+ }
23743
+ get directionMobile() {
23744
+ return this.elementRef.nativeElement['directionMobile'];
23745
+ }
23746
+ set directionTablet(value) {
23747
+ this.elementRef.nativeElement['directionTablet'] = value;
23748
+ }
23749
+ get directionTablet() {
23750
+ return this.elementRef.nativeElement['directionTablet'];
23751
+ }
23752
+ set directionLaptop(value) {
23753
+ this.elementRef.nativeElement['directionLaptop'] = value;
23754
+ }
23755
+ get directionLaptop() {
23756
+ return this.elementRef.nativeElement['directionLaptop'];
23757
+ }
23758
+ set directionDesktop(value) {
23759
+ this.elementRef.nativeElement['directionDesktop'] = value;
23760
+ }
23761
+ get directionDesktop() {
23762
+ return this.elementRef.nativeElement['directionDesktop'];
23758
23763
  }
23759
23764
  set gap(value) {
23760
23765
  this.elementRef.nativeElement['gap'] = value;
@@ -23762,23 +23767,149 @@ class PxPage {
23762
23767
  get gap() {
23763
23768
  return this.elementRef.nativeElement['gap'];
23764
23769
  }
23765
- set backgroundColor(value) {
23766
- this.elementRef.nativeElement['backgroundColor'] = value;
23770
+ set gapMobile(value) {
23771
+ this.elementRef.nativeElement['gapMobile'] = value;
23767
23772
  }
23768
- get backgroundColor() {
23769
- return this.elementRef.nativeElement['backgroundColor'];
23773
+ get gapMobile() {
23774
+ return this.elementRef.nativeElement['gapMobile'];
23770
23775
  }
23771
- set paddingVertical(value) {
23772
- this.elementRef.nativeElement['paddingVertical'] = value;
23776
+ set gapTablet(value) {
23777
+ this.elementRef.nativeElement['gapTablet'] = value;
23773
23778
  }
23774
- get paddingVertical() {
23775
- return this.elementRef.nativeElement['paddingVertical'];
23779
+ get gapTablet() {
23780
+ return this.elementRef.nativeElement['gapTablet'];
23776
23781
  }
23777
- set paddingHorizontal(value) {
23778
- this.elementRef.nativeElement['paddingHorizontal'] = value;
23782
+ set gapLaptop(value) {
23783
+ this.elementRef.nativeElement['gapLaptop'] = value;
23779
23784
  }
23780
- get paddingHorizontal() {
23781
- return this.elementRef.nativeElement['paddingHorizontal'];
23785
+ get gapLaptop() {
23786
+ return this.elementRef.nativeElement['gapLaptop'];
23787
+ }
23788
+ set gapDesktop(value) {
23789
+ this.elementRef.nativeElement['gapDesktop'] = value;
23790
+ }
23791
+ get gapDesktop() {
23792
+ return this.elementRef.nativeElement['gapDesktop'];
23793
+ }
23794
+ set justifyContent(value) {
23795
+ this.elementRef.nativeElement['justifyContent'] = value;
23796
+ }
23797
+ get justifyContent() {
23798
+ return this.elementRef.nativeElement['justifyContent'];
23799
+ }
23800
+ set justifyContentMobile(value) {
23801
+ this.elementRef.nativeElement['justifyContentMobile'] = value;
23802
+ }
23803
+ get justifyContentMobile() {
23804
+ return this.elementRef.nativeElement['justifyContentMobile'];
23805
+ }
23806
+ set justifyContentTablet(value) {
23807
+ this.elementRef.nativeElement['justifyContentTablet'] = value;
23808
+ }
23809
+ get justifyContentTablet() {
23810
+ return this.elementRef.nativeElement['justifyContentTablet'];
23811
+ }
23812
+ set justifyContentLaptop(value) {
23813
+ this.elementRef.nativeElement['justifyContentLaptop'] = value;
23814
+ }
23815
+ get justifyContentLaptop() {
23816
+ return this.elementRef.nativeElement['justifyContentLaptop'];
23817
+ }
23818
+ set justifyContentDesktop(value) {
23819
+ this.elementRef.nativeElement['justifyContentDesktop'] = value;
23820
+ }
23821
+ get justifyContentDesktop() {
23822
+ return this.elementRef.nativeElement['justifyContentDesktop'];
23823
+ }
23824
+ set alignItems(value) {
23825
+ this.elementRef.nativeElement['alignItems'] = value;
23826
+ }
23827
+ get alignItems() {
23828
+ return this.elementRef.nativeElement['alignItems'];
23829
+ }
23830
+ set alignItemsMobile(value) {
23831
+ this.elementRef.nativeElement['alignItemsMobile'] = value;
23832
+ }
23833
+ get alignItemsMobile() {
23834
+ return this.elementRef.nativeElement['alignItemsMobile'];
23835
+ }
23836
+ set alignItemsTablet(value) {
23837
+ this.elementRef.nativeElement['alignItemsTablet'] = value;
23838
+ }
23839
+ get alignItemsTablet() {
23840
+ return this.elementRef.nativeElement['alignItemsTablet'];
23841
+ }
23842
+ set alignItemsLaptop(value) {
23843
+ this.elementRef.nativeElement['alignItemsLaptop'] = value;
23844
+ }
23845
+ get alignItemsLaptop() {
23846
+ return this.elementRef.nativeElement['alignItemsLaptop'];
23847
+ }
23848
+ set alignItemsDesktop(value) {
23849
+ this.elementRef.nativeElement['alignItemsDesktop'] = value;
23850
+ }
23851
+ get alignItemsDesktop() {
23852
+ return this.elementRef.nativeElement['alignItemsDesktop'];
23853
+ }
23854
+ set wrap(value) {
23855
+ this.elementRef.nativeElement['wrap'] = value;
23856
+ }
23857
+ get wrap() {
23858
+ return this.elementRef.nativeElement['wrap'];
23859
+ }
23860
+ set wrapMobile(value) {
23861
+ this.elementRef.nativeElement['wrapMobile'] = value;
23862
+ }
23863
+ get wrapMobile() {
23864
+ return this.elementRef.nativeElement['wrapMobile'];
23865
+ }
23866
+ set wrapTablet(value) {
23867
+ this.elementRef.nativeElement['wrapTablet'] = value;
23868
+ }
23869
+ get wrapTablet() {
23870
+ return this.elementRef.nativeElement['wrapTablet'];
23871
+ }
23872
+ set wrapLaptop(value) {
23873
+ this.elementRef.nativeElement['wrapLaptop'] = value;
23874
+ }
23875
+ get wrapLaptop() {
23876
+ return this.elementRef.nativeElement['wrapLaptop'];
23877
+ }
23878
+ set wrapDesktop(value) {
23879
+ this.elementRef.nativeElement['wrapDesktop'] = value;
23880
+ }
23881
+ get wrapDesktop() {
23882
+ return this.elementRef.nativeElement['wrapDesktop'];
23883
+ }
23884
+ set overflowX(value) {
23885
+ this.elementRef.nativeElement['overflowX'] = value;
23886
+ }
23887
+ get overflowX() {
23888
+ return this.elementRef.nativeElement['overflowX'];
23889
+ }
23890
+ set overflowXMobile(value) {
23891
+ this.elementRef.nativeElement['overflowXMobile'] = value;
23892
+ }
23893
+ get overflowXMobile() {
23894
+ return this.elementRef.nativeElement['overflowXMobile'];
23895
+ }
23896
+ set overflowXTablet(value) {
23897
+ this.elementRef.nativeElement['overflowXTablet'] = value;
23898
+ }
23899
+ get overflowXTablet() {
23900
+ return this.elementRef.nativeElement['overflowXTablet'];
23901
+ }
23902
+ set overflowXLaptop(value) {
23903
+ this.elementRef.nativeElement['overflowXLaptop'] = value;
23904
+ }
23905
+ get overflowXLaptop() {
23906
+ return this.elementRef.nativeElement['overflowXLaptop'];
23907
+ }
23908
+ set overflowXDesktop(value) {
23909
+ this.elementRef.nativeElement['overflowXDesktop'] = value;
23910
+ }
23911
+ get overflowXDesktop() {
23912
+ return this.elementRef.nativeElement['overflowXDesktop'];
23782
23913
  }
23783
23914
  set grow(value) {
23784
23915
  this.elementRef.nativeElement['grow'] = value;
@@ -24095,29 +24226,102 @@ class PxPage {
24095
24226
  constructor(elementRef) {
24096
24227
  this.elementRef = elementRef;
24097
24228
  }
24098
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxPage, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
24099
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxPage, isStandalone: true, selector: "px-page", inputs: { backgroundImage: ["background-image", "backgroundImage"], gap: "gap", backgroundColor: ["background-color", "backgroundColor"], paddingVertical: ["padding-vertical", "paddingVertical"], paddingHorizontal: ["padding-horizontal", "paddingHorizontal"], 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
24229
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxVstack, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
24230
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxVstack, isStandalone: true, selector: "px-vstack", inputs: { direction: "direction", directionMobile: ["direction--mobile", "directionMobile"], directionTablet: ["direction--tablet", "directionTablet"], directionLaptop: ["direction--laptop", "directionLaptop"], directionDesktop: ["direction--desktop", "directionDesktop"], gap: "gap", gapMobile: ["gap--mobile", "gapMobile"], gapTablet: ["gap--tablet", "gapTablet"], gapLaptop: ["gap--laptop", "gapLaptop"], gapDesktop: ["gap--desktop", "gapDesktop"], justifyContent: ["justify-content", "justifyContent"], justifyContentMobile: ["justify-content--mobile", "justifyContentMobile"], justifyContentTablet: ["justify-content--tablet", "justifyContentTablet"], justifyContentLaptop: ["justify-content--laptop", "justifyContentLaptop"], justifyContentDesktop: ["justify-content--desktop", "justifyContentDesktop"], alignItems: ["align-items", "alignItems"], alignItemsMobile: ["align-items--mobile", "alignItemsMobile"], alignItemsTablet: ["align-items--tablet", "alignItemsTablet"], alignItemsLaptop: ["align-items--laptop", "alignItemsLaptop"], alignItemsDesktop: ["align-items--desktop", "alignItemsDesktop"], wrap: "wrap", wrapMobile: ["wrap--mobile", "wrapMobile"], wrapTablet: ["wrap--tablet", "wrapTablet"], wrapLaptop: ["wrap--laptop", "wrapLaptop"], wrapDesktop: ["wrap--desktop", "wrapDesktop"], overflowX: ["overflow-x", "overflowX"], overflowXMobile: ["overflow-x--mobile", "overflowXMobile"], overflowXTablet: ["overflow-x--tablet", "overflowXTablet"], overflowXLaptop: ["overflow-x--laptop", "overflowXLaptop"], overflowXDesktop: ["overflow-x--desktop", "overflowXDesktop"], 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
24100
24231
  }
24101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxPage, decorators: [{
24232
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxVstack, decorators: [{
24102
24233
  type: Directive,
24103
24234
  args: [{
24104
- selector: 'px-page',
24235
+ selector: 'px-vstack',
24105
24236
  standalone: true,
24106
24237
  }]
24107
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { backgroundImage: [{
24238
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { direction: [{
24239
+ type: Input
24240
+ }], directionMobile: [{
24241
+ type: Input,
24242
+ args: ['direction--mobile']
24243
+ }], directionTablet: [{
24244
+ type: Input,
24245
+ args: ['direction--tablet']
24246
+ }], directionLaptop: [{
24247
+ type: Input,
24248
+ args: ['direction--laptop']
24249
+ }], directionDesktop: [{
24250
+ type: Input,
24251
+ args: ['direction--desktop']
24252
+ }], gap: [{
24253
+ type: Input
24254
+ }], gapMobile: [{
24255
+ type: Input,
24256
+ args: ['gap--mobile']
24257
+ }], gapTablet: [{
24258
+ type: Input,
24259
+ args: ['gap--tablet']
24260
+ }], gapLaptop: [{
24261
+ type: Input,
24262
+ args: ['gap--laptop']
24263
+ }], gapDesktop: [{
24264
+ type: Input,
24265
+ args: ['gap--desktop']
24266
+ }], justifyContent: [{
24267
+ type: Input,
24268
+ args: ['justify-content']
24269
+ }], justifyContentMobile: [{
24270
+ type: Input,
24271
+ args: ['justify-content--mobile']
24272
+ }], justifyContentTablet: [{
24273
+ type: Input,
24274
+ args: ['justify-content--tablet']
24275
+ }], justifyContentLaptop: [{
24276
+ type: Input,
24277
+ args: ['justify-content--laptop']
24278
+ }], justifyContentDesktop: [{
24279
+ type: Input,
24280
+ args: ['justify-content--desktop']
24281
+ }], alignItems: [{
24282
+ type: Input,
24283
+ args: ['align-items']
24284
+ }], alignItemsMobile: [{
24285
+ type: Input,
24286
+ args: ['align-items--mobile']
24287
+ }], alignItemsTablet: [{
24288
+ type: Input,
24289
+ args: ['align-items--tablet']
24290
+ }], alignItemsLaptop: [{
24291
+ type: Input,
24292
+ args: ['align-items--laptop']
24293
+ }], alignItemsDesktop: [{
24108
24294
  type: Input,
24109
- args: ['background-image']
24110
- }], gap: [{
24295
+ args: ['align-items--desktop']
24296
+ }], wrap: [{
24111
24297
  type: Input
24112
- }], backgroundColor: [{
24298
+ }], wrapMobile: [{
24113
24299
  type: Input,
24114
- args: ['background-color']
24115
- }], paddingVertical: [{
24300
+ args: ['wrap--mobile']
24301
+ }], wrapTablet: [{
24116
24302
  type: Input,
24117
- args: ['padding-vertical']
24118
- }], paddingHorizontal: [{
24303
+ args: ['wrap--tablet']
24304
+ }], wrapLaptop: [{
24119
24305
  type: Input,
24120
- args: ['padding-horizontal']
24306
+ args: ['wrap--laptop']
24307
+ }], wrapDesktop: [{
24308
+ type: Input,
24309
+ args: ['wrap--desktop']
24310
+ }], overflowX: [{
24311
+ type: Input,
24312
+ args: ['overflow-x']
24313
+ }], overflowXMobile: [{
24314
+ type: Input,
24315
+ args: ['overflow-x--mobile']
24316
+ }], overflowXTablet: [{
24317
+ type: Input,
24318
+ args: ['overflow-x--tablet']
24319
+ }], overflowXLaptop: [{
24320
+ type: Input,
24321
+ args: ['overflow-x--laptop']
24322
+ }], overflowXDesktop: [{
24323
+ type: Input,
24324
+ args: ['overflow-x--desktop']
24121
24325
  }], grow: [{
24122
24326
  type: Input
24123
24327
  }], growMobile: [{
@@ -24271,43 +24475,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
24271
24475
  args: ['word-break-all--desktop']
24272
24476
  }] } });
24273
24477
  /**
24274
- * @description Type-only wrapper for <px-spacer>
24275
- */
24276
- class PxSpacer {
24277
- elementRef;
24278
- set grow(value) {
24279
- this.elementRef.nativeElement['grow'] = value;
24280
- }
24281
- get grow() {
24282
- return this.elementRef.nativeElement['grow'];
24283
- }
24284
- set nogap(value) {
24285
- this.elementRef.nativeElement['nogap'] = value;
24286
- }
24287
- get nogap() {
24288
- return this.elementRef.nativeElement['nogap'];
24289
- }
24290
- constructor(elementRef) {
24291
- this.elementRef = elementRef;
24292
- }
24293
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSpacer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
24294
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSpacer, isStandalone: true, selector: "px-spacer", inputs: { grow: "grow", nogap: "nogap" }, ngImport: i0 });
24295
- }
24296
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSpacer, decorators: [{
24297
- type: Directive,
24298
- args: [{
24299
- selector: 'px-spacer',
24300
- standalone: true,
24301
- }]
24302
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { grow: [{
24303
- type: Input
24304
- }], nogap: [{
24305
- type: Input
24306
- }] } });
24307
- /**
24308
- * @description Type-only wrapper for <px-stack>
24478
+ * @description Type-only wrapper for <px-hstack>
24309
24479
  */
24310
- class PxStack {
24480
+ class PxHstack {
24311
24481
  elementRef;
24312
24482
  set direction(value) {
24313
24483
  this.elementRef.nativeElement['direction'] = value;
@@ -24804,13 +24974,13 @@ class PxStack {
24804
24974
  constructor(elementRef) {
24805
24975
  this.elementRef = elementRef;
24806
24976
  }
24807
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxStack, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
24808
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxStack, isStandalone: true, selector: "px-stack", inputs: { direction: "direction", directionMobile: ["direction--mobile", "directionMobile"], directionTablet: ["direction--tablet", "directionTablet"], directionLaptop: ["direction--laptop", "directionLaptop"], directionDesktop: ["direction--desktop", "directionDesktop"], gap: "gap", gapMobile: ["gap--mobile", "gapMobile"], gapTablet: ["gap--tablet", "gapTablet"], gapLaptop: ["gap--laptop", "gapLaptop"], gapDesktop: ["gap--desktop", "gapDesktop"], justifyContent: ["justify-content", "justifyContent"], justifyContentMobile: ["justify-content--mobile", "justifyContentMobile"], justifyContentTablet: ["justify-content--tablet", "justifyContentTablet"], justifyContentLaptop: ["justify-content--laptop", "justifyContentLaptop"], justifyContentDesktop: ["justify-content--desktop", "justifyContentDesktop"], alignItems: ["align-items", "alignItems"], alignItemsMobile: ["align-items--mobile", "alignItemsMobile"], alignItemsTablet: ["align-items--tablet", "alignItemsTablet"], alignItemsLaptop: ["align-items--laptop", "alignItemsLaptop"], alignItemsDesktop: ["align-items--desktop", "alignItemsDesktop"], wrap: "wrap", wrapMobile: ["wrap--mobile", "wrapMobile"], wrapTablet: ["wrap--tablet", "wrapTablet"], wrapLaptop: ["wrap--laptop", "wrapLaptop"], wrapDesktop: ["wrap--desktop", "wrapDesktop"], overflowX: ["overflow-x", "overflowX"], overflowXMobile: ["overflow-x--mobile", "overflowXMobile"], overflowXTablet: ["overflow-x--tablet", "overflowXTablet"], overflowXLaptop: ["overflow-x--laptop", "overflowXLaptop"], overflowXDesktop: ["overflow-x--desktop", "overflowXDesktop"], 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
24977
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxHstack, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
24978
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxHstack, isStandalone: true, selector: "px-hstack", inputs: { direction: "direction", directionMobile: ["direction--mobile", "directionMobile"], directionTablet: ["direction--tablet", "directionTablet"], directionLaptop: ["direction--laptop", "directionLaptop"], directionDesktop: ["direction--desktop", "directionDesktop"], gap: "gap", gapMobile: ["gap--mobile", "gapMobile"], gapTablet: ["gap--tablet", "gapTablet"], gapLaptop: ["gap--laptop", "gapLaptop"], gapDesktop: ["gap--desktop", "gapDesktop"], justifyContent: ["justify-content", "justifyContent"], justifyContentMobile: ["justify-content--mobile", "justifyContentMobile"], justifyContentTablet: ["justify-content--tablet", "justifyContentTablet"], justifyContentLaptop: ["justify-content--laptop", "justifyContentLaptop"], justifyContentDesktop: ["justify-content--desktop", "justifyContentDesktop"], alignItems: ["align-items", "alignItems"], alignItemsMobile: ["align-items--mobile", "alignItemsMobile"], alignItemsTablet: ["align-items--tablet", "alignItemsTablet"], alignItemsLaptop: ["align-items--laptop", "alignItemsLaptop"], alignItemsDesktop: ["align-items--desktop", "alignItemsDesktop"], wrap: "wrap", wrapMobile: ["wrap--mobile", "wrapMobile"], wrapTablet: ["wrap--tablet", "wrapTablet"], wrapLaptop: ["wrap--laptop", "wrapLaptop"], wrapDesktop: ["wrap--desktop", "wrapDesktop"], overflowX: ["overflow-x", "overflowX"], overflowXMobile: ["overflow-x--mobile", "overflowXMobile"], overflowXTablet: ["overflow-x--tablet", "overflowXTablet"], overflowXLaptop: ["overflow-x--laptop", "overflowXLaptop"], overflowXDesktop: ["overflow-x--desktop", "overflowXDesktop"], 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
24809
24979
  }
24810
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxStack, decorators: [{
24980
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxHstack, decorators: [{
24811
24981
  type: Directive,
24812
24982
  args: [{
24813
- selector: 'px-stack',
24983
+ selector: 'px-hstack',
24814
24984
  standalone: true,
24815
24985
  }]
24816
24986
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { direction: [{
@@ -25053,189 +25223,139 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
25053
25223
  args: ['word-break-all--desktop']
25054
25224
  }] } });
25055
25225
  /**
25056
- * @description Type-only wrapper for <px-vstack>
25226
+ * @description Type-only wrapper for <px-a>
25057
25227
  */
25058
- class PxVstack {
25228
+ class PxA {
25059
25229
  elementRef;
25060
- set direction(value) {
25061
- this.elementRef.nativeElement['direction'] = value;
25062
- }
25063
- get direction() {
25064
- return this.elementRef.nativeElement['direction'];
25065
- }
25066
- set directionMobile(value) {
25067
- this.elementRef.nativeElement['directionMobile'] = value;
25068
- }
25069
- get directionMobile() {
25070
- return this.elementRef.nativeElement['directionMobile'];
25071
- }
25072
- set directionTablet(value) {
25073
- this.elementRef.nativeElement['directionTablet'] = value;
25074
- }
25075
- get directionTablet() {
25076
- return this.elementRef.nativeElement['directionTablet'];
25077
- }
25078
- set directionLaptop(value) {
25079
- this.elementRef.nativeElement['directionLaptop'] = value;
25080
- }
25081
- get directionLaptop() {
25082
- return this.elementRef.nativeElement['directionLaptop'];
25083
- }
25084
- set directionDesktop(value) {
25085
- this.elementRef.nativeElement['directionDesktop'] = value;
25086
- }
25087
- get directionDesktop() {
25088
- return this.elementRef.nativeElement['directionDesktop'];
25089
- }
25090
- set gap(value) {
25091
- this.elementRef.nativeElement['gap'] = value;
25092
- }
25093
- get gap() {
25094
- return this.elementRef.nativeElement['gap'];
25095
- }
25096
- set gapMobile(value) {
25097
- this.elementRef.nativeElement['gapMobile'] = value;
25098
- }
25099
- get gapMobile() {
25100
- return this.elementRef.nativeElement['gapMobile'];
25101
- }
25102
- set gapTablet(value) {
25103
- this.elementRef.nativeElement['gapTablet'] = value;
25104
- }
25105
- get gapTablet() {
25106
- return this.elementRef.nativeElement['gapTablet'];
25107
- }
25108
- set gapLaptop(value) {
25109
- this.elementRef.nativeElement['gapLaptop'] = value;
25110
- }
25111
- get gapLaptop() {
25112
- return this.elementRef.nativeElement['gapLaptop'];
25113
- }
25114
- set gapDesktop(value) {
25115
- this.elementRef.nativeElement['gapDesktop'] = value;
25230
+ set disabled(value) {
25231
+ this.elementRef.nativeElement['disabled'] = value;
25116
25232
  }
25117
- get gapDesktop() {
25118
- return this.elementRef.nativeElement['gapDesktop'];
25233
+ get disabled() {
25234
+ return this.elementRef.nativeElement['disabled'];
25119
25235
  }
25120
- set justifyContent(value) {
25121
- this.elementRef.nativeElement['justifyContent'] = value;
25236
+ set variant(value) {
25237
+ this.elementRef.nativeElement['variant'] = value;
25122
25238
  }
25123
- get justifyContent() {
25124
- return this.elementRef.nativeElement['justifyContent'];
25239
+ get variant() {
25240
+ return this.elementRef.nativeElement['variant'];
25125
25241
  }
25126
- set justifyContentMobile(value) {
25127
- this.elementRef.nativeElement['justifyContentMobile'] = value;
25242
+ set shape(value) {
25243
+ this.elementRef.nativeElement['shape'] = value;
25128
25244
  }
25129
- get justifyContentMobile() {
25130
- return this.elementRef.nativeElement['justifyContentMobile'];
25245
+ get shape() {
25246
+ return this.elementRef.nativeElement['shape'];
25131
25247
  }
25132
- set justifyContentTablet(value) {
25133
- this.elementRef.nativeElement['justifyContentTablet'] = value;
25248
+ set shapeMobile(value) {
25249
+ this.elementRef.nativeElement['shapeMobile'] = value;
25134
25250
  }
25135
- get justifyContentTablet() {
25136
- return this.elementRef.nativeElement['justifyContentTablet'];
25251
+ get shapeMobile() {
25252
+ return this.elementRef.nativeElement['shapeMobile'];
25137
25253
  }
25138
- set justifyContentLaptop(value) {
25139
- this.elementRef.nativeElement['justifyContentLaptop'] = value;
25254
+ set shapeTablet(value) {
25255
+ this.elementRef.nativeElement['shapeTablet'] = value;
25140
25256
  }
25141
- get justifyContentLaptop() {
25142
- return this.elementRef.nativeElement['justifyContentLaptop'];
25257
+ get shapeTablet() {
25258
+ return this.elementRef.nativeElement['shapeTablet'];
25143
25259
  }
25144
- set justifyContentDesktop(value) {
25145
- this.elementRef.nativeElement['justifyContentDesktop'] = value;
25260
+ set shapeLaptop(value) {
25261
+ this.elementRef.nativeElement['shapeLaptop'] = value;
25146
25262
  }
25147
- get justifyContentDesktop() {
25148
- return this.elementRef.nativeElement['justifyContentDesktop'];
25263
+ get shapeLaptop() {
25264
+ return this.elementRef.nativeElement['shapeLaptop'];
25149
25265
  }
25150
- set alignItems(value) {
25151
- this.elementRef.nativeElement['alignItems'] = value;
25266
+ set shapeDesktop(value) {
25267
+ this.elementRef.nativeElement['shapeDesktop'] = value;
25152
25268
  }
25153
- get alignItems() {
25154
- return this.elementRef.nativeElement['alignItems'];
25269
+ get shapeDesktop() {
25270
+ return this.elementRef.nativeElement['shapeDesktop'];
25155
25271
  }
25156
- set alignItemsMobile(value) {
25157
- this.elementRef.nativeElement['alignItemsMobile'] = value;
25272
+ set extended(value) {
25273
+ this.elementRef.nativeElement['extended'] = value;
25158
25274
  }
25159
- get alignItemsMobile() {
25160
- return this.elementRef.nativeElement['alignItemsMobile'];
25275
+ get extended() {
25276
+ return this.elementRef.nativeElement['extended'];
25161
25277
  }
25162
- set alignItemsTablet(value) {
25163
- this.elementRef.nativeElement['alignItemsTablet'] = value;
25278
+ set extendedMobile(value) {
25279
+ this.elementRef.nativeElement['extendedMobile'] = value;
25164
25280
  }
25165
- get alignItemsTablet() {
25166
- return this.elementRef.nativeElement['alignItemsTablet'];
25281
+ get extendedMobile() {
25282
+ return this.elementRef.nativeElement['extendedMobile'];
25167
25283
  }
25168
- set alignItemsLaptop(value) {
25169
- this.elementRef.nativeElement['alignItemsLaptop'] = value;
25284
+ set extendedTablet(value) {
25285
+ this.elementRef.nativeElement['extendedTablet'] = value;
25170
25286
  }
25171
- get alignItemsLaptop() {
25172
- return this.elementRef.nativeElement['alignItemsLaptop'];
25287
+ get extendedTablet() {
25288
+ return this.elementRef.nativeElement['extendedTablet'];
25173
25289
  }
25174
- set alignItemsDesktop(value) {
25175
- this.elementRef.nativeElement['alignItemsDesktop'] = value;
25290
+ set extendedLaptop(value) {
25291
+ this.elementRef.nativeElement['extendedLaptop'] = value;
25176
25292
  }
25177
- get alignItemsDesktop() {
25178
- return this.elementRef.nativeElement['alignItemsDesktop'];
25293
+ get extendedLaptop() {
25294
+ return this.elementRef.nativeElement['extendedLaptop'];
25179
25295
  }
25180
- set wrap(value) {
25181
- this.elementRef.nativeElement['wrap'] = value;
25296
+ set extendedDesktop(value) {
25297
+ this.elementRef.nativeElement['extendedDesktop'] = value;
25182
25298
  }
25183
- get wrap() {
25184
- return this.elementRef.nativeElement['wrap'];
25299
+ get extendedDesktop() {
25300
+ return this.elementRef.nativeElement['extendedDesktop'];
25185
25301
  }
25186
- set wrapMobile(value) {
25187
- this.elementRef.nativeElement['wrapMobile'] = value;
25302
+ set inverted(value) {
25303
+ this.elementRef.nativeElement['inverted'] = value;
25188
25304
  }
25189
- get wrapMobile() {
25190
- return this.elementRef.nativeElement['wrapMobile'];
25305
+ get inverted() {
25306
+ return this.elementRef.nativeElement['inverted'];
25191
25307
  }
25192
- set wrapTablet(value) {
25193
- this.elementRef.nativeElement['wrapTablet'] = value;
25308
+ set fontSize(value) {
25309
+ this.elementRef.nativeElement['fontSize'] = value;
25194
25310
  }
25195
- get wrapTablet() {
25196
- return this.elementRef.nativeElement['wrapTablet'];
25311
+ get fontSize() {
25312
+ return this.elementRef.nativeElement['fontSize'];
25197
25313
  }
25198
- set wrapLaptop(value) {
25199
- this.elementRef.nativeElement['wrapLaptop'] = value;
25314
+ set color(value) {
25315
+ this.elementRef.nativeElement['color'] = value;
25200
25316
  }
25201
- get wrapLaptop() {
25202
- return this.elementRef.nativeElement['wrapLaptop'];
25317
+ get color() {
25318
+ return this.elementRef.nativeElement['color'];
25203
25319
  }
25204
- set wrapDesktop(value) {
25205
- this.elementRef.nativeElement['wrapDesktop'] = value;
25320
+ set fontWeight(value) {
25321
+ this.elementRef.nativeElement['fontWeight'] = value;
25206
25322
  }
25207
- get wrapDesktop() {
25208
- return this.elementRef.nativeElement['wrapDesktop'];
25323
+ get fontWeight() {
25324
+ return this.elementRef.nativeElement['fontWeight'];
25209
25325
  }
25210
- set overflowX(value) {
25211
- this.elementRef.nativeElement['overflowX'] = value;
25326
+ set title(value) {
25327
+ this.elementRef.nativeElement['title'] = value;
25212
25328
  }
25213
- get overflowX() {
25214
- return this.elementRef.nativeElement['overflowX'];
25329
+ get title() {
25330
+ return this.elementRef.nativeElement['title'];
25215
25331
  }
25216
- set overflowXMobile(value) {
25217
- this.elementRef.nativeElement['overflowXMobile'] = value;
25332
+ /** The URL that the hyperlink points to. */
25333
+ set href(value) {
25334
+ this.elementRef.nativeElement['href'] = value;
25218
25335
  }
25219
- get overflowXMobile() {
25220
- return this.elementRef.nativeElement['overflowXMobile'];
25336
+ get href() {
25337
+ return this.elementRef.nativeElement['href'];
25221
25338
  }
25222
- set overflowXTablet(value) {
25223
- this.elementRef.nativeElement['overflowXTablet'] = value;
25339
+ /** Where to display the linked URL. */
25340
+ set target(value) {
25341
+ this.elementRef.nativeElement['target'] = value;
25224
25342
  }
25225
- get overflowXTablet() {
25226
- return this.elementRef.nativeElement['overflowXTablet'];
25343
+ get target() {
25344
+ return this.elementRef.nativeElement['target'];
25227
25345
  }
25228
- set overflowXLaptop(value) {
25229
- this.elementRef.nativeElement['overflowXLaptop'] = value;
25346
+ /** The relationship of the linked URL as space-separated link types. */
25347
+ set rel(value) {
25348
+ this.elementRef.nativeElement['rel'] = value;
25230
25349
  }
25231
- get overflowXLaptop() {
25232
- return this.elementRef.nativeElement['overflowXLaptop'];
25350
+ get rel() {
25351
+ return this.elementRef.nativeElement['rel'];
25233
25352
  }
25234
- set overflowXDesktop(value) {
25235
- this.elementRef.nativeElement['overflowXDesktop'] = value;
25353
+ /** Prompts the user to save the linked URL instead of navigating to it. */
25354
+ set download(value) {
25355
+ this.elementRef.nativeElement['download'] = value;
25236
25356
  }
25237
- get overflowXDesktop() {
25238
- return this.elementRef.nativeElement['overflowXDesktop'];
25357
+ get download() {
25358
+ return this.elementRef.nativeElement['download'];
25239
25359
  }
25240
25360
  set grow(value) {
25241
25361
  this.elementRef.nativeElement['grow'] = value;
@@ -25552,102 +25672,67 @@ class PxVstack {
25552
25672
  constructor(elementRef) {
25553
25673
  this.elementRef = elementRef;
25554
25674
  }
25555
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxVstack, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
25556
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxVstack, isStandalone: true, selector: "px-vstack", inputs: { direction: "direction", directionMobile: ["direction--mobile", "directionMobile"], directionTablet: ["direction--tablet", "directionTablet"], directionLaptop: ["direction--laptop", "directionLaptop"], directionDesktop: ["direction--desktop", "directionDesktop"], gap: "gap", gapMobile: ["gap--mobile", "gapMobile"], gapTablet: ["gap--tablet", "gapTablet"], gapLaptop: ["gap--laptop", "gapLaptop"], gapDesktop: ["gap--desktop", "gapDesktop"], justifyContent: ["justify-content", "justifyContent"], justifyContentMobile: ["justify-content--mobile", "justifyContentMobile"], justifyContentTablet: ["justify-content--tablet", "justifyContentTablet"], justifyContentLaptop: ["justify-content--laptop", "justifyContentLaptop"], justifyContentDesktop: ["justify-content--desktop", "justifyContentDesktop"], alignItems: ["align-items", "alignItems"], alignItemsMobile: ["align-items--mobile", "alignItemsMobile"], alignItemsTablet: ["align-items--tablet", "alignItemsTablet"], alignItemsLaptop: ["align-items--laptop", "alignItemsLaptop"], alignItemsDesktop: ["align-items--desktop", "alignItemsDesktop"], wrap: "wrap", wrapMobile: ["wrap--mobile", "wrapMobile"], wrapTablet: ["wrap--tablet", "wrapTablet"], wrapLaptop: ["wrap--laptop", "wrapLaptop"], wrapDesktop: ["wrap--desktop", "wrapDesktop"], overflowX: ["overflow-x", "overflowX"], overflowXMobile: ["overflow-x--mobile", "overflowXMobile"], overflowXTablet: ["overflow-x--tablet", "overflowXTablet"], overflowXLaptop: ["overflow-x--laptop", "overflowXLaptop"], overflowXDesktop: ["overflow-x--desktop", "overflowXDesktop"], 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
25675
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxA, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
25676
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxA, isStandalone: true, selector: "px-a", inputs: { disabled: "disabled", variant: "variant", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], inverted: "inverted", fontSize: ["font-size", "fontSize"], color: "color", fontWeight: ["font-weight", "fontWeight"], title: "title", href: "href", target: "target", rel: "rel", download: "download", 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
25557
25677
  }
25558
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxVstack, decorators: [{
25678
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxA, decorators: [{
25559
25679
  type: Directive,
25560
25680
  args: [{
25561
- selector: 'px-vstack',
25681
+ selector: 'px-a',
25562
25682
  standalone: true,
25563
25683
  }]
25564
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { direction: [{
25684
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { disabled: [{
25565
25685
  type: Input
25566
- }], directionMobile: [{
25567
- type: Input,
25568
- args: ['direction--mobile']
25569
- }], directionTablet: [{
25570
- type: Input,
25571
- args: ['direction--tablet']
25572
- }], directionLaptop: [{
25573
- type: Input,
25574
- args: ['direction--laptop']
25575
- }], directionDesktop: [{
25576
- type: Input,
25577
- args: ['direction--desktop']
25578
- }], gap: [{
25686
+ }], variant: [{
25579
25687
  type: Input
25580
- }], gapMobile: [{
25581
- type: Input,
25582
- args: ['gap--mobile']
25583
- }], gapTablet: [{
25584
- type: Input,
25585
- args: ['gap--tablet']
25586
- }], gapLaptop: [{
25587
- type: Input,
25588
- args: ['gap--laptop']
25589
- }], gapDesktop: [{
25590
- type: Input,
25591
- args: ['gap--desktop']
25592
- }], justifyContent: [{
25593
- type: Input,
25594
- args: ['justify-content']
25595
- }], justifyContentMobile: [{
25596
- type: Input,
25597
- args: ['justify-content--mobile']
25598
- }], justifyContentTablet: [{
25599
- type: Input,
25600
- args: ['justify-content--tablet']
25601
- }], justifyContentLaptop: [{
25602
- type: Input,
25603
- args: ['justify-content--laptop']
25604
- }], justifyContentDesktop: [{
25605
- type: Input,
25606
- args: ['justify-content--desktop']
25607
- }], alignItems: [{
25608
- type: Input,
25609
- args: ['align-items']
25610
- }], alignItemsMobile: [{
25688
+ }], shape: [{
25689
+ type: Input
25690
+ }], shapeMobile: [{
25611
25691
  type: Input,
25612
- args: ['align-items--mobile']
25613
- }], alignItemsTablet: [{
25692
+ args: ['shape--mobile']
25693
+ }], shapeTablet: [{
25614
25694
  type: Input,
25615
- args: ['align-items--tablet']
25616
- }], alignItemsLaptop: [{
25695
+ args: ['shape--tablet']
25696
+ }], shapeLaptop: [{
25617
25697
  type: Input,
25618
- args: ['align-items--laptop']
25619
- }], alignItemsDesktop: [{
25698
+ args: ['shape--laptop']
25699
+ }], shapeDesktop: [{
25620
25700
  type: Input,
25621
- args: ['align-items--desktop']
25622
- }], wrap: [{
25701
+ args: ['shape--desktop']
25702
+ }], extended: [{
25623
25703
  type: Input
25624
- }], wrapMobile: [{
25625
- type: Input,
25626
- args: ['wrap--mobile']
25627
- }], wrapTablet: [{
25628
- type: Input,
25629
- args: ['wrap--tablet']
25630
- }], wrapLaptop: [{
25631
- type: Input,
25632
- args: ['wrap--laptop']
25633
- }], wrapDesktop: [{
25704
+ }], extendedMobile: [{
25634
25705
  type: Input,
25635
- args: ['wrap--desktop']
25636
- }], overflowX: [{
25706
+ args: ['extended--mobile']
25707
+ }], extendedTablet: [{
25637
25708
  type: Input,
25638
- args: ['overflow-x']
25639
- }], overflowXMobile: [{
25709
+ args: ['extended--tablet']
25710
+ }], extendedLaptop: [{
25640
25711
  type: Input,
25641
- args: ['overflow-x--mobile']
25642
- }], overflowXTablet: [{
25712
+ args: ['extended--laptop']
25713
+ }], extendedDesktop: [{
25643
25714
  type: Input,
25644
- args: ['overflow-x--tablet']
25645
- }], overflowXLaptop: [{
25715
+ args: ['extended--desktop']
25716
+ }], inverted: [{
25717
+ type: Input
25718
+ }], fontSize: [{
25646
25719
  type: Input,
25647
- args: ['overflow-x--laptop']
25648
- }], overflowXDesktop: [{
25720
+ args: ['font-size']
25721
+ }], color: [{
25722
+ type: Input
25723
+ }], fontWeight: [{
25649
25724
  type: Input,
25650
- args: ['overflow-x--desktop']
25725
+ args: ['font-weight']
25726
+ }], title: [{
25727
+ type: Input
25728
+ }], href: [{
25729
+ type: Input
25730
+ }], target: [{
25731
+ type: Input
25732
+ }], rel: [{
25733
+ type: Input
25734
+ }], download: [{
25735
+ type: Input
25651
25736
  }], grow: [{
25652
25737
  type: Input
25653
25738
  }], growMobile: [{
@@ -25782,208 +25867,158 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
25782
25867
  type: Input,
25783
25868
  args: ['sticky-top']
25784
25869
  }], stickyBottom: [{
25785
- type: Input,
25786
- args: ['sticky-bottom']
25787
- }], wordBreakAll: [{
25788
- type: Input,
25789
- args: ['word-break-all']
25790
- }], wordBreakAllMobile: [{
25791
- type: Input,
25792
- args: ['word-break-all--mobile']
25793
- }], wordBreakAllTablet: [{
25794
- type: Input,
25795
- args: ['word-break-all--tablet']
25796
- }], wordBreakAllLaptop: [{
25797
- type: Input,
25798
- args: ['word-break-all--laptop']
25799
- }], wordBreakAllDesktop: [{
25800
- type: Input,
25801
- args: ['word-break-all--desktop']
25802
- }] } });
25803
- /**
25804
- * @description Type-only wrapper for <px-hstack>
25805
- */
25806
- class PxHstack {
25807
- elementRef;
25808
- set direction(value) {
25809
- this.elementRef.nativeElement['direction'] = value;
25810
- }
25811
- get direction() {
25812
- return this.elementRef.nativeElement['direction'];
25813
- }
25814
- set directionMobile(value) {
25815
- this.elementRef.nativeElement['directionMobile'] = value;
25816
- }
25817
- get directionMobile() {
25818
- return this.elementRef.nativeElement['directionMobile'];
25819
- }
25820
- set directionTablet(value) {
25821
- this.elementRef.nativeElement['directionTablet'] = value;
25822
- }
25823
- get directionTablet() {
25824
- return this.elementRef.nativeElement['directionTablet'];
25825
- }
25826
- set directionLaptop(value) {
25827
- this.elementRef.nativeElement['directionLaptop'] = value;
25828
- }
25829
- get directionLaptop() {
25830
- return this.elementRef.nativeElement['directionLaptop'];
25831
- }
25832
- set directionDesktop(value) {
25833
- this.elementRef.nativeElement['directionDesktop'] = value;
25834
- }
25835
- get directionDesktop() {
25836
- return this.elementRef.nativeElement['directionDesktop'];
25837
- }
25838
- set gap(value) {
25839
- this.elementRef.nativeElement['gap'] = value;
25840
- }
25841
- get gap() {
25842
- return this.elementRef.nativeElement['gap'];
25843
- }
25844
- set gapMobile(value) {
25845
- this.elementRef.nativeElement['gapMobile'] = value;
25846
- }
25847
- get gapMobile() {
25848
- return this.elementRef.nativeElement['gapMobile'];
25849
- }
25850
- set gapTablet(value) {
25851
- this.elementRef.nativeElement['gapTablet'] = value;
25852
- }
25853
- get gapTablet() {
25854
- return this.elementRef.nativeElement['gapTablet'];
25855
- }
25856
- set gapLaptop(value) {
25857
- this.elementRef.nativeElement['gapLaptop'] = value;
25858
- }
25859
- get gapLaptop() {
25860
- return this.elementRef.nativeElement['gapLaptop'];
25861
- }
25862
- set gapDesktop(value) {
25863
- this.elementRef.nativeElement['gapDesktop'] = value;
25870
+ type: Input,
25871
+ args: ['sticky-bottom']
25872
+ }], wordBreakAll: [{
25873
+ type: Input,
25874
+ args: ['word-break-all']
25875
+ }], wordBreakAllMobile: [{
25876
+ type: Input,
25877
+ args: ['word-break-all--mobile']
25878
+ }], wordBreakAllTablet: [{
25879
+ type: Input,
25880
+ args: ['word-break-all--tablet']
25881
+ }], wordBreakAllLaptop: [{
25882
+ type: Input,
25883
+ args: ['word-break-all--laptop']
25884
+ }], wordBreakAllDesktop: [{
25885
+ type: Input,
25886
+ args: ['word-break-all--desktop']
25887
+ }] } });
25888
+ /**
25889
+ * @description Type-only wrapper for <px-a-wrapper>
25890
+ */
25891
+ class PxAWrapper {
25892
+ elementRef;
25893
+ /** The URL that the hyperlink points to. */
25894
+ set href(value) {
25895
+ this.elementRef.nativeElement['href'] = value;
25864
25896
  }
25865
- get gapDesktop() {
25866
- return this.elementRef.nativeElement['gapDesktop'];
25897
+ get href() {
25898
+ return this.elementRef.nativeElement['href'];
25867
25899
  }
25868
- set justifyContent(value) {
25869
- this.elementRef.nativeElement['justifyContent'] = value;
25900
+ /** Where to display the linked URL. */
25901
+ set target(value) {
25902
+ this.elementRef.nativeElement['target'] = value;
25870
25903
  }
25871
- get justifyContent() {
25872
- return this.elementRef.nativeElement['justifyContent'];
25904
+ get target() {
25905
+ return this.elementRef.nativeElement['target'];
25873
25906
  }
25874
- set justifyContentMobile(value) {
25875
- this.elementRef.nativeElement['justifyContentMobile'] = value;
25907
+ /** The relationship of the linked URL as space-separated link types. */
25908
+ set rel(value) {
25909
+ this.elementRef.nativeElement['rel'] = value;
25876
25910
  }
25877
- get justifyContentMobile() {
25878
- return this.elementRef.nativeElement['justifyContentMobile'];
25911
+ get rel() {
25912
+ return this.elementRef.nativeElement['rel'];
25879
25913
  }
25880
- set justifyContentTablet(value) {
25881
- this.elementRef.nativeElement['justifyContentTablet'] = value;
25914
+ /** Prompts the user to save the linked URL instead of navigating to it. */
25915
+ set download(value) {
25916
+ this.elementRef.nativeElement['download'] = value;
25882
25917
  }
25883
- get justifyContentTablet() {
25884
- return this.elementRef.nativeElement['justifyContentTablet'];
25918
+ get download() {
25919
+ return this.elementRef.nativeElement['download'];
25885
25920
  }
25886
- set justifyContentLaptop(value) {
25887
- this.elementRef.nativeElement['justifyContentLaptop'] = value;
25921
+ set disabled(value) {
25922
+ this.elementRef.nativeElement['disabled'] = value;
25888
25923
  }
25889
- get justifyContentLaptop() {
25890
- return this.elementRef.nativeElement['justifyContentLaptop'];
25924
+ get disabled() {
25925
+ return this.elementRef.nativeElement['disabled'];
25891
25926
  }
25892
- set justifyContentDesktop(value) {
25893
- this.elementRef.nativeElement['justifyContentDesktop'] = value;
25927
+ set variant(value) {
25928
+ this.elementRef.nativeElement['variant'] = value;
25894
25929
  }
25895
- get justifyContentDesktop() {
25896
- return this.elementRef.nativeElement['justifyContentDesktop'];
25930
+ get variant() {
25931
+ return this.elementRef.nativeElement['variant'];
25897
25932
  }
25898
- set alignItems(value) {
25899
- this.elementRef.nativeElement['alignItems'] = value;
25933
+ set shape(value) {
25934
+ this.elementRef.nativeElement['shape'] = value;
25900
25935
  }
25901
- get alignItems() {
25902
- return this.elementRef.nativeElement['alignItems'];
25936
+ get shape() {
25937
+ return this.elementRef.nativeElement['shape'];
25903
25938
  }
25904
- set alignItemsMobile(value) {
25905
- this.elementRef.nativeElement['alignItemsMobile'] = value;
25939
+ set shapeMobile(value) {
25940
+ this.elementRef.nativeElement['shapeMobile'] = value;
25906
25941
  }
25907
- get alignItemsMobile() {
25908
- return this.elementRef.nativeElement['alignItemsMobile'];
25942
+ get shapeMobile() {
25943
+ return this.elementRef.nativeElement['shapeMobile'];
25909
25944
  }
25910
- set alignItemsTablet(value) {
25911
- this.elementRef.nativeElement['alignItemsTablet'] = value;
25945
+ set shapeTablet(value) {
25946
+ this.elementRef.nativeElement['shapeTablet'] = value;
25912
25947
  }
25913
- get alignItemsTablet() {
25914
- return this.elementRef.nativeElement['alignItemsTablet'];
25948
+ get shapeTablet() {
25949
+ return this.elementRef.nativeElement['shapeTablet'];
25915
25950
  }
25916
- set alignItemsLaptop(value) {
25917
- this.elementRef.nativeElement['alignItemsLaptop'] = value;
25951
+ set shapeLaptop(value) {
25952
+ this.elementRef.nativeElement['shapeLaptop'] = value;
25918
25953
  }
25919
- get alignItemsLaptop() {
25920
- return this.elementRef.nativeElement['alignItemsLaptop'];
25954
+ get shapeLaptop() {
25955
+ return this.elementRef.nativeElement['shapeLaptop'];
25921
25956
  }
25922
- set alignItemsDesktop(value) {
25923
- this.elementRef.nativeElement['alignItemsDesktop'] = value;
25957
+ set shapeDesktop(value) {
25958
+ this.elementRef.nativeElement['shapeDesktop'] = value;
25924
25959
  }
25925
- get alignItemsDesktop() {
25926
- return this.elementRef.nativeElement['alignItemsDesktop'];
25960
+ get shapeDesktop() {
25961
+ return this.elementRef.nativeElement['shapeDesktop'];
25927
25962
  }
25928
- set wrap(value) {
25929
- this.elementRef.nativeElement['wrap'] = value;
25963
+ set extended(value) {
25964
+ this.elementRef.nativeElement['extended'] = value;
25930
25965
  }
25931
- get wrap() {
25932
- return this.elementRef.nativeElement['wrap'];
25966
+ get extended() {
25967
+ return this.elementRef.nativeElement['extended'];
25933
25968
  }
25934
- set wrapMobile(value) {
25935
- this.elementRef.nativeElement['wrapMobile'] = value;
25969
+ set extendedMobile(value) {
25970
+ this.elementRef.nativeElement['extendedMobile'] = value;
25936
25971
  }
25937
- get wrapMobile() {
25938
- return this.elementRef.nativeElement['wrapMobile'];
25972
+ get extendedMobile() {
25973
+ return this.elementRef.nativeElement['extendedMobile'];
25939
25974
  }
25940
- set wrapTablet(value) {
25941
- this.elementRef.nativeElement['wrapTablet'] = value;
25975
+ set extendedTablet(value) {
25976
+ this.elementRef.nativeElement['extendedTablet'] = value;
25942
25977
  }
25943
- get wrapTablet() {
25944
- return this.elementRef.nativeElement['wrapTablet'];
25978
+ get extendedTablet() {
25979
+ return this.elementRef.nativeElement['extendedTablet'];
25945
25980
  }
25946
- set wrapLaptop(value) {
25947
- this.elementRef.nativeElement['wrapLaptop'] = value;
25981
+ set extendedLaptop(value) {
25982
+ this.elementRef.nativeElement['extendedLaptop'] = value;
25948
25983
  }
25949
- get wrapLaptop() {
25950
- return this.elementRef.nativeElement['wrapLaptop'];
25984
+ get extendedLaptop() {
25985
+ return this.elementRef.nativeElement['extendedLaptop'];
25951
25986
  }
25952
- set wrapDesktop(value) {
25953
- this.elementRef.nativeElement['wrapDesktop'] = value;
25987
+ set extendedDesktop(value) {
25988
+ this.elementRef.nativeElement['extendedDesktop'] = value;
25954
25989
  }
25955
- get wrapDesktop() {
25956
- return this.elementRef.nativeElement['wrapDesktop'];
25990
+ get extendedDesktop() {
25991
+ return this.elementRef.nativeElement['extendedDesktop'];
25957
25992
  }
25958
- set overflowX(value) {
25959
- this.elementRef.nativeElement['overflowX'] = value;
25993
+ set inverted(value) {
25994
+ this.elementRef.nativeElement['inverted'] = value;
25960
25995
  }
25961
- get overflowX() {
25962
- return this.elementRef.nativeElement['overflowX'];
25996
+ get inverted() {
25997
+ return this.elementRef.nativeElement['inverted'];
25963
25998
  }
25964
- set overflowXMobile(value) {
25965
- this.elementRef.nativeElement['overflowXMobile'] = value;
25999
+ set fontSize(value) {
26000
+ this.elementRef.nativeElement['fontSize'] = value;
25966
26001
  }
25967
- get overflowXMobile() {
25968
- return this.elementRef.nativeElement['overflowXMobile'];
26002
+ get fontSize() {
26003
+ return this.elementRef.nativeElement['fontSize'];
25969
26004
  }
25970
- set overflowXTablet(value) {
25971
- this.elementRef.nativeElement['overflowXTablet'] = value;
26005
+ set color(value) {
26006
+ this.elementRef.nativeElement['color'] = value;
25972
26007
  }
25973
- get overflowXTablet() {
25974
- return this.elementRef.nativeElement['overflowXTablet'];
26008
+ get color() {
26009
+ return this.elementRef.nativeElement['color'];
25975
26010
  }
25976
- set overflowXLaptop(value) {
25977
- this.elementRef.nativeElement['overflowXLaptop'] = value;
26011
+ set fontWeight(value) {
26012
+ this.elementRef.nativeElement['fontWeight'] = value;
25978
26013
  }
25979
- get overflowXLaptop() {
25980
- return this.elementRef.nativeElement['overflowXLaptop'];
26014
+ get fontWeight() {
26015
+ return this.elementRef.nativeElement['fontWeight'];
25981
26016
  }
25982
- set overflowXDesktop(value) {
25983
- this.elementRef.nativeElement['overflowXDesktop'] = value;
26017
+ set title(value) {
26018
+ this.elementRef.nativeElement['title'] = value;
25984
26019
  }
25985
- get overflowXDesktop() {
25986
- return this.elementRef.nativeElement['overflowXDesktop'];
26020
+ get title() {
26021
+ return this.elementRef.nativeElement['title'];
25987
26022
  }
25988
26023
  set grow(value) {
25989
26024
  this.elementRef.nativeElement['grow'] = value;
@@ -26293,109 +26328,74 @@ class PxHstack {
26293
26328
  }
26294
26329
  set wordBreakAllDesktop(value) {
26295
26330
  this.elementRef.nativeElement['wordBreakAllDesktop'] = value;
26296
- }
26297
- get wordBreakAllDesktop() {
26298
- return this.elementRef.nativeElement['wordBreakAllDesktop'];
26299
- }
26300
- constructor(elementRef) {
26301
- this.elementRef = elementRef;
26302
- }
26303
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxHstack, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
26304
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxHstack, isStandalone: true, selector: "px-hstack", inputs: { direction: "direction", directionMobile: ["direction--mobile", "directionMobile"], directionTablet: ["direction--tablet", "directionTablet"], directionLaptop: ["direction--laptop", "directionLaptop"], directionDesktop: ["direction--desktop", "directionDesktop"], gap: "gap", gapMobile: ["gap--mobile", "gapMobile"], gapTablet: ["gap--tablet", "gapTablet"], gapLaptop: ["gap--laptop", "gapLaptop"], gapDesktop: ["gap--desktop", "gapDesktop"], justifyContent: ["justify-content", "justifyContent"], justifyContentMobile: ["justify-content--mobile", "justifyContentMobile"], justifyContentTablet: ["justify-content--tablet", "justifyContentTablet"], justifyContentLaptop: ["justify-content--laptop", "justifyContentLaptop"], justifyContentDesktop: ["justify-content--desktop", "justifyContentDesktop"], alignItems: ["align-items", "alignItems"], alignItemsMobile: ["align-items--mobile", "alignItemsMobile"], alignItemsTablet: ["align-items--tablet", "alignItemsTablet"], alignItemsLaptop: ["align-items--laptop", "alignItemsLaptop"], alignItemsDesktop: ["align-items--desktop", "alignItemsDesktop"], wrap: "wrap", wrapMobile: ["wrap--mobile", "wrapMobile"], wrapTablet: ["wrap--tablet", "wrapTablet"], wrapLaptop: ["wrap--laptop", "wrapLaptop"], wrapDesktop: ["wrap--desktop", "wrapDesktop"], overflowX: ["overflow-x", "overflowX"], overflowXMobile: ["overflow-x--mobile", "overflowXMobile"], overflowXTablet: ["overflow-x--tablet", "overflowXTablet"], overflowXLaptop: ["overflow-x--laptop", "overflowXLaptop"], overflowXDesktop: ["overflow-x--desktop", "overflowXDesktop"], 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
26305
- }
26306
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxHstack, decorators: [{
26307
- type: Directive,
26308
- args: [{
26309
- selector: 'px-hstack',
26310
- standalone: true,
26311
- }]
26312
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { direction: [{
26313
- type: Input
26314
- }], directionMobile: [{
26315
- type: Input,
26316
- args: ['direction--mobile']
26317
- }], directionTablet: [{
26318
- type: Input,
26319
- args: ['direction--tablet']
26320
- }], directionLaptop: [{
26321
- type: Input,
26322
- args: ['direction--laptop']
26323
- }], directionDesktop: [{
26324
- type: Input,
26325
- args: ['direction--desktop']
26326
- }], gap: [{
26327
- type: Input
26328
- }], gapMobile: [{
26329
- type: Input,
26330
- args: ['gap--mobile']
26331
- }], gapTablet: [{
26332
- type: Input,
26333
- args: ['gap--tablet']
26334
- }], gapLaptop: [{
26335
- type: Input,
26336
- args: ['gap--laptop']
26337
- }], gapDesktop: [{
26338
- type: Input,
26339
- args: ['gap--desktop']
26340
- }], justifyContent: [{
26341
- type: Input,
26342
- args: ['justify-content']
26343
- }], justifyContentMobile: [{
26344
- type: Input,
26345
- args: ['justify-content--mobile']
26346
- }], justifyContentTablet: [{
26347
- type: Input,
26348
- args: ['justify-content--tablet']
26349
- }], justifyContentLaptop: [{
26350
- type: Input,
26351
- args: ['justify-content--laptop']
26352
- }], justifyContentDesktop: [{
26353
- type: Input,
26354
- args: ['justify-content--desktop']
26355
- }], alignItems: [{
26356
- type: Input,
26357
- args: ['align-items']
26358
- }], alignItemsMobile: [{
26331
+ }
26332
+ get wordBreakAllDesktop() {
26333
+ return this.elementRef.nativeElement['wordBreakAllDesktop'];
26334
+ }
26335
+ constructor(elementRef) {
26336
+ this.elementRef = elementRef;
26337
+ }
26338
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAWrapper, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
26339
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxAWrapper, isStandalone: true, selector: "px-a-wrapper", inputs: { href: "href", target: "target", rel: "rel", download: "download", disabled: "disabled", variant: "variant", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], inverted: "inverted", fontSize: ["font-size", "fontSize"], color: "color", fontWeight: ["font-weight", "fontWeight"], title: "title", 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
26340
+ }
26341
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAWrapper, decorators: [{
26342
+ type: Directive,
26343
+ args: [{
26344
+ selector: 'px-a-wrapper',
26345
+ standalone: true,
26346
+ }]
26347
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { href: [{
26348
+ type: Input
26349
+ }], target: [{
26350
+ type: Input
26351
+ }], rel: [{
26352
+ type: Input
26353
+ }], download: [{
26354
+ type: Input
26355
+ }], disabled: [{
26356
+ type: Input
26357
+ }], variant: [{
26358
+ type: Input
26359
+ }], shape: [{
26360
+ type: Input
26361
+ }], shapeMobile: [{
26359
26362
  type: Input,
26360
- args: ['align-items--mobile']
26361
- }], alignItemsTablet: [{
26363
+ args: ['shape--mobile']
26364
+ }], shapeTablet: [{
26362
26365
  type: Input,
26363
- args: ['align-items--tablet']
26364
- }], alignItemsLaptop: [{
26366
+ args: ['shape--tablet']
26367
+ }], shapeLaptop: [{
26365
26368
  type: Input,
26366
- args: ['align-items--laptop']
26367
- }], alignItemsDesktop: [{
26369
+ args: ['shape--laptop']
26370
+ }], shapeDesktop: [{
26368
26371
  type: Input,
26369
- args: ['align-items--desktop']
26370
- }], wrap: [{
26372
+ args: ['shape--desktop']
26373
+ }], extended: [{
26371
26374
  type: Input
26372
- }], wrapMobile: [{
26373
- type: Input,
26374
- args: ['wrap--mobile']
26375
- }], wrapTablet: [{
26376
- type: Input,
26377
- args: ['wrap--tablet']
26378
- }], wrapLaptop: [{
26379
- type: Input,
26380
- args: ['wrap--laptop']
26381
- }], wrapDesktop: [{
26375
+ }], extendedMobile: [{
26382
26376
  type: Input,
26383
- args: ['wrap--desktop']
26384
- }], overflowX: [{
26377
+ args: ['extended--mobile']
26378
+ }], extendedTablet: [{
26385
26379
  type: Input,
26386
- args: ['overflow-x']
26387
- }], overflowXMobile: [{
26380
+ args: ['extended--tablet']
26381
+ }], extendedLaptop: [{
26388
26382
  type: Input,
26389
- args: ['overflow-x--mobile']
26390
- }], overflowXTablet: [{
26383
+ args: ['extended--laptop']
26384
+ }], extendedDesktop: [{
26391
26385
  type: Input,
26392
- args: ['overflow-x--tablet']
26393
- }], overflowXLaptop: [{
26386
+ args: ['extended--desktop']
26387
+ }], inverted: [{
26388
+ type: Input
26389
+ }], fontSize: [{
26394
26390
  type: Input,
26395
- args: ['overflow-x--laptop']
26396
- }], overflowXDesktop: [{
26391
+ args: ['font-size']
26392
+ }], color: [{
26393
+ type: Input
26394
+ }], fontWeight: [{
26397
26395
  type: Input,
26398
- args: ['overflow-x--desktop']
26396
+ args: ['font-weight']
26397
+ }], title: [{
26398
+ type: Input
26399
26399
  }], grow: [{
26400
26400
  type: Input
26401
26401
  }], growMobile: [{
@@ -28704,27 +28704,240 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
28704
28704
  args: ['word-break-all--desktop']
28705
28705
  }] } });
28706
28706
  /**
28707
- * @description Type-only wrapper for <px-price>
28707
+ * @description Type-only wrapper for <px-card-actions>
28708
+ */
28709
+ class PxCardActions {
28710
+ elementRef;
28711
+ constructor(elementRef) {
28712
+ this.elementRef = elementRef;
28713
+ }
28714
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardActions, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
28715
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardActions, isStandalone: true, selector: "px-card-actions", ngImport: i0 });
28716
+ }
28717
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardActions, decorators: [{
28718
+ type: Directive,
28719
+ args: [{
28720
+ selector: 'px-card-actions',
28721
+ standalone: true,
28722
+ }]
28723
+ }], ctorParameters: () => [{ type: i0.ElementRef }] });
28724
+ /**
28725
+ * @description Type-only wrapper for <px-card-container>
28726
+ */
28727
+ class PxCardContainer {
28728
+ elementRef;
28729
+ /** Switches to a dark surface with inverted text colors. */
28730
+ set inverted(value) {
28731
+ this.elementRef.nativeElement['inverted'] = value;
28732
+ }
28733
+ get inverted() {
28734
+ return this.elementRef.nativeElement['inverted'];
28735
+ }
28736
+ /** URL of the card media image. */
28737
+ set src(value) {
28738
+ this.elementRef.nativeElement['src'] = value;
28739
+ }
28740
+ get src() {
28741
+ return this.elementRef.nativeElement['src'];
28742
+ }
28743
+ /** Where the media image is rendered. */
28744
+ set mediaPosition(value) {
28745
+ this.elementRef.nativeElement['mediaPosition'] = value;
28746
+ }
28747
+ get mediaPosition() {
28748
+ return this.elementRef.nativeElement['mediaPosition'];
28749
+ }
28750
+ /** How the media image is fitted. */
28751
+ set mediaSize(value) {
28752
+ this.elementRef.nativeElement['mediaSize'] = value;
28753
+ }
28754
+ get mediaSize() {
28755
+ return this.elementRef.nativeElement['mediaSize'];
28756
+ }
28757
+ set mediaAltText(value) {
28758
+ this.elementRef.nativeElement['mediaAltText'] = value;
28759
+ }
28760
+ get mediaAltText() {
28761
+ return this.elementRef.nativeElement['mediaAltText'];
28762
+ }
28763
+ /** Inner content padding size. */
28764
+ set padding(value) {
28765
+ this.elementRef.nativeElement['padding'] = value;
28766
+ }
28767
+ get padding() {
28768
+ return this.elementRef.nativeElement['padding'];
28769
+ }
28770
+ /** Aspect ratio applied to top media (e.g. `'16:9'`, `'1:1'`, `'4:3'`). */
28771
+ set aspectRatio(value) {
28772
+ this.elementRef.nativeElement['aspectRatio'] = value;
28773
+ }
28774
+ get aspectRatio() {
28775
+ return this.elementRef.nativeElement['aspectRatio'];
28776
+ }
28777
+ /** Whether the card has a visible border. */
28778
+ set hasBorder(value) {
28779
+ this.elementRef.nativeElement['hasBorder'] = value;
28780
+ }
28781
+ get hasBorder() {
28782
+ return this.elementRef.nativeElement['hasBorder'];
28783
+ }
28784
+ /** Surface color preset. */
28785
+ set backgroundColor(value) {
28786
+ this.elementRef.nativeElement['backgroundColor'] = value;
28787
+ }
28788
+ get backgroundColor() {
28789
+ return this.elementRef.nativeElement['backgroundColor'];
28790
+ }
28791
+ /** URL of a full-card background image (delegated to `<px-container>`). */
28792
+ set backgroundImage(value) {
28793
+ this.elementRef.nativeElement['backgroundImage'] = value;
28794
+ }
28795
+ get backgroundImage() {
28796
+ return this.elementRef.nativeElement['backgroundImage'];
28797
+ }
28798
+ set interactiveState(value) {
28799
+ this.elementRef.nativeElement['interactiveState'] = value;
28800
+ }
28801
+ get interactiveState() {
28802
+ return this.elementRef.nativeElement['interactiveState'];
28803
+ }
28804
+ /** Alt text for the media image. */
28805
+ set alternativeText(value) {
28806
+ this.elementRef.nativeElement['alternativeText'] = value;
28807
+ }
28808
+ get alternativeText() {
28809
+ return this.elementRef.nativeElement['alternativeText'];
28810
+ }
28811
+ constructor(elementRef) {
28812
+ this.elementRef = elementRef;
28813
+ }
28814
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
28815
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardContainer, isStandalone: true, selector: "px-card-container", inputs: { inverted: "inverted", src: "src", mediaPosition: ["media-position", "mediaPosition"], mediaSize: ["media-size", "mediaSize"], mediaAltText: ["media-alt-text", "mediaAltText"], padding: "padding", aspectRatio: ["aspect-ratio", "aspectRatio"], hasBorder: ["has-border", "hasBorder"], backgroundColor: ["background-color", "backgroundColor"], backgroundImage: ["background-image", "backgroundImage"], interactiveState: ["interactive-state", "interactiveState"], alternativeText: ["alternative-text", "alternativeText"] }, ngImport: i0 });
28816
+ }
28817
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardContainer, decorators: [{
28818
+ type: Directive,
28819
+ args: [{
28820
+ selector: 'px-card-container',
28821
+ standalone: true,
28822
+ }]
28823
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
28824
+ type: Input
28825
+ }], src: [{
28826
+ type: Input
28827
+ }], mediaPosition: [{
28828
+ type: Input,
28829
+ args: ['media-position']
28830
+ }], mediaSize: [{
28831
+ type: Input,
28832
+ args: ['media-size']
28833
+ }], mediaAltText: [{
28834
+ type: Input,
28835
+ args: ['media-alt-text']
28836
+ }], padding: [{
28837
+ type: Input
28838
+ }], aspectRatio: [{
28839
+ type: Input,
28840
+ args: ['aspect-ratio']
28841
+ }], hasBorder: [{
28842
+ type: Input,
28843
+ args: ['has-border']
28844
+ }], backgroundColor: [{
28845
+ type: Input,
28846
+ args: ['background-color']
28847
+ }], backgroundImage: [{
28848
+ type: Input,
28849
+ args: ['background-image']
28850
+ }], interactiveState: [{
28851
+ type: Input,
28852
+ args: ['interactive-state']
28853
+ }], alternativeText: [{
28854
+ type: Input,
28855
+ args: ['alternative-text']
28856
+ }] } });
28857
+ /**
28858
+ * @description Type-only wrapper for <px-card-heading>
28859
+ */
28860
+ class PxCardHeading {
28861
+ elementRef;
28862
+ constructor(elementRef) {
28863
+ this.elementRef = elementRef;
28864
+ }
28865
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardHeading, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
28866
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardHeading, isStandalone: true, selector: "px-card-heading", ngImport: i0 });
28867
+ }
28868
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardHeading, decorators: [{
28869
+ type: Directive,
28870
+ args: [{
28871
+ selector: 'px-card-heading',
28872
+ standalone: true,
28873
+ }]
28874
+ }], ctorParameters: () => [{ type: i0.ElementRef }] });
28875
+ /**
28876
+ * @description Type-only wrapper for <px-radio>
28708
28877
  */
28709
- class PxPrice {
28878
+ class PxRadio {
28710
28879
  elementRef;
28880
+ /** The validation state of the radio button. */
28881
+ set state(value) {
28882
+ this.elementRef.nativeElement['state'] = value;
28883
+ }
28884
+ get state() {
28885
+ return this.elementRef.nativeElement['state'];
28886
+ }
28887
+ /** The visual variant of the radio button. */
28711
28888
  set variant(value) {
28712
28889
  this.elementRef.nativeElement['variant'] = value;
28713
28890
  }
28714
28891
  get variant() {
28715
28892
  return this.elementRef.nativeElement['variant'];
28716
28893
  }
28894
+ /** Whether to use inverted (dark background) styling. */
28895
+ set inverted(value) {
28896
+ this.elementRef.nativeElement['inverted'] = value;
28897
+ }
28898
+ get inverted() {
28899
+ return this.elementRef.nativeElement['inverted'];
28900
+ }
28717
28901
  set size(value) {
28718
28902
  this.elementRef.nativeElement['size'] = value;
28719
28903
  }
28720
28904
  get size() {
28721
28905
  return this.elementRef.nativeElement['size'];
28722
28906
  }
28723
- set inverted(value) {
28724
- this.elementRef.nativeElement['inverted'] = value;
28907
+ /** Whether the radio button is checked. */
28908
+ set checked(value) {
28909
+ this.elementRef.nativeElement['checked'] = value;
28725
28910
  }
28726
- get inverted() {
28727
- return this.elementRef.nativeElement['inverted'];
28911
+ get checked() {
28912
+ return this.elementRef.nativeElement['checked'];
28913
+ }
28914
+ /** Whether the radio button is disabled. */
28915
+ set disabled(value) {
28916
+ this.elementRef.nativeElement['disabled'] = value;
28917
+ }
28918
+ get disabled() {
28919
+ return this.elementRef.nativeElement['disabled'];
28920
+ }
28921
+ /** Whether to apply hover styling. */
28922
+ set hover(value) {
28923
+ this.elementRef.nativeElement['hover'] = value;
28924
+ }
28925
+ get hover() {
28926
+ return this.elementRef.nativeElement['hover'];
28927
+ }
28928
+ /** The name of the radio button, used for form submission. */
28929
+ set name(value) {
28930
+ this.elementRef.nativeElement['name'] = value;
28931
+ }
28932
+ get name() {
28933
+ return this.elementRef.nativeElement['name'];
28934
+ }
28935
+ /** The value of the radio button, used for form submission. */
28936
+ set value(value) {
28937
+ this.elementRef.nativeElement['value'] = value;
28938
+ }
28939
+ get value() {
28940
+ return this.elementRef.nativeElement['value'];
28728
28941
  }
28729
28942
  set grow(value) {
28730
28943
  this.elementRef.nativeElement['grow'] = value;
@@ -29038,24 +29251,41 @@ class PxPrice {
29038
29251
  get wordBreakAllDesktop() {
29039
29252
  return this.elementRef.nativeElement['wordBreakAllDesktop'];
29040
29253
  }
29254
+ /** Fired when the radio button becomes checked. */
29255
+ change = new EventEmitter();
29041
29256
  constructor(elementRef) {
29042
29257
  this.elementRef = elementRef;
29258
+ this.elementRef.nativeElement.addEventListener('change', (e) => {
29259
+ this.change.emit(e.detail);
29260
+ });
29043
29261
  }
29044
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxPrice, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
29045
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxPrice, isStandalone: true, selector: "px-price", inputs: { variant: "variant", size: "size", 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
29262
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadio, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
29263
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxRadio, isStandalone: true, selector: "px-radio", inputs: { state: "state", variant: "variant", inverted: "inverted", size: "size", checked: "checked", disabled: "disabled", hover: "hover", name: "name", value: "value", 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { change: "change" }, ngImport: i0 });
29046
29264
  }
29047
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxPrice, decorators: [{
29265
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadio, decorators: [{
29048
29266
  type: Directive,
29049
29267
  args: [{
29050
- selector: 'px-price',
29268
+ selector: 'px-radio',
29051
29269
  standalone: true,
29052
29270
  }]
29053
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
29271
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
29054
29272
  type: Input
29055
- }], size: [{
29273
+ }], variant: [{
29056
29274
  type: Input
29057
29275
  }], inverted: [{
29058
29276
  type: Input
29277
+ }], size: [{
29278
+ type: Input
29279
+ }], checked: [{
29280
+ type: Input
29281
+ }], disabled: [{
29282
+ type: Input
29283
+ }], hover: [{
29284
+ type: Input
29285
+ }], name: [{
29286
+ type: Input
29287
+ }], value: [{
29288
+ type: Input
29059
29289
  }], grow: [{
29060
29290
  type: Input
29061
29291
  }], growMobile: [{
@@ -29207,196 +29437,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
29207
29437
  }], wordBreakAllDesktop: [{
29208
29438
  type: Input,
29209
29439
  args: ['word-break-all--desktop']
29440
+ }], change: [{
29441
+ type: Output
29210
29442
  }] } });
29211
29443
  /**
29212
- * @description Type-only wrapper for <px-card-actions>
29213
- */
29214
- class PxCardActions {
29215
- elementRef;
29216
- constructor(elementRef) {
29217
- this.elementRef = elementRef;
29218
- }
29219
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardActions, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
29220
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardActions, isStandalone: true, selector: "px-card-actions", ngImport: i0 });
29221
- }
29222
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardActions, decorators: [{
29223
- type: Directive,
29224
- args: [{
29225
- selector: 'px-card-actions',
29226
- standalone: true,
29227
- }]
29228
- }], ctorParameters: () => [{ type: i0.ElementRef }] });
29229
- /**
29230
- * @description Type-only wrapper for <px-card-container>
29231
- */
29232
- class PxCardContainer {
29233
- elementRef;
29234
- /** Switches to a dark surface with inverted text colors. */
29235
- set inverted(value) {
29236
- this.elementRef.nativeElement['inverted'] = value;
29237
- }
29238
- get inverted() {
29239
- return this.elementRef.nativeElement['inverted'];
29240
- }
29241
- /** URL of the card media image. */
29242
- set src(value) {
29243
- this.elementRef.nativeElement['src'] = value;
29244
- }
29245
- get src() {
29246
- return this.elementRef.nativeElement['src'];
29247
- }
29248
- /** Where the media image is rendered. */
29249
- set mediaPosition(value) {
29250
- this.elementRef.nativeElement['mediaPosition'] = value;
29251
- }
29252
- get mediaPosition() {
29253
- return this.elementRef.nativeElement['mediaPosition'];
29254
- }
29255
- /** How the media image is fitted. */
29256
- set mediaSize(value) {
29257
- this.elementRef.nativeElement['mediaSize'] = value;
29258
- }
29259
- get mediaSize() {
29260
- return this.elementRef.nativeElement['mediaSize'];
29261
- }
29262
- set mediaAltText(value) {
29263
- this.elementRef.nativeElement['mediaAltText'] = value;
29264
- }
29265
- get mediaAltText() {
29266
- return this.elementRef.nativeElement['mediaAltText'];
29267
- }
29268
- /** Inner content padding size. */
29269
- set padding(value) {
29270
- this.elementRef.nativeElement['padding'] = value;
29271
- }
29272
- get padding() {
29273
- return this.elementRef.nativeElement['padding'];
29274
- }
29275
- /** Aspect ratio applied to top media (e.g. `'16:9'`, `'1:1'`, `'4:3'`). */
29276
- set aspectRatio(value) {
29277
- this.elementRef.nativeElement['aspectRatio'] = value;
29278
- }
29279
- get aspectRatio() {
29280
- return this.elementRef.nativeElement['aspectRatio'];
29281
- }
29282
- /** Whether the card has a visible border. */
29283
- set hasBorder(value) {
29284
- this.elementRef.nativeElement['hasBorder'] = value;
29285
- }
29286
- get hasBorder() {
29287
- return this.elementRef.nativeElement['hasBorder'];
29288
- }
29289
- /** Surface color preset. */
29290
- set backgroundColor(value) {
29291
- this.elementRef.nativeElement['backgroundColor'] = value;
29292
- }
29293
- get backgroundColor() {
29294
- return this.elementRef.nativeElement['backgroundColor'];
29295
- }
29296
- /** URL of a full-card background image (delegated to `<px-container>`). */
29297
- set backgroundImage(value) {
29298
- this.elementRef.nativeElement['backgroundImage'] = value;
29299
- }
29300
- get backgroundImage() {
29301
- return this.elementRef.nativeElement['backgroundImage'];
29302
- }
29303
- set interactiveState(value) {
29304
- this.elementRef.nativeElement['interactiveState'] = value;
29305
- }
29306
- get interactiveState() {
29307
- return this.elementRef.nativeElement['interactiveState'];
29308
- }
29309
- /** Alt text for the media image. */
29310
- set alternativeText(value) {
29311
- this.elementRef.nativeElement['alternativeText'] = value;
29312
- }
29313
- get alternativeText() {
29314
- return this.elementRef.nativeElement['alternativeText'];
29315
- }
29316
- constructor(elementRef) {
29317
- this.elementRef = elementRef;
29318
- }
29319
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
29320
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardContainer, isStandalone: true, selector: "px-card-container", inputs: { inverted: "inverted", src: "src", mediaPosition: ["media-position", "mediaPosition"], mediaSize: ["media-size", "mediaSize"], mediaAltText: ["media-alt-text", "mediaAltText"], padding: "padding", aspectRatio: ["aspect-ratio", "aspectRatio"], hasBorder: ["has-border", "hasBorder"], backgroundColor: ["background-color", "backgroundColor"], backgroundImage: ["background-image", "backgroundImage"], interactiveState: ["interactive-state", "interactiveState"], alternativeText: ["alternative-text", "alternativeText"] }, ngImport: i0 });
29321
- }
29322
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardContainer, decorators: [{
29323
- type: Directive,
29324
- args: [{
29325
- selector: 'px-card-container',
29326
- standalone: true,
29327
- }]
29328
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
29329
- type: Input
29330
- }], src: [{
29331
- type: Input
29332
- }], mediaPosition: [{
29333
- type: Input,
29334
- args: ['media-position']
29335
- }], mediaSize: [{
29336
- type: Input,
29337
- args: ['media-size']
29338
- }], mediaAltText: [{
29339
- type: Input,
29340
- args: ['media-alt-text']
29341
- }], padding: [{
29342
- type: Input
29343
- }], aspectRatio: [{
29344
- type: Input,
29345
- args: ['aspect-ratio']
29346
- }], hasBorder: [{
29347
- type: Input,
29348
- args: ['has-border']
29349
- }], backgroundColor: [{
29350
- type: Input,
29351
- args: ['background-color']
29352
- }], backgroundImage: [{
29353
- type: Input,
29354
- args: ['background-image']
29355
- }], interactiveState: [{
29356
- type: Input,
29357
- args: ['interactive-state']
29358
- }], alternativeText: [{
29359
- type: Input,
29360
- args: ['alternative-text']
29361
- }] } });
29362
- /**
29363
- * @description Type-only wrapper for <px-card-heading>
29364
- */
29365
- class PxCardHeading {
29366
- elementRef;
29367
- constructor(elementRef) {
29368
- this.elementRef = elementRef;
29369
- }
29370
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardHeading, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
29371
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardHeading, isStandalone: true, selector: "px-card-heading", ngImport: i0 });
29372
- }
29373
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardHeading, decorators: [{
29374
- type: Directive,
29375
- args: [{
29376
- selector: 'px-card-heading',
29377
- standalone: true,
29378
- }]
29379
- }], ctorParameters: () => [{ type: i0.ElementRef }] });
29380
- /**
29381
- * @description Type-only wrapper for <px-radio>
29444
+ * @description Type-only wrapper for <px-radio-base>
29382
29445
  */
29383
- class PxRadio {
29446
+ class PxRadioBase {
29384
29447
  elementRef;
29385
- /** The validation state of the radio button. */
29386
- set state(value) {
29387
- this.elementRef.nativeElement['state'] = value;
29388
- }
29389
- get state() {
29390
- return this.elementRef.nativeElement['state'];
29391
- }
29392
- /** The visual variant of the radio button. */
29393
- set variant(value) {
29394
- this.elementRef.nativeElement['variant'] = value;
29448
+ set hover(value) {
29449
+ this.elementRef.nativeElement['hover'] = value;
29395
29450
  }
29396
- get variant() {
29397
- return this.elementRef.nativeElement['variant'];
29451
+ get hover() {
29452
+ return this.elementRef.nativeElement['hover'];
29398
29453
  }
29399
- /** Whether to use inverted (dark background) styling. */
29400
29454
  set inverted(value) {
29401
29455
  this.elementRef.nativeElement['inverted'] = value;
29402
29456
  }
@@ -29409,41 +29463,6 @@ class PxRadio {
29409
29463
  get size() {
29410
29464
  return this.elementRef.nativeElement['size'];
29411
29465
  }
29412
- /** Whether the radio button is checked. */
29413
- set checked(value) {
29414
- this.elementRef.nativeElement['checked'] = value;
29415
- }
29416
- get checked() {
29417
- return this.elementRef.nativeElement['checked'];
29418
- }
29419
- /** Whether the radio button is disabled. */
29420
- set disabled(value) {
29421
- this.elementRef.nativeElement['disabled'] = value;
29422
- }
29423
- get disabled() {
29424
- return this.elementRef.nativeElement['disabled'];
29425
- }
29426
- /** Whether to apply hover styling. */
29427
- set hover(value) {
29428
- this.elementRef.nativeElement['hover'] = value;
29429
- }
29430
- get hover() {
29431
- return this.elementRef.nativeElement['hover'];
29432
- }
29433
- /** The name of the radio button, used for form submission. */
29434
- set name(value) {
29435
- this.elementRef.nativeElement['name'] = value;
29436
- }
29437
- get name() {
29438
- return this.elementRef.nativeElement['name'];
29439
- }
29440
- /** The value of the radio button, used for form submission. */
29441
- set value(value) {
29442
- this.elementRef.nativeElement['value'] = value;
29443
- }
29444
- get value() {
29445
- return this.elementRef.nativeElement['value'];
29446
- }
29447
29466
  set grow(value) {
29448
29467
  this.elementRef.nativeElement['grow'] = value;
29449
29468
  }
@@ -29756,41 +29775,24 @@ class PxRadio {
29756
29775
  get wordBreakAllDesktop() {
29757
29776
  return this.elementRef.nativeElement['wordBreakAllDesktop'];
29758
29777
  }
29759
- /** Fired when the radio button becomes checked. */
29760
- change = new EventEmitter();
29761
29778
  constructor(elementRef) {
29762
29779
  this.elementRef = elementRef;
29763
- this.elementRef.nativeElement.addEventListener('change', (e) => {
29764
- this.change.emit(e.detail);
29765
- });
29766
29780
  }
29767
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadio, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
29768
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxRadio, isStandalone: true, selector: "px-radio", inputs: { state: "state", variant: "variant", inverted: "inverted", size: "size", checked: "checked", disabled: "disabled", hover: "hover", name: "name", value: "value", 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { change: "change" }, ngImport: i0 });
29781
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioBase, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
29782
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxRadioBase, isStandalone: true, selector: "px-radio-base", inputs: { hover: "hover", inverted: "inverted", size: "size", 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
29769
29783
  }
29770
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadio, decorators: [{
29784
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioBase, decorators: [{
29771
29785
  type: Directive,
29772
29786
  args: [{
29773
- selector: 'px-radio',
29787
+ selector: 'px-radio-base',
29774
29788
  standalone: true,
29775
29789
  }]
29776
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
29777
- type: Input
29778
- }], variant: [{
29790
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { hover: [{
29779
29791
  type: Input
29780
29792
  }], inverted: [{
29781
29793
  type: Input
29782
29794
  }], size: [{
29783
29795
  type: Input
29784
- }], checked: [{
29785
- type: Input
29786
- }], disabled: [{
29787
- type: Input
29788
- }], hover: [{
29789
- type: Input
29790
- }], name: [{
29791
- type: Input
29792
- }], value: [{
29793
- type: Input
29794
29796
  }], grow: [{
29795
29797
  type: Input
29796
29798
  }], growMobile: [{
@@ -29942,19 +29944,47 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
29942
29944
  }], wordBreakAllDesktop: [{
29943
29945
  type: Input,
29944
29946
  args: ['word-break-all--desktop']
29945
- }], change: [{
29946
- type: Output
29947
29947
  }] } });
29948
29948
  /**
29949
- * @description Type-only wrapper for <px-radio-base>
29949
+ * @description Type-only wrapper for <px-radio-group>
29950
29950
  */
29951
- class PxRadioBase {
29951
+ class PxRadioGroup {
29952
29952
  elementRef;
29953
- set hover(value) {
29954
- this.elementRef.nativeElement['hover'] = value;
29953
+ set name(value) {
29954
+ this.elementRef.nativeElement['name'] = value;
29955
29955
  }
29956
- get hover() {
29957
- return this.elementRef.nativeElement['hover'];
29956
+ get name() {
29957
+ return this.elementRef.nativeElement['name'];
29958
+ }
29959
+ set gap(value) {
29960
+ this.elementRef.nativeElement['gap'] = value;
29961
+ }
29962
+ get gap() {
29963
+ return this.elementRef.nativeElement['gap'];
29964
+ }
29965
+ set variant(value) {
29966
+ this.elementRef.nativeElement['variant'] = value;
29967
+ }
29968
+ get variant() {
29969
+ return this.elementRef.nativeElement['variant'];
29970
+ }
29971
+ set required(value) {
29972
+ this.elementRef.nativeElement['required'] = value;
29973
+ }
29974
+ get required() {
29975
+ return this.elementRef.nativeElement['required'];
29976
+ }
29977
+ set disabled(value) {
29978
+ this.elementRef.nativeElement['disabled'] = value;
29979
+ }
29980
+ get disabled() {
29981
+ return this.elementRef.nativeElement['disabled'];
29982
+ }
29983
+ set state(value) {
29984
+ this.elementRef.nativeElement['state'] = value;
29985
+ }
29986
+ get state() {
29987
+ return this.elementRef.nativeElement['state'];
29958
29988
  }
29959
29989
  set inverted(value) {
29960
29990
  this.elementRef.nativeElement['inverted'] = value;
@@ -30283,16 +30313,26 @@ class PxRadioBase {
30283
30313
  constructor(elementRef) {
30284
30314
  this.elementRef = elementRef;
30285
30315
  }
30286
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioBase, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
30287
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxRadioBase, isStandalone: true, selector: "px-radio-base", inputs: { hover: "hover", inverted: "inverted", size: "size", 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
30316
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
30317
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxRadioGroup, isStandalone: true, selector: "px-radio-group", inputs: { name: "name", gap: "gap", variant: "variant", required: "required", disabled: "disabled", state: "state", inverted: "inverted", size: "size", 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
30288
30318
  }
30289
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioBase, decorators: [{
30319
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioGroup, decorators: [{
30290
30320
  type: Directive,
30291
30321
  args: [{
30292
- selector: 'px-radio-base',
30322
+ selector: 'px-radio-group',
30293
30323
  standalone: true,
30294
30324
  }]
30295
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { hover: [{
30325
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { name: [{
30326
+ type: Input
30327
+ }], gap: [{
30328
+ type: Input
30329
+ }], variant: [{
30330
+ type: Input
30331
+ }], required: [{
30332
+ type: Input
30333
+ }], disabled: [{
30334
+ type: Input
30335
+ }], state: [{
30296
30336
  type: Input
30297
30337
  }], inverted: [{
30298
30338
  type: Input
@@ -30451,45 +30491,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
30451
30491
  args: ['word-break-all--desktop']
30452
30492
  }] } });
30453
30493
  /**
30454
- * @description Type-only wrapper for <px-radio-group>
30494
+ * @description Type-only wrapper for <px-price>
30455
30495
  */
30456
- class PxRadioGroup {
30496
+ class PxPrice {
30457
30497
  elementRef;
30458
- set name(value) {
30459
- this.elementRef.nativeElement['name'] = value;
30460
- }
30461
- get name() {
30462
- return this.elementRef.nativeElement['name'];
30463
- }
30464
- set gap(value) {
30465
- this.elementRef.nativeElement['gap'] = value;
30466
- }
30467
- get gap() {
30468
- return this.elementRef.nativeElement['gap'];
30469
- }
30470
30498
  set variant(value) {
30471
30499
  this.elementRef.nativeElement['variant'] = value;
30472
30500
  }
30473
30501
  get variant() {
30474
30502
  return this.elementRef.nativeElement['variant'];
30475
30503
  }
30476
- set required(value) {
30477
- this.elementRef.nativeElement['required'] = value;
30478
- }
30479
- get required() {
30480
- return this.elementRef.nativeElement['required'];
30481
- }
30482
- set disabled(value) {
30483
- this.elementRef.nativeElement['disabled'] = value;
30484
- }
30485
- get disabled() {
30486
- return this.elementRef.nativeElement['disabled'];
30487
- }
30488
- set state(value) {
30489
- this.elementRef.nativeElement['state'] = value;
30504
+ set size(value) {
30505
+ this.elementRef.nativeElement['size'] = value;
30490
30506
  }
30491
- get state() {
30492
- return this.elementRef.nativeElement['state'];
30507
+ get size() {
30508
+ return this.elementRef.nativeElement['size'];
30493
30509
  }
30494
30510
  set inverted(value) {
30495
30511
  this.elementRef.nativeElement['inverted'] = value;
@@ -30497,12 +30513,6 @@ class PxRadioGroup {
30497
30513
  get inverted() {
30498
30514
  return this.elementRef.nativeElement['inverted'];
30499
30515
  }
30500
- set size(value) {
30501
- this.elementRef.nativeElement['size'] = value;
30502
- }
30503
- get size() {
30504
- return this.elementRef.nativeElement['size'];
30505
- }
30506
30516
  set grow(value) {
30507
30517
  this.elementRef.nativeElement['grow'] = value;
30508
30518
  }
@@ -30818,31 +30828,21 @@ class PxRadioGroup {
30818
30828
  constructor(elementRef) {
30819
30829
  this.elementRef = elementRef;
30820
30830
  }
30821
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
30822
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxRadioGroup, isStandalone: true, selector: "px-radio-group", inputs: { name: "name", gap: "gap", variant: "variant", required: "required", disabled: "disabled", state: "state", inverted: "inverted", size: "size", 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
30831
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxPrice, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
30832
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxPrice, isStandalone: true, selector: "px-price", inputs: { variant: "variant", size: "size", 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
30823
30833
  }
30824
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioGroup, decorators: [{
30834
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxPrice, decorators: [{
30825
30835
  type: Directive,
30826
30836
  args: [{
30827
- selector: 'px-radio-group',
30837
+ selector: 'px-price',
30828
30838
  standalone: true,
30829
30839
  }]
30830
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { name: [{
30831
- type: Input
30832
- }], gap: [{
30833
- type: Input
30834
- }], variant: [{
30835
- type: Input
30836
- }], required: [{
30837
- type: Input
30838
- }], disabled: [{
30840
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
30839
30841
  type: Input
30840
- }], state: [{
30842
+ }], size: [{
30841
30843
  type: Input
30842
30844
  }], inverted: [{
30843
30845
  type: Input
30844
- }], size: [{
30845
- type: Input
30846
30846
  }], grow: [{
30847
30847
  type: Input
30848
30848
  }], growMobile: [{
@@ -34330,27 +34330,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
34330
34330
  args: ['word-break-all--desktop']
34331
34331
  }] } });
34332
34332
  /**
34333
- * @description Type-only wrapper for <px-span>
34333
+ * @description Type-only wrapper for <px-skeleton>
34334
34334
  */
34335
- class PxSpan {
34335
+ class PxSkeleton {
34336
34336
  elementRef;
34337
- set color(value) {
34338
- this.elementRef.nativeElement['color'] = value;
34339
- }
34340
- get color() {
34341
- return this.elementRef.nativeElement['color'];
34342
- }
34343
- set fontSize(value) {
34344
- this.elementRef.nativeElement['fontSize'] = value;
34345
- }
34346
- get fontSize() {
34347
- return this.elementRef.nativeElement['fontSize'];
34348
- }
34349
- set fontWeight(value) {
34350
- this.elementRef.nativeElement['fontWeight'] = value;
34337
+ set variant(value) {
34338
+ this.elementRef.nativeElement['variant'] = value;
34351
34339
  }
34352
- get fontWeight() {
34353
- return this.elementRef.nativeElement['fontWeight'];
34340
+ get variant() {
34341
+ return this.elementRef.nativeElement['variant'];
34354
34342
  }
34355
34343
  set inverted(value) {
34356
34344
  this.elementRef.nativeElement['inverted'] = value;
@@ -34358,25 +34346,6 @@ class PxSpan {
34358
34346
  get inverted() {
34359
34347
  return this.elementRef.nativeElement['inverted'];
34360
34348
  }
34361
- set disabled(value) {
34362
- this.elementRef.nativeElement['disabled'] = value;
34363
- }
34364
- get disabled() {
34365
- return this.elementRef.nativeElement['disabled'];
34366
- }
34367
- set strikethrough(value) {
34368
- this.elementRef.nativeElement['strikethrough'] = value;
34369
- }
34370
- get strikethrough() {
34371
- return this.elementRef.nativeElement['strikethrough'];
34372
- }
34373
- /** Text to be displayed in a tooltip when hovering over the element. */
34374
- set title(value) {
34375
- this.elementRef.nativeElement['title'] = value;
34376
- }
34377
- get title() {
34378
- return this.elementRef.nativeElement['title'];
34379
- }
34380
34349
  set grow(value) {
34381
34350
  this.elementRef.nativeElement['grow'] = value;
34382
34351
  }
@@ -34692,31 +34661,19 @@ class PxSpan {
34692
34661
  constructor(elementRef) {
34693
34662
  this.elementRef = elementRef;
34694
34663
  }
34695
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSpan, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
34696
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSpan, isStandalone: true, selector: "px-span", inputs: { color: "color", fontSize: ["font-size", "fontSize"], fontWeight: ["font-weight", "fontWeight"], inverted: "inverted", disabled: "disabled", strikethrough: "strikethrough", title: "title", 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
34664
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSkeleton, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
34665
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSkeleton, isStandalone: true, selector: "px-skeleton", inputs: { variant: "variant", 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
34697
34666
  }
34698
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSpan, decorators: [{
34667
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSkeleton, decorators: [{
34699
34668
  type: Directive,
34700
34669
  args: [{
34701
- selector: 'px-span',
34670
+ selector: 'px-skeleton',
34702
34671
  standalone: true,
34703
34672
  }]
34704
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { color: [{
34673
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
34705
34674
  type: Input
34706
- }], fontSize: [{
34707
- type: Input,
34708
- args: ['font-size']
34709
- }], fontWeight: [{
34710
- type: Input,
34711
- args: ['font-weight']
34712
34675
  }], inverted: [{
34713
34676
  type: Input
34714
- }], disabled: [{
34715
- type: Input
34716
- }], strikethrough: [{
34717
- type: Input
34718
- }], title: [{
34719
- type: Input
34720
34677
  }], grow: [{
34721
34678
  type: Input
34722
34679
  }], growMobile: [{
@@ -34870,15 +34827,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
34870
34827
  args: ['word-break-all--desktop']
34871
34828
  }] } });
34872
34829
  /**
34873
- * @description Type-only wrapper for <px-skeleton>
34830
+ * @description Type-only wrapper for <px-span>
34874
34831
  */
34875
- class PxSkeleton {
34832
+ class PxSpan {
34876
34833
  elementRef;
34877
- set variant(value) {
34878
- this.elementRef.nativeElement['variant'] = value;
34834
+ set color(value) {
34835
+ this.elementRef.nativeElement['color'] = value;
34879
34836
  }
34880
- get variant() {
34881
- return this.elementRef.nativeElement['variant'];
34837
+ get color() {
34838
+ return this.elementRef.nativeElement['color'];
34839
+ }
34840
+ set fontSize(value) {
34841
+ this.elementRef.nativeElement['fontSize'] = value;
34842
+ }
34843
+ get fontSize() {
34844
+ return this.elementRef.nativeElement['fontSize'];
34845
+ }
34846
+ set fontWeight(value) {
34847
+ this.elementRef.nativeElement['fontWeight'] = value;
34848
+ }
34849
+ get fontWeight() {
34850
+ return this.elementRef.nativeElement['fontWeight'];
34882
34851
  }
34883
34852
  set inverted(value) {
34884
34853
  this.elementRef.nativeElement['inverted'] = value;
@@ -34886,6 +34855,25 @@ class PxSkeleton {
34886
34855
  get inverted() {
34887
34856
  return this.elementRef.nativeElement['inverted'];
34888
34857
  }
34858
+ set disabled(value) {
34859
+ this.elementRef.nativeElement['disabled'] = value;
34860
+ }
34861
+ get disabled() {
34862
+ return this.elementRef.nativeElement['disabled'];
34863
+ }
34864
+ set strikethrough(value) {
34865
+ this.elementRef.nativeElement['strikethrough'] = value;
34866
+ }
34867
+ get strikethrough() {
34868
+ return this.elementRef.nativeElement['strikethrough'];
34869
+ }
34870
+ /** Text to be displayed in a tooltip when hovering over the element. */
34871
+ set title(value) {
34872
+ this.elementRef.nativeElement['title'] = value;
34873
+ }
34874
+ get title() {
34875
+ return this.elementRef.nativeElement['title'];
34876
+ }
34889
34877
  set grow(value) {
34890
34878
  this.elementRef.nativeElement['grow'] = value;
34891
34879
  }
@@ -35201,19 +35189,31 @@ class PxSkeleton {
35201
35189
  constructor(elementRef) {
35202
35190
  this.elementRef = elementRef;
35203
35191
  }
35204
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSkeleton, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
35205
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSkeleton, isStandalone: true, selector: "px-skeleton", inputs: { variant: "variant", 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
35192
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSpan, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
35193
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSpan, isStandalone: true, selector: "px-span", inputs: { color: "color", fontSize: ["font-size", "fontSize"], fontWeight: ["font-weight", "fontWeight"], inverted: "inverted", disabled: "disabled", strikethrough: "strikethrough", title: "title", 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
35206
35194
  }
35207
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSkeleton, decorators: [{
35195
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSpan, decorators: [{
35208
35196
  type: Directive,
35209
35197
  args: [{
35210
- selector: 'px-skeleton',
35198
+ selector: 'px-span',
35211
35199
  standalone: true,
35212
35200
  }]
35213
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
35201
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { color: [{
35214
35202
  type: Input
35203
+ }], fontSize: [{
35204
+ type: Input,
35205
+ args: ['font-size']
35206
+ }], fontWeight: [{
35207
+ type: Input,
35208
+ args: ['font-weight']
35215
35209
  }], inverted: [{
35216
35210
  type: Input
35211
+ }], disabled: [{
35212
+ type: Input
35213
+ }], strikethrough: [{
35214
+ type: Input
35215
+ }], title: [{
35216
+ type: Input
35217
35217
  }], grow: [{
35218
35218
  type: Input
35219
35219
  }], growMobile: [{
@@ -37805,80 +37805,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
37805
37805
  type: Input,
37806
37806
  args: ['word-break-all--desktop']
37807
37807
  }] } });
37808
- /**
37809
- * @description Type-only wrapper for <px-timeline>
37810
- */
37811
- class PxTimeline {
37812
- elementRef;
37813
- set inverted(value) {
37814
- this.elementRef.nativeElement['inverted'] = value;
37815
- }
37816
- get inverted() {
37817
- return this.elementRef.nativeElement['inverted'];
37818
- }
37819
- constructor(elementRef) {
37820
- this.elementRef = elementRef;
37821
- }
37822
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimeline, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
37823
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxTimeline, isStandalone: true, selector: "px-timeline", inputs: { inverted: "inverted" }, ngImport: i0 });
37824
- }
37825
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimeline, decorators: [{
37826
- type: Directive,
37827
- args: [{
37828
- selector: 'px-timeline',
37829
- standalone: true,
37830
- }]
37831
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
37832
- type: Input
37833
- }] } });
37834
- /**
37835
- * @description Type-only wrapper for <px-timeline-item>
37836
- */
37837
- class PxTimelineItem {
37838
- elementRef;
37839
- set inverted(value) {
37840
- this.elementRef.nativeElement['inverted'] = value;
37841
- }
37842
- get inverted() {
37843
- return this.elementRef.nativeElement['inverted'];
37844
- }
37845
- set lastchild(value) {
37846
- this.elementRef.nativeElement['lastchild'] = value;
37847
- }
37848
- get lastchild() {
37849
- return this.elementRef.nativeElement['lastchild'];
37850
- }
37851
- set item(value) {
37852
- this.elementRef.nativeElement['item'] = value;
37853
- }
37854
- get item() {
37855
- return this.elementRef.nativeElement['item'];
37856
- }
37857
- TIMELINE_ITEM_CONNECTED_EVENT = new EventEmitter();
37858
- constructor(elementRef) {
37859
- this.elementRef = elementRef;
37860
- this.elementRef.nativeElement.addEventListener('TIMELINE_ITEM_CONNECTED_EVENT', (e) => {
37861
- this.TIMELINE_ITEM_CONNECTED_EVENT.emit(e.detail);
37862
- });
37863
- }
37864
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimelineItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
37865
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxTimelineItem, isStandalone: true, selector: "px-timeline-item", inputs: { inverted: "inverted", lastchild: "lastchild", item: "item" }, outputs: { TIMELINE_ITEM_CONNECTED_EVENT: "TIMELINE_ITEM_CONNECTED_EVENT" }, ngImport: i0 });
37866
- }
37867
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimelineItem, decorators: [{
37868
- type: Directive,
37869
- args: [{
37870
- selector: 'px-timeline-item',
37871
- standalone: true,
37872
- }]
37873
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
37874
- type: Input
37875
- }], lastchild: [{
37876
- type: Input
37877
- }], item: [{
37878
- type: Input
37879
- }], TIMELINE_ITEM_CONNECTED_EVENT: [{
37880
- type: Output
37881
- }] } });
37882
37808
  /**
37883
37809
  * @description Type-only wrapper for <px-tile>
37884
37810
  */
@@ -41102,6 +41028,80 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
41102
41028
  }], change: [{
41103
41029
  type: Output
41104
41030
  }] } });
41031
+ /**
41032
+ * @description Type-only wrapper for <px-timeline>
41033
+ */
41034
+ class PxTimeline {
41035
+ elementRef;
41036
+ set inverted(value) {
41037
+ this.elementRef.nativeElement['inverted'] = value;
41038
+ }
41039
+ get inverted() {
41040
+ return this.elementRef.nativeElement['inverted'];
41041
+ }
41042
+ constructor(elementRef) {
41043
+ this.elementRef = elementRef;
41044
+ }
41045
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimeline, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
41046
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxTimeline, isStandalone: true, selector: "px-timeline", inputs: { inverted: "inverted" }, ngImport: i0 });
41047
+ }
41048
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimeline, decorators: [{
41049
+ type: Directive,
41050
+ args: [{
41051
+ selector: 'px-timeline',
41052
+ standalone: true,
41053
+ }]
41054
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
41055
+ type: Input
41056
+ }] } });
41057
+ /**
41058
+ * @description Type-only wrapper for <px-timeline-item>
41059
+ */
41060
+ class PxTimelineItem {
41061
+ elementRef;
41062
+ set inverted(value) {
41063
+ this.elementRef.nativeElement['inverted'] = value;
41064
+ }
41065
+ get inverted() {
41066
+ return this.elementRef.nativeElement['inverted'];
41067
+ }
41068
+ set lastchild(value) {
41069
+ this.elementRef.nativeElement['lastchild'] = value;
41070
+ }
41071
+ get lastchild() {
41072
+ return this.elementRef.nativeElement['lastchild'];
41073
+ }
41074
+ set item(value) {
41075
+ this.elementRef.nativeElement['item'] = value;
41076
+ }
41077
+ get item() {
41078
+ return this.elementRef.nativeElement['item'];
41079
+ }
41080
+ TIMELINE_ITEM_CONNECTED_EVENT = new EventEmitter();
41081
+ constructor(elementRef) {
41082
+ this.elementRef = elementRef;
41083
+ this.elementRef.nativeElement.addEventListener('TIMELINE_ITEM_CONNECTED_EVENT', (e) => {
41084
+ this.TIMELINE_ITEM_CONNECTED_EVENT.emit(e.detail);
41085
+ });
41086
+ }
41087
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimelineItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
41088
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxTimelineItem, isStandalone: true, selector: "px-timeline-item", inputs: { inverted: "inverted", lastchild: "lastchild", item: "item" }, outputs: { TIMELINE_ITEM_CONNECTED_EVENT: "TIMELINE_ITEM_CONNECTED_EVENT" }, ngImport: i0 });
41089
+ }
41090
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimelineItem, decorators: [{
41091
+ type: Directive,
41092
+ args: [{
41093
+ selector: 'px-timeline-item',
41094
+ standalone: true,
41095
+ }]
41096
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
41097
+ type: Input
41098
+ }], lastchild: [{
41099
+ type: Input
41100
+ }], item: [{
41101
+ type: Input
41102
+ }], TIMELINE_ITEM_CONNECTED_EVENT: [{
41103
+ type: Output
41104
+ }] } });
41105
41105
  /**
41106
41106
  * @description Type-only wrapper for <px-toaster>
41107
41107
  */
@@ -41913,7 +41913,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
41913
41913
  }] } });
41914
41914
  class Lavender {
41915
41915
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
41916
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [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, PxCodeInput, PxA, PxAWrapper, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxList, PxListItem, PxModal, PxP, PxPillar, PxPrice, PxCardActions, PxCardContainer, PxCardHeading, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSpan, PxSkeleton, PxSpinner, PxStatus, PxStatusCard, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTimeline, PxTimelineItem, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxToaster, 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, PxCodeInput, PxA, PxAWrapper, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxList, PxListItem, PxModal, PxP, PxPillar, PxPrice, PxCardActions, PxCardContainer, PxCardHeading, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSpan, PxSkeleton, PxSpinner, PxStatus, PxStatusCard, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTimeline, PxTimelineItem, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxToaster, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
41916
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [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, PxCodeInput, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxRadio, PxRadioBase, PxRadioGroup, PxPrice, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxToaster, 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, PxCodeInput, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxRadio, PxRadioBase, PxRadioGroup, PxPrice, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxToaster, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
41917
41917
  static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender });
41918
41918
  }
41919
41919
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, decorators: [{
@@ -41963,33 +41963,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
41963
41963
  PxTextarea,
41964
41964
  PxFileupload,
41965
41965
  PxCodeInput,
41966
- PxA,
41967
- PxAWrapper,
41968
41966
  PxPage,
41969
41967
  PxSpacer,
41970
41968
  PxStack,
41971
41969
  PxVstack,
41972
41970
  PxHstack,
41971
+ PxA,
41972
+ PxAWrapper,
41973
41973
  PxList,
41974
41974
  PxListItem,
41975
41975
  PxModal,
41976
41976
  PxP,
41977
41977
  PxPillar,
41978
- PxPrice,
41979
41978
  PxCardActions,
41980
41979
  PxCardContainer,
41981
41980
  PxCardHeading,
41982
41981
  PxRadio,
41983
41982
  PxRadioBase,
41984
41983
  PxRadioGroup,
41984
+ PxPrice,
41985
41985
  PxRibbon,
41986
41986
  PxSection,
41987
41987
  PxSelectableBox,
41988
41988
  PxSelectableBoxCheckbox,
41989
41989
  PxSelectableBoxRadio,
41990
41990
  PxSeparator,
41991
- PxSpan,
41992
41991
  PxSkeleton,
41992
+ PxSpan,
41993
41993
  PxSpinner,
41994
41994
  PxStatus,
41995
41995
  PxStatusCard,
@@ -42005,14 +42005,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
42005
42005
  PxTab,
42006
42006
  PxTabPanel,
42007
42007
  PxTag,
42008
- PxTimeline,
42009
- PxTimelineItem,
42010
42008
  PxTile,
42011
42009
  PxTileButton,
42012
42010
  PxTileCheckbox,
42013
42011
  PxTileLink,
42014
42012
  PxTileRadio,
42015
42013
  PxTileSwitch,
42014
+ PxTimeline,
42015
+ PxTimelineItem,
42016
42016
  PxToaster,
42017
42017
  PxTypography,
42018
42018
  PxPatch,
@@ -42066,33 +42066,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
42066
42066
  PxTextarea,
42067
42067
  PxFileupload,
42068
42068
  PxCodeInput,
42069
- PxA,
42070
- PxAWrapper,
42071
42069
  PxPage,
42072
42070
  PxSpacer,
42073
42071
  PxStack,
42074
42072
  PxVstack,
42075
42073
  PxHstack,
42074
+ PxA,
42075
+ PxAWrapper,
42076
42076
  PxList,
42077
42077
  PxListItem,
42078
42078
  PxModal,
42079
42079
  PxP,
42080
42080
  PxPillar,
42081
- PxPrice,
42082
42081
  PxCardActions,
42083
42082
  PxCardContainer,
42084
42083
  PxCardHeading,
42085
42084
  PxRadio,
42086
42085
  PxRadioBase,
42087
42086
  PxRadioGroup,
42087
+ PxPrice,
42088
42088
  PxRibbon,
42089
42089
  PxSection,
42090
42090
  PxSelectableBox,
42091
42091
  PxSelectableBoxCheckbox,
42092
42092
  PxSelectableBoxRadio,
42093
42093
  PxSeparator,
42094
- PxSpan,
42095
42094
  PxSkeleton,
42095
+ PxSpan,
42096
42096
  PxSpinner,
42097
42097
  PxStatus,
42098
42098
  PxStatusCard,
@@ -42108,14 +42108,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
42108
42108
  PxTab,
42109
42109
  PxTabPanel,
42110
42110
  PxTag,
42111
- PxTimeline,
42112
- PxTimelineItem,
42113
42111
  PxTile,
42114
42112
  PxTileButton,
42115
42113
  PxTileCheckbox,
42116
42114
  PxTileLink,
42117
42115
  PxTileRadio,
42118
42116
  PxTileSwitch,
42117
+ PxTimeline,
42118
+ PxTimelineItem,
42119
42119
  PxToaster,
42120
42120
  PxTypography,
42121
42121
  PxPatch,