@univerjs/ui 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.
@@ -116,7 +116,7 @@ export interface IFUniverUIMixin {
116
116
  * @returns the {@link FMenu} object
117
117
  * @example
118
118
  * ```ts
119
- * // Univer Icon can be viewed at https://univer.ai/en-US/icons
119
+ * // Univer Icon can be viewed at https://docs.univer.ai/icons
120
120
  * import { SmileIcon } from '@univerjs/icons'
121
121
  *
122
122
  * // Create a custom menu with an univer icon
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/ui",
3
- "version": "0.10.8",
3
+ "version": "0.10.9",
4
4
  "private": false,
5
5
  "description": "UniverSheet normal plugin UI manager",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -65,12 +65,12 @@
65
65
  "rxjs": ">=7.0.0"
66
66
  },
67
67
  "dependencies": {
68
- "@univerjs/icons": "^0.4.7",
68
+ "@univerjs/icons": "^0.4.8",
69
69
  "@wendellhu/redi": "1.0.0",
70
70
  "localforage": "^1.10.0",
71
- "@univerjs/core": "0.10.8",
72
- "@univerjs/design": "0.10.8",
73
- "@univerjs/engine-render": "0.10.8"
71
+ "@univerjs/core": "0.10.9",
72
+ "@univerjs/engine-render": "0.10.9",
73
+ "@univerjs/design": "0.10.9"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@testing-library/react": "^16.3.0",
@@ -83,8 +83,8 @@
83
83
  "typescript": "^5.9.2",
84
84
  "vite": "^7.1.4",
85
85
  "vitest": "^3.2.4",
86
- "@univerjs/themes": "0.10.8",
87
- "@univerjs-infra/shared": "0.10.8"
86
+ "@univerjs-infra/shared": "0.10.9",
87
+ "@univerjs/themes": "0.10.9"
88
88
  },
89
89
  "scripts": {
90
90
  "test": "vitest run",