@genesislcap/foundation-zero 14.30.2-bny.1 → 14.30.2
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 +62 -62
- package/package.json +6 -6
|
@@ -1025,7 +1025,7 @@
|
|
|
1025
1025
|
},
|
|
1026
1026
|
{
|
|
1027
1027
|
"kind": "javascript-module",
|
|
1028
|
-
"path": "src/
|
|
1028
|
+
"path": "src/badge/badge.stories.ts",
|
|
1029
1029
|
"declarations": [
|
|
1030
1030
|
{
|
|
1031
1031
|
"kind": "variable",
|
|
@@ -1033,7 +1033,7 @@
|
|
|
1033
1033
|
"type": {
|
|
1034
1034
|
"text": "Meta"
|
|
1035
1035
|
},
|
|
1036
|
-
"default": "{\n title: '
|
|
1036
|
+
"default": "{\n title: 'Badge',\n component: 'zero-badge',\n}"
|
|
1037
1037
|
},
|
|
1038
1038
|
{
|
|
1039
1039
|
"kind": "variable",
|
|
@@ -1041,7 +1041,7 @@
|
|
|
1041
1041
|
"type": {
|
|
1042
1042
|
"text": "StoryObj"
|
|
1043
1043
|
},
|
|
1044
|
-
"default": "{\n args: {\n
|
|
1044
|
+
"default": "{\n args: {\n fillColors,\n fontColors,\n badgeText: 'Rapid Badge',\n },\n ...StylesMapperTemplate,\n}"
|
|
1045
1045
|
}
|
|
1046
1046
|
],
|
|
1047
1047
|
"exports": [
|
|
@@ -1050,7 +1050,7 @@
|
|
|
1050
1050
|
"name": "default",
|
|
1051
1051
|
"declaration": {
|
|
1052
1052
|
"name": "meta",
|
|
1053
|
-
"module": "src/
|
|
1053
|
+
"module": "src/badge/badge.stories.ts"
|
|
1054
1054
|
}
|
|
1055
1055
|
},
|
|
1056
1056
|
{
|
|
@@ -1058,18 +1058,18 @@
|
|
|
1058
1058
|
"name": "All",
|
|
1059
1059
|
"declaration": {
|
|
1060
1060
|
"name": "All",
|
|
1061
|
-
"module": "src/
|
|
1061
|
+
"module": "src/badge/badge.stories.ts"
|
|
1062
1062
|
}
|
|
1063
1063
|
}
|
|
1064
1064
|
]
|
|
1065
1065
|
},
|
|
1066
1066
|
{
|
|
1067
1067
|
"kind": "javascript-module",
|
|
1068
|
-
"path": "src/
|
|
1068
|
+
"path": "src/badge/badge.styles.ts",
|
|
1069
1069
|
"declarations": [
|
|
1070
1070
|
{
|
|
1071
1071
|
"kind": "function",
|
|
1072
|
-
"name": "
|
|
1072
|
+
"name": "zeroBadgeStyles",
|
|
1073
1073
|
"return": {
|
|
1074
1074
|
"type": {
|
|
1075
1075
|
"text": "ElementStyles"
|
|
@@ -1094,24 +1094,24 @@
|
|
|
1094
1094
|
"exports": [
|
|
1095
1095
|
{
|
|
1096
1096
|
"kind": "js",
|
|
1097
|
-
"name": "
|
|
1097
|
+
"name": "zeroBadgeStyles",
|
|
1098
1098
|
"declaration": {
|
|
1099
|
-
"name": "
|
|
1100
|
-
"module": "src/
|
|
1099
|
+
"name": "zeroBadgeStyles",
|
|
1100
|
+
"module": "src/badge/badge.styles.ts"
|
|
1101
1101
|
}
|
|
1102
1102
|
}
|
|
1103
1103
|
]
|
|
1104
1104
|
},
|
|
1105
1105
|
{
|
|
1106
1106
|
"kind": "javascript-module",
|
|
1107
|
-
"path": "src/
|
|
1107
|
+
"path": "src/badge/badge.template.ts",
|
|
1108
1108
|
"declarations": [
|
|
1109
1109
|
{
|
|
1110
1110
|
"kind": "function",
|
|
1111
|
-
"name": "
|
|
1111
|
+
"name": "zeroBadgeTemplate",
|
|
1112
1112
|
"return": {
|
|
1113
1113
|
"type": {
|
|
1114
|
-
"text": "ViewTemplate<
|
|
1114
|
+
"text": "ViewTemplate<Badge>"
|
|
1115
1115
|
}
|
|
1116
1116
|
},
|
|
1117
1117
|
"parameters": [
|
|
@@ -1133,56 +1133,56 @@
|
|
|
1133
1133
|
"exports": [
|
|
1134
1134
|
{
|
|
1135
1135
|
"kind": "js",
|
|
1136
|
-
"name": "
|
|
1136
|
+
"name": "zeroBadgeTemplate",
|
|
1137
1137
|
"declaration": {
|
|
1138
|
-
"name": "
|
|
1139
|
-
"module": "src/
|
|
1138
|
+
"name": "zeroBadgeTemplate",
|
|
1139
|
+
"module": "src/badge/badge.template.ts"
|
|
1140
1140
|
}
|
|
1141
1141
|
}
|
|
1142
1142
|
]
|
|
1143
1143
|
},
|
|
1144
1144
|
{
|
|
1145
1145
|
"kind": "javascript-module",
|
|
1146
|
-
"path": "src/
|
|
1146
|
+
"path": "src/badge/badge.ts",
|
|
1147
1147
|
"declarations": [
|
|
1148
1148
|
{
|
|
1149
1149
|
"kind": "class",
|
|
1150
1150
|
"description": "",
|
|
1151
|
-
"name": "
|
|
1151
|
+
"name": "Badge",
|
|
1152
1152
|
"superclass": {
|
|
1153
|
-
"name": "
|
|
1153
|
+
"name": "FoundationBadge",
|
|
1154
1154
|
"package": "@genesislcap/foundation-ui"
|
|
1155
1155
|
},
|
|
1156
|
-
"tagName": "%%prefix%%-
|
|
1156
|
+
"tagName": "%%prefix%%-badge",
|
|
1157
1157
|
"customElement": true
|
|
1158
1158
|
},
|
|
1159
1159
|
{
|
|
1160
1160
|
"kind": "variable",
|
|
1161
|
-
"name": "
|
|
1161
|
+
"name": "zeroBadge"
|
|
1162
1162
|
}
|
|
1163
1163
|
],
|
|
1164
1164
|
"exports": [
|
|
1165
1165
|
{
|
|
1166
1166
|
"kind": "js",
|
|
1167
|
-
"name": "
|
|
1167
|
+
"name": "Badge",
|
|
1168
1168
|
"declaration": {
|
|
1169
|
-
"name": "
|
|
1170
|
-
"module": "src/
|
|
1169
|
+
"name": "Badge",
|
|
1170
|
+
"module": "src/badge/badge.ts"
|
|
1171
1171
|
}
|
|
1172
1172
|
},
|
|
1173
1173
|
{
|
|
1174
1174
|
"kind": "js",
|
|
1175
|
-
"name": "
|
|
1175
|
+
"name": "zeroBadge",
|
|
1176
1176
|
"declaration": {
|
|
1177
|
-
"name": "
|
|
1178
|
-
"module": "src/
|
|
1177
|
+
"name": "zeroBadge",
|
|
1178
|
+
"module": "src/badge/badge.ts"
|
|
1179
1179
|
}
|
|
1180
1180
|
}
|
|
1181
1181
|
]
|
|
1182
1182
|
},
|
|
1183
1183
|
{
|
|
1184
1184
|
"kind": "javascript-module",
|
|
1185
|
-
"path": "src/
|
|
1185
|
+
"path": "src/badge/index.ts",
|
|
1186
1186
|
"declarations": [],
|
|
1187
1187
|
"exports": [
|
|
1188
1188
|
{
|
|
@@ -1190,7 +1190,7 @@
|
|
|
1190
1190
|
"name": "*",
|
|
1191
1191
|
"declaration": {
|
|
1192
1192
|
"name": "*",
|
|
1193
|
-
"package": "./
|
|
1193
|
+
"package": "./badge"
|
|
1194
1194
|
}
|
|
1195
1195
|
},
|
|
1196
1196
|
{
|
|
@@ -1198,7 +1198,7 @@
|
|
|
1198
1198
|
"name": "*",
|
|
1199
1199
|
"declaration": {
|
|
1200
1200
|
"name": "*",
|
|
1201
|
-
"package": "./
|
|
1201
|
+
"package": "./badge.styles"
|
|
1202
1202
|
}
|
|
1203
1203
|
},
|
|
1204
1204
|
{
|
|
@@ -1206,14 +1206,14 @@
|
|
|
1206
1206
|
"name": "*",
|
|
1207
1207
|
"declaration": {
|
|
1208
1208
|
"name": "*",
|
|
1209
|
-
"package": "./
|
|
1209
|
+
"package": "./badge.template"
|
|
1210
1210
|
}
|
|
1211
1211
|
}
|
|
1212
1212
|
]
|
|
1213
1213
|
},
|
|
1214
1214
|
{
|
|
1215
1215
|
"kind": "javascript-module",
|
|
1216
|
-
"path": "src/
|
|
1216
|
+
"path": "src/anchor/anchor.stories.ts",
|
|
1217
1217
|
"declarations": [
|
|
1218
1218
|
{
|
|
1219
1219
|
"kind": "variable",
|
|
@@ -1221,7 +1221,7 @@
|
|
|
1221
1221
|
"type": {
|
|
1222
1222
|
"text": "Meta"
|
|
1223
1223
|
},
|
|
1224
|
-
"default": "{\n title: '
|
|
1224
|
+
"default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
|
|
1225
1225
|
},
|
|
1226
1226
|
{
|
|
1227
1227
|
"kind": "variable",
|
|
@@ -1229,7 +1229,7 @@
|
|
|
1229
1229
|
"type": {
|
|
1230
1230
|
"text": "StoryObj"
|
|
1231
1231
|
},
|
|
1232
|
-
"default": "{\n args: {\n
|
|
1232
|
+
"default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
|
|
1233
1233
|
}
|
|
1234
1234
|
],
|
|
1235
1235
|
"exports": [
|
|
@@ -1238,7 +1238,7 @@
|
|
|
1238
1238
|
"name": "default",
|
|
1239
1239
|
"declaration": {
|
|
1240
1240
|
"name": "meta",
|
|
1241
|
-
"module": "src/
|
|
1241
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
1242
1242
|
}
|
|
1243
1243
|
},
|
|
1244
1244
|
{
|
|
@@ -1246,18 +1246,18 @@
|
|
|
1246
1246
|
"name": "All",
|
|
1247
1247
|
"declaration": {
|
|
1248
1248
|
"name": "All",
|
|
1249
|
-
"module": "src/
|
|
1249
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
1250
1250
|
}
|
|
1251
1251
|
}
|
|
1252
1252
|
]
|
|
1253
1253
|
},
|
|
1254
1254
|
{
|
|
1255
1255
|
"kind": "javascript-module",
|
|
1256
|
-
"path": "src/
|
|
1256
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1257
1257
|
"declarations": [
|
|
1258
1258
|
{
|
|
1259
1259
|
"kind": "function",
|
|
1260
|
-
"name": "
|
|
1260
|
+
"name": "zeroAnchorStyles",
|
|
1261
1261
|
"return": {
|
|
1262
1262
|
"type": {
|
|
1263
1263
|
"text": "ElementStyles"
|
|
@@ -1282,24 +1282,24 @@
|
|
|
1282
1282
|
"exports": [
|
|
1283
1283
|
{
|
|
1284
1284
|
"kind": "js",
|
|
1285
|
-
"name": "
|
|
1285
|
+
"name": "zeroAnchorStyles",
|
|
1286
1286
|
"declaration": {
|
|
1287
|
-
"name": "
|
|
1288
|
-
"module": "src/
|
|
1287
|
+
"name": "zeroAnchorStyles",
|
|
1288
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1289
1289
|
}
|
|
1290
1290
|
}
|
|
1291
1291
|
]
|
|
1292
1292
|
},
|
|
1293
1293
|
{
|
|
1294
1294
|
"kind": "javascript-module",
|
|
1295
|
-
"path": "src/
|
|
1295
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1296
1296
|
"declarations": [
|
|
1297
1297
|
{
|
|
1298
1298
|
"kind": "function",
|
|
1299
|
-
"name": "
|
|
1299
|
+
"name": "zeroAnchorTemplate",
|
|
1300
1300
|
"return": {
|
|
1301
1301
|
"type": {
|
|
1302
|
-
"text": "ViewTemplate<
|
|
1302
|
+
"text": "ViewTemplate<Anchor>"
|
|
1303
1303
|
}
|
|
1304
1304
|
},
|
|
1305
1305
|
"parameters": [
|
|
@@ -1321,56 +1321,56 @@
|
|
|
1321
1321
|
"exports": [
|
|
1322
1322
|
{
|
|
1323
1323
|
"kind": "js",
|
|
1324
|
-
"name": "
|
|
1324
|
+
"name": "zeroAnchorTemplate",
|
|
1325
1325
|
"declaration": {
|
|
1326
|
-
"name": "
|
|
1327
|
-
"module": "src/
|
|
1326
|
+
"name": "zeroAnchorTemplate",
|
|
1327
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1328
1328
|
}
|
|
1329
1329
|
}
|
|
1330
1330
|
]
|
|
1331
1331
|
},
|
|
1332
1332
|
{
|
|
1333
1333
|
"kind": "javascript-module",
|
|
1334
|
-
"path": "src/
|
|
1334
|
+
"path": "src/anchor/anchor.ts",
|
|
1335
1335
|
"declarations": [
|
|
1336
1336
|
{
|
|
1337
1337
|
"kind": "class",
|
|
1338
1338
|
"description": "",
|
|
1339
|
-
"name": "
|
|
1339
|
+
"name": "Anchor",
|
|
1340
1340
|
"superclass": {
|
|
1341
|
-
"name": "
|
|
1341
|
+
"name": "FoundationAnchor",
|
|
1342
1342
|
"package": "@genesislcap/foundation-ui"
|
|
1343
1343
|
},
|
|
1344
|
-
"tagName": "%%prefix%%-
|
|
1344
|
+
"tagName": "%%prefix%%-anchor",
|
|
1345
1345
|
"customElement": true
|
|
1346
1346
|
},
|
|
1347
1347
|
{
|
|
1348
1348
|
"kind": "variable",
|
|
1349
|
-
"name": "
|
|
1349
|
+
"name": "zeroAnchor"
|
|
1350
1350
|
}
|
|
1351
1351
|
],
|
|
1352
1352
|
"exports": [
|
|
1353
1353
|
{
|
|
1354
1354
|
"kind": "js",
|
|
1355
|
-
"name": "
|
|
1355
|
+
"name": "Anchor",
|
|
1356
1356
|
"declaration": {
|
|
1357
|
-
"name": "
|
|
1358
|
-
"module": "src/
|
|
1357
|
+
"name": "Anchor",
|
|
1358
|
+
"module": "src/anchor/anchor.ts"
|
|
1359
1359
|
}
|
|
1360
1360
|
},
|
|
1361
1361
|
{
|
|
1362
1362
|
"kind": "js",
|
|
1363
|
-
"name": "
|
|
1363
|
+
"name": "zeroAnchor",
|
|
1364
1364
|
"declaration": {
|
|
1365
|
-
"name": "
|
|
1366
|
-
"module": "src/
|
|
1365
|
+
"name": "zeroAnchor",
|
|
1366
|
+
"module": "src/anchor/anchor.ts"
|
|
1367
1367
|
}
|
|
1368
1368
|
}
|
|
1369
1369
|
]
|
|
1370
1370
|
},
|
|
1371
1371
|
{
|
|
1372
1372
|
"kind": "javascript-module",
|
|
1373
|
-
"path": "src/
|
|
1373
|
+
"path": "src/anchor/index.ts",
|
|
1374
1374
|
"declarations": [],
|
|
1375
1375
|
"exports": [
|
|
1376
1376
|
{
|
|
@@ -1378,7 +1378,7 @@
|
|
|
1378
1378
|
"name": "*",
|
|
1379
1379
|
"declaration": {
|
|
1380
1380
|
"name": "*",
|
|
1381
|
-
"package": "./
|
|
1381
|
+
"package": "./anchor"
|
|
1382
1382
|
}
|
|
1383
1383
|
},
|
|
1384
1384
|
{
|
|
@@ -1386,7 +1386,7 @@
|
|
|
1386
1386
|
"name": "*",
|
|
1387
1387
|
"declaration": {
|
|
1388
1388
|
"name": "*",
|
|
1389
|
-
"package": "./
|
|
1389
|
+
"package": "./anchor.styles"
|
|
1390
1390
|
}
|
|
1391
1391
|
},
|
|
1392
1392
|
{
|
|
@@ -1394,7 +1394,7 @@
|
|
|
1394
1394
|
"name": "*",
|
|
1395
1395
|
"declaration": {
|
|
1396
1396
|
"name": "*",
|
|
1397
|
-
"package": "./
|
|
1397
|
+
"package": "./anchor.template"
|
|
1398
1398
|
}
|
|
1399
1399
|
}
|
|
1400
1400
|
]
|
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.30.2
|
|
4
|
+
"version": "14.30.2",
|
|
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.30.2
|
|
65
|
+
"@genesislcap/genx": "^14.30.2",
|
|
66
66
|
"@playwright/test": "^1.18.1",
|
|
67
67
|
"@storybook/addon-essentials": "^7.0.0",
|
|
68
68
|
"@storybook/addon-links": "^7.0.0",
|
|
@@ -84,9 +84,9 @@
|
|
|
84
84
|
"watchlist": "^0.3.1"
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@genesislcap/foundation-comms": "14.30.2
|
|
88
|
-
"@genesislcap/foundation-ui": "14.30.2
|
|
89
|
-
"@genesislcap/foundation-utils": "14.30.2
|
|
87
|
+
"@genesislcap/foundation-comms": "^14.30.2",
|
|
88
|
+
"@genesislcap/foundation-ui": "^14.30.2",
|
|
89
|
+
"@genesislcap/foundation-utils": "^14.30.2",
|
|
90
90
|
"@microsoft/fast-colors": "^5.1.4",
|
|
91
91
|
"@microsoft/fast-components": "^2.21.3",
|
|
92
92
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"access": "public"
|
|
104
104
|
},
|
|
105
105
|
"customElements": "dist/custom-elements.json",
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "4ea8f548f55cde9b895b115a43f39f45c62d60af"
|
|
107
107
|
}
|