@harnessio/ui 0.5.6 → 0.5.8
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/components.d.ts +33 -1
- package/dist/components.js +1 -1
- package/dist/{index-CUP9LY0c.js → index-CCQ84RGw.js} +13878 -13645
- package/dist/{index-CUP9LY0c.js.map → index-CCQ84RGw.js.map} +1 -1
- package/dist/index.d.ts +37 -1
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/tailwind.config.js +14 -1
- package/dist/tailwind.config.js.map +1 -1
- package/package.json +1 -1
package/dist/tailwind.config.js
CHANGED
|
@@ -3465,7 +3465,10 @@ const Ue = {
|
|
|
3465
3465
|
"@apply bg-cn-2": ""
|
|
3466
3466
|
},
|
|
3467
3467
|
"&-with-hover": {
|
|
3468
|
-
"@apply hover:bg-cn-hover cursor-pointer duration-150 ease-in-out": ""
|
|
3468
|
+
"@apply hover:bg-cn-hover cursor-pointer duration-150 ease-in-out": "",
|
|
3469
|
+
"&:hover .cn-row-pin:not(.cn-row-pin-on), &:focus-within .cn-row-pin:not(.cn-row-pin-on)": {
|
|
3470
|
+
opacity: "1"
|
|
3471
|
+
}
|
|
3469
3472
|
},
|
|
3470
3473
|
"&-clickable-block": {
|
|
3471
3474
|
"@apply absolute inset-0 w-full rounded-cn-3 !z-0 outline-offset-cn-tight": ""
|
|
@@ -3928,6 +3931,9 @@ const Ue = {
|
|
|
3928
3931
|
"&:hover, &:has(.cn-table-v2-cell-clickable-block:focus-visible)": {
|
|
3929
3932
|
"&>td": {
|
|
3930
3933
|
backgroundColor: "var(--cn-state-hover)"
|
|
3934
|
+
},
|
|
3935
|
+
"& .cn-row-pin:not(.cn-row-pin-on)": {
|
|
3936
|
+
opacity: "1"
|
|
3931
3937
|
}
|
|
3932
3938
|
}
|
|
3933
3939
|
},
|
|
@@ -4024,6 +4030,13 @@ const Ue = {
|
|
|
4024
4030
|
"&-caption": {
|
|
4025
4031
|
"@apply mt-cn-md": ""
|
|
4026
4032
|
}
|
|
4033
|
+
},
|
|
4034
|
+
".cn-row-pin": {
|
|
4035
|
+
opacity: "0",
|
|
4036
|
+
transitionProperty: "opacity"
|
|
4037
|
+
},
|
|
4038
|
+
".cn-row-pin-on": {
|
|
4039
|
+
opacity: "1"
|
|
4027
4040
|
}
|
|
4028
4041
|
}, er = {
|
|
4029
4042
|
".cn-tabs-scroll-container": {
|