@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.
@@ -3851,11 +3851,6 @@ function BottomSheetComponent() {
3851
3851
  // noop
3852
3852
  return null;
3853
3853
  }
3854
-
3855
- /**
3856
- * @@internal This component is for kitt-universal internal use only.
3857
- * Please use `NavigationBottomSheet` instead.
3858
- */
3859
3854
  const BottomSheet = /*#__PURE__*/forwardRef(BottomSheetComponent);
3860
3855
  function NoopComponent() {
3861
3856
  return null;
@@ -12822,7 +12817,6 @@ function TypographyLink({
12822
12817
  'kitt-universal': 'true'
12823
12818
  },
12824
12819
  _web: {
12825
- // @ts-expect-error: This is only used on web where 'not-allowed' and 'pointer' are valid cursor values
12826
12820
  cursor: disabled ? 'not-allowed' : 'pointer',
12827
12821
  transitionProperty: 'color',
12828
12822
  transitionDuration: '0.2s',