@ni/nimble-components 35.10.0 → 35.10.1
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 -3
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/rich-text/editor/models/create-tiptap-editor.js +1 -1
- package/dist/esm/rich-text/editor/models/create-tiptap-editor.js.map +1 -1
- package/dist/esm/rich-text/editor/testing/rich-text-editor.pageobject.js +1 -1
- package/dist/esm/rich-text/editor/testing/rich-text-editor.pageobject.js.map +1 -1
- package/dist/esm/rich-text/models/markdown-parser.js +2 -2
- package/dist/esm/rich-text/models/markdown-parser.js.map +1 -1
- package/package.json +2 -2
|
@@ -58284,7 +58284,7 @@ ${indentedChild}`;
|
|
|
58284
58284
|
href: {},
|
|
58285
58285
|
rel: { default: 'noopener noreferrer' },
|
|
58286
58286
|
// Adding `class` here is a workaround to render two mentions without a whitespace as display names
|
|
58287
|
-
//
|
|
58287
|
+
// For more details on this behavior, refer to the issue below:
|
|
58288
58288
|
// https://github.com/ni/nimble/issues/1707
|
|
58289
58289
|
class: { default: '' }
|
|
58290
58290
|
},
|
|
@@ -58323,7 +58323,7 @@ ${indentedChild}`;
|
|
|
58323
58323
|
: null,
|
|
58324
58324
|
rel: node.attrs.rel,
|
|
58325
58325
|
// Adding `class` here is a workaround to render two mentions without a whitespace as display names
|
|
58326
|
-
//
|
|
58326
|
+
// For more details on this behavior, refer to the issue below:
|
|
58327
58327
|
// https://github.com/ni/nimble/issues/1707
|
|
58328
58328
|
class: href,
|
|
58329
58329
|
'underline-hidden': _a$4.startsWithHttpOrHttps(href)
|
|
@@ -64670,7 +64670,7 @@ ${indentedChild}`;
|
|
|
64670
64670
|
rel: 'noopener noreferrer',
|
|
64671
64671
|
target: null,
|
|
64672
64672
|
// Adding `class` here is a workaround to render two mentions without a whitespace as display names
|
|
64673
|
-
//
|
|
64673
|
+
// For more details on this behavior, refer to the issue below:
|
|
64674
64674
|
// https://github.com/ni/nimble/issues/1707
|
|
64675
64675
|
class: ''
|
|
64676
64676
|
},
|