@constela/ui 0.2.0 → 0.2.4

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @constela/ui
2
2
 
3
- Copy-paste UI components for Constela - a shadcn/ui style component library.
3
+ Copy-paste UI components for Constela.
4
4
 
5
5
  ## Overview
6
6
 
package/dist/index.d.ts CHANGED
@@ -3,8 +3,7 @@ export { ComponentDef, Expression, ParamDef, StylePreset, ViewNode, validateAst
3
3
  /**
4
4
  * @constela/ui - Copy-paste UI components for Constela
5
5
  *
6
- * A shadcn/ui style component library providing pre-built,
7
- * accessible UI components written in Constela JSON DSL.
6
+ * Pre-built, accessible UI components written in Constela JSON DSL.
8
7
  */
9
8
 
10
9
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@constela/ui",
3
- "version": "0.2.0",
4
- "description": "Copy-paste UI components for Constela - shadcn/ui style component library",
3
+ "version": "0.2.4",
4
+ "description": "Copy-paste UI components for Constela",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -16,7 +16,7 @@
16
16
  "components"
17
17
  ],
18
18
  "dependencies": {
19
- "@constela/core": "0.15.2"
19
+ "@constela/core": "0.16.2"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/node": "^20.10.0",