@genesislcap/foundation-zero 14.82.0 → 14.83.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.
- package/dist/custom-elements.json +343 -343
- package/package.json +10 -7
|
@@ -784,37 +784,6 @@
|
|
|
784
784
|
}
|
|
785
785
|
]
|
|
786
786
|
},
|
|
787
|
-
{
|
|
788
|
-
"kind": "javascript-module",
|
|
789
|
-
"path": "src/_config/index.ts",
|
|
790
|
-
"declarations": [],
|
|
791
|
-
"exports": [
|
|
792
|
-
{
|
|
793
|
-
"kind": "js",
|
|
794
|
-
"name": "*",
|
|
795
|
-
"declaration": {
|
|
796
|
-
"name": "*",
|
|
797
|
-
"package": "./styles"
|
|
798
|
-
}
|
|
799
|
-
},
|
|
800
|
-
{
|
|
801
|
-
"kind": "js",
|
|
802
|
-
"name": "*",
|
|
803
|
-
"declaration": {
|
|
804
|
-
"name": "*",
|
|
805
|
-
"package": "./tokens"
|
|
806
|
-
}
|
|
807
|
-
},
|
|
808
|
-
{
|
|
809
|
-
"kind": "js",
|
|
810
|
-
"name": "*",
|
|
811
|
-
"declaration": {
|
|
812
|
-
"name": "*",
|
|
813
|
-
"package": "./values"
|
|
814
|
-
}
|
|
815
|
-
}
|
|
816
|
-
]
|
|
817
|
-
},
|
|
818
787
|
{
|
|
819
788
|
"kind": "javascript-module",
|
|
820
789
|
"path": "src/accordion/accordion.stories.ts",
|
|
@@ -1003,6 +972,37 @@
|
|
|
1003
972
|
}
|
|
1004
973
|
]
|
|
1005
974
|
},
|
|
975
|
+
{
|
|
976
|
+
"kind": "javascript-module",
|
|
977
|
+
"path": "src/_config/index.ts",
|
|
978
|
+
"declarations": [],
|
|
979
|
+
"exports": [
|
|
980
|
+
{
|
|
981
|
+
"kind": "js",
|
|
982
|
+
"name": "*",
|
|
983
|
+
"declaration": {
|
|
984
|
+
"name": "*",
|
|
985
|
+
"package": "./styles"
|
|
986
|
+
}
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"kind": "js",
|
|
990
|
+
"name": "*",
|
|
991
|
+
"declaration": {
|
|
992
|
+
"name": "*",
|
|
993
|
+
"package": "./tokens"
|
|
994
|
+
}
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"kind": "js",
|
|
998
|
+
"name": "*",
|
|
999
|
+
"declaration": {
|
|
1000
|
+
"name": "*",
|
|
1001
|
+
"package": "./values"
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
]
|
|
1005
|
+
},
|
|
1006
1006
|
{
|
|
1007
1007
|
"kind": "javascript-module",
|
|
1008
1008
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1151,6 +1151,194 @@
|
|
|
1151
1151
|
}
|
|
1152
1152
|
]
|
|
1153
1153
|
},
|
|
1154
|
+
{
|
|
1155
|
+
"kind": "javascript-module",
|
|
1156
|
+
"path": "src/anchor/anchor.stories.ts",
|
|
1157
|
+
"declarations": [
|
|
1158
|
+
{
|
|
1159
|
+
"kind": "variable",
|
|
1160
|
+
"name": "meta",
|
|
1161
|
+
"type": {
|
|
1162
|
+
"text": "Meta"
|
|
1163
|
+
},
|
|
1164
|
+
"default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"kind": "variable",
|
|
1168
|
+
"name": "All",
|
|
1169
|
+
"type": {
|
|
1170
|
+
"text": "StoryObj"
|
|
1171
|
+
},
|
|
1172
|
+
"default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
|
|
1173
|
+
}
|
|
1174
|
+
],
|
|
1175
|
+
"exports": [
|
|
1176
|
+
{
|
|
1177
|
+
"kind": "js",
|
|
1178
|
+
"name": "default",
|
|
1179
|
+
"declaration": {
|
|
1180
|
+
"name": "meta",
|
|
1181
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
1182
|
+
}
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"kind": "js",
|
|
1186
|
+
"name": "All",
|
|
1187
|
+
"declaration": {
|
|
1188
|
+
"name": "All",
|
|
1189
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
1190
|
+
}
|
|
1191
|
+
}
|
|
1192
|
+
]
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"kind": "javascript-module",
|
|
1196
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1197
|
+
"declarations": [
|
|
1198
|
+
{
|
|
1199
|
+
"kind": "function",
|
|
1200
|
+
"name": "zeroAnchorStyles",
|
|
1201
|
+
"return": {
|
|
1202
|
+
"type": {
|
|
1203
|
+
"text": "ElementStyles"
|
|
1204
|
+
}
|
|
1205
|
+
},
|
|
1206
|
+
"parameters": [
|
|
1207
|
+
{
|
|
1208
|
+
"name": "context",
|
|
1209
|
+
"type": {
|
|
1210
|
+
"text": "ElementDefinitionContext"
|
|
1211
|
+
}
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"name": "definition",
|
|
1215
|
+
"type": {
|
|
1216
|
+
"text": "FoundationElementDefinition"
|
|
1217
|
+
}
|
|
1218
|
+
}
|
|
1219
|
+
]
|
|
1220
|
+
}
|
|
1221
|
+
],
|
|
1222
|
+
"exports": [
|
|
1223
|
+
{
|
|
1224
|
+
"kind": "js",
|
|
1225
|
+
"name": "zeroAnchorStyles",
|
|
1226
|
+
"declaration": {
|
|
1227
|
+
"name": "zeroAnchorStyles",
|
|
1228
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1229
|
+
}
|
|
1230
|
+
}
|
|
1231
|
+
]
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
"kind": "javascript-module",
|
|
1235
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1236
|
+
"declarations": [
|
|
1237
|
+
{
|
|
1238
|
+
"kind": "function",
|
|
1239
|
+
"name": "zeroAnchorTemplate",
|
|
1240
|
+
"return": {
|
|
1241
|
+
"type": {
|
|
1242
|
+
"text": "ViewTemplate<Anchor>"
|
|
1243
|
+
}
|
|
1244
|
+
},
|
|
1245
|
+
"parameters": [
|
|
1246
|
+
{
|
|
1247
|
+
"name": "context",
|
|
1248
|
+
"type": {
|
|
1249
|
+
"text": "ElementDefinitionContext"
|
|
1250
|
+
}
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"name": "definition",
|
|
1254
|
+
"type": {
|
|
1255
|
+
"text": "FoundationElementDefinition"
|
|
1256
|
+
}
|
|
1257
|
+
}
|
|
1258
|
+
]
|
|
1259
|
+
}
|
|
1260
|
+
],
|
|
1261
|
+
"exports": [
|
|
1262
|
+
{
|
|
1263
|
+
"kind": "js",
|
|
1264
|
+
"name": "zeroAnchorTemplate",
|
|
1265
|
+
"declaration": {
|
|
1266
|
+
"name": "zeroAnchorTemplate",
|
|
1267
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1268
|
+
}
|
|
1269
|
+
}
|
|
1270
|
+
]
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"kind": "javascript-module",
|
|
1274
|
+
"path": "src/anchor/anchor.ts",
|
|
1275
|
+
"declarations": [
|
|
1276
|
+
{
|
|
1277
|
+
"kind": "class",
|
|
1278
|
+
"description": "",
|
|
1279
|
+
"name": "Anchor",
|
|
1280
|
+
"superclass": {
|
|
1281
|
+
"name": "FoundationAnchor",
|
|
1282
|
+
"package": "@genesislcap/foundation-ui"
|
|
1283
|
+
},
|
|
1284
|
+
"tagName": "%%prefix%%-anchor",
|
|
1285
|
+
"customElement": true
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
"kind": "variable",
|
|
1289
|
+
"name": "zeroAnchor"
|
|
1290
|
+
}
|
|
1291
|
+
],
|
|
1292
|
+
"exports": [
|
|
1293
|
+
{
|
|
1294
|
+
"kind": "js",
|
|
1295
|
+
"name": "Anchor",
|
|
1296
|
+
"declaration": {
|
|
1297
|
+
"name": "Anchor",
|
|
1298
|
+
"module": "src/anchor/anchor.ts"
|
|
1299
|
+
}
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"kind": "js",
|
|
1303
|
+
"name": "zeroAnchor",
|
|
1304
|
+
"declaration": {
|
|
1305
|
+
"name": "zeroAnchor",
|
|
1306
|
+
"module": "src/anchor/anchor.ts"
|
|
1307
|
+
}
|
|
1308
|
+
}
|
|
1309
|
+
]
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"kind": "javascript-module",
|
|
1313
|
+
"path": "src/anchor/index.ts",
|
|
1314
|
+
"declarations": [],
|
|
1315
|
+
"exports": [
|
|
1316
|
+
{
|
|
1317
|
+
"kind": "js",
|
|
1318
|
+
"name": "*",
|
|
1319
|
+
"declaration": {
|
|
1320
|
+
"name": "*",
|
|
1321
|
+
"package": "./anchor"
|
|
1322
|
+
}
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"kind": "js",
|
|
1326
|
+
"name": "*",
|
|
1327
|
+
"declaration": {
|
|
1328
|
+
"name": "*",
|
|
1329
|
+
"package": "./anchor.styles"
|
|
1330
|
+
}
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"kind": "js",
|
|
1334
|
+
"name": "*",
|
|
1335
|
+
"declaration": {
|
|
1336
|
+
"name": "*",
|
|
1337
|
+
"package": "./anchor.template"
|
|
1338
|
+
}
|
|
1339
|
+
}
|
|
1340
|
+
]
|
|
1341
|
+
},
|
|
1154
1342
|
{
|
|
1155
1343
|
"kind": "javascript-module",
|
|
1156
1344
|
"path": "src/actions-menu/actions-menu.stories.ts",
|
|
@@ -1392,197 +1580,17 @@
|
|
|
1392
1580
|
},
|
|
1393
1581
|
{
|
|
1394
1582
|
"kind": "js",
|
|
1395
|
-
"name": "zeroActionsMenu",
|
|
1396
|
-
"declaration": {
|
|
1397
|
-
"name": "zeroActionsMenu",
|
|
1398
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1399
|
-
}
|
|
1400
|
-
}
|
|
1401
|
-
]
|
|
1402
|
-
},
|
|
1403
|
-
{
|
|
1404
|
-
"kind": "javascript-module",
|
|
1405
|
-
"path": "src/actions-menu/index.ts",
|
|
1406
|
-
"declarations": [],
|
|
1407
|
-
"exports": [
|
|
1408
|
-
{
|
|
1409
|
-
"kind": "js",
|
|
1410
|
-
"name": "*",
|
|
1411
|
-
"declaration": {
|
|
1412
|
-
"name": "*",
|
|
1413
|
-
"package": "./actions-menu"
|
|
1414
|
-
}
|
|
1415
|
-
},
|
|
1416
|
-
{
|
|
1417
|
-
"kind": "js",
|
|
1418
|
-
"name": "*",
|
|
1419
|
-
"declaration": {
|
|
1420
|
-
"name": "*",
|
|
1421
|
-
"package": "./actions-menu.styles"
|
|
1422
|
-
}
|
|
1423
|
-
}
|
|
1424
|
-
]
|
|
1425
|
-
},
|
|
1426
|
-
{
|
|
1427
|
-
"kind": "javascript-module",
|
|
1428
|
-
"path": "src/anchor/anchor.stories.ts",
|
|
1429
|
-
"declarations": [
|
|
1430
|
-
{
|
|
1431
|
-
"kind": "variable",
|
|
1432
|
-
"name": "meta",
|
|
1433
|
-
"type": {
|
|
1434
|
-
"text": "Meta"
|
|
1435
|
-
},
|
|
1436
|
-
"default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
|
|
1437
|
-
},
|
|
1438
|
-
{
|
|
1439
|
-
"kind": "variable",
|
|
1440
|
-
"name": "All",
|
|
1441
|
-
"type": {
|
|
1442
|
-
"text": "StoryObj"
|
|
1443
|
-
},
|
|
1444
|
-
"default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
|
|
1445
|
-
}
|
|
1446
|
-
],
|
|
1447
|
-
"exports": [
|
|
1448
|
-
{
|
|
1449
|
-
"kind": "js",
|
|
1450
|
-
"name": "default",
|
|
1451
|
-
"declaration": {
|
|
1452
|
-
"name": "meta",
|
|
1453
|
-
"module": "src/anchor/anchor.stories.ts"
|
|
1454
|
-
}
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"kind": "js",
|
|
1458
|
-
"name": "All",
|
|
1459
|
-
"declaration": {
|
|
1460
|
-
"name": "All",
|
|
1461
|
-
"module": "src/anchor/anchor.stories.ts"
|
|
1462
|
-
}
|
|
1463
|
-
}
|
|
1464
|
-
]
|
|
1465
|
-
},
|
|
1466
|
-
{
|
|
1467
|
-
"kind": "javascript-module",
|
|
1468
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
1469
|
-
"declarations": [
|
|
1470
|
-
{
|
|
1471
|
-
"kind": "function",
|
|
1472
|
-
"name": "zeroAnchorStyles",
|
|
1473
|
-
"return": {
|
|
1474
|
-
"type": {
|
|
1475
|
-
"text": "ElementStyles"
|
|
1476
|
-
}
|
|
1477
|
-
},
|
|
1478
|
-
"parameters": [
|
|
1479
|
-
{
|
|
1480
|
-
"name": "context",
|
|
1481
|
-
"type": {
|
|
1482
|
-
"text": "ElementDefinitionContext"
|
|
1483
|
-
}
|
|
1484
|
-
},
|
|
1485
|
-
{
|
|
1486
|
-
"name": "definition",
|
|
1487
|
-
"type": {
|
|
1488
|
-
"text": "FoundationElementDefinition"
|
|
1489
|
-
}
|
|
1490
|
-
}
|
|
1491
|
-
]
|
|
1492
|
-
}
|
|
1493
|
-
],
|
|
1494
|
-
"exports": [
|
|
1495
|
-
{
|
|
1496
|
-
"kind": "js",
|
|
1497
|
-
"name": "zeroAnchorStyles",
|
|
1498
|
-
"declaration": {
|
|
1499
|
-
"name": "zeroAnchorStyles",
|
|
1500
|
-
"module": "src/anchor/anchor.styles.ts"
|
|
1501
|
-
}
|
|
1502
|
-
}
|
|
1503
|
-
]
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
"kind": "javascript-module",
|
|
1507
|
-
"path": "src/anchor/anchor.template.ts",
|
|
1508
|
-
"declarations": [
|
|
1509
|
-
{
|
|
1510
|
-
"kind": "function",
|
|
1511
|
-
"name": "zeroAnchorTemplate",
|
|
1512
|
-
"return": {
|
|
1513
|
-
"type": {
|
|
1514
|
-
"text": "ViewTemplate<Anchor>"
|
|
1515
|
-
}
|
|
1516
|
-
},
|
|
1517
|
-
"parameters": [
|
|
1518
|
-
{
|
|
1519
|
-
"name": "context",
|
|
1520
|
-
"type": {
|
|
1521
|
-
"text": "ElementDefinitionContext"
|
|
1522
|
-
}
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
"name": "definition",
|
|
1526
|
-
"type": {
|
|
1527
|
-
"text": "FoundationElementDefinition"
|
|
1528
|
-
}
|
|
1529
|
-
}
|
|
1530
|
-
]
|
|
1531
|
-
}
|
|
1532
|
-
],
|
|
1533
|
-
"exports": [
|
|
1534
|
-
{
|
|
1535
|
-
"kind": "js",
|
|
1536
|
-
"name": "zeroAnchorTemplate",
|
|
1537
|
-
"declaration": {
|
|
1538
|
-
"name": "zeroAnchorTemplate",
|
|
1539
|
-
"module": "src/anchor/anchor.template.ts"
|
|
1540
|
-
}
|
|
1541
|
-
}
|
|
1542
|
-
]
|
|
1543
|
-
},
|
|
1544
|
-
{
|
|
1545
|
-
"kind": "javascript-module",
|
|
1546
|
-
"path": "src/anchor/anchor.ts",
|
|
1547
|
-
"declarations": [
|
|
1548
|
-
{
|
|
1549
|
-
"kind": "class",
|
|
1550
|
-
"description": "",
|
|
1551
|
-
"name": "Anchor",
|
|
1552
|
-
"superclass": {
|
|
1553
|
-
"name": "FoundationAnchor",
|
|
1554
|
-
"package": "@genesislcap/foundation-ui"
|
|
1555
|
-
},
|
|
1556
|
-
"tagName": "%%prefix%%-anchor",
|
|
1557
|
-
"customElement": true
|
|
1558
|
-
},
|
|
1559
|
-
{
|
|
1560
|
-
"kind": "variable",
|
|
1561
|
-
"name": "zeroAnchor"
|
|
1562
|
-
}
|
|
1563
|
-
],
|
|
1564
|
-
"exports": [
|
|
1565
|
-
{
|
|
1566
|
-
"kind": "js",
|
|
1567
|
-
"name": "Anchor",
|
|
1568
|
-
"declaration": {
|
|
1569
|
-
"name": "Anchor",
|
|
1570
|
-
"module": "src/anchor/anchor.ts"
|
|
1571
|
-
}
|
|
1572
|
-
},
|
|
1573
|
-
{
|
|
1574
|
-
"kind": "js",
|
|
1575
|
-
"name": "zeroAnchor",
|
|
1583
|
+
"name": "zeroActionsMenu",
|
|
1576
1584
|
"declaration": {
|
|
1577
|
-
"name": "
|
|
1578
|
-
"module": "src/
|
|
1585
|
+
"name": "zeroActionsMenu",
|
|
1586
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1579
1587
|
}
|
|
1580
1588
|
}
|
|
1581
1589
|
]
|
|
1582
1590
|
},
|
|
1583
1591
|
{
|
|
1584
1592
|
"kind": "javascript-module",
|
|
1585
|
-
"path": "src/
|
|
1593
|
+
"path": "src/actions-menu/index.ts",
|
|
1586
1594
|
"declarations": [],
|
|
1587
1595
|
"exports": [
|
|
1588
1596
|
{
|
|
@@ -1590,15 +1598,7 @@
|
|
|
1590
1598
|
"name": "*",
|
|
1591
1599
|
"declaration": {
|
|
1592
1600
|
"name": "*",
|
|
1593
|
-
"package": "./
|
|
1594
|
-
}
|
|
1595
|
-
},
|
|
1596
|
-
{
|
|
1597
|
-
"kind": "js",
|
|
1598
|
-
"name": "*",
|
|
1599
|
-
"declaration": {
|
|
1600
|
-
"name": "*",
|
|
1601
|
-
"package": "./anchor.styles"
|
|
1601
|
+
"package": "./actions-menu"
|
|
1602
1602
|
}
|
|
1603
1603
|
},
|
|
1604
1604
|
{
|
|
@@ -1606,7 +1606,7 @@
|
|
|
1606
1606
|
"name": "*",
|
|
1607
1607
|
"declaration": {
|
|
1608
1608
|
"name": "*",
|
|
1609
|
-
"package": "./
|
|
1609
|
+
"package": "./actions-menu.styles"
|
|
1610
1610
|
}
|
|
1611
1611
|
}
|
|
1612
1612
|
]
|
|
@@ -5524,7 +5524,7 @@
|
|
|
5524
5524
|
},
|
|
5525
5525
|
{
|
|
5526
5526
|
"kind": "javascript-module",
|
|
5527
|
-
"path": "src/
|
|
5527
|
+
"path": "src/dropdown-menu/dropdown-menu.stories.ts",
|
|
5528
5528
|
"declarations": [
|
|
5529
5529
|
{
|
|
5530
5530
|
"kind": "variable",
|
|
@@ -5532,7 +5532,7 @@
|
|
|
5532
5532
|
"type": {
|
|
5533
5533
|
"text": "Meta"
|
|
5534
5534
|
},
|
|
5535
|
-
"default": "{\n title: '
|
|
5535
|
+
"default": "{\n title: 'Dropdown Menu',\n component: 'zero-dropdown-menu',\n}"
|
|
5536
5536
|
},
|
|
5537
5537
|
{
|
|
5538
5538
|
"kind": "variable",
|
|
@@ -5540,7 +5540,7 @@
|
|
|
5540
5540
|
"type": {
|
|
5541
5541
|
"text": "StoryObj"
|
|
5542
5542
|
},
|
|
5543
|
-
"default": "{\n args: {\n
|
|
5543
|
+
"default": "{\n args: {\n items: zeroItems,\n dropdownOpenerText: 'Dropdown menu',\n },\n render: ({ dropdownOpenerText, items }) => html`\n <div>\n <zero-dropdown-menu name=\"${dropdownOpenerText}\" .items=${items}></zero-dropdown-menu>\n </div>\n `,\n}"
|
|
5544
5544
|
}
|
|
5545
5545
|
],
|
|
5546
5546
|
"exports": [
|
|
@@ -5549,7 +5549,7 @@
|
|
|
5549
5549
|
"name": "default",
|
|
5550
5550
|
"declaration": {
|
|
5551
5551
|
"name": "meta",
|
|
5552
|
-
"module": "src/
|
|
5552
|
+
"module": "src/dropdown-menu/dropdown-menu.stories.ts"
|
|
5553
5553
|
}
|
|
5554
5554
|
},
|
|
5555
5555
|
{
|
|
@@ -5557,53 +5557,63 @@
|
|
|
5557
5557
|
"name": "Primary",
|
|
5558
5558
|
"declaration": {
|
|
5559
5559
|
"name": "Primary",
|
|
5560
|
-
"module": "src/
|
|
5560
|
+
"module": "src/dropdown-menu/dropdown-menu.stories.ts"
|
|
5561
5561
|
}
|
|
5562
5562
|
}
|
|
5563
5563
|
]
|
|
5564
5564
|
},
|
|
5565
5565
|
{
|
|
5566
5566
|
"kind": "javascript-module",
|
|
5567
|
-
"path": "src/
|
|
5567
|
+
"path": "src/dropdown-menu/dropdown-menu.styles.ts",
|
|
5568
5568
|
"declarations": [
|
|
5569
5569
|
{
|
|
5570
|
-
"kind": "
|
|
5571
|
-
"name": "
|
|
5572
|
-
"
|
|
5573
|
-
"
|
|
5570
|
+
"kind": "function",
|
|
5571
|
+
"name": "zeroDropdownMenuStyles",
|
|
5572
|
+
"return": {
|
|
5573
|
+
"type": {
|
|
5574
|
+
"text": "ElementStyles"
|
|
5575
|
+
}
|
|
5574
5576
|
},
|
|
5575
|
-
"
|
|
5577
|
+
"parameters": [
|
|
5578
|
+
{
|
|
5579
|
+
"name": "context",
|
|
5580
|
+
"type": {
|
|
5581
|
+
"text": "ElementDefinitionContext"
|
|
5582
|
+
}
|
|
5583
|
+
},
|
|
5584
|
+
{
|
|
5585
|
+
"name": "definition",
|
|
5586
|
+
"type": {
|
|
5587
|
+
"text": "FoundationElementDefinition"
|
|
5588
|
+
}
|
|
5589
|
+
}
|
|
5590
|
+
]
|
|
5576
5591
|
}
|
|
5577
5592
|
],
|
|
5578
5593
|
"exports": [
|
|
5579
5594
|
{
|
|
5580
5595
|
"kind": "js",
|
|
5581
|
-
"name": "
|
|
5596
|
+
"name": "zeroDropdownMenuStyles",
|
|
5582
5597
|
"declaration": {
|
|
5583
|
-
"name": "
|
|
5584
|
-
"module": "src/
|
|
5598
|
+
"name": "zeroDropdownMenuStyles",
|
|
5599
|
+
"module": "src/dropdown-menu/dropdown-menu.styles.ts"
|
|
5585
5600
|
}
|
|
5586
5601
|
}
|
|
5587
5602
|
]
|
|
5588
5603
|
},
|
|
5589
5604
|
{
|
|
5590
5605
|
"kind": "javascript-module",
|
|
5591
|
-
"path": "src/
|
|
5606
|
+
"path": "src/dropdown-menu/dropdown-menu.ts",
|
|
5592
5607
|
"declarations": [
|
|
5593
|
-
{
|
|
5594
|
-
"kind": "variable",
|
|
5595
|
-
"name": "zeroErrorBannerShadowOptions",
|
|
5596
|
-
"default": "foundationErrorBannerShadowOptions"
|
|
5597
|
-
},
|
|
5598
5608
|
{
|
|
5599
5609
|
"kind": "class",
|
|
5600
5610
|
"description": "",
|
|
5601
|
-
"name": "
|
|
5611
|
+
"name": "DropdownMenu",
|
|
5602
5612
|
"superclass": {
|
|
5603
|
-
"name": "
|
|
5613
|
+
"name": "FoundationDropdownMenu",
|
|
5604
5614
|
"package": "@genesislcap/foundation-ui"
|
|
5605
5615
|
},
|
|
5606
|
-
"tagName": "%%prefix%%-
|
|
5616
|
+
"tagName": "%%prefix%%-dropdown-menu",
|
|
5607
5617
|
"customElement": true,
|
|
5608
5618
|
"members": [
|
|
5609
5619
|
{
|
|
@@ -5721,41 +5731,33 @@
|
|
|
5721
5731
|
},
|
|
5722
5732
|
{
|
|
5723
5733
|
"kind": "variable",
|
|
5724
|
-
"name": "
|
|
5725
|
-
"description": "The Zero
|
|
5734
|
+
"name": "zeroDropdownMenu",
|
|
5735
|
+
"description": "The Zero Dropdown Menu",
|
|
5726
5736
|
"privacy": "public"
|
|
5727
5737
|
}
|
|
5728
5738
|
],
|
|
5729
5739
|
"exports": [
|
|
5730
5740
|
{
|
|
5731
5741
|
"kind": "js",
|
|
5732
|
-
"name": "
|
|
5733
|
-
"declaration": {
|
|
5734
|
-
"name": "zeroErrorBannerShadowOptions",
|
|
5735
|
-
"module": "src/error-banner/error-banner.ts"
|
|
5736
|
-
}
|
|
5737
|
-
},
|
|
5738
|
-
{
|
|
5739
|
-
"kind": "js",
|
|
5740
|
-
"name": "ErrorBanner",
|
|
5742
|
+
"name": "DropdownMenu",
|
|
5741
5743
|
"declaration": {
|
|
5742
|
-
"name": "
|
|
5743
|
-
"module": "src/
|
|
5744
|
+
"name": "DropdownMenu",
|
|
5745
|
+
"module": "src/dropdown-menu/dropdown-menu.ts"
|
|
5744
5746
|
}
|
|
5745
5747
|
},
|
|
5746
5748
|
{
|
|
5747
5749
|
"kind": "js",
|
|
5748
|
-
"name": "
|
|
5750
|
+
"name": "zeroDropdownMenu",
|
|
5749
5751
|
"declaration": {
|
|
5750
|
-
"name": "
|
|
5751
|
-
"module": "src/
|
|
5752
|
+
"name": "zeroDropdownMenu",
|
|
5753
|
+
"module": "src/dropdown-menu/dropdown-menu.ts"
|
|
5752
5754
|
}
|
|
5753
5755
|
}
|
|
5754
5756
|
]
|
|
5755
5757
|
},
|
|
5756
5758
|
{
|
|
5757
5759
|
"kind": "javascript-module",
|
|
5758
|
-
"path": "src/
|
|
5760
|
+
"path": "src/dropdown-menu/index.ts",
|
|
5759
5761
|
"declarations": [],
|
|
5760
5762
|
"exports": [
|
|
5761
5763
|
{
|
|
@@ -5763,7 +5765,7 @@
|
|
|
5763
5765
|
"name": "*",
|
|
5764
5766
|
"declaration": {
|
|
5765
5767
|
"name": "*",
|
|
5766
|
-
"package": "./
|
|
5768
|
+
"package": "./dropdown-menu"
|
|
5767
5769
|
}
|
|
5768
5770
|
},
|
|
5769
5771
|
{
|
|
@@ -5771,14 +5773,46 @@
|
|
|
5771
5773
|
"name": "*",
|
|
5772
5774
|
"declaration": {
|
|
5773
5775
|
"name": "*",
|
|
5774
|
-
"package": "./
|
|
5776
|
+
"package": "./dropdown-menu.styles"
|
|
5777
|
+
}
|
|
5778
|
+
},
|
|
5779
|
+
{
|
|
5780
|
+
"kind": "js",
|
|
5781
|
+
"name": "zeroDropdownMenuTemplate",
|
|
5782
|
+
"declaration": {
|
|
5783
|
+
"name": "foundationDropdownMenuTemplate",
|
|
5784
|
+
"package": "@genesislcap/foundation-ui"
|
|
5785
|
+
}
|
|
5786
|
+
},
|
|
5787
|
+
{
|
|
5788
|
+
"kind": "js",
|
|
5789
|
+
"name": "getDropdownMenuTemplate",
|
|
5790
|
+
"declaration": {
|
|
5791
|
+
"name": "getDropdownMenuTemplate",
|
|
5792
|
+
"package": "@genesislcap/foundation-ui"
|
|
5793
|
+
}
|
|
5794
|
+
},
|
|
5795
|
+
{
|
|
5796
|
+
"kind": "js",
|
|
5797
|
+
"name": "extractMenuItems",
|
|
5798
|
+
"declaration": {
|
|
5799
|
+
"name": "extractMenuItems",
|
|
5800
|
+
"package": "@genesislcap/foundation-ui"
|
|
5801
|
+
}
|
|
5802
|
+
},
|
|
5803
|
+
{
|
|
5804
|
+
"kind": "js",
|
|
5805
|
+
"name": "dropdownMenuBaseStyles",
|
|
5806
|
+
"declaration": {
|
|
5807
|
+
"name": "dropdownMenuBaseStyles",
|
|
5808
|
+
"package": "@genesislcap/foundation-ui"
|
|
5775
5809
|
}
|
|
5776
5810
|
}
|
|
5777
5811
|
]
|
|
5778
5812
|
},
|
|
5779
5813
|
{
|
|
5780
5814
|
"kind": "javascript-module",
|
|
5781
|
-
"path": "src/
|
|
5815
|
+
"path": "src/error-banner/error-banner.stories.ts",
|
|
5782
5816
|
"declarations": [
|
|
5783
5817
|
{
|
|
5784
5818
|
"kind": "variable",
|
|
@@ -5786,7 +5820,7 @@
|
|
|
5786
5820
|
"type": {
|
|
5787
5821
|
"text": "Meta"
|
|
5788
5822
|
},
|
|
5789
|
-
"default": "{\n title: '
|
|
5823
|
+
"default": "{\n title: 'Error Banner',\n component: 'zero-error-banner',\n}"
|
|
5790
5824
|
},
|
|
5791
5825
|
{
|
|
5792
5826
|
"kind": "variable",
|
|
@@ -5794,7 +5828,7 @@
|
|
|
5794
5828
|
"type": {
|
|
5795
5829
|
"text": "StoryObj"
|
|
5796
5830
|
},
|
|
5797
|
-
"default": "{\n args: {\n
|
|
5831
|
+
"default": "{\n args: {\n errorText: 'Lorem ipsum dolor sit amet consectetur adipisicing elit.',\n },\n render: ({ errorText }) => html`\n <div id=\"zero-banner\" style=\"width: 100%;\">\n <zero-button @click=\"${() => showError(errorText)}\">Show Zero Error Banner</zero-button>\n </div>\n `,\n}"
|
|
5798
5832
|
}
|
|
5799
5833
|
],
|
|
5800
5834
|
"exports": [
|
|
@@ -5803,7 +5837,7 @@
|
|
|
5803
5837
|
"name": "default",
|
|
5804
5838
|
"declaration": {
|
|
5805
5839
|
"name": "meta",
|
|
5806
|
-
"module": "src/
|
|
5840
|
+
"module": "src/error-banner/error-banner.stories.ts"
|
|
5807
5841
|
}
|
|
5808
5842
|
},
|
|
5809
5843
|
{
|
|
@@ -5811,63 +5845,53 @@
|
|
|
5811
5845
|
"name": "Primary",
|
|
5812
5846
|
"declaration": {
|
|
5813
5847
|
"name": "Primary",
|
|
5814
|
-
"module": "src/
|
|
5848
|
+
"module": "src/error-banner/error-banner.stories.ts"
|
|
5815
5849
|
}
|
|
5816
5850
|
}
|
|
5817
5851
|
]
|
|
5818
5852
|
},
|
|
5819
5853
|
{
|
|
5820
5854
|
"kind": "javascript-module",
|
|
5821
|
-
"path": "src/
|
|
5855
|
+
"path": "src/error-banner/error-banner.template.ts",
|
|
5822
5856
|
"declarations": [
|
|
5823
5857
|
{
|
|
5824
|
-
"kind": "
|
|
5825
|
-
"name": "
|
|
5826
|
-
"
|
|
5827
|
-
"
|
|
5828
|
-
"text": "ElementStyles"
|
|
5829
|
-
}
|
|
5858
|
+
"kind": "variable",
|
|
5859
|
+
"name": "zeroErrorBannerTemplate",
|
|
5860
|
+
"type": {
|
|
5861
|
+
"text": "ViewTemplate<ErrorBanner>"
|
|
5830
5862
|
},
|
|
5831
|
-
"
|
|
5832
|
-
{
|
|
5833
|
-
"name": "context",
|
|
5834
|
-
"type": {
|
|
5835
|
-
"text": "ElementDefinitionContext"
|
|
5836
|
-
}
|
|
5837
|
-
},
|
|
5838
|
-
{
|
|
5839
|
-
"name": "definition",
|
|
5840
|
-
"type": {
|
|
5841
|
-
"text": "FoundationElementDefinition"
|
|
5842
|
-
}
|
|
5843
|
-
}
|
|
5844
|
-
]
|
|
5863
|
+
"default": "html`\n <zero-banner ${ref('banner')}>\n <div slot=\"content\">\n <div>${(x) => x.error?.errorDetails || 'Place holder for error message'}</div>\n </div>\n\n <zero-button slot=\"action\" appearance=\"lightweight\" @click=${(x) => x.dismiss()}>\n ${(x) => x.error?.config?.banner?.dismissingAction?.label || 'Ignore'}\n </zero-button>\n\n ${repeat(\n (x) => x.error?.config?.banner.confirmingActions,\n html`\n <zero-button\n slot=\"action\"\n appearance=\"lightweight\"\n @click=${(x, c) => {\n x?.action();\n c.parent.dismiss();\n }}\n >\n ${(x) => x.label}\n </zero-button>\n `,\n )}\n </zero-banner>\n`"
|
|
5845
5864
|
}
|
|
5846
5865
|
],
|
|
5847
5866
|
"exports": [
|
|
5848
5867
|
{
|
|
5849
5868
|
"kind": "js",
|
|
5850
|
-
"name": "
|
|
5869
|
+
"name": "zeroErrorBannerTemplate",
|
|
5851
5870
|
"declaration": {
|
|
5852
|
-
"name": "
|
|
5853
|
-
"module": "src/
|
|
5871
|
+
"name": "zeroErrorBannerTemplate",
|
|
5872
|
+
"module": "src/error-banner/error-banner.template.ts"
|
|
5854
5873
|
}
|
|
5855
5874
|
}
|
|
5856
5875
|
]
|
|
5857
5876
|
},
|
|
5858
5877
|
{
|
|
5859
5878
|
"kind": "javascript-module",
|
|
5860
|
-
"path": "src/
|
|
5879
|
+
"path": "src/error-banner/error-banner.ts",
|
|
5861
5880
|
"declarations": [
|
|
5881
|
+
{
|
|
5882
|
+
"kind": "variable",
|
|
5883
|
+
"name": "zeroErrorBannerShadowOptions",
|
|
5884
|
+
"default": "foundationErrorBannerShadowOptions"
|
|
5885
|
+
},
|
|
5862
5886
|
{
|
|
5863
5887
|
"kind": "class",
|
|
5864
5888
|
"description": "",
|
|
5865
|
-
"name": "
|
|
5889
|
+
"name": "ErrorBanner",
|
|
5866
5890
|
"superclass": {
|
|
5867
|
-
"name": "
|
|
5891
|
+
"name": "FoundationErrorBanner",
|
|
5868
5892
|
"package": "@genesislcap/foundation-ui"
|
|
5869
5893
|
},
|
|
5870
|
-
"tagName": "%%prefix%%-
|
|
5894
|
+
"tagName": "%%prefix%%-error-banner",
|
|
5871
5895
|
"customElement": true,
|
|
5872
5896
|
"members": [
|
|
5873
5897
|
{
|
|
@@ -5985,33 +6009,41 @@
|
|
|
5985
6009
|
},
|
|
5986
6010
|
{
|
|
5987
6011
|
"kind": "variable",
|
|
5988
|
-
"name": "
|
|
5989
|
-
"description": "The Zero
|
|
6012
|
+
"name": "zeroErrorBanner",
|
|
6013
|
+
"description": "The Zero Banner",
|
|
5990
6014
|
"privacy": "public"
|
|
5991
6015
|
}
|
|
5992
6016
|
],
|
|
5993
6017
|
"exports": [
|
|
5994
6018
|
{
|
|
5995
6019
|
"kind": "js",
|
|
5996
|
-
"name": "
|
|
6020
|
+
"name": "zeroErrorBannerShadowOptions",
|
|
5997
6021
|
"declaration": {
|
|
5998
|
-
"name": "
|
|
5999
|
-
"module": "src/
|
|
6022
|
+
"name": "zeroErrorBannerShadowOptions",
|
|
6023
|
+
"module": "src/error-banner/error-banner.ts"
|
|
6000
6024
|
}
|
|
6001
6025
|
},
|
|
6002
6026
|
{
|
|
6003
6027
|
"kind": "js",
|
|
6004
|
-
"name": "
|
|
6028
|
+
"name": "ErrorBanner",
|
|
6005
6029
|
"declaration": {
|
|
6006
|
-
"name": "
|
|
6007
|
-
"module": "src/
|
|
6030
|
+
"name": "ErrorBanner",
|
|
6031
|
+
"module": "src/error-banner/error-banner.ts"
|
|
6032
|
+
}
|
|
6033
|
+
},
|
|
6034
|
+
{
|
|
6035
|
+
"kind": "js",
|
|
6036
|
+
"name": "zeroErrorBanner",
|
|
6037
|
+
"declaration": {
|
|
6038
|
+
"name": "zeroErrorBanner",
|
|
6039
|
+
"module": "src/error-banner/error-banner.ts"
|
|
6008
6040
|
}
|
|
6009
6041
|
}
|
|
6010
6042
|
]
|
|
6011
6043
|
},
|
|
6012
6044
|
{
|
|
6013
6045
|
"kind": "javascript-module",
|
|
6014
|
-
"path": "src/
|
|
6046
|
+
"path": "src/error-banner/index.ts",
|
|
6015
6047
|
"declarations": [],
|
|
6016
6048
|
"exports": [
|
|
6017
6049
|
{
|
|
@@ -6019,7 +6051,7 @@
|
|
|
6019
6051
|
"name": "*",
|
|
6020
6052
|
"declaration": {
|
|
6021
6053
|
"name": "*",
|
|
6022
|
-
"package": "./
|
|
6054
|
+
"package": "./error-banner.template"
|
|
6023
6055
|
}
|
|
6024
6056
|
},
|
|
6025
6057
|
{
|
|
@@ -6027,39 +6059,7 @@
|
|
|
6027
6059
|
"name": "*",
|
|
6028
6060
|
"declaration": {
|
|
6029
6061
|
"name": "*",
|
|
6030
|
-
"package": "./
|
|
6031
|
-
}
|
|
6032
|
-
},
|
|
6033
|
-
{
|
|
6034
|
-
"kind": "js",
|
|
6035
|
-
"name": "zeroDropdownMenuTemplate",
|
|
6036
|
-
"declaration": {
|
|
6037
|
-
"name": "foundationDropdownMenuTemplate",
|
|
6038
|
-
"package": "@genesislcap/foundation-ui"
|
|
6039
|
-
}
|
|
6040
|
-
},
|
|
6041
|
-
{
|
|
6042
|
-
"kind": "js",
|
|
6043
|
-
"name": "getDropdownMenuTemplate",
|
|
6044
|
-
"declaration": {
|
|
6045
|
-
"name": "getDropdownMenuTemplate",
|
|
6046
|
-
"package": "@genesislcap/foundation-ui"
|
|
6047
|
-
}
|
|
6048
|
-
},
|
|
6049
|
-
{
|
|
6050
|
-
"kind": "js",
|
|
6051
|
-
"name": "extractMenuItems",
|
|
6052
|
-
"declaration": {
|
|
6053
|
-
"name": "extractMenuItems",
|
|
6054
|
-
"package": "@genesislcap/foundation-ui"
|
|
6055
|
-
}
|
|
6056
|
-
},
|
|
6057
|
-
{
|
|
6058
|
-
"kind": "js",
|
|
6059
|
-
"name": "dropdownMenuBaseStyles",
|
|
6060
|
-
"declaration": {
|
|
6061
|
-
"name": "dropdownMenuBaseStyles",
|
|
6062
|
-
"package": "@genesislcap/foundation-ui"
|
|
6062
|
+
"package": "./error-banner"
|
|
6063
6063
|
}
|
|
6064
6064
|
}
|
|
6065
6065
|
]
|
package/package.json
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.83.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
8
8
|
"types": "dist/dts/index.d.ts",
|
|
9
|
+
"engines": {
|
|
10
|
+
"node": ">=18.0.0"
|
|
11
|
+
},
|
|
9
12
|
"config": {
|
|
10
13
|
"PREFIX": "zero",
|
|
11
14
|
"PORT": 4020
|
|
@@ -62,7 +65,7 @@
|
|
|
62
65
|
"storybook": "storybook dev -p 6006"
|
|
63
66
|
},
|
|
64
67
|
"devDependencies": {
|
|
65
|
-
"@genesislcap/genx": "14.
|
|
68
|
+
"@genesislcap/genx": "14.83.1",
|
|
66
69
|
"@storybook/addon-essentials": "^7.1.0",
|
|
67
70
|
"@storybook/addon-links": "^7.1.0",
|
|
68
71
|
"@storybook/addons": "^7.1.0",
|
|
@@ -75,10 +78,10 @@
|
|
|
75
78
|
"storybook": "^7.1.0"
|
|
76
79
|
},
|
|
77
80
|
"dependencies": {
|
|
78
|
-
"@genesislcap/foundation-comms": "14.
|
|
79
|
-
"@genesislcap/foundation-logger": "14.
|
|
80
|
-
"@genesislcap/foundation-ui": "14.
|
|
81
|
-
"@genesislcap/foundation-utils": "14.
|
|
81
|
+
"@genesislcap/foundation-comms": "14.83.1",
|
|
82
|
+
"@genesislcap/foundation-logger": "14.83.1",
|
|
83
|
+
"@genesislcap/foundation-ui": "14.83.1",
|
|
84
|
+
"@genesislcap/foundation-utils": "14.83.1",
|
|
82
85
|
"@microsoft/fast-colors": "^5.1.4",
|
|
83
86
|
"@microsoft/fast-components": "^2.21.3",
|
|
84
87
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -95,5 +98,5 @@
|
|
|
95
98
|
"access": "public"
|
|
96
99
|
},
|
|
97
100
|
"customElements": "dist/custom-elements.json",
|
|
98
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "e5ec1e7cf529aea9309fcdd896bdb4fddf0d81ce"
|
|
99
102
|
}
|