@univerjs/docs-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 +53 -19
- 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 -105
- package/lib/es/index.js +53 -13499
- package/lib/es/locale/ca-ES.js +1 -125
- package/lib/es/locale/en-US.js +1 -125
- package/lib/es/locale/es-ES.js +1 -125
- package/lib/es/locale/fa-IR.js +1 -125
- package/lib/es/locale/fr-FR.js +1 -125
- package/lib/es/locale/ja-JP.js +1 -125
- package/lib/es/locale/ko-KR.js +1 -125
- package/lib/es/locale/ru-RU.js +1 -125
- package/lib/es/locale/sk-SK.js +1 -125
- package/lib/es/locale/vi-VN.js +1 -125
- package/lib/es/locale/zh-CN.js +1 -125
- package/lib/es/locale/zh-TW.js +1 -125
- package/lib/facade.js +1 -105
- package/lib/index.css +478 -1
- package/lib/index.js +53 -13499
- package/lib/locale/ca-ES.js +1 -125
- package/lib/locale/en-US.js +1 -125
- package/lib/locale/es-ES.js +1 -125
- package/lib/locale/fa-IR.js +1 -125
- package/lib/locale/fr-FR.js +1 -125
- package/lib/locale/ja-JP.js +1 -125
- package/lib/locale/ko-KR.js +1 -125
- package/lib/locale/ru-RU.js +1 -125
- package/lib/locale/sk-SK.js +1 -125
- package/lib/locale/vi-VN.js +1 -125
- package/lib/locale/zh-CN.js +1 -125
- package/lib/locale/zh-TW.js +1 -125
- package/lib/types/basics/component-tools.d.ts +17 -2
- package/lib/types/basics/custom-decoration-factory.d.ts +18 -3
- package/lib/types/basics/paragraph.d.ts +16 -1
- package/lib/types/basics/selection.d.ts +16 -1
- package/lib/types/basics/table.d.ts +17 -2
- package/lib/types/basics/transform-position.d.ts +16 -1
- package/lib/types/commands/commands/auto-format.command.d.ts +16 -1
- package/lib/types/commands/commands/break-line.command.d.ts +16 -1
- package/lib/types/commands/commands/clipboard.command.d.ts +17 -1
- package/lib/types/commands/commands/clipboard.inner.command.d.ts +17 -2
- package/lib/types/commands/commands/core-editing.command.d.ts +17 -2
- package/lib/types/commands/commands/doc-delete.command.d.ts +17 -2
- package/lib/types/commands/commands/doc-header-footer.command.d.ts +17 -1
- package/lib/types/commands/commands/doc-horizontal-line.command.d.ts +16 -1
- package/lib/types/commands/commands/doc-page-setup.command.d.ts +16 -1
- package/lib/types/commands/commands/doc-paragraph-setting.command.d.ts +16 -1
- package/lib/types/commands/commands/doc-select-all.command.d.ts +16 -1
- package/lib/types/commands/commands/ime-input.command.d.ts +16 -1
- package/lib/types/commands/commands/inline-format.command.d.ts +17 -2
- package/lib/types/commands/commands/insert-below/insert-bullet-below.command.d.ts +16 -1
- package/lib/types/commands/commands/insert-custom-range.command.d.ts +17 -2
- package/lib/types/commands/commands/list.command.d.ts +18 -2
- package/lib/types/commands/commands/paragraph-align.command.d.ts +17 -1
- package/lib/types/commands/commands/replace-content.command.d.ts +17 -2
- package/lib/types/commands/commands/set-doc-zoom-ratio.command.d.ts +16 -1
- package/lib/types/commands/commands/set-heading.command.d.ts +17 -1
- package/lib/types/commands/commands/switch-doc-mode.command.d.ts +16 -1
- package/lib/types/commands/commands/table/doc-table-create.command.d.ts +16 -1
- package/lib/types/commands/commands/table/doc-table-delete.command.d.ts +16 -1
- package/lib/types/commands/commands/table/doc-table-insert.command.d.ts +16 -1
- package/lib/types/commands/commands/table/doc-table-tab.command.d.ts +16 -1
- package/lib/types/commands/commands/table/table.d.ts +17 -2
- package/lib/types/commands/commands/util.d.ts +17 -2
- package/lib/types/commands/operations/doc-create-table.operation.d.ts +16 -1
- package/lib/types/commands/operations/doc-cursor.operation.d.ts +16 -1
- package/lib/types/commands/operations/doc-header-footer-panel.operation.d.ts +16 -1
- package/lib/types/commands/operations/doc-paragraph-setting-panel.operation.d.ts +16 -1
- package/lib/types/commands/operations/open-page-setting.operation.d.ts +16 -1
- package/lib/types/commands/operations/set-doc-zoom-ratio.operation.d.ts +16 -1
- package/lib/types/commands/util.d.ts +16 -1
- package/lib/types/components/editor/utils.d.ts +16 -1
- package/lib/types/components/float-toolbar/FloatToolbar.stories.d.ts +16 -1
- package/lib/types/components/list-type-picker/picker.d.ts +15 -0
- package/lib/types/components/paragraph-menu/index.d.ts +16 -1
- package/lib/types/components/side-menu/SideMenu.stories.d.ts +16 -1
- package/lib/types/components/side-menu/index.d.ts +1 -1
- package/lib/types/config/config.d.ts +19 -4
- package/lib/types/controllers/doc-auto-format.controller.d.ts +15 -0
- package/lib/types/controllers/doc-header-footer.controller.d.ts +19 -2
- package/lib/types/controllers/doc-move-cursor.controller.d.ts +15 -0
- package/lib/types/controllers/doc-paragraph-setting.controller.d.ts +15 -0
- package/lib/types/controllers/doc-table.controller.d.ts +15 -0
- package/lib/types/controllers/doc-ui.controller.d.ts +15 -0
- package/lib/types/controllers/render-controllers/back-scroll.render-controller.d.ts +18 -2
- package/lib/types/controllers/render-controllers/doc-checklist.render-controller.d.ts +18 -2
- package/lib/types/controllers/render-controllers/doc-clipboard.controller.d.ts +18 -2
- package/lib/types/controllers/render-controllers/doc-contextmenu.render-controller.d.ts +18 -2
- package/lib/types/controllers/render-controllers/doc-editor-bridge.controller.d.ts +19 -2
- package/lib/types/controllers/render-controllers/doc-ime-input.controller.d.ts +18 -2
- package/lib/types/controllers/render-controllers/doc-input.controller.d.ts +18 -2
- package/lib/types/controllers/render-controllers/doc-resize.render-controller.d.ts +16 -1
- package/lib/types/controllers/render-controllers/doc-selection-render.controller.d.ts +18 -2
- package/lib/types/controllers/render-controllers/doc.render-controller.d.ts +19 -2
- package/lib/types/controllers/render-controllers/zoom.render-controller.d.ts +19 -2
- package/lib/types/facade/f-document.d.ts +17 -1
- package/lib/types/facade/f-univer.d.ts +16 -1
- package/lib/types/index.d.ts +0 -1
- 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/context-menu.d.ts +17 -2
- package/lib/types/menu/menu.d.ts +18 -3
- package/lib/types/menu/paragraph-menu.d.ts +18 -2
- package/lib/types/menu/schema.d.ts +16 -1
- package/lib/types/plugin.d.ts +16 -2
- package/lib/types/services/clipboard/clipboard.service.d.ts +19 -3
- package/lib/types/services/clipboard/copy-content-cache.d.ts +16 -1
- package/lib/types/services/clipboard/html-to-udm/converter.d.ts +17 -2
- package/lib/types/services/clipboard/html-to-udm/parse-node-style.d.ts +16 -1
- package/lib/types/services/clipboard/html-to-udm/paste-plugins/plugin-lark.d.ts +16 -1
- package/lib/types/services/clipboard/html-to-udm/paste-plugins/plugin-univer.d.ts +16 -1
- package/lib/types/services/clipboard/html-to-udm/paste-plugins/plugin-word.d.ts +16 -1
- package/lib/types/services/clipboard/html-to-udm/paste-plugins/type.d.ts +16 -1
- package/lib/types/services/clipboard/html-to-udm/utils.d.ts +16 -1
- package/lib/types/services/clipboard/udm-to-html/convertor.d.ts +16 -1
- package/lib/types/services/doc-auto-format.service.d.ts +18 -2
- package/lib/types/services/doc-event-manager.service.d.ts +30 -14
- package/lib/types/services/doc-ime-input-manager.service.d.ts +19 -3
- package/lib/types/services/doc-menu-style.service.d.ts +17 -1
- package/lib/types/services/doc-page-layout.service.d.ts +18 -2
- package/lib/types/services/doc-paragraph-menu.service.d.ts +20 -3
- package/lib/types/services/doc-popup-manager.service.d.ts +21 -3
- package/lib/types/services/doc-print-interceptor-service.d.ts +20 -4
- package/lib/types/services/doc-state-change-manager.service.d.ts +20 -3
- package/lib/types/services/docs-render.service.d.ts +15 -0
- package/lib/types/services/editor/editor-manager.service.d.ts +23 -5
- package/lib/types/services/editor/editor.d.ts +24 -7
- package/lib/types/services/float-menu.service.d.ts +18 -2
- package/lib/types/services/selection/convert-rect-range.d.ts +17 -2
- package/lib/types/services/selection/convert-text-range.d.ts +17 -2
- package/lib/types/services/selection/doc-selection-render.service.d.ts +33 -17
- package/lib/types/services/selection/range-interface.d.ts +17 -2
- package/lib/types/services/selection/rect-range.d.ts +19 -3
- package/lib/types/services/selection/selection-utils.d.ts +33 -3
- package/lib/types/services/selection/text-range.d.ts +21 -4
- package/lib/types/shortcuts/core-editing.shortcut.d.ts +16 -1
- package/lib/types/shortcuts/cursor.shortcut.d.ts +16 -1
- package/lib/types/shortcuts/format.shortcut.d.ts +16 -1
- package/lib/types/shortcuts/toolbar.shortcut.d.ts +16 -1
- package/lib/types/shortcuts/utils.d.ts +16 -1
- package/lib/types/views/doc-footer/DocFooter.d.ts +1 -1
- package/lib/types/views/header-footer/text-bubble.d.ts +17 -1
- package/lib/types/views/page-settings/index.d.ts +16 -1
- package/lib/types/views/paragraph-setting/hook/utils.d.ts +18 -2
- package/lib/types/views/rich-text-editor/hooks/use-editor.d.ts +18 -3
- package/lib/types/views/rich-text-editor/hooks/use-keyboard-event.d.ts +17 -2
- package/lib/types/views/rich-text-editor/hooks/use-left-and-right-arrow.d.ts +16 -1
- package/lib/types/views/rich-text-editor/hooks/use-on-change.d.ts +17 -2
- package/lib/types/views/rich-text-editor/hooks/use-resize.d.ts +16 -1
- package/lib/types/views/rich-text-editor/index.d.ts +19 -4
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +53 -19
- 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 +13 -12
- package/lib/types/basics/const/default-univer-doc-config.d.ts +0 -45
- package/lib/types/basics/const/index.d.ts +0 -17
- package/lib/types/basics/const/plugin-name.d.ts +0 -16
- package/lib/types/basics/index.d.ts +0 -17
- package/lib/types/basics/interfaces/component-config/i-doc-ui-plugin-config.d.ts +0 -59
- package/lib/types/basics/interfaces/component-config/index.d.ts +0 -16
- package/lib/types/basics/interfaces/index.d.ts +0 -16
- package/lib/types/controllers/app-ui-controller.d.ts +0 -6
- package/lib/types/controllers/doc-container-ui-controller.d.ts +0 -28
- package/lib/types/controllers/index.d.ts +0 -17
- package/lib/types/services/clipboard/__test__/html-and-udm-convert.spec.d.ts +0 -16
- package/lib/types/services/clipboard/udm-to-html/__test__/convertor.spec.d.ts +0 -16
- package/lib/types/views/doc-container/DocContainer.d.ts +0 -57
package/lib/index.css
CHANGED
|
@@ -1 +1,478 @@
|
|
|
1
|
-
.univer-absolute
|
|
1
|
+
.univer-absolute {
|
|
2
|
+
position: absolute;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.univer-relative {
|
|
6
|
+
position: relative;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.univer-bottom-0 {
|
|
10
|
+
bottom: 0;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.univer-left-0 {
|
|
14
|
+
left: 0;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.univer-left-5 {
|
|
18
|
+
left: 1.25rem;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.univer-left-\[5px\] {
|
|
22
|
+
left: 5px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.univer-top-0 {
|
|
26
|
+
top: 0;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.univer-top-4 {
|
|
30
|
+
top: 1rem;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.univer-top-\[5px\] {
|
|
34
|
+
top: 5px;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.univer-z-\[100\] {
|
|
38
|
+
z-index: 100;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.univer-mb-1 {
|
|
42
|
+
margin-bottom: .25rem;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.univer-mb-2 {
|
|
46
|
+
margin-bottom: .5rem;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.univer-mr-1 {
|
|
50
|
+
margin-right: .25rem;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.univer-mt-1\.5 {
|
|
54
|
+
margin-top: .375rem;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.univer-mt-12 {
|
|
58
|
+
margin-top: 3rem;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.univer-mt-3 {
|
|
62
|
+
margin-top: .75rem;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.univer-mt-4 {
|
|
66
|
+
margin-top: 1rem;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.univer-box-border {
|
|
70
|
+
box-sizing: border-box;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.univer-block {
|
|
74
|
+
display: block;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.univer-flex {
|
|
78
|
+
display: flex;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.univer-inline-flex {
|
|
82
|
+
display: inline-flex;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.univer-grid {
|
|
86
|
+
display: grid;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.univer-size-3 {
|
|
90
|
+
width: .75rem;
|
|
91
|
+
height: .75rem;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.univer-size-4 {
|
|
95
|
+
width: 1rem;
|
|
96
|
+
height: 1rem;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.univer-size-8 {
|
|
100
|
+
width: 2rem;
|
|
101
|
+
height: 2rem;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.univer-size-full {
|
|
105
|
+
width: 100%;
|
|
106
|
+
height: 100%;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.univer-h-20 {
|
|
110
|
+
height: 5rem;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.univer-h-7 {
|
|
114
|
+
height: 1.75rem;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.univer-h-8 {
|
|
118
|
+
height: 2rem;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.univer-h-\[24px\] {
|
|
122
|
+
height: 24px;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.univer-w-28 {
|
|
126
|
+
width: 7rem;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.univer-w-4\/5 {
|
|
130
|
+
width: 80%;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.univer-w-\[0px\] {
|
|
134
|
+
width: 0;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.univer-w-\[162px\] {
|
|
138
|
+
width: 162px;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.univer-w-\[212px\] {
|
|
142
|
+
width: 212px;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.univer-w-\[72px\] {
|
|
146
|
+
width: 72px;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.univer-w-full {
|
|
150
|
+
width: 100%;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.univer-min-w-\[180px\] {
|
|
154
|
+
min-width: 180px;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.univer-flex-1 {
|
|
158
|
+
flex: 1;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.univer-flex-shrink-0 {
|
|
162
|
+
flex-shrink: 0;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.univer-cursor-pointer {
|
|
166
|
+
cursor: pointer;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.univer-grid-cols-3 {
|
|
170
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.univer-flex-col {
|
|
174
|
+
flex-direction: column;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.univer-flex-nowrap {
|
|
178
|
+
flex-wrap: nowrap;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.univer-items-center {
|
|
182
|
+
align-items: center;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.univer-justify-end {
|
|
186
|
+
justify-content: flex-end;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.univer-justify-center {
|
|
190
|
+
justify-content: center;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.univer-justify-between {
|
|
194
|
+
justify-content: space-between;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.univer-justify-around {
|
|
198
|
+
justify-content: space-around;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.univer-gap-1 {
|
|
202
|
+
gap: .25rem;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.univer-gap-1\.5 {
|
|
206
|
+
gap: .375rem;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.univer-gap-2 {
|
|
210
|
+
gap: .5rem;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.univer-gap-2\.5 {
|
|
214
|
+
gap: .625rem;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.univer-gap-4 {
|
|
218
|
+
gap: 1rem;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.univer-overflow-hidden {
|
|
222
|
+
overflow: hidden;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.univer-overflow-y-auto {
|
|
226
|
+
overflow-y: auto;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.univer-overflow-x-hidden {
|
|
230
|
+
overflow-x: hidden;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.univer-truncate {
|
|
234
|
+
text-overflow: ellipsis;
|
|
235
|
+
white-space: nowrap;
|
|
236
|
+
overflow: hidden;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.univer-rounded {
|
|
240
|
+
border-radius: .25rem;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.univer-rounded-full {
|
|
244
|
+
border-radius: 9999px;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.univer-rounded-md {
|
|
248
|
+
border-radius: .375rem;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.univer-rounded-r-2xl {
|
|
252
|
+
border-top-right-radius: 1rem;
|
|
253
|
+
border-bottom-right-radius: 1rem;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.univer-border-primary-500 {
|
|
257
|
+
border-color: var(--univer-primary-500);
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.\!univer-bg-gray-700 {
|
|
261
|
+
background-color: var(--univer-gray-700) !important;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.\!univer-bg-gray-900 {
|
|
265
|
+
background-color: var(--univer-gray-900) !important;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.univer-bg-gray-100 {
|
|
269
|
+
background-color: var(--univer-gray-100);
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.univer-bg-white {
|
|
273
|
+
background-color: var(--univer-white);
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.univer-bg-none {
|
|
277
|
+
background-image: none;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.univer-p-1 {
|
|
281
|
+
padding: .25rem;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.univer-p-1\.5 {
|
|
285
|
+
padding: .375rem;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.univer-px-2 {
|
|
289
|
+
padding-left: .5rem;
|
|
290
|
+
padding-right: .5rem;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.univer-px-2\.5 {
|
|
294
|
+
padding-left: .625rem;
|
|
295
|
+
padding-right: .625rem;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.univer-px-3 {
|
|
299
|
+
padding-left: .75rem;
|
|
300
|
+
padding-right: .75rem;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.univer-px-4 {
|
|
304
|
+
padding-left: 1rem;
|
|
305
|
+
padding-right: 1rem;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.univer-px-5 {
|
|
309
|
+
padding-left: 1.25rem;
|
|
310
|
+
padding-right: 1.25rem;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.univer-py-0 {
|
|
314
|
+
padding-top: 0;
|
|
315
|
+
padding-bottom: 0;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.univer-py-1 {
|
|
319
|
+
padding-top: .25rem;
|
|
320
|
+
padding-bottom: .25rem;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.univer-py-1\.5 {
|
|
324
|
+
padding-top: .375rem;
|
|
325
|
+
padding-bottom: .375rem;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.univer-pb-0\.5 {
|
|
329
|
+
padding-bottom: .125rem;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.univer-pb-4 {
|
|
333
|
+
padding-bottom: 1rem;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.univer-pl-1\.5 {
|
|
337
|
+
padding-left: .375rem;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.univer-pr-1 {
|
|
341
|
+
padding-right: .25rem;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.univer-pr-2 {
|
|
345
|
+
padding-right: .5rem;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.univer-pt-1\.5 {
|
|
349
|
+
padding-top: .375rem;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.univer-pt-14 {
|
|
353
|
+
padding-top: 3.5rem;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.univer-text-base {
|
|
357
|
+
font-size: 1rem;
|
|
358
|
+
line-height: 1.5rem;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.univer-text-sm {
|
|
362
|
+
font-size: .875rem;
|
|
363
|
+
line-height: 1.25rem;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.univer-text-xs {
|
|
367
|
+
font-size: .75rem;
|
|
368
|
+
line-height: 1rem;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.univer-font-\[500\], .univer-font-medium {
|
|
372
|
+
font-weight: 500;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.univer-font-semibold {
|
|
376
|
+
font-weight: 600;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.univer-leading-\[24px\] {
|
|
380
|
+
line-height: 24px;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.\!univer-text-gray-200 {
|
|
384
|
+
color: var(--univer-gray-200) !important;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.\!univer-text-gray-400 {
|
|
388
|
+
color: var(--univer-gray-400) !important;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.univer-text-gray-400 {
|
|
392
|
+
color: var(--univer-gray-400);
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.univer-text-gray-500 {
|
|
396
|
+
color: var(--univer-gray-500);
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.univer-text-gray-600 {
|
|
400
|
+
color: var(--univer-gray-600);
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.univer-text-gray-800 {
|
|
404
|
+
color: var(--univer-gray-800);
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
.univer-text-gray-900 {
|
|
408
|
+
color: var(--univer-gray-900);
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.univer-shadow {
|
|
412
|
+
--univer-tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
|
|
413
|
+
--univer-tw-shadow-colored: 0 1px 3px 0 var(--univer-tw-shadow-color), 0 1px 2px -1px var(--univer-tw-shadow-color);
|
|
414
|
+
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
|
|
415
|
+
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.univer-shadow-sm {
|
|
419
|
+
--univer-tw-shadow: 0px 1px 2px 0px #1e284d14;
|
|
420
|
+
--univer-tw-shadow-colored: 0px 1px 2px 0px var(--univer-tw-shadow-color);
|
|
421
|
+
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px #1e284d14;
|
|
422
|
+
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.univer-backdrop-blur-\[10px\] {
|
|
426
|
+
--univer-tw-backdrop-blur: blur(10px);
|
|
427
|
+
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);
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.univer-transition-all {
|
|
431
|
+
transition-property: all;
|
|
432
|
+
transition-duration: .15s;
|
|
433
|
+
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.univer-duration-300 {
|
|
437
|
+
transition-duration: .3s;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.hover\:univer-border-primary-500:hover {
|
|
441
|
+
border-color: var(--univer-primary-500);
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.hover\:univer-bg-gray-100:hover {
|
|
445
|
+
background-color: var(--univer-gray-100);
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.dark\:\!univer-border-gray-700:where(.univer-dark, .univer-dark *) {
|
|
449
|
+
border-color: var(--univer-gray-700) !important;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.dark\:\!univer-bg-gray-600:where(.univer-dark, .univer-dark *) {
|
|
453
|
+
background-color: var(--univer-gray-600) !important;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.dark\:\!univer-bg-gray-700:where(.univer-dark, .univer-dark *) {
|
|
457
|
+
background-color: var(--univer-gray-700) !important;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.dark\:\!univer-bg-gray-900:where(.univer-dark, .univer-dark *) {
|
|
461
|
+
background-color: var(--univer-gray-900) !important;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.dark\:\!univer-text-gray-200:where(.univer-dark, .univer-dark *) {
|
|
465
|
+
color: var(--univer-gray-200) !important;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.dark\:\!univer-text-gray-400:where(.univer-dark, .univer-dark *) {
|
|
469
|
+
color: var(--univer-gray-400) !important;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
.dark\:\!univer-text-white:where(.univer-dark, .univer-dark *) {
|
|
473
|
+
color: var(--univer-white) !important;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.dark\:hover\:\!univer-bg-gray-600:hover:where(.univer-dark, .univer-dark *) {
|
|
477
|
+
background-color: var(--univer-gray-600) !important;
|
|
478
|
+
}
|