-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Progress scaffold & implementation #24023
Progress scaffold & implementation #24023
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 884dd4a:
|
📊 Bundle size report
🤖 This report was generated against 6a60b17a2e1ef2709a76c5b209d3b579e437feba |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 6a60b17a2e1ef2709a76c5b209d3b579e437feba (build) |
packages/react-components/react-progress/src/components/Progress/DefaultDiv.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/Progress.types.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/Progress.types.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/Progress.types.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/Progress.types.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgress.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgressState.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgressState.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgressState.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgressState.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/Progress.types.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/Progress.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/renderProgress.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgress.tsx
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgressState.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgressState.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/stories/Progress/ProgressDescription.md
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgressStyles.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/Progress.types.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/Progress.types.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/Progress.types.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/Progress.types.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgress.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgress.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgress.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/stories/Progress/ProgressAppearance.stories.tsx
Show resolved
Hide resolved
packages/react-components/react-progress/src/stories/Progress/index.stories.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Ben Howell <[email protected]>
packages/react-components/react-progress/src/components/Progress/useProgressStyles.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgressStyles.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgressStyles.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgressStyles.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgressStyles.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/stories/Progress/ProgressBestPractices.md
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/stories/Progress/ProgressBestPractices.md
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/stories/Progress/ProgressDefault.stories.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/stories/Progress/ProgressTypes.stories.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/stories/Progress/ProgressDefault.stories.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/Progress.types.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love the latest changes, great job in simplifying styles 👏
packages/react-components/react-progress/bundle-size/Progress.fixture.js
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgress.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgress.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgressStyles.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgressStyles.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgressStyles.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgressStyles.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Ben Howell <[email protected]> Co-authored-by: Oleksandr Fediashov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a few more comments to resolve before merging, thanks!
packages/react-components/react-progress/src/components/Progress/Progress.types.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgress.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgressStyles.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-progress/src/components/Progress/useProgressStyles.ts
Outdated
Show resolved
Hide resolved
* Progress scaffold & implementation * Update state styling and stories * update dependencies * remove dup script from package.json * Add appearance props and update styling * api update * add test to disabled conformance test array * Add testOptions * Add size styling and stories * api update * Apply suggestions from code review Co-authored-by: Esteban Munoz Facusse <[email protected]> * react-label version update * Update styling and package.json * api update * fix dependency mismatch * Apply suggestions from code review Co-authored-by: Makoto Morimoto <[email protected]> * Remove progressState file * remove random spinbutton change * fix dependency mismatch * Add slots and update styling * Update styling and add new slots * add specificity to determinate style * fix positioning * remove unused file * api update * Apply suggestions from code review Co-authored-by: Ben Howell <[email protected]> * Apply changes from code review * Clean up stories * Update snapshot * api update * Apply suggestions from code review Co-authored-by: Ben Howell <[email protected]> Co-authored-by: Oleksandr Fediashov <[email protected]> * Remove animation from examples and cleanup * cleanup * revert README.md * update snapshot * revert README.md * Fix stories * api update Co-authored-by: Esteban Munoz Facusse <[email protected]> Co-authored-by: Makoto Morimoto <[email protected]> Co-authored-by: Ben Howell <[email protected]> Co-authored-by: Oleksandr Fediashov <[email protected]>
* Progress scaffold & implementation * Update state styling and stories * update dependencies * remove dup script from package.json * Add appearance props and update styling * api update * add test to disabled conformance test array * Add testOptions * Add size styling and stories * api update * Apply suggestions from code review Co-authored-by: Esteban Munoz Facusse <[email protected]> * react-label version update * Update styling and package.json * api update * fix dependency mismatch * Apply suggestions from code review Co-authored-by: Makoto Morimoto <[email protected]> * Remove progressState file * remove random spinbutton change * fix dependency mismatch * Add slots and update styling * Update styling and add new slots * add specificity to determinate style * fix positioning * remove unused file * api update * Apply suggestions from code review Co-authored-by: Ben Howell <[email protected]> * Apply changes from code review * Clean up stories * Update snapshot * api update * Apply suggestions from code review Co-authored-by: Ben Howell <[email protected]> Co-authored-by: Oleksandr Fediashov <[email protected]> * Remove animation from examples and cleanup * cleanup * revert README.md * update snapshot * revert README.md * Fix stories * api update Co-authored-by: Esteban Munoz Facusse <[email protected]> Co-authored-by: Makoto Morimoto <[email protected]> Co-authored-by: Ben Howell <[email protected]> Co-authored-by: Oleksandr Fediashov <[email protected]>
This PR adds the implementation for
Progress
and all the storybook stories. The followup PR will have all the testing