@wise/dynamic-flow-types 2.20.1 → 2.21.0

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.
@@ -163,6 +163,7 @@ export type ModalRendererProps = {
163
163
  control?: string;
164
164
  content: {
165
165
  components: ReactNode;
166
+ title?: string;
166
167
  };
167
168
  margin: Margin;
168
169
  trigger: {
@@ -166,6 +166,7 @@ export type ModalLayout = {
166
166
  };
167
167
  content: {
168
168
  components: LayoutComponent[];
169
+ title?: string;
169
170
  };
170
171
  margin?: Margin;
171
172
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-types",
3
- "version": "2.20.1",
3
+ "version": "2.21.0",
4
4
  "description": "Dynamic Flow TypeScript Types",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {