barbican-reset 1.2.4 → 1.2.5

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.
@@ -15,7 +15,7 @@
15
15
  <script>
16
16
  import { CloseIcon } from 'barbican-reset/icons/stream'
17
17
  export default {
18
- name: "Notification",
18
+ name: "Alert",
19
19
  components: {
20
20
  CloseIcon,
21
21
  },
package/index.js CHANGED
@@ -8,7 +8,7 @@ import AccountTitle from './components/account_title'
8
8
  import Wrap from './components/wrap'
9
9
  import TableRow from './components/table_row'
10
10
  import Banner from './components/banner'
11
- import Notification from './components/notification'
11
+ import Alert from './components/alert'
12
12
  import LoadingAnimation from './components/loading_animation'
13
13
  import RelatedTitle from './components/related_title'
14
14
  import TypeText from './components/type_text'
@@ -20,7 +20,7 @@ import FormUpdate from './components/form_update'
20
20
 
21
21
  export {
22
22
  LoadingAnimation,
23
- Notification,
23
+ Alert,
24
24
  RelatedTitle,
25
25
  TypeText,
26
26
  Container,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barbican-reset",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "A collection of useful scss imports and js scripts, that provide consistent styling and functionality across barbican projects.",
5
5
  "main": "index.js",
6
6
  "scripts": {