@plasmicpkgs/commerce 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.
@@ -1498,7 +1498,9 @@ var cartMeta = {
1498
1498
  options: ["Size", "Total Price"]
1499
1499
  },
1500
1500
  hideIfIsEmpty: {
1501
- type: "boolean"
1501
+ type: "boolean",
1502
+ defaultValue: false,
1503
+ description: "You can hide this component if the cart is empty"
1502
1504
  }
1503
1505
  },
1504
1506
  importPath: "@plasmicpkgs/commerce",