@harnessio/ui 1.3.20 → 1.3.22
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 +2 -0
- package/dist/components.js +1 -1
- package/dist/{index-gyoei2-W.js → index-CyZ2_ztL.js} +4 -4
- package/dist/{index-gyoei2-W.js.map → index-CyZ2_ztL.js.map} +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/tailwind.config.js +3 -2
- package/dist/tailwind.config.js.map +1 -1
- package/package.json +2 -2
package/dist/tailwind.config.js
CHANGED
|
@@ -6328,7 +6328,8 @@ const Hr = {
|
|
|
6328
6328
|
}, Ar = {
|
|
6329
6329
|
".cn-toast-wrapper": {
|
|
6330
6330
|
right: "var(--cn-toast-offset-right)",
|
|
6331
|
-
bottom: "var(--cn-toast-offset-bottom)"
|
|
6331
|
+
bottom: "var(--cn-toast-offset-bottom)",
|
|
6332
|
+
pointerEvents: "auto"
|
|
6332
6333
|
},
|
|
6333
6334
|
".cn-toast": {
|
|
6334
6335
|
paddingBlock: "var(--cn-toast-py)",
|
|
@@ -6494,7 +6495,7 @@ const Hr = {
|
|
|
6494
6495
|
},
|
|
6495
6496
|
"&-item": {
|
|
6496
6497
|
...B,
|
|
6497
|
-
"@apply relative gap-cn-3xs flex items-center w-[fill-available]": "",
|
|
6498
|
+
"@apply relative gap-cn-3xs flex min-w-0 items-center w-[fill-available]": "",
|
|
6498
6499
|
"&-wrapper": {
|
|
6499
6500
|
"@apply relative transition-colors": "",
|
|
6500
6501
|
borderRadius: "var(--cn-tree-item-radius)",
|