@kajoo-ai/sitecore-nextjs 22.0.3 → 22.0.5

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
@@ -111,7 +111,7 @@ declare const RichText: FC<IProps$1>;
111
111
  declare const Repeater: FC<any>;
112
112
 
113
113
  interface IProps {
114
- component: ({ fields, children }: React.PropsWithChildren<{
114
+ component: ({ fields, children, }: React.PropsWithChildren<{
115
115
  fields: JsonObject;
116
116
  }>) => JSX.Element;
117
117
  datasource: IConsciaIntegration | IContentstackIntegration | IKontentAiIntegration;
@@ -121,7 +121,7 @@ interface IProps {
121
121
  children?: JSX.Element[];
122
122
  }
123
123
  interface IContentstackIntegration {
124
- provider: 'contentstack';
124
+ provider: "contentstack";
125
125
  hostUrl?: string;
126
126
  apiKey: string;
127
127
  deliveryToken: string;
@@ -132,7 +132,7 @@ interface IContentstackIntegration {
132
132
  entryUid: string;
133
133
  }
134
134
  interface IConsciaIntegration {
135
- provider: 'conscia.ai';
135
+ provider: "conscia.ai";
136
136
  hostUrl: string;
137
137
  customerCode: string;
138
138
  apiToken: string;