@getflip/swirl-ai 0.494.0 → 0.495.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-redo>`
2
+
3
+ ## Purpose
4
+
5
+ Custom element: swirl-icon-redo.
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-redo></swirl-icon-redo>
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-swap-vert>`
2
+
3
+ ## Purpose
4
+
5
+ Custom element: swirl-icon-swap-vert.
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-swap-vert></swirl-icon-swap-vert>
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-zoom-in>`
2
+
3
+ ## Purpose
4
+
5
+ Custom element: swirl-icon-zoom-in.
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-zoom-in></swirl-icon-zoom-in>
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-zoom-out>`
2
+
3
+ ## Purpose
4
+
5
+ Custom element: swirl-icon-zoom-out.
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-zoom-out></swirl-icon-zoom-out>
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.
@@ -1054,6 +1054,10 @@
1054
1054
  "tag": "swirl-icon-recieved",
1055
1055
  "summary": "swirl-icon-recieved"
1056
1056
  },
1057
+ {
1058
+ "tag": "swirl-icon-redo",
1059
+ "summary": "swirl-icon-redo"
1060
+ },
1057
1061
  {
1058
1062
  "tag": "swirl-icon-refresh",
1059
1063
  "summary": "swirl-icon-refresh"
@@ -1170,6 +1174,10 @@
1170
1174
  "tag": "swirl-icon-sunny",
1171
1175
  "summary": "swirl-icon-sunny"
1172
1176
  },
1177
+ {
1178
+ "tag": "swirl-icon-swap-vert",
1179
+ "summary": "swirl-icon-swap-vert"
1180
+ },
1173
1181
  {
1174
1182
  "tag": "swirl-icon-sync",
1175
1183
  "summary": "swirl-icon-sync"
@@ -1298,6 +1306,14 @@
1298
1306
  "tag": "swirl-icon-workspace-premium",
1299
1307
  "summary": "swirl-icon-workspace-premium"
1300
1308
  },
1309
+ {
1310
+ "tag": "swirl-icon-zoom-in",
1311
+ "summary": "swirl-icon-zoom-in"
1312
+ },
1313
+ {
1314
+ "tag": "swirl-icon-zoom-out",
1315
+ "summary": "swirl-icon-zoom-out"
1316
+ },
1301
1317
  {
1302
1318
  "tag": "swirl-image-grid",
1303
1319
  "summary": "The SwirlImageGrid component is used to display a variable amount of images inside a grid.",
@@ -33594,6 +33594,117 @@
33594
33594
  }
33595
33595
  ]
33596
33596
  },
33597
+ {
33598
+ "kind": "javascript-module",
33599
+ "path": "src/components/swirl-icon/icons/swirl-icon-redo.tsx",
33600
+ "declarations": [
33601
+ {
33602
+ "kind": "class",
33603
+ "customElement": true,
33604
+ "tagName": "swirl-icon-redo",
33605
+ "name": "SwirlIconRedo",
33606
+ "attributes": [
33607
+ {
33608
+ "name": "color",
33609
+ "type": {
33610
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
33611
+ "references": [
33612
+ {
33613
+ "name": "SwirlIconColor",
33614
+ "module": "../swirl-icon"
33615
+ }
33616
+ ]
33617
+ },
33618
+ "fieldName": "color"
33619
+ },
33620
+ {
33621
+ "name": "label",
33622
+ "type": {
33623
+ "text": "string | undefined"
33624
+ },
33625
+ "fieldName": "label"
33626
+ },
33627
+ {
33628
+ "name": "size",
33629
+ "type": {
33630
+ "text": "16 | 20 | 24 | 28 | undefined",
33631
+ "references": [
33632
+ {
33633
+ "name": "SwirlIconSize",
33634
+ "module": "../swirl-icon.types"
33635
+ }
33636
+ ]
33637
+ },
33638
+ "default": "24",
33639
+ "fieldName": "size"
33640
+ }
33641
+ ],
33642
+ "members": [
33643
+ {
33644
+ "kind": "field",
33645
+ "name": "color",
33646
+ "type": {
33647
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
33648
+ "references": [
33649
+ {
33650
+ "name": "SwirlIconColor",
33651
+ "module": "../swirl-icon"
33652
+ }
33653
+ ]
33654
+ },
33655
+ "readonly": true,
33656
+ "attribute": "color"
33657
+ },
33658
+ {
33659
+ "kind": "field",
33660
+ "name": "label",
33661
+ "type": {
33662
+ "text": "string | undefined"
33663
+ },
33664
+ "readonly": true,
33665
+ "attribute": "label"
33666
+ },
33667
+ {
33668
+ "kind": "field",
33669
+ "name": "size",
33670
+ "type": {
33671
+ "text": "16 | 20 | 24 | 28 | undefined",
33672
+ "references": [
33673
+ {
33674
+ "name": "SwirlIconSize",
33675
+ "module": "../swirl-icon.types"
33676
+ }
33677
+ ]
33678
+ },
33679
+ "default": "24",
33680
+ "readonly": true,
33681
+ "attribute": "size"
33682
+ }
33683
+ ],
33684
+ "cssParts": [
33685
+ {
33686
+ "name": "icon"
33687
+ }
33688
+ ]
33689
+ }
33690
+ ],
33691
+ "exports": [
33692
+ {
33693
+ "kind": "js",
33694
+ "name": "SwirlIconRedo",
33695
+ "declaration": {
33696
+ "name": "SwirlIconRedo"
33697
+ }
33698
+ },
33699
+ {
33700
+ "kind": "custom-element-definition",
33701
+ "name": "swirl-icon-redo",
33702
+ "declaration": {
33703
+ "name": "SwirlIconRedo"
33704
+ }
33705
+ }
33706
+ ]
33707
+ },
33597
33708
  {
33598
33709
  "kind": "javascript-module",
33599
33710
  "path": "src/components/swirl-icon/icons/swirl-icon-refresh.tsx",
@@ -36813,6 +36924,117 @@
36813
36924
  }
