@varlet/ui 3.13.0 → 3.13.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/ui",
3
- "version": "3.13.0",
3
+ "version": "3.13.1",
4
4
  "description": "A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.",
5
5
  "keywords": [
6
6
  "Vue3",
@@ -44,9 +44,9 @@
44
44
  "@popperjs/core": "^2.11.6",
45
45
  "dayjs": "^1.10.4",
46
46
  "decimal.js": "^10.2.1",
47
- "@varlet/icons": "3.13.0",
48
- "@varlet/shared": "3.13.0",
49
- "@varlet/use": "3.13.0"
47
+ "@varlet/icons": "3.13.1",
48
+ "@varlet/shared": "3.13.1",
49
+ "@varlet/use": "3.13.1"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/node": "^18.7.20",
@@ -62,9 +62,9 @@
62
62
  "vue": "3.5.21",
63
63
  "vue-router": "4.5.1",
64
64
  "zod": "^3.23.8",
65
- "@varlet/ui": "3.13.0",
66
- "@varlet/touch-emulator": "3.13.0",
67
- "@varlet/cli": "3.13.0"
65
+ "@varlet/cli": "3.13.1",
66
+ "@varlet/ui": "3.13.1",
67
+ "@varlet/touch-emulator": "3.13.1"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "vue": "^3.2.0"
@@ -5,6 +5,7 @@ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from '.
5
5
  export declare const bottomNavigationProps: Record<keyof BottomNavigationProps, any>
6
6
 
7
7
  export interface BottomNavigationProps extends BasicAttributes {
8
+ animated?: boolean
8
9
  active?: number | string
9
10
  fixed?: boolean
10
11
  border?: boolean