@zealicsolutions/web-ui 0.4.98 → 0.4.99
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/src/contexts/OrganismContext/OrganismContextProvider.d.ts +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/src/contexts/OrganismContext/OrganismContextProvider.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
@@ -30,4 +30,4 @@ export declare type OrganismContextProviderProps = PropsWithChildren<{
|
|
30
30
|
currentStyleAttributes: Record<string, string>;
|
31
31
|
currentContentAttributes: Record<string, string>;
|
32
32
|
}>>;
|
33
|
-
export declare const OrganismContextProvider: ({ initItems, children, submitHandler, formId, organismId, validations, editable, isPreview, isFormInEditMode, organismMetadata, isConfigurationMode, onConfigurationItemHandler, selectedConfigurationItemId, currentStyleAttributes, currentContentAttributes }: OrganismContextProviderProps) => JSX.Element;
|
33
|
+
export declare const OrganismContextProvider: ({ initItems, children, submitHandler, formId, organismId, validations, editable, isPreview, isFormInEditMode, organismMetadata, isConfigurationMode, onConfigurationItemHandler, selectedConfigurationItemId, currentStyleAttributes, currentContentAttributes, }: OrganismContextProviderProps) => JSX.Element;
|