@webitel/ui-sdk 3.1.101 → 3.1.102

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": "@webitel/ui-sdk",
3
- "version": "3.1.101",
3
+ "version": "3.1.102",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -142,8 +142,8 @@ const { floatingStyles } = useFloating(activator, floating, {
142
142
  placement: props.placement === 'auto' ? null : props.placement,
143
143
  // https://floating-ui.com/docs/middleware
144
144
  middleware: [
145
- shift(), flip(), offset(8),
146
- props.placement === 'auto' ? autoPlacement() : null,
145
+ shift(), offset(8),
146
+ props.placement === 'auto' ? autoPlacement() : flip(),
147
147
  ],
148
148
  });
149
149