@univerjs-pro/mcp-ui 0.17.0 → 0.19.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 (70) hide show
  1. package/lib/cjs/index.js +1 -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 +1 -1
  15. package/lib/es/locale/ca-ES.js +1 -1
  16. package/lib/es/locale/en-US.js +1 -1
  17. package/lib/es/locale/es-ES.js +1 -1
  18. package/lib/es/locale/fa-IR.js +1 -1
  19. package/lib/es/locale/fr-FR.js +1 -1
  20. package/lib/es/locale/ja-JP.js +1 -1
  21. package/lib/es/locale/ko-KR.js +1 -1
  22. package/lib/es/locale/ru-RU.js +1 -1
  23. package/lib/es/locale/sk-SK.js +1 -1
  24. package/lib/es/locale/vi-VN.js +1 -1
  25. package/lib/es/locale/zh-CN.js +1 -1
  26. package/lib/es/locale/zh-TW.js +1 -1
  27. package/lib/index.css +537 -1
  28. package/lib/index.js +1 -1
  29. package/lib/locale/ca-ES.js +1 -1
  30. package/lib/locale/en-US.js +1 -1
  31. package/lib/locale/es-ES.js +1 -1
  32. package/lib/locale/fa-IR.js +1 -1
  33. package/lib/locale/fr-FR.js +1 -1
  34. package/lib/locale/ja-JP.js +1 -1
  35. package/lib/locale/ko-KR.js +1 -1
  36. package/lib/locale/ru-RU.js +1 -1
  37. package/lib/locale/sk-SK.js +1 -1
  38. package/lib/locale/vi-VN.js +1 -1
  39. package/lib/locale/zh-CN.js +1 -1
  40. package/lib/locale/zh-TW.js +1 -1
  41. package/lib/types/commands/mcp-config.command.d.ts +1 -1
  42. package/lib/types/controllers/menu.d.ts +2 -2
  43. package/lib/types/controllers/menu.schema.d.ts +1 -1
  44. package/lib/types/locale/ca-ES.d.ts +1 -1
  45. package/lib/types/locale/es-ES.d.ts +1 -1
  46. package/lib/types/locale/fa-IR.d.ts +1 -1
  47. package/lib/types/locale/fr-FR.d.ts +1 -1
  48. package/lib/types/locale/ja-JP.d.ts +1 -1
  49. package/lib/types/locale/ko-KR.d.ts +1 -1
  50. package/lib/types/locale/ru-RU.d.ts +1 -1
  51. package/lib/types/locale/sk-SK.d.ts +1 -1
  52. package/lib/types/locale/vi-VN.d.ts +1 -1
  53. package/lib/types/locale/zh-TW.d.ts +1 -1
  54. package/lib/types/plugin.d.ts +1 -1
  55. package/lib/types/views/components/mcp-config.d.ts +4 -3
  56. package/lib/types/views/components/mcp-status.d.ts +1 -1
  57. package/lib/umd/index.js +1 -1
  58. package/lib/umd/locale/ca-ES.js +1 -1
  59. package/lib/umd/locale/en-US.js +1 -1
  60. package/lib/umd/locale/es-ES.js +1 -1
  61. package/lib/umd/locale/fa-IR.js +1 -1
  62. package/lib/umd/locale/fr-FR.js +1 -1
  63. package/lib/umd/locale/ja-JP.js +1 -1
  64. package/lib/umd/locale/ko-KR.js +1 -1
  65. package/lib/umd/locale/ru-RU.js +1 -1
  66. package/lib/umd/locale/sk-SK.js +1 -1
  67. package/lib/umd/locale/vi-VN.js +1 -1
  68. package/lib/umd/locale/zh-CN.js +1 -1
  69. package/lib/umd/locale/zh-TW.js +1 -1
  70. package/package.json +12 -11
