@univerjs/design 0.10.8 → 0.10.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -15,7 +15,7 @@ The components are developed using React and less, and you can find out more inf
15
15
  ![](./assets/design.jpeg)
16
16
 
17
17
  :::note
18
- If you only need to extend the toolbar, context menu, and so on, you can directly use the extension interfaces provided by `@univerjs/ui` without implementing the UI yourself. For more information, please refer to [Extending UI](https://univer.ai/guides/sheet/customization/ui).
18
+ If you only need to extend the toolbar, context menu, and so on, you can directly use the extension interfaces provided by `@univerjs/ui` without implementing the UI yourself. For more information, please refer to [Extending UI](https://docs.univer.ai/guides/recipes/tutorials/custom-plugin).
19
19
  :::
20
20
 
21
21
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/design",
3
- "version": "0.10.8",
3
+ "version": "0.10.9",
4
4
  "private": false,
5
5
  "description": "UI component library for building exceptional Univer.",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -60,7 +60,7 @@
60
60
  "@radix-ui/react-popover": "^1.1.15",
61
61
  "@radix-ui/react-separator": "^1.1.7",
62
62
  "@radix-ui/react-slot": "^1.2.3",
63
- "@univerjs/icons": "^0.4.7",
63
+ "@univerjs/icons": "^0.4.8",
64
64
  "class-variance-authority": "^0.7.1",
65
65
  "clsx": "^2.1.1",
66
66
  "dayjs": "^1.11.15",
@@ -71,7 +71,7 @@
71
71
  "react-transition-group": "^4.4.5",
72
72
  "sonner": "^2.0.7",
73
73
  "tailwind-merge": "2.6.0",
74
- "@univerjs/themes": "0.10.8"
74
+ "@univerjs/themes": "0.10.9"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@testing-library/jest-dom": "^6.8.0",
@@ -86,8 +86,8 @@
86
86
  "typescript": "^5.9.2",
87
87
  "vite": "^7.1.4",
88
88
  "vitest": "^3.2.4",
89
- "@univerjs/core": "0.10.8",
90
- "@univerjs-infra/shared": "0.10.8"
89
+ "@univerjs-infra/shared": "0.10.9",
90
+ "@univerjs/core": "0.10.9"
91
91
  },
92
92
  "scripts": {
93
93
  "test": "vitest run",