pixel-react 1.0.9 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pixel-react",
3
3
  "description": "Great for pixel-perfect, design-focused components in React",
4
- "version": "1.0.9",
4
+ "version": "1.1.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",
7
7
  "types": "lib/index.d.ts",
package/src/index.ts CHANGED
@@ -39,6 +39,7 @@ import IconButton from './components/IconButton';
39
39
  import Modal from './components/Modal';
40
40
  import DragAndDrop from './components/DragAndDrop/DragAndDrop';
41
41
  import AllProjectsDropdown from './components/AllProjectsDropdown';
42
+ import AppHeader from './components/AppHeader';
42
43
 
43
44
  // Utils imports
44
45
  import { checkEmpty } from './utils/checkEmpty/checkEmpty';
@@ -92,6 +93,7 @@ export {
92
93
 
93
94
  DragAndDrop,
94
95
  AllProjectsDropdown,
96
+ AppHeader,
95
97
 
96
98
  // utils exports
97
99
  checkEmpty,