baseui 0.0.0-next-908fcae → 0.0.0-next-3a57782
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/package.json +1 -1
- package/typography/index.d.ts +2 -2
package/package.json
CHANGED
package/typography/index.d.ts
CHANGED
|
@@ -3,9 +3,9 @@ export declare const DisplayLarge: BlockComponentType<"div">;
|
|
|
3
3
|
export declare const DisplayMedium: BlockComponentType<"div">;
|
|
4
4
|
export declare const DisplaySmall: BlockComponentType<"div">;
|
|
5
5
|
export declare const DisplayXSmall: BlockComponentType<"div">;
|
|
6
|
-
export declare const HeadingXXLarge: BlockComponentType<"
|
|
6
|
+
export declare const HeadingXXLarge: BlockComponentType<"h1">;
|
|
7
7
|
export declare const HeadingXLarge: BlockComponentType<"h2">;
|
|
8
|
-
export declare const HeadingLarge: BlockComponentType<"
|
|
8
|
+
export declare const HeadingLarge: BlockComponentType<"h3">;
|
|
9
9
|
export declare const HeadingMedium: BlockComponentType<"h4">;
|
|
10
10
|
export declare const HeadingSmall: BlockComponentType<"h5">;
|
|
11
11
|
export declare const HeadingXSmall: BlockComponentType<"h6">;
|