Socket
Socket
Sign inDemoInstall

@chakra-ui/anatomy

Package Overview
Dependencies
0
Maintainers
3
Versions
266
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.7 to 2.1.0

3

dist/index.cjs.js

@@ -29,2 +29,3 @@ "use strict";

buttonAnatomy: () => buttonAnatomy,
cardAnatomy: () => cardAnatomy,
checkboxAnatomy: () => checkboxAnatomy,

@@ -142,2 +143,3 @@ circularProgressAnatomy: () => circularProgressAnatomy,

var tagAnatomy = anatomy("tag").parts("container", "label", "closeButton");
var cardAnatomy = anatomy("card").parts("container", "header", "body", "footer");
// Annotate the CommonJS export names for ESM import in node:

@@ -151,2 +153,3 @@ 0 && (module.exports = {

buttonAnatomy,
cardAnatomy,
checkboxAnatomy,

@@ -153,0 +156,0 @@ circularProgressAnatomy,

@@ -88,2 +88,3 @@ // src/anatomy.ts

var tagAnatomy = anatomy("tag").parts("container", "label", "closeButton");
var cardAnatomy = anatomy("card").parts("container", "header", "body", "footer");
export {

@@ -96,2 +97,3 @@ accordionAnatomy,

buttonAnatomy,
cardAnatomy,
checkboxAnatomy,

@@ -98,0 +100,0 @@ circularProgressAnatomy,

5

package.json
{
"name": "@chakra-ui/anatomy",
"version": "2.0.7",
"version": "2.1.0",
"description": "The anatomy of all chakra components",

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

"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
"require": "./dist/index.cjs.js",
"types": "./dist/index.d.ts"
},

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

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc