@varlet/ui 3.3.1 → 3.3.2

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/ui",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "description": "A material like components library",
5
5
  "main": "lib/varlet.cjs.js",
6
6
  "module": "es/index.mjs",
@@ -48,9 +48,9 @@
48
48
  "@popperjs/core": "^2.11.6",
49
49
  "dayjs": "^1.10.4",
50
50
  "decimal.js": "^10.2.1",
51
- "@varlet/icons": "3.3.1",
52
- "@varlet/use": "3.3.1",
53
- "@varlet/shared": "3.3.1"
51
+ "@varlet/icons": "3.3.2",
52
+ "@varlet/shared": "3.3.2",
53
+ "@varlet/use": "3.3.2"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@vue/runtime-core": "3.4.21",
@@ -64,9 +64,9 @@
64
64
  "typescript": "^5.1.5",
65
65
  "vue": "3.4.21",
66
66
  "vue-router": "4.2.0",
67
- "@varlet/cli": "3.3.1",
68
- "@varlet/ui": "3.3.1",
69
- "@varlet/touch-emulator": "3.3.1"
67
+ "@varlet/cli": "3.3.2",
68
+ "@varlet/ui": "3.3.2",
69
+ "@varlet/touch-emulator": "3.3.2"
70
70
  },
71
71
  "scripts": {
72
72
  "dev": "varlet-cli dev",
package/types/appBar.d.ts CHANGED
@@ -18,6 +18,7 @@ export interface AppBarProps extends BasicAttributes {
18
18
  fixed?: boolean
19
19
  placeholder?: boolean
20
20
  zIndex?: number | string
21
+ border?: boolean
21
22
  }
22
23
 
23
24
  export class AppBar extends VarComponent {
@@ -31,6 +31,7 @@ interface BaseStyleVars {
31
31
  '--app-bar-right-gap'?: string
32
32
  '--app-bar-border-radius'?: string
33
33
  '--app-bar-font-size'?: string
34
+ '--app-bar-border-bottom'?: string
34
35
  '--avatar-text-color'?: string
35
36
  '--avatar-border-radius'?: string
36
37
  '--avatar-mini-size'?: string