@univerjs/preset-sheets-hyper-link 1.0.0-alpha.1 → 1.0.0-alpha.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 +6 -10
  2. package/package.json +6 -6
package/lib/index.css CHANGED
@@ -2,14 +2,6 @@
2
2
  margin-bottom: .25rem;
3
3
  }
4
4
 
5
- .univer-ml-2 {
6
- margin-left: .5rem;
7
- }
8
-
9
- .univer-mr-2 {
10
- margin-right: .5rem;
11
- }
12
-
13
5
  .univer-box-border {
14
6
  box-sizing: border-box;
15
7
  }
@@ -76,6 +68,10 @@
76
68
  justify-content: space-between;
77
69
  }
78
70
 
71
+ .univer-gap-1 {
72
+ gap: .25rem;
73
+ }
74
+
79
75
  .univer-gap-2 {
80
76
  gap: .5rem;
81
77
  }
@@ -106,8 +102,8 @@
106
102
  background-color: var(--univer-white);
107
103
  }
108
104
 
109
- .univer-p-3 {
110
- padding: .75rem;
105
+ .univer-p-2 {
106
+ padding: .5rem;
111
107
  }
112
108
 
113
109
  .univer-p-4 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/preset-sheets-hyper-link",
3
- "version": "1.0.0-alpha.1",
3
+ "version": "1.0.0-alpha.3",
4
4
  "private": false,
5
5
  "description": "Preset for hyperlink support in Univer Sheets.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -56,17 +56,17 @@
56
56
  "rxjs": ">=7.0.0"
57
57
  },
58
58
  "dependencies": {
59
- "@univerjs/sheets-hyper-link": "1.0.0-alpha.1",
60
- "@univerjs/sheets-hyper-link-ui": "1.0.0-alpha.1"
59
+ "@univerjs/sheets-hyper-link": "1.0.0-alpha.3",
60
+ "@univerjs/sheets-hyper-link-ui": "1.0.0-alpha.3"
61
61
  },
62
62
  "devDependencies": {
63
63
  "react": "18.3.1",
64
64
  "react-dom": "18.3.1",
65
65
  "rxjs": "^7.8.2",
66
66
  "typescript": "^6.0.3",
67
- "@univerjs-infra/shared": "1.0.0-alpha.1",
68
- "@univerjs/presets": "1.0.0-alpha.1",
69
- "@univerjs/core": "1.0.0-alpha.1"
67
+ "@univerjs/core": "1.0.0-alpha.3",
68
+ "@univerjs/presets": "1.0.0-alpha.3",
69
+ "@univerjs-infra/shared": "1.0.0-alpha.3"
70
70
  },
71
71
  "scripts": {
72
72
  "build:bundle": "univer-cli preset build --cleanup",