@underverse-ui/underverse 1.0.187 → 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 +202 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +40 -0
- package/dist/index.d.ts +40 -0
- package/dist/index.js +215 -13
- 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
|
};
|
|
@@ -3875,6 +3877,9 @@ declare const underverseMessages: {
|
|
|
3875
3877
|
alignVerticalTop: string;
|
|
3876
3878
|
alignVerticalMiddle: string;
|
|
3877
3879
|
alignVerticalBottom: string;
|
|
3880
|
+
textDirection: string;
|
|
3881
|
+
horizontalText: string;
|
|
3882
|
+
verticalText: string;
|
|
3878
3883
|
};
|
|
3879
3884
|
callout: {
|
|
3880
3885
|
selectEmoji: string;
|
|
@@ -4201,6 +4206,8 @@ declare const underverseMessages: {
|
|
|
4201
4206
|
fileCardDesc: string;
|
|
4202
4207
|
formCheckbox: string;
|
|
4203
4208
|
formCheckboxDesc: string;
|
|
4209
|
+
roundCheckbox: string;
|
|
4210
|
+
roundCheckboxDesc: string;
|
|
4204
4211
|
formRadio: string;
|
|
4205
4212
|
formRadioDesc: string;
|
|
4206
4213
|
};
|
|
@@ -4301,6 +4308,9 @@ declare const underverseMessages: {
|
|
|
4301
4308
|
alignVerticalTop: string;
|
|
4302
4309
|
alignVerticalMiddle: string;
|
|
4303
4310
|
alignVerticalBottom: string;
|
|
4311
|
+
textDirection: string;
|
|
4312
|
+
horizontalText: string;
|
|
4313
|
+
verticalText: string;
|
|
4304
4314
|
};
|
|
4305
4315
|
callout: {
|
|
4306
4316
|
selectEmoji: string;
|
|
@@ -4627,6 +4637,8 @@ declare const underverseMessages: {
|
|
|
4627
4637
|
fileCardDesc: string;
|
|
4628
4638
|
formCheckbox: string;
|
|
4629
4639
|
formCheckboxDesc: string;
|
|
4640
|
+
roundCheckbox: string;
|
|
4641
|
+
roundCheckboxDesc: string;
|
|
4630
4642
|
formRadio: string;
|
|
4631
4643
|
formRadioDesc: string;
|
|
4632
4644
|
};
|
|
@@ -4727,6 +4739,9 @@ declare const underverseMessages: {
|
|
|
4727
4739
|
alignVerticalTop: string;
|
|
4728
4740
|
alignVerticalMiddle: string;
|
|
4729
4741
|
alignVerticalBottom: string;
|
|
4742
|
+
textDirection: string;
|
|
4743
|
+
horizontalText: string;
|
|
4744
|
+
verticalText: string;
|
|
4730
4745
|
};
|
|
4731
4746
|
callout: {
|
|
4732
4747
|
selectEmoji: string;
|
|
@@ -5053,6 +5068,8 @@ declare const underverseMessages: {
|
|
|
5053
5068
|
fileCardDesc: string;
|
|
5054
5069
|
formCheckbox: string;
|
|
5055
5070
|
formCheckboxDesc: string;
|
|
5071
|
+
roundCheckbox: string;
|
|
5072
|
+
roundCheckboxDesc: string;
|
|
5056
5073
|
formRadio: string;
|
|
5057
5074
|
formRadioDesc: string;
|
|
5058
5075
|
};
|
|
@@ -5153,6 +5170,9 @@ declare const underverseMessages: {
|
|
|
5153
5170
|
alignVerticalTop: string;
|
|
5154
5171
|
alignVerticalMiddle: string;
|
|
5155
5172
|
alignVerticalBottom: string;
|
|
5173
|
+
textDirection: string;
|
|
5174
|
+
horizontalText: string;
|
|
5175
|
+
verticalText: string;
|
|
5156
5176
|
};
|
|
5157
5177
|
callout: {
|
|
5158
5178
|
selectEmoji: string;
|
|
@@ -5482,6 +5502,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5482
5502
|
fileCardDesc: string;
|
|
5483
5503
|
formCheckbox: string;
|
|
5484
5504
|
formCheckboxDesc: string;
|
|
5505
|
+
roundCheckbox: string;
|
|
5506
|
+
roundCheckboxDesc: string;
|
|
5485
5507
|
formRadio: string;
|
|
5486
5508
|
formRadioDesc: string;
|
|
5487
5509
|
};
|
|
@@ -5582,6 +5604,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5582
5604
|
alignVerticalTop: string;
|
|
5583
5605
|
alignVerticalMiddle: string;
|
|
5584
5606
|
alignVerticalBottom: string;
|
|
5607
|
+
textDirection: string;
|
|
5608
|
+
horizontalText: string;
|
|
5609
|
+
verticalText: string;
|
|
5585
5610
|
};
|
|
5586
5611
|
callout: {
|
|
5587
5612
|
selectEmoji: string;
|
|
@@ -5907,6 +5932,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5907
5932
|
fileCardDesc: string;
|
|
5908
5933
|
formCheckbox: string;
|
|
5909
5934
|
formCheckboxDesc: string;
|
|
5935
|
+
roundCheckbox: string;
|
|
5936
|
+
roundCheckboxDesc: string;
|
|
5910
5937
|
formRadio: string;
|
|
5911
5938
|
formRadioDesc: string;
|
|
5912
5939
|
};
|
|
@@ -6007,6 +6034,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6007
6034
|
alignVerticalTop: string;
|
|
6008
6035
|
alignVerticalMiddle: string;
|
|
6009
6036
|
alignVerticalBottom: string;
|
|
6037
|
+
textDirection: string;
|
|
6038
|
+
horizontalText: string;
|
|
6039
|
+
verticalText: string;
|
|
6010
6040
|
};
|
|
6011
6041
|
callout: {
|
|
6012
6042
|
selectEmoji: string;
|
|
@@ -6332,6 +6362,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6332
6362
|
fileCardDesc: string;
|
|
6333
6363
|
formCheckbox: string;
|
|
6334
6364
|
formCheckboxDesc: string;
|
|
6365
|
+
roundCheckbox: string;
|
|
6366
|
+
roundCheckboxDesc: string;
|
|
6335
6367
|
formRadio: string;
|
|
6336
6368
|
formRadioDesc: string;
|
|
6337
6369
|
};
|
|
@@ -6432,6 +6464,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6432
6464
|
alignVerticalTop: string;
|
|
6433
6465
|
alignVerticalMiddle: string;
|
|
6434
6466
|
alignVerticalBottom: string;
|
|
6467
|
+
textDirection: string;
|
|
6468
|
+
horizontalText: string;
|
|
6469
|
+
verticalText: string;
|
|
6435
6470
|
};
|
|
6436
6471
|
callout: {
|
|
6437
6472
|
selectEmoji: string;
|
|
@@ -6757,6 +6792,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6757
6792
|
fileCardDesc: string;
|
|
6758
6793
|
formCheckbox: string;
|
|
6759
6794
|
formCheckboxDesc: string;
|
|
6795
|
+
roundCheckbox: string;
|
|
6796
|
+
roundCheckboxDesc: string;
|
|
6760
6797
|
formRadio: string;
|
|
6761
6798
|
formRadioDesc: string;
|
|
6762
6799
|
};
|
|
@@ -6857,6 +6894,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6857
6894
|
alignVerticalTop: string;
|
|
6858
6895
|
alignVerticalMiddle: string;
|
|
6859
6896
|
alignVerticalBottom: string;
|
|
6897
|
+
textDirection: string;
|
|
6898
|
+
horizontalText: string;
|
|
6899
|
+
verticalText: string;
|
|
6860
6900
|
};
|
|
6861
6901
|
callout: {
|
|
6862
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
|
};
|
|
@@ -3875,6 +3877,9 @@ declare const underverseMessages: {
|
|
|
3875
3877
|
alignVerticalTop: string;
|
|
3876
3878
|
alignVerticalMiddle: string;
|
|
3877
3879
|
alignVerticalBottom: string;
|
|
3880
|
+
textDirection: string;
|
|
3881
|
+
horizontalText: string;
|
|
3882
|
+
verticalText: string;
|
|
3878
3883
|
};
|
|
3879
3884
|
callout: {
|
|
3880
3885
|
selectEmoji: string;
|
|
@@ -4201,6 +4206,8 @@ declare const underverseMessages: {
|
|
|
4201
4206
|
fileCardDesc: string;
|
|
4202
4207
|
formCheckbox: string;
|
|
4203
4208
|
formCheckboxDesc: string;
|
|
4209
|
+
roundCheckbox: string;
|
|
4210
|
+
roundCheckboxDesc: string;
|
|
4204
4211
|
formRadio: string;
|
|
4205
4212
|
formRadioDesc: string;
|
|
4206
4213
|
};
|
|
@@ -4301,6 +4308,9 @@ declare const underverseMessages: {
|
|
|
4301
4308
|
alignVerticalTop: string;
|
|
4302
4309
|
alignVerticalMiddle: string;
|
|
4303
4310
|
alignVerticalBottom: string;
|
|
4311
|
+
textDirection: string;
|
|
4312
|
+
horizontalText: string;
|
|
4313
|
+
verticalText: string;
|
|
4304
4314
|
};
|
|
4305
4315
|
callout: {
|
|
4306
4316
|
selectEmoji: string;
|
|
@@ -4627,6 +4637,8 @@ declare const underverseMessages: {
|
|
|
4627
4637
|
fileCardDesc: string;
|
|
4628
4638
|
formCheckbox: string;
|
|
4629
4639
|
formCheckboxDesc: string;
|
|
4640
|
+
roundCheckbox: string;
|
|
4641
|
+
roundCheckboxDesc: string;
|
|
4630
4642
|
formRadio: string;
|
|
4631
4643
|
formRadioDesc: string;
|
|
4632
4644
|
};
|
|
@@ -4727,6 +4739,9 @@ declare const underverseMessages: {
|
|
|
4727
4739
|
alignVerticalTop: string;
|
|
4728
4740
|
alignVerticalMiddle: string;
|
|
4729
4741
|
alignVerticalBottom: string;
|
|
4742
|
+
textDirection: string;
|
|
4743
|
+
horizontalText: string;
|
|
4744
|
+
verticalText: string;
|
|
4730
4745
|
};
|
|
4731
4746
|
callout: {
|
|
4732
4747
|
selectEmoji: string;
|
|
@@ -5053,6 +5068,8 @@ declare const underverseMessages: {
|
|
|
5053
5068
|
fileCardDesc: string;
|
|
5054
5069
|
formCheckbox: string;
|
|
5055
5070
|
formCheckboxDesc: string;
|
|
5071
|
+
roundCheckbox: string;
|
|
5072
|
+
roundCheckboxDesc: string;
|
|
5056
5073
|
formRadio: string;
|
|
5057
5074
|
formRadioDesc: string;
|
|
5058
5075
|
};
|
|
@@ -5153,6 +5170,9 @@ declare const underverseMessages: {
|
|
|
5153
5170
|
alignVerticalTop: string;
|
|
5154
5171
|
alignVerticalMiddle: string;
|
|
5155
5172
|
alignVerticalBottom: string;
|
|
5173
|
+
textDirection: string;
|
|
5174
|
+
horizontalText: string;
|
|
5175
|
+
verticalText: string;
|
|
5156
5176
|
};
|
|
5157
5177
|
callout: {
|
|
5158
5178
|
selectEmoji: string;
|
|
@@ -5482,6 +5502,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5482
5502
|
fileCardDesc: string;
|
|
5483
5503
|
formCheckbox: string;
|
|
5484
5504
|
formCheckboxDesc: string;
|
|
5505
|
+
roundCheckbox: string;
|
|
5506
|
+
roundCheckboxDesc: string;
|
|
5485
5507
|
formRadio: string;
|
|
5486
5508
|
formRadioDesc: string;
|
|
5487
5509
|
};
|
|
@@ -5582,6 +5604,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5582
5604
|
alignVerticalTop: string;
|
|
5583
5605
|
alignVerticalMiddle: string;
|
|
5584
5606
|
alignVerticalBottom: string;
|
|
5607
|
+
textDirection: string;
|
|
5608
|
+
horizontalText: string;
|
|
5609
|
+
verticalText: string;
|
|
5585
5610
|
};
|
|
5586
5611
|
callout: {
|
|
5587
5612
|
selectEmoji: string;
|
|
@@ -5907,6 +5932,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5907
5932
|
fileCardDesc: string;
|
|
5908
5933
|
formCheckbox: string;
|
|
5909
5934
|
formCheckboxDesc: string;
|
|
5935
|
+
roundCheckbox: string;
|
|
5936
|
+
roundCheckboxDesc: string;
|
|
5910
5937
|
formRadio: string;
|
|
5911
5938
|
formRadioDesc: string;
|
|
5912
5939
|
};
|
|
@@ -6007,6 +6034,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6007
6034
|
alignVerticalTop: string;
|
|
6008
6035
|
alignVerticalMiddle: string;
|
|
6009
6036
|
alignVerticalBottom: string;
|
|
6037
|
+
textDirection: string;
|
|
6038
|
+
horizontalText: string;
|
|
6039
|
+
verticalText: string;
|
|
6010
6040
|
};
|
|
6011
6041
|
callout: {
|
|
6012
6042
|
selectEmoji: string;
|
|
@@ -6332,6 +6362,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6332
6362
|
fileCardDesc: string;
|
|
6333
6363
|
formCheckbox: string;
|
|
6334
6364
|
formCheckboxDesc: string;
|
|
6365
|
+
roundCheckbox: string;
|
|
6366
|
+
roundCheckboxDesc: string;
|
|
6335
6367
|
formRadio: string;
|
|
6336
6368
|
formRadioDesc: string;
|
|
6337
6369
|
};
|
|
@@ -6432,6 +6464,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6432
6464
|
alignVerticalTop: string;
|
|
6433
6465
|
alignVerticalMiddle: string;
|
|
6434
6466
|
alignVerticalBottom: string;
|
|
6467
|
+
textDirection: string;
|
|
6468
|
+
horizontalText: string;
|
|
6469
|
+
verticalText: string;
|
|
6435
6470
|
};
|
|
6436
6471
|
callout: {
|
|
6437
6472
|
selectEmoji: string;
|
|
@@ -6757,6 +6792,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6757
6792
|
fileCardDesc: string;
|
|
6758
6793
|
formCheckbox: string;
|
|
6759
6794
|
formCheckboxDesc: string;
|
|
6795
|
+
roundCheckbox: string;
|
|
6796
|
+
roundCheckboxDesc: string;
|
|
6760
6797
|
formRadio: string;
|
|
6761
6798
|
formRadioDesc: string;
|
|
6762
6799
|
};
|
|
@@ -6857,6 +6894,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6857
6894
|
alignVerticalTop: string;
|
|
6858
6895
|
alignVerticalMiddle: string;
|
|
6859
6896
|
alignVerticalBottom: string;
|
|
6897
|
+
textDirection: string;
|
|
6898
|
+
horizontalText: string;
|
|
6899
|
+
verticalText: string;
|
|
6860
6900
|
};
|
|
6861
6901
|
callout: {
|
|
6862
6902
|
selectEmoji: string;
|