@genesislcap/foundation-ui 14.285.0 → 14.285.1

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
@@ -1247,6 +1247,219 @@
1247
1247
  }
1248
1248
  ]
1249
1249
  },
1250
+ {
1251
+ "kind": "javascript-module",
1252
+ "path": "src/accordion/accordion.styles.ts",
1253
+ "declarations": [
1254
+ {
1255
+ "kind": "function",
1256
+ "name": "foundationAccordionStyles",
1257
+ "return": {
1258
+ "type": {
1259
+ "text": "ElementStyles"
1260
+ }
1261
+ },
1262
+ "parameters": [
1263
+ {
1264
+ "name": "context",
1265
+ "type": {
1266
+ "text": "ElementDefinitionContext"
1267
+ }
1268
+ },
1269
+ {
1270
+ "name": "definition",
1271
+ "type": {
1272
+ "text": "FoundationElementDefinition"
1273
+ }
1274
+ }
1275
+ ]
1276
+ }
1277
+ ],
1278
+ "exports": [
1279
+ {
1280
+ "kind": "js",
1281
+ "name": "foundationAccordionStyles",
1282
+ "declaration": {
1283
+ "name": "foundationAccordionStyles",
1284
+ "module": "src/accordion/accordion.styles.ts"
1285
+ }
1286
+ }
1287
+ ]
1288
+ },
1289
+ {
1290
+ "kind": "javascript-module",
1291
+ "path": "src/accordion/accordion.template.ts",
1292
+ "declarations": [
1293
+ {
1294
+ "kind": "function",
1295
+ "name": "foundationAccordionTemplate",
1296
+ "return": {
1297
+ "type": {
1298
+ "text": "ViewTemplate<Accordion>"
1299
+ }
1300
+ },
1301
+ "parameters": [
1302
+ {
1303
+ "name": "context",
1304
+ "type": {
1305
+ "text": "ElementDefinitionContext"
1306
+ }
1307
+ },
1308
+ {
1309
+ "name": "definition",
1310
+ "type": {
1311
+ "text": "FoundationElementDefinition"
1312
+ }
1313
+ }
1314
+ ]
1315
+ }
1316
+ ],
1317
+ "exports": [
1318
+ {
1319
+ "kind": "js",
1320
+ "name": "foundationAccordionTemplate",
1321
+ "declaration": {
1322
+ "name": "foundationAccordionTemplate",
1323
+ "module": "src/accordion/accordion.template.ts"
1324
+ }
1325
+ }
1326
+ ]
1327
+ },
1328
+ {
1329
+ "kind": "javascript-module",
1330
+ "path": "src/accordion/accordion.ts",
1331
+ "declarations": [
1332
+ {
1333
+ "kind": "class",
1334
+ "description": "",
1335
+ "name": "Accordion",
1336
+ "superclass": {
1337
+ "name": "FASTAccordion",
1338
+ "package": "@microsoft/fast-foundation"
1339
+ },
1340
+ "tagName": "%%prefix%%-accordion",
1341
+ "customElement": true
1342
+ },
1343
+ {
1344
+ "kind": "variable",
1345
+ "name": "foundationAccordionShadowOptions",
1346
+ "type": {
1347
+ "text": "ShadowRootInit"
1348
+ },
1349
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1350
+ },
1351
+ {
1352
+ "kind": "variable",
1353
+ "name": "defaultAccordionConfig",
1354
+ "type": {
1355
+ "text": "object"
1356
+ },
1357
+ "default": "{}"
1358
+ },
1359
+ {
1360
+ "kind": "variable",
1361
+ "name": "foundationAccordion",
1362
+ "description": "The Foundation Accordion",
1363
+ "privacy": "public"
1364
+ }
1365
+ ],
1366
+ "exports": [
1367
+ {
1368
+ "kind": "js",
1369
+ "name": "Accordion",
1370
+ "declaration": {
1371
+ "name": "Accordion",
1372
+ "module": "src/accordion/accordion.ts"
1373
+ }
1374
+ },
1375
+ {
1376
+ "kind": "js",
1377
+ "name": "foundationAccordionShadowOptions",
1378
+ "declaration": {
1379
+ "name": "foundationAccordionShadowOptions",
1380
+ "module": "src/accordion/accordion.ts"
1381
+ }
1382
+ },
1383
+ {
1384
+ "kind": "js",
1385
+ "name": "defaultAccordionConfig",
1386
+ "declaration": {
1387
+ "name": "defaultAccordionConfig",
1388
+ "module": "src/accordion/accordion.ts"
1389
+ }
1390
+ },
1391
+ {
1392
+ "kind": "js",
1393
+ "name": "foundationAccordion",
1394
+ "declaration": {
1395
+ "name": "foundationAccordion",
1396
+ "module": "src/accordion/accordion.ts"
1397
+ }
1398
+ }
1399
+ ]
1400
+ },
1401
+ {
1402
+ "kind": "javascript-module",
1403
+ "path": "src/accordion/index.ts",
1404
+ "declarations": [],
1405
+ "exports": [
1406
+ {
1407
+ "kind": "js",
1408
+ "name": "*",
1409
+ "declaration": {
1410
+ "name": "*",
1411
+ "package": "./accordion.template"
1412
+ }
1413
+ },
1414
+ {
1415
+ "kind": "js",
1416
+ "name": "*",
1417
+ "declaration": {
1418
+ "name": "*",
1419
+ "package": "./accordion.styles"
1420
+ }
1421
+ },
1422
+ {
1423
+ "kind": "js",
1424
+ "name": "*",
1425
+ "declaration": {
1426
+ "name": "*",
1427
+ "package": "./accordion"
1428
+ }
1429
+ }
1430
+ ]
1431
+ },
1432
+ {
1433
+ "kind": "javascript-module",
1434
+ "path": "src/_config/index.ts",
1435
+ "declarations": [],
1436
+ "exports": [
1437
+ {
1438
+ "kind": "js",
1439
+ "name": "*",
1440
+ "declaration": {
1441
+ "name": "*",
1442
+ "package": "./styles"
1443
+ }
1444
+ },
1445
+ {
1446
+ "kind": "js",
1447
+ "name": "*",
1448
+ "declaration": {
1449
+ "name": "*",
1450
+ "package": "./tokens"
1451
+ }
1452
+ },
1453
+ {
1454
+ "kind": "js",
1455
+ "name": "*",
1456
+ "declaration": {
1457
+ "name": "*",
1458
+ "package": "./values"
1459
+ }
1460
+ }
1461
+ ]
1462
+ },
1250
1463
  {
1251
1464
  "kind": "javascript-module",
1252
1465
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -2200,219 +2413,6 @@
2200
2413
  }
