Skip to content

Commit

Permalink
Auto-update API lists and context files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 31, 2025
1 parent feee1dd commit 23d0061
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/apilist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

- `class TextT(Enum)`
Text Styles from https://franken-ui.dev/docs/text
Members: paragraph, lead, meta, italic, sm, default, lg, light, normal, medium, bold, lighter, bolder, capitalize, uppercase, lowercase, decoration_none, muted, primary, secondary, success, warning, error, info, left, right, center, justify, top, middle, bottom, baseline, truncate, break_, nowrap, underline, highlight
Members: paragraph, lead, meta, italic, gray, sm, default, lg, light, normal, medium, bold, lighter, bolder, capitalize, uppercase, lowercase, decoration_none, muted, primary, secondary, success, warning, error, info, left, right, center, justify, top, middle, bottom, baseline, truncate, break_, nowrap, underline, highlight


- `class TextPresets(Enum)`
Expand All @@ -88,9 +88,6 @@
- `def CodeSpan(*c, **kwargs)`
A CodeSpan with Styling

- `def Blockquote(*c, **kwargs)`
Blockquote with Styling

- `def CodeBlock(*c, **kwargs)`
CodeBlock with Styling

Expand Down Expand Up @@ -142,6 +139,9 @@
- `def Sup(*c, **kwargs)`
Styled superscript text

- `def Blockquote(*c, **kwargs)`
Blockquote with Styling

- `def Caption(*c, **kwargs)`
Styled caption text

Expand Down Expand Up @@ -190,9 +190,6 @@
- `def U(*c, **kwargs)`
Styled underline (for proper names in Chinese, proper spelling etc)

- `def Meta(*c, **kwargs)`
Styled meta information text

- `def Output(*c, **kwargs)`
Styled output element for form results

Expand Down

0 comments on commit 23d0061

Please sign in to comment.