@worldresources/wri-design-systems 2.194.4 → 2.194.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.
- package/dist/index.cjs.js +5 -5
- package/dist/index.d.ts +4 -0
- package/dist/index.esm.js +4 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -452,7 +452,11 @@ type RichTextEditorLabels = {
|
|
|
452
452
|
/** Short text rendered inside the bold control icon button (for example: B, N). */
|
|
453
453
|
boldIconText: string;
|
|
454
454
|
italicTooltip: string;
|
|
455
|
+
/** Short text rendered inside the italic control icon button (for example: I, K). */
|
|
456
|
+
italicIconText: string;
|
|
455
457
|
underlineTooltip: string;
|
|
458
|
+
/** Short text rendered inside the underline control icon button (for example: U, S). */
|
|
459
|
+
underlineIconText: string;
|
|
456
460
|
strikethroughTooltip: string;
|
|
457
461
|
bulletListTooltip: string;
|
|
458
462
|
orderedListTooltip: string;
|