bkui-vue 0.0.1-beta.385 → 0.0.1-beta.387

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.
@@ -1,4 +1,5 @@
1
- export { overflowTitle } from '../overflow-title';
1
+ import { overflowTitle } from '../overflow-title';
2
+ export { overflowTitle, };
2
3
  export { default as mousewheel } from './mousewheel';
3
4
  export { default as clickoutside } from './clickoutside';
4
5
  export { default as bkTooltips } from './tooltips';
@@ -166,7 +166,7 @@
166
166
  }
167
167
  .bk-search-select-container .search-container-selected .selected-clear {
168
168
  position: absolute;
169
- top: 4px;
169
+ top: 5px;
170
170
  right: 3px;
171
171
  display: inline-flex;
172
172
  width: 14px;
@@ -113,7 +113,7 @@
113
113
 
114
114
  .selected-clear {
115
115
  position: absolute;
116
- top: 4px;
116
+ top: 5px;
117
117
  right: 3px;
118
118
  display: inline-flex;
119
119
  width: 14px;
@@ -286,7 +286,7 @@
286
286
  }
287
287
  .bk-search-select-container .search-container-selected .selected-clear {
288
288
  position: absolute;
289
- top: 4px;
289
+ top: 5px;
290
290
  right: 3px;
291
291
  display: inline-flex;
292
292
  width: 14px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.1-beta.385",
3
+ "version": "0.0.1-beta.387",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",
@@ -12,6 +12,7 @@
12
12
  "dist"
13
13
  ],
14
14
  "scripts": {
15
+ "preinstall": "npx only-allow yarn -y",
15
16
  "prepare": "husky install",
16
17
  "dev": "vite serve site --force",
17
18
  "build": "run-s build:dist build:lib",