@harnessio/ui 0.0.236 → 0.0.238
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 +11 -11
- package/dist/components.js +1 -1
- package/dist/{index-BaV_DVxx.js → index-DCkWZ--Q.js} +420 -415
- package/dist/index-DCkWZ--Q.js.map +1 -0
- package/dist/index.d.ts +11 -11
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/tailwind.config.js +11 -1
- package/dist/tailwind.config.js.map +1 -1
- package/package.json +4 -4
- package/dist/index-BaV_DVxx.js.map +0 -1
package/dist/tailwind.config.js
CHANGED
|
@@ -3296,11 +3296,21 @@ const Pe = {
|
|
|
3296
3296
|
"&:where(.row-link-no-underline)": {
|
|
3297
3297
|
"@apply [&_.cn-table-v2-cell-clickable-block]:no-underline": ""
|
|
3298
3298
|
},
|
|
3299
|
-
"&:where([data-checked=true])": {
|
|
3299
|
+
"&:where([data-checked=true]) td": {
|
|
3300
3300
|
backgroundColor: "var(--cn-state-selected)"
|
|
3301
3301
|
},
|
|
3302
3302
|
"&-expanded": {
|
|
3303
3303
|
backgroundColor: "var(--cn-state-selected)"
|
|
3304
|
+
},
|
|
3305
|
+
"&.cn-table-row-active": {
|
|
3306
|
+
"@apply border-cn-brand": "",
|
|
3307
|
+
borderWidth: "1px",
|
|
3308
|
+
".cn-table-v2-cell": {
|
|
3309
|
+
"@apply bg-cn-brand-secondary": ""
|
|
3310
|
+
}
|
|
3311
|
+
},
|
|
3312
|
+
"&:has(+ .cn-table-row-active)": {
|
|
3313
|
+
"@apply border-b-0": ""
|
|
3304
3314
|
}
|
|
3305
3315
|
},
|
|
3306
3316
|
// Head cell
|