@ornikar/kitt-universal 26.0.0 → 26.1.0

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.
Files changed (39) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/definitions/MapMarker/MapMarker.d.ts.map +1 -1
  3. package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +6 -6
  4. package/dist/definitions/themes/late-ocean/mapMarker.d.ts +0 -1
  5. package/dist/definitions/themes/late-ocean/mapMarker.d.ts.map +1 -1
  6. package/dist/index-metro.es.android.js +17 -17
  7. package/dist/index-metro.es.android.js.map +1 -1
  8. package/dist/index-metro.es.ios.js +17 -17
  9. package/dist/index-metro.es.ios.js.map +1 -1
  10. package/dist/index-node-22.17.cjs.js +17 -17
  11. package/dist/index-node-22.17.cjs.js.map +1 -1
  12. package/dist/index-node-22.17.cjs.web.js +17 -17
  13. package/dist/index-node-22.17.cjs.web.js.map +1 -1
  14. package/dist/index-node-22.17.es.mjs +17 -17
  15. package/dist/index-node-22.17.es.mjs.map +1 -1
  16. package/dist/index-node-22.17.es.web.mjs +17 -17
  17. package/dist/index-node-22.17.es.web.mjs.map +1 -1
  18. package/dist/index.es.js +17 -17
  19. package/dist/index.es.js.map +1 -1
  20. package/dist/index.es.web.js +17 -17
  21. package/dist/index.es.web.js.map +1 -1
  22. package/dist/linaria-themes-metro.es.android.js +1 -2
  23. package/dist/linaria-themes-metro.es.android.js.map +1 -1
  24. package/dist/linaria-themes-metro.es.ios.js +1 -2
  25. package/dist/linaria-themes-metro.es.ios.js.map +1 -1
  26. package/dist/linaria-themes-node-22.17.cjs.js +1 -2
  27. package/dist/linaria-themes-node-22.17.cjs.js.map +1 -1
  28. package/dist/linaria-themes-node-22.17.cjs.web.js +1 -2
  29. package/dist/linaria-themes-node-22.17.cjs.web.js.map +1 -1
  30. package/dist/linaria-themes-node-22.17.es.mjs +1 -2
  31. package/dist/linaria-themes-node-22.17.es.mjs.map +1 -1
  32. package/dist/linaria-themes-node-22.17.es.web.mjs +1 -2
  33. package/dist/linaria-themes-node-22.17.es.web.mjs.map +1 -1
  34. package/dist/linaria-themes.es.js +1 -2
  35. package/dist/linaria-themes.es.js.map +1 -1
  36. package/dist/linaria-themes.es.web.js +1 -2
  37. package/dist/linaria-themes.es.web.js.map +1 -1
  38. package/dist/tsbuildinfo +1 -1
  39. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -2047,7 +2047,6 @@ var mapMarker = {
2047
2047
  "default": colors.primaryLight,
2048
2048
  selected: colors.primary,
2049
2049
  svg: {
2050
- width: 33,
2051
2050
  height: 36
2052
2051
  },
2053
2052
  container: {
@@ -2059,7 +2058,7 @@ var mapMarker = {
2059
2058
  "default": colors.black,
2060
2059
  selected: colors.blackAnthracite,
2061
2060
  svg: {
2062
- width: 41,
2061
+ width: 40,
2063
2062
  height: 43
2064
2063
  },
2065
2064
  container: {
@@ -9000,35 +8999,36 @@ var SvgCloseMeetingPointMarkerinline = function SvgCloseMeetingPointMarkerinline
9000
8999
  }));
9001
9000
  };
9002
9001
 
