@zealicsolutions/web-ui 1.0.53-test.34 → 1.0.53-test.35

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.
@@ -127,4 +127,5 @@ export interface DrawerProps {
127
127
  closeIconPosition?: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left';
128
128
  moleculeId?: string;
129
129
  configurationItemInfo?: ConfigurationItemInfo;
130
+ container?: Element | (() => Element) | null;
130
131
  }