@genesislcap/foundation-ui 14.411.0 → 14.413.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.
@@ -1287,6 +1287,431 @@
1287
1287
  }
1288
1288
  ]
1289
1289
  },
1290
+ {
1291
+ "kind": "javascript-module",
1292
+ "path": "src/_config/index.ts",
1293
+ "declarations": [],
1294
+ "exports": [
1295
+ {
1296
+ "kind": "js",
1297
+ "name": "*",
1298
+ "declaration": {
1299
+ "name": "*",
1300
+ "package": "./styles"
1301
+ }
1302
+ },
1303
+ {
1304
+ "kind": "js",
1305
+ "name": "*",
1306
+ "declaration": {
1307
+ "name": "*",
1308
+ "package": "./tokens"
1309
+ }
1310
+ },
1311
+ {
1312
+ "kind": "js",
1313
+ "name": "*",
1314
+ "declaration": {
1315
+ "name": "*",
1316
+ "package": "./values"
1317
+ }
1318
+ }
1319
+ ]
1320
+ },
1321
+ {
1322
+ "kind": "javascript-module",
1323
+ "path": "src/accordion-item/accordion-item.styles.ts",
1324
+ "declarations": [
1325
+ {
1326
+ "kind": "function",
1327
+ "name": "foundationAccordionItemStyles",
1328
+ "return": {
1329
+ "type": {
1330
+ "text": "ElementStyles"
1331
+ }
1332
+ },
1333
+ "parameters": [
1334
+ {
1335
+ "name": "context",
1336
+ "type": {
1337
+ "text": "ElementDefinitionContext"
1338
+ }
1339
+ },
1340
+ {
1341
+ "name": "definition",
1342
+ "type": {
1343
+ "text": "FoundationElementDefinition"
1344
+ }
1345
+ }
1346
+ ]
1347
+ }
1348
+ ],
1349
+ "exports": [
1350
+ {
1351
+ "kind": "js",
1352
+ "name": "foundationAccordionItemStyles",
1353
+ "declaration": {
1354
+ "name": "foundationAccordionItemStyles",
1355
+ "module": "src/accordion-item/accordion-item.styles.ts"
1356
+ }
1357
+ }
1358
+ ]
1359
+ },
1360
+ {
1361
+ "kind": "javascript-module",
1362
+ "path": "src/accordion-item/accordion-item.template.ts",
1363
+ "declarations": [
1364
+ {
1365
+ "kind": "function",
1366
+ "name": "foundationAccordionItemTemplate",
1367
+ "return": {
1368
+ "type": {
1369
+ "text": "ViewTemplate<AccordionItem>"
1370
+ }
1371
+ },
1372
+ "parameters": [
1373
+ {
1374
+ "name": "context",
1375
+ "type": {
1376
+ "text": "ElementDefinitionContext"
1377
+ }
1378
+ },
1379
+ {
1380
+ "name": "definition",
1381
+ "type": {
1382
+ "text": "FoundationElementDefinition"
1383
+ }
1384
+ }
1385
+ ]
1386
+ }
1387
+ ],
1388
+ "exports": [
1389
+ {
1390
+ "kind": "js",
1391
+ "name": "foundationAccordionItemTemplate",
1392
+ "declaration": {
1393
+ "name": "foundationAccordionItemTemplate",
1394
+ "module": "src/accordion-item/accordion-item.template.ts"
1395
+ }
1396
+ }
1397
+ ]
1398
+ },
1399
+ {
1400
+ "kind": "javascript-module",
1401
+ "path": "src/accordion-item/accordion-item.ts",
1402
+ "declarations": [
1403
+ {
1404
+ "kind": "class",
1405
+ "description": "",
1406
+ "name": "AccordionItem",
1407
+ "superclass": {
1408
+ "name": "FASTAccordionItem",
1409
+ "package": "@microsoft/fast-components"
1410
+ },
1411
+ "tagName": "%%prefix%%-accordion-item",
1412
+ "customElement": true,
1413
+ "attributes": [
1414
+ {
1415
+ "name": "heading-level",
1416
+ "type": {
1417
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1418
+ },
1419
+ "default": "2",
1420
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1421
+ "fieldName": "headinglevel",
1422
+ "inheritedFrom": {
1423
+ "name": "AccordionItem",
1424
+ "module": "src/accordion-item/accordion-item.ts"
1425
+ }
1426
+ },
1427
+ {
1428
+ "type": {
1429
+ "text": "boolean"
1430
+ },
1431
+ "default": "false",
1432
+ "description": "Expands or collapses the item.",
1433
+ "fieldName": "expanded",
1434
+ "inheritedFrom": {
1435
+ "name": "AccordionItem",
1436
+ "module": "src/accordion-item/accordion-item.ts"
1437
+ }
1438
+ },
1439
+ {
1440
+ "name": "id",
1441
+ "type": {
1442
+ "text": "string"
1443
+ },
1444
+ "description": "The item ID",
1445
+ "fieldName": "id",
1446
+ "inheritedFrom": {
1447
+ "name": "AccordionItem",
1448
+ "module": "src/accordion-item/accordion-item.ts"
1449
+ }
1450
+ }
1451
+ ],
1452
+ "members": [
1453
+ {
1454
+ "kind": "field",
1455
+ "name": "headinglevel",
1456
+ "type": {
1457
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1458
+ },
1459
+ "privacy": "public",
1460
+ "default": "2",
1461
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1462
+ "inheritedFrom": {
1463
+ "name": "AccordionItem",
1464
+ "module": "src/accordion-item/accordion-item.ts"
1465
+ }
1466
+ },
1467
+ {
1468
+ "kind": "field",
1469
+ "name": "expanded",
1470
+ "type": {
1471
+ "text": "boolean"
1472
+ },
1473
+ "privacy": "public",
1474
+ "default": "false",
1475
+ "description": "Expands or collapses the item.",
1476
+ "inheritedFrom": {
1477
+ "name": "AccordionItem",
1478
+ "module": "src/accordion-item/accordion-item.ts"
1479
+ }
1480
+ },
1481
+ {
1482
+ "kind": "field",
1483
+ "name": "id",
1484
+ "type": {
1485
+ "text": "string"
1486
+ },
1487
+ "privacy": "public",
1488
+ "description": "The item ID",
1489
+ "inheritedFrom": {
1490
+ "name": "AccordionItem",
1491
+ "module": "src/accordion-item/accordion-item.ts"
1492
+ }
1493
+ },
1494
+ {
1495
+ "kind": "field",
1496
+ "name": "change",
1497
+ "privacy": "private",
1498
+ "inheritedFrom": {
1499
+ "name": "AccordionItem",
1500
+ "module": "src/accordion-item/accordion-item.ts"
1501
+ }
1502
+ },
1503
+ {
1504
+ "kind": "field",
1505
+ "name": "_presentation",
1506
+ "type": {
1507
+ "text": "ComponentPresentation | null | undefined"
1508
+ },
1509
+ "privacy": "private",
1510
+ "default": "void 0",
1511
+ "inheritedFrom": {
1512
+ "name": "FoundationElement",
1513
+ "module": "src/foundation-element/foundation-element.ts"
1514
+ }
1515
+ },
1516
+ {
1517
+ "kind": "field",
1518
+ "name": "$presentation",
1519
+ "type": {
1520
+ "text": "ComponentPresentation | null"
1521
+ },
1522
+ "privacy": "public",
1523
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1524
+ "inheritedFrom": {
1525
+ "name": "FoundationElement",
1526
+ "module": "src/foundation-element/foundation-element.ts"
1527
+ }
1528
+ },
1529
+ {
1530
+ "kind": "field",
1531
+ "name": "template",
1532
+ "type": {
1533
+ "text": "ElementViewTemplate | void | null"
1534
+ },
1535
+ "privacy": "public",
1536
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
1537
+ "inheritedFrom": {
1538
+ "name": "FoundationElement",
1539
+ "module": "src/foundation-element/foundation-element.ts"
1540
+ }
1541
+ },
1542
+ {
1543
+ "kind": "method",
1544
+ "name": "templateChanged",
1545
+ "privacy": "protected",
1546
+ "return": {
1547
+ "type": {
1548
+ "text": "void"
1549
+ }
1550
+ },
1551
+ "inheritedFrom": {
1552
+ "name": "FoundationElement",
1553
+ "module": "src/foundation-element/foundation-element.ts"
1554
+ }
1555
+ },
1556
+ {
1557
+ "kind": "field",
1558
+ "name": "styles",
1559
+ "type": {
1560
+ "text": "ElementStyles | void | null"
1561
+ },
1562
+ "privacy": "public",
1563
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
1564
+ "inheritedFrom": {
1565
+ "name": "FoundationElement",
1566
+ "module": "src/foundation-element/foundation-element.ts"
1567
+ }
1568
+ },
1569
+ {
1570
+ "kind": "method",
1571
+ "name": "stylesChanged",
1572
+ "privacy": "protected",
1573
+ "return": {
1574
+ "type": {
1575
+ "text": "void"
1576
+ }
1577
+ },
1578
+ "inheritedFrom": {
1579
+ "name": "FoundationElement",
1580
+ "module": "src/foundation-element/foundation-element.ts"
1581
+ }
1582
+ },
1583
+ {
1584
+ "kind": "method",
1585
+ "name": "compose",
1586
+ "privacy": "public",
1587
+ "static": true,
1588
+ "return": {
1589
+ "type": {
1590
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1591
+ }
1592
+ },
1593
+ "parameters": [
1594
+ {
1595
+ "name": "this",
1596
+ "type": {
1597
+ "text": "K"
1598
+ }
1599
+ },
1600
+ {
1601
+ "name": "elementDefinition",
1602
+ "type": {
1603
+ "text": "T"
1604
+ },
1605
+ "description": "The definition of the element to create the registry\nfunction for."
1606
+ }
1607
+ ],
1608
+ "description": "Defines an element registry function with a set of element definition defaults.",
1609
+ "inheritedFrom": {
1610
+ "name": "FoundationElement",
1611
+ "module": "src/foundation-element/foundation-element.ts"
1612
+ }
1613
+ }
1614
+ ],
1615
+ "events": [
1616
+ {
1617
+ "description": "Fires a custom 'change' event when the button is invoked",
1618
+ "name": "change",
1619
+ "inheritedFrom": {
1620
+ "name": "AccordionItem",
1621
+ "module": "src/accordion-item/accordion-item.ts"
1622
+ }
1623
+ }
1624
+ ]
1625
+ },
1626
+ {
1627
+ "kind": "variable",
1628
+ "name": "foundationAccordionItemShadowOptions",
1629
+ "type": {
1630
+ "text": "ShadowRootInit"
1631
+ },
1632
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1633
+ },
1634
+ {
1635
+ "kind": "variable",
1636
+ "name": "defaultAccordionItemConfig",
1637
+ "type": {
1638
+ "text": "object"
1639
+ },
1640
+ "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}"
1641
+ },
1642
+ {
1643
+ "kind": "variable",
1644
+ "name": "foundationAccordionItem",
1645
+ "description": "The Foundation Accordion Item",
1646
+ "privacy": "public"
1647
+ }
1648
+ ],
1649
+ "exports": [
1650
+ {
1651
+ "kind": "js",
1652
+ "name": "AccordionItem",
1653
+ "declaration": {
1654
+ "name": "AccordionItem",
1655
+ "module": "src/accordion-item/accordion-item.ts"
1656
+ }
1657
+ },
1658
+ {
1659
+ "kind": "js",
1660
+ "name": "foundationAccordionItemShadowOptions",
1661
+ "declaration": {
1662
+ "name": "foundationAccordionItemShadowOptions",
1663
+ "module": "src/accordion-item/accordion-item.ts"
1664
+ }
1665
+ },
1666
+ {
1667
+ "kind": "js",
1668
+ "name": "defaultAccordionItemConfig",
1669
+ "declaration": {
1670
+ "name": "defaultAccordionItemConfig",
1671
+ "module": "src/accordion-item/accordion-item.ts"
1672
+ }
1673
+ },
1674
+ {
1675
+ "kind": "js",
1676
+ "name": "foundationAccordionItem",
1677
+ "declaration": {
1678
+ "name": "foundationAccordionItem",
1679
+ "module": "src/accordion-item/accordion-item.ts"
1680
+ }
1681
+ }
1682
+ ]
1683
+ },
1684
+ {
1685
+ "kind": "javascript-module",
1686
+ "path": "src/accordion-item/index.ts",
1687
+ "declarations": [],
1688
+ "exports": [
1689
+ {
1690
+ "kind": "js",
1691
+ "name": "*",
1692
+ "declaration": {
1693
+ "name": "*",
1694
+ "package": "./accordion-item.template"
1695
+ }
1696
+ },
1697
+ {
1698
+ "kind": "js",
1699
+ "name": "*",
1700
+ "declaration": {
1701
+ "name": "*",
1702
+ "package": "./accordion-item.styles"
1703
+ }
1704
+ },
1705
+ {
1706
+ "kind": "js",
1707
+ "name": "*",
1708
+ "declaration": {
1709
+ "name": "*",
1710
+ "package": "./accordion-item"
1711
+ }
1712
+ }
1713
+ ]
1714
+ },
1290
1715
  {
1291
1716
  "kind": "javascript-module",
1292
1717
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -1846,431 +2271,6 @@
1846
2271
  }
