@compose-market/theme 0.0.5 → 0.0.6

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.
Files changed (2) hide show
  1. package/css/index.css +3 -0
  2. package/package.json +3 -2
package/css/index.css ADDED
@@ -0,0 +1,3 @@
1
+ /* Auto-generated proxy — resolves @compose-market/theme/css for bundlers
2
+ that don't support package.json "exports" for CSS subpaths. */
3
+ @import "../dist/css/index.css";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compose-market/theme",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Official design tokens and theme system for Compose.Market",
5
5
  "keywords": [
6
6
  "design-tokens",
@@ -74,7 +74,8 @@
74
74
  "main": "./dist/index.js",
75
75
  "types": "./dist/index.d.ts",
76
76
  "files": [
77
- "dist"
77
+ "dist",
78
+ "css"
78
79
  ],
79
80
  "scripts": {
80
81
  "build": "tsx scripts/build.ts",