Change Log
5.9.0
Minor Changes
- #3396
9f319071aThanks @horstwerner-hover! - Harmonized Avatar font style with Button
5.8.0
Minor Changes
5.7.0
Minor Changes
- #3265
9cae7176fThanks @guilhermealexandredev! - Update progress loader styles
5.6.1
Patch Changes
- #3266
ed26a3704Thanks @jrolfs! - Fix regression in background color of the close button for Sheet that was introduced when the icon and styling was updated in the global overlay close button.
5.6.0
Minor Changes
- 
#3258 3b981efc9Thanks @jrolfs! - Exposeblurtokens on the theme.
- 
#3258 6e31d11a5Thanks @jrolfs! - AddcreateBlurFadehelper for preventing render artifacts when fading elements in that havebackdrop-filter: blur()applied.
Patch Changes
- #3258
def5b70caThanks @jrolfs! - Use correct close icon in CloseButton used in modals, etc. Add automatic support for color mode.
- Updated dependencies
[22cd39765]:- @hoverinc/blueprint-theme@3.28.0
 
5.5.1
Patch Changes
- #3226
4baa6830aThanks @danielhover! - Fixes issue with marks relative to min/max and update styling of track and thumb
5.5.0
Minor Changes
- 
#3254 97f48cf81Thanks @jrolfs! - AddlayerStylesto theme to support applying consistent background effects such as blur and glass.<Center layerStyle="glass.50 />
Patch Changes
- Updated dependencies
[84e712f8d]:- @hoverinc/blueprint-theme@3.27.0
 
5.4.0
Minor Changes
5.3.5
Patch Changes
5.3.4
Patch Changes
- #3170
cee2c8322Thanks @danielhover! - Add mark support for slider and apply bauhaus styling
5.3.3
Patch Changes
- 
#3174 d521b8261Thanks @jhines-hover! - Fix publishConfig for all packages
- 
Updated dependencies [ d521b8261]:- @hoverinc/blueprint-theme@3.26.2
- @hoverinc/tokens-typography@6.8.2
- @hoverinc/utilities@0.19.5
 
5.3.2
Patch Changes
- #3172
869e50cdeThanks @jhines-hover! - Switches all packages from the npm registry namespace to the github registry namespace
- Updated dependencies
[869e50cde]:- @hoverinc/blueprint-theme@3.26.1
- @hoverinc/tokens-typography@6.8.1
- @hoverinc/utilities@0.19.4
 
5.3.1
Patch Changes
- 
#3146 2d015ddadThanks @jrolfs! - Remove background fromfilledvariant of Radio as it should inherit the background from its parent container. We may want to do the same for the default variant.
- 
#3143 c697b43c1Thanks @jrolfs! - Fix the vertical padding on BinaryButton by ensuring the Capsize adjustment applied in RadioButton and CheckButton is not applied to BinaryButton content
- 
#3143 a2f5b5094Thanks @jrolfs! - Transition selected state for CheckButton, RadioButton and BinaryButton
5.3.0
Minor Changes
Patch Changes
- 
#3140 3da2a7d79Thanks @jrolfs! - Fix the aligment for Link withiconBeforeoriconAfterso that the text and icon are aligned to the baseline of the inline text content and theline-heightof the inline content stays constant
- 
#3140 6801b887dThanks @jrolfs! - Ensure links without thehrefattribute (or linksas="button"with thedisabledattribute) appear disabled.
- 
#3140 d61b89c7fThanks @jrolfs! - DefaultcolorSchemeto neutral on Link and update color schemes to match the semantic color schemes for the Bauhaus theme.
- 
Updated dependencies [ 745c9196a,9cf0c31b9,d61b89c7f]:- @hover/blueprint-theme@3.26.0
 
5.2.0
Minor Changes
- 
#3132 31faf5a80Thanks @jrolfs! - Theme Radio for Bauhaus including support for dark mode
- 
#3132 286fd95f6Thanks @jrolfs! - Theme Checkbox component for Bauhaus
Patch Changes
- #3132
286fd95f6Thanks @jrolfs! - Use CSS instead of Motion to animate the background color change in Checkbox to improve performance and prevent the need to readcolorModefrom context
5.1.0
Minor Changes
- #3117
6d52d4746Thanks @ALacker! - Update toggle for bauhaus theme, including changing the default size to small
5.0.1
Patch Changes
- #3128
cde193144Thanks @JeuelyFish! - include changes to header for sheet component
5.0.0
Major Changes
- #3098
b08df9df6Thanks @nikita-chabaniuk! - Fixed the modal version of Sheet component
4.33.2
Patch Changes
- #3095
00269e56eThanks @jrolfs! - Revert fix for Sheet header background as it's causing the sheet contents to shift up incorrectly in some cases
4.33.1
Patch Changes
- #3091
50d5ed4beThanks @guilhermealexandredev! - Update dark mode design system components to use lighter neutral background color
4.33.0
Minor Changes
- 
#3076 929492282Thanks @guilhermealexandredev! - Add dark mode support to Sheet, Checkbox, and Accordion components (including thecolorModeprop to force the mode directly on each component).
- 
#3086 c926927e3Thanks @jrolfs! - Theme Tabs for Bauhaus includingdotvariant
Patch Changes
- Updated dependencies
[c926927e3]:- @hover/blueprint-theme@3.25.0
 
4.32.0
Minor Changes
Patch Changes
- 
#3043 da8cff78bThanks @jrolfs! - Set table cell color to interactive.primary and adjust heading color for new neutral scale
- 
#3043 d32868334Thanks @jrolfs! - Adjust default color scheme Tag for new neutral scale
- 
#3043 d14e806f3Thanks @jrolfs! - Add missing neutral.600 to neutral scale and shift all colors above it up one to the correct color per Figma: https://www.figma.com/design/ospfvPhcqPs1PjerSigtX0/Bauhaus---Foundations?node-id=5622-481&node-type=frame&t=gEK0EI2g0MF46y51-11
- 
#3043 6b67c740eThanks @jrolfs! - Adjust Breadcrumb item color for new neutral scale
- 
#3043 bdbeecb15Thanks @jrolfs! - Update disabled, dark mode, primary button background to work with updated neutral color scale
- 
#3043 dbf1fb0ddThanks @jrolfs! - Update the label color for Checkbox, Radio and other controls that compose those components or share common theme parts to interactive.primary per the latest designs in Figma.
- 
Updated dependencies [ d14e806f3]:- @hover/blueprint-theme@3.24.3
 
4.31.1
Patch Changes
- #3063
20fe7a922Thanks @nickcobbett! - changes for binary button updates
4.31.0
Minor Changes
4.30.0
Minor Changes
- #3058
3b86400c6Thanks @nickcobbett! - missed this bump when adding BinaryButton
4.29.0
Minor Changes
4.28.0
Minor Changes
- 
#2972 ddcaa8123Thanks @fhuyghe! - Add new animation for the dark variant of the Gallery.
- 
#2985 70eec9fadThanks @aculkin! - ### Placement prop cleanupClean up the implementation of the left placement of the sheet component Bump package versionBump the package version from a previously un-bumped change from PR-2916 - Link to original PR: This
should have bumped the @hover/chakra-themepackage
- Link to the Version Packages PR:
This should have included a release for the @hover/chakra-themepackage
 
- Link to original PR: This
should have bumped the 
4.27.1
Patch Changes
4.27.0
Minor Changes
- 
#2927 5ca3d0553Thanks @fhuyghe! - Adds Bauhaus extra theme entrypoint and theme for Gallery.The new theme needs to be added to the DesignSystemProvider like so: 
Patch Changes
- Updated dependencies
[5ca3d0553]:- @hover/blueprint-theme@3.24.0
 
4.26.1
Patch Changes
- 
#2847 6b096e72eThanks @ALacker! - Update spacing for icon buttons
- 
Updated dependencies [ e73a8dfeb]:- @hover/blueprint-theme@3.23.2
 
4.26.0
Minor Changes
Patch Changes
4.25.4
Patch Changes
- 
#2900 75a17b0b7Thanks @nikita-chabaniuk! - Change the aligment of radioTile and radioCheckbox
- 
Updated dependencies [ 6bfb6f7bf]:- @hover/blueprint-theme@3.21.0
- @hover/tokens-typography@6.7.0
 
