@recursica/mantine-adapter 0.55.2 → 0.55.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/mantine-adapter.cjs +2 -2
- package/dist/mantine-adapter.cjs.map +1 -1
- package/dist/mantine-adapter.js +2 -2
- package/dist/mantine-adapter.js.map +1 -1
- package/package.json +2 -2
- package/src/components/Checkbox/CHECKBOX_IMPLEMENTATION_NOTES.md +13 -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/dist/mantine-adapter.js
CHANGED
|
@@ -1383,7 +1383,7 @@ const Xs = fn, Qs = "Checkbox-module__groupRoot___cBS0o", Js = "Checkbox-module_
|
|
|
1383
1383
|
{
|
|
1384
1384
|
className: T,
|
|
1385
1385
|
style: $,
|
|
1386
|
-
controlMaxWidth:
|
|
1386
|
+
controlMaxWidth: void 0,
|
|
1387
1387
|
controlMinWidth: void 0,
|
|
1388
1388
|
overStyled: o,
|
|
1389
1389
|
labelElement: "div",
|
|
@@ -3558,7 +3558,7 @@ const uc = "Radio-module__groupRoot___bfUii", pc = "Radio-module__root___kAjTD",
|
|
|
3558
3558
|
{
|
|
3559
3559
|
className: T,
|
|
3560
3560
|
style: $,
|
|
3561
|
-
controlMaxWidth:
|
|
3561
|
+
controlMaxWidth: void 0,
|
|
3562
3562
|
controlMinWidth: void 0,
|
|
3563
3563
|
overStyled: o,
|
|
3564
3564
|
labelElement: "div",
|