@zealicsolutions/web-ui 0.4.98 → 0.4.99

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.
@@ -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;
package/dist/index.d.ts CHANGED
@@ -1561,7 +1561,7 @@ declare type OrganismContextProviderProps = PropsWithChildren<{
1561
1561
  currentStyleAttributes: Record<string, string>;
1562
1562
  currentContentAttributes: Record<string, string>;
1563
1563
  }>>;
1564
- declare const OrganismContextProvider: ({ initItems, children, submitHandler, formId, organismId, validations, editable, isPreview, isFormInEditMode, organismMetadata, isConfigurationMode, onConfigurationItemHandler, selectedConfigurationItemId, currentStyleAttributes, currentContentAttributes }: OrganismContextProviderProps) => JSX.Element;
1564
+ declare const OrganismContextProvider: ({ initItems, children, submitHandler, formId, organismId, validations, editable, isPreview, isFormInEditMode, organismMetadata, isConfigurationMode, onConfigurationItemHandler, selectedConfigurationItemId, currentStyleAttributes, currentContentAttributes, }: OrganismContextProviderProps) => JSX.Element;
1565
1565
 
1566
1566
  declare type OrganismContextType = {
1567
1567
  items: (ContainerComponentProps$1 | Molecule$1)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.4.98",
3
+ "version": "0.4.99",
4
4
  "testVersion": "0.2.296",
5
5
  "repository": {
6
6
  "type": "git",