@getflip/swirl-ai 0.468.0 → 0.469.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 (26) 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-school.md +49 -0
  10. package/dist/agent/components/swirl-icon-waving-hand.md +49 -0
  11. package/dist/agent/components/swirl-icon-workspace-premium.md +49 -0
  12. package/dist/agent/components-index.json +44 -0
  13. package/dist/custom-elements.manifest.json +1174 -129
  14. package/dist/types/components/swirl-icon/icons/swirl-icon-add-box.d.ts +7 -0
  15. package/dist/types/components/swirl-icon/icons/swirl-icon-apparel.d.ts +7 -0
  16. package/dist/types/components/swirl-icon/icons/swirl-icon-co-present.d.ts +7 -0
  17. package/dist/types/components/swirl-icon/icons/swirl-icon-contract-edit.d.ts +7 -0
  18. package/dist/types/components/swirl-icon/icons/swirl-icon-destruction.d.ts +7 -0
  19. package/dist/types/components/swirl-icon/icons/swirl-icon-list-alt-check.d.ts +7 -0
  20. package/dist/types/components/swirl-icon/icons/swirl-icon-mobile-theft.d.ts +7 -0
  21. package/dist/types/components/swirl-icon/icons/swirl-icon-person-raised-hand.d.ts +7 -0
  22. package/dist/types/components/swirl-icon/icons/swirl-icon-school.d.ts +7 -0
  23. package/dist/types/components/swirl-icon/icons/swirl-icon-waving-hand.d.ts +7 -0
  24. package/dist/types/components/swirl-icon/icons/swirl-icon-workspace-premium.d.ts +7 -0
  25. package/dist/types/components.d.ts +297 -0
  26. 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",
@@ -22663,6 +23138,101 @@
22663
23138
  }
22664
23139
  ]
22665
23140
  },