package/lib/index.css CHANGED
@@ -1 +1,537 @@
1
- .univer-absolute{position:absolute}.univer-relative{position:relative}.univer-right-3{right:.75rem}.univer-top-3{top:.75rem}.univer-m-0{margin:0}.univer-mb-2{margin-bottom:.5rem}.univer-mb-3{margin-bottom:.75rem}.univer-ml-1{margin-left:.25rem}.univer-mr-2{margin-right:.5rem}.univer-mt-1\.5{margin-top:.375rem}.univer-mt-2{margin-top:.5rem}.univer-flex{display:flex}.univer-inline-flex{display:inline-flex}.univer-size-10{width:2.5rem;height:2.5rem}.univer-size-2{width:.5rem;height:.5rem}.univer-size-4{width:1rem;height:1rem}.univer-size-6{width:1.5rem;height:1.5rem}.univer-size-8{width:2rem;height:2rem}.univer-max-h-\[80vh\]{max-height:80vh}.univer-min-h-\[320px\]{min-height:320px}.univer-w-full{width:100%}.univer-min-w-0{min-width:0px}.univer-max-w-full{max-width:100%}.univer-flex-1{flex:1 1 0%}.univer-shrink-0{flex-shrink:0}.univer-cursor-pointer{cursor:pointer}.univer-flex-col{flex-direction:column}.univer-flex-wrap{flex-wrap:wrap}.univer-items-start{align-items:flex-start}.univer-items-center{align-items:center}.univer-justify-center{justify-content:center}.univer-justify-between{justify-content:space-between}.univer-gap-1{gap:.25rem}.univer-gap-2{gap:.5rem}.univer-gap-3{gap:.75rem}.univer-space-y-1>:not([hidden])~:not([hidden]){--univer-tw-space-y-reverse: 0;margin-top:calc(.25rem * (1 - var(--univer-tw-space-y-reverse)));margin-top:.25rem;margin-top:calc(.25rem * calc(1 - var(--univer-tw-space-y-reverse)));margin-bottom:0rem;margin-bottom:calc(.25rem * var(--univer-tw-space-y-reverse))}.univer-space-y-2>:not([hidden])~:not([hidden]){--univer-tw-space-y-reverse: 0;margin-top:calc(.5rem * (1 - var(--univer-tw-space-y-reverse)));margin-top:.5rem;margin-top:calc(.5rem * calc(1 - var(--univer-tw-space-y-reverse)));margin-bottom:0rem;margin-bottom:calc(.5rem * var(--univer-tw-space-y-reverse))}.univer-space-y-3>:not([hidden])~:not([hidden]){--univer-tw-space-y-reverse: 0;margin-top:calc(.75rem * (1 - var(--univer-tw-space-y-reverse)));margin-top:.75rem;margin-top:calc(.75rem * calc(1 - var(--univer-tw-space-y-reverse)));margin-bottom:0rem;margin-bottom:calc(.75rem * var(--univer-tw-space-y-reverse))}.univer-space-y-4>:not([hidden])~:not([hidden]){--univer-tw-space-y-reverse: 0;margin-top:calc(1rem * (1 - var(--univer-tw-space-y-reverse)));margin-top:1rem;margin-top:calc(1rem * calc(1 - var(--univer-tw-space-y-reverse)));margin-bottom:0rem;margin-bottom:calc(1rem * var(--univer-tw-space-y-reverse))}.univer-space-y-5>:not([hidden])~:not([hidden]){--univer-tw-space-y-reverse: 0;margin-top:calc(1.25rem * (1 - var(--univer-tw-space-y-reverse)));margin-top:1.25rem;margin-top:calc(1.25rem * calc(1 - var(--univer-tw-space-y-reverse)));margin-bottom:0rem;margin-bottom:calc(1.25rem * var(--univer-tw-space-y-reverse))}.univer-overflow-auto{overflow:auto}.univer-overflow-hidden{overflow:hidden}.univer-whitespace-pre-wrap{white-space:pre-wrap}.univer-break-all{word-break:break-all}.univer-rounded{border-radius:.25rem}.univer-rounded-full{border-radius:9999px}.univer-rounded-lg{border-radius:.5rem}.univer-rounded-md{border-radius:.375rem}.univer-border{border-width:1px}.univer-border-b{border-bottom-width:1px}.\!univer-border-green-600{border-color:var(--univer-green-600)!important}.univer-border-blue-200{border-color:var(--univer-blue-200)}.univer-border-gray-100{border-color:var(--univer-gray-100)}.univer-border-gray-200{border-color:var(--univer-gray-200)}.univer-border-green-200{border-color:var(--univer-green-200)}.univer-border-purple-300{border-color:var(--univer-purple-300)}.univer-border-red-200{border-color:var(--univer-red-200)}.\!univer-bg-green-600{background-color:var(--univer-green-600)!important}.univer-bg-blue-100{background-color:var(--univer-blue-100)}.univer-bg-blue-50{background-color:var(--univer-blue-50)}.univer-bg-blue-500{background-color:var(--univer-blue-500)}.univer-bg-gray-50{background-color:var(--univer-gray-50)}.univer-bg-gray-500{background-color:var(--univer-gray-500)}.univer-bg-green-50{background-color:var(--univer-green-50)}.univer-bg-green-500{background-color:var(--univer-green-500)}.univer-bg-red-50{background-color:var(--univer-red-50)}.univer-bg-red-500{background-color:var(--univer-red-500)}.univer-bg-white{background-color:var(--univer-white)}.univer-bg-gradient-to-r{background-image:linear-gradient(to right,var(--univer-tw-gradient-stops))}.univer-from-blue-50{--univer-tw-gradient-from: var(--univer-blue-50) var(--univer-tw-gradient-from-position);--univer-tw-gradient-to: rgba(255, 255, 255, 0) var(--univer-tw-gradient-to-position);--univer-tw-gradient-stops: var(--univer-tw-gradient-from), var(--univer-tw-gradient-to) }.univer-to-indigo-50{--univer-tw-gradient-to: var(--univer-indigo-50) var(--univer-tw-gradient-to-position) }.univer-p-3{padding:.75rem}.univer-p-4{padding:1rem}.univer-px-3{padding-left:.75rem;padding-right:.75rem}.univer-px-6{padding-left:1.5rem;padding-right:1.5rem}.univer-py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.univer-py-2{padding-top:.5rem;padding-bottom:.5rem}.univer-py-3{padding-top:.75rem;padding-bottom:.75rem}.univer-py-4{padding-top:1rem;padding-bottom:1rem}.univer-py-5{padding-top:1.25rem;padding-bottom:1.25rem}.univer-pr-8{padding-right:2rem}.univer-text-sm{font-size:.875rem;line-height:1.25rem}.univer-text-xl{font-size:1.25rem;line-height:1.75rem}.univer-text-xs{font-size:.75rem;line-height:1rem}.univer-font-medium{font-weight:500}.univer-font-semibold{font-weight:600}.univer-leading-8{line-height:2rem}.\!univer-text-white{color:var(--univer-white)!important}.univer-text-blue-500{color:var(--univer-blue-500)}.univer-text-blue-600{color:var(--univer-blue-600)}.univer-text-blue-700{color:var(--univer-blue-700)}.univer-text-gray-400{color:var(--univer-gray-400)}.univer-text-gray-500{color:var(--univer-gray-500)}.univer-text-gray-600{color:var(--univer-gray-600)}.univer-text-gray-700{color:var(--univer-gray-700)}.univer-text-gray-800{color:var(--univer-gray-800)}.univer-text-green-500{color:var(--univer-green-500)}.univer-text-green-600{color:var(--univer-green-600)}.univer-text-purple-600{color:var(--univer-purple-600)}.univer-text-red-500{color:var(--univer-red-500)}.univer-text-red-600{color:var(--univer-red-600)}.univer-text-red-800{color:var(--univer-red-800)}.univer-text-white{color:var(--univer-white)}.univer-text-yellow-500{color:var(--univer-yellow-500)}.univer-shadow-sm{--univer-tw-shadow: 0px 1px 2px 0px rgba(30, 40, 77, .08);--univer-tw-shadow-colored: 0px 1px 2px 0px var(--univer-tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,0 1px 2px #1e284d14;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-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.univer-duration-200{transition-duration:.2s}.hover\:univer-scale-110:hover{--univer-tw-scale-x: 1.1;--univer-tw-scale-y: 1.1;transform:translate(var(--univer-tw-translate-x),var(--univer-tw-translate-y)) rotate(var(--univer-tw-rotate)) skew(var(--univer-tw-skew-x)) skewY(var(--univer-tw-skew-y)) scaleX(1.1) scaleY(1.1);transform:translate(var(--univer-tw-translate-x),var(--univer-tw-translate-y)) rotate(var(--univer-tw-rotate)) skew(var(--univer-tw-skew-x)) skewY(var(--univer-tw-skew-y)) scaleX(var(--univer-tw-scale-x)) scaleY(var(--univer-tw-scale-y))}.hover\:\!univer-border-green-700:hover{border-color:var(--univer-green-700)!important}.hover\:univer-border-purple-400:hover{border-color:var(--univer-purple-400)}.hover\:\!univer-bg-green-700:hover{background-color:var(--univer-green-700)!important}.hover\:univer-bg-purple-50:hover{background-color:var(--univer-purple-50)}.hover\:univer-text-blue-800:hover{color:var(--univer-blue-800)}.hover\:univer-text-gray-700:hover{color:var(--univer-gray-700)}.hover\:univer-opacity-80:hover{opacity:.8}.hover\:univer-shadow-md:hover{--univer-tw-shadow: 0px 1px 6px -2px rgba(30, 40, 77, .08), 0px 2px 6px -1px rgba(30, 40, 77, .1);--univer-tw-shadow-colored: 0px 1px 6px -2px var(--univer-tw-shadow-color), 0px 2px 6px -1px var(--univer-tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,0 1px 6px -2px #1e284d14,0 2px 6px -1px #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)}.disabled\:\!univer-border-gray-300:disabled{border-color:var(--univer-gray-300)!important}.disabled\:\!univer-bg-gray-300:disabled{background-color:var(--univer-gray-300)!important}.disabled\:\!univer-text-gray-500:disabled{color:var(--univer-gray-500)!important}.dark\:\!univer-text-gray-200:where(.univer-dark,.univer-dark *){color:var(--univer-gray-200)!important}
1
+ .univer-absolute {
2
+ position: absolute;
3
+ }
4
+
5
+ .univer-relative {
6
+ position: relative;
7
+ }
8
+
9
+ .univer-right-3 {
10
+ right: .75rem;
11
+ }
12
+
13
+ .univer-top-3 {
14
+ top: .75rem;
15
+ }
16
+
17
+ .univer-m-0 {
18
+ margin: 0;
19
+ }
20
+
21
+ .univer-mb-2 {
22
+ margin-bottom: .5rem;
23
+ }
24
+
25
+ .univer-mb-3 {
26
+ margin-bottom: .75rem;
27
+ }
28
+
29
+ .univer-ml-1 {
30
+ margin-left: .25rem;
31
+ }
32
+
33
+ .univer-mr-2 {
34
+ margin-right: .5rem;
35
+ }
36
+
37
+ .univer-mt-1\.5 {
38
+ margin-top: .375rem;
39
+ }
40
+
41
+ .univer-mt-2 {
42
+ margin-top: .5rem;
43
+ }
44
+
45
+ .univer-flex {
46
+ display: flex;
47
+ }
48
+
49
+ .univer-inline-flex {
50
+ display: inline-flex;
51
+ }
52
+
53
+ .univer-size-10 {
54
+ width: 2.5rem;
55
+ height: 2.5rem;
56
+ }
57
+
58
+ .univer-size-2 {
59
+ width: .5rem;
60
+ height: .5rem;
61
+ }
62
+
63
+ .univer-size-4 {
64
+ width: 1rem;
65
+ height: 1rem;
66
+ }
67
+
68
+ .univer-size-6 {
69
+ width: 1.5rem;
70
+ height: 1.5rem;
71
+ }
72
+
73
+ .univer-size-8 {
74
+ width: 2rem;
75
+ height: 2rem;
76
+ }
77
+
78
+ .univer-max-h-\[80vh\] {
79
+ max-height: 80vh;
80
+ }
81
+
82
+ .univer-min-h-\[320px\] {
83
+ min-height: 320px;
84
+ }
85
+
86
+ .univer-w-full {
87
+ width: 100%;
88
+ }
89
+
90
+ .univer-min-w-0 {
91
+ min-width: 0;
92
+ }
93
+
94
+ .univer-max-w-full {
95
+ max-width: 100%;
96
+ }
97
+
98
+ .univer-flex-1 {
99
+ flex: 1;
100
+ }
101
+
102
+ .univer-shrink-0 {
103
+ flex-shrink: 0;
104
+ }
105
+
106
+ .univer-cursor-pointer {
107
+ cursor: pointer;
108
+ }
109
+
110
+ .univer-flex-col {
111
+ flex-direction: column;
112
+ }
113
+
114
+ .univer-flex-wrap {
115
+ flex-wrap: wrap;
116
+ }
117
+
118
+ .univer-items-start {
119
+ align-items: flex-start;
120
+ }
121
+
122
+ .univer-items-center {
123
+ align-items: center;
124
+ }
125
+
126
+ .univer-justify-center {
127
+ justify-content: center;
128
+ }
129
+
130
+ .univer-justify-between {
131
+ justify-content: space-between;
132
+ }
133
+
134
+ .univer-gap-1 {
135
+ gap: .25rem;
136
+ }
137
+
138
+ .univer-gap-2 {
139
+ gap: .5rem;
140
+ }
141
+
142
+ .univer-gap-3 {
143
+ gap: .75rem;
144
+ }
145
+
146
+ .univer-space-y-1 > :not([hidden]) ~ :not([hidden]) {
147
+ --univer-tw-space-y-reverse: 0;
148
+ margin-top: .25rem;
149
+ margin-top: calc(.25rem * (1 - var(--univer-tw-space-y-reverse)));
150
+ margin-top: .25rem;
151
+ margin-top: calc(.25rem * calc(1 - var(--univer-tw-space-y-reverse)));
152
+ margin-bottom: 0;
153
+ margin-bottom: calc(.25rem * var(--univer-tw-space-y-reverse));
154
+ }
155
+
156
+ .univer-space-y-2 > :not([hidden]) ~ :not([hidden]) {
157
+ --univer-tw-space-y-reverse: 0;
158
+ margin-top: .5rem;
159
+ margin-top: calc(.5rem * (1 - var(--univer-tw-space-y-reverse)));
160
+ margin-top: .5rem;
161
+ margin-top: calc(.5rem * calc(1 - var(--univer-tw-space-y-reverse)));
162
+ margin-bottom: 0;
163
+ margin-bottom: calc(.5rem * var(--univer-tw-space-y-reverse));
164
+ }
165
+
166
+ .univer-space-y-3 > :not([hidden]) ~ :not([hidden]) {
167
+ --univer-tw-space-y-reverse: 0;
168
+ margin-top: .75rem;
169
+ margin-top: calc(.75rem * (1 - var(--univer-tw-space-y-reverse)));
170
+ margin-top: .75rem;
171
+ margin-top: calc(.75rem * calc(1 - var(--univer-tw-space-y-reverse)));
172
+ margin-bottom: 0;
173
+ margin-bottom: calc(.75rem * var(--univer-tw-space-y-reverse));
174
+ }
175
+
176
+ .univer-space-y-4 > :not([hidden]) ~ :not([hidden]) {
177
+ --univer-tw-space-y-reverse: 0;
178
+ margin-top: 1rem;
179
+ margin-top: calc(1rem * (1 - var(--univer-tw-space-y-reverse)));
180
+ margin-top: 1rem;
181
+ margin-top: calc(1rem * calc(1 - var(--univer-tw-space-y-reverse)));
182
+ margin-bottom: 0;
183
+ margin-bottom: calc(1rem * var(--univer-tw-space-y-reverse));
184
+ }
185
+
186
+ .univer-space-y-5 > :not([hidden]) ~ :not([hidden]) {
187
+ --univer-tw-space-y-reverse: 0;
188
+ margin-top: 1.25rem;
189
+ margin-top: calc(1.25rem * (1 - var(--univer-tw-space-y-reverse)));
190
+ margin-top: 1.25rem;
191
+ margin-top: calc(1.25rem * calc(1 - var(--univer-tw-space-y-reverse)));
192
+ margin-bottom: 0;
193
+ margin-bottom: calc(1.25rem * var(--univer-tw-space-y-reverse));
194
+ }
195
+
196
+ .univer-overflow-auto {
197
+ overflow: auto;
198
+ }
199
+
200
+ .univer-overflow-hidden {
201
+ overflow: hidden;
202
+ }
203
+
204
+ .univer-whitespace-pre-wrap {
205
+ white-space: pre-wrap;
206
+ }
207
+
208
+ .univer-break-all {
209
+ word-break: break-all;
210
+ }
211
+
212
+ .univer-rounded {
213
+ border-radius: .25rem;
214
+ }
215
+
216
+ .univer-rounded-full {
217
+ border-radius: 9999px;
218
+ }
219
+
220
+ .univer-rounded-lg {
221
+ border-radius: .5rem;
222
+ }
223
+
224
+ .univer-rounded-md {
225
+ border-radius: .375rem;
226
+ }
227
+
228
+ .univer-border {
229
+ border-width: 1px;
230
+ }
231
+
232
+ .univer-border-b {
233
+ border-bottom-width: 1px;
234
+ }
235
+
236
+ .\!univer-border-green-600 {
237
+ border-color: var(--univer-green-600) !important;
238
+ }
239
+
240
+ .univer-border-blue-200 {
241
+ border-color: var(--univer-blue-200);
242
+ }
243
+
244
+ .univer-border-gray-100 {
245
+ border-color: var(--univer-gray-100);
246
+ }
247
+
248
+ .univer-border-gray-200 {
249
+ border-color: var(--univer-gray-200);
250
+ }
251
+
252
+ .univer-border-green-200 {
253
+ border-color: var(--univer-green-200);
254
+ }
255
+
256
+ .univer-border-purple-300 {
257
+ border-color: var(--univer-purple-300);
258
+ }
259
+
260
+ .univer-border-red-200 {
261
+ border-color: var(--univer-red-200);
262
+ }
263
+
264
+ .\!univer-bg-green-600 {
265
+ background-color: var(--univer-green-600) !important;
266
+ }
267
+
268
+ .univer-bg-blue-100 {
269
+ background-color: var(--univer-blue-100);
270
+ }
271
+
272
+ .univer-bg-blue-50 {
273
+ background-color: var(--univer-blue-50);
274
+ }
275
+
276
+ .univer-bg-blue-500 {
277
+ background-color: var(--univer-blue-500);
278
+ }
279
+
280
+ .univer-bg-gray-50 {
281
+ background-color: var(--univer-gray-50);
282
+ }
283
+
284
+ .univer-bg-gray-500 {
285
+ background-color: var(--univer-gray-500);
286
+ }
287
+
288
+ .univer-bg-green-50 {
289
+ background-color: var(--univer-green-50);
290
+ }
291
+
292
+ .univer-bg-green-500 {
293
+ background-color: var(--univer-green-500);
294
+ }
295
+
296
+ .univer-bg-red-50 {
297
+ background-color: var(--univer-red-50);
298
+ }
299
+
300
+ .univer-bg-red-500 {
301
+ background-color: var(--univer-red-500);
302
+ }
303
+
304
+ .univer-bg-white {
305
+ background-color: var(--univer-white);
306
+ }
307
+
308
+ .univer-bg-gradient-to-r {
309
+ background-image: linear-gradient(to right, var(--univer-tw-gradient-stops));
310
+ }
311
+
312
+ .univer-from-blue-50 {
313
+ --univer-tw-gradient-from: var(--univer-blue-50) var(--univer-tw-gradient-from-position);
314
+ --univer-tw-gradient-to: #fff0 var(--univer-tw-gradient-to-position);
315
+ --univer-tw-gradient-stops: var(--univer-tw-gradient-from), var(--univer-tw-gradient-to);
316
+ }
317
+
318
+ .univer-to-indigo-50 {
319
+ --univer-tw-gradient-to: var(--univer-indigo-50) var(--univer-tw-gradient-to-position);
320
+ }
321
+
322
+ .univer-p-3 {
323
+ padding: .75rem;
324
+ }
325
+
326
+ .univer-p-4 {
327
+ padding: 1rem;
328
+ }
329
+
330
+ .univer-px-3 {
331
+ padding-left: .75rem;
332
+ padding-right: .75rem;
333
+ }
334
+
335
+ .univer-px-6 {
336
+ padding-left: 1.5rem;
337
+ padding-right: 1.5rem;
338
+ }
339
+
340
+ .univer-py-1\.5 {
341
+ padding-top: .375rem;
342
+ padding-bottom: .375rem;
343
+ }
344
+
345
+ .univer-py-2 {
346
+ padding-top: .5rem;
347
+ padding-bottom: .5rem;
348
+ }
349
+
350
+ .univer-py-3 {
351
+ padding-top: .75rem;
352
+ padding-bottom: .75rem;
353
+ }
354
+
355
+ .univer-py-4 {
356
+ padding-top: 1rem;
357
+ padding-bottom: 1rem;
358
+ }
359
+
360
+ .univer-py-5 {
361
+ padding-top: 1.25rem;
362
+ padding-bottom: 1.25rem;
363
+ }
364
+
365
+ .univer-pr-8 {
366
+ padding-right: 2rem;
367
+ }
368
+
369
+ .univer-text-sm {
370
+ font-size: .875rem;
371
+ line-height: 1.25rem;
372
+ }
373
+
374
+ .univer-text-xl {
375
+ font-size: 1.25rem;
376
+ line-height: 1.75rem;
377
+ }
378
+
379
+ .univer-text-xs {
380
+ font-size: .75rem;
381
+ line-height: 1rem;
382
+ }
383
+
384
+ .univer-font-medium {
385
+ font-weight: 500;
386
+ }
387
+
388
+ .univer-font-semibold {
389
+ font-weight: 600;
390
+ }
391
+
392
+ .univer-leading-8 {
393
+ line-height: 2rem;
394
+ }
395
+
396
+ .\!univer-text-white {
397
+ color: var(--univer-white) !important;
398
+ }
399
+
400
+ .univer-text-blue-500 {
401
+ color: var(--univer-blue-500);
402
+ }
403
+
404
+ .univer-text-blue-600 {
405
+ color: var(--univer-blue-600);
406
+ }
407
+
408
+ .univer-text-blue-700 {
409
+ color: var(--univer-blue-700);
410
+ }
411
+
412
+ .univer-text-gray-400 {
413
+ color: var(--univer-gray-400);
414
+ }
415
+
416
+ .univer-text-gray-500 {
417
+ color: var(--univer-gray-500);
418
+ }
419
+
420
+ .univer-text-gray-600 {
421
+ color: var(--univer-gray-600);
422
+ }
423
+
424
+ .univer-text-gray-700 {
425
+ color: var(--univer-gray-700);
426
+ }
427
+
428
+ .univer-text-gray-800 {
429
+ color: var(--univer-gray-800);
430
+ }
431
+
432
+ .univer-text-green-500 {
433
+ color: var(--univer-green-500);
434
+ }
435
+
436
+ .univer-text-green-600 {
437
+ color: var(--univer-green-600);
438
+ }
439
+
440
+ .univer-text-purple-600 {
441
+ color: var(--univer-purple-600);
442
+ }
443
+
444
+ .univer-text-red-500 {
445
+ color: var(--univer-red-500);
446
+ }
447
+
448
+ .univer-text-red-600 {
449
+ color: var(--univer-red-600);
450
+ }
451
+
452
+ .univer-text-red-800 {
453
+ color: var(--univer-red-800);
454
+ }
455
+
456
+ .univer-text-white {
457
+ color: var(--univer-white);
458
+ }
459
+
460
+ .univer-text-yellow-500 {
461
+ color: var(--univer-yellow-500);
462
+ }
463
+
464
+ .univer-shadow-sm {
465
+ --univer-tw-shadow: 0px 1px 2px 0px #1e284d14;
466
+ --univer-tw-shadow-colored: 0px 1px 2px 0px var(--univer-tw-shadow-color);
467
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px #1e284d14;
468
+ box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
469
+ }
470
+
471
+ .univer-transition-all {
472
+ transition-property: all;
473
+ transition-duration: .15s;
474
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
475
+ }
476
+
477
+ .univer-duration-200 {
478
+ transition-duration: .2s;
479
+ }
480
+
481
+ .hover\:univer-scale-110:hover {
482
+ --univer-tw-scale-x: 1.1;
483
+ --univer-tw-scale-y: 1.1;
484
+ 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(1.1) scaleY(1.1);
485
+ 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));
486
+ }
487
+
488
+ .hover\:\!univer-border-green-700:hover {
489
+ border-color: var(--univer-green-700) !important;
490
+ }
491
+
492
+ .hover\:univer-border-purple-400:hover {
493
+ border-color: var(--univer-purple-400);
494
+ }
495
+
496
+ .hover\:\!univer-bg-green-700:hover {
497
+ background-color: var(--univer-green-700) !important;
498
+ }
499
+
500
+ .hover\:univer-bg-purple-50:hover {
501
+ background-color: var(--univer-purple-50);
502
+ }
503
+
504
+ .hover\:univer-text-blue-800:hover {
505
+ color: var(--univer-blue-800);
506
+ }
507
+
508
+ .hover\:univer-text-gray-700:hover {
509
+ color: var(--univer-gray-700);
510
+ }
511
+
512
+ .hover\:univer-opacity-80:hover {
513
+ opacity: .8;
514
+ }
515
+
516
+ .hover\:univer-shadow-md:hover {
517
+ --univer-tw-shadow: 0px 1px 6px -2px #1e284d14, 0px 2px 6px -1px #1e284d1a;
518
+ --univer-tw-shadow-colored: 0px 1px 6px -2px var(--univer-tw-shadow-color), 0px 2px 6px -1px var(--univer-tw-shadow-color);
519
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 6px -2px #1e284d14, 0 2px 6px -1px #1e284d1a;
520
+ box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
521
+ }
522
+
523
+ .disabled\:\!univer-border-gray-300:disabled {
524
+ border-color: var(--univer-gray-300) !important;
525
+ }
526
+
527
+ .disabled\:\!univer-bg-gray-300:disabled {
528
+ background-color: var(--univer-gray-300) !important;
529
+ }
530
+
531
+ .disabled\:\!univer-text-gray-500:disabled {
532
+ color: var(--univer-gray-500) !important;
533
+ }
534
+
535
+ .dark\:\!univer-text-gray-200:where(.univer-dark, .univer-dark *) {
536
+ color: var(--univer-gray-200) !important;
537
+ }