-
Notifications
You must be signed in to change notification settings - Fork 785
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
Sync carbon-platform branch #3387
Merged
Merged
Conversation
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
* update: usage content * update: usage images * update: style content * update: image * update: image * fix: run format Co-authored-by: Josefina Mancilla <josefinanoemi4@gmail.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* chore(deps): bump parse-url from 6.0.0 to 6.0.5 Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. - [Release notes](https://github.com/IonicaBizau/parse-url/releases) - [Commits](IonicaBizau/parse-url@6.0.0...6.0.5) --- updated-dependencies: - dependency-name: parse-url dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * chore(format): run yarn format Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: TJ Egan <tw15egan@gmail.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
…ptions (#3093) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* docs(date-picker): gower review * Update date-format-placement.png * add type styles * Update style.mdx * Apply suggestions from design review Co-authored-by: Lauren Rice <43969356+laurenmrice@users.noreply.github.com> * update calendar images Co-authored-by: Lauren Rice <43969356+laurenmrice@users.noreply.github.com>
Co-authored-by: jnm2377 <jnm2377@users.noreply.github.com>
Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* accessibility content for overflow menu text and images for accessibility guidance * fix: run format Co-authored-by: Josefina Mancilla <32556167+jnm2377@users.noreply.github.com> Co-authored-by: Josefina Mancilla <josefinanoemi4@gmail.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* docs(migration): mention upgrade cli in developer docs * Update develop.mdx Co-authored-by: D.A. Kahn <40970507+dakahn@users.noreply.github.com>
* docs(tree-view): new component * remove-tooltip-content * Update usage.mdx * formate updates * Update usage.mdx * add-style-tab-content * remove line breaks * fixed format bug * fixed bugs * image size test * Update code.mdx * update-images * Update usage.mdx * Apply suggestions from design review Co-authored-by: Lauren Rice <43969356+laurenmrice@users.noreply.github.com> * Update src/pages/components/tree-view/style.mdx Co-authored-by: Lauren Rice <43969356+laurenmrice@users.noreply.github.com> * updated-overview-image * fix: format and add to nav * Update code.mdx Co-authored-by: Lauren Rice <43969356+laurenmrice@users.noreply.github.com> Co-authored-by: Josefina Mancilla <josefinanoemi4@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* Update step-1.mdx Hi, it took me quiet some time to run the step-1 part of the tutorial, the section about icons namely. After digging into documentation of `carbon-component-angular` module I was able to make the icons working properly. Therefore you would like to propose couple changes in this part of the step-1 documentation. * Update step-1.mdx Forgot to mention the registration of the icon/s so adding that part as well. * Update src/pages/developing/angular-tutorial/step-1.mdx ok, thx Co-authored-by: Akshat Patel <38994122+Akshat55@users.noreply.github.com> * Update src/pages/developing/angular-tutorial/step-1.mdx ok thx Co-authored-by: Akshat Patel <38994122+Akshat55@users.noreply.github.com> * Update src/pages/developing/angular-tutorial/step-1.mdx ok thx Co-authored-by: Akshat Patel <38994122+Akshat55@users.noreply.github.com> Co-authored-by: Akshat Patel <38994122+Akshat55@users.noreply.github.com> Co-authored-by: D.A. Kahn <40970507+dakahn@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
ibmButton attribute (directive) needs to value. According the page preview at the top I add `primary`. Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
The --lint-fix parameter can't be used anymore for generating angular component. Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* fix: remove ibm z pictograms * chore: format
* feat(tutorial): add initial faqs * docs(tutorial): add additional FAQ answers Co-authored-by: TJ Egan <tw15egan@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* dividing file names for code snippets There are 2 files (`src/app/home/home.module.ts` and `src/app/home/landing-page/landing-page.component.spec.ts`) mentioned above 2 code snippets that is explaining how to import carbon modules. But One code snippet is for app.module.ts and second is for landing-page.component.spec.ts and it unnecessary to mentioned both files above both code snippets. This is on 2 spots `First row` and `Second row` section. * division of file names above code snippets Found addition 2 spots in `Repo page` section Co-authored-by: D.A. Kahn <40970507+dakahn@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* Update overview.mdx * chore(Overview): ran yarn:format
Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com>
…3117) * fix(2x-grid): fix link typo * style(404): update 404 styles * chore(format): run yarn format Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* updating accessibility content and adding image * Update accessibility.mdx removed second image placeholder for now * Update accessibility.mdx rewrote introduction * Update accessibility.mdx rewrote heading * Update accessibility.mdx Reworded design guidance * Update accessibility.mdx updated link text * Update accessibility.mdx slight rewording * added two images and updated content * chore(loading): format PR * Update loading-accessibility-3.png added Lauren's image Co-authored-by: dakahn <dakahn@protonmail.com>
* fix(docs): replace check emoji with CheckmarkOutline component * fix(docs): remove unused import
* Update color-tokens.js * run yarn format * update-text-on-color-disabled * add token name to values * Update color-tokens.js * remove token name in value * update opacity formating * reverting to previous format test * reset formating again Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* [docs] text-input: usage-update * added-rest-of-content * content-QA * update-img-link * content-qa-2 * Apply suggestions from design review Co-authored-by: Lauren Rice <43969356+laurenmrice@users.noreply.github.com> * image and content updates * Update usage.mdx Co-authored-by: Lauren Rice <43969356+laurenmrice@users.noreply.github.com>
* Notification for Tile * Update src/pages/components/tile/usage.mdx Co-authored-by: Anna Gonzales <agonz@us.ibm.com> Co-authored-by: Anna Gonzales <agonz@us.ibm.com> Co-authored-by: Anna Gonzales <anna.gonzales3@gmail.com>
Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com> Co-authored-by: Josefina Mancilla <32556167+jnm2377@users.noreply.github.com>
Co-authored-by: tay1orjones <tay1orjones@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: aledavila <aledavila@users.noreply.github.com>
Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com>
* fix(react): replace codesandbox link with stackblitz * fix(mdxicon): reformat stackblitz icon --------- Co-authored-by: TJ Egan <tw15egan@gmail.com>
Co-authored-by: Taylor Jones <tay1orjones@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
…bon-website into carbon-platform
* Use Github Script action to sync carbon-platform. branch The action we're currently using to sync the `carbon-platform` branch with main doesn't create an intermediary branch which makes it impossible to solve conflicts without modifying main (we don't want to do that). Plus, the script action is verified :D * rename job
github-actions
bot
requested review from
tay1orjones,
francinelucca,
alisonjoseph and
andreancardona
and removed request for
a team
February 13, 2023 21:37
…m/carbon-website into carbon-platform-sync
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
andreancardona
approved these changes
Feb 14, 2023
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!
francinelucca
added
status: one more review 👀
and removed
status: ready for review 👀
labels
Feb 16, 2023
alisonjoseph
approved these changes
Feb 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Platform Sync, pulling in new content from main into carbon-platform branch
This PR is auto-generated by actions/github-script.
Note: It’s ok for the CI cheks to fail on this PR, this code is not runnable due to the platform changes