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

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.1",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -148,10 +148,6 @@
148
148
  > summary::-webkit-details-marker {
149
149
  display: none;
150
150
  }
151
-
152
- > p {
153
- white-space: normal;
154
- }
155
151
  }
156
152
  }
157
153
  }
@@ -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
+ {children}
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