@getflip/swirl-ai 0.504.0 → 0.506.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) –
@@ -0,0 +1,50 @@
1
+ # `<swirl-icon-fact-check>`
2
+
3
+ ## Purpose
4
+
5
+ Custom element: swirl-icon-fact-check.
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-fact-check></swirl-icon-fact-check>
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,50 @@
1
+ # `<swirl-icon-mark-email-read>`
2
+
3
+ ## Purpose
4
+
5
+ Custom element: swirl-icon-mark-email-read.
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-mark-email-read></swirl-icon-mark-email-read>
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,50 @@
1
+ # `<swirl-icon-password>`
2
+
3
+ ## Purpose
4
+
5
+ Custom element: swirl-icon-password.
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-password></swirl-icon-password>
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.
@@ -14,6 +14,7 @@ The SwirlTab component is used to display a tab panel inside the [SwirlTabs comp
14
14
  - `active` (boolean | undefined) –
15
15
  - `icon` (string | undefined) –
16
16
  - `padding` ("0" | "12" | "16" | "2" | "20" | "24" | "4" | "8" | undefined) –
17
+ - `tooltip` (string | undefined) –
17
18
 
18
19
  ## Slots
19
20
 
@@ -614,6 +614,10 @@
614
614
  "tag": "swirl-icon-experiment",
615
615
  "summary": "swirl-icon-experiment"
616
616
  },
617
+ {
618
+ "tag": "swirl-icon-fact-check",
619
+ "summary": "swirl-icon-fact-check"
620
+ },
617
621
  {
618
622
  "tag": "swirl-icon-file",
619
623
  "summary": "swirl-icon-file"
@@ -838,6 +842,10 @@
838
842
  "tag": "swirl-icon-mark-chat-unread",
839
843
  "summary": "swirl-icon-mark-chat-unread"
840
844
  },
845
+ {
846
+ "tag": "swirl-icon-mark-email-read",
847
+ "summary": "swirl-icon-mark-email-read"
848
+ },
841
849
  {
842
850
  "tag": "swirl-icon-mention",
843
851
  "summary": "swirl-icon-mention"
@@ -930,6 +938,10 @@
930
938
  "tag": "swirl-icon-passkey",
931
939
  "summary": "swirl-icon-passkey"
932
940
  },
941
+ {
942
+ "tag": "swirl-icon-password",
943
+ "summary": "swirl-icon-password"
944
+ },
933
945
  {
934
946
  "tag": "swirl-icon-patient-list",
935
947
  "summary": "swirl-icon-patient-list"
@@ -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"
@@ -21384,6 +21384,117 @@
21384
21384
  }
21385
21385
  ]
21386
21386
  },
21387
+ {
21388
+ "kind": "javascript-module",
21389
+ "path": "src/components/swirl-icon/icons/swirl-icon-fact-check.tsx",
21390
+ "declarations": [
21391
+ {
21392
+ "kind": "class",
21393
+ "customElement": true,
21394
+ "tagName": "swirl-icon-fact-check",
21395
+ "name": "SwirlIconFactCheck",
21396
+ "attributes": [
21397
+ {
21398
+ "name": "color",
21399
+ "type": {
21400
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
21401
+ "references": [
21402
+ {
21403
+ "name": "SwirlIconColor",
21404
+ "module": "../swirl-icon"
21405
+ }
21406
+ ]
21407
+ },
21408
+ "fieldName": "color"
21409
+ },
21410
+ {
21411
+ "name": "label",
21412
+ "type": {
21413
+ "text": "string | undefined"
21414
+ },
21415
+ "fieldName": "label"
21416
+ },
21417
+ {
21418
+ "name": "size",
21419
+ "type": {
21420
+ "text": "16 | 20 | 24 | 28 | undefined",
21421
+ "references": [
21422
+ {
21423
+ "name": "SwirlIconSize",
21424
+ "module": "../swirl-icon.types"
21425
+ }
21426
+ ]
21427
+ },
21428
+ "default": "24",
21429
+ "fieldName": "size"
21430
+ }
21431
+ ],
21432
+ "members": [
21433
+ {
21434
+ "kind": "field",
21435
+ "name": "color",
21436
+ "type": {
21437
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
21438
+ "references": [
21439
+ {
21440
+ "name": "SwirlIconColor",
21441
+ "module": "../swirl-icon"
21442
+ }
21443
+ ]
21444
+ },
21445
+ "readonly": true,
21446
+ "attribute": "color"
21447
+ },
21448
+ {
21449
+ "kind": "field",
21450
+ "name": "label",
21451
+ "type": {
21452
+ "text": "string | undefined"
21453
+ },
21454
+ "readonly": true,
21455
+ "attribute": "label"
21456
+ },
21457
+ {
21458
+ "kind": "field",
21459
+ "name": "size",
21460
+ "type": {
21461
+ "text": "16 | 20 | 24 | 28 | undefined",
21462
+ "references": [
21463
+ {
21464
+ "name": "SwirlIconSize",
21465
+ "module": "../swirl-icon.types"
21466
+ }
21467
+ ]
21468
+ },
21469
+ "default": "24",
21470
+ "readonly": true,
21471
+ "attribute": "size"
21472
+ }
21473
+ ],
21474
+ "cssParts": [
21475
+ {
21476
+ "name": "icon"
21477
+ }
21478
+ ]
21479
+ }
21480
+ ],
21481
+ "exports": [
21482
+ {
21483
+ "kind": "js",
21484
+ "name": "SwirlIconFactCheck",
21485
+ "declaration": {
21486
+ "name": "SwirlIconFactCheck"
21487
+ }
21488
+ },
21489
+ {
21490
+ "kind": "custom-element-definition",
21491
+ "name": "swirl-icon-fact-check",
21492
+ "declaration": {
21493
+ "name": "SwirlIconFactCheck"
21494
+ }
21495
+ }
21496
+ ]
21497
+ },
21387
21498
  {
21388
21499
  "kind": "javascript-module",
21389
21500
  "path": "src/components/swirl-icon/icons/swirl-icon-file.tsx",
@@ -27600,6 +27711,117 @@
27600
27711
  }
