@rebuy/rebuy 2.13.0-rc.1 → 2.13.0
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/index.js +0 -2
- package/dist/index.js.map +2 -2
- package/dist/index.mjs +0 -2
- package/dist/index.mjs.map +2 -2
- package/dist/schema/widgetData.d.ts +0 -4
- package/dist/schema/widgetData.d.ts.map +1 -1
- package/dist/schema/widgets/checkout-and-beyond/carousel.d.ts +0 -2
- package/dist/schema/widgets/checkout-and-beyond/carousel.d.ts.map +1 -1
- package/dist/schema/widgets/checkout-and-beyond/common.d.ts +1 -5
- package/dist/schema/widgets/checkout-and-beyond/common.d.ts.map +1 -1
- package/dist/schema/widgets/checkout-and-beyond/image.d.ts +0 -2
- package/dist/schema/widgets/checkout-and-beyond/image.d.ts.map +1 -1
- package/dist/schema/widgets/checkout-and-beyond/layout.d.ts +0 -2
- package/dist/schema/widgets/checkout-and-beyond/layout.d.ts.map +1 -1
- package/dist/schema/widgets/checkout-and-beyond/offers.d.ts +0 -2
- package/dist/schema/widgets/checkout-and-beyond/offers.d.ts.map +1 -1
- package/dist/schema/widgets/checkout-and-beyond/product.d.ts +0 -4
- package/dist/schema/widgets/checkout-and-beyond/product.d.ts.map +1 -1
- package/dist/schema/widgets/checkout-and-beyond/products.d.ts +0 -4
- package/dist/schema/widgets/checkout-and-beyond/products.d.ts.map +1 -1
- package/dist/schema/widgets/checkout-and-beyond/root.d.ts +0 -2
- package/dist/schema/widgets/checkout-and-beyond/root.d.ts.map +1 -1
- package/dist/schema/widgets/checkout-and-beyond/text.d.ts +0 -2
- package/dist/schema/widgets/checkout-and-beyond/text.d.ts.map +1 -1
- package/dist/schema/widgets/contentBlock.d.ts +0 -2
- package/dist/schema/widgets/contentBlock.d.ts.map +1 -1
- package/dist/schema/widgets/rebuyButton.d.ts +0 -2
- package/dist/schema/widgets/rebuyButton.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1314,9 +1314,7 @@ var buttonFields = [
|
|
|
1314
1314
|
"showVariant",
|
|
1315
1315
|
"showVariants",
|
|
1316
1316
|
"soldOut",
|
|
1317
|
-
"switchToOneTimeLoading",
|
|
1318
1317
|
"switchToOneTimePurchase",
|
|
1319
|
-
"switchToSubscriptionLoading",
|
|
1320
1318
|
"switchToSubscriptionNoDiscount",
|
|
1321
1319
|
"switchToSubscriptionWithDiscount"
|
|
1322
1320
|
];
|