Tachyons implemented with emotion and styled-system. Sits on create-react-app.
Remove this star property hack that was targeting IE 5.5 to 7.
It causes warnings during ESBuild's CSS minification and IE 7 has a global market share of 0.01% so I think it can be safely dropped.
This code is generated from the main tachyons code, so generally changes like this happen inthe main repo. Not planning to drop * from v4 but considering for v5. I'm wary of changing this code to deal with an external minification pipeline. I might suggest keeping your own fork. v4 changes should be light as most efforts are focused on v5.
Removes flex-direction from flexbox partial and adds to separate partial
Changes how flexbox properties are organized
Changes to includes listed in main list
Adds partial for align content
Adds new compiled source
Version Packages
Merge pull request #642 from components-ai/changeset-release/main
Version Packages
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Updates with Astro export option
Bump @types/node from 18.7.15 to 18.11.9
Bumps @types/node from 18.7.15 to 18.11.9.
updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com
Merge pull request #640 from components-ai/dependabot/npm_and_yarn/types/node-18.11.9
Bump @types/node from 18.7.15 to 18.11.9
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps @types/node from 18.7.15 to 18.11.9.
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
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump @radix-ui/react-toggle from 0.1.4 to 1.0.1
Bumps @radix-ui/react-toggle from 0.1.4 to 1.0.1.
updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com
Merge pull request #638 from components-ai/dependabot/npm_and_yarn/radix-ui/react-toggle-1.0.1
Bump @radix-ui/react-toggle from 0.1.4 to 1.0.1
Bumps @radix-ui/react-toggle from 0.1.4 to 1.0.1.
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
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump eslint from 8.18.0 to 8.26.0
Bumps eslint from 8.18.0 to 8.26.0.
updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com
Merge pull request #641 from components-ai/dependabot/npm_and_yarn/eslint-8.26.0
Bump eslint from 8.18.0 to 8.26.0
Bumps eslint from 8.18.0 to 8.26.0.
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
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Removes Row and Col components
Removes margin-left values for button Changed this to margin: 0 auto, which sets the vertical margin to 0 and automatically calculates horizontal margin to center an element if it isn't an inline element. Alternatively you can use text-align: center to center inline or inline-block level elements (like inline-grid or inline-flex)
Adds inline styles for a few flex styles to align the two selects. I also changed the max-width for the modselect class. I set these at inline styles so they are easy to spot and if you like them you can add to your CSS as you see fit. I'm happy to make the change with your CSS patterns though if that is better for you. Let me know any specific questions you might have, happy to walk through a few CSS alignment patterns and tips I find helpful.
Fixes a few typos, corrects build order
feat: astro export support
Merge pull request #637 from natemoo-re/astro-export
Add astro
export support
Very similar format to HTML. I have some ideas for improvements, as well, but figured this was a good starting point.