@csszyx/unplugin 0.16.0 → 0.17.1

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.
Files changed (54) hide show
  1. package/README.md +1 -1
  2. package/dist/index.cjs +15 -4
  3. package/dist/index.d.cts +2 -2
  4. package/dist/index.d.mts +2 -2
  5. package/dist/index.mjs +14 -4
  6. package/dist/jest-transform.cjs +186 -0
  7. package/dist/jest-transform.d.cts +112 -0
  8. package/dist/jest-transform.d.mts +110 -0
  9. package/dist/jest-transform.mjs +175 -0
  10. package/dist/next-prebuild.cjs +7 -6
  11. package/dist/next-prebuild.d.cts +12 -2
  12. package/dist/next-prebuild.d.mts +12 -2
  13. package/dist/next-prebuild.mjs +6 -5
  14. package/dist/next-turbo-loader.cjs +11 -9
  15. package/dist/next-turbo-loader.d.cts +1 -1
  16. package/dist/next-turbo-loader.d.mts +1 -1
  17. package/dist/next-turbo-loader.mjs +8 -6
  18. package/dist/next-watcher.cjs +124 -15
  19. package/dist/next-watcher.d.cts +16 -3
  20. package/dist/next-watcher.d.mts +16 -3
  21. package/dist/next-watcher.mjs +124 -15
  22. package/dist/shared/{unplugin.C-oQU1jl.mjs → unplugin.2uf-U76p.mjs} +1 -1
  23. package/dist/shared/{unplugin.BWnmKv07.cjs → unplugin.BKID6KXV.cjs} +5 -1
  24. package/dist/shared/{unplugin.PKo7wFzu.d.cts → unplugin.BO2_hyS3.d.cts} +38 -5
  25. package/dist/shared/{unplugin.DH_ij6cf.mjs → unplugin.Ba3O1r8M.mjs} +2 -6
  26. package/dist/shared/unplugin.BqKLlo1h.cjs +8 -0
  27. package/dist/shared/{unplugin.Vn9x8SBP.mjs → unplugin.C3bgc29e.mjs} +3 -2
  28. package/dist/shared/{unplugin.Ceq-N4jI.mjs → unplugin.CK-DfKTP.mjs} +21 -111
  29. package/dist/shared/{unplugin.COlI0dJs.d.mts → unplugin.C_2R8vIk.d.cts} +1 -1
  30. package/dist/shared/unplugin.CcSfaIVx.mjs +13547 -0
  31. package/dist/shared/{unplugin.rWOMecQs.d.cts → unplugin.CfXjAV63.d.mts} +1 -1
  32. package/dist/shared/{unplugin.J6ue_lRJ.cjs → unplugin.D0tMgokL.cjs} +24 -115
  33. package/dist/shared/{unplugin.DDSWQJYX.cjs → unplugin.DS6CFjim.cjs} +3 -8
  34. package/dist/shared/{unplugin.gksolKh2.cjs → unplugin.DXzIP7lP.cjs} +5 -4
  35. package/dist/shared/unplugin.DZdsqdQa.cjs +13635 -0
  36. package/dist/shared/unplugin.DcXM9sq5.mjs +109 -0
  37. package/dist/shared/unplugin.Defu9wGh.cjs +115 -0
  38. package/dist/shared/{unplugin.Bu2rzRtv.d.mts → unplugin.DptK3pl4.d.mts} +38 -5
  39. package/dist/shared/{unplugin.BGog1Bib.d.cts → unplugin.XdPo6azz.d.cts} +3 -0
  40. package/dist/shared/{unplugin.BGog1Bib.d.mts → unplugin.XdPo6azz.d.mts} +3 -0
  41. package/dist/shared/{unplugin.BzF0V2kw.cjs → unplugin.YcnV3Izb.cjs} +6 -6
  42. package/dist/shared/{unplugin.BLptVbUe.mjs → unplugin.eCo7_znv.mjs} +4 -2
  43. package/dist/shared/unplugin.wMeicb6E.mjs +6 -0
  44. package/dist/vite.cjs +14 -4
  45. package/dist/vite.d.cts +2 -2
  46. package/dist/vite.d.mts +1 -1
  47. package/dist/vite.mjs +14 -4
  48. package/dist/webpack.cjs +14 -4
  49. package/dist/webpack.d.cts +1 -2
  50. package/dist/webpack.d.mts +1 -1
  51. package/dist/webpack.mjs +14 -4
  52. package/package.json +22 -11
  53. package/dist/shared/unplugin.D3yBoTHP.cjs +0 -5462
  54. package/dist/shared/unplugin.Dx0ngYWw.mjs +0 -5381
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@csszyx/unplugin",
3
- "version": "0.16.0",
3
+ "version": "0.17.1",
4
4
  "description": "Vite and Webpack integration for csszyx",
