Socket
Socket
Sign inDemoInstall

@chakra-ui/form-control

Package Overview
Dependencies
5
Maintainers
4
Versions
473
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

17

CHANGELOG.md
# Change Log
## 1.1.1
### Patch Changes
- [`4ae55fa3`](https://github.com/chakra-ui/chakra-ui/commit/4ae55fa3ff28eec1be9e1e5b6ab37d3c7f727df1)
[#3012](https://github.com/chakra-ui/chakra-ui/pull/3012) Thanks
[@LPVua](https://github.com/LPVua)! - Fixed FormLabel margin and textAlign to
support rtl; fixed form error icon margin to support rtl
- Updated dependencies
[[`8b87406c`](https://github.com/chakra-ui/chakra-ui/commit/8b87406c3132586be3393117eef80d47ec82fc54),
[`8b87406c`](https://github.com/chakra-ui/chakra-ui/commit/8b87406c3132586be3393117eef80d47ec82fc54),
[`8b87406c`](https://github.com/chakra-ui/chakra-ui/commit/8b87406c3132586be3393117eef80d47ec82fc54)]:
- @chakra-ui/hooks@1.1.0
- @chakra-ui/utils@1.1.0
- @chakra-ui/icon@1.0.3
## 1.1.0

@@ -4,0 +21,0 @@

2

dist/cjs/form-label.js

@@ -62,3 +62,3 @@ "use strict";

display: "block",
textAlign: "left"
textAlign: "start"
}, styles)

@@ -65,0 +65,0 @@ }, ownProps), children, field != null && field.isRequired ? requiredIndicator : null);

@@ -48,3 +48,3 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }

display: "block",
textAlign: "left"
textAlign: "start"
}, styles)

@@ -51,0 +51,0 @@ }, ownProps), children, field != null && field.isRequired ? requiredIndicator : null);

{
"name": "@chakra-ui/form-control",
"version": "1.1.0",
"version": "1.1.1",
"description": "React component to provide validation states to form fields",

@@ -58,8 +58,8 @@ "keywords": [

"dependencies": {
"@chakra-ui/hooks": "1.0.2",
"@chakra-ui/icon": "1.0.2",
"@chakra-ui/utils": "1.0.2"
"@chakra-ui/hooks": "1.1.0",
"@chakra-ui/icon": "1.0.3",
"@chakra-ui/utils": "1.1.0"
},
"devDependencies": {
"@chakra-ui/system": "1.1.0",
"@chakra-ui/system": "1.1.5",
"react": "^17.0.1"

@@ -69,4 +69,4 @@ },

"@chakra-ui/system": ">=1.0.0",
"react": "16.x || 17.x"
"react": ">=16.8.6"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc