florixui 1.12.0 → 1.14.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 +2 -1
- package/dist/index.js +220 -220
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -52,7 +52,7 @@ class to a root element (e.g. `<html class="dark">`).
|
|
|
52
52
|
|
|
53
53
|
### Themes
|
|
54
54
|
|
|
55
|
-
The package ships **
|
|
55
|
+
The package ships **6 themes**. Select one by setting `data-theme` on a root
|
|
56
56
|
element; the default (no attribute) is `slate-blue`. Themes combine with dark
|
|
57
57
|
mode:
|
|
58
58
|
|
|
@@ -67,6 +67,7 @@ mode:
|
|
|
67
67
|
| `terracotta` | Warm rust · DM Sans family |
|
|
68
68
|
| `indigo` | Bold indigo · Inter + Merriweather |
|
|
69
69
|
| `azure` | Bright blue · Inter + JetBrains Mono |
|
|
70
|
+
| `teal` | Deep teal · Inter + JetBrains Mono |
|
|
70
71
|
|
|
71
72
|
Each theme references specific fonts but the package does **not** bundle them
|
|
72
73
|
(see below) — colors, radius, and shadows all work without the fonts; install
|