@genesislcap/foundation-ui 14.268.4-alpha-477e8bf.0 → 14.268.4

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 +231 -231
  2. package/package.json +18 -18
@@ -835,82 +835,6 @@
835
835
  }
836
836
  ]
837
837
  },
838
- {
839
- "kind": "javascript-module",
840
- "path": "src/_common/icons.ts",
841
- "declarations": [
842
- {
843
- "kind": "function",
844
- "name": "closeIcon",
845
- "parameters": [
846
- {
847
- "name": "slot",
848
- "default": "'start'"
849
- },
850
- {
851
- "name": "fill",
852
- "default": "'#879ba6'"
853
- }
854
- ]
855
- }
856
- ],
857
- "exports": [
858
- {
859
- "kind": "js",
860
- "name": "closeIcon",
861
- "declaration": {
862
- "name": "closeIcon",
863
- "module": "src/_common/icons.ts"
864
- }
865
- }
866
- ]
867
- },
868
- {
869
- "kind": "javascript-module",
870
- "path": "src/_common/index.ts",
871
- "declarations": [],
872
- "exports": [
873
- {
874
- "kind": "js",
875
- "name": "*",
876
- "declaration": {
877
- "name": "*",
878
- "package": "./icons"
879
- }
880
- }
881
- ]
882
- },
883
- {
884
- "kind": "javascript-module",
885
- "path": "src/_config/index.ts",
886
- "declarations": [],
887
- "exports": [
888
- {
889
- "kind": "js",
890
- "name": "*",
891
- "declaration": {
892
- "name": "*",
893
- "package": "./styles"
894
- }
895
- },
896
- {
897
- "kind": "js",
898
- "name": "*",
899
- "declaration": {
900
- "name": "*",
901
- "package": "./tokens"
902
- }
903
- },
904
- {
905
- "kind": "js",
906
- "name": "*",
907
- "declaration": {
908
- "name": "*",
909
- "package": "./values"
910
- }
911
- }
912
- ]
913
- },
914
838
  {
915
839
  "kind": "javascript-module",
916
840
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1307,158 +1231,7 @@
1307
1231
  },