1847
2272
  ]
1848
2273
  },
1849
- {
1850
- "kind": "javascript-module",
1851
- "path": "src/accordion-item/accordion-item.styles.ts",
1852
- "declarations": [
1853
- {
1854
- "kind": "function",
1855
- "name": "foundationAccordionItemStyles",
1856
- "return": {
1857
- "type": {
1858
- "text": "ElementStyles"
1859
- }
1860
- },
1861
- "parameters": [
1862
- {
1863
- "name": "context",
1864
- "type": {
1865
- "text": "ElementDefinitionContext"
1866
- }
1867
- },
1868
- {
1869
- "name": "definition",
1870
- "type": {
1871
- "text": "FoundationElementDefinition"
1872
- }
1873
- }
1874
- ]
1875
- }
1876
- ],
1877
- "exports": [
1878
- {
1879
- "kind": "js",
1880
- "name": "foundationAccordionItemStyles",
1881
- "declaration": {
1882
- "name": "foundationAccordionItemStyles",
1883
- "module": "src/accordion-item/accordion-item.styles.ts"
1884
- }
1885
- }
1886
- ]
1887
- },
1888
- {
1889
- "kind": "javascript-module",
1890
- "path": "src/accordion-item/accordion-item.template.ts",
1891
- "declarations": [
1892
- {
1893
- "kind": "function",
1894
- "name": "foundationAccordionItemTemplate",
1895
- "return": {
1896
- "type": {
1897
- "text": "ViewTemplate<AccordionItem>"
1898
- }
1899
- },
1900
- "parameters": [
1901
- {
1902
- "name": "context",
1903
- "type": {
1904
- "text": "ElementDefinitionContext"
1905
- }
1906
- },
1907
- {
1908
- "name": "definition",
1909
- "type": {
1910
- "text": "FoundationElementDefinition"
1911
- }
1912
- }
1913
- ]
1914
- }
1915
- ],
1916
- "exports": [
1917
- {
1918
- "kind": "js",
1919
- "name": "foundationAccordionItemTemplate",
1920
- "declaration": {
1921
- "name": "foundationAccordionItemTemplate",
1922
- "module": "src/accordion-item/accordion-item.template.ts"
1923
- }
1924
- }
1925
- ]
1926
- },
1927
- {
1928
- "kind": "javascript-module",
1929
- "path": "src/accordion-item/accordion-item.ts",
1930
- "declarations": [
1931
- {
1932
- "kind": "class",
1933
- "description": "",
1934
- "name": "AccordionItem",
1935
- "superclass": {
1936
- "name": "FASTAccordionItem",
1937
- "package": "@microsoft/fast-components"
1938
- },
1939
- "tagName": "%%prefix%%-accordion-item",
1940
- "customElement": true,
1941
- "attributes": [
1942
- {
1943
- "name": "heading-level",
1944
- "type": {
1945
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1946
- },
1947
- "default": "2",
1948
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1949
- "fieldName": "headinglevel",
1950
- "inheritedFrom": {
1951
- "name": "AccordionItem",
1952
- "module": "src/accordion-item/accordion-item.ts"
1953
- }
1954
- },
1955
- {
1956
- "type": {
1957
- "text": "boolean"
1958
- },
1959
- "default": "false",
1960
- "description": "Expands or collapses the item.",
1961
- "fieldName": "expanded",
1962
- "inheritedFrom": {
1963
- "name": "AccordionItem",
1964
- "module": "src/accordion-item/accordion-item.ts"
1965
- }
1966
- },
1967
- {
1968
- "name": "id",
1969
- "type": {
1970
- "text": "string"
1971
- },
1972
- "description": "The item ID",
1973
- "fieldName": "id",
1974
- "inheritedFrom": {
1975
- "name": "AccordionItem",
1976
- "module": "src/accordion-item/accordion-item.ts"
1977
- }
1978
- }
1979
- ],
1980
- "members": [
1981
- {
1982
- "kind": "field",
1983
- "name": "headinglevel",
1984
- "type": {
1985
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1986
- },
1987
- "privacy": "public",
1988
- "default": "2",
1989
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1990
- "inheritedFrom": {
1991
- "name": "AccordionItem",
1992
- "module": "src/accordion-item/accordion-item.ts"
1993
- }
1994
- },
1995
- {
1996
- "kind": "field",
1997
- "name": "expanded",
1998
- "type": {
1999
- "text": "boolean"
2000
- },
2001
- "privacy": "public",
2002
- "default": "false",
2003
- "description": "Expands or collapses the item.",
2004
- "inheritedFrom": {
2005
- "name": "AccordionItem",
2006
- "module": "src/accordion-item/accordion-item.ts"
2007
- }
2008
- },
2009
- {
2010
- "kind": "field",
2011
- "name": "id",
2012
- "type": {
2013
- "text": "string"
2014
- },
2015
- "privacy": "public",
2016
- "description": "The item ID",
2017
- "inheritedFrom": {
2018
- "name": "AccordionItem",
2019
- "module": "src/accordion-item/accordion-item.ts"
2020
- }
2021
- },
2022
- {
2023
- "kind": "field",
2024
- "name": "change",
2025
- "privacy": "private",
2026
- "inheritedFrom": {
2027
- "name": "AccordionItem",
2028
- "module": "src/accordion-item/accordion-item.ts"
2029
- }
2030
- },
2031
- {
2032
- "kind": "field",
2033
- "name": "_presentation",
2034
- "type": {
2035
- "text": "ComponentPresentation | null | undefined"
2036
- },
2037
- "privacy": "private",
2038
- "default": "void 0",
2039
- "inheritedFrom": {
2040
- "name": "FoundationElement",
2041
- "module": "src/foundation-element/foundation-element.ts"
2042
- }
2043
- },
2044
- {
2045
- "kind": "field",
2046
- "name": "$presentation",
2047
- "type": {
2048
- "text": "ComponentPresentation | null"
2049
- },
2050
- "privacy": "public",
2051
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2052
- "inheritedFrom": {
2053
- "name": "FoundationElement",
2054
- "module": "src/foundation-element/foundation-element.ts"
2055
- }
2056
- },
2057
- {
2058
- "kind": "field",
2059
- "name": "template",
2060
- "type": {
2061
- "text": "ElementViewTemplate | void | null"
2062
- },
2063
- "privacy": "public",
2064
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
2065
- "inheritedFrom": {
2066
- "name": "FoundationElement",
2067
- "module": "src/foundation-element/foundation-element.ts"
2068
- }
2069
- },
2070
- {
2071
- "kind": "method",
2072
- "name": "templateChanged",
2073
- "privacy": "protected",
2074
- "return": {
2075
- "type": {
2076
- "text": "void"
2077
- }
2078
- },
2079
- "inheritedFrom": {
2080
- "name": "FoundationElement",
2081
- "module": "src/foundation-element/foundation-element.ts"
2082
- }
2083
- },
2084
- {
2085
- "kind": "field",
2086
- "name": "styles",
2087
- "type": {
2088
- "text": "ElementStyles | void | null"
2089
- },
2090
- "privacy": "public",
2091
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
2092
- "inheritedFrom": {
2093
- "name": "FoundationElement",
2094
- "module": "src/foundation-element/foundation-element.ts"
2095
- }
2096
- },
2097
- {
2098
- "kind": "method",
2099
- "name": "stylesChanged",
2100
- "privacy": "protected",
2101
- "return": {
2102
- "type": {
2103
- "text": "void"
2104
- }
2105
- },
2106
- "inheritedFrom": {
2107
- "name": "FoundationElement",
2108
- "module": "src/foundation-element/foundation-element.ts"
2109
- }
2110
- },
2111
- {
2112
- "kind": "method",
2113
- "name": "compose",
2114
- "privacy": "public",
2115
- "static": true,
2116
- "return": {
2117
- "type": {
2118
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2119
- }
2120
- },
2121
- "parameters": [
2122
- {
2123
- "name": "this",
2124
- "type": {
2125
- "text": "K"
2126
- }
2127
- },
2128
- {
2129
- "name": "elementDefinition",
2130
- "type": {
2131
- "text": "T"
2132
- },
2133
- "description": "The definition of the element to create the registry\nfunction for."
2134
- }
2135
- ],
2136
- "description": "Defines an element registry function with a set of element definition defaults.",
2137
- "inheritedFrom": {
2138
- "name": "FoundationElement",
2139
- "module": "src/foundation-element/foundation-element.ts"
2140
- }
2141
- }
2142
- ],
2143
- "events": [
2144
- {
2145
- "description": "Fires a custom 'change' event when the button is invoked",
2146
- "name": "change",
2147
- "inheritedFrom": {
2148
- "name": "AccordionItem",
2149
- "module": "src/accordion-item/accordion-item.ts"
2150
- }
2151
- }
2152
- ]
2153
- },
2154
- {
2155
- "kind": "variable",
2156
- "name": "foundationAccordionItemShadowOptions",
2157
- "type": {
2158
- "text": "ShadowRootInit"
2159
- },
2160
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2161
- },
2162
- {
2163
- "kind": "variable",
2164
- "name": "defaultAccordionItemConfig",
2165
- "type": {
2166
- "text": "object"
2167
- },
2168
- "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}"
2169
- },
2170
- {
2171
- "kind": "variable",
2172
- "name": "foundationAccordionItem",
2173
- "description": "The Foundation Accordion Item",
2174
- "privacy": "public"
2175
- }
2176
- ],
2177
- "exports": [
2178
- {
2179
- "kind": "js",
2180
- "name": "AccordionItem",
2181
- "declaration": {
2182
- "name": "AccordionItem",
2183
- "module": "src/accordion-item/accordion-item.ts"
2184
- }
2185
- },
2186
- {
2187
- "kind": "js",
2188
- "name": "foundationAccordionItemShadowOptions",
2189
- "declaration": {
2190
- "name": "foundationAccordionItemShadowOptions",
2191
- "module": "src/accordion-item/accordion-item.ts"
2192
- }
2193
- },
2194
- {
2195
- "kind": "js",
2196
- "name": "defaultAccordionItemConfig",
2197
- "declaration": {
2198
- "name": "defaultAccordionItemConfig",
2199
- "module": "src/accordion-item/accordion-item.ts"
2200
- }
2201
- },
2202
- {
2203
- "kind": "js",
2204
- "name": "foundationAccordionItem",
2205
- "declaration": {
2206
- "name": "foundationAccordionItem",
2207
- "module": "src/accordion-item/accordion-item.ts"
2208
- }
2209
- }
2210
- ]
2211
- },
2212
- {
2213
- "kind": "javascript-module",
2214
- "path": "src/accordion-item/index.ts",
2215
- "declarations": [],
2216
- "exports": [
2217
- {
2218
- "kind": "js",
2219
- "name": "*",
2220
- "declaration": {
2221
- "name": "*",
2222
- "package": "./accordion-item.template"
2223
- }
2224
- },
2225
- {
2226
- "kind": "js",
2227
- "name": "*",
2228
- "declaration": {
2229
- "name": "*",
2230
- "package": "./accordion-item.styles"
2231
- }
2232
- },
2233
- {
2234
- "kind": "js",
2235
- "name": "*",
2236
- "declaration": {
2237
- "name": "*",
2238
- "package": "./accordion-item"
2239
- }
2240
- }
2241
- ]
2242
- },
2243
- {
2244
- "kind": "javascript-module",
2245
- "path": "src/_config/index.ts",
2246
- "declarations": [],
2247
- "exports": [
2248
- {
2249
- "kind": "js",
2250
- "name": "*",
2251
- "declaration": {
2252
- "name": "*",
2253
- "package": "./styles"
2254
- }
2255
- },
2256
- {
2257
- "kind": "js",
2258
- "name": "*",
2259
- "declaration": {
2260
- "name": "*",
2261
- "package": "./tokens"
2262
- }
2263
- },
2264
- {
2265
- "kind": "js",
2266
- "name": "*",
2267
- "declaration": {
2268
- "name": "*",
2269
- "package": "./values"
2270
- }
2271
- }
2272
- ]
2273
- },
2274
2274
  {
2275
2275
  "kind": "javascript-module",
2276
2276
  "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
@@ -2812,188 +2812,6 @@
2812
2812
  }
