@vendorflow/components 1.1.28 → 1.1.29

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.
Files changed (21) hide show
  1. package/lib/components/material-ui/Button/Button.d.ts +0 -1
  2. package/lib/components/material-ui/Button/Button.story.d.ts +0 -1
  3. package/lib/components/material-ui/ButtonMenu/ButtonMenu.story.d.ts +0 -1
  4. package/lib/components/material-ui/ChatInterface/ChatInterface.d.ts +0 -1
  5. package/lib/components/material-ui/ChatInterface/ChatInterface.story.d.ts +0 -1
  6. package/lib/components/material-ui/ChatInterface/MessageItem.d.ts +0 -1
  7. package/lib/components/material-ui/InputCheckboxGroup/InputCheckboxGroup.d.ts +0 -1
  8. package/lib/components/material-ui/InputCheckboxGroup/InputCheckboxGroup.story.d.ts +0 -1
  9. package/lib/components/material-ui/InputDate/InputDate.d.ts +0 -1
  10. package/lib/components/material-ui/InputDate/InputDate.story.d.ts +0 -1
  11. package/lib/components/material-ui/InputDateTime/InputDateTime.d.ts +0 -1
  12. package/lib/components/material-ui/InputDateTime/InputDateTime.story.d.ts +0 -1
  13. package/lib/components/material-ui/InputGroup/InputGroup.d.ts +0 -1
  14. package/lib/components/material-ui/InputGroup/InputGroup.story.d.ts +0 -1
  15. package/lib/components/material-ui/InputRadioGroup/InputRadioGroup.d.ts +0 -1
  16. package/lib/components/material-ui/InputRadioGroup/InputRadioGroup.story.d.ts +0 -1
  17. package/lib/components/material-ui/InputSearchDropdown/InputSearchDropdown.story.d.ts +0 -1
  18. package/lib/components/material-ui/InputTime/InputTime.d.ts +0 -1
  19. package/lib/components/material-ui/InputTime/InputTime.story.d.ts +0 -1
  20. package/lib/components/material-ui/Modal/Modal.story.d.ts +0 -1
  21. package/package.json +5 -5
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ButtonProps } from '@material-ui/core';
3
2
  declare type Props = ButtonProps & {
4
3
  loading?: boolean;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const Button: () => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const ButtonMenuUsingDefault: () => JSX.Element;
3
2
  export declare const ButtonMenuUsingCustom: () => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface Message {
3
2
  id: string;
4
3
  userId: string;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare function ChatInterface(): JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Message } from './ChatInterface';
3
2
  interface Props {
4
3
  userId: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BasicOption, Color, SimpleEventHandler } from 'types';
3
2
  interface Props {
4
3
  className?: string;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const InputCheckboxGroup: () => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { KeyboardDatePickerProps } from '@material-ui/pickers';
3
2
  import { SimpleEventHandler } from 'types';
4
3
  declare type Props<T> = Omit<KeyboardDatePickerProps, 'onChange'> & {
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const InputDate: () => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { KeyboardDateTimePickerProps } from '@material-ui/pickers';
3
2
  import { SimpleEventHandler } from 'types';
4
3
  declare type Props<T> = Omit<KeyboardDateTimePickerProps, 'onChange'> & {
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const InputDateTime: () => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TextFieldProps } from '@material-ui/core';
3
2
  declare type Props = TextFieldProps & {
4
3
  value: string | null;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const InputGroup: () => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Color, BasicOption, SimpleEventHandler } from 'types/Component.types';
3
2
  interface Props {
4
3
  className?: string;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const InputRadioGroup: () => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const InputSearchDropdownSingle: () => JSX.Element;
3
2
  export declare const InputSearchDropdownMulti: () => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { KeyboardTimePickerProps } from '@material-ui/pickers';
3
2
  import { SimpleEventHandler } from 'types';
4
3
  declare type Props<T> = Omit<KeyboardTimePickerProps, 'onChange'> & {
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const InputTime: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const Modal: () => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendorflow/components",
3
- "version": "1.1.28",
3
+ "version": "1.1.29",
4
4
  "description": "React components for vendorflow",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -62,8 +62,8 @@
62
62
  "@testing-library/user-event": "^7.1.2",
63
63
  "@types/jest": "^24.0.0",
64
64
  "@types/node": "^12.0.0",
65
- "@types/react": "^16.9.0",
66
- "@types/react-dom": "^16.9.0",
65
+ "@types/react": "^17.0.27",
66
+ "@types/react-dom": "^17.0.9",
67
67
  "@typescript-eslint/eslint-plugin": "^4.32.0",
68
68
  "@typescript-eslint/parser": "^4.32.0",
69
69
  "babel-eslint": "10.1.0",
@@ -103,10 +103,10 @@
103
103
  "postcss-normalize": "8.0.1",
104
104
  "postcss-preset-env": "6.7.0",
105
105
  "postcss-safe-parser": "4.0.1",
106
- "react": "^16.13.1",
106
+ "react": "^17.0.2",
107
107
  "react-app-polyfill": "^1.0.6",
108
108
  "react-dev-utils": "^10.2.1",
109
- "react-dom": "^16.13.1",
109
+ "react-dom": "^17.0.2",
110
110
  "react-measure": "^2.5.2",
111
111
  "react-scripts": "^3.4.1",
112
112
  "react-text-mask": "^5.4.3",