@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 +1 -1
- package/dist/index.d.ts +1 -2
- package/package.json +3 -3
package/README.md
CHANGED
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
|
-
*
|
|
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.
|
|
4
|
-
"description": "Copy-paste UI components for Constela
|
|
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.
|
|
19
|
+
"@constela/core": "0.16.2"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@types/node": "^20.10.0",
|