4.25.3
Patch Changes
- #2875
65e47c4cbThanks @tricia-work! - Accordion: Update button padding for accessibility
4.25.2
Patch Changes
- #2870
2fc03d431Thanks @nikita-chabaniuk! - removing the dash on placeholder option and fix for Select component in windows
4.25.1
Patch Changes
- #2877
96d7ad810Thanks @jrolfs! - Bump the version on @hover/blueprint-theme to fix the recent Chakra upgrade as @hover/blueprint-theme contains an important theme helper function for the upgrade
- Updated dependencies
[96d7ad810]:- @hover/blueprint-theme@3.20.0
 
4.25.0
Minor Changes
- 
#2868 a42d8a617Thanks @jhines-hover! - This upgrades Chakra to 2.8.2 to allow consumers of @hover/blueprint to upgrade to Typescript 5+.โ ๏ธ While we've done our best to ensure the Chakra upgrade doesn't result in any breaking changes, there's still a small chance some styling or behavior has some subtle changes - Unfortunately, Chakra made a subtle breaking change in how it parses the
theme when producing the theme CSS variables
- toCSSVarfrom @chakra-ui/system started causing our color functions that live on the theme to be serialized into the CSS variable output, which breaks the theme
- To work around this, we override toStringon those functions, which prevents them from being serialized intoCSSVars
 
- The Stackcomponent was migrated from the lobotomized owl selector to native flexgap- This can subtly break our layouts, so we backported the ๐ฆ-based spacinginto our Stack
 
- This can subtly break our layouts, so we backported the ๐ฆ-based 
- Upgrade to TypeScript 5 in the demo and documentation applications
- This requires moving off of jsxImportSourcefor Emotion
 
- This requires moving off of 
 
- Unfortunately, Chakra made a subtle breaking change in how it parses the
theme when producing the theme CSS variables
4.24.0
Minor Changes
Patch Changes
- Updated dependencies
[c0f80837]:- @hover/blueprint-theme@3.19.0
 
4.23.2
Patch Changes
4.23.1
Patch Changes
- #2841
e6f85609Thanks @ALacker! - fixes spacing on iconButtons adds styling for glass toggleButtons that makes them more similar to the FilterChip designs makes tertiary button text legible (these will be immediately deprecated, but still better practice to fix it in case I missed one) removes underline for button as="a" uses box-sizing: border-box (which maintains previous behavior)
4.23.0
Minor Changes
- 
#2832 a7ccf534Thanks @ALacker! - Update button styling to BauhausSignificant API changes are: - Adding colorMode instead of using colorScheme: 'light' | 'dark'
- Using variants of primary/secondary/glass/ghost instead of primary/secondary/tertiary
 
Patch Changes
- Updated dependencies
[a7ccf534]:- @hover/blueprint-theme@3.18.0
 
4.22.0
Minor Changes
- 
#2831 3c9698d8Thanks @jrolfs! - Add new Bauhaus semantic color alias, for example:<system.buttonbackground="interactive.primary"color="interactive.primaryInvert"/>
Patch Changes
- Updated dependencies
[3c9698d8]:- @hover/blueprint-theme@3.17.0
 
4.21.0
Minor Changes
- 
#2821 fca506cfThanks @tricia-work! - Add Accordion and AccordionItem components<Accordion><AccordionItemheaderContent={<Heading noMargin size="small">Simple item</Heading>}>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmodtempor incididunt ut labore et dolore magna aliqua.</AccordionItem><AccordionItemheaderContent={<Heading noMargin size="large">Custom item</Heading>}iconType="plus-minus"><BoxbackgroundColor="neutral.100"borderRadius="200"mt="400"padding="200">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmodtempor incididunt ut labore et dolore magna aliqua. Ut enim ad minimveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex eacommodo consequat.</Box></AccordionItem></Accordion>
Patch Changes
- Updated dependencies
[ce576561]:- @hover/tokens-typography@6.6.1
- @hover/blueprint-theme@3.16.1
 
4.20.0
Minor Changes
- #2809
98734ac4Thanks @aculkin! - Update the sheet component to respect the full spectrum of size and variant options
Patch Changes
4.19.1
Patch Changes
- #2807
36f4245fThanks @jrolfs! - Fix broken manual release that went out for @hover/blueprint@1.58 along the bumped depedencies (@hover/blueprint-theme and @hover/chakra-theme).
- Updated dependencies
[36f4245f]:- @hover/blueprint-theme@3.15.1
 
4.19.0
Minor Changes
- #2787
2588c506Thanks @jrolfs! - Theme TextInput and Select for Bauhaus and update Select to support a properly styled placeholder
Patch Changes
- Updated dependencies
[2588c506]:- @hover/blueprint-theme@3.15.0
 
4.18.0
Minor Changes
- #2783
ae7c621cThanks @danielhover! - Add "modal" variant to Sheet
Patch Changes
- Updated dependencies
[ae7c621c]:- @hover/blueprint-theme@3.14.0
 
4.17.0
Minor Changes
Patch Changes
4.16.2
Patch Changes
- 
#2767 e64c4d09Thanks @jrolfs! - Bring font size in buttons down to 14px to match designs
- 
#2767 180e749cThanks @jrolfs! - Update icon sizing to remove interstitial20pxsize per final designs
- 
#2767 ad4549e3Thanks @jrolfs! - Move icon spacing into theme for Button in order to apply correct spacing for icons in Bauhaus buttons
- 
Updated dependencies [ 180e749c]:- @hover/blueprint-theme@3.12.2
 
4.16.1
Patch Changes
- 
#2760 7866f580Thanks @jrolfs! - Make accessing colors using the legacy theme structure (e.g:colors.primary500) instead of the current nested structure (e.g:colors.primary[500]) consistent when using the Bauhaus theme (as well as the /next theme for good measure).In the next major version, we should consider removing the legacy structure altogether to reduce confusion, but this prevents a far worse version of confusion where a developer would get the legacy color despite accessing useTheme()within DesignSystemProvider (Bauhuas) or NextProvider when they access the color using the old theme structure.
- 
Updated dependencies [ 7866f580]:- @hover/blueprint-theme@3.12.1
 
4.16.0
Minor Changes
Patch Changes
- 
#2750 54ed828dThanks @jrolfs! - Fix selection indicator size forfilledvariant on Radio component
- 
Updated dependencies [ fd416f66,a9ff6f34]:- @hover/blueprint-theme@3.12.0
 
4.15.0
Minor Changes
Patch Changes
- Updated dependencies
[f915ed4b]:- @hover/blueprint-theme@3.11.0
 
4.14.1
Patch Changes
- #2734
4f36119eThanks @jrolfs! - Fix mispelledbauhausentry in thefilesfield of the package.json for @hover/tokens-typography. This fixes import errors when trying to import the/bauhaustokens.
- Updated dependencies
[4f36119e]:- @hover/tokens-typography@6.5.1
- @hover/blueprint-theme@3.10.1
 
4.14.0
Minor Changes
Patch Changes
- 
#2729 3e21fd1aThanks @tricia-work! - Add 80px value to spacing tokens
- 
Updated dependencies [ c4bc08d2,3f21a2c2,c4bc08d2,3e21fd1a]:- @hover/tokens-typography@6.5.0
- @hover/blueprint-theme@3.10.0
 
4.13.0
Minor Changes
- #2719
2fcdb519Thanks @aculkin! - Add a "full" size option to the sheet component which allows it to take up the full height of the viewport instead of be responsive to its content.
4.12.0
Minor Changes
Patch Changes
- 
#2715 603da62eThanks @jrolfs! - Reset native browser styles on the following components:- Breadcrumb - remove marginandpaddingfrom items
- Kbd - explicitly set border-styletosolid
- Popover - set box-sizingon content toborder-box
 
- Breadcrumb - remove 
- 
Updated dependencies [ 51d0d973]:- @hover/blueprint-theme@3.9.0
- @hover/tokens-typography@6.4.4
 
