Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/csf #1050

Merged
merged 30 commits into from Nov 14, 2022
Merged

Feature/csf #1050

merged 30 commits into from Nov 14, 2022

Conversation

fraincs
Copy link
Collaborator

@fraincs fraincs commented Oct 31, 2022

Issue:

Summary

Storybook it moving toward CSF, and won't support anything else from Storybook 7, our tests needed to be converted.

What I did

Converted to CSF file format (https://storybook.js.org/docs/react/api/csf) stories that were not dynamically generating stories.

@netlify
Copy link

netlify bot commented Oct 31, 2022

Deploy Preview for sg-storybook ready!

Name Link
🔨 Latest commit 4a73322
🔍 Latest deploy log https://app.netlify.com/sites/sg-storybook/deploys/63726dd97d15d3000832a56f
😎 Deploy Preview https://deploy-preview-1050--sg-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Oct 31, 2022

Deploy Preview for sg-orbit ready!

Name Link
🔨 Latest commit 4a73322
🔍 Latest deploy log https://app.netlify.com/sites/sg-orbit/deploys/63726dd91601150008d518b5
😎 Deploy Preview https://deploy-preview-1050--sg-orbit.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
packages/components/src/avatar/src/AvatarGroup.tsx Outdated Show resolved Hide resolved
packages/components/src/avatar/src/AvatarGroup.tsx Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@@ -9,6 +9,7 @@ import { Tooltip, TooltipTrigger } from "../../tooltip";
const DefaultElement = "div";

export interface InnerAvatarGroupProps extends Omit<AbstractGroupProps<typeof DefaultElement>, "gap" | "orientation"> {
remainingAvatarsProps?: any;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note for myself:
Is this prop ok? was there a comment about it earlier?

The typing is wrong here

@fraincs fraincs merged commit f171974 into master Nov 14, 2022
@fraincs fraincs deleted the feature/csf branch November 14, 2022 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants