@univerjs/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.
- package/lib/index.css +1 -1
- package/package.json +11 -30
package/lib/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
.univer-thread-comment-editor-buttons{margin-top:12px;display:flex;flex-direction:row;justify-content:flex-end}.univer-thread-comment-editor-suggestion{display:flex;align-items:center;font-size:13px;color:rgb(var(--color-black))}.univer-thread-comment-editor-suggestionActive{background-color:rgba(var(--grey-50))}.univer-thread-comment-editor-suggestion-icon{width:24px;height:24px;border-radius:12px;margin-right:6px}.univer-thread-comment{padding:16px;background:rgba(var(--color-white));border:1px solid rgba(var(--grey-200));border-radius:8px;box-sizing:border-box;position:relative;width:278px}.univer-thread-comment-active{box-shadow:var(--box-shadow-base)}.univer-thread-comment-content{max-height:300px;overflow-y:auto;overflow-x:hidden;scrollbar-color:rgba(var(--scrollbar-color),.7) transparent;scrollbar-gutter:auto;scrollbar-width:thin}.univer-thread-comment-highlight{background-color:rgb(var(--gold-400));position:absolute;top:0;left:0;right:0;height:6px;border-top-left-radius:6px;border-top-right-radius:6px}.univer-thread-comment-icon-container{display:flex;flex-direction:row;flex-shrink:0;flex-grow:0}.univer-thread-comment-icon{width:24px;height:24px;border-radius:3px;margin-left:4px;display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font-size:16px}.univer-thread-comment-icon:hover{background-color:rgba(var(--grey-50))}.univer-thread-comment-title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:16px;font-size:14px;line-height:20px}.univer-thread-comment-title-position{display:flex;flex-direction:row;align-items:center;flex:1 1 0;overflow:hidden}.univer-thread-comment-title-highlight{width:3px;height:14px;border-radius:1.5px;background-color:rgba(var(--gold-400));margin-right:8px;flex-shrink:0;flex-grow:0}.univer-thread-comment-title-position-text{flex:1 1 0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.univer-thread-comment-username{font-size:14px;font-weight:500;line-height:20px}.univer-thread-comment-item{margin-bottom:12px;padding-left:30px;position:relative}.univer-thread-comment-item-head{width:24px;height:24px;border-radius:12px;position:absolute;left:0;top:0}.univer-thread-comment-item-title{display:flex;justify-content:space-between;height:24px;align-items:center;margin-bottom:4px}.univer-thread-comment-item-title-position{color:rgba(var(--color-black));font-size:14px;line-height:20px}.univer-thread-comment-item-title-highlight{width:3px;height:14px;border-radius:2px;margin-right:8px;margin-top:3px;background-color:rgba(var(--gold-400))}.univer-thread-comment-item-time{font-size:12px;line-height:1.5;margin-bottom:4px;color:rgba(var(--grey-600))}.univer-thread-comment-item-content{font-size:13px;line-height:20px;color:rgba(var(--color-black))}.univer-thread-comment-item-at{color:rgba(var(--blue-400))}.univer-thread-comment-panel{min-height:100%;display:flex;flex-direction:column;padding-bottom:12px}.univer-thread-comment-panel .univer-thread-comment{margin-top:12px}.univer-thread-comment-panel-forms{display:flex;flex-direction:row;justify-content:space-between;margin-top:12px}.univer-thread-comment-panel-forms .univer-select{width:120px}.univer-thread-comment-panel-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;color:rgb(var(--grey-600));font-size:13px;flex:1}.univer-thread-comment-panel-add{margin-top:8px;display:flex;flex-direction:row}.univer-thread-comment-panel-add svg{margin-right:6px}.univer-thread-comment-panel-solved{margin-top:12px;font-size:var(--font-size-xs)}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/thread-comment-ui",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Univer common thread comment UI plugin",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -52,44 +52,25 @@
|
|
|
52
52
|
"rxjs": ">=7.0.0"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@univerjs/icons": "^0.2.
|
|
55
|
+
"@univerjs/icons": "^0.2.10",
|
|
56
56
|
"clsx": "^2.1.1",
|
|
57
|
-
"@univerjs/core": "0.5.
|
|
58
|
-
"@univerjs/
|
|
59
|
-
"@univerjs/docs": "0.5.
|
|
60
|
-
"@univerjs/
|
|
61
|
-
"@univerjs/engine-render": "0.5.
|
|
62
|
-
"@univerjs/
|
|
63
|
-
"@univerjs/
|
|
57
|
+
"@univerjs/core": "0.5.3",
|
|
58
|
+
"@univerjs/docs": "0.5.3",
|
|
59
|
+
"@univerjs/docs-ui": "0.5.3",
|
|
60
|
+
"@univerjs/design": "0.5.3",
|
|
61
|
+
"@univerjs/engine-render": "0.5.3",
|
|
62
|
+
"@univerjs/thread-comment": "0.5.3",
|
|
63
|
+
"@univerjs/ui": "0.5.3"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"less": "^4.2.1",
|
|
67
67
|
"postcss": "^8.4.49",
|
|
68
68
|
"react": "18.3.1",
|
|
69
69
|
"rxjs": "^7.8.1",
|
|
70
|
-
"tailwindcss": "^3.4.16",
|
|
71
70
|
"typescript": "^5.7.2",
|
|
72
|
-
"vite": "^6.0.
|
|
71
|
+
"vite": "^6.0.6",
|
|
73
72
|
"vitest": "^2.1.8",
|
|
74
|
-
"@univerjs-infra/shared": "0.5.
|
|
75
|
-
},
|
|
76
|
-
"space": {
|
|
77
|
-
".": {
|
|
78
|
-
"import": "./lib/es/index.js",
|
|
79
|
-
"require": "./lib/cjs/index.js",
|
|
80
|
-
"types": "./lib/types/index.d.ts"
|
|
81
|
-
},
|
|
82
|
-
"./*": {
|
|
83
|
-
"import": "./lib/es/*",
|
|
84
|
-
"require": "./lib/cjs/*",
|
|
85
|
-
"types": "./lib/types/index.d.ts"
|
|
86
|
-
},
|
|
87
|
-
"./locale/*": {
|
|
88
|
-
"import": "./lib/es/locale/*.js",
|
|
89
|
-
"require": "./lib/cjs/locale/*.js",
|
|
90
|
-
"types": "./lib/types/locale/*.d.ts"
|
|
91
|
-
},
|
|
92
|
-
"./lib/*": "./lib/*"
|
|
73
|
+
"@univerjs-infra/shared": "0.5.3"
|
|
93
74
|
},
|
|
94
75
|
"scripts": {
|
|
95
76
|
"test": "vitest run",
|