@underverse-ui/underverse 1.0.201 → 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
@@ -790,6 +790,8 @@ interface DropdownMenuProps {
790
790
  disabled?: boolean;
791
791
  isOpen?: boolean;
792
792
  onOpenChange?: (open: boolean) => void;
793
+ openOnHover?: boolean;
794
+ hoverCloseDelay?: number;
793
795
  items?: Array<{
794
796
  label: string;
795
797
  icon?: React__default.ComponentType<any>;
@@ -3759,6 +3761,8 @@ declare const underverseMessages: {
3759
3761
  alignCenter: string;
3760
3762
  alignRight: string;
3761
3763
  justify: string;
3764
+ decreaseIndent: string;
3765
+ increaseIndent: string;
3762
3766
  bulletList: string;
3763
3767
  orderedList: string;
3764
3768
  taskList: string;
@@ -3896,11 +3900,14 @@ declare const underverseMessages: {
3896
3900
  mergeCells: string;
3897
3901
  splitCell: string;
3898
3902
  openControls: string;
3903
+ cellFormatting: string;
3899
3904
  quickAddColumnAfter: string;
3900
3905
  quickAddRowAfter: string;
3901
3906
  expandTable: string;
3902
3907
  dragRow: string;
3903
3908
  dragColumn: string;
3909
+ resizeBoth: string;
3910
+ resizeCtrlHint: string;
3904
3911
  alignLeft: string;
3905
3912
  alignCenter: string;
3906
3913
  alignRight: string;
@@ -4203,6 +4210,8 @@ declare const underverseMessages: {
4203
4210
  alignCenter: string;
4204
4211
  alignRight: string;
4205
4212
  justify: string;
4213
+ decreaseIndent: string;
4214
+ increaseIndent: string;
4206
4215
  bulletList: string;
4207
4216
  orderedList: string;
4208
4217
  taskList: string;
@@ -4340,11 +4349,14 @@ declare const underverseMessages: {
4340
4349
  mergeCells: string;
4341
4350
  splitCell: string;
4342
4351
  openControls: string;
4352
+ cellFormatting: string;
4343
4353
  quickAddColumnAfter: string;
4344
4354
  quickAddRowAfter: string;
4345
4355
  expandTable: string;
4346
4356
  dragRow: string;
4347
4357
  dragColumn: string;
4358
+ resizeBoth: string;
4359
+ resizeCtrlHint: string;
4348
4360
  alignLeft: string;
4349
4361
  alignCenter: string;
4350
4362
  alignRight: string;
@@ -4647,6 +4659,8 @@ declare const underverseMessages: {
4647
4659
  alignCenter: string;
4648
4660
  alignRight: string;
4649
4661
  justify: string;
4662
+ decreaseIndent: string;
4663
+ increaseIndent: string;
4650
4664
  bulletList: string;
4651
4665
  orderedList: string;
4652
4666
  taskList: string;
@@ -4784,11 +4798,14 @@ declare const underverseMessages: {
4784
4798
  mergeCells: string;
4785
4799
  splitCell: string;
4786
4800
  openControls: string;
4801
+ cellFormatting: string;
4787
4802
  quickAddColumnAfter: string;
4788
4803
  quickAddRowAfter: string;
4789
4804
  expandTable: string;
4790
4805
  dragRow: string;
4791
4806
  dragColumn: string;
4807
+ resizeBoth: string;
4808
+ resizeCtrlHint: string;
4792
4809
  alignLeft: string;
4793
4810
  alignCenter: string;
4794
4811
  alignRight: string;
@@ -5091,6 +5108,8 @@ declare const underverseMessages: {
5091
5108
  alignCenter: string;
5092
5109
  alignRight: string;
5093
5110
  justify: string;
5111
+ decreaseIndent: string;
5112
+ increaseIndent: string;
5094
5113
  bulletList: string;
5095
5114
  orderedList: string;
5096
5115
  taskList: string;
@@ -5228,11 +5247,14 @@ declare const underverseMessages: {
5228
5247
  mergeCells: string;
5229
5248
  splitCell: string;
5230
5249
  openControls: string;
5250
+ cellFormatting: string;
5231
5251
  quickAddColumnAfter: string;
5232
5252
  quickAddRowAfter: string;
5233
5253
  expandTable: string;
5234
5254
  dragRow: string;
5235
5255
  dragColumn: string;
5256
+ resizeBoth: string;
5257
+ resizeCtrlHint: string;
5236
5258
  alignLeft: string;
5237
5259
  alignCenter: string;
5238
5260
  alignRight: string;
@@ -5538,6 +5560,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
5538
5560
  alignCenter: string;
5539
5561
  alignRight: string;
5540
5562
  justify: string;
5563
+ decreaseIndent: string;
5564
+ increaseIndent: string;
5541
5565
  bulletList: string;
5542
5566
  orderedList: string;
5543
5567
  taskList: string;
@@ -5675,11 +5699,14 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
5675
5699
  mergeCells: string;
5676
5700
  splitCell: string;
5677
5701
  openControls: string;
5702
+ cellFormatting: string;
5678
5703
  quickAddColumnAfter: string;
5679
5704
  quickAddRowAfter: string;
5680
5705
  expandTable: string;
5681
5706
  dragRow: string;
5682
5707
  dragColumn: string;
5708
+ resizeBoth: string;
5709
+ resizeCtrlHint: string;
5683
5710
  alignLeft: string;
5684
5711
  alignCenter: string;
5685
5712
  alignRight: string;
@@ -5981,6 +6008,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
5981
6008
  alignCenter: string;
5982
6009
  alignRight: string;
5983
6010
  justify: string;
6011
+ decreaseIndent: string;
6012
+ increaseIndent: string;
5984
6013
  bulletList: string;
5985
6014
  orderedList: string;
5986
6015
  taskList: string;
@@ -6118,11 +6147,14 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6118
6147
  mergeCells: string;
6119
6148
  splitCell: string;
6120
6149
  openControls: string;
6150
+ cellFormatting: string;
6121
6151
  quickAddColumnAfter: string;
6122
6152
  quickAddRowAfter: string;
6123
6153
  expandTable: string;
6124
6154
  dragRow: string;
6125
6155
  dragColumn: string;
6156
+ resizeBoth: string;
6157
+ resizeCtrlHint: string;
6126
6158
  alignLeft: string;
6127
6159
  alignCenter: string;
6128
6160
  alignRight: string;
@@ -6424,6 +6456,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6424
6456
  alignCenter: string;
6425
6457
  alignRight: string;
6426
6458
  justify: string;
6459
+ decreaseIndent: string;
6460
+ increaseIndent: string;
6427
6461
  bulletList: string;
6428
6462
  orderedList: string;
6429
6463
  taskList: string;
@@ -6561,11 +6595,14 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6561
6595
  mergeCells: string;
6562
6596
  splitCell: string;
6563
6597
  openControls: string;
6598
+ cellFormatting: string;
6564
6599
  quickAddColumnAfter: string;
6565
6600
  quickAddRowAfter: string;
6566
6601
  expandTable: string;
6567
6602
  dragRow: string;
6568
6603
  dragColumn: string;
6604
+ resizeBoth: string;
6605
+ resizeCtrlHint: string;
6569
6606
  alignLeft: string;
6570
6607
  alignCenter: string;
6571
6608
  alignRight: string;
@@ -6867,6 +6904,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6867
6904
  alignCenter: string;
6868
6905
  alignRight: string;
6869
6906
  justify: string;
6907
+ decreaseIndent: string;
6908
+ increaseIndent: string;
6870
6909
  bulletList: string;
6871
6910
  orderedList: string;
6872
6911
  taskList: string;
@@ -7004,11 +7043,14 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
7004
7043
  mergeCells: string;
7005
7044
  splitCell: string;
7006
7045
  openControls: string;
7046
+ cellFormatting: string;
7007
7047
  quickAddColumnAfter: string;
7008
7048
  quickAddRowAfter: string;
7009
7049
  expandTable: string;
7010
7050
  dragRow: string;
7011
7051
  dragColumn: string;
7052
+ resizeBoth: string;
7053
+ resizeCtrlHint: string;
7012
7054
  alignLeft: string;
7013
7055
  alignCenter: string;
7014
7056
  alignRight: string;
package/dist/index.d.ts CHANGED
@@ -790,6 +790,8 @@ interface DropdownMenuProps {
790
790
  disabled?: boolean;
791
791
  isOpen?: boolean;
792
792
  onOpenChange?: (open: boolean) => void;
793
+ openOnHover?: boolean;
794
+ hoverCloseDelay?: number;
793
795
  items?: Array<{
794
796
  label: string;
795
797
  icon?: React__default.ComponentType<any>;
@@ -3759,6 +3761,8 @@ declare const underverseMessages: {
3759
3761
  alignCenter: string;
3760
3762
  alignRight: string;
3761
3763
  justify: string;
3764
+ decreaseIndent: string;
3765
+ increaseIndent: string;
3762
3766
  bulletList: string;
3763
3767
  orderedList: string;
3764
3768
  taskList: string;
@@ -3896,11 +3900,14 @@ declare const underverseMessages: {
3896
3900
  mergeCells: string;
3897
3901
  splitCell: string;
3898
3902
  openControls: string;
3903
+ cellFormatting: string;
3899
3904
  quickAddColumnAfter: string;
3900
3905
  quickAddRowAfter: string;
3901
3906
  expandTable: string;
3902
3907
  dragRow: string;
3903
3908
  dragColumn: string;
3909
+ resizeBoth: string;
3910
+ resizeCtrlHint: string;
3904
3911
  alignLeft: string;
3905
3912
  alignCenter: string;
3906
3913
  alignRight: string;
@@ -4203,6 +4210,8 @@ declare const underverseMessages: {
4203
4210
  alignCenter: string;
4204
4211
  alignRight: string;
4205
4212
  justify: string;
4213
+ decreaseIndent: string;
4214
+ increaseIndent: string;
4206
4215
  bulletList: string;
4207
4216
  orderedList: string;
4208
4217
  taskList: string;
@@ -4340,11 +4349,14 @@ declare const underverseMessages: {
4340
4349
  mergeCells: string;
4341
4350
  splitCell: string;
4342
4351
  openControls: string;
4352
+ cellFormatting: string;
4343
4353
  quickAddColumnAfter: string;
4344
4354
  quickAddRowAfter: string;
4345
4355
  expandTable: string;
4346
4356
  dragRow: string;
4347
4357
  dragColumn: string;
4358
+ resizeBoth: string;
4359
+ resizeCtrlHint: string;
4348
4360
  alignLeft: string;
4349
4361
  alignCenter: string;
4350
4362
  alignRight: string;
@@ -4647,6 +4659,8 @@ declare const underverseMessages: {
4647
4659
  alignCenter: string;
4648
4660
  alignRight: string;
4649
4661
  justify: string;
4662
+ decreaseIndent: string;
4663
+ increaseIndent: string;
4650
4664
  bulletList: string;
4651
4665
  orderedList: string;
4652
4666
  taskList: string;
@@ -4784,11 +4798,14 @@ declare const underverseMessages: {
4784
4798
  mergeCells: string;
4785
4799
  splitCell: string;
4786
4800
  openControls: string;
4801
+ cellFormatting: string;
4787
4802
  quickAddColumnAfter: string;
4788
4803
  quickAddRowAfter: string;
4789
4804
  expandTable: string;
4790
4805
  dragRow: string;
4791
4806
  dragColumn: string;
4807
+ resizeBoth: string;
4808
+ resizeCtrlHint: string;
4792
4809
  alignLeft: string;
4793
4810
  alignCenter: string;
4794
4811
  alignRight: string;
@@ -5091,6 +5108,8 @@ declare const underverseMessages: {
5091
5108
  alignCenter: string;
5092
5109
  alignRight: string;
5093
5110
  justify: string;
5111
+ decreaseIndent: string;
5112
+ increaseIndent: string;
5094
5113
  bulletList: string;
5095
5114
  orderedList: string;
5096
5115
  taskList: string;
@@ -5228,11 +5247,14 @@ declare const underverseMessages: {
5228
5247
  mergeCells: string;
5229
5248
  splitCell: string;
5230
5249
  openControls: string;
5250
+ cellFormatting: string;
5231
5251
  quickAddColumnAfter: string;
5232
5252
  quickAddRowAfter: string;
5233
5253
  expandTable: string;
5234
5254
  dragRow: string;
5235
5255
  dragColumn: string;
5256
+ resizeBoth: string;
5257
+ resizeCtrlHint: string;
5236
5258
  alignLeft: string;
5237
5259
  alignCenter: string;
5238
5260
  alignRight: string;
@@ -5538,6 +5560,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
5538
5560
  alignCenter: string;
5539
5561
  alignRight: string;
5540
5562
  justify: string;
5563
+ decreaseIndent: string;
5564
+ increaseIndent: string;
5541
5565
  bulletList: string;
5542
5566
  orderedList: string;
5543
5567
  taskList: string;
@@ -5675,11 +5699,14 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
5675
5699
  mergeCells: string;
5676
5700
  splitCell: string;
5677
5701
  openControls: string;
5702
+ cellFormatting: string;
5678
5703
  quickAddColumnAfter: string;
5679
5704
  quickAddRowAfter: string;
5680
5705
  expandTable: string;
5681
5706
  dragRow: string;
5682
5707
  dragColumn: string;
5708
+ resizeBoth: string;
5709
+ resizeCtrlHint: string;
5683
5710
  alignLeft: string;
5684
5711
  alignCenter: string;
5685
5712
  alignRight: string;
@@ -5981,6 +6008,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
5981
6008
  alignCenter: string;
5982
6009
  alignRight: string;
5983
6010
  justify: string;
6011
+ decreaseIndent: string;
6012
+ increaseIndent: string;
5984
6013
  bulletList: string;
5985
6014
  orderedList: string;
5986
6015
  taskList: string;
@@ -6118,11 +6147,14 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6118
6147
  mergeCells: string;
6119
6148
  splitCell: string;
6120
6149
  openControls: string;
6150
+ cellFormatting: string;
6121
6151
  quickAddColumnAfter: string;
6122
6152
  quickAddRowAfter: string;
6123
6153
  expandTable: string;
6124
6154
  dragRow: string;
6125
6155
  dragColumn: string;
6156
+ resizeBoth: string;
6157
+ resizeCtrlHint: string;
6126
6158
  alignLeft: string;
6127
6159
  alignCenter: string;
6128
6160
  alignRight: string;
@@ -6424,6 +6456,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6424
6456
  alignCenter: string;
6425
6457
  alignRight: string;
6426
6458
  justify: string;
6459
+ decreaseIndent: string;
6460
+ increaseIndent: string;
6427
6461
  bulletList: string;
6428
6462
  orderedList: string;
6429
6463
  taskList: string;
@@ -6561,11 +6595,14 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6561
6595
  mergeCells: string;
6562
6596
  splitCell: string;
6563
6597
  openControls: string;
6598
+ cellFormatting: string;
6564
6599
  quickAddColumnAfter: string;
6565
6600
  quickAddRowAfter: string;
6566
6601
  expandTable: string;
6567
6602
  dragRow: string;
6568
6603
  dragColumn: string;
6604
+ resizeBoth: string;
6605
+ resizeCtrlHint: string;
6569
6606
  alignLeft: string;
6570
6607
  alignCenter: string;
6571
6608
  alignRight: string;
@@ -6867,6 +6904,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6867
6904
  alignCenter: string;
6868
6905
  alignRight: string;
6869
6906
  justify: string;
6907
+ decreaseIndent: string;
6908
+ increaseIndent: string;
6870
6909
  bulletList: string;
6871
6910
  orderedList: string;
6872
6911
  taskList: string;
@@ -7004,11 +7043,14 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
7004
7043
  mergeCells: string;
7005
7044
  splitCell: string;
7006
7045
  openControls: string;
7046
+ cellFormatting: string;
7007
7047
  quickAddColumnAfter: string;
7008
7048
  quickAddRowAfter: string;
7009
7049
  expandTable: string;
7010
7050
  dragRow: string;
7011
7051
  dragColumn: string;
7052
+ resizeBoth: string;
7053
+ resizeCtrlHint: string;
7012
7054
  alignLeft: string;
7013
7055
  alignCenter: string;
7014
7056
  alignRight: string;