agroptima-design-system 1.2.23 → 1.2.24-beta.0

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": "1.2.23",
3
+ "version": "1.2.24-beta.0",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -149,7 +149,7 @@
149
149
  display: none;
150
150
  }
151
151
 
152
- > p {
152
+ > .notification-line-content {
153
153
  white-space: normal;
154
154
  }
155
155
  }
@@ -55,7 +55,7 @@ function NotificationLine({
55
55
  </div>
56
56
  <details className="notification-line-description">
57
57
  <summary data-open={collapseLabel} data-close={expandLabel}></summary>
58
- <p>{children}</p>
58
+ <div className="notification-line-content">{children}</div>
59
59
  </details>
60
60
  </div>
61
61
  )
@@ -4,6 +4,10 @@ import { Meta } from "@storybook/addon-docs/blocks";
4
4
 
5
5
  # Changelog
6
6
 
7
+ ## 1.2.24
8
+
9
+ * Replace `p` by `div` in NotificationLine component
10
+
7
11
  ## 1.2.23
8
12
 
9
13
  * Update z-index to CardTableHeader and Header components