@worldresources/wri-design-systems 2.194.5 → 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.cjs.js +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -458,6 +458,7 @@ type RichTextEditorLabels = {
|
|
|
458
458
|
/** Short text rendered inside the underline control icon button (for example: U, S). */
|
|
459
459
|
underlineIconText: string;
|
|
460
460
|
strikethroughTooltip: string;
|
|
461
|
+
strikethroughIconText: string;
|
|
461
462
|
bulletListTooltip: string;
|
|
462
463
|
orderedListTooltip: string;
|
|
463
464
|
linkTooltip: string;
|