@abgov/react-components 4.0.0-alpha.59 → 4.0.0-alpha.60
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/package.json
CHANGED
package/react-components.esm.js
CHANGED
|
@@ -10426,7 +10426,7 @@ function instance$b($$self, $$props, $$invalidate) {
|
|
|
10426
10426
|
open
|
|
10427
10427
|
} = $$props;
|
|
10428
10428
|
let {
|
|
10429
|
-
transition
|
|
10429
|
+
transition = "none"
|
|
10430
10430
|
} = $$props;
|
|
10431
10431
|
let {
|
|
10432
10432
|
width
|
package/react-components.umd.js
CHANGED
|
@@ -10473,7 +10473,7 @@
|
|
|
10473
10473
|
open
|
|
10474
10474
|
} = $$props;
|
|
10475
10475
|
let {
|
|
10476
|
-
transition
|
|
10476
|
+
transition = "none"
|
|
10477
10477
|
} = $$props;
|
|
10478
10478
|
let {
|
|
10479
10479
|
width
|