@atlaskit/empty-state
Advanced tools
Comparing version 1.0.0 to 1.1.0
# @atlaskit/empty-state | ||
## 1.1.0 | ||
- [patch] Remove null as we allowed void values [7ab743b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7ab743b) | ||
- [patch] Update empty state and button to have consistent types [f0da143](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f0da143) | ||
- [minor] Update Empty state to use ButtonGroup from @atlaskit/button [e4a8dcf](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e4a8dcf) | ||
## 1.0.0 | ||
@@ -4,0 +9,0 @@ - [major] Bump to React 16.3. [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858) |
@@ -35,2 +35,4 @@ 'use strict'; | ||
var _button = require('@atlaskit/button'); | ||
var _styled = require('../styled'); | ||
@@ -68,3 +70,3 @@ | ||
_react2.default.createElement( | ||
_styled.ButtonGroup, | ||
_button.ButtonGroup, | ||
null, | ||
@@ -71,0 +73,0 @@ primaryAction, |
@@ -16,11 +16,2 @@ 'use strict'; | ||
var _ButtonGroup = require('./ButtonGroup'); | ||
Object.defineProperty(exports, 'ButtonGroup', { | ||
enumerable: true, | ||
get: function get() { | ||
return _interopRequireDefault(_ButtonGroup).default; | ||
} | ||
}); | ||
var _Container = require('./Container'); | ||
@@ -27,0 +18,0 @@ |
@@ -10,4 +10,5 @@ import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of'; | ||
import Spinner from '@atlaskit/spinner'; | ||
import { ButtonGroup } from '@atlaskit/button'; | ||
import { ActionsContainer, ButtonGroup, Container, Description, Header, Image, SpinnerContainer } from '../styled'; | ||
import { ActionsContainer, Container, Description, Header, Image, SpinnerContainer } from '../styled'; | ||
@@ -14,0 +15,0 @@ var EmptyState = function (_React$Component) { |
export { default as ActionsContainer } from './ActionsContainer'; | ||
export { default as ButtonGroup } from './ButtonGroup'; | ||
export { default as Container } from './Container'; | ||
@@ -4,0 +3,0 @@ export { default as Description } from './Description'; |
{ | ||
"name": "@atlaskit/empty-state", | ||
"version": "0.3.0" | ||
"version": "1.0.0" | ||
} |
{ | ||
"name": "@atlaskit/empty-state", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "A React component used for presenting various empty states (no items, empty search, broken link, welcome screen etc.)", | ||
@@ -27,3 +27,3 @@ "license": "Apache-2.0", | ||
"peerDependencies": { | ||
"@atlaskit/button": "^7.0.0", | ||
"@atlaskit/button": "^7.0.2", | ||
"@atlaskit/spinner": "^5.0.0", | ||
@@ -30,0 +30,0 @@ "@atlaskit/theme": "^3.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30195
41
350