@genesislcap/foundation-ui 14.397.2-alpha-2f87430.0 → 14.397.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
@@ -1271,188 +1271,6 @@
1271
1271
  }
1272
1272
  ]
1273
1273
  },
1274
- {
1275
- "kind": "javascript-module",
1276
- "path": "src/accordion/accordion.styles.ts",
1277
- "declarations": [
1278
- {
1279
- "kind": "function",
1280
- "name": "foundationAccordionStyles",
1281
- "return": {
1282
- "type": {
1283
- "text": "ElementStyles"
1284
- }
1285
- },
1286
- "parameters": [
1287
- {
1288
- "name": "context",
1289
- "type": {
1290
- "text": "ElementDefinitionContext"
1291
- }
1292
- },
1293
- {
1294
- "name": "definition",
1295
- "type": {
1296
- "text": "FoundationElementDefinition"
1297
- }
1298
- }
1299
- ]
1300
- }
1301
- ],
1302
- "exports": [
1303
- {
1304
- "kind": "js",
1305
- "name": "foundationAccordionStyles",
1306
- "declaration": {
1307
- "name": "foundationAccordionStyles",
1308
- "module": "src/accordion/accordion.styles.ts"
1309
- }
1310
- }
1311
- ]
1312
- },
1313
- {
1314
- "kind": "javascript-module",
1315
- "path": "src/accordion/accordion.template.ts",
1316
- "declarations": [
1317
- {
1318
- "kind": "function",
1319
- "name": "foundationAccordionTemplate",
1320
- "return": {
1321
- "type": {
1322
- "text": "ViewTemplate<Accordion>"
1323
- }
1324
- },
1325
- "parameters": [
1326
- {
1327
- "name": "context",
1328
- "type": {
1329
- "text": "ElementDefinitionContext"
1330
- }
1331
- },
1332
- {
1333
- "name": "definition",
1334
- "type": {
1335
- "text": "FoundationElementDefinition"
1336
- }
1337
- }
1338
- ]
1339
- }
1340
- ],
1341
- "exports": [
1342
- {
1343
- "kind": "js",
1344
- "name": "foundationAccordionTemplate",
1345
- "declaration": {
1346
- "name": "foundationAccordionTemplate",
1347
- "module": "src/accordion/accordion.template.ts"
1348
- }
1349
- }
1350
- ]
1351
- },
1352
- {
1353
- "kind": "javascript-module",
1354
- "path": "src/accordion/accordion.ts",
1355
- "declarations": [
1356
- {
1357
- "kind": "class",
1358
- "description": "",
1359
- "name": "Accordion",
1360
- "superclass": {
1361
- "name": "FASTAccordion",
1362
- "package": "@microsoft/fast-foundation"
1363
- },
1364
- "tagName": "%%prefix%%-accordion",
1365
- "customElement": true
1366
- },
1367
- {
1368
- "kind": "variable",
1369
- "name": "foundationAccordionShadowOptions",
1370
- "type": {
1371
- "text": "ShadowRootInit"
1372
- },
1373
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1374
- },
1375
- {
1376
- "kind": "variable",
1377
- "name": "defaultAccordionConfig",
1378
- "type": {
1379
- "text": "object"
1380
- },
1381
- "default": "{}"
1382
- },
1383
- {
1384
- "kind": "variable",
1385
- "name": "foundationAccordion",
1386
- "description": "The Foundation Accordion",
1387
- "privacy": "public"
1388
- }
1389
- ],
1390
- "exports": [
1391
- {
1392
- "kind": "js",
1393
- "name": "Accordion",
1394
- "declaration": {
1395
- "name": "Accordion",
1396
- "module": "src/accordion/accordion.ts"
1397
- }
1398
- },
1399
- {
1400
- "kind": "js",
1401
- "name": "foundationAccordionShadowOptions",
1402
- "declaration": {
1403
- "name": "foundationAccordionShadowOptions",
1404
- "module": "src/accordion/accordion.ts"
1405
- }
1406
- },
1407
- {
1408
- "kind": "js",
1409
- "name": "defaultAccordionConfig",
1410
- "declaration": {
1411
- "name": "defaultAccordionConfig",
1412
- "module": "src/accordion/accordion.ts"
1413
- }
1414
- },
1415
- {
1416
- "kind": "js",
1417
- "name": "foundationAccordion",
1418
- "declaration": {
1419
- "name": "foundationAccordion",
1420
- "module": "src/accordion/accordion.ts"
1421
- }
1422
- }
1423
- ]
1424
- },
1425
- {
1426
- "kind": "javascript-module",
1427
- "path": "src/accordion/index.ts",
1428
- "declarations": [],
1429
- "exports": [
1430
- {
1431
- "kind": "js",
1432
- "name": "*",
1433
- "declaration": {
1434
- "name": "*",
1435
- "package": "./accordion.template"
1436
- }
1437
- },
1438
- {
1439
- "kind": "js",
1440
- "name": "*",
1441
- "declaration": {
1442
- "name": "*",
1443
- "package": "./accordion.styles"
1444
- }
1445
- },
1446
- {
1447
- "kind": "js",
1448
- "name": "*",
1449
- "declaration": {
1450
- "name": "*",
1451
- "package": "./accordion"
1452
- }
1453
- }
1454
- ]
1455
- },
1456
1274
  {
1457
1275
  "kind": "javascript-module",
1458
1276
  "path": "src/_config/index.ts",
@@ -2437,6 +2255,188 @@
2437
2255
  }
