@pcoi/tokens 0.1.1 → 0.1.2

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/build/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  // @pcoi/tokens — CommonJS
3
- // Generated 2026-03-07
3
+ // Generated 2026-03-16
4
4
 
5
5
  const tokens = {
6
6
  "colorBg": "#0C0C14",
package/build/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  // @pcoi/tokens — ES Module
2
- // Generated 2026-03-07
2
+ // Generated 2026-03-16
3
3
 
4
4
  const tokens = {
5
5
  "colorBg": "#0C0C14",
package/build/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /* ============================================
2
2
  @pcoi/tokens — CSS Custom Properties
3
- Generated 2026-03-07
3
+ Generated 2026-03-16
4
4
 
5
5
  Three-Tier Hierarchy:
6
6
  Tier 1: Primitives (--pcoi-color-*, --pcoi-spacing-*, etc.)
package/build/tokens.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://design-tokens.org/schema.json",
3
3
  "$description": "PCOI Design System Tokens — Complete merged output",
4
- "$generated": "2026-03-07T17:32:03.590Z",
4
+ "$generated": "2026-03-16T05:06:55.863Z",
5
5
  "color": {
6
6
  "$type": "color",
7
7
  "$description": "Tier 1: Primitive color values. Never apply directly to designs.",
package/build/tokens.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  // @pcoi/tokens — SCSS Variables
2
- // Generated 2026-03-07
2
+ // Generated 2026-03-16
3
3
 
4
4
  // Color Primitives
5
5
  $pcoi-color-bg: #0C0C14;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pcoi/tokens",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "PCOI Design System — Foundation tokens (colors, spacing, typography, effects)",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.mjs",
@@ -11,9 +11,9 @@
11
11
  ],
12
12
  "exports": {
13
13
  ".": {
14
+ "types": "./build/index.d.ts",
14
15
  "import": "./build/index.mjs",
15
- "require": "./build/index.js",
16
- "types": "./build/index.d.ts"
16
+ "require": "./build/index.js"
17
17
  },
18
18
  "./css": "./build/tokens.css",
19
19
  "./scss": "./build/tokens.scss",