2813
2813
  ]
2814
2814
  },
2815
- {
2816
- "kind": "javascript-module",
2817
- "path": "src/accordion/accordion.styles.ts",
2818
- "declarations": [
2819
- {
2820
- "kind": "function",
2821
- "name": "foundationAccordionStyles",
2822
- "return": {
2823
- "type": {
2824
- "text": "ElementStyles"
2825
- }
2826
- },
2827
- "parameters": [
2828
- {
2829
- "name": "context",
2830
- "type": {
2831
- "text": "ElementDefinitionContext"
2832
- }
2833
- },
2834
- {
2835
- "name": "definition",
2836
- "type": {
2837
- "text": "FoundationElementDefinition"
2838
- }
2839
- }
2840
- ]
2841
- }
2842
- ],
2843
- "exports": [
2844
- {
2845
- "kind": "js",
2846
- "name": "foundationAccordionStyles",
2847
- "declaration": {
2848
- "name": "foundationAccordionStyles",
2849
- "module": "src/accordion/accordion.styles.ts"
2850
- }
2851
- }
2852
- ]
2853
- },
2854
- {
2855
- "kind": "javascript-module",
2856
- "path": "src/accordion/accordion.template.ts",
2857
- "declarations": [
2858
- {
2859
- "kind": "function",
2860
- "name": "foundationAccordionTemplate",
2861
- "return": {
2862
- "type": {
2863
- "text": "ViewTemplate<Accordion>"
2864
- }
2865
- },
2866
- "parameters": [
2867
- {
2868
- "name": "context",
2869
- "type": {
2870
- "text": "ElementDefinitionContext"
2871
- }
2872
- },
2873
- {
2874
- "name": "definition",
2875
- "type": {
2876
- "text": "FoundationElementDefinition"
2877
- }
2878
- }
2879
- ]
2880
- }
2881
- ],
2882
- "exports": [
2883
- {
2884
- "kind": "js",
2885
- "name": "foundationAccordionTemplate",
2886
- "declaration": {
2887
- "name": "foundationAccordionTemplate",
2888
- "module": "src/accordion/accordion.template.ts"
2889
- }
2890
- }
2891
- ]
2892
- },
2893
- {
2894
- "kind": "javascript-module",
2895
- "path": "src/accordion/accordion.ts",
2896
- "declarations": [
2897
- {
2898
- "kind": "class",
2899
- "description": "",
2900
- "name": "Accordion",
2901
- "superclass": {
2902
- "name": "FASTAccordion",
2903
- "package": "@microsoft/fast-foundation"
2904
- },
2905
- "tagName": "%%prefix%%-accordion",
2906
- "customElement": true
2907
- },
2908
- {
2909
- "kind": "variable",
2910
- "name": "foundationAccordionShadowOptions",
2911
- "type": {
2912
- "text": "ShadowRootInit"
2913
- },
2914
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2915
- },
2916
- {
2917
- "kind": "variable",
2918
- "name": "defaultAccordionConfig",
2919
- "type": {
2920
- "text": "object"
2921
- },
2922
- "default": "{}"
2923
- },
2924
- {
2925
- "kind": "variable",
2926
- "name": "foundationAccordion",
2927
- "description": "The Foundation Accordion",
2928
- "privacy": "public"
2929
- }
2930
- ],
2931
- "exports": [
2932
- {
2933
- "kind": "js",
2934
- "name": "Accordion",
2935
- "declaration": {
2936
- "name": "Accordion",
2937
- "module": "src/accordion/accordion.ts"
2938
- }
2939
- },
2940
- {
2941
- "kind": "js",
2942
- "name": "foundationAccordionShadowOptions",
2943
- "declaration": {
2944
- "name": "foundationAccordionShadowOptions",
2945
- "module": "src/accordion/accordion.ts"
2946
- }
2947
- },
2948
- {
2949
- "kind": "js",
2950
- "name": "defaultAccordionConfig",
2951
- "declaration": {
2952
- "name": "defaultAccordionConfig",
2953
- "module": "src/accordion/accordion.ts"
2954
- }
2955
- },
2956
- {
2957
- "kind": "js",
2958
- "name": "foundationAccordion",
2959
- "declaration": {
2960
- "name": "foundationAccordion",
2961
- "module": "src/accordion/accordion.ts"
2962
- }
2963
- }
2964
- ]
2965
- },
2966
- {
2967
- "kind": "javascript-module",
2968
- "path": "src/accordion/index.ts",
2969
- "declarations": [],
2970
- "exports": [
2971
- {
2972
- "kind": "js",
2973
- "name": "*",
2974
- "declaration": {
2975
- "name": "*",
2976
- "package": "./accordion.template"
2977
- }
2978
- },
2979
- {
2980
- "kind": "js",
2981
- "name": "*",
2982
- "declaration": {
2983
- "name": "*",
2984
- "package": "./accordion.styles"
2985
- }
2986
- },
2987
- {
2988
- "kind": "js",
2989
- "name": "*",
2990
- "declaration": {
2991
- "name": "*",
2992
- "package": "./accordion"
2993
- }
2994
- }
2995
- ]
2996
- },
2997
2815
  {
2998
2816
  "kind": "javascript-module",
2999
2817
  "path": "src/ai-indicator/ai-indicator.styles.ts",
@@ -3433,6 +3251,188 @@
3433
3251
  }
