@compiled/parcel-transformer 0.18.5 → 0.18.7
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@compiled/parcel-transformer",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.7",
|
|
4
4
|
"description": "A familiar and performant compile time CSS-in-JS library for React.",
|
|
5
5
|
"homepage": "https://compiledcssinjs.com/docs/pkg-parcel-transformer",
|
|
6
6
|
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
|
|
@@ -20,15 +20,15 @@
|
|
|
20
20
|
"src"
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@babel/core": "^7.26.
|
|
24
|
-
"@babel/generator": "^7.26.
|
|
25
|
-
"@compiled/babel-plugin": "^0.
|
|
26
|
-
"@compiled/babel-plugin-strip-runtime": "^0.
|
|
23
|
+
"@babel/core": "^7.26.10",
|
|
24
|
+
"@babel/generator": "^7.26.10",
|
|
25
|
+
"@compiled/babel-plugin": "^0.38.0",
|
|
26
|
+
"@compiled/babel-plugin-strip-runtime": "^0.38.0",
|
|
27
27
|
"@compiled/utils": "^0.13.1",
|
|
28
28
|
"@parcel/plugin": "^2.8.3",
|
|
29
29
|
"@parcel/source-map": "^2.1.1",
|
|
30
30
|
"@parcel/utils": "^2.8.3",
|
|
31
|
-
"enhanced-resolve": "^5.
|
|
31
|
+
"enhanced-resolve": "^5.18.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@parcel/core": "^2.8.3",
|
|
@@ -225,8 +225,8 @@ it('transforms assets with compiled and extraction babel plugins', async () => {
|
|
|
225
225
|
singleQuote: true,
|
|
226
226
|
})
|
|
227
227
|
).toMatchInlineSnapshot(`
|
|
228
|
-
".
|
|
229
|
-
border: 2px solid
|
|
228
|
+
"._19it1vrj {
|
|
229
|
+
border: 2px solid transparent;
|
|
230
230
|
}
|
|
231
231
|
._1wyb12am {
|
|
232
232
|
font-size: 50px;
|
|
@@ -255,6 +255,21 @@ it('transforms assets with compiled and extraction babel plugins', async () => {
|
|
|
255
255
|
._19bv1vi7 {
|
|
256
256
|
padding-left: 32px;
|
|
257
257
|
}
|
|
258
|
+
._f8pj1x77:focus {
|
|
259
|
+
color: white;
|
|
260
|
+
}
|
|
261
|
+
._jomr13q2:focus {
|
|
262
|
+
background-color: blue;
|
|
263
|
+
}
|
|
264
|
+
._4cvx13q2:hover {
|
|
265
|
+
border-color: blue;
|
|
266
|
+
}
|
|
267
|
+
._30l31x77:hover {
|
|
268
|
+
color: white;
|
|
269
|
+
}
|
|
270
|
+
._irr313q2:hover {
|
|
271
|
+
background-color: blue;
|
|
272
|
+
}
|
|
258
273
|
"
|
|
259
274
|
`);
|
|
260
275
|
|
|
@@ -273,7 +288,7 @@ it('transforms assets with compiled and extraction babel plugins', async () => {
|
|
|
273
288
|
style: __cmpls,
|
|
274
289
|
ref: __cmplr,
|
|
275
290
|
className: (0, _runtime.ax)([
|
|
276
|
-
"
|
|
291
|
+
"_19it1vrj _ca0q1vi7 _u5f31vi7 _n3td1vi7 _19bv1vi7 _syaz13q2 _1wyb1ul9 _4cvx13q2 _irr313q2 _30l31x77 _jomr13q2 _f8pj1x77",
|
|
277
292
|
__cmplp.className
|
|
278
293
|
])
|
|
279
294
|
}));
|