@underverse-ui/underverse 1.0.186 → 1.0.188
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 +308 -47
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +48 -0
- package/dist/index.d.ts +48 -0
- package/dist/index.js +322 -55
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3775,6 +3775,8 @@ declare const underverseMessages: {
|
|
|
3775
3775
|
fileCardDesc: string;
|
|
3776
3776
|
formCheckbox: string;
|
|
3777
3777
|
formCheckboxDesc: string;
|
|
3778
|
+
roundCheckbox: string;
|
|
3779
|
+
roundCheckboxDesc: string;
|
|
3778
3780
|
formRadio: string;
|
|
3779
3781
|
formRadioDesc: string;
|
|
3780
3782
|
};
|
|
@@ -3783,6 +3785,7 @@ declare const underverseMessages: {
|
|
|
3783
3785
|
};
|
|
3784
3786
|
linkInput: {
|
|
3785
3787
|
placeholder: string;
|
|
3788
|
+
invalid: string;
|
|
3786
3789
|
};
|
|
3787
3790
|
imageInput: {
|
|
3788
3791
|
urlTab: string;
|
|
@@ -3874,6 +3877,9 @@ declare const underverseMessages: {
|
|
|
3874
3877
|
alignVerticalTop: string;
|
|
3875
3878
|
alignVerticalMiddle: string;
|
|
3876
3879
|
alignVerticalBottom: string;
|
|
3880
|
+
textDirection: string;
|
|
3881
|
+
horizontalText: string;
|
|
3882
|
+
verticalText: string;
|
|
3877
3883
|
};
|
|
3878
3884
|
callout: {
|
|
3879
3885
|
selectEmoji: string;
|
|
@@ -4200,6 +4206,8 @@ declare const underverseMessages: {
|
|
|
4200
4206
|
fileCardDesc: string;
|
|
4201
4207
|
formCheckbox: string;
|
|
4202
4208
|
formCheckboxDesc: string;
|
|
4209
|
+
roundCheckbox: string;
|
|
4210
|
+
roundCheckboxDesc: string;
|
|
4203
4211
|
formRadio: string;
|
|
4204
4212
|
formRadioDesc: string;
|
|
4205
4213
|
};
|
|
@@ -4208,6 +4216,7 @@ declare const underverseMessages: {
|
|
|
4208
4216
|
};
|
|
4209
4217
|
linkInput: {
|
|
4210
4218
|
placeholder: string;
|
|
4219
|
+
invalid: string;
|
|
4211
4220
|
};
|
|
4212
4221
|
imageInput: {
|
|
4213
4222
|
urlTab: string;
|
|
@@ -4299,6 +4308,9 @@ declare const underverseMessages: {
|
|
|
4299
4308
|
alignVerticalTop: string;
|
|
4300
4309
|
alignVerticalMiddle: string;
|
|
4301
4310
|
alignVerticalBottom: string;
|
|
4311
|
+
textDirection: string;
|
|
4312
|
+
horizontalText: string;
|
|
4313
|
+
verticalText: string;
|
|
4302
4314
|
};
|
|
4303
4315
|
callout: {
|
|
4304
4316
|
selectEmoji: string;
|
|
@@ -4625,6 +4637,8 @@ declare const underverseMessages: {
|
|
|
4625
4637
|
fileCardDesc: string;
|
|
4626
4638
|
formCheckbox: string;
|
|
4627
4639
|
formCheckboxDesc: string;
|
|
4640
|
+
roundCheckbox: string;
|
|
4641
|
+
roundCheckboxDesc: string;
|
|
4628
4642
|
formRadio: string;
|
|
4629
4643
|
formRadioDesc: string;
|
|
4630
4644
|
};
|
|
@@ -4633,6 +4647,7 @@ declare const underverseMessages: {
|
|
|
4633
4647
|
};
|
|
4634
4648
|
linkInput: {
|
|
4635
4649
|
placeholder: string;
|
|
4650
|
+
invalid: string;
|
|
4636
4651
|
};
|
|
4637
4652
|
imageInput: {
|
|
4638
4653
|
urlTab: string;
|
|
@@ -4724,6 +4739,9 @@ declare const underverseMessages: {
|
|
|
4724
4739
|
alignVerticalTop: string;
|
|
4725
4740
|
alignVerticalMiddle: string;
|
|
4726
4741
|
alignVerticalBottom: string;
|
|
4742
|
+
textDirection: string;
|
|
4743
|
+
horizontalText: string;
|
|
4744
|
+
verticalText: string;
|
|
4727
4745
|
};
|
|
4728
4746
|
callout: {
|
|
4729
4747
|
selectEmoji: string;
|
|
@@ -5050,6 +5068,8 @@ declare const underverseMessages: {
|
|
|
5050
5068
|
fileCardDesc: string;
|
|
5051
5069
|
formCheckbox: string;
|
|
5052
5070
|
formCheckboxDesc: string;
|
|
5071
|
+
roundCheckbox: string;
|
|
5072
|
+
roundCheckboxDesc: string;
|
|
5053
5073
|
formRadio: string;
|
|
5054
5074
|
formRadioDesc: string;
|
|
5055
5075
|
};
|
|
@@ -5058,6 +5078,7 @@ declare const underverseMessages: {
|
|
|
5058
5078
|
};
|
|
5059
5079
|
linkInput: {
|
|
5060
5080
|
placeholder: string;
|
|
5081
|
+
invalid: string;
|
|
5061
5082
|
};
|
|
5062
5083
|
imageInput: {
|
|
5063
5084
|
urlTab: string;
|
|
@@ -5149,6 +5170,9 @@ declare const underverseMessages: {
|
|
|
5149
5170
|
alignVerticalTop: string;
|
|
5150
5171
|
alignVerticalMiddle: string;
|
|
5151
5172
|
alignVerticalBottom: string;
|
|
5173
|
+
textDirection: string;
|
|
5174
|
+
horizontalText: string;
|
|
5175
|
+
verticalText: string;
|
|
5152
5176
|
};
|
|
5153
5177
|
callout: {
|
|
5154
5178
|
selectEmoji: string;
|
|
@@ -5478,6 +5502,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5478
5502
|
fileCardDesc: string;
|
|
5479
5503
|
formCheckbox: string;
|
|
5480
5504
|
formCheckboxDesc: string;
|
|
5505
|
+
roundCheckbox: string;
|
|
5506
|
+
roundCheckboxDesc: string;
|
|
5481
5507
|
formRadio: string;
|
|
5482
5508
|
formRadioDesc: string;
|
|
5483
5509
|
};
|
|
@@ -5486,6 +5512,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5486
5512
|
};
|
|
5487
5513
|
linkInput: {
|
|
5488
5514
|
placeholder: string;
|
|
5515
|
+
invalid: string;
|
|
5489
5516
|
};
|
|
5490
5517
|
imageInput: {
|
|
5491
5518
|
urlTab: string;
|
|
@@ -5577,6 +5604,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5577
5604
|
alignVerticalTop: string;
|
|
5578
5605
|
alignVerticalMiddle: string;
|
|
5579
5606
|
alignVerticalBottom: string;
|
|
5607
|
+
textDirection: string;
|
|
5608
|
+
horizontalText: string;
|
|
5609
|
+
verticalText: string;
|
|
5580
5610
|
};
|
|
5581
5611
|
callout: {
|
|
5582
5612
|
selectEmoji: string;
|
|
@@ -5902,6 +5932,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5902
5932
|
fileCardDesc: string;
|
|
5903
5933
|
formCheckbox: string;
|
|
5904
5934
|
formCheckboxDesc: string;
|
|
5935
|
+
roundCheckbox: string;
|
|
5936
|
+
roundCheckboxDesc: string;
|
|
5905
5937
|
formRadio: string;
|
|
5906
5938
|
formRadioDesc: string;
|
|
5907
5939
|
};
|
|
@@ -5910,6 +5942,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5910
5942
|
};
|
|
5911
5943
|
linkInput: {
|
|
5912
5944
|
placeholder: string;
|
|
5945
|
+
invalid: string;
|
|
5913
5946
|
};
|
|
5914
5947
|
imageInput: {
|
|
5915
5948
|
urlTab: string;
|
|
@@ -6001,6 +6034,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6001
6034
|
alignVerticalTop: string;
|
|
6002
6035
|
alignVerticalMiddle: string;
|
|
6003
6036
|
alignVerticalBottom: string;
|
|
6037
|
+
textDirection: string;
|
|
6038
|
+
horizontalText: string;
|
|
6039
|
+
verticalText: string;
|
|
6004
6040
|
};
|
|
6005
6041
|
callout: {
|
|
6006
6042
|
selectEmoji: string;
|
|
@@ -6326,6 +6362,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6326
6362
|
fileCardDesc: string;
|
|
6327
6363
|
formCheckbox: string;
|
|
6328
6364
|
formCheckboxDesc: string;
|
|
6365
|
+
roundCheckbox: string;
|
|
6366
|
+
roundCheckboxDesc: string;
|
|
6329
6367
|
formRadio: string;
|
|
6330
6368
|
formRadioDesc: string;
|
|
6331
6369
|
};
|
|
@@ -6334,6 +6372,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6334
6372
|
};
|
|
6335
6373
|
linkInput: {
|
|
6336
6374
|
placeholder: string;
|
|
6375
|
+
invalid: string;
|
|
6337
6376
|
};
|
|
6338
6377
|
imageInput: {
|
|
6339
6378
|
urlTab: string;
|
|
@@ -6425,6 +6464,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6425
6464
|
alignVerticalTop: string;
|
|
6426
6465
|
alignVerticalMiddle: string;
|
|
6427
6466
|
alignVerticalBottom: string;
|
|
6467
|
+
textDirection: string;
|
|
6468
|
+
horizontalText: string;
|
|
6469
|
+
verticalText: string;
|
|
6428
6470
|
};
|
|
6429
6471
|
callout: {
|
|
6430
6472
|
selectEmoji: string;
|
|
@@ -6750,6 +6792,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6750
6792
|
fileCardDesc: string;
|
|
6751
6793
|
formCheckbox: string;
|
|
6752
6794
|
formCheckboxDesc: string;
|
|
6795
|
+
roundCheckbox: string;
|
|
6796
|
+
roundCheckboxDesc: string;
|
|
6753
6797
|
formRadio: string;
|
|
6754
6798
|
formRadioDesc: string;
|
|
6755
6799
|
};
|
|
@@ -6758,6 +6802,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6758
6802
|
};
|
|
6759
6803
|
linkInput: {
|
|
6760
6804
|
placeholder: string;
|
|
6805
|
+
invalid: string;
|
|
6761
6806
|
};
|
|
6762
6807
|
imageInput: {
|
|
6763
6808
|
urlTab: string;
|
|
@@ -6849,6 +6894,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6849
6894
|
alignVerticalTop: string;
|
|
6850
6895
|
alignVerticalMiddle: string;
|
|
6851
6896
|
alignVerticalBottom: string;
|
|
6897
|
+
textDirection: string;
|
|
6898
|
+
horizontalText: string;
|
|
6899
|
+
verticalText: string;
|
|
6852
6900
|
};
|
|
6853
6901
|
callout: {
|
|
6854
6902
|
selectEmoji: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -3775,6 +3775,8 @@ declare const underverseMessages: {
|
|
|
3775
3775
|
fileCardDesc: string;
|
|
3776
3776
|
formCheckbox: string;
|
|
3777
3777
|
formCheckboxDesc: string;
|
|
3778
|
+
roundCheckbox: string;
|
|
3779
|
+
roundCheckboxDesc: string;
|
|
3778
3780
|
formRadio: string;
|
|
3779
3781
|
formRadioDesc: string;
|
|
3780
3782
|
};
|
|
@@ -3783,6 +3785,7 @@ declare const underverseMessages: {
|
|
|
3783
3785
|
};
|
|
3784
3786
|
linkInput: {
|
|
3785
3787
|
placeholder: string;
|
|
3788
|
+
invalid: string;
|
|
3786
3789
|
};
|
|
3787
3790
|
imageInput: {
|
|
3788
3791
|
urlTab: string;
|
|
@@ -3874,6 +3877,9 @@ declare const underverseMessages: {
|
|
|
3874
3877
|
alignVerticalTop: string;
|
|
3875
3878
|
alignVerticalMiddle: string;
|
|
3876
3879
|
alignVerticalBottom: string;
|
|
3880
|
+
textDirection: string;
|
|
3881
|
+
horizontalText: string;
|
|
3882
|
+
verticalText: string;
|
|
3877
3883
|
};
|
|
3878
3884
|
callout: {
|
|
3879
3885
|
selectEmoji: string;
|
|
@@ -4200,6 +4206,8 @@ declare const underverseMessages: {
|
|
|
4200
4206
|
fileCardDesc: string;
|
|
4201
4207
|
formCheckbox: string;
|
|
4202
4208
|
formCheckboxDesc: string;
|
|
4209
|
+
roundCheckbox: string;
|
|
4210
|
+
roundCheckboxDesc: string;
|
|
4203
4211
|
formRadio: string;
|
|
4204
4212
|
formRadioDesc: string;
|
|
4205
4213
|
};
|
|
@@ -4208,6 +4216,7 @@ declare const underverseMessages: {
|
|
|
4208
4216
|
};
|
|
4209
4217
|
linkInput: {
|
|
4210
4218
|
placeholder: string;
|
|
4219
|
+
invalid: string;
|
|
4211
4220
|
};
|
|
4212
4221
|
imageInput: {
|
|
4213
4222
|
urlTab: string;
|
|
@@ -4299,6 +4308,9 @@ declare const underverseMessages: {
|
|
|
4299
4308
|
alignVerticalTop: string;
|
|
4300
4309
|
alignVerticalMiddle: string;
|
|
4301
4310
|
alignVerticalBottom: string;
|
|
4311
|
+
textDirection: string;
|
|
4312
|
+
horizontalText: string;
|
|
4313
|
+
verticalText: string;
|
|
4302
4314
|
};
|
|
4303
4315
|
callout: {
|
|
4304
4316
|
selectEmoji: string;
|
|
@@ -4625,6 +4637,8 @@ declare const underverseMessages: {
|
|
|
4625
4637
|
fileCardDesc: string;
|
|
4626
4638
|
formCheckbox: string;
|
|
4627
4639
|
formCheckboxDesc: string;
|
|
4640
|
+
roundCheckbox: string;
|
|
4641
|
+
roundCheckboxDesc: string;
|
|
4628
4642
|
formRadio: string;
|
|
4629
4643
|
formRadioDesc: string;
|
|
4630
4644
|
};
|
|
@@ -4633,6 +4647,7 @@ declare const underverseMessages: {
|
|
|
4633
4647
|
};
|
|
4634
4648
|
linkInput: {
|
|
4635
4649
|
placeholder: string;
|
|
4650
|
+
invalid: string;
|
|
4636
4651
|
};
|
|
4637
4652
|
imageInput: {
|
|
4638
4653
|
urlTab: string;
|
|
@@ -4724,6 +4739,9 @@ declare const underverseMessages: {
|
|
|
4724
4739
|
alignVerticalTop: string;
|
|
4725
4740
|
alignVerticalMiddle: string;
|
|
4726
4741
|
alignVerticalBottom: string;
|
|
4742
|
+
textDirection: string;
|
|
4743
|
+
horizontalText: string;
|
|
4744
|
+
verticalText: string;
|
|
4727
4745
|
};
|
|
4728
4746
|
callout: {
|
|
4729
4747
|
selectEmoji: string;
|
|
@@ -5050,6 +5068,8 @@ declare const underverseMessages: {
|
|
|
5050
5068
|
fileCardDesc: string;
|
|
5051
5069
|
formCheckbox: string;
|
|
5052
5070
|
formCheckboxDesc: string;
|
|
5071
|
+
roundCheckbox: string;
|
|
5072
|
+
roundCheckboxDesc: string;
|
|
5053
5073
|
formRadio: string;
|
|
5054
5074
|
formRadioDesc: string;
|
|
5055
5075
|
};
|
|
@@ -5058,6 +5078,7 @@ declare const underverseMessages: {
|
|
|
5058
5078
|
};
|
|
5059
5079
|
linkInput: {
|
|
5060
5080
|
placeholder: string;
|
|
5081
|
+
invalid: string;
|
|
5061
5082
|
};
|
|
5062
5083
|
imageInput: {
|
|
5063
5084
|
urlTab: string;
|
|
@@ -5149,6 +5170,9 @@ declare const underverseMessages: {
|
|
|
5149
5170
|
alignVerticalTop: string;
|
|
5150
5171
|
alignVerticalMiddle: string;
|
|
5151
5172
|
alignVerticalBottom: string;
|
|
5173
|
+
textDirection: string;
|
|
5174
|
+
horizontalText: string;
|
|
5175
|
+
verticalText: string;
|
|
5152
5176
|
};
|
|
5153
5177
|
callout: {
|
|
5154
5178
|
selectEmoji: string;
|
|
@@ -5478,6 +5502,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5478
5502
|
fileCardDesc: string;
|
|
5479
5503
|
formCheckbox: string;
|
|
5480
5504
|
formCheckboxDesc: string;
|
|
5505
|
+
roundCheckbox: string;
|
|
5506
|
+
roundCheckboxDesc: string;
|
|
5481
5507
|
formRadio: string;
|
|
5482
5508
|
formRadioDesc: string;
|
|
5483
5509
|
};
|
|
@@ -5486,6 +5512,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5486
5512
|
};
|
|
5487
5513
|
linkInput: {
|
|
5488
5514
|
placeholder: string;
|
|
5515
|
+
invalid: string;
|
|
5489
5516
|
};
|
|
5490
5517
|
imageInput: {
|
|
5491
5518
|
urlTab: string;
|
|
@@ -5577,6 +5604,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5577
5604
|
alignVerticalTop: string;
|
|
5578
5605
|
alignVerticalMiddle: string;
|
|
5579
5606
|
alignVerticalBottom: string;
|
|
5607
|
+
textDirection: string;
|
|
5608
|
+
horizontalText: string;
|
|
5609
|
+
verticalText: string;
|
|
5580
5610
|
};
|
|
5581
5611
|
callout: {
|
|
5582
5612
|
selectEmoji: string;
|
|
@@ -5902,6 +5932,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5902
5932
|
fileCardDesc: string;
|
|
5903
5933
|
formCheckbox: string;
|
|
5904
5934
|
formCheckboxDesc: string;
|
|
5935
|
+
roundCheckbox: string;
|
|
5936
|
+
roundCheckboxDesc: string;
|
|
5905
5937
|
formRadio: string;
|
|
5906
5938
|
formRadioDesc: string;
|
|
5907
5939
|
};
|
|
@@ -5910,6 +5942,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5910
5942
|
};
|
|
5911
5943
|
linkInput: {
|
|
5912
5944
|
placeholder: string;
|
|
5945
|
+
invalid: string;
|
|
5913
5946
|
};
|
|
5914
5947
|
imageInput: {
|
|
5915
5948
|
urlTab: string;
|
|
@@ -6001,6 +6034,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6001
6034
|
alignVerticalTop: string;
|
|
6002
6035
|
alignVerticalMiddle: string;
|
|
6003
6036
|
alignVerticalBottom: string;
|
|
6037
|
+
textDirection: string;
|
|
6038
|
+
horizontalText: string;
|
|
6039
|
+
verticalText: string;
|
|
6004
6040
|
};
|
|
6005
6041
|
callout: {
|
|
6006
6042
|
selectEmoji: string;
|
|
@@ -6326,6 +6362,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6326
6362
|
fileCardDesc: string;
|
|
6327
6363
|
formCheckbox: string;
|
|
6328
6364
|
formCheckboxDesc: string;
|
|
6365
|
+
roundCheckbox: string;
|
|
6366
|
+
roundCheckboxDesc: string;
|
|
6329
6367
|
formRadio: string;
|
|
6330
6368
|
formRadioDesc: string;
|
|
6331
6369
|
};
|
|
@@ -6334,6 +6372,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6334
6372
|
};
|
|
6335
6373
|
linkInput: {
|
|
6336
6374
|
placeholder: string;
|
|
6375
|
+
invalid: string;
|
|
6337
6376
|
};
|
|
6338
6377
|
imageInput: {
|
|
6339
6378
|
urlTab: string;
|
|
@@ -6425,6 +6464,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6425
6464
|
alignVerticalTop: string;
|
|
6426
6465
|
alignVerticalMiddle: string;
|
|
6427
6466
|
alignVerticalBottom: string;
|
|
6467
|
+
textDirection: string;
|
|
6468
|
+
horizontalText: string;
|
|
6469
|
+
verticalText: string;
|
|
6428
6470
|
};
|
|
6429
6471
|
callout: {
|
|
6430
6472
|
selectEmoji: string;
|
|
@@ -6750,6 +6792,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6750
6792
|
fileCardDesc: string;
|
|
6751
6793
|
formCheckbox: string;
|
|
6752
6794
|
formCheckboxDesc: string;
|
|
6795
|
+
roundCheckbox: string;
|
|
6796
|
+
roundCheckboxDesc: string;
|
|
6753
6797
|
formRadio: string;
|
|
6754
6798
|
formRadioDesc: string;
|
|
6755
6799
|
};
|
|
@@ -6758,6 +6802,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6758
6802
|
};
|
|
6759
6803
|
linkInput: {
|
|
6760
6804
|
placeholder: string;
|
|
6805
|
+
invalid: string;
|
|
6761
6806
|
};
|
|
6762
6807
|
imageInput: {
|
|
6763
6808
|
urlTab: string;
|
|
@@ -6849,6 +6894,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6849
6894
|
alignVerticalTop: string;
|
|
6850
6895
|
alignVerticalMiddle: string;
|
|
6851
6896
|
alignVerticalBottom: string;
|
|
6897
|
+
textDirection: string;
|
|
6898
|
+
horizontalText: string;
|
|
6899
|
+
verticalText: string;
|
|
6852
6900
|
};
|
|
6853
6901
|
callout: {
|
|
6854
6902
|
selectEmoji: string;
|