@conboai/storybook.components 0.5.53 → 0.5.55

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.
@@ -89,6 +89,7 @@ interface Icons {
89
89
  layers: Icon;
90
90
  widgets: Icon;
91
91
  closeSmall: Icon;
92
+ doubleArrowLeft: Icon;
92
93
  }
93
94
  interface Icon {
94
95
  paths: string[];
@@ -28920,6 +28920,20 @@ const zZ = {
28920
28920
  clipRule: "evenodd",
28921
28921
  fill: "#828282"
28922
28922
  }
28923
+ },
28924
+ doubleArrowLeft: {
28925
+ width: 20,
28926
+ height: 20,
28927
+ paths: [
28928
+ "M11.457 14.4577L15.9166 9.99812L11.4575 5.53906",
28929
+ "M5.45705 14.4577L9.91658 9.99812L5.45752 5.53906"
28930
+ ],
28931
+ attributes: {
28932
+ strokeWidth: 1.5,
28933
+ strokeMiterlimit: 1.5,
28934
+ strokeLinecap: "round",
28935
+ strokeLinejoin: "round"
28936
+ }
28923
28937
  }
28924
28938
  };
28925
28939
  function Cn({
@@ -80614,6 +80628,7 @@ const yhe = () => {
80614
80628
  fullscreenControl: A,
80615
80629
  disableDefaultUI: !J && b,
80616
80630
  mapTypeId: "satellite",
80631
+ streetViewControl: !1,
80617
80632
  draggableCursor: N.type === "view" || N.type === "edit" ? "hand" : "crosshair"
80618
80633
  }),
80619
80634
  [N.type, J, b]
@@ -80661,7 +80676,7 @@ const yhe = () => {
80661
80676
  options: Q,
80662
80677
  styles: { width: "100%", height: "100%" },
80663
80678
  onLoad: (K) => {
80664
- X(K), S == null || S(K);
80679
+ X(K), S == null || S(K), K == null || K.setTilt(0);
80665
80680
  },
80666
80681
  onError: w,
80667
80682
  onDragEnd: () => c == null ? void 0 : c(Y || null),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/storybook.components",
3
- "version": "0.5.53",
3
+ "version": "0.5.55",
4
4
  "main": "dist/storybook.components.mjs",
5
5
  "types": "dist/build/index.d.ts",
6
6
  "files": [