@genesislcap/foundation-ui 14.276.1 → 14.276.2

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 +182 -182
  2. package/package.json +18 -18
@@ -1338,188 +1338,6 @@
1338
1338
  }
1339
1339
  ]
1340
1340
  },
1341
- {
1342
- "kind": "javascript-module",
1343
- "path": "src/accordion/accordion.styles.ts",
1344
- "declarations": [
1345
- {
1346
- "kind": "function",
1347
- "name": "foundationAccordionStyles",
1348
- "return": {
1349
- "type": {
1350
- "text": "ElementStyles"
1351
- }
1352
- },
1353
- "parameters": [
1354
- {
1355
- "name": "context",
1356
- "type": {
1357
- "text": "ElementDefinitionContext"
1358
- }
1359
- },
1360
- {
1361
- "name": "definition",
1362
- "type": {
1363
- "text": "FoundationElementDefinition"
1364
- }
1365
- }
1366
- ]
1367
- }
1368
- ],
1369
- "exports": [
1370
- {
1371
- "kind": "js",
1372
- "name": "foundationAccordionStyles",
1373
- "declaration": {
1374
- "name": "foundationAccordionStyles",
1375
- "module": "src/accordion/accordion.styles.ts"
1376
- }
1377
- }
1378
- ]
1379
- },
1380
- {
1381
- "kind": "javascript-module",
1382
- "path": "src/accordion/accordion.template.ts",
1383
- "declarations": [
1384
- {
1385
- "kind": "function",
1386
- "name": "foundationAccordionTemplate",
1387
- "return": {
1388
- "type": {
1389
- "text": "ViewTemplate<Accordion>"
1390
- }
1391
- },
1392
- "parameters": [
1393
- {
1394
- "name": "context",
1395
- "type": {
1396
- "text": "ElementDefinitionContext"
1397
- }
1398
- },
1399
- {
1400
- "name": "definition",
1401
- "type": {
1402
- "text": "FoundationElementDefinition"
1403
- }
1404
- }
1405
- ]
1406
- }
1407
- ],
1408
- "exports": [
1409
- {
1410
- "kind": "js",
1411
- "name": "foundationAccordionTemplate",
1412
- "declaration": {
1413
- "name": "foundationAccordionTemplate",
1414
- "module": "src/accordion/accordion.template.ts"
1415
- }
1416
- }
1417
- ]
1418
- },
1419
- {
1420
- "kind": "javascript-module",
1421
- "path": "src/accordion/accordion.ts",
1422
- "declarations": [
1423
- {
1424
- "kind": "class",
1425
- "description": "",
1426
- "name": "Accordion",
1427
- "superclass": {
1428
- "name": "FASTAccordion",
1429
- "package": "@microsoft/fast-foundation"
1430
- },
1431
- "tagName": "%%prefix%%-accordion",
1432
- "customElement": true
1433
- },
1434
- {
1435
- "kind": "variable",
1436
- "name": "foundationAccordionShadowOptions",
1437
- "type": {
1438
- "text": "ShadowRootInit"
1439
- },
1440
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1441
- },
1442
- {
1443
- "kind": "variable",
1444
- "name": "defaultAccordionConfig",
1445
- "type": {
1446
- "text": "object"
1447
- },
1448
- "default": "{}"
1449
- },
1450
- {
1451
- "kind": "variable",
1452
- "name": "foundationAccordion",
1453
- "description": "The Foundation Accordion",
1454
- "privacy": "public"
1455
- }
1456
- ],
1457
- "exports": [
1458
- {
1459
- "kind": "js",
1460
- "name": "Accordion",
1461
- "declaration": {
1462
- "name": "Accordion",
1463
- "module": "src/accordion/accordion.ts"
1464
- }
1465
- },
1466
- {
1467
- "kind": "js",
1468
- "name": "foundationAccordionShadowOptions",
1469
- "declaration": {
1470
- "name": "foundationAccordionShadowOptions",
1471
- "module": "src/accordion/accordion.ts"
1472
- }
1473
- },
1474
- {
1475
- "kind": "js",
1476
- "name": "defaultAccordionConfig",
1477
- "declaration": {
1478
- "name": "defaultAccordionConfig",
1479
- "module": "src/accordion/accordion.ts"
1480
- }
1481
- },
1482
- {
1483
- "kind": "js",
1484
- "name": "foundationAccordion",
1485
- "declaration": {
1486
- "name": "foundationAccordion",
1487
- "module": "src/accordion/accordion.ts"
1488
- }
1489
- }
1490
- ]
1491
- },
1492
- {
1493
- "kind": "javascript-module",
1494
- "path": "src/accordion/index.ts",
1495
- "declarations": [],
1496
- "exports": [
1497
- {
1498
- "kind": "js",
1499
- "name": "*",
1500
- "declaration": {
1501
- "name": "*",
1502
- "package": "./accordion.template"
1503
- }
1504
- },
1505
- {
1506
- "kind": "js",
1507
- "name": "*",
1508
- "declaration": {
1509
- "name": "*",
1510
- "package": "./accordion.styles"
1511
- }
1512
- },
1513
- {
1514
- "kind": "js",
1515
- "name": "*",
1516
- "declaration": {
1517
- "name": "*",
1518
- "package": "./accordion"
1519
- }
1520
- }
1521
- ]
1522
- },
1523
1341
  {
1524
1342
  "kind": "javascript-module",
1525
1343
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -2079,6 +1897,188 @@
2079
1897
  }
