@fluentui/react-components 9.58.3 → 9.60.0
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/CHANGELOG.md +47 -2
- package/dist/index.d.ts +3 -0
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +3 -0
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +45 -45
package/lib-commonjs/index.js
CHANGED
|
@@ -1017,6 +1017,9 @@ _export(exports, {
|
|
|
1017
1017
|
interactionTagSecondaryClassNames: function() {
|
|
1018
1018
|
return _reacttags.interactionTagSecondaryClassNames;
|
|
1019
1019
|
},
|
|
1020
|
+
isHTMLElement: function() {
|
|
1021
|
+
return _reactutilities.isHTMLElement;
|
|
1022
|
+
},
|
|
1020
1023
|
isTruncatableBreadcrumbContent: function() {
|
|
1021
1024
|
return _reactbreadcrumb.isTruncatableBreadcrumbContent;
|
|
1022
1025
|
},
|