@react-types/shared 3.0.0-nightly.2436 → 3.0.0-nightly.2437

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/dna.d.ts +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-types/shared",
3
- "version": "3.0.0-nightly.2436+d5186e1ce",
3
+ "version": "3.0.0-nightly.2437+6a5394b92",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "types": "src/index.d.ts",
@@ -14,5 +14,5 @@
14
14
  "publishConfig": {
15
15
  "access": "public"
16
16
  },
17
- "gitHead": "d5186e1cedcfb3c726d606a8f2e9f4ace1696114"
17
+ "gitHead": "6a5394b92028ee3efd80c51b9141b7caeb12a6a4"
18
18
  }
package/src/dna.d.ts CHANGED
@@ -475,7 +475,8 @@ export type BorderSizeValue =
475
475
  | 'thin'
476
476
  | 'thick'
477
477
  | 'thicker'
478
- | 'thickest';
478
+ | 'thickest'
479
+ | 'none';
479
480
 
480
481
  export type BorderRadiusValue =
481
482
  | 'xsmall'