@genesislcap/foundation-utils 14.375.3-alpha-8c2526e.0 → 14.376.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 +135 -135
- package/package.json +11 -11
|
@@ -467,6 +467,141 @@
|
|
|
467
467
|
}
|
|
468
468
|
]
|
|
469
469
|
},
|
|
470
|
+
{
|
|
471
|
+
"kind": "javascript-module",
|
|
472
|
+
"path": "src/encoding/index.ts",
|
|
473
|
+
"declarations": [],
|
|
474
|
+
"exports": [
|
|
475
|
+
{
|
|
476
|
+
"kind": "js",
|
|
477
|
+
"name": "*",
|
|
478
|
+
"declaration": {
|
|
479
|
+
"name": "*",
|
|
480
|
+
"package": "./base64"
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
]
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"kind": "javascript-module",
|
|
487
|
+
"path": "src/design-system/design-system.ts",
|
|
488
|
+
"declarations": [
|
|
489
|
+
{
|
|
490
|
+
"kind": "function",
|
|
491
|
+
"name": "assureDesignSystem",
|
|
492
|
+
"return": {
|
|
493
|
+
"type": {
|
|
494
|
+
"text": "DesignSystemModule"
|
|
495
|
+
}
|
|
496
|
+
},
|
|
497
|
+
"parameters": [
|
|
498
|
+
{
|
|
499
|
+
"name": "module",
|
|
500
|
+
"type": {
|
|
501
|
+
"text": "DesignSystemModule"
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
],
|
|
505
|
+
"description": "assureDesignSystem.",
|
|
506
|
+
"privacy": "public"
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"kind": "function",
|
|
510
|
+
"name": "getCurrentDesignSystem",
|
|
511
|
+
"return": {
|
|
512
|
+
"type": {
|
|
513
|
+
"text": ""
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
"parameters": [
|
|
517
|
+
{
|
|
518
|
+
"name": "element",
|
|
519
|
+
"type": {
|
|
520
|
+
"text": "HTMLElement"
|
|
521
|
+
},
|
|
522
|
+
"description": "The starting HTML element"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"name": "fallbackPrefix",
|
|
526
|
+
"type": {
|
|
527
|
+
"text": "string"
|
|
528
|
+
},
|
|
529
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
530
|
+
}
|
|
531
|
+
],
|
|
532
|
+
"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.",
|
|
533
|
+
"privacy": "public"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"kind": "function",
|
|
537
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
538
|
+
"return": {
|
|
539
|
+
"type": {
|
|
540
|
+
"text": ""
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
"parameters": [
|
|
544
|
+
{
|
|
545
|
+
"name": "element",
|
|
546
|
+
"type": {
|
|
547
|
+
"text": "HTMLElement"
|
|
548
|
+
},
|
|
549
|
+
"description": "The starting HTML element"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"name": "fallbackPrefix",
|
|
553
|
+
"type": {
|
|
554
|
+
"text": "string"
|
|
555
|
+
},
|
|
556
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
557
|
+
}
|
|
558
|
+
],
|
|
559
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
560
|
+
"privacy": "public"
|
|
561
|
+
}
|
|
562
|
+
],
|
|
563
|
+
"exports": [
|
|
564
|
+
{
|
|
565
|
+
"kind": "js",
|
|
566
|
+
"name": "assureDesignSystem",
|
|
567
|
+
"declaration": {
|
|
568
|
+
"name": "assureDesignSystem",
|
|
569
|
+
"module": "src/design-system/design-system.ts"
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"kind": "js",
|
|
574
|
+
"name": "getCurrentDesignSystem",
|
|
575
|
+
"declaration": {
|
|
576
|
+
"name": "getCurrentDesignSystem",
|
|
577
|
+
"module": "src/design-system/design-system.ts"
|
|
578
|
+
}
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"kind": "js",
|
|
582
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
583
|
+
"declaration": {
|
|
584
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
585
|
+
"module": "src/design-system/design-system.ts"
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
]
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"kind": "javascript-module",
|
|
592
|
+
"path": "src/design-system/index.ts",
|
|
593
|
+
"declarations": [],
|
|
594
|
+
"exports": [
|
|
595
|
+
{
|
|
596
|
+
"kind": "js",
|
|
597
|
+
"name": "*",
|
|
598
|
+
"declaration": {
|
|
599
|
+
"name": "*",
|
|
600
|
+
"package": "./design-system"
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
]
|
|
604
|
+
},
|
|
470
605
|
{
|
|
471
606
|
"kind": "javascript-module",
|
|
472
607
|
"path": "src/env/index.ts",
|
|
@@ -942,21 +1077,6 @@
|
|
|
942
1077
|
}
|
|
943
1078
|
]
|
|
944
1079
|
},
|
|
945
|
-
{
|
|
946
|
-
"kind": "javascript-module",
|
|
947
|
-
"path": "src/encoding/index.ts",
|
|
948
|
-
"declarations": [],
|
|
949
|
-
"exports": [
|
|
950
|
-
{
|
|
951
|
-
"kind": "js",
|
|
952
|
-
"name": "*",
|
|
953
|
-
"declaration": {
|
|
954
|
-
"name": "*",
|
|
955
|
-
"package": "./base64"
|
|
956
|
-
}
|
|
957
|
-
}
|
|
958
|
-
]
|
|
959
|
-
},
|
|
960
1080
|
{
|
|
961
1081
|
"kind": "javascript-module",
|
|
962
1082
|
"path": "src/error/errorMap.ts",
|
|
@@ -1156,126 +1276,6 @@
|
|
|
1156
1276
|
}
|
|
1157
1277
|
]
|
|
1158
1278
|
},
|
|
1159
|
-
{
|
|
1160
|
-
"kind": "javascript-module",
|
|
1161
|
-
"path": "src/design-system/design-system.ts",
|
|
1162
|
-
"declarations": [
|
|
1163
|
-
{
|
|
1164
|
-
"kind": "function",
|
|
1165
|
-
"name": "assureDesignSystem",
|
|
1166
|
-
"return": {
|
|
1167
|
-
"type": {
|
|
1168
|
-
"text": "DesignSystemModule"
|
|
1169
|
-
}
|
|
1170
|
-
},
|
|
1171
|
-
"parameters": [
|
|
1172
|
-
{
|
|
1173
|
-
"name": "module",
|
|
1174
|
-
"type": {
|
|
1175
|
-
"text": "DesignSystemModule"
|
|
1176
|
-
}
|
|
1177
|
-
}
|
|
1178
|
-
],
|
|
1179
|
-
"description": "assureDesignSystem.",
|
|
1180
|
-
"privacy": "public"
|
|
1181
|
-
},
|
|
1182
|
-
{
|
|
1183
|
-
"kind": "function",
|
|
1184
|
-
"name": "getCurrentDesignSystem",
|
|
1185
|
-
"return": {
|
|
1186
|
-
"type": {
|
|
1187
|
-
"text": ""
|
|
1188
|
-
}
|
|
1189
|
-
},
|
|
1190
|
-
"parameters": [
|
|
1191
|
-
{
|
|
1192
|
-
"name": "element",
|
|
1193
|
-
"type": {
|
|
1194
|
-
"text": "HTMLElement"
|
|
1195
|
-
},
|
|
1196
|
-
"description": "The starting HTML element"
|
|
1197
|
-
},
|
|
1198
|
-
{
|
|
1199
|
-
"name": "fallbackPrefix",
|
|
1200
|
-
"type": {
|
|
1201
|
-
"text": "string"
|
|
1202
|
-
},
|
|
1203
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
1204
|
-
}
|
|
1205
|
-
],
|
|
1206
|
-
"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.",
|
|
1207
|
-
"privacy": "public"
|
|
1208
|
-
},
|
|
1209
|
-
{
|
|
1210
|
-
"kind": "function",
|
|
1211
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1212
|
-
"return": {
|
|
1213
|
-
"type": {
|
|
1214
|
-
"text": ""
|
|
1215
|
-
}
|
|
1216
|
-
},
|
|
1217
|
-
"parameters": [
|
|
1218
|
-
{
|
|
1219
|
-
"name": "element",
|
|
1220
|
-
"type": {
|
|
1221
|
-
"text": "HTMLElement"
|
|
1222
|
-
},
|
|
1223
|
-
"description": "The starting HTML element"
|
|
1224
|
-
},
|
|
1225
|
-
{
|
|
1226
|
-
"name": "fallbackPrefix",
|
|
1227
|
-
"type": {
|
|
1228
|
-
"text": "string"
|
|
1229
|
-
},
|
|
1230
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
1231
|
-
}
|
|
1232
|
-
],
|
|
1233
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1234
|
-
"privacy": "public"
|
|
1235
|
-
}
|
|
1236
|
-
],
|
|
1237
|
-
"exports": [
|
|
1238
|
-
{
|
|
1239
|
-
"kind": "js",
|
|
1240
|
-
"name": "assureDesignSystem",
|
|
1241
|
-
"declaration": {
|
|
1242
|
-
"name": "assureDesignSystem",
|
|
1243
|
-
"module": "src/design-system/design-system.ts"
|
|
1244
|
-
}
|
|
1245
|
-
},
|
|
1246
|
-
{
|
|
1247
|
-
"kind": "js",
|
|
1248
|
-
"name": "getCurrentDesignSystem",
|
|
1249
|
-
"declaration": {
|
|
1250
|
-
"name": "getCurrentDesignSystem",
|
|
1251
|
-
"module": "src/design-system/design-system.ts"
|
|
1252
|
-
}
|
|
1253
|
-
},
|
|
1254
|
-
{
|
|
1255
|
-
"kind": "js",
|
|
1256
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1257
|
-
"declaration": {
|
|
1258
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1259
|
-
"module": "src/design-system/design-system.ts"
|
|
1260
|
-
}
|
|
1261
|
-
}
|
|
1262
|
-
]
|
|
1263
|
-
},
|
|
1264
|
-
{
|
|
1265
|
-
"kind": "javascript-module",
|
|
1266
|
-
"path": "src/design-system/index.ts",
|
|
1267
|
-
"declarations": [],
|
|
1268
|
-
"exports": [
|
|
1269
|
-
{
|
|
1270
|
-
"kind": "js",
|
|
1271
|
-
"name": "*",
|
|
1272
|
-
"declaration": {
|
|
1273
|
-
"name": "*",
|
|
1274
|
-
"package": "./design-system"
|
|
1275
|
-
}
|
|
1276
|
-
}
|
|
1277
|
-
]
|
|
1278
|
-
},
|
|
1279
1279
|
{
|
|
1280
1280
|
"kind": "javascript-module",
|
|
1281
1281
|
"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.376.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,18 +27,18 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/foundation-testing": "14.
|
|
31
|
-
"@genesislcap/genx": "14.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.
|
|
33
|
-
"@genesislcap/ts-builder": "14.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
35
|
-
"@genesislcap/vite-builder": "14.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.376.0",
|
|
31
|
+
"@genesislcap/genx": "14.376.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.376.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.376.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.376.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.376.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.376.0",
|
|
37
37
|
"@types/json-schema": "^7.0.11"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/expression-builder": "14.
|
|
41
|
-
"@genesislcap/foundation-logger": "14.
|
|
40
|
+
"@genesislcap/expression-builder": "14.376.0",
|
|
41
|
+
"@genesislcap/foundation-logger": "14.376.0",
|
|
42
42
|
"@microsoft/fast-components": "2.30.6",
|
|
43
43
|
"@microsoft/fast-element": "1.14.0",
|
|
44
44
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
58
|
"customElements": "dist/custom-elements.json",
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "2d5e1603e85aa3e5a40187e9c23469da1a965e4d"
|
|
60
60
|
}
|