@chakra-ui/anatomy
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -9,3 +9,4 @@ 'use strict'; | ||
* **Accordion anatomy** | ||
* - Item: the accordion item contains the button and panel | ||
* - Root: the root container of the accordion | ||
* - Container: the accordion item contains the button and panel | ||
* - Button: the button is the trigger for the panel | ||
@@ -16,3 +17,3 @@ * - Panel: the panel is the content of the accordion item | ||
var accordionAnatomy = themeTools.anatomy("accordion").parts("container", "item", "button", "panel").extend("icon"); | ||
var accordionAnatomy = themeTools.anatomy("accordion").parts("root", "container", "button", "panel").extend("icon"); | ||
/** | ||
@@ -19,0 +20,0 @@ * **Alert anatomy** |
@@ -9,3 +9,4 @@ 'use strict'; | ||
* **Accordion anatomy** | ||
* - Item: the accordion item contains the button and panel | ||
* - Root: the root container of the accordion | ||
* - Container: the accordion item contains the button and panel | ||
* - Button: the button is the trigger for the panel | ||
@@ -16,3 +17,3 @@ * - Panel: the panel is the content of the accordion item | ||
var accordionAnatomy = themeTools.anatomy("accordion").parts("container", "item", "button", "panel").extend("icon"); | ||
var accordionAnatomy = themeTools.anatomy("accordion").parts("root", "container", "button", "panel").extend("icon"); | ||
/** | ||
@@ -19,0 +20,0 @@ * **Alert anatomy** |
@@ -5,3 +5,4 @@ import { anatomy } from '@chakra-ui/theme-tools'; | ||
* **Accordion anatomy** | ||
* - Item: the accordion item contains the button and panel | ||
* - Root: the root container of the accordion | ||
* - Container: the accordion item contains the button and panel | ||
* - Button: the button is the trigger for the panel | ||
@@ -12,3 +13,3 @@ * - Panel: the panel is the content of the accordion item | ||
var accordionAnatomy = anatomy("accordion").parts("container", "item", "button", "panel").extend("icon"); | ||
var accordionAnatomy = anatomy("accordion").parts("root", "container", "button", "panel").extend("icon"); | ||
/** | ||
@@ -15,0 +16,0 @@ * **Alert anatomy** |
/** | ||
* **Accordion anatomy** | ||
* - Item: the accordion item contains the button and panel | ||
* - Root: the root container of the accordion | ||
* - Container: the accordion item contains the button and panel | ||
* - Button: the button is the trigger for the panel | ||
@@ -8,3 +9,3 @@ * - Panel: the panel is the content of the accordion item | ||
*/ | ||
export declare const accordionAnatomy: Omit<import("@chakra-ui/theme-tools").Anatomy<"container" | "item" | "button" | "panel" | "icon">, "parts">; | ||
export declare const accordionAnatomy: Omit<import("@chakra-ui/theme-tools").Anatomy<"root" | "container" | "button" | "panel" | "icon">, "parts">; | ||
/** | ||
@@ -33,3 +34,3 @@ * **Alert anatomy** | ||
*/ | ||
export declare const breadcrumbAnatomy: Omit<import("@chakra-ui/theme-tools").Anatomy<"container" | "item" | "link" | "separator">, "parts">; | ||
export declare const breadcrumbAnatomy: Omit<import("@chakra-ui/theme-tools").Anatomy<"container" | "link" | "item" | "separator">, "parts">; | ||
export declare const buttonAnatomy: Omit<import("@chakra-ui/theme-tools").Anatomy<string>, "parts">; | ||
@@ -43,6 +44,6 @@ export declare const checkboxAnatomy: Omit<import("@chakra-ui/theme-tools").Anatomy<"container" | "icon" | "label" | "control">, "parts">; | ||
export declare const inputAnatomy: Omit<import("@chakra-ui/theme-tools").Anatomy<"addon" | "field" | "element">, "parts">; | ||
export declare const listAnatomy: Omit<import("@chakra-ui/theme-tools").Anatomy<"container" | "item" | "icon">, "parts">; | ||
export declare const menuAnatomy: Omit<import("@chakra-ui/theme-tools").Anatomy<"item" | "button" | "list" | "groupTitle" | "command" | "divider">, "parts">; | ||
export declare const listAnatomy: Omit<import("@chakra-ui/theme-tools").Anatomy<"container" | "icon" | "item">, "parts">; | ||
export declare const menuAnatomy: Omit<import("@chakra-ui/theme-tools").Anatomy<"button" | "item" | "list" | "groupTitle" | "command" | "divider">, "parts">; | ||
export declare const modalAnatomy: Omit<import("@chakra-ui/theme-tools").Anatomy<"overlay" | "dialogContainer" | "dialog" | "header" | "closeButton" | "body" | "footer">, "parts">; | ||
export declare const numberInputAnatomy: Omit<import("@chakra-ui/theme-tools").Anatomy<"field" | "root" | "stepperGroup" | "stepper">, "parts">; | ||
export declare const numberInputAnatomy: Omit<import("@chakra-ui/theme-tools").Anatomy<"root" | "field" | "stepperGroup" | "stepper">, "parts">; | ||
export declare const pinInputAnatomy: Omit<import("@chakra-ui/theme-tools").Anatomy<"field">, "parts">; | ||
@@ -49,0 +50,0 @@ export declare const popoverAnatomy: Omit<import("@chakra-ui/theme-tools").Anatomy<"header" | "closeButton" | "body" | "footer" | "content" | "popper" | "arrow">, "parts">; |
{ | ||
"name": "@chakra-ui/anatomy", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "The anatony of all chakra components", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@chakra-ui/theme-tools": "^1.3.4" | ||
"@chakra-ui/theme-tools": "^1.3.5" | ||
}, | ||
@@ -41,4 +41,4 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@chakra-ui/system": "1.10.3" | ||
"@chakra-ui/system": "1.11.0" | ||
} | ||
} |
@@ -5,3 +5,4 @@ import { anatomy } from "@chakra-ui/theme-tools" | ||
* **Accordion anatomy** | ||
* - Item: the accordion item contains the button and panel | ||
* - Root: the root container of the accordion | ||
* - Container: the accordion item contains the button and panel | ||
* - Button: the button is the trigger for the panel | ||
@@ -12,3 +13,3 @@ * - Panel: the panel is the content of the accordion item | ||
export const accordionAnatomy = anatomy("accordion") | ||
.parts("container", "item", "button", "panel") | ||
.parts("root", "container", "button", "panel") | ||
.extend("icon") | ||
@@ -15,0 +16,0 @@ |
Sorry, the diff of this file is not supported yet
26009
453