5
5
  "keywords": [
6
6
  "csszyx",
@@ -104,6 +104,16 @@
104
104
  "default": "./dist/next-watcher.cjs"
105
105
  }
106
106
  },
107
+ "./jest": {
108
+ "import": {
109
+ "types": "./dist/jest-transform.d.mts",
110
+ "default": "./dist/jest-transform.mjs"
111
+ },
112
+ "require": {
113
+ "types": "./dist/jest-transform.d.cts",
114
+ "default": "./dist/jest-transform.cjs"
115
+ }
116
+ },
107
117
  "./postcss": {
108
118
  "import": {
109
119
  "types": "./dist/postcss.d.mts",
@@ -122,11 +132,11 @@
122
132
  "dist"
123
133
  ],
124
134
  "dependencies": {
125
- "@csszyx/compiler": "0.16.0",
126
- "@csszyx/core": "0.16.0",
127
- "@csszyx/svelte-adapter": "0.16.0",
128
- "@csszyx/types": "0.16.0",
129
- "@csszyx/vue-adapter": "0.16.0",
135
+ "@csszyx/compiler": "0.17.1",
136
+ "@csszyx/core": "0.17.1",
137
+ "@csszyx/svelte-adapter": "0.17.1",
138
+ "@csszyx/types": "0.17.1",
139
+ "@csszyx/vue-adapter": "0.17.1",
130
140
  "postcss": "^8.5.26",
131
141
  "postcss-selector-parser": "^7.1.5",
132
142
  "postcss-value-parser": "^4.2.0",
@@ -134,7 +144,7 @@
134
144
  "unplugin": "^3.3.0"
135
145
  },
136
146
  "peerDependencies": {
137
- "@csszyx/runtime": "^0.16.0",
147
+ "@csszyx/runtime": "^0.17.1",
138
148
  "vite": ">=5.0.0"
139
149
  },
140
150
  "peerDependenciesMeta": {
@@ -143,18 +153,19 @@
143
153
  }
144
154
  },
145
155
  "devDependencies": {
146
- "@csszyx/runtime": "0.16.0",
147
- "@csszyx/tooling-metadata": "0.16.0",
156
+ "@csszyx/runtime": "0.17.1",
157
+ "@csszyx/tailwind-oracle": "0.17.0",
158
+ "@csszyx/tooling-metadata": "0.17.1",
148
159
  "@tailwindcss/node": "4.3.3",
149
160
  "@types/node": "^22.20.1",
150
161
  "@types/proper-lockfile": "^4.1.4",
151
162
  "esbuild": "0.28.2",
152
- "rollup": "^4.63.0",
163
+ "rollup": "^4.63.1",
153
164
  "typescript": "^6.0.3",
154
165
  "unbuild": "^3.6.1",
155
166
  "vite": "^8.2.2",
156
167
  "vitest": "^4.1.11",
157
- "webpack": "^5.109.0"
168
+ "webpack": "^5.110.3"
158
169
  },
159
170
  "sideEffects": false,
160
171
  "engines": {