@ni/nimble-components 20.2.9 → 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 03:50:57 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
  }
@@ -56759,6 +56760,7 @@ img.ProseMirror-separator {
56759
56760
  box-sizing: border-box;
56760
56761
  position: relative;
56761
56762
  color: inherit;
56763
+ overflow-wrap: anywhere;
56762
56764
  }
56763
56765
 
56764
56766
  .viewer > :first-child {