@recursica/mui-adapter 0.39.2 → 0.39.3
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/CHANGELOG.md +8 -0
- package/dist/mui-adapter.cjs +2 -2
- package/dist/mui-adapter.cjs.map +1 -1
- package/dist/mui-adapter.js +950 -950
- package/dist/mui-adapter.js.map +1 -1
- package/package.json +2 -2
- package/src/components/Checkbox/CHECKBOX_IMPLEMENTATION_NOTES.md +14 -0
- package/src/components/Checkbox/CheckboxGroup.tsx +5 -1
- package/src/components/Chip/Chip.stories.tsx +28 -0
- package/src/components/Radio/RADIO_IMPLEMENTATION_NOTES.md +12 -0
- package/src/components/Radio/RadioGroup.tsx +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @recursica/mui-adapter
|
|
2
2
|
|
|
3
|
+
## 0.39.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 13bc7b1: CheckboxGroup/RadioGroup: no longer apply the per-item max-width token to the group's whole label+field row — was squeezing the group's own label in side-by-side layout. Group row now sizes naturally, matching SwitchGroup.
|
|
8
|
+
- Updated dependencies [12eaece]
|
|
9
|
+
- @recursica/adapter-common@0.29.0
|
|
10
|
+
|
|
3
11
|
## 0.39.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|