@fleet-frontend/mower-maps 0.2.6-beta.11 → 0.2.6-beta.12
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 +7 -7
- package/dist/index.js +7 -7
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -30864,16 +30864,16 @@ const PARTITION_PICKER_GRID_MAX_INTERSECTION_DOTS = 2000;
|
|
|
30864
30864
|
*/
|
|
30865
30865
|
const PARTITION_PICKER_MAP_CONFIG_WEB = {
|
|
30866
30866
|
boundary: {
|
|
30867
|
-
lineColor: '
|
|
30868
|
-
fillColor: '
|
|
30867
|
+
lineColor: 'rgba(132, 152, 169, 1)',
|
|
30868
|
+
fillColor: 'rgba(222, 225, 231, 1)',
|
|
30869
30869
|
lineWidth: 2,
|
|
30870
30870
|
},
|
|
30871
30871
|
};
|
|
30872
30872
|
const PARTITION_PICKER_MAP_CONFIG = {
|
|
30873
30873
|
boundary: {
|
|
30874
|
-
lineColor: '
|
|
30875
|
-
fillColor: '
|
|
30876
|
-
lineWidth:
|
|
30874
|
+
lineColor: 'rgba(132, 152, 169, 1)',
|
|
30875
|
+
fillColor: 'rgba(222, 225, 231, 1)',
|
|
30876
|
+
lineWidth: 1,
|
|
30877
30877
|
},
|
|
30878
30878
|
};
|
|
30879
30879
|
/** Web 端地块配色(Figma Vector 360 / 361 / 99788) */
|
|
@@ -30960,7 +30960,7 @@ const PARTITION_PICKER_LABEL_STYLES_H5 = {
|
|
|
30960
30960
|
boxSizing: 'border-box',
|
|
30961
30961
|
},
|
|
30962
30962
|
selected: {
|
|
30963
|
-
background: 'linear-gradient(
|
|
30963
|
+
background: 'linear-gradient(311deg, #F26A2A 14.52%, #F2942A 103.26%)',
|
|
30964
30964
|
color: 'rgba(255, 255, 255, 1)',
|
|
30965
30965
|
fontSize: 12,
|
|
30966
30966
|
fontWeight: 400,
|
|
@@ -30973,7 +30973,7 @@ const PARTITION_PICKER_LABEL_STYLES_H5 = {
|
|
|
30973
30973
|
selectionOrderBadge: {
|
|
30974
30974
|
width: '24px',
|
|
30975
30975
|
height: '24px',
|
|
30976
|
-
background: 'linear-gradient(
|
|
30976
|
+
background: 'linear-gradient(311deg, #F16629 14.52%, #F1A129 103.26%)',
|
|
30977
30977
|
border: '1px solid #FFFFFF',
|
|
30978
30978
|
color: '#FFFFFF',
|
|
30979
30979
|
fontSize: 14,
|
package/dist/index.js
CHANGED
|
@@ -30884,16 +30884,16 @@ const PARTITION_PICKER_GRID_MAX_INTERSECTION_DOTS = 2000;
|
|
|
30884
30884
|
*/
|
|
30885
30885
|
const PARTITION_PICKER_MAP_CONFIG_WEB = {
|
|
30886
30886
|
boundary: {
|
|
30887
|
-
lineColor: '
|
|
30888
|
-
fillColor: '
|
|
30887
|
+
lineColor: 'rgba(132, 152, 169, 1)',
|
|
30888
|
+
fillColor: 'rgba(222, 225, 231, 1)',
|
|
30889
30889
|
lineWidth: 2,
|
|
30890
30890
|
},
|
|
30891
30891
|
};
|
|
30892
30892
|
const PARTITION_PICKER_MAP_CONFIG = {
|
|
30893
30893
|
boundary: {
|
|
30894
|
-
lineColor: '
|
|
30895
|
-
fillColor: '
|
|
30896
|
-
lineWidth:
|
|
30894
|
+
lineColor: 'rgba(132, 152, 169, 1)',
|
|
30895
|
+
fillColor: 'rgba(222, 225, 231, 1)',
|
|
30896
|
+
lineWidth: 1,
|
|
30897
30897
|
},
|
|
30898
30898
|
};
|
|
30899
30899
|
/** Web 端地块配色(Figma Vector 360 / 361 / 99788) */
|
|
@@ -30980,7 +30980,7 @@ const PARTITION_PICKER_LABEL_STYLES_H5 = {
|
|
|
30980
30980
|
boxSizing: 'border-box',
|
|
30981
30981
|
},
|
|
30982
30982
|
selected: {
|
|
30983
|
-
background: 'linear-gradient(
|
|
30983
|
+
background: 'linear-gradient(311deg, #F26A2A 14.52%, #F2942A 103.26%)',
|
|
30984
30984
|
color: 'rgba(255, 255, 255, 1)',
|
|
30985
30985
|
fontSize: 12,
|
|
30986
30986
|
fontWeight: 400,
|
|
@@ -30993,7 +30993,7 @@ const PARTITION_PICKER_LABEL_STYLES_H5 = {
|
|
|
30993
30993
|
selectionOrderBadge: {
|
|
30994
30994
|
width: '24px',
|
|
30995
30995
|
height: '24px',
|
|
30996
|
-
background: 'linear-gradient(
|
|
30996
|
+
background: 'linear-gradient(311deg, #F16629 14.52%, #F1A129 103.26%)',
|
|
30997
30997
|
border: '1px solid #FFFFFF',
|
|
30998
30998
|
color: '#FFFFFF',
|
|
30999
30999
|
fontSize: 14,
|