3434
3252
  ]
3435
3253
  },
3254
+ {
3255
+ "kind": "javascript-module",
3256
+ "path": "src/accordion/accordion.styles.ts",
3257
+ "declarations": [
3258
+ {
3259
+ "kind": "function",
3260
+ "name": "foundationAccordionStyles",
3261
+ "return": {
3262
+ "type": {
3263
+ "text": "ElementStyles"
3264
+ }
3265
+ },
3266
+ "parameters": [
3267
+ {
3268
+ "name": "context",
3269
+ "type": {
3270
+ "text": "ElementDefinitionContext"
3271
+ }
3272
+ },
3273
+ {
3274
+ "name": "definition",
3275
+ "type": {
3276
+ "text": "FoundationElementDefinition"
3277
+ }
3278
+ }
3279
+ ]
3280
+ }
3281
+ ],
3282
+ "exports": [
3283
+ {
3284
+ "kind": "js",
3285
+ "name": "foundationAccordionStyles",
3286
+ "declaration": {
3287
+ "name": "foundationAccordionStyles",
3288
+ "module": "src/accordion/accordion.styles.ts"
3289
+ }
3290
+ }
3291
+ ]
3292
+ },
3293
+ {
3294
+ "kind": "javascript-module",
3295
+ "path": "src/accordion/accordion.template.ts",
3296
+ "declarations": [
3297
+ {
3298
+ "kind": "function",
3299
+ "name": "foundationAccordionTemplate",
3300
+ "return": {
3301
+ "type": {
3302
+ "text": "ViewTemplate<Accordion>"
3303
+ }
3304
+ },
3305
+ "parameters": [
3306
+ {
3307
+ "name": "context",
3308
+ "type": {
3309
+ "text": "ElementDefinitionContext"
3310
+ }
3311
+ },
3312
+ {
3313
+ "name": "definition",
3314
+ "type": {
3315
+ "text": "FoundationElementDefinition"
3316
+ }
3317
+ }
3318
+ ]
3319
+ }
3320
+ ],
3321
+ "exports": [
3322
+ {
3323
+ "kind": "js",
3324
+ "name": "foundationAccordionTemplate",
3325
+ "declaration": {
3326
+ "name": "foundationAccordionTemplate",
3327
+ "module": "src/accordion/accordion.template.ts"
3328
+ }
3329
+ }
3330
+ ]
3331
+ },
3332
+ {
3333
+ "kind": "javascript-module",
3334
+ "path": "src/accordion/accordion.ts",
3335
+ "declarations": [
3336
+ {
3337
+ "kind": "class",
3338
+ "description": "",
3339
+ "name": "Accordion",
3340
+ "superclass": {
3341
+ "name": "FASTAccordion",
3342
+ "package": "@microsoft/fast-foundation"
3343
+ },
3344
+ "tagName": "%%prefix%%-accordion",
3345
+ "customElement": true
3346
+ },
3347
+ {
3348
+ "kind": "variable",
3349
+ "name": "foundationAccordionShadowOptions",
3350
+ "type": {
3351
+ "text": "ShadowRootInit"
3352
+ },
3353
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3354
+ },
3355
+ {
3356
+ "kind": "variable",
3357
+ "name": "defaultAccordionConfig",
3358
+ "type": {
3359
+ "text": "object"
3360
+ },
3361
+ "default": "{}"
3362
+ },
3363
+ {
3364
+ "kind": "variable",
3365
+ "name": "foundationAccordion",
3366
+ "description": "The Foundation Accordion",
3367
+ "privacy": "public"
3368
+ }
3369
+ ],
3370
+ "exports": [
3371
+ {
3372
+ "kind": "js",
3373
+ "name": "Accordion",
3374
+ "declaration": {
3375
+ "name": "Accordion",
3376
+ "module": "src/accordion/accordion.ts"
3377
+ }
3378
+ },
3379
+ {
3380
+ "kind": "js",
3381
+ "name": "foundationAccordionShadowOptions",
3382
+ "declaration": {
3383
+ "name": "foundationAccordionShadowOptions",
3384
+ "module": "src/accordion/accordion.ts"
3385
+ }
3386
+ },
3387
+ {
3388
+ "kind": "js",
3389
+ "name": "defaultAccordionConfig",
3390
+ "declaration": {
3391
+ "name": "defaultAccordionConfig",
3392
+ "module": "src/accordion/accordion.ts"
3393
+ }
3394
+ },
3395
+ {
3396
+ "kind": "js",
3397
+ "name": "foundationAccordion",
3398
+ "declaration": {
3399
+ "name": "foundationAccordion",
3400
+ "module": "src/accordion/accordion.ts"
3401
+ }
3402
+ }
3403
+ ]
3404
+ },
3405
+ {
3406
+ "kind": "javascript-module",
3407
+ "path": "src/accordion/index.ts",
3408
+ "declarations": [],
3409
+ "exports": [
3410
+ {
3411
+ "kind": "js",
3412
+ "name": "*",
3413
+ "declaration": {
3414
+ "name": "*",
3415
+ "package": "./accordion.template"
3416
+ }
3417
+ },
3418
+ {
3419
+ "kind": "js",
3420
+ "name": "*",
3421
+ "declaration": {
3422
+ "name": "*",
3423
+ "package": "./accordion.styles"
3424
+ }
3425
+ },
3426
+ {
3427
+ "kind": "js",
3428
+ "name": "*",
3429
+ "declaration": {
3430
+ "name": "*",
3431
+ "package": "./accordion"
3432
+ }
3433
+ }
3434
+ ]
3435
+ },
3436
3436
  {
3437
3437
  "kind": "javascript-module",
3438
3438
  "path": "src/anchor/anchor.styles.ts",
@@ -49710,6 +49710,31 @@
49710
49710
  "text": "number"
49711
49711
  }
