@spectrum-web-components/icons-workflow 1.2.0-beta.9 → 1.2.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 (135) hide show
  1. package/custom-elements.json +559 -0
  2. package/icons/sp-icon-discover-outline.d.ts +6 -0
  3. package/icons/sp-icon-discover-outline.js +2 -0
  4. package/icons/sp-icon-discover-outline.js.map +7 -0
  5. package/icons/sp-icon-enterprise.d.ts +6 -0
  6. package/icons/sp-icon-enterprise.js +2 -0
  7. package/icons/sp-icon-enterprise.js.map +7 -0
  8. package/icons/sp-icon-government.d.ts +6 -0
  9. package/icons/sp-icon-government.js +2 -0
  10. package/icons/sp-icon-government.js.map +7 -0
  11. package/icons/sp-icon-learn.d.ts +6 -0
  12. package/icons/sp-icon-learn.js +2 -0
  13. package/icons/sp-icon-learn.js.map +7 -0
  14. package/icons/sp-icon-offer-activities.d.ts +6 -0
  15. package/icons/sp-icon-offer-activities.js +2 -0
  16. package/icons/sp-icon-offer-activities.js.map +7 -0
  17. package/icons/sp-icon-offers.d.ts +6 -0
  18. package/icons/sp-icon-offers.js +2 -0
  19. package/icons/sp-icon-offers.js.map +7 -0
  20. package/icons/sp-icon-placeholder.d.ts +6 -0
  21. package/icons/sp-icon-placeholder.js +2 -0
  22. package/icons/sp-icon-placeholder.js.map +7 -0
  23. package/icons/sp-icon-resolved-comment.d.ts +6 -0
  24. package/icons/sp-icon-resolved-comment.js +2 -0
  25. package/icons/sp-icon-resolved-comment.js.map +7 -0
  26. package/icons/sp-icon-tree-view.d.ts +6 -0
  27. package/icons/sp-icon-tree-view.js +2 -0
  28. package/icons/sp-icon-tree-view.js.map +7 -0
  29. package/icons/sp-icon-unresolved-comment.d.ts +6 -0
  30. package/icons/sp-icon-unresolved-comment.js +2 -0
  31. package/icons/sp-icon-unresolved-comment.js.map +7 -0
  32. package/icons/sp-icon-vertical-masonry-grid-view.d.ts +6 -0
  33. package/icons/sp-icon-vertical-masonry-grid-view.js +2 -0
  34. package/icons/sp-icon-vertical-masonry-grid-view.js.map +7 -0
  35. package/icons/sp-icon-view-card-one-col.d.ts +6 -0
  36. package/icons/sp-icon-view-card-one-col.js +2 -0
  37. package/icons/sp-icon-view-card-one-col.js.map +7 -0
  38. package/icons/sp-icon-view-table.d.ts +6 -0
  39. package/icons/sp-icon-view-table.js +2 -0
  40. package/icons/sp-icon-view-table.js.map +7 -0
  41. package/package.json +5 -5
  42. package/src/elements/IconDiscoverOutline.d.ts +8 -0
  43. package/src/elements/IconDiscoverOutline.js +2 -0
  44. package/src/elements/IconDiscoverOutline.js.map +7 -0
  45. package/src/elements/IconEnterprise.d.ts +8 -0
  46. package/src/elements/IconEnterprise.js +2 -0
  47. package/src/elements/IconEnterprise.js.map +7 -0
  48. package/src/elements/IconGovernment.d.ts +8 -0
  49. package/src/elements/IconGovernment.js +2 -0
  50. package/src/elements/IconGovernment.js.map +7 -0
  51. package/src/elements/IconLearn.d.ts +8 -0
  52. package/src/elements/IconLearn.js +2 -0
  53. package/src/elements/IconLearn.js.map +7 -0
  54. package/src/elements/IconOfferActivities.d.ts +8 -0
  55. package/src/elements/IconOfferActivities.js +2 -0
  56. package/src/elements/IconOfferActivities.js.map +7 -0
  57. package/src/elements/IconOffers.d.ts +8 -0
  58. package/src/elements/IconOffers.js +2 -0
  59. package/src/elements/IconOffers.js.map +7 -0
  60. package/src/elements/IconPlaceholder.d.ts +8 -0
  61. package/src/elements/IconPlaceholder.js +2 -0
  62. package/src/elements/IconPlaceholder.js.map +7 -0
  63. package/src/elements/IconResolvedComment.d.ts +8 -0
  64. package/src/elements/IconResolvedComment.js +2 -0
  65. package/src/elements/IconResolvedComment.js.map +7 -0
  66. package/src/elements/IconTreeView.d.ts +8 -0
  67. package/src/elements/IconTreeView.js +2 -0
  68. package/src/elements/IconTreeView.js.map +7 -0
  69. package/src/elements/IconUnresolvedComment.d.ts +8 -0
  70. package/src/elements/IconUnresolvedComment.js +2 -0
  71. package/src/elements/IconUnresolvedComment.js.map +7 -0
  72. package/src/elements/IconVerticalMasonryGridView.d.ts +8 -0
  73. package/src/elements/IconVerticalMasonryGridView.js +2 -0
  74. package/src/elements/IconVerticalMasonryGridView.js.map +7 -0
  75. package/src/elements/IconViewCardOneCol.d.ts +8 -0
  76. package/src/elements/IconViewCardOneCol.js +2 -0
  77. package/src/elements/IconViewCardOneCol.js.map +7 -0
  78. package/src/elements/IconViewTable.d.ts +8 -0
  79. package/src/elements/IconViewTable.js +2 -0
  80. package/src/elements/IconViewTable.js.map +7 -0
  81. package/src/icons/Apps.js +10 -10
  82. package/src/icons/Apps.js.map +2 -2
  83. package/src/icons/ChevronUpDown.js +4 -7
  84. package/src/icons/ChevronUpDown.js.map +2 -2
  85. package/src/icons/ColorWheel.js +6 -6
  86. package/src/icons/ColorWheel.js.map +1 -1
  87. package/src/icons/Discover.d.ts +8 -0
  88. package/src/icons/Discover.js +16 -0
  89. package/src/icons/Discover.js.map +7 -0
  90. package/src/icons/DiscoverOutline.d.ts +8 -0
  91. package/src/icons/DiscoverOutline.js +18 -0
  92. package/src/icons/DiscoverOutline.js.map +7 -0
  93. package/src/icons/Enterprise.d.ts +8 -0
  94. package/src/icons/Enterprise.js +15 -0
  95. package/src/icons/Enterprise.js.map +7 -0
  96. package/src/icons/Government.d.ts +8 -0
  97. package/src/icons/Government.js +15 -0
  98. package/src/icons/Government.js.map +7 -0
  99. package/src/icons/ImageAdd.js +4 -4
  100. package/src/icons/ImageAdd.js.map +2 -2
  101. package/src/icons/Learn.d.ts +8 -0
  102. package/src/icons/Learn.js +36 -0
  103. package/src/icons/Learn.js.map +7 -0
  104. package/src/icons/OfferActivities.d.ts +8 -0
  105. package/src/icons/OfferActivities.js +20 -0
  106. package/src/icons/OfferActivities.js.map +7 -0
  107. package/src/icons/Offers.d.ts +8 -0
  108. package/src/icons/Offers.js +19 -0
  109. package/src/icons/Offers.js.map +7 -0
  110. package/src/icons/Placeholder.d.ts +8 -0
  111. package/src/icons/Placeholder.js +13 -0
  112. package/src/icons/Placeholder.js.map +7 -0
  113. package/src/icons/ResolvedComment.d.ts +8 -0
  114. package/src/icons/ResolvedComment.js +15 -0
  115. package/src/icons/ResolvedComment.js.map +7 -0
  116. package/src/icons/TreeView.d.ts +8 -0
  117. package/src/icons/TreeView.js +18 -0
  118. package/src/icons/TreeView.js.map +7 -0
  119. package/src/icons/UnresolvedComment.d.ts +8 -0
  120. package/src/icons/UnresolvedComment.js +16 -0
  121. package/src/icons/UnresolvedComment.js.map +7 -0
  122. package/src/icons/VerticalMasonryGridView.d.ts +8 -0
  123. package/src/icons/VerticalMasonryGridView.js +14 -0
  124. package/src/icons/VerticalMasonryGridView.js.map +7 -0
  125. package/src/icons/ViewCardOneCol.d.ts +8 -0
  126. package/src/icons/ViewCardOneCol.js +15 -0
  127. package/src/icons/ViewCardOneCol.js.map +7 -0
  128. package/src/icons/ViewTable.d.ts +8 -0
  129. package/src/icons/ViewTable.js +15 -0
  130. package/src/icons/ViewTable.js.map +7 -0
  131. package/src/icons.d.ts +14 -0
  132. package/src/icons.js +1 -1
  133. package/src/icons.js.map +2 -2
  134. package/stories/icon-manifest.js +28 -0
  135. package/stories/icon-manifest.js.map +2 -2
