Skip to content

Commit

Permalink
Added chromatic configs
Browse files Browse the repository at this point in the history
  • Loading branch information
mahyarkarimi committed Dec 28, 2023
1 parent 016bf02 commit 8017b35
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tabler-react-components",
"version": "1.0.0",
"description": "",
"description": "README.md",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand All @@ -11,12 +11,15 @@
"dev": "rollup -c -w",
"test": "",
"storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook dev -p 6006",
"build-storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook build"
"build-storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook build",
"chromatic": "npx chromatic --project-token=a3af85213079"
},
"author": {
"name": "Mahyar Karimi"
},
"author": "Mahyar Karimi",
"license": "MIT",
"repository": {
"url": "https://github.com/mahyarkarimi/tabler-react",
"url": "git+https://github.com/mahyarkarimi/tabler-react.git",
"type": "git"
},
"devDependencies": {
Expand Down Expand Up @@ -57,5 +60,10 @@
"rc-pagination": "^4.0.3",
"rc-slider": "^10.3.1",
"rc-table": "^7.35.2"
}
},
"bugs": {
"url": "https://github.com/mahyarkarimi/tabler-react/issues"
},
"homepage": "https://github.com/mahyarkarimi/tabler-react#readme",
"_id": "tabler-react-components@1.0.0"
}
2 changes: 1 addition & 1 deletion src/stories/page-header.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Simple.args = {
title: 'Dashboard',
action: <ButtonList>
<Button mode="secondary">New view</Button>
<Button mode="primary"><IconPlus /> Create new report</Button>
<Button mode="primary"><i className='ti ti-plus' /> Create new report</Button>
</ButtonList>
}

Expand Down

0 comments on commit 8017b35

Please sign in to comment.