@getflip/swirl-components 0.157.2 → 0.158.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 (62) hide show
  1. package/components.json +788 -74
  2. package/dist/cjs/index-1de6abbd.js +24 -0
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/swirl-components.cjs.js +1 -1
  5. package/dist/cjs/swirl-icon-add-moderator.cjs.entry.js +27 -0
  6. package/dist/cjs/swirl-icon-keyboard-hide.cjs.entry.js +27 -0
  7. package/dist/cjs/swirl-icon-load.cjs.entry.js +27 -0
  8. package/dist/cjs/swirl-icon-login.cjs.entry.js +27 -0
  9. package/dist/cjs/swirl-icon-place.cjs.entry.js +27 -0
  10. package/dist/cjs/swirl-icon-remove-moderator.cjs.entry.js +27 -0
  11. package/dist/cjs/swirl-inline-notification.cjs.entry.js +1 -1
  12. package/dist/collection/assets/pdfjs/pdf.worker.min.js +1 -1
  13. package/dist/collection/collection-manifest.json +6 -0
  14. package/dist/collection/components/swirl-icon/icons/swirl-icon-add-moderator.js +78 -0
  15. package/dist/collection/components/swirl-icon/icons/swirl-icon-keyboard-hide.js +78 -0
  16. package/dist/collection/components/swirl-icon/icons/swirl-icon-load.js +78 -0
  17. package/dist/collection/components/swirl-icon/icons/swirl-icon-login.js +78 -0
  18. package/dist/collection/components/swirl-icon/icons/swirl-icon-place.js +78 -0
  19. package/dist/collection/components/swirl-icon/icons/swirl-icon-remove-moderator.js +78 -0
  20. package/dist/collection/components/swirl-inline-notification/swirl-inline-notification.css +1 -0
  21. package/dist/components/assets/pdfjs/pdf.worker.min.js +1 -1
  22. package/dist/components/swirl-icon-add-moderator.d.ts +11 -0
  23. package/dist/components/swirl-icon-add-moderator.js +45 -0
  24. package/dist/components/swirl-icon-keyboard-hide.d.ts +11 -0
  25. package/dist/components/swirl-icon-keyboard-hide.js +45 -0
  26. package/dist/components/swirl-icon-load.d.ts +11 -0
  27. package/dist/components/swirl-icon-load.js +45 -0
  28. package/dist/components/swirl-icon-login.d.ts +11 -0
  29. package/dist/components/swirl-icon-login.js +45 -0
  30. package/dist/components/swirl-icon-place.d.ts +11 -0
  31. package/dist/components/swirl-icon-place.js +45 -0
  32. package/dist/components/swirl-icon-remove-moderator.d.ts +11 -0
  33. package/dist/components/swirl-icon-remove-moderator.js +45 -0
  34. package/dist/components/swirl-inline-notification.js +1 -1
  35. package/dist/esm/index-59244838.js +24 -0
  36. package/dist/esm/loader.js +1 -1
  37. package/dist/esm/swirl-components.js +1 -1
  38. package/dist/esm/swirl-icon-add-moderator.entry.js +23 -0
  39. package/dist/esm/swirl-icon-keyboard-hide.entry.js +23 -0
  40. package/dist/esm/swirl-icon-load.entry.js +23 -0
  41. package/dist/esm/swirl-icon-login.entry.js +23 -0
  42. package/dist/esm/swirl-icon-place.entry.js +23 -0
  43. package/dist/esm/swirl-icon-remove-moderator.entry.js +23 -0
  44. package/dist/esm/swirl-inline-notification.entry.js +1 -1
  45. package/dist/swirl-components/p-4a6b23af.entry.js +1 -0
  46. package/dist/swirl-components/p-5d6b69b1.entry.js +1 -0
  47. package/dist/swirl-components/p-7ec0887e.entry.js +1 -0
  48. package/dist/swirl-components/{p-2e1a513b.entry.js → p-859cf83d.entry.js} +1 -1
  49. package/dist/swirl-components/p-af390255.entry.js +1 -0
  50. package/dist/swirl-components/p-c6f8785f.entry.js +1 -0
  51. package/dist/swirl-components/p-fd0a8cb8.entry.js +1 -0
  52. package/dist/swirl-components/swirl-components.esm.js +1 -1
  53. package/dist/types/components/swirl-icon/icons/swirl-icon-add-moderator.d.ts +7 -0
  54. package/dist/types/components/swirl-icon/icons/swirl-icon-keyboard-hide.d.ts +7 -0
  55. package/dist/types/components/swirl-icon/icons/swirl-icon-load.d.ts +7 -0
  56. package/dist/types/components/swirl-icon/icons/swirl-icon-login.d.ts +7 -0
  57. package/dist/types/components/swirl-icon/icons/swirl-icon-place.d.ts +7 -0
  58. package/dist/types/components/swirl-icon/icons/swirl-icon-remove-moderator.d.ts +7 -0
  59. package/dist/types/components.d.ts +102 -0
  60. package/icons.json +1 -1
  61. package/package.json +2 -2
  62. package/vscode-data.json +348 -0
