@everlywell/ui-kit 1.11.5 → 1.11.7

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.
@@ -34,16 +34,16 @@ declare const Grid: React.ForwardRefExoticComponent<{
34
34
  * Aligns the grid items within the container to the edges.
35
35
  * Essentially removing the spacing around the container
36
36
  */
37
- alignEdges?: boolean | undefined;
37
+ alignEdges?: boolean;
38
38
  /**
39
39
  * Define the spacing between elements using the spacing values defined
40
40
  * in the design system. Default is the theme horizontal page spacing defined
41
41
  * in the app's theme.
42
42
  */
43
- spacing?: Spacing | undefined;
43
+ spacing?: Spacing;
44
44
  /**
45
45
  * Indicates the number of columns
46
46
  */
47
- columns?: Columns | undefined;
47
+ columns?: Columns;
48
48
  } & FlexProps & React.RefAttributes<unknown>>;
49
49
  export default Grid;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everlywell/ui-kit",
3
- "version": "1.11.5",
3
+ "version": "1.11.7",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {