yoga icon indicating copy to clipboard operation
yoga copied to clipboard

Yoga design-system: a scientific system of practices made to help each one of us achieve our highest potential and experience.

Results 41 yoga issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** The Datepicker component is using the `moment` library as a dependency. This lib was deprecated and its own [documentation](https://momentjs.com/) gives...

enhancement

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) from 1.10.1 to 2.14.1. Changelog Sourced from gatsby-plugin-mdx's changelog. 2.14.1 (2022-06-02) Bug Fixes don't allow JS frontmatter by default #35830 #35834 (ff94ed5) 2.13.0 (2021-09-01) 🧾 Release notes Chores...

@gympass/yoga-doc
dependencies

**Is your feature request related to a problem? Please describe.** [React 18 was released on March 29](https://reactjs.org/blog/2022/03/29/react-v18.html) and is already being used in production on some projects. I know that...

enhancement
dependencies

**Is your feature request related to a problem? Please describe.** The `Header` component has no option to remove the shadow for mobile present in the `Box` component that originates it....

enhancement

**Is your feature request related to a problem? Please describe.** The `Button` component on Yoga is created using dot notation (Button.Link). But when using this component I had a problem...

enhancement

**Describe the bug** When mounting the [Dropdown](https://gympass.github.io/yoga/components/dropdown) component with dynamic data (coming from an API, for instance) it's not possible to set the `selected` value. I'm rendering the following component...

bug

**Describe the bug** We can't get an anchor links to "titles" inside tabs other than the default one **To Reproduce** 1. Go to some section inside a tab that isn't...

bug
documentation
good first issue

**Describe the bug** Adding the prop `ta` or `textAlign` does nothing. **To Reproduce** Steps to reproduce the behavior: 1. Add the prop `ta` or `textAlign` to a `` component. **Expected...

bug
good first issue