@nocobase/plugin-ai 2.1.0-beta.30 → 2.1.0-beta.33

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 (101) hide show
  1. package/client-v2.d.ts +1 -0
  2. package/client-v2.js +1 -0
  3. package/dist/ai/docs/nocobase/ai/index.md +1 -1
  4. package/dist/ai/docs/nocobase/ai-employees/built-in/atlas.md +24 -0
  5. package/dist/ai/docs/nocobase/ai-employees/built-in/dara.md +22 -0
  6. package/dist/ai/docs/nocobase/ai-employees/built-in/dex.md +32 -0
  7. package/dist/ai/docs/nocobase/ai-employees/built-in/ellis.md +22 -0
  8. package/dist/ai/docs/nocobase/ai-employees/built-in/index.md +25 -0
  9. package/dist/ai/docs/nocobase/ai-employees/built-in/lexi.md +26 -0
  10. package/dist/ai/docs/nocobase/ai-employees/built-in/lina.md +142 -0
  11. package/dist/ai/docs/nocobase/ai-employees/built-in/nathan.md +36 -0
  12. package/dist/ai/docs/nocobase/ai-employees/built-in/vera.md +22 -0
  13. package/dist/ai/docs/nocobase/ai-employees/built-in/viz.md +25 -0
  14. package/dist/ai/docs/nocobase/ai-employees/features/built-in-employee.md +1 -29
  15. package/dist/ai/docs/nocobase/ai-employees/features/collaborate.md +17 -7
  16. package/dist/ai/docs/nocobase/ai-employees/features/enable-ai-employee.md +4 -4
  17. package/dist/ai/docs/nocobase/ai-employees/features/model-settings.md +87 -0
  18. package/dist/ai/docs/nocobase/ai-employees/index.md +1 -1
  19. package/dist/ai/docs/nocobase/ai-employees/scenarios/localization-hy-mt.md +241 -0
  20. package/dist/ai/docs/nocobase/ai-employees/workflow/nodes/employee/configuration.md +1 -1
  21. package/dist/ai/docs/nocobase/cluster-mode/index.md +5 -1
  22. package/dist/ai/docs/nocobase/cluster-mode/preparations.md +58 -3
  23. package/dist/ai/docs/nocobase/interface-builder/actions/types/js-action.md +1 -1
  24. package/dist/ai/docs/nocobase/interface-builder/actions/types/js-item.md +1 -1
  25. package/dist/ai/docs/nocobase/interface-builder/blocks/other-blocks/js-block.md +1 -1
  26. package/dist/ai/docs/nocobase/interface-builder/fields/specific/js-column.md +1 -1
  27. package/dist/ai/docs/nocobase/interface-builder/fields/specific/js-field.md +1 -1
  28. package/dist/ai/docs/nocobase/interface-builder/fields/specific/js-item.md +1 -1
  29. package/dist/ai/docs/nocobase/security/guide.md +13 -1
  30. package/dist/ai/docs/nocobase/system-management/localization/index.md +25 -1
  31. package/dist/client/462.1708385b148779cd.js +10 -0
  32. package/dist/client/{559.39872901b9053629.js → 559.585f80c3bcea0bed.js} +1 -1
  33. package/dist/client/646.b0ed728921b007d4.js +10 -0
  34. package/dist/client/{927.ac9ee9a8c1cb4f1d.js → 927.d95c74ebb8fd51c9.js} +1 -1
  35. package/dist/client/ai-employees/admin/ModelSettings.d.ts +10 -0
  36. package/dist/client/ai-employees/admin/hooks.d.ts +1 -1
  37. package/dist/client/ai-employees/avatars.d.ts +9 -783
  38. package/dist/client/ai-employees/chatbox/model.d.ts +6 -3
  39. package/dist/client/ai-employees/types.d.ts +23 -0
  40. package/dist/client/features/vector-database-provider.d.ts +1 -1
  41. package/dist/client/index.js +4 -4
  42. package/dist/client/llm-services/component/EnabledModelsSelect.d.ts +1 -14
  43. package/dist/client-v2/ai-employees/AIEmployeeShortcut.d.ts +21 -0
  44. package/dist/client-v2/ai-employees/ProfileCard.d.ts +17 -0
  45. package/dist/client-v2/ai-employees/avatars.d.ts +783 -0
  46. package/dist/client-v2/ai-employees/types.d.ts +20 -0
  47. package/dist/client-v2/index.d.ts +17 -0
  48. package/dist/client-v2/index.js +10 -0
  49. package/dist/client-v2/llm-services/model-label.d.ts +22 -0
  50. package/dist/collections/ai-employees.d.ts +2 -1
  51. package/dist/collections/ai-employees.js +1 -1
  52. package/dist/externalVersion.js +17 -17
  53. package/dist/locale/en-US.json +15 -1
  54. package/dist/locale/zh-CN.json +15 -1
  55. package/dist/node_modules/@langchain/xai/package.json +1 -1
  56. package/dist/node_modules/fs-extra/package.json +1 -1
  57. package/dist/node_modules/jsonrepair/package.json +1 -1
  58. package/dist/node_modules/just-bash/package.json +1 -1
  59. package/dist/node_modules/nodejs-snowflake/package.json +1 -1
  60. package/dist/node_modules/openai/package.json +1 -1
  61. package/dist/node_modules/zod/package.json +1 -1
  62. package/dist/server/ai-employees/ai-conversations.d.ts +1 -0
  63. package/dist/server/ai-employees/ai-conversations.js +4 -1
  64. package/dist/server/ai-employees/ai-employee.d.ts +15 -1
  65. package/dist/server/ai-employees/ai-employee.js +140 -9
  66. package/dist/server/ai-employees/ai-employees-manager.d.ts +4 -0
  67. package/dist/server/ai-employees/ai-employees-manager.js +41 -0
  68. package/dist/server/ai-employees/ai-knowledge-base.js +7 -7
  69. package/dist/server/ai-employees/middleware/conversation.d.ts +1 -0
  70. package/dist/server/ai-employees/middleware/conversation.js +4 -2
  71. package/dist/server/ai-employees/sub-agents/dispatcher.js +2 -4
  72. package/dist/server/ai-employees/utils.d.ts +6 -3
  73. package/dist/server/ai-employees/utils.js +7 -1
  74. package/dist/server/features/knowledge-base.d.ts +3 -2
  75. package/dist/server/index.d.ts +2 -0
  76. package/dist/server/index.js +3 -0
  77. package/dist/server/llm-providers/common/reasoning.d.ts +2 -0
  78. package/dist/server/llm-providers/common/reasoning.js +15 -2
  79. package/dist/server/llm-providers/dashscope.d.ts +2 -1
  80. package/dist/server/llm-providers/dashscope.js +39 -0
  81. package/dist/server/llm-providers/deepseek.js +2 -0
  82. package/dist/server/llm-providers/provider.d.ts +15 -1
  83. package/dist/server/llm-providers/provider.js +21 -2
  84. package/dist/server/manager/ai-chat-conversation.js +3 -4
  85. package/dist/server/manager/ai-manager.d.ts +17 -0
  86. package/dist/server/manager/ai-manager.js +65 -0
  87. package/dist/server/manager/llm-stream-manager.d.ts +16 -10
  88. package/dist/server/manager/llm-stream-manager.js +121 -27
  89. package/dist/server/migrations/20260407170416-ai-employee-knowledge-base-add-key.d.ts +14 -0
  90. package/dist/server/migrations/20260407170416-ai-employee-knowledge-base-add-key.js +61 -0
  91. package/dist/server/resource/ai.js +1 -41
  92. package/dist/server/resource/aiConversations.d.ts +12 -13
  93. package/dist/server/resource/aiConversations.js +129 -121
  94. package/dist/server/resource/aiEmployees.js +32 -1
  95. package/dist/server/types/knowledge-base.type.d.ts +3 -2
  96. package/dist/server/utils.d.ts +4 -0
  97. package/dist/server/utils.js +9 -0
  98. package/dist/server/workflow/nodes/employee/index.js +4 -2
  99. package/package.json +2 -2
  100. package/dist/client/343.6f36d97dd122c5b6.js +0 -10
  101. package/dist/client/646.5860101cb28c8272.js +0 -10
