@varlet/cli 1.26.4 → 1.26.7

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.
@@ -33,4 +33,4 @@ module.exports = __assign({ moduleNameMapper: {
33
33
  "!**/".concat(constant_1.EXAMPLE_DIR_NAME, "/**"),
34
34
  "!**/".concat(constant_1.DOCS_DIR_NAME, "/**"),
35
35
  "!**/".concat(constant_1.TESTS_DIR_NAME, "/**"),
36
- ], moduleFileExtensions: ['js', 'jsx', 'ts', 'tsx', 'vue'], transformIgnorePatterns: ['/node_modules/(?!(@varlet/cli))/'] }, getRootConfig());
36
+ ], moduleFileExtensions: ['js', 'jsx', 'ts', 'tsx', 'vue'], transformIgnorePatterns: [] }, getRootConfig());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/cli",
3
- "version": "1.26.4",
3
+ "version": "1.26.7",
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.26.4",
37
- "@varlet/markdown-vite-plugin": "1.26.4",
38
- "@varlet/touch-emulator": "1.26.4",
36
+ "@varlet/icons": "1.26.7",
37
+ "@varlet/markdown-vite-plugin": "1.26.7",
38
+ "@varlet/touch-emulator": "1.26.7",
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",
@@ -75,7 +75,7 @@
75
75
  "@types/semver": "^7.3.9"
76
76
  },
77
77
  "peerDependencies": {
78
- "@varlet/touch-emulator": "1.26.4",
78
+ "@varlet/touch-emulator": "1.26.7",
79
79
  "@vue/test-utils": "^2.0.0-rc.6",
80
80
  "clipboard": "^2.0.6",
81
81
  "live-server": "^1.2.1",
@@ -22,6 +22,7 @@
22
22
  height: var(--site-app-bar-height);
23
23
  background: var(--site-app-bar-color);
24
24
  color: var(--site-app-bar-text-color);
25
+ transition: background-color .25s;
25
26
 
26
27
  &__title {
27
28
  flex: 1;
@@ -181,7 +181,6 @@ export default defineComponent({
181
181
  left: 0;
182
182
  display: flex;
183
183
  align-items: center;
184
- color: var(--site-config-color-font-size);
185
184
  width: 100%;
186
185
  height: 60px;
187
186
  padding: 0 30px;