@salutejs/sdds-serv 0.242.0-canary.1736.13142936948.0 → 0.242.0-canary.1739.13145324228.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -73,6 +73,7 @@ const meta: Meta<typeof Popover> = {
73
73
  isFocusTrapped: true,
74
74
  skidding: 0,
75
75
  distance: 6,
76
+ animated: true,
76
77
  },
77
78
  };
78
79
 
@@ -73,6 +73,7 @@ const meta: Meta<typeof Popover> = {
73
73
  isFocusTrapped: true,
74
74
  skidding: 0,
75
75
  distance: 6,
76
+ animated: true,
76
77
  },
77
78
  };
78
79
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-serv",
3
- "version": "0.242.0-canary.1736.13142936948.0",
3
+ "version": "0.242.0-canary.1739.13145324228.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS SERV web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -32,7 +32,7 @@
32
32
  "directory": "packages/sdds-serv"
33
33
  },
34
34
  "dependencies": {
35
- "@salutejs/plasma-new-hope": "0.257.0-canary.1736.13142936948.0",
35
+ "@salutejs/plasma-new-hope": "0.257.0-canary.1739.13145324228.0",
36
36
  "@salutejs/sdds-themes": "0.31.0"
37
37
  },
38
38
  "peerDependencies": {
@@ -136,5 +136,5 @@
136
136
  "sideEffects": [
137
137
  "*.css"
138
138
  ],
139
- "gitHead": "c1fb5f4cbd5c7d697cdbd9e120dbd1d2a515a217"
139
+ "gitHead": "23fdd1d9610cbf05fcddecabcf22d9826d97cb74"
140
140
  }