@genesislcap/foundation-ui 14.276.3 → 14.277.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 +193 -193
  2. package/package.json +18 -18
@@ -868,51 +868,6 @@
868
868
  }
869
869
  ]
870
870
  },
871
- {
872
- "kind": "javascript-module",
873
- "path": "src/_common/icons.ts",
874
- "declarations": [
875
- {
876
- "kind": "function",
877
- "name": "closeIcon",
878
- "parameters": [
879
- {
880
- "name": "slot",
881
- "default": "'start'"
882
- },
883
- {
884
- "name": "fill",
885
- "default": "'#879ba6'"
886
- }
887
- ]
888
- }
889
- ],
890
- "exports": [
891
- {
892
- "kind": "js",
893
- "name": "closeIcon",
894
- "declaration": {
895
- "name": "closeIcon",
896
- "module": "src/_common/icons.ts"
897
- }
898
- }
899
- ]
900
- },
901
- {
902
- "kind": "javascript-module",
903
- "path": "src/_common/index.ts",
904
- "declarations": [],
905
- "exports": [
906
- {
907
- "kind": "js",
908
- "name": "*",
909
- "declaration": {
910
- "name": "*",
911
- "package": "./icons"
912
- }
913
- }
914
- ]
915
- },
916
871
  {
917
872
  "kind": "javascript-module",
918
873
  "path": "src/_config/index.ts",
@@ -1340,67 +1295,19 @@
1340
1295
  },
1341
1296
  {
1342
1297
  "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",
1298
+ "path": "src/_common/icons.ts",
1383
1299
  "declarations": [
1384
1300
  {
1385
1301
  "kind": "function",
1386
- "name": "foundationAccordionTemplate",
1387
- "return": {
1388
- "type": {
1389
- "text": "ViewTemplate<Accordion>"
1390
- }
1391
- },
1302
+ "name": "closeIcon",
1392
1303
  "parameters": [
1393
1304
  {
1394
- "name": "context",
1395
- "type": {
1396
- "text": "ElementDefinitionContext"
1397
- }
1305
+ "name": "slot",
1306
+ "default": "'start'"
1398
1307
  },
1399
1308
  {
1400
- "name": "definition",
1401
- "type": {
1402
- "text": "FoundationElementDefinition"
1403
- }
1309
+ "name": "fill",
1310
+ "default": "'#879ba6'"
1404
1311
  }
1405
1312
  ]
1406
1313
  }
@@ -1408,90 +1315,17 @@
1408
1315
  "exports": [
1409
1316
  {
1410
1317
  "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",
1318
+ "name": "closeIcon",
1485
1319
  "declaration": {
1486
- "name": "foundationAccordion",
1487
- "module": "src/accordion/accordion.ts"
1320
+ "name": "closeIcon",
1321
+ "module": "src/_common/icons.ts"
1488
1322
  }
1489
1323
  }
1490
1324
  ]
1491
1325
  },
1492
1326
  {
1493
1327
  "kind": "javascript-module",
1494
- "path": "src/accordion/index.ts",
1328
+ "path": "src/_common/index.ts",
1495
1329
  "declarations": [],
1496
1330
  "exports": [
1497
1331
  {
@@ -1499,23 +1333,7 @@
1499
1333
  "name": "*",
1500
1334
  "declaration": {
1501
1335
  "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"
1336
+ "package": "./icons"
1519
1337
  }
1520
1338
  }
1521
1339
  ]
@@ -2599,6 +2417,188 @@
2599
2417
  }
2600
2418
  ]
2601
2419
  },
