@keyblade/pro-components 1.2.0 → 1.2.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.
Files changed (2) hide show
  1. package/es/style.css +10 -10
  2. package/package.json +3 -3
package/es/style.css CHANGED
@@ -1,8 +1,10 @@
1
- .keyblade-pro-breadcrumb {
2
- margin: 16px 0;
1
+ .keyblade-pro-reuse-tabs {
2
+ position: relative;
3
+ background-color: var(--color-bg-2);
4
+ padding: 4px 20px;
3
5
  }
4
- .keyblade-pro-breadcrumb-icon-item {
5
- cursor: text;
6
+ .keyblade-pro-page-container {
7
+ padding: 0 20px 20px 20px;
6
8
  }
7
9
  .keyblade-pro-layout {
8
10
  width: 100%;
@@ -110,13 +112,11 @@
110
112
  .keyblade-pro-layout-side .keyblade-pro-layout-sider-collapsed .keyblade-pro-layout-sider-content-top {
111
113
  padding: 16px 8px;
112
114
  }
113
- .keyblade-pro-page-container {
114
- padding: 0 20px 20px 20px;
115
+ .keyblade-pro-breadcrumb {
116
+ margin: 16px 0;
115
117
  }
116
- .keyblade-pro-reuse-tabs {
117
- position: relative;
118
- background-color: var(--color-bg-2);
119
- padding: 4px 20px;
118
+ .keyblade-pro-breadcrumb-icon-item {
119
+ cursor: text;
120
120
  }
121
121
  .keyblade-pro-menu-item-img {
122
122
  width: 14px;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@keyblade/pro-components",
3
3
  "description": "KeyBlade Pro Components",
4
4
  "author": "yangshuai <704807396@qq.com>",
5
- "version": "1.2.0",
5
+ "version": "1.2.1",
6
6
  "private": false,
7
7
  "type": "module",
8
8
  "main": "es/index.js",
@@ -20,13 +20,13 @@
20
20
  ],
21
21
  "dependencies": {
22
22
  "@arco-design/web-vue": "^2.47.1",
23
- "vue-router": "^4.2.1"
23
+ "vue-router": "^4.2.2"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "vue": "^3.3.4"
27
27
  },
28
28
  "scripts": {
29
- "build": "vue-tsc --noEmit && vite build",
29
+ "build": "vite build",
30
30
  "publish:npm": "pnpm publish"
31
31
  },
32
32
  "typings": "es/index.d.ts"