@visns-studio/visns-components 5.7.10 → 5.7.11
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.
package/package.json
CHANGED
|
@@ -54,11 +54,11 @@
|
|
|
54
54
|
"reactjs-popup": "^2.0.6",
|
|
55
55
|
"style-loader": "^4.0.0",
|
|
56
56
|
"swapy": "^1.0.5",
|
|
57
|
-
"sweetalert2": "^11.
|
|
57
|
+
"sweetalert2": "^11.21.0",
|
|
58
58
|
"truncate": "^3.0.0",
|
|
59
59
|
"uuid": "^11.1.0",
|
|
60
60
|
"validator": "^13.15.0",
|
|
61
|
-
"vite": "^
|
|
61
|
+
"vite": "^6.3.4",
|
|
62
62
|
"yarn": "^1.22.22",
|
|
63
63
|
"yet-another-react-lightbox": "^3.23.0"
|
|
64
64
|
},
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
83
83
|
},
|
|
84
84
|
"name": "@visns-studio/visns-components",
|
|
85
|
-
"version": "5.7.
|
|
85
|
+
"version": "5.7.11",
|
|
86
86
|
"description": "Various packages to assist in the development of our Custom Applications.",
|
|
87
87
|
"main": "src/index.js",
|
|
88
88
|
"files": [
|
|
@@ -470,8 +470,8 @@
|
|
|
470
470
|
border-color: var(--primary-color, #3b82f6);
|
|
471
471
|
|
|
472
472
|
&:hover {
|
|
473
|
-
background-color:
|
|
474
|
-
border-color:
|
|
473
|
+
background-color: color.adjust(#3b82f6, $lightness: -5%);
|
|
474
|
+
border-color: color.adjust(#3b82f6, $lightness: -5%);
|
|
475
475
|
}
|
|
476
476
|
|
|
477
477
|
.operatorDescription {
|
|
@@ -519,7 +519,7 @@
|
|
|
519
519
|
color: white;
|
|
520
520
|
|
|
521
521
|
&:hover {
|
|
522
|
-
background-color:
|
|
522
|
+
background-color: color.adjust(#3b82f6, $lightness: -5%);
|
|
523
523
|
}
|
|
524
524
|
}
|
|
525
525
|
|