pxengine 0.1.23 → 0.1.24

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pxengine/ui",
3
3
  "version": "1.0.0",
4
- "lastUpdated": "2026-02-19T07:22:45.681Z",
4
+ "lastUpdated": "2026-02-19T10:30:13.775Z",
5
5
  "components": {
6
6
  "AccordionAtom": {
7
7
  "name": "AccordionAtom",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxengine",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "type": "module",
5
5
  "description": "Shadcn-based UI component library for agent-driven interfaces",
6
6
  "main": "./dist/index.cjs",
@@ -19,6 +19,7 @@
19
19
  "scripts": {
20
20
  "build": "tsup",
21
21
  "generate-metadata": "tsx --env-file=.env scripts/generate-metadata.ts",
22
+ "generate-molecule-registry": "tsx --env-file=.env scripts/generate-molecule-registry.ts",
22
23
  "dev": "tsup src/index.ts --format cjs,esm --watch --dts",
23
24
  "lint": "eslint src --ext .ts,.tsx",
24
25
  "type-check": "tsc --noEmit"