@revenuecat/purchases-ui-js 0.0.15 → 0.0.17

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.
Files changed (51) hide show
  1. package/dist/components/button/Button.svelte.d.ts +4 -2
  2. package/dist/components/button/ButtonNode.stories.svelte +2 -4
  3. package/dist/components/button/ButtonNode.svelte.d.ts +1 -0
  4. package/dist/components/footer/Footer.stories.svelte +46 -156
  5. package/dist/components/footer/Footer.stories.svelte.d.ts +1 -2
  6. package/dist/components/footer/Footer.svelte +9 -0
  7. package/dist/components/footer/Footer.svelte.d.ts +1 -0
  8. package/dist/components/image/Image.stories.svelte +9 -7
  9. package/dist/components/image/Image.svelte +18 -3
  10. package/dist/components/image/Image.svelte.d.ts +1 -0
  11. package/dist/components/image/image-utils.js +5 -4
  12. package/dist/components/package/Package.stories.svelte +0 -2
  13. package/dist/components/package/Package.svelte.d.ts +1 -0
  14. package/dist/components/paywall/Node.svelte +8 -1
  15. package/dist/components/paywall/Node.svelte.d.ts +4 -2
  16. package/dist/components/paywall/Paywall.stories.svelte +79 -15
  17. package/dist/components/paywall/Paywall.svelte +41 -22
  18. package/dist/components/paywall/Paywall.svelte.d.ts +4 -0
  19. package/dist/components/purchase-button/PurchaseButton.stories.svelte +0 -2
  20. package/dist/components/purchase-button/PurchaseButton.svelte.d.ts +1 -0
  21. package/dist/components/stack/Stack.stories.svelte +0 -2
  22. package/dist/components/stack/Stack.svelte +3 -0
  23. package/dist/components/stack/Stack.svelte.d.ts +1 -0
  24. package/dist/components/stack/stack-utils.js +3 -3
  25. package/dist/components/text/Text.svelte.d.ts +4 -2
  26. package/dist/components/text/TextNode.stories.svelte +1 -2
  27. package/dist/components/text/TextNode.svelte +5 -12
  28. package/dist/components/text/TextNode.svelte.d.ts +1 -0
  29. package/dist/components/text/text-utils.d.ts +5 -2
  30. package/dist/components/text/text-utils.js +9 -9
  31. package/dist/components/timeline/Timeline.stories.svelte +640 -0
  32. package/dist/components/timeline/Timeline.stories.svelte.d.ts +19 -0
  33. package/dist/components/timeline/Timeline.svelte +40 -0
  34. package/dist/components/timeline/Timeline.svelte.d.ts +4 -0
  35. package/dist/components/timeline/TimelineItem.svelte +100 -0
  36. package/dist/components/timeline/TimelineItem.svelte.d.ts +4 -0
  37. package/dist/components/timeline/timeline-utils.d.ts +25 -0
  38. package/dist/components/timeline/timeline-utils.js +93 -0
  39. package/dist/data/entities.d.ts +62 -21
  40. package/dist/data/state.d.ts +2 -0
  41. package/dist/index.d.ts +1 -0
  42. package/dist/index.js +1 -0
  43. package/dist/stories/fixtures.d.ts +5 -0
  44. package/dist/stories/fixtures.js +4716 -33
  45. package/dist/stories/meta-templates.d.ts +0 -1
  46. package/dist/stories/meta-templates.js +0 -5
  47. package/dist/types.d.ts +12 -4
  48. package/dist/types.js +7 -0
  49. package/dist/utils/style-utils.d.ts +36 -4
  50. package/dist/utils/style-utils.js +82 -13
  51. package/package.json +27 -25
