@genesislcap/foundation-ui 14.409.0-FUI-2495.10 → 14.409.0-FUI-2495.12

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
@@ -1318,188 +1318,6 @@
1318
1318
  }
1319
1319
  ]
1320
1320
  },
1321
- {
1322
- "kind": "javascript-module",
1323
- "path": "src/accordion/accordion.styles.ts",
1324
- "declarations": [
1325
- {
1326
- "kind": "function",
1327
- "name": "foundationAccordionStyles",
1328
- "return": {
1329
- "type": {
1330
- "text": "ElementStyles"
1331
- }
1332
- },
1333
- "parameters": [
1334
- {
1335
- "name": "context",
1336
- "type": {
1337
- "text": "ElementDefinitionContext"
1338
- }
1339
- },
1340
- {
1341
- "name": "definition",
1342
- "type": {
1343
- "text": "FoundationElementDefinition"
1344
- }
1345
- }
1346
- ]
1347
- }
1348
- ],
1349
- "exports": [
1350
- {
1351
- "kind": "js",
1352
- "name": "foundationAccordionStyles",
1353
- "declaration": {
1354
- "name": "foundationAccordionStyles",
1355
- "module": "src/accordion/accordion.styles.ts"
1356
- }
1357
- }
1358
- ]
1359
- },
1360
- {
1361
- "kind": "javascript-module",
1362
- "path": "src/accordion/accordion.template.ts",
1363
- "declarations": [
1364
- {
1365
- "kind": "function",
1366
- "name": "foundationAccordionTemplate",
1367
- "return": {
1368
- "type": {
1369
- "text": "ViewTemplate<Accordion>"
1370
- }
1371
- },
1372
- "parameters": [
1373
- {
1374
- "name": "context",
1375
- "type": {
1376
- "text": "ElementDefinitionContext"
1377
- }
1378
- },
1379
- {
1380
- "name": "definition",
1381
- "type": {
1382
- "text": "FoundationElementDefinition"
1383
- }
1384
- }
1385
- ]
1386
- }
1387
- ],
1388
- "exports": [
1389
- {
1390
- "kind": "js",
1391
- "name": "foundationAccordionTemplate",
1392
- "declaration": {
1393
- "name": "foundationAccordionTemplate",
1394
- "module": "src/accordion/accordion.template.ts"
1395
- }
1396
- }
1397
- ]
1398
- },
1399
- {
1400
- "kind": "javascript-module",
1401
- "path": "src/accordion/accordion.ts",
1402
- "declarations": [
1403
- {
1404
- "kind": "class",
1405
- "description": "",
1406
- "name": "Accordion",
1407
- "superclass": {
1408
- "name": "FASTAccordion",
1409
- "package": "@microsoft/fast-foundation"
1410
- },
1411
- "tagName": "%%prefix%%-accordion",
1412
- "customElement": true
1413
- },
1414
- {
1415
- "kind": "variable",
1416
- "name": "foundationAccordionShadowOptions",
1417
- "type": {
1418
- "text": "ShadowRootInit"
1419
- },
1420
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1421
- },
1422
- {
1423
- "kind": "variable",
1424
- "name": "defaultAccordionConfig",
1425
- "type": {
1426
- "text": "object"
1427
- },
1428
- "default": "{}"
1429
- },
1430
- {
1431
- "kind": "variable",
1432
- "name": "foundationAccordion",
1433
- "description": "The Foundation Accordion",
1434
- "privacy": "public"
1435
- }
1436
- ],
1437
- "exports": [
1438
- {
1439
- "kind": "js",
1440
- "name": "Accordion",
1441
- "declaration": {
1442
- "name": "Accordion",
1443
- "module": "src/accordion/accordion.ts"
1444
- }
1445
- },
1446
- {
1447
- "kind": "js",
1448
- "name": "foundationAccordionShadowOptions",
1449
- "declaration": {
1450
- "name": "foundationAccordionShadowOptions",
1451
- "module": "src/accordion/accordion.ts"
1452
- }
1453
- },
1454
- {
1455
- "kind": "js",
1456
- "name": "defaultAccordionConfig",
1457
- "declaration": {
1458
- "name": "defaultAccordionConfig",
1459
- "module": "src/accordion/accordion.ts"
1460
- }
1461
- },
1462
- {
1463
- "kind": "js",
1464
- "name": "foundationAccordion",
1465
- "declaration": {
1466
- "name": "foundationAccordion",
1467
- "module": "src/accordion/accordion.ts"
1468
- }
1469
- }
1470
- ]
1471
- },
1472
- {
1473
- "kind": "javascript-module",
1474
- "path": "src/accordion/index.ts",
1475
- "declarations": [],
1476
- "exports": [
1477
- {
1478
- "kind": "js",
1479
- "name": "*",
1480
- "declaration": {
1481
- "name": "*",
1482
- "package": "./accordion.template"
1483
- }
1484
- },
1485
- {
1486
- "kind": "js",
1487
- "name": "*",
1488
- "declaration": {
1489
- "name": "*",
1490
- "package": "./accordion.styles"
1491
- }
1492
- },
1493
- {
1494
- "kind": "js",
1495
- "name": "*",
1496
- "declaration": {
1497
- "name": "*",
1498
- "package": "./accordion"
1499
- }
1500
- }
1501
- ]
1502
- },
1503
1321
  {
1504
1322
  "kind": "javascript-module",
1505
1323
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -2994,6 +2812,188 @@
2994
2812
  }
