@ni/nimble-components 20.2.10 → 20.2.11

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.
@@ -16288,7 +16288,7 @@
16288
16288
 
16289
16289
  /**
16290
16290
  * Do not edit directly
16291
- * Generated on Wed, 13 Sep 2023 04:43:06 GMT
16291
+ * Generated on Wed, 13 Sep 2023 12:43:33 GMT
16292
16292
  */
16293
16293
 
16294
16294
  const Information100DarkUi = "#a46eff";
@@ -56303,7 +56303,8 @@ img.ProseMirror-separator {
56303
56303
  const supportedTokenizerRules = zeroTokenizerConfiguration.enable([
56304
56304
  'emphasis',
56305
56305
  'list',
56306
- 'autolink'
56306
+ 'autolink',
56307
+ 'escape'
56307
56308
  ]);
56308
56309
  return new MarkdownParser(schema, supportedTokenizerRules, defaultMarkdownParser.tokens);
56309
56310
  }