@@ -3962,6 +3962,21 @@
3962
3962
  }
3963
3963
  ]
3964
3964
  },
3965
+ {
3966
+ "kind": "javascript-module",
3967
+ "path": "icons/sp-icon-discover-outline.js",
3968
+ "declarations": [],
3969
+ "exports": [
3970
+ {
3971
+ "kind": "custom-element-definition",
3972
+ "name": "sp-icon-discover-outline",
3973
+ "declaration": {
3974
+ "name": "IconDiscoverOutline",
3975
+ "module": "/src/elements/IconDiscoverOutline.js"
3976
+ }
3977
+ }
3978
+ ]
3979
+ },
3965
3980
  {
3966
3981
  "kind": "javascript-module",
3967
3982
  "path": "icons/sp-icon-discover.js",
@@ -4817,6 +4832,21 @@
4817
4832
  }
4818
4833
  ]
4819
4834
  },
4835
+ {
4836
+ "kind": "javascript-module",
4837
+ "path": "icons/sp-icon-enterprise.js",
4838
+ "declarations": [],
4839
+ "exports": [
4840
+ {
4841
+ "kind": "custom-element-definition",
4842
+ "name": "sp-icon-enterprise",
4843
+ "declaration": {
4844
+ "name": "IconEnterprise",
4845
+ "module": "/src/elements/IconEnterprise.js"
4846
+ }
4847
+ }
4848
+ ]
4849
+ },
4820
4850
  {
4821
4851
  "kind": "javascript-module",
4822
4852
  "path": "icons/sp-icon-erase.js",
@@ -6812,6 +6842,21 @@
6812
6842
  }
