Skip to content

Commit 68d1bf9

Browse files
iamavishkarvishal753hani329mprew97
authored
card view implemented (#214)
* card view implemented * code changes as per recent review * usage of card view * build config changed and few updates done on card component * react-example improved * Node webpack config changed * Webpack config changed --------- Co-authored-by: Vishal Joshi <joshivishal895@gmail.com> Co-authored-by: Hani <haniramani@gmail.com> Co-authored-by: Mitch Prewitt <44011584+mprew97@users.noreply.github.com>
1 parent 6961357 commit 68d1bf9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@
114114
"eslint"
115115
]
116116
}
117-
}
117+
}

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ export * from './inapp';
44
export * from './events';
55
export * from './commerce';
66
export * from './types';
7-
export * from './components/card';
8-
export * from './embedded';
97
export * from './embedded';
8+
export * from './components/card';
9+
export * from './components/card';
1010
export * from './components/banner';
1111
export * from './components/notification';
1212
export { config } from './utils/config';

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7577,4 +7577,4 @@ yup@^0.32.9:
75777577
lodash-es "^4.17.21"
75787578
nanoclone "^0.2.1"
75797579
property-expr "^2.0.4"
7580-
toposort "^2.0.2"
7580+
toposort "^2.0.2"

0 commit comments

Comments
 (0)