cosmos icon indicating copy to clipboard operation
cosmos copied to clipboard

🔭 Auth0 Design System

Results 101 cosmos issues
Sort by recently updated
recently updated
newest added

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 [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

**Describe the bug** Some links on https://auth0-cosmos.now.sh/#/usage are broken (give 404). For example: * Installation * Using component * Building your own components * Usage with styleguide **Expected behavior** They...

**Use case** As a developer, I would like to have the possibility to use dynamic data in actions. For example: ```jsx ( {item.message} )} /> ``` **Live code** https://codesandbox.io/s/l9yv3m62nm **Sample...

🖥️api / dx
🙋‍♀️ user-request
🕵️ needs triage

_(via @cristiandouce)_ Using `` will throw this warning: ![image](https://user-images.githubusercontent.com/4152942/44551178-b9902080-a6fc-11e8-8daf-893c8e948a79.png) and using `` will throw the following runtime error: Although, in the docs the example is using a string to represent...

🐞bug
🛠️ tooling
🙋‍♀️ user-request

_(vía @davidpatrick)_ **Describe the bug** `document` is not defined on the server so the code breaks here: https://github.com/auth0/cosmos/blob/2a55d0f8ad00fdff2deb3ac27f0a547ecbd49487/core/components/_helpers/globals.js#L10

🐞bug
🙋‍♀️ user-request

#### This RFC (request for comments) is to introduce a way for applications to override styles of a cosmos component   ### Problem statement Cosmos takes care of the _design_...

🤔 RFC / Proposal

(See discussion in #156.) We want to standardize the signature of all callback functions that are triggered when values change within our components. This will make it more convenient to...

🖥️api / dx