Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chakra-ui/css-reset

Package Overview
Dependencies
Maintainers
4
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/css-reset - npm Package Compare versions

Comparing version 1.0.0-rc.3 to 1.0.0-rc.4

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# 1.0.0-rc.4 (2020-09-25)
**Note:** Version bump only for package @chakra-ui/css-reset
# 1.0.0-rc.3 (2020-08-30)

@@ -8,0 +16,0 @@

1

dist/types/css-reset.d.ts

@@ -0,2 +1,3 @@

/// <reference types="react" />
export declare const CSSReset: () => JSX.Element;
export default CSSReset;

4

package.json
{
"name": "@chakra-ui/css-reset",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"description": "CSS reset component for Chakra UI",

@@ -51,3 +51,3 @@ "keywords": [

},
"gitHead": "a0b689f3a2b1589d58e4d9b0c8a9bbd02ed90f6e"
"gitHead": "830b8587c572a4c20d6b56b256accd6686255819"
}
# @chakra-ui/css-reset
A CSS Reset component for Chakra UI
A CSS Reset component for Chakra UI components.

@@ -12,1 +12,14 @@ ## Installation

```
## Disabling border for non-keyboard interactions
We've added global style for `focus-visible` in event you need to remove focus
styles for non-keyboard interactions.
```bash
# as a dependency
yarn add focus-visible
# at the root of your application
import "focus-visible/dist/focus-visible"
```
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