@univerjs/sheets-formula-ui 1.0.0-alpha.8 → 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.
package/lib/index.css CHANGED
@@ -161,6 +161,12 @@
161
161
  flex: 1;
162
162
  }
163
163
 
164
+ .-univer-translate-y-0\.5 {
165
+ --univer-tw-translate-y: -.125rem;
166
+ transform: translate(var(--univer-tw-translate-x), -.125rem) rotate(var(--univer-tw-rotate)) skewX(var(--univer-tw-skew-x)) skewY(var(--univer-tw-skew-y)) scaleX(var(--univer-tw-scale-x)) scaleY(var(--univer-tw-scale-y));
167
+ transform: translate(var(--univer-tw-translate-x), var(--univer-tw-translate-y)) rotate(var(--univer-tw-rotate)) skewX(var(--univer-tw-skew-x)) skewY(var(--univer-tw-skew-y)) scaleX(var(--univer-tw-scale-x)) scaleY(var(--univer-tw-scale-y));
168
+ }
169
+
164
170
  .-univer-translate-y-1\/2 {
165
171
  --univer-tw-translate-y: -50%;
166
172
  transform: translate(var(--univer-tw-translate-x), -50%) rotate(var(--univer-tw-rotate)) skewX(var(--univer-tw-skew-x)) skewY(var(--univer-tw-skew-y)) scaleX(var(--univer-tw-scale-x)) scaleY(var(--univer-tw-scale-y));
@@ -290,6 +296,10 @@
290
296
  background-color: var(--univer-gray-600) !important;
291
297
  }
292
298
 
299
+ .univer-bg-gray-0 {
300
+ background-color: var(--univer-gray-0);
301
+ }
302
+
293
303
  .univer-bg-gray-100 {
294
304
  background-color: var(--univer-gray-100);
295
305
  }
@@ -314,10 +324,6 @@
314
324
  background-color: #0000;
315
325
  }
316
326
 
317
- .univer-bg-white {
318
- background-color: var(--univer-white);
319
- }
320
-
321
327
  .univer-p-0 {
322
328
  padding: 0;
323
329
  }
@@ -430,6 +436,10 @@
430
436
  line-height: 13px;
431
437
  }
432
438
 
439
+ .univer-text-gray-0 {
440
+ color: var(--univer-gray-0);
441
+ }
442
+
433
443
  .univer-text-gray-400 {
434
444
  color: var(--univer-gray-400);
435
445
  }
@@ -458,10 +468,6 @@
458
468
  color: var(--univer-red-500);
459
469
  }
460
470
 
461
- .univer-text-white {
462
- color: var(--univer-white);
463
- }
464
-
465
471
  .univer-shadow-md {
466
472
  --univer-tw-shadow: 0px 1px 6px -2px #1e284d14, 0px 2px 6px -1px #1e284d1a;
467
473
  --univer-tw-shadow-colored: 0px 1px 6px -2px var(--univer-tw-shadow-color), 0px 2px 6px -1px var(--univer-tw-shadow-color);
@@ -527,6 +533,10 @@
527
533
  background-color: var(--univer-primary-900) !important;
528
534
  }
529
535
 
536
+ .dark\:\!univer-text-gray-0:where(.univer-dark, .univer-dark *) {
537
+ color: var(--univer-gray-0) !important;
538
+ }
539
+
530
540
  .dark\:\!univer-text-gray-200:where(.univer-dark, .univer-dark *) {
531
541
  color: var(--univer-gray-200) !important;
532
542
  }
@@ -539,10 +549,6 @@
539
549
  color: var(--univer-primary-200) !important;
540
550
  }
541
551
 
542
- .dark\:\!univer-text-white:where(.univer-dark, .univer-dark *) {
543
- color: var(--univer-white) !important;
544
- }
545
-
546
552
  .dark\:hover\:\!univer-bg-gray-600:hover:where(.univer-dark, .univer-dark *) {
547
553
  background-color: var(--univer-gray-600) !important;
548
554
  }