@unocss/core 0.20.1 → 0.20.2

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
@@ -363,7 +363,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
363
363
  };
364
364
  }
365
365
 
366
- const version = "0.20.1";
366
+ const version = "0.20.2";
367
367
 
368
368
  class UnoGenerator {
369
369
  constructor(userConfig = {}, defaults = {}) {
package/dist/index.d.ts CHANGED
@@ -51,13 +51,17 @@ declare type ParsedColorValue = {
51
51
  */
52
52
  name: string;
53
53
  /**
54
- * Color scale. Preferrably 000 - 999
54
+ * Color scale, preferrably 000 - 999.
55
55
  */
56
56
  no: string;
57
57
  /**
58
58
  * {@link RGBAColorValue}
59
59
  */
60
60
  rgba?: RGBAColorValue;
61
+ /**
62
+ * Parsed rgba's alpha value.
63
+ */
64
+ alpha?: number | string;
61
65
  };
62
66
  declare type PresetOptions = Record<string, any>;
63
67
  interface RuleContext<Theme extends {} = {}> {
package/dist/index.mjs CHANGED
@@ -359,7 +359,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
359
359
  };
360
360
  }
361
361
 
362
- const version = "0.20.1";
362
+ const version = "0.20.2";
363
363
 
364
364
  class UnoGenerator {
365
365
  constructor(userConfig = {}, defaults = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
- "version": "0.20.1",
3
+ "version": "0.20.2",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "keywords": [
6
6
  "unocss",