@genesislcap/foundation-ui 14.258.1 → 14.258.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 +213 -213
  2. package/package.json +18 -18
@@ -880,6 +880,37 @@
880
880
  }
881
881
  ]
882
882
  },
883
+ {
884
+ "kind": "javascript-module",
885
+ "path": "src/_config/index.ts",
886
+ "declarations": [],
887
+ "exports": [
888
+ {
889
+ "kind": "js",
890
+ "name": "*",
891
+ "declaration": {
892
+ "name": "*",
893
+ "package": "./styles"
894
+ }
895
+ },
896
+ {
897
+ "kind": "js",
898
+ "name": "*",
899
+ "declaration": {
900
+ "name": "*",
901
+ "package": "./tokens"
902
+ }
903
+ },
904
+ {
905
+ "kind": "js",
906
+ "name": "*",
907
+ "declaration": {
908
+ "name": "*",
909
+ "package": "./values"
910
+ }
911
+ }
912
+ ]
913
+ },
883
914
  {
884
915
  "kind": "javascript-module",
885
916
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1274,6 +1305,188 @@
1274
1305
  }
1275
1306
  ]
1276
1307
  },
1308
+ {
1309
+ "kind": "javascript-module",
1310
+ "path": "src/accordion/accordion.styles.ts",
1311
+ "declarations": [
1312
+ {
1313
+ "kind": "function",
1314
+ "name": "foundationAccordionStyles",
1315
+ "return": {
1316
+ "type": {
1317
+ "text": "ElementStyles"
1318
+ }
1319
+ },
1320
+ "parameters": [
1321
+ {
1322
+ "name": "context",
1323
+ "type": {
1324
+ "text": "ElementDefinitionContext"
1325
+ }
1326
+ },
1327
+ {
1328
+ "name": "definition",
1329
+ "type": {
1330
+ "text": "FoundationElementDefinition"
1331
+ }
1332
+ }
1333
+ ]
1334
+ }
1335
+ ],
1336
+ "exports": [
1337
+ {
1338
+ "kind": "js",
1339
+ "name": "foundationAccordionStyles",
1340
+ "declaration": {
1341
+ "name": "foundationAccordionStyles",
1342
+ "module": "src/accordion/accordion.styles.ts"
1343
+ }
1344
+ }
1345
+ ]
1346
+ },
1347
+ {
1348
+ "kind": "javascript-module",
1349
+ "path": "src/accordion/accordion.template.ts",
1350
+ "declarations": [
1351
+ {
1352
+ "kind": "function",
1353
+ "name": "foundationAccordionTemplate",
1354
+ "return": {
1355
+ "type": {
1356
+ "text": "ViewTemplate<Accordion>"
1357
+ }
1358
+ },
1359
+ "parameters": [
1360
+ {
1361
+ "name": "context",
1362
+ "type": {
1363
+ "text": "ElementDefinitionContext"
1364
+ }
1365
+ },
1366
+ {
1367
+ "name": "definition",
1368
+ "type": {
1369
+ "text": "FoundationElementDefinition"
1370
+ }
1371
+ }
1372
+ ]
1373
+ }
1374
+ ],
1375
+ "exports": [
1376
+ {
1377
+ "kind": "js",
1378
+ "name": "foundationAccordionTemplate",
1379
+ "declaration": {
1380
+ "name": "foundationAccordionTemplate",
1381
+ "module": "src/accordion/accordion.template.ts"
1382
+ }
1383
+ }
1384
+ ]
1385
+ },
1386
+ {
1387
+ "kind": "javascript-module",
1388
+ "path": "src/accordion/accordion.ts",
1389
+ "declarations": [
1390
+ {
1391
+ "kind": "class",
1392
+ "description": "",
1393
+ "name": "Accordion",
1394
+ "superclass": {
1395
+ "name": "FASTAccordion",
1396
+ "package": "@microsoft/fast-foundation"
1397
+ },
1398
+ "tagName": "%%prefix%%-accordion",
1399
+ "customElement": true
1400
+ },
1401
+ {
1402
+ "kind": "variable",
1403
+ "name": "foundationAccordionShadowOptions",
1404
+ "type": {
1405
+ "text": "ShadowRootInit"
1406
+ },
1407
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1408
+ },
1409
+ {
1410
+ "kind": "variable",
1411
+ "name": "defaultAccordionConfig",
1412
+ "type": {
1413
+ "text": "object"
1414
+ },
1415
+ "default": "{}"
1416
+ },
1417
+ {
1418
+ "kind": "variable",
1419
+ "name": "foundationAccordion",
1420
+ "description": "The Foundation Accordion",
1421
+ "privacy": "public"
1422
+ }
1423
+ ],
1424
+ "exports": [
1425
+ {
1426
+ "kind": "js",
1427
+ "name": "Accordion",
1428
+ "declaration": {
1429
+ "name": "Accordion",
1430
+ "module": "src/accordion/accordion.ts"
1431
+ }
1432
+ },
1433
+ {
1434
+ "kind": "js",
1435
+ "name": "foundationAccordionShadowOptions",
1436
+ "declaration": {
1437
+ "name": "foundationAccordionShadowOptions",
1438
+ "module": "src/accordion/accordion.ts"
1439
+ }
1440
+ },
1441
+ {
1442
+ "kind": "js",
1443
+ "name": "defaultAccordionConfig",
1444
+ "declaration": {
1445
+ "name": "defaultAccordionConfig",
1446
+ "module": "src/accordion/accordion.ts"
1447
+ }
1448
+ },
1449
+ {
1450
+ "kind": "js",
1451
+ "name": "foundationAccordion",
1452
+ "declaration": {
1453
+ "name": "foundationAccordion",
1454
+ "module": "src/accordion/accordion.ts"
1455
+ }
1456
+ }
1457
+ ]
1458
+ },
1459
+ {
1460
+ "kind": "javascript-module",
1461
+ "path": "src/accordion/index.ts",
1462
+ "declarations": [],
1463
+ "exports": [
1464
+ {
1465
+ "kind": "js",
1466
+ "name": "*",
1467
+ "declaration": {
1468
+ "name": "*",
1469
+ "package": "./accordion.template"
1470
+ }
1471
+ },
1472
+ {
1473
+ "kind": "js",
1474
+ "name": "*",
1475
+ "declaration": {
1476
+ "name": "*",
1477
+ "package": "./accordion.styles"
1478
+ }
1479
+ },
1480
+ {
1481
+ "kind": "js",
1482
+ "name": "*",
1483
+ "declaration": {
1484
+ "name": "*",
1485
+ "package": "./accordion"
1486
+ }
1487
+ }
1488
+ ]
1489
+ },
1277
1490
  {
1278
1491
  "kind": "javascript-module",
1279
1492
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -2353,37 +2566,6 @@
2353
2566
  }
