@getflip/swirl-ai 0.502.1 → 0.503.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.
@@ -17,6 +17,7 @@ The SwirlTabBar component is used to render the tabs navigation of the [SwirlTab
17
17
  - `paddingInlineEnd` ("0" | "12" | "16" | "2" | "20" | "24" | "4" | "8" | undefined) –
18
18
  - `paddingInlineStart` ("0" | "12" | "16" | "2" | "20" | "24" | "4" | "8" | undefined) –
19
19
  - `variant` ("default" | "pill" | undefined) –
20
+ - `wrap` (boolean | undefined) –
20
21
  - `tabs` (SwirlTabBarTab[] | undefined) –
21
22
 
22
23
  ## Slots
@@ -58526,6 +58526,13 @@
58526
58526
  },
58527
58527
  "default": "\"default\"",
58528
58528
  "fieldName": "variant"
58529
+ },
58530
+ {
58531
+ "name": "wrap",
58532
+ "type": {
58533
+ "text": "boolean | undefined"
58534
+ },
58535
+ "fieldName": "wrap"
58529
58536
  }
58530
58537
  ],
58531
58538
  "members": [
@@ -58646,6 +58653,15 @@
58646
58653
  "default": "\"default\"",
58647
58654
  "readonly": true,
58648
58655
  "attribute": "variant"
58656
+ },
58657
+ {
58658
+ "kind": "field",
58659
+ "name": "wrap",
58660
+ "type": {
58661
+ "text": "boolean | undefined"
58662
+ },
58663
+ "readonly": true,
58664
+ "attribute": "wrap"
58649
58665
  }
58650
58666
  ],
58651
58667
  "events": [
@@ -20,6 +20,7 @@ export declare class SwirlTabBar {
20
20
  paddingInlineStart?: SwirlTabBarPadding;
21
21
  tabs: SwirlTabBarTab[];
22
22
  variant?: SwirlTabBarVariant;
23
+ wrap?: boolean;
23
24
  activateNextTab: EventEmitter<void>;
24
25
  activatePreviousTab: EventEmitter<void>;
25
26
  activateTab: EventEmitter<string>;
@@ -5237,6 +5237,7 @@ export namespace Components {
5237
5237
  * @default "default"
5238
5238
  */
5239
5239
  "variant"?: SwirlTabBarVariant;
5240
+ "wrap"?: boolean;
5240
5241
  }
5241
5242
  interface SwirlTable {
5242
5243
  "caption"?: string;
@@ -15151,6 +15152,7 @@ declare namespace LocalJSX {
15151
15152
  * @default "default"
15152
15153
  */
15153
15154
  "variant"?: SwirlTabBarVariant;
15155
+ "wrap"?: boolean;
15154
15156
  }
15155
15157
  interface SwirlTable {
15156
15158
  "caption"?: string;
@@ -18254,6 +18256,7 @@ declare namespace LocalJSX {
18254
18256
  "paddingInlineEnd": SwirlTabBarPadding;
18255
18257
  "paddingInlineStart": SwirlTabBarPadding;
18256
18258
  "variant": SwirlTabBarVariant;
18259
+ "wrap": boolean;
18257
18260
  }
18258
18261
  interface SwirlTableAttributes {
18259
18262
  "caption": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-ai",
3
- "version": "0.502.1",
3
+ "version": "0.503.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.502.1",
29
+ "@getflip/swirl-components": "0.503.0",
30
30
  "@getflip/swirl-tokens": "2.14.3",
31
31
  "@types/node": "25.3.0",
32
32
  "tsx": "^4.7.0",