@unocss/core 0.52.6 → 0.52.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.cjs CHANGED
@@ -503,7 +503,7 @@ function mergeConfigs(configs) {
503
503
  return merged;
504
504
  }
505
505
 
506
- const version = "0.52.6";
506
+ const version = "0.52.7";
507
507
 
508
508
  class UnoGenerator {
509
509
  constructor(userConfig = {}, defaults = {}) {
package/dist/index.d.ts CHANGED
@@ -317,6 +317,13 @@ interface RuleMeta {
317
317
  * @default false
318
318
  */
319
319
  internal?: boolean;
320
+ /**
321
+ * Store the hash of the rule boy
322
+ *
323
+ * @internal
324
+ * @private
325
+ */
326
+ __hash?: string;
320
327
  }
321
328
  type CSSValue = CSSObject | CSSEntries;
322
329
  type CSSValues = CSSValue | CSSValue[];
package/dist/index.mjs CHANGED
@@ -499,7 +499,7 @@ function mergeConfigs(configs) {
499
499
  return merged;
500
500
  }
501
501
 
502
- const version = "0.52.6";
502
+ const version = "0.52.7";
503
503
 
504
504
  class UnoGenerator {
505
505
  constructor(userConfig = {}, defaults = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
- "version": "0.52.6",
3
+ "version": "0.52.7",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",