@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.
Files changed (87) hide show
  1. package/lib/cjs/index.js +74 -1
  2. package/lib/cjs/locale/ca-ES.js +1 -1
  3. package/lib/cjs/locale/en-US.js +1 -1
  4. package/lib/cjs/locale/es-ES.js +1 -1
  5. package/lib/cjs/locale/fa-IR.js +1 -1
  6. package/lib/cjs/locale/fr-FR.js +1 -1
  7. package/lib/cjs/locale/ja-JP.js +1 -1
  8. package/lib/cjs/locale/ko-KR.js +1 -1
  9. package/lib/cjs/locale/ru-RU.js +1 -1
  10. package/lib/cjs/locale/sk-SK.js +1 -1
  11. package/lib/cjs/locale/vi-VN.js +1 -1
  12. package/lib/cjs/locale/zh-CN.js +1 -1
  13. package/lib/cjs/locale/zh-TW.js +1 -1
  14. package/lib/es/index.js +74 -2587
  15. package/lib/es/locale/ca-ES.js +1 -125
  16. package/lib/es/locale/en-US.js +1 -125
  17. package/lib/es/locale/es-ES.js +1 -125
  18. package/lib/es/locale/fa-IR.js +1 -125
  19. package/lib/es/locale/fr-FR.js +1 -125
  20. package/lib/es/locale/ja-JP.js +1 -125
  21. package/lib/es/locale/ko-KR.js +1 -125
  22. package/lib/es/locale/ru-RU.js +1 -125
  23. package/lib/es/locale/sk-SK.js +1 -125
  24. package/lib/es/locale/vi-VN.js +1 -125
  25. package/lib/es/locale/zh-CN.js +1 -125
  26. package/lib/es/locale/zh-TW.js +1 -125
  27. package/lib/index.css +466 -1
  28. package/lib/index.js +74 -2587
  29. package/lib/locale/ca-ES.js +1 -125
  30. package/lib/locale/en-US.js +1 -125
  31. package/lib/locale/es-ES.js +1 -125
  32. package/lib/locale/fa-IR.js +1 -125
  33. package/lib/locale/fr-FR.js +1 -125
  34. package/lib/locale/ja-JP.js +1 -125
  35. package/lib/locale/ko-KR.js +1 -125
  36. package/lib/locale/ru-RU.js +1 -125
  37. package/lib/locale/sk-SK.js +1 -125
  38. package/lib/locale/vi-VN.js +1 -125
  39. package/lib/locale/zh-CN.js +1 -125
  40. package/lib/locale/zh-TW.js +1 -125
  41. package/lib/types/commands/operations/open-table-filter-dialog.opration.d.ts +16 -1
  42. package/lib/types/commands/operations/open-table-selector.operation.d.ts +17 -1
  43. package/lib/types/config/config.d.ts +16 -1
  44. package/lib/types/controllers/sheet-table-anchor.controller.d.ts +20 -3
  45. package/lib/types/controllers/sheet-table-component.controller.d.ts +17 -1
  46. package/lib/types/controllers/sheet-table-filter-button-render.controller.d.ts +18 -2
  47. package/lib/types/controllers/sheet-table-render.controller.d.ts +18 -2
  48. package/lib/types/controllers/sheet-table-selection.controller.d.ts +15 -0
  49. package/lib/types/controllers/sheet-table-theme-ui.controller.d.ts +16 -1
  50. package/lib/types/locale/ca-ES.d.ts +16 -1
  51. package/lib/types/locale/es-ES.d.ts +16 -1
  52. package/lib/types/locale/fa-IR.d.ts +16 -1
  53. package/lib/types/locale/fr-FR.d.ts +16 -1
  54. package/lib/types/locale/ja-JP.d.ts +16 -1
  55. package/lib/types/locale/ko-KR.d.ts +16 -1
  56. package/lib/types/locale/ru-RU.d.ts +16 -1
  57. package/lib/types/locale/sk-SK.d.ts +16 -1
  58. package/lib/types/locale/vi-VN.d.ts +16 -1
  59. package/lib/types/locale/zh-CN.d.ts +16 -1
  60. package/lib/types/locale/zh-TW.d.ts +16 -1
  61. package/lib/types/menu/menu.d.ts +19 -3
  62. package/lib/types/menu/schema.d.ts +16 -1
  63. package/lib/types/menu/sheet-table-menu.controller.d.ts +15 -0
  64. package/lib/types/plugin.d.ts +16 -1
  65. package/lib/types/services/sheets-table-ui-service.d.ts +19 -2
  66. package/lib/types/views/components/SheetTableConditionPanel.d.ts +17 -2
  67. package/lib/types/views/components/SheetTableItemsFilterPanel.d.ts +17 -2
  68. package/lib/types/views/components/SheetTableSelector.d.ts +16 -1
  69. package/lib/types/views/components/SheetTableThemePanel.d.ts +16 -1
  70. package/lib/types/views/components/type.d.ts +16 -1
  71. package/lib/types/views/components/util.d.ts +20 -3
  72. package/lib/types/views/widgets/drawings.d.ts +16 -1
  73. package/lib/types/views/widgets/table-filter-button.shape.d.ts +17 -1
  74. package/lib/umd/index.js +74 -1
  75. package/lib/umd/locale/ca-ES.js +1 -1
  76. package/lib/umd/locale/en-US.js +1 -1
  77. package/lib/umd/locale/es-ES.js +1 -1
  78. package/lib/umd/locale/fa-IR.js +1 -1
  79. package/lib/umd/locale/fr-FR.js +1 -1
  80. package/lib/umd/locale/ja-JP.js +1 -1
  81. package/lib/umd/locale/ko-KR.js +1 -1
  82. package/lib/umd/locale/ru-RU.js +1 -1
  83. package/lib/umd/locale/sk-SK.js +1 -1
  84. package/lib/umd/locale/vi-VN.js +1 -1
  85. package/lib/umd/locale/zh-CN.js +1 -1
  86. package/lib/umd/locale/zh-TW.js +1 -1
  87. package/package.json +16 -15
