@genesislcap/foundation-ui 14.276.0 → 14.276.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 +182 -182
  2. package/package.json +18 -18
@@ -1338,6 +1338,188 @@
1338
1338
  }
1339
1339
  ]
1340
1340
  },
1341
+ {
1342
+ "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",
1383
+ "declarations": [
1384
+ {
1385
+ "kind": "function",
1386
+ "name": "foundationAccordionTemplate",
1387
+ "return": {
1388
+ "type": {
1389
+ "text": "ViewTemplate<Accordion>"
1390
+ }
1391
+ },
1392
+ "parameters": [
1393
+ {
1394
+ "name": "context",
1395
+ "type": {
1396
+ "text": "ElementDefinitionContext"
1397
+ }
1398
+ },
1399
+ {
1400
+ "name": "definition",
1401
+ "type": {
1402
+ "text": "FoundationElementDefinition"
1403
+ }
1404
+ }
1405
+ ]
1406
+ }
1407
+ ],
1408
+ "exports": [
1409
+ {
1410
+ "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",
1485
+ "declaration": {
1486
+ "name": "foundationAccordion",
1487
+ "module": "src/accordion/accordion.ts"
1488
+ }
1489
+ }
1490
+ ]
1491
+ },
1492
+ {
1493
+ "kind": "javascript-module",
1494
+ "path": "src/accordion/index.ts",
1495
+ "declarations": [],
1496
+ "exports": [
1497
+ {
1498
+ "kind": "js",
1499
+ "name": "*",
1500
+ "declaration": {
1501
+ "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"
1519
+ }
1520
+ }
1521
+ ]
1522
+ },
1341
1523
  {
1342
1524
  "kind": "javascript-module",
1343
1525
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -4007,188 +4189,6 @@
4007
4189
  }
4008
4190
  ]
4009
4191
  },
