@ornikar/kitt-universal 26.1.1 → 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.
@@ -3853,6 +3853,11 @@ function BottomSheetComponent() {
3853
3853
  // noop
3854
3854
  return null;
3855
3855
  }
3856
+
3857
+ /**
3858
+ * @@internal This component is for kitt-universal internal use only.
3859
+ * Please use `NavigationBottomSheet` instead.
3860
+ */
3856
3861
  const BottomSheet = /*#__PURE__*/react.forwardRef(BottomSheetComponent);
3857
3862
  function NoopComponent() {
3858
3863
  return null;