@ornikar/kitt-universal 26.1.0 → 26.1.2-canary.b64f7f87b8840a9361f5a873047e62972ede4a21.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.
@@ -3886,6 +3886,11 @@ function BottomSheetComponent() {
3886
3886
  // noop
3887
3887
  return null;
3888
3888
  }
3889
+
3890
+ /**
3891
+ * @@internal This component is for kitt-universal internal use only.
3892
+ * Please use `NavigationBottomSheet` instead.
3893
+ */
3889
3894
  var BottomSheet = /*#__PURE__*/forwardRef(BottomSheetComponent);
3890
3895
  function NoopComponent() {
3891
3896
  return null;
@@ -8299,7 +8304,6 @@ function StaticMapMarker$1(_ref) {
8299
8304
  alignItems: "center",
8300
8305
  width: containerWidth,
8301
8306
  height: containerHeight,
8302
- backgroundColor: "kitt.accentLight",
8303
8307
  children: [/*#__PURE__*/jsx(Animated.View, {
8304
8308
  style: animatedStyle,
8305
8309
  children: variant === MapMarkerVariantEnum.MEETING_POINT ? /*#__PURE__*/jsx(SvgMeetingPointMarkerinline, {
@@ -12995,6 +12999,7 @@ function TypographyLink(_ref) {
12995
12999
  'kitt-universal': 'true'
12996
13000
  },
12997
13001
  _web: {
13002
+ // @ts-expect-error: This is only used on web where 'not-allowed' and 'pointer' are valid cursor values
12998
13003
  cursor: disabled ? 'not-allowed' : 'pointer',
12999
13004
  transitionProperty: 'color',
13000
13005
  transitionDuration: '0.2s',