@texturehq/edges 1.5.1 → 1.5.2
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/components.manifest.json +148 -34
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +292 -62
- package/dist/index.d.ts +292 -62
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/{server-B74FiF5M.d.cts → server-Cz62pUnv.d.cts} +1 -1
- package/dist/{server-B74FiF5M.d.ts → server-Cz62pUnv.d.ts} +1 -1
- package/dist/server.cjs.map +1 -1
- package/dist/server.d.cts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.js.map +1 -1
- package/dist/styles.css +124 -14
- package/dist/utilities.manifest.json +2 -2
- package/package.json +8 -8
|
@@ -582,7 +582,7 @@ type HeadingHeight = keyof typeof heightVariants;
|
|
|
582
582
|
* Typography component for page/section headings with size and height options.
|
|
583
583
|
*/
|
|
584
584
|
interface HeadingProps {
|
|
585
|
-
tag?:
|
|
585
|
+
tag?: React__default.ElementType;
|
|
586
586
|
size?: HeadingSize;
|
|
587
587
|
height?: HeadingHeight;
|
|
588
588
|
className?: string;
|
|
@@ -582,7 +582,7 @@ type HeadingHeight = keyof typeof heightVariants;
|
|
|
582
582
|
* Typography component for page/section headings with size and height options.
|
|
583
583
|
*/
|
|
584
584
|
interface HeadingProps {
|
|
585
|
-
tag?:
|
|
585
|
+
tag?: React__default.ElementType;
|
|
586
586
|
size?: HeadingSize;
|
|
587
587
|
height?: HeadingHeight;
|
|
588
588
|
className?: string;
|