@plasmicpkgs/plasmic-rich-components 1.0.119 → 1.0.121

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.d.ts CHANGED
@@ -3,6 +3,7 @@ export { RichLayout } from "./rich-layout";
3
3
  export { RichList } from "./rich-list";
4
4
  export { RichTable, tableHelpers } from "./rich-table";
5
5
  export { RichDetails } from "./rich-details";
6
+ export { RichCalendar } from "./rich-calendar";
6
7
  export declare function registerAll(loader?: Registerable): void;
7
8
  export { useSortedFilteredData } from "./field-react-utils";
8
9
  export { isLikeImage } from "./utils";
package/dist/index.js CHANGED
@@ -3183,6 +3183,7 @@ function registerAll(loader) {
3183
3183
  registerRichCalendar(loader);
3184
3184
  }
3185
3185
 
3186
+ exports.RichCalendar = RichCalendar;
3186
3187
  exports.RichDetails = RichDetails;
3187
3188
  exports.RichLayout = RichLayout;
3188
3189
  exports.RichList = RichList;