package/components.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-02-21T13:58:50",
2
+ "timestamp": "2024-02-22T10:13:32",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "3.3.1",
@@ -9096,6 +9096,125 @@
9096
9096
  ]
9097
9097
  }
9098
9098
  },
9099
+ {
9100
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-add-moderator.tsx",
9101
+ "encapsulation": "shadow",
9102
+ "tag": "swirl-icon-add-moderator",
9103
+ "docs": "",
9104
+ "docsTags": [],
9105
+ "usage": {},
9106
+ "props": [
9107
+ {
9108
+ "name": "color",
9109
+ "type": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\"",
9110
+ "mutable": false,
9111
+ "attr": "color",
9112
+ "reflectToAttr": false,
9113
+ "docs": "",
9114
+ "docsTags": [],
9115
+ "values": [
9116
+ {
9117
+ "value": "critical",
9118
+ "type": "string"
9119
+ },
9120
+ {
9121
+ "value": "default",
9122
+ "type": "string"
9123
+ },
9124
+ {
9125
+ "value": "disabled",
9126
+ "type": "string"
9127
+ },
9128
+ {
9129
+ "value": "highlight",
9130
+ "type": "string"
9131
+ },
9132
+ {
9133
+ "value": "info",
9134
+ "type": "string"
9135
+ },
9136
+ {
9137
+ "value": "on-action-primary",
9138
+ "type": "string"
9139
+ },
9140
+ {
9141
+ "value": "on-image",
9142
+ "type": "string"
9143
+ },
9144
+ {
9145
+ "value": "on-status",
9146
+ "type": "string"
9147
+ },
9148
+ {
9149
+ "value": "on-surface-highlight",
9150
+ "type": "string"
9151
+ },
9152
+ {
9153
+ "value": "on-surface-highlight-subdued",
9154
+ "type": "string"
9155
+ },
9156
+ {
9157
+ "value": "strong",
9158
+ "type": "string"
9159
+ },
9160
+ {
9161
+ "value": "success",
9162
+ "type": "string"
9163
+ },
9164
+ {
9165
+ "value": "warning",
9166
+ "type": "string"
9167
+ }
9168
+ ],
9169
+ "optional": true,
9170
+ "required": false
9171
+ },
9172
+ {
9173
+ "name": "size",
9174
+ "type": "16 | 20 | 24 | 28",
9175
+ "mutable": false,
9176
+ "attr": "size",
9177
+ "reflectToAttr": false,
9178
+ "docs": "",
9179
+ "docsTags": [],
9180
+ "default": "24",
9181
+ "values": [
9182
+ {
9183
+ "value": "16",
9184
+ "type": "number"
9185
+ },
9186
+ {
9187
+ "value": "20",
9188
+ "type": "number"
9189
+ },
9190
+ {
9191
+ "value": "24",
9192
+ "type": "number"
9193
+ },
9194
+ {
9195
+ "value": "28",
9196
+ "type": "number"
9197
+ }
9198
+ ],
9199
+ "optional": false,
9200
+ "required": false
9201
+ }
9202
+ ],
9203
+ "methods": [],
9204
+ "events": [],
9205
+ "listeners": [],
9206
+ "styles": [],
9207
+ "slots": [],
9208
+ "parts": [
9209
+ {
9210
+ "name": "icon",
9211
+ "docs": ""
9212
+ }
9213
+ ],
9214
+ "dependents": [],
9215
+ "dependencies": [],
9216
+ "dependencyGraph": {}
9217
+ },
9099
9218
  {
9100
9219
  "filePath": "./src/components/swirl-icon/icons/swirl-icon-add-photo.tsx",
9101
9220
  "encapsulation": "shadow",
@@ -18232,9 +18351,9 @@
18232
18351
  "dependencyGraph": {}
18233
18352
  },
18234
18353
  {
18235
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-light-mode.tsx",
18354
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-keyboard-hide.tsx",
18236
18355
  "encapsulation": "shadow",
18237
- "tag": "swirl-icon-light-mode",
18356
+ "tag": "swirl-icon-keyboard-hide",
18238
18357
  "docs": "",
18239
18358
  "docsTags": [],
18240
18359
  "usage": {},
@@ -18351,9 +18470,9 @@
18351
18470
  "dependencyGraph": {}
18352
18471
  },
18353
18472
  {
18354
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-like.tsx",
18473
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-light-mode.tsx",
18355
18474
  "encapsulation": "shadow",
18356
- "tag": "swirl-icon-like",
18475
+ "tag": "swirl-icon-light-mode",
18357
18476
  "docs": "",
18358
18477
  "docsTags": [],
18359
18478
  "usage": {},
@@ -18470,9 +18589,9 @@
18470
18589
  "dependencyGraph": {}
18471
18590
  },
