@chakra-ui/anatomy
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "@chakra-ui/anatomy", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "The anatomy of all chakra components", | ||
@@ -38,4 +38,3 @@ "keywords": [ | ||
"build:fast": "tsup src/index.ts" | ||
}, | ||
"readme": "# @chakra-ui/anatomy\n\nThis package declares the anatomy for the Chakra UI components.\n\nIt was inspired the `::part()` selector from the\n[W3C CSS Shadow Parts Draft](https://www.w3.org/TR/css-shadow-parts-1/) with\ndata-attributes.\n\n> This is an internal utility, not intended for public usage.\n\n## Installation\n\n```sh\nyarn add @chakra-ui/anatomy\n# or\nnpm i @chakra-ui/anatomy\n```\n\n## Contribution\n\nYes please! See the\n[contributing guidelines](https://github.com/chakra-ui/core/blob/main/CONTRIBUTING.md)\nfor details.\n\n## Licence\n\nThis project is licensed under the terms of the\n[MIT license](https://github.com/chakra-ui/core/blob/main/LICENSE).\n" | ||
} | ||
} |
3048897