@univerjs/sheets-drawing-ui 0.7.0-nightly.202505061607 → 0.7.0-nightly.202505071607

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 +12 -12
package/lib/index.css CHANGED
@@ -1 +1 @@
1
- .univer-relative{position:relative}.univer-mt-2\.5{margin-top:10px}.univer-mt-5{margin-top:20px}.univer-flex{display:flex}.univer-h-full{height:100%}.univer-w-full{width:100%}.univer-items-start{align-items:flex-start}.univer-items-center{align-items:center}.univer-justify-start{justify-content:flex-start}.univer-gap-1{gap:4px}.univer-border-b-0{border-bottom-width:0px}.univer-border-l-0{border-left-width:0px}.univer-border-r-0{border-right-width:0px}.univer-border-t{border-top-width:1px}.univer-border-solid{border-style:solid}.univer-border-gray-200{--tw-border-opacity: 1;border-color:#e3e5ea;border-color:rgba(227,229,234,var(--tw-border-opacity, 1))}.univer-p-2{padding:8px}.univer-text-left{text-align:left}.univer-text-center{text-align:center}.univer-text-sm{font-size:14px;line-height:20px}.univer-text-gray-400{--tw-text-opacity: 1;color:#7d8698;color:rgba(125,134,152,var(--tw-text-opacity, 1))}
1
+ .univer-relative{position:relative}.univer-mt-2\.5{margin-top:10px}.univer-mt-5{margin-top:20px}.univer-flex{display:flex}.univer-h-full{height:100%}.univer-w-full{width:100%}.univer-items-start{align-items:flex-start}.univer-items-center{align-items:center}.univer-justify-start{justify-content:flex-start}.univer-gap-1{gap:4px}.univer-border-b-0{border-bottom-width:0px}.univer-border-l-0{border-left-width:0px}.univer-border-r-0{border-right-width:0px}.univer-border-t{border-top-width:1px}.univer-border-solid{border-style:solid}.univer-border-gray-200{border-color:var(--univer-gray-200)}.univer-p-2{padding:8px}.univer-text-left{text-align:left}.univer-text-center{text-align:center}.univer-text-sm{font-size:14px;line-height:20px}.univer-text-gray-400{color:var(--univer-gray-400)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-drawing-ui",
3
- "version": "0.7.0-nightly.202505061607",
3
+ "version": "0.7.0-nightly.202505071607",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -63,17 +63,17 @@
63
63
  },
64
64
  "dependencies": {
65
65
  "@univerjs/icons": "^0.3.24",
66
- "@univerjs/core": "0.7.0-nightly.202505061607",
67
- "@univerjs/docs-drawing": "0.7.0-nightly.202505061607",
68
- "@univerjs/docs-ui": "0.7.0-nightly.202505061607",
69
- "@univerjs/drawing": "0.7.0-nightly.202505061607",
70
- "@univerjs/drawing-ui": "0.7.0-nightly.202505061607",
71
- "@univerjs/engine-render": "0.7.0-nightly.202505061607",
72
- "@univerjs/design": "0.7.0-nightly.202505061607",
73
- "@univerjs/sheets": "0.7.0-nightly.202505061607",
74
- "@univerjs/sheets-drawing": "0.7.0-nightly.202505061607",
75
- "@univerjs/sheets-ui": "0.7.0-nightly.202505061607",
76
- "@univerjs/ui": "0.7.0-nightly.202505061607"
66
+ "@univerjs/core": "0.7.0-nightly.202505071607",
67
+ "@univerjs/docs-drawing": "0.7.0-nightly.202505071607",
68
+ "@univerjs/docs-ui": "0.7.0-nightly.202505071607",
69
+ "@univerjs/drawing-ui": "0.7.0-nightly.202505071607",
70
+ "@univerjs/design": "0.7.0-nightly.202505071607",
71
+ "@univerjs/drawing": "0.7.0-nightly.202505071607",
72
+ "@univerjs/engine-render": "0.7.0-nightly.202505071607",
73
+ "@univerjs/sheets-drawing": "0.7.0-nightly.202505071607",
74
+ "@univerjs/sheets-ui": "0.7.0-nightly.202505071607",
75
+ "@univerjs/sheets": "0.7.0-nightly.202505071607",
76
+ "@univerjs/ui": "0.7.0-nightly.202505071607"
77
77
  },
78
78
  "devDependencies": {
79
79
  "postcss": "^8.5.3",