@univerjs/sheets-thread-comment-ui 0.5.2 → 0.5.3

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 +0 -1
  2. package/package.json +13 -32
package/lib/index.css CHANGED
@@ -1 +0,0 @@
1
- *,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(63 131 248 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(63 131 248 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*{scrollbar-color:initial;scrollbar-width:initial}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-thread-comment-ui",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "private": false,
5
5
  "description": "Univer thread comment plugin",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -52,45 +52,26 @@
52
52
  "rxjs": ">=7.0.0"
53
53
  },
54
54
  "dependencies": {
55
- "@univerjs/icons": "^0.2.8",
55
+ "@univerjs/icons": "^0.2.10",
56
56
  "clsx": "^2.1.1",
57
- "@univerjs/core": "0.5.2",
58
- "@univerjs/engine-formula": "0.5.2",
59
- "@univerjs/engine-render": "0.5.2",
60
- "@univerjs/sheets-thread-comment": "0.5.2",
61
- "@univerjs/sheets-ui": "0.5.2",
62
- "@univerjs/thread-comment": "0.5.2",
63
- "@univerjs/sheets": "0.5.2",
64
- "@univerjs/thread-comment-ui": "0.5.2",
65
- "@univerjs/ui": "0.5.2"
57
+ "@univerjs/engine-formula": "0.5.3",
58
+ "@univerjs/sheets": "0.5.3",
59
+ "@univerjs/core": "0.5.3",
60
+ "@univerjs/engine-render": "0.5.3",
61
+ "@univerjs/sheets-thread-comment": "0.5.3",
62
+ "@univerjs/sheets-ui": "0.5.3",
63
+ "@univerjs/thread-comment": "0.5.3",
64
+ "@univerjs/thread-comment-ui": "0.5.3",
65
+ "@univerjs/ui": "0.5.3"
66
66
  },
67
67
  "devDependencies": {
68
68
  "postcss": "^8.4.49",
69
69
  "react": "18.3.1",
70
70
  "rxjs": "^7.8.1",
71
- "tailwindcss": "^3.4.16",
72
71
  "typescript": "^5.7.2",
73
- "vite": "^6.0.3",
72
+ "vite": "^6.0.6",
74
73
  "vitest": "^2.1.8",
75
- "@univerjs-infra/shared": "0.5.2"
76
- },
77
- "space": {
78
- ".": {
79
- "import": "./lib/es/index.js",
80
- "require": "./lib/cjs/index.js",
81
- "types": "./lib/types/index.d.ts"
82
- },
83
- "./*": {
84
- "import": "./lib/es/*",
85
- "require": "./lib/cjs/*",
86
- "types": "./lib/types/index.d.ts"
87
- },
88
- "./locale/*": {
89
- "import": "./lib/es/locale/*.js",
90
- "require": "./lib/cjs/locale/*.js",
91
- "types": "./lib/types/locale/*.d.ts"
92
- },
93
- "./lib/*": "./lib/*"
74
+ "@univerjs-infra/shared": "0.5.3"
94
75
  },
95
76
  "scripts": {
96
77
  "test": "vitest run",