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