@plumeria/core 10.4.0 → 10.4.2

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,13 +1,13 @@
1
1
  # @plumeria/core
2
2
 
3
- ![License](https://img.shields.io/badge/License-MIT-10B981)
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
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)
7
8
  ![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
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
+ **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.
11
11
 
12
12
  ## Documentation
13
13
 
package/lib/csstypes.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  */
10
10
 
11
11
  type all = 'initial' | 'inherit' | 'unset';
12
- type StableString = Pick<string, keyof string>;
12
+ type StableString = { valueOf(): string };
13
13
 
14
14
  type absoluteSize =
15
15
  | 'xx-small'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@plumeria/core",
3
- "version": "10.4.0",
4
- "description": "A styling system that disappears.",
3
+ "version": "10.4.2",
4
+ "description": "A zero-cost abstraction for CSS.",
5
5
  "author": "Refirst 11",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/refirst11",