@univerjs/preset-docs-core 1.0.0-alpha.0 → 1.0.0-alpha.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/index.css CHANGED
@@ -179,6 +179,10 @@
179
179
  top: 1px;
180
180
  }
181
181
 
182
+ .\!univer-z-\[1090\] {
183
+ z-index: 1090 !important;
184
+ }
185
+
182
186
  .univer-z-0 {
183
187
  z-index: 0;
184
188
  }
@@ -945,6 +949,10 @@
945
949
  border-left-width: 0 !important;
946
950
  }
947
951
 
952
+ .\!univer-border-r-0 {
953
+ border-right-width: 0 !important;
954
+ }
955
+
948
956
  .\!univer-border-t-0 {
949
957
  border-top-width: 0 !important;
950
958
  }
@@ -2169,10 +2177,22 @@
2169
2177
  }
2170
2178
  }
2171
2179
 
2180
+ .rtl\:univer-left-4:where([dir="rtl"], [dir="rtl"] *) {
2181
+ left: 1rem;
2182
+ }
2183
+
2184
+ .rtl\:univer-left-auto:where([dir="rtl"], [dir="rtl"] *) {
2185
+ left: auto;
2186
+ }
2187
+
2172
2188
  .rtl\:univer-left-px:where([dir="rtl"], [dir="rtl"] *) {
2173
2189
  left: 1px;
2174
2190
  }
2175
2191
 
2192
+ .rtl\:univer-right-1\.5:where([dir="rtl"], [dir="rtl"] *) {
2193
+ right: .375rem;
2194
+ }
2195
+
2176
2196
  .rtl\:univer-right-auto:where([dir="rtl"], [dir="rtl"] *) {
2177
2197
  right: auto;
2178
2198
  }
@@ -2195,6 +2215,20 @@
2195
2215
  border-right-width: 1px;
2196
2216
  }
2197
2217
 
2218
+ .rtl\:\!univer-pl-2:where([dir="rtl"], [dir="rtl"] *) {
2219
+ padding-left: .5rem !important;
2220
+ }
2221
+
2222
+ .rtl\:\!univer-pr-4:where([dir="rtl"], [dir="rtl"] *) {
2223
+ padding-right: 1rem !important;
2224
+ }
2225
+
2226
+ @media (min-width: 640px) {
2227
+ .sm\:rtl\:\!univer-text-right:where([dir="rtl"], [dir="rtl"] *) {
2228
+ text-align: right !important;
2229
+ }
2230
+ }
2231
+
2198
2232
  .dark\:\!univer-divide-gray-600:where(.univer-dark, .univer-dark *) > :not([hidden]) ~ :not([hidden]) {
2199
2233
  border-color: var(--univer-gray-600) !important;
2200
2234
  }
@@ -3679,10 +3713,22 @@
3679
3713
  height: 2.25rem;
3680
3714
  }
3681
3715
 
3716
+ .univer-h-\[30px\] {
3717
+ height: 30px;
3718
+ }
3719
+
3720
+ .univer-h-\[340px\] {
3721
+ height: 340px;
3722
+ }
3723
+
3682
3724
  .univer-h-full {
3683
3725
  height: 100%;
3684
3726
  }
3685
3727
 
3728
+ .univer-max-h-72 {
3729
+ max-height: 18rem;
3730
+ }
3731
+
3686
3732
  .univer-max-h-\[80vh\] {
3687
3733
  max-height: 80vh;
3688
3734
  }
@@ -3759,6 +3805,10 @@
3759
3805
  width: 24rem;
3760
3806
  }
3761
3807
 
3808
+ .univer-w-\[420px\] {
3809
+ width: 420px;
3810
+ }
3811
+
3762
3812
  .univer-w-\[52px\] {
3763
3813
  width: 52px;
3764
3814
  }
@@ -3783,6 +3833,10 @@
3783
3833
  min-width: 0;
3784
3834
  }
3785
3835
 
3836
+ .univer-min-w-44 {
3837
+ min-width: 11rem;
3838
+ }
3839
+
3786
3840
  .univer-min-w-52 {
3787
3841
  min-width: 13rem;
3788
3842
  }
