@univerjs/drawing-ui 0.25.1 → 1.0.0-alpha.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
@@ -27,10 +27,6 @@
27
27
  height: 1rem;
28
28
  }
29
29
 
30
- .univer-h-5 {
31
- height: 1.25rem;
32
- }
33
-
34
30
  .univer-h-6 {
35
31
  height: 1.5rem;
36
32
  }
@@ -55,10 +51,6 @@
55
51
  width: 100%;
56
52
  }
57
53
 
58
- .univer-w-px {
59
- width: 1px;
60
- }
61
-
62
54
  .univer-min-w-32 {
63
55
  min-width: 8rem;
64
56
  }
@@ -135,10 +127,6 @@
135
127
  background-color: var(--univer-gray-100);
136
128
  }
137
129
 
138
- .univer-bg-gray-200 {
139
- background-color: var(--univer-gray-200);
140
- }
141
-
142
130
  .univer-bg-primary-50 {
143
131
  background-color: var(--univer-primary-50);
144
132
  }