@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.esm.js CHANGED
@@ -50316,7 +50316,7 @@ var ToastNotification = function ToastNotification(_ref) {
50316
50316
  padding: "0rem 1rem",
50317
50317
  borderRadius: "4px",
50318
50318
  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)",
50319
- extraStyles: "\n display: ".concat(toastOpen ? "block" : "none", ";\n position: fixed; bottom: 4rem; left: 4rem;\n ").concat(extraStyles, ";\n ")
50319
+ extraStyles: "\n display: ".concat(toastOpen ? "block" : "none", ";\n position: fixed; bottom: 4rem; left: 4rem;\n ").concat(extraStyles, ";\n cursor: pointer;\n ")
50320
50320
  }, /*#__PURE__*/React.createElement(Cluster, {
50321
50321
  align: "center",
50322
50322
  childGap: childGap