{"id":22248359,"url":"https://github.com/uniplaces/ember-cli-uniq","last_synced_at":"2025-07-28T04:31:08.910Z","repository":{"id":41329937,"uuid":"71513751","full_name":"uniplaces/ember-cli-uniq","owner":"uniplaces","description":"Default components for Ember.js that implement the Uniplaces Design System","archived":false,"fork":false,"pushed_at":"2023-08-31T14:57:50.000Z","size":7398,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":28,"default_branch":"master","last_synced_at":"2024-12-01T07:39:59.114Z","etag":null,"topics":["ember","ember-addon","emberjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/uniplaces.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-10-20T23:55:41.000Z","updated_at":"2021-12-27T11:59:23.000Z","dependencies_parsed_at":"2024-01-09T05:04:18.647Z","dependency_job_id":"867de023-d75c-467f-8eac-e446c56d70cd","html_url":"https://github.com/uniplaces/ember-cli-uniq","commit_stats":{"total_commits":524,"total_committers":28,"mean_commits":"18.714285714285715","dds":0.6297709923664122,"last_synced_commit":"c4fae6ba135940e0819d8fadd5b5de71f87df068"},"previous_names":[],"tags_count":194,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uniplaces%2Fember-cli-uniq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uniplaces%2Fember-cli-uniq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uniplaces%2Fember-cli-uniq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uniplaces%2Fember-cli-uniq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uniplaces","download_url":"https://codeload.github.com/uniplaces/ember-cli-uniq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227863164,"owners_count":17831199,"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":["ember","ember-addon","emberjs"],"created_at":"2024-12-03T06:15:19.083Z","updated_at":"2024-12-03T06:15:19.804Z","avatar_url":"https://github.com/uniplaces.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ember-cli-uniq\n\n[![npm version](https://badge.fury.io/js/ember-cli-uniq.svg)](https://badge.fury.io/js/ember-cli-uniq)\n[![dependencies](https://david-dm.org/uniplaces/ember-cli-uniq.svg)](https://david-dm.org/uniplaces/ember-cli-uniq)\n[![devDependencies](https://david-dm.org/uniplaces/ember-cli-uniq/dev-status.svg)](https://david-dm.org/uniplaces/ember-cli-uniq?type=dev)\n\nThis is an addon that contains the most used front-end components in the several Uniplaces' products.\n\nA demo of the components can be found on [uniplaces.github.io/ember-cli-uniq](https://uniplaces.github.io/ember-cli-uniq/).\n\nInstallation\n------------------------------------------------------------------------------\n\nInstall the ember-cli addon in your ember-cli project:\n\n```bash\n$ ember install ember-cli-uniq\n```\n\n## Upgrading\n\nFrom `ember-cli-uniq@0.2.x` to `ember-cli-uniq@0.3.x`:\n\n* In `ember-cli-build.js` add this if you need access to the flags:\n```javascript\n// ember-cli-build.js\n\nlet app = new EmberApp(defaults, {\n    // [...]\n    svg: {\n      // [...]\n      paths: [\n        // [...]\n        'node_modules/ember-cli-uniq/public/assets/flags/'\n      ]\n    }\n```\n\nFrom `ember-cli-uniq@0.3.x` to `ember-cli-uniq@0.4.x`:\n\n* Replace bower import of `uniq` with npm import of `uniplaces-uniq`\n* Replace `inline-svg` with `svg-jar` and:\n```javascript\n// ember-cli-build.js\n\nlet app = new EmberApp(defaults, {\n    // [...]\n    svg: {\n      paths: [\n        // [...]\n      ]\n    }\n```\nwith\n```javascript\n// ember-cli-build.js\n\nlet app = new EmberApp(defaults, {\n    // [...]\n    svgJar: {\n      sourceDirs: [\n        // [...]\n      ]\n    }\n```\nand replace every invocation of the `{{inline-svg}}` helper with `{{svg-jar}}`.\n\n## Contributing\n\nAny contribution is welcome. Please read our [guidelines](CONTRIBUTING.md).\nHowever, if your contribution involves adding a new feature, please open an issue before to\nshare your plan and agree the details of the feature before starting implementing it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funiplaces%2Fember-cli-uniq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funiplaces%2Fember-cli-uniq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funiplaces%2Fember-cli-uniq/lists"}