agroptima-design-system 0.24.4-beta.1 → 0.24.4

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agroptima-design-system",
3
- "version": "0.24.4-beta.1",
3
+ "version": "0.24.4",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -10,7 +10,7 @@ export interface CollapsibleProps
10
10
  variant?: Variant
11
11
  name?: string
12
12
  disabled?: boolean
13
- noHorizontalPadding: boolean
13
+ noHorizontalPadding?: boolean
14
14
  }
15
15
 
16
16
  export function Collapsible({
@@ -4,6 +4,13 @@ import { Meta } from "@storybook/blocks";
4
4
 
5
5
  # Changelog
6
6
 
7
+ # 0.24.4
8
+
9
+ * Details Modal component height has been changed to 100%.
10
+ * Details Modal component footer has been changed to fixed.
11
+ * Collapsible component accepts a new property `noHorizontalPadding`.
12
+
13
+
7
14
  # 0.24.2
8
15
 
9
16
  * Fix margin in Alert component.