36814
36925
  ]
36815
36926
  },
36927
+ {
36928
+ "kind": "javascript-module",
36929
+ "path": "src/components/swirl-icon/icons/swirl-icon-swap-vert.tsx",
36930
+ "declarations": [
36931
+ {
36932
+ "kind": "class",
36933
+ "customElement": true,
36934
+ "tagName": "swirl-icon-swap-vert",
36935
+ "name": "SwirlIconSwapVert",
36936
+ "attributes": [
36937
+ {
36938
+ "name": "color",
36939
+ "type": {
36940
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
36941
+ "references": [
36942
+ {
36943
+ "name": "SwirlIconColor",
36944
+ "module": "../swirl-icon"
36945
+ }
36946
+ ]
36947
+ },
36948
+ "fieldName": "color"
36949
+ },
36950
+ {
36951
+ "name": "label",
36952
+ "type": {
36953
+ "text": "string | undefined"
36954
+ },
36955
+ "fieldName": "label"
36956
+ },
36957
+ {
36958
+ "name": "size",
36959
+ "type": {
36960
+ "text": "16 | 20 | 24 | 28 | undefined",
36961
+ "references": [
36962
+ {
36963
+ "name": "SwirlIconSize",
36964
+ "module": "../swirl-icon.types"
36965
+ }
36966
+ ]
36967
+ },
36968
+ "default": "24",
36969
+ "fieldName": "size"
36970
+ }
36971
+ ],
36972
+ "members": [
36973
+ {
36974
+ "kind": "field",
36975
+ "name": "color",
36976
+ "type": {
36977
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
36978
+ "references": [
36979
+ {
36980
+ "name": "SwirlIconColor",
36981
+ "module": "../swirl-icon"
36982
+ }
36983
+ ]
36984
+ },
36985
+ "readonly": true,
36986
+ "attribute": "color"
36987
+ },
36988
+ {
36989
+ "kind": "field",
36990
+ "name": "label",
36991
+ "type": {
36992
+ "text": "string | undefined"
36993
+ },
36994
+ "readonly": true,
36995
+ "attribute": "label"
36996
+ },
36997
+ {
36998
+ "kind": "field",
36999
+ "name": "size",
37000
+ "type": {
37001
+ "text": "16 | 20 | 24 | 28 | undefined",
37002
+ "references": [
37003
+ {
37004
+ "name": "SwirlIconSize",
37005
+ "module": "../swirl-icon.types"
37006
+ }
37007
+ ]
37008
+ },
37009
+ "default": "24",
37010
+ "readonly": true,
37011
+ "attribute": "size"
37012
+ }
37013
+ ],
37014
+ "cssParts": [
37015
+ {
37016
+ "name": "icon"
37017
+ }
37018
+ ]
37019
+ }
37020
+ ],
37021
+ "exports": [
37022
+ {
37023
+ "kind": "js",
37024
+ "name": "SwirlIconSwapVert",
37025
+ "declaration": {
37026
+ "name": "SwirlIconSwapVert"
37027
+ }
37028
+ },
37029
+ {
37030
+ "kind": "custom-element-definition",
37031
+ "name": "swirl-icon-swap-vert",
37032
+ "declaration": {
37033
+ "name": "SwirlIconSwapVert"
37034
+ }
37035
+ }
37036
+ ]
37037
+ },
36816
37038
  {
36817
37039
  "kind": "javascript-module",
36818
37040
  "path": "src/components/swirl-icon/icons/swirl-icon-sync.tsx",
@@ -40365,6 +40587,228 @@
40365
40587
  }
40366
40588
  ]
40367
40589
  },
