@cirthcss/cirth 0.15.0-beta.1 → 0.15.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
@@ -57,8 +57,8 @@ on the first paint.
57
57
  ```html
58
58
  <link
59
59
  rel="stylesheet"
60
- href="https://cdn.jsdelivr.net/npm/@cirthcss/cirth@0.14.1/dist/cirth.min.css"
61
- integrity="sha384-sU2A7luz2xm9uj6FZ0hdflySgcbY9uN+QeQgJzyaZaM4ujBLxiPPibqEcaG2Ckuk"
60
+ href="https://cdn.jsdelivr.net/npm/@cirthcss/cirth@0.15.0/dist/cirth.min.css"
61
+ integrity="sha384-EY9wuVx8+257bjfSiQThO5hiMpZ+YQAcVqmR6XcdxqYI0+qEJ15YD3/RVWYApOiN"
62
62
  crossorigin="anonymous">
63
63
  ```
64
64
 
@@ -111,7 +111,7 @@ The main generated stylesheets are:
111
111
  | `dist/cirth.scoped.min.css` | Scoped build for embedding Cirth under `.cirth`. |
112
112
  | `dist/cirth.classless.scoped.min.css` | Scoped classless build. |
113
113
 
114
- All four builds share Cirth's one official theme (amber), with light and
114
+ All four builds share Cirth's one official theme (copper), with light and
115
115
  dark variants. `plain` and `playroom` are optional presets, not separate theme
116
116
  builds — see [Presets](#presets) below and [Colors](docs/src/pages/colors.md).
117
117
 
@@ -183,7 +183,7 @@ loading the framework.
183
183
  :root {
184
184
  --cirth-font-family: Inter, system-ui, sans-serif;
185
185
  --cirth-primary: #2563eb;
186
- --cirth-primary-background: #2563eb;
186
+ --cirth-primary-surface: #2563eb;
187
187
  --cirth-primary-border: #2563eb;
188
188
  --cirth-border-radius: 0.375rem;
189
189
  --cirth-spacing: 1rem;