@reach/disclosure
Advanced tools
Comparing version 0.18.0-pre.3 to 0.18.0-pre.4
# @reach/disclosure | ||
## 0.18.0-pre.4 | ||
### Minor Changes | ||
- We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define `--reach-<pkg>` in your own stylesheets to silence dev warnings. ([`69df3a03`](https://github.com/reach/reach-ui/commit/69df3a038d12c0e731778c9ac6e18ba6f81fbb49)) | ||
### Patch Changes | ||
- Updated dependencies: | ||
- `@reach/utils@0.18.0-pre.4` | ||
- `@reach/polymorphic@0.18.0-pre.4` | ||
- `@reach/auto-id@0.18.0-pre.4` | ||
## 0.18.0-pre.3 | ||
@@ -4,0 +17,0 @@ |
"use strict"; | ||
/** | ||
* @reach/disclosure v0.18.0-pre.3 | ||
* @reach/disclosure v0.18.0-pre.4 | ||
* | ||
@@ -5,0 +5,0 @@ * Copyright (c) 2018-2022, React Training LLC |
/** | ||
* @reach/disclosure v0.18.0-pre.3 | ||
* @reach/disclosure v0.18.0-pre.4 | ||
* | ||
@@ -13,3 +13,3 @@ * Copyright (c) 2018-2022, React Training LLC | ||
import * as React from 'react'; | ||
import { Polymorphic } from '@reach/utils'; | ||
import * as Polymorphic from '@reach/polymorphic'; | ||
@@ -16,0 +16,0 @@ /** |
{ | ||
"name": "@reach/disclosure", | ||
"version": "0.18.0-pre.3", | ||
"version": "0.18.0-pre.4", | ||
"description": "Accessible React disclosure component", | ||
@@ -13,4 +13,5 @@ "author": "React Training <hello@reacttraining.com>", | ||
"dependencies": { | ||
"@reach/auto-id": "0.18.0-pre.3", | ||
"@reach/utils": "0.18.0-pre.3" | ||
"@reach/auto-id": "0.18.0-pre.4", | ||
"@reach/polymorphic": "0.18.0-pre.4", | ||
"@reach/utils": "0.18.0-pre.4" | ||
}, | ||
@@ -17,0 +18,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
32697
5
+ Added@reach/auto-id@0.18.0-pre.4(transitive)
+ Added@reach/polymorphic@0.18.0-pre.4(transitive)
+ Added@reach/utils@0.18.0-pre.4(transitive)
- Removed@reach/auto-id@0.18.0-pre.3(transitive)
- Removed@reach/utils@0.18.0-pre.3(transitive)
Updated@reach/auto-id@0.18.0-pre.4
Updated@reach/utils@0.18.0-pre.4