enjanga-components-library 1.0.24 → 1.0.26

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.mts CHANGED
@@ -100,8 +100,13 @@ interface CQ_propsType {
100
100
  className?: string;
101
101
  }
102
102
  type CQ_quote_propsType = {
103
- json: {
104
- content: Node[];
103
+ sys: {
104
+ id: string;
105
+ };
106
+ description: {
107
+ json: {
108
+ content: Node[];
109
+ };
105
110
  };
106
111
  };
107
112
 
package/dist/index.d.ts CHANGED
@@ -100,8 +100,13 @@ interface CQ_propsType {
100
100
  className?: string;
101
101
  }
102
102
  type CQ_quote_propsType = {
103
- json: {
104
- content: Node[];
103
+ sys: {
104
+ id: string;
105
+ };
106
+ description: {
107
+ json: {
108
+ content: Node[];
109
+ };
105
110
  };
106
111
  };
107
112