@visns-studio/visns-components 2.5.11 → 2.5.12

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.
@@ -297,7 +297,11 @@ function Navigation({
297
297
  <aside
298
298
  className={
299
299
  layout === 'cms'
300
- ? 'aside--cms aside--cms--open'
300
+ ? isOpen
301
+ ? 'aside--cms'
302
+ : 'aside--cms aside--cms--open'
303
+ : isOpen
304
+ ? 'aside'
301
305
  : 'aside aside--open'
302
306
  }
303
307
  >
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "react-dom": "^17.0.1"
43
43
  },
44
44
  "name": "@visns-studio/visns-components",
45
- "version": "2.5.11",
45
+ "version": "2.5.12",
46
46
  "description": "Various packages to assist in the development of our Custom Applications.",
47
47
  "main": "index.js",
48
48
  "scripts": {