Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[@mantine/core, @mantine/dates, @mantine/docs] Input components: Modify existing disabled style #4152

Merged

Conversation

agong-coveo
Copy link
Contributor

@agong-coveo agong-coveo commented Apr 28, 2023

Description

This PR is similar to this one.

Just like #2428, a few Input components (ex: Select) were not disabled when inside a fieldset element.

What was done

  • Modified the disabled style for the following input components: Checkbox, Chip, InlineInput, Input, MultiSelect, NumberInput, PasswordInput, Rating, SegmentedControl, Switch;
  • Created the itDisablesInputInsideDisabledFieldset function to test if input in components are properly disabled when wrapped by a fieldset tag;
  • Added itDisablesInputInsideDisabledFieldset to the test files of all input components;
  • Modified and added a demo for certain input components in their disabled state;
  • Modified @mantine/docs to include these disabled state demos.

Since an issue was not opened beforehand, here's a link to a codesandbox with the reproduced problem for a few components.

@agong-coveo agong-coveo marked this pull request as ready for review April 28, 2023 01:15
@agong-coveo agong-coveo marked this pull request as draft April 28, 2023 15:07
@agong-coveo agong-coveo force-pushed the fix/disabled-state-all-components branch from e508376 to 7e0ffff Compare April 28, 2023 16:44
@agong-coveo agong-coveo changed the title [@mantine/core] Accordion, Input, NumberInput: Modify existing disabled style [@mantine/core] Input components: Modify existing disabled style May 2, 2023
@agong-coveo agong-coveo force-pushed the fix/disabled-state-all-components branch 7 times, most recently from e54cc17 to 678415c Compare May 3, 2023 19:35
@agong-coveo agong-coveo changed the title [@mantine/core] Input components: Modify existing disabled style [@mantine/core, @mantine/dates, @mantine/docs] Input components: Modify existing disabled style May 3, 2023
@agong-coveo agong-coveo force-pushed the fix/disabled-state-all-components branch from 678415c to 269b54d Compare May 3, 2023 20:32
@@ -339,20 +341,12 @@ describe('@mantine/core/NumberInput', () => {
expectValue('6');
});

