@genesislcap/foundation-ui 14.353.2 → 14.353.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +450 -450
  2. package/package.json +18 -18
@@ -1294,400 +1294,6 @@
1294
1294
  }
1295
1295
  ]
1296
1296
  },
1297
- {
1298
- "kind": "javascript-module",
1299
- "path": "src/accordion-item/accordion-item.styles.ts",
1300
- "declarations": [
1301
- {
1302
- "kind": "function",
1303
- "name": "foundationAccordionItemStyles",
1304
- "return": {
1305
- "type": {
1306
- "text": "ElementStyles"
1307
- }
1308
- },
1309
- "parameters": [
1310
- {
1311
- "name": "context",
1312
- "type": {
1313
- "text": "ElementDefinitionContext"
1314
- }
1315
- },
1316
- {
1317
- "name": "definition",
1318
- "type": {
1319
- "text": "FoundationElementDefinition"
1320
- }
1321
- }
1322
- ]
1323
- }
1324
- ],
1325
- "exports": [
1326
- {
1327
- "kind": "js",
1328
- "name": "foundationAccordionItemStyles",
1329
- "declaration": {
1330
- "name": "foundationAccordionItemStyles",
1331
- "module": "src/accordion-item/accordion-item.styles.ts"
1332
- }
1333
- }
1334
- ]
1335
- },
1336
- {
1337
- "kind": "javascript-module",
1338
- "path": "src/accordion-item/accordion-item.template.ts",
1339
- "declarations": [
1340
- {
1341
- "kind": "function",
1342
- "name": "foundationAccordionItemTemplate",
1343
- "return": {
1344
- "type": {
1345
- "text": "ViewTemplate<AccordionItem>"
1346
- }
1347
- },
1348
- "parameters": [
1349
- {
1350
- "name": "context",
1351
- "type": {
1352
- "text": "ElementDefinitionContext"
1353
- }
1354
- },
1355
- {
1356
- "name": "definition",
1357
- "type": {
1358
- "text": "FoundationElementDefinition"
1359
- }
1360
- }
1361
- ]
1362
- }
1363
- ],
1364
- "exports": [
1365
- {
1366
- "kind": "js",
1367
- "name": "foundationAccordionItemTemplate",
1368
- "declaration": {
1369
- "name": "foundationAccordionItemTemplate",
1370
- "module": "src/accordion-item/accordion-item.template.ts"
1371
- }
1372
- }
1373
- ]
1374
- },
1375
- {
1376
- "kind": "javascript-module",
1377
- "path": "src/accordion-item/accordion-item.ts",
1378
- "declarations": [
1379
- {
1380
- "kind": "class",
1381
- "description": "",
1382
- "name": "AccordionItem",
1383
- "superclass": {
1384
- "name": "FASTAccordionItem",
1385
- "package": "@microsoft/fast-components"
1386
- },
1387
- "tagName": "%%prefix%%-accordion-item",
1388
- "customElement": true,
1389
- "attributes": [
1390
- {
1391
- "name": "heading-level",
1392
- "type": {
1393
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1394
- },
1395
- "default": "2",
1396
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1397
- "fieldName": "headinglevel",
1398
- "inheritedFrom": {
1399
- "name": "AccordionItem",
1400
- "module": "src/accordion-item/accordion-item.ts"
1401
- }
1402
- },
1403
- {
1404
- "type": {
1405
- "text": "boolean"
1406
- },
1407
- "default": "false",
1408
- "description": "Expands or collapses the item.",
1409
- "fieldName": "expanded",
1410
- "inheritedFrom": {
1411
- "name": "AccordionItem",
1412
- "module": "src/accordion-item/accordion-item.ts"
1413
- }
1414
- },
1415
- {
1416
- "name": "id",
1417
- "type": {
1418
- "text": "string"
1419
- },
1420
- "description": "The item ID",
1421
- "fieldName": "id",
1422
- "inheritedFrom": {
1423
- "name": "AccordionItem",
1424
- "module": "src/accordion-item/accordion-item.ts"
1425
- }
1426
- }
1427
- ],
1428
- "members": [
1429
- {
1430
- "kind": "field",
1431
- "name": "headinglevel",
1432
- "type": {
1433
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1434
- },
1435
- "privacy": "public",
1436
- "default": "2",
1437
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1438
- "inheritedFrom": {
1439
- "name": "AccordionItem",
1440
- "module": "src/accordion-item/accordion-item.ts"
1441
- }
1442
- },
1443
- {
1444
- "kind": "field",
1445
- "name": "expanded",
1446
- "type": {
1447
- "text": "boolean"
1448
- },
1449
- "privacy": "public",
1450
- "default": "false",
1451
- "description": "Expands or collapses the item.",
1452
- "inheritedFrom": {
1453
- "name": "AccordionItem",
1454
- "module": "src/accordion-item/accordion-item.ts"
1455
- }
1456
- },
1457
- {
1458
- "kind": "field",
1459
- "name": "id",
1460
- "type": {
1461
- "text": "string"
1462
- },
1463
- "privacy": "public",
1464
- "description": "The item ID",
1465
- "inheritedFrom": {
1466
- "name": "AccordionItem",
1467
- "module": "src/accordion-item/accordion-item.ts"
1468
- }
1469
- },
1470
- {
1471
- "kind": "field",
1472
- "name": "change",
1473
- "privacy": "private",
1474
- "inheritedFrom": {
1475
- "name": "AccordionItem",
1476
- "module": "src/accordion-item/accordion-item.ts"
1477
- }
1478
- },
1479
- {
1480
- "kind": "field",
1481
- "name": "_presentation",
1482
- "type": {
1483
- "text": "ComponentPresentation | null | undefined"
1484
- },
1485
- "privacy": "private",
1486
- "default": "void 0",
1487
- "inheritedFrom": {
1488
- "name": "FoundationElement",
1489
- "module": "src/foundation-element/foundation-element.ts"
1490
- }
1491
- },
1492
- {
1493
- "kind": "field",
1494
- "name": "$presentation",
1495
- "type": {
1496
- "text": "ComponentPresentation | null"
1497
- },
1498
- "privacy": "public",
1499
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1500
- "inheritedFrom": {
1501
- "name": "FoundationElement",
1502
- "module": "src/foundation-element/foundation-element.ts"
1503
- }
1504
- },
1505
- {
1506
- "kind": "field",
1507
- "name": "template",
1508
- "type": {
1509
- "text": "ElementViewTemplate | void | null"
1510
- },
1511
- "privacy": "public",
1512
- "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.",
1513
- "inheritedFrom": {
1514
- "name": "FoundationElement",
1515
- "module": "src/foundation-element/foundation-element.ts"
1516
- }
1517
- },
1518
- {
1519
- "kind": "method",
1520
- "name": "templateChanged",
1521
- "privacy": "protected",
1522
- "return": {
1523
- "type": {
1524
- "text": "void"
1525
- }
1526
- },
1527
- "inheritedFrom": {
1528
- "name": "FoundationElement",
1529
- "module": "src/foundation-element/foundation-element.ts"
1530
- }
1531
- },
1532
- {
1533
- "kind": "field",
1534
- "name": "styles",
1535
- "type": {
1536
- "text": "ElementStyles | void | null"
1537
- },
1538
- "privacy": "public",
1539
- "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.",
1540
- "inheritedFrom": {
1541
- "name": "FoundationElement",
1542
- "module": "src/foundation-element/foundation-element.ts"
1543
- }
1544
- },
1545
- {
1546
- "kind": "method",
1547
- "name": "stylesChanged",
1548
- "privacy": "protected",
1549
- "return": {
1550
- "type": {
1551
- "text": "void"
1552
- }
1553
- },
1554
- "inheritedFrom": {
1555
- "name": "FoundationElement",
1556
- "module": "src/foundation-element/foundation-element.ts"
1557
- }
1558
- },
1559
- {
1560
- "kind": "method",
1561
- "name": "compose",
1562
- "privacy": "public",
1563
- "static": true,
1564
- "return": {
1565
- "type": {
1566
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1567
- }
1568
- },
1569
- "parameters": [
1570
- {
1571
- "name": "this",
1572
- "type": {
1573
- "text": "K"
1574
- }
1575
- },
1576
- {
1577
- "name": "elementDefinition",
1578
- "type": {
1579
- "text": "T"
1580
- },
1581
- "description": "The definition of the element to create the registry\nfunction for."
1582
- }
1583
- ],
1584
- "description": "Defines an element registry function with a set of element definition defaults.",
1585
- "inheritedFrom": {
1586
- "name": "FoundationElement",
1587
- "module": "src/foundation-element/foundation-element.ts"
1588
- }
1589
- }
1590
- ],
1591
- "events": [
1592
- {
1593
- "description": "Fires a custom 'change' event when the button is invoked",
1594
- "name": "change",
1595
- "inheritedFrom": {
1596
- "name": "AccordionItem",
1597
- "module": "src/accordion-item/accordion-item.ts"
1598
- }
1599
- }
1600
- ]
1601
- },
1602
- {
1603
- "kind": "variable",
1604
- "name": "foundationAccordionItemShadowOptions",
1605
- "type": {
1606
- "text": "ShadowRootInit"
1607
- },
1608
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1609
- },
1610
- {
1611
- "kind": "variable",
1612
- "name": "defaultAccordionItemConfig",
1613
- "type": {
1614
- "text": "object"
1615
- },
1616
- "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}"
1617
- },
1618
- {
1619
- "kind": "variable",
1620
- "name": "foundationAccordionItem",
1621
- "description": "The Foundation Accordion Item",
1622
- "privacy": "public"
1623
- }
1624
- ],
1625
- "exports": [
1626
- {
1627
- "kind": "js",
1628
- "name": "AccordionItem",
1629
- "declaration": {
1630
- "name": "AccordionItem",
1631
- "module": "src/accordion-item/accordion-item.ts"
1632
- }
1633
- },
1634
- {
1635
- "kind": "js",
1636
- "name": "foundationAccordionItemShadowOptions",
1637
- "declaration": {
1638
- "name": "foundationAccordionItemShadowOptions",
1639
- "module": "src/accordion-item/accordion-item.ts"
1640
- }
1641
- },
1642
- {
1643
- "kind": "js",
1644
- "name": "defaultAccordionItemConfig",
1645
- "declaration": {
1646
- "name": "defaultAccordionItemConfig",
1647
- "module": "src/accordion-item/accordion-item.ts"
1648
- }
1649
- },
1650
- {
1651
- "kind": "js",
1652
- "name": "foundationAccordionItem",
1653
- "declaration": {
1654
- "name": "foundationAccordionItem",
1655
- "module": "src/accordion-item/accordion-item.ts"
1656
- }
1657
- }
1658
- ]
1659
- },
1660
- {
1661
- "kind": "javascript-module",
1662
- "path": "src/accordion-item/index.ts",
1663
- "declarations": [],
1664
- "exports": [
1665
- {
1666
- "kind": "js",
1667
- "name": "*",
1668
- "declaration": {
1669
- "name": "*",
1670
- "package": "./accordion-item.template"
1671
- }
1672
- },
1673
- {
1674
- "kind": "js",
1675
- "name": "*",
1676
- "declaration": {
1677
- "name": "*",
1678
- "package": "./accordion-item.styles"
1679
- }
1680
- },
1681
- {
1682
- "kind": "js",
1683
- "name": "*",
1684
- "declaration": {
1685
- "name": "*",
1686
- "package": "./accordion-item"
1687
- }
1688
- }
1689
- ]
1690
- },
1691
1297
  {
1692
1298
  "kind": "javascript-module",
1693
1299
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -2249,11 +1855,11 @@
2249
1855
  },