2354
2567
  ]
2355
2568
  },
2356
- {
2357
- "kind": "javascript-module",
2358
- "path": "src/_config/index.ts",
2359
- "declarations": [],
2360
- "exports": [
2361
- {
2362
- "kind": "js",
2363
- "name": "*",
2364
- "declaration": {
2365
- "name": "*",
2366
- "package": "./styles"
2367
- }
2368
- },
2369
- {
2370
- "kind": "js",
2371
- "name": "*",
2372
- "declaration": {
2373
- "name": "*",
2374
- "package": "./tokens"
2375
- }
2376
- },
2377
- {
2378
- "kind": "js",
2379
- "name": "*",
2380
- "declaration": {
2381
- "name": "*",
2382
- "package": "./values"
2383
- }
2384
- }
2385
- ]
2386
- },
2387
2569
  {
2388
2570
  "kind": "javascript-module",
2389
2571
  "path": "src/anchored-region/anchor-region.template.ts",
@@ -3974,188 +4156,6 @@
3974
4156
  }
3975
4157
  ]
3976
4158
  },
3977
- {
3978
- "kind": "javascript-module",
3979
- "path": "src/accordion/accordion.styles.ts",
3980
- "declarations": [
3981
- {
3982
- "kind": "function",
3983
- "name": "foundationAccordionStyles",
3984
- "return": {
3985
- "type": {
3986
- "text": "ElementStyles"
3987
- }
3988
- },
3989
- "parameters": [
3990
- {
3991
- "name": "context",
3992
- "type": {
3993
- "text": "ElementDefinitionContext"
3994
- }
3995
- },
3996
- {
3997
- "name": "definition",
3998
- "type": {
3999
- "text": "FoundationElementDefinition"
4000
- }
4001
- }
4002
- ]
4003
- }
4004
- ],
4005
- "exports": [
4006
- {
4007
- "kind": "js",
4008
- "name": "foundationAccordionStyles",
4009
- "declaration": {
4010
- "name": "foundationAccordionStyles",
4011
- "module": "src/accordion/accordion.styles.ts"
4012
- }
4013
- }
4014
- ]
4015
- },
4016
- {
4017
- "kind": "javascript-module",
4018
- "path": "src/accordion/accordion.template.ts",
4019
- "declarations": [
4020
- {
4021
- "kind": "function",
4022
- "name": "foundationAccordionTemplate",
4023
- "return": {
4024
- "type": {
4025
- "text": "ViewTemplate<Accordion>"
4026
- }
4027
- },
4028
- "parameters": [
4029
- {
4030
- "name": "context",
4031
- "type": {
4032
- "text": "ElementDefinitionContext"
4033
- }
4034
- },
4035
- {
4036
- "name": "definition",
4037
- "type": {
4038
- "text": "FoundationElementDefinition"
4039
- }
4040
- }
4041
- ]
4042
- }
4043
- ],
4044
- "exports": [
4045
- {
4046
- "kind": "js",
4047
- "name": "foundationAccordionTemplate",
4048
- "declaration": {
4049
- "name": "foundationAccordionTemplate",
4050
- "module": "src/accordion/accordion.template.ts"
4051
- }
4052
- }
4053
- ]
4054
- },
4055
- {
4056
- "kind": "javascript-module",
4057
- "path": "src/accordion/accordion.ts",
4058
- "declarations": [
4059
- {
4060
- "kind": "class",
4061
- "description": "",
4062
- "name": "Accordion",
4063
- "superclass": {
4064
- "name": "FASTAccordion",
4065
- "package": "@microsoft/fast-foundation"
4066
- },
4067
- "tagName": "%%prefix%%-accordion",
4068
- "customElement": true
4069
- },
4070
- {
4071
- "kind": "variable",
4072
- "name": "foundationAccordionShadowOptions",
4073
- "type": {
4074
- "text": "ShadowRootInit"
4075
- },
4076
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4077
- },
4078
- {
4079
- "kind": "variable",
4080
- "name": "defaultAccordionConfig",
4081
- "type": {
4082
- "text": "object"
4083
- },
4084
- "default": "{}"
4085
- },
4086
- {
4087
- "kind": "variable",
4088
- "name": "foundationAccordion",
4089
- "description": "The Foundation Accordion",
4090
- "privacy": "public"
4091
- }
4092
- ],
4093
- "exports": [
4094
- {
4095
- "kind": "js",
4096
- "name": "Accordion",
4097
- "declaration": {
4098
- "name": "Accordion",
4099
- "module": "src/accordion/accordion.ts"
4100
- }
4101
- },
4102
- {
4103
- "kind": "js",
4104
- "name": "foundationAccordionShadowOptions",
4105
- "declaration": {
4106
- "name": "foundationAccordionShadowOptions",
4107
- "module": "src/accordion/accordion.ts"
4108
- }
4109
- },
4110
- {
4111
- "kind": "js",
4112
- "name": "defaultAccordionConfig",
4113
- "declaration": {
4114
- "name": "defaultAccordionConfig",
4115
- "module": "src/accordion/accordion.ts"
4116
- }
4117
- },
4118
- {
4119
- "kind": "js",
4120
- "name": "foundationAccordion",
4121
- "declaration": {
4122
- "name": "foundationAccordion",
4123
- "module": "src/accordion/accordion.ts"
4124
- }
4125
- }
4126
- ]
4127
- },
4128
- {
4129
- "kind": "javascript-module",
4130
- "path": "src/accordion/index.ts",
4131
- "declarations": [],
4132
- "exports": [
4133
- {
4134
- "kind": "js",
4135
- "name": "*",
4136
- "declaration": {
4137
- "name": "*",
4138
- "package": "./accordion.template"
4139
- }
4140
- },
4141
- {
4142
- "kind": "js",
4143
- "name": "*",
4144
- "declaration": {
4145
- "name": "*",
4146
- "package": "./accordion.styles"
4147
- }
4148
- },
4149
- {
4150
- "kind": "js",
4151
- "name": "*",
4152
- "declaration": {
4153
- "name": "*",
4154
- "package": "./accordion"
4155
- }
4156
- }
4157
- ]
4158
- },
4159
4159
  {
4160
4160
  "kind": "javascript-module",
4161
4161
  "path": "src/avatar/avatar.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.258.1",
4
+ "version": "14.258.2",
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.258.1",
87
- "@genesislcap/genx": "14.258.1",
88
- "@genesislcap/rollup-builder": "14.258.1",
89
- "@genesislcap/ts-builder": "14.258.1",
90
- "@genesislcap/uvu-playwright-builder": "14.258.1",
91
- "@genesislcap/vite-builder": "14.258.1",
92
- "@genesislcap/webpack-builder": "14.258.1",
86
+ "@genesislcap/foundation-testing": "14.258.2",
87
+ "@genesislcap/genx": "14.258.2",
88
+ "@genesislcap/rollup-builder": "14.258.2",
89
+ "@genesislcap/ts-builder": "14.258.2",
90
+ "@genesislcap/uvu-playwright-builder": "14.258.2",
91
+ "@genesislcap/vite-builder": "14.258.2",
92
+ "@genesislcap/webpack-builder": "14.258.2",
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.258.1",
104
- "@genesislcap/foundation-comms": "14.258.1",
105
- "@genesislcap/foundation-criteria": "14.258.1",
106
- "@genesislcap/foundation-errors": "14.258.1",
107
- "@genesislcap/foundation-events": "14.258.1",
108
- "@genesislcap/foundation-logger": "14.258.1",
109
- "@genesislcap/foundation-notifications": "14.258.1",
110
- "@genesislcap/foundation-user": "14.258.1",
111
- "@genesislcap/foundation-utils": "14.258.1",
103
+ "@genesislcap/expression-builder": "14.258.2",
104
+ "@genesislcap/foundation-comms": "14.258.2",
105
+ "@genesislcap/foundation-criteria": "14.258.2",
106
+ "@genesislcap/foundation-errors": "14.258.2",
107
+ "@genesislcap/foundation-events": "14.258.2",
108
+ "@genesislcap/foundation-logger": "14.258.2",
109
+ "@genesislcap/foundation-notifications": "14.258.2",
110
+ "@genesislcap/foundation-user": "14.258.2",
111
+ "@genesislcap/foundation-utils": "14.258.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": "2221f0c21f02e203e2aa89f9a7fbc684de954a72"
133
+ "gitHead": "7ec8dc5d44f938e2f91fe7e7122602076c319b1d"
134
134
  }