@@ -3913,6 +3967,10 @@
3913
3967
  grid-auto-flow: column;
3914
3968
  }
3915
3969
 
3970
+ .univer-grid-cols-10 {
3971
+ grid-template-columns: repeat(10, minmax(0, 1fr));
3972
+ }
3973
+
3916
3974
  .univer-grid-cols-3 {
3917
3975
  grid-template-columns: repeat(3, minmax(0, 1fr));
3918
3976
  }
@@ -3957,6 +4015,10 @@
3957
4015
  grid-template-rows: auto 1fr auto;
3958
4016
  }
3959
4017
 
4018
+ .univer-flex-row {
4019
+ flex-direction: row;
4020
+ }
4021
+
3960
4022
  .univer-flex-col {
3961
4023
  flex-direction: column;
3962
4024
  }
@@ -4083,6 +4145,10 @@
4083
4145
  border-radius: 1.5rem;
4084
4146
  }
4085
4147
 
4148
+ .univer-rounded-\[10px\] {
4149
+ border-radius: 10px;
4150
+ }
4151
+
4086
4152
  .univer-rounded-full {
4087
4153
  border-radius: 9999px;
4088
4154
  }
@@ -4146,6 +4212,14 @@
4146
4212
  border-color: var(--univer-gray-200);
4147
4213
  }
4148
4214
 
4215
+ .univer-border-gray-300 {
4216
+ border-color: var(--univer-gray-300);
4217
+ }
4218
+
4219
+ .univer-border-primary-500 {
4220
+ border-color: var(--univer-primary-500);
4221
+ }
4222
+
4149
4223
  .univer-border-primary-600 {
4150
4224
  border-color: var(--univer-primary-600);
4151
4225
  }
@@ -4274,6 +4348,11 @@
4274
4348
  padding-right: .5rem;
4275
4349
  }
4276
4350
 
4351
+ .univer-px-2\.5 {
4352
+ padding-left: .625rem;
4353
+ padding-right: .625rem;
4354
+ }
4355
+
4277
4356
  .univer-px-3 {
4278
4357
  padding-left: .75rem;
4279
4358
  padding-right: .75rem;
@@ -4309,6 +4388,11 @@
4309
4388
  padding-bottom: .75rem;
4310
4389
  }
4311
4390
 
4391
+ .univer-py-7 {
4392
+ padding-top: 1.75rem;
4393
+ padding-bottom: 1.75rem;
4394
+ }
4395
+
4312
4396
  .univer-pb-1 {
4313
4397
  padding-bottom: .25rem;
4314
4398
  }
@@ -4383,6 +4467,11 @@
4383
4467
  line-height: 1.5rem;
4384
4468
  }
4385
4469
 
4470
+ .univer-text-lg {
4471
+ font-size: 1.125rem;
4472
+ line-height: 1.75rem;
4473
+ }
4474
+
4386
4475
  .univer-text-sm {
4387
4476
  font-size: .875rem;
4388
4477
  line-height: 1.25rem;
@@ -4465,6 +4554,10 @@
4465
4554
  color: var(--univer-gray-900);
4466
4555
  }
4467
4556
 
4557
+ .univer-text-primary-500 {
4558
+ color: var(--univer-primary-500);
4559
+ }
4560
+
4468
4561
  .univer-text-primary-600 {
4469
4562
  color: var(--univer-primary-600);
4470
4563
  }
@@ -4509,6 +4602,13 @@
4509
4602
  box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
4510
4603
  }
4511
4604
 
4605
+ .univer-shadow-lg {
4606
+ --univer-tw-shadow: 0px 4px 6px 0px #1e284d0d, 0px 10px 15px -3px #1e284d1a;
4607
+ --univer-tw-shadow-colored: 0px 4px 6px 0px var(--univer-tw-shadow-color), 0px 10px 15px -3px var(--univer-tw-shadow-color);
4608
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px #1e284d0d, 0 10px 15px -3px #1e284d1a;
4609
+ box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
4610
+ }
4611
+
4512
4612
  .univer-shadow-md {
4513
4613
  --univer-tw-shadow: 0px 1px 6px -2px #1e284d14, 0px 2px 6px -1px #1e284d1a;
4514
4614
  --univer-tw-shadow-colored: 0px 1px 6px -2px var(--univer-tw-shadow-color), 0px 2px 6px -1px var(--univer-tw-shadow-color);
@@ -4622,6 +4722,10 @@
4622
4722
  display: none;
4623
4723
  }
