@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 +4 -4
- package/dist/cirth.classless.css +315 -254
- package/dist/cirth.classless.min.css +1 -1
- package/dist/cirth.classless.scoped.css +315 -254
- package/dist/cirth.classless.scoped.min.css +1 -1
- package/dist/cirth.css +397 -289
- package/dist/cirth.min.css +1 -1
- package/dist/cirth.print.classless.css +13 -10
- package/dist/cirth.print.classless.min.css +1 -1
- package/dist/cirth.print.classless.scoped.css +13 -10
- package/dist/cirth.print.classless.scoped.min.css +1 -1
- package/dist/cirth.print.css +13 -10
- package/dist/cirth.print.min.css +1 -1
- package/dist/cirth.print.scoped.css +13 -10
- package/dist/cirth.print.scoped.min.css +1 -1
- package/dist/cirth.scoped.css +397 -289
- package/dist/cirth.scoped.min.css +1 -1
- package/dist/presets/plain.css +2 -2
- package/dist/presets/plain.min.css +1 -1
- package/dist/presets/playroom.css +5 -5
- package/dist/presets/playroom.min.css +1 -1
- package/package.json +6 -4
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.
|
|
61
|
-
integrity="sha384-
|
|
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 (
|
|
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-
|
|
186
|
+
--cirth-primary-surface: #2563eb;
|
|
187
187
|
--cirth-primary-border: #2563eb;
|
|
188
188
|
--cirth-border-radius: 0.375rem;
|
|
189
189
|
--cirth-spacing: 1rem;
|