@getflip/swirl-ai 0.498.1 → 0.501.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.
@@ -0,0 +1,50 @@
1
+ # `<swirl-icon-api>`
2
+
3
+ ## Purpose
4
+
5
+ Custom element: swirl-icon-api.
6
+
7
+ ## Required props
8
+
9
+ _None._
10
+
11
+ ## Optional props
12
+
13
+ - `color` ("critical" | "default" | "disabled" | "highlight" | "info" | "on-action-primary" | "on-image" | "on-status" | "on-surface-highlight" | "on-surface-highlight-subdued" | "strong" | "success" | "warning" | undefined) –
14
+ - `label` (string | undefined) –
15
+ - `size` (16 | 20 | 24 | 28 | undefined) –
16
+
17
+ ## Slots
18
+
19
+ _None._
20
+
21
+ ## Events
22
+
23
+ _None._
24
+
25
+ ## Methods
26
+
27
+ _None._
28
+
29
+ ## Related components
30
+
31
+ _See description for usage context._
32
+
33
+ ## Accessibility
34
+
35
+ _See full docs for accessibility details._
36
+
37
+ ## Minimal example
38
+
39
+ ```html
40
+ <swirl-icon-api></swirl-icon-api>
41
+ ```
42
+
43
+ ## Usage example
44
+
45
+ _No usage example in docs._
46
+
47
+ ## Common mistakes
48
+
49
+ - Ensure required props are set.
50
+ - Use only allowed slot names and child components where documented.
@@ -0,0 +1,48 @@
1
+ # `<swirl-symbol-qr-code-scanner>`
2
+
3
+ ## Purpose
4
+
5
+ Custom element: swirl-symbol-qr-code-scanner.
6
+
7
+ ## Required props
8
+
9
+ _None._
10
+
11
+ ## Optional props
12
+
13
+ - `size` (16 | 20 | 24 | 28 | 32 | undefined) –
14
+
15
+ ## Slots
16
+
17
+ _None._
18
+
19
+ ## Events
20
+
21
+ _None._
22
+
23
+ ## Methods
24
+
25
+ _None._
26
+
27
+ ## Related components
28
+
29
+ _See description for usage context._
30
+
31
+ ## Accessibility
32
+
33
+ _See full docs for accessibility details._
34
+
35
+ ## Minimal example
36
+
37
+ ```html
38
+ <swirl-symbol-qr-code-scanner></swirl-symbol-qr-code-scanner>
39
+ ```
40
+
41
+ ## Usage example
42
+
43
+ _No usage example in docs._
44
+
45
+ ## Common mistakes
46
+
47
+ - Ensure required props are set.
48
+ - Use only allowed slot names and child components where documented.
@@ -12,6 +12,7 @@ The SwirlToast component is used to give brief, non-disruptive feedback after an
12
12
 
13
13
  - `accessibleDismissLabel` (string | undefined) –
14
14
  - `actionLabel` (string | undefined) –
15
+ - `actionPosition` ("bottom" | "inline" | undefined) –
15
16
  - `content` (string | undefined) –
16
17
  - `dismissLabel` (string | undefined) –
17
18
  - `duration` (number | undefined) –
@@ -294,6 +294,10 @@
294
294
  "tag": "swirl-icon-ai-filled",
295
295
  "summary": "swirl-icon-ai-filled"
296
296
  },
297
+ {
298
+ "tag": "swirl-icon-api",
299
+ "summary": "swirl-icon-api"
300
+ },
297
301
  {
298
302
  "tag": "swirl-icon-apparel",
299
303
  "summary": "swirl-icon-apparel"
@@ -1860,6 +1864,10 @@
1860
1864
  "tag": "swirl-symbol-push-pin",
1861
1865
  "summary": "swirl-symbol-push-pin"
1862
1866
  },
1867
+ {
1868
+ "tag": "swirl-symbol-qr-code-scanner",
1869
+ "summary": "swirl-symbol-qr-code-scanner"
1870
+ },
1863
1871
  {
1864
1872
  "tag": "swirl-symbol-recycling",
1865
1873
  "summary": "swirl-symbol-recycling"
@@ -12504,6 +12504,117 @@
12504
12504
  }
12505
12505
  ]
12506
12506
  },
