@getflip/swirl-ai 0.473.0 → 0.474.0

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.
@@ -12,7 +12,7 @@ The SwirlTooltip component is used to display a popup with information related t
12
12
 
13
13
  - `active` (boolean | undefined) –
14
14
  - `delay` (number | undefined) –
15
- - `intent` ("default" | "info" | undefined) –
15
+ - `intent` ("default" | "info" | "primary" | undefined) –
16
16
  - `maxWidth` (string | undefined) –
17
17
  - `position` ("bottom" | "left" | "right" | "top" | undefined) –
18
18
  - `positioning` ("absolute" | "fixed" | undefined) –
@@ -56562,7 +56562,7 @@
56562
56562
  {
56563
56563
  "name": "intent",
56564
56564
  "type": {
56565
- "text": "\"default\" | \"info\" | undefined",
56565
+ "text": "\"default\" | \"info\" | \"primary\" | undefined",
56566
56566
  "references": [
56567
56567
  {
56568
56568
  "name": "SwirlTooltipIntent"
@@ -56641,7 +56641,7 @@
56641
56641
  "kind": "field",
56642
56642
  "name": "intent",
56643
56643
  "type": {
56644
- "text": "\"default\" | \"info\" | undefined",
56644
+ "text": "\"default\" | \"info\" | \"primary\" | undefined",
56645
56645
  "references": [
56646
56646
  {
56647
56647
  "name": "SwirlTooltipIntent"
@@ -1,6 +1,6 @@
1
1
  import { ComputePositionReturn, Strategy } from "@floating-ui/dom";
2
2
  export type SwirlTooltipPosition = "top" | "right" | "bottom" | "left";
3
- export type SwirlTooltipIntent = "default" | "info";
3
+ export type SwirlTooltipIntent = "default" | "info" | "primary";
4
4
  export type SwirlTooltipTrigger = "hover" | "focus";
5
5
  /**
6
6
  * @slot slot - The element that triggers the tooltip (e.g. a button). The tooltip content is taken from the `content` prop.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-ai",
3
- "version": "0.473.0",
3
+ "version": "0.474.0",
4
4
  "description": "Swirl Design System AI package with artifacts for AI agents",
5
5
  "author": "Flip GmbH",
6
6
  "repository": {
@@ -49,7 +49,7 @@
49
49
  "zod": "3.24.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@getflip/swirl-components": "0.473.0",
52
+ "@getflip/swirl-components": "0.474.0",
53
53
  "@types/node": "25.3.0",
54
54
  "tsup": "^8.0.0",
55
55
  "tsx": "^4.7.0",