18472
18591
  {
18473
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-link.tsx",
18592
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-like.tsx",
18474
18593
  "encapsulation": "shadow",
18475
- "tag": "swirl-icon-link",
18594
+ "tag": "swirl-icon-like",
18476
18595
  "docs": "",
18477
18596
  "docsTags": [],
18478
18597
  "usage": {},
@@ -18589,9 +18708,9 @@
18589
18708
  "dependencyGraph": {}
18590
18709
  },
18591
18710
  {
18592
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-lock.tsx",
18711
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-link.tsx",
18593
18712
  "encapsulation": "shadow",
18594
- "tag": "swirl-icon-lock",
18713
+ "tag": "swirl-icon-link",
18595
18714
  "docs": "",
18596
18715
  "docsTags": [],
18597
18716
  "usage": {},
@@ -18708,9 +18827,9 @@
18708
18827
  "dependencyGraph": {}
18709
18828
  },
18710
18829
  {
18711
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-lock-open.tsx",
18830
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-load.tsx",
18712
18831
  "encapsulation": "shadow",
18713
- "tag": "swirl-icon-lock-open",
18832
+ "tag": "swirl-icon-load",
18714
18833
  "docs": "",
18715
18834
  "docsTags": [],
18716
18835
  "usage": {},
@@ -18827,9 +18946,9 @@
18827
18946
  "dependencyGraph": {}
18828
18947
  },
18829
18948
  {
18830
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-lock-person.tsx",
18949
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-lock.tsx",
18831
18950
  "encapsulation": "shadow",
18832
- "tag": "swirl-icon-lock-person",
18951
+ "tag": "swirl-icon-lock",
18833
18952
  "docs": "",
18834
18953
  "docsTags": [],
18835
18954
  "usage": {},
@@ -18946,9 +19065,9 @@
18946
19065
  "dependencyGraph": {}
18947
19066
  },
18948
19067
  {
18949
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-logout.tsx",
19068
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-lock-open.tsx",
18950
19069
  "encapsulation": "shadow",
18951
- "tag": "swirl-icon-logout",
19070
+ "tag": "swirl-icon-lock-open",
18952
19071
  "docs": "",
18953
19072
  "docsTags": [],
18954
19073
  "usage": {},
@@ -19065,9 +19184,9 @@
19065
19184
  "dependencyGraph": {}
19066
19185
  },
19067
19186
  {
19068
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-long-text.tsx",
19187
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-lock-person.tsx",
19069
19188
  "encapsulation": "shadow",
19070
- "tag": "swirl-icon-long-text",
19189
+ "tag": "swirl-icon-lock-person",
19071
19190
  "docs": "",
19072
19191
  "docsTags": [],
19073
19192
  "usage": {},
@@ -19184,9 +19303,9 @@
19184
19303
  "dependencyGraph": {}
19185
19304
  },
19186
19305
  {
19187
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-mail.tsx",
19306
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-login.tsx",
19188
19307
  "encapsulation": "shadow",
19189
- "tag": "swirl-icon-mail",
19308
+ "tag": "swirl-icon-login",
19190
19309
  "docs": "",
19191
19310
  "docsTags": [],
19192
19311
  "usage": {},
@@ -19303,9 +19422,9 @@
19303
19422
  "dependencyGraph": {}
19304
19423
  },
19305
19424
  {
19306
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-manage-accounts.tsx",
19425
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-logout.tsx",
19307
19426
  "encapsulation": "shadow",
19308
- "tag": "swirl-icon-manage-accounts",
19427
+ "tag": "swirl-icon-logout",
19309
19428
  "docs": "",
19310
19429
  "docsTags": [],
19311
19430
  "usage": {},
@@ -19422,9 +19541,9 @@
19422
19541
  "dependencyGraph": {}
19423
19542
  },
19424
19543
  {
19425
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-mark-chat-read.tsx",
19544
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-long-text.tsx",
19426
19545
  "encapsulation": "shadow",
19427
- "tag": "swirl-icon-mark-chat-read",
19546
+ "tag": "swirl-icon-long-text",
19428
19547
  "docs": "",
19429
19548
  "docsTags": [],
19430
19549
  "usage": {},
@@ -19541,9 +19660,9 @@
19541
19660
  "dependencyGraph": {}
19542
19661
  },
19543
19662
  {
19544
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-mark-chat-unread.tsx",
19663
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-mail.tsx",
19545
19664
  "encapsulation": "shadow",
19546
- "tag": "swirl-icon-mark-chat-unread",
19665
+ "tag": "swirl-icon-mail",
19547
19666
  "docs": "",
19548
19667
  "docsTags": [],
19549
19668
  "usage": {},
@@ -19660,9 +19779,9 @@
19660
19779
  "dependencyGraph": {}
19661
19780
  },
19662
19781
  {
19663
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-mention.tsx",
19782
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-manage-accounts.tsx",
19664
19783
  "encapsulation": "shadow",
19665
- "tag": "swirl-icon-mention",
19784
+ "tag": "swirl-icon-manage-accounts",
19666
19785
  "docs": "",
19667
19786
  "docsTags": [],
19668
19787
  "usage": {},
@@ -19779,9 +19898,9 @@
19779
19898
  "dependencyGraph": {}
19780
19899
  },
