@underverse-ui/underverse 1.0.192 → 1.0.194

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
@@ -2934,8 +2934,9 @@ interface AccessDeniedProps {
2934
2934
  className?: string;
2935
2935
  children?: React__default.ReactNode;
2936
2936
  overflowHidden?: boolean;
2937
+ code?: string;
2937
2938
  }
2938
- declare function AccessDenied({ title, description, variant, icon: Icon, className, children, overflowHidden, }: AccessDeniedProps): react_jsx_runtime.JSX.Element;
2939
+ declare function AccessDenied({ title, description, variant, icon: Icon, className, children, overflowHidden, code, }: AccessDeniedProps): react_jsx_runtime.JSX.Element;
2939
2940
 
2940
2941
  type ThemeMode = "light" | "dark" | "system";
2941
2942
  /** Public props for the `ThemeToggleHeadless` component. */
@@ -3903,6 +3904,19 @@ declare const underverseMessages: {
3903
3904
  borderStyle: string;
3904
3905
  borderWidth: string;
3905
3906
  borderColor: string;
3907
+ borderPosition: string;
3908
+ borderMode: string;
3909
+ borderDraw: string;
3910
+ borderErase: string;
3911
+ borderAll: string;
3912
+ borderOuter: string;
3913
+ borderInner: string;
3914
+ borderHorizontal: string;
3915
+ borderVertical: string;
3916
+ borderTop: string;
3917
+ borderRight: string;
3918
+ borderBottom: string;
3919
+ borderLeft: string;
3906
3920
  clearBorder: string;
3907
3921
  formula: string;
3908
3922
  formulaBar: string;
@@ -4334,6 +4348,19 @@ declare const underverseMessages: {
4334
4348
  borderStyle: string;
4335
4349
  borderWidth: string;
4336
4350
  borderColor: string;
4351
+ borderPosition: string;
4352
+ borderMode: string;
4353
+ borderDraw: string;
4354
+ borderErase: string;
4355
+ borderAll: string;
4356
+ borderOuter: string;
4357
+ borderInner: string;
4358
+ borderHorizontal: string;
4359
+ borderVertical: string;
4360
+ borderTop: string;
4361
+ borderRight: string;
4362
+ borderBottom: string;
4363
+ borderLeft: string;
4337
4364
  clearBorder: string;
4338
4365
  formula: string;
4339
4366
  formulaBar: string;
@@ -4765,6 +4792,19 @@ declare const underverseMessages: {
4765
4792
  borderStyle: string;
4766
4793
  borderWidth: string;
4767
4794
  borderColor: string;
4795
+ borderPosition: string;
4796
+ borderMode: string;
4797
+ borderDraw: string;
4798
+ borderErase: string;
4799
+ borderAll: string;
4800
+ borderOuter: string;
4801
+ borderInner: string;
4802
+ borderHorizontal: string;
4803
+ borderVertical: string;
4804
+ borderTop: string;
4805
+ borderRight: string;
4806
+ borderBottom: string;
4807
+ borderLeft: string;
4768
4808
  clearBorder: string;
4769
4809
  formula: string;
4770
4810
  formulaBar: string;
@@ -5196,6 +5236,19 @@ declare const underverseMessages: {
5196
5236
  borderStyle: string;
5197
5237
  borderWidth: string;
5198
5238
  borderColor: string;
5239
+ borderPosition: string;
5240
+ borderMode: string;
5241
+ borderDraw: string;
5242
+ borderErase: string;
5243
+ borderAll: string;
5244
+ borderOuter: string;
5245
+ borderInner: string;
5246
+ borderHorizontal: string;
5247
+ borderVertical: string;
5248
+ borderTop: string;
5249
+ borderRight: string;
5250
+ borderBottom: string;
5251
+ borderLeft: string;
5199
5252
  clearBorder: string;
5200
5253
  formula: string;
5201
5254
  formulaBar: string;
@@ -5630,6 +5683,19 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
5630
5683
  borderStyle: string;
5631
5684
  borderWidth: string;
5632
5685
  borderColor: string;
5686
+ borderPosition: string;
5687
+ borderMode: string;
5688
+ borderDraw: string;
5689
+ borderErase: string;
5690
+ borderAll: string;
5691
+ borderOuter: string;
5692
+ borderInner: string;
5693
+ borderHorizontal: string;
5694
+ borderVertical: string;
5695
+ borderTop: string;
5696
+ borderRight: string;
5697
+ borderBottom: string;
5698
+ borderLeft: string;
5633
5699
  clearBorder: string;
5634
5700
  formula: string;
5635
5701
  formulaBar: string;
@@ -6060,6 +6126,19 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6060
6126
  borderStyle: string;
6061
6127
  borderWidth: string;
6062
6128
  borderColor: string;
6129
+ borderPosition: string;
6130
+ borderMode: string;
6131
+ borderDraw: string;
6132
+ borderErase: string;
6133
+ borderAll: string;
6134
+ borderOuter: string;
6135
+ borderInner: string;
6136
+ borderHorizontal: string;
6137
+ borderVertical: string;
6138
+ borderTop: string;
6139
+ borderRight: string;
6140
+ borderBottom: string;
6141
+ borderLeft: string;
6063
6142
  clearBorder: string;
6064
6143
  formula: string;
6065
6144
  formulaBar: string;
@@ -6490,6 +6569,19 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6490
6569
  borderStyle: string;
6491
6570
  borderWidth: string;
6492
6571
  borderColor: string;
6572
+ borderPosition: string;
6573
+ borderMode: string;
6574
+ borderDraw: string;
6575
+ borderErase: string;
6576
+ borderAll: string;
6577
+ borderOuter: string;
6578
+ borderInner: string;
6579
+ borderHorizontal: string;
6580
+ borderVertical: string;
6581
+ borderTop: string;
6582
+ borderRight: string;
6583
+ borderBottom: string;
6584
+ borderLeft: string;
6493
6585
  clearBorder: string;
6494
6586
  formula: string;
6495
6587
  formulaBar: string;
@@ -6920,6 +7012,19 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6920
7012
  borderStyle: string;
6921
7013
  borderWidth: string;
6922
7014
  borderColor: string;
7015
+ borderPosition: string;
7016
+ borderMode: string;
7017
+ borderDraw: string;
7018
+ borderErase: string;
7019
+ borderAll: string;
7020
+ borderOuter: string;
7021
+ borderInner: string;
7022
+ borderHorizontal: string;
7023
+ borderVertical: string;
7024
+ borderTop: string;
7025
+ borderRight: string;
7026
+ borderBottom: string;
7027
+ borderLeft: string;
6923
7028
  clearBorder: string;
6924
7029
  formula: string;
6925
7030
  formulaBar: string;
package/dist/index.d.ts CHANGED
@@ -2934,8 +2934,9 @@ interface AccessDeniedProps {
2934
2934
  className?: string;
2935
2935
  children?: React__default.ReactNode;
2936
2936
  overflowHidden?: boolean;
2937
+ code?: string;
2937
2938
  }
2938
- declare function AccessDenied({ title, description, variant, icon: Icon, className, children, overflowHidden, }: AccessDeniedProps): react_jsx_runtime.JSX.Element;
2939
+ declare function AccessDenied({ title, description, variant, icon: Icon, className, children, overflowHidden, code, }: AccessDeniedProps): react_jsx_runtime.JSX.Element;
2939
2940
 
2940
2941
  type ThemeMode = "light" | "dark" | "system";
2941
2942
  /** Public props for the `ThemeToggleHeadless` component. */
@@ -3903,6 +3904,19 @@ declare const underverseMessages: {
3903
3904
  borderStyle: string;
3904
3905
  borderWidth: string;
3905
3906
  borderColor: string;
3907
+ borderPosition: string;
3908
+ borderMode: string;
3909
+ borderDraw: string;
3910
+ borderErase: string;
3911
+ borderAll: string;
3912
+ borderOuter: string;
3913
+ borderInner: string;
3914
+ borderHorizontal: string;
3915
+ borderVertical: string;
3916
+ borderTop: string;
3917
+ borderRight: string;
3918
+ borderBottom: string;
3919
+ borderLeft: string;
3906
3920
  clearBorder: string;
3907
3921
  formula: string;
3908
3922
  formulaBar: string;
@@ -4334,6 +4348,19 @@ declare const underverseMessages: {
4334
4348
  borderStyle: string;
4335
4349
  borderWidth: string;
4336
4350
  borderColor: string;
4351
+ borderPosition: string;
4352
+ borderMode: string;
4353
+ borderDraw: string;
4354
+ borderErase: string;
4355
+ borderAll: string;
4356
+ borderOuter: string;
4357
+ borderInner: string;
4358
+ borderHorizontal: string;
4359
+ borderVertical: string;
4360
+ borderTop: string;
4361
+ borderRight: string;
4362
+ borderBottom: string;
4363
+ borderLeft: string;
4337
4364
  clearBorder: string;
4338
4365
  formula: string;
4339
4366
  formulaBar: string;
@@ -4765,6 +4792,19 @@ declare const underverseMessages: {
4765
4792
  borderStyle: string;
4766
4793
  borderWidth: string;
4767
4794
  borderColor: string;
4795
+ borderPosition: string;
4796
+ borderMode: string;
4797
+ borderDraw: string;
4798
+ borderErase: string;
4799
+ borderAll: string;
4800
+ borderOuter: string;
4801
+ borderInner: string;
4802
+ borderHorizontal: string;
4803
+ borderVertical: string;
4804
+ borderTop: string;
4805
+ borderRight: string;
4806
+ borderBottom: string;
4807
+ borderLeft: string;
4768
4808
  clearBorder: string;
4769
4809
  formula: string;
4770
4810
  formulaBar: string;
@@ -5196,6 +5236,19 @@ declare const underverseMessages: {
5196
5236
  borderStyle: string;
5197
5237
  borderWidth: string;
5198
5238
  borderColor: string;
5239
+ borderPosition: string;
5240
+ borderMode: string;
5241
+ borderDraw: string;
5242
+ borderErase: string;
5243
+ borderAll: string;
5244
+ borderOuter: string;
5245
+ borderInner: string;
5246
+ borderHorizontal: string;
5247
+ borderVertical: string;
5248
+ borderTop: string;
5249
+ borderRight: string;
5250
+ borderBottom: string;
5251
+ borderLeft: string;
5199
5252
  clearBorder: string;
5200
5253
  formula: string;
5201
5254
  formulaBar: string;
@@ -5630,6 +5683,19 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
5630
5683
  borderStyle: string;
5631
5684
  borderWidth: string;
5632
5685
  borderColor: string;
5686
+ borderPosition: string;
5687
+ borderMode: string;
5688
+ borderDraw: string;
5689
+ borderErase: string;
5690
+ borderAll: string;
5691
+ borderOuter: string;
5692
+ borderInner: string;
5693
+ borderHorizontal: string;
5694
+ borderVertical: string;
5695
+ borderTop: string;
5696
+ borderRight: string;
5697
+ borderBottom: string;
5698
+ borderLeft: string;
5633
5699
  clearBorder: string;
5634
5700
  formula: string;
5635
5701
  formulaBar: string;
@@ -6060,6 +6126,19 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6060
6126
  borderStyle: string;
6061
6127
  borderWidth: string;
6062
6128
  borderColor: string;
6129
+ borderPosition: string;
6130
+ borderMode: string;
6131
+ borderDraw: string;
6132
+ borderErase: string;
6133
+ borderAll: string;
6134
+ borderOuter: string;
6135
+ borderInner: string;
6136
+ borderHorizontal: string;
6137
+ borderVertical: string;
6138
+ borderTop: string;
6139
+ borderRight: string;
6140
+ borderBottom: string;
6141
+ borderLeft: string;
6063
6142
  clearBorder: string;
6064
6143
  formula: string;
6065
6144
  formulaBar: string;
@@ -6490,6 +6569,19 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6490
6569
  borderStyle: string;
6491
6570
  borderWidth: string;
6492
6571
  borderColor: string;
6572
+ borderPosition: string;
6573
+ borderMode: string;
6574
+ borderDraw: string;
6575
+ borderErase: string;
6576
+ borderAll: string;
6577
+ borderOuter: string;
6578
+ borderInner: string;
6579
+ borderHorizontal: string;
6580
+ borderVertical: string;
6581
+ borderTop: string;
6582
+ borderRight: string;
6583
+ borderBottom: string;
6584
+ borderLeft: string;
6493
6585
  clearBorder: string;
6494
6586
  formula: string;
6495
6587
  formulaBar: string;
@@ -6920,6 +7012,19 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6920
7012
  borderStyle: string;
6921
7013
  borderWidth: string;
6922
7014
  borderColor: string;
7015
+ borderPosition: string;
7016
+ borderMode: string;
7017
+ borderDraw: string;
7018
+ borderErase: string;
7019
+ borderAll: string;
7020
+ borderOuter: string;
7021
+ borderInner: string;
7022
+ borderHorizontal: string;
7023
+ borderVertical: string;
7024
+ borderTop: string;
7025
+ borderRight: string;
7026
+ borderBottom: string;
7027
+ borderLeft: string;
6923
7028
  clearBorder: string;
6924
7029
  formula: string;
6925
7030
  formulaBar: string;