@unocss/core 0.58.3 → 0.58.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/dist/index.cjs CHANGED
@@ -590,7 +590,7 @@ function definePreset(preset) {
590
590
  return preset;
591
591
  }
592
592
 
593
- const version = "0.58.3";
593
+ const version = "0.58.4";
594
594
 
595
595
  var __defProp = Object.defineProperty;
596
596
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
package/dist/index.d.cts CHANGED
@@ -824,7 +824,7 @@ interface PluginOptions {
824
824
  *
825
825
  * Supported sources:
826
826
  * - `filesystem` - extract from file system
827
- * - `plain` - extract from plain inline text
827
+ * - `inline` - extract from plain inline text
828
828
  * - `pipeline` - extract from build tools' transformation pipeline, such as Vite and Webpack
829
829
  *
830
830
  * The usage extracted from each source will be **merged** together.
package/dist/index.d.mts CHANGED
@@ -824,7 +824,7 @@ interface PluginOptions {
824
824
  *
825
825
  * Supported sources:
826
826
  * - `filesystem` - extract from file system
827
- * - `plain` - extract from plain inline text
827
+ * - `inline` - extract from plain inline text
828
828
  * - `pipeline` - extract from build tools' transformation pipeline, such as Vite and Webpack
829
829
  *
830
830
  * The usage extracted from each source will be **merged** together.
package/dist/index.d.ts CHANGED
@@ -824,7 +824,7 @@ interface PluginOptions {
824
824
  *
825
825
  * Supported sources:
826
826
  * - `filesystem` - extract from file system
827
- * - `plain` - extract from plain inline text
827
+ * - `inline` - extract from plain inline text
828
828
  * - `pipeline` - extract from build tools' transformation pipeline, such as Vite and Webpack
829
829
  *
830
830
  * The usage extracted from each source will be **merged** together.
package/dist/index.mjs CHANGED
@@ -588,7 +588,7 @@ function definePreset(preset) {
588
588
  return preset;
589
589
  }
590
590
 
591
- const version = "0.58.3";
591
+ const version = "0.58.4";
592
592
 
593
593
  var __defProp = Object.defineProperty;
594
594
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
- "version": "0.58.3",
3
+ "version": "0.58.4",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",