Bump @chakra-ui/react from 2.3.6 to 2.4.3
Bumps @chakra-ui/react from 2.3.6 to 2.4.3.
Release notes
Sourced from @chakra-ui/react's releases.
@chakra-ui/react@2.4.3Patch Changes
- Updated dependencies [
4dbfc1a11,43aba8ac8,1025a88eb,8cfdb799e]:
@chakra-ui/modal@2.2.5@chakra-ui/portal@2.0.12@chakra-ui/skeleton@2.0.19@chakra-ui/slider@2.0.15@chakra-ui/card@2.1.2@chakra-ui/progress@2.1.2@chakra-ui/accordion@2.1.4@chakra-ui/menu@2.1.5@chakra-ui/tabs@2.1.5@chakra-ui/tooltip@2.2.3@chakra-ui/provider@2.0.25@chakra-ui/toast@4.0.5@chakra-ui/table@2.0.12
@chakra-ui/react@2.4.2Patch Changes
#6997
4d5501b82Thanks@anubra266! - AddChakraBaseProvider, a minimal version ofChakraProviderthat supplies just the theme tokens, and ignores components.Historically, one of the biggest causes of the large initial JS payload is the size of the component themes. With this approach, you get to apply the theme for just the component you need by using
extendBaseTheme.Base theme refers to the minimal theme for just the design tokens
import { ChakraBaseProvider, extendBaseTheme } from "@chakra-ui/react" import { Button } from "@chakra-ui/theme/components"const theme = extendBaseTheme({ components: { Button, }, })
function App() { return ( <ChakraBaseProvider theme={theme}>
... (truncated)
Changelog
Sourced from @chakra-ui/react's changelog.
2.4.3
Patch Changes
- Updated dependencies [
4dbfc1a11,43aba8ac8,1025a88eb,8cfdb799e]:
@chakra-ui/modal@2.2.5@chakra-ui/portal@2.0.12@chakra-ui/skeleton@2.0.19@chakra-ui/slider@2.0.15@chakra-ui/card@2.1.2@chakra-ui/progress@2.1.2@chakra-ui/accordion@2.1.4@chakra-ui/menu@2.1.5@chakra-ui/tabs@2.1.5@chakra-ui/tooltip@2.2.3@chakra-ui/provider@2.0.25@chakra-ui/toast@4.0.5@chakra-ui/table@2.0.122.4.2
Patch Changes
#6997
4d5501b82Thanks@anubra266! - AddChakraBaseProvider, a minimal version ofChakraProviderthat supplies just the theme tokens, and ignores components.Historically, one of the biggest causes of the large initial JS payload is the size of the component themes. With this approach, you get to apply the theme for just the component you need by using
extendBaseTheme.Base theme refers to the minimal theme for just the design tokens
import { ChakraBaseProvider, extendBaseTheme } from "@chakra-ui/react" import { Button } from "@chakra-ui/theme/components"const theme = extendBaseTheme({ components: { Button, }, })
function App() {
... (truncated)
Commits
076841aVersion Packages (#7055)a78cf1cVersion Packages (#6989)4d5501bchore: add chakra base provider (#6997)4f57124Version Packages (#6983)6db9fa2Version Packages (#6948)6774510feat: add card to react and update75eaba9fix(react): add types field to esm exports map (#6945)78b729eVersion Packages (#6875)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Deploy Preview for devsindia ready!
| Name | Link |
|---|---|
| Latest commit | 55a977eca28591ff75d09a0b6359c216eb7a6808 |
| Latest deploy log | https://app.netlify.com/sites/devsindia/deploys/638fe8708308ac000a5c4ac0 |
| Deploy Preview | https://deploy-preview-239--devsindia.netlify.app/ |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Superseded by #246.