@calibrate-ds/generator-react 0.1.71 → 0.1.73

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 (1) hide show
  1. package/package.json +15 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@calibrate-ds/generator-react",
3
- "version": "0.1.71",
3
+ "version": "0.1.73",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -9,6 +9,18 @@
9
9
  "dist",
10
10
  "README.md"
11
11
  ],
12
+ "description": "Calibrate React generator — emits typed React components, CSS token files, and composite types from a DesignSystemModel. Implements the IGenerator interface for the Calibrate pipeline.",
13
+ "keywords": [
14
+ "figma",
15
+ "react",
16
+ "design-system",
17
+ "design-tokens",
18
+ "component-generator",
19
+ "design-to-code",
20
+ "codegen",
21
+ "calibrate",
22
+ "typescript"
23
+ ],
12
24
  "publishConfig": {
13
25
  "access": "public"
14
26
  },
@@ -20,8 +32,8 @@
20
32
  },
21
33
  "dependencies": {
22
34
  "react": "^19.0.0",
23
- "@calibrate-ds/core": "^0.1.71",
24
- "@calibrate-ds/shared-types": "^0.1.71"
35
+ "@calibrate-ds/shared-types": "^0.1.73",
36
+ "@calibrate-ds/core": "^0.1.73"
25
37
  },
26
38
  "devDependencies": {
27
39
  "typescript": "^5.7.3",