27601
27712
  ]
27602
27713
  },
27714
+ {
27715
+ "kind": "javascript-module",
27716
+ "path": "src/components/swirl-icon/icons/swirl-icon-mark-email-read.tsx",
27717
+ "declarations": [
27718
+ {
27719
+ "kind": "class",
27720
+ "customElement": true,
27721
+ "tagName": "swirl-icon-mark-email-read",
27722
+ "name": "SwirlIconMarkEmailRead",
27723
+ "attributes": [
27724
+ {
27725
+ "name": "color",
27726
+ "type": {
27727
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
27728
+ "references": [
27729
+ {
27730
+ "name": "SwirlIconColor",
27731
+ "module": "../swirl-icon"
27732
+ }
27733
+ ]
27734
+ },
27735
+ "fieldName": "color"
27736
+ },
27737
+ {
27738
+ "name": "label",
27739
+ "type": {
27740
+ "text": "string | undefined"
27741
+ },
27742
+ "fieldName": "label"
27743
+ },
27744
+ {
27745
+ "name": "size",
27746
+ "type": {
27747
+ "text": "16 | 20 | 24 | 28 | undefined",
27748
+ "references": [
27749
+ {
27750
+ "name": "SwirlIconSize",
27751
+ "module": "../swirl-icon.types"
27752
+ }
27753
+ ]
27754
+ },
27755
+ "default": "24",
27756
+ "fieldName": "size"
27757
+ }
27758
+ ],
27759
+ "members": [
27760
+ {
27761
+ "kind": "field",
27762
+ "name": "color",
27763
+ "type": {
27764
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
27765
+ "references": [
27766
+ {
27767
+ "name": "SwirlIconColor",
27768
+ "module": "../swirl-icon"
27769
+ }
27770
+ ]
27771
+ },
27772
+ "readonly": true,
27773
+ "attribute": "color"
27774
+ },
27775
+ {
27776
+ "kind": "field",
27777
+ "name": "label",
27778
+ "type": {
27779
+ "text": "string | undefined"
27780
+ },
27781
+ "readonly": true,
27782
+ "attribute": "label"
27783
+ },
27784
+ {
27785
+ "kind": "field",
27786
+ "name": "size",
27787
+ "type": {
27788
+ "text": "16 | 20 | 24 | 28 | undefined",
27789
+ "references": [
27790
+ {
27791
+ "name": "SwirlIconSize",
27792
+ "module": "../swirl-icon.types"
27793
+ }
27794
+ ]
27795
+ },
27796
+ "default": "24",
27797
+ "readonly": true,
27798
+ "attribute": "size"
27799
+ }
27800
+ ],
27801
+ "cssParts": [
27802
+ {
27803
+ "name": "icon"
27804
+ }
27805
+ ]
27806
+ }
27807
+ ],
27808
+ "exports": [
27809
+ {
27810
+ "kind": "js",
27811
+ "name": "SwirlIconMarkEmailRead",
27812
+ "declaration": {
27813
+ "name": "SwirlIconMarkEmailRead"
27814
+ }
27815
+ },
27816
+ {
27817
+ "kind": "custom-element-definition",
27818
+ "name": "swirl-icon-mark-email-read",
27819
+ "declaration": {
27820
+ "name": "SwirlIconMarkEmailRead"
27821
+ }
27822
+ }
27823
+ ]
27824
+ },
27603
27825
  {
27604
27826
  "kind": "javascript-module",
27605
27827
  "path": "src/components/swirl-icon/icons/swirl-icon-mention.tsx",
@@ -30153,6 +30375,117 @@
30153
30375
  }
30154
30376
  ]
30155
30377
  },
