@underverse-ui/underverse 1.0.125 → 1.0.127
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/api-reference.json +1 -1
- package/dist/index.cjs +773 -401
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +32 -0
- package/dist/index.d.ts +32 -0
- package/dist/index.js +709 -338
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3435,6 +3435,9 @@ declare const underverseMessages: {
|
|
|
3435
3435
|
accent: string;
|
|
3436
3436
|
textColor: string;
|
|
3437
3437
|
highlight: string;
|
|
3438
|
+
automatic: string;
|
|
3439
|
+
moreColors: string;
|
|
3440
|
+
color: string;
|
|
3438
3441
|
done: string;
|
|
3439
3442
|
};
|
|
3440
3443
|
toolbar: {
|
|
@@ -3449,6 +3452,7 @@ declare const underverseMessages: {
|
|
|
3449
3452
|
subscript: string;
|
|
3450
3453
|
superscript: string;
|
|
3451
3454
|
link: string;
|
|
3455
|
+
removeLink: string;
|
|
3452
3456
|
image: string;
|
|
3453
3457
|
table: string;
|
|
3454
3458
|
alignment: string;
|
|
@@ -3698,6 +3702,9 @@ declare const underverseMessages: {
|
|
|
3698
3702
|
accent: string;
|
|
3699
3703
|
textColor: string;
|
|
3700
3704
|
highlight: string;
|
|
3705
|
+
automatic: string;
|
|
3706
|
+
moreColors: string;
|
|
3707
|
+
color: string;
|
|
3701
3708
|
done: string;
|
|
3702
3709
|
};
|
|
3703
3710
|
toolbar: {
|
|
@@ -3712,6 +3719,7 @@ declare const underverseMessages: {
|
|
|
3712
3719
|
subscript: string;
|
|
3713
3720
|
superscript: string;
|
|
3714
3721
|
link: string;
|
|
3722
|
+
removeLink: string;
|
|
3715
3723
|
image: string;
|
|
3716
3724
|
table: string;
|
|
3717
3725
|
alignment: string;
|
|
@@ -3961,6 +3969,9 @@ declare const underverseMessages: {
|
|
|
3961
3969
|
accent: string;
|
|
3962
3970
|
textColor: string;
|
|
3963
3971
|
highlight: string;
|
|
3972
|
+
automatic: string;
|
|
3973
|
+
moreColors: string;
|
|
3974
|
+
color: string;
|
|
3964
3975
|
done: string;
|
|
3965
3976
|
};
|
|
3966
3977
|
toolbar: {
|
|
@@ -3975,6 +3986,7 @@ declare const underverseMessages: {
|
|
|
3975
3986
|
subscript: string;
|
|
3976
3987
|
superscript: string;
|
|
3977
3988
|
link: string;
|
|
3989
|
+
removeLink: string;
|
|
3978
3990
|
image: string;
|
|
3979
3991
|
table: string;
|
|
3980
3992
|
alignment: string;
|
|
@@ -4223,6 +4235,9 @@ declare const underverseMessages: {
|
|
|
4223
4235
|
accent: string;
|
|
4224
4236
|
textColor: string;
|
|
4225
4237
|
highlight: string;
|
|
4238
|
+
automatic: string;
|
|
4239
|
+
moreColors: string;
|
|
4240
|
+
color: string;
|
|
4226
4241
|
done: string;
|
|
4227
4242
|
};
|
|
4228
4243
|
toolbar: {
|
|
@@ -4237,6 +4252,7 @@ declare const underverseMessages: {
|
|
|
4237
4252
|
subscript: string;
|
|
4238
4253
|
superscript: string;
|
|
4239
4254
|
link: string;
|
|
4255
|
+
removeLink: string;
|
|
4240
4256
|
image: string;
|
|
4241
4257
|
table: string;
|
|
4242
4258
|
alignment: string;
|
|
@@ -4488,6 +4504,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4488
4504
|
accent: string;
|
|
4489
4505
|
textColor: string;
|
|
4490
4506
|
highlight: string;
|
|
4507
|
+
automatic: string;
|
|
4508
|
+
moreColors: string;
|
|
4509
|
+
color: string;
|
|
4491
4510
|
done: string;
|
|
4492
4511
|
};
|
|
4493
4512
|
toolbar: {
|
|
@@ -4502,6 +4521,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4502
4521
|
subscript: string;
|
|
4503
4522
|
superscript: string;
|
|
4504
4523
|
link: string;
|
|
4524
|
+
removeLink: string;
|
|
4505
4525
|
image: string;
|
|
4506
4526
|
table: string;
|
|
4507
4527
|
alignment: string;
|
|
@@ -4750,6 +4770,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4750
4770
|
accent: string;
|
|
4751
4771
|
textColor: string;
|
|
4752
4772
|
highlight: string;
|
|
4773
|
+
automatic: string;
|
|
4774
|
+
moreColors: string;
|
|
4775
|
+
color: string;
|
|
4753
4776
|
done: string;
|
|
4754
4777
|
};
|
|
4755
4778
|
toolbar: {
|
|
@@ -4764,6 +4787,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4764
4787
|
subscript: string;
|
|
4765
4788
|
superscript: string;
|
|
4766
4789
|
link: string;
|
|
4790
|
+
removeLink: string;
|
|
4767
4791
|
image: string;
|
|
4768
4792
|
table: string;
|
|
4769
4793
|
alignment: string;
|
|
@@ -5012,6 +5036,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5012
5036
|
accent: string;
|
|
5013
5037
|
textColor: string;
|
|
5014
5038
|
highlight: string;
|
|
5039
|
+
automatic: string;
|
|
5040
|
+
moreColors: string;
|
|
5041
|
+
color: string;
|
|
5015
5042
|
done: string;
|
|
5016
5043
|
};
|
|
5017
5044
|
toolbar: {
|
|
@@ -5026,6 +5053,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5026
5053
|
subscript: string;
|
|
5027
5054
|
superscript: string;
|
|
5028
5055
|
link: string;
|
|
5056
|
+
removeLink: string;
|
|
5029
5057
|
image: string;
|
|
5030
5058
|
table: string;
|
|
5031
5059
|
alignment: string;
|
|
@@ -5273,6 +5301,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5273
5301
|
accent: string;
|
|
5274
5302
|
textColor: string;
|
|
5275
5303
|
highlight: string;
|
|
5304
|
+
automatic: string;
|
|
5305
|
+
moreColors: string;
|
|
5306
|
+
color: string;
|
|
5276
5307
|
done: string;
|
|
5277
5308
|
};
|
|
5278
5309
|
toolbar: {
|
|
@@ -5287,6 +5318,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5287
5318
|
subscript: string;
|
|
5288
5319
|
superscript: string;
|
|
5289
5320
|
link: string;
|
|
5321
|
+
removeLink: string;
|
|
5290
5322
|
image: string;
|
|
5291
5323
|
table: string;
|
|
5292
5324
|
alignment: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -3435,6 +3435,9 @@ declare const underverseMessages: {
|
|
|
3435
3435
|
accent: string;
|
|
3436
3436
|
textColor: string;
|
|
3437
3437
|
highlight: string;
|
|
3438
|
+
automatic: string;
|
|
3439
|
+
moreColors: string;
|
|
3440
|
+
color: string;
|
|
3438
3441
|
done: string;
|
|
3439
3442
|
};
|
|
3440
3443
|
toolbar: {
|
|
@@ -3449,6 +3452,7 @@ declare const underverseMessages: {
|
|
|
3449
3452
|
subscript: string;
|
|
3450
3453
|
superscript: string;
|
|
3451
3454
|
link: string;
|
|
3455
|
+
removeLink: string;
|
|
3452
3456
|
image: string;
|
|
3453
3457
|
table: string;
|
|
3454
3458
|
alignment: string;
|
|
@@ -3698,6 +3702,9 @@ declare const underverseMessages: {
|
|
|
3698
3702
|
accent: string;
|
|
3699
3703
|
textColor: string;
|
|
3700
3704
|
highlight: string;
|
|
3705
|
+
automatic: string;
|
|
3706
|
+
moreColors: string;
|
|
3707
|
+
color: string;
|
|
3701
3708
|
done: string;
|
|
3702
3709
|
};
|
|
3703
3710
|
toolbar: {
|
|
@@ -3712,6 +3719,7 @@ declare const underverseMessages: {
|
|
|
3712
3719
|
subscript: string;
|
|
3713
3720
|
superscript: string;
|
|
3714
3721
|
link: string;
|
|
3722
|
+
removeLink: string;
|
|
3715
3723
|
image: string;
|
|
3716
3724
|
table: string;
|
|
3717
3725
|
alignment: string;
|
|
@@ -3961,6 +3969,9 @@ declare const underverseMessages: {
|
|
|
3961
3969
|
accent: string;
|
|
3962
3970
|
textColor: string;
|
|
3963
3971
|
highlight: string;
|
|
3972
|
+
automatic: string;
|
|
3973
|
+
moreColors: string;
|
|
3974
|
+
color: string;
|
|
3964
3975
|
done: string;
|
|
3965
3976
|
};
|
|
3966
3977
|
toolbar: {
|
|
@@ -3975,6 +3986,7 @@ declare const underverseMessages: {
|
|
|
3975
3986
|
subscript: string;
|
|
3976
3987
|
superscript: string;
|
|
3977
3988
|
link: string;
|
|
3989
|
+
removeLink: string;
|
|
3978
3990
|
image: string;
|
|
3979
3991
|
table: string;
|
|
3980
3992
|
alignment: string;
|
|
@@ -4223,6 +4235,9 @@ declare const underverseMessages: {
|
|
|
4223
4235
|
accent: string;
|
|
4224
4236
|
textColor: string;
|
|
4225
4237
|
highlight: string;
|
|
4238
|
+
automatic: string;
|
|
4239
|
+
moreColors: string;
|
|
4240
|
+
color: string;
|
|
4226
4241
|
done: string;
|
|
4227
4242
|
};
|
|
4228
4243
|
toolbar: {
|
|
@@ -4237,6 +4252,7 @@ declare const underverseMessages: {
|
|
|
4237
4252
|
subscript: string;
|
|
4238
4253
|
superscript: string;
|
|
4239
4254
|
link: string;
|
|
4255
|
+
removeLink: string;
|
|
4240
4256
|
image: string;
|
|
4241
4257
|
table: string;
|
|
4242
4258
|
alignment: string;
|
|
@@ -4488,6 +4504,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4488
4504
|
accent: string;
|
|
4489
4505
|
textColor: string;
|
|
4490
4506
|
highlight: string;
|
|
4507
|
+
automatic: string;
|
|
4508
|
+
moreColors: string;
|
|
4509
|
+
color: string;
|
|
4491
4510
|
done: string;
|
|
4492
4511
|
};
|
|
4493
4512
|
toolbar: {
|
|
@@ -4502,6 +4521,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4502
4521
|
subscript: string;
|
|
4503
4522
|
superscript: string;
|
|
4504
4523
|
link: string;
|
|
4524
|
+
removeLink: string;
|
|
4505
4525
|
image: string;
|
|
4506
4526
|
table: string;
|
|
4507
4527
|
alignment: string;
|
|
@@ -4750,6 +4770,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4750
4770
|
accent: string;
|
|
4751
4771
|
textColor: string;
|
|
4752
4772
|
highlight: string;
|
|
4773
|
+
automatic: string;
|
|
4774
|
+
moreColors: string;
|
|
4775
|
+
color: string;
|
|
4753
4776
|
done: string;
|
|
4754
4777
|
};
|
|
4755
4778
|
toolbar: {
|
|
@@ -4764,6 +4787,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4764
4787
|
subscript: string;
|
|
4765
4788
|
superscript: string;
|
|
4766
4789
|
link: string;
|
|
4790
|
+
removeLink: string;
|
|
4767
4791
|
image: string;
|
|
4768
4792
|
table: string;
|
|
4769
4793
|
alignment: string;
|
|
@@ -5012,6 +5036,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5012
5036
|
accent: string;
|
|
5013
5037
|
textColor: string;
|
|
5014
5038
|
highlight: string;
|
|
5039
|
+
automatic: string;
|
|
5040
|
+
moreColors: string;
|
|
5041
|
+
color: string;
|
|
5015
5042
|
done: string;
|
|
5016
5043
|
};
|
|
5017
5044
|
toolbar: {
|
|
@@ -5026,6 +5053,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5026
5053
|
subscript: string;
|
|
5027
5054
|
superscript: string;
|
|
5028
5055
|
link: string;
|
|
5056
|
+
removeLink: string;
|
|
5029
5057
|
image: string;
|
|
5030
5058
|
table: string;
|
|
5031
5059
|
alignment: string;
|
|
@@ -5273,6 +5301,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5273
5301
|
accent: string;
|
|
5274
5302
|
textColor: string;
|
|
5275
5303
|
highlight: string;
|
|
5304
|
+
automatic: string;
|
|
5305
|
+
moreColors: string;
|
|
5306
|
+
color: string;
|
|
5276
5307
|
done: string;
|
|
5277
5308
|
};
|
|
5278
5309
|
toolbar: {
|
|
@@ -5287,6 +5318,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5287
5318
|
subscript: string;
|
|
5288
5319
|
superscript: string;
|
|
5289
5320
|
link: string;
|
|
5321
|
+
removeLink: string;
|
|
5290
5322
|
image: string;
|
|
5291
5323
|
table: string;
|
|
5292
5324
|
alignment: string;
|