1308
1232
  {
1309
1233
  "kind": "javascript-module",
1310
- "path": "src/accordion/accordion.styles.ts",
1311
- "declarations": [
1312
- {
1313
- "kind": "function",
1314
- "name": "foundationAccordionStyles",
1315
- "return": {
1316
- "type": {
1317
- "text": "ElementStyles"
1318
- }
1319
- },
1320
- "parameters": [
1321
- {
1322
- "name": "context",
1323
- "type": {
1324
- "text": "ElementDefinitionContext"
1325
- }
1326
- },
1327
- {
1328
- "name": "definition",
1329
- "type": {
1330
- "text": "FoundationElementDefinition"
1331
- }
1332
- }
1333
- ]
1334
- }
1335
- ],
1336
- "exports": [
1337
- {
1338
- "kind": "js",
1339
- "name": "foundationAccordionStyles",
1340
- "declaration": {
1341
- "name": "foundationAccordionStyles",
1342
- "module": "src/accordion/accordion.styles.ts"
1343
- }
1344
- }
1345
- ]
1346
- },
1347
- {
1348
- "kind": "javascript-module",
1349
- "path": "src/accordion/accordion.template.ts",
1350
- "declarations": [
1351
- {
1352
- "kind": "function",
1353
- "name": "foundationAccordionTemplate",
1354
- "return": {
1355
- "type": {
1356
- "text": "ViewTemplate<Accordion>"
1357
- }
1358
- },
1359
- "parameters": [
1360
- {
1361
- "name": "context",
1362
- "type": {
1363
- "text": "ElementDefinitionContext"
1364
- }
1365
- },
1366
- {
1367
- "name": "definition",
1368
- "type": {
1369
- "text": "FoundationElementDefinition"
1370
- }
1371
- }
1372
- ]
1373
- }
1374
- ],
1375
- "exports": [
1376
- {
1377
- "kind": "js",
1378
- "name": "foundationAccordionTemplate",
1379
- "declaration": {
1380
- "name": "foundationAccordionTemplate",
1381
- "module": "src/accordion/accordion.template.ts"
1382
- }
1383
- }
1384
- ]
1385
- },
1386
- {
1387
- "kind": "javascript-module",
1388
- "path": "src/accordion/accordion.ts",
1389
- "declarations": [
1390
- {
1391
- "kind": "class",
1392
- "description": "",
1393
- "name": "Accordion",
1394
- "superclass": {
1395
- "name": "FASTAccordion",
1396
- "package": "@microsoft/fast-foundation"
1397
- },
1398
- "tagName": "%%prefix%%-accordion",
1399
- "customElement": true
1400
- },
1401
- {
1402
- "kind": "variable",
1403
- "name": "foundationAccordionShadowOptions",
1404
- "type": {
1405
- "text": "ShadowRootInit"
1406
- },
1407
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1408
- },
1409
- {
1410
- "kind": "variable",
1411
- "name": "defaultAccordionConfig",
1412
- "type": {
1413
- "text": "object"
1414
- },
1415
- "default": "{}"
1416
- },
1417
- {
1418
- "kind": "variable",
1419
- "name": "foundationAccordion",
1420
- "description": "The Foundation Accordion",
1421
- "privacy": "public"
1422
- }
1423
- ],
1424
- "exports": [
1425
- {
1426
- "kind": "js",
1427
- "name": "Accordion",
1428
- "declaration": {
1429
- "name": "Accordion",
1430
- "module": "src/accordion/accordion.ts"
1431
- }
1432
- },
1433
- {
1434
- "kind": "js",
1435
- "name": "foundationAccordionShadowOptions",
1436
- "declaration": {
1437
- "name": "foundationAccordionShadowOptions",
1438
- "module": "src/accordion/accordion.ts"
1439
- }
1440
- },
1441
- {
1442
- "kind": "js",
1443
- "name": "defaultAccordionConfig",
1444
- "declaration": {
1445
- "name": "defaultAccordionConfig",
1446
- "module": "src/accordion/accordion.ts"
1447
- }
1448
- },
1449
- {
1450
- "kind": "js",
1451
- "name": "foundationAccordion",
1452
- "declaration": {
1453
- "name": "foundationAccordion",
1454
- "module": "src/accordion/accordion.ts"
1455
- }
1456
- }
1457
- ]
1458
- },
1459
- {
1460
- "kind": "javascript-module",
1461
- "path": "src/accordion/index.ts",
1234
+ "path": "src/_config/index.ts",
1462
1235
  "declarations": [],
1463
1236
  "exports": [
1464
1237
  {
@@ -1466,7 +1239,7 @@
1466
1239
  "name": "*",
1467
1240
  "declaration": {
1468
1241
  "name": "*",
1469
- "package": "./accordion.template"
1242
+ "package": "./styles"
1470
1243
  }
1471
1244
  },
1472
1245
  {
@@ -1474,7 +1247,7 @@
1474
1247
  "name": "*",
1475
1248
  "declaration": {
1476
1249
  "name": "*",
1477
- "package": "./accordion.styles"
1250
+ "package": "./tokens"
1478
1251
  }
1479
1252
  },
1480
1253
  {
@@ -1482,7 +1255,7 @@
1482
1255
  "name": "*",
1483
1256
  "declaration": {
1484
1257
  "name": "*",
1485
- "package": "./accordion"
1258
+ "package": "./values"
1486
1259
  }
1487
1260
  }
1488
1261
  ]
@@ -2046,6 +1819,233 @@
2046
1819
  }
2047
1820
  ]
2048
1821
  },
