@ornikar/kitt-universal 26.1.0 → 26.1.2

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.
@@ -3846,6 +3846,11 @@ function BottomSheetComponent() {
3846
3846
  // noop
3847
3847
  return null;
3848
3848
  }
3849
+
3850
+ /**
3851
+ * @@internal This component is for kitt-universal internal use only.
3852
+ * Please use `NavigationBottomSheet` instead.
3853
+ */
3849
3854
  const BottomSheet = /*#__PURE__*/forwardRef(BottomSheetComponent);
3850
3855
  function NoopComponent() {
3851
3856
  return null;
@@ -8108,7 +8113,6 @@ function StaticMapMarker$1({
8108
8113
  alignItems: "center",
8109
8114
  width: containerWidth,
8110
8115
  height: containerHeight,
8111
- backgroundColor: "kitt.accentLight",
8112
8116
  children: [/*#__PURE__*/jsx(Animated.View, {
8113
8117
  style: animatedStyle,
8114
8118
  children: variant === MapMarkerVariantEnum.MEETING_POINT ? /*#__PURE__*/jsx(SvgMeetingPointMarkerinline, {