-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
436 changed files
with
32,257 additions
and
24,352 deletions.
There are no files selected for viewing
This file contains 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
57 changes: 57 additions & 0 deletions
57
.github/PULL_REQUEST_TEMPLATE/atomic-stencil-lit-migration.md
This file contains 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,57 @@ | ||
# [Component Name] Component Specification | ||
|
||
## 📝 Requirements | ||
|
||
_The `[component-name]` component is designed to [brief description of the component's purpose]._ | ||
|
||
<!-- | ||
Describe the main purpose and functionality of the component and its specific requirements. | ||
e.g.: | ||
- Functional Requirements: What the component should do. | ||
- Constraints: Any limitations or constraints that must be considered. | ||
--> | ||
|
||
- [Requirement 1]: [Brief description of the first requirement] | ||
- [Requirement 2]: [Brief description of the second requirement] | ||
|
||
## ♿ Accessibility | ||
|
||
<!-- | ||
Describe accessibility considerations, such as ARIA roles, keyboard navigation, etc. | ||
Ensure the component is usable by people with disabilities. | ||
--> | ||
|
||
- [Description of accessibility considerations, such as ARIA roles, keyboard navigation, etc.] | ||
|
||
## ⚡ Performance & Security (if applicable) | ||
|
||
<!-- | ||
Describe performance considerations, such as asynchronous operations, lazy loading, etc. | ||
Describe security considerations, such as sanitization, preventing XSS attacks, etc. | ||
--> | ||
|
||
- [Description of performance considerations, such as asynchronous operations, lazy loading, etc.] | ||
- [Description of security considerations, such as sanitization, preventing XSS attacks, etc.] | ||
|
||
## ⚠️ Risks and Challenges (if applicable) | ||
|
||
<!-- | ||
Identify potential risks and challenges associated with the component's implementation and usage. | ||
--> | ||
|
||
- [Risk or challenge 1] | ||
- [Risk or challenge 2] | ||
|
||
--- | ||
|
||
## ✅ Checklist | ||
|
||
- [ ] 🧪 The component is [unit tested](https://docs.google.com/document/d/1lrsHAUROGMkRbsGlor02eYKF2mfrfBa0SOESxHFU3pI/edit?tab=t.0#heading=h.l9yzzrwf1i4k) | ||
- [ ] 🧪 The component includes [E2E tests](https://docs.google.com/document/d/1lrsHAUROGMkRbsGlor02eYKF2mfrfBa0SOESxHFU3pI/edit?tab=t.0#heading=h.z9tw07qe1lai) | ||
- [ ] ♿ The component complies with the [Web Content Accessibility Guidelines](https://www.w3.org/TR/WCAG21/). | ||
- [ ] 🌐 All strings intended for humans or assistive technology must be localized with i18n. | ||
- [ ] 📦 The Lit component is exported in the appropriate `index.ts` and `lazy-index.ts` files. | ||
- [ ] 🎨 CSS parts are documented still accessible. | ||
- [ ] 🦥 Slotted Content, public methods and properties are documented | ||
|
||
https://coveord.atlassian.net/browse/KIT-[____] |
This file contains 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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,24 @@ | ||
name: 'Playwright Atomic Theming' | ||
description: 'Run Playwright smoke tests for Atomic theming' | ||
inputs: | ||
uploadArtifacts: | ||
description: 'Whether to upload artifacts' | ||
required: false | ||
default: 'true' | ||
runs: | ||
using: composite | ||
steps: | ||
- name: Install Playwright Browsers | ||
run: npx playwright install --with-deps | ||
working-directory: packages/atomic | ||
shell: bash | ||
- name: Run Playwright tests | ||
run: npx playwright test -c dev | ||
working-directory: packages/atomic | ||
shell: bash | ||
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4 | ||
if: ${{ inputs.uploadArtifacts == 'true' }} | ||
with: | ||
name: atomic-theming-playwright-report | ||
path: packages/atomic/playwright-report/ | ||
retention-days: 5 |
This file contains 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 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 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,3 @@ | ||
For the Stencil to Lit migration, please tag the Pull Request with `new-lit-component`. Do not fill out the PR description initially; a template will be automatically generated for you to complete. | ||
|
||
For all other contributors, please disregard this instruction. |
This file contains 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 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 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.