@plumeria/core 10.0.0 → 10.0.1

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/lib/css.d.ts +1 -1
  2. package/package.json +1 -9
package/lib/css.d.ts CHANGED
@@ -50,7 +50,7 @@ declare module '@plumeria/core' {
50
50
 
51
51
  declare global {
52
52
  namespace React {
53
- import type { CSSProperties, StyleName } from './types';
53
+ import type { StyleName } from './types';
54
54
  interface HTMLAttributes<T> {
55
55
  styleName?: StyleName;
56
56
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/core",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "description": "A styling system that disappears.",
5
5
  "author": "Refirst 11",
6
6
  "license": "MIT",
@@ -14,14 +14,6 @@
14
14
  "bugs": {
15
15
  "url": "https://github.com/zss-in-js/plumeria/issues"
16
16
  },
17
- "keywords": [
18
- "react",
19
- "css",
20
- "css-in-js",
21
- "zero-runtime",
22
- "atomic-css",
23
- "stylex"
24
- ],
25
17
  "sideEffects": false,
26
18
  "type": "module",
27
19
  "exports": {