| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| @react-md_core@6.4.0 source code.tar.gz | 2025-12-05 | 4.1 MB | |
| @react-md_core@6.4.0 source code.zip | 2025-12-05 | 11.9 MB | |
| README.md | 2025-12-05 | 966 Bytes | |
| Totals: 3 Items | 16.0 MB | 0 | |
Minor Changes
- 12affc4: Added a new
MEDIA_QUERY_CONFIGmutable object to allow global media query changes - 931ce93 - 12affc4: The
Legendis now able to act as a floating label within aFieldset - 12affc4: Updated the WindowSplitter component so it can have a custom background color while inactive - 224dcfa
- 12affc4: Added more CSS variables for the text field component:
base-height,label-height,dense-height,dense-label-height,border-radius,outlined-border-radius
Patch Changes
- 12affc4: Typography no longer inherit overflow by default since it causes clipping in header elements - b7315e0
- 12affc4: The
useNumberFieldhook should now hopefully work correctly in React 19 (29b1b5b) - 12affc4: Updated the layout package to add an error when the
temporaryUntilvalue does not match CSS to help debug issues - d85581c - 12affc4: Started implementing the datetime package by adding a new SpinButton component