@harnessio/ui 1.0.7 → 1.0.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/tailwind.config.js
CHANGED
|
@@ -5955,9 +5955,9 @@ const Cr = {
|
|
|
5955
5955
|
gap: "var(--cn-tag-gap)",
|
|
5956
5956
|
borderWidth: "var(--cn-tag-border)",
|
|
5957
5957
|
borderRadius: "var(--cn-tag-radius-default)",
|
|
5958
|
-
maxWidth: "var(--cn-tag-max-width)",
|
|
5958
|
+
maxWidth: "min(var(--cn-tag-max-width), 100%)",
|
|
5959
5959
|
height: "var(--cn-tag-size-md)",
|
|
5960
|
-
"@apply w-fit items-center transition-colors select-none font-body-single-line-normal": "",
|
|
5960
|
+
"@apply w-fit min-w-0 items-center transition-colors select-none font-body-single-line-normal": "",
|
|
5961
5961
|
":where(.cn-tag-action-icon-button)": {
|
|
5962
5962
|
marginRight: "calc(-1 * var(--cn-tag-px))",
|
|
5963
5963
|
marginLeft: "calc(-1 * var(--cn-tag-gap))",
|
|
@@ -6001,6 +6001,10 @@ const Cr = {
|
|
|
6001
6001
|
".cn-tag-text": {
|
|
6002
6002
|
"@apply truncate leading-normal align-middle inline-block": ""
|
|
6003
6003
|
}
|
|
6004
|
+
},
|
|
6005
|
+
".cn-tag-split": {
|
|
6006
|
+
maxWidth: "min(var(--cn-tag-split-max-width), 100%)",
|
|
6007
|
+
"@apply min-w-0": ""
|
|
6004
6008
|
}
|
|
6005
6009
|
}, Sr = ["danger", "warning"], zr = ["sm"];
|
|
6006
6010
|
function $r() {
|