@univerjs/preset-sheets-collaboration 0.6.10 → 0.7.0-nightly.202505071607

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/index.css CHANGED
@@ -1 +1 @@
1
- .univer-online-status-icon{display:flex;margin-right:8px;font-size:20px}.univer-online-status-title{font-size:14px;line-height:32px;color:rgb(var(--grey-600))}.univer-online-status.univer-online .univer-online-status-icon{color:rgb(var(--green-500))}.univer-online-status.univer-offline .univer-online-status-icon{color:rgb(var(--red-500))}.univer-m-auto{margin:auto}.univer-flex{display:flex}.univer-items-center{align-items:center}.univer-justify-center{justify-content:center}.univer-text-gray-500{--tw-text-opacity: 1;color:#5f6574;color:rgba(95,101,116,var(--tw-text-opacity, 1))}.univer-version-list-panel{margin-left:-20px;margin-right:-20px;overflow:hidden}.univer-version-list-panel-content{border-top:1px solid #e5e5e5;height:100%;overflow:auto}.univer-version-date{display:flex;padding:6px 0 6px 20px;align-items:center;gap:10px;align-self:stretch;color:#1e222b;color:var(---Black, #1e222b);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.univer-version-item{cursor:default;height:60px;display:flex;padding:6px 16px;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch}.univer-version-item-header{height:24px;display:flex;justify-content:space-between;width:100%}.univer-version-item-header-expand{width:24px;height:24px;color:#4b4b4b;display:flex;align-items:center;justify-content:center}.univer-version-item-header-time{color:#7a7a7a;color:var(---Grey-500, #7a7a7a);font-family:PingFang SC;font-size:13px;font-style:normal;font-weight:400;line-height:normal;flex-grow:1;flex-shrink:1;display:flex;align-items:center}.univer-version-item-header-time-tag{border-radius:4px;border:1px solid #274fee;background:#274fee14;background:var(--hyacinth-blue-5008, rgba(39, 79, 238, .08));display:flex;height:20px;padding:0 6px;justify-content:center;align-items:center;color:#274fee;text-align:justify;font-size:12px;font-style:normal;font-weight:400;margin-left:8px}.univer-version-item-header-revert{width:24px;height:24px;color:#4b4b4b;border-radius:4px;display:flex;align-items:center;justify-content:center}.univer-version-item-header-revert:hover{background:#1e222b0f;background:var(--black-6, rgba(30, 34, 43, .06))}.univer-version-item-content{padding-left:26px;color:#1e222b;color:var(---Black, #1e222b);text-align:center;font-family:PingFang SC;font-size:13px;font-style:normal;font-weight:400;line-height:20px}.univer-version-item.univer-active{background:#1e222b17}.univer-history-view-header{border-bottom:1px solid #e5e5e5;cursor:default;height:50px;display:flex;align-items:center}.univer-history-view-header-back{flex:0,0,85px;margin-left:10px;height:32px;width:32px;border-radius:4px;display:flex;align-items:center;justify-content:center}.univer-history-view-header-back:hover{background:#1e222b0f;background:var(--black-6, rgba(30, 34, 43, .06))}.univer-history-view-header-back-text{margin-left:5px}.univer-history-view-header-revert{flex-grow:1;flex-shrink:1;display:flex;align-items:center;justify-content:center}@keyframes univer-loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.univer-version-list-loading{width:100%;height:30px;display:flex;align-items:center;justify-content:center}.univer-version-list-loading-icon{animation:univer-loading-spin 1s linear infinite}.univer-history-container .univer-workbench-container-left-sidebar{width:0px!important}
1
+ .univer-mr-2{margin-right:8px}.univer-text-xl{font-size:20px;line-height:28px}.univer-leading-8{line-height:32px}.univer-text-green-500{color:var(--univer-green-500)}.univer-text-red-500{color:var(--univer-red-500)}.univer-m-auto{margin:auto}.univer-mx-\[-20px\]{margin-left:-20px;margin-right:-20px}.univer-ml-2{margin-left:8px}.univer-ml-2\.5{margin-left:10px}.univer-flex{display:flex}.univer-h-5{height:20px}.univer-h-6{height:24px}.univer-h-8{height:32px}.univer-h-\[30px\]{height:30px}.univer-h-\[50px\]{height:50px}.univer-h-\[60px\]{height:60px}.univer-h-full{height:100%}.univer-w-6{width:24px}.univer-w-8{width:32px}.univer-w-full{width:100%}.univer-flex-1{flex:1 1 0%}@keyframes univer-spin{to{transform:rotate(360deg)}}.univer-animate-spin{animation:univer-spin 1s linear infinite}.univer-cursor-default{cursor:default}.univer-flex-col{flex-direction:column}.univer-items-center{align-items:center}.univer-justify-center{justify-content:center}.univer-justify-between{justify-content:space-between}.univer-gap-2\.5{gap:10px}.univer-overflow-auto{overflow:auto}.univer-overflow-hidden{overflow:hidden}.univer-rounded{border-radius:4px}.univer-border{border-width:1px}.univer-border-b{border-bottom-width:1px}.univer-border-t{border-top-width:1px}.univer-border-\[\#e5e5e5\]{--tw-border-opacity: 1;border-color:#e5e5e5;border-color:rgba(229,229,229,var(--tw-border-opacity, 1))}.univer-border-blue-500{border-color:var(--univer-blue-500)}.univer-border-gray-200{border-color:var(--univer-gray-200)}.univer-bg-\[rgba\(30\,34\,43\,0\.09\)\]{background-color:#1e222b17}.univer-px-1\.5{padding-left:6px;padding-right:6px}.univer-px-4{padding-left:16px;padding-right:16px}.univer-py-1\.5{padding-top:6px;padding-bottom:6px}.univer-pl-5{padding-left:20px}.univer-pl-\[26px\]{padding-left:26px}.univer-text-2xl{font-size:24px;line-height:32px}.univer-text-\[13px\]{font-size:13px}.univer-text-sm{font-size:14px;line-height:20px}.univer-text-xs{font-size:12px;line-height:16px}.univer-font-medium{font-weight:500}.univer-leading-5{line-height:20px}.univer-text-\[\#1e222b\]{--tw-text-opacity: 1;color:#1e222b;color:rgba(30,34,43,var(--tw-text-opacity, 1))}.univer-text-blue-500{color:var(--univer-blue-500)}.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)}.hover\:univer-bg-\[rgba\(30\,34\,43\,0\.06\)\]:hover{background-color:#1e222b0f}.hover\:univer-bg-gray-100:hover{background-color:var(--univer-gray-100)}