Skip to content

Commit

Permalink
Fix [Form] wizard and form input (iguazio#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan7empest authored Jun 7, 2022
1 parent c3997d4 commit f77073e
Show file tree
Hide file tree
Showing 13 changed files with 481 additions and 631 deletions.
200 changes: 100 additions & 100 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,103 +1,103 @@
{
"name": "iguazio.dashboard-react-controls",
"version": "0.0.7",
"description": "Collection of resources (such as CSS styles, fonts and images) and ReactJS 17.x components to share among different Iguazio React repos.",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist",
"README.md"
"name": "iguazio.dashboard-react-controls",
"version": "0.0.7",
"description": "Collection of resources (such as CSS styles, fonts and images) and ReactJS 17.x components to share among different Iguazio React repos.",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "git@github.com:iguazio/dashboard-react-controls.git"
},
"keywords": [
"Iguazio",
"iguazio",
"MLRun",
"mlrun"
],
"peerDependencies": {
"classnames": "*",
"lodash": "*",
"prop-types": "*",
"react": "*",
"react-dom": "*",
"react-modal-promise": "*",
"react-transition-group": "*",
"final-form": "*",
"react-final-form": "*"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/builder-webpack5": "^6.4.22",
"@storybook/manager-webpack5": "^6.4.22",
"@storybook/preset-create-react-app": "^4.1.0",
"@storybook/react": "^6.4.22",
"@storybook/testing-library": "0.0.9",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"babel-loader": "^8.2.4",
"babel-plugin-inline-react-svg": "^2.0.1",
"classnames": "^2.3.1",
"cross-env": "^7.0.3",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-storybook": "^0.5.10",
"eslint-webpack-plugin": "^3.1.1",
"lodash": "^4.17.21",
"node": "14.18.1",
"prettier": "^2.5.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"final-form": "^4.20.7",
"react-final-form": "^6.5.9",
"react-modal-promise": "^1.0.2",
"react-scripts": "5.0.0",
"react-transition-group": "^4.4.2",
"sass": "^1.50.0",
"web-vitals": "^2.1.4",
"webpack": "^5.72.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build-storybook": "build-storybook",
"storybook": "start-storybook -p 6006",
"compile": "rm -rf dist/* && babel src/lib --out-dir dist --copy-files --no-copy-ignored --ignore src/**/*.stories.js"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"repository": {
"type": "git",
"url": "git@github.com:iguazio/dashboard-react-controls.git"
},
"keywords": [
"Iguazio",
"iguazio",
"MLRun",
"mlrun"
],
"peerDependencies": {
"classnames": "*",
"lodash": "*",
"prop-types": "*",
"react": "*",
"react-dom": "*",
"react-modal-promise": "*",
"react-transition-group": "*",
"final-form": "^4.20.7",
"react-final-form": "^6.5.9"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/builder-webpack5": "^6.4.22",
"@storybook/manager-webpack5": "^6.4.22",
"@storybook/preset-create-react-app": "^4.1.0",
"@storybook/react": "^6.4.22",
"@storybook/testing-library": "0.0.9",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"babel-loader": "^8.2.4",
"babel-plugin-inline-react-svg": "^2.0.1",
"classnames": "^2.3.1",
"cross-env": "^7.0.3",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-storybook": "^0.5.10",
"eslint-webpack-plugin": "^3.1.1",
"lodash": "^4.17.21",
"node": "14.18.1",
"prettier": "^2.5.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"final-form": "^4.20.7",
"react-final-form": "^6.5.9",
"react-modal-promise": "^1.0.2",
"react-scripts": "5.0.0",
"react-transition-group": "^4.4.2",
"sass": "^1.50.0",
"web-vitals": "^2.1.4",
"webpack": "^5.72.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build-storybook": "build-storybook",
"storybook": "start-storybook -p 6006",
"compile": "rm -rf dist/* && babel src/lib --out-dir dist --copy-files --no-copy-ignored --ignore src/**/*.stories.js"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
Loading

0 comments on commit f77073e

Please sign in to comment.