6813
6843
  ]
6814
6844
  },
6845
+ {
6846
+ "kind": "javascript-module",
6847
+ "path": "icons/sp-icon-government.js",
6848
+ "declarations": [],
6849
+ "exports": [
6850
+ {
6851
+ "kind": "custom-element-definition",
6852
+ "name": "sp-icon-government",
6853
+ "declaration": {
6854
+ "name": "IconGovernment",
6855
+ "module": "/src/elements/IconGovernment.js"
6856
+ }
6857
+ }
6858
+ ]
6859
+ },
6815
6860
  {
6816
6861
  "kind": "javascript-module",
6817
6862
  "path": "icons/sp-icon-gradient-horizontal.js",
@@ -8402,6 +8447,21 @@
8402
8447
  }
8403
8448
  ]
8404
8449
  },
8450
+ {
8451
+ "kind": "javascript-module",
8452
+ "path": "icons/sp-icon-learn.js",
8453
+ "declarations": [],
8454
+ "exports": [
8455
+ {
8456
+ "kind": "custom-element-definition",
8457
+ "name": "sp-icon-learn",
8458
+ "declaration": {
8459
+ "name": "IconLearn",
8460
+ "module": "/src/elements/IconLearn.js"
8461
+ }
8462
+ }
8463
+ ]
8464
+ },
8405
8465
  {
8406
8466
  "kind": "javascript-module",
8407
8467
  "path": "icons/sp-icon-leave.js",
@@ -9707,6 +9767,21 @@
9707
9767
  }
9708
9768
  ]
9709
9769
  },
9770
+ {
9771
+ "kind": "javascript-module",
9772
+ "path": "icons/sp-icon-offer-activities.js",
9773
+ "declarations": [],
9774
+ "exports": [
9775
+ {
9776
+ "kind": "custom-element-definition",
9777
+ "name": "sp-icon-offer-activities",
9778
+ "declaration": {
9779
+ "name": "IconOfferActivities",
9780
+ "module": "/src/elements/IconOfferActivities.js"
9781
+ }
9782
+ }
9783
+ ]
9784
+ },
9710
9785
  {
9711
9786
  "kind": "javascript-module",
9712
9787
  "path": "icons/sp-icon-offer-delete.js",
@@ -9737,6 +9812,21 @@
9737
9812
  }
