{"id":23869120,"url":"https://github.com/extrawest/extra-clarity","last_synced_at":"2025-09-08T18:31:18.931Z","repository":{"id":64181495,"uuid":"566083646","full_name":"extrawest/extra-clarity","owner":"extrawest","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-25T17:47:21.000Z","size":10853,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-08T16:28:56.535Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/extrawest.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2022-11-14T23:42:42.000Z","updated_at":"2025-07-24T14:36:54.000Z","dependencies_parsed_at":"2024-03-04T16:02:19.721Z","dependency_job_id":"ffd60340-9f0e-4f59-87a1-dccc4863160d","html_url":"https://github.com/extrawest/extra-clarity","commit_stats":{"total_commits":80,"total_committers":5,"mean_commits":16.0,"dds":"0.30000000000000004","last_synced_commit":"f9a81e08df249b98ae7911779f273b696e06af61"},"previous_names":[],"tags_count":102,"template":false,"template_full_name":null,"purl":"pkg:github/extrawest/extra-clarity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fextra-clarity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fextra-clarity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fextra-clarity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fextra-clarity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/extrawest","download_url":"https://codeload.github.com/extrawest/extra-clarity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fextra-clarity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274229367,"owners_count":25245187,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-01-03T12:16:07.786Z","updated_at":"2025-09-08T18:31:18.912Z","avatar_url":"https://github.com/extrawest.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Maintaner](https://img.shields.io/badge/maintainer-extrawest.com-blue)](https://extrawest.com)\n[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](LICENSE)\n[![GitHub release](https://img.shields.io/github/package-json/v/extrawest/extra-clarity?filename=projects%2Fextra-clarity%2Fpackage.json)](https://www.npmjs.com/package/@extrawest/extra-clarity)\n\n# Extra Clarity\n\nA library containing Angular components built on the top of the [Clarity Design System](https://clarity.design/),\nwhich we use in our internal projects in [extrawest.com](https://extrawest.com).\n\nThe library is under development. Any suggestions would be highly appreciated.\n\n## Installation\n\nThe library is available as an [npm-package](https://www.npmjs.com/package/@extrawest/extra-clarity):\n\n```shell\nnpm install @extrawest/extra-clarity\n```\n\nTo work with the library, you also need to add the Clarity packages:\n\n```shell\nnpm i @cds/core @clr/angular @clr/ui\n```\n\nAnd then add the global Clarity styles to your `angular.json` config:\n\n```json\n\"styles\": [\n  \"node_modules/@cds/core/global.min.css\",\n  \"node_modules/@cds/core/styles/theme.dark.min.css\",\n  \"node_modules/@clr/ui/clr-ui.min.css\"\n  ... any other styles\n]\n```\n\nand add the `cds-theme=\"light\"` attribute to the body element in your main HTML file:\n\n```html\n\u003cbody cds-theme=\"light\" /\u003e\n```\n\nPlease refer to the [Clarity docs](https://clarity.design/pages/developing#adding-clarity-to-an-existing-angular-application)\nfor more details on 'Adding Clarity to an Existing Angular Application'.\n\n## Supported Versions\n\n| Extra-Clarity | Angular               | Clarity |\n| :------------ | :-------------------- | :------ |\n| 19.x          | 19                    | ^17.5.0 |\n| 18.x          | 18 \\|\\| 19            | ^17.3.0 |\n| 17.x          | ^17.3 \\|\\| 18 \\|\\| 19 | ^17.0.0 |\n\n## Documentation\n\nFor the details about the available components and live examples,\nplease refer to our Storybook-based [documentation site](https://extra-clarity-docs.web.app).\n\nWe are working on adding more information to it.\n\n## Available Components\n\n- [Auto refresh toggle](https://extra-clarity-docs.web.app/?path=/story/components-auto-refresh--auto-refresh-story)\n- [Auto refresh toggle with manual refresh button](https://extra-clarity-docs.web.app/?path=/story/components-auto-refresh-group--auto-refresh-group-story)\n- [Copy-to-clipboard button](https://extra-clarity-docs.web.app/?path=/docs/components-button-copy-to-clipboard--overview)\n- [Confirmation dialog](https://extra-clarity-docs.web.app/?path=/story/components-confirmation-dialog--confirmation-dialog-story)\n- [Dialog (reactive)](https://extra-clarity-docs.web.app/?path=/docs/components-dialog-overview--docs)\n- [Datagrid cell wrapper (with truncation and the copy-to-clipboard button](https://extra-clarity-docs.web.app/?path=/docs/components-datagrid-cell-wrapper--overview)\n- Datagrid filters:\n  - [with editable string value](https://extra-clarity-docs.web.app/?path=/docs/components-datagrid-filters-string-filter--overview)\n  - [with enumerated value from single selection (radio buttons)](https://extra-clarity-docs.web.app/?path=/docs/components-datagrid-filters-enum-single-value-filter--overview)\n  - [with enumerated value from multiple selection (checkboxes)](https://extra-clarity-docs.web.app/?path=/docs/components-datagrid-filters-enum-multi-value-filter--overview)\n  - [with enumerated value from multiple selection within grouped options (tree-view with checkboxes)](https://extra-clarity-docs.web.app/?path=/docs/components-datagrid-filters-enum-grouped-value-filter--overview)\n  - [with time range selection (from presets or manually with date-time pickers)](https://extra-clarity-docs.web.app/?path=/docs/components-datagrid-filters-time-range-filter--overview)\n- [Floating notifications](https://extra-clarity-docs.web.app/?path=/story/components-notification--notification-story)\n- [Popover toggle](https://extra-clarity-docs.web.app/?path=/docs/components-popover-toggle--overview)\n- [Progress spinner](https://extra-clarity-docs.web.app/?path=/story/components-progress-spinner--progress-spinner-story)\n- [Router link wrapper](https://extra-clarity-docs.web.app/?path=/docs/components-router-link-wrapper--overview)\n- [Search bar](https://extra-clarity-docs.web.app/?path=/docs/components-search-bar--overview)\n- [Sidebar navigation](https://extra-clarity-docs.web.app/?path=/docs/components-sidebar-navigation--overview)\n- etc.\n\n## License\n\n[MIT License](LICENSE)\n\n## Third-party libraries\n\nSome of our components may include code from these third-party libraries:\n\n- [Clarity (MIT License)](https://github.com/vmware-clarity/ng-clarity)\n- [Clarity Addons (MIT License)](https://github.com/porscheinformatik/clarity-addons)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextrawest%2Fextra-clarity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextrawest%2Fextra-clarity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextrawest%2Fextra-clarity/lists"}