quail-ui 0.8.1 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -9,7 +9,6 @@ A Vue 3 component library for [Quaily](https://quaily.com).
9
9
  - 26+ UI components (Button, Input, Dialog, Menu, Tabs, etc.)
10
10
  - 110+ SVG icons
11
11
  - Theme support (light, dark, morph)
12
- - TUI (Terminal UI) mode with monospace fonts
13
12
  - Fully typed with TypeScript
14
13
  - SCSS with CSS custom properties
15
14
 
@@ -138,14 +137,6 @@ applyTheme('morph', false)
138
137
 
139
138
  For legacy usage, dark mode still works by toggling the `.dark` class on `<body>`.
140
139
 
141
- ## TUI Mode
142
-
143
- Enable terminal-style UI with monospace fonts:
144
-
145
- ```js
146
- document.body.classList.add('tui')
147
- ```
148
-
149
140
  ## License
150
141
 
151
142
  MIT