baseui 0.0.0-next-591ebef → 0.0.0-next-a3a610e

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.
@@ -26,7 +26,7 @@ export declare type GridProps = {
26
26
  /** Grid container behavior beyond max width. Fluid will continue to expand. Fixed will limit grid container to max width and center the container horizontally within parent element. */
27
27
  behavior?: Behavior;
28
28
  /** Children should be Cells. */
29
- children: React.ReactElement | React.ReactElement[];
29
+ children: React.ReactNode;
30
30
  /** Gap on either side of grid container at each breakpoint. */
31
31
  gridMargins?: Responsive<number>;
32
32
  /** Maximum width of the grid container. Does not include Margins. Only applies when `behavior` is `fluid`. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baseui",
3
- "version": "0.0.0-next-591ebef",
3
+ "version": "0.0.0-next-a3a610e",
4
4
  "description": "A React Component library implementing the Base design language",
5
5
  "keywords": [
6
6
  "react",