@@ -0,0 +1,20 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+ export type AIEmployee = {
10
+ username: string;
11
+ nickname?: string;
12
+ position?: string;
13
+ avatar?: string;
14
+ bio?: string;
15
+ greeting?: string;
16
+ category?: string;
17
+ };
18
+ export type Task = {
19
+ title?: string;
20
+ };
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+ import { Plugin } from '@nocobase/client-v2';
10
+ export declare class PluginAIClientV2 extends Plugin {
11
+ }
12
+ export default PluginAIClientV2;
13
+ export { AIEmployeeProfileCard } from './ai-employees/ProfileCard';
14
+ export { AIEmployeeShortcut } from './ai-employees/AIEmployeeShortcut';
15
+ export { avatars, avatarsMap } from './ai-employees/avatars';
16
+ export type { AIEmployee, Task } from './ai-employees/types';
17
+ export { formatModelLabel } from './llm-services/model-label';
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
10
+ !function(e,a){"object"==typeof exports&&"object"==typeof module?module.exports=a(require("@nocobase/flow-engine"),require("ahooks"),require("@nocobase/client-v2"),require("react"),require("antd")):"function"==typeof define&&define.amd?define("@nocobase/plugin-ai/client-v2",["@nocobase/flow-engine","ahooks","@nocobase/client-v2","react","antd"],a):"object"==typeof exports?exports["@nocobase/plugin-ai/client-v2"]=a(require("@nocobase/flow-engine"),require("ahooks"),require("@nocobase/client-v2"),require("react"),require("antd")):e["@nocobase/plugin-ai/client-v2"]=a(e["@nocobase/flow-engine"],e.ahooks,e["@nocobase/client-v2"],e.react,e.antd)}(self,function(e,a,l,n,i){return function(){"use strict";var o={485:function(e){e.exports=l},694:function(a){a.exports=e},625:function(e){e.exports=a},59:function(e){e.exports=i},155:function(e){e.exports=n}},s={};function t(e){var a=s[e];if(void 0!==a)return a.exports;var l=s[e]={exports:{}};return o[e](l,l.exports,t),l.exports}t.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(a,{a:a}),a},t.d=function(e,a){for(var l in a)t.o(a,l)&&!t.o(e,l)&&Object.defineProperty(e,l,{enumerable:!0,get:a[l]})},t.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(e){if("object"==typeof window)return window}}(),t.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},t.r=function(e){"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.g.importScripts&&(r=t.g.location+"");var r,c=t.g.document;if(!r&&c&&(c.currentScript&&"SCRIPT"===c.currentScript.tagName.toUpperCase()&&(r=c.currentScript.src),!r)){var u=c.getElementsByTagName("script");if(u.length)for(var d=u.length-1;d>-1&&(!r||!/^http(s?):/.test(r));)r=u[d--].src}if(!r)throw Error("Automatic publicPath is not supported in this browser");t.p=r.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/");var m={};return!function(){var e="",a="u">typeof document?document.currentScript:null;if(a&&a.src&&(e=a.src.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/")),!e){var l=window.__webpack_public_path__||"";l&&("/"!==l.charAt(l.length-1)&&(l+="/"),e=l+"static/plugins/@nocobase/plugin-ai/dist/client-v2/")}if(!e){if(!(e=window.__nocobase_public_path__||"")&&window.location&&window.location.pathname){var n=window.location.pathname||"/",i=n.indexOf("/v2/");e=i>=0?n.slice(0,i+1):"/"}e&&(e=e.replace(/\/v2\/?$/,"/")),e||(e="/"),"/"!==e.charAt(e.length-1)&&(e+="/"),e+="static/plugins/@nocobase/plugin-ai/dist/client-v2/"}t.p=e}(),!function(){t.r(m),t.d(m,{formatModelLabel:function(){return U},AIEmployeeShortcut:function(){return q},default:function(){return N},AIEmployeeProfileCard:function(){return C},PluginAIClientV2:function(){return V},avatars:function(){return S},avatarsMap:function(){return O}});var e={};t.r(e),t.d(e,{base:function(){return h},clothes:function(){return p},earing:function(){return v},glasses:function(){return y},hair:function(){return g},mask:function(){return w},mouth:function(){return x}});var a={};t.r(a),t.d(a,{create:function(){return z},meta:function(){return M},schema:function(){return P}});var l=t(485),n=t(155),i=t.n(n),o=t(59);function s(e){return e.replace(/&/g,"&amp;").replace(/'/g,"&apos;").replace(/"/g,"&quot;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function r(e){return e^=e<<13,e^=e>>17,e^=e<<5}function c(e=""){let a=function(e){let a=0;for(let l=0;l<e.length;l++)a=r(a=(a<<5)-a+e.charCodeAt(l)|0);return a}(e=e.toString())||1,l=()=>a=r(a),n=(e,a)=>Math.floor((l()- -0x80000000)/0xffffffff*(a+1-e)+e);return{seed:e,next:l,bool:(e=50)=>n(1,100)<=e,integer:(e,a)=>n(e,a),pick(e,a){var i;return 0===e.length?(l(),a):null!=(i=e[n(0,e.length-1)])?i:a},shuffle(e){let a=c(l().toString()),n=[...e];for(let e=n.length-1;e>0;e--){let l=a.integer(0,e);[n[e],n[l]]=[n[l],n[e]]}return n},string(e,a="abcdefghijklmnopqrstuvwxyz1234567890"){let n=c(l().toString()),i="";for(let l=0;l<e;l++)i+=a[n.integer(0,a.length-1)];return i}}}function u(e){let a=e.attributes.viewBox.split(" "),l=parseInt(a[0]),n=parseInt(a[1]);return{x:l,y:n,width:parseInt(a[2]),height:parseInt(a[3])}}let d={type:"object",$schema:"http://json-schema.org/draft-07/schema#",properties:{seed:{type:"string"},flip:{type:"boolean",default:!1},rotate:{type:"integer",minimum:0,maximum:360,default:0},scale:{type:"integer",minimum:0,maximum:200,default:100},radius:{type:"integer",minimum:0,maximum:50,default:0},size:{type:"integer",minimum:1},backgroundColor:{type:"array",items:{type:"string",pattern:"^(transparent|[a-fA-F0-9]{6})$"}},backgroundType:{type:"array",items:{type:"string",enum:["solid","gradientLinear"]},default:["solid"]},backgroundRotation:{type:"array",items:{type:"integer",minimum:-360,maximum:360},default:[0,360]},translateX:{type:"integer",minimum:-100,maximum:100,default:0},translateY:{type:"integer",minimum:-100,maximum:100,default:0},clip:{type:"boolean",default:!0},randomizeIds:{type:"boolean",default:!1}}};function b(e){var a;let l={},n=null!=(a=e.properties)?a:{};return Object.keys(n).forEach(e=>{let a=n[e];"object"==typeof a&&void 0!==a.default&&(Array.isArray(a.default)?l[e]=[...a.default]:"object"==typeof a.default?l[e]={...a.default}:l[e]=a.default)}),l}function f(e){return"transparent"===e?e:`#${e}`}let h={yellow:(e,a)=>'<mask id="baseYellow-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="320" height="320"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="white"/></mask><g mask="url(#baseYellow-a)"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="#FEEAC3"/><path d="M133.733 203.066c0-9.6-.326-56.951-.31-57.751-26.356 3.884-25.823-46.25.844-33.982 5.866 3.733 22.4 0 20.8-30.934 28.8 30.934 62.236-5.145 65.104 24.254 3.915 40.144-.024 82.156-24.972 82.159a46.7 46.7 0 0 1-8.132-.813v17.067c0 10.667 19.2 16 19.2 16s-33.166 31.253-46.934 31.08c-13.769-.172-44.8-31.08-44.8-31.08s19.2-5.333 19.2-16" fill="#FFB804"/><path d="M187.062 185.994a105 105 0 0 1-36.927-16.106s9.203 22.5 36.892 26.769z" fill="black"/><path d="M258.529 251.066c7.739 17.196 11.734 69.333 11.734 69.333H50.529s3.995-52.137 11.733-69.333c6.78-15.065 51.456-32.362 64.548-37.334 7.559 8.457 18.392 13.867 33.586 13.867s26.027-5.41 33.586-13.867c13.092 4.972 57.767 22.269 64.547 37.334" fill="#FFB804"/></g>',blue:(e,a)=>'<mask id="baseBlue-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="320" height="320"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="white"/></mask><g mask="url(#baseBlue-a)"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="#BDC1FF"/><path d="M133.733 203.066c0-9.6-.326-56.951-.31-57.751-26.356 3.884-25.823-46.25.844-33.982 5.866 3.733 22.4 0 20.8-30.934 28.8 30.934 62.236-5.145 65.104 24.254 3.915 40.144-.024 82.156-24.972 82.159a46.7 46.7 0 0 1-8.132-.813v17.067c0 10.667 19.2 16 19.2 16s-33.166 31.253-46.934 31.08c-13.769-.172-44.8-31.08-44.8-31.08s19.2-5.333 19.2-16" fill="#2520F9"/><path d="M187.062 185.994a105 105 0 0 1-36.927-16.106s9.203 22.5 36.892 26.769z" fill="black"/><path d="M258.529 251.066c7.739 17.196 11.734 69.333 11.734 69.333H50.529s3.995-52.137 11.733-69.333c6.78-15.065 51.456-32.362 64.548-37.334 7.559 8.457 18.392 13.867 33.586 13.867s26.027-5.41 33.586-13.867c13.092 4.972 57.767 22.269 64.547 37.334" fill="#2520F9"/></g>',brown:(e,a)=>'<mask id="baseBrown-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="320" height="320"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="white"/></mask><g mask="url(#baseBrown-a)"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="#E1D3D0"/><path d="M133.733 203.066c0-9.6-.326-56.951-.31-57.751-26.356 3.884-25.823-46.25.844-33.982 5.866 3.733 22.4 0 20.8-30.934 28.8 30.934 62.236-5.145 65.104 24.254 3.915 40.144-.024 82.156-24.972 82.159a46.7 46.7 0 0 1-8.132-.813v17.067c0 10.667 19.2 16 19.2 16s-33.166 31.253-46.934 31.08c-13.769-.172-44.8-31.08-44.8-31.08s19.2-5.333 19.2-16" fill="#7E6561"/><path d="M187.062 185.994a105 105 0 0 1-36.927-16.106s9.203 22.5 36.892 26.769z" fill="black"/><path d="M258.529 251.066c7.739 17.196 11.734 69.333 11.734 69.333H50.529s3.995-52.137 11.733-69.333c6.78-15.065 51.456-32.362 64.548-37.334 7.559 8.457 18.392 13.867 33.586 13.867s26.027-5.41 33.586-13.867c13.092 4.972 57.767 22.269 64.547 37.334" fill="#7E6561"/></g>',red:(e,a)=>'<mask id="baseRed-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="320" height="320"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="white"/></mask><g mask="url(#baseRed-a)"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="#FFC9C9"/><path d="M133.733 203.066c0-9.6-.326-56.951-.31-57.751-26.356 3.884-25.823-46.25.844-33.982 5.866 3.733 22.4 0 20.8-30.934 28.8 30.934 62.236-5.145 65.104 24.254 3.915 40.144-.024 82.156-24.972 82.159a46.7 46.7 0 0 1-8.132-.813v17.067c0 10.667 19.2 16 19.2 16s-33.166 31.253-46.934 31.08c-13.769-.172-44.8-31.08-44.8-31.08s19.2-5.333 19.2-16" fill="#FE3B03"/><path d="M187.062 185.994a105 105 0 0 1-36.927-16.106s9.203 22.5 36.892 26.769z" fill="black"/><path d="M258.529 251.066c7.739 17.196 11.734 69.333 11.734 69.333H50.529s3.995-52.137 11.733-69.333c6.78-15.065 51.456-32.362 64.548-37.334 7.559 8.457 18.392 13.867 33.586 13.867s26.027-5.41 33.586-13.867c13.092 4.972 57.767 22.269 64.547 37.334" fill="#FE3B03"/></g>',green:(e,a)=>'<mask id="baseGreen-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="320" height="320"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="white"/></mask><g mask="url(#baseGreen-a)"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="#C0E4A3"/><path d="M133.733 203.066c0-9.6-.326-56.951-.31-57.751-26.356 3.884-25.823-46.25.844-33.982 5.866 3.733 22.4 0 20.8-30.934 28.8 30.934 62.236-5.145 65.104 24.254 3.915 40.144-.024 82.156-24.972 82.159a46.7 46.7 0 0 1-8.132-.813v17.067c0 10.667 19.2 16 19.2 16s-33.166 31.253-46.934 31.08c-13.769-.172-44.8-31.08-44.8-31.08s19.2-5.333 19.2-16" fill="#517933"/><path d="M187.062 185.994a105 105 0 0 1-36.927-16.106s9.203 22.5 36.892 26.769z" fill="black"/><path d="M258.529 251.066c7.739 17.196 11.734 69.333 11.734 69.333H50.529s3.995-52.137 11.733-69.333c6.78-15.065 51.456-32.362 64.548-37.334 7.559 8.457 18.392 13.867 33.586 13.867s26.027-5.41 33.586-13.867c13.092 4.972 57.767 22.269 64.547 37.334" fill="#517933"/></g>',purple:(e,a)=>'<mask id="basePurple-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="320" height="320"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="white"/></mask><g mask="url(#basePurple-a)"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="#E5D1F4"/><path d="M133.733 203.066c0-9.6-.326-56.951-.31-57.751-26.357 3.884-25.823-46.25.843-33.982 5.867 3.733 22.4 0 20.8-30.934 28.8 30.934 62.237-5.145 65.104 24.254 3.916 40.144-.023 82.156-24.971 82.159a46.7 46.7 0 0 1-8.133-.813v17.067c0 10.667 19.2 16 19.2 16s-33.165 31.253-46.933 31.08c-13.769-.172-44.8-31.08-44.8-31.08s19.2-5.333 19.2-16" fill="#A250CC"/><path d="M187.062 185.994a105 105 0 0 1-36.927-16.106s9.203 22.5 36.892 26.769z" fill="black"/><path d="M258.529 251.066c7.739 17.196 11.734 69.333 11.734 69.333H50.529s3.995-52.137 11.733-69.333c6.78-15.065 51.456-32.362 64.548-37.334 7.559 8.457 18.392 13.867 33.586 13.867s26.027-5.41 33.586-13.867c13.092 4.972 57.767 22.269 64.547 37.334" fill="#A250CC"/></g>'},g={man001:(e,a)=>'<path d="M128.016 68.87s14.658-23.072 26.428-21.913c11.77 1.16 3.989 12.65 3.989 12.65s18.185-14.238 31.323-9.173c13.137 5.066 3.545 16.38 3.545 16.38s18.202-6.694 20.825 2.05-7.431 16.24-7.431 16.24c.013.005 14.711 4.346 17.769 13.62 2.176 6.602-.348 25.63-3.786 36.603.81-12.175.057-25.498-1.659-37.156-21.887-1.59-53.369 19.564-68.656 14.182s2.646 14.95-3.316 17.084c-5.95 2.129-11.195-10.776-11.215-10.825-22.519-8.567-21.597 29.729-.325 26.755q.365.05.746.099c.097 2.131.44 7.828.847 14.486-8.654 5.921-22.075-9.874-22.12-9.927-2.056-2.196-20.694-22.662-15.313-46.053 5.381-23.392 14.931-14.736 14.931-14.736s-.449-20.037 5.649-25.094c6.099-5.056 7.769 4.728 7.769 4.728" fill="black"/>',woman001:(e,a)=>'<path d="M144.19 73.104c-6.555-14.312-18.488-27.279-30.778-15.536s-8.713 34.866 13.976 30.125c0 0-1.638 13.211-10.534 20.183-8.895 6.973-10.114 5.106-15.732 13.057s-.025 14.542-4.096 18.348S84.413 164.488 86.257 172h47.264v-26.624c-25.57-.359-19.939-43.373 5.11-29.262 12.775 7.195 27.593-4.798 21.973-22.547 11.241 14.871 40.878 17.749 38.323-.96 10.22 13.432 17.373 13.433 20.439 13.433.75 6.405 1.155 12.632 1.209 18.577l.324-.109c6.897-18.709.665-25.812-3.067-38.857-9.721-24.758-34.543-19.764-42.736-12.547-6.321-9.175-18.801-4.078-30.906 0" fill="black"/>',woman002:(e,a)=>'<path d="M98.982 74.59c15.476-31.39 56.847-25.918 70.455-23.94 36.515 2.478 50.849 34.082 53.563 48.072-.994.63-2.193 1.274-3.563 1.926-5.524-21.983-37.021 9.029-64.341-20.27 1.597 30.833-14.909 34.554-20.765 30.833-26.621-12.227-27.154 37.742-.843 33.871-.015.801.31 47.994.31 57.562-.001 10.632-19.168 15.947-19.168 15.947s2.017 2.005 5.249 4.994L83 227c27.875-33.534-3.364-113.174 15.982-152.41" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="m130.473 78.18-13.202-18.26c-1.153-1.595-3.582-1.423-4.497.318l-11.832 22.5c-.915 1.742.323 3.835 2.291 3.877l22.552.48 13.203 18.261c1.152 1.594 3.581 1.422 4.496-.319l11.832-22.5c.915-1.74-.323-3.835-2.291-3.877z" fill="white"/>',man002:(e,a)=>'<path d="M115.546 148.572c-6.668-16.162-33.393-49.078-10.356-69.56 7.743-38.04 50.525-33.829 79.078-25.05 19.191 5.9 33.684 17.556 36.781 8.778 19.358 16.272 9.664 32.187-3.097 36.754-11.582 4.146-31.167 8.291-64.469 4.39-5.949-.698-4.703 17.662-7.882 19.646-4.768 2.978-8.47-15.745-21.544-10.123s-5.316 31.69 8.719 31.69c4.839 0 7.259 13.408-5.808 19.748-9.486 4.697-7.088-5.771-11.422-16.273" fill="black"/>',woman003:(e,a)=>'<path d="M170.395 41c19.657 0 32.533 7.688 39.984 30.648 16.666 1.261 23.745 13.832 27.769 31.762 2.776 12.367-5.465 24.257-4.002 41.054 1.291 14.826 12.78 34.797 10.573 37.067-3.313 3.407-46.214 6.228-57.849 4.875v-1.284a46.5 46.5 0 0 0 8.09.808c24.819-.004 28.738-41.742 24.843-81.624-2.853-29.208-36.116 6.636-64.767-24.096 1.592 30.732-14.855 34.441-20.692 30.732-26.528-12.187-27.058 37.62-.839 33.76-.013.67.213 34.02.286 50.298C95.421 193.356 76 181.531 76 181.531c12.587-7.736 21.624-29.654 18.877-72.791-2.56-40.216 39.2-67.74 75.518-67.74" fill="black"/>',man003:(e,a)=>'<path d="M159.838 11.324c11.056-1.832 19.408 4.698 19.408 4.698.042-.026 7.393-4.486 15.835 1.102 8.466 5.605 6.809 11.957 6.809 11.957.042-.005 15.003-1.862 24.937 12.161 9.949 14.043 2.018 27.016 2.018 27.016s10.633-4.246 14.597 4.302c3.961 8.539-2.721 15.27-2.736 15.286.053.032 7.586 4.593 7.285 16.591-.301 12.014-7.253 14.954-7.285 14.968.039.061 5.428 8.415-1.471 17.178-6.925 8.795-16.859 4.586-16.859 4.586.011.036 3.467 11.169-3.476 16.324l-.048.034c2.891-14.975 2.774-33.96.968-52.542-2.838-29.195-35.931 6.633-64.435-24.085 1.584 30.718-14.779 34.425-20.586 30.718-26.392-12.181-26.92 37.602-.835 33.745-.007.388.066 11.847.143 24.565-6.038.496-10.379-1.532-10.379-7.791 0 0-7.256 3.838-13.908 0s-8.207-10.085-8.207-10.085c-.028.02-9.239 6.724-17.19-2.127-7.938-8.836-2.253-14.164-2.218-14.197-.04-.008-9.875-2.013-9.875-12.668 0-10.676 6.64-14.538 6.64-14.538-.041-.022-8.75-4.62-6.64-17.212 2.11-12.59 9.834-15.42 9.875-15.435 0 0-3.245-14.153 5.545-23.947 8.764-9.766 20.266-9.788 20.332-9.788 0 0-.968-14.557 12.622-18.91s21.882 2.586 21.882 2.586 6.196-12.66 17.252-14.492" fill="black"/>',man004:(e,a)=>'<path d="M89.552 124.502c6.346-74.287 75.609-84.439 116.447-47.512 33.87-7.412 23.473 25.592 14.799 42.995a16 16 0 0 0-.078-1.107 180 180 0 0 0-1.7-19.743c-31.577-5.684-54.331 18.854-69.796 13.479-15.465-5.376 2.551 14.682-3.517 16.737-1.137.385-2.244.25-3.293-.223-1.285-1.048-2.657-2.317-4.072-3.598-2.37-3.094-3.908-6.837-3.921-6.868-23.035-8.644-22.163 29.892.181 26.134.077 2.237.487 9.793.935 18.06-3.275-3.786-10.407-7.33-12.203-8.841-22.119-10.394-24.74-24.247-23.284-29.875-9.264 3.889-10.859 1.861-10.498.362" fill="black"/>',man005:(e,a)=>'<path d="M241.998 83.927c.399-8.434-74.687-45.19-106.045-3.201-10.807-2.35-16.714-3.276-23.752 4.115-4.829 8.57-.413 12.887 6.228 20.673-5.415-.007-6.273 1.191-7.723 4.564s-.98 7.71 4.406 13.604c-5.184 2.243-3.581 4.745-3.327 8.885.252 4.121 6.415 6.361 6.468 6.38 0 0 2.025 8.222 5.469 12.431 2.808 3.432 8.679 6.782 11.125 8.091-.135-6.883-.246-12.678-.246-14.63-23.855 3.147-23.373-37.468.764-27.53.031.083 5.092 13.605 11.589 11.667 6.516-1.945-11.876-23.722 4.343-17.5s35.223-16.026 68.534-8.896c.416 3.816.803 7.761 1.129 11.75 5.824.935 10.361 1.558 11.846-2.08 1.588-3.893-6.159-9.391-6.159-9.391s11.804 3.175 12.095-2.533c.289-5.688-10.948-10.669-11.029-10.704.088.017 13.885 2.712 14.285-5.695" fill="black"/>',woman004:(e,a)=>'<path d="M216.638 166.174c-4.604 12.548-10.194 19.152-21.047 20.473-2.959-.33-6.556-.239-8.879-.66v18.161c-.658 12.547 55.664 30.798 62.174 45.223 3.135 6.944 7.84 26.054 9.517 40.629l30.584-36.322c.736-14.779-30.382-60.999-72.349-87.504M193.216 58.323c-33.73-26.986-83.28-21.459-80.279 65.884-12.504 21.465-22.956 59.545 3.728 93.809 8.244-4.402 18.253-7.165 25.583-10.486v-58.016c-23.002-.396-17.936-47.807 4.597-32.254 11.492 7.931 24.821-5.288 19.765-24.852 10.113 16.391 36.773 19.564 34.475-1.058 9.193 14.806 15.628 14.806 18.386 14.806.444 4.639.753 9.193.926 13.629 12.422.425 23.838-9.744 23.838-27.578-1-16.001-12.605-45.179-51.019-33.884" fill="black"/>',woman005:(e,a)=>'<path d="m188.148 183.963-.176.037v-.069zM118.248 33c18.123 0 33.051 13.626 35.026 31.155 7.527-2.155 15.894-3.338 25.124-3.338 48.315 0 44.23 32.436 42.921 66.814-.076-7.289-.523-14.812-1.253-22.269-2.78-28.396-35.196 6.451-63.118-23.427 1.551 29.878-14.478 33.484-20.165 29.879-25.853-11.849-26.371 36.573-.819 32.821-.009.469.101 17.461.192 32.837-18.312-7.343-35.947-19.261-35.947-38.287 0-12.75 2.717-25.701 8.324-37.304C93.791 97.678 83 84.153 83 68.116 83 48.722 98.781 33 118.248 33m102.808 107.035c-.053 5.888-.663 11.06-1.78 15.595.894-4.836 1.471-10.086 1.78-15.595" fill="black"/><path d="M172.226 61.603c-15.095-1.037-46.168 11.158-62.072 44.029-3.47 7.171-8.655 6.249-6.118-3.889 7.654-30.584 24.676-52.616 48.9-50.319 4.205.41 4.811 3.05 7.014 4.415 4.19 2.596 11.582 3.745 12.276 5.764" fill="white"/>',man006:(e,a)=>'<path d="M233.624 87.196c-10.041 24.328-72.934 28.139-85.261 25.672-36.131 11.131-25.959 15.005-14.311 33.888-.748-1.221-22.447 2.16-22.227-30.985-7.453-39.252 37.661-53.238 69.463-54.686s45.453-9.716 45.453-9.716c11.824 7.976 12.842 21.388 6.883 35.827" fill="black"/><path d="m221.524 131.157-3.322-35.942 7.358-4.563c2.166 24.917-.154 38.67-4.036 40.505m-96.046-5.565-.017-.001-3.578-27.543 26.275-.35a7.7 7.7 0 0 1 1.564-.02l-1.564.02c-11.995 1.425-9.876 32.543-2.863 46.624l-7.084-.097c-.167-17.972-6.771-18.32-12.733-18.633m-8.948-53.464c6.044-1.73 12.226 1.209 14.562 2.895l-9.135 7.995c2.48-2.71-2.585-8.389-5.427-10.89" fill="black"/><path d="M105.117 81.154c8.044-2.88 14.749-.02 17.097 1.771l-4.689 9.294c.278-5.49-8.156-9.664-12.408-11.065" fill="black"/>',man007:(e,a)=>'<path d="M160.038 160.401c-5.944-9.874-23.468-51.455-6.999-52.731 14.231 6.758 22.381 8.986 39.192-7.78 4.251 8.685 13.217 9.698 25.705 10.131l3.647 21.551.729-26.964c7.494.042 13.464.254 14.592-4.069 1.127-4.323-8.67-8.824-8.67-8.824s14.015 1.422 13.345-4.59-14.453-9.415-14.453-9.415 16.311.633 15.289-8.244c-1.021-8.877-83.653-21.033-121.468 13.686-12.733-.72-19.63-.738-26.358 8.116-4.002 9.73 1.79 13.533 10.728 20.603-6.175.862-6.943 2.251-8.004 6.009s5.376 10.338 12.551 15.633c-5.517 3.176-8.392 3.408-7.376 7.694s8.494 5.628 8.494 5.628l13.104 12.026 9.636 26.09v-38.116c9.529 9.558 12.947 14.399 17.469 27.451 9.718 16.633 24.969 17.296 51.825 17.296 16.44-1.273 21.932-4.973 13.594-21.882-1.658.663-2.653.803-5.305 1.326-11.403 2.249-43.675 1.987-51.267-10.625" fill="black"/>',woman006:(e,a)=>'<path d="M167.23 36C207.239 36 233 69.14 233 114.039c0 24.347-5.803 44.065-17.776 57.438 6.254-14.797 7.242-38.144 5.012-63.44-2.411-22.388-39.824 14.459-67.23-6.271 4.06 13.993-8.39 19.228-12.957 17.155-25.52-13.715-30.473 26.191-5.076 26.579v64.45c-24.433 12.167-61.834 26.075-69.023 40.089C62.732 256.314 58.382 283 58.382 283s.526-3.279 0 3c-20.254-12.919-11.882-8-37.367-26.334.532-19.821 11.688-37.208 28.703-48.306a52 52 0 0 1-2.061-14.535c0-15.616 7.425-29.922 18.746-39.557a65 65 0 0 1 4.091-4.842c-4.46-7.669-7.097-16.247-7.097-24.994 0-23.279 17.465-41.19 39.1-46.666C114.419 54.214 138.929 36 167.23 36" fill="black"/><path d="M201.522 185.94c.147 1.644 0 2.807 0 4.484 0 7.22-3.549 16.487-6.789 23.144-3.278-1.377-4.857-4.178-7.757-6.086V185.94c2.565.414 5.163.572 7.757.471 2.327 0 4.738.166 6.789-.471" fill="black"/>',woman007:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M162.585 51.272c-21.976-21.249-34.451-19.213-56.888 1.104-36.442-5.225-35.791 32.566-41.63 41.76-5.839 9.192-13.354 12.457-12.602 23.415s6.048 17.549 11.209 21.257c-15.1 11.22-26.632 30.503-21.39 42.075 7.45 20.32 52.064 26.382 61.088 8.639 1.912-3.761 1.183-8.85-.459-13.893q.224.112.459.214c7.801 3.435 13.645 1.245 19.635-4.778 5.897-5.929 7.272-15.909 7.272-15.909 14.119-19.226 14.445-13.685 18.908-37.605 5.936 3.944 9.375 5.203 11.656 4.984 1.772-8.627 1.875-18.133-.682-29.633 36.271 24.179 58.535-11.268 61.117 14.945.375 3.804.626 7.609.748 11.372 14.983-8.985 20.003-12.838 17.258-25.978-3.157-15.103-11.761-17.732-36.907-18.71-2.28-11.11-1.293-16.8-9.894-21.841s-17.519-2.847-28.898-1.418m-27.226 92.98c-17.015-4.547-15.004-39.31 5.95-30.802 1.589 10.058-2.951 19.606-5.95 30.802" fill="black"/><path d="M152.81 73.021c15.502 38.366 6.782 57.07-5.329 79.61s2.906 43.642 2.906 43.642-17.44-11.031-17.44-35.489c0-24.459 17.44-39.805 2.906-59.948-14.534-20.142 1.454-66.181 16.957-27.815" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="m137.62 47.465 12.014-16.475c1.048-1.438 3.259-1.282 4.091.288l10.766 20.3c.833 1.57-.293 3.459-2.084 3.497l-20.521.433-12.013 16.474c-1.049 1.438-3.259 1.283-4.092-.288l-10.765-20.299c-.833-1.57.293-3.46 2.084-3.497z" fill="white"/>',woman008:(e,a)=>'<path d="M182.356 67.456c-14.939-26.964-29.906-39.497-65.323-37.186-35.597 2.323-42.687 37.33-43.99 95.088-15.627 1.327-24.744-.754-31.111 15.341s4.904 34.59 15.194 62.037c-15.863 18.303-20.107 28.49-15.194 47.036C46.44 266.789 52.15 266.419 62.19 273l94.922-64.038c-9.757-1.467-18.798-6.439-18.798-6.439v-56.694c-24.378-.366-19.01-44.188 4.872-29.813 12.178 7.331 26.306-4.887 20.947-22.97 10.718 15.15 39.303 19.06 36.867 0 9.743 13.685 16.234 12.707 19.157 12.707.92 8.395 1.294 16.488 1.113 24.058 13.62-14.504-3.034-62.008-38.914-62.355" fill="black"/><path d="M160.613 62.51c13.859-5.023 20.343-2.532 23.496 5.023-19.499.175-27.91 4.231-39.585 16.706-3.387-9.532 2.23-16.707 16.089-21.73" fill="white"/>',woman009:(e,a)=>'<path d="M96.877 109.825c10.353-44.443 68.519-71.7 111.603-61.795s48.334 48.347 37.981 92.79c-5.113 21.949-15.07 38.111-28.877 48.582 2.616 5.267 3.246 11.513 1.27 17.538a19 19 0 0 1-.202.587c6.682 4.139 10.375 13.67 9.788 21.473-14.929-5.304-42.44-16-41.44-25v-18c2.754.433 5.775.954 8.56.849 23.591-2.604 29.017-37.134 23.922-83.164-2.589-23.388-35.93 14.693-65.357-6.962 4.358 14.617-8.034 20.398-12.939 18.234-27.402-14.328-34.956 29.638-7.686 30.043l.387 50.185c-27.453-16.202-44.817-51.848-37.01-85.36" fill="black"/>',woman010:(e,a)=>'<path d="M171.923 43.312c-33.702-3.413-63.751 21.53-67.117 55.712L89 231c19.087-7.261 44.199-20.938 44.199-20.938.005-.037 1.366-10.509 4.976-11.356.63-.147 1.768-.274 3.218-.362q-.266-51.729-.257-52.441c-24.435 3.652-23.94-43.485.781-31.952 5.439 3.51 17.8 6.519 16.317-22.565 37.577 26.577 58.369-11.659 61.027 15.984 3.631 37.744-2.319 78.352-25.449 79.355-2.205.1-14.713-2.384-14.734-2.384v13.282c0 .341 2.403.927 3.014 1.083 2.009 1.301 4.015 10.476 4.018 10.497s0 4.427 36.835 18.391l11.747-115.416c3.365-34.182-21.229-64.659-54.931-68.072z" fill="black"/>',man008:(e,a)=>'<path d="M134.195 145.954c-14.612-52.519 9.44-15.947 9.44-15.947s5.583-37.892 12.742-21.612 24.556 8.004 28.826 6.442c-4.752-10.138-2.114-11.597.495-11.68 10.529 6.851 25.697.358 31.042-1.484 2.603 14.032 3.285 23.471 6.627 20.368.578-2.404.781-13.702 0-18.634 19.648-15.89 16.47-26.282 13.956-30.054 5.595-3.4 3.584-11.673 1.877-15.385-6.302 3.774-21.228-2.982-27.903-6.831-40.045-25.862-80.088 4.051-88.979 19.992-6.659-1.516-13.425 6.45-15.974 10.621-9.82 21.79 2.739 65.865 27.851 64.204" fill="black"/>',woman011:(e,a)=>'<path d="M167.056 44c17.077 0 28.264 3.883 34.737 23.847.153.471.643.73 1.094.583 13.539-4.39 39.856 8.954 39.856 29.838 0 8.787-1.51 14.738-2.959 20.443-1.741 6.856-3.39 13.357-2.22 24.001.771 7.013 3.106 9.711 6.104 13.177 14.402 16.642-1.282 22.973-.919 39.347.157 7.025 2.483 9.278 4.643 11.37l.001.002c1.931 1.871 3.731 3.614 3.731 8.525-27.601 16.656-54.78 13.656-54.78 13.656l-3.537-3.189c3.566-3.692 5.867-6.324 5.9-6.363-.058-.019-15.415-5.159-15.416-15.417V185c2.585.489 8.079 1.468 10.709 1.5 24.038-.004 27.571-38.825 23.798-77.505-2.762-28.327-34.979 6.436-62.729-23.369 1.541 29.805-14.39 33.402-20.042 29.805-25.695-11.82-25.91 32.812-.515 29.069-.015.774 0 50.071 0 59.32 0 10.278-18.5 15.417-18.5 15.417.016.016 3.46 3.443 8.522 7.975-25.221-6.11-38.783-12.046-38.858-12.079 0 0-12.771-30.375 0-59.244 5.023-11.354 15.771-23.659 15.771-52.986 0-35.04 34.056-58.903 65.609-58.903" fill="black"/>',woman012:(e,a)=>'<path d="M174.948 46.312c-59.034-4.975-89.495 50.58-92.761 91.761-2.584 32.575 21.964 47.605 51.46 53.98v-47.04c-24.908 3.671-20.407-41.01 4.793-29.421 5.545 3.527 18.145 6.55 16.633-22.675 38.306 26.706 61.842-11.411 64.551 16.365 3.701 37.927-4.178 75.845-27.757 76.853-2.255.101-4.867-.135-4.867-.135v10.5c30.958-1.832 63.149-12.921 65.686-44.912 3.266-41.181-18.704-100.301-77.738-105.276" fill="black"/>'},p={unisex001:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m132.717 268.623-17.632-50.248-4.841 1.693 17.633 50.249zM74 239.868l22.637 34.171 4.237-2.885-22.636-34.172zm112.204 30.583 21.802-52.49-4.737-1.961-21.803 52.489zm53.523-34.083-24.688 37.127 4.274 2.832L244 239.2z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M104.314 272.67h104.788c3.22 0 5.83 2.606 5.83 5.821v36.388H98.484v-36.388a5.826 5.826 0 0 1 5.83-5.821m104.788-5.121c6.053 0 10.959 4.899 10.959 10.942V320H93.354v-41.509c0-6.043 4.907-10.942 10.96-10.942z" fill="black"/>',woman001:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m254.537 257.399-.17-.255c-10.357-15.521-31.065-29.343-62.341-41.562-9.227 12.772-19.063 20.929-30.647 21.006-11.608.077-22.54-8.029-33.739-21.3-24.734 8.274-47.48 23.233-62.954 41.863l-.073.087-.076.084a12.05 12.05 0 0 0-3.127 8.116c0 6.678 5.43 12.135 12.186 12.135a12.15 12.15 0 0 0 8.507-3.447l3.765-3.656 3.764 3.656a12.15 12.15 0 0 0 8.508 3.447c3.315 0 6.309-1.311 8.507-3.447l3.765-3.656 3.764 3.656a12.15 12.15 0 0 0 8.508 3.447c3.316 0 6.309-1.311 8.508-3.447l3.764-3.656 3.764 3.656a12.15 12.15 0 0 0 8.508 3.447 12.15 12.15 0 0 0 8.507-3.447l3.764-3.656 3.765 3.656a12.15 12.15 0 0 0 8.508 3.447 12.15 12.15 0 0 0 8.507-3.447l3.765-3.656 3.764 3.656a12.15 12.15 0 0 0 8.508 3.447c3.315 0 6.309-1.311 8.507-3.447l3.765-3.656 3.764 3.656a12.15 12.15 0 0 0 8.508 3.447c3.315 0 6.309-1.311 8.508-3.447l3.764-3.656 3.764 3.656a12.15 12.15 0 0 0 8.508 3.447c6.755 0 12.185-5.457 12.185-12.135 0-2.974-1.068-5.69-2.854-7.804zM129.481 209c23.957 29.806 40.831 29.292 60.53 0 33.758 12.694 57.1 27.514 68.852 45.126A17.47 17.47 0 0 1 263 265.438c0 9.7-7.878 17.562-17.596 17.562a17.56 17.56 0 0 1-12.272-4.976A17.56 17.56 0 0 1 220.86 283a17.56 17.56 0 0 1-12.272-4.976A17.56 17.56 0 0 1 196.316 283a17.56 17.56 0 0 1-12.272-4.976A17.56 17.56 0 0 1 171.772 283a17.56 17.56 0 0 1-12.273-4.976A17.56 17.56 0 0 1 147.228 283a17.56 17.56 0 0 1-12.272-4.976A17.56 17.56 0 0 1 122.684 283a17.56 17.56 0 0 1-12.272-4.976A17.56 17.56 0 0 1 98.14 283a17.56 17.56 0 0 1-12.272-4.976A17.56 17.56 0 0 1 73.596 283C63.878 283 56 275.138 56 265.438a17.48 17.48 0 0 1 4.529-11.761c16.928-20.38 42.005-36.397 68.952-44.677" fill="black"/>',unisex002:(e,a)=>'<path d="M127.559 250.874c-28.505-18.07-23.908-23.391-10.266-41.896 2.361 8.933 0 7.345 10.266 15.082zm61.744.844c30.5-17.078 23.952-22.817 11.269-43.339-2.572 9.532 0 5.56-11.269 17.124z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="m193.988 205 6.775.914c9.339 1.261 19.51 5.575 26.683 11.97 7.197 6.417 11.747 15.345 8.474 25.463-1.614 4.986-5.1 9.54-9.77 13.671-4.682 4.141-10.686 7.977-17.571 11.505-13.766 7.054-31.355 13.029-49.707 17.757l-.588.152-.594-.123c-18.003-3.717-34.18-9.371-46.911-16.196-12.651-6.783-22.228-14.901-26.541-23.723-4.534-9.276-1.774-20.126 4.644-28.038 6.458-7.96 16.971-13.438 28.771-11.838l5.015.68-3.441 3.725c-1.916 2.076-3.094 5.309-3.404 9.316-.306 3.975.267 8.459 1.584 12.717 1.319 4.263 3.34 8.157 5.805 11.016 2.471 2.865 5.227 4.517 8.055 4.776 3.989.364 7.216 1.277 9.973 2.82 2.76 1.543 4.89 3.629 6.799 6.103 1.879 2.435 3.613 5.342 5.511 8.538l.169.286c1.199 2.019 2.488 4.19 3.964 6.526a61 61 0 0 1 4.396-7.9c4.308-6.523 11.21-13.997 21.213-16.317 7.905-1.833 13.99-8.717 16.916-16.88 2.952-8.236 2.352-16.773-1.799-21.687zm-33.276 74.46-.319.971c17.108-4.55 33.201-10.151 45.798-16.606 6.644-3.405 12.24-7.008 16.486-10.764 4.257-3.766 7.024-7.567 8.246-11.343 2.397-7.41-.68-14.286-6.965-19.89-4.937-4.402-11.624-7.762-18.332-9.56 2.529 6.453 2.042 14.417-.475 21.438-3.317 9.252-10.495 17.872-20.677 20.233-8.085 1.875-14.015 8.032-18.017 14.092a56 56 0 0 0-4.374 8.009 49 49 0 0 0-1.049 2.532c-.114.299-.196.53-.25.681l-.057.166-.013.036-.001.004zm-4.305 1.187-.358-.527c-2.785-4.094-4.955-7.749-6.826-10.901l-.186-.313c-1.936-3.26-3.505-5.876-5.151-8.01-1.617-2.095-3.237-3.625-5.203-4.725-1.969-1.102-4.446-1.86-7.893-2.175-4.606-.421-8.515-3.058-11.549-6.576-3.04-3.524-5.367-8.108-6.851-12.903-1.485-4.801-2.17-9.957-1.804-14.689.225-2.917.858-5.774 2.025-8.299-7.953.306-14.992 4.405-19.655 10.153-5.535 6.824-7.376 15.482-4.002 22.384 3.596 7.356 12.022 14.811 24.3 21.394 11.657 6.25 26.491 11.555 43.153 15.187" fill="black"/><path d="M137.898 267.399a2.39 2.39 0 0 1-2.388 2.397 2.39 2.39 0 0 1-2.387-2.397 2.39 2.39 0 0 1 2.387-2.397 2.39 2.39 0 0 1 2.388 2.397m46.557 0a2.39 2.39 0 0 1-2.387 2.397 2.39 2.39 0 0 1-2.388-2.397 2.39 2.39 0 0 1 2.388-2.397 2.39 2.39 0 0 1 2.387 2.397" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M130.738 298.158 134.915 267l1.481.201-4.179 31.157z" fill="black"/><path d="M135.812 302.151c0 2.565-2.07 4.644-4.625 4.644s-4.626-2.079-4.626-4.644 2.071-4.643 4.626-4.643 4.625 2.079 4.625 4.643" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="m183.897 298.538-2.33-31.352 1.489-.112 2.331 31.352z" fill="black"/><path d="M189.688 301.395a4.644 4.644 0 0 1-3.569 5.504 4.626 4.626 0 0 1-5.482-3.583c-.529-2.509 1.07-4.974 3.569-5.504a4.626 4.626 0 0 1 5.482 3.583" fill="black"/>',unisex003:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M187.136 296.905c1.315-17.123 1.449-43.444 1.561-65.444.03-5.813.058-11.325.106-16.285.017-1.691.035-3.319.057-4.872 1.481.355 3.058.883 4.667 1.551 6.549 2.724 13.633 7.798 16.955 13.174q2.794-1.471 5.499.216a19.9 19.9 0 0 1 4.274 6.478c-.316 5.594-2.481 20.563-3.505 26.081-5.483 21.78-13.088 34.634-24.858 51.435a952 952 0 0 1-5.009 7.062c.47-2.82.401-5.64.252-8.47q-.038-.726-.081-1.452c-.18-3.138-.361-6.291.082-9.474m4.411 4.558c-.007-1.343.053-2.624.231-3.899l.02-.145.011-.147c1.329-17.311 1.464-43.943 1.577-65.983.026-5.061.05-9.88.088-14.289a41 41 0 0 1 4.887 2.779c3.627 2.405 6.561 5.187 8.144 7.748l2.299 3.719 3.85-2.028c.164-.087.274-.122.331-.136a.3.3 0 0 1 .088-.012.2.2 0 0 1 .059.01 15 15 0 0 1 2.365 3.492c-.481 5.957-2.371 19.015-3.327 24.214-4.727 18.713-11.021 30.513-20.623 44.677m-84.017-73.579a74 74 0 0 1 6.039-6.028c.739-.568 1.537-1.212 2.378-1.892 2.806-2.266 6.097-4.925 9.364-6.445 1.593-.741 3.179-1.212 4.701-1.235-.033 1.292-.005 2.932.051 4.726.044 1.412.105 2.92.165 4.428.139 3.422.276 6.844.217 9.154-.13 6.218-.452 12.428-.775 18.638-.599 11.517-1.197 23.03-.561 34.582a492 492 0 0 0 5.605 33.8 204 204 0 0 1-6.423-8.605q-18.612-26.363-28.107-57.751-2.553-8.883-1.455-17.971 2.391-5.837 8.801-5.401m-4.227 6.674c.432-.855.884-1.274 1.26-1.504.457-.281 1.241-.551 2.652-.455l2.274.155 1.524-1.706a69 69 0 0 1 5.532-5.537c.878-.676 1.718-1.357 2.556-2.034 1.564-1.267 3.118-2.524 4.885-3.734q.762-.521 1.449-.937c.033.891.069 1.79.105 2.672l.005.15c.141 3.492.269 6.725.214 8.838v.025c-.123 5.899-.436 11.959-.754 18.102-.604 11.698-1.224 23.7-.575 35.48l.009.177.023.176a499 499 0 0 0 1.905 13.233c-9.297-14.773-16.526-30.685-21.691-47.748-1.454-5.077-1.908-10.184-1.373-15.353" fill="black"/>',unisex004:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m199.017 276.155.005-57.155 3.688.001-.005 57.155zm-97.065 7.829v-57.938h3.688v57.938zm14.047-7.829v-56.372h3.688v56.372zm97.065 7.829V224.48h3.688v59.504z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M212.929 271.957H107.071c-3.253 0-5.889 2.645-5.889 5.909v36.936h117.636v-36.936c0-3.264-2.636-5.909-5.889-5.909m-105.858-5.198c-6.114 0-11.071 4.973-11.071 11.107V320h128v-42.134c0-6.134-4.957-11.107-11.071-11.107z" fill="black"/><path d="M112.11 289.671c4.583 0 8.298-3.727 8.298-8.323 0-4.597-3.715-8.324-8.298-8.324-4.582 0-8.297 3.727-8.297 8.324s3.715 8.323 8.297 8.323m95.325.832c4.582 0 8.297-3.726 8.297-8.323s-3.715-8.323-8.297-8.323-8.297 3.726-8.297 8.323 3.715 8.323 8.297 8.323" fill="black"/>',unisex005:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m188.093 217.265 4.841 8.173c-3.095 4.756-5.522 6.813-6.947 7.694l-6.015-10.199c2.33-1.002 5.455-2.754 8.121-5.668m3.239-5.69c-1.402-2.367-4.613-2.138-5.932-.097-2.906 4.498-7.739 6.367-9.635 6.937-2.069.623-3.232 3.099-2.02 5.153l8.378 14.207c.596 1.01 1.88 1.908 3.483 1.611 2.26-.419 6.997-2.553 12.874-12.076a3.49 3.49 0 0 0 .036-3.607z" fill="black"/><path d="m166.761 237.16-6.48-15.537-5.04 10.84z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M160.308 220.178c.57.011 1.08.359 1.301.887l6.48 15.536a1.443 1.443 0 0 1-1.872 1.899l-11.52-4.697a1.45 1.45 0 0 1-.764-1.952l5.041-10.839a1.44 1.44 0 0 1 1.334-.834m-3.122 11.517 6.907 2.816-3.885-9.313z" fill="black"/><path d="m169.711 234.756 5.584-13.386 4.343 9.339z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M175.271 220.124a1.24 1.24 0 0 0-1.12.765l-5.584 13.385c-.194.464-.09 1 .263 1.357.353.358.886.468 1.35.278l9.926-4.046a1.245 1.245 0 0 0 .658-1.682l-4.343-9.339a1.24 1.24 0 0 0-1.15-.718m2.69 9.923-5.951 2.426 3.347-8.024zm-43.242-14.967-5.655 9.706c3.19 4.509 7.648 7.595 11.826 9.661a44 44 0 0 0 8.174 3.061l6.836-13.009c-5.261.057-13.231-1.538-21.181-9.419m-3.484-5.316c1.282-2.199 4.225-2.293 5.763-.556 9.237 10.429 18.375 9.926 21.699 9.329 1.557-.279 2.853.486 3.557 1.381.711.904 1.192 2.443.394 3.963l-9.33 17.757c-.696 1.325-2.213 2.167-3.84 1.826-1.557-.325-6.038-1.399-11.1-3.903-5.048-2.495-10.86-6.505-14.828-12.792a3.58 3.58 0 0 1-.064-3.707z" fill="black"/><path d="M161.15 309.419c0-.906.268-1.792.769-2.544a4.557 4.557 0 0 1 7.022-.694 4.59 4.59 0 0 1-.691 7.047 4.554 4.554 0 0 1-5.763-.57 4.6 4.6 0 0 1-1.337-3.239m0-22.902c0-.906.268-1.792.769-2.545a4.57 4.57 0 0 1 2.049-1.687 4.55 4.55 0 0 1 4.973.993 4.593 4.593 0 0 1-.691 7.047 4.554 4.554 0 0 1-5.763-.569 4.6 4.6 0 0 1-1.337-3.239m0-22.903c0-.906.268-1.791.769-2.544a4.557 4.557 0 0 1 7.022-.695 4.59 4.59 0 0 1-.691 7.048 4.554 4.554 0 0 1-5.763-.57 4.6 4.6 0 0 1-1.337-3.239" fill="black"/>',unisex006:(e,a)=>'<path d="M153.897 234.894h16.752V320h-16.752zm31.221 36.475a4.565 4.565 0 0 1 4.569-4.56h32.744a4.565 4.565 0 0 1 4.569 4.56 4.564 4.564 0 0 1-4.569 4.559h-32.744a4.564 4.564 0 0 1-4.569-4.559" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M133.584 232.088c-7.816-2.942-14.458-7.475-17.584-13.879l4.545-2.209c2.313 4.737 7.552 8.631 14.823 11.367 7.209 2.714 16.051 4.143 24.952 4.213 8.903.069 17.709-1.224 24.851-3.83 7.203-2.63 12.326-6.445 14.524-11.146l4.581 2.133c-3.012 6.443-9.599 10.915-17.369 13.751-7.832 2.858-17.263 4.209-26.626 4.136-9.365-.073-18.818-1.571-26.697-4.536" fill="black"/>',unisex007:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M159.5 229.929 123.988 217 114 231.219 148.402 252l11.098-19.697L170.597 252 205 231.219 195.012 217zm33.532-6.656-27.067 9.855 6.546 11.618 24.997-15.1zm-46.543 21.473 6.546-11.618-27.067-9.855-4.476 6.373z" fill="black"/>',unisex008:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M184.254 205.101v10.024l-27.556 26.494 14.196 29.516L208 227.373zm16.827 22.668-29.016 34.22-9.267-19.268 26.474-25.454v-.574z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M135.958 205v10.711l27.715 26.592-14.27 30.321L116 228.347zm-13.521 23.544 25.966 34.418 9.192-19.531-26.307-25.241z" fill="black"/><path d="M165.237 312.962a4.04 4.04 0 0 0-2.489-3.73 4.028 4.028 0 0 0-5.496 2.943 4.04 4.04 0 0 0 1.714 4.145 4.031 4.031 0 0 0 6.271-3.358m0-20.188a4.038 4.038 0 0 0-4.818-3.959 4.04 4.04 0 0 0-1.453 7.317 4.031 4.031 0 0 0 6.271-3.358m0-20.187a4.04 4.04 0 0 0-2.489-3.731 4.03 4.03 0 0 0-4.392.875 4.043 4.043 0 0 0 .61 6.212 4.024 4.024 0 0 0 5.09-.502 4.04 4.04 0 0 0 1.181-2.854" fill="black"/>',unisex009:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M125.237 214c-5.073 2.313-10.01 4.048-14.828 5.74-9.926 3.486-19.347 6.795-28.409 14.626L94.237 341h135.421L237 234.366c-9.005-7.782-18.588-11.099-28.594-14.561-4.95-1.713-10.004-3.462-15.142-5.805l-32.132 48.065zm70.029 6.746-33.889 50.694-37.923-50.78c-3.951 1.618-7.892 3.005-11.597 4.308-2.486.875-4.867 1.713-7.073 2.558-6.07 2.325-11.671 4.968-17.067 9.151l11.35 98.914h125.534l6.804-98.815c-5.438-4.225-11.172-6.891-17.41-9.239-2.198-.828-4.558-1.646-7.015-2.498-3.754-1.3-7.735-2.68-11.714-4.293" fill="black"/>',unisex010:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M156.846 320H284s-.224-1.801-.66-4.84c-1.754-12.206-6.933-44.387-14.777-60.116-9.798-19.646-55.448-34.734-55.448-34.734-5.988 2.341-9.848 16.997-14.429 34.382-5.932 22.518-13.071 49.614-27.599 60.468-4.109 3.07-8.81 4.84-14.241 4.84-2.611 0-5.082-1.77-7.443-4.84-6.933-9.015-12.913-29.235-18.677-48.726-6.556-22.169-12.833-43.396-19.918-46.124 0 0-48.575 15.093-58.37 34.734-7.843 15.726-13.024 47.909-14.777 60.116C37.224 318.199 37 320 37 320zm-114.283-4.84h100.959c-1.478-2.366-2.851-5.056-4.14-7.917-4.155-9.223-7.953-21.435-11.542-33.48-.6-2.011-1.193-4.017-1.782-6.008-2.987-10.098-5.858-19.807-8.769-27.688-1.743-4.716-3.421-8.558-5.042-11.329-.902-1.542-1.645-2.504-2.192-3.089-1.3.437-3.123 1.066-5.32 1.87-4.62 1.69-10.862 4.138-17.386 7.178-6.544 3.048-13.252 6.638-18.86 10.588-5.706 4.017-9.795 8.079-11.708 11.915-4.564 9.151-8.328 24.775-10.97 38.594a449 449 0 0 0-3.248 19.366m135.806 0h100.069q-.125-.86-.27-1.832a449 449 0 0 0-2.978-17.532c-2.642-13.819-6.406-29.442-10.971-38.596-1.946-3.903-5.92-7.979-11.339-11.981-5.342-3.944-11.689-7.527-17.864-10.57-6.156-3.034-12.031-5.478-16.375-7.165a203 203 0 0 0-4.752-1.778c-.478.568-1.103 1.473-1.834 2.892-1.422 2.754-2.817 6.579-4.264 11.326-1.438 4.713-2.857 10.094-4.386 15.897l-.035.132c-1.509 5.73-3.118 11.838-4.914 17.909-3.594 12.147-8.063 24.613-14.366 34.11-1.722 2.595-3.623 5.025-5.721 7.188" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="m153.306 224.284-5.146 93.375h24.7l-5.146-93.375s-4.803-5.074-7.204-5.074-7.204 5.074-7.204 5.074m14.428 88.535-4.761-86.403a32 32 0 0 0-1.096-.977 17 17 0 0 0-1.367-1.055c-.404.276-.871.637-1.366 1.055-.392.332-.766.668-1.097.977l-4.761 86.403z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M160.507 216.998 193.441 205l9.262 13.195-31.904 19.283-10.292-18.277-10.291 18.277-31.904-19.283L127.574 205zm-31.097-6.176 25.102 9.145-6.071 10.78-23.182-14.012zm43.163 19.925-6.07-10.78 25.102-9.145 4.15 5.913z" fill="black"/>',unisex011:(e,a)=>'<path d="M160 214h11v123h-11z" fill="black"/>',woman002:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M157.505 243.633a37 37 0 0 0 1.995-3.174l.12.214c.496.878 1.12 1.878 1.868 2.948.598.857 1.276 1.76 2.03 2.683 5.2 6.363 14.059 13.696 25.893 13.696 12.581 0 28.007-16.845 14.1-35.633-1.632-2.204-3.976-4.593-6.261-6.522-2.643-2.23-5.205-3.845-6.486-3.845v8.371c0 8.266-15.582 12.828-25.923 14.361-2.057.305-3.906.489-5.384.56-1.503-.068-3.321-.242-5.317-.526-10.503-1.498-25.903-6.067-25.903-14.395V214c-1.282 0-3.844 1.615-6.486 3.845-2.285 1.929-4.63 4.318-6.262 6.522-13.907 18.788 1.519 35.633 14.1 35.633 11.835 0 20.695-7.333 25.894-13.695a45 45 0 0 0 2.022-2.672m-7.397-.986c-3.901-.711-8.133-1.769-12.041-3.207-3.653-1.344-7.45-3.172-10.447-5.675-2.194-1.833-4.302-4.338-5.288-7.525a26 26 0 0 0-1.62 1.952m29.396 14.455a37 37 0 0 1-5.024 4.96c-4.26 3.448-9.458 5.941-15.495 5.941-3.645 0-8.626-2.677-11.323-7.47-2.391-4.25-3.068-10.437 2.446-17.886m48.142 14.41c3.808-.709 7.964-1.751 11.823-3.153 3.682-1.337 7.526-3.156 10.566-5.641 2.225-1.818 4.407-4.337 5.42-7.573a26 26 0 0 1 1.626 1.957c5.514 7.45 4.836 13.636 2.445 17.886-2.697 4.793-7.678 7.47-11.323 7.47-6.036 0-11.234-2.493-15.495-5.942a37.3 37.3 0 0 1-5.062-5.004" fill="black"/>',woman003:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m188.189 215.207 3.522 1.947c2.239 1.239 4.457 1.313 5.862 1.303.587-.004 1.035-.018 1.409-.029.707-.022 1.151-.035 1.77.039.92.109 2.897.443 6.052 5.041l1.545 2.251h2.739c1.836 0 3.293.045 4.59.536 1.017.386 2.184 1.139 3.114 3.316l.747 1.748 1.707.849c.835.416 1.841.851 2.73 1.235l.169.073a86 86 0 0 1 2.568 1.141c-.8 9.822-6.406 21.431-15.634 32.051-9.905 11.398-23.423 20.988-37.851 25.447-14.324 4.425-29.369 3.771-43.036-4.924-13.282-8.448-25.961-24.934-35.19-53.536 6.018-4.537 14.94-9.698 23.476-14.511l2.798-1.575c3.804-2.138 7.402-4.161 10.333-5.911a110 110 0 0 0 3.029-1.869c6.519 8.606 15.649 14.144 25.528 14.419 10.371.289 20.162-5.233 27.378-16.402q.217.25.418.506c1.346 1.726 1.332 2.673 1.252 2.977zm-4.664-10.689c-12.74 20.368-32.948 17.76-44.717 2.244a41 41 0 0 1-2.923-4.429c-.585.776-2.048 1.869-4.129 3.203-3.193 2.047-7.839 4.66-13 7.562C108.37 218.937 95.9 225.949 89 231.878c38.057 125.379 142.988 48.371 143 .399 0-.999-3.057-2.318-5.77-3.488-.988-.427-1.931-.833-2.664-1.198-2.989-6.994-8.964-6.994-12.478-6.994-4.707-6.862-8.496-7.38-11.677-7.344q-.47.007-.923.022c-.636.018-1.248.036-1.837.001-.85-.05-1.653-.21-2.42-.634.903-3.414-1.305-6.879-3.995-9.464-1.392-1.338-2.914-2.441-4.2-3.178a52 52 0 0 1-2.511 4.518m44.629 30.916-.02-.015z" fill="black"/><path d="M194.433 213.177c-8.202 21.563-51.605 37.713-76.957 2.692 38.482 30.303 64.304 4.943 76.957-2.692" fill="black"/><path d="M210.393 221.86c-8.204 21.564-63.513 48.188-88.865 13.167 38.482 30.303 77.619-2.603 88.865-13.167" fill="black"/><path d="M223.098 228.162c-3.617 21.954-57.611 67.97-94.703 27.792 38.481 30.304 80.339-8.591 94.703-27.792" fill="black"/>',woman004:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m226.814 231.84 5.3 104.485-143.83-2.418 6.748-56.578c7.521 2.986 16.957 3.005 26.772 1.176 11.619-2.165 24.261-7.007 35.959-13.356 11.699-6.348 22.59-14.278 30.658-22.717 7.104-7.431 12.307-15.563 13.559-23.575 1.347.269 2.877.727 4.549 1.359 2.78 1.052 5.755 2.507 8.617 4.091 4.962 2.747 9.392 5.777 11.668 7.533m-18.302-16.837c-3.069-1.16-6.233-2.003-9.047-2.003h-2.714l-.08 2.706c-.205 6.894-4.637 14.865-12.298 22.879-7.582 7.932-17.975 15.53-29.282 21.667-11.308 6.136-23.394 10.737-34.315 12.772-11.016 2.053-20.365 1.409-26.62-2.317l-3.702-2.204L82 339.379 238 342l-5.726-112.89-.921-.78c-2.142-1.816-7.508-5.584-13.493-8.898-3.007-1.665-6.236-3.252-9.348-4.429" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="m208.062 217.162-.422 2.047c-2.82 13.658-11.894 32.092-30.311 47.094-18.275 14.886-45.842 24.996-85.844 18.733l-2.07-.325-.913 5.792 2.071.324c41.525 6.503 70.808-3.963 90.475-19.983 19.526-15.905 29.275-35.556 32.35-50.453l.423-2.047z" fill="black"/>',unisex012:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M107.593 227.751v46.577h8.841v-51.735a128 128 0 0 0-8.841 5.158m8.841-10.384c-4.706 2.441-8.268 4.463-13.474 7.866v53.72h18.107V215c-1.698.86-3.217 1.632-4.633 2.367m98.693 11.743v45.218h-8.842v-50.665c2.983 1.68 5.609 3.338 8.842 5.447m-8.842-10.723c4.807 2.572 8.337 4.851 13.475 8.227v52.338h-18.108v-62.94c1.703.84 3.223 1.62 4.633 2.375" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M219.752 265.451H100.248a2.613 2.613 0 0 0-2.615 2.611v49.313h124.734v-49.313a2.613 2.613 0 0 0-2.615-2.611m-119.504-4.624c-4.003 0-7.248 3.239-7.248 7.235V322h134v-53.938c0-3.996-3.245-7.235-7.248-7.235z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M183.287 283.845h-47.832a5.33 5.33 0 0 0-5.333 5.323v26.473h58.498v-26.473a5.33 5.33 0 0 0-5.333-5.323m-47.832-4.625c-5.504 0-9.966 4.454-9.966 9.948v31.098h67.764v-31.098c0-5.494-4.462-9.948-9.966-9.948z" fill="black"/>',unisex013:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M187.97 210.998c-.005.008.324.182.852 1.094.553.955 1.056 2.262 1.483 3.681.421 1.394.732 2.778.939 3.822.103.52.179.949.228 1.244l.055.335.012.082.003.018v.002l2.729-.397 2.729-.397-.002-.014-.005-.032-.017-.112q-.022-.144-.065-.401a47 47 0 0 0-.258-1.404 47 47 0 0 0-1.068-4.343c-.479-1.596-1.129-3.366-1.992-4.856-.791-1.367-2.123-3.138-4.238-3.673-1.311-.331-3.763-.524-6.436-.604a102 102 0 0 0-9.299.155c-3.17.205-6.373.589-8.848 1.258-1.218.329-2.457.777-3.452 1.434-.964.637-2.231 1.846-2.239 3.754v.013q0-.011-.002.011c-.002.043-.008.17-.027.4a28 28 0 0 1-.115 1.086 31 31 0 0 1-.468 2.791 31 31 0 0 1-.43-2.763 31 31 0 0 1-.103-1.091c-.022-.286-.027-.43-.028-.448v-.001c-.01-1.901-1.266-3.109-2.231-3.748-.994-.657-2.23-1.104-3.443-1.431-2.467-.665-5.658-1.045-8.819-1.246a104 104 0 0 0-9.287-.153c-2.691.079-5.129.266-6.442.571-2.165.501-3.529 2.268-4.339 3.658-.875 1.501-1.52 3.286-1.99 4.89a45 45 0 0 0-1.032 4.371 46 46 0 0 0-.303 1.819l-.008.055-.007.058-.005.032-.001.011v.003l-.001.001 2.734.361 2.734.36v-.002l.003-.017.011-.083.05-.336c.047-.296.117-.725.214-1.246.196-1.048.493-2.434.902-3.828.416-1.421.911-2.719 1.461-3.662.526-.901.855-1.061.851-1.068.736-.163 2.647-.345 5.328-.423a98 98 0 0 1 8.777.143c3.041.194 5.8.545 7.735 1.068.782.21 1.308.418 1.627.584a37 37 0 0 0 .695 4.936c.264 1.222.655 2.621 1.253 3.776.489.945 1.714 2.869 4.063 2.869 2.333 0 3.569-1.903 4.068-2.842.611-1.151 1.019-2.546 1.299-3.77.433-1.888.668-3.862.754-4.966.322-.169.855-.381 1.649-.595 1.947-.526 4.72-.882 7.767-1.079a97 97 0 0 1 8.779-.146c2.674.08 4.535.269 5.216.431m-28.517 7.847a.2.2 0 0 0-.048-.06c.031.046.047.063.048.06m-1.959-.077a.2.2 0 0 0-.048.059c0 .003.016-.013.048-.059m.023 78.209a1.1 1.1 0 0 1 .235-1.185 1.083 1.083 0 0 1 1.831.98 1.09 1.09 0 0 1-1.063.875 1.06 1.06 0 0 1-.603-.183 1.1 1.1 0 0 1-.4-.487m0-22.2a1.09 1.09 0 0 1 1.003-1.503 1.09 1.09 0 0 1 .901.483q.06.089.1.188a1.07 1.07 0 0 1 .062.628 1.087 1.087 0 0 1-1.478.793 1.08 1.08 0 0 1-.588-.589m0-22.199a1.09 1.09 0 0 1 .235-1.185 1.1 1.1 0 0 1 .768-.317 1.1 1.1 0 0 1 .602.183 1.06 1.06 0 0 1 .399.487 1.07 1.07 0 0 1 .062.628 1.084 1.084 0 0 1-2.066.204m1.003-.416c4.43 43.52 4.171 42.662 3.683 41.932.28 4.773.747 3.644.747 2.467-3.256 4.439-2.128 3.971-1.298 3.139-4.866 1.04-4.009 1.3-3.132 1.3-3.758-1.93-3.19-1.236-2.462-.748-2.055-3.697-1.967-2.804-1.632-1.993.341-4.217-.081-3.426-.252-2.565 2.621-3.317 1.832-2.894 1.213-2.273 4.019-1.298 3.128-1.387 2.268-1.215 4.061 1.157 3.37.588 2.56.252m1.988-20.563a4.446 4.446 0 0 1-.551 5.606 4.426 4.426 0 0 1-7.226-1.44 4.44 4.44 0 0 1 3.229-6.054 4.42 4.42 0 0 1 4.548 1.888m0-22.2a4.44 4.44 0 0 1-.551 5.606 4.423 4.423 0 0 1-7.226-1.44 4.45 4.45 0 0 1 .961-4.838 4.42 4.42 0 0 1 4.828-.963c.81.336 1.501.906 1.988 1.635" fill="black"/>',unisex014:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M150.665 235.792 144.703 378h28.621l-5.963-142.208s-5.565-5.998-8.347-5.998c-2.783 0-8.349 5.998-8.349 5.998m16.465 136.235-5.604-133.648a34 34 0 0 0-1.16-1.05 21 21 0 0 0-1.352-1.083c-.408.296-.867.662-1.354 1.083-.411.354-.805.714-1.16 1.05l-5.604 133.648z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M159.002 227.181 197.164 213 214 224.559l-43.073 26.83-11.925-21.605-11.926 21.605L106 224.559 120.839 213zm-37.132-7.43 29.771 11.062-6.668 12.08-28.725-18.762zm51.226 23.261-6.734-12.199 29.985-11.142 6.765 4.645z" fill="black"/>',unisex015:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m111 298.315 28.682 56.017-1.965-144.506-12.77 5.869L111 263.03h10.822zm6.524-40.155h10.897l-12.174 39.696 18.27 35.679-1.581-116.15-3.93 1.806zM211 262.434l-13.186-48.974L184.76 208l4.382 150L211 296.973l-10.592-34.539zm-5.142 34.42-12.05-39.29h10.825l-10.914-40.536-3.858-1.614 3.406 116.593z" fill="black"/>',unisex016:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M166.154 322H39s.191-2.183.589-5.803c1.448-13.187 5.64-45.444 13.327-60.755 9.798-19.514 55.447-34.501 55.447-34.501 5.98 2.323 10.053 17.131 14.893 34.729 6.12 22.253 13.467 48.965 27.448 60.527 4.428 3.662 9.52 5.803 15.45 5.803 2.851 0 5.567-2.141 8.176-5.803 6.808-9.551 12.892-29.441 18.757-48.612 6.871-22.462 13.441-43.936 20.518-46.644 0 0 47.162 17.03 56.957 36.539 7.637 15.21 12.75 45.92 14.632 58.717.532 3.617.806 5.803.806 5.803zm113.121-5.803H181.27c1.227-2.089 2.381-4.372 3.475-6.756 4.316-9.412 8.309-21.849 12.072-34.062a2766 2766 0 0 0 1.893-6.169c3.126-10.219 6.121-20.008 9.125-27.951 1.802-4.764 3.514-8.606 5.134-11.349.638-1.081 1.179-1.846 1.608-2.382 1.156.452 2.607 1.033 4.285 1.73 4.475 1.86 10.523 4.532 16.85 7.787 6.348 3.266 12.848 7.055 18.289 11.127 5.547 4.151 9.473 8.218 11.318 11.894 4.495 8.951 8.24 24.344 10.883 38.077a443 443 0 0 1 3.073 18.054m-136.901 0H45.48l.136-1.199a425 425 0 0 1 2.453-18.057c2.266-14.27 5.646-30.063 10.09-38.914 1.843-3.669 5.668-7.604 11.038-11.543 5.276-3.87 11.565-7.399 17.71-10.407 6.123-2.997 11.97-5.413 16.295-7.081a197 197 0 0 1 4.041-1.511c.37.509.829 1.232 1.361 2.247 1.426 2.723 2.858 6.544 4.373 11.344 1.503 4.759 3 10.199 4.619 16.087l.019.069c1.604 5.829 3.317 12.057 5.219 18.25 3.788 12.333 8.482 25.072 15.003 34.808 1.394 2.079 2.902 4.067 4.537 5.907" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M157.103 231.057c-4.694 5.723-12.693 12.319-23.379 12.319-11.36 0-25.289-15.152-12.731-32.052 1.472-1.982 3.59-4.131 5.653-5.865 2.387-2.007 4.7-3.459 5.857-3.459v7.529c0 7.436 14.07 11.539 23.406 12.918 1.857.274 3.527.44 4.861.503a51 51 0 0 0 4.8-.473c9.485-1.347 23.39-5.457 23.39-12.948V202c1.157 0 3.47 1.452 5.857 3.459 2.063 1.734 4.18 3.883 5.653 5.865 12.558 16.9-1.371 32.052-12.731 32.052-10.686 0-18.685-6.596-23.38-12.319a40 40 0 0 1-1.826-2.403 34 34 0 0 1-1.618-2.529l-.184-.325-.107.192a33 33 0 0 1-1.687 2.651 40 40 0 0 1-1.834 2.414m-4.818-3.331a33.6 33.6 0 0 1-4.57 4.502c-3.847 3.101-8.541 5.345-13.991 5.345-3.291 0-7.789-2.408-10.224-6.72-2.159-3.822-2.77-9.386 2.209-16.088.415-.559.915-1.155 1.467-1.76.915 2.911 2.885 5.176 4.893 6.811 2.746 2.236 6.216 3.871 9.542 5.075 3.483 1.26 7.236 2.197 10.674 2.835m16.926.041c3.523-.64 7.345-1.592 10.873-2.884 3.298-1.21 6.726-2.853 9.432-5.105 1.981-1.648 3.886-3.901 4.776-6.768a23 23 0 0 1 1.462 1.755m-26.543 13.002a33.5 33.5 0 0 0 4.537 4.461c3.846 3.102 8.54 5.345 13.991 5.345 3.291 0 7.789-2.408 10.224-6.72 2.159-3.822 2.77-9.387-2.209-16.088" fill="black"/>'},v={woman001:(e,a)=>'<path d="M127.593 142.278a.76.76 0 0 1 1.519 0v9.112a.76.76 0 0 1-1.519 0zm0 12.909a.76.76 0 1 1 1.519 0v5.315a.76.76 0 0 1-1.519 0z" fill="white"/><path d="M132.516 173.8a2.75 2.75 0 0 0 1.01-3.763l-.407-.704h.828a2.756 2.756 0 1 0 0-5.51h-.83l.409-.707a2.75 2.75 0 0 0-1.01-3.763 2.76 2.76 0 0 0-3.768 1.009l-.408.705-.408-.705a2.76 2.76 0 0 0-3.769-1.009 2.753 2.753 0 0 0-1.009 3.763l.409.707h-.804a2.757 2.757 0 0 0-2.759 2.755 2.757 2.757 0 0 0 2.759 2.755h.802l-.407.704a2.753 2.753 0 0 0 1.009 3.763 2.76 2.76 0 0 0 3.769-1.008l.408-.705.408.705a2.76 2.76 0 0 0 3.768 1.008m-4.163-29.244a2.278 2.278 0 1 1 0-4.556 2.278 2.278 0 0 1 0 4.556" fill="white"/>',unisex001:(e,a)=>'<path d="M130.461 130.382c0 2.972-2.118 5.382-4.73 5.382s-4.731-2.41-4.731-5.382 2.118-5.382 4.731-5.382 4.73 2.41 4.73 5.382" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M136.174 180.158c-7.353-20.418-10.569-39.978-11.03-48.261l4.721-.34c.426 7.639 3.508 26.626 10.687 46.561 7.191 19.967 18.324 40.409 34.592 51.54l.084.057.079.065s.072.096.445.022c.433-.087 1.117-.385 2.073-1.098 1.91-1.424 4.366-4.088 7.28-8.053 5.795-7.884 12.978-20.328 20.75-36.403l4.145 2.594c-7.841 16.217-15.193 29-21.266 37.261-3.019 4.108-5.828 7.246-8.316 9.102-2.281 1.701-5.26 2.995-7.784 1.015-17.516-12.022-29.129-33.706-36.46-54.062" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M175.403 310v-78.036h4.731V310z" fill="white"/>',unisex002:(e,a)=>'<path d="M120.117 129.412c1.918 2.669 8.873 7.368 11.547 5.454s.055-9.717-1.863-12.385a5.967 5.967 0 0 0-8.315-1.366 5.94 5.94 0 0 0-1.369 8.297" fill="white"/>',woman002:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M115.846 151c0-5.608 4.546-10.154 10.154-10.154V139c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12c0-2.998-1.516-5.436-2.824-7.54q-.176-.283-.345-.559l-.002-.002-.429-.693-1.57.972.427.69.001.001.31.502c1.351 2.185 2.586 4.183 2.586 6.629 0 5.608-4.546 10.154-10.154 10.154s-10.154-4.546-10.154-10.154" fill="white"/>',woman003:(e,a)=>'<path d="M125.214 140.199c.952-2.932 5.099-2.932 6.052 0a3.18 3.18 0 0 0 3.026 2.198c3.082 0 4.363 3.944 1.87 5.756a3.18 3.18 0 0 0-1.156 3.557c.952 2.932-2.403 5.369-4.896 3.558a3.18 3.18 0 0 0-3.741 0c-2.493 1.811-5.848-.626-4.896-3.558a3.18 3.18 0 0 0-1.155-3.557c-2.494-1.812-1.213-5.756 1.87-5.756 1.378 0 2.6-.887 3.026-2.198" fill="white"/>',woman004:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m126.272 145.845 1.318.159-.322 2.683q.15.024.324.056c.578.105 1.354.269 2.129.505.763.234 1.574.552 2.191.984.605.423 1.184 1.08 1.075 1.987-.115.959-.933 1.395-1.631 1.616-.665.211-1.498.317-2.266.414l-.197.025c-.864.11-1.634.222-2.205.438-.565.214-.738.448-.769.705-.018.148.016.212.055.261.058.072.183.168.431.268.455.183 1.078.289 1.814.414l.289.049c.799.137 1.728.312 2.43.698.364.201.706.479.936.874.234.403.317.871.256 1.388a2.35 2.35 0 0 1-.562 1.303c-.302.343-.686.567-1.083.718-.771.295-1.719.356-2.547.392l-.401.016c-.711.027-1.321.051-1.801.16-.276.063-.44.141-.532.214a.3.3 0 0 0-.122.229c-.013.111.011.154.046.194.057.066.184.159.437.255.472.179 1.123.281 1.885.401l.225.036c.799.127 1.72.284 2.417.626.359.176.709.423.951.788.252.379.349.826.29 1.319-.121 1.005-.807 1.661-1.581 2.071-.769.407-1.717.628-2.598.752-.89.124-1.762.156-2.406.157-.324.001-.593-.007-.783-.014q-.143-.005-.221-.011l-.061-.003-.017-.001h-.006l.046-.664.045-.663h.003l.012.001.05.003.201.009c.174.007.425.013.728.013a17 17 0 0 0 2.225-.145c.82-.114 1.592-.308 2.162-.61.564-.298.834-.645.883-1.053.025-.214-.019-.337-.077-.424-.067-.102-.196-.216-.429-.331-.486-.238-1.202-.373-2.042-.506l-.244-.039c-.722-.113-1.518-.237-2.129-.469-.346-.132-.707-.323-.972-.63a1.53 1.53 0 0 1-.358-1.221c.056-.469.278-.841.612-1.11.313-.25.697-.387 1.066-.471.612-.139 1.371-.167 2.074-.194l.365-.014c.852-.037 1.59-.099 2.132-.305.26-.1.439-.22.56-.357.115-.13.206-.308.239-.58.033-.274-.017-.443-.085-.561-.074-.126-.205-.253-.429-.377-.473-.261-1.177-.409-2.015-.553l-.285-.049c-.707-.118-1.488-.249-2.087-.491-.351-.141-.712-.345-.972-.67-.279-.348-.395-.775-.338-1.252.119-.989.872-1.508 1.619-1.79.743-.28 1.672-.407 2.505-.513l.159-.021c.812-.103 1.527-.195 2.072-.367.606-.192.698-.384.713-.506.021-.174-.059-.419-.518-.739-.446-.313-1.1-.582-1.817-.802a18 18 0 0 0-1.978-.468c-.274-.05-.502-.085-.661-.109l-.182-.025-.047-.006-.011-.002h-.002l-.659-.079z" fill="white"/><path d="M126.532 146.271a5.15 5.15 0 0 1-4.495-5.73 5.146 5.146 0 0 1 5.719-4.504 5.15 5.15 0 0 1 4.496 5.73 5.146 5.146 0 0 1-5.72 4.504" fill="white"/>',woman005:(e,a)=>'<path d="m125 148.934 2.833 8.428H137l-7.416 5.21 2.832 8.428-7.416-5.209-7.416 5.209 2.833-8.428-7.417-5.21h9.167z" fill="white"/><path d="M122.712 140.61c.721-2.147 3.862-2.147 4.584 0 .323.96 1.247 1.609 2.292 1.609 2.334 0 3.304 2.888 1.416 4.215a2.29 2.29 0 0 0-.876 2.604c.721 2.147-1.82 3.932-3.708 2.606a2.475 2.475 0 0 0-2.833 0c-1.888 1.326-4.429-.459-3.708-2.606a2.285 2.285 0 0 0-.875-2.604c-1.889-1.327-.918-4.215 1.417-4.215 1.043 0 1.969-.649 2.291-1.609" fill="white"/>'},y={unisex001:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M211.956 138.347c8.359.739 15.726-5.539 16.453-14.021.728-8.483-5.457-15.958-13.816-16.697s-15.726 5.538-16.454 14.021c-.728 8.482 5.458 15.958 13.817 16.697m-.22 2.56c9.752.862 18.347-6.462 19.196-16.358s-6.367-18.618-16.119-19.48-18.347 6.462-19.196 16.358 6.367 18.618 16.119 19.48m-42.524-.536c8.359.739 15.726-5.538 16.454-14.021.728-8.482-5.458-15.958-13.817-16.697s-15.725 5.539-16.453 14.021c-.729 8.483 5.457 15.958 13.816 16.697m-.22 2.56c9.753.862 18.347-6.462 19.196-16.358s-6.367-18.618-16.119-19.48-18.346 6.462-19.196 16.358c-.849 9.896 6.367 18.618 16.119 19.48" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M188.011 120.709a6.27 6.27 0 0 1 4.62-1.481 6.3 6.3 0 0 1 4.298 2.269 6.48 6.48 0 0 1 1.458 4.688l-2.522-.223a3.9 3.9 0 0 0-.875-2.813 3.8 3.8 0 0 0-2.579-1.361 3.76 3.76 0 0 0-2.772.889 3.87 3.87 0 0 0-1.341 2.617l-2.523-.223a6.46 6.46 0 0 1 2.236-4.362M135 125.438l19.221-1.847.239 2.558-19.221 1.848z" fill="white"/>',unisex002:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M157.332 123.625a1.25 1.25 0 0 1-1.004 1.465l-21.824 4.145a1.266 1.266 0 0 1-1.481-.993 1.25 1.25 0 0 1 1.003-1.464l21.825-4.145c.686-.13 1.35.314 1.481.992" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="m181.373 106.705-24.492 3.405c-1.49.207-2.469 1.645-2.102 3.088l6.206 24.407a2.53 2.53 0 0 0 2.806 1.867l21.808-3.03c1.384-.192 2.348-1.458 2.154-2.826l-3.522-24.78c-.194-1.37-1.474-2.323-2.858-2.131m-24.845.926c-2.979.415-4.937 3.292-4.203 6.177l6.207 24.407c.63 2.481 3.05 4.091 5.612 3.736l21.807-3.031c2.768-.385 4.697-2.916 4.307-5.653l-3.522-24.78c-.388-2.737-2.947-4.644-5.716-4.26zm45.73-3.7 24.492-3.404c1.49-.206 2.832.91 2.881 2.396l.838 25.154a2.51 2.51 0 0 1-2.178 2.56l-21.807 3.031c-1.384.192-2.663-.761-2.858-2.13l-3.522-24.781c-.194-1.368.77-2.633 2.154-2.826m24.14-5.881c2.979-.415 5.664 1.817 5.763 4.791l.836 25.153c.085 2.556-1.792 4.765-4.354 5.121l-21.807 3.031c-2.768.385-5.326-1.523-5.716-4.26l-3.521-24.78c-.389-2.737 1.539-5.268 4.307-5.652z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="m201.207 119.546-13.917 2.189-.398-2.471 13.918-2.19z" fill="white"/>'},x={unisex001:(e,a)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M207.484 167.339c.345.622.09 1.391-.568 1.716-13.046 6.45-22.07.858-25.027-3.044-.432-.571-.292-1.365.312-1.774.604-.408 1.445-.276 1.877.295 2.255 2.975 9.85 8.075 21.59 2.271.658-.325 1.472-.085 1.816.536" fill="white"/>'},w={dark:(e,a)=>'<path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="black" fill-opacity="0.6"/>',dark2:(e,a)=>'<path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="black" fill-opacity="0.8"/>'};function k({prng:a,group:l,values:n=[]}){let i=a.pick(n);return i&&e[l][i]?{name:i,value:e[l][i]}:void 0}let P={$schema:"http://json-schema.org/draft-07/schema#",properties:{base:{type:"array",items:{type:"string",enum:["yellow","blue","brown","red","green","purple"]},default:["yellow","blue","brown","red","green","purple"]},clothes:{type:"array",items:{type:"string",enum:["unisex001","woman001","unisex002","unisex003","unisex004","unisex005","unisex006","unisex007","unisex008","unisex009","unisex010","unisex011","woman002","woman003","woman004","unisex012","unisex013","unisex014","unisex015","unisex016"]},default:["unisex001","woman001","unisex002","unisex003","unisex004","unisex005","unisex006","unisex007","unisex008","unisex009","unisex010","unisex011","woman002","woman003","woman004","unisex012","unisex013","unisex014","unisex015","unisex016"]},earing:{type:"array",items:{type:"string",enum:["woman001","unisex001","unisex002","woman002","woman003","woman004","woman005"]},default:["woman001","unisex001","unisex002","woman002","woman003","woman004","woman005"]},glasses:{type:"array",items:{type:"string",enum:["unisex001","unisex002"]},default:["unisex001","unisex002"]},hair:{type:"array",items:{type:"string",enum:["man001","woman001","woman002","man002","woman003","man003","man004","man005","woman004","woman005","man006","man007","woman006","woman007","woman008","woman009","woman010","man008","woman011","woman012"]},default:["man001","woman001","woman002","man002","woman003","man003","man004","man005","woman004","woman005","man006","man007","woman006","woman007","woman008","woman009","woman010","man008","woman011","woman012"]},mask:{type:"array",items:{type:"string",enum:["dark","dark2"]},default:["dark","dark2"]},mouth:{type:"array",items:{type:"string",enum:["unisex001"]},default:["unisex001"]}}},M={title:"NocoBase AI employee avatars"},z=({prng:e,options:a})=>{var l,n,i,o,s,t,r,c,u,d,m,b,f,h;let g=function({prng:e,options:a}){return{base:k({prng:e,group:"base",values:a.base}),hair:k({prng:e,group:"hair",values:a.hair}),clothes:k({prng:e,group:"clothes",values:a.clothes}),earing:k({prng:e,group:"earing",values:a.earing}),glasses:k({prng:e,group:"glasses",values:a.glasses}),mouth:k({prng:e,group:"mouth",values:a.mouth}),mask:k({prng:e,group:"mask",values:a.mask})}}({prng:e,options:a}),p=function({prng:e,options:a}){return{}}({prng:e,options:a});return{attributes:{viewBox:"0 0 320 320",fill:"none","shape-rendering":"auto"},body:`${null!=(n=null==(l=g.base)?void 0:l.value(g,p))?n:""}${null!=(o=null==(i=g.hair)?void 0:i.value(g,p))?o:""}${null!=(t=null==(s=g.clothes)?void 0:s.value(g,p))?t:""}${null!=(c=null==(r=g.earing)?void 0:r.value(g,p))?c:""}${null!=(d=null==(u=g.glasses)?void 0:u.value(g,p))?d:""}${null!=(b=null==(m=g.mouth)?void 0:m.value(g,p))?b:""}${null!=(h=null==(f=g.mask)?void 0:f.value(g,p))?h:""}`,extra:()=>({...Object.entries(g).reduce((e,[a,l])=>(e[a]=null==l?void 0:l.name,e),{}),...Object.entries(p).reduce((e,[a,l])=>(e[`${a}Color`]=l,e),{})})}};function $(e){for(var a=1;a<arguments.length;a++){var l=null!=arguments[a]?arguments[a]:{},n=Object.keys(l);"function"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(l).filter(function(e){return Object.getOwnPropertyDescriptor(l,e).enumerable}))),n.forEach(function(a){var n;n=l[a],a in e?Object.defineProperty(e,a,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[a]=n})}return e}var S=function(e,l){var n,i;return(function(e,a={}){var l,n,i,o,t,r,m,h,g,p,v,y,x,w,k,P,M,z,$,S,O,C,j,E,T,A,q,_,F,L,U,I,R,B;let H,D,V,N,G,Y,X,J,W,K,Q,Z,ee,ea,el,en,ei;r=a;let eo=c((a=JSON.parse(JSON.stringify({...b(d),...b(null!=(m=e.schema)?m:{}),...r}))).seed),es=e.create({prng:eo,options:a}),et=eo.pick(null!=(l=a.backgroundType)?l:[],"solid"),{primary:er,secondary:ec}=(h=null!=(n=a.backgroundColor)?n:[],(H=eo.shuffle(h)).length<=1||2==h.length&&"gradientLinear"==et?(H=h,eo.next()):H=eo.shuffle(h),0===H.length&&(H=["transparent"]),D=H[0],V=null!=(g=H[1])?g:H[0],{primary:f(D),secondary:f(V)}),eu=eo.integer((null==(i=a.backgroundRotation)?void 0:i.length)?Math.min(...a.backgroundRotation):0,(null==(o=a.backgroundRotation)?void 0:o.length)?Math.max(...a.backgroundRotation):0);a.size&&(es.attributes.width=a.size.toString(),es.attributes.height=a.size.toString()),void 0!==a.scale&&100!==a.scale&&(es.body=function(e,a){let{width:l,height:n,x:i,y:o}=u(e),s=a?(a-100)/100:0;return`<g transform="translate(${-((l/2+i)*s*1)} ${-((n/2+o)*s*1)}) scale(${a/100})">${e.body}</g>`}(es,a.scale)),a.flip&&(es.body=function(e){let{width:a,x:l}=u(e);return`<g transform="scale(-1 1) translate(${-1*a-2*l} 0)">${e.body}</g>`}(es)),a.rotate&&(es.body=function(e,a){let{width:l,height:n,x:i,y:o}=u(e);return`<g transform="rotate(${a}, ${l/2+i}, ${n/2+o})">${e.body}</g>`}(es,a.rotate)),(a.translateX||a.translateY)&&(p=a.translateX,v=a.translateY,G=((N=u(es)).width+2*N.x)*((null!=p?p:0)/100),Y=(N.height+2*N.y)*((null!=v?v:0)/100),es.body=`<g transform="translate(${G} ${Y})">${es.body}</g>`),"transparent"!==er&&"transparent"!==ec&&(es.body=function(e,a,l,n,i){let{width:o,height:s,x:t,y:r}=u(e),c=`<rect fill="${a}" width="${o}" height="${s}" x="${t}" y="${r}" />`;switch(n){case"solid":return c+e.body;case"gradientLinear":return`<rect fill="url(#backgroundLinear)" width="${o}" height="${s}" x="${t}" y="${r}" /><defs><linearGradient id="backgroundLinear" gradientTransform="rotate(${i} 0.5 0.5)"><stop stop-color="${a}"/><stop offset="1" stop-color="${l}"/></linearGradient></defs>`+e.body}}(es,er,ec,et,eu)),(a.radius||a.clip)&&(es.body=function(e,a){let{width:l,height:n,x:i,y:o}=u(e);return`<mask id="viewboxMask"><rect width="${l}" height="${n}" rx="${a?l*a/100:0}" ry="${a?n*a/100:0}" x="${i}" y="${o}" fill="#fff" /></mask><g mask="url(#viewboxMask)">${e.body}</g>`}(es,null!=(t=a.radius)?t:0)),a.randomizeIds&&(X=c(Math.random().toString()),J={},es.body=es.body.replace(/(id="|url\(#)([a-z0-9-_]+)([")])/gi,(e,a,l,n)=>(J[l]=J[l]||X.string(8),`${a}${J[l]}${n}`)));let ed=Object.keys(W={xmlns:"http://www.w3.org/2000/svg",...es.attributes}).map(e=>`${s(e)}="${s(W[e])}"`).join(" "),em=(K=null==(y=e.meta)?void 0:y.title,Q=null==(x=e.meta)?void 0:x.creator,Z=null==(w=e.meta)?void 0:w.source,ee=null==(P=null==(k=e.meta)?void 0:k.license)?void 0:P.url,el=(null==(S=($=e).meta)?void 0:S.title)?`„${null==(O=$.meta)?void 0:O.title}”`:"Design",en=`„${null!=(j=null==(C=$.meta)?void 0:C.creator)?j:"Unknown"}”`,(null==(E=$.meta)?void 0:E.source)&&(el+=` (${$.meta.source})`),ei="",(null==(A=null==(T=$.meta)?void 0:T.license)?void 0:A.name)!=="MIT"&&(null==(q=$.meta)?void 0:q.creator)!=="DiceBear"&&(null==(_=$.meta)?void 0:_.title)&&(ei+="Remix of "),ei+=`${el} by ${en}`,(null==(L=null==(F=$.meta)?void 0:F.license)?void 0:L.name)&&(ei+=`, licensed under „${null==(I=null==(U=$.meta)?void 0:U.license)?void 0:I.name}”`,(null==(B=null==(R=$.meta)?void 0:R.license)?void 0:B.url)&&(ei+=` (${$.meta.license.url})`)),ea=ei,K||Q||Z||ee||ea?'<metadata xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/"><rdf:RDF><rdf:Description>'+(K?`<dc:title>${s(K)}</dc:title>`:"")+(Q?`<dc:creator>${s(Q)}</dc:creator>`:"")+(Z?`<dc:source xsi:type="dcterms:URI">${s(null!=(z=null==(M=e.meta)?void 0:M.source)?z:"")}</dc:source>`:"")+(ee?`<dcterms:license xsi:type="dcterms:URI">${s(ee)}</dcterms:license>`:"")+(ea?`<dc:rights>${s(ea)}</dc:rights>`:"")+"</rdf:Description></rdf:RDF></metadata>":""),eb=`<svg ${ed}>${em}${es.body}</svg>`;return{toString:()=>eb,toJson:()=>{var e;return{svg:eb,extra:{primaryBackgroundColor:er,secondaryBackgroundColor:ec,backgroundType:et,backgroundRotation:eu,...null==(e=es.extra)?void 0:e.call(es)}}},toDataUri:()=>`data:image/svg+xml;utf8,${encodeURIComponent(eb)}`}})(a,$((n=$({},O[e]),i=i={mask:void 0,scale:100},Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(i)):(function(e){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);a.push.apply(a,l)}return a})(Object(i)).forEach(function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(i,e))}),n),l)).toDataUri()},O={"nocobase-001-male":{seed:"nocobase-001-male",gender:"male",base:["purple"],hair:["man002"],mouth:["unisex001"],clothes:["unisex004"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-002-male":{seed:"nocobase-002-male",gender:"male",base:["purple"],hair:["man001"],mouth:["unisex001"],clothes:["unisex016"],earing:["unisex002"],earingProbability:100,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-003-female":{seed:"nocobase-003-female",gender:"female",base:["purple"],hair:["woman012"],mouth:["unisex001"],clothes:["unisex002"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-004-male":{seed:"nocobase-004-male",gender:"male",base:["purple"],hair:["man004"],mouth:["unisex001"],clothes:["unisex015"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-005-female":{seed:"nocobase-005-female",gender:"female",base:["purple"],hair:["woman008"],mouth:["unisex001"],clothes:["unisex007"],earing:["woman004"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-006-male":{seed:"nocobase-006-male",gender:"male",base:["purple"],hair:["man007"],mouth:["unisex001"],clothes:["unisex004"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-007-male":{seed:"nocobase-007-male",gender:"male",base:["purple"],hair:["man003"],mouth:["unisex001"],clothes:["unisex006"],earing:["unisex002"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-008-female":{seed:"nocobase-008-female",gender:"female",base:["purple"],hair:["woman004"],mouth:["unisex001"],clothes:["woman003"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-009-female":{seed:"nocobase-009-female",gender:"female",base:["purple"],hair:["woman004"],mouth:["unisex001"],clothes:["woman002"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-010-male":{seed:"nocobase-010-male",gender:"male",base:["purple"],hair:["man006"],mouth:["unisex001"],clothes:["unisex004"],earing:["unisex002"],earingProbability:100,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-011-male":{seed:"nocobase-011-male",gender:"male",base:["green"],hair:["man006"],mouth:["unisex001"],clothes:["unisex016"],earing:["unisex002"],earingProbability:100,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-012-male":{seed:"nocobase-012-male",gender:"male",base:["green"],hair:["man007"],mouth:["unisex001"],clothes:["unisex004"],earing:["unisex001"],earingProbability:100,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-013-female":{seed:"nocobase-013-female",gender:"female",base:["green"],hair:["woman012"],mouth:["unisex001"],clothes:["unisex010"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-014-female":{seed:"nocobase-014-female",gender:"female",base:["green"],hair:["woman002"],mouth:["unisex001"],clothes:["unisex014"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-015-male":{seed:"nocobase-015-male",gender:"male",base:["green"],hair:["man002"],mouth:["unisex001"],clothes:["unisex013"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-016-female":{seed:"nocobase-016-female",gender:"female",base:["green"],hair:["woman009"],mouth:["unisex001"],clothes:["unisex003"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-017-female":{seed:"nocobase-017-female",gender:"female",base:["green"],hair:["woman010"],mouth:["unisex001"],clothes:["woman003"],earing:["woman001"],earingProbability:100,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-018-female":{seed:"nocobase-018-female",gender:"female",base:["green"],hair:["woman006"],mouth:["unisex001"],clothes:["unisex014"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-019-female":{seed:"nocobase-019-female",gender:"female",base:["green"],hair:["woman005"],mouth:["unisex001"],clothes:["unisex001"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-020-female":{seed:"nocobase-020-female",gender:"female",base:["green"],hair:["woman011"],mouth:["unisex001"],clothes:["unisex006"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-021-male":{seed:"nocobase-021-male",gender:"male",base:["red"],hair:["man006"],mouth:["unisex001"],clothes:["unisex007"],earing:["unisex002"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-022-male":{seed:"nocobase-022-male",gender:"male",base:["red"],hair:["man005"],mouth:["unisex001"],clothes:["unisex006"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-023-female":{seed:"nocobase-023-female",gender:"female",base:["red"],hair:["woman006"],mouth:["unisex001"],clothes:["unisex006"],earing:["woman001"],earingProbability:100,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-024-male":{seed:"nocobase-024-male",gender:"male",base:["red"],hair:["man001"],mouth:["unisex001"],clothes:["unisex002"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-025-male":{seed:"nocobase-025-male",gender:"male",base:["red"],hair:["man006"],mouth:["unisex001"],clothes:["unisex006"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-026-male":{seed:"nocobase-026-male",gender:"male",base:["red"],hair:["man002"],mouth:["unisex001"],clothes:["unisex016"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-027-female":{seed:"nocobase-027-female",gender:"female",base:["red"],hair:["woman003"],mouth:["unisex001"],clothes:["unisex009"],earing:["woman005"],earingProbability:100,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-028-male":{seed:"nocobase-028-male",gender:"male",base:["red"],hair:["man003"],mouth:["unisex001"],clothes:["unisex012"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-029-male":{seed:"nocobase-029-male",gender:"male",base:["red"],hair:["man007"],mouth:["unisex001"],clothes:["unisex011"],earing:["unisex002"],earingProbability:100,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-030-male":{seed:"nocobase-030-male",gender:"male",base:["red"],hair:["man005"],mouth:["unisex001"],clothes:["unisex015"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-031-female":{seed:"nocobase-031-female",gender:"female",base:["brown"],hair:["woman006"],mouth:["unisex001"],clothes:["woman003"],earing:["woman002"],earingProbability:100,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-032-male":{seed:"nocobase-032-male",gender:"male",base:["brown"],hair:["man004"],mouth:["unisex001"],clothes:["unisex004"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-033-male":{seed:"nocobase-033-male",gender:"male",base:["brown"],hair:["man001"],mouth:["unisex001"],clothes:["unisex016"],earing:["unisex001"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-034-female":{seed:"nocobase-034-female",gender:"female",base:["brown"],hair:["woman011"],mouth:["unisex001"],clothes:["woman003"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-035-male":{seed:"nocobase-035-male",gender:"male",base:["brown"],hair:["man001"],mouth:["unisex001"],clothes:["unisex004"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-036-female":{seed:"nocobase-036-female",gender:"female",base:["brown"],hair:["woman012"],mouth:["unisex001"],clothes:["woman002"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-037-male":{seed:"nocobase-037-male",gender:"male",base:["brown"],hair:["man005"],mouth:["unisex001"],clothes:["unisex004"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-038-female":{seed:"nocobase-038-female",gender:"female",base:["brown"],hair:["woman008"],mouth:["unisex001"],clothes:["woman001"],earing:["woman002"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-039-female":{seed:"nocobase-039-female",gender:"female",base:["brown"],hair:["woman010"],mouth:["unisex001"],clothes:["unisex005"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-040-female":{seed:"nocobase-040-female",gender:"female",base:["brown"],hair:["woman010"],mouth:["unisex001"],clothes:["unisex001"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-041-male":{seed:"nocobase-041-male",gender:"male",base:["blue"],hair:["man006"],mouth:["unisex001"],clothes:["unisex011"],earing:["unisex002"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-042-male":{seed:"nocobase-042-male",gender:"male",base:["blue"],hair:["man003"],mouth:["unisex001"],clothes:["unisex014"],earing:["unisex001"],earingProbability:100,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-043-male":{seed:"nocobase-043-male",gender:"male",base:["blue"],hair:["man003"],mouth:["unisex001"],clothes:["unisex014"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-044-male":{seed:"nocobase-044-male",gender:"male",base:["blue"],hair:["man008"],mouth:["unisex001"],clothes:["unisex002"],earing:["unisex001"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-045-female":{seed:"nocobase-045-female",gender:"female",base:["blue"],hair:["woman003"],mouth:["unisex001"],clothes:["woman004"],earing:["woman005"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-046-female":{seed:"nocobase-046-female",gender:"female",base:["blue"],hair:["woman001"],mouth:["unisex001"],clothes:["unisex015"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-047-male":{seed:"nocobase-047-male",gender:"male",base:["blue"],hair:["man007"],mouth:["unisex001"],clothes:["unisex001"],earing:["unisex002"],earingProbability:100,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-048-female":{seed:"nocobase-048-female",gender:"female",base:["blue"],hair:["woman007"],mouth:["unisex001"],clothes:["unisex009"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-049-male":{seed:"nocobase-049-male",gender:"male",base:["blue"],hair:["man005"],mouth:["unisex001"],clothes:["unisex005"],earing:["unisex002"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-050-female":{seed:"nocobase-050-female",gender:"female",base:["blue"],hair:["woman001"],mouth:["unisex001"],clothes:["unisex013"],earing:["unisex002"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-051-female":{seed:"nocobase-051-female",gender:"female",base:["yellow"],hair:["woman001"],mouth:["unisex001"],clothes:["unisex002"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-052-female":{seed:"nocobase-052-female",gender:"female",base:["yellow"],hair:["woman002"],mouth:["unisex001"],clothes:["unisex008"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-053-male":{seed:"nocobase-053-male",gender:"male",base:["yellow"],hair:["man005"],mouth:["unisex001"],clothes:["unisex015"],earing:["unisex002"],earingProbability:100,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-054-female":{seed:"nocobase-054-female",gender:"female",base:["yellow"],hair:["woman012"],mouth:["unisex001"],clothes:["unisex015"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-055-male":{seed:"nocobase-055-male",gender:"male",base:["yellow"],hair:["man003"],mouth:["unisex001"],clothes:["unisex001"],earing:["unisex001"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-056-female":{seed:"nocobase-056-female",gender:"female",base:["yellow"],hair:["woman002"],mouth:["unisex001"],clothes:["unisex011"],earing:["unisex001"],earingProbability:100,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-057-female":{seed:"nocobase-057-female",gender:"female",base:["yellow"],hair:["woman009"],mouth:["unisex001"],clothes:["unisex004"],earing:["woman005"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-058-female":{seed:"nocobase-058-female",gender:"female",base:["yellow"],hair:["woman010"],mouth:["unisex001"],clothes:["unisex008"],earing:["unisex002"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-059-male":{seed:"nocobase-059-male",gender:"male",base:["yellow"],hair:["man005"],mouth:["unisex001"],clothes:["unisex008"],earing:["unisex001"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-060-female":{seed:"nocobase-060-female",gender:"female",base:["yellow"],hair:["woman012"],mouth:["unisex001"],clothes:["woman004"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0}},C=function(e){var a=e.aiEmployee,l=e.tasks,n=e.onTaskClick,s=e.taskLoadingTitle,t=e.loadingTaskTitle,r=o.theme.useToken().token,c=(null==l?void 0:l.filter(function(e){return e.title}))||[];return a?i().createElement("div",{style:{width:260,padding:"4px 8px"}},i().createElement(o.Flex,{align:"center",gap:10},i().createElement(o.Avatar,{src:a.avatar?S(a.avatar):void 0,size:40,style:{flexShrink:0}}),i().createElement(o.Flex,{vertical:!0},i().createElement("span",{style:{fontSize:r.fontSize,color:r.colorText,lineHeight:1.4}},a.nickname),i().createElement("span",{style:{fontSize:r.fontSizeSM,color:r.colorTextTertiary,lineHeight:1.4}},a.position))),a.bio?i().createElement(i().Fragment,null,i().createElement(o.Divider,{style:{margin:"8px 0"}}),i().createElement(o.Typography.Paragraph,{style:{marginBottom:0,fontSize:r.fontSizeSM,color:r.colorTextSecondary,lineHeight:1.6}},a.bio)):null,c.length?i().createElement(o.Flex,{gap:"4px 4px",wrap:!0,style:{marginTop:8}},c.map(function(e,a){return i().createElement(o.Tag,{key:a,style:{cursor:n&&!t?"pointer":"default",maxWidth:"100%",whiteSpace:"normal"},onClick:function(){t||null==n||n(e)}},t===e.title&&s?s:e.title)})):null):null},j=t(694),E=t(625);function T(e,a){(null==a||a>e.length)&&(a=e.length);for(var l=0,n=Array(a);l<a;l++)n[l]=e[l];return n}function A(e,a,l,n,i,o,s){try{var t=e[o](s),r=t.value}catch(e){l(e);return}t.done?a(r):Promise.resolve(r).then(n,i)}var q=function(e){var a,l=e.aiEmployee,s=e.tasks,t=e.size,r=e.mask,c=e.showNotice,u=e.onClick,d=e.onTaskClick,m=e.taskLoadingTitle,b=e.loadingTaskTitle,f=(0,j.useFlowContext)(),h=function(e){if(Array.isArray(e))return e}(a=(0,n.useState)(!1))||function(e){var a,l,n=null==e?null:"u">typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var i=[],o=!0,s=!1;try{for(n=n.call(e);!(o=(a=n.next()).done)&&(i.push(a.value),2!==i.length);o=!0);}catch(e){s=!0,l=e}finally{try{o||null==n.return||n.return()}finally{if(s)throw l}}return i}}(a)||function(e){if(e){if("string"==typeof e)return T(e,2);var a=Object.prototype.toString.call(e).slice(8,-1);if("Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a)return Array.from(a);if("Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a))return T(e,2)}}(a)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),g=h[0],p=h[1],v=(0,E.useRequest)(function(){var e;return(e=function(){var e,a;return function(e,a){var l,n,i,o={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]},s=Object.create(("function"==typeof Iterator?Iterator:Object).prototype),t=Object.defineProperty;return t(s,"next",{value:r(0)}),t(s,"throw",{value:r(1)}),t(s,"return",{value:r(2)}),"function"==typeof Symbol&&t(s,Symbol.iterator,{value:function(){return this}}),s;function r(t){return function(r){var c=[t,r];if(l)throw TypeError("Generator is already executing.");for(;s&&(s=0,c[0]&&(o=0)),o;)try{if(l=1,n&&(i=2&c[0]?n.return:c[0]?n.throw||((i=n.return)&&i.call(n),0):n.next)&&!(i=i.call(n,c[1])).done)return i;switch(n=0,i&&(c=[2&c[0],i.value]),c[0]){case 0:case 1:i=c;break;case 4:return o.label++,{value:c[1],done:!1};case 5:o.label++,n=c[1],c=[0];continue;case 7:c=o.ops.pop(),o.trys.pop();continue;default:if(!(i=(i=o.trys).length>0&&i[i.length-1])&&(6===c[0]||2===c[0])){o=0;continue}if(3===c[0]&&(!i||c[1]>i[0]&&c[1]<i[3])){o.label=c[1];break}if(6===c[0]&&o.label<i[1]){o.label=i[1],i=c;break}if(i&&o.label<i[2]){o.label=i[2],o.ops.push(c);break}i[2]&&o.ops.pop(),o.trys.pop();continue}c=a.call(e,o)}catch(e){c=[6,e],n=0}finally{l=i=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}}(this,function(l){switch(l.label){case 0:return[4,f.app.apiClient.resource("aiEmployees").listByUser()];case 1:return[2,(null==(a=l.sent())||null==(e=a.data)?void 0:e.data)||[]]}})},function(){var a=this,l=arguments;return new Promise(function(n,i){var o=e.apply(a,l);function s(e){A(o,n,i,s,t,"next",e)}function t(e){A(o,n,i,s,t,"throw",e)}s(void 0)})})()}),y=v.data,x=void 0===y?[]:y,w=v.loading,k=(0,n.useMemo)(function(){return x.find(function(e){return e.username===(null==l?void 0:l.username)})},[l,x]),P=(0,n.useMemo)(function(){var e=null==k?void 0:k.avatar;if(e)return g||c?S(e,{mask:void 0,flip:!0}):S(e,{mouth:void 0,mask:!1!==r?["dark"]:void 0})},[null==k?void 0:k.avatar,g,r,c]);return w||!k?null:i().createElement(o.Popover,{content:i().createElement(C,{aiEmployee:k,tasks:s,onTaskClick:d,taskLoadingTitle:m,loadingTaskTitle:b}),placement:"bottomRight"},i().createElement("span",{style:{cursor:"pointer",display:"inline-block"},onMouseEnter:function(){return p(!0)},onMouseLeave:function(){return p(!1)},onClick:u},i().createElement(o.Avatar,{src:P,size:void 0===t?52:t,shape:"circle"})))},_=function(e){var a=e,l=(a=a.replace(/^ft:/,"")).lastIndexOf("/");return -1!==l&&(a=a.substring(l+1)),a},F=function(e){return e.length>0?e.charAt(0).toUpperCase()+e.slice(1):e},L=function(e){for(var a=[],l=0;l<e.length;){if(/^\d{1,2}$/.test(e[l])){for(var n=e[l];l+1<e.length&&/^\d{1,2}$/.test(e[l+1]);)n+="."+e[l+1],l++;a.push(n)}else a.push(e[l]);l++}return a},U=function(e){return L(_(e).split(/[-_]/)).map(F).join(" ")};function I(e,a,l){return(I=D()?Reflect.construct:function(e,a,l){var n=[null];n.push.apply(n,a);var i=new(Function.bind.apply(e,n));return l&&B(i,l.prototype),i}).apply(null,arguments)}function R(e){return(R=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function B(e,a){return(B=Object.setPrototypeOf||function(e,a){return e.__proto__=a,e})(e,a)}function H(e){var a="function"==typeof Map?new Map:void 0;return(H=function(e){if(null===e||-1===Function.toString.call(e).indexOf("[native code]"))return e;if("function"!=typeof e)throw TypeError("Super expression must either be null or a function");if(void 0!==a){if(a.has(e))return a.get(e);a.set(e,l)}function l(){return I(e,arguments,R(this).constructor)}return l.prototype=Object.create(e.prototype,{constructor:{value:l,enumerable:!1,writable:!0,configurable:!0}}),B(l,e)})(e)}function D(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(D=function(){return!!e})()}var V=function(e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");function a(){var e,l;if(!(this instanceof a))throw TypeError("Cannot call a class as a function");return e=a,l=arguments,e=R(e),function(e,a){var l;if(a&&("object"==((l=a)&&"u">typeof Symbol&&l.constructor===Symbol?"symbol":typeof l)||"function"==typeof a))return a;if(void 0===e)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(this,D()?Reflect.construct(e,l||[],R(this).constructor):e.apply(this,l))}return a.prototype=Object.create(e&&e.prototype,{constructor:{value:a,writable:!0,configurable:!0}}),e&&B(a,e),a}(H(l.Plugin)),N=V}(),m}()});
@@ -0,0 +1,22 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+ /**
10
+ * Strip known prefixes from a model ID.
11
+ */
12
+ export declare const stripModelIdPrefix: (id: string) => string;
13
+ export declare const capitalize: (s: string) => string;
14
+ /**
15
+ * Merge consecutive short (<=2 digit) numeric segments with '.'.
16
+ * e.g. ["claude","opus","4","5","20251101"] -> ["claude","opus","4.5","20251101"]
17
+ */
18
+ export declare const mergeVersionSegments: (segments: string[]) => string[];
19
+ /**
20
+ * Default fallback: space-separated, version-merged.
21
+ */
22
+ export declare const formatModelLabel: (id: string) => string;
@@ -70,9 +70,10 @@ export type AIEmployee = {
70
70
  knowledgeBase?: {
71
71
  topK: number;
72
72
  score: string;
73
- knowledgeBaseIds: string[];
73
+ knowledgeBaseKeys: string[];
74
74
  };
75
75
  enableKnowledgeBase: boolean;
76
76
  enabled: boolean;
77
77
  builtIn: boolean;
78
+ missingKnowledgeBaseKeys?: string[];
78
79
  };
@@ -102,7 +102,7 @@ var ai_employees_default = {
102
102
  * knowledgeBase: {
103
103
  * topK: number;
104
104
  * score: string;
105
- * knowledgeBaseIds: string[];
105
+ * knowledgeBaseKeys: string[];
106
106
  * }
107
107
  */
108
108
  {
@@ -8,27 +8,28 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/plugin-acl": "2.1.0-beta.30",
12
- "@nocobase/plugin-workflow": "2.1.0-beta.30",
13
- "@nocobase/client": "2.1.0-beta.30",
14
- "@nocobase/utils": "2.1.0-beta.30",
15
- "@nocobase/database": "2.1.0-beta.30",
16
- "@nocobase/server": "2.1.0-beta.30",
17
- "@nocobase/plugin-file-manager": "2.1.0-beta.30",
18
- "@nocobase/actions": "2.1.0-beta.30",
19
- "@nocobase/ai": "2.1.0-beta.30",
11
+ "@nocobase/plugin-acl": "2.1.0-beta.33",
12
+ "@nocobase/plugin-workflow": "2.1.0-beta.33",
13
+ "@nocobase/client": "2.1.0-beta.33",
14
+ "@nocobase/utils": "2.1.0-beta.33",
15
+ "@nocobase/client-v2": "2.1.0-beta.33",
16
+ "@nocobase/database": "2.1.0-beta.33",
17
+ "@nocobase/server": "2.1.0-beta.33",
18
+ "@nocobase/plugin-file-manager": "2.1.0-beta.33",
19
+ "@nocobase/actions": "2.1.0-beta.33",
20
+ "@nocobase/ai": "2.1.0-beta.33",
20
21
  "langchain": "1.2.24",
21
22
  "react": "18.2.0",
22
23
  "antd": "5.24.2",
23
24
  "@formily/core": "2.3.7",
24
25
  "@formily/react": "2.3.7",
25
- "@nocobase/flow-engine": "2.1.0-beta.30",
26
+ "@nocobase/flow-engine": "2.1.0-beta.33",
26
27
  "@ant-design/icons": "5.6.1",
27
28
  "@formily/antd-v5": "1.2.3",
28
29
  "react-router-dom": "6.30.1",
29
30
  "@formily/shared": "2.3.7",
30
- "@nocobase/client-v2": "2.1.0-beta.30",
31
31
  "@formily/reactive": "2.3.7",
32
+ "ahooks": "3.7.8",
32
33
  "lodash": "4.18.1",
33
34
  "@langchain/core": "1.1.24",
34
35
  "@langchain/langgraph": "1.1.4",
@@ -38,15 +39,14 @@ module.exports = {
38
39
  "@langchain/deepseek": "1.0.11",
39
40
  "@langchain/google-genai": "2.1.18",
40
41
  "@langchain/ollama": "1.2.2",
41
- "@nocobase/acl": "2.1.0-beta.30",
42
- "@nocobase/cache": "2.1.0-beta.30",
43
- "@nocobase/resourcer": "2.1.0-beta.30",
42
+ "@nocobase/acl": "2.1.0-beta.33",
43
+ "@nocobase/cache": "2.1.0-beta.33",
44
+ "@nocobase/resourcer": "2.1.0-beta.33",
44
45
  "@emotion/css": "11.13.0",
45
46
  "dayjs": "1.11.13",
46
47
  "react-i18next": "11.18.6",
47
- "@nocobase/plugin-data-source-manager": "2.1.0-beta.30",
48
- "ahooks": "3.7.8",
48
+ "@nocobase/plugin-data-source-manager": "2.1.0-beta.33",
49
49
  "@langchain/langgraph-checkpoint": "1.0.0",
50
- "@nocobase/data-source-manager": "2.1.0-beta.30",
50
+ "@nocobase/data-source-manager": "2.1.0-beta.33",
51
51
  "react-dom": "18.2.0"
52
52
  };
@@ -162,6 +162,7 @@
162
162
  "Messages": "Messages",
163
163
  "Model": "Model",
164
164
  "Model settings": "Model settings",
165
+ "Missing knowledge base configuration for keys: {{keys}}. Create knowledge bases with the same keys to enable this employee normally.": "Missing knowledge base configuration for keys: {{keys}}. Create knowledge bases with the same keys to enable this employee normally.",
165
166
  "Display name": "Display name",
166
167
  "Model id": "Model id",
167
168
  "New AI employee": "New AI employee",
@@ -360,6 +361,9 @@
360
361
  "Data organizer": "Data organizer",
361
362
  "I extract and structure data from text, and can fill forms automatically.": "I extract and structure data from text, and can fill forms automatically.",
362
363
  "Hi! Send me text and I'll structure it into organized data or fill forms.": "Hi! Send me text and I'll structure it into organized data or fill forms.",
364
+ "Team leader": "Team leader",
365
+ "I analyze each request, identify the right specialist, and coordinate the best AI employee to complete the task efficiently.": "I analyze each request, identify the right specialist, and coordinate the best AI employee to complete the task efficiently.",
366
+ "Hi, I'm Atlas. Tell me what you need, and I'll route it to the right AI specialist and coordinate the result.": "Hi, I'm Atlas. Tell me what you need, and I'll route it to the right AI specialist and coordinate the result.",
363
367
  "Data visualization specialist": "Data visualization specialist",
364
368
  "I'm Dara, a data visualization expert who transforms complex data into clear and engaging charts that make insights instantly visible.": "I'm Dara, a data visualization expert who transforms complex data into clear and engaging charts that make insights instantly visible.",
365
369
  "Hi, I'm Dara. Ask me about your data — I'll visualize the answer.": "Hi, I'm Dara. Ask me about your data — I'll visualize the answer.",
@@ -372,6 +376,9 @@
372
376
  "Translator": "Translator",
373
377
  "I'm Lexi. I bridge communication gaps by providing fast and accurate translations so you can understand others and they can understand you.": "I'm Lexi. I bridge communication gaps by providing fast and accurate translations so you can understand others and they can understand you.",
374
378
  "Hello, I'm Lexi. What can I translate for you today?": "Hello, I'm Lexi. What can I translate for you today?",
379
+ "Localization engineer": "Localization engineer",
380
+ "I translate NocoBase system resources into concise, accurate interface text while preserving placeholders and formatting.": "I translate NocoBase system resources into concise, accurate interface text while preserving placeholders and formatting.",
381
+ "Hi, I am Lina. I can help translate localization resources for your system.": "Hi, I am Lina. I can help translate localization resources for your system.",
375
382
  "Email expert": "Email expert",
376
383
  "I organize, summarize, and draft professional emails by combining history, customer identity, and the current message.": "I organize, summarize, and draft professional emails by combining history, customer identity, and the current message.",
377
384
  "Hi, I'm Ellis. Share an email or thread, and I'll pull the context, summarize clearly, and help you craft the right reply.": "Hi, I'm Ellis. Share an email or thread, and I'll pull the context, summarize clearly, and help you craft the right reply.",
@@ -436,5 +443,12 @@
436
443
  "Please enter and send the modification request": "Please enter and send the modification request",
437
444
  "{{ nickname }} is working in background.": "{{ nickname }} is working in background.",
438
445
  "Click": "Click",
439
- "to Refresh.": "to Refresh."
446
+ "to Refresh.": "to Refresh.",
447
+ "Enable dedicated model configuration": "Enable dedicated model configuration",
448
+ "When enabled, this AI employee will always use the selected model and users cannot switch to other models in chat.": "When enabled, this AI employee will always use the selected model and users cannot switch to other models in chat.",
449
+ "When enabled, this AI employee can only use the selected models, and users can only switch between these models in chat.": "When enabled, this AI employee can only use the selected models, and users can only switch between these models in chat.",
450
+ "Restrict this AI employee to the selected models.": "Restrict this AI employee to the selected models.",
451
+ "Select model": "Select model",
452
+ "Select models": "Select models",
453
+ "Models": "Models"
440
454
  }
@@ -163,6 +163,7 @@
163
163
  "Messages": "消息",
164
164
  "Model": "模型",
165
165
  "Model settings": "模型设置",
166
+ "Missing knowledge base configuration for keys: {{keys}}. Create knowledge bases with the same keys to enable this employee normally.": "以下知识库 Key 缺少配置:{{keys}}。请创建相同 Key 的知识库,员工才能正常使用知识库能力。",
166
167
  "Display name": "展示名称",
167
168
  "Model id": "模型标识",
168
169
  "New AI employee": "新建 AI 员工",
@@ -366,6 +367,9 @@
366
367
  "Data organizer": "数据整理专家",
367
368
  "I extract and structure data from text, and can fill forms automatically.": "我从文本中提取和提炼结构化数据,并可以自动填写表单。",
368
369
  "Hi! Send me text and I'll structure it into organized data or fill forms.": "嗨!给我发文本,我会把它结构化成有组织的数据或把数据填写进表格。",
370
+ "Team leader": "团队领导",
371
+ "I analyze each request, identify the right specialist, and coordinate the best AI employee to complete the task efficiently.": "我会优先亲自分析并处理请求,必要时再协调最合适的 AI 员工高效完成任务。",
372
+ "Hi, I'm Atlas. Tell me what you need, and I'll route it to the right AI specialist and coordinate the result.": "你好,我是 Atlas。告诉我你的需求,我会优先尝试直接处理,必要时再协调合适的 AI 专家并推动结果落地。",
369
373
  "Data visualization specialist": "数据可视化专家",
370
374
  "I'm Dara, a data visualization expert who transforms complex data into clear and engaging charts that make insights instantly visible.": "我是 Dara,一名数据可视化专家,擅长将复杂数据转化为清晰、生动的图表,让洞察一目了然。",
371
375
  "Hi, I'm Dara. Ask me about your data — I'll visualize the answer.": "你好,我是 Dara。告诉我你的数据需求,我会用图表为你呈现。",
@@ -378,6 +382,9 @@
378
382
  "Translator": "翻译助理",
379
383
  "I'm Lexi. I bridge communication gaps by providing fast and accurate translations so you can understand others and they can understand you.": "我是Lexi。我通过提供快速准确的翻译来弥合沟通差距,这样你就可以理解别人,他们也可以理解你。",
380
384
  "Hello, I'm Lexi. What can I translate for you today?": "你好,我是Lexi。今天我能为您翻译些什么?",
385
+ "Localization engineer": "本地化工程师",
386
+ "I translate NocoBase system resources into concise, accurate interface text while preserving placeholders and formatting.": "我将 NocoBase 系统资源翻译为简洁准确的界面文案,并保留占位符和格式。",
387
+ "Hi, I am Lina. I can help translate localization resources for your system.": "你好,我是 Lina。我可以帮你翻译系统的本地化资源。",
381
388
  "Email expert": "电子邮件专家",
382
389
  "I organize, summarize, and draft professional emails by combining history, customer identity, and the current message.": "嗨,我是 Ellis。请分享一封邮件或邮件线程,我会帮你提取上下文、清晰总结,并协助你撰写合适的回复。",
383
390
  "Hi, I'm Ellis. Share an email or thread, and I'll pull the context, summarize clearly, and help you craft the right reply.": "",
@@ -442,5 +449,12 @@
442
449
  "Please enter and send the modification request": "请输入并发送修改要求",
443
450
  "{{ nickname }} is working in background.": "{{ nickname }} 在后台工作中",
444
451
  "Click": "点击",
445
- "to Refresh.": "刷新。"
452
+ "to Refresh.": "刷新。",
453
+ "Enable dedicated model configuration": "启用该 AI 员工单独的模型配置",
454
+ "When enabled, this AI employee will always use the selected model and users cannot switch to other models in chat.": "启用后,该 AI 员工将始终使用所选模型,用户在对话中不能切换到其他模型。",
455
+ "When enabled, this AI employee can only use the selected models, and users can only switch between these models in chat.": "启用后,该 AI 员工只能使用这里选择的模型,用户在对话中也只能在这些模型之间切换。",
456
+ "Restrict this AI employee to the selected models.": "限制该 AI 员工只能使用所选模型。",
457
+ "Select model": "选择模型",
458
+ "Select models": "选择模型",
459
+ "Models": "模型"
446
460
  }
@@ -1 +1 @@
1
- {"name":"@langchain/xai","version":"1.3.3","description":"xAI integration for LangChain.js","author":"LangChain","license":"MIT","type":"module","engines":{"node":">=20"},"repository":{"type":"git","url":"git@github.com:langchain-ai/langchainjs.git"},"homepage":"https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-xai/","dependencies":{"@langchain/openai":"1.2.7"},"peerDependencies":{"@langchain/core":"^1.0.0"},"devDependencies":{"@tsconfig/recommended":"^1.0.3","@types/uuid":"^9","@vitest/coverage-v8":"^3.2.4","dotenv":"^16.3.1","dpdm":"^3.14.0","eslint":"^9.34.0","prettier":"^3.5.0","typescript":"~5.8.3","vitest":"^3.2.4","zod":"^3.25.76","@langchain/core":"^1.1.21","@langchain/eslint":"0.1.1","@langchain/openai":"^1.2.7","@langchain/tsconfig":"0.0.1","@langchain/standard-tests":"0.0.23"},"publishConfig":{"access":"public"},"main":"./dist/index.cjs","types":"./dist/index.d.cts","exports":{".":{"input":"./src/index.ts","require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./package.json":"./package.json"},"files":["dist/","CHANGELOG.md","README.md","LICENSE"],"module":"./dist/index.js","scripts":{"build":"turbo build:compile --filter @langchain/xai --output-logs new-only","build:compile":"tsdown","lint:eslint":"eslint --cache src/","lint:dpdm":"dpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts","lint":"pnpm lint:eslint && pnpm lint:dpdm","lint:fix":"pnpm lint:eslint --fix && pnpm lint:dpdm","clean":"rm -rf .turbo dist/","test":"vitest run","test:watch":"vitest --watch","test:int":"vitest --mode int","test:standard:unit":"vitest --mode standard-unit","test:standard:int":"vitest --mode standard-int","test:standard":"pnpm test:standard:unit && pnpm test:standard:int","format":"prettier --write \"src\"","format:check":"prettier --check \"src\"","typegen":"pnpm run typegen:profiles","typegen:profiles":"pnpm --filter @langchain/model-profiles make --config profiles.toml"},"_lastModified":"2026-05-11T23:08:15.183Z"}
1
+ {"name":"@langchain/xai","version":"1.3.3","description":"xAI integration for LangChain.js","author":"LangChain","license":"MIT","type":"module","engines":{"node":">=20"},"repository":{"type":"git","url":"git@github.com:langchain-ai/langchainjs.git"},"homepage":"https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-xai/","dependencies":{"@langchain/openai":"1.2.7"},"peerDependencies":{"@langchain/core":"^1.0.0"},"devDependencies":{"@tsconfig/recommended":"^1.0.3","@types/uuid":"^9","@vitest/coverage-v8":"^3.2.4","dotenv":"^16.3.1","dpdm":"^3.14.0","eslint":"^9.34.0","prettier":"^3.5.0","typescript":"~5.8.3","vitest":"^3.2.4","zod":"^3.25.76","@langchain/core":"^1.1.21","@langchain/eslint":"0.1.1","@langchain/openai":"^1.2.7","@langchain/tsconfig":"0.0.1","@langchain/standard-tests":"0.0.23"},"publishConfig":{"access":"public"},"main":"./dist/index.cjs","types":"./dist/index.d.cts","exports":{".":{"input":"./src/index.ts","require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./package.json":"./package.json"},"files":["dist/","CHANGELOG.md","README.md","LICENSE"],"module":"./dist/index.js","scripts":{"build":"turbo build:compile --filter @langchain/xai --output-logs new-only","build:compile":"tsdown","lint:eslint":"eslint --cache src/","lint:dpdm":"dpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts","lint":"pnpm lint:eslint && pnpm lint:dpdm","lint:fix":"pnpm lint:eslint --fix && pnpm lint:dpdm","clean":"rm -rf .turbo dist/","test":"vitest run","test:watch":"vitest --watch","test:int":"vitest --mode int","test:standard:unit":"vitest --mode standard-unit","test:standard:int":"vitest --mode standard-int","test:standard":"pnpm test:standard:unit && pnpm test:standard:int","format":"prettier --write \"src\"","format:check":"prettier --check \"src\"","typegen":"pnpm run typegen:profiles","typegen:profiles":"pnpm --filter @langchain/model-profiles make --config profiles.toml"},"_lastModified":"2026-05-15T15:54:57.807Z"}
@@ -1 +1 @@
1
- {"name":"fs-extra","version":"9.1.0","description":"fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.","engines":{"node":">=10"},"homepage":"https://github.com/jprichardson/node-fs-extra","repository":{"type":"git","url":"https://github.com/jprichardson/node-fs-extra"},"keywords":["fs","file","file system","copy","directory","extra","mkdirp","mkdir","mkdirs","recursive","json","read","write","extra","delete","remove","touch","create","text","output","move","promise"],"author":"JP Richardson <jprichardson@gmail.com>","license":"MIT","dependencies":{"at-least-node":"^1.0.0","graceful-fs":"^4.2.0","jsonfile":"^6.0.1","universalify":"^2.0.0"},"devDependencies":{"coveralls":"^3.0.0","klaw":"^2.1.1","klaw-sync":"^3.0.2","minimist":"^1.1.1","mocha":"^5.0.5","nyc":"^15.0.0","proxyquire":"^2.0.1","read-dir-files":"^0.1.1","standard":"^14.1.0"},"main":"./lib/index.js","files":["lib/","!lib/**/__tests__/"],"scripts":{"full-ci":"npm run lint && npm run coverage","coverage":"nyc -r lcovonly npm run unit","coveralls":"coveralls < coverage/lcov.info","lint":"standard","test-find":"find ./lib/**/__tests__ -name *.test.js | xargs mocha","test":"npm run lint && npm run unit","unit":"node test.js"},"_lastModified":"2026-05-11T23:08:15.337Z"}
1
+ {"name":"fs-extra","version":"9.1.0","description":"fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.","engines":{"node":">=10"},"homepage":"https://github.com/jprichardson/node-fs-extra","repository":{"type":"git","url":"https://github.com/jprichardson/node-fs-extra"},"keywords":["fs","file","file system","copy","directory","extra","mkdirp","mkdir","mkdirs","recursive","json","read","write","extra","delete","remove","touch","create","text","output","move","promise"],"author":"JP Richardson <jprichardson@gmail.com>","license":"MIT","dependencies":{"at-least-node":"^1.0.0","graceful-fs":"^4.2.0","jsonfile":"^6.0.1","universalify":"^2.0.0"},"devDependencies":{"coveralls":"^3.0.0","klaw":"^2.1.1","klaw-sync":"^3.0.2","minimist":"^1.1.1","mocha":"^5.0.5","nyc":"^15.0.0","proxyquire":"^2.0.1","read-dir-files":"^0.1.1","standard":"^14.1.0"},"main":"./lib/index.js","files":["lib/","!lib/**/__tests__/"],"scripts":{"full-ci":"npm run lint && npm run coverage","coverage":"nyc -r lcovonly npm run unit","coveralls":"coveralls < coverage/lcov.info","lint":"standard","test-find":"find ./lib/**/__tests__ -name *.test.js | xargs mocha","test":"npm run lint && npm run unit","unit":"node test.js"},"_lastModified":"2026-05-15T15:54:57.963Z"}
@@ -1 +1 @@
1
- {"name":"jsonrepair","version":"3.13.1","description":"Repair broken JSON documents","repository":{"type":"git","url":"https://github.com/josdejong/jsonrepair.git"},"type":"module","main":"lib/cjs/index.js","module":"lib/esm/index.js","browser":"lib/umd/jsonrepair.min.js","types":"lib/types/index.d.ts","sideEffects":false,"exports":{".":{"import":"./lib/esm/index.js","require":"./lib/cjs/index.js","types":"./lib/types/index.d.ts"},"./stream":{"import":"./lib/esm/stream.js","require":"./lib/cjs/stream.js","types":"./lib/types/stream.d.ts"}},"keywords":["simple","json","repair","fix","invalid","stream","streaming"],"bin":{"jsonrepair":"./bin/cli.js"},"scripts":{"test":"vitest watch src","test:it":"vitest run src","build":"npm-run-all build:**","build:clean":"del-cli lib","build:esm":"babel src --out-dir lib/esm --extensions \".ts\" --source-maps --config-file ./babel.config.json","build:cjs":"babel src --out-dir lib/cjs --extensions \".ts\" --source-maps --config-file ./babel-cjs.config.json && cpy tools/cjs lib/cjs --flat","build:umd":"rollup lib/esm/index.js --format umd --name JSONRepair --sourcemap --output.file lib/umd/jsonrepair.js && cpy tools/cjs/package.json lib/umd --flat","build:umd:min":"uglifyjs --compress --mangle --source-map --comments --output lib/umd/jsonrepair.min.js -- lib/umd/jsonrepair.js","build:types":"tsc --project tsconfig-types.json","build:validate":"vitest run test-lib","lint":"biome check","format":"biome check --write","benchmark":"npm run build:esm && node tools/benchmark/run.mjs","build-and-test":"npm run lint && npm run test:it && npm run build","release":"npm-run-all release:**","release:build-and-test":"npm run build-and-test","release:version":"standard-version","release:push":"git push && git push --tag","release:publish":"npm publish","release-dry-run":"npm run build-and-test && standard-version --dry-run","prepare":"husky"},"files":["README.md","LICENSE.md","lib"],"author":"Jos de Jong","license":"ISC","devDependencies":{"@babel/cli":"7.28.3","@babel/core":"7.28.4","@babel/plugin-transform-typescript":"7.28.0","@babel/preset-env":"7.28.3","@babel/preset-typescript":"7.27.1","@biomejs/biome":"2.2.4","@commitlint/cli":"19.8.1","@commitlint/config-conventional":"19.8.1","@types/node":"24.5.2","cpy-cli":"6.0.0","del-cli":"7.0.0","husky":"9.1.7","npm-run-all":"4.1.5","rollup":"4.51.0","standard-version":"9.5.0","tinybench":"5.0.1","ts-node":"10.9.2","typescript":"5.9.2","uglify-js":"3.19.3","vitest":"3.2.4"},"_lastModified":"2026-05-11T23:08:21.589Z"}
1
+ {"name":"jsonrepair","version":"3.13.1","description":"Repair broken JSON documents","repository":{"type":"git","url":"https://github.com/josdejong/jsonrepair.git"},"type":"module","main":"lib/cjs/index.js","module":"lib/esm/index.js","browser":"lib/umd/jsonrepair.min.js","types":"lib/types/index.d.ts","sideEffects":false,"exports":{".":{"import":"./lib/esm/index.js","require":"./lib/cjs/index.js","types":"./lib/types/index.d.ts"},"./stream":{"import":"./lib/esm/stream.js","require":"./lib/cjs/stream.js","types":"./lib/types/stream.d.ts"}},"keywords":["simple","json","repair","fix","invalid","stream","streaming"],"bin":{"jsonrepair":"./bin/cli.js"},"scripts":{"test":"vitest watch src","test:it":"vitest run src","build":"npm-run-all build:**","build:clean":"del-cli lib","build:esm":"babel src --out-dir lib/esm --extensions \".ts\" --source-maps --config-file ./babel.config.json","build:cjs":"babel src --out-dir lib/cjs --extensions \".ts\" --source-maps --config-file ./babel-cjs.config.json && cpy tools/cjs lib/cjs --flat","build:umd":"rollup lib/esm/index.js --format umd --name JSONRepair --sourcemap --output.file lib/umd/jsonrepair.js && cpy tools/cjs/package.json lib/umd --flat","build:umd:min":"uglifyjs --compress --mangle --source-map --comments --output lib/umd/jsonrepair.min.js -- lib/umd/jsonrepair.js","build:types":"tsc --project tsconfig-types.json","build:validate":"vitest run test-lib","lint":"biome check","format":"biome check --write","benchmark":"npm run build:esm && node tools/benchmark/run.mjs","build-and-test":"npm run lint && npm run test:it && npm run build","release":"npm-run-all release:**","release:build-and-test":"npm run build-and-test","release:version":"standard-version","release:push":"git push && git push --tag","release:publish":"npm publish","release-dry-run":"npm run build-and-test && standard-version --dry-run","prepare":"husky"},"files":["README.md","LICENSE.md","lib"],"author":"Jos de Jong","license":"ISC","devDependencies":{"@babel/cli":"7.28.3","@babel/core":"7.28.4","@babel/plugin-transform-typescript":"7.28.0","@babel/preset-env":"7.28.3","@babel/preset-typescript":"7.27.1","@biomejs/biome":"2.2.4","@commitlint/cli":"19.8.1","@commitlint/config-conventional":"19.8.1","@types/node":"24.5.2","cpy-cli":"6.0.0","del-cli":"7.0.0","husky":"9.1.7","npm-run-all":"4.1.5","rollup":"4.51.0","standard-version":"9.5.0","tinybench":"5.0.1","ts-node":"10.9.2","typescript":"5.9.2","uglify-js":"3.19.3","vitest":"3.2.4"},"_lastModified":"2026-05-15T15:55:04.228Z"}
@@ -1 +1 @@
1
- {"name":"just-bash","version":"2.14.3","description":"A simulated bash environment with virtual filesystem","repository":{"type":"git","url":"git+https://github.com/vercel-labs/just-bash.git"},"homepage":"https://github.com/vercel-labs/just-bash#readme","bugs":{"url":"https://github.com/vercel-labs/just-bash/issues"},"type":"module","main":"dist/bundle/index.js","types":"dist/index.d.ts","exports":{".":{"browser":"./dist/bundle/browser.js","require":{"types":"./dist/index.d.cts","default":"./dist/bundle/index.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/bundle/index.js"}},"./browser":{"types":"./dist/browser.d.ts","import":"./dist/bundle/browser.js"}},"files":["dist/bundle/","dist/bin/","dist/*.d.ts","dist/*.d.cts","dist/ast/*.d.ts","dist/commands/**/*.d.ts","dist/fs/**/*.d.ts","dist/interpreter/**/*.d.ts","dist/network/**/*.d.ts","dist/parser/*.d.ts","dist/sandbox/*.d.ts","dist/utils/*.d.ts","vendor/cpython-emscripten/","README.md","CHANGELOG.md","dist/AGENTS.md"],"bin":{"just-bash":"./dist/bin/just-bash.js","just-bash-shell":"./dist/bin/shell/shell.js"},"publishConfig":{"access":"public"},"keywords":[],"author":"Malte and Claude","license":"Apache-2.0","devDependencies":{"@types/ini":"^4.1.1","@types/node":"^25.0.3","@types/papaparse":"^5.5.2","@types/sprintf-js":"^1.1.4","@types/sql.js":"^1.4.9","@types/turndown":"^5.0.6","@vitest/coverage-v8":"^4.0.18","esbuild":"^0.27.2","fast-check":"^3.23.2","knip":"^5.41.1","typescript":"^5.9.3","vitest":"^4.0.16"},"dependencies":{"seek-bzip":"^2.0.0","diff":"^8.0.2","fast-xml-parser":"5.3.3","file-type":"^21.2.0","ini":"^6.0.0","minimatch":"^10.1.1","modern-tar":"^0.7.3","papaparse":"^5.5.3","quickjs-emscripten":"^0.32.0","re2js":"^1.2.1","smol-toml":"^1.6.0","sprintf-js":"^1.1.3","sql.js":"^1.13.0","turndown":"^7.2.2","yaml":"^2.8.2"},"optionalDependencies":{"@mongodb-js/zstd":"^7.0.0","node-liblzma":"^2.0.3"},"scripts":{"build":"rm -rf dist && tsc && pnpm build:lib && pnpm build:lib:cjs && pnpm build:browser && pnpm build:cli && pnpm build:shell && pnpm build:worker && pnpm build:clean && cp dist/index.d.ts dist/index.d.cts && sed '1,/^-->/d' AGENTS.npm.md > dist/AGENTS.md","build:clean":"find dist -name '*.test.js' -delete && find dist -name '*.test.d.ts' -delete","build:worker":"esbuild src/commands/python3/worker.ts --bundle --platform=node --format=esm --outfile=src/commands/python3/worker.js --external:../../../vendor/cpython-emscripten/* && cp src/commands/python3/worker.js dist/commands/python3/worker.js && mkdir -p dist/bin/chunks && cp src/commands/python3/worker.js dist/bin/chunks/worker.js && mkdir -p dist/bundle/chunks && cp src/commands/python3/worker.js dist/bundle/chunks/worker.js && esbuild src/commands/js-exec/js-exec-worker.ts --bundle --platform=node --format=esm --outfile=src/commands/js-exec/js-exec-worker.js --external:quickjs-emscripten && cp src/commands/js-exec/js-exec-worker.js dist/commands/js-exec/js-exec-worker.js && cp src/commands/js-exec/js-exec-worker.js dist/bin/chunks/js-exec-worker.js && cp src/commands/js-exec/js-exec-worker.js dist/bundle/chunks/js-exec-worker.js","build:lib":"esbuild dist/index.js --bundle --splitting --platform=node --format=esm --minify --outdir=dist/bundle --chunk-names=chunks/[name]-[hash] --external:diff --external:minimatch --external:sprintf-js --external:turndown --external:sql.js --external:quickjs-emscripten --external:@mongodb-js/zstd --external:node-liblzma --external:seek-bzip","build:lib:cjs":"esbuild dist/index.js --bundle --platform=node --format=cjs --minify --outfile=dist/bundle/index.cjs --external:diff --external:minimatch --external:sprintf-js --external:turndown --external:sql.js --external:quickjs-emscripten --external:@mongodb-js/zstd --external:node-liblzma --external:seek-bzip","build:browser":"esbuild dist/browser.js --bundle --platform=browser --format=esm --minify --outfile=dist/bundle/browser.js --external:diff --external:minimatch --external:sprintf-js --external:turndown --external:node:zlib --external:@mongodb-js/zstd --external:node-liblzma --external:seek-bzip --define:__BROWSER__=true --alias:node:dns=./src/shims/browser-unsupported.js","build:cli":"esbuild dist/cli/just-bash.js --bundle --splitting --platform=node --format=esm --minify --outdir=dist/bin --entry-names=[name] --chunk-names=chunks/[name]-[hash] --banner:js='#!/usr/bin/env node' --external:sql.js --external:quickjs-emscripten --external:@mongodb-js/zstd --external:node-liblzma --external:seek-bzip","build:shell":"esbuild dist/cli/shell.js --bundle --splitting --platform=node --format=esm --minify --outdir=dist/bin/shell --entry-names=[name] --chunk-names=chunks/[name]-[hash] --banner:js='#!/usr/bin/env node' --external:sql.js --external:quickjs-emscripten --external:@mongodb-js/zstd --external:node-liblzma --external:seek-bzip","validate":"pnpm lint && pnpm knip && pnpm typecheck && pnpm build && pnpm check:worker-sync && pnpm test:run && pnpm test:wasm && pnpm test:dist","typecheck":"tsc --noEmit","lint":"pnpm lint:banned","check:worker-sync":"node scripts/check-worker-sync.js","lint:banned":"node scripts/check-banned-patterns.js","lint:fix":"pnpm --workspace-root lint:fix","knip":"knip","test":"vitest","test:run":"vitest run --exclude src/security/fuzzing/ --exclude src/commands/python3/ --exclude src/commands/sqlite3/ --exclude src/commands/js-exec/ --exclude src/agent-examples/python-scripting.test.ts","test:dist":"vitest run src/cli/just-bash.bundle.test.ts","test:unit":"vitest run --config vitest.unit.config.ts","test:wasm":"vitest run --config vitest.wasm.config.ts","test:comparison":"vitest run --config vitest.comparison.config.ts","test:comparison:record":"RECORD_FIXTURES=1 vitest run --config vitest.comparison.config.ts","test:coverage":"vitest run --coverage","test:coverage:unit":"vitest run --config vitest.unit.config.ts --coverage","test:fuzz":"vitest run src/security/fuzzing/","test:fuzz:long":"FUZZ_RUNS=10000 vitest run src/security/fuzzing/","shell":"npx tsx src/cli/shell.ts","dev:exec":"npx tsx src/cli/exec.ts"},"_lastModified":"2026-05-11T23:08:21.434Z"}
1
+ {"name":"just-bash","version":"2.14.3","description":"A simulated bash environment with virtual filesystem","repository":{"type":"git","url":"git+https://github.com/vercel-labs/just-bash.git"},"homepage":"https://github.com/vercel-labs/just-bash#readme","bugs":{"url":"https://github.com/vercel-labs/just-bash/issues"},"type":"module","main":"dist/bundle/index.js","types":"dist/index.d.ts","exports":{".":{"browser":"./dist/bundle/browser.js","require":{"types":"./dist/index.d.cts","default":"./dist/bundle/index.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/bundle/index.js"}},"./browser":{"types":"./dist/browser.d.ts","import":"./dist/bundle/browser.js"}},"files":["dist/bundle/","dist/bin/","dist/*.d.ts","dist/*.d.cts","dist/ast/*.d.ts","dist/commands/**/*.d.ts","dist/fs/**/*.d.ts","dist/interpreter/**/*.d.ts","dist/network/**/*.d.ts","dist/parser/*.d.ts","dist/sandbox/*.d.ts","dist/utils/*.d.ts","vendor/cpython-emscripten/","README.md","CHANGELOG.md","dist/AGENTS.md"],"bin":{"just-bash":"./dist/bin/just-bash.js","just-bash-shell":"./dist/bin/shell/shell.js"},"publishConfig":{"access":"public"},"keywords":[],"author":"Malte and Claude","license":"Apache-2.0","devDependencies":{"@types/ini":"^4.1.1","@types/node":"^25.0.3","@types/papaparse":"^5.5.2","@types/sprintf-js":"^1.1.4","@types/sql.js":"^1.4.9","@types/turndown":"^5.0.6","@vitest/coverage-v8":"^4.0.18","esbuild":"^0.27.2","fast-check":"^3.23.2","knip":"^5.41.1","typescript":"^5.9.3","vitest":"^4.0.16"},"dependencies":{"seek-bzip":"^2.0.0","diff":"^8.0.2","fast-xml-parser":"5.3.3","file-type":"^21.2.0","ini":"^6.0.0","minimatch":"^10.1.1","modern-tar":"^0.7.3","papaparse":"^5.5.3","quickjs-emscripten":"^0.32.0","re2js":"^1.2.1","smol-toml":"^1.6.0","sprintf-js":"^1.1.3","sql.js":"^1.13.0","turndown":"^7.2.2","yaml":"^2.8.2"},"optionalDependencies":{"@mongodb-js/zstd":"^7.0.0","node-liblzma":"^2.0.3"},"scripts":{"build":"rm -rf dist && tsc && pnpm build:lib && pnpm build:lib:cjs && pnpm build:browser && pnpm build:cli && pnpm build:shell && pnpm build:worker && pnpm build:clean && cp dist/index.d.ts dist/index.d.cts && sed '1,/^-->/d' AGENTS.npm.md > dist/AGENTS.md","build:clean":"find dist -name '*.test.js' -delete && find dist -name '*.test.d.ts' -delete","build:worker":"esbuild src/commands/python3/worker.ts --bundle --platform=node --format=esm --outfile=src/commands/python3/worker.js --external:../../../vendor/cpython-emscripten/* && cp src/commands/python3/worker.js dist/commands/python3/worker.js && mkdir -p dist/bin/chunks && cp src/commands/python3/worker.js dist/bin/chunks/worker.js && mkdir -p dist/bundle/chunks && cp src/commands/python3/worker.js dist/bundle/chunks/worker.js && esbuild src/commands/js-exec/js-exec-worker.ts --bundle --platform=node --format=esm --outfile=src/commands/js-exec/js-exec-worker.js --external:quickjs-emscripten && cp src/commands/js-exec/js-exec-worker.js dist/commands/js-exec/js-exec-worker.js && cp src/commands/js-exec/js-exec-worker.js dist/bin/chunks/js-exec-worker.js && cp src/commands/js-exec/js-exec-worker.js dist/bundle/chunks/js-exec-worker.js","build:lib":"esbuild dist/index.js --bundle --splitting --platform=node --format=esm --minify --outdir=dist/bundle --chunk-names=chunks/[name]-[hash] --external:diff --external:minimatch --external:sprintf-js --external:turndown --external:sql.js --external:quickjs-emscripten --external:@mongodb-js/zstd --external:node-liblzma --external:seek-bzip","build:lib:cjs":"esbuild dist/index.js --bundle --platform=node --format=cjs --minify --outfile=dist/bundle/index.cjs --external:diff --external:minimatch --external:sprintf-js --external:turndown --external:sql.js --external:quickjs-emscripten --external:@mongodb-js/zstd --external:node-liblzma --external:seek-bzip","build:browser":"esbuild dist/browser.js --bundle --platform=browser --format=esm --minify --outfile=dist/bundle/browser.js --external:diff --external:minimatch --external:sprintf-js --external:turndown --external:node:zlib --external:@mongodb-js/zstd --external:node-liblzma --external:seek-bzip --define:__BROWSER__=true --alias:node:dns=./src/shims/browser-unsupported.js","build:cli":"esbuild dist/cli/just-bash.js --bundle --splitting --platform=node --format=esm --minify --outdir=dist/bin --entry-names=[name] --chunk-names=chunks/[name]-[hash] --banner:js='#!/usr/bin/env node' --external:sql.js --external:quickjs-emscripten --external:@mongodb-js/zstd --external:node-liblzma --external:seek-bzip","build:shell":"esbuild dist/cli/shell.js --bundle --splitting --platform=node --format=esm --minify --outdir=dist/bin/shell --entry-names=[name] --chunk-names=chunks/[name]-[hash] --banner:js='#!/usr/bin/env node' --external:sql.js --external:quickjs-emscripten --external:@mongodb-js/zstd --external:node-liblzma --external:seek-bzip","validate":"pnpm lint && pnpm knip && pnpm typecheck && pnpm build && pnpm check:worker-sync && pnpm test:run && pnpm test:wasm && pnpm test:dist","typecheck":"tsc --noEmit","lint":"pnpm lint:banned","check:worker-sync":"node scripts/check-worker-sync.js","lint:banned":"node scripts/check-banned-patterns.js","lint:fix":"pnpm --workspace-root lint:fix","knip":"knip","test":"vitest","test:run":"vitest run --exclude src/security/fuzzing/ --exclude src/commands/python3/ --exclude src/commands/sqlite3/ --exclude src/commands/js-exec/ --exclude src/agent-examples/python-scripting.test.ts","test:dist":"vitest run src/cli/just-bash.bundle.test.ts","test:unit":"vitest run --config vitest.unit.config.ts","test:wasm":"vitest run --config vitest.wasm.config.ts","test:comparison":"vitest run --config vitest.comparison.config.ts","test:comparison:record":"RECORD_FIXTURES=1 vitest run --config vitest.comparison.config.ts","test:coverage":"vitest run --coverage","test:coverage:unit":"vitest run --config vitest.unit.config.ts --coverage","test:fuzz":"vitest run src/security/fuzzing/","test:fuzz:long":"FUZZ_RUNS=10000 vitest run src/security/fuzzing/","shell":"npx tsx src/cli/shell.ts","dev:exec":"npx tsx src/cli/exec.ts"},"_lastModified":"2026-05-15T15:55:04.008Z"}
@@ -1 +1 @@
1
- {"name":"nodejs-snowflake","collaborators":["Utkarsh Srivastava <utkarsh@sagacious.dev>"],"description":"Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)","version":"2.0.1","license":"Apache 2.0","repository":{"type":"git","url":"https://github.com/utkarsh-pro/nodejs-snowflake.git"},"files":["nodejs_snowflake_bg.wasm","nodejs_snowflake.js","nodejs_snowflake.d.ts"],"main":"nodejs_snowflake.js","types":"nodejs_snowflake.d.ts","_lastModified":"2026-05-11T23:08:09.897Z"}
1
+ {"name":"nodejs-snowflake","collaborators":["Utkarsh Srivastava <utkarsh@sagacious.dev>"],"description":"Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)","version":"2.0.1","license":"Apache 2.0","repository":{"type":"git","url":"https://github.com/utkarsh-pro/nodejs-snowflake.git"},"files":["nodejs_snowflake_bg.wasm","nodejs_snowflake.js","nodejs_snowflake.d.ts"],"main":"nodejs_snowflake.js","types":"nodejs_snowflake.d.ts","_lastModified":"2026-05-15T15:54:53.233Z"}