@univerjs/preset-sheets-collaboration 1.0.0-beta.0 → 1.0.0-beta.1

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 +18 -30
  2. package/package.json +11 -11
package/lib/index.css CHANGED
@@ -2,10 +2,6 @@
2
2
  position: fixed;
3
3
  }
4
4
 
5
- .univer-inset-0 {
6
- inset: 0;
7
- }
8
-
9
5
  .univer-left-1\/2 {
10
6
  left: 50%;
11
7
  }
@@ -14,10 +10,6 @@
14
10
  top: 1rem;
15
11
  }
16
12
 
17
- .univer-z-\[1000\] {
18
- z-index: 1000;
19
- }
20
-
21
13
  .univer-z-\[1001\] {
22
14
  z-index: 1001;
23
15
  }
@@ -89,10 +81,6 @@
89
81
  cursor: pointer;
90
82
  }
91
83
 
92
- .univer-cursor-wait {
93
- cursor: wait;
94
- }
95
-
96
84
  .univer-appearance-none {
97
85
  appearance: none;
98
86
  }
@@ -133,6 +121,10 @@
133
121
  background-color: var(--univer-gray-700) !important;
134
122
  }
135
123
 
124
+ .univer-bg-gray-0 {
125
+ background-color: var(--univer-gray-0);
126
+ }
127
+
136
128
  .univer-bg-primary-500 {
137
129
  background-color: var(--univer-primary-500);
138
130
  }
@@ -141,10 +133,6 @@
141
133
  background-color: #0000;
142
134
  }
143
135
 
144
- .univer-bg-white {
145
- background-color: var(--univer-white);
146
- }
147
-
148
136
  .univer-p-0 {
149
137
  padding: 0;
150
138
  }
@@ -183,6 +171,10 @@
183
171
  color: var(--univer-blue-500);
184
172
  }
185
173
 
174
+ .univer-text-gray-0 {
175
+ color: var(--univer-gray-0);
176
+ }
177
+
186
178
  .univer-text-gray-400 {
187
179
  color: var(--univer-gray-400);
188
180
  }
@@ -207,10 +199,6 @@
207
199
  color: var(--univer-red-500);
208
200
  }
209
201
 
210
- .univer-text-white {
211
- color: var(--univer-white);
212
- }
213
-
214
202
  .univer-shadow-lg {
215
203
  --univer-tw-shadow: 0px 4px 6px 0px #1e284d0d, 0px 10px 15px -3px #1e284d1a;
216
204
  --univer-tw-shadow-colored: 0px 4px 6px 0px var(--univer-tw-shadow-color), 0px 10px 15px -3px var(--univer-tw-shadow-color);
@@ -262,8 +250,8 @@
262
250
  background-color: var(--univer-gray-700) !important;
263
251
  }
264
252
 
265
- .dark\:\!univer-text-white:where(.univer-dark, .univer-dark *) {
266
- color: var(--univer-white) !important;
253
+ .dark\:\!univer-text-gray-0:where(.univer-dark, .univer-dark *) {
254
+ color: var(--univer-gray-0) !important;
267
255
  }
268
256
 
269
257
  .dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark, .univer-dark *) {
@@ -602,6 +590,10 @@
602
590
  background-color: var(--univer-blue-50);
603
591
  }
604
592
 
593
+ .univer-bg-gray-0 {
594
+ background-color: var(--univer-gray-0);
595
+ }
596
+
605
597
  .univer-bg-gray-100 {
606
598
  background-color: var(--univer-gray-100);
607
599
  }
@@ -618,10 +610,6 @@
618
610
  background-color: var(--univer-primary-50);
619
611
  }
620
612
 
621
- .univer-bg-white {
622
- background-color: var(--univer-white);
623
- }
624
-
625
613
  .univer-p-2 {
626
614
  padding: .5rem;
627
615
  }
@@ -838,6 +826,10 @@
838
826
  color: var(--univer-blue-400) !important;
839
827
  }
840
828
 
829
+ .dark\:\!univer-text-gray-0:where(.univer-dark, .univer-dark *) {
830
+ color: var(--univer-gray-0) !important;
831
+ }
832
+
841
833
  .dark\:\!univer-text-gray-200:where(.univer-dark, .univer-dark *) {
842
834
  color: var(--univer-gray-200) !important;
843
835
  }
@@ -850,10 +842,6 @@
850
842
  color: var(--univer-gray-400) !important;
851
843
  }
852
844
 
853
- .dark\:\!univer-text-white:where(.univer-dark, .univer-dark *) {
854
- color: var(--univer-white) !important;
855
- }
856
-
857
845
  .dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark, .univer-dark *) {
858
846
  background-color: var(--univer-gray-700) !important;
859
847
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/preset-sheets-collaboration",
3
- "version": "1.0.0-beta.0",
3
+ "version": "1.0.0-beta.1",
4
4
  "private": false,
5
5
  "description": "Preset for real-time collaboration and edit history in Univer Sheets.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -55,22 +55,22 @@
55
55
  "rxjs": ">=7.0.0"
56
56
  },
57
57
  "dependencies": {
58
- "@univerjs-pro/collaboration-client": "1.0.0-beta.0",
59
- "@univerjs-pro/collaboration-client-ui": "1.0.0-beta.0",
60
- "@univerjs-pro/collaboration": "1.0.0-beta.0",
61
- "@univerjs-pro/thread-comment-datasource": "1.0.0-beta.0",
62
- "@univerjs-pro/edit-history-loader": "1.0.0-beta.0",
63
- "@univerjs-pro/edit-history-viewer": "1.0.0-beta.0",
64
- "@univerjs/preset-sheets-advanced": "1.0.0-beta.0"
58
+ "@univerjs-pro/collaboration-client": "1.0.0-beta.1",
59
+ "@univerjs-pro/collaboration": "1.0.0-beta.1",
60
+ "@univerjs-pro/collaboration-client-ui": "1.0.0-beta.1",
61
+ "@univerjs-pro/edit-history-loader": "1.0.0-beta.1",
62
+ "@univerjs-pro/thread-comment-datasource": "1.0.0-beta.1",
63
+ "@univerjs/preset-sheets-advanced": "1.0.0-beta.1",
64
+ "@univerjs-pro/edit-history-viewer": "1.0.0-beta.1"
65
65
  },
66
66
  "devDependencies": {
67
67
  "react": "18.3.1",
68
68
  "react-dom": "18.3.1",
69
69
  "rxjs": "^7.8.2",
70
70
  "typescript": "^6.0.3",
71
- "@univerjs-infra/shared": "1.0.0-beta.0",
72
- "@univerjs/core": "1.0.0-beta.0",
73
- "@univerjs/presets": "1.0.0-beta.0"
71
+ "@univerjs/core": "1.0.0-beta.1",
72
+ "@univerjs-infra/shared": "1.0.0-beta.1",
73
+ "@univerjs/presets": "1.0.0-beta.1"
74
74
  },
75
75
  "scripts": {
76
76
  "build:bundle": "univer-cli preset build --cleanup",