@pikacss/core 0.0.26 → 0.0.27

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
@@ -1043,7 +1043,7 @@ async function _renderPreflight({
1043
1043
  currentBlockBody.children.set(k, currentBlockBody.children.get(k) || { properties: [] });
1044
1044
  _renderPreflight({
1045
1045
  engine,
1046
- preflightDefinition: v,
1046
+ preflightDefinition: { [k]: v },
1047
1047
  blocks: currentBlockBody.children
1048
1048
  });
1049
1049
  }
package/dist/index.mjs CHANGED
@@ -1041,7 +1041,7 @@ async function _renderPreflight({
1041
1041
  currentBlockBody.children.set(k, currentBlockBody.children.get(k) || { properties: [] });
1042
1042
  _renderPreflight({
1043
1043
  engine,
1044
- preflightDefinition: v,
1044
+ preflightDefinition: { [k]: v },
1045
1045
  blocks: currentBlockBody.children
1046
1046
  });
1047
1047
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.0.26",
7
+ "version": "0.0.27",
8
8
  "author": "DevilTea <ch19980814@gmail.com>",
9
9
  "license": "MIT",
10
10
  "repository": {