@varlet/cli 1.27.9 → 1.27.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/cli",
3
- "version": "1.27.9",
3
+ "version": "1.27.10",
4
4
  "description": "cli of varlet",
5
5
  "bin": {
6
6
  "varlet-cli": "./lib/index.js"
@@ -33,9 +33,9 @@
33
33
  "@babel/helper-plugin-utils": "^7.14.5",
34
34
  "@babel/preset-env": "^7.14.8",
35
35
  "@babel/preset-typescript": "^7.14.5",
36
- "@varlet/icons": "1.27.9",
37
- "@varlet/markdown-vite-plugin": "1.27.9",
38
- "@varlet/touch-emulator": "1.27.9",
36
+ "@varlet/icons": "1.27.10",
37
+ "@varlet/markdown-vite-plugin": "1.27.10",
38
+ "@varlet/touch-emulator": "1.27.10",
39
39
  "@vitejs/plugin-vue": "2.2.0",
40
40
  "@vitejs/plugin-vue-jsx": "1.3.5",
41
41
  "@vue/babel-plugin-jsx": "1.1.1",
@@ -76,7 +76,7 @@
76
76
  "@types/semver": "^7.3.9"
77
77
  },
78
78
  "peerDependencies": {
79
- "@varlet/touch-emulator": "1.27.9",
79
+ "@varlet/touch-emulator": "1.27.10",
80
80
  "@vue/test-utils": "^2.0.0-rc.6",
81
81
  "clipboard": "^2.0.6",
82
82
  "live-server": "^1.2.1",
@@ -247,7 +247,7 @@ header {
247
247
  }
248
248
 
249
249
  .router-view__block {
250
- padding: 55px 12px 15px;
250
+ padding: 55px 15px 15px;
251
251
  }
252
252
 
253
253
  * {
@@ -281,7 +281,7 @@ export default defineComponent({
281
281
  position: relative;
282
282
  cursor: pointer;
283
283
  transition: background-color 0.25s;
284
- margin-right: 6px;
284
+ margin-right: 4px;
285
285
 
286
286
  &:hover {
287
287
  background: var(--site-config-color-nav-button-hover-background);