@getflip/swirl-ai 0.504.0 → 0.505.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.
@@ -10,7 +10,7 @@ _None._
10
10
 
11
11
  ## Optional props
12
12
 
13
- - `intent` ("critical" | "default" | "info" | "special" | "success" | "translucent" | "warning" | undefined) –
13
+ - `intent` ("critical" | "default" | "info" | "special" | "subdued" | "success" | "translucent" | "warning" | undefined) –
14
14
  - `label` (string | undefined) –
15
15
  - `tooltip` (string | undefined) –
16
16
  - `value` (string | undefined) –
@@ -6998,7 +6998,7 @@
6998
6998
  {
6999
6999
  "name": "intent",
7000
7000
  "type": {
7001
- "text": "\"critical\" | \"default\" | \"info\" | \"special\" | \"success\" | \"translucent\" | \"warning\" | undefined",
7001
+ "text": "\"critical\" | \"default\" | \"info\" | \"special\" | \"subdued\" | \"success\" | \"translucent\" | \"warning\" | undefined",
7002
7002
  "references": [
7003
7003
  {
7004
7004
  "name": "SwirlDataCellIntent"
@@ -7043,7 +7043,7 @@
7043
7043
  "kind": "field",
7044
7044
  "name": "intent",
7045
7045
  "type": {
7046
- "text": "\"critical\" | \"default\" | \"info\" | \"special\" | \"success\" | \"translucent\" | \"warning\" | undefined",
7046
+ "text": "\"critical\" | \"default\" | \"info\" | \"special\" | \"subdued\" | \"success\" | \"translucent\" | \"warning\" | undefined",
7047
7047
  "references": [
7048
7048
  {
7049
7049
  "name": "SwirlDataCellIntent"
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from "../../stencil-public-runtime";
2
- export type SwirlDataCellIntent = "default" | "critical" | "warning" | "success" | "info" | "special" | "translucent";
2
+ export type SwirlDataCellIntent = "default" | "critical" | "warning" | "success" | "info" | "special" | "translucent" | "subdued";
3
3
  /**
4
4
  * @slot media - Optional media content (e.g., swirl-avatar, icons). Only swirl-avatar and icon elements are styled.
5
5
  * @slot content - Optional content element (e.g., swirl-text-input, swirl-select). When provided, the value prop is ignored. Content automatically takes 100% width when no label is present.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-ai",
3
- "version": "0.504.0",
3
+ "version": "0.505.0",
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.504.0",
29
+ "@getflip/swirl-components": "0.505.0",
30
30
  "@getflip/swirl-tokens": "2.14.3",
31
31
  "@types/node": "25.3.0",
32
32
  "tsx": "^4.7.0",