@primer/components 0.0.0-2021103224249 → 0.0.0-2021103224544

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.
@@ -403,8 +403,6 @@
403
403
  `;function po({variant:e="subtle",title:t,auxiliaryText:r,children:a,...o}){return n.default.createElement(go,Tt({role:"heading",variant:e},o),t,r&&n.default.createElement("span",null,r))}po.displayName="Header";const bo=i.default.div`
404
404
  ${Kt}
405
405
  `;function mo({header:e,items:t,...r}){return n.default.createElement(bo,r,e&&n.default.createElement(po,e),t)}mo.displayName="Group";const ho=i.default.div`
406
- ${wt}
407
- ${yt}
408
406
  display: ${e=>e.inline?"inline-block":"inherit"};
409
407
  overflow: hidden;
410
408
  text-overflow: ellipsis;
@@ -2186,7 +2184,7 @@
2186
2184
  &.tooltipped-align-left-2::before {
2187
2185
  left: 10px;
2188
2186
  }
2189
-
2187
+ ${yt};
2190
2188
  ${Kt};
2191
2189
  `;function ns({direction:e="n",children:t,className:r,text:a,noDelay:o,align:i,wrap:l,...d}){const s=Xo(r,`tooltipped-${e}`,i&&`tooltipped-align-${i}-2`,o&&"tooltipped-no-delay",l&&"tooltipped-multiline");return n.default.createElement(os,Tt({role:"tooltip","aria-label":a},d,{className:s}),t)}ns.displayName="Tooltip",ns.alignments=["left","right"],ns.directions=["n","ne","e","se","s","sw","w","nw"];const is=i.default.nav`
2192
2190
  display: flex;