@underverse-ui/underverse 1.0.185 → 1.0.187
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 +204 -50
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +8 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +205 -51
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3783,6 +3783,7 @@ declare const underverseMessages: {
|
|
|
3783
3783
|
};
|
|
3784
3784
|
linkInput: {
|
|
3785
3785
|
placeholder: string;
|
|
3786
|
+
invalid: string;
|
|
3786
3787
|
};
|
|
3787
3788
|
imageInput: {
|
|
3788
3789
|
urlTab: string;
|
|
@@ -4208,6 +4209,7 @@ declare const underverseMessages: {
|
|
|
4208
4209
|
};
|
|
4209
4210
|
linkInput: {
|
|
4210
4211
|
placeholder: string;
|
|
4212
|
+
invalid: string;
|
|
4211
4213
|
};
|
|
4212
4214
|
imageInput: {
|
|
4213
4215
|
urlTab: string;
|
|
@@ -4633,6 +4635,7 @@ declare const underverseMessages: {
|
|
|
4633
4635
|
};
|
|
4634
4636
|
linkInput: {
|
|
4635
4637
|
placeholder: string;
|
|
4638
|
+
invalid: string;
|
|
4636
4639
|
};
|
|
4637
4640
|
imageInput: {
|
|
4638
4641
|
urlTab: string;
|
|
@@ -5058,6 +5061,7 @@ declare const underverseMessages: {
|
|
|
5058
5061
|
};
|
|
5059
5062
|
linkInput: {
|
|
5060
5063
|
placeholder: string;
|
|
5064
|
+
invalid: string;
|
|
5061
5065
|
};
|
|
5062
5066
|
imageInput: {
|
|
5063
5067
|
urlTab: string;
|
|
@@ -5486,6 +5490,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5486
5490
|
};
|
|
5487
5491
|
linkInput: {
|
|
5488
5492
|
placeholder: string;
|
|
5493
|
+
invalid: string;
|
|
5489
5494
|
};
|
|
5490
5495
|
imageInput: {
|
|
5491
5496
|
urlTab: string;
|
|
@@ -5910,6 +5915,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5910
5915
|
};
|
|
5911
5916
|
linkInput: {
|
|
5912
5917
|
placeholder: string;
|
|
5918
|
+
invalid: string;
|
|
5913
5919
|
};
|
|
5914
5920
|
imageInput: {
|
|
5915
5921
|
urlTab: string;
|
|
@@ -6334,6 +6340,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6334
6340
|
};
|
|
6335
6341
|
linkInput: {
|
|
6336
6342
|
placeholder: string;
|
|
6343
|
+
invalid: string;
|
|
6337
6344
|
};
|
|
6338
6345
|
imageInput: {
|
|
6339
6346
|
urlTab: string;
|
|
@@ -6758,6 +6765,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6758
6765
|
};
|
|
6759
6766
|
linkInput: {
|
|
6760
6767
|
placeholder: string;
|
|
6768
|
+
invalid: string;
|
|
6761
6769
|
};
|
|
6762
6770
|
imageInput: {
|
|
6763
6771
|
urlTab: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -3783,6 +3783,7 @@ declare const underverseMessages: {
|
|
|
3783
3783
|
};
|
|
3784
3784
|
linkInput: {
|
|
3785
3785
|
placeholder: string;
|
|
3786
|
+
invalid: string;
|
|
3786
3787
|
};
|
|
3787
3788
|
imageInput: {
|
|
3788
3789
|
urlTab: string;
|
|
@@ -4208,6 +4209,7 @@ declare const underverseMessages: {
|
|
|
4208
4209
|
};
|
|
4209
4210
|
linkInput: {
|
|
4210
4211
|
placeholder: string;
|
|
4212
|
+
invalid: string;
|
|
4211
4213
|
};
|
|
4212
4214
|
imageInput: {
|
|
4213
4215
|
urlTab: string;
|
|
@@ -4633,6 +4635,7 @@ declare const underverseMessages: {
|
|
|
4633
4635
|
};
|
|
4634
4636
|
linkInput: {
|
|
4635
4637
|
placeholder: string;
|
|
4638
|
+
invalid: string;
|
|
4636
4639
|
};
|
|
4637
4640
|
imageInput: {
|
|
4638
4641
|
urlTab: string;
|
|
@@ -5058,6 +5061,7 @@ declare const underverseMessages: {
|
|
|
5058
5061
|
};
|
|
5059
5062
|
linkInput: {
|
|
5060
5063
|
placeholder: string;
|
|
5064
|
+
invalid: string;
|
|
5061
5065
|
};
|
|
5062
5066
|
imageInput: {
|
|
5063
5067
|
urlTab: string;
|
|
@@ -5486,6 +5490,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5486
5490
|
};
|
|
5487
5491
|
linkInput: {
|
|
5488
5492
|
placeholder: string;
|
|
5493
|
+
invalid: string;
|
|
5489
5494
|
};
|
|
5490
5495
|
imageInput: {
|
|
5491
5496
|
urlTab: string;
|
|
@@ -5910,6 +5915,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5910
5915
|
};
|
|
5911
5916
|
linkInput: {
|
|
5912
5917
|
placeholder: string;
|
|
5918
|
+
invalid: string;
|
|
5913
5919
|
};
|
|
5914
5920
|
imageInput: {
|
|
5915
5921
|
urlTab: string;
|
|
@@ -6334,6 +6340,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6334
6340
|
};
|
|
6335
6341
|
linkInput: {
|
|
6336
6342
|
placeholder: string;
|
|
6343
|
+
invalid: string;
|
|
6337
6344
|
};
|
|
6338
6345
|
imageInput: {
|
|
6339
6346
|
urlTab: string;
|
|
@@ -6758,6 +6765,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6758
6765
|
};
|
|
6759
6766
|
linkInput: {
|
|
6760
6767
|
placeholder: string;
|
|
6768
|
+
invalid: string;
|
|
6761
6769
|
};
|
|
6762
6770
|
imageInput: {
|
|
6763
6771
|
urlTab: string;
|