infinity-forge 4.1.2 → 4.1.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/sites/components/default-pages/blog/components/styles.js +1 -1
- package/dist/sites/components/default-pages/blog/components/styles.js.map +1 -1
- package/dist/test/index.js +1 -43
- package/dist/test/index.js.map +1 -1
- package/dist/ui/components/modal/index.js +12 -1
- package/dist/ui/components/modal/index.js.map +1 -1
- package/dist/ui/icons/index.d.ts +3 -0
- package/dist/ui/icons/index.js +3 -0
- package/dist/ui/icons/index.js.map +1 -1
- package/dist/ui/icons/render/icon-academic-cap.d.ts +2 -0
- package/dist/ui/icons/render/icon-academic-cap.js +10 -0
- package/dist/ui/icons/render/icon-academic-cap.js.map +1 -0
- package/dist/ui/icons/render/icon-home.d.ts +1 -0
- package/dist/ui/icons/render/icon-home.js +6 -1
- package/dist/ui/icons/render/icon-home.js.map +1 -1
- package/dist/ui/icons/render/icon-performance.d.ts +2 -0
- package/dist/ui/icons/render/icon-performance.js +10 -0
- package/dist/ui/icons/render/icon-performance.js.map +1 -0
- package/dist/ui/icons/render/icon-route.d.ts +2 -0
- package/dist/ui/icons/render/icon-route.js +10 -0
- package/dist/ui/icons/render/icon-route.js.map +1 -0
- package/package.json +1 -1
|
@@ -9,6 +9,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports.Box = void 0;
|
|
11
11
|
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
-
exports.Box = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n border-radius: 20px;\n padding: 20px;\n\n background-color: #ffffff;\n border: 1px solid #00000029;\n border-radius: 10px;\n\n h3 {\n margin-bottom: 15px;\n }\n\n .link {\n display: flex;\n border-bottom: 1px solid #00000029;\n padding-bottom: 5px;\n margin-bottom: 8px;\n color: #000;\n }\n\n .input_control {\n margin-bottom: 0;\n }\n\n h4,\n p {\n text-align: center;\n margin: 0;\n }\n\n h4 {\n margin-bottom: 30px;\n }\n\n p + * {\n margin-top: 30px !important;\n }\n\n &.newsletter {\n display: flex;\n flex-direction: column;\n gap: 30px;\n\n h4 {\n margin-bottom: 0;\n }\n\n form {\n padding: 0;\n margin: 0 !important;\n height: fit-content;\n\n #form-error-focus {\n display: none;\n }\n }\n\n input,\n button {\n height: 2.76vw;\n min-height: 36px;\n border-radius: 5px;\n text-align: center;\n }\n\n input {\n border: 1px solid rgba(0, 0, 0, 0.3);\n margin-bottom: 10px;\n }\n\n input::placeholder {\n opacity: 0.6;\n }\n\n button {\n padding: 0;\n border: none;\n color: #fff;\n height: 2.76vw;\n background-color: #df0035;\n }\n\n .captcha {\n width: fit-content;\n margin: 0 auto 10px;\n }\n }\n\n &.sideBoxCategories {\n .categories-box {\n display: flex;\n flex-wrap: wrap;\n gap: 10px;\n\n a {\n color: #000;\n border: 1px solid #df0035;\n padding: 0 14px;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 5px;\n\n &:hover {\n background-color: #df0035;\n color: #fff;\n }\n }\n }\n }\n\n &.featuredBlogList {\n .detachs-box {\n display: flex;\n flex-direction: column;\n gap: 20px;\n }\n }\n\n &.search {\n form div {\n position: relative;\n }\n\n .button-icon {\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .form-button {\n position: absolute;\n top: 50%;\n right: 6px;\n transform: translateY(-50%);\n padding: 2px !important;\n }\n\n .button-search {\n padding: 1px 6px !important;\n border-radius: 10px;\n }\n\n button {\n height: 34px;\n }\n\n svg {\n width: 20px;\n fill: #fff;\n }\n }\n\n @media only screen and (max-width: 1600px) {\n h4 {\n margin-bottom: 28px;\n }\n\n p + * {\n margin-top: 26px !important;\n }\n\n &.sideBoxCategories {\n .categories-box {\n a {\n padding: 0 13px;\n }\n }\n }\n\n &.featuredBlogList {\n .detachs-box {\n gap: 18px;\n }\n }\n }\n\n @media only screen and (max-width: 1400px) {\n p + * {\n margin-top: 22px !important;\n }\n\n &.sideBoxCategories {\n .categories-box {\n a {\n padding: 0 12px;\n }\n }\n }\n\n &.featuredBlogList {\n .detachs-box {\n gap: 15px;\n }\n }\n }\n\n @media only screen and (max-width: 1200px) {\n border-radius: 15px;\n\n p + * {\n margin-top: 20px !important;\n }\n }\n\n @media only screen and (max-width: 1024px) {\n border-radius: 10px;\n\n &.newsletter {\n gap: 20px;\n }\n }\n\n @media only screen and (max-width: 768px) {\n padding: 15px;\n }\n"], ["\n border-radius: 20px;\n padding: 20px;\n\n background-color: #ffffff;\n border: 1px solid #00000029;\n border-radius: 10px;\n\n h3 {\n margin-bottom: 15px;\n }\n\n .link {\n display: flex;\n border-bottom: 1px solid #00000029;\n padding-bottom: 5px;\n margin-bottom: 8px;\n color: #000;\n }\n\n .input_control {\n margin-bottom: 0;\n }\n\n h4,\n p {\n text-align: center;\n margin: 0;\n }\n\n h4 {\n margin-bottom: 30px;\n }\n\n p + * {\n margin-top: 30px !important;\n }\n\n &.newsletter {\n display: flex;\n flex-direction: column;\n gap: 30px;\n\n h4 {\n margin-bottom: 0;\n }\n\n form {\n padding: 0;\n margin: 0 !important;\n height: fit-content;\n\n #form-error-focus {\n display: none;\n }\n }\n\n input,\n button {\n height: 2.76vw;\n min-height: 36px;\n border-radius: 5px;\n text-align: center;\n }\n\n input {\n border: 1px solid rgba(0, 0, 0, 0.3);\n margin-bottom: 10px;\n }\n\n input::placeholder {\n opacity: 0.6;\n }\n\n button {\n padding: 0;\n border: none;\n color: #fff;\n height: 2.76vw;\n background-color: #df0035;\n }\n\n .captcha {\n width: fit-content;\n margin: 0 auto 10px;\n }\n }\n\n &.sideBoxCategories {\n .categories-box {\n display: flex;\n flex-wrap: wrap;\n gap: 10px;\n\n a {\n color: #000;\n border: 1px solid #df0035;\n padding: 0 14px;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 5px;\n\n &:hover {\n background-color: #df0035;\n color: #fff;\n }\n }\n }\n }\n\n &.featuredBlogList {\n .detachs-box {\n display: flex;\n flex-direction: column;\n gap: 20px;\n }\n }\n\n &.search {\n form div {\n position: relative;\n }\n\n .button-icon {\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .form-button {\n position: absolute;\n top: 50%;\n right: 6px;\n transform: translateY(-50%);\n padding: 2px !important;\n }\n\n .button-search {\n padding: 1px 6px !important;\n border-radius: 10px;\n }\n\n button {\n height: 34px;\n }\n\n svg {\n width: 20px;\n fill: #fff;\n }\n }\n\n @media only screen and (max-width: 1600px) {\n h4 {\n margin-bottom: 28px;\n }\n\n p + * {\n margin-top: 26px !important;\n }\n\n &.sideBoxCategories {\n .categories-box {\n a {\n padding: 0 13px;\n }\n }\n }\n\n &.featuredBlogList {\n .detachs-box {\n gap: 18px;\n }\n }\n }\n\n @media only screen and (max-width: 1400px) {\n p + * {\n margin-top: 22px !important;\n }\n\n &.sideBoxCategories {\n .categories-box {\n a {\n padding: 0 12px;\n }\n }\n }\n\n &.featuredBlogList {\n .detachs-box {\n gap: 15px;\n }\n }\n }\n\n @media only screen and (max-width: 1200px) {\n border-radius: 15px;\n\n p + * {\n margin-top: 20px !important;\n }\n }\n\n @media only screen and (max-width: 1024px) {\n border-radius: 10px;\n\n &.newsletter {\n gap: 20px;\n }\n }\n\n @media only screen and (max-width: 768px) {\n padding: 15px;\n }\n"])));
|
|
12
|
+
exports.Box = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n border-radius: 20px;\n padding: 20px;\n\n background-color: #ffffff;\n border: 1px solid #00000029;\n border-radius: 10px;\n\n h3 {\n margin-bottom: 15px;\n }\n\n .link {\n display: flex;\n border-bottom: 1px solid #00000029;\n padding-bottom: 5px;\n margin-bottom: 8px;\n color: #000;\n }\n\n .input_control {\n margin-bottom: 0;\n }\n\n h4,\n p {\n text-align: center;\n margin: 0;\n }\n\n h4 {\n margin-bottom: 30px;\n }\n\n p + * {\n margin-top: 30px !important;\n }\n\n &.newsletter {\n display: flex;\n flex-direction: column;\n gap: 30px;\n\n h4 {\n margin-bottom: 0;\n }\n\n form {\n padding: 0;\n margin: 0 !important;\n height: fit-content;\n\n #form-error-focus {\n display: none;\n }\n }\n\n input,\n button {\n height: 2.76vw !important;\n min-height: 36px !important;\n border-radius: 5px;\n text-align: center;\n }\n\n input {\n border: 1px solid rgba(0, 0, 0, 0.3);\n margin-bottom: 10px;\n }\n\n input::placeholder {\n opacity: 0.6;\n }\n\n button {\n padding: 0;\n border: none;\n color: #fff;\n min-width: 100%;\n height: 2.76vw !important;\n background-color: #df0035;\n }\n\n .captcha {\n width: fit-content;\n margin: 0 auto 10px;\n }\n }\n\n &.sideBoxCategories {\n .categories-box {\n display: flex;\n flex-wrap: wrap;\n gap: 10px;\n\n a {\n color: #000;\n border: 1px solid #df0035;\n padding: 0 14px;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 5px;\n\n &:hover {\n background-color: #df0035;\n color: #fff;\n }\n }\n }\n }\n\n &.featuredBlogList {\n .detachs-box {\n display: flex;\n flex-direction: column;\n gap: 20px;\n }\n }\n\n &.search {\n form div {\n position: relative;\n }\n\n .button-icon {\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .form-button {\n position: absolute;\n top: 50%;\n right: 6px;\n transform: translateY(-50%);\n padding: 2px !important;\n }\n\n .button-search {\n padding: 1px 6px !important;\n border-radius: 10px;\n }\n\n button {\n height: 34px !important;\n }\n\n svg {\n width: 20px !important;\n fill: #fff;\n }\n }\n\n @media only screen and (max-width: 1600px) {\n h4 {\n margin-bottom: 28px;\n }\n\n p + * {\n margin-top: 26px !important;\n }\n\n &.sideBoxCategories {\n .categories-box {\n a {\n padding: 0 13px;\n }\n }\n }\n\n &.featuredBlogList {\n .detachs-box {\n gap: 18px;\n }\n }\n }\n\n @media only screen and (max-width: 1400px) {\n p + * {\n margin-top: 22px !important;\n }\n\n &.sideBoxCategories {\n .categories-box {\n a {\n padding: 0 12px;\n }\n }\n }\n\n &.featuredBlogList {\n .detachs-box {\n gap: 15px;\n }\n }\n }\n\n @media only screen and (max-width: 1200px) {\n border-radius: 15px;\n\n p + * {\n margin-top: 20px !important;\n }\n }\n\n @media only screen and (max-width: 1024px) {\n border-radius: 10px;\n\n &.newsletter {\n gap: 20px;\n }\n }\n\n @media only screen and (max-width: 768px) {\n padding: 15px;\n }\n"], ["\n border-radius: 20px;\n padding: 20px;\n\n background-color: #ffffff;\n border: 1px solid #00000029;\n border-radius: 10px;\n\n h3 {\n margin-bottom: 15px;\n }\n\n .link {\n display: flex;\n border-bottom: 1px solid #00000029;\n padding-bottom: 5px;\n margin-bottom: 8px;\n color: #000;\n }\n\n .input_control {\n margin-bottom: 0;\n }\n\n h4,\n p {\n text-align: center;\n margin: 0;\n }\n\n h4 {\n margin-bottom: 30px;\n }\n\n p + * {\n margin-top: 30px !important;\n }\n\n &.newsletter {\n display: flex;\n flex-direction: column;\n gap: 30px;\n\n h4 {\n margin-bottom: 0;\n }\n\n form {\n padding: 0;\n margin: 0 !important;\n height: fit-content;\n\n #form-error-focus {\n display: none;\n }\n }\n\n input,\n button {\n height: 2.76vw !important;\n min-height: 36px !important;\n border-radius: 5px;\n text-align: center;\n }\n\n input {\n border: 1px solid rgba(0, 0, 0, 0.3);\n margin-bottom: 10px;\n }\n\n input::placeholder {\n opacity: 0.6;\n }\n\n button {\n padding: 0;\n border: none;\n color: #fff;\n min-width: 100%;\n height: 2.76vw !important;\n background-color: #df0035;\n }\n\n .captcha {\n width: fit-content;\n margin: 0 auto 10px;\n }\n }\n\n &.sideBoxCategories {\n .categories-box {\n display: flex;\n flex-wrap: wrap;\n gap: 10px;\n\n a {\n color: #000;\n border: 1px solid #df0035;\n padding: 0 14px;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 5px;\n\n &:hover {\n background-color: #df0035;\n color: #fff;\n }\n }\n }\n }\n\n &.featuredBlogList {\n .detachs-box {\n display: flex;\n flex-direction: column;\n gap: 20px;\n }\n }\n\n &.search {\n form div {\n position: relative;\n }\n\n .button-icon {\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .form-button {\n position: absolute;\n top: 50%;\n right: 6px;\n transform: translateY(-50%);\n padding: 2px !important;\n }\n\n .button-search {\n padding: 1px 6px !important;\n border-radius: 10px;\n }\n\n button {\n height: 34px !important;\n }\n\n svg {\n width: 20px !important;\n fill: #fff;\n }\n }\n\n @media only screen and (max-width: 1600px) {\n h4 {\n margin-bottom: 28px;\n }\n\n p + * {\n margin-top: 26px !important;\n }\n\n &.sideBoxCategories {\n .categories-box {\n a {\n padding: 0 13px;\n }\n }\n }\n\n &.featuredBlogList {\n .detachs-box {\n gap: 18px;\n }\n }\n }\n\n @media only screen and (max-width: 1400px) {\n p + * {\n margin-top: 22px !important;\n }\n\n &.sideBoxCategories {\n .categories-box {\n a {\n padding: 0 12px;\n }\n }\n }\n\n &.featuredBlogList {\n .detachs-box {\n gap: 15px;\n }\n }\n }\n\n @media only screen and (max-width: 1200px) {\n border-radius: 15px;\n\n p + * {\n margin-top: 20px !important;\n }\n }\n\n @media only screen and (max-width: 1024px) {\n border-radius: 10px;\n\n &.newsletter {\n gap: 20px;\n }\n }\n\n @media only screen and (max-width: 768px) {\n padding: 15px;\n }\n"])));
|
|
13
13
|
var templateObject_1;
|
|
14
14
|
//# sourceMappingURL=styles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../../src/sites/components/default-pages/blog/components/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,GAAG,GAAG,2BAAM,CAAC,GAAG,
|
|
1
|
+
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../../src/sites/components/default-pages/blog/components/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,GAAG,GAAG,2BAAM,CAAC,GAAG,6hHAAA,09GAyN5B,KAAA"}
|
package/dist/test/index.js
CHANGED
|
@@ -1,54 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
12
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
13
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
14
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
15
|
-
function step(op) {
|
|
16
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
17
|
-
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
18
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
19
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
20
|
-
switch (op[0]) {
|
|
21
|
-
case 0: case 1: t = op; break;
|
|
22
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
23
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
24
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
25
|
-
default:
|
|
26
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
27
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
28
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
29
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
30
|
-
if (t[2]) _.ops.pop();
|
|
31
|
-
_.trys.pop(); continue;
|
|
32
|
-
}
|
|
33
|
-
op = body.call(thisArg, _);
|
|
34
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
35
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
3
|
exports.NaoRemoverDaHomeUsadaParaTesteTestarAquiDentro = void 0;
|
|
40
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
41
5
|
var ui_1 = require("../ui/index.js");
|
|
42
6
|
function NaoRemoverDaHomeUsadaParaTesteTestarAquiDentro() {
|
|
43
7
|
// const { useQueryBackend } = createClient<Swagger>()
|
|
44
|
-
var _this = this;
|
|
45
8
|
// const { data } = useQueryBackend({ url: '/Users', method: 'get' })
|
|
46
|
-
return ((0, jsx_runtime_1.jsx)(ui_1.
|
|
47
|
-
return __generator(this, function (_a) {
|
|
48
|
-
console.log(s);
|
|
49
|
-
return [2 /*return*/];
|
|
50
|
-
});
|
|
51
|
-
}); } }));
|
|
9
|
+
return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(ui_1.Modal, { styles: { width: 1024, border: '1px solid red' }, open: true, onClose: function () { return console.log(''); }, children: "Modal1" }), (0, jsx_runtime_1.jsx)(ui_1.Modal, { styles: { width: 768, border: '1px solid blue' }, open: true, onClose: function () { return console.log(''); }, children: "Modal2" }, '3'), (0, jsx_runtime_1.jsx)(ui_1.Modal, { styles: { width: 500, border: '1px solid green' }, open: true, onClose: function () { return console.log(''); }, children: "Modal3" }, '3')] }));
|
|
52
10
|
}
|
|
53
11
|
exports.NaoRemoverDaHomeUsadaParaTesteTestarAquiDentro = NaoRemoverDaHomeUsadaParaTesteTestarAquiDentro;
|
|
54
12
|
//# sourceMappingURL=index.js.map
|
package/dist/test/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/test/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/test/index.tsx"],"names":[],"mappings":";;;;AAEA,2BAAsG;AAEtG,SAAgB,8CAA8C;IAC5D,sDAAsD;IAEtD,qEAAqE;IAErE,OAAO,CACL,6DACE,uBAAC,UAAK,IAAC,MAAM,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,eAAe,EAAE,EAAE,IAAI,QAAC,OAAO,EAAE,cAAM,OAAA,OAAO,CAAC,GAAG,CAAC,EAAE,CAAC,EAAf,CAAe,uBAEpF,EAER,uBAAC,UAAK,IAAC,MAAM,EAAE,EAAE,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,gBAAgB,EAAE,EAAY,IAAI,QAAC,OAAO,EAAE,cAAM,OAAA,OAAO,CAAC,GAAG,CAAC,EAAE,CAAC,EAAf,CAAe,wBAAxC,GAAG,CAEzD,EAER,uBAAC,UAAK,IAAC,MAAM,EAAE,EAAE,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,iBAAiB,EAAE,EAAY,IAAI,QAAC,OAAO,EAAE,cAAM,OAAA,OAAO,CAAC,GAAG,CAAC,EAAE,CAAC,EAAf,CAAe,wBAAxC,GAAG,CAE1D,IACP,CACJ,CAAA;AACH,CAAC;AApBD,wGAoBC"}
|
|
@@ -1,4 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
2
13
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
14
|
if (k2 === undefined) k2 = k;
|
|
4
15
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -60,6 +71,6 @@ exports.Modal = (0, react_1.forwardRef)(function (_a, _) {
|
|
|
60
71
|
refContainer.current.classList.add('infinity_forge_modal');
|
|
61
72
|
refContainer.current.style.zIndex = String(ui_1.zIndexInfinityForge.modal);
|
|
62
73
|
}
|
|
63
|
-
return showPortal && refContainer.current ? (react_dom_1.default.createPortal((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Modal', children: (0, jsx_runtime_1.jsxs)(S.Modal, { children: [(0, jsx_runtime_1.jsx)("div", { className: 'overlay', onClick: closeModal }), (0, jsx_runtime_1.jsxs)("div", { className: 'modal_content', style: styles, children: [!hideCloseButton && ((0, jsx_runtime_1.jsx)("button", { type: 'button', onClick: closeModal, className: 'close_modal_infinity_forge', children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconClose', color: '#000' }) })), (0, jsx_runtime_1.jsxs)("div", { className: 'content_modal_infinity_forge', style: stylesContent, children: [children, actions && (0, jsx_runtime_1.jsx)("div", { className: 'actions_modal_infinity_forge', children: actions })] })] })] }) }), refContainer.current)) : ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}));
|
|
74
|
+
return showPortal && refContainer.current ? (react_dom_1.default.createPortal((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Modal', children: (0, jsx_runtime_1.jsxs)(S.Modal, { children: [(0, jsx_runtime_1.jsx)("div", { className: 'overlay', onClick: closeModal, style: { zIndex: ui_1.zIndexInfinityForge.modal } }), (0, jsx_runtime_1.jsxs)("div", { className: 'modal_content', style: __assign(__assign({}, styles), { zIndex: ui_1.zIndexInfinityForge.modal }), children: [!hideCloseButton && ((0, jsx_runtime_1.jsx)("button", { type: 'button', onClick: closeModal, className: 'close_modal_infinity_forge', children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconClose', color: '#000' }) })), (0, jsx_runtime_1.jsxs)("div", { className: 'content_modal_infinity_forge', style: stylesContent, children: [children, actions && (0, jsx_runtime_1.jsx)("div", { className: 'actions_modal_infinity_forge', children: actions })] })] })] }) }), refContainer.current)) : ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}));
|
|
64
75
|
});
|
|
65
76
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/modal/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/modal/index.tsx"],"names":[],"mappings":"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"}
|
package/dist/ui/icons/index.d.ts
CHANGED
|
@@ -3,6 +3,9 @@ export * from './render/icon-box.js';
|
|
|
3
3
|
export * from './render/icon-seo.js';
|
|
4
4
|
export * from './render/icon-send.js';
|
|
5
5
|
export * from './render/icon-selo.js';
|
|
6
|
+
export * from './render/icon-route.js';
|
|
7
|
+
export * from './render/icon-performance.js';
|
|
8
|
+
export * from './render/icon-academic-cap.js';
|
|
6
9
|
export * from './render/icon-pc.js';
|
|
7
10
|
export * from './render/icon-Pin.js';
|
|
8
11
|
export * from './render/icon-Map.js';
|
package/dist/ui/icons/index.js
CHANGED
|
@@ -19,6 +19,9 @@ __exportStar(require("./render/icon-box.js"), exports);
|
|
|
19
19
|
__exportStar(require("./render/icon-seo.js"), exports);
|
|
20
20
|
__exportStar(require("./render/icon-send.js"), exports);
|
|
21
21
|
__exportStar(require("./render/icon-selo.js"), exports);
|
|
22
|
+
__exportStar(require("./render/icon-route.js"), exports);
|
|
23
|
+
__exportStar(require("./render/icon-performance.js"), exports);
|
|
24
|
+
__exportStar(require("./render/icon-academic-cap.js"), exports);
|
|
22
25
|
__exportStar(require("./render/icon-pc.js"), exports);
|
|
23
26
|
__exportStar(require("./render/icon-Pin.js"), exports);
|
|
24
27
|
__exportStar(require("./render/icon-Map.js"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ui/icons/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gEAA6C;AAC7C,oDAAiC;AACjC,oDAAiC;AACjC,qDAAkC;AAClC,qDAAkC;AAClC,mDAAgC;AAChC,oDAAiC;AACjC,oDAAiC;AACjC,qDAAkC;AAClC,qDAAkC;AAClC,oDAAiC;AACjC,oDAAiC;AACjC,6DAA0C;AAC1C,8DAA2C;AAC3C,4DAAyC;AACzC,+DAA4C;AAC5C,2DAAwC;AACxC,sDAAmC;AACnC,qDAAkC;AAClC,gEAA6C;AAC7C,iEAA8C;AAC9C,+DAA4C;AAC5C,kEAA+C;AAC/C,qDAAkC;AAClC,sDAAmC;AACnC,uDAAoC;AACpC,uDAAoC;AACpC,sDAAmC;AACnC,qDAAkC;AAClC,oDAAiC;AACjC,wDAAqC;AACrC,qDAAkC;AAClC,uDAAoC;AACpC,sDAAmC;AACnC,oDAAiC;AACjC,qDAAkC;AAClC,qDAAkC;AAClC,qDAAkC;AAClC,qDAAkC;AAClC,sDAAmC;AACnC,qDAAkC;AAClC,qDAAkC;AAClC,qDAAkC;AAClC,qDAAkC;AAClC,qDAAkC;AAClC,qDAAkC;AAClC,sDAAmC;AACnC,iDAA8B;AAC9B,sDAAmC;AACnC,iDAA8B;AAC9B,qDAAkC;AAClC,sDAAmC;AACnC,sDAAmC;AACnC,sDAAmC;AACnC,sDAAmC;AACnC,sDAAmC;AACnC,sDAAmC;AACnC,sDAAmC;AACnC,uDAAoC;AACpC,uDAAoC;AACpC,uDAAoC;AACpC,uDAAoC;AACpC,wDAAqC;AACrC,wDAAqC;AACrC,yDAAsC;AACtC,yDAAsC;AACtC,uDAAoC;AACpC,uDAAoC;AACpC,uDAAoC;AACpC,yDAAsC;AACtC,wDAAqC;AACrC,wDAAqC;AACrC,0DAAuC;AACvC,wDAAqC;AACrC,0DAAuC;AACvC,yDAAsC;AACtC,yDAAsC;AACtC,uDAAoC;AACpC,yDAAsC;AACtC,0DAAuC;AACvC,0DAAuC;AACvC,yDAAsC;AACtC,0DAAuC;AACvC,2DAAwC;AACxC,qDAAkC;AAClC,2DAAwC;AACxC,2DAAwC;AACxC,yDAAsC;AACtC,0DAAuC;AACvC,2DAAwC;AACxC,2DAAwC;AACxC,4DAAyC;AACzC,6DAA0C;AAC1C,6DAA0C;AAC1C,6DAA0C;AAC1C,6DAA0C;AAC1C,8DAA2C;AAC3C,8DAA2C;AAC3C,0DAAuC;AACvC,+DAA4C;AAC5C,+DAA4C;AAC5C,gEAA6C;AAC7C,gEAA6C;AAC7C,iEAA8C;AAC9C,oEAAiD;AACjD,qEAAkD;AAClD,kEAA+C;AAC/C,mEAAgD;AAChD,qEAAkD;AAClD,yEAAsD"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ui/icons/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gEAA6C;AAC7C,oDAAiC;AACjC,oDAAiC;AACjC,qDAAkC;AAClC,qDAAkC;AAClC,sDAAmC;AACnC,4DAAyC;AACzC,6DAA0C;AAC1C,mDAAgC;AAChC,oDAAiC;AACjC,oDAAiC;AACjC,qDAAkC;AAClC,qDAAkC;AAClC,oDAAiC;AACjC,oDAAiC;AACjC,6DAA0C;AAC1C,8DAA2C;AAC3C,4DAAyC;AACzC,+DAA4C;AAC5C,2DAAwC;AACxC,sDAAmC;AACnC,qDAAkC;AAClC,gEAA6C;AAC7C,iEAA8C;AAC9C,+DAA4C;AAC5C,kEAA+C;AAC/C,qDAAkC;AAClC,sDAAmC;AACnC,uDAAoC;AACpC,uDAAoC;AACpC,sDAAmC;AACnC,qDAAkC;AAClC,oDAAiC;AACjC,wDAAqC;AACrC,qDAAkC;AAClC,uDAAoC;AACpC,sDAAmC;AACnC,oDAAiC;AACjC,qDAAkC;AAClC,qDAAkC;AAClC,qDAAkC;AAClC,qDAAkC;AAClC,sDAAmC;AACnC,qDAAkC;AAClC,qDAAkC;AAClC,qDAAkC;AAClC,qDAAkC;AAClC,qDAAkC;AAClC,qDAAkC;AAClC,sDAAmC;AACnC,iDAA8B;AAC9B,sDAAmC;AACnC,iDAA8B;AAC9B,qDAAkC;AAClC,sDAAmC;AACnC,sDAAmC;AACnC,sDAAmC;AACnC,sDAAmC;AACnC,sDAAmC;AACnC,sDAAmC;AACnC,sDAAmC;AACnC,uDAAoC;AACpC,uDAAoC;AACpC,uDAAoC;AACpC,uDAAoC;AACpC,wDAAqC;AACrC,wDAAqC;AACrC,yDAAsC;AACtC,yDAAsC;AACtC,uDAAoC;AACpC,uDAAoC;AACpC,uDAAoC;AACpC,yDAAsC;AACtC,wDAAqC;AACrC,wDAAqC;AACrC,0DAAuC;AACvC,wDAAqC;AACrC,0DAAuC;AACvC,yDAAsC;AACtC,yDAAsC;AACtC,uDAAoC;AACpC,yDAAsC;AACtC,0DAAuC;AACvC,0DAAuC;AACvC,yDAAsC;AACtC,0DAAuC;AACvC,2DAAwC;AACxC,qDAAkC;AAClC,2DAAwC;AACxC,2DAAwC;AACxC,yDAAsC;AACtC,0DAAuC;AACvC,2DAAwC;AACxC,2DAAwC;AACxC,4DAAyC;AACzC,6DAA0C;AAC1C,6DAA0C;AAC1C,6DAA0C;AAC1C,6DAA0C;AAC1C,8DAA2C;AAC3C,8DAA2C;AAC3C,0DAAuC;AACvC,+DAA4C;AAC5C,+DAA4C;AAC5C,gEAA6C;AAC7C,gEAA6C;AAC7C,iEAA8C;AAC9C,oEAAiD;AACjD,qEAAkD;AAClD,kEAA+C;AAC/C,mEAAgD;AAChD,qEAAkD;AAClD,yEAAsD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconAcademicCap = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconAcademicCap(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M4 11.3333L0 9L12 2L24 9V17.5H22V10.1667L20 11.3333V18.0113L19.7774 18.2864C17.9457 20.5499 15.1418 22 12 22C8.85817 22 6.05429 20.5499 4.22263 18.2864L4 18.0113V11.3333ZM6 12.5V17.2917C7.46721 18.954 9.61112 20 12 20C14.3889 20 16.5328 18.954 18 17.2917V12.5L12 16L6 12.5ZM3.96927 9L12 13.6846L20.0307 9L12 4.31541L3.96927 9Z', fill: color }) }));
|
|
8
|
+
}
|
|
9
|
+
exports.IconAcademicCap = IconAcademicCap;
|
|
10
|
+
//# sourceMappingURL=icon-academic-cap.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-academic-cap.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-academic-cap.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,eAAe,CAAC,EAAgB;QAAd,KAAK,WAAA;IACrC,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,wUAAwU,EAC1U,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AATD,0CASC"}
|
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconHome = void 0;
|
|
3
|
+
exports.IconHomeV2 = exports.IconHome = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function IconHome(_a) {
|
|
6
6
|
var color = _a.color;
|
|
7
7
|
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 15 16', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { id: 'Union 12', d: 'M9.45361 16.0007H5.09082H2.18115C0.978516 16.0007 0 15.0221 0 13.8193V5.81849C0 5.59436 0.104004 5.38223 0.279785 5.24415L6.82617 0.15507C6.95801 0.053008 7.11621 0.000976562 7.27246 0.000976562C7.43018 0.000976562 7.58838 0.053008 7.71826 0.15507L14.2646 5.24415C14.4424 5.38223 14.5444 5.59436 14.5444 5.81849V13.8193C14.5444 15.0221 13.5659 16.0007 12.3633 16.0007H9.45361ZM12.3633 14.5458C12.7656 14.5458 13.0918 14.2196 13.0918 13.8193V6.17471L7.27246 1.64997L1.45459 6.17471V13.8193C1.45459 14.2196 1.78076 14.5458 2.18115 14.5458H4.3623V8.00181C4.3623 7.59957 4.68848 7.27337 5.09082 7.27337H9.45361C9.85596 7.27337 10.1821 7.59957 10.1821 8.00181V14.5458H12.3633ZM8.72705 14.5458V8.72825H5.81738V14.5458H8.72705Z', fill: color }) }));
|
|
8
8
|
}
|
|
9
9
|
exports.IconHome = IconHome;
|
|
10
|
+
function IconHomeV2(_a) {
|
|
11
|
+
var color = _a.color;
|
|
12
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M12.4394 1.34134L12 1L11.5605 1.34134L0 10.0968L0.872694 11.249L1.75428 10.5814V22.2791H9.47049V14.9243H14.5296V22.2791H22.2458V10.5814L23.1273 11.2491L24 10.0968L12.4394 1.34134ZM20.8003 20.8336H15.975V13.4788H8.02496V20.8337H3.19973V9.66623L12 2.83031L20.8003 9.66623V20.8336Z', fill: color }) }));
|
|
13
|
+
}
|
|
14
|
+
exports.IconHomeV2 = IconHomeV2;
|
|
10
15
|
//# sourceMappingURL=icon-home.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-home.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-home.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC9B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YACrE,iCACE,EAAE,EAAC,UAAU,EACb,CAAC,EAAC,ktBAAktB,EACptB,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AAVD,4BAUC"}
|
|
1
|
+
{"version":3,"file":"icon-home.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-home.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC9B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YACrE,iCACE,EAAE,EAAC,UAAU,EACb,CAAC,EAAC,ktBAAktB,EACptB,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AAVD,4BAUC;AAED,SAAgB,UAAU,CAAC,EAAgB;QAAd,KAAK,WAAA;IAChC,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,wRAAwR,EAC1R,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AATD,gCASC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconPerformance = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconPerformance(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '18', viewBox: '0 0 18 18', fill: 'none', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M4.76367 18H8.47266V11.127H4.76367V18ZM5.81836 12.1816H7.41797V16.9453H5.81836V12.1816Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M0 18H3.70898V7.41797H0V18ZM1.05469 8.47266H2.6543V16.9453H1.05469V8.47266Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M9.52734 18H13.2363V3.70898H9.52734V18ZM10.582 4.76367H12.1816V16.9453H10.582V4.76367Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M14.291 0V18H18V0H14.291ZM16.9453 16.9453H15.3457V1.05469H16.9453V16.9453Z', fill: color })] }));
|
|
8
|
+
}
|
|
9
|
+
exports.IconPerformance = IconPerformance;
|
|
10
|
+
//# sourceMappingURL=icon-performance.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-performance.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-performance.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,eAAe,CAAC,EAAgB;QAAd,KAAK,WAAA;IACrC,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,aAC5F,iCAAM,CAAC,EAAC,yFAAyF,EAAC,IAAI,EAAE,KAAK,GAAI,EACjH,iCAAM,CAAC,EAAC,6EAA6E,EAAC,IAAI,EAAE,KAAK,GAAI,EACrG,iCAAM,CAAC,EAAC,wFAAwF,EAAC,IAAI,EAAE,KAAK,GAAI,EAChH,iCAAM,CAAC,EAAC,4EAA4E,EAAC,IAAI,EAAE,KAAK,GAAI,IAChG,CACP,CAAA;AACH,CAAC;AATD,0CASC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconRoute = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconRoute(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '23', viewBox: '0 0 24 23', fill: 'none', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M4.3181 10.5703C1.9371 10.5703 0 12.5074 0 14.8885C0 16.0922 0.658183 17.5461 1.95632 19.2097C2.88348 20.398 3.79978 21.2572 3.83835 21.2932L4.31815 21.7412L4.79795 21.2932C4.83652 21.2572 5.75281 20.398 6.67998 19.2097C7.97807 17.5461 8.6363 16.0922 8.6363 14.8885C8.63625 12.5074 6.69915 10.5703 4.3181 10.5703ZM4.32007 19.788C3.98894 19.4434 3.52615 18.936 3.06482 18.3448C1.97966 16.954 1.40607 15.7588 1.40607 14.8885C1.40607 13.2828 2.71241 11.9764 4.3181 11.9764C5.92379 11.9764 7.23017 13.2827 7.23017 14.8885C7.23017 16.4402 5.42796 18.6377 4.32007 19.788Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M18.6739 8.08866H17.2676V0H24.0001V4.81297H18.6739V8.08866ZM18.6739 3.40675H22.5938V1.40627H18.6739V3.40675Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M19.0236 22.1054H7.95898V20.6991H19.0236C23.7526 20.5191 23.749 13.74 19.0236 13.5618H12.6552C8.09703 13.3883 8.1005 6.85422 12.6552 6.68237H15.6266V8.08865H12.6552C9.96058 8.19121 9.96264 12.0539 12.6552 12.1555H19.0236C25.6161 12.4064 25.6112 21.8568 19.0236 22.1054Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M4.31788 13.4915C3.54759 13.4915 2.9209 14.1181 2.9209 14.8884C2.9209 15.6587 3.54759 16.2854 4.31788 16.2854C5.08817 16.2854 5.71486 15.6587 5.71486 14.8884C5.71486 14.1181 5.08817 13.4915 4.31788 13.4915Z', fill: color })] }));
|
|
8
|
+
}
|
|
9
|
+
exports.IconRoute = IconRoute;
|
|
10
|
+
//# sourceMappingURL=icon-route.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-route.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-route.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC/B,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,aAC5F,iCACE,CAAC,EAAC,ujBAAujB,EACzjB,IAAI,EAAE,KAAK,GACX,EACF,iCACE,CAAC,EAAC,8GAA8G,EAChH,IAAI,EAAE,KAAK,GACX,EACF,iCACE,CAAC,EAAC,+QAA+Q,EACjR,IAAI,EAAE,KAAK,GACX,EACF,iCACE,CAAC,EAAC,gNAAgN,EAClN,IAAI,EAAE,KAAK,GACX,IACE,CACP,CAAA;AACH,CAAC;AArBD,8BAqBC"}
|