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

Create rounded button feature #214

Merged
merged 9 commits into from
Jul 11, 2023

Conversation

jordanjones243
Copy link
Contributor

@jordanjones243 jordanjones243 commented Jun 6, 2023

Alaska Airlines Pull Request

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Resolves: #212

Summary:

Please summarize the scope of the changes you have submitted, what the intent of the work is and anything that describes the before/after state of the project.

Create new rounded button feature and add examples to docsite.

Type of change:

Please delete options that are not relevant.

  • New capability
  • Revision of an existing capability
  • Infrastructure change (automation, etc.)
  • Other (please elaborate)

Checklist:

  • My update follows the CONTRIBUTING guidelines of this project
  • I have performed a self-review of my own update

By submitting this Pull Request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Pull Requests will be evaluated by their quality of update and whether it is consistent with the goals and values of this project. Any submission is to be considered a conversation between the submitter and the maintainers of this project and may require changes to your submission.

Thank you for your submission!

-- Auro Design System Team

@jordanjones243 jordanjones243 requested a review from a team as a code owner June 6, 2023 17:49
@jordanjones243 jordanjones243 self-assigned this Jun 6, 2023
@jordanjones243 jordanjones243 linked an issue Jun 6, 2023 that may be closed by this pull request
@jordanjones243 jordanjones243 mentioned this pull request Jun 6, 2023
6 tasks
@jordanjones243 jordanjones243 changed the title Jordanjones243/rounded button redo/#212 Create rounded button feature Jun 6, 2023
Copy link
Member

@jason-capsule42 jason-capsule42 left a comment

Choose a reason for hiding this comment

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

In addition to the inline comments I am also getting a linting error when I run the build. The error is because we are linting ./src/*.css when I think we should only be doing ./src/*.scss.

demo/demo.md Outdated Show resolved Hide resolved
demo/demo.md Outdated Show resolved Hide resolved
demo/index.html Outdated Show resolved Hide resolved
docs/api.md Outdated Show resolved Hide resolved
docs/api.md Outdated Show resolved Hide resolved
src/auro-button.js Outdated Show resolved Hide resolved
src/style.scss Outdated Show resolved Hide resolved
src/style.scss Outdated Show resolved Hide resolved
@jordanjones243 jordanjones243 force-pushed the jordanjones243/roundedButtonRedo/#212 branch 3 times, most recently from 1de42c1 to 22ccfc2 Compare June 7, 2023 22:10
@jordanjones243 jordanjones243 marked this pull request as draft June 7, 2023 22:13
@jordanjones243 jordanjones243 force-pushed the jordanjones243/roundedButtonRedo/#212 branch 5 times, most recently from 7ab3996 to fff941e Compare June 8, 2023 19:06
@jordanjones243 jordanjones243 marked this pull request as ready for review June 8, 2023 19:06
src/auro-button.js Outdated Show resolved Hide resolved
src/style.scss Outdated Show resolved Hide resolved
src/auro-button.js Outdated Show resolved Hide resolved
src/style.scss Outdated Show resolved Hide resolved
src/style.scss Outdated Show resolved Hide resolved
src/style.scss Outdated Show resolved Hide resolved
src/style.scss Outdated Show resolved Hide resolved
src/style.scss Outdated Show resolved Hide resolved
package.json Show resolved Hide resolved
demo/index.min.js Outdated Show resolved Hide resolved
src/auro-button.js Outdated Show resolved Hide resolved
demo/api.min.js Show resolved Hide resolved
@jordanjones243 jordanjones243 force-pushed the jordanjones243/roundedButtonRedo/#212 branch from dcfad45 to 7fd3867 Compare June 20, 2023 20:02
package.json Show resolved Hide resolved
apiExamples/icon.html Show resolved Hide resolved
@blackfalcon blackfalcon self-requested a review June 30, 2023 22:22
Copy link
Member

@blackfalcon blackfalcon left a comment

Choose a reason for hiding this comment

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

:shipit:

Copy link
Member

@blackfalcon blackfalcon left a comment

Choose a reason for hiding this comment

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

The feature where you hover over a button and it shows content is not accessible.

The concept of hover is not accessible either. There needs to be audible feedback as to the content of the button on a tab interaction.

Screen Shot 2023-06-30 at 5 18 32 PM

@jordanjones243 jordanjones243 force-pushed the jordanjones243/roundedButtonRedo/#212 branch 2 times, most recently from 6bc8ee7 to eec6a4b Compare July 5, 2023 20:40
blackfalcon
blackfalcon previously approved these changes Jul 6, 2023
.stylelintrc Show resolved Hide resolved
src/style.scss Show resolved Hide resolved
apiExamples/roundedRightAlign.html Outdated Show resolved Hide resolved
apiExamples/roundedRightAlign.js Show resolved Hide resolved
@jordanjones243 jordanjones243 force-pushed the jordanjones243/roundedButtonRedo/#212 branch from 4a6a709 to 86457a5 Compare July 6, 2023 22:37
@jordanjones243 jordanjones243 force-pushed the jordanjones243/roundedButtonRedo/#212 branch from 86457a5 to 01c5795 Compare July 6, 2023 22:40
@jason-capsule42 jason-capsule42 merged commit 8c78265 into master Jul 11, 2023
@jason-capsule42 jason-capsule42 deleted the jordanjones243/roundedButtonRedo/#212 branch July 11, 2023 19:35
@blackfalcon
Copy link
Member

🎉 This PR is included in version 7.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@blackfalcon blackfalcon added the released Completed work has been released label Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Completed work has been released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

auro-button: animated button shape
4 participants