12507
+ {
12508
+ "kind": "javascript-module",
12509
+ "path": "src/components/swirl-icon/icons/swirl-icon-api.tsx",
12510
+ "declarations": [
12511
+ {
12512
+ "kind": "class",
12513
+ "customElement": true,
12514
+ "tagName": "swirl-icon-api",
12515
+ "name": "SwirlIconApi",
12516
+ "attributes": [
12517
+ {
12518
+ "name": "color",
12519
+ "type": {
12520
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
12521
+ "references": [
12522
+ {
12523
+ "name": "SwirlIconColor",
12524
+ "module": "../swirl-icon"
12525
+ }
12526
+ ]
12527
+ },
12528
+ "fieldName": "color"
12529
+ },
12530
+ {
12531
+ "name": "label",
12532
+ "type": {
12533
+ "text": "string | undefined"
12534
+ },
12535
+ "fieldName": "label"
12536
+ },
12537
+ {
12538
+ "name": "size",
12539
+ "type": {
12540
+ "text": "16 | 20 | 24 | 28 | undefined",
12541
+ "references": [
12542
+ {
12543
+ "name": "SwirlIconSize",
12544
+ "module": "../swirl-icon.types"
12545
+ }
12546
+ ]
12547
+ },
12548
+ "default": "24",
12549
+ "fieldName": "size"
12550
+ }
12551
+ ],
12552
+ "members": [
12553
+ {
12554
+ "kind": "field",
12555
+ "name": "color",
12556
+ "type": {
12557
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
12558
+ "references": [
12559
+ {
12560
+ "name": "SwirlIconColor",
12561
+ "module": "../swirl-icon"
12562
+ }
12563
+ ]
12564
+ },
12565
+ "readonly": true,
12566
+ "attribute": "color"
12567
+ },
12568
+ {
12569
+ "kind": "field",
12570
+ "name": "label",
12571
+ "type": {
12572
+ "text": "string | undefined"
12573
+ },
12574
+ "readonly": true,
12575
+ "attribute": "label"
12576
+ },
12577
+ {
12578
+ "kind": "field",
12579
+ "name": "size",
12580
+ "type": {
12581
+ "text": "16 | 20 | 24 | 28 | undefined",
12582
+ "references": [
12583
+ {
12584
+ "name": "SwirlIconSize",
12585
+ "module": "../swirl-icon.types"
12586
+ }
12587
+ ]
12588
+ },
12589
+ "default": "24",
12590
+ "readonly": true,
12591
+ "attribute": "size"
12592
+ }
12593
+ ],
12594
+ "cssParts": [
12595
+ {
12596
+ "name": "icon"
12597
+ }
12598
+ ]
12599
+ }
12600
+ ],
12601
+ "exports": [
12602
+ {
12603
+ "kind": "js",
12604
+ "name": "SwirlIconApi",
12605
+ "declaration": {
12606
+ "name": "SwirlIconApi"
12607
+ }
12608
+ },
12609
+ {
12610
+ "kind": "custom-element-definition",
12611
+ "name": "swirl-icon-api",
12612
+ "declaration": {
12613
+ "name": "SwirlIconApi"
12614
+ }
12615
+ }
12616
+ ]
12617
+ },
12507
12618
  {
12508
12619
  "kind": "javascript-module",
12509
12620
  "path": "src/components/swirl-icon/icons/swirl-icon-apparel.tsx",
@@ -55714,6 +55825,73 @@
55714
55825
  }
55715
55826
  ]
55716
55827
  },
55828
+ {
55829
+ "kind": "javascript-module",
55830
+ "path": "src/components/swirl-symbol/symbols/swirl-symbol-qr-code-scanner.tsx",
55831
+ "declarations": [
55832
+ {
55833
+ "kind": "class",
55834
+ "customElement": true,
55835
+ "tagName": "swirl-symbol-qr-code-scanner",
55836
+ "name": "SwirlSymbolQrCodeScanner",
55837
+ "attributes": [
55838
+ {
55839
+ "name": "size",
55840
+ "type": {
55841
+ "text": "16 | 20 | 24 | 28 | 32 | undefined",
55842
+ "references": [
55843
+ {
55844
+ "name": "SwirlSymbolSize",
55845
+ "module": "../swirl-symbol.types"
55846
+ }
55847
+ ]
55848
+ },
55849
+ "default": "24",
55850
+ "fieldName": "size"
55851
+ }
55852
+ ],
55853
+ "members": [
55854
+ {
55855
+ "kind": "field",
55856
+ "name": "size",
55857
+ "type": {
55858
+ "text": "16 | 20 | 24 | 28 | 32 | undefined",
55859
+ "references": [
55860
+ {
55861
+ "name": "SwirlSymbolSize",
55862
+ "module": "../swirl-symbol.types"
55863
+ }
55864
+ ]
55865
+ },
55866
+ "default": "24",
55867
+ "readonly": true,
55868
+ "attribute": "size"
55869
+ }
55870
+ ],
55871
+ "cssParts": [
55872
+ {
55873
+ "name": "symbol"
55874
+ }
55875
+ ]
55876
+ }
55877
+ ],
55878
+ "exports": [
55879
+ {
55880
+ "kind": "js",
55881
+ "name": "SwirlSymbolQrCodeScanner",
55882
+ "declaration": {
55883
+ "name": "SwirlSymbolQrCodeScanner"
55884
+ }
55885
+ },
55886
+ {
55887
+ "kind": "custom-element-definition",
55888
+ "name": "swirl-symbol-qr-code-scanner",
55889
+ "declaration": {
55890
+ "name": "SwirlSymbolQrCodeScanner"
55891
+ }
55892
+ }
55893
+ ]
55894
+ },
55717
55895
  {
55718
55896
  "kind": "javascript-module",
55719
55897
  "path": "src/components/swirl-symbol/symbols/swirl-symbol-recycling.tsx",
@@ -61538,6 +61716,19 @@
61538
61716
  },