4010
- {
4011
- "kind": "javascript-module",
4012
- "path": "src/accordion/accordion.styles.ts",
4013
- "declarations": [
4014
- {
4015
- "kind": "function",
4016
- "name": "foundationAccordionStyles",
4017
- "return": {
4018
- "type": {
4019
- "text": "ElementStyles"
4020
- }
4021
- },
4022
- "parameters": [
4023
- {
4024
- "name": "context",
4025
- "type": {
4026
- "text": "ElementDefinitionContext"
4027
- }
4028
- },
4029
- {
4030
- "name": "definition",
4031
- "type": {
4032
- "text": "FoundationElementDefinition"
4033
- }
4034
- }
4035
- ]
4036
- }
4037
- ],
4038
- "exports": [
4039
- {
4040
- "kind": "js",
4041
- "name": "foundationAccordionStyles",
4042
- "declaration": {
4043
- "name": "foundationAccordionStyles",
4044
- "module": "src/accordion/accordion.styles.ts"
4045
- }
4046
- }
4047
- ]
4048
- },
4049
- {
4050
- "kind": "javascript-module",
4051
- "path": "src/accordion/accordion.template.ts",
4052
- "declarations": [
4053
- {
4054
- "kind": "function",
4055
- "name": "foundationAccordionTemplate",
4056
- "return": {
4057
- "type": {
4058
- "text": "ViewTemplate<Accordion>"
4059
- }
4060
- },
4061
- "parameters": [
4062
- {
4063
- "name": "context",
4064
- "type": {
4065
- "text": "ElementDefinitionContext"
4066
- }
4067
- },
4068
- {
4069
- "name": "definition",
4070
- "type": {
4071
- "text": "FoundationElementDefinition"
4072
- }
4073
- }
4074
- ]
4075
- }
4076
- ],
4077
- "exports": [
4078
- {
4079
- "kind": "js",
4080
- "name": "foundationAccordionTemplate",
4081
- "declaration": {
4082
- "name": "foundationAccordionTemplate",
4083
- "module": "src/accordion/accordion.template.ts"
4084
- }
4085
- }
4086
- ]
4087
- },
4088
- {
4089
- "kind": "javascript-module",
4090
- "path": "src/accordion/accordion.ts",
4091
- "declarations": [
4092
- {
4093
- "kind": "class",
4094
- "description": "",
4095
- "name": "Accordion",
4096
- "superclass": {
4097
- "name": "FASTAccordion",
4098
- "package": "@microsoft/fast-foundation"
4099
- },
4100
- "tagName": "%%prefix%%-accordion",
4101
- "customElement": true
4102
- },
4103
- {
4104
- "kind": "variable",
4105
- "name": "foundationAccordionShadowOptions",
4106
- "type": {
4107
- "text": "ShadowRootInit"
4108
- },
4109
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4110
- },
4111
- {
4112
- "kind": "variable",
4113
- "name": "defaultAccordionConfig",
4114
- "type": {
4115
- "text": "object"
4116
- },
4117
- "default": "{}"
4118
- },
4119
- {
4120
- "kind": "variable",
4121
- "name": "foundationAccordion",
4122
- "description": "The Foundation Accordion",
4123
- "privacy": "public"
4124
- }
4125
- ],
4126
- "exports": [
4127
- {
4128
- "kind": "js",
4129
- "name": "Accordion",
4130
- "declaration": {
4131
- "name": "Accordion",
4132
- "module": "src/accordion/accordion.ts"
4133
- }
4134
- },
4135
- {
4136
- "kind": "js",
4137
- "name": "foundationAccordionShadowOptions",
4138
- "declaration": {
4139
- "name": "foundationAccordionShadowOptions",
4140
- "module": "src/accordion/accordion.ts"
4141
- }
4142
- },
4143
- {
4144
- "kind": "js",
4145
- "name": "defaultAccordionConfig",
4146
- "declaration": {
4147
- "name": "defaultAccordionConfig",
4148
- "module": "src/accordion/accordion.ts"
4149
- }
4150
- },
4151
- {
4152
- "kind": "js",
4153
- "name": "foundationAccordion",
4154
- "declaration": {
4155
- "name": "foundationAccordion",
4156
- "module": "src/accordion/accordion.ts"
4157
- }
4158
- }
4159
- ]
4160
- },
4161
- {
4162
- "kind": "javascript-module",
4163
- "path": "src/accordion/index.ts",
4164
- "declarations": [],
4165
- "exports": [
4166
- {
4167
- "kind": "js",
4168
- "name": "*",
4169
- "declaration": {
4170
- "name": "*",
4171
- "package": "./accordion.template"
4172
- }
4173
- },
4174
- {
4175
- "kind": "js",
4176
- "name": "*",
4177
- "declaration": {
4178
- "name": "*",
4179
- "package": "./accordion.styles"
4180
- }
4181
- },
4182
- {
4183
- "kind": "js",
4184
- "name": "*",
4185
- "declaration": {
4186
- "name": "*",
4187
- "package": "./accordion"
4188
- }
4189
- }
4190
- ]
4191
- },
4192
4192
  {
4193
4193
  "kind": "javascript-module",
4194
4194
  "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.276.0",
4
+ "version": "14.276.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.276.0",
87
- "@genesislcap/genx": "14.276.0",
88
- "@genesislcap/rollup-builder": "14.276.0",
89
- "@genesislcap/ts-builder": "14.276.0",
90
- "@genesislcap/uvu-playwright-builder": "14.276.0",
91
- "@genesislcap/vite-builder": "14.276.0",
92
- "@genesislcap/webpack-builder": "14.276.0",
86
+ "@genesislcap/foundation-testing": "14.276.1",
87
+ "@genesislcap/genx": "14.276.1",
88
+ "@genesislcap/rollup-builder": "14.276.1",
89
+ "@genesislcap/ts-builder": "14.276.1",
90
+ "@genesislcap/uvu-playwright-builder": "14.276.1",
91
+ "@genesislcap/vite-builder": "14.276.1",
92
+ "@genesislcap/webpack-builder": "14.276.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.276.0",
104
- "@genesislcap/foundation-comms": "14.276.0",
105
- "@genesislcap/foundation-criteria": "14.276.0",
106
- "@genesislcap/foundation-errors": "14.276.0",
107
- "@genesislcap/foundation-events": "14.276.0",
108
- "@genesislcap/foundation-logger": "14.276.0",
109
- "@genesislcap/foundation-notifications": "14.276.0",
110
- "@genesislcap/foundation-user": "14.276.0",
111
- "@genesislcap/foundation-utils": "14.276.0",
103
+ "@genesislcap/expression-builder": "14.276.1",
104
+ "@genesislcap/foundation-comms": "14.276.1",
105
+ "@genesislcap/foundation-criteria": "14.276.1",
106
+ "@genesislcap/foundation-errors": "14.276.1",
107
+ "@genesislcap/foundation-events": "14.276.1",
108
+ "@genesislcap/foundation-logger": "14.276.1",
109
+ "@genesislcap/foundation-notifications": "14.276.1",
110
+ "@genesislcap/foundation-user": "14.276.1",
111
+ "@genesislcap/foundation-utils": "14.276.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": "5ece673bf91cdbd37bff15d8125d57c027244c68"
133
+ "gitHead": "97462a73fe2d5c6f19127842a0ef883775f42247"
134
134
  }