styleguide icon indicating copy to clipboard operation
styleguide copied to clipboard

The VTEX Design System and React component library.

Results 77 styleguide issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.6.3 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) v4.8.0 Support for numeric separators (million...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

#### What is the purpose of this pull request? As the title says, this PR aims to add lazy loading with pagination support to our Select component. #### What problem...

✨ Enhancement

**Describe the bug** When the user clicks with mouse on the component's buttons from a device with touch screen, they don't work. This behavior is considered a bug since it...

**Describe the bug** When I'am using the InputCurrency in tests I getting the error below: ``` Error: Uncaught [ReferenceError: event is not defined] ``` **To Reproduce** Just run the tests...

**Describe the bug** When I use a Table with this configuration `` In order to change the schema dynamically with some function, the table don't update the widths correctly Example:...

🐛 Bug

**Describe the bug** In cases where the select's dropdown menu is shown over components with higher z-indexes, it can get hidden by this another component (see screenshot) **To Reproduce** Change...