benivo-ui-library 1.7.82 → 1.7.83

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 (2) hide show
  1. package/notifications.less +12 -11
  2. package/package.json +77 -77
@@ -2,7 +2,8 @@
2
2
  position: relative;
3
3
  display: flex;
4
4
  align-items: center;
5
- height: 86px;
5
+ min-height: 86px;
6
+ height: min-content;
6
7
  width: 100%;
7
8
  padding: 12px;
8
9
  .border-radius(4px);
@@ -18,7 +19,7 @@
18
19
  flex-grow: 1;
19
20
  padding: 0 30px;
20
21
 
21
- >span {
22
+ > span {
22
23
  display: block;
23
24
  }
24
25
  }
@@ -27,21 +28,21 @@
27
28
  flex-shrink: 0;
28
29
  }
29
30
 
30
- &.badge-success{
31
+ &.badge-success {
31
32
  border: 1px solid rgba(79, 90, 101, 0.27);
32
-
33
- .icon::before, .text-small{
33
+
34
+ .icon::before,
35
+ .text-small {
34
36
  color: #74b65f;
35
37
  }
36
-
37
38
  }
38
39
 
39
- &.badge-danger{
40
+ &.badge-danger {
40
41
  border: 1px solid @danger-border-color;
41
-
42
- .icon::before, .text-small{
42
+
43
+ .icon::before,
44
+ .text-small {
43
45
  color: @danger-color;
44
46
  }
45
-
46
47
  }
47
- }
48
+ }
package/package.json CHANGED
@@ -1,79 +1,79 @@
1
1
  {
2
- "name": "benivo-ui-library",
3
- "version": "1.7.82",
4
- "description": "Benivo UI library",
5
- "main": "index.js",
6
- "license": "MIT",
7
- "readme": "README.md",
8
- "keywords": [
9
- "react",
10
- "react-ui-lib",
11
- "components",
12
- "hooks"
13
- ],
14
- "scripts": {
15
- "test": "jest",
16
- "coverage": "jest --coverage",
17
- "prestart": "npm test",
18
- "build": "rimraf lib && webpack --mode production --config webpack.config.js",
19
- "new-node-build": "set NODE_OPTIONS=--openssl-legacy-provider && rimraf lib && webpack --mode production --config webpack.config.js",
20
- "start": "webpack-dev-server --open --hot --mode development --config webpack.config.dev.js",
21
- "debug": "webpack-dev-server --open --hot --mode development --config webpack.config.dev.js"
22
- },
23
- "peerDependencies": {
24
- "prop-types": "^15.7.2",
25
- "react": "^18.2.0",
26
- "react-dom": "^18.2.0"
27
- },
28
- "devDependencies": {
29
- "@babel/cli": "^7.22.10",
30
- "@babel/core": "^7.22.10",
31
- "@babel/plugin-proposal-class-properties": "^7.18.6",
32
- "@babel/plugin-proposal-optional-chaining": "^7.18.9",
33
- "@babel/plugin-transform-runtime": "^7.19.6",
34
- "@babel/plugin-transform-shorthand-properties": "^7.18.6",
35
- "@babel/preset-env": "^7.19.4",
36
- "@babel/preset-react": "^7.18.6",
37
- "@testing-library/jest-dom": "^5.16.5",
38
- "@testing-library/react": "^14.0.0",
39
- "babel-jest": "^24.1.0",
40
- "babel-loader": "^8.2.5",
41
- "copy-webpack-plugin": "^5.0.4",
42
- "css-loader": "^6.8.1",
43
- "file-loader": "^5.0.2",
44
- "html-webpack-plugin": "^4.4.1",
45
- "jest": "^29.6.2",
46
- "jest-canvas-mock": "^2.4.0",
47
- "jest-cli": "^29.6.2",
48
- "jest-environment-jsdom": "^29.6.2",
49
- "less": "^3.10.3",
50
- "less-loader": "^5.0.0",
51
- "mini-css-extract-plugin": "^0.8.0",
52
- "path": "^0.12.7",
53
- "prop-types": "^15.7.2",
54
- "react": "^18.2.0",
55
- "react-datepicker": "^4.8.0",
56
- "react-dom": "^18.2.0",
57
- "style-loader": "^3.3.3",
58
- "uglifyjs-webpack-plugin": "^2.2.0",
59
- "url-loader": "^3.0.0",
60
- "webpack": "^4.5.0",
61
- "webpack-bundle-analyzer": "^4.4.0",
62
- "webpack-cli": "^3.2.1",
63
- "webpack-dev-server": "^4.11.1"
64
- },
65
- "dependencies": {
66
- "dompurify": "^2.4.0",
67
- "lodash": "^4.17.21",
68
- "moment": "^2.29.4",
69
- "npm": "^9.8.1",
70
- "react-loading-skeleton": "^3.1.0",
71
- "react-notifications-component": "^4.0.1",
72
- "react-router-dom": "^5.2.0",
73
- "react-select": "^5.5.0",
74
- "rimraf": "^3.0.2",
75
- "swiper": "^7.3.1",
76
- "terser-webpack-plugin": "^4.2.3",
77
- "react-places-autocomplete": "^7.2.1"
78
- }
2
+ "name": "benivo-ui-library",
3
+ "version": "1.7.83",
4
+ "description": "Benivo UI library",
5
+ "main": "index.js",
6
+ "license": "MIT",
7
+ "readme": "README.md",
8
+ "keywords": [
9
+ "react",
10
+ "react-ui-lib",
11
+ "components",
12
+ "hooks"
13
+ ],
14
+ "scripts": {
15
+ "test": "jest",
16
+ "coverage": "jest --coverage",
17
+ "prestart": "npm test",
18
+ "build": "rimraf lib && webpack --mode production --config webpack.config.js",
19
+ "new-node-build": "set NODE_OPTIONS=--openssl-legacy-provider && rimraf lib && webpack --mode production --config webpack.config.js",
20
+ "start": "webpack-dev-server --open --hot --mode development --config webpack.config.dev.js",
21
+ "debug": "webpack-dev-server --open --hot --mode development --config webpack.config.dev.js"
22
+ },
23
+ "peerDependencies": {
24
+ "prop-types": "^15.7.2",
25
+ "react": "^18.2.0",
26
+ "react-dom": "^18.2.0"
27
+ },
28
+ "devDependencies": {
29
+ "@babel/cli": "^7.22.10",
30
+ "@babel/core": "^7.22.10",
31
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
32
+ "@babel/plugin-proposal-optional-chaining": "^7.18.9",
33
+ "@babel/plugin-transform-runtime": "^7.19.6",
34
+ "@babel/plugin-transform-shorthand-properties": "^7.18.6",
35
+ "@babel/preset-env": "^7.19.4",
36
+ "@babel/preset-react": "^7.18.6",
37
+ "@testing-library/jest-dom": "^5.16.5",
38
+ "@testing-library/react": "^14.0.0",
39
+ "babel-jest": "^24.1.0",
40
+ "babel-loader": "^8.2.5",
41
+ "copy-webpack-plugin": "^5.0.4",
42
+ "css-loader": "^6.8.1",
43
+ "file-loader": "^5.0.2",
44
+ "html-webpack-plugin": "^4.4.1",
45
+ "jest": "^29.6.2",
46
+ "jest-canvas-mock": "^2.4.0",
47
+ "jest-cli": "^29.6.2",
48
+ "jest-environment-jsdom": "^29.6.2",
49
+ "less": "^3.10.3",
50
+ "less-loader": "^5.0.0",
51
+ "mini-css-extract-plugin": "^0.8.0",
52
+ "path": "^0.12.7",
53
+ "prop-types": "^15.7.2",
54
+ "react": "^18.2.0",
55
+ "react-datepicker": "^4.8.0",
56
+ "react-dom": "^18.2.0",
57
+ "style-loader": "^3.3.3",
58
+ "uglifyjs-webpack-plugin": "^2.2.0",
59
+ "url-loader": "^3.0.0",
60
+ "webpack": "^4.5.0",
61
+ "webpack-bundle-analyzer": "^4.4.0",
62
+ "webpack-cli": "^3.2.1",
63
+ "webpack-dev-server": "^4.11.1"
64
+ },
65
+ "dependencies": {
66
+ "dompurify": "^2.4.0",
67
+ "lodash": "^4.17.21",
68
+ "moment": "^2.29.4",
69
+ "npm": "^9.8.1",
70
+ "react-loading-skeleton": "^3.1.0",
71
+ "react-notifications-component": "^4.0.1",
72
+ "react-router-dom": "^5.2.0",
73
+ "react-select": "^5.5.0",
74
+ "rimraf": "^3.0.2",
75
+ "swiper": "^7.3.1",
76
+ "terser-webpack-plugin": "^4.2.3",
77
+ "react-places-autocomplete": "^7.2.1"
78
+ }
79
79
  }