9003
- var SvgHomeMarkerinline = function SvgHomeMarkerinline(props) {
9002
+ var SvgMeetingPointMarkerinline = function SvgMeetingPointMarkerinline(props) {
9004
9003
  return /*#__PURE__*/jsxs("svg", _objectSpread(_objectSpread({
9005
- width: 34,
9006
- height: 36,
9007
- viewBox: "0 0 34 36",
9004
+ viewBox: "0 0 42 44",
9008
9005
  fill: "currentColor",
9009
9006
  xmlns: "http://www.w3.org/2000/svg"
9010
9007
  }, props), {}, {
9011
9008
  children: [/*#__PURE__*/jsx("path", {
9012
- d: "M19.474 33.316C27.414 32.12 33.5 25.272 33.5 17 33.5 7.887 26.113.5 17 .5S.5 7.887.5 17c0 8.272 6.087 15.121 14.026 16.316.05.007.156.053.336.21.158.137.32.31.505.51l.055.06c.196.21.423.451.662.637.232.181.545.367.916.367s.684-.186.916-.367c.239-.186.465-.426.662-.638l.055-.059a7 7 0 0 1 .505-.51c.18-.157.287-.203.336-.21Z",
9009
+ d: "M24.074 41.27C33.938 39.788 41.5 31.278 41.5 21 41.5 9.678 32.322.5 21 .5S.5 9.678.5 21c0 10.277 7.562 18.787 17.426 20.27.098.016.254.093.484.293.203.176.409.398.64.646l.069.075c.246.265.523.559.812.784.283.22.647.432 1.069.432.422 0 .786-.212 1.069-.432.289-.225.566-.519.812-.784l.07-.075c.23-.248.437-.47.639-.646.23-.2.386-.277.484-.292Z",
9013
9010
  stroke: "#fff"
9014
9011
  }), /*#__PURE__*/jsx("path", {
9015
- d: "M24 22h-1v-5.778a1 1 0 0 0-.323-.737l-5-4.717a1 1 0 0 0-1.352-.007l-.008.007-4.994 4.717a1 1 0 0 0-.323.737V22h-1a.5.5 0 0 0 0 1h14a.5.5 0 0 0 0-1Zm-5.5 0h-3v-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v3Z",
9012
+ d: "M18.5 13.5a.624.624 0 0 1 .625-.625h3.75a.624.624 0 1 1 0 1.25h-3.75a.624.624 0 0 1-.625-.625Zm11.875 6.875a.624.624 0 0 1-.625.625h-.625v6.25a1.25 1.25 0 0 1-1.25 1.25H26a1.25 1.25 0 0 1-1.25-1.25V26h-7.5v1.25A1.25 1.25 0 0 1 16 28.5h-1.875a1.25 1.25 0 0 1-1.25-1.25V21h-.625a.624.624 0 1 1 0-1.25h.887l2.14-3.745a1.25 1.25 0 0 1 1.086-.63h9.274a1.25 1.25 0 0 1 1.086.63l2.14 3.745h.887a.624.624 0 0 1 .625.625Zm-12.5 2.5a.624.624 0 0 0-.625-.625H16a.624.624 0 1 0 0 1.25h1.25a.624.624 0 0 0 .625-.625Zm8.75 0A.624.624 0 0 0 26 22.25h-1.25a.624.624 0 1 0 0 1.25H26a.624.624 0 0 0 .625-.625Z",
9016
9013
  fill: "#fff"
9017
9014
  })]
9018
9015
  }));
9019
9016
  };
9020
9017
 
9021
- var SvgMeetingPointMarkerinline = function SvgMeetingPointMarkerinline(props) {
9018
+ var SvgPinMarkerinline = function SvgPinMarkerinline(props) {
9022
9019
  return /*#__PURE__*/jsxs("svg", _objectSpread(_objectSpread({
9023
- viewBox: "0 0 42 44",
9024
- fill: "currentColor",
9020
+ width: 34,
9021
+ height: 36,
9022
+ viewBox: "0 0 34 36",
9023
+ fill: "none",
9025
9024
  xmlns: "http://www.w3.org/2000/svg"
9026
9025
  }, props), {}, {
9027
9026
  children: [/*#__PURE__*/jsx("path", {
9028
- d: "M24.074 41.27C33.938 39.788 41.5 31.278 41.5 21 41.5 9.678 32.322.5 21 .5S.5 9.678.5 21c0 10.277 7.562 18.787 17.426 20.27.098.016.254.093.484.293.203.176.409.398.64.646l.069.075c.246.265.523.559.812.784.283.22.647.432 1.069.432.422 0 .786-.212 1.069-.432.289-.225.566-.519.812-.784l.07-.075c.23-.248.437-.47.639-.646.23-.2.386-.277.484-.292Z",
9027
+ d: "M17 .5C26.113.5 33.5 7.887 33.5 17c0 8.272-6.087 15.121-14.025 16.315-.05.008-.157.054-.337.211-.173.151-.351.345-.56.57a5.972 5.972 0 0 1-.662.637c-.232.181-.545.367-.916.367-.37 0-.684-.186-.916-.367a5.972 5.972 0 0 1-.662-.637c-.209-.224-.387-.419-.56-.57-.18-.157-.287-.203-.337-.21C6.586 32.12.5 25.271.5 17 .5 7.887 7.887.5 17 .5Z",
9028
+ fill: "#7B66FF",
9029
9029
  stroke: "#fff"
9030
9030
  }), /*#__PURE__*/jsx("path", {
9031
- d: "M18.5 13.5a.624.624 0 0 1 .625-.625h3.75a.624.624 0 1 1 0 1.25h-3.75a.624.624 0 0 1-.625-.625Zm11.875 6.875a.624.624 0 0 1-.625.625h-.625v6.25a1.25 1.25 0 0 1-1.25 1.25H26a1.25 1.25 0 0 1-1.25-1.25V26h-7.5v1.25A1.25 1.25 0 0 1 16 28.5h-1.875a1.25 1.25 0 0 1-1.25-1.25V21h-.625a.624.624 0 1 1 0-1.25h.887l2.14-3.745a1.25 1.25 0 0 1 1.086-.63h9.274a1.25 1.25 0 0 1 1.086.63l2.14 3.745h.887a.624.624 0 0 1 .625.625Zm-12.5 2.5a.624.624 0 0 0-.625-.625H16a.624.624 0 1 0 0 1.25h1.25a.624.624 0 0 0 .625-.625Zm8.75 0A.624.624 0 0 0 26 22.25h-1.25a.624.624 0 1 0 0 1.25H26a.624.624 0 0 0 .625-.625Z",
9031
+ d: "M17 10a5.506 5.506 0 0 0-5.5 5.5c0 4.706 5 8.26 5.213 8.41a.5.5 0 0 0 .574 0c.213-.15 5.213-3.704 5.213-8.41A5.506 5.506 0 0 0 17 10Zm0 3.5a2 2 0 1 1 0 4 2 2 0 0 1 0-4Z",
9032
9032
  fill: "#fff"
9033
9033
  })]
9034
9034
  }));
@@ -9141,7 +9141,7 @@ function StaticMapMarker$1(_ref) {
9141
9141
  color: styles.color
9142
9142
  });
9143
9143
  }
9144
- var svgWidth = variant === MapMarkerVariantEnum.HOME ? theme.mapMarker.home.svg.width : theme.mapMarker.meetingPoint.svg.width;
9144
+ var mpMarkerSvgWidth = theme.mapMarker.meetingPoint.svg.width;
9145
9145
  var svgHeight = variant === MapMarkerVariantEnum.HOME ? theme.mapMarker.home.svg.height : theme.mapMarker.meetingPoint.svg.height;
9146
9146
  var containerWidth = variant === MapMarkerVariantEnum.HOME ? theme.mapMarker.home.container.width : theme.mapMarker.meetingPoint.container.width;
9147
9147
  var containerHeight = variant === MapMarkerVariantEnum.HOME ? theme.mapMarker.home.container.height : theme.mapMarker.meetingPoint.container.height;
@@ -9152,14 +9152,14 @@ function StaticMapMarker$1(_ref) {
9152
9152
  alignItems: "center",
9153
9153
  width: containerWidth,
9154
9154
  height: containerHeight,
9155
+ backgroundColor: "kitt.accentLight",
9155
9156
  children: [/*#__PURE__*/jsx(Animated.View, {
9156
9157
  style: animatedStyle,
9157
9158
  children: variant === MapMarkerVariantEnum.MEETING_POINT ? /*#__PURE__*/jsx(SvgMeetingPointMarkerinline, {
9158
- width: svgWidth,
9159
+ width: mpMarkerSvgWidth,
9159
9160
  height: svgHeight,
9160
9161
  color: styles.color
9161
- }) : /*#__PURE__*/jsx(SvgHomeMarkerinline, {
9162
- width: svgWidth,
9162
+ }) : /*#__PURE__*/jsx(SvgPinMarkerinline, {
9163
9163
  height: svgHeight,
9164
9164
  color: styles.color
9165
9165
  })