@plumeria/core 13.1.1 → 13.1.3

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 CHANGED
@@ -1,11 +1,11 @@
1
1
  # @plumeria/core
2
2
 
3
- ![License](https://img.shields.io/badge/License-MIT-6366F1)
4
- ![npm](https://img.shields.io/npm/v/@plumeria/core?&color=6366F1)
3
+ ![License](https://img.shields.io/badge/License-MIT-10B981)
4
+ ![npm](https://img.shields.io/npm/v/@plumeria/core?&color=10B981)
5
5
 
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)
6
+ ![Web](https://img.shields.io/badge/Web-atomic-6366F1?logo=npm&logoColor=white)
7
+ ![Types](https://img.shields.io/badge/Types-100%25-6366F1?logo=npm&logoColor=white)
8
+ ![Runtime](https://img.shields.io/badge/Runtime-never-6366F1?logo=npm&logoColor=white)
9
9
 
10
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.
11
11
 
package/lib/types.d.ts CHANGED
@@ -131,5 +131,4 @@ export type {
131
131
  ViewTransition,
132
132
  Marker,
133
133
  Extended,
134
- AtomicClassNameFor,
135
134
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/core",
3
- "version": "13.1.1",
3
+ "version": "13.1.3",
4
4
  "description": "Zero-cost abstraction layer for styling React components.",
5
5
  "author": "Refirst 11",
6
6
  "license": "MIT",