@compiled/parcel-transformer 0.19.0 → 0.19.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@compiled/parcel-transformer",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.1",
|
|
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,7 +22,7 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@babel/core": "^7.26.10",
|
|
24
24
|
"@babel/generator": "^7.26.10",
|
|
25
|
-
"@compiled/babel-plugin": "^0.
|
|
25
|
+
"@compiled/babel-plugin": "^0.39.0",
|
|
26
26
|
"@compiled/babel-plugin-strip-runtime": "^0.38.0",
|
|
27
27
|
"@compiled/utils": "^0.13.1",
|
|
28
28
|
"@parcel/plugin": "^2.8.3",
|
|
@@ -228,15 +228,15 @@ it('transforms assets with compiled and extraction babel plugins', async () => {
|
|
|
228
228
|
"._19it1vrj {
|
|
229
229
|
border: 2px solid transparent;
|
|
230
230
|
}
|
|
231
|
-
.
|
|
232
|
-
|
|
233
|
-
}
|
|
234
|
-
._syaz13q2 {
|
|
235
|
-
color: blue;
|
|
231
|
+
._19bv1vi7 {
|
|
232
|
+
padding-left: 32px;
|
|
236
233
|
}
|
|
237
234
|
._19pk1ul9 {
|
|
238
235
|
margin-top: 30px;
|
|
239
236
|
}
|
|
237
|
+
._1wyb12am {
|
|
238
|
+
font-size: 50px;
|
|
239
|
+
}
|
|
240
240
|
._1wyb1ul9 {
|
|
241
241
|
font-size: 30px;
|
|
242
242
|
}
|
|
@@ -249,12 +249,12 @@ it('transforms assets with compiled and extraction babel plugins', async () => {
|
|
|
249
249
|
._n3td1vi7 {
|
|
250
250
|
padding-bottom: 32px;
|
|
251
251
|
}
|
|
252
|
+
._syaz13q2 {
|
|
253
|
+
color: blue;
|
|
254
|
+
}
|
|
252
255
|
._u5f31vi7 {
|
|
253
256
|
padding-right: 32px;
|
|
254
257
|
}
|
|
255
|
-
._19bv1vi7 {
|
|
256
|
-
padding-left: 32px;
|
|
257
|
-
}
|
|
258
258
|
._f8pj1x77:focus {
|
|
259
259
|
color: white;
|
|
260
260
|
}
|