@ornikar/kitt-universal 26.3.1-canary.dd94a20641c146865234323ff2718101c6363315.0 → 26.3.1-late-ocean.ccf14ae912d02bfa0c8d62c4652911eb457e71b0.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,6 +3858,11 @@ 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
+ */
3861
3866
  const BottomSheet = /*#__PURE__*/react.forwardRef(BottomSheetComponent);
3862
3867
  function NoopComponent() {
3863
3868
  return null;