react-ui89 0.9.1 → 0.9.2

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/esm/index.js CHANGED
@@ -31139,7 +31139,7 @@ function Ui89ModalDialog({ open, size = "medium", children, topCenter, onRequest
31139
31139
  return portalRoot !== null ? reactDomExports.createPortal(vdom, portalRoot) : vdom;
31140
31140
  }
31141
31141
 
31142
- const SvgShortcut = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 100, height: 100, viewBox: "0 0 100 100", ...props }, /* @__PURE__ */ React.createElement("line", { x1: 80, y1: 80, x2: 20, y2: 20, stroke: "white", strokeWidth: 15 }), /* @__PURE__ */ React.createElement("line", { x1: 20, y1: 20, x2: 50, y2: 20, stroke: "white", strokeWidth: 15, strokeLinecap: "round" }), /* @__PURE__ */ React.createElement("line", { x1: 20, y1: 20, x2: 20, y2: 50, stroke: "white", strokeWidth: 15, strokeLinecap: "round" }));
31142
+ const SvgShortcut = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 100, height: 100, viewBox: "0 0 100 100", ...props }, /* @__PURE__ */ React.createElement("rect", { x: 0, y: 0, width: 100, height: 100, fill: "white" }), /* @__PURE__ */ React.createElement("line", { x1: 80, y1: 80, x2: 20, y2: 20, stroke: "black", strokeWidth: 15 }), /* @__PURE__ */ React.createElement("line", { x1: 20, y1: 20, x2: 50, y2: 20, stroke: "black", strokeWidth: 15, strokeLinecap: "round" }), /* @__PURE__ */ React.createElement("line", { x1: 20, y1: 20, x2: 20, y2: 50, stroke: "black", strokeWidth: 15, strokeLinecap: "round" }));
31143
31143
 
31144
31144
  var styles$4 = {"container":"Ui89Shortcut-module_container__L07CL","label":"Ui89Shortcut-module_label__Q2ffs","imageContainer":"Ui89Shortcut-module_imageContainer__tCoZK","image":"Ui89Shortcut-module_image__f4Hsg","shortcutIconContainer":"Ui89Shortcut-module_shortcutIconContainer__t30jR","shortcutIcon":"Ui89Shortcut-module_shortcutIcon__SjZkr"};
31145
31145