zss-engine 0.2.100 → 0.2.101

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.
@@ -40,7 +40,7 @@ type ColonSelector = {
40
40
  };
41
41
  export type Query = `@media ${string}` | `@container ${string}`;
42
42
  type QuerySelector = {
43
- [K in Query]: CommonProperties | ColonSelector | AndSelector;
43
+ [K in Query]: CommonProperties | ColonSelector | AndSelector | CSSVariableProperty;
44
44
  };
45
45
  export type CSSProperties = CommonProperties | AndSelector | ColonSelector | QuerySelector | CSSVariableProperty;
46
46
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zss-engine",
3
- "version": "0.2.100",
3
+ "version": "0.2.101",
4
4
  "description": "Zero-runtime StyleSheet Engine",
5
5
  "funding": "https://github.com/sponsors/refirst11",
6
6
  "author": "Refirst 11",