@chayns-ui/core 0.3.0 → 0.3.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.
Files changed (2) hide show
  1. package/dist/list.css +6 -1
  2. package/package.json +1 -1
package/dist/list.css CHANGED
@@ -12,6 +12,7 @@
12
12
  position: relative;
13
13
  display: flex;
14
14
  align-items: stretch;
15
+ border-radius: 10px;
15
16
  }
16
17
 
17
18
  .chayns-list-item__action {
@@ -115,9 +116,13 @@
115
116
  }
116
117
 
117
118
  @media (hover: hover) {
118
- .chayns-list-item__action--interactive:hover:not(:disabled) {
119
+ .chayns-list-item:has(.chayns-list-item__action--interactive:hover:not(:disabled)) {
119
120
  background: var(--hover);
120
121
  }
122
+
123
+ .chayns-list-item__action--interactive:hover:not(:disabled) {
124
+ background: transparent;
125
+ }
121
126
  }
122
127
 
123
128
  @media (prefers-reduced-motion: reduce) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chayns-ui/core",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "Accessible React core components for chayns UI",
5
5
  "license": "MIT",
6
6
  "type": "module",