@muraldevkit/ui-toolkit 2.15.4 → 2.15.5

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.
@@ -15,7 +15,11 @@ interface MrlTextHeadingProps {
15
15
  * xsmall and xxsmall are only supported when kind="title"
16
16
  */
17
17
  size?: HeadingSizes | TextSizes;
18
- /** Clear and concise description of the content that the heading describes */
18
+ /**
19
+ * Clear and concise description of the content that the heading describes
20
+ *
21
+ * Note: hierarchy only impacts MrlTextHeading components with `kind="title"`
22
+ */
19
23
  hierarchy?: HeadingHierarchies;
20
24
  text?: string;
21
25
  }