23141
+ {
23142
+ "kind": "javascript-module",
23143
+ "path": "src/components/swirl-icon/icons/swirl-icon-list-alt-check.tsx",
23144
+ "declarations": [
23145
+ {
23146
+ "kind": "class",
23147
+ "customElement": true,
23148
+ "tagName": "swirl-icon-list-alt-check",
23149
+ "name": "SwirlIconListAltCheck",
23150
+ "attributes": [
23151
+ {
23152
+ "name": "color",
23153
+ "type": {
23154
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
23155
+ "references": [
23156
+ {
23157
+ "name": "SwirlIconColor",
23158
+ "module": "../swirl-icon"
23159
+ }
23160
+ ]
23161
+ },
23162
+ "fieldName": "color"
23163
+ },
23164
+ {
23165
+ "name": "size",
23166
+ "type": {
23167
+ "text": "16 | 20 | 24 | 28 | undefined",
23168
+ "references": [
23169
+ {
23170
+ "name": "SwirlIconSize",
23171
+ "module": "../swirl-icon.types"
23172
+ }
23173
+ ]
23174
+ },
23175
+ "default": "24",
23176
+ "fieldName": "size"
23177
+ }
23178
+ ],
23179
+ "members": [
23180
+ {
23181
+ "kind": "field",
23182
+ "name": "color",
23183
+ "type": {
23184
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
23185
+ "references": [
23186
+ {
23187
+ "name": "SwirlIconColor",
23188
+ "module": "../swirl-icon"
23189
+ }
23190
+ ]
23191
+ },
23192
+ "readonly": true,
23193
+ "attribute": "color"
23194
+ },
23195
+ {
23196
+ "kind": "field",
23197
+ "name": "size",
23198
+ "type": {
23199
+ "text": "16 | 20 | 24 | 28 | undefined",
23200
+ "references": [
23201
+ {
23202
+ "name": "SwirlIconSize",
23203
+ "module": "../swirl-icon.types"
23204
+ }
23205
+ ]
23206
+ },
23207
+ "default": "24",
23208
+ "readonly": true,
23209
+ "attribute": "size"
23210
+ }
23211
+ ],
23212
+ "cssParts": [
23213
+ {
23214
+ "name": "icon"
23215
+ }
23216
+ ]
23217
+ }
23218
+ ],
23219
+ "exports": [
23220
+ {
23221
+ "kind": "js",
23222
+ "name": "SwirlIconListAltCheck",
23223
+ "declaration": {
23224
+ "name": "SwirlIconListAltCheck"
23225
+ }
23226
+ },
23227
+ {
23228
+ "kind": "custom-element-definition",
23229
+ "name": "swirl-icon-list-alt-check",
23230
+ "declaration": {
23231
+ "name": "SwirlIconListAltCheck"
23232
+ }
23233
+ }
23234
+ ]
23235
+ },
22666
23236
  {
22667
23237
  "kind": "javascript-module",
22668
23238
  "path": "src/components/swirl-icon/icons/swirl-icon-live.tsx",
@@ -24169,29 +24739,124 @@
24169
24739
  "exports": [
24170
24740
  {
24171
24741
  "kind": "js",
24172
- "name": "SwirlIconMenuBook",
24742
+ "name": "SwirlIconMenuBook",
24743
+ "declaration": {
24744
+ "name": "SwirlIconMenuBook"
24745
+ }
24746
+ },
24747
+ {
24748
+ "kind": "custom-element-definition",
24749
+ "name": "swirl-icon-menu-book",
24750
+ "declaration": {
24751
+ "name": "SwirlIconMenuBook"
24752
+ }
24753
+ }
24754
+ ]
24755
+ },
24756
+ {
24757
+ "kind": "javascript-module",
24758
+ "path": "src/components/swirl-icon/icons/swirl-icon-menu-book-filled.tsx",
24759
+ "declarations": [
24760
+ {
24761
+ "kind": "class",
24762
+ "customElement": true,
24763
+ "tagName": "swirl-icon-menu-book-filled",
24764
+ "name": "SwirlIconMenuBookFilled",
24765
+ "attributes": [
24766
+ {
24767
+ "name": "color",
24768
+ "type": {
24769
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
24770
+ "references": [
24771
+ {
24772
+ "name": "SwirlIconColor",
24773
+ "module": "../swirl-icon"
24774
+ }
24775
+ ]
24776
+ },
24777
+ "fieldName": "color"
24778
+ },
24779
+ {
24780
+ "name": "size",
24781
+ "type": {
24782
+ "text": "16 | 20 | 24 | 28 | undefined",
24783
+ "references": [
24784
+ {
24785
+ "name": "SwirlIconSize",
24786
+ "module": "../swirl-icon.types"
24787
+ }
24788
+ ]
24789
+ },
24790
+ "default": "24",
24791
+ "fieldName": "size"
24792
+ }
24793
+ ],
24794
+ "members": [
24795
+ {
24796
+ "kind": "field",
24797
+ "name": "color",
24798
+ "type": {
24799
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
24800
+ "references": [
24801
+ {
24802
+ "name": "SwirlIconColor",
24803
+ "module": "../swirl-icon"
24804
+ }
24805
+ ]
24806
+ },
24807
+ "readonly": true,
24808
+ "attribute": "color"
24809
+ },
24810
+ {
24811
+ "kind": "field",
24812
+ "name": "size",
24813
+ "type": {
24814
+ "text": "16 | 20 | 24 | 28 | undefined",
24815
+ "references": [
24816
+ {
24817
+ "name": "SwirlIconSize",
24818
+ "module": "../swirl-icon.types"
24819
+ }
24820
+ ]
24821
+ },
24822
+ "default": "24",
24823
+ "readonly": true,
24824
+ "attribute": "size"
24825
+ }
24826
+ ],
24827
+ "cssParts": [
24828
+ {
24829
+ "name": "icon"
24830
+ }
24831
+ ]
24832
+ }
24833
+ ],
24834
+ "exports": [
24835
+ {
24836
+ "kind": "js",
24837
+ "name": "SwirlIconMenuBookFilled",
24173
24838
  "declaration": {
24174
- "name": "SwirlIconMenuBook"
24839
+ "name": "SwirlIconMenuBookFilled"
24175
24840
  }
24176
24841
  },
24177
24842
  {
24178
24843
  "kind": "custom-element-definition",
24179
- "name": "swirl-icon-menu-book",
24844
+ "name": "swirl-icon-menu-book-filled",
24180
24845
  "declaration": {
24181
- "name": "SwirlIconMenuBook"
24846
+ "name": "SwirlIconMenuBookFilled"
24182
24847
  }
24183
24848
  }
24184
24849
  ]
24185
24850
  },
