@unocss/core 0.53.3 → 0.53.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
@@ -507,7 +507,7 @@ function mergeThemes(themes) {
507
507
  return themes.map((theme) => theme ? clone(theme) : {}).reduce((a, b) => mergeDeep(a, b), {});
508
508
  }
509
509
 
510
- const version = "0.53.3";
510
+ const version = "0.53.4";
511
511
 
512
512
  class UnoGenerator {
513
513
  constructor(userConfig = {}, defaults = {}) {
package/dist/index.mjs CHANGED
@@ -503,7 +503,7 @@ function mergeThemes(themes) {
503
503
  return themes.map((theme) => theme ? clone(theme) : {}).reduce((a, b) => mergeDeep(a, b), {});
504
504
  }
505
505
 
506
- const version = "0.53.3";
506
+ const version = "0.53.4";
507
507
 
508
508
  class UnoGenerator {
509
509
  constructor(userConfig = {}, defaults = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
- "version": "0.53.3",
3
+ "version": "0.53.4",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",