9738
9813
  ]
9739
9814
  },
9815
+ {
9816
+ "kind": "javascript-module",
9817
+ "path": "icons/sp-icon-offers.js",
9818
+ "declarations": [],
9819
+ "exports": [
9820
+ {
9821
+ "kind": "custom-element-definition",
9822
+ "name": "sp-icon-offers",
9823
+ "declaration": {
9824
+ "name": "IconOffers",
9825
+ "module": "/src/elements/IconOffers.js"
9826
+ }
9827
+ }
9828
+ ]
9829
+ },
9740
9830
  {
9741
9831
  "kind": "javascript-module",
9742
9832
  "path": "icons/sp-icon-on-air.js",
@@ -10472,6 +10562,21 @@
10472
10562
  }
10473
10563
  ]
10474
10564
  },
10565
+ {
10566
+ "kind": "javascript-module",
10567
+ "path": "icons/sp-icon-placeholder.js",
10568
+ "declarations": [],
10569
+ "exports": [
10570
+ {
10571
+ "kind": "custom-element-definition",
10572
+ "name": "sp-icon-placeholder",
10573
+ "declaration": {
10574
+ "name": "IconPlaceholder",
10575
+ "module": "/src/elements/IconPlaceholder.js"
10576
+ }
10577
+ }
10578
+ ]
10579
+ },
10475
10580
  {
10476
10581
  "kind": "javascript-module",
10477
10582
  "path": "icons/sp-icon-platform-data-mapping.js",
@@ -11537,6 +11642,21 @@
11537
11642
  }
11538
11643
  ]
11539
11644
  },
11645
+ {
11646
+ "kind": "javascript-module",
11647
+ "path": "icons/sp-icon-resolved-comment.js",
11648
+ "declarations": [],
11649
+ "exports": [
11650
+ {
11651
+ "kind": "custom-element-definition",
11652
+ "name": "sp-icon-resolved-comment",
11653
+ "declaration": {
11654
+ "name": "IconResolvedComment",
11655
+ "module": "/src/elements/IconResolvedComment.js"
11656
+ }
11657
+ }
11658
+ ]
11659
+ },
11540
11660
  {
11541
11661
  "kind": "javascript-module",
11542
11662
  "path": "icons/sp-icon-retweet.js",
@@ -14942,6 +15062,21 @@
14942
15062
  }
14943
15063
  ]
14944
15064
  },
15065
+ {
15066
+ "kind": "javascript-module",
15067
+ "path": "icons/sp-icon-tree-view.js",
15068
+ "declarations": [],
15069
+ "exports": [
15070
+ {
15071
+ "kind": "custom-element-definition",
15072
+ "name": "sp-icon-tree-view",
15073
+ "declaration": {
15074
+ "name": "IconTreeView",
15075
+ "module": "/src/elements/IconTreeView.js"
15076
+ }
15077
+ }
15078
+ ]
15079
+ },
14945
15080
  {
14946
15081
  "kind": "javascript-module",
14947
15082
  "path": "icons/sp-icon-trend-inspect.js",
@@ -15122,6 +15257,21 @@
15122
15257
  }
15123
15258
  ]
15124
15259
  },
15260
+ {
15261
+ "kind": "javascript-module",
15262
+ "path": "icons/sp-icon-unresolved-comment.js",
15263
+ "declarations": [],
15264
+ "exports": [
15265
+ {
15266
+ "kind": "custom-element-definition",
15267
+ "name": "sp-icon-unresolved-comment",
15268
+ "declaration": {
15269
+ "name": "IconUnresolvedComment",
15270
+ "module": "/src/elements/IconUnresolvedComment.js"
15271
+ }
15272
+ }
15273
+ ]
15274
+ },
15125
15275
  {
15126
15276
  "kind": "javascript-module",
15127
15277
  "path": "icons/sp-icon-upload-to-cloud-outline.js",
@@ -15482,6 +15632,21 @@
15482
15632
  }
15483
15633
  ]
15484
15634
  },
