@questdb/web-console 1.1.12 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/icon-chart.svg +1 -1
- package/dist/assets/icon-file.svg +1 -6
- package/dist/assets/index-Blrq3gwz.css +45 -0
- package/dist/assets/index-DU6JLCfQ.js +6600 -0
- package/dist/assets/index-ZyLe708n.js +1046 -0
- package/dist/assets/vs/base/browser/ui/codicons/codicon/codicon.ttf +0 -0
- package/dist/assets/vs/base/worker/workerMain.js +22 -18
- package/dist/assets/vs/editor/editor.main.css +4 -2
- package/dist/assets/vs/editor/editor.main.js +310 -257
- package/dist/assets/vs/loader.js +1 -1
- package/dist/index.html +2 -2
- package/package.json +7 -5
- package/dist/assets/icon-explain-queries.svg +0 -3
- package/dist/assets/icon-explain-schema.svg +0 -3
- package/dist/assets/icon-fix-queries.svg +0 -3
- package/dist/assets/icon-generate-queries.svg +0 -3
- package/dist/assets/index-BD25QvPt.js +0 -5816
- package/dist/assets/index-B_bwGdkq.css +0 -45
- package/dist/assets/index-CASK4XST.js +0 -1011
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.de.js +0 -8
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.es.js +0 -8
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.fr.js +0 -8
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.it.js +0 -8
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.ja.js +0 -8
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.js +0 -8
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.ko.js +0 -8
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.ru.js +0 -8
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.zh-cn.js +0 -8
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.zh-tw.js +0 -8
- package/dist/assets/vs/editor/editor.main.nls.js +0 -29
package/dist/assets/vs/loader.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.
|
|
3
|
+
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/const _amdLoaderGlobal=this,_commonjsGlobal=typeof global=="object"?global:{};var AMDLoader;(function(u){u.global=_amdLoaderGlobal;class y{get isWindows(){return this._detect(),this._isWindows}get isNode(){return this._detect(),this._isNode}get isElectronRenderer(){return this._detect(),this._isElectronRenderer}get isWebWorker(){return this._detect(),this._isWebWorker}get isElectronNodeIntegrationWebWorker(){return this._detect(),this._isElectronNodeIntegrationWebWorker}constructor(){this._detected=!1,this._isWindows=!1,this._isNode=!1,this._isElectronRenderer=!1,this._isWebWorker=!1,this._isElectronNodeIntegrationWebWorker=!1}_detect(){this._detected||(this._detected=!0,this._isWindows=y._isWindows(),this._isNode=typeof module<"u"&&!!module.exports,this._isElectronRenderer=typeof process<"u"&&typeof process.versions<"u"&&typeof process.versions.electron<"u"&&process.type==="renderer",this._isWebWorker=typeof u.global.importScripts=="function",this._isElectronNodeIntegrationWebWorker=this._isWebWorker&&typeof process<"u"&&typeof process.versions<"u"&&typeof process.versions.electron<"u"&&process.type==="worker")}static _isWindows(){return typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.indexOf("Windows")>=0?!0:typeof process<"u"?process.platform==="win32":!1}}u.Environment=y})(AMDLoader||(AMDLoader={}));var AMDLoader;(function(u){class y{constructor(r,c,a){this.type=r,this.detail=c,this.timestamp=a}}u.LoaderEvent=y;class m{constructor(r){this._events=[new y(1,"",r)]}record(r,c){this._events.push(new y(r,c,u.Utilities.getHighPerformanceTimestamp()))}getEvents(){return this._events}}u.LoaderEventRecorder=m;class p{record(r,c){}getEvents(){return[]}}p.INSTANCE=new p,u.NullLoaderEventRecorder=p})(AMDLoader||(AMDLoader={}));var AMDLoader;(function(u){class y{static fileUriToFilePath(p,h){if(h=decodeURI(h).replace(/%23/g,"#"),p){if(/^file:\/\/\//.test(h))return h.substr(8);if(/^file:\/\//.test(h))return h.substr(5)}else if(/^file:\/\//.test(h))return h.substr(7);return h}static startsWith(p,h){return p.length>=h.length&&p.substr(0,h.length)===h}static endsWith(p,h){return p.length>=h.length&&p.substr(p.length-h.length)===h}static containsQueryString(p){return/^[^\#]*\?/gi.test(p)}static isAbsolutePath(p){return/^((http:\/\/)|(https:\/\/)|(file:\/\/)|(\/))/.test(p)}static forEachProperty(p,h){if(p){let r;for(r in p)p.hasOwnProperty(r)&&h(r,p[r])}}static isEmpty(p){let h=!0;return y.forEachProperty(p,()=>{h=!1}),h}static recursiveClone(p){if(!p||typeof p!="object"||p instanceof RegExp||!Array.isArray(p)&&Object.getPrototypeOf(p)!==Object.prototype)return p;let h=Array.isArray(p)?[]:{};return y.forEachProperty(p,(r,c)=>{c&&typeof c=="object"?h[r]=y.recursiveClone(c):h[r]=c}),h}static generateAnonymousModule(){return"===anonymous"+y.NEXT_ANONYMOUS_ID+++"==="}static isAnonymousModule(p){return y.startsWith(p,"===anonymous")}static getHighPerformanceTimestamp(){return this.PERFORMANCE_NOW_PROBED||(this.PERFORMANCE_NOW_PROBED=!0,this.HAS_PERFORMANCE_NOW=u.global.performance&&typeof u.global.performance.now=="function"),this.HAS_PERFORMANCE_NOW?u.global.performance.now():Date.now()}}y.NEXT_ANONYMOUS_ID=1,y.PERFORMANCE_NOW_PROBED=!1,y.HAS_PERFORMANCE_NOW=!1,u.Utilities=y})(AMDLoader||(AMDLoader={}));var AMDLoader;(function(u){function y(h){if(h instanceof Error)return h;const r=new Error(h.message||String(h)||"Unknown Error");return h.stack&&(r.stack=h.stack),r}u.ensureError=y;class m{static validateConfigurationOptions(r){function c(a){if(a.phase==="loading"){console.error('Loading "'+a.moduleId+'" failed'),console.error(a),console.error("Here are the modules that depend on it:"),console.error(a.neededBy);return}if(a.phase==="factory"){console.error('The factory function of "'+a.moduleId+'" has thrown an exception'),console.error(a),console.error("Here are the modules that depend on it:"),console.error(a.neededBy);return}}if(r=r||{},typeof r.baseUrl!="string"&&(r.baseUrl=""),typeof r.isBuild!="boolean"&&(r.isBuild=!1),typeof r.paths!="object"&&(r.paths={}),typeof r.config!="object"&&(r.config={}),typeof r.catchError>"u"&&(r.catchError=!1),typeof r.recordStats>"u"&&(r.recordStats=!1),typeof r.urlArgs!="string"&&(r.urlArgs=""),typeof r.onError!="function"&&(r.onError=c),Array.isArray(r.ignoreDuplicateModules)||(r.ignoreDuplicateModules=[]),r.baseUrl.length>0&&(u.Utilities.endsWith(r.baseUrl,"/")||(r.baseUrl+="/")),typeof r.cspNonce!="string"&&(r.cspNonce=""),typeof r.preferScriptTags>"u"&&(r.preferScriptTags=!1),r.nodeCachedData&&typeof r.nodeCachedData=="object"&&(typeof r.nodeCachedData.seed!="string"&&(r.nodeCachedData.seed="seed"),(typeof r.nodeCachedData.writeDelay!="number"||r.nodeCachedData.writeDelay<0)&&(r.nodeCachedData.writeDelay=1e3*7),!r.nodeCachedData.path||typeof r.nodeCachedData.path!="string")){const a=y(new Error("INVALID cached data configuration, 'path' MUST be set"));a.phase="configuration",r.onError(a),r.nodeCachedData=void 0}return r}static mergeConfigurationOptions(r=null,c=null){let a=u.Utilities.recursiveClone(c||{});return u.Utilities.forEachProperty(r,(t,e)=>{t==="ignoreDuplicateModules"&&typeof a.ignoreDuplicateModules<"u"?a.ignoreDuplicateModules=a.ignoreDuplicateModules.concat(e):t==="paths"&&typeof a.paths<"u"?u.Utilities.forEachProperty(e,(i,s)=>a.paths[i]=s):t==="config"&&typeof a.config<"u"?u.Utilities.forEachProperty(e,(i,s)=>a.config[i]=s):a[t]=u.Utilities.recursiveClone(e)}),m.validateConfigurationOptions(a)}}u.ConfigurationOptionsUtil=m;class p{constructor(r,c){if(this._env=r,this.options=m.mergeConfigurationOptions(c),this._createIgnoreDuplicateModulesMap(),this._createSortedPathsRules(),this.options.baseUrl===""&&this.options.nodeRequire&&this.options.nodeRequire.main&&this.options.nodeRequire.main.filename&&this._env.isNode){let a=this.options.nodeRequire.main.filename,t=Math.max(a.lastIndexOf("/"),a.lastIndexOf("\\"));this.options.baseUrl=a.substring(0,t+1)}}_createIgnoreDuplicateModulesMap(){this.ignoreDuplicateModulesMap={};for(let r=0;r<this.options.ignoreDuplicateModules.length;r++)this.ignoreDuplicateModulesMap[this.options.ignoreDuplicateModules[r]]=!0}_createSortedPathsRules(){this.sortedPathsRules=[],u.Utilities.forEachProperty(this.options.paths,(r,c)=>{Array.isArray(c)?this.sortedPathsRules.push({from:r,to:c}):this.sortedPathsRules.push({from:r,to:[c]})}),this.sortedPathsRules.sort((r,c)=>c.from.length-r.from.length)}cloneAndMerge(r){return new p(this._env,m.mergeConfigurationOptions(r,this.options))}getOptionsLiteral(){return this.options}_applyPaths(r){let c;for(let a=0,t=this.sortedPathsRules.length;a<t;a++)if(c=this.sortedPathsRules[a],u.Utilities.startsWith(r,c.from)){let e=[];for(let i=0,s=c.to.length;i<s;i++)e.push(c.to[i]+r.substr(c.from.length));return e}return[r]}_addUrlArgsToUrl(r){return u.Utilities.containsQueryString(r)?r+"&"+this.options.urlArgs:r+"?"+this.options.urlArgs}_addUrlArgsIfNecessaryToUrl(r){return this.options.urlArgs?this._addUrlArgsToUrl(r):r}_addUrlArgsIfNecessaryToUrls(r){if(this.options.urlArgs)for(let c=0,a=r.length;c<a;c++)r[c]=this._addUrlArgsToUrl(r[c]);return r}moduleIdToPaths(r){if(this._env.isNode&&this.options.amdModulesPattern instanceof RegExp&&!this.options.amdModulesPattern.test(r))return this.isBuild()?["empty:"]:["node|"+r];let c=r,a;if(!u.Utilities.endsWith(c,".js")&&!u.Utilities.isAbsolutePath(c)){a=this._applyPaths(c);for(let t=0,e=a.length;t<e;t++)this.isBuild()&&a[t]==="empty:"||(u.Utilities.isAbsolutePath(a[t])||(a[t]=this.options.baseUrl+a[t]),!u.Utilities.endsWith(a[t],".js")&&!u.Utilities.containsQueryString(a[t])&&(a[t]=a[t]+".js"))}else!u.Utilities.endsWith(c,".js")&&!u.Utilities.containsQueryString(c)&&(c=c+".js"),a=[c];return this._addUrlArgsIfNecessaryToUrls(a)}requireToUrl(r){let c=r;return u.Utilities.isAbsolutePath(c)||(c=this._applyPaths(c)[0],u.Utilities.isAbsolutePath(c)||(c=this.options.baseUrl+c)),this._addUrlArgsIfNecessaryToUrl(c)}isBuild(){return this.options.isBuild}shouldInvokeFactory(r){return!!(!this.options.isBuild||u.Utilities.isAnonymousModule(r)||this.options.buildForceInvokeFactory&&this.options.buildForceInvokeFactory[r])}isDuplicateMessageIgnoredFor(r){return this.ignoreDuplicateModulesMap.hasOwnProperty(r)}getConfigForModule(r){if(this.options.config)return this.options.config[r]}shouldCatchError(){return this.options.catchError}shouldRecordStats(){return this.options.recordStats}onError(r){this.options.onError(r)}}u.Configuration=p})(AMDLoader||(AMDLoader={}));var AMDLoader;(function(u){class y{constructor(e){this._env=e,this._scriptLoader=null,this._callbackMap={}}load(e,i,s,n){if(!this._scriptLoader)if(this._env.isWebWorker)this._scriptLoader=new h;else if(this._env.isElectronRenderer){const{preferScriptTags:d}=e.getConfig().getOptionsLiteral();d?this._scriptLoader=new m:this._scriptLoader=new r(this._env)}else this._env.isNode?this._scriptLoader=new r(this._env):this._scriptLoader=new m;let l={callback:s,errorback:n};if(this._callbackMap.hasOwnProperty(i)){this._callbackMap[i].push(l);return}this._callbackMap[i]=[l],this._scriptLoader.load(e,i,()=>this.triggerCallback(i),d=>this.triggerErrorback(i,d))}triggerCallback(e){let i=this._callbackMap[e];delete this._callbackMap[e];for(let s=0;s<i.length;s++)i[s].callback()}triggerErrorback(e,i){let s=this._callbackMap[e];delete this._callbackMap[e];for(let n=0;n<s.length;n++)s[n].errorback(i)}}class m{attachListeners(e,i,s){let n=()=>{e.removeEventListener("load",l),e.removeEventListener("error",d)},l=o=>{n(),i()},d=o=>{n(),s(o)};e.addEventListener("load",l),e.addEventListener("error",d)}load(e,i,s,n){if(/^node\|/.test(i)){let l=e.getConfig().getOptionsLiteral(),d=c(e.getRecorder(),l.nodeRequire||u.global.nodeRequire),o=i.split("|"),_=null;try{_=d(o[1])}catch(f){n(f);return}e.enqueueDefineAnonymousModule([],()=>_),s()}else{let l=document.createElement("script");l.setAttribute("async","async"),l.setAttribute("type","text/javascript"),this.attachListeners(l,s,n);const{trustedTypesPolicy:d}=e.getConfig().getOptionsLiteral();d&&(i=d.createScriptURL(i)),l.setAttribute("src",i);const{cspNonce:o}=e.getConfig().getOptionsLiteral();o&&l.setAttribute("nonce",o),document.getElementsByTagName("head")[0].appendChild(l)}}}function p(t){const{trustedTypesPolicy:e}=t.getConfig().getOptionsLiteral();try{return(e?self.eval(e.createScript("","true")):new Function("true")).call(self),!0}catch{return!1}}class h{constructor(){this._cachedCanUseEval=null}_canUseEval(e){return this._cachedCanUseEval===null&&(this._cachedCanUseEval=p(e)),this._cachedCanUseEval}load(e,i,s,n){if(/^node\|/.test(i)){const l=e.getConfig().getOptionsLiteral(),d=c(e.getRecorder(),l.nodeRequire||u.global.nodeRequire),o=i.split("|");let _=null;try{_=d(o[1])}catch(f){n(f);return}e.enqueueDefineAnonymousModule([],function(){return _}),s()}else{const{trustedTypesPolicy:l}=e.getConfig().getOptionsLiteral();if(!(/^((http:)|(https:)|(file:))/.test(i)&&i.substring(0,self.origin.length)!==self.origin)&&this._canUseEval(e)){fetch(i).then(o=>{if(o.status!==200)throw new Error(o.statusText);return o.text()}).then(o=>{o=`${o}
|
package/dist/index.html
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
<meta name="description"
|
|
10
10
|
content="QuestDB live demo. Query three large datasets and more than 2 billion rows in milliseconds with SQL" />
|
|
11
11
|
<title>QuestDB · Console</title>
|
|
12
|
-
<script type="module" crossorigin src="./assets/index-
|
|
12
|
+
<script type="module" crossorigin src="./assets/index-DU6JLCfQ.js"></script>
|
|
13
13
|
<link rel="modulepreload" crossorigin href="./assets/vendor-DsPrTxrp.js">
|
|
14
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
|
14
|
+
<link rel="stylesheet" crossorigin href="./assets/index-Blrq3gwz.css">
|
|
15
15
|
</head>
|
|
16
16
|
|
|
17
17
|
<body class="mini-navbar pace-done">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@questdb/web-console",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"packageManager": "yarn@4.1.1",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"description": "QuestDB Web Console",
|
|
@@ -36,16 +36,17 @@
|
|
|
36
36
|
"@docsearch/css": "^3.5.2",
|
|
37
37
|
"@docsearch/react": "^3.5.2",
|
|
38
38
|
"@hookform/resolvers": "^5.2.2",
|
|
39
|
-
"@monaco-editor/react": "^4.
|
|
39
|
+
"@monaco-editor/react": "^4.7.0",
|
|
40
40
|
"@phosphor-icons/react": "^2.1.10",
|
|
41
41
|
"@popperjs/core": "2.4.2",
|
|
42
|
-
"@questdb/sql-grammar": "1.4.
|
|
42
|
+
"@questdb/sql-grammar": "1.4.2",
|
|
43
43
|
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
44
44
|
"@radix-ui/react-context-menu": "^2.2.16",
|
|
45
45
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
46
46
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
47
47
|
"@radix-ui/react-popover": "^1.1.0",
|
|
48
48
|
"@radix-ui/react-switch": "^1.2.6",
|
|
49
|
+
"@radix-ui/react-tooltip": "^1.2.8",
|
|
49
50
|
"@styled-icons/bootstrap": "10.47.0",
|
|
50
51
|
"@styled-icons/boxicons-logos": "10.47.0",
|
|
51
52
|
"@styled-icons/boxicons-regular": "10.47.0",
|
|
@@ -65,6 +66,7 @@
|
|
|
65
66
|
"core-js": "^3.22.8",
|
|
66
67
|
"date-fns": "4.1.0",
|
|
67
68
|
"dexie": "^4.0.11",
|
|
69
|
+
"dexie-export-import": "^4.1.4",
|
|
68
70
|
"dexie-react-hooks": "^4.2.0",
|
|
69
71
|
"dotenv": "^10.0.0",
|
|
70
72
|
"draggabilly": "^3.0.0",
|
|
@@ -79,7 +81,7 @@
|
|
|
79
81
|
"js-tiktoken": "^1.0.21",
|
|
80
82
|
"lodash.isequal": "^4.5.0",
|
|
81
83
|
"lodash.merge": "^4.6.2",
|
|
82
|
-
"monaco-editor": "^0.
|
|
84
|
+
"monaco-editor": "^0.52.2",
|
|
83
85
|
"openai": "^5.21.0",
|
|
84
86
|
"posthog-js": "1.298.1",
|
|
85
87
|
"ramda": "0.27.1",
|
|
@@ -166,7 +168,7 @@
|
|
|
166
168
|
"@types/react": "17.0.2",
|
|
167
169
|
"react": "17.0.2",
|
|
168
170
|
"react-dom": "17.0.2",
|
|
169
|
-
"@monaco-editor/loader": "1.
|
|
171
|
+
"@monaco-editor/loader": "1.5.0"
|
|
170
172
|
},
|
|
171
173
|
"bundlewatch": {
|
|
172
174
|
"files": [
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path id="Vector" d="M0.75 9C0.948912 9 1.13968 8.92098 1.28033 8.78033C1.42098 8.63968 1.5 8.44891 1.5 8.25V1.5H9.75V6C9.75 6.19891 9.82902 6.38968 9.96967 6.53033C10.1103 6.67098 10.3011 6.75 10.5 6.75H15V8.25C15 8.44891 15.079 8.63968 15.2197 8.78033C15.3603 8.92098 15.5511 9 15.75 9C15.9489 9 16.1397 8.92098 16.2803 8.78033C16.421 8.63968 16.5 8.44891 16.5 8.25V6C16.5001 5.90148 16.4807 5.80391 16.4431 5.71286C16.4055 5.62182 16.3503 5.53908 16.2806 5.46938L11.0306 0.219375C10.9609 0.149749 10.8782 0.094539 10.7871 0.0568979C10.6961 0.0192569 10.5985 -7.72394e-05 10.5 2.31899e-07H1.5C1.10218 2.31899e-07 0.720644 0.158035 0.43934 0.43934C0.158035 0.720645 0 1.10218 0 1.5V8.25C0 8.44891 0.0790178 8.63968 0.21967 8.78033C0.360322 8.92098 0.551088 9 0.75 9ZM11.25 2.56031L13.9397 5.25H11.25V2.56031ZM17.625 17.25C17.625 17.4489 17.546 17.6397 17.4053 17.7803C17.2647 17.921 17.0739 18 16.875 18H14.25C14.0511 18 13.8603 17.921 13.7197 17.7803C13.579 17.6397 13.5 17.4489 13.5 17.25V12C13.5 11.8011 13.579 11.6103 13.7197 11.4697C13.8603 11.329 14.0511 11.25 14.25 11.25C14.4489 11.25 14.6397 11.329 14.7803 11.4697C14.921 11.6103 15 11.8011 15 12V16.5H16.875C17.0739 16.5 17.2647 16.579 17.4053 16.7197C17.546 16.8603 17.625 17.0511 17.625 17.25ZM4.85812 16.1541C4.82889 16.4409 4.73647 16.7177 4.5875 16.9646C4.43853 17.2115 4.23672 17.4223 3.99656 17.5819C3.51 17.9062 2.90625 18 2.35687 18C1.87774 17.9975 1.40085 17.9345 0.9375 17.8125C0.748201 17.7571 0.588364 17.6293 0.492608 17.4568C0.396852 17.2844 0.372886 17.0811 0.425902 16.8912C0.478917 16.7012 0.604645 16.5397 0.775855 16.4418C0.947064 16.3438 1.14997 16.3172 1.34062 16.3678C1.75125 16.4803 2.74219 16.6209 3.17344 16.3341C3.25687 16.2787 3.345 16.1916 3.37406 15.9656C3.40687 15.7153 3.3075 15.5813 2.17594 15.2541C1.29937 15.0009 -0.167813 14.5763 0.0196874 13.0875C0.0488699 12.8063 0.13959 12.5349 0.285409 12.2927C0.431228 12.0505 0.628573 11.8433 0.863437 11.6859C1.97344 10.9359 3.74344 11.3756 3.94125 11.4272C4.03654 11.4523 4.12595 11.4959 4.20438 11.5556C4.2828 11.6153 4.34871 11.6898 4.39833 11.775C4.44795 11.8601 4.48032 11.9542 4.49358 12.0518C4.50684 12.1495 4.50074 12.2488 4.47562 12.3441C4.45051 12.4394 4.40687 12.5288 4.3472 12.6072C4.28753 12.6856 4.213 12.7515 4.12786 12.8011C4.04272 12.8508 3.94864 12.8831 3.85099 12.8964C3.75334 12.9097 3.65404 12.9036 3.55875 12.8784C3.13781 12.7687 2.13187 12.6384 1.70062 12.9309C1.6441 12.9691 1.59756 13.0202 1.56493 13.0801C1.5323 13.14 1.51453 13.2068 1.51312 13.275C1.50187 13.3594 1.5 13.3763 1.61812 13.4531C1.83469 13.5928 2.22187 13.7044 2.59781 13.8131C3.51562 14.0784 5.06812 14.5312 4.85812 16.1541ZM11.5144 16.4569C11.8342 15.8995 12.0017 15.2677 12 14.625C12 12.7641 10.6547 11.25 9 11.25C7.34531 11.25 6 12.7641 6 14.625C6 16.4859 7.34531 18 9 18C9.52979 17.9981 10.0476 17.8424 10.4906 17.5519L10.7194 17.7806C10.8601 17.9212 11.0509 18.0002 11.2499 18.0001C11.4488 18 11.6395 17.9209 11.7802 17.7802C11.9208 17.6394 11.9997 17.4486 11.9996 17.2497C11.9995 17.0507 11.9204 16.86 11.7797 16.7194L11.5144 16.4569ZM9 16.5C8.17313 16.5 7.5 15.6562 7.5 14.625C7.5 13.5938 8.17313 12.75 9 12.75C9.82687 12.75 10.5 13.5938 10.5 14.625C10.5001 14.864 10.4628 15.1016 10.3894 15.3291L10.2797 15.2194C10.21 15.1498 10.1273 15.0945 10.0363 15.0569C9.94525 15.0192 9.8477 14.9999 9.7492 14.9999C9.55027 15 9.35951 15.0791 9.21891 15.2198C9.0783 15.3606 8.99936 15.5514 8.99944 15.7503C8.99953 15.9493 9.07864 16.14 9.21937 16.2806L9.37688 16.4372C9.25536 16.4779 9.12816 16.4991 9 16.5Z" fill="var(--fill-0, #D14671)"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 20 13" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path id="Vector" d="M0 4.5C0 4.30109 0.0790176 4.11032 0.21967 3.96967C0.360322 3.82902 0.551088 3.75 0.75 3.75H8.25C8.44891 3.75 8.63968 3.82902 8.78033 3.96967C8.92098 4.11032 9 4.30109 9 4.5C9 4.69891 8.92098 4.88968 8.78033 5.03033C8.63968 5.17098 8.44891 5.25 8.25 5.25H0.75C0.551088 5.25 0.360322 5.17098 0.21967 5.03033C0.0790176 4.88968 0 4.69891 0 4.5ZM18.75 3.75H11.25C11.0511 3.75 10.8603 3.82902 10.7197 3.96967C10.579 4.11032 10.5 4.30109 10.5 4.5C10.5 4.69891 10.579 4.88968 10.7197 5.03033C10.8603 5.17098 11.0511 5.25 11.25 5.25H18.75C18.9489 5.25 19.1397 5.17098 19.2803 5.03033C19.421 4.88968 19.5 4.69891 19.5 4.5C19.5 4.30109 19.421 4.11032 19.2803 3.96967C19.1397 3.82902 18.9489 3.75 18.75 3.75ZM4.5 7.5H0.75C0.551088 7.5 0.360322 7.57902 0.21967 7.71967C0.0790176 7.86032 0 8.05109 0 8.25C0 8.44891 0.0790176 8.63968 0.21967 8.78033C0.360322 8.92098 0.551088 9 0.75 9H4.5C4.69891 9 4.88968 8.92098 5.03033 8.78033C5.17098 8.63968 5.25 8.44891 5.25 8.25C5.25 8.05109 5.17098 7.86032 5.03033 7.71967C4.88968 7.57902 4.69891 7.5 4.5 7.5ZM18.75 7.5H15C14.8011 7.5 14.6103 7.57902 14.4697 7.71967C14.329 7.86032 14.25 8.05109 14.25 8.25C14.25 8.44891 14.329 8.63968 14.4697 8.78033C14.6103 8.92098 14.8011 9 15 9H18.75C18.9489 9 19.1397 8.92098 19.2803 8.78033C19.421 8.63968 19.5 8.44891 19.5 8.25C19.5 8.05109 19.421 7.86032 19.2803 7.71967C19.1397 7.57902 18.9489 7.5 18.75 7.5ZM6.75 8.25C6.75 8.44891 6.82902 8.63968 6.96967 8.78033C7.11032 8.92098 7.30109 9 7.5 9H12C12.1989 9 12.3897 8.92098 12.5303 8.78033C12.671 8.63968 12.75 8.44891 12.75 8.25C12.75 8.05109 12.671 7.86032 12.5303 7.71967C12.3897 7.57902 12.1989 7.5 12 7.5H7.5C7.30109 7.5 7.11032 7.57902 6.96967 7.71967C6.82902 7.86032 6.75 8.05109 6.75 8.25ZM3 11.25H0.75C0.551088 11.25 0.360322 11.329 0.21967 11.4697C0.0790176 11.6103 0 11.8011 0 12C0 12.1989 0.0790176 12.3897 0.21967 12.5303C0.360322 12.671 0.551088 12.75 0.75 12.75H3C3.19891 12.75 3.38968 12.671 3.53033 12.5303C3.67098 12.3897 3.75 12.1989 3.75 12C3.75 11.8011 3.67098 11.6103 3.53033 11.4697C3.38968 11.329 3.19891 11.25 3 11.25ZM8.25 11.25H6C5.80109 11.25 5.61032 11.329 5.46967 11.4697C5.32902 11.6103 5.25 11.8011 5.25 12C5.25 12.1989 5.32902 12.3897 5.46967 12.5303C5.61032 12.671 5.80109 12.75 6 12.75H8.25C8.44891 12.75 8.63968 12.671 8.78033 12.5303C8.92098 12.3897 9 12.1989 9 12C9 11.8011 8.92098 11.6103 8.78033 11.4697C8.63968 11.329 8.44891 11.25 8.25 11.25ZM13.5 11.25H11.25C11.0511 11.25 10.8603 11.329 10.7197 11.4697C10.579 11.6103 10.5 11.8011 10.5 12C10.5 12.1989 10.579 12.3897 10.7197 12.5303C10.8603 12.671 11.0511 12.75 11.25 12.75H13.5C13.6989 12.75 13.8897 12.671 14.0303 12.5303C14.171 12.3897 14.25 12.1989 14.25 12C14.25 11.8011 14.171 11.6103 14.0303 11.4697C13.8897 11.329 13.6989 11.25 13.5 11.25ZM18.75 11.25H16.5C16.3011 11.25 16.1103 11.329 15.9697 11.4697C15.829 11.6103 15.75 11.8011 15.75 12C15.75 12.1989 15.829 12.3897 15.9697 12.5303C16.1103 12.671 16.3011 12.75 16.5 12.75H18.75C18.9489 12.75 19.1397 12.671 19.2803 12.5303C19.421 12.3897 19.5 12.1989 19.5 12C19.5 11.8011 19.421 11.6103 19.2803 11.4697C19.1397 11.329 18.9489 11.25 18.75 11.25ZM0.75 1.5H18.75C18.9489 1.5 19.1397 1.42098 19.2803 1.28033C19.421 1.13968 19.5 0.948912 19.5 0.75C19.5 0.551088 19.421 0.360322 19.2803 0.21967C19.1397 0.0790178 18.9489 0 18.75 0H0.75C0.551088 0 0.360322 0.0790178 0.21967 0.21967C0.0790176 0.360322 0 0.551088 0 0.75C0 0.948912 0.0790176 1.13968 0.21967 1.28033C0.360322 1.42098 0.551088 1.5 0.75 1.5Z" fill="var(--fill-0, #D14671)"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path id="Vector" d="M8.25001 11.2485C8.0511 11.2485 7.86033 11.3275 7.71968 11.4682C7.57903 11.6088 7.50001 11.7996 7.50001 11.9985V14.6882L3.96938 11.1547C3.82945 11.0147 3.7506 10.8249 3.75001 10.6269V5.90474C4.457 5.72219 5.07315 5.28807 5.48296 4.68373C5.89277 4.0794 6.0681 3.34635 5.9761 2.62199C5.88409 1.89763 5.53106 1.23169 4.98318 0.748996C4.4353 0.266305 3.73019 0 3.00001 0C2.26983 0 1.56471 0.266305 1.01683 0.748996C0.468953 1.23169 0.115924 1.89763 0.0239182 2.62199C-0.0680876 3.34635 0.107247 4.0794 0.517056 4.68373C0.926865 5.28807 1.54301 5.72219 2.25001 5.90474V10.6279C2.24851 10.9237 2.30574 11.2169 2.41839 11.4905C2.53104 11.7641 2.69687 12.0126 2.90626 12.2216L6.4397 15.7485H3.75001C3.5511 15.7485 3.36033 15.8275 3.21968 15.9682C3.07903 16.1088 3.00001 16.2996 3.00001 16.4985C3.00001 16.6974 3.07903 16.8882 3.21968 17.0288C3.36033 17.1695 3.5511 17.2485 3.75001 17.2485H8.25001C8.44892 17.2485 8.63969 17.1695 8.78034 17.0288C8.92099 16.8882 9.00001 16.6974 9.00001 16.4985V11.9985C9.00001 11.7996 8.92099 11.6088 8.78034 11.4682C8.63969 11.3275 8.44892 11.2485 8.25001 11.2485ZM1.50001 2.99849C1.50001 2.70182 1.58798 2.41181 1.7528 2.16513C1.91763 1.91846 2.15189 1.7262 2.42598 1.61267C2.70007 1.49914 3.00167 1.46943 3.29264 1.52731C3.58361 1.58519 3.85089 1.72805 4.06067 1.93783C4.27045 2.14761 4.41331 2.41488 4.47119 2.70585C4.52906 2.99682 4.49936 3.29842 4.38583 3.57251C4.2723 3.8466 4.08004 4.08087 3.83336 4.24569C3.58669 4.41051 3.29668 4.49849 3.00001 4.49849C2.60218 4.49849 2.22065 4.34045 1.93935 4.05915C1.65804 3.77784 1.50001 3.39631 1.50001 2.99849ZM17.25 12.0922V7.37005C17.2515 7.07419 17.1943 6.78098 17.0816 6.5074C16.969 6.23382 16.8031 5.98532 16.5938 5.7763L13.0603 2.24849H15.75C15.9489 2.24849 16.1397 2.16947 16.2803 2.02882C16.421 1.88817 16.5 1.6974 16.5 1.49849C16.5 1.29958 16.421 1.10881 16.2803 0.968158C16.1397 0.827505 15.9489 0.748488 15.75 0.748488H11.25C11.0511 0.748488 10.8603 0.827505 10.7197 0.968158C10.579 1.10881 10.5 1.29958 10.5 1.49849V5.99849C10.5 6.1974 10.579 6.38816 10.7197 6.52882C10.8603 6.66947 11.0511 6.74849 11.25 6.74849C11.4489 6.74849 11.6397 6.66947 11.7803 6.52882C11.921 6.38816 12 6.1974 12 5.99849V3.3088L15.5306 6.84224C15.6003 6.91194 15.6555 6.99468 15.6931 7.08572C15.7308 7.17677 15.7501 7.27434 15.75 7.37286V12.0922C15.043 12.2748 14.4269 12.7089 14.0171 13.3132C13.6072 13.9176 13.4319 14.6506 13.5239 15.375C13.6159 16.0993 13.969 16.7653 14.5168 17.248C15.0647 17.7307 15.7698 17.997 16.5 17.997C17.2302 17.997 17.9353 17.7307 18.4832 17.248C19.0311 16.7653 19.3841 16.0993 19.4761 15.375C19.5681 14.6506 19.3928 13.9176 18.983 13.3132C18.5732 12.7089 17.957 12.2748 17.25 12.0922ZM16.5 16.4985C16.2033 16.4985 15.9133 16.4105 15.6667 16.2457C15.42 16.0809 15.2277 15.8466 15.1142 15.5725C15.0007 15.2984 14.971 14.9968 15.0288 14.7059C15.0867 14.4149 15.2296 14.1476 15.4393 13.9378C15.6491 13.728 15.9164 13.5852 16.2074 13.5273C16.4983 13.4694 16.7999 13.4991 17.074 13.6127C17.3481 13.7262 17.5824 13.9185 17.7472 14.1651C17.912 14.4118 18 14.7018 18 14.9985C18 15.3963 17.842 15.7778 17.5607 16.0591C17.2794 16.3405 16.8978 16.4985 16.5 16.4985Z" fill="var(--fill-0, #D14671)"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path id="Vector" d="M16.5 6.75H1.5C1.10218 6.75 0.720644 6.90804 0.43934 7.18934C0.158035 7.47064 0 7.85218 0 8.25V10.5C0 10.8978 0.158035 11.2794 0.43934 11.5607C0.720644 11.842 1.10218 12 1.5 12H16.5C16.8978 12 17.2794 11.842 17.5607 11.5607C17.842 11.2794 18 10.8978 18 10.5V8.25C18 7.85218 17.842 7.47064 17.5607 7.18934C17.2794 6.90804 16.8978 6.75 16.5 6.75ZM16.5 10.5H1.5V8.25H16.5V10.5ZM16.5 0H1.5C1.10218 0 0.720644 0.158035 0.43934 0.43934C0.158035 0.720644 0 1.10218 0 1.5V3.75C0 4.14782 0.158035 4.52936 0.43934 4.81066C0.720644 5.09196 1.10218 5.25 1.5 5.25H16.5C16.8978 5.25 17.2794 5.09196 17.5607 4.81066C17.842 4.52936 18 4.14782 18 3.75V1.5C18 1.10218 17.842 0.720644 17.5607 0.43934C17.2794 0.158035 16.8978 0 16.5 0ZM16.5 3.75H1.5V1.5H16.5V3.75ZM12 16.5C12 16.6989 11.921 16.8897 11.7803 17.0303C11.6397 17.171 11.4489 17.25 11.25 17.25H9.75V18.75C9.75 18.9489 9.67098 19.1397 9.53033 19.2803C9.38968 19.421 9.19891 19.5 9 19.5C8.80109 19.5 8.61032 19.421 8.46967 19.2803C8.32902 19.1397 8.25 18.9489 8.25 18.75V17.25H6.75C6.55109 17.25 6.36032 17.171 6.21967 17.0303C6.07902 16.8897 6 16.6989 6 16.5C6 16.3011 6.07902 16.1103 6.21967 15.9697C6.36032 15.829 6.55109 15.75 6.75 15.75H8.25V14.25C8.25 14.0511 8.32902 13.8603 8.46967 13.7197C8.61032 13.579 8.80109 13.5 9 13.5C9.19891 13.5 9.38968 13.579 9.53033 13.7197C9.67098 13.8603 9.75 14.0511 9.75 14.25V15.75H11.25C11.4489 15.75 11.6397 15.829 11.7803 15.9697C11.921 16.1103 12 16.3011 12 16.5Z" fill="var(--fill-0, #D14671)"/>
|
|
3
|
-
</svg>
|