@univerjs/ui 1.0.0-alpha.8 → 1.0.0-beta.0
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/cjs/index.js +383 -385
- package/lib/es/index.js +386 -388
- package/lib/index.css +1 -8
- package/lib/index.js +386 -388
- package/lib/types/index.d.ts +2 -2
- package/lib/types/services/dom/canvas-dom-layer.service.d.ts +3 -0
- package/lib/types/views/components/context-menu/ContextMenuPanel.d.ts +2 -1
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +15 -15
- package/package.json +8 -8
package/lib/index.css
CHANGED
|
@@ -27,10 +27,7 @@
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
.univer-inset-0 {
|
|
30
|
-
|
|
31
|
-
bottom: 0;
|
|
32
|
-
left: 0;
|
|
33
|
-
right: 0;
|
|
30
|
+
inset: 0;
|
|
34
31
|
}
|
|
35
32
|
|
|
36
33
|
.\!univer-top-auto {
|
|
@@ -592,7 +589,6 @@
|
|
|
592
589
|
}
|
|
593
590
|
|
|
594
591
|
.univer-appearance-none {
|
|
595
|
-
-webkit-appearance: none;
|
|
596
592
|
appearance: none;
|
|
597
593
|
}
|
|
598
594
|
|
|
@@ -1795,7 +1791,6 @@
|
|
|
1795
1791
|
}
|
|
1796
1792
|
|
|
1797
1793
|
.\[\&\>\*\]\:univer-appearance-none > * {
|
|
1798
|
-
-webkit-appearance: none;
|
|
1799
1794
|
appearance: none;
|
|
1800
1795
|
}
|
|
1801
1796
|
|
|
@@ -2037,7 +2032,6 @@
|
|
|
2037
2032
|
}
|
|
2038
2033
|
|
|
2039
2034
|
.\[\&_button\]\:\!univer-appearance-none button {
|
|
2040
|
-
-webkit-appearance: none !important;
|
|
2041
2035
|
appearance: none !important;
|
|
2042
2036
|
}
|
|
2043
2037
|
|
|
@@ -2095,7 +2089,6 @@
|
|
|
2095
2089
|
}
|
|
2096
2090
|
|
|
2097
2091
|
.\[\&_input\]\:\!univer-appearance-none input {
|
|
2098
|
-
-webkit-appearance: none !important;
|
|
2099
2092
|
appearance: none !important;
|
|
2100
2093
|
}
|
|
2101
2094
|
|