4.11.1
Patch Changes
- #2713
d530abf0Thanks @jrolfs! - Bump @hover/chakra-theme to actually get the fix for usingas="a"with the Button component without thetext-decorationunderline applied.
4.11.0
Minor Changes
- 
#2697 ebf4cbadThanks @jrolfs! - Update the styles for theneutralLink'scolorSchemeto support the/nexttheme and add theisUnderlinedprop to Link to support adding a persistent underline in cases where the link would otherwise be difficult to discern as a link within other text.With the new visual design that the /nexttheme supports, links are often displayed without the primary color scheme applied. SetcolorSchemetoneutralto achieve this.<Link colorScheme="neutral" href="#">Next</Link>If you need the link to stand out as a call-to-action inline with text of the same color, pass isUnderlined.<Body>Here's some text with a <Link colorScheme="neutral" isUnderlined href="#">neutral link</Link>  in it.</Body>
Patch Changes
- #2701
dda9d003Thanks @JeuelyFish! - Fix spacing and alignment issue with Next Radio Tile's label and its checkbox, also updates hover color.
- Updated dependencies
[ebf4cbad]:- @hover/blueprint-theme@3.8.0
 
4.10.0
Minor Changes
- #2695
f1db4daeThanks @richardhover! - Update next theme for progress bar for neutral color scheme
4.9.1
Patch Changes
- 
3560d519Thanks @jrolfs! - Addfilledvariant to Checkbox and Radio type
- 
Updated dependencies [ 3560d519]:- @hover/blueprint-theme@3.7.4
 
4.9.0
Minor Changes
- 
#2678 951508e7Thanks @jrolfs! - Theme Radio component in/nexttheme
- 
#2681 2e887a95Thanks @jrolfs! - Update Link styles for/nextfor next theme (focus state)
- 
#2678 951508e7Thanks @jrolfs! - Addfilledvariant for Radio (only supported in/nexttheme)
Patch Changes
- 
#2678 951508e7Thanks @jrolfs! - Tweak Toggle (aka **Switch) styles in/nexttheme
- 
#2682 7ed909ecThanks @jrolfs! - Fix label alignment for Checkbox and Radio in/nexttheme by applying Capsize (unlessalignItemsis set tobaselinefor wrapping labels)
4.8.1
Patch Changes
- 
#2674 e2baf219Thanks @jrolfs! - Bring Capsize metrics for Diatype back closer to the extracted metrics. The previous tweaks overdid it and it turns out the main issue with vertical alignment at this point is our non-standardfont-sizes andline-heighta.s
- 
#2674 c1132c48Thanks @jrolfs! - Target Button label with selector that prevents selecting nestedspan
- 
Updated dependencies [ e2baf219]:- @hover/tokens-typography@6.4.3
- @hover/blueprint-theme@3.7.3
 
4.8.0
Minor Changes
- 
#2670 a5efd5b4Thanks @jrolfs! - Fix disabled state for dark mode (colorScheme="light") CheckButton and ToggleButton
- 
#2668 e07620ddThanks @jrolfs! - Add heading text presets that include both Capsize andmargin-bottom
Patch Changes
- 
#2670 fa99a151Thanks @jrolfs! - Give selected CheckButton a:hoverstate (but not CheckRadio since a<input type="radio" />can't be unchecked by clicking on the same input)
- 
#2668 53ca5323Thanks @jrolfs! - Use/nexttheme radii token keys for the type incssVariables.radius()to make sure we support new border radii (the next radii tokens are a superset of the old tokens)
- 
Updated dependencies [ c526888a,a20db432,a20db432]:- @hover/blueprint-theme@3.7.2
- @hover/tokens-typography@6.4.2
 
4.7.1
Patch Changes
- 
#2665 7e991723Thanks @jrolfs! - Publish missing assets for @hover/tokens-typography
- 
#2665 188329ddThanks @jrolfs! - Apply Capsize correctly to/nextButton when using a responsizesizevalue
- 
Updated dependencies [ 7e991723]:- @hover/tokens-typography@6.4.1
- @hover/blueprint-theme@3.7.1
 
4.7.0
Minor Changes
- 
#2661 3a55c1caThanks @jrolfs! - Add textStyles that include typography adjustments for aligning inline text based on the height of capital letters instead of solelyline-height(using Capsize metadata tokens added to @hover/tokens-typography and @hover/blueprint-theme).import { system } from '@hover/blueprint';<system.span textStyle="body500WithCapsize">Capsized text</system.span>;
- 
#2661 3a55c1caThanks @jrolfs! - Fix heading with margin text styles in/nexttheme (heading500WithMargin, etc.) to use fixed margins @hover/tokens-typography/next tokens.
- 
#2661 ec26c70bThanks @jrolfs! - Use Capsize adjusted text styles for/nextButton theme
Patch Changes
- Updated dependencies
[ff1138b4,caa21302,af3fecad,4b71d7d7]:- @hover/blueprint-theme@3.7.0
- @hover/tokens-typography@6.4.0
 
4.6.5
Patch Changes
- 
#2662 c21fb137Thanks @jrolfs! - Upgrade Ramda for compatibility with latest Node versions
- 
Updated dependencies [ c21fb137]:- @hover/blueprint-theme@3.6.2
 
4.6.4
Patch Changes
- #2657
9f311f10Thanks @dezman! - Separate top and right spacing for close X button in Sheet component, reduce right spacing to 400
4.6.3
Patch Changes
- 
#2651 eccee628Thanks @dezman! - Update bottom sheet to have equal top and right spacing (300) on the close button X. Also updated the demo app to have a bottom sheet.
- 
#2651 eccee628Thanks @dezman! - Remove rounded corners from Sheet component, bottom Sheet will now open with hard corners and no border radius.
4.6.2
Patch Changes
- 
#2650 d60ff416Thanks @bfranzen19! - Fix issue in Popover where it might not get the correct font in some cases by specifyingfont-familyin the Popover theme
- 
#2645 58a07fe1Thanks @danielhover! - Fixes issue where sheet container would flow under safari tabs on ipad
4.6.1
Patch Changes
- d47543f1Thanks @jrolfs! - One last bump to get the new font to propagate correctly through the transitive dependencies ๐คฆ๐ป
- Updated dependencies
[d47543f1]:- @hover/blueprint-theme@3.6.1
- @hover/tokens-typography@6.3.1
 
4.6.0
Minor Changes
4.5.1
Patch Changes
- #2634
2279dcbaThanks @jrolfs! - Fix selector that prevents Button from displaying a:hoverstate when disabled
4.5.0
Minor Changes
4.4.0
Minor Changes
Patch Changes
- Updated dependencies
[9d2260b7]:- @hover/blueprint-theme@3.5.0
 
4.3.3
Patch Changes
- 
ef79625fThanks @jrolfs! - Fix typo in new headingline-height
- 
Updated dependencies [ ef79625f]:- @hover/tokens-typography@6.2.2
- @hover/blueprint-theme@3.4.4
 
4.3.2
Patch Changes
- 377f7459Thanks @jrolfs! - Adjust- font-sizeand- line-heightfor Heading preset 700 to match H3 font style in Figma (essentially we were missing a heading sixze from the original tokens that were provided)
- Updated dependencies
[377f7459]:- @hover/tokens-typography@6.2.1
- @hover/blueprint-theme@3.4.3
 
4.3.1
Patch Changes
- 
a6c22531Thanks @jrolfs! - Update motion tokens to get firm and soft preset tweaks
- 
Updated dependencies [ a6c22531]:- @hover/blueprint-theme@3.4.2
 
4.3.0
Minor Changes
4.2.0
Minor Changes
- 
#2602 5cca450cThanks @jrolfs! - Add CheckButton and RadioButton components for representing selections with Button-like components
- 
#2602 37f3fb01Thanks @jrolfs! - Addtheme.components.isNextflag for adapting theme conditionally based on applied theme
Patch Changes
4.1.0
Minor Changes
- 
#2596 2a635aa8Thanks @jrolfs! - Include allz-indexvalues in scale exported from@hover/chakra-theme/foundationso they can be accessed statically without relying on theme context
- 
#2592 92979fe4Thanks @jrolfs! - Theme CloseButton in next theme
- 
#2592 1a1ba535Thanks @jrolfs! - Add and theme Sheet component
- 
#2597 f2de206dThanks @jrolfs! - Theme button for/nexttheme and update API withvariantandcolorSchemefor new theme. Map existingfillvalues to new variants respectively when the new theme is enabled.
Patch Changes
- 
Updated dependencies [ f2de206d,2b766c23,53b340e8,2a0ca6e8,586769d9,f409723b,1a1ba535]:- @hover/blueprint-theme@3.4.0
- @hover/tokens-typography@6.2.0
 
