@worldresources/wri-design-systems 2.194.4 → 2.194.6

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.d.ts CHANGED
@@ -452,8 +452,13 @@ 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;
461
+ strikethroughIconText: string;
457
462
  bulletListTooltip: string;
458
463
  orderedListTooltip: string;
459
464
  linkTooltip: string;