hplx-react-elements-dev 1.1.79 → 1.1.81
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/esm/index.js +2 -2
- package/dist/esm/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/esm/types.d.ts
CHANGED
|
@@ -161,7 +161,7 @@ export interface BadgeType {
|
|
|
161
161
|
onRightIconClick?: () => void;
|
|
162
162
|
}
|
|
163
163
|
type typographyVariantType = "Regular" | "Medium" | "Semibold" | "Bold";
|
|
164
|
-
type typographyTextType = "Display 2xl" | "Display xl" | "Display lg" | "Display md" | "Display sm" | "Display xs" | "Text xl" | "Text lg" | "Text md" | "Text sm" | "Text xs";
|
|
164
|
+
type typographyTextType = "Display 2xl" | "Display xl" | "Display lg" | "Display md" | "Display sm" | "Display xs" | "Text xl" | "Text lg" | "Text md" | "Text sm" | "Text [13px]" | "Text xs";
|
|
165
165
|
export interface TypographyProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> {
|
|
166
166
|
variant: typographyVariantType;
|
|
167
167
|
type: typographyTextType;
|