30378
+ {
30379
+ "kind": "javascript-module",
30380
+ "path": "src/components/swirl-icon/icons/swirl-icon-password.tsx",
30381
+ "declarations": [
30382
+ {
30383
+ "kind": "class",
30384
+ "customElement": true,
30385
+ "tagName": "swirl-icon-password",
30386
+ "name": "SwirlIconPassword",
30387
+ "attributes": [
30388
+ {
30389
+ "name": "color",
30390
+ "type": {
30391
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
30392
+ "references": [
30393
+ {
30394
+ "name": "SwirlIconColor",
30395
+ "module": "../swirl-icon"
30396
+ }
30397
+ ]
30398
+ },
30399
+ "fieldName": "color"
30400
+ },
30401
+ {
30402
+ "name": "label",
30403
+ "type": {
30404
+ "text": "string | undefined"
30405
+ },
30406
+ "fieldName": "label"
30407
+ },
30408
+ {
30409
+ "name": "size",
30410
+ "type": {
30411
+ "text": "16 | 20 | 24 | 28 | undefined",
30412
+ "references": [
30413
+ {
30414
+ "name": "SwirlIconSize",
30415
+ "module": "../swirl-icon.types"
30416
+ }
30417
+ ]
30418
+ },
30419
+ "default": "24",
30420
+ "fieldName": "size"
30421
+ }
30422
+ ],
30423
+ "members": [
30424
+ {
30425
+ "kind": "field",
30426
+ "name": "color",
30427
+ "type": {
30428
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
30429
+ "references": [
30430
+ {
30431
+ "name": "SwirlIconColor",
30432
+ "module": "../swirl-icon"
30433
+ }
30434
+ ]
30435
+ },
30436
+ "readonly": true,
30437
+ "attribute": "color"
30438
+ },
30439
+ {
30440
+ "kind": "field",
30441
+ "name": "label",
30442
+ "type": {
30443
+ "text": "string | undefined"
30444
+ },
30445
+ "readonly": true,
30446
+ "attribute": "label"
30447
+ },
30448
+ {
30449
+ "kind": "field",
30450
+ "name": "size",
30451
+ "type": {
30452
+ "text": "16 | 20 | 24 | 28 | undefined",
30453
+ "references": [
30454
+ {
30455
+ "name": "SwirlIconSize",
30456
+ "module": "../swirl-icon.types"
30457
+ }
30458
+ ]
30459
+ },
30460
+ "default": "24",
30461
+ "readonly": true,
30462
+ "attribute": "size"
30463
+ }
30464
+ ],
30465
+ "cssParts": [
30466
+ {
30467
+ "name": "icon"
30468
+ }
30469
+ ]
30470
+ }
30471
+ ],
30472
+ "exports": [
30473
+ {
30474
+ "kind": "js",
30475
+ "name": "SwirlIconPassword",
30476
+ "declaration": {
30477
+ "name": "SwirlIconPassword"
30478
+ }
30479
+ },
30480
+ {
30481
+ "kind": "custom-element-definition",
30482
+ "name": "swirl-icon-password",
30483
+ "declaration": {
30484
+ "name": "SwirlIconPassword"
30485
+ }
30486
+ }
30487
+ ]
30488
+ },
30156
30489
  {
30157
30490
  "kind": "javascript-module",
30158
30491
  "path": "src/components/swirl-icon/icons/swirl-icon-patient-list.tsx",
@@ -58414,6 +58747,13 @@
58414
58747
  "text": "string"
58415
58748
  },
58416
58749
  "fieldName": "tabId"
58750
+ },
58751
+ {
58752
+ "name": "tooltip",
58753
+ "type": {
58754
+ "text": "string | undefined"
58755
+ },
58756
+ "fieldName": "tooltip"
58417
58757
  }
58418
58758
  ],
58419
58759
  "members": [
@@ -58467,6 +58807,15 @@
58467
58807
  },
58468
58808
  "readonly": true,
58469
58809
  "attribute": "tab-id"
58810
+ },
58811
+ {
58812
+ "kind": "field",
58813
+ "name": "tooltip",
58814
+ "type": {
58815
+ "text": "string | undefined"
58816
+ },
58817
+ "readonly": true,
58818
+ "attribute": "tooltip"
58470
58819
  }
58471
58820
  ],
58472
58821
  "description": "The SwirlTab component is used to display a tab panel inside the [SwirlTabs component](?path=/docs/components-swirltabs--docs).\n\nAccessibility\n\n### ARIA\n\nThe component follows the\n[WAI-ARIA Tabs Pattern](https://www.w3.org/WAI/ARIA/apg/patterns/tabpanel/).\n\n| ARIA | Usage |\n| ----------------- | ------------------------------------------------------------ |\n| `role=\"tabpanel\"` | |\n| `aria-labelledby` | Set on each tab panel to associate it with its tab bar item. |\n\n### Keyboard\n\nKeyboard behavior is defined by SwirlTabs / SwirlTabBar (e.g. arrow keys for tab\nfocus)."
@@ -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.
@@ -0,0 +1,8 @@
1
+ import { SwirlIconSize } from "../swirl-icon.types";
2
+ import { SwirlIconColor } from "../swirl-icon";
3
+ export declare class SwirlIconFactCheck {
4
+ color?: SwirlIconColor;
5
+ label?: string;
6
+ size: SwirlIconSize;
7
+ render(): any;
8
+ }
@@ -0,0 +1,8 @@
1
+ import { SwirlIconSize } from "../swirl-icon.types";
2
+ import { SwirlIconColor } from "../swirl-icon";
3
+ export declare class SwirlIconMarkEmailRead {
4
+ color?: SwirlIconColor;
5
+ label?: string;
6
+ size: SwirlIconSize;
7
+ render(): any;
8
+ }
@@ -0,0 +1,8 @@
1
+ import { SwirlIconSize } from "../swirl-icon.types";
2
+ import { SwirlIconColor } from "../swirl-icon";
3
+ export declare class SwirlIconPassword {
4
+ color?: SwirlIconColor;
5
+ label?: string;
6
+ size: SwirlIconSize;
7
+ render(): any;
8
+ }
@@ -5,5 +5,6 @@ export declare class SwirlTab {
5
5
  label: string;
6
6
  padding?: SwirlTabPadding;
7
7
  tabId: string;
8
+ tooltip?: string;
8
9
  render(): any;
9
10
  }
@@ -5,6 +5,7 @@ export type SwirlTabBarTab = {
5
5
  id: string;
6
6
  label: string;
7
7
  suffix?: string;
8
+ tooltip?: string;
8
9
  };
9
10
  export type SwirlTabBarJustify = "start" | "evenly";
10
11
  export type SwirlTabBarPadding = "0" | "2" | "4" | "8" | "12" | "16" | "20" | "24";
@@ -2044,6 +2044,14 @@ export namespace Components {
2044
2044
  */
2045
2045
  "size": SwirlIconSize;
2046
2046
  }
