@harnessio/ui 0.0.271 → 0.0.273
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 +1 -2
- package/dist/components.js +1 -1
- package/dist/{index-rYBotyh9.js → index-Cop0uTZv.js} +3 -3
- package/dist/{index-rYBotyh9.js.map → index-Cop0uTZv.js.map} +1 -1
- package/dist/index.d.ts +1 -2
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/tailwind.config.js +12 -3
- package/dist/tailwind.config.js.map +1 -1
- package/package.json +4 -4
package/dist/tailwind.config.js
CHANGED
|
@@ -8,6 +8,15 @@ const x = {
|
|
|
8
8
|
"&.cn-accordion-card": {
|
|
9
9
|
gap: "var(--cn-accordion-sm-card-gap-y)"
|
|
10
10
|
},
|
|
11
|
+
".cn-accordion-item-header button": {
|
|
12
|
+
"&:focus": {
|
|
13
|
+
outline: "none"
|
|
14
|
+
},
|
|
15
|
+
"&:focus-visible": {
|
|
16
|
+
outline: "var(--cn-focus)",
|
|
17
|
+
"@apply outline-offset-cn-tight": ""
|
|
18
|
+
}
|
|
19
|
+
},
|
|
11
20
|
"&-md": {
|
|
12
21
|
minWidth: "var(--cn-accordion-md-min-width)",
|
|
13
22
|
"--cn-accordion-sm-gap": "var(--cn-accordion-md-gap)",
|
|
@@ -3192,7 +3201,7 @@ const Pe = {
|
|
|
3192
3201
|
// Group card variant
|
|
3193
3202
|
"&:where(.cn-studio-card-group)": {
|
|
3194
3203
|
width: "auto",
|
|
3195
|
-
minWidth: "
|
|
3204
|
+
minWidth: "220px",
|
|
3196
3205
|
maxWidth: "none",
|
|
3197
3206
|
height: "auto",
|
|
3198
3207
|
'&:has(> .cn-studio-card-content > [data-expanded="true"])': {
|
|
@@ -3278,7 +3287,7 @@ const Pe = {
|
|
|
3278
3287
|
minHeight: "var(--cn-size-29)",
|
|
3279
3288
|
borderTop: "1px solid var(--cn-border-2)",
|
|
3280
3289
|
backgroundColor: "var(--cn-comp-pipeline-card-footer)",
|
|
3281
|
-
"@apply flex flex-col
|
|
3290
|
+
"@apply flex flex-col px-cn-md py-cn-md font-caption-normal": "",
|
|
3282
3291
|
// Default: line-clamp-4 for regular cards
|
|
3283
3292
|
"& span": {
|
|
3284
3293
|
"@apply line-clamp-4": ""
|
|
@@ -3496,7 +3505,7 @@ const Pe = {
|
|
|
3496
3505
|
"&:where(.cn-table-v2-highlight-hover) tbody > tr": {
|
|
3497
3506
|
"&:hover, &:has(.cn-table-v2-cell-clickable-block:focus-visible)": {
|
|
3498
3507
|
"&>td": {
|
|
3499
|
-
backgroundColor: "var(--cn-
|
|
3508
|
+
backgroundColor: "var(--cn-state-hover)"
|
|
3500
3509
|
}
|
|
3501
3510
|
}
|
|
3502
3511
|
},
|