@getflip/swirl-ai 0.486.0 → 0.488.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 @@ The SwirlProgressIndicator component is used to display the progress of a long r
10
10
 
11
11
  ## Optional props
12
12
 
13
- - `size` ("m" | "s" | undefined) –
13
+ - `size` ("m" | "s" | "xs" | undefined) –
14
14
  - `value` (number | undefined) –
15
15
  - `variant` ("bar" | "circle" | undefined) –
16
16
 
@@ -44727,7 +44727,7 @@
44727
44727
  {
44728
44728
  "name": "size",
44729
44729
  "type": {
44730
- "text": "\"m\" | \"s\" | undefined",
44730
+ "text": "\"m\" | \"s\" | \"xs\" | undefined",
44731
44731
  "references": [
44732
44732
  {
44733
44733
  "name": "SwirlProgressIndicatorSize"
@@ -44773,7 +44773,7 @@
44773
44773
  "kind": "field",
44774
44774
  "name": "size",
44775
44775
  "type": {
44776
- "text": "\"m\" | \"s\" | undefined",
44776
+ "text": "\"m\" | \"s\" | \"xs\" | undefined",
44777
44777
  "references": [
44778
44778
  {
44779
44779
  "name": "SwirlProgressIndicatorSize"
@@ -1,4 +1,4 @@
1
- export type SwirlProgressIndicatorSize = "s" | "m";
1
+ export type SwirlProgressIndicatorSize = "xs" | "s" | "m";
2
2
  export type SwirlProgressIndicatorVariant = "bar" | "circle";
3
3
  export declare class SwirlProgressIndicator {
4
4
  label: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-ai",
3
- "version": "0.486.0",
3
+ "version": "0.488.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.486.0",
29
+ "@getflip/swirl-components": "0.488.0",
30
30
  "@types/node": "25.3.0",
31
31
  "tsx": "^4.7.0",
32
32
  "typescript": "5.9.3"