agroptima-design-system 1.2.3-beta.0 → 1.2.3-beta.2

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.3-beta.0",
3
+ "version": "1.2.3-beta.2",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -20,7 +20,7 @@ export interface NotificationCenterProps {
20
20
 
21
21
  function NotificationCenter({
22
22
  position = 'right',
23
- size = '8',
23
+ size = '6',
24
24
  className,
25
25
  variant = 'secondary',
26
26
  hasNewNotifications = false,
@@ -25,5 +25,9 @@ $icon-size-6x: 24px;
25
25
  $icon-size-7x: 28px;
26
26
  $icon-size-8x: 32px;
27
27
 
28
+ $breakpoints-small: 375px;
29
+ $breakpoints-medium: 900px;
30
+ $breakpoints-large: 1200px;
31
+
28
32
  $header-height: 3.75rem;
29
33
  $header-height-mobile: 3.125rem;
@@ -6,11 +6,15 @@ import { Meta } from "@storybook/addon-docs/blocks";
6
6
 
7
7
  ## 1.2.3
8
8
 
9
+ * Fix Header related stories position on desktop & mobile
10
+ * Add specific Icon size on NotificationCenter component
11
+ * Delete repeated header-height variable
12
+ * Delete unused breakpoints
13
+
9
14
  ## 1.2.0
10
15
 
11
16
  * Add NotificationCenter components
12
17
 
13
-
14
18
  ## 1.1.2
15
19
 
16
20
  * Fix selection clearing in InfiniteSelect selector