@funnelsgrove/cli 0.1.87 → 0.1.89

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 (121) hide show
  1. package/dist/apiClient.d.ts +1 -0
  2. package/dist/apiClient.js +32 -1
  3. package/funnel-contract-compatibility.json +28 -28
  4. package/package.json +3 -3
  5. package/template_docs/.funnelsgrove-docs.json +3 -3
  6. package/template_docs/docs/funnelsgrove/migrations/step-contract-v3.md +1 -1
  7. package/template_docs/funnel-docs.config.json +1 -1
  8. package/template_scaffold/.funnelsgrove-docs.json +3 -3
  9. package/template_scaffold/.funnelsgrove-scaffold.json +26 -471
  10. package/template_scaffold/PLAN.md +15 -29
  11. package/template_scaffold/context/build-context.md +3 -3
  12. package/template_scaffold/docs/funnelsgrove/migrations/step-contract-v3.md +1 -1
  13. package/template_scaffold/funnel-docs.config.json +1 -1
  14. package/template_scaffold/package-lock.json +9 -9
  15. package/template_scaffold/package.json +2 -2
  16. package/template_scaffold/public/assets/email-capture-preview.svg +5 -0
  17. package/template_scaffold/public/assets/paywall-preview.svg +6 -0
  18. package/template_scaffold/src/app/sdk/page.tsx +14 -26
  19. package/template_scaffold/src/components/FunnelFlow.tsx +8 -1
  20. package/template_scaffold/src/config/billing.plans.ts +71 -21
  21. package/template_scaffold/src/config/funnel.manifest.ts +20 -59
  22. package/template_scaffold/src/runtime/checkout-runtime-config.ts +0 -7
  23. package/template_scaffold/src/runtime/step-registry.ts +0 -28
  24. package/template_scaffold/src/steps/content/step-01.content.ts +4 -9
  25. package/template_scaffold/src/steps/content/step-32-paywall.content.ts +12 -50
  26. package/template_scaffold/src/steps/step-01.tsx +43 -50
  27. package/template_scaffold/src/steps/step-31-email-capture.tsx +18 -1
  28. package/template_scaffold/src/steps/step-32-paywall.tsx +93 -299
  29. package/template_scaffold/src/steps/step-33-subscription-started.tsx +1 -1
  30. package/template_scaffold/src/steps/step-content.registry.ts +1 -26
  31. package/template_scaffold/public/claimbee/bee.png +0 -0
  32. package/template_scaffold/public/claimbee/device-iphone.png +0 -0
  33. package/template_scaffold/public/claimbee/device-macbook.png +0 -0
  34. package/template_scaffold/public/claimbee/device-none.png +0 -0
  35. package/template_scaffold/public/claimbee/device-watch.png +0 -0
  36. package/template_scaffold/public/claimbee/glow.svg +0 -3
  37. package/template_scaffold/public/claimbee/steps-sprite-alt.png +0 -0
  38. package/template_scaffold/public/claimbee/steps-sprite-default.png +0 -0
  39. package/template_scaffold/public/claimbee/testimonial-avatar.png +0 -0
  40. package/template_scaffold/public/claimbee/testimonial-star.svg +0 -3
  41. package/template_scaffold/public/paywall/ai-claim-assistant.png +0 -0
  42. package/template_scaffold/public/paywall/claim-history.png +0 -0
  43. package/template_scaffold/public/paywall/clear-progress.png +0 -0
  44. package/template_scaffold/public/paywall/hero.png +0 -0
  45. package/template_scaffold/public/paywall/money-alerts.png +0 -0
  46. package/template_scaffold/public/paywall/money-back-badge.png +0 -0
  47. package/template_scaffold/public/paywall/paywall-image.png +0 -0
  48. package/template_scaffold/public/paywall/r1.png +0 -0
  49. package/template_scaffold/public/paywall/r2.png +0 -0
  50. package/template_scaffold/public/paywall/r3.png +0 -0
  51. package/template_scaffold/public/paywall/r4.png +0 -0
  52. package/template_scaffold/public/paywall/r5.png +0 -0
  53. package/template_scaffold/public/paywall/r6.png +0 -0
  54. package/template_scaffold/public/paywall/special-offer-gift.png +0 -0
  55. package/template_scaffold/public/please/bee.png +0 -0
  56. package/template_scaffold/public/please/device-iphone.png +0 -0
  57. package/template_scaffold/public/please/device-macbook.png +0 -0
  58. package/template_scaffold/public/please/device-none.png +0 -0
  59. package/template_scaffold/public/please/device-watch.png +0 -0
  60. package/template_scaffold/public/please/glow.svg +0 -3
  61. package/template_scaffold/public/please/steps-sprite-alt.png +0 -0
  62. package/template_scaffold/public/please/steps-sprite-default.png +0 -0
  63. package/template_scaffold/public/please/testimonial-avatar.png +0 -0
  64. package/template_scaffold/public/please/testimonial-star.svg +0 -3
  65. package/template_scaffold/public/upsell/upgrade-hero.png +0 -0
  66. package/template_scaffold/src/assets/claimbee/bee.png +0 -0
  67. package/template_scaffold/src/assets/claimbee/device-iphone.png +0 -0
  68. package/template_scaffold/src/assets/claimbee/device-macbook.png +0 -0
  69. package/template_scaffold/src/assets/claimbee/device-none.png +0 -0
  70. package/template_scaffold/src/assets/claimbee/device-watch.png +0 -0
  71. package/template_scaffold/src/assets/claimbee/glow.svg +0 -3
  72. package/template_scaffold/src/assets/claimbee/steps-sprite-alt.png +0 -0
  73. package/template_scaffold/src/assets/claimbee/steps-sprite-default.png +0 -0
  74. package/template_scaffold/src/assets/claimbee/testimonial-avatar.png +0 -0
  75. package/template_scaffold/src/assets/claimbee/testimonial-star.svg +0 -3
  76. package/template_scaffold/src/components/FunnelStepImage.tsx +0 -28
  77. package/template_scaffold/src/config/offer-sets.generated.ts +0 -4
  78. package/template_scaffold/src/steps/content/manage-subscription.content.ts +0 -62
  79. package/template_scaffold/src/steps/content/paywall.content.ts +0 -191
  80. package/template_scaffold/src/steps/content/step-02.content.ts +0 -77
  81. package/template_scaffold/src/steps/content/step-03.content.ts +0 -40
  82. package/template_scaffold/src/steps/content/step-04.content.ts +0 -49
  83. package/template_scaffold/src/steps/editor/manage-subscription.editor.ts +0 -179
  84. package/template_scaffold/src/steps/editor/paywall.editor.ts +0 -232
  85. package/template_scaffold/src/steps/editor/step-02.editor.ts +0 -41
  86. package/template_scaffold/src/steps/editor/step-03.editor.ts +0 -58
  87. package/template_scaffold/src/steps/editor/step-04.editor.ts +0 -98
  88. package/template_scaffold/src/steps/pricing/paywall-b.pricing.ts +0 -12
  89. package/template_scaffold/src/steps/step-02.tsx +0 -140
  90. package/template_scaffold/src/steps/step-03.tsx +0 -262
  91. package/template_scaffold/src/steps/step-04.tsx +0 -673
  92. package/template_scaffold/src/steps/step-32b-paywall-b.tsx +0 -35
  93. package/template_scaffold/src/steps/step-35-manage-subscription.tsx +0 -46
  94. package/template_scaffold/src/steps/use-claimbee-step-content.ts +0 -15
  95. package/template_scaffold/tests/funnel-agent-docs.test.ts +0 -751
  96. package/template_scaffold/tests/package.test.ts +0 -37
  97. package/template_scaffold/tests/src/app/[stepId]/page.test.tsx +0 -59
  98. package/template_scaffold/tests/src/app/layout.test.ts +0 -26
  99. package/template_scaffold/tests/src/components/FunnelFlow.test.tsx +0 -38
  100. package/template_scaffold/tests/src/components/FunnelStepImage.test.ts +0 -15
  101. package/template_scaffold/tests/src/config/billing.plans.test.ts +0 -143
  102. package/template_scaffold/tests/src/config/funnel.manifest.test.ts +0 -166
  103. package/template_scaffold/tests/src/contract/funnel-project.validation.test.ts +0 -79
  104. package/template_scaffold/tests/src/contract/golden/golden-fixtures.test.ts +0 -190
  105. package/template_scaffold/tests/src/contract/validate-funnel.cli.test.ts +0 -191
  106. package/template_scaffold/tests/src/runtime/checkout-runtime-config.test.ts +0 -60
  107. package/template_scaffold/tests/src/runtime/funnel-runtime.test.ts +0 -25
  108. package/template_scaffold/tests/src/runtime/step-content-context.test.ts +0 -38
  109. package/template_scaffold/tests/src/runtime/use-funnel-flow-controller.integration.test.ts +0 -203
  110. package/template_scaffold/tests/src/runtime/use-funnel-flow-controller.test.ts +0 -76
  111. package/template_scaffold/tests/src/steps/paywall-checkout-options.test.ts +0 -104
  112. package/template_scaffold/tests/src/steps/shared-header-contract.test.ts +0 -29
  113. package/template_scaffold/tests/src/steps/step-01.test.ts +0 -38
  114. package/template_scaffold/tests/src/steps/step-02.test.ts +0 -43
  115. package/template_scaffold/tests/src/steps/step-03.test.ts +0 -15
  116. package/template_scaffold/tests/src/steps/step-04.test.ts +0 -32
  117. package/template_scaffold/tests/src/steps/step-31-email-capture.test.ts +0 -22
  118. package/template_scaffold/tests/src/steps/step-32-paywall.test.ts +0 -773
  119. package/template_scaffold/tests/src/steps/step-33-subscription-started.test.ts +0 -44
  120. package/template_scaffold/tests/src/steps/step-34-upsell-form.test.ts +0 -27
  121. package/template_scaffold/tests/src/steps/step-image-migration.test.ts +0 -20
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "sourceTreeHash": "9cdc47f2ec560389bcf15171230841098c0f0e07524e4cc8d96d66e29e0acf9e",
3
+ "sourceTreeHash": "99e319e93ed51df072b5ee63087e8dba8497c4d54d0fb9d2d65c801589132143",
4
4
  "stepContractVersion": 3,
