@blockle/blocks-core 0.21.4 → 0.21.6

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.
@@ -60,7 +60,7 @@ function defineProperties({
60
60
  return css.style({
61
61
  "@media": {
62
62
  [condition["@media"]]: {
63
- [property]: value
63
+ [property]: values[value]
64
64
  }
65
65
  }
66
66
  });
@@ -58,7 +58,7 @@ function defineProperties({
58
58
  return style({
59
59
  "@media": {
60
60
  [condition["@media"]]: {
61
- [property]: value
61
+ [property]: values[value]
62
62
  }
63
63
  }
64
64
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockle/blocks-core",
3
- "version": "0.21.4",
3
+ "version": "0.21.6",
4
4
  "description": "Core for Blocks",
5
5
  "type": "module",
6
6
  "sideEffects": false,