Socket
Socket
Sign inDemoInstall

@chakra-ui/anatomy

Package Overview
Dependencies
0
Maintainers
2
Versions
266
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-dev-20230908144305 to 0.0.0-dev-20231109130949

dist/chunk-EZ4ZG724.mjs

15

dist/components.js

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

statAnatomy: () => statAnatomy,
stepperAnatomy: () => stepperAnatomy,
switchAnatomy: () => switchAnatomy,

@@ -185,3 +186,4 @@ tableAnatomy: () => tableAnatomy,

"track",
"thumb"
"thumb",
"label"
);

@@ -217,2 +219,12 @@ var tableAnatomy = anatomy("table").parts(

);
var stepperAnatomy = anatomy("stepper").parts(
"stepper",
"step",
"title",
"description",
"indicator",
"separator",
"icon",
"number"
);
// Annotate the CommonJS export names for ESM import in node:

@@ -244,2 +256,3 @@ 0 && (module.exports = {

statAnatomy,
stepperAnatomy,
switchAnatomy,

@@ -246,0 +259,0 @@ tableAnatomy,

2

dist/index.d.ts
export { anatomy } from './anatomy.js';
export { accordionAnatomy, alertAnatomy, avatarAnatomy, breadcrumbAnatomy, buttonAnatomy, cardAnatomy, checkboxAnatomy, circularProgressAnatomy, drawerAnatomy, editableAnatomy, formAnatomy, formErrorAnatomy, inputAnatomy, listAnatomy, menuAnatomy, modalAnatomy, numberInputAnatomy, pinInputAnatomy, popoverAnatomy, progressAnatomy, radioAnatomy, selectAnatomy, sliderAnatomy, statAnatomy, switchAnatomy, tableAnatomy, tabsAnatomy, tagAnatomy } from './components.js';
export { accordionAnatomy, alertAnatomy, avatarAnatomy, breadcrumbAnatomy, buttonAnatomy, cardAnatomy, checkboxAnatomy, circularProgressAnatomy, drawerAnatomy, editableAnatomy, formAnatomy, formErrorAnatomy, inputAnatomy, listAnatomy, menuAnatomy, modalAnatomy, numberInputAnatomy, pinInputAnatomy, popoverAnatomy, progressAnatomy, radioAnatomy, selectAnatomy, sliderAnatomy, statAnatomy, stepperAnatomy, switchAnatomy, tableAnatomy, tabsAnatomy, tagAnatomy } from './components.js';

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

statAnatomy: () => statAnatomy,
stepperAnatomy: () => stepperAnatomy,
switchAnatomy: () => switchAnatomy,

@@ -186,3 +187,4 @@ tableAnatomy: () => tableAnatomy,

"track",
"thumb"
"thumb",
"label"
);

@@ -218,2 +220,12 @@ var tableAnatomy = anatomy("table").parts(

);
var stepperAnatomy = anatomy("stepper").parts(
"stepper",
"step",
"title",
"description",
"indicator",
"separator",
"icon",
"number"
);
// Annotate the CommonJS export names for ESM import in node:

@@ -246,2 +258,3 @@ 0 && (module.exports = {

statAnatomy,
stepperAnatomy,
switchAnatomy,

@@ -248,0 +261,0 @@ tableAnatomy,

{
"name": "@chakra-ui/anatomy",
"version": "0.0.0-dev-20230908144305",
"version": "0.0.0-dev-20231109130949",
"description": "The anatomy of all chakra components",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc