Socket
Socket
Sign inDemoInstall

@chakra-ui/skip-nav

Package Overview
Dependencies
Maintainers
4
Versions
403
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/skip-nav - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

8

CHANGELOG.md
# Change Log
## 1.0.2
### Patch Changes
- Updated dependencies
[[`e73878ee`](https://github.com/chakra-ui/chakra-ui/commit/e73878ee686c11d3f94ad6ac61b19ae9508d75a5)]:
- @chakra-ui/utils@1.0.2
## 1.0.1

@@ -4,0 +12,0 @@

4

dist/cjs/index.js

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

var SkipNavLink = /*#__PURE__*/(0, _system.forwardRef)(function SkipNavLink(props, ref) {
var SkipNavLink = /*#__PURE__*/(0, _system.forwardRef)(function (props, ref) {
var styles = (0, _system.useStyleConfig)("SkipLink", props);

@@ -67,3 +67,3 @@

*/
var SkipNavContent = /*#__PURE__*/(0, _system.forwardRef)(function SkipNavContent(props, ref) {
var SkipNavContent = /*#__PURE__*/(0, _system.forwardRef)(function (props, ref) {
var _props$id = props.id,

@@ -70,0 +70,0 @@ id = _props$id === void 0 ? fallbackId : _props$id,

@@ -30,3 +30,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

export var SkipNavLink = /*#__PURE__*/forwardRef(function SkipNavLink(props, ref) {
export var SkipNavLink = /*#__PURE__*/forwardRef((props, ref) => {
var styles = useStyleConfig("SkipLink", props);

@@ -55,3 +55,3 @@

*/
export var SkipNavContent = /*#__PURE__*/forwardRef(function SkipNavContent(props, ref) {
export var SkipNavContent = /*#__PURE__*/forwardRef((props, ref) => {
var {

@@ -58,0 +58,0 @@ id = fallbackId

{
"name": "@chakra-ui/skip-nav",
"version": "1.0.1",
"version": "1.0.2",
"description": "Skip navigation links for screen reader and keyboard users",

@@ -57,7 +57,7 @@ "keywords": [

"devDependencies": {
"@chakra-ui/system": "1.0.1",
"@chakra-ui/system": "1.1.0",
"react": "^17.0.1"
},
"dependencies": {
"@chakra-ui/utils": "1.0.1"
"@chakra-ui/utils": "1.0.2"
},

@@ -64,0 +64,0 @@ "peerDependencies": {

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc