@clyrex-digital/clyrex-controls-dev 0.8.1-dev.20260829044749 → 0.8.1-dev.20260829085511

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