@univerjs/sheets-zen-editor 0.7.0-beta.0 → 0.7.0-beta.1

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/lib/index.css +1 -1
  2. package/package.json +13 -14
package/lib/index.css CHANGED
@@ -1 +1 @@
1
- .univer-absolute{position:absolute}.univer-inset-0{top:0;right:0;bottom:0;left:0}.univer-right-6{right:24px}.univer-top-2{top:8px}.univer-z-10{z-index:10}.univer-flex{display:flex}.univer-size-5{width:20px;height:20px}.univer-size-full{width:100%;height:100%}.univer-w-7{width:28px}.univer-cursor-pointer{cursor:pointer}.univer-items-center{align-items:center}.univer-justify-center{justify-content:center}.univer-bg-white{--tw-bg-opacity: 1;background-color:#fff;background-color:rgba(255,255,255,var(--tw-bg-opacity, 1))}.univer-text-green-500{--tw-text-opacity: 1;color:#0da471;color:rgba(13,164,113,var(--tw-text-opacity, 1))}.univer-text-red-500{--tw-text-opacity: 1;color:#f05252;color:rgba(240,82,82,var(--tw-text-opacity, 1))}.univer-transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\:univer-text-green-600:hover{--tw-text-opacity: 1;color:#057a55;color:rgba(5,122,85,var(--tw-text-opacity, 1))}.hover\:univer-text-red-600:hover{--tw-text-opacity: 1;color:#e02424;color:rgba(224,36,36,var(--tw-text-opacity, 1))}
1
+ .univer-absolute{position:absolute}.univer-inset-0{top:0;right:0;bottom:0;left:0}.univer-right-6{right:24px}.univer-top-2{top:8px}.univer-z-10{z-index:10}.univer-flex{display:flex}.univer-size-5{width:20px;height:20px}.univer-size-full{width:100%;height:100%}.univer-w-7{width:28px}.univer-cursor-pointer{cursor:pointer}.univer-items-center{align-items:center}.univer-justify-center{justify-content:center}.univer-bg-white{background-color:var(--univer-white)}.univer-text-green-500{color:var(--univer-green-500)}.univer-text-red-500{color:var(--univer-red-500)}.univer-transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\:univer-text-green-600:hover{color:var(--univer-green-600)}.hover\:univer-text-red-600:hover{color:var(--univer-red-600)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-zen-editor",
3
- "version": "0.7.0-beta.0",
3
+ "version": "0.7.0-beta.1",
4
4
  "private": false,
5
5
  "description": "Zen Editor plugin for Univer Sheets.",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -64,26 +64,25 @@
64
64
  "rxjs": ">=7.0.0"
65
65
  },
66
66
  "dependencies": {
67
- "@univerjs/icons": "^0.3.22",
68
- "@univerjs/core": "0.7.0-beta.0",
69
- "@univerjs/design": "0.7.0-beta.0",
70
- "@univerjs/docs": "0.7.0-beta.0",
71
- "@univerjs/docs-ui": "0.7.0-beta.0",
72
- "@univerjs/engine-render": "0.7.0-beta.0",
73
- "@univerjs/sheets": "0.7.0-beta.0",
74
- "@univerjs/ui": "0.7.0-beta.0",
75
- "@univerjs/sheets-ui": "0.7.0-beta.0"
67
+ "@univerjs/icons": "^0.3.24",
68
+ "@univerjs/design": "0.7.0-beta.1",
69
+ "@univerjs/docs": "0.7.0-beta.1",
70
+ "@univerjs/sheets-ui": "0.7.0-beta.1",
71
+ "@univerjs/core": "0.7.0-beta.1",
72
+ "@univerjs/sheets": "0.7.0-beta.1",
73
+ "@univerjs/engine-render": "0.7.0-beta.1",
74
+ "@univerjs/docs-ui": "0.7.0-beta.1",
75
+ "@univerjs/ui": "0.7.0-beta.1"
76
76
  },
77
77
  "devDependencies": {
78
- "less": "^4.3.0",
79
78
  "postcss": "^8.5.3",
80
79
  "react": "18.3.1",
81
80
  "rxjs": "^7.8.1",
82
81
  "tailwindcss": "^3.4.17",
83
82
  "typescript": "^5.8.3",
84
- "vite": "^6.3.3",
85
- "vitest": "^3.1.2",
86
- "@univerjs-infra/shared": "0.7.0-beta.0"
83
+ "vite": "^6.3.5",
84
+ "vitest": "^3.1.3",
85
+ "@univerjs-infra/shared": "0.7.0-beta.1"
87
86
  },
88
87
  "scripts": {
89
88
  "test": "vitest run",