2250
1856
  {
2251
1857
  "kind": "javascript-module",
2252
- "path": "src/accordion/accordion.styles.ts",
1858
+ "path": "src/accordion-item/accordion-item.styles.ts",
2253
1859
  "declarations": [
2254
1860
  {
2255
1861
  "kind": "function",
2256
- "name": "foundationAccordionStyles",
1862
+ "name": "foundationAccordionItemStyles",
2257
1863
  "return": {
2258
1864
  "type": {
2259
1865
  "text": "ElementStyles"
@@ -2278,24 +1884,24 @@
2278
1884
  "exports": [
2279
1885
  {
2280
1886
  "kind": "js",
2281
- "name": "foundationAccordionStyles",
1887
+ "name": "foundationAccordionItemStyles",
2282
1888
  "declaration": {
2283
- "name": "foundationAccordionStyles",
2284
- "module": "src/accordion/accordion.styles.ts"
1889
+ "name": "foundationAccordionItemStyles",
1890
+ "module": "src/accordion-item/accordion-item.styles.ts"
2285
1891
  }
2286
1892
  }
2287
1893
  ]
2288
1894
  },
2289
1895
  {
2290
1896
  "kind": "javascript-module",
2291
- "path": "src/accordion/accordion.template.ts",
1897
+ "path": "src/accordion-item/accordion-item.template.ts",
2292
1898
  "declarations": [
2293
1899
  {
2294
1900
  "kind": "function",
2295
- "name": "foundationAccordionTemplate",
1901
+ "name": "foundationAccordionItemTemplate",
2296
1902
  "return": {
2297
1903
  "type": {
2298
- "text": "ViewTemplate<Accordion>"
1904
+ "text": "ViewTemplate<AccordionItem>"
2299
1905
  }
2300
1906
  },
2301
1907
  "parameters": [
@@ -2312,37 +1918,249 @@
2312
1918
  }
2313
1919
  }
2314
1920
  ]
2315
- }
2316
- ],
2317
- "exports": [
2318
- {
2319
- "kind": "js",
2320
- "name": "foundationAccordionTemplate",
2321
- "declaration": {
2322
- "name": "foundationAccordionTemplate",
2323
- "module": "src/accordion/accordion.template.ts"
2324
- }
2325
- }
2326
- ]
2327
- },
2328
- {
2329
- "kind": "javascript-module",
2330
- "path": "src/accordion/accordion.ts",
2331
- "declarations": [
2332
- {
2333
- "kind": "class",
2334
- "description": "",
2335
- "name": "Accordion",
2336
- "superclass": {
2337
- "name": "FASTAccordion",
2338
- "package": "@microsoft/fast-foundation"
2339
- },
2340
- "tagName": "%%prefix%%-accordion",
2341
- "customElement": true
1921
+ }
1922
+ ],
1923
+ "exports": [
1924
+ {
1925
+ "kind": "js",
1926
+ "name": "foundationAccordionItemTemplate",
1927
+ "declaration": {
1928
+ "name": "foundationAccordionItemTemplate",
1929
+ "module": "src/accordion-item/accordion-item.template.ts"
1930
+ }
1931
+ }
1932
+ ]
1933
+ },
1934
+ {
1935
+ "kind": "javascript-module",
1936
+ "path": "src/accordion-item/accordion-item.ts",
1937
+ "declarations": [
1938
+ {
1939
+ "kind": "class",
1940
+ "description": "",
1941
+ "name": "AccordionItem",
1942
+ "superclass": {
1943
+ "name": "FASTAccordionItem",
1944
+ "package": "@microsoft/fast-components"
1945
+ },
1946
+ "tagName": "%%prefix%%-accordion-item",
1947
+ "customElement": true,
1948
+ "attributes": [
1949
+ {
1950
+ "name": "heading-level",
1951
+ "type": {
1952
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1953
+ },
1954
+ "default": "2",
1955
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1956
+ "fieldName": "headinglevel",
1957
+ "inheritedFrom": {
1958
+ "name": "AccordionItem",
1959
+ "module": "src/accordion-item/accordion-item.ts"
1960
+ }
1961
+ },
1962
+ {
1963
+ "type": {
1964
+ "text": "boolean"
1965
+ },
1966
+ "default": "false",
1967
+ "description": "Expands or collapses the item.",
1968
+ "fieldName": "expanded",
1969
+ "inheritedFrom": {
1970
+ "name": "AccordionItem",
1971
+ "module": "src/accordion-item/accordion-item.ts"
1972
+ }
1973
+ },
1974
+ {
1975
+ "name": "id",
1976
+ "type": {
1977
+ "text": "string"
1978
+ },
1979
+ "description": "The item ID",
1980
+ "fieldName": "id",
1981
+ "inheritedFrom": {
1982
+ "name": "AccordionItem",
1983
+ "module": "src/accordion-item/accordion-item.ts"
1984
+ }
1985
+ }
1986
+ ],
1987
+ "members": [
1988
+ {
1989
+ "kind": "field",
1990
+ "name": "headinglevel",
1991
+ "type": {
1992
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1993
+ },
1994
+ "privacy": "public",
1995
+ "default": "2",
1996
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1997
+ "inheritedFrom": {
1998
+ "name": "AccordionItem",
1999
+ "module": "src/accordion-item/accordion-item.ts"
2000
+ }
2001
+ },
2002
+ {
2003
+ "kind": "field",
2004
+ "name": "expanded",
2005
+ "type": {
2006
+ "text": "boolean"
2007
+ },
2008
+ "privacy": "public",
2009
+ "default": "false",
2010
+ "description": "Expands or collapses the item.",
2011
+ "inheritedFrom": {
2012
+ "name": "AccordionItem",
2013
+ "module": "src/accordion-item/accordion-item.ts"
2014
+ }
2015
+ },
2016
+ {
2017
+ "kind": "field",
2018
+ "name": "id",
2019
+ "type": {
2020
+ "text": "string"
2021
+ },
2022
+ "privacy": "public",
2023
+ "description": "The item ID",
2024
+ "inheritedFrom": {
2025
+ "name": "AccordionItem",
2026
+ "module": "src/accordion-item/accordion-item.ts"
2027
+ }
2028
+ },
2029
+ {
2030
+ "kind": "field",
2031
+ "name": "change",
2032
+ "privacy": "private",
2033
+ "inheritedFrom": {
2034
+ "name": "AccordionItem",
2035
+ "module": "src/accordion-item/accordion-item.ts"
2036
+ }
2037
+ },
2038
+ {
2039
+ "kind": "field",
2040
+ "name": "_presentation",
2041
+ "type": {
2042
+ "text": "ComponentPresentation | null | undefined"
2043
+ },
2044
+ "privacy": "private",
2045
+ "default": "void 0",
2046
+ "inheritedFrom": {
2047
+ "name": "FoundationElement",
2048
+ "module": "src/foundation-element/foundation-element.ts"
2049
+ }
2050
+ },
2051
+ {
2052
+ "kind": "field",
2053
+ "name": "$presentation",
2054
+ "type": {
2055
+ "text": "ComponentPresentation | null"
2056
+ },
2057
+ "privacy": "public",
2058
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2059
+ "inheritedFrom": {
2060
+ "name": "FoundationElement",
2061
+ "module": "src/foundation-element/foundation-element.ts"
2062
+ }
2063
+ },
2064
+ {
2065
+ "kind": "field",
2066
+ "name": "template",
2067
+ "type": {
2068
+ "text": "ElementViewTemplate | void | null"
2069
+ },
2070
+ "privacy": "public",
2071
+ "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.",
2072
+ "inheritedFrom": {
2073
+ "name": "FoundationElement",
2074
+ "module": "src/foundation-element/foundation-element.ts"
2075
+ }
2076
+ },
2077
+ {
2078
+ "kind": "method",
2079
+ "name": "templateChanged",
2080
+ "privacy": "protected",
2081
+ "return": {
2082
+ "type": {
2083
+ "text": "void"
2084
+ }
2085
+ },
2086
+ "inheritedFrom": {
2087
+ "name": "FoundationElement",
2088
+ "module": "src/foundation-element/foundation-element.ts"
2089
+ }
2090
+ },
2091
+ {
2092
+ "kind": "field",
2093
+ "name": "styles",
2094
+ "type": {
2095
+ "text": "ElementStyles | void | null"
2096
+ },
2097
+ "privacy": "public",
2098
+ "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.",
2099
+ "inheritedFrom": {
2100
+ "name": "FoundationElement",
2101
+ "module": "src/foundation-element/foundation-element.ts"
2102
+ }
2103
+ },
2104
+ {
2105
+ "kind": "method",
2106
+ "name": "stylesChanged",
2107
+ "privacy": "protected",
2108
+ "return": {
2109
+ "type": {
2110
+ "text": "void"
2111
+ }
2112
+ },
2113
+ "inheritedFrom": {
2114
+ "name": "FoundationElement",
2115
+ "module": "src/foundation-element/foundation-element.ts"
2116
+ }
2117
+ },
2118
+ {
2119
+ "kind": "method",
2120
+ "name": "compose",
2121
+ "privacy": "public",
2122
+ "static": true,
2123
+ "return": {
2124
+ "type": {
2125
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2126
+ }
2127
+ },
2128
+ "parameters": [
2129
+ {
2130
+ "name": "this",
2131
+ "type": {
2132
+ "text": "K"
2133
+ }
2134
+ },
2135
+ {
2136
+ "name": "elementDefinition",
2137
+ "type": {
2138
+ "text": "T"
2139
+ },
2140
+ "description": "The definition of the element to create the registry\nfunction for."
2141
+ }
2142
+ ],
2143
+ "description": "Defines an element registry function with a set of element definition defaults.",
2144
+ "inheritedFrom": {
2145
+ "name": "FoundationElement",
2146
+ "module": "src/foundation-element/foundation-element.ts"
2147
+ }
2148
+ }
2149
+ ],
2150
+ "events": [
2151
+ {
2152
+ "description": "Fires a custom 'change' event when the button is invoked",
2153
+ "name": "change",
2154
+ "inheritedFrom": {
2155
+ "name": "AccordionItem",
2156
+ "module": "src/accordion-item/accordion-item.ts"
2157
+ }
2158
+ }
2159
+ ]
2342
2160
  },
2343
2161
  {
2344
2162
  "kind": "variable",
2345
- "name": "foundationAccordionShadowOptions",
2163
+ "name": "foundationAccordionItemShadowOptions",
2346
2164
  "type": {
2347
2165
  "text": "ShadowRootInit"
2348
2166
  },
@@ -2350,57 +2168,57 @@
2350
2168
  },
2351
2169
  {
2352
2170
  "kind": "variable",
2353
- "name": "defaultAccordionConfig",
2171
+ "name": "defaultAccordionItemConfig",
2354
2172
  "type": {
2355
2173
  "text": "object"
2356
2174
  },
2357
- "default": "{}"
2175
+ "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}"
2358
2176
  },
2359
2177
  {
2360
2178
  "kind": "variable",
2361
- "name": "foundationAccordion",
2362
- "description": "The Foundation Accordion",
2179
+ "name": "foundationAccordionItem",
2180
+ "description": "The Foundation Accordion Item",
2363
2181
  "privacy": "public"
2364
2182
  }
2365
2183
  ],
2366
2184
  "exports": [
2367
2185
  {
2368
2186
  "kind": "js",
2369
- "name": "Accordion",
2187
+ "name": "AccordionItem",
2370
2188
  "declaration": {
2371
- "name": "Accordion",
2372
- "module": "src/accordion/accordion.ts"
2189
+ "name": "AccordionItem",
2190
+ "module": "src/accordion-item/accordion-item.ts"
2373
2191
  }
2374
2192
  },
2375
2193
  {
2376
2194
  "kind": "js",
2377
- "name": "foundationAccordionShadowOptions",
2195
+ "name": "foundationAccordionItemShadowOptions",
2378
2196
  "declaration": {
2379
- "name": "foundationAccordionShadowOptions",
2380
- "module": "src/accordion/accordion.ts"
2197
+ "name": "foundationAccordionItemShadowOptions",
2198
+ "module": "src/accordion-item/accordion-item.ts"
2381
2199
  }
2382
2200
  },
2383
2201
  {
2384
2202
  "kind": "js",
2385
- "name": "defaultAccordionConfig",
2203
+ "name": "defaultAccordionItemConfig",
2386
2204
  "declaration": {
2387
- "name": "defaultAccordionConfig",
2388
- "module": "src/accordion/accordion.ts"
2205
+ "name": "defaultAccordionItemConfig",
2206
+ "module": "src/accordion-item/accordion-item.ts"
2389
2207
  }
2390
2208
  },
2391
2209
  {
2392
2210
  "kind": "js",
2393
- "name": "foundationAccordion",
2211
+ "name": "foundationAccordionItem",
2394
2212
  "declaration": {
2395
- "name": "foundationAccordion",
2396
- "module": "src/accordion/accordion.ts"
2213
+ "name": "foundationAccordionItem",
2214
+ "module": "src/accordion-item/accordion-item.ts"
2397
2215
  }
2398
2216
  }
2399
2217
  ]
2400
2218
  },
2401
2219
  {
2402
2220
  "kind": "javascript-module",
2403
- "path": "src/accordion/index.ts",
2221
+ "path": "src/accordion-item/index.ts",
2404
2222
  "declarations": [],
2405
2223
  "exports": [
2406
2224
  {
@@ -2408,7 +2226,7 @@
2408
2226
  "name": "*",
2409
2227
  "declaration": {
2410
2228
  "name": "*",
2411
- "package": "./accordion.template"
2229
+ "package": "./accordion-item.template"
2412
2230
  }
2413
2231
  },
2414
2232
  {
@@ -2416,7 +2234,7 @@
2416
2234
  "name": "*",
2417
2235
  "declaration": {
2418
2236
  "name": "*",
2419
- "package": "./accordion.styles"
2237
+ "package": "./accordion-item.styles"
2420
2238
  }
2421
2239
  },
2422
2240
  {
@@ -2424,7 +2242,7 @@
2424
2242
  "name": "*",
2425
2243
  "declaration": {
2426
2244
  "name": "*",
2427
- "package": "./accordion"
2245
+ "package": "./accordion-item"
2428
2246
  }
2429
2247
  }
2430
2248
  ]
@@ -2949,6 +2767,188 @@
2949
2767
  }
2950
2768
  ]
2951
2769
  },
