@univerjs/sheets-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 (278) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +288 -20
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/en-US.js +1 -1
  5. package/lib/cjs/locale/es-ES.js +1 -1
  6. package/lib/cjs/locale/fa-IR.js +1 -1
  7. package/lib/cjs/locale/fr-FR.js +1 -1
  8. package/lib/cjs/locale/ja-JP.js +1 -1
  9. package/lib/cjs/locale/ko-KR.js +1 -1
  10. package/lib/cjs/locale/ru-RU.js +1 -1
  11. package/lib/cjs/locale/sk-SK.js +1 -1
  12. package/lib/cjs/locale/vi-VN.js +1 -1
  13. package/lib/cjs/locale/zh-CN.js +1 -1
  14. package/lib/cjs/locale/zh-TW.js +1 -1
  15. package/lib/es/facade.js +1 -1276
  16. package/lib/es/index.js +288 -25637
  17. package/lib/es/locale/ca-ES.js +1 -463
  18. package/lib/es/locale/en-US.js +1 -465
  19. package/lib/es/locale/es-ES.js +1 -463
  20. package/lib/es/locale/fa-IR.js +1 -465
  21. package/lib/es/locale/fr-FR.js +1 -465
  22. package/lib/es/locale/ja-JP.js +1 -463
  23. package/lib/es/locale/ko-KR.js +1 -463
  24. package/lib/es/locale/ru-RU.js +1 -463
  25. package/lib/es/locale/sk-SK.js +1 -463
  26. package/lib/es/locale/vi-VN.js +1 -463
  27. package/lib/es/locale/zh-CN.js +1 -464
  28. package/lib/es/locale/zh-TW.js +1 -464
  29. package/lib/facade.js +1 -1276
  30. package/lib/index.css +1215 -1
  31. package/lib/index.js +288 -25637
  32. package/lib/locale/ca-ES.js +1 -463
  33. package/lib/locale/en-US.js +1 -465
  34. package/lib/locale/es-ES.js +1 -463
  35. package/lib/locale/fa-IR.js +1 -465
  36. package/lib/locale/fr-FR.js +1 -465
  37. package/lib/locale/ja-JP.js +1 -463
  38. package/lib/locale/ko-KR.js +1 -463
  39. package/lib/locale/ru-RU.js +1 -463
  40. package/lib/locale/sk-SK.js +1 -463
  41. package/lib/locale/vi-VN.js +1 -463
  42. package/lib/locale/zh-CN.js +1 -464
  43. package/lib/locale/zh-TW.js +1 -464
  44. package/lib/types/basics/editor/get-editor-object.d.ts +17 -2
  45. package/lib/types/basics/editor/range.d.ts +17 -2
  46. package/lib/types/commands/commands/clipboard.command.d.ts +16 -1
  47. package/lib/types/commands/commands/delete-range-move-left-confirm.command.d.ts +16 -1
  48. package/lib/types/commands/commands/delete-range-move-up-confirm.command.d.ts +16 -1
  49. package/lib/types/commands/commands/headersize-changed.command.d.ts +16 -1
  50. package/lib/types/commands/commands/hide-row-col-confirm.command.d.ts +16 -1
  51. package/lib/types/commands/commands/inline-format.command.d.ts +16 -1
  52. package/lib/types/commands/commands/insert-range-move-down-confirm.command.d.ts +16 -1
  53. package/lib/types/commands/commands/insert-range-move-right-confirm.command.d.ts +16 -1
  54. package/lib/types/commands/commands/range-protection.command.d.ts +17 -2
  55. package/lib/types/commands/commands/remove-row-col-confirm.command.d.ts +16 -1
  56. package/lib/types/commands/commands/remove-sheet-confirm.command.d.ts +16 -1
  57. package/lib/types/commands/commands/set-format-painter.command.d.ts +16 -1
  58. package/lib/types/commands/commands/set-frozen.command.d.ts +16 -1
  59. package/lib/types/commands/commands/set-scroll.command.d.ts +16 -1
  60. package/lib/types/commands/commands/set-selection.command.d.ts +17 -1
  61. package/lib/types/commands/commands/set-worksheet-auto-col-width.command.d.ts +16 -1
  62. package/lib/types/commands/commands/set-zoom-ratio.command.d.ts +16 -1
  63. package/lib/types/commands/commands/unhide.command.d.ts +16 -1
  64. package/lib/types/commands/commands/utils/selection-utils.d.ts +17 -1
  65. package/lib/types/commands/commands/worksheet-protection.command.d.ts +16 -1
  66. package/lib/types/commands/operations/activate-cell-edit.operation.d.ts +17 -2
  67. package/lib/types/commands/operations/cell-edit.operation.d.ts +17 -2
  68. package/lib/types/commands/operations/rename-sheet.operation.d.ts +16 -1
  69. package/lib/types/commands/operations/scroll-to-range.operation.d.ts +17 -2
  70. package/lib/types/commands/operations/scroll.operation.d.ts +17 -2
  71. package/lib/types/commands/operations/set-format-painter.operation.d.ts +17 -2
  72. package/lib/types/commands/operations/set-zoom-ratio.operation.d.ts +16 -1
  73. package/lib/types/commands/operations/sheet-permission-open-dialog.operation.d.ts +16 -1
  74. package/lib/types/commands/operations/sheet-permission-open-panel.operation.d.ts +17 -2
  75. package/lib/types/commands/operations/sidebar-defined-name.operation.d.ts +16 -1
  76. package/lib/types/common/utils.d.ts +22 -7
  77. package/lib/types/components/border-panel/BorderPanel.d.ts +16 -1
  78. package/lib/types/components/border-panel/border-line/BorderLine.d.ts +15 -0
  79. package/lib/types/components/border-panel/interface.d.ts +17 -2
  80. package/lib/types/components/hook.d.ts +17 -2
  81. package/lib/types/components/menu-item-frozen/MenuItemFrozen.d.ts +16 -1
  82. package/lib/types/components/menu-item-frozen/interface.d.ts +16 -1
  83. package/lib/types/components/menu-item-input/MenuItemInput.d.ts +16 -1
  84. package/lib/types/components/menu-item-input/interface.d.ts +17 -2
  85. package/lib/types/config/config.d.ts +19 -4
  86. package/lib/types/consts/mobile-context.d.ts +5 -0
  87. package/lib/types/consts/permission.d.ts +15 -0
  88. package/lib/types/controllers/auto-fill-ui.controller.d.ts +15 -0
  89. package/lib/types/controllers/auto-height.controller.d.ts +18 -2
  90. package/lib/types/controllers/auto-width.controller.d.ts +20 -4
  91. package/lib/types/controllers/cell-alert.controller.d.ts +18 -2
  92. package/lib/types/controllers/cell-custom-render.controller.d.ts +18 -2
  93. package/lib/types/controllers/cell-popup-editor.controller.d.ts +18 -2
  94. package/lib/types/controllers/checkbox.controller.d.ts +15 -0
  95. package/lib/types/controllers/clipboard/clipboard.controller.d.ts +16 -1
  96. package/lib/types/controllers/clipboard/utils.d.ts +19 -3
  97. package/lib/types/controllers/defined-name/defined-name.controller.d.ts +15 -0
  98. package/lib/types/controllers/drag-render.controller.d.ts +19 -2
  99. package/lib/types/controllers/editor/data-sync.controller.d.ts +15 -0
  100. package/lib/types/controllers/editor/editing.render-controller.d.ts +17 -1
  101. package/lib/types/controllers/editor/formula-editor.controller.d.ts +15 -0
  102. package/lib/types/controllers/force-string-alert-render.controller.d.ts +18 -2
  103. package/lib/types/controllers/force-string-render.controller.d.ts +18 -2
  104. package/lib/types/controllers/format-painter/format-painter.controller.d.ts +15 -0
  105. package/lib/types/controllers/hover-render.controller.d.ts +18 -2
  106. package/lib/types/controllers/mark-selection.controller.d.ts +18 -2
  107. package/lib/types/controllers/mobile/mobile-sheet-ui.controller.d.ts +15 -0
  108. package/lib/types/controllers/move-range.controller.d.ts +18 -2
  109. package/lib/types/controllers/permission/sheet-permission-check-ui.controller.d.ts +15 -0
  110. package/lib/types/controllers/permission/sheet-permission-init-ui.controller.d.ts +15 -0
  111. package/lib/types/controllers/permission/sheet-permission-interceptor-canvas-render.controller.d.ts +18 -2
  112. package/lib/types/controllers/permission/sheet-permission-interceptor-clipboard.controller.d.ts +15 -0
  113. package/lib/types/controllers/permission/sheet-permission-interceptor-formula-render.controller.d.ts +18 -2
  114. package/lib/types/controllers/permission/sheet-permission-render.controller.d.ts +19 -2
  115. package/lib/types/controllers/render-controllers/clipboard.render-controller.d.ts +18 -2
  116. package/lib/types/controllers/render-controllers/contextmenu.render-controller.d.ts +18 -2
  117. package/lib/types/controllers/render-controllers/editor-bridge.render-controller.d.ts +19 -2
  118. package/lib/types/controllers/render-controllers/format-painter.render-controller.d.ts +18 -2
  119. package/lib/types/controllers/render-controllers/freeze.render-controller.d.ts +20 -4
  120. package/lib/types/controllers/render-controllers/header-menu.render-controller.d.ts +18 -2
  121. package/lib/types/controllers/render-controllers/header-move.render-controller.d.ts +20 -4
  122. package/lib/types/controllers/render-controllers/header-resize.render-controller.d.ts +20 -4
  123. package/lib/types/controllers/render-controllers/header-unhide.render-controller.d.ts +18 -2
  124. package/lib/types/controllers/render-controllers/mobile/mobile-contextmenu.render-controller.d.ts +43 -6
  125. package/lib/types/controllers/render-controllers/mobile/mobile-header-resize.render-controller.d.ts +18 -2
  126. package/lib/types/controllers/render-controllers/mobile/mobile-scroll.render-controller.d.ts +19 -2
  127. package/lib/types/controllers/render-controllers/scroll.render-controller.d.ts +19 -2
  128. package/lib/types/controllers/render-controllers/sheet.render-controller.d.ts +19 -3
  129. package/lib/types/controllers/render-controllers/skeleton.render-controller.d.ts +19 -2
  130. package/lib/types/controllers/render-controllers/zoom.render-controller.d.ts +18 -2
  131. package/lib/types/controllers/sheet-ui.controller.d.ts +15 -0
  132. package/lib/types/controllers/shortcuts/copy-fill.shortcut.d.ts +18 -0
  133. package/lib/types/controllers/shortcuts/editor.shortcut.d.ts +17 -1
  134. package/lib/types/controllers/shortcuts/operation.shortcut.d.ts +16 -1
  135. package/lib/types/controllers/shortcuts/selection.shortcut.d.ts +17 -2
  136. package/lib/types/controllers/shortcuts/style.shortcut.d.ts +16 -1
  137. package/lib/types/controllers/shortcuts/utils.d.ts +16 -1
  138. package/lib/types/controllers/shortcuts/value.shortcut.d.ts +16 -1
  139. package/lib/types/controllers/shortcuts/view.shortcut.d.ts +16 -1
  140. package/lib/types/controllers/status-bar.controller.d.ts +21 -4
  141. package/lib/types/controllers/utils/char-tools.d.ts +16 -1
  142. package/lib/types/controllers/utils/component-tools.d.ts +18 -2
  143. package/lib/types/controllers/utils/range-tools.d.ts +17 -2
  144. package/lib/types/controllers/utils/selections-tools.d.ts +19 -3
  145. package/lib/types/facade/f-enum.d.ts +15 -0
  146. package/lib/types/facade/f-event.d.ts +22 -7
  147. package/lib/types/facade/f-permission.d.ts +15 -0
  148. package/lib/types/facade/f-range.d.ts +21 -4
  149. package/lib/types/facade/f-sheet-hooks.d.ts +18 -2
  150. package/lib/types/facade/f-univer.d.ts +18 -3
  151. package/lib/types/facade/f-workbook.d.ts +20 -5
  152. package/lib/types/facade/f-worksheet.d.ts +22 -5
  153. package/lib/types/hooks/use-highlight-range.d.ts +16 -1
  154. package/lib/types/index.d.ts +1 -0
  155. package/lib/types/locale/ca-ES.d.ts +16 -1
  156. package/lib/types/locale/es-ES.d.ts +16 -1
  157. package/lib/types/locale/fa-IR.d.ts +16 -1
  158. package/lib/types/locale/fr-FR.d.ts +16 -1
  159. package/lib/types/locale/ja-JP.d.ts +16 -1
  160. package/lib/types/locale/ko-KR.d.ts +16 -1
  161. package/lib/types/locale/ru-RU.d.ts +16 -1
  162. package/lib/types/locale/sk-SK.d.ts +16 -1
  163. package/lib/types/locale/vi-VN.d.ts +16 -1
  164. package/lib/types/locale/zh-CN.d.ts +16 -1
  165. package/lib/types/locale/zh-TW.d.ts +16 -1
  166. package/lib/types/menu/border.menu.d.ts +18 -3
  167. package/lib/types/menu/clear.menu.d.ts +17 -2
  168. package/lib/types/menu/delete.menu.d.ts +17 -2
  169. package/lib/types/menu/font.menu.d.ts +18 -2
  170. package/lib/types/menu/frozen.menu.d.ts +17 -2
  171. package/lib/types/menu/gridlines.menu.d.ts +17 -2
  172. package/lib/types/menu/header-menu-shape.d.ts +17 -1
  173. package/lib/types/menu/insert.menu.d.ts +17 -2
  174. package/lib/types/menu/menu-util.d.ts +18 -2
  175. package/lib/types/menu/menu.d.ts +18 -2
  176. package/lib/types/menu/merge.menu.d.ts +17 -2
  177. package/lib/types/menu/mobile-menu.d.ts +16 -2
  178. package/lib/types/menu/permission-menu-util.d.ts +25 -10
  179. package/lib/types/menu/permission.menu.d.ts +17 -2
  180. package/lib/types/menu/schema.d.ts +16 -1
  181. package/lib/types/menu/sheet.menu.d.ts +17 -2
  182. package/lib/types/menu/text-to-number.menu.d.ts +17 -2
  183. package/lib/types/menu/utils.d.ts +17 -2
  184. package/lib/types/mobile-plugin.d.ts +16 -1
  185. package/lib/types/plugin.d.ts +16 -1
  186. package/lib/types/services/auto-height.service.d.ts +19 -3
  187. package/lib/types/services/canvas-pop-manager.service.d.ts +23 -4
  188. package/lib/types/services/cell-alert-manager.service.d.ts +19 -3
  189. package/lib/types/services/cell-dropdown-manager.service.d.ts +20 -4
  190. package/lib/types/services/cell-popup-manager.service.d.ts +21 -4
  191. package/lib/types/services/clipboard/clipboard.service.d.ts +22 -5
  192. package/lib/types/services/clipboard/clone.d.ts +17 -2
  193. package/lib/types/services/clipboard/copy-content-cache.d.ts +19 -4
  194. package/lib/types/services/clipboard/html-to-usm/converter.d.ts +19 -4
  195. package/lib/types/services/clipboard/html-to-usm/parse-node-style.d.ts +16 -1
  196. package/lib/types/services/clipboard/html-to-usm/paste-plugins/plugin-lark.d.ts +16 -1
  197. package/lib/types/services/clipboard/html-to-usm/paste-plugins/plugin-univer.d.ts +16 -1
  198. package/lib/types/services/clipboard/html-to-usm/paste-plugins/plugin-word.d.ts +16 -1
  199. package/lib/types/services/clipboard/html-to-usm/paste-plugins/type.d.ts +16 -1
  200. package/lib/types/services/clipboard/html-to-usm/utils.d.ts +22 -7
  201. package/lib/types/services/clipboard/type.d.ts +25 -3
  202. package/lib/types/services/clipboard/usm-to-html/convertor.d.ts +18 -3
  203. package/lib/types/services/clipboard/utils.d.ts +17 -2
  204. package/lib/types/services/drag-manager.service.d.ts +22 -5
  205. package/lib/types/services/editor/cell-editor-manager.service.d.ts +18 -3
  206. package/lib/types/services/editor/cell-editor-resize.service.d.ts +15 -0
  207. package/lib/types/services/editor/formula-editor-manager.service.d.ts +18 -3
  208. package/lib/types/services/editor-bridge.service.d.ts +23 -5
  209. package/lib/types/services/format-painter/format-painter.service.d.ts +19 -3
  210. package/lib/types/services/hover-manager.service.d.ts +39 -22
  211. package/lib/types/services/mark-selection/mark-selection.service.d.ts +17 -2
  212. package/lib/types/services/permission/sheet-permission-panel.model.d.ts +17 -2
  213. package/lib/types/services/permission/sheet-permission-render-manager.service.d.ts +16 -1
  214. package/lib/types/services/permission/sheet-permission-user-list.service.d.ts +18 -3
  215. package/lib/types/services/print-interceptor.service.d.ts +21 -5
  216. package/lib/types/services/scroll-manager.service.d.ts +18 -3
  217. package/lib/types/services/select-all/select-all.service.d.ts +17 -1
  218. package/lib/types/services/selection/base-selection-render.service.d.ts +26 -8
  219. package/lib/types/services/selection/const.d.ts +20 -5
  220. package/lib/types/services/selection/mobile-selection-render.service.d.ts +22 -3
  221. package/lib/types/services/selection/mobile-selection-shape.d.ts +20 -3
  222. package/lib/types/services/selection/selection-control.d.ts +24 -6
  223. package/lib/types/services/selection/selection-layer.d.ts +17 -1
  224. package/lib/types/services/selection/selection-render-model.d.ts +18 -2
  225. package/lib/types/services/selection/selection-render.service.d.ts +19 -2
  226. package/lib/types/services/selection/selection-shape-extension.d.ts +18 -3
  227. package/lib/types/services/selection/util.d.ts +18 -3
  228. package/lib/types/services/sheet-bar/sheet-bar.service.d.ts +20 -4
  229. package/lib/types/services/sheet-skeleton-manager.service.d.ts +21 -4
  230. package/lib/types/services/sheets-render.service.d.ts +17 -1
  231. package/lib/types/services/shortcut-experience.service.d.ts +18 -2
  232. package/lib/types/services/status-bar.service.d.ts +19 -4
  233. package/lib/types/services/utils/doc-skeleton-util.d.ts +18 -3
  234. package/lib/types/services/utils/drawing-position-util.d.ts +18 -3
  235. package/lib/types/services/utils/selection-util.d.ts +17 -2
  236. package/lib/types/views/auto-fill-popup-menu/AutoFillPopupMenu.d.ts +15 -0
  237. package/lib/types/views/cell-alert/CellAlertPopup.d.ts +16 -1
  238. package/lib/types/views/cell-popup/index.d.ts +17 -2
  239. package/lib/types/views/defined-name/DefinedNameInput.d.ts +16 -1
  240. package/lib/types/views/dropdown/cascader-dropdown/index.d.ts +18 -3
  241. package/lib/types/views/dropdown/color-dropdown/index.d.ts +17 -2
  242. package/lib/types/views/dropdown/date-dropdown/index.d.ts +17 -2
  243. package/lib/types/views/dropdown/index.d.ts +23 -4
  244. package/lib/types/views/dropdown/list-dropdown/index.d.ts +17 -2
  245. package/lib/types/views/dropdown/type.d.ts +16 -1
  246. package/lib/types/views/editor-container/hooks.d.ts +16 -1
  247. package/lib/types/views/header-resize-shape.d.ts +17 -1
  248. package/lib/types/views/header-unhide-shape.d.ts +17 -1
  249. package/lib/types/views/permission/extensions/range-protection.render.d.ts +19 -3
  250. package/lib/types/views/permission/extensions/worksheet-permission.render.d.ts +18 -2
  251. package/lib/types/views/permission/panel/index.d.ts +16 -1
  252. package/lib/types/views/permission/panel-detail/PermissionDetailFooterPart.d.ts +17 -2
  253. package/lib/types/views/permission/panel-detail/PermissionDetailMainPart.d.ts +16 -1
  254. package/lib/types/views/permission/panel-detail/PermissionDetailPanel.d.ts +16 -1
  255. package/lib/types/views/permission/panel-detail/PermissionDetailUserPart.d.ts +15 -0
  256. package/lib/types/views/permission/spin/index.d.ts +16 -1
  257. package/lib/types/views/permission/util.d.ts +17 -2
  258. package/lib/types/views/sheet-bar/sheet-bar-button/SheetBarButton.d.ts +16 -1
  259. package/lib/types/views/sheet-bar/sheet-bar-menu/SheetBarMenu.d.ts +16 -1
  260. package/lib/types/views/sheet-bar/sheet-bar-tabs/SheetBarItem.d.ts +17 -2
  261. package/lib/types/views/sheet-bar/sheet-bar-tabs/SheetBarTabsContextMenu.d.ts +17 -2
  262. package/lib/types/views/sheet-bar/sheet-bar-tabs/utils/slide-tab-bar.d.ts +15 -0
  263. package/lib/types/views/status-bar/CopyableStatisticItem.d.ts +17 -2
  264. package/lib/umd/facade.js +1 -1
  265. package/lib/umd/index.js +288 -20
  266. package/lib/umd/locale/ca-ES.js +1 -1
  267. package/lib/umd/locale/en-US.js +1 -1
  268. package/lib/umd/locale/es-ES.js +1 -1
  269. package/lib/umd/locale/fa-IR.js +1 -1
  270. package/lib/umd/locale/fr-FR.js +1 -1
  271. package/lib/umd/locale/ja-JP.js +1 -1
  272. package/lib/umd/locale/ko-KR.js +1 -1
  273. package/lib/umd/locale/ru-RU.js +1 -1
  274. package/lib/umd/locale/sk-SK.js +1 -1
  275. package/lib/umd/locale/vi-VN.js +1 -1
  276. package/lib/umd/locale/zh-CN.js +1 -1
  277. package/lib/umd/locale/zh-TW.js +1 -1
  278. package/package.json +16 -15
