@everlywell/ui-kit 0.26.0 → 0.27.1

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.
@@ -1,6 +1,7 @@
1
1
  import { FlexProps } from '@chakra-ui/react';
2
2
  import React from 'react';
3
- type Spacing = number | Array<number>;
3
+ export declare const DEFAULT_SPACING = 4;
4
+ type Spacing = number | string | (number | string | null)[];
4
5
  type NumberFrom1To12 = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
5
6
  type Columns = NumberFrom1To12 | NumberFrom1To12[];
6
7
  type GridContextType = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everlywell/ui-kit",
3
- "version": "0.26.0",
3
+ "version": "0.27.1",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {