@univerjs/sheets-table-ui 0.17.0 → 0.18.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 +74 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +74 -2587
- package/lib/es/locale/ca-ES.js +1 -125
- package/lib/es/locale/en-US.js +1 -125
- package/lib/es/locale/es-ES.js +1 -125
- package/lib/es/locale/fa-IR.js +1 -125
- package/lib/es/locale/fr-FR.js +1 -125
- package/lib/es/locale/ja-JP.js +1 -125
- package/lib/es/locale/ko-KR.js +1 -125
- package/lib/es/locale/ru-RU.js +1 -125
- package/lib/es/locale/sk-SK.js +1 -125
- package/lib/es/locale/vi-VN.js +1 -125
- package/lib/es/locale/zh-CN.js +1 -125
- package/lib/es/locale/zh-TW.js +1 -125
- package/lib/index.css +466 -1
- package/lib/index.js +74 -2587
- package/lib/locale/ca-ES.js +1 -125
- package/lib/locale/en-US.js +1 -125
- package/lib/locale/es-ES.js +1 -125
- package/lib/locale/fa-IR.js +1 -125
- package/lib/locale/fr-FR.js +1 -125
- package/lib/locale/ja-JP.js +1 -125
- package/lib/locale/ko-KR.js +1 -125
- package/lib/locale/ru-RU.js +1 -125
- package/lib/locale/sk-SK.js +1 -125
- package/lib/locale/vi-VN.js +1 -125
- package/lib/locale/zh-CN.js +1 -125
- package/lib/locale/zh-TW.js +1 -125
- package/lib/types/commands/operations/open-table-filter-dialog.opration.d.ts +16 -1
- package/lib/types/commands/operations/open-table-selector.operation.d.ts +17 -1
- package/lib/types/config/config.d.ts +16 -1
- package/lib/types/controllers/sheet-table-anchor.controller.d.ts +20 -3
- package/lib/types/controllers/sheet-table-component.controller.d.ts +17 -1
- package/lib/types/controllers/sheet-table-filter-button-render.controller.d.ts +18 -2
- package/lib/types/controllers/sheet-table-render.controller.d.ts +18 -2
- package/lib/types/controllers/sheet-table-selection.controller.d.ts +15 -0
- package/lib/types/controllers/sheet-table-theme-ui.controller.d.ts +16 -1
- package/lib/types/locale/ca-ES.d.ts +16 -1
- package/lib/types/locale/es-ES.d.ts +16 -1
- package/lib/types/locale/fa-IR.d.ts +16 -1
- package/lib/types/locale/fr-FR.d.ts +16 -1
- package/lib/types/locale/ja-JP.d.ts +16 -1
- package/lib/types/locale/ko-KR.d.ts +16 -1
- package/lib/types/locale/ru-RU.d.ts +16 -1
- package/lib/types/locale/sk-SK.d.ts +16 -1
- package/lib/types/locale/vi-VN.d.ts +16 -1
- package/lib/types/locale/zh-CN.d.ts +16 -1
- package/lib/types/locale/zh-TW.d.ts +16 -1
- package/lib/types/menu/menu.d.ts +19 -3
- package/lib/types/menu/schema.d.ts +16 -1
- package/lib/types/menu/sheet-table-menu.controller.d.ts +15 -0
- package/lib/types/plugin.d.ts +16 -1
- package/lib/types/services/sheets-table-ui-service.d.ts +19 -2
- package/lib/types/views/components/SheetTableConditionPanel.d.ts +17 -2
- package/lib/types/views/components/SheetTableItemsFilterPanel.d.ts +17 -2
- package/lib/types/views/components/SheetTableSelector.d.ts +16 -1
- package/lib/types/views/components/SheetTableThemePanel.d.ts +16 -1
- package/lib/types/views/components/type.d.ts +16 -1
- package/lib/types/views/components/util.d.ts +20 -3
- package/lib/types/views/widgets/drawings.d.ts +16 -1
- package/lib/types/views/widgets/table-filter-button.shape.d.ts +17 -1
- package/lib/umd/index.js +74 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +16 -15
package/lib/index.css
CHANGED
|
@@ -1 +1,466 @@
|
|
|
1
|
-
.univer-absolute
|
|
1
|
+
.univer-absolute {
|
|
2
|
+
position: absolute;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.univer-relative {
|
|
6
|
+
position: relative;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.univer-right-\[-3px\] {
|
|
10
|
+
right: -3px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.univer-top-\[-3px\] {
|
|
14
|
+
top: -3px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.univer-z-10 {
|
|
18
|
+
z-index: 10;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.univer-z-50 {
|
|
22
|
+
z-index: 50;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.univer-my-1 {
|
|
26
|
+
margin-top: .25rem;
|
|
27
|
+
margin-bottom: .25rem;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.univer-mb-3 {
|
|
31
|
+
margin-bottom: .75rem;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.univer-ml-1 {
|
|
35
|
+
margin-left: .25rem;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.univer-ml-2 {
|
|
39
|
+
margin-left: .5rem;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.univer-mr-1 {
|
|
43
|
+
margin-right: .25rem;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.univer-mr-2 {
|
|
47
|
+
margin-right: .5rem;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.univer-mt-1 {
|
|
51
|
+
margin-top: .25rem;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.univer-mt-2 {
|
|
55
|
+
margin-top: .5rem;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.univer-mt-3 {
|
|
59
|
+
margin-top: .75rem;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.univer-mt-4 {
|
|
63
|
+
margin-top: 1rem;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.univer-box-border {
|
|
67
|
+
box-sizing: border-box;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.univer-inline-block {
|
|
71
|
+
display: inline-block;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.\!univer-flex {
|
|
75
|
+
display: flex !important;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.univer-flex {
|
|
79
|
+
display: flex;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.univer-inline-flex {
|
|
83
|
+
display: inline-flex;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.univer-hidden {
|
|
87
|
+
display: none;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.univer-size-0 {
|
|
91
|
+
width: 0;
|
|
92
|
+
height: 0;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.univer-size-2 {
|
|
96
|
+
width: .5rem;
|
|
97
|
+
height: .5rem;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.univer-size-3 {
|
|
101
|
+
width: .75rem;
|
|
102
|
+
height: .75rem;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.univer-size-4 {
|
|
106
|
+
width: 1rem;
|
|
107
|
+
height: 1rem;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.univer-size-full {
|
|
111
|
+
width: 100%;
|
|
112
|
+
height: 100%;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.\!univer-h-\[150px\] {
|
|
116
|
+
height: 150px !important;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.univer-h-10 {
|
|
120
|
+
height: 2.5rem;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.univer-h-2\.5 {
|
|
124
|
+
height: .625rem;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.univer-h-40 {
|
|
128
|
+
height: 10rem;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.univer-h-5 {
|
|
132
|
+
height: 1.25rem;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.univer-h-60 {
|
|
136
|
+
height: 15rem;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.univer-h-7 {
|
|
140
|
+
height: 1.75rem;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.univer-h-8 {
|
|
144
|
+
height: 2rem;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.univer-h-9 {
|
|
148
|
+
height: 2.25rem;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.univer-h-\[180px\] {
|
|
152
|
+
height: 180px;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.univer-h-\[18px\] {
|
|
156
|
+
height: 18px;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.univer-h-full {
|
|
160
|
+
height: 100%;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.univer-h-px {
|
|
164
|
+
height: 1px;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.univer-max-h-\[180px\] {
|
|
168
|
+
max-height: 180px;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.univer-w-1\/2 {
|
|
172
|
+
width: 50%;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.univer-w-52 {
|
|
176
|
+
width: 13rem;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.univer-w-8 {
|
|
180
|
+
width: 2rem;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.univer-w-\[80px\] {
|
|
184
|
+
width: 80px;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.univer-w-full {
|
|
188
|
+
width: 100%;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.univer-min-w-16 {
|
|
192
|
+
min-width: 4rem;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.univer-min-w-32 {
|
|
196
|
+
min-width: 8rem;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.univer-min-w-\[312px\] {
|
|
200
|
+
min-width: 312px;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.univer-max-w-24 {
|
|
204
|
+
max-width: 6rem;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.univer-flex-1 {
|
|
208
|
+
flex: 1;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.univer-flex-shrink-0 {
|
|
212
|
+
flex-shrink: 0;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.univer-flex-grow {
|
|
216
|
+
flex-grow: 1;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.univer-flex-grow-0 {
|
|
220
|
+
flex-grow: 0;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.univer-cursor-pointer {
|
|
224
|
+
cursor: pointer;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.univer-flex-col {
|
|
228
|
+
flex-direction: column;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.univer-flex-wrap {
|
|
232
|
+
flex-wrap: wrap;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.univer-items-center {
|
|
236
|
+
align-items: center;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.univer-justify-end {
|
|
240
|
+
justify-content: flex-end;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.univer-justify-between {
|
|
244
|
+
justify-content: space-between;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.univer-gap-2 {
|
|
248
|
+
gap: .5rem;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.univer-gap-6 {
|
|
252
|
+
gap: 1.5rem;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.univer-overflow-hidden {
|
|
256
|
+
overflow: hidden;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.univer-overflow-y-auto {
|
|
260
|
+
overflow-y: auto;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.univer-truncate {
|
|
264
|
+
text-overflow: ellipsis;
|
|
265
|
+
white-space: nowrap;
|
|
266
|
+
overflow: hidden;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.univer-text-nowrap {
|
|
270
|
+
text-wrap: nowrap;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.univer-rounded-\[10px\] {
|
|
274
|
+
border-radius: 10px;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.univer-rounded-lg {
|
|
278
|
+
border-radius: .5rem;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.univer-rounded-md {
|
|
282
|
+
border-radius: .375rem;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.univer-rounded-none {
|
|
286
|
+
border-radius: 0;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.univer-rounded-sm {
|
|
290
|
+
border-radius: .125rem;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.univer-rounded-xl {
|
|
294
|
+
border-radius: .75rem;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.univer-border {
|
|
298
|
+
border-width: 1px;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.univer-border-solid {
|
|
302
|
+
border-style: solid;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.univer-border-blue-500 {
|
|
306
|
+
border-color: var(--univer-blue-500);
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.univer-border-gray-200 {
|
|
310
|
+
border-color: var(--univer-gray-200);
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.univer-bg-gray-200 {
|
|
314
|
+
background-color: var(--univer-gray-200);
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.univer-bg-gray-400 {
|
|
318
|
+
background-color: var(--univer-gray-400);
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.univer-bg-white {
|
|
322
|
+
background-color: var(--univer-white);
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
.univer-p-1 {
|
|
326
|
+
padding: .25rem;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
.univer-p-2 {
|
|
330
|
+
padding: .5rem;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
.univer-p-4 {
|
|
334
|
+
padding: 1rem;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.univer-p-px {
|
|
338
|
+
padding: 1px;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.univer-px-2 {
|
|
342
|
+
padding-left: .5rem;
|
|
343
|
+
padding-right: .5rem;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.univer-py-1 {
|
|
347
|
+
padding-top: .25rem;
|
|
348
|
+
padding-bottom: .25rem;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.univer-py-1\.5 {
|
|
352
|
+
padding-top: .375rem;
|
|
353
|
+
padding-bottom: .375rem;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.univer-py-2 {
|
|
357
|
+
padding-top: .5rem;
|
|
358
|
+
padding-bottom: .5rem;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.univer-pl-2 {
|
|
362
|
+
padding-left: .5rem;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
.univer-text-center {
|
|
366
|
+
text-align: center;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.univer-text-sm {
|
|
370
|
+
font-size: .875rem;
|
|
371
|
+
line-height: 1.25rem;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.univer-text-xs {
|
|
375
|
+
font-size: .75rem;
|
|
376
|
+
line-height: 1rem;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.univer-leading-10 {
|
|
380
|
+
line-height: 2.5rem;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.univer-leading-9 {
|
|
384
|
+
line-height: 2.25rem;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.univer-leading-\[10px\] {
|
|
388
|
+
line-height: 10px;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.univer-text-gray-400 {
|
|
392
|
+
color: var(--univer-gray-400);
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.univer-text-gray-900 {
|
|
396
|
+
color: var(--univer-gray-900);
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.univer-text-red-500 {
|
|
400
|
+
color: var(--univer-red-500);
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.univer-text-white {
|
|
404
|
+
color: var(--univer-white);
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
.univer-shadow-lg {
|
|
408
|
+
--univer-tw-shadow: 0px 4px 6px 0px #1e284d0d, 0px 10px 15px -3px #1e284d1a;
|
|
409
|
+
--univer-tw-shadow-colored: 0px 4px 6px 0px var(--univer-tw-shadow-color), 0px 10px 15px -3px var(--univer-tw-shadow-color);
|
|
410
|
+
box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px #1e284d0d, 0 10px 15px -3px #1e284d1a;
|
|
411
|
+
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
.univer-transition-colors {
|
|
415
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
416
|
+
transition-duration: .15s;
|
|
417
|
+
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.univer-duration-200 {
|
|
421
|
+
transition-duration: .2s;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.hover\:univer-border-primary-600:hover {
|
|
425
|
+
border-color: var(--univer-primary-600);
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
.hover\:univer-bg-gray-200:hover {
|
|
429
|
+
background-color: var(--univer-gray-200);
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
.focus\:univer-border-primary-600:focus {
|
|
433
|
+
border-color: var(--univer-primary-600);
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.focus\:univer-outline-none:focus {
|
|
437
|
+
outline-offset: 2px;
|
|
438
|
+
outline: 2px solid #0000;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.focus\:univer-ring-2:focus {
|
|
442
|
+
--univer-tw-ring-offset-shadow: var(--univer-tw-ring-inset) 0 0 0 var(--univer-tw-ring-offset-width) var(--univer-tw-ring-offset-color);
|
|
443
|
+
--univer-tw-ring-shadow: var(--univer-tw-ring-inset) 0 0 0 calc(2px + var(--univer-tw-ring-offset-width)) var(--univer-tw-ring-color);
|
|
444
|
+
box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), 0 0 #0000;
|
|
445
|
+
box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), var(--univer-tw-shadow, 0 0 #0000);
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.dark\:\!univer-border-gray-600:where(.univer-dark, .univer-dark *) {
|
|
449
|
+
border-color: var(--univer-gray-600) !important;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.dark\:\!univer-bg-gray-700:where(.univer-dark, .univer-dark *) {
|
|
453
|
+
background-color: var(--univer-gray-700) !important;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.dark\:\!univer-text-white:where(.univer-dark, .univer-dark *) {
|
|
457
|
+
color: var(--univer-white) !important;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.\[\&\>div\]\:univer-box-border > div {
|
|
461
|
+
box-sizing: border-box;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.\[\&\>div\]\:univer-h-2\.5 > div {
|
|
465
|
+
height: .625rem;
|
|
466
|
+
}
|