@plumeria/core 11.2.0 → 12.0.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.
Files changed (2) hide show
  1. package/README.md +5 -4
  2. package/package.json +3 -5
package/README.md CHANGED
@@ -3,11 +3,12 @@
3
3
  ![License](https://img.shields.io/badge/License-MIT-6366F1)
4
4
  ![npm](https://img.shields.io/npm/v/@plumeria/core?&color=6366F1)
5
5
 
6
- ![Web](https://img.shields.io/badge/Web-0B-10B981?logo=npm&logoColor=white)
7
- ![Types](https://img.shields.io/badge/Types-only-10B981?logo=npm&logoColor=white)
8
- ![Runtime](https://img.shields.io/badge/Runtime-none-10B981?logo=npm&logoColor=white)
6
+ ![Web](https://img.shields.io/badge/Web-atomic-10B981?logo=npm&logoColor=white)
7
+ ![Types](https://img.shields.io/badge/Types-100%25-10B981?logo=npm&logoColor=white)
8
+ ![Runtime](https://img.shields.io/badge/Runtime-never-10B981?logo=npm&logoColor=white)
9
9
 
10
- **Plumeria** is a **zero-cost abstraction** for CSS designed for building styled React components for the web. It is a compiler with typed syntax and strict linting. The goal of Plumeria is to reduce the cognitive overhead for engineers.
10
+ **Plumeria** is an **abstraction layer** for development of styled React components without JavaScript.
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.
11
12
 
12
13
  ## Documentation
13
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@plumeria/core",
3
- "version": "11.2.0",
4
- "description": "A zero-cost abstraction for CSS.",
3
+ "version": "12.0.0",
4
+ "description": "CSS abstraction layer for styled React components",
5
5
  "author": "Refirst 11",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/refirst11",
@@ -16,10 +16,8 @@
16
16
  },
17
17
  "keywords": [
18
18
  "css",
19
- "css-in-js",
20
- "plumeria",
21
19
  "react",
22
- "stylex"
20
+ "plumeria"
23
21
  ],
24
22
  "exports": {
25
23
  ".": {