@ornikar/kitt-universal 26.0.0 → 26.1.1

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 +18 -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 +16 -17
  7. package/dist/index-metro.es.android.js.map +1 -1
  8. package/dist/index-metro.es.ios.js +16 -17
  9. package/dist/index-metro.es.ios.js.map +1 -1
  10. package/dist/index-node-22.17.cjs.js +16 -17
  11. package/dist/index-node-22.17.cjs.js.map +1 -1
  12. package/dist/index-node-22.17.cjs.web.js +16 -17
  13. package/dist/index-node-22.17.cjs.web.js.map +1 -1
  14. package/dist/index-node-22.17.es.mjs +16 -17
  15. package/dist/index-node-22.17.es.mjs.map +1 -1
  16. package/dist/index-node-22.17.es.web.mjs +16 -17
  17. package/dist/index-node-22.17.es.web.mjs.map +1 -1
  18. package/dist/index.es.js +16 -17
  19. package/dist/index.es.js.map +1 -1
  20. package/dist/index.es.web.js +16 -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
@@ -2043,7 +2043,6 @@ var mapMarker = {
2043
2043
  "default": colors.primaryLight,
2044
2044
  selected: colors.primary,
2045
2045
  svg: {
2046
- width: 33,
2047
2046
  height: 36
2048
2047
  },
2049
2048
  container: {
@@ -2055,7 +2054,7 @@ var mapMarker = {
2055
2054
  "default": colors.black,
2056
2055
  selected: colors.blackAnthracite,
2057
2056
  svg: {
2058
- width: 41,
2057
+ width: 40,
2059
2058
  height: 43
2060
2059
  },
2061
2060
  container: {
@@ -8147,35 +8146,36 @@ var SvgCloseMeetingPointMarkerinline = function SvgCloseMeetingPointMarkerinline
8147
8146
  }));
8148
8147
  };
8149
8148
 
8150
- var SvgHomeMarkerinline = function SvgHomeMarkerinline(props) {
8149
+ var SvgMeetingPointMarkerinline = function SvgMeetingPointMarkerinline(props) {
8151
8150
  return /*#__PURE__*/jsxs("svg", _objectSpread(_objectSpread({
8152
- width: 34,
8153
- height: 36,
8154
- viewBox: "0 0 34 36",
8151
+ viewBox: "0 0 42 44",
8155
8152
  fill: "currentColor",
8156
8153
  xmlns: "http://www.w3.org/2000/svg"
8157
8154
  }, props), {}, {
8158
8155
  children: [/*#__PURE__*/jsx("path", {
8159
- 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",
8156
+ 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",
8160
8157
  stroke: "#fff"
8161
8158
  }), /*#__PURE__*/jsx("path", {
8162
- 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",
8159
+ 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",
8163
8160
  fill: "#fff"
8164
8161
  })]
8165
8162
  }));
8166
8163
  };
8167
8164
 
8168
- var SvgMeetingPointMarkerinline = function SvgMeetingPointMarkerinline(props) {
8165
+ var SvgPinMarkerinline = function SvgPinMarkerinline(props) {
8169
8166
  return /*#__PURE__*/jsxs("svg", _objectSpread(_objectSpread({
8170
- viewBox: "0 0 42 44",
8171
- fill: "currentColor",
8167
+ width: 34,
8168
+ height: 36,
8169
+ viewBox: "0 0 34 36",
8170
+ fill: "none",
8172
8171
  xmlns: "http://www.w3.org/2000/svg"
8173
8172
  }, props), {}, {
8174
8173
  children: [/*#__PURE__*/jsx("path", {
8175
- 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",
8174
+ 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",
8175
+ fill: "#7B66FF",
8176
8176
  stroke: "#fff"
8177
8177
  }), /*#__PURE__*/jsx("path", {
8178
- 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",
8178
+ 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",
8179
8179
  fill: "#fff"
8180
8180
  })]
8181
8181
  }));
@@ -8288,7 +8288,7 @@ function StaticMapMarker$1(_ref) {
8288
8288
  color: styles.color
8289
8289
  });
8290
8290
  }
8291
- var svgWidth = variant === MapMarkerVariantEnum.HOME ? theme.mapMarker.home.svg.width : theme.mapMarker.meetingPoint.svg.width;
8291
+ var mpMarkerSvgWidth = theme.mapMarker.meetingPoint.svg.width;
8292
8292
  var svgHeight = variant === MapMarkerVariantEnum.HOME ? theme.mapMarker.home.svg.height : theme.mapMarker.meetingPoint.svg.height;
8293
8293
  var containerWidth = variant === MapMarkerVariantEnum.HOME ? theme.mapMarker.home.container.width : theme.mapMarker.meetingPoint.container.width;
8294
8294
  var containerHeight = variant === MapMarkerVariantEnum.HOME ? theme.mapMarker.home.container.height : theme.mapMarker.meetingPoint.container.height;
@@ -8302,11 +8302,10 @@ function StaticMapMarker$1(_ref) {
8302
8302
  children: [/*#__PURE__*/jsx(Animated.View, {
8303
8303
  style: animatedStyle,
8304
8304
  children: variant === MapMarkerVariantEnum.MEETING_POINT ? /*#__PURE__*/jsx(SvgMeetingPointMarkerinline, {
8305
- width: svgWidth,
8305
+ width: mpMarkerSvgWidth,
8306
8306
  height: svgHeight,
8307
8307
  color: styles.color
8308
- }) : /*#__PURE__*/jsx(SvgHomeMarkerinline, {
8309
- width: svgWidth,
8308
+ }) : /*#__PURE__*/jsx(SvgPinMarkerinline, {
8310
8309
  height: svgHeight,
8311
8310
  color: styles.color
8312
8311
  })