4.0.0
Major Changes
- 
#2587 046ad168Thanks @jrolfs! - - Remove all Chakra foundation type definitions fromThemetype used to type the theme returned fromuseTheme()and thethemeexport- Remove Chakra foundation tokens for radii,shadows,sizesandspace(scales we explicitly provide and want to avoid allowing the default Chakra theme values from being used)
 The remaining Chakra tokens (besides zIndices) will likely be removed in a future release.
- Remove Chakra foundation tokens for 
Minor Changes
- 
#2587 4385115dThanks @jrolfs! - Add new size tokens available at/next
- 
#2587 e304b641Thanks @jrolfs! - Add new space tokens available at/next
- 
#2587 de6f572dThanks @jrolfs! - Add new border radius tokens available at/next
- 
#2587 71fad932Thanks @jrolfs! - Add border width presets that don't include border color (width400etc.) so that color can be applied separately:Before: <Box borderWidth="400" borderStyle="solid" borderColor="neutral.500" />After: <Box border="width400" borderColor="neutral.500" />
Patch Changes
- Updated dependencies
[4385115d,e304b641,de6f572d,71fad932]:- @hover/blueprint-theme@3.3.0
- @hover/tokens-typography@6.1.1
 
3.2.0
Minor Changes
- 
#2585 70a2a288Thanks @jrolfs! - Adddarkcolor scheme for Popover
- 
#2585 a85dd33dThanks @jrolfs! - Addlightcolor option for Button
Patch Changes
- #2585
e5f19c18Thanks @jrolfs! - Fix Popoverz-index(set it topopovertheme value which is1500, I'm not sure why the default Chakra theme hard-codes10)
- Updated dependencies
[a85dd33d]:- @hover/blueprint-theme@3.2.0
 
3.1.0
Minor Changes
Patch Changes
- Updated dependencies
[0c46b22d]:- @hover/blueprint-theme@3.1.0
 
3.0.0
Major Changes
- 
#2561 d312e19aThanks @jrolfs! - Move color helpers from direct exports at the/foundationentrypoint to thecolorstheme scale.import {alpha,colorValueFor,softColorFor,colorFor,} from '@hover/chakra-theme/foundation';export const MyComponentTheme = {baseStyle: {background: alpha(0.5, 'primary.800'),},};export const MyComponentTheme = {baseStyle: ({ theme }) => ({background: theme.colors.alpha(0.5, 'primary.800'),}),};BREAKING CHANGE: color helpers like alphaetc. now must be accessed from the theme.
Minor Changes
- 
#2561 96247010Thanks @jrolfs! - Decouple shadow theme definitions from color tokens so colors can be changed at the theme level and will be reflected in shadows.
- 
#2561 90dab173Thanks @jrolfs! - Decouple border presets from color tokens
Patch Changes
- 58580329Thanks @jrolfs! - Fix- z-indexregression in Modal, Dialog, and Drawer components that was introduced when we removed the default Chakra theme from those components.
- Updated dependencies
[d312e19a,659b9994,90dab173]:- @hover/blueprint-theme@3.0.0
 
2.3.2
Patch Changes
2.3.1
Patch Changes
- 
c3d40912Thanks @jrolfs! - Bump typography tokens to fix missing/nextentrypoint issue
- 
Updated dependencies [ 987a249b,c3d40912]:- @hover/tokens-typography@6.1.0
- @hover/blueprint-theme@2.0.1
 
2.3.0
Minor Changes
- 
#2542 70fb7182Thanks @jrolfs! - Start making new visual design available at/nextentrypoint starting with typography
- 
#2542 fadf264bThanks @jrolfs! - Remove dependency on default theme for Popover and remove content borders (they can be applied viabodyPropsetc. but weren't easily removed when defined in the theme)
- 
#2542 4e264f1dThanks @jrolfs! - Remove legacy typography (newTypographyhas been the default onBlueprintProviderfor a long time now and setting it tofalsenow has no effect)
Patch Changes
- 
#2542 62aaef19Thanks @jrolfs! - Ensure tab content in Tabs is vertically centered in theprimaryvariant by offsetting the indicator border thickness withpadding-topin thehorizontalorientation.
- 
#2542 6d973d89Thanks @jrolfs! - Apply Checkboxcolorat the container level so that it can be overridden via thecolorstyle prop
- 
#2542 e1e8cae3Thanks @jrolfs! - Fix type onvariablehelper to include alpha palettes
- 
#2542 1fff0587Thanks @jrolfs! - Fix icon spacing and sizing in Dropdown when using a responsive value forsize
- 
Updated dependencies [ 64cb0039,64cb0039,22389a10,22389a10]:- @hover/tokens-typography@6.0.0
- @hover/blueprint-theme@2.0.0
 
2.2.0
Minor Changes
- #2507
cdf3210bThanks @jrolfs! - Add support forautosize to Modal and Dialog components that allows the modal content to determine the size of the modal container
Patch Changes
- 
#2507 85834cffThanks @jrolfs! - Fix overflow in Modal and Dialog components when usingfullsize
- 
Updated dependencies [ cdf3210b]:- @hover/blueprint-theme@1.6.0
 
2.1.1
Patch Changes
- 867c7cb0Thanks @jrolfs! - Improve Progress indeterminate state and add short CSS transition for value changes
2.1.0
Minor Changes
2.0.0
Major Changes
- 
#2481 17ef417cThanks @jrolfs! - Prevent theme from inheriting Chakra's default breakpointsโ ๏ธ BREAKING CHANGE: we never officially supported or promoted using the default breakpoints from Chakra's theme, but there's a small chance some code was relying one them unknowingly (for example, array-style responsive style props). 
Patch Changes
- Updated dependencies
[37aafd59]:- @hover/utilities@0.19.0
- @hover/blueprint-theme@1.5.2
 
1.6.2
Patch Changes
1.6.1
Patch Changes
1.6.0
Minor Changes
Patch Changes
- 
f5ae27feThanks @jrolfs! - Add @chakra-ui/styled-system as a dependency to satisfy peer dependency from @chakra-ui/theme-tools
- 
#2472 a92aff37Thanks @jrolfs! - Explicitly setpaddingto 0 on Link component to override any default styling applied when theasprop is set to something likebutton
- 
Updated dependencies [ 014ed1b2]:- @hover/utilities@0.17.1
 
1.5.1
Patch Changes
1.5.0
Minor Changes
Patch Changes
- #2378
6aa86bdbThanks @jrolfs! - Fix negative space token values (we were inverting the key to produce-100,-200from100,200etc., but weren't inverting the token value ๐คญ)
- Updated dependencies
[d38ff611,76de5b94,c900b1c6,7b12c44e,3087c5ae,f7b7d316]:- @hover/blueprint-theme@1.5.0
- @hover/utilities@0.17.0
 
1.4.1
Patch Changes
1.4.0
Minor Changes
- 
#2371 f138c5f1Thanks @jrolfs! - Add support forstatus="loading"and confirm button in Alert (viaonConfirmClick)
- 
#2371 1462bf92Thanks @jrolfs! - Addlargesize for CloseButton
Patch Changes
- 
#2354 5b800830Thanks @jrolfs! - Fix selection bug inMenuItemOptionwhen used astype="checkbox".(upgrade @chakra-ui/react to 2.3.1 to get fix released in @chakra-ui/menu@2.0.13) 
- 
#2371 71c6a22bThanks @jrolfs! - Fix neutral background color ofminimalvariant forCloseButton
- 
#2371 dab9bf16Thanks @jrolfs! - Adjust font sizing slightly to makeCodework better inline withBodytext
- 
Updated dependencies [ c909cea0,1462bf92]:- @hover/blueprint-theme@1.4.0
 
1.3.2
Patch Changes
- 
#2353 9743158fThanks @jrolfs! - Fix @chakra-ui/* pinning to avoid duplicate dependencies
- 
Updated dependencies [ 021c7d91]:- @hover/utilities@0.16.1
 
1.3.1
Patch Changes
- 
#2320 febfba7aThanks @jrolfs! - Pin Chakra dependencies. We've run into too many compatibility issues with minor Chakra releases.
- 
Updated dependencies [ e3fc88bc]:- @hover/utilities@0.16.0
- @hover/blueprint-theme@1.3.1
 
1.3.0
Minor Changes
1.2.1
Patch Changes
1.2.0
Minor Changes
- 
#2254 92bde7bbThanks @jrolfs! - Add theme for new Dropdown component and new/extraentrypoint for component themes that aren't part of the core component set
- 
#2254 e27d7469Thanks @jrolfs! - Addalphaandtransitionstyle helpers (moved from @hover/blueprint)
- 
#2254 1af88d7dThanks @jrolfs! - Addmenuvariant to List component with similar styling to the list from Menu
- 
#2254 9126573eThanks @jrolfs! - Addsoftvariant to CloseButton component
- 
#2254 4aa6819eThanks @jrolfs! - Expose color type guards (isColor,isBrandColorScheme,isColorScheme,isNeutralScheme)
Patch Changes
1.1.4
Patch Changes
1.1.3
Patch Changes
- Updated dependencies
[ea06df2e,a344535a,16c4b810]:- @hover/utilities@0.15.0
- @hover/blueprint-theme@1.2.0
 
1.1.2
Patch Changes
- #2182
ecb00654Thanks @jrolfs! - Fix some styling issues in Tabs with Chakra 2 by removing default Chakra theme styling altogether for tabs
1.1.1
Patch Changes
1.1.0
Patch Changes
- Updated dependencies
[479db9f3]:- @hover/blueprint-theme@1.1.0
 
1.0.0
Major Changes
- 
#1916 38e4d7eaThanks @jrolfs! - Simplify variants for Button a ton so that nowvariantmaps directly to what used to befill(solid,outline,minimal) instead of a combination offillandshape(solid-box,solid-square, ... ,outline-box, etc.)BREAKING CHANGE: Button now defaults to a border-radiusof300, if you want to implement the pill shape, you'll need to do that manually (like we do now inButtonin @hover/blueprint)
- 
#1916 14fb2eebThanks @jrolfs! - Lock downcolorSchemetype to supported system color schemes and rename one-offneutralLightandneutralDarkschemes used in Tooltip and Tag tolightanddark(and include them as standard system themes)BREAKING CHANGE: neutralLightandneutralDarkhave been renamed tolightanddarkfor Tag and Tooltip
- 
#1916 35a40aa2Thanks @jrolfs! - Specify style prop and component theme types using feature added in #5579. This improves the TypeScript experience of @hover/chakra-theme (and @hover/blueprint) considerably and removes the need to use @chakra-ui/cli to get proper type definitions.BREAKING CHANGE: component theming props ( size,variant, andcolorScheme) are now strictly type-checked and invalid values will cause type errors.
Minor Changes
- 
#1916 8115aaa9Thanks @jrolfs! - Add helpers for creating CSS variables that reference the variables that Chakra creates from our theme foundation (tokens).โ ๏ธ Chakra automatically outputs these variables when style props are used, so they're only necessary when the value needs to be referenced for some reason import { calc } from '@chakra-ui/theme-tools';import { variables } from '@hover/chakra-theme';variables.color('primary.100').reference; // `var(--hover-colors-primary-100)`calc.multiply(variables.space(100), -1); // `calc(var(--hover-space-100) * -1)`
- 
#1916 1041ba22Thanks @jrolfs! - Support negative space tokens (mostly for consistency with Chakra, but negativemarginmight come in handy in some legitimate use cases?)
- 
#1916 1c6393f5Thanks @jrolfs! - AddColorunion type (primary.100,primary.200, etc.)
- 
#1916 14175551Thanks @jrolfs! - AddBreakpointValuehelper type for specifying a responsive style prop that adheres strictly to our system breakpoints
Patch Changes
- 
#1916 a9f5dcfeThanks @jrolfs! - Fix:focus-visiblestate for Link component for Chakra 2+ (was receiving overlapping default shadow from Chakra)
- 
#1916 fca37074Thanks @jrolfs! - Fix dimensions of Switch for Chakra latest version of Chakra.
- 
#1916 3e945461Thanks @jrolfs! - Make disabled secondary tab color a bit darker (probably still a contrast issue, but we don't really have a suitable neutral color right now)
- 
#1916 a57339cdThanks @jrolfs! - FixColortype to exclude0hue from all scales but neutral
- 
#1916 3844ff2bThanks @jrolfs! - Add missing part to Checkbox theme (fixes broken TileCheckbox with Chakra 2.0)
- 
#1916 bacded8dThanks @jrolfs! - Fix text alignment in Tag in Chakra 2.0 by applyingline-heighttolabeltheme part
- 
Updated dependencies [ 1639b45c,14175551,8d96471a,2cfe272c,14fb2eeb]:- @hover/blueprint-theme@1.0.0
 
1.0.0-next.1
Major Changes
- 
#1916 20c010ecThanks @jrolfs! - Lock downcolorSchemetype to supported system color schemes and rename one-offneutralLightandneutralDarkschemes used in Tooltip and Tag tolightanddark(and include them as standard system themes)BREAKING CHANGE: neutralLightandneutralDarkhave been renamed tolightanddarkfor Tag and Tooltip
- 
#1916 44ba70f2Thanks @jrolfs! - Specify style prop and component theme types using feature added in #5579. This improves the TypeScript experience of @hover/chakra-theme (and @hover/blueprint) considerably and removes the need to use @chakra-ui/cli to get proper type definitions.BREAKING CHANGE: component theming props ( size,variant, andcolorScheme) are now strictly type-checked and invalid values will cause type errors.
Minor Changes
- #1916
45558e0bThanks @jrolfs! - Support negative space tokens (mostly for consistency with Chakra, but negativemarginmight come in handy in some legitimate use cases?)
Patch Changes
- 
#1916 98b2d002Thanks @jrolfs! - FixColortype to exclude0hue from all scales but neutral
- 
Updated dependencies [ 2f11033c,119c5cc8,20c010ec]:- @hover/blueprint-theme@1.0.0-next.1
 
1.0.0-next.0
Major Changes
- 
#2089 3834bf50Thanks @jrolfs! - Simplify variants for Button a ton so that nowvariantmaps directly to what used to befill(solid,outline,minimal) instead of a combination offillandshape(solid-box,solid-square, ... ,outline-box, etc.)BREAKING CHANGE: Button now defaults to a border-radiusof300, if you want to implement the pill shape, you'll need to do that manually (like we do now inButtonin @hover/blueprint)
Minor Changes
- 
#2089 33fedf38Thanks @jrolfs! - Add helpers for creating CSS variables that reference the variables that Chakra creates from our theme foundation (tokens).โ ๏ธ Chakra automatically outputs these variables when style props are used, so they're only necessary when the value needs to be referenced for some reason import { calc } from '@chakra-ui/theme-tools';import { variables } from '@hover/chakra-theme';variables.color('primary.100').reference; // `var(--hover-colors-primary-100)`calc.multiply(variables.space(100), -1); // `calc(var(--hover-space-100) * -1)`
- #2089
ba0c6522Thanks @jrolfs! - AddBreakpointValuehelper type for specifying a responsive style prop that adheres strictly to our system breakpoints
Patch Changes
- #2089
f54c07e8Thanks @jrolfs! - Fix:focus-visiblestate for Link component for Chakra 2+ (was receiving overlapping default shadow from Chakra)
- #2089
1dbac854Thanks @jrolfs! - Make disabled secondary tab color a bit darker (probably still a contrast issue, but we don't really have a suitable neutral color right now)
- #2089
3a1a03f3Thanks @jrolfs! - Add missing part to Checkbox theme (fixes broken TileCheckbox with Chakra 2.0)
- #2089
ce41a6b4Thanks @jrolfs! - Fix text alignment in Tag in Chakra 2.0 by applyingline-heighttolabeltheme part
- Updated dependencies
[ba0c6522,b52324b8]:- @hover/blueprint-theme@1.0.0-next.0
 
0.56.1
Patch Changes
- Updated dependencies
[e74fcd2d]:- @hover/utilities@0.14.0
 
0.56.0
Minor Changes
Patch Changes
0.55.2
Patch Changes
0.55.1
Patch Changes
- Updated dependencies []:
- @hover/blueprint-theme@0.55.1
- @hover/tokens-typography@5.1.2
 
0.55.0
Minor Changes
- 38dc7507Thanks @jrolfs! - Use smaller font size in Badge on account of the capitalization and to center text vertically
0.54.3
Patch Changes
- 
#1991 cf646a92Thanks @cpalmatier! - Useneutral.disabledfor Links withouthref
- 
#1991 8aabfd6fThanks @cpalmatier! - Apply border correctly forverticalDividers
0.54.2
Patch Changes
- #1973
608a0ea3Thanks @jrolfs! - Fix issue in Heading that causedisLightto use the incorrect color
0.54.1
Patch Changes
- Updated dependencies
[9924631c]:- @hover/utilities@0.12.0
 
0.54.0
Minor Changes
Patch Changes
- 
#1925 d0b85e8eThanks @jrolfs! - Override CSS reset that appliesappearance: buttonto tabs (which made the tabs look "rounded" in mobile Safari etc.)
- 
#1925 524324e5Thanks @jrolfs! - Fix arrow alignment in Tooltip for left/right placements (a bit of a hack until we figure out exactly what's going on there)
- 
Updated dependencies [ d2e1adc7,0dae11e2,ed69a883]:- @hover/utilities@0.11.0
- @hover/blueprint-theme@0.54.0
 
0.53.0
Minor Changes
- #1914
e9342852Thanks @jrolfs! - Addprimaryvariant to Tabs for primary navigation (header) use case
0.52.0
Minor Changes
- 
#1871 6351e8fcThanks @jrolfs! - AddbrandPurplepaletteโ ๏ธ The brandPurplepalette should be considered unstable and may be removed or modified outside of Semantic Version
Patch Changes
- 
#1871 cc76c3a9Thanks @jrolfs! - Add padding to the right of TabHeader
- 
#1871 43d4d796Thanks @jrolfs! - Updatemin-widthof TabHeading according to size
- 
Updated dependencies [ 6351e8fc]:- @hover/blueprint-theme@0.52.0
 
0.51.2
Patch Changes
- 
a0cf6389Thanks @jrolfs! - Revert this change:Update internal <input />element styling in Radio, Checkbox, TileRadio, TileCheckbox, and Toggle such that e2e testing solutions such as Cypress and Playwright should be able to interact with them without passing theforceoptionIt was a red herring for Cypress failures, the actual issue in this particular case was that Chakra does not pass props (i.e: data-test-id) to the internalinputelement for these components.I may revisit this change, as the CSS being applied in the reverted changes is necessary for Playwright to interact with said inputs viacheck(), however I want to investigate the best approach before moving forward with any modifications to the default Chakra CSS. The approach that is being reverted here actually causes visibility tests to fail on account of usingopacityto hide theinput.
0.51.1
Patch Changes
- #1818
163131e7Thanks @jrolfs! - Update internal<input />element styling in Radio, Checkbox, TileRadio, TileCheckbox, and Toggle such that e2e testing solutions such as Cypress and Playwright should be able to interact with them without passing theforceoption
0.51.0
Minor Changes
- 
#1796 f7e0168bThanks @jrolfs! - Addsubtle-tilevariant to Checkbox and Radio
- 
#1796 dae25726Thanks @jrolfs! - Set font weight and family on container (label) of Checkbox, Radio, TileCheckbox, and TileRadio so it can be overridden
Patch Changes
- Updated dependencies
[686feed1]:- @hover/utilities@0.10.0
 
0.50.0
Minor Changes
Patch Changes
- 
#1766 7e3ca9a3Thanks @jrolfs! - Fix missinglightAlpha.XXXanddarkAlpha.XXX. They were available as legacylightAlphaXXXanddarkAlphaXXX, but those are going away soon.
- 
#1766 a6d92830Thanks @jrolfs! - Use correct color for dividers in Menu
- 
#1784 fa16a549Thanks @jrolfs! - Defaultdisplayfor Icon toblock
- 
#1785 578970caThanks @jrolfs! - Fix sizing and spacing of Tag component
- 
Updated dependencies [ 4d442c37]:- @hover/blueprint-theme@0.50.0
 
0.49.0
Patch Changes
- Updated dependencies
[bf2aea67]:- @hover/blueprint-theme@0.49.0
 
0.48.0
Patch Changes
0.47.4
Patch Changes
- Updated dependencies
[95ae6d8f]:- @hover/utilities@0.9.0
 
0.47.3
Patch Changes
- 
#1687 cc149dc5Thanks @jrolfs! - Fix visual issue where an outline would flash when a Button withminimalfill that has:focus(not:focus-visible) is blurredBefore After   
- 
#1694 e50bb07cThanks @jrolfs! - Fix spacing between form input and validation error message in Field
- 
Updated dependencies [ 026ad6bb]:- @hover/utilities@0.8.0
 
0.47.2
Patch Changes
0.47.1
Patch Changes
- 
#1618 7e5f8333Thanks @richardhover! - Fix Button disabled state to be the correct color and consistent across browsersBrowser Before After Firefox   Chrome   Safari   
0.47.0
Minor Changes
- 
#1584 1e8216e4Thanks @jrolfs! - Adddistance200preset forshadow
- 
#1584 86811979Thanks @jrolfs! - Tweak thumb size insmallsize of Slider to be just a bit larger
Patch Changes
- 
#1584 f38c1a82Thanks @jrolfs! - Fix super weird issue where the Slider sometimes gets rendered without any dimensions (and is therefore invisible) due to a weird CSS variable issue
- 
#1582 aae0b35aThanks @jrolfs! - Add missing peer dependency for @chakra-ui/theme-tools (@chakra-ui/system)
- 
Updated dependencies [ 1e8216e4]:- @hover/blueprint-theme@0.47.0
 
0.46.0
Minor Changes
Patch Changes
- #1576
d49a48a3Thanks @jrolfs! - Fixdistance100shadow to include top shadow bleed to create definition on the top of containers
- Updated dependencies
[d49a48a3,eec255f4]:- @hover/blueprint-theme@0.46.0
 
0.45.2
Patch Changes
- 
0a8581cdThanks @jrolfs! - Transitioncolorin brand-specific button
- 
060e5012Thanks @jrolfs! - Defaultwhite-spacetonowrapin brand-specific button
- 
dd077b64Thanks @jrolfs! - Update state colors forneutralcolor scheme in Link and brand-specific button'sminimalvariant to be white with primary hover/active states as the grayneutralcolor scheme doesn't actually have any valid usecases or really make sense at all.
0.45.1
Patch Changes
- 
d600985bThanks @jrolfs! - Fix typography inminimalvariant of brand-specific Button
- 
7d2ef537Thanks @jrolfs! - Addminimalvariant to brand-specific Button
0.45.0
Minor Changes
- 02fcb473Thanks @jrolfs! - Add special- /brandentrypoint with custom components intended for us in marketing collateral as opposed to product. Right now this includes:- A separate Buttoncomponent that reads it's theme fromBrandButton
- "Decorations," intended to be used with the aforementioned Button, and are interactive icons
 
- A separate 
Patch Changes
- Updated dependencies
[02fcb473]:- @hover/blueprint-theme@0.45.0
 
0.44.0
Minor Changes
- 
#1519 9771b441Thanks @jrolfs! - Addinset100inset box shadow preset (this is probably not stable and may change if we flesh out more inset shadows)
Patch Changes
0.42.1
Patch Changes
0.42.0
Minor Changes
- 
#1546 2ce5bb14Thanks @jrolfs! - Addunderlineandminimalvariants to Link
- 
#1546 d8c2bdcdThanks @jrolfs! - SupportcolorSchemeon Link
0.41.0
Minor Changes
- 
#1543 86b2cf1cThanks @jrolfs! - Add font weight variants to Heading (light) and Text (semiBoldandbold)
- 
ed432a7fThanks @jrolfs! - Tweak divider color and heading style in Menunavigationvariant
0.40.0
Minor Changes
0.39.0
Patch Changes
- 
#1525 bc0bab56Thanks @jrolfs! - Align tabs vertically excluding the indicator in Tabs component
- 
#1525 6d02cd73Thanks @jrolfs! - Tweak focus indicator on Link a bit more
- 
Updated dependencies [ b9536f87]:- @hover/blueprint-theme@0.39.0
 
0.38.5
Patch Changes
- 
#1520 346b7f6aThanks @cpalmatier! - Changes default body weight to 400 from 300 in new typography
- 
Updated dependencies [ 346b7f6a]:- @hover/tokens-typography@5.1.1
 
0.38.4
Patch Changes
- 
#1512 7ee110c3Thanks @jrolfs! - Setposition: relativeon list items to create position context for absolutely positioned bullets
- 
#1499 ab05bc57Thanks @jrolfs! - Configure all font weights using system aliases instead of Chakra aliases
- 
Updated dependencies [ cf53238a,42d7c954]:- @hover/tokens-typography@5.1.0
 
0.38.3
Patch Changes
- #1491
14dc9596Thanks @jrolfs! - Fix Link styling to not look disabled whenasprop as passed (omittinghrefshould make link look disabled unless it's being rendered as abuttonetc.)
0.38.2
Patch Changes
- Updated dependencies
[b2a3a71b]:- @hover/tokens-typography@5.0.0
- @hover/blueprint-theme@0.38.2
 
0.38.1
Patch Changes
- 
#1487 69e16ba8Thanks @jrolfs! - Only display visual focus indicator for:focus-visibleon Link component, don't highlight Links withouthref
- 
#1487 e749afb3Thanks @jrolfs! - Fix background color flash when Checkbox is initially rendered
- 
Updated dependencies [ 99f233c9]:- @hover/utilities@0.7.0
 
0.38.0
Minor Changes
Patch Changes
- 
#1435 73e57e59Thanks @jrolfs! - Tweak focus indicator and hover state for Link component
- 
Updated dependencies [ 8fda3f25]:- @hover/blueprint-theme@0.38.0
 
0.37.0
Minor Changes
- 
#1443 0e850d03Thanks @jrolfs! - Addminimalvariant to Code component
- 
#1443 fdbbae6aThanks @jrolfs! - Addoutlinevariant to Code component
- 
#1443 e34262f6Thanks @jrolfs! - Add border radius token 400 @6px
Patch Changes
- Updated dependencies
[e34262f6]:- @hover/blueprint-theme@0.37.0
 
0.36.0
Minor Changes
Patch Changes
- 
#1424 0bd525efThanks @jrolfs! - Add missingbrandTancolor scheme to Badge and Code
- 
#1426 22139688Thanks @jrolfs! - Fix layout shift caused byborder-widthchanging when the Button component receives focusBefore After   
- 
#1423 69ba6923Thanks @jrolfs! - Specify icon sizing in @hover/chakra-theme, fix sizing/spacing for icon inAlertwithtitle
- 
Updated dependencies [ 4aa0adeb,54e8adb5]:- @hover/blueprint-theme@0.36.0
- @hover/tokens-typography@4.1.0
 
0.35.1
Patch Changes
0.35.0
Minor Changes
- 
#1416 ca7e1c85Thanks @jrolfs! - Addbrandvariant to Badge component
- 
#1416 31829249Thanks @jrolfs! - Add border radius token for8pxas 500
Patch Changes
- Updated dependencies
[31829249]:- @hover/blueprint-theme@0.35.0
 
0.34.0
Minor Changes
Patch Changes
- 
#1409 dfbf0dd0Thanks @jrolfs! - Fix styling forisDisabled+isCheckedstate ofRadioandTileRadio
- 
Updated dependencies [ 93b2efe5]:- @hover/blueprint-theme@0.34.0
 
0.33.0
Minor Changes
Patch Changes
- Updated dependencies
[6a016aa2]:- @hover/utilities@0.5.0
 
0.32.0
Minor Changes
- 
#1394 4acb1893Thanks @jrolfs! - Adddisplayvariant and sizes (display200etc.) toHeadingcomponent 
Patch Changes
0.31.1
Patch Changes
- #1392
612840d0Thanks @jrolfs! - DefaultCheckboxandRadiocontrol alignment to center and requirealignItemsto be set tobaselinein order to align the control with the first line of the label when it wraps.
- Updated dependencies
[2d966af6]:- @hover/utilities@0.4.0
 
0.31.0
Minor Changes
- 
#1355 eeb54a44Thanks @jrolfs! - - Addsmallandlargesizes forCheckboxandRadio- Align CheckboxandRadiocontrols properly when label text wraps
 
- Align 
- 
#1369 27619066Thanks @cpalmatier! - Change Alert and Toast background colors to x.100 color tokens and modify Close Button default backgrounds accordingly.
Patch Changes
- 
#1355 f1647ca6Thanks @jrolfs! - FixRadioso that selection is still displayed inisDisabledstate
- 
#1370 134a922dThanks @jrolfs! - Fix background color forModalandDrawer
- 
Updated dependencies [ 4de9f4c8,ef3a26f5,81aeea3c]:- @hover/blueprint-theme@0.31.0
- @hover/utilities@0.3.0
 
0.30.1
Patch Changes
- Updated dependencies
[4c9b2c4d]:- @hover/tokens-typography@4.0.0
- @hover/blueprint-theme@0.30.1
 
0.30.0
Minor Changes
- 
#1301 fd16f8dbThanks @jrolfs! - Add border focus colors forneutral,success,danger, andwarningvariants
- 
#1301 aded5adcThanks @jrolfs! - AddvisibleOnlyprop tofocusResethelper to only display provided focus styles for:focus-visible
- 
#1320 a1cc60a0Thanks @jrolfs! - Addsmallsize forButtoncomponent
Patch Changes
- 
#1321 6c458c2dThanks @jrolfs! - Fix spacing between the field contents and the icon in variousSelectcomponent sizes
- 
#1320 02d3430cThanks @jrolfs! - Fixtinyicon size dimensions to besize.75instead ofsize.50
- 
#1320 a5048b7eThanks @jrolfs! - Specify default size forButton
- 
#1301 9c347821Thanks @jrolfs! - Fix letter spacin inTableheaders
- 
Updated dependencies [ 3d051465,04c6225a,02d3430c,796e8c81,fd16f8db,53d1c81f,392c9ed7,a82a14ed,044f2df6]:- @hover/blueprint-theme@0.30.0
- @hover/utilities@0.2.0
 
0.29.0
Minor Changes
- #1231
d1ea58c8Thanks @jrolfs! - Add new brand color palettes and update success and danger palettes for use alongside new brand colors.
Patch Changes
- Updated dependencies
[d1ea58c8]:- @hover/blueprint-theme@0.29.0
- @hover/tokens-typography@3.2.1
 
0.28.0
Minor Changes
- 
c6141b34Thanks @jrolfs! - Add default focus helper (resetFocus) and focus presets (noFocusandsubtleFocus). They are available from the/foundationentrypoint."
Patch Changes
- Updated dependencies []:
- @hover/blueprint-theme@0.28.0
 
0.26.2
Patch Changes
- 
#1236 c26cb75dThanks @dependabot! - Manually build type for theme now that Chakra's bailed on it for the time beingSee: https://github.com/chakra-ui/chakra-ui/issues/4226#issuecomment-904630320 
0.26.1
Patch Changes
0.26.0
Minor Changes
Patch Changes
0.25.0
Minor Changes
- #1195
6d468163Thanks @richardhover! - Add minimal variant toCloseButtoncomponent
Patch Changes
- 
#1214 e46b1467Thanks @jrolfs! - Expose Heading and Text presets on /foundation entrypoint
- 
Updated dependencies [ a93e9736]:- @hover/blueprint-theme@0.25.0
 
0.24.0
Minor Changes
- #1159
e13b19e1Thanks @glindelien! - Theme Table component
0.23.1
Patch Changes
- #1153
b91d28e1Thanks @glindelien! - Remove marginTop=0 from Text theme for Body component consistency
0.23.0
Minor Changes
- 6d47cae6Thanks @jrolfs! - Apply default- Bodysize via- sizes(necessary for responsive- sizeto work properly in- Bodyin @hover/blueprint)
0.22.0
Minor Changes
0.21.0
Minor Changes
- 
#1114 a6313955Thanks @jrolfs! - ThemeCloseButtoncomponent
- 
#1114 4788a6aaThanks @jrolfs! - Add theme forIcon(this is a custom component and is not applied to Chakra'sIconcomponent. Instead we will apply it to our own icons such asAwesomeIcon
Patch Changes
- Updated dependencies
[72b6726b,dc61c816]:- @hover/blueprint-theme@0.21.0
- @hover/tokens-typography@3.2.0
 
0.20.0
Minor Changes
- 
#1064 515fe97Thanks @jrolfs! - Add 200 border width token (3px)
- 
#1064 f0bf9ceThanks @jrolfs! - Tighter border radius fortinysizeInput
Patch Changes
- Updated dependencies
[515fe97]:- @hover/blueprint-theme@0.20.0
 
0.19.1
Patch Changes
- 
#1094 1137830Thanks @jrolfs! - Fixwidth500breakpoint value
- 
Updated dependencies [ 1137830]:- @hover/blueprint-theme@0.19.1
 
0.19.0
Patch Changes
- Updated dependencies
[78c8d5c]:- @hover/blueprint-theme@0.19.0
 
0.18.0
Minor Changes
- 
#1079 b0e94fcThanks @jrolfs! - Prefix numeric breakpoint keys, i.e:{ 100: string }โ{ width100: string }Chakra convert breakpoints to a "hybrid" array + object structure and numeric keys are treated as array indices in that case (even though they are actually string, e.g: '100'). This was causing broken media queries because Chakra relies on sorting the array in order to apply breakpoints in the correct order. ๐จ Unfortunately this is technically a breaking change for responsive style props, but the media query behavior is super broken due to the above issue as it stands now. I also don't think there is much usage of the numeric breakpoint scale. - Use baseinstead ofdefaultfor the base media query
- Use the new versions of the numeric scale (e.g: 500โwidth500)
 <Heading size={{ default: 400, desktop: 500, 500: 700 }}>Heading</Heading><Heading size={{ base: 400, desktop: 500, width500: 700 }}>Heading</Heading>
- Use 
- 
#1079 4300e30Thanks @jrolfs! - Start themingTablecomponent (it's a work in progress)
0.17.0
Patch Changes
- Updated dependencies
[b2e5b34,92e9951]:- @hover/blueprint-theme@0.17.0
- @hover/tokens-typography@3.1.0
 
0.16.0
Minor Changes
- #1048
8d34f9aThanks @glindelien! - New Tag component with Blueprint theme
0.15.1
Patch Changes
- #1044
fd2d371Thanks @jrolfs! - Remove extraneous direct Chakra package dependencies in favor of thepeerDependencyon @chakra-ui/react
0.15.0
Minor Changes
- #1028
ea65488Thanks @glindelien! - New Feature: Badge component and theme
Patch Changes
- 
#1038 1dd7094Thanks @glindelien! - Updated Tooltip API to use colorScheme instead of colorMode.
- 
Updated dependencies [ dded2f1]:- @hover/tokens-typography@3.0.0
- @hover/blueprint-theme@0.15.0
 
0.14.0
Minor Changes
- 
#1012 b099858Thanks @jrolfs! - Expose theme foundations onfoundations/entrypoint:import { motion } from '@hover/chakra-theme/foundation';
0.13.0
Minor Changes
- 
#996 a64ce7bThanks @glindelien! - Add and themeTooltipcomponent
- 
#999 e060e96Thanks @sygessese! - ThemeTextareacomponent
Patch Changes
- #1003
e6708e5Thanks @jrolfs! - EnsureCheckbox,Radio,Select, andInputrender with the defaultsizewhen an unsupportedsizeis provided
0.12.0
Minor Changes
- 
#962 1a12f7dThanks @jrolfs! - ThemeCheckboxcomponentNote: this currently depends on the custom icon rendered in the Checkboxcomponent in @hover/blueprint.
- 
#962 463c986Thanks @jrolfs! - AddborderWidthsfoundations scale, this allows us to set theborderWidthstyle prop independently ofborderand still use a preset:<Box borderWidth="500" />
- 
#976 4367f25Thanks @sygessese! - ThemeRadiocomponent
- 
#976 8d204a0Thanks @sygessese! - FixCheckboxlabel color for invalid state
Patch Changes
- 
#962 459ddb0Thanks @jrolfs! - Updatefocusborder preset to use correct color (primary.700)
- 
Updated dependencies [ b77a8db,459ddb0,463c986]:- @hover/blueprint-theme@0.12.0
- @hover/tokens-typography@2.2.3
 
0.11.0
Minor Changes
Patch Changes
- 
#948 92effdcThanks @jrolfs! - Fix theme forSelectandInputby omitting them from the default Chakra theme before extending it.There were a handful of styles in the default theme that were a pain to override, so this is also an escape hatch for any future components that are easier to just theme from scratch. 
- 
#948 9e2e6ccThanks @jrolfs! - Fix merge behavior when merging components styling with default Chakra theme
- 
Updated dependencies [ 15cf2c2]:- @hover/blueprint-theme@0.11.0
 
0.10.0
Patch Changes
- Updated dependencies
[ae56b8f]:- @hover/blueprint-theme@0.10.0
 
0.9.1
Patch Changes
0.9.1-next.0
Patch Changes
0.9.0
Minor Changes
- #867
58a1498Thanks @jrolfs! - Addsizestokens to foundation, including values for0.5and1which fixes inconsistent fraction behavior (e.g:width={1}orwidth={0.5})
Patch Changes
- Updated dependencies
[58a1498]:- @hover/blueprint-theme@0.8.0
 
0.8.0
Minor Changes
- #863
93adc89Thanks @jrolfs! - Update color tokens dependency (preserving backwards compatability by aliasingneutral000toneutral0)
Patch Changes
0.7.0
Minor Changes
- #860
5bd6955Thanks @jrolfs! - Make colors backwards compatible (i.e: support bothprimary500as well as Chakra-styleprimary.500)
Patch Changes
- Updated dependencies []:
- @hover/blueprint-theme@0.6.1
 
0.6.0
Minor Changes
0.5.3
Patch Changes
- Updated dependencies
[d210010,acbdc6d,3717877]:- @hover/blueprint-theme@0.6.0
- @hover/tokens-typography@2.2.0
 
0.5.2
Patch Changes
0.5.1
Patch Changes
0.5.0
Minor Changes
- 
#804 80a5e67Thanks @jrolfs! - Add motion foundations to theme
- 
#804 3da4e11Thanks @jrolfs! - Add halo styles to shadow foundations
- 
#804 7ab7be1Thanks @jrolfs! - ThemeInputandSelectcomponents
- 
#804 bb411c4Thanks @jrolfs! - Add foundations:- Borders
- Breakpoints
 
- 
#804 c943502Thanks @jrolfs! - AddinvisibleNeutralinvisible shadow for use as a transition start/end state
Patch Changes
- Updated dependencies
[af1cf6f,3ae8dbe,65ad22e]:- @hover/tokens-border@0.6.0
- @hover/tokens-depth@0.6.0
 
0.4.0
Minor Changes
- 
#797 aa1a7e1Thanks @jrolfs! - 1. Add more "foundation" to the theme:- 
Radii 
- 
Shadows 
- 
Space 
- 
Typography 
 - Theme typography components (HeadingandText).
 
- 
0.3.0
Minor Changes
0.2.0
Minor Changes
- #785
bb5c852Thanks @jrolfs! - Add support for allChakraProviderprops and defaultresetCSStofalse