61539
61717
  "fieldName": "actionLabel"
61540
61718
  },
61719
+ {
61720
+ "name": "action-position",
61721
+ "type": {
61722
+ "text": "\"bottom\" | \"inline\" | undefined",
61723
+ "references": [
61724
+ {
61725
+ "name": "SwirlToastActionPosition"
61726
+ }
61727
+ ]
61728
+ },
61729
+ "default": "\"inline\"",
61730
+ "fieldName": "actionPosition"
61731
+ },
61541
61732
  {
61542
61733
  "name": "content",
61543
61734
  "type": {
@@ -61608,6 +61799,21 @@
61608
61799
  "readonly": true,
61609
61800
  "attribute": "action-label"
61610
61801
  },
61802
+ {
61803
+ "kind": "field",
61804
+ "name": "actionPosition",
61805
+ "type": {
61806
+ "text": "\"bottom\" | \"inline\" | undefined",
61807
+ "references": [
61808
+ {
61809
+ "name": "SwirlToastActionPosition"
61810
+ }
61811
+ ]
61812
+ },
61813
+ "default": "\"inline\"",
61814
+ "readonly": true,
61815
+ "attribute": "action-position"
61816
+ },
61611
61817
  {
61612
61818
  "kind": "field",
61613
61819
  "name": "content",
@@ -61800,7 +62006,7 @@
61800
62006
  {
61801
62007
  "name": "newToast",
61802
62008
  "type": {
61803
- "text": "{ accessibleDismissLabel?: string; content: string; actionLabel?: string; dismissOnAction?: boolean; dismissLabel?: string; duration?: number; icon?: string; intent?: SwirlToastIntent; toastId?: string; onDismiss?: (toastId: string) => void; onAction?: (toastId: string) => void; }",
62009
+ "text": "{ accessibleDismissLabel?: string; content: string; actionLabel?: string; actionPosition?: SwirlToastActionPosition; dismissOnAction?: boolean; dismissLabel?: string; duration?: number; icon?: string; intent?: SwirlToastIntent; toastId?: string; onDismiss?: (toastId: string) => void; onAction?: (toastId: string) => void; }",
61804
62010
  "references": [
61805
62011
  {
61806
62012
  "name": "Promise",
@@ -0,0 +1,8 @@
1
+ import { SwirlIconSize } from "../swirl-icon.types";
2
+ import { SwirlIconColor } from "../swirl-icon";
3
+ export declare class SwirlIconApi {
4
+ color?: SwirlIconColor;
5
+ label?: string;
6
+ size: SwirlIconSize;
7
+ render(): any;
8
+ }
@@ -0,0 +1,5 @@
1
+ import { SwirlSymbolSize } from "../swirl-symbol.types";
2
+ export declare class SwirlSymbolQrCodeScanner {
3
+ size: SwirlSymbolSize;
4
+ render(): any;
5
+ }
@@ -1,4 +1,5 @@
1
1
  import { EventEmitter } from "../../stencil-public-runtime";
2
+ export type SwirlToastActionPosition = "bottom" | "inline";
2
3
  export type SwirlToastIntent = "default" | "critical" | "success";
3
4
  /**
4
5
  * @slot slot - The toast content. When provided, overrides the `content` prop.
@@ -6,6 +7,7 @@ export type SwirlToastIntent = "default" | "critical" | "success";
6
7
  export declare class SwirlToast {
7
8
  accessibleDismissLabel?: string;
8
9
  actionLabel?: string;
10
+ actionPosition?: SwirlToastActionPosition;
9
11
  content?: string;
10
12
  dismissLabel?: string;
11
13
  /**
@@ -1,9 +1,10 @@
1
- import { SwirlToastIntent } from "../swirl-toast/swirl-toast";
2
1
  import { SwirlDialogToggleEvent } from "../../utils";
2
+ import { SwirlToastActionPosition, SwirlToastIntent } from "../swirl-toast/swirl-toast";
3
3
  export type SwirlToastConfig = {
4
4
  accessibleDismissLabel?: string;
5
5
  content: string;
6
6
  actionLabel?: string;
7
+ actionPosition?: SwirlToastActionPosition;
7
8
  dismissOnAction?: boolean;
8
9
  dismissLabel?: string;
9
10
  duration?: number;
@@ -80,7 +80,7 @@ import { SwirlTextAlign, SwirlTextColor, SwirlTextFontFamily, SwirlTextFontStyle
80
80
  import { SwirlTextInputFontSize, SwirlTextInputMode as SwirlTextInputMode1, SwirlTextInputType } from "./components/swirl-text-input/swirl-text-input";
81
81
  import { SwirlOSTheme, SwirlOSThemeChangeEventData, SwirlThemeProviderConfig } from "./components/swirl-theme-provider/swirl-theme-provider.types";
82
82
  import { SwirlThumbnailFormat, SwirlThumbnailSize } from "./components/swirl-thumbnail/swirl-thumbnail";
83
- import { SwirlToastIntent } from "./components/swirl-toast/swirl-toast";
83
+ import { SwirlToastActionPosition, SwirlToastIntent } from "./components/swirl-toast/swirl-toast";
84
84
  import { SwirlToastConfig, SwirlToastMessage } from "./components/swirl-toast-provider/swirl-toast-provider";
85
85
  import { SwirlToggleGroupVariant } from "./components/swirl-toggle-group/swirl-toggle-group";
86
86
  import { SwirlToolbarOrientation } from "./components/swirl-toolbar/swirl-toolbar";
@@ -163,7 +163,7 @@ export { SwirlTextAlign, SwirlTextColor, SwirlTextFontFamily, SwirlTextFontStyle
163
163
  export { SwirlTextInputFontSize, SwirlTextInputMode as SwirlTextInputMode1, SwirlTextInputType } from "./components/swirl-text-input/swirl-text-input";
164
164
  export { SwirlOSTheme, SwirlOSThemeChangeEventData, SwirlThemeProviderConfig } from "./components/swirl-theme-provider/swirl-theme-provider.types";
165
165
  export { SwirlThumbnailFormat, SwirlThumbnailSize } from "./components/swirl-thumbnail/swirl-thumbnail";
166
- export { SwirlToastIntent } from "./components/swirl-toast/swirl-toast";
166
+ export { SwirlToastActionPosition, SwirlToastIntent } from "./components/swirl-toast/swirl-toast";
167
167
  export { SwirlToastConfig, SwirlToastMessage } from "./components/swirl-toast-provider/swirl-toast-provider";
168
168
  export { SwirlToggleGroupVariant } from "./components/swirl-toggle-group/swirl-toggle-group";
169
169
  export { SwirlToolbarOrientation } from "./components/swirl-toolbar/swirl-toolbar";
@@ -1404,6 +1404,14 @@ export namespace Components {
1404
1404
  */
1405
1405
  "size": SwirlIconSize;
1406
1406
  }
1407
+ interface SwirlIconApi {
1408
+ "color"?: SwirlIconColor1;
1409
+ "label"?: string;
1410
+ /**
1411
+ * @default 24
1412
+ */
1413
+ "size": SwirlIconSize;
1414
+ }
1407
1415
  interface SwirlIconApparel {
1408
1416
  "color"?: SwirlIconColor1;
1409
1417
  "label"?: string;
@@ -4978,6 +4986,12 @@ export namespace Components {
4978
4986
  */
4979
4987
  "size": SwirlSymbolSize;
4980
4988
  }
4989
+ interface SwirlSymbolQrCodeScanner {
4990
+ /**
4991
+ * @default 24
4992
+ */
4993
+ "size": SwirlSymbolSize;
4994
+ }
4981
4995
  interface SwirlSymbolRecycling {
4982
4996
  /**
4983
4997
  * @default 24
@@ -5526,6 +5540,10 @@ export namespace Components {
5526
5540
  */
5527
5541
  "accessibleDismissLabel"?: string;
5528
5542
  "actionLabel"?: string;
5543
+ /**
5544
+ * @default "inline"
5545
+ */
5546
+ "actionPosition"?: SwirlToastActionPosition;
5529
5547
  "content"?: string;
5530
5548
  "dismissLabel"?: string;
5531
5549
  /**
@@ -6650,6 +6668,12 @@ declare global {
6650
6668
  prototype: HTMLSwirlIconAiFilledElement;
6651
6669
  new (): HTMLSwirlIconAiFilledElement;
6652
6670
  };
6671
+ interface HTMLSwirlIconApiElement extends Components.SwirlIconApi, HTMLStencilElement {
6672
+ }
6673
+ var HTMLSwirlIconApiElement: {
6674
+ prototype: HTMLSwirlIconApiElement;
6675
+ new (): HTMLSwirlIconApiElement;
6676
+ };
6653
6677
  interface HTMLSwirlIconApparelElement extends Components.SwirlIconApparel, HTMLStencilElement {
6654
6678
  }
6655
6679
  var HTMLSwirlIconApparelElement: {
@@ -9153,6 +9177,12 @@ declare global {
9153
9177
  prototype: HTMLSwirlSymbolPushPinElement;
9154
9178
  new (): HTMLSwirlSymbolPushPinElement;
9155
9179
  };
9180
+ interface HTMLSwirlSymbolQrCodeScannerElement extends Components.SwirlSymbolQrCodeScanner, HTMLStencilElement {
9181
+ }
9182
+ var HTMLSwirlSymbolQrCodeScannerElement: {
9183
+ prototype: HTMLSwirlSymbolQrCodeScannerElement;
9184
+ new (): HTMLSwirlSymbolQrCodeScannerElement;
9185
+ };
9156
9186
  interface HTMLSwirlSymbolRecyclingElement extends Components.SwirlSymbolRecycling, HTMLStencilElement {
9157
9187
  }
9158
9188
  var HTMLSwirlSymbolRecyclingElement: {
@@ -9750,6 +9780,7 @@ declare global {
9750
9780
  "swirl-icon-admin-panel-settings": HTMLSwirlIconAdminPanelSettingsElement;
9751
9781
  "swirl-icon-ai": HTMLSwirlIconAiElement;
9752
9782
  "swirl-icon-ai-filled": HTMLSwirlIconAiFilledElement;
9783
+ "swirl-icon-api": HTMLSwirlIconApiElement;
9753
9784
  "swirl-icon-apparel": HTMLSwirlIconApparelElement;
9754
9785
  "swirl-icon-apps": HTMLSwirlIconAppsElement;
9755
9786
  "swirl-icon-arrow-back": HTMLSwirlIconArrowBackElement;
@@ -10126,6 +10157,7 @@ declare global {
10126
10157
  "swirl-symbol-precision-manufacturing": HTMLSwirlSymbolPrecisionManufacturingElement;
10127
10158
  "swirl-symbol-print": HTMLSwirlSymbolPrintElement;
10128
10159
  "swirl-symbol-push-pin": HTMLSwirlSymbolPushPinElement;
10160
+ "swirl-symbol-qr-code-scanner": HTMLSwirlSymbolQrCodeScannerElement;
10129
10161
  "swirl-symbol-recycling": HTMLSwirlSymbolRecyclingElement;
10130
10162
  "swirl-symbol-redeem": HTMLSwirlSymbolRedeemElement;
10131
10163
  "swirl-symbol-report-problem": HTMLSwirlSymbolReportProblemElement;
@@ -11354,6 +11386,14 @@ declare namespace LocalJSX {
11354
11386
  */
11355
11387
  "size"?: SwirlIconSize;
11356
11388
  }
11389
+ interface SwirlIconApi {
11390
+ "color"?: SwirlIconColor1;
11391
+ "label"?: string;
11392
+ /**
11393
+ * @default 24
11394
+ */
11395
+ "size"?: SwirlIconSize;
11396
+ }
11357
11397
  interface SwirlIconApparel {
11358
11398
  "color"?: SwirlIconColor1;
11359
11399
  "label"?: string;
@@ -14857,6 +14897,12 @@ declare namespace LocalJSX {
14857
14897
  */
14858
14898
  "size"?: SwirlSymbolSize;
14859
14899
  }
14900
+ interface SwirlSymbolQrCodeScanner {
14901
+ /**
14902
+ * @default 24
14903
+ */
14904
+ "size"?: SwirlSymbolSize;
14905
+ }
14860
14906
  interface SwirlSymbolRecycling {
14861
14907
  /**
14862
14908
  * @default 24
@@ -15394,6 +15440,10 @@ declare namespace LocalJSX {
15394
15440
  */
15395
15441
  "accessibleDismissLabel"?: string;
15396
15442
  "actionLabel"?: string;
15443
+ /**
15444
+ * @default "inline"
15445
+ */
15446
+ "actionPosition"?: SwirlToastActionPosition;
15397
15447
  "content"?: string;
15398
15448
  "dismissLabel"?: string;
15399
15449
  /**
@@ -16128,6 +16178,11 @@ declare namespace LocalJSX {
16128
16178
  "label": string;
16129
16179
  "size": SwirlIconSize;
16130
16180
  }
16181
+ interface SwirlIconApiAttributes {
16182
+ "color": SwirlIconColor;
16183
+ "label": string;
16184
+ "size": SwirlIconSize;
16185
+ }
16131
16186
  interface SwirlIconApparelAttributes {
16132
16187
  "color": SwirlIconColor;
16133
16188
  "label": string;
@@ -18072,6 +18127,9 @@ declare namespace LocalJSX {
18072
18127
  interface SwirlSymbolPushPinAttributes {
18073
18128
  "size": SwirlSymbolSize;
18074
18129
  }
18130
+ interface SwirlSymbolQrCodeScannerAttributes {
18131
+ "size": SwirlSymbolSize;
18132
+ }
18075
18133
  interface SwirlSymbolRecyclingAttributes {
18076
18134
  "size": SwirlSymbolSize;
18077
18135
  }
@@ -18335,6 +18393,7 @@ declare namespace LocalJSX {
18335
18393
  interface SwirlToastAttributes {
18336
18394
  "accessibleDismissLabel": string;
18337
18395
  "actionLabel": string;
18396
+ "actionPosition": SwirlToastActionPosition;
18338
18397
  "content": string;
18339
18398
  "dismissLabel": string;
18340
18399
  "duration": number;
@@ -18474,6 +18533,7 @@ declare namespace LocalJSX {
18474
18533
  "swirl-icon-admin-panel-settings": Omit<SwirlIconAdminPanelSettings, keyof SwirlIconAdminPanelSettingsAttributes> & { [K in keyof SwirlIconAdminPanelSettings & keyof SwirlIconAdminPanelSettingsAttributes]?: SwirlIconAdminPanelSettings[K] } & { [K in keyof SwirlIconAdminPanelSettings & keyof SwirlIconAdminPanelSettingsAttributes as `attr:${K}`]?: SwirlIconAdminPanelSettingsAttributes[K] } & { [K in keyof SwirlIconAdminPanelSettings & keyof SwirlIconAdminPanelSettingsAttributes as `prop:${K}`]?: SwirlIconAdminPanelSettings[K] };
18475
18534
  "swirl-icon-ai": Omit<SwirlIconAi, keyof SwirlIconAiAttributes> & { [K in keyof SwirlIconAi & keyof SwirlIconAiAttributes]?: SwirlIconAi[K] } & { [K in keyof SwirlIconAi & keyof SwirlIconAiAttributes as `attr:${K}`]?: SwirlIconAiAttributes[K] } & { [K in keyof SwirlIconAi & keyof SwirlIconAiAttributes as `prop:${K}`]?: SwirlIconAi[K] };
18476
18535
  "swirl-icon-ai-filled": Omit<SwirlIconAiFilled, keyof SwirlIconAiFilledAttributes> & { [K in keyof SwirlIconAiFilled & keyof SwirlIconAiFilledAttributes]?: SwirlIconAiFilled[K] } & { [K in keyof SwirlIconAiFilled & keyof SwirlIconAiFilledAttributes as `attr:${K}`]?: SwirlIconAiFilledAttributes[K] } & { [K in keyof SwirlIconAiFilled & keyof SwirlIconAiFilledAttributes as `prop:${K}`]?: SwirlIconAiFilled[K] };
18536
+ "swirl-icon-api": Omit<SwirlIconApi, keyof SwirlIconApiAttributes> & { [K in keyof SwirlIconApi & keyof SwirlIconApiAttributes]?: SwirlIconApi[K] } & { [K in keyof SwirlIconApi & keyof SwirlIconApiAttributes as `attr:${K}`]?: SwirlIconApiAttributes[K] } & { [K in keyof SwirlIconApi & keyof SwirlIconApiAttributes as `prop:${K}`]?: SwirlIconApi[K] };
18477
18537
  "swirl-icon-apparel": Omit<SwirlIconApparel, keyof SwirlIconApparelAttributes> & { [K in keyof SwirlIconApparel & keyof SwirlIconApparelAttributes]?: SwirlIconApparel[K] } & { [K in keyof SwirlIconApparel & keyof SwirlIconApparelAttributes as `attr:${K}`]?: SwirlIconApparelAttributes[K] } & { [K in keyof SwirlIconApparel & keyof SwirlIconApparelAttributes as `prop:${K}`]?: SwirlIconApparel[K] };
18478
18538
  "swirl-icon-apps": Omit<SwirlIconApps, keyof SwirlIconAppsAttributes> & { [K in keyof SwirlIconApps & keyof SwirlIconAppsAttributes]?: SwirlIconApps[K] } & { [K in keyof SwirlIconApps & keyof SwirlIconAppsAttributes as `attr:${K}`]?: SwirlIconAppsAttributes[K] } & { [K in keyof SwirlIconApps & keyof SwirlIconAppsAttributes as `prop:${K}`]?: SwirlIconApps[K] };
18479
18539
  "swirl-icon-arrow-back": Omit<SwirlIconArrowBack, keyof SwirlIconArrowBackAttributes> & { [K in keyof SwirlIconArrowBack & keyof SwirlIconArrowBackAttributes]?: SwirlIconArrowBack[K] } & { [K in keyof SwirlIconArrowBack & keyof SwirlIconArrowBackAttributes as `attr:${K}`]?: SwirlIconArrowBackAttributes[K] } & { [K in keyof SwirlIconArrowBack & keyof SwirlIconArrowBackAttributes as `prop:${K}`]?: SwirlIconArrowBack[K] };
@@ -18850,6 +18910,7 @@ declare namespace LocalJSX {
18850
18910
  "swirl-symbol-precision-manufacturing": Omit<SwirlSymbolPrecisionManufacturing, keyof SwirlSymbolPrecisionManufacturingAttributes> & { [K in keyof SwirlSymbolPrecisionManufacturing & keyof SwirlSymbolPrecisionManufacturingAttributes]?: SwirlSymbolPrecisionManufacturing[K] } & { [K in keyof SwirlSymbolPrecisionManufacturing & keyof SwirlSymbolPrecisionManufacturingAttributes as `attr:${K}`]?: SwirlSymbolPrecisionManufacturingAttributes[K] } & { [K in keyof SwirlSymbolPrecisionManufacturing & keyof SwirlSymbolPrecisionManufacturingAttributes as `prop:${K}`]?: SwirlSymbolPrecisionManufacturing[K] };
18851
18911
  "swirl-symbol-print": Omit<SwirlSymbolPrint, keyof SwirlSymbolPrintAttributes> & { [K in keyof SwirlSymbolPrint & keyof SwirlSymbolPrintAttributes]?: SwirlSymbolPrint[K] } & { [K in keyof SwirlSymbolPrint & keyof SwirlSymbolPrintAttributes as `attr:${K}`]?: SwirlSymbolPrintAttributes[K] } & { [K in keyof SwirlSymbolPrint & keyof SwirlSymbolPrintAttributes as `prop:${K}`]?: SwirlSymbolPrint[K] };
18852
18912
  "swirl-symbol-push-pin": Omit<SwirlSymbolPushPin, keyof SwirlSymbolPushPinAttributes> & { [K in keyof SwirlSymbolPushPin & keyof SwirlSymbolPushPinAttributes]?: SwirlSymbolPushPin[K] } & { [K in keyof SwirlSymbolPushPin & keyof SwirlSymbolPushPinAttributes as `attr:${K}`]?: SwirlSymbolPushPinAttributes[K] } & { [K in keyof SwirlSymbolPushPin & keyof SwirlSymbolPushPinAttributes as `prop:${K}`]?: SwirlSymbolPushPin[K] };
18913
+ "swirl-symbol-qr-code-scanner": Omit<SwirlSymbolQrCodeScanner, keyof SwirlSymbolQrCodeScannerAttributes> & { [K in keyof SwirlSymbolQrCodeScanner & keyof SwirlSymbolQrCodeScannerAttributes]?: SwirlSymbolQrCodeScanner[K] } & { [K in keyof SwirlSymbolQrCodeScanner & keyof SwirlSymbolQrCodeScannerAttributes as `attr:${K}`]?: SwirlSymbolQrCodeScannerAttributes[K] } & { [K in keyof SwirlSymbolQrCodeScanner & keyof SwirlSymbolQrCodeScannerAttributes as `prop:${K}`]?: SwirlSymbolQrCodeScanner[K] };
18853
18914
  "swirl-symbol-recycling": Omit<SwirlSymbolRecycling, keyof SwirlSymbolRecyclingAttributes> & { [K in keyof SwirlSymbolRecycling & keyof SwirlSymbolRecyclingAttributes]?: SwirlSymbolRecycling[K] } & { [K in keyof SwirlSymbolRecycling & keyof SwirlSymbolRecyclingAttributes as `attr:${K}`]?: SwirlSymbolRecyclingAttributes[K] } & { [K in keyof SwirlSymbolRecycling & keyof SwirlSymbolRecyclingAttributes as `prop:${K}`]?: SwirlSymbolRecycling[K] };
18854
18915
  "swirl-symbol-redeem": Omit<SwirlSymbolRedeem, keyof SwirlSymbolRedeemAttributes> & { [K in keyof SwirlSymbolRedeem & keyof SwirlSymbolRedeemAttributes]?: SwirlSymbolRedeem[K] } & { [K in keyof SwirlSymbolRedeem & keyof SwirlSymbolRedeemAttributes as `attr:${K}`]?: SwirlSymbolRedeemAttributes[K] } & { [K in keyof SwirlSymbolRedeem & keyof SwirlSymbolRedeemAttributes as `prop:${K}`]?: SwirlSymbolRedeem[K] };
18855
18916
  "swirl-symbol-report-problem": Omit<SwirlSymbolReportProblem, keyof SwirlSymbolReportProblemAttributes> & { [K in keyof SwirlSymbolReportProblem & keyof SwirlSymbolReportProblemAttributes]?: SwirlSymbolReportProblem[K] } & { [K in keyof SwirlSymbolReportProblem & keyof SwirlSymbolReportProblemAttributes as `attr:${K}`]?: SwirlSymbolReportProblemAttributes[K] } & { [K in keyof SwirlSymbolReportProblem & keyof SwirlSymbolReportProblemAttributes as `prop:${K}`]?: SwirlSymbolReportProblem[K] };
@@ -18985,6 +19046,7 @@ declare module "@stencil/core" {
18985
19046
  "swirl-icon-admin-panel-settings": LocalJSX.IntrinsicElements["swirl-icon-admin-panel-settings"] & JSXBase.HTMLAttributes<HTMLSwirlIconAdminPanelSettingsElement>;
18986
19047
  "swirl-icon-ai": LocalJSX.IntrinsicElements["swirl-icon-ai"] & JSXBase.HTMLAttributes<HTMLSwirlIconAiElement>;
18987
19048
  "swirl-icon-ai-filled": LocalJSX.IntrinsicElements["swirl-icon-ai-filled"] & JSXBase.HTMLAttributes<HTMLSwirlIconAiFilledElement>;
19049
+ "swirl-icon-api": LocalJSX.IntrinsicElements["swirl-icon-api"] & JSXBase.HTMLAttributes<HTMLSwirlIconApiElement>;
18988
19050
  "swirl-icon-apparel": LocalJSX.IntrinsicElements["swirl-icon-apparel"] & JSXBase.HTMLAttributes<HTMLSwirlIconApparelElement>;
18989
19051
  "swirl-icon-apps": LocalJSX.IntrinsicElements["swirl-icon-apps"] & JSXBase.HTMLAttributes<HTMLSwirlIconAppsElement>;
18990
19052
  "swirl-icon-arrow-back": LocalJSX.IntrinsicElements["swirl-icon-arrow-back"] & JSXBase.HTMLAttributes<HTMLSwirlIconArrowBackElement>;
@@ -19367,6 +19429,7 @@ declare module "@stencil/core" {
19367
19429
  "swirl-symbol-precision-manufacturing": LocalJSX.IntrinsicElements["swirl-symbol-precision-manufacturing"] & JSXBase.HTMLAttributes<HTMLSwirlSymbolPrecisionManufacturingElement>;
19368
19430
  "swirl-symbol-print": LocalJSX.IntrinsicElements["swirl-symbol-print"] & JSXBase.HTMLAttributes<HTMLSwirlSymbolPrintElement>;
19369
19431
  "swirl-symbol-push-pin": LocalJSX.IntrinsicElements["swirl-symbol-push-pin"] & JSXBase.HTMLAttributes<HTMLSwirlSymbolPushPinElement>;
19432
+ "swirl-symbol-qr-code-scanner": LocalJSX.IntrinsicElements["swirl-symbol-qr-code-scanner"] & JSXBase.HTMLAttributes<HTMLSwirlSymbolQrCodeScannerElement>;
19370
19433
  "swirl-symbol-recycling": LocalJSX.IntrinsicElements["swirl-symbol-recycling"] & JSXBase.HTMLAttributes<HTMLSwirlSymbolRecyclingElement>;
19371
19434
  "swirl-symbol-redeem": LocalJSX.IntrinsicElements["swirl-symbol-redeem"] & JSXBase.HTMLAttributes<HTMLSwirlSymbolRedeemElement>;
19372
19435
  "swirl-symbol-report-problem": LocalJSX.IntrinsicElements["swirl-symbol-report-problem"] & JSXBase.HTMLAttributes<HTMLSwirlSymbolReportProblemElement>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-ai",
3
- "version": "0.498.1",
3
+ "version": "0.501.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.498.1",
29
+ "@getflip/swirl-components": "0.501.0",
30
30
  "@getflip/swirl-tokens": "2.14.3",
31
31
  "@types/node": "25.3.0",
32
32
  "tsx": "^4.7.0",