19781
19900
  {
19782
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-menu.tsx",
19901
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-mark-chat-read.tsx",
19783
19902
  "encapsulation": "shadow",
19784
- "tag": "swirl-icon-menu",
19903
+ "tag": "swirl-icon-mark-chat-read",
19785
19904
  "docs": "",
19786
19905
  "docsTags": [],
19787
19906
  "usage": {},
@@ -19898,9 +20017,9 @@
19898
20017
  "dependencyGraph": {}
19899
20018
  },
19900
20019
  {
19901
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-menu-book.tsx",
20020
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-mark-chat-unread.tsx",
19902
20021
  "encapsulation": "shadow",
19903
- "tag": "swirl-icon-menu-book",
20022
+ "tag": "swirl-icon-mark-chat-unread",
19904
20023
  "docs": "",
19905
20024
  "docsTags": [],
19906
20025
  "usage": {},
@@ -20012,20 +20131,14 @@
20012
20131
  "docs": ""
20013
20132
  }
20014
20133
  ],
20015
- "dependents": [
20016
- "swirl-pdf-reader"
20017
- ],
20134
+ "dependents": [],
20018
20135
  "dependencies": [],
20019
- "dependencyGraph": {
20020
- "swirl-pdf-reader": [
20021
- "swirl-icon-menu-book"
20022
- ]
20023
- }
20136
+ "dependencyGraph": {}
20024
20137
  },
20025
20138
  {
20026
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-menu-filled.tsx",
20139
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-mention.tsx",
20027
20140
  "encapsulation": "shadow",
20028
- "tag": "swirl-icon-menu-filled",
20141
+ "tag": "swirl-icon-mention",
20029
20142
  "docs": "",
20030
20143
  "docsTags": [],
20031
20144
  "usage": {},
@@ -20142,9 +20255,9 @@
20142
20255
  "dependencyGraph": {}
20143
20256
  },
20144
20257
  {
20145
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-message.tsx",
20258
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-menu.tsx",
20146
20259
  "encapsulation": "shadow",
20147
- "tag": "swirl-icon-message",
20260
+ "tag": "swirl-icon-menu",
20148
20261
  "docs": "",
20149
20262
  "docsTags": [],
20150
20263
  "usage": {},
@@ -20261,9 +20374,9 @@
20261
20374
  "dependencyGraph": {}
20262
20375
  },
20263
20376
  {
20264
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-mic.tsx",
20377
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-menu-book.tsx",
20265
20378
  "encapsulation": "shadow",
20266
- "tag": "swirl-icon-mic",
20379
+ "tag": "swirl-icon-menu-book",
20267
20380
  "docs": "",
20268
20381
  "docsTags": [],
20269
20382
  "usage": {},
@@ -20375,14 +20488,20 @@
20375
20488
  "docs": ""
20376
20489
  }
20377
20490
  ],
20378
- "dependents": [],
20491
+ "dependents": [
20492
+ "swirl-pdf-reader"
20493
+ ],
20379
20494
  "dependencies": [],
20380
- "dependencyGraph": {}
20495
+ "dependencyGraph": {
20496
+ "swirl-pdf-reader": [
20497
+ "swirl-icon-menu-book"
20498
+ ]
20499
+ }
20381
20500
  },
20382
20501
  {
20383
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-more-horizontal.tsx",
20502
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-menu-filled.tsx",
20384
20503
  "encapsulation": "shadow",
20385
- "tag": "swirl-icon-more-horizontal",
20504
+ "tag": "swirl-icon-menu-filled",
20386
20505
  "docs": "",
20387
20506
  "docsTags": [],
20388
20507
  "usage": {},
@@ -20499,9 +20618,9 @@
20499
20618
  "dependencyGraph": {}
20500
20619
  },
20501
20620
  {
20502
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-more-vertikal.tsx",
20621
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-message.tsx",
20503
20622
  "encapsulation": "shadow",
20504
- "tag": "swirl-icon-more-vertikal",
20623
+ "tag": "swirl-icon-message",
20505
20624
  "docs": "",
20506
20625
  "docsTags": [],
20507
20626
  "usage": {},
@@ -20613,20 +20732,14 @@
20613
20732
  "docs": ""
20614
20733
  }
20615
20734
  ],
20616
- "dependents": [
20617
- "swirl-lightbox"
20618
- ],
20735
+ "dependents": [],
20619
20736
  "dependencies": [],
20620
- "dependencyGraph": {
20621
- "swirl-lightbox": [
20622
- "swirl-icon-more-vertikal"
20623
- ]
20624
- }
20737
+ "dependencyGraph": {}
20625
20738
  },
20626
20739
  {
20627
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-news.tsx",
20740
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-mic.tsx",
20628
20741
  "encapsulation": "shadow",
20629
- "tag": "swirl-icon-news",
20742
+ "tag": "swirl-icon-mic",
20630
20743
  "docs": "",
20631
20744
  "docsTags": [],
20632
20745
  "usage": {},
@@ -20743,9 +20856,9 @@
20743
20856
  "dependencyGraph": {}
20744
20857
  },
