@bonio-ui/components
Advanced tools
Comparing version 6.3.0 to 6.3.1
# @bonio-ui/components | ||
## 6.3.1 | ||
### Patch Changes | ||
- [#189](https://github.com/BoniO-Taiwan/BoniO-UI/pull/189) [`1a9d648`](https://github.com/BoniO-Taiwan/BoniO-UI/commit/1a9d648bf596315381a7d4a3306347f932ca6256) Thanks [@AmyHuang82](https://github.com/AmyHuang82)! - Update: hide edge default password visible icon | ||
## 6.3.0 | ||
@@ -4,0 +10,0 @@ |
@@ -90,3 +90,3 @@ "use strict"; | ||
var StyledInput = _styledComponents.default.input(_templateObject13 || (_templateObject13 = _taggedTemplateLiteral(["\n flex-shrink: 0;\n color: ", ";\n appearance: none;\n border: none;\n width: 100%;\n font-family: inherit;\n border-radius: ", "rem;\n padding-left: ", "rem;\n padding-right: ", "rem;\n transition: all ", "ms ", ";\n text-align: ", ";\n\n ", "\n\n ::placeholder {\n color: ", ";\n }\n\n :disabled {\n color: ", ";\n cursor: not-allowed;\n }\n\n ", "\n ", "\n\n ", "\n ", "\n"])), black, _ref3 => { | ||
var StyledInput = _styledComponents.default.input(_templateObject13 || (_templateObject13 = _taggedTemplateLiteral(["\n flex-shrink: 0;\n color: ", ";\n appearance: none;\n border: none;\n width: 100%;\n font-family: inherit;\n border-radius: ", "rem;\n padding-left: ", "rem;\n padding-right: ", "rem;\n transition: all ", "ms ", ";\n text-align: ", ";\n\n ", "\n\n ::placeholder {\n color: ", ";\n }\n\n /* https://learn.microsoft.com/en-us/microsoft-edge/web-platform/password-reveal#remove-the-password-reveal-control */\n ::-ms-reveal {\n display: none;\n }\n\n :disabled {\n color: ", ";\n cursor: not-allowed;\n }\n\n ", "\n ", "\n\n ", "\n ", "\n"])), black, _ref3 => { | ||
var { | ||
@@ -93,0 +93,0 @@ round |
{ | ||
"name": "@bonio-ui/components", | ||
"version": "6.3.0", | ||
"version": "6.3.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
263010
4279