@visns-studio/visns-components 1.1.17 → 1.1.18
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.
|
@@ -742,13 +742,12 @@ const DataGrid = (props) => {
|
|
|
742
742
|
};
|
|
743
743
|
const headerProps = {
|
|
744
744
|
style: {
|
|
745
|
-
color: import.meta.env.
|
|
746
|
-
? import.meta.env.
|
|
745
|
+
color: import.meta.env.VITE_VISNS_COMPONENT_HEADER_STYLE_COLOR
|
|
746
|
+
? import.meta.env.VITE_VISNS_COMPONENT_HEADER_STYLE_COLOR
|
|
747
747
|
: null,
|
|
748
748
|
background: import.meta.env
|
|
749
|
-
.
|
|
750
|
-
? import.meta.env
|
|
751
|
-
.REACT_APP_VISNS_COMPONENT_HEADER_STYLE_BACKGROUND
|
|
749
|
+
.VITE_VISNS_COMPONENT_HEADER_STYLE_BACKGROUND
|
|
750
|
+
? import.meta.env.VITE_VISNS_COMPONENT_HEADER_STYLE_BACKGROUND
|
|
752
751
|
: null,
|
|
753
752
|
},
|
|
754
753
|
};
|
package/package.json
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"react-dom": ">=18.2.0"
|
|
34
34
|
},
|
|
35
35
|
"name": "@visns-studio/visns-components",
|
|
36
|
-
"version": "1.1.
|
|
36
|
+
"version": "1.1.18",
|
|
37
37
|
"description": "Various packages to assist in the development of our Custom Applications.",
|
|
38
38
|
"main": "index.js",
|
|
39
39
|
"devDependencies": {},
|