Skip to content

Commit 60a90ca

Browse files
authored
Merge pull request #283 from dev-five-git/add-font-faces
Add font faces
2 parents a532f26 + 49467fd commit 60a90ca

File tree

49 files changed

+1443
-901
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1443
-901
lines changed

.changeset/wet-fans-add.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@devup-ui/wasm": patch
3+
"@devup-ui/react": patch
4+
---
5+
6+
Impl font-faces to global

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
pnpm build
4242
pnpm lint
4343
# rust coverage issue
44-
echo 'max_width = 1000' > .rustfmt.toml
44+
echo 'max_width = 100000' > .rustfmt.toml
4545
echo 'tab_spaces = 4' >> .rustfmt.toml
4646
echo 'newline_style = "Unix"' >> .rustfmt.toml
47-
echo 'fn_call_width = 1000' >> .rustfmt.toml
47+
echo 'fn_call_width = 100000' >> .rustfmt.toml
4848
echo 'fn_params_layout = "Compressed"' >> .rustfmt.toml
49-
echo 'chain_width = 1000' >> .rustfmt.toml
49+
echo 'chain_width = 100000' >> .rustfmt.toml
5050
echo 'merge_derives = true' >> .rustfmt.toml
5151
echo 'use_small_heuristics = "Default"' >> .rustfmt.toml
5252
cargo fmt

Cargo.lock

Lines changed: 32 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/landing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"@devup-ui/reset-css": "workspace:*",
1717
"@mdx-js/loader": "^3.1.0",
1818
"@mdx-js/react": "^3.1.0",
19-
"@next/mdx": "^15.4.4",
19+
"@next/mdx": "^15.4.5",
2020
"@types/mdx": "^2.0.13",
2121
"body-scroll-lock": "3.1.5",
2222
"clsx": "^2.1.1",
23-
"next": "^15.4.4",
23+
"next": "^15.4.5",
2424
"react": "^19.1.1",
2525
"react-dom": "^19.1.1",
2626
"react-markdown": "^10.1.0",

apps/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "^19.1.1",
1414
"react-dom": "^19.1.1",
15-
"next": "^15.4.4",
15+
"next": "^15.4.5",
1616
"@devup-ui/react": "workspace:*"
1717
},
1818
"devDependencies": {

apps/rsbuild/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@devup-ui/react": "workspace:*"
1616
},
1717
"devDependencies": {
18-
"@rsbuild/core": "^1.4.11",
19-
"@rsbuild/plugin-react": "^1.3.4",
18+
"@rsbuild/core": "^1.4.14",
19+
"@rsbuild/plugin-react": "^1.3.5",
2020
"@devup-ui/rsbuild-plugin": "workspace:*"
2121
}
2222
}

benchmark/next-chakra-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@chakra-ui/react": "^3.23.0",
13+
"@chakra-ui/react": "^3.24.0",
1414
"@emotion/react": "^11.14.0",
15-
"next": "^15.4.4",
15+
"next": "^15.4.5",
1616
"next-themes": "^0.4.6",
1717
"react": "^19.1.1",
1818
"react-dom": "^19.1.1",

benchmark/next-devup-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "^19.1.1",
1414
"react-dom": "^19.1.1",
15-
"next": "^15.4.4",
15+
"next": "^15.4.5",
1616
"@devup-ui/react": "workspace:*"
1717
},
1818
"devDependencies": {

benchmark/next-kuma-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "^19.1.1",
1414
"react-dom": "^19.1.1",
15-
"next": "^15.4.4",
15+
"next": "^15.4.5",
1616
"@kuma-ui/core": "^1.5.9"
1717
},
1818
"devDependencies": {

benchmark/next-mui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"dependencies": {
1313
"@emotion/react": "^11.14.0",
1414
"@emotion/styled": "^11.14.1",
15-
"@mui/material": "7.2.0",
16-
"next": "^15.4.4",
15+
"@mui/material": "7.3.0",
16+
"next": "^15.4.5",
1717
"next-themes": "^0.4.6",
1818
"react": "^19.1.1",
1919
"react-dom": "^19.1.1",

0 commit comments

Comments
 (0)