1822
+ {
1823
+ "kind": "javascript-module",
1824
+ "path": "src/accordion/accordion.styles.ts",
1825
+ "declarations": [
1826
+ {
1827
+ "kind": "function",
1828
+ "name": "foundationAccordionStyles",
1829
+ "return": {
1830
+ "type": {
1831
+ "text": "ElementStyles"
1832
+ }
1833
+ },
1834
+ "parameters": [
1835
+ {
1836
+ "name": "context",
1837
+ "type": {
1838
+ "text": "ElementDefinitionContext"
1839
+ }
1840
+ },
1841
+ {
1842
+ "name": "definition",
1843
+ "type": {
1844
+ "text": "FoundationElementDefinition"
1845
+ }
1846
+ }
1847
+ ]
1848
+ }
1849
+ ],
1850
+ "exports": [
1851
+ {
1852
+ "kind": "js",
1853
+ "name": "foundationAccordionStyles",
1854
+ "declaration": {
1855
+ "name": "foundationAccordionStyles",
1856
+ "module": "src/accordion/accordion.styles.ts"
1857
+ }
1858
+ }
1859
+ ]
1860
+ },
1861
+ {
1862
+ "kind": "javascript-module",
1863
+ "path": "src/accordion/accordion.template.ts",
1864
+ "declarations": [
1865
+ {
1866
+ "kind": "function",
1867
+ "name": "foundationAccordionTemplate",
1868
+ "return": {
1869
+ "type": {
1870
+ "text": "ViewTemplate<Accordion>"
1871
+ }
1872
+ },
1873
+ "parameters": [
1874
+ {
1875
+ "name": "context",
1876
+ "type": {
1877
+ "text": "ElementDefinitionContext"
1878
+ }
1879
+ },
1880
+ {
1881
+ "name": "definition",
1882
+ "type": {
1883
+ "text": "FoundationElementDefinition"
1884
+ }
1885
+ }
1886
+ ]
1887
+ }
1888
+ ],
1889
+ "exports": [
1890
+ {
1891
+ "kind": "js",
1892
+ "name": "foundationAccordionTemplate",
1893
+ "declaration": {
1894
+ "name": "foundationAccordionTemplate",
1895
+ "module": "src/accordion/accordion.template.ts"
1896
+ }
1897
+ }
1898
+ ]
1899
+ },
1900
+ {
1901
+ "kind": "javascript-module",
1902
+ "path": "src/accordion/accordion.ts",
1903
+ "declarations": [
1904
+ {
1905
+ "kind": "class",
1906
+ "description": "",
1907
+ "name": "Accordion",
1908
+ "superclass": {
1909
+ "name": "FASTAccordion",
1910
+ "package": "@microsoft/fast-foundation"
1911
+ },
1912
+ "tagName": "%%prefix%%-accordion",
1913
+ "customElement": true
1914
+ },
1915
+ {
1916
+ "kind": "variable",
1917
+ "name": "foundationAccordionShadowOptions",
1918
+ "type": {
1919
+ "text": "ShadowRootInit"
1920
+ },
1921
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1922
+ },
1923
+ {
1924
+ "kind": "variable",
1925
+ "name": "defaultAccordionConfig",
1926
+ "type": {
1927
+ "text": "object"
1928
+ },
1929
+ "default": "{}"
1930
+ },
1931
+ {
1932
+ "kind": "variable",
1933
+ "name": "foundationAccordion",
1934
+ "description": "The Foundation Accordion",
1935
+ "privacy": "public"
1936
+ }
1937
+ ],
1938
+ "exports": [
1939
+ {
1940
+ "kind": "js",
1941
+ "name": "Accordion",
1942
+ "declaration": {
1943
+ "name": "Accordion",
1944
+ "module": "src/accordion/accordion.ts"
1945
+ }
1946
+ },
1947
+ {
1948
+ "kind": "js",
1949
+ "name": "foundationAccordionShadowOptions",
1950
+ "declaration": {
1951
+ "name": "foundationAccordionShadowOptions",
1952
+ "module": "src/accordion/accordion.ts"
1953
+ }
1954
+ },
1955
+ {
1956
+ "kind": "js",
1957
+ "name": "defaultAccordionConfig",
1958
+ "declaration": {
1959
+ "name": "defaultAccordionConfig",
1960
+ "module": "src/accordion/accordion.ts"
1961
+ }
1962
+ },
1963
+ {
1964
+ "kind": "js",
1965
+ "name": "foundationAccordion",
1966
+ "declaration": {
1967
+ "name": "foundationAccordion",
1968
+ "module": "src/accordion/accordion.ts"
1969
+ }
1970
+ }
1971
+ ]
1972
+ },
1973
+ {
1974
+ "kind": "javascript-module",
1975
+ "path": "src/accordion/index.ts",
1976
+ "declarations": [],
1977
+ "exports": [
1978
+ {
1979
+ "kind": "js",
1980
+ "name": "*",
1981
+ "declaration": {
1982
+ "name": "*",
1983
+ "package": "./accordion.template"
1984
+ }
1985
+ },
1986
+ {
1987
+ "kind": "js",
1988
+ "name": "*",
1989
+ "declaration": {
1990
+ "name": "*",
1991
+ "package": "./accordion.styles"
1992
+ }
1993
+ },
1994
+ {
1995
+ "kind": "js",
1996
+ "name": "*",
1997
+ "declaration": {
1998
+ "name": "*",
1999
+ "package": "./accordion"
2000
+ }
2001
+ }
2002
+ ]
2003
+ },
2004
+ {
2005
+ "kind": "javascript-module",
2006
+ "path": "src/_common/icons.ts",
2007
+ "declarations": [
2008
+ {
2009
+ "kind": "function",
2010
+ "name": "closeIcon",
2011
+ "parameters": [
2012
+ {
2013
+ "name": "slot",
2014
+ "default": "'start'"
2015
+ },
2016
+ {
2017
+ "name": "fill",
2018
+ "default": "'#879ba6'"
2019
+ }
2020
+ ]
2021
+ }
2022
+ ],
2023
+ "exports": [
2024
+ {
2025
+ "kind": "js",
2026
+ "name": "closeIcon",
2027
+ "declaration": {
2028
+ "name": "closeIcon",
2029
+ "module": "src/_common/icons.ts"
2030
+ }
2031
+ }
2032
+ ]
2033
+ },
2034
+ {
2035
+ "kind": "javascript-module",
2036
+ "path": "src/_common/index.ts",
2037
+ "declarations": [],
2038
+ "exports": [
2039
+ {
2040
+ "kind": "js",
2041
+ "name": "*",
2042
+ "declaration": {
2043
+ "name": "*",
2044
+ "package": "./icons"
2045
+ }
2046
+ }
2047
+ ]
2048
+ },
2049
2049
  {
2050
2050
  "kind": "javascript-module",
2051
2051
  "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.268.4-alpha-477e8bf.0",
4
+ "version": "14.268.4",
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.268.4-alpha-477e8bf.0",
87
- "@genesislcap/genx": "14.268.4-alpha-477e8bf.0",
88
- "@genesislcap/rollup-builder": "14.268.4-alpha-477e8bf.0",
89
- "@genesislcap/ts-builder": "14.268.4-alpha-477e8bf.0",
90
- "@genesislcap/uvu-playwright-builder": "14.268.4-alpha-477e8bf.0",
91
- "@genesislcap/vite-builder": "14.268.4-alpha-477e8bf.0",
92
- "@genesislcap/webpack-builder": "14.268.4-alpha-477e8bf.0",
86
+ "@genesislcap/foundation-testing": "14.268.4",
87
+ "@genesislcap/genx": "14.268.4",
88
+ "@genesislcap/rollup-builder": "14.268.4",
89
+ "@genesislcap/ts-builder": "14.268.4",
90
+ "@genesislcap/uvu-playwright-builder": "14.268.4",
91
+ "@genesislcap/vite-builder": "14.268.4",
92
+ "@genesislcap/webpack-builder": "14.268.4",
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.268.4-alpha-477e8bf.0",
104
- "@genesislcap/foundation-comms": "14.268.4-alpha-477e8bf.0",
105
- "@genesislcap/foundation-criteria": "14.268.4-alpha-477e8bf.0",
106
- "@genesislcap/foundation-errors": "14.268.4-alpha-477e8bf.0",
107
- "@genesislcap/foundation-events": "14.268.4-alpha-477e8bf.0",
108
- "@genesislcap/foundation-logger": "14.268.4-alpha-477e8bf.0",
109
- "@genesislcap/foundation-notifications": "14.268.4-alpha-477e8bf.0",
110
- "@genesislcap/foundation-user": "14.268.4-alpha-477e8bf.0",
111
- "@genesislcap/foundation-utils": "14.268.4-alpha-477e8bf.0",
103
+ "@genesislcap/expression-builder": "14.268.4",
104
+ "@genesislcap/foundation-comms": "14.268.4",
105
+ "@genesislcap/foundation-criteria": "14.268.4",
106
+ "@genesislcap/foundation-errors": "14.268.4",
107
+ "@genesislcap/foundation-events": "14.268.4",
108
+ "@genesislcap/foundation-logger": "14.268.4",
109
+ "@genesislcap/foundation-notifications": "14.268.4",
110
+ "@genesislcap/foundation-user": "14.268.4",
111
+ "@genesislcap/foundation-utils": "14.268.4",
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": "6a5ddbd0e92b8ac8556aa5dbf0dae61b255d9d14"
133
+ "gitHead": "0f4ca7a67988ffb11995ec68f6ccf4f7ac98eef5"
134
134
  }