@plumeria/core 12.0.3 → 12.0.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 -2
- package/package.json +7 -3
package/README.md
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|

|
|
8
8
|

|
|
9
9
|
|
|
10
|
-
**Plumeria** is
|
|
11
|
-
Styles grounded in the axioms of category theory are self-evident, predictable, and composable by construction. It enforces strict syntax and linting to reduce the cognitive overhead for engineers.
|
|
10
|
+
**Plumeria** is a **zero-cost abstraction layer** for styling React components without JavaScript. Its axioms are grounded in category theory, making it self-evident, predictable, and composable by construction. It enforces strict syntax and linting to reduce the cognitive overhead for engineers.
|
|
12
11
|
|
|
13
12
|
## Documentation
|
|
14
13
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plumeria/core",
|
|
3
|
-
"version": "12.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "12.0.4",
|
|
4
|
+
"description": "Zero-cost abstraction layer for styling React components.",
|
|
5
5
|
"author": "Refirst 11",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"funding": "https://github.com/sponsors/refirst11",
|
|
@@ -17,7 +17,11 @@
|
|
|
17
17
|
"keywords": [
|
|
18
18
|
"css",
|
|
19
19
|
"react",
|
|
20
|
-
"plumeria"
|
|
20
|
+
"plumeria",
|
|
21
|
+
"lint",
|
|
22
|
+
"type",
|
|
23
|
+
"typed",
|
|
24
|
+
"types"
|
|
21
25
|
],
|
|
22
26
|
"exports": {
|
|
23
27
|
".": {
|