ptechcore_ui 1.0.11 → 1.0.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.
package/dist/index.cjs CHANGED
@@ -960,7 +960,7 @@ var RewiseLayout = ({ children, module_name = "Rewise", module_description = "De
960
960
  onClick: () => {
961
961
  if (item.path) {
962
962
  navigate(item.path);
963
- setSecondaryCollapsed(false);
963
+ setSecondaryCollapsed(true);
964
964
  } else {
965
965
  setSelectedModule(item.id);
966
966
  }
package/dist/index.js CHANGED
@@ -921,7 +921,7 @@ var RewiseLayout = ({ children, module_name = "Rewise", module_description = "De
921
921
  onClick: () => {
922
922
  if (item.path) {
923
923
  navigate(item.path);
924
- setSecondaryCollapsed(false);
924
+ setSecondaryCollapsed(true);
925
925
  } else {
926
926
  setSelectedModule(item.id);
927
927
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ptechcore_ui",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",