-
Notifications
You must be signed in to change notification settings - Fork 10
RC #384 #385
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
Merged
Merged
RC #384 #385
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
f2d2937
ci: Update repo config to support 'Trusted Publishing (OIDC)' for Git…
rmenner 6c8ac81
chore: update shared files to latest
DukeFerdinand 50122af
docs: add placeholder custom registration markdown file
rmenner 99b11a7
chore: update shared files to latest
rmenner 55ef575
docs: rebuild readme
jason-capsule42 5816eda
chore: fix linter issues
jason-capsule42 94a1ed3
fix: will not change width when loading state applied #382
jason-capsule42 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| name: Design Handoff | ||
| description: Handoff design work to the development team. | ||
| type: "Task" | ||
| title: 'Design Handoff: [Feature Name]' | ||
| projects: ["AlaskaAirlines/19"] | ||
| body: | ||
| - type: textarea | ||
| id: description | ||
| attributes: | ||
| label: Design Description | ||
| description: A clear and concise description of what is new or changed in the design. | ||
| - type: input | ||
| id: figma | ||
| attributes: | ||
| label: Link to Figma file version. | ||
| description: This link should be to a specific version of the Figma file that is ready for development. | ||
| - type: textarea | ||
| id: issues | ||
| attributes: | ||
| label: Blocking Issues and Questions | ||
| description: List any issues and questions that are blocking the handoff acceptance. | ||
| - type: textarea | ||
| id: nonblockers | ||
| attributes: | ||
| label: Non-Blocking Issues and Questions | ||
| description: List any unresolved issues and questions that are not blocking the handoff acceptance. | ||
| - type: textarea | ||
| id: tech | ||
| attributes: | ||
| label: Engineering Implementation Notes | ||
| description: List any initial ideas for how engineering will implement the design. | ||
| - type: checkboxes | ||
| id: review | ||
| attributes: | ||
| label: Points of Review | ||
| description: This is a list of items that the development team should review before accepting handoff. | ||
| options: | ||
| - label: The design work is part of a Story or Support ticket and linked as a parent issue. | ||
| - label: The linked Figma file is the correct version. | ||
| - label: Design is consistent with the design system. | ||
| - label: UX is fully explained and documented. | ||
| - label: Responsive design has been considered. | ||
| - label: VoiceOver Experience has been considered. | ||
| - label: Other accessibility considerations have been discussed. | ||
| - label: All CSS rule values are based on current design tokens. | ||
| - label: There are no design features which require feature additions or changes have not been approved by Product. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| repository: | ||
| # See https://docs.github.com/en/free-pro-team@latest/rest/reference/repos#edit for all available settings. | ||
| # See https://github.com/apps/settings for app settings | ||
|
|
||
| # A URL with more information about the repository | ||
| homepage: https://auro.alaskaair.com/components/auro/button | ||
|
|
||
| # A comma-separated list of topics to set on the repository | ||
| topics: auro, design-system, custom-element | ||
|
|
||
| # Either `true` to enable issues for this repository, `false` to disable them. | ||
| has_issues: true | ||
|
|
||
| # Either `true` to enable the wiki for this repository, `false` to disable it. | ||
| has_wiki: false | ||
|
|
||
| # Either `true` to enable downloads for this repository, `false` to disable them. | ||
| has_downloads: true | ||
|
|
||
| # Updates the default branch for this repository. | ||
| default_branch: dev | ||
|
|
||
| # Either `true` to enable automatic deletion of branches on merge, or `false` to disable | ||
| delete_branch_on_merge: true | ||
|
|
||
| # Either `true` to allow squash-merging pull requests, or `false` to prevent | ||
| # squash-merging. | ||
| allow_squash_merge: false | ||
|
|
||
| # Either `true` to allow merging pull requests with a merge commit, or `false` | ||
| # to prevent merging pull requests with merge commits. | ||
| allow_merge_commit: true | ||
|
|
||
| # Either `true` to allow rebase-merging pull requests, or `false` to prevent | ||
| # rebase-merging. | ||
| allow_rebase_merge: true | ||
|
|
||
| # See https://docs.github.com/en/rest/reference/teams#add-or-update-team-repository-permissions for available options | ||
| teams: | ||
| # The permission to grant the team. Can be one of: | ||
| # * `pull` - can pull, but not push to or administer this repository. | ||
| # * `push` - can pull and push, but not administer this repository. | ||
| # * `admin` - can pull, push and administer this repository. | ||
| # * `maintain` - Recommended for project managers who need to manage the repository without access to sensitive or destructive actions. | ||
| # * `triage` - Recommended for contributors who need to proactively manage issues and pull requests without write access. | ||
| - name: auro-team | ||
| permission: admin | ||
| - name: nonauroteamwriteaccess | ||
| permission: push |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| # .husky/pre-commit | ||
|
|
||
| npm run build:version | ||
| git add . | ||
| npx auro test | ||
| npx lint-staged |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| v22 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.