@univerjs/sheets-conditional-formatting-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 (106) hide show
  1. package/lib/cjs/index.js +127 -2
  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 +127 -4135
  15. package/lib/es/locale/ca-ES.js +1 -162
  16. package/lib/es/locale/en-US.js +1 -162
  17. package/lib/es/locale/es-ES.js +1 -162
  18. package/lib/es/locale/fa-IR.js +1 -162
  19. package/lib/es/locale/fr-FR.js +1 -162
  20. package/lib/es/locale/ja-JP.js +1 -162
  21. package/lib/es/locale/ko-KR.js +1 -162
  22. package/lib/es/locale/ru-RU.js +1 -162
  23. package/lib/es/locale/sk-SK.js +1 -162
  24. package/lib/es/locale/vi-VN.js +1 -162
  25. package/lib/es/locale/zh-CN.js +1 -162
  26. package/lib/es/locale/zh-TW.js +1 -162
  27. package/lib/index.css +424 -1
  28. package/lib/index.js +127 -4135
  29. package/lib/locale/ca-ES.js +1 -162
  30. package/lib/locale/en-US.js +1 -162
  31. package/lib/locale/es-ES.js +1 -162
  32. package/lib/locale/fa-IR.js +1 -162
  33. package/lib/locale/fr-FR.js +1 -162
  34. package/lib/locale/ja-JP.js +1 -162
  35. package/lib/locale/ko-KR.js +1 -162
  36. package/lib/locale/ru-RU.js +1 -162
  37. package/lib/locale/sk-SK.js +1 -162
  38. package/lib/locale/vi-VN.js +1 -162
  39. package/lib/locale/zh-CN.js +1 -162
  40. package/lib/locale/zh-TW.js +1 -162
  41. package/lib/types/commands/commands/add-average-cf.command.d.ts +17 -2
  42. package/lib/types/commands/commands/add-color-scale-cf.command.d.ts +17 -2
  43. package/lib/types/commands/commands/add-data-bar-cf.command.d.ts +17 -2
  44. package/lib/types/commands/commands/add-duplicate-values-cf.command.d.ts +17 -2
  45. package/lib/types/commands/commands/add-number-cf.command.d.ts +17 -2
  46. package/lib/types/commands/commands/add-rank-cf.command.d.ts +17 -2
  47. package/lib/types/commands/commands/add-text-cf.command.d.ts +17 -2
  48. package/lib/types/commands/commands/add-time-period-cf.command.d.ts +17 -2
  49. package/lib/types/commands/commands/add-unique-values-cf.command.d.ts +17 -2
  50. package/lib/types/commands/operations/open-conditional-formatting-panel.d.ts +16 -1
  51. package/lib/types/components/color-picker/index.d.ts +16 -1
  52. package/lib/types/components/conditional-style-editor/index.d.ts +16 -1
  53. package/lib/types/components/panel/index.d.ts +16 -1
  54. package/lib/types/components/panel/rule-edit/ColorScale.d.ts +16 -1
  55. package/lib/types/components/panel/rule-edit/DataBar.d.ts +16 -1
  56. package/lib/types/components/panel/rule-edit/Formula.d.ts +16 -1
  57. package/lib/types/components/panel/rule-edit/HighlightCell.d.ts +17 -2
  58. package/lib/types/components/panel/rule-edit/IconSet.d.ts +17 -2
  59. package/lib/types/components/panel/rule-edit/Rank.d.ts +16 -1
  60. package/lib/types/components/panel/rule-edit/index.d.ts +16 -1
  61. package/lib/types/components/panel/rule-edit/type.d.ts +19 -4
  62. package/lib/types/components/panel/rule-list/index.d.ts +16 -1
  63. package/lib/types/components/preview/index.d.ts +16 -1
  64. package/lib/types/components/wrapper-error/WrapperError.d.ts +16 -1
  65. package/lib/types/config/config.d.ts +16 -1
  66. package/lib/types/controllers/cf-formula-ref-range.controller.d.ts +17 -1
  67. package/lib/types/controllers/cf.auto-fill.controller.d.ts +15 -0
  68. package/lib/types/controllers/cf.clear.controller.d.ts +19 -2
  69. package/lib/types/controllers/cf.copy-paste.controller.d.ts +15 -0
  70. package/lib/types/controllers/cf.editor.controller.d.ts +15 -0
  71. package/lib/types/controllers/cf.i18n.controller.d.ts +16 -1
  72. package/lib/types/controllers/cf.painter.controller.d.ts +15 -0
  73. package/lib/types/controllers/cf.panel.controller.d.ts +16 -1
  74. package/lib/types/controllers/cf.permission.controller.d.ts +15 -0
  75. package/lib/types/controllers/cf.render.controller.d.ts +15 -0
  76. package/lib/types/controllers/cf.viewport.controller.d.ts +15 -0
  77. package/lib/types/locale/ca-ES.d.ts +16 -1
  78. package/lib/types/locale/es-ES.d.ts +16 -1
  79. package/lib/types/locale/fa-IR.d.ts +16 -1
  80. package/lib/types/locale/fr-FR.d.ts +16 -1
  81. package/lib/types/locale/ja-JP.d.ts +16 -1
  82. package/lib/types/locale/ko-KR.d.ts +16 -1
  83. package/lib/types/locale/ru-RU.d.ts +16 -1
  84. package/lib/types/locale/sk-SK.d.ts +16 -1
  85. package/lib/types/locale/vi-VN.d.ts +16 -1
  86. package/lib/types/locale/zh-CN.d.ts +16 -1
  87. package/lib/types/locale/zh-TW.d.ts +16 -1
  88. package/lib/types/menu/cf.menu.controller.d.ts +15 -0
  89. package/lib/types/menu/manage-rule.d.ts +17 -2
  90. package/lib/types/menu/schema.d.ts +16 -1
  91. package/lib/types/mobile-plugin.d.ts +16 -1
  92. package/lib/types/plugin.d.ts +16 -1
  93. package/lib/umd/index.js +127 -2
  94. package/lib/umd/locale/ca-ES.js +1 -1
  95. package/lib/umd/locale/en-US.js +1 -1
  96. package/lib/umd/locale/es-ES.js +1 -1
  97. package/lib/umd/locale/fa-IR.js +1 -1
  98. package/lib/umd/locale/fr-FR.js +1 -1
  99. package/lib/umd/locale/ja-JP.js +1 -1
  100. package/lib/umd/locale/ko-KR.js +1 -1
  101. package/lib/umd/locale/ru-RU.js +1 -1
  102. package/lib/umd/locale/sk-SK.js +1 -1
  103. package/lib/umd/locale/vi-VN.js +1 -1
  104. package/lib/umd/locale/zh-CN.js +1 -1
  105. package/lib/umd/locale/zh-TW.js +1 -1
  106. package/package.json +16 -15
