@ni/nimble-components 11.10.1 → 11.10.2
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 +1 -4
- 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/dialog/index.js +1 -4
- package/dist/esm/dialog/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -17076,10 +17076,7 @@
|
|
|
17076
17076
|
baseName: 'dialog',
|
|
17077
17077
|
template: template$5,
|
|
17078
17078
|
styles: styles$j,
|
|
17079
|
-
baseClass: Dialog
|
|
17080
|
-
shadowOptions: {
|
|
17081
|
-
delegatesFocus: true
|
|
17082
|
-
}
|
|
17079
|
+
baseClass: Dialog
|
|
17083
17080
|
});
|
|
17084
17081
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDialog());
|
|
17085
17082
|
|