@@ -12608,17 +12608,15 @@ export const stateTemplate = {
12608
12608
  spacing: 0,
12609
12609
  type: "stack",
12610
12610
  overrides: {
12611
- states: {
12612
- selected: {
12613
- border: {
12614
- color: {
12615
- light: {
12616
- type: "hex",
12617
- value: "#a229f3ff",
12618
- },
12611
+ selected: {
12612
+ border: {
12613
+ color: {
12614
+ light: {
12615
+ type: "hex",
12616
+ value: "#a229f3ff",
12619
12617
  },
12620
- width: 1,
12621
12618
  },
12619
+ width: 1,
12622
12620
  },
12623
12621
  },
12624
12622
  },
@@ -12956,17 +12954,15 @@ export const stateTemplate = {
12956
12954
  spacing: 0,
12957
12955
  type: "stack",
12958
12956
  overrides: {
12959
- states: {
12960
- selected: {
12961
- border: {
12962
- color: {
12963
- light: {
12964
- type: "hex",
12965
- value: "#a229f3ff",
12966
- },
12957
+ selected: {
12958
+ border: {
12959
+ color: {
12960
+ light: {
12961
+ type: "hex",
12962
+ value: "#a229f3ff",
12967
12963
  },
12968
- width: 1,
12969
12964
  },
12965
+ width: 1,
12970
12966
  },
12971
12967
  },
12972
12968
  },
@@ -13343,17 +13339,15 @@ export const stateTemplate = {
13343
13339
  spacing: 0,
13344
13340
  type: "stack",
13345
13341
  overrides: {
13346
- states: {
13347
- selected: {
13348
- border: {
13349
- color: {
13350
- light: {
13351
- type: "hex",
13352
- value: "#a229f3ff",
13353
- },
13342
+ selected: {
13343
+ border: {
13344
+ color: {
13345
+ light: {
13346
+ type: "hex",
13347
+ value: "#a229f3ff",
13354
13348
  },
13355
- width: 1,
13356
13349
  },
13350
+ width: 1,
13357
13351
  },
13358
13352
  },
13359
13353
  },
@@ -15182,10 +15176,4699 @@ export const posterMakerTemplate = {
15182
15176
  template_name: "components",
15183
15177
  updated_at: "2024-11-28T18:20:06Z",
15184
15178
  };
15185
- export const labelsData = {
15186
- en_US: {
15187
- id1: "Item 1",
15188
- id2: "Item 2",
15189
- id3: "Item 3",
15190
- },
15179
+ export const e2eTestTemplate = {
15180
+ asset_base_url: "https://assets.pawwalls.com",
15181
+ components_config: {
15182
+ base: {
15183
+ background: {
15184
+ type: "color",
15185
+ value: {
15186
+ light: {
15187
+ type: "hex",
15188
+ value: "#ffffff",
15189
+ },
15190
+ },
15191
+ },
15192
+ stack: {
15193
+ background_color: {
15194
+ light: {
15195
+ degrees: 180,
15196
+ points: [
15197
+ {
15198
+ color: "#f8f8ffff",
15199
+ percent: 0,
15200
+ },
15201
+ {
15202
+ color: "#97aaae96",
15203
+ percent: 100,
15204
+ },
15205
+ ],
15206
+ type: "linear",
15207
+ value: "#ffffffff",
15208
+ },
15209
+ },
15210
+ border: null,
15211
+ components: [
15212
+ {
15213
+ components: [],
15214
+ corner_radiuses: {
15215
+ bottom_leading: 0,
15216
+ bottom_trailing: 0,
15217
+ top_leading: 0,
15218
+ top_trailing: 0,
15219
+ },
15220
+ fit_mode: "fill",
15221
+ gradientColors: null,
15222
+ id: "0bp6105JWO",
15223
+ mask_shape: {
15224
+ corners: {
15225
+ bottom_leading: 0,
15226
+ bottom_trailing: 0,
15227
+ top_leading: 0,
15228
+ top_trailing: 0,
15229
+ },
15230
+ type: "rectangle",
15231
+ },
15232
+ name: "",
15233
+ override_source_lid: null,
15234
+ size: {
15235
+ height: {
15236
+ type: "fit",
15237
+ value: null,
15238
+ },
15239
+ width: {
15240
+ type: "fill",
15241
+ value: null,
15242
+ },
15243
+ },
15244
+ source: {
15245
+ light: {
15246
+ heic: "https://assets.pawwalls.com/1145211_1733245631.heic",
15247
+ heic_low_res: "https://assets.pawwalls.com/1145211_low_res_1733245631.heic",
15248
+ original: "https://assets.pawwalls.com/1145211_1733245631.jpg",
15249
+ webp: "https://assets.pawwalls.com/1145211_1733245631.webp",
15250
+ webp_low_res: "https://assets.pawwalls.com/1145211_low_res_1733245631.webp",
15251
+ },
15252
+ },
15253
+ type: "image",
15254
+ },
15255
+ {
15256
+ background_color: null,
15257
+ color: {
15258
+ light: {
15259
+ type: "hex",
15260
+ value: "#494949FF",
15261
+ },
15262
+ },
15263
+ components: [],
15264
+ font_name: null,
15265
+ font_size: "heading_l",
15266
+ font_weight: "bold",
15267
+ horizontal_alignment: "center",
15268
+ id: "4uox9rm8Zx",
15269
+ margin: {
15270
+ bottom: 0,
15271
+ leading: 0,
15272
+ top: 0,
15273
+ trailing: 0,
15274
+ },
15275
+ name: "",
15276
+ padding: {
15277
+ bottom: 0,
15278
+ leading: 0,
15279
+ top: 0,
15280
+ trailing: 0,
15281
+ },
15282
+ size: {
15283
+ height: {
15284
+ type: "fit",
15285
+ value: null,
15286
+ },
15287
+ width: {
15288
+ type: "fill",
15289
+ value: null,
15290
+ },
15291
+ },
15292
+ text_lid: "GQ2t90mSKx",
15293
+ type: "text",
15294
+ },
15295
+ {
15296
+ background_color: null,
15297
+ border: null,
15298
+ components: [],
15299
+ dimension: {
15300
+ alignment: "leading",
15301
+ distribution: "space_between",
15302
+ type: "vertical",
15303
+ },
15304
+ id: "SyFDiDzvdG",
15305
+ margin: {
15306
+ bottom: 0,
15307
+ leading: 0,
15308
+ top: 0,
15309
+ trailing: 0,
15310
+ },
15311
+ name: "",
15312
+ padding: {
15313
+ bottom: 0,
15314
+ leading: 0,
15315
+ top: 0,
15316
+ trailing: 0,
15317
+ },
15318
+ shadow: null,
15319
+ shape: {
15320
+ corners: {
15321
+ bottom_leading: 0,
15322
+ bottom_trailing: 0,
15323
+ top_leading: 0,
15324
+ top_trailing: 0,
15325
+ },
15326
+ type: "rectangle",
15327
+ },
15328
+ size: {
15329
+ height: {
15330
+ type: "fit",
15331
+ value: null,
15332
+ },
15333
+ width: {
15334
+ type: "fill",
15335
+ value: null,
15336
+ },
15337
+ },
15338
+ spacing: 0,
15339
+ type: "stack",
15340
+ },
15341
+ {
15342
+ background_color: null,
15343
+ border: null,
15344
+ components: [
15345
+ {
15346
+ id: "YTC7pkPmNS",
15347
+ is_selected_by_default: true,
15348
+ name: "",
15349
+ package_id: "$rc_weekly",
15350
+ stack: {
15351
+ background_color: null,
15352
+ border: {
15353
+ color: {
15354
+ light: {
15355
+ type: "hex",
15356
+ value: "#cccccc",
15357
+ },
15358
+ },
15359
+ width: 1,
15360
+ },
15361
+ components: [
15362
+ {
15363
+ background_color: null,
15364
+ border: null,
15365
+ components: [
15366
+ {
15367
+ background_color: null,
15368
+ border: null,
15369
+ components: [
15370
+ {
15371
+ background_color: null,
15372
+ color: {
15373
+ light: {
15374
+ type: "hex",
15375
+ value: "#000000",
15376
+ },
15377
+ },
15378
+ components: [],
15379
+ font_name: null,
15380
+ font_size: "heading_m",
15381
+ font_weight: "bold",
15382
+ horizontal_alignment: "leading",
15383
+ id: "18y80hnm5-",
15384
+ margin: {
15385
+ bottom: 0,
15386
+ leading: 0,
15387
+ top: 0,
15388
+ trailing: 0,
15389
+ },
15390
+ name: "",
15391
+ padding: {
15392
+ bottom: 0,
15393
+ leading: 0,
15394
+ top: 0,
15395
+ trailing: 0,
15396
+ },
15397
+ size: {
15398
+ height: {
15399
+ type: "fit",
15400
+ value: null,
15401
+ },
15402
+ width: {
15403
+ type: "fill",
15404
+ value: null,
15405
+ },
15406
+ },
15407
+ text_lid: "eWT09h61W5",
15408
+ type: "text",
15409
+ },
15410
+ {
15411
+ background_color: null,
15412
+ color: {
15413
+ light: {
15414
+ type: "hex",
15415
+ value: "#000000",
15416
+ },
15417
+ },
15418
+ components: [],
15419
+ font_name: null,
15420
+ font_size: "body_m",
15421
+ font_weight: "regular",
15422
+ horizontal_alignment: "leading",
15423
+ id: "8qJjOJhB-r",
15424
+ margin: {
15425
+ bottom: 0,
15426
+ leading: 0,
15427
+ top: 0,
15428
+ trailing: 0,
15429
+ },
15430
+ name: "",
15431
+ padding: {
15432
+ bottom: 0,
15433
+ leading: 0,
15434
+ top: 0,
15435
+ trailing: 0,
15436
+ },
15437
+ size: {
15438
+ height: {
15439
+ type: "fit",
15440
+ value: null,
15441
+ },
15442
+ width: {
15443
+ type: "fill",
15444
+ value: null,
15445
+ },
15446
+ },
15447
+ text_lid: "Mv-pLWtPsF",
15448
+ type: "text",
15449
+ },
15450
+ ],
15451
+ dimension: {
15452
+ alignment: "leading",
15453
+ distribution: "space_between",
15454
+ type: "vertical",
15455
+ },
15456
+ id: "hMFyQU7Cw4",
15457
+ margin: {
15458
+ bottom: 0,
15459
+ leading: 0,
15460
+ top: 0,
15461
+ trailing: 0,
15462
+ },
15463
+ name: "",
15464
+ padding: {
15465
+ bottom: 0,
15466
+ leading: 0,
15467
+ top: 0,
15468
+ trailing: 0,
15469
+ },
15470
+ shadow: null,
15471
+ shape: {
15472
+ corners: {
15473
+ bottom_leading: 0,
15474
+ bottom_trailing: 0,
15475
+ top_leading: 0,
15476
+ top_trailing: 0,
15477
+ },
15478
+ type: "rectangle",
15479
+ },
15480
+ size: {
15481
+ height: {
15482
+ type: "fit",
15483
+ value: null,
15484
+ },
15485
+ width: {
15486
+ type: "fill",
15487
+ value: null,
15488
+ },
15489
+ },
15490
+ spacing: 0,
15491
+ type: "stack",
15492
+ },
15493
+ {
15494
+ background_color: null,
15495
+ color: {
15496
+ light: {
15497
+ type: "hex",
15498
+ value: "#000000",
15499
+ },
15500
+ },
15501
+ components: [],
15502
+ font_name: null,
15503
+ font_size: "body_m",
15504
+ font_weight: "regular",
15505
+ horizontal_alignment: "leading",
15506
+ id: "RX2msssKJB",
15507
+ margin: {
15508
+ bottom: 0,
15509
+ leading: 0,
15510
+ top: 0,
15511
+ trailing: 0,
15512
+ },
15513
+ name: "",
15514
+ padding: {
15515
+ bottom: 0,
15516
+ leading: 0,
15517
+ top: 0,
15518
+ trailing: 0,
15519
+ },
15520
+ size: {
15521
+ height: {
15522
+ type: "fit",
15523
+ value: null,
15524
+ },
15525
+ width: {
15526
+ type: "fit",
15527
+ value: null,
15528
+ },
15529
+ },
15530
+ text_lid: "kuOkANDPIO",
15531
+ type: "text",
15532
+ },
15533
+ ],
15534
+ dimension: {
15535
+ alignment: "top",
15536
+ distribution: "space_between",
15537
+ type: "horizontal",
15538
+ },
15539
+ id: "VzJh_uN6ql",
15540
+ margin: {
15541
+ bottom: 0,
15542
+ leading: 0,
15543
+ top: 0,
15544
+ trailing: 0,
15545
+ },
15546
+ name: "",
15547
+ padding: {
15548
+ bottom: 0,
15549
+ leading: 0,
15550
+ top: 0,
15551
+ trailing: 0,
15552
+ },
15553
+ shadow: null,
15554
+ shape: {
15555
+ corners: {
15556
+ bottom_leading: 0,
15557
+ bottom_trailing: 0,
15558
+ top_leading: 0,
15559
+ top_trailing: 0,
15560
+ },
15561
+ type: "rectangle",
15562
+ },
15563
+ size: {
15564
+ height: {
15565
+ type: "fit",
15566
+ value: null,
15567
+ },
15568
+ width: {
15569
+ type: "fill",
15570
+ value: null,
15571
+ },
15572
+ },
15573
+ spacing: 0,
15574
+ type: "stack",
15575
+ },
15576
+ ],
15577
+ dimension: {
15578
+ alignment: "leading",
15579
+ distribution: "space_between",
15580
+ type: "vertical",
15581
+ },
15582
+ id: "JFHxEWTmeS",
15583
+ margin: {
15584
+ bottom: 0,
15585
+ leading: 8,
15586
+ top: 0,
15587
+ trailing: 8,
15588
+ },
15589
+ name: "",
15590
+ overrides: {
15591
+ selected: {
15592
+ border: {
15593
+ color: {
15594
+ light: {
15595
+ type: "hex",
15596
+ value: "#cc6969FF",
15597
+ },
15598
+ },
15599
+ width: 1,
15600
+ },
15601
+ },
15602
+ },
15603
+ padding: {
15604
+ bottom: 8,
15605
+ leading: 8,
15606
+ top: 8,
15607
+ trailing: 8,
15608
+ },
15609
+ shadow: null,
15610
+ shape: {
15611
+ corners: {
15612
+ bottom_leading: 8,
15613
+ bottom_trailing: 8,
15614
+ top_leading: 8,
15615
+ top_trailing: 8,
15616
+ },
15617
+ type: "rectangle",
15618
+ },
15619
+ size: {
15620
+ height: {
15621
+ type: "fit",
15622
+ value: null,
15623
+ },
15624
+ width: {
15625
+ type: "fill",
15626
+ value: null,
15627
+ },
15628
+ },
15629
+ spacing: 0,
15630
+ type: "stack",
15631
+ },
15632
+ type: "package",
15633
+ },
15634
+ {
15635
+ components: [
15636
+ {
15637
+ background_color: null,
15638
+ border: null,
15639
+ components: [
15640
+ {
15641
+ background_color: null,
15642
+ border: null,
15643
+ components: [
15644
+ {
15645
+ background_color: null,
15646
+ color: {
15647
+ light: {
15648
+ type: "hex",
15649
+ value: "#000000",
15650
+ },
15651
+ },
15652
+ components: [],
15653
+ font_name: null,
15654
+ font_size: "heading_m",
15655
+ font_weight: "bold",
15656
+ horizontal_alignment: "leading",
15657
+ id: "pccvSihlG5",
15658
+ margin: {
15659
+ bottom: 0,
15660
+ leading: 0,
15661
+ top: 0,
15662
+ trailing: 0,
15663
+ },
15664
+ name: "",
15665
+ padding: {
15666
+ bottom: 0,
15667
+ leading: 0,
15668
+ top: 0,
15669
+ trailing: 0,
15670
+ },
15671
+ size: {
15672
+ height: {
15673
+ type: "fit",
15674
+ value: null,
15675
+ },
15676
+ width: {
15677
+ type: "fill",
15678
+ value: null,
15679
+ },
15680
+ },
15681
+ text_lid: "8Eul48UP7U",
15682
+ type: "text",
15683
+ },
15684
+ {
15685
+ background_color: null,
15686
+ color: {
15687
+ light: {
15688
+ type: "hex",
15689
+ value: "#000000",
15690
+ },
15691
+ },
15692
+ components: [],
15693
+ font_name: null,
15694
+ font_size: "body_m",
15695
+ font_weight: "regular",
15696
+ horizontal_alignment: "leading",
15697
+ id: "l-J6WOAEzh",
15698
+ margin: {
15699
+ bottom: 0,
15700
+ leading: 0,
15701
+ top: 0,
15702
+ trailing: 0,
15703
+ },
15704
+ name: "",
15705
+ padding: {
15706
+ bottom: 0,
15707
+ leading: 0,
15708
+ top: 0,
15709
+ trailing: 0,
15710
+ },
15711
+ size: {
15712
+ height: {
15713
+ type: "fit",
15714
+ value: null,
15715
+ },
15716
+ width: {
15717
+ type: "fill",
15718
+ value: null,
15719
+ },
15720
+ },
15721
+ text_lid: "06-LnD_7DA",
15722
+ type: "text",
15723
+ },
15724
+ ],
15725
+ dimension: {
15726
+ alignment: "leading",
15727
+ distribution: "space_between",
15728
+ type: "vertical",
15729
+ },
15730
+ id: "v9yJcXOd36",
15731
+ margin: {
15732
+ bottom: 0,
15733
+ leading: 0,
15734
+ top: 0,
15735
+ trailing: 0,
15736
+ },
15737
+ name: "",
15738
+ padding: {
15739
+ bottom: 0,
15740
+ leading: 0,
15741
+ top: 0,
15742
+ trailing: 0,
15743
+ },
15744
+ shadow: null,
15745
+ shape: {
15746
+ corners: {
15747
+ bottom_leading: 0,
15748
+ bottom_trailing: 0,
15749
+ top_leading: 0,
15750
+ top_trailing: 0,
15751
+ },
15752
+ type: "rectangle",
15753
+ },
15754
+ size: {
15755
+ height: {
15756
+ type: "fit",
15757
+ value: null,
15758
+ },
15759
+ width: {
15760
+ type: "fill",
15761
+ value: null,
15762
+ },
15763
+ },
15764
+ spacing: 0,
15765
+ type: "stack",
15766
+ },
15767
+ {
15768
+ background_color: null,
15769
+ color: {
15770
+ light: {
15771
+ type: "hex",
15772
+ value: "#000000",
15773
+ },
15774
+ },
15775
+ components: [],
15776
+ font_name: null,
15777
+ font_size: "body_m",
15778
+ font_weight: "regular",
15779
+ horizontal_alignment: "leading",
15780
+ id: "m3903m_uAc",
15781
+ margin: {
15782
+ bottom: 0,
15783
+ leading: 0,
15784
+ top: 0,
15785
+ trailing: 0,
15786
+ },
15787
+ name: "",
15788
+ padding: {
15789
+ bottom: 0,
15790
+ leading: 0,
15791
+ top: 0,
15792
+ trailing: 0,
15793
+ },
15794
+ size: {
15795
+ height: {
15796
+ type: "fit",
15797
+ value: null,
15798
+ },
15799
+ width: {
15800
+ type: "fit",
15801
+ value: null,
15802
+ },
15803
+ },
15804
+ text_lid: "B2qAiYu8r-",
15805
+ type: "text",
15806
+ },
15807
+ ],
15808
+ dimension: {
15809
+ alignment: "top",
15810
+ distribution: "space_between",
15811
+ type: "horizontal",
15812
+ },
15813
+ id: "afaeZqH8OD",
15814
+ margin: {
15815
+ bottom: 0,
15816
+ leading: 0,
15817
+ top: 0,
15818
+ trailing: 0,
15819
+ },
15820
+ name: "",
15821
+ padding: {
15822
+ bottom: 0,
15823
+ leading: 0,
15824
+ top: 0,
15825
+ trailing: 0,
15826
+ },
15827
+ shadow: null,
15828
+ shape: {
15829
+ corners: {
15830
+ bottom_leading: 0,
15831
+ bottom_trailing: 0,
15832
+ top_leading: 0,
15833
+ top_trailing: 0,
15834
+ },
15835
+ type: "rectangle",
15836
+ },
15837
+ size: {
15838
+ height: {
15839
+ type: "fit",
15840
+ value: null,
15841
+ },
15842
+ width: {
15843
+ type: "fill",
15844
+ value: null,
15845
+ },
15846
+ },
15847
+ spacing: 0,
15848
+ type: "stack",
15849
+ },
15850
+ ],
15851
+ id: "uNG0u8qnLj",
15852
+ is_selected_by_default: false,
15853
+ name: "",
15854
+ package_id: "$rc_monthly",
15855
+ stack: {
15856
+ background_color: null,
15857
+ border: {
15858
+ color: {
15859
+ light: {
15860
+ type: "hex",
15861
+ value: "#cccccc",
15862
+ },
15863
+ },
15864
+ width: 1,
15865
+ },
15866
+ components: [
15867
+ {
15868
+ background_color: null,
15869
+ border: null,
15870
+ components: [
15871
+ {
15872
+ background_color: null,
15873
+ border: null,
15874
+ components: [
15875
+ {
15876
+ background_color: null,
15877
+ color: {
15878
+ light: {
15879
+ type: "hex",
15880
+ value: "#000000",
15881
+ },
15882
+ },
15883
+ components: [],
15884
+ font_name: null,
15885
+ font_size: "heading_m",
15886
+ font_weight: "bold",
15887
+ horizontal_alignment: "leading",
15888
+ id: "B55ztZg7s-",
15889
+ margin: {
15890
+ bottom: 0,
15891
+ leading: 0,
15892
+ top: 0,
15893
+ trailing: 0,
15894
+ },
15895
+ name: "",
15896
+ padding: {
15897
+ bottom: 0,
15898
+ leading: 0,
15899
+ top: 0,
15900
+ trailing: 0,
15901
+ },
15902
+ size: {
15903
+ height: {
15904
+ type: "fit",
15905
+ value: null,
15906
+ },
15907
+ width: {
15908
+ type: "fill",
15909
+ value: null,
15910
+ },
15911
+ },
15912
+ text_lid: "1vNoqpyGlh",
15913
+ type: "text",
15914
+ },
15915
+ {
15916
+ background_color: null,
15917
+ color: {
15918
+ light: {
15919
+ type: "hex",
15920
+ value: "#000000",
15921
+ },
15922
+ },
15923
+ components: [],
15924
+ font_name: null,
15925
+ font_size: "body_m",
15926
+ font_weight: "regular",
15927
+ horizontal_alignment: "leading",
15928
+ id: "ECIgZy0wEa",
15929
+ margin: {
15930
+ bottom: 0,
15931
+ leading: 0,
15932
+ top: 0,
15933
+ trailing: 0,
15934
+ },
15935
+ name: "",
15936
+ padding: {
15937
+ bottom: 0,
15938
+ leading: 0,
15939
+ top: 0,
15940
+ trailing: 0,
15941
+ },
15942
+ size: {
15943
+ height: {
15944
+ type: "fit",
15945
+ value: null,
15946
+ },
15947
+ width: {
15948
+ type: "fill",
15949
+ value: null,
15950
+ },
15951
+ },
15952
+ text_lid: "UBYuS_oKkT",
15953
+ type: "text",
15954
+ },
15955
+ ],
15956
+ dimension: {
15957
+ alignment: "leading",
15958
+ distribution: "space_between",
15959
+ type: "vertical",
15960
+ },
15961
+ id: "u9WuvQpCHj",
15962
+ margin: {
15963
+ bottom: 0,
15964
+ leading: 0,
15965
+ top: 0,
15966
+ trailing: 0,
15967
+ },
15968
+ name: "",
15969
+ padding: {
15970
+ bottom: 0,
15971
+ leading: 0,
15972
+ top: 0,
15973
+ trailing: 0,
15974
+ },
15975
+ shadow: null,
15976
+ shape: {
15977
+ corners: {
15978
+ bottom_leading: 0,
15979
+ bottom_trailing: 0,
15980
+ top_leading: 0,
15981
+ top_trailing: 0,
15982
+ },
15983
+ type: "rectangle",
15984
+ },
15985
+ size: {
15986
+ height: {
15987
+ type: "fit",
15988
+ value: null,
15989
+ },
15990
+ width: {
15991
+ type: "fill",
15992
+ value: null,
15993
+ },
15994
+ },
15995
+ spacing: 0,
15996
+ type: "stack",
15997
+ },
15998
+ {
15999
+ background_color: null,
16000
+ color: {
16001
+ light: {
16002
+ type: "hex",
16003
+ value: "#000000",
16004
+ },
16005
+ },
16006
+ components: [],
16007
+ font_name: null,
16008
+ font_size: "body_m",
16009
+ font_weight: "regular",
16010
+ horizontal_alignment: "leading",
16011
+ id: "bNCLIqOVpR",
16012
+ margin: {
16013
+ bottom: 0,
16014
+ leading: 0,
16015
+ top: 0,
16016
+ trailing: 0,
16017
+ },
16018
+ name: "",
16019
+ padding: {
16020
+ bottom: 0,
16021
+ leading: 0,
16022
+ top: 0,
16023
+ trailing: 0,
16024
+ },
16025
+ size: {
16026
+ height: {
16027
+ type: "fit",
16028
+ value: null,
16029
+ },
16030
+ width: {
16031
+ type: "fit",
16032
+ value: null,
16033
+ },
16034
+ },
16035
+ text_lid: "dQf3R4ahR0",
16036
+ type: "text",
16037
+ },
16038
+ ],
16039
+ dimension: {
16040
+ alignment: "top",
16041
+ distribution: "space_between",
16042
+ type: "horizontal",
16043
+ },
16044
+ id: "Tx4cfTh_o4",
16045
+ margin: {
16046
+ bottom: 0,
16047
+ leading: 0,
16048
+ top: 0,
16049
+ trailing: 0,
16050
+ },
16051
+ name: "",
16052
+ padding: {
16053
+ bottom: 0,
16054
+ leading: 0,
16055
+ top: 0,
16056
+ trailing: 0,
16057
+ },
16058
+ shadow: null,
16059
+ shape: {
16060
+ corners: {
16061
+ bottom_leading: 0,
16062
+ bottom_trailing: 0,
16063
+ top_leading: 0,
16064
+ top_trailing: 0,
16065
+ },
16066
+ type: "rectangle",
16067
+ },
16068
+ size: {
16069
+ height: {
16070
+ type: "fit",
16071
+ value: null,
16072
+ },
16073
+ width: {
16074
+ type: "fill",
16075
+ value: null,
16076
+ },
16077
+ },
16078
+ spacing: 0,
16079
+ type: "stack",
16080
+ },
16081
+ ],
16082
+ dimension: {
16083
+ alignment: "leading",
16084
+ distribution: "space_between",
16085
+ type: "vertical",
16086
+ },
16087
+ id: "lqx78thihL",
16088
+ margin: {
16089
+ bottom: 0,
16090
+ leading: 8,
16091
+ top: 0,
16092
+ trailing: 8,
16093
+ },
16094
+ name: "",
16095
+ overrides: {
16096
+ selected: {
16097
+ border: {
16098
+ color: {
16099
+ light: {
16100
+ type: "hex",
16101
+ value: "#cc6969ff",
16102
+ },
16103
+ },
16104
+ width: 1,
16105
+ },
16106
+ },
16107
+ },
16108
+ padding: {
16109
+ bottom: 8,
16110
+ leading: 8,
16111
+ top: 8,
16112
+ trailing: 8,
16113
+ },
16114
+ shadow: null,
16115
+ shape: {
16116
+ corners: {
16117
+ bottom_leading: 8,
16118
+ bottom_trailing: 8,
16119
+ top_leading: 8,
16120
+ top_trailing: 8,
16121
+ },
16122
+ type: "rectangle",
16123
+ },
16124
+ size: {
16125
+ height: {
16126
+ type: "fit",
16127
+ value: null,
16128
+ },
16129
+ width: {
16130
+ type: "fill",
16131
+ value: null,
16132
+ },
16133
+ },
16134
+ spacing: 0,
16135
+ type: "stack",
16136
+ },
16137
+ type: "package",
16138
+ },
16139
+ {
16140
+ components: [
16141
+ {
16142
+ background_color: null,
16143
+ border: null,
16144
+ components: [
16145
+ {
16146
+ background_color: null,
16147
+ border: null,
16148
+ components: [
16149
+ {
16150
+ background_color: null,
16151
+ color: {
16152
+ light: {
16153
+ type: "hex",
16154
+ value: "#000000",
16155
+ },
16156
+ },
16157
+ components: [],
16158
+ font_name: null,
16159
+ font_size: "heading_m",
16160
+ font_weight: "bold",
16161
+ horizontal_alignment: "leading",
16162
+ id: "3uyMG4CW77",
16163
+ margin: {
16164
+ bottom: 0,
16165
+ leading: 0,
16166
+ top: 0,
16167
+ trailing: 0,
16168
+ },
16169
+ name: "",
16170
+ padding: {
16171
+ bottom: 0,
16172
+ leading: 0,
16173
+ top: 0,
16174
+ trailing: 0,
16175
+ },
16176
+ size: {
16177
+ height: {
16178
+ type: "fit",
16179
+ value: null,
16180
+ },
16181
+ width: {
16182
+ type: "fill",
16183
+ value: null,
16184
+ },
16185
+ },
16186
+ text_lid: "V3_zAWeAUC",
16187
+ type: "text",
16188
+ },
16189
+ {
16190
+ background_color: null,
16191
+ color: {
16192
+ light: {
16193
+ type: "hex",
16194
+ value: "#000000",
16195
+ },
16196
+ },
16197
+ components: [],
16198
+ font_name: null,
16199
+ font_size: "body_m",
16200
+ font_weight: "regular",
16201
+ horizontal_alignment: "leading",
16202
+ id: "nfLZa6Hs_K",
16203
+ margin: {
16204
+ bottom: 0,
16205
+ leading: 0,
16206
+ top: 0,
16207
+ trailing: 0,
16208
+ },
16209
+ name: "",
16210
+ padding: {
16211
+ bottom: 0,
16212
+ leading: 0,
16213
+ top: 0,
16214
+ trailing: 0,
16215
+ },
16216
+ size: {
16217
+ height: {
16218
+ type: "fit",
16219
+ value: null,
16220
+ },
16221
+ width: {
16222
+ type: "fill",
16223
+ value: null,
16224
+ },
16225
+ },
16226
+ text_lid: "CKF3IHiN7X",
16227
+ type: "text",
16228
+ },
16229
+ ],
16230
+ dimension: {
16231
+ alignment: "leading",
16232
+ distribution: "space_between",
16233
+ type: "vertical",
16234
+ },
16235
+ id: "5Zufhgf_WT",
16236
+ margin: {
16237
+ bottom: 0,
16238
+ leading: 0,
16239
+ top: 0,
16240
+ trailing: 0,
16241
+ },
16242
+ name: "",
16243
+ padding: {
16244
+ bottom: 0,
16245
+ leading: 0,
16246
+ top: 0,
16247
+ trailing: 0,
16248
+ },
16249
+ shadow: null,
16250
+ shape: {
16251
+ corners: {
16252
+ bottom_leading: 0,
16253
+ bottom_trailing: 0,
16254
+ top_leading: 0,
16255
+ top_trailing: 0,
16256
+ },
16257
+ type: "rectangle",
16258
+ },
16259
+ size: {
16260
+ height: {
16261
+ type: "fit",
16262
+ value: null,
16263
+ },
16264
+ width: {
16265
+ type: "fill",
16266
+ value: null,
16267
+ },
16268
+ },
16269
+ spacing: 0,
16270
+ type: "stack",
16271
+ },
16272
+ {
16273
+ background_color: null,
16274
+ color: {
16275
+ light: {
16276
+ type: "hex",
16277
+ value: "#000000",
16278
+ },
16279
+ },
16280
+ components: [],
16281
+ font_name: null,
16282
+ font_size: "body_m",
16283
+ font_weight: "regular",
16284
+ horizontal_alignment: "leading",
16285
+ id: "zd_zjJ-J1b",
16286
+ margin: {
16287
+ bottom: 0,
16288
+ leading: 0,
16289
+ top: 0,
16290
+ trailing: 0,
16291
+ },
16292
+ name: "",
16293
+ padding: {
16294
+ bottom: 0,
16295
+ leading: 0,
16296
+ top: 0,
16297
+ trailing: 0,
16298
+ },
16299
+ size: {
16300
+ height: {
16301
+ type: "fit",
16302
+ value: null,
16303
+ },
16304
+ width: {
16305
+ type: "fit",
16306
+ value: null,
16307
+ },
16308
+ },
16309
+ text_lid: "yD_JLFbPyq",
16310
+ type: "text",
16311
+ },
16312
+ ],
16313
+ dimension: {
16314
+ alignment: "top",
16315
+ distribution: "space_between",
16316
+ type: "horizontal",
16317
+ },
16318
+ id: "5PizmIJoIV",
16319
+ margin: {
16320
+ bottom: 0,
16321
+ leading: 0,
16322
+ top: 0,
16323
+ trailing: 0,
16324
+ },
16325
+ name: "",
16326
+ padding: {
16327
+ bottom: 0,
16328
+ leading: 0,
16329
+ top: 0,
16330
+ trailing: 0,
16331
+ },
16332
+ shadow: null,
16333
+ shape: {
16334
+ corners: {
16335
+ bottom_leading: 0,
16336
+ bottom_trailing: 0,
16337
+ top_leading: 0,
16338
+ top_trailing: 0,
16339
+ },
16340
+ type: "rectangle",
16341
+ },
16342
+ size: {
16343
+ height: {
16344
+ type: "fit",
16345
+ value: null,
16346
+ },
16347
+ width: {
16348
+ type: "fill",
16349
+ value: null,
16350
+ },
16351
+ },
16352
+ spacing: 0,
16353
+ type: "stack",
16354
+ },
16355
+ ],
16356
+ id: "vt2-VYn-v-",
16357
+ is_selected_by_default: false,
16358
+ name: "",
16359
+ package_id: "$rc_annual",
16360
+ stack: {
16361
+ background_color: null,
16362
+ border: {
16363
+ color: {
16364
+ light: {
16365
+ type: "hex",
16366
+ value: "#cccccc",
16367
+ },
16368
+ },
16369
+ width: 1,
16370
+ },
16371
+ components: [
16372
+ {
16373
+ background_color: null,
16374
+ border: null,
16375
+ components: [
16376
+ {
16377
+ background_color: null,
16378
+ border: null,
16379
+ components: [
16380
+ {
16381
+ background_color: null,
16382
+ color: {
16383
+ light: {
16384
+ type: "hex",
16385
+ value: "#000000",
16386
+ },
16387
+ },
16388
+ components: [],
16389
+ font_name: null,
16390
+ font_size: "heading_m",
16391
+ font_weight: "bold",
16392
+ horizontal_alignment: "leading",
16393
+ id: "oc-PAGzehM",
16394
+ margin: {
16395
+ bottom: 0,
16396
+ leading: 0,
16397
+ top: 0,
16398
+ trailing: 0,
16399
+ },
16400
+ name: "",
16401
+ padding: {
16402
+ bottom: 0,
16403
+ leading: 0,
16404
+ top: 0,
16405
+ trailing: 0,
16406
+ },
16407
+ size: {
16408
+ height: {
16409
+ type: "fit",
16410
+ value: null,
16411
+ },
16412
+ width: {
16413
+ type: "fill",
16414
+ value: null,
16415
+ },
16416
+ },
16417
+ text_lid: "PJ9l1Jg4Pk",
16418
+ type: "text",
16419
+ },
16420
+ {
16421
+ background_color: null,
16422
+ color: {
16423
+ light: {
16424
+ type: "hex",
16425
+ value: "#000000",
16426
+ },
16427
+ },
16428
+ components: [],
16429
+ font_name: null,
16430
+ font_size: "body_m",
16431
+ font_weight: "regular",
16432
+ horizontal_alignment: "leading",
16433
+ id: "nw1jmturTP",
16434
+ margin: {
16435
+ bottom: 0,
16436
+ leading: 0,
16437
+ top: 0,
16438
+ trailing: 0,
16439
+ },
16440
+ name: "",
16441
+ padding: {
16442
+ bottom: 0,
16443
+ leading: 0,
16444
+ top: 0,
16445
+ trailing: 0,
16446
+ },
16447
+ size: {
16448
+ height: {
16449
+ type: "fit",
16450
+ value: null,
16451
+ },
16452
+ width: {
16453
+ type: "fill",
16454
+ value: null,
16455
+ },
16456
+ },
16457
+ text_lid: "eFF9eFFjEl",
16458
+ type: "text",
16459
+ },
16460
+ ],
16461
+ dimension: {
16462
+ alignment: "leading",
16463
+ distribution: "space_between",
16464
+ type: "vertical",
16465
+ },
16466
+ id: "mSAFk2lPou",
16467
+ margin: {
16468
+ bottom: 0,
16469
+ leading: 0,
16470
+ top: 0,
16471
+ trailing: 0,
16472
+ },
16473
+ name: "",
16474
+ padding: {
16475
+ bottom: 0,
16476
+ leading: 0,
16477
+ top: 0,
16478
+ trailing: 0,
16479
+ },
16480
+ shadow: null,
16481
+ shape: {
16482
+ corners: {
16483
+ bottom_leading: 0,
16484
+ bottom_trailing: 0,
16485
+ top_leading: 0,
16486
+ top_trailing: 0,
16487
+ },
16488
+ type: "rectangle",
16489
+ },
16490
+ size: {
16491
+ height: {
16492
+ type: "fit",
16493
+ value: null,
16494
+ },
16495
+ width: {
16496
+ type: "fill",
16497
+ value: null,
16498
+ },
16499
+ },
16500
+ spacing: 0,
16501
+ type: "stack",
16502
+ },
16503
+ {
16504
+ background_color: null,
16505
+ color: {
16506
+ light: {
16507
+ type: "hex",
16508
+ value: "#000000",
16509
+ },
16510
+ },
16511
+ components: [],
16512
+ font_name: null,
16513
+ font_size: "body_m",
16514
+ font_weight: "regular",
16515
+ horizontal_alignment: "leading",
16516
+ id: "FP3nXfwjWo",
16517
+ margin: {
16518
+ bottom: 0,
16519
+ leading: 0,
16520
+ top: 0,
16521
+ trailing: 0,
16522
+ },
16523
+ name: "",
16524
+ padding: {
16525
+ bottom: 0,
16526
+ leading: 0,
16527
+ top: 0,
16528
+ trailing: 0,
16529
+ },
16530
+ size: {
16531
+ height: {
16532
+ type: "fit",
16533
+ value: null,
16534
+ },
16535
+ width: {
16536
+ type: "fit",
16537
+ value: null,
16538
+ },
16539
+ },
16540
+ text_lid: "uq0PMImVVf",
16541
+ type: "text",
16542
+ },
16543
+ ],
16544
+ dimension: {
16545
+ alignment: "top",
16546
+ distribution: "space_between",
16547
+ type: "horizontal",
16548
+ },
16549
+ id: "CIGORYpaJT",
16550
+ margin: {
16551
+ bottom: 0,
16552
+ leading: 0,
16553
+ top: 0,
16554
+ trailing: 0,
16555
+ },
16556
+ name: "",
16557
+ padding: {
16558
+ bottom: 0,
16559
+ leading: 0,
16560
+ top: 0,
16561
+ trailing: 0,
16562
+ },
16563
+ shadow: null,
16564
+ shape: {
16565
+ corners: {
16566
+ bottom_leading: 0,
16567
+ bottom_trailing: 0,
16568
+ top_leading: 0,
16569
+ top_trailing: 0,
16570
+ },
16571
+ type: "rectangle",
16572
+ },
16573
+ size: {
16574
+ height: {
16575
+ type: "fit",
16576
+ value: null,
16577
+ },
16578
+ width: {
16579
+ type: "fill",
16580
+ value: null,
16581
+ },
16582
+ },
16583
+ spacing: 0,
16584
+ type: "stack",
16585
+ },
16586
+ ],
16587
+ dimension: {
16588
+ alignment: "leading",
16589
+ distribution: "space_between",
16590
+ type: "vertical",
16591
+ },
16592
+ id: "5KhWz7KmSf",
16593
+ margin: {
16594
+ bottom: 0,
16595
+ leading: 8,
16596
+ top: 0,
16597
+ trailing: 8,
16598
+ },
16599
+ name: "",
16600
+ overrides: {
16601
+ selected: {
16602
+ border: {
16603
+ color: {
16604
+ light: {
16605
+ type: "hex",
16606
+ value: "#cc6969ff",
16607
+ },
16608
+ },
16609
+ width: 1,
16610
+ },
16611
+ },
16612
+ },
16613
+ padding: {
16614
+ bottom: 8,
16615
+ leading: 8,
16616
+ top: 8,
16617
+ trailing: 8,
16618
+ },
16619
+ shadow: null,
16620
+ shape: {
16621
+ corners: {
16622
+ bottom_leading: 8,
16623
+ bottom_trailing: 8,
16624
+ top_leading: 8,
16625
+ top_trailing: 8,
16626
+ },
16627
+ type: "rectangle",
16628
+ },
16629
+ size: {
16630
+ height: {
16631
+ type: "fit",
16632
+ value: null,
16633
+ },
16634
+ width: {
16635
+ type: "fill",
16636
+ value: null,
16637
+ },
16638
+ },
16639
+ spacing: 0,
16640
+ type: "stack",
16641
+ },
16642
+ type: "package",
16643
+ },
16644
+ ],
16645
+ dimension: {
16646
+ alignment: "center",
16647
+ distribution: "start",
16648
+ type: "vertical",
16649
+ },
16650
+ id: "iUx3-qMY_T",
16651
+ margin: {
16652
+ bottom: 0,
16653
+ leading: 8,
16654
+ top: 0,
16655
+ trailing: 8,
16656
+ },
16657
+ name: "",
16658
+ padding: {
16659
+ bottom: 0,
16660
+ leading: 0,
16661
+ top: 0,
16662
+ trailing: 0,
16663
+ },
16664
+ shadow: null,
16665
+ shape: {
16666
+ corners: {
16667
+ bottom_leading: 0,
16668
+ bottom_trailing: 0,
16669
+ top_leading: 0,
16670
+ top_trailing: 0,
16671
+ },
16672
+ type: "rectangle",
16673
+ },
16674
+ size: {
16675
+ height: {
16676
+ type: "fit",
16677
+ value: null,
16678
+ },
16679
+ width: {
16680
+ type: "fill",
16681
+ value: null,
16682
+ },
16683
+ },
16684
+ spacing: 8,
16685
+ type: "stack",
16686
+ },
16687
+ {
16688
+ background_color: null,
16689
+ border: null,
16690
+ components: [
16691
+ {
16692
+ id: "URRzLzNzla",
16693
+ name: "",
16694
+ stack: {
16695
+ background_color: {
16696
+ light: {
16697
+ type: "hex",
16698
+ value: "#000000",
16699
+ },
16700
+ },
16701
+ border: null,
16702
+ components: [
16703
+ {
16704
+ background_color: {
16705
+ light: {
16706
+ type: "hex",
16707
+ value: "#ffffff00",
16708
+ },
16709
+ },
16710
+ color: {
16711
+ light: {
16712
+ type: "hex",
16713
+ value: "#ffffff",
16714
+ },
16715
+ },
16716
+ components: [],
16717
+ font_name: null,
16718
+ font_size: "body_m",
16719
+ font_weight: "extra_bold",
16720
+ horizontal_alignment: "center",
16721
+ id: "OVmqLUtiTF",
16722
+ margin: {
16723
+ bottom: 0,
16724
+ leading: 20,
16725
+ top: 0,
16726
+ trailing: 20,
16727
+ },
16728
+ name: "",
16729
+ padding: {
16730
+ bottom: 16,
16731
+ leading: 16,
16732
+ top: 16,
16733
+ trailing: 16,
16734
+ },
16735
+ size: {
16736
+ height: {
16737
+ type: "fit",
16738
+ value: null,
16739
+ },
16740
+ width: {
16741
+ type: "fill",
16742
+ value: null,
16743
+ },
16744
+ },
16745
+ text_lid: "Lu4yCSo1-n",
16746
+ type: "text",
16747
+ },
16748
+ ],
16749
+ dimension: {
16750
+ alignment: "leading",
16751
+ distribution: "space_between",
16752
+ type: "vertical",
16753
+ },
16754
+ id: "AA18HUHSH_",
16755
+ margin: {
16756
+ bottom: 60,
16757
+ leading: 20,
16758
+ top: 0,
16759
+ trailing: 20,
16760
+ },
16761
+ name: "",
16762
+ padding: {
16763
+ bottom: 0,
16764
+ leading: 0,
16765
+ top: 0,
16766
+ trailing: 0,
16767
+ },
16768
+ shadow: null,
16769
+ shape: {
16770
+ type: "pill",
16771
+ },
16772
+ size: {
16773
+ height: {
16774
+ type: "fit",
16775
+ value: null,
16776
+ },
16777
+ width: {
16778
+ type: "fill",
16779
+ value: null,
16780
+ },
16781
+ },
16782
+ spacing: 0,
16783
+ type: "stack",
16784
+ },
16785
+ type: "purchase_button",
16786
+ },
16787
+ ],
16788
+ dimension: {
16789
+ alignment: "leading",
16790
+ distribution: "space_between",
16791
+ type: "vertical",
16792
+ },
16793
+ id: "1-ymFDvH4r",
16794
+ margin: {
16795
+ bottom: 0,
16796
+ leading: 0,
16797
+ top: 0,
16798
+ trailing: 0,
16799
+ },
16800
+ name: "",
16801
+ padding: {
16802
+ bottom: 0,
16803
+ leading: 0,
16804
+ top: 0,
16805
+ trailing: 0,
16806
+ },
16807
+ shadow: null,
16808
+ shape: {
16809
+ corners: {
16810
+ bottom_leading: 0,
16811
+ bottom_trailing: 0,
16812
+ top_leading: 0,
16813
+ top_trailing: 0,
16814
+ },
16815
+ type: "rectangle",
16816
+ },
16817
+ size: {
16818
+ height: {
16819
+ type: "fit",
16820
+ value: null,
16821
+ },
16822
+ width: {
16823
+ type: "fill",
16824
+ value: null,
16825
+ },
16826
+ },
16827
+ spacing: 0,
16828
+ type: "stack",
16829
+ },
16830
+ ],
16831
+ dimension: {
16832
+ alignment: "leading",
16833
+ distribution: "start",
16834
+ type: "vertical",
16835
+ },
16836
+ id: "iUMgmwia8M",
16837
+ margin: {
16838
+ bottom: 0,
16839
+ leading: 0,
16840
+ top: 0,
16841
+ trailing: 0,
16842
+ },
16843
+ name: "Content",
16844
+ padding: {
16845
+ bottom: 0,
16846
+ leading: 0,
16847
+ top: 0,
16848
+ trailing: 0,
16849
+ },
16850
+ shadow: null,
16851
+ shape: {
16852
+ corners: {
16853
+ bottom_leading: 0,
16854
+ bottom_trailing: 0,
16855
+ top_leading: 0,
16856
+ top_trailing: 0,
16857
+ },
16858
+ type: "rectangle",
16859
+ },
16860
+ size: {
16861
+ height: {
16862
+ type: "fill",
16863
+ value: null,
16864
+ },
16865
+ width: {
16866
+ type: "fill",
16867
+ value: null,
16868
+ },
16869
+ },
16870
+ spacing: 20,
16871
+ type: "stack",
16872
+ },
16873
+ sticky_footer: null,
16874
+ },
16875
+ },
16876
+ components_localizations: {
16877
+ en_US: {
16878
+ "06-LnD_7DA": "This is the weekly package",
16879
+ "1vNoqpyGlh": "Monthly",
16880
+ "8Eul48UP7U": "Weekly",
16881
+ "B2qAiYu8r-": "{{ price }}",
16882
+ CKF3IHiN7X: "This is the weekly package",
16883
+ GQ2t90mSKx: "E2E Tests for Purchases JS",
16884
+ "Lu4yCSo1-n": "PURCHASE FOR {{ total_price_and_per_month }}",
16885
+ "Mv-pLWtPsF": "This is the weekly package",
16886
+ PJ9l1Jg4Pk: "Yearly",
16887
+ UBYuS_oKkT: "This is the weekly package",
16888
+ V3_zAWeAUC: "Weekly",
16889
+ dQf3R4ahR0: "{{ price }}",
16890
+ eFF9eFFjEl: "This is the weekly package",
16891
+ eWT09h61W5: "Weekly",
16892
+ kuOkANDPIO: "{{ price }}",
16893
+ uq0PMImVVf: "{{ price }}",
16894
+ yD_JLFbPyq: "{{ price }}",
16895
+ },
16896
+ },
16897
+ config: {},
16898
+ created_at: "2024-12-04T16:41:58Z",
16899
+ default_locale: "en_US",
16900
+ localized_strings: {
16901
+ en_US: {},
16902
+ },
16903
+ localized_strings_by_tier: {},
16904
+ offering_id: "ofrngb5779c6052",
16905
+ published_at: "2024-12-04T16:57:39Z",
16906
+ published_revision: 4,
16907
+ revision: 5,
16908
+ template_name: "components",
16909
+ updated_at: "2024-12-04T16:58:45Z",
16910
+ };
16911
+ export const zStackTemplate = {
16912
+ asset_base_url: "https://assets.pawwalls.com",
16913
+ components_config: {
16914
+ base: {
16915
+ background: {
16916
+ type: "color",
16917
+ value: {
16918
+ light: {
16919
+ type: "hex",
16920
+ value: "#ffffff",
16921
+ },
16922
+ },
16923
+ },
16924
+ stack: {
16925
+ background_color: {
16926
+ light: {
16927
+ degrees: 180,
16928
+ points: [
16929
+ {
16930
+ color: "#f8f8ffff",
16931
+ percent: 0,
16932
+ },
16933
+ {
16934
+ color: "#97aaae96",
16935
+ percent: 100,
16936
+ },
16937
+ ],
16938
+ type: "linear",
16939
+ value: "#ffffffff",
16940
+ },
16941
+ },
16942
+ border: null,
16943
+ components: [
16944
+ {
16945
+ background_color: null,
16946
+ border: null,
16947
+ components: [
16948
+ {
16949
+ components: [],
16950
+ corner_radiuses: {
16951
+ bottom_leading: 0,
16952
+ bottom_trailing: 0,
16953
+ top_leading: 0,
16954
+ top_trailing: 0,
16955
+ },
16956
+ fit_mode: "fill",
16957
+ gradientColors: null,
16958
+ id: "0bp6105JWO",
16959
+ mask_shape: {
16960
+ corners: {
16961
+ bottom_leading: 0,
16962
+ bottom_trailing: 0,
16963
+ top_leading: 0,
16964
+ top_trailing: 0,
16965
+ },
16966
+ type: "rectangle",
16967
+ },
16968
+ name: "",
16969
+ override_source_lid: null,
16970
+ size: {
16971
+ height: {
16972
+ type: "fit",
16973
+ value: null,
16974
+ },
16975
+ width: {
16976
+ type: "fill",
16977
+ value: null,
16978
+ },
16979
+ },
16980
+ source: {
16981
+ light: {
16982
+ heic: "https://assets.pawwalls.com/1145211_1733245631.heic",
16983
+ heic_low_res: "https://assets.pawwalls.com/1145211_low_res_1733245631.heic",
16984
+ original: "https://assets.pawwalls.com/1145211_1733245631.jpg",
16985
+ webp: "https://assets.pawwalls.com/1145211_1733245631.webp",
16986
+ webp_low_res: "https://assets.pawwalls.com/1145211_low_res_1733245631.webp",
16987
+ },
16988
+ },
16989
+ type: "image",
16990
+ },
16991
+ {
16992
+ background_color: null,
16993
+ border: null,
16994
+ components: [
16995
+ {
16996
+ background_color: {
16997
+ light: {
16998
+ type: "hex",
16999
+ value: "#fe8686FF",
17000
+ },
17001
+ },
17002
+ color: {
17003
+ light: {
17004
+ type: "hex",
17005
+ value: "#ffffffFF",
17006
+ },
17007
+ },
17008
+ font_name: null,
17009
+ font_size: "body_m",
17010
+ font_weight: "regular",
17011
+ horizontal_alignment: "leading",
17012
+ id: "_Hv6U-DNRP",
17013
+ margin: {
17014
+ bottom: 0,
17015
+ leading: 0,
17016
+ top: 0,
17017
+ trailing: 0,
17018
+ },
17019
+ name: "",
17020
+ padding: {
17021
+ bottom: 4,
17022
+ leading: 4,
17023
+ top: 4,
17024
+ trailing: 4,
17025
+ },
17026
+ size: {
17027
+ height: {
17028
+ type: "fit",
17029
+ value: null,
17030
+ },
17031
+ width: {
17032
+ type: "fit",
17033
+ value: null,
17034
+ },
17035
+ },
17036
+ text_lid: "auUEm6-oaa",
17037
+ type: "text",
17038
+ },
17039
+ ],
17040
+ dimension: {
17041
+ alignment: "top_leading",
17042
+ distribution: "space_between",
17043
+ type: "zlayer",
17044
+ },
17045
+ id: "hIK8gmb7gp",
17046
+ margin: {
17047
+ bottom: 0,
17048
+ leading: 0,
17049
+ top: 0,
17050
+ trailing: 0,
17051
+ },
17052
+ name: "",
17053
+ padding: {
17054
+ bottom: 0,
17055
+ leading: 0,
17056
+ top: 0,
17057
+ trailing: 0,
17058
+ },
17059
+ shadow: null,
17060
+ shape: {
17061
+ corners: {
17062
+ bottom_leading: 0,
17063
+ bottom_trailing: 0,
17064
+ top_leading: 0,
17065
+ top_trailing: 0,
17066
+ },
17067
+ type: "rectangle",
17068
+ },
17069
+ size: {
17070
+ height: {
17071
+ type: "fit",
17072
+ value: null,
17073
+ },
17074
+ width: {
17075
+ type: "fill",
17076
+ value: null,
17077
+ },
17078
+ },
17079
+ spacing: 0,
17080
+ type: "stack",
17081
+ },
17082
+ {
17083
+ background_color: null,
17084
+ border: null,
17085
+ components: [
17086
+ {
17087
+ background_color: {
17088
+ light: {
17089
+ type: "hex",
17090
+ value: "#fe8686FF",
17091
+ },
17092
+ },
17093
+ color: {
17094
+ light: {
17095
+ type: "hex",
17096
+ value: "#ffffffFF",
17097
+ },
17098
+ },
17099
+ components: [],
17100
+ font_name: null,
17101
+ font_size: "body_m",
17102
+ font_weight: "regular",
17103
+ horizontal_alignment: "leading",
17104
+ id: "2u5kPYjxrB",
17105
+ margin: {
17106
+ bottom: 0,
17107
+ leading: 0,
17108
+ top: 0,
17109
+ trailing: 0,
17110
+ },
17111
+ name: "",
17112
+ padding: {
17113
+ bottom: 4,
17114
+ leading: 4,
17115
+ top: 4,
17116
+ trailing: 4,
17117
+ },
17118
+ size: {
17119
+ height: {
17120
+ type: "fit",
17121
+ value: null,
17122
+ },
17123
+ width: {
17124
+ type: "fit",
17125
+ value: null,
17126
+ },
17127
+ },
17128
+ text_lid: "ObGc32Hfvu",
17129
+ type: "text",
17130
+ },
17131
+ ],
17132
+ dimension: {
17133
+ alignment: "top",
17134
+ distribution: "space_between",
17135
+ type: "zlayer",
17136
+ },
17137
+ id: "j1xu3Oi_mj",
17138
+ margin: {
17139
+ bottom: 0,
17140
+ leading: 0,
17141
+ top: 0,
17142
+ trailing: 0,
17143
+ },
17144
+ name: "",
17145
+ padding: {
17146
+ bottom: 0,
17147
+ leading: 0,
17148
+ top: 0,
17149
+ trailing: 0,
17150
+ },
17151
+ shadow: null,
17152
+ shape: {
17153
+ corners: {
17154
+ bottom_leading: 0,
17155
+ bottom_trailing: 0,
17156
+ top_leading: 0,
17157
+ top_trailing: 0,
17158
+ },
17159
+ type: "rectangle",
17160
+ },
17161
+ size: {
17162
+ height: {
17163
+ type: "fit",
17164
+ value: null,
17165
+ },
17166
+ width: {
17167
+ type: "fill",
17168
+ value: null,
17169
+ },
17170
+ },
17171
+ spacing: 0,
17172
+ type: "stack",
17173
+ },
17174
+ {
17175
+ background_color: null,
17176
+ border: null,
17177
+ components: [
17178
+ {
17179
+ background_color: {
17180
+ light: {
17181
+ type: "hex",
17182
+ value: "#fe8686FF",
17183
+ },
17184
+ },
17185
+ color: {
17186
+ light: {
17187
+ type: "hex",
17188
+ value: "#ffffffFF",
17189
+ },
17190
+ },
17191
+ components: [],
17192
+ font_name: null,
17193
+ font_size: "body_m",
17194
+ font_weight: "regular",
17195
+ horizontal_alignment: "leading",
17196
+ id: "pauZYkAplk",
17197
+ margin: {
17198
+ bottom: 0,
17199
+ leading: 0,
17200
+ top: 0,
17201
+ trailing: 0,
17202
+ },
17203
+ name: "",
17204
+ padding: {
17205
+ bottom: 4,
17206
+ leading: 4,
17207
+ top: 4,
17208
+ trailing: 4,
17209
+ },
17210
+ size: {
17211
+ height: {
17212
+ type: "fit",
17213
+ value: null,
17214
+ },
17215
+ width: {
17216
+ type: "fit",
17217
+ value: null,
17218
+ },
17219
+ },
17220
+ text_lid: "xAkMwRUzod",
17221
+ type: "text",
17222
+ },
17223
+ ],
17224
+ dimension: {
17225
+ alignment: "top_trailing",
17226
+ distribution: "space_between",
17227
+ type: "zlayer",
17228
+ },
17229
+ id: "SJZJwmjoOT",
17230
+ margin: {
17231
+ bottom: 0,
17232
+ leading: 0,
17233
+ top: 0,
17234
+ trailing: 0,
17235
+ },
17236
+ name: "",
17237
+ padding: {
17238
+ bottom: 0,
17239
+ leading: 0,
17240
+ top: 0,
17241
+ trailing: 0,
17242
+ },
17243
+ shadow: null,
17244
+ shape: {
17245
+ corners: {
17246
+ bottom_leading: 0,
17247
+ bottom_trailing: 0,
17248
+ top_leading: 0,
17249
+ top_trailing: 0,
17250
+ },
17251
+ type: "rectangle",
17252
+ },
17253
+ size: {
17254
+ height: {
17255
+ type: "fit",
17256
+ value: null,
17257
+ },
17258
+ width: {
17259
+ type: "fill",
17260
+ value: null,
17261
+ },
17262
+ },
17263
+ spacing: 0,
17264
+ type: "stack",
17265
+ },
17266
+ {
17267
+ background_color: null,
17268
+ border: null,
17269
+ components: [
17270
+ {
17271
+ background_color: {
17272
+ light: {
17273
+ type: "hex",
17274
+ value: "#fe8686FF",
17275
+ },
17276
+ },
17277
+ color: {
17278
+ light: {
17279
+ type: "hex",
17280
+ value: "#ffffffFF",
17281
+ },
17282
+ },
17283
+ components: [],
17284
+ font_name: null,
17285
+ font_size: "body_m",
17286
+ font_weight: "regular",
17287
+ horizontal_alignment: "leading",
17288
+ id: "tFaZYfA9xU",
17289
+ margin: {
17290
+ bottom: 0,
17291
+ leading: 0,
17292
+ top: 0,
17293
+ trailing: 0,
17294
+ },
17295
+ name: "",
17296
+ padding: {
17297
+ bottom: 4,
17298
+ leading: 4,
17299
+ top: 4,
17300
+ trailing: 4,
17301
+ },
17302
+ size: {
17303
+ height: {
17304
+ type: "fit",
17305
+ value: null,
17306
+ },
17307
+ width: {
17308
+ type: "fit",
17309
+ value: null,
17310
+ },
17311
+ },
17312
+ text_lid: "IndkfgspOp",
17313
+ type: "text",
17314
+ },
17315
+ ],
17316
+ dimension: {
17317
+ alignment: "leading",
17318
+ distribution: "space_between",
17319
+ type: "zlayer",
17320
+ },
17321
+ id: "BKKbRsf-iz",
17322
+ margin: {
17323
+ bottom: 0,
17324
+ leading: 0,
17325
+ top: 0,
17326
+ trailing: 0,
17327
+ },
17328
+ name: "",
17329
+ padding: {
17330
+ bottom: 0,
17331
+ leading: 0,
17332
+ top: 0,
17333
+ trailing: 0,
17334
+ },
17335
+ shadow: null,
17336
+ shape: {
17337
+ corners: {
17338
+ bottom_leading: 0,
17339
+ bottom_trailing: 0,
17340
+ top_leading: 0,
17341
+ top_trailing: 0,
17342
+ },
17343
+ type: "rectangle",
17344
+ },
17345
+ size: {
17346
+ height: {
17347
+ type: "fit",
17348
+ value: null,
17349
+ },
17350
+ width: {
17351
+ type: "fill",
17352
+ value: null,
17353
+ },
17354
+ },
17355
+ spacing: 0,
17356
+ type: "stack",
17357
+ },
17358
+ {
17359
+ background_color: null,
17360
+ border: null,
17361
+ components: [
17362
+ {
17363
+ background_color: {
17364
+ light: {
17365
+ type: "hex",
17366
+ value: "#fe8686FF",
17367
+ },
17368
+ },
17369
+ color: {
17370
+ light: {
17371
+ type: "hex",
17372
+ value: "#ffffffFF",
17373
+ },
17374
+ },
17375
+ components: [],
17376
+ font_name: null,
17377
+ font_size: "body_m",
17378
+ font_weight: "regular",
17379
+ horizontal_alignment: "leading",
17380
+ id: "ZhCDHATXoT",
17381
+ margin: {
17382
+ bottom: 0,
17383
+ leading: 0,
17384
+ top: 0,
17385
+ trailing: 0,
17386
+ },
17387
+ name: "",
17388
+ padding: {
17389
+ bottom: 4,
17390
+ leading: 4,
17391
+ top: 4,
17392
+ trailing: 4,
17393
+ },
17394
+ size: {
17395
+ height: {
17396
+ type: "fit",
17397
+ value: null,
17398
+ },
17399
+ width: {
17400
+ type: "fit",
17401
+ value: null,
17402
+ },
17403
+ },
17404
+ text_lid: "lzwCEfMeyo",
17405
+ type: "text",
17406
+ },
17407
+ ],
17408
+ dimension: {
17409
+ alignment: "center",
17410
+ distribution: "space_between",
17411
+ type: "zlayer",
17412
+ },
17413
+ id: "VR7012lMEq",
17414
+ margin: {
17415
+ bottom: 0,
17416
+ leading: 0,
17417
+ top: 0,
17418
+ trailing: 0,
17419
+ },
17420
+ name: "",
17421
+ padding: {
17422
+ bottom: 0,
17423
+ leading: 0,
17424
+ top: 0,
17425
+ trailing: 0,
17426
+ },
17427
+ shadow: null,
17428
+ shape: {
17429
+ corners: {
17430
+ bottom_leading: 0,
17431
+ bottom_trailing: 0,
17432
+ top_leading: 0,
17433
+ top_trailing: 0,
17434
+ },
17435
+ type: "rectangle",
17436
+ },
17437
+ size: {
17438
+ height: {
17439
+ type: "fit",
17440
+ value: null,
17441
+ },
17442
+ width: {
17443
+ type: "fill",
17444
+ value: null,
17445
+ },
17446
+ },
17447
+ spacing: 0,
17448
+ type: "stack",
17449
+ },
17450
+ {
17451
+ background_color: null,
17452
+ border: null,
17453
+ components: [
17454
+ {
17455
+ background_color: {
17456
+ light: {
17457
+ type: "hex",
17458
+ value: "#fe8686FF",
17459
+ },
17460
+ },
17461
+ color: {
17462
+ light: {
17463
+ type: "hex",
17464
+ value: "#ffffffFF",
17465
+ },
17466
+ },
17467
+ components: [],
17468
+ font_name: null,
17469
+ font_size: "body_m",
17470
+ font_weight: "regular",
17471
+ horizontal_alignment: "leading",
17472
+ id: "phADHE8X7A",
17473
+ margin: {
17474
+ bottom: 0,
17475
+ leading: 0,
17476
+ top: 0,
17477
+ trailing: 0,
17478
+ },
17479
+ name: "",
17480
+ padding: {
17481
+ bottom: 4,
17482
+ leading: 4,
17483
+ top: 4,
17484
+ trailing: 4,
17485
+ },
17486
+ size: {
17487
+ height: {
17488
+ type: "fit",
17489
+ value: null,
17490
+ },
17491
+ width: {
17492
+ type: "fit",
17493
+ value: null,
17494
+ },
17495
+ },
17496
+ text_lid: "c7Cwf0IcVx",
17497
+ type: "text",
17498
+ },
17499
+ ],
17500
+ dimension: {
17501
+ alignment: "trailing",
17502
+ distribution: "space_between",
17503
+ type: "zlayer",
17504
+ },
17505
+ id: "DbemU4nIb_",
17506
+ margin: {
17507
+ bottom: 0,
17508
+ leading: 0,
17509
+ top: 0,
17510
+ trailing: 0,
17511
+ },
17512
+ name: "",
17513
+ padding: {
17514
+ bottom: 0,
17515
+ leading: 0,
17516
+ top: 0,
17517
+ trailing: 0,
17518
+ },
17519
+ shadow: null,
17520
+ shape: {
17521
+ corners: {
17522
+ bottom_leading: 0,
17523
+ bottom_trailing: 0,
17524
+ top_leading: 0,
17525
+ top_trailing: 0,
17526
+ },
17527
+ type: "rectangle",
17528
+ },
17529
+ size: {
17530
+ height: {
17531
+ type: "fit",
17532
+ value: null,
17533
+ },
17534
+ width: {
17535
+ type: "fill",
17536
+ value: null,
17537
+ },
17538
+ },
17539
+ spacing: 0,
17540
+ type: "stack",
17541
+ },
17542
+ {
17543
+ background_color: null,
17544
+ border: null,
17545
+ components: [
17546
+ {
17547
+ background_color: {
17548
+ light: {
17549
+ type: "hex",
17550
+ value: "#fe8686FF",
17551
+ },
17552
+ },
17553
+ color: {
17554
+ light: {
17555
+ type: "hex",
17556
+ value: "#ffffffFF",
17557
+ },
17558
+ },
17559
+ components: [],
17560
+ font_name: null,
17561
+ font_size: "body_m",
17562
+ font_weight: "regular",
17563
+ horizontal_alignment: "leading",
17564
+ id: "OGIra648VX",
17565
+ margin: {
17566
+ bottom: 0,
17567
+ leading: 0,
17568
+ top: 0,
17569
+ trailing: 0,
17570
+ },
17571
+ name: "",
17572
+ padding: {
17573
+ bottom: 4,
17574
+ leading: 4,
17575
+ top: 4,
17576
+ trailing: 4,
17577
+ },
17578
+ size: {
17579
+ height: {
17580
+ type: "fit",
17581
+ value: null,
17582
+ },
17583
+ width: {
17584
+ type: "fit",
17585
+ value: null,
17586
+ },
17587
+ },
17588
+ text_lid: "iU3Jl2qmPO",
17589
+ type: "text",
17590
+ },
17591
+ ],
17592
+ dimension: {
17593
+ alignment: "bottom_leading",
17594
+ distribution: "space_between",
17595
+ type: "zlayer",
17596
+ },
17597
+ id: "z03GXHMMDH",
17598
+ margin: {
17599
+ bottom: 0,
17600
+ leading: 0,
17601
+ top: 0,
17602
+ trailing: 0,
17603
+ },
17604
+ name: "",
17605
+ padding: {
17606
+ bottom: 0,
17607
+ leading: 0,
17608
+ top: 0,
17609
+ trailing: 0,
17610
+ },
17611
+ shadow: null,
17612
+ shape: {
17613
+ corners: {
17614
+ bottom_leading: 0,
17615
+ bottom_trailing: 0,
17616
+ top_leading: 0,
17617
+ top_trailing: 0,
17618
+ },
17619
+ type: "rectangle",
17620
+ },
17621
+ size: {
17622
+ height: {
17623
+ type: "fit",
17624
+ value: null,
17625
+ },
17626
+ width: {
17627
+ type: "fill",
17628
+ value: null,
17629
+ },
17630
+ },
17631
+ spacing: 0,
17632
+ type: "stack",
17633
+ },
17634
+ {
17635
+ background_color: null,
17636
+ border: null,
17637
+ components: [
17638
+ {
17639
+ background_color: {
17640
+ light: {
17641
+ type: "hex",
17642
+ value: "#fe8686FF",
17643
+ },
17644
+ },
17645
+ color: {
17646
+ light: {
17647
+ type: "hex",
17648
+ value: "#ffffffFF",
17649
+ },
17650
+ },
17651
+ components: [],
17652
+ font_name: null,
17653
+ font_size: "body_m",
17654
+ font_weight: "regular",
17655
+ horizontal_alignment: "leading",
17656
+ id: "f68aYlhTEy",
17657
+ margin: {
17658
+ bottom: 0,
17659
+ leading: 0,
17660
+ top: 0,
17661
+ trailing: 0,
17662
+ },
17663
+ name: "",
17664
+ padding: {
17665
+ bottom: 4,
17666
+ leading: 4,
17667
+ top: 4,
17668
+ trailing: 4,
17669
+ },
17670
+ size: {
17671
+ height: {
17672
+ type: "fit",
17673
+ value: null,
17674
+ },
17675
+ width: {
17676
+ type: "fit",
17677
+ value: null,
17678
+ },
17679
+ },
17680
+ text_lid: "MygTU3Mtbk",
17681
+ type: "text",
17682
+ },
17683
+ ],
17684
+ dimension: {
17685
+ alignment: "bottom",
17686
+ distribution: "space_between",
17687
+ type: "zlayer",
17688
+ },
17689
+ id: "C6VNXSqAs_",
17690
+ margin: {
17691
+ bottom: 0,
17692
+ leading: 0,
17693
+ top: 0,
17694
+ trailing: 0,
17695
+ },
17696
+ name: "",
17697
+ padding: {
17698
+ bottom: 0,
17699
+ leading: 0,
17700
+ top: 0,
17701
+ trailing: 0,
17702
+ },
17703
+ shadow: null,
17704
+ shape: {
17705
+ corners: {
17706
+ bottom_leading: 0,
17707
+ bottom_trailing: 0,
17708
+ top_leading: 0,
17709
+ top_trailing: 0,
17710
+ },
17711
+ type: "rectangle",
17712
+ },
17713
+ size: {
17714
+ height: {
17715
+ type: "fit",
17716
+ value: null,
17717
+ },
17718
+ width: {
17719
+ type: "fill",
17720
+ value: null,
17721
+ },
17722
+ },
17723
+ spacing: 0,
17724
+ type: "stack",
17725
+ },
17726
+ {
17727
+ background_color: null,
17728
+ border: null,
17729
+ components: [
17730
+ {
17731
+ background_color: {
17732
+ light: {
17733
+ type: "hex",
17734
+ value: "#fe8686FF",
17735
+ },
17736
+ },
17737
+ color: {
17738
+ light: {
17739
+ type: "hex",
17740
+ value: "#ffffffFF",
17741
+ },
17742
+ },
17743
+ components: [],
17744
+ font_name: null,
17745
+ font_size: "body_m",
17746
+ font_weight: "regular",
17747
+ horizontal_alignment: "leading",
17748
+ id: "0nfAGMk34y",
17749
+ margin: {
17750
+ bottom: 0,
17751
+ leading: 0,
17752
+ top: 0,
17753
+ trailing: 0,
17754
+ },
17755
+ name: "",
17756
+ padding: {
17757
+ bottom: 4,
17758
+ leading: 4,
17759
+ top: 4,
17760
+ trailing: 4,
17761
+ },
17762
+ size: {
17763
+ height: {
17764
+ type: "fit",
17765
+ value: null,
17766
+ },
17767
+ width: {
17768
+ type: "fit",
17769
+ value: null,
17770
+ },
17771
+ },
17772
+ text_lid: "z5EgsTfs1m",
17773
+ type: "text",
17774
+ },
17775
+ ],
17776
+ dimension: {
17777
+ alignment: "bottom_trailing",
17778
+ distribution: "space_between",
17779
+ type: "zlayer",
17780
+ },
17781
+ id: "lGmhnNMSkq",
17782
+ margin: {
17783
+ bottom: 0,
17784
+ leading: 0,
17785
+ top: 0,
17786
+ trailing: 0,
17787
+ },
17788
+ name: "",
17789
+ padding: {
17790
+ bottom: 0,
17791
+ leading: 0,
17792
+ top: 0,
17793
+ trailing: 0,
17794
+ },
17795
+ shadow: null,
17796
+ shape: {
17797
+ corners: {
17798
+ bottom_leading: 0,
17799
+ bottom_trailing: 0,
17800
+ top_leading: 0,
17801
+ top_trailing: 0,
17802
+ },
17803
+ type: "rectangle",
17804
+ },
17805
+ size: {
17806
+ height: {
17807
+ type: "fit",
17808
+ value: null,
17809
+ },
17810
+ width: {
17811
+ type: "fill",
17812
+ value: null,
17813
+ },
17814
+ },
17815
+ spacing: 0,
17816
+ type: "stack",
17817
+ },
17818
+ ],
17819
+ dimension: {
17820
+ alignment: "leading",
17821
+ distribution: "space_between",
17822
+ type: "vertical",
17823
+ },
17824
+ id: "Wgjg9Rp5iP",
17825
+ margin: {
17826
+ bottom: 0,
17827
+ leading: 0,
17828
+ top: 0,
17829
+ trailing: 0,
17830
+ },
17831
+ name: "",
17832
+ padding: {
17833
+ bottom: 0,
17834
+ leading: 0,
17835
+ top: 0,
17836
+ trailing: 0,
17837
+ },
17838
+ shadow: null,
17839
+ shape: {
17840
+ corners: {
17841
+ bottom_leading: 0,
17842
+ bottom_trailing: 0,
17843
+ top_leading: 0,
17844
+ top_trailing: 0,
17845
+ },
17846
+ type: "rectangle",
17847
+ },
17848
+ size: {
17849
+ height: {
17850
+ type: "fit",
17851
+ value: null,
17852
+ },
17853
+ width: {
17854
+ type: "fill",
17855
+ value: null,
17856
+ },
17857
+ },
17858
+ spacing: 0,
17859
+ type: "stack",
17860
+ },
17861
+ ],
17862
+ dimension: {
17863
+ alignment: "leading",
17864
+ distribution: "start",
17865
+ type: "vertical",
17866
+ },
17867
+ id: "iUMgmwia8M",
17868
+ margin: {
17869
+ bottom: 0,
17870
+ leading: 0,
17871
+ top: 0,
17872
+ trailing: 0,
17873
+ },
17874
+ name: "Content",
17875
+ padding: {
17876
+ bottom: 0,
17877
+ leading: 0,
17878
+ top: 0,
17879
+ trailing: 0,
17880
+ },
17881
+ shadow: null,
17882
+ shape: {
17883
+ corners: {
17884
+ bottom_leading: 0,
17885
+ bottom_trailing: 0,
17886
+ top_leading: 0,
17887
+ top_trailing: 0,
17888
+ },
17889
+ type: "rectangle",
17890
+ },
17891
+ size: {
17892
+ height: {
17893
+ type: "fill",
17894
+ value: null,
17895
+ },
17896
+ width: {
17897
+ type: "fill",
17898
+ value: null,
17899
+ },
17900
+ },
17901
+ spacing: 20,
17902
+ type: "stack",
17903
+ },
17904
+ sticky_footer: null,
17905
+ },
17906
+ },
17907
+ components_localizations: {
17908
+ en_US: {
17909
+ IndkfgspOp: "leading",
17910
+ MygTU3Mtbk: "bottom",
17911
+ ObGc32Hfvu: "top",
17912
+ "auUEm6-oaa": "top leading",
17913
+ c7Cwf0IcVx: "trailing",
17914
+ iU3Jl2qmPO: "bottom leading",
17915
+ lzwCEfMeyo: "center",
17916
+ xAkMwRUzod: "top trailing",
17917
+ z5EgsTfs1m: "bottom trailing",
17918
+ },
17919
+ },
17920
+ config: {},
17921
+ created_at: "2024-12-05T17:23:44Z",
17922
+ default_locale: "en_US",
17923
+ localized_strings: {
17924
+ en_US: {},
17925
+ },
17926
+ localized_strings_by_tier: {},
17927
+ offering_id: "ofrng250d43abf4",
17928
+ published_at: null,
17929
+ published_revision: null,
17930
+ revision: 2,
17931
+ template_name: "components",
17932
+ updated_at: "2024-12-05T17:27:30Z",
17933
+ };
17934
+ export const labelsData = {
17935
+ en_US: {
17936
+ id1: "Item 1",
17937
+ id2: "Item 2",
17938
+ id3: "Item 3",
17939
+ },
17940
+ };
17941
+ export const colorModeOverrideTemplate = {
17942
+ asset_base_url: "https://assets.pawwalls.com",
17943
+ components_config: {
17944
+ base: {
17945
+ background: {
17946
+ type: "color",
17947
+ value: {
17948
+ light: {
17949
+ type: "hex",
17950
+ value: "#ffffff",
17951
+ },
17952
+ },
17953
+ },
17954
+ stack: {
17955
+ background_color: {
17956
+ dark: {
17957
+ degrees: 90,
17958
+ points: [
17959
+ {
17960
+ color: "#020024ff",
17961
+ percent: 0,
17962
+ },
17963
+ {
17964
+ color: "#00d4ffff",
17965
+ percent: 100,
17966
+ },
17967
+ ],
17968
+ type: "linear",
17969
+ },
17970
+ light: {
17971
+ degrees: 180,
17972
+ points: [
17973
+ {
17974
+ color: "#f8f8ffff",
17975
+ percent: 0,
17976
+ },
17977
+ {
17978
+ color: "#97aaae96",
17979
+ percent: 100,
17980
+ },
17981
+ ],
17982
+ type: "linear",
17983
+ value: "#ffffffff",
17984
+ },
17985
+ },
17986
+ border: null,
17987
+ components: [
17988
+ {
17989
+ components: [],
17990
+ corner_radiuses: {
17991
+ bottom_leading: 0,
17992
+ bottom_trailing: 0,
17993
+ top_leading: 0,
17994
+ top_trailing: 0,
17995
+ },
17996
+ fit_mode: "fill",
17997
+ gradientColors: null,
17998
+ id: "0bp6105JWO",
17999
+ mask_shape: {
18000
+ corners: {
18001
+ bottom_leading: 0,
18002
+ bottom_trailing: 0,
18003
+ top_leading: 0,
18004
+ top_trailing: 0,
18005
+ },
18006
+ type: "rectangle",
18007
+ },
18008
+ name: "",
18009
+ override_source_lid: null,
18010
+ size: {
18011
+ height: {
18012
+ type: "fit",
18013
+ value: null,
18014
+ },
18015
+ width: {
18016
+ type: "fill",
18017
+ value: null,
18018
+ },
18019
+ },
18020
+ source: {
18021
+ light: {
18022
+ heic: "https://assets.pawwalls.com/1145211_1733245631.heic",
18023
+ heic_low_res: "https://assets.pawwalls.com/1145211_low_res_1733245631.heic",
18024
+ original: "https://assets.pawwalls.com/1145211_1733245631.jpg",
18025
+ webp: "https://assets.pawwalls.com/1145211_1733245631.webp",
18026
+ webp_low_res: "https://assets.pawwalls.com/1145211_low_res_1733245631.webp",
18027
+ },
18028
+ },
18029
+ type: "image",
18030
+ },
18031
+ {
18032
+ background_color: {
18033
+ dark: {
18034
+ type: "hex",
18035
+ value: "#ffffff00",
18036
+ },
18037
+ light: {
18038
+ type: "hex",
18039
+ value: "#ffffff00",
18040
+ },
18041
+ },
18042
+ color: {
18043
+ dark: {
18044
+ type: "hex",
18045
+ value: "#fc1414FF",
18046
+ },
18047
+ light: {
18048
+ type: "hex",
18049
+ value: "#494949FF",
18050
+ },
18051
+ },
18052
+ components: [],
18053
+ font_name: null,
18054
+ font_size: "heading_l",
18055
+ font_weight: "bold",
18056
+ horizontal_alignment: "center",
18057
+ id: "4uox9rm8Zx",
18058
+ margin: {
18059
+ bottom: 0,
18060
+ leading: 0,
18061
+ top: 0,
18062
+ trailing: 0,
18063
+ },
18064
+ name: "",
18065
+ padding: {
18066
+ bottom: 0,
18067
+ leading: 0,
18068
+ top: 0,
18069
+ trailing: 0,
18070
+ },
18071
+ size: {
18072
+ height: {
18073
+ type: "fit",
18074
+ value: null,
18075
+ },
18076
+ width: {
18077
+ type: "fill",
18078
+ value: null,
18079
+ },
18080
+ },
18081
+ text_lid: "GQ2t90mSKx",
18082
+ type: "text",
18083
+ },
18084
+ {
18085
+ background_color: null,
18086
+ border: null,
18087
+ components: [
18088
+ {
18089
+ id: "YTC7pkPmNS",
18090
+ is_selected_by_default: false,
18091
+ name: "",
18092
+ package_id: "$rc_weekly",
18093
+ stack: {
18094
+ background_color: null,
18095
+ border: {
18096
+ color: {
18097
+ light: {
18098
+ type: "hex",
18099
+ value: "#cccccc",
18100
+ },
18101
+ },
18102
+ width: 1,
18103
+ },
18104
+ components: [
18105
+ {
18106
+ background_color: null,
18107
+ color: {
18108
+ dark: {
18109
+ type: "hex",
18110
+ value: "#fefefeFF",
18111
+ },
18112
+ light: {
18113
+ type: "hex",
18114
+ value: "#000000",
18115
+ },
18116
+ },
18117
+ components: [],
18118
+ font_name: null,
18119
+ font_size: "heading_m",
18120
+ font_weight: "bold",
18121
+ horizontal_alignment: "leading",
18122
+ id: "18y80hnm5-",
18123
+ margin: {
18124
+ bottom: 0,
18125
+ leading: 0,
18126
+ top: 0,
18127
+ trailing: 0,
18128
+ },
18129
+ name: "",
18130
+ padding: {
18131
+ bottom: 0,
18132
+ leading: 0,
18133
+ top: 0,
18134
+ trailing: 0,
18135
+ },
18136
+ size: {
18137
+ height: {
18138
+ type: "fit",
18139
+ value: null,
18140
+ },
18141
+ width: {
18142
+ type: "fill",
18143
+ value: null,
18144
+ },
18145
+ },
18146
+ text_lid: "eWT09h61W5",
18147
+ type: "text",
18148
+ },
18149
+ {
18150
+ background_color: null,
18151
+ color: {
18152
+ dark: {
18153
+ type: "hex",
18154
+ value: "#fcfcfcFF",
18155
+ },
18156
+ light: {
18157
+ type: "hex",
18158
+ value: "#000000",
18159
+ },
18160
+ },
18161
+ components: [],
18162
+ font_name: null,
18163
+ font_size: "body_m",
18164
+ font_weight: "regular",
18165
+ horizontal_alignment: "leading",
18166
+ id: "8qJjOJhB-r",
18167
+ margin: {
18168
+ bottom: 0,
18169
+ leading: 0,
18170
+ top: 0,
18171
+ trailing: 0,
18172
+ },
18173
+ name: "",
18174
+ padding: {
18175
+ bottom: 0,
18176
+ leading: 0,
18177
+ top: 0,
18178
+ trailing: 0,
18179
+ },
18180
+ size: {
18181
+ height: {
18182
+ type: "fit",
18183
+ value: null,
18184
+ },
18185
+ width: {
18186
+ type: "fill",
18187
+ value: null,
18188
+ },
18189
+ },
18190
+ text_lid: "Mv-pLWtPsF",
18191
+ type: "text",
18192
+ },
18193
+ ],
18194
+ dimension: {
18195
+ alignment: "leading",
18196
+ distribution: "space_between",
18197
+ type: "vertical",
18198
+ },
18199
+ id: "JFHxEWTmeS",
18200
+ margin: {
18201
+ bottom: 0,
18202
+ leading: 8,
18203
+ top: 0,
18204
+ trailing: 8,
18205
+ },
18206
+ name: "",
18207
+ padding: {
18208
+ bottom: 8,
18209
+ leading: 8,
18210
+ top: 8,
18211
+ trailing: 8,
18212
+ },
18213
+ shadow: null,
18214
+ shape: {
18215
+ corners: {
18216
+ bottom_leading: 8,
18217
+ bottom_trailing: 8,
18218
+ top_leading: 8,
18219
+ top_trailing: 8,
18220
+ },
18221
+ type: "rectangle",
18222
+ },
18223
+ size: {
18224
+ height: {
18225
+ type: "fit",
18226
+ value: null,
18227
+ },
18228
+ width: {
18229
+ type: "fill",
18230
+ value: null,
18231
+ },
18232
+ },
18233
+ spacing: 0,
18234
+ type: "stack",
18235
+ },
18236
+ type: "package",
18237
+ },
18238
+ {
18239
+ id: "_LOqgMuxYn",
18240
+ is_selected_by_default: false,
18241
+ name: "",
18242
+ package_id: "$rc_monthly",
18243
+ stack: {
18244
+ background_color: null,
18245
+ border: {
18246
+ color: {
18247
+ light: {
18248
+ type: "hex",
18249
+ value: "#cccccc",
18250
+ },
18251
+ },
18252
+ width: 1,
18253
+ },
18254
+ components: [
18255
+ {
18256
+ background_color: null,
18257
+ color: {
18258
+ dark: {
18259
+ type: "hex",
18260
+ value: "#fdfcfcFF",
18261
+ },
18262
+ light: {
18263
+ type: "hex",
18264
+ value: "#000000",
18265
+ },
18266
+ },
18267
+ components: [],
18268
+ font_name: null,
18269
+ font_size: "heading_m",
18270
+ font_weight: "bold",
18271
+ horizontal_alignment: "leading",
18272
+ id: "REsW7-47Mq",
18273
+ margin: {
18274
+ bottom: 0,
18275
+ leading: 0,
18276
+ top: 0,
18277
+ trailing: 0,
18278
+ },
18279
+ name: "",
18280
+ padding: {
18281
+ bottom: 0,
18282
+ leading: 0,
18283
+ top: 0,
18284
+ trailing: 0,
18285
+ },
18286
+ size: {
18287
+ height: {
18288
+ type: "fit",
18289
+ value: null,
18290
+ },
18291
+ width: {
18292
+ type: "fill",
18293
+ value: null,
18294
+ },
18295
+ },
18296
+ text_lid: "qy4JKggbZ_",
18297
+ type: "text",
18298
+ },
18299
+ {
18300
+ background_color: null,
18301
+ color: {
18302
+ dark: {
18303
+ type: "hex",
18304
+ value: "#fffcfcFF",
18305
+ },
18306
+ light: {
18307
+ type: "hex",
18308
+ value: "#000000",
18309
+ },
18310
+ },
18311
+ components: [],
18312
+ font_name: null,
18313
+ font_size: "body_m",
18314
+ font_weight: "regular",
18315
+ horizontal_alignment: "leading",
18316
+ id: "qekcnIHsOq",
18317
+ margin: {
18318
+ bottom: 0,
18319
+ leading: 0,
18320
+ top: 0,
18321
+ trailing: 0,
18322
+ },
18323
+ name: "",
18324
+ padding: {
18325
+ bottom: 0,
18326
+ leading: 0,
18327
+ top: 0,
18328
+ trailing: 0,
18329
+ },
18330
+ size: {
18331
+ height: {
18332
+ type: "fit",
18333
+ value: null,
18334
+ },
18335
+ width: {
18336
+ type: "fill",
18337
+ value: null,
18338
+ },
18339
+ },
18340
+ text_lid: "fqh9Qp5Cb6",
18341
+ type: "text",
18342
+ },
18343
+ ],
18344
+ dimension: {
18345
+ alignment: "leading",
18346
+ distribution: "space_between",
18347
+ type: "vertical",
18348
+ },
18349
+ id: "KLvqvTKsI-",
18350
+ margin: {
18351
+ bottom: 0,
18352
+ leading: 8,
18353
+ top: 0,
18354
+ trailing: 8,
18355
+ },
18356
+ name: "",
18357
+ padding: {
18358
+ bottom: 8,
18359
+ leading: 8,
18360
+ top: 8,
18361
+ trailing: 8,
18362
+ },
18363
+ shadow: null,
18364
+ shape: {
18365
+ corners: {
18366
+ bottom_leading: 8,
18367
+ bottom_trailing: 8,
18368
+ top_leading: 8,
18369
+ top_trailing: 8,
18370
+ },
18371
+ type: "rectangle",
18372
+ },
18373
+ size: {
18374
+ height: {
18375
+ type: "fit",
18376
+ value: null,
18377
+ },
18378
+ width: {
18379
+ type: "fill",
18380
+ value: null,
18381
+ },
18382
+ },
18383
+ spacing: 0,
18384
+ type: "stack",
18385
+ },
18386
+ type: "package",
18387
+ },
18388
+ {
18389
+ id: "syL2cC85wO",
18390
+ is_selected_by_default: false,
18391
+ name: "",
18392
+ package_id: "$rc_annual",
18393
+ stack: {
18394
+ background_color: null,
18395
+ border: {
18396
+ color: {
18397
+ light: {
18398
+ type: "hex",
18399
+ value: "#cccccc",
18400
+ },
18401
+ },
18402
+ width: 1,
18403
+ },
18404
+ components: [
18405
+ {
18406
+ background_color: null,
18407
+ color: {
18408
+ dark: {
18409
+ type: "hex",
18410
+ value: "#ffffffFF",
18411
+ },
18412
+ light: {
18413
+ type: "hex",
18414
+ value: "#000000",
18415
+ },
18416
+ },
18417
+ components: [],
18418
+ font_name: null,
18419
+ font_size: "heading_m",
18420
+ font_weight: "bold",
18421
+ horizontal_alignment: "leading",
18422
+ id: "zCLIkH7-oJ",
18423
+ margin: {
18424
+ bottom: 0,
18425
+ leading: 0,
18426
+ top: 0,
18427
+ trailing: 0,
18428
+ },
18429
+ name: "",
18430
+ padding: {
18431
+ bottom: 0,
18432
+ leading: 0,
18433
+ top: 0,
18434
+ trailing: 0,
18435
+ },
18436
+ size: {
18437
+ height: {
18438
+ type: "fit",
18439
+ value: null,
18440
+ },
18441
+ width: {
18442
+ type: "fill",
18443
+ value: null,
18444
+ },
18445
+ },
18446
+ text_lid: "1aIGPIMr3-",
18447
+ type: "text",
18448
+ },
18449
+ {
18450
+ background_color: null,
18451
+ color: {
18452
+ dark: {
18453
+ type: "hex",
18454
+ value: "#fffcfcFF",
18455
+ },
18456
+ light: {
18457
+ type: "hex",
18458
+ value: "#000000",
18459
+ },
18460
+ },
18461
+ components: [],
18462
+ font_name: null,
18463
+ font_size: "body_m",
18464
+ font_weight: "regular",
18465
+ horizontal_alignment: "leading",
18466
+ id: "j98F4O0Dcf",
18467
+ margin: {
18468
+ bottom: 0,
18469
+ leading: 0,
18470
+ top: 0,
18471
+ trailing: 0,
18472
+ },
18473
+ name: "",
18474
+ padding: {
18475
+ bottom: 0,
18476
+ leading: 0,
18477
+ top: 0,
18478
+ trailing: 0,
18479
+ },
18480
+ size: {
18481
+ height: {
18482
+ type: "fit",
18483
+ value: null,
18484
+ },
18485
+ width: {
18486
+ type: "fill",
18487
+ value: null,
18488
+ },
18489
+ },
18490
+ text_lid: "qaGYWWo19W",
18491
+ type: "text",
18492
+ },
18493
+ ],
18494
+ dimension: {
18495
+ alignment: "leading",
18496
+ distribution: "space_between",
18497
+ type: "vertical",
18498
+ },
18499
+ id: "hXrlpq4P_I",
18500
+ margin: {
18501
+ bottom: 0,
18502
+ leading: 8,
18503
+ top: 0,
18504
+ trailing: 8,
18505
+ },
18506
+ name: "",
18507
+ padding: {
18508
+ bottom: 8,
18509
+ leading: 8,
18510
+ top: 8,
18511
+ trailing: 8,
18512
+ },
18513
+ shadow: null,
18514
+ shape: {
18515
+ corners: {
18516
+ bottom_leading: 8,
18517
+ bottom_trailing: 8,
18518
+ top_leading: 8,
18519
+ top_trailing: 8,
18520
+ },
18521
+ type: "rectangle",
18522
+ },
18523
+ size: {
18524
+ height: {
18525
+ type: "fit",
18526
+ value: null,
18527
+ },
18528
+ width: {
18529
+ type: "fill",
18530
+ value: null,
18531
+ },
18532
+ },
18533
+ spacing: 0,
18534
+ type: "stack",
18535
+ },
18536
+ type: "package",
18537
+ },
18538
+ ],
18539
+ dimension: {
18540
+ alignment: "center",
18541
+ distribution: "start",
18542
+ type: "vertical",
18543
+ },
18544
+ id: "iUx3-qMY_T",
18545
+ margin: {
18546
+ bottom: 0,
18547
+ leading: 0,
18548
+ top: 0,
18549
+ trailing: 0,
18550
+ },
18551
+ name: "",
18552
+ padding: {
18553
+ bottom: 0,
18554
+ leading: 0,
18555
+ top: 0,
18556
+ trailing: 0,
18557
+ },
18558
+ shadow: null,
18559
+ shape: {
18560
+ corners: {
18561
+ bottom_leading: 0,
18562
+ bottom_trailing: 0,
18563
+ top_leading: 0,
18564
+ top_trailing: 0,
18565
+ },
18566
+ type: "rectangle",
18567
+ },
18568
+ size: {
18569
+ height: {
18570
+ type: "fit",
18571
+ value: null,
18572
+ },
18573
+ width: {
18574
+ type: "fill",
18575
+ value: null,
18576
+ },
18577
+ },
18578
+ spacing: 8,
18579
+ type: "stack",
18580
+ },
18581
+ {
18582
+ background_color: null,
18583
+ border: null,
18584
+ components: [
18585
+ {
18586
+ id: "URRzLzNzla",
18587
+ name: "",
18588
+ stack: {
18589
+ background_color: {
18590
+ dark: {
18591
+ type: "hex",
18592
+ value: "#fcfcfcFF",
18593
+ },
18594
+ light: {
18595
+ type: "hex",
18596
+ value: "#000000",
18597
+ },
18598
+ },
18599
+ border: null,
18600
+ components: [
18601
+ {
18602
+ background_color: {
18603
+ light: {
18604
+ type: "hex",
18605
+ value: "#ffffff00",
18606
+ },
18607
+ },
18608
+ color: {
18609
+ dark: {
18610
+ type: "hex",
18611
+ value: "#010101FF",
18612
+ },
18613
+ light: {
18614
+ type: "hex",
18615
+ value: "#ffffff",
18616
+ },
18617
+ },
18618
+ components: [],
18619
+ font_name: null,
18620
+ font_size: "body_m",
18621
+ font_weight: "extra_bold",
18622
+ horizontal_alignment: "center",
18623
+ id: "OVmqLUtiTF",
18624
+ margin: {
18625
+ bottom: 0,
18626
+ leading: 20,
18627
+ top: 0,
18628
+ trailing: 20,
18629
+ },
18630
+ name: "",
18631
+ padding: {
18632
+ bottom: 16,
18633
+ leading: 16,
18634
+ top: 16,
18635
+ trailing: 16,
18636
+ },
18637
+ size: {
18638
+ height: {
18639
+ type: "fit",
18640
+ value: null,
18641
+ },
18642
+ width: {
18643
+ type: "fill",
18644
+ value: null,
18645
+ },
18646
+ },
18647
+ text_lid: "Lu4yCSo1-n",
18648
+ type: "text",
18649
+ },
18650
+ ],
18651
+ dimension: {
18652
+ alignment: "leading",
18653
+ distribution: "space_between",
18654
+ type: "vertical",
18655
+ },
18656
+ id: "AA18HUHSH_",
18657
+ margin: {
18658
+ bottom: 60,
18659
+ leading: 20,
18660
+ top: 0,
18661
+ trailing: 20,
18662
+ },
18663
+ name: "",
18664
+ padding: {
18665
+ bottom: 0,
18666
+ leading: 0,
18667
+ top: 0,
18668
+ trailing: 0,
18669
+ },
18670
+ shadow: null,
18671
+ shape: {
18672
+ type: "pill",
18673
+ },
18674
+ size: {
18675
+ height: {
18676
+ type: "fit",
18677
+ value: null,
18678
+ },
18679
+ width: {
18680
+ type: "fill",
18681
+ value: null,
18682
+ },
18683
+ },
18684
+ spacing: 0,
18685
+ type: "stack",
18686
+ },
18687
+ type: "purchase_button",
18688
+ },
18689
+ ],
18690
+ dimension: {
18691
+ alignment: "leading",
18692
+ distribution: "space_between",
18693
+ type: "vertical",
18694
+ },
18695
+ id: "1-ymFDvH4r",
18696
+ margin: {
18697
+ bottom: 0,
18698
+ leading: 0,
18699
+ top: 0,
18700
+ trailing: 0,
18701
+ },
18702
+ name: "",
18703
+ padding: {
18704
+ bottom: 0,
18705
+ leading: 0,
18706
+ top: 0,
18707
+ trailing: 0,
18708
+ },
18709
+ shadow: null,
18710
+ shape: {
18711
+ corners: {
18712
+ bottom_leading: 0,
18713
+ bottom_trailing: 0,
18714
+ top_leading: 0,
18715
+ top_trailing: 0,
18716
+ },
18717
+ type: "rectangle",
18718
+ },
18719
+ size: {
18720
+ height: {
18721
+ type: "fit",
18722
+ value: null,
18723
+ },
18724
+ width: {
18725
+ type: "fill",
18726
+ value: null,
18727
+ },
18728
+ },
18729
+ spacing: 0,
18730
+ type: "stack",
18731
+ },
18732
+ ],
18733
+ dimension: {
18734
+ alignment: "leading",
18735
+ distribution: "start",
18736
+ type: "vertical",
18737
+ },
18738
+ id: "iUMgmwia8M",
18739
+ margin: {
18740
+ bottom: 0,
18741
+ leading: 0,
18742
+ top: 0,
18743
+ trailing: 0,
18744
+ },
18745
+ name: "Content",
18746
+ padding: {
18747
+ bottom: 0,
18748
+ leading: 0,
18749
+ top: 0,
18750
+ trailing: 0,
18751
+ },
18752
+ shadow: null,
18753
+ shape: {
18754
+ corners: {
18755
+ bottom_leading: 0,
18756
+ bottom_trailing: 0,
18757
+ top_leading: 0,
18758
+ top_trailing: 0,
18759
+ },
18760
+ type: "rectangle",
18761
+ },
18762
+ size: {
18763
+ height: {
18764
+ type: "fill",
18765
+ value: null,
18766
+ },
18767
+ width: {
18768
+ type: "fill",
18769
+ value: null,
18770
+ },
18771
+ },
18772
+ spacing: 20,
18773
+ type: "stack",
18774
+ },
18775
+ sticky_footer: null,
18776
+ },
18777
+ },
18778
+ components_localizations: {
18779
+ en_US: {
18780
+ "1aIGPIMr3-": "Yearly",
18781
+ GQ2t90mSKx: "E2E Tests for Purchases JS",
18782
+ "Lu4yCSo1-n": "PURCHASE",
18783
+ "Mv-pLWtPsF": "This is the weekly package",
18784
+ eWT09h61W5: "Weekly",
18785
+ fqh9Qp5Cb6: "And this is the monthly one",
18786
+ qaGYWWo19W: "Guess what this one is?",
18787
+ qy4JKggbZ_: "Monthly",
18788
+ },
18789
+ },
18790
+ config: {},
18791
+ created_at: "2024-12-06T17:20:24Z",
18792
+ default_locale: "en_US",
18793
+ localized_strings: {
18794
+ en_US: {},
18795
+ },
18796
+ localized_strings_by_tier: {},
18797
+ offering_id: "ofrngb4d6b67d35",
18798
+ published_at: null,
18799
+ published_revision: null,
18800
+ revision: 7,
18801
+ template_name: "components",
18802
+ updated_at: "2024-12-06T18:18:18Z",
18803
+ };
18804
+ export const paywallWithFooter = {
18805
+ asset_base_url: "https://assets.pawwalls.com",
18806
+ components_config: {
18807
+ base: {
18808
+ background: {
18809
+ type: "color",
18810
+ value: {
18811
+ light: {
18812
+ type: "hex",
18813
+ value: "#ffffff",
18814
+ },
18815
+ },
18816
+ },
18817
+ stack: {
18818
+ background_color: {
18819
+ light: {
18820
+ degrees: 180,
18821
+ points: [
18822
+ {
18823
+ color: "#f8f8ffff",
18824
+ percent: 0,
18825
+ },
18826
+ {
18827
+ color: "#97aaae96",
18828
+ percent: 100,
18829
+ },
18830
+ ],
18831
+ type: "linear",
18832
+ value: "#ffffffff",
18833
+ },
18834
+ },
18835
+ border: null,
18836
+ components: [
18837
+ {
18838
+ components: [],
18839
+ corner_radiuses: {
18840
+ bottom_leading: 0,
18841
+ bottom_trailing: 0,
18842
+ top_leading: 0,
18843
+ top_trailing: 0,
18844
+ },
18845
+ fit_mode: "fill",
18846
+ gradientColors: null,
18847
+ id: "0bp6105JWO",
18848
+ mask_shape: {
18849
+ corners: {
18850
+ bottom_leading: 0,
18851
+ bottom_trailing: 0,
18852
+ top_leading: 0,
18853
+ top_trailing: 0,
18854
+ },
18855
+ type: "rectangle",
18856
+ },
18857
+ name: "",
18858
+ override_source_lid: null,
18859
+ size: {
18860
+ height: {
18861
+ type: "fit",
18862
+ value: null,
18863
+ },
18864
+ width: {
18865
+ type: "fill",
18866
+ value: null,
18867
+ },
18868
+ },
18869
+ source: {
18870
+ light: {
18871
+ heic: "https://assets.pawwalls.com/1145211_1733245631.heic",
18872
+ heic_low_res: "https://assets.pawwalls.com/1145211_low_res_1733245631.heic",
18873
+ original: "https://assets.pawwalls.com/1145211_1733245631.jpg",
18874
+ webp: "https://assets.pawwalls.com/1145211_1733245631.webp",
18875
+ webp_low_res: "https://assets.pawwalls.com/1145211_low_res_1733245631.webp",
18876
+ },
18877
+ },
18878
+ type: "image",
18879
+ },
18880
+ {
18881
+ background_color: null,
18882
+ color: {
18883
+ light: {
18884
+ type: "hex",
18885
+ value: "#494949FF",
18886
+ },
18887
+ },
18888
+ components: [],
18889
+ font_name: null,
18890
+ font_size: "heading_l",
18891
+ font_weight: "bold",
18892
+ horizontal_alignment: "center",
18893
+ id: "4uox9rm8Zx",
18894
+ margin: {
18895
+ bottom: 0,
18896
+ leading: 0,
18897
+ top: 0,
18898
+ trailing: 0,
18899
+ },
18900
+ name: "",
18901
+ padding: {
18902
+ bottom: 0,
18903
+ leading: 0,
18904
+ top: 0,
18905
+ trailing: 0,
18906
+ },
18907
+ size: {
18908
+ height: {
18909
+ type: "fit",
18910
+ value: null,
18911
+ },
18912
+ width: {
18913
+ type: "fill",
18914
+ value: null,
18915
+ },
18916
+ },
18917
+ text_lid: "GQ2t90mSKx",
18918
+ type: "text",
18919
+ },
18920
+ {
18921
+ background_color: null,
18922
+ border: null,
18923
+ components: [],
18924
+ dimension: {
18925
+ alignment: "leading",
18926
+ distribution: "space_between",
18927
+ type: "vertical",
18928
+ },
18929
+ id: "SyFDiDzvdG",
18930
+ margin: {
18931
+ bottom: 0,
18932
+ leading: 0,
18933
+ top: 0,
18934
+ trailing: 0,
18935
+ },
18936
+ name: "",
18937
+ padding: {
18938
+ bottom: 0,
18939
+ leading: 0,
18940
+ top: 0,
18941
+ trailing: 0,
18942
+ },
18943
+ shadow: null,
18944
+ shape: {
18945
+ corners: {
18946
+ bottom_leading: 0,
18947
+ bottom_trailing: 0,
18948
+ top_leading: 0,
18949
+ top_trailing: 0,
18950
+ },
18951
+ type: "rectangle",
18952
+ },
18953
+ size: {
18954
+ height: {
18955
+ type: "fit",
18956
+ value: null,
18957
+ },
18958
+ width: {
18959
+ type: "fill",
18960
+ value: null,
18961
+ },
18962
+ },
18963
+ spacing: 0,
18964
+ type: "stack",
18965
+ },
18966
+ {
18967
+ background_color: null,
18968
+ border: null,
18969
+ components: [
18970
+ {
18971
+ id: "YTC7pkPmNS",
18972
+ is_selected_by_default: false,
18973
+ name: "",
18974
+ package_id: "$rc_weekly",
18975
+ stack: {
18976
+ background_color: null,
18977
+ border: {
18978
+ color: {
18979
+ light: {
18980
+ type: "hex",
18981
+ value: "#cccccc",
18982
+ },
18983
+ },
18984
+ width: 1,
18985
+ },
18986
+ components: [
18987
+ {
18988
+ background_color: null,
18989
+ color: {
18990
+ light: {
18991
+ type: "hex",
18992
+ value: "#000000",
18993
+ },
18994
+ },
18995
+ components: [],
18996
+ font_name: null,
18997
+ font_size: "heading_m",
18998
+ font_weight: "bold",
18999
+ horizontal_alignment: "leading",
19000
+ id: "18y80hnm5-",
19001
+ margin: {
19002
+ bottom: 0,
19003
+ leading: 0,
19004
+ top: 0,
19005
+ trailing: 0,
19006
+ },
19007
+ name: "",
19008
+ padding: {
19009
+ bottom: 0,
19010
+ leading: 0,
19011
+ top: 0,
19012
+ trailing: 0,
19013
+ },
19014
+ size: {
19015
+ height: {
19016
+ type: "fit",
19017
+ value: null,
19018
+ },
19019
+ width: {
19020
+ type: "fill",
19021
+ value: null,
19022
+ },
19023
+ },
19024
+ text_lid: "eWT09h61W5",
19025
+ type: "text",
19026
+ },
19027
+ {
19028
+ background_color: null,
19029
+ color: {
19030
+ light: {
19031
+ type: "hex",
19032
+ value: "#000000",
19033
+ },
19034
+ },
19035
+ components: [],
19036
+ font_name: null,
19037
+ font_size: "body_m",
19038
+ font_weight: "regular",
19039
+ horizontal_alignment: "leading",
19040
+ id: "8qJjOJhB-r",
19041
+ margin: {
19042
+ bottom: 0,
19043
+ leading: 0,
19044
+ top: 0,
19045
+ trailing: 0,
19046
+ },
19047
+ name: "",
19048
+ padding: {
19049
+ bottom: 0,
19050
+ leading: 0,
19051
+ top: 0,
19052
+ trailing: 0,
19053
+ },
19054
+ size: {
19055
+ height: {
19056
+ type: "fit",
19057
+ value: null,
19058
+ },
19059
+ width: {
19060
+ type: "fill",
19061
+ value: null,
19062
+ },
19063
+ },
19064
+ text_lid: "Mv-pLWtPsF",
19065
+ type: "text",
19066
+ },
19067
+ ],
19068
+ dimension: {
19069
+ alignment: "leading",
19070
+ distribution: "space_between",
19071
+ type: "vertical",
19072
+ },
19073
+ id: "JFHxEWTmeS",
19074
+ margin: {
19075
+ bottom: 0,
19076
+ leading: 8,
19077
+ top: 0,
19078
+ trailing: 8,
19079
+ },
19080
+ name: "",
19081
+ padding: {
19082
+ bottom: 8,
19083
+ leading: 8,
19084
+ top: 8,
19085
+ trailing: 8,
19086
+ },
19087
+ shadow: null,
19088
+ shape: {
19089
+ corners: {
19090
+ bottom_leading: 8,
19091
+ bottom_trailing: 8,
19092
+ top_leading: 8,
19093
+ top_trailing: 8,
19094
+ },
19095
+ type: "rectangle",
19096
+ },
19097
+ size: {
19098
+ height: {
19099
+ type: "fit",
19100
+ value: null,
19101
+ },
19102
+ width: {
19103
+ type: "fill",
19104
+ value: null,
19105
+ },
19106
+ },
19107
+ spacing: 0,
19108
+ type: "stack",
19109
+ },
19110
+ type: "package",
19111
+ },
19112
+ {
19113
+ id: "_LOqgMuxYn",
19114
+ is_selected_by_default: false,
19115
+ name: "",
19116
+ package_id: "$rc_monthly",
19117
+ stack: {
19118
+ background_color: null,
19119
+ border: {
19120
+ color: {
19121
+ light: {
19122
+ type: "hex",
19123
+ value: "#cccccc",
19124
+ },
19125
+ },
19126
+ width: 1,
19127
+ },
19128
+ components: [
19129
+ {
19130
+ background_color: null,
19131
+ color: {
19132
+ light: {
19133
+ type: "hex",
19134
+ value: "#000000",
19135
+ },
19136
+ },
19137
+ components: [],
19138
+ font_name: null,
19139
+ font_size: "heading_m",
19140
+ font_weight: "bold",
19141
+ horizontal_alignment: "leading",
19142
+ id: "REsW7-47Mq",
19143
+ margin: {
19144
+ bottom: 0,
19145
+ leading: 0,
19146
+ top: 0,
19147
+ trailing: 0,
19148
+ },
19149
+ name: "",
19150
+ padding: {
19151
+ bottom: 0,
19152
+ leading: 0,
19153
+ top: 0,
19154
+ trailing: 0,
19155
+ },
19156
+ size: {
19157
+ height: {
19158
+ type: "fit",
19159
+ value: null,
19160
+ },
19161
+ width: {
19162
+ type: "fill",
19163
+ value: null,
19164
+ },
19165
+ },
19166
+ text_lid: "qy4JKggbZ_",
19167
+ type: "text",
19168
+ },
19169
+ {
19170
+ background_color: null,
19171
+ color: {
19172
+ light: {
19173
+ type: "hex",
19174
+ value: "#000000",
19175
+ },
19176
+ },
19177
+ components: [],
19178
+ font_name: null,
19179
+ font_size: "body_m",
19180
+ font_weight: "regular",
19181
+ horizontal_alignment: "leading",
19182
+ id: "qekcnIHsOq",
19183
+ margin: {
19184
+ bottom: 0,
19185
+ leading: 0,
19186
+ top: 0,
19187
+ trailing: 0,
19188
+ },
19189
+ name: "",
19190
+ padding: {
19191
+ bottom: 0,
19192
+ leading: 0,
19193
+ top: 0,
19194
+ trailing: 0,
19195
+ },
19196
+ size: {
19197
+ height: {
19198
+ type: "fit",
19199
+ value: null,
19200
+ },
19201
+ width: {
19202
+ type: "fill",
19203
+ value: null,
19204
+ },
19205
+ },
19206
+ text_lid: "fqh9Qp5Cb6",
19207
+ type: "text",
19208
+ },
19209
+ ],
19210
+ dimension: {
19211
+ alignment: "leading",
19212
+ distribution: "space_between",
19213
+ type: "vertical",
19214
+ },
19215
+ id: "KLvqvTKsI-",
19216
+ margin: {
19217
+ bottom: 0,
19218
+ leading: 8,
19219
+ top: 0,
19220
+ trailing: 8,
19221
+ },
19222
+ name: "",
19223
+ padding: {
19224
+ bottom: 8,
19225
+ leading: 8,
19226
+ top: 8,
19227
+ trailing: 8,
19228
+ },
19229
+ shadow: null,
19230
+ shape: {
19231
+ corners: {
19232
+ bottom_leading: 8,
19233
+ bottom_trailing: 8,
19234
+ top_leading: 8,
19235
+ top_trailing: 8,
19236
+ },
19237
+ type: "rectangle",
19238
+ },
19239
+ size: {
19240
+ height: {
19241
+ type: "fit",
19242
+ value: null,
19243
+ },
19244
+ width: {
19245
+ type: "fill",
19246
+ value: null,
19247
+ },
19248
+ },
19249
+ spacing: 0,
19250
+ type: "stack",
19251
+ },
19252
+ type: "package",
19253
+ },
19254
+ {
19255
+ id: "syL2cC85wO",
19256
+ is_selected_by_default: false,
19257
+ name: "",
19258
+ package_id: "$rc_annual",
19259
+ stack: {
19260
+ background_color: null,
19261
+ border: {
19262
+ color: {
19263
+ light: {
19264
+ type: "hex",
19265
+ value: "#cccccc",
19266
+ },
19267
+ },
19268
+ width: 1,
19269
+ },
19270
+ components: [
19271
+ {
19272
+ background_color: null,
19273
+ color: {
19274
+ light: {
19275
+ type: "hex",
19276
+ value: "#000000",
19277
+ },
19278
+ },
19279
+ components: [],
19280
+ font_name: null,
19281
+ font_size: "heading_m",
19282
+ font_weight: "bold",
19283
+ horizontal_alignment: "leading",
19284
+ id: "zCLIkH7-oJ",
19285
+ margin: {
19286
+ bottom: 0,
19287
+ leading: 0,
19288
+ top: 0,
19289
+ trailing: 0,
19290
+ },
19291
+ name: "",
19292
+ padding: {
19293
+ bottom: 0,
19294
+ leading: 0,
19295
+ top: 0,
19296
+ trailing: 0,
19297
+ },
19298
+ size: {
19299
+ height: {
19300
+ type: "fit",
19301
+ value: null,
19302
+ },
19303
+ width: {
19304
+ type: "fill",
19305
+ value: null,
19306
+ },
19307
+ },
19308
+ text_lid: "1aIGPIMr3-",
19309
+ type: "text",
19310
+ },
19311
+ {
19312
+ background_color: null,
19313
+ color: {
19314
+ light: {
19315
+ type: "hex",
19316
+ value: "#000000",
19317
+ },
19318
+ },
19319
+ components: [],
19320
+ font_name: null,
19321
+ font_size: "body_m",
19322
+ font_weight: "regular",
19323
+ horizontal_alignment: "leading",
19324
+ id: "j98F4O0Dcf",
19325
+ margin: {
19326
+ bottom: 0,
19327
+ leading: 0,
19328
+ top: 0,
19329
+ trailing: 0,
19330
+ },
19331
+ name: "",
19332
+ padding: {
19333
+ bottom: 0,
19334
+ leading: 0,
19335
+ top: 0,
19336
+ trailing: 0,
19337
+ },
19338
+ size: {
19339
+ height: {
19340
+ type: "fit",
19341
+ value: null,
19342
+ },
19343
+ width: {
19344
+ type: "fill",
19345
+ value: null,
19346
+ },
19347
+ },
19348
+ text_lid: "qaGYWWo19W",
19349
+ type: "text",
19350
+ },
19351
+ ],
19352
+ dimension: {
19353
+ alignment: "leading",
19354
+ distribution: "space_between",
19355
+ type: "vertical",
19356
+ },
19357
+ id: "hXrlpq4P_I",
19358
+ margin: {
19359
+ bottom: 0,
19360
+ leading: 8,
19361
+ top: 0,
19362
+ trailing: 8,
19363
+ },
19364
+ name: "",
19365
+ padding: {
19366
+ bottom: 8,
19367
+ leading: 8,
19368
+ top: 8,
19369
+ trailing: 8,
19370
+ },
19371
+ shadow: null,
19372
+ shape: {
19373
+ corners: {
19374
+ bottom_leading: 8,
19375
+ bottom_trailing: 8,
19376
+ top_leading: 8,
19377
+ top_trailing: 8,
19378
+ },
19379
+ type: "rectangle",
19380
+ },
19381
+ size: {
19382
+ height: {
19383
+ type: "fit",
19384
+ value: null,
19385
+ },
19386
+ width: {
19387
+ type: "fill",
19388
+ value: null,
19389
+ },
19390
+ },
19391
+ spacing: 0,
19392
+ type: "stack",
19393
+ },
19394
+ type: "package",
19395
+ },
19396
+ ],
19397
+ dimension: {
19398
+ alignment: "center",
19399
+ distribution: "start",
19400
+ type: "vertical",
19401
+ },
19402
+ id: "iUx3-qMY_T",
19403
+ margin: {
19404
+ bottom: 0,
19405
+ leading: 0,
19406
+ top: 0,
19407
+ trailing: 0,
19408
+ },
19409
+ name: "",
19410
+ padding: {
19411
+ bottom: 0,
19412
+ leading: 0,
19413
+ top: 0,
19414
+ trailing: 0,
19415
+ },
19416
+ shadow: null,
19417
+ shape: {
19418
+ corners: {
19419
+ bottom_leading: 0,
19420
+ bottom_trailing: 0,
19421
+ top_leading: 0,
19422
+ top_trailing: 0,
19423
+ },
19424
+ type: "rectangle",
19425
+ },
19426
+ size: {
19427
+ height: {
19428
+ type: "fit",
19429
+ value: null,
19430
+ },
19431
+ width: {
19432
+ type: "fill",
19433
+ value: null,
19434
+ },
19435
+ },
19436
+ spacing: 8,
19437
+ type: "stack",
19438
+ },
19439
+ {
19440
+ background_color: null,
19441
+ border: null,
19442
+ components: [
19443
+ {
19444
+ id: "URRzLzNzla",
19445
+ name: "",
19446
+ stack: {
19447
+ background_color: {
19448
+ light: {
19449
+ type: "hex",
19450
+ value: "#000000",
19451
+ },
19452
+ },
19453
+ border: null,
19454
+ components: [
19455
+ {
19456
+ background_color: {
19457
+ light: {
19458
+ type: "hex",
19459
+ value: "#ffffff00",
19460
+ },
19461
+ },
19462
+ color: {
19463
+ light: {
19464
+ type: "hex",
19465
+ value: "#ffffff",
19466
+ },
19467
+ },
19468
+ components: [],
19469
+ font_name: null,
19470
+ font_size: "body_m",
19471
+ font_weight: "extra_bold",
19472
+ horizontal_alignment: "center",
19473
+ id: "OVmqLUtiTF",
19474
+ margin: {
19475
+ bottom: 0,
19476
+ leading: 20,
19477
+ top: 0,
19478
+ trailing: 20,
19479
+ },
19480
+ name: "",
19481
+ padding: {
19482
+ bottom: 16,
19483
+ leading: 16,
19484
+ top: 16,
19485
+ trailing: 16,
19486
+ },
19487
+ size: {
19488
+ height: {
19489
+ type: "fit",
19490
+ value: null,
19491
+ },
19492
+ width: {
19493
+ type: "fill",
19494
+ value: null,
19495
+ },
19496
+ },
19497
+ text_lid: "Lu4yCSo1-n",
19498
+ type: "text",
19499
+ },
19500
+ ],
19501
+ dimension: {
19502
+ alignment: "leading",
19503
+ distribution: "space_between",
19504
+ type: "vertical",
19505
+ },
19506
+ id: "AA18HUHSH_",
19507
+ margin: {
19508
+ bottom: 0,
19509
+ leading: 20,
19510
+ top: 0,
19511
+ trailing: 20,
19512
+ },
19513
+ name: "",
19514
+ padding: {
19515
+ bottom: 0,
19516
+ leading: 0,
19517
+ top: 0,
19518
+ trailing: 0,
19519
+ },
19520
+ shadow: null,
19521
+ shape: {
19522
+ type: "pill",
19523
+ },
19524
+ size: {
19525
+ height: {
19526
+ type: "fit",
19527
+ value: null,
19528
+ },
19529
+ width: {
19530
+ type: "fill",
19531
+ value: null,
19532
+ },
19533
+ },
19534
+ spacing: 0,
19535
+ type: "stack",
19536
+ },
19537
+ type: "purchase_button",
19538
+ },
19539
+ ],
19540
+ dimension: {
19541
+ alignment: "leading",
19542
+ distribution: "space_between",
19543
+ type: "vertical",
19544
+ },
19545
+ id: "1-ymFDvH4r",
19546
+ margin: {
19547
+ bottom: 60,
19548
+ leading: 0,
19549
+ top: 0,
19550
+ trailing: 0,
19551
+ },
19552
+ name: "",
19553
+ padding: {
19554
+ bottom: 0,
19555
+ leading: 0,
19556
+ top: 0,
19557
+ trailing: 0,
19558
+ },
19559
+ shadow: null,
19560
+ shape: {
19561
+ corners: {
19562
+ bottom_leading: 0,
19563
+ bottom_trailing: 0,
19564
+ top_leading: 0,
19565
+ top_trailing: 0,
19566
+ },
19567
+ type: "rectangle",
19568
+ },
19569
+ size: {
19570
+ height: {
19571
+ type: "fit",
19572
+ value: null,
19573
+ },
19574
+ width: {
19575
+ type: "fill",
19576
+ value: null,
19577
+ },
19578
+ },
19579
+ spacing: 0,
19580
+ type: "stack",
19581
+ },
19582
+ ],
19583
+ dimension: {
19584
+ alignment: "leading",
19585
+ distribution: "start",
19586
+ type: "vertical",
19587
+ },
19588
+ id: "iUMgmwia8M",
19589
+ margin: {
19590
+ bottom: 0,
19591
+ leading: 0,
19592
+ top: 0,
19593
+ trailing: 0,
19594
+ },
19595
+ name: "Content",
19596
+ padding: {
19597
+ bottom: 0,
19598
+ leading: 0,
19599
+ top: 0,
19600
+ trailing: 0,
19601
+ },
19602
+ shadow: null,
19603
+ shape: {
19604
+ corners: {
19605
+ bottom_leading: 0,
19606
+ bottom_trailing: 0,
19607
+ top_leading: 0,
19608
+ top_trailing: 0,
19609
+ },
19610
+ type: "rectangle",
19611
+ },
19612
+ size: {
19613
+ height: {
19614
+ type: "fill",
19615
+ value: null,
19616
+ },
19617
+ width: {
19618
+ type: "fill",
19619
+ value: null,
19620
+ },
19621
+ },
19622
+ spacing: 20,
19623
+ type: "stack",
19624
+ },
19625
+ sticky_footer: {
19626
+ id: "kHhCWlo9au",
19627
+ name: "",
19628
+ stack: {
19629
+ background_color: {
19630
+ light: {
19631
+ type: "hex",
19632
+ value: "#6c6c6cFF",
19633
+ },
19634
+ },
19635
+ border: undefined,
19636
+ components: [
19637
+ {
19638
+ background_color: null,
19639
+ color: {
19640
+ light: {
19641
+ type: "hex",
19642
+ value: "#ffffffFF",
19643
+ },
19644
+ },
19645
+ font_name: null,
19646
+ font_size: "body_m",
19647
+ font_weight: "extra_bold",
19648
+ horizontal_alignment: "center",
19649
+ id: "pFC3qrx4-c",
19650
+ margin: {
19651
+ bottom: 0,
19652
+ leading: 0,
19653
+ top: 0,
19654
+ trailing: 0,
19655
+ },
19656
+ name: "",
19657
+ padding: {
19658
+ bottom: 10,
19659
+ leading: 10,
19660
+ top: 10,
19661
+ trailing: 10,
19662
+ },
19663
+ size: {
19664
+ height: {
19665
+ type: "fit",
19666
+ value: null,
19667
+ },
19668
+ width: {
19669
+ type: "fill",
19670
+ value: null,
19671
+ },
19672
+ },
19673
+ text_lid: "GM2Sytqd5p",
19674
+ type: "text",
19675
+ },
19676
+ ],
19677
+ dimension: {
19678
+ alignment: "top",
19679
+ distribution: "space_between",
19680
+ type: "vertical",
19681
+ },
19682
+ id: "yI_0xF4hlJ",
19683
+ margin: {
19684
+ bottom: 0,
19685
+ leading: 0,
19686
+ top: 0,
19687
+ trailing: 0,
19688
+ },
19689
+ name: "Footer",
19690
+ padding: {
19691
+ bottom: 0,
19692
+ leading: 0,
19693
+ top: 0,
19694
+ trailing: 0,
19695
+ },
19696
+ shadow: {
19697
+ color: {
19698
+ light: {
19699
+ type: "hex",
19700
+ value: "#00000033",
19701
+ },
19702
+ },
19703
+ radius: 16,
19704
+ x: 0,
19705
+ y: -4,
19706
+ },
19707
+ shape: {
19708
+ corners: {
19709
+ bottom_leading: 0,
19710
+ bottom_trailing: 0,
19711
+ top_leading: 8,
19712
+ top_trailing: 8,
19713
+ },
19714
+ type: "rectangle",
19715
+ },
19716
+ size: {
19717
+ height: {
19718
+ type: "fit",
19719
+ },
19720
+ width: {
19721
+ type: "fill",
19722
+ },
19723
+ },
19724
+ spacing: 0,
19725
+ type: "stack",
19726
+ },
19727
+ type: "footer",
19728
+ },
19729
+ },
19730
+ },
19731
+ components_localizations: {
19732
+ en_US: {
19733
+ "1aIGPIMr3-": "Yearly",
19734
+ GM2Sytqd5p: "Do it now before you regret it!",
19735
+ GQ2t90mSKx: "E2E Tests for Purchases JS",
19736
+ "Lu4yCSo1-n": "PURCHASE",
19737
+ "Mv-pLWtPsF": "This is the weekly package",
19738
+ eWT09h61W5: "Weekly",
19739
+ fqh9Qp5Cb6: "And this is the monthly one",
19740
+ qaGYWWo19W: "Guess what this one is?",
19741
+ qy4JKggbZ_: "Monthly",
19742
+ },
19743
+ },
19744
+ config: {},
19745
+ created_at: "2024-12-03T17:07:27Z",
19746
+ default_locale: "en_US",
19747
+ localized_strings: {
19748
+ en_US: {},
19749
+ },
19750
+ localized_strings_by_tier: {},
19751
+ offering_id: "ofrngea57cd715b",
19752
+ published_at: "2024-12-03T17:34:02Z",
19753
+ published_revision: 4,
19754
+ revision: 10,
19755
+ template_name: "components",
19756
+ updated_at: "2024-12-10T19:23:17Z",
19757
+ };
19758
+ export const errorPaywallData = {
19759
+ asset_base_url: "https://assets.pawwalls.com",
19760
+ components_config: {
19761
+ base: {
19762
+ stack: {
19763
+ background_color: {
19764
+ light: {
19765
+ type: "hex",
19766
+ value: "#ffffff",
19767
+ },
19768
+ },
19769
+ border: null,
19770
+ components: [
19771
+ {
19772
+ background_color: {
19773
+ light: {
19774
+ type: "hex",
19775
+ value: "#292631",
19776
+ },
19777
+ },
19778
+ border: null,
19779
+ components: [],
19780
+ dimension: {
19781
+ alignment: "leading",
19782
+ distribution: "start",
19783
+ type: "vertical",
19784
+ },
19785
+ id: "JV1fnpl_NV",
19786
+ margin: {
19787
+ bottom: 0,
19788
+ leading: 0,
19789
+ top: 0,
19790
+ trailing: 0,
19791
+ },
19792
+ name: "Stack",
19793
+ padding: {
19794
+ bottom: 50,
19795
+ leading: 0,
19796
+ top: 30,
19797
+ trailing: 0,
19798
+ },
19799
+ shape: {
19800
+ corners: {
19801
+ bottom_leading: 0,
19802
+ bottom_trailing: 0,
19803
+ top_leading: 0,
19804
+ top_trailing: 0,
19805
+ },
19806
+ type: "rectangle",
19807
+ },
19808
+ size: {
19809
+ height: {
19810
+ type: "fit",
19811
+ value: null,
19812
+ },
19813
+ width: {
19814
+ type: "fill",
19815
+ value: null,
19816
+ },
19817
+ },
19818
+ spacing: 0,
19819
+ // @ts-expect-error placing this intentionally to test the error boundary
19820
+ type: "stackkkk",
19821
+ },
19822
+ ],
19823
+ dimension: {
19824
+ alignment: "leading",
19825
+ distribution: "start",
19826
+ type: "vertical",
19827
+ },
19828
+ id: "YsB5GBfw1o",
19829
+ margin: {
19830
+ bottom: 0,
19831
+ leading: 0,
19832
+ top: 0,
19833
+ trailing: 0,
19834
+ },
19835
+ name: "Root Paywall",
19836
+ padding: {
19837
+ bottom: 0,
19838
+ leading: 0,
19839
+ top: 0,
19840
+ trailing: 0,
19841
+ },
19842
+ shape: null,
19843
+ size: {
19844
+ height: {
19845
+ type: "fit",
19846
+ value: null,
19847
+ },
19848
+ width: {
19849
+ type: "fill",
19850
+ value: null,
19851
+ },
19852
+ },
19853
+ spacing: 20,
19854
+ type: "stack",
19855
+ },
19856
+ },
19857
+ },
19858
+ components_localizations: {
19859
+ en_US: {},
19860
+ },
19861
+ config: {},
19862
+ created_at: "2024-11-07T04:36:37Z",
19863
+ default_locale: "en_US",
19864
+ localized_strings: {
19865
+ en_US: {},
19866
+ },
19867
+ localized_strings_by_tier: {},
19868
+ offering_id: "ofrngbfce748e08",
19869
+ published_at: null,
19870
+ published_revision: null,
19871
+ revision: 14,
19872
+ template_name: "components",
19873
+ updated_at: "2024-11-08T22:38:41Z",
15191
19874
  };