@hellobetterdigitalnz/selwynui 0.0.1-2 → 0.0.1-3

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": "@hellobetterdigitalnz/selwynui",
3
- "version": "0.0.1-2",
3
+ "version": "0.0.1-3",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
@@ -9,7 +9,7 @@ export { default as FooterBottom } from './Footer/FooterBottom';
9
9
  export type { default as FooterBottomProps } from './Footer/FooterBottomProps';
10
10
  export { default as FooterBottomLeft } from './Footer/FooterBottomLeft';
11
11
  export type { default as FooterBottomLeftProps } from './Footer/FooterBottomLeftProps';
12
- export { default as FooerBottomRight } from './Footer/FooterBottomRight';
12
+ export { default as FooterBottomRight } from './Footer/FooterBottomRight';
13
13
  export type { default as FooterBottomRightProps } from './Footer/FooterBottomRightProps';
14
14
  export { default as FooterItem } from './Footer/FooterItem';
15
15
  export type {default as FooterItemProps } from './Footer/FooterItemProps';