@ludo.ninja/components 1.1.3 → 1.1.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.
@@ -0,0 +1,4 @@
1
+ export { default as IconButton } from './IconButton';
2
+ export { default as IconWithButton } from './IconWithButton';
3
+ export { default as MainButton } from './MainButton';
4
+ export { default as SecondaryButton } from './SecondaryButton';
@@ -0,0 +1,4 @@
1
+ export { default as IconButton } from './IconButton';
2
+ export { default as IconWithButton } from './IconWithButton';
3
+ export { default as MainButton } from './MainButton';
4
+ export { default as SecondaryButton } from './SecondaryButton';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ludo.ninja/components",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -0,0 +1,6 @@
1
+ export { default as IconButton } from './IconButton';
2
+ export { default as IconWithButton } from './IconWithButton';
3
+ export { default as MainButton } from './MainButton';
4
+ export { default as SecondaryButton } from './SecondaryButton';
5
+
6
+
@@ -5,3 +5,5 @@ export * from '@ludo.ninja/ui/build/system/Text';
5
5
  export * from './Img';
6
6
  export * from './theme';
7
7
  export * from './Tabs';
8
+ export * from './Buttons';
9
+