@sanity/ui 3.0.0-static.43 → 3.0.0-static.45

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
@@ -419,6 +419,13 @@ export declare type BoxElementType =
419
419
  | 'section'
420
420
  | 'span'
421
421
  | 'summary'
422
+ | 'table'
423
+ | 'tbody'
424
+ | 'td'
425
+ | 'tfoot'
426
+ | 'th'
427
+ | 'thead'
428
+ | 'tr'
422
429
  | 'ul'
423
430
  | ComponentType
424
431
 
@@ -2035,6 +2042,8 @@ export declare type TextElementType =
2035
2042
  | 'li'
2036
2043
  | 'p'
2037
2044
  | 'span'
2045
+ | 'summary'
2046
+ | 'time'
2038
2047
  | ComponentType
2039
2048
 
2040
2049
  /**
package/dist/index.d.ts CHANGED
@@ -419,6 +419,13 @@ export declare type BoxElementType =
419
419
  | 'section'
420
420
  | 'span'
421
421
  | 'summary'
422
+ | 'table'
423
+ | 'tbody'
424
+ | 'td'
425
+ | 'tfoot'
426
+ | 'th'
427
+ | 'thead'
428
+ | 'tr'
422
429
  | 'ul'
423
430
  | ComponentType
424
431
 
@@ -2035,6 +2042,8 @@ export declare type TextElementType =
2035
2042
  | 'li'
2036
2043
  | 'p'
2037
2044
  | 'span'
2045
+ | 'summary'
2046
+ | 'time'
2038
2047
  | ComponentType
2039
2048
 
2040
2049
  /**