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

docs: fix typo #8414

Closed
wants to merge 37 commits into from
Closed

docs: fix typo #8414

wants to merge 37 commits into from

Conversation

pwbriggs
Copy link

Change "cient" -> "client" in a code comment in the Remix Getting Started guide (/getting-started/remix-guide).

samyok and others added 30 commits January 30, 2024 01:07
There's a small typo on the `_app.js` snippet for adding custom fonts with NextJS. This just fixes that to `return` the fragment instead of prefixing the fragment with a semicolon.
* chore: wip

* chore: update generated conditions

* docs: update changeset

* feat: add new pseudos
* refactor(v3): simplify v1 changelog

* refactor(v3): simplify v2 changelog
* fix(deps): update dependency @docusaurus/utils to v2.4.3

* fix(deps): update dependency github-slugger to v1.5.0

---------

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: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…8278)

docs: add block about styleType to List documentation
* feat: support as child composition

* refactor: simplify types

* chore: deprecate as props

* refactor: rename vars
* feat: component namespacing

* refactor: alert

* refactor: decompose avatar

* refactor: recompose breadcrumb

* chore: complete breadcrumb

* refactor: card

* refactor: editable

* feat: add for component

* feat: add for component

* chore: rm control box

* feat: add client only

* refactor: decompose checkbox

* refactor: progress and circular progress

* docs: document migration

* refactor: stepper

* refactor: stat

* refactor: menu

* fix: typecheck

* chore: sort imports

* refactor: tag

* fix: form control

* refactor: tabs

* fix: tabs tests

* chore: update textarea

* refactor: switch

* refactor: popover

* chore: update

* refactor: tooltip

* chore: update breadcrumb tests

* refactor: form-control -> field

* fix: field story

* refactor: select -> native select

* refactor: pin input

* refactor: number input

* refactor: number input

* refactor: use defineStyles more

* fix: lint

* refactor: modal -> dialog

* chore: add positioner to dialog

* refactor(theme): container -> root

* fix: types

* fix: dialog theme

* refactor: drawer

* refactor: popover to use positioner

* chore: update tooltip

* chore: update

* fix: types

* chore: update menu trigger

* chore: update

* refactor: simplify button

* feat: add more primitive componetns

* refactor: accordion

* chore: update accordion

* fix: types

* refactor: radio group

* fix: types

* docs: update migration

* fix: split props

* refactor: tabs

* chore: cleanup

* chore: update dialog

* refactor: remove icons package

* chore: rm icons package usage

* refactor: reduce usage of define styles

* fix: types

* refactor: flatten stories

* test: fix tooltip tests

* fix: switch tests

* test: fix radio group

* test: fix select

* test: fix field

* chore: update tests

* chore: cleanup

* test: fix

* docs: refactor

* fix: remove isInline usage

* refactor: table

* refactor: table theme

* refactor: menu-button -> menu-trigger

* refactor: close-button -> close-trigger

* docs: fix menu trigger

* fix: menu on website

* refactor: tooltip

* refactor: decompose tooltip content

* refactor: rm tag start-end icons

* docs: update migration

* refactor: list

* chore: update changelog

* feat: add bleed pattern

* chore: update

* chore: update

* fix: docs

* chore: update
* chore(deps): update dependency @types/node to v18.19.18

* chore(deps): update dependency tsx to v4.7.1

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat: migrate accordion

* feat: remove from menu

* feat: migrate pin

* feat: migrate tabs

* fix: remove node

* feat: removed descendant

* fix: remove exports

* fix: query selector issue

* chore: fix tests

* fix: refactor

* chore: fix stories and tests

* fix: escape value

* fix: use menu item id if supplied

* chore: update docs

* chore: rewrite

