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
3
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 0.0.0-dev-20230112154520 to 0.0.0-dev-20230317141833

dist/chunk-Q6MPIRQA.mjs

8

dist/css-reset.js

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

var vhPolyfill = `
:root {
:root, :host {
--chakra-vh: 100vh;

@@ -37,3 +37,3 @@ }

@supports (height: -webkit-fill-available) {
:root {
:root, :host {
--chakra-vh: -webkit-fill-available;

@@ -44,3 +44,3 @@ }

@supports (height: -moz-fill-available) {
:root {
:root, :host {
--chakra-vh: -moz-fill-available;

@@ -51,3 +51,3 @@ }

@supports (height: 100dvh) {
:root {
:root, :host {
--chakra-vh: 100dvh;

@@ -54,0 +54,0 @@ }

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

var vhPolyfill = `
:root {
:root, :host {
--chakra-vh: 100vh;

@@ -39,3 +39,3 @@ }

@supports (height: -webkit-fill-available) {
:root {
:root, :host {
--chakra-vh: -webkit-fill-available;

@@ -46,3 +46,3 @@ }

@supports (height: -moz-fill-available) {
:root {
:root, :host {
--chakra-vh: -moz-fill-available;

@@ -53,3 +53,3 @@ }

@supports (height: 100dvh) {
:root {
:root, :host {
--chakra-vh: 100dvh;

@@ -56,0 +56,0 @@ }

{
"name": "@chakra-ui/css-reset",
"version": "0.0.0-dev-20230112154520",
"version": "0.0.0-dev-20230317141833",
"description": "CSS reset component for Chakra UI",

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

"react": "^18.0.0",
"clean-package": "2.1.1"
"clean-package": "2.2.0"
},

@@ -41,0 +41,0 @@ "clean-package": "../../../clean-package.config.json",

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