@onbeam/icons 1.1.8 → 1.1.10
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/chunk-365U662B.js +10 -0
- package/dist/chunk-365U662B.js.map +1 -0
- package/dist/chunk-3IVJIWA6.mjs +3 -0
- package/dist/chunk-4RA67FKL.mjs +8 -0
- package/dist/chunk-4RA67FKL.mjs.map +1 -0
- package/dist/chunk-5HRQHW4X.js +10 -0
- package/dist/chunk-5HRQHW4X.js.map +1 -0
- package/dist/chunk-EJ7APO2X.js +10 -0
- package/dist/chunk-EJ7APO2X.js.map +1 -0
- package/dist/{chunk-EBMLBWOI.js → chunk-JVNZAIRE.js} +1 -1
- package/dist/chunk-KISTKXNY.mjs +8 -0
- package/dist/chunk-KISTKXNY.mjs.map +1 -0
- package/dist/chunk-QJJEQTRX.mjs +8 -0
- package/dist/chunk-QJJEQTRX.mjs.map +1 -0
- package/dist/index.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +54 -39
- package/dist/index.mjs +14 -11
- package/dist/ui/Calendar.d.mts +6 -0
- package/dist/ui/Calendar.d.ts +6 -0
- package/dist/ui/Calendar.js +9 -0
- package/dist/ui/Calendar.js.map +1 -0
- package/dist/ui/Calendar.mjs +3 -0
- package/dist/ui/Calendar.mjs.map +1 -0
- package/dist/ui/Clock.d.mts +6 -0
- package/dist/ui/Clock.d.ts +6 -0
- package/dist/ui/Clock.js +9 -0
- package/dist/ui/Clock.js.map +1 -0
- package/dist/ui/Clock.mjs +3 -0
- package/dist/ui/Clock.mjs.map +1 -0
- package/dist/ui/Link.d.mts +6 -0
- package/dist/ui/Link.d.ts +6 -0
- package/dist/ui/Link.js +9 -0
- package/dist/ui/Link.js.map +1 -0
- package/dist/ui/Link.mjs +3 -0
- package/dist/ui/Link.mjs.map +1 -0
- package/dist/ui/index.d.mts +3 -0
- package/dist/ui/index.d.ts +3 -0
- package/dist/ui/index.js +54 -39
- package/dist/ui/index.mjs +14 -11
- package/package.json +1 -1
- package/dist/chunk-7324EBFY.mjs +0 -3
- /package/dist/{chunk-7324EBFY.mjs.map → chunk-3IVJIWA6.mjs.map} +0 -0
- /package/dist/{chunk-EBMLBWOI.js.map → chunk-JVNZAIRE.js.map} +0 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var react = require('react');
|
|
4
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
5
|
+
|
|
6
|
+
var i=react.forwardRef((e,t,r=24,n=24)=>jsxRuntime.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:r,width:n,ref:t,...e,children:jsxRuntime.jsx("path",{stroke:"#F1F1F1",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M16.75 13.25L18 12a4.243 4.243 0 10-6-6l-1.25 1.25m-3.5 3.5L6 12a4.243 4.243 0 106 6l1.25-1.25m1-7l-4.5 4.5"})})),p=i;
|
|
7
|
+
|
|
8
|
+
exports.a = p;
|
|
9
|
+
//# sourceMappingURL=out.js.map
|
|
10
|
+
//# sourceMappingURL=chunk-365U662B.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../generated/ui/Link.tsx"],"names":["forwardRef","jsx","LinkIcon","props","svgRef","height","width","Link_default"],"mappings":"AAAA,OAAS,cAAAA,MAA4B,QAY/B,cAAAC,MAAA,oBAXN,IAAMC,EAAWF,EACf,CAACG,EAAOC,EAAQC,EAAS,GAAIC,EAAQ,KACnCL,EAAC,OACC,MAAM,6BACN,KAAK,OACL,QAAQ,YACR,OAAQI,EACR,MAAOC,EACP,IAAKF,EACJ,GAAGD,EAEJ,SAAAF,EAAC,QACC,OAAO,UACP,cAAc,QACd,eAAe,QACf,YAAa,IACb,EAAE,8GACJ,EACF,CAEJ,EACOM,EAAQL","sourcesContent":["import { forwardRef, SVGProps } from 'react';\nconst LinkIcon = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(\n (props, svgRef, height = 24, width = 24) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"none\"\n viewBox=\"0 0 24 24\"\n height={height}\n width={width}\n ref={svgRef}\n {...props}\n >\n <path\n stroke=\"#F1F1F1\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={1.5}\n d=\"M16.75 13.25L18 12a4.243 4.243 0 10-6-6l-1.25 1.25m-3.5 3.5L6 12a4.243 4.243 0 106 6l1.25-1.25m1-7l-4.5 4.5\"\n />\n </svg>\n ),\n);\nexport default LinkIcon;\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { forwardRef } from 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
4
|
+
var t=forwardRef((a,s,c=24,e=24)=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16",height:c,width:e,ref:s,...a,children:[jsx("mask",{id:"clock_svg__a",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse",children:jsx("path",{fill:"#D9D9D9",d:"M0 0h16v16H0z"})}),jsx("g",{mask:"url(#clock_svg__a)",children:jsx("path",{fill:"#6D6D6D",d:"M10.2 11.133l.933-.933-2.466-2.466V4.667H7.333v3.6l2.867 2.867zM8 14.668a6.492 6.492 0 01-2.6-.525 6.732 6.732 0 01-2.117-1.425A6.732 6.732 0 011.858 10.6 6.492 6.492 0 011.333 8c0-.922.175-1.789.525-2.6a6.732 6.732 0 011.425-2.117c.6-.6 1.306-1.075 2.117-1.424A6.492 6.492 0 018 1.333c.922 0 1.789.175 2.6.526.811.35 1.517.825 2.117 1.425A6.73 6.73 0 0114.142 5.4c.35.811.525 1.678.525 2.6 0 .922-.175 1.789-.525 2.6a6.732 6.732 0 01-1.425 2.117c-.6.6-1.306 1.075-2.117 1.425a6.492 6.492 0 01-2.6.525zm0-1.333c1.478 0 2.736-.52 3.775-1.559 1.039-1.039 1.558-2.297 1.558-3.775 0-1.478-.52-2.736-1.558-3.775C10.736 3.186 9.478 2.667 8 2.667c-1.478 0-2.736.52-3.775 1.558C3.186 5.265 2.667 6.522 2.667 8c0 1.478.52 2.736 1.558 3.775 1.039 1.04 2.297 1.559 3.775 1.559z"})})]})),m=t;
|
|
5
|
+
|
|
6
|
+
export { m as a };
|
|
7
|
+
//# sourceMappingURL=out.js.map
|
|
8
|
+
//# sourceMappingURL=chunk-4RA67FKL.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../generated/ui/Clock.tsx"],"names":["forwardRef","jsx","jsxs","ClockIcon","props","svgRef","height","width","Clock_default"],"mappings":"AAAA,OAAS,cAAAA,MAA4B,QAGjC,OAoBI,OAAAC,EApBJ,QAAAC,MAAA,oBAFJ,IAAMC,EAAYH,EAChB,CAACI,EAAOC,EAAQC,EAAS,GAAIC,EAAQ,KACnCL,EAAC,OACC,MAAM,6BACN,KAAK,OACL,QAAQ,YACR,OAAQI,EACR,MAAOC,EACP,IAAKF,EACJ,GAAGD,EAEJ,UAAAH,EAAC,QACC,GAAG,eACH,MAAO,CACL,SAAU,OACZ,EACA,MAAO,GACP,OAAQ,GACR,EAAG,EACH,EAAG,EACH,UAAU,iBAEV,SAAAA,EAAC,QAAK,KAAK,UAAU,EAAE,gBAAgB,EACzC,EACAA,EAAC,KAAE,KAAK,qBACN,SAAAA,EAAC,QACC,KAAK,UACL,EAAE,iwBACJ,EACF,GACF,CAEJ,EACOO,EAAQL","sourcesContent":["import { forwardRef, SVGProps } from 'react';\nconst ClockIcon = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(\n (props, svgRef, height = 24, width = 24) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"none\"\n viewBox=\"0 0 16 16\"\n height={height}\n width={width}\n ref={svgRef}\n {...props}\n >\n <mask\n id=\"clock_svg__a\"\n style={{\n maskType: 'alpha',\n }}\n width={16}\n height={16}\n x={0}\n y={0}\n maskUnits=\"userSpaceOnUse\"\n >\n <path fill=\"#D9D9D9\" d=\"M0 0h16v16H0z\" />\n </mask>\n <g mask=\"url(#clock_svg__a)\">\n <path\n fill=\"#6D6D6D\"\n d=\"M10.2 11.133l.933-.933-2.466-2.466V4.667H7.333v3.6l2.867 2.867zM8 14.668a6.492 6.492 0 01-2.6-.525 6.732 6.732 0 01-2.117-1.425A6.732 6.732 0 011.858 10.6 6.492 6.492 0 011.333 8c0-.922.175-1.789.525-2.6a6.732 6.732 0 011.425-2.117c.6-.6 1.306-1.075 2.117-1.424A6.492 6.492 0 018 1.333c.922 0 1.789.175 2.6.526.811.35 1.517.825 2.117 1.425A6.73 6.73 0 0114.142 5.4c.35.811.525 1.678.525 2.6 0 .922-.175 1.789-.525 2.6a6.732 6.732 0 01-1.425 2.117c-.6.6-1.306 1.075-2.117 1.425a6.492 6.492 0 01-2.6.525zm0-1.333c1.478 0 2.736-.52 3.775-1.559 1.039-1.039 1.558-2.297 1.558-3.775 0-1.478-.52-2.736-1.558-3.775C10.736 3.186 9.478 2.667 8 2.667c-1.478 0-2.736.52-3.775 1.558C3.186 5.265 2.667 6.522 2.667 8c0 1.478.52 2.736 1.558 3.775 1.039 1.04 2.297 1.559 3.775 1.559z\"\n />\n </g>\n </svg>\n ),\n);\nexport default ClockIcon;\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var react = require('react');
|
|
4
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
5
|
+
|
|
6
|
+
var m=react.forwardRef((c,e,s=24,h=24)=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16",height:s,width:h,ref:e,...c,children:[jsxRuntime.jsx("mask",{id:"calendar_svg__a",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse",children:jsxRuntime.jsx("path",{fill:"#D9D9D9",d:"M0 0h16v16H0z"})}),jsxRuntime.jsx("g",{mask:"url(#calendar_svg__a)",children:jsxRuntime.jsx("path",{fill:"#6D6D6D",d:"M3.333 14.667c-.366 0-.68-.13-.941-.392A1.284 1.284 0 012 13.334V4c0-.366.13-.68.392-.942.26-.26.575-.391.941-.391H4V1.334h1.333v1.333h5.334V1.334H12v1.333h.667c.366 0 .68.13.941.392.261.26.392.575.392.941v9.334c0 .366-.13.68-.392.941a1.284 1.284 0 01-.941.392H3.333zm0-1.333h9.334V6.667H3.333v6.667zm0-8h9.334V4H3.333v1.333zm4.667 4a.645.645 0 01-.475-.192.645.645 0 01-.192-.475c0-.19.064-.347.192-.475A.645.645 0 018 8c.189 0 .347.064.475.192a.645.645 0 01.192.475.645.645 0 01-.192.475.645.645 0 01-.475.192zm-2.667 0a.645.645 0 01-.475-.192.645.645 0 01-.191-.475c0-.19.064-.347.191-.475A.645.645 0 015.333 8c.19 0 .348.064.475.192A.645.645 0 016 8.667a.645.645 0 01-.192.475.645.645 0 01-.475.192zm5.334 0a.645.645 0 01-.475-.192.645.645 0 01-.192-.475c0-.19.064-.347.192-.475A.645.645 0 0110.667 8c.189 0 .347.064.475.192a.645.645 0 01.191.475.645.645 0 01-.191.475.645.645 0 01-.475.192zM8 12a.645.645 0 01-.475-.191.645.645 0 01-.192-.475c0-.19.064-.348.192-.476A.645.645 0 018 10.667c.189 0 .347.064.475.191a.645.645 0 01.192.476.645.645 0 01-.192.475A.645.645 0 018 12zm-2.667 0a.645.645 0 01-.475-.191.645.645 0 01-.191-.475c0-.19.064-.348.191-.476a.645.645 0 01.475-.191c.19 0 .348.064.475.191a.645.645 0 01.192.476.645.645 0 01-.192.475.645.645 0 01-.475.191zm5.334 0a.645.645 0 01-.475-.191.645.645 0 01-.192-.475c0-.19.064-.348.192-.476a.645.645 0 01.475-.191c.189 0 .347.064.475.191a.645.645 0 01.191.476.645.645 0 01-.191.475.645.645 0 01-.475.191z"})})]})),n=m;
|
|
7
|
+
|
|
8
|
+
exports.a = n;
|
|
9
|
+
//# sourceMappingURL=out.js.map
|
|
10
|
+
//# sourceMappingURL=chunk-5HRQHW4X.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../generated/ui/Calendar.tsx"],"names":["forwardRef","jsx","jsxs","CalendarIcon","props","svgRef","height","width","Calendar_default"],"mappings":"AAAA,OAAS,cAAAA,MAA4B,QAGjC,OAoBI,OAAAC,EApBJ,QAAAC,MAAA,oBAFJ,IAAMC,EAAeH,EACnB,CAACI,EAAOC,EAAQC,EAAS,GAAIC,EAAQ,KACnCL,EAAC,OACC,MAAM,6BACN,KAAK,OACL,QAAQ,YACR,OAAQI,EACR,MAAOC,EACP,IAAKF,EACJ,GAAGD,EAEJ,UAAAH,EAAC,QACC,GAAG,kBACH,MAAO,CACL,SAAU,OACZ,EACA,MAAO,GACP,OAAQ,GACR,EAAG,EACH,EAAG,EACH,UAAU,iBAEV,SAAAA,EAAC,QAAK,KAAK,UAAU,EAAE,gBAAgB,EACzC,EACAA,EAAC,KAAE,KAAK,wBACN,SAAAA,EAAC,QACC,KAAK,UACL,EAAE,67CACJ,EACF,GACF,CAEJ,EACOO,EAAQL","sourcesContent":["import { forwardRef, SVGProps } from 'react';\nconst CalendarIcon = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(\n (props, svgRef, height = 24, width = 24) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"none\"\n viewBox=\"0 0 16 16\"\n height={height}\n width={width}\n ref={svgRef}\n {...props}\n >\n <mask\n id=\"calendar_svg__a\"\n style={{\n maskType: 'alpha',\n }}\n width={16}\n height={16}\n x={0}\n y={0}\n maskUnits=\"userSpaceOnUse\"\n >\n <path fill=\"#D9D9D9\" d=\"M0 0h16v16H0z\" />\n </mask>\n <g mask=\"url(#calendar_svg__a)\">\n <path\n fill=\"#6D6D6D\"\n d=\"M3.333 14.667c-.366 0-.68-.13-.941-.392A1.284 1.284 0 012 13.334V4c0-.366.13-.68.392-.942.26-.26.575-.391.941-.391H4V1.334h1.333v1.333h5.334V1.334H12v1.333h.667c.366 0 .68.13.941.392.261.26.392.575.392.941v9.334c0 .366-.13.68-.392.941a1.284 1.284 0 01-.941.392H3.333zm0-1.333h9.334V6.667H3.333v6.667zm0-8h9.334V4H3.333v1.333zm4.667 4a.645.645 0 01-.475-.192.645.645 0 01-.192-.475c0-.19.064-.347.192-.475A.645.645 0 018 8c.189 0 .347.064.475.192a.645.645 0 01.192.475.645.645 0 01-.192.475.645.645 0 01-.475.192zm-2.667 0a.645.645 0 01-.475-.192.645.645 0 01-.191-.475c0-.19.064-.347.191-.475A.645.645 0 015.333 8c.19 0 .348.064.475.192A.645.645 0 016 8.667a.645.645 0 01-.192.475.645.645 0 01-.475.192zm5.334 0a.645.645 0 01-.475-.192.645.645 0 01-.192-.475c0-.19.064-.347.192-.475A.645.645 0 0110.667 8c.189 0 .347.064.475.192a.645.645 0 01.191.475.645.645 0 01-.191.475.645.645 0 01-.475.192zM8 12a.645.645 0 01-.475-.191.645.645 0 01-.192-.475c0-.19.064-.348.192-.476A.645.645 0 018 10.667c.189 0 .347.064.475.191a.645.645 0 01.192.476.645.645 0 01-.192.475A.645.645 0 018 12zm-2.667 0a.645.645 0 01-.475-.191.645.645 0 01-.191-.475c0-.19.064-.348.191-.476a.645.645 0 01.475-.191c.19 0 .348.064.475.191a.645.645 0 01.192.476.645.645 0 01-.192.475.645.645 0 01-.475.191zm5.334 0a.645.645 0 01-.475-.191.645.645 0 01-.192-.475c0-.19.064-.348.192-.476a.645.645 0 01.475-.191c.189 0 .347.064.475.191a.645.645 0 01.191.476.645.645 0 01-.191.475.645.645 0 01-.475.191z\"\n />\n </g>\n </svg>\n ),\n);\nexport default CalendarIcon;\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var react = require('react');
|
|
4
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
5
|
+
|
|
6
|
+
var t=react.forwardRef((a,s,c=24,e=24)=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16",height:c,width:e,ref:s,...a,children:[jsxRuntime.jsx("mask",{id:"clock_svg__a",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse",children:jsxRuntime.jsx("path",{fill:"#D9D9D9",d:"M0 0h16v16H0z"})}),jsxRuntime.jsx("g",{mask:"url(#clock_svg__a)",children:jsxRuntime.jsx("path",{fill:"#6D6D6D",d:"M10.2 11.133l.933-.933-2.466-2.466V4.667H7.333v3.6l2.867 2.867zM8 14.668a6.492 6.492 0 01-2.6-.525 6.732 6.732 0 01-2.117-1.425A6.732 6.732 0 011.858 10.6 6.492 6.492 0 011.333 8c0-.922.175-1.789.525-2.6a6.732 6.732 0 011.425-2.117c.6-.6 1.306-1.075 2.117-1.424A6.492 6.492 0 018 1.333c.922 0 1.789.175 2.6.526.811.35 1.517.825 2.117 1.425A6.73 6.73 0 0114.142 5.4c.35.811.525 1.678.525 2.6 0 .922-.175 1.789-.525 2.6a6.732 6.732 0 01-1.425 2.117c-.6.6-1.306 1.075-2.117 1.425a6.492 6.492 0 01-2.6.525zm0-1.333c1.478 0 2.736-.52 3.775-1.559 1.039-1.039 1.558-2.297 1.558-3.775 0-1.478-.52-2.736-1.558-3.775C10.736 3.186 9.478 2.667 8 2.667c-1.478 0-2.736.52-3.775 1.558C3.186 5.265 2.667 6.522 2.667 8c0 1.478.52 2.736 1.558 3.775 1.039 1.04 2.297 1.559 3.775 1.559z"})})]})),m=t;
|
|
7
|
+
|
|
8
|
+
exports.a = m;
|
|
9
|
+
//# sourceMappingURL=out.js.map
|
|
10
|
+
//# sourceMappingURL=chunk-EJ7APO2X.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../generated/ui/Clock.tsx"],"names":["forwardRef","jsx","jsxs","ClockIcon","props","svgRef","height","width","Clock_default"],"mappings":"AAAA,OAAS,cAAAA,MAA4B,QAGjC,OAoBI,OAAAC,EApBJ,QAAAC,MAAA,oBAFJ,IAAMC,EAAYH,EAChB,CAACI,EAAOC,EAAQC,EAAS,GAAIC,EAAQ,KACnCL,EAAC,OACC,MAAM,6BACN,KAAK,OACL,QAAQ,YACR,OAAQI,EACR,MAAOC,EACP,IAAKF,EACJ,GAAGD,EAEJ,UAAAH,EAAC,QACC,GAAG,eACH,MAAO,CACL,SAAU,OACZ,EACA,MAAO,GACP,OAAQ,GACR,EAAG,EACH,EAAG,EACH,UAAU,iBAEV,SAAAA,EAAC,QAAK,KAAK,UAAU,EAAE,gBAAgB,EACzC,EACAA,EAAC,KAAE,KAAK,qBACN,SAAAA,EAAC,QACC,KAAK,UACL,EAAE,iwBACJ,EACF,GACF,CAEJ,EACOO,EAAQL","sourcesContent":["import { forwardRef, SVGProps } from 'react';\nconst ClockIcon = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(\n (props, svgRef, height = 24, width = 24) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"none\"\n viewBox=\"0 0 16 16\"\n height={height}\n width={width}\n ref={svgRef}\n {...props}\n >\n <mask\n id=\"clock_svg__a\"\n style={{\n maskType: 'alpha',\n }}\n width={16}\n height={16}\n x={0}\n y={0}\n maskUnits=\"userSpaceOnUse\"\n >\n <path fill=\"#D9D9D9\" d=\"M0 0h16v16H0z\" />\n </mask>\n <g mask=\"url(#clock_svg__a)\">\n <path\n fill=\"#6D6D6D\"\n d=\"M10.2 11.133l.933-.933-2.466-2.466V4.667H7.333v3.6l2.867 2.867zM8 14.668a6.492 6.492 0 01-2.6-.525 6.732 6.732 0 01-2.117-1.425A6.732 6.732 0 011.858 10.6 6.492 6.492 0 011.333 8c0-.922.175-1.789.525-2.6a6.732 6.732 0 011.425-2.117c.6-.6 1.306-1.075 2.117-1.424A6.492 6.492 0 018 1.333c.922 0 1.789.175 2.6.526.811.35 1.517.825 2.117 1.425A6.73 6.73 0 0114.142 5.4c.35.811.525 1.678.525 2.6 0 .922-.175 1.789-.525 2.6a6.732 6.732 0 01-1.425 2.117c-.6.6-1.306 1.075-2.117 1.425a6.492 6.492 0 01-2.6.525zm0-1.333c1.478 0 2.736-.52 3.775-1.559 1.039-1.039 1.558-2.297 1.558-3.775 0-1.478-.52-2.736-1.558-3.775C10.736 3.186 9.478 2.667 8 2.667c-1.478 0-2.736.52-3.775 1.558C3.186 5.265 2.667 6.522 2.667 8c0 1.478.52 2.736 1.558 3.775 1.039 1.04 2.297 1.559 3.775 1.559z\"\n />\n </g>\n </svg>\n ),\n);\nexport default ClockIcon;\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { forwardRef } from 'react';
|
|
2
|
+
import { jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
4
|
+
var i=forwardRef((e,t,r=24,n=24)=>jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:r,width:n,ref:t,...e,children:jsx("path",{stroke:"#F1F1F1",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M16.75 13.25L18 12a4.243 4.243 0 10-6-6l-1.25 1.25m-3.5 3.5L6 12a4.243 4.243 0 106 6l1.25-1.25m1-7l-4.5 4.5"})})),p=i;
|
|
5
|
+
|
|
6
|
+
export { p as a };
|
|
7
|
+
//# sourceMappingURL=out.js.map
|
|
8
|
+
//# sourceMappingURL=chunk-KISTKXNY.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../generated/ui/Link.tsx"],"names":["forwardRef","jsx","LinkIcon","props","svgRef","height","width","Link_default"],"mappings":"AAAA,OAAS,cAAAA,MAA4B,QAY/B,cAAAC,MAAA,oBAXN,IAAMC,EAAWF,EACf,CAACG,EAAOC,EAAQC,EAAS,GAAIC,EAAQ,KACnCL,EAAC,OACC,MAAM,6BACN,KAAK,OACL,QAAQ,YACR,OAAQI,EACR,MAAOC,EACP,IAAKF,EACJ,GAAGD,EAEJ,SAAAF,EAAC,QACC,OAAO,UACP,cAAc,QACd,eAAe,QACf,YAAa,IACb,EAAE,8GACJ,EACF,CAEJ,EACOM,EAAQL","sourcesContent":["import { forwardRef, SVGProps } from 'react';\nconst LinkIcon = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(\n (props, svgRef, height = 24, width = 24) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"none\"\n viewBox=\"0 0 24 24\"\n height={height}\n width={width}\n ref={svgRef}\n {...props}\n >\n <path\n stroke=\"#F1F1F1\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={1.5}\n d=\"M16.75 13.25L18 12a4.243 4.243 0 10-6-6l-1.25 1.25m-3.5 3.5L6 12a4.243 4.243 0 106 6l1.25-1.25m1-7l-4.5 4.5\"\n />\n </svg>\n ),\n);\nexport default LinkIcon;\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { forwardRef } from 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
4
|
+
var m=forwardRef((c,e,s=24,h=24)=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16",height:s,width:h,ref:e,...c,children:[jsx("mask",{id:"calendar_svg__a",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse",children:jsx("path",{fill:"#D9D9D9",d:"M0 0h16v16H0z"})}),jsx("g",{mask:"url(#calendar_svg__a)",children:jsx("path",{fill:"#6D6D6D",d:"M3.333 14.667c-.366 0-.68-.13-.941-.392A1.284 1.284 0 012 13.334V4c0-.366.13-.68.392-.942.26-.26.575-.391.941-.391H4V1.334h1.333v1.333h5.334V1.334H12v1.333h.667c.366 0 .68.13.941.392.261.26.392.575.392.941v9.334c0 .366-.13.68-.392.941a1.284 1.284 0 01-.941.392H3.333zm0-1.333h9.334V6.667H3.333v6.667zm0-8h9.334V4H3.333v1.333zm4.667 4a.645.645 0 01-.475-.192.645.645 0 01-.192-.475c0-.19.064-.347.192-.475A.645.645 0 018 8c.189 0 .347.064.475.192a.645.645 0 01.192.475.645.645 0 01-.192.475.645.645 0 01-.475.192zm-2.667 0a.645.645 0 01-.475-.192.645.645 0 01-.191-.475c0-.19.064-.347.191-.475A.645.645 0 015.333 8c.19 0 .348.064.475.192A.645.645 0 016 8.667a.645.645 0 01-.192.475.645.645 0 01-.475.192zm5.334 0a.645.645 0 01-.475-.192.645.645 0 01-.192-.475c0-.19.064-.347.192-.475A.645.645 0 0110.667 8c.189 0 .347.064.475.192a.645.645 0 01.191.475.645.645 0 01-.191.475.645.645 0 01-.475.192zM8 12a.645.645 0 01-.475-.191.645.645 0 01-.192-.475c0-.19.064-.348.192-.476A.645.645 0 018 10.667c.189 0 .347.064.475.191a.645.645 0 01.192.476.645.645 0 01-.192.475A.645.645 0 018 12zm-2.667 0a.645.645 0 01-.475-.191.645.645 0 01-.191-.475c0-.19.064-.348.191-.476a.645.645 0 01.475-.191c.19 0 .348.064.475.191a.645.645 0 01.192.476.645.645 0 01-.192.475.645.645 0 01-.475.191zm5.334 0a.645.645 0 01-.475-.191.645.645 0 01-.192-.475c0-.19.064-.348.192-.476a.645.645 0 01.475-.191c.189 0 .347.064.475.191a.645.645 0 01.191.476.645.645 0 01-.191.475.645.645 0 01-.475.191z"})})]})),n=m;
|
|
5
|
+
|
|
6
|
+
export { n as a };
|
|
7
|
+
//# sourceMappingURL=out.js.map
|
|
8
|
+
//# sourceMappingURL=chunk-QJJEQTRX.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../generated/ui/Calendar.tsx"],"names":["forwardRef","jsx","jsxs","CalendarIcon","props","svgRef","height","width","Calendar_default"],"mappings":"AAAA,OAAS,cAAAA,MAA4B,QAGjC,OAoBI,OAAAC,EApBJ,QAAAC,MAAA,oBAFJ,IAAMC,EAAeH,EACnB,CAACI,EAAOC,EAAQC,EAAS,GAAIC,EAAQ,KACnCL,EAAC,OACC,MAAM,6BACN,KAAK,OACL,QAAQ,YACR,OAAQI,EACR,MAAOC,EACP,IAAKF,EACJ,GAAGD,EAEJ,UAAAH,EAAC,QACC,GAAG,kBACH,MAAO,CACL,SAAU,OACZ,EACA,MAAO,GACP,OAAQ,GACR,EAAG,EACH,EAAG,EACH,UAAU,iBAEV,SAAAA,EAAC,QAAK,KAAK,UAAU,EAAE,gBAAgB,EACzC,EACAA,EAAC,KAAE,KAAK,wBACN,SAAAA,EAAC,QACC,KAAK,UACL,EAAE,67CACJ,EACF,GACF,CAEJ,EACOO,EAAQL","sourcesContent":["import { forwardRef, SVGProps } from 'react';\nconst CalendarIcon = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(\n (props, svgRef, height = 24, width = 24) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"none\"\n viewBox=\"0 0 16 16\"\n height={height}\n width={width}\n ref={svgRef}\n {...props}\n >\n <mask\n id=\"calendar_svg__a\"\n style={{\n maskType: 'alpha',\n }}\n width={16}\n height={16}\n x={0}\n y={0}\n maskUnits=\"userSpaceOnUse\"\n >\n <path fill=\"#D9D9D9\" d=\"M0 0h16v16H0z\" />\n </mask>\n <g mask=\"url(#calendar_svg__a)\">\n <path\n fill=\"#6D6D6D\"\n d=\"M3.333 14.667c-.366 0-.68-.13-.941-.392A1.284 1.284 0 012 13.334V4c0-.366.13-.68.392-.942.26-.26.575-.391.941-.391H4V1.334h1.333v1.333h5.334V1.334H12v1.333h.667c.366 0 .68.13.941.392.261.26.392.575.392.941v9.334c0 .366-.13.68-.392.941a1.284 1.284 0 01-.941.392H3.333zm0-1.333h9.334V6.667H3.333v6.667zm0-8h9.334V4H3.333v1.333zm4.667 4a.645.645 0 01-.475-.192.645.645 0 01-.192-.475c0-.19.064-.347.192-.475A.645.645 0 018 8c.189 0 .347.064.475.192a.645.645 0 01.192.475.645.645 0 01-.192.475.645.645 0 01-.475.192zm-2.667 0a.645.645 0 01-.475-.192.645.645 0 01-.191-.475c0-.19.064-.347.191-.475A.645.645 0 015.333 8c.19 0 .348.064.475.192A.645.645 0 016 8.667a.645.645 0 01-.192.475.645.645 0 01-.475.192zm5.334 0a.645.645 0 01-.475-.192.645.645 0 01-.192-.475c0-.19.064-.347.192-.475A.645.645 0 0110.667 8c.189 0 .347.064.475.192a.645.645 0 01.191.475.645.645 0 01-.191.475.645.645 0 01-.475.192zM8 12a.645.645 0 01-.475-.191.645.645 0 01-.192-.475c0-.19.064-.348.192-.476A.645.645 0 018 10.667c.189 0 .347.064.475.191a.645.645 0 01.192.476.645.645 0 01-.192.475A.645.645 0 018 12zm-2.667 0a.645.645 0 01-.475-.191.645.645 0 01-.191-.475c0-.19.064-.348.191-.476a.645.645 0 01.475-.191c.19 0 .348.064.475.191a.645.645 0 01.192.476.645.645 0 01-.192.475.645.645 0 01-.475.191zm5.334 0a.645.645 0 01-.475-.191.645.645 0 01-.192-.475c0-.19.064-.348.192-.476a.645.645 0 01.475-.191c.189 0 .347.064.475.191a.645.645 0 01.191.476.645.645 0 01-.191.475.645.645 0 01-.475.191z\"\n />\n </g>\n </svg>\n ),\n);\nexport default CalendarIcon;\n"]}
|
package/dist/index.d.mts
CHANGED
|
@@ -30,9 +30,12 @@ export { default as SuccessIcon } from './ui/Success.mjs';
|
|
|
30
30
|
export { default as SwapIcon } from './ui/Swap.mjs';
|
|
31
31
|
export { default as TooltipIcon } from './ui/Tooltip.mjs';
|
|
32
32
|
export { default as UploadIcon } from './ui/Upload.mjs';
|
|
33
|
+
export { default as CalendarIcon } from './ui/Calendar.mjs';
|
|
34
|
+
export { default as ClockIcon } from './ui/Clock.mjs';
|
|
33
35
|
export { default as CopyIcon } from './ui/Copy.mjs';
|
|
34
36
|
export { default as ForwardIcon } from './ui/Forward.mjs';
|
|
35
37
|
export { default as LedOutlineIcon } from './ui/LedOutline.mjs';
|
|
38
|
+
export { default as LinkIcon } from './ui/Link.mjs';
|
|
36
39
|
export { default as TooltipGreyIcon } from './ui/TooltipGrey.mjs';
|
|
37
40
|
export { default as UpIcon } from './ui/Up.mjs';
|
|
38
41
|
import 'react';
|
package/dist/index.d.ts
CHANGED
|
@@ -30,9 +30,12 @@ export { default as SuccessIcon } from './ui/Success.js';
|
|
|
30
30
|
export { default as SwapIcon } from './ui/Swap.js';
|
|
31
31
|
export { default as TooltipIcon } from './ui/Tooltip.js';
|
|
32
32
|
export { default as UploadIcon } from './ui/Upload.js';
|
|
33
|
+
export { default as CalendarIcon } from './ui/Calendar.js';
|
|
34
|
+
export { default as ClockIcon } from './ui/Clock.js';
|
|
33
35
|
export { default as CopyIcon } from './ui/Copy.js';
|
|
34
36
|
export { default as ForwardIcon } from './ui/Forward.js';
|
|
35
37
|
export { default as LedOutlineIcon } from './ui/LedOutline.js';
|
|
38
|
+
export { default as LinkIcon } from './ui/Link.js';
|
|
36
39
|
export { default as TooltipGreyIcon } from './ui/TooltipGrey.js';
|
|
37
40
|
export { default as UpIcon } from './ui/Up.js';
|
|
38
41
|
import 'react';
|
package/dist/index.js
CHANGED
|
@@ -1,37 +1,40 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./chunk-
|
|
3
|
+
require('./chunk-JVNZAIRE.js');
|
|
4
|
+
var chunkS6JSRIT5_js = require('./chunk-S6JSRIT5.js');
|
|
5
|
+
var chunk4UXDFSUG_js = require('./chunk-4UXDFSUG.js');
|
|
6
|
+
var chunkE62ZARA5_js = require('./chunk-E62ZARA5.js');
|
|
7
|
+
var chunkYF4B7EDD_js = require('./chunk-YF4B7EDD.js');
|
|
8
|
+
var chunkPHNCBRMO_js = require('./chunk-PHNCBRMO.js');
|
|
9
|
+
var chunk4IGD3PII_js = require('./chunk-4IGD3PII.js');
|
|
4
10
|
var chunkEBBXQU3A_js = require('./chunk-EBBXQU3A.js');
|
|
5
11
|
var chunkUG5LUKYE_js = require('./chunk-UG5LUKYE.js');
|
|
6
12
|
var chunkT7ZIXJJV_js = require('./chunk-T7ZIXJJV.js');
|
|
7
13
|
var chunkLWOYASTC_js = require('./chunk-LWOYASTC.js');
|
|
8
14
|
var chunkGIX75WSO_js = require('./chunk-GIX75WSO.js');
|
|
9
|
-
var
|
|
10
|
-
var
|
|
11
|
-
var chunkE62ZARA5_js = require('./chunk-E62ZARA5.js');
|
|
15
|
+
var chunkF6B5ETJG_js = require('./chunk-F6B5ETJG.js');
|
|
16
|
+
var chunkDH6ERBJV_js = require('./chunk-DH6ERBJV.js');
|
|
12
17
|
var chunk42KQRLD5_js = require('./chunk-42KQRLD5.js');
|
|
18
|
+
var chunk365U662B_js = require('./chunk-365U662B.js');
|
|
13
19
|
var chunkJQFQEERV_js = require('./chunk-JQFQEERV.js');
|
|
14
20
|
var chunk5FIEF5S5_js = require('./chunk-5FIEF5S5.js');
|
|
15
21
|
var chunkV7OF3WSH_js = require('./chunk-V7OF3WSH.js');
|
|
16
22
|
var chunkLP2IQOK4_js = require('./chunk-LP2IQOK4.js');
|
|
17
|
-
var
|
|
18
|
-
var
|
|
19
|
-
var chunk4IGD3PII_js = require('./chunk-4IGD3PII.js');
|
|
23
|
+
var chunkIEJF3AVQ_js = require('./chunk-IEJF3AVQ.js');
|
|
24
|
+
var chunk7CZKTHTQ_js = require('./chunk-7CZKTHTQ.js');
|
|
20
25
|
var chunkHDTUDOV3_js = require('./chunk-HDTUDOV3.js');
|
|
21
26
|
var chunkEBO7BHUJ_js = require('./chunk-EBO7BHUJ.js');
|
|
22
27
|
var chunkEE7EK5HO_js = require('./chunk-EE7EK5HO.js');
|
|
23
28
|
var chunkD2W56GMB_js = require('./chunk-D2W56GMB.js');
|
|
24
29
|
var chunkP5G4CLVK_js = require('./chunk-P5G4CLVK.js');
|
|
25
30
|
var chunkSYLYIQN3_js = require('./chunk-SYLYIQN3.js');
|
|
26
|
-
var chunkF6B5ETJG_js = require('./chunk-F6B5ETJG.js');
|
|
27
|
-
var chunkDH6ERBJV_js = require('./chunk-DH6ERBJV.js');
|
|
28
31
|
require('./chunk-R2CJRRP3.js');
|
|
29
32
|
var chunkGP4CRAI4_js = require('./chunk-GP4CRAI4.js');
|
|
30
33
|
var chunkIABNQY6J_js = require('./chunk-IABNQY6J.js');
|
|
31
34
|
var chunk5VPUU54I_js = require('./chunk-5VPUU54I.js');
|
|
32
35
|
var chunkSQIENVIR_js = require('./chunk-SQIENVIR.js');
|
|
33
|
-
var
|
|
34
|
-
var
|
|
36
|
+
var chunk5HRQHW4X_js = require('./chunk-5HRQHW4X.js');
|
|
37
|
+
var chunkEJ7APO2X_js = require('./chunk-EJ7APO2X.js');
|
|
35
38
|
require('./chunk-3QIRWRMB.js');
|
|
36
39
|
var chunkQX4KV7SO_js = require('./chunk-QX4KV7SO.js');
|
|
37
40
|
var chunk2KD2NUDB_js = require('./chunk-2KD2NUDB.js');
|
|
@@ -43,6 +46,30 @@ var chunkZFWYJWQP_js = require('./chunk-ZFWYJWQP.js');
|
|
|
43
46
|
|
|
44
47
|
|
|
45
48
|
|
|
49
|
+
Object.defineProperty(exports, "TooltipGreyIcon", {
|
|
50
|
+
enumerable: true,
|
|
51
|
+
get: function () { return chunkS6JSRIT5_js.a; }
|
|
52
|
+
});
|
|
53
|
+
Object.defineProperty(exports, "UpIcon", {
|
|
54
|
+
enumerable: true,
|
|
55
|
+
get: function () { return chunk4UXDFSUG_js.a; }
|
|
56
|
+
});
|
|
57
|
+
Object.defineProperty(exports, "UploadIcon", {
|
|
58
|
+
enumerable: true,
|
|
59
|
+
get: function () { return chunkE62ZARA5_js.a; }
|
|
60
|
+
});
|
|
61
|
+
Object.defineProperty(exports, "QrCodeIcon", {
|
|
62
|
+
enumerable: true,
|
|
63
|
+
get: function () { return chunkYF4B7EDD_js.a; }
|
|
64
|
+
});
|
|
65
|
+
Object.defineProperty(exports, "RefreshIcon", {
|
|
66
|
+
enumerable: true,
|
|
67
|
+
get: function () { return chunkPHNCBRMO_js.a; }
|
|
68
|
+
});
|
|
69
|
+
Object.defineProperty(exports, "SettingsIcon", {
|
|
70
|
+
enumerable: true,
|
|
71
|
+
get: function () { return chunk4IGD3PII_js.a; }
|
|
72
|
+
});
|
|
46
73
|
Object.defineProperty(exports, "SoundOffIcon", {
|
|
47
74
|
enumerable: true,
|
|
48
75
|
get: function () { return chunkEBBXQU3A_js.a; }
|
|
@@ -63,22 +90,22 @@ Object.defineProperty(exports, "TooltipIcon", {
|
|
|
63
90
|
enumerable: true,
|
|
64
91
|
get: function () { return chunkGIX75WSO_js.a; }
|
|
65
92
|
});
|
|
66
|
-
Object.defineProperty(exports, "
|
|
67
|
-
enumerable: true,
|
|
68
|
-
get: function () { return chunkS6JSRIT5_js.a; }
|
|
69
|
-
});
|
|
70
|
-
Object.defineProperty(exports, "UpIcon", {
|
|
93
|
+
Object.defineProperty(exports, "LedOffIcon", {
|
|
71
94
|
enumerable: true,
|
|
72
|
-
get: function () { return
|
|
95
|
+
get: function () { return chunkF6B5ETJG_js.a; }
|
|
73
96
|
});
|
|
74
|
-
Object.defineProperty(exports, "
|
|
97
|
+
Object.defineProperty(exports, "LedOnIcon", {
|
|
75
98
|
enumerable: true,
|
|
76
|
-
get: function () { return
|
|
99
|
+
get: function () { return chunkDH6ERBJV_js.a; }
|
|
77
100
|
});
|
|
78
101
|
Object.defineProperty(exports, "LedOutlineIcon", {
|
|
79
102
|
enumerable: true,
|
|
80
103
|
get: function () { return chunk42KQRLD5_js.a; }
|
|
81
104
|
});
|
|
105
|
+
Object.defineProperty(exports, "LinkIcon", {
|
|
106
|
+
enumerable: true,
|
|
107
|
+
get: function () { return chunk365U662B_js.a; }
|
|
108
|
+
});
|
|
82
109
|
Object.defineProperty(exports, "MenuIcon", {
|
|
83
110
|
enumerable: true,
|
|
84
111
|
get: function () { return chunkJQFQEERV_js.a; }
|
|
@@ -95,17 +122,13 @@ Object.defineProperty(exports, "PlusIcon", {
|
|
|
95
122
|
enumerable: true,
|
|
96
123
|
get: function () { return chunkLP2IQOK4_js.a; }
|
|
97
124
|
});
|
|
98
|
-
Object.defineProperty(exports, "
|
|
99
|
-
enumerable: true,
|
|
100
|
-
get: function () { return chunkYF4B7EDD_js.a; }
|
|
101
|
-
});
|
|
102
|
-
Object.defineProperty(exports, "RefreshIcon", {
|
|
125
|
+
Object.defineProperty(exports, "CloseIcon", {
|
|
103
126
|
enumerable: true,
|
|
104
|
-
get: function () { return
|
|
127
|
+
get: function () { return chunkIEJF3AVQ_js.a; }
|
|
105
128
|
});
|
|
106
|
-
Object.defineProperty(exports, "
|
|
129
|
+
Object.defineProperty(exports, "CopyIcon", {
|
|
107
130
|
enumerable: true,
|
|
108
|
-
get: function () { return
|
|
131
|
+
get: function () { return chunk7CZKTHTQ_js.a; }
|
|
109
132
|
});
|
|
110
133
|
Object.defineProperty(exports, "CursorIcon", {
|
|
111
134
|
enumerable: true,
|
|
@@ -131,14 +154,6 @@ Object.defineProperty(exports, "FriendsIcon", {
|
|
|
131
154
|
enumerable: true,
|
|
132
155
|
get: function () { return chunkSYLYIQN3_js.a; }
|
|
133
156
|
});
|
|
134
|
-
Object.defineProperty(exports, "LedOffIcon", {
|
|
135
|
-
enumerable: true,
|
|
136
|
-
get: function () { return chunkF6B5ETJG_js.a; }
|
|
137
|
-
});
|
|
138
|
-
Object.defineProperty(exports, "LedOnIcon", {
|
|
139
|
-
enumerable: true,
|
|
140
|
-
get: function () { return chunkDH6ERBJV_js.a; }
|
|
141
|
-
});
|
|
142
157
|
Object.defineProperty(exports, "ImmutableIcon", {
|
|
143
158
|
enumerable: true,
|
|
144
159
|
get: function () { return chunkGP4CRAI4_js.a; }
|
|
@@ -155,13 +170,13 @@ Object.defineProperty(exports, "BackIcon", {
|
|
|
155
170
|
enumerable: true,
|
|
156
171
|
get: function () { return chunkSQIENVIR_js.a; }
|
|
157
172
|
});
|
|
158
|
-
Object.defineProperty(exports, "
|
|
173
|
+
Object.defineProperty(exports, "CalendarIcon", {
|
|
159
174
|
enumerable: true,
|
|
160
|
-
get: function () { return
|
|
175
|
+
get: function () { return chunk5HRQHW4X_js.a; }
|
|
161
176
|
});
|
|
162
|
-
Object.defineProperty(exports, "
|
|
177
|
+
Object.defineProperty(exports, "ClockIcon", {
|
|
163
178
|
enumerable: true,
|
|
164
|
-
get: function () { return
|
|
179
|
+
get: function () { return chunkEJ7APO2X_js.a; }
|
|
165
180
|
});
|
|
166
181
|
Object.defineProperty(exports, "AppleIcon", {
|
|
167
182
|
enumerable: true,
|
package/dist/index.mjs
CHANGED
|
@@ -1,35 +1,38 @@
|
|
|
1
|
-
import './chunk-
|
|
1
|
+
import './chunk-3IVJIWA6.mjs';
|
|
2
|
+
export { a as TooltipGreyIcon } from './chunk-Y2H2I4G2.mjs';
|
|
3
|
+
export { a as UpIcon } from './chunk-BXL3D6SZ.mjs';
|
|
4
|
+
export { a as UploadIcon } from './chunk-HEVIYMOR.mjs';
|
|
5
|
+
export { a as QrCodeIcon } from './chunk-PGVBYWYL.mjs';
|
|
6
|
+
export { a as RefreshIcon } from './chunk-FJ77BSXV.mjs';
|
|
7
|
+
export { a as SettingsIcon } from './chunk-B7DXQQJE.mjs';
|
|
2
8
|
export { a as SoundOffIcon } from './chunk-C4NJJUP4.mjs';
|
|
3
9
|
export { a as SoundOnIcon } from './chunk-RYBZV4SL.mjs';
|
|
4
10
|
export { a as SuccessIcon } from './chunk-ZKFF77PW.mjs';
|
|
5
11
|
export { a as SwapIcon } from './chunk-NSZDWSAR.mjs';
|
|
6
12
|
export { a as TooltipIcon } from './chunk-HVPTN5EQ.mjs';
|
|
7
|
-
export { a as
|
|
8
|
-
export { a as
|
|
9
|
-
export { a as UploadIcon } from './chunk-HEVIYMOR.mjs';
|
|
13
|
+
export { a as LedOffIcon } from './chunk-76RM6HFE.mjs';
|
|
14
|
+
export { a as LedOnIcon } from './chunk-TJ5M37OA.mjs';
|
|
10
15
|
export { a as LedOutlineIcon } from './chunk-544ERQPR.mjs';
|
|
16
|
+
export { a as LinkIcon } from './chunk-KISTKXNY.mjs';
|
|
11
17
|
export { a as MenuIcon } from './chunk-ALPB6B6S.mjs';
|
|
12
18
|
export { a as PasswordHideIcon } from './chunk-CBLOW2T7.mjs';
|
|
13
19
|
export { a as PasswordShowIcon } from './chunk-3ADH6WFT.mjs';
|
|
14
20
|
export { a as PlusIcon } from './chunk-YRIJWNL7.mjs';
|
|
15
|
-
export { a as
|
|
16
|
-
export { a as
|
|
17
|
-
export { a as SettingsIcon } from './chunk-B7DXQQJE.mjs';
|
|
21
|
+
export { a as CloseIcon } from './chunk-DV2IYBEQ.mjs';
|
|
22
|
+
export { a as CopyIcon } from './chunk-UOB5MCKQ.mjs';
|
|
18
23
|
export { a as CursorIcon } from './chunk-VK3U5DDN.mjs';
|
|
19
24
|
export { a as DashIcon } from './chunk-C3J2SUXT.mjs';
|
|
20
25
|
export { a as DownIcon } from './chunk-NR5OUKST.mjs';
|
|
21
26
|
export { a as ErrorIcon } from './chunk-USPI5HL3.mjs';
|
|
22
27
|
export { a as ForwardIcon } from './chunk-SORQNFBN.mjs';
|
|
23
28
|
export { a as FriendsIcon } from './chunk-VGPQCTGG.mjs';
|
|
24
|
-
export { a as LedOffIcon } from './chunk-76RM6HFE.mjs';
|
|
25
|
-
export { a as LedOnIcon } from './chunk-TJ5M37OA.mjs';
|
|
26
29
|
import './chunk-RBTZC7OI.mjs';
|
|
27
30
|
export { a as ImmutableIcon } from './chunk-BFKH4YDA.mjs';
|
|
28
31
|
export { a as MeritCircleIcon } from './chunk-NC4XTG2W.mjs';
|
|
29
32
|
export { a as UsdcIcon } from './chunk-EBQORDSO.mjs';
|
|
30
33
|
export { a as BackIcon } from './chunk-TU2CJ6XS.mjs';
|
|
31
|
-
export { a as
|
|
32
|
-
export { a as
|
|
34
|
+
export { a as CalendarIcon } from './chunk-QJJEQTRX.mjs';
|
|
35
|
+
export { a as ClockIcon } from './chunk-4RA67FKL.mjs';
|
|
33
36
|
import './chunk-WMOBK6YG.mjs';
|
|
34
37
|
export { a as AppleIcon } from './chunk-VPTIOTVU.mjs';
|
|
35
38
|
export { a as DiscordIcon } from './chunk-N3Z72N2Z.mjs';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":""}
|
package/dist/ui/Clock.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":""}
|
package/dist/ui/Link.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":""}
|
package/dist/ui/Link.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":""}
|
package/dist/ui/index.d.mts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export { default as BackIcon } from './Back.mjs';
|
|
2
|
+
export { default as CalendarIcon } from './Calendar.mjs';
|
|
3
|
+
export { default as ClockIcon } from './Clock.mjs';
|
|
2
4
|
export { default as CloseIcon } from './Close.mjs';
|
|
3
5
|
export { default as CopyIcon } from './Copy.mjs';
|
|
4
6
|
export { default as CursorIcon } from './Cursor.mjs';
|
|
@@ -10,6 +12,7 @@ export { default as FriendsIcon } from './Friends.mjs';
|
|
|
10
12
|
export { default as LedOffIcon } from './LedOff.mjs';
|
|
11
13
|
export { default as LedOnIcon } from './LedOn.mjs';
|
|
12
14
|
export { default as LedOutlineIcon } from './LedOutline.mjs';
|
|
15
|
+
export { default as LinkIcon } from './Link.mjs';
|
|
13
16
|
export { default as MenuIcon } from './Menu.mjs';
|
|
14
17
|
export { default as PasswordHideIcon } from './PasswordHide.mjs';
|
|
15
18
|
export { default as PasswordShowIcon } from './PasswordShow.mjs';
|
package/dist/ui/index.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export { default as BackIcon } from './Back.js';
|
|
2
|
+
export { default as CalendarIcon } from './Calendar.js';
|
|
3
|
+
export { default as ClockIcon } from './Clock.js';
|
|
2
4
|
export { default as CloseIcon } from './Close.js';
|
|
3
5
|
export { default as CopyIcon } from './Copy.js';
|
|
4
6
|
export { default as CursorIcon } from './Cursor.js';
|
|
@@ -10,6 +12,7 @@ export { default as FriendsIcon } from './Friends.js';
|
|
|
10
12
|
export { default as LedOffIcon } from './LedOff.js';
|
|
11
13
|
export { default as LedOnIcon } from './LedOn.js';
|
|
12
14
|
export { default as LedOutlineIcon } from './LedOutline.js';
|
|
15
|
+
export { default as LinkIcon } from './Link.js';
|
|
13
16
|
export { default as MenuIcon } from './Menu.js';
|
|
14
17
|
export { default as PasswordHideIcon } from './PasswordHide.js';
|
|
15
18
|
export { default as PasswordShowIcon } from './PasswordShow.js';
|
package/dist/ui/index.js
CHANGED
|
@@ -1,36 +1,63 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('../chunk-
|
|
3
|
+
require('../chunk-JVNZAIRE.js');
|
|
4
|
+
var chunkS6JSRIT5_js = require('../chunk-S6JSRIT5.js');
|
|
5
|
+
var chunk4UXDFSUG_js = require('../chunk-4UXDFSUG.js');
|
|
6
|
+
var chunkE62ZARA5_js = require('../chunk-E62ZARA5.js');
|
|
7
|
+
var chunkYF4B7EDD_js = require('../chunk-YF4B7EDD.js');
|
|
8
|
+
var chunkPHNCBRMO_js = require('../chunk-PHNCBRMO.js');
|
|
9
|
+
var chunk4IGD3PII_js = require('../chunk-4IGD3PII.js');
|
|
4
10
|
var chunkEBBXQU3A_js = require('../chunk-EBBXQU3A.js');
|
|
5
11
|
var chunkUG5LUKYE_js = require('../chunk-UG5LUKYE.js');
|
|
6
12
|
var chunkT7ZIXJJV_js = require('../chunk-T7ZIXJJV.js');
|
|
7
13
|
var chunkLWOYASTC_js = require('../chunk-LWOYASTC.js');
|
|
8
14
|
var chunkGIX75WSO_js = require('../chunk-GIX75WSO.js');
|
|
9
|
-
var
|
|
10
|
-
var
|
|
11
|
-
var chunkE62ZARA5_js = require('../chunk-E62ZARA5.js');
|
|
15
|
+
var chunkF6B5ETJG_js = require('../chunk-F6B5ETJG.js');
|
|
16
|
+
var chunkDH6ERBJV_js = require('../chunk-DH6ERBJV.js');
|
|
12
17
|
var chunk42KQRLD5_js = require('../chunk-42KQRLD5.js');
|
|
18
|
+
var chunk365U662B_js = require('../chunk-365U662B.js');
|
|
13
19
|
var chunkJQFQEERV_js = require('../chunk-JQFQEERV.js');
|
|
14
20
|
var chunk5FIEF5S5_js = require('../chunk-5FIEF5S5.js');
|
|
15
21
|
var chunkV7OF3WSH_js = require('../chunk-V7OF3WSH.js');
|
|
16
22
|
var chunkLP2IQOK4_js = require('../chunk-LP2IQOK4.js');
|
|
17
|
-
var
|
|
18
|
-
var
|
|
19
|
-
var chunk4IGD3PII_js = require('../chunk-4IGD3PII.js');
|
|
23
|
+
var chunkIEJF3AVQ_js = require('../chunk-IEJF3AVQ.js');
|
|
24
|
+
var chunk7CZKTHTQ_js = require('../chunk-7CZKTHTQ.js');
|
|
20
25
|
var chunkHDTUDOV3_js = require('../chunk-HDTUDOV3.js');
|
|
21
26
|
var chunkEBO7BHUJ_js = require('../chunk-EBO7BHUJ.js');
|
|
22
27
|
var chunkEE7EK5HO_js = require('../chunk-EE7EK5HO.js');
|
|
23
28
|
var chunkD2W56GMB_js = require('../chunk-D2W56GMB.js');
|
|
24
29
|
var chunkP5G4CLVK_js = require('../chunk-P5G4CLVK.js');
|
|
25
30
|
var chunkSYLYIQN3_js = require('../chunk-SYLYIQN3.js');
|
|
26
|
-
var chunkF6B5ETJG_js = require('../chunk-F6B5ETJG.js');
|
|
27
|
-
var chunkDH6ERBJV_js = require('../chunk-DH6ERBJV.js');
|
|
28
31
|
var chunkSQIENVIR_js = require('../chunk-SQIENVIR.js');
|
|
29
|
-
var
|
|
30
|
-
var
|
|
32
|
+
var chunk5HRQHW4X_js = require('../chunk-5HRQHW4X.js');
|
|
33
|
+
var chunkEJ7APO2X_js = require('../chunk-EJ7APO2X.js');
|
|
31
34
|
|
|
32
35
|
|
|
33
36
|
|
|
37
|
+
Object.defineProperty(exports, "TooltipGreyIcon", {
|
|
38
|
+
enumerable: true,
|
|
39
|
+
get: function () { return chunkS6JSRIT5_js.a; }
|
|
40
|
+
});
|
|
41
|
+
Object.defineProperty(exports, "UpIcon", {
|
|
42
|
+
enumerable: true,
|
|
43
|
+
get: function () { return chunk4UXDFSUG_js.a; }
|
|
44
|
+
});
|
|
45
|
+
Object.defineProperty(exports, "UploadIcon", {
|
|
46
|
+
enumerable: true,
|
|
47
|
+
get: function () { return chunkE62ZARA5_js.a; }
|
|
48
|
+
});
|
|
49
|
+
Object.defineProperty(exports, "QrCodeIcon", {
|
|
50
|
+
enumerable: true,
|
|
51
|
+
get: function () { return chunkYF4B7EDD_js.a; }
|
|
52
|
+
});
|
|
53
|
+
Object.defineProperty(exports, "RefreshIcon", {
|
|
54
|
+
enumerable: true,
|
|
55
|
+
get: function () { return chunkPHNCBRMO_js.a; }
|
|
56
|
+
});
|
|
57
|
+
Object.defineProperty(exports, "SettingsIcon", {
|
|
58
|
+
enumerable: true,
|
|
59
|
+
get: function () { return chunk4IGD3PII_js.a; }
|
|
60
|
+
});
|
|
34
61
|
Object.defineProperty(exports, "SoundOffIcon", {
|
|
35
62
|
enumerable: true,
|
|
36
63
|
get: function () { return chunkEBBXQU3A_js.a; }
|
|
@@ -51,22 +78,22 @@ Object.defineProperty(exports, "TooltipIcon", {
|
|
|
51
78
|
enumerable: true,
|
|
52
79
|
get: function () { return chunkGIX75WSO_js.a; }
|
|
53
80
|
});
|
|
54
|
-
Object.defineProperty(exports, "
|
|
55
|
-
enumerable: true,
|
|
56
|
-
get: function () { return chunkS6JSRIT5_js.a; }
|
|
57
|
-
});
|
|
58
|
-
Object.defineProperty(exports, "UpIcon", {
|
|
81
|
+
Object.defineProperty(exports, "LedOffIcon", {
|
|
59
82
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
83
|
+
get: function () { return chunkF6B5ETJG_js.a; }
|
|
61
84
|
});
|
|
62
|
-
Object.defineProperty(exports, "
|
|
85
|
+
Object.defineProperty(exports, "LedOnIcon", {
|
|
63
86
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
87
|
+
get: function () { return chunkDH6ERBJV_js.a; }
|
|
65
88
|
});
|
|
66
89
|
Object.defineProperty(exports, "LedOutlineIcon", {
|
|
67
90
|
enumerable: true,
|
|
68
91
|
get: function () { return chunk42KQRLD5_js.a; }
|
|
69
92
|
});
|
|
93
|
+
Object.defineProperty(exports, "LinkIcon", {
|
|
94
|
+
enumerable: true,
|
|
95
|
+
get: function () { return chunk365U662B_js.a; }
|
|
96
|
+
});
|
|
70
97
|
Object.defineProperty(exports, "MenuIcon", {
|
|
71
98
|
enumerable: true,
|
|
72
99
|
get: function () { return chunkJQFQEERV_js.a; }
|
|
@@ -83,17 +110,13 @@ Object.defineProperty(exports, "PlusIcon", {
|
|
|
83
110
|
enumerable: true,
|
|
84
111
|
get: function () { return chunkLP2IQOK4_js.a; }
|
|
85
112
|
});
|
|
86
|
-
Object.defineProperty(exports, "
|
|
87
|
-
enumerable: true,
|
|
88
|
-
get: function () { return chunkYF4B7EDD_js.a; }
|
|
89
|
-
});
|
|
90
|
-
Object.defineProperty(exports, "RefreshIcon", {
|
|
113
|
+
Object.defineProperty(exports, "CloseIcon", {
|
|
91
114
|
enumerable: true,
|
|
92
|
-
get: function () { return
|
|
115
|
+
get: function () { return chunkIEJF3AVQ_js.a; }
|
|
93
116
|
});
|
|
94
|
-
Object.defineProperty(exports, "
|
|
117
|
+
Object.defineProperty(exports, "CopyIcon", {
|
|
95
118
|
enumerable: true,
|
|
96
|
-
get: function () { return
|
|
119
|
+
get: function () { return chunk7CZKTHTQ_js.a; }
|
|
97
120
|
});
|
|
98
121
|
Object.defineProperty(exports, "CursorIcon", {
|
|
99
122
|
enumerable: true,
|
|
@@ -119,25 +142,17 @@ Object.defineProperty(exports, "FriendsIcon", {
|
|
|
119
142
|
enumerable: true,
|
|
120
143
|
get: function () { return chunkSYLYIQN3_js.a; }
|
|
121
144
|
});
|
|
122
|
-
Object.defineProperty(exports, "LedOffIcon", {
|
|
123
|
-
enumerable: true,
|
|
124
|
-
get: function () { return chunkF6B5ETJG_js.a; }
|
|
125
|
-
});
|
|
126
|
-
Object.defineProperty(exports, "LedOnIcon", {
|
|
127
|
-
enumerable: true,
|
|
128
|
-
get: function () { return chunkDH6ERBJV_js.a; }
|
|
129
|
-
});
|
|
130
145
|
Object.defineProperty(exports, "BackIcon", {
|
|
131
146
|
enumerable: true,
|
|
132
147
|
get: function () { return chunkSQIENVIR_js.a; }
|
|
133
148
|
});
|
|
134
|
-
Object.defineProperty(exports, "
|
|
149
|
+
Object.defineProperty(exports, "CalendarIcon", {
|
|
135
150
|
enumerable: true,
|
|
136
|
-
get: function () { return
|
|
151
|
+
get: function () { return chunk5HRQHW4X_js.a; }
|
|
137
152
|
});
|
|
138
|
-
Object.defineProperty(exports, "
|
|
153
|
+
Object.defineProperty(exports, "ClockIcon", {
|
|
139
154
|
enumerable: true,
|
|
140
|
-
get: function () { return
|
|
155
|
+
get: function () { return chunkEJ7APO2X_js.a; }
|
|
141
156
|
});
|
|
142
157
|
//# sourceMappingURL=out.js.map
|
|
143
158
|
//# sourceMappingURL=index.js.map
|
package/dist/ui/index.mjs
CHANGED
|
@@ -1,30 +1,33 @@
|
|
|
1
|
-
import '../chunk-
|
|
1
|
+
import '../chunk-3IVJIWA6.mjs';
|
|
2
|
+
export { a as TooltipGreyIcon } from '../chunk-Y2H2I4G2.mjs';
|
|
3
|
+
export { a as UpIcon } from '../chunk-BXL3D6SZ.mjs';
|
|
4
|
+
export { a as UploadIcon } from '../chunk-HEVIYMOR.mjs';
|
|
5
|
+
export { a as QrCodeIcon } from '../chunk-PGVBYWYL.mjs';
|
|
6
|
+
export { a as RefreshIcon } from '../chunk-FJ77BSXV.mjs';
|
|
7
|
+
export { a as SettingsIcon } from '../chunk-B7DXQQJE.mjs';
|
|
2
8
|
export { a as SoundOffIcon } from '../chunk-C4NJJUP4.mjs';
|
|
3
9
|
export { a as SoundOnIcon } from '../chunk-RYBZV4SL.mjs';
|
|
4
10
|
export { a as SuccessIcon } from '../chunk-ZKFF77PW.mjs';
|
|
5
11
|
export { a as SwapIcon } from '../chunk-NSZDWSAR.mjs';
|
|
6
12
|
export { a as TooltipIcon } from '../chunk-HVPTN5EQ.mjs';
|
|
7
|
-
export { a as
|
|
8
|
-
export { a as
|
|
9
|
-
export { a as UploadIcon } from '../chunk-HEVIYMOR.mjs';
|
|
13
|
+
export { a as LedOffIcon } from '../chunk-76RM6HFE.mjs';
|
|
14
|
+
export { a as LedOnIcon } from '../chunk-TJ5M37OA.mjs';
|
|
10
15
|
export { a as LedOutlineIcon } from '../chunk-544ERQPR.mjs';
|
|
16
|
+
export { a as LinkIcon } from '../chunk-KISTKXNY.mjs';
|
|
11
17
|
export { a as MenuIcon } from '../chunk-ALPB6B6S.mjs';
|
|
12
18
|
export { a as PasswordHideIcon } from '../chunk-CBLOW2T7.mjs';
|
|
13
19
|
export { a as PasswordShowIcon } from '../chunk-3ADH6WFT.mjs';
|
|
14
20
|
export { a as PlusIcon } from '../chunk-YRIJWNL7.mjs';
|
|
15
|
-
export { a as
|
|
16
|
-
export { a as
|
|
17
|
-
export { a as SettingsIcon } from '../chunk-B7DXQQJE.mjs';
|
|
21
|
+
export { a as CloseIcon } from '../chunk-DV2IYBEQ.mjs';
|
|
22
|
+
export { a as CopyIcon } from '../chunk-UOB5MCKQ.mjs';
|
|
18
23
|
export { a as CursorIcon } from '../chunk-VK3U5DDN.mjs';
|
|
19
24
|
export { a as DashIcon } from '../chunk-C3J2SUXT.mjs';
|
|
20
25
|
export { a as DownIcon } from '../chunk-NR5OUKST.mjs';
|
|
21
26
|
export { a as ErrorIcon } from '../chunk-USPI5HL3.mjs';
|
|
22
27
|
export { a as ForwardIcon } from '../chunk-SORQNFBN.mjs';
|
|
23
28
|
export { a as FriendsIcon } from '../chunk-VGPQCTGG.mjs';
|
|
24
|
-
export { a as LedOffIcon } from '../chunk-76RM6HFE.mjs';
|
|
25
|
-
export { a as LedOnIcon } from '../chunk-TJ5M37OA.mjs';
|
|
26
29
|
export { a as BackIcon } from '../chunk-TU2CJ6XS.mjs';
|
|
27
|
-
export { a as
|
|
28
|
-
export { a as
|
|
30
|
+
export { a as CalendarIcon } from '../chunk-QJJEQTRX.mjs';
|
|
31
|
+
export { a as ClockIcon } from '../chunk-4RA67FKL.mjs';
|
|
29
32
|
//# sourceMappingURL=out.js.map
|
|
30
33
|
//# sourceMappingURL=index.mjs.map
|
package/package.json
CHANGED
package/dist/chunk-7324EBFY.mjs
DELETED
|
File without changes
|
|
File without changes
|