@genesislcap/foundation-zero 14.370.0 → 14.370.1-alpha-d042199.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +148 -148
  2. package/package.json +12 -12
@@ -1281,6 +1281,154 @@
1281
1281
  }
1282
1282
  ]
1283
1283
  },
1284
+ {
1285
+ "kind": "javascript-module",
1286
+ "path": "src/accordion/accordion.styles.ts",
1287
+ "declarations": [
1288
+ {
1289
+ "kind": "function",
1290
+ "name": "zeroAccordionStyles",
1291
+ "return": {
1292
+ "type": {
1293
+ "text": "ElementStyles"
1294
+ }
1295
+ },
1296
+ "parameters": [
1297
+ {
1298
+ "name": "context",
1299
+ "type": {
1300
+ "text": "ElementDefinitionContext"
1301
+ }
1302
+ },
1303
+ {
1304
+ "name": "definition",
1305
+ "type": {
1306
+ "text": "FoundationElementDefinition"
1307
+ }
1308
+ }
1309
+ ]
1310
+ }
1311
+ ],
1312
+ "exports": [
1313
+ {
1314
+ "kind": "js",
1315
+ "name": "zeroAccordionStyles",
1316
+ "declaration": {
1317
+ "name": "zeroAccordionStyles",
1318
+ "module": "src/accordion/accordion.styles.ts"
1319
+ }
1320
+ }
1321
+ ]
1322
+ },
1323
+ {
1324
+ "kind": "javascript-module",
1325
+ "path": "src/accordion/accordion.template.ts",
1326
+ "declarations": [
1327
+ {
1328
+ "kind": "function",
1329
+ "name": "zeroAccordionTemplate",
1330
+ "return": {
1331
+ "type": {
1332
+ "text": "ViewTemplate<Accordion>"
1333
+ }
1334
+ },
1335
+ "parameters": [
1336
+ {
1337
+ "name": "context",
1338
+ "type": {
1339
+ "text": "ElementDefinitionContext"
1340
+ }
1341
+ },
1342
+ {
1343
+ "name": "definition",
1344
+ "type": {
1345
+ "text": "FoundationElementDefinition"
1346
+ }
1347
+ }
1348
+ ]
1349
+ }
1350
+ ],
1351
+ "exports": [
1352
+ {
1353
+ "kind": "js",
1354
+ "name": "zeroAccordionTemplate",
1355
+ "declaration": {
1356
+ "name": "zeroAccordionTemplate",
1357
+ "module": "src/accordion/accordion.template.ts"
1358
+ }
1359
+ }
1360
+ ]
1361
+ },
1362
+ {
1363
+ "kind": "javascript-module",
1364
+ "path": "src/accordion/accordion.ts",
1365
+ "declarations": [
1366
+ {
1367
+ "kind": "class",
1368
+ "description": "",
1369
+ "name": "Accordion",
1370
+ "superclass": {
1371
+ "name": "FoundationAccordion",
1372
+ "package": "@genesislcap/foundation-ui"
1373
+ },
1374
+ "tagName": "%%prefix%%-card",
1375
+ "customElement": true
1376
+ },
1377
+ {
1378
+ "kind": "variable",
1379
+ "name": "zeroAccordion"
1380
+ }
1381
+ ],
1382
+ "exports": [
1383
+ {
1384
+ "kind": "js",
1385
+ "name": "Accordion",
1386
+ "declaration": {
1387
+ "name": "Accordion",
1388
+ "module": "src/accordion/accordion.ts"
1389
+ }
1390
+ },
1391
+ {
1392
+ "kind": "js",
1393
+ "name": "zeroAccordion",
1394
+ "declaration": {
1395
+ "name": "zeroAccordion",
1396
+ "module": "src/accordion/accordion.ts"
1397
+ }
1398
+ }
1399
+ ]
1400
+ },
1401
+ {
1402
+ "kind": "javascript-module",
1403
+ "path": "src/accordion/index.ts",
1404
+ "declarations": [],
1405
+ "exports": [
1406
+ {
1407
+ "kind": "js",
1408
+ "name": "*",
1409
+ "declaration": {
1410
+ "name": "*",
1411
+ "package": "./accordion"
1412
+ }
1413
+ },
1414
+ {
1415
+ "kind": "js",
1416
+ "name": "*",
1417
+ "declaration": {
1418
+ "name": "*",
1419
+ "package": "./accordion.styles"
1420
+ }
1421
+ },
1422
+ {
1423
+ "kind": "js",
1424
+ "name": "*",
1425
+ "declaration": {
1426
+ "name": "*",
1427
+ "package": "./accordion.template"
1428
+ }
1429
+ }
1430
+ ]
1431
+ },
1284
1432
  {
1285
1433
  "kind": "javascript-module",
1286
1434
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -1853,154 +2001,6 @@
1853
2001
  }
1854
2002
  ]
1855
2003
  },
