rafters 0.0.48 → 0.0.51

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.
@@ -0,0 +1,8 @@
1
+ import {
2
+ invert_default
3
+ } from "./chunk-VV6WBGNC.js";
4
+ import "./chunk-WG6NCWQ2.js";
5
+ import "./chunk-R5U7XKVJ.js";
6
+ export {
7
+ invert_default as default
8
+ };
@@ -0,0 +1,8 @@
1
+ import {
2
+ scale_default
3
+ } from "./chunk-D6XDGJFN.js";
4
+ import "./chunk-WG6NCWQ2.js";
5
+ import "./chunk-R5U7XKVJ.js";
6
+ export {
7
+ scale_default as default
8
+ };
@@ -0,0 +1,8 @@
1
+ import {
2
+ state_default
3
+ } from "./chunk-J73HHGWC.js";
4
+ import "./chunk-WG6NCWQ2.js";
5
+ import "./chunk-R5U7XKVJ.js";
6
+ export {
7
+ state_default as default
8
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rafters",
3
- "version": "0.0.48",
3
+ "version": "0.0.51",
4
4
  "description": "CLI for Rafters design system - scaffold tokens and add components",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -34,6 +34,7 @@
34
34
  "@inquirer/prompts": "^8.2.0",
35
35
  "@modelcontextprotocol/sdk": "^1.25.1",
36
36
  "commander": "^13.0.0",
37
+ "css-tree": "^3.2.1",
37
38
  "execa": "^9.6.1",
38
39
  "ora": "^9.0.0",
39
40
  "vite": "^8.0.0"
@@ -41,9 +42,11 @@
41
42
  "devDependencies": {
42
43
  "@playwright/test": "catalog:",
43
44
  "@rafters/color-utils": "workspace:*",
45
+ "@rafters/composites": "workspace:*",
44
46
  "@rafters/design-tokens": "workspace:*",
45
47
  "@rafters/shared": "workspace:*",
46
48
  "@rafters/studio": "workspace:*",
49
+ "@types/css-tree": "^2.3.11",
47
50
  "@types/node": "catalog:",
48
51
  "playwright-bdd": "catalog:",
49
52
  "tsup": "^8.0.0",