2995
2813
  ]
2996
2814
  },
2815
+ {
2816
+ "kind": "javascript-module",
2817
+ "path": "src/accordion/accordion.styles.ts",
2818
+ "declarations": [
2819
+ {
2820
+ "kind": "function",
2821
+ "name": "foundationAccordionStyles",
2822
+ "return": {
2823
+ "type": {
2824
+ "text": "ElementStyles"
2825
+ }
2826
+ },
2827
+ "parameters": [
2828
+ {
2829
+ "name": "context",
2830
+ "type": {
2831
+ "text": "ElementDefinitionContext"
2832
+ }
2833
+ },
2834
+ {
2835
+ "name": "definition",
2836
+ "type": {
2837
+ "text": "FoundationElementDefinition"
2838
+ }
2839
+ }
2840
+ ]
2841
+ }
2842
+ ],
2843
+ "exports": [
2844
+ {
2845
+ "kind": "js",
2846
+ "name": "foundationAccordionStyles",
2847
+ "declaration": {
2848
+ "name": "foundationAccordionStyles",
2849
+ "module": "src/accordion/accordion.styles.ts"
2850
+ }
2851
+ }
2852
+ ]
2853
+ },
2854
+ {
2855
+ "kind": "javascript-module",
2856
+ "path": "src/accordion/accordion.template.ts",
2857
+ "declarations": [
2858
+ {
2859
+ "kind": "function",
2860
+ "name": "foundationAccordionTemplate",
2861
+ "return": {
2862
+ "type": {
2863
+ "text": "ViewTemplate<Accordion>"
2864
+ }
2865
+ },
2866
+ "parameters": [
2867
+ {
2868
+ "name": "context",
2869
+ "type": {
2870
+ "text": "ElementDefinitionContext"
2871
+ }
2872
+ },
2873
+ {
2874
+ "name": "definition",
2875
+ "type": {
2876
+ "text": "FoundationElementDefinition"
2877
+ }
2878
+ }
2879
+ ]
2880
+ }
2881
+ ],
2882
+ "exports": [
2883
+ {
2884
+ "kind": "js",
2885
+ "name": "foundationAccordionTemplate",
2886
+ "declaration": {
2887
+ "name": "foundationAccordionTemplate",
2888
+ "module": "src/accordion/accordion.template.ts"
2889
+ }
2890
+ }
2891
+ ]
2892
+ },
2893
+ {
2894
+ "kind": "javascript-module",
2895
+ "path": "src/accordion/accordion.ts",
2896
+ "declarations": [
2897
+ {
2898
+ "kind": "class",
2899
+ "description": "",
2900
+ "name": "Accordion",
2901
+ "superclass": {
2902
+ "name": "FASTAccordion",
2903
+ "package": "@microsoft/fast-foundation"
2904
+ },
2905
+ "tagName": "%%prefix%%-accordion",
2906
+ "customElement": true
2907
+ },
2908
+ {
2909
+ "kind": "variable",
2910
+ "name": "foundationAccordionShadowOptions",
2911
+ "type": {
2912
+ "text": "ShadowRootInit"
2913
+ },
2914
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2915
+ },
2916
+ {
2917
+ "kind": "variable",
2918
+ "name": "defaultAccordionConfig",
2919
+ "type": {
2920
+ "text": "object"
2921
+ },
2922
+ "default": "{}"
2923
+ },
2924
+ {
2925
+ "kind": "variable",
2926
+ "name": "foundationAccordion",
2927
+ "description": "The Foundation Accordion",
2928
+ "privacy": "public"
2929
+ }
2930
+ ],
2931
+ "exports": [
2932
+ {
2933
+ "kind": "js",
2934
+ "name": "Accordion",
2935
+ "declaration": {
2936
+ "name": "Accordion",
2937
+ "module": "src/accordion/accordion.ts"
2938
+ }
2939
+ },
2940
+ {
2941
+ "kind": "js",
2942
+ "name": "foundationAccordionShadowOptions",
2943
+ "declaration": {
2944
+ "name": "foundationAccordionShadowOptions",
2945
+ "module": "src/accordion/accordion.ts"
2946
+ }
2947
+ },
2948
+ {
2949
+ "kind": "js",
2950
+ "name": "defaultAccordionConfig",
2951
+ "declaration": {
2952
+ "name": "defaultAccordionConfig",
2953
+ "module": "src/accordion/accordion.ts"
2954
+ }
2955
+ },
2956
+ {
2957
+ "kind": "js",
2958
+ "name": "foundationAccordion",
2959
+ "declaration": {
2960
+ "name": "foundationAccordion",
2961
+ "module": "src/accordion/accordion.ts"
2962
+ }
2963
+ }
2964
+ ]
2965
+ },
2966
+ {
2967
+ "kind": "javascript-module",
2968
+ "path": "src/accordion/index.ts",
2969
+ "declarations": [],
2970
+ "exports": [
2971
+ {
2972
+ "kind": "js",
2973
+ "name": "*",
2974
+ "declaration": {
2975
+ "name": "*",
2976
+ "package": "./accordion.template"
2977
+ }
2978
+ },
2979
+ {
2980
+ "kind": "js",
2981
+ "name": "*",
2982
+ "declaration": {
2983
+ "name": "*",
2984
+ "package": "./accordion.styles"
2985
+ }
2986
+ },
2987
+ {
2988
+ "kind": "js",
2989
+ "name": "*",
2990
+ "declaration": {
2991
+ "name": "*",
2992
+ "package": "./accordion"
2993
+ }
2994
+ }
2995
+ ]
2996
+ },
2997
2997
  {
2998
2998
  "kind": "javascript-module",
2999
2999
  "path": "src/ai-indicator/ai-indicator.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.409.0-FUI-2495.10",
4
+ "version": "14.409.0-FUI-2495.12",
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.409.0-FUI-2495.10",
89
- "@genesislcap/genx": "14.409.0-FUI-2495.10",
90
- "@genesislcap/rollup-builder": "14.409.0-FUI-2495.10",
91
- "@genesislcap/ts-builder": "14.409.0-FUI-2495.10",
92
- "@genesislcap/uvu-playwright-builder": "14.409.0-FUI-2495.10",
93
- "@genesislcap/vite-builder": "14.409.0-FUI-2495.10",
94
- "@genesislcap/webpack-builder": "14.409.0-FUI-2495.10",
88
+ "@genesislcap/foundation-testing": "14.409.0-FUI-2495.12",
89
+ "@genesislcap/genx": "14.409.0-FUI-2495.12",
90
+ "@genesislcap/rollup-builder": "14.409.0-FUI-2495.12",
91
+ "@genesislcap/ts-builder": "14.409.0-FUI-2495.12",
92
+ "@genesislcap/uvu-playwright-builder": "14.409.0-FUI-2495.12",
93
+ "@genesislcap/vite-builder": "14.409.0-FUI-2495.12",
94
+ "@genesislcap/webpack-builder": "14.409.0-FUI-2495.12",
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.409.0-FUI-2495.10",
104
- "@genesislcap/foundation-ai": "14.409.0-FUI-2495.10",
105
- "@genesislcap/foundation-comms": "14.409.0-FUI-2495.10",
106
- "@genesislcap/foundation-criteria": "14.409.0-FUI-2495.10",
107
- "@genesislcap/foundation-errors": "14.409.0-FUI-2495.10",
108
- "@genesislcap/foundation-events": "14.409.0-FUI-2495.10",
109
- "@genesislcap/foundation-logger": "14.409.0-FUI-2495.10",
110
- "@genesislcap/foundation-notifications": "14.409.0-FUI-2495.10",
111
- "@genesislcap/foundation-user": "14.409.0-FUI-2495.10",
112
- "@genesislcap/foundation-utils": "14.409.0-FUI-2495.10",
103
+ "@genesislcap/expression-builder": "14.409.0-FUI-2495.12",
104
+ "@genesislcap/foundation-ai": "14.409.0-FUI-2495.12",
105
+ "@genesislcap/foundation-comms": "14.409.0-FUI-2495.12",
106
+ "@genesislcap/foundation-criteria": "14.409.0-FUI-2495.12",
107
+ "@genesislcap/foundation-errors": "14.409.0-FUI-2495.12",
108
+ "@genesislcap/foundation-events": "14.409.0-FUI-2495.12",
109
+ "@genesislcap/foundation-logger": "14.409.0-FUI-2495.12",
110
+ "@genesislcap/foundation-notifications": "14.409.0-FUI-2495.12",
111
+ "@genesislcap/foundation-user": "14.409.0-FUI-2495.12",
112
+ "@genesislcap/foundation-utils": "14.409.0-FUI-2495.12",
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": "039676fd99a30533b83b083203961daa05baeb97"
134
+ "gitHead": "3980c19aa52edce4eea17ed78eaa35c0691d14bf"
135
135
  }