@thecb/components 9.2.0-beta.3 → 9.2.0-beta.4
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/index.cjs.js
CHANGED
|
@@ -50324,7 +50324,7 @@ var ToastNotification = function ToastNotification(_ref) {
|
|
|
50324
50324
|
padding: "0rem 1rem",
|
|
50325
50325
|
borderRadius: "4px",
|
|
50326
50326
|
boxShadow: "0px 4px 4px rgba(41, 42, 51, 0.15), 0px 1px 7px rgba(41, 42, 51, 0.2), 0px 7px 12px rgba(41, 42, 51, 0.15)",
|
|
50327
|
-
extraStyles: "\n display: ".concat(toastOpen ? "block" : "none", ";\n position: fixed; bottom: 4rem; left: 4rem;\n ").concat(extraStyles, ";\n ")
|
|
50327
|
+
extraStyles: "\n display: ".concat(toastOpen ? "block" : "none", ";\n position: fixed; bottom: 4rem; left: 4rem;\n ").concat(extraStyles, ";\n cursor: pointer;\n ")
|
|
50328
50328
|
}, /*#__PURE__*/React__default.createElement(Cluster, {
|
|
50329
50329
|
align: "center",
|
|
50330
50330
|
childGap: childGap
|