5
- "docsBundleVersion": "2.0.76",
5
+ "docsBundleVersion": "2.0.78",
6
6
  "files": [
7
7
  {
8
8
  "path": ".env.example",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  {
18
18
  "path": ".funnelsgrove-docs.json",
19
- "sha256": "1f50fbf4536630064402f1a5aa386dd8e02580abfdcfb4489b7cb9fdaf88bdcb",
19
+ "sha256": "814d11bc2b808f89de2bdb68631dd2a74127e5c894645b1a8934e6a72fcdb182",
20
20
  "mode": "100644"
21
21
  },
22
22
  {
@@ -31,7 +31,7 @@
31
31
  },
32
32
  {
33
33
  "path": "PLAN.md",
34
- "sha256": "82dfdc84b66db65aac969e149d57d413b7b8d83d2b990a68cf9a69befea1d56d",
34
+ "sha256": "9e4d5f4aefa7f86bba885b5d7dae38b85d1213bebc0f8fd9e812e57425d5b6e4",
35
35
  "mode": "100644"
36
36
  },
37
37
  {
@@ -41,7 +41,7 @@
41
41
  },
42
42
  {
43
43
  "path": "context/build-context.md",
44
- "sha256": "a50dffb3e1238fe7721cfd00acaf16fe2f6d80a8debc9b34be21403863a4ad13",
44
+ "sha256": "281c094cc80423c4abdf206a67be6025103beac1c7becfad157d135846189f87",
45
45
  "mode": "100644"
46
46
  },
47
47
  {
@@ -101,7 +101,7 @@
101
101
  },
102
102
  {
103
103
  "path": "docs/funnelsgrove/migrations/step-contract-v3.md",
104
- "sha256": "62d2ac1276e187a648d4469596e82e8babf46f914d3e5bb23d2409312a61d661",
104
+ "sha256": "b99cbb6911d62d0bcc2da3a293381088dc22442516a557cc6af546df57e4772f",
105
105
  "mode": "100644"
106
106
  },
107
107
  {
@@ -236,7 +236,7 @@
236
236
  },
237
237
  {
238
238
  "path": "funnel-docs.config.json",
239
- "sha256": "a46bf14afcce1c00ae4edbaf88780e06626302484ba6b1ed87d845604d2bea84",
239
+ "sha256": "1ef47578f359fcefabf23abb246f5e709847c03dca3bbb23b354512d586568ed",
240
240
  "mode": "100644"
241
241
  },
242
242
  {
@@ -261,187 +261,22 @@
261
261
  },
262
262
  {
263
263
  "path": "package-lock.json",
264
- "sha256": "6310cad764c6569cfdbb91e7472bfc5817a725588190d61d167bbb3c297dbc86",
264
+ "sha256": "88a1dbc78106dcd03f4d5d919d629721b96b4f9401473cc503b709081428db0e",
265
265
  "mode": "100644"
266
266
  },
267
267
  {
268
268
  "path": "package.json",
269
- "sha256": "f82ef00e2cb053b2bd4c3d3e07e905676f384aee6b1c5a0266acb1295c79fd5e",
269
+ "sha256": "0e48290977e174a9d5ed1398187c30e9a8856f11875fc5e56918666e6d5fdd1d",
270
270
  "mode": "100644"
271
271
  },
272
272
  {
273
- "path": "public/claimbee/bee.png",
274
- "sha256": "994b0aaf645924c2f39403c01b9417c2363065ceadba7a5403bcd79b7745604a",
273
+ "path": "public/assets/email-capture-preview.svg",
274
+ "sha256": "d9e073332f8a93c29b74723501e24b2134922965756718407927748d78c47f6b",
275
275
  "mode": "100644"
276
276
  },
277
277
  {
278
- "path": "public/claimbee/device-iphone.png",
279
- "sha256": "0dfd6f84da9338e9eb112c5cd481d5a8fb4a77f0a391c3824311860fa8b041ce",
280
- "mode": "100644"
281
- },
282
- {
283
- "path": "public/claimbee/device-macbook.png",
284
- "sha256": "fff7756ec1b32dc269c8fc43a022deee84173036ceb0fb8e529bf728e84eff5c",
285
- "mode": "100644"
286
- },
287
- {
288
- "path": "public/claimbee/device-none.png",
289
- "sha256": "1ae0ed0b715d68a57fcad23e717ed2ea62b796325e9a91285cad02d33ae8f660",
290
- "mode": "100644"
291
- },
292
- {
293
- "path": "public/claimbee/device-watch.png",
294
- "sha256": "d402a2a23195d9f510f979cfa32528501be36d6ce7f840c2c5a395c5b84c7253",
295
- "mode": "100644"
296
- },
297
- {
298
- "path": "public/claimbee/glow.svg",
299
- "sha256": "d226931e23f1d1883fe0e52516c25aec195fa8f3ad3e3b4dda2bd135602b230e",
300
- "mode": "100644"
301
- },
302
- {
303
- "path": "public/claimbee/steps-sprite-alt.png",
304
- "sha256": "925bdc1c72b4511d8249160eacdc397f0edda23f6bb16d93d67ad3808960da23",
305
- "mode": "100644"
306
- },
307
- {
308
- "path": "public/claimbee/steps-sprite-default.png",
309
- "sha256": "65c17094ca7842f18502bfae2ead2376478ebe16935af4783031aa902975d6a5",
310
- "mode": "100644"
311
- },
312
- {
313
- "path": "public/claimbee/testimonial-avatar.png",
314
- "sha256": "655b8ab5ff32acf027838daba8cd2802766ad7e3245fd50462c73abd7f9e46c6",
315
- "mode": "100644"
316
- },
317
- {
318
- "path": "public/claimbee/testimonial-star.svg",
319
- "sha256": "e3b355e669847214dd39e60f3510948b93ed31857b75235b94bf09822e17fd5f",
320
- "mode": "100644"
321
- },
322
- {
323
- "path": "public/paywall/ai-claim-assistant.png",
324
- "sha256": "f5c9d31d7e414cb5ad69b24738e6de2e656ab7a966c98bc5f54731703593b68a",
325
- "mode": "100644"
326
- },
327
- {
328
- "path": "public/paywall/claim-history.png",
329
- "sha256": "ae76cf0c6e988cdaa098e1d5ed69157b63e96e31afb3bd0e926dd609abbf8a0e",
330
- "mode": "100644"
331
- },
332
- {
333
- "path": "public/paywall/clear-progress.png",
334
- "sha256": "01f66d30ee15553764e450af0270f50968a2d2febee590ca2e7d3541d2e19e2e",
335
- "mode": "100644"
336
- },
337
- {
338
- "path": "public/paywall/hero.png",
339
- "sha256": "bf962a181fe72022f3bbecbfa2a875478456255e2beea04a1e3d2bf8a0d2f13f",
340
- "mode": "100644"
341
- },
342
- {
343
- "path": "public/paywall/money-alerts.png",
344
- "sha256": "14917db07be0b84def907ff19911bb53dec9da662865ef8153c51521050e15bc",
345
- "mode": "100644"
346
- },
347
- {
348
- "path": "public/paywall/money-back-badge.png",
349
- "sha256": "319d812579282d6dd291437b6aa322463cef398f5c74e94cc16329180a64fed1",
350
- "mode": "100644"
351
- },
352
- {
353
- "path": "public/paywall/paywall-image.png",
354
- "sha256": "d86fcb362ffd7020abe9438877040c9879516dddf36324292d19a5edb4a91e89",
355
- "mode": "100644"
356
- },
357
- {
358
- "path": "public/paywall/r1.png",
359
- "sha256": "ceb878d3b3a2e6369b3734e681e4e09c3289a0ae2b08233fcf404711e4687e0d",
360
- "mode": "100644"
361
- },
362
- {
363
- "path": "public/paywall/r2.png",
364
- "sha256": "ad9841ba9805a0232b07a1e903e6e464cfde069ff319acb4589cfc129cc0685e",
365
- "mode": "100644"
366
- },
367
- {
368
- "path": "public/paywall/r3.png",
369
- "sha256": "176f6f8407f4875c868365c556c5f0f8b747b8ec6b4942be2d39c81245f3b142",
370
- "mode": "100644"
371
- },
372
- {
373
- "path": "public/paywall/r4.png",
374
- "sha256": "890d96758147c139dfc6cfc69948476873010d8f750e9d33a3343d60180194b3",
375
- "mode": "100644"
376
- },
377
- {
378
- "path": "public/paywall/r5.png",
379
- "sha256": "2071e213448e5b8feef3506f4800e69267b8e1e0501b3cd029e2f6488db0ba11",
380
- "mode": "100644"
381
- },
382
- {
383
- "path": "public/paywall/r6.png",
384
- "sha256": "e91df52ac92e6f6c9511dfd44d18a92b513fd7502949d2755045d181665d0410",
385
- "mode": "100644"
386
- },
387
- {
388
- "path": "public/paywall/special-offer-gift.png",
389
- "sha256": "03b6e347f3cc3c33d6b4d83e13979f5f08587875fa4177b6a6850959be861352",
390
- "mode": "100644"
391
- },
392
- {
393
- "path": "public/please/bee.png",
394
- "sha256": "994b0aaf645924c2f39403c01b9417c2363065ceadba7a5403bcd79b7745604a",
395
- "mode": "100644"
396
- },
397
- {
398
- "path": "public/please/device-iphone.png",
399
- "sha256": "0dfd6f84da9338e9eb112c5cd481d5a8fb4a77f0a391c3824311860fa8b041ce",
400
- "mode": "100644"
401
- },
402
- {
403
- "path": "public/please/device-macbook.png",
404
- "sha256": "fff7756ec1b32dc269c8fc43a022deee84173036ceb0fb8e529bf728e84eff5c",
405
- "mode": "100644"
406
- },
407
- {
408
- "path": "public/please/device-none.png",
409
- "sha256": "1ae0ed0b715d68a57fcad23e717ed2ea62b796325e9a91285cad02d33ae8f660",
410
- "mode": "100644"
411
- },
412
- {
413
- "path": "public/please/device-watch.png",
414
- "sha256": "d402a2a23195d9f510f979cfa32528501be36d6ce7f840c2c5a395c5b84c7253",
415
- "mode": "100644"
416
- },
417
- {
418
- "path": "public/please/glow.svg",
419
- "sha256": "d226931e23f1d1883fe0e52516c25aec195fa8f3ad3e3b4dda2bd135602b230e",
420
- "mode": "100644"
421
- },
422
- {
423
- "path": "public/please/steps-sprite-alt.png",
424
- "sha256": "925bdc1c72b4511d8249160eacdc397f0edda23f6bb16d93d67ad3808960da23",
425
- "mode": "100644"
426
- },
427
- {
428
- "path": "public/please/steps-sprite-default.png",
429
- "sha256": "65c17094ca7842f18502bfae2ead2376478ebe16935af4783031aa902975d6a5",
430
- "mode": "100644"
431
- },
432
- {
433
- "path": "public/please/testimonial-avatar.png",
434
- "sha256": "655b8ab5ff32acf027838daba8cd2802766ad7e3245fd50462c73abd7f9e46c6",
435
- "mode": "100644"
436
- },
437
- {
438
- "path": "public/please/testimonial-star.svg",
439
- "sha256": "e3b355e669847214dd39e60f3510948b93ed31857b75235b94bf09822e17fd5f",
440
- "mode": "100644"
441
- },
442
- {
443
- "path": "public/upsell/upgrade-hero.png",
444
- "sha256": "fcff5d9b5fed1058de82e81d7cef0501cd94744827317ffb8f183c7b11e6c511",
278
+ "path": "public/assets/paywall-preview.svg",
279
+ "sha256": "546f01c953f35450a90e1166d2f3e78fc42cd1a97725efd489381505cebfff0a",
445
280
  "mode": "100644"
446
281
  },
447
282
  {
@@ -466,7 +301,7 @@
466
301
  },
467
302
  {
468
303
  "path": "src/app/sdk/page.tsx",
469
- "sha256": "2fc4212206514cf4792adb74fe0ae08005c26b83293a018176d3b4e17f23af56",
304
+ "sha256": "1fc38384167d661d915fe217c4b0799ded2a1e158494eab6120b67406e5ce17e",
470
305
  "mode": "100644"
471
306
  },
472
307
  {
@@ -474,56 +309,6 @@
474
309
  "sha256": "765ebe25423289453891afa711423dd09e0e9a50cd12b55c2a1c878a12193ea9",
475
310
  "mode": "100644"
476
311
  },
477
- {
478
- "path": "src/assets/claimbee/bee.png",
479
- "sha256": "994b0aaf645924c2f39403c01b9417c2363065ceadba7a5403bcd79b7745604a",
480
- "mode": "100644"
481
- },
482
- {
483
- "path": "src/assets/claimbee/device-iphone.png",
484
- "sha256": "0dfd6f84da9338e9eb112c5cd481d5a8fb4a77f0a391c3824311860fa8b041ce",
485
- "mode": "100644"
486
- },
487
- {
488
- "path": "src/assets/claimbee/device-macbook.png",
489
- "sha256": "fff7756ec1b32dc269c8fc43a022deee84173036ceb0fb8e529bf728e84eff5c",
490
- "mode": "100644"
491
- },
492
- {
493
- "path": "src/assets/claimbee/device-none.png",
494
- "sha256": "1ae0ed0b715d68a57fcad23e717ed2ea62b796325e9a91285cad02d33ae8f660",
495
- "mode": "100644"
496
- },
497
- {
498
- "path": "src/assets/claimbee/device-watch.png",
499
- "sha256": "d402a2a23195d9f510f979cfa32528501be36d6ce7f840c2c5a395c5b84c7253",
500
- "mode": "100644"
501
- },
502
- {
503
- "path": "src/assets/claimbee/glow.svg",
504
- "sha256": "d226931e23f1d1883fe0e52516c25aec195fa8f3ad3e3b4dda2bd135602b230e",
505
- "mode": "100644"
506
- },
507
- {
508
- "path": "src/assets/claimbee/steps-sprite-alt.png",
509
- "sha256": "925bdc1c72b4511d8249160eacdc397f0edda23f6bb16d93d67ad3808960da23",
510
- "mode": "100644"
511
- },
512
- {
513
- "path": "src/assets/claimbee/steps-sprite-default.png",
514
- "sha256": "65c17094ca7842f18502bfae2ead2376478ebe16935af4783031aa902975d6a5",
515
- "mode": "100644"
516
- },
517
- {
518
- "path": "src/assets/claimbee/testimonial-avatar.png",
519
- "sha256": "655b8ab5ff32acf027838daba8cd2802766ad7e3245fd50462c73abd7f9e46c6",
520
- "mode": "100644"
521
- },
522
- {
523
- "path": "src/assets/claimbee/testimonial-star.svg",
524
- "sha256": "e3b355e669847214dd39e60f3510948b93ed31857b75235b94bf09822e17fd5f",
525
- "mode": "100644"
526
- },
527
312
  {
528
313
  "path": "src/components/FunnelEditorPanel.tsx",
529
314
  "sha256": "8c8fa2ae8f324b12f2101a457e0d464692eef930c55eeaf9b103aca32452d6a5",
@@ -531,12 +316,7 @@
531
316
  },
532
317
  {
533
318
  "path": "src/components/FunnelFlow.tsx",
534
- "sha256": "80aa3d65ad9965b979a737f1c7b4a0f3da3351ee6b4b9dc5ed87f12ce58550ae",
535
- "mode": "100644"
536
- },
537
- {
538
- "path": "src/components/FunnelStepImage.tsx",
539
- "sha256": "fc018e49106f9e7105467fccc21e0b164fc654b0d5f3c92f36315a1296be8a54",
319
+ "sha256": "162265ed4f9336b4b1609f0e70cafcc5fd8cab04b3f4e59fdf451642cb744c58",
540
320
  "mode": "100644"
541
321
  },
542
322
  {
@@ -546,7 +326,7 @@
546
326
  },
547
327
  {
548
328
  "path": "src/config/billing.plans.ts",
549
- "sha256": "95f76f07a47dfe70d13cd21369aa5f1a389326b6d3e71b2246967865f1d13fa5",
329
+ "sha256": "5852217f1aa9acc18c4e7c00c74f81a8ebd55484338ad3c03893b9b24e4d7761",
550
330
  "mode": "100644"
551
331
  },
552
332
  {
@@ -561,12 +341,7 @@
561
341
  },
562
342
  {
563
343
  "path": "src/config/funnel.manifest.ts",
564
- "sha256": "e52fea6fa35fd7ef43835d92ab15a9748ae5356b5d2c8cdee593ef0fa3eca61f",
565
- "mode": "100644"
566
- },
567
- {
568
- "path": "src/config/offer-sets.generated.ts",
569
- "sha256": "732be9f47bb07165c967967196442e2e8c28fece3b651ef4d9907d7c5410bdea",
344
+ "sha256": "cb7c5c4b74ef9a5cfb28d12be612fe9aa6347c097e5cb1009ef3c4334ec77c50",
570
345
  "mode": "100644"
571
346
  },
572
347
  {
@@ -666,7 +441,7 @@
666
441
  },
667
442
  {
668
443
  "path": "src/runtime/checkout-runtime-config.ts",
669
- "sha256": "aeb2f527d4850e507f9f16de3067f55ef4e3dc3374abf76c041a7a76661ea1da",
444
+ "sha256": "2a540f5168eca31f79fcae6da268292b8ce61c521d22ede334768e06b4959c93",
670
445
  "mode": "100644"
671
446
  },
672
447
  {
@@ -681,7 +456,7 @@
681
456
  },
682
457
  {
683
458
  "path": "src/runtime/step-registry.ts",
684
- "sha256": "61e9906910cd6f6bab2ba7dff302a95994c46465f462d6097aae5ed223c14e10",
459
+ "sha256": "39895fa551cfc6dbae64360cda18bc0768353891e64f5b0629ac21f2860967d8",
685
460
  "mode": "100644"
686
461
  },
687
462
  {
@@ -699,39 +474,14 @@
699
474
  "sha256": "b5770c01f838edc543fd32ea80a251d652586525029bff42cd0533a9bdd660e4",
700
475
  "mode": "100644"
701
476
  },
702
- {
703
- "path": "src/steps/content/manage-subscription.content.ts",
704
- "sha256": "760e5adf994646b58b3cfd8242708ac8457cda25f4972041062ea6c4362bfe38",
705
- "mode": "100644"
706
- },
707
- {
708
- "path": "src/steps/content/paywall.content.ts",
709
- "sha256": "48b627d2b559af2595a002a26e1eefbebdbfbfadd40a121b6af616c6d4f948c3",
710
- "mode": "100644"
711
- },
712
477
  {
713
478
  "path": "src/steps/content/step-01.content.ts",
714
- "sha256": "2c2900bdd2599bfc241709242574d0d22e8868a86e72726fa2eea651dca4d086",
715
- "mode": "100644"
716
- },
717
- {
718
- "path": "src/steps/content/step-02.content.ts",
719
- "sha256": "b0b07019d6bb0a747642dd681712e979a441c1b511fbf23dab677e2138489b65",
720
- "mode": "100644"
721
- },
722
- {
723
- "path": "src/steps/content/step-03.content.ts",
724
- "sha256": "7c9b4d878e706f68a55bca337a57cfc4b1b97d315f7390796616441615eb32ba",
725
- "mode": "100644"
726
- },
727
- {
728
- "path": "src/steps/content/step-04.content.ts",
729
- "sha256": "183a2f86914dbb0dbcb21d93ac4dca0205763f36dcc7832f5680838f5e0d33b4",
479
+ "sha256": "a663c938ad341c21e84eb49b17b31287448e3a8abd68ccd7a294a7b820a3e14f",
730
480
  "mode": "100644"
731
481
  },
732
482
  {
733
483
  "path": "src/steps/content/step-32-paywall.content.ts",
734
- "sha256": "acc8c27da5b4605d1e4b9e8bdd880c1cc367972a303615629cf6a544f7a2230d",
484
+ "sha256": "87dba53bbb5b6fbce1e59b2fa50f4c416fe1f0385f69dbf4c03ab89a4ad2cbae",
735
485
  "mode": "100644"
736
486
  },
737
487
  {
@@ -744,36 +494,11 @@
744
494
  "sha256": "f2f8e2c58ab4dbf73433c895e9079cc16cc3b03fa5ec8722a7c86bead021ce14",
745
495
  "mode": "100644"
746
496
  },
747
- {
748
- "path": "src/steps/editor/manage-subscription.editor.ts",
749
- "sha256": "5bf0b72a5bdd7641789bea816f8027c69e37b143cfb180a5651d8973a722ea36",
750
- "mode": "100644"
751
- },
752
- {
753
- "path": "src/steps/editor/paywall.editor.ts",
754
- "sha256": "abab003fae758e7456c7b318cfc4fa11b5dc31e6612f2d6d3493c2b702a0e8ad",
755
- "mode": "100644"
756
- },
757
497
  {
758
498
  "path": "src/steps/editor/step-01.editor.ts",
759
499
  "sha256": "84953933792a5775154845a975b71d74a0590441f7b7d25371e2392786459d5b",
760
500
  "mode": "100644"
761
501
  },
762
- {
763
- "path": "src/steps/editor/step-02.editor.ts",
764
- "sha256": "066a6cf8d9a68456950fbdad52dde8bfe83b4fb0ccd16199d93358596ea8a72b",
765
- "mode": "100644"
766
- },
767
- {
768
- "path": "src/steps/editor/step-03.editor.ts",
769
- "sha256": "ad28b929ed3fb06611b56a6d091944234ca48655003726216e3e5ef3fdfed33e",
770
- "mode": "100644"
771
- },
772
- {
773
- "path": "src/steps/editor/step-04.editor.ts",
774
- "sha256": "170fbc4d29c5b62c09991d1bd0e7309034df2fc788241526175dfd71d9a32061",
775
- "mode": "100644"
776
- },
777
502
  {
778
503
  "path": "src/steps/editor/step-32-paywall.editor.ts",
779
504
  "sha256": "4d40f9d4b11d02a0b6aad3c57ec874610535695b13e66b04364b900316cc2108",
@@ -794,11 +519,6 @@
794
519
  "sha256": "6c4a21ae44255f31d6dbdfa10312402ef4cf4538a2c73ef3272209923dd09a7b",
795
520
  "mode": "100644"
796
521
  },
797
- {
798
- "path": "src/steps/pricing/paywall-b.pricing.ts",
799
- "sha256": "3c86e9360480071260dd28123684eec7679079a874a0a2b0fedb4d0010f73b7a",
800
- "mode": "100644"
801
- },
802
522
  {
803
523
  "path": "src/steps/pricing/paywall.pricing.ts",
804
524
  "sha256": "35ffac055058ca2f861cbf9b3e39e513f43d6771fe18c79c8e9796f26f06dd2f",
@@ -816,52 +536,27 @@
816
536
  },
817
537
  {
818
538
  "path": "src/steps/step-01.tsx",
819
- "sha256": "4a6fe1686abf2dfa3d711d540afedba976b09bdf463eeca7833b0f2431936a03",
820
- "mode": "100644"
821
- },
822
- {
823
- "path": "src/steps/step-02.tsx",
824
- "sha256": "e59949c12b1508d4ec1aa6fcd6af1ae8e5f3e2e1fb662af0442552db3da89630",
825
- "mode": "100644"
826
- },
827
- {
828
- "path": "src/steps/step-03.tsx",
829
- "sha256": "6978118c821d94efede6585ef36a5f7c09f8ba9a9f1a87ef1f0f89ab7df79af2",
830
- "mode": "100644"
831
- },
832
- {
833
- "path": "src/steps/step-04.tsx",
834
- "sha256": "d8a529fdef01ddc7f702ccee95ea9a586042b755c57c4e24ab1944c7f292a7f1",
539
+ "sha256": "55e627a9370490e726472350fa787bceefc85053ad7865d93e930e9437c6cf7b",
835
540
  "mode": "100644"
836
541
  },
837
542
  {
838
543
  "path": "src/steps/step-31-email-capture.tsx",
839
- "sha256": "371398ca371b7a595e5c6f3ae19a5bc35a778ea0bad8195cee36bebda514506c",
544
+ "sha256": "3fc3909e83505e98f4160f9acdabdd0aadc5626eed5dd12c14a6e27e2de458f6",
840
545
  "mode": "100644"
841
546
  },
842
547
  {
843
548
  "path": "src/steps/step-32-paywall.tsx",
844
- "sha256": "85f2c0774389458546de28cf70ccfe6d00abb16ddf07259abc1bce8e62befcd4",
845
- "mode": "100644"
846
- },
847
- {
848
- "path": "src/steps/step-32b-paywall-b.tsx",
849
- "sha256": "712383d2ec113a6289d25e2368bdc31f1c02ccd43d4bd997b872f4d50d63a733",
549
+ "sha256": "83c4d091efa0a2e28136c97a9a8be4905767197220181e0153d57773cf06df26",
850
550
  "mode": "100644"
851
551
  },
852
552
  {
853
553
  "path": "src/steps/step-33-subscription-started.tsx",
854
- "sha256": "c5120ebc8bc7ea04443d85b3c1c3014535c3c7380ee855ceed2b3a7b78dc9cd4",
855
- "mode": "100644"
856
- },
857
- {
858
- "path": "src/steps/step-35-manage-subscription.tsx",
859
- "sha256": "f25f8eb61f0509e1f397c5dda67bfde571c5a586c4bcd90af09e13b61503032b",
554
+ "sha256": "1c10aeaa0918aad37ca7514d8497dd1e38028924b8ff2e93a98989b01f60d1e3",
860
555
  "mode": "100644"
861
556
  },
862
557
  {
863
558
  "path": "src/steps/step-content.registry.ts",
864
- "sha256": "7e5182231e17d9436aa1761e0d0a0028978336f384823210f8f93da2d5644d2a",
559
+ "sha256": "92ce607960c7d05c4811af3000ec5d8553f544f73e8ce2169008c5b529df62cb",
865
560
  "mode": "100644"
866
561
  },
867
562
  {
@@ -904,151 +599,11 @@
904
599
  "sha256": "20bf2c544094394b0e6644a214863df1fe3e6cf48008153202303ea1b97fc477",
905
600
  "mode": "100644"
906
601
  },
907
- {
908
- "path": "src/steps/use-claimbee-step-content.ts",
909
- "sha256": "bcb3e34817493c3c65e752d9309b9d419225fbe7b384f73acc4a0069356eeb81",
910
- "mode": "100644"
911
- },
912
602
  {
913
603
  "path": "src/theme/theme.ts",
914
604
  "sha256": "9d776dca7729383f4b98156f82f9cd0a35be4e8efd903c14a7ffe10267cb1427",
915
605
  "mode": "100644"
916
606
  },
917
- {
918
- "path": "tests/funnel-agent-docs.test.ts",
919
- "sha256": "99afa24e5a7fbcbf6e4055b0274c04396d8468ae8112d263bde3728d68a736b2",
920
- "mode": "100644"
921
- },
922
- {
923
- "path": "tests/package.test.ts",
924
- "sha256": "7f77828df3d16797985b70664696adc32b31cd69d441681a94653f1f4d01767b",
925
- "mode": "100644"
926
- },
927
- {
928
- "path": "tests/src/app/[stepId]/page.test.tsx",
929
- "sha256": "918e1ac9c08355ae7c0f439a453473b498fae4c06784e8f73329cd852c38b17f",
930
- "mode": "100644"
931
- },
932
- {
933
- "path": "tests/src/app/layout.test.ts",
934
- "sha256": "eb029712ff42ca281795631e90642d17afc12a341ce335398f52e2b3b3628a70",
935
- "mode": "100644"
936
- },
937
- {
938
- "path": "tests/src/components/FunnelFlow.test.tsx",
939
- "sha256": "baf2607c8dcc29e4aad7a4ee95d932f7569887f7fbdf8dc8a9a3d7566a16e39e",
940
- "mode": "100644"
941
- },
942
- {
943
- "path": "tests/src/components/FunnelStepImage.test.ts",
944
- "sha256": "bcd6ae93cc75554734bc3ade665c05571f6da8bfbfc580e991a4db21398fc9bb",
945
- "mode": "100644"
946
- },
947
- {
948
- "path": "tests/src/config/billing.plans.test.ts",
949
- "sha256": "f91727fc8cbfe09c7aeb48231d0a8f816e87b464d9df4cdca32ac03d95d72c4d",
950
- "mode": "100644"
951
- },
952
- {
953
- "path": "tests/src/config/funnel.manifest.test.ts",
954
- "sha256": "3fac92396bb0af26be2a9fc2253fd0aad14c89eb94e9a4f08ba720d8411479b6",
955
- "mode": "100644"
956
- },
957
- {
958
- "path": "tests/src/contract/funnel-project.validation.test.ts",
959
- "sha256": "4a5f0f3b6d11d91b900d8edfffdd7bd4ee63c31014b6093231d0fbd33f8ccc35",
960
- "mode": "100644"
961
- },
962
- {
963
- "path": "tests/src/contract/golden/golden-fixtures.test.ts",
964
- "sha256": "bd047674fd622ce9ae98cafa71500c36470ff824dec4b5e41000fd89991dc003",
965
- "mode": "100644"
966
- },
967
- {
968
- "path": "tests/src/contract/validate-funnel.cli.test.ts",
969
- "sha256": "0e2835b736340fe5eaf1b212db278dbe8ab62e4a05ab2b8f0c1711da48230169",
970
- "mode": "100644"
971
- },
972
- {
973
- "path": "tests/src/runtime/checkout-runtime-config.test.ts",
974
- "sha256": "32813bd1ba1140c7b43032987285ca021122a87f1f41ac3eb0930d5082020fc8",
975
- "mode": "100644"
976
- },
977
- {
978
- "path": "tests/src/runtime/funnel-runtime.test.ts",
979
- "sha256": "04b9ed90eb7cbfeec61255f170e46267670e82d33a82e55a24c6b48ddb477552",
980
- "mode": "100644"
981
- },
982
- {
983
- "path": "tests/src/runtime/step-content-context.test.ts",
984
- "sha256": "009ef412a765e623c4f6ea9961c5f226737ffcf698584f44ea6d5a445976fa89",
985
- "mode": "100644"
986
- },
987
- {
988
- "path": "tests/src/runtime/use-funnel-flow-controller.integration.test.ts",
989
- "sha256": "e55ac3f0c3ab17fb937655c7a7d8716c083960559ae136059659cdb502342214",
990
- "mode": "100644"
991
- },
992
- {
993
- "path": "tests/src/runtime/use-funnel-flow-controller.test.ts",
994
- "sha256": "45d3405c0306c08889feff8708ae52ec3c65a8a2d2cf88be9baabf999d2bd754",
995
- "mode": "100644"
996
- },
997
- {
998
- "path": "tests/src/steps/paywall-checkout-options.test.ts",
999
- "sha256": "506d615b3603494668c84aac648bea645f99a049bda4ab2ea8484a24d570d08f",
1000
- "mode": "100644"
1001
- },
1002
- {
1003
- "path": "tests/src/steps/shared-header-contract.test.ts",
1004
- "sha256": "085853a4dcc4d223112cd9985683f0652834101a5b89b86a316d6d824761f368",
1005
- "mode": "100644"
1006
- },
1007
- {
1008
- "path": "tests/src/steps/step-01.test.ts",
1009
- "sha256": "08c132d7027760196254cdfb6c49881e3bfefffaec518d647a4ce98e58b7328d",
1010
- "mode": "100644"
1011
- },
1012
- {
1013
- "path": "tests/src/steps/step-02.test.ts",
1014
- "sha256": "1ce11d76ff8e63002bd2ad1217df0edbdca71f0827768b378ab741fbf00813c4",
1015
- "mode": "100644"
1016
- },
1017
- {
1018
- "path": "tests/src/steps/step-03.test.ts",
1019
- "sha256": "a968a15cef20baa311692d31b157331966a8081b0d76039c8423500c6ac81e9e",
1020
- "mode": "100644"
1021
- },
1022
- {
1023
- "path": "tests/src/steps/step-04.test.ts",
1024
- "sha256": "bb5e5d52c8383800cce684f9571c3b6d45b4bf55aef6a1c76d3a211fe8e5880f",
1025
- "mode": "100644"
1026
- },
1027
- {
1028
- "path": "tests/src/steps/step-31-email-capture.test.ts",
1029
- "sha256": "1dfff79c354b803205fc25546a1713b1a410a814ab96cc5d33f4b5120448b01f",
1030
- "mode": "100644"
1031
- },
1032
- {
1033
- "path": "tests/src/steps/step-32-paywall.test.ts",
1034
- "sha256": "d41faefa0098207ac50e0f5fdf82d15544d029fd5854341a8d83ebc9d7a6971f",
1035
- "mode": "100644"
1036
- },
1037
- {
1038
- "path": "tests/src/steps/step-33-subscription-started.test.ts",
1039
- "sha256": "a3547ccca96132eff97c4c1c0b082fbd7e071d6ad59c8df86e9d26bae224d607",
1040
- "mode": "100644"
1041
- },
1042
- {
1043
- "path": "tests/src/steps/step-34-upsell-form.test.ts",
1044
- "sha256": "2e8049ae61d9927af6270e0107c67573a21108775a188b397525d1d9c7250890",
1045
- "mode": "100644"
1046
- },
1047
- {
1048
- "path": "tests/src/steps/step-image-migration.test.ts",
1049
- "sha256": "177f1e8ef5724fbd9fc58688ee440aed7bd75b472424a95054f87cc95ffa3856",
1050
- "mode": "100644"
1051
- },
1052
607
  {
1053
608
  "path": "tsconfig.json",
1054
609
  "sha256": "d8886cd69d1895576e821ca1c1c8fc2d6e75b9741390b3a3a57b123f18695be3",