@univerjs/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.
- package/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +377 -43
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -391
- package/lib/es/index.js +378 -12224
- package/lib/es/locale/ca-ES.js +1 -85
- package/lib/es/locale/en-US.js +1 -85
- package/lib/es/locale/es-ES.js +1 -85
- package/lib/es/locale/fa-IR.js +1 -85
- package/lib/es/locale/fr-FR.js +1 -85
- package/lib/es/locale/ja-JP.js +1 -85
- package/lib/es/locale/ko-KR.js +1 -85
- package/lib/es/locale/ru-RU.js +1 -85
- package/lib/es/locale/sk-SK.js +1 -85
- package/lib/es/locale/vi-VN.js +1 -85
- package/lib/es/locale/zh-CN.js +1 -85
- package/lib/es/locale/zh-TW.js +1 -85
- package/lib/facade.js +1 -391
- package/lib/index.css +1662 -1
- package/lib/index.js +378 -12224
- package/lib/locale/ca-ES.js +1 -85
- package/lib/locale/en-US.js +1 -85
- package/lib/locale/es-ES.js +1 -85
- package/lib/locale/fa-IR.js +1 -85
- package/lib/locale/fr-FR.js +1 -85
- package/lib/locale/ja-JP.js +1 -85
- package/lib/locale/ko-KR.js +1 -85
- package/lib/locale/ru-RU.js +1 -85
- package/lib/locale/sk-SK.js +1 -85
- package/lib/locale/vi-VN.js +1 -85
- package/lib/locale/zh-CN.js +1 -85
- package/lib/locale/zh-TW.js +1 -85
- package/lib/types/commands/operations/toggle-shortcut-panel.operation.d.ts +16 -1
- package/lib/types/common/component-manager.d.ts +17 -1
- package/lib/types/common/lifecycle.d.ts +16 -1
- package/lib/types/common/menu-hidden-observable.d.ts +16 -1
- package/lib/types/common/menu-merge-configs.d.ts +16 -1
- package/lib/types/components/custom-label/CustomLabel.d.ts +18 -3
- package/lib/types/components/font-family/FontFamily.d.ts +16 -1
- package/lib/types/components/font-family/interface.d.ts +17 -2
- package/lib/types/components/font-size/FontSize.d.ts +16 -1
- package/lib/types/components/font-size/interface.d.ts +17 -2
- package/lib/types/components/heading-item/index.d.ts +16 -1
- package/lib/types/components/hooks/layout.d.ts +16 -1
- package/lib/types/components/hooks/locale.d.ts +15 -0
- package/lib/types/components/hooks/update-effect.d.ts +15 -0
- package/lib/types/components/hooks/use-click-out-side.d.ts +16 -1
- package/lib/types/components/menu/common/hook.d.ts +16 -1
- package/lib/types/components/menu/desktop/DesignTinyMenuGroup.d.ts +30 -0
- package/lib/types/components/menu/desktop/TinyMenuGroup.d.ts +17 -2
- package/lib/types/components/menu/mobile/MobileMenu.d.ts +20 -3
- package/lib/types/components/menu/mobile/MobileMenu.stories.d.ts +16 -1
- package/lib/types/components/menu/types.d.ts +29 -0
- package/lib/types/components/notification/Notification.d.ts +17 -1
- package/lib/types/components/notification/Notification.stories.d.ts +16 -1
- package/lib/types/components/slider/Slider.stories.d.ts +16 -1
- package/lib/types/config/config.d.ts +18 -3
- package/lib/types/controllers/error/error.controller.d.ts +15 -0
- package/lib/types/controllers/menus/menus.d.ts +17 -2
- package/lib/types/controllers/shared-shortcut.controller.d.ts +17 -1
- package/lib/types/controllers/shortcut-display/menu.d.ts +16 -1
- package/lib/types/controllers/shortcut-display/shortcut-panel.controller.d.ts +15 -0
- package/lib/types/controllers/ui/ui-desktop.controller.d.ts +18 -2
- package/lib/types/controllers/ui/ui-mobile.controller.d.ts +25 -4
- package/lib/types/controllers/ui/ui-shared.controller.d.ts +19 -3
- package/lib/types/controllers/ui/ui.controller.d.ts +17 -2
- package/lib/types/facade/f-enum.d.ts +15 -0
- package/lib/types/facade/f-hooks.d.ts +16 -1
- package/lib/types/facade/f-menu-builder.d.ts +17 -1
- package/lib/types/facade/f-shortcut.d.ts +17 -1
- package/lib/types/facade/f-univer.d.ts +21 -4
- package/lib/types/index.d.ts +1 -2
- package/lib/types/locale/ca-ES.d.ts +16 -1
- package/lib/types/locale/es-ES.d.ts +16 -1
- package/lib/types/locale/fa-IR.d.ts +16 -1
- package/lib/types/locale/fr-FR.d.ts +16 -1
- package/lib/types/locale/ja-JP.d.ts +16 -1
- package/lib/types/locale/ko-KR.d.ts +16 -1
- package/lib/types/locale/ru-RU.d.ts +16 -1
- package/lib/types/locale/sk-SK.d.ts +16 -1
- package/lib/types/locale/vi-VN.d.ts +16 -1
- package/lib/types/locale/zh-CN.d.ts +16 -1
- package/lib/types/locale/zh-TW.d.ts +16 -1
- package/lib/types/menu/schema.d.ts +16 -1
- package/lib/types/mobile-plugin.d.ts +16 -1
- package/lib/types/plugin.d.ts +16 -1
- package/lib/types/services/before-close/before-close.service.d.ts +17 -2
- package/lib/types/services/clipboard/clipboard-interface.service.d.ts +16 -1
- package/lib/types/services/clipboard/clipboard.command.d.ts +16 -1
- package/lib/types/services/confirm/desktop-confirm.service.d.ts +18 -2
- package/lib/types/services/contextmenu/contextmenu-host.service.d.ts +18 -2
- package/lib/types/services/contextmenu/contextmenu.service.d.ts +19 -3
- package/lib/types/services/dialog/desktop-dialog.service.d.ts +20 -4
- package/lib/types/services/dialog/dialog.service.d.ts +19 -4
- package/lib/types/services/dom/canvas-dom-layer.service.d.ts +17 -2
- package/lib/types/services/font.service.d.ts +18 -2
- package/lib/types/services/gallery/desktop-gallery.service.d.ts +19 -3
- package/lib/types/services/gallery/gallery.service.d.ts +19 -4
- package/lib/types/services/global-zone/desktop-global-zone.service.d.ts +18 -3
- package/lib/types/services/global-zone/global-zone.service.d.ts +18 -3
- package/lib/types/services/layout/layout.service.d.ts +18 -2
- package/lib/types/services/local-file/desktop-local-file.service.d.ts +16 -1
- package/lib/types/services/local-file/local-file.service.d.ts +1 -1
- package/lib/types/services/local-storage/local-storage.service.d.ts +16 -1
- package/lib/types/services/menu/menu-manager.service.d.ts +21 -4
- package/lib/types/services/menu/menu.d.ts +18 -2
- package/lib/types/services/menu/types.d.ts +5 -1
- package/lib/types/services/message/__testing__/mock-message.service.d.ts +18 -3
- package/lib/types/services/message/desktop-message.service.d.ts +19 -3
- package/lib/types/services/message/message.service.d.ts +18 -3
- package/lib/types/services/notification/desktop-notification.service.d.ts +19 -3
- package/lib/types/services/notification/notification.service.d.ts +18 -3
- package/lib/types/services/parts/parts.service.d.ts +20 -4
- package/lib/types/services/platform/platform.service.d.ts +1 -1
- package/lib/types/services/popup/canvas-popup.service.d.ts +21 -5
- package/lib/types/services/ribbon/ribbon.service.d.ts +19 -3
- package/lib/types/services/shortcut/shortcut-panel.service.d.ts +16 -1
- package/lib/types/services/shortcut/shortcut.service.d.ts +20 -4
- package/lib/types/services/sidebar/desktop-sidebar.service.d.ts +18 -3
- package/lib/types/services/sidebar/sidebar.service.d.ts +20 -5
- package/lib/types/services/theme-switcher/theme-switcher.service.d.ts +16 -1
- package/lib/types/services/zen-zone/desktop-zen-zone.service.d.ts +20 -4
- package/lib/types/services/zen-zone/zen-zone.service.d.ts +19 -4
- package/lib/types/utils/cell.d.ts +16 -1
- package/lib/types/utils/di.d.ts +19 -4
- package/lib/types/views/components/ComponentContainer.d.ts +18 -3
- package/lib/types/views/components/confirm-part/interface.d.ts +17 -2
- package/lib/types/views/components/context-menu/AnchoredContextMenu.d.ts +16 -1
- package/lib/types/views/components/context-menu/ContextMenuPanel.d.ts +17 -1
- package/lib/types/views/components/context-menu/MobileContextMenu.d.ts +1 -1
- package/lib/types/views/components/dialog-part/interface.d.ts +17 -2
- package/lib/types/views/components/dom/FloatDom.d.ts +17 -2
- package/lib/types/views/components/dom/print.d.ts +17 -2
- package/lib/types/views/components/popup/CanvasPopup.d.ts +17 -2
- package/lib/types/views/components/popup/RectPopup.d.ts +18 -3
- package/lib/types/views/components/ribbon/MobileRibbon.d.ts +22 -0
- package/lib/types/views/components/ribbon/Ribbon.d.ts +17 -2
- package/lib/types/views/components/ribbon/ToolbarItem.d.ts +18 -3
- package/lib/types/views/components/ribbon/TooltipButtonWrapper.d.ts +19 -4
- package/lib/types/views/components/ribbon/hook.d.ts +16 -1
- package/lib/types/views/components/ribbon/ribbon-menu/ClassicMenu.d.ts +16 -1
- package/lib/types/views/components/ribbon/ribbon-menu/DefaultMenu.d.ts +16 -1
- package/lib/types/views/components/sidebar/Sidebar.d.ts +17 -2
- package/lib/types/views/mobile-workbench/MobileWorkbench.d.ts +16 -1
- package/lib/types/views/workbench/Workbench.d.ts +16 -1
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +384 -43
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +10 -9
- package/lib/types/components/menu/desktop/Menu.d.ts +0 -17
package/lib/index.css
CHANGED
|
@@ -1 +1,1662 @@
|
|
|
1
|
-
.univer-pointer-events-none{pointer-events:none}.univer-pointer-events-auto{pointer-events:auto}.univer-invisible{visibility:hidden}.univer-fixed{position:fixed}.univer-absolute{position:absolute}.univer-relative{position:relative}.univer-sticky{position:sticky}.univer-inset-0{top:0;right:0;bottom:0;left:0}.-univer-left-\[99999\]{left:-99999}.-univer-top-\[99999\]{top:-99999}.univer-bottom-0{bottom:0}.univer-left-0{left:0}.univer-left-1{left:.25rem}.univer-left-1\/2{left:50%}.univer-left-\[-9999px\]{left:-9999px}.univer-right-0{right:0}.univer-right-2{right:.5rem}.univer-top-0{top:0}.univer-top-0\.5{top:.125rem}.univer-top-1\/2{top:50%}.univer-top-\[-9999px\]{top:-9999px}.univer-top-\[calc\(50\%-6px\)\]{top:calc(50% - 6px)}.univer-z-10{z-index:10}.univer-z-\[-1\]{z-index:-1}.univer-z-\[100\]{z-index:100}.univer-z-\[1020\]{z-index:1020}.univer-z-\[1080\]{z-index:1080}.univer-z-\[1\]{z-index:1}.univer-m-0{margin:0}.univer-mx-2{margin-left:.5rem;margin-right:.5rem}.univer-mx-auto{margin-left:auto;margin-right:auto}.univer-mb-0{margin-bottom:0}.univer-mr-2{margin-right:.5rem}.univer-mt-2{margin-top:.5rem}.univer-mt-6{margin-top:1.5rem}.univer-box-border{box-sizing:border-box}.univer-line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.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\.5{width:.125rem;height:.125rem}.univer-size-12{width:3rem;height:3rem}.univer-size-3{width:.75rem;height:.75rem}.univer-size-3\.5{width:.875rem;height:.875rem}.univer-size-4{width:1rem;height:1rem}.univer-size-6{width:1.5rem;height:1.5rem}.univer-size-9{width:2.25rem;height:2.25rem}.univer-size-full{width:100%;height:100%}.univer-h-0{height:0px}.univer-h-0\.5{height:.125rem}.univer-h-1{height:.25rem}.univer-h-10{height:2.5rem}.univer-h-6{height:1.5rem}.univer-h-7{height:1.75rem}.univer-h-9{height:2.25rem}.univer-h-full{height:100%}.univer-min-h-0{min-height:0px}.univer-min-h-8{min-height:2rem}.univer-min-h-\[560px\]{min-height:560px}.univer-min-h-full{min-height:100%}.univer-w-0{width:0px}.univer-w-24{width:6rem}.univer-w-32{width:8rem}.univer-w-40{width:10rem}.univer-w-5{width:1.25rem}.univer-w-7{width:1.75rem}.univer-w-96{width:24rem}.univer-w-full{width:100%}.univer-w-max{width:-moz-max-content;width:max-content}.univer-w-screen{width:100vw}.univer-min-w-52{min-width:13rem}.univer-min-w-6{min-width:1.5rem}.univer-min-w-8{min-width:2rem}.univer-min-w-min{min-width:-moz-min-content;min-width:min-content}.univer-max-w-3xl{max-width:48rem}.univer-max-w-52{max-width:13rem}.univer-max-w-5xl{max-width:64rem}.univer-max-w-96{max-width:24rem}.univer-max-w-\[--radix-popper-available-width\]{max-width:var(--radix-popper-available-width)}.univer-max-w-\[calc\(100vw-16px\)\]{max-width:calc(100vw - 16px)}.univer-max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.univer-max-w-full{max-width:100%}.univer-flex-1{flex:1 1 0%}.univer-flex-shrink-0,.univer-shrink-0{flex-shrink:0}.univer-origin-center{transform-origin:center}.-univer-translate-x-1\/2{--univer-tw-translate-x: -50%;transform:translate(-50%,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));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-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-translate-x-0{--univer-tw-translate-x: 0px;transform:translateY(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));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-translate-x-full{--univer-tw-translate-x: 100%;transform:translate(100%,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));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-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-\[1fr\]{grid-template-columns:1fr}.univer-grid-cols-\[auto\,1fr\]{grid-template-columns:auto 1fr}.univer-grid-cols-\[auto_1fr_auto\]{grid-template-columns:auto 1fr auto}.univer-grid-cols-none{grid-template-columns:none}.univer-grid-rows-\[100\%\]{grid-template-rows:100%}.univer-grid-rows-\[auto_1fr\]{grid-template-rows:auto 1fr}.univer-grid-rows-\[auto_1fr_auto\]{grid-template-rows:auto 1fr auto}.univer-flex-col{flex-direction:column}.univer-flex-wrap{flex-wrap:wrap}.univer-items-center{align-items:center}.univer-justify-center{justify-content:center}.univer-justify-between{justify-content:space-between}.univer-justify-around{justify-content:space-around}.univer-gap-0\.5{gap:.125rem}.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-gap-6{gap:1.5rem}.univer-overflow-hidden{overflow:hidden}.univer-overflow-x-auto{overflow-x:auto}.univer-overflow-y-auto{overflow-y:auto}.univer-overscroll-contain{overscroll-behavior:contain}.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-full{border-radius:9999px!important}.\!univer-rounded-xl{border-radius:.75rem!important}.univer-rounded{border-radius:.25rem}.univer-rounded-2xl{border-radius:1rem}.univer-rounded-3xl{border-radius:1.5rem}.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-rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.univer-rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.univer-border{border-width:1px}.univer-border-solid{border-style:solid}.univer-border-none{border-style:none}.univer-border-gray-200{border-color:var(--univer-gray-200)}.\!univer-bg-gray-200{background-color:var(--univer-gray-200)!important}.\!univer-bg-gray-500{background-color:var(--univer-gray-500)!important}.univer-bg-gray-100{background-color:var(--univer-gray-100)}.univer-bg-gray-200{background-color:var(--univer-gray-200)}.univer-bg-gray-400{background-color:var(--univer-gray-400)}.univer-bg-gray-50{background-color:var(--univer-gray-50)}.univer-bg-gray-700{background-color:var(--univer-gray-700)}.univer-bg-gray-900{background-color:var(--univer-gray-900)}.univer-bg-primary-50{background-color:var(--univer-primary-50)}.univer-bg-primary-600{background-color:var(--univer-primary-600)}.univer-bg-transparent{background-color:transparent}.univer-bg-white{background-color:var(--univer-white)}.univer-bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--univer-tw-gradient-stops))}.univer-bg-none{background-image:none}.univer-from-slate-950{--univer-tw-gradient-from: #020617 var(--univer-tw-gradient-from-position);--univer-tw-gradient-to: rgba(2, 6, 23, 0) var(--univer-tw-gradient-to-position);--univer-tw-gradient-stops: var(--univer-tw-gradient-from), var(--univer-tw-gradient-to) }.univer-via-blue-950{--univer-tw-gradient-to: rgba(23, 37, 84, 0) var(--univer-tw-gradient-to-position);--univer-tw-gradient-stops: var(--univer-tw-gradient-from), #172554 var(--univer-tw-gradient-via-position), var(--univer-tw-gradient-to) }.univer-to-cyan-900{--univer-tw-gradient-to: #164e63 var(--univer-tw-gradient-to-position) }.univer-p-0{padding:0}.univer-p-2{padding:.5rem}.univer-p-4{padding:1rem}.univer-p-8{padding:2rem}.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{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-pb-2{padding-bottom:.5rem}.univer-pl-2{padding-left:.5rem}.univer-pl-3{padding-left:.75rem}.univer-pl-4{padding-left:1rem}.univer-pl-5{padding-left:1.25rem}.univer-pl-6{padding-left:1.5rem}.univer-pr-2{padding-right:.5rem}.univer-pr-5{padding-right:1.25rem}.univer-text-left{text-align:left}.univer-text-center{text-align:center}.univer-text-right{text-align:right}.univer-font-sans{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.univer-text-2xl{font-size:1.5rem;line-height:2rem}.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-4{line-height:1rem}.univer-leading-6{line-height:1.5rem}.univer-tracking-tight{letter-spacing:-.025em}.\!univer-text-gray-600{color:var(--univer-gray-600)!important}.\!univer-text-white{color:var(--univer-white)!important}.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-800{color:var(--univer-gray-800)}.univer-text-gray-900{color:var(--univer-gray-900)}.univer-text-primary-600{color:var(--univer-primary-600)}.univer-text-primary-700{color:var(--univer-primary-700)}.univer-text-slate-200{--univer-tw-text-opacity: 1;color:#e2e8f0;color:rgba(226,232,240,var(--univer-tw-text-opacity, 1))}.univer-text-white{color:var(--univer-white)}.univer-underline{text-decoration-line:underline}.univer-opacity-0{opacity:0}.univer-opacity-60{opacity:.6}.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-md{--univer-tw-shadow: 0px 1px 6px -2px rgba(30, 40, 77, .08), 0px 2px 6px -1px rgba(30, 40, 77, .1);--univer-tw-shadow-colored: 0px 1px 6px -2px var(--univer-tw-shadow-color), 0px 2px 6px -1px var(--univer-tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,0 1px 6px -2px #1e284d14,0 2px 6px -1px #1e284d1a;box-shadow:var(--univer-tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)),var(--univer-tw-ring-shadow, 0 0 rgba(0,0,0,0)),var(--univer-tw-shadow)}.univer-shadow-sm{--univer-tw-shadow: 0px 1px 2px 0px rgba(30, 40, 77, .08);--univer-tw-shadow-colored: 0px 1px 2px 0px var(--univer-tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,0 1px 2px #1e284d14;box-shadow:var(--univer-tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)),var(--univer-tw-ring-shadow, 0 0 rgba(0,0,0,0)),var(--univer-tw-shadow)}.univer-outline-none{outline:2px solid transparent;outline-offset:2px}.univer-ring-1{--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(1px + 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))}.univer-ring-primary-600{--univer-tw-ring-color: var(--univer-primary-600) }.univer-backdrop-blur-xl{--univer-tw-backdrop-blur: blur(24px);backdrop-filter:blur(24px) 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-\[width\]{transition-property:width;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}@keyframes enter{0%{opacity:1;opacity:var(--univer-tw-enter-opacity, 1);transform:translateZ(0) scaleZ(1) rotate(0);transform:translate3d(var(--univer-tw-enter-translate-x, 0),var(--univer-tw-enter-translate-y, 0),0) scale3d(var(--univer-tw-enter-scale, 1),var(--univer-tw-enter-scale, 1),var(--univer-tw-enter-scale, 1)) rotate(var(--univer-tw-enter-rotate, 0))}}@keyframes exit{to{opacity:1;opacity:var(--univer-tw-exit-opacity, 1);transform:translateZ(0) scaleZ(1) rotate(0);transform:translate3d(var(--univer-tw-exit-translate-x, 0),var(--univer-tw-exit-translate-y, 0),0) scale3d(var(--univer-tw-exit-scale, 1),var(--univer-tw-exit-scale, 1),var(--univer-tw-exit-scale, 1)) rotate(var(--univer-tw-exit-rotate, 0))}}.univer-animate-in{animation-name:enter;animation-duration:.15s;--univer-tw-enter-opacity: initial;--univer-tw-enter-scale: initial;--univer-tw-enter-rotate: initial;--univer-tw-enter-translate-x: initial;--univer-tw-enter-translate-y: initial }.univer-fade-in{--univer-tw-enter-opacity: 0 }.univer-fade-in-70{--univer-tw-enter-opacity: .7 }.last\:univer-border-b-0:last-child{border-bottom-width:0px}.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-opacity-50:hover{opacity:.5}.focus\:univer-bg-white:focus{background-color:var(--univer-white)}.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-600:focus-visible{--univer-tw-ring-color: var(--univer-primary-600) }.focus-visible\:univer-ring-offset-0:focus-visible{--univer-tw-ring-offset-width: 0px }.disabled\:univer-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:univer-text-gray-300:disabled{color:var(--univer-gray-300)}.disabled\:hover\:univer-bg-transparent:hover:disabled{background-color:transparent}@media(min-width:640px){.sm\:\!univer-block{display:block!important}}.rtl\:univer-pr-2:where([dir=rtl],[dir=rtl] *){padding-right:.5rem}.dark\:\!univer-border-gray-600:where(.univer-dark,.univer-dark *){border-color:var(--univer-gray-600)!important}.dark\:\!univer-bg-gray-200:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-200)!important}.dark\:\!univer-bg-gray-500:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-500)!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-bg-primary-900:where(.univer-dark,.univer-dark *){background-color:var(--univer-primary-900)!important}.dark\:\!univer-text-gray-100:where(.univer-dark,.univer-dark *){color:var(--univer-gray-100)!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-gray-500:where(.univer-dark,.univer-dark *){color:var(--univer-gray-500)!important}.dark\:\!univer-text-gray-600:where(.univer-dark,.univer-dark *){color:var(--univer-gray-600)!important}.dark\:\!univer-text-gray-800:where(.univer-dark,.univer-dark *){color:var(--univer-gray-800)!important}.dark\:\!univer-text-primary-100:where(.univer-dark,.univer-dark *){color:var(--univer-primary-100)!important}.dark\:\!univer-text-primary-300:where(.univer-dark,.univer-dark *){color:var(--univer-primary-300)!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\:disabled\:\!univer-text-gray-600:disabled:where(.univer-dark,.univer-dark *){color:var(--univer-gray-600)!important}.\[\&\>\*\]\:univer-inline-flex>*{display:inline-flex}.\[\&\>\*\]\:univer-h-6>*{height:1.5rem}.\[\&\>\*\]\:univer-items-center>*{align-items:center}.\[\&\>\*\]\:univer-rounded>*{border-radius:.25rem}.\[\&\>\*\]\:univer-px-1>*{padding-left:.25rem;padding-right:.25rem}.\[\&\>\*\]\: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}.hover\:\[\&\>\*\]\:univer-bg-gray-100>*:hover{background-color:var(--univer-gray-100)}.\[\&\>span\]\:univer-mt-0\.5>span{margin-top:.125rem}.\[\&\>span\]\:univer-w-full>span{width:100%}.\[\&\>span\]\:univer-truncate>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.\[\&\>span\]\:univer-text-sm>span{font-size:.875rem;line-height:1.25rem}.\[\&\>svg\]\:univer-size-\[18px\]>svg{width:18px;height:18px}.\[\&\>svg\]\:univer-text-lg>svg{font-size:1.125rem;line-height:1.75rem}.\[\&_input\:focus\]\:\!univer-ring-0 input: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) !important;--univer-tw-ring-shadow: var(--univer-tw-ring-inset) 0 0 0 calc(0px + var(--univer-tw-ring-offset-width)) var(--univer-tw-ring-color) !important;box-shadow:var(--univer-tw-ring-offset-shadow),var(--univer-tw-ring-shadow),0 0 #0000!important;box-shadow:var(--univer-tw-ring-offset-shadow),var(--univer-tw-ring-shadow),var(--univer-tw-shadow, 0 0 rgba(0,0,0,0))!important}.\[\&_input\]\:univer-h-6 input{height:1.5rem}.\[\&_input\]\:univer-w-7 input{width:1.75rem}.\[\&_input\]\:univer-border-none input{border-style:none}.\[\&_input\]\:\!univer-bg-transparent input{background-color:transparent!important}.\[\&_input\]\:univer-p-0 input{padding:0}.\[\&_input\]\:univer-text-sm input{font-size:.875rem;line-height:1.25rem}
|
|
1
|
+
.univer-pointer-events-none {
|
|
2
|
+
pointer-events: none;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.univer-pointer-events-auto {
|
|
6
|
+
pointer-events: auto;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.univer-invisible {
|
|
10
|
+
visibility: hidden;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.univer-fixed {
|
|
14
|
+
position: fixed;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.univer-absolute {
|
|
18
|
+
position: absolute;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.univer-relative {
|
|
22
|
+
position: relative;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.univer-sticky {
|
|
26
|
+
position: sticky;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.univer-inset-0 {
|
|
30
|
+
top: 0;
|
|
31
|
+
bottom: 0;
|
|
32
|
+
left: 0;
|
|
33
|
+
right: 0;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.-univer-left-\[99999\] {
|
|
37
|
+
left: -99999px;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.-univer-top-\[99999\] {
|
|
41
|
+
top: -99999px;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.univer-bottom-0 {
|
|
45
|
+
bottom: 0;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.univer-left-0 {
|
|
49
|
+
left: 0;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.univer-left-1 {
|
|
53
|
+
left: .25rem;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.univer-left-1\/2 {
|
|
57
|
+
left: 50%;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.univer-left-\[-9999px\] {
|
|
61
|
+
left: -9999px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.univer-right-0 {
|
|
65
|
+
right: 0;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.univer-right-2 {
|
|
69
|
+
right: .5rem;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.univer-top-0 {
|
|
73
|
+
top: 0;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.univer-top-0\.5 {
|
|
77
|
+
top: .125rem;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.univer-top-1\/2 {
|
|
81
|
+
top: 50%;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.univer-top-\[-9999px\] {
|
|
85
|
+
top: -9999px;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.univer-top-\[calc\(50\%-6px\)\] {
|
|
89
|
+
top: calc(50% - 6px);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.univer-z-10 {
|
|
93
|
+
z-index: 10;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.univer-z-\[-1\] {
|
|
97
|
+
z-index: -1;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.univer-z-\[100\] {
|
|
101
|
+
z-index: 100;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.univer-z-\[1020\] {
|
|
105
|
+
z-index: 1020;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.univer-z-\[1080\] {
|
|
109
|
+
z-index: 1080;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.univer-z-\[1\] {
|
|
113
|
+
z-index: 1;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.univer-m-0 {
|
|
117
|
+
margin: 0;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.univer-mx-2 {
|
|
121
|
+
margin-left: .5rem;
|
|
122
|
+
margin-right: .5rem;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.univer-mx-auto {
|
|
126
|
+
margin-left: auto;
|
|
127
|
+
margin-right: auto;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.univer-mb-0 {
|
|
131
|
+
margin-bottom: 0;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.univer-mr-2 {
|
|
135
|
+
margin-right: .5rem;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.univer-mt-2 {
|
|
139
|
+
margin-top: .5rem;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.univer-mt-6 {
|
|
143
|
+
margin-top: 1.5rem;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.univer-box-border {
|
|
147
|
+
box-sizing: border-box;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.univer-line-clamp-2 {
|
|
151
|
+
-webkit-line-clamp: 2;
|
|
152
|
+
-webkit-box-orient: vertical;
|
|
153
|
+
display: -webkit-box;
|
|
154
|
+
overflow: hidden;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.univer-block {
|
|
158
|
+
display: block;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.univer-flex {
|
|
162
|
+
display: flex;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.univer-inline-flex {
|
|
166
|
+
display: inline-flex;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.univer-grid {
|
|
170
|
+
display: grid;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.univer-hidden {
|
|
174
|
+
display: none;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.univer-size-0\.5 {
|
|
178
|
+
width: .125rem;
|
|
179
|
+
height: .125rem;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.univer-size-12 {
|
|
183
|
+
width: 3rem;
|
|
184
|
+
height: 3rem;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.univer-size-3 {
|
|
188
|
+
width: .75rem;
|
|
189
|
+
height: .75rem;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.univer-size-3\.5 {
|
|
193
|
+
width: .875rem;
|
|
194
|
+
height: .875rem;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.univer-size-4 {
|
|
198
|
+
width: 1rem;
|
|
199
|
+
height: 1rem;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.univer-size-6 {
|
|
203
|
+
width: 1.5rem;
|
|
204
|
+
height: 1.5rem;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.univer-size-7 {
|
|
208
|
+
width: 1.75rem;
|
|
209
|
+
height: 1.75rem;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.univer-size-8 {
|
|
213
|
+
width: 2rem;
|
|
214
|
+
height: 2rem;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.univer-size-9 {
|
|
218
|
+
width: 2.25rem;
|
|
219
|
+
height: 2.25rem;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.univer-size-full {
|
|
223
|
+
width: 100%;
|
|
224
|
+
height: 100%;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.univer-h-0 {
|
|
228
|
+
height: 0;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.univer-h-0\.5 {
|
|
232
|
+
height: .125rem;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.univer-h-1 {
|
|
236
|
+
height: .25rem;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.univer-h-1\.5 {
|
|
240
|
+
height: .375rem;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.univer-h-10 {
|
|
244
|
+
height: 2.5rem;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.univer-h-6 {
|
|
248
|
+
height: 1.5rem;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.univer-h-7 {
|
|
252
|
+
height: 1.75rem;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.univer-h-8 {
|
|
256
|
+
height: 2rem;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.univer-h-9 {
|
|
260
|
+
height: 2.25rem;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.univer-h-full {
|
|
264
|
+
height: 100%;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.univer-max-h-\[80vh\] {
|
|
268
|
+
max-height: 80vh;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.univer-max-h-\[min\(72vh\,560px\)\] {
|
|
272
|
+
max-height: min(72vh, 560px);
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.univer-min-h-0 {
|
|
276
|
+
min-height: 0;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.univer-min-h-8 {
|
|
280
|
+
min-height: 2rem;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.univer-min-h-\[560px\] {
|
|
284
|
+
min-height: 560px;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.univer-min-h-\[56px\] {
|
|
288
|
+
min-height: 56px;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.univer-min-h-full {
|
|
292
|
+
min-height: 100%;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.univer-w-0 {
|
|
296
|
+
width: 0;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.univer-w-10 {
|
|
300
|
+
width: 2.5rem;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.univer-w-24 {
|
|
304
|
+
width: 6rem;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.univer-w-32 {
|
|
308
|
+
width: 8rem;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.univer-w-40 {
|
|
312
|
+
width: 10rem;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.univer-w-5 {
|
|
316
|
+
width: 1.25rem;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.univer-w-7 {
|
|
320
|
+
width: 1.75rem;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.univer-w-8 {
|
|
324
|
+
width: 2rem;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.univer-w-96 {
|
|
328
|
+
width: 24rem;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.univer-w-full {
|
|
332
|
+
width: 100%;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.univer-w-max {
|
|
336
|
+
width: max-content;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.univer-w-screen {
|
|
340
|
+
width: 100vw;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.univer-min-w-0 {
|
|
344
|
+
min-width: 0;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
.univer-min-w-52 {
|
|
348
|
+
min-width: 13rem;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.univer-min-w-6 {
|
|
352
|
+
min-width: 1.5rem;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.univer-min-w-min {
|
|
356
|
+
min-width: min-content;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.univer-max-w-3xl {
|
|
360
|
+
max-width: 48rem;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.univer-max-w-5xl {
|
|
364
|
+
max-width: 64rem;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.univer-max-w-96 {
|
|
368
|
+
max-width: 24rem;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.univer-max-w-\[--radix-popper-available-width\] {
|
|
372
|
+
max-width: var(--radix-popper-available-width);
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.univer-max-w-\[32\%\] {
|
|
376
|
+
max-width: 32%;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.univer-max-w-\[560px\] {
|
|
380
|
+
max-width: 560px;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.univer-max-w-\[calc\(100vw-16px\)\] {
|
|
384
|
+
max-width: calc(100vw - 16px);
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.univer-max-w-full {
|
|
388
|
+
max-width: 100%;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.univer-flex-1 {
|
|
392
|
+
flex: 1;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.univer-flex-shrink-0, .univer-shrink-0 {
|
|
396
|
+
flex-shrink: 0;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.univer-origin-center {
|
|
400
|
+
transform-origin: center;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.-univer-translate-x-1\/2 {
|
|
404
|
+
--univer-tw-translate-x: -50%;
|
|
405
|
+
transform: translate(-50%, 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));
|
|
406
|
+
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));
|
|
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-translate-x-0 {
|
|
416
|
+
--univer-tw-translate-x: 0px;
|
|
417
|
+
transform: translate(0px, 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));
|
|
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
|
+
.univer-translate-x-full {
|
|
422
|
+
--univer-tw-translate-x: 100%;
|
|
423
|
+
transform: translate(100%, 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));
|
|
424
|
+
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));
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
.univer-rotate-180 {
|
|
428
|
+
--univer-tw-rotate: 180deg;
|
|
429
|
+
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));
|
|
430
|
+
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));
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.univer-cursor-default {
|
|
434
|
+
cursor: default;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
.univer-cursor-not-allowed {
|
|
438
|
+
cursor: not-allowed;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.univer-cursor-pointer {
|
|
442
|
+
cursor: pointer;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.univer-select-none {
|
|
446
|
+
user-select: none;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.univer-list-none {
|
|
450
|
+
list-style-type: none;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.univer-appearance-none {
|
|
454
|
+
-webkit-appearance: none;
|
|
455
|
+
appearance: none;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
.univer-grid-flow-col {
|
|
459
|
+
grid-auto-flow: column;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.univer-grid-cols-3 {
|
|
463
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
.univer-grid-cols-\[1fr\] {
|
|
467
|
+
grid-template-columns: 1fr;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
.univer-grid-cols-\[22px_minmax\(0\,1fr\)_22px\] {
|
|
471
|
+
grid-template-columns: 22px minmax(0, 1fr) 22px;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
.univer-grid-cols-\[28px_minmax\(0\,1fr\)_auto\] {
|
|
475
|
+
grid-template-columns: 28px minmax(0, 1fr) auto;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.univer-grid-cols-\[32px_minmax\(0\,1fr\)_32px\] {
|
|
479
|
+
grid-template-columns: 32px minmax(0, 1fr) 32px;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.univer-grid-cols-\[auto\,1fr\] {
|
|
483
|
+
grid-template-columns: auto 1fr;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.univer-grid-cols-\[auto_1fr_auto\] {
|
|
487
|
+
grid-template-columns: auto 1fr auto;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.univer-grid-cols-none {
|
|
491
|
+
grid-template-columns: none;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
.univer-grid-rows-\[100\%\] {
|
|
495
|
+
grid-template-rows: 100%;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
.univer-grid-rows-\[auto_1fr\] {
|
|
499
|
+
grid-template-rows: auto 1fr;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
.univer-grid-rows-\[auto_1fr_auto\] {
|
|
503
|
+
grid-template-rows: auto 1fr auto;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
.univer-flex-col {
|
|
507
|
+
flex-direction: column;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
.univer-flex-wrap {
|
|
511
|
+
flex-wrap: wrap;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
.univer-items-end {
|
|
515
|
+
align-items: flex-end;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
.univer-items-center {
|
|
519
|
+
align-items: center;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
.univer-justify-center {
|
|
523
|
+
justify-content: center;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
.univer-justify-between {
|
|
527
|
+
justify-content: space-between;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
.univer-gap-0\.5 {
|
|
531
|
+
gap: .125rem;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
.univer-gap-1 {
|
|
535
|
+
gap: .25rem;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
.univer-gap-1\.5 {
|
|
539
|
+
gap: .375rem;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
.univer-gap-2 {
|
|
543
|
+
gap: .5rem;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
.univer-gap-2\.5 {
|
|
547
|
+
gap: .625rem;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
.univer-gap-3 {
|
|
551
|
+
gap: .75rem;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.univer-gap-6 {
|
|
555
|
+
gap: 1.5rem;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
.univer-overflow-hidden {
|
|
559
|
+
overflow: hidden;
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
.univer-overflow-x-auto {
|
|
563
|
+
overflow-x: auto;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
.univer-overflow-y-auto {
|
|
567
|
+
overflow-y: auto;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
.univer-overscroll-contain {
|
|
571
|
+
overscroll-behavior: contain;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
.univer-scroll-smooth {
|
|
575
|
+
scroll-behavior: smooth;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
.univer-truncate {
|
|
579
|
+
text-overflow: ellipsis;
|
|
580
|
+
white-space: nowrap;
|
|
581
|
+
overflow: hidden;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
.univer-whitespace-nowrap {
|
|
585
|
+
white-space: nowrap;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
.univer-break-words {
|
|
589
|
+
word-wrap: break-word;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
.\!univer-rounded-full {
|
|
593
|
+
border-radius: 9999px !important;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
.\!univer-rounded-xl {
|
|
597
|
+
border-radius: .75rem !important;
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
.univer-rounded {
|
|
601
|
+
border-radius: .25rem;
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
.univer-rounded-2xl {
|
|
605
|
+
border-radius: 1rem;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
.univer-rounded-3xl {
|
|
609
|
+
border-radius: 1.5rem;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
.univer-rounded-full {
|
|
613
|
+
border-radius: 9999px;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
.univer-rounded-lg {
|
|
617
|
+
border-radius: .5rem;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
.univer-rounded-md {
|
|
621
|
+
border-radius: .375rem;
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
.univer-rounded-sm {
|
|
625
|
+
border-radius: .125rem;
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
.univer-rounded-xl {
|
|
629
|
+
border-radius: .75rem;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
.univer-rounded-l {
|
|
633
|
+
border-top-left-radius: .25rem;
|
|
634
|
+
border-bottom-left-radius: .25rem;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.univer-rounded-r {
|
|
638
|
+
border-top-right-radius: .25rem;
|
|
639
|
+
border-bottom-right-radius: .25rem;
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
.univer-rounded-t-\[28px\] {
|
|
643
|
+
border-top-left-radius: 28px;
|
|
644
|
+
border-top-right-radius: 28px;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
.univer-border {
|
|
648
|
+
border-width: 1px;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
.univer-border-0 {
|
|
652
|
+
border-width: 0;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
.univer-border-b {
|
|
656
|
+
border-bottom-width: 1px;
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
.univer-border-solid {
|
|
660
|
+
border-style: solid;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
.univer-border-none {
|
|
664
|
+
border-style: none;
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
.univer-border-gray-200 {
|
|
668
|
+
border-color: var(--univer-gray-200);
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
.\!univer-bg-gray-200 {
|
|
672
|
+
background-color: var(--univer-gray-200) !important;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
.\!univer-bg-gray-500 {
|
|
676
|
+
background-color: var(--univer-gray-500) !important;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
.\!univer-bg-gray-900 {
|
|
680
|
+
background-color: var(--univer-gray-900) !important;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
.univer-bg-\[rgba\(15\,23\,42\,0\.32\)\] {
|
|
684
|
+
background-color: #0f172a52;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
.univer-bg-gray-100 {
|
|
688
|
+
background-color: var(--univer-gray-100);
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
.univer-bg-gray-200 {
|
|
692
|
+
background-color: var(--univer-gray-200);
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
.univer-bg-gray-300 {
|
|
696
|
+
background-color: var(--univer-gray-300);
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
.univer-bg-gray-400 {
|
|
700
|
+
background-color: var(--univer-gray-400);
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
.univer-bg-gray-50 {
|
|
704
|
+
background-color: var(--univer-gray-50);
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
.univer-bg-gray-700 {
|
|
708
|
+
background-color: var(--univer-gray-700);
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
.univer-bg-primary-50 {
|
|
712
|
+
background-color: var(--univer-primary-50);
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
.univer-bg-primary-600 {
|
|
716
|
+
background-color: var(--univer-primary-600);
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
.univer-bg-transparent {
|
|
720
|
+
background-color: #0000;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
.univer-bg-white {
|
|
724
|
+
background-color: var(--univer-white);
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.univer-bg-gradient-to-tr {
|
|
728
|
+
background-image: linear-gradient(to top right, var(--univer-tw-gradient-stops));
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
.univer-from-slate-950 {
|
|
732
|
+
--univer-tw-gradient-from: #020617 var(--univer-tw-gradient-from-position);
|
|
733
|
+
--univer-tw-gradient-to: #02061700 var(--univer-tw-gradient-to-position);
|
|
734
|
+
--univer-tw-gradient-stops: var(--univer-tw-gradient-from), var(--univer-tw-gradient-to);
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
.univer-via-blue-950 {
|
|
738
|
+
--univer-tw-gradient-to: #17255400 var(--univer-tw-gradient-to-position);
|
|
739
|
+
--univer-tw-gradient-stops: var(--univer-tw-gradient-from), #172554 var(--univer-tw-gradient-via-position), var(--univer-tw-gradient-to);
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.univer-to-cyan-900 {
|
|
743
|
+
--univer-tw-gradient-to: #164e63 var(--univer-tw-gradient-to-position);
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
.univer-p-0 {
|
|
747
|
+
padding: 0;
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
.univer-p-1 {
|
|
751
|
+
padding: .25rem;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
.univer-p-2 {
|
|
755
|
+
padding: .5rem;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
.univer-p-4 {
|
|
759
|
+
padding: 1rem;
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
.univer-p-8 {
|
|
763
|
+
padding: 2rem;
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
.univer-px-0 {
|
|
767
|
+
padding-left: 0;
|
|
768
|
+
padding-right: 0;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.univer-px-0\.5 {
|
|
772
|
+
padding-left: .125rem;
|
|
773
|
+
padding-right: .125rem;
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
.univer-px-1 {
|
|
777
|
+
padding-left: .25rem;
|
|
778
|
+
padding-right: .25rem;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
.univer-px-1\.5 {
|
|
782
|
+
padding-left: .375rem;
|
|
783
|
+
padding-right: .375rem;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
.univer-px-2 {
|
|
787
|
+
padding-left: .5rem;
|
|
788
|
+
padding-right: .5rem;
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
.univer-px-3 {
|
|
792
|
+
padding-left: .75rem;
|
|
793
|
+
padding-right: .75rem;
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
.univer-px-4 {
|
|
797
|
+
padding-left: 1rem;
|
|
798
|
+
padding-right: 1rem;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
.univer-py-0\.5 {
|
|
802
|
+
padding-top: .125rem;
|
|
803
|
+
padding-bottom: .125rem;
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
.univer-py-1 {
|
|
807
|
+
padding-top: .25rem;
|
|
808
|
+
padding-bottom: .25rem;
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
.univer-py-1\.5 {
|
|
812
|
+
padding-top: .375rem;
|
|
813
|
+
padding-bottom: .375rem;
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
.univer-py-3 {
|
|
817
|
+
padding-top: .75rem;
|
|
818
|
+
padding-bottom: .75rem;
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
.univer-pb-1 {
|
|
822
|
+
padding-bottom: .25rem;
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
.univer-pb-2 {
|
|
826
|
+
padding-bottom: .5rem;
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
.univer-pb-3 {
|
|
830
|
+
padding-bottom: .75rem;
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
.univer-pl-2 {
|
|
834
|
+
padding-left: .5rem;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
.univer-pl-3 {
|
|
838
|
+
padding-left: .75rem;
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
.univer-pl-4 {
|
|
842
|
+
padding-left: 1rem;
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
.univer-pl-6 {
|
|
846
|
+
padding-left: 1.5rem;
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
.univer-pr-1\.5 {
|
|
850
|
+
padding-right: .375rem;
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
.univer-pr-2 {
|
|
854
|
+
padding-right: .5rem;
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
.univer-pr-5 {
|
|
858
|
+
padding-right: 1.25rem;
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
.univer-pt-1 {
|
|
862
|
+
padding-top: .25rem;
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
.univer-pt-3 {
|
|
866
|
+
padding-top: .75rem;
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
.univer-text-left {
|
|
870
|
+
text-align: left;
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
.univer-text-center {
|
|
874
|
+
text-align: center;
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
.univer-text-right {
|
|
878
|
+
text-align: right;
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
.univer-font-sans {
|
|
882
|
+
font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
.univer-text-2xl {
|
|
886
|
+
font-size: 1.5rem;
|
|
887
|
+
line-height: 2rem;
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
.univer-text-base {
|
|
891
|
+
font-size: 1rem;
|
|
892
|
+
line-height: 1.5rem;
|
|
893
|
+
}
|
|
894
|
+
|
|
895
|
+
.univer-text-sm {
|
|
896
|
+
font-size: .875rem;
|
|
897
|
+
line-height: 1.25rem;
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
.univer-text-xs {
|
|
901
|
+
font-size: .75rem;
|
|
902
|
+
line-height: 1rem;
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
.univer-font-bold {
|
|
906
|
+
font-weight: 700;
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
.univer-font-medium {
|
|
910
|
+
font-weight: 500;
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
.univer-font-semibold {
|
|
914
|
+
font-weight: 600;
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
.univer-uppercase {
|
|
918
|
+
text-transform: uppercase;
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
.univer-leading-4 {
|
|
922
|
+
line-height: 1rem;
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
.univer-leading-6 {
|
|
926
|
+
line-height: 1.5rem;
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
.univer-leading-none {
|
|
930
|
+
line-height: 1;
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
.univer-tracking-\[0\.08em\] {
|
|
934
|
+
letter-spacing: .08em;
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
.univer-tracking-tight {
|
|
938
|
+
letter-spacing: -.025em;
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
.\!univer-text-gray-600 {
|
|
942
|
+
color: var(--univer-gray-600) !important;
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
.\!univer-text-white {
|
|
946
|
+
color: var(--univer-white) !important;
|
|
947
|
+
}
|
|
948
|
+
|
|
949
|
+
.univer-text-current {
|
|
950
|
+
color: currentColor;
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
.univer-text-gray-200 {
|
|
954
|
+
color: var(--univer-gray-200);
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
.univer-text-gray-300 {
|
|
958
|
+
color: var(--univer-gray-300);
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
.univer-text-gray-400 {
|
|
962
|
+
color: var(--univer-gray-400);
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
.univer-text-gray-500 {
|
|
966
|
+
color: var(--univer-gray-500);
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
.univer-text-gray-600 {
|
|
970
|
+
color: var(--univer-gray-600);
|
|
971
|
+
}
|
|
972
|
+
|
|
973
|
+
.univer-text-gray-700 {
|
|
974
|
+
color: var(--univer-gray-700);
|
|
975
|
+
}
|
|
976
|
+
|
|
977
|
+
.univer-text-gray-800 {
|
|
978
|
+
color: var(--univer-gray-800);
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
.univer-text-gray-900 {
|
|
982
|
+
color: var(--univer-gray-900);
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
.univer-text-primary-600 {
|
|
986
|
+
color: var(--univer-primary-600);
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
.univer-text-primary-700 {
|
|
990
|
+
color: var(--univer-primary-700);
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
.univer-text-slate-200 {
|
|
994
|
+
--univer-tw-text-opacity: 1;
|
|
995
|
+
color: rgba(226, 232, 240, var(--univer-tw-text-opacity, 1));
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
.univer-text-white {
|
|
999
|
+
color: var(--univer-white);
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
.univer-underline {
|
|
1003
|
+
text-decoration-line: underline;
|
|
1004
|
+
}
|
|
1005
|
+
|
|
1006
|
+
.univer-opacity-0 {
|
|
1007
|
+
opacity: 0;
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
.univer-opacity-30 {
|
|
1011
|
+
opacity: .3;
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
.univer-opacity-40 {
|
|
1015
|
+
opacity: .4;
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
.univer-opacity-60 {
|
|
1019
|
+
opacity: .6;
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
.univer-shadow {
|
|
1023
|
+
--univer-tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
|
|
1024
|
+
--univer-tw-shadow-colored: 0 1px 3px 0 var(--univer-tw-shadow-color), 0 1px 2px -1px var(--univer-tw-shadow-color);
|
|
1025
|
+
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
|
|
1026
|
+
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
.univer-shadow-\[0_-16px_48px_rgba\(15\,23\,42\,0\.18\)\] {
|
|
1030
|
+
--univer-tw-shadow: 0 -16px 48px #0f172a2e;
|
|
1031
|
+
--univer-tw-shadow-colored: 0 -16px 48px var(--univer-tw-shadow-color);
|
|
1032
|
+
box-shadow: 0 0 #0000, 0 0 #0000, 0 -16px 48px #0f172a2e;
|
|
1033
|
+
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
.univer-shadow-md {
|
|
1037
|
+
--univer-tw-shadow: 0px 1px 6px -2px #1e284d14, 0px 2px 6px -1px #1e284d1a;
|
|
1038
|
+
--univer-tw-shadow-colored: 0px 1px 6px -2px var(--univer-tw-shadow-color), 0px 2px 6px -1px var(--univer-tw-shadow-color);
|
|
1039
|
+
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 6px -2px #1e284d14, 0 2px 6px -1px #1e284d1a;
|
|
1040
|
+
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
.univer-shadow-sm {
|
|
1044
|
+
--univer-tw-shadow: 0px 1px 2px 0px #1e284d14;
|
|
1045
|
+
--univer-tw-shadow-colored: 0px 1px 2px 0px var(--univer-tw-shadow-color);
|
|
1046
|
+
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px #1e284d14;
|
|
1047
|
+
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
.univer-outline-none {
|
|
1051
|
+
outline-offset: 2px;
|
|
1052
|
+
outline: 2px solid #0000;
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
.univer-ring-0 {
|
|
1056
|
+
--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);
|
|
1057
|
+
--univer-tw-ring-shadow: var(--univer-tw-ring-inset) 0 0 0 calc(0px + var(--univer-tw-ring-offset-width)) var(--univer-tw-ring-color);
|
|
1058
|
+
box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), 0 0 #0000;
|
|
1059
|
+
box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), var(--univer-tw-shadow, 0 0 #0000);
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
.univer-ring-1 {
|
|
1063
|
+
--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);
|
|
1064
|
+
--univer-tw-ring-shadow: var(--univer-tw-ring-inset) 0 0 0 calc(1px + var(--univer-tw-ring-offset-width)) var(--univer-tw-ring-color);
|
|
1065
|
+
box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), 0 0 #0000;
|
|
1066
|
+
box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), var(--univer-tw-shadow, 0 0 #0000);
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
.univer-ring-primary-600 {
|
|
1070
|
+
--univer-tw-ring-color: var(--univer-primary-600);
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
.univer-backdrop-blur-\[2px\] {
|
|
1074
|
+
--univer-tw-backdrop-blur: blur(2px);
|
|
1075
|
+
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);
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
.univer-backdrop-blur-xl {
|
|
1079
|
+
--univer-tw-backdrop-blur: blur(24px);
|
|
1080
|
+
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);
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
.univer-transition-\[width\] {
|
|
1084
|
+
transition-property: width;
|
|
1085
|
+
transition-duration: .15s;
|
|
1086
|
+
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
.univer-transition-all {
|
|
1090
|
+
transition-property: all;
|
|
1091
|
+
transition-duration: .15s;
|
|
1092
|
+
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
.univer-transition-colors {
|
|
1096
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1097
|
+
transition-duration: .15s;
|
|
1098
|
+
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1101
|
+
@keyframes enter {
|
|
1102
|
+
from {
|
|
1103
|
+
opacity: 1;
|
|
1104
|
+
opacity: var(--univer-tw-enter-opacity, 1);
|
|
1105
|
+
transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
|
|
1106
|
+
transform: translate3d(var(--univer-tw-enter-translate-x, 0), var(--univer-tw-enter-translate-y, 0), 0) scale3d(var(--univer-tw-enter-scale, 1), var(--univer-tw-enter-scale, 1), var(--univer-tw-enter-scale, 1)) rotate(var(--univer-tw-enter-rotate, 0));
|
|
1107
|
+
}
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
@keyframes exit {
|
|
1111
|
+
to {
|
|
1112
|
+
opacity: 1;
|
|
1113
|
+
opacity: var(--univer-tw-exit-opacity, 1);
|
|
1114
|
+
transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
|
|
1115
|
+
transform: translate3d(var(--univer-tw-exit-translate-x, 0), var(--univer-tw-exit-translate-y, 0), 0) scale3d(var(--univer-tw-exit-scale, 1), var(--univer-tw-exit-scale, 1), var(--univer-tw-exit-scale, 1)) rotate(var(--univer-tw-exit-rotate, 0));
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
.univer-animate-in {
|
|
1120
|
+
--univer-tw-enter-opacity: initial;
|
|
1121
|
+
--univer-tw-enter-scale: initial;
|
|
1122
|
+
--univer-tw-enter-rotate: initial;
|
|
1123
|
+
--univer-tw-enter-translate-x: initial;
|
|
1124
|
+
--univer-tw-enter-translate-y: initial;
|
|
1125
|
+
animation-name: enter;
|
|
1126
|
+
animation-duration: .15s;
|
|
1127
|
+
}
|
|
1128
|
+
|
|
1129
|
+
.univer-fade-in {
|
|
1130
|
+
--univer-tw-enter-opacity: 0;
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
.univer-fade-in-70 {
|
|
1134
|
+
--univer-tw-enter-opacity: .7;
|
|
1135
|
+
}
|
|
1136
|
+
|
|
1137
|
+
.last\:univer-border-b-0:last-child {
|
|
1138
|
+
border-bottom-width: 0;
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1141
|
+
.hover\:univer-bg-gray-100:hover {
|
|
1142
|
+
background-color: var(--univer-gray-100);
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1145
|
+
.hover\:univer-bg-gray-200:hover {
|
|
1146
|
+
background-color: var(--univer-gray-200);
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
.hover\:univer-bg-gray-50:hover {
|
|
1150
|
+
background-color: var(--univer-gray-50);
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
.hover\:univer-bg-transparent:hover {
|
|
1154
|
+
background-color: #0000;
|
|
1155
|
+
}
|
|
1156
|
+
|
|
1157
|
+
.hover\:univer-opacity-50:hover {
|
|
1158
|
+
opacity: .5;
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
.focus\:univer-bg-white:focus {
|
|
1162
|
+
background-color: var(--univer-white);
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
.focus\:univer-outline-none:focus {
|
|
1166
|
+
outline-offset: 2px;
|
|
1167
|
+
outline: 2px solid #0000;
|
|
1168
|
+
}
|
|
1169
|
+
|
|
1170
|
+
.focus-visible\:univer-ring-2:focus-visible {
|
|
1171
|
+
--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);
|
|
1172
|
+
--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);
|
|
1173
|
+
box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), 0 0 #0000;
|
|
1174
|
+
box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), var(--univer-tw-shadow, 0 0 #0000);
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
.focus-visible\:univer-ring-primary-600:focus-visible {
|
|
1178
|
+
--univer-tw-ring-color: var(--univer-primary-600);
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
.focus-visible\:univer-ring-offset-0:focus-visible {
|
|
1182
|
+
--univer-tw-ring-offset-width: 0px;
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
.active\:univer-bg-gray-200:active {
|
|
1186
|
+
background-color: var(--univer-gray-200);
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
.enabled\:hover\:univer-bg-gray-50:hover:enabled {
|
|
1190
|
+
background-color: var(--univer-gray-50);
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1193
|
+
.enabled\:active\:univer-bg-gray-100:active:enabled {
|
|
1194
|
+
background-color: var(--univer-gray-100);
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1197
|
+
.disabled\:univer-cursor-not-allowed:disabled {
|
|
1198
|
+
cursor: not-allowed;
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1201
|
+
.disabled\:univer-text-gray-300:disabled {
|
|
1202
|
+
color: var(--univer-gray-300);
|
|
1203
|
+
}
|
|
1204
|
+
|
|
1205
|
+
.disabled\:univer-opacity-40:disabled {
|
|
1206
|
+
opacity: .4;
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
|
+
.disabled\:hover\:univer-bg-transparent:hover:disabled {
|
|
1210
|
+
background-color: #0000;
|
|
1211
|
+
}
|
|
1212
|
+
|
|
1213
|
+
@media (min-width: 640px) {
|
|
1214
|
+
.sm\:\!univer-block {
|
|
1215
|
+
display: block !important;
|
|
1216
|
+
}
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
.rtl\:univer-pl-1\.5:where([dir="rtl"], [dir="rtl"] *) {
|
|
1220
|
+
padding-left: .375rem;
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
.rtl\:univer-pr-0:where([dir="rtl"], [dir="rtl"] *) {
|
|
1224
|
+
padding-right: 0;
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
.rtl\:univer-pr-2:where([dir="rtl"], [dir="rtl"] *) {
|
|
1228
|
+
padding-right: .5rem;
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
.dark\:\!univer-border-gray-600:where(.univer-dark, .univer-dark *) {
|
|
1232
|
+
border-color: var(--univer-gray-600) !important;
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
.dark\:\!univer-bg-gray-200:where(.univer-dark, .univer-dark *) {
|
|
1236
|
+
background-color: var(--univer-gray-200) !important;
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1239
|
+
.dark\:\!univer-bg-gray-500:where(.univer-dark, .univer-dark *) {
|
|
1240
|
+
background-color: var(--univer-gray-500) !important;
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
.dark\:\!univer-bg-gray-600:where(.univer-dark, .univer-dark *) {
|
|
1244
|
+
background-color: var(--univer-gray-600) !important;
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
.dark\:\!univer-bg-gray-700:where(.univer-dark, .univer-dark *) {
|
|
1248
|
+
background-color: var(--univer-gray-700) !important;
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1251
|
+
.dark\:\!univer-bg-gray-800:where(.univer-dark, .univer-dark *) {
|
|
1252
|
+
background-color: var(--univer-gray-800) !important;
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
.dark\:\!univer-bg-gray-900:where(.univer-dark, .univer-dark *) {
|
|
1256
|
+
background-color: var(--univer-gray-900) !important;
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
|
+
.dark\:\!univer-bg-primary-400:where(.univer-dark, .univer-dark *) {
|
|
1260
|
+
background-color: var(--univer-primary-400) !important;
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
.dark\:\!univer-bg-primary-900:where(.univer-dark, .univer-dark *) {
|
|
1264
|
+
background-color: var(--univer-primary-900) !important;
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1267
|
+
.dark\:\!univer-text-gray-100:where(.univer-dark, .univer-dark *) {
|
|
1268
|
+
color: var(--univer-gray-100) !important;
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
.dark\:\!univer-text-gray-200:where(.univer-dark, .univer-dark *) {
|
|
1272
|
+
color: var(--univer-gray-200) !important;
|
|
1273
|
+
}
|
|
1274
|
+
|
|
1275
|
+
.dark\:\!univer-text-gray-300:where(.univer-dark, .univer-dark *) {
|
|
1276
|
+
color: var(--univer-gray-300) !important;
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
.dark\:\!univer-text-gray-400:where(.univer-dark, .univer-dark *) {
|
|
1280
|
+
color: var(--univer-gray-400) !important;
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
.dark\:\!univer-text-gray-500:where(.univer-dark, .univer-dark *) {
|
|
1284
|
+
color: var(--univer-gray-500) !important;
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
.dark\:\!univer-text-gray-600:where(.univer-dark, .univer-dark *) {
|
|
1288
|
+
color: var(--univer-gray-600) !important;
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
.dark\:\!univer-text-gray-800:where(.univer-dark, .univer-dark *) {
|
|
1292
|
+
color: var(--univer-gray-800) !important;
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1295
|
+
.dark\:\!univer-text-primary-100:where(.univer-dark, .univer-dark *) {
|
|
1296
|
+
color: var(--univer-primary-100) !important;
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
|
+
.dark\:\!univer-text-primary-300:where(.univer-dark, .univer-dark *) {
|
|
1300
|
+
color: var(--univer-primary-300) !important;
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
.dark\:\!univer-text-primary-400:where(.univer-dark, .univer-dark *) {
|
|
1304
|
+
color: var(--univer-primary-400) !important;
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1307
|
+
.dark\:\!univer-text-white:where(.univer-dark, .univer-dark *) {
|
|
1308
|
+
color: var(--univer-white) !important;
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1311
|
+
.dark\:hover\:\!univer-bg-gray-600:hover:where(.univer-dark, .univer-dark *) {
|
|
1312
|
+
background-color: var(--univer-gray-600) !important;
|
|
1313
|
+
}
|
|
1314
|
+
|
|
1315
|
+
.dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark, .univer-dark *) {
|
|
1316
|
+
background-color: var(--univer-gray-700) !important;
|
|
1317
|
+
}
|
|
1318
|
+
|
|
1319
|
+
.dark\:hover\:\!univer-bg-gray-900:hover:where(.univer-dark, .univer-dark *) {
|
|
1320
|
+
background-color: var(--univer-gray-900) !important;
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1323
|
+
.dark\:hover\:\!univer-bg-transparent:hover:where(.univer-dark, .univer-dark *) {
|
|
1324
|
+
background-color: #0000 !important;
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1327
|
+
.dark\:active\:\!univer-bg-gray-600:active:where(.univer-dark, .univer-dark *) {
|
|
1328
|
+
background-color: var(--univer-gray-600) !important;
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
.dark\:disabled\:\!univer-text-gray-600:disabled:where(.univer-dark, .univer-dark *) {
|
|
1332
|
+
color: var(--univer-gray-600) !important;
|
|
1333
|
+
}
|
|
1334
|
+
|
|
1335
|
+
.\[\&\:\:-webkit-scrollbar\]\:univer-hidden::-webkit-scrollbar {
|
|
1336
|
+
display: none;
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
.\[\&\>\*\]\:univer-m-0 > * {
|
|
1340
|
+
margin: 0;
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
.\[\&\>\*\]\:univer-inline-flex > * {
|
|
1344
|
+
display: inline-flex;
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
.\[\&\>\*\]\:univer-h-6 > * {
|
|
1348
|
+
height: 1.5rem;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
.\[\&\>\*\]\:univer-min-h-7 > * {
|
|
1352
|
+
min-height: 1.75rem;
|
|
1353
|
+
}
|
|
1354
|
+
|
|
1355
|
+
.\[\&\>\*\]\:univer-min-w-7 > * {
|
|
1356
|
+
min-width: 1.75rem;
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
.\[\&\>\*\]\:univer-appearance-none > * {
|
|
1360
|
+
-webkit-appearance: none;
|
|
1361
|
+
appearance: none;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
.\[\&\>\*\]\:univer-items-center > * {
|
|
1365
|
+
align-items: center;
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
.\[\&\>\*\]\:univer-justify-center > * {
|
|
1369
|
+
justify-content: center;
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
.\[\&\>\*\]\:univer-rounded > * {
|
|
1373
|
+
border-radius: .25rem;
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
.\[\&\>\*\]\:univer-rounded-md > * {
|
|
1377
|
+
border-radius: .375rem;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
.\[\&\>\*\]\:univer-border-0 > * {
|
|
1381
|
+
border-width: 0;
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
.\[\&\>\*\]\:univer-px-1 > * {
|
|
1385
|
+
padding-left: .25rem;
|
|
1386
|
+
padding-right: .25rem;
|
|
1387
|
+
}
|
|
1388
|
+
|
|
1389
|
+
.\[\&\>\*\]\:univer-px-1\.5 > * {
|
|
1390
|
+
padding-left: .375rem;
|
|
1391
|
+
padding-right: .375rem;
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
.\[\&\>\*\]\:univer-leading-none > * {
|
|
1395
|
+
line-height: 1;
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
.\[\&\>\*\]\:univer-outline-none > * {
|
|
1399
|
+
outline-offset: 2px;
|
|
1400
|
+
outline: 2px solid #0000;
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1403
|
+
.\[\&\>\*\]\:univer-transition-colors > * {
|
|
1404
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1405
|
+
transition-duration: .15s;
|
|
1406
|
+
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
|
+
.hover\:\[\&\>\*\]\:univer-bg-gray-100 > :hover {
|
|
1410
|
+
background-color: var(--univer-gray-100);
|
|
1411
|
+
}
|
|
1412
|
+
|
|
1413
|
+
.\[\&\>span\]\:univer-truncate > span {
|
|
1414
|
+
text-overflow: ellipsis;
|
|
1415
|
+
white-space: nowrap;
|
|
1416
|
+
overflow: hidden;
|
|
1417
|
+
}
|
|
1418
|
+
|
|
1419
|
+
.\[\&\>span\]\:univer-text-sm > span {
|
|
1420
|
+
font-size: .875rem;
|
|
1421
|
+
line-height: 1.25rem;
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
.\[\&\>span\]\:univer-font-medium > span {
|
|
1425
|
+
font-weight: 500;
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1428
|
+
.\[\&\>svg\]\:univer-shrink-0 > svg {
|
|
1429
|
+
flex-shrink: 0;
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
.\[\&\>svg\]\:univer-text-lg > svg {
|
|
1433
|
+
font-size: 1.125rem;
|
|
1434
|
+
line-height: 1.75rem;
|
|
1435
|
+
}
|
|
1436
|
+
|
|
1437
|
+
.\[\&\>svg\]\:univer-text-gray-700 > svg {
|
|
1438
|
+
color: var(--univer-gray-700);
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1441
|
+
.\[\&_\*\]\:univer-box-border * {
|
|
1442
|
+
box-sizing: border-box;
|
|
1443
|
+
}
|
|
1444
|
+
|
|
1445
|
+
.\[\&_\.univer-custom-label\]\:univer-text-sm .univer-custom-label {
|
|
1446
|
+
font-size: .875rem;
|
|
1447
|
+
line-height: 1.25rem;
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1450
|
+
.\[\&_\.univer-custom-label\]\:univer-leading-none .univer-custom-label {
|
|
1451
|
+
line-height: 1;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
.\[\&_\.univer-toolbar-button-selector-main\]\:\!univer-h-8 .univer-toolbar-button-selector-main {
|
|
1455
|
+
height: 2rem !important;
|
|
1456
|
+
}
|
|
1457
|
+
|
|
1458
|
+
.\[\&_\.univer-toolbar-button-selector-main\]\:\!univer-rounded-none .univer-toolbar-button-selector-main {
|
|
1459
|
+
border-radius: 0 !important;
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
.\[\&_\.univer-toolbar-button-selector-main\]\:\!univer-rounded-l-md .univer-toolbar-button-selector-main {
|
|
1463
|
+
border-top-left-radius: .375rem !important;
|
|
1464
|
+
border-bottom-left-radius: .375rem !important;
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1467
|
+
.\[\&_\.univer-toolbar-button-selector-main\]\:\!univer-px-1\.5 .univer-toolbar-button-selector-main {
|
|
1468
|
+
padding-left: .375rem !important;
|
|
1469
|
+
padding-right: .375rem !important;
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
.\[\&_\.univer-toolbar-button-selector-root\]\:\!univer-h-8 .univer-toolbar-button-selector-root {
|
|
1473
|
+
height: 2rem !important;
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
.\[\&_\.univer-toolbar-button-selector-root\]\:univer-overflow-hidden .univer-toolbar-button-selector-root {
|
|
1477
|
+
overflow: hidden;
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1480
|
+
.\[\&_\.univer-toolbar-button-selector-root\]\:\!univer-rounded-md .univer-toolbar-button-selector-root {
|
|
1481
|
+
border-radius: .375rem !important;
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
.\[\&_\.univer-toolbar-button-selector-root\]\:\!univer-pr-0 .univer-toolbar-button-selector-root {
|
|
1485
|
+
padding-right: 0 !important;
|
|
1486
|
+
}
|
|
1487
|
+
|
|
1488
|
+
.\[\&_\.univer-toolbar-button-selector-trigger\]\:\!univer-static .univer-toolbar-button-selector-trigger {
|
|
1489
|
+
position: static !important;
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1492
|
+
.\[\&_\.univer-toolbar-button-selector-trigger\]\:\!univer-h-8 .univer-toolbar-button-selector-trigger {
|
|
1493
|
+
height: 2rem !important;
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1496
|
+
.\[\&_\.univer-toolbar-button-selector-trigger\]\:\!univer-w-6 .univer-toolbar-button-selector-trigger {
|
|
1497
|
+
width: 1.5rem !important;
|
|
1498
|
+
}
|
|
1499
|
+
|
|
1500
|
+
.\[\&_\.univer-toolbar-button-selector-trigger\]\:\!univer-rounded-none .univer-toolbar-button-selector-trigger {
|
|
1501
|
+
border-radius: 0 !important;
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
.\[\&_\.univer-toolbar-button-selector-trigger\]\:\!univer-rounded-r-md .univer-toolbar-button-selector-trigger {
|
|
1505
|
+
border-top-right-radius: .375rem !important;
|
|
1506
|
+
border-bottom-right-radius: .375rem !important;
|
|
1507
|
+
}
|
|
1508
|
+
|
|
1509
|
+
.\[\&_\.univer-toolbar-selector-root\]\:\!univer-h-8 .univer-toolbar-selector-root {
|
|
1510
|
+
height: 2rem !important;
|
|
1511
|
+
}
|
|
1512
|
+
|
|
1513
|
+
.\[\&_\.univer-toolbar-selector-root\]\:\!univer-gap-1 .univer-toolbar-selector-root {
|
|
1514
|
+
gap: .25rem !important;
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
.\[\&_\.univer-toolbar-selector-root\]\:\!univer-rounded-md .univer-toolbar-selector-root {
|
|
1518
|
+
border-radius: .375rem !important;
|
|
1519
|
+
}
|
|
1520
|
+
|
|
1521
|
+
.\[\&_\.univer-toolbar-selector-root\]\:\!univer-px-1\.5 .univer-toolbar-selector-root {
|
|
1522
|
+
padding-left: .375rem !important;
|
|
1523
|
+
padding-right: .375rem !important;
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
.\[\&_\.univer-toolbar-selector-trigger\]\:\!univer-pl-0\.5 .univer-toolbar-selector-trigger {
|
|
1527
|
+
padding-left: .125rem !important;
|
|
1528
|
+
}
|
|
1529
|
+
|
|
1530
|
+
.\[\&_\.univer-tooltip\]\:univer-inline-flex .univer-tooltip {
|
|
1531
|
+
display: inline-flex;
|
|
1532
|
+
}
|
|
1533
|
+
|
|
1534
|
+
.\[\&_\.univer-tooltip\]\:univer-h-full .univer-tooltip {
|
|
1535
|
+
height: 100%;
|
|
1536
|
+
}
|
|
1537
|
+
|
|
1538
|
+
.\[\&_\.univer-tooltip\]\:univer-items-center .univer-tooltip {
|
|
1539
|
+
align-items: center;
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
.\[\&_\[data-u-command\]\]\:\!univer-h-8 [data-u-command] {
|
|
1543
|
+
height: 2rem !important;
|
|
1544
|
+
}
|
|
1545
|
+
|
|
1546
|
+
.\[\&_\[data-u-command\]\]\:\!univer-min-h-8 [data-u-command] {
|
|
1547
|
+
min-height: 2rem !important;
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1550
|
+
.\[\&_\[data-u-command\]\]\:\!univer-rounded-md [data-u-command] {
|
|
1551
|
+
border-radius: .375rem !important;
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
.\[\&_\[data-u-command\]\]\:\!univer-px-1\.5 [data-u-command] {
|
|
1555
|
+
padding-left: .375rem !important;
|
|
1556
|
+
padding-right: .375rem !important;
|
|
1557
|
+
}
|
|
1558
|
+
|
|
1559
|
+
.\[\&_button\]\:\!univer-m-0 button {
|
|
1560
|
+
margin: 0 !important;
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1563
|
+
.\[\&_button\]\:\!univer-h-8 button {
|
|
1564
|
+
height: 2rem !important;
|
|
1565
|
+
}
|
|
1566
|
+
|
|
1567
|
+
.\[\&_button\]\:\!univer-min-w-8 button {
|
|
1568
|
+
min-width: 2rem !important;
|
|
1569
|
+
}
|
|
1570
|
+
|
|
1571
|
+
.\[\&_button\]\:\!univer-appearance-none button {
|
|
1572
|
+
-webkit-appearance: none !important;
|
|
1573
|
+
appearance: none !important;
|
|
1574
|
+
}
|
|
1575
|
+
|
|
1576
|
+
.\[\&_button\]\:\!univer-rounded-md button {
|
|
1577
|
+
border-radius: .375rem !important;
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1580
|
+
.\[\&_button\]\:\!univer-border-0 button {
|
|
1581
|
+
border-width: 0 !important;
|
|
1582
|
+
}
|
|
1583
|
+
|
|
1584
|
+
.\[\&_button\]\:\!univer-bg-transparent button {
|
|
1585
|
+
background-color: #0000 !important;
|
|
1586
|
+
}
|
|
1587
|
+
|
|
1588
|
+
.\[\&_button\]\:\!univer-p-0 button {
|
|
1589
|
+
padding: 0 !important;
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1592
|
+
.\[\&_button\]\:\!univer-px-1\.5 button {
|
|
1593
|
+
padding-left: .375rem !important;
|
|
1594
|
+
padding-right: .375rem !important;
|
|
1595
|
+
}
|
|
1596
|
+
|
|
1597
|
+
.\[\&_button\]\:\!univer-leading-none button {
|
|
1598
|
+
line-height: 1 !important;
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1601
|
+
.\[\&_button\]\:\!univer-outline-none button {
|
|
1602
|
+
outline-offset: 2px !important;
|
|
1603
|
+
outline: 2px solid #0000 !important;
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
.\[\&_input\:focus\]\:\!univer-ring-0 input:focus {
|
|
1607
|
+
--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) !important;
|
|
1608
|
+
--univer-tw-ring-shadow: var(--univer-tw-ring-inset) 0 0 0 calc(0px + var(--univer-tw-ring-offset-width)) var(--univer-tw-ring-color) !important;
|
|
1609
|
+
box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), 0 0 #0000 !important;
|
|
1610
|
+
box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), var(--univer-tw-shadow, 0 0 #0000) !important;
|
|
1611
|
+
}
|
|
1612
|
+
|
|
1613
|
+
.\[\&_input\]\:\!univer-m-0 input {
|
|
1614
|
+
margin: 0 !important;
|
|
1615
|
+
}
|
|
1616
|
+
|
|
1617
|
+
.\[\&_input\]\:univer-h-6 input {
|
|
1618
|
+
height: 1.5rem;
|
|
1619
|
+
}
|
|
1620
|
+
|
|
1621
|
+
.\[\&_input\]\:univer-w-7 input {
|
|
1622
|
+
width: 1.75rem;
|
|
1623
|
+
}
|
|
1624
|
+
|
|
1625
|
+
.\[\&_input\]\:\!univer-appearance-none input {
|
|
1626
|
+
-webkit-appearance: none !important;
|
|
1627
|
+
appearance: none !important;
|
|
1628
|
+
}
|
|
1629
|
+
|
|
1630
|
+
.\[\&_input\]\:\!univer-border-0 input {
|
|
1631
|
+
border-width: 0 !important;
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1634
|
+
.\[\&_input\]\:univer-border-none input {
|
|
1635
|
+
border-style: none;
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
.\[\&_input\]\:\!univer-bg-transparent input {
|
|
1639
|
+
background-color: #0000 !important;
|
|
1640
|
+
}
|
|
1641
|
+
|
|
1642
|
+
.\[\&_input\]\:\!univer-p-0 input {
|
|
1643
|
+
padding: 0 !important;
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1646
|
+
.\[\&_input\]\:univer-p-0 input {
|
|
1647
|
+
padding: 0;
|
|
1648
|
+
}
|
|
1649
|
+
|
|
1650
|
+
.\[\&_input\]\:univer-text-sm input {
|
|
1651
|
+
font-size: .875rem;
|
|
1652
|
+
line-height: 1.25rem;
|
|
1653
|
+
}
|
|
1654
|
+
|
|
1655
|
+
.\[\&_input\]\:\!univer-leading-none input {
|
|
1656
|
+
line-height: 1 !important;
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1659
|
+
.\[\&_input\]\:\!univer-outline-none input {
|
|
1660
|
+
outline-offset: 2px !important;
|
|
1661
|
+
outline: 2px solid #0000 !important;
|
|
1662
|
+
}
|