@salutejs/sdds-cs 0.245.0-canary.1736.13132113365.0 → 0.245.0-canary.1739.13111884936.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -74,6 +74,7 @@ const meta: Meta<typeof Popover> = {
74
74
  isFocusTrapped: true,
75
75
  skidding: 0,
76
76
  distance: 6,
77
+ animated: true,
77
78
  },
78
79
  };
79
80
 
@@ -74,6 +74,7 @@ const meta: Meta<typeof Popover> = {
74
74
  isFocusTrapped: true,
75
75
  skidding: 0,
76
76
  distance: 6,
77
+ animated: true,
77
78
  },
78
79
  };
79
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.245.0-canary.1736.13132113365.0",
3
+ "version": "0.245.0-canary.1739.13111884936.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS CS web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -30,7 +30,7 @@
30
30
  "directory": "packages/sdds-cs"
31
31
  },
32
32
  "dependencies": {
33
- "@salutejs/plasma-new-hope": "0.256.0-canary.1736.13132113365.0",
33
+ "@salutejs/plasma-new-hope": "0.256.0-canary.1739.13111884936.0",
34
34
  "@salutejs/sdds-themes": "0.31.0"
35
35
  },
36
36
  "peerDependencies": {
@@ -123,5 +123,5 @@
123
123
  "Anton Vinogradov"
124
124
  ],
125
125
  "sideEffects": false,
126
- "gitHead": "b0e2e614f7e4945f8fd62cd910a4aaf6fe782f02"
126
+ "gitHead": "ce838d63dec96291a2eaa0cc2fc8fbb7342de456"
127
127
  }