@univerjs/docs-hyper-link-ui 0.7.0-nightly.202505061607 → 0.7.0-nightly.202505081607
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 +8 -8
package/lib/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.univer-ml-2{margin-left:8px}.univer-mr-2{margin-right:8px}.univer-box-border{box-sizing:border-box}.univer-flex{display:flex}.univer-size-5{width:20px;height:20px}.univer-size-6{width:24px;height:24px}.univer-h-6{height:24px}.univer-w-\[328px\]{width:328px}.univer-max-w-\[328px\]{max-width:328px}.univer-flex-1{flex:1 1 0%}.univer-flex-\[0_0_auto\]{flex:0 0 auto}.univer-cursor-pointer{cursor:pointer}.univer-items-center{align-items:center}.univer-justify-end{justify-content:flex-end}.univer-justify-center{justify-content:center}.univer-justify-between{justify-content:space-between}.univer-gap-3{gap:12px}.univer-overflow-hidden{overflow:hidden}.univer-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.univer-rounded{border-radius:4px}.univer-rounded-lg{border-radius:8px}.univer-rounded-xl{border-radius:12px}.univer-border{border-width:1px}.univer-border-solid{border-style:solid}.univer-border-gray-200{
|
|
1
|
+
.univer-ml-2{margin-left:8px}.univer-mr-2{margin-right:8px}.univer-box-border{box-sizing:border-box}.univer-flex{display:flex}.univer-size-5{width:20px;height:20px}.univer-size-6{width:24px;height:24px}.univer-h-6{height:24px}.univer-w-\[328px\]{width:328px}.univer-max-w-\[328px\]{max-width:328px}.univer-flex-1{flex:1 1 0%}.univer-flex-\[0_0_auto\]{flex:0 0 auto}.univer-cursor-pointer{cursor:pointer}.univer-items-center{align-items:center}.univer-justify-end{justify-content:flex-end}.univer-justify-center{justify-content:center}.univer-justify-between{justify-content:space-between}.univer-gap-3{gap:12px}.univer-overflow-hidden{overflow:hidden}.univer-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.univer-rounded{border-radius:4px}.univer-rounded-lg{border-radius:8px}.univer-rounded-xl{border-radius:12px}.univer-border{border-width:1px}.univer-border-solid{border-style:solid}.univer-border-gray-200{border-color:var(--univer-gray-200)}.univer-bg-white{background-color:var(--univer-white)}.univer-p-3{padding:12px}.univer-px-6{padding-left:24px;padding-right:24px}.univer-py-5{padding-top:20px;padding-bottom:20px}.univer-text-\[13px\]{font-size:13px}.univer-text-base{font-size:16px;line-height:24px}.univer-leading-5{line-height:20px}.univer-text-gray-900{color:var(--univer-gray-900)}.univer-text-primary-500{color:var(--univer-primary-500)}.univer-shadow{--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,0 1px 3px #0000001a,0 1px 2px -1px #0000001a;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)),var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)),var(--tw-shadow)}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/docs-hyper-link-ui",
|
|
3
|
-
"version": "0.7.0-nightly.
|
|
3
|
+
"version": "0.7.0-nightly.202505081607",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Univer thread comment plugin",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@univerjs/icons": "^0.3.24",
|
|
56
|
-
"@univerjs/core": "0.7.0-nightly.
|
|
57
|
-
"@univerjs/design": "0.7.0-nightly.
|
|
58
|
-
"@univerjs/docs": "0.7.0-nightly.
|
|
59
|
-
"@univerjs/docs-
|
|
60
|
-
"@univerjs/engine-render": "0.7.0-nightly.
|
|
61
|
-
"@univerjs/
|
|
62
|
-
"@univerjs/
|
|
56
|
+
"@univerjs/core": "0.7.0-nightly.202505081607",
|
|
57
|
+
"@univerjs/design": "0.7.0-nightly.202505081607",
|
|
58
|
+
"@univerjs/docs": "0.7.0-nightly.202505081607",
|
|
59
|
+
"@univerjs/docs-ui": "0.7.0-nightly.202505081607",
|
|
60
|
+
"@univerjs/engine-render": "0.7.0-nightly.202505081607",
|
|
61
|
+
"@univerjs/docs-hyper-link": "0.7.0-nightly.202505081607",
|
|
62
|
+
"@univerjs/ui": "0.7.0-nightly.202505081607"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"postcss": "^8.5.3",
|