@compiled/parcel-transformer 0.18.0 → 0.18.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@compiled/parcel-transformer",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.2",
|
|
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",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@babel/core": "^7.21.8",
|
|
24
24
|
"@babel/generator": "^7.21.5",
|
|
25
|
-
"@compiled/babel-plugin": "^0.
|
|
26
|
-
"@compiled/babel-plugin-strip-runtime": "^0.
|
|
27
|
-
"@compiled/utils": "^0.13.
|
|
25
|
+
"@compiled/babel-plugin": "^0.34.0",
|
|
26
|
+
"@compiled/babel-plugin-strip-runtime": "^0.33.0",
|
|
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.17.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@parcel/core": "^2.8.3",
|
|
@@ -225,18 +225,15 @@ it('transforms assets with compiled and extraction babel plugins', async () => {
|
|
|
225
225
|
singleQuote: true,
|
|
226
226
|
})
|
|
227
227
|
).toMatchInlineSnapshot(`
|
|
228
|
-
".
|
|
228
|
+
"._19itlf8h {
|
|
229
|
+
border: 2px solid blue;
|
|
230
|
+
}
|
|
231
|
+
._1wyb12am {
|
|
229
232
|
font-size: 50px;
|
|
230
233
|
}
|
|
231
234
|
._syaz13q2 {
|
|
232
235
|
color: blue;
|
|
233
236
|
}
|
|
234
|
-
._19bv1vi7 {
|
|
235
|
-
padding-left: 32px;
|
|
236
|
-
}
|
|
237
|
-
._19itlf8h {
|
|
238
|
-
border: 2px solid blue;
|
|
239
|
-
}
|
|
240
237
|
._19pk1ul9 {
|
|
241
238
|
margin-top: 30px;
|
|
242
239
|
}
|
|
@@ -255,6 +252,9 @@ it('transforms assets with compiled and extraction babel plugins', async () => {
|
|
|
255
252
|
._u5f31vi7 {
|
|
256
253
|
padding-right: 32px;
|
|
257
254
|
}
|
|
255
|
+
._19bv1vi7 {
|
|
256
|
+
padding-left: 32px;
|
|
257
|
+
}
|
|
258
258
|
"
|
|
259
259
|
`);
|
|
260
260
|
|
|
@@ -273,7 +273,7 @@ it('transforms assets with compiled and extraction babel plugins', async () => {
|
|
|
273
273
|
style: __cmpls,
|
|
274
274
|
ref: __cmplr,
|
|
275
275
|
className: (0, _runtime.ax)([
|
|
276
|
-
"
|
|
276
|
+
"_19itlf8h _ca0q1vi7 _u5f31vi7 _n3td1vi7 _19bv1vi7 _syaz13q2 _1wyb1ul9",
|
|
277
277
|
__cmplp.className
|
|
278
278
|
])
|
|
279
279
|
}));
|