@wise/dynamic-flow-types 2.18.1 → 2.18.2

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.
@@ -24,7 +24,7 @@ export type AlertLayout = {
24
24
  */
25
25
  control?: string;
26
26
  /**
27
- * The vertical margin to apply above this component. Defaults to `md`.
27
+ * The vertical margin to apply after this component. Defaults to `md`.
28
28
  */
29
29
  margin?: Size;
30
30
  /**
@@ -25,7 +25,7 @@ export type BoxLayout = {
25
25
  */
26
26
  control?: string;
27
27
  /**
28
- * The vertical margin to apply above this component. Defaults to `md`.
28
+ * The vertical margin to apply after this component. Defaults to `md`.
29
29
  */
30
30
  margin?: Size;
31
31
  };
@@ -44,7 +44,7 @@ export type ButtonLayout = {
44
44
  */
45
45
  control?: string;
46
46
  /**
47
- * The vertical margin to apply above this component. Defaults to `md`.
47
+ * The vertical margin to apply after this component. Defaults to `md`.
48
48
  */
49
49
  margin?: Size;
50
50
  };
@@ -27,7 +27,7 @@ export type ColumnsLayout = {
27
27
  */
28
28
  control?: string;
29
29
  /**
30
- * The vertical margin to apply above this component. Defaults to `md`.
30
+ * The vertical margin to apply after this component. Defaults to `md`.
31
31
  */
32
32
  margin?: Size;
33
33
  };
@@ -21,7 +21,7 @@ export type DecisionLayout = {
21
21
  */
22
22
  control?: string;
23
23
  /**
24
- * The vertical margin to apply above this component. Defaults to `md`.
24
+ * The vertical margin to apply after this component. Defaults to `md`.
25
25
  */
26
26
  margin?: Size;
27
27
  };
@@ -13,7 +13,7 @@ export type DividerLayout = {
13
13
  */
14
14
  control?: string;
15
15
  /**
16
- * The vertical margin to apply above this component. Defaults to `md`.
16
+ * The vertical margin to apply after this component. Defaults to `md`.
17
17
  */
18
18
  margin?: Size;
19
19
  };
@@ -24,7 +24,7 @@ export type FormLayout = {
24
24
  */
25
25
  control?: string;
26
26
  /**
27
- * The vertical margin to apply above this component. Defaults to `md`.
27
+ * The vertical margin to apply after this component. Defaults to `md`.
28
28
  */
29
29
  margin?: Size;
30
30
  };
@@ -25,7 +25,7 @@ export type HeadingLayout = {
25
25
  */
26
26
  control?: string;
27
27
  /**
28
- * The vertical margin to apply above this component. Defaults to `md`.
28
+ * The vertical margin to apply after this component. Defaults to `md`.
29
29
  */
30
30
  margin?: Size;
31
31
  };
@@ -32,7 +32,7 @@ export type ImageLayout = {
32
32
  */
33
33
  control?: string;
34
34
  /**
35
- * The vertical margin to apply above this component. Defaults to `md`.
35
+ * The vertical margin to apply after this component. Defaults to `md`.
36
36
  */
37
37
  margin?: Size;
38
38
  };
@@ -23,7 +23,7 @@ export type InfoLayout = {
23
23
  */
24
24
  control?: string;
25
25
  /**
26
- * The vertical margin to apply above this component. Defaults to `md`.
26
+ * The vertical margin to apply after this component. Defaults to `md`.
27
27
  */
28
28
  margin?: Size;
29
29
  };
@@ -21,7 +21,7 @@ export type InstructionsLayout = {
21
21
  */
22
22
  control?: string;
23
23
  /**
24
- * The vertical margin to apply above this component. Defaults to `md`.
24
+ * The vertical margin to apply after this component. Defaults to `md`.
25
25
  */
26
26
  margin?: Size;
27
27
  };
@@ -22,7 +22,7 @@ export type ListLayout = {
22
22
  */
23
23
  control?: string;
24
24
  /**
25
- * The vertical margin to apply above this component. Defaults to `md`.
25
+ * The vertical margin to apply after this component. Defaults to `md`.
26
26
  */
27
27
  margin?: Size;
28
28
  };
@@ -17,7 +17,7 @@ export type LoadingIndicatorLayout = {
17
17
  */
18
18
  control?: string;
19
19
  /**
20
- * The vertical margin to apply above this component. Defaults to `md`.
20
+ * The vertical margin to apply after this component. Defaults to `md`.
21
21
  */
22
22
  margin?: Size;
23
23
  };
@@ -28,7 +28,7 @@ export type MarkdownLayout = {
28
28
  */
29
29
  control?: string;
30
30
  /**
31
- * The vertical margin to apply above this component. Defaults to `md`.
31
+ * The vertical margin to apply after this component. Defaults to `md`.
32
32
  */
33
33
  margin?: Size;
34
34
  };
@@ -16,7 +16,7 @@ export type ModalLayout = {
16
16
  */
17
17
  control?: string;
18
18
  /**
19
- * The vertical margin to apply above this component. Defaults to `md`.
19
+ * The vertical margin to apply after this component. Defaults to `md`.
20
20
  */
21
21
  margin?: Size;
22
22
  /**
@@ -21,7 +21,7 @@ export type ParagraphLayout = {
21
21
  */
22
22
  control?: string;
23
23
  /**
24
- * The vertical margin to apply above this component. Defaults to `md`.
24
+ * The vertical margin to apply after this component. Defaults to `md`.
25
25
  */
26
26
  margin?: Size;
27
27
  };
@@ -35,7 +35,7 @@ export type ReviewLayout = {
35
35
  */
36
36
  control?: string;
37
37
  /**
38
- * The vertical margin to apply above this component. Defaults to `md`.
38
+ * The vertical margin to apply after this component. Defaults to `md`.
39
39
  */
40
40
  margin?: Size;
41
41
  };
@@ -35,7 +35,7 @@ export type SearchLayout = {
35
35
  */
36
36
  control?: string;
37
37
  /**
38
- * The vertical margin to apply above this component. Defaults to `md`.
38
+ * The vertical margin to apply after this component. Defaults to `md`.
39
39
  */
40
40
  margin?: Size;
41
41
  };
@@ -21,7 +21,7 @@ export type StatusListLayout = {
21
21
  */
22
22
  control?: string;
23
23
  /**
24
- * The vertical margin to apply above this component. Defaults to `md`.
24
+ * The vertical margin to apply after this component. Defaults to `md`.
25
25
  */
26
26
  margin?: Size;
27
27
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-types",
3
- "version": "2.18.1",
3
+ "version": "2.18.2",
4
4
  "description": "Dynamic Flow TypeScript Types",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {