@getflip/swirl-ai 0.468.1 → 0.470.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.
Files changed (28) hide show
  1. package/dist/agent/components/swirl-icon-add-box.md +49 -0
  2. package/dist/agent/components/swirl-icon-apparel.md +49 -0
  3. package/dist/agent/components/swirl-icon-co-present.md +49 -0
  4. package/dist/agent/components/swirl-icon-contract-edit.md +49 -0
  5. package/dist/agent/components/swirl-icon-destruction.md +49 -0
  6. package/dist/agent/components/swirl-icon-list-alt-check.md +49 -0
  7. package/dist/agent/components/swirl-icon-mobile-theft.md +49 -0
  8. package/dist/agent/components/swirl-icon-person-raised-hand.md +49 -0
  9. package/dist/agent/components/swirl-icon-qr-code-scanner.md +49 -0
  10. package/dist/agent/components/swirl-icon-school.md +49 -0
  11. package/dist/agent/components/swirl-icon-waving-hand.md +49 -0
  12. package/dist/agent/components/swirl-icon-workspace-premium.md +49 -0
  13. package/dist/agent/components-index.json +48 -0
  14. package/dist/custom-elements.manifest.json +1310 -170
  15. package/dist/types/components/swirl-icon/icons/swirl-icon-add-box.d.ts +7 -0
  16. package/dist/types/components/swirl-icon/icons/swirl-icon-apparel.d.ts +7 -0
  17. package/dist/types/components/swirl-icon/icons/swirl-icon-co-present.d.ts +7 -0
  18. package/dist/types/components/swirl-icon/icons/swirl-icon-contract-edit.d.ts +7 -0
  19. package/dist/types/components/swirl-icon/icons/swirl-icon-destruction.d.ts +7 -0
  20. package/dist/types/components/swirl-icon/icons/swirl-icon-list-alt-check.d.ts +7 -0
  21. package/dist/types/components/swirl-icon/icons/swirl-icon-mobile-theft.d.ts +7 -0
  22. package/dist/types/components/swirl-icon/icons/swirl-icon-person-raised-hand.d.ts +7 -0
  23. package/dist/types/components/swirl-icon/icons/swirl-icon-qr-code-scanner.d.ts +7 -0
  24. package/dist/types/components/swirl-icon/icons/swirl-icon-school.d.ts +7 -0
  25. package/dist/types/components/swirl-icon/icons/swirl-icon-waving-hand.d.ts +7 -0
  26. package/dist/types/components/swirl-icon/icons/swirl-icon-workspace-premium.d.ts +7 -0
  27. package/dist/types/components.d.ts +324 -0
  28. package/package.json +2 -2
@@ -11358,6 +11358,101 @@
11358
11358
  }
11359
11359
  ]
11360
11360
  },
11361
+ {
11362
+ "kind": "javascript-module",
11363
+ "path": "src/components/swirl-icon/icons/swirl-icon-add-box.tsx",
11364
+ "declarations": [
11365
+ {
11366
+ "kind": "class",
11367
+ "customElement": true,
11368
+ "tagName": "swirl-icon-add-box",
11369
+ "name": "SwirlIconAddBox",
11370
+ "attributes": [
11371
+ {
11372
+ "name": "color",
11373
+ "type": {
11374
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
11375
+ "references": [
11376
+ {
11377
+ "name": "SwirlIconColor",
11378
+ "module": "../swirl-icon"
11379
+ }
11380
+ ]
11381
+ },
11382
+ "fieldName": "color"
11383
+ },
11384
+ {
11385
+ "name": "size",
11386
+ "type": {
11387
+ "text": "16 | 20 | 24 | 28 | undefined",
11388
+ "references": [
11389
+ {
11390
+ "name": "SwirlIconSize",
11391
+ "module": "../swirl-icon.types"
11392
+ }
11393
+ ]
11394
+ },
11395
+ "default": "24",
11396
+ "fieldName": "size"
11397
+ }
11398
+ ],
11399
+ "members": [
11400
+ {
11401
+ "kind": "field",
11402
+ "name": "color",
11403
+ "type": {
11404
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
11405
+ "references": [
11406
+ {
11407
+ "name": "SwirlIconColor",
11408
+ "module": "../swirl-icon"
11409
+ }
11410
+ ]
11411
+ },
11412
+ "readonly": true,
11413
+ "attribute": "color"
11414
+ },
11415
+ {
11416
+ "kind": "field",
11417
+ "name": "size",
11418
+ "type": {
11419
+ "text": "16 | 20 | 24 | 28 | undefined",
11420
+ "references": [
11421
+ {
11422
+ "name": "SwirlIconSize",
11423
+ "module": "../swirl-icon.types"
11424
+ }
11425
+ ]
11426
+ },
11427
+ "default": "24",
11428
+ "readonly": true,
11429
+ "attribute": "size"
11430
+ }
11431
+ ],
11432
+ "cssParts": [
11433
+ {
11434
+ "name": "icon"
11435
+ }
11436
+ ]
11437
+ }
11438
+ ],
11439
+ "exports": [
11440
+ {
11441
+ "kind": "js",
11442
+ "name": "SwirlIconAddBox",
11443
+ "declaration": {
11444
+ "name": "SwirlIconAddBox"
11445
+ }
11446
+ },
11447
+ {
11448
+ "kind": "custom-element-definition",
11449
+ "name": "swirl-icon-add-box",
11450
+ "declaration": {
11451
+ "name": "SwirlIconAddBox"
11452
+ }
11453
+ }
11454
+ ]
11455
+ },
11361
11456
  {
11362
11457
  "kind": "javascript-module",
11363
11458
  "path": "src/components/swirl-icon/icons/swirl-icon-add-moderator.tsx",
@@ -11928,6 +12023,101 @@
11928
12023
  }
11929
12024
  ]
11930
12025
  },
12026
+ {
12027
+ "kind": "javascript-module",
12028
+ "path": "src/components/swirl-icon/icons/swirl-icon-apparel.tsx",
12029
+ "declarations": [
12030
+ {
12031
+ "kind": "class",
12032
+ "customElement": true,
12033
+ "tagName": "swirl-icon-apparel",
12034
+ "name": "SwirlIconApparel",
12035
+ "attributes": [
12036
+ {
12037
+ "name": "color",
12038
+ "type": {
12039
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
12040
+ "references": [
12041
+ {
12042
+ "name": "SwirlIconColor",
12043
+ "module": "../swirl-icon"
12044
+ }
12045
+ ]
12046
+ },
12047
+ "fieldName": "color"
12048
+ },
12049
+ {
12050
+ "name": "size",
12051
+ "type": {
12052
+ "text": "16 | 20 | 24 | 28 | undefined",
12053
+ "references": [
12054
+ {
12055
+ "name": "SwirlIconSize",
12056
+ "module": "../swirl-icon.types"
12057
+ }
12058
+ ]
12059
+ },
12060
+ "default": "24",
12061
+ "fieldName": "size"
12062
+ }
12063
+ ],
12064
+ "members": [
12065
+ {
12066
+ "kind": "field",
12067
+ "name": "color",
12068
+ "type": {
12069
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
12070
+ "references": [
12071
+ {
12072
+ "name": "SwirlIconColor",
12073
+ "module": "../swirl-icon"
12074
+ }
12075
+ ]
12076
+ },
12077
+ "readonly": true,
12078
+ "attribute": "color"
12079
+ },
12080
+ {
12081
+ "kind": "field",
12082
+ "name": "size",
12083
+ "type": {
12084
+ "text": "16 | 20 | 24 | 28 | undefined",
12085
+ "references": [
12086
+ {
12087
+ "name": "SwirlIconSize",
12088
+ "module": "../swirl-icon.types"
12089
+ }
12090
+ ]
12091
+ },
12092
+ "default": "24",
12093
+ "readonly": true,
12094
+ "attribute": "size"
12095
+ }
12096
+ ],
12097
+ "cssParts": [
12098
+ {
12099
+ "name": "icon"
12100
+ }
12101
+ ]
12102
+ }
12103
+ ],
12104
+ "exports": [
12105
+ {
12106
+ "kind": "js",
12107
+ "name": "SwirlIconApparel",
12108
+ "declaration": {
12109
+ "name": "SwirlIconApparel"
12110
+ }
12111
+ },
12112
+ {
12113
+ "kind": "custom-element-definition",
12114
+ "name": "swirl-icon-apparel",
12115
+ "declaration": {
12116
+ "name": "SwirlIconApparel"
12117
+ }
12118
+ }
12119
+ ]
12120
+ },
11931
12121
  {
11932
12122
  "kind": "javascript-module",
11933
12123
  "path": "src/components/swirl-icon/icons/swirl-icon-apps.tsx",
@@ -15825,13 +16015,13 @@
15825
16015
  },
