@underverse-ui/underverse 1.0.127 → 1.0.129
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 +189 -199
- 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 +192 -200
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3576,6 +3576,7 @@ declare const underverseMessages: {
|
|
|
3576
3576
|
alignLeft: string;
|
|
3577
3577
|
alignCenter: string;
|
|
3578
3578
|
alignRight: string;
|
|
3579
|
+
cellBackground: string;
|
|
3579
3580
|
};
|
|
3580
3581
|
};
|
|
3581
3582
|
};
|
|
@@ -3843,6 +3844,7 @@ declare const underverseMessages: {
|
|
|
3843
3844
|
alignLeft: string;
|
|
3844
3845
|
alignCenter: string;
|
|
3845
3846
|
alignRight: string;
|
|
3847
|
+
cellBackground: string;
|
|
3846
3848
|
};
|
|
3847
3849
|
};
|
|
3848
3850
|
};
|
|
@@ -4109,6 +4111,7 @@ declare const underverseMessages: {
|
|
|
4109
4111
|
alignLeft: string;
|
|
4110
4112
|
alignCenter: string;
|
|
4111
4113
|
alignRight: string;
|
|
4114
|
+
cellBackground: string;
|
|
4112
4115
|
};
|
|
4113
4116
|
};
|
|
4114
4117
|
};
|
|
@@ -4375,6 +4378,7 @@ declare const underverseMessages: {
|
|
|
4375
4378
|
alignLeft: string;
|
|
4376
4379
|
alignCenter: string;
|
|
4377
4380
|
alignRight: string;
|
|
4381
|
+
cellBackground: string;
|
|
4378
4382
|
};
|
|
4379
4383
|
};
|
|
4380
4384
|
};
|
|
@@ -4645,6 +4649,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4645
4649
|
alignLeft: string;
|
|
4646
4650
|
alignCenter: string;
|
|
4647
4651
|
alignRight: string;
|
|
4652
|
+
cellBackground: string;
|
|
4648
4653
|
};
|
|
4649
4654
|
};
|
|
4650
4655
|
} | {
|
|
@@ -4911,6 +4916,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4911
4916
|
alignLeft: string;
|
|
4912
4917
|
alignCenter: string;
|
|
4913
4918
|
alignRight: string;
|
|
4919
|
+
cellBackground: string;
|
|
4914
4920
|
};
|
|
4915
4921
|
};
|
|
4916
4922
|
} | {
|
|
@@ -5176,6 +5182,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5176
5182
|
alignLeft: string;
|
|
5177
5183
|
alignCenter: string;
|
|
5178
5184
|
alignRight: string;
|
|
5185
|
+
cellBackground: string;
|
|
5179
5186
|
};
|
|
5180
5187
|
};
|
|
5181
5188
|
} | {
|
|
@@ -5441,6 +5448,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5441
5448
|
alignLeft: string;
|
|
5442
5449
|
alignCenter: string;
|
|
5443
5450
|
alignRight: string;
|
|
5451
|
+
cellBackground: string;
|
|
5444
5452
|
};
|
|
5445
5453
|
};
|
|
5446
5454
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -3576,6 +3576,7 @@ declare const underverseMessages: {
|
|
|
3576
3576
|
alignLeft: string;
|
|
3577
3577
|
alignCenter: string;
|
|
3578
3578
|
alignRight: string;
|
|
3579
|
+
cellBackground: string;
|
|
3579
3580
|
};
|
|
3580
3581
|
};
|
|
3581
3582
|
};
|
|
@@ -3843,6 +3844,7 @@ declare const underverseMessages: {
|
|
|
3843
3844
|
alignLeft: string;
|
|
3844
3845
|
alignCenter: string;
|
|
3845
3846
|
alignRight: string;
|
|
3847
|
+
cellBackground: string;
|
|
3846
3848
|
};
|
|
3847
3849
|
};
|
|
3848
3850
|
};
|
|
@@ -4109,6 +4111,7 @@ declare const underverseMessages: {
|
|
|
4109
4111
|
alignLeft: string;
|
|
4110
4112
|
alignCenter: string;
|
|
4111
4113
|
alignRight: string;
|
|
4114
|
+
cellBackground: string;
|
|
4112
4115
|
};
|
|
4113
4116
|
};
|
|
4114
4117
|
};
|
|
@@ -4375,6 +4378,7 @@ declare const underverseMessages: {
|
|
|
4375
4378
|
alignLeft: string;
|
|
4376
4379
|
alignCenter: string;
|
|
4377
4380
|
alignRight: string;
|
|
4381
|
+
cellBackground: string;
|
|
4378
4382
|
};
|
|
4379
4383
|
};
|
|
4380
4384
|
};
|
|
@@ -4645,6 +4649,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4645
4649
|
alignLeft: string;
|
|
4646
4650
|
alignCenter: string;
|
|
4647
4651
|
alignRight: string;
|
|
4652
|
+
cellBackground: string;
|
|
4648
4653
|
};
|
|
4649
4654
|
};
|
|
4650
4655
|
} | {
|
|
@@ -4911,6 +4916,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4911
4916
|
alignLeft: string;
|
|
4912
4917
|
alignCenter: string;
|
|
4913
4918
|
alignRight: string;
|
|
4919
|
+
cellBackground: string;
|
|
4914
4920
|
};
|
|
4915
4921
|
};
|
|
4916
4922
|
} | {
|
|
@@ -5176,6 +5182,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5176
5182
|
alignLeft: string;
|
|
5177
5183
|
alignCenter: string;
|
|
5178
5184
|
alignRight: string;
|
|
5185
|
+
cellBackground: string;
|
|
5179
5186
|
};
|
|
5180
5187
|
};
|
|
5181
5188
|
} | {
|
|
@@ -5441,6 +5448,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5441
5448
|
alignLeft: string;
|
|
5442
5449
|
alignCenter: string;
|
|
5443
5450
|
alignRight: string;
|
|
5451
|
+
cellBackground: string;
|
|
5444
5452
|
};
|
|
5445
5453
|
};
|
|
5446
5454
|
};
|