package/lib/index.css CHANGED
@@ -1 +1,466 @@
1
- .univer-absolute{position:absolute}.univer-relative{position:relative}.univer-right-\[-3px\]{right:-3px}.univer-top-\[-3px\]{top:-3px}.univer-z-10{z-index:10}.univer-z-50{z-index:50}.univer-my-1{margin-top:.25rem;margin-bottom:.25rem}.univer-mb-3{margin-bottom:.75rem}.univer-ml-1{margin-left:.25rem}.univer-ml-2{margin-left:.5rem}.univer-mr-1{margin-right:.25rem}.univer-mr-2{margin-right:.5rem}.univer-mt-1{margin-top:.25rem}.univer-mt-2{margin-top:.5rem}.univer-mt-3{margin-top:.75rem}.univer-mt-4{margin-top:1rem}.univer-box-border{box-sizing:border-box}.univer-inline-block{display:inline-block}.\!univer-flex{display:flex!important}.univer-flex{display:flex}.univer-inline-flex{display:inline-flex}.univer-hidden{display:none}.univer-size-0{width:0px;height:0px}.univer-size-2{width:.5rem;height:.5rem}.univer-size-3{width:.75rem;height:.75rem}.univer-size-4{width:1rem;height:1rem}.univer-size-full{width:100%;height:100%}.\!univer-h-\[150px\]{height:150px!important}.univer-h-10{height:2.5rem}.univer-h-2\.5{height:.625rem}.univer-h-40{height:10rem}.univer-h-5{height:1.25rem}.univer-h-60{height:15rem}.univer-h-7{height:1.75rem}.univer-h-8{height:2rem}.univer-h-9{height:2.25rem}.univer-h-\[180px\]{height:180px}.univer-h-\[18px\]{height:18px}.univer-h-full{height:100%}.univer-h-px{height:1px}.univer-max-h-\[180px\]{max-height:180px}.univer-w-1\/2{width:50%}.univer-w-52{width:13rem}.univer-w-8{width:2rem}.univer-w-\[80px\]{width:80px}.univer-w-full{width:100%}.univer-min-w-16{min-width:4rem}.univer-min-w-32{min-width:8rem}.univer-min-w-\[312px\]{min-width:312px}.univer-max-w-24{max-width:6rem}.univer-flex-1{flex:1 1 0%}.univer-flex-shrink-0{flex-shrink:0}.univer-flex-grow{flex-grow:1}.univer-flex-grow-0{flex-grow:0}.univer-cursor-pointer{cursor:pointer}.univer-flex-col{flex-direction:column}.univer-flex-wrap{flex-wrap:wrap}.univer-items-center{align-items:center}.univer-justify-end{justify-content:flex-end}.univer-justify-between{justify-content:space-between}.univer-gap-2{gap:.5rem}.univer-gap-6{gap:1.5rem}.univer-overflow-hidden{overflow:hidden}.univer-overflow-y-auto{overflow-y:auto}.univer-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.univer-text-nowrap{text-wrap:nowrap}.univer-rounded-\[10px\]{border-radius:10px}.univer-rounded-lg{border-radius:.5rem}.univer-rounded-md{border-radius:.375rem}.univer-rounded-none{border-radius:0}.univer-rounded-sm{border-radius:.125rem}.univer-rounded-xl{border-radius:.75rem}.univer-border{border-width:1px}.univer-border-solid{border-style:solid}.univer-border-blue-500{border-color:var(--univer-blue-500)}.univer-border-gray-200{border-color:var(--univer-gray-200)}.univer-bg-gray-200{background-color:var(--univer-gray-200)}.univer-bg-gray-400{background-color:var(--univer-gray-400)}.univer-bg-white{background-color:var(--univer-white)}.univer-p-1{padding:.25rem}.univer-p-2{padding:.5rem}.univer-p-4{padding:1rem}.univer-p-px{padding:1px}.univer-px-2{padding-left:.5rem;padding-right:.5rem}.univer-py-1{padding-top:.25rem;padding-bottom:.25rem}.univer-py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.univer-py-2{padding-top:.5rem;padding-bottom:.5rem}.univer-pl-2{padding-left:.5rem}.univer-text-center{text-align:center}.univer-text-sm{font-size:.875rem;line-height:1.25rem}.univer-text-xs{font-size:.75rem;line-height:1rem}.univer-leading-10{line-height:2.5rem}.univer-leading-9{line-height:2.25rem}.univer-leading-\[10px\]{line-height:10px}.univer-text-gray-400{color:var(--univer-gray-400)}.univer-text-gray-900{color:var(--univer-gray-900)}.univer-text-red-500{color:var(--univer-red-500)}.univer-text-white{color:var(--univer-white)}.univer-shadow-lg{--univer-tw-shadow: 0px 4px 6px 0px rgba(30, 40, 77, .05), 0px 10px 15px -3px rgba(30, 40, 77, .1);--univer-tw-shadow-colored: 0px 4px 6px 0px var(--univer-tw-shadow-color), 0px 10px 15px -3px var(--univer-tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,0 4px 6px #1e284d0d,0 10px 15px -3px #1e284d1a;box-shadow:var(--univer-tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)),var(--univer-tw-ring-shadow, 0 0 rgba(0,0,0,0)),var(--univer-tw-shadow)}.univer-transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.univer-duration-200{transition-duration:.2s}.hover\:univer-border-primary-600:hover{border-color:var(--univer-primary-600)}.hover\:univer-bg-gray-200:hover{background-color:var(--univer-gray-200)}.focus\:univer-border-primary-600:focus{border-color:var(--univer-primary-600)}.focus\:univer-outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:univer-ring-2:focus{--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);--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);box-shadow:var(--univer-tw-ring-offset-shadow),var(--univer-tw-ring-shadow),0 0 #0000;box-shadow:var(--univer-tw-ring-offset-shadow),var(--univer-tw-ring-shadow),var(--univer-tw-shadow, 0 0 rgba(0,0,0,0))}.dark\:\!univer-border-gray-600:where(.univer-dark,.univer-dark *){border-color:var(--univer-gray-600)!important}.dark\:\!univer-bg-gray-700:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-700)!important}.dark\:\!univer-text-white:where(.univer-dark,.univer-dark *){color:var(--univer-white)!important}.\[\&\>div\]\:univer-box-border>div{box-sizing:border-box}.\[\&\>div\]\:univer-h-2\.5>div{height:.625rem}
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
+ }