20745
20858
  {
20746
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-news-filled.tsx",
20859
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-more-horizontal.tsx",
20747
20860
  "encapsulation": "shadow",
20748
- "tag": "swirl-icon-news-filled",
20861
+ "tag": "swirl-icon-more-horizontal",
20749
20862
  "docs": "",
20750
20863
  "docsTags": [],
20751
20864
  "usage": {},
@@ -20862,9 +20975,9 @@
20862
20975
  "dependencyGraph": {}
20863
20976
  },
20864
20977
  {
20865
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-notifications.tsx",
20978
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-more-vertikal.tsx",
20866
20979
  "encapsulation": "shadow",
20867
- "tag": "swirl-icon-notifications",
20980
+ "tag": "swirl-icon-more-vertikal",
20868
20981
  "docs": "",
20869
20982
  "docsTags": [],
20870
20983
  "usage": {},
@@ -20976,14 +21089,20 @@
20976
21089
  "docs": ""
20977
21090
  }
20978
21091
  ],
20979
- "dependents": [],
21092
+ "dependents": [
21093
+ "swirl-lightbox"
21094
+ ],
20980
21095
  "dependencies": [],
20981
- "dependencyGraph": {}
21096
+ "dependencyGraph": {
21097
+ "swirl-lightbox": [
21098
+ "swirl-icon-more-vertikal"
21099
+ ]
21100
+ }
20982
21101
  },
20983
21102
  {
20984
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-notifications-active.tsx",
21103
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-news.tsx",
20985
21104
  "encapsulation": "shadow",
20986
- "tag": "swirl-icon-notifications-active",
21105
+ "tag": "swirl-icon-news",
20987
21106
  "docs": "",
20988
21107
  "docsTags": [],
20989
21108
  "usage": {},
@@ -21100,9 +21219,9 @@
21100
21219
  "dependencyGraph": {}
21101
21220
  },
21102
21221
  {
21103
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-notifications-off.tsx",
21222
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-news-filled.tsx",
21104
21223
  "encapsulation": "shadow",
21105
- "tag": "swirl-icon-notifications-off",
21224
+ "tag": "swirl-icon-news-filled",
21106
21225
  "docs": "",
21107
21226
  "docsTags": [],
21108
21227
  "usage": {},
@@ -21219,9 +21338,9 @@
21219
21338
  "dependencyGraph": {}
21220
21339
  },
21221
21340
  {
21222
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-open-in-full.tsx",
21341
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-notifications.tsx",
21223
21342
  "encapsulation": "shadow",
21224
- "tag": "swirl-icon-open-in-full",
21343
+ "tag": "swirl-icon-notifications",
21225
21344
  "docs": "",
21226
21345
  "docsTags": [],
21227
21346
  "usage": {},
@@ -21338,7 +21457,364 @@
21338
21457
  "dependencyGraph": {}
21339
21458
  },
