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