2770
+ {
2771
+ "kind": "javascript-module",
2772
+ "path": "src/accordion/accordion.styles.ts",
2773
+ "declarations": [
2774
+ {
2775
+ "kind": "function",
2776
+ "name": "foundationAccordionStyles",
2777
+ "return": {
2778
+ "type": {
2779
+ "text": "ElementStyles"
2780
+ }
2781
+ },
2782
+ "parameters": [
2783
+ {
2784
+ "name": "context",
2785
+ "type": {
2786
+ "text": "ElementDefinitionContext"
2787
+ }
2788
+ },
2789
+ {
2790
+ "name": "definition",
2791
+ "type": {
2792
+ "text": "FoundationElementDefinition"
2793
+ }
2794
+ }
2795
+ ]
2796
+ }
2797
+ ],
2798
+ "exports": [
2799
+ {
2800
+ "kind": "js",
2801
+ "name": "foundationAccordionStyles",
2802
+ "declaration": {
2803
+ "name": "foundationAccordionStyles",
2804
+ "module": "src/accordion/accordion.styles.ts"
2805
+ }
2806
+ }
2807
+ ]
2808
+ },
2809
+ {
2810
+ "kind": "javascript-module",
2811
+ "path": "src/accordion/accordion.template.ts",
2812
+ "declarations": [
2813
+ {
2814
+ "kind": "function",
2815
+ "name": "foundationAccordionTemplate",
2816
+ "return": {
2817
+ "type": {
2818
+ "text": "ViewTemplate<Accordion>"
2819
+ }
2820
+ },
2821
+ "parameters": [
2822
+ {
2823
+ "name": "context",
2824
+ "type": {
2825
+ "text": "ElementDefinitionContext"
2826
+ }
2827
+ },
2828
+ {
2829
+ "name": "definition",
2830
+ "type": {
2831
+ "text": "FoundationElementDefinition"
2832
+ }
2833
+ }
2834
+ ]
2835
+ }
2836
+ ],
2837
+ "exports": [
2838
+ {
2839
+ "kind": "js",
2840
+ "name": "foundationAccordionTemplate",
2841
+ "declaration": {
2842
+ "name": "foundationAccordionTemplate",
2843
+ "module": "src/accordion/accordion.template.ts"
2844
+ }
2845
+ }
2846
+ ]
2847
+ },
2848
+ {
2849
+ "kind": "javascript-module",
2850
+ "path": "src/accordion/accordion.ts",
2851
+ "declarations": [
2852
+ {
2853
+ "kind": "class",
2854
+ "description": "",
2855
+ "name": "Accordion",
2856
+ "superclass": {
2857
+ "name": "FASTAccordion",
2858
+ "package": "@microsoft/fast-foundation"
2859
+ },
2860
+ "tagName": "%%prefix%%-accordion",
2861
+ "customElement": true
2862
+ },
2863
+ {
2864
+ "kind": "variable",
2865
+ "name": "foundationAccordionShadowOptions",
2866
+ "type": {
2867
+ "text": "ShadowRootInit"
2868
+ },
2869
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2870
+ },
2871
+ {
2872
+ "kind": "variable",
2873
+ "name": "defaultAccordionConfig",
2874
+ "type": {
2875
+ "text": "object"
2876
+ },
2877
+ "default": "{}"
2878
+ },
2879
+ {
2880
+ "kind": "variable",
2881
+ "name": "foundationAccordion",
2882
+ "description": "The Foundation Accordion",
2883
+ "privacy": "public"
2884
+ }
2885
+ ],
2886
+ "exports": [
2887
+ {
2888
+ "kind": "js",
2889
+ "name": "Accordion",
2890
+ "declaration": {
2891
+ "name": "Accordion",
2892
+ "module": "src/accordion/accordion.ts"
2893
+ }
2894
+ },
2895
+ {
2896
+ "kind": "js",
2897
+ "name": "foundationAccordionShadowOptions",
2898
+ "declaration": {
2899
+ "name": "foundationAccordionShadowOptions",
2900
+ "module": "src/accordion/accordion.ts"
2901
+ }
2902
+ },
2903
+ {
2904
+ "kind": "js",
2905
+ "name": "defaultAccordionConfig",
2906
+ "declaration": {
2907
+ "name": "defaultAccordionConfig",
2908
+ "module": "src/accordion/accordion.ts"
2909
+ }
2910
+ },
2911
+ {
2912
+ "kind": "js",
2913
+ "name": "foundationAccordion",
2914
+ "declaration": {
2915
+ "name": "foundationAccordion",
2916
+ "module": "src/accordion/accordion.ts"
2917
+ }
2918
+ }
2919
+ ]
2920
+ },
2921
+ {
2922
+ "kind": "javascript-module",
2923
+ "path": "src/accordion/index.ts",
2924
+ "declarations": [],
2925
+ "exports": [
2926
+ {
2927
+ "kind": "js",
2928
+ "name": "*",
2929
+ "declaration": {
2930
+ "name": "*",
2931
+ "package": "./accordion.template"
2932
+ }
2933
+ },
2934
+ {
2935
+ "kind": "js",
2936
+ "name": "*",
2937
+ "declaration": {
2938
+ "name": "*",
2939
+ "package": "./accordion.styles"
2940
+ }
2941
+ },
2942
+ {
2943
+ "kind": "js",
2944
+ "name": "*",
2945
+ "declaration": {
2946
+ "name": "*",
2947
+ "package": "./accordion"
2948
+ }
2949
+ }
2950
+ ]
2951
+ },
2952
2952
  {
2953
2953
  "kind": "javascript-module",
2954
2954
  "path": "src/anchored-region/anchor-region.template.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ui",
3
3
  "description": "Genesis Foundation UI",
4
- "version": "14.353.2",
4
+ "version": "14.353.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -83,13 +83,13 @@
83
83
  }
