@team_yumi/ramen 0.0.3-next.1688753932673
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/README.md +7 -0
- package/components/core/xalert/index.d.ts +2 -0
- package/components/core/xalert/root.d.ts +10 -0
- package/components/core/xavatar/index.d.ts +2 -0
- package/components/core/xavatar/root.d.ts +8 -0
- package/components/core/xbadge/index.d.ts +2 -0
- package/components/core/xbadge/root.d.ts +8 -0
- package/components/core/xbox/index.d.ts +2 -0
- package/components/core/xbox/root.d.ts +16 -0
- package/components/core/xbutton/index.d.ts +2 -0
- package/components/core/xbutton/root.d.ts +15 -0
- package/components/core/xbuttonicon/index.d.ts +2 -0
- package/components/core/xbuttonicon/root.d.ts +12 -0
- package/components/core/xcard/index.d.ts +2 -0
- package/components/core/xcard/root.d.ts +14 -0
- package/components/core/xcheckbox/index.d.ts +2 -0
- package/components/core/xcheckbox/root.d.ts +13 -0
- package/components/core/xcollapse-card/index.d.ts +2 -0
- package/components/core/xcollapse-card/root.d.ts +18 -0
- package/components/core/xconfig-provider/context.d.ts +11 -0
- package/components/core/xconfig-provider/index.d.ts +4 -0
- package/components/core/xconfig-provider/root.d.ts +9 -0
- package/components/core/xconfig-provider/useConfig.d.ts +2 -0
- package/components/core/xcounter/index.d.ts +2 -0
- package/components/core/xcounter/root.d.ts +12 -0
- package/components/core/xdivider/index.d.ts +2 -0
- package/components/core/xdivider/root.d.ts +3 -0
- package/components/core/xemail-input/index.d.ts +2 -0
- package/components/core/xemail-input/root.d.ts +8 -0
- package/components/core/xform-item/index.d.ts +2 -0
- package/components/core/xform-item/root.d.ts +9 -0
- package/components/core/xicon/icons/bold/index.d.ts +5 -0
- package/components/core/xicon/icons/extrabold/index.d.ts +14 -0
- package/components/core/xicon/icons/filled/index.d.ts +53 -0
- package/components/core/xicon/icons/index.d.ts +5 -0
- package/components/core/xicon/icons/outline/index.d.ts +194 -0
- package/components/core/xicon/index.d.ts +2 -0
- package/components/core/xicon/root.d.ts +8 -0
- package/components/core/ximage/index.d.ts +2 -0
- package/components/core/ximage/root.d.ts +12 -0
- package/components/core/xinput/index.d.ts +2 -0
- package/components/core/xinput/root.d.ts +18 -0
- package/components/core/xlist/index.d.ts +2 -0
- package/components/core/xlist/root.d.ts +12 -0
- package/components/core/xloading/api.d.ts +10 -0
- package/components/core/xloading/container.d.ts +3 -0
- package/components/core/xloading/index.d.ts +3 -0
- package/components/core/xloading/loading.d.ts +6 -0
- package/components/core/xnumber-input/index.d.ts +2 -0
- package/components/core/xnumber-input/root.d.ts +8 -0
- package/components/core/xpassword-input/index.d.ts +2 -0
- package/components/core/xpassword-input/root.d.ts +8 -0
- package/components/core/xphone-input/index.d.ts +2 -0
- package/components/core/xphone-input/root.d.ts +8 -0
- package/components/core/xradio-button/index.d.ts +2 -0
- package/components/core/xradio-button/root.d.ts +12 -0
- package/components/core/xsearch-input/index.d.ts +2 -0
- package/components/core/xsearch-input/root.d.ts +8 -0
- package/components/core/xskeleton/index.d.ts +2 -0
- package/components/core/xskeleton/root.d.ts +9 -0
- package/components/core/xskeleton-renderer/index.d.ts +2 -0
- package/components/core/xskeleton-renderer/root.d.ts +7 -0
- package/components/core/xsymbol/index.d.ts +2 -0
- package/components/core/xsymbol/root.d.ts +8 -0
- package/components/core/xsymbol/symbols/index.d.ts +4 -0
- package/components/core/xsymbol/symbols/mdh/index.d.ts +22 -0
- package/components/core/xsymbol/symbols/neutral/index.d.ts +47 -0
- package/components/core/xsymbol/symbols/sm/index.d.ts +83 -0
- package/components/core/xtab/index.d.ts +2 -0
- package/components/core/xtab/root.d.ts +13 -0
- package/components/core/xtab-content/index.d.ts +2 -0
- package/components/core/xtab-content/root.d.ts +6 -0
- package/components/core/xtab-panel/index.d.ts +2 -0
- package/components/core/xtab-panel/root.d.ts +7 -0
- package/components/core/xtabs/index.d.ts +2 -0
- package/components/core/xtabs/root.d.ts +20 -0
- package/components/core/xtag/index.d.ts +2 -0
- package/components/core/xtag/root.d.ts +11 -0
- package/components/core/xtag-business/index.d.ts +2 -0
- package/components/core/xtag-business/root.d.ts +8 -0
- package/components/core/xtag-state/index.d.ts +2 -0
- package/components/core/xtag-state/root.d.ts +10 -0
- package/components/core/xtext/index.d.ts +2 -0
- package/components/core/xtext/root.d.ts +14 -0
- package/components/core/xtext-area/index.d.ts +2 -0
- package/components/core/xtext-area/root.d.ts +13 -0
- package/components/core/xtext-input/index.d.ts +2 -0
- package/components/core/xtext-input/root.d.ts +8 -0
- package/components/core/xvspace/index.d.ts +2 -0
- package/components/core/xvspace/root.d.ts +7 -0
- package/components/mobile/xapp/index.d.ts +2 -0
- package/components/mobile/xapp/root.d.ts +8 -0
- package/components/mobile/xbody/index.d.ts +2 -0
- package/components/mobile/xbody/root.d.ts +7 -0
- package/components/mobile/xcalendar/index.d.ts +2 -0
- package/components/mobile/xcalendar/root.d.ts +17 -0
- package/components/mobile/xcard-image/index.d.ts +2 -0
- package/components/mobile/xcard-image/root.d.ts +30 -0
- package/components/mobile/xfloat-button/index.d.ts +2 -0
- package/components/mobile/xfloat-button/root.d.ts +8 -0
- package/components/mobile/xfooter/index.d.ts +2 -0
- package/components/mobile/xfooter/root.d.ts +9 -0
- package/components/mobile/xheader/index.d.ts +2 -0
- package/components/mobile/xheader/root.d.ts +26 -0
- package/components/mobile/ximage-uploader/index.d.ts +3 -0
- package/components/mobile/ximage-uploader/root.d.ts +19 -0
- package/components/mobile/xmodal/index.d.ts +2 -0
- package/components/mobile/xmodal/root.d.ts +25 -0
- package/components/mobile/xpage/index.d.ts +2 -0
- package/components/mobile/xpage/root.d.ts +9 -0
- package/components/mobile/xselect/index.d.ts +2 -0
- package/components/mobile/xselect/root.d.ts +23 -0
- package/components/mobile/xselect-multiple/index.d.ts +3 -0
- package/components/mobile/xselect-multiple/root.d.ts +25 -0
- package/components/mobile/xsnackbar/api.d.ts +14 -0
- package/components/mobile/xsnackbar/container.d.ts +8 -0
- package/components/mobile/xsnackbar/index.d.ts +3 -0
- package/components/mobile/xsnackbar/snackbar.d.ts +14 -0
- package/components/web/xapp/index.d.ts +2 -0
- package/components/web/xapp/root.d.ts +6 -0
- package/components/web/xbody/index.d.ts +2 -0
- package/components/web/xbody/root.d.ts +6 -0
- package/components/web/xcheckbox-group/index.d.ts +2 -0
- package/components/web/xcheckbox-group/root.d.ts +18 -0
- package/components/web/xcollapse-card/index.d.ts +2 -0
- package/components/web/xcollapse-card/root.d.ts +9 -0
- package/components/web/xconfirm-modal/index.d.ts +2 -0
- package/components/web/xconfirm-modal/root.d.ts +13 -0
- package/components/web/xdrawer/index.d.ts +2 -0
- package/components/web/xdrawer/root.d.ts +24 -0
- package/components/web/xheader/index.d.ts +2 -0
- package/components/web/xheader/root.d.ts +12 -0
- package/components/web/xmodal/index.d.ts +2 -0
- package/components/web/xmodal/root.d.ts +23 -0
- package/components/web/xnotification/api.d.ts +16 -0
- package/components/web/xnotification/container.d.ts +7 -0
- package/components/web/xnotification/index.d.ts +3 -0
- package/components/web/xnotification/notification.d.ts +12 -0
- package/components/web/xpage/index.d.ts +2 -0
- package/components/web/xpage/root.d.ts +6 -0
- package/components/web/xselect/index.d.ts +2 -0
- package/components/web/xselect/root.d.ts +21 -0
- package/components/web/xselect-multiple/index.d.ts +2 -0
- package/components/web/xselect-multiple/root.d.ts +20 -0
- package/components/web/xsidebar/index.d.ts +2 -0
- package/components/web/xsidebar/root.d.ts +21 -0
- package/components/web/xtable/index.d.ts +3 -0
- package/components/web/xtable/root.d.ts +51 -0
- package/components/web/xtabs/index.d.ts +2 -0
- package/components/web/xtabs/root.d.ts +3 -0
- package/components/web/xtooltip/index.d.ts +2 -0
- package/components/web/xtooltip/root.d.ts +9 -0
- package/index.core.d.ts +63 -0
- package/index.css +3017 -0
- package/index.js +15920 -0
- package/index.mobile.d.ts +101 -0
- package/index.web.d.ts +100 -0
- package/models/Collections/IAlertType.d.ts +1 -0
- package/models/Collections/IAppearance.d.ts +1 -0
- package/models/Collections/IBackground.d.ts +1 -0
- package/models/Collections/IBorder.d.ts +1 -0
- package/models/Collections/IBorderType.d.ts +1 -0
- package/models/Collections/ICalendarSize.d.ts +1 -0
- package/models/Collections/ICardImageSize.d.ts +1 -0
- package/models/Collections/ICardSize.d.ts +1 -0
- package/models/Collections/ICollapseCardSize.d.ts +1 -0
- package/models/Collections/ICountry.d.ts +1 -0
- package/models/Collections/IEmailInputSize.d.ts +1 -0
- package/models/Collections/IFloatButtonPlacement.d.ts +1 -0
- package/models/Collections/IFontSize.d.ts +1 -0
- package/models/Collections/IFooterAlign.d.ts +1 -0
- package/models/Collections/IGap.d.ts +1 -0
- package/models/Collections/IHeaderType.d.ts +1 -0
- package/models/Collections/IHeight.d.ts +1 -0
- package/models/Collections/IHorizontalAlign.d.ts +1 -0
- package/models/Collections/IIcon.d.ts +1 -0
- package/models/Collections/IIconPosition.d.ts +1 -0
- package/models/Collections/IInputSize.d.ts +1 -0
- package/models/Collections/IInputType.d.ts +1 -0
- package/models/Collections/ILineClamp.d.ts +1 -0
- package/models/Collections/ILineHeight.d.ts +1 -0
- package/models/Collections/INotificationType.d.ts +1 -0
- package/models/Collections/INumberInputSize.d.ts +1 -0
- package/models/Collections/IOrientation.d.ts +1 -0
- package/models/Collections/IOverflow.d.ts +1 -0
- package/models/Collections/IPadding.d.ts +1 -0
- package/models/Collections/IPasswordInputSize.d.ts +1 -0
- package/models/Collections/IPhoneInputSize.d.ts +1 -0
- package/models/Collections/IPlacement.d.ts +1 -0
- package/models/Collections/IPlacementY.d.ts +1 -0
- package/models/Collections/IRounded.d.ts +1 -0
- package/models/Collections/ISearchInputSize.d.ts +1 -0
- package/models/Collections/ISelectModalSize.d.ts +1 -0
- package/models/Collections/ISelectMultipleSize.d.ts +1 -0
- package/models/Collections/ISelectSize.d.ts +1 -0
- package/models/Collections/ISize.d.ts +1 -0
- package/models/Collections/ISkeletonType.d.ts +1 -0
- package/models/Collections/ISkeletonWidth.d.ts +1 -0
- package/models/Collections/ISnackbarType.d.ts +1 -0
- package/models/Collections/IState.d.ts +1 -0
- package/models/Collections/ISymbol.d.ts +1 -0
- package/models/Collections/ITabSize.d.ts +1 -0
- package/models/Collections/ITabType.d.ts +1 -0
- package/models/Collections/ITabsSize.d.ts +1 -0
- package/models/Collections/ITagBusinessBrand.d.ts +1 -0
- package/models/Collections/ITagBusinessSize.d.ts +1 -0
- package/models/Collections/ITagSize.d.ts +1 -0
- package/models/Collections/ITagStateSize.d.ts +1 -0
- package/models/Collections/ITagStateType.d.ts +1 -0
- package/models/Collections/ITagType.d.ts +1 -0
- package/models/Collections/ITextAlign.d.ts +1 -0
- package/models/Collections/ITextColorThone.d.ts +1 -0
- package/models/Collections/ITextInputSize.d.ts +1 -0
- package/models/Collections/ITextOverflow.d.ts +1 -0
- package/models/Collections/ITheme.d.ts +1 -0
- package/models/Collections/ITooltipPlacement.d.ts +1 -0
- package/models/Collections/IType.d.ts +1 -0
- package/models/Collections/IVSpaceSize.d.ts +1 -0
- package/models/Collections/IVerticalAlign.d.ts +1 -0
- package/models/Collections/IWeight.d.ts +1 -0
- package/models/Collections/IWidth.d.ts +1 -0
- package/models/Collections/index.d.ts +65 -0
- package/models/index.d.ts +2 -0
- package/package.json +12 -0
- package/themes/default.css +220 -0
- package/themes/fonts.css +39 -0
package/README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Collections } from '../../../models';
|
|
3
|
+
export interface IProps {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
title?: string;
|
|
6
|
+
showIcon?: boolean;
|
|
7
|
+
type?: (typeof Collections.IAlertType)[number];
|
|
8
|
+
}
|
|
9
|
+
declare const XAlert: React.FC<IProps>;
|
|
10
|
+
export default XAlert;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Collections } from './../../../models';
|
|
3
|
+
export interface IProps {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
verticalAlign?: (typeof Collections.IVerticalAlign)[number];
|
|
6
|
+
horizontalAlign?: (typeof Collections.IHorizontalAlign)[number];
|
|
7
|
+
height?: (typeof Collections.IHeight)[number];
|
|
8
|
+
width?: (typeof Collections.IWidth)[number];
|
|
9
|
+
padding?: (typeof Collections.IPadding)[number];
|
|
10
|
+
overflow?: (typeof Collections.IOverflow)[number];
|
|
11
|
+
orientation?: (typeof Collections.IOrientation)[number];
|
|
12
|
+
gap?: (typeof Collections.IGap)[number];
|
|
13
|
+
touchable?: boolean;
|
|
14
|
+
}
|
|
15
|
+
declare const XBox: React.FC<IProps>;
|
|
16
|
+
export default XBox;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { MouseEventHandler } from 'react';
|
|
2
|
+
import { Collections } from './../../../models';
|
|
3
|
+
export interface IProps {
|
|
4
|
+
text?: string;
|
|
5
|
+
type?: (typeof Collections.IType)[number];
|
|
6
|
+
size?: (typeof Collections.ISize)[number];
|
|
7
|
+
icon?: (typeof Collections.IIcon)[number];
|
|
8
|
+
iconPosition?: (typeof Collections.IIconPosition)[number];
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
loading?: boolean;
|
|
11
|
+
onClick?: MouseEventHandler<HTMLButtonElement>;
|
|
12
|
+
skeleton?: boolean;
|
|
13
|
+
}
|
|
14
|
+
declare const XButton: React.FC<IProps>;
|
|
15
|
+
export default XButton;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React, { MouseEventHandler } from 'react';
|
|
2
|
+
import { Collections } from './../../../models';
|
|
3
|
+
export interface IProps {
|
|
4
|
+
type?: (typeof Collections.IType)[number];
|
|
5
|
+
size?: (typeof Collections.ISize)[number];
|
|
6
|
+
icon?: (typeof Collections.IIcon)[number];
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
loading?: boolean;
|
|
9
|
+
onClick?: MouseEventHandler<HTMLButtonElement>;
|
|
10
|
+
}
|
|
11
|
+
declare const XButtonIcon: React.FC<IProps>;
|
|
12
|
+
export default XButtonIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Collections } from '../../../models';
|
|
3
|
+
export interface IProps {
|
|
4
|
+
symbol?: (typeof Collections.ISymbol)[number];
|
|
5
|
+
title?: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
count?: number;
|
|
8
|
+
size?: (typeof Collections.ICardSize)[number];
|
|
9
|
+
borderType?: (typeof Collections.IBorderType)[number];
|
|
10
|
+
onClick?: () => void;
|
|
11
|
+
children?: React.ReactNode;
|
|
12
|
+
}
|
|
13
|
+
declare const XCard: React.FC<IProps>;
|
|
14
|
+
export default XCard;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Collections } from './../../../models';
|
|
3
|
+
export interface IProps {
|
|
4
|
+
selected?: boolean;
|
|
5
|
+
indeterminate?: boolean;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
hasError?: boolean;
|
|
8
|
+
label?: string;
|
|
9
|
+
placement?: (typeof Collections.IPlacement)[number];
|
|
10
|
+
onChange?: (value: boolean) => void;
|
|
11
|
+
}
|
|
12
|
+
declare const XCheckbox: React.FC<IProps>;
|
|
13
|
+
export default XCheckbox;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Collections } from '../../../models';
|
|
3
|
+
export interface IProps {
|
|
4
|
+
open?: boolean;
|
|
5
|
+
defaultOpen?: boolean;
|
|
6
|
+
title?: string;
|
|
7
|
+
description?: string;
|
|
8
|
+
count?: number;
|
|
9
|
+
selected?: boolean;
|
|
10
|
+
indeterminate?: boolean;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
children?: React.ReactNode;
|
|
13
|
+
size?: (typeof Collections.ICollapseCardSize)[number];
|
|
14
|
+
onToggle?: (open: boolean) => void;
|
|
15
|
+
onSelect?: (selected: boolean) => void;
|
|
16
|
+
}
|
|
17
|
+
declare const XCollapseCard: React.FC<IProps>;
|
|
18
|
+
export default XCollapseCard;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Collections } from '../../../models';
|
|
3
|
+
export interface IConfig {
|
|
4
|
+
country: (typeof Collections.ICountry)[number];
|
|
5
|
+
theme: (typeof Collections.ITheme)[number];
|
|
6
|
+
}
|
|
7
|
+
export declare type IConfigContext = [IConfig, (config: Partial<IConfig>) => void];
|
|
8
|
+
export declare const DEFAULT_CONFIG: IConfig;
|
|
9
|
+
export declare const DEFAULT_CONTEXT: IConfigContext;
|
|
10
|
+
declare const ConfigContext: import("react").Context<IConfigContext>;
|
|
11
|
+
export default ConfigContext;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Collections } from '../../../models';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export interface IProps {
|
|
4
|
+
country?: (typeof Collections.ICountry)[number];
|
|
5
|
+
theme?: (typeof Collections.ITheme)[number];
|
|
6
|
+
children?: React.ReactNode;
|
|
7
|
+
}
|
|
8
|
+
declare const XConfigProvider: React.FC<IProps>;
|
|
9
|
+
export default XConfigProvider;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IProps {
|
|
3
|
+
count?: number;
|
|
4
|
+
defaultCount?: number;
|
|
5
|
+
min?: number;
|
|
6
|
+
max?: number;
|
|
7
|
+
showDelete?: boolean;
|
|
8
|
+
onDelete?: (count: number) => void;
|
|
9
|
+
onChange?: (count: number) => void;
|
|
10
|
+
}
|
|
11
|
+
declare const XCounter: React.FC<IProps>;
|
|
12
|
+
export default XCounter;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Collections } from './../../../models';
|
|
3
|
+
import { IProps as IInputProps } from './../xinput/root';
|
|
4
|
+
export interface IProps extends Omit<IInputProps, 'type' | 'icon'> {
|
|
5
|
+
size?: (typeof Collections.IEmailInputSize)[number];
|
|
6
|
+
}
|
|
7
|
+
declare const XEmailInput: React.FC<IProps>;
|
|
8
|
+
export default XEmailInput;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ReactComponent as ArrowLeft } from './arrow-left.svg';
|
|
2
|
+
import { ReactComponent as ChevronLeft } from './chevron-left.svg';
|
|
3
|
+
import { ReactComponent as Less } from './less.svg';
|
|
4
|
+
import { ReactComponent as Slash } from './slash.svg';
|
|
5
|
+
import { ReactComponent as ArrowRight } from './arrow-right.svg';
|
|
6
|
+
import { ReactComponent as ChevronRight } from './chevron-right.svg';
|
|
7
|
+
import { ReactComponent as None } from './none.svg';
|
|
8
|
+
import { ReactComponent as X } from './x.svg';
|
|
9
|
+
import { ReactComponent as Check } from './check.svg';
|
|
10
|
+
import { ReactComponent as ChevronUp } from './chevron-up.svg';
|
|
11
|
+
import { ReactComponent as Plus } from './plus.svg';
|
|
12
|
+
import { ReactComponent as ChevronDown } from './chevron-down.svg';
|
|
13
|
+
import { ReactComponent as Refuse } from './refuse.svg';
|
|
14
|
+
export { ArrowLeft, ChevronLeft, Less, Slash, ArrowRight, ChevronRight, None, X, Check, ChevronUp, Plus, ChevronDown, Refuse, };
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { ReactComponent as ArrowDownCircle } from './navigation/arrow-down-circle.svg';
|
|
2
|
+
import { ReactComponent as ArrowUpRight } from './navigation/arrow-up-right.svg';
|
|
3
|
+
import { ReactComponent as ChevronLeft } from './navigation/chevron-left.svg';
|
|
4
|
+
import { ReactComponent as ArrowDownLeft } from './navigation/arrow-down-left.svg';
|
|
5
|
+
import { ReactComponent as Car } from './navigation/car.svg';
|
|
6
|
+
import { ReactComponent as ChevronRight } from './navigation/chevron-right.svg';
|
|
7
|
+
import { ReactComponent as ArrowDownRight } from './navigation/arrow-down-right.svg';
|
|
8
|
+
import { ReactComponent as CarretDown } from './navigation/carret-down.svg';
|
|
9
|
+
import { ReactComponent as ChevronUp } from './navigation/chevron-up.svg';
|
|
10
|
+
import { ReactComponent as ArrowLeftCircle } from './navigation/arrow-left-circle.svg';
|
|
11
|
+
import { ReactComponent as CarretLeft } from './navigation/carret-left.svg';
|
|
12
|
+
import { ReactComponent as Map } from './navigation/map.svg';
|
|
13
|
+
import { ReactComponent as ArrowRightCircle } from './navigation/arrow-right-circle.svg';
|
|
14
|
+
import { ReactComponent as CarretRight } from './navigation/carret-right.svg';
|
|
15
|
+
import { ReactComponent as None } from './navigation/none.svg';
|
|
16
|
+
import { ReactComponent as ArrowUpCircle } from './navigation/arrow-up-circle.svg';
|
|
17
|
+
import { ReactComponent as CarretUp } from './navigation/carret-up.svg';
|
|
18
|
+
import { ReactComponent as Walking } from './navigation/walking.svg';
|
|
19
|
+
import { ReactComponent as ArrowUpLeft } from './navigation/arrow-up-left.svg';
|
|
20
|
+
import { ReactComponent as ChevronDown } from './navigation/chevron-down.svg';
|
|
21
|
+
import { ReactComponent as Apple } from './social/apple.svg';
|
|
22
|
+
import { ReactComponent as Cencosud } from './social/cencosud.svg';
|
|
23
|
+
import { ReactComponent as Facebook } from './social/facebook.svg';
|
|
24
|
+
import { ReactComponent as Google } from './social/google.svg';
|
|
25
|
+
import { ReactComponent as AlertBold } from './system/alert-bold.svg';
|
|
26
|
+
import { ReactComponent as Check } from './system/check.svg';
|
|
27
|
+
import { ReactComponent as InfoBold } from './system/info-bold.svg';
|
|
28
|
+
import { ReactComponent as Support } from './system/support.svg';
|
|
29
|
+
import { ReactComponent as BalanceCart } from './system/balance-cart.svg';
|
|
30
|
+
import { ReactComponent as Denied } from './system/denied.svg';
|
|
31
|
+
import { ReactComponent as List } from './system/list.svg';
|
|
32
|
+
import { ReactComponent as Task } from './system/task.svg';
|
|
33
|
+
import { ReactComponent as Balance } from './system/balance.svg';
|
|
34
|
+
import { ReactComponent as Fast } from './system/fast.svg';
|
|
35
|
+
import { ReactComponent as Mail } from './system/mail.svg';
|
|
36
|
+
import { ReactComponent as Tools } from './system/tools.svg';
|
|
37
|
+
import { ReactComponent as Block } from './system/block.svg';
|
|
38
|
+
import { ReactComponent as Fill } from './system/fill.svg';
|
|
39
|
+
import { ReactComponent as Notifications } from './system/notifications.svg';
|
|
40
|
+
import { ReactComponent as Tunnel } from './system/tunnel.svg';
|
|
41
|
+
import { ReactComponent as Calculator } from './system/calculator.svg';
|
|
42
|
+
import { ReactComponent as FolderPlus } from './system/folder-plus.svg';
|
|
43
|
+
import { ReactComponent as Profile } from './system/profile.svg';
|
|
44
|
+
import { ReactComponent as WarningBold } from './system/warning-bold.svg';
|
|
45
|
+
import { ReactComponent as Camera } from './system/camera.svg';
|
|
46
|
+
import { ReactComponent as Help } from './system/help.svg';
|
|
47
|
+
import { ReactComponent as Refuse } from './system/refuse.svg';
|
|
48
|
+
import { ReactComponent as XCircleBold } from './system/x-circle-bold.svg';
|
|
49
|
+
import { ReactComponent as CheckBold } from './system/check-bold.svg';
|
|
50
|
+
import { ReactComponent as Inbox } from './system/inbox.svg';
|
|
51
|
+
import { ReactComponent as Stats } from './system/stats.svg';
|
|
52
|
+
import { ReactComponent as XCircle } from './system/x-circle.svg';
|
|
53
|
+
export { ArrowDownCircle, ArrowUpRight, ChevronLeft, ArrowDownLeft, Car, ChevronRight, ArrowDownRight, CarretDown, ChevronUp, ArrowLeftCircle, CarretLeft, Map, ArrowRightCircle, CarretRight, None, ArrowUpCircle, CarretUp, Walking, ArrowUpLeft, ChevronDown, Apple, Cencosud, Facebook, Google, AlertBold, Check, InfoBold, Support, BalanceCart, Denied, List, Task, Balance, Fast, Mail, Tools, Block, Fill, Notifications, Tunnel, Calculator, FolderPlus, Profile, WarningBold, Camera, Help, Refuse, XCircleBold, CheckBold, Inbox, Stats, XCircle, };
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
import { ReactComponent as Announcement } from './comunication/announcement.svg';
|
|
2
|
+
import { ReactComponent as PhoneCall } from './comunication/phone-call.svg';
|
|
3
|
+
import { ReactComponent as PhoneIncoming } from './comunication/phone-incoming.svg';
|
|
4
|
+
import { ReactComponent as PhoneOutgoing } from './comunication/phone-outgoing.svg';
|
|
5
|
+
import { ReactComponent as MessageCircle } from './comunication/message-circle.svg';
|
|
6
|
+
import { ReactComponent as PhoneChat } from './comunication/phone-chat.svg';
|
|
7
|
+
import { ReactComponent as PhoneMissed } from './comunication/phone-missed.svg';
|
|
8
|
+
import { ReactComponent as Phone } from './comunication/phone.svg';
|
|
9
|
+
import { ReactComponent as MessageSquare } from './comunication/message-square.svg';
|
|
10
|
+
import { ReactComponent as PhoneForwarded } from './comunication/phone-forwarded.svg';
|
|
11
|
+
import { ReactComponent as PhoneOff } from './comunication/phone-off.svg';
|
|
12
|
+
import { ReactComponent as Support } from './comunication/support.svg';
|
|
13
|
+
import { ReactComponent as Briefcase } from './ecommerce/briefcase.svg';
|
|
14
|
+
import { ReactComponent as Clock } from './ecommerce/clock.svg';
|
|
15
|
+
import { ReactComponent as Package } from './ecommerce/package.svg';
|
|
16
|
+
import { ReactComponent as Tag } from './ecommerce/tag.svg';
|
|
17
|
+
import { ReactComponent as Calendar } from './ecommerce/calendar.svg';
|
|
18
|
+
import { ReactComponent as CreditCard } from './ecommerce/credit-card.svg';
|
|
19
|
+
import { ReactComponent as Printer } from './ecommerce/printer.svg';
|
|
20
|
+
import { ReactComponent as Truck } from './ecommerce/truck.svg';
|
|
21
|
+
import { ReactComponent as CameraOff } from './ecommerce/camera-off.svg';
|
|
22
|
+
import { ReactComponent as Gift } from './ecommerce/gift.svg';
|
|
23
|
+
import { ReactComponent as ShoppingBag } from './ecommerce/shopping-bag.svg';
|
|
24
|
+
import { ReactComponent as Tv } from './ecommerce/tv.svg';
|
|
25
|
+
import { ReactComponent as Camera } from './ecommerce/camera.svg';
|
|
26
|
+
import { ReactComponent as Home } from './ecommerce/home.svg';
|
|
27
|
+
import { ReactComponent as ShoppingCart } from './ecommerce/shopping-cart.svg';
|
|
28
|
+
import { ReactComponent as Clipboard } from './ecommerce/clipboard.svg';
|
|
29
|
+
import { ReactComponent as Monitor } from './ecommerce/monitor.svg';
|
|
30
|
+
import { ReactComponent as Star } from './ecommerce/star.svg';
|
|
31
|
+
import { ReactComponent as Basket } from './ecommerce/basket.svg';
|
|
32
|
+
import { ReactComponent as AlignCenter } from './format/align-center.svg';
|
|
33
|
+
import { ReactComponent as AlignRight } from './format/align-right.svg';
|
|
34
|
+
import { ReactComponent as Grid } from './format/grid.svg';
|
|
35
|
+
import { ReactComponent as List } from './format/list.svg';
|
|
36
|
+
import { ReactComponent as AlignLeft } from './format/align-left.svg';
|
|
37
|
+
import { ReactComponent as Bold } from './format/bold.svg';
|
|
38
|
+
import { ReactComponent as ListNumber } from './format/list-number.svg';
|
|
39
|
+
import { ReactComponent as Airplay } from './media/airplay.svg';
|
|
40
|
+
import { ReactComponent as Mic } from './media/mic.svg';
|
|
41
|
+
import { ReactComponent as Rewind } from './media/rewind.svg';
|
|
42
|
+
import { ReactComponent as Volume1 } from './media/volume-1.svg';
|
|
43
|
+
import { ReactComponent as BookOpen } from './media/book-open.svg';
|
|
44
|
+
import { ReactComponent as PauseCircle } from './media/pause-circle.svg';
|
|
45
|
+
import { ReactComponent as SkipBack } from './media/skip-back.svg';
|
|
46
|
+
import { ReactComponent as Volume2 } from './media/volume-2.svg';
|
|
47
|
+
import { ReactComponent as Book } from './media/book.svg';
|
|
48
|
+
import { ReactComponent as Pause } from './media/pause.svg';
|
|
49
|
+
import { ReactComponent as SkipForward } from './media/skip-forward.svg';
|
|
50
|
+
import { ReactComponent as VolumeX } from './media/volume-x.svg';
|
|
51
|
+
import { ReactComponent as FastForward } from './media/fast-forward.svg';
|
|
52
|
+
import { ReactComponent as PlayCircle } from './media/play-circle.svg';
|
|
53
|
+
import { ReactComponent as Sliders } from './media/sliders.svg';
|
|
54
|
+
import { ReactComponent as Volume } from './media/volume.svg';
|
|
55
|
+
import { ReactComponent as IdeaLightBulb } from './media/idea-light-bulb.svg';
|
|
56
|
+
import { ReactComponent as Play } from './media/play.svg';
|
|
57
|
+
import { ReactComponent as StopCircle } from './media/stop-circle.svg';
|
|
58
|
+
import { ReactComponent as Image } from './media/image.svg';
|
|
59
|
+
import { ReactComponent as Radio } from './media/radio.svg';
|
|
60
|
+
import { ReactComponent as VideoOff } from './media/video-off.svg';
|
|
61
|
+
import { ReactComponent as MicOff } from './media/mic-off.svg';
|
|
62
|
+
import { ReactComponent as Repeat } from './media/repeat.svg';
|
|
63
|
+
import { ReactComponent as Video } from './media/video.svg';
|
|
64
|
+
import { ReactComponent as Bento } from './menu/bento.svg';
|
|
65
|
+
import { ReactComponent as Doner } from './menu/doner.svg';
|
|
66
|
+
import { ReactComponent as Hamburguer } from './menu/hamburguer.svg';
|
|
67
|
+
import { ReactComponent as Kebab } from './menu/kebab.svg';
|
|
68
|
+
import { ReactComponent as Meatballs } from './menu/meatballs.svg';
|
|
69
|
+
import { ReactComponent as ArrowDownLeft } from './navigation/arrow-down-left.svg';
|
|
70
|
+
import { ReactComponent as CarretDown } from './navigation/carret-down.svg';
|
|
71
|
+
import { ReactComponent as CornerDownLeft } from './navigation/corner-down-left.svg';
|
|
72
|
+
import { ReactComponent as ExternalLink } from './navigation/external-link.svg';
|
|
73
|
+
import { ReactComponent as ArrowDownRight } from './navigation/arrow-down-right.svg';
|
|
74
|
+
import { ReactComponent as CarretLeft } from './navigation/carret-left.svg';
|
|
75
|
+
import { ReactComponent as CornerDownRight } from './navigation/corner-down-right.svg';
|
|
76
|
+
import { ReactComponent as Maximize } from './navigation/maximize.svg';
|
|
77
|
+
import { ReactComponent as ArrowDown } from './navigation/arrow-down.svg';
|
|
78
|
+
import { ReactComponent as CarretRight } from './navigation/carret-right.svg';
|
|
79
|
+
import { ReactComponent as CornerLeftDown } from './navigation/corner-left-down.svg';
|
|
80
|
+
import { ReactComponent as Minimize } from './navigation/minimize.svg';
|
|
81
|
+
import { ReactComponent as ArrowLeft } from './navigation/arrow-left.svg';
|
|
82
|
+
import { ReactComponent as CarretUp } from './navigation/carret-up.svg';
|
|
83
|
+
import { ReactComponent as CornerLeftUp } from './navigation/corner-left-up.svg';
|
|
84
|
+
import { ReactComponent as None } from './navigation/none.svg';
|
|
85
|
+
import { ReactComponent as ArrowRight } from './navigation/arrow-right.svg';
|
|
86
|
+
import { ReactComponent as ChevronDown } from './navigation/chevron-down.svg';
|
|
87
|
+
import { ReactComponent as CornerRightDown } from './navigation/corner-right-down.svg';
|
|
88
|
+
import { ReactComponent as RefreshCcw } from './navigation/refresh-ccw.svg';
|
|
89
|
+
import { ReactComponent as ArrowUpLeft } from './navigation/arrow-up-left.svg';
|
|
90
|
+
import { ReactComponent as ChevronLeft } from './navigation/chevron-left.svg';
|
|
91
|
+
import { ReactComponent as CornerRightUp } from './navigation/corner-right-up.svg';
|
|
92
|
+
import { ReactComponent as RefreshCw } from './navigation/refresh-cw.svg';
|
|
93
|
+
import { ReactComponent as ArrowUpRight } from './navigation/arrow-up-right.svg';
|
|
94
|
+
import { ReactComponent as ChevronRight } from './navigation/chevron-right.svg';
|
|
95
|
+
import { ReactComponent as CornerUpLeft } from './navigation/corner-up-left.svg';
|
|
96
|
+
import { ReactComponent as RotateCcw } from './navigation/rotate-ccw.svg';
|
|
97
|
+
import { ReactComponent as ArrowUp } from './navigation/arrow-up.svg';
|
|
98
|
+
import { ReactComponent as ChevronUp } from './navigation/chevron-up.svg';
|
|
99
|
+
import { ReactComponent as CornerUpRight } from './navigation/corner-up-right.svg';
|
|
100
|
+
import { ReactComponent as RotateCw } from './navigation/rotate-cw.svg';
|
|
101
|
+
import { ReactComponent as Close } from './navigation/close.svg';
|
|
102
|
+
import { ReactComponent as Chrome } from './social-media/chrome.svg';
|
|
103
|
+
import { ReactComponent as Figma } from './social-media/figma.svg';
|
|
104
|
+
import { ReactComponent as Linkedin } from './social-media/linkedin.svg';
|
|
105
|
+
import { ReactComponent as ThumbsDown } from './social-media/thumbs-down.svg';
|
|
106
|
+
import { ReactComponent as Twitter } from './social-media/twitter.svg';
|
|
107
|
+
import { ReactComponent as Facebook } from './social-media/facebook.svg';
|
|
108
|
+
import { ReactComponent as Instagram } from './social-media/instagram.svg';
|
|
109
|
+
import { ReactComponent as Safari } from './social-media/safari.svg';
|
|
110
|
+
import { ReactComponent as ThumbsUp } from './social-media/thumbs-up.svg';
|
|
111
|
+
import { ReactComponent as Youtube } from './social-media/youtube.svg';
|
|
112
|
+
import { ReactComponent as AlertCircle } from './system/alert-circle.svg';
|
|
113
|
+
import { ReactComponent as Exit } from './system/exit.svg';
|
|
114
|
+
import { ReactComponent as Mail } from './system/mail.svg';
|
|
115
|
+
import { ReactComponent as SortUp } from './system/sort-up.svg';
|
|
116
|
+
import { ReactComponent as Alert } from './system/alert.svg';
|
|
117
|
+
import { ReactComponent as EyeOff } from './system/eye-off.svg';
|
|
118
|
+
import { ReactComponent as Paperclip } from './system/paperclip.svg';
|
|
119
|
+
import { ReactComponent as Store } from './system/store.svg';
|
|
120
|
+
import { ReactComponent as Archive } from './system/archive.svg';
|
|
121
|
+
import { ReactComponent as Eye } from './system/eye.svg';
|
|
122
|
+
import { ReactComponent as PieChart } from './system/pie-chart.svg';
|
|
123
|
+
import { ReactComponent as Trash2 } from './system/trash-2.svg';
|
|
124
|
+
import { ReactComponent as AtSign } from './system/at-sign.svg';
|
|
125
|
+
import { ReactComponent as Filter1 } from './system/filter-1.svg';
|
|
126
|
+
import { ReactComponent as PlusRounded } from './system/plus-rounded.svg';
|
|
127
|
+
import { ReactComponent as Trash } from './system/trash.svg';
|
|
128
|
+
import { ReactComponent as BatteryCharging } from './system/battery-charging.svg';
|
|
129
|
+
import { ReactComponent as Filter } from './system/filter.svg';
|
|
130
|
+
import { ReactComponent as Plus } from './system/plus.svg';
|
|
131
|
+
import { ReactComponent as TrendingDown } from './system/trending-down.svg';
|
|
132
|
+
import { ReactComponent as Battery } from './system/battery.svg';
|
|
133
|
+
import { ReactComponent as Flag } from './system/flag.svg';
|
|
134
|
+
import { ReactComponent as Power } from './system/power.svg';
|
|
135
|
+
import { ReactComponent as TrendingUp } from './system/trending-up.svg';
|
|
136
|
+
import { ReactComponent as Bluetooth } from './system/bluetooth.svg';
|
|
137
|
+
import { ReactComponent as FolderMinus } from './system/folder-minus.svg';
|
|
138
|
+
import { ReactComponent as Rss } from './system/rss.svg';
|
|
139
|
+
import { ReactComponent as Unlock } from './system/unlock.svg';
|
|
140
|
+
import { ReactComponent as Bookmark } from './system/bookmark.svg';
|
|
141
|
+
import { ReactComponent as FolderPlus } from './system/folder-plus.svg';
|
|
142
|
+
import { ReactComponent as Save } from './system/save.svg';
|
|
143
|
+
import { ReactComponent as UploadCloud } from './system/upload-cloud.svg';
|
|
144
|
+
import { ReactComponent as Calculator } from './system/calculator.svg';
|
|
145
|
+
import { ReactComponent as Folder } from './system/folder.svg';
|
|
146
|
+
import { ReactComponent as Scan2 } from './system/scan-2.svg';
|
|
147
|
+
import { ReactComponent as Upload } from './system/upload.svg';
|
|
148
|
+
import { ReactComponent as Cast } from './system/cast.svg';
|
|
149
|
+
import { ReactComponent as Globe } from './system/globe.svg';
|
|
150
|
+
import { ReactComponent as Scan } from './system/scan.svg';
|
|
151
|
+
import { ReactComponent as UserCheck } from './system/user-check.svg';
|
|
152
|
+
import { ReactComponent as Chart2 } from './system/chart-2.svg';
|
|
153
|
+
import { ReactComponent as HardDrive } from './system/hard-drive.svg';
|
|
154
|
+
import { ReactComponent as Search } from './system/search.svg';
|
|
155
|
+
import { ReactComponent as UserMinus } from './system/user-minus.svg';
|
|
156
|
+
import { ReactComponent as Chart } from './system/chart.svg';
|
|
157
|
+
import { ReactComponent as Send } from './system/send.svg';
|
|
158
|
+
import { ReactComponent as UserPlus } from './system/user-plus.svg';
|
|
159
|
+
import { ReactComponent as CheckCircle } from './system/check-circle.svg';
|
|
160
|
+
import { ReactComponent as Info } from './system/info.svg';
|
|
161
|
+
import { ReactComponent as Server } from './system/server.svg';
|
|
162
|
+
import { ReactComponent as UserX } from './system/user-x.svg';
|
|
163
|
+
import { ReactComponent as CheckSquare } from './system/check-square.svg';
|
|
164
|
+
import { ReactComponent as Kg } from './system/kg.svg';
|
|
165
|
+
import { ReactComponent as Settings } from './system/settings.svg';
|
|
166
|
+
import { ReactComponent as User } from './system/user.svg';
|
|
167
|
+
import { ReactComponent as Check } from './system/check.svg';
|
|
168
|
+
import { ReactComponent as Layout } from './system/layout.svg';
|
|
169
|
+
import { ReactComponent as Share2 } from './system/share-2.svg';
|
|
170
|
+
import { ReactComponent as Users } from './system/users.svg';
|
|
171
|
+
import { ReactComponent as Delete } from './system/delete.svg';
|
|
172
|
+
import { ReactComponent as Less } from './system/less.svg';
|
|
173
|
+
import { ReactComponent as Share } from './system/share.svg';
|
|
174
|
+
import { ReactComponent as WifiOff } from './system/wifi-off.svg';
|
|
175
|
+
import { ReactComponent as DownloadCloud } from './system/download-cloud.svg';
|
|
176
|
+
import { ReactComponent as Link1 } from './system/link-1.svg';
|
|
177
|
+
import { ReactComponent as ShieldOff } from './system/shield-off.svg';
|
|
178
|
+
import { ReactComponent as Wifi } from './system/wifi.svg';
|
|
179
|
+
import { ReactComponent as Download } from './system/download.svg';
|
|
180
|
+
import { ReactComponent as Link } from './system/link.svg';
|
|
181
|
+
import { ReactComponent as Shield } from './system/shield.svg';
|
|
182
|
+
import { ReactComponent as XCircle } from './system/x-circle.svg';
|
|
183
|
+
import { ReactComponent as Edit2 } from './system/edit-2.svg';
|
|
184
|
+
import { ReactComponent as Location } from './system/location.svg';
|
|
185
|
+
import { ReactComponent as Sidebar } from './system/sidebar.svg';
|
|
186
|
+
import { ReactComponent as X } from './system/x.svg';
|
|
187
|
+
import { ReactComponent as Edit3 } from './system/edit-3.svg';
|
|
188
|
+
import { ReactComponent as Lock } from './system/lock.svg';
|
|
189
|
+
import { ReactComponent as Slash } from './system/slash.svg';
|
|
190
|
+
import { ReactComponent as Entry } from './system/entry.svg';
|
|
191
|
+
import { ReactComponent as LogOut } from './system/log-out.svg';
|
|
192
|
+
import { ReactComponent as SortDown } from './system/sort-down.svg';
|
|
193
|
+
import { ReactComponent as Loading } from './system/loading.svg';
|
|
194
|
+
export { Announcement, PhoneCall, PhoneIncoming, PhoneOutgoing, MessageCircle, PhoneChat, PhoneMissed, Phone, MessageSquare, PhoneForwarded, PhoneOff, Support, Briefcase, Clock, Package, Tag, Calendar, CreditCard, Printer, Truck, CameraOff, Gift, ShoppingBag, Tv, Camera, Home, ShoppingCart, Clipboard, Monitor, Star, Basket, AlignCenter, AlignRight, Grid, List, AlignLeft, Bold, ListNumber, Airplay, Mic, Rewind, Volume1, BookOpen, PauseCircle, SkipBack, Volume2, Book, Pause, SkipForward, VolumeX, FastForward, PlayCircle, Sliders, Volume, IdeaLightBulb, Play, StopCircle, Image, Radio, VideoOff, MicOff, Repeat, Video, Bento, Doner, Hamburguer, Kebab, Meatballs, ArrowDownLeft, CarretDown, CornerDownLeft, ExternalLink, ArrowDownRight, CarretLeft, CornerDownRight, Maximize, ArrowDown, CarretRight, CornerLeftDown, Minimize, ArrowLeft, CarretUp, CornerLeftUp, None, ArrowRight, ChevronDown, CornerRightDown, RefreshCcw, ArrowUpLeft, ChevronLeft, CornerRightUp, RefreshCw, ArrowUpRight, ChevronRight, CornerUpLeft, RotateCcw, Close, ArrowUp, ChevronUp, CornerUpRight, RotateCw, Chrome, Figma, Linkedin, ThumbsDown, Twitter, Facebook, Instagram, Safari, ThumbsUp, Youtube, AlertCircle, Exit, Mail, SortUp, Alert, EyeOff, Paperclip, Store, Archive, Eye, PieChart, Trash2, AtSign, Filter1, PlusRounded, Trash, BatteryCharging, Filter, Plus, TrendingDown, Battery, Flag, Power, TrendingUp, Bluetooth, FolderMinus, Rss, Unlock, Bookmark, FolderPlus, Save, UploadCloud, Calculator, Folder, Scan2, Upload, Cast, Globe, Scan, UserCheck, Chart2, HardDrive, Search, UserMinus, Chart, Send, UserPlus, CheckCircle, Info, Server, UserX, CheckSquare, Kg, Settings, User, Check, Layout, Share2, Users, Delete, Less, Share, WifiOff, DownloadCloud, Link1, ShieldOff, Wifi, Download, Link, Shield, XCircle, Edit2, Location, Sidebar, X, Edit3, Lock, Slash, Entry, LogOut, SortDown, Loading, };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Collections } from './../../../models';
|
|
3
|
+
export interface IProps {
|
|
4
|
+
src: string;
|
|
5
|
+
height?: (typeof Collections.IHeight)[number];
|
|
6
|
+
width?: (typeof Collections.IWidth)[number];
|
|
7
|
+
padding?: (typeof Collections.IPadding)[number];
|
|
8
|
+
border?: (typeof Collections.IBorder)[number];
|
|
9
|
+
rounded?: (typeof Collections.IRounded)[number];
|
|
10
|
+
}
|
|
11
|
+
declare const XImage: React.FC<IProps>;
|
|
12
|
+
export default XImage;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Collections } from './../../../models';
|
|
3
|
+
export interface IProps {
|
|
4
|
+
type?: (typeof Collections.IInputType)[number];
|
|
5
|
+
placeholder?: string;
|
|
6
|
+
value?: string | number;
|
|
7
|
+
size?: (typeof Collections.IInputSize)[number];
|
|
8
|
+
icon?: (typeof Collections.IIcon)[number];
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
hasError?: boolean;
|
|
11
|
+
onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
|
12
|
+
onBlur?: (e: React.FocusEvent<HTMLInputElement>) => void;
|
|
13
|
+
onFocus?: (e: React.FocusEvent<HTMLInputElement>) => void;
|
|
14
|
+
onKeyDown?: (e: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
15
|
+
onKeyUp?: (e: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
16
|
+
}
|
|
17
|
+
declare const XInput: React.FC<IProps>;
|
|
18
|
+
export default XInput;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IProps<T> {
|
|
3
|
+
rowKey?: keyof T;
|
|
4
|
+
dataSource: T[];
|
|
5
|
+
skeleton?: boolean;
|
|
6
|
+
renderItem: (item: T, index: number, array: T[]) => React.ReactNode;
|
|
7
|
+
}
|
|
8
|
+
declare function XList<T extends object>(props: IProps<T>): JSX.Element;
|
|
9
|
+
declare namespace XList {
|
|
10
|
+
var defaultProps: {};
|
|
11
|
+
}
|
|
12
|
+
export default XList;
|