Skip to content

Commit 433f9b8

Browse files
committed
Merge branch 'main' of https://github.com/scientist-softserv/webstore-component-library into add-more-data-cy
2 parents 7543096 + 80c8da2 commit 433f9b8

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scientist-softserv/webstore-component-library",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"description": "A React component library intended for use with WebStore applications",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

src/components/NextLink/NextLink.stories.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ export const Default = Template.bind({})
1212
Default.args = {
1313
text: 'Text Here',
1414
addClass: '',
15-
path: '/',
15+
path: {
16+
pathname: '/test',
17+
query: {},
18+
},
1619
}

0 commit comments

Comments
 (0)