49712
49712
  },
49713
+ {
49714
+ "kind": "field",
49715
+ "name": "prefix",
49716
+ "type": {
49717
+ "text": "string"
49718
+ },
49719
+ "description": "Optional non-editable label shown on the left inside the field, before the input."
49720
+ },
49721
+ {
49722
+ "kind": "field",
49723
+ "name": "suffix",
49724
+ "type": {
49725
+ "text": "string"
49726
+ },
49727
+ "description": "Optional non-editable suffix (e.g. unit label) shown on the right inside the field."
49728
+ },
49729
+ {
49730
+ "kind": "field",
49731
+ "name": "hideAffixFromScreenReader",
49732
+ "type": {
49733
+ "text": "boolean"
49734
+ },
49735
+ "default": "false",
49736
+ "description": "When true, prefix/suffix are not exposed to assistive technology (`aria-hidden` on affixes, and their ids are omitted from the control’s `aria-describedby`).\nUse only when the unit or symbol is redundant with the visible label or other text."
49737
+ },
49713
49738
  {
49714
49739
  "kind": "field",
49715
49740
  "name": "readOnly",
@@ -50154,6 +50179,31 @@
50154
50179
  },
50155
50180
  "fieldName": "step"
50156
50181
  },
50182
+ {
50183
+ "name": "prefix",
50184
+ "type": {
50185
+ "text": "string"
50186
+ },
50187
+ "description": "Optional non-editable label shown on the left inside the field, before the input.",
50188
+ "fieldName": "prefix"
50189
+ },
50190
+ {
50191
+ "name": "suffix",
50192
+ "type": {
50193
+ "text": "string"
50194
+ },
50195
+ "description": "Optional non-editable suffix (e.g. unit label) shown on the right inside the field.",
50196
+ "fieldName": "suffix"
50197
+ },
50198
+ {
50199
+ "name": "hide-affix-from-screen-reader",
50200
+ "type": {
50201
+ "text": "boolean"
50202
+ },
50203
+ "default": "false",
50204
+ "description": "When true, prefix/suffix are not exposed to assistive technology (`aria-hidden` on affixes, and their ids are omitted from the control’s `aria-describedby`).\nUse only when the unit or symbol is redundant with the visible label or other text.",
50205
+ "fieldName": "hideAffixFromScreenReader"
50206
+ },
50157
50207
  {
50158
50208
  "name": "readonly",
50159
50209
  "type": {