@bonio-ui/components
Advanced tools
Comparing version 6.2.1 to 6.3.0
# @bonio-ui/components | ||
## 6.3.0 | ||
### Minor Changes | ||
- [#182](https://github.com/BoniO-Taiwan/BoniO-UI/pull/182) [`fe52f29`](https://github.com/BoniO-Taiwan/BoniO-UI/commit/fe52f297afc07b45b82c1095278308eb05a76dda) Thanks [@ElenaChien1993](https://github.com/ElenaChien1993)! - [Update] label in Input & Selector proptype should be node | ||
### Patch Changes | ||
- Updated dependencies [[`6e4d148`](https://github.com/BoniO-Taiwan/BoniO-UI/commit/6e4d148f2c417ff4cb3cc0da150ff033df3b3c69)]: | ||
- @bonio-ui/icons@5.1.0 | ||
## 6.2.1 | ||
@@ -4,0 +15,0 @@ |
@@ -121,3 +121,3 @@ "use strict"; | ||
label: _propTypes.default.shape({ | ||
name: _propTypes.default.string.isRequired, | ||
name: _propTypes.default.node.isRequired, | ||
align: _propTypes.default.oneOf(['left', 'top']) | ||
@@ -124,0 +124,0 @@ }), |
@@ -241,3 +241,3 @@ "use strict"; | ||
label: _propTypes.default.shape({ | ||
name: _propTypes.default.string.isRequired, | ||
name: _propTypes.default.node.isRequired, | ||
align: _propTypes.default.oneOf(['left', 'top']) | ||
@@ -244,0 +244,0 @@ }) |
{ | ||
"name": "@bonio-ui/components", | ||
"version": "6.2.1", | ||
"version": "6.3.0", | ||
"license": "Apache-2.0", | ||
@@ -23,3 +23,3 @@ "description": "BoniO UI components in React", | ||
"dependencies": { | ||
"@bonio-ui/icons": "^5.0.0", | ||
"@bonio-ui/icons": "^5.1.0", | ||
"@bonio-ui/theme": "^2.0.1", | ||
@@ -26,0 +26,0 @@ "lodash.debounce": "^4.0.8", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
262548
Updated@bonio-ui/icons@^5.1.0