Skip to content

Commit

Permalink
Fix storybook gen
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUltDev committed Jun 15, 2024
1 parent ee5f07e commit 5b5b574
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-exo",
"version": "0.17.0",
"version": "0.17.1",
"type": "module",
"types": "./gen/types/index.d.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions library/src/utilities/createIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {StyleSheet} from 'react-native';

/**
* Clones an icon with the given icon styles
* @param icon - The icon element to clone
* @param styles - The styles to apply to the icon
* @param icon The icon element to clone
* @param styles The styles to apply to the icon
* @returns A new react element with the given styles
*/
export function createIcon(icon?: React.ReactElement, styles?: StyleSheet.NamedStyles<any>) {
Expand Down
1 change: 1 addition & 0 deletions toolkit/storybook/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"@lingui/core": "^4.10.0",
"@lingui/macro": "^4.10.0",
"@lingui/react": "^4.10.0",
"@storybook/blocks": "^8.0.10",
"design": "workspace:react-exo-ui@*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit 5b5b574

Please sign in to comment.