@univerjs/preset-sheets-collaboration 0.25.1 → 1.0.0-alpha.1

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