agroptima-design-system 0.28.5-beta.4 → 0.28.6
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/package.json +1 -1
- package/src/generic/_base.scss +0 -1
- package/src/stories/Changelog.mdx +11 -0
package/package.json
CHANGED
package/src/generic/_base.scss
CHANGED
|
@@ -4,11 +4,22 @@ import { Meta } from "@storybook/blocks";
|
|
|
4
4
|
|
|
5
5
|
# Changelog
|
|
6
6
|
|
|
7
|
+
|
|
8
|
+
## 0.28.6
|
|
9
|
+
|
|
10
|
+
* Remove overflow-x from html element for Modal component.
|
|
11
|
+
|
|
12
|
+
## 0.28.5
|
|
13
|
+
|
|
14
|
+
* Remove closeButton property to Modal component.
|
|
15
|
+
|
|
16
|
+
|
|
7
17
|
## 0.28.4
|
|
8
18
|
|
|
9
19
|
* Update Modal component to adapt to the content height.
|
|
10
20
|
* Add a scrollable body property to the Modal component.
|
|
11
21
|
* Add onClose property to Modal component to close it when the background is clicked.
|
|
22
|
+
* Add closeButton property to Modal component to show or hide the close button.
|
|
12
23
|
* Create component FormContainer for reuse.
|
|
13
24
|
* Rename FormContainer component `fullWidth` property to `fluid`.
|
|
14
25
|
|