-
Notifications
You must be signed in to change notification settings - Fork 793
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/update-carbon-deps' of github.com:carbon-design…
…-system/carbon-website into release/update-carbon-deps
- Loading branch information
Showing
293 changed files
with
8,499 additions
and
14,245 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
BACKEND_URI=https://carbondesignsystem.vercel.app/api/survey | ||
BACKEND_URI=https://carbondesignsystem.vercel.app/api/survey |
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -1,32 +1,19 @@ | ||
# Default to system one design and one dev | ||
* @carbon-design-system/developers-system @carbon-design-system/design | ||
|
||
*.conf @vpicone | ||
|
||
# Vikki Paterson is code owner for Experimental IDE patterns | ||
src/pages/community/patterns/create-flows/* @vikkipaterson | ||
src/pages/community/patterns/delete-pattern/* @vikkipaterson | ||
src/pages/community/patterns/export-pattern/* @vikkipaterson | ||
src/pages/community/patterns/generate-an-api-key/* @vikkipaterson | ||
src/pages/community/patterns/import-pattern/* @vikkipaterson | ||
src/pages/community/patterns/remove-pattern/* @vikkipaterson | ||
|
||
# Vincent Snagg is code owner for Experimental Watson Health patterns | ||
src/pages/community/patterns/chatbot/* @vincentsnagg | ||
* @carbon-design-system/developers-system @carbon-design-system/design | ||
|
||
# Adriana Morales is code owner for Experimental Cloud PAL patterns | ||
src/pages/community/patterns/order-summary-template/* @adrianamorales | ||
src/pages/community/patterns/cards/* @adrianamorales | ||
src/pages/community/patterns/dashboard-widgets/* @adrianamorales | ||
# Diana Tran is the owner for Sustainability Software Patterns | ||
|
||
# Chris Reckling is the code owner for Experimental IoT patterns | ||
src/pages/community/patterns/login-pattern/* @lukefirth | ||
src/pages/community/patterns/login-pattern/* @dianatran18 @lukefirth | ||
|
||
# Eliad Moosavi and Natasha Decoste are the code owners for Data Visualization | ||
|
||
src/pages/data-visualization/* @theiliad @natashadecoste | ||
|
||
# Cal Smith for Angular tutorial | ||
# Zvonimir Fras for Angular tutorial | ||
|
||
/src/pages/tutorial/angular/* @zvonimirfras | ||
|
||
# Lee Chase for Vue tutorial | ||
/src/pages/tutorial/vue/* @lee-chase | ||
|
||
/src/pages/tutorial/vue/* @lee-chase |
92 changes: 92 additions & 0 deletions
92
.github/ISSUE_TEMPLATE/component-accessibility-deliverables.yaml
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,92 @@ | ||
name: Component accessibility deliverables | ||
description: Submit the accessibility portion of your component | ||
title: '[Component name] component – accessibility ' | ||
labels: 'accessibility' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Complete the following deliverables for Carbon to review the accessibility portion of the [component contribution process](https://carbondesignsystem.com/contributing/component/). To see examples, view the component accessibility guidelines on [Github](https://github.com/carbon-design-system/carbon/wiki/Component-Accessibility-Guidelines) or on [figma](https://www.figma.com/file/PmSOwLS3ldpSQtUf4xlaLD/component-accessibility-guidelines?type=design&node-id=434-4103&mode=design&t=qQ2DqDAiNaOLPlBC-0). | ||
1. Define component | ||
2. Document keyboard interactions | ||
3. Provide visual states | ||
4. Repeat steps 2 – 3 for each variant, if any | ||
5. Repeat step 3 for each child/subcomponent, if any | ||
- type: markdown | ||
attributes: | ||
value: '## 1. Define component' | ||
|
||
- type: checkboxes | ||
id: type | ||
attributes: | ||
label: Component type | ||
description: | ||
variants are only when the interaction differs from default component, | ||
not when there are only visual differences | ||
options: | ||
- label: Variant of existing component | ||
- label: New component with no variants | ||
- label: New component with variants | ||
required: false | ||
|
||
- type: checkboxes | ||
id: subcomponent | ||
attributes: | ||
label: Can it be opened/expanded to reveal a child/subcomponent? | ||
description: | ||
if the child/subcomponent is non-interactive, visual states may not be | ||
needed | ||
options: | ||
- label: Yes, it can | ||
- label: No, it cannot | ||
required: false | ||
|
||
- type: markdown | ||
attributes: | ||
value: '## 2. Document keyboard interactions' | ||
|
||
- type: checkboxes | ||
id: keyboard | ||
attributes: | ||
label: Select all that apply | ||
description: | ||
options: | ||
- label: '"Tab" moves between interactive components' | ||
- label: Arrow keys move between component and subcomponent | ||
- label: '"Enter" activates' | ||
- label: '"Space" selects' | ||
- label: '"Esc" closes' | ||
required: false | ||
|
||
- type: textarea | ||
id: visual-examples | ||
attributes: | ||
label: Create keyboard interaction visual examples | ||
description: | ||
'Provide screenshots or a figma link. In the early stages of | ||
contribution, only low fidelity visuals are required, but high fidelity | ||
visuals should be created by the time the component is ready to be | ||
published. Duplicate the [figma | ||
file](https://www.figma.com/file/PmSOwLS3ldpSQtUf4xlaLD/lo-fi-keyboard-interaction-visual?type=design&node-id=434-4103&t=kO1MZkuNTKMIAj0h-0) | ||
to see examples and use the provided assets.' | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: '## 3. Provide visual states' | ||
- type: textarea | ||
id: visual-states | ||
attributes: | ||
label: | ||
Focused and non-focused states for default, selected, error (if any) and | ||
error + selected (if any) | ||
description: | ||
'Provide screenshots or a figma link. This is in addition to what Carbon | ||
may require. Duplicate the [figma | ||
file](https://www.figma.com/file/PmSOwLS3ldpSQtUf4xlaLD/lo-fi-keyboard-interaction-visual?type=design&node-id=434-4103&t=kO1MZkuNTKMIAj0h-0) | ||
to see examples and use the provided template.' | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
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,53 @@ | ||
name: Update Carbon and gatsby-theme-carbon deps | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
carbon-website: | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 15 | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
repository: carbon-design-system/carbon-website | ||
ref: main | ||
- name: Use Node.js 18.x | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: '18.x' | ||
registry-url: 'https://registry.npmjs.org' | ||
- name: Update dependencies | ||
run: | | ||
yarn upgrade \ | ||
@carbon/react@next \ | ||
@carbon/elements@next \ | ||
@carbon/pictograms@next \ | ||
@carbon/pictograms-react@next \ | ||
@carbon/icons@next \ | ||
@carbon/icons-react@next \ | ||
gatsby-theme-carbon@latest \ | ||
- name: Generate token | ||
uses: tibdex/github-app-token@v1 | ||
id: generate_token | ||
with: | ||
app_id: ${{ secrets.APP_ID }} | ||
private_key: ${{ secrets.APP_PRIVATE_KEY }} | ||
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@v5 | ||
with: | ||
branch: 'release/update-carbon-deps' | ||
commit-message: 'chore(release): update carbon and gatsby-theme-carbon deps' | ||
delete-branch: true | ||
title: 'chore(release): update carbon and gatsby-theme-carbon deps' | ||
token: ${{ steps.generate_token.outputs.token }} | ||
body: | | ||
Automated pull request to update Carbon and gatsby-theme-carbon on the website | ||
**Checklist** | ||
- [ ] Verify package version bumps are accurate | ||
- [ ] Verify CI passes as expected | ||
- [ ] Verify no regressions on the website in the deploy preview |
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
Oops, something went wrong.