4624
4724
 
4725
+ .hover\:univer-border-gray-400:hover {
4726
+ border-color: var(--univer-gray-400);
4727
+ }
4728
+
4625
4729
  .hover\:univer-border-primary-600:hover {
4626
4730
  border-color: var(--univer-primary-600);
4627
4731
  }
@@ -4642,6 +4746,10 @@
4642
4746
  background-color: #0000;
4643
4747
  }
4644
4748
 
4749
+ .hover\:univer-text-gray-700:hover {
4750
+ color: var(--univer-gray-700);
4751
+ }
4752
+
4645
4753
  .hover\:univer-opacity-50:hover {
4646
4754
  opacity: .5;
4647
4755
  }
@@ -4731,10 +4839,50 @@
4731
4839
  }
4732
4840
  }
4733
4841
 
4842
+ .rtl\:univer-left-0:where([dir="rtl"], [dir="rtl"] *) {
4843
+ left: 0;
4844
+ }
4845
+
4846
+ .rtl\:univer-left-2:where([dir="rtl"], [dir="rtl"] *) {
4847
+ left: .5rem;
4848
+ }
4849
+
4850
+ .rtl\:univer-right-auto:where([dir="rtl"], [dir="rtl"] *) {
4851
+ right: auto;
4852
+ }
4853
+
4854
+ .rtl\:univer-divide-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
4855
+ --univer-tw-divide-x-reverse: 1;
4856
+ }
4857
+
4858
+ .rtl\:univer-rounded-l:where([dir="rtl"], [dir="rtl"] *) {
4859
+ border-top-left-radius: .25rem;
4860
+ border-bottom-left-radius: .25rem;
4861
+ }
4862
+
4863
+ .rtl\:univer-rounded-l-none:where([dir="rtl"], [dir="rtl"] *) {
4864
+ border-top-left-radius: 0;
4865
+ border-bottom-left-radius: 0;
4866
+ }
4867
+
4868
+ .rtl\:univer-rounded-r:where([dir="rtl"], [dir="rtl"] *) {
4869
+ border-top-right-radius: .25rem;
4870
+ border-bottom-right-radius: .25rem;
4871
+ }
4872
+
4873
+ .rtl\:univer-rounded-r-none:where([dir="rtl"], [dir="rtl"] *) {
4874
+ border-top-right-radius: 0;
4875
+ border-bottom-right-radius: 0;
4876
+ }
4877
+
4734
4878
  .rtl\:univer-pl-1\.5:where([dir="rtl"], [dir="rtl"] *) {
4735
4879
  padding-left: .375rem;
4736
4880
  }
4737
4881
 
4882
+ .rtl\:univer-pl-5:where([dir="rtl"], [dir="rtl"] *) {
4883
+ padding-left: 1.25rem;
4884
+ }
4885
+
4738
4886
  .rtl\:univer-pr-0:where([dir="rtl"], [dir="rtl"] *) {
4739
4887
  padding-right: 0;
4740
4888
  }
@@ -4751,6 +4899,10 @@
4751
4899
  border-color: var(--univer-gray-700) !important;
4752
4900
  }
4753
4901
 
4902
+ .dark\:\!univer-border-primary-600:where(.univer-dark, .univer-dark *) {
4903
+ border-color: var(--univer-primary-600) !important;
4904
+ }
4905
+
4754
4906
  .dark\:\!univer-bg-gray-200:where(.univer-dark, .univer-dark *) {
4755
4907
  background-color: var(--univer-gray-200) !important;
4756
4908
  }
@@ -4831,6 +4983,13 @@
4831
4983
  color: var(--univer-white) !important;
4832
4984
  }
4833
4985
 
