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
|
@@ -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
|