@genesislcap/foundation-ui 14.412.0 → 14.413.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 +213 -213
  2. package/package.json +19 -19
@@ -1287,6 +1287,37 @@
1287
1287
  }
1288
1288
  ]
1289
1289
  },
1290
+ {
1291
+ "kind": "javascript-module",
1292
+ "path": "src/_config/index.ts",
1293
+ "declarations": [],
1294
+ "exports": [
1295
+ {
1296
+ "kind": "js",
1297
+ "name": "*",
1298
+ "declaration": {
1299
+ "name": "*",
1300
+ "package": "./styles"
1301
+ }
1302
+ },
1303
+ {
1304
+ "kind": "js",
1305
+ "name": "*",
1306
+ "declaration": {
1307
+ "name": "*",
1308
+ "package": "./tokens"
1309
+ }
1310
+ },
1311
+ {
1312
+ "kind": "js",
1313
+ "name": "*",
1314
+ "declaration": {
1315
+ "name": "*",
1316
+ "package": "./values"
1317
+ }
1318
+ }
1319
+ ]
1320
+ },
1290
1321
  {
1291
1322
  "kind": "javascript-module",
1292
1323
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1681,37 +1712,6 @@
1681
1712
  }
1682
1713
  ]
1683
1714
  },
1684
- {
1685
- "kind": "javascript-module",
1686
- "path": "src/_config/index.ts",
1687
- "declarations": [],
1688
- "exports": [
1689
- {
1690
- "kind": "js",
1691
- "name": "*",
1692
- "declaration": {
1693
- "name": "*",
1694
- "package": "./styles"
1695
- }
1696
- },
1697
- {
1698
- "kind": "js",
1699
- "name": "*",
1700
- "declaration": {
1701
- "name": "*",
1702
- "package": "./tokens"
1703
- }
1704
- },
1705
- {
1706
- "kind": "js",
1707
- "name": "*",
1708
- "declaration": {
1709
- "name": "*",
1710
- "package": "./values"
1711
- }
1712
- }
1713
- ]
1714
- },
1715
1715
  {
1716
1716
  "kind": "javascript-module",
1717
1717
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -2271,188 +2271,6 @@
2271
2271
  }
2272
2272
  ]
2273
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
2274
  {
2457
2275
  "kind": "javascript-module",
2458
2276
  "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
@@ -3433,6 +3251,188 @@
3433
3251
  }
3434
3252
  ]
3435
3253
  },