15635
+ {
15636
+ "kind": "javascript-module",
15637
+ "path": "icons/sp-icon-vertical-masonry-grid-view.js",
15638
+ "declarations": [],
15639
+ "exports": [
15640
+ {
15641
+ "kind": "custom-element-definition",
15642
+ "name": "sp-icon-vertical-masonry-grid-view",
15643
+ "declaration": {
15644
+ "name": "IconVerticalMasonryGridView",
15645
+ "module": "/src/elements/IconVerticalMasonryGridView.js"
15646
+ }
15647
+ }
15648
+ ]
15649
+ },
15485
15650
  {
15486
15651
  "kind": "javascript-module",
15487
15652
  "path": "icons/sp-icon-video-checked-out.js",
@@ -15572,6 +15737,21 @@
15572
15737
  }
15573
15738
  ]
15574
15739
  },
15740
+ {
15741
+ "kind": "javascript-module",
15742
+ "path": "icons/sp-icon-view-card-one-col.js",
15743
+ "declarations": [],
15744
+ "exports": [
15745
+ {
15746
+ "kind": "custom-element-definition",
15747
+ "name": "sp-icon-view-card-one-col",
15748
+ "declaration": {
15749
+ "name": "IconViewCardOneCol",
15750
+ "module": "/src/elements/IconViewCardOneCol.js"
15751
+ }
15752
+ }
15753
+ ]
15754
+ },
15575
15755
  {
15576
15756
  "kind": "javascript-module",
15577
15757
  "path": "icons/sp-icon-view-card.js",
@@ -15707,6 +15887,21 @@
15707
15887
  }
15708
15888
  ]
15709
15889
  },
15890
+ {
15891
+ "kind": "javascript-module",
15892
+ "path": "icons/sp-icon-view-table.js",
15893
+ "declarations": [],
15894
+ "exports": [
15895
+ {
15896
+ "kind": "custom-element-definition",
15897
+ "name": "sp-icon-view-table",
15898
+ "declaration": {
15899
+ "name": "IconViewTable",
15900
+ "module": "/src/elements/IconViewTable.js"
15901
+ }
15902
+ }
15903
+ ]
15904
+ },
15710
15905
  {
15711
15906
  "kind": "javascript-module",
15712
15907
  "path": "icons/sp-icon-view-transparency.js",
@@ -23511,6 +23706,34 @@
23511
23706
  }
23512
23707
  ]
23513
23708
  },
23709
+ {
23710
+ "kind": "javascript-module",
23711
+ "path": "src/elements/IconDiscoverOutline.js",
23712
+ "declarations": [
23713
+ {
23714
+ "kind": "class",
23715
+ "description": "",
23716
+ "name": "IconDiscoverOutline",
23717
+ "members": [],
23718
+ "superclass": {
23719
+ "name": "IconBase",
23720
+ "package": "@spectrum-web-components/icon"
23721
+ },
23722
+ "tagName": "sp-icon-discover-outline",
23723
+ "customElement": true
23724
+ }
23725
+ ],
23726
+ "exports": [
23727
+ {
23728
+ "kind": "js",
23729
+ "name": "IconDiscoverOutline",
23730
+ "declaration": {
23731
+ "name": "IconDiscoverOutline",
23732
+ "module": "src/elements/IconDiscoverOutline.js"
23733
+ }
23734
+ }
23735
+ ]
23736
+ },
23514
23737
  {
23515
23738
  "kind": "javascript-module",
23516
23739
  "path": "src/elements/IconDisplayAdvert.js",
@@ -25079,6 +25302,34 @@
25079
25302
  }
25080
25303
  ]
25081
25304
  },
25305
+ {
25306
+ "kind": "javascript-module",
25307
+ "path": "src/elements/IconEnterprise.js",
25308
+ "declarations": [
25309
+ {
25310
+ "kind": "class",
25311
+ "description": "",
25312
+ "name": "IconEnterprise",
25313
+ "members": [],
25314
+ "superclass": {
25315
+ "name": "IconBase",
25316
+ "package": "@spectrum-web-components/icon"
25317
+ },
25318
+ "tagName": "sp-icon-enterprise",
25319
+ "customElement": true
25320
+ }
25321
+ ],
25322
+ "exports": [
25323
+ {
25324
+ "kind": "js",
25325
+ "name": "IconEnterprise",
25326
+ "declaration": {
25327
+ "name": "IconEnterprise",
25328
+ "module": "src/elements/IconEnterprise.js"
25329
+ }
25330
+ }
25331
+ ]
25332
+ },
25082
25333
  {
25083
25334
  "kind": "javascript-module",
25084
25335
  "path": "src/elements/IconErase.js",
@@ -28803,6 +29054,34 @@
28803
29054
  }
