@revenuecat/purchases-ui-js 0.0.16 → 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 +3 -3
  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 +3 -0
  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 +57 -8
  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 -1
  44. package/dist/stories/fixtures.js +2958 -1
  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 +34 -2
  50. package/dist/utils/style-utils.js +77 -8
  51. package/package.json +25 -24
@@ -15176,7 +15176,7 @@ export const posterMakerTemplate = {
15176
15176
  template_name: "components",
15177
15177
  updated_at: "2024-11-28T18:20:06Z",
15178
15178
  };
15179
- export const testTemplate = {
15179
+ export const e2eTestTemplate = {
15180
15180
  asset_base_url: "https://assets.pawwalls.com",
15181
15181
  components_config: {
15182
15182
  base: {
@@ -16908,6 +16908,1029 @@ export const testTemplate = {
16908
16908
  template_name: "components",
16909
16909
  updated_at: "2024-12-04T16:58:45Z",
16910
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
+ };
16911
17934
  export const labelsData = {
16912
17935
  en_US: {
16913
17936
  id1: "Item 1",
@@ -16915,3 +17938,1937 @@ export const labelsData = {
16915
17938
  id3: "Item 3",
16916
17939
  },
16917
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",
19874
+ };