@genesislcap/foundation-zero 14.78.4-alpha-c15b781.0 → 14.79.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.
- package/dist/custom-elements.json +218 -218
- package/package.json +6 -6
|
@@ -784,6 +784,37 @@
|
|
|
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
|
+
},
|
|
787
818
|
{
|
|
788
819
|
"kind": "javascript-module",
|
|
789
820
|
"path": "src/accordion/accordion.stories.ts",
|
|
@@ -974,7 +1005,124 @@
|
|
|
974
1005
|
},
|
|
975
1006
|
{
|
|
976
1007
|
"kind": "javascript-module",
|
|
977
|
-
"path": "src/
|
|
1008
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1009
|
+
"declarations": [
|
|
1010
|
+
{
|
|
1011
|
+
"kind": "function",
|
|
1012
|
+
"name": "zeroAccordionItemStyles",
|
|
1013
|
+
"return": {
|
|
1014
|
+
"type": {
|
|
1015
|
+
"text": "ElementStyles"
|
|
1016
|
+
}
|
|
1017
|
+
},
|
|
1018
|
+
"parameters": [
|
|
1019
|
+
{
|
|
1020
|
+
"name": "context",
|
|
1021
|
+
"type": {
|
|
1022
|
+
"text": "ElementDefinitionContext"
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"name": "definition",
|
|
1027
|
+
"type": {
|
|
1028
|
+
"text": "FoundationElementDefinition"
|
|
1029
|
+
}
|
|
1030
|
+
}
|
|
1031
|
+
]
|
|
1032
|
+
}
|
|
1033
|
+
],
|
|
1034
|
+
"exports": [
|
|
1035
|
+
{
|
|
1036
|
+
"kind": "js",
|
|
1037
|
+
"name": "zeroAccordionItemStyles",
|
|
1038
|
+
"declaration": {
|
|
1039
|
+
"name": "zeroAccordionItemStyles",
|
|
1040
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1041
|
+
}
|
|
1042
|
+
}
|
|
1043
|
+
]
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"kind": "javascript-module",
|
|
1047
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1048
|
+
"declarations": [
|
|
1049
|
+
{
|
|
1050
|
+
"kind": "function",
|
|
1051
|
+
"name": "zeroAccordionItemTemplate",
|
|
1052
|
+
"return": {
|
|
1053
|
+
"type": {
|
|
1054
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1055
|
+
}
|
|
1056
|
+
},
|
|
1057
|
+
"parameters": [
|
|
1058
|
+
{
|
|
1059
|
+
"name": "context",
|
|
1060
|
+
"type": {
|
|
1061
|
+
"text": "ElementDefinitionContext"
|
|
1062
|
+
}
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"name": "definition",
|
|
1066
|
+
"type": {
|
|
1067
|
+
"text": "FoundationElementDefinition"
|
|
1068
|
+
}
|
|
1069
|
+
}
|
|
1070
|
+
]
|
|
1071
|
+
}
|
|
1072
|
+
],
|
|
1073
|
+
"exports": [
|
|
1074
|
+
{
|
|
1075
|
+
"kind": "js",
|
|
1076
|
+
"name": "zeroAccordionItemTemplate",
|
|
1077
|
+
"declaration": {
|
|
1078
|
+
"name": "zeroAccordionItemTemplate",
|
|
1079
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1080
|
+
}
|
|
1081
|
+
}
|
|
1082
|
+
]
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"kind": "javascript-module",
|
|
1086
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1087
|
+
"declarations": [
|
|
1088
|
+
{
|
|
1089
|
+
"kind": "class",
|
|
1090
|
+
"description": "",
|
|
1091
|
+
"name": "AccordionItem",
|
|
1092
|
+
"superclass": {
|
|
1093
|
+
"name": "FoundationAccordionItem",
|
|
1094
|
+
"package": "@genesislcap/foundation-ui"
|
|
1095
|
+
},
|
|
1096
|
+
"tagName": "%%prefix%%-card",
|
|
1097
|
+
"customElement": true
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"kind": "variable",
|
|
1101
|
+
"name": "zeroAccordionItem"
|
|
1102
|
+
}
|
|
1103
|
+
],
|
|
1104
|
+
"exports": [
|
|
1105
|
+
{
|
|
1106
|
+
"kind": "js",
|
|
1107
|
+
"name": "AccordionItem",
|
|
1108
|
+
"declaration": {
|
|
1109
|
+
"name": "AccordionItem",
|
|
1110
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1111
|
+
}
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"kind": "js",
|
|
1115
|
+
"name": "zeroAccordionItem",
|
|
1116
|
+
"declaration": {
|
|
1117
|
+
"name": "zeroAccordionItem",
|
|
1118
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1119
|
+
}
|
|
1120
|
+
}
|
|
1121
|
+
]
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"kind": "javascript-module",
|
|
1125
|
+
"path": "src/accordion-item/index.ts",
|
|
978
1126
|
"declarations": [],
|
|
979
1127
|
"exports": [
|
|
980
1128
|
{
|
|
@@ -982,7 +1130,7 @@
|
|
|
982
1130
|
"name": "*",
|
|
983
1131
|
"declaration": {
|
|
984
1132
|
"name": "*",
|
|
985
|
-
"package": "./
|
|
1133
|
+
"package": "./accordion-item"
|
|
986
1134
|
}
|
|
987
1135
|
},
|
|
988
1136
|
{
|
|
@@ -990,7 +1138,7 @@
|
|
|
990
1138
|
"name": "*",
|
|
991
1139
|
"declaration": {
|
|
992
1140
|
"name": "*",
|
|
993
|
-
"package": "./
|
|
1141
|
+
"package": "./accordion-item.styles"
|
|
994
1142
|
}
|
|
995
1143
|
},
|
|
996
1144
|
{
|
|
@@ -998,18 +1146,58 @@
|
|
|
998
1146
|
"name": "*",
|
|
999
1147
|
"declaration": {
|
|
1000
1148
|
"name": "*",
|
|
1001
|
-
"package": "./
|
|
1149
|
+
"package": "./accordion-item.template"
|
|
1002
1150
|
}
|
|
1003
1151
|
}
|
|
1004
1152
|
]
|
|
1005
1153
|
},
|
|
1006
1154
|
{
|
|
1007
1155
|
"kind": "javascript-module",
|
|
1008
|
-
"path": "src/
|
|
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",
|
|
1009
1197
|
"declarations": [
|
|
1010
1198
|
{
|
|
1011
1199
|
"kind": "function",
|
|
1012
|
-
"name": "
|
|
1200
|
+
"name": "zeroAnchorStyles",
|
|
1013
1201
|
"return": {
|
|
1014
1202
|
"type": {
|
|
1015
1203
|
"text": "ElementStyles"
|
|
@@ -1034,24 +1222,24 @@
|
|
|
1034
1222
|
"exports": [
|
|
1035
1223
|
{
|
|
1036
1224
|
"kind": "js",
|
|
1037
|
-
"name": "
|
|
1225
|
+
"name": "zeroAnchorStyles",
|
|
1038
1226
|
"declaration": {
|
|
1039
|
-
"name": "
|
|
1040
|
-
"module": "src/
|
|
1227
|
+
"name": "zeroAnchorStyles",
|
|
1228
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1041
1229
|
}
|
|
1042
1230
|
}
|
|
1043
1231
|
]
|
|
1044
1232
|
},
|
|
1045
1233
|
{
|
|
1046
1234
|
"kind": "javascript-module",
|
|
1047
|
-
"path": "src/
|
|
1235
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1048
1236
|
"declarations": [
|
|
1049
1237
|
{
|
|
1050
1238
|
"kind": "function",
|
|
1051
|
-
"name": "
|
|
1239
|
+
"name": "zeroAnchorTemplate",
|
|
1052
1240
|
"return": {
|
|
1053
1241
|
"type": {
|
|
1054
|
-
"text": "ViewTemplate<
|
|
1242
|
+
"text": "ViewTemplate<Anchor>"
|
|
1055
1243
|
}
|
|
1056
1244
|
},
|
|
1057
1245
|
"parameters": [
|
|
@@ -1073,56 +1261,56 @@
|
|
|
1073
1261
|
"exports": [
|
|
1074
1262
|
{
|
|
1075
1263
|
"kind": "js",
|
|
1076
|
-
"name": "
|
|
1264
|
+
"name": "zeroAnchorTemplate",
|
|
1077
1265
|
"declaration": {
|
|
1078
|
-
"name": "
|
|
1079
|
-
"module": "src/
|
|
1266
|
+
"name": "zeroAnchorTemplate",
|
|
1267
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1080
1268
|
}
|
|
1081
1269
|
}
|
|
1082
1270
|
]
|
|
1083
1271
|
},
|
|
1084
1272
|
{
|
|
1085
1273
|
"kind": "javascript-module",
|
|
1086
|
-
"path": "src/
|
|
1274
|
+
"path": "src/anchor/anchor.ts",
|
|
1087
1275
|
"declarations": [
|
|
1088
1276
|
{
|
|
1089
1277
|
"kind": "class",
|
|
1090
1278
|
"description": "",
|
|
1091
|
-
"name": "
|
|
1279
|
+
"name": "Anchor",
|
|
1092
1280
|
"superclass": {
|
|
1093
|
-
"name": "
|
|
1281
|
+
"name": "FoundationAnchor",
|
|
1094
1282
|
"package": "@genesislcap/foundation-ui"
|
|
1095
1283
|
},
|
|
1096
|
-
"tagName": "%%prefix%%-
|
|
1284
|
+
"tagName": "%%prefix%%-anchor",
|
|
1097
1285
|
"customElement": true
|
|
1098
1286
|
},
|
|
1099
1287
|
{
|
|
1100
1288
|
"kind": "variable",
|
|
1101
|
-
"name": "
|
|
1289
|
+
"name": "zeroAnchor"
|
|
1102
1290
|
}
|
|
1103
1291
|
],
|
|
1104
1292
|
"exports": [
|
|
1105
1293
|
{
|
|
1106
1294
|
"kind": "js",
|
|
1107
|
-
"name": "
|
|
1295
|
+
"name": "Anchor",
|
|
1108
1296
|
"declaration": {
|
|
1109
|
-
"name": "
|
|
1110
|
-
"module": "src/
|
|
1297
|
+
"name": "Anchor",
|
|
1298
|
+
"module": "src/anchor/anchor.ts"
|
|
1111
1299
|
}
|
|
1112
1300
|
},
|
|
1113
1301
|
{
|
|
1114
1302
|
"kind": "js",
|
|
1115
|
-
"name": "
|
|
1303
|
+
"name": "zeroAnchor",
|
|
1116
1304
|
"declaration": {
|
|
1117
|
-
"name": "
|
|
1118
|
-
"module": "src/
|
|
1305
|
+
"name": "zeroAnchor",
|
|
1306
|
+
"module": "src/anchor/anchor.ts"
|
|
1119
1307
|
}
|
|
1120
1308
|
}
|
|
1121
1309
|
]
|
|
1122
1310
|
},
|
|
1123
1311
|
{
|
|
1124
1312
|
"kind": "javascript-module",
|
|
1125
|
-
"path": "src/
|
|
1313
|
+
"path": "src/anchor/index.ts",
|
|
1126
1314
|
"declarations": [],
|
|
1127
1315
|
"exports": [
|
|
1128
1316
|
{
|
|
@@ -1130,7 +1318,7 @@
|
|
|
1130
1318
|
"name": "*",
|
|
1131
1319
|
"declaration": {
|
|
1132
1320
|
"name": "*",
|
|
1133
|
-
"package": "./
|
|
1321
|
+
"package": "./anchor"
|
|
1134
1322
|
}
|
|
1135
1323
|
},
|
|
1136
1324
|
{
|
|
@@ -1138,7 +1326,7 @@
|
|
|
1138
1326
|
"name": "*",
|
|
1139
1327
|
"declaration": {
|
|
1140
1328
|
"name": "*",
|
|
1141
|
-
"package": "./
|
|
1329
|
+
"package": "./anchor.styles"
|
|
1142
1330
|
}
|
|
1143
1331
|
},
|
|
1144
1332
|
{
|
|
@@ -1146,7 +1334,7 @@
|
|
|
1146
1334
|
"name": "*",
|
|
1147
1335
|
"declaration": {
|
|
1148
1336
|
"name": "*",
|
|
1149
|
-
"package": "./
|
|
1337
|
+
"package": "./anchor.template"
|
|
1150
1338
|
}
|
|
1151
1339
|
}
|
|
1152
1340
|
]
|
|
@@ -1423,194 +1611,6 @@
|
|
|
1423
1611
|
}
|
|
1424
1612
|
]
|
|
1425
1613
|
},
|
|
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",
|
|
1576
|
-
"declaration": {
|
|
1577
|
-
"name": "zeroAnchor",
|
|
1578
|
-
"module": "src/anchor/anchor.ts"
|
|
1579
|
-
}
|
|
1580
|
-
}
|
|
1581
|
-
]
|
|
1582
|
-
},
|
|
1583
|
-
{
|
|
1584
|
-
"kind": "javascript-module",
|
|
1585
|
-
"path": "src/anchor/index.ts",
|
|
1586
|
-
"declarations": [],
|
|
1587
|
-
"exports": [
|
|
1588
|
-
{
|
|
1589
|
-
"kind": "js",
|
|
1590
|
-
"name": "*",
|
|
1591
|
-
"declaration": {
|
|
1592
|
-
"name": "*",
|
|
1593
|
-
"package": "./anchor"
|
|
1594
|
-
}
|
|
1595
|
-
},
|
|
1596
|
-
{
|
|
1597
|
-
"kind": "js",
|
|
1598
|
-
"name": "*",
|
|
1599
|
-
"declaration": {
|
|
1600
|
-
"name": "*",
|
|
1601
|
-
"package": "./anchor.styles"
|
|
1602
|
-
}
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
"kind": "js",
|
|
1606
|
-
"name": "*",
|
|
1607
|
-
"declaration": {
|
|
1608
|
-
"name": "*",
|
|
1609
|
-
"package": "./anchor.template"
|
|
1610
|
-
}
|
|
1611
|
-
}
|
|
1612
|
-
]
|
|
1613
|
-
},
|
|
1614
1614
|
{
|
|
1615
1615
|
"kind": "javascript-module",
|
|
1616
1616
|
"path": "src/anchored-region/anchored-region.stories.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.79.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"storybook": "storybook dev -p 6006"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@genesislcap/genx": "14.
|
|
65
|
+
"@genesislcap/genx": "14.79.0",
|
|
66
66
|
"@storybook/addon-essentials": "^7.1.0",
|
|
67
67
|
"@storybook/addon-links": "^7.1.0",
|
|
68
68
|
"@storybook/addons": "^7.1.0",
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"storybook": "^7.1.0"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@genesislcap/foundation-comms": "14.
|
|
79
|
-
"@genesislcap/foundation-ui": "14.
|
|
80
|
-
"@genesislcap/foundation-utils": "14.
|
|
78
|
+
"@genesislcap/foundation-comms": "14.79.0",
|
|
79
|
+
"@genesislcap/foundation-ui": "14.79.0",
|
|
80
|
+
"@genesislcap/foundation-utils": "14.79.0",
|
|
81
81
|
"@microsoft/fast-colors": "^5.1.4",
|
|
82
82
|
"@microsoft/fast-components": "^2.21.3",
|
|
83
83
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -94,5 +94,5 @@
|
|
|
94
94
|
"access": "public"
|
|
95
95
|
},
|
|
96
96
|
"customElements": "dist/custom-elements.json",
|
|
97
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "387b58371f312eade8910d403a6bcce506212bb7"
|
|
98
98
|
}
|