21340
21459
  {
21341
- "filePath": "./src/components/swirl-icon/icons/swirl-icon-open-in-new.tsx",
21460
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-notifications-active.tsx",
21461
+ "encapsulation": "shadow",
21462
+ "tag": "swirl-icon-notifications-active",
21463
+ "docs": "",
21464
+ "docsTags": [],
21465
+ "usage": {},
21466
+ "props": [
21467
+ {
21468
+ "name": "color",
21469
+ "type": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\"",
21470
+ "mutable": false,
21471
+ "attr": "color",
21472
+ "reflectToAttr": false,
21473
+ "docs": "",
21474
+ "docsTags": [],
21475
+ "values": [
21476
+ {
21477
+ "value": "critical",
21478
+ "type": "string"
21479
+ },
21480
+ {
21481
+ "value": "default",
21482
+ "type": "string"
21483
+ },
21484
+ {
21485
+ "value": "disabled",
21486
+ "type": "string"
21487
+ },
21488
+ {
21489
+ "value": "highlight",
21490
+ "type": "string"
21491
+ },
21492
+ {
21493
+ "value": "info",
21494
+ "type": "string"
21495
+ },
21496
+ {
21497
+ "value": "on-action-primary",
21498
+ "type": "string"
21499
+ },
21500
+ {
21501
+ "value": "on-image",
21502
+ "type": "string"
21503
+ },
21504
+ {
21505
+ "value": "on-status",
21506
+ "type": "string"
21507
+ },
21508
+ {
21509
+ "value": "on-surface-highlight",
21510
+ "type": "string"
21511
+ },
21512
+ {
21513
+ "value": "on-surface-highlight-subdued",
21514
+ "type": "string"
21515
+ },
21516
+ {
21517
+ "value": "strong",
21518
+ "type": "string"
21519
+ },
21520
+ {
21521
+ "value": "success",
21522
+ "type": "string"
21523
+ },
21524
+ {
21525
+ "value": "warning",
21526
+ "type": "string"
21527
+ }
21528
+ ],
21529
+ "optional": true,
21530
+ "required": false
21531
+ },
21532
+ {
21533
+ "name": "size",
21534
+ "type": "16 | 20 | 24 | 28",
21535
+ "mutable": false,
21536
+ "attr": "size",
21537
+ "reflectToAttr": false,
21538
+ "docs": "",
21539
+ "docsTags": [],
21540
+ "default": "24",
21541
+ "values": [
21542
+ {
21543
+ "value": "16",
21544
+ "type": "number"
21545
+ },
21546
+ {
21547
+ "value": "20",
21548
+ "type": "number"
21549
+ },
21550
+ {
21551
+ "value": "24",
21552
+ "type": "number"
21553
+ },
21554
+ {
21555
+ "value": "28",
21556
+ "type": "number"
21557
+ }
21558
+ ],
21559
+ "optional": false,
21560
+ "required": false
21561
+ }
21562
+ ],
21563
+ "methods": [],
21564
+ "events": [],
21565
+ "listeners": [],
21566
+ "styles": [],
21567
+ "slots": [],
21568
+ "parts": [
21569
+ {
21570
+ "name": "icon",
21571
+ "docs": ""
21572
+ }
21573
+ ],
21574
+ "dependents": [],
21575
+ "dependencies": [],
21576
+ "dependencyGraph": {}
21577
+ },
21578
+ {
21579
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-notifications-off.tsx",
21580
+ "encapsulation": "shadow",
21581
+ "tag": "swirl-icon-notifications-off",
21582
+ "docs": "",
21583
+ "docsTags": [],
21584
+ "usage": {},
21585
+ "props": [
21586
+ {
21587
+ "name": "color",
21588
+ "type": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\"",
21589
+ "mutable": false,
21590
+ "attr": "color",
21591
+ "reflectToAttr": false,
21592
+ "docs": "",
21593
+ "docsTags": [],
21594
+ "values": [
21595
+ {
21596
+ "value": "critical",
21597
+ "type": "string"
21598
+ },
21599
+ {
21600
+ "value": "default",
21601
+ "type": "string"
21602
+ },
21603
+ {
21604
+ "value": "disabled",
21605
+ "type": "string"
21606
+ },
21607
+ {
21608
+ "value": "highlight",
21609
+ "type": "string"
21610
+ },
21611
+ {
21612
+ "value": "info",
21613
+ "type": "string"
21614
+ },
21615
+ {
21616
+ "value": "on-action-primary",
21617
+ "type": "string"
21618
+ },
21619
+ {
21620
+ "value": "on-image",
21621
+ "type": "string"
21622
+ },
21623
+ {
21624
+ "value": "on-status",
21625
+ "type": "string"
21626
+ },
21627
+ {
21628
+ "value": "on-surface-highlight",
21629
+ "type": "string"
21630
+ },
21631
+ {
21632
+ "value": "on-surface-highlight-subdued",
21633
+ "type": "string"
21634
+ },
21635
+ {
21636
+ "value": "strong",
21637
+ "type": "string"
21638
+ },
21639
+ {
21640
+ "value": "success",
21641
+ "type": "string"
21642
+ },
21643
+ {
21644
+ "value": "warning",
21645
+ "type": "string"
21646
+ }
21647
+ ],
21648
+ "optional": true,
21649
+ "required": false
21650
+ },
21651
+ {
21652
+ "name": "size",
21653
+ "type": "16 | 20 | 24 | 28",
21654
+ "mutable": false,
21655
+ "attr": "size",
21656
+ "reflectToAttr": false,
21657
+ "docs": "",
21658
+ "docsTags": [],
21659
+ "default": "24",
21660
+ "values": [
21661
+ {
21662
+ "value": "16",
21663
+ "type": "number"
21664
+ },
21665
+ {
21666
+ "value": "20",
21667
+ "type": "number"
21668
+ },
21669
+ {
21670
+ "value": "24",
21671
+ "type": "number"
21672
+ },
21673
+ {
21674
+ "value": "28",
21675
+ "type": "number"
21676
+ }
21677
+ ],
21678
+ "optional": false,
21679
+ "required": false
21680
+ }
21681
+ ],
21682
+ "methods": [],
21683
+ "events": [],
21684
+ "listeners": [],
21685
+ "styles": [],
21686
+ "slots": [],
21687
+ "parts": [
21688
+ {
21689
+ "name": "icon",
21690
+ "docs": ""
21691
+ }
21692
+ ],
21693
+ "dependents": [],
21694
+ "dependencies": [],
21695
+ "dependencyGraph": {}
21696
+ },
21697
+ {
21698
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-open-in-full.tsx",
21699
+ "encapsulation": "shadow",
21700
+ "tag": "swirl-icon-open-in-full",
21701
+ "docs": "",
21702
+ "docsTags": [],
21703
+ "usage": {},
21704
+ "props": [
21705
+ {
21706
+ "name": "color",
21707
+ "type": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\"",
21708
+ "mutable": false,
21709
+ "attr": "color",
21710
+ "reflectToAttr": false,
21711
+ "docs": "",
21712
+ "docsTags": [],
21713
+ "values": [
21714
+ {
21715
+ "value": "critical",
21716
+ "type": "string"
21717
+ },
21718
+ {
21719
+ "value": "default",
21720
+ "type": "string"
21721
+ },
21722
+ {
21723
+ "value": "disabled",
21724
+ "type": "string"
21725
+ },
21726
+ {
21727
+ "value": "highlight",
21728
+ "type": "string"
21729
+ },
21730
+ {
21731
+ "value": "info",
21732
+ "type": "string"
21733
+ },
21734
+ {
21735
+ "value": "on-action-primary",
21736
+ "type": "string"
21737
+ },
21738
+ {
21739
+ "value": "on-image",
21740
+ "type": "string"
21741
+ },
21742
+ {
21743
+ "value": "on-status",
21744
+ "type": "string"
21745
+ },
21746
+ {
21747
+ "value": "on-surface-highlight",
21748
+ "type": "string"
21749
+ },
21750
+ {
21751
+ "value": "on-surface-highlight-subdued",
21752
+ "type": "string"
21753
+ },
21754
+ {
21755
+ "value": "strong",
21756
+ "type": "string"
21757
+ },
21758
+ {
21759
+ "value": "success",
21760
+ "type": "string"
21761
+ },
21762
+ {
21763
+ "value": "warning",
21764
+ "type": "string"
21765
+ }
21766
+ ],
21767
+ "optional": true,
21768
+ "required": false
21769
+ },
21770
+ {
21771
+ "name": "size",
21772
+ "type": "16 | 20 | 24 | 28",
21773
+ "mutable": false,
21774
+ "attr": "size",
21775
+ "reflectToAttr": false,
21776
+ "docs": "",
21777
+ "docsTags": [],
21778
+ "default": "24",
21779
+ "values": [
21780
+ {
21781
+ "value": "16",
21782
+ "type": "number"
21783
+ },
21784
+ {
21785
+ "value": "20",
21786
+ "type": "number"
21787
+ },
21788
+ {
21789
+ "value": "24",
21790
+ "type": "number"
21791
+ },
21792
+ {
21793
+ "value": "28",
21794
+ "type": "number"
21795
+ }
21796
+ ],
21797
+ "optional": false,
21798
+ "required": false
21799
+ }
21800
+ ],
21801
+ "methods": [],
21802
+ "events": [],
21803
+ "listeners": [],
21804
+ "styles": [],
21805
+ "slots": [],
21806
+ "parts": [
21807
+ {
21808
+ "name": "icon",
21809
+ "docs": ""
21810
+ }
21811
+ ],
21812
+ "dependents": [],
21813
+ "dependencies": [],
21814
+ "dependencyGraph": {}
21815
+ },
21816
+ {
21817
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-open-in-new.tsx",
21342
21818
  "encapsulation": "shadow",
21343
21819
  "tag": "swirl-icon-open-in-new",
21344
21820
  "docs": "",
@@ -22295,6 +22771,125 @@
22295
22771
  "dependencies": [],
22296
22772
  "dependencyGraph": {}
22297
22773
  },
