quail-ui 0.7.0 → 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 +0 -9
- package/dist/assets/app-logo-dark-C_9-vaX8.png +0 -0
- package/dist/assets/app-logo-light-D8UosWKC.png +0 -0
- package/dist/assets/image-placeholder-DEh3CTC9.png +0 -0
- package/dist/assets/image-placeholder-small-ayBvfQxy.png +0 -0
- package/dist/assets/index-BTio_m-Q.css +1 -0
- package/dist/assets/index-D2ABg-2N.js +419 -0
- package/dist/assets/payment-card-unionpay-BcHUmTSL.svg +8 -0
- package/dist/assets/premium-decoration-G2fRUkCW.svg +12 -0
- package/dist/index.html +14 -0
- package/package.json +8 -8
- package/dist/index.css +0 -1
- package/dist/index.js +0 -7622
- package/dist/index.js.map +0 -1
- package/dist/index.umd.cjs +0 -13
- package/dist/index.umd.cjs.map +0 -1
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
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|