@univerjs-pro/embed-ui 1.0.0-beta.1 → 1.0.0-beta.2
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/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.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/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.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/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.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-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +115 -24
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/components/EmbedFloatDomRenderer.d.ts +3 -3
- package/lib/types/components/EmbedFloatFullscreenButton.d.ts +1 -0
- package/lib/types/components/EmbedMenuTooltip.d.ts +11 -0
- package/lib/types/components/EmbedPrintImage.d.ts +8 -0
- package/lib/types/components/EmbedRuntimeProviders.d.ts +2 -0
- package/lib/types/components/embed-float-dom-geometry.d.ts +2 -1
- package/lib/types/components/embed-float-dom-interaction.d.ts +3 -2
- package/lib/types/controllers/embed-host-popup-lifecycle.controller.d.ts +13 -0
- package/lib/types/controllers/embed-host-ribbon-override.controller.d.ts +1 -0
- package/lib/types/controllers/embed-owned-dialog-cleanup.controller.d.ts +11 -0
- package/lib/types/controllers/embed-print.controller.d.ts +71 -0
- package/lib/types/controllers/embed-sheet-editor-shortcut.controller.d.ts +8 -0
- package/lib/types/locale/en-US.d.ts +6 -0
- package/lib/types/products/bases/EmbedChildView.d.ts +1 -1
- package/lib/types/products/bases/embed-content-size.d.ts +1 -0
- package/lib/types/products/docs/EmbedDocsCustomBlockRenderer.d.ts +6 -0
- package/lib/types/products/docs/docs-custom-block-layout.d.ts +1 -0
- package/lib/types/products/docs/embed-docs-custom-block-bleed.render-controller.d.ts +4 -0
- package/lib/types/products/sheets/embed-content-size.d.ts +4 -0
- package/lib/types/products/slides/EmbedChildView.d.ts +4 -1
- package/lib/types/services/embed-activation.service.d.ts +4 -1
- package/lib/types/services/embed-child-unit-scoped-injector.d.ts +4 -1
- package/lib/types/services/embed-dom-wheel.d.ts +4 -2
- package/lib/types/services/embed-floating-menu-root.d.ts +2 -1
- package/lib/types/services/embed-fullscreen.service.d.ts +4 -1
- package/lib/types/services/embed-host-wheel-gesture.service.d.ts +1 -1
- package/lib/types/services/embed-host-zoom-wheel.d.ts +7 -0
- package/lib/types/services/embed-interaction-boundary.service.d.ts +6 -1
- package/lib/types/services/embed-print.service.d.ts +55 -0
- package/lib/types/services/embed-render-canvas-preview-provider.d.ts +1 -1
- package/lib/types/services/embed-render-child-view-contribution.d.ts +7 -3
- package/lib/types/services/embed-runtime-host-lease.service.d.ts +2 -2
- package/lib/types/services/embed-scene-canvas-capture.service.d.ts +29 -1
- package/lib/types/services/embed-ui-runtime-scope-lease.service.d.ts +16 -0
- package/lib/types/types/embed-ui.d.ts +8 -2
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.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/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.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/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.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-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +40 -37
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x352294=_0x72b0;function _0x515e(){const _0xc7be7a=['邊框粗細','合併儲存格','水平對齊','設定檢視','重設縮放','進入全螢幕','{0}\x20副本','刪除此表?','適應內容','18FLNNVs','刪除檢視','刪除嵌入區塊','34282bOkQsU','字型顏色','上一頁','20wWQQYT','靠上對齊','11iKAEDg','323030axOJBX','垂直置中','141PVgQVZ','刪除此檢視?','9818256miAEgw','6587940GCdWGo','退出全螢幕','483RzORtd','367414RwfrZK','此檢視將被刪除。','下一張投影片','靠左對齊','159792LPnFDL','垂直對齊','重置顏色','靠右對齊','自動換行','靠下對齊','邊框顏色','此表和其中的記錄將被刪除。','5833110BxpKFr','字型大小','檢視設定','數字格式'];_0x515e=function(){return _0xc7be7a;};return _0x515e();}(function(_0x305379,_0x550456){const _0x539932=_0x72b0,_0xd02621=_0x305379();while(!![]){try{const _0x178f05=-parseInt(_0x539932(0x203))/0x1+parseInt(_0x539932(0x1f5))/0x2*(-parseInt(_0x539932(0x1fd))/0x3)+parseInt(_0x539932(0x1f8))/0x4*(-parseInt(_0x539932(0x1fb))/0x5)+-parseInt(_0x539932(0x200))/0x6+-parseInt(_0x539932(0x202))/0x7*(-parseInt(_0x539932(0x207))/0x8)+-parseInt(_0x539932(0x1f2))/0x9*(-parseInt(_0x539932(0x20f))/0xa)+parseInt(_0x539932(0x1fa))/0xb*(parseInt(_0x539932(0x1ff))/0xc);if(_0x178f05===_0x550456)break;else _0xd02621['push'](_0xd02621['shift']());}catch(_0x59a6e4){_0xd02621['push'](_0xd02621['shift']());}}}(_0x515e,0xbbbbb));const e={'embed-ui':{'deleteBlock':_0x352294(0x1f4),'fullscreen':{'enter':_0x352294(0x1ee),'exit':_0x352294(0x201)},'slidesFloating':{'previousSlide':_0x352294(0x1f7),'nextSlide':_0x352294(0x205),'selectSlide':'簡報縮圖'},'boardsFloating':{'fitContent':_0x352294(0x1f1),'zoomOut':'縮小','resetZoom':_0x352294(0x1ed),'zoomIn':'放大','delete':'刪除'},'basesFloating':{'copySuffix':'副本','delete':'刪除','confirmDelete':{'viewTitle':_0x352294(0x1fe),'viewDescription':_0x352294(0x204),'tableTitle':_0x352294(0x1f0),'tableDescription':_0x352294(0x20e)},'tableSidebar':{'defaultTableName':'表\x20{0}'},'duplicateTable':{'copyName':_0x352294(0x1ef)},'viewSettings':{'title':_0x352294(0x211),'addView':'新增檢視','configureView':_0x352294(0x1ec),'deleteView':_0x352294(0x1f3)}},'sheetsFloating':{'toolbar':{'formatPainter':'複製格式','font':'字型','fontSize':_0x352294(0x210),'numberFormat':_0x352294(0x212),'bold':'粗體','filter':'篩選','resetColor':_0x352294(0x209),'textColor':{'main':_0x352294(0x1f6)},'fillColor':{'main':'填滿色彩'},'border':{'main':'邊框'},'mergeCell':{'main':_0x352294(0x214)},'horizontalAlignMode':{'main':_0x352294(0x215)},'verticalAlignMode':{'main':_0x352294(0x208)},'textWrapMode':{'main':'自動換行'}},'align':{'left':_0x352294(0x206),'center':'置中','right':_0x352294(0x20a),'top':_0x352294(0x1f9),'middle':_0x352294(0x1fc),'bottom':_0x352294(0x20c)},'borderLine':{'borderColor':_0x352294(0x20d),'borderSize':_0x352294(0x213)},'textWrap':{'overflow':'溢出','wrap':_0x352294(0x20b),'clip':'截斷'}}}};function _0x72b0(_0x4db027,_0x27b279){_0x4db027=_0x4db027-0x1ec;const _0x515ea8=_0x515e();let _0x72b03f=_0x515ea8[_0x4db027];return _0x72b03f;}export{e as default};
|
package/lib/index.css
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
.univer-sr-only {
|
|
2
|
+
clip: rect(0, 0, 0, 0);
|
|
3
|
+
white-space: nowrap;
|
|
4
|
+
border-width: 0;
|
|
5
|
+
width: 1px;
|
|
6
|
+
height: 1px;
|
|
7
|
+
margin: -1px;
|
|
8
|
+
padding: 0;
|
|
9
|
+
position: absolute;
|
|
10
|
+
overflow: hidden;
|
|
11
|
+
}
|
|
12
|
+
|
|
1
13
|
.univer-pointer-events-none {
|
|
2
14
|
pointer-events: none;
|
|
3
15
|
}
|
|
@@ -143,6 +155,11 @@
|
|
|
143
155
|
margin: 0;
|
|
144
156
|
}
|
|
145
157
|
|
|
158
|
+
.univer-mx-1 {
|
|
159
|
+
margin-left: .25rem;
|
|
160
|
+
margin-right: .25rem;
|
|
161
|
+
}
|
|
162
|
+
|
|
146
163
|
.univer-mx-auto {
|
|
147
164
|
margin-left: auto;
|
|
148
165
|
margin-right: auto;
|
|
@@ -157,6 +174,10 @@
|
|
|
157
174
|
box-sizing: border-box;
|
|
158
175
|
}
|
|
159
176
|
|
|
177
|
+
.univer-block {
|
|
178
|
+
display: block;
|
|
179
|
+
}
|
|
180
|
+
|
|
160
181
|
.univer-flex {
|
|
161
182
|
display: flex;
|
|
162
183
|
}
|
|
@@ -187,11 +208,6 @@
|
|
|
187
208
|
height: .75rem;
|
|
188
209
|
}
|
|
189
210
|
|
|
190
|
-
.univer-size-3\.5 {
|
|
191
|
-
width: .875rem;
|
|
192
|
-
height: .875rem;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
211
|
.univer-size-4 {
|
|
196
212
|
width: 1rem;
|
|
197
213
|
height: 1rem;
|
|
@@ -212,6 +228,11 @@
|
|
|
212
228
|
height: 1.75rem;
|
|
213
229
|
}
|
|
214
230
|
|
|
231
|
+
.univer-size-8 {
|
|
232
|
+
width: 2rem;
|
|
233
|
+
height: 2rem;
|
|
234
|
+
}
|
|
235
|
+
|
|
215
236
|
.univer-size-\[18px\] {
|
|
216
237
|
width: 18px;
|
|
217
238
|
height: 18px;
|
|
@@ -222,6 +243,10 @@
|
|
|
222
243
|
height: 100%;
|
|
223
244
|
}
|
|
224
245
|
|
|
246
|
+
.\!univer-h-4 {
|
|
247
|
+
height: 1rem !important;
|
|
248
|
+
}
|
|
249
|
+
|
|
225
250
|
.univer-h-10 {
|
|
226
251
|
height: 2.5rem;
|
|
227
252
|
}
|
|
@@ -274,6 +299,10 @@
|
|
|
274
299
|
width: 7rem;
|
|
275
300
|
}
|
|
276
301
|
|
|
302
|
+
.univer-w-44 {
|
|
303
|
+
width: 11rem;
|
|
304
|
+
}
|
|
305
|
+
|
|
277
306
|
.univer-w-5 {
|
|
278
307
|
width: 1.25rem;
|
|
279
308
|
}
|
|
@@ -524,6 +553,10 @@
|
|
|
524
553
|
border-color: var(--univer-gray-200);
|
|
525
554
|
}
|
|
526
555
|
|
|
556
|
+
.\!univer-bg-gray-0 {
|
|
557
|
+
background-color: var(--univer-gray-0) !important;
|
|
558
|
+
}
|
|
559
|
+
|
|
527
560
|
.\!univer-bg-gray-200 {
|
|
528
561
|
background-color: var(--univer-gray-200) !important;
|
|
529
562
|
}
|
|
@@ -576,6 +609,10 @@
|
|
|
576
609
|
fill: var(--univer-primary-600);
|
|
577
610
|
}
|
|
578
611
|
|
|
612
|
+
.\!univer-p-1 {
|
|
613
|
+
padding: .25rem !important;
|
|
614
|
+
}
|
|
615
|
+
|
|
579
616
|
.univer-p-0 {
|
|
580
617
|
padding: 0;
|
|
581
618
|
}
|
|
@@ -647,12 +684,12 @@
|
|
|
647
684
|
font-weight: 500;
|
|
648
685
|
}
|
|
649
686
|
|
|
650
|
-
|
|
651
|
-
color:
|
|
687
|
+
.\!univer-text-gray-900 {
|
|
688
|
+
color: var(--univer-gray-900) !important;
|
|
652
689
|
}
|
|
653
690
|
|
|
654
|
-
.univer-text-
|
|
655
|
-
color:
|
|
691
|
+
.univer-text-current {
|
|
692
|
+
color: currentColor;
|
|
656
693
|
}
|
|
657
694
|
|
|
658
695
|
.univer-text-gray-600 {
|
|
@@ -675,6 +712,15 @@
|
|
|
675
712
|
color: var(--univer-red-600);
|
|
676
713
|
}
|
|
677
714
|
|
|
715
|
+
.univer-text-white {
|
|
716
|
+
--univer-tw-text-opacity: 1;
|
|
717
|
+
color: rgba(255, 255, 255, var(--univer-tw-text-opacity, 1));
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
.univer-opacity-0 {
|
|
721
|
+
opacity: 0;
|
|
722
|
+
}
|
|
723
|
+
|
|
678
724
|
.univer-opacity-60 {
|
|
679
725
|
opacity: .6;
|
|
680
726
|
}
|
|
@@ -693,11 +739,9 @@
|
|
|
693
739
|
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
|
|
694
740
|
}
|
|
695
741
|
|
|
696
|
-
.univer-shadow-sm {
|
|
697
|
-
--univer-tw-shadow:
|
|
698
|
-
--univer-tw-
|
|
699
|
-
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px #1e284d14;
|
|
700
|
-
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
|
|
742
|
+
.univer-drop-shadow-sm {
|
|
743
|
+
--univer-tw-drop-shadow: drop-shadow(0 1px 1px #0000000d);
|
|
744
|
+
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);
|
|
701
745
|
}
|
|
702
746
|
|
|
703
747
|
.univer-transition-colors {
|
|
@@ -706,10 +750,36 @@
|
|
|
706
750
|
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
707
751
|
}
|
|
708
752
|
|
|
753
|
+
.univer-transition-opacity {
|
|
754
|
+
transition-property: opacity;
|
|
755
|
+
transition-duration: .15s;
|
|
756
|
+
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
.univer-duration-150 {
|
|
760
|
+
transition-duration: .15s;
|
|
761
|
+
}
|
|
762
|
+
|
|
709
763
|
.\[scrollbar-width\:none\] {
|
|
710
764
|
scrollbar-width: none;
|
|
711
765
|
}
|
|
712
766
|
|
|
767
|
+
.univer-embed-print-hide-scrollbars, .univer-embed-print-hide-scrollbars * {
|
|
768
|
+
scrollbar-width: none !important;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.univer-embed-print-hide-scrollbars::-webkit-scrollbar {
|
|
772
|
+
width: 0 !important;
|
|
773
|
+
height: 0 !important;
|
|
774
|
+
display: none !important;
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
.univer-embed-print-hide-scrollbars ::-webkit-scrollbar {
|
|
778
|
+
width: 0 !important;
|
|
779
|
+
height: 0 !important;
|
|
780
|
+
display: none !important;
|
|
781
|
+
}
|
|
782
|
+
|
|
713
783
|
.before\:univer-pointer-events-none:before {
|
|
714
784
|
content: var(--univer-tw-content);
|
|
715
785
|
pointer-events: none;
|
|
@@ -750,9 +820,9 @@
|
|
|
750
820
|
background-color: var(--univer-gray-0);
|
|
751
821
|
}
|
|
752
822
|
|
|
753
|
-
.before\:univer-bg-
|
|
823
|
+
.before\:univer-bg-primary-600:before {
|
|
754
824
|
content: var(--univer-tw-content);
|
|
755
|
-
background-color: var(--univer-
|
|
825
|
+
background-color: var(--univer-primary-600);
|
|
756
826
|
}
|
|
757
827
|
|
|
758
828
|
.before\:univer-opacity-90:before {
|
|
@@ -876,16 +946,29 @@
|
|
|
876
946
|
color: var(--univer-red-700);
|
|
877
947
|
}
|
|
878
948
|
|
|
879
|
-
.hover\:univer-
|
|
880
|
-
--univer-tw-
|
|
881
|
-
|
|
882
|
-
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 6px -2px #1e284d14, 0 2px 6px -1px #1e284d1a;
|
|
883
|
-
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
|
|
949
|
+
.hover\:before\:univer-opacity-60:hover:before {
|
|
950
|
+
content: var(--univer-tw-content);
|
|
951
|
+
opacity: .6;
|
|
884
952
|
}
|
|
885
953
|
|
|
886
|
-
.
|
|
887
|
-
|
|
888
|
-
|
|
954
|
+
.focus-visible\:univer-opacity-100:focus-visible {
|
|
955
|
+
opacity: 1;
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
.focus-visible\:univer-outline-none:focus-visible {
|
|
959
|
+
outline-offset: 2px;
|
|
960
|
+
outline: 2px solid #0000;
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
.focus-visible\:univer-ring-2:focus-visible {
|
|
964
|
+
--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);
|
|
965
|
+
--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);
|
|
966
|
+
box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), 0 0 #0000;
|
|
967
|
+
box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), var(--univer-tw-shadow, 0 0 #0000);
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
.focus-visible\:univer-ring-primary-600:focus-visible {
|
|
971
|
+
--univer-tw-ring-color: var(--univer-primary-600);
|
|
889
972
|
}
|
|
890
973
|
|
|
891
974
|
.disabled\:univer-cursor-not-allowed:disabled {
|
|
@@ -900,6 +983,10 @@
|
|
|
900
983
|
border-color: var(--univer-gray-700) !important;
|
|
901
984
|
}
|
|
902
985
|
|
|
986
|
+
.dark\:\!univer-bg-gray-0:where(.univer-dark, .univer-dark *) {
|
|
987
|
+
background-color: var(--univer-gray-0) !important;
|
|
988
|
+
}
|
|
989
|
+
|
|
903
990
|
.dark\:\!univer-bg-gray-500:where(.univer-dark, .univer-dark *) {
|
|
904
991
|
background-color: var(--univer-gray-500) !important;
|
|
905
992
|
}
|
|
@@ -940,6 +1027,10 @@
|
|
|
940
1027
|
color: var(--univer-gray-200) !important;
|
|
941
1028
|
}
|
|
942
1029
|
|
|
1030
|
+
.dark\:\!univer-text-gray-900:where(.univer-dark, .univer-dark *) {
|
|
1031
|
+
color: var(--univer-gray-900) !important;
|
|
1032
|
+
}
|
|
1033
|
+
|
|
943
1034
|
.dark\:before\:\!univer-bg-gray-900:where(.univer-dark, .univer-dark *):before {
|
|
944
1035
|
content: var(--univer-tw-content);
|
|
945
1036
|
background-color: var(--univer-gray-900) !important;
|