3254
+ {
3255
+ "kind": "javascript-module",
3256
+ "path": "src/accordion/accordion.styles.ts",
3257
+ "declarations": [
3258
+ {
3259
+ "kind": "function",
3260
+ "name": "foundationAccordionStyles",
3261
+ "return": {
3262
+ "type": {
3263
+ "text": "ElementStyles"
3264
+ }
3265
+ },
3266
+ "parameters": [
3267
+ {
3268
+ "name": "context",
3269
+ "type": {
3270
+ "text": "ElementDefinitionContext"
3271
+ }
3272
+ },
3273
+ {
3274
+ "name": "definition",
3275
+ "type": {
3276
+ "text": "FoundationElementDefinition"
3277
+ }
3278
+ }
3279
+ ]
3280
+ }
3281
+ ],
3282
+ "exports": [
3283
+ {
3284
+ "kind": "js",
3285
+ "name": "foundationAccordionStyles",
3286
+ "declaration": {
3287
+ "name": "foundationAccordionStyles",
3288
+ "module": "src/accordion/accordion.styles.ts"
3289
+ }
3290
+ }
3291
+ ]
3292
+ },
3293
+ {
3294
+ "kind": "javascript-module",
3295
+ "path": "src/accordion/accordion.template.ts",
3296
+ "declarations": [
3297
+ {
3298
+ "kind": "function",
3299
+ "name": "foundationAccordionTemplate",
3300
+ "return": {
3301
+ "type": {
3302
+ "text": "ViewTemplate<Accordion>"
3303
+ }
3304
+ },
3305
+ "parameters": [
3306
+ {
3307
+ "name": "context",
3308
+ "type": {
3309
+ "text": "ElementDefinitionContext"
3310
+ }
3311
+ },
3312
+ {
3313
+ "name": "definition",
3314
+ "type": {
3315
+ "text": "FoundationElementDefinition"
3316
+ }
3317
+ }
3318
+ ]
3319
+ }
3320
+ ],
3321
+ "exports": [
3322
+ {
3323
+ "kind": "js",
3324
+ "name": "foundationAccordionTemplate",
3325
+ "declaration": {
3326
+ "name": "foundationAccordionTemplate",
3327
+ "module": "src/accordion/accordion.template.ts"
3328
+ }
3329
+ }
3330
+ ]
3331
+ },
3332
+ {
3333
+ "kind": "javascript-module",
3334
+ "path": "src/accordion/accordion.ts",
3335
+ "declarations": [
3336
+ {
3337
+ "kind": "class",
3338
+ "description": "",
3339
+ "name": "Accordion",
3340
+ "superclass": {
3341
+ "name": "FASTAccordion",
3342
+ "package": "@microsoft/fast-foundation"
3343
+ },
3344
+ "tagName": "%%prefix%%-accordion",
3345
+ "customElement": true
3346
+ },
3347
+ {
3348
+ "kind": "variable",
3349
+ "name": "foundationAccordionShadowOptions",
3350
+ "type": {
3351
+ "text": "ShadowRootInit"
3352
+ },
3353
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3354
+ },
3355
+ {
3356
+ "kind": "variable",
3357
+ "name": "defaultAccordionConfig",
3358
+ "type": {
3359
+ "text": "object"
3360
+ },
3361
+ "default": "{}"
3362
+ },
3363
+ {
3364
+ "kind": "variable",
3365
+ "name": "foundationAccordion",
3366
+ "description": "The Foundation Accordion",
3367
+ "privacy": "public"
3368
+ }
3369
+ ],
3370
+ "exports": [
3371
+ {
3372
+ "kind": "js",
3373
+ "name": "Accordion",
3374
+ "declaration": {
3375
+ "name": "Accordion",
3376
+ "module": "src/accordion/accordion.ts"
3377
+ }
3378
+ },
3379
+ {
3380
+ "kind": "js",
3381
+ "name": "foundationAccordionShadowOptions",
3382
+ "declaration": {
3383
+ "name": "foundationAccordionShadowOptions",
3384
+ "module": "src/accordion/accordion.ts"
3385
+ }
3386
+ },
3387
+ {
3388
+ "kind": "js",
3389
+ "name": "defaultAccordionConfig",
3390
+ "declaration": {
3391
+ "name": "defaultAccordionConfig",
3392
+ "module": "src/accordion/accordion.ts"
3393
+ }
3394
+ },
3395
+ {
3396
+ "kind": "js",
3397
+ "name": "foundationAccordion",
3398
+ "declaration": {
3399
+ "name": "foundationAccordion",
3400
+ "module": "src/accordion/accordion.ts"
3401
+ }
3402
+ }
3403
+ ]
3404
+ },
3405
+ {
3406
+ "kind": "javascript-module",
3407
+ "path": "src/accordion/index.ts",
3408
+ "declarations": [],
3409
+ "exports": [
3410
+ {
3411
+ "kind": "js",
3412
+ "name": "*",
3413
+ "declaration": {
3414
+ "name": "*",
3415
+ "package": "./accordion.template"
3416
+ }
3417
+ },
3418
+ {
3419
+ "kind": "js",
3420
+ "name": "*",
3421
+ "declaration": {
3422
+ "name": "*",
3423
+ "package": "./accordion.styles"
3424
+ }
3425
+ },
3426
+ {
3427
+ "kind": "js",
3428
+ "name": "*",
3429
+ "declaration": {
3430
+ "name": "*",
3431
+ "package": "./accordion"
3432
+ }
3433
+ }
3434
+ ]
3435
+ },
3436
3436
  {
3437
3437
  "kind": "javascript-module",
3438
3438
  "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.412.0",
4
+ "version": "14.413.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.412.0",
89
- "@genesislcap/genx": "14.412.0",
90
- "@genesislcap/rollup-builder": "14.412.0",
91
- "@genesislcap/ts-builder": "14.412.0",
92
- "@genesislcap/uvu-playwright-builder": "14.412.0",
93
- "@genesislcap/vite-builder": "14.412.0",
94
- "@genesislcap/webpack-builder": "14.412.0",
88
+ "@genesislcap/foundation-testing": "14.413.0",
89
+ "@genesislcap/genx": "14.413.0",
90
+ "@genesislcap/rollup-builder": "14.413.0",
91
+ "@genesislcap/ts-builder": "14.413.0",
92
+ "@genesislcap/uvu-playwright-builder": "14.413.0",
93
+ "@genesislcap/vite-builder": "14.413.0",
94
+ "@genesislcap/webpack-builder": "14.413.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.412.0",
104
- "@genesislcap/foundation-ai": "14.412.0",
105
- "@genesislcap/foundation-comms": "14.412.0",
106
- "@genesislcap/foundation-criteria": "14.412.0",
107
- "@genesislcap/foundation-errors": "14.412.0",
108
- "@genesislcap/foundation-events": "14.412.0",
109
- "@genesislcap/foundation-logger": "14.412.0",
110
- "@genesislcap/foundation-notifications": "14.412.0",
111
- "@genesislcap/foundation-user": "14.412.0",
112
- "@genesislcap/foundation-utils": "14.412.0",
103
+ "@genesislcap/expression-builder": "14.413.0",
104
+ "@genesislcap/foundation-ai": "14.413.0",
105
+ "@genesislcap/foundation-comms": "14.413.0",
106
+ "@genesislcap/foundation-criteria": "14.413.0",
107
+ "@genesislcap/foundation-errors": "14.413.0",
108
+ "@genesislcap/foundation-events": "14.413.0",
109
+ "@genesislcap/foundation-logger": "14.413.0",
110
+ "@genesislcap/foundation-notifications": "14.413.0",
111
+ "@genesislcap/foundation-user": "14.413.0",
112
+ "@genesislcap/foundation-utils": "14.413.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": "b759370097c295bea2a87d6f3a132ec6dba807ca"
134
+ "gitHead": "63a1d5ed29bdffacfde372a0f5a1fca715bfbb51"
135
135
  }