@grifhinz/logics-manager 2.5.1 → 2.6.0

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![CI](https://github.com/AlexAgo83/logics-manager/actions/workflows/ci.yml/badge.svg)](https://github.com/AlexAgo83/logics-manager/actions/workflows/ci.yml)
4
4
  [![License](https://img.shields.io/github/license/AlexAgo83/logics-manager)](LICENSE)
5
- ![Version](https://img.shields.io/badge/version-v2.5.1-4C8BF5)
5
+ ![Version](https://img.shields.io/badge/version-v2.5.2-4C8BF5)
6
6
  ![VS Code](https://img.shields.io/badge/VS%20Code-1.86.0-007ACC?logo=visualstudiocode&logoColor=white)
7
7
  ![TypeScript](https://img.shields.io/badge/TypeScript-5.3.3-3178C6?logo=typescript&logoColor=white)
8
8
  ![Vitest](https://img.shields.io/badge/Vitest-2.1.8-6E9F18?logo=vitest&logoColor=white)
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.5.1
1
+ 2.6.0
@@ -107,8 +107,11 @@
107
107
  }
108
108
 
109
109
  .layout--stacked .details {
110
+ width: 100%;
111
+ max-width: none;
110
112
  min-height: 220px;
111
113
  border-top: none;
114
+ border-left: none;
112
115
  position: absolute;
113
116
  left: 0;
114
117
  right: 0;
@@ -117,6 +120,10 @@
117
120
  z-index: 2;
118
121
  }
119
122
 
123
+ .layout--stacked .details.details--collapsed {
124
+ min-height: 0;
125
+ }
126
+
120
127
  .is-resizing {
121
128
  cursor: row-resize;
122
129
  user-select: none;