@agilekit/ui 0.0.431-alpha.0 → 0.0.441-alpha.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/lib/index.js +1 -1
- package/lib/src/components/ActionList/components/Item/Item.d.ts +1 -1
- package/lib/src/components/ActionList/components/Section/Section.d.ts +1 -1
- package/lib/src/components/Backdrop/Backdrop.d.ts +1 -1
- package/lib/src/components/Button/Button.d.ts +1 -1
- package/lib/src/components/Button/stories/Button.dev.stories.d.ts +1 -1
- package/lib/src/components/Button/stories/Button.stories.d.ts +1 -1
- package/lib/src/components/Checkbox/Checkbox.d.ts +1 -1
- package/lib/src/components/Checkbox/stories/Checkbox.stories.d.ts +1 -1
- package/lib/src/components/Choice/Choice.d.ts +2 -2
- package/lib/src/components/CollapsibleItem/CollapsibleItem.d.ts +0 -1
- package/lib/src/components/Drawer/components/CloseButton/CloseButton.d.ts +1 -1
- package/lib/src/components/Drawer/components/Dialog/Dialog.d.ts +1 -1
- package/lib/src/components/Drawer/components/Footer/Footer.d.ts +1 -1
- package/lib/src/components/Dropdown/Dropdown.d.ts +1 -2
- package/lib/src/components/Form/Form.d.ts +1 -1
- package/lib/src/components/Grid/components/Col/Col.d.ts +22 -3
- package/lib/src/components/Grid/components/Row/Row.d.ts +27 -5
- package/lib/src/components/Grid/stories/Grid.stories.d.ts +2 -2
- package/lib/src/components/Heading/Heading.d.ts +1 -1
- package/lib/src/components/Heading/stories/Heading.stories.d.ts +1 -1
- package/lib/src/components/Image/Image.d.ts +1 -1
- package/lib/src/components/Label/Label.d.ts +1 -1
- package/lib/src/components/Labelled/Labelled.d.ts +1 -1
- package/lib/src/components/Link/Link.d.ts +1 -2
- package/lib/src/components/Navigation/Navigation.d.ts +2 -2
- package/lib/src/components/Navigation/components/NavFilter/NavFilter.d.ts +1 -1
- package/lib/src/components/Navigation/components/NavFilterItem/NavFilterItem.d.ts +1 -1
- package/lib/src/components/OldSelect/OldSelect.d.ts +1 -1
- package/lib/src/components/OldTextField/OldTextField.d.ts +1 -1
- package/lib/src/components/OutsideClickDetector/OutsideClickDetector.d.ts +14 -3
- package/lib/src/components/Pagination/Pagination.d.ts +1 -1
- package/lib/src/components/Pagination/components/PageEllipsis/PageEllipsis.d.ts +1 -1
- package/lib/src/components/Pagination/components/PageMove/PageMove.d.ts +1 -1
- package/lib/src/components/Pagination/components/PageNumber/PageNumber.d.ts +1 -1
- package/lib/src/components/Pagination/stories/Pagination.stories.d.ts +1 -1
- package/lib/src/components/Popover/stories/Popover.stories.d.ts +2 -0
- package/lib/src/components/Portal/Portal.d.ts +1 -1
- package/lib/src/components/Slider/Slider.d.ts +2 -2
- package/lib/src/components/Slider/stories/Slider.stories.d.ts +2 -2
- package/lib/src/components/Switch/Switch.d.ts +1 -1
- package/lib/src/components/Switch/stories/Switch.stories.d.ts +1 -1
- package/lib/src/components/SwitchNew/SwitchNew.d.ts +1 -0
- package/lib/src/components/SwitchNew/stories/SwitchNew.stories.d.ts +13 -0
- package/lib/src/components/TableList/TableList.d.ts +14 -1
- package/lib/src/components/TableList/components/Cell/Cell.d.ts +2 -2
- package/lib/src/components/TableList/components/ColumnHeader/ColumnHeader.d.ts +2 -2
- package/lib/src/components/TextField/TextField.d.ts +1 -1
- package/lib/src/components/TextField/TextField.styles.d.ts +1 -1
- package/lib/src/components/TextField/stories/TextField.dev.stories.d.ts +1 -1
- package/lib/src/components/TextField/stories/TextField.stories.d.ts +1 -1
- package/lib/src/components/TopBar/TopBar.d.ts +1 -1
- package/lib/src/components/TopBar/components/UserMenu/UserMenu.d.ts +1 -1
- package/lib/src/components/UnstyledLink/UnstyledLink.d.ts +1 -1
- package/lib/src/index.d.ts +0 -5
- package/package.json +32 -34
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
declare const _default: {
|
|
3
3
|
title: string;
|
|
4
|
-
component: React.ComponentType<Pick<import("@material-ui/core").SwitchProps, "color" | "translate" | "hidden" | "size" | "style" | "icon" | "disabled" | "ref" | "form" | "slot" | "title" | "
|
|
4
|
+
component: React.ComponentType<Pick<import("@material-ui/core").SwitchProps, "color" | "translate" | "hidden" | "size" | "style" | "icon" | "disabled" | "ref" | "form" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "innerRef" | "name" | "type" | "key" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "readOnly" | "required" | "action" | "checked" | "inputRef" | "inputProps" | "checkedIcon" | "disableFocusRipple" | "edge" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps"> & import("@material-ui/core").StyledComponentProps<"track" | "root" | "checked" | "switchBase" | "thumb">>;
|
|
5
5
|
parameters: {
|
|
6
6
|
docs: {
|
|
7
7
|
page: (props: any) => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function UnstyledSwitches(): JSX.Element;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import SwitchNew from '../SwitchNew';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: typeof SwitchNew;
|
|
5
|
+
parameters: {
|
|
6
|
+
docs: {
|
|
7
|
+
page: (props: any) => JSX.Element;
|
|
8
|
+
};
|
|
9
|
+
jest: string[];
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
13
|
+
export declare const Default: () => JSX.Element;
|
|
@@ -7,5 +7,18 @@ interface ITableListProps extends BoxProps {
|
|
|
7
7
|
compact?: boolean;
|
|
8
8
|
inCard?: boolean;
|
|
9
9
|
}
|
|
10
|
-
|
|
10
|
+
interface IRowProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
11
|
+
children: React.ReactNode;
|
|
12
|
+
}
|
|
13
|
+
declare class TableList extends React.Component<ITableListProps, any> {
|
|
14
|
+
static defaultProps: {
|
|
15
|
+
width: number;
|
|
16
|
+
};
|
|
17
|
+
static Cell: React.SFC<import("./components/Cell/Cell").ICellProps>;
|
|
18
|
+
static ColumnHeader: React.SFC<import("./components/ColumnHeader/ColumnHeader").ICellProps>;
|
|
19
|
+
static Head: React.FC;
|
|
20
|
+
static Body: React.FC;
|
|
21
|
+
static Row: React.FC<IRowProps>;
|
|
22
|
+
render(): JSX.Element;
|
|
23
|
+
}
|
|
11
24
|
export default TableList;
|
|
@@ -5,5 +5,5 @@ export interface ICellProps extends IColumnProps, BoxProps {
|
|
|
5
5
|
link?: string;
|
|
6
6
|
align?: string;
|
|
7
7
|
}
|
|
8
|
-
declare const
|
|
9
|
-
export default
|
|
8
|
+
declare const ColumnHeader: React.SFC<ICellProps>;
|
|
9
|
+
export default ColumnHeader;
|
|
@@ -51,5 +51,5 @@ export interface ITextFieldProps extends React.HTMLAttributes<HTMLInputElement>,
|
|
|
51
51
|
format?: string;
|
|
52
52
|
allowEmptyFormatting?: boolean;
|
|
53
53
|
}
|
|
54
|
-
declare const TextField: React.
|
|
54
|
+
declare const TextField: React.SFC<ITextFieldProps>;
|
|
55
55
|
export default TextField;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const TextInputBase: import("react").ComponentType<Pick<import("@material-ui/core").InputBaseProps, "color" | "translate" | "margin" | "hidden" | "style" | "disabled" | "ref" | "slot" | "title" | "
|
|
2
|
+
export declare const TextInputBase: import("react").ComponentType<Pick<import("@material-ui/core").InputBaseProps, "color" | "translate" | "margin" | "hidden" | "style" | "disabled" | "ref" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "innerRef" | "name" | "type" | "autoFocus" | "value" | "autoComplete" | "readOnly" | "required" | "rows" | "fullWidth" | "error" | "inputRef" | "inputProps" | "multiline" | "endAdornment" | "inputComponent" | "renderSuffix" | "rowsMax" | "rowsMin" | "maxRows" | "minRows" | "startAdornment"> & import("@material-ui/core").StyledComponentProps<"input">>;
|
|
3
3
|
interface InputLabelStyles {
|
|
4
4
|
inputLabel: any;
|
|
5
5
|
inputLabelFocused: any;
|
|
@@ -9,7 +9,7 @@ interface ITopBarProps {
|
|
|
9
9
|
logo?: any;
|
|
10
10
|
}
|
|
11
11
|
declare class TopBar extends React.Component<ITopBarProps> {
|
|
12
|
-
static UserMenu: React.
|
|
12
|
+
static UserMenu: React.SFC<import("./components/UserMenu/UserMenu").IUserMenuProps>;
|
|
13
13
|
static SearchField: typeof SearchField;
|
|
14
14
|
render(): JSX.Element;
|
|
15
15
|
}
|
|
@@ -7,5 +7,5 @@ export interface IUnstyledLinkProps extends React.HTMLProps<HTMLAnchorElement> {
|
|
|
7
7
|
activeClassName?: string;
|
|
8
8
|
[key: string]: any;
|
|
9
9
|
}
|
|
10
|
-
declare const UnstyledLink: React.
|
|
10
|
+
declare const UnstyledLink: React.SFC<IUnstyledLinkProps>;
|
|
11
11
|
export default UnstyledLink;
|
package/lib/src/index.d.ts
CHANGED
|
@@ -43,11 +43,6 @@ export { default as Skeleton } from './components/Skeleton/Skeleton';
|
|
|
43
43
|
export { default as Slider } from './components/Slider/Slider';
|
|
44
44
|
export { default as Switch } from './components/Switch/Switch';
|
|
45
45
|
export { default as TableList } from './components/TableList/TableList';
|
|
46
|
-
export { default as TableListCell } from './components/TableList/components/Cell/Cell';
|
|
47
|
-
export { default as TableListColumnHeader } from './components/TableList/components/ColumnHeader/ColumnHeader';
|
|
48
|
-
export { default as TableListHead } from './components/TableList/components/TableHead/TableHead';
|
|
49
|
-
export { default as TableListBody } from './components/TableList/components/TableListBody/TableListBody';
|
|
50
|
-
export { default as TableListRow } from './components/TableList/components/TableListRow/TableListRow';
|
|
51
46
|
export { default as TopBar } from './components/TopBar/TopBar';
|
|
52
47
|
export { default as Tabs } from './components/Tabs/Tabs';
|
|
53
48
|
export { default as Tag } from './components/Tag/Tag';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agilekit/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.441-alpha.0",
|
|
4
4
|
"description": "Agile's product component library",
|
|
5
5
|
"author": "Michael de Lima Alves <michaelalves@outlook.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -51,73 +51,71 @@
|
|
|
51
51
|
"lodash": "^4.17.21",
|
|
52
52
|
"mdi-material-ui": "6.21.0",
|
|
53
53
|
"popper.js": "^1.16.0",
|
|
54
|
-
"react": "
|
|
54
|
+
"react": "16.13.1",
|
|
55
55
|
"react-calendar": "^3.7.0",
|
|
56
56
|
"react-color": "^2.19.3",
|
|
57
|
-
"react-dom": "
|
|
57
|
+
"react-dom": "16.13.1",
|
|
58
58
|
"react-multi-select-component": "^4.2.3",
|
|
59
|
-
"react-router-dom": "^
|
|
59
|
+
"react-router-dom": "^5.1.2",
|
|
60
60
|
"react-scripts": "^3.4.3",
|
|
61
|
-
"react-select": "^5.
|
|
62
|
-
"react-spring": "^9.
|
|
61
|
+
"react-select": "^5.4.0",
|
|
62
|
+
"react-spring": "^9.4.4"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@babel/core": "^7.17.5",
|
|
66
66
|
"@babel/plugin-transform-react-jsx": "^7.17.3",
|
|
67
67
|
"@babel/preset-react": "^7.16.7",
|
|
68
68
|
"@hookform/resolvers": "^2.8.8",
|
|
69
|
-
"@storybook/addon-a11y": "^6.
|
|
70
|
-
"@storybook/addon-actions": "^6.
|
|
69
|
+
"@storybook/addon-a11y": "^6.4.19",
|
|
70
|
+
"@storybook/addon-actions": "^6.4.19",
|
|
71
71
|
"@storybook/addon-console": "^1.2.3",
|
|
72
|
-
"@storybook/addon-docs": "^6.
|
|
73
|
-
"@storybook/addon-essentials": "^6.
|
|
72
|
+
"@storybook/addon-docs": "^6.4.19",
|
|
73
|
+
"@storybook/addon-essentials": "^6.4.19",
|
|
74
74
|
"@storybook/addon-info": "^5.3.21",
|
|
75
|
-
"@storybook/addon-jest": "^6.
|
|
75
|
+
"@storybook/addon-jest": "^6.4.19",
|
|
76
76
|
"@storybook/addon-knobs": "^6.3.1",
|
|
77
|
-
"@storybook/addon-links": "^6.
|
|
77
|
+
"@storybook/addon-links": "^6.4.19",
|
|
78
78
|
"@storybook/addon-notes": "^5.3.21",
|
|
79
79
|
"@storybook/addon-options": "^5.3.21",
|
|
80
|
-
"@storybook/addon-storysource": "^6.
|
|
81
|
-
"@storybook/addon-viewport": "^6.
|
|
80
|
+
"@storybook/addon-storysource": "^6.4.19",
|
|
81
|
+
"@storybook/addon-viewport": "^6.4.19",
|
|
82
82
|
"@storybook/preset-create-react-app": "^3.2.0",
|
|
83
83
|
"@storybook/preset-typescript": "^3.0.0",
|
|
84
|
-
"@storybook/react": "^6.
|
|
85
|
-
"@storybook/theming": "^6.
|
|
84
|
+
"@storybook/react": "^6.4.19",
|
|
85
|
+
"@storybook/theming": "^6.4.19",
|
|
86
86
|
"@types/classnames": "^2.3.1",
|
|
87
87
|
"@types/jest": "^27.4.1",
|
|
88
88
|
"@types/node": "^16.6.1",
|
|
89
|
-
"@types/react": "^
|
|
90
|
-
"@types/react-dom": "^
|
|
91
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
92
|
-
"@typescript-eslint/parser": "^
|
|
89
|
+
"@types/react": "^17.0.40",
|
|
90
|
+
"@types/react-dom": "^17.0.13",
|
|
91
|
+
"@typescript-eslint/eslint-plugin": "^4.29.1",
|
|
92
|
+
"@typescript-eslint/parser": "^4.29.1",
|
|
93
93
|
"autoprefixer": "^10.4.2",
|
|
94
94
|
"awesome-typescript-loader": "^5.2.1",
|
|
95
95
|
"babel-core": "7.0.0-bridge.0",
|
|
96
96
|
"babel-loader": "^8.2.3",
|
|
97
97
|
"chalk": "^4.1.2",
|
|
98
98
|
"classnames": "^2.3.1",
|
|
99
|
-
"css-loader": "^6.
|
|
100
|
-
"eslint": "^
|
|
99
|
+
"css-loader": "^6.6.0",
|
|
100
|
+
"eslint": "^7.27.0",
|
|
101
101
|
"eslint-config-prettier": "^8.5.0",
|
|
102
102
|
"eslint-config-react-app": "^6.0.0",
|
|
103
|
-
"eslint-plugin-flowtype": "^
|
|
104
|
-
"eslint-plugin-import": "^2.
|
|
105
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
106
|
-
"eslint-plugin-react": "^7.
|
|
107
|
-
"eslint-plugin-react-hooks": "^4.
|
|
103
|
+
"eslint-plugin-flowtype": "^5.9.2",
|
|
104
|
+
"eslint-plugin-import": "^2.25.4",
|
|
105
|
+
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
106
|
+
"eslint-plugin-react": "^7.29.3",
|
|
107
|
+
"eslint-plugin-react-hooks": "^4.3.0",
|
|
108
108
|
"gray-matter": "^4.0.3",
|
|
109
|
-
"history": "^5.3.0",
|
|
110
109
|
"jest": "^27.5.1",
|
|
111
110
|
"postcss-loader": "^6.2.1",
|
|
112
|
-
"prettier": "^2.
|
|
111
|
+
"prettier": "^2.5.1",
|
|
113
112
|
"react-docgen-typescript-loader": "^3.7.2",
|
|
114
113
|
"react-hook-form": "^6.15.4",
|
|
115
114
|
"react-input-mask": "^2.0.4",
|
|
116
115
|
"react-number-format": "^4.9.1",
|
|
117
|
-
"react-transition-group": "^4.4.5",
|
|
118
116
|
"sass-loader": "^12.6.0",
|
|
119
|
-
"sass-resources-loader": "^2.2.
|
|
120
|
-
"semver": "^7.3.
|
|
117
|
+
"sass-resources-loader": "^2.2.4",
|
|
118
|
+
"semver": "^7.3.5",
|
|
121
119
|
"storybook-addon-jsx": "^7.3.14",
|
|
122
120
|
"styles-loader": "^3.0.0",
|
|
123
121
|
"ts-jest": "^27.1.3",
|
|
@@ -129,7 +127,7 @@
|
|
|
129
127
|
"typescript": "4.3.5",
|
|
130
128
|
"typescript-plugin-css-modules": "^3.4.0",
|
|
131
129
|
"webpack": "^5.38.1",
|
|
132
|
-
"webpack-bundle-analyzer": "^4.
|
|
130
|
+
"webpack-bundle-analyzer": "^4.4.2",
|
|
133
131
|
"webpack-cli": "^4.7.2",
|
|
134
132
|
"yup": "^0.32.9"
|
|
135
133
|
},
|
|
@@ -145,5 +143,5 @@
|
|
|
145
143
|
"react-spring": "*"
|
|
146
144
|
},
|
|
147
145
|
"bugs": {},
|
|
148
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "ce64ed9e68dd5ae2220b3cd528260fa43524b531"
|
|
149
147
|
}
|