@genesislcap/foundation-utils 14.402.1 → 14.403.0-ai-assistant.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 +120 -120
- package/package.json +11 -11
|
@@ -399,126 +399,6 @@
|
|
|
399
399
|
}
|
|
400
400
|
]
|
|
401
401
|
},
|
|
402
|
-
{
|
|
403
|
-
"kind": "javascript-module",
|
|
404
|
-
"path": "src/design-system/design-system.ts",
|
|
405
|
-
"declarations": [
|
|
406
|
-
{
|
|
407
|
-
"kind": "function",
|
|
408
|
-
"name": "assureDesignSystem",
|
|
409
|
-
"return": {
|
|
410
|
-
"type": {
|
|
411
|
-
"text": "DesignSystemModule"
|
|
412
|
-
}
|
|
413
|
-
},
|
|
414
|
-
"parameters": [
|
|
415
|
-
{
|
|
416
|
-
"name": "module",
|
|
417
|
-
"type": {
|
|
418
|
-
"text": "DesignSystemModule"
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
],
|
|
422
|
-
"description": "assureDesignSystem.",
|
|
423
|
-
"privacy": "public"
|
|
424
|
-
},
|
|
425
|
-
{
|
|
426
|
-
"kind": "function",
|
|
427
|
-
"name": "getCurrentDesignSystem",
|
|
428
|
-
"return": {
|
|
429
|
-
"type": {
|
|
430
|
-
"text": ""
|
|
431
|
-
}
|
|
432
|
-
},
|
|
433
|
-
"parameters": [
|
|
434
|
-
{
|
|
435
|
-
"name": "element",
|
|
436
|
-
"type": {
|
|
437
|
-
"text": "HTMLElement"
|
|
438
|
-
},
|
|
439
|
-
"description": "The starting HTML element"
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
"name": "fallbackPrefix",
|
|
443
|
-
"type": {
|
|
444
|
-
"text": "string"
|
|
445
|
-
},
|
|
446
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
447
|
-
}
|
|
448
|
-
],
|
|
449
|
-
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
450
|
-
"privacy": "public"
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"kind": "function",
|
|
454
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
455
|
-
"return": {
|
|
456
|
-
"type": {
|
|
457
|
-
"text": ""
|
|
458
|
-
}
|
|
459
|
-
},
|
|
460
|
-
"parameters": [
|
|
461
|
-
{
|
|
462
|
-
"name": "element",
|
|
463
|
-
"type": {
|
|
464
|
-
"text": "HTMLElement"
|
|
465
|
-
},
|
|
466
|
-
"description": "The starting HTML element"
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"name": "fallbackPrefix",
|
|
470
|
-
"type": {
|
|
471
|
-
"text": "string"
|
|
472
|
-
},
|
|
473
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
474
|
-
}
|
|
475
|
-
],
|
|
476
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
477
|
-
"privacy": "public"
|
|
478
|
-
}
|
|
479
|
-
],
|
|
480
|
-
"exports": [
|
|
481
|
-
{
|
|
482
|
-
"kind": "js",
|
|
483
|
-
"name": "assureDesignSystem",
|
|
484
|
-
"declaration": {
|
|
485
|
-
"name": "assureDesignSystem",
|
|
486
|
-
"module": "src/design-system/design-system.ts"
|
|
487
|
-
}
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"kind": "js",
|
|
491
|
-
"name": "getCurrentDesignSystem",
|
|
492
|
-
"declaration": {
|
|
493
|
-
"name": "getCurrentDesignSystem",
|
|
494
|
-
"module": "src/design-system/design-system.ts"
|
|
495
|
-
}
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
"kind": "js",
|
|
499
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
500
|
-
"declaration": {
|
|
501
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
502
|
-
"module": "src/design-system/design-system.ts"
|
|
503
|
-
}
|
|
504
|
-
}
|
|
505
|
-
]
|
|
506
|
-
},
|
|
507
|
-
{
|
|
508
|
-
"kind": "javascript-module",
|
|
509
|
-
"path": "src/design-system/index.ts",
|
|
510
|
-
"declarations": [],
|
|
511
|
-
"exports": [
|
|
512
|
-
{
|
|
513
|
-
"kind": "js",
|
|
514
|
-
"name": "*",
|
|
515
|
-
"declaration": {
|
|
516
|
-
"name": "*",
|
|
517
|
-
"package": "./design-system"
|
|
518
|
-
}
|
|
519
|
-
}
|
|
520
|
-
]
|
|
521
|
-
},
|
|
522
402
|
{
|
|
523
403
|
"kind": "javascript-module",
|
|
524
404
|
"path": "src/decorators/index.ts",
|
|
@@ -1284,6 +1164,126 @@
|
|
|
1284
1164
|
}
|
|
1285
1165
|
]
|
|
1286
1166
|
},
|
|
1167
|
+
{
|
|
1168
|
+
"kind": "javascript-module",
|
|
1169
|
+
"path": "src/design-system/design-system.ts",
|
|
1170
|
+
"declarations": [
|
|
1171
|
+
{
|
|
1172
|
+
"kind": "function",
|
|
1173
|
+
"name": "assureDesignSystem",
|
|
1174
|
+
"return": {
|
|
1175
|
+
"type": {
|
|
1176
|
+
"text": "DesignSystemModule"
|
|
1177
|
+
}
|
|
1178
|
+
},
|
|
1179
|
+
"parameters": [
|
|
1180
|
+
{
|
|
1181
|
+
"name": "module",
|
|
1182
|
+
"type": {
|
|
1183
|
+
"text": "DesignSystemModule"
|
|
1184
|
+
}
|
|
1185
|
+
}
|
|
1186
|
+
],
|
|
1187
|
+
"description": "assureDesignSystem.",
|
|
1188
|
+
"privacy": "public"
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"kind": "function",
|
|
1192
|
+
"name": "getCurrentDesignSystem",
|
|
1193
|
+
"return": {
|
|
1194
|
+
"type": {
|
|
1195
|
+
"text": ""
|
|
1196
|
+
}
|
|
1197
|
+
},
|
|
1198
|
+
"parameters": [
|
|
1199
|
+
{
|
|
1200
|
+
"name": "element",
|
|
1201
|
+
"type": {
|
|
1202
|
+
"text": "HTMLElement"
|
|
1203
|
+
},
|
|
1204
|
+
"description": "The starting HTML element"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"name": "fallbackPrefix",
|
|
1208
|
+
"type": {
|
|
1209
|
+
"text": "string"
|
|
1210
|
+
},
|
|
1211
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
1212
|
+
}
|
|
1213
|
+
],
|
|
1214
|
+
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1215
|
+
"privacy": "public"
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"kind": "function",
|
|
1219
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
1220
|
+
"return": {
|
|
1221
|
+
"type": {
|
|
1222
|
+
"text": ""
|
|
1223
|
+
}
|
|
1224
|
+
},
|
|
1225
|
+
"parameters": [
|
|
1226
|
+
{
|
|
1227
|
+
"name": "element",
|
|
1228
|
+
"type": {
|
|
1229
|
+
"text": "HTMLElement"
|
|
1230
|
+
},
|
|
1231
|
+
"description": "The starting HTML element"
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
"name": "fallbackPrefix",
|
|
1235
|
+
"type": {
|
|
1236
|
+
"text": "string"
|
|
1237
|
+
},
|
|
1238
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
1239
|
+
}
|
|
1240
|
+
],
|
|
1241
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1242
|
+
"privacy": "public"
|
|
1243
|
+
}
|
|
1244
|
+
],
|
|
1245
|
+
"exports": [
|
|
1246
|
+
{
|
|
1247
|
+
"kind": "js",
|
|
1248
|
+
"name": "assureDesignSystem",
|
|
1249
|
+
"declaration": {
|
|
1250
|
+
"name": "assureDesignSystem",
|
|
1251
|
+
"module": "src/design-system/design-system.ts"
|
|
1252
|
+
}
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"kind": "js",
|
|
1256
|
+
"name": "getCurrentDesignSystem",
|
|
1257
|
+
"declaration": {
|
|
1258
|
+
"name": "getCurrentDesignSystem",
|
|
1259
|
+
"module": "src/design-system/design-system.ts"
|
|
1260
|
+
}
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"kind": "js",
|
|
1264
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
1265
|
+
"declaration": {
|
|
1266
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
1267
|
+
"module": "src/design-system/design-system.ts"
|
|
1268
|
+
}
|
|
1269
|
+
}
|
|
1270
|
+
]
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"kind": "javascript-module",
|
|
1274
|
+
"path": "src/design-system/index.ts",
|
|
1275
|
+
"declarations": [],
|
|
1276
|
+
"exports": [
|
|
1277
|
+
{
|
|
1278
|
+
"kind": "js",
|
|
1279
|
+
"name": "*",
|
|
1280
|
+
"declaration": {
|
|
1281
|
+
"name": "*",
|
|
1282
|
+
"package": "./design-system"
|
|
1283
|
+
}
|
|
1284
|
+
}
|
|
1285
|
+
]
|
|
1286
|
+
},
|
|
1287
1287
|
{
|
|
1288
1288
|
"kind": "javascript-module",
|
|
1289
1289
|
"path": "src/feature-flags/featureFlags.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-utils",
|
|
3
3
|
"description": "Genesis Foundation Utils",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.403.0-ai-assistant.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@genesislcap/foundation-testing": "14.
|
|
33
|
-
"@genesislcap/genx": "14.
|
|
34
|
-
"@genesislcap/rollup-builder": "14.
|
|
35
|
-
"@genesislcap/ts-builder": "14.
|
|
36
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
37
|
-
"@genesislcap/vite-builder": "14.
|
|
38
|
-
"@genesislcap/webpack-builder": "14.
|
|
32
|
+
"@genesislcap/foundation-testing": "14.403.0-ai-assistant.2",
|
|
33
|
+
"@genesislcap/genx": "14.403.0-ai-assistant.2",
|
|
34
|
+
"@genesislcap/rollup-builder": "14.403.0-ai-assistant.2",
|
|
35
|
+
"@genesislcap/ts-builder": "14.403.0-ai-assistant.2",
|
|
36
|
+
"@genesislcap/uvu-playwright-builder": "14.403.0-ai-assistant.2",
|
|
37
|
+
"@genesislcap/vite-builder": "14.403.0-ai-assistant.2",
|
|
38
|
+
"@genesislcap/webpack-builder": "14.403.0-ai-assistant.2",
|
|
39
39
|
"@types/json-schema": "^7.0.11"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@genesislcap/expression-builder": "14.
|
|
43
|
-
"@genesislcap/foundation-logger": "14.
|
|
42
|
+
"@genesislcap/expression-builder": "14.403.0-ai-assistant.2",
|
|
43
|
+
"@genesislcap/foundation-logger": "14.403.0-ai-assistant.2",
|
|
44
44
|
"@microsoft/fast-components": "2.30.6",
|
|
45
45
|
"@microsoft/fast-element": "1.14.0",
|
|
46
46
|
"@microsoft/fast-foundation": "2.50.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
60
|
"customElements": "dist/custom-elements.json",
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "79648b032cdbf4a2a75e20656310c38fadb8ec31"
|
|
62
62
|
}
|