28804
29055
  ]
28805
29056
  },
29057
+ {
29058
+ "kind": "javascript-module",
29059
+ "path": "src/elements/IconGovernment.js",
29060
+ "declarations": [
29061
+ {
29062
+ "kind": "class",
29063
+ "description": "",
29064
+ "name": "IconGovernment",
29065
+ "members": [],
29066
+ "superclass": {
29067
+ "name": "IconBase",
29068
+ "package": "@spectrum-web-components/icon"
29069
+ },
29070
+ "tagName": "sp-icon-government",
29071
+ "customElement": true
29072
+ }
29073
+ ],
29074
+ "exports": [
29075
+ {
29076
+ "kind": "js",
29077
+ "name": "IconGovernment",
29078
+ "declaration": {
29079
+ "name": "IconGovernment",
29080
+ "module": "src/elements/IconGovernment.js"
29081
+ }
29082
+ }
29083
+ ]
29084
+ },
28806
29085
  {
28807
29086
  "kind": "javascript-module",
28808
29087
  "path": "src/elements/IconGradient.js",
@@ -31771,6 +32050,34 @@
31771
32050
  }
31772
32051
  ]
31773
32052
  },
32053
+ {
32054
+ "kind": "javascript-module",
32055
+ "path": "src/elements/IconLearn.js",
32056
+ "declarations": [
32057
+ {
32058
+ "kind": "class",
32059
+ "description": "",
32060
+ "name": "IconLearn",
32061
+ "members": [],
32062
+ "superclass": {
32063
+ "name": "IconBase",
32064
+ "package": "@spectrum-web-components/icon"
32065
+ },
32066
+ "tagName": "sp-icon-learn",
32067
+ "customElement": true
32068
+ }
32069
+ ],
32070
+ "exports": [
32071
+ {
32072
+ "kind": "js",
32073
+ "name": "IconLearn",
32074
+ "declaration": {
32075
+ "name": "IconLearn",
32076
+ "module": "src/elements/IconLearn.js"
32077
+ }
32078
+ }
32079
+ ]
32080
+ },
31774
32081
  {
31775
32082
  "kind": "javascript-module",
31776
32083
  "path": "src/elements/IconLeave.js",
@@ -34263,6 +34570,34 @@
34263
34570
  }
34264
34571
  ]
34265
34572
  },
34573
+ {
34574
+ "kind": "javascript-module",
34575
+ "path": "src/elements/IconOfferActivities.js",
34576
+ "declarations": [
34577
+ {
34578
+ "kind": "class",
34579
+ "description": "",
34580
+ "name": "IconOfferActivities",
34581
+ "members": [],
34582
+ "superclass": {
34583
+ "name": "IconBase",
34584
+ "package": "@spectrum-web-components/icon"
34585
+ },
34586
+ "tagName": "sp-icon-offer-activities",
34587
+ "customElement": true
34588
+ }
34589
+ ],
34590
+ "exports": [
34591
+ {
34592
+ "kind": "js",
34593
+ "name": "IconOfferActivities",
34594
+ "declaration": {
34595
+ "name": "IconOfferActivities",
34596
+ "module": "src/elements/IconOfferActivities.js"
34597
+ }
34598
+ }
34599
+ ]
34600
+ },
34266
34601
  {
34267
34602
  "kind": "javascript-module",
34268
34603
  "path": "src/elements/IconOfferDelete.js",
@@ -34291,6 +34626,34 @@
34291
34626
  }
34292
34627
  ]
34293
34628
  },
34629
+ {
34630
+ "kind": "javascript-module",
34631
+ "path": "src/elements/IconOffers.js",
34632
+ "declarations": [
34633
+ {
34634
+ "kind": "class",
34635
+ "description": "",
34636
+ "name": "IconOffers",
34637
+ "members": [],
34638
+ "superclass": {
34639
+ "name": "IconBase",
34640
+ "package": "@spectrum-web-components/icon"
34641
+ },
34642
+ "tagName": "sp-icon-offers",
34643
+ "customElement": true
34644
+ }
34645
+ ],
34646
+ "exports": [
34647
+ {
34648
+ "kind": "js",
34649
+ "name": "IconOffers",
34650
+ "declaration": {
34651
+ "name": "IconOffers",
34652
+ "module": "src/elements/IconOffers.js"
34653
+ }
34654
+ }
34655
+ ]
34656
+ },
34294
34657
  {
34295
34658
  "kind": "javascript-module",
34296
34659
  "path": "src/elements/IconOnAir.js",
@@ -35635,6 +35998,34 @@
35635
35998
  }
