@team-monolith/cds 1.115.1 → 1.115.2

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.
@@ -189,7 +189,7 @@ const CheckboxContainer = styled.span(({ theme, spacer, disabled, size }) => css
189
189
  ${!disabled &&
190
190
  css `
191
191
  &:hover::before,
192
- &:focus-within::before {
192
+ &:focus-visible::before {
193
193
  opacity: 0.5; /* input 영역 hover 및 focus 시 표시 */
194
194
  }
195
195
  `}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "1.115.1",
3
+ "version": "1.115.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,