agroptima-design-system 1.2.0-beta.2 → 1.2.0-beta.3

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.0-beta.2",
3
+ "version": "1.2.0-beta.3",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -159,7 +159,7 @@
159
159
  }
160
160
 
161
161
  .notification-line {
162
- &.empty-state {
162
+ &.notification-empty-state {
163
163
  height: 100%;
164
164
  }
165
165
  }
@@ -16,7 +16,13 @@ function NotificationEmptyState({
16
16
  className,
17
17
  }: NotificationEmptyStateProps) {
18
18
  return (
19
- <div className={classNames('notification-line', 'empty-state', className)}>
19
+ <div
20
+ className={classNames(
21
+ 'notification-line',
22
+ 'notification-empty-state',
23
+ className,
24
+ )}
25
+ >
20
26
  <div className="notification-line-head">
21
27
  <span className="notification-line-title">
22
28
  <Icon variant="success" name="Check" />