@getflip/swirl-ai 0.482.0 → 0.482.2

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.
@@ -41,6 +41,7 @@ export declare class SwirlTooltip {
41
41
  private onFocusOut;
42
42
  private reposition;
43
43
  private showWithDelay;
44
+ private updatePositioning;
44
45
  private updateOptions;
45
46
  render(): any;
46
47
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-ai",
3
- "version": "0.482.0",
3
+ "version": "0.482.2",
4
4
  "description": "Swirl Design System AI package with artifacts for AI agents",
5
5
  "author": "Flip GmbH",
6
6
  "repository": {
@@ -26,7 +26,7 @@
26
26
  "lint": "tsc --noEmit"
27
27
  },
28
28
  "devDependencies": {
29
- "@getflip/swirl-components": "0.482.0",
29
+ "@getflip/swirl-components": "0.482.2",
30
30
  "@types/node": "25.3.0",
31
31
  "tsx": "^4.7.0",
32
32
  "typescript": "5.9.3"