2438
2256
  ]
2439
2257
  },
2258
+ {
2259
+ "kind": "javascript-module",
2260
+ "path": "src/accordion/accordion.styles.ts",
2261
+ "declarations": [
2262
+ {
2263
+ "kind": "function",
2264
+ "name": "foundationAccordionStyles",
2265
+ "return": {
2266
+ "type": {
2267
+ "text": "ElementStyles"
2268
+ }
2269
+ },
2270
+ "parameters": [
2271
+ {
2272
+ "name": "context",
2273
+ "type": {
2274
+ "text": "ElementDefinitionContext"
2275
+ }
2276
+ },
2277
+ {
2278
+ "name": "definition",
2279
+ "type": {
2280
+ "text": "FoundationElementDefinition"
2281
+ }
2282
+ }
2283
+ ]
2284
+ }
2285
+ ],
2286
+ "exports": [
2287
+ {
2288
+ "kind": "js",
2289
+ "name": "foundationAccordionStyles",
2290
+ "declaration": {
2291
+ "name": "foundationAccordionStyles",
2292
+ "module": "src/accordion/accordion.styles.ts"
2293
+ }
2294
+ }
2295
+ ]
2296
+ },
2297
+ {
2298
+ "kind": "javascript-module",
2299
+ "path": "src/accordion/accordion.template.ts",
2300
+ "declarations": [
2301
+ {
2302
+ "kind": "function",
2303
+ "name": "foundationAccordionTemplate",
2304
+ "return": {
2305
+ "type": {
2306
+ "text": "ViewTemplate<Accordion>"
2307
+ }
2308
+ },
2309
+ "parameters": [
2310
+ {
2311
+ "name": "context",
2312
+ "type": {
2313
+ "text": "ElementDefinitionContext"
2314
+ }
2315
+ },
2316
+ {
2317
+ "name": "definition",
2318
+ "type": {
2319
+ "text": "FoundationElementDefinition"
2320
+ }
2321
+ }
2322
+ ]
2323
+ }
2324
+ ],
2325
+ "exports": [
2326
+ {
2327
+ "kind": "js",
2328
+ "name": "foundationAccordionTemplate",
2329
+ "declaration": {
2330
+ "name": "foundationAccordionTemplate",
2331
+ "module": "src/accordion/accordion.template.ts"
2332
+ }
2333
+ }
2334
+ ]
2335
+ },
2336
+ {
2337
+ "kind": "javascript-module",
2338
+ "path": "src/accordion/accordion.ts",
2339
+ "declarations": [
2340
+ {
2341
+ "kind": "class",
2342
+ "description": "",
2343
+ "name": "Accordion",
2344
+ "superclass": {
2345
+ "name": "FASTAccordion",
2346
+ "package": "@microsoft/fast-foundation"
2347
+ },
2348
+ "tagName": "%%prefix%%-accordion",
2349
+ "customElement": true
2350
+ },
2351
+ {
2352
+ "kind": "variable",
2353
+ "name": "foundationAccordionShadowOptions",
2354
+ "type": {
2355
+ "text": "ShadowRootInit"
2356
+ },
2357
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2358
+ },
2359
+ {
2360
+ "kind": "variable",
2361
+ "name": "defaultAccordionConfig",
2362
+ "type": {
2363
+ "text": "object"
2364
+ },
2365
+ "default": "{}"
2366
+ },
2367
+ {
2368
+ "kind": "variable",
2369
+ "name": "foundationAccordion",
2370
+ "description": "The Foundation Accordion",
2371
+ "privacy": "public"
2372
+ }
2373
+ ],
2374
+ "exports": [
2375
+ {
2376
+ "kind": "js",
2377
+ "name": "Accordion",
2378
+ "declaration": {
2379
+ "name": "Accordion",
2380
+ "module": "src/accordion/accordion.ts"
2381
+ }
2382
+ },
2383
+ {
2384
+ "kind": "js",
2385
+ "name": "foundationAccordionShadowOptions",
2386
+ "declaration": {
2387
+ "name": "foundationAccordionShadowOptions",
2388
+ "module": "src/accordion/accordion.ts"
2389
+ }
2390
+ },
2391
+ {
2392
+ "kind": "js",
2393
+ "name": "defaultAccordionConfig",
2394
+ "declaration": {
2395
+ "name": "defaultAccordionConfig",
2396
+ "module": "src/accordion/accordion.ts"
2397
+ }
2398
+ },
2399
+ {
2400
+ "kind": "js",
2401
+ "name": "foundationAccordion",
2402
+ "declaration": {
2403
+ "name": "foundationAccordion",
2404
+ "module": "src/accordion/accordion.ts"
2405
+ }
2406
+ }
2407
+ ]
2408
+ },
2409
+ {
2410
+ "kind": "javascript-module",
2411
+ "path": "src/accordion/index.ts",
2412
+ "declarations": [],
2413
+ "exports": [
2414
+ {
2415
+ "kind": "js",
2416
+ "name": "*",
2417
+ "declaration": {
2418
+ "name": "*",
2419
+ "package": "./accordion.template"
2420
+ }
2421
+ },
2422
+ {
2423
+ "kind": "js",
2424
+ "name": "*",
2425
+ "declaration": {
2426
+ "name": "*",
2427
+ "package": "./accordion.styles"
2428
+ }
2429
+ },
2430
+ {
2431
+ "kind": "js",
2432
+ "name": "*",
2433
+ "declaration": {
2434
+ "name": "*",
2435
+ "package": "./accordion"
2436
+ }
2437
+ }
2438
+ ]
2439
+ },
2440
2440
  {
2441
2441
  "kind": "javascript-module",
2442
2442
  "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.397.2-alpha-2f87430.0",
4
+ "version": "14.397.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -85,13 +85,13 @@
85
85
  }