35636
35999
  ]
35637
36000
  },
36001
+ {
36002
+ "kind": "javascript-module",
36003
+ "path": "src/elements/IconPlaceholder.js",
36004
+ "declarations": [
36005
+ {
36006
+ "kind": "class",
36007
+ "description": "",
36008
+ "name": "IconPlaceholder",
36009
+ "members": [],
36010
+ "superclass": {
36011
+ "name": "IconBase",
36012
+ "package": "@spectrum-web-components/icon"
36013
+ },
36014
+ "tagName": "sp-icon-placeholder",
36015
+ "customElement": true
36016
+ }
36017
+ ],
36018
+ "exports": [
36019
+ {
36020
+ "kind": "js",
36021
+ "name": "IconPlaceholder",
36022
+ "declaration": {
36023
+ "name": "IconPlaceholder",
36024
+ "module": "src/elements/IconPlaceholder.js"
36025
+ }
36026
+ }
36027
+ ]
36028
+ },
35638
36029
  {
35639
36030
  "kind": "javascript-module",
35640
36031
  "path": "src/elements/IconPlatformDataMapping.js",
@@ -37651,6 +38042,34 @@
37651
38042
  }
37652
38043
  ]
37653
38044
  },
38045
+ {
38046
+ "kind": "javascript-module",
38047
+ "path": "src/elements/IconResolvedComment.js",
38048
+ "declarations": [
38049
+ {
38050
+ "kind": "class",
38051
+ "description": "",
38052
+ "name": "IconResolvedComment",
38053
+ "members": [],
38054
+ "superclass": {
38055
+ "name": "IconBase",
38056
+ "package": "@spectrum-web-components/icon"
38057
+ },
38058
+ "tagName": "sp-icon-resolved-comment",
38059
+ "customElement": true
38060
+ }
38061
+ ],
38062
+ "exports": [
38063
+ {
38064
+ "kind": "js",
38065
+ "name": "IconResolvedComment",
38066
+ "declaration": {
38067
+ "name": "IconResolvedComment",
38068
+ "module": "src/elements/IconResolvedComment.js"
38069
+ }
38070
+ }
38071
+ ]
38072
+ },
37654
38073
  {
37655
38074
  "kind": "javascript-module",
37656
38075
  "path": "src/elements/IconRetweet.js",
@@ -43979,6 +44398,34 @@
43979
44398
  }
43980
44399
  ]
43981
44400
  },
44401
+ {
44402
+ "kind": "javascript-module",
44403
+ "path": "src/elements/IconTreeView.js",
44404
+ "declarations": [
44405
+ {
44406
+ "kind": "class",
44407
+ "description": "",
44408
+ "name": "IconTreeView",
44409
+ "members": [],
44410
+ "superclass": {
44411
+ "name": "IconBase",
44412
+ "package": "@spectrum-web-components/icon"
44413
+ },
44414
+ "tagName": "sp-icon-tree-view",
44415
+ "customElement": true
44416
+ }
44417
+ ],
44418
+ "exports": [
44419
+ {
44420
+ "kind": "js",
44421
+ "name": "IconTreeView",
44422
+ "declaration": {
44423
+ "name": "IconTreeView",
44424
+ "module": "src/elements/IconTreeView.js"
44425
+ }
44426
+ }
44427
+ ]
44428
+ },
43982
44429
  {
43983
44430
  "kind": "javascript-module",
43984
44431
  "path": "src/elements/IconTrendInspect.js",
@@ -44343,6 +44790,34 @@
44343
44790
  }
44344
44791
  ]
44345
44792
  },
