infinity-forge 4.0.6 → 4.0.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.
Files changed (37) hide show
  1. package/dist/test/index.js +1 -40
  2. package/dist/test/index.js.map +1 -1
  3. package/dist/ui/icons/render/icon-bottom-chevron.d.ts +2 -1
  4. package/dist/ui/icons/render/icon-bottom-chevron.js +3 -2
  5. package/dist/ui/icons/render/icon-bottom-chevron.js.map +1 -1
  6. package/dist/ui/icons/render/icon-calendar.d.ts +2 -1
  7. package/dist/ui/icons/render/icon-calendar.js +3 -2
  8. package/dist/ui/icons/render/icon-calendar.js.map +1 -1
  9. package/dist/ui/icons/render/icon-circular-left-arrow.js +1 -1
  10. package/dist/ui/icons/render/icon-circular-left-arrow.js.map +1 -1
  11. package/dist/ui/icons/render/icon-circular-right-arrow.js +1 -1
  12. package/dist/ui/icons/render/icon-circular-right-arrow.js.map +1 -1
  13. package/dist/ui/icons/render/icon-edit-image.d.ts +2 -1
  14. package/dist/ui/icons/render/icon-edit-image.js +3 -2
  15. package/dist/ui/icons/render/icon-edit-image.js.map +1 -1
  16. package/dist/ui/icons/render/icon-exit.d.ts +2 -1
  17. package/dist/ui/icons/render/icon-exit.js +3 -2
  18. package/dist/ui/icons/render/icon-exit.js.map +1 -1
  19. package/dist/ui/icons/render/icon-gear.d.ts +2 -1
  20. package/dist/ui/icons/render/icon-gear.js +3 -2
  21. package/dist/ui/icons/render/icon-gear.js.map +1 -1
  22. package/dist/ui/icons/render/icon-message-balloon.d.ts +2 -1
  23. package/dist/ui/icons/render/icon-message-balloon.js +3 -2
  24. package/dist/ui/icons/render/icon-message-balloon.js.map +1 -1
  25. package/dist/ui/icons/render/icon-print.d.ts +2 -1
  26. package/dist/ui/icons/render/icon-print.js +3 -2
  27. package/dist/ui/icons/render/icon-print.js.map +1 -1
  28. package/dist/ui/icons/render/icon-top-chevron.d.ts +2 -1
  29. package/dist/ui/icons/render/icon-top-chevron.js +3 -2
  30. package/dist/ui/icons/render/icon-top-chevron.js.map +1 -1
  31. package/dist/ui/icons/render/icon-word.d.ts +2 -1
  32. package/dist/ui/icons/render/icon-word.js +3 -2
  33. package/dist/ui/icons/render/icon-word.js.map +1 -1
  34. package/dist/ui/icons/render-icon/index.d.ts +1 -2
  35. package/dist/ui/icons/render-icon/index.js +2 -3
  36. package/dist/ui/icons/render-icon/index.js.map +1 -1
  37. package/package.json +1 -1
@@ -1,40 +1,4 @@
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");
@@ -42,11 +6,8 @@ var ui_1 = require("../ui/index.js");
42
6
  var system_1 = require("../system/index.js");
