@raystack/apsara 0.37.0 → 0.39.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/style.css +1 -1
- package/dist/v1/components/dialog/dialog.cjs +12 -5
- package/dist/v1/components/dialog/dialog.cjs.map +1 -1
- package/dist/v1/components/dialog/dialog.d.ts +13 -2
- package/dist/v1/components/dialog/dialog.d.ts.map +1 -1
- package/dist/v1/components/dialog/dialog.js +13 -6
- package/dist/v1/components/dialog/dialog.js.map +1 -1
- package/dist/v1/components/dialog/dialog.module.css.cjs +1 -1
- package/dist/v1/components/dialog/dialog.module.css.js +1 -1
- package/dist/v1/components/input-field/input-field.cjs +9 -2
- package/dist/v1/components/input-field/input-field.cjs.map +1 -1
- package/dist/v1/components/input-field/input-field.d.ts +4 -1
- package/dist/v1/components/input-field/input-field.d.ts.map +1 -1
- package/dist/v1/components/input-field/input-field.js +9 -2
- package/dist/v1/components/input-field/input-field.js.map +1 -1
- package/dist/v1/components/input-field/input-field.module.css.cjs +1 -1
- package/dist/v1/components/input-field/input-field.module.css.js +1 -1
- package/dist/v1/components/search/search.cjs +10 -15
- package/dist/v1/components/search/search.cjs.map +1 -1
- package/dist/v1/components/search/search.d.ts +4 -17
- package/dist/v1/components/search/search.d.ts.map +1 -1
- package/dist/v1/components/search/search.js +11 -16
- package/dist/v1/components/search/search.js.map +1 -1
- package/dist/v1/components/search/search.module.css.cjs +1 -1
- package/dist/v1/components/search/search.module.css.js +1 -1
- package/dist/v1/components/text-area/text-area.cjs +3 -2
- package/dist/v1/components/text-area/text-area.cjs.map +1 -1
- package/dist/v1/components/text-area/text-area.d.ts +2 -5
- package/dist/v1/components/text-area/text-area.d.ts.map +1 -1
- package/dist/v1/components/text-area/text-area.js +3 -2
- package/dist/v1/components/text-area/text-area.js.map +1 -1
- package/dist/v1/components/text-area/text-area.module.css.cjs +1 -1
- package/dist/v1/components/text-area/text-area.module.css.js +1 -1
- package/dist/v1/icons/assets/bell-slash.svg.cjs +45 -0
- package/dist/v1/icons/assets/bell-slash.svg.cjs.map +1 -0
- package/dist/v1/icons/assets/bell-slash.svg.js +24 -0
- package/dist/v1/icons/assets/bell-slash.svg.js.map +1 -0
- package/dist/v1/icons/assets/bell.svg.cjs +42 -0
- package/dist/v1/icons/assets/bell.svg.cjs.map +1 -0
- package/dist/v1/icons/assets/bell.svg.js +21 -0
- package/dist/v1/icons/assets/bell.svg.js.map +1 -0
- package/dist/v1/icons/assets/check-circle-filled.svg.cjs +2 -0
- package/dist/v1/icons/assets/check-circle-filled.svg.cjs.map +1 -1
- package/dist/v1/icons/assets/check-circle-filled.svg.js +2 -0
- package/dist/v1/icons/assets/check-circle-filled.svg.js.map +1 -1
- package/dist/v1/icons/assets/coin-colored.svg.cjs +54 -0
- package/dist/v1/icons/assets/coin-colored.svg.cjs.map +1 -0
- package/dist/v1/icons/assets/coin-colored.svg.js +33 -0
- package/dist/v1/icons/assets/coin-colored.svg.js.map +1 -0
- package/dist/v1/icons/assets/coin.svg.cjs +40 -0
- package/dist/v1/icons/assets/coin.svg.cjs.map +1 -0
- package/dist/v1/icons/assets/coin.svg.js +19 -0
- package/dist/v1/icons/assets/coin.svg.js.map +1 -0
- package/dist/v1/icons/assets/cross-circle-filled.svg.cjs +2 -1
- package/dist/v1/icons/assets/cross-circle-filled.svg.cjs.map +1 -1
- package/dist/v1/icons/assets/cross-circle-filled.svg.js +2 -1
- package/dist/v1/icons/assets/cross-circle-filled.svg.js.map +1 -1
- package/dist/v1/icons/assets/filter.svg.cjs +2 -1
- package/dist/v1/icons/assets/filter.svg.cjs.map +1 -1
- package/dist/v1/icons/assets/filter.svg.js +2 -1
- package/dist/v1/icons/assets/filter.svg.js.map +1 -1
- package/dist/v1/icons/assets/organization.svg.cjs +2 -1
- package/dist/v1/icons/assets/organization.svg.cjs.map +1 -1
- package/dist/v1/icons/assets/organization.svg.js +2 -1
- package/dist/v1/icons/assets/organization.svg.js.map +1 -1
- package/dist/v1/icons/assets/shopping-bag-filled.svg.cjs +42 -0
- package/dist/v1/icons/assets/shopping-bag-filled.svg.cjs.map +1 -0
- package/dist/v1/icons/assets/shopping-bag-filled.svg.js +21 -0
- package/dist/v1/icons/assets/shopping-bag-filled.svg.js.map +1 -0
- package/dist/v1/icons/assets/sidebar.svg.cjs +2 -1
- package/dist/v1/icons/assets/sidebar.svg.cjs.map +1 -1
- package/dist/v1/icons/assets/sidebar.svg.js +2 -1
- package/dist/v1/icons/assets/sidebar.svg.js.map +1 -1
- package/dist/v1/icons/index.cjs +10 -0
- package/dist/v1/icons/index.cjs.map +1 -1
- package/dist/v1/icons/index.d.ts +5 -0
- package/dist/v1/icons/index.d.ts.map +1 -1
- package/dist/v1/icons/index.js +5 -0
- package/dist/v1/icons/index.js.map +1 -1
- package/dist/v1/style.css +1 -1
- package/package.json +1 -2
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
size?: "small" | "large" | null | undefined;
|
|
4
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
5
|
-
export interface SearchProps extends VariantProps<typeof searchField> {
|
|
6
|
-
className?: string;
|
|
7
|
-
disabled?: boolean;
|
|
8
|
-
placeholder?: string;
|
|
1
|
+
import { InputFieldProps } from "../input-field/input-field";
|
|
2
|
+
export interface SearchProps extends Omit<InputFieldProps, 'leadingIcon'> {
|
|
9
3
|
showClearButton?: boolean;
|
|
10
4
|
onClear?: () => void;
|
|
11
|
-
|
|
12
|
-
ref?: React.RefObject<HTMLInputElement>;
|
|
13
|
-
onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
|
14
|
-
onKeyDown?: (e: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
15
|
-
type?: string;
|
|
16
|
-
name?: string;
|
|
17
|
-
id?: string;
|
|
5
|
+
variant?: 'default' | 'borderless';
|
|
18
6
|
}
|
|
19
7
|
export declare const Search: {
|
|
20
|
-
({ className, disabled, placeholder, size, showClearButton, onClear, value,
|
|
8
|
+
({ className, disabled, placeholder, size, showClearButton, onClear, value, onChange, width, variant, ...props }: SearchProps): import("react/jsx-runtime").JSX.Element;
|
|
21
9
|
displayName: string;
|
|
22
10
|
};
|
|
23
|
-
export {};
|
|
24
11
|
//# sourceMappingURL=search.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../../../v1/components/search/search.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../../../v1/components/search/search.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAK7D,MAAM,WAAW,WAAY,SAAQ,IAAI,CAAC,eAAe,EAAE,aAAa,CAAC;IACvE,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,SAAS,GAAG,YAAY,CAAC;CACpC;AAED,eAAO,MAAM,MAAM;sHAYhB,WAAW;;CAqCb,CAAC"}
|
|
@@ -1,22 +1,17 @@
|
|
|
1
1
|
import { j as jsxRuntimeExports } from '../../node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.js';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import { CrossCircledIcon, MagnifyingGlassIcon } from '../../node_modules/.pnpm/@radix-ui_react-icons@1.3.0_react@18.2.0/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js';
|
|
3
|
+
import { InputField } from '../input-field/input-field.js';
|
|
4
|
+
import { IconButton } from '../icon-button/icon-button.js';
|
|
5
5
|
import styles from './search.module.css.js';
|
|
6
6
|
|
|
7
|
-
const
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
size: "large",
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
const Search = ({ className, disabled, placeholder = "Search", size, showClearButton, onClear, value, ref, ...props }) => {
|
|
19
|
-
return (jsxRuntimeExports.jsxs("div", { className: clsx(styles.container, disabled && styles.disabled), role: "search", children: [jsxRuntimeExports.jsx("span", { className: styles.leadingIcon, "aria-hidden": "true", children: jsxRuntimeExports.jsx(MagnifyingGlassIcon, {}) }), jsxRuntimeExports.jsx("input", { ref: ref, type: "text", className: clsx(searchField({ size, className }), disabled && styles["search-disabled"]), placeholder: placeholder, disabled: disabled, value: value, "aria-label": placeholder, ...props }), showClearButton && value && !disabled && (jsxRuntimeExports.jsx("button", { className: styles.clearButton, onClick: onClear, disabled: disabled, type: "button", "aria-label": "Clear search", tabIndex: 0, children: jsxRuntimeExports.jsx(CrossCircledIcon, { height: 16, width: 16 }) }))] }));
|
|
7
|
+
const Search = ({ className, disabled, placeholder = "Search", size, showClearButton, onClear, value, onChange, width = "100%", variant = "default", ...props }) => {
|
|
8
|
+
const trailingIconWithClear = showClearButton && value ? (jsxRuntimeExports.jsx("div", { className: styles.clearButtonWrapper, children: jsxRuntimeExports.jsx(IconButton, { size: size === 'small' ? 2 : 3, onClick: (e) => {
|
|
9
|
+
e.stopPropagation();
|
|
10
|
+
if (!disabled && onClear) {
|
|
11
|
+
onClear();
|
|
12
|
+
}
|
|
13
|
+
}, disabled: disabled, "aria-label": "Clear search", className: styles.clearButton, children: jsxRuntimeExports.jsx(CrossCircledIcon, {}) }) })) : undefined;
|
|
14
|
+
return (jsxRuntimeExports.jsx("div", { className: styles.container, role: "search", style: { width }, children: jsxRuntimeExports.jsx(InputField, { leadingIcon: jsxRuntimeExports.jsx(MagnifyingGlassIcon, {}), trailingIcon: trailingIconWithClear, placeholder: placeholder, disabled: disabled, value: value, onChange: onChange, size: size, className: className, "aria-label": placeholder, variant: variant, ...props }) }));
|
|
20
15
|
};
|
|
21
16
|
Search.displayName = "Search";
|
|
22
17
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search.js","sources":["../../../../v1/components/search/search.tsx"],"sourcesContent":["import { CrossCircledIcon,MagnifyingGlassIcon } from \"@radix-ui/react-icons\";\nimport {
|
|
1
|
+
{"version":3,"file":"search.js","sources":["../../../../v1/components/search/search.tsx"],"sourcesContent":["import { CrossCircledIcon, MagnifyingGlassIcon } from \"@radix-ui/react-icons\";\nimport { InputField } from \"../input-field\";\nimport { InputFieldProps } from \"../input-field/input-field\";\nimport { IconButton } from \"../icon-button\";\n\nimport styles from \"./search.module.css\";\n\nexport interface SearchProps extends Omit<InputFieldProps, 'leadingIcon'> {\n showClearButton?: boolean;\n onClear?: () => void;\n variant?: 'default' | 'borderless';\n}\n\nexport const Search = ({ \n className, \n disabled, \n placeholder = \"Search\", \n size, \n showClearButton, \n onClear, \n value,\n onChange,\n width = \"100%\",\n variant = \"default\",\n ...props \n}: SearchProps) => {\n const trailingIconWithClear = showClearButton && value ? (\n <div className={styles.clearButtonWrapper}>\n <IconButton\n size={size === 'small' ? 2 : 3}\n onClick={(e) => {\n e.stopPropagation();\n if (!disabled && onClear) {\n onClear();\n }\n }}\n disabled={disabled}\n aria-label=\"Clear search\"\n className={styles.clearButton}\n >\n <CrossCircledIcon />\n </IconButton>\n </div>\n ) : undefined;\n\n return (\n <div className={styles.container} role=\"search\" style={{ width }}>\n <InputField\n leadingIcon={<MagnifyingGlassIcon />}\n trailingIcon={trailingIconWithClear}\n placeholder={placeholder}\n disabled={disabled}\n value={value}\n onChange={onChange}\n size={size}\n className={className}\n aria-label={placeholder}\n variant={variant}\n {...props}\n />\n </div>\n );\n};\n\nSearch.displayName = \"Search\";"],"names":["_jsx"],"mappings":";;;;;;AAaa,MAAA,MAAM,GAAG,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,WAAW,GAAG,QAAQ,EACtB,IAAI,EACJ,eAAe,EACf,OAAO,EACP,KAAK,EACL,QAAQ,EACR,KAAK,GAAG,MAAM,EACd,OAAO,GAAG,SAAS,EACnB,GAAG,KAAK,EACI,KAAI;AAChB,IAAA,MAAM,qBAAqB,GAAG,eAAe,IAAI,KAAK,IACpDA,qBAAA,CAAA,KAAA,EAAA,EAAK,SAAS,EAAE,MAAM,CAAC,kBAAkB,EAAA,QAAA,EACvCA,sBAAC,UAAU,EAAA,EACT,IAAI,EAAE,IAAI,KAAK,OAAO,GAAG,CAAC,GAAG,CAAC,EAC9B,OAAO,EAAE,CAAC,CAAC,KAAI;gBACb,CAAC,CAAC,eAAe,EAAE,CAAC;AACpB,gBAAA,IAAI,CAAC,QAAQ,IAAI,OAAO,EAAE;AACxB,oBAAA,OAAO,EAAE,CAAC;iBACX;aACF,EACD,QAAQ,EAAE,QAAQ,gBACP,cAAc,EACzB,SAAS,EAAE,MAAM,CAAC,WAAW,EAE7B,QAAA,EAAAA,qBAAA,CAAC,gBAAgB,EAAA,EAAA,CAAG,EACT,CAAA,EAAA,CACT,IACJ,SAAS,CAAC;AAEd,IAAA,QACEA,qBAAA,CAAA,KAAA,EAAA,EAAK,SAAS,EAAE,MAAM,CAAC,SAAS,EAAE,IAAI,EAAC,QAAQ,EAAC,KAAK,EAAE,EAAE,KAAK,EAAE,EAC9D,QAAA,EAAAA,qBAAA,CAAC,UAAU,EAAA,EACT,WAAW,EAAEA,qBAAC,CAAA,mBAAmB,EAAG,EAAA,CAAA,EACpC,YAAY,EAAE,qBAAqB,EACnC,WAAW,EAAE,WAAW,EACxB,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,EAClB,IAAI,EAAE,IAAI,EACV,SAAS,EAAE,SAAS,EAAA,YAAA,EACR,WAAW,EACvB,OAAO,EAAE,OAAO,EACZ,GAAA,KAAK,EACT,CAAA,EAAA,CACE,EACN;AACJ,EAAE;AAEF,MAAM,CAAC,WAAW,GAAG,QAAQ;;;;"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var styles = {"container":"search-module_container__8gEJW","
|
|
5
|
+
var styles = {"container":"search-module_container__8gEJW","clearButtonWrapper":"search-module_clearButtonWrapper__QQGqN","clearButton":"search-module_clearButton__CGShe"};
|
|
6
6
|
|
|
7
7
|
exports.default = styles;
|
|
8
8
|
//# sourceMappingURL=search.module.css.cjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var styles = {"container":"search-module_container__8gEJW","
|
|
1
|
+
var styles = {"container":"search-module_container__8gEJW","clearButtonWrapper":"search-module_clearButtonWrapper__QQGqN","clearButton":"search-module_clearButton__CGShe"};
|
|
2
2
|
|
|
3
3
|
export { styles as default };
|
|
4
4
|
//# sourceMappingURL=search.module.css.js.map
|
|
@@ -5,6 +5,7 @@ var reactIcons_esm = require('../../node_modules/.pnpm/@radix-ui_react-icons@1.3
|
|
|
5
5
|
var tooltip = require('../tooltip/tooltip.cjs');
|
|
6
6
|
var index = require('../../node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.cjs');
|
|
7
7
|
var React = require('react');
|
|
8
|
+
var clsx = require('../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.cjs');
|
|
8
9
|
var textArea_module = require('./text-area.module.css.cjs');
|
|
9
10
|
|
|
10
11
|
function _interopNamespaceDefault(e) {
|
|
@@ -33,8 +34,8 @@ const textArea = index.cva(textArea_module.default.textarea, {
|
|
|
33
34
|
}
|
|
34
35
|
}
|
|
35
36
|
});
|
|
36
|
-
const TextArea = React__namespace.forwardRef(({ className, style, label, required, infoTooltip, helperText, error, width = "
|
|
37
|
-
return (jsxRuntime.jsxRuntimeExports.jsxs("div", { className: textArea_module.default.container, style: { width }, children: [label && (jsxRuntime.jsxRuntimeExports.jsxs("div", { className: textArea_module.default.labelContainer, children: [jsxRuntime.jsxRuntimeExports.
|
|
37
|
+
const TextArea = React__namespace.forwardRef(({ className, style, label, required, infoTooltip, helperText, error, disabled, width = "100%", value, onChange, ...props }, ref) => {
|
|
38
|
+
return (jsxRuntime.jsxRuntimeExports.jsxs("div", { className: textArea_module.default.container, style: { width }, children: [label && (jsxRuntime.jsxRuntimeExports.jsxs("div", { className: textArea_module.default.labelContainer, children: [jsxRuntime.jsxRuntimeExports.jsxs("label", { className: clsx.clsx(textArea_module.default.label, disabled && textArea_module.default.labelDisabled), children: [label, !required && jsxRuntime.jsxRuntimeExports.jsx("span", { className: textArea_module.default.optional, children: "(optional)" })] }), infoTooltip && (jsxRuntime.jsxRuntimeExports.jsx(tooltip.Tooltip, { message: infoTooltip, side: "right", children: jsxRuntime.jsxRuntimeExports.jsx("span", { className: textArea_module.default.helpIcon, children: jsxRuntime.jsxRuntimeExports.jsx(reactIcons_esm.InfoCircledIcon, {}) }) }))] })), jsxRuntime.jsxRuntimeExports.jsx("textarea", { className: index.cx(textArea({ error }), disabled && textArea_module.default.disabled, className), ref: ref, value: value, onChange: onChange, required: required, disabled: disabled, ...props }), helperText && (jsxRuntime.jsxRuntimeExports.jsx("span", { className: clsx.clsx(textArea_module.default.helperText, error && textArea_module.default.helperTextError, disabled && textArea_module.default.helperTextDisabled), children: helperText }))] }));
|
|
38
39
|
});
|
|
39
40
|
TextArea.displayName = "TextArea";
|
|
40
41
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-area.cjs","sources":["../../../../v1/components/text-area/text-area.tsx"],"sourcesContent":["import { InfoCircledIcon } from \"@radix-ui/react-icons\";\nimport { Tooltip } from \"../tooltip\";\nimport { cva, cx
|
|
1
|
+
{"version":3,"file":"text-area.cjs","sources":["../../../../v1/components/text-area/text-area.tsx"],"sourcesContent":["import { InfoCircledIcon } from \"@radix-ui/react-icons\";\nimport { Tooltip } from \"../tooltip\";\nimport { cva, cx } from \"class-variance-authority\";\nimport * as React from \"react\";\nimport { HTMLAttributes, PropsWithChildren } from \"react\";\nimport clsx from \"clsx\";\n\nimport styles from \"./text-area.module.css\";\n\nconst textArea = cva(styles.textarea, {\n variants: {\n error: {\n true: styles.error\n }\n }\n});\n\nexport interface TextAreaProps extends PropsWithChildren<HTMLAttributes<HTMLTextAreaElement>> {\n label?: string;\n required?: boolean;\n infoTooltip?: string;\n helperText?: string;\n error?: boolean;\n disabled?: boolean;\n width?: string | number;\n value?: string;\n onChange?: (event: React.ChangeEvent<HTMLTextAreaElement>) => void;\n}\n\nconst TextArea = React.forwardRef<HTMLTextAreaElement, TextAreaProps>(\n ({ className, style, label, required, infoTooltip, helperText, error, disabled, width = \"100%\", value, onChange, ...props }, ref) => {\n return (\n <div className={styles.container} style={{ width }}>\n {label && (\n <div className={styles.labelContainer}>\n <label className={clsx(styles.label, disabled && styles.labelDisabled)}>\n {label}\n {!required && <span className={styles.optional}>(optional)</span>}\n </label>\n {infoTooltip && (\n <Tooltip message={infoTooltip} side=\"right\">\n <span className={styles.helpIcon}>\n <InfoCircledIcon />\n </span>\n </Tooltip>\n )}\n </div>\n )}\n <textarea\n className={cx(\n textArea({ error }),\n disabled && styles.disabled,\n className\n )}\n ref={ref}\n value={value}\n onChange={onChange}\n required={required}\n disabled={disabled}\n {...props}\n />\n {helperText && (\n <span \n className={clsx(\n styles.helperText, \n error && styles.helperTextError,\n disabled && styles.helperTextDisabled\n )}\n >\n {helperText}\n </span>\n )}\n </div>\n );\n }\n);\n\nTextArea.displayName = \"TextArea\";\n\nexport { TextArea };\n"],"names":["cva","styles","React","_jsxs","clsx","_jsx","Tooltip","InfoCircledIcon","cx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AASA,MAAM,QAAQ,GAAGA,SAAG,CAACC,uBAAM,CAAC,QAAQ,EAAE;AACpC,IAAA,QAAQ,EAAE;AACR,QAAA,KAAK,EAAE;YACL,IAAI,EAAEA,uBAAM,CAAC,KAAK;AACnB,SAAA;AACF,KAAA;AACF,CAAA,CAAC,CAAC;AAcH,MAAM,QAAQ,GAAGC,gBAAK,CAAC,UAAU,CAC/B,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,WAAW,EAAE,UAAU,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,KAAI;AAClI,IAAA,QACEC,iCAAK,CAAA,KAAA,EAAA,EAAA,SAAS,EAAEF,uBAAM,CAAC,SAAS,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,EAC/C,QAAA,EAAA,CAAA,KAAK,KACJE,iCAAA,CAAA,KAAA,EAAA,EAAK,SAAS,EAAEF,uBAAM,CAAC,cAAc,EACnC,QAAA,EAAA,CAAAE,iCAAA,CAAA,OAAA,EAAA,EAAO,SAAS,EAAEC,SAAI,CAACH,uBAAM,CAAC,KAAK,EAAE,QAAQ,IAAIA,uBAAM,CAAC,aAAa,CAAC,EAAA,QAAA,EAAA,CACnE,KAAK,EACL,CAAC,QAAQ,IAAII,2CAAM,SAAS,EAAEJ,uBAAM,CAAC,QAAQ,EAAmB,QAAA,EAAA,YAAA,EAAA,CAAA,CAAA,EAAA,CAC3D,EACP,WAAW,KACVI,gCAAA,CAACC,eAAO,EAAA,EAAC,OAAO,EAAE,WAAW,EAAE,IAAI,EAAC,OAAO,EAAA,QAAA,EACzCD,gCAAM,CAAA,MAAA,EAAA,EAAA,SAAS,EAAEJ,uBAAM,CAAC,QAAQ,EAC9B,QAAA,EAAAI,gCAAA,CAACE,8BAAe,EAAG,EAAA,CAAA,EAAA,CACd,EACC,CAAA,CACX,IACG,CACP,EACDF,gCACE,CAAA,UAAA,EAAA,EAAA,SAAS,EAAEG,QAAE,CACX,QAAQ,CAAC,EAAE,KAAK,EAAE,CAAC,EACnB,QAAQ,IAAIP,uBAAM,CAAC,QAAQ,EAC3B,SAAS,CACV,EACD,GAAG,EAAE,GAAG,EACR,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EACd,GAAA,KAAK,GACT,EACD,UAAU,KACTI,2CACE,SAAS,EAAED,SAAI,CACbH,uBAAM,CAAC,UAAU,EACjB,KAAK,IAAIA,uBAAM,CAAC,eAAe,EAC/B,QAAQ,IAAIA,uBAAM,CAAC,kBAAkB,CACtC,EAEA,QAAA,EAAA,UAAU,GACN,CACR,CAAA,EAAA,CACG,EACN;AACJ,CAAC,EACD;AAEF,QAAQ,CAAC,WAAW,GAAG,UAAU;;;;"}
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
import { VariantProps } from "class-variance-authority";
|
|
2
1
|
import * as React from "react";
|
|
3
2
|
import { HTMLAttributes, PropsWithChildren } from "react";
|
|
4
|
-
|
|
5
|
-
error?: boolean | null | undefined;
|
|
6
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
7
|
-
export interface TextAreaProps extends PropsWithChildren<VariantProps<typeof textArea>>, HTMLAttributes<HTMLTextAreaElement> {
|
|
3
|
+
export interface TextAreaProps extends PropsWithChildren<HTMLAttributes<HTMLTextAreaElement>> {
|
|
8
4
|
label?: string;
|
|
9
5
|
required?: boolean;
|
|
10
6
|
infoTooltip?: string;
|
|
11
7
|
helperText?: string;
|
|
12
8
|
error?: boolean;
|
|
9
|
+
disabled?: boolean;
|
|
13
10
|
width?: string | number;
|
|
14
11
|
value?: string;
|
|
15
12
|
onChange?: (event: React.ChangeEvent<HTMLTextAreaElement>) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-area.d.ts","sourceRoot":"","sources":["../../../../v1/components/text-area/text-area.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"text-area.d.ts","sourceRoot":"","sources":["../../../../v1/components/text-area/text-area.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAa1D,MAAM,WAAW,aAAc,SAAQ,iBAAiB,CAAC,cAAc,CAAC,mBAAmB,CAAC,CAAC;IAC3F,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;CACpE;AAED,QAAA,MAAM,QAAQ,2FA8Cb,CAAC;AAIF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|
|
@@ -3,6 +3,7 @@ import { InfoCircledIcon } from '../../node_modules/.pnpm/@radix-ui_react-icons@
|
|
|
3
3
|
import { Tooltip } from '../tooltip/tooltip.js';
|
|
4
4
|
import { cx, cva } from '../../node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.js';
|
|
5
5
|
import * as React from 'react';
|
|
6
|
+
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
6
7
|
import styles from './text-area.module.css.js';
|
|
7
8
|
|
|
8
9
|
const textArea = cva(styles.textarea, {
|
|
@@ -12,8 +13,8 @@ const textArea = cva(styles.textarea, {
|
|
|
12
13
|
}
|
|
13
14
|
}
|
|
14
15
|
});
|
|
15
|
-
const TextArea = React.forwardRef(({ className, style, label, required, infoTooltip, helperText, error, width = "
|
|
16
|
-
return (jsxRuntimeExports.jsxs("div", { className: styles.container, style: { width }, children: [label && (jsxRuntimeExports.jsxs("div", { className: styles.labelContainer, children: [jsxRuntimeExports.
|
|
16
|
+
const TextArea = React.forwardRef(({ className, style, label, required, infoTooltip, helperText, error, disabled, width = "100%", value, onChange, ...props }, ref) => {
|
|
17
|
+
return (jsxRuntimeExports.jsxs("div", { className: styles.container, style: { width }, children: [label && (jsxRuntimeExports.jsxs("div", { className: styles.labelContainer, children: [jsxRuntimeExports.jsxs("label", { className: clsx(styles.label, disabled && styles.labelDisabled), children: [label, !required && jsxRuntimeExports.jsx("span", { className: styles.optional, children: "(optional)" })] }), infoTooltip && (jsxRuntimeExports.jsx(Tooltip, { message: infoTooltip, side: "right", children: jsxRuntimeExports.jsx("span", { className: styles.helpIcon, children: jsxRuntimeExports.jsx(InfoCircledIcon, {}) }) }))] })), jsxRuntimeExports.jsx("textarea", { className: cx(textArea({ error }), disabled && styles.disabled, className), ref: ref, value: value, onChange: onChange, required: required, disabled: disabled, ...props }), helperText && (jsxRuntimeExports.jsx("span", { className: clsx(styles.helperText, error && styles.helperTextError, disabled && styles.helperTextDisabled), children: helperText }))] }));
|
|
17
18
|
});
|
|
18
19
|
TextArea.displayName = "TextArea";
|
|
19
20
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-area.js","sources":["../../../../v1/components/text-area/text-area.tsx"],"sourcesContent":["import { InfoCircledIcon } from \"@radix-ui/react-icons\";\nimport { Tooltip } from \"../tooltip\";\nimport { cva, cx
|
|
1
|
+
{"version":3,"file":"text-area.js","sources":["../../../../v1/components/text-area/text-area.tsx"],"sourcesContent":["import { InfoCircledIcon } from \"@radix-ui/react-icons\";\nimport { Tooltip } from \"../tooltip\";\nimport { cva, cx } from \"class-variance-authority\";\nimport * as React from \"react\";\nimport { HTMLAttributes, PropsWithChildren } from \"react\";\nimport clsx from \"clsx\";\n\nimport styles from \"./text-area.module.css\";\n\nconst textArea = cva(styles.textarea, {\n variants: {\n error: {\n true: styles.error\n }\n }\n});\n\nexport interface TextAreaProps extends PropsWithChildren<HTMLAttributes<HTMLTextAreaElement>> {\n label?: string;\n required?: boolean;\n infoTooltip?: string;\n helperText?: string;\n error?: boolean;\n disabled?: boolean;\n width?: string | number;\n value?: string;\n onChange?: (event: React.ChangeEvent<HTMLTextAreaElement>) => void;\n}\n\nconst TextArea = React.forwardRef<HTMLTextAreaElement, TextAreaProps>(\n ({ className, style, label, required, infoTooltip, helperText, error, disabled, width = \"100%\", value, onChange, ...props }, ref) => {\n return (\n <div className={styles.container} style={{ width }}>\n {label && (\n <div className={styles.labelContainer}>\n <label className={clsx(styles.label, disabled && styles.labelDisabled)}>\n {label}\n {!required && <span className={styles.optional}>(optional)</span>}\n </label>\n {infoTooltip && (\n <Tooltip message={infoTooltip} side=\"right\">\n <span className={styles.helpIcon}>\n <InfoCircledIcon />\n </span>\n </Tooltip>\n )}\n </div>\n )}\n <textarea\n className={cx(\n textArea({ error }),\n disabled && styles.disabled,\n className\n )}\n ref={ref}\n value={value}\n onChange={onChange}\n required={required}\n disabled={disabled}\n {...props}\n />\n {helperText && (\n <span \n className={clsx(\n styles.helperText, \n error && styles.helperTextError,\n disabled && styles.helperTextDisabled\n )}\n >\n {helperText}\n </span>\n )}\n </div>\n );\n }\n);\n\nTextArea.displayName = \"TextArea\";\n\nexport { TextArea };\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;AASA,MAAM,QAAQ,GAAG,GAAG,CAAC,MAAM,CAAC,QAAQ,EAAE;AACpC,IAAA,QAAQ,EAAE;AACR,QAAA,KAAK,EAAE;YACL,IAAI,EAAE,MAAM,CAAC,KAAK;AACnB,SAAA;AACF,KAAA;AACF,CAAA,CAAC,CAAC;AAcH,MAAM,QAAQ,GAAG,KAAK,CAAC,UAAU,CAC/B,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,WAAW,EAAE,UAAU,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,KAAI;AAClI,IAAA,QACEA,sBAAK,CAAA,KAAA,EAAA,EAAA,SAAS,EAAE,MAAM,CAAC,SAAS,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,EAC/C,QAAA,EAAA,CAAA,KAAK,KACJA,sBAAA,CAAA,KAAA,EAAA,EAAK,SAAS,EAAE,MAAM,CAAC,cAAc,EACnC,QAAA,EAAA,CAAAA,sBAAA,CAAA,OAAA,EAAA,EAAO,SAAS,EAAE,IAAI,CAAC,MAAM,CAAC,KAAK,EAAE,QAAQ,IAAI,MAAM,CAAC,aAAa,CAAC,EAAA,QAAA,EAAA,CACnE,KAAK,EACL,CAAC,QAAQ,IAAIC,gCAAM,SAAS,EAAE,MAAM,CAAC,QAAQ,EAAmB,QAAA,EAAA,YAAA,EAAA,CAAA,CAAA,EAAA,CAC3D,EACP,WAAW,KACVA,qBAAA,CAAC,OAAO,EAAA,EAAC,OAAO,EAAE,WAAW,EAAE,IAAI,EAAC,OAAO,EAAA,QAAA,EACzCA,qBAAM,CAAA,MAAA,EAAA,EAAA,SAAS,EAAE,MAAM,CAAC,QAAQ,EAC9B,QAAA,EAAAA,qBAAA,CAAC,eAAe,EAAG,EAAA,CAAA,EAAA,CACd,EACC,CAAA,CACX,IACG,CACP,EACDA,qBACE,CAAA,UAAA,EAAA,EAAA,SAAS,EAAE,EAAE,CACX,QAAQ,CAAC,EAAE,KAAK,EAAE,CAAC,EACnB,QAAQ,IAAI,MAAM,CAAC,QAAQ,EAC3B,SAAS,CACV,EACD,GAAG,EAAE,GAAG,EACR,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EACd,GAAA,KAAK,GACT,EACD,UAAU,KACTA,gCACE,SAAS,EAAE,IAAI,CACb,MAAM,CAAC,UAAU,EACjB,KAAK,IAAI,MAAM,CAAC,eAAe,EAC/B,QAAQ,IAAI,MAAM,CAAC,kBAAkB,CACtC,EAEA,QAAA,EAAA,UAAU,GACN,CACR,CAAA,EAAA,CACG,EACN;AACJ,CAAC,EACD;AAEF,QAAQ,CAAC,WAAW,GAAG,UAAU;;;;"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var styles = {"container":"text-area-module_container__-sUq9","labelContainer":"text-area-module_labelContainer__3ZyvE","label":"text-area-module_label__3kryI","helpIcon":"text-area-module_helpIcon__1OX-M","optional":"text-area-module_optional__Est9T","helperText":"text-area-module_helperText__7Qx5o","textarea":"text-area-module_textarea__UVKu2","error":"text-area-module_error__JG9Yn"};
|
|
5
|
+
var styles = {"container":"text-area-module_container__-sUq9","labelContainer":"text-area-module_labelContainer__3ZyvE","label":"text-area-module_label__3kryI","helpIcon":"text-area-module_helpIcon__1OX-M","optional":"text-area-module_optional__Est9T","helperText":"text-area-module_helperText__7Qx5o","textarea":"text-area-module_textarea__UVKu2","error":"text-area-module_error__JG9Yn","helperTextError":"text-area-module_helperTextError__88lsn","helperTextDisabled":"text-area-module_helperTextDisabled__4QpiJ"};
|
|
6
6
|
|
|
7
7
|
exports.default = styles;
|
|
8
8
|
//# sourceMappingURL=text-area.module.css.cjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var styles = {"container":"text-area-module_container__-sUq9","labelContainer":"text-area-module_labelContainer__3ZyvE","label":"text-area-module_label__3kryI","helpIcon":"text-area-module_helpIcon__1OX-M","optional":"text-area-module_optional__Est9T","helperText":"text-area-module_helperText__7Qx5o","textarea":"text-area-module_textarea__UVKu2","error":"text-area-module_error__JG9Yn"};
|
|
1
|
+
var styles = {"container":"text-area-module_container__-sUq9","labelContainer":"text-area-module_labelContainer__3ZyvE","label":"text-area-module_label__3kryI","helpIcon":"text-area-module_helpIcon__1OX-M","optional":"text-area-module_optional__Est9T","helperText":"text-area-module_helperText__7Qx5o","textarea":"text-area-module_textarea__UVKu2","error":"text-area-module_error__JG9Yn","helperTextError":"text-area-module_helperTextError__88lsn","helperTextDisabled":"text-area-module_helperTextDisabled__4QpiJ"};
|
|
2
2
|
|
|
3
3
|
export { styles as default };
|
|
4
4
|
//# sourceMappingURL=text-area.module.css.js.map
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
|
|
5
|
+
function _interopNamespaceDefault(e) {
|
|
6
|
+
var n = Object.create(null);
|
|
7
|
+
if (e) {
|
|
8
|
+
Object.keys(e).forEach(function (k) {
|
|
9
|
+
if (k !== 'default') {
|
|
10
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
11
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () { return e[k]; }
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
n.default = e;
|
|
19
|
+
return Object.freeze(n);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
23
|
+
|
|
24
|
+
var _g;
|
|
25
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
26
|
+
var SvgBellSlash = function SvgBellSlash(props) {
|
|
27
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
28
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
29
|
+
width: 16,
|
|
30
|
+
height: 16,
|
|
31
|
+
fill: "none",
|
|
32
|
+
viewBox: "0 0 16 16"
|
|
33
|
+
}, props), _g || (_g = /*#__PURE__*/React__namespace.createElement("g", {
|
|
34
|
+
fill: "currentColor"
|
|
35
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
36
|
+
d: "M2.354 1.646a.5.5 0 1 0-.708.708l12 12a.5.5 0 0 0 .708-.708zM13.714 10.984q-.225.083-.45.158L4.879 2.758A4.5 4.5 0 0 1 12.5 6v.5c0 1.415.535 2.705 1.413 3.68a.5.5 0 0 1-.198.804"
|
|
37
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
38
|
+
fillRule: "evenodd",
|
|
39
|
+
d: "M3.5 6q0-.184.015-.364l6.922 6.923a2.5 2.5 0 0 1-4.93-.746 16.4 16.4 0 0 1-3.221-.83.5.5 0 0 1-.198-.803A5.48 5.48 0 0 0 3.5 6.5zm3.001 5.933L6.5 12a1.5 1.5 0 1 0 2.999-.067 16.7 16.7 0 0 1-2.998 0",
|
|
40
|
+
clipRule: "evenodd"
|
|
41
|
+
}))));
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
exports.ReactComponent = SvgBellSlash;
|
|
45
|
+
//# sourceMappingURL=bell-slash.svg.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bell-slash.svg.cjs","sources":["../../../../v1/icons/assets/bell-slash.svg"],"sourcesContent":["var img = \"data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg id='bell-slash'%3e%3cg id='Union'%3e%3cpath d='M2.35355 1.64645C2.15829 1.45118 1.84171 1.45118 1.64645 1.64645C1.45118 1.84171 1.45118 2.15829 1.64645 2.35355L13.6464 14.3536C13.8417 14.5488 14.1583 14.5488 14.3536 14.3536C14.5488 14.1583 14.5488 13.8417 14.3536 13.6464L2.35355 1.64645Z' fill='currentColor'/%3e%3cpath d='M13.7139 10.9836C13.5649 11.0387 13.4148 11.0916 13.2637 11.1424L4.87926 2.75794C5.68831 1.97898 6.78822 1.5 8.00001 1.5C10.4853 1.5 12.5 3.51472 12.5 6L12.4999 6.03279V6.5C12.4999 7.91542 13.0339 9.20494 13.9122 10.1799C14.0232 10.3031 14.0659 10.4734 14.0262 10.6344C13.9865 10.7954 13.8695 10.9262 13.7139 10.9836Z' fill='currentColor'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.50001 5.99987C3.50001 5.87732 3.50491 5.75592 3.51453 5.63585L10.4373 12.5587C10.1836 13.6704 9.18867 14.5 8.00001 14.5C6.6193 14.5 5.50001 13.3807 5.50001 12C5.50001 11.9371 5.50234 11.8747 5.50693 11.8128C4.39289 11.644 3.31525 11.3637 2.28583 10.9836C2.13026 10.9262 2.01328 10.7954 1.97355 10.6344C1.93382 10.4734 1.97651 10.3031 2.08751 10.1799C2.96586 9.20494 3.49988 7.91542 3.49988 6.5L3.50001 5.99987ZM6.50148 11.9328C6.5005 11.9551 6.50001 11.9775 6.50001 12C6.50001 12.8284 7.17158 13.5 8.00001 13.5C8.82843 13.5 9.50001 12.8284 9.50001 12C9.50001 11.9775 9.49951 11.9551 9.49854 11.9328C9.00482 11.9773 8.50494 12 7.99988 12C7.4949 12 6.99511 11.9773 6.50148 11.9328Z' fill='currentColor'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e\";\n export default img;"],"names":["React"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAI,EAAE,CAAC;AACP,SAAS,QAAQ,GAAG,EAAE,OAAO,QAAQ,GAAG,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,UAAU,CAAC,EAAE,EAAE,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,cAAc,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC,EAAE;AAEjR,IAAC,YAAY,GAAG,SAAS,YAAY,CAAC,KAAK,EAAE;AAChD,EAAE,oBAAoBA,gBAAK,CAAC,aAAa,CAAC,KAAK,EAAE,QAAQ,CAAC;AAC1D,IAAI,KAAK,EAAE,4BAA4B;AACvC,IAAI,KAAK,EAAE,EAAE;AACb,IAAI,MAAM,EAAE,EAAE;AACd,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,WAAW;AACxB,GAAG,EAAE,KAAK,CAAC,EAAE,EAAE,KAAK,EAAE,gBAAgBA,gBAAK,CAAC,aAAa,CAAC,GAAG,EAAE;AAC/D,IAAI,IAAI,EAAE,cAAc;AACxB,GAAG,eAAeA,gBAAK,CAAC,aAAa,CAAC,MAAM,EAAE;AAC9C,IAAI,CAAC,EAAE,mLAAmL;AAC1L,GAAG,CAAC,eAAeA,gBAAK,CAAC,aAAa,CAAC,MAAM,EAAE;AAC/C,IAAI,QAAQ,EAAE,SAAS;AACvB,IAAI,CAAC,EAAE,uMAAuM;AAC9M,IAAI,QAAQ,EAAE,SAAS;AACvB,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;AACR;;;;"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
var _g;
|
|
4
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
5
|
+
var SvgBellSlash = function SvgBellSlash(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: 16,
|
|
9
|
+
height: 16,
|
|
10
|
+
fill: "none",
|
|
11
|
+
viewBox: "0 0 16 16"
|
|
12
|
+
}, props), _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
13
|
+
fill: "currentColor"
|
|
14
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
d: "M2.354 1.646a.5.5 0 1 0-.708.708l12 12a.5.5 0 0 0 .708-.708zM13.714 10.984q-.225.083-.45.158L4.879 2.758A4.5 4.5 0 0 1 12.5 6v.5c0 1.415.535 2.705 1.413 3.68a.5.5 0 0 1-.198.804"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
d: "M3.5 6q0-.184.015-.364l6.922 6.923a2.5 2.5 0 0 1-4.93-.746 16.4 16.4 0 0 1-3.221-.83.5.5 0 0 1-.198-.803A5.48 5.48 0 0 0 3.5 6.5zm3.001 5.933L6.5 12a1.5 1.5 0 1 0 2.999-.067 16.7 16.7 0 0 1-2.998 0",
|
|
19
|
+
clipRule: "evenodd"
|
|
20
|
+
}))));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { SvgBellSlash as ReactComponent };
|
|
24
|
+
//# sourceMappingURL=bell-slash.svg.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bell-slash.svg.js","sources":["../../../../v1/icons/assets/bell-slash.svg"],"sourcesContent":["var img = \"data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg id='bell-slash'%3e%3cg id='Union'%3e%3cpath d='M2.35355 1.64645C2.15829 1.45118 1.84171 1.45118 1.64645 1.64645C1.45118 1.84171 1.45118 2.15829 1.64645 2.35355L13.6464 14.3536C13.8417 14.5488 14.1583 14.5488 14.3536 14.3536C14.5488 14.1583 14.5488 13.8417 14.3536 13.6464L2.35355 1.64645Z' fill='currentColor'/%3e%3cpath d='M13.7139 10.9836C13.5649 11.0387 13.4148 11.0916 13.2637 11.1424L4.87926 2.75794C5.68831 1.97898 6.78822 1.5 8.00001 1.5C10.4853 1.5 12.5 3.51472 12.5 6L12.4999 6.03279V6.5C12.4999 7.91542 13.0339 9.20494 13.9122 10.1799C14.0232 10.3031 14.0659 10.4734 14.0262 10.6344C13.9865 10.7954 13.8695 10.9262 13.7139 10.9836Z' fill='currentColor'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.50001 5.99987C3.50001 5.87732 3.50491 5.75592 3.51453 5.63585L10.4373 12.5587C10.1836 13.6704 9.18867 14.5 8.00001 14.5C6.6193 14.5 5.50001 13.3807 5.50001 12C5.50001 11.9371 5.50234 11.8747 5.50693 11.8128C4.39289 11.644 3.31525 11.3637 2.28583 10.9836C2.13026 10.9262 2.01328 10.7954 1.97355 10.6344C1.93382 10.4734 1.97651 10.3031 2.08751 10.1799C2.96586 9.20494 3.49988 7.91542 3.49988 6.5L3.50001 5.99987ZM6.50148 11.9328C6.5005 11.9551 6.50001 11.9775 6.50001 12C6.50001 12.8284 7.17158 13.5 8.00001 13.5C8.82843 13.5 9.50001 12.8284 9.50001 12C9.50001 11.9775 9.49951 11.9551 9.49854 11.9328C9.00482 11.9773 8.50494 12 7.99988 12C7.4949 12 6.99511 11.9773 6.50148 11.9328Z' fill='currentColor'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e\";\n export default img;"],"names":[],"mappings":";;AAAA,IAAI,EAAE,CAAC;AACP,SAAS,QAAQ,GAAG,EAAE,OAAO,QAAQ,GAAG,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,UAAU,CAAC,EAAE,EAAE,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,cAAc,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC,EAAE;AAEjR,IAAC,YAAY,GAAG,SAAS,YAAY,CAAC,KAAK,EAAE;AAChD,EAAE,oBAAoB,KAAK,CAAC,aAAa,CAAC,KAAK,EAAE,QAAQ,CAAC;AAC1D,IAAI,KAAK,EAAE,4BAA4B;AACvC,IAAI,KAAK,EAAE,EAAE;AACb,IAAI,MAAM,EAAE,EAAE;AACd,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,WAAW;AACxB,GAAG,EAAE,KAAK,CAAC,EAAE,EAAE,KAAK,EAAE,gBAAgB,KAAK,CAAC,aAAa,CAAC,GAAG,EAAE;AAC/D,IAAI,IAAI,EAAE,cAAc;AACxB,GAAG,eAAe,KAAK,CAAC,aAAa,CAAC,MAAM,EAAE;AAC9C,IAAI,CAAC,EAAE,mLAAmL;AAC1L,GAAG,CAAC,eAAe,KAAK,CAAC,aAAa,CAAC,MAAM,EAAE;AAC/C,IAAI,QAAQ,EAAE,SAAS;AACvB,IAAI,CAAC,EAAE,uMAAuM;AAC9M,IAAI,QAAQ,EAAE,SAAS;AACvB,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;AACR;;;;"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
|
|
5
|
+
function _interopNamespaceDefault(e) {
|
|
6
|
+
var n = Object.create(null);
|
|
7
|
+
if (e) {
|
|
8
|
+
Object.keys(e).forEach(function (k) {
|
|
9
|
+
if (k !== 'default') {
|
|
10
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
11
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () { return e[k]; }
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
n.default = e;
|
|
19
|
+
return Object.freeze(n);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
23
|
+
|
|
24
|
+
var _path;
|
|
25
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
26
|
+
var SvgBell = function SvgBell(props) {
|
|
27
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
28
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
29
|
+
width: 16,
|
|
30
|
+
height: 16,
|
|
31
|
+
fill: "none",
|
|
32
|
+
viewBox: "0 0 16 16"
|
|
33
|
+
}, props), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
|
|
34
|
+
stroke: "currentColor",
|
|
35
|
+
strokeLinecap: "round",
|
|
36
|
+
strokeLinejoin: "round",
|
|
37
|
+
d: "M9.905 11.388c1.263-.15 2.48-.447 3.636-.873A5.98 5.98 0 0 1 12 6.5V6a4 4 0 0 0-8 0v.5a5.98 5.98 0 0 1-1.541 4.015c1.155.426 2.373.723 3.636.873m3.81 0a16.2 16.2 0 0 1-3.81 0m3.81 0q.094.291.095.612a2 2 0 1 1-3.905-.612"
|
|
38
|
+
})));
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
exports.ReactComponent = SvgBell;
|
|
42
|
+
//# sourceMappingURL=bell.svg.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bell.svg.cjs","sources":["../../../../v1/icons/assets/bell.svg"],"sourcesContent":["var img = \"data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg id='bell'%3e%3cpath id='Vector' d='M9.90457 11.3878C11.1676 11.238 12.3855 10.941 13.5408 10.5146C12.5829 9.45134 11.9999 8.04376 11.9999 6.5V6.03279C12 6.02187 12 6.01094 12 6C12 3.79086 10.2091 2 8 2C5.79086 2 4 3.79086 4 6L3.99987 6.5C3.99987 8.04376 3.41685 9.45134 2.45898 10.5146C3.61427 10.9411 4.83229 11.238 6.09542 11.3878M9.90457 11.3878C9.27999 11.4619 8.64438 11.5 7.99987 11.5C7.35545 11.5 6.71992 11.4619 6.09542 11.3878M9.90457 11.3878C9.96654 11.5807 10 11.7865 10 12C10 13.1046 9.10457 14 8 14C6.89543 14 6 13.1046 6 12C6 11.7865 6.03346 11.5808 6.09542 11.3878' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e\";\n export default img;"],"names":["React"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAI,KAAK,CAAC;AACV,SAAS,QAAQ,GAAG,EAAE,OAAO,QAAQ,GAAG,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,UAAU,CAAC,EAAE,EAAE,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,cAAc,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC,EAAE;AAEjR,IAAC,OAAO,GAAG,SAAS,OAAO,CAAC,KAAK,EAAE;AACtC,EAAE,oBAAoBA,gBAAK,CAAC,aAAa,CAAC,KAAK,EAAE,QAAQ,CAAC;AAC1D,IAAI,KAAK,EAAE,4BAA4B;AACvC,IAAI,KAAK,EAAE,EAAE;AACb,IAAI,MAAM,EAAE,EAAE;AACd,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,WAAW;AACxB,GAAG,EAAE,KAAK,CAAC,EAAE,KAAK,KAAK,KAAK,gBAAgBA,gBAAK,CAAC,aAAa,CAAC,MAAM,EAAE;AACxE,IAAI,MAAM,EAAE,cAAc;AAC1B,IAAI,aAAa,EAAE,OAAO;AAC1B,IAAI,cAAc,EAAE,OAAO;AAC3B,IAAI,CAAC,EAAE,6NAA6N;AACpO,GAAG,CAAC,CAAC,CAAC,CAAC;AACP;;;;"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
var _path;
|
|
4
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
5
|
+
var SvgBell = function SvgBell(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: 16,
|
|
9
|
+
height: 16,
|
|
10
|
+
fill: "none",
|
|
11
|
+
viewBox: "0 0 16 16"
|
|
12
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
strokeLinecap: "round",
|
|
15
|
+
strokeLinejoin: "round",
|
|
16
|
+
d: "M9.905 11.388c1.263-.15 2.48-.447 3.636-.873A5.98 5.98 0 0 1 12 6.5V6a4 4 0 0 0-8 0v.5a5.98 5.98 0 0 1-1.541 4.015c1.155.426 2.373.723 3.636.873m3.81 0a16.2 16.2 0 0 1-3.81 0m3.81 0q.094.291.095.612a2 2 0 1 1-3.905-.612"
|
|
17
|
+
})));
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { SvgBell as ReactComponent };
|
|
21
|
+
//# sourceMappingURL=bell.svg.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bell.svg.js","sources":["../../../../v1/icons/assets/bell.svg"],"sourcesContent":["var img = \"data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg id='bell'%3e%3cpath id='Vector' d='M9.90457 11.3878C11.1676 11.238 12.3855 10.941 13.5408 10.5146C12.5829 9.45134 11.9999 8.04376 11.9999 6.5V6.03279C12 6.02187 12 6.01094 12 6C12 3.79086 10.2091 2 8 2C5.79086 2 4 3.79086 4 6L3.99987 6.5C3.99987 8.04376 3.41685 9.45134 2.45898 10.5146C3.61427 10.9411 4.83229 11.238 6.09542 11.3878M9.90457 11.3878C9.27999 11.4619 8.64438 11.5 7.99987 11.5C7.35545 11.5 6.71992 11.4619 6.09542 11.3878M9.90457 11.3878C9.96654 11.5807 10 11.7865 10 12C10 13.1046 9.10457 14 8 14C6.89543 14 6 13.1046 6 12C6 11.7865 6.03346 11.5808 6.09542 11.3878' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e\";\n export default img;"],"names":[],"mappings":";;AAAA,IAAI,KAAK,CAAC;AACV,SAAS,QAAQ,GAAG,EAAE,OAAO,QAAQ,GAAG,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,UAAU,CAAC,EAAE,EAAE,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,cAAc,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC,EAAE;AAEjR,IAAC,OAAO,GAAG,SAAS,OAAO,CAAC,KAAK,EAAE;AACtC,EAAE,oBAAoB,KAAK,CAAC,aAAa,CAAC,KAAK,EAAE,QAAQ,CAAC;AAC1D,IAAI,KAAK,EAAE,4BAA4B;AACvC,IAAI,KAAK,EAAE,EAAE;AACb,IAAI,MAAM,EAAE,EAAE;AACd,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,WAAW;AACxB,GAAG,EAAE,KAAK,CAAC,EAAE,KAAK,KAAK,KAAK,gBAAgB,KAAK,CAAC,aAAa,CAAC,MAAM,EAAE;AACxE,IAAI,MAAM,EAAE,cAAc;AAC1B,IAAI,aAAa,EAAE,OAAO;AAC1B,IAAI,cAAc,EAAE,OAAO;AAC3B,IAAI,CAAC,EAAE,6NAA6N;AACpO,GAAG,CAAC,CAAC,CAAC,CAAC;AACP;;;;"}
|
|
@@ -26,6 +26,8 @@ function _extends() { return _extends = Object.assign ? Object.assign.bind() : f
|
|
|
26
26
|
var SvgCheckCircleFilled = function SvgCheckCircleFilled(props) {
|
|
27
27
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
28
28
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29
|
+
width: 16,
|
|
30
|
+
height: 16,
|
|
29
31
|
fill: "none",
|
|
30
32
|
viewBox: "0 0 16 16"
|
|
31
33
|
}, props), _circle || (_circle = /*#__PURE__*/React__namespace.createElement("circle", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-circle-filled.svg.cjs","sources":["../../../../v1/icons/assets/check-circle-filled.svg"],"sourcesContent":["var img = \"data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg id='Check circle'%3e %3ccircle id='Ellipse 368' cx='8' cy='8' r='6' fill='%23FCFCFC' /%3e %3cpath id='Vector' fill-rule='evenodd' clip-rule='evenodd' d='M1.5 8C1.5 4.41 4.41 1.5 8 1.5C11.59 1.5 14.5 4.41 14.5 8C14.5 11.59 11.59 14.5 8 14.5C4.41 14.5 1.5 11.59 1.5 8ZM10.4067 6.79067C10.4467 6.73737 10.4756 6.67661 10.4918 6.61197C10.508 6.54732 10.5111 6.48009 10.5009 6.41424C10.4907 6.34838 10.4675 6.28522 10.4326 6.22847C10.3976 6.17171 10.3517 6.12252 10.2975 6.08377C10.2433 6.04502 10.1819 6.0175 10.1169 6.00282C10.0519 5.98814 9.98459 5.98661 9.91899 5.99831C9.85338 6.01001 9.79078 6.0347 9.73485 6.07094C9.67893 6.10718 9.63081 6.15423 9.59333 6.20933L7.436 9.22933L6.35333 8.14667C6.25855 8.05835 6.13319 8.01026 6.00365 8.01255C5.87412 8.01484 5.75053 8.06731 5.65892 8.15892C5.56731 8.25053 5.51484 8.37412 5.51255 8.50365C5.51026 8.63319 5.55835 8.75855 5.64667 8.85333L7.14667 10.3533C7.19799 10.4046 7.25987 10.4441 7.32799 10.4691C7.39612 10.4941 7.46886 10.5039 7.54118 10.498C7.61349 10.492 7.68364 10.4704 7.74675 10.4346C7.80987 10.3988 7.86443 10.3497 7.90667 10.2907L10.4067 6.79067Z' fill='currentColor' /%3e %3c/g%3e%3c/svg%3e\";\n export default img;"],"names":["React"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAI,OAAO,EAAE,KAAK,CAAC;AACnB,SAAS,QAAQ,GAAG,EAAE,OAAO,QAAQ,GAAG,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,UAAU,CAAC,EAAE,EAAE,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,cAAc,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC,EAAE;AAEjR,IAAC,oBAAoB,GAAG,SAAS,oBAAoB,CAAC,KAAK,EAAE;AAChE,EAAE,oBAAoBA,gBAAK,CAAC,aAAa,CAAC,KAAK,EAAE,QAAQ,CAAC;AAC1D,IAAI,KAAK,EAAE,4BAA4B;AACvC,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,WAAW;AACxB,GAAG,EAAE,KAAK,CAAC,EAAE,OAAO,KAAK,OAAO,gBAAgBA,gBAAK,CAAC,aAAa,CAAC,QAAQ,EAAE;AAC9E,IAAI,EAAE,EAAE,CAAC;AACT,IAAI,EAAE,EAAE,CAAC;AACT,IAAI,CAAC,EAAE,CAAC;AACR,IAAI,IAAI,EAAE,SAAS;AACnB,GAAG,CAAC,CAAC,EAAE,KAAK,KAAK,KAAK,gBAAgBA,gBAAK,CAAC,aAAa,CAAC,MAAM,EAAE;AAClE,IAAI,IAAI,EAAE,cAAc;AACxB,IAAI,QAAQ,EAAE,SAAS;AACvB,IAAI,CAAC,EAAE,qJAAqJ;AAC5J,IAAI,QAAQ,EAAE,SAAS;AACvB,GAAG,CAAC,CAAC,CAAC,CAAC;AACP;;;;"}
|
|
1
|
+
{"version":3,"file":"check-circle-filled.svg.cjs","sources":["../../../../v1/icons/assets/check-circle-filled.svg"],"sourcesContent":["var img = \"data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg id='Check circle'%3e %3ccircle id='Ellipse 368' cx='8' cy='8' r='6' fill='%23FCFCFC' /%3e %3cpath id='Vector' fill-rule='evenodd' clip-rule='evenodd' d='M1.5 8C1.5 4.41 4.41 1.5 8 1.5C11.59 1.5 14.5 4.41 14.5 8C14.5 11.59 11.59 14.5 8 14.5C4.41 14.5 1.5 11.59 1.5 8ZM10.4067 6.79067C10.4467 6.73737 10.4756 6.67661 10.4918 6.61197C10.508 6.54732 10.5111 6.48009 10.5009 6.41424C10.4907 6.34838 10.4675 6.28522 10.4326 6.22847C10.3976 6.17171 10.3517 6.12252 10.2975 6.08377C10.2433 6.04502 10.1819 6.0175 10.1169 6.00282C10.0519 5.98814 9.98459 5.98661 9.91899 5.99831C9.85338 6.01001 9.79078 6.0347 9.73485 6.07094C9.67893 6.10718 9.63081 6.15423 9.59333 6.20933L7.436 9.22933L6.35333 8.14667C6.25855 8.05835 6.13319 8.01026 6.00365 8.01255C5.87412 8.01484 5.75053 8.06731 5.65892 8.15892C5.56731 8.25053 5.51484 8.37412 5.51255 8.50365C5.51026 8.63319 5.55835 8.75855 5.64667 8.85333L7.14667 10.3533C7.19799 10.4046 7.25987 10.4441 7.32799 10.4691C7.39612 10.4941 7.46886 10.5039 7.54118 10.498C7.61349 10.492 7.68364 10.4704 7.74675 10.4346C7.80987 10.3988 7.86443 10.3497 7.90667 10.2907L10.4067 6.79067Z' fill='currentColor' /%3e %3c/g%3e%3c/svg%3e\";\n export default img;"],"names":["React"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAI,OAAO,EAAE,KAAK,CAAC;AACnB,SAAS,QAAQ,GAAG,EAAE,OAAO,QAAQ,GAAG,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,UAAU,CAAC,EAAE,EAAE,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,cAAc,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC,EAAE;AAEjR,IAAC,oBAAoB,GAAG,SAAS,oBAAoB,CAAC,KAAK,EAAE;AAChE,EAAE,oBAAoBA,gBAAK,CAAC,aAAa,CAAC,KAAK,EAAE,QAAQ,CAAC;AAC1D,IAAI,KAAK,EAAE,4BAA4B;AACvC,IAAI,KAAK,EAAE,EAAE;AACb,IAAI,MAAM,EAAE,EAAE;AACd,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,WAAW;AACxB,GAAG,EAAE,KAAK,CAAC,EAAE,OAAO,KAAK,OAAO,gBAAgBA,gBAAK,CAAC,aAAa,CAAC,QAAQ,EAAE;AAC9E,IAAI,EAAE,EAAE,CAAC;AACT,IAAI,EAAE,EAAE,CAAC;AACT,IAAI,CAAC,EAAE,CAAC;AACR,IAAI,IAAI,EAAE,SAAS;AACnB,GAAG,CAAC,CAAC,EAAE,KAAK,KAAK,KAAK,gBAAgBA,gBAAK,CAAC,aAAa,CAAC,MAAM,EAAE;AAClE,IAAI,IAAI,EAAE,cAAc;AACxB,IAAI,QAAQ,EAAE,SAAS;AACvB,IAAI,CAAC,EAAE,qJAAqJ;AAC5J,IAAI,QAAQ,EAAE,SAAS;AACvB,GAAG,CAAC,CAAC,CAAC,CAAC;AACP;;;;"}
|
|
@@ -5,6 +5,8 @@ function _extends() { return _extends = Object.assign ? Object.assign.bind() : f
|
|
|
5
5
|
var SvgCheckCircleFilled = function SvgCheckCircleFilled(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
7
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: 16,
|
|
9
|
+
height: 16,
|
|
8
10
|
fill: "none",
|
|
9
11
|
viewBox: "0 0 16 16"
|
|
10
12
|
}, props), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-circle-filled.svg.js","sources":["../../../../v1/icons/assets/check-circle-filled.svg"],"sourcesContent":["var img = \"data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg id='Check circle'%3e %3ccircle id='Ellipse 368' cx='8' cy='8' r='6' fill='%23FCFCFC' /%3e %3cpath id='Vector' fill-rule='evenodd' clip-rule='evenodd' d='M1.5 8C1.5 4.41 4.41 1.5 8 1.5C11.59 1.5 14.5 4.41 14.5 8C14.5 11.59 11.59 14.5 8 14.5C4.41 14.5 1.5 11.59 1.5 8ZM10.4067 6.79067C10.4467 6.73737 10.4756 6.67661 10.4918 6.61197C10.508 6.54732 10.5111 6.48009 10.5009 6.41424C10.4907 6.34838 10.4675 6.28522 10.4326 6.22847C10.3976 6.17171 10.3517 6.12252 10.2975 6.08377C10.2433 6.04502 10.1819 6.0175 10.1169 6.00282C10.0519 5.98814 9.98459 5.98661 9.91899 5.99831C9.85338 6.01001 9.79078 6.0347 9.73485 6.07094C9.67893 6.10718 9.63081 6.15423 9.59333 6.20933L7.436 9.22933L6.35333 8.14667C6.25855 8.05835 6.13319 8.01026 6.00365 8.01255C5.87412 8.01484 5.75053 8.06731 5.65892 8.15892C5.56731 8.25053 5.51484 8.37412 5.51255 8.50365C5.51026 8.63319 5.55835 8.75855 5.64667 8.85333L7.14667 10.3533C7.19799 10.4046 7.25987 10.4441 7.32799 10.4691C7.39612 10.4941 7.46886 10.5039 7.54118 10.498C7.61349 10.492 7.68364 10.4704 7.74675 10.4346C7.80987 10.3988 7.86443 10.3497 7.90667 10.2907L10.4067 6.79067Z' fill='currentColor' /%3e %3c/g%3e%3c/svg%3e\";\n export default img;"],"names":[],"mappings":";;AAAA,IAAI,OAAO,EAAE,KAAK,CAAC;AACnB,SAAS,QAAQ,GAAG,EAAE,OAAO,QAAQ,GAAG,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,UAAU,CAAC,EAAE,EAAE,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,cAAc,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC,EAAE;AAEjR,IAAC,oBAAoB,GAAG,SAAS,oBAAoB,CAAC,KAAK,EAAE;AAChE,EAAE,oBAAoB,KAAK,CAAC,aAAa,CAAC,KAAK,EAAE,QAAQ,CAAC;AAC1D,IAAI,KAAK,EAAE,4BAA4B;AACvC,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,WAAW;AACxB,GAAG,EAAE,KAAK,CAAC,EAAE,OAAO,KAAK,OAAO,gBAAgB,KAAK,CAAC,aAAa,CAAC,QAAQ,EAAE;AAC9E,IAAI,EAAE,EAAE,CAAC;AACT,IAAI,EAAE,EAAE,CAAC;AACT,IAAI,CAAC,EAAE,CAAC;AACR,IAAI,IAAI,EAAE,SAAS;AACnB,GAAG,CAAC,CAAC,EAAE,KAAK,KAAK,KAAK,gBAAgB,KAAK,CAAC,aAAa,CAAC,MAAM,EAAE;AAClE,IAAI,IAAI,EAAE,cAAc;AACxB,IAAI,QAAQ,EAAE,SAAS;AACvB,IAAI,CAAC,EAAE,qJAAqJ;AAC5J,IAAI,QAAQ,EAAE,SAAS;AACvB,GAAG,CAAC,CAAC,CAAC,CAAC;AACP;;;;"}
|
|
1
|
+
{"version":3,"file":"check-circle-filled.svg.js","sources":["../../../../v1/icons/assets/check-circle-filled.svg"],"sourcesContent":["var img = \"data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg id='Check circle'%3e %3ccircle id='Ellipse 368' cx='8' cy='8' r='6' fill='%23FCFCFC' /%3e %3cpath id='Vector' fill-rule='evenodd' clip-rule='evenodd' d='M1.5 8C1.5 4.41 4.41 1.5 8 1.5C11.59 1.5 14.5 4.41 14.5 8C14.5 11.59 11.59 14.5 8 14.5C4.41 14.5 1.5 11.59 1.5 8ZM10.4067 6.79067C10.4467 6.73737 10.4756 6.67661 10.4918 6.61197C10.508 6.54732 10.5111 6.48009 10.5009 6.41424C10.4907 6.34838 10.4675 6.28522 10.4326 6.22847C10.3976 6.17171 10.3517 6.12252 10.2975 6.08377C10.2433 6.04502 10.1819 6.0175 10.1169 6.00282C10.0519 5.98814 9.98459 5.98661 9.91899 5.99831C9.85338 6.01001 9.79078 6.0347 9.73485 6.07094C9.67893 6.10718 9.63081 6.15423 9.59333 6.20933L7.436 9.22933L6.35333 8.14667C6.25855 8.05835 6.13319 8.01026 6.00365 8.01255C5.87412 8.01484 5.75053 8.06731 5.65892 8.15892C5.56731 8.25053 5.51484 8.37412 5.51255 8.50365C5.51026 8.63319 5.55835 8.75855 5.64667 8.85333L7.14667 10.3533C7.19799 10.4046 7.25987 10.4441 7.32799 10.4691C7.39612 10.4941 7.46886 10.5039 7.54118 10.498C7.61349 10.492 7.68364 10.4704 7.74675 10.4346C7.80987 10.3988 7.86443 10.3497 7.90667 10.2907L10.4067 6.79067Z' fill='currentColor' /%3e %3c/g%3e%3c/svg%3e\";\n export default img;"],"names":[],"mappings":";;AAAA,IAAI,OAAO,EAAE,KAAK,CAAC;AACnB,SAAS,QAAQ,GAAG,EAAE,OAAO,QAAQ,GAAG,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,UAAU,CAAC,EAAE,EAAE,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,cAAc,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC,EAAE;AAEjR,IAAC,oBAAoB,GAAG,SAAS,oBAAoB,CAAC,KAAK,EAAE;AAChE,EAAE,oBAAoB,KAAK,CAAC,aAAa,CAAC,KAAK,EAAE,QAAQ,CAAC;AAC1D,IAAI,KAAK,EAAE,4BAA4B;AACvC,IAAI,KAAK,EAAE,EAAE;AACb,IAAI,MAAM,EAAE,EAAE;AACd,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,WAAW;AACxB,GAAG,EAAE,KAAK,CAAC,EAAE,OAAO,KAAK,OAAO,gBAAgB,KAAK,CAAC,aAAa,CAAC,QAAQ,EAAE;AAC9E,IAAI,EAAE,EAAE,CAAC;AACT,IAAI,EAAE,EAAE,CAAC;AACT,IAAI,CAAC,EAAE,CAAC;AACR,IAAI,IAAI,EAAE,SAAS;AACnB,GAAG,CAAC,CAAC,EAAE,KAAK,KAAK,KAAK,gBAAgB,KAAK,CAAC,aAAa,CAAC,MAAM,EAAE;AAClE,IAAI,IAAI,EAAE,cAAc;AACxB,IAAI,QAAQ,EAAE,SAAS;AACvB,IAAI,CAAC,EAAE,qJAAqJ;AAC5J,IAAI,QAAQ,EAAE,SAAS;AACvB,GAAG,CAAC,CAAC,CAAC,CAAC;AACP;;;;"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
|
|
5
|
+
function _interopNamespaceDefault(e) {
|
|
6
|
+
var n = Object.create(null);
|
|
7
|
+
if (e) {
|
|
8
|
+
Object.keys(e).forEach(function (k) {
|
|
9
|
+
if (k !== 'default') {
|
|
10
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
11
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () { return e[k]; }
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
n.default = e;
|
|
19
|
+
return Object.freeze(n);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
23
|
+
|
|
24
|
+
var _path, _defs;
|
|
25
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
26
|
+
var SvgCoinColored = function SvgCoinColored(props) {
|
|
27
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
28
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
29
|
+
width: 16,
|
|
30
|
+
height: 16,
|
|
31
|
+
fill: "none",
|
|
32
|
+
viewBox: "0 0 16 16"
|
|
33
|
+
}, props), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
|
|
34
|
+
fill: "url(#a)",
|
|
35
|
+
d: "M16 8.007A7.985 7.985 0 0 1 7.975 16C3.56 15.998-.003 12.417 0 7.982.003 3.55 3.583-.004 8.037 0 12.439.004 16 3.585 16 8.007m-12.237.026c1.8 1.063 3.117 2.585 4.302 4.253.99-1.857 2.592-3.068 4.226-4.263-1.83-1.035-3.102-2.59-4.272-4.277-1.183 1.668-2.438 3.232-4.256 4.287"
|
|
36
|
+
})), _defs || (_defs = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("linearGradient", {
|
|
37
|
+
id: "a",
|
|
38
|
+
x1: 13.25,
|
|
39
|
+
x2: 3.25,
|
|
40
|
+
y1: 2.5,
|
|
41
|
+
y2: 14.25,
|
|
42
|
+
gradientUnits: "userSpaceOnUse"
|
|
43
|
+
}, /*#__PURE__*/React__namespace.createElement("stop", {
|
|
44
|
+
stopColor: "#E82F72",
|
|
45
|
+
stopOpacity: 0.7
|
|
46
|
+
}), /*#__PURE__*/React__namespace.createElement("stop", {
|
|
47
|
+
offset: 1,
|
|
48
|
+
stopColor: "#ED25B5",
|
|
49
|
+
stopOpacity: 0.7
|
|
50
|
+
})))));
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
exports.ReactComponent = SvgCoinColored;
|
|
54
|
+
//# sourceMappingURL=coin-colored.svg.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coin-colored.svg.cjs","sources":["../../../../v1/icons/assets/coin-colored.svg"],"sourcesContent":["var img = \"data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg id='Credit coin'%3e%3cpath id='credit coin' d='M16 8.0065C15.9994 12.4409 12.4249 16.0017 7.97544 16C3.55904 15.9983 -0.00328503 12.4167 2.27331e-06 7.98151C0.00333792 3.55091 3.58307 -0.00425033 8.03664 3.81393e-06C12.439 0.00425796 16.0006 3.58509 16 8.0065ZM3.7629 8.03256C5.56222 9.09629 6.88009 10.6178 8.06512 12.2863C9.05412 10.4291 10.6565 9.21792 12.2909 8.02328C10.4607 6.98797 9.18885 5.43231 8.01919 3.74578C6.83596 5.41394 5.58083 6.97768 3.7629 8.03256Z' fill='url(%23paint0_linear_4609_45749)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient id='paint0_linear_4609_45749' x1='13.25' y1='2.49999' x2='3.25004' y2='14.25' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E82F72' stop-opacity='0.7'/%3e%3cstop offset='1' stop-color='%23ED25B5' stop-opacity='0.7'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e\";\n export default img;"],"names":["React"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAI,KAAK,EAAE,KAAK,CAAC;AACjB,SAAS,QAAQ,GAAG,EAAE,OAAO,QAAQ,GAAG,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,UAAU,CAAC,EAAE,EAAE,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,cAAc,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC,EAAE;AAEjR,IAAC,cAAc,GAAG,SAAS,cAAc,CAAC,KAAK,EAAE;AACpD,EAAE,oBAAoBA,gBAAK,CAAC,aAAa,CAAC,KAAK,EAAE,QAAQ,CAAC;AAC1D,IAAI,KAAK,EAAE,4BAA4B;AACvC,IAAI,KAAK,EAAE,EAAE;AACb,IAAI,MAAM,EAAE,EAAE;AACd,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,WAAW;AACxB,GAAG,EAAE,KAAK,CAAC,EAAE,KAAK,KAAK,KAAK,gBAAgBA,gBAAK,CAAC,aAAa,CAAC,MAAM,EAAE;AACxE,IAAI,IAAI,EAAE,SAAS;AACnB,IAAI,CAAC,EAAE,oRAAoR;AAC3R,GAAG,CAAC,CAAC,EAAE,KAAK,KAAK,KAAK,gBAAgBA,gBAAK,CAAC,aAAa,CAAC,MAAM,EAAE,IAAI,eAAeA,gBAAK,CAAC,aAAa,CAAC,gBAAgB,EAAE;AAC3H,IAAI,EAAE,EAAE,GAAG;AACX,IAAI,EAAE,EAAE,KAAK;AACb,IAAI,EAAE,EAAE,IAAI;AACZ,IAAI,EAAE,EAAE,GAAG;AACX,IAAI,EAAE,EAAE,KAAK;AACb,IAAI,aAAa,EAAE,gBAAgB;AACnC,GAAG,eAAeA,gBAAK,CAAC,aAAa,CAAC,MAAM,EAAE;AAC9C,IAAI,SAAS,EAAE,SAAS;AACxB,IAAI,WAAW,EAAE,GAAG;AACpB,GAAG,CAAC,eAAeA,gBAAK,CAAC,aAAa,CAAC,MAAM,EAAE;AAC/C,IAAI,MAAM,EAAE,CAAC;AACb,IAAI,SAAS,EAAE,SAAS;AACxB,IAAI,WAAW,EAAE,GAAG;AACpB,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AACT;;;;"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
var _path, _defs;
|
|
4
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
5
|
+
var SvgCoinColored = function SvgCoinColored(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: 16,
|
|
9
|
+
height: 16,
|
|
10
|
+
fill: "none",
|
|
11
|
+
viewBox: "0 0 16 16"
|
|
12
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
13
|
+
fill: "url(#a)",
|
|
14
|
+
d: "M16 8.007A7.985 7.985 0 0 1 7.975 16C3.56 15.998-.003 12.417 0 7.982.003 3.55 3.583-.004 8.037 0 12.439.004 16 3.585 16 8.007m-12.237.026c1.8 1.063 3.117 2.585 4.302 4.253.99-1.857 2.592-3.068 4.226-4.263-1.83-1.035-3.102-2.59-4.272-4.277-1.183 1.668-2.438 3.232-4.256 4.287"
|
|
15
|
+
})), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
16
|
+
id: "a",
|
|
17
|
+
x1: 13.25,
|
|
18
|
+
x2: 3.25,
|
|
19
|
+
y1: 2.5,
|
|
20
|
+
y2: 14.25,
|
|
21
|
+
gradientUnits: "userSpaceOnUse"
|
|
22
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
23
|
+
stopColor: "#E82F72",
|
|
24
|
+
stopOpacity: 0.7
|
|
25
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
26
|
+
offset: 1,
|
|
27
|
+
stopColor: "#ED25B5",
|
|
28
|
+
stopOpacity: 0.7
|
|
29
|
+
})))));
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export { SvgCoinColored as ReactComponent };
|
|
33
|
+
//# sourceMappingURL=coin-colored.svg.js.map
|