[jp-sync] docs(jp/styling): sync themes toc and tailwind updates from PR #394#409
Open
github-actions[bot] wants to merge 1 commit into
Open
[jp-sync] docs(jp/styling): sync themes toc and tailwind updates from PR #394#409github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
- overview.mdx: remove extra blank lines (whitespace cleanup)
- palettes.mdx: add CSS style block and class for palette table
- tailwind.mdx: add React/Blazor platform blocks, replace hardcoded
'Ignite UI for WebComponents' with {ProductName} token in title,
heading, intro, and llms description
- toc.json: remove React/Blazor from exclude lists for themes sections
(Configuration, Elevations, Palettes, Typography, Styles, Tailwind)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
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.
Original author: Simeon Simeonoff (sim.simeonoff@gmail.com)
Syncs Japanese documentation with changes from EN PR #394 ("docs(styling): add toc sections for React and Blazor").
Files synced
docs/xplat/src/content/en/components/themes/overview.mdxdocs/xplat/src/content/jp/components/themes/overview.mdxdocs/xplat/src/content/en/components/themes/palettes.mdxdocs/xplat/src/content/jp/components/themes/palettes.mdxdocs/xplat/src/content/en/components/themes/tailwind.mdxdocs/xplat/src/content/jp/components/themes/tailwind.mdxdocs/xplat/src/content/en/toc.jsondocs/xplat/src/content/jp/toc.jsonSummary of changes
<style>block with.palette-tableCSS rules and addedclass="palette-table"to the<table>element for better rendering.llms.description, heading, and intro paragraph to use{ProductName}token instead of hardcoded "Ignite UI for WebComponents".<PlatformBlock for="WebComponents">→<PlatformBlock for="WebComponents, Blazor">and added a<PlatformBlock for="React">variant usingclassName=.<PlatformBlock for="WebComponents">."React"and"Blazor"from theexcludearrays for Configuration, Elevations, Palettes, Typography, Styles, and Custom Tailwind Classes entries, matching the EN TOC changes.