react-ui89 0.9.0 → 0.9.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.
- package/dist/esm/index.js +1 -16
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -2
package/dist/esm/index.js
CHANGED
|
@@ -31139,22 +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
|
-
|
|
31143
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
31144
|
-
const SvgShortcut = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
31145
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
31146
|
-
width: 100,
|
|
31147
|
-
height: 100
|
|
31148
|
-
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
31149
|
-
stroke: "#fff",
|
|
31150
|
-
strokeWidth: 15,
|
|
31151
|
-
d: "M80 80 20 20"
|
|
31152
|
-
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
31153
|
-
stroke: "#fff",
|
|
31154
|
-
strokeLinecap: "round",
|
|
31155
|
-
strokeWidth: 15,
|
|
31156
|
-
d: "M20 20h30M20 20v30"
|
|
31157
|
-
})));
|
|
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" }));
|
|
31158
31143
|
|
|
31159
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"};
|
|
31160
31145
|
|