4986
+ .dark\:\!univer-shadow-sm:where(.univer-dark, .univer-dark *) {
4987
+ --univer-tw-shadow: 0px 1px 2px 0px #1e284d14 !important;
4988
+ --univer-tw-shadow-colored: 0px 1px 2px 0px var(--univer-tw-shadow-color) !important;
4989
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px #1e284d14 !important;
4990
+ box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow) !important;
4991
+ }
4992
+
4834
4993
  .dark\:hover\:\!univer-bg-gray-600:hover:where(.univer-dark, .univer-dark *) {
4835
4994
  background-color: var(--univer-gray-600) !important;
4836
4995
  }
@@ -4839,6 +4998,10 @@
4839
4998
  background-color: var(--univer-gray-700) !important;
4840
4999
  }
4841
5000
 
5001
+ .dark\:hover\:\!univer-bg-gray-800:hover:where(.univer-dark, .univer-dark *) {
5002
+ background-color: var(--univer-gray-800) !important;
5003
+ }
5004
+
4842
5005
  .dark\:hover\:\!univer-bg-gray-900:hover:where(.univer-dark, .univer-dark *) {
4843
5006
  background-color: var(--univer-gray-900) !important;
4844
5007
  }
@@ -4847,6 +5010,10 @@
4847
5010
  background-color: #0000 !important;
4848
5011
  }
4849
5012
 
5013
+ .dark\:hover\:\!univer-text-gray-300:hover:where(.univer-dark, .univer-dark *) {
5014
+ color: var(--univer-gray-300) !important;
5015
+ }
5016
+
4850
5017
  .dark\:focus\:\!univer-bg-gray-600:focus:where(.univer-dark, .univer-dark *) {
4851
5018
  background-color: var(--univer-gray-600) !important;
4852
5019
  }
@@ -5217,3 +5384,8 @@
5217
5384
  outline-offset: 2px !important;
5218
5385
  outline: 2px solid #0000 !important;
5219
5386
  }
5387
+
5388
+ .\[\&_svg\]\:univer-size-5 svg {
5389
+ width: 1.25rem;
5390
+ height: 1.25rem;
5391
+ }
@@ -202,6 +202,22 @@ declare const _default: {
202
202
  };
