@univerjs-pro/sheets-history-ui 1.0.0-rc.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/README.md +22 -0
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/de-DE.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/cjs/locale/id-ID.js +1 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -0
- package/lib/cjs/locale/ko-KR.js +1 -0
- package/lib/cjs/locale/pl-PL.js +1 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/sk-SK.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-HK.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/es/index.js +1 -0
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -0
- package/lib/es/locale/de-DE.js +1 -0
- package/lib/es/locale/en-US.js +1 -0
- package/lib/es/locale/es-ES.js +1 -0
- package/lib/es/locale/fa-IR.js +1 -0
- package/lib/es/locale/fr-FR.js +1 -0
- package/lib/es/locale/id-ID.js +1 -0
- package/lib/es/locale/it-IT.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -0
- package/lib/es/locale/ko-KR.js +1 -0
- package/lib/es/locale/pl-PL.js +1 -0
- package/lib/es/locale/pt-BR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -0
- package/lib/es/locale/sk-SK.js +1 -0
- package/lib/es/locale/vi-VN.js +1 -0
- package/lib/es/locale/zh-CN.js +1 -0
- package/lib/es/locale/zh-HK.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -0
- package/lib/index.css +617 -0
- package/lib/index.js +1 -0
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -0
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/es-ES.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/fr-FR.js +1 -0
- package/lib/locale/id-ID.js +1 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -0
- package/lib/locale/ko-KR.js +1 -0
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/sk-SK.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-HK.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/types/commands/history.operate.d.ts +3 -0
- package/lib/types/config/config.d.ts +55 -0
- package/lib/types/controllers/components.controller.d.ts +5 -0
- package/lib/types/controllers/history-loader.controller.d.ts +26 -0
- package/lib/types/controllers/history-menu.d.ts +4 -0
- package/lib/types/controllers/mobile/components.controller.d.ts +5 -0
- package/lib/types/controllers/mobile-history-loader.controller.d.ts +26 -0
- package/lib/types/controllers/revert-acknowledgement.d.ts +3 -0
- package/lib/types/index.d.ts +5 -0
- package/lib/types/locale/ar-SA.d.ts +3 -0
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/de-DE.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +157 -0
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/fr-FR.d.ts +3 -0
- package/lib/types/locale/id-ID.d.ts +3 -0
- package/lib/types/locale/it-IT.d.ts +3 -0
- package/lib/types/locale/ja-JP.d.ts +3 -0
- package/lib/types/locale/ko-KR.d.ts +3 -0
- package/lib/types/locale/pl-PL.d.ts +3 -0
- package/lib/types/locale/pt-BR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +3 -0
- package/lib/types/locale/sk-SK.d.ts +3 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-CN.d.ts +3 -0
- package/lib/types/locale/zh-HK.d.ts +3 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/types/menu/schema.d.ts +2 -0
- package/lib/types/mobile-plugin.d.ts +14 -0
- package/lib/types/plugin.d.ts +14 -0
- package/lib/types/services/history-loader.service.d.ts +36 -0
- package/lib/types/services/history-locale.d.ts +5 -0
- package/lib/types/services/history-version-param.d.ts +3 -0
- package/lib/types/services/mobile-history-loader.service.d.ts +35 -0
- package/lib/types/viewer/controllers/disable-state.controller.d.ts +7 -0
- package/lib/types/viewer/controllers/history-manager.controller.d.ts +16 -0
- package/lib/types/viewer/controllers/mobile-history-manager.controller.d.ts +16 -0
- package/lib/types/viewer/controllers/mobile-version-list.controller.d.ts +7 -0
- package/lib/types/viewer/controllers/version-diff.render.controller.d.ts +58 -0
- package/lib/types/viewer/controllers/version-list.controller.d.ts +14 -0
- package/lib/types/viewer/mobile-plugin.d.ts +16 -0
- package/lib/types/viewer/plugin.d.ts +16 -0
- package/lib/types/viewer/services/disable-dialog.service.d.ts +13 -0
- package/lib/types/viewer/services/history-fetch.service.d.ts +106 -0
- package/lib/types/viewer/services/history-manager.service.d.ts +84 -0
- package/lib/types/viewer/services/sheets-history-diff-color.service.d.ts +16 -0
- package/lib/types/viewer/services/version-diff.service.d.ts +89 -0
- package/lib/types/viewer/views/HistoryLoadingMask.d.ts +1 -0
- package/lib/types/viewer/views/HistoryViewHeader.d.ts +1 -0
- package/lib/types/viewer/views/MobileHistoryViewHeader.d.ts +1 -0
- package/lib/types/viewer/views/MobileVersionListPanel.d.ts +1 -0
- package/lib/types/viewer/views/VersionListPanel.d.ts +21 -0
- package/lib/types/viewer/views/all-mutations.d.ts +101 -0
- package/lib/types/viewer/views/shapes/sheet-history-arrow.shape.d.ts +29 -0
- package/lib/types/viewer/views/utils.d.ts +11 -0
- package/lib/umd/index.js +1 -0
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/fr-FR.js +1 -0
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -0
- package/lib/umd/locale/ko-KR.js +1 -0
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/sk-SK.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +108 -0
package/lib/index.css
ADDED
|
@@ -0,0 +1,617 @@
|
|
|
1
|
+
.univer-pointer-events-none {
|
|
2
|
+
pointer-events: none;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.univer-pointer-events-auto {
|
|
6
|
+
pointer-events: auto;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.univer-fixed {
|
|
10
|
+
position: fixed;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.univer-absolute {
|
|
14
|
+
position: absolute;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.univer-relative {
|
|
18
|
+
position: relative;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.univer-sticky {
|
|
22
|
+
position: sticky;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.univer-inset-0 {
|
|
26
|
+
inset: 0;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.univer-left-0 {
|
|
30
|
+
left: 0;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.univer-left-\[30px\] {
|
|
34
|
+
left: 30px;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.univer-top-0 {
|
|
38
|
+
top: 0;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.univer-top-1\/2 {
|
|
42
|
+
top: 50%;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.univer-z-10 {
|
|
46
|
+
z-index: 10;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.univer-z-\[1000\] {
|
|
50
|
+
z-index: 1000;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.univer-m-auto {
|
|
54
|
+
margin: auto;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.\!univer-mb-0 {
|
|
58
|
+
margin-bottom: 0 !important;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.\!univer-mt-0 {
|
|
62
|
+
margin-top: 0 !important;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.univer-mb-0\.5 {
|
|
66
|
+
margin-bottom: .125rem;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.univer-mb-3 {
|
|
70
|
+
margin-bottom: .75rem;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.univer-ml-1 {
|
|
74
|
+
margin-left: .25rem;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.univer-ml-6 {
|
|
78
|
+
margin-left: 1.5rem;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.univer-mr-6 {
|
|
82
|
+
margin-right: 1.5rem;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.univer-mt-1 {
|
|
86
|
+
margin-top: .25rem;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.univer-flex {
|
|
90
|
+
display: flex;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.univer-size-4 {
|
|
94
|
+
width: 1rem;
|
|
95
|
+
height: 1rem;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.univer-size-5 {
|
|
99
|
+
width: 1.25rem;
|
|
100
|
+
height: 1.25rem;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.univer-size-6 {
|
|
104
|
+
width: 1.5rem;
|
|
105
|
+
height: 1.5rem;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.univer-size-8 {
|
|
109
|
+
width: 2rem;
|
|
110
|
+
height: 2rem;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.univer-h-1 {
|
|
114
|
+
height: .25rem;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.univer-h-1\/2 {
|
|
118
|
+
height: 50%;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.univer-h-12 {
|
|
122
|
+
height: 3rem;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.univer-h-8 {
|
|
126
|
+
height: 2rem;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.univer-h-\[60\%\] {
|
|
130
|
+
height: 60%;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.univer-h-\[calc\(100\%-32px\)\] {
|
|
134
|
+
height: calc(100% - 32px);
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.univer-h-full {
|
|
138
|
+
height: 100%;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.univer-h-px {
|
|
142
|
+
height: 1px;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.univer-max-h-\[300px\] {
|
|
146
|
+
max-height: 300px;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.univer-min-h-6 {
|
|
150
|
+
min-height: 1.5rem;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.univer-w-10 {
|
|
154
|
+
width: 2.5rem;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.univer-w-2\.5 {
|
|
158
|
+
width: .625rem;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.univer-w-3 {
|
|
162
|
+
width: .75rem;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.univer-w-\[calc\(100\%-16px\)\] {
|
|
166
|
+
width: calc(100% - 16px);
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.univer-w-full {
|
|
170
|
+
width: 100%;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.univer-w-px {
|
|
174
|
+
width: 1px;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.univer-min-w-0 {
|
|
178
|
+
min-width: 0;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.univer-min-w-\[240px\] {
|
|
182
|
+
min-width: 240px;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.univer-flex-1 {
|
|
186
|
+
flex: 1;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.univer-flex-shrink-0, .univer-shrink-0 {
|
|
190
|
+
flex-shrink: 0;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.-univer-translate-y-1\/2 {
|
|
194
|
+
--univer-tw-translate-y: -50%;
|
|
195
|
+
transform: translate(var(--univer-tw-translate-x), -50%) rotate(var(--univer-tw-rotate)) skewX(var(--univer-tw-skew-x)) skewY(var(--univer-tw-skew-y)) scaleX(var(--univer-tw-scale-x)) scaleY(var(--univer-tw-scale-y));
|
|
196
|
+
transform: translate(var(--univer-tw-translate-x), var(--univer-tw-translate-y)) rotate(var(--univer-tw-rotate)) skewX(var(--univer-tw-skew-x)) skewY(var(--univer-tw-skew-y)) scaleX(var(--univer-tw-scale-x)) scaleY(var(--univer-tw-scale-y));
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
@keyframes univer-spin {
|
|
200
|
+
to {
|
|
201
|
+
transform: rotate(360deg);
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.univer-animate-spin {
|
|
206
|
+
animation: 1s linear infinite univer-spin;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.univer-cursor-default {
|
|
210
|
+
cursor: default;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.univer-cursor-pointer {
|
|
214
|
+
cursor: pointer;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.univer-cursor-wait {
|
|
218
|
+
cursor: wait;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.univer-flex-col {
|
|
222
|
+
flex-direction: column;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.univer-items-center {
|
|
226
|
+
align-items: center;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.univer-justify-end {
|
|
230
|
+
justify-content: flex-end;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.univer-justify-center {
|
|
234
|
+
justify-content: center;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.univer-justify-between {
|
|
238
|
+
justify-content: space-between;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.univer-gap-1 {
|
|
242
|
+
gap: .25rem;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.univer-gap-1\.5 {
|
|
246
|
+
gap: .375rem;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.univer-gap-2 {
|
|
250
|
+
gap: .5rem;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.univer-gap-2\.5 {
|
|
254
|
+
gap: .625rem;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.univer-gap-3 {
|
|
258
|
+
gap: .75rem;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.univer-space-y-2 > :not([hidden]) ~ :not([hidden]) {
|
|
262
|
+
--univer-tw-space-y-reverse: 0;
|
|
263
|
+
margin-top: .5rem;
|
|
264
|
+
margin-top: calc(.5rem * (1 - var(--univer-tw-space-y-reverse)));
|
|
265
|
+
margin-top: .5rem;
|
|
266
|
+
margin-top: calc(.5rem * calc(1 - var(--univer-tw-space-y-reverse)));
|
|
267
|
+
margin-bottom: 0;
|
|
268
|
+
margin-bottom: calc(.5rem * var(--univer-tw-space-y-reverse));
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.univer-overflow-auto {
|
|
272
|
+
overflow: auto;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.univer-overflow-y-auto {
|
|
276
|
+
overflow-y: auto;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.univer-truncate {
|
|
280
|
+
text-overflow: ellipsis;
|
|
281
|
+
white-space: nowrap;
|
|
282
|
+
overflow: hidden;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.univer-break-all {
|
|
286
|
+
word-break: break-all;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.univer-rounded {
|
|
290
|
+
border-radius: .25rem;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.univer-rounded-full {
|
|
294
|
+
border-radius: 9999px;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.univer-rounded-lg {
|
|
298
|
+
border-radius: .5rem;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.univer-rounded-md {
|
|
302
|
+
border-radius: .375rem;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.univer-rounded-t-2xl {
|
|
306
|
+
border-top-left-radius: 1rem;
|
|
307
|
+
border-top-right-radius: 1rem;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.univer-border {
|
|
311
|
+
border-width: 1px;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
.univer-border-b {
|
|
315
|
+
border-bottom-width: 1px;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.univer-border-t {
|
|
319
|
+
border-top-width: 1px;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.univer-border-gray-100 {
|
|
323
|
+
border-color: var(--univer-gray-100);
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.univer-border-gray-200 {
|
|
327
|
+
border-color: var(--univer-gray-200);
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.univer-border-primary-600 {
|
|
331
|
+
border-color: var(--univer-primary-600);
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.\!univer-bg-gray-900 {
|
|
335
|
+
background-color: var(--univer-gray-900) !important;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
.univer-bg-blue-50 {
|
|
339
|
+
background-color: var(--univer-blue-50);
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.univer-bg-gray-0 {
|
|
343
|
+
background-color: var(--univer-gray-0);
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.univer-bg-gray-100 {
|
|
347
|
+
background-color: var(--univer-gray-100);
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.univer-bg-gray-300 {
|
|
351
|
+
background-color: var(--univer-gray-300);
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
.univer-bg-gray-50 {
|
|
355
|
+
background-color: var(--univer-gray-50);
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.univer-bg-primary-50 {
|
|
359
|
+
background-color: var(--univer-primary-50);
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.univer-p-2 {
|
|
363
|
+
padding: .5rem;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.univer-px-1 {
|
|
367
|
+
padding-left: .25rem;
|
|
368
|
+
padding-right: .25rem;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.univer-px-1\.5 {
|
|
372
|
+
padding-left: .375rem;
|
|
373
|
+
padding-right: .375rem;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.univer-px-3 {
|
|
377
|
+
padding-left: .75rem;
|
|
378
|
+
padding-right: .75rem;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
.univer-px-4 {
|
|
382
|
+
padding-left: 1rem;
|
|
383
|
+
padding-right: 1rem;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.univer-px-5 {
|
|
387
|
+
padding-left: 1.25rem;
|
|
388
|
+
padding-right: 1.25rem;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.univer-py-0\.5 {
|
|
392
|
+
padding-top: .125rem;
|
|
393
|
+
padding-bottom: .125rem;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.univer-py-1 {
|
|
397
|
+
padding-top: .25rem;
|
|
398
|
+
padding-bottom: .25rem;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.univer-py-1\.5 {
|
|
402
|
+
padding-top: .375rem;
|
|
403
|
+
padding-bottom: .375rem;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.univer-py-2 {
|
|
407
|
+
padding-top: .5rem;
|
|
408
|
+
padding-bottom: .5rem;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.univer-py-3 {
|
|
412
|
+
padding-top: .75rem;
|
|
413
|
+
padding-bottom: .75rem;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.univer-py-4 {
|
|
417
|
+
padding-top: 1rem;
|
|
418
|
+
padding-bottom: 1rem;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
.univer-pb-4 {
|
|
422
|
+
padding-bottom: 1rem;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.univer-pt-1\.5 {
|
|
426
|
+
padding-top: .375rem;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.univer-text-center {
|
|
430
|
+
text-align: center;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.univer-text-sm {
|
|
434
|
+
font-size: .875rem;
|
|
435
|
+
line-height: 1.25rem;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.univer-text-xs {
|
|
439
|
+
font-size: .75rem;
|
|
440
|
+
line-height: 1rem;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.univer-font-medium {
|
|
444
|
+
font-weight: 500;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.univer-font-semibold {
|
|
448
|
+
font-weight: 600;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
.univer-leading-5 {
|
|
452
|
+
line-height: 1.25rem;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.\!univer-text-blue-400 {
|
|
456
|
+
color: var(--univer-blue-400) !important;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.univer-text-blue-600 {
|
|
460
|
+
color: var(--univer-blue-600);
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
.univer-text-gray-400 {
|
|
464
|
+
color: var(--univer-gray-400);
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
.univer-text-gray-500 {
|
|
468
|
+
color: var(--univer-gray-500);
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
.univer-text-gray-600 {
|
|
472
|
+
color: var(--univer-gray-600);
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
.univer-text-gray-700 {
|
|
476
|
+
color: var(--univer-gray-700);
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
.univer-text-gray-800 {
|
|
480
|
+
color: var(--univer-gray-800);
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
.univer-text-gray-900 {
|
|
484
|
+
color: var(--univer-gray-900);
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
.univer-text-primary-600 {
|
|
488
|
+
color: var(--univer-primary-600);
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
.univer-shadow-lg {
|
|
492
|
+
--univer-tw-shadow: 0px 4px 6px 0px #1e284d0d, 0px 10px 15px -3px #1e284d1a;
|
|
493
|
+
--univer-tw-shadow-colored: 0px 4px 6px 0px var(--univer-tw-shadow-color), 0px 10px 15px -3px var(--univer-tw-shadow-color);
|
|
494
|
+
box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px #1e284d0d, 0 10px 15px -3px #1e284d1a;
|
|
495
|
+
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
.univer-backdrop-blur-sm {
|
|
499
|
+
--univer-tw-backdrop-blur: blur(4px);
|
|
500
|
+
backdrop-filter: var(--univer-tw-backdrop-blur) var(--univer-tw-backdrop-brightness) var(--univer-tw-backdrop-contrast) var(--univer-tw-backdrop-grayscale) var(--univer-tw-backdrop-hue-rotate) var(--univer-tw-backdrop-invert) var(--univer-tw-backdrop-opacity) var(--univer-tw-backdrop-saturate) var(--univer-tw-backdrop-sepia);
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.univer-transition-\[height\] {
|
|
504
|
+
transition-property: height;
|
|
505
|
+
transition-duration: .15s;
|
|
506
|
+
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
.univer-transition-colors {
|
|
510
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
511
|
+
transition-duration: .15s;
|
|
512
|
+
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.univer-duration-300 {
|
|
516
|
+
transition-duration: .3s;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
@media (hover: hover) and (pointer: fine) {
|
|
520
|
+
.hover\:univer-bg-gray-100:hover {
|
|
521
|
+
background-color: var(--univer-gray-100);
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.rtl\:univer-left-auto:where([dir="rtl"], [dir="rtl"] *) {
|
|
526
|
+
left: auto;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
.rtl\:univer-right-0:where([dir="rtl"], [dir="rtl"] *) {
|
|
530
|
+
right: 0;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
.rtl\:univer-right-\[30px\]:where([dir="rtl"], [dir="rtl"] *) {
|
|
534
|
+
right: 30px;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
.rtl\:univer-ml-0:where([dir="rtl"], [dir="rtl"] *) {
|
|
538
|
+
margin-left: 0;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
.rtl\:univer-mr-6:where([dir="rtl"], [dir="rtl"] *) {
|
|
542
|
+
margin-right: 1.5rem;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
.rtl\:univer-rotate-180:where([dir="rtl"], [dir="rtl"] *) {
|
|
546
|
+
--univer-tw-rotate: 180deg;
|
|
547
|
+
transform: translate(var(--univer-tw-translate-x), var(--univer-tw-translate-y)) rotate(180deg) skewX(var(--univer-tw-skew-x)) skewY(var(--univer-tw-skew-y)) scaleX(var(--univer-tw-scale-x)) scaleY(var(--univer-tw-scale-y));
|
|
548
|
+
transform: translate(var(--univer-tw-translate-x), var(--univer-tw-translate-y)) rotate(var(--univer-tw-rotate)) skewX(var(--univer-tw-skew-x)) skewY(var(--univer-tw-skew-y)) scaleX(var(--univer-tw-scale-x)) scaleY(var(--univer-tw-scale-y));
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
.dark\:\!univer-border-gray-700:where(.univer-dark, .univer-dark *) {
|
|
552
|
+
border-color: var(--univer-gray-700) !important;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
.dark\:\!univer-border-gray-800:where(.univer-dark, .univer-dark *) {
|
|
556
|
+
border-color: var(--univer-gray-800) !important;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
.dark\:\!univer-bg-gray-200:where(.univer-dark, .univer-dark *) {
|
|
560
|
+
background-color: var(--univer-gray-200) !important;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.dark\:\!univer-bg-gray-600:where(.univer-dark, .univer-dark *) {
|
|
564
|
+
background-color: var(--univer-gray-600) !important;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.dark\:\!univer-bg-gray-700:where(.univer-dark, .univer-dark *) {
|
|
568
|
+
background-color: var(--univer-gray-700) !important;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
.dark\:\!univer-bg-gray-800:where(.univer-dark, .univer-dark *) {
|
|
572
|
+
background-color: var(--univer-gray-800) !important;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
.dark\:\!univer-bg-gray-900:where(.univer-dark, .univer-dark *) {
|
|
576
|
+
background-color: var(--univer-gray-900) !important;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
.dark\:\!univer-bg-gray-950:where(.univer-dark, .univer-dark *) {
|
|
580
|
+
--univer-tw-bg-opacity: 1 !important;
|
|
581
|
+
background-color: #030712 !important;
|
|
582
|
+
background-color: rgba(3, 7, 18, var(--univer-tw-bg-opacity, 1)) !important;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
.dark\:\!univer-bg-transparent:where(.univer-dark, .univer-dark *) {
|
|
586
|
+
background-color: #0000 !important;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
.dark\:\!univer-text-blue-400:where(.univer-dark, .univer-dark *) {
|
|
590
|
+
color: var(--univer-blue-400) !important;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
.dark\:\!univer-text-gray-0:where(.univer-dark, .univer-dark *) {
|
|
594
|
+
color: var(--univer-gray-0) !important;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
.dark\:\!univer-text-gray-200:where(.univer-dark, .univer-dark *) {
|
|
598
|
+
color: var(--univer-gray-200) !important;
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
.dark\:\!univer-text-gray-300:where(.univer-dark, .univer-dark *) {
|
|
602
|
+
color: var(--univer-gray-300) !important;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
.dark\:\!univer-text-gray-400:where(.univer-dark, .univer-dark *) {
|
|
606
|
+
color: var(--univer-gray-400) !important;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
@media (hover: hover) and (pointer: fine) {
|
|
610
|
+
.dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark, .univer-dark *) {
|
|
611
|
+
background-color: var(--univer-gray-700) !important;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
.dark\:hover\:\!univer-bg-gray-800:hover:where(.univer-dark, .univer-dark *) {
|
|
615
|
+
background-color: var(--univer-gray-800) !important;
|
|
616
|
+
}
|
|
617
|
+
}
|