@webitel/ui-sdk 24.12.43 → 24.12.44

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": "24.12.43",
3
+ "version": "24.12.44",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -160,6 +160,9 @@ onBeforeUnmount(() => {
160
160
  .wt-tooltip-floating {
161
161
  @extend %typo-body-2;
162
162
  z-index: 1000;
163
+ display: flex;
164
+ flex-direction: column;
165
+ gap: var(--spacing-xs);
163
166
  padding: var(--spacing-2xs) var(--spacing-xs);
164
167
  color: var(--wt-tooltip-text-color);
165
168
  border-radius: var(--border-radius);