@ansible/ansible-ui-framework 2.4.478 → 2.4.479
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/index.js +2 -1
- package/index.umd.cjs +138 -138
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -3284,7 +3284,8 @@ function yt(e) {
|
|
|
3284
3284
|
function FO() {
|
|
3285
3285
|
const { t: e } = yt(), [t, n] = fe(!1), r = IO(), a = {
|
|
3286
3286
|
variant: "success",
|
|
3287
|
-
title: e("Copied to clipboard")
|
|
3287
|
+
title: e("Copied to clipboard"),
|
|
3288
|
+
timeout: !0
|
|
3288
3289
|
}, i = {
|
|
3289
3290
|
variant: "danger",
|
|
3290
3291
|
title: e("Failed to copy to clipboard")
|