@fleet-frontend/mower-maps 0.2.5-beta.31 → 0.2.5-beta.33
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/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -27121,7 +27121,7 @@ const DoodleTransformWrapper = ({ data, isSelected = false, isSelectedWithoutOpe
|
|
|
27121
27121
|
justifyContent: 'center',
|
|
27122
27122
|
gap: '10px',
|
|
27123
27123
|
color: '#325069',
|
|
27124
|
-
}, children: jsxs("div", { children: [locale?.['map.renderer.
|
|
27124
|
+
}, children: jsxs("div", { children: [locale?.['map.renderer.remainTime'] || 'Remaining time', ": ", remainingTime] }) }) }) }))] }));
|
|
27125
27125
|
};
|
|
27126
27126
|
useEffect(() => {
|
|
27127
27127
|
const isMove = isDragging || isRotating || isScaling;
|
package/dist/index.js
CHANGED
|
@@ -27141,7 +27141,7 @@ const DoodleTransformWrapper = ({ data, isSelected = false, isSelectedWithoutOpe
|
|
|
27141
27141
|
justifyContent: 'center',
|
|
27142
27142
|
gap: '10px',
|
|
27143
27143
|
color: '#325069',
|
|
27144
|
-
}, children: jsxRuntime.jsxs("div", { children: [locale?.['map.renderer.
|
|
27144
|
+
}, children: jsxRuntime.jsxs("div", { children: [locale?.['map.renderer.remainTime'] || 'Remaining time', ": ", remainingTime] }) }) }) }))] }));
|
|
27145
27145
|
};
|
|
27146
27146
|
React.useEffect(() => {
|
|
27147
27147
|
const isMove = isDragging || isRotating || isScaling;
|