@uoguelph/react-components 1.5.8-rc.1 → 1.5.8
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.
|
@@ -9,7 +9,7 @@ export type TypographyProps<T extends ElementType> = PropsWithChildren<{
|
|
|
9
9
|
/** The text style */
|
|
10
10
|
type: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'body';
|
|
11
11
|
/** Whether to emphasize the text with a larger, slightly more opinionated heading style. */
|
|
12
|
-
emphasize
|
|
12
|
+
emphasize?: boolean;
|
|
13
13
|
/** Additional classes to apply to the text. */
|
|
14
14
|
className?: string;
|
|
15
15
|
} & ComponentPropsWithoutRef<T>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uoguelph/react-components",
|
|
3
|
-
"version": "1.5.8
|
|
3
|
+
"version": "1.5.8",
|
|
4
4
|
"description": "University of Guelph React Components Library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"bugs": {
|
|
79
79
|
"url": "https://github.com/ccswbs/uofg-components/issues"
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "a835e34f87e9964520249ce6b3bb4b6832a02909"
|
|
82
82
|
}
|