@webiny/ui 5.20.0-beta.2 → 5.22.0-beta.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.
@@ -4,7 +4,7 @@ import { Story, StoryReadme, StorySandboxCode, StorySandbox, StorySandboxExample
4
4
  import readme from "./README.md";
5
5
  import { Accordion } from "./Accordion";
6
6
  import { AccordionItem } from "./AccordionItem";
7
- import { ReactComponent as SettingsIcon } from "@svgr/webpack!./icons/round-settings-24px.svg";
7
+ import { ReactComponent as SettingsIcon } from "./icons/round-settings-24px.svg";
8
8
  var story = storiesOf("Components/Accordion", module);
9
9
  story.add("usage", function () {
10
10
  return /*#__PURE__*/React.createElement(Story, null, /*#__PURE__*/React.createElement(StoryReadme, null, readme), /*#__PURE__*/React.createElement(StorySandbox, {
@@ -8,8 +8,8 @@ import { Icon } from "../Icon";
8
8
  import styled from "@emotion/styled";
9
9
  import { css } from "emotion";
10
10
  import { Typography } from "../Typography";
11
- import { ReactComponent as UpArrow } from "@svgr/webpack!./icons/round-keyboard_arrow_up-24px.svg";
12
- import { ReactComponent as DownArrow } from "@svgr/webpack!./icons/round-keyboard_arrow_down-24px.svg";
11
+ import { ReactComponent as UpArrow } from "./icons/round-keyboard_arrow_up-24px.svg";
12
+ import { ReactComponent as DownArrow } from "./icons/round-keyboard_arrow_down-24px.svg";
13
13
  import classNames from "classnames";
14
14
  var Content = /*#__PURE__*/styled("div", {
15
15
  target: "eypjd5u0",
@@ -22,13 +22,13 @@ import { Elevation } from "../Elevation";
22
22
  import { Typography } from "../Typography";
23
23
  import { autoCompleteStyle, suggestionList } from "./styles";
24
24
  import { FormElementMessage } from "../FormElementMessage";
25
- import { ReactComponent as BaselineCloseIcon } from "@svgr/webpack!./icons/baseline-close-24px.svg";
26
- import { ReactComponent as PrevIcon } from "@svgr/webpack!./icons/navigate_before-24px.svg";
27
- import { ReactComponent as NextIcon } from "@svgr/webpack!./icons/navigate_next-24px.svg";
28
- import { ReactComponent as PrevAllIcon } from "@svgr/webpack!./icons/skip_previous-24px.svg";
29
- import { ReactComponent as NextAllIcon } from "@svgr/webpack!./icons/skip_next-24px.svg";
30
- import { ReactComponent as DeleteIcon } from "@svgr/webpack!./icons/baseline-close-24px.svg";
31
- import { ReactComponent as ReorderIcon } from "@svgr/webpack!./icons/reorder_black_24dp.svg";
25
+ import { ReactComponent as BaselineCloseIcon } from "./icons/baseline-close-24px.svg";
26
+ import { ReactComponent as PrevIcon } from "./icons/navigate_before-24px.svg";
27
+ import { ReactComponent as NextIcon } from "./icons/navigate_next-24px.svg";
28
+ import { ReactComponent as PrevAllIcon } from "./icons/skip_previous-24px.svg";
29
+ import { ReactComponent as NextAllIcon } from "./icons/skip_next-24px.svg";
30
+ import { ReactComponent as DeleteIcon } from "./icons/baseline-close-24px.svg";
31
+ import { ReactComponent as ReorderIcon } from "./icons/reorder_black_24dp.svg";
32
32
  import { css } from "emotion";
33
33
  import { ListItemGraphic } from "../List";
34
34
  var style = {
@@ -3,7 +3,7 @@ import { storiesOf } from "@storybook/react";
3
3
  import { withKnobs, text, boolean } from "@storybook/addon-knobs";
4
4
  import { Story, StoryReadme, StorySandbox } from "@webiny/storybook-utils/Story";
5
5
  import readme from "./../Button/README.md";
6
- import { ReactComponent as CloudIcon } from "@svgr/webpack!./assets/baseline-cloud_done-24px.svg";
6
+ import { ReactComponent as CloudIcon } from "./assets/baseline-cloud_done-24px.svg";
7
7
  import { ButtonPrimary, ButtonSecondary, ButtonDefault, ButtonFloating, ButtonIcon } from "./Button";
8
8
  var story = storiesOf("Components/Button", module);
9
9
  story.addDecorator(withKnobs);
@@ -1,7 +1,7 @@
1
1
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
2
2
  var _excluded = ["value", "onCopy"];
3
3
  import * as React from "react";
4
- import { ReactComponent as CopyToClipboardIcon } from "@svgr/webpack!../assets/file_copy-24px.svg";
4
+ import { ReactComponent as CopyToClipboardIcon } from "../assets/file_copy-24px.svg";
5
5
  import { IconButton } from "../index";
6
6
  import { useCallback } from "react";
7
7
 
@@ -2,8 +2,8 @@ import React from "react";
2
2
  import { storiesOf } from "@storybook/react";
3
3
  import { Story, StoryReadme, StorySandbox } from "@webiny/storybook-utils/Story";
4
4
  import readme from "./README.md";
5
- import { ReactComponent as CloudIcon } from "@svgr/webpack!./../assets/baseline-cloud_done-24px.svg";
6
- import { ReactComponent as MoreIcon } from "@svgr/webpack!./../assets/round-more_vert-24px.svg";
5
+ import { ReactComponent as CloudIcon } from "./../assets/baseline-cloud_done-24px.svg";
6
+ import { ReactComponent as MoreIcon } from "./../assets/round-more_vert-24px.svg";
7
7
  import { Menu, MenuItem } from "./../../Menu/index";
8
8
  import { IconButton } from "./IconButton";
9
9
  var story = storiesOf("Components/Button", module);
@@ -2,8 +2,8 @@ import React from "react";
2
2
  import { storiesOf } from "@storybook/react";
3
3
  import { Story, StoryReadme, StorySandboxCode, StorySandbox, StorySandboxExample } from "@webiny/storybook-utils/Story";
4
4
  import readme from "./README.md";
5
- import { ReactComponent as BaselineDoneIcon } from "@svgr/webpack!./icons/baseline-done-24px.svg";
6
- import { ReactComponent as BaselineEmailIcon } from "@svgr/webpack!./icons/baseline-email-24px.svg";
5
+ import { ReactComponent as BaselineDoneIcon } from "./icons/baseline-done-24px.svg";
6
+ import { ReactComponent as BaselineEmailIcon } from "./icons/baseline-email-24px.svg";
7
7
  import { Chip, ChipIcon, Chips } from "./index";
8
8
  var story = storiesOf("Components/Chips", module);
9
9
  story.add("usage", function () {
@@ -2,10 +2,10 @@ import React from "react";
2
2
  import { storiesOf } from "@storybook/react";
3
3
  import { Story, StoryReadme, StorySandbox } from "@webiny/storybook-utils/Story";
4
4
  import readme from "./../Icon/README.md";
5
- import { ReactComponent as AutoRenewIcon } from "@svgr/webpack!./svg/baseline-autorenew-24px.svg";
6
- import { ReactComponent as CloudDoneIcon } from "@svgr/webpack!./svg/baseline-cloud_done-24px.svg";
7
- import { ReactComponent as BaselineDeleteIcon } from "@svgr/webpack!./svg/baseline-delete-24px.svg";
8
- import { ReactComponent as BaselineDoneIcon } from "@svgr/webpack!./svg/baseline-done-24px.svg";
5
+ import { ReactComponent as AutoRenewIcon } from "./svg/baseline-autorenew-24px.svg";
6
+ import { ReactComponent as CloudDoneIcon } from "./svg/baseline-cloud_done-24px.svg";
7
+ import { ReactComponent as BaselineDeleteIcon } from "./svg/baseline-delete-24px.svg";
8
+ import { ReactComponent as BaselineDoneIcon } from "./svg/baseline-done-24px.svg";
9
9
  import { Icon } from "./Icon";
10
10
  var story = storiesOf("Components/Icon", module);
11
11
  story.add("usage", function () {
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import { ReactComponent as CropIcon } from "@svgr/webpack!./icons/crop.svg";
2
+ import { ReactComponent as CropIcon } from "./icons/crop.svg";
3
3
  import { IconButton } from "../../Button";
4
4
  import { Tooltip } from "../../Tooltip";
5
5
  import Cropper from "cropperjs";
@@ -7,7 +7,7 @@ import _createSuper from "@babel/runtime/helpers/createSuper";
7
7
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
8
8
  import _debounce from "lodash/debounce";
9
9
  import React from "react";
10
- import { ReactComponent as FilterIcon } from "@svgr/webpack!./icons/filter.svg";
10
+ import { ReactComponent as FilterIcon } from "./icons/filter.svg";
11
11
  import { Slider } from "../../Slider";
12
12
  import { IconButton, ButtonDefault } from "../../Button";
13
13
  import { Tooltip } from "../../Tooltip";
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import { ReactComponent as FlipIcon } from "@svgr/webpack!./icons/flip.svg";
2
+ import { ReactComponent as FlipIcon } from "./icons/flip.svg";
3
3
  import Cropper from "cropperjs";
4
4
  import "cropperjs/dist/cropper.css";
5
5
  import { IconButton, ButtonDefault } from "../../Button";
@@ -7,7 +7,7 @@ import _createSuper from "@babel/runtime/helpers/createSuper";
7
7
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
8
8
  import _regeneratorRuntime from "@babel/runtime/regenerator";
9
9
  import React from "react";
10
- import { ReactComponent as RotateRight } from "@svgr/webpack!./icons/rotateRight.svg";
10
+ import { ReactComponent as RotateRight } from "./icons/rotateRight.svg";
11
11
  import { Slider } from "../../Slider";
12
12
  import { Tooltip } from "../../Tooltip";
13
13
  import { IconButton } from "../../Button";
@@ -5,9 +5,9 @@ import _createSuper from "@babel/runtime/helpers/createSuper";
5
5
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
6
6
  import * as React from "react";
7
7
  import classNames from "classnames";
8
- import { ReactComponent as AddImageIcon } from "@svgr/webpack!./icons/round-add_photo_alternate-24px.svg";
9
- import { ReactComponent as RemoveImageIcon } from "@svgr/webpack!./icons/round-close-24px.svg";
10
- import { ReactComponent as EditImageIcon } from "@svgr/webpack!./icons/round-edit-24px.svg";
8
+ import { ReactComponent as AddImageIcon } from "./icons/round-add_photo_alternate-24px.svg";
9
+ import { ReactComponent as RemoveImageIcon } from "./icons/round-close-24px.svg";
10
+ import { ReactComponent as EditImageIcon } from "./icons/round-edit-24px.svg";
11
11
  import { Typography } from "../Typography";
12
12
  import { CircularProgress } from "../Progress";
13
13
  import { AddImageIconWrapper, AddImageWrapper, AddImageWrapperRound, EditImage, ImagePreviewWrapper, RemoveImage } from "./styled";
@@ -3,10 +3,10 @@ import { storiesOf } from "@storybook/react";
3
3
  import { Story, StoryReadme, StorySandboxCode, StorySandbox, StorySandboxExample } from "@webiny/storybook-utils/Story";
4
4
  import { withKnobs, boolean } from "@storybook/addon-knobs";
5
5
  import readme from "./../Input/README.md";
6
- import { ReactComponent as AutoRenewIcon } from "@svgr/webpack!./svg/baseline-autorenew-24px.svg";
7
- import { ReactComponent as CloudDoneIcon } from "@svgr/webpack!./svg/baseline-cloud_done-24px.svg";
8
- import { ReactComponent as BaselineDeleteIcon } from "@svgr/webpack!./svg/baseline-delete-24px.svg";
9
- import { ReactComponent as BaselineDoneIcon } from "@svgr/webpack!./svg/baseline-done-24px.svg";
6
+ import { ReactComponent as AutoRenewIcon } from "./svg/baseline-autorenew-24px.svg";
7
+ import { ReactComponent as CloudDoneIcon } from "./svg/baseline-cloud_done-24px.svg";
8
+ import { ReactComponent as BaselineDeleteIcon } from "./svg/baseline-delete-24px.svg";
9
+ import { ReactComponent as BaselineDoneIcon } from "./svg/baseline-done-24px.svg";
10
10
  import { Form } from "@webiny/form";
11
11
  import { Input } from "./Input";
12
12
  import { validation } from "@webiny/validation";
@@ -1,13 +1,13 @@
1
1
  import * as React from "react";
2
2
  import { IconButton } from "../../../Button";
3
- import { ReactComponent as AutoRenew } from "@svgr/webpack!./baseline-autorenew-24px.svg";
4
- import { ReactComponent as Pen } from "@svgr/webpack!./baseline-edit-24px.svg";
5
- import { ReactComponent as Delete } from "@svgr/webpack!./baseline-delete-24px.svg";
6
- import { ReactComponent as Sort } from "@svgr/webpack!./baseline-sort-24px.svg";
7
- import { ReactComponent as Filter } from "@svgr/webpack!./filter_alt-24px.svg";
8
- import { ReactComponent as NavigateBefore } from "@svgr/webpack!./baseline-navigate_before-24px.svg";
9
- import { ReactComponent as NavigateNext } from "@svgr/webpack!./baseline-navigate_next-24px.svg";
10
- import { ReactComponent as TuneIcon } from "@svgr/webpack!./baseline-tune-24px.svg";
3
+ import { ReactComponent as AutoRenew } from "./baseline-autorenew-24px.svg";
4
+ import { ReactComponent as Pen } from "./baseline-edit-24px.svg";
5
+ import { ReactComponent as Delete } from "./baseline-delete-24px.svg";
6
+ import { ReactComponent as Sort } from "./baseline-sort-24px.svg";
7
+ import { ReactComponent as Filter } from "./filter_alt-24px.svg";
8
+ import { ReactComponent as NavigateBefore } from "./baseline-navigate_before-24px.svg";
9
+ import { ReactComponent as NavigateNext } from "./baseline-navigate_next-24px.svg";
10
+ import { ReactComponent as TuneIcon } from "./baseline-tune-24px.svg";
11
11
  export var RefreshIcon = function RefreshIcon(props) {
12
12
  return /*#__PURE__*/React.createElement(IconButton, Object.assign({
13
13
  icon: /*#__PURE__*/React.createElement(AutoRenew, null)
@@ -4,10 +4,10 @@ import { Story, StoryReadme, StorySandboxCode, StorySandbox, StorySandboxExample
4
4
  import readme from "./../List/README.md";
5
5
  import { Icon } from "./../Icon";
6
6
  import { ButtonPrimary } from "./../Button";
7
- import { ReactComponent as AutoRenewIcon } from "@svgr/webpack!./icons/baseline-autorenew-24px.svg";
8
- import { ReactComponent as CloudDoneIcon } from "@svgr/webpack!./icons/baseline-cloud_done-24px.svg";
9
- import { ReactComponent as BaselineDeleteIcon } from "@svgr/webpack!./icons/baseline-delete-24px.svg";
10
- import { ReactComponent as BaselineDoneIcon } from "@svgr/webpack!./icons/baseline-done-24px.svg";
7
+ import { ReactComponent as AutoRenewIcon } from "./icons/baseline-autorenew-24px.svg";
8
+ import { ReactComponent as CloudDoneIcon } from "./icons/baseline-cloud_done-24px.svg";
9
+ import { ReactComponent as BaselineDeleteIcon } from "./icons/baseline-delete-24px.svg";
10
+ import { ReactComponent as BaselineDoneIcon } from "./icons/baseline-done-24px.svg";
11
11
  import { List, ListItem, ListItemText, ListItemTextSecondary, ListItemMeta, ListItemGraphic, ListItemTextPrimary } from "./List";
12
12
  var story = storiesOf("Components/List", module);
13
13
  story.add("simple list", function () {
@@ -14,7 +14,7 @@ var SpinnerWrapper = /*#__PURE__*/styled("div", {
14
14
  opacity: 0.92,
15
15
  top: 0,
16
16
  left: 0,
17
- zIndex: 10,
17
+ zIndex: 3,
18
18
  "& .spinner__inner-wrapper": {
19
19
  position: "absolute",
20
20
  top: "50%",
@@ -100,28 +100,13 @@ export var RichTextEditor = function RichTextEditor(props) {
100
100
  return tools;
101
101
  }, {})
102
102
  }));
103
- return /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2() {
104
- return _regeneratorRuntime.wrap(function _callee2$(_context2) {
105
- while (1) {
106
- switch (_context2.prev = _context2.next) {
107
- case 0:
108
- if (!(!editorRef.current || typeof editorRef.current.destroy !== "function")) {
109
- _context2.next = 2;
110
- break;
111
- }
112
-
113
- return _context2.abrupt("return");
114
-
115
- case 2:
116
- editorRef.current.destroy();
103
+ return function () {
104
+ if (!editorRef.current || typeof editorRef.current.destroy !== "function") {
105
+ return;
106
+ }
117
107
 
118
- case 3:
119
- case "end":
120
- return _context2.stop();
121
- }
122
- }
123
- }, _callee2);
124
- }));
108
+ editorRef.current.destroy();
109
+ };
125
110
  }, []);
126
111
  var label = props.label,
127
112
  description = props.description,
@@ -4,10 +4,10 @@ import { Story, StoryReadme, StorySandboxCode, StorySandbox, StorySandboxExample
4
4
  import readme from "./../Ripple/README.md";
5
5
  import { Icon } from "./../Icon";
6
6
  import { withKnobs, boolean } from "@storybook/addon-knobs";
7
- import { ReactComponent as AutoRenewIcon } from "@svgr/webpack!./svg/baseline-autorenew-24px.svg";
8
- import { ReactComponent as CloudDoneIcon } from "@svgr/webpack!./svg/baseline-cloud_done-24px.svg";
9
- import { ReactComponent as BaselineDeleteIcon } from "@svgr/webpack!./svg/baseline-delete-24px.svg";
10
- import { ReactComponent as BaselineDoneIcon } from "@svgr/webpack!./svg/baseline-done-24px.svg";
7
+ import { ReactComponent as AutoRenewIcon } from "./svg/baseline-autorenew-24px.svg";
8
+ import { ReactComponent as CloudDoneIcon } from "./svg/baseline-cloud_done-24px.svg";
9
+ import { ReactComponent as BaselineDeleteIcon } from "./svg/baseline-delete-24px.svg";
10
+ import { ReactComponent as BaselineDoneIcon } from "./svg/baseline-done-24px.svg";
11
11
  import { Ripple } from "./Ripple";
12
12
  var story = storiesOf("Components/Ripple", module);
13
13
  story.addDecorator(withKnobs);
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import { SelectProps as RmwcSelectProps } from "@rmwc/select";
3
3
  import { FormComponentProps } from "../types";
4
- declare type SelectProps = FormComponentProps & RmwcSelectProps & {
4
+ export declare type SelectProps = FormComponentProps & RmwcSelectProps & {
5
5
  label?: string;
6
6
  disabled?: boolean;
7
7
  description?: string;
@@ -2,8 +2,8 @@ import * as React from "react";
2
2
  import { storiesOf } from "@storybook/react";
3
3
  import { Story, StoryReadme, StorySandboxCode, StorySandbox, StorySandboxExample } from "@webiny/storybook-utils/Story";
4
4
  import readme from "./../Tabs/README.md";
5
- import { ReactComponent as DeleteIcon } from "@svgr/webpack!./svg/baseline-delete-24px.svg";
6
- import { ReactComponent as DoneIcon } from "@svgr/webpack!./svg/baseline-done-24px.svg";
5
+ import { ReactComponent as DeleteIcon } from "./svg/baseline-delete-24px.svg";
6
+ import { ReactComponent as DoneIcon } from "./svg/baseline-done-24px.svg";
7
7
  import { withKnobs } from "@storybook/addon-knobs";
8
8
  import { Tabs, Tab } from "./index";
9
9
  var story = storiesOf("Components/Tabs", module);
package/Tags/Tags.js CHANGED
@@ -13,7 +13,7 @@ import { Input } from "../Input";
13
13
  import { Chips, Chip } from "../Chips";
14
14
  import { css } from "emotion";
15
15
  import keycode from "keycode";
16
- import { ReactComponent as BaselineCloseIcon } from "@svgr/webpack!./icons/baseline-close-24px.svg";
16
+ import { ReactComponent as BaselineCloseIcon } from "./icons/baseline-close-24px.svg";
17
17
  import { FormElementMessage } from "../FormElementMessage";
18
18
  var tagsStyle = /*#__PURE__*/css({
19
19
  position: "relative",
@@ -3,10 +3,10 @@ import { storiesOf } from "@storybook/react";
3
3
  import { Story, StoryReadme, StorySandbox } from "@webiny/storybook-utils/Story";
4
4
  import readme from "./../TopAppBar/README.md";
5
5
  import { withKnobs, text } from "@storybook/addon-knobs";
6
- import { ReactComponent as AutoRenewIcon } from "@svgr/webpack!./icons/baseline-autorenew-24px.svg";
7
- import { ReactComponent as CloudDoneIcon } from "@svgr/webpack!./icons/baseline-cloud_done-24px.svg";
8
- import { ReactComponent as EnvelopeIcon } from "@svgr/webpack!./icons/baseline-email-24px.svg";
9
- import { ReactComponent as MenuIcon } from "@svgr/webpack!./icons/baseline-menu-24px.svg";
6
+ import { ReactComponent as AutoRenewIcon } from "./icons/baseline-autorenew-24px.svg";
7
+ import { ReactComponent as CloudDoneIcon } from "./icons/baseline-cloud_done-24px.svg";
8
+ import { ReactComponent as EnvelopeIcon } from "./icons/baseline-email-24px.svg";
9
+ import { ReactComponent as MenuIcon } from "./icons/baseline-menu-24px.svg";
10
10
  import { TopAppBar, TopAppBarSection, TopAppBarNavigationIcon, TopAppBarTitle, TopAppBarActionItem } from "./index";
11
11
  var story = storiesOf("Components/TopAppBar", module);
12
12
  story.addDecorator(withKnobs);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/ui",
3
- "version": "5.20.0-beta.2",
3
+ "version": "5.22.0-beta.0",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,10 +14,10 @@
14
14
  ],
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
- "@babel/runtime": "7.16.3",
17
+ "@babel/runtime": "7.16.7",
18
18
  "@editorjs/editorjs": "2.22.3",
19
- "@emotion/core": "10.1.1",
20
- "@emotion/styled": "10.0.27",
19
+ "@emotion/core": "10.3.1",
20
+ "@emotion/styled": "10.3.0",
21
21
  "@material/base": "3.1.0",
22
22
  "@material/textfield": "3.2.0",
23
23
  "@rmwc/base": "5.7.2",
@@ -47,7 +47,7 @@
47
47
  "@rmwc/top-app-bar": "5.7.2",
48
48
  "@rmwc/types": "5.6.0",
49
49
  "@rmwc/typography": "5.7.2",
50
- "@svgr/webpack": "4.3.3",
50
+ "@svgr/webpack": "6.2.0",
51
51
  "brace": "0.11.1",
52
52
  "classnames": "2.3.1",
53
53
  "cropperjs": "1.5.12",
@@ -72,23 +72,22 @@
72
72
  "shortid": "2.2.16"
73
73
  },
74
74
  "devDependencies": {
75
- "@babel/cli": "^7.5.5",
76
- "@babel/core": "^7.5.5",
77
- "@babel/plugin-proposal-class-properties": "^7.5.5",
78
- "@babel/preset-env": "^7.5.5",
79
- "@babel/preset-typescript": "^7.8.3",
75
+ "@babel/cli": "^7.16.0",
76
+ "@babel/core": "^7.16.0",
77
+ "@babel/plugin-proposal-class-properties": "^7.16.0",
78
+ "@babel/preset-env": "^7.16.4",
79
+ "@babel/preset-typescript": "^7.16.0",
80
80
  "@storybook/addon-info": "^5.2.8",
81
81
  "@storybook/addon-knobs": "^5.0.5",
82
82
  "@storybook/addon-links": "^5.0.5",
83
83
  "@storybook/react": "^5.2.8",
84
- "@webiny/cli": "^5.20.0-beta.2",
85
- "@webiny/form": "^5.20.0-beta.2",
86
- "@webiny/project-utils": "^5.20.0-beta.2",
87
- "@webiny/storybook-utils": "^5.20.0-beta.2",
88
- "@webiny/validation": "^5.20.0-beta.2",
84
+ "@webiny/cli": "^5.22.0-beta.0",
85
+ "@webiny/form": "^5.22.0-beta.0",
86
+ "@webiny/project-utils": "^5.22.0-beta.0",
87
+ "@webiny/storybook-utils": "^5.22.0-beta.0",
88
+ "@webiny/validation": "^5.22.0-beta.0",
89
89
  "babel-loader": "^8.0.0-beta.6",
90
90
  "babel-plugin-emotion": "^9.2.8",
91
- "babel-plugin-named-asset-import": "^1.0.0-next.3e165448",
92
91
  "execa": "^5.0.0",
93
92
  "jest-dom": "^3.0.0",
94
93
  "ncp": "^2.0.0",
@@ -104,8 +103,8 @@
104
103
  "webpack": "^4.46.0"
105
104
  },
106
105
  "peerDependencies": {
107
- "react": "16.14.0",
108
- "react-dom": "16.14.0"
106
+ "react": "^16.14.0",
107
+ "react-dom": "^16.14.0"
109
108
  },
110
109
  "publishConfig": {
111
110
  "access": "public",
@@ -123,11 +122,6 @@
123
122
  },
124
123
  "setupTestFrameworkScriptFile": "jest-extended"
125
124
  },
126
- "svgo": {
127
- "plugins": {
128
- "removeViewBox": false
129
- }
130
- },
131
125
  "adio": {
132
126
  "ignore": {
133
127
  "dependencies": [
@@ -138,5 +132,5 @@
138
132
  ]
139
133
  }
140
134
  },
141
- "gitHead": "86c73ea3b5bf71372f255aa24ee8c6ed98466b7f"
135
+ "gitHead": "487330472a07000c4845340f3b3dfa6b3ae98944"
142
136
  }
@@ -81,8 +81,8 @@ export declare class TextField extends FoundationComponent<MDCTextFieldFoundatio
81
81
  hasOutline: () => boolean;
82
82
  };
83
83
  getInputAdapterMethods(): {
84
- registerInputInteractionHandler: <K extends any>(evtType: K, handler: SpecificEventListener<any>) => void;
85
- deregisterInputInteractionHandler: <K extends any>(evtType: K, handler: SpecificEventListener<any>) => void;
84
+ registerInputInteractionHandler: <K>(evtType: K, handler: SpecificEventListener<any>) => void;
85
+ deregisterInputInteractionHandler: <K>(evtType: K, handler: SpecificEventListener<any>) => void;
86
86
  getNativeInput: () => (HTMLInputElement & HTMLTextAreaElement) | null;
87
87
  };
88
88
  getFoundationMap(): {
@@ -81,8 +81,8 @@ export declare class TextField extends FoundationComponent<MDCTextFieldFoundatio
81
81
  hasOutline: () => boolean;
82
82
  };
83
83
  getInputAdapterMethods(): {
84
- registerInputInteractionHandler: <K extends any>(evtType: K, handler: SpecificEventListener<any>) => void;
85
- deregisterInputInteractionHandler: <K extends any>(evtType: K, handler: SpecificEventListener<any>) => void;
84
+ registerInputInteractionHandler: <K>(evtType: K, handler: SpecificEventListener<any>) => void;
85
+ deregisterInputInteractionHandler: <K>(evtType: K, handler: SpecificEventListener<any>) => void;
86
86
  getNativeInput: () => (HTMLInputElement & HTMLTextAreaElement) | null;
87
87
  };
88
88
  getFoundationMap(): {
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "homepage": "https://github.com/jamesmfriedman/rmwc/tree/master/src/textfield#readme",
30
30
  "peerDependencies": {
31
- "react": "^16.3.x",
32
- "react-dom": "^16.3.x"
31
+ "react": "16.14.0",
32
+ "react-dom": "16.14.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "@material/textfield": "^3.1.0",