@harnessio/ui 0.5.71 → 0.5.72
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.js +1 -1
- package/dist/{index-wmoXHrrC.js → index-B2o2Qi6U.js} +3 -3
- package/dist/{index-wmoXHrrC.js.map → index-B2o2Qi6U.js.map} +1 -1
- package/dist/{index-BdMamYc4.js → index-BWZEjaFe.js} +2 -2
- package/dist/{index-BdMamYc4.js.map → index-BWZEjaFe.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/styles.css +1 -1
- package/dist/tailwind.config.js +5 -5
- package/dist/tailwind.config.js.map +1 -1
- package/dist/utils.js +1 -1
- package/package.json +1 -1
package/dist/tailwind.config.js
CHANGED
|
@@ -4791,9 +4791,9 @@ const tr = {
|
|
|
4791
4791
|
".cn-studio-card-header": {
|
|
4792
4792
|
minHeight: "var(--cn-size-11)",
|
|
4793
4793
|
color: "var(--cn-text-1)",
|
|
4794
|
-
"@apply flex items-center gap-cn-2xs p-cn-xs pl-cn-md w-full": "",
|
|
4795
|
-
"&-title": {
|
|
4796
|
-
"@apply
|
|
4794
|
+
"@apply flex items-center gap-cn-2xs p-cn-xs pl-cn-md w-full min-w-0": "",
|
|
4795
|
+
"> :not(&-title)": {
|
|
4796
|
+
"@apply shrink-0": ""
|
|
4797
4797
|
}
|
|
4798
4798
|
},
|
|
4799
4799
|
// Compact header padding for xs cards
|
|
@@ -4936,8 +4936,8 @@ const tr = {
|
|
|
4936
4936
|
}
|
|
4937
4937
|
}
|
|
4938
4938
|
},
|
|
4939
|
-
// Stage footer (all sizes): exclude from intrinsic card width; fill width set by steps
|
|
4940
|
-
".cn-studio-card-group.cn-studio-card-stage > .cn-studio-card-footer": {
|
|
4939
|
+
// Stage header and footer (all sizes): exclude from intrinsic card width; fill width set by steps
|
|
4940
|
+
".cn-studio-card-group.cn-studio-card-stage > .cn-studio-card-header, .cn-studio-card-group.cn-studio-card-stage > .cn-studio-card-footer": {
|
|
4941
4941
|
width: "0",
|
|
4942
4942
|
minWidth: "100%",
|
|
4943
4943
|
maxWidth: "100%",
|