@univerjs/preset-sheets-filter 1.0.0-beta.0 → 1.0.0-beta.2
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 +10 -10
- package/package.json +6 -6
package/lib/index.css
CHANGED
|
@@ -232,12 +232,12 @@
|
|
|
232
232
|
border-color: #0000;
|
|
233
233
|
}
|
|
234
234
|
|
|
235
|
-
.univer-bg-gray-
|
|
236
|
-
background-color: var(--univer-gray-
|
|
235
|
+
.univer-bg-gray-0 {
|
|
236
|
+
background-color: var(--univer-gray-0);
|
|
237
237
|
}
|
|
238
238
|
|
|
239
|
-
.univer-bg-
|
|
240
|
-
background-color: var(--univer-
|
|
239
|
+
.univer-bg-gray-300 {
|
|
240
|
+
background-color: var(--univer-gray-300);
|
|
241
241
|
}
|
|
242
242
|
|
|
243
243
|
.univer-p-0\.5 {
|
|
@@ -356,8 +356,8 @@
|
|
|
356
356
|
--univer-tw-ring-offset-width: 2px;
|
|
357
357
|
}
|
|
358
358
|
|
|
359
|
-
.hover\:univer-ring-offset-
|
|
360
|
-
--univer-tw-ring-offset-color: var(--univer-
|
|
359
|
+
.hover\:univer-ring-offset-gray-0:hover {
|
|
360
|
+
--univer-tw-ring-offset-color: var(--univer-gray-0);
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
.dark\:\!univer-border-\[rgba\(255\,255\,255\,0\.06\)\]:where(.univer-dark, .univer-dark *) {
|
|
@@ -372,6 +372,10 @@
|
|
|
372
372
|
background-color: var(--univer-gray-700) !important;
|
|
373
373
|
}
|
|
374
374
|
|
|
375
|
+
.dark\:\!univer-text-gray-0:where(.univer-dark, .univer-dark *) {
|
|
376
|
+
color: var(--univer-gray-0) !important;
|
|
377
|
+
}
|
|
378
|
+
|
|
375
379
|
.dark\:\!univer-text-gray-200:where(.univer-dark, .univer-dark *) {
|
|
376
380
|
color: var(--univer-gray-200) !important;
|
|
377
381
|
}
|
|
@@ -380,10 +384,6 @@
|
|
|
380
384
|
color: var(--univer-gray-500) !important;
|
|
381
385
|
}
|
|
382
386
|
|
|
383
|
-
.dark\:\!univer-text-white:where(.univer-dark, .univer-dark *) {
|
|
384
|
-
color: var(--univer-white) !important;
|
|
385
|
-
}
|
|
386
|
-
|
|
387
387
|
.dark\:hover\:\!univer-bg-gray-900:hover:where(.univer-dark, .univer-dark *) {
|
|
388
388
|
background-color: var(--univer-gray-900) !important;
|
|
389
389
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/preset-sheets-filter",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Preset for filter functionality in Univer Sheets.",
|
|
6
6
|
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
@@ -61,17 +61,17 @@
|
|
|
61
61
|
"rxjs": ">=7.0.0"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@univerjs/sheets-filter": "1.0.0-beta.
|
|
65
|
-
"@univerjs/sheets-filter
|
|
64
|
+
"@univerjs/sheets-filter-ui": "1.0.0-beta.2",
|
|
65
|
+
"@univerjs/sheets-filter": "1.0.0-beta.2"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"react": "18.3.1",
|
|
69
69
|
"react-dom": "18.3.1",
|
|
70
70
|
"rxjs": "^7.8.2",
|
|
71
71
|
"typescript": "^6.0.3",
|
|
72
|
-
"@univerjs
|
|
73
|
-
"@univerjs/
|
|
74
|
-
"@univerjs/
|
|
72
|
+
"@univerjs/core": "1.0.0-beta.2",
|
|
73
|
+
"@univerjs/presets": "1.0.0-beta.2",
|
|
74
|
+
"@univerjs-infra/shared": "1.0.0-beta.2"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|
|
77
77
|
"build:bundle": "univer-cli preset build --cleanup",
|