@dataesr/dsfr-plus 0.1.0 → 0.1.1
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Toast.d.ts","sourceRoot":"","sources":["../../../../src/components/Toast/Toast.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Toast.d.ts","sourceRoot":"","sources":["../../../../src/components/Toast/Toast.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAI1C,OAAO,eAAe,CAAC;AAEvB,eAAO,MAAM,KAAK,+DAA0G,eAAe,4CAyDzI,CAAC"}
|
package/dist/dsfr-plus.js
CHANGED
|
@@ -8971,10 +8971,10 @@ function Qc(t, e) {
|
|
|
8971
8971
|
const ed = ({ autoDismissAfter: t = 3e3, description: e = "", id: n, remove: r = () => {
|
|
8972
8972
|
}, title: o = "", type: i = "success" }) => {
|
|
8973
8973
|
const l = {
|
|
8974
|
+
error: "fr-icon-close-circle-fill",
|
|
8974
8975
|
info: "fr-icon-information-fill",
|
|
8975
|
-
warning: "fr-icon-error-warning-fill",
|
|
8976
8976
|
success: "fr-icon-checkbox-circle-fill",
|
|
8977
|
-
|
|
8977
|
+
warning: "fr-icon-error-warning-fill"
|
|
8978
8978
|
}, s = te(() => {
|
|
8979
8979
|
var c;
|
|
8980
8980
|
(c = document.getElementById(n)) == null || c.style.setProperty("animation", "toast-unmount 1000ms"), setTimeout(() => {
|