@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.
- package/dist/all-components-bundle.js +3 -2
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +1 -1
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/rich-text/models/markdown-parser.js +2 -1
- package/dist/esm/rich-text/models/markdown-parser.js.map +1 -1
- package/package.json +1 -1
|
@@ -16288,7 +16288,7 @@
|
|
|
16288
16288
|
|
|
16289
16289
|
/**
|
|
16290
16290
|
* Do not edit directly
|
|
16291
|
-
* Generated on Wed, 13 Sep 2023
|
|
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
|
}
|