{"id":18258824,"url":"https://github.com/apicurio/apicurio-common-ui-components","last_synced_at":"2026-04-01T17:26:32.778Z","repository":{"id":209671831,"uuid":"724602466","full_name":"Apicurio/apicurio-common-ui-components","owner":"Apicurio","description":"Common React-based UI components for Apicurio project UIs.","archived":false,"fork":false,"pushed_at":"2026-03-12T00:53:31.000Z","size":626,"stargazers_count":0,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-03-12T06:37:38.680Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Apicurio.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-28T12:21:47.000Z","updated_at":"2026-03-12T00:53:28.000Z","dependencies_parsed_at":"2024-09-10T16:59:37.049Z","dependency_job_id":"f745f570-285f-4b6c-97ee-92cf3f9455aa","html_url":"https://github.com/Apicurio/apicurio-common-ui-components","commit_stats":null,"previous_names":["apicurio/apicurio-common-ui-components"],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/Apicurio/apicurio-common-ui-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apicurio%2Fapicurio-common-ui-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apicurio%2Fapicurio-common-ui-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apicurio%2Fapicurio-common-ui-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apicurio%2Fapicurio-common-ui-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Apicurio","download_url":"https://codeload.github.com/Apicurio/apicurio-common-ui-components/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apicurio%2Fapicurio-common-ui-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-11-05T10:34:51.060Z","updated_at":"2026-04-01T17:26:32.771Z","avatar_url":"https://github.com/Apicurio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Apicurio Common UI Components\nThis library contains some React + Patternfly UI components that are used across multiple Apicurio\nUI projects.\n\n## Requirements\n\nThis library requires the following peer dependencies:\n\n- React 19.x\n  - react ~19\n  - react-dom ~19\n- React Router 7.x\n  - react-router ~7\n- PatternFly 6.x\n  - @patternfly/patternfly ~6\n  - @patternfly/react-core ~6\n  - @patternfly/react-icons ~6\n  - @patternfly/react-table ~6\n- luxon ~3\n- oidc-client-ts ~3\n\n## Building\nUse standard Node/NPM tooling to build the code in this library.\n\n```\nnpm install\nnpm run lint\nnpm run build\n```\n\n## Developing\nThis library includes a demo application that showcases the components it provides, and allows easy\niterative development.\n\n```\nnpm install\nnpm run dev\n```\n\nOnce running, open your browser to the URL indicated by the output of `npm run dev`.  You will\nsee the showcase application.\n\n## Migrating to v4.0.0 (React 19 + React Router 7)\n\n### Prerequisites\n- Your application must be using PatternFly v6\n- Your application must be using React 19.x\n- Your application must be using React Router 7.x\n\nIf you are still on earlier versions, follow the appropriate upgrade guides first:\n- [PatternFly upgrade guide](https://www.patternfly.org/get-started/upgrade/)\n- [React 19 upgrade guide](https://react.dev/blog/2024/12/05/react-19)\n- [React Router v7 upgrade guide](https://reactrouter.com/upgrading/v6)\n\n### Steps\n1. Update your application to React 19, React Router 7, and PatternFly v6\n2. Update this library to v4.0.0:\n   ```bash\n   npm install @apicurio/common-ui-components@4.0.0\n   ```\n3. No code changes required in your application - all component APIs remain compatible\n\n### What Changed\n- Updated to React 19.x\n- Updated to React Router 7.x\n- All peer dependencies updated to latest major versions\n- Visual styling matches PatternFly v6 design system\n- Filter chips use Label component (visually similar, no API changes)\n\n### Known Issues\n- Modal components use the deprecated Modal from PatternFly v6. This will be addressed in a future\n  release.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapicurio%2Fapicurio-common-ui-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapicurio%2Fapicurio-common-ui-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapicurio%2Fapicurio-common-ui-components/lists"}