22774
+ {
22775
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-place.tsx",
22776
+ "encapsulation": "shadow",
22777
+ "tag": "swirl-icon-place",
22778
+ "docs": "",
22779
+ "docsTags": [],
22780
+ "usage": {},
22781
+ "props": [
22782
+ {
22783
+ "name": "color",
22784
+ "type": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\"",
22785
+ "mutable": false,
22786
+ "attr": "color",
22787
+ "reflectToAttr": false,
22788
+ "docs": "",
22789
+ "docsTags": [],
22790
+ "values": [
22791
+ {
22792
+ "value": "critical",
22793
+ "type": "string"
22794
+ },
22795
+ {
22796
+ "value": "default",
22797
+ "type": "string"
22798
+ },
22799
+ {
22800
+ "value": "disabled",
22801
+ "type": "string"
22802
+ },
22803
+ {
22804
+ "value": "highlight",
22805
+ "type": "string"
22806
+ },
22807
+ {
22808
+ "value": "info",
22809
+ "type": "string"
22810
+ },
22811
+ {
22812
+ "value": "on-action-primary",
22813
+ "type": "string"
22814
+ },
22815
+ {
22816
+ "value": "on-image",
22817
+ "type": "string"
22818
+ },
22819
+ {
22820
+ "value": "on-status",
22821
+ "type": "string"
22822
+ },
22823
+ {
22824
+ "value": "on-surface-highlight",
22825
+ "type": "string"
22826
+ },
22827
+ {
22828
+ "value": "on-surface-highlight-subdued",
22829
+ "type": "string"
22830
+ },
22831
+ {
22832
+ "value": "strong",
22833
+ "type": "string"
22834
+ },
22835
+ {
22836
+ "value": "success",
22837
+ "type": "string"
22838
+ },
22839
+ {
22840
+ "value": "warning",
22841
+ "type": "string"
22842
+ }
22843
+ ],
22844
+ "optional": true,
22845
+ "required": false
22846
+ },
22847
+ {
22848
+ "name": "size",
22849
+ "type": "16 | 20 | 24 | 28",
22850
+ "mutable": false,
22851
+ "attr": "size",
22852
+ "reflectToAttr": false,
22853
+ "docs": "",
22854
+ "docsTags": [],
22855
+ "default": "24",
22856
+ "values": [
22857
+ {
22858
+ "value": "16",
22859
+ "type": "number"
22860
+ },
22861
+ {
22862
+ "value": "20",
22863
+ "type": "number"
22864
+ },
22865
+ {
22866
+ "value": "24",
22867
+ "type": "number"
22868
+ },
22869
+ {
22870
+ "value": "28",
22871
+ "type": "number"
22872
+ }
22873
+ ],
22874
+ "optional": false,
22875
+ "required": false
22876
+ }
22877
+ ],
22878
+ "methods": [],
22879
+ "events": [],
22880
+ "listeners": [],
22881
+ "styles": [],
22882
+ "slots": [],
22883
+ "parts": [
22884
+ {
22885
+ "name": "icon",
22886
+ "docs": ""
22887
+ }
22888
+ ],
22889
+ "dependents": [],
22890
+ "dependencies": [],
22891
+ "dependencyGraph": {}
22892
+ },
22298
22893
  {
22299
22894
  "filePath": "./src/components/swirl-icon/icons/swirl-icon-play-arrow.tsx",
22300
22895
  "encapsulation": "shadow",
@@ -22896,6 +23491,125 @@
22896
23491
  ]
