@jobber/components 4.48.1 → 4.48.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/DataList/index.js +2 -0
- package/package.json +2 -2
package/dist/DataList/index.js
CHANGED
|
@@ -497,6 +497,8 @@ function InternalDataListItemActions() {
|
|
|
497
497
|
if (!itemActionComponent)
|
|
498
498
|
return null;
|
|
499
499
|
const { children } = itemActionComponent.props;
|
|
500
|
+
if (!children)
|
|
501
|
+
return null;
|
|
500
502
|
return (React__default["default"].createElement(framerMotion.motion.div, { variants: variants, initial: "hidden", animate: "visible", exit: "hidden", transition: {
|
|
501
503
|
duration: TRANSITION_DURATION_IN_SECONDS,
|
|
502
504
|
delay: TRANSITION_DELAY_IN_SECONDS,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "4.48.
|
|
3
|
+
"version": "4.48.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"> 1%",
|
|
85
85
|
"IE 10"
|
|
86
86
|
],
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "ca7d46e9a3470202ce25224caf05f0766bafd1e5"
|
|
88
88
|
}
|