it('sets state to min if input is empty and is incremented/decremented', async () => {
it('sets state to min if input is empty and is incremented', async () => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed that when the input is empty, the decrement button is disabled. However, initially, it was still to possible to interact with it, despite it being disabled.

Since after modifying the disabled style of NumberInput, it is no longer possible to click on the buttons,
I've erased the section of this test that touches the decrement button.

@agong-coveo agong-coveo marked this pull request as ready for review May 3, 2023 20:53
@rtivital
Copy link
Member

Hi @agong-coveo, thanks for the PR, please remove fieldset from disabled demos – it does not look well.

@agong-coveo agong-coveo force-pushed the fix/disabled-state-all-components branch from 269b54d to e167062 Compare May 15, 2023 16:41
@agong-coveo
Copy link
Contributor Author

Hi @agong-coveo, thanks for the PR, please remove fieldset from disabled demos – it does not look well.

It's been removed!

@rtivital rtivital merged commit ce3df74 into mantinedev:dev May 16, 2023
1 check passed
@rtivital
Copy link
Member

Thanks!

kodiakhq bot added a commit to weareinreach/InReach that referenced this pull request May 16, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@iconify-json/simple-icons](https://icon-sets.iconify.design/simple-icons/) | [`1.1.52` -> `1.1.53`](https://renovatebot.com/diffs/npm/@iconify-json%2fsimple-icons/1.1.52/1.1.53) | [![age](https://badges.renovateapi.com/packages/npm/@iconify-json%2fsimple-icons/1.1.53/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@iconify-json%2fsimple-icons/1.1.53/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@iconify-json%2fsimple-icons/1.1.53/compatibility-slim/1.1.52)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@iconify-json%2fsimple-icons/1.1.53/confidence-slim/1.1.52)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/carousel](https://mantine.dev/others/carousel/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.10` -> `6.0.11`](https://renovatebot.com/diffs/npm/@mantine%2fcarousel/6.0.10/6.0.11) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fcarousel/6.0.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fcarousel/6.0.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fcarousel/6.0.11/compatibility-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fcarousel/6.0.11/confidence-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/core](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.10` -> `6.0.11`](https://renovatebot.com/diffs/npm/@mantine%2fcore/6.0.10/6.0.11) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fcore/6.0.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fcore/6.0.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fcore/6.0.11/compatibility-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fcore/6.0.11/confidence-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/dates](https://mantine.dev/dates/getting-started/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.10` -> `6.0.11`](https://renovatebot.com/diffs/npm/@mantine%2fdates/6.0.10/6.0.11) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fdates/6.0.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fdates/6.0.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fdates/6.0.11/compatibility-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fdates/6.0.11/confidence-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/dropzone](https://mantine.dev/others/dropzone/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.10` -> `6.0.11`](https://renovatebot.com/diffs/npm/@mantine%2fdropzone/6.0.10/6.0.11) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fdropzone/6.0.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fdropzone/6.0.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fdropzone/6.0.11/compatibility-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fdropzone/6.0.11/confidence-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/form](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.10` -> `6.0.11`](https://renovatebot.com/diffs/npm/@mantine%2fform/6.0.10/6.0.11) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fform/6.0.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fform/6.0.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fform/6.0.11/compatibility-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fform/6.0.11/confidence-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/hooks](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.10` -> `6.0.11`](https://renovatebot.com/diffs/npm/@mantine%2fhooks/6.0.10/6.0.11) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fhooks/6.0.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fhooks/6.0.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fhooks/6.0.11/compatibility-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fhooks/6.0.11/confidence-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/modals](https://mantine.dev/others/modals/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.10` -> `6.0.11`](https://renovatebot.com/diffs/npm/@mantine%2fmodals/6.0.10/6.0.11) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fmodals/6.0.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fmodals/6.0.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fmodals/6.0.11/compatibility-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fmodals/6.0.11/confidence-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/next](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.10` -> `6.0.11`](https://renovatebot.com/diffs/npm/@mantine%2fnext/6.0.10/6.0.11) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fnext/6.0.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fnext/6.0.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fnext/6.0.11/compatibility-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fnext/6.0.11/confidence-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/notifications](https://mantine.dev/others/notifications/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.10` -> `6.0.11`](https://renovatebot.com/diffs/npm/@mantine%2fnotifications/6.0.10/6.0.11) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fnotifications/6.0.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fnotifications/6.0.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fnotifications/6.0.11/compatibility-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fnotifications/6.0.11/confidence-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/nprogress](https://mantine.dev/others/nprogress/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.10` -> `6.0.11`](https://renovatebot.com/diffs/npm/@mantine%2fnprogress/6.0.10/6.0.11) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fnprogress/6.0.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fnprogress/6.0.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fnprogress/6.0.11/compatibility-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fnprogress/6.0.11/confidence-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/prism](https://mantine.dev/others/prism/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.10` -> `6.0.11`](https://renovatebot.com/diffs/npm/@mantine%2fprism/6.0.10/6.0.11) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fprism/6.0.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fprism/6.0.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fprism/6.0.11/compatibility-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fprism/6.0.11/confidence-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/spotlight](https://mantine.dev/others/spotlight/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.10` -> `6.0.11`](https://renovatebot.com/diffs/npm/@mantine%2fspotlight/6.0.10/6.0.11) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fspotlight/6.0.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fspotlight/6.0.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fspotlight/6.0.11/compatibility-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fspotlight/6.0.11/confidence-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/tiptap](https://mantine.dev/others/tiptap) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.10` -> `6.0.11`](https://renovatebot.com/diffs/npm/@mantine%2ftiptap/6.0.10/6.0.11) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2ftiptap/6.0.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2ftiptap/6.0.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2ftiptap/6.0.11/compatibility-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2ftiptap/6.0.11/confidence-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/utils](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.10` -> `6.0.11`](https://renovatebot.com/diffs/npm/@mantine%2futils/6.0.10/6.0.11) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2futils/6.0.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2futils/6.0.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2futils/6.0.11/compatibility-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2futils/6.0.11/confidence-slim/6.0.10)](https://docs.renovatebot.com/merge-confidence/) |
| [@opentelemetry/exporter-trace-otlp-http](https://togithub.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/exporter-trace-otlp-http) ([source](https://togithub.com/open-telemetry/opentelemetry-js)) | [`0.39.0` -> `0.39.1`](https://renovatebot.com/diffs/npm/@opentelemetry%2fexporter-trace-otlp-http/0.39.0/0.39.1) | [![age](https://badges.renovateapi.com/packages/npm/@opentelemetry%2fexporter-trace-otlp-http/0.39.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@opentelemetry%2fexporter-trace-otlp-http/0.39.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@opentelemetry%2fexporter-trace-otlp-http/0.39.1/compatibility-slim/0.39.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@opentelemetry%2fexporter-trace-otlp-http/0.39.1/confidence-slim/0.39.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@opentelemetry/instrumentation](https://togithub.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation) ([source](https://togithub.com/open-telemetry/opentelemetry-js)) | [`0.39.0` -> `0.39.1`](https://renovatebot.com/diffs/npm/@opentelemetry%2finstrumentation/0.39.0/0.39.1) | [![age](https://badges.renovateapi.com/packages/npm/@opentelemetry%2finstrumentation/0.39.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@opentelemetry%2finstrumentation/0.39.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@opentelemetry%2finstrumentation/0.39.1/compatibility-slim/0.39.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@opentelemetry%2finstrumentation/0.39.1/confidence-slim/0.39.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-a11y](https://togithub.com/storybookjs/storybook/tree/next/code/addons/a11y) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.11` -> `7.0.12`](https://renovatebot.com/diffs/npm/@storybook%2faddon-a11y/7.0.11/7.0.12) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-a11y/7.0.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-a11y/7.0.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-a11y/7.0.12/compatibility-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-a11y/7.0.12/confidence-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-actions](https://togithub.com/storybookjs/storybook/tree/next/code/addons/actions) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.11` -> `7.0.12`](https://renovatebot.com/diffs/npm/@storybook%2faddon-actions/7.0.11/7.0.12) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-actions/7.0.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-actions/7.0.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-actions/7.0.12/compatibility-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-actions/7.0.12/confidence-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-docs](https://togithub.com/storybookjs/storybook/tree/next/code/addons/docs) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.11` -> `7.0.12`](https://renovatebot.com/diffs/npm/@storybook%2faddon-docs/7.0.11/7.0.12) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-docs/7.0.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-docs/7.0.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-docs/7.0.12/compatibility-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-docs/7.0.12/confidence-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-essentials](https://togithub.com/storybookjs/storybook/tree/next/code/addons/essentials) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.11` -> `7.0.12`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/7.0.11/7.0.12) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-essentials/7.0.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-essentials/7.0.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-essentials/7.0.12/compatibility-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-essentials/7.0.12/confidence-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-interactions](https://togithub.com/storybookjs/storybook/tree/next/code/addons/interactions) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.11` -> `7.0.12`](https://renovatebot.com/diffs/npm/@storybook%2faddon-interactions/7.0.11/7.0.12) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-interactions/7.0.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-interactions/7.0.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-interactions/7.0.12/compatibility-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-interactions/7.0.12/confidence-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-links](https://togithub.com/storybookjs/storybook/tree/next/code/addons/links) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.11` -> `7.0.12`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/7.0.11/7.0.12) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-links/7.0.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-links/7.0.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-links/7.0.12/compatibility-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-links/7.0.12/confidence-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-viewport](https://togithub.com/storybookjs/storybook/tree/next/code/addons/viewport) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.11` -> `7.0.12`](https://renovatebot.com/diffs/npm/@storybook%2faddon-viewport/7.0.11/7.0.12) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-viewport/7.0.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-viewport/7.0.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-viewport/7.0.12/compatibility-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-viewport/7.0.12/confidence-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/components](https://togithub.com/storybookjs/storybook/tree/next/code/ui/components) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.11` -> `7.0.12`](https://renovatebot.com/diffs/npm/@storybook%2fcomponents/7.0.11/7.0.12) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2fcomponents/7.0.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2fcomponents/7.0.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2fcomponents/7.0.12/compatibility-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2fcomponents/7.0.12/confidence-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/core-events](https://togithub.com/storybookjs/storybook/tree/next/code/lib/core-events) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.11` -> `7.0.12`](https://renovatebot.com/diffs/npm/@storybook%2fcore-events/7.0.11/7.0.12) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2fcore-events/7.0.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2fcore-events/7.0.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2fcore-events/7.0.12/compatibility-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2fcore-events/7.0.12/confidence-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/manager-api](https://togithub.com/storybookjs/storybook/tree/next/code/lib/manager-api) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.11` -> `7.0.12`](https://renovatebot.com/diffs/npm/@storybook%2fmanager-api/7.0.11/7.0.12) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2fmanager-api/7.0.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2fmanager-api/7.0.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2fmanager-api/7.0.12/compatibility-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2fmanager-api/7.0.12/confidence-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/nextjs](https://togithub.com/storybookjs/storybook/tree/next/code/frameworks/nextjs) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.11` -> `7.0.12`](https://renovatebot.com/diffs/npm/@storybook%2fnextjs/7.0.11/7.0.12) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2fnextjs/7.0.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2fnextjs/7.0.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2fnextjs/7.0.12/compatibility-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2fnextjs/7.0.12/confidence-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/preview-api](https://togithub.com/storybookjs/storybook/tree/next/code/lib/preview-api) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.11` -> `7.0.12`](https://renovatebot.com/diffs/npm/@storybook%2fpreview-api/7.0.11/7.0.12) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2fpreview-api/7.0.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2fpreview-api/7.0.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2fpreview-api/7.0.12/compatibility-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2fpreview-api/7.0.12/confidence-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/react](https://togithub.com/storybookjs/storybook/tree/next/code/renderers/react) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.11` -> `7.0.12`](https://renovatebot.com/diffs/npm/@storybook%2freact/7.0.11/7.0.12) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2freact/7.0.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2freact/7.0.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2freact/7.0.12/compatibility-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2freact/7.0.12/confidence-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/theming](https://togithub.com/storybookjs/storybook/tree/next/code/lib/theming) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.11` -> `7.0.12`](https://renovatebot.com/diffs/npm/@storybook%2ftheming/7.0.11/7.0.12) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2ftheming/7.0.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2ftheming/7.0.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2ftheming/7.0.12/compatibility-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2ftheming/7.0.12/confidence-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/types](https://togithub.com/storybookjs/storybook/tree/next/code/lib/types) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.11` -> `7.0.12`](https://renovatebot.com/diffs/npm/@storybook%2ftypes/7.0.11/7.0.12) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2ftypes/7.0.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2ftypes/7.0.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2ftypes/7.0.12/compatibility-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2ftypes/7.0.12/confidence-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@tanstack/react-query](https://tanstack.com/query) ([source](https://togithub.com/tanstack/query)) | [`4.29.5` -> `4.29.7`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query/4.29.5/4.29.7) | [![age](https://badges.renovateapi.com/packages/npm/@tanstack%2freact-query/4.29.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@tanstack%2freact-query/4.29.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@tanstack%2freact-query/4.29.7/compatibility-slim/4.29.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@tanstack%2freact-query/4.29.7/confidence-slim/4.29.5)](https://docs.renovatebot.com/merge-confidence/) |
| [@tanstack/react-query-devtools](https://tanstack.com/query) ([source](https://togithub.com/tanstack/query)) | [`4.29.6` -> `4.29.7`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query-devtools/4.29.6/4.29.7) | [![age](https://badges.renovateapi.com/packages/npm/@tanstack%2freact-query-devtools/4.29.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@tanstack%2freact-query-devtools/4.29.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@tanstack%2freact-query-devtools/4.29.7/compatibility-slim/4.29.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@tanstack%2freact-query-devtools/4.29.7/confidence-slim/4.29.6)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/client](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.25.1` -> `10.26.0`](https://renovatebot.com/diffs/npm/@trpc%2fclient/10.25.1/10.26.0) | [![age](https://badges.renovateapi.com/packages/npm/@trpc%2fclient/10.26.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@trpc%2fclient/10.26.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@trpc%2fclient/10.26.0/compatibility-slim/10.25.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@trpc%2fclient/10.26.0/confidence-slim/10.25.1)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/next](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.25.1` -> `10.26.0`](https://renovatebot.com/diffs/npm/@trpc%2fnext/10.25.1/10.26.0) | [![age](https://badges.renovateapi.com/packages/npm/@trpc%2fnext/10.26.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@trpc%2fnext/10.26.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@trpc%2fnext/10.26.0/compatibility-slim/10.25.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@trpc%2fnext/10.26.0/confidence-slim/10.25.1)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/react-query](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.25.1` -> `10.26.0`](https://renovatebot.com/diffs/npm/@trpc%2freact-query/10.25.1/10.26.0) | [![age](https://badges.renovateapi.com/packages/npm/@trpc%2freact-query/10.26.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@trpc%2freact-query/10.26.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@trpc%2freact-query/10.26.0/compatibility-slim/10.25.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@trpc%2freact-query/10.26.0/confidence-slim/10.25.1)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/server](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.25.1` -> `10.26.0`](https://renovatebot.com/diffs/npm/@trpc%2fserver/10.25.1/10.26.0) | [![age](https://badges.renovateapi.com/packages/npm/@trpc%2fserver/10.26.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@trpc%2fserver/10.26.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@trpc%2fserver/10.26.0/compatibility-slim/10.25.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@trpc%2fserver/10.26.0/confidence-slim/10.25.1)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`18.16.8` -> `18.16.10`](https://renovatebot.com/diffs/npm/@types%2fnode/18.16.8/18.16.10) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.16.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.16.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.16.10/compatibility-slim/18.16.8)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.16.10/confidence-slim/18.16.8)](https://docs.renovatebot.com/merge-confidence/) |
| [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) | [`5.59.5` -> `5.59.6`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.59.5/5.59.6) | [![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.59.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.59.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.59.6/compatibility-slim/5.59.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.59.6/confidence-slim/5.59.5)](https://docs.renovatebot.com/merge-confidence/) |
| [@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint) | [`5.59.5` -> `5.59.6`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.59.5/5.59.6) | [![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.59.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.59.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.59.6/compatibility-slim/5.59.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.59.6/confidence-slim/5.59.5)](https://docs.renovatebot.com/merge-confidence/) |
| [@vercel/kv](https://vercel.com) ([source](https://togithub.com/vercel/storage)) | [`0.2.0` -> `0.2.1`](https://renovatebot.com/diffs/npm/@vercel%2fkv/0.2.0/0.2.1) | [![age](https://badges.renovateapi.com/packages/npm/@vercel%2fkv/0.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@vercel%2fkv/0.2.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@vercel%2fkv/0.2.1/compatibility-slim/0.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@vercel%2fkv/0.2.1/confidence-slim/0.2.0)](https://docs.renovatebot.com/merge-confidence/) |
| [esbuild](https://togithub.com/evanw/esbuild) | [`0.17.18` -> `0.17.19`](https://renovatebot.com/diffs/npm/esbuild/0.17.18/0.17.19) | [![age](https://badges.renovateapi.com/packages/npm/esbuild/0.17.19/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/esbuild/0.17.19/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/esbuild/0.17.19/compatibility-slim/0.17.18)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/esbuild/0.17.19/confidence-slim/0.17.18)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint-plugin-turbo](https://togithub.com/vercel/turbo) | [`1.9.4` -> `1.9.6`](https://renovatebot.com/diffs/npm/eslint-plugin-turbo/1.9.4/1.9.6) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-turbo/1.9.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-turbo/1.9.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-turbo/1.9.6/compatibility-slim/1.9.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-turbo/1.9.6/confidence-slim/1.9.4)](https://docs.renovatebot.com/merge-confidence/) |
| [inquirer](https://togithub.com/SBoudrias/Inquirer.js/blob/master/packages/inquirer/README.md) ([source](https://togithub.com/SBoudrias/Inquirer.js)) | [`9.2.2` -> `9.2.3`](https://renovatebot.com/diffs/npm/inquirer/9.2.2/9.2.3) | [![age](https://badges.renovateapi.com/packages/npm/inquirer/9.2.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/inquirer/9.2.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/inquirer/9.2.3/compatibility-slim/9.2.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/inquirer/9.2.3/confidence-slim/9.2.2)](https://docs.renovatebot.com/merge-confidence/) |
| [listr2](https://togithub.com/listr2/listr2) | [`6.4.2` -> `6.5.0`](https://renovatebot.com/diffs/npm/listr2/6.4.2/6.5.0) | [![age](https://badges.renovateapi.com/packages/npm/listr2/6.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/listr2/6.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/listr2/6.5.0/compatibility-slim/6.4.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/listr2/6.5.0/confidence-slim/6.4.2)](https://docs.renovatebot.com/merge-confidence/) |
| [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`8.5.0` -> `8.5.1`](https://renovatebot.com/diffs/npm/pnpm/8.5.0/8.5.1) | [![age](https://badges.renovateapi.com/packages/npm/pnpm/8.5.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/pnpm/8.5.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/pnpm/8.5.1/compatibility-slim/8.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/pnpm/8.5.1/confidence-slim/8.5.0)](https://docs.renovatebot.com/merge-confidence/) |
| [prisma-kysely](https://togithub.com/valtyr/prisma-kysely) | [`1.2.1` -> `1.4.0`](https://renovatebot.com/diffs/npm/prisma-kysely/1.2.1/1.4.0) | [![age](https://badges.renovateapi.com/packages/npm/prisma-kysely/1.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/prisma-kysely/1.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/prisma-kysely/1.4.0/compatibility-slim/1.2.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/prisma-kysely/1.4.0/confidence-slim/1.2.1)](https://docs.renovatebot.com/merge-confidence/) |
| [quicktype-core](https://togithub.com/quicktype/quicktype) | [`23.0.30` -> `23.0.32`](https://renovatebot.com/diffs/npm/quicktype-core/23.0.30/23.0.32) | [![age](https://badges.renovateapi.com/packages/npm/quicktype-core/23.0.32/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/quicktype-core/23.0.32/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/quicktype-core/23.0.32/compatibility-slim/23.0.30)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/quicktype-core/23.0.32/confidence-slim/23.0.30)](https://docs.renovatebot.com/merge-confidence/) |
| [storybook](https://togithub.com/storybookjs/storybook/tree/next/code/lib/cli) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.11` -> `7.0.12`](https://renovatebot.com/diffs/npm/storybook/7.0.11/7.0.12) | [![age](https://badges.renovateapi.com/packages/npm/storybook/7.0.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/storybook/7.0.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/storybook/7.0.12/compatibility-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/storybook/7.0.12/confidence-slim/7.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`1.9.4` -> `1.9.6`](https://renovatebot.com/diffs/npm/turbo/1.9.4/1.9.6) | [![age](https://badges.renovateapi.com/packages/npm/turbo/1.9.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.9.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/turbo/1.9.6/compatibility-slim/1.9.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.9.6/confidence-slim/1.9.4)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>mantinedev/mantine</summary>

### [`v6.0.11`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.11)

[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.10...6.0.11)

##### What's Changed

-   `[@mantine/core]` Improve inputs disabled styles handling inside `fieldset` elements ([#&#8203;4152](https://togithub.com/mantinedev/mantine/issues/4152))
-   `[@mantine/core]` Badge: Expose `BadgeVariant` type ([#&#8203;4215](https://togithub.com/mantinedev/mantine/issues/4215))
-   `[@mantine/core]` ThemeIcon: Expose `ThemeIconVariant` type ([#&#8203;4216](https://togithub.com/mantinedev/mantine/issues/4216))
-   `[@mantine/core]` ColorInput: Add option to set eye dropper aria-label though prop ([#&#8203;4227](https://togithub.com/mantinedev/mantine/issues/4227))
-   `[@mantine/core]` ColorPicker: Fix inaccurate numbers rounding in rgba and hex colors converters ([#&#8203;4238](https://togithub.com/mantinedev/mantine/issues/4238))
-   `[@mantine/core]` MultiSelect: Fix layout shifts in Safari when input is focused ([#&#8203;4249](https://togithub.com/mantinedev/mantine/issues/4249))
-   `[@mantine/core]` Rating: Add CSS color values support in `color` prop ([#&#8203;4251](https://togithub.com/mantinedev/mantine/issues/4251))
-   `[@mantine/dates]` Add missing `nextIcon`/`previousIcon` types to all components ([#&#8203;4180](https://togithub.com/mantinedev/mantine/issues/4180))

##### New Contributors

-   [@&#8203;thatanjan](https://togithub.com/thatanjan) made their first contribution in [https://github.com/mantinedev/mantine/pull/4248](https://togithub.com/mantinedev/mantine/pull/4248)
-   [@&#8203;agong-coveo](https://togithub.com/agong-coveo) made their first contribution in [https://github.com/mantinedev/mantine/pull/4152](https://togithub.com/mantinedev/mantine/pull/4152)

**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.10...6.0.11

</details>

<details>
<summary>open-telemetry/opentelemetry-js</summary>

### [`v0.39.1`](https://togithub.com/open-telemetry/opentelemetry-js/compare/8fc76896595aac912bf9e15d4f19c167317844c8...bba09c0e5a6d92fc71ed08028966ae9d56da53db)

[Compare Source](https://togithub.com/open-telemetry/opentelemetry-js/compare/8fc76896595aac912bf9e15d4f19c167317844c8...bba09c0e5a6d92fc71ed08028966ae9d56da53db)

</details>

<details>
<summary>storybookjs/storybook</summary>

### [`v7.0.12`](https://togithub.com/storybookjs/storybook/releases/tag/v7.0.12)

[Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.0.11...v7.0.12)

##### Bug Fixes

-   Core: Fix source snippets for stories with mapped args [#&#8203;22135](https://togithub.com/storybooks/storybook/pull/22135)
-   CLI: Fix `getFrameworkPackage` logic [#&#8203;22559](https://togithub.com/storybooks/storybook/pull/22559)
-   CLI: Remove automigrate reference from init command [#&#8203;22561](https://togithub.com/storybooks/storybook/pull/22561)

##### Maintenance

-   CLI: Detach automigrate command from storybook init [#&#8203;22523](https://togithub.com/storybooks/storybook/pull/22523)

</details>

<details>
<summary>tanstack/query</summary>

### [`v4.29.7`](https://togithub.com/TanStack/query/releases/tag/v4.29.7)

[Compare Source](https://togithub.com/tanstack/query/compare/v4.29.5...v4.29.7)

Version 4.29.7 - 5/14/2023, 2:09 PM

#### Changes

##### Fix

-   perf: optimized perf of listeners removal ([#&#8203;5402](https://togithub.com/tanstack/query/issues/5402)) ([`3816c9d`](https://togithub.com/tanstack/query/commit/3816c9d4)) by [@&#8203;Andarist](https://togithub.com/Andarist)

##### Chore

-   Validate "exports" field in package.json ([#&#8203;5350](https://togithub.com/tanstack/query/issues/5350)) ([`f1ac845`](https://togithub.com/tanstack/query/commit/f1ac8457)) by Lachlan Collins
-   nx 16 migration ([#&#8203;5354](https://togithub.com/tanstack/query/issues/5354)) ([`5e43e00`](https://togithub.com/tanstack/query/commit/5e43e00e)) by [@&#8203;ZackDeRose](https://togithub.com/ZackDeRose)

##### Docs

-   deprecate callbacks on `useQuery` ([#&#8203;5407](https://togithub.com/tanstack/query/issues/5407)) ([`5608a04`](https://togithub.com/tanstack/query/commit/5608a04a)) by Minh Nguyen
-   Removed "Experimental" Text for the next.js app dir ([#&#8203;5381](https://togithub.com/tanstack/query/issues/5381)) ([`8d13ad8`](https://togithub.com/tanstack/query/commit/8d13ad85)) by hamzah syed
-   batching docs ([#&#8203;5385](https://togithub.com/tanstack/query/issues/5385)) ([`235f3c6`](https://togithub.com/tanstack/query/commit/235f3c67)) by Yornaath
-   fix the react example for infinite queries ([#&#8203;5361](https://togithub.com/tanstack/query/issues/5361)) ([`53813e4`](https://togithub.com/tanstack/query/commit/53813e45)) by [@&#8203;seriousManual](https://togithub.com/seriousManual)
-   deprecate callbacks on useQuery ([#&#8203;5353](https://togithub.com/tanstack/query/issues/5353)) ([`802a288`](https://togithub.com/tanstack/query/commit/802a2889)) by Dominik Dorfmeister
-   a11y: adding titles to the video iframes ([#&#8203;5346](https://togithub.com/tanstack/query/issues/5346)) ([`2552c4b`](https://togithub.com/tanstack/query/commit/2552c4bb)) by Nicholas Griffin
-   svelte-query: Use API wrapper to simplify SSR logic ([#&#8203;5322](https://togithub.com/tanstack/query/issues/5322)) ([`7fd50a7`](https://togithub.com/tanstack/query/commit/7fd50a7c)) by Lachlan Collins

#### Packages

-   [@&#8203;tanstack/query-core](https://togithub.com/tanstack/query-core)[@&#8203;4](https://togithub.com/4).29.7
-   [@&#8203;tanstack/react-query](https://togithub.com/tanstack/react-query)[@&#8203;4](https://togithub.com/4).29.7
-   [@&#8203;tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@&#8203;4](https://togithub.com/4).29.7
-   [@&#8203;tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@&#8203;4](https://togithub.com/4).29.7
-   [@&#8203;tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@&#8203;4](https://togithub.com/4).29.7
-   [@&#8203;tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@&#8203;4](https://togithub.com/4).29.7
-   [@&#8203;tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@&#8203;4](https://togithub.com/4).29.7
-   [@&#8203;tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@&#8203;4](https://togithub.com/4).29.7
-   [@&#8203;tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@&#8203;4](https://togithub.com/4).29.7
-   [@&#8203;tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@&#8203;4](https://togithub.com/4).29.7
-   [@&#8203;tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@&#8203;4](https://togithub.com/4).29.7

</details>

<details>
<summary>trpc/trpc</summary>

### [`v10.26.0`](https://togithub.com/trpc/trpc/releases/tag/v10.26.0)

[Compare Source](https://togithub.com/trpc/trpc/compare/v10.25.1...v10.26.0)

##### What's Changed

-   fix(client): make sure that `dom.iterable` types are included for `FormData` by [@&#8203;kamilogorek](https://togithub.com/kamilogorek) in [https://github.com/trpc/trpc/pull/4355](https://togithub.com/trpc/trpc/pull/4355)
-   feat(next): experimental app directory integration by [@&#8203;sachinraja](https://togithub.com/sachinraja), [@&#8203;KATT](https://togithub.com/KATT), & [@&#8203;juliusmarminge](https://togithub.com/juliusmarminge)  in [https://github.com/trpc/trpc/pull/3918](https://togithub.com/trpc/trpc/pull/3918) (see [github.com/trpc/examples-next-app-dir](https://togithub.com/trpc/examples-next-app-dir))

##### New Contributors

-   [@&#8203;AlexXanderGrib](https://togithub.com/AlexXanderGrib) made their first contribution in [https://github.com/trpc/trpc/pull/4330](https://togithub.com/trpc/trpc/pull/4330)

**Full Changelog**: https://github.com/trpc/trpc/compare/v10.25.1...v10.26.0

</details>

<details>
<summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary>

### [`v5.59.6`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#&#8203;5596-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5595v5596-2023-05-15)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6)

**Note:** Version bump only for package [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)

</details>

<details>
<summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary>

### [`v5.59.6`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#&#8203;5596-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5595v5596-2023-05-15)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6)

**Note:** Version bump only for package [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)

</details>

<details>
<summary>vercel/storage</summary>

### [`v0.2.1`](https://togithub.com/vercel/storage/blob/HEAD/packages/kv/CHANGELOG.md#&#8203;021)

[Compare Source](https://togithub.com/vercel/storage/compare/@vercel/kv@0.2.0...@vercel/kv@0.2.1)

##### Patch Changes

-   [`1d97019`](https://togithub.com/vercel/storage/commit/1d97019): Update readme

</details>

<details>
<summary>evanw/esbuild</summary>

### [`v0.17.19`](https://togithub.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#&#8203;01719)

[Compare Source](https://togithub.com/evanw/esbuild/compare/v0.17.18...v0.17.19)

-   Fix CSS transform bugs with nested selectors that start with a combinator ([#&#8203;3096](https://togithub.com/evanw/esbuild/issues/3096))

    This release fixes several bugs regarding transforming nested CSS into non-nested CSS for older browsers. The bugs were due to lack of test coverage for nested selectors with more than one compound selector where they all start with the same combinator. Here's what some problematic cases look like before and after these fixes:

    ```css
    /* Original code */
    .foo {
      > &a,
      > &b {
        color: red;
      }
    }
    .bar {
      > &a,
      + &b {
        color: green;
      }
    }

    /* Old output (with --target=chrome90) */
    .foo :is(> .fooa, > .foob) {
      color: red;
    }
    .bar :is(> .bara, + .barb) {
      color: green;
    }

    /* New output (with --target=chrome90) */
    .foo > :is(a.foo, b.foo) {
      color: red;
    }
    .bar > a.bar,
    .bar + b.bar {
      color: green;
    }
    ```

-   Fix bug with TypeScript parsing of instantiation expressions followed by `=` ([#&#8203;3111](https://togithub.com/evanw/esbuild/issues/3111))

    This release fixes esbuild's TypeScript-to-JavaScript conversion code in the case where a potential instantiation expression is followed immediately by a `=` token (such that the trailing `>` becomes a `>=` token). Previously esbuild considered that to still be an instantiation expression, but the official TypeScript compiler considered it to be a `>=` operator instead. This release changes esbuild's interpretation to match TypeScript. This edge case currently [appears to be problematic](https://sucrase.io/#transforms=typescript\&compareWithTypeScript=true\&code=x%3Cy%3E%3Da%3Cb%3Cc%3E%3E\(\)) for other TypeScript-to-JavaScript converters as well:

    | Original code | TypeScript | esbuild 0.17.18 | esbuild 0.17.19 | Sucrase | Babel |
    |---|---|---|---|---|---|
    | `x<y>=a<b<c>>()` | `x<y>=a();` | `x=a();` | `x<y>=a();` | `x=a()` | Invalid left-hand side in assignment expression |

-   Avoid removing unrecognized directives from the directive prologue when minifying ([#&#8203;3115](https://togithub.com/evanw/esbuild/issues/3115))

    The [directive prologue](https://262.ecma-international.org/6.0/#sec-directive-prologues-and-the-use-strict-directive) in JavaScript is a sequence of top-level string expressions that come before your code. The only directives that JavaScript engines currently recognize are `use strict` and sometimes `use asm`. However, the people behind React have made up their own directive for their own custom dialect of JavaScript. Previously esbuild only preserved the `use strict` directive when minifying, although you could still write React JavaScript with esbuild using something like `--banner:js="'your directive here';"`. With this release, you can now put arbitrary directives in the entry point and esbuild will preserve them in its minified output:

    ```js
    // Original code
    'use wtf'; console.log(123)

    // Old output (with --minify)
    console.log(123);

    // New output (with --minify)
    "use wtf";console.log(123);
    ```

    Note that this means esbuild will no longer remove certain stray top-level strings when minifying. This behavior is an intentional change because these stray top-level strings are actually part of the directive prologue, and could potentially have semantics assigned to them (as was the case with React).

-   Improved minification of binary shift operators

    With this release, esbuild's minifier will now evaluate the `<<` and `>>>` operators if the resulting code would be shorter:

    ```js
    // Original code
    console.log(10 << 10, 10 << 20, -123 >>> 5, -123 >>> 10);

    // Old output (with --minify)
    console.log(10<<10,10<<20,-123>>>5,-123>>>10);

    // New output (with --minify)
    console.log(10240,10<<20,-123>>>5,4194303);
    ```

</details>

<details>
<summary>vercel/turbo</summary>

### [`v1.9.6`](https://togithub.com/vercel/turbo/releases/tag/v1.9.6): Turborepo v1.9.6

[Compare Source](https://togithub.com/vercel/turbo/compare/v1.9.5...v1.9.6)



#### What's Changed

##### Changelog

-   create-turbo: automatic git configuration. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/4941](https://togithub.com/vercel/turbo/pull/4941)
-   fix: set repoRoot on http cache so cache can be restored by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4956](https://togithub.com/vercel/turbo/pull/4956)

**Full Changelog**: https://github.com/vercel/turbo/compare/v1.9.5...v1.9.6

### [`v1.9.5`](https://togithub.com/vercel/turbo/releases/tag/v1.9.5): Turborepo v1.9.5

[Compare Source](https://togithub.com/vercel/turbo/compare/v1.9.4...v1.9.5)



#### What's Changed

##### Changelog

-   fix: check if user passes absolute path to prune by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4891](https://togithub.com/vercel/turbo/pull/4891)
-   Submit originatingUser with Run by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4875](https://togithub.com/vercel/turbo/pull/4875)
-   Use cacheitem to restore HTTP cache. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/4634](https://togithub.com/vercel/turbo/pull/4634)
-   Build turbo once to build JS packages before publishing by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4910](https://togithub.com/vercel/turbo/pull/4910)
-   fix(cli): example should imply copy by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/4923](https://togithub.com/vercel/turbo/pull/4923)
-   Remove fallback to configured git user by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4928](https://togithub.com/vercel/turbo/pull/4928)
-   Partial revert of [#&#8203;4820](https://togithub.com/vercel/turbo/issues/4820). by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/4938](https://togithub.com/vercel/turbo/pull/4938)

#### New Contributors

-   [@&#8203;Akalanka47000](https://togithub.com/Akalanka47000) made their first contribution in [https://github.com/vercel/turbo/pull/4917](https://togithub.com/vercel/turbo/pull/4917)

**Full Changelog**: https://github.com/vercel/turbo/compare/v1.9.4...v1.9.5

</details>

<details>
<summary>SBoudrias/Inquirer.js</summary>

### [`v9.2.3`](https://togithub.com/SBoudrias/Inquirer.js/compare/inquirer@9.2.2...inquirer@9.2.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/weareinreach/InReach).



PR-URL: https://github.com/weareinreach/InReach/pull/484
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot added a commit to weareinreach/TransMascFutures that referenced this pull request Jun 1, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@mantine/carousel](https://mantine.dev/others/carousel/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.5` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fcarousel/5.10.5/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fcarousel/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fcarousel/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fcarousel/6.0.13/compatibility-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fcarousel/6.0.13/confidence-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/core](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.5` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fcore/5.10.5/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fcore/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fcore/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fcore/6.0.13/compatibility-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fcore/6.0.13/confidence-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/dates](https://mantine.dev/dates/getting-started/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.5` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fdates/5.10.5/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fdates/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fdates/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fdates/6.0.13/compatibility-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fdates/6.0.13/confidence-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/dropzone](https://mantine.dev/others/dropzone/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.5` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fdropzone/5.10.5/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fdropzone/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fdropzone/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fdropzone/6.0.13/compatibility-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fdropzone/6.0.13/confidence-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/form](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.5` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fform/5.10.5/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fform/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fform/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fform/6.0.13/compatibility-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fform/6.0.13/confidence-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/hooks](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.5` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fhooks/5.10.5/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fhooks/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fhooks/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fhooks/6.0.13/compatibility-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fhooks/6.0.13/confidence-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/modals](https://mantine.dev/others/modals/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.5` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fmodals/5.10.5/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fmodals/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fmodals/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fmodals/6.0.13/compatibility-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fmodals/6.0.13/confidence-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/next](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.5` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fnext/5.10.5/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fnext/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fnext/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fnext/6.0.13/compatibility-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fnext/6.0.13/confidence-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/notifications](https://mantine.dev/others/notifications/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.5` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fnotifications/5.10.5/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fnotifications/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fnotifications/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fnotifications/6.0.13/compatibility-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fnotifications/6.0.13/confidence-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/nprogress](https://mantine.dev/others/nprogress/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.5` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fnprogress/5.10.5/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fnprogress/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fnprogress/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fnprogress/6.0.13/compatibility-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fnprogress/6.0.13/confidence-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/prism](https://mantine.dev/others/prism/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.5` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fprism/5.10.5/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fprism/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fprism/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fprism/6.0.13/compatibility-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fprism/6.0.13/confidence-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/spotlight](https://mantine.dev/others/spotlight/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.5` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fspotlight/5.10.5/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fspotlight/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fspotlight/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fspotlight/6.0.13/compatibility-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fspotlight/6.0.13/confidence-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/tiptap](https://mantine.dev/others/tiptap) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.5` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2ftiptap/5.10.5/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2ftiptap/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2ftiptap/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2ftiptap/6.0.13/compatibility-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2ftiptap/6.0.13/confidence-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/utils](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.5` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2futils/5.10.5/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2futils/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2futils/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2futils/6.0.13/compatibility-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2futils/6.0.13/confidence-slim/5.10.5)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>mantinedev/mantine</summary>

### [`v6.0.13`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.13)

#### What's Changed

-   `[@mantine/dates]` Fix `nextIcon` and `previousIcon` props not passed to Calendar component ([#&#8203;4273](https://togithub.com/mantinedev/mantine/issues/4273))
-   `[@mantine/core]` AppShell: Fix wrong padding when `navbarOffsetBreakpoint` and `asideOffsetBreakpoint` have the same value ([#&#8203;4281](https://togithub.com/mantinedev/mantine/issues/4281))
-   `[@mantine/core]` Select: Fix unexpected horizontal scrollbar in items with long text ([#&#8203;4296](https://togithub.com/mantinedev/mantine/issues/4296))
-   `[@mantine/core]` NumberInput: Fix missing disabled controls styles ([#&#8203;4314](https://togithub.com/mantinedev/mantine/issues/4314))
-   `[@mantine/core]` Fix Select/MultiSelect scrolling page when `transitionProps` are set ([#&#8203;4327](https://togithub.com/mantinedev/mantine/issues/4327))
-   `[@mantine/core]` Chip: Fix unexpected line break when children are not a plain string ([#&#8203;4328](https://togithub.com/mantinedev/mantine/issues/4328))

#### New Contributors

-   [@&#8203;omegahm](https://togithub.com/omegahm) made their first contribution in [https://github.com/mantinedev/mantine/pull/4280](https://togithub.com/mantinedev/mantine/pull/4280)
-   [@&#8203;ot07](https://togithub.com/ot07) made their first contribution in [https://github.com/mantinedev/mantine/pull/4290](https://togithub.com/mantinedev/mantine/pull/4290)
-   [@&#8203;richardboehme](https://togithub.com/richardboehme) made their first contribution in [https://github.com/mantinedev/mantine/pull/4314](https://togithub.com/mantinedev/mantine/pull/4314)
-   [@&#8203;andremonteiro95](https://togithub.com/andremonteiro95) made their first contribution in [https://github.com/mantinedev/mantine/pull/4273](https://togithub.com/mantinedev/mantine/pull/4273)

**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.11...6.0.13

### [`v6.0.11`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.11)

[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.10...6.0.11)

##### What's Changed

-   `[@mantine/core]` Improve inputs disabled styles handling inside `fieldset` elements ([#&#8203;4152](https://togithub.com/mantinedev/mantine/issues/4152))
-   `[@mantine/core]` Badge: Expose `BadgeVariant` type ([#&#8203;4215](https://togithub.com/mantinedev/mantine/issues/4215))
-   `[@mantine/core]` ThemeIcon: Expose `ThemeIconVariant` type ([#&#8203;4216](https://togithub.com/mantinedev/mantine/issues/4216))
-   `[@mantine/core]` ColorInput: Add option to set eye dropper aria-label though prop ([#&#8203;4227](https://togithub.com/mantinedev/mantine/issues/4227))
-   `[@mantine/core]` ColorPicker: Fix inaccurate numbers rounding in rgba and hex colors converters ([#&#8203;4238](https://togithub.com/mantinedev/mantine/issues/4238))
-   `[@mantine/core]` MultiSelect: Fix layout shifts in Safari when input is focused ([#&#8203;4249](https://togithub.com/mantinedev/mantine/issues/4249))
-   `[@mantine/core]` Rating: Add CSS color values support in `color` prop ([#&#8203;4251](https://togithub.com/mantinedev/mantine/issues/4251))
-   `[@mantine/dates]` Add missing `nextIcon`/`previousIcon` types to all components ([#&#8203;4180](https://togithub.com/mantinedev/mantine/issues/4180))

##### New Contributors

-   [@&#8203;thatanjan](https://togithub.com/thatanjan) made their first contribution in [https://github.com/mantinedev/mantine/pull/4248](https://togithub.com/mantinedev/mantine/pull/4248)
-   [@&#8203;agong-coveo](https://togithub.com/agong-coveo) made their first contribution in [https://github.com/mantinedev/mantine/pull/4152](https://togithub.com/mantinedev/mantine/pull/4152)

**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.10...6.0.11

### [`v6.0.10`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.10)

[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.9...6.0.10)

##### What's Changed

-   `[@mantine/core]` Remove invalid `autocomplete` attribute from JsonInput and ColorInput ([#&#8203;4140](https://togithub.com/mantinedev/mantine/issues/4140))
-   `[@mantine/core]` Tabs: Fix `aria-controls` set to id of panel that does not exist ([#&#8203;4142](https://togithub.com/mantinedev/mantine/issues/4142))
-   `[@mantine/core]` Input: Add icon offset to unstyled input variant ([#&#8203;4119](https://togithub.com/mantinedev/mantine/issues/4119))
-   `[@mantine/core]` Popover: Fix incorrect `closeOnClickOutside` logic ([#&#8203;4148](https://togithub.com/mantinedev/mantine/issues/4148))
-   `[@mantine/dates]` Add callback function support to `weekdayFormat` prop ([#&#8203;4156](https://togithub.com/mantinedev/mantine/issues/4156))
-   `[@mantine/core]` MultiSelect: Fix incorrect hovered item index when `disableSelectedItemFiltering` is set and  last item is selected ([#&#8203;4168](https://togithub.com/mantinedev/mantine/issues/4168))

##### New Contributors

-   [@&#8203;milhamm](https://togithub.com/milhamm) made their first contribution in [https://github.com/mantinedev/mantine/pull/4165](https://togithub.com/mantinedev/mantine/pull/4165)
-   [@&#8203;dbnar2](https://togithub.com/dbnar2) made their first contribution in [https://github.com/mantinedev/mantine/pull/4119](https://togithub.com/mantinedev/mantine/pull/4119)
-   [@&#8203;forestileao](https://togithub.com/forestileao) made their first contribution in [https://github.com/mantinedev/mantine/pull/4142](https://togithub.com/mantinedev/mantine/pull/4142)

**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.9...6.0.10

### [`v6.0.9`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.9)

[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.8...6.0.9)

##### What's Changed

-   `[@mantine/core]` MutiSelect: Fix error placeholder not respecting `theme.primaryShade` ([#&#8203;4113](https://togithub.com/mantinedev/mantine/issues/4113))
-   `[@mantine/core]` Preserve whitespace in Select, MultiSelect and Autocomplete items ([#&#8203;4094](https://togithub.com/mantinedev/mantine/issues/4094))
-   `[@mantine/core]` Menu: Fix incorrect click outside logic ([#&#8203;4114](https://togithub.com/mantinedev/mantine/issues/4114))
-   `[@mantine/core]` Slider: Fix incorrect `trackContainer` height ([#&#8203;4116](https://togithub.com/mantinedev/mantine/issues/4116))
-   `[@mantine/hooks]` use-focus-trap: Fix aria hider not being released when multiple focus traps being used at the same time ([#&#8203;4118](https://togithub.com/mantinedev/mantine/issues/4118))
-   `[@mantine/dates]` Fix `nextIcon` and `previousIcon` props not working in Calendar based components ([#&#8203;4126](https://togithub.com/mantinedev/mantine/issues/4126))
-   `[@mantine/hooks]` use-local-storage: Add dynamic local storage `key` support ([#&#8203;4127](https://togithub.com/mantinedev/mantine/issues/4127))

##### New Contributors

-   [@&#8203;Ben-Kincaid](https://togithub.com/Ben-Kincaid) made their first contribution in [https://github.com/mantinedev/mantine/pull/4127](https://togithub.com/mantinedev/mantine/pull/4127)
-   [@&#8203;IvanKalinin](https://togithub.com/IvanKalinin) made their first contribution in [https://github.com/mantinedev/mantine/pull/4126](https://togithub.com/mantinedev/mantine/pull/4126)
-   [@&#8203;Cuzart](https://togithub.com/Cuzart) made their first contribution in [https://github.com/mantinedev/mantine/pull/4113](https://togithub.com/mantinedev/mantine/pull/4113)

**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.8...6.0.9

### [`v6.0.8`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.8)

[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.7...6.0.8)

#### What's Changed

-   `[@mantine/core]` Accordion: Fix chevron width being defined in px instead of rem ([#&#8203;3935](https://togithub.com/mantinedev/mantine/issues/3935))
-   `[@mantine/core]` Modal: Add missing `sx` prop ([#&#8203;4058](https://togithub.com/mantinedev/mantine/issues/4058))
-   `[@mantine/core]` Dialog: Fix viewport overflowing on small screens ([#&#8203;4090](https://togithub.com/mantinedev/mantine/issues/4090))
-   `[@mantine/core]` MultiSelect: Add option to get value index in `ValueCopmonent` ([#&#8203;3928](https://togithub.com/mantinedev/mantine/issues/3928))
-   `[@mantine/dates]` DatePickerInput: Fix `withCellSpacing` not working ([#&#8203;3993](https://togithub.com/mantinedev/mantine/issues/3993))
-   `[@mantine/core]` Menu: Fix incorrect logic for `onChange`, `onOpen` and `onClose` callbacks ([#&#8203;4030](https://togithub.com/mantinedev/mantine/issues/4030))
-   `[@mantine/core]` Sort `theme.breakpoints` during theme override merging on MantineProvider ([#&#8203;4051](https://togithub.com/mantinedev/mantine/issues/4051))
-   `[@mantine/core]` Notification: Fix incorrect border styles ([#&#8203;4054](https://togithub.com/mantinedev/mantine/issues/4054))
-   `[@mantine/dropzone]` Reexport `FileRejection` type from `react-dropzone` ([#&#8203;4065](https://togithub.com/mantinedev/mantine/issues/4065))
-   `[@mantine/core]` Slider: Fix slider track not respecting parent container width ([#&#8203;4083](https://togithub.com/mantinedev/mantine/issues/4083))

#### New Contributors

-   [@&#8203;dylnslck](https://togithub.com/dylnslck) made their first contribution in [https://github.com/mantinedev/mantine/pull/4065](https://togithub.com/mantinedev/mantine/pull/4065)
-   [@&#8203;xshuxin](https://togithub.com/xshuxin) made their first contribution in [https://github.com/mantinedev/mantine/pull/4030](https://togithub.com/mantinedev/mantine/pull/4030)

**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.7...6.0.8

### [`v6.0.7`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.7)

[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.6...6.0.7)

#### What's Changed

-   `[@mantine/core]` Fix `portalProps` types and override order in all components ([#&#8203;4009](https://togithub.com/mantinedev/mantine/issues/4009))
-   `[@mantine/core]` ColorInput: Fix `onChange()` executed after `onBlur()` ([#&#8203;4012](https://togithub.com/mantinedev/mantine/issues/4012))
-   `[@mantine/dates]` DatePickerInput: fix `type` field always displaying generic value in autocomplete ([#&#8203;4017](https://togithub.com/mantinedev/mantine/issues/4017))
-   `[@mantine/core]` Notification: Add `withBorder` prop ([#&#8203;4022](https://togithub.com/mantinedev/mantine/issues/4022))
-   `[@mantine/dates]` Fix dates range displayed incorrectly when given dates have time that is close to the next day ([#&#8203;4028](https://togithub.com/mantinedev/mantine/issues/4028))
-   `[@mantine/core]` ColorInput: Fix `onChangeEnd` not being called when color is picked with eyedropper ([#&#8203;4031](https://togithub.com/mantinedev/mantine/issues/4031))
-   `[@mantine/core]` Slider: Fix incorrect marks click behavior ([#&#8203;4000](https://togithub.com/mantinedev/mantine/issues/4000))

#### New Contributors

-   [@&#8203;newt239](https://togithub.com/newt239) made their first contribution in [https://github.com/mantinedev/mantine/pull/4004](https://togithub.com/mantinedev/mantine/pull/4004)
-   [@&#8203;zoutiyx](https://togithub.com/zoutiyx) made their first contribution in [https://github.com/mantinedev/mantine/pull/4033](https://togithub.com/mantinedev/mantine/pull/4033)
-   [@&#8203;bentron2000](https://togithub.com/bentron2000) made their first contribution in [https://github.com/mantinedev/mantine/pull/4042](https://togithub.com/mantinedev/mantine/pull/4042)
-   [@&#8203;krzysztoff1](https://togithub.com/krzysztoff1) made their first contribution in [https://github.com/mantinedev/mantine/pull/4031](https://togithub.com/mantinedev/mantine/pull/4031)
-   [@&#8203;welpie21](https://togithub.com/welpie21) made their first contribution in [https://github.com/mantinedev/mantine/pull/4017](https://togithub.com/mantinedev/mantine/pull/4017)

**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.6...6.0.7

### [`v6.0.6`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.6)

[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.5...6.0.6)

#### What's Changed

-   `[@mantine/core]` MultiSelect: Fix incorrect default value max-width ([#&#8203;3958](https://togithub.com/mantinedev/mantine/issues/3958))
-   `[@mantine/dates]` Fix `onNextDecade`, `onPreviousDecade` and similar handlers not working on some components ([#&#8203;3946](https://togithub.com/mantinedev/mantine/issues/3946))
-   `[@mantine/core]` Modal: Fix incorrect close button position when there is no title ([#&#8203;3939](https://togithub.com/mantinedev/mantine/issues/3939))
-   `[@mantine/core]` Image: Fix imageProps overrding component props ([#&#8203;3985](https://togithub.com/mantinedev/mantine/issues/3985))
-   `[@mantine/form]` Rollback `form.reset` type change ([#&#8203;3956](https://togithub.com/mantinedev/mantine/issues/3956))
-   `[@mantine/dates]` Fix page scrolling on ArrowUp/ArrowDown keyboard navigation ([#&#8203;3925](https://togithub.com/mantinedev/mantine/issues/3925))
-   `[@mantine/dates]` DateInput: Fix `defaultDate` not working ([#&#8203;3950](https://togithub.com/mantinedev/mantine/issues/3950))
-   `[@mantine/dates]` Add missing props from DatePicker ([#&#8203;3951](https://togithub.com/mantinedev/mantine/issues/3951))
-   `[@mantine/dates]` Fix weekday labeling when `dayjs.locale` is used ([#&#8203;3954](https://togithub.com/mantinedev/mantine/issues/3954))
-   `[@mantine/core]` MultiSelect: Fix broken styles in Safari ([#&#8203;3980](https://togithub.com/mantinedev/mantine/issues/3980))
-   `[@mantine/core]` NumberInput: Fix `onChange` not being called correctly ([#&#8203;3984](https://togithub.com/mantinedev/mantine/issues/3984))
-   `[@mantine/dates]` DatePicker: Fix component throwing error when `type` changes ([#&#8203;3989](https://togithub.com/mantinedev/mantine/issues/3989))
-   `[@mantine/core]` NumberInput: Add `thousandsSeparator` ([#&#8203;3990](https://togithub.com/mantinedev/mantine/issues/3990))
-   `[@mantine/core]` ColorPicker: Fix color picker state not being updated when component is uncontrolled and color swatch is clicked

#### New Contributors

-   [@&#8203;jrozbicki](https://togithub.com/jrozbicki) made their first contribution in [https://github.com/mantinedev/mantine/pull/3980](https://togithub.com/mantinedev/mantine/pull/3980)
-   [@&#8203;jsuter](https://togithub.com/jsuter) made their first contribution in [https://github.com/mantinedev/mantine/pull/3951](https://togithub.com/mantinedev/mantine/pull/3951)
-   [@&#8203;KilianB](https://togithub.com/KilianB) made their first contribution in [https://github.com/mantinedev/mantine/pull/3946](https://togithub.com/mantinedev/mantine/pull/3946)
-   [@&#8203;vaynevayne](https://togithub.com/vaynevayne) made their first contribution in [https://github.com/mantinedev/mantine/pull/3958](https://togithub.com/mantinedev/mantine/pull/3958)

**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.5...6.0.6

### [`v6.0.5`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.5)

#### What's Changed

-   `[@mantine/core]` Change Modal and Drawer to use native scrollbars by default, remove excessive markup ([#&#8203;3854](https://togithub.com/mantinedev/mantine/issues/3854))
-   `[@mantine/core]` Drawer: Fix styles api on MantineProvider not working
-   `[@mantine/core]` Button: Fix hover styles not overwritten with `&:hover` selector ([#&#8203;3920](https://togithub.com/mantinedev/mantine/issues/3920))
-   `[@mantine/dates]` Change tab order behavior to match native date pickers ([#&#8203;3876](https://togithub.com/mantinedev/mantine/issues/3876))
-   `[@mantine/dates]` Fix tab order with `hideOutsideDates` prop ([#&#8203;3849](https://togithub.com/mantinedev/mantine/issues/3849))
-   `[@mantine/form]` Fix incorrect form errors behavior with `form.resorderListItem` and `form.insertListItem` handlers ([#&#8203;3828](https://togithub.com/mantinedev/mantine/issues/3828))
-   `[@mantine/core]` Popover: Add option to change offset for each axis individually ([#&#8203;3775](https://togithub.com/mantinedev/mantine/issues/3775))
-   `[@mantine/core]` MultiSelect: Fix `disableSelectedItemFiltering` prop not working with `searchable` option ([#&#8203;3894](https://togithub.com/mantinedev/mantine/issues/3894))
-   `[@mantine/core]` Autocomplete: Fix incorrect `aria-` attributes on input element ([#&#8203;3900](https://togithub.com/mantinedev/mantine/issues/3900))
-   `[@mantine/core]` TypographyStylesProvider: Fix incorrect breakpoints used in styles ([#&#8203;3902](https://togithub.com/mantinedev/mantine/issues/3902))
-   `[@mantine/form]` Allow to specify values partial in `form.resetDirty` ([#&#8203;3906](https://togithub.com/mantinedev/mantine/issues/3906))
-   `[@mantine/core]` Slider: Fix incorrect behavior when slider is disabled and marks are clicked ([#&#8203;3856](https://togithub.com/mantinedev/mantine/issues/3856))

#### New Contributors

-   [@&#8203;badalsaibo](https://togithub.com/badalsaibo) made their first contribution in [https://github.com/mantinedev/mantine/pull/3848](https://togithub.com/mantinedev/mantine/pull/3848)
-   [@&#8203;btmnk](https://togithub.com/btmnk) made their first contribution in [https://github.com/mantinedev/mantine/pull/3906](https://togithub.com/mantinedev/mantine/pull/3906)
-   [@&#8203;csmatt](https://togithub.com/csmatt) made their first contribution in [https://github.com/mantinedev/mantine/pull/3900](https://togithub.com/mantinedev/mantine/pull/3900)
-   [@&#8203;citypaul](https://togithub.com/citypaul) made their first contribution in [https://github.com/mantinedev/mantine/pull/3897](https://togithub.com/mantinedev/mantine/pull/3897)

**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.3...6.0.5

### [`v6.0.3`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.3): 6.0.4

[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.2...6.0.3)

#### What's Changed

-   `[@mantine/dates]` Calendar: Improve tab navigation order in decade/year/month views ([#&#8203;3728](https://togithub.com/mantinedev/mantine/issues/3728))
-   `[@mantine/core]` Fix NumberInput precision formatting ([#&#8203;3756](https://togithub.com/mantinedev/mantine/issues/3756))
-   `[@mantine/hooks]` use-timeout: Memoize `clear` and `start` functions ([#&#8203;3801](https://togithub.com/mantinedev/mantine/issues/3801))
-   `[@mantine/core]` Modal: Fix unexpected attributes added to root dom node ([#&#8203;3802](https://togithub.com/mantinedev/mantine/issues/3802))
-   `[@mantine/dates]` DatePickerInput: Fix unexpected attribute `valueFormat` being added to root dom node ([#&#8203;3804](https://togithub.com/mantinedev/mantine/issues/3804))
-   `[@mantine/form]` Fix some object being incorrectly cloned in `form.setFieldValue` handler ([#&#8203;3805](https://togithub.com/mantinedev/mantine/issues/3805))
-   `[@mantine/tiptap]` Update installation instructions to include tiptap/pm package ([#&#8203;3806](https://togithub.com/mantinedev/mantine/issues/3806))
-   `[@mantine/core]` Accordion: Fix parts of lowercase letters being cut off by overflow: hidden ([#&#8203;3812](https://togithub.com/mantinedev/mantine/issues/3812))
-   `[@mantine/styles]` Expose theme breakpoints as css variables ([#&#8203;3824](https://togithub.com/mantinedev/mantine/issues/3824))
-   `[@mantine/core]` Fix Modal/Drawer content scrolling over header ([#&#8203;3829](https://togithub.com/mantinedev/mantine/issues/3829))
-   `[@mantine/core]` Pagination: Fix incorrect chevron icons in RTL ([#&#8203;3809](https://togithub.com/mantinedev/mantine/issues/3809))
-   `[@mantine/core]` Select: Fix `shadow` prop not working ([#&#8203;3807](https://togithub.com/mantinedev/mantine/issues/3807))
-   `[@mantine/core]` Pagination: Fix `spacing={0}` nor working
-   `[@mantine/form]` Make isEmail validation simpler to allow usage of dots and plus signs

#### New Contributors

-   [@&#8203;kaeevans](https://togithub.com/kaeevans) made their first contribution in [https://github.com/mantinedev/mantine/pull/3778](https://togithub.com/mantinedev/mantine/pull/3778)
-   [@&#8203;old-rob](https://togithub.com/old-rob) made their first contribution in [https://github.com/mantinedev/mantine/pull/3840](https://togithub.com/mantinedev/mantine/pull/3840)
-   [@&#8203;anri-asaturov](https://togithub.com/anri-asaturov) made their first contribution in [https://github.com/mantinedev/mantine/pull/3824](https://togithub.com/mantinedev/mantine/pull/3824)
-   [@&#8203;zachspiel](https://togithub.com/zachspiel) made their first contribution in [https://github.com/mantinedev/mantine/pull/3812](https://togithub.com/mantinedev/mantine/pull/3812)
-   [@&#8203;twiddler](https://togithub.com/twiddler) made their first contribution in [https://github.com/mantinedev/mantine/pull/3806](https://togithub.com/mantinedev/mantine/pull/3806)
-   [@&#8203;benlongo](https://togithub.com/benlongo) made their first contribution in [https://github.com/mantinedev/mantine/pull/3805](https://togithub.com/mantinedev/mantine/pull/3805)

**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.2...6.0.3

### [`v6.0.2`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.2)

[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.1...6.0.2)

#### What's Changed

-   `[@mantine/hooks]` use-hash: Fix incorrect hash set from `hashchange` event ([#&#8203;3773](https://togithub.com/mantinedev/mantine/issues/3773))
-   `[@mantine/core]` PinInput: Fix `onComplete` prop firing incorrectly ([#&#8203;3715](https://togithub.com/mantinedev/mantine/issues/3715))
-   `[@mantine/core]` Popover: Add `onClose` and `onOpen` events supports for uncontrolled popovers ([#&#8203;3716](https://togithub.com/mantinedev/mantine/issues/3716))
-   `[@mantine/core]` Select: Fix focus loss when pressing tab inside input element ([#&#8203;3744](https://togithub.com/mantinedev/mantine/issues/3744))
-   `[@mantine/core]` Anchor: Fix `undelrine` prop not working for hover state ([#&#8203;3748](https://togithub.com/mantinedev/mantine/issues/3748))
-   `[@mantine/core]` Switch: Fix body scrolling when input is focused ([#&#8203;3752](https://togithub.com/mantinedev/mantine/issues/3752))
-   `[@mantine/core]` Popover: Fix incorrect dropdown position when `position` prop changes ([#&#8203;3753](https://togithub.com/mantinedev/mantine/issues/3753))
-   `[@mantine/core]` ScrollArea: Add missing `viewportProps` prop to ScrollArea.Autosize ([#&#8203;3760](https://togithub.com/mantinedev/mantine/issues/3760))
-   `[@mantine/core]` JsonInput: Fix incorrect serialization logic ([#&#8203;3769](https://togithub.com/mantinedev/mantine/issues/3769))
-   `[@mantine/core]` Drawer: Fix incorrect static selector ([#&#8203;3730](https://togithub.com/mantinedev/mantine/issues/3730))

#### New Contributors

-   [@&#8203;jourmooney](https://togithub.com/jourmooney) made their first contribution in [https://github.com/mantinedev/mantine/pull/3730](https://togithub.com/mantinedev/mantine/pull/3730)
-   [@&#8203;Domin-MND](https://togithub.com/Domin-MND) made their first contribution in [https://github.com/mantinedev/mantine/pull/3760](https://togithub.com/mantinedev/mantine/pull/3760)
-   [@&#8203;Tronikelis](https://togithub.com/Tronikelis) made their first contribution in [https://github.com/mantinedev/mantine/pull/3748](https://togithub.com/mantinedev/mantine/pull/3748)
-   [@&#8203;fbarl](https://togithub.com/fbarl) made their first contribution in [https://github.com/mantinedev/mantine/pull/3744](https://togithub.com/mantinedev/mantine/pull/3744)
-   [@&#8203;hllmtl](https://togithub.com/hllmtl) made their first contribution in [https://github.com/mantinedev/mantine/pull/3721](https://togithub.com/mantinedev/mantine/pull/3721)
-   [@&#8203;LeighS95](https://togithub.com/LeighS95) made their first contribution in [https://github.com/mantinedev/mantine/pull/3715](https://togithub.com/mantinedev/mantine/pull/3715)
-   [@&#8203;stijnvanderlaan](https://togithub.com/stijnvanderlaan) made their first contribution in [https://github.com/mantinedev/mantine/pull/3773](https://togithub.com/mantinedev/mantine/pull/3773)

**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.1...6.0.2

### [`v6.0.1`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.1)

[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.0...6.0.1)

#### What's Changed

-   `[@mantine/core]` SegmentedControl: Fix incorrect border styles in vertical orientation ([#&#8203;3670](https://togithub.com/mantinedev/mantine/issues/3670))
-   `[@mantine/core]` Fix incorrect error messages in Popover, HoverCard and Menu components ([#&#8203;3638](https://togithub.com/mantinedev/mantine/issues/3638))
-   `[@mantine/core]` Button: Fix incorrect Button.Group styles that contain only one Button ([#&#8203;3667](https://togithub.com/mantinedev/mantine/issues/3667))
-   `[@mantine/dates]` Remove disabled level change button from tab order ([#&#8203;3648](https://togithub.com/mantinedev/mantine/issues/3648))
-   `[@mantine/core]` Transition: Fix exit duration not working ([#&#8203;3664](https://togithub.com/mantinedev/mantine/issues/3664))
-   `[@mantine/core]` Anchor: Fix dimmed color not working ([#&#8203;3668](https://togithub.com/mantinedev/mantine/issues/3668))
-   `[@mantine/core]` Alert: Fix content overlap with no title and with close button ([#&#8203;3681](https://togithub.com/mantinedev/mantine/issues/3681))
-   `[@mantine/core]` AppShell: Fix incorrect CSS variables ([#&#8203;3687](https://togithub.com/mantinedev/mantine/issues/3687))
-   `[@mantine/notifications]` Add static methods to Notifications ([#&#8203;3689](https://togithub.com/mantinedev/mantine/issues/3689))
-   `[@mantine/core]` Title: Fix Text props not working ([#&#8203;3690](https://togithub.com/mantinedev/mantine/issues/3690))
-   `[@mantine/styles]` Fix incorrect CSS variables parsing in theme functions ([#&#8203;3695](https://togithub.com/mantinedev/mantine/issues/3695))
-   `[@mantine/dates]` DateTimePicker: Fix TimeInput now showing when dropdown was closed with month/year picker ([#&#8203;3710](https://togithub.com/mantinedev/mantine/issues/3710))
-   `[@mantine/core]` Portal: Add `portalProps` prop support ([#&#8203;3696](https://togithub.com/mantinedev/mantine/issues/3696))
-   `[@mantine/core]` Tooltip: Fix incorrect arrow border styles ([#&#8203;3693](https://togithub.com/mantinedev/mantine/issues/3693))

#### New Contributors

-   [@&#8203;beeman](https://togithub.com/beeman) made their first contribution in [https://github.com/mantinedev/mantine/pull/3673](https://togithub.com/mantinedev/mantine/pull/3673)
-   [@&#8203;andyphl](https://togithub.com/andyphl) made their first contribution in [https://github.com/mantinedev/mantine/pull/3690](https://togithub.com/mantinedev/mantine/pull/3690)
-   [@&#8203;ForeshadowRU](https://togithub.com/ForeshadowRU) made their first contribution in [https://github.com/mantinedev/mantine/pull/3689](https://togithub.com/mantinedev/mantine/pull/3689)
-   [@&#8203;lgaspari](https://togithub.com/lgaspari) made their first contribution in [https://github.com/mantinedev/mantine/pull/3664](https://togithub.com/mantinedev/mantine/pull/3664)
-   [@&#8203;rarkins](https://togithub.com/rarkins) made their first contribution in [https://github.com/mantinedev/mantine/pull/3652](https://togithub.com/mantinedev/mantine/pull/3652)
-   [@&#8203;jksaunders](https://togithub.com/jksaunders) made their first contribution in [https://github.com/mantinedev/mantine/pull/3670](https://togithub.com/mantinedev/mantine/pull/3670)

**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.0...6.0.1

### [`v6.0.0`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.0)

[Compare Source](https://togithub.com/mantinedev/mantine/compare/5.10.5...6.0.0)

[View changelog with demos on mantine.dev website](https://mantine.dev/changelog/6-0-0/)

#### Breaking changes

The following changes are breaking. Note that although
we've tried to include all breaking changes with migration guides in the list you still may
experience undocumented changes. If you think that these changes worth including in this list,
let us know by [opening an issue on GitHub](https://togithub.com/mantinedev/mantine/issues/new/choose).

##### Migration to rem/em units

All Mantine components now use [rem units](https://mantine.dev/styles/rem/). `1rem` is considered to be `16px`
with medium text size selected by user, all components will scale based on settings specified in browser.
`theme.spacing`, `theme.radius`, `theme.fontSizes` and other theme properties overrides
are now expected to be defined in rem. `theme.breakpoints` are expected to be defined in `em` units:

```tsx
import { MantineProvider } from "@&#8203;mantine/core";

function Demo() {
  return (
    <MantineProvider
      theme={{
        spacing: { xs: "1rem", sm: "1.5rem" /* ... */ },
        fontSizes: { xs: "0.8rem", sm: "1.2rem" /* ... */ },
        radius: { xs: "0.1rem", sm: "0.3rem" /* ... */ },
        breakpoints: { xs: "20em", sm: "36em" /* ... */ },
      }}
    >
      <App />
    </MantineProvider>
  );
}
```

You can no longer use addition, subtraction, division, multiplication and other math operations
with theme values in [createStyles](https://mantine.dev/styles/create-styles/) and [sx prop](https://mantine.dev/styles/sx/),
use `calc` instead:

```tsx
import { createStyles, rem } from '@&#8203;mantine/core':

// 5.x expressions that will no longer work in 6.x
createStyles((theme) => ({
  demo: {
    // Values cannot longer be prepended with minus sign
    margin: -theme.spacing.xs,

    // addition, subtraction, division, multiplication
    // and other math operations are no longer available
    paddingLeft: theme.spacing.md + 5,
    paddingRight: theme.spacing.sm / 2,
    paddingTop: theme.spacing.lg * 1.5,
    paddingBottom: theme.spacing.xl - theme.spacing.md,

    // theme values used in sting templates
    // will no longer work with px suffix
    margin: `${theme.spacing.xs}px ${theme.spacing.md}px`
  }
}));

// In 6.0 use calc
createStyles((theme) => ({
  demo: {
    // Use calc to negate theme value
    margin: `calc(${theme.spacing.xs} * -1)`,

    // Use calc and rem function for
    // addition, subtraction, division, multiplication
    paddingLeft: `calc(${theme.spacing.md} + ${rem(5)})`,
    paddingRight: `calc(${theme.spacing.sm} / 2)`,
    paddingTop: `calc(${theme.spacing.lg} * 1.5)`,
    paddingBottom: `calc(${theme.spacing.xl} - ${theme.spacing.md})`,

    // Omit px suffix when using theme values
    margin: `${theme.spacing.xs} ${theme.spacing.md}`
  }
}));
```

##### Automatic px to rem conversion

If you use numbers in Mantine components props, they will be treated as `px` and converted to `rem`,
for example:

```tsx
import { ColorSwatch } from "@&#8203;mantine/core";

function DemoPx() {
  // Specify ColorSwatch size in px, it will be automatically converted to rem
  // Width and height of ColorSwatch in this case will be 32px / 16 = 2rem
  return <ColorSwatch color="#&#8203;000" size={32} />;
}

function DemoRem() {
  // This demo will have the same size as previous one
  return <ColorSwatch color="#&#8203;000" size="2rem" />;
}
```

The same logic is applied to [style props](/styles/style-props/) available
in every component:

```tsx
import { Box } from "@&#8203;mantine/core";

function Demo() {
  // width: 2rem, height: 1rem
  // margin-left: 1rem
  // @&#8203;media (min-width: theme.breakpoints.sm) -> margin-left: 2rem
  return <Box w={32} h={16} ml={{ base: 16, sm: 32 }} />;
}
```

##### createStyles breaking changes

[createStyles](https://mantine.dev/styles/create-styles/) function no longer receives `getRef`
as a third argument. Use `getStylesRef` exported from `@mantine/core` package instead:

```tsx
// in 5.x, will not work in 6.x
import { createStyles } from '@&#8203;mantine/core';

createStyles((theme, params, getRef) => {
  child: { ref: getRef('child') },
  parent: { [`& .${getRef('child')}`]: { color: 'red' } },
});

// in 6.x use getStylesRef function
import { createStyles, getStylesRef } from '@&#8203;mantine/core';

createStyles((theme, params) => {
  child: { ref: getStylesRef('child') },
  parent: { [`& .${getStylesRef('child')}`]: { color: 'red' } },
});
```

##### [@&#8203;mantine/notifications](https://togithub.com/mantine/notifications) breaking changes

[@&#8203;mantine/notifications](https://mantine.dev/others/notifications/) package no longer exports
`NotificationsProvider` component. Instead you should add `Notifications` component to any
part of your application. This change allows to avoid unnecessary rerenders of child components
when notifications state change. Also `useNotifications` hook is no longer exported from the package.

```tsx
import { MantineProvider } from "@&#8203;mantine/core";
import { Notifications } from "@&#8203;mantine/notifications";

function Demo() {
  return (
    <MantineProvider withNormalizeCSS withGlobalStyles>
      <Notifications />
      <App />
    </MantineProvider>
  );
}
```

##### [@&#8203;mantine/rte](https://togithub.com/mantine/rte) package deprecation

`@mantine/rte` package is deprecated – it will no longer receive updates (last version will remain 5.x)
and it may no longer be compatible with `@mantine/core` and `@mantine/hooks` packages (6.x and later versions).
Migrate to [@&#8203;mantine/tiptap](https://mantine.dev/others/tiptap/) as soon as possible.

##### [@&#8203;mantine/dates](https://togithub.com/mantine/dates) breaking changes

All components from `@mantine/dates` package were rebuilt from scratch.
Note that the following list is not full as it is difficult to include all breaking changes
after a full package revamp – follow documentation of component that you use to find out about
all breaking changes.

-   Styles API selectors of components were changed
-   `DatePicker` component was renamed to `DatePickerInput`
-   `Calendar` component was renamed to `DatePicker`
-   `TimeInput` component was migrated to native `input[type="time"]` as it provides better UX in most browsers
-   `TimeRangeInput` component was removed – it is no longer exported from the package
-   `DateRangePicker` and `RangeCalendar` components were removed – you can now setup dates range picking in [DatePicker](https://mantine.dev/dates/date-picker/) and [DatePickerInput](https://mantine.dev/dates/date-picker-input/)
-   `amountOfMonths` prop was renamed to `numberOfColumns` in all components
-   `DatePickerInput` (previously `DatePicker`) component no longer supports `allowFreeInput` prop – use [DateInput](https://mantine.dev/dates/date-input/) component instead
-   `DatePicker` (previously `Calendar`) component no longer supports `dayClassName` and `dayStyle` props – use `getDayProps` instead

##### Theme object changes

You can no longer define `dateFormat` and `datesLocale` in [theme](https://mantine.dev/theming/theme-object/),
use components prop to specify format instead:

```tsx
// 5.x, will not work in 6.x
import { MantineProvider } from "@&#8203;mantine/core";

function Demo() {
  return (
    <MantineProvider theme={{ dateFormat: "MMMM DD YYYY", datesLocale: "es" }}>
      <App />
    </MantineProvider>
  );
}

// 6.x – use components props
import { DatePickerInput } from "@&#8203;mantine/dates";

function Demo() {
  return <DatePickerInput valueFormat="MMMM D, YYYY" locale="es" />;
}
```

##### Modal and Drawer breaking changes

[Modal](https://mantine.dev/core/modal/) and [Drawer](https://mantine.dev/core/drawer/) components
props were renamed:

-   `withFocusReturn` → `returnFocus`
-   `overflow` → `scrollAreaComponent` (scroll now is always handled inside modal/drawer)
-   `overlayBlur` → `overlayProps.blur`
-   `overlayColor` → `overlayProps.color`
-   `overlayOpacity` → `overlayProps.opacity`
-   `exitTransitionDuration` → `transitionProps.exitDuration`
-   `transition` → `transitionProps.transition`
-   `transitionDuration` → `transitionProps.duration`
-   `transitionTimingFunction` → `transitionProps.timingFunction`

`Modal` styles API changes:

-   `modal` selector was renamed to `content`

`Drawer` styles API changes:

-   `drawer` selector was renamed to `content`

##### NumberInput breaking changes

[NumberInput](https://mantine.dev/core/number-input/) component types for `value`, `defaultValue`
and `onChange` props were changed. It now expects value to be `number | ''` (number or empty string) instead
of `number | undefined`. This change was made to address multiple bugs that happened because it was
not possible to differentiate controlled and uncontrolled `NumberInput`.

```tsx
import { useState } from "react";
import { NumberInput } from "@&#8203;mantine/core";

function Demo() {
  const [value, setValue] = useState<number | "">(0);
  return <NumberInput value={value} onChange={setValue} />;
}
```

##### [Pagination](https://mantine.dev/core/pagination/) breaking changes

-   Styles API selectors were changed
-   Renamed/removed props:
    -   `itemComponent` – removed, use `getItemProps` or static components instead
    -   `getItemAriaLabel` – removed, use `getItemProps` prop instead
    -   `initialPage` → `defaultValue`
    -   `page` → `value`

##### [@&#8203;mantine/spotlight](https://togithub.com/mantine/spotlight) breaking changes

[Spotlight](https://mantine.dev/others/spotlight/) component was migrated to use [Modal](https://mantine.dev/core/modal/)
under the hood. Its Styles API selectors and some props names were changed – it now supports all [Modal](https://mantine.dev/core/modal/) component props.

Renamed props:

-   `overlayBlur` → `overlayProps.blur`
-   `overlayColor` → `overlayProps.color`
-   `overlayOpacity` → `overlayProps.opacity`
-   `exitTransitionDuration` → `transitionProps.exitDuration`
-   `transition` → `transitionProps.transition`
-   `transitionDuration` → `transitionProps.transition`
-   `transitionTimingFunction` → `transitionProps.timingFunction`

[Spotlight](https://mantine.dev/others/spotlight/) actions are now fully controlled:

-   `actions` prop no longer accept a callback function, only a list of actions
-   To make register/remove features to work you will need to store actions in state

##### Other breaking changes

-   [Text](https://mantine.dev/core/text/) no longer supports `variant="link"`, use [Anchor](https://mantine.dev/core/anchor/) instead
-   [Input](https://mantine.dev/core/input/) Styles API was changed – `disabled`, `invalid` and `withIcon` selectors are no longer available, they were migrated to `data-disabled`, `data-invalid` and `data-with-icon` attributes
-   [PasswordInput](https://mantine.dev/core/password-input/) Styles API was changed – `invalid` and `withIcon` selectors are no longer available, use `data-invalid` and `data-with-icon` attributes with `innerInput` selector
-   `invalid` prop was renamed to `error` in [Input](https://mantine.dev/core/input/) component
-   [FileInput](https://mantine.dev/core/file-input/), [Select](https://mantine.dev/core/select/) and [MultiSelect](https://mantine.dev/core/multi-select/) components no longer support `clearButtonLabel` and `clearButtonTabIndex` props, use `clearButtonProps` instead to add any extra props to the clear button
-   `@mantine/next` package no longer exports `NextLink` component
-   [Checkbox.Group](https://mantine.dev/core/checkbox/), [Switch.Group](https://mantine.dev/core/switch/) and [Radio.Group](https://mantine.dev/core/radio/) components no longer include [Group](https://mantine.dev/core/group/) – `orientation`, `offset` and `spacing` props are no longer supported. This change gives you more freedom on how to organize inputs layout.
-   [Chip.Group](https://mantine.dev/core/chip/) no longer includes `Group` – you need to manage layout on your side
-   [List](https://mantine.dev/core/list/) component Styles API was changed, it no longer has `withIcon` selector, use `data-with-icon` attribute instead
-   `withFocusReturn` prop was renamed to `returnFocus` in [Modal](https://mantine.dev/core/modal/) and [Drawer](https://mantine.dev/core/drawer/) components
-   [Card](https://mantine.dev/core/card/) component now uses `padding` prop instead of `p` to offset `Card.Section` components
-   [RichTextEditor](https://mantine.dev/others/tiptap/) now depends on `@tabler/icons-react` (`>=2.1.0`) package instead of `@tabler/icons`
-   `@mantine/core` package no longer exports `GroupedTransition` component, use multiple [Transition](https://mantine.dev/core/transition/) components instead
-   `use-scroll-lock` hook is deprecated, all Mantine components now use [react-remove-scroll](https://togithub.com/theKashey/react-remove-scroll)
-   [ScrollArea.Autosize](https://mantine.dev/core/scroll-area/) component prop `maxHeight` is removed, it is replaced with `mah` [style prop](https://mantine.dev/styles/style-props/)
-   [SegmentedControl](https://mantine.dev/core/segmented-control/) component Styles API was changed – `labelActive` and `disabled` selectors were removed (replaced with `data-active` and `data-disabled` attributes on `label` selector), `active` selector was renamed to `indicator`
-   [Notification](https://mantine.dev/core/notification/) component prop `disallowClose` prop was renamed to `withCloseButton`, it also was changed in [notifications system](https://mantine.dev/others/notifications/)
-   [Tooltip](https://mantine.dev/core/tooltip/) component props `transition` and `transitionDuration` were renamed to `transitionProps`
-   [Popover](https://mantine.dev/core/popover/), [HoverCard](https://mantine.dev/core/hover-card/), [Menu](https://mantine.dev/core/menu/), [Select](https://mantine.dev/core/select/), [MultiSelect](https://mantine.dev/core/multi-select/), [ColorInput](https://mantine.dev/core/color-input/) and [Autocomplete](https://mantine.dev/core/autocomplete/) components `transition`, `transitionDuration` and `exitTransitionDuration` props were renamed to `transitionProps`
-   [Indicator](https://mantine.dev/core/indicator/) component no longer has the props `dot`, `showZero` and `overflowCount`. Use `disabled` and `label` instead to recreate the previous behavior.

#### Variants and sizes on MantineProvider

You can now use [MantineProvider](https://mantine.dev/theming/mantine-provider/) to add variants to all Mantine components that support [Styles API](https://mantine.dev/styles/styles-api/)
and sizes to components that support `size` prop.

Variants:

```tsx
import { MantineProvider, Button, Group } from "@&#8203;mantine/core";

function Demo() {
  return (
    <MantineProvider
      theme={{
        components: {
          Button: {
            variants: {
              danger: (theme) => ({
                root: {
                  backgroundColor: theme.colors.red[9],
                  color: theme.colors.red[0],
                  ...theme.fn.hover({ backgroundColor: theme.colors.red[8] }),
                },
              }),

              success: (theme) => ({
                root: {
                  backgroundImage: theme.fn.linearGradient(
                    45,
                    theme.colors.cyan[theme.fn.primaryShade()],
                    theme.colors.teal[theme.fn.primaryShade()],
                    theme.colors.green[theme.fn.primaryShade()]
                  ),
                  color: theme.white,
                },
              }),
            },
          },
        },
      }}
    >
      <Group position="center">
        <Button variant="danger">Danger variant</Button>
        <Button variant="success">Success variant</Button>
      </Group>
    </MantineProvider>
  );
}
```

Sizes:

```tsx
import { MantineProvider, Button, Group } from "@&#8203;mantine/core";

function Demo() {
  return (
    <MantineProvider
      theme={{
        components: {
          Button: {
            sizes: {
              xxxs: () => ({
                root: {
                  height: "1.25rem",
                  padding: "0.3125rem",
                  fontSize: "0.5rem",
                },
              }),

              xxl: (theme) => ({
                root: {
                  fontSize: "1.75rem",
                  height: "5rem",
                  padding: theme.spacing.xl,
                },
              }),
            },
          },
        },
      }}
    >
      <Group position="center">
        <Button size="xxxs">XXXS button</Button>
        <Button size="xxl">XXL button</Button>
      </Group>
    </MantineProvider>
  );
}
```

#### Updated [@&#8203;mantine/dates](https://togithub.com/mantine/dates) package

`@mantine/dates` package was rebuilt from scratch, it now includes new components to
pick [year](https://mantine.dev/dates/year-picker/), [month](https://mantine.dev/dates/month-picker/)
and [dates](https://mantine.dev/dates/date-picker/). All new pickers support `type` prop that can be:

-   `default` – `Date | null` – user can pick one date
-   `multiple` – `Date[]` – user can pick any number of dates
-   `range` – `[Date | null, Date | null]` – user can pick a range of two dates

`type="default"` example with [DatePickerInput](https://mantine.dev/dates/date-picker-input/) component:

```tsx
import { useState } from "react";
import { DatePickerInput } from "@&#8203;mantine/dates";

function Demo() {
  const [value, setValue] = useState<Date | null>(null);
  return (
    <DatePickerInput
      label="Pick date"
      placeholder="Pick date"
      value={value}
      onChange={setValue}
      mx="auto"
      maw={400}
    />
  );
}
```

`type="multiple"` example with [MonthPickerInput](https://mantine.dev/dates/month-picker-input/) component:

```tsx
import { useState } from "react";
import { MonthPickerInput } from "@&#8203;mantine/dates";

function Demo() {
  const [value, setValue] = useState<Date[]>([]);
  return (
    <MonthPickerInput
      type="multiple"
      label="Pick dates"
      placeholder="Pick dates"
      value={value}
      onChange={setValue}
      mx="auto"
      maw={400}
    />
  );
}
```

`type="range"` example with [YearPickerInput](https://mantine.dev/dates/year-picker-input/) component:

```tsx
import { useState } from "react";
import { YearPickerInput } from "@&#8203;mantine/dates";

function Demo() {
  const [value, setValue] = useState<[Date | null, Date | null]>([null, null]);
  return (
    <YearPickerInput
      type="range"
      label="Pick dates range"
      placeholder="Pick dates range"
      value={value}
      onChange={setValue}
      mx="auto"
      maw={400}
    />
  );
}
```

##### [DateTimePicker component](https://mantine.dev/dates/date-time-picker/)

```tsx
import { DateTimePicker } from "@&#8203;mantine/dates";

function Demo() {
  return (
    <DateTimePicker
      label="Pick date and time"
      placeholder="Pick date and time"
      maw={400}
      mx="auto"
    />
  );
}
```

##### [DateInput](https://mantine.dev/dates/date-input/)

```tsx
import { useState } from "react";
import { DateInput } from "@&#8203;mantine/dates";

function Demo() {
  const [value, setValue] = useState<Date | null>(null);
  return (
    <DateInput
      value={value}
      onChange={setValue}
      label="Date input"
      placeholder="Date input"
      maw={400}
      mx="auto"
    />
  );
}
```

##### [YearPicker component](https://mantine.dev/dates/year-picker/)

```tsx
impor

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/weareinreach/GLAAD).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ0YXJnZXRCcmFuY2giOiJkZXYifQ==-->


PR-URL: https://github.com/weareinreach/GLAAD/pull/45
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Joe Karow <58997957+JoeKarow@users.noreply.github.com>
@elibroftw
Copy link

Pretty sure this hides rightSection when a numberinput is disabled.

@agong-coveo
Copy link
Contributor Author

agong-coveo commented Jun 26, 2023

Pretty sure this hides rightSection when a numberinput is disabled.

@elibroftw The issue that this PR aimed to fix is that the behaviour of inputs that were disabled by fieldset did not replicate the same behaviour as when the disabled property is used.

In regards to the NumberInput, initially, the rightSection was already being hidden when the disabled property was present. I simply made an adjustment to hide the rightSection when the NumberInput is disabled within a fieldset.

@elibroftw
Copy link

elibroftw commented Jun 26, 2023

Might not be this PR then that caused a regression on Edge.

marcustisater-kivra added a commit to kivra/toybox that referenced this pull request Oct 23, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@mantine/core](https://mantine.dev/)
([source](https://togithub.com/mantinedev/mantine)) | [`6.0.10` ->
`6.0.21`](https://renovatebot.com/diffs/npm/@mantine%2fcore/6.0.10/6.0.21)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fcore/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fcore/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fcore/6.0.10/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fcore/6.0.10/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@mantine/prism](https://mantine.dev/others/prism/)
([source](https://togithub.com/mantinedev/mantine)) | [`6.0.10` ->
`6.0.21`](https://renovatebot.com/diffs/npm/@mantine%2fprism/6.0.10/6.0.21)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fprism/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fprism/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fprism/6.0.10/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fprism/6.0.10/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mantinedev/mantine (@&#8203;mantine/core)</summary>

###
[`v6.0.21`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.21)

[Compare
Source](https://togithub.com/mantinedev/mantine/compare/6.0.20...6.0.21)

##### Last 6.x patch

This is the last patch for 6.x (at least for a while), next version that
will be released is 7.0.0. If you haven't checked v7 yet, you can review
it here – https://v7.mantine.dev/

##### What's Changed

- `[@mantine/core]` Fix Radio and Checkbox components do not receive
padding when a value of 0 is passed into the label prop
([#&#8203;4755](https://togithub.com/mantinedev/mantine/issues/4755))
- `[@mantine/dates]` Fix incorrect accessible name set on
DatePickerInput and other similar components
([#&#8203;4750](https://togithub.com/mantinedev/mantine/issues/4750))

##### New Contributors

- [@&#8203;qaynam](https://togithub.com/qaynam) made their first
contribution in
[mantinedev/mantine#4755

**Full Changelog**:
mantinedev/mantine@6.0.20...6.0.21

###
[`v6.0.20`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.20)

[Compare
Source](https://togithub.com/mantinedev/mantine/compare/6.0.19...6.0.20)

##### What's Changed

- `[@mantine/dates]` Calendar: Fix incorrect `hasNextLevel` prop type
([#&#8203;4682](https://togithub.com/mantinedev/mantine/issues/4682))
- `[@mantine/core]` PasswordInput: Set `autocomplete="off"` to prevent
passwords logging in console
([#&#8203;4564](https://togithub.com/mantinedev/mantine/issues/4564))
- `[@mantine/core]` BackgroundImage: Fix image not loading if given
image url contains whitespace
([#&#8203;4715](https://togithub.com/mantinedev/mantine/issues/4715))
- `[@mantine/dates]` Fix: DatePickerInput and DateTimePicker label click
does not focusing the input
([#&#8203;4634](https://togithub.com/mantinedev/mantine/issues/4634))
- `[@mantine/core]` PinInput: Fix OTP paste not working from Google
Keyboard on Android
([#&#8203;4641](https://togithub.com/mantinedev/mantine/issues/4641))
- `[@mantine/core]` Grid: Fix `id` prop not being passed to the root
element
([#&#8203;4666](https://togithub.com/mantinedev/mantine/issues/4666))
- `[@mantine/tiptap]` Fix incorrect color displayed in
ColorPickerControl
([#&#8203;4667](https://togithub.com/mantinedev/mantine/issues/4667))
- `[@mantine/core]` Anchor: Fix incorrect inherited types from Text
([#&#8203;4695](https://togithub.com/mantinedev/mantine/issues/4695))

##### New Contributors

- [@&#8203;hiddenLadder](https://togithub.com/hiddenLadder) made their
first contribution in
[mantinedev/mantine#4642
- [@&#8203;HarshitDoshi](https://togithub.com/HarshitDoshi) made their
first contribution in
[mantinedev/mantine#4692
- [@&#8203;marwinburesch](https://togithub.com/marwinburesch) made their
first contribution in
[mantinedev/mantine#4703
- [@&#8203;HoHieuLuc](https://togithub.com/HoHieuLuc) made their first
contribution in
[mantinedev/mantine#4667
- [@&#8203;lscheibel](https://togithub.com/lscheibel) made their first
contribution in
[mantinedev/mantine#4666
- [@&#8203;saeidalidadi](https://togithub.com/saeidalidadi) made their
first contribution in
[mantinedev/mantine#4641
- [@&#8203;rommelmamedov](https://togithub.com/rommelmamedov) made their
first contribution in
[mantinedev/mantine#4634
- [@&#8203;blueagler](https://togithub.com/blueagler) made their first
contribution in
[mantinedev/mantine#4715
- [@&#8203;yeana-dev](https://togithub.com/yeana-dev) made their first
contribution in
[mantinedev/mantine#4712

**Full Changelog**:
mantinedev/mantine@6.0.19...6.0.20

###
[`v6.0.19`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.19)

[Compare
Source](https://togithub.com/mantinedev/mantine/compare/6.0.18...6.0.19)

##### What's Changed

- `[@mantine/dates]` DateTimePicker: Add option to get time input ref
with `timeInputProps`
- `[@mantine/hooks]` Fix unexpected breaking change introduced in
`useResizeObserver` in the previous patch
([#&#8203;4632](https://togithub.com/mantinedev/mantine/issues/4632))
- `[@mantine/dates]` Fix incorrect Calendar prop types definition
([#&#8203;4638](https://togithub.com/mantinedev/mantine/issues/4638))

##### New Contributors

- [@&#8203;raul-repos](https://togithub.com/raul-repos) made their first
contribution in
[mantinedev/mantine#4630

**Full Changelog**:
mantinedev/mantine@6.0.18...6.0.19

###
[`v6.0.18`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.18)

[Compare
Source](https://togithub.com/mantinedev/mantine/compare/6.0.17...6.0.18)

##### What's Changed

- `[@mantine/core]` Spoiler: Fix control button flickering on rerender
([#&#8203;4512](https://togithub.com/mantinedev/mantine/issues/4512))
- `[@mantine/tiptap]` Fix incorrect color displayed in color control in
dark color scheme
([#&#8203;4560](https://togithub.com/mantinedev/mantine/issues/4560))
- `[@mantine/core]` Pagination: Fix incorrect disabled styles when
control node is changed to link
([#&#8203;4578](https://togithub.com/mantinedev/mantine/issues/4578))
- `[@mantine/core]` Modal: Make body's zIndex same as overlay's to allow
modals stacking
([#&#8203;4587](https://togithub.com/mantinedev/mantine/issues/4587))
- `[@mantine/core]` Avatar: Fix incorrect placeholder icon dimensions
([#&#8203;4600](https://togithub.com/mantinedev/mantine/issues/4600))
- `[@mantine/dates]` Fix `defaultDate` overriding `value` prop
([#&#8203;4624](https://togithub.com/mantinedev/mantine/issues/4624))

##### New Contributors

- [@&#8203;mattaningram](https://togithub.com/mattaningram) made their
first contribution in
[mantinedev/mantine#4600
- [@&#8203;ItaiAxelrad](https://togithub.com/ItaiAxelrad) made their
first contribution in
[mantinedev/mantine#4578
- [@&#8203;hellolol2016](https://togithub.com/hellolol2016) made their
first contribution in
[mantinedev/mantine#4560
- [@&#8203;KurtGokhan](https://togithub.com/KurtGokhan) made their first
contribution in
[mantinedev/mantine#4512

**Full Changelog**:
mantinedev/mantine@6.0.17...6.0.18

###
[`v6.0.17`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.17)

[Compare
Source](https://togithub.com/mantinedev/mantine/compare/6.0.16...6.0.17)

#### What's Changed

- `[@mantine/carousel]` Remove x.clickAllowed to support embla 8.x
([#&#8203;4357](https://togithub.com/mantinedev/mantine/issues/4357),
[#&#8203;4174](https://togithub.com/mantinedev/mantine/issues/4174))
- `[@mantine/core]` PasswordInput: Remove rightSection associated props
to avoid confusion
([#&#8203;4436](https://togithub.com/mantinedev/mantine/issues/4436))
- `[@mantine/core]` Menu: Fix up and down keys not working when first
Menu.Item is disabled
([#&#8203;4411](https://togithub.com/mantinedev/mantine/issues/4411))
- `[@mantine/spotlight]` Fix `target` prop not working
([#&#8203;4494](https://togithub.com/mantinedev/mantine/issues/4494))
- `[@mantine/core]` Switch: Fix incorrect label styles in RTL
([#&#8203;4515](https://togithub.com/mantinedev/mantine/issues/4515))
- `[@mantine/core]` Slider: Fix decimal step without precision prop not
working
([#&#8203;4538](https://togithub.com/mantinedev/mantine/issues/4538))
- `[@mantine/core]` Rating: Fix `readOnly` prop not working with
`defaultValue`
([#&#8203;4525](https://togithub.com/mantinedev/mantine/issues/4525))
- `[@mantine/core]` Modal: Migrate to dvh units to fix incorrect styles
in mobile Safari
([#&#8203;4517](https://togithub.com/mantinedev/mantine/issues/4517))
- `[@mantine/dates]` DateInput: Decouple `clearable` and `allowDeselect`
logic, allow disabling `allowDeselect` if `clearable` is set
([#&#8203;4527](https://togithub.com/mantinedev/mantine/issues/4527))
- `[@mantine/dates]` DatePickerInput: Fix `defaultDate` prop not working
([#&#8203;4532](https://togithub.com/mantinedev/mantine/issues/4532))

#### New Contributors

- [@&#8203;connershoop](https://togithub.com/connershoop) made their
first contribution in
[mantinedev/mantine#4517

**Full Changelog**:
mantinedev/mantine@6.0.16...6.0.17

###
[`v6.0.16`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.16)

[Compare
Source](https://togithub.com/mantinedev/mantine/compare/6.0.15...6.0.16)

#### What's Changed

- `[@mantine/dates]` DatePicker: Fix `onMonthSelect` not passed down to
Calendar component
([#&#8203;4441](https://togithub.com/mantinedev/mantine/issues/4441))
- `[@mantine/prism]` Fix unexpected code margin when used within
`TypographyStylesProvider`
([#&#8203;4452](https://togithub.com/mantinedev/mantine/issues/4452))
- `[@mantine/dates]` DateTimePicker: Fix `onClick` function from
`submitButtonProps` overriding default behavior
([#&#8203;4465](https://togithub.com/mantinedev/mantine/issues/4465))
- `[@mantine/dates]` Fix date pickers placeholders not having correct
color when parent input has error
([#&#8203;4469](https://togithub.com/mantinedev/mantine/issues/4469))
- `[@mantine/core]` MultiSelect: Fix `portalProps` prop not working
([#&#8203;4485](https://togithub.com/mantinedev/mantine/issues/4485))
- `[@mantine/core]` Fix rem units errors with svg elements in all
components
([#&#8203;4491](https://togithub.com/mantinedev/mantine/issues/4491))
- `[@mantine/dates]` DateInput: Fix stale calendar UI after clear button
was clicked
([#&#8203;4486](https://togithub.com/mantinedev/mantine/issues/4486))
- `[@mantine/core]` Slider: Fix `onChange` prop updates being ignored
([#&#8203;4497](https://togithub.com/mantinedev/mantine/issues/4497))

#### New Contributors

- [@&#8203;Bastian](https://togithub.com/Bastian) made their first
contribution in
[mantinedev/mantine#4497
- [@&#8203;aschenkuttel](https://togithub.com/aschenkuttel) made their
first contribution in
[mantinedev/mantine#4491
- [@&#8203;alessandroaw](https://togithub.com/alessandroaw) made their
first contribution in
[mantinedev/mantine#4469
- [@&#8203;wojonet](https://togithub.com/wojonet) made their first
contribution in
[mantinedev/mantine#4465
- [@&#8203;thascoet](https://togithub.com/thascoet) made their first
contribution in
[mantinedev/mantine#4441

**Full Changelog**:
mantinedev/mantine@6.0.15...6.0.16

###
[`v6.0.15`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.15)

[Compare
Source](https://togithub.com/mantinedev/mantine/compare/6.0.14...6.0.15)

#### What's Changed

- `[@mantine/core]` Alert: Fix incorrect close button styles in filled
variant
- `[@mantine/core]` Fix incorrect Slider and RangeSlider precision with
keyboard events
- `[@mantine/core]` PinInput: Fix incorrect focus behavior when
`Backspace` key is pressed
([#&#8203;4438](https://togithub.com/mantinedev/mantine/issues/4438))
- `[@mantine/core]` Table: Fix `withColumnBorders` prop not working
([#&#8203;4443](https://togithub.com/mantinedev/mantine/issues/4443))
- `[@mantine/spotlight]` Improve search performance for large actions
lists
([#&#8203;4457](https://togithub.com/mantinedev/mantine/issues/4457))

#### New Contributors

- [@&#8203;Asipita](https://togithub.com/Asipita) made their first
contribution in
[mantinedev/mantine#4444
- [@&#8203;mrbnclt](https://togithub.com/mrbnclt) made their first
contribution in
[mantinedev/mantine#4438

**Full Changelog**:
mantinedev/mantine@6.0.14...6.0.15

###
[`v6.0.14`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.14)

[Compare
Source](https://togithub.com/mantinedev/mantine/compare/6.0.13...6.0.14)

#### What's Changed

- `[@mantine/hooks]` use-window-event: Improve events type
([#&#8203;4423](https://togithub.com/mantinedev/mantine/issues/4423))
- `[@mantine/core]` MultiSelect: Fix `hoverOnSearchChange` not working
correctly when `creatable` prop is set
([#&#8203;4344](https://togithub.com/mantinedev/mantine/issues/4344))
- `[@mantine/tiptap]` Add option to configure initial state of external
link control
([#&#8203;4373](https://togithub.com/mantinedev/mantine/issues/4373))
- `[@mantine/core]` PinInput: Fix incorrect Backspace key handling
([#&#8203;4379](https://togithub.com/mantinedev/mantine/issues/4379))
- `[@mantine/core]` Table: Fix table styles applied to the nested table
elements, for example in dropdowns
([#&#8203;4393](https://togithub.com/mantinedev/mantine/issues/4393))
- `[@mantine/core]` Image: Fix image alt overflow in Firefox
([#&#8203;4410](https://togithub.com/mantinedev/mantine/issues/4410))

#### New Contributors

- [@&#8203;comphonia](https://togithub.com/comphonia) made their first
contribution in
[mantinedev/mantine#4410
- [@&#8203;skyt-a](https://togithub.com/skyt-a) made their first
contribution in
[mantinedev/mantine#4373
- [@&#8203;vadimkiryanov](https://togithub.com/vadimkiryanov) made their
first contribution in
[mantinedev/mantine#4423

**Full Changelog**:
mantinedev/mantine@6.0.13...6.0.14

###
[`v6.0.13`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.13)

#### What's Changed

- `[@mantine/dates]` Fix `nextIcon` and `previousIcon` props not passed
to Calendar component
([#&#8203;4273](https://togithub.com/mantinedev/mantine/issues/4273))
- `[@mantine/core]` AppShell: Fix wrong padding when
`navbarOffsetBreakpoint` and `asideOffsetBreakpoint` have the same value
([#&#8203;4281](https://togithub.com/mantinedev/mantine/issues/4281))
- `[@mantine/core]` Select: Fix unexpected horizontal scrollbar in items
with long text
([#&#8203;4296](https://togithub.com/mantinedev/mantine/issues/4296))
- `[@mantine/core]` NumberInput: Fix missing disabled controls styles
([#&#8203;4314](https://togithub.com/mantinedev/mantine/issues/4314))
- `[@mantine/core]` Fix Select/MultiSelect scrolling page when
`transitionProps` are set
([#&#8203;4327](https://togithub.com/mantinedev/mantine/issues/4327))
- `[@mantine/core]` Chip: Fix unexpected line break when children are
not a plain string
([#&#8203;4328](https://togithub.com/mantinedev/mantine/issues/4328))

#### New Contributors

- [@&#8203;omegahm](https://togithub.com/omegahm) made their first
contribution in
[mantinedev/mantine#4280
- [@&#8203;ot07](https://togithub.com/ot07) made their first
contribution in
[mantinedev/mantine#4290
- [@&#8203;richardboehme](https://togithub.com/richardboehme) made their
first contribution in
[mantinedev/mantine#4314
- [@&#8203;andremonteiro95](https://togithub.com/andremonteiro95) made
their first contribution in
[mantinedev/mantine#4273

**Full Changelog**:
mantinedev/mantine@6.0.11...6.0.13

###
[`v6.0.11`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.11)

[Compare
Source](https://togithub.com/mantinedev/mantine/compare/6.0.10...6.0.11)

##### What's Changed

- `[@mantine/core]` Improve inputs disabled styles handling inside
`fieldset` elements
([#&#8203;4152](https://togithub.com/mantinedev/mantine/issues/4152))
- `[@mantine/core]` Badge: Expose `BadgeVariant` type
([#&#8203;4215](https://togithub.com/mantinedev/mantine/issues/4215))
- `[@mantine/core]` ThemeIcon: Expose `ThemeIconVariant` type
([#&#8203;4216](https://togithub.com/mantinedev/mantine/issues/4216))
- `[@mantine/core]` ColorInput: Add option to set eye dropper aria-label
though prop
([#&#8203;4227](https://togithub.com/mantinedev/mantine/issues/4227))
- `[@mantine/core]` ColorPicker: Fix inaccurate numbers rounding in rgba
and hex colors converters
([#&#8203;4238](https://togithub.com/mantinedev/mantine/issues/4238))
- `[@mantine/core]` MultiSelect: Fix layout shifts in Safari when input
is focused
([#&#8203;4249](https://togithub.com/mantinedev/mantine/issues/4249))
- `[@mantine/core]` Rating: Add CSS color values support in `color` prop
([#&#8203;4251](https://togithub.com/mantinedev/mantine/issues/4251))
- `[@mantine/dates]` Add missing `nextIcon`/`previousIcon` types to all
components
([#&#8203;4180](https://togithub.com/mantinedev/mantine/issues/4180))

##### New Contributors

- [@&#8203;thatanjan](https://togithub.com/thatanjan) made their first
contribution in
[mantinedev/mantine#4248
- [@&#8203;agong-coveo](https://togithub.com/agong-coveo) made their
first contribution in
[mantinedev/mantine#4152

**Full Changelog**:
mantinedev/mantine@6.0.10...6.0.11

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/kivra/toybox).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marcus Tisäter <77273035+marcustisater-kivra@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants