@charcoal-ui/react 2.8.0 → 2.9.0

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/dist/index.esm.js CHANGED
@@ -379,6 +379,8 @@ var RadioInput = styled5.input.attrs({ type: "radio" })`
379
379
  width: 20px;
380
380
  height: 20px;
381
381
 
382
+ cursor: pointer;
383
+
382
384
  ${({ hasError = false }) => theme((o) => [
383
385
  o.borderRadius("oval"),
384
386
  o.bg.surface1.hover.press,
@@ -1075,6 +1077,7 @@ var PrefixContainer = styled9.span`
1075
1077
  top: 50%;
1076
1078
  left: 8px;
1077
1079
  transform: translateY(-50%);
1080
+ z-index: 1;
1078
1081
  `;
1079
1082
  var SuffixContainer = styled9.span`
1080
1083
  position: absolute;