diginet-core-ui 1.3.61 → 1.3.62

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.
@@ -58,7 +58,8 @@ const Radio = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
58
58
  e = {
59
59
  value: value,
60
60
  target: { ...inputRef.current,
61
- checked: true
61
+ checked: true,
62
+ value: value
62
63
  }
63
64
  };
64
65
  if (onChange) onChange(e);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diginet-core-ui",
3
- "version": "1.3.61",
3
+ "version": "1.3.62",
4
4
  "description": "The DigiNet core ui",
5
5
  "homepage": "https://diginet.com.vn",
6
6
  "main": "index.js",
package/readme.md CHANGED
@@ -38,7 +38,10 @@ npm test
38
38
  ```
39
39
 
40
40
  ## Changelog
41
- ## 1.3.60
41
+ ## 1.3.62
42
+ - \[Changed\]: Radio – Add value to event target
43
+
44
+ ## 1.3.61
42
45
  - \[Added\]: MenuIcon – MHRM09N1035
43
46
  - \[Fixed\]: Dropdown – Fix bug not support Firefox browser
44
47