@bonio-ui/components
Advanced tools
Comparing version 5.1.0 to 5.1.1
# @bonio-ui/components | ||
## 5.1.1 | ||
### Patch Changes | ||
- [#105](https://github.com/BoniO-Taiwan/BoniO-UI/pull/105) [`724e5db`](https://github.com/BoniO-Taiwan/BoniO-UI/commit/724e5dbebea1ff2a0738ebd67076c96b1d3306ca) Thanks [@github-actions](https://github.com/apps/github-actions)! - Fix wrong type check of label align in Input and Selector. | ||
## 5.1.0 | ||
@@ -4,0 +10,0 @@ |
@@ -110,3 +110,3 @@ "use strict"; | ||
name: _propTypes.default.string.isRequired, | ||
align: _propTypes.default.oneOfType(['left', 'top']) | ||
align: _propTypes.default.oneOf(['left', 'top']) | ||
}), | ||
@@ -113,0 +113,0 @@ className: _propTypes.default.string, |
@@ -234,3 +234,3 @@ "use strict"; | ||
name: _propTypes.default.string.isRequired, | ||
align: _propTypes.default.oneOfType(['left', 'top']) | ||
align: _propTypes.default.oneOf(['left', 'top']) | ||
}) | ||
@@ -237,0 +237,0 @@ }; |
{ | ||
"name": "@bonio-ui/components", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "description": "BoniO UI components in React", |
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
254355