@underverse-ui/underverse 1.0.202 → 1.0.203

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/dist/index.d.cts CHANGED
@@ -3761,6 +3761,8 @@ declare const underverseMessages: {
3761
3761
  alignCenter: string;
3762
3762
  alignRight: string;
3763
3763
  justify: string;
3764
+ decreaseIndent: string;
3765
+ increaseIndent: string;
3764
3766
  bulletList: string;
3765
3767
  orderedList: string;
3766
3768
  taskList: string;
@@ -4208,6 +4210,8 @@ declare const underverseMessages: {
4208
4210
  alignCenter: string;
4209
4211
  alignRight: string;
4210
4212
  justify: string;
4213
+ decreaseIndent: string;
4214
+ increaseIndent: string;
4211
4215
  bulletList: string;
4212
4216
  orderedList: string;
4213
4217
  taskList: string;
@@ -4655,6 +4659,8 @@ declare const underverseMessages: {
4655
4659
  alignCenter: string;
4656
4660
  alignRight: string;
4657
4661
  justify: string;
4662
+ decreaseIndent: string;
4663
+ increaseIndent: string;
4658
4664
  bulletList: string;
4659
4665
  orderedList: string;
4660
4666
  taskList: string;
@@ -5102,6 +5108,8 @@ declare const underverseMessages: {
5102
5108
  alignCenter: string;
5103
5109
  alignRight: string;
5104
5110
  justify: string;
5111
+ decreaseIndent: string;
5112
+ increaseIndent: string;
5105
5113
  bulletList: string;
5106
5114
  orderedList: string;
5107
5115
  taskList: string;
@@ -5552,6 +5560,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
5552
5560
  alignCenter: string;
5553
5561
  alignRight: string;
5554
5562
  justify: string;
5563
+ decreaseIndent: string;
5564
+ increaseIndent: string;
5555
5565
  bulletList: string;
5556
5566
  orderedList: string;
5557
5567
  taskList: string;
@@ -5998,6 +6008,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
5998
6008
  alignCenter: string;
5999
6009
  alignRight: string;
6000
6010
  justify: string;
6011
+ decreaseIndent: string;
6012
+ increaseIndent: string;
6001
6013
  bulletList: string;
6002
6014
  orderedList: string;
6003
6015
  taskList: string;
@@ -6444,6 +6456,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6444
6456
  alignCenter: string;
6445
6457
  alignRight: string;
6446
6458
  justify: string;
6459
+ decreaseIndent: string;
6460
+ increaseIndent: string;
6447
6461
  bulletList: string;
6448
6462
  orderedList: string;
6449
6463
  taskList: string;
@@ -6890,6 +6904,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6890
6904
  alignCenter: string;
6891
6905
  alignRight: string;
6892
6906
  justify: string;
6907
+ decreaseIndent: string;
6908
+ increaseIndent: string;
6893
6909
  bulletList: string;
6894
6910
  orderedList: string;
6895
6911
  taskList: string;
package/dist/index.d.ts CHANGED
@@ -3761,6 +3761,8 @@ declare const underverseMessages: {
3761
3761
  alignCenter: string;
3762
3762
  alignRight: string;
3763
3763
  justify: string;
3764
+ decreaseIndent: string;
3765
+ increaseIndent: string;
3764
3766
  bulletList: string;
3765
3767
  orderedList: string;
3766
3768
  taskList: string;
@@ -4208,6 +4210,8 @@ declare const underverseMessages: {
4208
4210
  alignCenter: string;
4209
4211
  alignRight: string;
4210
4212
  justify: string;
4213
+ decreaseIndent: string;
4214
+ increaseIndent: string;
4211
4215
  bulletList: string;
4212
4216
  orderedList: string;
4213
4217
  taskList: string;
@@ -4655,6 +4659,8 @@ declare const underverseMessages: {
4655
4659
  alignCenter: string;
4656
4660
  alignRight: string;
4657
4661
  justify: string;
4662
+ decreaseIndent: string;
4663
+ increaseIndent: string;
4658
4664
  bulletList: string;
4659
4665
  orderedList: string;
4660
4666
  taskList: string;
@@ -5102,6 +5108,8 @@ declare const underverseMessages: {
5102
5108
  alignCenter: string;
5103
5109
  alignRight: string;
5104
5110
  justify: string;
5111
+ decreaseIndent: string;
5112
+ increaseIndent: string;
5105
5113
  bulletList: string;
5106
5114
  orderedList: string;
5107
5115
  taskList: string;
@@ -5552,6 +5560,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
5552
5560
  alignCenter: string;
5553
5561
  alignRight: string;
5554
5562
  justify: string;
5563
+ decreaseIndent: string;
5564
+ increaseIndent: string;
5555
5565
  bulletList: string;
5556
5566
  orderedList: string;
5557
5567
  taskList: string;
@@ -5998,6 +6008,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
5998
6008
  alignCenter: string;
5999
6009
  alignRight: string;
6000
6010
  justify: string;
6011
+ decreaseIndent: string;
6012
+ increaseIndent: string;
6001
6013
  bulletList: string;
6002
6014
  orderedList: string;
6003
6015
  taskList: string;
@@ -6444,6 +6456,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6444
6456
  alignCenter: string;
6445
6457
  alignRight: string;
6446
6458
  justify: string;
6459
+ decreaseIndent: string;
6460
+ increaseIndent: string;
6447
6461
  bulletList: string;
6448
6462
  orderedList: string;
6449
6463
  taskList: string;
@@ -6890,6 +6904,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6890
6904
  alignCenter: string;
6891
6905
  alignRight: string;
6892
6906
  justify: string;
6907
+ decreaseIndent: string;
6908
+ increaseIndent: string;
6893
6909
  bulletList: string;
6894
6910
  orderedList: string;
6895
6911
  taskList: string;