@decantr/css 2.0.0 → 3.0.0-next.0
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 +4 -0
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -134,6 +134,10 @@ import './styles/treatments.css';
|
|
|
134
134
|
import './styles/decorators.css';
|
|
135
135
|
```
|
|
136
136
|
|
|
137
|
+
## Security And Permissions
|
|
138
|
+
|
|
139
|
+
`@decantr/css` is a CSS atom runtime. It does not inspect projects, read or write files, call the network, spawn processes, emit telemetry, or upload source. See [security permissions](https://decantr.ai/reference/security-permissions.md).
|
|
140
|
+
|
|
137
141
|
## License
|
|
138
142
|
|
|
139
143
|
MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decantr/css",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-next.0",
|
|
4
4
|
"description": "Framework-agnostic CSS atom runtime for Decantr projects",
|
|
5
5
|
"author": "Decantr AI",
|
|
6
6
|
"bugs": {
|
|
@@ -32,10 +32,14 @@
|
|
|
32
32
|
},
|
|
33
33
|
"keywords": [
|
|
34
34
|
"decantr",
|
|
35
|
+
"decantr-ai",
|
|
35
36
|
"css",
|
|
36
37
|
"atoms",
|
|
37
38
|
"utility-css",
|
|
38
|
-
"design-intelligence"
|
|
39
|
+
"design-intelligence",
|
|
40
|
+
"design-system",
|
|
41
|
+
"design-tokens",
|
|
42
|
+
"ai-frontend-governance"
|
|
39
43
|
],
|
|
40
44
|
"license": "MIT",
|
|
41
45
|
"devDependencies": {
|