@plasmicpkgs/plasmic-rich-components 1.0.173 → 1.0.175
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/.tsbuildinfo +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/plasmic-rich-components.esm.js +1 -1
- package/dist/plasmic-rich-components.esm.js.map +1 -1
- package/package.json +4 -4
- package/skinny/rich-calendar/index.cjs.js +1 -1
- package/skinny/rich-calendar/index.cjs.js.map +1 -1
- package/skinny/rich-calendar/index.esm.js +1 -1
- package/skinny/rich-calendar/index.esm.js.map +1 -1
package/dist/index.js
CHANGED
|
@@ -3125,7 +3125,7 @@ function registerRichCalendar(loader) {
|
|
|
3125
3125
|
data: {
|
|
3126
3126
|
type: "dataSourceOpData",
|
|
3127
3127
|
displayName: "Events",
|
|
3128
|
-
description: "The events data should be a list of records with some date field."
|
|
3128
|
+
description: "The events data should be a list of records with some date, title and (optionally) color fields. The component will infer the date field from the provided data, but you can also explicitly specify that below."
|
|
3129
3129
|
},
|
|
3130
3130
|
title: roleProp({ role: "title" }),
|
|
3131
3131
|
date: roleProp({ role: "date", singular: true }),
|