84
84
  },
85
85
  "devDependencies": {
86
- "@genesislcap/foundation-testing": "14.353.2",
87
- "@genesislcap/genx": "14.353.2",
88
- "@genesislcap/rollup-builder": "14.353.2",
89
- "@genesislcap/ts-builder": "14.353.2",
90
- "@genesislcap/uvu-playwright-builder": "14.353.2",
91
- "@genesislcap/vite-builder": "14.353.2",
92
- "@genesislcap/webpack-builder": "14.353.2",
86
+ "@genesislcap/foundation-testing": "14.353.3",
87
+ "@genesislcap/genx": "14.353.3",
88
+ "@genesislcap/rollup-builder": "14.353.3",
89
+ "@genesislcap/ts-builder": "14.353.3",
90
+ "@genesislcap/uvu-playwright-builder": "14.353.3",
91
+ "@genesislcap/vite-builder": "14.353.3",
92
+ "@genesislcap/webpack-builder": "14.353.3",
93
93
  "copyfiles": "^2.4.1"
94
94
  },
95
95
  "dependencies": {
@@ -98,15 +98,15 @@
98
98
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
99
99
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
100
100
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
101
- "@genesislcap/expression-builder": "14.353.2",
102
- "@genesislcap/foundation-comms": "14.353.2",
103
- "@genesislcap/foundation-criteria": "14.353.2",
104
- "@genesislcap/foundation-errors": "14.353.2",
105
- "@genesislcap/foundation-events": "14.353.2",
106
- "@genesislcap/foundation-logger": "14.353.2",
107
- "@genesislcap/foundation-notifications": "14.353.2",
108
- "@genesislcap/foundation-user": "14.353.2",
109
- "@genesislcap/foundation-utils": "14.353.2",
101
+ "@genesislcap/expression-builder": "14.353.3",
102
+ "@genesislcap/foundation-comms": "14.353.3",
103
+ "@genesislcap/foundation-criteria": "14.353.3",
104
+ "@genesislcap/foundation-errors": "14.353.3",
105
+ "@genesislcap/foundation-events": "14.353.3",
106
+ "@genesislcap/foundation-logger": "14.353.3",
107
+ "@genesislcap/foundation-notifications": "14.353.3",
108
+ "@genesislcap/foundation-user": "14.353.3",
109
+ "@genesislcap/foundation-utils": "14.353.3",
110
110
  "@microsoft/fast-colors": "5.3.1",
111
111
  "@microsoft/fast-components": "2.30.6",
112
112
  "@microsoft/fast-element": "1.14.0",
@@ -128,5 +128,5 @@
128
128
  "access": "public"
129
129
  },
130
130
  "customElements": "dist/custom-elements.json",
131
- "gitHead": "7576474e932416a5af4096e63504681eb01e0c8c"
131
+ "gitHead": "04869e3fa336f3bf004c24d6fc44e03bc0f63569"
132
132
  }