@genesislcap/foundation-ui 15.10.2 → 15.10.3

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.
@@ -1424,42 +1424,11 @@
1424
1424
  },
1425
1425
  {
1426
1426
  "kind": "javascript-module",
1427
- "path": "src/_config/index.ts",
1428
- "declarations": [],
1429
- "exports": [
1430
- {
1431
- "kind": "js",
1432
- "name": "*",
1433
- "declaration": {
1434
- "name": "*",
1435
- "package": "./styles"
1436
- }
1437
- },
1438
- {
1439
- "kind": "js",
1440
- "name": "*",
1441
- "declaration": {
1442
- "name": "*",
1443
- "package": "./tokens"
1444
- }
1445
- },
1446
- {
1447
- "kind": "js",
1448
- "name": "*",
1449
- "declaration": {
1450
- "name": "*",
1451
- "package": "./values"
1452
- }
1453
- }
1454
- ]
1455
- },
1456
- {
1457
- "kind": "javascript-module",
1458
- "path": "src/accordion/accordion.styles.ts",
1427
+ "path": "src/accordion-item/accordion-item.styles.ts",
1459
1428
  "declarations": [
1460
1429
  {
1461
1430
  "kind": "function",
1462
- "name": "foundationAccordionStyles",
1431
+ "name": "foundationAccordionItemStyles",
1463
1432
  "return": {
1464
1433
  "type": {
1465
1434
  "text": "ElementStyles"
@@ -1484,24 +1453,24 @@
1484
1453
  "exports": [
1485
1454
  {
1486
1455
  "kind": "js",
1487
- "name": "foundationAccordionStyles",
1456
+ "name": "foundationAccordionItemStyles",
1488
1457
  "declaration": {
1489
- "name": "foundationAccordionStyles",
1490
- "module": "src/accordion/accordion.styles.ts"
1458
+ "name": "foundationAccordionItemStyles",
1459
+ "module": "src/accordion-item/accordion-item.styles.ts"
1491
1460
  }
1492
1461
  }
1493
1462
  ]
1494
1463
  },
1495
1464
  {
1496
1465
  "kind": "javascript-module",
1497
- "path": "src/accordion/accordion.template.ts",
1466
+ "path": "src/accordion-item/accordion-item.template.ts",
1498
1467
  "declarations": [
1499
1468
  {
1500
1469
  "kind": "function",
1501
- "name": "foundationAccordionTemplate",
1470
+ "name": "foundationAccordionItemTemplate",
1502
1471
  "return": {
1503
1472
  "type": {
1504
- "text": "ViewTemplate<Accordion>"
1473
+ "text": "ViewTemplate<AccordionItem>"
1505
1474
  }
1506
1475
  },
1507
1476
  "parameters": [
@@ -1523,237 +1492,116 @@
1523
1492
  "exports": [
1524
1493
  {
1525
1494
  "kind": "js",
1526
- "name": "foundationAccordionTemplate",
1495
+ "name": "foundationAccordionItemTemplate",
1527
1496
  "declaration": {
1528
- "name": "foundationAccordionTemplate",
1529
- "module": "src/accordion/accordion.template.ts"
1497
+ "name": "foundationAccordionItemTemplate",
1498
+ "module": "src/accordion-item/accordion-item.template.ts"
1530
1499
  }
1531
1500
  }
1532
1501
  ]
1533
1502
  },
1534
1503
  {
1535
1504
  "kind": "javascript-module",
1536
- "path": "src/accordion/accordion.ts",
1505
+ "path": "src/accordion-item/accordion-item.ts",
1537
1506
  "declarations": [
1538
1507
  {
1539
1508
  "kind": "class",
1540
1509
  "description": "",
1541
- "name": "Accordion",
1510
+ "name": "AccordionItem",
1542
1511
  "superclass": {
1543
- "name": "FASTAccordion",
1544
- "package": "@microsoft/fast-foundation"
1512
+ "name": "FASTAccordionItem",
1513
+ "package": "@microsoft/fast-components"
1545
1514
  },
1546
- "tagName": "%%prefix%%-accordion",
1515
+ "tagName": "%%prefix%%-accordion-item",
1547
1516
  "customElement": true,
1548
1517
  "attributes": [
1549
1518
  {
1550
- "name": "expand-mode",
1551
- "type": {
1552
- "text": "AccordionExpandMode"
1553
- },
1554
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1555
- "fieldName": "expandmode",
1556
- "inheritedFrom": {
1557
- "name": "Accordion",
1558
- "module": "src/accordion/accordion.ts"
1559
- }
1560
- }
1561
- ],
1562
- "members": [
1563
- {
1564
- "kind": "field",
1565
- "name": "expandmode",
1519
+ "name": "heading-level",
1566
1520
  "type": {
1567
- "text": "AccordionExpandMode"
1521
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1568
1522
  },
1569
- "privacy": "public",
1570
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1523
+ "default": "2",
1524
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1525
+ "fieldName": "headinglevel",
1571
1526
  "inheritedFrom": {
1572
- "name": "Accordion",
1573
- "module": "src/accordion/accordion.ts"
1527
+ "name": "AccordionItem",
1528
+ "module": "src/accordion-item/accordion-item.ts"
1574
1529
  }
1575
1530
  },
1576
1531
  {
1577
- "kind": "field",
1578
- "name": "activeid",
1579
1532
  "type": {
1580
- "text": "string | null"
1533
+ "text": "boolean"
1581
1534
  },
1582
- "privacy": "private",
1535
+ "default": "false",
1536
+ "description": "Expands or collapses the item.",
1537
+ "fieldName": "expanded",
1583
1538
  "inheritedFrom": {
1584
- "name": "Accordion",
1585
- "module": "src/accordion/accordion.ts"
1539
+ "name": "AccordionItem",
1540
+ "module": "src/accordion-item/accordion-item.ts"
1586
1541
  }
1587
1542
  },
1588
1543
  {
1589
- "kind": "field",
1590
- "name": "activeItemIndex",
1544
+ "name": "id",
1591
1545
  "type": {
1592
- "text": "number"
1546
+ "text": "string"
1593
1547
  },
1594
- "privacy": "private",
1595
- "default": "0",
1548
+ "description": "The item ID",
1549
+ "fieldName": "id",
1596
1550
  "inheritedFrom": {
1597
- "name": "Accordion",
1598
- "module": "src/accordion/accordion.ts"
1551
+ "name": "AccordionItem",
1552
+ "module": "src/accordion-item/accordion-item.ts"
1599
1553
  }
1600
- },
1554
+ }
1555
+ ],
1556
+ "members": [
1601
1557
  {
1602
1558
  "kind": "field",
1603
- "name": "accordionIds",
1559
+ "name": "headinglevel",
1604
1560
  "type": {
1605
- "text": "Array<string | null>"
1606
- },
1607
- "privacy": "private",
1608
- "inheritedFrom": {
1609
- "name": "Accordion",
1610
- "module": "src/accordion/accordion.ts"
1611
- }
1612
- },
1613
- {
1614
- "kind": "field",
1615
- "name": "change",
1616
- "privacy": "private",
1617
- "inheritedFrom": {
1618
- "name": "Accordion",
1619
- "module": "src/accordion/accordion.ts"
1620
- }
1621
- },
1622
- {
1623
- "kind": "method",
1624
- "name": "findExpandedItem",
1625
- "privacy": "private",
1626
- "return": {
1627
- "type": {
1628
- "text": "AccordionItem | null"
1629
- }
1561
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1630
1562
  },
1563
+ "privacy": "public",
1564
+ "default": "2",
1565
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1631
1566
  "inheritedFrom": {
1632
- "name": "Accordion",
1633
- "module": "src/accordion/accordion.ts"
1567
+ "name": "AccordionItem",
1568
+ "module": "src/accordion-item/accordion-item.ts"
1634
1569
  }
1635
1570
  },
1636
1571
  {
1637
1572
  "kind": "field",
1638
- "name": "setItems",
1639
- "privacy": "private",
1640
- "inheritedFrom": {
1641
- "name": "Accordion",
1642
- "module": "src/accordion/accordion.ts"
1643
- }
1644
- },
1645
- {
1646
- "kind": "method",
1647
- "name": "resetItems",
1648
- "privacy": "private",
1649
- "return": {
1650
- "type": {
1651
- "text": "void"
1652
- }
1573
+ "name": "expanded",
1574
+ "type": {
1575
+ "text": "boolean"
1653
1576
  },
1577
+ "privacy": "public",
1578
+ "default": "false",
1579
+ "description": "Expands or collapses the item.",
1654
1580
  "inheritedFrom": {
1655
- "name": "Accordion",
1656
- "module": "src/accordion/accordion.ts"
1657
- }
1658
- },
1659
- {
1660
- "kind": "field",
1661
- "name": "removeItemListeners",
1662
- "privacy": "private",
1663
- "inheritedFrom": {
1664
- "name": "Accordion",
1665
- "module": "src/accordion/accordion.ts"
1581
+ "name": "AccordionItem",
1582
+ "module": "src/accordion-item/accordion-item.ts"
1666
1583
  }
1667
1584
  },
1668
1585
  {
1669
1586
  "kind": "field",
1670
- "name": "activeItemChange",
1671
- "privacy": "private",
1672
- "inheritedFrom": {
1673
- "name": "Accordion",
1674
- "module": "src/accordion/accordion.ts"
1675
- }
1676
- },
1677
- {
1678
- "kind": "method",
1679
- "name": "getItemIds",
1680
- "privacy": "private",
1681
- "return": {
1682
- "type": {
1683
- "text": "Array<string | null>"
1684
- }
1685
- },
1686
- "inheritedFrom": {
1687
- "name": "Accordion",
1688
- "module": "src/accordion/accordion.ts"
1689
- }
1690
- },
1691
- {
1692
- "kind": "method",
1693
- "name": "isSingleExpandMode",
1694
- "privacy": "private",
1695
- "return": {
1696
- "type": {
1697
- "text": "boolean"
1698
- }
1587
+ "name": "id",
1588
+ "type": {
1589
+ "text": "string"
1699
1590
  },
1591
+ "privacy": "public",
1592
+ "description": "The item ID",
1700
1593
  "inheritedFrom": {
1701
- "name": "Accordion",
1702
- "module": "src/accordion/accordion.ts"
1703
- }
1704
- },
1705
- {
1706
- "kind": "field",
1707
- "name": "handleItemKeyDown",
1708
- "privacy": "private",
1709
- "inheritedFrom": {
1710
- "name": "Accordion",
1711
- "module": "src/accordion/accordion.ts"
1594
+ "name": "AccordionItem",
1595
+ "module": "src/accordion-item/accordion-item.ts"
1712
1596
  }
1713
1597
  },
1714
1598
  {
1715
1599
  "kind": "field",
1716
- "name": "handleItemFocus",
1717
- "privacy": "private",
1718
- "inheritedFrom": {
1719
- "name": "Accordion",
1720
- "module": "src/accordion/accordion.ts"
1721
- }
1722
- },
1723
- {
1724
- "kind": "method",
1725
- "name": "adjust",
1726
- "privacy": "private",
1727
- "return": {
1728
- "type": {
1729
- "text": "void"
1730
- }
1731
- },
1732
- "parameters": [
1733
- {
1734
- "name": "adjustment",
1735
- "type": {
1736
- "text": "number"
1737
- }
1738
- }
1739
- ],
1740
- "inheritedFrom": {
1741
- "name": "Accordion",
1742
- "module": "src/accordion/accordion.ts"
1743
- }
1744
- },
1745
- {
1746
- "kind": "method",
1747
- "name": "focusItem",
1600
+ "name": "change",
1748
1601
  "privacy": "private",
1749
- "return": {
1750
- "type": {
1751
- "text": "void"
1752
- }
1753
- },
1754
1602
  "inheritedFrom": {
1755
- "name": "Accordion",
1756
- "module": "src/accordion/accordion.ts"
1603
+ "name": "AccordionItem",
1604
+ "module": "src/accordion-item/accordion-item.ts"
1757
1605
  }
1758
1606
  },
1759
1607
  {
@@ -1870,18 +1718,18 @@
1870
1718
  ],
1871
1719
  "events": [
1872
1720
  {
1873
- "description": "Fires a custom 'change' event when the active item changes",
1721
+ "description": "Fires a custom 'change' event when the button is invoked",
1874
1722
  "name": "change",
1875
1723
  "inheritedFrom": {
1876
- "name": "Accordion",
1877
- "module": "src/accordion/accordion.ts"
1724
+ "name": "AccordionItem",
1725
+ "module": "src/accordion-item/accordion-item.ts"
1878
1726
  }
1879
1727
  }
1880
1728
  ]
1881
1729
  },
1882
1730
  {
1883
1731
  "kind": "variable",
1884
- "name": "foundationAccordionShadowOptions",
1732
+ "name": "foundationAccordionItemShadowOptions",
1885
1733
  "type": {
1886
1734
  "text": "ShadowRootInit"
1887
1735
  },
@@ -1889,57 +1737,88 @@
1889
1737
  },
1890
1738
  {
1891
1739
  "kind": "variable",
1892
- "name": "defaultAccordionConfig",
1740
+ "name": "defaultAccordionItemConfig",
1893
1741
  "type": {
1894
1742
  "text": "object"
1895
1743
  },
1896
- "default": "{}"
1744
+ "default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
1897
1745
  },
1898
1746
  {
1899
1747
  "kind": "variable",
1900
- "name": "foundationAccordion",
1901
- "description": "The Foundation Accordion",
1748
+ "name": "foundationAccordionItem",
1749
+ "description": "The Foundation Accordion Item",
1902
1750
  "privacy": "public"
1903
1751
  }
1904
1752
  ],
1905
1753
  "exports": [
1906
1754
  {
1907
1755
  "kind": "js",
1908
- "name": "Accordion",
1756
+ "name": "AccordionItem",
1909
1757
  "declaration": {
1910
- "name": "Accordion",
1911
- "module": "src/accordion/accordion.ts"
1758
+ "name": "AccordionItem",
1759
+ "module": "src/accordion-item/accordion-item.ts"
1912
1760
  }
1913
1761
  },
1914
1762
  {
1915
1763
  "kind": "js",
1916
- "name": "foundationAccordionShadowOptions",
1764
+ "name": "foundationAccordionItemShadowOptions",
1765
+ "declaration": {
1766
+ "name": "foundationAccordionItemShadowOptions",
1767
+ "module": "src/accordion-item/accordion-item.ts"
1768
+ }
1769
+ },
1770
+ {
1771
+ "kind": "js",
1772
+ "name": "defaultAccordionItemConfig",
1773
+ "declaration": {
1774
+ "name": "defaultAccordionItemConfig",
1775
+ "module": "src/accordion-item/accordion-item.ts"
1776
+ }
1777
+ },
1778
+ {
1779
+ "kind": "js",
1780
+ "name": "foundationAccordionItem",
1781
+ "declaration": {
1782
+ "name": "foundationAccordionItem",
1783
+ "module": "src/accordion-item/accordion-item.ts"
1784
+ }
1785
+ }
1786
+ ]
1787
+ },
1788
+ {
1789
+ "kind": "javascript-module",
1790
+ "path": "src/accordion-item/index.ts",
1791
+ "declarations": [],
1792
+ "exports": [
1793
+ {
1794
+ "kind": "js",
1795
+ "name": "*",
1917
1796
  "declaration": {
1918
- "name": "foundationAccordionShadowOptions",
1919
- "module": "src/accordion/accordion.ts"
1797
+ "name": "*",
1798
+ "package": "./accordion-item.template"
1920
1799
  }
1921
1800
  },
1922
1801
  {
1923
1802
  "kind": "js",
1924
- "name": "defaultAccordionConfig",
1803
+ "name": "*",
1925
1804
  "declaration": {
1926
- "name": "defaultAccordionConfig",
1927
- "module": "src/accordion/accordion.ts"
1805
+ "name": "*",
1806
+ "package": "./accordion-item.styles"
1928
1807
  }
1929
1808
  },
1930
1809
  {
1931
1810
  "kind": "js",
1932
- "name": "foundationAccordion",
1811
+ "name": "*",
1933
1812
  "declaration": {
1934
- "name": "foundationAccordion",
1935
- "module": "src/accordion/accordion.ts"
1813
+ "name": "*",
1814
+ "package": "./accordion-item"
1936
1815
  }
1937
1816
  }
1938
1817
  ]
1939
1818
  },
1940
1819
  {
1941
1820
  "kind": "javascript-module",
1942
- "path": "src/accordion/index.ts",
1821
+ "path": "src/_config/index.ts",
1943
1822
  "declarations": [],
1944
1823
  "exports": [
1945
1824
  {
@@ -1947,7 +1826,7 @@
1947
1826
  "name": "*",
1948
1827
  "declaration": {
1949
1828
  "name": "*",
1950
- "package": "./accordion.template"
1829
+ "package": "./styles"
1951
1830
  }
1952
1831
  },
1953
1832
  {
@@ -1955,7 +1834,7 @@
1955
1834
  "name": "*",
1956
1835
  "declaration": {
1957
1836
  "name": "*",
1958
- "package": "./accordion.styles"
1837
+ "package": "./tokens"
1959
1838
  }
1960
1839
  },
1961
1840
  {
@@ -1963,7 +1842,7 @@
1963
1842
  "name": "*",
1964
1843
  "declaration": {
1965
1844
  "name": "*",
1966
- "package": "./accordion"
1845
+ "package": "./values"
1967
1846
  }
1968
1847
  }
1969
1848
  ]
@@ -3150,11 +3029,11 @@
3150
3029
  },
3151
3030
  {
3152
3031
  "kind": "javascript-module",
3153
- "path": "src/ai-indicator/ai-indicator.styles.ts",
3032
+ "path": "src/accordion/accordion.styles.ts",
3154
3033
  "declarations": [
3155
3034
  {
3156
3035
  "kind": "function",
3157
- "name": "foundationAiIndicatorStyles",
3036
+ "name": "foundationAccordionStyles",
3158
3037
  "return": {
3159
3038
  "type": {
3160
3039
  "text": "ElementStyles"
@@ -3179,224 +3058,276 @@
3179
3058
  "exports": [
3180
3059
  {
3181
3060
  "kind": "js",
3182
- "name": "foundationAiIndicatorStyles",
3061
+ "name": "foundationAccordionStyles",
3183
3062
  "declaration": {
3184
- "name": "foundationAiIndicatorStyles",
3185
- "module": "src/ai-indicator/ai-indicator.styles.ts"
3063
+ "name": "foundationAccordionStyles",
3064
+ "module": "src/accordion/accordion.styles.ts"
3186
3065
  }
3187
3066
  }
3188
3067
  ]
3189
3068
  },
3190
3069
  {
3191
3070
  "kind": "javascript-module",
3192
- "path": "src/ai-indicator/ai-indicator.template.ts",
3071
+ "path": "src/accordion/accordion.template.ts",
3193
3072
  "declarations": [
3194
3073
  {
3195
- "kind": "variable",
3196
- "name": "foundationAiIndicatorTemplate",
3197
- "type": {
3198
- "text": "ViewTemplate<AiIndicator>"
3074
+ "kind": "function",
3075
+ "name": "foundationAccordionTemplate",
3076
+ "return": {
3077
+ "type": {
3078
+ "text": "ViewTemplate<Accordion>"
3079
+ }
3199
3080
  },
3200
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3081
+ "parameters": [
3082
+ {
3083
+ "name": "context",
3084
+ "type": {
3085
+ "text": "ElementDefinitionContext"
3086
+ }
3087
+ },
3088
+ {
3089
+ "name": "definition",
3090
+ "type": {
3091
+ "text": "FoundationElementDefinition"
3092
+ }
3093
+ }
3094
+ ]
3201
3095
  }
3202
3096
  ],
3203
3097
  "exports": [
3204
3098
  {
3205
3099
  "kind": "js",
3206
- "name": "foundationAiIndicatorTemplate",
3100
+ "name": "foundationAccordionTemplate",
3207
3101
  "declaration": {
3208
- "name": "foundationAiIndicatorTemplate",
3209
- "module": "src/ai-indicator/ai-indicator.template.ts"
3102
+ "name": "foundationAccordionTemplate",
3103
+ "module": "src/accordion/accordion.template.ts"
3210
3104
  }
3211
3105
  }
3212
3106
  ]
3213
3107
  },
3214
3108
  {
3215
3109
  "kind": "javascript-module",
3216
- "path": "src/ai-indicator/ai-indicator.ts",
3110
+ "path": "src/accordion/accordion.ts",
3217
3111
  "declarations": [
3218
3112
  {
3219
3113
  "kind": "class",
3220
3114
  "description": "",
3221
- "name": "AiIndicator",
3222
- "members": [
3223
- {
3224
- "kind": "field",
3225
- "name": "providerRegistry",
3226
- "type": {
3227
- "text": "AIProviderRegistry"
3228
- }
3229
- },
3230
- {
3231
- "kind": "field",
3232
- "name": "aiProvider",
3233
- "type": {
3234
- "text": "AIProvider | undefined"
3235
- },
3236
- "privacy": "private",
3237
- "description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
3238
- "readonly": true
3239
- },
3115
+ "name": "Accordion",
3116
+ "superclass": {
3117
+ "name": "FASTAccordion",
3118
+ "package": "@microsoft/fast-foundation"
3119
+ },
3120
+ "tagName": "%%prefix%%-accordion",
3121
+ "customElement": true,
3122
+ "attributes": [
3240
3123
  {
3241
- "kind": "field",
3242
- "name": "status",
3124
+ "name": "expand-mode",
3243
3125
  "type": {
3244
- "text": "AIStatus | null"
3126
+ "text": "AccordionExpandMode"
3245
3127
  },
3246
- "default": "null"
3247
- },
3128
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3129
+ "fieldName": "expandmode",
3130
+ "inheritedFrom": {
3131
+ "name": "Accordion",
3132
+ "module": "src/accordion/accordion.ts"
3133
+ }
3134
+ }
3135
+ ],
3136
+ "members": [
3248
3137
  {
3249
3138
  "kind": "field",
3250
- "name": "open",
3139
+ "name": "expandmode",
3251
3140
  "type": {
3252
- "text": "boolean"
3141
+ "text": "AccordionExpandMode"
3253
3142
  },
3254
- "default": "false"
3143
+ "privacy": "public",
3144
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3145
+ "inheritedFrom": {
3146
+ "name": "Accordion",
3147
+ "module": "src/accordion/accordion.ts"
3148
+ }
3255
3149
  },
3256
3150
  {
3257
3151
  "kind": "field",
3258
- "name": "state",
3152
+ "name": "activeid",
3259
3153
  "type": {
3260
- "text": "AIIndicatorState"
3154
+ "text": "string | null"
3261
3155
  },
3262
- "default": "'none'"
3156
+ "privacy": "private",
3157
+ "inheritedFrom": {
3158
+ "name": "Accordion",
3159
+ "module": "src/accordion/accordion.ts"
3160
+ }
3263
3161
  },
3264
3162
  {
3265
3163
  "kind": "field",
3266
- "name": "isInstalling",
3164
+ "name": "activeItemIndex",
3267
3165
  "type": {
3268
- "text": "boolean"
3166
+ "text": "number"
3269
3167
  },
3270
- "default": "false"
3168
+ "privacy": "private",
3169
+ "default": "0",
3170
+ "inheritedFrom": {
3171
+ "name": "Accordion",
3172
+ "module": "src/accordion/accordion.ts"
3173
+ }
3271
3174
  },
3272
3175
  {
3273
3176
  "kind": "field",
3274
- "name": "pollTimer",
3177
+ "name": "accordionIds",
3275
3178
  "type": {
3276
- "text": "ReturnType<typeof setInterval> | null"
3179
+ "text": "Array<string | null>"
3277
3180
  },
3278
3181
  "privacy": "private",
3279
- "default": "null"
3280
- },
3281
- {
3282
- "kind": "field",
3283
- "name": "clickOutside",
3284
- "privacy": "private"
3182
+ "inheritedFrom": {
3183
+ "name": "Accordion",
3184
+ "module": "src/accordion/accordion.ts"
3185
+ }
3285
3186
  },
3286
3187
  {
3287
3188
  "kind": "field",
3288
- "name": "chromeStatusLabel",
3289
- "type": {
3290
- "text": "string | null"
3291
- },
3292
- "readonly": true
3189
+ "name": "change",
3190
+ "privacy": "private",
3191
+ "inheritedFrom": {
3192
+ "name": "Accordion",
3193
+ "module": "src/accordion/accordion.ts"
3194
+ }
3293
3195
  },
3294
3196
  {
3295
- "kind": "field",
3296
- "name": "canInstall",
3297
- "type": {
3298
- "text": "boolean"
3197
+ "kind": "method",
3198
+ "name": "findExpandedItem",
3199
+ "privacy": "private",
3200
+ "return": {
3201
+ "type": {
3202
+ "text": "AccordionItem | null"
3203
+ }
3299
3204
  },
3300
- "readonly": true
3205
+ "inheritedFrom": {
3206
+ "name": "Accordion",
3207
+ "module": "src/accordion/accordion.ts"
3208
+ }
3301
3209
  },
3302
3210
  {
3303
3211
  "kind": "field",
3304
- "name": "isDownloading",
3305
- "type": {
3306
- "text": "boolean"
3307
- },
3308
- "readonly": true
3212
+ "name": "setItems",
3213
+ "privacy": "private",
3214
+ "inheritedFrom": {
3215
+ "name": "Accordion",
3216
+ "module": "src/accordion/accordion.ts"
3217
+ }
3309
3218
  },
3310
3219
  {
3311
3220
  "kind": "method",
3312
- "name": "openChanged",
3221
+ "name": "resetItems",
3222
+ "privacy": "private",
3313
3223
  "return": {
3314
3224
  "type": {
3315
3225
  "text": "void"
3316
3226
  }
3227
+ },
3228
+ "inheritedFrom": {
3229
+ "name": "Accordion",
3230
+ "module": "src/accordion/accordion.ts"
3317
3231
  }
3318
3232
  },
3319
3233
  {
3320
- "kind": "method",
3321
- "name": "handleClickOutside",
3234
+ "kind": "field",
3235
+ "name": "removeItemListeners",
3322
3236
  "privacy": "private",
3323
- "parameters": [
3324
- {
3325
- "name": "event",
3326
- "type": {
3327
- "text": "MouseEvent"
3328
- }
3329
- }
3330
- ]
3331
- },
3332
- {
3333
- "kind": "method",
3334
- "name": "toggleDropdown"
3335
- },
3336
- {
3337
- "kind": "method",
3338
- "name": "refreshStatus",
3339
- "return": {
3340
- "type": {
3341
- "text": "Promise<void>"
3342
- }
3237
+ "inheritedFrom": {
3238
+ "name": "Accordion",
3239
+ "module": "src/accordion/accordion.ts"
3343
3240
  }
3344
3241
  },
3345
3242
  {
3346
- "kind": "method",
3347
- "name": "deriveState",
3243
+ "kind": "field",
3244
+ "name": "activeItemChange",
3348
3245
  "privacy": "private",
3349
- "return": {
3350
- "type": {
3351
- "text": "AIIndicatorState"
3352
- }
3353
- },
3354
- "parameters": [
3355
- {
3356
- "name": "s",
3357
- "type": {
3358
- "text": "AIStatus | null"
3359
- }
3360
- }
3361
- ]
3246
+ "inheritedFrom": {
3247
+ "name": "Accordion",
3248
+ "module": "src/accordion/accordion.ts"
3249
+ }
3362
3250
  },
3363
3251
  {
3364
3252
  "kind": "method",
3365
- "name": "maybeStartPolling",
3253
+ "name": "getItemIds",
3366
3254
  "privacy": "private",
3367
3255
  "return": {
3368
3256
  "type": {
3369
- "text": "void"
3257
+ "text": "Array<string | null>"
3370
3258
  }
3259
+ },
3260
+ "inheritedFrom": {
3261
+ "name": "Accordion",
3262
+ "module": "src/accordion/accordion.ts"
3371
3263
  }
3372
3264
  },
3373
3265
  {
3374
3266
  "kind": "method",
3375
- "name": "startPolling",
3267
+ "name": "isSingleExpandMode",
3376
3268
  "privacy": "private",
3377
3269
  "return": {
3378
3270
  "type": {
3379
- "text": "void"
3271
+ "text": "boolean"
3380
3272
  }
3273
+ },
3274
+ "inheritedFrom": {
3275
+ "name": "Accordion",
3276
+ "module": "src/accordion/accordion.ts"
3277
+ }
3278
+ },
3279
+ {
3280
+ "kind": "field",
3281
+ "name": "handleItemKeyDown",
3282
+ "privacy": "private",
3283
+ "inheritedFrom": {
3284
+ "name": "Accordion",
3285
+ "module": "src/accordion/accordion.ts"
3286
+ }
3287
+ },
3288
+ {
3289
+ "kind": "field",
3290
+ "name": "handleItemFocus",
3291
+ "privacy": "private",
3292
+ "inheritedFrom": {
3293
+ "name": "Accordion",
3294
+ "module": "src/accordion/accordion.ts"
3381
3295
  }
3382
3296
  },
3383
3297
  {
3384
3298
  "kind": "method",
3385
- "name": "stopPolling",
3299
+ "name": "adjust",
3386
3300
  "privacy": "private",
3387
3301
  "return": {
3388
3302
  "type": {
3389
3303
  "text": "void"
3390
3304
  }
3305
+ },
3306
+ "parameters": [
3307
+ {
3308
+ "name": "adjustment",
3309
+ "type": {
3310
+ "text": "number"
3311
+ }
3312
+ }
3313
+ ],
3314
+ "inheritedFrom": {
3315
+ "name": "Accordion",
3316
+ "module": "src/accordion/accordion.ts"
3391
3317
  }
3392
3318
  },
3393
3319
  {
3394
3320
  "kind": "method",
3395
- "name": "onInstall",
3321
+ "name": "focusItem",
3322
+ "privacy": "private",
3396
3323
  "return": {
3397
3324
  "type": {
3398
- "text": "Promise<void>"
3325
+ "text": "void"
3399
3326
  }
3327
+ },
3328
+ "inheritedFrom": {
3329
+ "name": "Accordion",
3330
+ "module": "src/accordion/accordion.ts"
3400
3331
  }
3401
3332
  },
3402
3333
  {
@@ -3511,99 +3442,113 @@
3511
3442
  }
3512
3443
  }
3513
3444
  ],
3514
- "superclass": {
3515
- "name": "FoundationElement",
3516
- "package": "@microsoft/fast-foundation"
3445
+ "events": [
3446
+ {
3447
+ "description": "Fires a custom 'change' event when the active item changes",
3448
+ "name": "change",
3449
+ "inheritedFrom": {
3450
+ "name": "Accordion",
3451
+ "module": "src/accordion/accordion.ts"
3452
+ }
3453
+ }
3454
+ ]
3455
+ },
3456
+ {
3457
+ "kind": "variable",
3458
+ "name": "foundationAccordionShadowOptions",
3459
+ "type": {
3460
+ "text": "ShadowRootInit"
3517
3461
  },
3518
- "tagName": "%%prefix%%-ai-indicator",
3519
- "customElement": true
3462
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3520
3463
  },
3521
3464
  {
3522
3465
  "kind": "variable",
3523
- "name": "foundationAiIndicator"
3466
+ "name": "defaultAccordionConfig",
3467
+ "type": {
3468
+ "text": "object"
3469
+ },
3470
+ "default": "{}"
3471
+ },
3472
+ {
3473
+ "kind": "variable",
3474
+ "name": "foundationAccordion",
3475
+ "description": "The Foundation Accordion",
3476
+ "privacy": "public"
3524
3477
  }
3525
3478
  ],
3526
3479
  "exports": [
3527
3480
  {
3528
3481
  "kind": "js",
3529
- "name": "AiIndicator",
3482
+ "name": "Accordion",
3530
3483
  "declaration": {
3531
- "name": "AiIndicator",
3532
- "module": "src/ai-indicator/ai-indicator.ts"
3484
+ "name": "Accordion",
3485
+ "module": "src/accordion/accordion.ts"
3533
3486
  }
3534
3487
  },
3535
3488
  {
3536
3489
  "kind": "js",
3537
- "name": "foundationAiIndicator",
3538
- "declaration": {
3539
- "name": "foundationAiIndicator",
3540
- "module": "src/ai-indicator/ai-indicator.ts"
3541
- }
3542
- }
3543
- ]
3544
- },
3545
- {
3546
- "kind": "javascript-module",
3547
- "path": "src/ai-indicator/index.ts",
3548
- "declarations": [],
3549
- "exports": [
3550
- {
3551
- "kind": "js",
3552
- "name": "AiIndicator",
3490
+ "name": "foundationAccordionShadowOptions",
3553
3491
  "declaration": {
3554
- "name": "AiIndicator",
3555
- "module": "./ai-indicator"
3492
+ "name": "foundationAccordionShadowOptions",
3493
+ "module": "src/accordion/accordion.ts"
3556
3494
  }
3557
3495
  },
3558
3496
  {
3559
3497
  "kind": "js",
3560
- "name": "foundationAiIndicator",
3498
+ "name": "defaultAccordionConfig",
3561
3499
  "declaration": {
3562
- "name": "foundationAiIndicator",
3563
- "module": "./ai-indicator"
3500
+ "name": "defaultAccordionConfig",
3501
+ "module": "src/accordion/accordion.ts"
3564
3502
  }
3565
3503
  },
3566
3504
  {
3567
3505
  "kind": "js",
3568
- "name": "type",
3506
+ "name": "foundationAccordion",
3569
3507
  "declaration": {
3570
- "name": "type",
3571
- "module": "./ai-indicator"
3508
+ "name": "foundationAccordion",
3509
+ "module": "src/accordion/accordion.ts"
3572
3510
  }
3573
- },
3511
+ }
3512
+ ]
3513
+ },
3514
+ {
3515
+ "kind": "javascript-module",
3516
+ "path": "src/accordion/index.ts",
3517
+ "declarations": [],
3518
+ "exports": [
3574
3519
  {
3575
3520
  "kind": "js",
3576
- "name": "AIIndicatorState",
3521
+ "name": "*",
3577
3522
  "declaration": {
3578
- "name": "AIIndicatorState",
3579
- "module": "./ai-indicator"
3523
+ "name": "*",
3524
+ "package": "./accordion.template"
3580
3525
  }
3581
3526
  },
3582
3527
  {
3583
3528
  "kind": "js",
3584
- "name": "foundationAiIndicatorTemplate",
3529
+ "name": "*",
3585
3530
  "declaration": {
3586
- "name": "foundationAiIndicatorTemplate",
3587
- "module": "./ai-indicator.template"
3531
+ "name": "*",
3532
+ "package": "./accordion.styles"
3588
3533
  }
3589
3534
  },
3590
3535
  {
3591
3536
  "kind": "js",
3592
- "name": "foundationAiIndicatorStyles",
3537
+ "name": "*",
3593
3538
  "declaration": {
3594
- "name": "foundationAiIndicatorStyles",
3595
- "module": "./ai-indicator.styles"
3539
+ "name": "*",
3540
+ "package": "./accordion"
3596
3541
  }
3597
3542
  }
3598
3543
  ]
3599
3544
  },
3600
3545
  {
3601
3546
  "kind": "javascript-module",
3602
- "path": "src/accordion-item/accordion-item.styles.ts",
3547
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
3603
3548
  "declarations": [
3604
3549
  {
3605
3550
  "kind": "function",
3606
- "name": "foundationAccordionItemStyles",
3551
+ "name": "foundationAiIndicatorStyles",
3607
3552
  "return": {
3608
3553
  "type": {
3609
3554
  "text": "ElementStyles"
@@ -3628,155 +3573,224 @@
3628
3573
  "exports": [
3629
3574
  {
3630
3575
  "kind": "js",
3631
- "name": "foundationAccordionItemStyles",
3576
+ "name": "foundationAiIndicatorStyles",
3632
3577
  "declaration": {
3633
- "name": "foundationAccordionItemStyles",
3634
- "module": "src/accordion-item/accordion-item.styles.ts"
3578
+ "name": "foundationAiIndicatorStyles",
3579
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
3635
3580
  }
3636
3581
  }
3637
3582
  ]
3638
3583
  },
3639
3584
  {
3640
3585
  "kind": "javascript-module",
3641
- "path": "src/accordion-item/accordion-item.template.ts",
3586
+ "path": "src/ai-indicator/ai-indicator.template.ts",
3642
3587
  "declarations": [
3643
3588
  {
3644
- "kind": "function",
3645
- "name": "foundationAccordionItemTemplate",
3646
- "return": {
3647
- "type": {
3648
- "text": "ViewTemplate<AccordionItem>"
3649
- }
3589
+ "kind": "variable",
3590
+ "name": "foundationAiIndicatorTemplate",
3591
+ "type": {
3592
+ "text": "ViewTemplate<AiIndicator>"
3650
3593
  },
3651
- "parameters": [
3652
- {
3653
- "name": "context",
3654
- "type": {
3655
- "text": "ElementDefinitionContext"
3656
- }
3657
- },
3658
- {
3659
- "name": "definition",
3660
- "type": {
3661
- "text": "FoundationElementDefinition"
3662
- }
3663
- }
3664
- ]
3594
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3665
3595
  }
3666
3596
  ],
3667
3597
  "exports": [
3668
3598
  {
3669
3599
  "kind": "js",
3670
- "name": "foundationAccordionItemTemplate",
3600
+ "name": "foundationAiIndicatorTemplate",
3671
3601
  "declaration": {
3672
- "name": "foundationAccordionItemTemplate",
3673
- "module": "src/accordion-item/accordion-item.template.ts"
3602
+ "name": "foundationAiIndicatorTemplate",
3603
+ "module": "src/ai-indicator/ai-indicator.template.ts"
3674
3604
  }
3675
3605
  }
3676
3606
  ]
3677
3607
  },
3678
3608
  {
3679
3609
  "kind": "javascript-module",
3680
- "path": "src/accordion-item/accordion-item.ts",
3610
+ "path": "src/ai-indicator/ai-indicator.ts",
3681
3611
  "declarations": [
3682
3612
  {
3683
3613
  "kind": "class",
3684
3614
  "description": "",
3685
- "name": "AccordionItem",
3686
- "superclass": {
3687
- "name": "FASTAccordionItem",
3688
- "package": "@microsoft/fast-components"
3689
- },
3690
- "tagName": "%%prefix%%-accordion-item",
3691
- "customElement": true,
3692
- "attributes": [
3615
+ "name": "AiIndicator",
3616
+ "members": [
3693
3617
  {
3694
- "name": "heading-level",
3618
+ "kind": "field",
3619
+ "name": "providerRegistry",
3695
3620
  "type": {
3696
- "text": "1 | 2 | 3 | 4 | 5 | 6"
3697
- },
3698
- "default": "2",
3699
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
3700
- "fieldName": "headinglevel",
3701
- "inheritedFrom": {
3702
- "name": "AccordionItem",
3703
- "module": "src/accordion-item/accordion-item.ts"
3621
+ "text": "AIProviderRegistry"
3704
3622
  }
3705
3623
  },
3706
3624
  {
3625
+ "kind": "field",
3626
+ "name": "aiProvider",
3627
+ "type": {
3628
+ "text": "AIProvider | undefined"
3629
+ },
3630
+ "privacy": "private",
3631
+ "description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
3632
+ "readonly": true
3633
+ },
3634
+ {
3635
+ "kind": "field",
3636
+ "name": "status",
3637
+ "type": {
3638
+ "text": "AIStatus | null"
3639
+ },
3640
+ "default": "null"
3641
+ },
3642
+ {
3643
+ "kind": "field",
3644
+ "name": "open",
3645
+ "type": {
3646
+ "text": "boolean"
3647
+ },
3648
+ "default": "false"
3649
+ },
3650
+ {
3651
+ "kind": "field",
3652
+ "name": "state",
3653
+ "type": {
3654
+ "text": "AIIndicatorState"
3655
+ },
3656
+ "default": "'none'"
3657
+ },
3658
+ {
3659
+ "kind": "field",
3660
+ "name": "isInstalling",
3707
3661
  "type": {
3708
3662
  "text": "boolean"
3709
3663
  },
3710
- "default": "false",
3711
- "description": "Expands or collapses the item.",
3712
- "fieldName": "expanded",
3713
- "inheritedFrom": {
3714
- "name": "AccordionItem",
3715
- "module": "src/accordion-item/accordion-item.ts"
3716
- }
3664
+ "default": "false"
3717
3665
  },
3718
3666
  {
3719
- "name": "id",
3667
+ "kind": "field",
3668
+ "name": "pollTimer",
3720
3669
  "type": {
3721
- "text": "string"
3670
+ "text": "ReturnType<typeof setInterval> | null"
3722
3671
  },
3723
- "description": "The item ID",
3724
- "fieldName": "id",
3725
- "inheritedFrom": {
3726
- "name": "AccordionItem",
3727
- "module": "src/accordion-item/accordion-item.ts"
3728
- }
3729
- }
3730
- ],
3731
- "members": [
3672
+ "privacy": "private",
3673
+ "default": "null"
3674
+ },
3732
3675
  {
3733
3676
  "kind": "field",
3734
- "name": "headinglevel",
3677
+ "name": "clickOutside",
3678
+ "privacy": "private"
3679
+ },
3680
+ {
3681
+ "kind": "field",
3682
+ "name": "chromeStatusLabel",
3735
3683
  "type": {
3736
- "text": "1 | 2 | 3 | 4 | 5 | 6"
3684
+ "text": "string | null"
3737
3685
  },
3738
- "privacy": "public",
3739
- "default": "2",
3740
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
3741
- "inheritedFrom": {
3742
- "name": "AccordionItem",
3743
- "module": "src/accordion-item/accordion-item.ts"
3744
- }
3686
+ "readonly": true
3745
3687
  },
3746
3688
  {
3747
3689
  "kind": "field",
3748
- "name": "expanded",
3690
+ "name": "canInstall",
3749
3691
  "type": {
3750
3692
  "text": "boolean"
3751
3693
  },
3752
- "privacy": "public",
3753
- "default": "false",
3754
- "description": "Expands or collapses the item.",
3755
- "inheritedFrom": {
3756
- "name": "AccordionItem",
3757
- "module": "src/accordion-item/accordion-item.ts"
3758
- }
3694
+ "readonly": true
3759
3695
  },
3760
3696
  {
3761
3697
  "kind": "field",
3762
- "name": "id",
3698
+ "name": "isDownloading",
3763
3699
  "type": {
3764
- "text": "string"
3700
+ "text": "boolean"
3765
3701
  },
3766
- "privacy": "public",
3767
- "description": "The item ID",
3768
- "inheritedFrom": {
3769
- "name": "AccordionItem",
3770
- "module": "src/accordion-item/accordion-item.ts"
3702
+ "readonly": true
3703
+ },
3704
+ {
3705
+ "kind": "method",
3706
+ "name": "openChanged",
3707
+ "return": {
3708
+ "type": {
3709
+ "text": "void"
3710
+ }
3771
3711
  }
3772
3712
  },
3773
3713
  {
3774
- "kind": "field",
3775
- "name": "change",
3714
+ "kind": "method",
3715
+ "name": "handleClickOutside",
3776
3716
  "privacy": "private",
3777
- "inheritedFrom": {
3778
- "name": "AccordionItem",
3779
- "module": "src/accordion-item/accordion-item.ts"
3717
+ "parameters": [
3718
+ {
3719
+ "name": "event",
3720
+ "type": {
3721
+ "text": "MouseEvent"
3722
+ }
3723
+ }
3724
+ ]
3725
+ },
3726
+ {
3727
+ "kind": "method",
3728
+ "name": "toggleDropdown"
3729
+ },
3730
+ {
3731
+ "kind": "method",
3732
+ "name": "refreshStatus",
3733
+ "return": {
3734
+ "type": {
3735
+ "text": "Promise<void>"
3736
+ }
3737
+ }
3738
+ },
3739
+ {
3740
+ "kind": "method",
3741
+ "name": "deriveState",
3742
+ "privacy": "private",
3743
+ "return": {
3744
+ "type": {
3745
+ "text": "AIIndicatorState"
3746
+ }
3747
+ },
3748
+ "parameters": [
3749
+ {
3750
+ "name": "s",
3751
+ "type": {
3752
+ "text": "AIStatus | null"
3753
+ }
3754
+ }
3755
+ ]
3756
+ },
3757
+ {
3758
+ "kind": "method",
3759
+ "name": "maybeStartPolling",
3760
+ "privacy": "private",
3761
+ "return": {
3762
+ "type": {
3763
+ "text": "void"
3764
+ }
3765
+ }
3766
+ },
3767
+ {
3768
+ "kind": "method",
3769
+ "name": "startPolling",
3770
+ "privacy": "private",
3771
+ "return": {
3772
+ "type": {
3773
+ "text": "void"
3774
+ }
3775
+ }
3776
+ },
3777
+ {
3778
+ "kind": "method",
3779
+ "name": "stopPolling",
3780
+ "privacy": "private",
3781
+ "return": {
3782
+ "type": {
3783
+ "text": "void"
3784
+ }
3785
+ }
3786
+ },
3787
+ {
3788
+ "kind": "method",
3789
+ "name": "onInstall",
3790
+ "return": {
3791
+ "type": {
3792
+ "text": "Promise<void>"
3793
+ }
3780
3794
  }
3781
3795
  },
3782
3796
  {
@@ -3891,102 +3905,88 @@
3891
3905
  }
3892
3906
  }
3893
3907
  ],
3894
- "events": [
3895
- {
3896
- "description": "Fires a custom 'change' event when the button is invoked",
3897
- "name": "change",
3898
- "inheritedFrom": {
3899
- "name": "AccordionItem",
3900
- "module": "src/accordion-item/accordion-item.ts"
3901
- }
3902
- }
3903
- ]
3904
- },
3905
- {
3906
- "kind": "variable",
3907
- "name": "foundationAccordionItemShadowOptions",
3908
- "type": {
3909
- "text": "ShadowRootInit"
3910
- },
3911
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3912
- },
3913
- {
3914
- "kind": "variable",
3915
- "name": "defaultAccordionItemConfig",
3916
- "type": {
3917
- "text": "object"
3908
+ "superclass": {
3909
+ "name": "FoundationElement",
3910
+ "package": "@microsoft/fast-foundation"
3918
3911
  },
3919
- "default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
3912
+ "tagName": "%%prefix%%-ai-indicator",
3913
+ "customElement": true
3920
3914
  },
3921
3915
  {
3922
3916
  "kind": "variable",
3923
- "name": "foundationAccordionItem",
3924
- "description": "The Foundation Accordion Item",
3925
- "privacy": "public"
3917
+ "name": "foundationAiIndicator"
3926
3918
  }
3927
3919
  ],
3928
3920
  "exports": [
3929
3921
  {
3930
3922
  "kind": "js",
3931
- "name": "AccordionItem",
3923
+ "name": "AiIndicator",
3932
3924
  "declaration": {
3933
- "name": "AccordionItem",
3934
- "module": "src/accordion-item/accordion-item.ts"
3925
+ "name": "AiIndicator",
3926
+ "module": "src/ai-indicator/ai-indicator.ts"
3935
3927
  }
3936
3928
  },
3937
3929
  {
3938
3930
  "kind": "js",
3939
- "name": "foundationAccordionItemShadowOptions",
3931
+ "name": "foundationAiIndicator",
3940
3932
  "declaration": {
3941
- "name": "foundationAccordionItemShadowOptions",
3942
- "module": "src/accordion-item/accordion-item.ts"
3933
+ "name": "foundationAiIndicator",
3934
+ "module": "src/ai-indicator/ai-indicator.ts"
3935
+ }
3936
+ }
3937
+ ]
3938
+ },
3939
+ {
3940
+ "kind": "javascript-module",
3941
+ "path": "src/ai-indicator/index.ts",
3942
+ "declarations": [],
3943
+ "exports": [
3944
+ {
3945
+ "kind": "js",
3946
+ "name": "AiIndicator",
3947
+ "declaration": {
3948
+ "name": "AiIndicator",
3949
+ "module": "./ai-indicator"
3943
3950
  }
3944
3951
  },
3945
3952
  {
3946
3953
  "kind": "js",
3947
- "name": "defaultAccordionItemConfig",
3954
+ "name": "foundationAiIndicator",
3948
3955
  "declaration": {
3949
- "name": "defaultAccordionItemConfig",
3950
- "module": "src/accordion-item/accordion-item.ts"
3956
+ "name": "foundationAiIndicator",
3957
+ "module": "./ai-indicator"
3951
3958
  }
3952
3959
  },
3953
3960
  {
3954
3961
  "kind": "js",
3955
- "name": "foundationAccordionItem",
3962
+ "name": "type",
3956
3963
  "declaration": {
3957
- "name": "foundationAccordionItem",
3958
- "module": "src/accordion-item/accordion-item.ts"
3964
+ "name": "type",
3965
+ "module": "./ai-indicator"
3959
3966
  }
3960
- }
3961
- ]
3962
- },
3963
- {
3964
- "kind": "javascript-module",
3965
- "path": "src/accordion-item/index.ts",
3966
- "declarations": [],
3967
- "exports": [
3967
+ },
3968
3968
  {
3969
3969
  "kind": "js",
3970
- "name": "*",
3970
+ "name": "AIIndicatorState",
3971
3971
  "declaration": {
3972
- "name": "*",
3973
- "package": "./accordion-item.template"
3972
+ "name": "AIIndicatorState",
3973
+ "module": "./ai-indicator"
3974
3974
  }
3975
3975
  },
3976
3976
  {
3977
3977
  "kind": "js",
3978
- "name": "*",
3978
+ "name": "foundationAiIndicatorTemplate",
3979
3979
  "declaration": {
3980
- "name": "*",
3981
- "package": "./accordion-item.styles"
3980
+ "name": "foundationAiIndicatorTemplate",
3981
+ "module": "./ai-indicator.template"
3982
3982
  }
3983
3983
  },
3984
3984
  {
3985
3985
  "kind": "js",
3986
- "name": "*",
3986
+ "name": "foundationAiIndicatorStyles",
3987
3987
  "declaration": {
3988
- "name": "*",
3989
- "package": "./accordion-item"
3988
+ "name": "foundationAiIndicatorStyles",
3989
+ "module": "./ai-indicator.styles"
3990
3990
  }
3991
3991
  }
3992
3992
  ]