@teamblind-chorus/ui 1.0.0 → 1.0.1
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamblind-chorus/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Chorus React components. Ships prebuilt ESM + CJS bundles (`dist/`) and a single `styles.css`; import `@teamblind-chorus/tokens/tokens.css` + `@teamblind-chorus/ui/styles.css` once at the app entry. The contract every component honors lives in schema/components/<family>/<sub>.spec.json; see schema/manifest.json for the inventory.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Teamblind, Inc.",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"react-dom": ">=18"
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
|
-
"@teamblind-chorus/tokens": "^1.0.
|
|
86
|
+
"@teamblind-chorus/tokens": "^1.0.1"
|
|
87
87
|
},
|
|
88
88
|
"publishConfig": {
|
|
89
89
|
"access": "public"
|