@zealicsolutions/web-ui 0.3.139 → 0.3.141

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.
@@ -16,4 +16,4 @@ export declare const DataField: ContainerComponentProps;
16
16
  export declare const LogInPermanentPage: ContainerComponentProps;
17
17
  export declare const stateObjectButton: ContainerComponentProps;
18
18
  export declare const stateObjectLink: ContainerComponentProps;
19
- export declare const oneFieldMock: ContainerComponentProps;
19
+ export declare const BrokenText: ContainerComponentProps;
@@ -274,4 +274,13 @@ export declare type Molecule = StrictUnion<ImageMolecule | TextMoleculeType | Bu
274
274
  formData: AnyObject;
275
275
  setFormData: Dispatch<SetStateAction<AnyObject>>;
276
276
  }>;
277
+ export declare type SlateValueChildType = {
278
+ id: string;
279
+ text: string;
280
+ variable?: {
281
+ dataModelField: DataConnectionValues;
282
+ text: string;
283
+ isStateConfigPresent?: boolean;
284
+ };
285
+ };
277
286
  export {};