package/lib/index.css CHANGED
@@ -1 +1,424 @@
1
- .univer-pointer-events-none{pointer-events:none}.univer-absolute{position:absolute}.univer-relative{position:relative}.univer-bottom-\[-13px\]{bottom:-13px}.univer-left-0{left:0}.univer-right-1{right:.25rem}.univer-z-\[999\]{z-index:999}.univer-my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.univer-mb-1{margin-bottom:.25rem}.univer-mb-2{margin-bottom:.5rem}.univer-mb-2\.5{margin-bottom:.625rem}.univer-mb-3{margin-bottom:.75rem}.univer-ml-1{margin-left:.25rem}.univer-ml-2{margin-left:.5rem}.univer-ml-3{margin-left:.75rem}.univer-ml-6{margin-left:1.5rem}.univer-mr-2{margin-right:.5rem}.univer-mt-0{margin-top:0}.univer-mt-1{margin-top:.25rem}.univer-mt-3{margin-top:.75rem}.univer-mt-4{margin-top:1rem}.univer-mt-5{margin-top:1.25rem}.univer-mt-6{margin-top:1.5rem}.univer-box-border{box-sizing:border-box}.univer-flex{display:flex}.univer-grid{display:grid}.univer-hidden{display:none}.univer-size-4{width:1rem;height:1rem}.univer-size-5{width:1.25rem;height:1.25rem}.univer-size-6{width:1.5rem;height:1.5rem}.univer-h-5{height:1.25rem}.univer-h-8{height:2rem}.univer-h-full{height:100%}.univer-w-1\/2{width:50%}.univer-w-36{width:9rem}.univer-w-64{width:16rem}.univer-w-80{width:20rem}.univer-w-\[45\%\]{width:45%}.univer-w-full{width:100%}.univer-min-w-0{min-width:0px}.univer-min-w-\[72px\]{min-width:72px}.univer-max-w-full{max-width:100%}.univer-flex-shrink{flex-shrink:1}.univer-flex-shrink-0{flex-shrink:0}.univer-cursor-grab{cursor:grab}.univer-cursor-pointer{cursor:pointer}.univer-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.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-center{justify-content:center}.univer-justify-between{justify-content:space-between}.univer-gap-2{gap:.5rem}.univer-gap-4{gap:1rem}.univer-space-x-2>:not([hidden])~:not([hidden]){--univer-tw-space-x-reverse: 0;margin-right:0rem;margin-right:calc(.5rem * var(--univer-tw-space-x-reverse));margin-left:calc(.5rem * (1 - var(--univer-tw-space-x-reverse)));margin-left:.5rem;margin-left:calc(.5rem * calc(1 - var(--univer-tw-space-x-reverse)))}.univer-overflow-hidden{overflow:hidden}.univer-rounded{border-radius:.25rem}.univer-rounded-lg{border-radius:.5rem}.univer-rounded-md{border-radius:.375rem}.univer-border{border-width:1px}.univer-border-solid{border-style:solid}.univer-border-red-500{border-color:var(--univer-red-500)}.\!univer-bg-gray-700{background-color:var(--univer-gray-700)!important}.univer-bg-gray-100{background-color:var(--univer-gray-100)}.univer-bg-white{background-color:var(--univer-white)}.univer-fill-primary-600{fill:var(--univer-primary-600)}.univer-p-1{padding:.25rem}.univer-p-4{padding:1rem}.univer-px-1{padding-left:.25rem;padding-right:.25rem}.univer-px-4{padding-left:1rem;padding-right:1rem}.univer-py-2{padding-top:.5rem;padding-bottom:.5rem}.univer-py-4{padding-top:1rem;padding-bottom:1rem}.univer-pl-1{padding-left:.25rem}.univer-pl-5{padding-left:1.25rem}.univer-pr-8{padding-right:2rem}.univer-pt-2{padding-top:.5rem}.univer-text-\[10px\]{font-size:10px}.univer-text-sm{font-size:.875rem;line-height:1.25rem}.univer-text-xs{font-size:.75rem;line-height:1rem}.univer-font-bold{font-weight:700}.univer-font-medium{font-weight:500}.univer-italic{font-style:italic}.univer-text-gray-300{color:var(--univer-gray-300)}.univer-text-gray-400{color:var(--univer-gray-400)}.univer-text-gray-600{color:var(--univer-gray-600)}.univer-text-gray-900{color:var(--univer-gray-900)}.univer-text-red-500{color:var(--univer-red-500)}.univer-transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.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-group:hover .group-hover\:univer-flex{display:flex}.hover\:univer-border-primary-600:hover{border-color:var(--univer-primary-600)}.hover\:univer-bg-gray-100:hover{background-color:var(--univer-gray-100)}.hover\:univer-bg-gray-200:hover{background-color:var(--univer-gray-200)}.dark\:\!univer-bg-gray-700:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-700)!important}.dark\:\!univer-text-gray-200:where(.univer-dark,.univer-dark *){color:var(--univer-gray-200)!important}.dark\:\!univer-text-white:where(.univer-dark,.univer-dark *){color:var(--univer-white)!important}.dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-700)!important}.\[\&\>div\:first-child\]\:univer-px-2\.5>div:first-child{padding-left:.625rem;padding-right:.625rem}.\[\&\>div\]\:univer-h-5>div{height:1.25rem}.\[\&\>div\]\:univer-ring-transparent>div{--univer-tw-ring-color: transparent }
1
+ .univer-pointer-events-none {
2
+ pointer-events: none;
3
+ }
4
+
5
+ .univer-absolute {
6
+ position: absolute;
7
+ }
8
+
9
+ .univer-relative {
10
+ position: relative;
11
+ }
12
+
13
+ .univer-bottom-\[-13px\] {
14
+ bottom: -13px;
15
+ }
16
+
17
+ .univer-left-0 {
18
+ left: 0;
19
+ }
20
+
21
+ .univer-right-1 {
22
+ right: .25rem;
23
+ }
24
+
25
+ .univer-z-\[999\] {
26
+ z-index: 999;
27
+ }
28
+
29
+ .univer-my-2\.5 {
30
+ margin-top: .625rem;
31
+ margin-bottom: .625rem;
32
+ }
33
+
34
+ .univer-mb-1 {
35
+ margin-bottom: .25rem;
36
+ }
37
+
38
+ .univer-mb-2 {
39
+ margin-bottom: .5rem;
40
+ }
41
+
42
+ .univer-mb-2\.5 {
43
+ margin-bottom: .625rem;
44
+ }
45
+
46
+ .univer-mb-3 {
47
+ margin-bottom: .75rem;
48
+ }
49
+
50
+ .univer-ml-1 {
51
+ margin-left: .25rem;
52
+ }
53
+
54
+ .univer-ml-2 {
55
+ margin-left: .5rem;
56
+ }
57
+
58
+ .univer-ml-3 {
59
+ margin-left: .75rem;
60
+ }
61
+
62
+ .univer-ml-6 {
63
+ margin-left: 1.5rem;
64
+ }
65
+
66
+ .univer-mr-2 {
67
+ margin-right: .5rem;
68
+ }
69
+
70
+ .univer-mt-0 {
71
+ margin-top: 0;
72
+ }
73
+
74
+ .univer-mt-1 {
75
+ margin-top: .25rem;
76
+ }
77
+
78
+ .univer-mt-3 {
79
+ margin-top: .75rem;
80
+ }
81
+
82
+ .univer-mt-4 {
83
+ margin-top: 1rem;
84
+ }
85
+
86
+ .univer-mt-5 {
87
+ margin-top: 1.25rem;
88
+ }
89
+
90
+ .univer-mt-6 {
91
+ margin-top: 1.5rem;
92
+ }
93
+
94
+ .univer-box-border {
95
+ box-sizing: border-box;
96
+ }
97
+
98
+ .univer-flex {
99
+ display: flex;
100
+ }
101
+
102
+ .univer-grid {
103
+ display: grid;
104
+ }
105
+
106
+ .univer-hidden {
107
+ display: none;
108
+ }
109
+
110
+ .univer-size-4 {
111
+ width: 1rem;
112
+ height: 1rem;
113
+ }
114
+
115
+ .univer-size-5 {
116
+ width: 1.25rem;
117
+ height: 1.25rem;
118
+ }
119
+
120
+ .univer-size-6 {
121
+ width: 1.5rem;
122
+ height: 1.5rem;
123
+ }
124
+
125
+ .univer-h-5 {
126
+ height: 1.25rem;
127
+ }
128
+
129
+ .univer-h-8 {
130
+ height: 2rem;
131
+ }
132
+
133
+ .univer-h-full {
134
+ height: 100%;
135
+ }
136
+
137
+ .univer-w-1\/2 {
138
+ width: 50%;
139
+ }
140
+
141
+ .univer-w-36 {
142
+ width: 9rem;
143
+ }
144
+
145
+ .univer-w-64 {
146
+ width: 16rem;
147
+ }
148
+
149
+ .univer-w-80 {
150
+ width: 20rem;
151
+ }
152
+
153
+ .univer-w-\[45\%\] {
154
+ width: 45%;
155
+ }
156
+
157
+ .univer-w-full {
158
+ width: 100%;
159
+ }
160
+
161
+ .univer-min-w-0 {
162
+ min-width: 0;
163
+ }
164
+
165
+ .univer-min-w-\[72px\] {
166
+ min-width: 72px;
167
+ }
168
+
169
+ .univer-max-w-full {
170
+ max-width: 100%;
171
+ }
172
+
173
+ .univer-flex-shrink {
174
+ flex-shrink: 1;
175
+ }
176
+
177
+ .univer-flex-shrink-0 {
178
+ flex-shrink: 0;
179
+ }
180
+
181
+ .univer-cursor-grab {
182
+ cursor: grab;
183
+ }
184
+
185
+ .univer-cursor-pointer {
186
+ cursor: pointer;
187
+ }
188
+
189
+ .univer-grid-cols-2 {
190
+ grid-template-columns: repeat(2, minmax(0, 1fr));
191
+ }
192
+
193
+ .univer-flex-col {
194
+ flex-direction: column;
195
+ }
196
+
197
+ .univer-flex-wrap {
198
+ flex-wrap: wrap;
199
+ }
200
+
201
+ .univer-items-center {
202
+ align-items: center;
203
+ }
204
+
205
+ .univer-justify-end {
206
+ justify-content: flex-end;
207
+ }
208
+
209
+ .univer-justify-center {
210
+ justify-content: center;
211
+ }
212
+
213
+ .univer-justify-between {
214
+ justify-content: space-between;
215
+ }
216
+
217
+ .univer-gap-2 {
218
+ gap: .5rem;
219
+ }
220
+
221
+ .univer-gap-4 {
222
+ gap: 1rem;
223
+ }
224
+
225
+ .univer-space-x-2 > :not([hidden]) ~ :not([hidden]) {
226
+ --univer-tw-space-x-reverse: 0;
227
+ margin-right: 0;
228
+ margin-right: calc(.5rem * var(--univer-tw-space-x-reverse));
229
+ margin-left: .5rem;
230
+ margin-left: calc(.5rem * (1 - var(--univer-tw-space-x-reverse)));
231
+ margin-left: .5rem;
232
+ margin-left: calc(.5rem * calc(1 - var(--univer-tw-space-x-reverse)));
233
+ }
234
+
235
+ .univer-overflow-hidden {
236
+ overflow: hidden;
237
+ }
238
+
239
+ .univer-rounded {
240
+ border-radius: .25rem;
241
+ }
242
+
243
+ .univer-rounded-lg {
244
+ border-radius: .5rem;
245
+ }
246
+
247
+ .univer-rounded-md {
248
+ border-radius: .375rem;
249
+ }
250
+
251
+ .univer-border {
252
+ border-width: 1px;
253
+ }
254
+
255
+ .univer-border-solid {
256
+ border-style: solid;
257
+ }
258
+
259
+ .univer-border-red-500 {
260
+ border-color: var(--univer-red-500);
261
+ }
262
+
263
+ .\!univer-bg-gray-700 {
264
+ background-color: var(--univer-gray-700) !important;
265
+ }
266
+
267
+ .univer-bg-gray-100 {
268
+ background-color: var(--univer-gray-100);
269
+ }
270
+
271
+ .univer-bg-white {
272
+ background-color: var(--univer-white);
273
+ }
274
+
275
+ .univer-fill-primary-600 {
276
+ fill: var(--univer-primary-600);
277
+ }
278
+
279
+ .univer-p-1 {
280
+ padding: .25rem;
281
+ }
282
+
283
+ .univer-p-4 {
284
+ padding: 1rem;
285
+ }
286
+
287
+ .univer-px-1 {
288
+ padding-left: .25rem;
289
+ padding-right: .25rem;
290
+ }
291
+
292
+ .univer-px-4 {
293
+ padding-left: 1rem;
294
+ padding-right: 1rem;
295
+ }
296
+
297
+ .univer-py-2 {
298
+ padding-top: .5rem;
299
+ padding-bottom: .5rem;
300
+ }
301
+
302
+ .univer-py-4 {
303
+ padding-top: 1rem;
304
+ padding-bottom: 1rem;
305
+ }
306
+
307
+ .univer-pl-1 {
308
+ padding-left: .25rem;
309
+ }
310
+
311
+ .univer-pl-5 {
312
+ padding-left: 1.25rem;
313
+ }
314
+
315
+ .univer-pr-8 {
316
+ padding-right: 2rem;
317
+ }
318
+
319
+ .univer-pt-2 {
320
+ padding-top: .5rem;
321
+ }
322
+
323
+ .univer-text-\[10px\] {
324
+ font-size: 10px;
325
+ }
326
+
327
+ .univer-text-sm {
328
+ font-size: .875rem;
329
+ line-height: 1.25rem;
330
+ }
331
+
332
+ .univer-text-xs {
333
+ font-size: .75rem;
334
+ line-height: 1rem;
335
+ }
336
+
337
+ .univer-font-bold {
338
+ font-weight: 700;
339
+ }
340
+
341
+ .univer-font-medium {
342
+ font-weight: 500;
343
+ }
344
+
345
+ .univer-italic {
346
+ font-style: italic;
347
+ }
348
+
349
+ .univer-text-gray-300 {
350
+ color: var(--univer-gray-300);
351
+ }
352
+
353
+ .univer-text-gray-400 {
354
+ color: var(--univer-gray-400);
355
+ }
356
+
357
+ .univer-text-gray-600 {
358
+ color: var(--univer-gray-600);
359
+ }
360
+
361
+ .univer-text-gray-900 {
362
+ color: var(--univer-gray-900);
363
+ }
364
+
365
+ .univer-text-red-500 {
366
+ color: var(--univer-red-500);
367
+ }
368
+
369
+ .univer-transition-all {
370
+ transition-property: all;
371
+ transition-duration: .15s;
372
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
373
+ }
374
+
375
+ .univer-transition-colors {
376
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
377
+ transition-duration: .15s;
378
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
379
+ }
380
+
381
+ .univer-group:hover .group-hover\:univer-flex {
382
+ display: flex;
383
+ }
384
+
385
+ .hover\:univer-border-primary-600:hover {
386
+ border-color: var(--univer-primary-600);
387
+ }
388
+
389
+ .hover\:univer-bg-gray-100:hover {
390
+ background-color: var(--univer-gray-100);
391
+ }
392
+
393
+ .hover\:univer-bg-gray-200:hover {
394
+ background-color: var(--univer-gray-200);
395
+ }
396
+
397
+ .dark\:\!univer-bg-gray-700:where(.univer-dark, .univer-dark *) {
398
+ background-color: var(--univer-gray-700) !important;
399
+ }
400
+
401
+ .dark\:\!univer-text-gray-200:where(.univer-dark, .univer-dark *) {
402
+ color: var(--univer-gray-200) !important;
403
+ }
404
+
405
+ .dark\:\!univer-text-white:where(.univer-dark, .univer-dark *) {
406
+ color: var(--univer-white) !important;
407
+ }
408
+
409
+ .dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark, .univer-dark *) {
410
+ background-color: var(--univer-gray-700) !important;
411
+ }
412
+
413
+ .\[\&\>div\:first-child\]\:univer-px-2\.5 > div:first-child {
414
+ padding-left: .625rem;
415
+ padding-right: .625rem;
416
+ }
417
+
418
+ .\[\&\>div\]\:univer-h-5 > div {
419
+ height: 1.25rem;
420
+ }
421
+
422
+ .\[\&\>div\]\:univer-ring-transparent > div {
423
+ --univer-tw-ring-color: transparent;
424
+ }