@pygmalionjs/pygmalion 0.5.22 → 0.5.25

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.
@@ -5486,7 +5486,16 @@ const Wl = [
5486
5486
  "border-right",
5487
5487
  "border-bottom",
5488
5488
  "border-left",
5489
- "border-radius",
5489
+ // Corner longhands, not the `border-radius` shorthand. A bar that flattens the
5490
+ // two corners it shares with the input below it computes as
5491
+ // `12px 12px 0px 0px`, and reading that back through the shorthand handed the
5492
+ // import a single `12px` — every corner round again, so the seam between the
5493
+ // two boxes reappeared in the frame while the product itself was seamless.
5494
+ // Longhands cannot collapse that way.
5495
+ "border-top-left-radius",
5496
+ "border-top-right-radius",
5497
+ "border-bottom-right-radius",
5498
+ "border-bottom-left-radius",
5490
5499
  "box-shadow",
5491
5500
  "opacity",
5492
5501
  "transform",
@@ -9807,24 +9816,24 @@ export {
9807
9816
  Wu as a7,
9808
9817
  Oi as a8,
9809
9818
  se as a9,
9810
- Jf as aA,
9811
- Vf as aB,
9812
- zf as aC,
9813
- Uf as aD,
9814
- Ad as aE,
9815
- zd as aF,
9816
- Vd as aG,
9817
- Ph as aH,
9818
- jh as aI,
9819
- Eh as aJ,
9820
- eh as aK,
9821
- mh as aL,
9822
- Rh as aM,
9823
- ih as aN,
9824
- Gd as aO,
9825
- $d as aP,
9826
- jd as aQ,
9827
- Wf as aR,
9819
+ Xf as aA,
9820
+ Jf as aB,
9821
+ Vf as aC,
9822
+ zf as aD,
9823
+ Uf as aE,
9824
+ Ad as aF,
9825
+ zd as aG,
9826
+ Vd as aH,
9827
+ Ph as aI,
9828
+ jh as aJ,
9829
+ Eh as aK,
9830
+ eh as aL,
9831
+ mh as aM,
9832
+ Rh as aN,
9833
+ ih as aO,
9834
+ Gd as aP,
9835
+ $d as aQ,
9836
+ jd as aR,
9828
9837
  Ld as aS,
9829
9838
  Qd as aT,
9830
9839
  Hd as aU,
@@ -9843,23 +9852,23 @@ export {
9843
9852
  Li as ag,
9844
9853
  yr as ah,
9845
9854
  Kd as ai,
9846
- sh as aj,
9847
- Lh as ak,
9848
- Th as al,
9849
- Fh as am,
9850
- _l as an,
9851
- Sl as ao,
9852
- pl as ap,
9853
- Ih as aq,
9854
- Mh as ar,
9855
- Ol as as,
9856
- El as at,
9857
- Dh as au,
9858
- $h as av,
9859
- nh as aw,
9860
- rh as ax,
9861
- Zo as ay,
9862
- Xf as az,
9855
+ Wf as aj,
9856
+ sh as ak,
9857
+ Lh as al,
9858
+ Th as am,
9859
+ Fh as an,
9860
+ _l as ao,
9861
+ Sl as ap,
9862
+ pl as aq,
9863
+ Ih as ar,
9864
+ Mh as as,
9865
+ Ol as at,
9866
+ El as au,
9867
+ Dh as av,
9868
+ $h as aw,
9869
+ nh as ax,
9870
+ rh as ay,
9871
+ Zo as az,
9863
9872
  On as b,
9864
9873
  vd as b0,
9865
9874
  bd as b1,