@magiclabs/ui-components 1.16.3 → 1.16.5
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/cjs/components/icons/ico-caret-right.js +1 -1
- package/dist/cjs/components/icons/ico-caret-right.js.map +1 -1
- package/dist/cjs/components/icons/ico-caret-up.js +1 -1
- package/dist/cjs/components/icons/ico-caret-up.js.map +1 -1
- package/dist/cjs/components/icons/ico-checkmark.js +1 -1
- package/dist/cjs/components/icons/ico-checkmark.js.map +1 -1
- package/dist/cjs/components/icons/ico-swap.js +2 -0
- package/dist/cjs/components/icons/ico-swap.js.map +1 -0
- package/dist/cjs/components/inputs/text-input.js +1 -1
- package/dist/cjs/components/inputs/text-input.js.map +1 -1
- package/dist/cjs/components/logos/logo-xdc-mono.js +2 -0
- package/dist/cjs/components/logos/logo-xdc-mono.js.map +1 -0
- package/dist/cjs/components/logos/logo-xdc.js +2 -0
- package/dist/cjs/components/logos/logo-xdc.js.map +1 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/recipes/text-input.js +1 -1
- package/dist/cjs/recipes/text-input.js.map +1 -1
- package/dist/es/components/icons/ico-caret-right.js +1 -1
- package/dist/es/components/icons/ico-caret-right.js.map +1 -1
- package/dist/es/components/icons/ico-caret-up.js +1 -1
- package/dist/es/components/icons/ico-caret-up.js.map +1 -1
- package/dist/es/components/icons/ico-checkmark.js +1 -1
- package/dist/es/components/icons/ico-checkmark.js.map +1 -1
- package/dist/es/components/icons/ico-swap.js +2 -0
- package/dist/es/components/icons/ico-swap.js.map +1 -0
- package/dist/es/components/inputs/text-input.js +1 -1
- package/dist/es/components/inputs/text-input.js.map +1 -1
- package/dist/es/components/logos/logo-xdc-mono.js +2 -0
- package/dist/es/components/logos/logo-xdc-mono.js.map +1 -0
- package/dist/es/components/logos/logo-xdc.js +2 -0
- package/dist/es/components/logos/logo-xdc.js.map +1 -0
- package/dist/es/index.js +1 -1
- package/dist/es/recipes/text-input.js +1 -1
- package/dist/es/recipes/text-input.js.map +1 -1
- package/dist/panda.buildinfo.json +1 -1
- package/dist/types/components/icons/ico-swap.d.ts +14 -0
- package/dist/types/components/icons/ico-swap.d.ts.map +1 -0
- package/dist/types/components/icons/index.d.ts +1 -0
- package/dist/types/components/icons/index.d.ts.map +1 -1
- package/dist/types/components/logos/index.d.ts +2 -2
- package/dist/types/components/logos/index.d.ts.map +1 -1
- package/dist/types/components/logos/logo-xdc-mono.d.ts +14 -0
- package/dist/types/components/logos/logo-xdc-mono.d.ts.map +1 -0
- package/dist/types/components/logos/logo-xdc.d.ts +10 -0
- package/dist/types/components/logos/logo-xdc.d.ts.map +1 -0
- package/dist/types/recipes/text-input.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/cjs/components/logos/size-small-16px.js +0 -2
- package/dist/cjs/components/logos/size-small-16px.js.map +0 -1
- package/dist/cjs/components/logos/size-standard-24px.js +0 -2
- package/dist/cjs/components/logos/size-standard-24px.js.map +0 -1
- package/dist/es/components/logos/size-small-16px.js +0 -2
- package/dist/es/components/logos/size-small-16px.js.map +0 -1
- package/dist/es/components/logos/size-standard-24px.js +0 -2
- package/dist/es/components/logos/size-standard-24px.js.map +0 -1
- package/dist/types/components/logos/size-small-16px.d.ts +0 -10
- package/dist/types/components/logos/size-small-16px.d.ts.map +0 -1
- package/dist/types/components/logos/size-standard-24px.d.ts +0 -10
- package/dist/types/components/logos/size-standard-24px.d.ts.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"size-standard-24px.js","sources":["../../../../src/components/logos/size-standard-24px.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {}\nconst SizeStandard24px = ({ title, titleId, ...props }: Props) => (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n d=\"M12.1916 19.8644L12.9047 19.1774C13.083 18.9966 13.083 18.7073 12.9047 18.5627L7.37827 12.922H19.5721C19.7861 12.922 20 12.7412 20 12.4881V11.4757C20 11.2588 19.7861 11.0418 19.5721 11.0418H7.37827L12.9047 5.43729C13.083 5.29266 13.083 5.00339 12.9047 4.8226L12.1916 4.13559C12.049 3.9548 11.7638 3.9548 11.5855 4.13559L4.1337 11.6927C3.95543 11.8734 3.95543 12.1266 4.1337 12.3073L11.5855 19.8644C11.7638 20.0452 12.049 20.0452 12.1916 19.8644Z\"\n fill=\"#6851FF\"\n />\n </svg>\n);\nexport default SizeStandard24px;\n"],"names":["SizeStandard24px","title","titleId","props","_jsxs","_jsx"],"mappings":"uGAMMA,MAAAA,EAAmB,CAAC,CAAE,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAc,IAC3DC,EAAAA,KACE,MAAA,CAAA,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACW,kBAAAF,EACb,GAAAC,YAEHF,EAAQI,EAAO,IAAA,QAAA,CAAA,GAAIH,WAAUD,CAAK,CAAA,EAAY,KAC/CI,EAAA,IAAA,OAAA,CACE,EAAE,gcACF,KAAK,SACL,CAAA,CAAA,CAAA,CAAA"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{jsxs as d,jsx as i}from"react/jsx-runtime";const h=({title:l,titleId:t,...e})=>d("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":t,...e,children:[l?i("title",{id:t,children:l}):null,i("path",{d:"M10.5273 8.35348C10.7067 8.14555 10.7067 7.85446 10.5632 7.64653L6.3291 2.82262C6.14969 2.61469 5.86263 2.61469 5.71911 2.82262L5.46793 3.11372C5.28852 3.32164 5.28852 3.61274 5.46793 3.82067L9.12789 7.97921L5.46793 12.1793C5.28852 12.3873 5.28852 12.6784 5.46793 12.8863L5.71911 13.1774C5.86263 13.3853 6.14969 13.3853 6.3291 13.1774L10.5273 8.35348Z",fill:"#6851FF"})]});export{h as default};
|
|
2
|
-
//# sourceMappingURL=size-small-16px.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"size-small-16px.js","sources":["../../../../src/components/logos/size-small-16px.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {}\nconst SizeSmall16px = ({ title, titleId, ...props }: Props) => (\n <svg\n width={16}\n height={16}\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n d=\"M10.5273 8.35348C10.7067 8.14555 10.7067 7.85446 10.5632 7.64653L6.3291 2.82262C6.14969 2.61469 5.86263 2.61469 5.71911 2.82262L5.46793 3.11372C5.28852 3.32164 5.28852 3.61274 5.46793 3.82067L9.12789 7.97921L5.46793 12.1793C5.28852 12.3873 5.28852 12.6784 5.46793 12.8863L5.71911 13.1774C5.86263 13.3853 6.14969 13.3853 6.3291 13.1774L10.5273 8.35348Z\"\n fill=\"#6851FF\"\n />\n </svg>\n);\nexport default SizeSmall16px;\n"],"names":["SizeSmall16px","title","titleId","props","_jsxs","_jsx"],"mappings":"kDAMMA,MAAAA,EAAgB,CAAC,CAAE,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAc,IACxDC,EACE,MAAA,CAAA,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACW,kBAAAF,EACb,GAAAC,YAEHF,EAAQI,EAAO,QAAA,CAAA,GAAIH,WAAUD,CAAK,CAAA,EAAY,KAC/CI,EAAA,OAAA,CACE,EAAE,kWACF,KAAK,SACL,CAAA,CAAA,CAAA,CAAA"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{jsxs as d,jsx as i}from"react/jsx-runtime";const h=({title:l,titleId:t,...e})=>d("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":t,...e,children:[l?i("title",{id:t,children:l}):null,i("path",{d:"M12.1916 19.8644L12.9047 19.1774C13.083 18.9966 13.083 18.7073 12.9047 18.5627L7.37827 12.922H19.5721C19.7861 12.922 20 12.7412 20 12.4881V11.4757C20 11.2588 19.7861 11.0418 19.5721 11.0418H7.37827L12.9047 5.43729C13.083 5.29266 13.083 5.00339 12.9047 4.8226L12.1916 4.13559C12.049 3.9548 11.7638 3.9548 11.5855 4.13559L4.1337 11.6927C3.95543 11.8734 3.95543 12.1266 4.1337 12.3073L11.5855 19.8644C11.7638 20.0452 12.049 20.0452 12.1916 19.8644Z",fill:"#6851FF"})]});export{h as default};
|
|
2
|
-
//# sourceMappingURL=size-standard-24px.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"size-standard-24px.js","sources":["../../../../src/components/logos/size-standard-24px.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {}\nconst SizeStandard24px = ({ title, titleId, ...props }: Props) => (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n d=\"M12.1916 19.8644L12.9047 19.1774C13.083 18.9966 13.083 18.7073 12.9047 18.5627L7.37827 12.922H19.5721C19.7861 12.922 20 12.7412 20 12.4881V11.4757C20 11.2588 19.7861 11.0418 19.5721 11.0418H7.37827L12.9047 5.43729C13.083 5.29266 13.083 5.00339 12.9047 4.8226L12.1916 4.13559C12.049 3.9548 11.7638 3.9548 11.5855 4.13559L4.1337 11.6927C3.95543 11.8734 3.95543 12.1266 4.1337 12.3073L11.5855 19.8644C11.7638 20.0452 12.049 20.0452 12.1916 19.8644Z\"\n fill=\"#6851FF\"\n />\n </svg>\n);\nexport default SizeStandard24px;\n"],"names":["SizeStandard24px","title","titleId","props","_jsxs","_jsx"],"mappings":"kDAMMA,MAAAA,EAAmB,CAAC,CAAE,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAc,IAC3DC,EACE,MAAA,CAAA,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACW,kBAAAF,EACb,GAAAC,YAEHF,EAAQI,EAAO,QAAA,CAAA,GAAIH,WAAUD,CAAK,CAAA,EAAY,KAC/CI,EAAA,OAAA,CACE,EAAE,gcACF,KAAK,SACL,CAAA,CAAA,CAAA,CAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { SVGProps } from 'react';
|
|
2
|
-
interface SVGRProps {
|
|
3
|
-
title?: string;
|
|
4
|
-
titleId?: string;
|
|
5
|
-
}
|
|
6
|
-
export interface Props extends SVGRProps, SVGProps<SVGSVGElement> {
|
|
7
|
-
}
|
|
8
|
-
declare const SizeSmall16px: ({ title, titleId, ...props }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
export default SizeSmall16px;
|
|
10
|
-
//# sourceMappingURL=size-small-16px.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"size-small-16px.d.ts","sourceRoot":"","sources":["../../../../src/components/logos/size-small-16px.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,MAAM,WAAW,KAAM,SAAQ,SAAS,EAAE,QAAQ,CAAC,aAAa,CAAC;CAAG;AACpE,QAAA,MAAM,aAAa,iCAAkC,KAAK,4CAgBzD,CAAC;AACF,eAAe,aAAa,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { SVGProps } from 'react';
|
|
2
|
-
interface SVGRProps {
|
|
3
|
-
title?: string;
|
|
4
|
-
titleId?: string;
|
|
5
|
-
}
|
|
6
|
-
export interface Props extends SVGRProps, SVGProps<SVGSVGElement> {
|
|
7
|
-
}
|
|
8
|
-
declare const SizeStandard24px: ({ title, titleId, ...props }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
export default SizeStandard24px;
|
|
10
|
-
//# sourceMappingURL=size-standard-24px.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"size-standard-24px.d.ts","sourceRoot":"","sources":["../../../../src/components/logos/size-standard-24px.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,MAAM,WAAW,KAAM,SAAQ,SAAS,EAAE,QAAQ,CAAC,aAAa,CAAC;CAAG;AACpE,QAAA,MAAM,gBAAgB,iCAAkC,KAAK,4CAgB5D,CAAC;AACF,eAAe,gBAAgB,CAAC"}
|