@harnessio/ui 1.3.20 → 1.3.21
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-gyoei2-W.js → index-BEKq53Rl.js} +3 -3
- package/dist/{index-gyoei2-W.js.map → index-BEKq53Rl.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/tailwind.config.js +2 -1
- 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)",
|