86
86
  },
87
87
  "devDependencies": {
88
- "@genesislcap/foundation-testing": "14.397.2-alpha-2f87430.0",
89
- "@genesislcap/genx": "14.397.2-alpha-2f87430.0",
90
- "@genesislcap/rollup-builder": "14.397.2-alpha-2f87430.0",
91
- "@genesislcap/ts-builder": "14.397.2-alpha-2f87430.0",
92
- "@genesislcap/uvu-playwright-builder": "14.397.2-alpha-2f87430.0",
93
- "@genesislcap/vite-builder": "14.397.2-alpha-2f87430.0",
94
- "@genesislcap/webpack-builder": "14.397.2-alpha-2f87430.0",
88
+ "@genesislcap/foundation-testing": "14.397.2",
89
+ "@genesislcap/genx": "14.397.2",
90
+ "@genesislcap/rollup-builder": "14.397.2",
91
+ "@genesislcap/ts-builder": "14.397.2",
92
+ "@genesislcap/uvu-playwright-builder": "14.397.2",
93
+ "@genesislcap/vite-builder": "14.397.2",
94
+ "@genesislcap/webpack-builder": "14.397.2",
95
95
  "copyfiles": "^2.4.1"
96
96
  },
97
97
  "dependencies": {
@@ -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.397.2-alpha-2f87430.0",
104
- "@genesislcap/foundation-comms": "14.397.2-alpha-2f87430.0",
105
- "@genesislcap/foundation-criteria": "14.397.2-alpha-2f87430.0",
106
- "@genesislcap/foundation-errors": "14.397.2-alpha-2f87430.0",
107
- "@genesislcap/foundation-events": "14.397.2-alpha-2f87430.0",
108
- "@genesislcap/foundation-logger": "14.397.2-alpha-2f87430.0",
109
- "@genesislcap/foundation-notifications": "14.397.2-alpha-2f87430.0",
110
- "@genesislcap/foundation-user": "14.397.2-alpha-2f87430.0",
111
- "@genesislcap/foundation-utils": "14.397.2-alpha-2f87430.0",
103
+ "@genesislcap/expression-builder": "14.397.2",
104
+ "@genesislcap/foundation-comms": "14.397.2",
105
+ "@genesislcap/foundation-criteria": "14.397.2",
106
+ "@genesislcap/foundation-errors": "14.397.2",
107
+ "@genesislcap/foundation-events": "14.397.2",
108
+ "@genesislcap/foundation-logger": "14.397.2",
109
+ "@genesislcap/foundation-notifications": "14.397.2",
110
+ "@genesislcap/foundation-user": "14.397.2",
111
+ "@genesislcap/foundation-utils": "14.397.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": "024e42d47091253a4a7f37f94e7ccbf58d2e1927"
133
+ "gitHead": "8e32dc60112b589e801fe0ea5bd0f6cd10edbdf7"
134
134
  }