{"id":13937860,"url":"https://github.com/auth0/styleguide","last_synced_at":"2025-10-02T10:31:05.200Z","repository":{"id":24732666,"uuid":"28144948","full_name":"auth0/styleguide","owner":"auth0","description":"🖌 Conjunction of design patterns, components and resources used across our products.","archived":true,"fork":false,"pushed_at":"2023-05-17T16:58:08.000Z","size":23869,"stargazers_count":158,"open_issues_count":0,"forks_count":63,"subscribers_count":113,"default_branch":"master","last_synced_at":"2025-01-19T13:48:27.675Z","etag":null,"topics":["css","javascript","lerna","react","styleguide"],"latest_commit_sha":null,"homepage":"https://styleguide.auth0.com","language":"Stylus","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/auth0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-17T16:18:09.000Z","updated_at":"2024-11-19T08:22:47.000Z","dependencies_parsed_at":"2024-05-02T23:04:16.046Z","dependency_job_id":"fb522480-f6c0-4c57-a630-0194348adf61","html_url":"https://github.com/auth0/styleguide","commit_stats":{"total_commits":952,"total_committers":33,"mean_commits":"28.848484848484848","dds":0.6512605042016807,"last_synced_commit":"452f397e5adf17d4815e766cc6dd5553e25e9d0d"},"previous_names":[],"tags_count":224,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fstyleguide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fstyleguide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fstyleguide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fstyleguide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/auth0","download_url":"https://codeload.github.com/auth0/styleguide/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234974742,"owners_count":18916130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","javascript","lerna","react","styleguide"],"created_at":"2024-08-07T23:03:58.377Z","updated_at":"2025-10-02T10:30:59.623Z","avatar_url":"https://github.com/auth0.png","language":"Stylus","readme":"\n**This repository is no longer maintained. Consider using [Quantum Design System](https://www.npmjs.com/package/@auth0/quantum-product) as an alternative.**\n\nAuth0 Styleguide\n================\n\nThis repository contains a collection of the most common elements in the Auth0's products UI.\n\n**This is for internal use by Auth0 only.**\n\n\u003cimg src=\"https://cloud.githubusercontent.com/assets/6318057/21591144/2a1ca1a6-d0e0-11e6-9431-16c56b859b56.png\" /\u003e\n\n\n## Packages\n\nThe Auth0 Styleguide is managed as a [monorepo](https://github.com/babel/babel/blob/master/doc/design/monorepo.md) and it's composed of different packages:\n\n| Package | Version | Description | Dependencies |\n|---------|---------|-------------|--------------|\n| [`core`](https://github.com/auth0/styleguide/tree/master/packages/core)    | [![npm](https://img.shields.io/npm/v/@auth0/styleguide-core.svg?maxAge=86400)](https://www.npmjs.com/package/@auth0/styleguide-core)   | Global styles (variables, mixins, colors, css reset, typography) | |\n| [`components`](https://github.com/auth0/styleguide/tree/master/packages/components) | [![npm](https://img.shields.io/npm/v/@auth0/styleguide-components.svg?maxAge=86400)](https://www.npmjs.com/package/@auth0/styleguide-components) | CSS components like buttons, tables (based on Bootstrap) | [`core`](https://github.com/auth0/styleguide/tree/master/packages/core) |\n| [`react-components`](https://github.com/auth0/styleguide/tree/master/packages/react-components) | [![npm](https://img.shields.io/npm/v/@auth0/styleguide-react-components.svg?maxAge=86400)](https://www.npmjs.com/package/@auth0/styleguide-react-components)| React components library |  [`core`](https://github.com/auth0/styleguide/tree/master/packages/core) [`components`](https://github.com/auth0/styleguide/tree/master/packages/components) |\n| [`website`](https://github.com/auth0/styleguide/tree/master/packages/website) | - | Styleguide website\n\n\n\n## Development\n\n**Node version: 6.9.x NPM version: 3.10.x**\n\nWe use [Lerna](https://lernajs.io/) to manage the different packages. You will need to [install it](https://lernajs.io/#getting-started) to run the following commands.\n\nBefore start working on any packages run:\n\n```\nnpm install\nlerna bootstrap\n```\n\nThis command will install all the dependencies of each package, symlink the packages that are dependencies of each other and `npm prepublish` all the bootstrapped packages. For more information check the [Lerna repo](https://github.com/lerna/lerna#bootstrap).\n\nFor more information on how to run each package check the specific README.\n\n## License\n\nAll the logos and branding are copyright Auth0 and may not be used or reproduced without explicit permission from Auth0 Inc.\n\nThe icons are licensed from [Budi Harto Tanrim](http://budicon.buditanrim.co/). All other third-party components are subject to their own licenses.\n","funding_links":[],"categories":["Stylus"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauth0%2Fstyleguide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauth0%2Fstyleguide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauth0%2Fstyleguide/lists"}