@decantr/css 3.8.0 → 3.8.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/README.md +1 -1
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ Release channel: `stable`
|
|
|
5
5
|
|
|
6
6
|
Legacy optional CSS atoms runtime for Decantr projects that explicitly adopt the Decantr CSS adapter.
|
|
7
7
|
|
|
8
|
-
Decantr 3.8 defaults to contract-only governance. New greenfield and Brownfield projects should not install `@decantr/css` unless `--adoption=decantr-css` is explicit or an existing project already depends on this runtime.
|
|
8
|
+
Decantr 3.8.1 defaults to contract-only governance. New greenfield and Brownfield projects should not install `@decantr/css` unless `--adoption=decantr-css` is explicit or an existing project already depends on this runtime.
|
|
9
9
|
|
|
10
10
|
## Installation
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decantr/css",
|
|
3
|
-
"version": "3.8.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "3.8.1",
|
|
4
|
+
"description": "Legacy optional CSS atom runtime for explicit Decantr adapter adoption",
|
|
5
5
|
"author": "Decantr AI",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/decantr-ai/decantr/issues"
|
|
@@ -36,8 +36,7 @@
|
|
|
36
36
|
"css",
|
|
37
37
|
"atoms",
|
|
38
38
|
"utility-css",
|
|
39
|
-
"
|
|
40
|
-
"design-system",
|
|
39
|
+
"legacy-adapter",
|
|
41
40
|
"design-tokens",
|
|
42
41
|
"ai-frontend-governance"
|
|
43
42
|
],
|