@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@charcoal-ui/react",
3
- "version": "2.8.0",
3
+ "version": "2.9.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.esm.js",
@@ -49,10 +49,10 @@
49
49
  "typescript": "^4.9.5"
50
50
  },
51
51
  "dependencies": {
52
- "@charcoal-ui/icons": "^2.8.0",
53
- "@charcoal-ui/styled": "^2.8.0",
54
- "@charcoal-ui/theme": "^2.8.0",
55
- "@charcoal-ui/utils": "^2.8.0",
52
+ "@charcoal-ui/icons": "^2.9.0",
53
+ "@charcoal-ui/styled": "^2.9.0",
54
+ "@charcoal-ui/theme": "^2.9.0",
55
+ "@charcoal-ui/utils": "^2.9.0",
56
56
  "@react-aria/button": "^3.7.0",
57
57
  "@react-aria/checkbox": "^3.8.0",
58
58
  "@react-aria/dialog": "^3.5.0",
@@ -88,5 +88,5 @@
88
88
  "url": "https://github.com/pixiv/charcoal.git",
89
89
  "directory": "packages/react"
90
90
  },
91
- "gitHead": "f45afd2e7fd92a3bed12babb8e23e4524057a96d"
91
+ "gitHead": "37a14b2a014a752fe20c358eb5d35e0e74063805"
92
92
  }
@@ -82,6 +82,8 @@ export const RadioInput = styled.input.attrs({ type: 'radio' })<{
82
82
  width: 20px;
83
83
  height: 20px;
84
84
 
85
+ cursor: pointer;
86
+
85
87
  ${({ hasError = false }) =>
86
88
  theme((o) => [
87
89
  o.borderRadius('oval'),
@@ -349,6 +349,7 @@ const PrefixContainer = styled.span`
349
349
  top: 50%;
350
350
  left: 8px;
351
351
  transform: translateY(-50%);
352
+ z-index: 1;
352
353
  `
353
354
 
354
355
  const SuffixContainer = styled.span`