@genesislcap/foundation-utils 14.402.0 → 14.402.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +126 -126
  2. package/package.json +11 -11
@@ -401,23 +401,120 @@
401
401
  },
402
402
  {
403
403
  "kind": "javascript-module",
404
- "path": "src/directives/index.ts",
405
- "declarations": [],
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
+ ],
406
480
  "exports": [
407
481
  {
408
482
  "kind": "js",
409
- "name": "*",
483
+ "name": "assureDesignSystem",
410
484
  "declaration": {
411
- "name": "*",
412
- "package": "./sync"
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"
413
495
  }
414
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": [
415
512
  {
416
513
  "kind": "js",
417
514
  "name": "*",
418
515
  "declaration": {
419
516
  "name": "*",
420
- "package": "./when-else"
517
+ "package": "./design-system"
421
518
  }
422
519
  }
423
520
  ]
@@ -475,6 +572,29 @@
475
572
  }
476
573
  ]
477
574
  },
575
+ {
576
+ "kind": "javascript-module",
577
+ "path": "src/directives/index.ts",
578
+ "declarations": [],
579
+ "exports": [
580
+ {
581
+ "kind": "js",
582
+ "name": "*",
583
+ "declaration": {
584
+ "name": "*",
585
+ "package": "./sync"
586
+ }
587
+ },
588
+ {
589
+ "kind": "js",
590
+ "name": "*",
591
+ "declaration": {
592
+ "name": "*",
593
+ "package": "./when-else"
594
+ }
595
+ }
596
+ ]
597
+ },
478
598
  {
479
599
  "kind": "javascript-module",
480
600
  "path": "src/encoding/index.ts",
@@ -1164,126 +1284,6 @@
1164
1284
  }
1165
1285
  ]
1166
1286
  },
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.402.0",
4
+ "version": "14.402.1",
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.402.0",
33
- "@genesislcap/genx": "14.402.0",
34
- "@genesislcap/rollup-builder": "14.402.0",
35
- "@genesislcap/ts-builder": "14.402.0",
36
- "@genesislcap/uvu-playwright-builder": "14.402.0",
37
- "@genesislcap/vite-builder": "14.402.0",
38
- "@genesislcap/webpack-builder": "14.402.0",
32
+ "@genesislcap/foundation-testing": "14.402.1",
33
+ "@genesislcap/genx": "14.402.1",
34
+ "@genesislcap/rollup-builder": "14.402.1",
35
+ "@genesislcap/ts-builder": "14.402.1",
36
+ "@genesislcap/uvu-playwright-builder": "14.402.1",
37
+ "@genesislcap/vite-builder": "14.402.1",
38
+ "@genesislcap/webpack-builder": "14.402.1",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.402.0",
43
- "@genesislcap/foundation-logger": "14.402.0",
42
+ "@genesislcap/expression-builder": "14.402.1",
43
+ "@genesislcap/foundation-logger": "14.402.1",
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": "7ffded0edb096db3e60298c0d0a216071aa1d970"
61
+ "gitHead": "df2e4f19d7f2b0fa4836d3b01cc771d2a08c3b4b"
62
62
  }