@underverse-ui/underverse 1.0.63 → 1.0.64

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
@@ -2948,6 +2948,14 @@ declare const underverseMessages: {
2948
2948
  heading2: string;
2949
2949
  heading3: string;
2950
2950
  emoji: string;
2951
+ imageLayoutBlock: string;
2952
+ imageLayoutLeft: string;
2953
+ imageLayoutRight: string;
2954
+ imageWidthSm: string;
2955
+ imageWidthMd: string;
2956
+ imageWidthLg: string;
2957
+ imageResetSize: string;
2958
+ imageDelete: string;
2951
2959
  };
2952
2960
  slashCommand: {
2953
2961
  basicBlocks: string;
@@ -3170,6 +3178,14 @@ declare const underverseMessages: {
3170
3178
  heading2: string;
3171
3179
  heading3: string;
3172
3180
  emoji: string;
3181
+ imageLayoutBlock: string;
3182
+ imageLayoutLeft: string;
3183
+ imageLayoutRight: string;
3184
+ imageWidthSm: string;
3185
+ imageWidthMd: string;
3186
+ imageWidthLg: string;
3187
+ imageResetSize: string;
3188
+ imageDelete: string;
3173
3189
  };
3174
3190
  slashCommand: {
3175
3191
  basicBlocks: string;
@@ -3392,6 +3408,14 @@ declare const underverseMessages: {
3392
3408
  heading2: string;
3393
3409
  heading3: string;
3394
3410
  emoji: string;
3411
+ imageLayoutBlock: string;
3412
+ imageLayoutLeft: string;
3413
+ imageLayoutRight: string;
3414
+ imageWidthSm: string;
3415
+ imageWidthMd: string;
3416
+ imageWidthLg: string;
3417
+ imageResetSize: string;
3418
+ imageDelete: string;
3395
3419
  };
3396
3420
  slashCommand: {
3397
3421
  basicBlocks: string;
@@ -3613,6 +3637,14 @@ declare const underverseMessages: {
3613
3637
  heading2: string;
3614
3638
  heading3: string;
3615
3639
  emoji: string;
3640
+ imageLayoutBlock: string;
3641
+ imageLayoutLeft: string;
3642
+ imageLayoutRight: string;
3643
+ imageWidthSm: string;
3644
+ imageWidthMd: string;
3645
+ imageWidthLg: string;
3646
+ imageResetSize: string;
3647
+ imageDelete: string;
3616
3648
  };
3617
3649
  slashCommand: {
3618
3650
  basicBlocks: string;
@@ -3836,6 +3868,14 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
3836
3868
  heading2: string;
3837
3869
  heading3: string;
3838
3870
  emoji: string;
3871
+ imageLayoutBlock: string;
3872
+ imageLayoutLeft: string;
3873
+ imageLayoutRight: string;
3874
+ imageWidthSm: string;
3875
+ imageWidthMd: string;
3876
+ imageWidthLg: string;
3877
+ imageResetSize: string;
3878
+ imageDelete: string;
3839
3879
  };
3840
3880
  slashCommand: {
3841
3881
  basicBlocks: string;
@@ -4057,6 +4097,14 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
4057
4097
  heading2: string;
4058
4098
  heading3: string;
4059
4099
  emoji: string;
4100
+ imageLayoutBlock: string;
4101
+ imageLayoutLeft: string;
4102
+ imageLayoutRight: string;
4103
+ imageWidthSm: string;
4104
+ imageWidthMd: string;
4105
+ imageWidthLg: string;
4106
+ imageResetSize: string;
4107
+ imageDelete: string;
4060
4108
  };
4061
4109
  slashCommand: {
4062
4110
  basicBlocks: string;
@@ -4278,6 +4326,14 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
4278
4326
  heading2: string;
4279
4327
  heading3: string;
4280
4328
  emoji: string;
4329
+ imageLayoutBlock: string;
4330
+ imageLayoutLeft: string;
4331
+ imageLayoutRight: string;
4332
+ imageWidthSm: string;
4333
+ imageWidthMd: string;
4334
+ imageWidthLg: string;
4335
+ imageResetSize: string;
4336
+ imageDelete: string;
4281
4337
  };
4282
4338
  slashCommand: {
4283
4339
  basicBlocks: string;
@@ -4498,6 +4554,14 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
4498
4554
  heading2: string;
4499
4555
  heading3: string;
4500
4556
  emoji: string;
4557
+ imageLayoutBlock: string;
4558
+ imageLayoutLeft: string;
4559
+ imageLayoutRight: string;
4560
+ imageWidthSm: string;
4561
+ imageWidthMd: string;
4562
+ imageWidthLg: string;
4563
+ imageResetSize: string;
4564
+ imageDelete: string;
4501
4565
  };
4502
4566
  slashCommand: {
4503
4567
  basicBlocks: string;
package/dist/index.d.ts CHANGED
@@ -2948,6 +2948,14 @@ declare const underverseMessages: {
2948
2948
  heading2: string;
2949
2949
  heading3: string;
2950
2950
  emoji: string;
2951
+ imageLayoutBlock: string;
2952
+ imageLayoutLeft: string;
2953
+ imageLayoutRight: string;
2954
+ imageWidthSm: string;
2955
+ imageWidthMd: string;
2956
+ imageWidthLg: string;
2957
+ imageResetSize: string;
2958
+ imageDelete: string;
2951
2959
  };
2952
2960
  slashCommand: {
2953
2961
  basicBlocks: string;
@@ -3170,6 +3178,14 @@ declare const underverseMessages: {
3170
3178
  heading2: string;
3171
3179
  heading3: string;
3172
3180
  emoji: string;
3181
+ imageLayoutBlock: string;
3182
+ imageLayoutLeft: string;
3183
+ imageLayoutRight: string;
3184
+ imageWidthSm: string;
3185
+ imageWidthMd: string;
3186
+ imageWidthLg: string;
3187
+ imageResetSize: string;
3188
+ imageDelete: string;
3173
3189
  };
3174
3190
  slashCommand: {
3175
3191
  basicBlocks: string;
@@ -3392,6 +3408,14 @@ declare const underverseMessages: {
3392
3408
  heading2: string;
3393
3409
  heading3: string;
3394
3410
  emoji: string;
3411
+ imageLayoutBlock: string;
3412
+ imageLayoutLeft: string;
3413
+ imageLayoutRight: string;
3414
+ imageWidthSm: string;
3415
+ imageWidthMd: string;
3416
+ imageWidthLg: string;
3417
+ imageResetSize: string;
3418
+ imageDelete: string;
3395
3419
  };
3396
3420
  slashCommand: {
3397
3421
  basicBlocks: string;
@@ -3613,6 +3637,14 @@ declare const underverseMessages: {
3613
3637
  heading2: string;
3614
3638
  heading3: string;
3615
3639
  emoji: string;
3640
+ imageLayoutBlock: string;
3641
+ imageLayoutLeft: string;
3642
+ imageLayoutRight: string;
3643
+ imageWidthSm: string;
3644
+ imageWidthMd: string;
3645
+ imageWidthLg: string;
3646
+ imageResetSize: string;
3647
+ imageDelete: string;
3616
3648
  };
3617
3649
  slashCommand: {
3618
3650
  basicBlocks: string;
@@ -3836,6 +3868,14 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
3836
3868
  heading2: string;
3837
3869
  heading3: string;
3838
3870
  emoji: string;
3871
+ imageLayoutBlock: string;
3872
+ imageLayoutLeft: string;
3873
+ imageLayoutRight: string;
3874
+ imageWidthSm: string;
3875
+ imageWidthMd: string;
3876
+ imageWidthLg: string;
3877
+ imageResetSize: string;
3878
+ imageDelete: string;
3839
3879
  };
3840
3880
  slashCommand: {
3841
3881
  basicBlocks: string;
@@ -4057,6 +4097,14 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
4057
4097
  heading2: string;
4058
4098
  heading3: string;
4059
4099
  emoji: string;
4100
+ imageLayoutBlock: string;
4101
+ imageLayoutLeft: string;
4102
+ imageLayoutRight: string;
4103
+ imageWidthSm: string;
4104
+ imageWidthMd: string;
4105
+ imageWidthLg: string;
4106
+ imageResetSize: string;
4107
+ imageDelete: string;
4060
4108
  };
4061
4109
  slashCommand: {
4062
4110
  basicBlocks: string;
@@ -4278,6 +4326,14 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
4278
4326
  heading2: string;
4279
4327
  heading3: string;
4280
4328
  emoji: string;
4329
+ imageLayoutBlock: string;
4330
+ imageLayoutLeft: string;
4331
+ imageLayoutRight: string;
4332
+ imageWidthSm: string;
4333
+ imageWidthMd: string;
4334
+ imageWidthLg: string;
4335
+ imageResetSize: string;
4336
+ imageDelete: string;
4281
4337
  };
4282
4338
  slashCommand: {
4283
4339
  basicBlocks: string;
@@ -4498,6 +4554,14 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
4498
4554
  heading2: string;
4499
4555
  heading3: string;
4500
4556
  emoji: string;
4557
+ imageLayoutBlock: string;
4558
+ imageLayoutLeft: string;
4559
+ imageLayoutRight: string;
4560
+ imageWidthSm: string;
4561
+ imageWidthMd: string;
4562
+ imageWidthLg: string;
4563
+ imageResetSize: string;
4564
+ imageDelete: string;
4501
4565
  };
4502
4566
  slashCommand: {
4503
4567
  basicBlocks: string;