@plumeria/core 7.2.3 → 7.2.4

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,6 +1,6 @@
1
1
  # @plumeria/core
2
2
 
3
- Atomic CSS framework with type definitions only.
3
+ A type-only atomic CSS framework.
4
4
 
5
5
  ```ts
6
6
  import * as css from '@plumeria/core';
package/lib/css.d.ts CHANGED
@@ -12,10 +12,6 @@
12
12
  * ```
13
13
  * Type definitions only. Configure the bundler plugin for extraction.
14
14
  */
15
-
16
-
17
-
18
-
19
15
  declare module '@plumeria/core' {
20
16
  export type CSSProperties = import('./definition').CSSProperties;
21
17
  export type CreateStyle = import('./definition').CreateStyle;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@plumeria/core",
3
- "version": "7.2.3",
4
- "description": "Atomic CSS framework with type definitions only.",
3
+ "version": "7.2.4",
4
+ "description": "A type-only atomic CSS framework.",
5
5
  "author": "Refirst 11",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/refirst11",