@chakra-ui/avatar@2.1.0
Minor Changes
- e8f634e0dThanks @segunadebayo! - Add support for changing avatar badge placement.- The badge placement can be set to - top-start,- top-end,- bottom-startor- bottom-end.- <Avatar
 name='Uchiha Itachi'
 src='https://uinames.com/api/photos/female/18.jpg'
 >
 <AvatarBadge placement='top-start' />
 </Avatar>
Patch Changes
- Updated dependencies
@chakra-ui/react@2.3.0
Minor Changes
- e8f634e0dThanks @segunadebayo! - Add support for changing avatar badge placement.- The badge placement can be set to - top-start,- top-end,- bottom-startor- bottom-end.- <Avatar
 name='Uchiha Itachi'
 src='https://uinames.com/api/photos/female/18.jpg'
 >
 <AvatarBadge placement='top-start' />
 </Avatar>
Patch Changes
- Updated dependencies
[dda7d71bb,5e6c3fd65,e8f634e0d,5bacbdc2c,8b0bd0d58,0cae42007,872c0ccf5,ac6a00aea]
@chakra-ui/styled-system@2.3.0
Minor Changes
- #6221 - 872c0ccf5Thanks @segunadebayo! - Add- defineStyleand- defineStyleConfigto improve the TypeScript authoring experience of style objects and single part component themes.- import { defineStyleConfig, defineStyle } from '@chakra-ui/styled-system';
 // authoring style objects
 const style = defineStyle({
 marginTop: '20px',
 });
 // authoring style configs for single part component
 const button = defineStyleConfig({
 baseStyle: {},
 variants: {},
 defaultProps: {},
 });- Add - createMultiStyleConfigHelpersfactory that provides functions that help improve the TypeScript authoring experience of multipart component themes.- import { createMultiStyleConfigHelpers } from '@chakra-ui/styled-sytem';
 // create scoped helpers for that defined parts
 const helpers = createMultiStyleConfigHelpers(['button', 'label']);
 const { definePartsStyle, defineMultiStyleConfig } = helpers;
 // authoring styles for each part
 const outlineVariant = definePartsStyle({
 button: {},
 label: {},
 });
 // authoring styles for multipart component
 const accordion = defineMultiStyleConfig({
 baseStyle: {
 button: {},
 label: {},
 },
 variants: {
 outline: outlineVariant,
 },
 });
Patch Changes
- #6559 - 0cae42007Thanks @segunadebayo! - Refactors the theme to use design tokens and css variables as much as possible.- Improve support for - 100vhvalues by using a polyfill css variable- --chakra-vh.
@chakra-ui/accordion@2.0.12
Patch Changes
- Updated dependencies
[260076e2a]
@chakra-ui/anatomy@2.0.6
Patch Changes
- 5e6c3fd65Thanks @segunadebayo! - Allow slider mark to be themable
- #6221 - 872c0ccf5Thanks @segunadebayo! - Update package to use styled-system as dependency
@chakra-ui/css-reset@2.0.6
Patch Changes
- #6559 - 0cae42007Thanks @segunadebayo! - Refactors the theme to use design tokens and css variables as much as possible.- Improve support for - 100vhvalues by using a polyfill css variable- --chakra-vh.
@chakra-ui/descendant@3.0.9
Patch Changes
- #6573260076e2aThanks @EduSantosBrito! - Fix issue where generic type contraints throws in TypeScript 4.8+
@chakra-ui/menu@2.0.12
Patch Changes
- Updated dependencies
[260076e2a]
@chakra-ui/pin-input@2.0.12
Patch Changes
- Updated dependencies
[260076e2a]
@chakra-ui/provider@2.0.15
Patch Changes
- #6559 - 0cae42007Thanks @segunadebayo! - Refactors the theme to use design tokens and css variables as much as possible.- Improve support for - 100vhvalues by using a polyfill css variable- --chakra-vh.
- Updated dependencies [ - 0cae42007]
@chakra-ui/select@2.0.10
Patch Changes
- dda7d71bbThanks @segunadebayo! - Fix issue where select theme throws when "field" part is not defined
- Updated dependencies 
@chakra-ui/skeleton@2.0.15
Patch Changes
- #6221 - 872c0ccf5Thanks @segunadebayo! - Refactor to use the new helpers from- styled-systempackage
- Updated dependencies 
@chakra-ui/slider@2.0.10
Patch Changes
- 5e6c3fd65Thanks @segunadebayo! - Allow slider mark to be themable
- Updated dependencies 
@chakra-ui/system@2.2.8
Patch Changes
@chakra-ui/tabs@2.1.1
Patch Changes
- ac6a00aeaThanks @segunadebayo! - Fix key warning for tabs component
- Updated dependencies [ - 260076e2a]
@chakra-ui/theme@2.1.9
Patch Changes
- e8f634e0dThanks @segunadebayo! - Add support for changing avatar badge placement.- The badge placement can be set to - top-start,- top-end,- bottom-startor- bottom-end.- <Avatar
 name='Uchiha Itachi'
 src='https://uinames.com/api/photos/female/18.jpg'
 >
 <AvatarBadge placement='top-start' />
 </Avatar>
- 5bacbdc2cThanks @segunadebayo! - Refactor alert theme to use css variables
- #6559 - 0cae42007Thanks @segunadebayo! - Refactors the theme to use design tokens and css variables as much as possible.- Improve support for - 100vhvalues by using a polyfill css variable- --chakra-vh.
- #6221 - 872c0ccf5Thanks @segunadebayo! - Refactor to use the new helpers from- styled-systempackage
@chakra-ui/theme-tools@2.0.11
Patch Changes
- #6221 - 872c0ccf5Thanks @segunadebayo! - Refactored code to use from- styled-systempackage
@chakra-ui/toast@3.0.8
Patch Changes
- 8b0bd0d58Thanks @segunadebayo! - Fix issue where toast double update doesn't work
- Updated dependencies [ - e8f634e0d,- 5bacbdc2c,- 0cae42007,- 872c0ccf5]
@chakra-ui/react-use-pan-event@2.0.4
Patch Changes
- Updated dependencies
[7000bb5fe]
@chakra-ui/event-utils@2.0.4
Patch Changes
- 7000bb5feThanks @segunadebayo! - Fix regression in- addPointerEventutility
@chakra-ui/gatsby-plugin@3.0.6
Patch Changes
- #6584ababbde39Thanks @nikolovlazar! - Removed default value of portalZIndex