@plasmicpkgs/commerce 0.0.157 → 0.0.159

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.
@@ -1443,6 +1443,7 @@ function usePrice(data) {
1443
1443
  var cartMeta = {
1444
1444
  name: "plasmic-commerce-cart",
1445
1445
  displayName: "Cart",
1446
+ description: "Show the size or total of the cart. See Cart Provider component to access more cart data.",
1446
1447
  props: {
1447
1448
  field: {
1448
1449
  type: "choice",
@@ -1493,6 +1494,7 @@ function registerCart(loader, customCartMeta) {
1493
1494
  var cartProviderMeta = {
1494
1495
  name: "plasmic-commerce-cart-provider",
1495
1496
  displayName: "Cart Provider",
1497
+ description: "Use this to create bespoke cart UI. Inside Cart Provider, use dynamic values to access cart data.",
1496
1498
  props: {
1497
1499
  children: "slot"
1498
1500
  },
@@ -1802,6 +1804,7 @@ var useSearch = function useSearch(input) {
1802
1804
  var productBoxMeta = {
1803
1805
  name: "plasmic-commerce-product-box",
1804
1806
  displayName: "Product Box",
1807
+ description: "Show a single product. [See commerce tutorial video](https://www.youtube.com/watch?v=1OJ_gXmta2Q)",
1805
1808
  props: {
1806
1809
  children: {
1807
1810
  type: "slot",
@@ -1927,6 +1930,7 @@ var useCommerceExtraFeatures = function useCommerceExtraFeatures() {
1927
1930
  var productCollectionMeta = {
1928
1931
  name: "plasmic-commerce-product-collection",
1929
1932
  displayName: "Product Collection",
1933
+ description: "Show a product category. [See commerce tutorial video](https://www.youtube.com/watch?v=1OJ_gXmta2Q)",
1930
1934
  props: {
1931
1935
  children: {
1932
1936
  type: "slot",