@unocss/core 66.5.6 → 66.5.7

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.d.mts CHANGED
@@ -925,7 +925,7 @@ interface ContentOptions {
925
925
  * By default, `.ts` and `.js` files are NOT extracted.
926
926
  *
927
927
  * @see https://www.npmjs.com/package/picomatch
928
- * @default [/\.(vue|svelte|[jt]sx|vine.ts|mdx?|astro|elm|php|phtml|html)($|\?)/]
928
+ * @default [/\.(vue|svelte|[jt]sx|vine.ts|mdx?|astro|elm|php|phtml|marko|html)($|\?)/]
929
929
  */
930
930
  include?: FilterPattern;
931
931
  /**
package/dist/index.d.ts CHANGED
@@ -925,7 +925,7 @@ interface ContentOptions {
925
925
  * By default, `.ts` and `.js` files are NOT extracted.
926
926
  *
927
927
  * @see https://www.npmjs.com/package/picomatch
928
- * @default [/\.(vue|svelte|[jt]sx|vine.ts|mdx?|astro|elm|php|phtml|html)($|\?)/]
928
+ * @default [/\.(vue|svelte|[jt]sx|vine.ts|mdx?|astro|elm|php|phtml|marko|html)($|\?)/]
929
929
  */
930
930
  include?: FilterPattern;
931
931
  /**
package/dist/index.mjs CHANGED
@@ -654,7 +654,7 @@ function definePreset(preset) {
654
654
  return preset;
655
655
  }
656
656
 
657
- const version = "66.5.6";
657
+ const version = "66.5.7";
658
658
 
659
659
  const symbols = {
660
660
  shortcutsNoMerge: "$$symbol-shortcut-no-merge",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
3
  "type": "module",
4
- "version": "66.5.6",
4
+ "version": "66.5.7",
5
5
  "description": "The instant on-demand Atomic CSS engine.",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",