@fleet-frontend/mower-maps 0.2.6-beta.12 → 0.2.6-beta.13

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 CHANGED
@@ -30960,7 +30960,7 @@ const PARTITION_PICKER_LABEL_STYLES_H5 = {
30960
30960
  boxSizing: 'border-box',
30961
30961
  },
30962
30962
  selected: {
30963
- background: 'linear-gradient(311deg, #F26A2A 14.52%, #F2942A 103.26%)',
30963
+ background: 'linear-gradient(266.64deg, #F2942A 4.1%, #F26A2A 86.42%)',
30964
30964
  color: 'rgba(255, 255, 255, 1)',
30965
30965
  fontSize: 12,
30966
30966
  fontWeight: 400,
package/dist/index.js CHANGED
@@ -30980,7 +30980,7 @@ const PARTITION_PICKER_LABEL_STYLES_H5 = {
30980
30980
  boxSizing: 'border-box',
30981
30981
  },
30982
30982
  selected: {
30983
- background: 'linear-gradient(311deg, #F26A2A 14.52%, #F2942A 103.26%)',
30983
+ background: 'linear-gradient(266.64deg, #F2942A 4.1%, #F26A2A 86.42%)',
30984
30984
  color: 'rgba(255, 255, 255, 1)',
30985
30985
  fontSize: 12,
30986
30986
  fontWeight: 400,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fleet-frontend/mower-maps",
3
- "version": "0.2.6-beta.12",
3
+ "version": "0.2.6-beta.13",
4
4
  "type": "module",
5
5
  "description": "a mower maps in google maps",
6
6
  "main": "dist/index.js",