@revenuecat/purchases-ui-js 0.0.15 → 0.0.16
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.
- package/dist/components/image/image-utils.js +3 -2
- package/dist/components/text/text-utils.d.ts +2 -2
- package/dist/data/entities.d.ts +6 -14
- package/dist/stories/fixtures.d.ts +1 -0
- package/dist/stories/fixtures.js +1753 -27
- package/dist/utils/style-utils.d.ts +2 -2
- package/dist/utils/style-utils.js +5 -5
- package/package.json +3 -2
package/dist/stories/fixtures.js
CHANGED
|
@@ -12608,17 +12608,15 @@ export const stateTemplate = {
|
|
|
12608
12608
|
spacing: 0,
|
|
12609
12609
|
type: "stack",
|
|
12610
12610
|
overrides: {
|
|
12611
|
-
|
|
12612
|
-
|
|
12613
|
-
|
|
12614
|
-
|
|
12615
|
-
|
|
12616
|
-
|
|
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
|
-
|
|
12960
|
-
|
|
12961
|
-
|
|
12962
|
-
|
|
12963
|
-
|
|
12964
|
-
|
|
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
|
-
|
|
13347
|
-
|
|
13348
|
-
|
|
13349
|
-
|
|
13350
|
-
|
|
13351
|
-
|
|
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,6 +15176,1738 @@ export const posterMakerTemplate = {
|
|
|
15182
15176
|
template_name: "components",
|
|
15183
15177
|
updated_at: "2024-11-28T18:20:06Z",
|
|
15184
15178
|
};
|
|
15179
|
+
export const testTemplate = {
|
|
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
|
+
};
|
|
15185
16911
|
export const labelsData = {
|
|
15186
16912
|
en_US: {
|
|
15187
16913
|
id1: "Item 1",
|