@cascivo/themes 0.2.2 → 0.2.3

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
@@ -1,12 +1,22 @@
1
1
  <!-- generated by scripts/readme/generate.ts — edit readme.body.md, not this file -->
2
2
 
3
- # @cascivo/themes
3
+ <div align="center">
4
+ <a href="https://cascivo.com"><img src="https://cascivo.com/favicon.svg" width="72" height="72" alt="cascivo logo"></a>
5
+ <h1>@cascivo/themes</h1>
6
+ <p><strong>First-party cascivo themes: light, dark, warm, flat, minimal, midnight, pastel, brutalist, corporate, terminal, cyberpunk, arcade</strong></p>
4
7
 
5
- > First-party cascivo themes: light, dark, warm, flat, minimal, midnight, pastel, brutalist, corporate, terminal, cyberpunk, arcade
8
+ [![npm](https://img.shields.io/npm/v/%40cascivo%2Fthemes?style=flat-square&color=0079bf)](https://www.npmjs.com/package/@cascivo/themes)
9
+ [![downloads](https://img.shields.io/npm/dm/%40cascivo%2Fthemes?style=flat-square&color=0079bf)](https://www.npmjs.com/package/@cascivo/themes)
10
+ [![license](https://img.shields.io/npm/l/%40cascivo%2Fthemes?style=flat-square&color=0079bf)](https://github.com/cascivo/cascivo/blob/main/LICENSE)
11
+ ![types](https://img.shields.io/badge/types-included-0079bf?style=flat-square&logo=typescript&logoColor=white)
6
12
 
7
- [cascivo.com](https://cascivo.com) · [Docs](https://docs.cascivo.com) · [Storybook](https://storybook.cascivo.com) · [GitHub](https://github.com/urbanisierung/cascivo)
13
+ [npm](https://www.npmjs.com/package/@cascivo/themes) · [cascivo.com](https://cascivo.com) · [Docs](https://docs.cascivo.com) · [Storybook](https://storybook.cascivo.com) · [GitHub](https://github.com/cascivo/cascivo)
8
14
 
9
- First-party themes for cascade — `light.css`, `dark.css`, `warm.css`, and more. Apply via `data-theme` on any container; themes override the semantic token layer only, leaving component and primitive tokens unchanged.
15
+ </div>
16
+
17
+ ---
18
+
19
+ First-party themes for cascivo — 14 of them: `light`, `dark`, `warm`, `midnight`, `pastel`, `brutalist`, `corporate`, `terminal`, `cyberpunk`, and more. Apply via `data-theme` on any container; themes override the semantic token layer only, leaving component and primitive tokens unchanged.
10
20
 
11
21
  ## Per-theme fonts
12
22
 
@@ -20,4 +30,6 @@ pnpm add @cascivo/themes
20
30
 
21
31
  ---
22
32
 
23
- [cascivo.com](https://cascivo.com) · [Docs](https://docs.cascivo.com) · [Storybook](https://storybook.cascivo.com) · [GitHub](https://github.com/urbanisierung/cascivo) · AI agents: use [`@cascivo/mcp`](https://github.com/urbanisierung/cascivo/tree/main/packages/mcp) and [`registry.json`](https://github.com/urbanisierung/cascivo/blob/main/registry.json) · MIT
33
+ [cascivo.com](https://cascivo.com) · [Docs](https://docs.cascivo.com) · [Storybook](https://storybook.cascivo.com) · [GitHub](https://github.com/cascivo/cascivo) · AI agents: use [`@cascivo/mcp`](https://github.com/cascivo/cascivo/tree/main/packages/mcp) and [`registry.json`](https://github.com/cascivo/cascivo/blob/main/registry.json) · MIT
34
+
35
+ <div align="center"><a href="https://cascivo.com"><img src="https://cascivo.com/favicon.svg" width="28" height="28" alt="cascivo"></a></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cascivo/themes",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "private": false,
5
5
  "description": "First-party cascivo themes: light, dark, warm, flat, minimal, midnight, pastel, brutalist, corporate, terminal, cyberpunk, arcade",
6
6
  "keywords": [
@@ -13,13 +13,13 @@
13
13
  "signals",
14
14
  "theme"
15
15
  ],
16
- "homepage": "https://github.com/urbanisierung/cascivo/tree/main/packages/themes#readme",
17
- "bugs": "https://github.com/urbanisierung/cascivo/issues",
16
+ "homepage": "https://github.com/cascivo/cascivo/tree/main/packages/themes#readme",
17
+ "bugs": "https://github.com/cascivo/cascivo/issues",
18
18
  "license": "MIT",
19
19
  "author": "urbanisierung",
20
20
  "repository": {
21
21
  "type": "git",
22
- "url": "git+https://github.com/urbanisierung/cascivo.git",
22
+ "url": "git+https://github.com/cascivo/cascivo.git",
23
23
  "directory": "packages/themes"
24
24
  },
25
25
  "files": [
@@ -64,10 +64,10 @@
64
64
  "@types/node": "^25",
65
65
  "typescript": "^5",
66
66
  "vite-plus": "^0.2.1",
67
- "@cascivo/tokens": "0.2.0"
67
+ "@cascivo/tokens": "0.3.0"
68
68
  },
69
69
  "peerDependencies": {
70
- "@cascivo/tokens": ">=0.0.0"
70
+ "@cascivo/tokens": ">=0.2.0"
71
71
  },
72
72
  "scripts": {
73
73
  "build": "echo 'themes: CSS-only, no build'",
package/readme.body.md CHANGED
@@ -1,4 +1,4 @@
1
- First-party themes for cascade — `light.css`, `dark.css`, `warm.css`, and more. Apply via `data-theme` on any container; themes override the semantic token layer only, leaving component and primitive tokens unchanged.
1
+ First-party themes for cascivo14 of them: `light`, `dark`, `warm`, `midnight`, `pastel`, `brutalist`, `corporate`, `terminal`, `cyberpunk`, and more. Apply via `data-theme` on any container; themes override the semantic token layer only, leaving component and primitive tokens unchanged.
2
2
 
3
3
  ## Per-theme fonts
4
4