@wizleap-inc/wiz-ui-react 0.52.0 → 0.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/icons/add-circle.d.ts +4 -1
- package/dist/components/icons/add.d.ts +4 -1
- package/dist/components/icons/approval-filled.d.ts +4 -1
- package/dist/components/icons/arrow-drop-down.d.ts +4 -1
- package/dist/components/icons/arrow-drop-up.d.ts +4 -1
- package/dist/components/icons/arrow-right.d.ts +4 -1
- package/dist/components/icons/assignment-add.d.ts +4 -1
- package/dist/components/icons/assignment.d.ts +4 -1
- package/dist/components/icons/attach-file.d.ts +4 -1
- package/dist/components/icons/auto-renew.d.ts +4 -1
- package/dist/components/icons/bar-chart-4-bars.d.ts +4 -1
- package/dist/components/icons/book.d.ts +4 -1
- package/dist/components/icons/bright-filled.d.ts +4 -1
- package/dist/components/icons/business-center.d.ts +4 -1
- package/dist/components/icons/calendar.d.ts +4 -1
- package/dist/components/icons/camera.d.ts +4 -1
- package/dist/components/icons/cancel.d.ts +4 -1
- package/dist/components/icons/change-history.d.ts +4 -1
- package/dist/components/icons/chat-bubble-filled.d.ts +4 -1
- package/dist/components/icons/chat.d.ts +4 -1
- package/dist/components/icons/check-bold.d.ts +4 -1
- package/dist/components/icons/check-circle-filled.d.ts +4 -1
- package/dist/components/icons/check.d.ts +4 -1
- package/dist/components/icons/chevron-left-bold.d.ts +4 -1
- package/dist/components/icons/chevron-left.d.ts +4 -1
- package/dist/components/icons/chevron-right-bold.d.ts +4 -1
- package/dist/components/icons/chevron-right.d.ts +4 -1
- package/dist/components/icons/circle-check.d.ts +4 -1
- package/dist/components/icons/circle.d.ts +4 -1
- package/dist/components/icons/close-bold.d.ts +4 -1
- package/dist/components/icons/close.d.ts +4 -1
- package/dist/components/icons/contact-page-filled.d.ts +4 -1
- package/dist/components/icons/content-copy.d.ts +4 -1
- package/dist/components/icons/contract.d.ts +4 -1
- package/dist/components/icons/dashboard.d.ts +4 -1
- package/dist/components/icons/demography.d.ts +4 -1
- package/dist/components/icons/description.d.ts +4 -1
- package/dist/components/icons/domain.d.ts +4 -1
- package/dist/components/icons/download.d.ts +4 -1
- package/dist/components/icons/draft.d.ts +10 -0
- package/dist/components/icons/drafts.d.ts +4 -1
- package/dist/components/icons/edit-note.d.ts +4 -1
- package/dist/components/icons/expand-less.d.ts +4 -1
- package/dist/components/icons/expand-more-bold.d.ts +4 -1
- package/dist/components/icons/expand-more.d.ts +4 -1
- package/dist/components/icons/eye.d.ts +4 -1
- package/dist/components/icons/family-home.d.ts +4 -1
- package/dist/components/icons/forward-to-inbox.d.ts +4 -1
- package/dist/components/icons/groups.d.ts +4 -1
- package/dist/components/icons/help.d.ts +4 -1
- package/dist/components/icons/history.d.ts +4 -1
- package/dist/components/icons/home.d.ts +4 -1
- package/dist/components/icons/index.d.ts +4 -2
- package/dist/components/icons/info-bold.d.ts +4 -1
- package/dist/components/icons/info-filled.d.ts +4 -1
- package/dist/components/icons/info.d.ts +4 -1
- package/dist/components/icons/location-city.d.ts +4 -1
- package/dist/components/icons/location-on.d.ts +4 -1
- package/dist/components/icons/login.d.ts +10 -0
- package/dist/components/icons/manage-accounts.d.ts +4 -1
- package/dist/components/icons/menu.d.ts +4 -1
- package/dist/components/icons/monitoring.d.ts +4 -1
- package/dist/components/icons/more-vert.d.ts +4 -1
- package/dist/components/icons/note-add.d.ts +4 -1
- package/dist/components/icons/notification.d.ts +4 -1
- package/dist/components/icons/open-in-new.d.ts +4 -1
- package/dist/components/icons/person-filled.d.ts +4 -1
- package/dist/components/icons/pie-chart.d.ts +4 -1
- package/dist/components/icons/pin-drop.d.ts +4 -1
- package/dist/components/icons/public.d.ts +4 -1
- package/dist/components/icons/remove-bold.d.ts +4 -1
- package/dist/components/icons/remove.d.ts +4 -1
- package/dist/components/icons/schedule.d.ts +4 -1
- package/dist/components/icons/search.d.ts +4 -1
- package/dist/components/icons/send.d.ts +4 -1
- package/dist/components/icons/settings.d.ts +4 -1
- package/dist/components/icons/shoppingmode.d.ts +4 -1
- package/dist/components/icons/smartphone.d.ts +4 -1
- package/dist/components/icons/star-filled.d.ts +4 -1
- package/dist/components/icons/stars.d.ts +4 -1
- package/dist/components/icons/store-front.d.ts +4 -1
- package/dist/components/icons/tab.d.ts +4 -1
- package/dist/components/icons/task.d.ts +4 -1
- package/dist/components/icons/timer-filled.d.ts +4 -1
- package/dist/components/icons/upload.d.ts +4 -1
- package/dist/components/icons/warning.d.ts +4 -1
- package/dist/wiz-ui.es.js +2146 -1949
- package/dist/wiz-ui.umd.js +23 -23
- package/package.json +3 -3
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIAddCircle:
|
|
6
|
+
export declare const WizIAddCircle: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIAdd:
|
|
6
|
+
export declare const WizIAdd: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIApprovalFilled:
|
|
6
|
+
export declare const WizIApprovalFilled: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIArrowDropDown:
|
|
6
|
+
export declare const WizIArrowDropDown: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIArrowDropUp:
|
|
6
|
+
export declare const WizIArrowDropUp: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIArrowRight:
|
|
6
|
+
export declare const WizIArrowRight: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIAssignmentAdd:
|
|
6
|
+
export declare const WizIAssignmentAdd: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIAssignment:
|
|
6
|
+
export declare const WizIAssignment: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIAttachFile:
|
|
6
|
+
export declare const WizIAttachFile: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIAutoRenew:
|
|
6
|
+
export declare const WizIAutoRenew: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIBarChart4Bars:
|
|
6
|
+
export declare const WizIBarChart4Bars: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIBook:
|
|
6
|
+
export declare const WizIBook: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIBrightFilled:
|
|
6
|
+
export declare const WizIBrightFilled: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIBusinessCenter:
|
|
6
|
+
export declare const WizIBusinessCenter: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizICalendar:
|
|
6
|
+
export declare const WizICalendar: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizICamera:
|
|
6
|
+
export declare const WizICamera: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizICancel:
|
|
6
|
+
export declare const WizICancel: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIChangeHistory:
|
|
6
|
+
export declare const WizIChangeHistory: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIChatBubbleFilled:
|
|
6
|
+
export declare const WizIChatBubbleFilled: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIChat:
|
|
6
|
+
export declare const WizIChat: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizICheckBold:
|
|
6
|
+
export declare const WizICheckBold: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizICheckCircleFilled:
|
|
6
|
+
export declare const WizICheckCircleFilled: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizICheck:
|
|
6
|
+
export declare const WizICheck: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIChevronLeftBold:
|
|
6
|
+
export declare const WizIChevronLeftBold: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIChevronLeft:
|
|
6
|
+
export declare const WizIChevronLeft: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIChevronRightBold:
|
|
6
|
+
export declare const WizIChevronRightBold: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIChevronRight:
|
|
6
|
+
export declare const WizIChevronRight: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizICircleCheck:
|
|
6
|
+
export declare const WizICircleCheck: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizICircle:
|
|
6
|
+
export declare const WizICircle: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizICloseBold:
|
|
6
|
+
export declare const WizICloseBold: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIClose:
|
|
6
|
+
export declare const WizIClose: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIContactPageFilled:
|
|
6
|
+
export declare const WizIContactPageFilled: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIContentCopy:
|
|
6
|
+
export declare const WizIContentCopy: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIContract:
|
|
6
|
+
export declare const WizIContract: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIDashboard:
|
|
6
|
+
export declare const WizIDashboard: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIDemography:
|
|
6
|
+
export declare const WizIDemography: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIDescription:
|
|
6
|
+
export declare const WizIDescription: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIDomain:
|
|
6
|
+
export declare const WizIDomain: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIDownload:
|
|
6
|
+
export declare const WizIDownload: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIDrafts:
|
|
6
|
+
export declare const WizIDrafts: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIEditNote:
|
|
6
|
+
export declare const WizIEditNote: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIExpandLess:
|
|
6
|
+
export declare const WizIExpandLess: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIExpandMoreBold:
|
|
6
|
+
export declare const WizIExpandMoreBold: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIExpandMore:
|
|
6
|
+
export declare const WizIExpandMore: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIEye:
|
|
6
|
+
export declare const WizIEye: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIFamilyHome:
|
|
6
|
+
export declare const WizIFamilyHome: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIForwardToInbox:
|
|
6
|
+
export declare const WizIForwardToInbox: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIGroups:
|
|
6
|
+
export declare const WizIGroups: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIHelp:
|
|
6
|
+
export declare const WizIHelp: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIHistory:
|
|
6
|
+
export declare const WizIHistory: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIHome:
|
|
6
|
+
export declare const WizIHome: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -37,6 +37,7 @@ import { WizIDemography } from "./demography";
|
|
|
37
37
|
import { WizIDescription } from "./description";
|
|
38
38
|
import { WizIDomain } from "./domain";
|
|
39
39
|
import { WizIDownload } from "./download";
|
|
40
|
+
import { WizIDraft } from "./draft";
|
|
40
41
|
import { WizIDrafts } from "./drafts";
|
|
41
42
|
import { WizIEditNote } from "./edit-note";
|
|
42
43
|
import { WizIExpandLess } from "./expand-less";
|
|
@@ -54,6 +55,7 @@ import { WizIInfoBold } from "./info-bold";
|
|
|
54
55
|
import { WizIInfoFilled } from "./info-filled";
|
|
55
56
|
import { WizILocationCity } from "./location-city";
|
|
56
57
|
import { WizILocationOn } from "./location-on";
|
|
58
|
+
import { WizILogin } from "./login";
|
|
57
59
|
import { WizIManageAccounts } from "./manage-accounts";
|
|
58
60
|
import { WizIMenu } from "./menu";
|
|
59
61
|
import { WizIMonitoring } from "./monitoring";
|
|
@@ -81,5 +83,5 @@ import { WizITask } from "./task";
|
|
|
81
83
|
import { WizITimerFilled } from "./timer-filled";
|
|
82
84
|
import { WizIUpload } from "./upload";
|
|
83
85
|
import { WizIWarning } from "./warning";
|
|
84
|
-
export type TIcon = typeof WizIAddCircle | typeof WizIAdd | typeof WizIApprovalFilled | typeof WizIArrowDropDown | typeof WizIArrowDropUp | typeof WizIArrowRight | typeof WizIAssignmentAdd | typeof WizIAssignment | typeof WizIAttachFile | typeof WizIAutoRenew | typeof WizIBarChart4Bars | typeof WizIBook | typeof WizIBrightFilled | typeof WizIBusinessCenter | typeof WizICalendar | typeof WizICamera | typeof WizICancel | typeof WizIChangeHistory | typeof WizIChatBubbleFilled | typeof WizIChat | typeof WizICheckBold | typeof WizICheckCircleFilled | typeof WizICheck | typeof WizIChevronLeftBold | typeof WizIChevronLeft | typeof WizIChevronRightBold | typeof WizIChevronRight | typeof WizICircleCheck | typeof WizICircle | typeof WizICloseBold | typeof WizIClose | typeof WizIContactPageFilled | typeof WizIContentCopy | typeof WizIContract | typeof WizIDashboard | typeof WizIDemography | typeof WizIDescription | typeof WizIDomain | typeof WizIDownload | typeof WizIDrafts | typeof WizIEditNote | typeof WizIExpandLess | typeof WizIExpandMoreBold | typeof WizIExpandMore | typeof WizIEye | typeof WizIFamilyHome | typeof WizIForwardToInbox | typeof WizIGroups | typeof WizIHelp | typeof WizIHistory | typeof WizIHome | typeof WizIInfoBold | typeof WizIInfoFilled | typeof WizIInfo | typeof WizILocationCity | typeof WizILocationOn | typeof WizIManageAccounts | typeof WizIMenu | typeof WizIMonitoring | typeof WizIMoreVert | typeof WizINoteAdd | typeof WizINotification | typeof WizIOpenInNew | typeof WizIPersonFilled | typeof WizIPieChart | typeof WizIPinDrop | typeof WizIPublic | typeof WizIRemoveBold | typeof WizIRemove | typeof WizISchedule | typeof WizISearch | typeof WizISend | typeof WizISettings | typeof WizIShoppingmode | typeof WizISmartphone | typeof WizIStarFilled | typeof WizIStars | typeof WizIStoreFront | typeof WizITab | typeof WizITask | typeof WizITimerFilled | typeof WizIUpload | typeof WizIWarning;
|
|
85
|
-
export { WizIAddCircle, WizIAdd, WizIApprovalFilled, WizIArrowDropDown, WizIArrowDropUp, WizIArrowRight, WizIAssignmentAdd, WizIAssignment, WizIAttachFile, WizIAutoRenew, WizIBarChart4Bars, WizIBook, WizIBrightFilled, WizIBusinessCenter, WizICalendar, WizICamera, WizICancel, WizIChangeHistory, WizIChatBubbleFilled, WizIChat, WizICheckBold, WizICheckCircleFilled, WizICheck, WizIChevronLeftBold, WizIChevronLeft, WizIChevronRightBold, WizIChevronRight, WizICircleCheck, WizICircle, WizICloseBold, WizIClose, WizIContactPageFilled, WizIContentCopy, WizIContract, WizIDashboard, WizIDemography, WizIDescription, WizIDomain, WizIDownload, WizIDrafts, WizIEditNote, WizIExpandLess, WizIExpandMoreBold, WizIExpandMore, WizIEye, WizIFamilyHome, WizIForwardToInbox, WizIGroups, WizIHelp, WizIHistory, WizIHome, WizIInfoBold, WizIInfoFilled, WizIInfo, WizILocationCity, WizILocationOn, WizIManageAccounts, WizIMenu, WizIMonitoring, WizIMoreVert, WizINoteAdd, WizINotification, WizIOpenInNew, WizIPersonFilled, WizIPieChart, WizIPinDrop, WizIPublic, WizIRemoveBold, WizIRemove, WizISchedule, WizISearch, WizISend, WizISettings, WizIShoppingmode, WizISmartphone, WizIStarFilled, WizIStars, WizIStoreFront, WizITab, WizITask, WizITimerFilled, WizIUpload, WizIWarning, };
|
|
86
|
+
export type TIcon = typeof WizIAddCircle | typeof WizIAdd | typeof WizIApprovalFilled | typeof WizIArrowDropDown | typeof WizIArrowDropUp | typeof WizIArrowRight | typeof WizIAssignmentAdd | typeof WizIAssignment | typeof WizIAttachFile | typeof WizIAutoRenew | typeof WizIBarChart4Bars | typeof WizIBook | typeof WizIBrightFilled | typeof WizIBusinessCenter | typeof WizICalendar | typeof WizICamera | typeof WizICancel | typeof WizIChangeHistory | typeof WizIChatBubbleFilled | typeof WizIChat | typeof WizICheckBold | typeof WizICheckCircleFilled | typeof WizICheck | typeof WizIChevronLeftBold | typeof WizIChevronLeft | typeof WizIChevronRightBold | typeof WizIChevronRight | typeof WizICircleCheck | typeof WizICircle | typeof WizICloseBold | typeof WizIClose | typeof WizIContactPageFilled | typeof WizIContentCopy | typeof WizIContract | typeof WizIDashboard | typeof WizIDemography | typeof WizIDescription | typeof WizIDomain | typeof WizIDownload | typeof WizIDraft | typeof WizIDrafts | typeof WizIEditNote | typeof WizIExpandLess | typeof WizIExpandMoreBold | typeof WizIExpandMore | typeof WizIEye | typeof WizIFamilyHome | typeof WizIForwardToInbox | typeof WizIGroups | typeof WizIHelp | typeof WizIHistory | typeof WizIHome | typeof WizIInfoBold | typeof WizIInfoFilled | typeof WizIInfo | typeof WizILocationCity | typeof WizILocationOn | typeof WizILogin | typeof WizIManageAccounts | typeof WizIMenu | typeof WizIMonitoring | typeof WizIMoreVert | typeof WizINoteAdd | typeof WizINotification | typeof WizIOpenInNew | typeof WizIPersonFilled | typeof WizIPieChart | typeof WizIPinDrop | typeof WizIPublic | typeof WizIRemoveBold | typeof WizIRemove | typeof WizISchedule | typeof WizISearch | typeof WizISend | typeof WizISettings | typeof WizIShoppingmode | typeof WizISmartphone | typeof WizIStarFilled | typeof WizIStars | typeof WizIStoreFront | typeof WizITab | typeof WizITask | typeof WizITimerFilled | typeof WizIUpload | typeof WizIWarning;
|
|
87
|
+
export { WizIAddCircle, WizIAdd, WizIApprovalFilled, WizIArrowDropDown, WizIArrowDropUp, WizIArrowRight, WizIAssignmentAdd, WizIAssignment, WizIAttachFile, WizIAutoRenew, WizIBarChart4Bars, WizIBook, WizIBrightFilled, WizIBusinessCenter, WizICalendar, WizICamera, WizICancel, WizIChangeHistory, WizIChatBubbleFilled, WizIChat, WizICheckBold, WizICheckCircleFilled, WizICheck, WizIChevronLeftBold, WizIChevronLeft, WizIChevronRightBold, WizIChevronRight, WizICircleCheck, WizICircle, WizICloseBold, WizIClose, WizIContactPageFilled, WizIContentCopy, WizIContract, WizIDashboard, WizIDemography, WizIDescription, WizIDomain, WizIDownload, WizIDraft, WizIDrafts, WizIEditNote, WizIExpandLess, WizIExpandMoreBold, WizIExpandMore, WizIEye, WizIFamilyHome, WizIForwardToInbox, WizIGroups, WizIHelp, WizIHistory, WizIHome, WizIInfoBold, WizIInfoFilled, WizIInfo, WizILocationCity, WizILocationOn, WizILogin, WizIManageAccounts, WizIMenu, WizIMonitoring, WizIMoreVert, WizINoteAdd, WizINotification, WizIOpenInNew, WizIPersonFilled, WizIPieChart, WizIPinDrop, WizIPublic, WizIRemoveBold, WizIRemove, WizISchedule, WizISearch, WizISend, WizISettings, WizIShoppingmode, WizISmartphone, WizIStarFilled, WizIStars, WizIStoreFront, WizITab, WizITask, WizITimerFilled, WizIUpload, WizIWarning, };
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIInfoBold:
|
|
6
|
+
export declare const WizIInfoBold: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|
|
@@ -3,5 +3,8 @@ type Props = {
|
|
|
3
3
|
className?: string;
|
|
4
4
|
style?: CSSProperties;
|
|
5
5
|
};
|
|
6
|
-
export declare const WizIInfoFilled:
|
|
6
|
+
export declare const WizIInfoFilled: {
|
|
7
|
+
({ className, style }: Props): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
export {};
|