-
Notifications
You must be signed in to change notification settings - Fork 11
feat (icons): Icons API end points for retrieving icons. #209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 11 commits
3b20863
a0d3855
da36b8d
2437572
bc103e1
e38d0a1
0d52a5a
a8654f0
b380631
2b8c40c
160618a
9c287db
ce4583d
695fcf7
9123ae7
8702c57
1f2d9bc
e5434ab
3a6c91f
615255e
44876af
9ce4cf0
967eaf1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -55,14 +55,14 @@ | |
| "@nanostores/react": "^0.8.4", | ||
| "@patternfly/ast-helpers": "1.4.0-alpha.190", | ||
| "@patternfly/patternfly": "^6.0.0", | ||
| "@patternfly/quickstarts": "^6.0.0", | ||
| "@patternfly/react-code-editor": "^6.2.2", | ||
| "@patternfly/react-core": "^6.0.0", | ||
| "@patternfly/react-drag-drop": "^6.0.0", | ||
| "@patternfly/react-icons": "^6.0.0", | ||
| "@patternfly/react-icons": "6.5.0-prerelease.13", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why not the 6.5.1 stable, or would that necessitate updating the other core imports? |
||
| "@patternfly/react-styles": "^6.0.0", | ||
| "@patternfly/react-table": "^6.0.0", | ||
| "@patternfly/react-tokens": "^6.0.0", | ||
| "@patternfly/quickstarts": "^6.0.0", | ||
| "@types/react": "^18.3.23", | ||
| "@types/react-dom": "^18.3.7", | ||
| "astro": "^5.15.9", | ||
|
|
@@ -74,6 +74,7 @@ | |
| "react-docgen": "^7.1.1", | ||
| "react-dom": "^18.3.1", | ||
| "react-error-boundary": "^6.0.0", | ||
| "react-icons": "^5.5.0", | ||
|
coderabbitai[bot] marked this conversation as resolved.
Outdated
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We probably want to remove this import
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. +1 to remove |
||
| "sass": "^1.90.0", | ||
| "typescript": "^5.9.2" | ||
| }, | ||
|
|
@@ -82,6 +83,8 @@ | |
| "@babel/preset-react": "^7.26.3", | ||
| "@babel/preset-typescript": "^7.26.0", | ||
| "@eslint/js": "^9.16.0", | ||
| "@patternfly/react-data-view": "^6.0.0", | ||
| "@patternfly/react-user-feedback": "^6.0.0", | ||
| "@semantic-release/git": "^10.0.1", | ||
| "@testing-library/jest-dom": "^6.6.3", | ||
| "@testing-library/react": "^16.1.0", | ||
|
|
@@ -110,9 +113,7 @@ | |
| "ts-jest": "^29.2.5", | ||
| "ts-node": "^10.9.2", | ||
| "typescript-eslint": "^8.15.0", | ||
| "wrangler": "^4.20.0", | ||
| "@patternfly/react-user-feedback": "^6.0.0", | ||
| "@patternfly/react-data-view": "^6.0.0" | ||
| "wrangler": "^4.20.0" | ||
| }, | ||
| "config": { | ||
| "commitizen": { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.