graphlit-client 1.0.20240425001 → 1.0.20240426002
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.
@@ -1159,6 +1159,8 @@ var TextRoles;
|
|
1159
1159
|
TextRoles["Heading3"] = "HEADING3";
|
1160
1160
|
/** Heading 4 */
|
1161
1161
|
TextRoles["Heading4"] = "HEADING4";
|
1162
|
+
/** Heading 5 */
|
1163
|
+
TextRoles["Heading5"] = "HEADING5";
|
1162
1164
|
/** List Item */
|
1163
1165
|
TextRoles["ListItem"] = "LIST_ITEM";
|
1164
1166
|
/** Page Footer */
|