agroptima-design-system 1.2.0-beta.0 → 1.2.0-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.0-beta.0",
3
+ "version": "1.2.0-beta.1",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -144,7 +144,7 @@
144
144
 
145
145
  .notification-center {
146
146
  width: 100%;
147
- height: 96vh;
147
+ height: 93vh;
148
148
 
149
149
  .notification-header {
150
150
  .notification-header-title {
@@ -153,6 +153,8 @@
153
153
  }
154
154
 
155
155
  .notification-list {
156
+ height: 100%;
157
+ background-color: var(--neutral-white);
156
158
  max-height: 100vh;
157
159
  }
158
160
  }
@@ -47,7 +47,7 @@ export const Primary: Story = {
47
47
  <h1>Header Title</h1>
48
48
 
49
49
  <div style={{ display: 'flex', gap: '10px', marginRight: '30px' }}>
50
- <NotificationCenter {...props}>
50
+ <NotificationCenter>
51
51
  <NotificationHeader title="Notifications">
52
52
  <CheckableTagGroup>
53
53
  <CheckableTag