tpmkms_4wp 8.9.0-beta.18 → 8.9.0-beta.19

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/common/wp.js CHANGED
@@ -98,9 +98,10 @@ template = {
98
98
  'words are countable and statefulElements',
99
99
  'characters are countable',
100
100
  'paragraphs are countable',
101
- 'bold, italic, code, capitalize and underline are styles',
101
+ 'bold, italic, code, capitalize, lowercase and underline are styles',
102
102
  'underlined means underline',
103
103
  'capitalized means capitalize',
104
+ 'uppercase means capitalize',
104
105
  'italicize means italic',
105
106
  'italicized means italic',
106
107
  // 'styles are negatable',