ci(#10336): stabilize

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-04-02 14:59:19 +09:00
parent 9982ead9e6
commit 388ecfb1ea
No known key found for this signature in database
GPG key ID: 3E87B98A3F6BAB99
8 changed files with 68 additions and 9 deletions

View file

@ -44,9 +44,6 @@ export const ProfilePage = {
indicator: true,
},
} satisfies StoryObj<typeof MkAvatar>;
/* Your story couldnt be captured because it exceeds our 25,000,000px limit. Its dimensions are 5,504,893x5,504,892px. Possible ways to resolve:
* * Separate pages into components
* * Minimize the number of very large elements in a story
export const ProfilePageCat = {
...ProfilePage,
args: {
@ -56,5 +53,13 @@ export const ProfilePageCat = {
isCat: true,
},
},
parameters: {
chromatic: {
/* Your story couldnt be captured because it exceeds our 25,000,000px limit. Its dimensions are 5,504,893x5,504,892px. Possible ways to resolve:
* * Separate pages into components
* * Minimize the number of very large elements in a story
*/
disableSnapshot: true,
},
},
} satisfies StoryObj<typeof MkAvatar>;
*/