Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
takumi-hatta-dig committed Feb 21, 2024
1 parent 384dfab commit 68f5b1c
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 71 deletions.
126 changes: 63 additions & 63 deletions examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@biomejs/biome": "^1.5.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@biomejs/biome": "^1.5.3",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.33",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.0.11"
"vite": "^5.1.3"
}
}
2 changes: 0 additions & 2 deletions examples/src/typography/TypographySection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const TypographySection = () => {
<p className='text-std-24B-5'>std-24B-5 デザインシステム</p>
<p className='text-std-22B-5'>std-22B-5 デザインシステム</p>
<p className='text-std-20B-6'>std-20B-6 デザインシステム</p>
<p className='text-std-20B-5'>std-20B-5 デザインシステム</p>
<p className='text-std-18B-6'>std-18B-6 デザインシステム</p>
<p className='text-std-17B-7'>std-17B-7 デザインシステム</p>
<p className='text-std-16B-7'>std-16B-7 デザインシステム</p>
Expand All @@ -34,7 +33,6 @@ export const TypographySection = () => {
<p className='text-std-26N-5'>std-26N-5 デザインシステム</p>
<p className='text-std-24N-5'>std-24N-5 デザインシステム</p>
<p className='text-std-22N-5'>std-22N-5 デザインシステム</p>
<p className='text-std-20N-6'>std-20N-6 デザインシステム</p>
<p className='text-std-20N-5'>std-20N-5 デザインシステム</p>
<p className='text-std-18N-6'>std-18N-6 デザインシステム</p>
<p className='text-std-17N-7'>std-17N-7 デザインシステム</p>
Expand Down

0 comments on commit 68f5b1c

Please sign in to comment.