cosmos
cosmos copied to clipboard
🔭 Auth0 Design System
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...
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...
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...
**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...
_(via @cristiandouce)_ Using `` will throw this warning:  and using `` will throw the following runtime error: Although, in the docs the example is using a string to represent...
_(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
#### 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_...
(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...