43
7
  function NaoRemoverDaHomeUsadaParaTesteTestarAquiDentro() {
44
8
  // const { useQueryBackend } = createClient<Swagger>()
45
- var _this = this;
46
9
  // const { data } = useQueryBackend({ url: '/Users', method: 'get' })
47
- return ((0, jsx_runtime_1.jsx)(system_1.Layout, { children: (0, jsx_runtime_1.jsxs)(ui_1.FormHandler, { initialData: { test: new Date(), range: { startDate: new Date() } }, button: { text: 'A' }, onSucess: function (data) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
48
- return [2 /*return*/, console.log(data)];
49
- }); }); }, children: [(0, jsx_runtime_1.jsx)(ui_1.DatePicker, { name: 'test', maxDate: new Date() }), (0, jsx_runtime_1.jsx)(ui_1.RangeDatePicker, { name: 'range' }), (0, jsx_runtime_1.jsx)(ui_1.InputColor, { name: 't', label: 'cor' })] }) }));
10
+ return ((0, jsx_runtime_1.jsx)(system_1.Layout, { children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconWord', color: 'blue' }) }));
50
11
  }
51
12
  exports.NaoRemoverDaHomeUsadaParaTesteTestarAquiDentro = NaoRemoverDaHomeUsadaParaTesteTestarAquiDentro;
52
13
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/test/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,2BAAsG;AACtG,mCAAiC;AACjC,SAAgB,8CAA8C;IAC5D,sDAAsD;IADxD,iBAoBC;IAjBC,qEAAqE;IAErE,OAAO,CACL,uBAAC,eAAM,cACL,wBAAC,gBAAW,IACV,WAAW,EAAE,EAAE,IAAI,EAAE,IAAI,IAAI,EAAE,EAAE,KAAK,EAAE,EAAE,SAAS,EAAE,IAAI,IAAI,EAAE,EAAE,EAAE,EACnE,MAAM,EAAE,EAAE,IAAI,EAAE,GAAG,EAAE,EACrB,QAAQ,EAAE,UAAO,IAAI;gBAAK,sBAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAA;qBAAA,aAG3C,uBAAC,eAAU,IAAC,IAAI,EAAC,MAAM,EAAC,OAAO,EAAE,IAAI,IAAI,EAAE,GAAI,EAE/C,uBAAC,oBAAe,IAAC,IAAI,EAAC,OAAO,GAAG,EAChC,uBAAC,eAAU,IAAC,IAAI,EAAC,GAAG,EAAC,KAAK,EAAC,KAAK,GAAG,IACvB,GACP,CACV,CAAA;AACH,CAAC;AApBD,wGAoBC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/test/index.tsx"],"names":[],"mappings":";;;;AAEA,2BAAsG;AACtG,mCAAiC;AACjC,SAAgB,8CAA8C;IAC5D,sDAAsD;IAEtD,qEAAqE;IAErE,OAAO,CACL,uBAAC,eAAM,cACL,uBAAC,SAAI,IAAC,IAAI,EAAC,UAAU,EAAC,KAAK,EAAC,MAAM,GAAG,GAC9B,CACV,CAAA;AACH,CAAC;AAVD,wGAUC"}
@@ -1 +1,2 @@
1
- export declare function IconBottomChevron(): import("react/jsx-runtime").JSX.Element;
1
+ import { IIcon } from '../interfaces.js';
2
+ export declare function IconBottomChevron({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -2,8 +2,9 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconBottomChevron = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
- function IconBottomChevron() {
6
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', version: '1.1', xmlnsXlink: 'http://www.w3.org/1999/xlink', transform: 'matrix(-1.8369701987210297e-16,-1,-1,1.8369701987210297e-16,0,0)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z' }) }));
5
+ function IconBottomChevron(_a) {
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsx)("svg", { fill: color, xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', version: '1.1', xmlnsXlink: 'http://www.w3.org/1999/xlink', transform: 'matrix(-1.8369701987210297e-16,-1,-1,1.8369701987210297e-16,0,0)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z' }) }));
7
8
  }
8
9
  exports.IconBottomChevron = IconBottomChevron;
9
10
  //# sourceMappingURL=icon-bottom-chevron.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-bottom-chevron.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-bottom-chevron.tsx"],"names":[],"mappings":";;;;AAAA,SAAgB,iBAAiB;IAC/B,OAAO,CACL,gCACE,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAC,WAAW,EACnB,OAAO,EAAC,KAAK,EACb,UAAU,EAAC,8BAA8B,EACzC,SAAS,EAAC,kEAAkE,YAE5E,iCAAM,CAAC,EAAC,0DAA0D,GAAQ,GACtE,CACP,CAAA;AACH,CAAC;AAZD,8CAYC"}
1
+ {"version":3,"file":"icon-bottom-chevron.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-bottom-chevron.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,iBAAiB,CAAC,EAAgB;QAAd,KAAK,WAAA;IACvC,OAAO,CACL,gCACE,IAAI,EAAE,KAAK,EACX,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAC,WAAW,EACnB,OAAO,EAAC,KAAK,EACb,UAAU,EAAC,8BAA8B,EACzC,SAAS,EAAC,kEAAkE,YAE5E,iCAAM,CAAC,EAAC,0DAA0D,GAAQ,GACtE,CACP,CAAA;AACH,CAAC;AAbD,8CAaC"}
@@ -1 +1,2 @@
1
- export declare function IconCalendar(): import("react/jsx-runtime").JSX.Element;
1
+ import { IIcon } from '../interfaces.js';
2
+ export declare function IconCalendar({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -2,8 +2,9 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconCalendar = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
- function IconCalendar() {
6
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 002 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z' }) }));
5
+ function IconCalendar(_a) {
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsx)("svg", { fill: color, xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 002 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z' }) }));
7
8
  }
8
9
  exports.IconCalendar = IconCalendar;
9
10
  //# sourceMappingURL=icon-calendar.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-calendar.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-calendar.tsx"],"names":[],"mappings":";;;;AAAA,SAAgB,YAAY;IAC1B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,YACzD,iCAAM,CAAC,EAAC,kKAAkK,GAAG,GACzK,CACP,CAAA;AACH,CAAC;AAND,oCAMC"}
1
+ {"version":3,"file":"icon-calendar.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-calendar.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,YAAY,CAAC,EAAgB;QAAd,KAAK,WAAA;IAClC,OAAO,CACL,gCAAK,IAAI,EAAE,KAAK,EAAE,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,YACtE,iCAAM,CAAC,EAAC,kKAAkK,GAAG,GACzK,CACP,CAAA;AACH,CAAC;AAND,oCAMC"}
@@ -4,7 +4,7 @@ exports.IconCircularLeftArrow = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
5
  function IconCircularLeftArrow(_a) {
6
6
  var color = _a.color;
7
- return ((0, jsx_runtime_1.jsx)("svg", { width: '63', height: '64', viewBox: '0 0 63 64', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: (0, jsx_runtime_1.jsxs)("g", { id: 'chevron-forward-circle-outline 1', children: [(0, jsx_runtime_1.jsx)("path", { id: 'Vector', d: 'M53 32C53 44.974 42.474 55.5 29.5 55.5C16.526 55.5 6 44.974 6 32C6 19.026 16.526 8.5 29.5 8.5C42.474 8.5 53 19.026 53 32Z', stroke: 'black', strokeWidth: '3', strokeMiterlimit: '10' }), (0, jsx_runtime_1.jsx)("path", { id: 'Vector_2', d: 'M34 43.5L23 32L34 20.5', stroke: 'black', strokeWidth: '3', strokeLinecap: 'round', strokeLinejoin: 'round' })] }) }));
7
+ return ((0, jsx_runtime_1.jsx)("svg", { width: '63', height: '64', viewBox: '0 0 63 64', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: (0, jsx_runtime_1.jsxs)("g", { id: 'chevron-forward-circle-outline 1', children: [(0, jsx_runtime_1.jsx)("path", { id: 'Vector', d: 'M53 32C53 44.974 42.474 55.5 29.5 55.5C16.526 55.5 6 44.974 6 32C6 19.026 16.526 8.5 29.5 8.5C42.474 8.5 53 19.026 53 32Z', stroke: color, strokeWidth: '3', strokeMiterlimit: '10' }), (0, jsx_runtime_1.jsx)("path", { id: 'Vector_2', d: 'M34 43.5L23 32L34 20.5', stroke: color, strokeWidth: '3', strokeLinecap: 'round', strokeLinejoin: 'round' })] }) }));
8
8
  }
9
9
  exports.IconCircularLeftArrow = IconCircularLeftArrow;
10
10
  //# sourceMappingURL=icon-circular-left-arrow.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-circular-left-arrow.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-circular-left-arrow.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,qBAAqB,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC3C,OAAO,CACL,gCAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,YAC5F,+BAAG,EAAE,EAAC,kCAAkC,aACtC,iCACE,EAAE,EAAC,QAAQ,EACX,CAAC,EAAC,2HAA2H,EAC7H,MAAM,EAAC,OAAO,EACd,WAAW,EAAC,GAAG,EACf,gBAAgB,EAAC,IAAI,GACrB,EACF,iCACE,EAAE,EAAC,UAAU,EACb,CAAC,EAAC,wBAAwB,EAC1B,MAAM,EAAC,OAAO,EACd,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACA,GACA,CACP,CAAA;AACH,CAAC;AAtBD,sDAsBC"}
1
+ {"version":3,"file":"icon-circular-left-arrow.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-circular-left-arrow.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,qBAAqB,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC3C,OAAO,CACL,gCAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,YAC5F,+BAAG,EAAE,EAAC,kCAAkC,aACtC,iCACE,EAAE,EAAC,QAAQ,EACX,CAAC,EAAC,2HAA2H,EAC7H,MAAM,EAAE,KAAK,EACb,WAAW,EAAC,GAAG,EACf,gBAAgB,EAAC,IAAI,GACrB,EACF,iCACE,EAAE,EAAC,UAAU,EACb,CAAC,EAAC,wBAAwB,EAC1B,MAAM,EAAE,KAAK,EACb,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACA,GACA,CACP,CAAA;AACH,CAAC;AAtBD,sDAsBC"}
@@ -4,7 +4,7 @@ exports.IconCircularRightArrow = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
5
  function IconCircularRightArrow(_a) {
6
6
  var color = _a.color;
7
- return ((0, jsx_runtime_1.jsx)("svg", { width: '63', height: '64', viewBox: '0 0 63 64', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: (0, jsx_runtime_1.jsxs)("g", { id: 'chevron-forward-circle-outline 2', children: [(0, jsx_runtime_1.jsx)("path", { id: 'Vector', d: 'M8 32C8 44.974 18.526 55.5 31.5 55.5C44.474 55.5 55 44.974 55 32C55 19.026 44.474 8.5 31.5 8.5C18.526 8.5 8 19.026 8 32Z', stroke: 'black', "stroke-width": '3', "stroke-miterlimit": '10' }), (0, jsx_runtime_1.jsx)("path", { id: 'Vector_2', d: 'M27 43.5L38 32L27 20.5', stroke: 'black', strokeWidth: '3', strokeLinecap: 'round', strokeLinejoin: 'round' })] }) }));
7
+ return ((0, jsx_runtime_1.jsx)("svg", { width: '63', height: '64', viewBox: '0 0 63 64', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: (0, jsx_runtime_1.jsxs)("g", { id: 'chevron-forward-circle-outline 2', children: [(0, jsx_runtime_1.jsx)("path", { id: 'Vector', d: 'M8 32C8 44.974 18.526 55.5 31.5 55.5C44.474 55.5 55 44.974 55 32C55 19.026 44.474 8.5 31.5 8.5C18.526 8.5 8 19.026 8 32Z', stroke: color, "stroke-width": '3', "stroke-miterlimit": '10' }), (0, jsx_runtime_1.jsx)("path", { id: 'Vector_2', d: 'M27 43.5L38 32L27 20.5', stroke: color, strokeWidth: '3', strokeLinecap: 'round', strokeLinejoin: 'round' })] }) }));
8
8
  }
9
9
  exports.IconCircularRightArrow = IconCircularRightArrow;
10
10
  //# sourceMappingURL=icon-circular-right-arrow.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-circular-right-arrow.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-circular-right-arrow.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,sBAAsB,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC5C,OAAO,CACL,gCAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,YAC5F,+BAAG,EAAE,EAAC,kCAAkC,aACtC,iCACE,EAAE,EAAC,QAAQ,EACX,CAAC,EAAC,0HAA0H,EAC5H,MAAM,EAAC,OAAO,kBACD,GAAG,uBACE,IAAI,GACtB,EACF,iCACE,EAAE,EAAC,UAAU,EACb,CAAC,EAAC,wBAAwB,EAC1B,MAAM,EAAC,OAAO,EACd,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACA,GACA,CACP,CAAA;AACH,CAAC;AAtBD,wDAsBC"}
1
+ {"version":3,"file":"icon-circular-right-arrow.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-circular-right-arrow.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,sBAAsB,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC5C,OAAO,CACL,gCAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,YAC5F,+BAAG,EAAE,EAAC,kCAAkC,aACtC,iCACE,EAAE,EAAC,QAAQ,EACX,CAAC,EAAC,0HAA0H,EAC5H,MAAM,EAAE,KAAK,kBACA,GAAG,uBACE,IAAI,GACtB,EACF,iCACE,EAAE,EAAC,UAAU,EACb,CAAC,EAAC,wBAAwB,EAC1B,MAAM,EAAE,KAAK,EACb,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACA,GACA,CACP,CAAA;AACH,CAAC;AAtBD,wDAsBC"}
@@ -1 +1,2 @@
1
- export declare function IconEditImage(): import("react/jsx-runtime").JSX.Element;
1
+ import { IIcon } from '../interfaces.js';
2
+ export declare function IconEditImage({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -2,8 +2,9 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconEditImage = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
- function IconEditImage() {
6
- return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', fill: 'none', stroke: 'currentColor', strokeWidth: '2', strokeLinecap: 'round', strokeLinejoin: 'round', children: [(0, jsx_runtime_1.jsx)("path", { stroke: 'none', d: 'M0 0h24v24H0z', fill: 'none' }), (0, jsx_runtime_1.jsx)("path", { d: 'M15 8h.01' }), (0, jsx_runtime_1.jsx)("path", { d: 'M11 20h-4a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v4' }), (0, jsx_runtime_1.jsx)("path", { d: 'M4 15l4 -4c.928 -.893 2.072 -.893 3 0l3 3' }), (0, jsx_runtime_1.jsx)("path", { d: 'M14 14l1 -1c.31 -.298 .644 -.497 .987 -.596' }), (0, jsx_runtime_1.jsx)("path", { d: 'M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z' })] }));
5
+ function IconEditImage(_a) {
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', fill: 'none', stroke: color, strokeWidth: '2', strokeLinecap: 'round', strokeLinejoin: 'round', children: [(0, jsx_runtime_1.jsx)("path", { stroke: 'none', d: 'M0 0h24v24H0z', fill: 'none' }), (0, jsx_runtime_1.jsx)("path", { d: 'M15 8h.01' }), (0, jsx_runtime_1.jsx)("path", { d: 'M11 20h-4a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v4' }), (0, jsx_runtime_1.jsx)("path", { d: 'M4 15l4 -4c.928 -.893 2.072 -.893 3 0l3 3' }), (0, jsx_runtime_1.jsx)("path", { d: 'M14 14l1 -1c.31 -.298 .644 -.497 .987 -.596' }), (0, jsx_runtime_1.jsx)("path", { d: 'M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z' })] }));
7
8
  }
8
9
  exports.IconEditImage = IconEditImage;
9
10
  //# sourceMappingURL=icon-edit-image.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-edit-image.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-edit-image.tsx"],"names":[],"mappings":";;;;AAAA,SAAgB,aAAa;IAC3B,OAAO,CACL,iCACE,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,aAEtB,iCAAM,MAAM,EAAC,MAAM,EAAC,CAAC,EAAC,eAAe,EAAC,IAAI,EAAC,MAAM,GAAG,EACpD,iCAAM,CAAC,EAAC,WAAW,GAAG,EACtB,iCAAM,CAAC,EAAC,iEAAiE,GAAG,EAC5E,iCAAM,CAAC,EAAC,2CAA2C,GAAG,EACtD,iCAAM,CAAC,EAAC,6CAA6C,GAAG,EACxD,iCAAM,CAAC,EAAC,mEAAmE,GAAG,IAC1E,CACP,CAAA;AACH,CAAC;AAnBD,sCAmBC"}
1
+ {"version":3,"file":"icon-edit-image.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-edit-image.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,aAAa,CAAC,EAAgB;QAAd,KAAK,WAAA;IACnC,OAAO,CACL,iCACE,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,MAAM,EAAE,KAAK,EACb,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,aAEtB,iCAAM,MAAM,EAAC,MAAM,EAAC,CAAC,EAAC,eAAe,EAAC,IAAI,EAAC,MAAM,GAAG,EACpD,iCAAM,CAAC,EAAC,WAAW,GAAG,EACtB,iCAAM,CAAC,EAAC,iEAAiE,GAAG,EAC5E,iCAAM,CAAC,EAAC,2CAA2C,GAAG,EACtD,iCAAM,CAAC,EAAC,6CAA6C,GAAG,EACxD,iCAAM,CAAC,EAAC,mEAAmE,GAAG,IAC1E,CACP,CAAA;AACH,CAAC;AAnBD,sCAmBC"}
@@ -1 +1,2 @@
1
- export declare function IconExit(): import("react/jsx-runtime").JSX.Element;
1
+ import { IIcon } from '../interfaces.js';
2
+ export declare function IconExit({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -2,8 +2,9 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconExit = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
- function IconExit() {
6
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 512 512', children: (0, jsx_runtime_1.jsx)("path", { d: 'M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 192 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l210.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128zM160 96c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 32C43 32 0 75 0 128L0 384c0 53 43 96 96 96l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l64 0z' }) }));
5
+ function IconExit(_a) {
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsx)("svg", { fill: color, xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 512 512', children: (0, jsx_runtime_1.jsx)("path", { d: 'M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 192 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l210.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128zM160 96c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 32C43 32 0 75 0 128L0 384c0 53 43 96 96 96l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l64 0z' }) }));
7
8
  }
8
9
  exports.IconExit = IconExit;
9
10
  //# sourceMappingURL=icon-exit.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-exit.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-exit.tsx"],"names":[],"mappings":";;;;AAAA,SAAgB,QAAQ;IACtB,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,aAAa,YAC3D,iCAAM,CAAC,EAAC,6ZAA6Z,GAAG,GACpa,CACP,CAAA;AACH,CAAC;AAND,4BAMC"}
1
+ {"version":3,"file":"icon-exit.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-exit.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC9B,OAAO,CACL,gCAAK,IAAI,EAAE,KAAK,EAAE,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,aAAa,YACxE,iCAAM,CAAC,EAAC,6ZAA6Z,GAAG,GACpa,CACP,CAAA;AACH,CAAC;AAND,4BAMC"}
@@ -1 +1,2 @@
1
- export declare function IconGear(): import("react/jsx-runtime").JSX.Element;
1
+ import { IIcon } from '../interfaces.js';
2
+ export declare function IconGear({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -2,8 +2,9 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconGear = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
- function IconGear() {
6
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 512 512', children: (0, jsx_runtime_1.jsx)("path", { d: 'M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z' }) }));
5
+ function IconGear(_a) {
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsx)("svg", { fill: color, xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 512 512', children: (0, jsx_runtime_1.jsx)("path", { d: 'M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z' }) }));
7
8
  }
8
9
  exports.IconGear = IconGear;
9
10
  //# sourceMappingURL=icon-gear.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-gear.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-gear.tsx"],"names":[],"mappings":";;;;AAAA,SAAgB,QAAQ;IACtB,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,aAAa,YAC3D,iCAAM,CAAC,EAAC,6gCAA6gC,GAAG,GACphC,CACP,CAAA;AACH,CAAC;AAND,4BAMC"}
1
+ {"version":3,"file":"icon-gear.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-gear.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC9B,OAAO,CACL,gCAAK,IAAI,EAAE,KAAK,EAAE,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,aAAa,YACxE,iCAAM,CAAC,EAAC,6gCAA6gC,GAAG,GACphC,CACP,CAAA;AACH,CAAC;AAND,4BAMC"}
@@ -1 +1,2 @@
1
- export declare function IconMessageBalloon(): import("react/jsx-runtime").JSX.Element;
1
+ import { IIcon } from '../interfaces.js';
2
+ export declare function IconMessageBalloon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -2,8 +2,9 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconMessageBalloon = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
- function IconMessageBalloon() {
6
- return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '60', height: '61', viewBox: '0 0 60 61', fill: 'none', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M29.8828 2.375C13.1959 2.375 0 14.3214 0 28.7422C0 34.8854 2.43082 40.8371 6.855 45.5526C7.73039 49.1622 6.66762 52.9871 4.03055 55.6242C2.92805 56.7267 3.7084 58.625 5.27344 58.625C10.2825 58.625 15.1106 56.6621 18.7001 53.2026C22.2499 54.4684 26.006 55.1094 29.8828 55.1094C46.616 55.1094 60 43.1279 60 28.7422C60 14.3484 46.6068 2.375 29.8828 2.375ZM29.8828 51.6172C26.0483 51.6172 22.3515 50.8958 18.8951 49.5193C18.2162 49.2491 17.4411 49.4266 16.9479 49.9657C14.8247 52.2859 12.0646 53.9038 9.05801 54.6474C10.7146 51.4729 11.138 47.7308 10.1296 44.1855C10.0501 43.9059 9.90246 43.6504 9.69996 43.442C5.71195 39.3342 3.49219 34.1137 3.49219 28.7422C3.49219 16.1418 15.3439 5.86719 29.8828 5.86719C44.5509 5.86719 56.5078 16.1418 56.5078 28.7422C56.5078 41.3425 44.5509 51.6172 29.8828 51.6172Z', fill: '#828282' }), (0, jsx_runtime_1.jsx)("path", { d: 'M15.8203 23.4688C12.9125 23.4688 10.5469 25.8344 10.5469 28.7422C10.5469 31.65 12.9125 34.0156 15.8203 34.0156C18.7281 34.0156 21.0938 31.65 21.0938 28.7422C21.0938 25.8344 18.7281 23.4688 15.8203 23.4688ZM15.8203 30.5C14.8511 30.5 14.0625 29.7114 14.0625 28.7422C14.0625 27.7729 14.8511 26.9844 15.8203 26.9844C16.7896 26.9844 17.5781 27.7729 17.5781 28.7422C17.5781 29.7114 16.7896 30.5 15.8203 30.5Z', fill: '#828282' }), (0, jsx_runtime_1.jsx)("path", { d: 'M29.8828 23.4688C26.975 23.4688 24.6094 25.8344 24.6094 28.7422C24.6094 31.65 26.975 34.0156 29.8828 34.0156C32.7906 34.0156 35.1562 31.65 35.1562 28.7422C35.1562 25.8344 32.7906 23.4688 29.8828 23.4688ZM29.8828 30.5C28.9136 30.5 28.125 29.7114 28.125 28.7422C28.125 27.7729 28.9136 26.9844 29.8828 26.9844C30.8521 26.9844 31.6406 27.7729 31.6406 28.7422C31.6406 29.7114 30.8521 30.5 29.8828 30.5Z', fill: '#828282' }), (0, jsx_runtime_1.jsx)("path", { d: 'M44.1797 23.4688C41.2719 23.4688 38.9062 25.8344 38.9062 28.7422C38.9062 31.65 41.2719 34.0156 44.1797 34.0156C47.0875 34.0156 49.4531 31.65 49.4531 28.7422C49.4531 25.8344 47.0875 23.4688 44.1797 23.4688ZM44.1797 30.5C43.2104 30.5 42.4219 29.7114 42.4219 28.7422C42.4219 27.7729 43.2104 26.9844 44.1797 26.9844C45.1489 26.9844 45.9375 27.7729 45.9375 28.7422C45.9375 29.7114 45.1489 30.5 44.1797 30.5Z', fill: '#828282' })] }));
5
+ function IconMessageBalloon(_a) {
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '60', height: '61', viewBox: '0 0 60 61', fill: 'none', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M29.8828 2.375C13.1959 2.375 0 14.3214 0 28.7422C0 34.8854 2.43082 40.8371 6.855 45.5526C7.73039 49.1622 6.66762 52.9871 4.03055 55.6242C2.92805 56.7267 3.7084 58.625 5.27344 58.625C10.2825 58.625 15.1106 56.6621 18.7001 53.2026C22.2499 54.4684 26.006 55.1094 29.8828 55.1094C46.616 55.1094 60 43.1279 60 28.7422C60 14.3484 46.6068 2.375 29.8828 2.375ZM29.8828 51.6172C26.0483 51.6172 22.3515 50.8958 18.8951 49.5193C18.2162 49.2491 17.4411 49.4266 16.9479 49.9657C14.8247 52.2859 12.0646 53.9038 9.05801 54.6474C10.7146 51.4729 11.138 47.7308 10.1296 44.1855C10.0501 43.9059 9.90246 43.6504 9.69996 43.442C5.71195 39.3342 3.49219 34.1137 3.49219 28.7422C3.49219 16.1418 15.3439 5.86719 29.8828 5.86719C44.5509 5.86719 56.5078 16.1418 56.5078 28.7422C56.5078 41.3425 44.5509 51.6172 29.8828 51.6172Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M15.8203 23.4688C12.9125 23.4688 10.5469 25.8344 10.5469 28.7422C10.5469 31.65 12.9125 34.0156 15.8203 34.0156C18.7281 34.0156 21.0938 31.65 21.0938 28.7422C21.0938 25.8344 18.7281 23.4688 15.8203 23.4688ZM15.8203 30.5C14.8511 30.5 14.0625 29.7114 14.0625 28.7422C14.0625 27.7729 14.8511 26.9844 15.8203 26.9844C16.7896 26.9844 17.5781 27.7729 17.5781 28.7422C17.5781 29.7114 16.7896 30.5 15.8203 30.5Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M29.8828 23.4688C26.975 23.4688 24.6094 25.8344 24.6094 28.7422C24.6094 31.65 26.975 34.0156 29.8828 34.0156C32.7906 34.0156 35.1562 31.65 35.1562 28.7422C35.1562 25.8344 32.7906 23.4688 29.8828 23.4688ZM29.8828 30.5C28.9136 30.5 28.125 29.7114 28.125 28.7422C28.125 27.7729 28.9136 26.9844 29.8828 26.9844C30.8521 26.9844 31.6406 27.7729 31.6406 28.7422C31.6406 29.7114 30.8521 30.5 29.8828 30.5Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M44.1797 23.4688C41.2719 23.4688 38.9062 25.8344 38.9062 28.7422C38.9062 31.65 41.2719 34.0156 44.1797 34.0156C47.0875 34.0156 49.4531 31.65 49.4531 28.7422C49.4531 25.8344 47.0875 23.4688 44.1797 23.4688ZM44.1797 30.5C43.2104 30.5 42.4219 29.7114 42.4219 28.7422C42.4219 27.7729 43.2104 26.9844 44.1797 26.9844C45.1489 26.9844 45.9375 27.7729 45.9375 28.7422C45.9375 29.7114 45.1489 30.5 44.1797 30.5Z', fill: color })] }));
7
8
  }
8
9
  exports.IconMessageBalloon = IconMessageBalloon;
9
10
  //# sourceMappingURL=icon-message-balloon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-message-balloon.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-message-balloon.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,kBAAkB;IAChC,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,iyBAAiyB,EACnyB,IAAI,EAAC,SAAS,GACd,EACF,iCACE,CAAC,EAAC,oZAAoZ,EACtZ,IAAI,EAAC,SAAS,GACd,EACF,iCACE,CAAC,EAAC,+YAA+Y,EACjZ,IAAI,EAAC,SAAS,GACd,EACF,iCACE,CAAC,EAAC,oZAAoZ,EACtZ,IAAI,EAAC,SAAS,GACd,IACE,CACP,CAAA;AACH,CAAC;AArBD,gDAqBC"}
1
+ {"version":3,"file":"icon-message-balloon.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-message-balloon.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,kBAAkB,CAAC,EAAgB;QAAd,KAAK,WAAA;IACxC,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,iyBAAiyB,EACnyB,IAAI,EAAE,KAAK,GACX,EACF,iCACE,CAAC,EAAC,oZAAoZ,EACtZ,IAAI,EAAE,KAAK,GACX,EACF,iCACE,CAAC,EAAC,+YAA+Y,EACjZ,IAAI,EAAE,KAAK,GACX,EACF,iCACE,CAAC,EAAC,oZAAoZ,EACtZ,IAAI,EAAE,KAAK,GACX,IACE,CACP,CAAA;AACH,CAAC;AArBD,gDAqBC"}
@@ -1 +1,2 @@
1
- export declare function IconPrint(): import("react/jsx-runtime").JSX.Element;
1
+ import { IIcon } from '../interfaces.js';
2
+ export declare function IconPrint({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -2,8 +2,9 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconPrint = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
- function IconPrint() {
6
- return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', fill: 'none', stroke: 'currentColor', strokeWidth: '2', strokeLinecap: 'round', strokeLinejoin: 'round', children: [(0, jsx_runtime_1.jsx)("path", { stroke: 'none', d: 'M0 0h24v24H0z', fill: 'none' }), (0, jsx_runtime_1.jsx)("path", { d: 'M17 17h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2' }), (0, jsx_runtime_1.jsx)("path", { d: 'M17 9v-4a2 2 0 0 0 -2 -2h-6a2 2 0 0 0 -2 2v4' }), (0, jsx_runtime_1.jsx)("path", { d: 'M7 13m0 2a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2z' })] }));
5
+ function IconPrint(_a) {
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', fill: 'none', stroke: color, strokeWidth: '2', strokeLinecap: 'round', strokeLinejoin: 'round', children: [(0, jsx_runtime_1.jsx)("path", { stroke: 'none', d: 'M0 0h24v24H0z', fill: 'none' }), (0, jsx_runtime_1.jsx)("path", { d: 'M17 17h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2' }), (0, jsx_runtime_1.jsx)("path", { d: 'M17 9v-4a2 2 0 0 0 -2 -2h-6a2 2 0 0 0 -2 2v4' }), (0, jsx_runtime_1.jsx)("path", { d: 'M7 13m0 2a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2z' })] }));
7
8
  }
8
9
  exports.IconPrint = IconPrint;
9
10
  //# sourceMappingURL=icon-print.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-print.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-print.tsx"],"names":[],"mappings":";;;;AAAA,SAAgB,SAAS;IACvB,OAAO,CACL,iCACE,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,aAEtB,iCAAM,MAAM,EAAC,MAAM,EAAC,CAAC,EAAC,eAAe,EAAC,IAAI,EAAC,MAAM,GAAG,EACpD,iCAAM,CAAC,EAAC,iFAAiF,GAAG,EAC5F,iCAAM,CAAC,EAAC,8CAA8C,GAAG,EACzD,iCAAM,CAAC,EAAC,+EAA+E,GAAG,IACtF,CACP,CAAA;AACH,CAAC;AAjBD,8BAiBC"}
1
+ {"version":3,"file":"icon-print.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-print.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC/B,OAAO,CACL,iCACE,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,MAAM,EAAE,KAAK,EACb,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,aAEtB,iCAAM,MAAM,EAAC,MAAM,EAAC,CAAC,EAAC,eAAe,EAAC,IAAI,EAAC,MAAM,GAAG,EACpD,iCAAM,CAAC,EAAC,iFAAiF,GAAG,EAC5F,iCAAM,CAAC,EAAC,8CAA8C,GAAG,EACzD,iCAAM,CAAC,EAAC,+EAA+E,GAAG,IACtF,CACP,CAAA;AACH,CAAC;AAjBD,8BAiBC"}
@@ -1 +1,2 @@
1
- export declare function IconTopChevron(): import("react/jsx-runtime").JSX.Element;
1
+ import { IIcon } from '../interfaces.js';
2
+ export declare function IconTopChevron({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -2,8 +2,9 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconTopChevron = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
- function IconTopChevron() {
6
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', version: '1.1', xmlnsXlink: 'http://www.w3.org/1999/xlink', transform: 'matrix(6.123233995736766e-17,1,1,-6.123233995736766e-17,0,0)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z' }) }));
5
+ function IconTopChevron(_a) {
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsx)("svg", { fill: color, xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', version: '1.1', xmlnsXlink: 'http://www.w3.org/1999/xlink', transform: 'matrix(6.123233995736766e-17,1,1,-6.123233995736766e-17,0,0)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z' }) }));
7
8
  }
8
9
  exports.IconTopChevron = IconTopChevron;
9
10
  //# sourceMappingURL=icon-top-chevron.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-top-chevron.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-top-chevron.tsx"],"names":[],"mappings":";;;;AAAA,SAAgB,cAAc;IAC5B,OAAO,CACL,gCACE,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAC,WAAW,EACnB,OAAO,EAAC,KAAK,EACb,UAAU,EAAC,8BAA8B,EACzC,SAAS,EAAC,8DAA8D,YAExE,iCAAM,CAAC,EAAC,0DAA0D,GAAQ,GACtE,CACP,CAAA;AACH,CAAC;AAZD,wCAYC"}
1
+ {"version":3,"file":"icon-top-chevron.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-top-chevron.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,cAAc,CAAC,EAAgB;QAAd,KAAK,WAAA;IACpC,OAAO,CACL,gCACE,IAAI,EAAE,KAAK,EACX,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAC,WAAW,EACnB,OAAO,EAAC,KAAK,EACb,UAAU,EAAC,8BAA8B,EACzC,SAAS,EAAC,8DAA8D,YAExE,iCAAM,CAAC,EAAC,0DAA0D,GAAQ,GACtE,CACP,CAAA;AACH,CAAC;AAbD,wCAaC"}
@@ -1 +1,2 @@
1
- export declare function IconWord(): import("react/jsx-runtime").JSX.Element;
1
+ import { IIcon } from '../interfaces.js';
2
+ export declare function IconWord({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -2,8 +2,9 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconWord = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
- function IconWord() {
6
- return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '800px', height: '800px', viewBox: '0 0 32 32', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M18.536,2.323V4.868c3.4.019,7.12-.035,10.521.019a.783.783,0,0,1,.912.861c.054,6.266-.013,12.89.032,19.157-.02.4.009,1.118-.053,1.517-.079.509-.306.607-.817.676-.286.039-.764.034-1.045.047-2.792-.014-5.582-.011-8.374-.01l-1.175,0v2.547L2,27.133Q2,16,2,4.873L18.536,2.322', style: { fill: '#283c82' } }), (0, jsx_runtime_1.jsx)("path", { d: 'M18.536,5.822h10.5V26.18h-10.5V23.635h8.27V22.363h-8.27v-1.59h8.27V19.5h-8.27v-1.59h8.27V16.637h-8.27v-1.59h8.27V13.774h-8.27v-1.59h8.27V10.911h-8.27V9.321h8.27V8.048h-8.27V5.822', style: { fill: '#fff' } }), (0, jsx_runtime_1.jsx)("path", { d: 'M8.573,11.443c.6-.035,1.209-.06,1.813-.092.423,2.147.856,4.291,1.314,6.429.359-2.208.757-4.409,1.142-6.613.636-.022,1.272-.057,1.905-.1-.719,3.082-1.349,6.19-2.134,9.254-.531.277-1.326-.013-1.956.032-.423-2.106-.916-4.2-1.295-6.314C8.99,16.1,8.506,18.133,8.08,20.175q-.916-.048-1.839-.111c-.528-2.8-1.148-5.579-1.641-8.385.544-.025,1.091-.048,1.635-.067.328,2.026.7,4.043.986,6.072.448-2.08.907-4.161,1.352-6.241', style: { fill: '#fff' } })] }));
5
+ function IconWord(_a) {
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '800px', height: '800px', viewBox: '0 0 32 32', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M18.536,2.323V4.868c3.4.019,7.12-.035,10.521.019a.783.783,0,0,1,.912.861c.054,6.266-.013,12.89.032,19.157-.02.4.009,1.118-.053,1.517-.079.509-.306.607-.817.676-.286.039-.764.034-1.045.047-2.792-.014-5.582-.011-8.374-.01l-1.175,0v2.547L2,27.133Q2,16,2,4.873L18.536,2.322', style: { fill: color } }), (0, jsx_runtime_1.jsx)("path", { d: 'M18.536,5.822h10.5V26.18h-10.5V23.635h8.27V22.363h-8.27v-1.59h8.27V19.5h-8.27v-1.59h8.27V16.637h-8.27v-1.59h8.27V13.774h-8.27v-1.59h8.27V10.911h-8.27V9.321h8.27V8.048h-8.27V5.822', style: { fill: '#fff' } }), (0, jsx_runtime_1.jsx)("path", { d: 'M8.573,11.443c.6-.035,1.209-.06,1.813-.092.423,2.147.856,4.291,1.314,6.429.359-2.208.757-4.409,1.142-6.613.636-.022,1.272-.057,1.905-.1-.719,3.082-1.349,6.19-2.134,9.254-.531.277-1.326-.013-1.956.032-.423-2.106-.916-4.2-1.295-6.314C8.99,16.1,8.506,18.133,8.08,20.175q-.916-.048-1.839-.111c-.528-2.8-1.148-5.579-1.641-8.385.544-.025,1.091-.048,1.635-.067.328,2.026.7,4.043.986,6.072.448-2.08.907-4.161,1.352-6.241', style: { fill: '#fff' } })] }));
7
8
  }
8
9
  exports.IconWord = IconWord;
9
10
  //# sourceMappingURL=icon-word.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-word.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-word.tsx"],"names":[],"mappings":";;;;AAAA,SAAgB,QAAQ;IACtB,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,OAAO,EAAC,OAAO,EAAC,WAAW,aACtF,iCACE,CAAC,EAAC,+QAA+Q,EACjR,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAC1B,EACF,iCACE,CAAC,EAAC,oLAAoL,EACtL,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,GACvB,EACF,iCACE,CAAC,EAAC,8ZAA8Z,EACha,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,GACvB,IACE,CACP,CAAA;AACH,CAAC;AAjBD,4BAiBC"}
1
+ {"version":3,"file":"icon-word.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-word.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC9B,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,OAAO,EAAC,OAAO,EAAC,WAAW,aACtF,iCACE,CAAC,EAAC,+QAA+Q,EACjR,KAAK,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,GACtB,EACF,iCACE,CAAC,EAAC,oLAAoL,EACtL,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,GACvB,EACF,iCACE,CAAC,EAAC,8ZAA8Z,EACha,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,GACvB,IACE,CACP,CAAA;AACH,CAAC;AAjBD,4BAiBC"}
@@ -1,7 +1,6 @@
1
1
  import * as Icons from '../index.js';
2
2
  export interface IRenderIconProps {
3
3
  color?: string;
4
- stroke?: string;
5
4
  nameIcon: Icons.IconsNames;
6
5
  }
7
- export declare function RenderIcon({ nameIcon, stroke, color }: IRenderIconProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function RenderIcon({ nameIcon, color }: IRenderIconProps): import("react/jsx-runtime").JSX.Element;
@@ -27,11 +27,10 @@ exports.RenderIcon = void 0;
27
27
  var jsx_runtime_1 = require("react/jsx-runtime");
28
28
  var Icons = __importStar(require("../index.js"));
29
29
  function RenderIcon(_a) {
30
- var nameIcon = _a.nameIcon, stroke = _a.stroke, color = _a.color;
30
+ var nameIcon = _a.nameIcon, color = _a.color;
31
31
  return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: Icons[nameIcon] &&
32
32
  Icons[nameIcon]({
33
- fill: color || '',
34
- stroke: stroke || '',
33
+ color: color || '',
35
34
  }) }));
36
35
  }
37
36
  exports.RenderIcon = RenderIcon;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/icons/render-icon/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wCAA2B;AAQ3B,SAAgB,UAAU,CAAC,EAA6C;QAA3C,QAAQ,cAAA,EAAE,MAAM,YAAA,EAAE,KAAK,WAAA;IAClD,OAAO,CACL,2DACI,KAAa,CAAC,QAAQ,CAAC;YACtB,KAAa,CAAC,QAAQ,CAAC,CAAC;gBACvB,IAAI,EAAE,KAAK,IAAI,EAAE;gBACjB,MAAM,EAAE,MAAM,IAAI,EAAE;aACrB,CAAC,GACH,CACJ,CAAA;AACH,CAAC;AAVD,gCAUC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/icons/render-icon/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wCAA2B;AAO3B,SAAgB,UAAU,CAAC,EAAqC;QAAnC,QAAQ,cAAA,EAAE,KAAK,WAAA;IAC1C,OAAO,CACL,2DACI,KAAa,CAAC,QAAQ,CAAC;YACtB,KAAa,CAAC,QAAQ,CAAC,CAAC;gBACvB,KAAK,EAAE,KAAK,IAAI,EAAE;aACnB,CAAC,GACH,CACJ,CAAA;AACH,CAAC;AATD,gCASC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infinity-forge",
3
- "version": "4.0.6",
3
+ "version": "4.0.7",
4
4
  "description": "codie Library",
5
5
  "main": "./dist/index",
6
6
  "module": "./dist/index",