@plasmicpkgs/plasmic-rich-components 1.0.170 → 1.0.172

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 CHANGED
@@ -3124,7 +3124,8 @@ function registerRichCalendar(loader) {
3124
3124
  props: {
3125
3125
  data: {
3126
3126
  type: "dataSourceOpData",
3127
- description: "The data to display. Should be a list of records with some date field."
3127
+ displayName: "Events",
3128
+ description: "The events data should be a list of records with some date field."
3128
3129
  },
3129
3130
  title: roleProp({ role: "title" }),
3130
3131
  date: roleProp({ role: "date", singular: true }),