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 Feb 18, 2025
1 parent 0797aae commit 3e0f8f6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/apilist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@

## monsterui.core

- `class ThemeRadii(Enum)`
Members: none, sm, md, lg


- `class ThemeShadows`

- `class ThemeFont`

- `class Theme(Enum)`
Selector to choose theme and get all headers needed for app. Includes frankenui + tailwind + daisyui + highlight.js options
Members: slate, stone, gray, neutral, red, rose, orange, green, blue, yellow, violet, zinc

- `headers(self, mode, daisy, highlightjs, katex)`
- `headers(self, mode, daisy, highlightjs, katex, radii, shadows, font)`
Create frankenui and tailwind cdns

- `local_headers(self, mode, static_dir, daisy, highlightjs, katex)`
- `local_headers(self, mode, static_dir, daisy, highlightjs, katex, radii, shadows, font)`
Create headers using local files downloaded from CDNs


Expand Down

0 comments on commit 3e0f8f6

Please sign in to comment.