@ornikar/kitt-universal 26.3.1-canary.24392335ecd493f78a9b4b5f485bdc20be17be06.0 → 26.3.1-canary.dd94a20641c146865234323ff2718101c6363315.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.
@@ -3858,11 +3858,6 @@ function BottomSheetComponent() {
3858
3858
  // noop
3859
3859
  return null;
3860
3860
  }
3861
-
3862
- /**
3863
- * @@internal This component is for kitt-universal internal use only.
3864
- * Please use `NavigationBottomSheet` instead.
3865
- */
3866
3861
  const BottomSheet = /*#__PURE__*/react.forwardRef(BottomSheetComponent);
3867
3862
  function NoopComponent() {
3868
3863
  return null;
@@ -12829,7 +12824,6 @@ function TypographyLink({
12829
12824
  'kitt-universal': 'true'
12830
12825
  },
12831
12826
  _web: {
12832
- // @ts-expect-error: This is only used on web where 'not-allowed' and 'pointer' are valid cursor values
12833
12827
  cursor: disabled ? 'not-allowed' : 'pointer',
12834
12828
  transitionProperty: 'color',
12835
12829
  transitionDuration: '0.2s',