@chakra-ui/anatomy
Advanced tools
Comparing version 0.0.0-dev-20230908144305 to 0.0.0-dev-20231109130949
@@ -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, |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5902149
39663