feat(styles,react): move documentation to Ippon UI style#17
Merged
Conversation
b2dbdb6 to
79f760f
Compare
Gnuk
commented
Jul 8, 2026
79f760f to
3340a03
Compare
Gnuk
commented
Jul 8, 2026
53f0f7e to
bba9acc
Compare
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KaHeFgHu74yMvMDcCgVHkW
bba9acc to
3363fed
Compare
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.
Closes #15
What
Switch the Tikui documentation site to the Ippon UI design system, and drop the
tikuidoc-tikuitheme dependency.How
documentationfield fromtikuiconfig.json:@tikui/corethen resolves the documentation theme from the project itself (src/documentation/andpart/) instead of thetikuidoc-tikuipackage, which is removed from the dependencies. Notikuidoc.jsonis needed: since the theme lives insrc/,documentation/style.scssanddocumentation/scripts/are handled by the standard sass/assets pipeline.ippon-layouttemplate for the page shell,ippon-header,ippon-tabs/ippon-tab,ippon-card,ippon-v-space,ippon-grid,ippon-button-card,ippon-title,ippon-text,ippon-button) and--ippon-*tokens; only doc-specific bits (ipp-doc-*: page shell with sticky/responsive side nav, render iframe, code snippets) get dedicated styles.tablemolecule (-minimalcells, row headers),title-displaycolors (same classes astext),title/title-displaynever underlined; token tables now use theippon-tablemolecule.IpponTitleDisplayReact component (tag,size,colorprops) with stories and tests, for parity with thetitle-displayatom.tikui-*theme classes to Ippon UI markup, rebranded to “Ippon UI”; the home page documents the npm installation alongside the stylesheet-link usage.styles0.0.10,react0.0.9) with the changelog entry.🤖 Generated with Claude Code
https://claude.ai/code/session_01KaHeFgHu74yMvMDcCgVHkW