reshaped 3.7.0-canary.13 → 3.7.0-canary.14
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 +2 -1
- package/dist/bundle.css +1 -1
- package/dist/bundle.js +1 -1
- package/dist/components/FormControl/FormControl.module.css +1 -1
- package/dist/components/FormControl/tests/FormControl.stories.d.ts +4 -0
- package/dist/components/FormControl/tests/FormControl.stories.js +18 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -21,4 +21,5 @@
|
|
21
21
|
- Flyout, Popover: autoFocus=false prop support (aligned with modals)
|
22
22
|
- Button: Fixed Buttons in groups wrapped with popover from losing border radius
|
23
23
|
- Button: Updated :active styles
|
24
|
-
- Theme: Supports passing multiple theme fragments to the same provider
|
24
|
+
- Theme: Supports passing multiple theme fragments to the same provider
|
25
|
+
- FormControl: Label margin-bottom: 0 for the last child for better composition
|