@goldenhippo/builder-cart-schemas 0.19.0 → 0.21.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/data/index.cjs +17 -0
- package/dist/data/index.cjs.map +1 -1
- package/dist/data/index.d.cts +4 -2
- package/dist/data/index.d.ts +4 -2
- package/dist/data/index.js +17 -0
- package/dist/data/index.js.map +1 -1
- package/dist/index.cjs +25 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +25 -0
- package/dist/index.js.map +1 -1
- package/dist/page/index.cjs +8 -0
- package/dist/page/index.cjs.map +1 -1
- package/dist/page/index.d.cts +1 -1
- package/dist/page/index.d.ts +1 -1
- package/dist/page/index.js +8 -0
- package/dist/page/index.js.map +1 -1
- package/dist/{product-group.model-Bn5gr3l-.d.ts → product-group.model-BwJ3dN4r.d.ts} +1 -0
- package/dist/{product-group.model-B_Kl5ZHt.d.cts → product-group.model-Cy9rWZBI.d.cts} +1 -0
- package/package.json +1 -1
package/dist/data/index.cjs
CHANGED
|
@@ -1424,6 +1424,23 @@ var createFeatureConfig = (gridFilterModelId) => {
|
|
|
1424
1424
|
localized: false,
|
|
1425
1425
|
defaultCollapsed: true
|
|
1426
1426
|
},
|
|
1427
|
+
{
|
|
1428
|
+
name: "passwordlessLoginEnabled",
|
|
1429
|
+
friendlyName: "Enable Passwordless Login",
|
|
1430
|
+
helperText: "Enable or disable passwordless login for the brand",
|
|
1431
|
+
type: "boolean",
|
|
1432
|
+
localized: false,
|
|
1433
|
+
defaultCollapsed: true
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
name: "passwordlessLoginDefault",
|
|
1437
|
+
friendlyName: "Passwordless Login is Default",
|
|
1438
|
+
helperText: "When enabled, passwordless login is presented as the default login method",
|
|
1439
|
+
type: "boolean",
|
|
1440
|
+
localized: false,
|
|
1441
|
+
defaultCollapsed: true,
|
|
1442
|
+
showIf: `return options.get('passwordlessLoginEnabled') === true`
|
|
1443
|
+
},
|
|
1427
1444
|
{
|
|
1428
1445
|
name: "subscriptionExperience",
|
|
1429
1446
|
friendlyName: "Subscription Experience",
|