@visns-studio/visns-components 4.0.9 → 4.0.10

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.
@@ -253,7 +253,7 @@ function GenericIndex({ layout = 'full', setting, userProfile }) {
253
253
  </div>
254
254
  ) : (
255
255
  <>
256
- <div className={`grid__full`}>
256
+ <div className={`grid__subnav`}>
257
257
  <TableFilter
258
258
  filters={subnav}
259
259
  setFilters={setSubnav}
package/package.json CHANGED
@@ -57,7 +57,7 @@
57
57
  "react-dom": "^17.0.1"
58
58
  },
59
59
  "name": "@visns-studio/visns-components",
60
- "version": "4.0.9",
60
+ "version": "4.0.10",
61
61
  "description": "Various packages to assist in the development of our Custom Applications.",
62
62
  "main": "index.js",
63
63
  "scripts": {