@lukoweb/apitogo 0.1.59 → 0.1.60

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/dist/cli/cli.js CHANGED
@@ -5227,7 +5227,7 @@ import {
5227
5227
  // package.json
5228
5228
  var package_default = {
5229
5229
  name: "@lukoweb/apitogo",
5230
- version: "0.1.59",
5230
+ version: "0.1.60",
5231
5231
  type: "module",
5232
5232
  sideEffects: [
5233
5233
  "**/*.css",
@@ -24,6 +24,8 @@ The theme system is built on [shadcn/ui theming](https://ui.shadcn.com/docs/them
24
24
  - **Tailwind v4** CSS variable system for modern styling
25
25
  - **Theme editors** like [tweakcn](https://tweakcn.com/) work out of the box
26
26
  - **Shadcn registries** are supported
27
+ - **Landing homepage**, **portal footer**, and **MCP-generated custom pages** all use the same
28
+ semantic tokens (`bg-primary`, `text-muted-foreground`, `border-border`, etc.)
27
29
 
28
30
  ## Custom Colors
29
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukoweb/apitogo",
3
- "version": "0.1.59",
3
+ "version": "0.1.60",
4
4
  "type": "module",
5
5
  "sideEffects": [
6
6
  "**/*.css",