203
203
  } & {
204
204
  ui: {
205
+ emojiPicker: {
206
+ emojiSearchIndex: Record<string, string>;
207
+ emojiTitles: Record<string, string>;
208
+ search: string;
209
+ random: string;
210
+ recents: string;
211
+ emojis: string;
212
+ animals: string;
213
+ food: string;
214
+ activities: string;
215
+ places: string;
216
+ objects: string;
217
+ symbols: string;
218
+ searchResults: string;
219
+ noResults: string;
220
+ };
205
221
  toolbar: {
206
222
  heading: {
207
223
  normal: string;
@@ -202,6 +202,22 @@ declare const _default: {
202
202
  };
203
203
  } & {
204
204
  ui: {
205
+ emojiPicker: {
206
+ emojiSearchIndex: Record<string, string>;
207
+ emojiTitles: Record<string, string>;
208
+ search: string;
209
+ random: string;
210
+ recents: string;
211
+ emojis: string;
212
+ animals: string;
213
+ food: string;
214
+ activities: string;
215
+ places: string;
216
+ objects: string;
217
+ symbols: string;
218
+ searchResults: string;
219
+ noResults: string;
220
+ };
205
221
  toolbar: {
206
222
  heading: {
207
223
  normal: string;
@@ -202,6 +202,22 @@ declare const _default: {
202
202
  };
203
203
  } & {
204
204
  ui: {
205
+ emojiPicker: {
206
+ emojiSearchIndex: Record<string, string>;
207
+ emojiTitles: Record<string, string>;
208
+ search: string;
209
+ random: string;
210
+ recents: string;
211
+ emojis: string;
212
+ animals: string;
213
+ food: string;
214
+ activities: string;
215
+ places: string;
216
+ objects: string;
217
+ symbols: string;
218
+ searchResults: string;
219
+ noResults: string;
220
+ };
205
221
  toolbar: {
206
222
  heading: {
207
223
  normal: string;
@@ -202,6 +202,22 @@ declare const _default: {
202
202
  };
203
203
  } & {
204
204
  ui: {
205
+ emojiPicker: {
206
+ emojiSearchIndex: Record<string, string>;
207
+ emojiTitles: Record<string, string>;
208
+ search: string;
209
+ random: string;
210
+ recents: string;
211
+ emojis: string;
212
+ animals: string;
213
+ food: string;
214
+ activities: string;
215
+ places: string;
216
+ objects: string;
217
+ symbols: string;
218
+ searchResults: string;
219
+ noResults: string;
220
+ };
205
221
  toolbar: {
206
222
  heading: {
207
223
  normal: string;
@@ -202,6 +202,22 @@ declare const _default: {
202
202
  };
203
203
  } & {
204
204
  ui: {
205
+ emojiPicker: {
206
+ emojiSearchIndex: Record<string, string>;
207
+ emojiTitles: Record<string, string>;
208
+ search: string;
209
+ random: string;
210
+ recents: string;
211
+ emojis: string;
212
+ animals: string;
213
+ food: string;
214
+ activities: string;
215
+ places: string;
216
+ objects: string;
217
+ symbols: string;
218
+ searchResults: string;
219
+ noResults: string;
220
+ };
205
221
  toolbar: {
206
222
  heading: {
207
223
  normal: string;
@@ -202,6 +202,22 @@ declare const _default: {
202
202
  };
203
203
  } & {
204
204
  ui: {
205
+ emojiPicker: {
206
+ emojiSearchIndex: Record<string, string>;
207
+ emojiTitles: Record<string, string>;
208
+ search: string;
209
+ random: string;
210
+ recents: string;
211
+ emojis: string;
212
+ animals: string;
213
+ food: string;
214
+ activities: string;
215
+ places: string;
216
+ objects: string;
217
+ symbols: string;
218
+ searchResults: string;
219
+ noResults: string;
220
+ };
205
221
  toolbar: {
206
222
  heading: {
207
223
  normal: string;
@@ -202,6 +202,22 @@ declare const _default: {
202
202
  };
203
203
  } & {
204
204
  ui: {
205
+ emojiPicker: {
206
+ emojiSearchIndex: Record<string, string>;
207
+ emojiTitles: Record<string, string>;
208
+ search: string;
209
+ random: string;
210
+ recents: string;
211
+ emojis: string;
212
+ animals: string;
213
+ food: string;
214
+ activities: string;
215
+ places: string;
216
+ objects: string;
217
+ symbols: string;
218
+ searchResults: string;
219
+ noResults: string;
220
+ };
205
221
  toolbar: {
206
222
  heading: {
207
223
  normal: string;
@@ -202,6 +202,22 @@ declare const _default: {
202
202
  };
203
203
  } & {
204
204
  ui: {
205
+ emojiPicker: {
206
+ emojiSearchIndex: Record<string, string>;
207
+ emojiTitles: Record<string, string>;
208
+ search: string;
209
+ random: string;
210
+ recents: string;
211
+ emojis: string;
212
+ animals: string;
213
+ food: string;
214
+ activities: string;
215
+ places: string;
216
+ objects: string;
217
+ symbols: string;
218
+ searchResults: string;
219
+ noResults: string;
220
+ };
205
221
  toolbar: {
206
222
  heading: {
207
223
  normal: string;
@@ -202,6 +202,22 @@ declare const _default: {
202
202
  };
203
203
  } & {
204
204
  ui: {
205
+ emojiPicker: {
206
+ emojiSearchIndex: Record<string, string>;
207
+ emojiTitles: Record<string, string>;
208
+ search: string;
209
+ random: string;
210
+ recents: string;
211
+ emojis: string;
212
+ animals: string;
213
+ food: string;
214
+ activities: string;
215
+ places: string;
216
+ objects: string;
217
+ symbols: string;
218
+ searchResults: string;
219
+ noResults: string;
220
+ };
205
221
  toolbar: {
206
222
  heading: {
207
223
  normal: string;
@@ -202,6 +202,22 @@ declare const _default: {
202
202
  };
203
203
  } & {
204
204
  ui: {
205
+ emojiPicker: {
206
+ emojiSearchIndex: Record<string, string>;
207
+ emojiTitles: Record<string, string>;
208
+ search: string;
209
+ random: string;
210
+ recents: string;
211
+ emojis: string;
212
+ animals: string;
213
+ food: string;
214
+ activities: string;
215
+ places: string;
216
+ objects: string;
217
+ symbols: string;
218
+ searchResults: string;
219
+ noResults: string;
220
+ };
205
221
  toolbar: {
206
222
  heading: {
207
223
  normal: string;
@@ -202,6 +202,22 @@ declare const _default: {
202
202
  };
203
203
  } & {
204
204
  ui: {
205
+ emojiPicker: {
206
+ emojiSearchIndex: Record<string, string>;
207
+ emojiTitles: Record<string, string>;
208
+ search: string;
209
+ random: string;
210
+ recents: string;
211
+ emojis: string;
212
+ animals: string;
213
+ food: string;
214
+ activities: string;
215
+ places: string;
216
+ objects: string;
217
+ symbols: string;
218
+ searchResults: string;
219
+ noResults: string;
220
+ };
205
221
  toolbar: {
206
222
  heading: {
207
223
  normal: string;
@@ -202,6 +202,22 @@ declare const _default: {
202
202
  };
203
203
  } & {
204
204
  ui: {
205
+ emojiPicker: {
206
+ emojiSearchIndex: Record<string, string>;
207
+ emojiTitles: Record<string, string>;
208
+ search: string;
209
+ random: string;
210
+ recents: string;
211
+ emojis: string;
212
+ animals: string;
213
+ food: string;
214
+ activities: string;
215
+ places: string;
216
+ objects: string;
217
+ symbols: string;
218
+ searchResults: string;
219
+ noResults: string;
220
+ };
205
221
  toolbar: {
206
222
  heading: {
207
223
  normal: string;
@@ -202,6 +202,22 @@ declare const _default: {
202
202
  };
203
203
  } & {
204
204
  ui: {
205
+ emojiPicker: {
206
+ emojiSearchIndex: Record<string, string>;
207
+ emojiTitles: Record<string, string>;
208
+ search: string;
209
+ random: string;
210
+ recents: string;
211
+ emojis: string;
212
+ animals: string;
213
+ food: string;
214
+ activities: string;
215
+ places: string;
216
+ objects: string;
217
+ symbols: string;
218
+ searchResults: string;
219
+ noResults: string;
220
+ };
205
221
  toolbar: {
206
222
  heading: {
207
223
  normal: string;
@@ -202,6 +202,22 @@ declare const _default: {
202
202
  };
203
203
  } & {
204
204
  ui: {
205
+ emojiPicker: {
206
+ emojiSearchIndex: Record<string, string>;
207
+ emojiTitles: Record<string, string>;
208
+ search: string;
209
+ random: string;
210
+ recents: string;
211
+ emojis: string;
212
+ animals: string;
213
+ food: string;
214
+ activities: string;
215
+ places: string;
216
+ objects: string;
217
+ symbols: string;
218
+ searchResults: string;
219
+ noResults: string;
220
+ };
205
221
  toolbar: {
206
222
  heading: {
207
223
  normal: string;
@@ -202,6 +202,22 @@ declare const _default: {
202
202
  };
203
203
  } & {
204
204
  ui: {
205
+ emojiPicker: {
206
+ emojiSearchIndex: Record<string, string>;
207
+ emojiTitles: Record<string, string>;
208
+ search: string;
209
+ random: string;
210
+ recents: string;
211
+ emojis: string;
212
+ animals: string;
213
+ food: string;
214
+ activities: string;
215
+ places: string;
216
+ objects: string;
217
+ symbols: string;
218
+ searchResults: string;
219
+ noResults: string;
220
+ };
205
221
  toolbar: {
206
222
  heading: {
207
223
  normal: string;
@@ -202,6 +202,22 @@ declare const _default: {
202
202
  };
203
203
  } & {
204
204
  ui: {
205
+ emojiPicker: {
206
+ emojiSearchIndex: Record<string, string>;
207
+ emojiTitles: Record<string, string>;
208
+ search: string;
209
+ random: string;
210
+ recents: string;
211
+ emojis: string;
212
+ animals: string;
213
+ food: string;
214
+ activities: string;
215
+ places: string;
216
+ objects: string;
217
+ symbols: string;
218
+ searchResults: string;
219
+ noResults: string;
220
+ };
205
221
  toolbar: {
206
222
  heading: {
207
223
  normal: string;
@@ -202,6 +202,22 @@ declare const _default: {
202
202
  };
203
203
  } & {
204
204
  ui: {
205
+ emojiPicker: {
206
+ emojiSearchIndex: Record<string, string>;
207
+ emojiTitles: Record<string, string>;
208
+ search: string;
209
+ random: string;
210
+ recents: string;
211
+ emojis: string;
212
+ animals: string;
213
+ food: string;
214
+ activities: string;
215
+ places: string;
216
+ objects: string;
217
+ symbols: string;
218
+ searchResults: string;
219
+ noResults: string;
220
+ };
205
221
  toolbar: {
206
222
  heading: {
207
223
  normal: string;
@@ -202,6 +202,22 @@ declare const _default: {
202
202
  };
203
203
  } & {
204
204
  ui: {
205
+ emojiPicker: {
206
+ emojiSearchIndex: Record<string, string>;
207
+ emojiTitles: Record<string, string>;
208
+ search: string;
209
+ random: string;
210
+ recents: string;
211
+ emojis: string;
212
+ animals: string;
213
+ food: string;
214
+ activities: string;
215
+ places: string;
216
+ objects: string;
217
+ symbols: string;
218
+ searchResults: string;
219
+ noResults: string;
220
+ };
205
221
  toolbar: {
206
222
  heading: {
207
223
  normal: string;
@@ -202,6 +202,22 @@ declare const _default: {
202
202
  };
203
203
  } & {
204
204
  ui: {
205
+ emojiPicker: {
206
+ emojiSearchIndex: Record<string, string>;
207
+ emojiTitles: Record<string, string>;
208
+ search: string;
209
+ random: string;
210
+ recents: string;
211
+ emojis: string;
212
+ animals: string;
213
+ food: string;
214
+ activities: string;
215
+ places: string;
216
+ objects: string;
217
+ symbols: string;
218
+ searchResults: string;
219
+ noResults: string;
220
+ };
205
221
  toolbar: {
206
222
  heading: {
207
223
  normal: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/preset-docs-core",
3
- "version": "1.0.0-alpha.0",
3
+ "version": "1.0.0-alpha.2",
4
4
  "private": false,
5
5
  "description": "Preset for core Univer Docs editing and UI features.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -56,22 +56,22 @@
56
56
  "rxjs": ">=7.0.0"
57
57
  },
58
58
  "dependencies": {
59
- "@univerjs/design": "1.0.0-alpha.0",
60
- "@univerjs/docs-ui": "1.0.0-alpha.0",
61
- "@univerjs/engine-formula": "1.0.0-alpha.0",
62
- "@univerjs/engine-render": "1.0.0-alpha.0",
63
- "@univerjs/network": "1.0.0-alpha.0",
64
- "@univerjs/docs": "1.0.0-alpha.0",
65
- "@univerjs/ui": "1.0.0-alpha.0"
59
+ "@univerjs/design": "1.0.0-alpha.2",
60
+ "@univerjs/docs": "1.0.0-alpha.2",
61
+ "@univerjs/engine-render": "1.0.0-alpha.2",
62
+ "@univerjs/network": "1.0.0-alpha.2",
63
+ "@univerjs/ui": "1.0.0-alpha.2",
64
+ "@univerjs/docs-ui": "1.0.0-alpha.2",
65
+ "@univerjs/engine-formula": "1.0.0-alpha.2"
66
66
  },
67
67
  "devDependencies": {
68
68
  "react": "18.3.1",
69
69
  "react-dom": "18.3.1",
70
70
  "rxjs": "^7.8.2",
71
71
  "typescript": "^6.0.3",
72
- "@univerjs-infra/shared": "1.0.0-alpha.0",
73
- "@univerjs/core": "1.0.0-alpha.0",
74
- "@univerjs/presets": "1.0.0-alpha.0"
72
+ "@univerjs-infra/shared": "1.0.0-alpha.2",
73
+ "@univerjs/core": "1.0.0-alpha.2",
74
+ "@univerjs/presets": "1.0.0-alpha.2"
75
75
  },
76
76
  "scripts": {
77
77
  "build:bundle": "univer-cli preset build --cleanup",