2080
1898
  ]
2081
1899
  },
1900
+ {
1901
+ "kind": "javascript-module",
1902
+ "path": "src/accordion/accordion.styles.ts",
1903
+ "declarations": [
1904
+ {
1905
+ "kind": "function",
1906
+ "name": "foundationAccordionStyles",
1907
+ "return": {
1908
+ "type": {
1909
+ "text": "ElementStyles"
1910
+ }
1911
+ },
1912
+ "parameters": [
1913
+ {
1914
+ "name": "context",
1915
+ "type": {
1916
+ "text": "ElementDefinitionContext"
1917
+ }
1918
+ },
1919
+ {
1920
+ "name": "definition",
1921
+ "type": {
1922
+ "text": "FoundationElementDefinition"
1923
+ }
1924
+ }
1925
+ ]
1926
+ }
1927
+ ],
1928
+ "exports": [
1929
+ {
1930
+ "kind": "js",
1931
+ "name": "foundationAccordionStyles",
1932
+ "declaration": {
1933
+ "name": "foundationAccordionStyles",
1934
+ "module": "src/accordion/accordion.styles.ts"
1935
+ }
1936
+ }
1937
+ ]
1938
+ },
1939
+ {
1940
+ "kind": "javascript-module",
1941
+ "path": "src/accordion/accordion.template.ts",
1942
+ "declarations": [
1943
+ {
1944
+ "kind": "function",
1945
+ "name": "foundationAccordionTemplate",
1946
+ "return": {
1947
+ "type": {
1948
+ "text": "ViewTemplate<Accordion>"
1949
+ }
1950
+ },
1951
+ "parameters": [
1952
+ {
1953
+ "name": "context",
1954
+ "type": {
1955
+ "text": "ElementDefinitionContext"
1956
+ }
1957
+ },
1958
+ {
1959
+ "name": "definition",
1960
+ "type": {
1961
+ "text": "FoundationElementDefinition"
1962
+ }
1963
+ }
1964
+ ]
1965
+ }
1966
+ ],
1967
+ "exports": [
1968
+ {
1969
+ "kind": "js",
1970
+ "name": "foundationAccordionTemplate",
1971
+ "declaration": {
1972
+ "name": "foundationAccordionTemplate",
1973
+ "module": "src/accordion/accordion.template.ts"
1974
+ }
1975
+ }
1976
+ ]
1977
+ },
1978
+ {
1979
+ "kind": "javascript-module",
1980
+ "path": "src/accordion/accordion.ts",
1981
+ "declarations": [
1982
+ {
1983
+ "kind": "class",
1984
+ "description": "",
1985
+ "name": "Accordion",
1986
+ "superclass": {
1987
+ "name": "FASTAccordion",
1988
+ "package": "@microsoft/fast-foundation"
1989
+ },
1990
+ "tagName": "%%prefix%%-accordion",
1991
+ "customElement": true
1992
+ },
1993
+ {
1994
+ "kind": "variable",
1995
+ "name": "foundationAccordionShadowOptions",
1996
+ "type": {
1997
+ "text": "ShadowRootInit"
1998
+ },
1999
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2000
+ },
2001
+ {
2002
+ "kind": "variable",
2003
+ "name": "defaultAccordionConfig",
2004
+ "type": {
2005
+ "text": "object"
2006
+ },
2007
+ "default": "{}"
2008
+ },
2009
+ {
2010
+ "kind": "variable",
2011
+ "name": "foundationAccordion",
2012
+ "description": "The Foundation Accordion",
2013
+ "privacy": "public"
2014
+ }
2015
+ ],
2016
+ "exports": [
2017
+ {
2018
+ "kind": "js",
2019
+ "name": "Accordion",
2020
+ "declaration": {
2021
+ "name": "Accordion",
2022
+ "module": "src/accordion/accordion.ts"
2023
+ }
2024
+ },
2025
+ {
2026
+ "kind": "js",
2027
+ "name": "foundationAccordionShadowOptions",
2028
+ "declaration": {
2029
+ "name": "foundationAccordionShadowOptions",
2030
+ "module": "src/accordion/accordion.ts"
2031
+ }
2032
+ },
2033
+ {
2034
+ "kind": "js",
2035
+ "name": "defaultAccordionConfig",
2036
+ "declaration": {
2037
+ "name": "defaultAccordionConfig",
2038
+ "module": "src/accordion/accordion.ts"
2039
+ }
2040
+ },
2041
+ {
2042
+ "kind": "js",
2043
+ "name": "foundationAccordion",
2044
+ "declaration": {
2045
+ "name": "foundationAccordion",
2046
+ "module": "src/accordion/accordion.ts"
2047
+ }
2048
+ }
2049
+ ]
2050
+ },
2051
+ {
2052
+ "kind": "javascript-module",
2053
+ "path": "src/accordion/index.ts",
2054
+ "declarations": [],
2055
+ "exports": [
2056
+ {
2057
+ "kind": "js",
2058
+ "name": "*",
2059
+ "declaration": {
2060
+ "name": "*",
2061
+ "package": "./accordion.template"
2062
+ }
2063
+ },
2064
+ {
2065
+ "kind": "js",
2066
+ "name": "*",
2067
+ "declaration": {
2068
+ "name": "*",
2069
+ "package": "./accordion.styles"
2070
+ }
2071
+ },
2072
+ {
2073
+ "kind": "js",
2074
+ "name": "*",
2075
+ "declaration": {
2076
+ "name": "*",
2077
+ "package": "./accordion"
2078
+ }
2079
+ }
2080
+ ]
2081
+ },
2082
2082
  {
2083
2083
  "kind": "javascript-module",
2084
2084
  "path": "src/anchor/anchor.styles.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.276.1",
4
+ "version": "14.276.2",
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.276.1",
87
- "@genesislcap/genx": "14.276.1",
88
- "@genesislcap/rollup-builder": "14.276.1",
89
- "@genesislcap/ts-builder": "14.276.1",
90
- "@genesislcap/uvu-playwright-builder": "14.276.1",
91
- "@genesislcap/vite-builder": "14.276.1",
92
- "@genesislcap/webpack-builder": "14.276.1",
86
+ "@genesislcap/foundation-testing": "14.276.2",
87
+ "@genesislcap/genx": "14.276.2",
88
+ "@genesislcap/rollup-builder": "14.276.2",
89
+ "@genesislcap/ts-builder": "14.276.2",
90
+ "@genesislcap/uvu-playwright-builder": "14.276.2",
91
+ "@genesislcap/vite-builder": "14.276.2",
92
+ "@genesislcap/webpack-builder": "14.276.2",
93
93
  "copyfiles": "^2.4.1",
94
94
  "rimraf": "^5.0.0",
95
95
  "rxjs": "^7.5.4"
@@ -100,15 +100,15 @@
100
100
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
101
101
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
102
102
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
103
- "@genesislcap/expression-builder": "14.276.1",
104
- "@genesislcap/foundation-comms": "14.276.1",
105
- "@genesislcap/foundation-criteria": "14.276.1",
106
- "@genesislcap/foundation-errors": "14.276.1",
107
- "@genesislcap/foundation-events": "14.276.1",
108
- "@genesislcap/foundation-logger": "14.276.1",
109
- "@genesislcap/foundation-notifications": "14.276.1",
110
- "@genesislcap/foundation-user": "14.276.1",
111
- "@genesislcap/foundation-utils": "14.276.1",
103
+ "@genesislcap/expression-builder": "14.276.2",
104
+ "@genesislcap/foundation-comms": "14.276.2",
105
+ "@genesislcap/foundation-criteria": "14.276.2",
106
+ "@genesislcap/foundation-errors": "14.276.2",
107
+ "@genesislcap/foundation-events": "14.276.2",
108
+ "@genesislcap/foundation-logger": "14.276.2",
109
+ "@genesislcap/foundation-notifications": "14.276.2",
110
+ "@genesislcap/foundation-user": "14.276.2",
111
+ "@genesislcap/foundation-utils": "14.276.2",
112
112
  "@microsoft/fast-colors": "5.3.1",
113
113
  "@microsoft/fast-components": "2.30.6",
114
114
  "@microsoft/fast-element": "1.14.0",
@@ -130,5 +130,5 @@
130
130
  "access": "public"
131
131
  },
132
132
  "customElements": "dist/custom-elements.json",
133
- "gitHead": "97462a73fe2d5c6f19127842a0ef883775f42247"
133
+ "gitHead": "1a5e61af368b280d2219453375baf70a05b4eec6"
134
134
  }