Socket
Socket
Sign inDemoInstall

@chakra-ui/anatomy

Package Overview
Dependencies
102
Maintainers
4
Versions
266
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.1.0

27

CHANGELOG.md
# @chakra-ui/anatomy
## 1.0.1
## 1.1.0
### Minor Changes
- [`e31439c98`](https://github.com/chakra-ui/chakra-ui/commit/e31439c985d71ba0b37197b18a393b0fe5cf79a4)
[#4929](https://github.com/chakra-ui/chakra-ui/pull/4929) Thanks
[@Mattinton](https://github.com/Mattinton)! - Made PopoverCloseButton
themeable
### Patch Changes
- Updated dependencies
[[`cd0893c56`](https://github.com/chakra-ui/chakra-ui/commit/cd0893c561d8c72b69db7c03d10adae752468a4f)]:
- @chakra-ui/theme-tools@1.2.3
## 1.0.1
- [`a096ccdde`](https://github.com/chakra-ui/chakra-ui/commit/a096ccdde87a52919cd6e39d985c0dd1154ffbd7) [#4721](https://github.com/chakra-ui/chakra-ui/pull/4721) Thanks [@chasinhues](https://github.com/chasinhues)! - Add missing breadcrumb part
### Patch Changes
- [`a096ccdde`](https://github.com/chakra-ui/chakra-ui/commit/a096ccdde87a52919cd6e39d985c0dd1154ffbd7)
[#4721](https://github.com/chakra-ui/chakra-ui/pull/4721) Thanks
[@chasinhues](https://github.com/chasinhues)! - Add missing breadcrumb part
* [`a02b0de8b`](https://github.com/chakra-ui/chakra-ui/commit/a02b0de8b14acb8282cabafe5cef885e8da0b8fb)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Add container part
to checkbox
- [`a02b0de8b`](https://github.com/chakra-ui/chakra-ui/commit/a02b0de8b14acb8282cabafe5cef885e8da0b8fb) Thanks [@segunadebayo](https://github.com/segunadebayo)! - Add container part to checkbox
- Updated dependencies [[`09577b088`](https://github.com/chakra-ui/chakra-ui/commit/09577b088272075f6f183bbb34d5639ac5e68cc0)]:
* Updated dependencies
[[`09577b088`](https://github.com/chakra-ui/chakra-ui/commit/09577b088272075f6f183bbb34d5639ac5e68cc0)]:
- @chakra-ui/theme-tools@1.2.1

2

dist/cjs/index.js

@@ -73,3 +73,3 @@ "use strict";

exports.pinInputAnatomy = pinInputAnatomy;
var popoverAnatomy = (0, _themeTools.anatomy)("popover").parts("content", "header", "body", "footer").extend("popper", "arrow");
var popoverAnatomy = (0, _themeTools.anatomy)("popover").parts("content", "header", "body", "footer").extend("popper", "arrow", "closeButton");
exports.popoverAnatomy = popoverAnatomy;

@@ -76,0 +76,0 @@ var progressAnatomy = (0, _themeTools.anatomy)("progress").parts("label", "filledTrack", "track");

@@ -51,3 +51,3 @@ import { anatomy } from "@chakra-ui/theme-tools";

export var pinInputAnatomy = anatomy("pininput").parts("field");
export var popoverAnatomy = anatomy("popover").parts("content", "header", "body", "footer").extend("popper", "arrow");
export var popoverAnatomy = anatomy("popover").parts("content", "header", "body", "footer").extend("popper", "arrow", "closeButton");
export var progressAnatomy = anatomy("progress").parts("label", "filledTrack", "track");

@@ -54,0 +54,0 @@ export var radioAnatomy = anatomy("radio").parts("container", "control", "label");

@@ -46,3 +46,3 @@ /**

export declare const pinInputAnatomy: Pick<import("@chakra-ui/theme-tools").Anatomy<"field">, "extend" | "selectors" | "classNames" | "keys" | "toPart" | "__type">;
export declare const popoverAnatomy: Pick<import("@chakra-ui/theme-tools").Anatomy<"header" | "body" | "footer" | "content" | "popper" | "arrow">, "extend" | "selectors" | "classNames" | "keys" | "toPart" | "__type">;
export declare const popoverAnatomy: Pick<import("@chakra-ui/theme-tools").Anatomy<"header" | "closeButton" | "body" | "footer" | "content" | "popper" | "arrow">, "extend" | "selectors" | "classNames" | "keys" | "toPart" | "__type">;
export declare const progressAnatomy: Pick<import("@chakra-ui/theme-tools").Anatomy<"label" | "track" | "filledTrack">, "extend" | "selectors" | "classNames" | "keys" | "toPart" | "__type">;

@@ -49,0 +49,0 @@ export declare const radioAnatomy: Pick<import("@chakra-ui/theme-tools").Anatomy<"container" | "label" | "control">, "extend" | "selectors" | "classNames" | "keys" | "toPart" | "__type">;

{
"name": "@chakra-ui/anatomy",
"version": "1.0.1",
"version": "1.1.0",
"description": "The anatony of all chakra components",

@@ -54,4 +54,4 @@ "keywords": [

"dependencies": {
"@chakra-ui/theme-tools": "^1.2.1"
"@chakra-ui/theme-tools": "^1.2.3"
}
}

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