@univerjs/docs-hyper-link-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-docs-link-edit{border-radius:12px;border:1px solid rgb(var(--grey-200));background:rgb(var(--color-white));box-shadow:var(--box-shadow-base);padding:20px 24px;width:328px;box-sizing:border-box}.univer-docs-link-edit-title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:24px;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:16px;color:rgb(var(--color-black))}.univer-docs-link-edit-close{width:16px;height:16px;font-size:16px;color:rgb(var(--grey-600));cursor:pointer}.univer-docs-link-edit-buttons{display:flex;flex-direction:row;justify-content:flex-end}.univer-docs-link-edit-button{margin-left:12px}.univer-doc-link{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px;box-shadow:var(--box-shadow-base);border-radius:8px;border:1px solid rgb(var(--grey-200));background:rgb(var(--color-white));max-width:328px;box-sizing:border-box;overflow:hidden}.univer-doc-link-type{height:20px;width:20px;font-size:16px;margin-right:8px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;color:rgb(var(--color-black))}.univer-doc-link-content{height:24px;display:flex;flex-direction:row;align-items:center;font-size:13px;line-height:20px;color:rgb(var(--blue-500));cursor:pointer;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.univer-doc-link-content-error{color:rgb(var(--grey-500))}.univer-doc-link-url{flex:1;overflow:hidden;text-overflow:ellipsis}.univer-doc-link-operations{display:flex;flex-direction:row;justify-content:center;align-items:center;height:24px;flex-basis:auto;flex-grow:0;flex-shrink:0}.univer-doc-link-operation{width:24px;height:24px;margin-left:8px;font-size:16px;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;border-radius:4px}.univer-doc-link-operation-error{color:rgb(var(--grey-500))}.univer-doc-link-operation:hover{background:#ccc}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/docs-hyper-link-ui",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Univer thread comment plugin",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -52,43 +52,24 @@
|
|
|
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
|
|
60
|
-
"@univerjs/
|
|
61
|
-
"@univerjs/docs-ui": "0.5.
|
|
62
|
-
"@univerjs/engine-render": "0.5.
|
|
63
|
-
"@univerjs/ui": "0.5.
|
|
57
|
+
"@univerjs/core": "0.5.3",
|
|
58
|
+
"@univerjs/design": "0.5.3",
|
|
59
|
+
"@univerjs/docs": "0.5.3",
|
|
60
|
+
"@univerjs/docs-hyper-link": "0.5.3",
|
|
61
|
+
"@univerjs/docs-ui": "0.5.3",
|
|
62
|
+
"@univerjs/engine-render": "0.5.3",
|
|
63
|
+
"@univerjs/ui": "0.5.3"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"postcss": "^8.4.49",
|
|
67
67
|
"react": "18.3.1",
|
|
68
68
|
"rxjs": "^7.8.1",
|
|
69
|
-
"tailwindcss": "^3.4.16",
|
|
70
69
|
"typescript": "^5.7.2",
|
|
71
|
-
"vite": "^6.0.
|
|
70
|
+
"vite": "^6.0.6",
|
|
72
71
|
"vitest": "^2.1.8",
|
|
73
|
-
"@univerjs-infra/shared": "0.5.
|
|
74
|
-
},
|
|
75
|
-
"space": {
|
|
76
|
-
".": {
|
|
77
|
-
"import": "./lib/es/index.js",
|
|
78
|
-
"require": "./lib/cjs/index.js",
|
|
79
|
-
"types": "./lib/types/index.d.ts"
|
|
80
|
-
},
|
|
81
|
-
"./*": {
|
|
82
|
-
"import": "./lib/es/*",
|
|
83
|
-
"require": "./lib/cjs/*",
|
|
84
|
-
"types": "./lib/types/index.d.ts"
|
|
85
|
-
},
|
|
86
|
-
"./locale/*": {
|
|
87
|
-
"import": "./lib/es/locale/*.js",
|
|
88
|
-
"require": "./lib/cjs/locale/*.js",
|
|
89
|
-
"types": "./lib/types/locale/*.d.ts"
|
|
90
|
-
},
|
|
91
|
-
"./lib/*": "./lib/*"
|
|
72
|
+
"@univerjs-infra/shared": "0.5.3"
|
|
92
73
|
},
|
|
93
74
|
"scripts": {
|
|
94
75
|
"test": "vitest run",
|