infinity-forge 7.2.6 → 7.2.7
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/infinity-forge.css +4 -0
- package/dist/ui/components/{portal → Portal}/index.js.map +1 -1
- package/dist/ui/components/form/text-editor/react-quill.css +922 -0
- package/dist/ui/components/overlay/index.js +2 -2
- package/dist/ui/components/overlay/index.js.map +1 -1
- package/dist/ui/icons/render/icon-Map.d.ts +1 -0
- package/dist/ui/icons/render/icon-Map.js +5 -0
- package/dist/ui/icons/render/icon-Map.js.map +1 -1
- package/dist/ui/styles/fonts.css +763 -0
- package/dist/ui/styles/reset.css +351 -0
- package/package.json +1 -1
- /package/dist/ui/components/{portal → Portal}/index.d.ts +0 -0
- /package/dist/ui/components/{portal → Portal}/index.js +0 -0
|
@@ -37,7 +37,7 @@ exports.Overlay = Overlay;
|
|
|
37
37
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
38
|
var react_1 = require("react");
|
|
39
39
|
var ui_1 = require("../../../ui/index.js");
|
|
40
|
-
var
|
|
40
|
+
var Portal_1 = require("../Portal/index.js");
|
|
41
41
|
var S = __importStar(require("./styles.js"));
|
|
42
42
|
function Overlay(_a) {
|
|
43
43
|
var children = _a.children, onClick = _a.onClick, _b = _a.zIndex, zIndex = _b === void 0 ? ui_1.zIndexInfinityForge === null || ui_1.zIndexInfinityForge === void 0 ? void 0 : ui_1.zIndexInfinityForge.modal : _b, isExiting = _a.isExiting;
|
|
@@ -52,7 +52,7 @@ function Overlay(_a) {
|
|
|
52
52
|
setIsSelectingText(false);
|
|
53
53
|
}, 300);
|
|
54
54
|
}
|
|
55
|
-
return ((0, jsx_runtime_1.jsx)(
|
|
55
|
+
return ((0, jsx_runtime_1.jsx)(Portal_1.Portal, { children: (0, jsx_runtime_1.jsx)(S.OverlayContainer, { "$zIndex": zIndex, "$isExiting": isExiting, onMouseDown: handleMouseDown, onMouseUp: handleMouseUp, onClick: function (e) {
|
|
56
56
|
if (e.target === e.currentTarget && !isExiting && !isSelectingText) {
|
|
57
57
|
onClick === null || onClick === void 0 ? void 0 : onClick(e);
|
|
58
58
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/overlay/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAUA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/overlay/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAUA,0BAgCC;;AA1CD,+BAAgC;AAEhC,2BAA0C;AAE1C,oCAAkC;AAIlC,0CAA6B;AAE7B,SAAgB,OAAO,CAAC,EAAmF;QAAjF,QAAQ,cAAA,EAAE,OAAO,aAAA,EAAE,cAAmC,EAAnC,MAAM,mBAAG,wBAAmB,aAAnB,wBAAmB,uBAAnB,wBAAmB,CAAE,KAAK,KAAA,EAAE,SAAS,eAAA;IACnF,IAAA,KAAwC,IAAA,gBAAQ,EAAC,KAAK,CAAC,EAAtD,eAAe,QAAA,EAAE,kBAAkB,QAAmB,CAAA;IAE7D,SAAS,eAAe,CAAC,KAAuB;QAC9C,IAAK,KAAK,CAAC,MAAsB,CAAC,OAAO,CAAC,gBAAgB,CAAC,EAAE,CAAC;YAC5D,kBAAkB,CAAC,IAAI,CAAC,CAAA;QAC1B,CAAC;IACH,CAAC;IAED,SAAS,aAAa;QACpB,UAAU,CAAC;YACT,kBAAkB,CAAC,KAAK,CAAC,CAAA;QAC3B,CAAC,EAAE,GAAG,CAAC,CAAA;IACT,CAAC;IAED,OAAO,CACL,uBAAC,eAAM,cACL,uBAAC,CAAC,CAAC,gBAAgB,eACR,MAAM,gBACH,SAAS,EACrB,WAAW,EAAE,eAAe,EAC5B,SAAS,EAAE,aAAa,EACxB,OAAO,EAAE,UAAC,CAAC;gBACT,IAAI,CAAC,CAAC,MAAM,KAAK,CAAC,CAAC,aAAa,IAAI,CAAC,SAAS,IAAI,CAAC,eAAe,EAAE,CAAC;oBACnE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAG,CAAC,CAAC,CAAA;gBACd,CAAC;YACH,CAAC,YAEA,QAAQ,GACU,GACd,CACV,CAAA;AACH,CAAC"}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconMap = IconMap;
|
|
4
|
+
exports.IconMapRounded = IconMapRounded;
|
|
4
5
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
6
|
function IconMap(_a) {
|
|
6
7
|
var color = _a.color;
|
|
7
8
|
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '15', height: '20', viewBox: '388 8457 15 20', children: (0, jsx_runtime_1.jsx)("path", { d: 'M394.73 8476.596c-5.676-8.228-6.73-9.072-6.73-12.096a7.5 7.5 0 1 1 15 0c0 3.024-1.054 3.868-6.73 12.096a.938.938 0 0 1-1.54 0Zm.77-8.971a3.125 3.125 0 1 0 0-6.25 3.125 3.125 0 0 0 0 6.25Z', fill: color, fillRule: 'evenodd', "data-name": 'Icon awesome-map-marker-alt' }) }));
|
|
8
9
|
}
|
|
10
|
+
function IconMapRounded(_a) {
|
|
11
|
+
var color = _a.color;
|
|
12
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '16', viewBox: '0 0 16 16', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M8 13.933L11.2998 10.6331C13.1223 8.81071 13.1223 5.85593 11.2998 4.03348C9.4774 2.21103 6.52261 2.21103 4.70017 4.03348C2.87772 5.85593 2.87772 8.81071 4.70017 10.6331L8 13.933ZM8 15.8186L3.75736 11.576C1.41421 9.23278 1.41421 5.43382 3.75736 3.09067C6.10051 0.747526 9.89947 0.747526 12.2427 3.09067C14.5858 5.43382 14.5858 9.23278 12.2427 11.576L8 15.8186ZM8 8.66665C8.7364 8.66665 9.33333 8.06971 9.33333 7.33331C9.33333 6.59693 8.7364 5.99998 8 5.99998C7.2636 5.99998 6.66667 6.59693 6.66667 7.33331C6.66667 8.06971 7.2636 8.66665 8 8.66665ZM8 9.99998C6.52724 9.99998 5.33333 8.80605 5.33333 7.33331C5.33333 5.86055 6.52724 4.66665 8 4.66665C9.47273 4.66665 10.6667 5.86055 10.6667 7.33331C10.6667 8.80605 9.47273 9.99998 8 9.99998Z', fill: color }) }));
|
|
13
|
+
}
|
|
9
14
|
//# sourceMappingURL=icon-Map.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-Map.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-Map.tsx"],"names":[],"mappings":";;AAEA,0BAWC;;
|
|
1
|
+
{"version":3,"file":"icon-Map.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-Map.tsx"],"names":[],"mappings":";;AAEA,0BAWC;AAGD,wCASC;;AAvBD,SAAgB,OAAO,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC7B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,gBAAgB,YACrF,iCACE,CAAC,EAAC,6LAA6L,EAC/L,IAAI,EAAE,KAAK,EACX,QAAQ,EAAC,SAAS,eACR,6BAA6B,GACvC,GACE,CACP,CAAA;AACH,CAAC;AAGD,SAAgB,cAAc,CAAC,EAAgB;QAAd,KAAK,WAAA;IACpC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,CAAC,EAAC,muBAAmuB,EACruB,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC"}
|