@clyrex-digital/clyrex-controls-dev 0.8.1-dev.20260825114921 → 0.8.1-dev.20260827063633

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/server.d.mts CHANGED
@@ -120,6 +120,7 @@ declare const ViewControlTypes: {
120
120
  aiGeneratedSummary: string;
121
121
  booleanView: string;
122
122
  text: string;
123
+ commentRenderer: string;
123
124
  };
124
125
 
125
126
  export { PageBodyRenderer, ViewControl, type ViewControlProps, ViewControlTypes };
package/dist/server.d.ts CHANGED
@@ -120,6 +120,7 @@ declare const ViewControlTypes: {
120
120
  aiGeneratedSummary: string;
121
121
  booleanView: string;
122
122
  text: string;
123
+ commentRenderer: string;
123
124
  };
124
125
 
125
126
  export { PageBodyRenderer, ViewControl, type ViewControlProps, ViewControlTypes };