2047
+ interface SwirlIconFactCheck {
2048
+ "color"?: SwirlIconColor1;
2049
+ "label"?: string;
2050
+ /**
2051
+ * @default 24
2052
+ */
2053
+ "size": SwirlIconSize;
2054
+ }
2047
2055
  interface SwirlIconFile {
2048
2056
  "color"?: SwirlIconColor1;
2049
2057
  "label"?: string;
@@ -2492,6 +2500,14 @@ export namespace Components {
2492
2500
  */
2493
2501
  "size": SwirlIconSize;
2494
2502
  }
2503
+ interface SwirlIconMarkEmailRead {
2504
+ "color"?: SwirlIconColor1;
2505
+ "label"?: string;
2506
+ /**
2507
+ * @default 24
2508
+ */
2509
+ "size": SwirlIconSize;
2510
+ }
2495
2511
  interface SwirlIconMention {
2496
2512
  "color"?: SwirlIconColor1;
2497
2513
  "label"?: string;
@@ -2676,6 +2692,14 @@ export namespace Components {
2676
2692
  */
2677
2693
  "size": SwirlIconSize;
2678
2694
  }
2695
+ interface SwirlIconPassword {
2696
+ "color"?: SwirlIconColor1;
2697
+ "label"?: string;
2698
+ /**
2699
+ * @default 24
2700
+ */
2701
+ "size": SwirlIconSize;
2702
+ }
2679
2703
  interface SwirlIconPatientList {
2680
2704
  "color"?: SwirlIconColor1;
2681
2705
  "label"?: string;
@@ -5219,6 +5243,7 @@ export namespace Components {
5219
5243
  */
5220
5244
  "padding"?: SwirlTabPadding;
5221
5245
  "tabId": string;
5246
+ "tooltip"?: string;
5222
5247
  }
5223
5248
  interface SwirlTabBar {
5224
5249
  "disableTabSemantics"?: boolean;
@@ -7151,6 +7176,12 @@ declare global {
7151
7176
  prototype: HTMLSwirlIconExperimentElement;
7152
7177
  new (): HTMLSwirlIconExperimentElement;
7153
7178
  };
7179
+ interface HTMLSwirlIconFactCheckElement extends Components.SwirlIconFactCheck, HTMLStencilElement {
7180
+ }
7181
+ var HTMLSwirlIconFactCheckElement: {
7182
+ prototype: HTMLSwirlIconFactCheckElement;
7183
+ new (): HTMLSwirlIconFactCheckElement;
7184
+ };
7154
7185
  interface HTMLSwirlIconFileElement extends Components.SwirlIconFile, HTMLStencilElement {
7155
7186
  }
7156
7187
  var HTMLSwirlIconFileElement: {
@@ -7487,6 +7518,12 @@ declare global {
7487
7518
  prototype: HTMLSwirlIconMarkChatUnreadElement;
7488
7519
  new (): HTMLSwirlIconMarkChatUnreadElement;
7489
7520
  };
7521
+ interface HTMLSwirlIconMarkEmailReadElement extends Components.SwirlIconMarkEmailRead, HTMLStencilElement {
7522
+ }
7523
+ var HTMLSwirlIconMarkEmailReadElement: {
7524
+ prototype: HTMLSwirlIconMarkEmailReadElement;
7525
+ new (): HTMLSwirlIconMarkEmailReadElement;
7526
+ };
7490
7527
  interface HTMLSwirlIconMentionElement extends Components.SwirlIconMention, HTMLStencilElement {
7491
7528
  }
7492
7529
  var HTMLSwirlIconMentionElement: {
@@ -7625,6 +7662,12 @@ declare global {
7625
7662
  prototype: HTMLSwirlIconPasskeyElement;
7626
7663
  new (): HTMLSwirlIconPasskeyElement;
7627
7664
  };
7665
+ interface HTMLSwirlIconPasswordElement extends Components.SwirlIconPassword, HTMLStencilElement {
7666
+ }
7667
+ var HTMLSwirlIconPasswordElement: {
7668
+ prototype: HTMLSwirlIconPasswordElement;
7669
+ new (): HTMLSwirlIconPasswordElement;
7670
+ };
7628
7671
  interface HTMLSwirlIconPatientListElement extends Components.SwirlIconPatientList, HTMLStencilElement {
7629
7672
  }
7630
7673
  var HTMLSwirlIconPatientListElement: {
@@ -9863,6 +9906,7 @@ declare global {
9863
9906
  "swirl-icon-expand-less": HTMLSwirlIconExpandLessElement;
9864
9907
  "swirl-icon-expand-more": HTMLSwirlIconExpandMoreElement;
9865
9908
  "swirl-icon-experiment": HTMLSwirlIconExperimentElement;
9909
+ "swirl-icon-fact-check": HTMLSwirlIconFactCheckElement;
9866
9910
  "swirl-icon-file": HTMLSwirlIconFileElement;
9867
9911
  "swirl-icon-file-copy": HTMLSwirlIconFileCopyElement;
9868
9912
  "swirl-icon-filter": HTMLSwirlIconFilterElement;
@@ -9919,6 +9963,7 @@ declare global {
9919
9963
  "swirl-icon-manage-accounts": HTMLSwirlIconManageAccountsElement;
9920
9964
  "swirl-icon-mark-chat-read": HTMLSwirlIconMarkChatReadElement;
9921
9965
  "swirl-icon-mark-chat-unread": HTMLSwirlIconMarkChatUnreadElement;
9966
+ "swirl-icon-mark-email-read": HTMLSwirlIconMarkEmailReadElement;
9922
9967
  "swirl-icon-mention": HTMLSwirlIconMentionElement;
9923
9968
  "swirl-icon-menu": HTMLSwirlIconMenuElement;
9924
9969
  "swirl-icon-menu-book": HTMLSwirlIconMenuBookElement;
@@ -9942,6 +9987,7 @@ declare global {
9942
9987
  "swirl-icon-open-in-full": HTMLSwirlIconOpenInFullElement;
9943
9988
  "swirl-icon-open-in-new": HTMLSwirlIconOpenInNewElement;
9944
9989
  "swirl-icon-passkey": HTMLSwirlIconPasskeyElement;
9990
+ "swirl-icon-password": HTMLSwirlIconPasswordElement;
9945
9991
  "swirl-icon-patient-list": HTMLSwirlIconPatientListElement;
9946
9992
  "swirl-icon-pause": HTMLSwirlIconPauseElement;
9947
9993
  "swirl-icon-pause-circle": HTMLSwirlIconPauseCircleElement;
@@ -12029,6 +12075,14 @@ declare namespace LocalJSX {
12029
12075
  */
12030
12076
  "size"?: SwirlIconSize;
12031
12077
  }
12078
+ interface SwirlIconFactCheck {
12079
+ "color"?: SwirlIconColor1;
12080
+ "label"?: string;
12081
+ /**
12082
+ * @default 24
12083
+ */
12084
+ "size"?: SwirlIconSize;
12085
+ }
12032
12086
  interface SwirlIconFile {
12033
12087
  "color"?: SwirlIconColor1;
12034
12088
  "label"?: string;
@@ -12477,6 +12531,14 @@ declare namespace LocalJSX {
12477
12531
  */
12478
12532
  "size"?: SwirlIconSize;
12479
12533
  }
12534
+ interface SwirlIconMarkEmailRead {
12535
+ "color"?: SwirlIconColor1;
12536
+ "label"?: string;
12537
+ /**
12538
+ * @default 24
12539
+ */
12540
+ "size"?: SwirlIconSize;
12541
+ }
12480
12542
  interface SwirlIconMention {
12481
12543
  "color"?: SwirlIconColor1;
12482
12544
  "label"?: string;
@@ -12661,6 +12723,14 @@ declare namespace LocalJSX {
12661
12723
  */
12662
12724
  "size"?: SwirlIconSize;
12663
12725
  }
12726
+ interface SwirlIconPassword {
12727
+ "color"?: SwirlIconColor1;
12728
+ "label"?: string;
12729
+ /**
12730
+ * @default 24
12731
+ */
12732
+ "size"?: SwirlIconSize;
12733
+ }
12664
12734
  interface SwirlIconPatientList {
12665
12735
  "color"?: SwirlIconColor1;
12666
12736
  "label"?: string;
@@ -15133,6 +15203,7 @@ declare namespace LocalJSX {
15133
15203
  */
15134
15204
  "padding"?: SwirlTabPadding;
15135
15205
  "tabId": string;
15206
+ "tooltip"?: string;
15136
15207
  }
15137
15208
  interface SwirlTabBar {
15138
15209
  "disableTabSemantics"?: boolean;
@@ -16584,6 +16655,11 @@ declare namespace LocalJSX {
16584
16655
  "label": string;
16585
16656
  "size": SwirlIconSize;
16586
16657
  }
16658
+ interface SwirlIconFactCheckAttributes {
16659
+ "color": SwirlIconColor;
16660
+ "label": string;
16661
+ "size": SwirlIconSize;
16662
+ }
16587
16663
  interface SwirlIconFileAttributes {
16588
16664
  "color": SwirlIconColor;
16589
16665
  "label": string;
@@ -16864,6 +16940,11 @@ declare namespace LocalJSX {
16864
16940
  "label": string;
16865
16941
  "size": SwirlIconSize;
16866
16942
  }
16943
+ interface SwirlIconMarkEmailReadAttributes {
16944
+ "color": SwirlIconColor;
16945
+ "label": string;
16946
+ "size": SwirlIconSize;
16947
+ }
16867
16948
  interface SwirlIconMentionAttributes {
16868
16949
  "color": SwirlIconColor;
16869
16950
  "label": string;
@@ -16979,6 +17060,11 @@ declare namespace LocalJSX {
16979
17060
  "label": string;
16980
17061
  "size": SwirlIconSize;
16981
17062
  }
17063
+ interface SwirlIconPasswordAttributes {
17064
+ "color": SwirlIconColor;
17065
+ "label": string;
17066
+ "size": SwirlIconSize;
17067
+ }
16982
17068
  interface SwirlIconPatientListAttributes {
16983
17069
  "color": SwirlIconColor;
16984
17070
  "label": string;
@@ -18252,6 +18338,7 @@ declare namespace LocalJSX {
18252
18338
  "label": string;
18253
18339
  "padding": SwirlTabPadding;
18254
18340
  "tabId": string;
18341
+ "tooltip": string;
18255
18342
  }
18256
18343
  interface SwirlTabBarAttributes {
18257
18344
  "disableTabSemantics": boolean;
@@ -18622,6 +18709,7 @@ declare namespace LocalJSX {
18622
18709
  "swirl-icon-expand-less": Omit<SwirlIconExpandLess, keyof SwirlIconExpandLessAttributes> & { [K in keyof SwirlIconExpandLess & keyof SwirlIconExpandLessAttributes]?: SwirlIconExpandLess[K] } & { [K in keyof SwirlIconExpandLess & keyof SwirlIconExpandLessAttributes as `attr:${K}`]?: SwirlIconExpandLessAttributes[K] } & { [K in keyof SwirlIconExpandLess & keyof SwirlIconExpandLessAttributes as `prop:${K}`]?: SwirlIconExpandLess[K] };
18623
18710
  "swirl-icon-expand-more": Omit<SwirlIconExpandMore, keyof SwirlIconExpandMoreAttributes> & { [K in keyof SwirlIconExpandMore & keyof SwirlIconExpandMoreAttributes]?: SwirlIconExpandMore[K] } & { [K in keyof SwirlIconExpandMore & keyof SwirlIconExpandMoreAttributes as `attr:${K}`]?: SwirlIconExpandMoreAttributes[K] } & { [K in keyof SwirlIconExpandMore & keyof SwirlIconExpandMoreAttributes as `prop:${K}`]?: SwirlIconExpandMore[K] };
18624
18711
  "swirl-icon-experiment": Omit<SwirlIconExperiment, keyof SwirlIconExperimentAttributes> & { [K in keyof SwirlIconExperiment & keyof SwirlIconExperimentAttributes]?: SwirlIconExperiment[K] } & { [K in keyof SwirlIconExperiment & keyof SwirlIconExperimentAttributes as `attr:${K}`]?: SwirlIconExperimentAttributes[K] } & { [K in keyof SwirlIconExperiment & keyof SwirlIconExperimentAttributes as `prop:${K}`]?: SwirlIconExperiment[K] };
18712
+ "swirl-icon-fact-check": Omit<SwirlIconFactCheck, keyof SwirlIconFactCheckAttributes> & { [K in keyof SwirlIconFactCheck & keyof SwirlIconFactCheckAttributes]?: SwirlIconFactCheck[K] } & { [K in keyof SwirlIconFactCheck & keyof SwirlIconFactCheckAttributes as `attr:${K}`]?: SwirlIconFactCheckAttributes[K] } & { [K in keyof SwirlIconFactCheck & keyof SwirlIconFactCheckAttributes as `prop:${K}`]?: SwirlIconFactCheck[K] };
18625
18713
  "swirl-icon-file": Omit<SwirlIconFile, keyof SwirlIconFileAttributes> & { [K in keyof SwirlIconFile & keyof SwirlIconFileAttributes]?: SwirlIconFile[K] } & { [K in keyof SwirlIconFile & keyof SwirlIconFileAttributes as `attr:${K}`]?: SwirlIconFileAttributes[K] } & { [K in keyof SwirlIconFile & keyof SwirlIconFileAttributes as `prop:${K}`]?: SwirlIconFile[K] };
18626
18714
  "swirl-icon-file-copy": Omit<SwirlIconFileCopy, keyof SwirlIconFileCopyAttributes> & { [K in keyof SwirlIconFileCopy & keyof SwirlIconFileCopyAttributes]?: SwirlIconFileCopy[K] } & { [K in keyof SwirlIconFileCopy & keyof SwirlIconFileCopyAttributes as `attr:${K}`]?: SwirlIconFileCopyAttributes[K] } & { [K in keyof SwirlIconFileCopy & keyof SwirlIconFileCopyAttributes as `prop:${K}`]?: SwirlIconFileCopy[K] };
18627
18715
  "swirl-icon-filter": Omit<SwirlIconFilter, keyof SwirlIconFilterAttributes> & { [K in keyof SwirlIconFilter & keyof SwirlIconFilterAttributes]?: SwirlIconFilter[K] } & { [K in keyof SwirlIconFilter & keyof SwirlIconFilterAttributes as `attr:${K}`]?: SwirlIconFilterAttributes[K] } & { [K in keyof SwirlIconFilter & keyof SwirlIconFilterAttributes as `prop:${K}`]?: SwirlIconFilter[K] };
@@ -18678,6 +18766,7 @@ declare namespace LocalJSX {
18678
18766
  "swirl-icon-manage-accounts": Omit<SwirlIconManageAccounts, keyof SwirlIconManageAccountsAttributes> & { [K in keyof SwirlIconManageAccounts & keyof SwirlIconManageAccountsAttributes]?: SwirlIconManageAccounts[K] } & { [K in keyof SwirlIconManageAccounts & keyof SwirlIconManageAccountsAttributes as `attr:${K}`]?: SwirlIconManageAccountsAttributes[K] } & { [K in keyof SwirlIconManageAccounts & keyof SwirlIconManageAccountsAttributes as `prop:${K}`]?: SwirlIconManageAccounts[K] };
18679
18767
  "swirl-icon-mark-chat-read": Omit<SwirlIconMarkChatRead, keyof SwirlIconMarkChatReadAttributes> & { [K in keyof SwirlIconMarkChatRead & keyof SwirlIconMarkChatReadAttributes]?: SwirlIconMarkChatRead[K] } & { [K in keyof SwirlIconMarkChatRead & keyof SwirlIconMarkChatReadAttributes as `attr:${K}`]?: SwirlIconMarkChatReadAttributes[K] } & { [K in keyof SwirlIconMarkChatRead & keyof SwirlIconMarkChatReadAttributes as `prop:${K}`]?: SwirlIconMarkChatRead[K] };
18680
18768
  "swirl-icon-mark-chat-unread": Omit<SwirlIconMarkChatUnread, keyof SwirlIconMarkChatUnreadAttributes> & { [K in keyof SwirlIconMarkChatUnread & keyof SwirlIconMarkChatUnreadAttributes]?: SwirlIconMarkChatUnread[K] } & { [K in keyof SwirlIconMarkChatUnread & keyof SwirlIconMarkChatUnreadAttributes as `attr:${K}`]?: SwirlIconMarkChatUnreadAttributes[K] } & { [K in keyof SwirlIconMarkChatUnread & keyof SwirlIconMarkChatUnreadAttributes as `prop:${K}`]?: SwirlIconMarkChatUnread[K] };
18769
+ "swirl-icon-mark-email-read": Omit<SwirlIconMarkEmailRead, keyof SwirlIconMarkEmailReadAttributes> & { [K in keyof SwirlIconMarkEmailRead & keyof SwirlIconMarkEmailReadAttributes]?: SwirlIconMarkEmailRead[K] } & { [K in keyof SwirlIconMarkEmailRead & keyof SwirlIconMarkEmailReadAttributes as `attr:${K}`]?: SwirlIconMarkEmailReadAttributes[K] } & { [K in keyof SwirlIconMarkEmailRead & keyof SwirlIconMarkEmailReadAttributes as `prop:${K}`]?: SwirlIconMarkEmailRead[K] };
18681
18770
  "swirl-icon-mention": Omit<SwirlIconMention, keyof SwirlIconMentionAttributes> & { [K in keyof SwirlIconMention & keyof SwirlIconMentionAttributes]?: SwirlIconMention[K] } & { [K in keyof SwirlIconMention & keyof SwirlIconMentionAttributes as `attr:${K}`]?: SwirlIconMentionAttributes[K] } & { [K in keyof SwirlIconMention & keyof SwirlIconMentionAttributes as `prop:${K}`]?: SwirlIconMention[K] };
18682
18771
  "swirl-icon-menu": Omit<SwirlIconMenu, keyof SwirlIconMenuAttributes> & { [K in keyof SwirlIconMenu & keyof SwirlIconMenuAttributes]?: SwirlIconMenu[K] } & { [K in keyof SwirlIconMenu & keyof SwirlIconMenuAttributes as `attr:${K}`]?: SwirlIconMenuAttributes[K] } & { [K in keyof SwirlIconMenu & keyof SwirlIconMenuAttributes as `prop:${K}`]?: SwirlIconMenu[K] };
18683
18772
  "swirl-icon-menu-book": Omit<SwirlIconMenuBook, keyof SwirlIconMenuBookAttributes> & { [K in keyof SwirlIconMenuBook & keyof SwirlIconMenuBookAttributes]?: SwirlIconMenuBook[K] } & { [K in keyof SwirlIconMenuBook & keyof SwirlIconMenuBookAttributes as `attr:${K}`]?: SwirlIconMenuBookAttributes[K] } & { [K in keyof SwirlIconMenuBook & keyof SwirlIconMenuBookAttributes as `prop:${K}`]?: SwirlIconMenuBook[K] };
@@ -18701,6 +18790,7 @@ declare namespace LocalJSX {
18701
18790
  "swirl-icon-open-in-full": Omit<SwirlIconOpenInFull, keyof SwirlIconOpenInFullAttributes> & { [K in keyof SwirlIconOpenInFull & keyof SwirlIconOpenInFullAttributes]?: SwirlIconOpenInFull[K] } & { [K in keyof SwirlIconOpenInFull & keyof SwirlIconOpenInFullAttributes as `attr:${K}`]?: SwirlIconOpenInFullAttributes[K] } & { [K in keyof SwirlIconOpenInFull & keyof SwirlIconOpenInFullAttributes as `prop:${K}`]?: SwirlIconOpenInFull[K] };
18702
18791
  "swirl-icon-open-in-new": Omit<SwirlIconOpenInNew, keyof SwirlIconOpenInNewAttributes> & { [K in keyof SwirlIconOpenInNew & keyof SwirlIconOpenInNewAttributes]?: SwirlIconOpenInNew[K] } & { [K in keyof SwirlIconOpenInNew & keyof SwirlIconOpenInNewAttributes as `attr:${K}`]?: SwirlIconOpenInNewAttributes[K] } & { [K in keyof SwirlIconOpenInNew & keyof SwirlIconOpenInNewAttributes as `prop:${K}`]?: SwirlIconOpenInNew[K] };
18703
18792
  "swirl-icon-passkey": Omit<SwirlIconPasskey, keyof SwirlIconPasskeyAttributes> & { [K in keyof SwirlIconPasskey & keyof SwirlIconPasskeyAttributes]?: SwirlIconPasskey[K] } & { [K in keyof SwirlIconPasskey & keyof SwirlIconPasskeyAttributes as `attr:${K}`]?: SwirlIconPasskeyAttributes[K] } & { [K in keyof SwirlIconPasskey & keyof SwirlIconPasskeyAttributes as `prop:${K}`]?: SwirlIconPasskey[K] };
18793
+ "swirl-icon-password": Omit<SwirlIconPassword, keyof SwirlIconPasswordAttributes> & { [K in keyof SwirlIconPassword & keyof SwirlIconPasswordAttributes]?: SwirlIconPassword[K] } & { [K in keyof SwirlIconPassword & keyof SwirlIconPasswordAttributes as `attr:${K}`]?: SwirlIconPasswordAttributes[K] } & { [K in keyof SwirlIconPassword & keyof SwirlIconPasswordAttributes as `prop:${K}`]?: SwirlIconPassword[K] };
18704
18794
  "swirl-icon-patient-list": Omit<SwirlIconPatientList, keyof SwirlIconPatientListAttributes> & { [K in keyof SwirlIconPatientList & keyof SwirlIconPatientListAttributes]?: SwirlIconPatientList[K] } & { [K in keyof SwirlIconPatientList & keyof SwirlIconPatientListAttributes as `attr:${K}`]?: SwirlIconPatientListAttributes[K] } & { [K in keyof SwirlIconPatientList & keyof SwirlIconPatientListAttributes as `prop:${K}`]?: SwirlIconPatientList[K] };
18705
18795
  "swirl-icon-pause": Omit<SwirlIconPause, keyof SwirlIconPauseAttributes> & { [K in keyof SwirlIconPause & keyof SwirlIconPauseAttributes]?: SwirlIconPause[K] } & { [K in keyof SwirlIconPause & keyof SwirlIconPauseAttributes as `attr:${K}`]?: SwirlIconPauseAttributes[K] } & { [K in keyof SwirlIconPause & keyof SwirlIconPauseAttributes as `prop:${K}`]?: SwirlIconPause[K] };
18706
18796
  "swirl-icon-pause-circle": Omit<SwirlIconPauseCircle, keyof SwirlIconPauseCircleAttributes> & { [K in keyof SwirlIconPauseCircle & keyof SwirlIconPauseCircleAttributes]?: SwirlIconPauseCircle[K] } & { [K in keyof SwirlIconPauseCircle & keyof SwirlIconPauseCircleAttributes as `attr:${K}`]?: SwirlIconPauseCircleAttributes[K] } & { [K in keyof SwirlIconPauseCircle & keyof SwirlIconPauseCircleAttributes as `prop:${K}`]?: SwirlIconPauseCircle[K] };
@@ -19135,6 +19225,7 @@ declare module "@stencil/core" {
19135
19225
  "swirl-icon-expand-less": LocalJSX.IntrinsicElements["swirl-icon-expand-less"] & JSXBase.HTMLAttributes<HTMLSwirlIconExpandLessElement>;
19136
19226
  "swirl-icon-expand-more": LocalJSX.IntrinsicElements["swirl-icon-expand-more"] & JSXBase.HTMLAttributes<HTMLSwirlIconExpandMoreElement>;
19137
19227
  "swirl-icon-experiment": LocalJSX.IntrinsicElements["swirl-icon-experiment"] & JSXBase.HTMLAttributes<HTMLSwirlIconExperimentElement>;
19228
+ "swirl-icon-fact-check": LocalJSX.IntrinsicElements["swirl-icon-fact-check"] & JSXBase.HTMLAttributes<HTMLSwirlIconFactCheckElement>;
19138
19229
  "swirl-icon-file": LocalJSX.IntrinsicElements["swirl-icon-file"] & JSXBase.HTMLAttributes<HTMLSwirlIconFileElement>;
19139
19230
  "swirl-icon-file-copy": LocalJSX.IntrinsicElements["swirl-icon-file-copy"] & JSXBase.HTMLAttributes<HTMLSwirlIconFileCopyElement>;
19140
19231
  "swirl-icon-filter": LocalJSX.IntrinsicElements["swirl-icon-filter"] & JSXBase.HTMLAttributes<HTMLSwirlIconFilterElement>;
@@ -19191,6 +19282,7 @@ declare module "@stencil/core" {
19191
19282
  "swirl-icon-manage-accounts": LocalJSX.IntrinsicElements["swirl-icon-manage-accounts"] & JSXBase.HTMLAttributes<HTMLSwirlIconManageAccountsElement>;
19192
19283
  "swirl-icon-mark-chat-read": LocalJSX.IntrinsicElements["swirl-icon-mark-chat-read"] & JSXBase.HTMLAttributes<HTMLSwirlIconMarkChatReadElement>;
19193
19284
  "swirl-icon-mark-chat-unread": LocalJSX.IntrinsicElements["swirl-icon-mark-chat-unread"] & JSXBase.HTMLAttributes<HTMLSwirlIconMarkChatUnreadElement>;
19285
+ "swirl-icon-mark-email-read": LocalJSX.IntrinsicElements["swirl-icon-mark-email-read"] & JSXBase.HTMLAttributes<HTMLSwirlIconMarkEmailReadElement>;
19194
19286
  "swirl-icon-mention": LocalJSX.IntrinsicElements["swirl-icon-mention"] & JSXBase.HTMLAttributes<HTMLSwirlIconMentionElement>;
19195
19287
  "swirl-icon-menu": LocalJSX.IntrinsicElements["swirl-icon-menu"] & JSXBase.HTMLAttributes<HTMLSwirlIconMenuElement>;
19196
19288
  "swirl-icon-menu-book": LocalJSX.IntrinsicElements["swirl-icon-menu-book"] & JSXBase.HTMLAttributes<HTMLSwirlIconMenuBookElement>;
@@ -19214,6 +19306,7 @@ declare module "@stencil/core" {
19214
19306
  "swirl-icon-open-in-full": LocalJSX.IntrinsicElements["swirl-icon-open-in-full"] & JSXBase.HTMLAttributes<HTMLSwirlIconOpenInFullElement>;
19215
19307
  "swirl-icon-open-in-new": LocalJSX.IntrinsicElements["swirl-icon-open-in-new"] & JSXBase.HTMLAttributes<HTMLSwirlIconOpenInNewElement>;
19216
19308
  "swirl-icon-passkey": LocalJSX.IntrinsicElements["swirl-icon-passkey"] & JSXBase.HTMLAttributes<HTMLSwirlIconPasskeyElement>;
19309
+ "swirl-icon-password": LocalJSX.IntrinsicElements["swirl-icon-password"] & JSXBase.HTMLAttributes<HTMLSwirlIconPasswordElement>;
19217
19310
  "swirl-icon-patient-list": LocalJSX.IntrinsicElements["swirl-icon-patient-list"] & JSXBase.HTMLAttributes<HTMLSwirlIconPatientListElement>;
19218
19311
  "swirl-icon-pause": LocalJSX.IntrinsicElements["swirl-icon-pause"] & JSXBase.HTMLAttributes<HTMLSwirlIconPauseElement>;
19219
19312
  "swirl-icon-pause-circle": LocalJSX.IntrinsicElements["swirl-icon-pause-circle"] & JSXBase.HTMLAttributes<HTMLSwirlIconPauseCircleElement>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-ai",
3
- "version": "0.504.0",
3
+ "version": "0.506.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.506.0",
30
30
  "@getflip/swirl-tokens": "2.14.3",
31
31
  "@types/node": "25.3.0",
32
32
  "tsx": "^4.7.0",