@plumeria/core 10.3.1 → 10.3.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.
Files changed (2) hide show
  1. package/README.md +7 -6
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -1,12 +1,13 @@
1
1
  # @plumeria/core
2
- ![license](https://img.shields.io/badge/license-MIT-blue)
3
- ![npm](https://img.shields.io/npm/v/@plumeria/core)
4
2
 
5
- ![web (prod/dev)](https://img.shields.io/badge/web%20(prod/dev)-0B-brightgreen)
6
- ![runtime](https://img.shields.io/badge/runtime-0B-brightgreen)
7
- ![type safe](https://img.shields.io/badge/types-100%25-brightgreen)
3
+ ![License](https://img.shields.io/badge/License-MIT-10B981)
4
+ ![npm](https://img.shields.io/npm/v/@plumeria/core?&color=6366F1)
8
5
 
9
- **Plumeria** is a library for developing styled React components for the web. It is a compiler with typed syntax and linting support. The goal of Plumeria is to reduce the load on developers.
6
+ ![Web](https://img.shields.io/badge/Web-0B-10B981?logo=npm&logoColor=white)
7
+ ![Runtime](https://img.shields.io/badge/Runtime-none-10B981?logo=npm&logoColor=white)
8
+ ![Types](https://img.shields.io/badge/Types-only-6366F1?logo=npm&&logoColor=white)
9
+
10
+ **Plumeria** is a Zero-Runtime CSS-in-JS library 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
11
 
11
12
  ## Documentation
12
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/core",
3
- "version": "10.3.1",
3
+ "version": "10.3.3",
4
4
  "description": "A styling system that disappears.",
5
5
  "author": "Refirst 11",
6
6
  "license": "MIT",
@@ -19,7 +19,6 @@
19
19
  "css-in-js",
20
20
  "plumeria",
21
21
  "react",
22
- "atomic-css",
23
22
  "stylex"
24
23
  ],
25
24
  "sideEffects": false,