@aic-kits/react 0.35.5 → 0.35.6
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.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -678,12 +678,12 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
678
678
|
|
|
679
679
|
& > td {
|
|
680
680
|
border-bottom: 1px solid ${({theme:e})=>e.colors.grey300};
|
|
681
|
-
background-color: ${({theme:e,$isSelected:n})=>n?e.colors.orange100:e.colors.
|
|
681
|
+
background-color: ${({theme:e,$isSelected:n})=>n?e.colors.orange100:e.colors.white};
|
|
682
682
|
transition: background-color 0.15s ease;
|
|
683
683
|
}
|
|
684
684
|
|
|
685
685
|
&:hover > td {
|
|
686
|
-
background-color: ${({theme:e,$isSelected:n})=>n?e.colors.orange100:e.colors.
|
|
686
|
+
background-color: ${({theme:e,$isSelected:n})=>n?e.colors.orange100:e.colors.grey100};
|
|
687
687
|
}
|
|
688
688
|
|
|
689
689
|
&[data-state='selected'] > td {
|
package/dist/index.js
CHANGED
|
@@ -18618,12 +18618,12 @@ const Ia = ye.tr`
|
|
|
18618
18618
|
|
|
18619
18619
|
& > td {
|
|
18620
18620
|
border-bottom: 1px solid ${({ theme: e }) => e.colors.grey300};
|
|
18621
|
-
background-color: ${({ theme: e, $isSelected: n }) => n ? e.colors.orange100 : e.colors.
|
|
18621
|
+
background-color: ${({ theme: e, $isSelected: n }) => n ? e.colors.orange100 : e.colors.white};
|
|
18622
18622
|
transition: background-color 0.15s ease;
|
|
18623
18623
|
}
|
|
18624
18624
|
|
|
18625
18625
|
&:hover > td {
|
|
18626
|
-
background-color: ${({ theme: e, $isSelected: n }) => n ? e.colors.orange100 : e.colors.
|
|
18626
|
+
background-color: ${({ theme: e, $isSelected: n }) => n ? e.colors.orange100 : e.colors.grey100};
|
|
18627
18627
|
}
|
|
18628
18628
|
|
|
18629
18629
|
&[data-state='selected'] > td {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aic-kits/react",
|
|
3
|
-
"version": "0.35.
|
|
3
|
+
"version": "0.35.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"vite-plugin-dts": "^4.3.0",
|
|
56
56
|
"vitest": "^2.1.8"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "ae90c6162c32391d8a41d33db66f14cd37733bb2"
|
|
59
59
|
}
|