package/lib/index.css CHANGED
@@ -1 +1,1215 @@
1
- .univer-pointer-events-none{pointer-events:none}.univer-absolute{position:absolute}.univer-relative{position:relative}.univer-inset-0{top:0;right:0;bottom:0;left:0}.-univer-bottom-0\.5{bottom:-.125rem}.-univer-left-0\.5{left:-.125rem}.-univer-right-0\.5{right:-.125rem}.-univer-top-0\.5{top:-.125rem}.univer-left-0{left:0}.univer-left-1{left:.25rem}.univer-left-3{left:.75rem}.univer-right-0{right:0}.univer-right-5{right:1.25rem}.univer-top-0{top:0}.univer-top-0\.5{top:.125rem}.univer-top-1\/2{top:50%}.univer-z-10{z-index:10}.univer-z-\[1001\]{z-index:1001}.univer-z-\[100\]{z-index:100}.univer-m-0{margin:0}.univer-mx-1{margin-left:.25rem;margin-right:.25rem}.univer-my-1{margin-top:.25rem;margin-bottom:.25rem}.univer-my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.univer-my-2{margin-top:.5rem;margin-bottom:.5rem}.univer-mb-1\.5{margin-bottom:.375rem}.univer-mb-2{margin-bottom:.5rem}.univer-mb-3{margin-bottom:.75rem}.univer-mb-4{margin-bottom:1rem}.univer-ml-1{margin-left:.25rem}.univer-ml-1\.5{margin-left:.375rem}.univer-ml-3{margin-left:.75rem}.univer-ml-6{margin-left:1.5rem}.univer-ml-px{margin-left:1px}.univer-mr-1\.5{margin-right:.375rem}.univer-mr-2{margin-right:.5rem}.univer-mr-5{margin-right:1.25rem}.univer-mt-1{margin-top:.25rem}.univer-mt-2{margin-top:.5rem}.univer-mt-3{margin-top:.75rem}.univer-mt-4{margin-top:1rem}.univer-mt-auto{margin-top:auto}.univer-box-border{box-sizing:border-box}.univer-block{display:block}.univer-flex{display:flex}.univer-inline-flex{display:inline-flex}.univer-grid{display:grid}.univer-hidden{display:none}.univer-size-0{width:0px;height:0px}.univer-size-10{width:2.5rem;height:2.5rem}.univer-size-4{width:1rem;height:1rem}.univer-size-6{width:1.5rem;height:1.5rem}.univer-size-full{width:100%;height:100%}.univer-h-0\.5{height:.125rem}.univer-h-1{height:.25rem}.univer-h-10{height:2.5rem}.univer-h-20{height:5rem}.univer-h-4{height:1rem}.univer-h-5{height:1.25rem}.univer-h-6{height:1.5rem}.univer-h-60{height:15rem}.univer-h-7{height:1.75rem}.univer-h-8{height:2rem}.univer-h-9{height:2.25rem}.univer-h-\[270px\]{height:270px}.univer-h-\[30px\]{height:30px}.univer-h-\[calc\(100\%-16px\)\]{height:calc(100% - 16px)}.univer-h-\[calc\(100\%-8px\)\]{height:calc(100% - 8px)}.univer-h-full{height:100%}.univer-h-px{height:1px}.univer-max-h-52{max-height:13rem}.univer-max-h-\[100px\]{max-height:100px}.univer-max-h-\[360px\]{max-height:360px}.\!univer-w-\[90px\]{width:90px!important}.univer-w-16{width:4rem}.univer-w-20{width:5rem}.univer-w-24{width:6rem}.univer-w-5{width:1.25rem}.univer-w-6{width:1.5rem}.univer-w-60{width:15rem}.univer-w-\[100px\]{width:100px}.univer-w-\[130px\]{width:130px}.univer-w-\[156px\]{width:156px}.univer-w-\[300px\]{width:300px}.univer-w-\[50\%\]{width:50%}.univer-w-fit{width:-moz-fit-content;width:fit-content}.univer-w-full{width:100%}.univer-min-w-0{min-width:0px}.univer-max-w-32{max-width:8rem}.univer-max-w-36{max-width:9rem}.univer-max-w-64{max-width:16rem}.univer-max-w-\[190px\]{max-width:190px}.univer-max-w-\[200px\]{max-width:200px}.univer-max-w-\[calc\(100\%-112px\)\]{max-width:calc(100% - 112px)}.univer-max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.univer-max-w-lg{max-width:32rem}.univer-flex-1{flex:1 1 0%}.univer-flex-shrink-0,.univer-shrink-0{flex-shrink:0}.univer-flex-grow{flex-grow:1}.univer-flex-grow-0{flex-grow:0}.-univer-translate-y-1\/2{--univer-tw-translate-y: -50%;transform:translate(var(--univer-tw-translate-x),-50%) 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));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))}.univer-rotate-180{--univer-tw-rotate: 180deg;transform:translate(var(--univer-tw-translate-x),var(--univer-tw-translate-y)) rotate(180deg) skew(var(--univer-tw-skew-x)) skewY(var(--univer-tw-skew-y)) scaleX(var(--univer-tw-scale-x)) scaleY(var(--univer-tw-scale-y));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))}@keyframes univer-spin{to{transform:rotate(360deg)}}.univer-animate-spin{animation:univer-spin 1s linear infinite}.univer-cursor-default{cursor:default}.univer-cursor-not-allowed{cursor:not-allowed}.univer-cursor-pointer{cursor:pointer}.univer-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.univer-list-none{list-style-type:none}.univer-appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.univer-grid-flow-col{grid-auto-flow:column}.univer-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.univer-grid-cols-\[1fr\,auto\,auto\,auto\]{grid-template-columns:1fr auto auto auto}.univer-flex-row{flex-direction:row}.univer-flex-row-reverse{flex-direction:row-reverse}.univer-flex-col{flex-direction:column}.univer-flex-nowrap{flex-wrap:nowrap}.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-2{gap:.5rem}.univer-gap-7{gap:1.75rem}.univer-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.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-divide-x-0>:not([hidden])~:not([hidden]){--univer-tw-divide-x-reverse: 0;border-right-width:0px;border-right-width:calc(0px * var(--univer-tw-divide-x-reverse));border-left-width:calc(0px * (1 - var(--univer-tw-divide-x-reverse)));border-left-width:0px;border-left-width:calc(0px * calc(1 - var(--univer-tw-divide-x-reverse)))}.univer-divide-y>:not([hidden])~:not([hidden]){--univer-tw-divide-y-reverse: 0;border-top-width:calc(1px * (1 - var(--univer-tw-divide-y-reverse)));border-top-width:1px;border-top-width:calc(1px * calc(1 - var(--univer-tw-divide-y-reverse)));border-bottom-width:0px;border-bottom-width:calc(1px * var(--univer-tw-divide-y-reverse))}.univer-divide-solid>:not([hidden])~:not([hidden]){border-style:solid}.univer-divide-gray-200>:not([hidden])~:not([hidden]){border-color:var(--univer-gray-200)}.univer-justify-self-center{justify-self:center}.univer-overflow-hidden{overflow:hidden}.univer-overflow-x-auto{overflow-x:auto}.univer-overflow-y-auto{overflow-y:auto}.univer-overflow-y-hidden{overflow-y:hidden}.univer-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.univer-whitespace-nowrap{white-space:nowrap}.univer-break-words{word-wrap:break-word}.univer-rounded{border-radius:.25rem}.univer-rounded-full{border-radius:9999px}.univer-rounded-lg{border-radius:.5rem}.univer-rounded-md{border-radius:.375rem}.univer-rounded-sm{border-radius:.125rem}.univer-border{border-width:1px}.univer-border-2{border-width:2px}.univer-border-4{border-width:4px}.univer-border-b{border-bottom-width:1px}.univer-border-solid{border-style:solid}.univer-border-none{border-style:none}.univer-border-\[rgba\(13\,13\,13\,0\.12\)\]{border-color:#0d0d0d1f}.univer-border-gray-100{border-color:var(--univer-gray-100)}.univer-border-gray-200{border-color:var(--univer-gray-200)}.univer-border-transparent{border-color:transparent}.univer-border-r-gray-200{border-right-color:var(--univer-gray-200)}.univer-border-t-primary-500{border-top-color:var(--univer-primary-500)}.\!univer-bg-gray-600{background-color:var(--univer-gray-600)!important}.\!univer-bg-gray-700{background-color:var(--univer-gray-700)!important}.\!univer-bg-gray-800{background-color:var(--univer-gray-800)!important}.\!univer-bg-gray-900{background-color:var(--univer-gray-900)!important}.univer-bg-blue-500{background-color:var(--univer-blue-500)}.univer-bg-blue-600{background-color:var(--univer-blue-600)}.univer-bg-gray-100{background-color:var(--univer-gray-100)}.univer-bg-gray-200{background-color:var(--univer-gray-200)}.univer-bg-transparent{background-color:transparent}.univer-bg-white{background-color:var(--univer-white)}.univer-bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--univer-tw-gradient-stops))}.univer-from-gray-50{--univer-tw-gradient-from: var(--univer-gray-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-gray-100{--univer-tw-gradient-to: var(--univer-gray-100) var(--univer-tw-gradient-to-position) }.univer-fill-gray-900{fill:var(--univer-gray-900)}.univer-fill-primary-600{fill:var(--univer-primary-600)}.univer-p-0{padding:0}.univer-p-1{padding:.25rem}.univer-p-1\.5{padding:.375rem}.univer-p-2{padding:.5rem}.univer-p-3{padding:.75rem}.univer-p-4{padding:1rem}.univer-px-1{padding-left:.25rem;padding-right:.25rem}.univer-px-1\.5{padding-left:.375rem;padding-right:.375rem}.univer-px-2{padding-left:.5rem;padding-right:.5rem}.univer-px-3\.5{padding-left:.875rem;padding-right:.875rem}.univer-px-5{padding-left:1.25rem;padding-right:1.25rem}.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-5{padding-top:1.25rem;padding-bottom:1.25rem}.univer-pb-1{padding-bottom:.25rem}.univer-pl-1\.5{padding-left:.375rem}.univer-pl-3{padding-left:.75rem}.univer-pl-6{padding-left:1.5rem}.univer-pr-5{padding-right:1.25rem}.univer-pt-1{padding-top:.25rem}.univer-pt-2{padding-top:.5rem}.univer-text-center{text-align:center}.univer-text-base{font-size:1rem;line-height:1.5rem}.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-font-semibold{font-weight:600}.univer-leading-5{line-height:1.25rem}.univer-leading-6{line-height:1.5rem}.univer-leading-7{line-height:1.75rem}.\!univer-text-blue-400{color:var(--univer-blue-400)!important}.\!univer-text-gray-700{color:var(--univer-gray-700)!important}.\!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-gray-200{color:var(--univer-gray-200)}.univer-text-gray-300{color:var(--univer-gray-300)}.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-900{color:var(--univer-gray-900)}.univer-text-green-600{color:var(--univer-green-600)}.univer-text-primary-500{color:var(--univer-primary-500)}.univer-text-primary-600{color:var(--univer-primary-600)}.univer-text-primary-700{color:var(--univer-primary-700)}.univer-text-red-500{color:var(--univer-red-500)}.univer-text-red-600{color:var(--univer-red-600)}.univer-text-white{color:var(--univer-white)}.univer-text-yellow-500{color:var(--univer-yellow-500)}.univer-shadow{--univer-tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);--univer-tw-shadow-colored: 0 1px 3px 0 var(--univer-tw-shadow-color), 0 1px 2px -1px var(--univer-tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,0 1px 3px #0000001a,0 1px 2px -1px #0000001a;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-shadow-lg{--univer-tw-shadow: 0px 4px 6px 0px rgba(30, 40, 77, .05), 0px 10px 15px -3px rgba(30, 40, 77, .1);--univer-tw-shadow-colored: 0px 4px 6px 0px var(--univer-tw-shadow-color), 0px 10px 15px -3px var(--univer-tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,0 4px 6px #1e284d0d,0 10px 15px -3px #1e284d1a;box-shadow:var(--univer-tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)),var(--univer-tw-ring-shadow, 0 0 rgba(0,0,0,0)),var(--univer-tw-shadow)}.univer-outline-none{outline:2px solid transparent;outline-offset:2px}.univer-blur-sm{--univer-tw-blur: blur(4px);filter:blur(4px) var(--univer-tw-brightness) var(--univer-tw-contrast) var(--univer-tw-grayscale) var(--univer-tw-hue-rotate) var(--univer-tw-invert) var(--univer-tw-saturate) var(--univer-tw-sepia) var(--univer-tw-drop-shadow);filter:var(--univer-tw-blur) var(--univer-tw-brightness) var(--univer-tw-contrast) var(--univer-tw-grayscale) var(--univer-tw-hue-rotate) var(--univer-tw-invert) var(--univer-tw-saturate) var(--univer-tw-sepia) var(--univer-tw-drop-shadow)}.univer-backdrop-blur{--univer-tw-backdrop-blur: blur(8px);backdrop-filter:blur(8px) 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);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)}.univer-transition-\[colors\,box-shadow\]{transition-property:colors,box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.univer-transition-\[height\]{transition-property:height;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.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-duration-200{transition-duration:.2s}.univer-ease-linear{transition-timing-function:linear}.after\:univer-absolute:after{content:var(--univer-tw-content);position:absolute}.after\:univer-right-0:after{content:var(--univer-tw-content);right:0}.after\:univer-top-1\/2:after{content:var(--univer-tw-content);top:50%}.after\:univer-block:after{content:var(--univer-tw-content);display:block}.after\:univer-h-4:after{content:var(--univer-tw-content);height:1rem}.after\:univer-w-px:after{content:var(--univer-tw-content);width:1px}.after\:-univer-translate-y-1\/2:after{content:var(--univer-tw-content);--univer-tw-translate-y: -50%;transform:translate(var(--univer-tw-translate-x),-50%) 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));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))}.after\:univer-bg-gray-200:after{content:var(--univer-tw-content);background-color:var(--univer-gray-200)}.after\:univer-content-\[\"\"\]:after{--univer-tw-content: "";content:"";content:var(--univer-tw-content)}.last\:univer-mb-0:last-child{margin-bottom:0}.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)}.hover\:univer-bg-gray-50:hover{background-color:var(--univer-gray-50)}.hover\:univer-bg-transparent:hover{background-color:transparent}.focus\:univer-border-primary-500:focus{border-color:var(--univer-primary-500)}.focus\:univer-outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus-visible\:univer-ring-2:focus-visible{--univer-tw-ring-offset-shadow: var(--univer-tw-ring-inset) 0 0 0 var(--univer-tw-ring-offset-width) var(--univer-tw-ring-offset-color);--univer-tw-ring-shadow: var(--univer-tw-ring-inset) 0 0 0 calc(2px + var(--univer-tw-ring-offset-width)) var(--univer-tw-ring-color);box-shadow:var(--univer-tw-ring-offset-shadow),var(--univer-tw-ring-shadow),0 0 #0000;box-shadow:var(--univer-tw-ring-offset-shadow),var(--univer-tw-ring-shadow),var(--univer-tw-shadow, 0 0 rgba(0,0,0,0))}.focus-visible\:univer-ring-primary-500:focus-visible{--univer-tw-ring-color: var(--univer-primary-500) }.active\:univer-bg-gray-100:active{background-color:var(--univer-gray-100)}.dark\:\!univer-divide-gray-600:where(.univer-dark,.univer-dark *)>:not([hidden])~:not([hidden]){border-color:var(--univer-gray-600)!important}.dark\:\!univer-border-gray-700:where(.univer-dark,.univer-dark *){border-color:var(--univer-gray-700)!important}.dark\:\!univer-border-r-gray-700:where(.univer-dark,.univer-dark *){border-right-color:var(--univer-gray-700)!important}.dark\:\!univer-bg-black:where(.univer-dark,.univer-dark *){background-color:var(--univer-black)!important}.dark\:\!univer-bg-blue-400:where(.univer-dark,.univer-dark *){background-color:var(--univer-blue-400)!important}.dark\:\!univer-bg-gray-600:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-600)!important}.dark\:\!univer-bg-gray-700:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-700)!important}.dark\:\!univer-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-from-gray-800:where(.univer-dark,.univer-dark *){--univer-tw-gradient-from: var(--univer-gray-800) var(--univer-tw-gradient-from-position) !important;--univer-tw-gradient-to: rgba(255, 255, 255, 0) var(--univer-tw-gradient-to-position) !important;--univer-tw-gradient-stops: var(--univer-tw-gradient-from), var(--univer-tw-gradient-to) !important}.dark\:\!univer-to-gray-900:where(.univer-dark,.univer-dark *){--univer-tw-gradient-to: var(--univer-gray-900) var(--univer-tw-gradient-to-position) !important}.dark\:\!univer-fill-white:where(.univer-dark,.univer-dark *){fill:var(--univer-white)!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-700:where(.univer-dark,.univer-dark *){color:var(--univer-gray-700)!important}.dark\:\!univer-text-green-400:where(.univer-dark,.univer-dark *){color:var(--univer-green-400)!important}.dark\:\!univer-text-red-400:where(.univer-dark,.univer-dark *){color:var(--univer-red-400)!important}.dark\:\!univer-text-white:where(.univer-dark,.univer-dark *){color:var(--univer-white)!important}.dark\:hover\:\!univer-bg-gray-600:hover:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-600)!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}.\[\&\>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 }.\[\&_canvas\]\:univer-absolute canvas{position:absolute}
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-inset-0 {
14
+ top: 0;
15
+ bottom: 0;
16
+ left: 0;
17
+ right: 0;
18
+ }
19
+
20
+ .-univer-bottom-0\.5 {
21
+ bottom: -.125rem;
22
+ }
23
+
24
+ .-univer-left-0\.5 {
25
+ left: -.125rem;
26
+ }
27
+
28
+ .-univer-right-0\.5 {
29
+ right: -.125rem;
30
+ }
31
+
32
+ .-univer-top-0\.5 {
33
+ top: -.125rem;
34
+ }
35
+
36
+ .univer-left-0 {
37
+ left: 0;
38
+ }
39
+
40
+ .univer-left-1 {
41
+ left: .25rem;
42
+ }
43
+
44
+ .univer-left-3 {
45
+ left: .75rem;
46
+ }
47
+
48
+ .univer-right-0 {
49
+ right: 0;
50
+ }
51
+
52
+ .univer-right-5 {
53
+ right: 1.25rem;
54
+ }
55
+
56
+ .univer-top-0 {
57
+ top: 0;
58
+ }
59
+
60
+ .univer-top-0\.5 {
61
+ top: .125rem;
62
+ }
63
+
64
+ .univer-top-1\/2 {
65
+ top: 50%;
66
+ }
67
+
68
+ .univer-z-10 {
69
+ z-index: 10;
70
+ }
71
+
72
+ .univer-z-\[1001\] {
73
+ z-index: 1001;
74
+ }
75
+
76
+ .univer-z-\[100\] {
77
+ z-index: 100;
78
+ }
79
+
80
+ .univer-m-0 {
81
+ margin: 0;
82
+ }
83
+
84
+ .univer-mx-1 {
85
+ margin-left: .25rem;
86
+ margin-right: .25rem;
87
+ }
88
+
89
+ .univer-my-1 {
90
+ margin-top: .25rem;
91
+ margin-bottom: .25rem;
92
+ }
93
+
94
+ .univer-my-1\.5 {
95
+ margin-top: .375rem;
96
+ margin-bottom: .375rem;
97
+ }
98
+
99
+ .univer-my-2 {
100
+ margin-top: .5rem;
101
+ margin-bottom: .5rem;
102
+ }
103
+
104
+ .univer-mb-1\.5 {
105
+ margin-bottom: .375rem;
106
+ }
107
+
108
+ .univer-mb-2 {
109
+ margin-bottom: .5rem;
110
+ }
111
+
112
+ .univer-mb-3 {
113
+ margin-bottom: .75rem;
114
+ }
115
+
116
+ .univer-mb-4 {
117
+ margin-bottom: 1rem;
118
+ }
119
+
120
+ .univer-ml-1 {
121
+ margin-left: .25rem;
122
+ }
123
+
124
+ .univer-ml-1\.5 {
125
+ margin-left: .375rem;
126
+ }
127
+
128
+ .univer-ml-3 {
129
+ margin-left: .75rem;
130
+ }
131
+
132
+ .univer-ml-6 {
133
+ margin-left: 1.5rem;
134
+ }
135
+
136
+ .univer-ml-px {
137
+ margin-left: 1px;
138
+ }
139
+
140
+ .univer-mr-1\.5 {
141
+ margin-right: .375rem;
142
+ }
143
+
144
+ .univer-mr-2 {
145
+ margin-right: .5rem;
146
+ }
147
+
148
+ .univer-mr-5 {
149
+ margin-right: 1.25rem;
150
+ }
151
+
152
+ .univer-mt-1 {
153
+ margin-top: .25rem;
154
+ }
155
+
156
+ .univer-mt-2 {
157
+ margin-top: .5rem;
158
+ }
159
+
160
+ .univer-mt-3 {
161
+ margin-top: .75rem;
162
+ }
163
+
164
+ .univer-mt-4 {
165
+ margin-top: 1rem;
166
+ }
167
+
168
+ .univer-mt-auto {
169
+ margin-top: auto;
170
+ }
171
+
172
+ .univer-box-border {
173
+ box-sizing: border-box;
174
+ }
175
+
176
+ .univer-block {
177
+ display: block;
178
+ }
179
+
180
+ .univer-flex {
181
+ display: flex;
182
+ }
183
+
184
+ .univer-inline-flex {
185
+ display: inline-flex;
186
+ }
187
+
188
+ .univer-grid {
189
+ display: grid;
190
+ }
191
+
192
+ .univer-hidden {
193
+ display: none;
194
+ }
195
+
196
+ .univer-size-0 {
197
+ width: 0;
198
+ height: 0;
199
+ }
200
+
201
+ .univer-size-10 {
202
+ width: 2.5rem;
203
+ height: 2.5rem;
204
+ }
205
+
206
+ .univer-size-4 {
207
+ width: 1rem;
208
+ height: 1rem;
209
+ }
210
+
211
+ .univer-size-6 {
212
+ width: 1.5rem;
213
+ height: 1.5rem;
214
+ }
215
+
216
+ .univer-size-full {
217
+ width: 100%;
218
+ height: 100%;
219
+ }
220
+
221
+ .univer-h-0\.5 {
222
+ height: .125rem;
223
+ }
224
+
225
+ .univer-h-1 {
226
+ height: .25rem;
227
+ }
228
+
229
+ .univer-h-10 {
230
+ height: 2.5rem;
231
+ }
232
+
233
+ .univer-h-20 {
234
+ height: 5rem;
235
+ }
236
+
237
+ .univer-h-4 {
238
+ height: 1rem;
239
+ }
240
+
241
+ .univer-h-5 {
242
+ height: 1.25rem;
243
+ }
244
+
245
+ .univer-h-6 {
246
+ height: 1.5rem;
247
+ }
248
+
249
+ .univer-h-60 {
250
+ height: 15rem;
251
+ }
252
+
253
+ .univer-h-7 {
254
+ height: 1.75rem;
255
+ }
256
+
257
+ .univer-h-8 {
258
+ height: 2rem;
259
+ }
260
+
261
+ .univer-h-9 {
262
+ height: 2.25rem;
263
+ }
264
+
265
+ .univer-h-\[270px\] {
266
+ height: 270px;
267
+ }
268
+
269
+ .univer-h-\[30px\] {
270
+ height: 30px;
271
+ }
272
+
273
+ .univer-h-\[calc\(100\%-16px\)\] {
274
+ height: calc(100% - 16px);
275
+ }
276
+
277
+ .univer-h-\[calc\(100\%-8px\)\] {
278
+ height: calc(100% - 8px);
279
+ }
280
+
281
+ .univer-h-full {
282
+ height: 100%;
283
+ }
284
+
285
+ .univer-h-px {
286
+ height: 1px;
287
+ }
288
+
289
+ .univer-max-h-52 {
290
+ max-height: 13rem;
291
+ }
292
+
293
+ .univer-max-h-\[100px\] {
294
+ max-height: 100px;
295
+ }
296
+
297
+ .univer-max-h-\[360px\] {
298
+ max-height: 360px;
299
+ }
300
+
301
+ .\!univer-w-\[90px\] {
302
+ width: 90px !important;
303
+ }
304
+
305
+ .univer-w-16 {
306
+ width: 4rem;
307
+ }
308
+
309
+ .univer-w-20 {
310
+ width: 5rem;
311
+ }
312
+
313
+ .univer-w-24 {
314
+ width: 6rem;
315
+ }
316
+
317
+ .univer-w-5 {
318
+ width: 1.25rem;
319
+ }
320
+
321
+ .univer-w-6 {
322
+ width: 1.5rem;
323
+ }
324
+
325
+ .univer-w-60 {
326
+ width: 15rem;
327
+ }
328
+
329
+ .univer-w-\[100px\] {
330
+ width: 100px;
331
+ }
332
+
333
+ .univer-w-\[130px\] {
334
+ width: 130px;
335
+ }
336
+
337
+ .univer-w-\[156px\] {
338
+ width: 156px;
339
+ }
340
+
341
+ .univer-w-\[300px\] {
342
+ width: 300px;
343
+ }
344
+
345
+ .univer-w-\[50\%\] {
346
+ width: 50%;
347
+ }
348
+
349
+ .univer-w-fit {
350
+ width: fit-content;
351
+ }
352
+
353
+ .univer-w-full {
354
+ width: 100%;
355
+ }
356
+
357
+ .univer-min-w-0 {
358
+ min-width: 0;
359
+ }
360
+
361
+ .univer-max-w-32 {
362
+ max-width: 8rem;
363
+ }
364
+
365
+ .univer-max-w-36 {
366
+ max-width: 9rem;
367
+ }
368
+
369
+ .univer-max-w-64 {
370
+ max-width: 16rem;
371
+ }
372
+
373
+ .univer-max-w-\[190px\] {
374
+ max-width: 190px;
375
+ }
376
+
377
+ .univer-max-w-\[200px\] {
378
+ max-width: 200px;
379
+ }
380
+
381
+ .univer-max-w-\[calc\(100\%-112px\)\] {
382
+ max-width: calc(100% - 112px);
383
+ }
384
+
385
+ .univer-max-w-fit {
386
+ max-width: fit-content;
387
+ }
388
+
389
+ .univer-max-w-lg {
390
+ max-width: 32rem;
391
+ }
392
+
393
+ .univer-flex-1 {
394
+ flex: 1;
395
+ }
396
+
397
+ .univer-flex-shrink-0, .univer-shrink-0 {
398
+ flex-shrink: 0;
399
+ }
400
+
401
+ .univer-flex-grow {
402
+ flex-grow: 1;
403
+ }
404
+
405
+ .univer-flex-grow-0 {
406
+ flex-grow: 0;
407
+ }
408
+
409
+ .-univer-translate-y-1\/2 {
410
+ --univer-tw-translate-y: -50%;
411
+ 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));
412
+ 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));
413
+ }
414
+
415
+ .univer-rotate-180 {
416
+ --univer-tw-rotate: 180deg;
417
+ 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));
418
+ 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));
419
+ }
420
+
421
+ @keyframes univer-spin {
422
+ to {
423
+ transform: rotate(360deg);
424
+ }
425
+ }
426
+
427
+ .univer-animate-spin {
428
+ animation: 1s linear infinite univer-spin;
429
+ }
430
+
431
+ .univer-cursor-default {
432
+ cursor: default;
433
+ }
434
+
435
+ .univer-cursor-not-allowed {
436
+ cursor: not-allowed;
437
+ }
438
+
439
+ .univer-cursor-pointer {
440
+ cursor: pointer;
441
+ }
442
+
443
+ .univer-select-none {
444
+ user-select: none;
445
+ }
446
+
447
+ .univer-list-none {
448
+ list-style-type: none;
449
+ }
450
+
451
+ .univer-appearance-none {
452
+ -webkit-appearance: none;
453
+ appearance: none;
454
+ }
455
+
456
+ .univer-grid-flow-col {
457
+ grid-auto-flow: column;
458
+ }
459
+
460
+ .univer-grid-cols-5 {
461
+ grid-template-columns: repeat(5, minmax(0, 1fr));
462
+ }
463
+
464
+ .univer-grid-cols-\[1fr\,auto\,auto\,auto\] {
465
+ grid-template-columns: 1fr auto auto auto;
466
+ }
467
+
468
+ .univer-flex-row {
469
+ flex-direction: row;
470
+ }
471
+
472
+ .univer-flex-row-reverse {
473
+ flex-direction: row-reverse;
474
+ }
475
+
476
+ .univer-flex-col {
477
+ flex-direction: column;
478
+ }
479
+
480
+ .univer-flex-nowrap {
481
+ flex-wrap: nowrap;
482
+ }
483
+
484
+ .univer-items-center {
485
+ align-items: center;
486
+ }
487
+
488
+ .univer-justify-end {
489
+ justify-content: flex-end;
490
+ }
491
+
492
+ .univer-justify-center {
493
+ justify-content: center;
494
+ }
495
+
496
+ .univer-justify-between {
497
+ justify-content: space-between;
498
+ }
499
+
500
+ .univer-gap-1 {
501
+ gap: .25rem;
502
+ }
503
+
504
+ .univer-gap-2 {
505
+ gap: .5rem;
506
+ }
507
+
508
+ .univer-gap-7 {
509
+ gap: 1.75rem;
510
+ }
511
+
512
+ .univer-gap-x-2 {
513
+ -moz-column-gap: .5rem;
514
+ column-gap: .5rem;
515
+ }
516
+
517
+ .univer-space-y-2 > :not([hidden]) ~ :not([hidden]) {
518
+ --univer-tw-space-y-reverse: 0;
519
+ margin-top: .5rem;
520
+ margin-top: calc(.5rem * (1 - var(--univer-tw-space-y-reverse)));
521
+ margin-top: .5rem;
522
+ margin-top: calc(.5rem * calc(1 - var(--univer-tw-space-y-reverse)));
523
+ margin-bottom: 0;
524
+ margin-bottom: calc(.5rem * var(--univer-tw-space-y-reverse));
525
+ }
526
+
527
+ .univer-divide-x-0 > :not([hidden]) ~ :not([hidden]) {
528
+ --univer-tw-divide-x-reverse: 0;
529
+ border-right-width: 0;
530
+ border-right-width: calc(0px * var(--univer-tw-divide-x-reverse));
531
+ border-left-width: 0;
532
+ border-left-width: calc(0px * (1 - var(--univer-tw-divide-x-reverse)));
533
+ border-left-width: 0;
534
+ border-left-width: calc(0px * calc(1 - var(--univer-tw-divide-x-reverse)));
535
+ }
536
+
537
+ .univer-divide-y > :not([hidden]) ~ :not([hidden]) {
538
+ --univer-tw-divide-y-reverse: 0;
539
+ border-top-width: 1px;
540
+ border-top-width: calc(1px * (1 - var(--univer-tw-divide-y-reverse)));
541
+ border-top-width: 1px;
542
+ border-top-width: calc(1px * calc(1 - var(--univer-tw-divide-y-reverse)));
543
+ border-bottom-width: 0;
544
+ border-bottom-width: calc(1px * var(--univer-tw-divide-y-reverse));
545
+ }
546
+
547
+ .univer-divide-solid > :not([hidden]) ~ :not([hidden]) {
548
+ border-style: solid;
549
+ }
550
+
551
+ .univer-divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
552
+ border-color: var(--univer-gray-200);
553
+ }
554
+
555
+ .univer-justify-self-center {
556
+ justify-self: center;
557
+ }
558
+
559
+ .univer-overflow-hidden {
560
+ overflow: hidden;
561
+ }
562
+
563
+ .univer-overflow-x-auto {
564
+ overflow-x: auto;
565
+ }
566
+
567
+ .univer-overflow-y-auto {
568
+ overflow-y: auto;
569
+ }
570
+
571
+ .univer-overflow-y-hidden {
572
+ overflow-y: hidden;
573
+ }
574
+
575
+ .univer-truncate {
576
+ text-overflow: ellipsis;
577
+ white-space: nowrap;
578
+ overflow: hidden;
579
+ }
580
+
581
+ .univer-whitespace-nowrap {
582
+ white-space: nowrap;
583
+ }
584
+
585
+ .univer-break-words {
586
+ word-wrap: break-word;
587
+ }
588
+
589
+ .univer-rounded {
590
+ border-radius: .25rem;
591
+ }
592
+
593
+ .univer-rounded-full {
594
+ border-radius: 9999px;
595
+ }
596
+
597
+ .univer-rounded-lg {
598
+ border-radius: .5rem;
599
+ }
600
+
601
+ .univer-rounded-md {
602
+ border-radius: .375rem;
603
+ }
604
+
605
+ .univer-rounded-sm {
606
+ border-radius: .125rem;
607
+ }
608
+
609
+ .univer-border {
610
+ border-width: 1px;
611
+ }
612
+
613
+ .univer-border-2 {
614
+ border-width: 2px;
615
+ }
616
+
617
+ .univer-border-4 {
618
+ border-width: 4px;
619
+ }
620
+
621
+ .univer-border-b {
622
+ border-bottom-width: 1px;
623
+ }
624
+
625
+ .univer-border-solid {
626
+ border-style: solid;
627
+ }
628
+
629
+ .univer-border-none {
630
+ border-style: none;
631
+ }
632
+
633
+ .univer-border-\[rgba\(13\,13\,13\,0\.12\)\] {
634
+ border-color: #0d0d0d1f;
635
+ }
636
+
637
+ .univer-border-gray-100 {
638
+ border-color: var(--univer-gray-100);
639
+ }
640
+
641
+ .univer-border-gray-200 {
642
+ border-color: var(--univer-gray-200);
643
+ }
644
+
645
+ .univer-border-transparent {
646
+ border-color: #0000;
647
+ }
648
+
649
+ .univer-border-r-gray-200 {
650
+ border-right-color: var(--univer-gray-200);
651
+ }
652
+
653
+ .univer-border-t-primary-500 {
654
+ border-top-color: var(--univer-primary-500);
655
+ }
656
+
657
+ .\!univer-bg-gray-600 {
658
+ background-color: var(--univer-gray-600) !important;
659
+ }
660
+
661
+ .\!univer-bg-gray-700 {
662
+ background-color: var(--univer-gray-700) !important;
663
+ }
664
+
665
+ .\!univer-bg-gray-800 {
666
+ background-color: var(--univer-gray-800) !important;
667
+ }
668
+
669
+ .\!univer-bg-gray-900 {
670
+ background-color: var(--univer-gray-900) !important;
671
+ }
672
+
673
+ .univer-bg-blue-500 {
674
+ background-color: var(--univer-blue-500);
675
+ }
676
+
677
+ .univer-bg-blue-600 {
678
+ background-color: var(--univer-blue-600);
679
+ }
680
+
681
+ .univer-bg-gray-100 {
682
+ background-color: var(--univer-gray-100);
683
+ }
684
+
685
+ .univer-bg-gray-200 {
686
+ background-color: var(--univer-gray-200);
687
+ }
688
+
689
+ .univer-bg-transparent {
690
+ background-color: #0000;
691
+ }
692
+
693
+ .univer-bg-white {
694
+ background-color: var(--univer-white);
695
+ }
696
+
697
+ .univer-bg-gradient-to-b {
698
+ background-image: linear-gradient(to bottom, var(--univer-tw-gradient-stops));
699
+ }
700
+
701
+ .univer-from-gray-50 {
702
+ --univer-tw-gradient-from: var(--univer-gray-50) var(--univer-tw-gradient-from-position);
703
+ --univer-tw-gradient-to: #fff0 var(--univer-tw-gradient-to-position);
704
+ --univer-tw-gradient-stops: var(--univer-tw-gradient-from), var(--univer-tw-gradient-to);
705
+ }
706
+
707
+ .univer-to-gray-100 {
708
+ --univer-tw-gradient-to: var(--univer-gray-100) var(--univer-tw-gradient-to-position);
709
+ }
710
+
711
+ .univer-fill-gray-900 {
712
+ fill: var(--univer-gray-900);
713
+ }
714
+
715
+ .univer-fill-primary-600 {
716
+ fill: var(--univer-primary-600);
717
+ }
718
+
719
+ .univer-p-0 {
720
+ padding: 0;
721
+ }
722
+
723
+ .univer-p-1 {
724
+ padding: .25rem;
725
+ }
726
+
727
+ .univer-p-1\.5 {
728
+ padding: .375rem;
729
+ }
730
+
731
+ .univer-p-2 {
732
+ padding: .5rem;
733
+ }
734
+
735
+ .univer-p-3 {
736
+ padding: .75rem;
737
+ }
738
+
739
+ .univer-p-4 {
740
+ padding: 1rem;
741
+ }
742
+
743
+ .univer-px-1 {
744
+ padding-left: .25rem;
745
+ padding-right: .25rem;
746
+ }
747
+
748
+ .univer-px-1\.5 {
749
+ padding-left: .375rem;
750
+ padding-right: .375rem;
751
+ }
752
+
753
+ .univer-px-2 {
754
+ padding-left: .5rem;
755
+ padding-right: .5rem;
756
+ }
757
+
758
+ .univer-px-3\.5 {
759
+ padding-left: .875rem;
760
+ padding-right: .875rem;
761
+ }
762
+
763
+ .univer-px-5 {
764
+ padding-left: 1.25rem;
765
+ padding-right: 1.25rem;
766
+ }
767
+
768
+ .univer-py-0\.5 {
769
+ padding-top: .125rem;
770
+ padding-bottom: .125rem;
771
+ }
772
+
773
+ .univer-py-1 {
774
+ padding-top: .25rem;
775
+ padding-bottom: .25rem;
776
+ }
777
+
778
+ .univer-py-1\.5 {
779
+ padding-top: .375rem;
780
+ padding-bottom: .375rem;
781
+ }
782
+
783
+ .univer-py-2 {
784
+ padding-top: .5rem;
785
+ padding-bottom: .5rem;
786
+ }
787
+
788
+ .univer-py-3 {
789
+ padding-top: .75rem;
790
+ padding-bottom: .75rem;
791
+ }
792
+
793
+ .univer-py-5 {
794
+ padding-top: 1.25rem;
795
+ padding-bottom: 1.25rem;
796
+ }
797
+
798
+ .univer-pb-1 {
799
+ padding-bottom: .25rem;
800
+ }
801
+
802
+ .univer-pl-1\.5 {
803
+ padding-left: .375rem;
804
+ }
805
+
806
+ .univer-pl-3 {
807
+ padding-left: .75rem;
808
+ }
809
+
810
+ .univer-pl-6 {
811
+ padding-left: 1.5rem;
812
+ }
813
+
814
+ .univer-pr-5 {
815
+ padding-right: 1.25rem;
816
+ }
817
+
818
+ .univer-pt-1 {
819
+ padding-top: .25rem;
820
+ }
821
+
822
+ .univer-pt-2 {
823
+ padding-top: .5rem;
824
+ }
825
+
826
+ .univer-text-center {
827
+ text-align: center;
828
+ }
829
+
830
+ .univer-text-base {
831
+ font-size: 1rem;
832
+ line-height: 1.5rem;
833
+ }
834
+
835
+ .univer-text-sm {
836
+ font-size: .875rem;
837
+ line-height: 1.25rem;
838
+ }
839
+
840
+ .univer-text-xs {
841
+ font-size: .75rem;
842
+ line-height: 1rem;
843
+ }
844
+
845
+ .univer-font-bold {
846
+ font-weight: 700;
847
+ }
848
+
849
+ .univer-font-medium {
850
+ font-weight: 500;
851
+ }
852
+
853
+ .univer-font-semibold {
854
+ font-weight: 600;
855
+ }
856
+
857
+ .univer-leading-5 {
858
+ line-height: 1.25rem;
859
+ }
860
+
861
+ .univer-leading-6 {
862
+ line-height: 1.5rem;
863
+ }
864
+
865
+ .univer-leading-7 {
866
+ line-height: 1.75rem;
867
+ }
868
+
869
+ .\!univer-text-blue-400 {
870
+ color: var(--univer-blue-400) !important;
871
+ }
872
+
873
+ .\!univer-text-gray-700 {
874
+ color: var(--univer-gray-700) !important;
875
+ }
876
+
877
+ .\!univer-text-white {
878
+ color: var(--univer-white) !important;
879
+ }
880
+
881
+ .univer-text-blue-500 {
882
+ color: var(--univer-blue-500);
883
+ }
884
+
885
+ .univer-text-blue-600 {
886
+ color: var(--univer-blue-600);
887
+ }
888
+
889
+ .univer-text-gray-200 {
890
+ color: var(--univer-gray-200);
891
+ }
892
+
893
+ .univer-text-gray-300 {
894
+ color: var(--univer-gray-300);
895
+ }
896
+
897
+ .univer-text-gray-400 {
898
+ color: var(--univer-gray-400);
899
+ }
900
+
901
+ .univer-text-gray-500 {
902
+ color: var(--univer-gray-500);
903
+ }
904
+
905
+ .univer-text-gray-600 {
906
+ color: var(--univer-gray-600);
907
+ }
908
+
909
+ .univer-text-gray-700 {
910
+ color: var(--univer-gray-700);
911
+ }
912
+
913
+ .univer-text-gray-900 {
914
+ color: var(--univer-gray-900);
915
+ }
916
+
917
+ .univer-text-green-600 {
918
+ color: var(--univer-green-600);
919
+ }
920
+
921
+ .univer-text-primary-500 {
922
+ color: var(--univer-primary-500);
923
+ }
924
+
925
+ .univer-text-primary-600 {
926
+ color: var(--univer-primary-600);
927
+ }
928
+
929
+ .univer-text-primary-700 {
930
+ color: var(--univer-primary-700);
931
+ }
932
+
933
+ .univer-text-red-500 {
934
+ color: var(--univer-red-500);
935
+ }
936
+
937
+ .univer-text-red-600 {
938
+ color: var(--univer-red-600);
939
+ }
940
+
941
+ .univer-text-white {
942
+ color: var(--univer-white);
943
+ }
944
+
945
+ .univer-text-yellow-500 {
946
+ color: var(--univer-yellow-500);
947
+ }
948
+
949
+ .univer-shadow {
950
+ --univer-tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
951
+ --univer-tw-shadow-colored: 0 1px 3px 0 var(--univer-tw-shadow-color), 0 1px 2px -1px var(--univer-tw-shadow-color);
952
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
953
+ box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
954
+ }
955
+
956
+ .univer-shadow-lg {
957
+ --univer-tw-shadow: 0px 4px 6px 0px #1e284d0d, 0px 10px 15px -3px #1e284d1a;
958
+ --univer-tw-shadow-colored: 0px 4px 6px 0px var(--univer-tw-shadow-color), 0px 10px 15px -3px var(--univer-tw-shadow-color);
959
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px #1e284d0d, 0 10px 15px -3px #1e284d1a;
960
+ box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
961
+ }
962
+
963
+ .univer-outline-none {
964
+ outline-offset: 2px;
965
+ outline: 2px solid #0000;
966
+ }
967
+
968
+ .univer-blur-sm {
969
+ --univer-tw-blur: blur(4px);
970
+ filter: var(--univer-tw-blur) var(--univer-tw-brightness) var(--univer-tw-contrast) var(--univer-tw-grayscale) var(--univer-tw-hue-rotate) var(--univer-tw-invert) var(--univer-tw-saturate) var(--univer-tw-sepia) var(--univer-tw-drop-shadow);
971
+ }
972
+
973
+ .univer-backdrop-blur {
974
+ --univer-tw-backdrop-blur: blur(8px);
975
+ 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);
976
+ }
977
+
978
+ .univer-transition-\[colors\,box-shadow\] {
979
+ transition-property: colors, box-shadow;
980
+ transition-duration: .15s;
981
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
982
+ }
983
+
984
+ .univer-transition-\[height\] {
985
+ transition-property: height;
986
+ transition-duration: .15s;
987
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
988
+ }
989
+
990
+ .univer-transition-all {
991
+ transition-property: all;
992
+ transition-duration: .15s;
993
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
994
+ }
995
+
996
+ .univer-transition-colors {
997
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
998
+ transition-duration: .15s;
999
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
1000
+ }
1001
+
1002
+ .univer-duration-200 {
1003
+ transition-duration: .2s;
1004
+ }
1005
+
1006
+ .univer-ease-linear {
1007
+ transition-timing-function: linear;
1008
+ }
1009
+
1010
+ .after\:univer-absolute:after {
1011
+ content: var(--univer-tw-content);
1012
+ position: absolute;
1013
+ }
1014
+
1015
+ .after\:univer-right-0:after {
1016
+ content: var(--univer-tw-content);
1017
+ right: 0;
1018
+ }
1019
+
1020
+ .after\:univer-top-1\/2:after {
1021
+ content: var(--univer-tw-content);
1022
+ top: 50%;
1023
+ }
1024
+
1025
+ .after\:univer-block:after {
1026
+ content: var(--univer-tw-content);
1027
+ display: block;
1028
+ }
1029
+
1030
+ .after\:univer-h-4:after {
1031
+ content: var(--univer-tw-content);
1032
+ height: 1rem;
1033
+ }
1034
+
1035
+ .after\:univer-w-px:after {
1036
+ content: var(--univer-tw-content);
1037
+ width: 1px;
1038
+ }
1039
+
1040
+ .after\:-univer-translate-y-1\/2:after {
1041
+ content: var(--univer-tw-content);
1042
+ --univer-tw-translate-y: -50%;
1043
+ 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));
1044
+ 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));
1045
+ }
1046
+
1047
+ .after\:univer-bg-gray-200:after {
1048
+ content: var(--univer-tw-content);
1049
+ background-color: var(--univer-gray-200);
1050
+ }
1051
+
1052
+ .after\:univer-content-\[\"\"\]:after {
1053
+ --univer-tw-content: "";
1054
+ content: "";
1055
+ content: var(--univer-tw-content);
1056
+ }
1057
+
1058
+ .last\:univer-mb-0:last-child {
1059
+ margin-bottom: 0;
1060
+ }
1061
+
1062
+ .univer-group:hover .group-hover\:univer-flex {
1063
+ display: flex;
1064
+ }
1065
+
1066
+ .hover\:univer-border-primary-600:hover {
1067
+ border-color: var(--univer-primary-600);
1068
+ }
1069
+
1070
+ .hover\:univer-bg-gray-100:hover {
1071
+ background-color: var(--univer-gray-100);
1072
+ }
1073
+
1074
+ .hover\:univer-bg-gray-200:hover {
1075
+ background-color: var(--univer-gray-200);
1076
+ }
1077
+
1078
+ .hover\:univer-bg-gray-50:hover {
1079
+ background-color: var(--univer-gray-50);
1080
+ }
1081
+
1082
+ .hover\:univer-bg-transparent:hover {
1083
+ background-color: #0000;
1084
+ }
1085
+
1086
+ .focus\:univer-border-primary-500:focus {
1087
+ border-color: var(--univer-primary-500);
1088
+ }
1089
+
1090
+ .focus\:univer-outline-none:focus {
1091
+ outline-offset: 2px;
1092
+ outline: 2px solid #0000;
1093
+ }
1094
+
1095
+ .focus-visible\:univer-ring-2:focus-visible {
1096
+ --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);
1097
+ --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);
1098
+ box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), 0 0 #0000;
1099
+ box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), var(--univer-tw-shadow, 0 0 #0000);
1100
+ }
1101
+
1102
+ .focus-visible\:univer-ring-primary-500:focus-visible {
1103
+ --univer-tw-ring-color: var(--univer-primary-500);
1104
+ }
1105
+
1106
+ .active\:univer-bg-gray-100:active {
1107
+ background-color: var(--univer-gray-100);
1108
+ }
1109
+
1110
+ .dark\:\!univer-divide-gray-600:where(.univer-dark, .univer-dark *) > :not([hidden]) ~ :not([hidden]) {
1111
+ border-color: var(--univer-gray-600) !important;
1112
+ }
1113
+
1114
+ .dark\:\!univer-border-gray-700:where(.univer-dark, .univer-dark *) {
1115
+ border-color: var(--univer-gray-700) !important;
1116
+ }
1117
+
1118
+ .dark\:\!univer-border-r-gray-700:where(.univer-dark, .univer-dark *) {
1119
+ border-right-color: var(--univer-gray-700) !important;
1120
+ }
1121
+
1122
+ .dark\:\!univer-bg-black:where(.univer-dark, .univer-dark *) {
1123
+ background-color: var(--univer-black) !important;
1124
+ }
1125
+
1126
+ .dark\:\!univer-bg-blue-400:where(.univer-dark, .univer-dark *) {
1127
+ background-color: var(--univer-blue-400) !important;
1128
+ }
1129
+
1130
+ .dark\:\!univer-bg-gray-600:where(.univer-dark, .univer-dark *) {
1131
+ background-color: var(--univer-gray-600) !important;
1132
+ }
1133
+
1134
+ .dark\:\!univer-bg-gray-700:where(.univer-dark, .univer-dark *) {
1135
+ background-color: var(--univer-gray-700) !important;
1136
+ }
1137
+
1138
+ .dark\:\!univer-bg-gray-800:where(.univer-dark, .univer-dark *) {
1139
+ background-color: var(--univer-gray-800) !important;
1140
+ }
1141
+
1142
+ .dark\:\!univer-bg-gray-900:where(.univer-dark, .univer-dark *) {
1143
+ background-color: var(--univer-gray-900) !important;
1144
+ }
1145
+
1146
+ .dark\:\!univer-from-gray-800:where(.univer-dark, .univer-dark *) {
1147
+ --univer-tw-gradient-from: var(--univer-gray-800) var(--univer-tw-gradient-from-position) !important;
1148
+ --univer-tw-gradient-to: #fff0 var(--univer-tw-gradient-to-position) !important;
1149
+ --univer-tw-gradient-stops: var(--univer-tw-gradient-from), var(--univer-tw-gradient-to) !important;
1150
+ }
1151
+
1152
+ .dark\:\!univer-to-gray-900:where(.univer-dark, .univer-dark *) {
1153
+ --univer-tw-gradient-to: var(--univer-gray-900) var(--univer-tw-gradient-to-position) !important;
1154
+ }
1155
+
1156
+ .dark\:\!univer-fill-white:where(.univer-dark, .univer-dark *) {
1157
+ fill: var(--univer-white) !important;
1158
+ }
1159
+
1160
+ .dark\:\!univer-text-blue-400:where(.univer-dark, .univer-dark *) {
1161
+ color: var(--univer-blue-400) !important;
1162
+ }
1163
+
1164
+ .dark\:\!univer-text-gray-200:where(.univer-dark, .univer-dark *) {
1165
+ color: var(--univer-gray-200) !important;
1166
+ }
1167
+
1168
+ .dark\:\!univer-text-gray-300:where(.univer-dark, .univer-dark *) {
1169
+ color: var(--univer-gray-300) !important;
1170
+ }
1171
+
1172
+ .dark\:\!univer-text-gray-700:where(.univer-dark, .univer-dark *) {
1173
+ color: var(--univer-gray-700) !important;
1174
+ }
1175
+
1176
+ .dark\:\!univer-text-green-400:where(.univer-dark, .univer-dark *) {
1177
+ color: var(--univer-green-400) !important;
1178
+ }
1179
+
1180
+ .dark\:\!univer-text-red-400:where(.univer-dark, .univer-dark *) {
1181
+ color: var(--univer-red-400) !important;
1182
+ }
1183
+
1184
+ .dark\:\!univer-text-white:where(.univer-dark, .univer-dark *) {
1185
+ color: var(--univer-white) !important;
1186
+ }
1187
+
1188
+ .dark\:hover\:\!univer-bg-gray-600:hover:where(.univer-dark, .univer-dark *) {
1189
+ background-color: var(--univer-gray-600) !important;
1190
+ }
1191
+
1192
+ .dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark, .univer-dark *) {
1193
+ background-color: var(--univer-gray-700) !important;
1194
+ }
1195
+
1196
+ .dark\:hover\:\!univer-bg-gray-800:hover:where(.univer-dark, .univer-dark *) {
1197
+ background-color: var(--univer-gray-800) !important;
1198
+ }
1199
+
1200
+ .\[\&\>div\:first-child\]\:univer-px-2\.5 > div:first-child {
1201
+ padding-left: .625rem;
1202
+ padding-right: .625rem;
1203
+ }
1204
+
1205
+ .\[\&\>div\]\:univer-h-5 > div {
1206
+ height: 1.25rem;
1207
+ }
1208
+
1209
+ .\[\&\>div\]\:univer-ring-transparent > div {
1210
+ --univer-tw-ring-color: transparent;
1211
+ }
1212
+
1213
+ .\[\&_canvas\]\:univer-absolute canvas {
1214
+ position: absolute;
1215
+ }