@stylexjs/unplugin 0.17.1 → 0.17.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/lib/es/index.mjs CHANGED
@@ -191,6 +191,7 @@ const unpluginInstance = createUnplugin((userOptions = {}, metaOptions) => {
191
191
  isTSX: true
192
192
  }], jsxSyntaxPlugin, stylexBabelPlugin.withOptions({
193
193
  ...stylexOptions,
194
+ importSources,
194
195
  treeshakeCompensation,
195
196
  dev,
196
197
  unstable_moduleResolution
package/lib/index.js CHANGED
@@ -197,6 +197,7 @@ const unpluginInstance = (0, _unplugin.createUnplugin)((userOptions = {}, metaOp
197
197
  isTSX: true
198
198
  }], _pluginSyntaxJsx.default, _babelPlugin.default.withOptions({
199
199
  ...stylexOptions,
200
+ importSources,
200
201
  treeshakeCompensation,
201
202
  dev,
202
203
  unstable_moduleResolution
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stylexjs/unplugin",
3
- "version": "0.17.1",
3
+ "version": "0.17.2",
4
4
  "private": false,
5
5
  "description": "Universal bundler plugin for StyleX using unplugin",
6
6
  "license": "MIT",
@@ -35,7 +35,7 @@
35
35
  "@babel/plugin-syntax-flow": "^7.26.0",
36
36
  "@babel/plugin-syntax-jsx": "^7.25.9",
37
37
  "@babel/plugin-syntax-typescript": "^7.25.9",
38
- "@stylexjs/babel-plugin": "0.17.1",
38
+ "@stylexjs/babel-plugin": "0.17.2",
39
39
  "browserslist": "^4.24.0",
40
40
  "lightningcss": "^1.29.1"
41
41
  },