24186
24851
  {
24187
24852
  "kind": "javascript-module",
24188
- "path": "src/components/swirl-icon/icons/swirl-icon-menu-book-filled.tsx",
24853
+ "path": "src/components/swirl-icon/icons/swirl-icon-menu-filled.tsx",
24189
24854
  "declarations": [
24190
24855
  {
24191
24856
  "kind": "class",
24192
24857
  "customElement": true,
24193
- "tagName": "swirl-icon-menu-book-filled",
24194
- "name": "SwirlIconMenuBookFilled",
24858
+ "tagName": "swirl-icon-menu-filled",
24859
+ "name": "SwirlIconMenuFilled",
24195
24860
  "attributes": [
24196
24861
  {
24197
24862
  "name": "color",
@@ -24264,29 +24929,29 @@
24264
24929
  "exports": [
24265
24930
  {
24266
24931
  "kind": "js",
24267
- "name": "SwirlIconMenuBookFilled",
24932
+ "name": "SwirlIconMenuFilled",
24268
24933
  "declaration": {
24269
- "name": "SwirlIconMenuBookFilled"
24934
+ "name": "SwirlIconMenuFilled"
24270
24935
  }
24271
24936
  },
24272
24937
  {
24273
24938
  "kind": "custom-element-definition",
24274
- "name": "swirl-icon-menu-book-filled",
24939
+ "name": "swirl-icon-menu-filled",
24275
24940
  "declaration": {
24276
- "name": "SwirlIconMenuBookFilled"
24941
+ "name": "SwirlIconMenuFilled"
24277
24942
  }
24278
24943
  }
24279
24944
  ]
24280
24945
  },
24281
24946
  {
24282
24947
  "kind": "javascript-module",
24283
- "path": "src/components/swirl-icon/icons/swirl-icon-menu-filled.tsx",
24948
+ "path": "src/components/swirl-icon/icons/swirl-icon-message.tsx",
24284
24949
  "declarations": [
24285
24950
  {
24286
24951
  "kind": "class",
24287
24952
  "customElement": true,
24288
- "tagName": "swirl-icon-menu-filled",
24289
- "name": "SwirlIconMenuFilled",
24953
+ "tagName": "swirl-icon-message",
24954
+ "name": "SwirlIconMessage",
24290
24955
  "attributes": [
24291
24956
  {
24292
24957
  "name": "color",
@@ -24359,29 +25024,29 @@
24359
25024
  "exports": [
24360
25025
  {
24361
25026
  "kind": "js",
24362
- "name": "SwirlIconMenuFilled",
25027
+ "name": "SwirlIconMessage",
24363
25028
  "declaration": {
24364
- "name": "SwirlIconMenuFilled"
25029
+ "name": "SwirlIconMessage"
24365
25030
  }
24366
25031
  },
24367
25032
  {
24368
25033
  "kind": "custom-element-definition",
24369
- "name": "swirl-icon-menu-filled",
25034
+ "name": "swirl-icon-message",
24370
25035
  "declaration": {
24371
- "name": "SwirlIconMenuFilled"
25036
+ "name": "SwirlIconMessage"
24372
25037
  }
24373
25038
  }
24374
25039
  ]
24375
25040
  },
24376
25041
  {
24377
25042
  "kind": "javascript-module",
24378
- "path": "src/components/swirl-icon/icons/swirl-icon-message.tsx",
25043
+ "path": "src/components/swirl-icon/icons/swirl-icon-mic.tsx",
24379
25044
  "declarations": [
24380
25045
  {
24381
25046
  "kind": "class",
24382
25047
  "customElement": true,
24383
- "tagName": "swirl-icon-message",
24384
- "name": "SwirlIconMessage",
25048
+ "tagName": "swirl-icon-mic",
25049
+ "name": "SwirlIconMic",
24385
25050
  "attributes": [
24386
25051
  {
24387
25052
  "name": "color",
@@ -24454,29 +25119,29 @@
24454
25119
  "exports": [
24455
25120
  {
24456
25121
  "kind": "js",
24457
- "name": "SwirlIconMessage",
25122
+ "name": "SwirlIconMic",
24458
25123
  "declaration": {
24459
- "name": "SwirlIconMessage"
25124
+ "name": "SwirlIconMic"
24460
25125
  }
24461
25126
  },
24462
25127
  {
24463
25128
  "kind": "custom-element-definition",
24464
- "name": "swirl-icon-message",
25129
+ "name": "swirl-icon-mic",
24465
25130
  "declaration": {
24466
- "name": "SwirlIconMessage"
25131
+ "name": "SwirlIconMic"
24467
25132
  }
24468
25133
  }
24469
25134
  ]
24470
25135
  },
24471
25136
  {
24472
25137
  "kind": "javascript-module",
24473
- "path": "src/components/swirl-icon/icons/swirl-icon-mic.tsx",
25138
+ "path": "src/components/swirl-icon/icons/swirl-icon-mic-off.tsx",
24474
25139
  "declarations": [
24475
25140
  {
24476
25141
  "kind": "class",
24477
25142
  "customElement": true,
24478
- "tagName": "swirl-icon-mic",
24479
- "name": "SwirlIconMic",
25143
+ "tagName": "swirl-icon-mic-off",
25144
+ "name": "SwirlIconMicOff",
24480
25145
  "attributes": [
24481
25146
  {
24482
25147
  "name": "color",
@@ -24549,29 +25214,29 @@
24549
25214
  "exports": [
24550
25215
  {
24551
25216
  "kind": "js",
24552
- "name": "SwirlIconMic",
25217
+ "name": "SwirlIconMicOff",
24553
25218
  "declaration": {
24554
- "name": "SwirlIconMic"
25219
+ "name": "SwirlIconMicOff"
24555
25220
  }
24556
25221
  },
24557
25222
  {
24558
25223
  "kind": "custom-element-definition",
24559
- "name": "swirl-icon-mic",
25224
+ "name": "swirl-icon-mic-off",
24560
25225
  "declaration": {
24561
- "name": "SwirlIconMic"
25226
+ "name": "SwirlIconMicOff"
24562
25227
  }
24563
25228
  }
24564
25229
  ]
24565
25230
  },
24566
25231
  {
24567
25232
  "kind": "javascript-module",
24568
- "path": "src/components/swirl-icon/icons/swirl-icon-mic-off.tsx",
25233
+ "path": "src/components/swirl-icon/icons/swirl-icon-mobile-theft.tsx",
24569
25234
  "declarations": [
24570
25235
  {
24571
25236
  "kind": "class",
24572
25237
  "customElement": true,
24573
- "tagName": "swirl-icon-mic-off",
24574
- "name": "SwirlIconMicOff",
25238
+ "tagName": "swirl-icon-mobile-theft",
25239
+ "name": "SwirlIconMobileTheft",
24575
25240
  "attributes": [
24576
25241
  {
24577
25242
  "name": "color",
@@ -24644,16 +25309,16 @@
24644
25309
  "exports": [
24645
25310
  {
24646
25311
  "kind": "js",
24647
- "name": "SwirlIconMicOff",
25312
+ "name": "SwirlIconMobileTheft",
24648
25313
  "declaration": {
24649
- "name": "SwirlIconMicOff"
25314
+ "name": "SwirlIconMobileTheft"
24650
25315
  }
24651
25316
  },
24652
25317
  {
24653
25318
  "kind": "custom-element-definition",
24654
- "name": "swirl-icon-mic-off",
25319
+ "name": "swirl-icon-mobile-theft",
24655
25320
  "declaration": {
24656
- "name": "SwirlIconMicOff"
25321
+ "name": "SwirlIconMobileTheft"
24657
25322
  }
24658
25323
  }
24659
25324
  ]
@@ -26653,6 +27318,101 @@
26653
27318
  }
26654
27319
  ]
26655
27320
  },
27321
+ {
27322
+ "kind": "javascript-module",
27323
+ "path": "src/components/swirl-icon/icons/swirl-icon-person-raised-hand.tsx",
27324
+ "declarations": [
27325
+ {
27326
+ "kind": "class",
27327
+ "customElement": true,
27328
+ "tagName": "swirl-icon-person-raised-hand",
27329
+ "name": "SwirlIconPersonRaisedHand",
27330
+ "attributes": [
27331
+ {
27332
+ "name": "color",
27333
+ "type": {
27334
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
27335
+ "references": [
27336
+ {
27337
+ "name": "SwirlIconColor",
27338
+ "module": "../swirl-icon"
27339
+ }
27340
+ ]
27341
+ },
27342
+ "fieldName": "color"
27343
+ },
27344
+ {
27345
+ "name": "size",
27346
+ "type": {
27347
+ "text": "16 | 20 | 24 | 28 | undefined",
27348
+ "references": [
27349
+ {
27350
+ "name": "SwirlIconSize",
27351
+ "module": "../swirl-icon.types"
27352
+ }
27353
+ ]
27354
+ },
27355
+ "default": "24",
27356
+ "fieldName": "size"
27357
+ }
27358
+ ],
27359
+ "members": [
27360
+ {
27361
+ "kind": "field",
27362
+ "name": "color",
27363
+ "type": {
27364
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
27365
+ "references": [
27366
+ {
27367
+ "name": "SwirlIconColor",
27368
+ "module": "../swirl-icon"
27369
+ }
27370
+ ]
27371
+ },
27372
+ "readonly": true,
27373
+ "attribute": "color"
27374
+ },
27375
+ {
27376
+ "kind": "field",
27377
+ "name": "size",
27378
+ "type": {
27379
+ "text": "16 | 20 | 24 | 28 | undefined",
27380
+ "references": [
27381
+ {
27382
+ "name": "SwirlIconSize",
27383
+ "module": "../swirl-icon.types"
27384
+ }
27385
+ ]
27386
+ },
27387
+ "default": "24",
27388
+ "readonly": true,
27389
+ "attribute": "size"
27390
+ }
27391
+ ],
27392
+ "cssParts": [
27393
+ {
27394
+ "name": "icon"
27395
+ }
27396
+ ]
27397
+ }
27398
+ ],
27399
+ "exports": [
27400
+ {
27401
+ "kind": "js",
27402
+ "name": "SwirlIconPersonRaisedHand",
27403
+ "declaration": {
27404
+ "name": "SwirlIconPersonRaisedHand"
27405
+ }
27406
+ },
27407
+ {
27408
+ "kind": "custom-element-definition",
27409
+ "name": "swirl-icon-person-raised-hand",
27410
+ "declaration": {
27411
+ "name": "SwirlIconPersonRaisedHand"
27412
+ }
27413
+ }
27414
+ ]
27415
+ },
26656
27416
  {
26657
27417
  "kind": "javascript-module",
26658
27418
  "path": "src/components/swirl-icon/icons/swirl-icon-phone.tsx",
@@ -29213,20 +29973,115 @@
29213
29973
  "kind": "custom-element-definition",
29214
29974
  "name": "swirl-icon-remove-moderator",
29215
29975
  "declaration": {
29216
- "name": "SwirlIconRemoveModerator"
29976
+ "name": "SwirlIconRemoveModerator"
29977
+ }
29978
+ }
29979
+ ]
29980
+ },
29981
+ {
29982
+ "kind": "javascript-module",
29983
+ "path": "src/components/swirl-icon/icons/swirl-icon-repeat.tsx",
29984
+ "declarations": [
29985
+ {
29986
+ "kind": "class",
29987
+ "customElement": true,
29988
+ "tagName": "swirl-icon-repeat",
29989
+ "name": "SwirlIconRepeat",
29990
+ "attributes": [
29991
+ {
29992
+ "name": "color",
29993
+ "type": {
29994
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
29995
+ "references": [
29996
+ {
29997
+ "name": "SwirlIconColor",
29998
+ "module": "../swirl-icon"
29999
+ }
30000
+ ]
30001
+ },
30002
+ "fieldName": "color"
30003
+ },
30004
+ {
30005
+ "name": "size",
30006
+ "type": {
30007
+ "text": "16 | 20 | 24 | 28 | undefined",
30008
+ "references": [
30009
+ {
30010
+ "name": "SwirlIconSize",
30011
+ "module": "../swirl-icon.types"
30012
+ }
30013
+ ]
30014
+ },
30015
+ "default": "24",
30016
+ "fieldName": "size"
30017
+ }
30018
+ ],
30019
+ "members": [
30020
+ {
30021
+ "kind": "field",
30022
+ "name": "color",
30023
+ "type": {
30024
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
30025
+ "references": [
30026
+ {
30027
+ "name": "SwirlIconColor",
30028
+ "module": "../swirl-icon"
30029
+ }
30030
+ ]
30031
+ },
30032
+ "readonly": true,
30033
+ "attribute": "color"
30034
+ },
30035
+ {
30036
+ "kind": "field",
30037
+ "name": "size",
30038
+ "type": {
30039
+ "text": "16 | 20 | 24 | 28 | undefined",
30040
+ "references": [
30041
+ {
30042
+ "name": "SwirlIconSize",
30043
+ "module": "../swirl-icon.types"
30044
+ }
30045
+ ]
30046
+ },
30047
+ "default": "24",
30048
+ "readonly": true,
30049
+ "attribute": "size"
30050
+ }
30051
+ ],
30052
+ "cssParts": [
30053
+ {
30054
+ "name": "icon"
30055
+ }
30056
+ ]
30057
+ }
30058
+ ],
30059
+ "exports": [
30060
+ {
30061
+ "kind": "js",
30062
+ "name": "SwirlIconRepeat",
30063
+ "declaration": {
30064
+ "name": "SwirlIconRepeat"
30065
+ }
30066
+ },
30067
+ {
30068
+ "kind": "custom-element-definition",
30069
+ "name": "swirl-icon-repeat",
30070
+ "declaration": {
30071
+ "name": "SwirlIconRepeat"
29217
30072
  }
29218
30073
  }
29219
30074
  ]
29220
30075
  },
29221
30076
  {
29222
30077
  "kind": "javascript-module",
29223
- "path": "src/components/swirl-icon/icons/swirl-icon-repeat.tsx",
30078
+ "path": "src/components/swirl-icon/icons/swirl-icon-reply.tsx",
29224
30079
  "declarations": [
29225
30080
  {
29226
30081
  "kind": "class",
29227
30082
  "customElement": true,
29228
- "tagName": "swirl-icon-repeat",
29229
- "name": "SwirlIconRepeat",
30083
+ "tagName": "swirl-icon-reply",
30084
+ "name": "SwirlIconReply",
29230
30085
  "attributes": [
29231
30086
  {
29232
30087
  "name": "color",
@@ -29299,29 +30154,29 @@
29299
30154
  "exports": [
29300
30155
  {
29301
30156
  "kind": "js",
29302
- "name": "SwirlIconRepeat",
30157
+ "name": "SwirlIconReply",
29303
30158
  "declaration": {
29304
- "name": "SwirlIconRepeat"
30159
+ "name": "SwirlIconReply"
29305
30160
  }
29306
30161
  },
29307
30162
  {
29308
30163
  "kind": "custom-element-definition",
29309
- "name": "swirl-icon-repeat",
30164
+ "name": "swirl-icon-reply",
29310
30165
  "declaration": {
29311
- "name": "SwirlIconRepeat"
30166
+ "name": "SwirlIconReply"
29312
30167
  }
29313
30168
  }
29314
30169
  ]
29315
30170
  },
29316
30171
  {
29317
30172
  "kind": "javascript-module",
29318
- "path": "src/components/swirl-icon/icons/swirl-icon-reply.tsx",
30173
+ "path": "src/components/swirl-icon/icons/swirl-icon-report.tsx",
29319
30174
  "declarations": [
29320
30175
  {
29321
30176
  "kind": "class",
29322
30177
  "customElement": true,
29323
- "tagName": "swirl-icon-reply",
29324
- "name": "SwirlIconReply",
30178
+ "tagName": "swirl-icon-report",
30179
+ "name": "SwirlIconReport",
29325
30180
  "attributes": [
29326
30181
  {
29327
30182
  "name": "color",
@@ -29394,29 +30249,29 @@
29394
30249
  "exports": [
29395
30250
  {
29396
30251
  "kind": "js",
29397
- "name": "SwirlIconReply",
30252
+ "name": "SwirlIconReport",
29398
30253
  "declaration": {
29399
- "name": "SwirlIconReply"
30254
+ "name": "SwirlIconReport"
29400
30255
  }
29401
30256
  },
29402
30257
  {
29403
30258
  "kind": "custom-element-definition",
29404
- "name": "swirl-icon-reply",
30259
+ "name": "swirl-icon-report",
29405
30260
  "declaration": {
29406
- "name": "SwirlIconReply"
30261
+ "name": "SwirlIconReport"
29407
30262
  }
29408
30263
  }
29409
30264
  ]
29410
30265
  },
29411
30266
  {
29412
30267
  "kind": "javascript-module",
29413
- "path": "src/components/swirl-icon/icons/swirl-icon-report.tsx",
30268
+ "path": "src/components/swirl-icon/icons/swirl-icon-roadmap.tsx",
29414
30269
  "declarations": [
29415
30270
  {
29416
30271
  "kind": "class",
29417
30272
  "customElement": true,
29418
- "tagName": "swirl-icon-report",
29419
- "name": "SwirlIconReport",
30273
+ "tagName": "swirl-icon-roadmap",
30274
+ "name": "SwirlIconRoadmap",
29420
30275
  "attributes": [
29421
30276
  {
29422
30277
  "name": "color",
@@ -29489,29 +30344,29 @@
29489
30344
  "exports": [
29490
30345
  {
29491
30346
  "kind": "js",
29492
- "name": "SwirlIconReport",
30347
+ "name": "SwirlIconRoadmap",
29493
30348
  "declaration": {
29494
- "name": "SwirlIconReport"
30349
+ "name": "SwirlIconRoadmap"
29495
30350
  }
29496
30351
  },
29497
30352
  {
29498
30353
  "kind": "custom-element-definition",
29499
- "name": "swirl-icon-report",
30354
+ "name": "swirl-icon-roadmap",
29500
30355
  "declaration": {
29501
- "name": "SwirlIconReport"
30356
+ "name": "SwirlIconRoadmap"
29502
30357
  }
29503
30358
  }
29504
30359
  ]
29505
30360
  },
29506
30361
  {
29507
30362
  "kind": "javascript-module",
29508
- "path": "src/components/swirl-icon/icons/swirl-icon-roadmap.tsx",
30363
+ "path": "src/components/swirl-icon/icons/swirl-icon-rotate-left.tsx",
29509
30364
  "declarations": [
29510
30365
  {
29511
30366
  "kind": "class",
29512
30367
  "customElement": true,
29513
- "tagName": "swirl-icon-roadmap",
29514
- "name": "SwirlIconRoadmap",
30368
+ "tagName": "swirl-icon-rotate-left",
30369
+ "name": "SwirlIconRotateLeft",
29515
30370
  "attributes": [
29516
30371
  {
29517
30372
  "name": "color",
@@ -29584,29 +30439,29 @@
29584
30439
  "exports": [
29585
30440
  {
29586
30441
  "kind": "js",
29587
- "name": "SwirlIconRoadmap",
30442
+ "name": "SwirlIconRotateLeft",
29588
30443
  "declaration": {
29589
- "name": "SwirlIconRoadmap"
30444
+ "name": "SwirlIconRotateLeft"
29590
30445
  }
29591
30446
  },
29592
30447
  {
29593
30448
  "kind": "custom-element-definition",
29594
- "name": "swirl-icon-roadmap",
30449
+ "name": "swirl-icon-rotate-left",
29595
30450
  "declaration": {
29596
- "name": "SwirlIconRoadmap"
30451
+ "name": "SwirlIconRotateLeft"
29597
30452
  }
29598
30453
  }
29599
30454
  ]
29600
30455
  },
29601
30456
  {
29602
30457
  "kind": "javascript-module",
29603
- "path": "src/components/swirl-icon/icons/swirl-icon-rotate-left.tsx",
30458
+ "path": "src/components/swirl-icon/icons/swirl-icon-rotate-right.tsx",
29604
30459
  "declarations": [
29605
30460
  {
29606
30461
  "kind": "class",
29607
30462
  "customElement": true,
29608
- "tagName": "swirl-icon-rotate-left",
29609
- "name": "SwirlIconRotateLeft",
30463
+ "tagName": "swirl-icon-rotate-right",
30464
+ "name": "SwirlIconRotateRight",
29610
30465
  "attributes": [
29611
30466
  {
29612
30467
  "name": "color",
@@ -29679,29 +30534,29 @@
29679
30534
  "exports": [
29680
30535
  {
29681
30536
  "kind": "js",
29682
- "name": "SwirlIconRotateLeft",
30537
+ "name": "SwirlIconRotateRight",
29683
30538
  "declaration": {
29684
- "name": "SwirlIconRotateLeft"
30539
+ "name": "SwirlIconRotateRight"
29685
30540
  }
29686
30541
  },
29687
30542
  {
29688
30543
  "kind": "custom-element-definition",
29689
- "name": "swirl-icon-rotate-left",
30544
+ "name": "swirl-icon-rotate-right",
29690
30545
  "declaration": {
29691
- "name": "SwirlIconRotateLeft"
30546
+ "name": "SwirlIconRotateRight"
29692
30547
  }
29693
30548
  }
29694
30549
  ]
29695
30550
  },
29696
30551
  {
29697
30552
  "kind": "javascript-module",
29698
- "path": "src/components/swirl-icon/icons/swirl-icon-rotate-right.tsx",
30553
+ "path": "src/components/swirl-icon/icons/swirl-icon-school.tsx",
29699
30554
  "declarations": [
29700
30555
  {
29701
30556
  "kind": "class",
29702
30557
  "customElement": true,
29703
- "tagName": "swirl-icon-rotate-right",
29704
- "name": "SwirlIconRotateRight",
30558
+ "tagName": "swirl-icon-school",
30559
+ "name": "SwirlIconSchool",
29705
30560
  "attributes": [
29706
30561
  {
29707
30562
  "name": "color",
@@ -29774,16 +30629,16 @@
29774
30629
  "exports": [
29775
30630
  {
29776
30631
  "kind": "js",
29777
- "name": "SwirlIconRotateRight",
30632
+ "name": "SwirlIconSchool",
29778
30633
  "declaration": {
29779
- "name": "SwirlIconRotateRight"
30634
+ "name": "SwirlIconSchool"
29780
30635
  }
29781
30636
  },
29782
30637
  {
29783
30638
  "kind": "custom-element-definition",
29784
- "name": "swirl-icon-rotate-right",
30639
+ "name": "swirl-icon-school",
29785
30640
  "declaration": {
29786
- "name": "SwirlIconRotateRight"
30641
+ "name": "SwirlIconSchool"
29787
30642
  }
29788
30643
  }
29789
30644
  ]
@@ -33873,6 +34728,101 @@
33873
34728
  }
33874
34729
  ]
33875
34730
  },
34731
+ {
34732
+ "kind": "javascript-module",
34733
+ "path": "src/components/swirl-icon/icons/swirl-icon-waving-hand.tsx",
34734
+ "declarations": [
34735
+ {
34736
+ "kind": "class",
34737
+ "customElement": true,
34738
+ "tagName": "swirl-icon-waving-hand",
34739
+ "name": "SwirlIconWavingHand",
34740
+ "attributes": [
34741
+ {
34742
+ "name": "color",
34743
+ "type": {
34744
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
34745
+ "references": [
34746
+ {
34747
+ "name": "SwirlIconColor",
34748
+ "module": "../swirl-icon"
34749
+ }
34750
+ ]
34751
+ },
34752
+ "fieldName": "color"
34753
+ },
34754
+ {
34755
+ "name": "size",
34756
+ "type": {
34757
+ "text": "16 | 20 | 24 | 28 | undefined",
34758
+ "references": [
34759
+ {
34760
+ "name": "SwirlIconSize",
34761
+ "module": "../swirl-icon.types"
34762
+ }
34763
+ ]
34764
+ },
34765
+ "default": "24",
34766
+ "fieldName": "size"
34767
+ }
34768
+ ],
34769
+ "members": [
34770
+ {
34771
+ "kind": "field",
34772
+ "name": "color",
34773
+ "type": {
34774
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
34775
+ "references": [
34776
+ {
34777
+ "name": "SwirlIconColor",
34778
+ "module": "../swirl-icon"
34779
+ }
34780
+ ]
34781
+ },
34782
+ "readonly": true,
34783
+ "attribute": "color"
34784
+ },
34785
+ {
34786
+ "kind": "field",
34787
+ "name": "size",
34788
+ "type": {
34789
+ "text": "16 | 20 | 24 | 28 | undefined",
34790
+ "references": [
34791
+ {
34792
+ "name": "SwirlIconSize",
34793
+ "module": "../swirl-icon.types"
34794
+ }
34795
+ ]
34796
+ },
34797
+ "default": "24",
34798
+ "readonly": true,
34799
+ "attribute": "size"
34800
+ }
34801
+ ],
34802
+ "cssParts": [
34803
+ {
34804
+ "name": "icon"
34805
+ }
34806
+ ]
34807
+ }
34808
+ ],
34809
+ "exports": [
34810
+ {
34811
+ "kind": "js",
34812
+ "name": "SwirlIconWavingHand",
34813
+ "declaration": {
34814
+ "name": "SwirlIconWavingHand"
34815
+ }
34816
+ },
34817
+ {
34818
+ "kind": "custom-element-definition",
34819
+ "name": "swirl-icon-waving-hand",
34820
+ "declaration": {
34821
+ "name": "SwirlIconWavingHand"
34822
+ }
34823
+ }
34824
+ ]
34825
+ },
33876
34826
  {
33877
34827
  "kind": "javascript-module",
33878
34828
  "path": "src/components/swirl-icon/icons/swirl-icon-web-asset.tsx",
@@ -34158,6 +35108,101 @@
34158
35108
  }
34159
35109
  ]
34160
35110
  },
35111
+ {
35112
+ "kind": "javascript-module",
35113
+ "path": "src/components/swirl-icon/icons/swirl-icon-workspace-premium.tsx",
35114
+ "declarations": [
35115
+ {
35116
+ "kind": "class",
35117
+ "customElement": true,
35118
+ "tagName": "swirl-icon-workspace-premium",
35119
+ "name": "SwirlIconWorkspacePremium",
35120
+ "attributes": [
35121
+ {
35122
+ "name": "color",
35123
+ "type": {
35124
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
35125
+ "references": [
35126
+ {
35127
+ "name": "SwirlIconColor",
35128
+ "module": "../swirl-icon"
35129
+ }
35130
+ ]
35131
+ },
35132
+ "fieldName": "color"
35133
+ },
35134
+ {
35135
+ "name": "size",
35136
+ "type": {
35137
+ "text": "16 | 20 | 24 | 28 | undefined",
35138
+ "references": [
35139
+ {
35140
+ "name": "SwirlIconSize",
35141
+ "module": "../swirl-icon.types"
35142
+ }
35143
+ ]
35144
+ },
35145
+ "default": "24",
35146
+ "fieldName": "size"
35147
+ }
35148
+ ],
35149
+ "members": [
35150
+ {
35151
+ "kind": "field",
35152
+ "name": "color",
35153
+ "type": {
35154
+ "text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
35155
+ "references": [
35156
+ {
35157
+ "name": "SwirlIconColor",
35158
+ "module": "../swirl-icon"
35159
+ }
35160
+ ]
35161
+ },
35162
+ "readonly": true,
35163
+ "attribute": "color"
35164
+ },
35165
+ {
35166
+ "kind": "field",
35167
+ "name": "size",
35168
+ "type": {
35169
+ "text": "16 | 20 | 24 | 28 | undefined",
35170
+ "references": [
35171
+ {
35172
+ "name": "SwirlIconSize",
35173
+ "module": "../swirl-icon.types"
35174
+ }
35175
+ ]
35176
+ },
35177
+ "default": "24",
35178
+ "readonly": true,
35179
+ "attribute": "size"
35180
+ }
35181
+ ],
35182
+ "cssParts": [
35183
+ {
35184
+ "name": "icon"
35185
+ }
35186
+ ]
35187
+ }
35188
+ ],
35189
+ "exports": [
35190
+ {
35191
+ "kind": "js",
35192
+ "name": "SwirlIconWorkspacePremium",
35193
+ "declaration": {
35194
+ "name": "SwirlIconWorkspacePremium"
35195
+ }
35196
+ },
35197
+ {
35198
+ "kind": "custom-element-definition",
35199
+ "name": "swirl-icon-workspace-premium",
35200
+ "declaration": {
35201
+ "name": "SwirlIconWorkspacePremium"
35202
+ }
35203
+ }
35204
+ ]
35205
+ },
34161
35206
  {
34162
35207
  "kind": "javascript-module",
34163
35208
  "path": "src/components/swirl-image-grid/swirl-image-grid.tsx",