@visns-studio/visns-components 1.1.16 → 1.1.17

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,12 +742,13 @@ const DataGrid = (props) => {
742
742
  };
743
743
  const headerProps = {
744
744
  style: {
745
- color: import.meta.env.VITE_VISNS_COMPONENT_HEADER_STYLE_COLOR
746
- ? import.meta.env.VITE_VISNS_COMPONENT_HEADER_STYLE_COLOR
745
+ color: import.meta.env.REACT_APP_VISNS_COMPONENT_HEADER_STYLE_COLOR
746
+ ? import.meta.env.REACT_APP_VISNS_COMPONENT_HEADER_STYLE_COLOR
747
747
  : null,
748
748
  background: import.meta.env
749
- .VITE_VISNS_COMPONENT_HEADER_STYLE_BACKGROUND
750
- ? import.meta.env.VITE_VISNS_COMPONENT_HEADER_STYLE_BACKGROUND
749
+ .REACT_APP_VISNS_COMPONENT_HEADER_STYLE_BACKGROUND
750
+ ? import.meta.env
751
+ .REACT_APP_VISNS_COMPONENT_HEADER_STYLE_BACKGROUND
751
752
  : null,
752
753
  },
753
754
  };
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.16",
36
+ "version": "1.1.17",
37
37
  "description": "Various packages to assist in the development of our Custom Applications.",
38
38
  "main": "index.js",
39
39
  "devDependencies": {},