15826
16016
  {
15827
16017
  "kind": "javascript-module",
15828
- "path": "src/components/swirl-icon/icons/swirl-icon-column.tsx",
16018
+ "path": "src/components/swirl-icon/icons/swirl-icon-co-present.tsx",
15829
16019
  "declarations": [
15830
16020
  {
15831
16021
  "kind": "class",
15832
16022
  "customElement": true,
15833
- "tagName": "swirl-icon-column",
15834
- "name": "SwirlIconColumn",
16023
+ "tagName": "swirl-icon-co-present",
16024
+ "name": "SwirlIconCoPresent",
15835
16025
  "attributes": [
15836
16026
  {
15837
16027
  "name": "color",
@@ -15904,29 +16094,29 @@
15904
16094
  "exports": [
15905
16095
  {
15906
16096
  "kind": "js",
15907
- "name": "SwirlIconColumn",
16097
+ "name": "SwirlIconCoPresent",
15908
16098
  "declaration": {
15909
- "name": "SwirlIconColumn"
16099
+ "name": "SwirlIconCoPresent"
15910
16100
  }
15911
16101
  },
15912
16102
  {
15913
16103
  "kind": "custom-element-definition",
15914
- "name": "swirl-icon-column",
16104
+ "name": "swirl-icon-co-present",
15915
16105
  "declaration": {
15916
- "name": "SwirlIconColumn"
16106
+ "name": "SwirlIconCoPresent"
15917
16107
  }
15918
16108
  }
15919
16109
  ]
15920
16110
  },
15921
16111
  {
15922
16112
  "kind": "javascript-module",
15923
- "path": "src/components/swirl-icon/icons/swirl-icon-comment.tsx",
16113
+ "path": "src/components/swirl-icon/icons/swirl-icon-column.tsx",
15924
16114
  "declarations": [
15925
16115
  {
15926
16116
  "kind": "class",
15927
16117
  "customElement": true,
15928
- "tagName": "swirl-icon-comment",
15929
- "name": "SwirlIconComment",
16118
+ "tagName": "swirl-icon-column",
16119
+ "name": "SwirlIconColumn",
15930
16120
  "attributes": [
15931
16121
  {
15932
16122
  "name": "color",
@@ -15999,29 +16189,29 @@
15999
16189
  "exports": [
16000
16190
  {
16001
16191
  "kind": "js",
16002
- "name": "SwirlIconComment",
16192
+ "name": "SwirlIconColumn",
16003
16193
  "declaration": {
16004
- "name": "SwirlIconComment"
16194
+ "name": "SwirlIconColumn"
16005
16195
  }
16006
16196
  },
16007
16197
  {
16008
16198
  "kind": "custom-element-definition",
16009
- "name": "swirl-icon-comment",
16199
+ "name": "swirl-icon-column",
16010
16200
  "declaration": {
16011
- "name": "SwirlIconComment"
16201
+ "name": "SwirlIconColumn"
16012
16202
  }
16013
16203
  }
16014
16204
  ]
16015
16205
  },
16016
16206
  {
16017
16207
  "kind": "javascript-module",
16018
- "path": "src/components/swirl-icon/icons/swirl-icon-contrast.tsx",
16208
+ "path": "src/components/swirl-icon/icons/swirl-icon-comment.tsx",
16019
16209
  "declarations": [
16020
16210
  {
16021
16211
  "kind": "class",
16022
16212
  "customElement": true,
16023
- "tagName": "swirl-icon-contrast",
16024
- "name": "SwirlIconContrast",
16213
+ "tagName": "swirl-icon-comment",
16214
+ "name": "SwirlIconComment",
16025
16215
  "attributes": [
16026
16216
  {
16027
16217
  "name": "color",
@@ -16094,29 +16284,29 @@
16094
16284
  "exports": [
16095
16285
  {
16096
16286
  "kind": "js",
16097
- "name": "SwirlIconContrast",
16287
+ "name": "SwirlIconComment",
16098
16288
  "declaration": {
16099
- "name": "SwirlIconContrast"
16289
+ "name": "SwirlIconComment"
16100
16290
  }
16101
16291
  },
16102
16292
  {
16103
16293
  "kind": "custom-element-definition",
16104
- "name": "swirl-icon-contrast",
16294
+ "name": "swirl-icon-comment",
16105
16295
  "declaration": {
16106
- "name": "SwirlIconContrast"
16296
+ "name": "SwirlIconComment"
16107
16297
  }
16108
16298
  }
16109
16299
  ]
16110
16300
  },
16111
16301
  {
16112
16302
  "kind": "javascript-module",
16113
- "path": "src/components/swirl-icon/icons/swirl-icon-copy.tsx",
16303
+ "path": "src/components/swirl-icon/icons/swirl-icon-contract-edit.tsx",
16114
16304
  "declarations": [
16115
16305
  {
16116
16306
  "kind": "class",
16117
16307
  "customElement": true,
16118
- "tagName": "swirl-icon-copy",
16119
- "name": "SwirlIconCopy",
16308
+ "tagName": "swirl-icon-contract-edit",
16309
+ "name": "SwirlIconContractEdit",
16120
16310
  "attributes": [
16121
16311
  {
16122
16312
  "name": "color",
@@ -16189,29 +16379,29 @@
16189
16379
  "exports": [
16190
16380
  {
16191
16381
  "kind": "js",
16192
- "name": "SwirlIconCopy",
16382
+ "name": "SwirlIconContractEdit",
16193
16383
  "declaration": {
16194
- "name": "SwirlIconCopy"
16384
+ "name": "SwirlIconContractEdit"
16195
16385
  }
16196
16386
  },
16197
16387
  {
16198
16388
  "kind": "custom-element-definition",
16199
- "name": "swirl-icon-copy",
16389
+ "name": "swirl-icon-contract-edit",
16200
16390
  "declaration": {
16201
- "name": "SwirlIconCopy"
16391
+ "name": "SwirlIconContractEdit"
16202
16392
  }
16203
16393
  }
16204
16394
  ]
16205
16395
  },
16206
16396
  {
16207
16397
  "kind": "javascript-module",
16208
- "path": "src/components/swirl-icon/icons/swirl-icon-crop.tsx",
16398
+ "path": "src/components/swirl-icon/icons/swirl-icon-contrast.tsx",
16209
16399
  "declarations": [
16210
16400
  {
16211
16401
  "kind": "class",
16212
16402
  "customElement": true,
16213
- "tagName": "swirl-icon-crop",
16214
- "name": "SwirlIconCrop",
16403
+ "tagName": "swirl-icon-contrast",
16404
+ "name": "SwirlIconContrast",
16215
16405
  "attributes": [
16216
16406
  {
16217
16407
  "name": "color",
@@ -16284,29 +16474,29 @@
16284
16474
  "exports": [
16285
16475
  {
16286
16476
  "kind": "js",
16287
- "name": "SwirlIconCrop",
16477
+ "name": "SwirlIconContrast",
16288
16478
  "declaration": {
16289
- "name": "SwirlIconCrop"
16479
+ "name": "SwirlIconContrast"
16290
16480
  }
16291
16481
  },
16292
16482
  {
16293
16483
  "kind": "custom-element-definition",
16294
- "name": "swirl-icon-crop",
16484
+ "name": "swirl-icon-contrast",
16295
16485
  "declaration": {
16296
- "name": "SwirlIconCrop"
16486
+ "name": "SwirlIconContrast"
16297
16487
  }
16298
16488
  }
16299
16489
  ]
16300
16490
  },
16301
16491
  {
16302
16492
  "kind": "javascript-module",
16303
- "path": "src/components/swirl-icon/icons/swirl-icon-dark-mode.tsx",
16493
+ "path": "src/components/swirl-icon/icons/swirl-icon-copy.tsx",
16304
16494
  "declarations": [
16305
16495
  {
16306
16496
  "kind": "class",
16307
16497
  "customElement": true,
16308
- "tagName": "swirl-icon-dark-mode",
16309
- "name": "SwirlIconDarkMode",
16498
+ "tagName": "swirl-icon-copy",
16499
+ "name": "SwirlIconCopy",
16310
16500
  "attributes": [
16311
16501
  {
16312
16502
  "name": "color",
@@ -16379,29 +16569,29 @@
16379
16569
  "exports": [
16380
16570
  {
16381
16571
  "kind": "js",
16382
- "name": "SwirlIconDarkMode",
16572
+ "name": "SwirlIconCopy",
16383
16573
  "declaration": {
16384
- "name": "SwirlIconDarkMode"
16574
+ "name": "SwirlIconCopy"
16385
16575
  }
16386
16576
  },
16387
16577
  {
16388
16578
  "kind": "custom-element-definition",
16389
- "name": "swirl-icon-dark-mode",
16579
+ "name": "swirl-icon-copy",
16390
16580
  "declaration": {
16391
- "name": "SwirlIconDarkMode"
16581
+ "name": "SwirlIconCopy"
16392
16582
  }
16393
16583
  }
16394
16584
  ]
16395
16585
  },
16396
16586
  {
16397
16587
  "kind": "javascript-module",
16398
- "path": "src/components/swirl-icon/icons/swirl-icon-date-range.tsx",
16588
+ "path": "src/components/swirl-icon/icons/swirl-icon-crop.tsx",
16399
16589
  "declarations": [
16400
16590
  {
16401
16591
  "kind": "class",
16402
16592
  "customElement": true,
16403
- "tagName": "swirl-icon-date-range",
16404
- "name": "SwirlIconDateRange",
16593
+ "tagName": "swirl-icon-crop",
16594
+ "name": "SwirlIconCrop",
16405
16595
  "attributes": [
16406
16596
  {
16407
16597
  "name": "color",
@@ -16474,9 +16664,199 @@
16474
16664
  "exports": [
16475
16665
  {
16476
16666
  "kind": "js",
16477
- "name": "SwirlIconDateRange",
16667
+ "name": "SwirlIconCrop",
16478
16668
  "declaration": {
16479
- "name": "SwirlIconDateRange"
16669
+ "name": "SwirlIconCrop"
16670
+ }
16671
+ },
16672
+ {
16673
+ "kind": "custom-element-definition",
16674
+ "name": "swirl-icon-crop",
16675
+ "declaration": {
16676
+ "name": "SwirlIconCrop"
16677
+ }
16678
+ }
16679
+ ]
16680
+ },
16681
+ {
16682
+ "kind": "javascript-module",
16683
+ "path": "src/components/swirl-icon/icons/swirl-icon-dark-mode.tsx",
16684
+ "declarations": [
16685
+ {
16686
+ "kind": "class",
16687
+ "customElement": true,
16688
+ "tagName": "swirl-icon-dark-mode",
16689
+ "name": "SwirlIconDarkMode",
16690
+ "attributes": [
16691
+ {
16692
+ "name": "color",
16693
+ "type": {
16694
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
16695
+ "references": [
16696
+ {
16697
+ "name": "SwirlIconColor",
16698
+ "module": "../swirl-icon"
16699
+ }
16700
+ ]
16701
+ },
16702
+ "fieldName": "color"
16703
+ },
16704
+ {
16705
+ "name": "size",
16706
+ "type": {
16707
+ "text": "16 | 20 | 24 | 28 | undefined",
16708
+ "references": [
16709
+ {
16710
+ "name": "SwirlIconSize",
16711
+ "module": "../swirl-icon.types"
16712
+ }
16713
+ ]
16714
+ },
16715
+ "default": "24",
16716
+ "fieldName": "size"
16717
+ }
16718
+ ],
16719
+ "members": [
16720
+ {
16721
+ "kind": "field",
16722
+ "name": "color",
16723
+ "type": {
16724
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
16725
+ "references": [
16726
+ {
16727
+ "name": "SwirlIconColor",
16728
+ "module": "../swirl-icon"
16729
+ }
16730
+ ]
16731
+ },
16732
+ "readonly": true,
16733
+ "attribute": "color"
16734
+ },
16735
+ {
16736
+ "kind": "field",
16737
+ "name": "size",
16738
+ "type": {
16739
+ "text": "16 | 20 | 24 | 28 | undefined",
16740
+ "references": [
16741
+ {
16742
+ "name": "SwirlIconSize",
16743
+ "module": "../swirl-icon.types"
16744
+ }
16745
+ ]
16746
+ },
16747
+ "default": "24",
16748
+ "readonly": true,
16749
+ "attribute": "size"
16750
+ }
16751
+ ],
16752
+ "cssParts": [
16753
+ {
16754
+ "name": "icon"
16755
+ }
16756
+ ]
16757
+ }
16758
+ ],
16759
+ "exports": [
16760
+ {
16761
+ "kind": "js",
16762
+ "name": "SwirlIconDarkMode",
16763
+ "declaration": {
16764
+ "name": "SwirlIconDarkMode"
16765
+ }
16766
+ },
16767
+ {
16768
+ "kind": "custom-element-definition",
16769
+ "name": "swirl-icon-dark-mode",
16770
+ "declaration": {
16771
+ "name": "SwirlIconDarkMode"
16772
+ }
16773
+ }
16774
+ ]
16775
+ },
16776
+ {
16777
+ "kind": "javascript-module",
16778
+ "path": "src/components/swirl-icon/icons/swirl-icon-date-range.tsx",
16779
+ "declarations": [
16780
+ {
16781
+ "kind": "class",
16782
+ "customElement": true,
16783
+ "tagName": "swirl-icon-date-range",
16784
+ "name": "SwirlIconDateRange",
16785
+ "attributes": [
16786
+ {
16787
+ "name": "color",
16788
+ "type": {
16789
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
16790
+ "references": [
16791
+ {
16792
+ "name": "SwirlIconColor",
16793
+ "module": "../swirl-icon"
16794
+ }
16795
+ ]
16796
+ },
16797
+ "fieldName": "color"
16798
+ },
16799
+ {
16800
+ "name": "size",
16801
+ "type": {
16802
+ "text": "16 | 20 | 24 | 28 | undefined",
16803
+ "references": [
16804
+ {
16805
+ "name": "SwirlIconSize",
16806
+ "module": "../swirl-icon.types"
16807
+ }
16808
+ ]
16809
+ },
16810
+ "default": "24",
16811
+ "fieldName": "size"
16812
+ }
16813
+ ],
16814
+ "members": [
16815
+ {
16816
+ "kind": "field",
16817
+ "name": "color",
16818
+ "type": {
16819
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
16820
+ "references": [
16821
+ {
16822
+ "name": "SwirlIconColor",
16823
+ "module": "../swirl-icon"
16824
+ }
16825
+ ]
16826
+ },
16827
+ "readonly": true,
16828
+ "attribute": "color"
16829
+ },
16830
+ {
16831
+ "kind": "field",
16832
+ "name": "size",
16833
+ "type": {
16834
+ "text": "16 | 20 | 24 | 28 | undefined",
16835
+ "references": [
16836
+ {
16837
+ "name": "SwirlIconSize",
16838
+ "module": "../swirl-icon.types"
16839
+ }
16840
+ ]
16841
+ },
16842
+ "default": "24",
16843
+ "readonly": true,
16844
+ "attribute": "size"
16845
+ }
16846
+ ],
16847
+ "cssParts": [
16848
+ {
16849
+ "name": "icon"
16850
+ }
16851
+ ]
16852
+ }
16853
+ ],
16854
+ "exports": [
16855
+ {
16856
+ "kind": "js",
16857
+ "name": "SwirlIconDateRange",
16858
+ "declaration": {
16859
+ "name": "SwirlIconDateRange"
16480
16860
  }
16481
16861
  },
16482
16862
  {
@@ -16868,6 +17248,101 @@
16868
17248
  }
16869
17249
  ]
16870
17250
  },
17251
+ {
17252
+ "kind": "javascript-module",
17253
+ "path": "src/components/swirl-icon/icons/swirl-icon-destruction.tsx",
17254
+ "declarations": [
17255
+ {
17256
+ "kind": "class",
17257
+ "customElement": true,
17258
+ "tagName": "swirl-icon-destruction",
17259
+ "name": "SwirlIconDestruction",
17260
+ "attributes": [
17261
+ {
17262
+ "name": "color",
17263
+ "type": {
17264
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
17265
+ "references": [
17266
+ {
17267
+ "name": "SwirlIconColor",
17268
+ "module": "../swirl-icon"
17269
+ }
17270
+ ]
17271
+ },
17272
+ "fieldName": "color"
17273
+ },
17274
+ {
17275
+ "name": "size",
17276
+ "type": {
17277
+ "text": "16 | 20 | 24 | 28 | undefined",
17278
+ "references": [
17279
+ {
17280
+ "name": "SwirlIconSize",
17281
+ "module": "../swirl-icon.types"
17282
+ }
17283
+ ]
17284
+ },
17285
+ "default": "24",
17286
+ "fieldName": "size"
17287
+ }
17288
+ ],
17289
+ "members": [
17290
+ {
17291
+ "kind": "field",
17292
+ "name": "color",
17293
+ "type": {
17294
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
17295
+ "references": [
17296
+ {
17297
+ "name": "SwirlIconColor",
17298
+ "module": "../swirl-icon"
17299
+ }
17300
+ ]
17301
+ },
17302
+ "readonly": true,
17303
+ "attribute": "color"
17304
+ },
17305
+ {
17306
+ "kind": "field",
17307
+ "name": "size",
17308
+ "type": {
17309
+ "text": "16 | 20 | 24 | 28 | undefined",
17310
+ "references": [
17311
+ {
17312
+ "name": "SwirlIconSize",
17313
+ "module": "../swirl-icon.types"
17314
+ }
17315
+ ]
17316
+ },
17317
+ "default": "24",
17318
+ "readonly": true,
17319
+ "attribute": "size"
17320
+ }
17321
+ ],
17322
+ "cssParts": [
17323
+ {
17324
+ "name": "icon"
17325
+ }
17326
+ ]
17327
+ }
17328
+ ],
17329
+ "exports": [
17330
+ {
17331
+ "kind": "js",
17332
+ "name": "SwirlIconDestruction",
17333
+ "declaration": {
17334
+ "name": "SwirlIconDestruction"
17335
+ }
17336
+ },
17337
+ {
17338
+ "kind": "custom-element-definition",
17339
+ "name": "swirl-icon-destruction",
17340
+ "declaration": {
17341
+ "name": "SwirlIconDestruction"
17342
+ }
17343
+ }
17344
+ ]
17345
+ },
16871
17346
  {
16872
17347
  "kind": "javascript-module",
16873
17348
  "path": "src/components/swirl-icon/icons/swirl-icon-directory.tsx",
@@ -22100,8 +22575,103 @@
22100
22575
  {
22101
22576
  "kind": "class",
22102
22577
  "customElement": true,
22103
- "tagName": "swirl-icon-keyboard",
22104
- "name": "SwirlIconKeyboard",
22578
+ "tagName": "swirl-icon-keyboard",
22579
+ "name": "SwirlIconKeyboard",
22580
+ "attributes": [
22581
+ {
22582
+ "name": "color",
22583
+ "type": {
22584
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
22585
+ "references": [
22586
+ {
22587
+ "name": "SwirlIconColor",
22588
+ "module": "../swirl-icon"
22589
+ }
22590
+ ]
22591
+ },
22592
+ "fieldName": "color"
22593
+ },
22594
+ {
22595
+ "name": "size",
22596
+ "type": {
22597
+ "text": "16 | 20 | 24 | 28 | undefined",
22598
+ "references": [
22599
+ {
22600
+ "name": "SwirlIconSize",
22601
+ "module": "../swirl-icon.types"
22602
+ }
22603
+ ]
22604
+ },
22605
+ "default": "24",
22606
+ "fieldName": "size"
22607
+ }
22608
+ ],
22609
+ "members": [
22610
+ {
22611
+ "kind": "field",
22612
+ "name": "color",
22613
+ "type": {
22614
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
22615
+ "references": [
22616
+ {
22617
+ "name": "SwirlIconColor",
22618
+ "module": "../swirl-icon"
22619
+ }
22620
+ ]
22621
+ },
22622
+ "readonly": true,
22623
+ "attribute": "color"
22624
+ },
22625
+ {
22626
+ "kind": "field",
22627
+ "name": "size",
22628
+ "type": {
22629
+ "text": "16 | 20 | 24 | 28 | undefined",
22630
+ "references": [
22631
+ {
22632
+ "name": "SwirlIconSize",
22633
+ "module": "../swirl-icon.types"
22634
+ }
22635
+ ]
22636
+ },
22637
+ "default": "24",
22638
+ "readonly": true,
22639
+ "attribute": "size"
22640
+ }
22641
+ ],
22642
+ "cssParts": [
22643
+ {
22644
+ "name": "icon"
22645
+ }
22646
+ ]
22647
+ }
22648
+ ],
22649
+ "exports": [
22650
+ {
22651
+ "kind": "js",
22652
+ "name": "SwirlIconKeyboard",
22653
+ "declaration": {
22654
+ "name": "SwirlIconKeyboard"
22655
+ }
22656
+ },
22657
+ {
22658
+ "kind": "custom-element-definition",
22659
+ "name": "swirl-icon-keyboard",
22660
+ "declaration": {
22661
+ "name": "SwirlIconKeyboard"
22662
+ }
22663
+ }
22664
+ ]
22665
+ },
22666
+ {
22667
+ "kind": "javascript-module",
22668
+ "path": "src/components/swirl-icon/icons/swirl-icon-keyboard-hide.tsx",
22669
+ "declarations": [
22670
+ {
22671
+ "kind": "class",
22672
+ "customElement": true,
22673
+ "tagName": "swirl-icon-keyboard-hide",
22674
+ "name": "SwirlIconKeyboardHide",
22105
22675
  "attributes": [
22106
22676
  {
22107
22677
  "name": "color",
@@ -22174,29 +22744,29 @@
22174
22744
  "exports": [
22175
22745
  {
22176
22746
  "kind": "js",
22177
- "name": "SwirlIconKeyboard",
22747
+ "name": "SwirlIconKeyboardHide",
22178
22748
  "declaration": {
22179
- "name": "SwirlIconKeyboard"
22749
+ "name": "SwirlIconKeyboardHide"
22180
22750
  }
22181
22751
  },
22182
22752
  {
22183
22753
  "kind": "custom-element-definition",
22184
- "name": "swirl-icon-keyboard",
22754
+ "name": "swirl-icon-keyboard-hide",
22185
22755
  "declaration": {
22186
- "name": "SwirlIconKeyboard"
22756
+ "name": "SwirlIconKeyboardHide"
22187
22757
  }
22188
22758
  }
22189
22759
  ]
22190
22760
  },
22191
22761
  {
22192
22762
  "kind": "javascript-module",
22193
- "path": "src/components/swirl-icon/icons/swirl-icon-keyboard-hide.tsx",
22763
+ "path": "src/components/swirl-icon/icons/swirl-icon-language.tsx",
22194
22764
  "declarations": [
22195
22765
  {
22196
22766
  "kind": "class",
22197
22767
  "customElement": true,
22198
- "tagName": "swirl-icon-keyboard-hide",
22199
- "name": "SwirlIconKeyboardHide",
22768
+ "tagName": "swirl-icon-language",
22769
+ "name": "SwirlIconLanguage",
22200
22770
  "attributes": [
22201
22771
  {
22202
22772
  "name": "color",
@@ -22269,29 +22839,29 @@
22269
22839
  "exports": [
22270
22840
  {
22271
22841
  "kind": "js",
22272
- "name": "SwirlIconKeyboardHide",
22842
+ "name": "SwirlIconLanguage",
22273
22843
  "declaration": {
22274
- "name": "SwirlIconKeyboardHide"
22844
+ "name": "SwirlIconLanguage"
22275
22845
  }
22276
22846
  },
22277
22847
  {
22278
22848
  "kind": "custom-element-definition",
22279
- "name": "swirl-icon-keyboard-hide",
22849
+ "name": "swirl-icon-language",
22280
22850
  "declaration": {
22281
- "name": "SwirlIconKeyboardHide"
22851
+ "name": "SwirlIconLanguage"
22282
22852
  }
22283
22853
  }
22284
22854
  ]
22285
22855
  },
22286
22856
  {
22287
22857
  "kind": "javascript-module",
22288
- "path": "src/components/swirl-icon/icons/swirl-icon-language.tsx",
22858
+ "path": "src/components/swirl-icon/icons/swirl-icon-light-mode.tsx",
22289
22859
  "declarations": [
22290
22860
  {
22291
22861
  "kind": "class",
22292
22862
  "customElement": true,
22293
- "tagName": "swirl-icon-language",
22294
- "name": "SwirlIconLanguage",
22863
+ "tagName": "swirl-icon-light-mode",
22864
+ "name": "SwirlIconLightMode",
22295
22865
  "attributes": [
22296
22866
  {
22297
22867
  "name": "color",
@@ -22364,29 +22934,29 @@
22364
22934
  "exports": [
22365
22935
  {
22366
22936
  "kind": "js",
22367
- "name": "SwirlIconLanguage",
22937
+ "name": "SwirlIconLightMode",
22368
22938
  "declaration": {
22369
- "name": "SwirlIconLanguage"
22939
+ "name": "SwirlIconLightMode"
22370
22940
  }
22371
22941
  },
22372
22942
  {
22373
22943
  "kind": "custom-element-definition",
22374
- "name": "swirl-icon-language",
22944
+ "name": "swirl-icon-light-mode",
22375
22945
  "declaration": {
22376
- "name": "SwirlIconLanguage"
22946
+ "name": "SwirlIconLightMode"
22377
22947
  }
22378
22948
  }
22379
22949
  ]
22380
22950
  },
22381
22951
  {
22382
22952
  "kind": "javascript-module",
22383
- "path": "src/components/swirl-icon/icons/swirl-icon-light-mode.tsx",
22953
+ "path": "src/components/swirl-icon/icons/swirl-icon-like.tsx",
22384
22954
  "declarations": [
22385
22955
  {
22386
22956
  "kind": "class",
22387
22957
  "customElement": true,
22388
- "tagName": "swirl-icon-light-mode",
22389
- "name": "SwirlIconLightMode",
22958
+ "tagName": "swirl-icon-like",
22959
+ "name": "SwirlIconLike",
22390
22960
  "attributes": [
22391
22961
  {
22392
22962
  "name": "color",
@@ -22459,29 +23029,29 @@
22459
23029
  "exports": [
22460
23030
  {
22461
23031
  "kind": "js",
22462
- "name": "SwirlIconLightMode",
23032
+ "name": "SwirlIconLike",
22463
23033
  "declaration": {
22464
- "name": "SwirlIconLightMode"
23034
+ "name": "SwirlIconLike"
22465
23035
  }
22466
23036
  },
22467
23037
  {
22468
23038
  "kind": "custom-element-definition",
22469
- "name": "swirl-icon-light-mode",
23039
+ "name": "swirl-icon-like",
22470
23040
  "declaration": {
22471
- "name": "SwirlIconLightMode"
23041
+ "name": "SwirlIconLike"
22472
23042
  }
22473
23043
  }
22474
23044
  ]
22475
23045
  },
22476
23046
  {
22477
23047
  "kind": "javascript-module",
22478
- "path": "src/components/swirl-icon/icons/swirl-icon-like.tsx",
23048
+ "path": "src/components/swirl-icon/icons/swirl-icon-link.tsx",
22479
23049
  "declarations": [
22480
23050
  {
22481
23051
  "kind": "class",
22482
23052
  "customElement": true,
22483
- "tagName": "swirl-icon-like",
22484
- "name": "SwirlIconLike",
23053
+ "tagName": "swirl-icon-link",
23054
+ "name": "SwirlIconLink",
22485
23055
  "attributes": [
22486
23056
  {
22487
23057
  "name": "color",
@@ -22554,29 +23124,29 @@
22554
23124
  "exports": [
22555
23125
  {
22556
23126
  "kind": "js",
22557
- "name": "SwirlIconLike",
23127
+ "name": "SwirlIconLink",
22558
23128
  "declaration": {
22559
- "name": "SwirlIconLike"
23129
+ "name": "SwirlIconLink"
22560
23130
  }
22561
23131
  },
22562
23132
  {
22563
23133
  "kind": "custom-element-definition",
22564
- "name": "swirl-icon-like",
23134
+ "name": "swirl-icon-link",
22565
23135
  "declaration": {
22566
- "name": "SwirlIconLike"
23136
+ "name": "SwirlIconLink"
22567
23137
  }
22568
23138
  }
22569
23139
  ]
22570
23140
  },
22571
23141
  {
22572
23142
  "kind": "javascript-module",
22573
- "path": "src/components/swirl-icon/icons/swirl-icon-link.tsx",
23143
+ "path": "src/components/swirl-icon/icons/swirl-icon-list-alt-check.tsx",
22574
23144
  "declarations": [
22575
23145
  {
22576
23146
  "kind": "class",
22577
23147
  "customElement": true,
22578
- "tagName": "swirl-icon-link",
22579
- "name": "SwirlIconLink",
23148
+ "tagName": "swirl-icon-list-alt-check",
23149
+ "name": "SwirlIconListAltCheck",
22580
23150
  "attributes": [
22581
23151
  {
22582
23152
  "name": "color",
@@ -22649,16 +23219,16 @@
22649
23219
  "exports": [
22650
23220
  {
22651
23221
  "kind": "js",
22652
- "name": "SwirlIconLink",
23222
+ "name": "SwirlIconListAltCheck",
22653
23223
  "declaration": {
22654
- "name": "SwirlIconLink"
23224
+ "name": "SwirlIconListAltCheck"
22655
23225
  }
22656
23226
  },
22657
23227
  {
22658
23228
  "kind": "custom-element-definition",
22659
- "name": "swirl-icon-link",
23229
+ "name": "swirl-icon-list-alt-check",
22660
23230
  "declaration": {
22661
- "name": "SwirlIconLink"
23231
+ "name": "SwirlIconListAltCheck"
22662
23232
  }
22663
23233
  }
22664
23234
  ]
@@ -24658,6 +25228,101 @@
24658
25228
  }
24659
25229
  ]
24660
25230
  },
25231
+ {
25232
+ "kind": "javascript-module",
25233
+ "path": "src/components/swirl-icon/icons/swirl-icon-mobile-theft.tsx",
25234
+ "declarations": [
25235
+ {
25236
+ "kind": "class",
25237
+ "customElement": true,
25238
+ "tagName": "swirl-icon-mobile-theft",
25239
+ "name": "SwirlIconMobileTheft",
25240
+ "attributes": [
25241
+ {
25242
+ "name": "color",
25243
+ "type": {
25244
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
25245
+ "references": [
25246
+ {
25247
+ "name": "SwirlIconColor",
25248
+ "module": "../swirl-icon"
25249
+ }
25250
+ ]
25251
+ },
25252
+ "fieldName": "color"
25253
+ },
25254
+ {
25255
+ "name": "size",
25256
+ "type": {
25257
+ "text": "16 | 20 | 24 | 28 | undefined",
25258
+ "references": [
25259
+ {
25260
+ "name": "SwirlIconSize",
25261
+ "module": "../swirl-icon.types"
25262
+ }
25263
+ ]
25264
+ },
25265
+ "default": "24",
25266
+ "fieldName": "size"
25267
+ }
25268
+ ],
25269
+ "members": [
25270
+ {
25271
+ "kind": "field",
25272
+ "name": "color",
25273
+ "type": {
25274
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
25275
+ "references": [
25276
+ {
25277
+ "name": "SwirlIconColor",
25278
+ "module": "../swirl-icon"
25279
+ }
25280
+ ]
25281
+ },
25282
+ "readonly": true,
25283
+ "attribute": "color"
25284
+ },
25285
+ {
25286
+ "kind": "field",
25287
+ "name": "size",
25288
+ "type": {
25289
+ "text": "16 | 20 | 24 | 28 | undefined",
25290
+ "references": [
25291
+ {
25292
+ "name": "SwirlIconSize",
25293
+ "module": "../swirl-icon.types"
25294
+ }
25295
+ ]
25296
+ },
25297
+ "default": "24",
25298
+ "readonly": true,
25299
+ "attribute": "size"
25300
+ }
25301
+ ],
25302
+ "cssParts": [
25303
+ {
25304
+ "name": "icon"
25305
+ }
25306
+ ]
25307
+ }
25308
+ ],
25309
+ "exports": [
25310
+ {
25311
+ "kind": "js",
25312
+ "name": "SwirlIconMobileTheft",
25313
+ "declaration": {
25314
+ "name": "SwirlIconMobileTheft"
25315
+ }
25316
+ },
25317
+ {
25318
+ "kind": "custom-element-definition",
25319
+ "name": "swirl-icon-mobile-theft",
25320
+ "declaration": {
25321
+ "name": "SwirlIconMobileTheft"
25322
+ }
25323
+ }
25324
+ ]
25325
+ },
24661
25326
  {
24662
25327
  "kind": "javascript-module",
24663
25328
  "path": "src/components/swirl-icon/icons/swirl-icon-more-horizontal.tsx",
@@ -26164,29 +26829,124 @@
26164
26829
  "exports": [
26165
26830
  {
26166
26831
  "kind": "js",
26167
- "name": "SwirlIconPause",
26832
+ "name": "SwirlIconPause",
26833
+ "declaration": {
26834
+ "name": "SwirlIconPause"
26835
+ }
26836
+ },
26837
+ {
26838
+ "kind": "custom-element-definition",
26839
+ "name": "swirl-icon-pause",
26840
+ "declaration": {
26841
+ "name": "SwirlIconPause"
26842
+ }
26843
+ }
26844
+ ]
26845
+ },
26846
+ {
26847
+ "kind": "javascript-module",
26848
+ "path": "src/components/swirl-icon/icons/swirl-icon-pause-circle.tsx",
26849
+ "declarations": [
26850
+ {
26851
+ "kind": "class",
26852
+ "customElement": true,
26853
+ "tagName": "swirl-icon-pause-circle",
26854
+ "name": "SwirlIconPauseCircle",
26855
+ "attributes": [
26856
+ {
26857
+ "name": "color",
26858
+ "type": {
26859
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
26860
+ "references": [
26861
+ {
26862
+ "name": "SwirlIconColor",
26863
+ "module": "../swirl-icon"
26864
+ }
26865
+ ]
26866
+ },
26867
+ "fieldName": "color"
26868
+ },
26869
+ {
26870
+ "name": "size",
26871
+ "type": {
26872
+ "text": "16 | 20 | 24 | 28 | undefined",
26873
+ "references": [
26874
+ {
26875
+ "name": "SwirlIconSize",
26876
+ "module": "../swirl-icon.types"
26877
+ }
26878
+ ]
26879
+ },
26880
+ "default": "24",
26881
+ "fieldName": "size"
26882
+ }
26883
+ ],
26884
+ "members": [
26885
+ {
26886
+ "kind": "field",
26887
+ "name": "color",
26888
+ "type": {
26889
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
26890
+ "references": [
26891
+ {
26892
+ "name": "SwirlIconColor",
26893
+ "module": "../swirl-icon"
26894
+ }
26895
+ ]
26896
+ },
26897
+ "readonly": true,
26898
+ "attribute": "color"
26899
+ },
26900
+ {
26901
+ "kind": "field",
26902
+ "name": "size",
26903
+ "type": {
26904
+ "text": "16 | 20 | 24 | 28 | undefined",
26905
+ "references": [
26906
+ {
26907
+ "name": "SwirlIconSize",
26908
+ "module": "../swirl-icon.types"
26909
+ }
26910
+ ]
26911
+ },
26912
+ "default": "24",
26913
+ "readonly": true,
26914
+ "attribute": "size"
26915
+ }
26916
+ ],
26917
+ "cssParts": [
26918
+ {
26919
+ "name": "icon"
26920
+ }
26921
+ ]
26922
+ }
26923
+ ],
26924
+ "exports": [
26925
+ {
26926
+ "kind": "js",
26927
+ "name": "SwirlIconPauseCircle",
26168
26928
  "declaration": {
26169
- "name": "SwirlIconPause"
26929
+ "name": "SwirlIconPauseCircle"
26170
26930
  }
26171
26931
  },
26172
26932
  {
26173
26933
  "kind": "custom-element-definition",
26174
- "name": "swirl-icon-pause",
26934
+ "name": "swirl-icon-pause-circle",
26175
26935
  "declaration": {
26176
- "name": "SwirlIconPause"
26936
+ "name": "SwirlIconPauseCircle"
26177
26937
  }
26178
26938
  }
26179
26939
  ]
26180
26940
  },
26181
26941
  {
26182
26942
  "kind": "javascript-module",
26183
- "path": "src/components/swirl-icon/icons/swirl-icon-pause-circle.tsx",
26943
+ "path": "src/components/swirl-icon/icons/swirl-icon-people-alt.tsx",
26184
26944
  "declarations": [
26185
26945
  {
26186
26946
  "kind": "class",
26187
26947
  "customElement": true,
26188
- "tagName": "swirl-icon-pause-circle",
26189
- "name": "SwirlIconPauseCircle",
26948
+ "tagName": "swirl-icon-people-alt",
26949
+ "name": "SwirlIconPeopleAlt",
26190
26950
  "attributes": [
26191
26951
  {
26192
26952
  "name": "color",
@@ -26259,29 +27019,29 @@
26259
27019
  "exports": [
26260
27020
  {
26261
27021
  "kind": "js",
26262
- "name": "SwirlIconPauseCircle",
27022
+ "name": "SwirlIconPeopleAlt",
26263
27023
  "declaration": {
26264
- "name": "SwirlIconPauseCircle"
27024
+ "name": "SwirlIconPeopleAlt"
26265
27025
  }
26266
27026
  },
26267
27027
  {
26268
27028
  "kind": "custom-element-definition",
26269
- "name": "swirl-icon-pause-circle",
27029
+ "name": "swirl-icon-people-alt",
26270
27030
  "declaration": {
26271
- "name": "SwirlIconPauseCircle"
27031
+ "name": "SwirlIconPeopleAlt"
26272
27032
  }
26273
27033
  }
26274
27034
  ]
26275
27035
  },
26276
27036
  {
26277
27037
  "kind": "javascript-module",
26278
- "path": "src/components/swirl-icon/icons/swirl-icon-people-alt.tsx",
27038
+ "path": "src/components/swirl-icon/icons/swirl-icon-person.tsx",
26279
27039
  "declarations": [
26280
27040
  {
26281
27041
  "kind": "class",
26282
27042
  "customElement": true,
26283
- "tagName": "swirl-icon-people-alt",
26284
- "name": "SwirlIconPeopleAlt",
27043
+ "tagName": "swirl-icon-person",
27044
+ "name": "SwirlIconPerson",
26285
27045
  "attributes": [
26286
27046
  {
26287
27047
  "name": "color",
@@ -26354,29 +27114,29 @@
26354
27114
  "exports": [
26355
27115
  {
26356
27116
  "kind": "js",
26357
- "name": "SwirlIconPeopleAlt",
27117
+ "name": "SwirlIconPerson",
26358
27118
  "declaration": {
26359
- "name": "SwirlIconPeopleAlt"
27119
+ "name": "SwirlIconPerson"
26360
27120
  }
26361
27121
  },
26362
27122
  {
26363
27123
  "kind": "custom-element-definition",
26364
- "name": "swirl-icon-people-alt",
27124
+ "name": "swirl-icon-person",
26365
27125
  "declaration": {
26366
- "name": "SwirlIconPeopleAlt"
27126
+ "name": "SwirlIconPerson"
26367
27127
  }
26368
27128
  }
26369
27129
  ]
26370
27130
  },
26371
27131
  {
26372
27132
  "kind": "javascript-module",
26373
- "path": "src/components/swirl-icon/icons/swirl-icon-person.tsx",
27133
+ "path": "src/components/swirl-icon/icons/swirl-icon-person-check.tsx",
26374
27134
  "declarations": [
26375
27135
  {
26376
27136
  "kind": "class",
26377
27137
  "customElement": true,
26378
- "tagName": "swirl-icon-person",
26379
- "name": "SwirlIconPerson",
27138
+ "tagName": "swirl-icon-person-check",
27139
+ "name": "SwirlIconPersonCheck",
26380
27140
  "attributes": [
26381
27141
  {
26382
27142
  "name": "color",
@@ -26449,29 +27209,29 @@
26449
27209
  "exports": [
26450
27210
  {
26451
27211
  "kind": "js",
26452
- "name": "SwirlIconPerson",
27212
+ "name": "SwirlIconPersonCheck",
26453
27213
  "declaration": {
26454
- "name": "SwirlIconPerson"
27214
+ "name": "SwirlIconPersonCheck"
26455
27215
  }
26456
27216
  },
26457
27217
  {
26458
27218
  "kind": "custom-element-definition",
26459
- "name": "swirl-icon-person",
27219
+ "name": "swirl-icon-person-check",
26460
27220
  "declaration": {
26461
- "name": "SwirlIconPerson"
27221
+ "name": "SwirlIconPersonCheck"
26462
27222
  }
26463
27223
  }
26464
27224
  ]
26465
27225
  },
26466
27226
  {
26467
27227
  "kind": "javascript-module",
26468
- "path": "src/components/swirl-icon/icons/swirl-icon-person-check.tsx",
27228
+ "path": "src/components/swirl-icon/icons/swirl-icon-person-off.tsx",
26469
27229
  "declarations": [
26470
27230
  {
26471
27231
  "kind": "class",
26472
27232
  "customElement": true,
26473
- "tagName": "swirl-icon-person-check",
26474
- "name": "SwirlIconPersonCheck",
27233
+ "tagName": "swirl-icon-person-off",
27234
+ "name": "SwirlIconPersonOff",
26475
27235
  "attributes": [
26476
27236
  {
26477
27237
  "name": "color",
@@ -26544,29 +27304,29 @@
26544
27304
  "exports": [
26545
27305
  {
26546
27306
  "kind": "js",
26547
- "name": "SwirlIconPersonCheck",
27307
+ "name": "SwirlIconPersonOff",
26548
27308
  "declaration": {
26549
- "name": "SwirlIconPersonCheck"
27309
+ "name": "SwirlIconPersonOff"
26550
27310
  }
26551
27311
  },
26552
27312
  {
26553
27313
  "kind": "custom-element-definition",
26554
- "name": "swirl-icon-person-check",
27314
+ "name": "swirl-icon-person-off",
26555
27315
  "declaration": {
26556
- "name": "SwirlIconPersonCheck"
27316
+ "name": "SwirlIconPersonOff"
26557
27317
  }
26558
27318
  }
26559
27319
  ]
26560
27320
  },
26561
27321
  {
26562
27322
  "kind": "javascript-module",
26563
- "path": "src/components/swirl-icon/icons/swirl-icon-person-off.tsx",
27323
+ "path": "src/components/swirl-icon/icons/swirl-icon-person-raised-hand.tsx",
26564
27324
  "declarations": [
26565
27325
  {
26566
27326
  "kind": "class",
26567
27327
  "customElement": true,
26568
- "tagName": "swirl-icon-person-off",
26569
- "name": "SwirlIconPersonOff",
27328
+ "tagName": "swirl-icon-person-raised-hand",
27329
+ "name": "SwirlIconPersonRaisedHand",
26570
27330
  "attributes": [
26571
27331
  {
26572
27332
  "name": "color",
@@ -26639,16 +27399,16 @@
26639
27399
  "exports": [
26640
27400
  {
26641
27401
  "kind": "js",
26642
- "name": "SwirlIconPersonOff",
27402
+ "name": "SwirlIconPersonRaisedHand",
26643
27403
  "declaration": {
26644
- "name": "SwirlIconPersonOff"
27404
+ "name": "SwirlIconPersonRaisedHand"
26645
27405
  }
26646
27406
  },
26647
27407
  {
26648
27408
  "kind": "custom-element-definition",
26649
- "name": "swirl-icon-person-off",
27409
+ "name": "swirl-icon-person-raised-hand",
26650
27410
  "declaration": {
26651
- "name": "SwirlIconPersonOff"
27411
+ "name": "SwirlIconPersonRaisedHand"
26652
27412
  }
26653
27413
  }
26654
27414
  ]
@@ -28173,6 +28933,101 @@
28173
28933
  }
28174
28934
  ]
28175
28935
  },
28936
+ {
28937
+ "kind": "javascript-module",
28938
+ "path": "src/components/swirl-icon/icons/swirl-icon-qr-code-scanner.tsx",
28939
+ "declarations": [
28940
+ {
28941
+ "kind": "class",
28942
+ "customElement": true,
28943
+ "tagName": "swirl-icon-qr-code-scanner",
28944
+ "name": "SwirlIconQrCodeScanner",
28945
+ "attributes": [
28946
+ {
28947
+ "name": "color",
28948
+ "type": {
28949
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
28950
+ "references": [
28951
+ {
28952
+ "name": "SwirlIconColor",
28953
+ "module": "../swirl-icon"
28954
+ }
28955
+ ]
28956
+ },
28957
+ "fieldName": "color"
28958
+ },
28959
+ {
28960
+ "name": "size",
28961
+ "type": {
28962
+ "text": "16 | 20 | 24 | 28 | undefined",
28963
+ "references": [
28964
+ {
28965
+ "name": "SwirlIconSize",
28966
+ "module": "../swirl-icon.types"
28967
+ }
28968
+ ]
28969
+ },
28970
+ "default": "24",
28971
+ "fieldName": "size"
28972
+ }
28973
+ ],
28974
+ "members": [
28975
+ {
28976
+ "kind": "field",
28977
+ "name": "color",
28978
+ "type": {
28979
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
28980
+ "references": [
28981
+ {
28982
+ "name": "SwirlIconColor",
28983
+ "module": "../swirl-icon"
28984
+ }
28985
+ ]
28986
+ },
28987
+ "readonly": true,
28988
+ "attribute": "color"
28989
+ },
28990
+ {
28991
+ "kind": "field",
28992
+ "name": "size",
28993
+ "type": {
28994
+ "text": "16 | 20 | 24 | 28 | undefined",
28995
+ "references": [
28996
+ {
28997
+ "name": "SwirlIconSize",
28998
+ "module": "../swirl-icon.types"
28999
+ }
29000
+ ]
29001
+ },
29002
+ "default": "24",
29003
+ "readonly": true,
29004
+ "attribute": "size"
29005
+ }
29006
+ ],
29007
+ "cssParts": [
29008
+ {
29009
+ "name": "icon"
29010
+ }
29011
+ ]
29012
+ }
29013
+ ],
29014
+ "exports": [
29015
+ {
29016
+ "kind": "js",
29017
+ "name": "SwirlIconQrCodeScanner",
29018
+ "declaration": {
29019
+ "name": "SwirlIconQrCodeScanner"
29020
+ }
29021
+ },
29022
+ {
29023
+ "kind": "custom-element-definition",
29024
+ "name": "swirl-icon-qr-code-scanner",
29025
+ "declaration": {
29026
+ "name": "SwirlIconQrCodeScanner"
29027
+ }
29028
+ }
29029
+ ]
29030
+ },
28176
29031
  {
28177
29032
  "kind": "javascript-module",
28178
29033
  "path": "src/components/swirl-icon/icons/swirl-icon-ratio-four-to-three.tsx",
@@ -29213,20 +30068,115 @@
29213
30068
  "kind": "custom-element-definition",
29214
30069
  "name": "swirl-icon-remove-moderator",
29215
30070
  "declaration": {
29216
- "name": "SwirlIconRemoveModerator"
30071
+ "name": "SwirlIconRemoveModerator"
30072
+ }
30073
+ }
30074
+ ]
30075
+ },
30076
+ {
30077
+ "kind": "javascript-module",
30078
+ "path": "src/components/swirl-icon/icons/swirl-icon-repeat.tsx",
30079
+ "declarations": [
30080
+ {
30081
+ "kind": "class",
30082
+ "customElement": true,
30083
+ "tagName": "swirl-icon-repeat",
30084
+ "name": "SwirlIconRepeat",
30085
+ "attributes": [
30086
+ {
30087
+ "name": "color",
30088
+ "type": {
30089
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
30090
+ "references": [
30091
+ {
30092
+ "name": "SwirlIconColor",
30093
+ "module": "../swirl-icon"
30094
+ }
30095
+ ]
30096
+ },
30097
+ "fieldName": "color"
30098
+ },
30099
+ {
30100
+ "name": "size",
30101
+ "type": {
30102
+ "text": "16 | 20 | 24 | 28 | undefined",
30103
+ "references": [
30104
+ {
30105
+ "name": "SwirlIconSize",
30106
+ "module": "../swirl-icon.types"
30107
+ }
30108
+ ]
30109
+ },
30110
+ "default": "24",
30111
+ "fieldName": "size"
30112
+ }
30113
+ ],
30114
+ "members": [
30115
+ {
30116
+ "kind": "field",
30117
+ "name": "color",
30118
+ "type": {
30119
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
30120
+ "references": [
30121
+ {
30122
+ "name": "SwirlIconColor",
30123
+ "module": "../swirl-icon"
30124
+ }
30125
+ ]
30126
+ },
30127
+ "readonly": true,
30128
+ "attribute": "color"
30129
+ },
30130
+ {
30131
+ "kind": "field",
30132
+ "name": "size",
30133
+ "type": {
30134
+ "text": "16 | 20 | 24 | 28 | undefined",
30135
+ "references": [
30136
+ {
30137
+ "name": "SwirlIconSize",
30138
+ "module": "../swirl-icon.types"
30139
+ }
30140
+ ]
30141
+ },
30142
+ "default": "24",
30143
+ "readonly": true,
30144
+ "attribute": "size"
30145
+ }
30146
+ ],
30147
+ "cssParts": [
30148
+ {
30149
+ "name": "icon"
30150
+ }
30151
+ ]
30152
+ }
30153
+ ],
30154
+ "exports": [
30155
+ {
30156
+ "kind": "js",
30157
+ "name": "SwirlIconRepeat",
30158
+ "declaration": {
30159
+ "name": "SwirlIconRepeat"
30160
+ }
30161
+ },
30162
+ {
30163
+ "kind": "custom-element-definition",
30164
+ "name": "swirl-icon-repeat",
30165
+ "declaration": {
30166
+ "name": "SwirlIconRepeat"
29217
30167
  }
29218
30168
  }
29219
30169
  ]
29220
30170
  },
29221
30171
  {
29222
30172
  "kind": "javascript-module",
29223
- "path": "src/components/swirl-icon/icons/swirl-icon-repeat.tsx",
30173
+ "path": "src/components/swirl-icon/icons/swirl-icon-reply.tsx",
29224
30174
  "declarations": [
29225
30175
  {
29226
30176
  "kind": "class",
29227
30177
  "customElement": true,
29228
- "tagName": "swirl-icon-repeat",
29229
- "name": "SwirlIconRepeat",
30178
+ "tagName": "swirl-icon-reply",
30179
+ "name": "SwirlIconReply",
29230
30180
  "attributes": [
29231
30181
  {
29232
30182
  "name": "color",
@@ -29299,29 +30249,29 @@
29299
30249
  "exports": [
29300
30250
  {
29301
30251
  "kind": "js",
29302
- "name": "SwirlIconRepeat",
30252
+ "name": "SwirlIconReply",
29303
30253
  "declaration": {
29304
- "name": "SwirlIconRepeat"
30254
+ "name": "SwirlIconReply"
29305
30255
  }
29306
30256
  },
29307
30257
  {
29308
30258
  "kind": "custom-element-definition",
29309
- "name": "swirl-icon-repeat",
30259
+ "name": "swirl-icon-reply",
29310
30260
  "declaration": {
29311
- "name": "SwirlIconRepeat"
30261
+ "name": "SwirlIconReply"
29312
30262
  }
29313
30263
  }
29314
30264
  ]
29315
30265
  },
29316
30266
  {
29317
30267
  "kind": "javascript-module",
29318
- "path": "src/components/swirl-icon/icons/swirl-icon-reply.tsx",
30268
+ "path": "src/components/swirl-icon/icons/swirl-icon-report.tsx",
29319
30269
  "declarations": [
29320
30270
  {
29321
30271
  "kind": "class",
29322
30272
  "customElement": true,
29323
- "tagName": "swirl-icon-reply",
29324
- "name": "SwirlIconReply",
30273
+ "tagName": "swirl-icon-report",
30274
+ "name": "SwirlIconReport",
29325
30275
  "attributes": [
29326
30276
  {
29327
30277
  "name": "color",
@@ -29394,29 +30344,29 @@
29394
30344
  "exports": [
29395
30345
  {
29396
30346
  "kind": "js",
29397
- "name": "SwirlIconReply",
30347
+ "name": "SwirlIconReport",
29398
30348
  "declaration": {
29399
- "name": "SwirlIconReply"
30349
+ "name": "SwirlIconReport"
29400
30350
  }
29401
30351
  },
29402
30352
  {
29403
30353
  "kind": "custom-element-definition",
29404
- "name": "swirl-icon-reply",
30354
+ "name": "swirl-icon-report",
29405
30355
  "declaration": {
29406
- "name": "SwirlIconReply"
30356
+ "name": "SwirlIconReport"
29407
30357
  }
29408
30358
  }
29409
30359
  ]
29410
30360
  },
29411
30361
  {
29412
30362
  "kind": "javascript-module",
29413
- "path": "src/components/swirl-icon/icons/swirl-icon-report.tsx",
30363
+ "path": "src/components/swirl-icon/icons/swirl-icon-roadmap.tsx",
29414
30364
  "declarations": [
29415
30365
  {
29416
30366
  "kind": "class",
29417
30367
  "customElement": true,
29418
- "tagName": "swirl-icon-report",
29419
- "name": "SwirlIconReport",
30368
+ "tagName": "swirl-icon-roadmap",
30369
+ "name": "SwirlIconRoadmap",
29420
30370
  "attributes": [
29421
30371
  {
29422
30372
  "name": "color",
@@ -29489,29 +30439,29 @@
29489
30439
  "exports": [
29490
30440
  {
29491
30441
  "kind": "js",
29492
- "name": "SwirlIconReport",
30442
+ "name": "SwirlIconRoadmap",
29493
30443
  "declaration": {
29494
- "name": "SwirlIconReport"
30444
+ "name": "SwirlIconRoadmap"
29495
30445
  }
29496
30446
  },
29497
30447
  {
29498
30448
  "kind": "custom-element-definition",
29499
- "name": "swirl-icon-report",
30449
+ "name": "swirl-icon-roadmap",
29500
30450
  "declaration": {
29501
- "name": "SwirlIconReport"
30451
+ "name": "SwirlIconRoadmap"
29502
30452
  }
29503
30453
  }
29504
30454
  ]
29505
30455
  },
29506
30456
  {
29507
30457
  "kind": "javascript-module",
29508
- "path": "src/components/swirl-icon/icons/swirl-icon-roadmap.tsx",
30458
+ "path": "src/components/swirl-icon/icons/swirl-icon-rotate-left.tsx",
29509
30459
  "declarations": [
29510
30460
  {
29511
30461
  "kind": "class",
29512
30462
  "customElement": true,
29513
- "tagName": "swirl-icon-roadmap",
29514
- "name": "SwirlIconRoadmap",
30463
+ "tagName": "swirl-icon-rotate-left",
30464
+ "name": "SwirlIconRotateLeft",
29515
30465
  "attributes": [
29516
30466
  {
29517
30467
  "name": "color",
@@ -29584,29 +30534,29 @@
29584
30534
  "exports": [
29585
30535
  {
29586
30536
  "kind": "js",
29587
- "name": "SwirlIconRoadmap",
30537
+ "name": "SwirlIconRotateLeft",
29588
30538
  "declaration": {
29589
- "name": "SwirlIconRoadmap"
30539
+ "name": "SwirlIconRotateLeft"
29590
30540
  }
29591
30541
  },
29592
30542
  {
29593
30543
  "kind": "custom-element-definition",
29594
- "name": "swirl-icon-roadmap",
30544
+ "name": "swirl-icon-rotate-left",
29595
30545
  "declaration": {
29596
- "name": "SwirlIconRoadmap"
30546
+ "name": "SwirlIconRotateLeft"
29597
30547
  }
29598
30548
  }
29599
30549
  ]
29600
30550
  },
29601
30551
  {
29602
30552
  "kind": "javascript-module",
29603
- "path": "src/components/swirl-icon/icons/swirl-icon-rotate-left.tsx",
30553
+ "path": "src/components/swirl-icon/icons/swirl-icon-rotate-right.tsx",
29604
30554
  "declarations": [
29605
30555
  {
29606
30556
  "kind": "class",
29607
30557
  "customElement": true,
29608
- "tagName": "swirl-icon-rotate-left",
29609
- "name": "SwirlIconRotateLeft",
30558
+ "tagName": "swirl-icon-rotate-right",
30559
+ "name": "SwirlIconRotateRight",
29610
30560
  "attributes": [
29611
30561
  {
29612
30562
  "name": "color",
@@ -29679,29 +30629,29 @@
29679
30629
  "exports": [
29680
30630
  {
29681
30631
  "kind": "js",
29682
- "name": "SwirlIconRotateLeft",
30632
+ "name": "SwirlIconRotateRight",
29683
30633
  "declaration": {
29684
- "name": "SwirlIconRotateLeft"
30634
+ "name": "SwirlIconRotateRight"
29685
30635
  }
29686
30636
  },
29687
30637
  {
29688
30638
  "kind": "custom-element-definition",
29689
- "name": "swirl-icon-rotate-left",
30639
+ "name": "swirl-icon-rotate-right",
29690
30640
  "declaration": {
29691
- "name": "SwirlIconRotateLeft"
30641
+ "name": "SwirlIconRotateRight"
29692
30642
  }
29693
30643
  }
29694
30644
  ]
29695
30645
  },
29696
30646
  {
29697
30647
  "kind": "javascript-module",
29698
- "path": "src/components/swirl-icon/icons/swirl-icon-rotate-right.tsx",
30648
+ "path": "src/components/swirl-icon/icons/swirl-icon-school.tsx",
29699
30649
  "declarations": [
29700
30650
  {
29701
30651
  "kind": "class",
29702
30652
  "customElement": true,
29703
- "tagName": "swirl-icon-rotate-right",
29704
- "name": "SwirlIconRotateRight",
30653
+ "tagName": "swirl-icon-school",
30654
+ "name": "SwirlIconSchool",
29705
30655
  "attributes": [
29706
30656
  {
29707
30657
  "name": "color",
@@ -29774,16 +30724,16 @@
29774
30724
  "exports": [
29775
30725
  {
29776
30726
  "kind": "js",
29777
- "name": "SwirlIconRotateRight",
30727
+ "name": "SwirlIconSchool",
29778
30728
  "declaration": {
29779
- "name": "SwirlIconRotateRight"
30729
+ "name": "SwirlIconSchool"
29780
30730
  }
29781
30731
  },
29782
30732
  {
29783
30733
  "kind": "custom-element-definition",
29784
- "name": "swirl-icon-rotate-right",
30734
+ "name": "swirl-icon-school",
29785
30735
  "declaration": {
29786
- "name": "SwirlIconRotateRight"
30736
+ "name": "SwirlIconSchool"
29787
30737
  }
29788
30738
  }
29789
30739
  ]
@@ -33873,6 +34823,101 @@
33873
34823
  }
33874
34824
  ]
33875
34825
  },
34826
+ {
34827
+ "kind": "javascript-module",
34828
+ "path": "src/components/swirl-icon/icons/swirl-icon-waving-hand.tsx",
34829
+ "declarations": [
34830
+ {
34831
+ "kind": "class",
34832
+ "customElement": true,
34833
+ "tagName": "swirl-icon-waving-hand",
34834
+ "name": "SwirlIconWavingHand",
34835
+ "attributes": [
34836
+ {
34837
+ "name": "color",
34838
+ "type": {
34839
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
34840
+ "references": [
34841
+ {
34842
+ "name": "SwirlIconColor",
34843
+ "module": "../swirl-icon"
34844
+ }
34845
+ ]
34846
+ },
34847
+ "fieldName": "color"
34848
+ },
34849
+ {
34850
+ "name": "size",
34851
+ "type": {
34852
+ "text": "16 | 20 | 24 | 28 | undefined",
34853
+ "references": [
34854
+ {
34855
+ "name": "SwirlIconSize",
34856
+ "module": "../swirl-icon.types"
34857
+ }
34858
+ ]
34859
+ },
34860
+ "default": "24",
34861
+ "fieldName": "size"
34862
+ }
34863
+ ],
34864
+ "members": [
34865
+ {
34866
+ "kind": "field",
34867
+ "name": "color",
34868
+ "type": {
34869
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
34870
+ "references": [
34871
+ {
34872
+ "name": "SwirlIconColor",
34873
+ "module": "../swirl-icon"
34874
+ }
34875
+ ]
34876
+ },
34877
+ "readonly": true,
34878
+ "attribute": "color"
34879
+ },
34880
+ {
34881
+ "kind": "field",
34882
+ "name": "size",
34883
+ "type": {
34884
+ "text": "16 | 20 | 24 | 28 | undefined",
34885
+ "references": [
34886
+ {
34887
+ "name": "SwirlIconSize",
34888
+ "module": "../swirl-icon.types"
34889
+ }
34890
+ ]
34891
+ },
34892
+ "default": "24",
34893
+ "readonly": true,
34894
+ "attribute": "size"
34895
+ }
34896
+ ],
34897
+ "cssParts": [
34898
+ {
34899
+ "name": "icon"
34900
+ }
34901
+ ]
34902
+ }
34903
+ ],
34904
+ "exports": [
34905
+ {
34906
+ "kind": "js",
34907
+ "name": "SwirlIconWavingHand",
34908
+ "declaration": {
34909
+ "name": "SwirlIconWavingHand"
34910
+ }
34911
+ },
34912
+ {
34913
+ "kind": "custom-element-definition",
34914
+ "name": "swirl-icon-waving-hand",
34915
+ "declaration": {
34916
+ "name": "SwirlIconWavingHand"
34917
+ }
34918
+ }
34919
+ ]
34920
+ },
33876
34921
  {
33877
34922
  "kind": "javascript-module",
33878
34923
  "path": "src/components/swirl-icon/icons/swirl-icon-web-asset.tsx",
@@ -34158,6 +35203,101 @@
34158
35203
  }
34159
35204
  ]
34160
35205
  },
35206
+ {
35207
+ "kind": "javascript-module",
35208
+ "path": "src/components/swirl-icon/icons/swirl-icon-workspace-premium.tsx",
35209
+ "declarations": [
35210
+ {
35211
+ "kind": "class",
35212
+ "customElement": true,
35213
+ "tagName": "swirl-icon-workspace-premium",
35214
+ "name": "SwirlIconWorkspacePremium",
35215
+ "attributes": [
35216
+ {
35217
+ "name": "color",
35218
+ "type": {
35219
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
35220
+ "references": [
35221
+ {
35222
+ "name": "SwirlIconColor",
35223
+ "module": "../swirl-icon"
35224
+ }
35225
+ ]
35226
+ },
35227
+ "fieldName": "color"
35228
+ },
35229
+ {
35230
+ "name": "size",
35231
+ "type": {
35232
+ "text": "16 | 20 | 24 | 28 | undefined",
35233
+ "references": [
35234
+ {
35235
+ "name": "SwirlIconSize",
35236
+ "module": "../swirl-icon.types"
35237
+ }
35238
+ ]
35239
+ },
35240
+ "default": "24",
35241
+ "fieldName": "size"
35242
+ }
35243
+ ],
35244
+ "members": [
35245
+ {
35246
+ "kind": "field",
35247
+ "name": "color",
35248
+ "type": {
35249
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
35250
+ "references": [
35251
+ {
35252
+ "name": "SwirlIconColor",
35253
+ "module": "../swirl-icon"
35254
+ }
35255
+ ]
35256
+ },
35257
+ "readonly": true,
35258
+ "attribute": "color"
35259
+ },
35260
+ {
35261
+ "kind": "field",
35262
+ "name": "size",
35263
+ "type": {
35264
+ "text": "16 | 20 | 24 | 28 | undefined",
35265
+ "references": [
35266
+ {
35267
+ "name": "SwirlIconSize",
35268
+ "module": "../swirl-icon.types"
35269
+ }
35270
+ ]
35271
+ },
35272
+ "default": "24",
35273
+ "readonly": true,
35274
+ "attribute": "size"
35275
+ }
35276
+ ],
35277
+ "cssParts": [
35278
+ {
35279
+ "name": "icon"
35280
+ }
35281
+ ]
35282
+ }
35283
+ ],
35284
+ "exports": [
35285
+ {
35286
+ "kind": "js",
35287
+ "name": "SwirlIconWorkspacePremium",
35288
+ "declaration": {
35289
+ "name": "SwirlIconWorkspacePremium"
35290
+ }
35291
+ },
35292
+ {
35293
+ "kind": "custom-element-definition",
35294
+ "name": "swirl-icon-workspace-premium",
35295
+ "declaration": {
35296
+ "name": "SwirlIconWorkspacePremium"
35297
+ }
35298
+ }
35299
+ ]
35300
+ },
34161
35301
  {
34162
35302
  "kind": "javascript-module",
34163
35303
  "path": "src/components/swirl-image-grid/swirl-image-grid.tsx",