react-state-custom 1.0.27 → 1.0.28

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.
package/README.md CHANGED
@@ -269,6 +269,8 @@ function App() {
269
269
  }
270
270
  ```
271
271
 
272
+ The toggle reveals a bottom-docked inspector that now uses resizable split panes powered by `@uiw/react-split`. Drag the gutter to adjust how much space the context list or detail view occupies while keeping your application visible above.
273
+
272
274
  **Custom data viewer with rich object visualization:**
273
275
  ```typescript
274
276
  import { DataViewComponent } from 'react-state-custom';