@zealicsolutions/web-ui 0.2.273 → 0.2.276

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.
@@ -29,5 +29,7 @@ export declare type OrganismContextType = {
29
29
  organismMetadata?: MetadataType;
30
30
  onConfigurationItemClicked: (itemInfo?: Omit<ConfigurationItem, 'organismId'>) => void;
31
31
  selectedConfigurationItemId?: string;
32
+ currentStyleAttributes: any;
33
+ currentContentAttributes: any;
32
34
  };
33
35
  export declare const OrganismContext: import("react").Context<OrganismContextType>;
@@ -27,5 +27,7 @@ export declare type OrganismContextProviderProps = PropsWithChildren<{
27
27
  isConfigurationMode: boolean;
28
28
  onConfigurationItemHandler: (itemInfo: ConfigurationItem) => void;
29
29
  selectedConfigurationItemId: string;
30
+ currentStyleAttributes: any;
31
+ currentContentAttributes: any;
30
32
  }>>;
31
- export declare const OrganismContextProvider: ({ initItems, children, submitHandler, formId, organismId, validations, editable, isPreview, isFormInEditMode, organismMetadata, isConfigurationMode, onConfigurationItemHandler, selectedConfigurationItemId, }: 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
@@ -1558,8 +1558,10 @@ declare type OrganismContextProviderProps = PropsWithChildren<{
1558
1558
  isConfigurationMode: boolean;
1559
1559
  onConfigurationItemHandler: (itemInfo: ConfigurationItem) => void;
1560
1560
  selectedConfigurationItemId: string;
1561
+ currentStyleAttributes: any;
1562
+ currentContentAttributes: any;
1561
1563
  }>>;
1562
- declare const OrganismContextProvider: ({ initItems, children, submitHandler, formId, organismId, validations, editable, isPreview, isFormInEditMode, organismMetadata, isConfigurationMode, onConfigurationItemHandler, selectedConfigurationItemId, }: 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;
1563
1565
 
1564
1566
  declare type OrganismContextType = {
1565
1567
  items: (ContainerComponentProps$1 | Molecule$1)[];
@@ -1585,6 +1587,8 @@ declare type OrganismContextType = {
1585
1587
  organismMetadata?: MetadataType$1;
1586
1588
  onConfigurationItemClicked: (itemInfo?: Omit<ConfigurationItem, 'organismId'>) => void;
1587
1589
  selectedConfigurationItemId?: string;
1590
+ currentStyleAttributes: any;
1591
+ currentContentAttributes: any;
1588
1592
  };
1589
1593
  declare const OrganismContext: react.Context<OrganismContextType>;
1590
1594
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.2.273",
3
+ "version": "0.2.276",
4
4
  "testVersion": "0.3.266",
5
5
  "repository": {
6
6
  "type": "git",