Skip to content
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

Revert "PUPIL-1136 move icons from Cloudinary to public folder" #343

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ const config = {
docs: {
autodocs: "tag",
},
staticDirs: ["./public", "../public"],
staticDirs: ["./public"],
};
export default config;
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This library is suitable for use in an app using React 18 and Next.js 13.5+

You can install it using `npm i @oaknational/oak-components` or any other package manager that supports the NPM registry.

👉 You'll need two environment variables to enable images `NEXT_PUBLIC_OAK_ASSETS_HOST` and `NEXT_PUBLIC_OAK_ASSETS_PATH`. Values for these can be obtained from the `.env` config from OWA or from a fellow engineer.
👉 You'll need two environment variables to enable icons `NEXT_PUBLIC_OAK_ASSETS_HOST` and `NEXT_PUBLIC_OAK_ASSETS_PATH`. Values for these can be obtained from the `.env` config from OWA or from a fellow engineer.

### Theming, global styles and fonts

Expand Down Expand Up @@ -65,9 +65,9 @@ The release process is driven by the commit messages, following the [Conventiona

Here’s a summary of the commit types that trigger a release:

- Patch release (x.x.x): Commits that start with `fix:` or contain other conventional keywords indicating bug fixes.
- Minor release (x.x.0): Commits that start with `feat:` indicate a new feature but not a breaking change.
- Major release (x.0.0): Commits that contain `BREAKING CHANGE:` in their description, which indicates a breaking change that requires a major version bump.
* Patch release (x.x.x): Commits that start with `fix:` or contain other conventional keywords indicating bug fixes.
* Minor release (x.x.0): Commits that start with `feat:` indicate a new feature but not a breaking change.
* Major release (x.0.0): Commits that contain `BREAKING CHANGE:` in their description, which indicates a breaking change that requires a major version bump.

Commit messages that begin with `chore`, `refactor` or `docs`, etc. will not trigger the release process.

Expand Down
12 changes: 0 additions & 12 deletions public/svgs/homepage/homepage-robot-waving.svg

This file was deleted.

503 changes: 0 additions & 503 deletions public/svgs/homepage/homepage-teacher-map.svg

This file was deleted.

8 changes: 0 additions & 8 deletions public/svgs/homepage/homepage-teacher.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/svgs/homepage/homepage-three-pupils.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/svgs/icons/additional-material.svg

This file was deleted.

5 changes: 0 additions & 5 deletions public/svgs/icons/arrow-down.svg

This file was deleted.

3 changes: 0 additions & 3 deletions public/svgs/icons/arrow-left.svg

This file was deleted.

3 changes: 0 additions & 3 deletions public/svgs/icons/arrow-right.svg

This file was deleted.

5 changes: 0 additions & 5 deletions public/svgs/icons/arrow-up.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/svgs/icons/bell.svg

This file was deleted.

12 changes: 0 additions & 12 deletions public/svgs/icons/books.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/svgs/icons/chevron-down.svg

This file was deleted.

3 changes: 0 additions & 3 deletions public/svgs/icons/chevron-left.svg

This file was deleted.

3 changes: 0 additions & 3 deletions public/svgs/icons/chevron-right.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/svgs/icons/chevron-up.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/svgs/icons/content-guidance.svg

This file was deleted.

3 changes: 0 additions & 3 deletions public/svgs/icons/copy.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/svgs/icons/copyright.svg

This file was deleted.

Loading
Loading