44793
+ {
44794
+ "kind": "javascript-module",
44795
+ "path": "src/elements/IconUnresolvedComment.js",
44796
+ "declarations": [
44797
+ {
44798
+ "kind": "class",
44799
+ "description": "",
44800
+ "name": "IconUnresolvedComment",
44801
+ "members": [],
44802
+ "superclass": {
44803
+ "name": "IconBase",
44804
+ "package": "@spectrum-web-components/icon"
44805
+ },
44806
+ "tagName": "sp-icon-unresolved-comment",
44807
+ "customElement": true
44808
+ }
44809
+ ],
44810
+ "exports": [
44811
+ {
44812
+ "kind": "js",
44813
+ "name": "IconUnresolvedComment",
44814
+ "declaration": {
44815
+ "name": "IconUnresolvedComment",
44816
+ "module": "src/elements/IconUnresolvedComment.js"
44817
+ }
44818
+ }
44819
+ ]
44820
+ },
44346
44821
  {
44347
44822
  "kind": "javascript-module",
44348
44823
  "path": "src/elements/IconUpload.js",
@@ -44987,6 +45462,34 @@
44987
45462
  }
44988
45463
  ]
44989
45464
  },
45465
+ {
45466
+ "kind": "javascript-module",
45467
+ "path": "src/elements/IconVerticalMasonryGridView.js",
45468
+ "declarations": [
45469
+ {
45470
+ "kind": "class",
45471
+ "description": "",
45472
+ "name": "IconVerticalMasonryGridView",
45473
+ "members": [],
45474
+ "superclass": {
45475
+ "name": "IconBase",
45476
+ "package": "@spectrum-web-components/icon"
45477
+ },
45478
+ "tagName": "sp-icon-vertical-masonry-grid-view",
45479
+ "customElement": true
45480
+ }
45481
+ ],
45482
+ "exports": [
45483
+ {
45484
+ "kind": "js",
45485
+ "name": "IconVerticalMasonryGridView",
45486
+ "declaration": {
45487
+ "name": "IconVerticalMasonryGridView",
45488
+ "module": "src/elements/IconVerticalMasonryGridView.js"
45489
+ }
45490
+ }
45491
+ ]
45492
+ },
44990
45493
  {
44991
45494
  "kind": "javascript-module",
44992
45495
  "path": "src/elements/IconVideo.js",
@@ -45183,6 +45686,34 @@
45183
45686
  }
45184
45687
  ]
45185
45688
  },
45689
+ {
45690
+ "kind": "javascript-module",
45691
+ "path": "src/elements/IconViewCardOneCol.js",
45692
+ "declarations": [
45693
+ {
45694
+ "kind": "class",
45695
+ "description": "",
45696
+ "name": "IconViewCardOneCol",
45697
+ "members": [],
45698
+ "superclass": {
45699
+ "name": "IconBase",
45700
+ "package": "@spectrum-web-components/icon"
45701
+ },
45702
+ "tagName": "sp-icon-view-card-one-col",
45703
+ "customElement": true
45704
+ }
45705
+ ],
45706
+ "exports": [
45707
+ {
45708
+ "kind": "js",
45709
+ "name": "IconViewCardOneCol",
45710
+ "declaration": {
45711
+ "name": "IconViewCardOneCol",
45712
+ "module": "src/elements/IconViewCardOneCol.js"
45713
+ }
45714
+ }
45715
+ ]
45716
+ },
45186
45717
  {
45187
45718
  "kind": "javascript-module",
45188
45719
  "path": "src/elements/IconViewColumn.js",
@@ -45407,6 +45938,34 @@
45407
45938
  }
45408
45939
  ]
45409
45940
  },
45941
+ {
45942
+ "kind": "javascript-module",
45943
+ "path": "src/elements/IconViewTable.js",
45944
+ "declarations": [
45945
+ {
45946
+ "kind": "class",
45947
+ "description": "",
45948
+ "name": "IconViewTable",
45949
+ "members": [],
45950
+ "superclass": {
45951
+ "name": "IconBase",
45952
+ "package": "@spectrum-web-components/icon"
45953
+ },
45954
+ "tagName": "sp-icon-view-table",
45955
+ "customElement": true
45956
+ }
45957
+ ],
45958
+ "exports": [
45959
+ {
45960
+ "kind": "js",
45961
+ "name": "IconViewTable",
45962
+ "declaration": {
45963
+ "name": "IconViewTable",
45964
+ "module": "src/elements/IconViewTable.js"
45965
+ }
45966
+ }
45967
+ ]
45968
+ },
45410
45969
  {
45411
45970
  "kind": "javascript-module",
45412
45971
  "path": "src/elements/IconViewTransparency.js",