@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.
@@ -1436,6 +1436,7 @@ function usePrice(data) {
1436
1436
  var cartMeta = {
1437
1437
  name: "plasmic-commerce-cart",
1438
1438
  displayName: "Cart",
1439
+ description: "Show the size or total of the cart. See Cart Provider component to access more cart data.",
1439
1440
  props: {
1440
1441
  field: {
1441
1442
  type: "choice",
@@ -1486,6 +1487,7 @@ function registerCart(loader, customCartMeta) {
1486
1487
  var cartProviderMeta = {
1487
1488
  name: "plasmic-commerce-cart-provider",
1488
1489
  displayName: "Cart Provider",
1490
+ description: "Use this to create bespoke cart UI. Inside Cart Provider, use dynamic values to access cart data.",
1489
1491
  props: {
1490
1492
  children: "slot"
1491
1493
  },
@@ -1795,6 +1797,7 @@ var useSearch = function useSearch(input) {
1795
1797
  var productBoxMeta = {
1796
1798
  name: "plasmic-commerce-product-box",
1797
1799
  displayName: "Product Box",
1800
+ description: "Show a single product. [See commerce tutorial video](https://www.youtube.com/watch?v=1OJ_gXmta2Q)",
1798
1801
  props: {
1799
1802
  children: {
1800
1803
  type: "slot",
@@ -1920,6 +1923,7 @@ var useCommerceExtraFeatures = function useCommerceExtraFeatures() {
1920
1923
  var productCollectionMeta = {
1921
1924
  name: "plasmic-commerce-product-collection",
1922
1925
  displayName: "Product Collection",
1926
+ description: "Show a product category. [See commerce tutorial video](https://www.youtube.com/watch?v=1OJ_gXmta2Q)",
1923
1927
  props: {
1924
1928
  children: {
1925
1929
  type: "slot",