react-confirm 0.3.0-0 → 0.3.0-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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -138,6 +138,9 @@ To render the confirmation dialog within the React component tree but in a diffe
138
138
  const mounter = createReactTreeMounter(document.body);
139
139
  ```
140
140
 
141
+ ### example
142
+ Context example with Chakra-ui in [codesandbox](https://codesandbox.io/s/react-confirm-with-chakra-ui-oidpf1)
143
+
141
144
  ## typescript
142
145
 
143
146
  Experimentally added full typescript declaration files at `typescript` branch.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-confirm",
3
- "version": "0.3.0-0",
3
+ "version": "0.3.0-1",
4
4
  "description": "Small library which makes your Dialog component callable",
5
5
  "main": "lib/index.js",
6
6
  "repository": {