jb-select 6.0.2 → 6.0.3

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/react/README.md +2 -0
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "select",
13
13
  "web component"
14
14
  ],
15
- "version": "6.0.2",
15
+ "version": "6.0.3",
16
16
  "bugs": "https://github.com/javadbat/jb-select/issues",
17
17
  "license": "MIT",
18
18
  "files": [
@@ -33,6 +33,6 @@
33
33
  "jb-validation": ">=0.2.0"
34
34
  },
35
35
  "devDependencies": {
36
- "jb-form":">=0.3.5"
36
+ "jb-form":">=0.6.10"
37
37
  }
38
38
  }
package/react/README.md CHANGED
@@ -4,6 +4,8 @@ select component for react
4
4
 
5
5
  > this component is a react wrapper for [jb-select](https://github.com/javadbat/jb-select)
6
6
 
7
+ Demo : Demo: [codeSandbox preview](https://3f63dj.csb.app/samples/jb-select) for just see the demo and [codeSandbox editor](https://codesandbox.io/p/sandbox/jb-design-system-3f63dj?file=%2Fsrc%2Fsamples%2FJBSelect.tsx) if you want to see and play with code
8
+
7
9
  ## installation
8
10
 
9
11
  run `npm install jb-select` to install package with npm