refactor: rename @cocotte/themes -> @cocotte/site-themes
Disambiguate from @cocotte/ui-theme (the theme engine). This package is the site theme content/registry built on top of it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
56f518121d
commit
47bf060b51
3 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# @cocotte/themes
|
# @cocotte/site-themes
|
||||||
|
|
||||||
Site theme registry, resolver, and selectable theme families for Cocotte sites.
|
Site theme registry, resolver, and selectable theme families for Cocotte sites.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@cocotte/themes",
|
"name": "@cocotte/site-themes",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "Cocotte site theme registry, resolver, and selectable theme families (luxe-dark, Kuromi, Cali-Barbie)",
|
"description": "Cocotte site theme content: registry, resolver, and selectable theme families (luxe-dark, Kuromi, Cali-Barbie) built on @cocotte/ui-theme",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./src/index.ts",
|
"main": "./src/index.ts",
|
||||||
"types": "./src/index.ts",
|
"types": "./src/index.ts",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* @cocotte/themes — site theme registry, resolver, and selectable theme families.
|
* @cocotte/site-themes — site theme registry, resolver, and selectable theme families.
|
||||||
*
|
*
|
||||||
* Extracted from quinn.www's `src/themes/`. The luxe-dark default base lives in
|
* Extracted from quinn.www's `src/themes/`. The luxe-dark default base lives in
|
||||||
* `./luxe` (the original site `customTheme`); the Kuromi and Cali-Barbie families
|
* `./luxe` (the original site `customTheme`); the Kuromi and Cali-Barbie families
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue