Skip to content

Commit

Permalink
chore: update for-everyone to latest component versions
Browse files Browse the repository at this point in the history
  • Loading branch information
notlee committed Apr 4, 2024
1 parent 05f4424 commit 72f6528
Show file tree
Hide file tree
Showing 4 changed files with 3,886 additions and 3,606 deletions.
6 changes: 3 additions & 3 deletions apps/for-everyone-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"dependencies": {
"@astrojs/react": "^3.0.9",
"@astrojs/starlight": "^0.15.2",
"@financial-times/o3-button": "^0.5.0",
"@financial-times/o3-tooltip": "^0.1.0",
"@financial-times/o3-button": "^1.0.0",
"@financial-times/o3-tooltip": "^1.0.0",
"@financial-times/o3-tooling-token": "^0.0.0",
"@financial-times/o3-foundation": "^0.6.0",
"@financial-times/o3-foundation": "^1.0.0",
"astro": "^4.0.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/for-everyone-website/src/components/Hero.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
import { Image } from 'astro:assets';
import '@financial-times/o3-foundation/internal.css';
import '@financial-times/o3-foundation/css/internal.css';
import '@financial-times/o3-button/css/internal.css';
const { data } = Astro.props.entry;
Expand Down
3 changes: 1 addition & 2 deletions apps/for-everyone-website/src/styles/custom.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

@import '@financial-times/o3-foundation/internal.css';
@import '@financial-times/o3-foundation/css/internal.css';

/* Dark mode colors. */
:root {
Expand Down
Loading

0 comments on commit 72f6528

Please sign in to comment.