@plumeria/core 10.1.2 → 10.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
@@ -20,7 +20,7 @@ import * as css from '@plumeria/core';
20
20
 
21
21
  const styles = css.create({
22
22
  text: {
23
- fontSize: 12,
23
+ fontSize: 12
24
24
  },
25
25
  cond: {
26
26
  background: 'navy'
package/lib/css.d.ts CHANGED
@@ -37,6 +37,8 @@ declare module '@plumeria/core' {
37
37
  }
38
38
  }
39
39
 
40
+ export type { StyleName };
41
+
40
42
  export const create: create;
41
43
  export type create = <const T extends Record<string, CreateStyleValue>>(
42
44
  rule: T,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/core",
3
- "version": "10.1.2",
3
+ "version": "10.1.3",
4
4
  "description": "A styling system that disappears.",
5
5
  "author": "Refirst 11",
6
6
  "license": "MIT",