2420
+ {
2421
+ "kind": "javascript-module",
2422
+ "path": "src/accordion/accordion.styles.ts",
2423
+ "declarations": [
2424
+ {
2425
+ "kind": "function",
2426
+ "name": "foundationAccordionStyles",
2427
+ "return": {
2428
+ "type": {
2429
+ "text": "ElementStyles"
2430
+ }
2431
+ },
2432
+ "parameters": [
2433
+ {
2434
+ "name": "context",
2435
+ "type": {
2436
+ "text": "ElementDefinitionContext"
2437
+ }
2438
+ },
2439
+ {
2440
+ "name": "definition",
2441
+ "type": {
2442
+ "text": "FoundationElementDefinition"
2443
+ }
2444
+ }
2445
+ ]
2446
+ }
2447
+ ],
2448
+ "exports": [
2449
+ {
2450
+ "kind": "js",
2451
+ "name": "foundationAccordionStyles",
2452
+ "declaration": {
2453
+ "name": "foundationAccordionStyles",
2454
+ "module": "src/accordion/accordion.styles.ts"
2455
+ }
2456
+ }
2457
+ ]
2458
+ },
2459
+ {
2460
+ "kind": "javascript-module",
2461
+ "path": "src/accordion/accordion.template.ts",
2462
+ "declarations": [
2463
+ {
2464
+ "kind": "function",
2465
+ "name": "foundationAccordionTemplate",
2466
+ "return": {
2467
+ "type": {
2468
+ "text": "ViewTemplate<Accordion>"
2469
+ }
2470
+ },
2471
+ "parameters": [
2472
+ {
2473
+ "name": "context",
2474
+ "type": {
2475
+ "text": "ElementDefinitionContext"
2476
+ }
2477
+ },
2478
+ {
2479
+ "name": "definition",
2480
+ "type": {
2481
+ "text": "FoundationElementDefinition"
2482
+ }
2483
+ }
2484
+ ]
2485
+ }
2486
+ ],
2487
+ "exports": [
2488
+ {
2489
+ "kind": "js",
2490
+ "name": "foundationAccordionTemplate",
2491
+ "declaration": {
2492
+ "name": "foundationAccordionTemplate",
2493
+ "module": "src/accordion/accordion.template.ts"
2494
+ }
2495
+ }
2496
+ ]
2497
+ },
2498
+ {
2499
+ "kind": "javascript-module",
2500
+ "path": "src/accordion/accordion.ts",
2501
+ "declarations": [
2502
+ {
2503
+ "kind": "class",
2504
+ "description": "",
2505
+ "name": "Accordion",
2506
+ "superclass": {
2507
+ "name": "FASTAccordion",
2508
+ "package": "@microsoft/fast-foundation"
2509
+ },
2510
+ "tagName": "%%prefix%%-accordion",
2511
+ "customElement": true
2512
+ },
2513
+ {
2514
+ "kind": "variable",
2515
+ "name": "foundationAccordionShadowOptions",
2516
+ "type": {
2517
+ "text": "ShadowRootInit"
2518
+ },
2519
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2520
+ },
2521
+ {
2522
+ "kind": "variable",
2523
+ "name": "defaultAccordionConfig",
2524
+ "type": {
2525
+ "text": "object"
2526
+ },
2527
+ "default": "{}"
2528
+ },
2529
+ {
2530
+ "kind": "variable",
2531
+ "name": "foundationAccordion",
2532
+ "description": "The Foundation Accordion",
2533
+ "privacy": "public"
2534
+ }
2535
+ ],
2536
+ "exports": [
2537
+ {
2538
+ "kind": "js",
2539
+ "name": "Accordion",
2540
+ "declaration": {
2541
+ "name": "Accordion",
2542
+ "module": "src/accordion/accordion.ts"
2543
+ }
2544
+ },
2545
+ {
2546
+ "kind": "js",
2547
+ "name": "foundationAccordionShadowOptions",
2548
+ "declaration": {
2549
+ "name": "foundationAccordionShadowOptions",
2550
+ "module": "src/accordion/accordion.ts"
2551
+ }
2552
+ },
2553
+ {
2554
+ "kind": "js",
2555
+ "name": "defaultAccordionConfig",
2556
+ "declaration": {
2557
+ "name": "defaultAccordionConfig",
2558
+ "module": "src/accordion/accordion.ts"
2559
+ }
2560
+ },
2561
+ {
2562
+ "kind": "js",
2563
+ "name": "foundationAccordion",
2564
+ "declaration": {
2565
+ "name": "foundationAccordion",
2566
+ "module": "src/accordion/accordion.ts"
2567
+ }
2568
+ }
2569
+ ]
2570
+ },
2571
+ {
2572
+ "kind": "javascript-module",
2573
+ "path": "src/accordion/index.ts",
2574
+ "declarations": [],
2575
+ "exports": [
2576
+ {
2577
+ "kind": "js",
2578
+ "name": "*",
2579
+ "declaration": {
2580
+ "name": "*",
2581
+ "package": "./accordion.template"
2582
+ }
2583
+ },
2584
+ {
2585
+ "kind": "js",
2586
+ "name": "*",
2587
+ "declaration": {
2588
+ "name": "*",
2589
+ "package": "./accordion.styles"
2590
+ }
2591
+ },
2592
+ {
2593
+ "kind": "js",
2594
+ "name": "*",
2595
+ "declaration": {
2596
+ "name": "*",
2597
+ "package": "./accordion"
2598
+ }
2599
+ }
2600
+ ]
2601
+ },
2602
2602
  {
2603
2603
  "kind": "javascript-module",
2604
2604
  "path": "src/anchored-region/anchor-region.template.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.3",
4
+ "version": "14.277.0",
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.3",
87
- "@genesislcap/genx": "14.276.3",
88
- "@genesislcap/rollup-builder": "14.276.3",
89
- "@genesislcap/ts-builder": "14.276.3",
90
- "@genesislcap/uvu-playwright-builder": "14.276.3",
91
- "@genesislcap/vite-builder": "14.276.3",
92
- "@genesislcap/webpack-builder": "14.276.3",
86
+ "@genesislcap/foundation-testing": "14.277.0",
87
+ "@genesislcap/genx": "14.277.0",
88
+ "@genesislcap/rollup-builder": "14.277.0",
89
+ "@genesislcap/ts-builder": "14.277.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.277.0",
91
+ "@genesislcap/vite-builder": "14.277.0",
92
+ "@genesislcap/webpack-builder": "14.277.0",
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.3",
104
- "@genesislcap/foundation-comms": "14.276.3",
105
- "@genesislcap/foundation-criteria": "14.276.3",
106
- "@genesislcap/foundation-errors": "14.276.3",
107
- "@genesislcap/foundation-events": "14.276.3",
108
- "@genesislcap/foundation-logger": "14.276.3",
109
- "@genesislcap/foundation-notifications": "14.276.3",
110
- "@genesislcap/foundation-user": "14.276.3",
111
- "@genesislcap/foundation-utils": "14.276.3",
103
+ "@genesislcap/expression-builder": "14.277.0",
104
+ "@genesislcap/foundation-comms": "14.277.0",
105
+ "@genesislcap/foundation-criteria": "14.277.0",
106
+ "@genesislcap/foundation-errors": "14.277.0",
107
+ "@genesislcap/foundation-events": "14.277.0",
108
+ "@genesislcap/foundation-logger": "14.277.0",
109
+ "@genesislcap/foundation-notifications": "14.277.0",
110
+ "@genesislcap/foundation-user": "14.277.0",
111
+ "@genesislcap/foundation-utils": "14.277.0",
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": "b7a6241f0185a76517cf62713efe87cab37103cf"
133
+ "gitHead": "7e4a37f213232c64a6925eb4fe513317ff2d76c6"
134
134
  }