Skip to content

Commit ab95703

Browse files
committed
add AvatarStack component and Upload functionality; update styles and Storybook stories
1 parent 92a7528 commit ab95703

15 files changed

Lines changed: 422 additions & 123 deletions

File tree

.storybook/preview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const preview: Preview = {
4242
},
4343

4444
decorators: [withThemeByClassName<ReactRenderer>({
45-
defaultTheme: 'light',
45+
defaultTheme: 'dark',
4646
themes:{
4747
dark: '',
4848
light: 'glx-theme-light',

package-lock.json

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

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grandlinex/react-components",
3-
"version": "0.10.0-alpha.15",
3+
"version": "0.10.0-alpha.16",
44
"private": false,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -25,12 +25,12 @@
2525
"@babel/preset-react": "7.24.7",
2626
"@babel/preset-typescript": "7.24.7",
2727
"@chromatic-com/storybook": "4.1.1",
28-
"@storybook/addon-docs": "9.1.10",
29-
"@storybook/addon-links": "9.1.10",
30-
"@storybook/addon-onboarding": "9.1.10",
31-
"@storybook/addon-themes": "9.1.10",
28+
"@storybook/addon-docs": "9.1.13",
29+
"@storybook/addon-links": "9.1.13",
30+
"@storybook/addon-onboarding": "9.1.13",
31+
"@storybook/addon-themes": "9.1.13",
3232
"@storybook/addon-webpack5-compiler-swc": "4.0.1",
33-
"@storybook/react-webpack5": "9.1.10",
33+
"@storybook/react-webpack5": "9.1.13",
3434
"@types/react": "19.1.2",
3535
"@types/react-dom": "19.1.2",
3636
"@typescript-eslint/eslint-plugin": "7.16.0",
@@ -46,7 +46,7 @@
4646
"eslint-plugin-prettier": "5.2.1",
4747
"eslint-plugin-react": "7.37.0",
4848
"eslint-plugin-react-hooks": "4.6.2",
49-
"eslint-plugin-storybook": "9.1.10",
49+
"eslint-plugin-storybook": "9.1.13",
5050
"gulp": "5.0.1",
5151
"gulp-concat": "2.6.1",
5252
"gulp-sass": "5.1.0",
@@ -56,7 +56,7 @@
5656
"prettier": "3.3.3",
5757
"sass": "1.79.4",
5858
"sass-loader": "16.0.2",
59-
"storybook": "9.1.10",
59+
"storybook": "9.1.13",
6060
"style-loader": "4.0.0",
6161
"ts-loader": "9.5.1",
6262
"ts-node": "10.9.2",

0 commit comments

Comments
 (0)