40590
+ {
40591
+ "kind": "javascript-module",
40592
+ "path": "src/components/swirl-icon/icons/swirl-icon-zoom-in.tsx",
40593
+ "declarations": [
40594
+ {
40595
+ "kind": "class",
40596
+ "customElement": true,
40597
+ "tagName": "swirl-icon-zoom-in",
40598
+ "name": "SwirlIconZoomIn",
40599
+ "attributes": [
40600
+ {
40601
+ "name": "color",
40602
+ "type": {
40603
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
40604
+ "references": [
40605
+ {
40606
+ "name": "SwirlIconColor",
40607
+ "module": "../swirl-icon"
40608
+ }
40609
+ ]
40610
+ },
40611
+ "fieldName": "color"
40612
+ },
40613
+ {
40614
+ "name": "label",
40615
+ "type": {
40616
+ "text": "string | undefined"
40617
+ },
40618
+ "fieldName": "label"
40619
+ },
40620
+ {
40621
+ "name": "size",
40622
+ "type": {
40623
+ "text": "16 | 20 | 24 | 28 | undefined",
40624
+ "references": [
40625
+ {
40626
+ "name": "SwirlIconSize",
40627
+ "module": "../swirl-icon.types"
40628
+ }
40629
+ ]
40630
+ },
40631
+ "default": "24",
40632
+ "fieldName": "size"
40633
+ }
40634
+ ],
40635
+ "members": [
40636
+ {
40637
+ "kind": "field",
40638
+ "name": "color",
40639
+ "type": {
40640
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
40641
+ "references": [
40642
+ {
40643
+ "name": "SwirlIconColor",
40644
+ "module": "../swirl-icon"
40645
+ }
40646
+ ]
40647
+ },
40648
+ "readonly": true,
40649
+ "attribute": "color"
40650
+ },
40651
+ {
40652
+ "kind": "field",
40653
+ "name": "label",
40654
+ "type": {
40655
+ "text": "string | undefined"
40656
+ },
40657
+ "readonly": true,
40658
+ "attribute": "label"
40659
+ },
40660
+ {
40661
+ "kind": "field",
40662
+ "name": "size",
40663
+ "type": {
40664
+ "text": "16 | 20 | 24 | 28 | undefined",
40665
+ "references": [
40666
+ {
40667
+ "name": "SwirlIconSize",
40668
+ "module": "../swirl-icon.types"
40669
+ }
40670
+ ]
40671
+ },
40672
+ "default": "24",
40673
+ "readonly": true,
40674
+ "attribute": "size"
40675
+ }
40676
+ ],
40677
+ "cssParts": [
40678
+ {
40679
+ "name": "icon"
40680
+ }
40681
+ ]
40682
+ }
40683
+ ],
40684
+ "exports": [
40685
+ {
40686
+ "kind": "js",
40687
+ "name": "SwirlIconZoomIn",
40688
+ "declaration": {
40689
+ "name": "SwirlIconZoomIn"
40690
+ }
40691
+ },
40692
+ {
40693
+ "kind": "custom-element-definition",
40694
+ "name": "swirl-icon-zoom-in",
40695
+ "declaration": {
40696
+ "name": "SwirlIconZoomIn"
40697
+ }
40698
+ }
40699
+ ]
40700
+ },
40701
+ {
40702
+ "kind": "javascript-module",
40703
+ "path": "src/components/swirl-icon/icons/swirl-icon-zoom-out.tsx",
40704
+ "declarations": [
40705
+ {
40706
+ "kind": "class",
40707
+ "customElement": true,
40708
+ "tagName": "swirl-icon-zoom-out",
40709
+ "name": "SwirlIconZoomOut",
40710
+ "attributes": [
40711
+ {
40712
+ "name": "color",
40713
+ "type": {
40714
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
40715
+ "references": [
40716
+ {
40717
+ "name": "SwirlIconColor",
40718
+ "module": "../swirl-icon"
40719
+ }
40720
+ ]
40721
+ },
40722
+ "fieldName": "color"
40723
+ },
40724
+ {
40725
+ "name": "label",
40726
+ "type": {
40727
+ "text": "string | undefined"
40728
+ },
40729
+ "fieldName": "label"
40730
+ },
40731
+ {
40732
+ "name": "size",
40733
+ "type": {
40734
+ "text": "16 | 20 | 24 | 28 | undefined",
40735
+ "references": [
40736
+ {
40737
+ "name": "SwirlIconSize",
40738
+ "module": "../swirl-icon.types"
40739
+ }
40740
+ ]
40741
+ },
40742
+ "default": "24",
40743
+ "fieldName": "size"
40744
+ }
40745
+ ],
40746
+ "members": [
40747
+ {
40748
+ "kind": "field",
40749
+ "name": "color",
40750
+ "type": {
40751
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
40752
+ "references": [
40753
+ {
40754
+ "name": "SwirlIconColor",
40755
+ "module": "../swirl-icon"
40756
+ }
40757
+ ]
40758
+ },
40759
+ "readonly": true,
40760
+ "attribute": "color"
40761
+ },
40762
+ {
40763
+ "kind": "field",
40764
+ "name": "label",
40765
+ "type": {
40766
+ "text": "string | undefined"
40767
+ },
40768
+ "readonly": true,
40769
+ "attribute": "label"
40770
+ },
40771
+ {
40772
+ "kind": "field",
40773
+ "name": "size",
40774
+ "type": {
40775
+ "text": "16 | 20 | 24 | 28 | undefined",
40776
+ "references": [
40777
+ {
40778
+ "name": "SwirlIconSize",
40779
+ "module": "../swirl-icon.types"
40780
+ }
40781
+ ]
40782
+ },
40783
+ "default": "24",
40784
+ "readonly": true,
40785
+ "attribute": "size"
40786
+ }
40787
+ ],
40788
+ "cssParts": [
40789
+ {
40790
+ "name": "icon"
40791
+ }
40792
+ ]
40793
+ }
40794
+ ],
40795
+ "exports": [
40796
+ {
40797
+ "kind": "js",
40798
+ "name": "SwirlIconZoomOut",
40799
+ "declaration": {
40800
+ "name": "SwirlIconZoomOut"
40801
+ }
40802
+ },
40803
+ {
40804
+ "kind": "custom-element-definition",
40805
+ "name": "swirl-icon-zoom-out",
40806
+ "declaration": {
40807
+ "name": "SwirlIconZoomOut"
40808
+ }
40809
+ }
40810
+ ]
40811
+ },
40368
40812
  {
40369
40813
  "kind": "javascript-module",
40370
40814
  "path": "src/components/swirl-image-grid/swirl-image-grid.tsx",
@@ -0,0 +1,8 @@
1
+ import { SwirlIconSize } from "../swirl-icon.types";
2
+ import { SwirlIconColor } from "../swirl-icon";
3
+ export declare class SwirlIconRedo {
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 SwirlIconSwapVert {
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 SwirlIconZoomIn {
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 SwirlIconZoomOut {
4
+ color?: SwirlIconColor;
5
+ label?: string;
6
+ size: SwirlIconSize;
7
+ render(): any;
8
+ }
@@ -2924,6 +2924,14 @@ export namespace Components {
2924
2924
  */
2925
2925
  "size": SwirlIconSize;
2926
2926
  }
2927
+ interface SwirlIconRedo {
2928
+ "color"?: SwirlIconColor1;
2929
+ "label"?: string;
2930
+ /**
2931
+ * @default 24
2932
+ */
2933
+ "size": SwirlIconSize;
2934
+ }
2927
2935
  interface SwirlIconRefresh {
2928
2936
  "color"?: SwirlIconColor1;
2929
2937
  "label"?: string;
@@ -3156,6 +3164,14 @@ export namespace Components {
3156
3164
  */
3157
3165
  "size": SwirlIconSize;
3158
3166
  }
3167
+ interface SwirlIconSwapVert {
3168
+ "color"?: SwirlIconColor1;
3169
+ "label"?: string;
3170
+ /**
3171
+ * @default 24
3172
+ */
3173
+ "size": SwirlIconSize;
3174
+ }
3159
3175
  interface SwirlIconSync {
3160
3176
  "color"?: SwirlIconColor1;
3161
3177
  "label"?: string;
@@ -3412,6 +3428,22 @@ export namespace Components {
3412
3428
  */
3413
3429
  "size": SwirlIconSize;
3414
3430
  }
3431
+ interface SwirlIconZoomIn {
3432
+ "color"?: SwirlIconColor1;
3433
+ "label"?: string;
3434
+ /**
3435
+ * @default 24
3436
+ */
3437
+ "size": SwirlIconSize;
3438
+ }
3439
+ interface SwirlIconZoomOut {
3440
+ "color"?: SwirlIconColor1;
3441
+ "label"?: string;
3442
+ /**
3443
+ * @default 24
3444
+ */
3445
+ "size": SwirlIconSize;
3446
+ }
3415
3447
  interface SwirlImageGrid {
3416
3448
  "aspectRatio"?: string;
3417
3449
  /**
@@ -7750,6 +7782,12 @@ declare global {
7750
7782
  prototype: HTMLSwirlIconRecievedElement;
7751
7783
  new (): HTMLSwirlIconRecievedElement;
7752
7784
  };
7785
+ interface HTMLSwirlIconRedoElement extends Components.SwirlIconRedo, HTMLStencilElement {
7786
+ }
7787
+ var HTMLSwirlIconRedoElement: {
7788
+ prototype: HTMLSwirlIconRedoElement;
7789
+ new (): HTMLSwirlIconRedoElement;
7790
+ };
7753
7791
  interface HTMLSwirlIconRefreshElement extends Components.SwirlIconRefresh, HTMLStencilElement {
7754
7792
  }
7755
7793
  var HTMLSwirlIconRefreshElement: {
@@ -7924,6 +7962,12 @@ declare global {
7924
7962
  prototype: HTMLSwirlIconSunnyElement;
7925
7963
  new (): HTMLSwirlIconSunnyElement;
7926
7964
  };
7965
+ interface HTMLSwirlIconSwapVertElement extends Components.SwirlIconSwapVert, HTMLStencilElement {
7966
+ }
7967
+ var HTMLSwirlIconSwapVertElement: {
7968
+ prototype: HTMLSwirlIconSwapVertElement;
7969
+ new (): HTMLSwirlIconSwapVertElement;
7970
+ };
7927
7971
  interface HTMLSwirlIconSyncElement extends Components.SwirlIconSync, HTMLStencilElement {
7928
7972
  }
7929
7973
  var HTMLSwirlIconSyncElement: {
@@ -8116,6 +8160,18 @@ declare global {
8116
8160
  prototype: HTMLSwirlIconWorkspacePremiumElement;
8117
8161
  new (): HTMLSwirlIconWorkspacePremiumElement;
8118
8162
  };
8163
+ interface HTMLSwirlIconZoomInElement extends Components.SwirlIconZoomIn, HTMLStencilElement {
8164
+ }
8165
+ var HTMLSwirlIconZoomInElement: {
8166
+ prototype: HTMLSwirlIconZoomInElement;
8167
+ new (): HTMLSwirlIconZoomInElement;
8168
+ };
8169
+ interface HTMLSwirlIconZoomOutElement extends Components.SwirlIconZoomOut, HTMLStencilElement {
8170
+ }
8171
+ var HTMLSwirlIconZoomOutElement: {
8172
+ prototype: HTMLSwirlIconZoomOutElement;
8173
+ new (): HTMLSwirlIconZoomOutElement;
8174
+ };
8119
8175
  interface HTMLSwirlImageGridElement extends Components.SwirlImageGrid, HTMLStencilElement {
8120
8176
  }
8121
8177
  var HTMLSwirlImageGridElement: {
@@ -9870,6 +9926,7 @@ declare global {
9870
9926
  "swirl-icon-ratio-three-to-four": HTMLSwirlIconRatioThreeToFourElement;
9871
9927
  "swirl-icon-ratio-three-to-two": HTMLSwirlIconRatioThreeToTwoElement;
9872
9928
  "swirl-icon-recieved": HTMLSwirlIconRecievedElement;
9929
+ "swirl-icon-redo": HTMLSwirlIconRedoElement;
9873
9930
  "swirl-icon-refresh": HTMLSwirlIconRefreshElement;
9874
9931
  "swirl-icon-remove": HTMLSwirlIconRemoveElement;
9875
9932
  "swirl-icon-remove-circle": HTMLSwirlIconRemoveCircleElement;
@@ -9899,6 +9956,7 @@ declare global {
9899
9956
  "swirl-icon-stop-circle": HTMLSwirlIconStopCircleElement;
9900
9957
  "swirl-icon-strikethrough": HTMLSwirlIconStrikethroughElement;
9901
9958
  "swirl-icon-sunny": HTMLSwirlIconSunnyElement;
9959
+ "swirl-icon-swap-vert": HTMLSwirlIconSwapVertElement;
9902
9960
  "swirl-icon-sync": HTMLSwirlIconSyncElement;
9903
9961
  "swirl-icon-tasks": HTMLSwirlIconTasksElement;
9904
9962
  "swirl-icon-tasks-filled": HTMLSwirlIconTasksFilledElement;
@@ -9931,6 +9989,8 @@ declare global {
9931
9989
  "swirl-icon-web-asset-off": HTMLSwirlIconWebAssetOffElement;
9932
9990
  "swirl-icon-work": HTMLSwirlIconWorkElement;
9933
9991
  "swirl-icon-workspace-premium": HTMLSwirlIconWorkspacePremiumElement;
9992
+ "swirl-icon-zoom-in": HTMLSwirlIconZoomInElement;
9993
+ "swirl-icon-zoom-out": HTMLSwirlIconZoomOutElement;
9934
9994
  "swirl-image-grid": HTMLSwirlImageGridElement;
9935
9995
  "swirl-image-grid-item": HTMLSwirlImageGridItemElement;
9936
9996
  "swirl-inline-error": HTMLSwirlInlineErrorElement;
@@ -12799,6 +12859,14 @@ declare namespace LocalJSX {
12799
12859
  */
12800
12860
  "size"?: SwirlIconSize;
12801
12861
  }
12862
+ interface SwirlIconRedo {
12863
+ "color"?: SwirlIconColor1;
12864
+ "label"?: string;
12865
+ /**
12866
+ * @default 24
12867
+ */
12868
+ "size"?: SwirlIconSize;
12869
+ }
12802
12870
  interface SwirlIconRefresh {
12803
12871
  "color"?: SwirlIconColor1;
12804
12872
  "label"?: string;
@@ -13031,6 +13099,14 @@ declare namespace LocalJSX {
13031
13099
  */
13032
13100
  "size"?: SwirlIconSize;
13033
13101
  }
13102
+ interface SwirlIconSwapVert {
13103
+ "color"?: SwirlIconColor1;
13104
+ "label"?: string;
13105
+ /**
13106
+ * @default 24
13107
+ */
13108
+ "size"?: SwirlIconSize;
13109
+ }
13034
13110
  interface SwirlIconSync {
13035
13111
  "color"?: SwirlIconColor1;
13036
13112
  "label"?: string;
@@ -13287,6 +13363,22 @@ declare namespace LocalJSX {
13287
13363
  */
13288
13364
  "size"?: SwirlIconSize;
13289
13365
  }
13366
+ interface SwirlIconZoomIn {
13367
+ "color"?: SwirlIconColor1;
13368
+ "label"?: string;
13369
+ /**
13370
+ * @default 24
13371
+ */
13372
+ "size"?: SwirlIconSize;
13373
+ }
13374
+ interface SwirlIconZoomOut {
13375
+ "color"?: SwirlIconColor1;
13376
+ "label"?: string;
13377
+ /**
13378
+ * @default 24
13379
+ */
13380
+ "size"?: SwirlIconSize;
13381
+ }
13290
13382
  interface SwirlImageGrid {
13291
13383
  "aspectRatio"?: string;
13292
13384
  /**
@@ -16963,6 +17055,11 @@ declare namespace LocalJSX {
16963
17055
  "label": string;
16964
17056
  "size": SwirlIconSize;
16965
17057
  }
17058
+ interface SwirlIconRedoAttributes {
17059
+ "color": SwirlIconColor;
17060
+ "label": string;
17061
+ "size": SwirlIconSize;
17062
+ }
16966
17063
  interface SwirlIconRefreshAttributes {
16967
17064
  "color": SwirlIconColor;
16968
17065
  "label": string;
@@ -17108,6 +17205,11 @@ declare namespace LocalJSX {
17108
17205
  "label": string;
17109
17206
  "size": SwirlIconSize;
17110
17207
  }
17208
+ interface SwirlIconSwapVertAttributes {
17209
+ "color": SwirlIconColor;
17210
+ "label": string;
17211
+ "size": SwirlIconSize;
17212
+ }
17111
17213
  interface SwirlIconSyncAttributes {
17112
17214
  "color": SwirlIconColor;
17113
17215
  "label": string;
@@ -17268,6 +17370,16 @@ declare namespace LocalJSX {
17268
17370
  "label": string;
17269
17371
  "size": SwirlIconSize;
17270
17372
  }
17373
+ interface SwirlIconZoomInAttributes {
17374
+ "color": SwirlIconColor;
17375
+ "label": string;
17376
+ "size": SwirlIconSize;
17377
+ }
17378
+ interface SwirlIconZoomOutAttributes {
17379
+ "color": SwirlIconColor;
17380
+ "label": string;
17381
+ "size": SwirlIconSize;
17382
+ }
17271
17383
  interface SwirlImageGridAttributes {
17272
17384
  "aspectRatio": string;
17273
17385
  "borderRadius": SwirlImageGridBorderRadius;
@@ -18524,6 +18636,7 @@ declare namespace LocalJSX {
18524
18636
  "swirl-icon-ratio-three-to-four": Omit<SwirlIconRatioThreeToFour, keyof SwirlIconRatioThreeToFourAttributes> & { [K in keyof SwirlIconRatioThreeToFour & keyof SwirlIconRatioThreeToFourAttributes]?: SwirlIconRatioThreeToFour[K] } & { [K in keyof SwirlIconRatioThreeToFour & keyof SwirlIconRatioThreeToFourAttributes as `attr:${K}`]?: SwirlIconRatioThreeToFourAttributes[K] } & { [K in keyof SwirlIconRatioThreeToFour & keyof SwirlIconRatioThreeToFourAttributes as `prop:${K}`]?: SwirlIconRatioThreeToFour[K] };
18525
18637
  "swirl-icon-ratio-three-to-two": Omit<SwirlIconRatioThreeToTwo, keyof SwirlIconRatioThreeToTwoAttributes> & { [K in keyof SwirlIconRatioThreeToTwo & keyof SwirlIconRatioThreeToTwoAttributes]?: SwirlIconRatioThreeToTwo[K] } & { [K in keyof SwirlIconRatioThreeToTwo & keyof SwirlIconRatioThreeToTwoAttributes as `attr:${K}`]?: SwirlIconRatioThreeToTwoAttributes[K] } & { [K in keyof SwirlIconRatioThreeToTwo & keyof SwirlIconRatioThreeToTwoAttributes as `prop:${K}`]?: SwirlIconRatioThreeToTwo[K] };
18526
18638
  "swirl-icon-recieved": Omit<SwirlIconRecieved, keyof SwirlIconRecievedAttributes> & { [K in keyof SwirlIconRecieved & keyof SwirlIconRecievedAttributes]?: SwirlIconRecieved[K] } & { [K in keyof SwirlIconRecieved & keyof SwirlIconRecievedAttributes as `attr:${K}`]?: SwirlIconRecievedAttributes[K] } & { [K in keyof SwirlIconRecieved & keyof SwirlIconRecievedAttributes as `prop:${K}`]?: SwirlIconRecieved[K] };
18639
+ "swirl-icon-redo": Omit<SwirlIconRedo, keyof SwirlIconRedoAttributes> & { [K in keyof SwirlIconRedo & keyof SwirlIconRedoAttributes]?: SwirlIconRedo[K] } & { [K in keyof SwirlIconRedo & keyof SwirlIconRedoAttributes as `attr:${K}`]?: SwirlIconRedoAttributes[K] } & { [K in keyof SwirlIconRedo & keyof SwirlIconRedoAttributes as `prop:${K}`]?: SwirlIconRedo[K] };
18527
18640
  "swirl-icon-refresh": Omit<SwirlIconRefresh, keyof SwirlIconRefreshAttributes> & { [K in keyof SwirlIconRefresh & keyof SwirlIconRefreshAttributes]?: SwirlIconRefresh[K] } & { [K in keyof SwirlIconRefresh & keyof SwirlIconRefreshAttributes as `attr:${K}`]?: SwirlIconRefreshAttributes[K] } & { [K in keyof SwirlIconRefresh & keyof SwirlIconRefreshAttributes as `prop:${K}`]?: SwirlIconRefresh[K] };
18528
18641
  "swirl-icon-remove": Omit<SwirlIconRemove, keyof SwirlIconRemoveAttributes> & { [K in keyof SwirlIconRemove & keyof SwirlIconRemoveAttributes]?: SwirlIconRemove[K] } & { [K in keyof SwirlIconRemove & keyof SwirlIconRemoveAttributes as `attr:${K}`]?: SwirlIconRemoveAttributes[K] } & { [K in keyof SwirlIconRemove & keyof SwirlIconRemoveAttributes as `prop:${K}`]?: SwirlIconRemove[K] };
18529
18642
  "swirl-icon-remove-circle": Omit<SwirlIconRemoveCircle, keyof SwirlIconRemoveCircleAttributes> & { [K in keyof SwirlIconRemoveCircle & keyof SwirlIconRemoveCircleAttributes]?: SwirlIconRemoveCircle[K] } & { [K in keyof SwirlIconRemoveCircle & keyof SwirlIconRemoveCircleAttributes as `attr:${K}`]?: SwirlIconRemoveCircleAttributes[K] } & { [K in keyof SwirlIconRemoveCircle & keyof SwirlIconRemoveCircleAttributes as `prop:${K}`]?: SwirlIconRemoveCircle[K] };
@@ -18553,6 +18666,7 @@ declare namespace LocalJSX {
18553
18666
  "swirl-icon-stop-circle": Omit<SwirlIconStopCircle, keyof SwirlIconStopCircleAttributes> & { [K in keyof SwirlIconStopCircle & keyof SwirlIconStopCircleAttributes]?: SwirlIconStopCircle[K] } & { [K in keyof SwirlIconStopCircle & keyof SwirlIconStopCircleAttributes as `attr:${K}`]?: SwirlIconStopCircleAttributes[K] } & { [K in keyof SwirlIconStopCircle & keyof SwirlIconStopCircleAttributes as `prop:${K}`]?: SwirlIconStopCircle[K] };
18554
18667
  "swirl-icon-strikethrough": Omit<SwirlIconStrikethrough, keyof SwirlIconStrikethroughAttributes> & { [K in keyof SwirlIconStrikethrough & keyof SwirlIconStrikethroughAttributes]?: SwirlIconStrikethrough[K] } & { [K in keyof SwirlIconStrikethrough & keyof SwirlIconStrikethroughAttributes as `attr:${K}`]?: SwirlIconStrikethroughAttributes[K] } & { [K in keyof SwirlIconStrikethrough & keyof SwirlIconStrikethroughAttributes as `prop:${K}`]?: SwirlIconStrikethrough[K] };
18555
18668
  "swirl-icon-sunny": Omit<SwirlIconSunny, keyof SwirlIconSunnyAttributes> & { [K in keyof SwirlIconSunny & keyof SwirlIconSunnyAttributes]?: SwirlIconSunny[K] } & { [K in keyof SwirlIconSunny & keyof SwirlIconSunnyAttributes as `attr:${K}`]?: SwirlIconSunnyAttributes[K] } & { [K in keyof SwirlIconSunny & keyof SwirlIconSunnyAttributes as `prop:${K}`]?: SwirlIconSunny[K] };
18669
+ "swirl-icon-swap-vert": Omit<SwirlIconSwapVert, keyof SwirlIconSwapVertAttributes> & { [K in keyof SwirlIconSwapVert & keyof SwirlIconSwapVertAttributes]?: SwirlIconSwapVert[K] } & { [K in keyof SwirlIconSwapVert & keyof SwirlIconSwapVertAttributes as `attr:${K}`]?: SwirlIconSwapVertAttributes[K] } & { [K in keyof SwirlIconSwapVert & keyof SwirlIconSwapVertAttributes as `prop:${K}`]?: SwirlIconSwapVert[K] };
18556
18670
  "swirl-icon-sync": Omit<SwirlIconSync, keyof SwirlIconSyncAttributes> & { [K in keyof SwirlIconSync & keyof SwirlIconSyncAttributes]?: SwirlIconSync[K] } & { [K in keyof SwirlIconSync & keyof SwirlIconSyncAttributes as `attr:${K}`]?: SwirlIconSyncAttributes[K] } & { [K in keyof SwirlIconSync & keyof SwirlIconSyncAttributes as `prop:${K}`]?: SwirlIconSync[K] };
18557
18671
  "swirl-icon-tasks": Omit<SwirlIconTasks, keyof SwirlIconTasksAttributes> & { [K in keyof SwirlIconTasks & keyof SwirlIconTasksAttributes]?: SwirlIconTasks[K] } & { [K in keyof SwirlIconTasks & keyof SwirlIconTasksAttributes as `attr:${K}`]?: SwirlIconTasksAttributes[K] } & { [K in keyof SwirlIconTasks & keyof SwirlIconTasksAttributes as `prop:${K}`]?: SwirlIconTasks[K] };
18558
18672
  "swirl-icon-tasks-filled": Omit<SwirlIconTasksFilled, keyof SwirlIconTasksFilledAttributes> & { [K in keyof SwirlIconTasksFilled & keyof SwirlIconTasksFilledAttributes]?: SwirlIconTasksFilled[K] } & { [K in keyof SwirlIconTasksFilled & keyof SwirlIconTasksFilledAttributes as `attr:${K}`]?: SwirlIconTasksFilledAttributes[K] } & { [K in keyof SwirlIconTasksFilled & keyof SwirlIconTasksFilledAttributes as `prop:${K}`]?: SwirlIconTasksFilled[K] };
@@ -18585,6 +18699,8 @@ declare namespace LocalJSX {
18585
18699
  "swirl-icon-web-asset-off": Omit<SwirlIconWebAssetOff, keyof SwirlIconWebAssetOffAttributes> & { [K in keyof SwirlIconWebAssetOff & keyof SwirlIconWebAssetOffAttributes]?: SwirlIconWebAssetOff[K] } & { [K in keyof SwirlIconWebAssetOff & keyof SwirlIconWebAssetOffAttributes as `attr:${K}`]?: SwirlIconWebAssetOffAttributes[K] } & { [K in keyof SwirlIconWebAssetOff & keyof SwirlIconWebAssetOffAttributes as `prop:${K}`]?: SwirlIconWebAssetOff[K] };
18586
18700
  "swirl-icon-work": Omit<SwirlIconWork, keyof SwirlIconWorkAttributes> & { [K in keyof SwirlIconWork & keyof SwirlIconWorkAttributes]?: SwirlIconWork[K] } & { [K in keyof SwirlIconWork & keyof SwirlIconWorkAttributes as `attr:${K}`]?: SwirlIconWorkAttributes[K] } & { [K in keyof SwirlIconWork & keyof SwirlIconWorkAttributes as `prop:${K}`]?: SwirlIconWork[K] };
18587
18701
  "swirl-icon-workspace-premium": Omit<SwirlIconWorkspacePremium, keyof SwirlIconWorkspacePremiumAttributes> & { [K in keyof SwirlIconWorkspacePremium & keyof SwirlIconWorkspacePremiumAttributes]?: SwirlIconWorkspacePremium[K] } & { [K in keyof SwirlIconWorkspacePremium & keyof SwirlIconWorkspacePremiumAttributes as `attr:${K}`]?: SwirlIconWorkspacePremiumAttributes[K] } & { [K in keyof SwirlIconWorkspacePremium & keyof SwirlIconWorkspacePremiumAttributes as `prop:${K}`]?: SwirlIconWorkspacePremium[K] };
18702
+ "swirl-icon-zoom-in": Omit<SwirlIconZoomIn, keyof SwirlIconZoomInAttributes> & { [K in keyof SwirlIconZoomIn & keyof SwirlIconZoomInAttributes]?: SwirlIconZoomIn[K] } & { [K in keyof SwirlIconZoomIn & keyof SwirlIconZoomInAttributes as `attr:${K}`]?: SwirlIconZoomInAttributes[K] } & { [K in keyof SwirlIconZoomIn & keyof SwirlIconZoomInAttributes as `prop:${K}`]?: SwirlIconZoomIn[K] };
18703
+ "swirl-icon-zoom-out": Omit<SwirlIconZoomOut, keyof SwirlIconZoomOutAttributes> & { [K in keyof SwirlIconZoomOut & keyof SwirlIconZoomOutAttributes]?: SwirlIconZoomOut[K] } & { [K in keyof SwirlIconZoomOut & keyof SwirlIconZoomOutAttributes as `attr:${K}`]?: SwirlIconZoomOutAttributes[K] } & { [K in keyof SwirlIconZoomOut & keyof SwirlIconZoomOutAttributes as `prop:${K}`]?: SwirlIconZoomOut[K] };
18588
18704
  "swirl-image-grid": Omit<SwirlImageGrid, keyof SwirlImageGridAttributes> & { [K in keyof SwirlImageGrid & keyof SwirlImageGridAttributes]?: SwirlImageGrid[K] } & { [K in keyof SwirlImageGrid & keyof SwirlImageGridAttributes as `attr:${K}`]?: SwirlImageGridAttributes[K] } & { [K in keyof SwirlImageGrid & keyof SwirlImageGridAttributes as `prop:${K}`]?: SwirlImageGrid[K] };
18589
18705
  "swirl-image-grid-item": Omit<SwirlImageGridItem, keyof SwirlImageGridItemAttributes> & { [K in keyof SwirlImageGridItem & keyof SwirlImageGridItemAttributes]?: SwirlImageGridItem[K] } & { [K in keyof SwirlImageGridItem & keyof SwirlImageGridItemAttributes as `attr:${K}`]?: SwirlImageGridItemAttributes[K] } & { [K in keyof SwirlImageGridItem & keyof SwirlImageGridItemAttributes as `prop:${K}`]?: SwirlImageGridItem[K] } & OneOf<"alt", SwirlImageGridItem["alt"], SwirlImageGridItemAttributes["alt"]> & OneOf<"src", SwirlImageGridItem["src"], SwirlImageGridItemAttributes["src"]>;
18590
18706
  "swirl-inline-error": Omit<SwirlInlineError, keyof SwirlInlineErrorAttributes> & { [K in keyof SwirlInlineError & keyof SwirlInlineErrorAttributes]?: SwirlInlineError[K] } & { [K in keyof SwirlInlineError & keyof SwirlInlineErrorAttributes as `attr:${K}`]?: SwirlInlineErrorAttributes[K] } & { [K in keyof SwirlInlineError & keyof SwirlInlineErrorAttributes as `prop:${K}`]?: SwirlInlineError[K] } & OneOf<"message", SwirlInlineError["message"], SwirlInlineErrorAttributes["message"]>;
@@ -19030,6 +19146,7 @@ declare module "@stencil/core" {
19030
19146
  "swirl-icon-ratio-three-to-four": LocalJSX.IntrinsicElements["swirl-icon-ratio-three-to-four"] & JSXBase.HTMLAttributes<HTMLSwirlIconRatioThreeToFourElement>;
19031
19147
  "swirl-icon-ratio-three-to-two": LocalJSX.IntrinsicElements["swirl-icon-ratio-three-to-two"] & JSXBase.HTMLAttributes<HTMLSwirlIconRatioThreeToTwoElement>;
19032
19148
  "swirl-icon-recieved": LocalJSX.IntrinsicElements["swirl-icon-recieved"] & JSXBase.HTMLAttributes<HTMLSwirlIconRecievedElement>;
19149
+ "swirl-icon-redo": LocalJSX.IntrinsicElements["swirl-icon-redo"] & JSXBase.HTMLAttributes<HTMLSwirlIconRedoElement>;
19033
19150
  "swirl-icon-refresh": LocalJSX.IntrinsicElements["swirl-icon-refresh"] & JSXBase.HTMLAttributes<HTMLSwirlIconRefreshElement>;
19034
19151
  "swirl-icon-remove": LocalJSX.IntrinsicElements["swirl-icon-remove"] & JSXBase.HTMLAttributes<HTMLSwirlIconRemoveElement>;
19035
19152
  "swirl-icon-remove-circle": LocalJSX.IntrinsicElements["swirl-icon-remove-circle"] & JSXBase.HTMLAttributes<HTMLSwirlIconRemoveCircleElement>;
@@ -19059,6 +19176,7 @@ declare module "@stencil/core" {
19059
19176
  "swirl-icon-stop-circle": LocalJSX.IntrinsicElements["swirl-icon-stop-circle"] & JSXBase.HTMLAttributes<HTMLSwirlIconStopCircleElement>;
19060
19177
  "swirl-icon-strikethrough": LocalJSX.IntrinsicElements["swirl-icon-strikethrough"] & JSXBase.HTMLAttributes<HTMLSwirlIconStrikethroughElement>;
19061
19178
  "swirl-icon-sunny": LocalJSX.IntrinsicElements["swirl-icon-sunny"] & JSXBase.HTMLAttributes<HTMLSwirlIconSunnyElement>;
19179
+ "swirl-icon-swap-vert": LocalJSX.IntrinsicElements["swirl-icon-swap-vert"] & JSXBase.HTMLAttributes<HTMLSwirlIconSwapVertElement>;
19062
19180
  "swirl-icon-sync": LocalJSX.IntrinsicElements["swirl-icon-sync"] & JSXBase.HTMLAttributes<HTMLSwirlIconSyncElement>;
19063
19181
  "swirl-icon-tasks": LocalJSX.IntrinsicElements["swirl-icon-tasks"] & JSXBase.HTMLAttributes<HTMLSwirlIconTasksElement>;
19064
19182
  "swirl-icon-tasks-filled": LocalJSX.IntrinsicElements["swirl-icon-tasks-filled"] & JSXBase.HTMLAttributes<HTMLSwirlIconTasksFilledElement>;
@@ -19091,6 +19209,8 @@ declare module "@stencil/core" {
19091
19209
  "swirl-icon-web-asset-off": LocalJSX.IntrinsicElements["swirl-icon-web-asset-off"] & JSXBase.HTMLAttributes<HTMLSwirlIconWebAssetOffElement>;
19092
19210
  "swirl-icon-work": LocalJSX.IntrinsicElements["swirl-icon-work"] & JSXBase.HTMLAttributes<HTMLSwirlIconWorkElement>;
19093
19211
  "swirl-icon-workspace-premium": LocalJSX.IntrinsicElements["swirl-icon-workspace-premium"] & JSXBase.HTMLAttributes<HTMLSwirlIconWorkspacePremiumElement>;
19212
+ "swirl-icon-zoom-in": LocalJSX.IntrinsicElements["swirl-icon-zoom-in"] & JSXBase.HTMLAttributes<HTMLSwirlIconZoomInElement>;
19213
+ "swirl-icon-zoom-out": LocalJSX.IntrinsicElements["swirl-icon-zoom-out"] & JSXBase.HTMLAttributes<HTMLSwirlIconZoomOutElement>;
19094
19214
  "swirl-image-grid": LocalJSX.IntrinsicElements["swirl-image-grid"] & JSXBase.HTMLAttributes<HTMLSwirlImageGridElement>;
19095
19215
  "swirl-image-grid-item": LocalJSX.IntrinsicElements["swirl-image-grid-item"] & JSXBase.HTMLAttributes<HTMLSwirlImageGridItemElement>;
19096
19216
  "swirl-inline-error": LocalJSX.IntrinsicElements["swirl-inline-error"] & JSXBase.HTMLAttributes<HTMLSwirlInlineErrorElement>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-ai",
3
- "version": "0.494.0",
3
+ "version": "0.495.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.494.0",
29
+ "@getflip/swirl-components": "0.495.0",
30
30
  "@getflip/swirl-tokens": "2.14.3",
31
31
  "@types/node": "25.3.0",
32
32
  "tsx": "^4.7.0",