Skip to content

Commit

Permalink
Create a new dist version 0.0.30-1.2.1 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan7empest authored Dec 15, 2022
1 parent d87be78 commit a6f7a9a
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 107 deletions.
6 changes: 3 additions & 3 deletions dist/utils/form.util.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.setFieldState = exports.parseObjectToKeyValue = exports.generateObjectFromKeyValue = exports.areFormValuesChanged = void 0;
exports.setFieldState = exports.parseObjectToKeyValue = exports.isEqualValues = exports.generateObjectFromKeyValue = void 0;

var _lodash = require("lodash");

Expand Down Expand Up @@ -33,7 +33,7 @@ var setFieldState = function setFieldState(args, state) {

exports.setFieldState = setFieldState;

var areFormValuesChanged = function areFormValuesChanged(initialValues, values) {
var isEqualValues = function isEqualValues(initialValues, values) {
var replacer = function replacer(key, value) {
if (value === '') {
return undefined;
Expand All @@ -45,7 +45,7 @@ var areFormValuesChanged = function areFormValuesChanged(initialValues, values)
return !(0, _lodash.isEqual)(JSON.stringify(initialValues, replacer), JSON.stringify(values, replacer));
};

exports.areFormValuesChanged = areFormValuesChanged;
exports.isEqualValues = isEqualValues;

var generateObjectFromKeyValue = function generateObjectFromKeyValue() {
var keyValueList = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
Expand Down
208 changes: 104 additions & 104 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,107 +1,107 @@
{
"name": "iguazio.dashboard-react-controls",
"version": "0.0.29",
"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.30-1.2.1",
"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": "*",
"final-form-arrays": "*",
"react-final-form": "*",
"react-final-form-arrays": "*"
},
"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.22.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.19.0",
"prettier": "^2.5.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"final-form": "^4.20.7",
"final-form-arrays": "^3.0.2",
"react-final-form": "^6.5.9",
"react-final-form-arrays": "^3.1.3",
"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": "*",
"final-form-arrays": "*",
"react-final-form": "*",
"react-final-form-arrays": "*"
},
"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.22.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.19.0",
"prettier": "^2.5.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"final-form": "^4.20.7",
"final-form-arrays": "^3.0.2",
"react-final-form": "^6.5.9",
"react-final-form-arrays": "^3.1.3",
"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"
]
}
}

0 comments on commit a6f7a9a

Please sign in to comment.