@sanity/ui 3.0.0-static.44 → 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/css/index.css +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +9 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/core/primitives/box/box.tsx +7 -0
- package/src/core/primitives/text/text.tsx +2 -0
- package/src/css/primitives/card/card.css.ts +1 -1
- package/src/css/primitives/checkbox/checkbox.css.ts +1 -1
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
|
/**
|