22897
23492
  }
22898
23493
  },
23494
+ {
23495
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-remove-moderator.tsx",
23496
+ "encapsulation": "shadow",
23497
+ "tag": "swirl-icon-remove-moderator",
23498
+ "docs": "",
23499
+ "docsTags": [],
23500
+ "usage": {},
23501
+ "props": [
23502
+ {
23503
+ "name": "color",
23504
+ "type": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\"",
23505
+ "mutable": false,
23506
+ "attr": "color",
23507
+ "reflectToAttr": false,
23508
+ "docs": "",
23509
+ "docsTags": [],
23510
+ "values": [
23511
+ {
23512
+ "value": "critical",
23513
+ "type": "string"
23514
+ },
23515
+ {
23516
+ "value": "default",
23517
+ "type": "string"
23518
+ },
23519
+ {
23520
+ "value": "disabled",
23521
+ "type": "string"
23522
+ },
23523
+ {
23524
+ "value": "highlight",
23525
+ "type": "string"
23526
+ },
23527
+ {
23528
+ "value": "info",
23529
+ "type": "string"
23530
+ },
23531
+ {
23532
+ "value": "on-action-primary",
23533
+ "type": "string"
23534
+ },
23535
+ {
23536
+ "value": "on-image",
23537
+ "type": "string"
23538
+ },
23539
+ {
23540
+ "value": "on-status",
23541
+ "type": "string"
23542
+ },
23543
+ {
23544
+ "value": "on-surface-highlight",
23545
+ "type": "string"
23546
+ },
23547
+ {
23548
+ "value": "on-surface-highlight-subdued",
23549
+ "type": "string"
23550
+ },
23551
+ {
23552
+ "value": "strong",
23553
+ "type": "string"
23554
+ },
23555
+ {
23556
+ "value": "success",
23557
+ "type": "string"
23558
+ },
23559
+ {
23560
+ "value": "warning",
23561
+ "type": "string"
23562
+ }
23563
+ ],
23564
+ "optional": true,
23565
+ "required": false
23566
+ },
23567
+ {
23568
+ "name": "size",
23569
+ "type": "16 | 20 | 24 | 28",
23570
+ "mutable": false,
23571
+ "attr": "size",
23572
+ "reflectToAttr": false,
23573
+ "docs": "",
23574
+ "docsTags": [],
23575
+ "default": "24",
23576
+ "values": [
23577
+ {
23578
+ "value": "16",
23579
+ "type": "number"
23580
+ },
23581
+ {
23582
+ "value": "20",
23583
+ "type": "number"
23584
+ },
23585
+ {
23586
+ "value": "24",
23587
+ "type": "number"
23588
+ },
23589
+ {
23590
+ "value": "28",
23591
+ "type": "number"
23592
+ }
23593
+ ],
23594
+ "optional": false,
23595
+ "required": false
23596
+ }
23597
+ ],
23598
+ "methods": [],
23599
+ "events": [],
23600
+ "listeners": [],
23601
+ "styles": [],
23602
+ "slots": [],
23603
+ "parts": [
23604
+ {
23605
+ "name": "icon",
23606
+ "docs": ""
23607
+ }
23608
+ ],
23609
+ "dependents": [],
23610
+ "dependencies": [],
23611
+ "dependencyGraph": {}
23612
+ },
22899
23613
  {
22900
23614
  "filePath": "./src/components/swirl-icon/icons/swirl-icon-reply.tsx",
22901
23615
  "encapsulation": "shadow",