@linzjs/windows 8.7.0 → 8.8.1

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.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export * from './common';
2
+ export * from './components';
2
3
  export * from './LuiModalAsync';
3
4
  export * from './panel';
4
5
  export * from './panel/types';
@@ -18,6 +18,7 @@
18
18
  color: lui.$charcoal;
19
19
  padding: 0 16px;
20
20
  display: flex;
21
+ white-space: nowrap;
21
22
  overflow: hidden;
22
23
  justify-content: space-between;
23
24
  border-bottom: 2px lui.$lily solid;
@@ -108,6 +109,7 @@
108
109
  display: flex;
109
110
  align-items: center;
110
111
  white-space: nowrap;
112
+ overflow: hidden;
111
113
  }
112
114
 
113
115
  .WindowPanel-header-title-icon {
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "popout"
14
14
  ],
15
15
  "main": "./dist/index.ts",
16
- "version": "8.7.0",
16
+ "version": "8.8.1",
17
17
  "peerDependencies": {
18
18
  "@linzjs/lui": ">=23",
19
19
  "lodash-es": ">=4",