2201
2414
  ]
2202
2415
  },
2203
- {
2204
- "kind": "javascript-module",
2205
- "path": "src/_config/index.ts",
2206
- "declarations": [],
2207
- "exports": [
2208
- {
2209
- "kind": "js",
2210
- "name": "*",
2211
- "declaration": {
2212
- "name": "*",
2213
- "package": "./styles"
2214
- }
2215
- },
2216
- {
2217
- "kind": "js",
2218
- "name": "*",
2219
- "declaration": {
2220
- "name": "*",
2221
- "package": "./tokens"
2222
- }
2223
- },
2224
- {
2225
- "kind": "js",
2226
- "name": "*",
2227
- "declaration": {
2228
- "name": "*",
2229
- "package": "./values"
2230
- }
2231
- }
2232
- ]
2233
- },
2234
- {
2235
- "kind": "javascript-module",
2236
- "path": "src/accordion/accordion.styles.ts",
2237
- "declarations": [
2238
- {
2239
- "kind": "function",
2240
- "name": "foundationAccordionStyles",
2241
- "return": {
2242
- "type": {
2243
- "text": "ElementStyles"
2244
- }
2245
- },
2246
- "parameters": [
2247
- {
2248
- "name": "context",
2249
- "type": {
2250
- "text": "ElementDefinitionContext"
2251
- }
2252
- },
2253
- {
2254
- "name": "definition",
2255
- "type": {
2256
- "text": "FoundationElementDefinition"
2257
- }
2258
- }
2259
- ]
2260
- }
2261
- ],
2262
- "exports": [
2263
- {
2264
- "kind": "js",
2265
- "name": "foundationAccordionStyles",
2266
- "declaration": {
2267
- "name": "foundationAccordionStyles",
2268
- "module": "src/accordion/accordion.styles.ts"
2269
- }
2270
- }
2271
- ]
2272
- },
2273
- {
2274
- "kind": "javascript-module",
2275
- "path": "src/accordion/accordion.template.ts",
2276
- "declarations": [
2277
- {
2278
- "kind": "function",
2279
- "name": "foundationAccordionTemplate",
2280
- "return": {
2281
- "type": {
2282
- "text": "ViewTemplate<Accordion>"
2283
- }
2284
- },
2285
- "parameters": [
2286
- {
2287
- "name": "context",
2288
- "type": {
2289
- "text": "ElementDefinitionContext"
2290
- }
2291
- },
2292
- {
2293
- "name": "definition",
2294
- "type": {
2295
- "text": "FoundationElementDefinition"
2296
- }
2297
- }
2298
- ]
2299
- }
2300
- ],
2301
- "exports": [
2302
- {
2303
- "kind": "js",
2304
- "name": "foundationAccordionTemplate",
2305
- "declaration": {
2306
- "name": "foundationAccordionTemplate",
2307
- "module": "src/accordion/accordion.template.ts"
2308
- }
2309
- }
2310
- ]
2311
- },
2312
- {
2313
- "kind": "javascript-module",
2314
- "path": "src/accordion/accordion.ts",
2315
- "declarations": [
2316
- {
2317
- "kind": "class",
2318
- "description": "",
2319
- "name": "Accordion",
2320
- "superclass": {
2321
- "name": "FASTAccordion",
2322
- "package": "@microsoft/fast-foundation"
2323
- },
2324
- "tagName": "%%prefix%%-accordion",
2325
- "customElement": true
2326
- },
2327
- {
2328
- "kind": "variable",
2329
- "name": "foundationAccordionShadowOptions",
2330
- "type": {
2331
- "text": "ShadowRootInit"
2332
- },
2333
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2334
- },
2335
- {
2336
- "kind": "variable",
2337
- "name": "defaultAccordionConfig",
2338
- "type": {
2339
- "text": "object"
2340
- },
2341
- "default": "{}"
2342
- },
2343
- {
2344
- "kind": "variable",
2345
- "name": "foundationAccordion",
2346
- "description": "The Foundation Accordion",
2347
- "privacy": "public"
2348
- }
2349
- ],
2350
- "exports": [
2351
- {
2352
- "kind": "js",
2353
- "name": "Accordion",
2354
- "declaration": {
2355
- "name": "Accordion",
2356
- "module": "src/accordion/accordion.ts"
2357
- }
2358
- },
2359
- {
2360
- "kind": "js",
2361
- "name": "foundationAccordionShadowOptions",
2362
- "declaration": {
2363
- "name": "foundationAccordionShadowOptions",
2364
- "module": "src/accordion/accordion.ts"
2365
- }
2366
- },
2367
- {
2368
- "kind": "js",
2369
- "name": "defaultAccordionConfig",
2370
- "declaration": {
2371
- "name": "defaultAccordionConfig",
2372
- "module": "src/accordion/accordion.ts"
2373
- }
2374
- },
2375
- {
2376
- "kind": "js",
2377
- "name": "foundationAccordion",
2378
- "declaration": {
2379
- "name": "foundationAccordion",
2380
- "module": "src/accordion/accordion.ts"
2381
- }
2382
- }
2383
- ]
2384
- },
2385
- {
2386
- "kind": "javascript-module",
2387
- "path": "src/accordion/index.ts",
2388
- "declarations": [],
2389
- "exports": [
2390
- {
2391
- "kind": "js",
2392
- "name": "*",
2393
- "declaration": {
2394
- "name": "*",
2395
- "package": "./accordion.template"
2396
- }
2397
- },
2398
- {
2399
- "kind": "js",
2400
- "name": "*",
2401
- "declaration": {
2402
- "name": "*",
2403
- "package": "./accordion.styles"
2404
- }
2405
- },
2406
- {
2407
- "kind": "js",
2408
- "name": "*",
2409
- "declaration": {
2410
- "name": "*",
2411
- "package": "./accordion"
2412
- }
2413
- }
2414
- ]
2415
- },
2416
2416
  {
2417
2417
  "kind": "javascript-module",
2418
2418
  "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.285.0",
4
+ "version": "14.285.1",
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.285.0",
87
- "@genesislcap/genx": "14.285.0",
88
- "@genesislcap/rollup-builder": "14.285.0",
89
- "@genesislcap/ts-builder": "14.285.0",
90
- "@genesislcap/uvu-playwright-builder": "14.285.0",
91
- "@genesislcap/vite-builder": "14.285.0",
92
- "@genesislcap/webpack-builder": "14.285.0",
86
+ "@genesislcap/foundation-testing": "14.285.1",
87
+ "@genesislcap/genx": "14.285.1",
88
+ "@genesislcap/rollup-builder": "14.285.1",
89
+ "@genesislcap/ts-builder": "14.285.1",
90
+ "@genesislcap/uvu-playwright-builder": "14.285.1",
91
+ "@genesislcap/vite-builder": "14.285.1",
92
+ "@genesislcap/webpack-builder": "14.285.1",
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.285.0",
104
- "@genesislcap/foundation-comms": "14.285.0",
105
- "@genesislcap/foundation-criteria": "14.285.0",
106
- "@genesislcap/foundation-errors": "14.285.0",
107
- "@genesislcap/foundation-events": "14.285.0",
108
- "@genesislcap/foundation-logger": "14.285.0",
109
- "@genesislcap/foundation-notifications": "14.285.0",
110
- "@genesislcap/foundation-user": "14.285.0",
111
- "@genesislcap/foundation-utils": "14.285.0",
103
+ "@genesislcap/expression-builder": "14.285.1",
104
+ "@genesislcap/foundation-comms": "14.285.1",
105
+ "@genesislcap/foundation-criteria": "14.285.1",
106
+ "@genesislcap/foundation-errors": "14.285.1",
107
+ "@genesislcap/foundation-events": "14.285.1",
108
+ "@genesislcap/foundation-logger": "14.285.1",
109
+ "@genesislcap/foundation-notifications": "14.285.1",
110
+ "@genesislcap/foundation-user": "14.285.1",
111
+ "@genesislcap/foundation-utils": "14.285.1",
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": "45006991dfd619837fe3093077405efeb710c5cd"
133
+ "gitHead": "6d060a7642ec87b7c2bb4c992cb3c98ef6bc52a1"
134
134
  }