@metamask-previews/design-system-react 0.7.0-preview.3dc70e1 → 0.9.0-preview.694a8ed
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/CHANGELOG.md +31 -1
- package/dist/components/BadgeCount/BadgeCount.cjs +2 -2
- package/dist/components/BadgeCount/BadgeCount.cjs.map +1 -1
- package/dist/components/BadgeCount/BadgeCount.constants.cjs +5 -5
- package/dist/components/BadgeCount/BadgeCount.constants.cjs.map +1 -1
- package/dist/components/BadgeCount/BadgeCount.constants.d.cts +1 -1
- package/dist/components/BadgeCount/BadgeCount.constants.d.cts.map +1 -1
- package/dist/components/BadgeCount/BadgeCount.constants.d.mts +1 -1
- package/dist/components/BadgeCount/BadgeCount.constants.d.mts.map +1 -1
- package/dist/components/BadgeCount/BadgeCount.constants.mjs +3 -3
- package/dist/components/BadgeCount/BadgeCount.constants.mjs.map +1 -1
- package/dist/components/BadgeCount/BadgeCount.d.cts.map +1 -1
- package/dist/components/BadgeCount/BadgeCount.d.mts.map +1 -1
- package/dist/components/BadgeCount/BadgeCount.mjs +1 -1
- package/dist/components/BadgeCount/BadgeCount.mjs.map +1 -1
- package/dist/components/BadgeCount/BadgeCount.types.cjs.map +1 -1
- package/dist/components/BadgeCount/BadgeCount.types.d.cts +4 -21
- package/dist/components/BadgeCount/BadgeCount.types.d.cts.map +1 -1
- package/dist/components/BadgeCount/BadgeCount.types.d.mts +4 -21
- package/dist/components/BadgeCount/BadgeCount.types.d.mts.map +1 -1
- package/dist/components/BadgeCount/BadgeCount.types.mjs.map +1 -1
- package/dist/components/BadgeCount/index.cjs +2 -2
- package/dist/components/BadgeCount/index.cjs.map +1 -1
- package/dist/components/BadgeCount/index.d.cts +1 -1
- package/dist/components/BadgeCount/index.d.cts.map +1 -1
- package/dist/components/BadgeCount/index.d.mts +1 -1
- package/dist/components/BadgeCount/index.d.mts.map +1 -1
- package/dist/components/BadgeCount/index.mjs +1 -1
- package/dist/components/BadgeCount/index.mjs.map +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.types.cjs.map +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.types.d.cts +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.types.d.cts.map +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.types.d.mts +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.types.d.mts.map +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.types.mjs.map +1 -1
- package/dist/components/BannerBase/BannerBase.cjs +54 -0
- package/dist/components/BannerBase/BannerBase.cjs.map +1 -0
- package/dist/components/BannerBase/BannerBase.d.cts +614 -0
- package/dist/components/BannerBase/BannerBase.d.cts.map +1 -0
- package/dist/components/BannerBase/BannerBase.d.mts +614 -0
- package/dist/components/BannerBase/BannerBase.d.mts.map +1 -0
- package/dist/components/BannerBase/BannerBase.mjs +35 -0
- package/dist/components/BannerBase/BannerBase.mjs.map +1 -0
- package/dist/components/BannerBase/BannerBase.types.cjs +3 -0
- package/dist/components/BannerBase/BannerBase.types.cjs.map +1 -0
- package/dist/components/BannerBase/BannerBase.types.d.cts +50 -0
- package/dist/components/BannerBase/BannerBase.types.d.cts.map +1 -0
- package/dist/components/BannerBase/BannerBase.types.d.mts +50 -0
- package/dist/components/BannerBase/BannerBase.types.d.mts.map +1 -0
- package/dist/components/BannerBase/BannerBase.types.mjs +2 -0
- package/dist/components/BannerBase/BannerBase.types.mjs.map +1 -0
- package/dist/components/BannerBase/index.cjs +6 -0
- package/dist/components/BannerBase/index.cjs.map +1 -0
- package/dist/components/BannerBase/index.d.cts +3 -0
- package/dist/components/BannerBase/index.d.cts.map +1 -0
- package/dist/components/BannerBase/index.d.mts +3 -0
- package/dist/components/BannerBase/index.d.mts.map +1 -0
- package/dist/components/BannerBase/index.mjs +2 -0
- package/dist/components/BannerBase/index.mjs.map +1 -0
- package/dist/components/Icon/icons/CorporateFare.cjs +32 -0
- package/dist/components/Icon/icons/CorporateFare.cjs.map +1 -0
- package/dist/components/Icon/icons/CorporateFare.d.cts +4 -0
- package/dist/components/Icon/icons/CorporateFare.d.cts.map +1 -0
- package/dist/components/Icon/icons/CorporateFare.d.mts +4 -0
- package/dist/components/Icon/icons/CorporateFare.d.mts.map +1 -0
- package/dist/components/Icon/icons/CorporateFare.mjs +7 -0
- package/dist/components/Icon/icons/CorporateFare.mjs.map +1 -0
- package/dist/components/Icon/icons/index.cjs +2 -0
- package/dist/components/Icon/icons/index.cjs.map +1 -1
- package/dist/components/Icon/icons/index.d.cts +1 -0
- package/dist/components/Icon/icons/index.d.cts.map +1 -1
- package/dist/components/Icon/icons/index.d.mts +1 -0
- package/dist/components/Icon/icons/index.d.mts.map +1 -1
- package/dist/components/Icon/icons/index.mjs +2 -0
- package/dist/components/Icon/icons/index.mjs.map +1 -1
- package/dist/components/Input/Input.cjs +36 -0
- package/dist/components/Input/Input.cjs.map +1 -0
- package/dist/components/Input/Input.d.cts +10 -0
- package/dist/components/Input/Input.d.cts.map +1 -0
- package/dist/components/Input/Input.d.mts +10 -0
- package/dist/components/Input/Input.d.mts.map +1 -0
- package/dist/components/Input/Input.mjs +17 -0
- package/dist/components/Input/Input.mjs.map +1 -0
- package/dist/components/Input/Input.types.cjs +3 -0
- package/dist/components/Input/Input.types.cjs.map +1 -0
- package/dist/components/Input/Input.types.d.cts +31 -0
- package/dist/components/Input/Input.types.d.cts.map +1 -0
- package/dist/components/Input/Input.types.d.mts +31 -0
- package/dist/components/Input/Input.types.d.mts.map +1 -0
- package/dist/components/Input/Input.types.mjs +2 -0
- package/dist/components/Input/Input.types.mjs.map +1 -0
- package/dist/components/Input/index.cjs +6 -0
- package/dist/components/Input/index.cjs.map +1 -0
- package/dist/components/Input/index.d.cts +3 -0
- package/dist/components/Input/index.d.cts.map +1 -0
- package/dist/components/Input/index.d.mts +3 -0
- package/dist/components/Input/index.d.mts.map +1 -0
- package/dist/components/Input/index.mjs +2 -0
- package/dist/components/Input/index.mjs.map +1 -0
- package/dist/components/index.cjs +6 -2
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.d.cts +4 -0
- package/dist/components/index.d.cts.map +1 -1
- package/dist/components/index.d.mts +4 -0
- package/dist/components/index.d.mts.map +1 -1
- package/dist/components/index.mjs +2 -0
- package/dist/components/index.mjs.map +1 -1
- package/dist/types/index.cjs +2 -15
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.cts +1 -13
- package/dist/types/index.d.cts.map +1 -1
- package/dist/types/index.d.mts +1 -13
- package/dist/types/index.d.mts.map +1 -1
- package/dist/types/index.mjs +1 -14
- package/dist/types/index.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
function $importDefault(module) {
|
|
2
|
+
if (module?.__esModule) {
|
|
3
|
+
return module.default;
|
|
4
|
+
}
|
|
5
|
+
return module;
|
|
6
|
+
}
|
|
7
|
+
import $React, { forwardRef } from "react";
|
|
8
|
+
const React = $importDefault($React);
|
|
9
|
+
import { BoxAlignItems, BoxBackgroundColor, ButtonIconSize, ButtonSize, FontWeight, BoxFlexDirection, IconName, TextVariant } from "../../types/index.mjs";
|
|
10
|
+
import { twMerge } from "../../utils/tw-merge.mjs";
|
|
11
|
+
import { Box } from "../Box/index.mjs";
|
|
12
|
+
import { Button } from "../Button/index.mjs";
|
|
13
|
+
import { ButtonIcon } from "../ButtonIcon/index.mjs";
|
|
14
|
+
import { Text } from "../Text/index.mjs";
|
|
15
|
+
const isTextContent = (content) => typeof content === 'string' || typeof content === 'number';
|
|
16
|
+
const hasContent = (content) => content !== null && content !== undefined;
|
|
17
|
+
export const BannerBase = forwardRef(({ title, titleProps, description, descriptionProps, children, childrenWrapperProps, actionButtonLabel, actionButtonOnClick, actionButtonProps, startAccessory, onClose, closeButtonProps, className, ...props }, ref) => {
|
|
18
|
+
const resolvedActionButtonProps = actionButtonProps ?? {};
|
|
19
|
+
const { ariaLabel: closeButtonAriaLabel = 'Close banner', onClick: closeButtonPropsOnClick, className: closeButtonClassName, ...resolvedCloseButtonProps } = closeButtonProps ?? {};
|
|
20
|
+
const shouldShowCloseButton = Boolean(onClose || closeButtonProps);
|
|
21
|
+
const shouldShowActionButton = Boolean(actionButtonOnClick);
|
|
22
|
+
return (React.createElement(Box, { ref: ref, flexDirection: BoxFlexDirection.Row, alignItems: BoxAlignItems.Start, gap: 2, backgroundColor: BoxBackgroundColor.BackgroundDefault, padding: 3, className: twMerge('rounded-sm', className), ...props },
|
|
23
|
+
startAccessory,
|
|
24
|
+
React.createElement(Box, { className: "min-w-0 flex-1" },
|
|
25
|
+
hasContent(title) &&
|
|
26
|
+
(isTextContent(title) ? (React.createElement(Text, { variant: TextVariant.BodyMd, fontWeight: FontWeight.Medium, ...titleProps }, title)) : (title)),
|
|
27
|
+
hasContent(description) && (React.createElement(Box, { className: hasContent(title) ? 'mt-1' : undefined }, isTextContent(description) ? (React.createElement(Text, { variant: TextVariant.BodySm, ...descriptionProps }, description)) : (description))),
|
|
28
|
+
hasContent(children) &&
|
|
29
|
+
(isTextContent(children) ? (React.createElement(Text, { variant: TextVariant.BodyMd, ...childrenWrapperProps }, children)) : (children)),
|
|
30
|
+
shouldShowActionButton && (React.createElement(Box, { className: "mt-4" },
|
|
31
|
+
React.createElement(Button, { size: ButtonSize.Md, onClick: actionButtonOnClick, ...resolvedActionButtonProps }, actionButtonLabel)))),
|
|
32
|
+
shouldShowCloseButton && (React.createElement(ButtonIcon, { "data-testid": "banner-base-close-button", className: twMerge('ml-3 self-start', closeButtonClassName), iconName: IconName.Close, size: ButtonIconSize.Sm, ariaLabel: closeButtonAriaLabel, onClick: onClose ?? closeButtonPropsOnClick, ...resolvedCloseButtonProps }))));
|
|
33
|
+
});
|
|
34
|
+
BannerBase.displayName = 'BannerBase';
|
|
35
|
+
//# sourceMappingURL=BannerBase.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BannerBase.mjs","sourceRoot":"","sources":["../../../src/components/BannerBase/BannerBase.tsx"],"names":[],"mappings":"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","sourcesContent":["import React, { forwardRef } from 'react';\n\nimport {\n BoxAlignItems,\n BoxBackgroundColor,\n ButtonIconSize,\n ButtonSize,\n FontWeight,\n BoxFlexDirection,\n IconName,\n TextVariant,\n} from '../../types';\nimport { twMerge } from '../../utils/tw-merge';\nimport { Box } from '../Box';\nimport { Button } from '../Button';\nimport { ButtonIcon } from '../ButtonIcon';\nimport { Text } from '../Text';\n\nimport type { BannerBaseProps } from './BannerBase.types';\n\nconst isTextContent = (content: React.ReactNode): content is string | number =>\n typeof content === 'string' || typeof content === 'number';\n\nconst hasContent = (content: React.ReactNode) =>\n content !== null && content !== undefined;\n\nexport const BannerBase = forwardRef<HTMLDivElement, BannerBaseProps>(\n (\n {\n title,\n titleProps,\n description,\n descriptionProps,\n children,\n childrenWrapperProps,\n actionButtonLabel,\n actionButtonOnClick,\n actionButtonProps,\n startAccessory,\n onClose,\n closeButtonProps,\n className,\n ...props\n },\n ref,\n ) => {\n const resolvedActionButtonProps = actionButtonProps ?? {};\n\n const {\n ariaLabel: closeButtonAriaLabel = 'Close banner',\n onClick: closeButtonPropsOnClick,\n className: closeButtonClassName,\n ...resolvedCloseButtonProps\n } = closeButtonProps ?? {};\n\n const shouldShowCloseButton = Boolean(onClose || closeButtonProps);\n const shouldShowActionButton = Boolean(actionButtonOnClick);\n\n return (\n <Box\n ref={ref}\n flexDirection={BoxFlexDirection.Row}\n alignItems={BoxAlignItems.Start}\n gap={2}\n backgroundColor={BoxBackgroundColor.BackgroundDefault}\n padding={3}\n className={twMerge('rounded-sm', className)}\n {...props}\n >\n {startAccessory}\n\n <Box className=\"min-w-0 flex-1\">\n {hasContent(title) &&\n (isTextContent(title) ? (\n <Text\n variant={TextVariant.BodyMd}\n fontWeight={FontWeight.Medium}\n {...titleProps}\n >\n {title}\n </Text>\n ) : (\n title\n ))}\n\n {hasContent(description) && (\n <Box className={hasContent(title) ? 'mt-1' : undefined}>\n {isTextContent(description) ? (\n <Text variant={TextVariant.BodySm} {...descriptionProps}>\n {description}\n </Text>\n ) : (\n description\n )}\n </Box>\n )}\n\n {hasContent(children) &&\n (isTextContent(children) ? (\n <Text variant={TextVariant.BodyMd} {...childrenWrapperProps}>\n {children}\n </Text>\n ) : (\n children\n ))}\n\n {shouldShowActionButton && (\n <Box className=\"mt-4\">\n <Button\n size={ButtonSize.Md}\n onClick={actionButtonOnClick}\n {...resolvedActionButtonProps}\n >\n {actionButtonLabel}\n </Button>\n </Box>\n )}\n </Box>\n\n {shouldShowCloseButton && (\n <ButtonIcon\n data-testid=\"banner-base-close-button\"\n className={twMerge('ml-3 self-start', closeButtonClassName)}\n iconName={IconName.Close}\n size={ButtonIconSize.Sm}\n ariaLabel={closeButtonAriaLabel}\n onClick={onClose ?? closeButtonPropsOnClick}\n {...resolvedCloseButtonProps}\n />\n )}\n </Box>\n );\n },\n);\n\nBannerBase.displayName = 'BannerBase';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BannerBase.types.cjs","sourceRoot":"","sources":["../../../src/components/BannerBase/BannerBase.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { BannerBasePropsShared } from '@metamask-previews/design-system-shared';\nimport type { MouseEventHandler } from 'react';\n\nimport type { BoxProps } from '../Box';\nimport type { ButtonProps } from '../Button';\nimport type { ButtonIconProps } from '../ButtonIcon';\nimport type { TextProps } from '../Text';\n\ntype BannerBaseActionButtonProps = Omit<\n Partial<ButtonProps>,\n 'children' | 'onClick' | 'variant'\n>;\n\ntype BannerBaseCloseButtonProps = Omit<\n Partial<ButtonIconProps>,\n 'iconName' | 'onClick'\n> & {\n /**\n * Optional click handler for the close button.\n */\n onClick?: MouseEventHandler<HTMLButtonElement>;\n};\n\ntype BannerBasePropsBase = BannerBasePropsShared &\n Omit<BoxProps, 'children'> & {\n /**\n * Optional props for the title `Text` when the title is a string.\n */\n titleProps?: Partial<TextProps>;\n /**\n * Optional props for the description `Text` when description is a string.\n */\n descriptionProps?: Partial<TextProps>;\n /**\n * Optional props for the children wrapper `Text` when children is a string.\n */\n childrenWrapperProps?: Partial<TextProps>;\n /**\n * Optional click handler for the close button.\n * If provided, a close button is shown.\n */\n onClose?: MouseEventHandler<HTMLButtonElement>;\n /**\n * Optional props for the close `ButtonIcon`.\n * Providing this also shows a close button.\n */\n closeButtonProps?: BannerBaseCloseButtonProps;\n };\n\ntype BannerBaseActionPropsWithHandler = {\n actionButtonOnClick: MouseEventHandler<HTMLButtonElement>;\n actionButtonLabel: string;\n actionButtonProps?: BannerBaseActionButtonProps;\n};\n\ntype BannerBaseActionPropsWithoutHandler = {\n actionButtonOnClick?: undefined;\n actionButtonLabel?: string;\n actionButtonProps?: BannerBaseActionButtonProps;\n};\n\nexport type BannerBaseProps = BannerBasePropsBase &\n (BannerBaseActionPropsWithHandler | BannerBaseActionPropsWithoutHandler);\n"]}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import type { BannerBasePropsShared } from "@metamask-previews/design-system-shared";
|
|
2
|
+
import type { MouseEventHandler } from "react";
|
|
3
|
+
import type { BoxProps } from "../Box/index.cjs";
|
|
4
|
+
import type { ButtonProps } from "../Button/index.cjs";
|
|
5
|
+
import type { ButtonIconProps } from "../ButtonIcon/index.cjs";
|
|
6
|
+
import type { TextProps } from "../Text/index.cjs";
|
|
7
|
+
type BannerBaseActionButtonProps = Omit<Partial<ButtonProps>, 'children' | 'onClick' | 'variant'>;
|
|
8
|
+
type BannerBaseCloseButtonProps = Omit<Partial<ButtonIconProps>, 'iconName' | 'onClick'> & {
|
|
9
|
+
/**
|
|
10
|
+
* Optional click handler for the close button.
|
|
11
|
+
*/
|
|
12
|
+
onClick?: MouseEventHandler<HTMLButtonElement>;
|
|
13
|
+
};
|
|
14
|
+
type BannerBasePropsBase = BannerBasePropsShared & Omit<BoxProps, 'children'> & {
|
|
15
|
+
/**
|
|
16
|
+
* Optional props for the title `Text` when the title is a string.
|
|
17
|
+
*/
|
|
18
|
+
titleProps?: Partial<TextProps>;
|
|
19
|
+
/**
|
|
20
|
+
* Optional props for the description `Text` when description is a string.
|
|
21
|
+
*/
|
|
22
|
+
descriptionProps?: Partial<TextProps>;
|
|
23
|
+
/**
|
|
24
|
+
* Optional props for the children wrapper `Text` when children is a string.
|
|
25
|
+
*/
|
|
26
|
+
childrenWrapperProps?: Partial<TextProps>;
|
|
27
|
+
/**
|
|
28
|
+
* Optional click handler for the close button.
|
|
29
|
+
* If provided, a close button is shown.
|
|
30
|
+
*/
|
|
31
|
+
onClose?: MouseEventHandler<HTMLButtonElement>;
|
|
32
|
+
/**
|
|
33
|
+
* Optional props for the close `ButtonIcon`.
|
|
34
|
+
* Providing this also shows a close button.
|
|
35
|
+
*/
|
|
36
|
+
closeButtonProps?: BannerBaseCloseButtonProps;
|
|
37
|
+
};
|
|
38
|
+
type BannerBaseActionPropsWithHandler = {
|
|
39
|
+
actionButtonOnClick: MouseEventHandler<HTMLButtonElement>;
|
|
40
|
+
actionButtonLabel: string;
|
|
41
|
+
actionButtonProps?: BannerBaseActionButtonProps;
|
|
42
|
+
};
|
|
43
|
+
type BannerBaseActionPropsWithoutHandler = {
|
|
44
|
+
actionButtonOnClick?: undefined;
|
|
45
|
+
actionButtonLabel?: string;
|
|
46
|
+
actionButtonProps?: BannerBaseActionButtonProps;
|
|
47
|
+
};
|
|
48
|
+
export type BannerBaseProps = BannerBasePropsBase & (BannerBaseActionPropsWithHandler | BannerBaseActionPropsWithoutHandler);
|
|
49
|
+
export {};
|
|
50
|
+
//# sourceMappingURL=BannerBase.types.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BannerBase.types.d.cts","sourceRoot":"","sources":["../../../src/components/BannerBase/BannerBase.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,gDAAgD;AACrF,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc;AAE/C,OAAO,KAAK,EAAE,QAAQ,EAAE,yBAAe;AACvC,OAAO,KAAK,EAAE,WAAW,EAAE,4BAAkB;AAC7C,OAAO,KAAK,EAAE,eAAe,EAAE,gCAAsB;AACrD,OAAO,KAAK,EAAE,SAAS,EAAE,0BAAgB;AAEzC,KAAK,2BAA2B,GAAG,IAAI,CACrC,OAAO,CAAC,WAAW,CAAC,EACpB,UAAU,GAAG,SAAS,GAAG,SAAS,CACnC,CAAC;AAEF,KAAK,0BAA0B,GAAG,IAAI,CACpC,OAAO,CAAC,eAAe,CAAC,EACxB,UAAU,GAAG,SAAS,CACvB,GAAG;IACF;;OAEG;IACH,OAAO,CAAC,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;CAChD,CAAC;AAEF,KAAK,mBAAmB,GAAG,qBAAqB,GAC9C,IAAI,CAAC,QAAQ,EAAE,UAAU,CAAC,GAAG;IAC3B;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAChC;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IACtC;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAC1C;;;OAGG;IACH,OAAO,CAAC,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;IAC/C;;;OAGG;IACH,gBAAgB,CAAC,EAAE,0BAA0B,CAAC;CAC/C,CAAC;AAEJ,KAAK,gCAAgC,GAAG;IACtC,mBAAmB,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;IAC1D,iBAAiB,EAAE,MAAM,CAAC;IAC1B,iBAAiB,CAAC,EAAE,2BAA2B,CAAC;CACjD,CAAC;AAEF,KAAK,mCAAmC,GAAG;IACzC,mBAAmB,CAAC,EAAE,SAAS,CAAC;IAChC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,iBAAiB,CAAC,EAAE,2BAA2B,CAAC;CACjD,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,mBAAmB,GAC/C,CAAC,gCAAgC,GAAG,mCAAmC,CAAC,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import type { BannerBasePropsShared } from "@metamask-previews/design-system-shared";
|
|
2
|
+
import type { MouseEventHandler } from "react";
|
|
3
|
+
import type { BoxProps } from "../Box/index.mjs";
|
|
4
|
+
import type { ButtonProps } from "../Button/index.mjs";
|
|
5
|
+
import type { ButtonIconProps } from "../ButtonIcon/index.mjs";
|
|
6
|
+
import type { TextProps } from "../Text/index.mjs";
|
|
7
|
+
type BannerBaseActionButtonProps = Omit<Partial<ButtonProps>, 'children' | 'onClick' | 'variant'>;
|
|
8
|
+
type BannerBaseCloseButtonProps = Omit<Partial<ButtonIconProps>, 'iconName' | 'onClick'> & {
|
|
9
|
+
/**
|
|
10
|
+
* Optional click handler for the close button.
|
|
11
|
+
*/
|
|
12
|
+
onClick?: MouseEventHandler<HTMLButtonElement>;
|
|
13
|
+
};
|
|
14
|
+
type BannerBasePropsBase = BannerBasePropsShared & Omit<BoxProps, 'children'> & {
|
|
15
|
+
/**
|
|
16
|
+
* Optional props for the title `Text` when the title is a string.
|
|
17
|
+
*/
|
|
18
|
+
titleProps?: Partial<TextProps>;
|
|
19
|
+
/**
|
|
20
|
+
* Optional props for the description `Text` when description is a string.
|
|
21
|
+
*/
|
|
22
|
+
descriptionProps?: Partial<TextProps>;
|
|
23
|
+
/**
|
|
24
|
+
* Optional props for the children wrapper `Text` when children is a string.
|
|
25
|
+
*/
|
|
26
|
+
childrenWrapperProps?: Partial<TextProps>;
|
|
27
|
+
/**
|
|
28
|
+
* Optional click handler for the close button.
|
|
29
|
+
* If provided, a close button is shown.
|
|
30
|
+
*/
|
|
31
|
+
onClose?: MouseEventHandler<HTMLButtonElement>;
|
|
32
|
+
/**
|
|
33
|
+
* Optional props for the close `ButtonIcon`.
|
|
34
|
+
* Providing this also shows a close button.
|
|
35
|
+
*/
|
|
36
|
+
closeButtonProps?: BannerBaseCloseButtonProps;
|
|
37
|
+
};
|
|
38
|
+
type BannerBaseActionPropsWithHandler = {
|
|
39
|
+
actionButtonOnClick: MouseEventHandler<HTMLButtonElement>;
|
|
40
|
+
actionButtonLabel: string;
|
|
41
|
+
actionButtonProps?: BannerBaseActionButtonProps;
|
|
42
|
+
};
|
|
43
|
+
type BannerBaseActionPropsWithoutHandler = {
|
|
44
|
+
actionButtonOnClick?: undefined;
|
|
45
|
+
actionButtonLabel?: string;
|
|
46
|
+
actionButtonProps?: BannerBaseActionButtonProps;
|
|
47
|
+
};
|
|
48
|
+
export type BannerBaseProps = BannerBasePropsBase & (BannerBaseActionPropsWithHandler | BannerBaseActionPropsWithoutHandler);
|
|
49
|
+
export {};
|
|
50
|
+
//# sourceMappingURL=BannerBase.types.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BannerBase.types.d.mts","sourceRoot":"","sources":["../../../src/components/BannerBase/BannerBase.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,gDAAgD;AACrF,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc;AAE/C,OAAO,KAAK,EAAE,QAAQ,EAAE,yBAAe;AACvC,OAAO,KAAK,EAAE,WAAW,EAAE,4BAAkB;AAC7C,OAAO,KAAK,EAAE,eAAe,EAAE,gCAAsB;AACrD,OAAO,KAAK,EAAE,SAAS,EAAE,0BAAgB;AAEzC,KAAK,2BAA2B,GAAG,IAAI,CACrC,OAAO,CAAC,WAAW,CAAC,EACpB,UAAU,GAAG,SAAS,GAAG,SAAS,CACnC,CAAC;AAEF,KAAK,0BAA0B,GAAG,IAAI,CACpC,OAAO,CAAC,eAAe,CAAC,EACxB,UAAU,GAAG,SAAS,CACvB,GAAG;IACF;;OAEG;IACH,OAAO,CAAC,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;CAChD,CAAC;AAEF,KAAK,mBAAmB,GAAG,qBAAqB,GAC9C,IAAI,CAAC,QAAQ,EAAE,UAAU,CAAC,GAAG;IAC3B;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAChC;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IACtC;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAC1C;;;OAGG;IACH,OAAO,CAAC,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;IAC/C;;;OAGG;IACH,gBAAgB,CAAC,EAAE,0BAA0B,CAAC;CAC/C,CAAC;AAEJ,KAAK,gCAAgC,GAAG;IACtC,mBAAmB,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;IAC1D,iBAAiB,EAAE,MAAM,CAAC;IAC1B,iBAAiB,CAAC,EAAE,2BAA2B,CAAC;CACjD,CAAC;AAEF,KAAK,mCAAmC,GAAG;IACzC,mBAAmB,CAAC,EAAE,SAAS,CAAC;IAChC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,iBAAiB,CAAC,EAAE,2BAA2B,CAAC;CACjD,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,mBAAmB,GAC/C,CAAC,gCAAgC,GAAG,mCAAmC,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BannerBase.types.mjs","sourceRoot":"","sources":["../../../src/components/BannerBase/BannerBase.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { BannerBasePropsShared } from '@metamask-previews/design-system-shared';\nimport type { MouseEventHandler } from 'react';\n\nimport type { BoxProps } from '../Box';\nimport type { ButtonProps } from '../Button';\nimport type { ButtonIconProps } from '../ButtonIcon';\nimport type { TextProps } from '../Text';\n\ntype BannerBaseActionButtonProps = Omit<\n Partial<ButtonProps>,\n 'children' | 'onClick' | 'variant'\n>;\n\ntype BannerBaseCloseButtonProps = Omit<\n Partial<ButtonIconProps>,\n 'iconName' | 'onClick'\n> & {\n /**\n * Optional click handler for the close button.\n */\n onClick?: MouseEventHandler<HTMLButtonElement>;\n};\n\ntype BannerBasePropsBase = BannerBasePropsShared &\n Omit<BoxProps, 'children'> & {\n /**\n * Optional props for the title `Text` when the title is a string.\n */\n titleProps?: Partial<TextProps>;\n /**\n * Optional props for the description `Text` when description is a string.\n */\n descriptionProps?: Partial<TextProps>;\n /**\n * Optional props for the children wrapper `Text` when children is a string.\n */\n childrenWrapperProps?: Partial<TextProps>;\n /**\n * Optional click handler for the close button.\n * If provided, a close button is shown.\n */\n onClose?: MouseEventHandler<HTMLButtonElement>;\n /**\n * Optional props for the close `ButtonIcon`.\n * Providing this also shows a close button.\n */\n closeButtonProps?: BannerBaseCloseButtonProps;\n };\n\ntype BannerBaseActionPropsWithHandler = {\n actionButtonOnClick: MouseEventHandler<HTMLButtonElement>;\n actionButtonLabel: string;\n actionButtonProps?: BannerBaseActionButtonProps;\n};\n\ntype BannerBaseActionPropsWithoutHandler = {\n actionButtonOnClick?: undefined;\n actionButtonLabel?: string;\n actionButtonProps?: BannerBaseActionButtonProps;\n};\n\nexport type BannerBaseProps = BannerBasePropsBase &\n (BannerBaseActionPropsWithHandler | BannerBaseActionPropsWithoutHandler);\n"]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BannerBase = void 0;
|
|
4
|
+
var BannerBase_1 = require("./BannerBase.cjs");
|
|
5
|
+
Object.defineProperty(exports, "BannerBase", { enumerable: true, get: function () { return BannerBase_1.BannerBase; } });
|
|
6
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/BannerBase/index.ts"],"names":[],"mappings":";;;AAAA,+CAA0C;AAAjC,wGAAA,UAAU,OAAA","sourcesContent":["export { BannerBase } from './BannerBase';\nexport type { BannerBaseProps } from './BannerBase.types';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/BannerBase/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,yBAAqB;AAC1C,YAAY,EAAE,eAAe,EAAE,+BAA2B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/BannerBase/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,yBAAqB;AAC1C,YAAY,EAAE,eAAe,EAAE,+BAA2B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/BannerBase/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,yBAAqB","sourcesContent":["export { BannerBase } from './BannerBase';\nexport type { BannerBaseProps } from './BannerBase.types';\n"]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
const React = __importStar(require("react"));
|
|
27
|
+
const react_1 = require("react");
|
|
28
|
+
const SvgCorporateFare = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
29
|
+
React.createElement("path", { d: "M2 21V3h10v4h10v14zm2-2h6v-2H4zm0-4h6v-2H4zm0-4h6V9H4zm0-4h6V5H4zm8 12h8V9h-8zm2-6v-2h4v2zm0 4v-2h4v2z" }));
|
|
30
|
+
const ForwardRef = (0, react_1.forwardRef)(SvgCorporateFare);
|
|
31
|
+
exports.default = ForwardRef;
|
|
32
|
+
//# sourceMappingURL=CorporateFare.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CorporateFare.cjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/CorporateFare.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA+B;AAE/B,iCAAwC;AACxC,MAAM,gBAAgB,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,wGAAwG,GAAG,CAAM,CAAC;AACrT,MAAM,UAAU,GAAG,IAAA,kBAAU,EAAC,gBAAgB,CAAC,CAAC;AAChD,kBAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgCorporateFare = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M2 21V3h10v4h10v14zm2-2h6v-2H4zm0-4h6v-2H4zm0-4h6V9H4zm0-4h6V5H4zm8 12h8V9h-8zm2-6v-2h4v2zm0 4v-2h4v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgCorporateFare);\nexport default ForwardRef;"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CorporateFare.d.cts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/CorporateFare.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAI/B,QAAA,MAAM,UAAU,kHAA+B,CAAC;AAChD,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CorporateFare.d.mts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/CorporateFare.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAI/B,QAAA,MAAM,UAAU,kHAA+B,CAAC;AAChD,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const SvgCorporateFare = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
4
|
+
React.createElement("path", { d: "M2 21V3h10v4h10v14zm2-2h6v-2H4zm0-4h6v-2H4zm0-4h6V9H4zm0-4h6V5H4zm8 12h8V9h-8zm2-6v-2h4v2zm0 4v-2h4v2z" }));
|
|
5
|
+
const ForwardRef = forwardRef(SvgCorporateFare);
|
|
6
|
+
export default ForwardRef;
|
|
7
|
+
//# sourceMappingURL=CorporateFare.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CorporateFare.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/CorporateFare.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,gBAAgB,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,wGAAwG,GAAG,CAAM,CAAC;AACrT,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;AAChD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgCorporateFare = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M2 21V3h10v4h10v14zm2-2h6v-2H4zm0-4h6v-2H4zm0-4h6V9H4zm0-4h6V5H4zm8 12h8V9h-8zm2-6v-2h4v2zm0 4v-2h4v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgCorporateFare);\nexport default ForwardRef;"]}
|
|
@@ -72,6 +72,7 @@ const Confirmation_1 = __importDefault(require("./Confirmation.cjs"));
|
|
|
72
72
|
const Connect_1 = __importDefault(require("./Connect.cjs"));
|
|
73
73
|
const Copy_1 = __importDefault(require("./Copy.cjs"));
|
|
74
74
|
const CopySuccess_1 = __importDefault(require("./CopySuccess.cjs"));
|
|
75
|
+
const CorporateFare_1 = __importDefault(require("./CorporateFare.cjs"));
|
|
75
76
|
const CreditCheck_1 = __importDefault(require("./CreditCheck.cjs"));
|
|
76
77
|
const CurrencyFranc_1 = __importDefault(require("./CurrencyFranc.cjs"));
|
|
77
78
|
const CurrencyLira_1 = __importDefault(require("./CurrencyLira.cjs"));
|
|
@@ -352,6 +353,7 @@ exports.Icons = {
|
|
|
352
353
|
Connect: Connect_1.default,
|
|
353
354
|
Copy: Copy_1.default,
|
|
354
355
|
CopySuccess: CopySuccess_1.default,
|
|
356
|
+
CorporateFare: CorporateFare_1.default,
|
|
355
357
|
CreditCheck: CreditCheck_1.default,
|
|
356
358
|
CurrencyFranc: CurrencyFranc_1.default,
|
|
357
359
|
CurrencyLira: CurrencyLira_1.default,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/index.ts"],"names":[],"mappings":"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","sourcesContent":["// This file is auto-generated. Do not edit manually\nimport type { ForwardRefExoticComponent, RefAttributes, SVGProps } from 'react';\n\nimport Accessibility from './Accessibility';\nimport Activity from './Activity';\nimport Add from './Add';\nimport AddCard from './AddCard';\nimport AddCircle from './AddCircle';\nimport AddSquare from './AddSquare';\nimport AfterHours from './AfterHours';\nimport Ai from './Ai';\nimport AlternateEmail from './AlternateEmail';\nimport AppleLogo from './AppleLogo';\nimport Apps from './Apps';\nimport Arrow2Down from './Arrow2Down';\nimport Arrow2Left from './Arrow2Left';\nimport Arrow2Right from './Arrow2Right';\nimport Arrow2Up from './Arrow2Up';\nimport Arrow2UpRight from './Arrow2UpRight';\nimport ArrowCircleDown from './ArrowCircleDown';\nimport ArrowCircleUp from './ArrowCircleUp';\nimport ArrowDoubleLeft from './ArrowDoubleLeft';\nimport ArrowDoubleRight from './ArrowDoubleRight';\nimport ArrowDown from './ArrowDown';\nimport ArrowDropDownCircle from './ArrowDropDownCircle';\nimport ArrowLeft from './ArrowLeft';\nimport ArrowRight from './ArrowRight';\nimport ArrowUp from './ArrowUp';\nimport AttachMoney from './AttachMoney';\nimport Attachment from './Attachment';\nimport Backspace from './Backspace';\nimport Ban from './Ban';\nimport Bank from './Bank';\nimport BankAssured from './BankAssured';\nimport Bold from './Bold';\nimport Book from './Book';\nimport Bookmark from './Bookmark';\nimport Bridge from './Bridge';\nimport Briefcase from './Briefcase';\nimport Bulb from './Bulb';\nimport BuySell from './BuySell';\nimport Cake from './Cake';\nimport Calculator from './Calculator';\nimport Calendar from './Calendar';\nimport Call from './Call';\nimport Camera from './Camera';\nimport Campaign from './Campaign';\nimport Candlestick from './Candlestick';\nimport Card from './Card';\nimport CardPos from './CardPos';\nimport Cash from './Cash';\nimport Category from './Category';\nimport Chart from './Chart';\nimport Check from './Check';\nimport CheckBold from './CheckBold';\nimport CircleX from './CircleX';\nimport Clear from './Clear';\nimport Clock from './Clock';\nimport ClockFilled from './ClockFilled';\nimport Close from './Close';\nimport Cloud from './Cloud';\nimport CloudDownload from './CloudDownload';\nimport CloudUpload from './CloudUpload';\nimport Code from './Code';\nimport CodeCircle from './CodeCircle';\nimport Coin from './Coin';\nimport Collapse from './Collapse';\nimport Confirmation from './Confirmation';\nimport Connect from './Connect';\nimport Copy from './Copy';\nimport CopySuccess from './CopySuccess';\nimport CreditCheck from './CreditCheck';\nimport CurrencyFranc from './CurrencyFranc';\nimport CurrencyLira from './CurrencyLira';\nimport CurrencyPound from './CurrencyPound';\nimport CurrencyYuan from './CurrencyYuan';\nimport Customize from './Customize';\nimport Danger from './Danger';\nimport Dark from './Dark';\nimport DarkFilled from './DarkFilled';\nimport Data from './Data';\nimport Description from './Description';\nimport Details from './Details';\nimport Diagram from './Diagram';\nimport DocumentCode from './DocumentCode';\nimport Download from './Download';\nimport Draft from './Draft';\nimport EcoLeaf from './EcoLeaf';\nimport Edit from './Edit';\nimport EditSquare from './EditSquare';\nimport EncryptedAdd from './EncryptedAdd';\nimport Eraser from './Eraser';\nimport Error from './Error';\nimport Ethereum from './Ethereum';\nimport Exchange from './Exchange';\nimport Expand from './Expand';\nimport ExpandVertical from './ExpandVertical';\nimport Explore from './Explore';\nimport ExploreFilled from './ExploreFilled';\nimport Export from './Export';\nimport Extension from './Extension';\nimport Eye from './Eye';\nimport EyeSlash from './EyeSlash';\nimport FaceId from './FaceId';\nimport Feedback from './Feedback';\nimport File from './File';\nimport Filter from './Filter';\nimport Fingerprint from './Fingerprint';\nimport Fire from './Fire';\nimport FirstPage from './FirstPage';\nimport Flag from './Flag';\nimport Flash from './Flash';\nimport FlashSlash from './FlashSlash';\nimport Flask from './Flask';\nimport Flower from './Flower';\nimport Folder from './Folder';\nimport Forest from './Forest';\nimport FullCircle from './FullCircle';\nimport Gas from './Gas';\nimport Gift from './Gift';\nimport Global from './Global';\nimport GlobalSearch from './GlobalSearch';\nimport Graph from './Graph';\nimport Hardware from './Hardware';\nimport HashTag from './HashTag';\nimport Heart from './Heart';\nimport HeartFilled from './HeartFilled';\nimport Hierarchy from './Hierarchy';\nimport Home from './Home';\nimport HomeFilled from './HomeFilled';\nimport Image from './Image';\nimport Info from './Info';\nimport Inventory from './Inventory';\nimport Joystick from './Joystick';\nimport Keep from './Keep';\nimport KeepFilled from './KeepFilled';\nimport Key from './Key';\nimport LastPage from './LastPage';\nimport Light from './Light';\nimport LightFilled from './LightFilled';\nimport Link from './Link';\nimport Loading from './Loading';\nimport Location from './Location';\nimport Lock from './Lock';\nimport LockSlash from './LockSlash';\nimport LockedFilled from './LockedFilled';\nimport Login from './Login';\nimport Logout from './Logout';\nimport Mail from './Mail';\nimport Map from './Map';\nimport Menu from './Menu';\nimport MessageQuestion from './MessageQuestion';\nimport Messages from './Messages';\nimport MetamaskFoxOutline from './MetamaskFoxOutline';\nimport Mic from './Mic';\nimport Minus from './Minus';\nimport MinusBold from './MinusBold';\nimport MinusSquare from './MinusSquare';\nimport Mobile from './Mobile';\nimport Money from './Money';\nimport MoneyBag from './MoneyBag';\nimport Monitor from './Monitor';\nimport MoreHorizontal from './MoreHorizontal';\nimport MoreVertical from './MoreVertical';\nimport MountainFlag from './MountainFlag';\nimport MusicNote from './MusicNote';\nimport Notification from './Notification';\nimport PageInfo from './PageInfo';\nimport Palette from './Palette';\nimport PasswordCheck from './PasswordCheck';\nimport Pending from './Pending';\nimport People from './People';\nimport PersonCancel from './PersonCancel';\nimport Pin from './Pin';\nimport Plant from './Plant';\nimport Plug from './Plug';\nimport PlusAndMinus from './PlusAndMinus';\nimport PolicyAlert from './PolicyAlert';\nimport PopUp from './PopUp';\nimport Print from './Print';\nimport PriorityHigh from './PriorityHigh';\nimport PrivacyTip from './PrivacyTip';\nimport ProgrammingArrows from './ProgrammingArrows';\nimport Publish from './Publish';\nimport QrCode from './QrCode';\nimport Question from './Question';\nimport Receive from './Receive';\nimport Received from './Received';\nimport Refresh from './Refresh';\nimport RemoveMinus from './RemoveMinus';\nimport Report from './Report';\nimport Rocket from './Rocket';\nimport Save from './Save';\nimport SaveFilled from './SaveFilled';\nimport Saving from './Saving';\nimport Scan from './Scan';\nimport ScanBarcode from './ScanBarcode';\nimport ScanFocus from './ScanFocus';\nimport Search from './Search';\nimport Security from './Security';\nimport SecurityAlert from './SecurityAlert';\nimport SecurityCross from './SecurityCross';\nimport SecurityKey from './SecurityKey';\nimport SecuritySearch from './SecuritySearch';\nimport SecuritySlash from './SecuritySlash';\nimport SecurityTick from './SecurityTick';\nimport SecurityTime from './SecurityTime';\nimport SecurityUser from './SecurityUser';\nimport Send from './Send';\nimport SentimentDissatisfied from './SentimentDissatisfied';\nimport SentimentNeutral from './SentimentNeutral';\nimport SentimentSatisfied from './SentimentSatisfied';\nimport SentimentVerySatisfied from './SentimentVerySatisfied';\nimport Setting from './Setting';\nimport SettingFilled from './SettingFilled';\nimport Share from './Share';\nimport ShieldLock from './ShieldLock';\nimport ShoppingBag from './ShoppingBag';\nimport ShoppingCart from './ShoppingCart';\nimport SidePanel from './SidePanel';\nimport SignalCellular from './SignalCellular';\nimport Slash from './Slash';\nimport Sms from './Sms';\nimport Snaps from './Snaps';\nimport SnapsMobile from './SnapsMobile';\nimport SnapsPlus from './SnapsPlus';\nimport SnapsRound from './SnapsRound';\nimport Sort from './Sort';\nimport SortByAlpha from './SortByAlpha';\nimport Sparkle from './Sparkle';\nimport Speed from './Speed';\nimport Speedometer from './Speedometer';\nimport Square from './Square';\nimport Stake from './Stake';\nimport Star from './Star';\nimport StarFilled from './StarFilled';\nimport Start from './Start';\nimport Storefront from './Storefront';\nimport Student from './Student';\nimport SwapHorizontal from './SwapHorizontal';\nimport SwapVertical from './SwapVertical';\nimport TabClose from './TabClose';\nimport TableRow from './TableRow';\nimport Tablet from './Tablet';\nimport Tag from './Tag';\nimport ThumbDown from './ThumbDown';\nimport ThumbDownFilled from './ThumbDownFilled';\nimport ThumbUp from './ThumbUp';\nimport ThumbUpFilled from './ThumbUpFilled';\nimport Tint from './Tint';\nimport Tooltip from './Tooltip';\nimport Translate from './Translate';\nimport Trash from './Trash';\nimport TrendDown from './TrendDown';\nimport TrendUp from './TrendUp';\nimport Undo from './Undo';\nimport Unfold from './Unfold';\nimport UnlockedFilled from './UnlockedFilled';\nimport Unpin from './Unpin';\nimport Upload from './Upload';\nimport UploadFile from './UploadFile';\nimport Usb from './Usb';\nimport User from './User';\nimport UserCheck from './UserCheck';\nimport UserCircle from './UserCircle';\nimport UserCircleAdd from './UserCircleAdd';\nimport UserCircleRemove from './UserCircleRemove';\nimport Verified from './Verified';\nimport VerifiedFilled from './VerifiedFilled';\nimport Videocam from './Videocam';\nimport ViewColumn from './ViewColumn';\nimport ViewInAr from './ViewInAr';\nimport VolumeOff from './VolumeOff';\nimport VolumeUp from './VolumeUp';\nimport Wallet from './Wallet';\nimport WalletFilled from './WalletFilled';\nimport Warning from './Warning';\nimport WebTraffic from './WebTraffic';\nimport Widgets from './Widgets';\nimport Wifi from './Wifi';\nimport WifiOff from './WifiOff';\nimport X from './X';\n\nexport const Icons = {\n Accessibility,\n Activity,\n Add,\n AddCard,\n AddCircle,\n AddSquare,\n AfterHours,\n Ai,\n AlternateEmail,\n AppleLogo,\n Apps,\n Arrow2Down,\n Arrow2Left,\n Arrow2Right,\n Arrow2Up,\n Arrow2UpRight,\n ArrowCircleDown,\n ArrowCircleUp,\n ArrowDoubleLeft,\n ArrowDoubleRight,\n ArrowDown,\n ArrowDropDownCircle,\n ArrowLeft,\n ArrowRight,\n ArrowUp,\n AttachMoney,\n Attachment,\n Backspace,\n Ban,\n Bank,\n BankAssured,\n Bold,\n Book,\n Bookmark,\n Bridge,\n Briefcase,\n Bulb,\n BuySell,\n Cake,\n Calculator,\n Calendar,\n Call,\n Camera,\n Campaign,\n Candlestick,\n Card,\n CardPos,\n Cash,\n Category,\n Chart,\n Check,\n CheckBold,\n CircleX,\n Clear,\n Clock,\n ClockFilled,\n Close,\n Cloud,\n CloudDownload,\n CloudUpload,\n Code,\n CodeCircle,\n Coin,\n Collapse,\n Confirmation,\n Connect,\n Copy,\n CopySuccess,\n CreditCheck,\n CurrencyFranc,\n CurrencyLira,\n CurrencyPound,\n CurrencyYuan,\n Customize,\n Danger,\n Dark,\n DarkFilled,\n Data,\n Description,\n Details,\n Diagram,\n DocumentCode,\n Download,\n Draft,\n EcoLeaf,\n Edit,\n EditSquare,\n EncryptedAdd,\n Eraser,\n Error,\n Ethereum,\n Exchange,\n Expand,\n ExpandVertical,\n Explore,\n ExploreFilled,\n Export,\n Extension,\n Eye,\n EyeSlash,\n FaceId,\n Feedback,\n File,\n Filter,\n Fingerprint,\n Fire,\n FirstPage,\n Flag,\n Flash,\n FlashSlash,\n Flask,\n Flower,\n Folder,\n Forest,\n FullCircle,\n Gas,\n Gift,\n Global,\n GlobalSearch,\n Graph,\n Hardware,\n HashTag,\n Heart,\n HeartFilled,\n Hierarchy,\n Home,\n HomeFilled,\n Image,\n Info,\n Inventory,\n Joystick,\n Keep,\n KeepFilled,\n Key,\n LastPage,\n Light,\n LightFilled,\n Link,\n Loading,\n Location,\n Lock,\n LockSlash,\n LockedFilled,\n Login,\n Logout,\n Mail,\n Map,\n Menu,\n MessageQuestion,\n Messages,\n MetamaskFoxOutline,\n Mic,\n Minus,\n MinusBold,\n MinusSquare,\n Mobile,\n Money,\n MoneyBag,\n Monitor,\n MoreHorizontal,\n MoreVertical,\n MountainFlag,\n MusicNote,\n Notification,\n PageInfo,\n Palette,\n PasswordCheck,\n Pending,\n People,\n PersonCancel,\n Pin,\n Plant,\n Plug,\n PlusAndMinus,\n PolicyAlert,\n PopUp,\n Print,\n PriorityHigh,\n PrivacyTip,\n ProgrammingArrows,\n Publish,\n QrCode,\n Question,\n Receive,\n Received,\n Refresh,\n RemoveMinus,\n Report,\n Rocket,\n Save,\n SaveFilled,\n Saving,\n Scan,\n ScanBarcode,\n ScanFocus,\n Search,\n Security,\n SecurityAlert,\n SecurityCross,\n SecurityKey,\n SecuritySearch,\n SecuritySlash,\n SecurityTick,\n SecurityTime,\n SecurityUser,\n Send,\n SentimentDissatisfied,\n SentimentNeutral,\n SentimentSatisfied,\n SentimentVerySatisfied,\n Setting,\n SettingFilled,\n Share,\n ShieldLock,\n ShoppingBag,\n ShoppingCart,\n SidePanel,\n SignalCellular,\n Slash,\n Sms,\n Snaps,\n SnapsMobile,\n SnapsPlus,\n SnapsRound,\n Sort,\n SortByAlpha,\n Sparkle,\n Speed,\n Speedometer,\n Square,\n Stake,\n Star,\n StarFilled,\n Start,\n Storefront,\n Student,\n SwapHorizontal,\n SwapVertical,\n TabClose,\n TableRow,\n Tablet,\n Tag,\n ThumbDown,\n ThumbDownFilled,\n ThumbUp,\n ThumbUpFilled,\n Tint,\n Tooltip,\n Translate,\n Trash,\n TrendDown,\n TrendUp,\n Undo,\n Unfold,\n UnlockedFilled,\n Unpin,\n Upload,\n UploadFile,\n Usb,\n User,\n UserCheck,\n UserCircle,\n UserCircleAdd,\n UserCircleRemove,\n Verified,\n VerifiedFilled,\n Videocam,\n ViewColumn,\n ViewInAr,\n VolumeOff,\n VolumeUp,\n Wallet,\n WalletFilled,\n Warning,\n WebTraffic,\n Widgets,\n Wifi,\n WifiOff,\n X,\n} as const;\n\nexport type IconComponentType = ForwardRefExoticComponent<\n SVGProps<SVGSVGElement> & RefAttributes<SVGSVGElement>\n>;\n\nexport type IconsType = typeof Icons;\n"]}
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/index.ts"],"names":[],"mappings":"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","sourcesContent":["// This file is auto-generated. Do not edit manually\nimport type { ForwardRefExoticComponent, RefAttributes, SVGProps } from 'react';\n\nimport Accessibility from './Accessibility';\nimport Activity from './Activity';\nimport Add from './Add';\nimport AddCard from './AddCard';\nimport AddCircle from './AddCircle';\nimport AddSquare from './AddSquare';\nimport AfterHours from './AfterHours';\nimport Ai from './Ai';\nimport AlternateEmail from './AlternateEmail';\nimport AppleLogo from './AppleLogo';\nimport Apps from './Apps';\nimport Arrow2Down from './Arrow2Down';\nimport Arrow2Left from './Arrow2Left';\nimport Arrow2Right from './Arrow2Right';\nimport Arrow2Up from './Arrow2Up';\nimport Arrow2UpRight from './Arrow2UpRight';\nimport ArrowCircleDown from './ArrowCircleDown';\nimport ArrowCircleUp from './ArrowCircleUp';\nimport ArrowDoubleLeft from './ArrowDoubleLeft';\nimport ArrowDoubleRight from './ArrowDoubleRight';\nimport ArrowDown from './ArrowDown';\nimport ArrowDropDownCircle from './ArrowDropDownCircle';\nimport ArrowLeft from './ArrowLeft';\nimport ArrowRight from './ArrowRight';\nimport ArrowUp from './ArrowUp';\nimport AttachMoney from './AttachMoney';\nimport Attachment from './Attachment';\nimport Backspace from './Backspace';\nimport Ban from './Ban';\nimport Bank from './Bank';\nimport BankAssured from './BankAssured';\nimport Bold from './Bold';\nimport Book from './Book';\nimport Bookmark from './Bookmark';\nimport Bridge from './Bridge';\nimport Briefcase from './Briefcase';\nimport Bulb from './Bulb';\nimport BuySell from './BuySell';\nimport Cake from './Cake';\nimport Calculator from './Calculator';\nimport Calendar from './Calendar';\nimport Call from './Call';\nimport Camera from './Camera';\nimport Campaign from './Campaign';\nimport Candlestick from './Candlestick';\nimport Card from './Card';\nimport CardPos from './CardPos';\nimport Cash from './Cash';\nimport Category from './Category';\nimport Chart from './Chart';\nimport Check from './Check';\nimport CheckBold from './CheckBold';\nimport CircleX from './CircleX';\nimport Clear from './Clear';\nimport Clock from './Clock';\nimport ClockFilled from './ClockFilled';\nimport Close from './Close';\nimport Cloud from './Cloud';\nimport CloudDownload from './CloudDownload';\nimport CloudUpload from './CloudUpload';\nimport Code from './Code';\nimport CodeCircle from './CodeCircle';\nimport Coin from './Coin';\nimport Collapse from './Collapse';\nimport Confirmation from './Confirmation';\nimport Connect from './Connect';\nimport Copy from './Copy';\nimport CopySuccess from './CopySuccess';\nimport CorporateFare from './CorporateFare';\nimport CreditCheck from './CreditCheck';\nimport CurrencyFranc from './CurrencyFranc';\nimport CurrencyLira from './CurrencyLira';\nimport CurrencyPound from './CurrencyPound';\nimport CurrencyYuan from './CurrencyYuan';\nimport Customize from './Customize';\nimport Danger from './Danger';\nimport Dark from './Dark';\nimport DarkFilled from './DarkFilled';\nimport Data from './Data';\nimport Description from './Description';\nimport Details from './Details';\nimport Diagram from './Diagram';\nimport DocumentCode from './DocumentCode';\nimport Download from './Download';\nimport Draft from './Draft';\nimport EcoLeaf from './EcoLeaf';\nimport Edit from './Edit';\nimport EditSquare from './EditSquare';\nimport EncryptedAdd from './EncryptedAdd';\nimport Eraser from './Eraser';\nimport Error from './Error';\nimport Ethereum from './Ethereum';\nimport Exchange from './Exchange';\nimport Expand from './Expand';\nimport ExpandVertical from './ExpandVertical';\nimport Explore from './Explore';\nimport ExploreFilled from './ExploreFilled';\nimport Export from './Export';\nimport Extension from './Extension';\nimport Eye from './Eye';\nimport EyeSlash from './EyeSlash';\nimport FaceId from './FaceId';\nimport Feedback from './Feedback';\nimport File from './File';\nimport Filter from './Filter';\nimport Fingerprint from './Fingerprint';\nimport Fire from './Fire';\nimport FirstPage from './FirstPage';\nimport Flag from './Flag';\nimport Flash from './Flash';\nimport FlashSlash from './FlashSlash';\nimport Flask from './Flask';\nimport Flower from './Flower';\nimport Folder from './Folder';\nimport Forest from './Forest';\nimport FullCircle from './FullCircle';\nimport Gas from './Gas';\nimport Gift from './Gift';\nimport Global from './Global';\nimport GlobalSearch from './GlobalSearch';\nimport Graph from './Graph';\nimport Hardware from './Hardware';\nimport HashTag from './HashTag';\nimport Heart from './Heart';\nimport HeartFilled from './HeartFilled';\nimport Hierarchy from './Hierarchy';\nimport Home from './Home';\nimport HomeFilled from './HomeFilled';\nimport Image from './Image';\nimport Info from './Info';\nimport Inventory from './Inventory';\nimport Joystick from './Joystick';\nimport Keep from './Keep';\nimport KeepFilled from './KeepFilled';\nimport Key from './Key';\nimport LastPage from './LastPage';\nimport Light from './Light';\nimport LightFilled from './LightFilled';\nimport Link from './Link';\nimport Loading from './Loading';\nimport Location from './Location';\nimport Lock from './Lock';\nimport LockSlash from './LockSlash';\nimport LockedFilled from './LockedFilled';\nimport Login from './Login';\nimport Logout from './Logout';\nimport Mail from './Mail';\nimport Map from './Map';\nimport Menu from './Menu';\nimport MessageQuestion from './MessageQuestion';\nimport Messages from './Messages';\nimport MetamaskFoxOutline from './MetamaskFoxOutline';\nimport Mic from './Mic';\nimport Minus from './Minus';\nimport MinusBold from './MinusBold';\nimport MinusSquare from './MinusSquare';\nimport Mobile from './Mobile';\nimport Money from './Money';\nimport MoneyBag from './MoneyBag';\nimport Monitor from './Monitor';\nimport MoreHorizontal from './MoreHorizontal';\nimport MoreVertical from './MoreVertical';\nimport MountainFlag from './MountainFlag';\nimport MusicNote from './MusicNote';\nimport Notification from './Notification';\nimport PageInfo from './PageInfo';\nimport Palette from './Palette';\nimport PasswordCheck from './PasswordCheck';\nimport Pending from './Pending';\nimport People from './People';\nimport PersonCancel from './PersonCancel';\nimport Pin from './Pin';\nimport Plant from './Plant';\nimport Plug from './Plug';\nimport PlusAndMinus from './PlusAndMinus';\nimport PolicyAlert from './PolicyAlert';\nimport PopUp from './PopUp';\nimport Print from './Print';\nimport PriorityHigh from './PriorityHigh';\nimport PrivacyTip from './PrivacyTip';\nimport ProgrammingArrows from './ProgrammingArrows';\nimport Publish from './Publish';\nimport QrCode from './QrCode';\nimport Question from './Question';\nimport Receive from './Receive';\nimport Received from './Received';\nimport Refresh from './Refresh';\nimport RemoveMinus from './RemoveMinus';\nimport Report from './Report';\nimport Rocket from './Rocket';\nimport Save from './Save';\nimport SaveFilled from './SaveFilled';\nimport Saving from './Saving';\nimport Scan from './Scan';\nimport ScanBarcode from './ScanBarcode';\nimport ScanFocus from './ScanFocus';\nimport Search from './Search';\nimport Security from './Security';\nimport SecurityAlert from './SecurityAlert';\nimport SecurityCross from './SecurityCross';\nimport SecurityKey from './SecurityKey';\nimport SecuritySearch from './SecuritySearch';\nimport SecuritySlash from './SecuritySlash';\nimport SecurityTick from './SecurityTick';\nimport SecurityTime from './SecurityTime';\nimport SecurityUser from './SecurityUser';\nimport Send from './Send';\nimport SentimentDissatisfied from './SentimentDissatisfied';\nimport SentimentNeutral from './SentimentNeutral';\nimport SentimentSatisfied from './SentimentSatisfied';\nimport SentimentVerySatisfied from './SentimentVerySatisfied';\nimport Setting from './Setting';\nimport SettingFilled from './SettingFilled';\nimport Share from './Share';\nimport ShieldLock from './ShieldLock';\nimport ShoppingBag from './ShoppingBag';\nimport ShoppingCart from './ShoppingCart';\nimport SidePanel from './SidePanel';\nimport SignalCellular from './SignalCellular';\nimport Slash from './Slash';\nimport Sms from './Sms';\nimport Snaps from './Snaps';\nimport SnapsMobile from './SnapsMobile';\nimport SnapsPlus from './SnapsPlus';\nimport SnapsRound from './SnapsRound';\nimport Sort from './Sort';\nimport SortByAlpha from './SortByAlpha';\nimport Sparkle from './Sparkle';\nimport Speed from './Speed';\nimport Speedometer from './Speedometer';\nimport Square from './Square';\nimport Stake from './Stake';\nimport Star from './Star';\nimport StarFilled from './StarFilled';\nimport Start from './Start';\nimport Storefront from './Storefront';\nimport Student from './Student';\nimport SwapHorizontal from './SwapHorizontal';\nimport SwapVertical from './SwapVertical';\nimport TabClose from './TabClose';\nimport TableRow from './TableRow';\nimport Tablet from './Tablet';\nimport Tag from './Tag';\nimport ThumbDown from './ThumbDown';\nimport ThumbDownFilled from './ThumbDownFilled';\nimport ThumbUp from './ThumbUp';\nimport ThumbUpFilled from './ThumbUpFilled';\nimport Tint from './Tint';\nimport Tooltip from './Tooltip';\nimport Translate from './Translate';\nimport Trash from './Trash';\nimport TrendDown from './TrendDown';\nimport TrendUp from './TrendUp';\nimport Undo from './Undo';\nimport Unfold from './Unfold';\nimport UnlockedFilled from './UnlockedFilled';\nimport Unpin from './Unpin';\nimport Upload from './Upload';\nimport UploadFile from './UploadFile';\nimport Usb from './Usb';\nimport User from './User';\nimport UserCheck from './UserCheck';\nimport UserCircle from './UserCircle';\nimport UserCircleAdd from './UserCircleAdd';\nimport UserCircleRemove from './UserCircleRemove';\nimport Verified from './Verified';\nimport VerifiedFilled from './VerifiedFilled';\nimport Videocam from './Videocam';\nimport ViewColumn from './ViewColumn';\nimport ViewInAr from './ViewInAr';\nimport VolumeOff from './VolumeOff';\nimport VolumeUp from './VolumeUp';\nimport Wallet from './Wallet';\nimport WalletFilled from './WalletFilled';\nimport Warning from './Warning';\nimport WebTraffic from './WebTraffic';\nimport Widgets from './Widgets';\nimport Wifi from './Wifi';\nimport WifiOff from './WifiOff';\nimport X from './X';\n\nexport const Icons = {\n Accessibility,\n Activity,\n Add,\n AddCard,\n AddCircle,\n AddSquare,\n AfterHours,\n Ai,\n AlternateEmail,\n AppleLogo,\n Apps,\n Arrow2Down,\n Arrow2Left,\n Arrow2Right,\n Arrow2Up,\n Arrow2UpRight,\n ArrowCircleDown,\n ArrowCircleUp,\n ArrowDoubleLeft,\n ArrowDoubleRight,\n ArrowDown,\n ArrowDropDownCircle,\n ArrowLeft,\n ArrowRight,\n ArrowUp,\n AttachMoney,\n Attachment,\n Backspace,\n Ban,\n Bank,\n BankAssured,\n Bold,\n Book,\n Bookmark,\n Bridge,\n Briefcase,\n Bulb,\n BuySell,\n Cake,\n Calculator,\n Calendar,\n Call,\n Camera,\n Campaign,\n Candlestick,\n Card,\n CardPos,\n Cash,\n Category,\n Chart,\n Check,\n CheckBold,\n CircleX,\n Clear,\n Clock,\n ClockFilled,\n Close,\n Cloud,\n CloudDownload,\n CloudUpload,\n Code,\n CodeCircle,\n Coin,\n Collapse,\n Confirmation,\n Connect,\n Copy,\n CopySuccess,\n CorporateFare,\n CreditCheck,\n CurrencyFranc,\n CurrencyLira,\n CurrencyPound,\n CurrencyYuan,\n Customize,\n Danger,\n Dark,\n DarkFilled,\n Data,\n Description,\n Details,\n Diagram,\n DocumentCode,\n Download,\n Draft,\n EcoLeaf,\n Edit,\n EditSquare,\n EncryptedAdd,\n Eraser,\n Error,\n Ethereum,\n Exchange,\n Expand,\n ExpandVertical,\n Explore,\n ExploreFilled,\n Export,\n Extension,\n Eye,\n EyeSlash,\n FaceId,\n Feedback,\n File,\n Filter,\n Fingerprint,\n Fire,\n FirstPage,\n Flag,\n Flash,\n FlashSlash,\n Flask,\n Flower,\n Folder,\n Forest,\n FullCircle,\n Gas,\n Gift,\n Global,\n GlobalSearch,\n Graph,\n Hardware,\n HashTag,\n Heart,\n HeartFilled,\n Hierarchy,\n Home,\n HomeFilled,\n Image,\n Info,\n Inventory,\n Joystick,\n Keep,\n KeepFilled,\n Key,\n LastPage,\n Light,\n LightFilled,\n Link,\n Loading,\n Location,\n Lock,\n LockSlash,\n LockedFilled,\n Login,\n Logout,\n Mail,\n Map,\n Menu,\n MessageQuestion,\n Messages,\n MetamaskFoxOutline,\n Mic,\n Minus,\n MinusBold,\n MinusSquare,\n Mobile,\n Money,\n MoneyBag,\n Monitor,\n MoreHorizontal,\n MoreVertical,\n MountainFlag,\n MusicNote,\n Notification,\n PageInfo,\n Palette,\n PasswordCheck,\n Pending,\n People,\n PersonCancel,\n Pin,\n Plant,\n Plug,\n PlusAndMinus,\n PolicyAlert,\n PopUp,\n Print,\n PriorityHigh,\n PrivacyTip,\n ProgrammingArrows,\n Publish,\n QrCode,\n Question,\n Receive,\n Received,\n Refresh,\n RemoveMinus,\n Report,\n Rocket,\n Save,\n SaveFilled,\n Saving,\n Scan,\n ScanBarcode,\n ScanFocus,\n Search,\n Security,\n SecurityAlert,\n SecurityCross,\n SecurityKey,\n SecuritySearch,\n SecuritySlash,\n SecurityTick,\n SecurityTime,\n SecurityUser,\n Send,\n SentimentDissatisfied,\n SentimentNeutral,\n SentimentSatisfied,\n SentimentVerySatisfied,\n Setting,\n SettingFilled,\n Share,\n ShieldLock,\n ShoppingBag,\n ShoppingCart,\n SidePanel,\n SignalCellular,\n Slash,\n Sms,\n Snaps,\n SnapsMobile,\n SnapsPlus,\n SnapsRound,\n Sort,\n SortByAlpha,\n Sparkle,\n Speed,\n Speedometer,\n Square,\n Stake,\n Star,\n StarFilled,\n Start,\n Storefront,\n Student,\n SwapHorizontal,\n SwapVertical,\n TabClose,\n TableRow,\n Tablet,\n Tag,\n ThumbDown,\n ThumbDownFilled,\n ThumbUp,\n ThumbUpFilled,\n Tint,\n Tooltip,\n Translate,\n Trash,\n TrendDown,\n TrendUp,\n Undo,\n Unfold,\n UnlockedFilled,\n Unpin,\n Upload,\n UploadFile,\n Usb,\n User,\n UserCheck,\n UserCircle,\n UserCircleAdd,\n UserCircleRemove,\n Verified,\n VerifiedFilled,\n Videocam,\n ViewColumn,\n ViewInAr,\n VolumeOff,\n VolumeUp,\n Wallet,\n WalletFilled,\n Warning,\n WebTraffic,\n Widgets,\n Wifi,\n WifiOff,\n X,\n} as const;\n\nexport type IconComponentType = ForwardRefExoticComponent<\n SVGProps<SVGSVGElement> & RefAttributes<SVGSVGElement>\n>;\n\nexport type IconsType = typeof Icons;\n"]}
|
|
@@ -68,6 +68,7 @@ export declare const Icons: {
|
|
|
68
68
|
readonly Connect: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
69
69
|
readonly Copy: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
70
70
|
readonly CopySuccess: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
71
|
+
readonly CorporateFare: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
71
72
|
readonly CreditCheck: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
72
73
|
readonly CurrencyFranc: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
73
74
|
readonly CurrencyLira: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,yBAAyB,EAAE,aAAa,EAAE,QAAQ,EAAE,cAAc;
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,yBAAyB,EAAE,aAAa,EAAE,QAAQ,EAAE,cAAc;AA2RhF,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyRR,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,yBAAyB,CACvD,QAAQ,CAAC,aAAa,CAAC,GAAG,aAAa,CAAC,aAAa,CAAC,CACvD,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,OAAO,KAAK,CAAC"}
|
|
@@ -68,6 +68,7 @@ export declare const Icons: {
|
|
|
68
68
|
readonly Connect: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
69
69
|
readonly Copy: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
70
70
|
readonly CopySuccess: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
71
|
+
readonly CorporateFare: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
71
72
|
readonly CreditCheck: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
72
73
|
readonly CurrencyFranc: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
73
74
|
readonly CurrencyLira: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,yBAAyB,EAAE,aAAa,EAAE,QAAQ,EAAE,cAAc;
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,yBAAyB,EAAE,aAAa,EAAE,QAAQ,EAAE,cAAc;AA2RhF,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyRR,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,yBAAyB,CACvD,QAAQ,CAAC,aAAa,CAAC,GAAG,aAAa,CAAC,aAAa,CAAC,CACvD,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,OAAO,KAAK,CAAC"}
|
|
@@ -66,6 +66,7 @@ import Confirmation from "./Confirmation.mjs";
|
|
|
66
66
|
import Connect from "./Connect.mjs";
|
|
67
67
|
import Copy from "./Copy.mjs";
|
|
68
68
|
import CopySuccess from "./CopySuccess.mjs";
|
|
69
|
+
import CorporateFare from "./CorporateFare.mjs";
|
|
69
70
|
import CreditCheck from "./CreditCheck.mjs";
|
|
70
71
|
import CurrencyFranc from "./CurrencyFranc.mjs";
|
|
71
72
|
import CurrencyLira from "./CurrencyLira.mjs";
|
|
@@ -346,6 +347,7 @@ export const Icons = {
|
|
|
346
347
|
Connect,
|
|
347
348
|
Copy,
|
|
348
349
|
CopySuccess,
|
|
350
|
+
CorporateFare,
|
|
349
351
|
CreditCheck,
|
|
350
352
|
CurrencyFranc,
|
|
351
353
|
CurrencyLira,
|