* fix: tab syltes
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…o component (chakra-ui#8349)

* fix(components): suppress unnecessary re-renders of Checkbox and Radio component

* fix(components): ensure global event listeners are set up
chakra-ui#8354)

fix(transition): upgrade framer motion to latest and add test to skipAnimations (chakra-ui#3696)

Co-authored-by: Nasir Bawa <nasir.bawa@aviva.com>
* feat: renamed isDisabled to disabled

* feat: rename isReadOnly to readOnly

* chore: rename isRequired to required

* chore: rename isInvalid to invalid

* feat: rename isChecked to checked

* feat: rename isIndeterminate to indeterminate

* feat: rename isFocusable to focusable

* feat: rename isFocused to focused

* feat: renamed isOpen to open, defaultIsOpen to defaultOpen, isLazy to lazyMount

* feat: rename isExpanded to isOpen in AccordionItem api

* feat: rename isAttached to attached
* refactor: move styled-system into main package

* chore: initial system scaffold

* fix: base condition

* chore: define base preset using new api

* feat: define new system api

* chore: update tests to use system api

* refactor: move generated stuff to dedicated folder

* chore: add robust tests and conditions

* feat: add color mix

* chore: get first prototype working. woohoo!

* chore: test color mix

* fix: color palette

* fix: color palette

* chore: scaffold for system

* chore(deps): update dependency tsx to v4.7.1 (chakra-ui#8321)

* chore(deps): update dependency @types/node to v18.19.18

* chore(deps): update dependency tsx to v4.7.1

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* refactor(v3): remove usage of descendants (chakra-ui#8245)

* feat: migrate accordion

* feat: remove from menu

* feat: migrate pin

* feat: migrate tabs

* fix: remove node

* feat: removed descendant

* fix: remove exports

* fix: query selector issue

* chore: fix tests

* fix: refactor

* chore: fix stories and tests

* fix: escape value

* fix: use menu item id if supplied

* chore: update docs

* chore: rewrite

* fix: tab syltes

* feat: include reset css in system

* fix: dont generate reset always

* chore: setup styled factory

* feat: implement use recipe

* chore(deps): update dependency @types/node to v18.19.19 (chakra-ui#8320)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: assign static properties

* feat: slot recipe

* feat: expose identity functions

* chore: add define system

* refactor: theming -> config

* chore: scaffold for new cli

* refactor: redesign cli

* chore: prune packages

* chore: fix deps

* chore: add preset

* feat: add breakpoint

* feat: support conditional variants

* fix: codegen

* docs: document new api

* refactor: use new system in components

* chore: update lock

* refactor: component themes -> recipes

* refactor: theme recipes

* chore: rm extend theme

* fix: token references

* fix: token refernce in css

* chore: rm props of

* chore: rename foundations to tokens

* refactor: phase 1

* refactor: optimize media query based on chakra-ui#7978

* chore: rm media query mod

* refactor: redesign theme to use new convention

* chore: cli emits to src

* chore: simplify simplify

* refactor: reorganize all things

* chore: some more progress

* fix: improve inference for For

* refactor: redesign avatar

* chore: goodbye to storybook addon

* chore: phew

* chore: update lockfile

* refactor: revamp badge

* refactor: move tweaks

* refactor: redesign inputs and field

* chore: cleanup input

* chore: clean up card

* refactor: tabs

* refactor: dialog

* refactor: prop getter naming

* refactor: textarea

* chore: textarea refactor

* refactor: checkbox

* refactor: radio group and progress

* feat: add generic enter and exit keyframes

* refactor: slider

* refactor: popover

* refactor: story groups

* refactor: breadcrumb component and recipe

* docs: update migration guide

* refactor: accordion

* chore: cleanup button stories

* chore: cleanup button stories

* chore: rm close button

* refactor: badge and code

* feat: add classic look for radio

* feat: update kbd

* refactor: link component

* refactor: menu

* refactor: menu

* chore: wip menu

* refactor: avatar and tag

* chore: update menu

* chore: rm clickable

* chore: mv switch to slot recipe

* refactor: revamp select

* refactor: skeleton

* refactor: skeleton theme

* chore: cleanup stories

* feat: account for empty badge

* fix(components): suppress unnecessary re-renders of Checkbox and Radio component (chakra-ui#8349)

* fix(components): suppress unnecessary re-renders of Checkbox and Radio component

* fix(components): ensure global event listeners are set up

* refactor: table

* refactor: stat

* refactor: stepper -> steps

* refactor: blockquote

* refactor: divider to separator

* refactor: stories

* refactor: cleanup layout components

* refactor: layout component stories

* refactor: drawer component

* refactor: overlay -> backdrop

* fix: hidefrom and hidebelow

* fix: hidefrom and hidebelow

* chore: sort stories

* refactor: number input

* refactor: pin input

* chore: update cli

* refactor: a lot of components

* refactor: rm custom forward-ref

* refactor: round 2

* refactor: round 3

* refactor: toasts

* refactor: is props

* fix: lint

* chore: get build working

* fix: build

* fix: build

* refactor: code

* test: fix

* fix: storybook build

* test: fix

* test: updates round 2

* test: updates round 3

* test: updates round 4

* test: updates round 5

* chore: update lockfile

* test: fix

* chore: update deps

* refactor: docs and imports

* chore: update eslint

* refactor: docs

* docs: update content

* docs: round 2

* docs: update

* docs: update tabs

* docs: rename field

* docs: rename

* refactor: search meta

* chore: update

* feat: implement unstyled prop on root components

* test: refactor

* refactor: docs

* chore: update stats

* refactor: slider and range slider

* chore: update breadcrumb

* docs: card

* docs: checkbox

* docs: editable

* refactor: link and docs

* docs: update

* chore: add missing transition

* docs: update scripts

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Eelco Wiersma <eelco@appulse.nl>
Co-authored-by: autologie <7351859+autologie@users.noreply.github.com>
segunadebayo and others added 7 commits March 28, 2024 20:27
Update Button migration guiide

- change isDisabled to disabled
- change colorScheme to colorPalette
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Change "cient" -> "client" in a code comment in the Remix Getting Started guide (`/getting-started/remix-guide`)
Copy link

changeset-bot bot commented Apr 10, 2024

⚠️ No Changeset found

Latest commit: 23b4d92

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Apr 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
chakra-ui-storybook ✅ Ready (Inspect) Visit Preview Apr 10, 2024 1:02am
chakra-ui-website ❌ Failed (Inspect) Apr 10, 2024 1:02am

@segunadebayo
Copy link
Member

This PR has way too many changes. Kindly reopen when you can

@pwbriggs pwbriggs mentioned this pull request May 9, 2024
@pwbriggs
Copy link
Author

pwbriggs commented May 9, 2024

@segunadebayo: not sure what happened. It says you added them 😄:

image

Perhaps somebody force-pushed something that messed up my fork.

Re-opened at #8473.

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