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
trafficstars

**Is your feature request related to a problem? Please describe.** In #974 we don't want to deprecate an entire prop but the prop of a specific type. For that to...

🖥️api / dx
🛠️ tooling

**Describe the bug** In docs, the "name" attribute for the checkbox is repeated if the name value is user defined **Expected behavior** Replace the previous value of the "name" attribute....

🐞bug
📚docs
🕵️ needs triage

I was trying to use `as` prop to extend a Cosmos Component with some styles. But it threw an error. So I looked into this repo & its using Styled...

✨enhancement
🛠️ tooling

**Describe the bug** Getting this error in logs ``` console.error ../node_modules/prop-types/checkPropTypes.js:19 Warning: Failed prop type: Invalid prop `color` of value `#FAFAFA` supplied to `Icon`, expected one of ["white","black","default","gray","grayDarkest","grayDark","grayMedium","grayLight","grayLightest","blueDarker","blue","blueLight","blueLightest","orange","orangeLighter","orangeLightest","orangeDark","greenDarker","green","red","redDarker","yellow"]. in Icon...

🕵️ needs triage

**Is your feature request related to a problem? Please describe.** Today Cosmos provides an identifier for each component that is useful for running tests. But there is not for the...

🖥️api / dx
👮 testing
🕵️ needs triage

This is an attempt to put all the API in one page to spot good and bad patterns (an inventory of sorts) Check related issues: - https://github.com/auth0/cosmos/issues/972 - https://github.com/auth0/cosmos/issues/924 -...

🖥️api / dx
☂️ umbrella

**Describe the bug** The prop table of the Resource List (https://cosmos-ljthjsgjcq.now.sh/docs/#/component/resource-list) is not applying the `sortable` prop to the example. **Expected behavior** The prop should be applied and the example...

🐞bug
📚docs

**Describe the bug** It seems the inputs in the Props table for Image (https://auth0-cosmos.now.sh/docs/#/component/image) are not updating the code editor above. **Expected behavior** The inputs in the Props table should...

📚docs

**Describe the bug** I believe this is something to tackle in #1225. I think the image prop for Avatar is confusing as it accepts a url (string) but also another...

🖥️api / dx