1856
- {
1857
- "kind": "javascript-module",
1858
- "path": "src/accordion/accordion.styles.ts",
1859
- "declarations": [
1860
- {
1861
- "kind": "function",
1862
- "name": "zeroAccordionStyles",
1863
- "return": {
1864
- "type": {
1865
- "text": "ElementStyles"
1866
- }
1867
- },
1868
- "parameters": [
1869
- {
1870
- "name": "context",
1871
- "type": {
1872
- "text": "ElementDefinitionContext"
1873
- }
1874
- },
1875
- {
1876
- "name": "definition",
1877
- "type": {
1878
- "text": "FoundationElementDefinition"
1879
- }
1880
- }
1881
- ]
1882
- }
1883
- ],
1884
- "exports": [
1885
- {
1886
- "kind": "js",
1887
- "name": "zeroAccordionStyles",
1888
- "declaration": {
1889
- "name": "zeroAccordionStyles",
1890
- "module": "src/accordion/accordion.styles.ts"
1891
- }
1892
- }
1893
- ]
1894
- },
1895
- {
1896
- "kind": "javascript-module",
1897
- "path": "src/accordion/accordion.template.ts",
1898
- "declarations": [
1899
- {
1900
- "kind": "function",
1901
- "name": "zeroAccordionTemplate",
1902
- "return": {
1903
- "type": {
1904
- "text": "ViewTemplate<Accordion>"
1905
- }
1906
- },
1907
- "parameters": [
1908
- {
1909
- "name": "context",
1910
- "type": {
1911
- "text": "ElementDefinitionContext"
1912
- }
1913
- },
1914
- {
1915
- "name": "definition",
1916
- "type": {
1917
- "text": "FoundationElementDefinition"
1918
- }
1919
- }
1920
- ]
1921
- }
1922
- ],
1923
- "exports": [
1924
- {
1925
- "kind": "js",
1926
- "name": "zeroAccordionTemplate",
1927
- "declaration": {
1928
- "name": "zeroAccordionTemplate",
1929
- "module": "src/accordion/accordion.template.ts"
1930
- }
1931
- }
1932
- ]
1933
- },
1934
- {
1935
- "kind": "javascript-module",
1936
- "path": "src/accordion/accordion.ts",
1937
- "declarations": [
1938
- {
1939
- "kind": "class",
1940
- "description": "",
1941
- "name": "Accordion",
1942
- "superclass": {
1943
- "name": "FoundationAccordion",
1944
- "package": "@genesislcap/foundation-ui"
1945
- },
1946
- "tagName": "%%prefix%%-card",
1947
- "customElement": true
1948
- },
1949
- {
1950
- "kind": "variable",
1951
- "name": "zeroAccordion"
1952
- }
1953
- ],
1954
- "exports": [
1955
- {
1956
- "kind": "js",
1957
- "name": "Accordion",
1958
- "declaration": {
1959
- "name": "Accordion",
1960
- "module": "src/accordion/accordion.ts"
1961
- }
1962
- },
1963
- {
1964
- "kind": "js",
1965
- "name": "zeroAccordion",
1966
- "declaration": {
1967
- "name": "zeroAccordion",
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"
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.template"
2000
- }
2001
- }
2002
- ]
2003
- },
2004
2004
  {
2005
2005
  "kind": "javascript-module",
2006
2006
  "path": "src/anchor/anchor.styles.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero",
3
3
  "description": "Genesis Foundation Zero Design System",
4
- "version": "14.370.0",
4
+ "version": "14.370.1-alpha-d042199.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -71,18 +71,18 @@
71
71
  },
72
72
  "devDependencies": {
73
73
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
74
- "@genesislcap/genx": "14.370.0",
75
- "@genesislcap/rollup-builder": "14.370.0",
76
- "@genesislcap/ts-builder": "14.370.0",
77
- "@genesislcap/uvu-playwright-builder": "14.370.0",
78
- "@genesislcap/vite-builder": "14.370.0",
79
- "@genesislcap/webpack-builder": "14.370.0"
74
+ "@genesislcap/genx": "14.370.1-alpha-d042199.0",
75
+ "@genesislcap/rollup-builder": "14.370.1-alpha-d042199.0",
76
+ "@genesislcap/ts-builder": "14.370.1-alpha-d042199.0",
77
+ "@genesislcap/uvu-playwright-builder": "14.370.1-alpha-d042199.0",
78
+ "@genesislcap/vite-builder": "14.370.1-alpha-d042199.0",
79
+ "@genesislcap/webpack-builder": "14.370.1-alpha-d042199.0"
80
80
  },
81
81
  "dependencies": {
82
- "@genesislcap/foundation-comms": "14.370.0",
83
- "@genesislcap/foundation-logger": "14.370.0",
84
- "@genesislcap/foundation-ui": "14.370.0",
85
- "@genesislcap/foundation-utils": "14.370.0",
82
+ "@genesislcap/foundation-comms": "14.370.1-alpha-d042199.0",
83
+ "@genesislcap/foundation-logger": "14.370.1-alpha-d042199.0",
84
+ "@genesislcap/foundation-ui": "14.370.1-alpha-d042199.0",
85
+ "@genesislcap/foundation-utils": "14.370.1-alpha-d042199.0",
86
86
  "@microsoft/fast-colors": "5.3.1",
87
87
  "@microsoft/fast-components": "2.30.6",
88
88
  "@microsoft/fast-element": "1.14.0",
@@ -98,5 +98,5 @@
98
98
  "access": "public"
99
99
  },
100
100
  "customElements": "dist/custom-elements.json",
101
- "gitHead": "85079a1941403b9daee95a1cca7fc14bc5929435"
101
+ "gitHead": "a3bc56233af892cf72bfc55298039d4c0f36333b"
102
102
  }